diff options
author | Temuri Doghonadze <rkavt@smartprojects.ge> | 2024-11-07 08:42:50 +0000 |
---|---|---|
committer | TDE Weblate <weblate@mirror.git.trinitydesktop.org> | 2024-11-07 08:42:50 +0000 |
commit | a9e6fbcf6c21c8f76358d33076d0a641ebd1147b (patch) | |
tree | ae35d3ffb75a31640d9ecb531ff89a8abdb6961e /po/modules | |
parent | 39390267e12aca47077918c600c82b619f3854d9 (diff) | |
download | kvirc-a9e6fbcf6c21c8f76358d33076d0a641ebd1147b.tar.gz kvirc-a9e6fbcf6c21c8f76358d33076d0a641ebd1147b.zip |
Added translation using Weblate (Georgian)
Diffstat (limited to 'po/modules')
-rw-r--r-- | po/modules/editor/editor_ka.po | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/po/modules/editor/editor_ka.po b/po/modules/editor/editor_ka.po new file mode 100644 index 00000000..dcde4400 --- /dev/null +++ b/po/modules/editor/editor_ka.po @@ -0,0 +1,123 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Temuri Doghonadze <rkavt@smartprojects.ge>, 2024. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-08-31 18:17+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ka\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#, ignore-inconsistent +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:164 +msgid "Preferences" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:167 +msgid "Font:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:172 +msgid "Background:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:173 +msgid "Normal text:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:174 +msgid "Brackets:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:175 +msgid "Comments:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:176 +msgid "Functions:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:177 +msgid "Keywords:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:178 +msgid "Variables:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:179 +msgid "Punctuation:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:180 +msgid "Find:" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:182 +msgid "&OK" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:187 +msgid "Cancel" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:843 +msgid "&Open..." +msgstr "" + +#: src/modules/editor/scripteditor.cpp:844 +msgid "&Save As..." +msgstr "" + +#: src/modules/editor/scripteditor.cpp:846 +msgid "&Configure Editor..." +msgstr "" + +#: src/modules/editor/scripteditor.cpp:962 +msgid "Choose a Filename - KVIrc" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:974 +msgid "Save Failed - KVIrc" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:975 +#, c-format +msgid "Can't open the file %s for writing." +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1032 +#: src/modules/editor/scripteditor.cpp:1047 +#, c-format +msgid "Row: %d Col: %d" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1057 +msgid "Load Script File - KVIrc" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1070 +msgid "Open Failed - KVIrc" +msgstr "" + +#: src/modules/editor/scripteditor.cpp:1071 +#, c-format +msgid "Can't open the file %s for reading." +msgstr "" |