i18n: run make update-po

This commit is contained in:
Lennart Poettering 2009-09-30 02:43:55 +02:00
parent 6a3b51a530
commit c622f77cf0
30 changed files with 8114 additions and 1905 deletions

360
po/cs.po
View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pulseaudio.master-tx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-09-29 19:25+0200\n"
"POT-Creation-Date: 2009-09-29 23:47+0200\n"
"PO-Revision-Date: 2009-09-09 02:43+0100\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@ -181,25 +181,25 @@ msgstr "Režim celého systému není na této platformě podporován."
msgid "setrlimit(%s, (%u, %u)) failed: %s"
msgstr "setrlimit(%s, (%u, %u)) selhalo: %s"
#: ../src/daemon/main.c:469
#: ../src/daemon/main.c:474
msgid "Failed to parse command line."
msgstr "Nezdařila se analýza příkazového řádku."
#: ../src/daemon/main.c:536
#: ../src/daemon/main.c:541
msgid "Daemon not running"
msgstr "Démon neběží"
#: ../src/daemon/main.c:538
#: ../src/daemon/main.c:543
#, c-format
msgid "Daemon running as PID %u"
msgstr "Démon běží jako PID %u"
#: ../src/daemon/main.c:548
#: ../src/daemon/main.c:553
#, c-format
msgid "Failed to kill daemon: %s"
msgstr "Zabití démona se nezdařilo: %s"
#: ../src/daemon/main.c:566
#: ../src/daemon/main.c:571
msgid ""
"This program is not intended to be run as root (unless --system is "
"specified)."
@ -207,155 +207,155 @@ msgstr ""
"Tento program není určen ke spuštění pod superuživatelem (není-li zadáno --"
"system)."
#: ../src/daemon/main.c:568
#: ../src/daemon/main.c:573
msgid "Root privileges required."
msgstr "Jsou vyžadována oprávnění superuživatele."
#: ../src/daemon/main.c:573
#: ../src/daemon/main.c:578
msgid "--start not supported for system instances."
msgstr "--start nepodporováno u systémových instancí."
#: ../src/daemon/main.c:578
#: ../src/daemon/main.c:583
msgid "Running in system mode, but --disallow-exit not set!"
msgstr "Běží v systémovém režimu, ale nenastaveno --disallow-exit!"
#: ../src/daemon/main.c:581
#: ../src/daemon/main.c:586
msgid "Running in system mode, but --disallow-module-loading not set!"
msgstr "Běží v systémovém režimu, ale nenastaveno --disallow-module-loading!"
#: ../src/daemon/main.c:584
#: ../src/daemon/main.c:589
msgid "Running in system mode, forcibly disabling SHM mode!"
msgstr "Běží v systémovém režimu, vynuceně se vypíná režim SHM!"
#: ../src/daemon/main.c:589
#: ../src/daemon/main.c:594
msgid "Running in system mode, forcibly disabling exit idle time!"
msgstr "Běží v systémovém režimu, vynuceně se vypíná čas nečinnosti ukončení!"
#: ../src/daemon/main.c:616
#: ../src/daemon/main.c:621
msgid "Failed to acquire stdio."
msgstr "Nezdařilo se získání stdio."
#: ../src/daemon/main.c:622
#: ../src/daemon/main.c:627
#, c-format
msgid "pipe failed: %s"
msgstr "pipe selhalo: %s"
#: ../src/daemon/main.c:627
#: ../src/daemon/main.c:632
#, c-format
msgid "fork() failed: %s"
msgstr "fork() selhalo: %s"
#: ../src/daemon/main.c:641 ../src/utils/pacat.c:508
#: ../src/daemon/main.c:646 ../src/utils/pacat.c:508
#, c-format
msgid "read() failed: %s"
msgstr "read() selhalo: %s"
#: ../src/daemon/main.c:647
#: ../src/daemon/main.c:652
msgid "Daemon startup failed."
msgstr "Spuštění démona selhalo."
#: ../src/daemon/main.c:649
#: ../src/daemon/main.c:654
msgid "Daemon startup successful."
msgstr "Spuštění démona bylo úspěšné."
#: ../src/daemon/main.c:726
#: ../src/daemon/main.c:731
#, c-format
msgid "This is PulseAudio %s"
msgstr "Toto je PulseAudio %s"
#: ../src/daemon/main.c:727
#: ../src/daemon/main.c:732
#, c-format
msgid "Compilation host: %s"
msgstr "Překladový počítač: %s"
#: ../src/daemon/main.c:728
#: ../src/daemon/main.c:733
#, c-format
msgid "Compilation CFLAGS: %s"
msgstr "Překladové CFLAGS: %s"
#: ../src/daemon/main.c:731
#: ../src/daemon/main.c:736
#, c-format
msgid "Running on host: %s"
msgstr "Běží na počítači: %s"
#: ../src/daemon/main.c:734
#: ../src/daemon/main.c:739
#, c-format
msgid "Found %u CPUs."
msgstr "Nalezen následující počet CPU: %u."
#: ../src/daemon/main.c:736
#: ../src/daemon/main.c:741
#, c-format
msgid "Page size is %lu bytes"
msgstr "Velikost stránky je %lu bajtů"
#: ../src/daemon/main.c:739
#: ../src/daemon/main.c:744
msgid "Compiled with Valgrind support: yes"
msgstr "Přeloženo s podporou Valgrind: ano"
#: ../src/daemon/main.c:741
#: ../src/daemon/main.c:746
msgid "Compiled with Valgrind support: no"
msgstr "Přeloženo s podporou Valgrind: ne"
#: ../src/daemon/main.c:744
#: ../src/daemon/main.c:749
#, c-format
msgid "Running in valgrind mode: %s"
msgstr "Běží v režimu valgrind: %s"
#: ../src/daemon/main.c:747
#: ../src/daemon/main.c:752
msgid "Optimized build: yes"
msgstr "Optimalizované sestavení: ano"
#: ../src/daemon/main.c:749
#: ../src/daemon/main.c:754
msgid "Optimized build: no"
msgstr "Optimalizované sestavení: ne"
#: ../src/daemon/main.c:753
#: ../src/daemon/main.c:758
msgid "NDEBUG defined, all asserts disabled."
msgstr "NDEBUG definováno, všechny výrazy zakázány."
#: ../src/daemon/main.c:755
#: ../src/daemon/main.c:760
msgid "FASTPATH defined, only fast path asserts disabled."
msgstr "FASTPATH definováno, zakázány pouze výrazy rychlých cest."
#: ../src/daemon/main.c:757
#: ../src/daemon/main.c:762
msgid "All asserts enabled."
msgstr "Všechny výrazy povoleny."
#: ../src/daemon/main.c:761
#: ../src/daemon/main.c:766
msgid "Failed to get machine ID"
msgstr "Nezdařilo se získání ID počítače"
#: ../src/daemon/main.c:764
#: ../src/daemon/main.c:769
#, c-format
msgid "Machine ID is %s."
msgstr "ID počítače je %s."
#: ../src/daemon/main.c:768
#: ../src/daemon/main.c:773
#, c-format
msgid "Session ID is %s."
msgstr "ID sezení je %s."
#: ../src/daemon/main.c:774
#: ../src/daemon/main.c:779
#, c-format
msgid "Using runtime directory %s."
msgstr "Používán běhový adresář %s."
#: ../src/daemon/main.c:779
#: ../src/daemon/main.c:784
#, c-format
msgid "Using state directory %s."
msgstr "Používán stavový adresář %s."
#: ../src/daemon/main.c:782
#: ../src/daemon/main.c:787
#, c-format
msgid "Using modules directory %s."
msgstr "Používán adresář modulů %s."
#: ../src/daemon/main.c:784
#: ../src/daemon/main.c:789
#, c-format
msgid "Running in system mode: %s"
msgstr "Běží v systémovém režimu: %s"
#: ../src/daemon/main.c:787
#: ../src/daemon/main.c:792
msgid ""
"OK, so you are running PA in system mode. Please note that you most likely "
"shouldn't be doing that.\n"
@ -371,16 +371,16 @@ msgstr ""
"Vysvětlení, proč je systémový režim obvykle velmi špatný nápad, si můžete "
"přečíst na http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode."
#: ../src/daemon/main.c:804
#: ../src/daemon/main.c:809
msgid "pa_pid_file_create() failed."
msgstr "pa_pid_file_create() selhalo."
#: ../src/daemon/main.c:814
#: ../src/daemon/main.c:819
msgid "Fresh high-resolution timers available! Bon appetit!"
msgstr ""
"Jsou dostupné výtečné časovače o vysokém rozlišení. Tak s chutí do toho!"
#: ../src/daemon/main.c:816
#: ../src/daemon/main.c:821
msgid ""
"Dude, your kernel stinks! The chef's recommendation today is Linux with high-"
"resolution timers enabled!"
@ -388,27 +388,27 @@ msgstr ""
"Sorry, vole, kernel error! Tip šéfkuchaře na dnešní den zní: Linux se "
"zapnutými časovači o vysokém rozlišení."
#: ../src/daemon/main.c:839
#: ../src/daemon/main.c:844
msgid "pa_core_new() failed."
msgstr "pa_core_new() selhalo."
#: ../src/daemon/main.c:899
#: ../src/daemon/main.c:904
msgid "Failed to initialize daemon."
msgstr "Selhalo spuštění démona."
#: ../src/daemon/main.c:904
#: ../src/daemon/main.c:909
msgid "Daemon startup without any loaded modules, refusing to work."
msgstr "Spuštění démona bez jakýchkoliv nahraných modulů, běh bude odmítnut."
#: ../src/daemon/main.c:921
#: ../src/daemon/main.c:926
msgid "Daemon startup complete."
msgstr "Spuštění démona dokončeno."
#: ../src/daemon/main.c:927
#: ../src/daemon/main.c:932
msgid "Daemon shutdown initiated."
msgstr "Vypínání démona spuštěno."
#: ../src/daemon/main.c:949
#: ../src/daemon/main.c:954
msgid "Daemon terminated."
msgstr "Démon ukončen."
@ -2335,6 +2335,7 @@ msgstr ""
#: ../src/modules/alsa/module-alsa-card.c:152
#: ../src/modules/bluetooth/module-bluetooth-device.c:2228
#: ../src/modules/alsa/alsa-mixer.c:2931
msgid "Off"
msgstr "Vypnuto"
@ -2354,6 +2355,231 @@ msgstr "Duplexní telefonie (HSP/HFP)"
msgid "PulseAudio Sound Server"
msgstr "Zvukový server PulseAudio"
#: ../src/modules/module-rygel-media-server.c:569
#: ../src/modules/module-rygel-media-server.c:583
msgid "Output Devices"
msgstr ""
#: ../src/modules/module-rygel-media-server.c:570
#: ../src/modules/module-rygel-media-server.c:584
#, fuzzy
msgid "Input Devices"
msgstr "Vstup %s"
#: ../src/modules/module-rygel-media-server.c:774
msgid "Audio on @HOSTNAME@"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1701
#, fuzzy
msgid "Input"
msgstr "Vstup %s"
#: ../src/modules/alsa/alsa-mixer.c:1702
msgid "Docking Station Input"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1703
msgid "Docking Station Microphone"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1704
msgid "Line-In"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1705
msgid "Microphone"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1706
msgid "External Microphone"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1707
#, fuzzy
msgid "Internal Microphone"
msgstr "Vnitřní zvukový systém"
#: ../src/modules/alsa/alsa-mixer.c:1708
msgid "Radio"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1709
msgid "Video"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1710
msgid "Automatic Gain Control"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1711
msgid "No Automatic Gain Control"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1712
msgid "Boost"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1713
msgid "No Boost"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1714
msgid "Amplifier"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1715
msgid "No Amplifier"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1773
#, fuzzy
msgid "Analog Input"
msgstr "Analogové mono"
#: ../src/modules/alsa/alsa-mixer.c:1774
#, fuzzy
msgid "Analog Microphone"
msgstr "Analogové mono"
#: ../src/modules/alsa/alsa-mixer.c:1775
#, fuzzy
msgid "Analog Line-In"
msgstr "Analogové mono"
#: ../src/modules/alsa/alsa-mixer.c:1776
#, fuzzy
msgid "Analog Radio"
msgstr "Analogové mono"
#: ../src/modules/alsa/alsa-mixer.c:1777
#, fuzzy
msgid "Analog Video"
msgstr "Analogové stereo"
#: ../src/modules/alsa/alsa-mixer.c:1778
#, fuzzy
msgid "Analog Output"
msgstr "Výstup %s"
#: ../src/modules/alsa/alsa-mixer.c:1779
#, fuzzy
msgid "Analog Headphones"
msgstr "Analogové mono"
#: ../src/modules/alsa/alsa-mixer.c:1780
msgid "Analog Output (LFE)"
msgstr ""
#: ../src/modules/alsa/alsa-mixer.c:1781
#, fuzzy
msgid "Analog Mono Output"
msgstr "Analogové mono"
#: ../src/modules/alsa/alsa-mixer.c:1981
#, fuzzy, c-format
msgid "%s+%s"
msgstr "%s %s"
#: ../src/modules/alsa/alsa-mixer.c:1984 ../src/modules/alsa/alsa-mixer.c:3404
#, fuzzy, c-format
msgid "%s / %s"
msgstr "%s %s"
#: ../src/modules/alsa/alsa-mixer.c:2790
msgid "Analog Mono"
msgstr "Analogové mono"
#: ../src/modules/alsa/alsa-mixer.c:2791
msgid "Analog Stereo"
msgstr "Analogové stereo"
#: ../src/modules/alsa/alsa-mixer.c:2792
#, fuzzy
msgid "Analog Surround 2.1"
msgstr "Analogový Surround 4.1"
#: ../src/modules/alsa/alsa-mixer.c:2793
#, fuzzy
msgid "Analog Surround 3.0"
msgstr "Analogový Surround 4.0"
#: ../src/modules/alsa/alsa-mixer.c:2794
#, fuzzy
msgid "Analog Surround 3.1"
msgstr "Analogový Surround 4.1"
#: ../src/modules/alsa/alsa-mixer.c:2795
msgid "Analog Surround 4.0"
msgstr "Analogový Surround 4.0"
#: ../src/modules/alsa/alsa-mixer.c:2796
msgid "Analog Surround 4.1"
msgstr "Analogový Surround 4.1"
#: ../src/modules/alsa/alsa-mixer.c:2797
msgid "Analog Surround 5.0"
msgstr "Analogový Surround 5.0"
#: ../src/modules/alsa/alsa-mixer.c:2798
msgid "Analog Surround 5.1"
msgstr "Analogový Surround 5.1"
#: ../src/modules/alsa/alsa-mixer.c:2799
#, fuzzy
msgid "Analog Surround 6.0"
msgstr "Analogový Surround 4.0"
#: ../src/modules/alsa/alsa-mixer.c:2800
#, fuzzy
msgid "Analog Surround 6.1"
msgstr "Analogový Surround 4.1"
#: ../src/modules/alsa/alsa-mixer.c:2801
#, fuzzy
msgid "Analog Surround 7.0"
msgstr "Analogový Surround 4.0"
#: ../src/modules/alsa/alsa-mixer.c:2802
msgid "Analog Surround 7.1"
msgstr "Analogový Surround 7.1"
#: ../src/modules/alsa/alsa-mixer.c:2803
msgid "Digital Stereo (IEC958)"
msgstr "Digitální stereo (IEC958)"
#: ../src/modules/alsa/alsa-mixer.c:2804
#, fuzzy
msgid "Digital Surround 4.0 (IEC958)"
msgstr "Digitální Surround 4.0 (IEC958/AC3)"
#: ../src/modules/alsa/alsa-mixer.c:2805
msgid "Digital Surround 4.0 (IEC958/AC3)"
msgstr "Digitální Surround 4.0 (IEC958/AC3)"
#: ../src/modules/alsa/alsa-mixer.c:2806
msgid "Digital Surround 5.1 (IEC958/AC3)"
msgstr "Digitální Surround 5.1 (IEC958/AC3)"
#: ../src/modules/alsa/alsa-mixer.c:2807
msgid "Digital Stereo (HDMI)"
msgstr "Digitální stereo (HDMI)"
#: ../src/modules/alsa/alsa-mixer.c:2928
#, fuzzy
msgid "Analog Mono Duplex"
msgstr "Analogové mono"
#: ../src/modules/alsa/alsa-mixer.c:2929
#, fuzzy
msgid "Analog Stereo Duplex"
msgstr "Analogové stereo"
#: ../src/modules/alsa/alsa-mixer.c:2930
#, fuzzy
msgid "Digital Stereo Duplex (IEC958)"
msgstr "Digitální stereo (IEC958)"
#~ msgid "Invalid client name '%s'\n"
#~ msgstr "Neplatný název klienta \"%s\"\n"
@ -2493,45 +2719,9 @@ msgstr "Zvukový server PulseAudio"
#~ msgid "time_new() failed.\n"
#~ msgstr "time_new() selhalo.\n"
#~ msgid "Analog Mono"
#~ msgstr "Analogové mono"
#~ msgid "Analog Stereo"
#~ msgstr "Analogové stereo"
#~ msgid "Digital Stereo (IEC958)"
#~ msgstr "Digitální stereo (IEC958)"
#~ msgid "Digital Stereo (HDMI)"
#~ msgstr "Digitální stereo (HDMI)"
#~ msgid "Analog Surround 4.0"
#~ msgstr "Analogový Surround 4.0"
#~ msgid "Digital Surround 4.0 (IEC958/AC3)"
#~ msgstr "Digitální Surround 4.0 (IEC958/AC3)"
#~ msgid "Analog Surround 4.1"
#~ msgstr "Analogový Surround 4.1"
#~ msgid "Analog Surround 5.0"
#~ msgstr "Analogový Surround 5.0"
#~ msgid "Analog Surround 5.1"
#~ msgstr "Analogový Surround 5.1"
#~ msgid "Digital Surround 5.1 (IEC958/AC3)"
#~ msgstr "Digitální Surround 5.1 (IEC958/AC3)"
#~ msgid "Analog Surround 7.1"
#~ msgstr "Analogový Surround 7.1"
#~ msgid "Output %s + Input %s"
#~ msgstr "Výstup %s + vstup %s"
#~ msgid "Input %s"
#~ msgstr "Vstup %s"
#~ msgid "Stream successfully created\n"
#~ msgstr "Proud úspěšně vytvořen\n"