User: xrambous
Date: 2007-10-10 21:21:46+0000
Modified:
   cs/po/helpcontent2/source/text/sbasic/shared.po

Log:
 

File Changes:

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

File [changed]: shared.po
Url: 
http://cs.openoffice.org/source/browse/cs/po/helpcontent2/source/text/sbasic/shared.po?r1=1.178&r2=1.179
Delta lines:  +45 -219
----------------------
--- shared.po   2007-09-22 19:48:40+0000        1.178
+++ shared.po   2007-10-10 21:21:43+0000        1.179
@@ -5,7 +5,7 @@
 "Project-Id-Version: shared\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-09-22 21:17+0200\n"
-"PO-Revision-Date: 2007-09-22 21:48+0200\n"
+"PO-Revision-Date: 2007-10-10 23:21+0200\n"
 "Last-Translator: Adam Rambousek <[EMAIL PROTECTED]>\n"
 "Language-Team: Czech <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
@@ -1291,11 +1291,11 @@
 
 #: 01020300.xhp#hd_id5097506.help.text
 msgid "Example for private variables"
-msgstr ""
+msgstr "Příklad pro soukromé proměnné"
 
 #: 01020300.xhp#par_id8738975.help.text
 msgid "Enforce private variables to be private across modules by setting 
CompatibilityMode(true)."
-msgstr ""
+msgstr "Soukromé proměnné nastavíte jako soukromé v rámci modulů 
pomocí CompatibilityMode(true)."
 
 #: 01020300.xhp#par_id146488.help.text
 msgid "REM ***** Module1 *****"
@@ -1303,25 +1303,25 @@
 
 #: 01020300.xhp#par_id2042298.help.text
 msgid "Private myText As String"
-msgstr ""
+msgstr "Private myText As String"
 
 #: 01020300.xhp#par_id2969756.help.text
 msgid "Sub initMyText"
-msgstr ""
+msgstr "Sub initMyText"
 
 #: 01020300.xhp#par_id9475997.help.text
 msgid "myText = \"Hello\""
-msgstr ""
+msgstr "myText = \"Hello\""
 
 #: 01020300.xhp#par_id6933500.help.text
 msgid "print \"in module1 : \", myText"
-msgstr ""
+msgstr "print \"in module1 : \", myText"
 
 #: 01020300.xhp#par_id631733.help.text
 msgid ""
 "_: 01020300.xhp#par_id631733.help.text\n"
 "End Sub"
-msgstr ""
+msgstr "End Sub"
 
 #: 01020300.xhp#par_id8234199.help.text
 msgid "REM ***** Module2 *****"
@@ -1329,31 +1329,31 @@
 
 #: 01020300.xhp#par_id6969512.help.text
 msgid "'Option Explicit"
-msgstr ""
+msgstr "'Option Explicit"
 
 #: 01020300.xhp#par_id1196935.help.text
 msgid "Sub demoBug"
-msgstr ""
+msgstr "Sub demoBug"
 
 #: 01020300.xhp#par_id1423993.help.text
 msgid "CompatibilityMode( true )"
-msgstr ""
+msgstr "CompatibilityMode( true )"
 
 #: 01020300.xhp#par_id6308786.help.text
 msgid "initMyText"
-msgstr ""
+msgstr "initMyText"
 
 #: 01020300.xhp#par_id4104129.help.text
 msgid "' Now returns empty string"
-msgstr ""
+msgstr "' Vrátí prázdný řetězec"
 
 #: 01020300.xhp#par_id7906125.help.text
 msgid "' (or rises error for Option Explicit)"
-msgstr ""
+msgstr "' (nebo vyvolá chybu pro Option Explicit)"
 
 #: 01020300.xhp#par_id8055970.help.text
 msgid "print \"Now in module2 : \", myText"
-msgstr ""
+msgstr "print \"Now in module2 : \", myText"
 
 #: 01020300.xhp#par_id2806176.help.text
 msgid ""
@@ -1507,11 +1507,11 @@
 
 #: 01030200.xhp#par_id3151042.32.help.text
 msgid "If you press the \\<emph\\>Run BASIC\\</emph\\> icon on the 
\\<emph\\>Macro\\</emph\\> bar, program execution starts at the first line of 
the Basic editor. The program executes the first Sub or Function and then 
program execution stops. The \"Sub Main\" does not take precedence on program 
execution."
-msgstr ""
+msgstr "Pokud klepnete na ikonu \\<emph\\>Spustit BASIC\\</emph\\> na panelu 
\\<emph\\>Makro\\</emph\\>, spustí se program od prvního řádku v editoru. 
Program spustí první Sub nebo Function a poté se zastaví. \"Sub Main\" 
nemá přednost při spouštění programu."
 
 #: 01030200.xhp#par_id59816.help.text
 msgid "Insert your Basic code between the Sub Main and End Sub lines that you 
see when you first open the IDE. Alternatively, delete all lines and then enter 
your own Basic code."
-msgstr ""
+msgstr "Kód svého Basic programu vložte mezi řádky Sub Main a End Sub, 
které vidíte při prvním otevření IDE. Nebo také můžete smazat všechny 
řádky a zadat svůj vlastní kód."
 
 #: 01030200.xhp#hd_id3125863.4.help.text
 msgid "Navigating in a Project"
@@ -3631,7 +3631,7 @@
 
 #: 03010103.xhp#par_id3156281.2.help.text
 msgid "Outputs the specified strings or numeric expressions to a dialog or to 
a file."
-msgstr ""
+msgstr "Vypíše zadané řetězce nebo číselné výrazy v dialogovém okně 
nebo do souboru."
 
 #: 03010103.xhp#hd_id3145785.3.help.text
 msgid ""
@@ -3703,19 +3703,19 @@
 
 #: 03010103.xhp#par_id5484176.help.text
 msgid "i = FreeFile()"
-msgstr ""
+msgstr "i = FreeFile()"
 
 #: 03010103.xhp#par_id2904141.help.text
 msgid "Open \\<switchinline select=\\\"sys\\\"\\>\\<caseinline 
select=\\\"WIN\\\"\\>\"C:\\\\Temp.txt\"\\</caseinline\\>\\<defaultinline\\>\"~/temp.txt\"\\</defaultinline\\>\\</switchinline\\>
 For Output As i"
-msgstr ""
+msgstr "Open \\<switchinline select=\\\"sys\\\"\\>\\<caseinline 
select=\\\"WIN\\\"\\>\"C:\\\\Temp.txt\"\\</caseinline\\>\\<defaultinline\\>\"~/temp.txt\"\\</defaultinline\\>\\</switchinline\\>
 For Output As i"
 
 #: 03010103.xhp#par_id36317.help.text
 msgid "Print #i, \"ABC\""
-msgstr ""
+msgstr "Print #i, \"ABC\""
 
 #: 03010103.xhp#par_id7381817.help.text
 msgid "Close #i"
-msgstr ""
+msgstr "Close #i"
 
 #: 03010103.xhp#par_id3147339.17.help.text
 msgid ""
@@ -4825,11 +4825,11 @@
 
 #: 03020103.xhp#par_id3155132.6.help.text
 msgid "\\<emph\\>FileName: \\</emph\\>Name and path of the file that you wan 
to open. If you try to read a file that does not exist (Access = Read), an 
error message appears. If you try to write to a file that does not exist 
(Access = Write), a new file is created."
-msgstr ""
+msgstr "\\<emph\\>FileName\\</emph\\>: Název a cesta souboru, který chcete 
otevřít. Pokud se pokusíte otevřít neexistující soubor (Access = Read), 
zobrazí se chybová zpráva. Pokud se pokusíte zapsat do neexistujícího 
souboru (Access = Write), vytvoří se nový soubor."
 
 #: 03020103.xhp#par_id3149262.7.help.text
 msgid "\\<emph\\>Mode:\\</emph\\> Keyword that specifies the file mode. Valid 
values: Append (append to sequential file), Binary (data can be accessed by 
bytes using Get and Put), Input (opens data channel for reading), Output (opens 
data channel for writing), and Random (edits relative files)."
-msgstr ""
+msgstr "\\<emph\\>Mode\\</emph\\>: Klíčové slovo určující režim 
souboru. Platné hodnoty: Append (připojení na konec sekvenčního souboru), 
binary (k datům lze přistupovat po bajtech pomocí Get a Put), Input (otevře 
datový kanál pro čtení), Output (otevře datový kanál pro zápis) a 
Random (úprava relativních souborů)."
 
 #: 03020103.xhp#par_id3154014.8.help.text
 msgid "\\<emph\\>IOMode:\\</emph\\> Keyword that defines the access type. 
Valid values: Read (read-only), Write (write-only), Read Write (both)."
@@ -5585,7 +5585,7 @@
 
 #: 03020203.xhp#bm_id3153361.help.text
 msgid "\\<bookmark_value\\>Line Input statement\\</bookmark_value\\>"
-msgstr ""
+msgstr "\\<bookmark_value\\>Line Input\\</bookmark_value\\>"
 
 #: 03020203.xhp#hd_id3153361.1.help.text
 msgid "\\<link href=\\\"text/sbasic/shared/03020203.xhp\\\" name=\\\"Line 
Input # Statement [Runtime]\\\"\\>Line Input # Statement [Runtime]\\</link\\>"
@@ -6671,7 +6671,7 @@
 
 #: 03020401.xhp#bm_id3150178.help.text
 msgid "\\<bookmark_value\\>ChDir statement\\</bookmark_value\\>"
-msgstr ""
+msgstr "\\<bookmark_value\\>ChDir\\</bookmark_value\\>"
 
 #: 03020401.xhp#hd_id3150178.1.help.text
 msgid "\\<link href=\\\"text/sbasic/shared/03020401.xhp\\\" name=\\\"ChDir 
Statement [Runtime]\\\"\\>ChDir Statement [Runtime]\\</link\\>"
@@ -7759,7 +7759,7 @@
 
 #: 03020411.xhp#par_id3149762.10.help.text
 msgid "' Example for functions of the file organization"
-msgstr ""
+msgstr "' Příklad funkcí pro správu souborů"
 
 #: 03020411.xhp#par_id3145610.11.help.text
 msgid "Const sFile1 as String = \"file://c|/autoexec.bat\""
@@ -13777,7 +13777,7 @@
 
 #: 03090101.xhp#par_id3153126.4.help.text
 msgid "If condition=true Then Statement block [ElseIf condition=true Then] 
Statement block [Else] Statement block EndIf\\<br/\\>Instead of Else If you can 
write ElseIf, instead of End If you can write EndIf."
-msgstr ""
+msgstr "If podmínka=true Then Blok příkazů [ElseIf podmínka=true Then] 
Block příkazů [Else] Blok příkazů EndIf\\<br/\\>Místo Else If můžete 
psát ElseIf, místo End If můžete psát EndIf."
 
 #: 03090101.xhp#hd_id3155419.5.help.text
 msgid ""
@@ -14985,7 +14985,7 @@
 msgid ""
 "_: 03090302.xhp#par_id6967035.help.text\n"
 "see Parameters"
-msgstr ""
+msgstr "viz Parametry"
 
 #: 03090303.xhp#tit.help.text
 msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
@@ -15043,7 +15043,7 @@
 
 #: 03090303.xhp#par_id3154014.12.help.text
 msgid "Sub ExampleOnGosub"
-msgstr ""
+msgstr "Sub ExampleOnGosub"
 
 #: 03090303.xhp#par_id3153158.13.help.text
 msgid ""
@@ -15059,19 +15059,19 @@
 
 #: 03090303.xhp#par_id3155417.15.help.text
 msgid "iVar = 2"
-msgstr ""
+msgstr "iVar = 2"
 
 #: 03090303.xhp#par_id3154730.16.help.text
 msgid "sVar =\"\""
-msgstr ""
+msgstr "sVar =\"\""
 
 #: 03090303.xhp#par_id3154942.17.help.text
 msgid "On iVar GoSub Sub1, Sub2"
-msgstr ""
+msgstr "On iVar GoSub Sub1, Sub2"
 
 #: 03090303.xhp#par_id3149378.18.help.text
 msgid "On iVar GoTo Line1, Line2"
-msgstr ""
+msgstr "On iVar GoTo Line1, Line2"
 
 #: 03090303.xhp#par_id3153416.19.help.text
 msgid ""
@@ -15081,23 +15081,23 @@
 
 #: 03090303.xhp#par_id3154015.20.help.text
 msgid "Sub1:"
-msgstr ""
+msgstr "Sub1:"
 
 #: 03090303.xhp#par_id3153948.21.help.text
 msgid "sVar =sVar & \" From Sub 1 to\" : Return"
-msgstr ""
+msgstr "sVar =sVar & \" From Sub 1 to\" : Return"
 
 #: 03090303.xhp#par_id3150750.22.help.text
 msgid "Sub2:"
-msgstr ""
+msgstr "Sub2:"
 
 #: 03090303.xhp#par_id3153708.23.help.text
 msgid "sVar =sVar & \" From Sub 2 to\" : Return"
-msgstr ""
+msgstr "sVar =sVar & \" From Sub 2 to\" : Return"
 
 #: 03090303.xhp#par_id3155067.24.help.text
 msgid "Line1:"
-msgstr ""
+msgstr "Line1:"
 
 #: 03090303.xhp#par_id3150321.25.help.text
 msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
@@ -15105,11 +15105,11 @@
 
 #: 03090303.xhp#par_id3149019.26.help.text
 msgid "Line2:"
-msgstr ""
+msgstr "Line2:"
 
 #: 03090303.xhp#par_id3155764.27.help.text
 msgid "sVar =sVar & \" Label 2\""
-msgstr ""
+msgstr "sVar =sVar & \" Label 2\""
 
 #: 03090303.xhp#par_id3153711.28.help.text
 msgid "Ende:"
@@ -17066,8 +17066,7 @@
 msgstr "Parametry:"
 
 #: 03100600.xhp#par_id3159414.8.help.text
-msgid ""
-"\\<emph\\>Expression:\\</emph\\> Any numerical expression that you want to 
convert. If the \\<emph\\>Expression\\</emph\\> lies outside the valid long 
integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic 
returns an overflow error. To convert a string expression, the number must be 
entered as normal text (\"123.5\") using the default number format of your 
operating system."
+msgid "\\<emph\\>Expression:\\</emph\\> Any numerical expression that you want 
to convert. If the \\<emph\\>Expression\\</emph\\> lies outside the valid long 
integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic 
returns an overflow error. To convert a string expression, the number must be 
entered as normal text (\"123.5\") using the default number format of your 
operating system."
 msgstr "\\<emph\\>Výraz:\\</emph\\> Číselný výraz, který chcete 
převést. Pokud Výraz nespadá do rozsahu -2.147.483.648 až 2.147.483.647, 
$[officename] Basic ohlásí chybu přetečení. Pro převod řetězce musíte 
číslo zadat jako normální text (\"123.5\") ve formátu, jaký používá 
váš operační systém."
 
 #: 03100600.xhp#par_id3150358.9.help.text
@@ -22344,7 +22343,7 @@
 
 #: 03120300.xhp#bm_id7499008.help.text
 msgid "\\<bookmark_value\\>ampersand symbol in StarBasic\\</bookmark_value\\>"
-msgstr ""
+msgstr "\\<bookmark_value\\>ampersand ve StarBasic\\</bookmark_value\\>"
 
 #: 03120300.xhp#hd_id3153894.1.help.text
 msgid "\\<link href=\\\"text/sbasic/shared/03120300.xhp\\\" name=\\\"Editing 
String Contents\\\"\\>Editing String Contents\\</link\\>"
@@ -22447,8 +22446,7 @@
 msgstr "\\<emph\\>%:\\</emph\\> Vynásobí číslo 100 a vloží znak procent 
(%)."
 
 #: 03120301.xhp#par_id3149481.20.help.text
-msgid ""
-"\\<emph\\>E- E+ e- e+ :\\</emph\\> If the format code contains at least one 
digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the 
number is formatted in the scientific or exponential format. The letter E or e 
is inserted between the number and the exponent. The number of placeholders for 
digits to the right of the symbol determines the number of digits in the 
exponent."
+msgid "\\<emph\\>E- E+ e- e+ :\\</emph\\> If the format code contains at least 
one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, 
the number is formatted in the scientific or exponential format. The letter E 
or e is inserted between the number and the exponent. The number of 
placeholders for digits to the right of the symbol determines the number of 
digits in the exponent."
 msgstr "\\<emph\\>E- E+ e- e+ :\\</emph\\> Pokud formátovací kód obsahuje 
alespoň jeden zástupný znak pro číslici (0 nebo #) napravo do symbolu E-, 
E+, e- nebo e+, číslo se naformátuje podle vědeckého (exponenciálního) 
formátu. Mezi číslo a exponent se vloží písmeno E nebo e. Počet 
zástupných znaků vpravo symbolu určuje počet číslic exponentu."
 
 #: 03120301.xhp#par_id3149262.21.help.text
@@ -26201,7 +26199,7 @@
 
 #: 03132500.xhp#bm_id4761192.help.text
 msgid "\\<bookmark_value\\>GetDefaultContext function\\</bookmark_value\\>"
-msgstr ""
+msgstr "\\<bookmark_value\\>GetDefaultContext\\</bookmark_value\\>"
 
 #: 03132500.xhp#par_idN10580.help.text
 msgid "\\<link 
href=\\\"text/sbasic/shared/03132500.xhp\\\"\\>GetDefaultContext Function 
[Runtime]\\</link\\>"
@@ -26727,175 +26725,3 @@
 msgid "Help about the Help"
 msgstr "Nápověda k nápovědě"
 
-#~ msgid "If you press the \\<emph\\>Run BASIC\\</emph\\> icon on the 
\\<emph\\>Macro\\</emph\\> bar, program execution starts at the first line of 
the Basic editor. The \"Sub Main\" does not take precedence on program 
execution."
-#~ msgstr "Pokud klepnete na ikonu \\<emph\\>Spustit BASIC\\</emph\\> na 
panelu \\<emph\\>Makro\\</emph\\>, spustí se program od prvního řádku v 
editoru. \"Sub Main\" nemá přednost při spouštění programu."
-
-#~ msgid "If condition=true Then Statement block [ElseIf condition=true Then] 
Statement block [Else] Statement block End If"
-#~ msgstr "If podmínka=true Then Blok příkazů [ElseIf podmínka=true Then] 
Blok příkazů [Else] Blok příkazů End If"
-
-#~ msgid "Prints the specified strings or numeric expressions in a dialog."
-#~ msgstr "Vytiskne v dialogovém okně zadané řetězce nebo číselné 
výrazy."
-
-#~ msgid "\\<emph\\>FileName: \\</emph\\>Name and path of the file that you 
wan to open. If you try to read a file that does not exist (Access = Read), an 
error message appears. If you try to write to a file that does exist (Access = 
Write), a new file is created."
-#~ msgstr "\\<emph\\>FileName\\</emph\\>: Název a cesta souboru, který 
chcete otevřít. Pokud se pokusíte otevřít neexistující soubor (Access = 
Read), zobrazí se chybová zpráva. Pokud se pokusíte zapsat do 
neexistujícího souboru (Access = Write), vytvoří se nový soubor."
-
-#~ msgid "\\<emph\\>Mode:\\</emph\\> Keyword that specifies the file mode. 
Valid values: Append (append to sequential file), binary (data can be accessed 
by bytes using Get and Put), Input (opens data channel for reading), Output 
(opens data channel for writing), and Random (edits relative files)."
-#~ msgstr "\\<emph\\>Mode\\</emph\\>: Klíčové slovo určující režim 
souboru. Platné hodnoty: Append (připojení na konec sekvenčního souboru), 
binary (k datům lze přistupovat po bajtech pomocí Get a Put), Input (otevře 
datový kanál pro čtení), Output (otevře datový kanál pro zápis) a 
Random (úprava relativních souborů)."
-
-#~ msgid "\\<bookmark_value\\>Line function\\</bookmark_value\\>"
-#~ msgstr "\\<bookmark_value\\>funkce Line\\</bookmark_value\\>"
-
-#~ msgid "\\<bookmark_value\\>ChDir function\\</bookmark_value\\>"
-#~ msgstr "\\<bookmark_value\\>Funkce ChDir\\</bookmark_value\\>"
-
-#~ msgid "' Example for functions of the file organisation"
-#~ msgstr "' Příklad funkcí pro správu souborů"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3145646.20.help.text\n"
-#~ "Sub ExampleOnGosub"
-#~ msgstr "Sub ExampleOnGosub"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3153510.21.help.text\n"
-#~ "Dim iVar As Integer"
-#~ msgstr "Dim iVar As Integer"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3154511.22.help.text\n"
-#~ "Dim sVar As String"
-#~ msgstr "Dim sVar As String"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3149121.23.help.text\n"
-#~ "iVar = 2"
-#~ msgstr "iVar = 2"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3146971.24.help.text\n"
-#~ "sVar =\"\""
-#~ msgstr "sVar =\"\""
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3155064.25.help.text\n"
-#~ "On iVar GoSub Sub1, Sub2"
-#~ msgstr "On iVar GoSub Sub1, Sub2"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3156276.26.help.text\n"
-#~ "On iVar GoTo Line1, Line2"
-#~ msgstr "On iVar GoTo Line1, Line2"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3149018.27.help.text\n"
-#~ "Exit Sub"
-#~ msgstr "Exit Sub"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3148405.28.help.text\n"
-#~ "Sub1:"
-#~ msgstr "Sub1:"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3148914.29.help.text\n"
-#~ "sVar =sVar & \" From Sub 1 to\" : Return"
-#~ msgstr "sVar =sVar & \" Ze Sub 1 do\" : Return"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3153713.30.help.text\n"
-#~ "Sub2:"
-#~ msgstr "Sub2:"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3156384.31.help.text\n"
-#~ "sVar =sVar & \" From Sub 2 to\" : Return"
-#~ msgstr "sVar =sVar & \" Ze Sub 2 do\" : Return"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3166447.32.help.text\n"
-#~ "Line1:"
-#~ msgstr "Line1:"
-
-#~ msgid "sVar =sVar & \" Label 1\""
-#~ msgstr "sVar =sVar & \" Návěstí1\""
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3155335.34.help.text\n"
-#~ "Line2:"
-#~ msgstr "Line2:"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3149257.35.help.text\n"
-#~ "sVar =sVar & \" Label 2\""
-#~ msgstr "sVar =sVar & \" Návěstí2\""
-
-#~ msgid "Print sVar"
-#~ msgstr "Print sVar"
-
-#~ msgid ""
-#~ "_: 03090302.xhp#par_id3154704.37.help.text\n"
-#~ "End Sub"
-#~ msgstr "End Sub"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3154014.12.help.text\n"
-#~ "Sub ExampleOnGosub"
-#~ msgstr "Sub ExampleOnGosub"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3155417.15.help.text\n"
-#~ "iVar = 2"
-#~ msgstr "iVar = 2"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3154730.16.help.text\n"
-#~ "sVar =\"\""
-#~ msgstr "sVar =\"\""
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3154942.17.help.text\n"
-#~ "On iVar GoSub Sub1, Sub2"
-#~ msgstr "On iVar GoSub Sub1, Sub2"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3149378.18.help.text\n"
-#~ "On iVar GoTo Line1, Line2"
-#~ msgstr "On iVar GoTo Line1, Line2"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3154015.20.help.text\n"
-#~ "Sub1:"
-#~ msgstr "Sub1:"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3153948.21.help.text\n"
-#~ "sVar =sVar & \" From Sub 1 to\" : Return"
-#~ msgstr "sVar =sVar & \" Ze Sub 1 do\" : Return"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3150750.22.help.text\n"
-#~ "Sub2:"
-#~ msgstr "Sub2:"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3153708.23.help.text\n"
-#~ "sVar =sVar & \" From Sub 2 to\" : Return"
-#~ msgstr "sVar =sVar & \" Ze Sub 2 do\" : Return"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3155067.24.help.text\n"
-#~ "Line1:"
-#~ msgstr "Line1:"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3149019.26.help.text\n"
-#~ "Line2:"
-#~ msgstr "Line2:"
-
-#~ msgid ""
-#~ "_: 03090303.xhp#par_id3155764.27.help.text\n"
-#~ "sVar =sVar & \" Label 2\""
-#~ msgstr "sVar =sVar & \" Návěstí2\""
-
-#~ msgid "\\<bookmark_value\\>GetDefaultContext\\</bookmark_value\\>"
-#~ msgstr "\\<bookmark_value\\>GetDefaultContext\\</bookmark_value\\>"




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

Reply via email to