GroupPrivateMessage.pot 9.8 KB

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