]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SubMirror/locale/SubMirror.pot
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / SubMirror / locale / SubMirror.pot
index 81ae0a0f91bc39fb6c44890af6643549d4023a4f..0c170143ece85777898495aada3a8018779380b9 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-06 02:34+0100\n"
+"POT-Creation-Date: 2011-08-20 18:34+0000\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"
@@ -16,119 +16,175 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: actions/basemirror.php:71
-msgid "Invalid feed URL."
+#. TRANS: Client error displayed when entering an invalid URL for a feed.
+#. TRANS: %s is the invalid feed URL.
+#: actions/basemirror.php:73
+#, php-format
+msgid "Invalid feed URL: %s."
 msgstr ""
 
-#. TRANS: Error message returned to user when setting up feed mirroring, but we were unable to resolve the given URL to a working feed.
-#: actions/basemirror.php:83
+#. TRANS: Error message returned to user when setting up feed mirroring,
+#. TRANS: but we were unable to resolve the given URL to a working feed.
+#: actions/basemirror.php:86
 msgid "Invalid profile for mirroring."
 msgstr ""
 
-#: actions/basemirror.php:101
-msgid "Can't mirror a StatusNet group at this time."
+#. TRANS: Client error displayed when trying to mirror a StatusNet group feed.
+#: actions/basemirror.php:105
+msgid "Cannot mirror a StatusNet group at this time."
 msgstr ""
 
-#: actions/basemirror.php:115
+#. TRANS: Client error displayed when trying to use another method than POST.
+#: actions/basemirror.php:120
 msgid "This action only accepts POST requests."
 msgstr ""
 
-#: actions/basemirror.php:123
+#. TRANS: Client error displayed when the session token does not match or is not given.
+#: actions/basemirror.php:129
 msgid "There was a problem with your session token. Try again, please."
 msgstr ""
 
-#: actions/basemirror.php:133
+#. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
+#: actions/basemirror.php:140
 msgid "Not logged in."
 msgstr ""
 
-#: actions/basemirror.php:156
+#. TRANS: Page title for subscribed feed mirror.
+#: actions/basemirror.php:164
 msgid "Subscribed"
 msgstr ""
 
+#. TRANS: Client error displayed when trying to edit an object that is not a feed mirror.
 #: actions/editmirror.php:68
 msgid "Requested invalid profile to edit."
 msgstr ""
 
-#: actions/editmirror.php:86
+#. TRANS: Client error displayed when providing invalid input when editing a mirror.
+#: actions/editmirror.php:87
 msgid "Bad form data."
 msgstr ""
 
 #. TRANS: Client error thrown when a mirror request is made and no result is retrieved.
-#: actions/editmirror.php:95
-msgid "Requested edit of missing mirror."
+#: actions/editmirror.php:96
+msgid "The mirror request failed, because no result was retrieved."
 msgstr ""
 
-#: actions/addmirror.php:72
+#. TRANS: Exception thrown when a feed provider could not be recognised.
+#: actions/addmirror.php:80
+msgid "Internal form error: Unrecognized feed provider."
+msgstr ""
+
+#. TRANS: Exception thrown when a subscribing to a feed fails.
+#: actions/addmirror.php:90
 msgid "Could not subscribe to feed."
 msgstr ""
 
-#. TRANS: Title.
+#. TRANS: Page title.
 #: actions/mirrorsettings.php:42
 msgid "Feed mirror settings"
 msgstr ""
 
-#. TRANS: Instructions.
+#. TRANS: Page instructions.
 #: actions/mirrorsettings.php:54
 msgid ""
 "You can mirror updates from many RSS and Atom feeds into your StatusNet "
 "timeline!"
 msgstr ""
 
-#: SubMirrorPlugin.php:90
+#. TRANS: Title for page with form to add a mirror feed provider on.
+#: actions/mirrorsettings.php:133
+msgid "Provider add"
+msgstr ""
+
+#. TRANS: Plugin description.
+#: SubMirrorPlugin.php:94
 msgid "Pull feeds into your timeline!"
 msgstr ""
 
 #. TRANS: SubMirror plugin menu item on user settings page.
-#: SubMirrorPlugin.php:110
+#: SubMirrorPlugin.php:113
 msgctxt "MENU"
 msgid "Mirroring"
 msgstr ""
 
 #. TRANS: SubMirror plugin tooltip for user settings menu item.
-#: SubMirrorPlugin.php:112
+#: SubMirrorPlugin.php:115
 msgid "Configure mirroring of posts from other feeds"
 msgstr ""
 
-#: SubMirrorPlugin.php:183
+#. TRANS: Label in profile statistics section, followed by a count.
+#: SubMirrorPlugin.php:187
 msgid "Mirrored feeds"
 msgstr ""
 
-#: lib/addmirrorform.php:59
+#. TRANS: Field label.
+#: lib/addmirrorform.php:61
 msgid "Web page or feed URL:"
 msgstr ""
 
-#: lib/addmirrorform.php:64
+#. TRANS: Button text for adding a feed.
+#. TRANS: Button text for adding a Twitter feed mirror.
+#: lib/addmirrorform.php:67 lib/addtwittermirrorform.php:57
 msgctxt "BUTTON"
 msgid "Add feed"
 msgstr ""
 
-#: lib/editmirrorform.php:83
+#. TRANS: Field label.
+#: lib/addtwittermirrorform.php:51
+msgid "Twitter username:"
+msgstr ""
+
+#. TRANS: Field label (URL expectected).
+#: lib/editmirrorform.php:84
 msgctxt "LABEL"
 msgid "Remote feed:"
 msgstr ""
 
-#: lib/editmirrorform.php:87
+#. TRANS: Field label.
+#: lib/editmirrorform.php:89
 msgctxt "LABEL"
 msgid "Local user"
 msgstr ""
 
-#: lib/editmirrorform.php:93
+#. TRANS: Fieldset legend for feed mirror setting.
+#: lib/editmirrorform.php:96
 msgid "Mirroring style"
 msgstr ""
 
-#: lib/editmirrorform.php:95
+#. TRANS: Feed mirror style (radio button option).
+#: lib/editmirrorform.php:99
 msgid ""
-"Repeat: reference the original user's post (sometimes shows as 'RT @blah')"
+"Repeat: reference the original user's post (sometimes shows as \"RT @blah\")"
 msgstr ""
 
-#: lib/editmirrorform.php:96
+#. TRANS: Feed mirror style (radio button option).
+#: lib/editmirrorform.php:101
 msgid "Repost the content under my account"
 msgstr ""
 
-#: lib/editmirrorform.php:115
+#. TRANS: Button text to save feed mirror settings.
+#: lib/editmirrorform.php:121
+msgctxt "BUTTON"
 msgid "Save"
 msgstr ""
 
-#: lib/editmirrorform.php:117
+#. TRANS: Button text to stop mirroring a feed.
+#: lib/editmirrorform.php:124
+msgctxt "BUTTON"
 msgid "Stop mirroring"
 msgstr ""
+
+#. TRANS: Name for possible feed provider.
+#: lib/addmirrorwizard.php:77
+msgid "Twitter"
+msgstr ""
+
+#. TRANS: Name for possible feed provider.
+#: lib/addmirrorwizard.php:111
+msgid "RSS or Atom feed"
+msgstr ""
+
+#. TRANS: Heading for feed mirroring selection form.
+#: lib/addmirrorwizard.php:122
+msgid "Select a feed provider"
+msgstr ""