Sample.po 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-07 10:32+0000\n"
  12. "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
  13. "Language-Team: Arabic (http://www.transifex.com/gnu-social/gnu-social/language/ar/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: ar\n"
  18. "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
  19. #. TRANS: Page title for sample plugin.
  20. #. TRANS: Menu item in sample plugin.
  21. #: actions/hello.php:112 SamplePlugin.php:219
  22. msgid "Hello"
  23. msgstr "مرحبا"
  24. #. TRANS: Page title for sample plugin. %s is a user nickname.
  25. #: actions/hello.php:115
  26. #, php-format
  27. msgid "Hello, %s!"
  28. msgstr "مرحبا يا %s!"
  29. #. TRANS: Message in sample plugin.
  30. #: actions/hello.php:136
  31. msgid "Hello, stranger!"
  32. msgstr "مرحبا أيها الغريب!"
  33. #. TRANS: Message in sample plugin. %s is a user nickname.
  34. #: actions/hello.php:140
  35. #, php-format
  36. msgid "Hello, %s"
  37. msgstr "مرحبا يا %s"
  38. #. TRANS: Message in sample plugin.
  39. #. TRANS: %d is the number of times a user is greeted.
  40. #: actions/hello.php:144
  41. #, php-format
  42. msgid "I have greeted you %d time."
  43. msgid_plural "I have greeted you %d times."
  44. msgstr[0] ""
  45. msgstr[1] ""
  46. msgstr[2] ""
  47. msgstr[3] ""
  48. msgstr[4] ""
  49. msgstr[5] ""
  50. #. TRANS: Exception thrown when the user greeting count could not be saved in
  51. #. the database.
  52. #. TRANS: %d is a user ID (number).
  53. #: classes/User_greeting_count.php:104
  54. #, php-format
  55. msgid "Could not save new greeting count for %d."
  56. msgstr ""
  57. #. TRANS: Exception thrown when the user greeting count could not be saved in
  58. #. the database.
  59. #. TRANS: %d is a user ID (number).
  60. #: classes/User_greeting_count.php:117
  61. #, php-format
  62. msgid "Could not increment greeting count for %d."
  63. msgstr ""
  64. #. TRANS: Menu item title in sample plugin.
  65. #: SamplePlugin.php:221
  66. msgid "A warm greeting"
  67. msgstr "تحية حارة"
  68. #. TRANS: Plugin description.
  69. #: SamplePlugin.php:233
  70. msgid "A sample plugin to show basics of development for new hackers."
  71. msgstr ""