Sample.pot 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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: 2012-06-30 11:07+0000\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. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  19. #. TRANS: Page title for sample plugin.
  20. #. TRANS: Menu item in sample plugin.
  21. #: hello.php:112 SamplePlugin.php:270
  22. msgid "Hello"
  23. msgstr ""
  24. #. TRANS: Page title for sample plugin. %s is a user nickname.
  25. #: hello.php:115
  26. #, php-format
  27. msgid "Hello, %s!"
  28. msgstr ""
  29. #. TRANS: Message in sample plugin.
  30. #: hello.php:136
  31. msgid "Hello, stranger!"
  32. msgstr ""
  33. #. TRANS: Message in sample plugin. %s is a user nickname.
  34. #: 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. #: 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. #. TRANS: Menu item title in sample plugin.
  47. #: SamplePlugin.php:272
  48. msgid "A warm greeting"
  49. msgstr ""
  50. #. TRANS: Plugin description.
  51. #: SamplePlugin.php:284
  52. msgid "A sample plugin to show basics of development for new hackers."
  53. msgstr ""
  54. #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
  55. #. TRANS: %d is a user ID (number).
  56. #: User_greeting_count.php:161
  57. #, php-format
  58. msgid "Could not save new greeting count for %d."
  59. msgstr ""
  60. #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
  61. #. TRANS: %d is a user ID (number).
  62. #: User_greeting_count.php:174
  63. #, php-format
  64. msgid "Could not increment greeting count for %d."
  65. msgstr ""