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