GroupPrivateMessage.po 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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: Georgian (http://www.transifex.com/gnu-social/gnu-social/language/ka/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: ka\n"
  18. "Plural-Forms: nplurals=1; plural=0;\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. #. TRANS: Exception thrown when trying to send group private message to a non-
  175. #. existing group.
  176. #: classes/Group_message.php:153
  177. msgid "No group for group message."
  178. msgstr ""
  179. #. TRANS: Exception thrown when trying to send group private message without
  180. #. having a sender.
  181. #: classes/Group_message.php:163
  182. msgid "No sender for group message."
  183. msgstr ""
  184. #. TRANS: Exception thrown when trying to set group privacy setting if group
  185. #. %s does not allow private messages.
  186. #: classes/Group_privacy_settings.php:110
  187. #, php-format
  188. msgid "Group %s does not allow private messages."
  189. msgstr ""
  190. #. TRANS: Exception thrown when trying to send group private message while
  191. #. blocked from that group.
  192. #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
  193. #: classes/Group_privacy_settings.php:120
  194. #, php-format
  195. msgid "User %1$s is blocked from group %2$s."
  196. msgstr ""
  197. #. TRANS: Exception thrown when trying to send group private message while not
  198. #. a member.
  199. #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
  200. #: classes/Group_privacy_settings.php:129
  201. #, php-format
  202. msgid "User %1$s is not a member of group %2$s."
  203. msgstr ""
  204. #. TRANS: Exception thrown when trying to send group private message while not
  205. #. a group administrator.
  206. #. TRANS: %1$s is a user nickname, %2$s is a group nickname.
  207. #: classes/Group_privacy_settings.php:138
  208. #, php-format
  209. msgid "User %1$s is not an administrator of group %2$s."
  210. msgstr ""
  211. #. TRANS: Exception thrown when encountering undefined group privacy settings.
  212. #. TRANS: %s is a group nickname.
  213. #: classes/Group_privacy_settings.php:146
  214. #, php-format
  215. msgid "Unknown privacy settings for group %s."
  216. msgstr ""
  217. #. TRANS: Succes message after sending private group message to group %s.
  218. #: lib/groupmessagecommand.php:79
  219. #, php-format
  220. msgid "Direct message to group %s sent."
  221. msgstr ""
  222. #. TRANS: Menu item in group page.
  223. #: GroupPrivateMessagePlugin.php:112
  224. msgctxt "MENU"
  225. msgid "Inbox"
  226. msgstr ""
  227. #. TRANS: Menu title in group page.
  228. #: GroupPrivateMessagePlugin.php:114
  229. msgid "Private messages for this group."
  230. msgstr ""
  231. #. TRANS: Dropdown label in group settings page for if group allows private
  232. #. messages.
  233. #: GroupPrivateMessagePlugin.php:160
  234. msgid "Private messages"
  235. msgstr ""
  236. #. TRANS: Dropdown option in group settings page for allowing private
  237. #. messages.
  238. #: GroupPrivateMessagePlugin.php:162
  239. msgid "Sometimes"
  240. msgstr "ზოგჯერ"
  241. #. TRANS: Dropdown option in group settings page for allowing private
  242. #. messages.
  243. #: GroupPrivateMessagePlugin.php:164
  244. msgid "Always"
  245. msgstr "მუდამ"
  246. #. TRANS: Dropdown option in group settings page for allowing private
  247. #. messages.
  248. #: GroupPrivateMessagePlugin.php:166
  249. msgid "Never"
  250. msgstr "არასდროს"
  251. #. TRANS: Dropdown title in group settings page for if group allows private
  252. #. messages.
  253. #: GroupPrivateMessagePlugin.php:168
  254. msgid "Whether to allow private messages to this group."
  255. msgstr ""
  256. #. TRANS: Dropdown label in group settings page for who can send private
  257. #. messages to the group.
  258. #: GroupPrivateMessagePlugin.php:175
  259. msgid "Private senders"
  260. msgstr ""
  261. #. TRANS: Dropdown option in group settings page for who can send private
  262. #. messages.
  263. #: GroupPrivateMessagePlugin.php:177
  264. msgid "Everyone"
  265. msgstr ""
  266. #. TRANS: Dropdown option in group settings page for who can send private
  267. #. messages.
  268. #: GroupPrivateMessagePlugin.php:179
  269. msgid "Member"
  270. msgstr ""
  271. #. TRANS: Dropdown option in group settings page for who can send private
  272. #. messages.
  273. #: GroupPrivateMessagePlugin.php:181
  274. msgid "Admin"
  275. msgstr "ადმინი"
  276. #. TRANS: Dropdown title in group settings page for who can send private
  277. #. messages to the group.
  278. #: GroupPrivateMessagePlugin.php:183
  279. msgid "Who can send private messages to the group."
  280. msgstr ""
  281. #. TRANS: Title for action in group actions list.
  282. #: GroupPrivateMessagePlugin.php:288
  283. msgid "Send a direct message to this group."
  284. msgstr ""
  285. #. TRANS: Link text for action in group actions list to send a private message
  286. #. to a group.
  287. #: GroupPrivateMessagePlugin.php:290
  288. msgctxt "LINKTEXT"
  289. msgid "Message"
  290. msgstr ""
  291. #. TRANS: Client exception thrown when a private group message has to be
  292. #. forced.
  293. #: GroupPrivateMessagePlugin.php:368
  294. msgid "Forced notice to private group message."
  295. msgstr ""
  296. #. TRANS: Indicator on the group page that the group is (essentially) private.
  297. #: GroupPrivateMessagePlugin.php:390
  298. msgid "Private"
  299. msgstr "პირადი"
  300. #. TRANS: Plugin description.
  301. #: GroupPrivateMessagePlugin.php:416
  302. msgid "Allow posting private messages to groups."
  303. msgstr ""