DirectMessage.po 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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-06 16:07+0000\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: Chinese (http://www.transifex.com/gnu-social/gnu-social/language/zh/)\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\n"
  18. "Plural-Forms: nplurals=1; plural=0;\n"
  19. #. TRANS: Menu item in personal group navigation menu.
  20. #: DirectMessagePlugin.php:122
  21. msgctxt "MENU"
  22. msgid "Messages"
  23. msgstr ""
  24. #. TRANS: Link text for link on user profile.
  25. #: DirectMessagePlugin.php:142
  26. msgctxt "BUTTON"
  27. msgid "Message"
  28. msgstr ""
  29. #. TRANS: Plugin description.
  30. #: DirectMessagePlugin.php:168
  31. msgid "Direct Message to other local users (broken out of core)."
  32. msgstr ""
  33. #. TRANS: Form validation error displayed when message content is too long.
  34. #. TRANS: %d is the maximum number of characters for a message.
  35. #: actions/apidirectmessagenew.php:106 actions/newmessage.php:123
  36. #, php-format
  37. msgid "That's too long. Maximum message size is %d character."
  38. msgid_plural "That's too long. Maximum message size is %d characters."
  39. msgstr[0] ""
  40. #. TRANS: Menu item in mailbox menu. Leads to incoming private messages.
  41. #: lib/mailboxmenu.php:59
  42. msgctxt "MENU"
  43. msgid "Inbox"
  44. msgstr ""
  45. #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages.
  46. #: lib/mailboxmenu.php:66
  47. msgctxt "MENU"
  48. msgid "Outbox"
  49. msgstr ""
  50. #. TRANS: Message given if content is too long. %1$sd is used for plural.
  51. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of
  52. #. submitted characters.
  53. #: lib/messagecommand.php:43
  54. #, php-format
  55. msgid "Message too long - maximum is %1$d character, you sent %2$d."
  56. msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d."
  57. msgstr[0] ""
  58. #. TRANS: Button text for sending a direct notice.
  59. #: lib/messageform.php:175
  60. msgctxt "Send button for sending notice"
  61. msgid "Send"
  62. msgstr ""
  63. #. TRANS: A possible notice source (web interface).
  64. #: lib/messagelistitem.php:137
  65. msgctxt "SOURCE"
  66. msgid "web"
  67. msgstr ""
  68. #. TRANS: A possible notice source (XMPP).
  69. #: lib/messagelistitem.php:139
  70. msgctxt "SOURCE"
  71. msgid "xmpp"
  72. msgstr ""
  73. #. TRANS: A possible notice source (e-mail).
  74. #: lib/messagelistitem.php:141
  75. msgctxt "SOURCE"
  76. msgid "mail"
  77. msgstr ""
  78. #. TRANS: A possible notice source (OpenMicroBlogging).
  79. #: lib/messagelistitem.php:143
  80. msgctxt "SOURCE"
  81. msgid "omb"
  82. msgstr ""
  83. #. TRANS: A possible notice source (Application Programming Interface).
  84. #: lib/messagelistitem.php:145
  85. msgctxt "SOURCE"
  86. msgid "api"
  87. msgstr ""