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
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
|
PACKAGE
msgid ""
msgstr ""
"Project-Id-Version: cs\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
"POT-Creation-Date: 2009-07-27 21:15-0500\n"
"PO-Revision-Date: 2009-07-29 14:14+0200\n"
"Last-Translator: VojtÄch Gondžala <vojtech.gondzala@gmail.com>\n"
"Language-Team: Czech <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#, c-format
msgid "replacing older version %s-%s by %s in target list\n"
msgstr "v seznamu cÃlů nahrazena starÅ¡Ã verze %s-%s za %s\n"
#, c-format
msgid "skipping %s-%s because newer version %s is in the target list\n"
msgstr "vynechává se %s-%s, protože v seznamu cÃlů je novÄjÅ¡Ã veze %s\n"
#, c-format
msgid "conflicting packages were found in the target list\n"
msgstr "v seznamu cÃlů byly nalezeny konfliktnà balÃÄky\n"
#, c-format
msgid "you cannot install two conflicting packages at the same time\n"
msgstr "nelze instalovat dva konfliktnà balÃÄky souÄasnÄ\n"
#, c-format
msgid "replacing packages with -U is not supported yet\n"
msgstr "nahrazovánà balÃÄků pomocà -U nenà nynà podporováno\n"
#, c-format
msgid "you can replace packages manually using -Rd and -U\n"
msgstr "balÃÄky lze nahradit ruÄnÄ použitÃm -Rd a -U\n"
#, c-format
msgid ""
"directory permissions differ on %s\n"
"filesystem: %o package: %o\n"
msgstr ""
"pÅÃstupová práva adresáÅe %s se neshodujÃ\n"
"souborový systém: %o balÃÄek: %o\n"
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "rozbalenÃ: adresáŠnebyl pÅepsán souborem %s\n"
#, c-format
msgid "extract: symlink %s does not point to dir\n"
msgstr "rozbalenÃ: symbolický odkaz %s neodkazuje na adresáÅ\n"
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "nelze rozbalit %s (%s)\n"
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "nelze pÅejmenovat %s na %s (%s)\n"
#, c-format
msgid "%s saved as %s\n"
msgstr "%s byl uložen jako %s\n"
#, c-format
msgid "could not install %s as %s (%s)\n"
msgstr "%s nelze nainstalovat jako %s (%s)\n"
#, c-format
msgid "%s installed as %s\n"
msgstr "%s byl nainstalován jako %s\n"
#, c-format
msgid "extracting %s as %s.pacnew\n"
msgstr "%s byl rozbalen jako %s.pacnew\n"
#, c-format
msgid "could not get current working directory\n"
msgstr "nelze urÄit aktuálnà pracovnà adresáÅ\n"
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "nastal problém pÅi aktualizaci %s\n"
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "nastal problém pÅi instalaci %s\n"
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "nelze aktualizovat záznam databáze %s-%s\n"
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "nelze pÅidat položku '%s' do cache\n"
#, c-format
msgid "could not remove database %s\n"
msgstr "nelze odstranit záznam v databázi %s\n"
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "chybný název záznamu v databázi '%s'\n"
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "poškozený záznam v databázi '%s'\n"
#, c-format
msgid "could not open file %s: %s\n"
msgstr "nelze otevÅÃt soubor %s: %s\n"
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "databáze %s je nekonzistentnÃ: nesouhlasà jméno balÃÄku %s\n"
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "databáze %s je nekonzistentnÃ: nesouhlasà verze balÃÄku %s\n"
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "nelze zmÄnit adresáŠ%s: %s\n"
#, c-format
msgid "could not parse package description file in %s\n"
msgstr "nelze zpracovat soubor s popisem balÃÄku v %s\n"
#, c-format
msgid "missing package name in %s\n"
msgstr "chybà jméno balÃÄku v %s\n"
#, c-format
msgid "missing package version in %s\n"
msgstr "chybà veze balÃÄku v %s\n"
#, c-format
msgid "error while reading package %s: %s\n"
msgstr "chyba pÅi Ätenà balÃÄku %s: %s\n"
#, c-format
msgid "missing package metadata in %s\n"
msgstr "chybà metadata balÃÄku v %s\n"
#, c-format
msgid "attempt to re-register the 'local' DB\n"
msgstr "pokus o opÄtovné zaregistrovánà databáze 'local'\n"
#, c-format
msgid "database path is undefined\n"
msgstr "cesta k databázi nenà definována\n"
#, c-format
msgid "dependency cycle detected:\n"
msgstr "zjiÅ¡tÄna cyklická závislost:\n"
#, c-format
msgid "%s will be removed after its %s dependency\n"
msgstr "%s bude odstranÄn po %s, na kterém závisÃ\n"
#, c-format
msgid "%s will be installed before its %s dependency\n"
msgstr "%s bude nainstalován pÅed %s, na kterém závisÃ\n"
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignoruje se balÃÄek %s-%s\n"
#, c-format
msgid "provider package was selected (%s provides %s)\n"
msgstr "byl vybrán nahrazujÃcà balÃÄek (%s poskytuje %s)\n"
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "nelze vyÅeÅ¡it \"%s\", závislost \"%s\"\n"
#, c-format
msgid "url '%s' is invalid\n"
msgstr "URL '%s' je chybná\n"
#, c-format
msgid "url scheme not specified, assuming HTTP\n"
msgstr "schéma URL nedefinováno, pÅedpokládá se HTTP\n"
#, c-format
msgid "disk"
msgstr "disk"
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "selhalo zÃskánà souboru '%s' z %s: %s\n"
#, c-format
msgid "cannot resume download, starting over\n"
msgstr "nelze navázat stahovánÃ, zaÄÃná se znovu\n"
#, c-format
msgid "cannot write to file '%s'\n"
msgstr "nelze zapisovat do souboru '%s'\n"
#, c-format
msgid "error writing to file '%s': %s\n"
msgstr "chyba pÅi zápisu do souboru '%s': %s\n"
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s se zdá být zkrácen: %jd/%jd bytů\n"
#, c-format
msgid "failed to download %s\n"
msgstr "selhalo stahovánà %s\n"
#, c-format
msgid "out of memory!"
msgstr "nedostatek pamÄti!"
#, c-format
msgid "unexpected system error"
msgstr "neoÄekávaná systémová chyba"
#, c-format
msgid "insufficient privileges"
msgstr "nedostateÄná oprávnÄnÃ"
#, c-format
msgid "could not find or read file"
msgstr "nelze nalézt nebo ÄÃst soubor"
#, c-format
msgid "could not find or read directory"
msgstr "nelze nalézt nebo ÄÃst adresáÅ"
#, c-format
msgid "wrong or NULL argument passed"
msgstr "pÅedán chybný nebo NULL argument"
#, c-format
msgid "library not initialized"
msgstr "knihovna nebyla inicializována"
#, c-format
msgid "library already initialized"
msgstr "knihovna inicializována"
#, c-format
msgid "unable to lock database"
msgstr "nelze zamknout databázi"
#, c-format
msgid "could not open database"
msgstr "nelze otevÅÃt databázi"
#, c-format
msgid "could not create database"
msgstr "nelze vytvoÅit databázi"
#, c-format
msgid "database not initialized"
msgstr "databáze nebyla inicializována"
#, c-format
msgid "database already registered"
msgstr "databáze zaregistrována"
#, c-format
msgid "could not find database"
msgstr "nelze nalézt databázi"
#, c-format
msgid "could not update database"
msgstr "nelze aktualizovat databázi"
#, c-format
msgid "could not remove database entry"
msgstr "nelze odstranit záznam v databázi"
#, c-format
msgid "invalid url for server"
msgstr "nesprávná URL pro server"
#, c-format
msgid "no servers configured for repository"
msgstr "pro repositáŠnejsou nastaveny žádné servery"
#, c-format
msgid "transaction already initialized"
msgstr "transakce inicializována"
#, c-format
msgid "transaction not initialized"
msgstr "transakce neinicializována"
#, c-format
msgid "duplicate target"
msgstr "duplicitnà cÃl"
#, c-format
msgid "transaction not prepared"
msgstr "transakce nenà pÅipravena"
#, c-format
msgid "transaction aborted"
msgstr "transakce byla zrušena"
#, c-format
msgid "operation not compatible with the transaction type"
msgstr "operace nenà kompatibilnàs typem transakce"
#, c-format
msgid "transaction commit attempt when database is not locked"
msgstr "pokus o uskuteÄnÄnà transakce v dobÄ, kdy nenà uzamÄena databáze"
#, c-format
msgid "could not find or read package"
msgstr "nelze nalézt nebo pÅeÄÃst balÃÄek"
#, c-format
msgid "operation cancelled due to ignorepkg"
msgstr "operace byla zruÅ¡ena kvůli ignorovanému balÃÄku"
#, c-format
msgid "invalid or corrupted package"
msgstr "neplatný nebo poÅ¡kozený balÃÄek"
#, c-format
msgid "cannot open package file"
msgstr "nelze otevÅÃt soubor balÃÄku"
#, c-format
msgid "cannot remove all files for package"
msgstr "nelze odstranit vÅ¡echny soubory balÃÄku"
#, c-format
msgid "package filename is not valid"
msgstr "jméno souboru balÃÄku nenà platné"
#, c-format
msgid "no such repository"
msgstr "takový repositáŠnenà nastaven"
#, c-format
msgid "invalid or corrupted delta"
msgstr "neplatný nebo poÅ¡kozený delta rozdÃl"
#, c-format
msgid "delta patch failed"
msgstr "aplikace delta rozdÃlu selhala"
#, c-format
msgid "could not satisfy dependencies"
msgstr "nelze vyÅeÅ¡it závislosti"
#, c-format
msgid "conflicting dependencies"
msgstr "konfliktnà závislosti"
#, c-format
msgid "conflicting files"
msgstr "konfliktnà soubory"
#, c-format
msgid "failed to retrieve some files"
msgstr "selhalo zÃskánà nÄkterých souborů"
#, c-format
msgid "invalid regular expression"
msgstr "nesprávný regulárnà výraz"
#, c-format
msgid "libarchive error"
msgstr "chyba knihovny libarchive"
#, c-format
msgid "download library error"
msgstr "chyba knihovny pro stahovánà souborů"
#, c-format
msgid "error invoking external downloader"
msgstr "chyba volánà externÃho programu pro stahovánà souborů"
#, c-format
msgid "unexpected error"
msgstr "neoÄekávaná chyba"
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "nelze nalézt %s v databázi -- vynechat\n"
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "nelze odstranit soubor '%s': %s\n"
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "nelze odstranit záznam databáze %s-%s\n"
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "nelze odstranit položku '%s' z cache\n"
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignoruje se aktualizace balÃÄku (%s => %s)\n"
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignoruje se ponÞenà verze balÃÄku (%s => %s)\n"
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: ponÞenà z verze %s na verzi %s\n"
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokálnà verze (%s) je novÄjÅ¡Ã než v %s (%s)\n"
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignoruje se náhrada balÃÄku (%s-%s => %s-%s)\n"
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "nelze nahradit soubor %s souborem %s\n"
#, c-format
msgid "repository '%s' not found\n"
msgstr "repositáŠ'%s' nebyl nalezen\n"
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s je aktuálnà -- vynechat\n"
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s je aktuálnà -- pÅeinstalovat\n"
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "ponÞenà verze balÃÄku %s (%s => %s)\n"
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "zjiÅ¡tÄn konflikt nerozliÅ¡itelných balÃÄků\n"
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "'%s' odstranÄn ze seznamu cÃlů, protože je konfliktnà s '%s'\n"
#, c-format
msgid "failed to retrieve some files from %s\n"
msgstr "selhalo zÃskánà nÄkterých souborů z %s\n"
#, c-format
msgid "could not create removal transaction\n"
msgstr "nelze vytvoÅit transakci pro odstranÄnÃ\n"
#, c-format
msgid "could not create transaction\n"
msgstr "nelze vytvoÅit transakci\n"
#, c-format
msgid "could not initialize the removal transaction\n"
msgstr "nelze inicializovat transakci pro odstranÄnÃ\n"
#, c-format
msgid "could not initialize transaction\n"
msgstr "nelze inicializovat transakci\n"
#, c-format
msgid "could not prepare removal transaction\n"
msgstr "nelze pÅipravit transakci pro odstranÄnÃ\n"
#, c-format
msgid "could not commit removal transaction\n"
msgstr "nelze provést transakci pro odstranÄnÃ\n"
#, c-format
msgid "could not commit transaction\n"
msgstr "nelze provést transakci\n"
#, c-format
msgid "could not remove lock file %s\n"
msgstr "nelze odstranit zamykacà soubor %s\n"
#, c-format
msgid "could not create temp directory\n"
msgstr "nelze vytvoÅit doÄasný adresáÅ\n"
#, c-format
msgid "could not copy tempfile to %s (%s)\n"
msgstr "nelze zkopÃrovat doÄasný soubor do %s (%s)\n"
#, c-format
msgid "could not remove tmpdir %s\n"
msgstr "nelze odstranit doÄasný adresáŠ%s\n"
#, c-format
msgid "could not open %s: %s\n"
msgstr "nelze otevÅÃt %s: %s\n"
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "nelze zmÄnit adresáŠna %s (%s)\n"
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "nelze spustit nový proces (%s)\n"
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "nelze zmÄnit koÅenový adresáŠ(%s)\n"
#, c-format
msgid "could not change directory to / (%s)\n"
msgstr "nelze zmÄnit adresáŠna / (%s)\n"
#, c-format
msgid "call to popen failed (%s)"
msgstr "volánà popen selhalo (%s)"
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "volánà waitpid selhalo (%s)\n"
#, c-format
msgid "command failed to execute correctly\n"
msgstr "pÅÃkaz se nepodaÅilo spustit správnÄ\n"
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "neexistuje cache %s, vytváÅà se...\n"
#, c-format
msgid "couldn't create package cache, using /tmp instead\n"
msgstr "nelze vytvoÅit cache balÃÄků, použÃvá se /tmp\n"
|