From 075d74a33c8caac88be183525daaac4e07119813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 19 Mar 2019 22:04:09 +0100 Subject: [PATCH] Add CMakeL10n rules. Create translation template. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeL10n.txt | 23 ++++++++ libkipi/CMakeL10n.txt | 3 + po/libkipi.pot | 125 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 151 insertions(+) create mode 100644 CMakeL10n.txt create mode 100644 libkipi/CMakeL10n.txt create mode 100644 po/libkipi.pot diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 0000000..9730a56 --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,23 @@ +################################################# +# +# (C) 2019 Slávek Banko +# slavek.banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +cmake_minimum_required( VERSION 2.8 ) + + +##### include our cmake modules ################# + +set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) +include( TDEL10n ) + + +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/libkipi/CMakeL10n.txt b/libkipi/CMakeL10n.txt new file mode 100644 index 0000000..7ecad88 --- /dev/null +++ b/libkipi/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "libkipi" ) 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 , 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 \n" +"Language-Team: LANGUAGE \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 "

This is the current tasks list released." +msgstr "" + +#: libkipi/batchprogressdialog.cpp:184 +msgid "

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 "Enter new directory name (to be created as subdir of %1):" +msgstr ""