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