diff options
author | Slávek Banko <[email protected]> | 2019-03-19 22:04:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-03-31 10:54:07 +0200 |
commit | 8d7c721cf733793a04ca5f583bd105c5bd1bdce2 (patch) | |
tree | 22fe0f88322fd62dba62059d1507a0cb679bc1cd /po | |
parent | 53290bd3fd60f540d82d6eece40af1d9f2cb8fa5 (diff) | |
download | libkipi-8d7c721cf733793a04ca5f583bd105c5bd1bdce2.tar.gz libkipi-8d7c721cf733793a04ca5f583bd105c5bd1bdce2.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 075d74a33c8caac88be183525daaac4e07119813)
Diffstat (limited to 'po')
-rw-r--r-- | po/libkipi.pot | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/po/libkipi.pot b/po/libkipi.pot new file mode 100644 index 0000000..7440838 --- /dev/null +++ b/po/libkipi.pot @@ -0,0 +1,125 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2019-03-19 18:09+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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: _translatorinfo:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "" + +#: _translatorinfo:2 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: libkipi/batchprogressdialog.cpp:171 +msgid "Status" +msgstr "" + +#: libkipi/batchprogressdialog.cpp:172 +msgid "Current Actions" +msgstr "" + +#: libkipi/batchprogressdialog.cpp:177 +msgid "<p>This is the current tasks list released." +msgstr "" + +#: libkipi/batchprogressdialog.cpp:184 +msgid "<p>This is the list current percent task released." +msgstr "" + +#: libkipi/imagecollectionselector.cpp:109 +msgid "Invert Selection" +msgstr "" + +#: libkipi/imagecollectionselector.cpp:110 +msgid "Select None" +msgstr "" + +#: libkipi/imagecollectionselector.cpp:283 +msgid "Images:" +msgstr "" + +#: libkipi/imagecollectionselector.cpp:300 +msgid "Comments:" +msgstr "" + +#: libkipi/imagecollectionselector.cpp:308 +msgid "Category:" +msgstr "" + +#: libkipi/imagecollectionselector.cpp:317 +msgid "Date:" +msgstr "" + +#: libkipi/imagecollectionshared.cpp:81 +msgid "Images" +msgstr "" + +#: libkipi/imagedialog.cpp:90 libkipi/imagedialog.cpp:110 +msgid "Select Image From Album" +msgstr "" + +#: libkipi/imagedialog.cpp:128 +msgid "Image selector dialog" +msgstr "" + +#: libkipi/imagedialog.cpp:130 +msgid "A Kipi dialog for image selection" +msgstr "" + +#: libkipi/imagedialog.cpp:139 +msgid "Kipi Plugins Handbooks" +msgstr "" + +#: libkipi/imagedialog.cpp:147 +msgid "Album Name" +msgstr "" + +#: libkipi/imagedialog.cpp:152 +msgid "Image Name" +msgstr "" + +#: libkipi/imagedialog.cpp:161 libkipi/imagedialog.cpp:240 +msgid "No image selected" +msgstr "" + +#: libkipi/imagedialog.cpp:274 +msgid "No images selected" +msgstr "" + +#: libkipi/imagedialog.cpp:293 +#, c-format +msgid "" +"_n: 1 image selected\n" +"%n images selected" +msgstr "" + +#: libkipi/uploadwidget.cpp:85 +msgid "Folder" +msgstr "" + +#: libkipi/uploadwidget.cpp:176 +msgid "Please select a directory first." +msgstr "" + +#: libkipi/uploadwidget.cpp:181 +msgid "Create Directory" +msgstr "" + +#: libkipi/uploadwidget.cpp:182 +msgid "<qt>Enter new directory name (to be created as subdir of %1):</qt>" +msgstr "" |