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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
|
# Czech translation for redshift
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the redshift package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: redshift\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/redshift\n"
"POT-Creation-Date: 2013-12-12 01:12-0500\n"
"PO-Revision-Date: 2010-06-13 20:24+0000\n"
"Last-Translator: clever_fox <clever_fox@seznam.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2010-06-14 03:47+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#: src/redshift.c:252
#, c-format
msgid "Period: Night\n"
msgstr "Doba: Noc\n"
#: src/redshift.c:256
#, c-format
msgid "Period: Transition (%.2f%% day)\n"
msgstr "Doba: Přechod (%.2f%% den)\n"
#: src/redshift.c:258
#, c-format
msgid "Period: Daytime\n"
msgstr "Doba: Den\n"
#. TRANSLATORS: help output 1
#. LAT is latitude, LON is longitude,
#. DAY is temperature at daytime,
#. NIGHT is temperature at night
#. no-wrap
#: src/redshift.c:290
#, c-format
msgid "Usage: %s -l LAT:LON -t DAY:NIGHT [OPTIONS...]\n"
msgstr ""
"Použití: %s -l zeměpisná šířka:zeměpisná délka -t teplota den:teplota noc "
"[VOLBY...]\n"
#. TRANSLATORS: help output 2
#. no-wrap
#: src/redshift.c:296
msgid "Set color temperature of display according to time of day.\n"
msgstr "Nastavení teploty barev podle denní doby.\n"
#. TRANSLATORS: help output 3
#. no-wrap
#: src/redshift.c:302
#, fuzzy
msgid ""
" -h\t\tDisplay this help message\n"
" -v\t\tVerbose output\n"
" -V\t\tShow program version\n"
msgstr ""
" -h\t\tZobrazí tuto zprávu\n"
" -v\t\tUpovídaný výstup\n"
#. TRANSLATORS: help output 4
#. `list' must not be translated
#. no-wrap
#: src/redshift.c:310
msgid ""
" -b DAY:NIGHT\tScreen brightness to apply (between 0.1 and 1.0)\n"
" -c FILE\tLoad settings from specified configuration file\n"
" -g R:G:B\tAdditional gamma correction to apply\n"
" -l LAT:LON\tYour current location\n"
" -l PROVIDER\tSelect provider for automatic location updates\n"
" \t\t(Type `list' to see available providers)\n"
" -m METHOD\tMethod to use to set color temperature\n"
" \t\t(Type `list' to see available methods)\n"
" -o\t\tOne shot mode (do not continuously adjust color temperature)\n"
" -O TEMP\tOne shot manual mode (set color temperature)\n"
" -p\t\tPrint mode (only print parameters and exit)\n"
" -x\t\tReset mode (remove adjustment from screen)\n"
" -r\t\tDisable temperature transitions\n"
" -t DAY:NIGHT\tColor temperature to set at daytime/night\n"
msgstr ""
#. TRANSLATORS: help output 5
#: src/redshift.c:330
#, c-format
msgid ""
"The neutral temperature is %uK. Using this value will not\n"
"change the color temperature of the display. Setting the\n"
"color temperature to a value higher than this results in\n"
"more blue light, and setting a lower value will result in\n"
"more red light.\n"
msgstr ""
#. TRANSLATORS: help output 6
#: src/redshift.c:340
#, c-format
msgid ""
"Default values:\n"
"\n"
" Daytime temperature: %uK\n"
" Night temperature: %uK\n"
msgstr ""
"Výchozí hodnoty:\n"
"\n"
" Teplota ve dně: %uK\n"
" Teplota v noci: %uK\n"
#. TRANSLATORS: help output 7
#: src/redshift.c:348
#, c-format
msgid "Please report bugs to <%s>\n"
msgstr "Chyby prosím hlaste na <%s>\n"
#: src/redshift.c:354
msgid "Available adjustment methods:\n"
msgstr "Dostupné metody přizpůsobení:\n"
#: src/redshift.c:360
msgid "Specify colon-separated options with `-m METHOD:OPTIONS'.\n"
msgstr ""
#. TRANSLATORS: `help' must not be translated.
#: src/redshift.c:363
msgid "Try `-m METHOD:help' for help.\n"
msgstr ""
#: src/redshift.c:369
msgid "Available location providers:\n"
msgstr "Dostupní poskytovatelé polohy:\n"
#: src/redshift.c:375
msgid "Specify colon-separated options with`-l PROVIDER:OPTIONS'.\n"
msgstr ""
#. TRANSLATORS: `help' must not be translated.
#: src/redshift.c:378
msgid "Try `-l PROVIDER:help' for help.\n"
msgstr ""
#: src/redshift.c:391 src/redshift.c:483
#, c-format
msgid "Initialization of %s failed.\n"
msgstr "Inicializace %s selhala.\n"
#: src/redshift.c:406 src/redshift.c:450 src/redshift.c:498 src/redshift.c:530
#, c-format
msgid "Failed to set %s option.\n"
msgstr ""
#. TRANSLATORS: `help' must not be
#. translated.
#. TRANSLATORS: `help' must not be translated.
#: src/redshift.c:411 src/redshift.c:453
#, c-format
msgid "Try `-l %s:help' for more information.\n"
msgstr ""
#: src/redshift.c:439 src/redshift.c:520
#, c-format
msgid "Failed to parse option `%s'.\n"
msgstr ""
#: src/redshift.c:466
#, c-format
msgid "Failed to start provider %s.\n"
msgstr ""
#. TRANSLATORS: `help' must not be
#. translated.
#: src/redshift.c:503
#, fuzzy, c-format
msgid "Try `-m %s:help' for more information.\n"
msgstr "Zkuste `-h' pro více informací.\n"
#. TRANSLATORS: `help' must not be translated.
#: src/redshift.c:533
#, c-format
msgid "Try -m %s:help' for more information.\n"
msgstr ""
#: src/redshift.c:545
#, c-format
msgid "Failed to start adjustment method %s.\n"
msgstr ""
#: src/redshift.c:682
msgid "Malformed gamma argument.\n"
msgstr "Neplatný argument gamma.\n"
#: src/redshift.c:684 src/redshift.c:786 src/redshift.c:805
msgid "Try `-h' for more information.\n"
msgstr "Zkuste `-h' pro více informací.\n"
#: src/redshift.c:725 src/redshift.c:890
#, c-format
msgid "Unknown location provider `%s'.\n"
msgstr "Neznámý poskytovatel polohy `%s'.\n"
#. TRANSLATORS: This refers to the method
#. used to adjust colors e.g VidMode
#: src/redshift.c:756 src/redshift.c:876
#, fuzzy, c-format
msgid "Unknown adjustment method `%s'.\n"
msgstr "Neznámá metoda `%s'.\n"
#: src/redshift.c:784
msgid "Malformed temperature argument.\n"
msgstr "Neplatný argument teploty.\n"
#: src/redshift.c:864
#, fuzzy
msgid "Malformed gamma setting.\n"
msgstr "Neplatný argument gamma.\n"
#: src/redshift.c:899
#, fuzzy, c-format
msgid "Unknown configuration setting `%s'.\n"
msgstr "Neznámý poskytovatel polohy `%s'.\n"
#: src/redshift.c:938
#, fuzzy, c-format
msgid "Trying location provider `%s'...\n"
msgstr "Neznámý poskytovatel polohy `%s'.\n"
#: src/redshift.c:943
#, fuzzy
msgid "Trying next provider...\n"
msgstr "Zkouší se jiný poskytovatel...\n"
#: src/redshift.c:949
#, fuzzy, c-format
msgid "Using provider `%s'.\n"
msgstr "Neznámý poskytovatel polohy `%s'.\n"
#: src/redshift.c:957
msgid "No more location providers to try.\n"
msgstr "Nejsou žádní další poskytovatelé polohy k vyzkoušení.\n"
#: src/redshift.c:966
msgid "Unable to get location from provider.\n"
msgstr "Nebylo možné získat polohu od poskytovatele.\n"
#. TRANSLATORS: Append degree symbols if possible.
#: src/redshift.c:975
#, c-format
msgid "Location: %f, %f\n"
msgstr "Poloha: %f, %f\n"
#: src/redshift.c:976
#, c-format
msgid "Temperatures: %dK at day, %dK at night\n"
msgstr ""
#: src/redshift.c:984
#, c-format
msgid "Latitude must be between %.1f and %.1f.\n"
msgstr "Zeměpisná šířka musí být mezi %.1f a %.1f.\n"
#: src/redshift.c:993
#, c-format
msgid "Longitude must be between %.1f and %.1f.\n"
msgstr "Zeměpisná délka musí být mezi %.1f a %.1f.\n"
#: src/redshift.c:1001 src/redshift.c:1009 src/redshift.c:1019
#, c-format
msgid "Temperature must be between %uK and %uK.\n"
msgstr "Teplota musí být mezi %uK a %uK.\n"
#: src/redshift.c:1031
#, fuzzy, c-format
msgid "Brightness values must be between %.1f and %.1f.\n"
msgstr "Hodnota gamma musí být %.1f a %.1f.\n"
#: src/redshift.c:1037
#, c-format
msgid "Brightness: %.2f:%.2f\n"
msgstr ""
#: src/redshift.c:1045
#, c-format
msgid "Gamma value must be between %.1f and %.1f.\n"
msgstr "Hodnota gamma musí být %.1f a %.1f.\n"
#: src/redshift.c:1051
#, c-format
msgid "Gamma: %.3f, %.3f, %.3f\n"
msgstr "Gamma: %.3f, %.3f, %.3f\n"
#: src/redshift.c:1074
#, fuzzy
msgid "Trying next method...\n"
msgstr "Zkouší se jiná metoda...\n"
#: src/redshift.c:1079
#, fuzzy, c-format
msgid "Using method `%s'.\n"
msgstr "Neznámá metoda `%s'.\n"
#: src/redshift.c:1086
msgid "No more methods to try.\n"
msgstr "Nejsou další metody k vyzkoušení.\n"
#: src/redshift.c:1100 src/redshift.c:1254
msgid "Unable to read system time.\n"
msgstr "Nebylo možné načíst systémový čas.\n"
#. TRANSLATORS: Append degree symbol if possible.
#: src/redshift.c:1109
#, c-format
msgid "Solar elevation: %f\n"
msgstr "Solarní elevace: %f\n"
#: src/redshift.c:1120 src/redshift.c:1139 src/redshift.c:1328
#, c-format
msgid "Color temperature: %uK\n"
msgstr "Teplota barev: %uK\n"
#: src/redshift.c:1121 src/redshift.c:1329
#, c-format
msgid "Brightness: %.2f\n"
msgstr ""
#: src/redshift.c:1131 src/redshift.c:1144 src/redshift.c:1156
#: src/redshift.c:1338
msgid "Temperature adjustment failed.\n"
msgstr "Přizpůsobení barev selhalo.\n"
#: src/config-ini.c:115
msgid "Malformed section header in config file.\n"
msgstr ""
#: src/config-ini.c:151
#, fuzzy
msgid "Malformed assignment in config file.\n"
msgstr "Nevhodný argument.\n"
#: src/config-ini.c:162
msgid "Assignment outside section in config file.\n"
msgstr ""
#: src/gamma-randr.c:69 src/gamma-randr.c:126 src/gamma-randr.c:165
#: src/gamma-randr.c:191 src/gamma-randr.c:248 src/gamma-randr.c:340
#, c-format
msgid "`%s' returned error %d\n"
msgstr "`%s' vrátila chybu %d\n"
#: src/gamma-randr.c:77
#, c-format
msgid "Unsupported RANDR version (%u.%u)\n"
msgstr "Nepodporovaná verze RANDR (%u.%u)\n"
#: src/gamma-randr.c:111
#, c-format
msgid "Screen %i could not be found.\n"
msgstr "Obrazovka %i nebyla nalezena.\n"
#: src/gamma-randr.c:177 src/gamma-vidmode.c:84
#, c-format
msgid "Gamma ramp size too small: %i\n"
msgstr "Velikost gamma ramp je příliš malá: %i\n"
#: src/gamma-randr.c:250
#, c-format
msgid "Unable to restore CRTC %i\n"
msgstr "Nebylo možné obnovit CRTC %i\n"
#: src/gamma-randr.c:271
msgid "Adjust gamma ramps with the X RANDR extension.\n"
msgstr ""
#. TRANSLATORS: RANDR help output
#. left column must not be translated
#: src/gamma-randr.c:276
msgid ""
" screen=N\tX screen to apply adjustments to\n"
" crtc=N\tCRTC to apply adjustments to\n"
msgstr ""
#: src/gamma-randr.c:289 src/gamma-vidmode.c:141 src/location-geoclue.c:159
#: src/location-manual.c:96
#, c-format
msgid "Unknown method parameter: `%s'.\n"
msgstr "Neznámý parametr metody: `%s'.\n"
#: src/gamma-randr.c:303
#, c-format
msgid "CRTC %d does not exist. "
msgstr "CRTC %d neexistuje. "
#: src/gamma-randr.c:306
#, c-format
msgid "Valid CRTCs are [0-%d].\n"
msgstr "Platné CRTCs jsou [0-%d].\n"
#: src/gamma-randr.c:309
#, c-format
msgid "Only CRTC 0 exists.\n"
msgstr "Existuje pouze CRTC 0.\n"
#: src/gamma-vidmode.c:48 src/gamma-vidmode.c:69 src/gamma-vidmode.c:78
#: src/gamma-vidmode.c:105 src/gamma-vidmode.c:160 src/gamma-vidmode.c:190
#, c-format
msgid "X request failed: %s\n"
msgstr "Požadavek na X selhal: %s\n"
#: src/gamma-vidmode.c:126
msgid "Adjust gamma ramps with the X VidMode extension.\n"
msgstr ""
#. TRANSLATORS: VidMode help output
#. left column must not be translated
#: src/gamma-vidmode.c:131
msgid " screen=N\tX screen to apply adjustments to\n"
msgstr ""
#: src/gamma-w32gdi.c:58 src/gamma-w32gdi.c:119 src/gamma-w32gdi.c:140
msgid "Unable to open device context.\n"
msgstr "Není možné otevřít kontext zařízení.\n"
#: src/gamma-w32gdi.c:65
msgid "Display device does not support gamma ramps.\n"
msgstr "Zobrazovací zařízení nepodporuje gamma ramp.\n"
#: src/gamma-w32gdi.c:81
msgid "Unable to save current gamma ramp.\n"
msgstr "Není možné uložit současnou gamma ramp.\n"
#: src/gamma-w32gdi.c:103
msgid "Adjust gamma ramps with the Windows GDI.\n"
msgstr ""
#: src/gamma-w32gdi.c:125
msgid "Unable to restore gamma ramps.\n"
msgstr "Není možné obnovit gamma ramp.\n"
#: src/gamma-w32gdi.c:165
msgid "Unable to set gamma ramps.\n"
msgstr "Není možné nastavit gamma ramp.\n"
#: src/location-geoclue.c:70
#, fuzzy, c-format
msgid "Unable to obtain master client: %s\n"
msgstr "Nebylo možné načíst systémový čas.\n"
#: src/location-geoclue.c:81
#, c-format
msgid "Can't set requirements for master: %s\n"
msgstr ""
#: src/location-geoclue.c:98
#, fuzzy, c-format
msgid "Started Geoclue provider `%s'.\n"
msgstr "Neznámý poskytovatel polohy `%s'.\n"
#: src/location-geoclue.c:101
msgid "Could not find a usable Geoclue provider.\n"
msgstr ""
#: src/location-geoclue.c:102
msgid "Try setting name and path to specify which to use.\n"
msgstr ""
#: src/location-geoclue.c:120
#, fuzzy
msgid "Use the location as discovered by a Geoclue provider.\n"
msgstr "Nebylo možné získat polohu od poskytovatele.\n"
#. TRANSLATORS: Geoclue help output
#. left column must not be translated
#: src/location-geoclue.c:125
msgid ""
" name=N\tName of Geoclue provider (or `default')\n"
" path=N\tPath of Geoclue provider (or `default')\n"
msgstr ""
#: src/location-geoclue.c:128
msgid ""
"NOTE: currently redshift doesn't recheck geoclue once started,\n"
"which means it has to be restarted to take notice after travel.\n"
msgstr ""
#: src/location-geoclue.c:178
#, c-format
msgid "Could not get location: %s.\n"
msgstr ""
#: src/location-geoclue.c:185
#, c-format
msgid "According to the geoclue provider we're at: %.2f, %.2f\n"
msgstr ""
#: src/location-geoclue.c:189
msgid "Provider does not have a valid location available."
msgstr ""
#: src/location-manual.c:50
msgid "Latitude and longitude must be set.\n"
msgstr "Zeměpisná šířka a délka musí být nastavena.\n"
#: src/location-manual.c:65
msgid "Specify location manually.\n"
msgstr ""
#. TRANSLATORS: Manual location help output
#. left column must not be translated
#: src/location-manual.c:70
msgid ""
" lat=N\t\tLatitude\n"
" lon=N\t\tLongitude\n"
msgstr ""
#: src/location-manual.c:73
msgid ""
"Both values are expected to be floating point numbers,\n"
"negative values representing west / south, respectively.\n"
msgstr ""
#: src/location-manual.c:87
msgid "Malformed argument.\n"
msgstr "Nevhodný argument.\n"
#: src/redshift-gtk/statusicon.py:81
msgid "Toggle"
msgstr "Přepnout"
#: src/redshift-gtk/statusicon.py:86
msgid "Suspend for"
msgstr ""
#: src/redshift-gtk/statusicon.py:88
msgid "30 minutes"
msgstr ""
#: src/redshift-gtk/statusicon.py:89
msgid "1 hour"
msgstr ""
#: src/redshift-gtk/statusicon.py:90
msgid "2 hours"
msgstr ""
#: src/redshift-gtk/statusicon.py:98
msgid "Autostart"
msgstr ""
#: src/redshift-gtk/statusicon.py:110 src/redshift-gtk/statusicon.py:120
msgid "Info"
msgstr ""
#: src/redshift-gtk/statusicon.py:115
msgid "Quit"
msgstr ""
#: src/redshift-gtk/statusicon.py:122
msgid "Close"
msgstr ""
#: src/redshift-gtk/statusicon.py:248
msgid "Status"
msgstr ""
#: src/redshift-gtk/statusicon.py:249
msgid "Enabled"
msgstr ""
#: src/redshift-gtk/statusicon.py:249
msgid "Disabled"
msgstr ""
#: src/redshift-gtk/statusicon.py:253
#, fuzzy
msgid "Color temperature"
msgstr "Teplota barev: %uK\n"
#: src/redshift-gtk/statusicon.py:257
#, fuzzy
msgid "Period"
msgstr "Doba: Noc\n"
#: src/redshift-gtk/statusicon.py:261
#, fuzzy
msgid "Location"
msgstr "Poloha: %f, %f\n"
#~ msgid "Missing value for parameter: `%s'.\n"
#~ msgstr "Chybějící hodnota parametru: `%s'.\n"
#~ msgid "Error reading city list: `%s'.\n"
#~ msgstr "Chyba při čtení seznamu měst: `%s'.\n"
#, fuzzy
#~ msgid "Cannot list GNOME panel applets.\n"
#~ msgstr "Není možné zobrazit adresáře v `/apps/panel/applets'.\n"
#~ msgid "No clock applet was found.\n"
#~ msgstr "Nebyl nalezen žádný applet hodin.\n"
#~ msgid "No city selected as current city.\n"
#~ msgstr "Není zvoleno současné město.\n"
#~ msgid "Location not specified for city.\n"
#~ msgstr "Tato lokace není ve městě definována.\n"
#~ msgid "Too many arguments.\n"
#~ msgstr "Příliš mnoho argumentů.\n"
|