Core components of the web application. https://write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
962 B

  1. package l10n
  2. var phrasesFR = map[string]string{
  3. "Anonymous post": "Post anonyme",
  4. "Blogs": "Blogs",
  5. "Newer": "Nouveaux",
  6. "Older": "Anciens",
  7. "Posts": "Posts",
  8. "Publish to...": "Publie sur...",
  9. "Publish": "Publie",
  10. "Read more...": "En savoir plus...",
  11. "Toggle theme": "Activer thème",
  12. "View posts": "Voir Posts",
  13. "delete": "effacer",
  14. "edit": "modifier",
  15. "move to...": "déplacer vers...",
  16. "pin": "épingler",
  17. "published with write.as": "publié avec write.as",
  18. "share modal ending": "Envoie-le à un ami, partage-le sur le web, ou peut-être en tant que tweet. En savoir plus.",
  19. "share modal introduction": "Tout post publié a une adresse URL secrète et unique que tu peux partager avec qui tu veux. Voici cette URL:",
  20. "share modal title": "Partage ce post",
  21. "share": "partager",
  22. "unpin": "enlever",
  23. }