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