DirectMessage.pot 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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-08-21 10:51+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 personal group navigation menu.
  21. #: DirectMessagePlugin.php:134
  22. msgctxt "MENU"
  23. msgid "Messages"
  24. msgstr ""
  25. #. TRANS: Link text for link on user profile.
  26. #: DirectMessagePlugin.php:167
  27. msgctxt "BUTTON"
  28. msgid "Message"
  29. msgstr ""
  30. #. TRANS: Plugin description.
  31. #: DirectMessagePlugin.php:223
  32. msgid "Direct Message to other local users."
  33. msgstr ""
  34. #. TRANS: Form legend for direct notice.
  35. #: lib/messageform.php:99
  36. msgid "Send a direct notice"
  37. msgstr ""
  38. #. TRANS: Label entry in drop-down selection box in direct-message inbox/outbox.
  39. #. TRANS: This is the default entry in the drop-down box, doubling as instructions
  40. #. TRANS: and a brake against accidental submissions with the first user in the list.
  41. #: lib/messageform.php:157
  42. msgid "No subscriptions"
  43. msgstr ""
  44. #: lib/messageform.php:157
  45. msgid "Select recipient:"
  46. msgstr ""
  47. #: lib/messageform.php:164
  48. msgid "To"
  49. msgstr ""
  50. #. TRANS: Button text for sending a direct notice.
  51. #: lib/messageform.php:199
  52. msgctxt "Send button for direct notice"
  53. msgid "Send"
  54. msgstr ""
  55. #. TRANS: Menu item in mailbox menu. Leads to incoming private messages.
  56. #: lib/mailboxmenu.php:59
  57. msgctxt "MENU"
  58. msgid "Inbox"
  59. msgstr ""
  60. #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages.
  61. #: lib/mailboxmenu.php:66
  62. msgctxt "MENU"
  63. msgid "Outbox"
  64. msgstr ""
  65. #. TRANS: Message given if content is too long. %1$sd is used for plural.
  66. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters.
  67. #: lib/messagecommand.php:43
  68. #, php-format
  69. msgid "Message too long - maximum is %1$d character, you sent %2$d."
  70. msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d."
  71. msgstr[0] ""
  72. msgstr[1] ""
  73. #. TRANS: A possible notice source (web interface).
  74. #: lib/messagelistitem.php:127
  75. msgctxt "SOURCE"
  76. msgid "web"
  77. msgstr ""
  78. #. TRANS: A possible notice source (XMPP).
  79. #: lib/messagelistitem.php:129
  80. msgctxt "SOURCE"
  81. msgid "xmpp"
  82. msgstr ""
  83. #. TRANS: A possible notice source (e-mail).
  84. #: lib/messagelistitem.php:131
  85. msgctxt "SOURCE"
  86. msgid "mail"
  87. msgstr ""
  88. #. TRANS: A possible notice source (OpenMicroBlogging).
  89. #: lib/messagelistitem.php:133
  90. msgctxt "SOURCE"
  91. msgid "omb"
  92. msgstr ""
  93. #. TRANS: A possible notice source (Application Programming Interface).
  94. #: lib/messagelistitem.php:135
  95. msgctxt "SOURCE"
  96. msgid "api"
  97. msgstr ""
  98. #. TRANS: Title for outbox for any but the fist page.
  99. #. TRANS: %1$s is the user nickname, %2$d is the page number.
  100. #: actions/outbox.php:50
  101. #, php-format
  102. msgid "Outbox for %1$s - page %2$d"
  103. msgstr ""
  104. #. TRANS: Title for first page of outbox.
  105. #: actions/outbox.php:54
  106. #, php-format
  107. msgid "Outbox for %s"
  108. msgstr ""
  109. #. TRANS: Instructions for outbox.
  110. #: actions/outbox.php:84
  111. msgid "This is your outbox, which lists private messages you have sent."
  112. msgstr ""
  113. #. TRANS: Client error displayed requesting a single message that does not exist.
  114. #: actions/showmessage.php:63
  115. msgid "No such message."
  116. msgstr ""
  117. #. TRANS: Client error displayed requesting a single direct message the requesting user was not a party in.
  118. #: actions/showmessage.php:83
  119. msgid "Only the sender and recipients may read this message."
  120. msgstr ""
  121. #: actions/showmessage.php:109
  122. #, php-format
  123. msgid "Message to many on %1$s"
  124. msgstr ""
  125. #. TRANS: Page title for single direct message display when viewing user is the sender.
  126. #. TRANS: %1$s is the addressed user's nickname, $2$s is a timestamp.
  127. #: actions/showmessage.php:115
  128. #, php-format
  129. msgid "Message to %1$s on %2$s"
  130. msgstr ""
  131. #. TRANS: Page title for single message display.
  132. #. TRANS: %1$s is the sending user's nickname, $2$s is a timestamp.
  133. #: actions/showmessage.php:123
  134. #, php-format
  135. msgid "Message from %1$s on %2$s"
  136. msgstr ""
  137. #. TRANS: Form validation error displayed when message content is too long.
  138. #. TRANS: %d is the maximum number of characters for a message.
  139. #: actions/apidirectmessagenew.php:104 actions/newmessage.php:99
  140. #, php-format
  141. msgid "That's too long. Maximum message size is %d character."
  142. msgid_plural "That's too long. Maximum message size is %d characters."
  143. msgstr[0] ""
  144. msgstr[1] ""
  145. #. TRANS: Title for all but the first page of the inbox page.
  146. #. TRANS: %1$s is the user's nickname, %2$s is the page number.
  147. #: actions/inbox.php:50
  148. #, php-format
  149. msgid "Inbox for %1$s - page %2$d"
  150. msgstr ""
  151. #. TRANS: Title for the first page of the inbox page.
  152. #. TRANS: %s is the user's nickname.
  153. #: actions/inbox.php:55
  154. #, php-format
  155. msgid "Inbox for %s"
  156. msgstr ""
  157. #. TRANS: Instructions for user inbox page.
  158. #: actions/inbox.php:85
  159. msgid "This is your inbox, which lists your incoming private messages."
  160. msgstr ""