GroupPrivateMessage.pot 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  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: Exception thrown when trying to set group privacy setting if group %s does not allow private messages.
  21. #: classes/Group_privacy_settings.php:110
  22. #, php-format
  23. msgid "Group %s does not allow private messages."
  24. msgstr ""
  25. #. TRANS: Exception thrown when trying to send group private message while blocked from that group.
  26. #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
  27. #: classes/Group_privacy_settings.php:120
  28. #, php-format
  29. msgid "User %1$s is blocked from group %2$s."
  30. msgstr ""
  31. #. TRANS: Exception thrown when trying to send group private message while not a member.
  32. #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
  33. #: classes/Group_privacy_settings.php:129
  34. #, php-format
  35. msgid "User %1$s is not a member of group %2$s."
  36. msgstr ""
  37. #. TRANS: Exception thrown when trying to send group private message while not a group administrator.
  38. #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
  39. #: classes/Group_privacy_settings.php:138
  40. #, php-format
  41. msgid "User %1$s is not an administrator of group %2$s."
  42. msgstr ""
  43. #. TRANS: Exception thrown when encountering undefined group privacy settings.
  44. #. TRANS: %s is a group nickname.
  45. #: classes/Group_privacy_settings.php:146
  46. #, php-format
  47. msgid "Unknown privacy settings for group %s."
  48. msgstr ""
  49. #. TRANS: Subject for direct-message notification email.
  50. #. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname.
  51. #: classes/Group_message_profile.php:111
  52. #, php-format
  53. msgid "New private message from %1$s to group %2$s"
  54. msgstr ""
  55. #: classes/Group_message_profile.php:118
  56. #, php-format
  57. msgid ""
  58. "%1$s (%2$s) sent a private message to group %3$s:\n"
  59. "\n"
  60. "------------------------------------------------------\n"
  61. "%4$s\n"
  62. "------------------------------------------------------\n"
  63. "\n"
  64. "You can reply to their message here:\n"
  65. "\n"
  66. "%5$s\n"
  67. "\n"
  68. "Do not reply to this email; it will not get to them.\n"
  69. "\n"
  70. "With kind regards,\n"
  71. "%6$s"
  72. msgstr ""
  73. #. TRANS: Exception thrown when trying to send group private message without having the right to do that.
  74. #. TRANS: %s is a user nickname.
  75. #. TRANS: Exception thrown when user %s is not allowed to send a private group message.
  76. #: classes/Group_message.php:96 actions/newgroupmessage.php:75
  77. #, php-format
  78. msgid "User %s is not allowed to send private messages."
  79. msgstr ""
  80. #. TRANS: Exception thrown when trying to send group private message that is too long.
  81. #. TRANS: %d is the maximum meggage length.
  82. #: classes/Group_message.php:109
  83. #, php-format
  84. msgid "That's too long. Maximum message size is %d character."
  85. msgid_plural "That's too long. Maximum message size is %d characters."
  86. msgstr[0] ""
  87. msgstr[1] ""
  88. #. TRANS: Exception thrown when trying to send group private message to a non-existing group.
  89. #: classes/Group_message.php:153
  90. msgid "No group for group message."
  91. msgstr ""
  92. #. TRANS: Exception thrown when trying to send group private message without having a sender.
  93. #: classes/Group_message.php:163
  94. msgid "No sender for group message."
  95. msgstr ""
  96. #. TRANS: Form legend for sending private message to group %s.
  97. #: forms/groupmessage.php:89
  98. #, php-format
  99. msgid "Message to %s"
  100. msgstr ""
  101. #. TRANS: Field label for private group message to group %s.
  102. #: forms/groupmessage.php:128
  103. #, php-format
  104. msgid "Direct message to %s"
  105. msgstr ""
  106. #. TRANS: Indicator for number of chatacters still available for notice.
  107. #: forms/groupmessage.php:141
  108. msgid "Available characters"
  109. msgstr ""
  110. #. TRANS: Send button text for sending private group notice.
  111. #: forms/groupmessage.php:162
  112. msgctxt "Send button for sending notice"
  113. msgid "Send"
  114. msgstr ""
  115. #. TRANS: Succes message after sending private group message to group %s.
  116. #: lib/groupmessagecommand.php:79
  117. #, php-format
  118. msgid "Direct message to group %s sent."
  119. msgstr ""
  120. #. TRANS: Menu item in group page.
  121. #: GroupPrivateMessagePlugin.php:114
  122. msgctxt "MENU"
  123. msgid "Inbox"
  124. msgstr ""
  125. #. TRANS: Menu title in group page.
  126. #: GroupPrivateMessagePlugin.php:116
  127. msgid "Private messages for this group."
  128. msgstr ""
  129. #. TRANS: Dropdown label in group settings page for if group allows private messages.
  130. #: GroupPrivateMessagePlugin.php:162
  131. msgid "Private messages"
  132. msgstr ""
  133. #. TRANS: Dropdown option in group settings page for allowing private messages.
  134. #: GroupPrivateMessagePlugin.php:164
  135. msgid "Sometimes"
  136. msgstr ""
  137. #. TRANS: Dropdown option in group settings page for allowing private messages.
  138. #: GroupPrivateMessagePlugin.php:166
  139. msgid "Always"
  140. msgstr ""
  141. #. TRANS: Dropdown option in group settings page for allowing private messages.
  142. #: GroupPrivateMessagePlugin.php:168
  143. msgid "Never"
  144. msgstr ""
  145. #. TRANS: Dropdown title in group settings page for if group allows private messages.
  146. #: GroupPrivateMessagePlugin.php:170
  147. msgid "Whether to allow private messages to this group."
  148. msgstr ""
  149. #. TRANS: Dropdown label in group settings page for who can send private messages to the group.
  150. #: GroupPrivateMessagePlugin.php:177
  151. msgid "Private senders"
  152. msgstr ""
  153. #. TRANS: Dropdown option in group settings page for who can send private messages.
  154. #: GroupPrivateMessagePlugin.php:179
  155. msgid "Everyone"
  156. msgstr ""
  157. #. TRANS: Dropdown option in group settings page for who can send private messages.
  158. #: GroupPrivateMessagePlugin.php:181
  159. msgid "Member"
  160. msgstr ""
  161. #. TRANS: Dropdown option in group settings page for who can send private messages.
  162. #: GroupPrivateMessagePlugin.php:183
  163. msgid "Admin"
  164. msgstr ""
  165. #. TRANS: Dropdown title in group settings page for who can send private messages to the group.
  166. #: GroupPrivateMessagePlugin.php:185
  167. msgid "Who can send private messages to the group."
  168. msgstr ""
  169. #. TRANS: Title for action in group actions list.
  170. #: GroupPrivateMessagePlugin.php:290
  171. msgid "Send a direct message to this group."
  172. msgstr ""
  173. #. TRANS: Link text for action in group actions list to send a private message to a group.
  174. #: GroupPrivateMessagePlugin.php:292
  175. msgctxt "LINKTEXT"
  176. msgid "Message"
  177. msgstr ""
  178. #. TRANS: Client exception thrown when a private group message has to be forced.
  179. #: GroupPrivateMessagePlugin.php:370
  180. msgid "Forced notice to private group message."
  181. msgstr ""
  182. #. TRANS: Indicator on the group page that the group is (essentially) private.
  183. #: GroupPrivateMessagePlugin.php:392
  184. msgid "Private"
  185. msgstr ""
  186. #. TRANS: Plugin description.
  187. #: GroupPrivateMessagePlugin.php:418
  188. msgid "Allow posting private messages to groups."
  189. msgstr ""
  190. #. TRANS: Client exception thrown when trying to send a private group message while not logged in.
  191. #: actions/newgroupmessage.php:70
  192. msgid "Must be logged in."
  193. msgstr ""
  194. #. TRANS: Client exception thrown when trying to send a private group message to a non-existing group.
  195. #. TRANS: Client exception thrown when trying to view group inbox for non-existing group.
  196. #: actions/newgroupmessage.php:92 actions/newgroupmessage.php:99
  197. #: actions/groupinbox.php:84 actions/groupinbox.php:91
  198. msgid "No such group."
  199. msgstr ""
  200. #. TRANS: Title after sending a private group message.
  201. #: actions/newgroupmessage.php:136
  202. msgid "Message sent"
  203. msgstr ""
  204. #. TRANS: Succes text after sending a direct message to group %s.
  205. #: actions/newgroupmessage.php:142
  206. #, php-format
  207. msgid "Direct message to %s sent."
  208. msgstr ""
  209. #. TRANS: Title of form for new private group message.
  210. #: actions/newgroupmessage.php:160
  211. #, php-format
  212. msgid "New message to group %s"
  213. msgstr ""
  214. #. TRANS: Client exception thrown when trying to view group private messages without being logged in.
  215. #: actions/showgroupmessage.php:71
  216. msgid "Only logged-in users can view private messages."
  217. msgstr ""
  218. #. TRANS: Client exception thrown when trying to view a non-existing group private message.
  219. #: actions/showgroupmessage.php:81
  220. msgid "No such message."
  221. msgstr ""
  222. #. TRANS: Server exception thrown when trying to view group private messages for a non-exsting group.
  223. #: actions/showgroupmessage.php:88
  224. msgid "Group not found."
  225. msgstr ""
  226. #. TRANS: Client exception thrown when trying to view a group private message without being a group member.
  227. #: actions/showgroupmessage.php:93
  228. msgid "Cannot read message."
  229. msgstr ""
  230. #. TRANS: Server exception thrown when trying to view a group private message without a sender.
  231. #: actions/showgroupmessage.php:100
  232. msgid "No sender found."
  233. msgstr ""
  234. #. TRANS: Title for private group message.
  235. #. TRANS: %1$s is the sender name, %2$s is the group name, %3$s is a timestamp.
  236. #: actions/showgroupmessage.php:123
  237. #, php-format
  238. msgid "Message from %1$s to group %2$s on %3$s"
  239. msgstr ""
  240. #. TRANS: Client exception thrown when trying to view group inbox while not logged in.
  241. #: actions/groupinbox.php:68
  242. msgid "Only for logged-in users."
  243. msgstr ""
  244. #. TRANS: Client exception thrown when trying to view group inbox while not a member.
  245. #: actions/groupinbox.php:96
  246. msgid "Only for members."
  247. msgstr ""
  248. #. TRANS: Text of group inbox if no private messages were sent to it.
  249. #: actions/groupinbox.php:130
  250. msgid "This group has not received any private messages."
  251. msgstr ""
  252. #. TRANS: Title of inbox for group %s.
  253. #: actions/groupinbox.php:174
  254. #, php-format
  255. msgid "%s group inbox"
  256. msgstr ""
  257. #. TRANS: Page title for any but first group page.
  258. #. TRANS: %1$s is a group name, $2$s is a page number.
  259. #: actions/groupinbox.php:178
  260. #, php-format
  261. msgid "%1$s group inbox, page %2$d"
  262. msgstr ""
  263. #. TRANS: Instructions for user inbox page.
  264. #: actions/groupinbox.php:209
  265. msgid ""
  266. "This is the group inbox, which lists all incoming private messages for this "
  267. "group."
  268. msgstr ""