diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-03-19 22:02:37 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-03-31 10:56:16 +0200 |
commit | db9836f994a69340f26b768f03fe8144d5bfee15 (patch) | |
tree | f7f97d35ea14b106a9b6e9219f0a92192d8ba4c0 /po/kipiplugin_sync.pot | |
parent | 2cf95fc0a83b6b23e7850a393ae10df7994ba38e (diff) | |
download | kipi-plugins-db9836f994a69340f26b768f03fe8144d5bfee15.tar.gz kipi-plugins-db9836f994a69340f26b768f03fe8144d5bfee15.zip |
Add CMakeL10n rules.
Create translation templates.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit dbc86217d05b4e7c00958fd3da95dafda1877fdf)
Diffstat (limited to 'po/kipiplugin_sync.pot')
-rw-r--r-- | po/kipiplugin_sync.pot | 207 |
1 files changed, 207 insertions, 0 deletions
diff --git a/po/kipiplugin_sync.pot b/po/kipiplugin_sync.pot new file mode 100644 index 0000000..9b6df4a --- /dev/null +++ b/po/kipiplugin_sync.pot @@ -0,0 +1,207 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2019-03-19 18:33+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" +"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 "" + +#: galleryconfig.cpp:104 +msgid "Name:" +msgstr "" + +#: galleryconfig.cpp:108 +msgid "URL:" +msgstr "" + +#: galleryconfig.cpp:112 +msgid "Username:" +msgstr "" + +#: galleryconfig.cpp:116 +msgid "Password:" +msgstr "" + +#: galleryconfig.cpp:120 +msgid "Use &Gallery 2" +msgstr "" + +#: gallerywidget.cpp:71 gallerywidget.cpp:136 +msgid "Albums" +msgstr "" + +#: gallerywidget.cpp:99 +msgid "Override Default Options" +msgstr "" + +#: gallerywidget.cpp:109 +msgid "Resize photos before uploading" +msgstr "" + +#: gallerywidget.cpp:117 +msgid "Maximum dimension:" +msgstr "" + +#: gallerywidget.cpp:135 +msgid "<h2>Gallery Export</h2>" +msgstr "" + +#: gallerywidget.cpp:137 +msgid "&New Album" +msgstr "" + +#: gallerywidget.cpp:138 +msgid "&Add Photos" +msgstr "" + +#: gallerywindow.cpp:72 gallerywindow.cpp:81 +msgid "Gallery Export" +msgstr "" + +#: gallerywindow.cpp:84 +msgid "A Kipi plugin to export image collection to remote Gallery server." +msgstr "" + +#: gallerywindow.cpp:87 +msgid "Author" +msgstr "" + +#: gallerywindow.cpp:90 +msgid "Maintainer" +msgstr "" + +#: gallerywindow.cpp:96 +msgid "Plugin Handbook" +msgstr "" + +#: gallerywindow.cpp:228 +msgid "Failed to login into remote gallery. " +msgstr "" + +#: gallerywindow.cpp:230 +msgid "" +"\n" +"Do you want to try again?" +msgstr "" + +#: gallerywindow.cpp:516 +#, c-format +msgid "Sorry, these characters are not allowed in album name: %1" +msgstr "" + +#: gallerywindow.cpp:586 +msgid "Uploading file %1 " +msgstr "" + +#: gallerywindow.cpp:603 +msgid "Failed to upload photo into remote gallery. " +msgstr "" + +#: gallerywindow.cpp:606 +msgid "" +"\n" +"Do you want to continue?" +msgstr "" + +#: plugin_sync.cpp:77 +msgid "Synchronize..." +msgstr "" + +#: plugin_sync.cpp:86 +msgid "Configure Synchronization..." +msgstr "" + +#: plugin_sync.cpp:95 plugin_sync.cpp:104 +msgid "Synchronization Settings..." +msgstr "" + +#: sinklist.cpp:46 +msgid "Name" +msgstr "" + +#: sinklist.cpp:47 +msgid "Type" +msgstr "" + +#: sinklist.cpp:121 sinklist.cpp:144 +msgid "No sink selected!" +msgstr "" + +#: sinklist.cpp:150 +msgid "" +"Are you sure you want to remove this sink? All synchronisaton settings will " +"be lost. You cannot undo this action." +msgstr "" + +#: sinklist.cpp:153 +msgid "Remove Sink?" +msgstr "" + +#: galleryalbumdialog.ui:16 +#, no-c-format +msgid "MyDialog" +msgstr "" + +#: galleryalbumdialog.ui:36 +#, no-c-format +msgid "<h3>Enter New Album Name</h3>" +msgstr "" + +#: galleryalbumdialog.ui:66 +#, no-c-format +msgid "Title (optional):" +msgstr "" + +#: galleryalbumdialog.ui:74 +#, no-c-format +msgid "Name (optional):" +msgstr "" + +#: galleryalbumdialog.ui:82 +#, no-c-format +msgid "Caption (optional):" +msgstr "" + +#: sinklistbase.ui:16 +#, no-c-format +msgid "Sinks" +msgstr "" + +#: sinklistbase.ui:97 +#, no-c-format +msgid "&Find" +msgstr "" + +#: sinklistbase.ui:100 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: sinklistbase.ui:128 +#, no-c-format +msgid "Alt+O" +msgstr "" + +#: sinklistbase.ui:142 +#, no-c-format +msgid "Alt+C" +msgstr "" |