]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Bookmark/locale/Bookmark.pot
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Bookmark / locale / Bookmark.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: 2011-04-09 18:34+0000\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 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. TRANS: Client exception thrown when a file upload is incorrect.
20 #: deliciousbackupimporter.php:83
21 msgid "Bad import file."
22 msgstr ""
23
24 #. TRANS: Client exception thrown when a bookmark in an import file is incorrectly formatted.
25 #: deliciousbackupimporter.php:166
26 msgid "No <A> tag in a <DT>."
27 msgstr ""
28
29 #. TRANS: Client exception thrown when a bookmark in an import file is private.
30 #: deliciousbackupimporter.php:175
31 msgid "Skipping private bookmark."
32 msgstr ""
33
34 #. TRANS: Client exception thrown when referring to a non-existing bookmark.
35 #: showbookmark.php:59 showbookmark.php:67
36 msgid "No such bookmark."
37 msgstr ""
38
39 #. TRANS: Title for bookmark.
40 #. TRANS: %1$s is a user nickname, %2$s is a bookmark title.
41 #: showbookmark.php:84
42 #, php-format
43 msgid "%1$s's bookmark for \"%2$s\""
44 msgstr ""
45
46 #. TRANS: Plugin description.
47 #: BookmarkPlugin.php:226
48 msgid "Simple extension for supporting bookmarks."
49 msgstr ""
50
51 #. TRANS: Link text in proile leading to import form.
52 #. TRANS: Title for page to import del.icio.us bookmark backups on.
53 #: BookmarkPlugin.php:267 importdelicious.php:60
54 msgid "Import del.icio.us bookmarks"
55 msgstr ""
56
57 #. TRANS: Client exception thrown when a bookmark is formatted incorrectly.
58 #: BookmarkPlugin.php:373
59 msgid "Expected exactly 1 link rel=related in a Bookmark."
60 msgstr ""
61
62 #. TRANS: Server exception thrown when a bookmark has multiple attachments.
63 #: BookmarkPlugin.php:467
64 msgid "Bookmark notice with the wrong number of attachments."
65 msgstr ""
66
67 #. TRANS: Exception thrown when a bookmark has no attachments.
68 #: BookmarkPlugin.php:522
69 msgid "Bookmark has no attachments."
70 msgstr ""
71
72 #. TRANS: Application title.
73 #: BookmarkPlugin.php:639
74 msgctxt "TITLE"
75 msgid "Bookmark"
76 msgstr ""
77
78 #. TRANS: Title for mini-posting window loaded from bookmarklet.
79 #. TRANS: %s is the StatusNet site name.
80 #: bookmarkpopup.php:57
81 #, php-format
82 msgid "Bookmark on %s"
83 msgstr ""
84
85 #. TRANS: Client exception thrown when trying to save a new bookmark that already exists.
86 #: Bookmark.php:193 Bookmark.php:204
87 msgid "Bookmark already exists."
88 msgstr ""
89
90 #. TRANS: Bookmark content.
91 #. TRANS: %1$s is a title, %2$s is a short URL, %3$s is the bookmark description,
92 #. TRANS: %4$s is space separated list of hash tags.
93 #: Bookmark.php:286
94 #, php-format
95 msgid "\"%1$s\" %2$s %3$s %4$s"
96 msgstr ""
97
98 #. TRANS: Rendered bookmark content.
99 #. TRANS: %1$s is a URL, %2$s the bookmark title, %3$s is the bookmark description,
100 #. TRANS: %4$s is space separated list of hash tags.
101 #: Bookmark.php:295
102 #, php-format
103 msgid ""
104 "<span class=\"xfolkentry\"><a class=\"taggedlink\" href=\"%1$s\">%2$s</a> "
105 "<span class=\"description\">%3$s</span> <span class=\"meta\">%4$s</span></"
106 "span>"
107 msgstr ""
108
109 #. TRANS: Client exception thrown when an unknown URL is provided.
110 #: noticebyurl.php:69
111 msgid "Unknown URL."
112 msgstr ""
113
114 #. TRANS: Title of notice stream of notices with a given attachment (first page).
115 #. TRANS: %s is the URL.
116 #: noticebyurl.php:92
117 #, php-format
118 msgid "Notices linking to %s"
119 msgstr ""
120
121 #. TRANS: Title of notice stream of notices with a given attachment (all but first page).
122 #. TRANS: %1$s is the URL, %2$s is the page number.
123 #: noticebyurl.php:96
124 #, php-format
125 msgid "Notices linking to %1$s, page %2$d"
126 msgstr ""
127
128 #. TRANS: Client exception thrown when trying to import bookmarks without being logged in.
129 #: importdelicious.php:78
130 msgid "Only logged-in users can import del.icio.us backups."
131 msgstr ""
132
133 #. TRANS: Client exception thrown when trying to import bookmarks without having the rights to do so.
134 #: importdelicious.php:85
135 msgid "You may not restore your account."
136 msgstr ""
137
138 #. TRANS: Client exception thrown when trying to import bookmarks and upload fails.
139 #. TRANS: Client exception thrown when a file upload has failed.
140 #: importdelicious.php:123 importdelicious.php:149
141 msgid "No uploaded file."
142 msgstr ""
143
144 #. TRANS: Client exception thrown when an uploaded file is too large.
145 #: importdelicious.php:131
146 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
147 msgstr ""
148
149 #. TRANS: Client exception thrown when an uploaded file is too large.
150 #: importdelicious.php:137
151 msgid ""
152 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
153 "the HTML form."
154 msgstr ""
155
156 #. TRANS: Client exception thrown when a file was only partially uploaded.
157 #: importdelicious.php:143
158 msgid "The uploaded file was only partially uploaded."
159 msgstr ""
160
161 #. TRANS: Client exception thrown when a temporary folder is not present.
162 #: importdelicious.php:153
163 msgid "Missing a temporary folder."
164 msgstr ""
165
166 #. TRANS: Client exception thrown when writing to disk is not possible.
167 #: importdelicious.php:157
168 msgid "Failed to write file to disk."
169 msgstr ""
170
171 #. TRANS: Client exception thrown when a file upload has been stopped.
172 #: importdelicious.php:161
173 msgid "File upload stopped by extension."
174 msgstr ""
175
176 #. TRANS: Client exception thrown when a file upload operation has failed.
177 #: importdelicious.php:167
178 msgid "System error uploading file."
179 msgstr ""
180
181 #. TRANS: Server exception thrown when a file upload cannot be found.
182 #. TRANS: %s is the file that could not be found.
183 #. TRANS: Exception thrown when a file upload cannot be found.
184 #. TRANS: %s is the file that could not be found.
185 #: importdelicious.php:177 importbookmarks.php:68
186 #, php-format
187 msgid "No such file \"%s\"."
188 msgstr ""
189
190 #. TRANS: Server exception thrown when a file upload is incorrect.
191 #. TRANS: %s is the irregular file.
192 #. TRANS: Exception thrown when a file upload is incorrect.
193 #. TRANS: %s is the irregular file.
194 #: importdelicious.php:183 importbookmarks.php:74
195 #, php-format
196 msgid "Not a regular file: \"%s\"."
197 msgstr ""
198
199 #. TRANS: Server exception thrown when a file upload is not readable.
200 #. TRANS: %s is the file that could not be read.
201 #. TRANS: Exception thrown when a file upload is not readable.
202 #. TRANS: %s is the file that could not be read.
203 #: importdelicious.php:189 importbookmarks.php:80
204 #, php-format
205 msgid "File \"%s\" not readable."
206 msgstr ""
207
208 #. TRANS: Success message after importing bookmarks.
209 #: importdelicious.php:228
210 msgid ""
211 "Bookmarks have been imported. Your bookmarks should now appear in search and "
212 "your profile page."
213 msgstr ""
214
215 #. TRANS: Busy message for importing bookmarks.
216 #: importdelicious.php:232
217 msgid "Bookmarks are being imported. Please wait a few minutes for results."
218 msgstr ""
219
220 #. TRANS: Form instructions for importing bookmarks.
221 #: importdelicious.php:315
222 msgid "You can upload a backed-up delicious.com bookmarks file."
223 msgstr ""
224
225 #. TRANS: Button text on form to import bookmarks.
226 #: importdelicious.php:343
227 msgctxt "BUTTON"
228 msgid "Upload"
229 msgstr ""
230
231 #. TRANS: Button title on form to import bookmarks.
232 #: importdelicious.php:347
233 msgid "Upload the file."
234 msgstr ""
235
236 #. TRANS: Field label on form for adding a new bookmark.
237 #: bookmarkform.php:119
238 msgctxt "LABEL"
239 msgid "Title"
240 msgstr ""
241
242 #. TRANS: Field title on form for adding a new bookmark.
243 #: bookmarkform.php:122
244 msgid "Title of the bookmark."
245 msgstr ""
246
247 #. TRANS: Field label on form for adding a new bookmark.
248 #: bookmarkform.php:128
249 msgctxt "LABEL"
250 msgid "URL"
251 msgstr ""
252
253 #. TRANS: Field title on form for adding a new bookmark.
254 #: bookmarkform.php:131
255 msgid "URL to bookmark."
256 msgstr ""
257
258 #. TRANS: Field label on form for adding a new bookmark.
259 #: bookmarkform.php:137
260 msgctxt "LABEL"
261 msgid "Tags"
262 msgstr ""
263
264 #. TRANS: Field title on form for adding a new bookmark.
265 #: bookmarkform.php:140
266 msgid "Comma- or space-separated list of tags."
267 msgstr ""
268
269 #. TRANS: Field label on form for adding a new bookmark.
270 #: bookmarkform.php:146
271 msgctxt "LABEL"
272 msgid "Description"
273 msgstr ""
274
275 #. TRANS: Field title on form for adding a new bookmark.
276 #: bookmarkform.php:149
277 msgid "Description of the URL."
278 msgstr ""
279
280 #. TRANS: Button text for action to save a new bookmark.
281 #: bookmarkform.php:171
282 msgctxt "BUTTON"
283 msgid "Save"
284 msgstr ""
285
286 #. TRANS: Title for action to create a new bookmark.
287 #: newbookmark.php:64
288 msgid "New bookmark"
289 msgstr ""
290
291 #. TRANS: Client exception thrown when trying to create a new bookmark while not logged in.
292 #: newbookmark.php:82
293 msgid "Must be logged in to post a bookmark."
294 msgstr ""
295
296 #. TRANS: Client exception thrown when trying to create a new bookmark without a title.
297 #: newbookmark.php:131
298 msgid "Bookmark must have a title."
299 msgstr ""
300
301 #. TRANS: Client exception thrown when trying to create a new bookmark without a URL.
302 #: newbookmark.php:136
303 msgid "Bookmark must have an URL."
304 msgstr ""
305
306 #. TRANS: Page title after posting a bookmark.
307 #: newbookmark.php:162
308 msgid "Bookmark posted"
309 msgstr ""
310
311 #. TRANS: %s is the filename that contains a backup for a user.
312 #: importbookmarks.php:84
313 #, php-format
314 msgid "Getting backup from file \"%s\"."
315 msgstr ""