]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/SubMirror/locale/SubMirror.pot
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / SubMirror / locale / SubMirror.pot
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 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-27 16:31+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. TRANS: Field label (URL expectected).
21 #: forms/editmirror.php:84
22 msgctxt "LABEL"
23 msgid "Remote feed:"
24 msgstr ""
25
26 #. TRANS: Field label.
27 #: forms/editmirror.php:89
28 msgctxt "LABEL"
29 msgid "Local user"
30 msgstr ""
31
32 #. TRANS: Fieldset legend for feed mirror setting.
33 #: forms/editmirror.php:96
34 msgid "Mirroring style"
35 msgstr ""
36
37 #. TRANS: Feed mirror style (radio button option).
38 #: forms/editmirror.php:99
39 msgid ""
40 "Repeat: reference the original user's post (sometimes shows as \"RT @blah\")"
41 msgstr ""
42
43 #. TRANS: Feed mirror style (radio button option).
44 #: forms/editmirror.php:101
45 msgid "Repost the content under my account"
46 msgstr ""
47
48 #. TRANS: Button text to save feed mirror settings.
49 #: forms/editmirror.php:121
50 msgctxt "BUTTON"
51 msgid "Save"
52 msgstr ""
53
54 #. TRANS: Button text to stop mirroring a feed.
55 #: forms/editmirror.php:124
56 msgctxt "BUTTON"
57 msgid "Stop mirroring"
58 msgstr ""
59
60 #. TRANS: Field label.
61 #: forms/addmirror.php:61
62 msgid "Web page or feed URL:"
63 msgstr ""
64
65 #. TRANS: Button text for adding a feed.
66 #: forms/addmirror.php:67
67 msgctxt "BUTTON"
68 msgid "Add feed"
69 msgstr ""
70
71 #. TRANS: Plugin description.
72 #: SubMirrorPlugin.php:68
73 msgid "Pull feeds into your timeline!"
74 msgstr ""
75
76 #. TRANS: SubMirror plugin menu item on user settings page.
77 #: SubMirrorPlugin.php:88
78 msgctxt "MENU"
79 msgid "Mirroring"
80 msgstr ""
81
82 #. TRANS: SubMirror plugin tooltip for user settings menu item.
83 #: SubMirrorPlugin.php:90
84 msgid "Configure mirroring of posts from other feeds"
85 msgstr ""
86
87 #. TRANS: Label in profile statistics section, followed by a count.
88 #: SubMirrorPlugin.php:167
89 msgid "Mirrored feeds"
90 msgstr ""
91
92 #. TRANS: Client error displayed when trying to edit an object that is not a feed mirror.
93 #: actions/editmirror.php:66
94 msgid "Requested invalid profile to edit."
95 msgstr ""
96
97 #. TRANS: Client error displayed when providing invalid input when editing a mirror.
98 #: actions/editmirror.php:85
99 msgid "Bad form data."
100 msgstr ""
101
102 #. TRANS: Client error thrown when a mirror request is made and no result is retrieved.
103 #: actions/editmirror.php:94
104 msgid "The mirror request failed, because no result was retrieved."
105 msgstr ""
106
107 #. TRANS: Page title.
108 #: actions/mirrorsettings.php:40
109 msgid "Feed mirror settings"
110 msgstr ""
111
112 #. TRANS: Page instructions.
113 #: actions/mirrorsettings.php:52
114 msgid ""
115 "You can mirror updates from many RSS and Atom feeds into your GNU social "
116 "timeline!"
117 msgstr ""
118
119 #. TRANS: Title for page with form to add a mirror feed provider on.
120 #: actions/mirrorsettings.php:127
121 msgid "Provider add"
122 msgstr ""
123
124 #. TRANS: Client error displayed when entering an invalid URL for a feed.
125 #. TRANS: %s is the invalid feed URL.
126 #: actions/basemirror.php:71
127 #, php-format
128 msgid "Invalid feed URL: %s."
129 msgstr ""
130
131 #. TRANS: Error message returned to user when setting up feed mirroring,
132 #. TRANS: but we were unable to resolve the given URL to a working feed.
133 #: actions/basemirror.php:84
134 msgid "Invalid profile for mirroring."
135 msgstr ""
136
137 #. TRANS: Client error displayed when trying to mirror a GNU social group feed.
138 #: actions/basemirror.php:103
139 msgid "Cannot mirror a GNU social group at this time."
140 msgstr ""
141
142 #. TRANS: Client error displayed when trying to use another method than POST.
143 #: actions/basemirror.php:118
144 msgid "This action only accepts POST requests."
145 msgstr ""
146
147 #. TRANS: Client error displayed when the session token does not match or is not given.
148 #: actions/basemirror.php:126
149 msgid "There was a problem with your session token. Try again, please."
150 msgstr ""
151
152 #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
153 #: actions/basemirror.php:136
154 msgid "Not logged in."
155 msgstr ""
156
157 #. TRANS: Page title for subscribed feed mirror.
158 #: actions/basemirror.php:159
159 msgid "Subscribed"
160 msgstr ""
161
162 #. TRANS: Exception thrown when a feed provider could not be recognised.
163 #: actions/addmirror.php:74
164 msgid "Internal form error: Unrecognized feed provider."
165 msgstr ""
166
167 #. TRANS: Name for possible feed provider.
168 #: lib/addmirrorwizard.php:83
169 msgid "RSS or Atom feed"
170 msgstr ""
171
172 #. TRANS: Heading for feed mirroring selection form.
173 #: lib/addmirrorwizard.php:94
174 msgid "Select a feed provider"
175 msgstr ""