]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot
Merge branch 'nightly' of gitorious.org:social/mainline into nightly
[quix0rs-gnu-social.git] / plugins / GroupPrivateMessage / locale / GroupPrivateMessage.pot
index 406f72740540e99be3b866464b6541f48aea549b..7b25e90067d7a50c6d8739c6dd18dfcf9b5228bc 100644 (file)
@@ -8,55 +8,146 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
+"POT-Creation-Date: 2015-02-27 16:31+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 
+#. TRANS: Form legend for sending private message to group %s.
+#: forms/groupmessage.php:89
+#, php-format
+msgid "Message to %s"
+msgstr ""
+
+#. TRANS: Field label for private group message to group %s.
+#: forms/groupmessage.php:128
+#, php-format
+msgid "Direct message to %s"
+msgstr ""
+
+#. TRANS: Indicator for number of chatacters still available for notice.
+#: forms/groupmessage.php:141
+msgid "Available characters"
+msgstr ""
+
+#. TRANS: Send button text for sending private group notice.
+#: forms/groupmessage.php:162
+msgctxt "Send button for sending notice"
+msgid "Send"
+msgstr ""
+
+#. TRANS: Client exception thrown when trying to view group inbox while not logged in.
+#: actions/groupinbox.php:66
+msgid "Only for logged-in users."
+msgstr ""
+
+#. TRANS: Client exception thrown when trying to view group inbox for non-existing group.
+#. TRANS: Client exception thrown when trying to send a private group message to a non-existing group.
+#: actions/groupinbox.php:82 actions/groupinbox.php:89
+#: actions/newgroupmessage.php:90 actions/newgroupmessage.php:97
+msgid "No such group."
+msgstr ""
+
+#. TRANS: Client exception thrown when trying to view group inbox while not a member.
+#: actions/groupinbox.php:94
+msgid "Only for members."
+msgstr ""
+
+#. TRANS: Text of group inbox if no private messages were sent to it.
+#: actions/groupinbox.php:128
+msgid "This group has not received any private messages."
+msgstr ""
+
+#. TRANS: Title of inbox for group %s.
+#: actions/groupinbox.php:174
+#, php-format
+msgid "%s group inbox"
+msgstr ""
+
+#. TRANS: Page title for any but first group page.
+#. TRANS: %1$s is a group name, $2$s is a page number.
+#: actions/groupinbox.php:178
+#, php-format
+msgid "%1$s group inbox, page %2$d"
+msgstr ""
+
+#. TRANS: Instructions for user inbox page.
+#: actions/groupinbox.php:209
+msgid ""
+"This is the group inbox, which lists all incoming private messages for this "
+"group."
+msgstr ""
+
 #. TRANS: Client exception thrown when trying to send a private group message while not logged in.
-#: newgroupmessage.php:68
+#: actions/newgroupmessage.php:68
 msgid "Must be logged in."
 msgstr ""
 
 #. TRANS: Exception thrown when user %s is not allowed to send a private group message.
 #. TRANS: Exception thrown when trying to send group private message without having the right to do that.
 #. TRANS: %s is a user nickname.
-#: newgroupmessage.php:73 Group_message.php:126
+#: actions/newgroupmessage.php:73 classes/Group_message.php:96
 #, php-format
 msgid "User %s is not allowed to send private messages."
 msgstr ""
 
-#. TRANS: Client exception thrown when trying to send a private group message to a non-existing group.
-#. TRANS: Client exception thrown when trying to view group inbox for non-existing group.
-#: newgroupmessage.php:91 newgroupmessage.php:98 groupinbox.php:83
-#: groupinbox.php:90
-msgid "No such group."
-msgstr ""
-
 #. TRANS: Title after sending a private group message.
-#: newgroupmessage.php:143
+#: actions/newgroupmessage.php:142
 msgid "Message sent"
 msgstr ""
 
 #. TRANS: Succes text after sending a direct message to group %s.
-#: newgroupmessage.php:149
+#: actions/newgroupmessage.php:148
 #, php-format
 msgid "Direct message to %s sent."
 msgstr ""
 
 #. TRANS: Title of form for new private group message.
-#: newgroupmessage.php:161
+#: actions/newgroupmessage.php:160
 #, php-format
 msgid "New message to group %s"
 msgstr ""
 
+#. TRANS: Client exception thrown when trying to view group private messages without being logged in.
+#: actions/showgroupmessage.php:69
+msgid "Only logged-in users can view private messages."
+msgstr ""
+
+#. TRANS: Client exception thrown when trying to view a non-existing group private message.
+#: actions/showgroupmessage.php:79
+msgid "No such message."
+msgstr ""
+
+#. TRANS: Server exception thrown when trying to view group private messages for a non-exsting group.
+#: actions/showgroupmessage.php:86
+msgid "Group not found."
+msgstr ""
+
+#. TRANS: Client exception thrown when trying to view a group private message without being a group member.
+#: actions/showgroupmessage.php:91
+msgid "Cannot read message."
+msgstr ""
+
+#. TRANS: Server exception thrown when trying to view a group private message without a sender.
+#: actions/showgroupmessage.php:98
+msgid "No sender found."
+msgstr ""
+
+#. TRANS: Title for private group message.
+#. TRANS: %1$s is the sender name, %2$s is the group name, %3$s is a timestamp.
+#: actions/showgroupmessage.php:123
+#, php-format
+msgid "Message from %1$s to group %2$s on %3$s"
+msgstr ""
+
 #. TRANS: Subject for direct-message notification email.
 #. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname.
-#: Group_message_profile.php:160
+#: classes/Group_message_profile.php:114
 #, php-format
 msgid "New private message from %1$s to group %2$s"
 msgstr ""
@@ -65,7 +156,7 @@ msgstr ""
 #. TRANS: %1$s is the sending user's long name, %2$s is the sending user's nickname,
 #. TRANS: %3$s is the message content, %4$s a URL to the message,
 #. TRANS: %5$s is the StatusNet sitename.
-#: Group_message_profile.php:166
+#: classes/Group_message_profile.php:120
 #, php-format
 msgid ""
 "%1$s (%2$s) sent a private message to group %3$s:\n"
@@ -84,238 +175,148 @@ msgid ""
 "%6$s"
 msgstr ""
 
+#. TRANS: Exception thrown when trying to send group private message that is too long.
+#. TRANS: %d is the maximum meggage length.
+#: classes/Group_message.php:109
+#, php-format
+msgid "That's too long. Maximum message size is %d character."
+msgid_plural "That's too long. Maximum message size is %d characters."
+msgstr[0] ""
+msgstr[1] ""
+
+#. TRANS: Exception thrown when trying to send group private message to a non-existing group.
+#: classes/Group_message.php:153
+msgid "No group for group message."
+msgstr ""
+
+#. TRANS: Exception thrown when trying to send group private message without having a sender.
+#: classes/Group_message.php:163
+msgid "No sender for group message."
+msgstr ""
+
+#. TRANS: Exception thrown when trying to set group privacy setting if group %s does not allow private messages.
+#: classes/Group_privacy_settings.php:110
+#, php-format
+msgid "Group %s does not allow private messages."
+msgstr ""
+
+#. TRANS: Exception thrown when trying to send group private message while blocked from that group.
+#. TRANS: %1$s is a user nickname, %2$s is a group nickname.
+#: classes/Group_privacy_settings.php:120
+#, php-format
+msgid "User %1$s is blocked from group %2$s."
+msgstr ""
+
+#. TRANS: Exception thrown when trying to send group private message while not a member.
+#. TRANS: %1$s is a user nickname, %2$s is a group nickname.
+#: classes/Group_privacy_settings.php:129
+#, php-format
+msgid "User %1$s is not a member of group %2$s."
+msgstr ""
+
+#. TRANS: Exception thrown when trying to send group private message while not a group administrator.
+#. TRANS: %1$s is a user nickname, %2$s is a group nickname.
+#: classes/Group_privacy_settings.php:138
+#, php-format
+msgid "User %1$s is not an administrator of group %2$s."
+msgstr ""
+
+#. TRANS: Exception thrown when encountering undefined group privacy settings.
+#. TRANS: %s is a group nickname.
+#: classes/Group_privacy_settings.php:146
+#, php-format
+msgid "Unknown privacy settings for group %s."
+msgstr ""
+
+#. TRANS: Succes message after sending private group message to group %s.
+#: lib/groupmessagecommand.php:79
+#, php-format
+msgid "Direct message to group %s sent."
+msgstr ""
+
 #. TRANS: Menu item in group page.
-#: GroupPrivateMessagePlugin.php:206
+#: GroupPrivateMessagePlugin.php:112
 msgctxt "MENU"
 msgid "Inbox"
 msgstr ""
 
 #. TRANS: Menu title in group page.
-#: GroupPrivateMessagePlugin.php:208
+#: GroupPrivateMessagePlugin.php:114
 msgid "Private messages for this group."
 msgstr ""
 
 #. TRANS: Dropdown label in group settings page for if group allows private messages.
-#: GroupPrivateMessagePlugin.php:254
+#: GroupPrivateMessagePlugin.php:160
 msgid "Private messages"
 msgstr ""
 
 #. TRANS: Dropdown option in group settings page for allowing private messages.
-#: GroupPrivateMessagePlugin.php:256
+#: GroupPrivateMessagePlugin.php:162
 msgid "Sometimes"
 msgstr ""
 
 #. TRANS: Dropdown option in group settings page for allowing private messages.
-#: GroupPrivateMessagePlugin.php:258
+#: GroupPrivateMessagePlugin.php:164
 msgid "Always"
 msgstr ""
 
 #. TRANS: Dropdown option in group settings page for allowing private messages.
-#: GroupPrivateMessagePlugin.php:260
+#: GroupPrivateMessagePlugin.php:166
 msgid "Never"
 msgstr ""
 
 #. TRANS: Dropdown title in group settings page for if group allows private messages.
-#: GroupPrivateMessagePlugin.php:262
+#: GroupPrivateMessagePlugin.php:168
 msgid "Whether to allow private messages to this group."
 msgstr ""
 
 #. TRANS: Dropdown label in group settings page for who can send private messages to the group.
-#: GroupPrivateMessagePlugin.php:269
+#: GroupPrivateMessagePlugin.php:175
 msgid "Private senders"
 msgstr ""
 
 #. TRANS: Dropdown option in group settings page for who can send private messages.
-#: GroupPrivateMessagePlugin.php:271
+#: GroupPrivateMessagePlugin.php:177
 msgid "Everyone"
 msgstr ""
 
 #. TRANS: Dropdown option in group settings page for who can send private messages.
-#: GroupPrivateMessagePlugin.php:273
+#: GroupPrivateMessagePlugin.php:179
 msgid "Member"
 msgstr ""
 
 #. TRANS: Dropdown option in group settings page for who can send private messages.
-#: GroupPrivateMessagePlugin.php:275
+#: GroupPrivateMessagePlugin.php:181
 msgid "Admin"
 msgstr ""
 
 #. TRANS: Dropdown title in group settings page for who can send private messages to the group.
-#: GroupPrivateMessagePlugin.php:277
+#: GroupPrivateMessagePlugin.php:183
 msgid "Who can send private messages to the group."
 msgstr ""
 
 #. TRANS: Title for action in group actions list.
-#: GroupPrivateMessagePlugin.php:379
+#: GroupPrivateMessagePlugin.php:288
 msgid "Send a direct message to this group."
 msgstr ""
 
 #. TRANS: Link text for action in group actions list to send a private message to a group.
-#: GroupPrivateMessagePlugin.php:381
+#: GroupPrivateMessagePlugin.php:290
 msgctxt "LINKTEXT"
 msgid "Message"
 msgstr ""
 
 #. TRANS: Client exception thrown when a private group message has to be forced.
-#: GroupPrivateMessagePlugin.php:459
+#: GroupPrivateMessagePlugin.php:368
 msgid "Forced notice to private group message."
 msgstr ""
 
 #. TRANS: Indicator on the group page that the group is (essentially) private.
-#: GroupPrivateMessagePlugin.php:481
+#: GroupPrivateMessagePlugin.php:390
 msgid "Private"
 msgstr ""
 
 #. TRANS: Plugin description.
-#: GroupPrivateMessagePlugin.php:507
+#: GroupPrivateMessagePlugin.php:416
 msgid "Allow posting private messages to groups."
 msgstr ""
-
-#. TRANS: Client exception thrown when trying to view group inbox while not logged in.
-#: groupinbox.php:66
-msgid "Only for logged-in users."
-msgstr ""
-
-#. TRANS: Client exception thrown when trying to view group inbox while not a member.
-#: groupinbox.php:95
-msgid "Only for members."
-msgstr ""
-
-#. TRANS: Text of group inbox if no private messages were sent to it.
-#: groupinbox.php:129
-msgid "This group has not received any private messages."
-msgstr ""
-
-#. TRANS: Title of inbox for group %s.
-#: groupinbox.php:175
-#, php-format
-msgid "%s group inbox"
-msgstr ""
-
-#. TRANS: Page title for any but first group page.
-#. TRANS: %1$s is a group name, $2$s is a page number.
-#: groupinbox.php:179
-#, php-format
-msgid "%1$s group inbox, page %2$d"
-msgstr ""
-
-#. TRANS: Instructions for user inbox page.
-#: groupinbox.php:210
-msgid ""
-"This is the group inbox, which lists all incoming private messages for this "
-"group."
-msgstr ""
-
-#. TRANS: Form legend for sending private message to group %s.
-#: groupmessageform.php:89
-#, php-format
-msgid "Message to %s"
-msgstr ""
-
-#. TRANS: Field label for private group message to group %s.
-#: groupmessageform.php:128
-#, php-format
-msgid "Direct message to %s"
-msgstr ""
-
-#. TRANS: Indicator for number of chatacters still available for notice.
-#: groupmessageform.php:141
-msgid "Available characters"
-msgstr ""
-
-#. TRANS: Send button text for sending private group notice.
-#: groupmessageform.php:162
-msgctxt "Send button for sending notice"
-msgid "Send"
-msgstr ""
-
-#. TRANS: Exception thrown when trying to set group privacy setting if group %s does not allow private messages.
-#: Group_privacy_settings.php:162
-#, php-format
-msgid "Group %s does not allow private messages."
-msgstr ""
-
-#. TRANS: Exception thrown when trying to send group private message while blocked from that group.
-#. TRANS: %1$s is a user nickname, %2$s is a group nickname.
-#: Group_privacy_settings.php:172
-#, php-format
-msgid "User %1$s is blocked from group %2$s."
-msgstr ""
-
-#. TRANS: Exception thrown when trying to send group private message while not a member.
-#. TRANS: %1$s is a user nickname, %2$s is a group nickname.
-#: Group_privacy_settings.php:181
-#, php-format
-msgid "User %1$s is not a member of group %2$s."
-msgstr ""
-
-#. TRANS: Exception thrown when trying to send group private message while not a group administrator.
-#. TRANS: %1$s is a user nickname, %2$s is a group nickname.
-#: Group_privacy_settings.php:190
-#, php-format
-msgid "User %1$s is not an administrator of group %2$s."
-msgstr ""
-
-#. TRANS: Exception thrown when encountering undefined group privacy settings.
-#. TRANS: %s is a group nickname.
-#: Group_privacy_settings.php:198
-#, php-format
-msgid "Unknown privacy settings for group %s."
-msgstr ""
-
-#. TRANS: Exception thrown when trying to send group private message that is too long.
-#. TRANS: %d is the maximum meggage length.
-#: Group_message.php:139
-#, php-format
-msgid "That's too long. Maximum message size is %d character."
-msgid_plural "That's too long. Maximum message size is %d characters."
-msgstr[0] ""
-msgstr[1] ""
-
-#. TRANS: Exception thrown when trying to send group private message to a non-existing group.
-#: Group_message.php:183
-msgid "No group for group message."
-msgstr ""
-
-#. TRANS: Exception thrown when trying to send group private message without having a sender.
-#: Group_message.php:193
-msgid "No sender for group message."
-msgstr ""
-
-#. TRANS: Client exception thrown when trying to view group private messages without being logged in.
-#: showgroupmessage.php:69
-msgid "Only logged-in users can view private messages."
-msgstr ""
-
-#. TRANS: Client exception thrown when trying to view a non-existing group private message.
-#: showgroupmessage.php:79
-msgid "No such message."
-msgstr ""
-
-#. TRANS: Server exception thrown when trying to view group private messages for a non-exsting group.
-#: showgroupmessage.php:86
-msgid "Group not found."
-msgstr ""
-
-#. TRANS: Client exception thrown when trying to view a group private message without being a group member.
-#: showgroupmessage.php:91
-msgid "Cannot read message."
-msgstr ""
-
-#. TRANS: Server exception thrown when trying to view a group private message without a sender.
-#: showgroupmessage.php:98
-msgid "No sender found."
-msgstr ""
-
-#. TRANS: Title for private group message.
-#. TRANS: %1$s is the sender name, %2$s is the group name, %3$s is a timestamp.
-#: showgroupmessage.php:123
-#, php-format
-msgid "Message from %1$s to group %2$s on %3$s"
-msgstr ""
-
-#. TRANS: Succes message after sending private group message to group %s.
-#: groupmessagecommand.php:79
-#, php-format
-msgid "Direct message to group %s sent."
-msgstr ""