c6a9cd69c2
* NEW: Add examples again. I hope correctly this time. git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
109 lines
2 KiB
Text
109 lines
2 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 "TextEditExample"
|
|
msgstr "Příklad textového editoru"
|
|
|
|
#: .project:2
|
|
msgid "A simple TextEdit example"
|
|
msgstr "Jednoduchý příklad textového editoru"
|
|
|
|
#: FMain.class:151
|
|
msgid ""
|
|
"A simple TextEdit example by\n"
|
|
"Fabien Bodard (gambix@users.sourceforge.net)\n"
|
|
"and Benoît Minisini"
|
|
msgstr ""
|
|
"Jednoduchý příklad textového editoru od\n"
|
|
"Fabien Bodard (gambix@users.sourceforge.net)\n"
|
|
"a Benoît Minisini"
|
|
|
|
#: FMain.form:33
|
|
msgid "Text Editor"
|
|
msgstr "Editor textu"
|
|
|
|
#: FMain.form:44
|
|
msgid "Read-only"
|
|
msgstr "Pouze pro čtení"
|
|
|
|
#: FMain.form:55
|
|
msgid "Bold"
|
|
msgstr "Tučné"
|
|
|
|
#: FMain.form:62
|
|
msgid "Italic"
|
|
msgstr "Kurzíva"
|
|
|
|
#: FMain.form:69
|
|
msgid "Underline"
|
|
msgstr "Podtržené"
|
|
|
|
#: FMain.form:76
|
|
msgid "StrikeOut"
|
|
msgstr "Přeškrknuté"
|
|
|
|
#: FMain.form:91
|
|
msgid "Align Left"
|
|
msgstr "Zarovnat doleva"
|
|
|
|
#: FMain.form:99
|
|
msgid "Align Center"
|
|
msgstr "Zarovnat na střed"
|
|
|
|
#: FMain.form:107
|
|
msgid "Align Right"
|
|
msgstr "Zarovnar doprava"
|
|
|
|
#: FMain.form:115
|
|
msgid "Align Justify"
|
|
msgstr "Zaorvnat do bloku"
|
|
|
|
#: FMain.form:128
|
|
msgid "Set font face"
|
|
msgstr "Nastavit název písma"
|
|
|
|
#: FMain.form:130
|
|
msgid "ComboBox1"
|
|
msgstr "-"
|
|
|
|
#: FMain.form:139
|
|
msgid "Set font size"
|
|
msgstr "Nastavit velikost textu"
|
|
|
|
#: FMain.form:154
|
|
msgid "Set font color"
|
|
msgstr "Nastavit barvu textu"
|
|
|
|
#: FMain.form:165
|
|
msgid "Set background color"
|
|
msgstr "Nastavit barvu pozadí"
|
|
|
|
#: FMain.form:174
|
|
msgid "Show html source code"
|
|
msgstr "Zobrazit zdrojový html kód"
|
|
|
|
#: FMain.form:180
|
|
msgid "About this example..."
|
|
msgstr "O tomto příkladu..."
|
|
|
|
#: frmShowHtml.form:11
|
|
msgid "HtmlSource"
|
|
msgstr "Html kód"
|
|
|
|
#: frmShowHtml.form:34
|
|
msgid "Close"
|
|
msgstr "Zavřít"
|
|
|
|
#~ msgid "TextArea1"
|
|
#~ msgstr "-"
|