Sample.pot 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-27 16:31+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20. #. TRANS: Page title for sample plugin.
  21. #. TRANS: Menu item in sample plugin.
  22. #: actions/hello.php:112 SamplePlugin.php:219
  23. msgid "Hello"
  24. msgstr ""
  25. #. TRANS: Page title for sample plugin. %s is a user nickname.
  26. #: actions/hello.php:115
  27. #, php-format
  28. msgid "Hello, %s!"
  29. msgstr ""
  30. #. TRANS: Message in sample plugin.
  31. #: actions/hello.php:136
  32. msgid "Hello, stranger!"
  33. msgstr ""
  34. #. TRANS: Message in sample plugin. %s is a user nickname.
  35. #: actions/hello.php:140
  36. #, php-format
  37. msgid "Hello, %s"
  38. msgstr ""
  39. #. TRANS: Message in sample plugin.
  40. #. TRANS: %d is the number of times a user is greeted.
  41. #: actions/hello.php:144
  42. #, php-format
  43. msgid "I have greeted you %d time."
  44. msgid_plural "I have greeted you %d times."
  45. msgstr[0] ""
  46. msgstr[1] ""
  47. #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
  48. #. TRANS: %d is a user ID (number).
  49. #: classes/User_greeting_count.php:104
  50. #, php-format
  51. msgid "Could not save new greeting count for %d."
  52. msgstr ""
  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. #: classes/User_greeting_count.php:117
  56. #, php-format
  57. msgid "Could not increment greeting count for %d."
  58. msgstr ""
  59. #. TRANS: Menu item title in sample plugin.
  60. #: SamplePlugin.php:221
  61. msgid "A warm greeting"
  62. msgstr ""
  63. #. TRANS: Plugin description.
  64. #: SamplePlugin.php:233
  65. msgid "A sample plugin to show basics of development for new hackers."
  66. msgstr ""