diff options
Diffstat (limited to 'po/modules/editor/editor.pot')
-rw-r--r-- | po/modules/editor/editor.pot | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/po/modules/editor/editor.pot b/po/modules/editor/editor.pot new file mode 100644 index 00000000..ea88810a --- /dev/null +++ b/po/modules/editor/editor.pot @@ -0,0 +1,123 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-06 20:33+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <[email protected]>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: _translatorinfo:1 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: _translatorinfo:2 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:172 +msgid "Preferences" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:175 +msgid "Font:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:180 +msgid "Background:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:181 +msgid "Normal text:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:182 +msgid "Brackets:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:183 +msgid "Comments:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:184 +msgid "Functions:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:185 +msgid "Keywords:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:186 +msgid "Variables:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:187 +msgid "Punctuation:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:188 +msgid "Find:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:190 +msgid "&OK" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:195 +msgid "Cancel" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:869 +msgid "&Open..." +msgstr "" + +#: src/modules/editor/scripteditor.cpp:870 +msgid "&Save As..." +msgstr "" + +#: src/modules/editor/scripteditor.cpp:872 +msgid "&Configure Editor..." +msgstr "" + +#: src/modules/editor/scripteditor.cpp:988 +msgid "Choose a Filename - KVIrc" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1000 +msgid "Save Failed - KVIrc" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1001 +#, c-format +msgid "Can't open the file %s for writing." +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1066 +#: src/modules/editor/scripteditor.cpp:1081 +#, c-format +msgid "Row: %d Col: %d" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1091 +msgid "Load Script File - KVIrc" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1104 +msgid "Open Failed - KVIrc" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1105 +#, c-format +msgid "Can't open the file %s for reading." +msgstr "" |