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: 2019-06-08 18:20+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: Menu item in sample plugin.
  21. #. TRANS: Page title for sample plugin.
  22. #: SamplePlugin.php:221 actions/hello.php:112
  23. msgid "Hello"
  24. msgstr ""
  25. #. TRANS: Menu item title in sample plugin.
  26. #: SamplePlugin.php:223
  27. msgid "A warm greeting"
  28. msgstr ""
  29. #. TRANS: Plugin description.
  30. #: SamplePlugin.php:235
  31. msgid "A sample plugin to show basics of development for new hackers."
  32. msgstr ""
  33. #. TRANS: Page title for sample plugin. %s is a user nickname.
  34. #: actions/hello.php:115
  35. #, php-format
  36. msgid "Hello, %s!"
  37. msgstr ""
  38. #. TRANS: Message in sample plugin.
  39. #: actions/hello.php:136
  40. msgid "Hello, stranger!"
  41. msgstr ""
  42. #. TRANS: Message in sample plugin. %s is a user nickname.
  43. #: actions/hello.php:140
  44. #, php-format
  45. msgid "Hello, %s"
  46. msgstr ""
  47. #. TRANS: Message in sample plugin.
  48. #. TRANS: %d is the number of times a user is greeted.
  49. #: actions/hello.php:144
  50. #, php-format
  51. msgid "I have greeted you %d time."
  52. msgid_plural "I have greeted you %d times."
  53. msgstr[0] ""
  54. msgstr[1] ""
  55. #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
  56. #. TRANS: %d is a user ID (number).
  57. #: classes/User_greeting_count.php:104
  58. #, php-format
  59. msgid "Could not save new greeting count for %d."
  60. msgstr ""
  61. #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
  62. #. TRANS: %d is a user ID (number).
  63. #: classes/User_greeting_count.php:117
  64. #, php-format
  65. msgid "Could not increment greeting count for %d."
  66. msgstr ""