diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-06-07 18:24:34 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-06-07 18:39:47 +0200 |
commit | 5a19b0e2aace7ae41441a09e9aa31be7350ec18f (patch) | |
tree | 8b6fa073b096cdcbb19424543a2e65641f601c0b /source/cs/helpcontent2 | |
parent | 155bdb645119af4f39f846c9b4e72157df126da1 (diff) |
update translations for 5.2.0 beta2
and force-fix errors using pocheck
Change-Id: I7bf80dbe27c76ab3fbd4e7aa39b5e2e5afb0db07
Diffstat (limited to 'source/cs/helpcontent2')
-rw-r--r-- | source/cs/helpcontent2/source/text/sbasic/shared.po | 25 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/simpress/00.po | 14 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/simpress/01.po | 15 | ||||
-rw-r--r-- | source/cs/helpcontent2/source/text/swriter.po | 12 |
4 files changed, 27 insertions, 39 deletions
diff --git a/source/cs/helpcontent2/source/text/sbasic/shared.po b/source/cs/helpcontent2/source/text/sbasic/shared.po index 2e7fd8bed99..33e2a1c7999 100644 --- a/source/cs/helpcontent2/source/text/sbasic/shared.po +++ b/source/cs/helpcontent2/source/text/sbasic/shared.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2016-05-23 21:36+0200\n" -"PO-Revision-Date: 2016-05-21 13:16+0000\n" +"PO-Revision-Date: 2016-05-29 14:09+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: cs\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1463836609.000000\n" +"X-Generator: Pootle 2.7\n" +"X-POOTLE-MTIME: 1464530990.000000\n" #: 00000002.xhp msgctxt "" @@ -18590,7 +18590,7 @@ msgctxt "" "hd_id3150616\n" "help.text" msgid "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link></variable>" -msgstr "" +msgstr "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Příkaz Randomize [Runtime]\">Příkaz Randomize [Runtime]</link></variable>" #: 03080301.xhp msgctxt "" @@ -18598,7 +18598,7 @@ msgctxt "" "par_id3145090\n" "help.text" msgid "Initializes the random-number generator used by the <emph>Rnd</emph> function." -msgstr "" +msgstr "Inicializuje generátor náhodných čísel používaný funkcí <emph>Rnd</emph>." #: 03080301.xhp msgctxt "" @@ -18630,7 +18630,7 @@ msgctxt "" "par_id3149670\n" "help.text" msgid "<emph>Number:</emph> Any integer value. Used as seed to initialize the random-number generator. Equal seeds result in equal random-number sequences by the <emph>Rnd</emph> function. If the parameter is omitted, the <emph>Randomize</emph> statement will be ignored." -msgstr "" +msgstr "<emph>Number</emph>: Jakékoli celé číslo. Použije se jako seed inicializující generátor náhodných čísel. Při shodném seedu vygeneruje funkce <emph>Rnd</emph> stejnou posloupnost náhodných čísel. Je-li parametr vynechán, příkaz <emph>Randomize</emph> bude ignorován." #: 03080301.xhp msgctxt "" @@ -18638,7 +18638,7 @@ msgctxt "" "par_id110520161656428611\n" "help.text" msgid "Unless a predictable sequence of numbers is desired, there is no need to use the <emph>Randomize</emph> statement, as the random-number generator will be initialized automatically at first use – it will be seeded using a system-provided random-number generator that produces uniformly-distributed, non-deterministic random numbers. If no such generator is available on the system, the system time will be used as seed." -msgstr "" +msgstr "Pokud není vyžadována reprodukovatelná posloupnost čísel, není potřeba příkaz <emph>Randomize používat</emph>, protože se generátor náhodných čísel před prvním použitím inicializuje automaticky – seed bude určen pomocí systémového generátoru náhodných čísel z rovnoměrného rozdělení. Není-li takový generátor v systému k dispozici, jako seed se použije systémový čas." #: 03080301.xhp msgctxt "" @@ -18646,7 +18646,7 @@ msgctxt "" "par_id12052016194258344\n" "help.text" msgid "The <emph>Randomize</emph> statement affects BASIC's <emph>Rnd</emph> function only. Other random-number generators (for example the Calc's RAND() function, etc.) are not affected by it." -msgstr "" +msgstr "Příkaz <emph>Randomize</emph> má vliv pouze na funkci jazyka BASIC <emph>Rnd</emph>. Jiné generátory náhodných čísel (například funkce RAND() programu Calc apod.) jí ovlivněny nejsou." #: 03080301.xhp msgctxt "" @@ -18657,13 +18657,12 @@ msgid "Example:" msgstr "Příklad:" #: 03080301.xhp -#, fuzzy msgctxt "" "03080301.xhp\n" "par_id3147288\n" "help.text" msgid "iVar = Int(10 * Rnd) ' Range from 0 to 9" -msgstr "iVar = Int((10 * Rnd) ) ' Rozsah 0 až 9" +msgstr "iVar = Int(10 * Rnd) ' Rozsah 0 až 9" #: 03080301.xhp msgctxt "" @@ -18695,7 +18694,7 @@ msgctxt "" "hd_id3148685\n" "help.text" msgid "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link></variable>" -msgstr "" +msgstr "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Funkce Rnd [Runtime]\">Funkce Rnd [Runtime]</link></variable>" #: 03080302.xhp msgctxt "" @@ -18751,7 +18750,7 @@ msgctxt "" "par_id3125864\n" "help.text" msgid "<emph>Expression:</emph> Has no effect, is ignored if provided." -msgstr "" +msgstr "<emph>Výraz:</emph> Nemá význam, je ignorován." #: 03080302.xhp msgctxt "" @@ -18759,7 +18758,7 @@ msgctxt "" "par_id3147318\n" "help.text" msgid "The <emph>Rnd</emph> function returns decimal fractions ranging from 0 (included) to 1 (excluded) according to a uniform distribution. It uses the Mersenne Twister 19937 random-number generator. To generate random integers in a given range, use a formula like in the example below. A <emph>Randomize</emph> statement with a defined seed value can be used beforehand, if a predictable sequence of numbers is desired." -msgstr "" +msgstr "Funkce <emph>Rnd</emph> vrátí desetinné číslo z rozsahu od 0 (je obsažena) do 1 (není obsažena) podle rovnoměrného rozdělení. Používá generátor náhodných čísel Mersenne Twister 19937. Chcete-li vygenerovat celá čísla z daného rozsahu, použijte vzorec z následujícího příkazu. Vyžadujete-li reprodukovatelnou posloupnost čísel, je potřeba předem použít příkaz <emph>Randomize</emph> s určitou hodnotou seedu." #: 03080302.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/simpress/00.po b/source/cs/helpcontent2/source/text/simpress/00.po index 2814f757e8f..083a6501ffa 100644 --- a/source/cs/helpcontent2/source/text/simpress/00.po +++ b/source/cs/helpcontent2/source/text/simpress/00.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2016-05-23 21:36+0200\n" -"PO-Revision-Date: 2016-04-17 20:43+0000\n" +"PO-Revision-Date: 2016-05-29 14:13+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: cs\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1460925834.000000\n" +"X-Generator: Pootle 2.7\n" +"X-POOTLE-MTIME: 1464531185.000000\n" #: 00000004.xhp msgctxt "" @@ -623,7 +623,6 @@ msgid "File" msgstr "Soubor" #: 00000404.xhp -#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3149351\n" @@ -632,7 +631,6 @@ msgid "<variable id=\"feldbf\">Choose <emph>Insert - Field</emph></variable>" msgstr "<variable id=\"feldbf\">Zvolte <emph>Vložit - Pole</emph></variable>" #: 00000404.xhp -#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3150477\n" @@ -641,7 +639,6 @@ msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Field - Date (fixed)</emph msgstr "<variable id=\"feldbf1\">Zvolte <emph>Vložit - Pole - Datum (neměnný)</emph></variable>" #: 00000404.xhp -#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3146879\n" @@ -650,7 +647,6 @@ msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Field - Date (variable)</e msgstr "<variable id=\"feldbf2\">Zvolte <emph>Vložit - Pole - Datum (proměnný)</emph></variable>" #: 00000404.xhp -#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153036\n" @@ -659,7 +655,6 @@ msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Field - Time (fixed)</emph msgstr "<variable id=\"feldbf3\">Zvolte <emph>Vložit - Pole - Čas (neměnný)</emph></variable>" #: 00000404.xhp -#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3145590\n" @@ -668,7 +663,6 @@ msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Field - Time (variable)</e msgstr "<variable id=\"feldbf4\">Zvolte <emph>Vložit - Pole - Čas (proměnný)</emph></variable>" #: 00000404.xhp -#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3153935\n" @@ -677,7 +671,6 @@ msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Field - Page Number</emph> msgstr "<variable id=\"feldbf5\">Zvolte <emph>Vložit - Pole - Číslo stránky</emph></variable>" #: 00000404.xhp -#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3148583\n" @@ -686,7 +679,6 @@ msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Field - Author</emph></var msgstr "<variable id=\"feldbf6\">Zvolte <emph>Vložit - Pole - Autor</emph></variable>" #: 00000404.xhp -#, fuzzy msgctxt "" "00000404.xhp\n" "par_id3155951\n" diff --git a/source/cs/helpcontent2/source/text/simpress/01.po b/source/cs/helpcontent2/source/text/simpress/01.po index 739a858be13..2cf2912548a 100644 --- a/source/cs/helpcontent2/source/text/simpress/01.po +++ b/source/cs/helpcontent2/source/text/simpress/01.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2016-05-23 22:09+0200\n" -"PO-Revision-Date: 2016-05-02 10:33+0000\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2016-05-29 14:14+0000\n" +"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1462185200.000000\n" +"X-Generator: Pootle 2.7\n" +"X-POOTLE-MTIME: 1464531294.000000\n" #: 01170000.xhp msgctxt "" @@ -6748,7 +6748,6 @@ msgid "Slide Show Settings" msgstr "Nastavení prezentace" #: 06080000.xhp -#, fuzzy msgctxt "" "06080000.xhp\n" "bm_id3153818\n" @@ -7093,13 +7092,12 @@ msgid "<ahelp hid=\".\">Select a monitor to use for full screen slide show mode. msgstr "<ahelp hid=\".\">Vyberte monitor, který bude použit pro zobrazení prezentace v módu přes celou obrazovku.</ahelp>" #: 06080000.xhp -#, fuzzy msgctxt "" "06080000.xhp\n" "par_id4846339\n" "help.text" msgid "If the system allows the user to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation is spanned over all available monitors." -msgstr "Pokud systém umožňuje roztáhnout okno přes všechny monitory, je možné vybrat také možnost \"Všechny monitory\". V tomto případě bude prezentace roztažena přes všechny dostupné monitory." +msgstr "Pokud systém umožňuje roztáhnout okno přes všechny monitory, je možné vybrat také \"Všechny monitory\". V tomto případě bude prezentace roztažena přes všechny dostupné monitory." #: 06080000.xhp msgctxt "" @@ -7288,13 +7286,12 @@ msgid "Define Custom Slide Show" msgstr "Definovat vlastní prezentaci" #: 06100100.xhp -#, fuzzy msgctxt "" "06100100.xhp\n" "par_id3154659\n" "help.text" msgid "<variable id=\"neu\"><ahelp hid=\".\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>" -msgstr "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">Vytvoří vlastní prezentaci.</ahelp></variable>" +msgstr "<variable id=\"neu\"><ahelp hid=\".\" visibility=\"visible\">Vytvoří vlastní prezentaci.</ahelp></variable>" #: 06100100.xhp msgctxt "" diff --git a/source/cs/helpcontent2/source/text/swriter.po b/source/cs/helpcontent2/source/text/swriter.po index 199d921c270..c6452998100 100644 --- a/source/cs/helpcontent2/source/text/swriter.po +++ b/source/cs/helpcontent2/source/text/swriter.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2016-05-23 21:37+0200\n" -"PO-Revision-Date: 2016-05-21 12:55+0000\n" +"PO-Revision-Date: 2016-05-29 14:18+0000\n" "Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: cs\n" @@ -13,8 +13,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1463835320.000000\n" +"X-Generator: Pootle 2.7\n" +"X-POOTLE-MTIME: 1464531532.000000\n" #: classificationbar.xhp msgctxt "" @@ -22,7 +22,7 @@ msgctxt "" "tit\n" "help.text" msgid "Classification Bar" -msgstr "" +msgstr "Lišta Klasifikace" #: classificationbar.xhp msgctxt "" @@ -30,7 +30,7 @@ msgctxt "" "hd_id3150342\n" "help.text" msgid "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>" -msgstr "" +msgstr "<link href=\"text/swriter/classificationbar.xhp\" name=\"Lišta Klasifikace\">Lišta Klasifikace</link>" #: classificationbar.xhp msgctxt "" @@ -38,7 +38,7 @@ msgctxt "" "par_id3150202\n" "help.text" msgid "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">Lišta <emph>Klasifikace</emph> obsahuje nástroje napomáhající bezpečnému nakládání s dokumenty.</ahelp>" #: classificationbar.xhp msgctxt "" |