c6a9cd69c2
* NEW: Add examples again. I hope correctly this time. git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
120 lines
2.4 KiB
Text
120 lines
2.4 KiB
Text
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2002-11-01 04:27+0100\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: .project:1
|
|
msgid "Client Socket Example"
|
|
msgstr "Příklad Soket Klienta"
|
|
|
|
#: FrmMain.class:26
|
|
msgid "Connected to path "
|
|
msgstr "Připojeno na cestu "
|
|
|
|
#: FrmMain.class:28
|
|
msgid "Connected to remote host "
|
|
msgstr "Připojen ke vzdálenému hostiteli "
|
|
|
|
#: FrmMain.class:29
|
|
msgid " - Using local address : "
|
|
msgstr " - Použita lokální adresa : "
|
|
|
|
#: FrmMain.class:42
|
|
msgid "Connection Closed by foreign host."
|
|
msgstr "Připojení ukončeno cizím hostem."
|
|
|
|
#: FrmMain.class:54
|
|
msgid "Host Found. Connecting..."
|
|
msgstr "Host nalezen. Připojování..."
|
|
|
|
#: FrmMain.class:84
|
|
msgid "The system does not allow to create a socket"
|
|
msgstr "Tento systém neumožňuje vytvořit socket"
|
|
|
|
#: FrmMain.class:86
|
|
msgid "Host not Found"
|
|
msgstr "Host nenalezen"
|
|
|
|
#: FrmMain.class:88
|
|
msgid "Unable to Connect. Connection Refused"
|
|
msgstr "Nelze se připojit. Spojení odmítnuto"
|
|
|
|
#: FrmMain.class:90
|
|
msgid "Error Reading Data"
|
|
msgstr "Chyba čtení dat"
|
|
|
|
#: FrmMain.class:92
|
|
msgid "Error Writing Data"
|
|
msgstr "Chyba zápisu dat"
|
|
|
|
#: FrmMain.class:158
|
|
msgid "Looking up host name..."
|
|
msgstr "Vyhledávám hostitele..."
|
|
|
|
#: FrmMain.class:176
|
|
msgid "Timeout trying to stablish connection"
|
|
msgstr "Timeout snažím založit připojení"
|
|
|
|
#: FrmMain.class:189
|
|
msgid "Connection closed by user"
|
|
msgstr "Připojení ukončeno uživatelem"
|
|
|
|
#: FrmMain.form:23
|
|
msgid "Client socket example "
|
|
msgstr "Příklad coket klienta"
|
|
|
|
#: FrmMain.form:29
|
|
msgid "Connect"
|
|
msgstr "Připojit"
|
|
|
|
#: FrmMain.form:40
|
|
msgid "Close"
|
|
msgstr "Zavřít"
|
|
|
|
#: FrmMain.form:45
|
|
msgid "localhost"
|
|
msgstr "-"
|
|
|
|
#: FrmMain.form:50
|
|
msgid "Host :"
|
|
msgstr "-"
|
|
|
|
#: FrmMain.form:55
|
|
msgid "Port :"
|
|
msgstr "-"
|
|
|
|
#: FrmMain.form:60
|
|
msgid "32340"
|
|
msgstr "-"
|
|
|
|
#: FrmMain.form:71
|
|
msgid "Send Data"
|
|
msgstr "Pošli data"
|
|
|
|
#: FrmMain.form:76
|
|
msgid "Write here data to send, then press \"Send Data\""
|
|
msgstr "Zde zapiš data, pošli zmáčknutím \"Poslat data\""
|
|
|
|
#: FrmMain.form:81
|
|
msgid "Select protocol :"
|
|
msgstr "Vyber protokol :"
|
|
|
|
#: FrmMain.form:87
|
|
msgid "TCP"
|
|
msgstr "-"
|
|
|
|
#: FrmMain.form:87
|
|
msgid "UNIX"
|
|
msgstr "-"
|
|
|
|
#: FrmMain.form:102
|
|
msgid "Data Received :"
|
|
msgstr "Příjmané data :"
|