forked from linuxmint/mintsources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmintsources.pot
513 lines (401 loc) · 13.1 KB
/
mintsources.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-25 14:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: usr/lib/linuxmint/mintSources/mintSources.py:75
msgid "You are about to remove the following PPA:"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:78
#: usr/lib/linuxmint/mintSources/mintSources.py:158
#, python-format
msgid " More info: %s"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:82
#: usr/lib/linuxmint/mintSources/mintSources.py:162
msgid "Press Enter to continue or Ctrl+C to cancel"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:86
#: usr/lib/linuxmint/mintSources/mintSources.py:166
msgid "Unable to prompt for response. Please run with -y"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:90
msgid "Cancelling..."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:93
#, python-format
msgid "Cannot get info about PPA: '%s'."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:115
#, python-format
msgid "failed to remove PPA: '%s'"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:134
#, python-format
msgid "failed to remove repository: '%s'"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:141
msgid "Adding PPAs is not supported"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:148
#, python-format
msgid "Cannot add PPA: '%s'."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:152
msgid "Adding private PPAs is not supported currently"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:155
msgid "You are about to add the following PPA:"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:185
#: usr/lib/linuxmint/mintSources/mintSources.py:1509
msgid "Malformed input, repository not added."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:188
msgid "Repository already exists."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:241
msgid "Connection timed out, check your connection or try again later."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:243
msgid "Failed to establish a secure connection."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:245
#, python-format
msgid "Failed to download the PPA: %s."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:254
#: usr/lib/linuxmint/mintSources/mintSources.py:258
msgid "No supported PPA of this name was found."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:266
#, python-format
msgid "This PPA does not support %s"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:406
#: usr/lib/linuxmint/mintSources/mintSources.py:446
msgid "Sources"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:415
msgid "CD-ROM (Installation Disc)"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:427
msgid "Local Repository"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:475
msgid ""
"Linux Mint uses Romeo to publish packages which are not tested. Once these "
"packages are tested, they are then moved to the official repositories. "
"Unless you are participating in beta-testing, you should not enable this "
"repository. Are you sure you want to enable Romeo?"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:507
msgid "Select a mirror"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:519
msgid "Country"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:525
msgid "Mirror"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:530
msgid "Speed"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:561
msgid "Worldwide"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:648
#: usr/lib/linuxmint/mintSources/mintSources.py:662
msgid "kB/s"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:651
msgid "MB/s"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:654
msgid "GB/s"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:702
msgid "Obsolete"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:705
msgid "Unreachable"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:834 generate_desktop_files:25
#: generate_desktop_files:53
msgid "Software Sources"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:854
msgid "Backported packages"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:856
msgid "Unstable packages"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:869
msgid "Main"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:870
msgid "Base"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:912
#: usr/lib/linuxmint/mintSources/mintSources.py:936
msgid "Enabled"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:918
#: usr/lib/linuxmint/mintSources/ppa_browser.py:49
msgid "PPA"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:942
msgid "Repository"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:958
msgid "Key"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1096
msgid "There is no more residual configuration on the system."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1102
msgid "The problem was fixed. Please reload the cache."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1145
msgid "Duplicate entries were removed. Please reload the cache."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1151
msgid "No duplicate entries were found."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1164
msgid ""
"Error with your APT configuration, you may have to reload the cache first."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1259
msgid "All missing keys were successfully added."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1261
msgid "Not all missing keys could be found."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1264
msgid "Keys were added for the following repositories:"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1268
msgid "Keys are still missing for the following repositories:"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1269
msgid ""
"Add the remaining missing key(s) manually or remove the corresponding "
"repositories or PPAs."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1277
msgid "Please reload the cache."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1282
msgid "No missing keys were found."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1318
msgid "Open.."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1321
#: usr/lib/linuxmint/mintSources/mintSources.py:1589
#: usr/lib/linuxmint/mintSources/mintSources.py:1723
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:4
msgid "Cancel"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1322
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:17
msgid "Open"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1334
msgid ""
"Please enter the fingerprint of the public key you want to download from "
"keyserver.ubuntu.com:"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1351
msgid "Are you sure you want to permanently remove this key?"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1369
msgid "Please enter the name or the URL of the PPA you want to add:"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1378
msgid "The name of the PPA you entered isn't formatted correctly."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1434
msgid "Edit the URL of the PPA"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1444
msgid "Are you sure you want to permanently remove this PPA?"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1485
msgid ""
"The content of this PPA is not available. Please refresh the cache and try "
"again."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1504
msgid "Please enter the name of the repository you want to add:"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1521
msgid "This repository is already configured, you cannot add it a second time."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1528
msgid "Edit the URL of the repository"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1538
msgid "Are you sure you want to permanently remove this repository?"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1590
#: usr/lib/linuxmint/mintSources/mintSources.py:1722
msgid "OK"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1718
msgid "Your configuration changed"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintSources.py:1718
msgid "Click OK to update your APT cache"
msgstr ""
#: usr/lib/linuxmint/mintSources/ppa_browser.py:88
#, python-format
msgid "version %s already installed"
msgstr ""
#: usr/lib/linuxmint/mintSources/ppa_browser.py:91
msgid "already installed"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:39
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:1
msgid "Foreign packages"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:46
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:5
msgid "Downgrade"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:47
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:2
msgid ""
"The version of the following packages doesn't match the one from the "
"repositories:"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:49
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:16
msgid "Remove"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:50
msgid ""
"The packages below are installed on your computer but not present in the "
"repositories:"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:55
#: usr/lib/linuxmint/mintSources/foreign_packages.py:234
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:3
msgid "Select All"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:73
msgid "Package"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:78
msgid "Installed version"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:84
msgid "Repository version"
msgstr ""
#: usr/lib/linuxmint/mintSources/foreign_packages.py:237
msgid "Clear"
msgstr ""
#: usr/bin/add-apt-repository:19
msgid "Error: must run as root"
msgstr ""
#: usr/bin/add-apt-repository:23
msgid "Error: need a repository as argument"
msgstr ""
#: generate_desktop_files:25
msgid "Configure the sources for installable software and updates"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:6
msgid "Warning"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:7
msgid ""
"Review the information below very carefully before validating the command."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:8
msgid "Mirrors"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:9
msgid "Optional Sources"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:10
msgid "Source code repositories"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:11
msgid "Debug symbols"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:12
msgid "Restore the default settings"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:13
msgid "Official Repositories"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:14
msgid "Add"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:15
msgid "Edit"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:18
msgid "PPAs"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:19
msgid "Additional Repositories"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:20
msgid "Import"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:21
msgid "Download"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:22
msgid "Authentication Keys"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:23
msgid "Fix MergeList problems"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:24
msgid "Purge residual configuration"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:25
msgid "Remove duplicate entries"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:26
msgid "Add missing keys"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:27
msgid "Remove foreign packages"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:28
msgid "Downgrade foreign packages"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:29
msgid "Maintenance"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:30
msgid "Select Mirror"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:31
msgid "Apply"
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:32
msgid ""
"This PPA provides the following packages. Please select the ones you want to "
"install."
msgstr ""
#: usr/lib/linuxmint/mintSources/mintsources.glade.h:33
msgid "Install"
msgstr ""