User: pjanik  
Date: 2008-03-29 19:02:13+0000
Modified:
   cs/po/helpcontent2/source/text/scalc/05.po

Log:
 *** empty log message ***

File Changes:

Directory: /cs/po/helpcontent2/source/text/scalc/
=================================================

File [changed]: 05.po
Url: 
http://cs.openoffice.org/source/browse/cs/po/helpcontent2/source/text/scalc/05.po?r1=1.24&r2=1.25
Delta lines:  +37 -37
---------------------
--- 05.po       2008-03-08 17:45:23+0000        1.24
+++ 05.po       2008-03-29 19:02:10+0000        1.25
@@ -4,7 +4,7 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: 
http://qa.openoffice.org/issues/enter_bug.cgi?subcomponent=ui&comment=&short_desc=Localization%20issue%20in%20file%3A%20helpcontent2/source/text/scalc/05.oo&component=l10n&form_name=enter_issue\n";
 "POT-Creation-Date: 2008-03-08 17:11+0200\n"
-"PO-Revision-Date: 2008-02-15 17:07+0100\n"
+"PO-Revision-Date: 2008-03-29 20:00+0100\n"
 "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
 "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
@@ -369,19 +369,19 @@
 
 #: empty_cells.xhp#tit.help.text
 msgid "Handling of Empty Cells"
-msgstr ""
+msgstr "Práce s prázdnými buňkami"
 
 #: empty_cells.xhp#bm_id3146799.help.text
 msgid "<bookmark_value>empty cells;handling of</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>prázdné buňky;práce s</bookmark_value>"
 
 #: empty_cells.xhp#hd_id1502121.help.text
 msgid "<variable id=\"empty_cells\"><link 
href=\"text/scalc/05/empty_cells.xhp\">Handling of Empty 
Cells</link></variable>"
-msgstr ""
+msgstr "<variable id=\"empty_cells\"><link 
href=\"text/scalc/05/empty_cells.xhp\">Práce s prázdnými 
buňkami</link></variable>"
 
 #: empty_cells.xhp#par_id2871181.help.text
 msgid "Starting with OpenOffice.org 3.0 and StarOffice 9, the handling of 
empty cells got changed."
-msgstr ""
+msgstr "Od OpenOffice.org 3.0 a StarOffice 9 se změnila práce s prázdnými 
buňkami."
 
 #: empty_cells.xhp#par_id8266853.help.text
 msgid "Previously, empty cells were forced to numeric 0 in some contexts and 
to empty string in others, except in direct comparison where =A1=0 and =A1=\"\" 
both resulted in TRUE if A1 was empty. Emptiness now is inherited until used, 
so both =VLOOKUP(...)=0 and =VLOOKUP(...)=\"\" give TRUE if the lookup resulted 
in an empty cell being returned. "
@@ -393,78 +393,78 @@
 
 #: empty_cells.xhp#par_id4238715.help.text
 msgid "For the following examples, A1 contains a number, B1 is empty, C1 
contains the reference to B1:"
-msgstr ""
+msgstr "V následujících příkladech buňka A1 obsahuje číslo, B1 je 
prázdná, C1 obsahuje odkaz na buňku B1:"
 
 #: empty_cells.xhp#par_id8277230.help.text
 msgid "A1: 1 B1: <empty> C1: =B1 (displays 0)"
-msgstr ""
+msgstr "A1: 1 B1: <prázdná> C1: =B1 (zobrazuje 0)"
 
 #: empty_cells.xhp#par_id4086428.help.text
 msgctxt "empty_cells.xhp#par_id4086428.help.text"
 msgid "=B1=0 => TRUE"
-msgstr ""
+msgstr "=B1=0 => TRUE"
 
 #: empty_cells.xhp#par_id9024628.help.text
 msgid "=B1=\"\" => TRUE"
-msgstr ""
+msgstr "=B1=\"\" => TRUE"
 
 #: empty_cells.xhp#par_id3067110.help.text
 msgid "=C1=0 => TRUE"
-msgstr ""
+msgstr "=C1=0 => TRUE"
 
 #: empty_cells.xhp#par_id8841822.help.text
 msgid "=C1=\"\" => TRUE (previously was FALSE)"
-msgstr ""
+msgstr "=C1=\"\" => TRUE (dříve bylo FALSE)"
 
 #: empty_cells.xhp#par_id4077578.help.text
 msgid "=ISNUMBER(B1) => FALSE"
-msgstr ""
+msgstr "=ISNUMBER(B1) => FALSE"
 
 #: empty_cells.xhp#par_id9094515.help.text
 msgid "=ISNUMBER(C1) => FALSE (previously was TRUE)"
-msgstr ""
+msgstr "=ISNUMBER(C1) => FALSE (dříve bylo TRUE)"
 
 #: empty_cells.xhp#par_id396740.help.text
 msgid "=ISNUMBER(VLOOKUP(1;A1:C1;2)) => FALSE (B1)"
-msgstr ""
+msgstr "=ISNUMBER(VLOOKUP(1;A1:C1;2)) => FALSE (B1)"
 
 #: empty_cells.xhp#par_id3859675.help.text
 msgid "=ISNUMBER(VLOOKUP(1;A1:C1;3)) => FALSE (C1, previously was TRUE)"
-msgstr ""
+msgstr "=ISNUMBER(VLOOKUP(1;A1:C1;3)) => FALSE (C1, dříve bylo TRUE)"
 
 #: empty_cells.xhp#par_id402233.help.text
 msgctxt "empty_cells.xhp#par_id402233.help.text"
 msgid "=ISTEXT(B1) => FALSE"
-msgstr ""
+msgstr "=ISTEXT(B1) => FALSE"
 
 #: empty_cells.xhp#par_id1623889.help.text
 msgctxt "empty_cells.xhp#par_id1623889.help.text"
 msgid "=ISTEXT(C1) => FALSE"
-msgstr ""
+msgstr "=ISTEXT(C1) => FALSE"
 
 #: empty_cells.xhp#par_id7781914.help.text
 msgid "=ISTEXT(VLOOKUP(1;A1:C1;2)) => FALSE (B1, previously was TRUE)"
-msgstr ""
+msgstr "=ISTEXT(VLOOKUP(1;A1:C1;2)) => FALSE (B1, dříve bylo TRUE)"
 
 #: empty_cells.xhp#par_id300912.help.text
 msgid "=ISTEXT(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
-msgstr ""
+msgstr "=ISTEXT(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
 
 #: empty_cells.xhp#par_id9534592.help.text
 msgid "=ISBLANK(B1) => TRUE"
-msgstr ""
+msgstr "=ISBLANK(B1) => TRUE"
 
 #: empty_cells.xhp#par_id4969328.help.text
 msgid "=ISBLANK(C1) => FALSE"
-msgstr ""
+msgstr "=ISBLANK(C1) => FALSE"
 
 #: empty_cells.xhp#par_id9635914.help.text
 msgid "=ISBLANK(VLOOKUP(1;A1:C1;2)) => TRUE (B1, previously was FALSE)"
-msgstr ""
+msgstr "=ISBLANK(VLOOKUP(1;A1:C1;2)) => TRUE (B1, dříve bylo FALSE)"
 
 #: empty_cells.xhp#par_id2476577.help.text
 msgid "=ISBLANK(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
-msgstr ""
+msgstr "=ISBLANK(VLOOKUP(1;A1:C1;3)) => FALSE (C1)"
 
 #: empty_cells.xhp#par_id4217047.help.text
 msgid "Note that Microsoft Excel behaves different and always returns a number 
as the result of a reference to an empty cell or a formula cell with the result 
of an empty cell. For example:"
@@ -472,45 +472,45 @@
 
 #: empty_cells.xhp#par_id2629474.help.text
 msgid "A1: <empty>"
-msgstr ""
+msgstr "A1: <prázdná>"
 
 #: empty_cells.xhp#par_id8069704.help.text
 msgid "B1: =A1 => displays 0, but is just a reference to an empty cell"
-msgstr ""
+msgstr "B1: =A1 => zobrazuje 0, ale je to pouze odkaz na prázdnou buňku"
 
 #: empty_cells.xhp#par_id4524674.help.text
 msgid "=ISNUMBER(A1) => FALSE"
-msgstr ""
+msgstr "=ISNUMBER(A1) => FALSE"
 
 #: empty_cells.xhp#par_id4396801.help.text
 msgid "=ISTEXT(A1) => FALSE"
-msgstr ""
+msgstr "=ISTEXT(A1) => FALSE"
 
 #: empty_cells.xhp#par_id5293740.help.text
 msgid "=A1=0 => TRUE"
-msgstr ""
+msgstr "=A1=0 => TRUE"
 
 #: empty_cells.xhp#par_id7623828.help.text
 msgid "=A1=\"\" => TRUE"
-msgstr ""
+msgstr "=A1=\"\" => TRUE"
 
 #: empty_cells.xhp#par_id2861720.help.text
 msgid "=ISNUMBER(B1) => FALSE (MS-Excel: TRUE)"
-msgstr ""
+msgstr "=ISNUMBER(B1) => FALSE (MS-Excel: TRUE)"
 
 #: empty_cells.xhp#par_id9604480.help.text
 msgctxt "empty_cells.xhp#par_id9604480.help.text"
 msgid "=ISTEXT(B1) => FALSE"
-msgstr ""
+msgstr "=ISTEXT(B1) => FALSE"
 
 #: empty_cells.xhp#par_id2298959.help.text
 msgctxt "empty_cells.xhp#par_id2298959.help.text"
 msgid "=B1=0 => TRUE"
-msgstr ""
+msgstr "=B1=0 => TRUE"
 
 #: empty_cells.xhp#par_id4653767.help.text
 msgid "=B1=\"\" => TRUE (MS-Excel: FALSE)"
-msgstr ""
+msgstr "=B1=\"\" => TRUE (MS-Excel: FALSE)"
 
 #: empty_cells.xhp#par_id8801538.help.text
 msgid "C1: =VLOOKUP(...) with empty cell result => displays empty (MS-Excel: 
displays 0)"
@@ -518,17 +518,17 @@
 
 #: empty_cells.xhp#par_id6746421.help.text
 msgid "=ISNUMBER(VLOOKUP(...)) => FALSE"
-msgstr ""
+msgstr "=ISNUMBER(VLOOKUP(...)) => FALSE"
 
 #: empty_cells.xhp#par_id4876247.help.text
 msgid "=ISTEXT(VLOOKUP(...)) => FALSE"
-msgstr ""
+msgstr "=ISTEXT(VLOOKUP(...)) => FALSE"
 
 #: empty_cells.xhp#par_id7458723.help.text
 msgid "=ISNUMBER(C1) => FALSE (MS-Excel: TRUE)"
-msgstr ""
+msgstr "=ISNUMBER(C1) => FALSE (MS-Excel: TRUE)"
 
 #: empty_cells.xhp#par_id2753379.help.text
 msgctxt "empty_cells.xhp#par_id2753379.help.text"
 msgid "=ISTEXT(C1) => FALSE"
-msgstr ""
+msgstr "=ISTEXT(C1) => FALSE"




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to