From babbfefe8b285343b4a4e4e5f6ba682f64650f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Aug 2022 15:01:57 +0200 Subject: Copy translations to a new directory layout. Use common rules for build and install translations. Added translation of .desktop files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 71d3dec76ce1160a038dfbdac339fc6c349e8578) --- CMakeLists.txt | 2 +- src/CMakeL10n.txt | 9 +- src/CMakeLists.txt | 15 +- src/locate.desktop | 3 +- src/locate.protocol | 7 +- src/locater.protocol | 7 +- src/rlocate.protocol | 7 +- .../desktop_files/tdeio-locate-desktops.pot | 27 ++ translations/messages/de.po | 410 +++++++++++++++++++++ translations/messages/fr.po | 353 ++++++++++++++++++ translations/messages/pt.po | 348 +++++++++++++++++ translations/messages/tdeio-locate.pot | 348 +++++++++++++++++ 12 files changed, 1520 insertions(+), 16 deletions(-) create mode 100644 translations/desktop_files/tdeio-locate-desktops.pot create mode 100644 translations/messages/de.po create mode 100644 translations/messages/fr.po create mode 100644 translations/messages/pt.po create mode 100644 translations/messages/tdeio-locate.pot diff --git a/CMakeLists.txt b/CMakeLists.txt index cda5b2e..599bc5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) tde_conditional_add_project_docs( BUILD_DOC ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files ##################### diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index b95d5c5..ab9a2bc 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,10 @@ ##### create translation templates ############## -tde_l10n_create_template( "tdeio-locate" ) +tde_l10n_create_template( "messages/tdeio-locate" ) + +tde_l10n_create_template( + CATALOG "desktop_files/tdeio-locate-desktops" + SOURCES + *.desktop + *.protocol +) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0e58011..7943241 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,10 +25,17 @@ link_directories( ##### other data ################################ -install( FILES locate.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) -install( FILES locater.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) -install( FILES rlocate.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) -install( FILES locate.desktop DESTINATION ${SERVICES_INSTALL_DIR}/searchproviders ) +tde_create_translated_desktop( + SOURCE + locate.protocol + locater.protocol + rlocate.protocol + DESTINATION ${SERVICES_INSTALL_DIR} +) +tde_create_translated_desktop( + SOURCE locate.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/searchproviders +) ##### tdeio_locate ############################## diff --git a/src/locate.desktop b/src/locate.desktop index a218ffa..000c7ed 100644 --- a/src/locate.desktop +++ b/src/locate.desktop @@ -1,7 +1,8 @@ [Desktop Entry] +Name=locate - Search for local files + Encoding=UTF-8 Type=Service -Name=locate - Search for local files X-TDE-ServiceTypes=SearchProvider Keys=locate Query=locate:\\{@} diff --git a/src/locate.protocol b/src/locate.protocol index 179561d..c69bcc1 100644 --- a/src/locate.protocol +++ b/src/locate.protocol @@ -1,12 +1,13 @@ [Protocol] -exec=tdeio_locate +Description=TDE I/O Slave for the locate command + protocol=locate +Icon=edit-find +exec=tdeio_locate input=none output=filesystem listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group,Link reading=true -Icon=edit-find -Description=TDE I/O Slave for the locate command # Using this will e.g. display previews etc. Class=:local diff --git a/src/locater.protocol b/src/locater.protocol index cac299c..ac40189 100644 --- a/src/locater.protocol +++ b/src/locater.protocol @@ -1,12 +1,13 @@ [Protocol] -exec=tdeio_locate +Description=TDE I/O Slave for the locate command + protocol=locater +Icon=edit-find +exec=tdeio_locate input=none output=filesystem listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group,Link reading=true -Icon=edit-find -Description=TDE I/O Slave for the locate command # Using this will e.g. display previews etc. Class=:local diff --git a/src/rlocate.protocol b/src/rlocate.protocol index 4b4802b..1cbfa88 100644 --- a/src/rlocate.protocol +++ b/src/rlocate.protocol @@ -1,12 +1,13 @@ [Protocol] -exec=tdeio_locate +Description=TDE I/O Slave for the locate command + protocol=rlocate +Icon=edit-find +exec=tdeio_locate input=none output=filesystem listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group,Link reading=true -Icon=edit-find -Description=TDE I/O Slave for the locate command # Using this will e.g. display previews etc. Class=:local diff --git a/translations/desktop_files/tdeio-locate-desktops.pot b/translations/desktop_files/tdeio-locate-desktops.pot new file mode 100644 index 0000000..e0188cf --- /dev/null +++ b/translations/desktop_files/tdeio-locate-desktops.pot @@ -0,0 +1,27 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-08-27 14:58+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: locate.desktop:2 +msgid "locate - Search for local files" +msgstr "" + +#. Description +#: locate.protocol:2 locater.protocol:2 rlocate.protocol:2 +msgid "TDE I/O Slave for the locate command" +msgstr "" diff --git a/translations/messages/de.po b/translations/messages/de.po new file mode 100644 index 0000000..aec623d --- /dev/null +++ b/translations/messages/de.po @@ -0,0 +1,410 @@ +# tdeio-locate: KDE I/O Slave for the locate command +# +# Copyright (C) 2004 by Armin Straub +# linux@arminstraub.de +# +# This file is distributed under the same license as tdeio-locate. +msgid "" +msgstr "" +"Project-Id-Version: tdeio-locate\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-07-07 18:33+0000\n" +"PO-Revision-Date: 2019-12-23 23:40+0000\n" +"Last-Translator: Chris \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.9.1\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Chris (TDE)" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "(Keine Email)" + +#: tdeio_locate.cpp:351 +msgid "" +"

\"%1\" could not be started.

Please note that tdeio-locate can't " +"be used on its own. You need an additional program for doing searches. " +"Typically this is the command line tool locate that can be found in " +"many distributions by default. You can check if the correct tool is used by " +"looking at the setting \"Locate Binary\"." +"

Besides the mentioned tool locate, tdeio-locate can use any tool " +"that uses the same syntax. In particular, it was reported to work with " +"slocate and rlocate." +msgstr "" +"

\"%1\" konnte nicht gestartet werden.

Beachten Sie, dass tdeio-" +"locate nicht alleine verwendet werden kann. Sie benötigen ein zusätzliches " +"Programm für die Suche. In der Regel ist dies das Befehlszeilenprogramm " +"locate, das standardmäßig in vielen Distributionen enthalten ist. Sie " +"können überprüfen, ob das richtige Programm verwendet wird, indem Sie die Einstellung \"Locate ausführbare Datei\" " +"überprüfen.

Neben dem erwähnten Programm locate, kann tdeio-locate " +"jedes Programm verwenden, das dieselbe Syntax verwendet. Insbesondere wurde " +"berichtet, dass es mit slocate und rlocate funktioniert." + +#: tdeio_locate.cpp:516 +msgid "Locating %1 ..." +msgstr "Suche %1 ..." + +#: tdeio_locate.cpp:636 +msgid "Finished." +msgstr "Suche abgeschlossen." + +#: tdeio_locate.cpp:774 +msgid "Configure - tdeio-locate" +msgstr "Einstellungen - tdeio-locate" + +#: tdeio_locate.cpp:777 +msgid "General" +msgstr "Allgemeines" + +#: tdeio_locate.cpp:778 +msgid "Filters" +msgstr "Filter" + +#: tdeio_locate.cpp:779 +msgid "Locate" +msgstr "Locate" + +#: tdeio_locate.cpp:799 +msgid "Configuration succesfully updated." +msgstr "Einstellungen wurden übernommen." + +#: tdeio_locate.cpp:801 +msgid "Configuration unchanged." +msgstr "Einstellungen unverändert." + +#: klocateconfigfilterwidget.ui:16 +#, no-c-format +msgid "KLocateConfigFilterWidget" +msgstr "KLocateConfigFilterWidget" + +#: klocateconfigfilterwidget.ui:27 +#, no-c-format +msgid "Filter Settings" +msgstr "Filter Einstellungen" + +#: klocateconfigfilterwidget.ui:38 +#, no-c-format +msgid "" +"A path must match at least one of the regular expressions in the White List " +"and it must not match any of the expressions in the Black List for being " +"displayed as a hit." +msgstr "" +"Damit ein Pfad als Treffer angezeigt wird, muss er mit mindestens einem " +"regulären Ausdruck aus der White List übereinstimmen und darf mit keinem " +"Eintrag aus der Black List übereinstimmen." + +#: klocateconfigfilterwidget.ui:49 +#, no-c-format +msgid "&White List" +msgstr "&White List" + +#: klocateconfigfilterwidget.ui:55 tdeio_locate.kcfg:38 +#, no-c-format +msgid "A path must match at least one of these regular expressions." +msgstr "" +"Pfade müssen mit mindestens einer dieser regulären Ausdrücke übereinstimmen." + +#: klocateconfigfilterwidget.ui:63 +#, no-c-format +msgid "&Black List" +msgstr "&Black List" + +#: klocateconfigfilterwidget.ui:69 tdeio_locate.kcfg:44 +#, no-c-format +msgid "A path may not match any of these regular expressions." +msgstr "Pfade dürfen mit keiner dieser regulären Ausdrücke übereinstimmen." + +#: klocateconfigfilterwidget.ui:77 +#, no-c-format +msgid "" +"Hint: E.g. replacing the default '.' entry by '^/home/user/' will " +"only allow hits in the home directory of user." +msgstr "" +"Tipp: Sie können z.B. den standardmäßigen Eintrag '.' durch '^/home/" +"user/' ersetzen, um nur noch Treffer im Heimatverzeichnis von user " +"anzuzeigen." + +#: klocateconfigfilterwidget.ui:88 +#, no-c-format +msgid "" +"Hint: Adding e.g. '/\\.' will no longer display hidden files (this " +"will be unnecessary in some next version of kde though)." +msgstr "" +"Tipp: Fügen Sie z.B. '/\\.' hinzu, um versteckte Dateien bei der " +"Suche zu ignorieren (in einer der nächsten KDE Versionen wird das unnötig " +"sein)." + +#: klocateconfiglocatewidget.ui:16 +#, no-c-format +msgid "KLocateConfigLocateWidget" +msgstr "KLocateConfigLocateWidget" + +#: klocateconfiglocatewidget.ui:27 +#, no-c-format +msgid "Locate Settings" +msgstr "Einstellungen für Locate" + +#: klocateconfiglocatewidget.ui:38 +#, no-c-format +msgid "" +"

tdeio-locate does not handle the settings of locate, because this setup " +"varies among different distributions. There are even distributions that use " +"replacements like slocate.

\n" +"

To configure locate you should take a look at the manpage of locate. " +"Since most distributions use cron for updating locate's database, it may " +"also be useful to take a look at the manpage of crontab.

" +msgstr "" +"

Sie können die Einstellungen von locate nicht mit tdeio-locate vornehmen, " +"da es dabei große Unterschiede zwischen verschiedenen Distributionen gibt. " +"Einige verwenden sogar ganz andere Ersatzprogramme.

\n" +"

Für die Einstellungen von locate lohnt es sich einen Blick in die Manpage " +"zu locate zu werfen. Da die meisten Distributionen cron zur Aktualisierung " +"der Datenbank für locate verwenden, kann es sich auch lohnen die Manpage zu " +"crontab zu lesen.

" + +#: klocateconfiglocatewidget.ui:52 tdeio_locate.kcfg:51 +#, no-c-format +msgid "Locate Binary" +msgstr "Locate Backend" + +#: klocateconfiglocatewidget.ui:66 +#, no-c-format +msgid "" +"Use these settings only if you really know what you do. Otherwise the " +"default should be ok." +msgstr "" +"Verwenden Sie die folgenden Einstellung nur wenn Sie genau wissen, was Sie " +"tun. Ansonsten sollten die Vorgaben genügen." + +#: klocateconfiglocatewidget.ui:82 +#, no-c-format +msgid "Locate &binary:" +msgstr "&Pfad zu locate:" + +#: klocateconfiglocatewidget.ui:134 +#, no-c-format +msgid "" +"Hint: If you don't specify a value here (which is the default), tdeio-" +"locate will automatically pick slocate, rlocate or locate (in that order)." +msgstr "" +"Tipp: Wenn Sie hier keinen Wert angeben (dies ist die " +"Voreinstellung), wählt tdeio-locate automatisch slocate, rlocate oder locate " +"(in dieser Reihenfolge) aus." + +#: klocateconfiglocatewidget.ui:150 +#, no-c-format +msgid "Additional &arguments:" +msgstr "Zusätzliche &Argumente:" + +#: klocateconfiglocatewidget.ui:199 +#, no-c-format +msgid "" +"Hint: Do not use -r or -i here. The first will confuse tdeio-locate, " +"and the latter can be changed through the \"Case sensitivity\" option." +msgstr "" +"Tipp: Verwenden Sie nicht -r oder -i. Ersteres verwirrt tdeio-locate " +"und letzteres kann durch die Option \"Groß- und Kleinschreibung\" " +"eingestellt werden." + +#: klocateconfigwidget.ui:16 +#, no-c-format +msgid "KLocateConfigWidget" +msgstr "KLocateConfigWidget" + +#: klocateconfigwidget.ui:27 +#, no-c-format +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +#: klocateconfigwidget.ui:46 +#, no-c-format +msgid "Case se&nsitivity:" +msgstr "&Groß- und Kleinschreibung:" + +#: klocateconfigwidget.ui:72 +#, no-c-format +msgid "Auto" +msgstr "Auto" + +#: klocateconfigwidget.ui:77 +#, no-c-format +msgid "Sensitive" +msgstr "Verwenden" + +#: klocateconfigwidget.ui:82 +#, no-c-format +msgid "Insensitive" +msgstr "Ignorieren" + +#: klocateconfigwidget.ui:102 +#, no-c-format +msgid "" +"Hint: With \"Auto\" case sensitivity a pattern will be case " +"insensitive if it is lowercase and case sensitive if it is mixed- or " +"uppercase." +msgstr "" +"Tipp: Wenn Sie \"Auto\" auswählen wird eine Suche Groß- und " +"Kleinschreibung nur dann unterscheiden, falls Sie nicht durchgehend klein " +"geschrieben ist." + +#: klocateconfigwidget.ui:112 +#, no-c-format +msgid "Collapsing Search Results" +msgstr "Verzeichnisse zusammenfassen" + +#: klocateconfigwidget.ui:142 +#, no-c-format +msgid "&Collapse a directory with more hits:" +msgstr "Verzeichnisse mit mehr Treffern &zusammenfassen:" + +#: klocateconfigwidget.ui:173 tdeio_locate.kcfg:18 +#, no-c-format +msgid "Collapse a directory with more hits." +msgstr "Verzeichnisse mit mehr Treffern zusammenfassen." + +#: klocateconfigwidget.ui:199 +#, no-c-format +msgid "Text of a collapsed &directory:" +msgstr "Text einer &Verzeichnissuche:" + +#: klocateconfigwidget.ui:251 +#, no-c-format +msgid "" +"Hint: %1 is substituted by the number of hits and %2 by the name of " +"the directory." +msgstr "" +"Tipp: %1 wird durch die Anzahl der Treffer und %2 durch den " +"Verzeichnisnamen ersetzt." + +#: klocateconfigwidget.ui:267 +#, no-c-format +msgid "&Icon of a collapsed directory:" +msgstr "&Symbol einer Verzeichnissuche:" + +#: klocateconfigwidget.ui:293 +#, no-c-format +msgid "Blue" +msgstr "Blau" + +#: klocateconfigwidget.ui:301 +#, no-c-format +msgid "Green" +msgstr "Grün" + +#: klocateconfigwidget.ui:309 +#, no-c-format +msgid "Grey" +msgstr "Grau" + +#: klocateconfigwidget.ui:317 +#, no-c-format +msgid "Orange" +msgstr "Orange" + +#: klocateconfigwidget.ui:325 +#, no-c-format +msgid "Red" +msgstr "Rot" + +#: klocateconfigwidget.ui:333 +#, no-c-format +msgid "Violet" +msgstr "Violett" + +#: klocateconfigwidget.ui:341 +#, no-c-format +msgid "Yellow" +msgstr "Gelb" + +#: tdeio_locate.kcfg:11 +#, no-c-format +msgid "Case sensitivity" +msgstr "Groß- und Kleinschreibung" + +#: tdeio_locate.kcfg:12 +#, no-c-format +msgid "" +"0 for automatic case sensitivity determination (lowercase pattern -> case " +"insensitive, upper- or mixedcase pattern -> case sensitive), 1 for case " +"sensitive and 2 for case insensitive." +msgstr "" +"0 für die automatische Ermittlung der Groß-/Kleinschreibung (Muster in " +"Kleinbuchstaben -> keine Groß-/Kleinschreibung, Muster in Groß- oder " +"Gemischtschreibung -> Groß-/Kleinschreibung), 1 für Groß-/Kleinschreibung " +"und 2 für keine Groß-/Kleinschreibung." + +#: tdeio_locate.kcfg:17 +#, no-c-format +msgid "Collapse directory" +msgstr "Verzeichnissuche" + +#: tdeio_locate.kcfg:23 +#, no-c-format +msgid "How to display a collapsed directory entry" +msgstr "Wie eine Verzeichnissuche angezeigt werden soll" + +#: tdeio_locate.kcfg:24 +#, no-c-format +msgid "" +"Hint: %1 is substituted by the number of hits, %2 by the name of the " +"directory." +msgstr "" +"Tipp: %1 wird durch die Anzahl der Treffer und %2 durch den " +"Verzeichnisnamen ersetzt." + +#: tdeio_locate.kcfg:29 +#, no-c-format +msgid "Icon to use for a collapsed directory entry" +msgstr "Symbol welches für eine Verzeichnissuche verwendet werden soll" + +#: tdeio_locate.kcfg:30 +#, no-c-format +msgid "0-Blue, 1-Green, 2-Grey, 3-Orange, 4-Red, 5-Violet, 6-Yellow" +msgstr "0-Blau, 1-Grün, 2-Grau, 3-Orange, 4-Rot, 5-Violett, 6-Gelb" + +#: tdeio_locate.kcfg:37 +#, no-c-format +msgid "White list" +msgstr "Weiße Liste" + +#: tdeio_locate.kcfg:43 +#, no-c-format +msgid "Black list" +msgstr "Schwarze Liste" + +#: tdeio_locate.kcfg:56 +#, no-c-format +msgid "Additional Arguments for locate" +msgstr "Zusätzliche Argumente für locate" + +#: tdeio_locate.kcfg:57 +#, no-c-format +msgid "" +"Do not use -r or -i here. The first will confuse tdeio-locate, while the " +"latter can be changed through the caseSensitivity option." +msgstr "" +"Tipp: Verwenden Sie nicht -r oder -i. Ersteres verwirrt tdeio-locate " +"und letzteres kann durch die Option \"Groß- und Kleinschreibung\" " +"eingestellt werden." + +#~ msgid "" +#~ "Hint: You may for example choose to use slocate instead of plain " +#~ "old locate." +#~ msgstr "" +#~ "Tipp: Sie könnten hier z.B. slocate anstelle von locate verwenden." + +#~ msgid "(%1 Hits) %2" +#~ msgstr "(%1 Treffer) %2" diff --git a/translations/messages/fr.po b/translations/messages/fr.po new file mode 100644 index 0000000..1b920ef --- /dev/null +++ b/translations/messages/fr.po @@ -0,0 +1,353 @@ +# translation of tdeio_locate.po to French +# tdeio-locate: KDE I/O Slave for the locate command +# +# Copyright (C) 2004 by Armin Straub +# linux@arminstraub.de +# +# This file is distributed under the same license as tdeio-locate. +# Laurent Rathle , 2004. +msgid "" +msgstr "" +"Project-Id-Version: tdeio_locate\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-07-07 18:33+0000\n" +"PO-Revision-Date: 2004-10-21 16:52+0200\n" +"Last-Translator: Laurent Rathle \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +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). +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: tdeio_locate.cpp:351 +msgid "" +"

\"%1\" could not be started.

Please note that tdeio-locate can't " +"be used on its own. You need an additional program for doing searches. " +"Typically this is the command line tool locate that can be found in " +"many distributions by default. You can check if the correct tool is used by " +"looking at the setting \"Locate Binary\"." +"

Besides the mentioned tool locate, tdeio-locate can use any tool " +"that uses the same syntax. In particular, it was reported to work with " +"slocate and rlocate." +msgstr "" + +#: tdeio_locate.cpp:516 +msgid "Locating %1 ..." +msgstr "Recherche de %1 en cours ..." + +#: tdeio_locate.cpp:636 +msgid "Finished." +msgstr "Terminé." + +#: tdeio_locate.cpp:774 +msgid "Configure - tdeio-locate" +msgstr "" + +#: tdeio_locate.cpp:777 +msgid "General" +msgstr "" + +#: tdeio_locate.cpp:778 +msgid "Filters" +msgstr "" + +#: tdeio_locate.cpp:779 +msgid "Locate" +msgstr "" + +#: tdeio_locate.cpp:799 +msgid "Configuration succesfully updated." +msgstr "" + +#: tdeio_locate.cpp:801 +msgid "Configuration unchanged." +msgstr "" + +#: klocateconfigfilterwidget.ui:16 +#, no-c-format +msgid "KLocateConfigFilterWidget" +msgstr "" + +#: klocateconfigfilterwidget.ui:27 +#, no-c-format +msgid "Filter Settings" +msgstr "" + +#: klocateconfigfilterwidget.ui:38 +#, no-c-format +msgid "" +"A path must match at least one of the regular expressions in the White List " +"and it must not match any of the expressions in the Black List for being " +"displayed as a hit." +msgstr "" + +#: klocateconfigfilterwidget.ui:49 +#, no-c-format +msgid "&White List" +msgstr "" + +#: klocateconfigfilterwidget.ui:55 tdeio_locate.kcfg:38 +#, no-c-format +msgid "A path must match at least one of these regular expressions." +msgstr "" + +#: klocateconfigfilterwidget.ui:63 +#, no-c-format +msgid "&Black List" +msgstr "" + +#: klocateconfigfilterwidget.ui:69 tdeio_locate.kcfg:44 +#, no-c-format +msgid "A path may not match any of these regular expressions." +msgstr "" + +#: klocateconfigfilterwidget.ui:77 +#, no-c-format +msgid "" +"Hint: E.g. replacing the default '.' entry by '^/home/user/' will " +"only allow hits in the home directory of user." +msgstr "" + +#: klocateconfigfilterwidget.ui:88 +#, no-c-format +msgid "" +"Hint: Adding e.g. '/\\.' will no longer display hidden files (this " +"will be unnecessary in some next version of kde though)." +msgstr "" + +#: klocateconfiglocatewidget.ui:16 +#, no-c-format +msgid "KLocateConfigLocateWidget" +msgstr "" + +#: klocateconfiglocatewidget.ui:27 +#, no-c-format +msgid "Locate Settings" +msgstr "" + +#: klocateconfiglocatewidget.ui:38 +#, no-c-format +msgid "" +"

tdeio-locate does not handle the settings of locate, because this setup " +"varies among different distributions. There are even distributions that use " +"replacements like slocate.

\n" +"

To configure locate you should take a look at the manpage of locate. " +"Since most distributions use cron for updating locate's database, it may " +"also be useful to take a look at the manpage of crontab.

" +msgstr "" + +#: klocateconfiglocatewidget.ui:52 tdeio_locate.kcfg:51 +#, no-c-format +msgid "Locate Binary" +msgstr "" + +#: klocateconfiglocatewidget.ui:66 +#, no-c-format +msgid "" +"Use these settings only if you really know what you do. Otherwise the " +"default should be ok." +msgstr "" + +#: klocateconfiglocatewidget.ui:82 +#, no-c-format +msgid "Locate &binary:" +msgstr "" + +#: klocateconfiglocatewidget.ui:134 +#, no-c-format +msgid "" +"Hint: If you don't specify a value here (which is the default), tdeio-" +"locate will automatically pick slocate, rlocate or locate (in that order)." +msgstr "" + +#: klocateconfiglocatewidget.ui:150 +#, no-c-format +msgid "Additional &arguments:" +msgstr "" + +#: klocateconfiglocatewidget.ui:199 +#, no-c-format +msgid "" +"Hint: Do not use -r or -i here. The first will confuse tdeio-locate, " +"and the latter can be changed through the \"Case sensitivity\" option." +msgstr "" + +#: klocateconfigwidget.ui:16 +#, no-c-format +msgid "KLocateConfigWidget" +msgstr "" + +#: klocateconfigwidget.ui:27 +#, no-c-format +msgid "General Settings" +msgstr "" + +#: klocateconfigwidget.ui:46 +#, no-c-format +msgid "Case se&nsitivity:" +msgstr "" + +#: klocateconfigwidget.ui:72 +#, no-c-format +msgid "Auto" +msgstr "" + +#: klocateconfigwidget.ui:77 +#, no-c-format +msgid "Sensitive" +msgstr "" + +#: klocateconfigwidget.ui:82 +#, no-c-format +msgid "Insensitive" +msgstr "" + +#: klocateconfigwidget.ui:102 +#, no-c-format +msgid "" +"Hint: With \"Auto\" case sensitivity a pattern will be case " +"insensitive if it is lowercase and case sensitive if it is mixed- or " +"uppercase." +msgstr "" + +#: klocateconfigwidget.ui:112 +#, no-c-format +msgid "Collapsing Search Results" +msgstr "" + +#: klocateconfigwidget.ui:142 +#, no-c-format +msgid "&Collapse a directory with more hits:" +msgstr "" + +#: klocateconfigwidget.ui:173 tdeio_locate.kcfg:18 +#, no-c-format +msgid "Collapse a directory with more hits." +msgstr "" + +#: klocateconfigwidget.ui:199 +#, no-c-format +msgid "Text of a collapsed &directory:" +msgstr "" + +#: klocateconfigwidget.ui:251 +#, no-c-format +msgid "" +"Hint: %1 is substituted by the number of hits and %2 by the name of " +"the directory." +msgstr "" + +#: klocateconfigwidget.ui:267 +#, no-c-format +msgid "&Icon of a collapsed directory:" +msgstr "" + +#: klocateconfigwidget.ui:293 +#, no-c-format +msgid "Blue" +msgstr "" + +#: klocateconfigwidget.ui:301 +#, no-c-format +msgid "Green" +msgstr "" + +#: klocateconfigwidget.ui:309 +#, no-c-format +msgid "Grey" +msgstr "" + +#: klocateconfigwidget.ui:317 +#, no-c-format +msgid "Orange" +msgstr "" + +#: klocateconfigwidget.ui:325 +#, no-c-format +msgid "Red" +msgstr "" + +#: klocateconfigwidget.ui:333 +#, no-c-format +msgid "Violet" +msgstr "" + +#: klocateconfigwidget.ui:341 +#, no-c-format +msgid "Yellow" +msgstr "" + +#: tdeio_locate.kcfg:11 +#, no-c-format +msgid "Case sensitivity" +msgstr "" + +#: tdeio_locate.kcfg:12 +#, no-c-format +msgid "" +"0 for automatic case sensitivity determination (lowercase pattern -> case " +"insensitive, upper- or mixedcase pattern -> case sensitive), 1 for case " +"sensitive and 2 for case insensitive." +msgstr "" + +#: tdeio_locate.kcfg:17 +#, no-c-format +msgid "Collapse directory" +msgstr "" + +#: tdeio_locate.kcfg:23 +#, no-c-format +msgid "How to display a collapsed directory entry" +msgstr "" + +#: tdeio_locate.kcfg:24 +#, no-c-format +msgid "" +"Hint: %1 is substituted by the number of hits, %2 by the name of the " +"directory." +msgstr "" + +#: tdeio_locate.kcfg:29 +#, no-c-format +msgid "Icon to use for a collapsed directory entry" +msgstr "" + +#: tdeio_locate.kcfg:30 +#, no-c-format +msgid "0-Blue, 1-Green, 2-Grey, 3-Orange, 4-Red, 5-Violet, 6-Yellow" +msgstr "" + +#: tdeio_locate.kcfg:37 +#, no-c-format +msgid "White list" +msgstr "" + +#: tdeio_locate.kcfg:43 +#, no-c-format +msgid "Black list" +msgstr "" + +#: tdeio_locate.kcfg:56 +#, no-c-format +msgid "Additional Arguments for locate" +msgstr "" + +#: tdeio_locate.kcfg:57 +#, no-c-format +msgid "" +"Do not use -r or -i here. The first will confuse tdeio-locate, while the " +"latter can be changed through the caseSensitivity option." +msgstr "" diff --git a/translations/messages/pt.po b/translations/messages/pt.po new file mode 100644 index 0000000..f4e3040 --- /dev/null +++ b/translations/messages/pt.po @@ -0,0 +1,348 @@ +# SOME DESCRIPTIVE TITLE. +# Hugo Carvalho , 2020, 2021. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-07-07 18:33+0000\n" +"PO-Revision-Date: 2021-12-12 18:00+0000\n" +"Last-Translator: Hugo Carvalho \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.9.1\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Hugo Carvalho" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "hugokarvalho@hotmail.com" + +#: tdeio_locate.cpp:351 +msgid "" +"

\"%1\" could not be started.

Please note that tdeio-locate can't " +"be used on its own. You need an additional program for doing searches. " +"Typically this is the command line tool locate that can be found in " +"many distributions by default. You can check if the correct tool is used by " +"looking at the setting \"Locate Binary\"." +"

Besides the mentioned tool locate, tdeio-locate can use any tool " +"that uses the same syntax. In particular, it was reported to work with " +"slocate and rlocate." +msgstr "" + +#: tdeio_locate.cpp:516 +msgid "Locating %1 ..." +msgstr "" + +#: tdeio_locate.cpp:636 +msgid "Finished." +msgstr "" + +#: tdeio_locate.cpp:774 +msgid "Configure - tdeio-locate" +msgstr "" + +#: tdeio_locate.cpp:777 +msgid "General" +msgstr "Geral" + +#: tdeio_locate.cpp:778 +msgid "Filters" +msgstr "Filtros" + +#: tdeio_locate.cpp:779 +msgid "Locate" +msgstr "Localizar" + +#: tdeio_locate.cpp:799 +msgid "Configuration succesfully updated." +msgstr "" + +#: tdeio_locate.cpp:801 +msgid "Configuration unchanged." +msgstr "" + +#: klocateconfigfilterwidget.ui:16 +#, no-c-format +msgid "KLocateConfigFilterWidget" +msgstr "" + +#: klocateconfigfilterwidget.ui:27 +#, no-c-format +msgid "Filter Settings" +msgstr "" + +#: klocateconfigfilterwidget.ui:38 +#, no-c-format +msgid "" +"A path must match at least one of the regular expressions in the White List " +"and it must not match any of the expressions in the Black List for being " +"displayed as a hit." +msgstr "" + +#: klocateconfigfilterwidget.ui:49 +#, no-c-format +msgid "&White List" +msgstr "" + +#: klocateconfigfilterwidget.ui:55 tdeio_locate.kcfg:38 +#, no-c-format +msgid "A path must match at least one of these regular expressions." +msgstr "" + +#: klocateconfigfilterwidget.ui:63 +#, no-c-format +msgid "&Black List" +msgstr "" + +#: klocateconfigfilterwidget.ui:69 tdeio_locate.kcfg:44 +#, no-c-format +msgid "A path may not match any of these regular expressions." +msgstr "" + +#: klocateconfigfilterwidget.ui:77 +#, no-c-format +msgid "" +"Hint: E.g. replacing the default '.' entry by '^/home/user/' will " +"only allow hits in the home directory of user." +msgstr "" + +#: klocateconfigfilterwidget.ui:88 +#, no-c-format +msgid "" +"Hint: Adding e.g. '/\\.' will no longer display hidden files (this " +"will be unnecessary in some next version of kde though)." +msgstr "" + +#: klocateconfiglocatewidget.ui:16 +#, no-c-format +msgid "KLocateConfigLocateWidget" +msgstr "" + +#: klocateconfiglocatewidget.ui:27 +#, no-c-format +msgid "Locate Settings" +msgstr "" + +#: klocateconfiglocatewidget.ui:38 +#, no-c-format +msgid "" +"

tdeio-locate does not handle the settings of locate, because this setup " +"varies among different distributions. There are even distributions that use " +"replacements like slocate.

\n" +"

To configure locate you should take a look at the manpage of locate. " +"Since most distributions use cron for updating locate's database, it may " +"also be useful to take a look at the manpage of crontab.

" +msgstr "" + +#: klocateconfiglocatewidget.ui:52 tdeio_locate.kcfg:51 +#, no-c-format +msgid "Locate Binary" +msgstr "" + +#: klocateconfiglocatewidget.ui:66 +#, no-c-format +msgid "" +"Use these settings only if you really know what you do. Otherwise the " +"default should be ok." +msgstr "" + +#: klocateconfiglocatewidget.ui:82 +#, no-c-format +msgid "Locate &binary:" +msgstr "" + +#: klocateconfiglocatewidget.ui:134 +#, no-c-format +msgid "" +"Hint: If you don't specify a value here (which is the default), tdeio-" +"locate will automatically pick slocate, rlocate or locate (in that order)." +msgstr "" + +#: klocateconfiglocatewidget.ui:150 +#, no-c-format +msgid "Additional &arguments:" +msgstr "" + +#: klocateconfiglocatewidget.ui:199 +#, no-c-format +msgid "" +"Hint: Do not use -r or -i here. The first will confuse tdeio-locate, " +"and the latter can be changed through the \"Case sensitivity\" option." +msgstr "" + +#: klocateconfigwidget.ui:16 +#, no-c-format +msgid "KLocateConfigWidget" +msgstr "" + +#: klocateconfigwidget.ui:27 +#, no-c-format +msgid "General Settings" +msgstr "" + +#: klocateconfigwidget.ui:46 +#, no-c-format +msgid "Case se&nsitivity:" +msgstr "" + +#: klocateconfigwidget.ui:72 +#, no-c-format +msgid "Auto" +msgstr "" + +#: klocateconfigwidget.ui:77 +#, no-c-format +msgid "Sensitive" +msgstr "" + +#: klocateconfigwidget.ui:82 +#, no-c-format +msgid "Insensitive" +msgstr "" + +#: klocateconfigwidget.ui:102 +#, no-c-format +msgid "" +"Hint: With \"Auto\" case sensitivity a pattern will be case " +"insensitive if it is lowercase and case sensitive if it is mixed- or " +"uppercase." +msgstr "" + +#: klocateconfigwidget.ui:112 +#, no-c-format +msgid "Collapsing Search Results" +msgstr "" + +#: klocateconfigwidget.ui:142 +#, no-c-format +msgid "&Collapse a directory with more hits:" +msgstr "" + +#: klocateconfigwidget.ui:173 tdeio_locate.kcfg:18 +#, no-c-format +msgid "Collapse a directory with more hits." +msgstr "" + +#: klocateconfigwidget.ui:199 +#, no-c-format +msgid "Text of a collapsed &directory:" +msgstr "" + +#: klocateconfigwidget.ui:251 +#, no-c-format +msgid "" +"Hint: %1 is substituted by the number of hits and %2 by the name of " +"the directory." +msgstr "" + +#: klocateconfigwidget.ui:267 +#, no-c-format +msgid "&Icon of a collapsed directory:" +msgstr "" + +#: klocateconfigwidget.ui:293 +#, no-c-format +msgid "Blue" +msgstr "" + +#: klocateconfigwidget.ui:301 +#, no-c-format +msgid "Green" +msgstr "" + +#: klocateconfigwidget.ui:309 +#, no-c-format +msgid "Grey" +msgstr "" + +#: klocateconfigwidget.ui:317 +#, no-c-format +msgid "Orange" +msgstr "" + +#: klocateconfigwidget.ui:325 +#, no-c-format +msgid "Red" +msgstr "" + +#: klocateconfigwidget.ui:333 +#, no-c-format +msgid "Violet" +msgstr "" + +#: klocateconfigwidget.ui:341 +#, no-c-format +msgid "Yellow" +msgstr "" + +#: tdeio_locate.kcfg:11 +#, no-c-format +msgid "Case sensitivity" +msgstr "" + +#: tdeio_locate.kcfg:12 +#, no-c-format +msgid "" +"0 for automatic case sensitivity determination (lowercase pattern -> case " +"insensitive, upper- or mixedcase pattern -> case sensitive), 1 for case " +"sensitive and 2 for case insensitive." +msgstr "" + +#: tdeio_locate.kcfg:17 +#, no-c-format +msgid "Collapse directory" +msgstr "" + +#: tdeio_locate.kcfg:23 +#, no-c-format +msgid "How to display a collapsed directory entry" +msgstr "" + +#: tdeio_locate.kcfg:24 +#, no-c-format +msgid "" +"Hint: %1 is substituted by the number of hits, %2 by the name of the " +"directory." +msgstr "" + +#: tdeio_locate.kcfg:29 +#, no-c-format +msgid "Icon to use for a collapsed directory entry" +msgstr "" + +#: tdeio_locate.kcfg:30 +#, no-c-format +msgid "0-Blue, 1-Green, 2-Grey, 3-Orange, 4-Red, 5-Violet, 6-Yellow" +msgstr "" + +#: tdeio_locate.kcfg:37 +#, no-c-format +msgid "White list" +msgstr "" + +#: tdeio_locate.kcfg:43 +#, no-c-format +msgid "Black list" +msgstr "" + +#: tdeio_locate.kcfg:56 +#, no-c-format +msgid "Additional Arguments for locate" +msgstr "" + +#: tdeio_locate.kcfg:57 +#, no-c-format +msgid "" +"Do not use -r or -i here. The first will confuse tdeio-locate, while the " +"latter can be changed through the caseSensitivity option." +msgstr "" diff --git a/translations/messages/tdeio-locate.pot b/translations/messages/tdeio-locate.pot new file mode 100644 index 0000000..c80cb9a --- /dev/null +++ b/translations/messages/tdeio-locate.pot @@ -0,0 +1,348 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-07-07 18:33+0000\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" + +#. 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 "" + +#: tdeio_locate.cpp:351 +msgid "" +"

\"%1\" could not be started.

Please note that tdeio-locate can't " +"be used on its own. You need an additional program for doing searches. " +"Typically this is the command line tool locate that can be found in " +"many distributions by default. You can check if the correct tool is used by " +"looking at the setting \"Locate Binary\"." +"

Besides the mentioned tool locate, tdeio-locate can use any tool " +"that uses the same syntax. In particular, it was reported to work with " +"slocate and rlocate." +msgstr "" + +#: tdeio_locate.cpp:516 +msgid "Locating %1 ..." +msgstr "" + +#: tdeio_locate.cpp:636 +msgid "Finished." +msgstr "" + +#: tdeio_locate.cpp:774 +msgid "Configure - tdeio-locate" +msgstr "" + +#: tdeio_locate.cpp:777 +msgid "General" +msgstr "" + +#: tdeio_locate.cpp:778 +msgid "Filters" +msgstr "" + +#: tdeio_locate.cpp:779 +msgid "Locate" +msgstr "" + +#: tdeio_locate.cpp:799 +msgid "Configuration succesfully updated." +msgstr "" + +#: tdeio_locate.cpp:801 +msgid "Configuration unchanged." +msgstr "" + +#: klocateconfigfilterwidget.ui:16 +#, no-c-format +msgid "KLocateConfigFilterWidget" +msgstr "" + +#: klocateconfigfilterwidget.ui:27 +#, no-c-format +msgid "Filter Settings" +msgstr "" + +#: klocateconfigfilterwidget.ui:38 +#, no-c-format +msgid "" +"A path must match at least one of the regular expressions in the White List " +"and it must not match any of the expressions in the Black List for being " +"displayed as a hit." +msgstr "" + +#: klocateconfigfilterwidget.ui:49 +#, no-c-format +msgid "&White List" +msgstr "" + +#: klocateconfigfilterwidget.ui:55 tdeio_locate.kcfg:38 +#, no-c-format +msgid "A path must match at least one of these regular expressions." +msgstr "" + +#: klocateconfigfilterwidget.ui:63 +#, no-c-format +msgid "&Black List" +msgstr "" + +#: klocateconfigfilterwidget.ui:69 tdeio_locate.kcfg:44 +#, no-c-format +msgid "A path may not match any of these regular expressions." +msgstr "" + +#: klocateconfigfilterwidget.ui:77 +#, no-c-format +msgid "" +"Hint: E.g. replacing the default '.' entry by '^/home/user/' will " +"only allow hits in the home directory of user." +msgstr "" + +#: klocateconfigfilterwidget.ui:88 +#, no-c-format +msgid "" +"Hint: Adding e.g. '/\\.' will no longer display hidden files (this " +"will be unnecessary in some next version of kde though)." +msgstr "" + +#: klocateconfiglocatewidget.ui:16 +#, no-c-format +msgid "KLocateConfigLocateWidget" +msgstr "" + +#: klocateconfiglocatewidget.ui:27 +#, no-c-format +msgid "Locate Settings" +msgstr "" + +#: klocateconfiglocatewidget.ui:38 +#, no-c-format +msgid "" +"

tdeio-locate does not handle the settings of locate, because this setup " +"varies among different distributions. There are even distributions that use " +"replacements like slocate.

\n" +"

To configure locate you should take a look at the manpage of locate. " +"Since most distributions use cron for updating locate's database, it may " +"also be useful to take a look at the manpage of crontab.

" +msgstr "" + +#: klocateconfiglocatewidget.ui:52 tdeio_locate.kcfg:51 +#, no-c-format +msgid "Locate Binary" +msgstr "" + +#: klocateconfiglocatewidget.ui:66 +#, no-c-format +msgid "" +"Use these settings only if you really know what you do. Otherwise the " +"default should be ok." +msgstr "" + +#: klocateconfiglocatewidget.ui:82 +#, no-c-format +msgid "Locate &binary:" +msgstr "" + +#: klocateconfiglocatewidget.ui:134 +#, no-c-format +msgid "" +"Hint: If you don't specify a value here (which is the default), tdeio-" +"locate will automatically pick slocate, rlocate or locate (in that order)." +msgstr "" + +#: klocateconfiglocatewidget.ui:150 +#, no-c-format +msgid "Additional &arguments:" +msgstr "" + +#: klocateconfiglocatewidget.ui:199 +#, no-c-format +msgid "" +"Hint: Do not use -r or -i here. The first will confuse tdeio-locate, " +"and the latter can be changed through the \"Case sensitivity\" option." +msgstr "" + +#: klocateconfigwidget.ui:16 +#, no-c-format +msgid "KLocateConfigWidget" +msgstr "" + +#: klocateconfigwidget.ui:27 +#, no-c-format +msgid "General Settings" +msgstr "" + +#: klocateconfigwidget.ui:46 +#, no-c-format +msgid "Case se&nsitivity:" +msgstr "" + +#: klocateconfigwidget.ui:72 +#, no-c-format +msgid "Auto" +msgstr "" + +#: klocateconfigwidget.ui:77 +#, no-c-format +msgid "Sensitive" +msgstr "" + +#: klocateconfigwidget.ui:82 +#, no-c-format +msgid "Insensitive" +msgstr "" + +#: klocateconfigwidget.ui:102 +#, no-c-format +msgid "" +"Hint: With \"Auto\" case sensitivity a pattern will be case " +"insensitive if it is lowercase and case sensitive if it is mixed- or " +"uppercase." +msgstr "" + +#: klocateconfigwidget.ui:112 +#, no-c-format +msgid "Collapsing Search Results" +msgstr "" + +#: klocateconfigwidget.ui:142 +#, no-c-format +msgid "&Collapse a directory with more hits:" +msgstr "" + +#: klocateconfigwidget.ui:173 tdeio_locate.kcfg:18 +#, no-c-format +msgid "Collapse a directory with more hits." +msgstr "" + +#: klocateconfigwidget.ui:199 +#, no-c-format +msgid "Text of a collapsed &directory:" +msgstr "" + +#: klocateconfigwidget.ui:251 +#, no-c-format +msgid "" +"Hint: %1 is substituted by the number of hits and %2 by the name of " +"the directory." +msgstr "" + +#: klocateconfigwidget.ui:267 +#, no-c-format +msgid "&Icon of a collapsed directory:" +msgstr "" + +#: klocateconfigwidget.ui:293 +#, no-c-format +msgid "Blue" +msgstr "" + +#: klocateconfigwidget.ui:301 +#, no-c-format +msgid "Green" +msgstr "" + +#: klocateconfigwidget.ui:309 +#, no-c-format +msgid "Grey" +msgstr "" + +#: klocateconfigwidget.ui:317 +#, no-c-format +msgid "Orange" +msgstr "" + +#: klocateconfigwidget.ui:325 +#, no-c-format +msgid "Red" +msgstr "" + +#: klocateconfigwidget.ui:333 +#, no-c-format +msgid "Violet" +msgstr "" + +#: klocateconfigwidget.ui:341 +#, no-c-format +msgid "Yellow" +msgstr "" + +#: tdeio_locate.kcfg:11 +#, no-c-format +msgid "Case sensitivity" +msgstr "" + +#: tdeio_locate.kcfg:12 +#, no-c-format +msgid "" +"0 for automatic case sensitivity determination (lowercase pattern -> case " +"insensitive, upper- or mixedcase pattern -> case sensitive), 1 for case " +"sensitive and 2 for case insensitive." +msgstr "" + +#: tdeio_locate.kcfg:17 +#, no-c-format +msgid "Collapse directory" +msgstr "" + +#: tdeio_locate.kcfg:23 +#, no-c-format +msgid "How to display a collapsed directory entry" +msgstr "" + +#: tdeio_locate.kcfg:24 +#, no-c-format +msgid "" +"Hint: %1 is substituted by the number of hits, %2 by the name of the " +"directory." +msgstr "" + +#: tdeio_locate.kcfg:29 +#, no-c-format +msgid "Icon to use for a collapsed directory entry" +msgstr "" + +#: tdeio_locate.kcfg:30 +#, no-c-format +msgid "0-Blue, 1-Green, 2-Grey, 3-Orange, 4-Red, 5-Violet, 6-Yellow" +msgstr "" + +#: tdeio_locate.kcfg:37 +#, no-c-format +msgid "White list" +msgstr "" + +#: tdeio_locate.kcfg:43 +#, no-c-format +msgid "Black list" +msgstr "" + +#: tdeio_locate.kcfg:56 +#, no-c-format +msgid "Additional Arguments for locate" +msgstr "" + +#: tdeio_locate.kcfg:57 +#, no-c-format +msgid "" +"Do not use -r or -i here. The first will confuse tdeio-locate, while the " +"latter can be changed through the caseSensitivity option." +msgstr "" -- cgit v1.2.3