Sample.po 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Translation of StatusNet - Sample to French (français)
  2. # Exported from translatewiki.net
  3. #
  4. # Author: Verdy p
  5. # --
  6. # This file is distributed under the same license as the StatusNet package.
  7. #
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: StatusNet - Sample\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2012-06-30 11:07+0000\n"
  13. "PO-Revision-Date: 2012-06-30 11:09:54+0000\n"
  14. "Language-Team: French <https://translatewiki.net/wiki/Portal:fr>\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n"
  18. "X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
  19. "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
  20. "X-Language-Code: fr\n"
  21. "X-Message-Group: #out-statusnet-plugin-sample\n"
  22. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  23. #. TRANS: Page title for sample plugin.
  24. #. TRANS: Menu item in sample plugin.
  25. msgid "Hello"
  26. msgstr "Bonjour"
  27. #. TRANS: Page title for sample plugin. %s is a user nickname.
  28. #, php-format
  29. msgid "Hello, %s!"
  30. msgstr "Bonjour, %s !"
  31. #. TRANS: Message in sample plugin.
  32. msgid "Hello, stranger!"
  33. msgstr "Bonjour, étranger !"
  34. #. TRANS: Message in sample plugin. %s is a user nickname.
  35. #, php-format
  36. msgid "Hello, %s"
  37. msgstr "Bonjour, %s"
  38. #. TRANS: Message in sample plugin.
  39. #. TRANS: %d is the number of times a user is greeted.
  40. #, php-format
  41. msgid "I have greeted you %d time."
  42. msgid_plural "I have greeted you %d times."
  43. msgstr[0] "une"
  44. msgstr[1] "%d"
  45. #. TRANS: Menu item title in sample plugin.
  46. msgid "A warm greeting"
  47. msgstr "Un accueil chaleureux"
  48. #. TRANS: Plugin description.
  49. msgid "A sample plugin to show basics of development for new hackers."
  50. msgstr ""
  51. "Un exemple de greffon pour montrer les bases de développement pour les "
  52. "nouveaux codeurs."
  53. #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
  54. #. TRANS: %d is a user ID (number).
  55. #, php-format
  56. msgid "Could not save new greeting count for %d."
  57. msgstr ""
  58. "Impossible de sauvegarder le nouveau compte de vœux pour l’utilisateur %d."
  59. #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
  60. #. TRANS: %d is a user ID (number).
  61. #, php-format
  62. msgid "Could not increment greeting count for %d."
  63. msgstr "Impossible d’incrémenter le compte de vœux pour l’utilisateur %d."