GroupPrivateMessage.po 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-06 16:28+0000\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: Belarusian (Tarask) (http://www.transifex.com/gnu-social/gnu-social/language/be@tarask/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: be@tarask\n"
  18. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
  19. #. TRANS: Form legend for sending private message to group %s.
  20. #: forms/groupmessage.php:89
  21. #, php-format
  22. msgid "Message to %s"
  23. msgstr ""
  24. #. TRANS: Field label for private group message to group %s.
  25. #: forms/groupmessage.php:128
  26. #, php-format
  27. msgid "Direct message to %s"
  28. msgstr ""
  29. #. TRANS: Indicator for number of chatacters still available for notice.
  30. #: forms/groupmessage.php:141
  31. msgid "Available characters"
  32. msgstr ""
  33. #. TRANS: Send button text for sending private group notice.
  34. #: forms/groupmessage.php:162
  35. msgctxt "Send button for sending notice"
  36. msgid "Send"
  37. msgstr "Даслаць"
  38. #. TRANS: Client exception thrown when trying to view group inbox while not
  39. #. 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-
  44. #. existing group.
  45. #. TRANS: Client exception thrown when trying to send a private group message
  46. #. to a non-existing group.
  47. #: actions/groupinbox.php:82 actions/groupinbox.php:89
  48. #: actions/newgroupmessage.php:90 actions/newgroupmessage.php:97
  49. msgid "No such group."
  50. msgstr "Няма такой групы."
  51. #. TRANS: Client exception thrown when trying to view group inbox while not a
  52. #. member.
  53. #: actions/groupinbox.php:94
  54. msgid "Only for members."
  55. msgstr ""
  56. #. TRANS: Text of group inbox if no private messages were sent to it.
  57. #: actions/groupinbox.php:128
  58. msgid "This group has not received any private messages."
  59. msgstr ""
  60. #. TRANS: Title of inbox for group %s.
  61. #: actions/groupinbox.php:174
  62. #, php-format
  63. msgid "%s group inbox"
  64. msgstr ""
  65. #. TRANS: Page title for any but first group page.
  66. #. TRANS: %1$s is a group name, $2$s is a page number.
  67. #: actions/groupinbox.php:178
  68. #, php-format
  69. msgid "%1$s group inbox, page %2$d"
  70. msgstr ""
  71. #. TRANS: Instructions for user inbox page.
  72. #: actions/groupinbox.php:209
  73. msgid ""
  74. "This is the group inbox, which lists all incoming private messages for this "
  75. "group."
  76. msgstr ""
  77. #. TRANS: Client exception thrown when trying to send a private group message
  78. #. while not logged in.
  79. #: actions/newgroupmessage.php:68
  80. msgid "Must be logged in."
  81. msgstr "Трэба ўвайсьці ў сыстэму."
  82. #. TRANS: Exception thrown when user %s is not allowed to send a private group
  83. #. message.
  84. #. TRANS: Exception thrown when trying to send group private message without
  85. #. having the right to do that.
  86. #. TRANS: %s is a user nickname.
  87. #: actions/newgroupmessage.php:73 classes/Group_message.php:96
  88. #, php-format
  89. msgid "User %s is not allowed to send private messages."
  90. msgstr ""
  91. #. TRANS: Title after sending a private group message.
  92. #: actions/newgroupmessage.php:142
  93. msgid "Message sent"
  94. msgstr ""
  95. #. TRANS: Succes text after sending a direct message to group %s.
  96. #: actions/newgroupmessage.php:148
  97. #, php-format
  98. msgid "Direct message to %s sent."
  99. msgstr ""
  100. #. TRANS: Title of form for new private group message.
  101. #: actions/newgroupmessage.php:160
  102. #, php-format
  103. msgid "New message to group %s"
  104. msgstr ""
  105. #. TRANS: Client exception thrown when trying to view group private messages
  106. #. without being logged in.
  107. #: actions/showgroupmessage.php:69
  108. msgid "Only logged-in users can view private messages."
  109. msgstr ""
  110. #. TRANS: Client exception thrown when trying to view a non-existing group
  111. #. private message.
  112. #: actions/showgroupmessage.php:79
  113. msgid "No such message."
  114. msgstr ""
  115. #. TRANS: Server exception thrown when trying to view group private messages
  116. #. for a non-exsting group.
  117. #: actions/showgroupmessage.php:86
  118. msgid "Group not found."
  119. msgstr "Група ня знойдзеная."
  120. #. TRANS: Client exception thrown when trying to view a group private message
  121. #. without being a group member.
  122. #: actions/showgroupmessage.php:91
  123. msgid "Cannot read message."
  124. msgstr ""
  125. #. TRANS: Server exception thrown when trying to view a group private message
  126. #. without a sender.
  127. #: actions/showgroupmessage.php:98
  128. msgid "No sender found."
  129. msgstr ""
  130. #. TRANS: Title for private group message.
  131. #. TRANS: %1$s is the sender name, %2$s is the group name, %3$s is a
  132. #. timestamp.
  133. #: actions/showgroupmessage.php:123
  134. #, php-format
  135. msgid "Message from %1$s to group %2$s on %3$s"
  136. msgstr ""
  137. #. TRANS: Subject for direct-message notification email.
  138. #. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname.
  139. #: classes/Group_message_profile.php:114
  140. #, php-format
  141. msgid "New private message from %1$s to group %2$s"
  142. msgstr ""
  143. #. TRANS: Body for direct-message notification email.
  144. #. TRANS: %1$s is the sending user's long name, %2$s is the sending user's
  145. #. nickname,
  146. #. TRANS: %3$s is the message content, %4$s a URL to the message,
  147. #. TRANS: %5$s is the StatusNet sitename.
  148. #: classes/Group_message_profile.php:120
  149. #, php-format
  150. msgid ""
  151. "%1$s (%2$s) sent a private message to group %3$s:\n"
  152. "\n"
  153. "------------------------------------------------------\n"
  154. "%4$s\n"
  155. "------------------------------------------------------\n"
  156. "\n"
  157. "You can reply to their message here:\n"
  158. "\n"
  159. "%5$s\n"
  160. "\n"
  161. "Do not reply to this email; it will not get to them.\n"
  162. "\n"
  163. "With kind regards,\n"
  164. "%6$s"
  165. msgstr ""
  166. #. TRANS: Exception thrown when trying to send group private message that is
  167. #. too long.
  168. #. TRANS: %d is the maximum meggage length.
  169. #: classes/Group_message.php:109
  170. #, php-format
  171. msgid "That's too long. Maximum message size is %d character."
  172. msgid_plural "That's too long. Maximum message size is %d characters."
  173. msgstr[0] ""
  174. msgstr[1] ""
  175. msgstr[2] ""
  176. msgstr[3] ""
  177. #. TRANS: Exception thrown when trying to send group private message to a non-
  178. #. existing group.
  179. #: classes/Group_message.php:153
  180. msgid "No group for group message."
  181. msgstr ""
  182. #. TRANS: Exception thrown when trying to send group private message without
  183. #. having a sender.
  184. #: classes/Group_message.php:163
  185. msgid "No sender for group message."
  186. msgstr ""
  187. #. TRANS: Exception thrown when trying to set group privacy setting if group
  188. #. %s does not allow private messages.
  189. #: classes/Group_privacy_settings.php:110
  190. #, php-format
  191. msgid "Group %s does not allow private messages."
  192. msgstr ""
  193. #. TRANS: Exception thrown when trying to send group private message while
  194. #. blocked from that group.
  195. #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
  196. #: classes/Group_privacy_settings.php:120
  197. #, php-format
  198. msgid "User %1$s is blocked from group %2$s."
  199. msgstr ""
  200. #. TRANS: Exception thrown when trying to send group private message while not
  201. #. a member.
  202. #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
  203. #: classes/Group_privacy_settings.php:129
  204. #, php-format
  205. msgid "User %1$s is not a member of group %2$s."
  206. msgstr ""
  207. #. TRANS: Exception thrown when trying to send group private message while not
  208. #. a group administrator.
  209. #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
  210. #: classes/Group_privacy_settings.php:138
  211. #, php-format
  212. msgid "User %1$s is not an administrator of group %2$s."
  213. msgstr ""
  214. #. TRANS: Exception thrown when encountering undefined group privacy settings.
  215. #. TRANS: %s is a group nickname.
  216. #: classes/Group_privacy_settings.php:146
  217. #, php-format
  218. msgid "Unknown privacy settings for group %s."
  219. msgstr ""
  220. #. TRANS: Succes message after sending private group message to group %s.
  221. #: lib/groupmessagecommand.php:79
  222. #, php-format
  223. msgid "Direct message to group %s sent."
  224. msgstr ""
  225. #. TRANS: Menu item in group page.
  226. #: GroupPrivateMessagePlugin.php:112
  227. msgctxt "MENU"
  228. msgid "Inbox"
  229. msgstr ""
  230. #. TRANS: Menu title in group page.
  231. #: GroupPrivateMessagePlugin.php:114
  232. msgid "Private messages for this group."
  233. msgstr ""
  234. #. TRANS: Dropdown label in group settings page for if group allows private
  235. #. messages.
  236. #: GroupPrivateMessagePlugin.php:160
  237. msgid "Private messages"
  238. msgstr ""
  239. #. TRANS: Dropdown option in group settings page for allowing private
  240. #. messages.
  241. #: GroupPrivateMessagePlugin.php:162
  242. msgid "Sometimes"
  243. msgstr "Часам"
  244. #. TRANS: Dropdown option in group settings page for allowing private
  245. #. messages.
  246. #: GroupPrivateMessagePlugin.php:164
  247. msgid "Always"
  248. msgstr "Заўсёды"
  249. #. TRANS: Dropdown option in group settings page for allowing private
  250. #. messages.
  251. #: GroupPrivateMessagePlugin.php:166
  252. msgid "Never"
  253. msgstr "Ніколі"
  254. #. TRANS: Dropdown title in group settings page for if group allows private
  255. #. messages.
  256. #: GroupPrivateMessagePlugin.php:168
  257. msgid "Whether to allow private messages to this group."
  258. msgstr ""
  259. #. TRANS: Dropdown label in group settings page for who can send private
  260. #. messages to the group.
  261. #: GroupPrivateMessagePlugin.php:175
  262. msgid "Private senders"
  263. msgstr ""
  264. #. TRANS: Dropdown option in group settings page for who can send private
  265. #. messages.
  266. #: GroupPrivateMessagePlugin.php:177
  267. msgid "Everyone"
  268. msgstr ""
  269. #. TRANS: Dropdown option in group settings page for who can send private
  270. #. messages.
  271. #: GroupPrivateMessagePlugin.php:179
  272. msgid "Member"
  273. msgstr ""
  274. #. TRANS: Dropdown option in group settings page for who can send private
  275. #. messages.
  276. #: GroupPrivateMessagePlugin.php:181
  277. msgid "Admin"
  278. msgstr "Адміністратар"
  279. #. TRANS: Dropdown title in group settings page for who can send private
  280. #. messages to the group.
  281. #: GroupPrivateMessagePlugin.php:183
  282. msgid "Who can send private messages to the group."
  283. msgstr ""
  284. #. TRANS: Title for action in group actions list.
  285. #: GroupPrivateMessagePlugin.php:288
  286. msgid "Send a direct message to this group."
  287. msgstr ""
  288. #. TRANS: Link text for action in group actions list to send a private message
  289. #. to a group.
  290. #: GroupPrivateMessagePlugin.php:290
  291. msgctxt "LINKTEXT"
  292. msgid "Message"
  293. msgstr ""
  294. #. TRANS: Client exception thrown when a private group message has to be
  295. #. forced.
  296. #: GroupPrivateMessagePlugin.php:368
  297. msgid "Forced notice to private group message."
  298. msgstr ""
  299. #. TRANS: Indicator on the group page that the group is (essentially) private.
  300. #: GroupPrivateMessagePlugin.php:390
  301. msgid "Private"
  302. msgstr "Прыватнае"
  303. #. TRANS: Plugin description.
  304. #: GroupPrivateMessagePlugin.php:416
  305. msgid "Allow posting private messages to groups."
  306. msgstr ""