GroupPrivateMessage.pot 10 KB

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