Sample.po 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. #
  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: Chinese (Taiwan) (http://www.transifex.com/gnu-social/gnu-social/language/zh_TW/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: zh_TW\n"
  18. "Plural-Forms: nplurals=1; plural=0;\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. #. TRANS: Exception thrown when the user greeting count could not be saved in
  46. #. the database.
  47. #. TRANS: %d is a user ID (number).
  48. #: classes/User_greeting_count.php:104
  49. #, php-format
  50. msgid "Could not save new greeting count for %d."
  51. msgstr ""
  52. #. TRANS: Exception thrown when the user greeting count could not be saved in
  53. #. 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 ""