diff options
author | Slávek Banko <[email protected]> | 2020-07-24 09:44:52 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-24 09:44:52 +0200 |
commit | 56a9b6df8ff8e6e820915c740b2c6daa756654b7 (patch) | |
tree | 650ce76a56717f0fbc63671c699e9b3fd1fb2e4b /translations/messages/kdpkg-install/kdpkg-install.pot | |
parent | d6ae994c10d1d3e9df01d352f95ac825e51c01e2 (diff) | |
download | kdpkg-56a9b6df8ff8e6e820915c740b2c6daa756654b7.tar.gz kdpkg-56a9b6df8ff8e6e820915c740b2c6daa756654b7.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'translations/messages/kdpkg-install/kdpkg-install.pot')
-rw-r--r-- | translations/messages/kdpkg-install/kdpkg-install.pot | 182 |
1 files changed, 182 insertions, 0 deletions
diff --git a/translations/messages/kdpkg-install/kdpkg-install.pot b/translations/messages/kdpkg-install/kdpkg-install.pot new file mode 100644 index 0000000..0e5e2c2 --- /dev/null +++ b/translations/messages/kdpkg-install/kdpkg-install.pot @@ -0,0 +1,182 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2020-05-11 04:19+0200\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" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#, ignore-inconsistent +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: install.cpp:55 +msgid "Debian Package (*.deb)" +msgstr "" + +#: install.cpp:55 +msgid "Choose a Debian package file to open" +msgstr "" + +#: install.cpp:145 +msgid "The following packages will be installed, updated or removed:" +msgstr "" + +#: install.cpp:150 +msgid "" +"The architecture of this package does not match that of your system. You " +"will not be able to install this package!" +msgstr "" + +#: install.cpp:158 +msgid "" +"The package database is in use by another process (e.g Synaptic). Please " +"terminate this process and select Next to try again." +msgstr "" + +#: install.cpp:167 +msgid "Resynchronize Package Index" +msgstr "" + +#: install.cpp:185 +msgid "Install New Package" +msgstr "" + +#: install.cpp:211 +msgid "Installation process is complete!" +msgstr "" + +#: install.cpp:211 +msgid "You may now close this window." +msgstr "" + +#: install.cpp:232 +msgid "not installed" +msgstr "" + +#: install.cpp:239 +msgid "not available" +msgstr "" + +#: main.cpp:36 +msgid "Location to open" +msgstr "" + +#: main.cpp:46 +msgid "kdpkg-install" +msgstr "" + +#: main.cpp:49 +msgid "Frontend for dpkg." +msgstr "" + +#: main.cpp:55 main.cpp:56 +msgid "Developer" +msgstr "" + +#: consoledialog.ui:16 +#, no-c-format +msgid "Widget" +msgstr "" + +#: installdialog.ui:17 +#, no-c-format +msgid "TDE Debian Package Installation Wizard" +msgstr "" + +#: installdialog.ui:34 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: installdialog.ui:45 +#, no-c-format +msgid "Cl&ose" +msgstr "" + +#: installdialog.ui:48 +#, no-c-format +msgid "Alt+O" +msgstr "" + +#: installdialog.ui:59 +#, no-c-format +msgid "Inst&all" +msgstr "" + +#: installdialog.ui:62 +#, no-c-format +msgid "Alt+A" +msgstr "" + +#: installdialog.ui:106 +#, no-c-format +msgid "<b>Package installation</b>" +msgstr "" + +#: installdialog.ui:213 +#, no-c-format +msgid "Res&ynchronize the package index files (recommended)" +msgstr "" + +#: installdialog.ui:216 +#, no-c-format +msgid "Alt+Y" +msgstr "" + +#: installdialog.ui:227 +#, no-c-format +msgid "Skip Resynchroni&zation" +msgstr "" + +#: installdialog.ui:230 +#, no-c-format +msgid "Alt+Z" +msgstr "" + +#: installdialog.ui:250 +#, no-c-format +msgid "Status" +msgstr "" + +#: installdialog.ui:261 +#, no-c-format +msgid "Name" +msgstr "" + +#: installdialog.ui:272 +#, no-c-format +msgid "Version" +msgstr "" + +#: installdialog.ui:283 +#, no-c-format +msgid "Version on System " +msgstr "" + +#: installdialog.ui:416 installdialog.ui:427 +#, no-c-format +msgid "Ne&xt >" +msgstr "" + +#: installdialog.ui:419 installdialog.ui:430 +#, no-c-format +msgid "Alt+X" +msgstr "" |