Sample.po 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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:25+0000\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: Slovenian (http://www.transifex.com/gnu-social/gnu-social/language/sl/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: sl\n"
  18. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\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 ""
  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 ""
  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. #. TRANS: Exception thrown when the user greeting count could not be saved in
  49. #. the database.
  50. #. TRANS: %d is a user ID (number).
  51. #: classes/User_greeting_count.php:104
  52. #, php-format
  53. msgid "Could not save new greeting count for %d."
  54. msgstr ""
  55. #. TRANS: Exception thrown when the user greeting count could not be saved in
  56. #. the database.
  57. #. TRANS: %d is a user ID (number).
  58. #: classes/User_greeting_count.php:117
  59. #, php-format
  60. msgid "Could not increment greeting count for %d."
  61. msgstr ""
  62. #. TRANS: Menu item title in sample plugin.
  63. #: SamplePlugin.php:221
  64. msgid "A warm greeting"
  65. msgstr ""
  66. #. TRANS: Plugin description.
  67. #: SamplePlugin.php:233
  68. msgid "A sample plugin to show basics of development for new hackers."
  69. msgstr ""