GroupPrivateMessage.po 10 KB

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