From ece5ecce2586d96c8c3c10203f427510edc30f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 19 Feb 2023 15:40:48 +0100 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 --- CMakeL10n.txt | 7 +- CMakeLists.txt | 2 +- configdialog/CMakeLists.txt | 15 +- configdialog/kbfx_install_theme.desktop | 16 +- configdialog/kbfx_prepare_theme.desktop | 17 +- configdialog/kbfx_theme.desktop | 16 +- configdialog/kbfxconfigapp.desktop | 31 +- configdialog/x-kbfxtheme.desktop | 19 +- po/CMakeLists.txt | 12 - src/CMakeLists.txt | 5 +- src/kbfxspinx.desktop | 11 +- translations/desktop_files/bg.po | 59 + translations/desktop_files/br.po | 58 + translations/desktop_files/da.po | 58 + translations/desktop_files/de.po | 57 + translations/desktop_files/el.po | 57 + translations/desktop_files/es.po | 58 + translations/desktop_files/et.po | 57 + translations/desktop_files/fr.po | 57 + translations/desktop_files/ga.po | 59 + translations/desktop_files/gl.po | 58 + translations/desktop_files/ja.po | 57 + translations/desktop_files/kbfx-desktops.pot | 57 + translations/desktop_files/nl.po | 58 + translations/desktop_files/pt.po | 57 + translations/desktop_files/pt_BR.po | 57 + translations/desktop_files/sv.po | 57 + translations/messages/kbfxconfigapp/bg.po | 1740 ++++++++++++++++++++ translations/messages/kbfxconfigapp/de.po | 1537 +++++++++++++++++ translations/messages/kbfxconfigapp/hu.po | 1705 +++++++++++++++++++ translations/messages/kbfxconfigapp/it.po | 1709 +++++++++++++++++++ .../messages/kbfxconfigapp/kbfxconfigapp.pot | 1539 +++++++++++++++++ translations/messages/kbfxconfigapp/nl.po | 1725 +++++++++++++++++++ 33 files changed, 10912 insertions(+), 115 deletions(-) delete mode 100644 po/CMakeLists.txt create mode 100644 translations/desktop_files/bg.po create mode 100644 translations/desktop_files/br.po create mode 100644 translations/desktop_files/da.po create mode 100644 translations/desktop_files/de.po create mode 100644 translations/desktop_files/el.po create mode 100644 translations/desktop_files/es.po create mode 100644 translations/desktop_files/et.po create mode 100644 translations/desktop_files/fr.po create mode 100644 translations/desktop_files/ga.po create mode 100644 translations/desktop_files/gl.po create mode 100644 translations/desktop_files/ja.po create mode 100644 translations/desktop_files/kbfx-desktops.pot create mode 100644 translations/desktop_files/nl.po create mode 100644 translations/desktop_files/pt.po create mode 100644 translations/desktop_files/pt_BR.po create mode 100644 translations/desktop_files/sv.po create mode 100644 translations/messages/kbfxconfigapp/bg.po create mode 100644 translations/messages/kbfxconfigapp/de.po create mode 100644 translations/messages/kbfxconfigapp/hu.po create mode 100644 translations/messages/kbfxconfigapp/it.po create mode 100644 translations/messages/kbfxconfigapp/kbfxconfigapp.pot create mode 100644 translations/messages/kbfxconfigapp/nl.po diff --git a/CMakeL10n.txt b/CMakeL10n.txt index fcfa4a3..1c162fc 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -19,4 +19,9 @@ include( TDEL10n ) ##### create translation templates ############## -tde_l10n_create_template( "kbfxconfigapp" ) +tde_l10n_create_template( "messages/kbfxconfigapp/" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kbfx-desktops" + SOURCES *.desktop +) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c59197..8c5bcba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,7 @@ add_subdirectory( skin ) add_subdirectory( images ) add_subdirectory( plugins ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files ##################### diff --git a/configdialog/CMakeLists.txt b/configdialog/CMakeLists.txt index 1828f07..869f6ed 100644 --- a/configdialog/CMakeLists.txt +++ b/configdialog/CMakeLists.txt @@ -48,6 +48,15 @@ INSTALL(FILES kbfxconfigappui.rc DESTINATION ${DATA_INSTALL_DIR}/kbfxconfigapp) ##### desktop files ############################# -INSTALL(FILES kbfxconfigapp.desktop kbfx_theme.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) -INSTALL(FILES kbfx_install_theme.desktop kbfx_prepare_theme.desktop DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus) -INSTALL(FILES x-kbfxtheme.desktop DESTINATION ${MIME_INSTALL_DIR}/application) +tde_create_translated_desktop( + SOURCE kbfxconfigapp.desktop kbfx_theme.desktop + DESTINATION ${XDG_APPS_INSTALL_DIR} +) +tde_create_translated_desktop( + SOURCE kbfx_install_theme.desktop kbfx_prepare_theme.desktop + DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus +) +tde_create_translated_desktop( + SOURCE x-kbfxtheme.desktop + DESTINATION ${MIME_INSTALL_DIR}/application +) diff --git a/configdialog/kbfx_install_theme.desktop b/configdialog/kbfx_install_theme.desktop index 0b4384a..ab7c78a 100644 --- a/configdialog/kbfx_install_theme.desktop +++ b/configdialog/kbfx_install_theme.desktop @@ -1,22 +1,8 @@ [Desktop Entry] -Encoding=UTF-8 X-TDE-ServiceTypes=application/x-kbfxtheme Actions=kbfx_install_theme [Desktop Action kbfx_install_theme] +Name=Install KBFX Theme Package Icon=kbfxconfigapp Exec=kbfxconfigapp --install %u -Name=Install KBFX Theme Package -Name[bg]=Инсталиране на пакета KBFX Theme -Name[da]=Installér KBFX-temapakke -Name[de]=KBFX Theme-Paket installieren -Name[el]=Εγκατάσταση του πακέτου θέματος KBFX -Name[es]=Instalar paquete con el tema KBFX -Name[et]=KBFX teemapaketi paigaldamine -Name[fr]=Installer le paquet des thèmes KBFX -Name[ja]=KBFX テーマパッケージをインストール -Name[nl]=KBFX-themapakket installeren -Name[pt]=Instalar o Pacote de Tema do KBFX -Name[pt_BR]=Instalar Pacote do Tema KBFX -Name[sv]=Installera KBFX-temapaket - diff --git a/configdialog/kbfx_prepare_theme.desktop b/configdialog/kbfx_prepare_theme.desktop index 5dcdaed..4f5492e 100644 --- a/configdialog/kbfx_prepare_theme.desktop +++ b/configdialog/kbfx_prepare_theme.desktop @@ -1,23 +1,8 @@ [Desktop Entry] -Encoding=UTF-8 X-TDE-ServiceTypes=inode/directory Actions=kbfx_prepare_theme [Desktop Action kbfx_prepare_theme] +Name=Prepare KBFX Theme Package Icon=kbfxconfigapp Exec=kbfxconfigapp --prepare %u -Name=Prepare KBFX Theme Package -Name[bg]=Подготовка на пакета KBFX Theme -Name[da]=Opret KBFX-temapakke -Name[de]=KBFX Theme-Paket vorbereiten -Name[el]=Προετοιμασία του πακέτου θέματος KBFX -Name[es]=Preparar paquete con el tema KBFX -Name[et]=KBFX teemapaketi ettevalmistamine -Name[fr]=Preparer le paquet des thèmes KBFX -Name[ga]=Ullmhaigh Pacáiste Téama KBFX -Name[ja]=KBFX テーマパッケージを準備 -Name[nl]=KBFX-themapakket voorbereiden -Name[pt]=Preparar o Pacote de Tema do KBFX -Name[pt_BR]=Preparar Pacote do Tema KBFX -Name[sv]=Skapa KBFX-temapaket - diff --git a/configdialog/kbfx_theme.desktop b/configdialog/kbfx_theme.desktop index 50b3b37..8ee4740 100644 --- a/configdialog/kbfx_theme.desktop +++ b/configdialog/kbfx_theme.desktop @@ -1,18 +1,8 @@ [Desktop Entry] -Encoding=UTF-8 Name=KBFX Theme Installer -Name[de]=Installations von KBFX-Themes -Name[el]=Εγκατάσταση θέματος KBFX -Name[et]=KBFX teema paigaldaja -Name[fr]=Outil d'installation des thèmes KBFX -Name[ja]=KBFX テーマインストーラ -Name[nl]=KBFX-thema-installatie -Name[pt]=Instalador de Temas do KBFX -Name[pt_BR]=Instalador de Temas do KBFX -Name[sv]=KBFX-temainstallation -Exec=kbfxconfigapp --install %u -Icon=kbfxconfigapp + Type=Application +Icon=kbfxconfigapp +Exec=kbfxconfigapp --install %u MimeType=application/x-kbfxtheme NoDisplay=true - diff --git a/configdialog/kbfxconfigapp.desktop b/configdialog/kbfxconfigapp.desktop index 2988306..9832c90 100644 --- a/configdialog/kbfxconfigapp.desktop +++ b/configdialog/kbfxconfigapp.desktop @@ -1,36 +1,11 @@ [Desktop Entry] -Encoding=UTF-8 Name=KBFX Configurator -Name[da]=KBFX-indstilling -Name[de]=KBFX einrichten -Name[el]=Ρύθμιση KBFX -Name[es]=Cofigurador de KBFX -Name[et]=KBFX seadistaja -Name[fr]=Configuration de KBFX -Name[ga]=Cumraitheoir KBFX -Name[ja]=KBFX 設定ツール -Name[pt]=Configuração do KBFX -Name[pt_BR]=Configurador do KBFX -Name[sv]=KBFX-inställning + Comment=KBFX Configuration Utility -Comment[bg]=Настройка на KBFX -Comment[br]=Ostilh kefluniadur KBFX -Comment[da]=KBFX-indstillingsværktøj -Comment[de]=KBFX Konfigurationswerkzeug -Comment[el]=Εργαλείο ρύθμισης του KBFX -Comment[es]=Utilidad de configuración de KBFX -Comment[et]=KBFX seadistamistööriist -Comment[fr]=Outil de configuration des services KBFX -Comment[ga]=Uirlis Chumraíochta KBFX -Comment[gl]=Ferramenta de Configurazón de KBFX -Comment[ja]=KBFX 設定ユーティリティ -Comment[nl]=KBFX-configuratieprogramma -Comment[pt]=Utilitário de Configuração do KBFX -Comment[pt_BR]=Utilitário para Configuração do KBFX -Comment[sv]=KBFX-inställningsverktyg + +Type=Application Icon=kbfxconfigapp Exec=kbfxconfigapp -Type=Application Categories=Qt;TDE;Settings; X-DocPath=kbfxconfigapp/index.html X-DCOP-ServiceType=Unique diff --git a/configdialog/x-kbfxtheme.desktop b/configdialog/x-kbfxtheme.desktop index 1551b13..be3cd7b 100644 --- a/configdialog/x-kbfxtheme.desktop +++ b/configdialog/x-kbfxtheme.desktop @@ -1,20 +1,7 @@ [Desktop Entry] -Encoding=UTF-8 +Comment=KBFX Theme Package + Type=MimeType -MimeType=application/x-kbfxtheme Icon=kbfxconfigapp +MimeType=application/x-kbfxtheme Patterns=*.kbfxtheme - -Comment=KBFX Theme Package -Comment[bg]=Пакет KBFX Theme -Comment[da]=KBFX-temapakke -Comment[de]=KBFX Theme-Paket -Comment[el]=Πακέτο θέματος KBFX -Comment[es]=Paquete con el tema KBFX -Comment[et]=KBFX teemapakett -Comment[fr]=Paquet des thèmes KBFX -Comment[ja]=KBFX テーマパッケージ -Comment[nl]=KBFX-themapakket -Comment[pt]=Pacote de Tema do KBFX -Comment[pt_BR]=Pacote do Tema KBFX -Comment[sv]=KBFX-temapaket diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index 49627dd..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2013 Slávek Banko -# slavek (DOT) banko (AT) axis.cz -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_translation( LANG auto OUTPUT_NAME kbfxconfigapp ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7a66ab8..9b9978c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -48,4 +48,7 @@ tde_add_kpart( ${target} AUTOMOC ##### desktop files ############################### -INSTALL(FILES kbfxspinx.desktop DESTINATION ${DATA_INSTALL_DIR}/kicker/applets) +tde_create_translated_desktop( + SOURCE kbfxspinx.desktop + DESTINATION ${DATA_INSTALL_DIR}/kicker/applets +) diff --git a/src/kbfxspinx.desktop b/src/kbfxspinx.desktop index 4805ae9..bd7597f 100644 --- a/src/kbfxspinx.desktop +++ b/src/kbfxspinx.desktop @@ -1,15 +1,8 @@ [Desktop Entry] -Encoding=UTF-8 Name=KBFX Spinx + Comment=K-Menu Replacement -Comment[de]=K-Menü- Nachfolger -Comment[el]=Αντικαταστάτης του K-Μενού -Comment[et]=K-menüü asendus -Comment[fr]=Remplacement du menu K -Comment[nl]=K-Menu-vervanging -Comment[pt]=Substituto do Menu K -Comment[pt_BR]=Substituto do Menu K -Comment[sv]=Ersättning av K-menyn + Icon=kbfx X-TDE-Library=kbfxspinx X-TDE-UniqueApplet=true diff --git a/translations/desktop_files/bg.po b/translations/desktop_files/bg.po new file mode 100644 index 0000000..8c5883e --- /dev/null +++ b/translations/desktop_files/bg.po @@ -0,0 +1,59 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "Инсталиране на пакета KBFX Theme" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "Подготовка на пакета KBFX Theme" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +#, fuzzy +msgid "KBFX Theme Installer" +msgstr "Пакет KBFX Theme" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +#, fuzzy +msgid "KBFX Configurator" +msgstr "Настройка на KBFX" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "Настройка на KBFX" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "Пакет KBFX Theme" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "" diff --git a/translations/desktop_files/br.po b/translations/desktop_files/br.po new file mode 100644 index 0000000..6286ef6 --- /dev/null +++ b/translations/desktop_files/br.po @@ -0,0 +1,58 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: br\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +#, fuzzy +msgid "KBFX Configurator" +msgstr "Ostilh kefluniadur KBFX" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "Ostilh kefluniadur KBFX" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "" diff --git a/translations/desktop_files/da.po b/translations/desktop_files/da.po new file mode 100644 index 0000000..3c6be0f --- /dev/null +++ b/translations/desktop_files/da.po @@ -0,0 +1,58 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "Installér KBFX-temapakke" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "Opret KBFX-temapakke" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +#, fuzzy +msgid "KBFX Theme Installer" +msgstr "KBFX-temapakke" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "KBFX-indstilling" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "KBFX-indstillingsværktøj" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "KBFX-temapakke" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "" diff --git a/translations/desktop_files/de.po b/translations/desktop_files/de.po new file mode 100644 index 0000000..f92108a --- /dev/null +++ b/translations/desktop_files/de.po @@ -0,0 +1,57 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "KBFX Theme-Paket installieren" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "KBFX Theme-Paket vorbereiten" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "Installations von KBFX-Themes" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "KBFX einrichten" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "KBFX Konfigurationswerkzeug" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "KBFX Theme-Paket" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "K-Menü- Nachfolger" diff --git a/translations/desktop_files/el.po b/translations/desktop_files/el.po new file mode 100644 index 0000000..12fd086 --- /dev/null +++ b/translations/desktop_files/el.po @@ -0,0 +1,57 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "Εγκατάσταση του πακέτου θέματος KBFX" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "Προετοιμασία του πακέτου θέματος KBFX" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "Εγκατάσταση θέματος KBFX" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "Ρύθμιση KBFX" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "Εργαλείο ρύθμισης του KBFX" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "Πακέτο θέματος KBFX" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "Αντικαταστάτης του K-Μενού" diff --git a/translations/desktop_files/es.po b/translations/desktop_files/es.po new file mode 100644 index 0000000..e277719 --- /dev/null +++ b/translations/desktop_files/es.po @@ -0,0 +1,58 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "Instalar paquete con el tema KBFX" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "Preparar paquete con el tema KBFX" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +#, fuzzy +msgid "KBFX Theme Installer" +msgstr "Paquete con el tema KBFX" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "Cofigurador de KBFX" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "Utilidad de configuración de KBFX" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "Paquete con el tema KBFX" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "" diff --git a/translations/desktop_files/et.po b/translations/desktop_files/et.po new file mode 100644 index 0000000..eb687d0 --- /dev/null +++ b/translations/desktop_files/et.po @@ -0,0 +1,57 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "KBFX teemapaketi paigaldamine" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "KBFX teemapaketi ettevalmistamine" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "KBFX teema paigaldaja" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "KBFX seadistaja" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "KBFX seadistamistööriist" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "KBFX teemapakett" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "K-menüü asendus" diff --git a/translations/desktop_files/fr.po b/translations/desktop_files/fr.po new file mode 100644 index 0000000..c7c2b79 --- /dev/null +++ b/translations/desktop_files/fr.po @@ -0,0 +1,57 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "Installer le paquet des thèmes KBFX" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "Preparer le paquet des thèmes KBFX" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "Outil d'installation des thèmes KBFX" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "Configuration de KBFX" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "Outil de configuration des services KBFX" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "Paquet des thèmes KBFX" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "Remplacement du menu K" diff --git a/translations/desktop_files/ga.po b/translations/desktop_files/ga.po new file mode 100644 index 0000000..63232a6 --- /dev/null +++ b/translations/desktop_files/ga.po @@ -0,0 +1,59 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ga\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +#, fuzzy +msgid "Install KBFX Theme Package" +msgstr "Ullmhaigh Pacáiste Téama KBFX" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "Ullmhaigh Pacáiste Téama KBFX" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "Cumraitheoir KBFX" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "Uirlis Chumraíochta KBFX" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +#, fuzzy +msgid "KBFX Theme Package" +msgstr "Ullmhaigh Pacáiste Téama KBFX" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "" diff --git a/translations/desktop_files/gl.po b/translations/desktop_files/gl.po new file mode 100644 index 0000000..5114274 --- /dev/null +++ b/translations/desktop_files/gl.po @@ -0,0 +1,58 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +#, fuzzy +msgid "KBFX Configurator" +msgstr "Ferramenta de Configurazón de KBFX" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "Ferramenta de Configurazón de KBFX" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "" diff --git a/translations/desktop_files/ja.po b/translations/desktop_files/ja.po new file mode 100644 index 0000000..f8141f8 --- /dev/null +++ b/translations/desktop_files/ja.po @@ -0,0 +1,57 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "KBFX テーマパッケージをインストール" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "KBFX テーマパッケージを準備" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "KBFX テーマインストーラ" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "KBFX 設定ツール" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "KBFX 設定ユーティリティ" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "KBFX テーマパッケージ" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "" diff --git a/translations/desktop_files/kbfx-desktops.pot b/translations/desktop_files/kbfx-desktops.pot new file mode 100644 index 0000000..cba713c --- /dev/null +++ b/translations/desktop_files/kbfx-desktops.pot @@ -0,0 +1,57 @@ +# 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: 2023-02-19 15:36+0100\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 +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "" diff --git a/translations/desktop_files/nl.po b/translations/desktop_files/nl.po new file mode 100644 index 0000000..72d63d3 --- /dev/null +++ b/translations/desktop_files/nl.po @@ -0,0 +1,58 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "KBFX-themapakket installeren" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "KBFX-themapakket voorbereiden" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "KBFX-thema-installatie" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +#, fuzzy +msgid "KBFX Configurator" +msgstr "KBFX-configuratieprogramma" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "KBFX-configuratieprogramma" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "KBFX-themapakket" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "K-Menu-vervanging" diff --git a/translations/desktop_files/pt.po b/translations/desktop_files/pt.po new file mode 100644 index 0000000..ee730de --- /dev/null +++ b/translations/desktop_files/pt.po @@ -0,0 +1,57 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "Instalar o Pacote de Tema do KBFX" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "Preparar o Pacote de Tema do KBFX" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "Instalador de Temas do KBFX" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "Configuração do KBFX" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "Utilitário de Configuração do KBFX" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "Pacote de Tema do KBFX" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "Substituto do Menu K" diff --git a/translations/desktop_files/pt_BR.po b/translations/desktop_files/pt_BR.po new file mode 100644 index 0000000..dbe92dc --- /dev/null +++ b/translations/desktop_files/pt_BR.po @@ -0,0 +1,57 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "Instalar Pacote do Tema KBFX" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "Preparar Pacote do Tema KBFX" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "Instalador de Temas do KBFX" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "Configurador do KBFX" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "Utilitário para Configuração do KBFX" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "Pacote do Tema KBFX" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "Substituto do Menu K" diff --git a/translations/desktop_files/sv.po b/translations/desktop_files/sv.po new file mode 100644 index 0000000..268c401 --- /dev/null +++ b/translations/desktop_files/sv.po @@ -0,0 +1,57 @@ +# 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: 2023-02-19 15:36+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: configdialog/kbfx_install_theme.desktop:6 +msgid "Install KBFX Theme Package" +msgstr "Installera KBFX-temapaket" + +#. Name +#: configdialog/kbfx_prepare_theme.desktop:6 +msgid "Prepare KBFX Theme Package" +msgstr "Skapa KBFX-temapaket" + +#. Name +#: configdialog/kbfx_theme.desktop:2 +msgid "KBFX Theme Installer" +msgstr "KBFX-temainstallation" + +#. Name +#: configdialog/kbfxconfigapp.desktop:2 +msgid "KBFX Configurator" +msgstr "KBFX-inställning" + +#. Comment +#: configdialog/kbfxconfigapp.desktop:4 +msgid "KBFX Configuration Utility" +msgstr "KBFX-inställningsverktyg" + +#. Comment +#: configdialog/x-kbfxtheme.desktop:2 +msgid "KBFX Theme Package" +msgstr "KBFX-temapaket" + +#. Name +#: src/kbfxspinx.desktop:2 +msgid "KBFX Spinx" +msgstr "" + +#. Comment +#: src/kbfxspinx.desktop:4 +msgid "K-Menu Replacement" +msgstr "Ersättning av K-menyn" diff --git a/translations/messages/kbfxconfigapp/bg.po b/translations/messages/kbfxconfigapp/bg.po new file mode 100644 index 0000000..d75592d --- /dev/null +++ b/translations/messages/kbfxconfigapp/bg.po @@ -0,0 +1,1740 @@ +# translation of bg.po to Bulgarian +# Bulgarian translation for KBFX +# Copyright (c) 2007 KBFX Team +# This file is distributed under the same license as the KBFX package. +# +# Lexus , 2006. +# PhobosK , 2007. +msgid "" +msgstr "" +"Project-Id-Version: bg\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-09-13 18:34+0000\n" +"PO-Revision-Date: 2007-03-04 16:04+0200\n" +"Last-Translator: PhobosK \n" +"Language-Team: Bulgarian \n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Bulgarian\n" +"X-Poedit-Country: BULGARIA\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 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 "Lexus" + +#. 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 "lexus_t@abv.bg" + +#: configdialog/kbfxconfigapp.cpp:28 +msgid "

%1

" +msgstr "

%1

" + +#: configdialog/kbfxconfigapp.cpp:30 +msgid "" +"

The connection to the KBFX News " +"Section on www.kbfx.net is broken.

If you want you can check " +"the latest news for KBFX from here:
KBFX " +"News

" +msgstr "" +"

Връзката към \"KBFX Новини\" не " +"може да се осъществи.

Ако желаете можете да проверите " +"последните новости за KBFX тук:
KBFX " +"Новини

" + +#: configdialog/kbfxconfigapp.cpp:35 +msgid "" +"KBFX start button
Tip! You have 3 " +"options to select for your KBFX start button.You have to select (Normal, " +"Pressed, Hover) images.
Down below you can also see a preview of the " +"images you have selected." +msgstr "" +"KBFX старт бутон
Съвет!Имате 3 " +"възможности за избор на KBFX старт бутон. Трябва да изберете изображения " +"за(Нормален, Натиснат, Посочен) бутон.
По-надолу можете да " +"разгледате изображенията които сте избрали." + +#: configdialog/kbfxconfigapp.cpp:40 +msgid "" +"About KBFX
Tip! Here you can find " +"information about the KBFX Project and all the people involved in it." +msgstr "" +"Относно програмата KBFX
Съвет!Тук " +"можете да намерите информация относно KBFX проекта и за всички участници в " +"него." + +#: configdialog/kbfxconfigapp.cpp:43 +msgid "" +"KBFX font settings
Tip! Here you can " +"set the fonts of the current theme.
If you don't have any 'kbfxfontrc' " +"file don't worry about that.
When done just hit 'Apply' button and KBFX " +"will save the 'kbfxfontrc' file." +msgstr "" +"KBFX настройки на шрифта
Съвет!Тук " +"можете да настроите шрифта на настоящата тема.
Ако нямате \"kbfxfontrc\" " +"файл, когато приключите, натиснете бутона \"Прилагане\" и \"kbfxfontrc\" ще " +"се създаде автоматично." + +#: configdialog/kbfxconfigapp.cpp:48 +msgid "" +"KBFX Layout
Tip! Here you can " +"configure the Look and Feel of your KBFX menu.
The most important " +"settings that are used with the 'Make it...' buttons are " +"marked with '*'
Have in mind that the Layout of the " +"theme also depends on the sizes of the images!
" +msgstr "" +"KBFX Изглед
Съвет! Тук можете да " +"определите външния вид на вашето KBFX меню.
Най-важните настройки, които " +"могат да бъдат направени с бутоните'Направи...' са " +"отбелязани със'*'
Трябва да имате в предвид,че Изгледа " +"на темата също е свързан с размерите на изображенията!
" + +#: configdialog/kbfxconfigapp.cpp:53 +msgid "" +"KBFX Plugins
Tip! Here you can " +"select what plugins will be enabled and in which panel of the KBFX menu." +msgstr "" +"KBFX Приставки
Съвет! Тук можете да " +"изберете каква приставка ще използвате и в кой панел на KBFX менюто." + +#: configdialog/kbfxconfigapp.cpp:56 +msgid "" +"Menu Type
Tip! Please select which " +"kind of menu you would like to use." +msgstr "" +"Тип на Менюто
Съвет!Моля изберете " +"вида на менюто, което искате да използвате." + +#: configdialog/kbfxconfigapp.cpp:59 +msgid "" +"KBFX Themes
Tip! To keep it simple " +"place all your themes inside one folder.
Then create different folders " +"inside that folder with different names.
KBFX will then read those " +"folders as themes." +msgstr "" +"KBFX Теми
Съвет!За да запазите " +"темите просто поставете всички ваши теми в една папка.
След това създайте " +"в нея други папки с различни имена.
KBFX ще разчита тези папки като теми." + +#: configdialog/kbfxconfigapp.cpp:64 +msgid "" +"KBFX tooltip settings
Tip! Here you " +"can configure the behaviour of KBFX's own tooltip." +msgstr "" +"KBFX настройки на подсказките
Съвет! Тук можете да определите поведението на избрани от вас KBFX подсказки." + +#: configdialog/kbfxconfigapp.cpp:79 +msgid "Themes" +msgstr "Теми" + +#: configdialog/kbfxconfigapp.cpp:91 configdialog/kbfxconfigdlgmain.ui:56 +#, no-c-format +msgid "Start Button" +msgstr "Старт бутон" + +#: configdialog/kbfxconfigapp.cpp:107 +msgid "Layout" +msgstr "Изглед" + +#: configdialog/kbfxconfigapp.cpp:117 configdialog/kbfxconfigdlgmain.ui:104 +#, no-c-format +msgid "Plugins" +msgstr "Приставки" + +#: configdialog/kbfxconfigapp.cpp:125 configdialog/kbfxconfigdlgmain.ui:88 +#, no-c-format +msgid "Tooltip" +msgstr "Подсказка" + +#: configdialog/kbfxconfigapp.cpp:133 configdialog/kbfxconfigdlgmain.ui:80 +#, no-c-format +msgid "Menu Style" +msgstr "Стил на менюто" + +#: configdialog/kbfxconfigapp.cpp:252 +msgid "No default settings here ;)" +msgstr "Тук няма настройки по подразбиране ;)" + +#: configdialog/kbfxconfigdlgabout.ui.h:23 +msgid "" +"Name: Mensur Zahirovic (Nookie)

Country: Sweden

KBFX: co-author, Q/A, system design, " +"web designer, bug hunter, project administror

Email: " +"nookie@mail.kbfx.net" +msgstr "" +"Име: Mensur Zahirovic (Nookie)

Страна: Швеция

KBFX: Съавтор, Q/A, системен и уеб " +"дизайн, тестер, администратор на проекта

Email: " +"nookie@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:32 +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: author, maintainer, developer, project " +"administror

Email: siraj@mail.kbfx.net" +msgstr "" +"Име: Siraj Razick

Страна: Шри " +"Ланка

KBFX: Автор, поддръжка, разработка, " +"администратор на проекта

Email: siraj@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:41 +msgid "" +"Name: Nathanael Dracor Gogniat

Country: Switzerland

KBFX: project technical writer, " +"documentation manager, co-author

Email: " +"nathanael@mail.kbfx.net" +msgstr "" +"Име: Nathanael Dracor Gogniat

Страна: Швейцария

KBFX: Теьническа доцументация, " +"съавтор

Email: nathanael@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:50 +#, fuzzy +msgid "" +"Name: PhobosK

Country: " +"Bulgaria

KBFX: package & release manager, Q/A, bug " +"hunter, mandriva packages, project administrator, developer TQt/C+" +"+

Email: phobosk@mail.kbfx.net" +msgstr "" +"Име: PhobosK

Страна: " +"България

KBFX: Поддръжка пакети и версии, Q/A, " +"програмни грешки, пакети за mandriva, разработка с Qt/C++, администратор на " +"проекта

Email: phobosk@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:59 +#, fuzzy +msgid "" +"Name: Johnny Henry Saenz Acuna " +"(scarebyte)

Country: Peru

KBFX: developer TQt4/C++

Email: saenzac@mail.kbfx." +"net" +msgstr "" +"Име: Johnny Henry Saenz Acuna " +"(scarebyte)

Страна: Перу

KBFX: Разработчик с Qt4/C++

Email: saenzac@mail." +"kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:68 +msgid "" +"Name: Christoffer Brodd-Reijer " +"(Ephracis)

Country: Sweden

KBFX: library developer for Raptor

Email: " +"ephracis@mail.kbfx.net" +msgstr "" +"Име: Christoffer Brodd-Reijer " +"(Ephracis)

Страна: Швеция

KBFX: Разработчик на библиотеките за Raptor

Email: " +"ephracis@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgbutton.ui.h:60 +msgid "" +"

Image cannot be used as a pressed button skin!

Will use default pressed button skin.

" +msgstr "" +"

Изображението не може да бъде използвано като изглед за " +"натиснат бутон!

Ще бъде използван изгледа за натиснат " +"бутон по подразбиране.

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:62 +#: configdialog/kbfxconfigdlgbutton.ui.h:83 +#: configdialog/kbfxconfigdlgbutton.ui.h:104 +#: configdialog/kbfxconfigdlgthemes.ui.h:283 +msgid "Error loading image" +msgstr "Грешка при зареждането на изображението" + +#: configdialog/kbfxconfigdlgbutton.ui.h:81 +msgid "" +"

Image cannot be used as a normal button skin!

Will use default normal button skin.

" +msgstr "" +"

Изображението не може да бъде използвано като изглед за " +"нормален бутон!

Ще бъде използван изгледа за нормален " +"бутон по подразбиране.

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:102 +msgid "" +"

Image cannot be used as a hover button skin!

Will use default hover button skin.

" +msgstr "" +"

Изображението не може да бъде използвано като изглед за " +"посочен бутон!

Ще бъде използван изгледа за посочен " +"бутон по подразбиране.

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:144 +#: configdialog/kbfxconfigdlgbutton.ui:723 +#, no-c-format +msgid "Panel Resize is 'ON'" +msgstr "Оразмеряване на панела 'ВКЛ'" + +#: configdialog/kbfxconfigdlgbutton.ui.h:150 +msgid "Panel Resize is 'OFF'" +msgstr "Оразмеряване на панела 'ИЗКЛ'" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:133 +msgid "Select folder to export kbfxfontrc file" +msgstr "Изберете директория където да бъде запазен KBFXLAYOUTRC файла" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:164 +msgid "" +"

The Font configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" +"

Настройките за Шрифт на KBFX темата %1са " +"успешно експортирани!

" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:165 +msgid "KBFX Font Export Ready" +msgstr "Експортирането на шрифта на KBFX е готово" + +#: configdialog/kbfxconfigdlglayout.ui.h:16 +msgid "User Properties" +msgstr "Потребителски настройки" + +#: configdialog/kbfxconfigdlglayout.ui.h:17 +msgid "* Top Bar Properties" +msgstr "* Свойства на Горната Лента" + +#: configdialog/kbfxconfigdlglayout.ui.h:18 +msgid "* Bottom Bar Properties" +msgstr "* Свойства на Долната Лента" + +#: configdialog/kbfxconfigdlglayout.ui.h:20 +msgid "* List Box Properties" +msgstr "* Свойства на Списъчното Поле" + +#: configdialog/kbfxconfigdlglayout.ui.h:21 +msgid "Search Box Properties" +msgstr "Свойства на Полето за Търсене" + +#: configdialog/kbfxconfigdlglayout.ui.h:22 +msgid "* Item Properties" +msgstr "* Свойства на Приложенията" + +#: configdialog/kbfxconfigdlglayout.ui.h:24 +msgid "* Main Menu Properties" +msgstr "* Свойства на Главното Меню" + +#: configdialog/kbfxconfigdlglayout.ui.h:198 +msgid "Face Position X" +msgstr "Позиция на Снимката X" + +#: configdialog/kbfxconfigdlglayout.ui.h:199 +msgid "Face Position Y" +msgstr "Позиция на Снимката Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:200 +msgid "User Name Position X" +msgstr "Позиция на Потребителското Име X" + +#: configdialog/kbfxconfigdlglayout.ui.h:201 +msgid "User Name Position Y" +msgstr "Позиция на Потребителското Име Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:202 +msgid "Face Box Position X" +msgstr "Позиция на Полето за Снимка X" + +#: configdialog/kbfxconfigdlglayout.ui.h:203 +msgid "Face Box Position Y" +msgstr "Позиция на Полето за Снимка Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:204 +msgid "Face Box Height" +msgstr "Височина на Полето за Снимка" + +#: configdialog/kbfxconfigdlglayout.ui.h:205 +msgid "Face Box Width" +msgstr "Ширина на Полето за Снимка" + +#: configdialog/kbfxconfigdlglayout.ui.h:206 +msgid "Hide User Name" +msgstr "Скриване на Потребителското Име" + +#: configdialog/kbfxconfigdlglayout.ui.h:224 +msgid "* Top Bar Height" +msgstr "* Височина на Горната Лента" + +#: configdialog/kbfxconfigdlglayout.ui.h:230 +msgid "Top Bar Width" +msgstr "Ширина на Горната Лента" + +#: configdialog/kbfxconfigdlglayout.ui.h:255 +msgid "* Bottom Bar Height" +msgstr "* Височина на Долната Лента" + +#: configdialog/kbfxconfigdlglayout.ui.h:261 +msgid "Bottom Bar Width" +msgstr "Ширина на Долната Лента" + +#: configdialog/kbfxconfigdlglayout.ui.h:311 +msgid "* List Box Position X" +msgstr "* Позиция на Списъчното Поле X" + +#: configdialog/kbfxconfigdlglayout.ui.h:312 +msgid "* List Box Position Y" +msgstr "* Позиция на Списъчното Поле Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:315 +msgid "List Box Height" +msgstr "Височина на Списъчното Поле" + +#: configdialog/kbfxconfigdlglayout.ui.h:316 +msgid "* List Box Width" +msgstr "* Ширина на Списъчното Поле" + +#: configdialog/kbfxconfigdlglayout.ui.h:334 +msgid "Search Box Position X" +msgstr "Позиция на Полето за Търсене X" + +#: configdialog/kbfxconfigdlglayout.ui.h:335 +msgid "Search Box Position Y" +msgstr "Позиция на Полето за Търсене Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:338 +msgid "Search Box Height" +msgstr "Височина на Полето за Търсене" + +#: configdialog/kbfxconfigdlglayout.ui.h:339 +msgid "Search Box Width" +msgstr "Ширина на Полето за Търсене" + +#: configdialog/kbfxconfigdlglayout.ui.h:357 +msgid "* Item Position X" +msgstr "* Позиция на Приложенията X" + +#: configdialog/kbfxconfigdlglayout.ui.h:358 +msgid "* Item Position Y" +msgstr "* Позиция на Приложенията Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:359 +msgid "Icon Size in Item" +msgstr "Големина на иконата в Приложенията" + +#: configdialog/kbfxconfigdlglayout.ui.h:361 +msgid "Item Height" +msgstr "Височина на Приложенията" + +#: configdialog/kbfxconfigdlglayout.ui.h:362 +msgid "* Item Width" +msgstr "* Ширина на Приложенията" + +#: configdialog/kbfxconfigdlglayout.ui.h:363 +msgid "Comment Margin in Item" +msgstr "Граница на Коментара в Приложенията" + +#: configdialog/kbfxconfigdlglayout.ui.h:365 +msgid "No Comments in Item" +msgstr "Без коментари в Приложенията" + +#: configdialog/kbfxconfigdlglayout.ui.h:406 +msgid "* Main Menu Height" +msgstr "* Височина на Главното Меню" + +#: configdialog/kbfxconfigdlglayout.ui.h:410 +msgid "* Main Menu Width" +msgstr "* Ширина на Главното Меню" + +#: configdialog/kbfxconfigdlglayout.ui.h:414 +msgid "Contracted Menues" +msgstr "Намалени Менюта" + +#: configdialog/kbfxconfigdlglayout.ui.h:460 +msgid "Select folder to export kbfxlayoutrc file" +msgstr "Изберете папка където да бъде експортиран KBFXLAYOUTRC файла" + +#: configdialog/kbfxconfigdlglayout.ui.h:553 +msgid "" +"

The Layout configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" +"

Настройките на Изгледа на KBFX темата%1 " +"бяха експортирани успешно!

" + +#: configdialog/kbfxconfigdlglayout.ui.h:554 +msgid "KBFX Layout Export Ready" +msgstr "Експорта на KBFX Изгледа е готов" + +#: configdialog/kbfxconfigdlglayout.ui.h:621 +msgid "" +"

The Layout configuration of the KBFX Theme %1 is ready!

Be sure to click the Apply button in order the changes to become active!

" +msgstr "" +"

Конфигурирането на Изгледа на KBFX Темата %1 е завършено!

Натиснете бутона " +"Прлилаганеза да се активират извършените промени!

" + +#: configdialog/kbfxconfigdlglayout.ui.h:622 +msgid "KBFX Layout Ready" +msgstr "KBFX Изгледа е готов" + +#: configdialog/kbfxconfigdlglayout.ui.h:628 +msgid "" +"

KBFX will calculate the necessary values using the present " +"values for:

* Main Menu Height and " +"* Main Menu Width
* Bottom Bar Height " +"and * Top Bar Height

So be sure " +"that you have entered their values as you desire!

NOTE: Have in mind that the Layout of the " +"theme also depends on the sizes of the images! So if the theme does not look " +"like as you desire either change the images' sizes to smaller width OR " +"change * Main Menu Width to higher value!

" +msgstr "" +"

KBFX ще пресметне необходимите стойности използвайки:

* Височина на Главното Меню и * " +"Ширина на Главното Меню
* Височина на Долната Лента и * Височина на Горната Лента

Така че, моля уверете се, че сте въвели стойностите, които " +"желаете!

ЗАБЕЛЕЖКА: Трябва да се има " +"предвид, че Изгледа на темата е също свързан с размерите на изображенията! " +"Ето защо, ако темата не изглежда както желаете или променете ширината на " +"изображенията ИЛИ заменете стойностите за *Ширина на Главното Меню с по-големи!

" + +#: configdialog/kbfxconfigdlglayout.ui.h:634 +msgid "Prepare Layout for the KBFX theme" +msgstr "Подготвяне на Изглед за KBFX тема" + +#: configdialog/kbfxconfigdlglayout.ui.h:635 +msgid "Prepare" +msgstr "Подготви" + +#: configdialog/kbfxconfigdlgplugins.ui.h:15 +msgid "Left Panel" +msgstr "Ляв Панел" + +#: configdialog/kbfxconfigdlgplugins.ui.h:16 +msgid "Right Panel" +msgstr "Десен Панел" + +#: configdialog/kbfxconfigdlgplugins.ui.h:79 +#: configdialog/kbfxconfigdlgplugins.ui.h:85 +msgid "

Not Implemented yet.

" +msgstr "

В процес на разработка.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:61 +msgid "" +"

Invalid user themes folder!

Will use " +"default user themes folder.

" +msgstr "" +"

Невалидна папка с теми на потребителя!

Ще бъде използвана папката с теми на потребителя по " +"подразбиране.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:63 +msgid "Error loading themes" +msgstr "Грешка при зареждането на темите" + +#: configdialog/kbfxconfigdlgthemes.ui.h:170 +msgid "" +"

Are you sure you want to uninstall the KBFX theme " +"%1?

" +msgstr "" +"

Сигурен ли сте, че искате да деинсталирате тази KBFX тема " +"%1?

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:171 +msgid "Uninstall KBFX theme" +msgstr "Деинсталиране на KBFX тема" + +#: configdialog/kbfxconfigdlgthemes.ui.h:172 +msgid "Uninstall" +msgstr "Деинсталиране" + +#: configdialog/kbfxconfigdlgthemes.ui.h:177 +msgid "" +"

Do you want to keep your personal settings for theme " +"%1?

" +msgstr "" +"

Искате ли да запазите личните си настройки на темата " +"%1?

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:178 +msgid "Personal settings" +msgstr "Персонални настройки" + +#: configdialog/kbfxconfigdlgthemes.ui.h:179 +msgid "Keep settings" +msgstr "Запази настройките" + +#: configdialog/kbfxconfigdlgthemes.ui.h:180 +msgid "Delete settings" +msgstr "Изтрий настройките" + +#: configdialog/kbfxconfigdlgthemes.ui.h:210 +msgid "" +"

Could not uninstall this KBFX theme.

You may not have sufficient permissions to delete the folder " +"%1.

" +msgstr "" +"

KBFX темата не може да бъде деинсталирана.

Вероятно нямате необходимите права, за да изтриете папката " +"%1.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:223 +msgid "KBFX theme packages (*.tar, *.tar.bz2, *.tar.gz, *.kbfxtheme)" +msgstr " KBFX теми (*.tar, *.tar.bz2, *.tar.gz, *.kbfxtheme)" + +#: configdialog/kbfxconfigdlgthemes.ui.h:227 +msgid "Select KBFX theme package to install" +msgstr "Избор на KBFX тема за инсталиране" + +#: configdialog/kbfxconfigdlgthemes.ui.h:243 +msgid "

Could not read this KBFX theme package.

" +msgstr "

Пакета с KBFX темата не може да бъде прочетен.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:270 +msgid "Select personal image" +msgstr "Избиране на Персонална Снимка" + +#: configdialog/kbfxconfigdlgthemes.ui.h:281 +msgid "" +"

Image cannot be used as a personal image!

Will use default personal image.

" +msgstr "" +"

Изображението не може да бъде използвано като персонална " +"снимка!

Ще бъде използвана персоналната снимка по " +"подразбиране.

" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:23 +msgid "Turn the animation 'OFF'" +msgstr "Изключи анимацията" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:30 +msgid "Turn the animation 'ON'" +msgstr "Включи анимацията" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:53 +msgid "Turn the tooltip 'OFF'" +msgstr "Изключи подсказката" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:60 +msgid "Turn the tooltip 'ON'" +msgstr "Включи подсказката" + +#: configdialog/main.cpp:36 +msgid "KBFX Configuration Utility" +msgstr "KBFX Конфигуриратор" + +#: configdialog/main.cpp:40 +msgid "Install KBFX theme from " +msgstr "Инсталиране на KBFX тема от папка " + +#: configdialog/main.cpp:41 +msgid "Prepare KBFX theme from folder " +msgstr "Подготвяне на KBFX тема от папка " + +#: configdialog/main.cpp:42 +msgid "Show the About page" +msgstr "Покажи страницата \"Относно програмата KBFX\"" + +#: configdialog/main.cpp:79 +msgid "

Could not create this KBFX theme package.

" +msgstr "

Пакета с KBFX темата не може да бъде създаден.

" + +#: configdialog/main.cpp:90 +msgid "

KBFX Theme %1 prepared.

" +msgstr "

KBFX темата %1 подготвена.

" + +#: configdialog/main.cpp:91 +msgid "KBFX Theme Ready" +msgstr "KBFX Темата е готова" + +#: configdialog/main.cpp:135 +msgid "kbfxconfigapp" +msgstr "kbfxconfigapp" + +#: kbfxlib/common/kbfxconfig.cpp:32 +msgid "Not Specified" +msgstr "Няма Информация" + +#: kbfxlib/common/kbfxfontchooser.cpp:38 +msgid "Font..." +msgstr "Шрифт..." + +#: plugins/applications/kbfxplasmadataplugin.cpp:102 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:103 +msgid "" +"

There is a problem in TDE Menu services!
KBFX can try " +"to autorepair this problem.
Should KBFX autorepair this problem?

" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:103 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:104 +msgid "Problem in TDE Menu Services" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:104 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:105 +msgid "Do Autorepair" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:105 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:106 +msgid "Do NOT Autorepair" +msgstr "" + +#: src/kbfxbutton.cpp:275 +msgid "Remove KBFX from Pannel" +msgstr "Премахване на KBFX от панела" + +#: src/kbfxbutton.cpp:277 +msgid "Reload KBFX" +msgstr "Презареди KBFX" + +#: src/kbfxbutton.cpp:280 +msgid "Configure KBFX" +msgstr "Конфигурация на KBFX" + +#: src/kbfxbutton.cpp:282 +msgid "Edit Applications Menu" +msgstr "Редактиране на Менюто" + +#: src/kbfxbutton.cpp:400 +msgid "" +"Invalid images were dropped!\n" +"Cannot set the KBFX button to use these images!" +msgstr "" +"Използвахте невалидни изображения!\n" +"Невъзможно е KBFX бутона да използва тези изображения!" + +#: src/kbfxbutton.cpp:402 +msgid "Error setting KBFX button images" +msgstr "Грешка при настройването на изображенията за KBFX бутона" + +#: src/kbfxspinxmenu.cpp:69 +msgid "Double click to clear..." +msgstr "Натисни два пъти за да изтриеш..." + +#: src/kbfxspinxmenu.cpp:81 +msgid "Type here to search..." +msgstr "Пишете тук за да търсите програми..." + +#: configdialog/kbfxconfigappui.rc:4 +#, no-c-format +msgid "C&ustom" +msgstr "Потребителски &настройки" + +#: configdialog/kbfxconfigdlgabout.ui:24 +#, no-c-format +msgid "Form1" +msgstr "Form1" + +#: configdialog/kbfxconfigdlgabout.ui:80 +#, no-c-format +msgid "

People behind KBFX

" +msgstr "

Хората зад KBFX

" + +#: configdialog/kbfxconfigdlgabout.ui:148 +#, no-c-format +msgid "You are running: KBFX 0493" +msgstr "Използвате: KBFX 0493" + +#: configdialog/kbfxconfigdlgabout.ui:197 +#, no-c-format +msgid "" +"Here are the people behind the KBFX application.\n" +"We would like to thank all people who have helped with KBFX or have donated " +"money to our project!\n" +"THANKS A LOT ALL OF YOU OUT THERE!!!" +msgstr "" +"Това са хората, които стоят зад проекта KBFX.\n" +"Искаме да благодарим на всички, които помогнаха с KBFX и на всички, които " +"дариха средства за нашия проект! МНОГО БЛАГОДАРИМ НА ВСИЧКИ!!!" + +#: configdialog/kbfxconfigdlgabout.ui:248 +#, no-c-format +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: Author, Maintainer, Developer, Project " +"Admin

Email: siraj(a)mail.kbfx.net" +msgstr "" +"Име: Siraj Razick

Страна: Шри " +"Ланка

KBFX: Автор, поддръжка, разработка, " +"администратор на проекта

Email: siraj@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui:558 +#, no-c-format +msgid "" +"Tip! Hover over the contact images to see each personal contact " +"information." +msgstr "" +"Посочете изображение за да видите персонална информация за участниците в " +"проекта." + +#: configdialog/kbfxconfigdlgabout.ui:602 +#, no-c-format +msgid "SPONSORS!" +msgstr "СПОНСОРИ!" + +#: configdialog/kbfxconfigdlgabout.ui:627 +#, no-c-format +msgid "" +"We would like to thank swedish computer company PC Agenten for " +"sponsoring us with a server and bandwidth." +msgstr "" +"Благодарим на шведската компания PC Agenten за предоставеният сървър " +"и интернет връзка." + +#: configdialog/kbfxconfigdlgabout.ui:649 +#, no-c-format +msgid "" +"

HTTP://WWW." +"PCAGENTEN.SE

" +msgstr "" +"

HTTP://WWW." +"PCAGENTEN.SE

" + +#: configdialog/kbfxconfigdlgbutton.ui:27 +#, no-c-format +msgid "KBFX Button" +msgstr "KBFX Бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:39 +#, no-c-format +msgid "" +"To change KBFX button skin, simply browse to the image you want OR just " +"Drag&Drop the images to their respective place." +msgstr "" +"За да промените изгледа на KBFX бутона просто изберете изображението, което " +"желаете ИЛИ Придърпайте и Пуснете изображението на съответветстващото му " +"място." + +#: configdialog/kbfxconfigdlgbutton.ui:81 +#, no-c-format +msgid "\"PRESSED\" IMAGE SELECTION" +msgstr "ИЗБОР НА ИЗОБРАЖЕНИЕ за \"НАТИСНАТ\" БУТОН" + +#: configdialog/kbfxconfigdlgbutton.ui:109 +#, no-c-format +msgid "Please select \"pressed\" image." +msgstr "Моля изберете изображение за \"натиснат\" бутон." + +#: configdialog/kbfxconfigdlgbutton.ui:134 +#: configdialog/kbfxconfigdlgbutton.ui:300 +#: configdialog/kbfxconfigdlgbutton.ui:478 +#, no-c-format +msgid "image/jpeg image/png image/x-xpm image/gif" +msgstr "image/jpeg image/png image/x-xpm image/gif" + +#: configdialog/kbfxconfigdlgbutton.ui:137 +#, no-c-format +msgid "The Pressed Button Skin Image" +msgstr "Изображение за Натиснат бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:140 +#, no-c-format +msgid "Here you can choose the Pressed Button Skin Image" +msgstr "Тук можете да изберете изображение за изгледа на Натиснат бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:167 +#: configdialog/kbfxconfigdlgbutton.ui:333 +#: configdialog/kbfxconfigdlgbutton.ui:511 +#, no-c-format +msgid "Preview" +msgstr "Предварителен изглед" + +#: configdialog/kbfxconfigdlgbutton.ui:213 +#, no-c-format +msgid "Pressed Button Skin" +msgstr "Изглед на Натиснат бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:216 +#, no-c-format +msgid "Here you can Drag&Drop the Pressed Button Skin Image." +msgstr "" +"Тук можете да Придърпате и Пуснете изображението за Изглед на Натиснат Бутон." + +#: configdialog/kbfxconfigdlgbutton.ui:253 +#, no-c-format +msgid "\"NORMAL\" IMAGE SELECTION" +msgstr "ИЗБОР НА ИЗОБРАЖЕНИЕ за \"НОРМАЛЕН\" БУТОН" + +#: configdialog/kbfxconfigdlgbutton.ui:281 +#, no-c-format +msgid "Please select \"normal\" image." +msgstr "Моля изберете изображение за \"нормален\" бутон." + +#: configdialog/kbfxconfigdlgbutton.ui:303 +#, no-c-format +msgid "The Normal Button Skin Image" +msgstr "Изображение за Нормален бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:306 +#, no-c-format +msgid "Here you can choose the Normal Button Skin Image" +msgstr "Тук можете да изберете изображение за изгледа на Нормалния бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:382 +#, no-c-format +msgid "Normal Button Skin" +msgstr "Изглед на Нормален бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:385 +#, no-c-format +msgid "Here you can Drag&Drop the Normal Button Skin Image." +msgstr "" +"Тук можете да Придърпате и Пуснете изображението за Изглед на Нормален Бутон." + +#: configdialog/kbfxconfigdlgbutton.ui:422 +#, no-c-format +msgid "\"HOVER\" IMAGE SELECTION" +msgstr "ИЗБОР НА ИЗОБРАЖЕНИЕ за \"ПОСОЧЕН\" БУТОН" + +#: configdialog/kbfxconfigdlgbutton.ui:450 +#, no-c-format +msgid "Please select \"hover\" image." +msgstr "Моля изберете изображение за \"посочен\" бутон." + +#: configdialog/kbfxconfigdlgbutton.ui:481 +#, no-c-format +msgid "The Hover Button Skin Image" +msgstr "Изображение за Посочен бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:484 +#, no-c-format +msgid "Here you can choose the Hover Button Skin Image" +msgstr "Тук можете да изберете изображение за изгледа на Посочения бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:557 +#, no-c-format +msgid "Hover Button Skin" +msgstr "Изглед на Посочен бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:560 +#, no-c-format +msgid "Here you can Drag&Drop the Hover Button Skin Image." +msgstr "" +"Тук можете да Придърпате и Пуснете изображението за Изглед на Посочен Бутон." + +#: configdialog/kbfxconfigdlgbutton.ui:614 +#, no-c-format +msgid "

Please select KBFX button's images

" +msgstr "" +"

Моля изберете изображенията за KBFX бутона

" + +#: configdialog/kbfxconfigdlgbutton.ui:639 +#, no-c-format +msgid "Resize Panel" +msgstr "Големина на панела" + +#: configdialog/kbfxconfigdlgbutton.ui:667 +#, no-c-format +msgid "" +"Tip! This button resizes the panel on which the KBFX button is to " +"button's height or width." +msgstr "" +"Съвет! Бутона променя размера на панела върху който се намира KBFX " +"бутона." + +#: configdialog/kbfxconfigdlgbutton.ui:823 +#, no-c-format +msgid "

Preview of selected images

" +msgstr "

Преглед на избраните изображения

" + +#: configdialog/kbfxconfigdlgbutton.ui:848 +#, no-c-format +msgid "Livepreview" +msgstr "Реален преглед" + +#: configdialog/kbfxconfigdlgbutton.ui:876 +#, no-c-format +msgid "" +"Tip! To see live preview, hover or press the preview image with your " +"mouse." +msgstr "" +"Съвет! За реалния изглед посочете/натиснете изображението за преглед." + +#: configdialog/kbfxconfigdlgbutton.ui:939 +#, no-c-format +msgid "KBFX Button live preview" +msgstr "Реален бутон" + +#: configdialog/kbfxconfigdlgbutton.ui:942 +#, no-c-format +msgid "Here you can see the live preview of the KBFX Button." +msgstr "Тук можете да проверите реалния изглед на KBFX бутона." + +#: configdialog/kbfxconfigdlgbutton.ui:966 +#, no-c-format +msgid "Button Fade Transition Effect" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:978 +#, no-c-format +msgid "Check this to turn the fade effect of the button ON" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:981 +#, no-c-format +msgid "" +"This allows you to turn ON or OFF the fade effect for the KBFX button." +"
This effect makes transitions between the three images (normal, hover, " +"pressed) animated." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1003 +#, no-c-format +msgid "Fade Effect Time (in msec.):" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1006 +#: configdialog/kbfxconfigdlgbutton.ui:1034 +#, no-c-format +msgid "" +"The fade effect transition time in msec. Valid values are between 20 and " +"1000 msec. Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1009 +#: configdialog/kbfxconfigdlgbutton.ui:1037 +#, no-c-format +msgid "" +"Here you can enter the value of the fade effect transition time in msec." +"
Valid values are between 20 and 1000 msec.
Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:24 +#: configdialog/kbfxconfigdlglayout.ui:24 +#: configdialog/kbfxconfigdlgplugins.ui:24 +#: configdialog/kbfxconfigdlgstyle.ui:24 configdialog/kbfxconfigdlgthemes.ui:24 +#: configdialog/kbfxconfigdlgtooltip.ui:27 +#, no-c-format +msgid "KBFX Control Center" +msgstr "Контролен Панел на KBFX" + +#: configdialog/kbfxconfigdlgfonts-old.ui:83 +#, no-c-format +msgid "

Font options

" +msgstr "

Настройка на шрифта

" + +#: configdialog/kbfxconfigdlgfonts-old.ui:127 +#, no-c-format +msgid "EXPORT KBFXFONTRC FILE" +msgstr "ЕКСПОРТ ВЪВ ФАЙЛ" + +#: configdialog/kbfxconfigdlgfonts-old.ui:130 +#, no-c-format +msgid "Export the kbfxfontrc file to a folder" +msgstr "Експорт на kbfxfontrc файла в папка" + +#: configdialog/kbfxconfigdlgfonts-old.ui:154 +#: configdialog/kbfxconfigdlglayout.ui:154 +#, no-c-format +msgid "Setup fonts for your KBFX" +msgstr "Настройка на шрифтовете на KBFX менюто" + +#: configdialog/kbfxconfigdlgfonts-old.ui:240 +#, no-c-format +msgid "Application \"LINE\":" +msgstr "Линия на програмите:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:259 +#, no-c-format +msgid "Horizontal line color in the application area." +msgstr "Цвят на хоризонталната линия в зоната за програми." + +#: configdialog/kbfxconfigdlgfonts-old.ui:294 +#, no-c-format +msgid "Application text :" +msgstr "Текст на Програмите:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:313 +#, no-c-format +msgid "Select the color of the \"application\" in the menu." +msgstr "Изберете цвят за \"програма\" в менюто." + +#: configdialog/kbfxconfigdlgfonts-old.ui:348 +#, no-c-format +msgid "Comment text:" +msgstr "Текст на Коментара:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:367 +#, no-c-format +msgid "Color of the \"comments\" in the menu." +msgstr "Цвят за \"коментар\" в менюто." + +#: configdialog/kbfxconfigdlgfonts-old.ui:402 +#, no-c-format +msgid "Name display:" +msgstr "Текст на Името:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:421 +#, no-c-format +msgid "The color of your login name in the menu." +msgstr "Цвета на вашето име в менюто." + +#: configdialog/kbfxconfigdlgfonts-old.ui:450 +#, no-c-format +msgid "Category text:" +msgstr "Текст на Категориите:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:469 +#, no-c-format +msgid "Font color of the categoris in the menu." +msgstr "Цвят на шрифта за категориите в менюто." + +#: configdialog/kbfxconfigdlgfonts-old.ui:504 +#, no-c-format +msgid "Separator:" +msgstr "Разделител:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:523 +#, fuzzy, no-c-format +msgid "The color of the separator in the menu." +msgstr "Цвят на шрифта за категориите в менюто." + +#: configdialog/kbfxconfigdlgfonts-old.ui:558 +#, no-c-format +msgid "Plugin:" +msgstr "Приставки:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:577 +#, fuzzy, no-c-format +msgid "The color of the plugin in the menu." +msgstr "Цвета на вашето име в менюто." + +#: configdialog/kbfxconfigdlgfonts-old.ui:612 +#, fuzzy, no-c-format +msgid "Tooltip:" +msgstr "Подсказка" + +#: configdialog/kbfxconfigdlgfonts-old.ui:631 +#, fuzzy, no-c-format +msgid "The color of the tooltip in the menu." +msgstr "Цвят на шрифта за категориите в менюто." + +#: configdialog/kbfxconfigdlgfonts-old.ui:693 +#, no-c-format +msgid "Select font for the application's text" +msgstr "Избери шрифт за текста на приложенията" + +#: configdialog/kbfxconfigdlgfonts-old.ui:712 +#, no-c-format +msgid "Select font for the comment's text" +msgstr "Избор на шрифт за текста на коментарите" + +#: configdialog/kbfxconfigdlgfonts-old.ui:731 +#, no-c-format +msgid "Select font for the username's text" +msgstr "Избор на шрифт за текста на потребителското име" + +#: configdialog/kbfxconfigdlgfonts-old.ui:750 +#, no-c-format +msgid "Select font for the category's text" +msgstr "Избор на шрифт за текста на категориите" + +#: configdialog/kbfxconfigdlgfonts-old.ui:769 +#, no-c-format +msgid "Select font for the separator's text" +msgstr "Избор на шрифт за текста на разделителите" + +#: configdialog/kbfxconfigdlgfonts-old.ui:788 +#, no-c-format +msgid "Select font for the plugins' text" +msgstr "Избор на шрифт за текста на плъгините" + +#: configdialog/kbfxconfigdlgfonts-old.ui:807 +#, fuzzy, no-c-format +msgid "Select font for the tooltip's text" +msgstr "Избор на шрифт за текста на коментарите" + +#: configdialog/kbfxconfigdlgfonts-old.ui:884 +#: configdialog/kbfxconfigdlglayout.ui:210 +#, no-c-format +msgid "Theme that is edited:" +msgstr "Тема която се конфигурира:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:925 +#: configdialog/kbfxconfigdlglayout.ui:245 +#, no-c-format +msgid "

default

" +msgstr "

default

" + +#: configdialog/kbfxconfigdlgfonts-old.ui:928 +#: configdialog/kbfxconfigdlglayout.ui:248 +#, no-c-format +msgid "Please select the theme you want to edit" +msgstr "Моля изберете темата, която желаете да редактирате" + +#: configdialog/kbfxconfigdlgfonts-old.ui:947 +#, no-c-format +msgid "Bold fonts on hover" +msgstr "Открояване под мишката" + +#: configdialog/kbfxconfigdlgfonts-old.ui:950 +#: configdialog/kbfxconfigdlgfonts-old.ui:953 +#, no-c-format +msgid "Make fonts bolder when you hover the mouse over an item" +msgstr "Удебели шрифтовете при посочване с мишката на програмите" + +#: configdialog/kbfxconfigdlglayout.ui:83 +#, no-c-format +msgid "

Layout options

" +msgstr "

Свойства на Изгледа

" + +#: configdialog/kbfxconfigdlglayout.ui:127 +#, no-c-format +msgid "EXPORT KBFXLAYOUTRC FILE" +msgstr "Експорт в KBFXLAYOUTRC файл" + +#: configdialog/kbfxconfigdlglayout.ui:130 +#, no-c-format +msgid "Export the kbfxlayoutrc file to a folder" +msgstr "Експорт на KBFXLAYOUTRC файла в папка" + +#: configdialog/kbfxconfigdlglayout.ui:267 +#, no-c-format +msgid "Select the Layout property to change" +msgstr "Изберете свойството на Изгледа промяна" + +#: configdialog/kbfxconfigdlglayout.ui:327 +#, no-c-format +msgid "Make it 2 panels (Left \"ON\")" +msgstr "Направи 2 панелно меню (дясно)" + +#: configdialog/kbfxconfigdlglayout.ui:343 +#, no-c-format +msgid "Make it 2 panels (Right \"ON\")" +msgstr "Направи 2 панелно меню (ляво)" + +#: configdialog/kbfxconfigdlglayout.ui:359 +#, no-c-format +msgid "Make it 3 panels" +msgstr "Направи 3 панелно меню" + +#: configdialog/kbfxconfigdlglayout.ui:461 +#, no-c-format +msgid "textLabel1" +msgstr "textLabel1" + +#: configdialog/kbfxconfigdlglayout.ui:515 +#, no-c-format +msgid "textLabel2" +msgstr "textLabel2" + +#: configdialog/kbfxconfigdlglayout.ui:569 +#, no-c-format +msgid "textLabel3" +msgstr "textLabel3" + +#: configdialog/kbfxconfigdlglayout.ui:623 +#, no-c-format +msgid "textLabel4" +msgstr "textLabel4" + +#: configdialog/kbfxconfigdlglayout.ui:668 +#, no-c-format +msgid "checkBox1" +msgstr "checkBox1" + +#: configdialog/kbfxconfigdlglayout.ui:747 +#, no-c-format +msgid "textLabel5" +msgstr "textLabel5" + +#: configdialog/kbfxconfigdlglayout.ui:801 +#, no-c-format +msgid "textLabel6" +msgstr "textLabel6" + +#: configdialog/kbfxconfigdlglayout.ui:855 +#, no-c-format +msgid "textLabel7" +msgstr "textLabel7" + +#: configdialog/kbfxconfigdlglayout.ui:909 +#, no-c-format +msgid "textLabel8" +msgstr "textLabel8" + +#: configdialog/kbfxconfigdlglayout.ui:954 +#, no-c-format +msgid "checkBox2" +msgstr "checkBox2" + +#: configdialog/kbfxconfigdlgmain.ui:27 +#, no-c-format +msgid "KBFX Configurator Application" +msgstr "KBFX Конфигуратор" + +#: configdialog/kbfxconfigdlgmain.ui:64 +#, no-c-format +msgid "KBFX Themes" +msgstr "KBFX Теми" + +#: configdialog/kbfxconfigdlgmain.ui:96 +#, no-c-format +msgid "Search Engine" +msgstr "Търсене" + +#: configdialog/kbfxconfigdlgmain.ui:112 +#, no-c-format +msgid "About KBFX" +msgstr "Относно KBFX" + +#: configdialog/kbfxconfigdlgmain.ui:192 +#, no-c-format +msgid "" +"




If you want you can check the latest " +"news for KBFX from here:
KBFX News" +msgstr "" +"




Ако желаете можете да проверите " +"последните новости за KBFX на адрес:
KBFX Новини

" + +#: configdialog/kbfxconfigdlgmain.ui:233 +#, no-c-format +msgid "Open Help Documentation" +msgstr "Отваряне на документацията за Помощ" + +#: configdialog/kbfxconfigdlgmain.ui:252 +#, no-c-format +msgid "&Default" +msgstr "&Подразбиране" + +#: configdialog/kbfxconfigdlgmain.ui:261 +#, no-c-format +msgid "Apply the default configuration for this section only" +msgstr "Прилагане на настройките по подразбиране само за тази секция" + +#: configdialog/kbfxconfigdlgmain.ui:306 +#, no-c-format +msgid "Save the configuration and Apply it" +msgstr "Запазване и Прилагане на настройките" + +#: configdialog/kbfxconfigdlgmain.ui:334 +#, no-c-format +msgid "Exit the configuration without saving" +msgstr "Излизане от настройките без запазване" + +#: configdialog/kbfxconfigdlgmain.ui:484 +#, no-c-format +msgid "Kbfx start button
" +msgstr "KBFX старт бутон
" + +#: configdialog/kbfxconfigdlgplugins.ui:80 +#, no-c-format +msgid "

Plugins options

" +msgstr "

Свойства на приставката

" + +#: configdialog/kbfxconfigdlgplugins.ui:99 +#, no-c-format +msgid "Select KBFX Panel" +msgstr "Избор на KBFX панел" + +#: configdialog/kbfxconfigdlgplugins.ui:127 +#: configdialog/kbfxconfigdlgplugins.ui:130 +#, no-c-format +msgid "Plugin to configure" +msgstr "Приставка за конфигуриране" + +#: configdialog/kbfxconfigdlgplugins.ui:152 +#, no-c-format +msgid "Please select the panel you want to configure: " +msgstr "Моля изберете панела който желаете да конфигурирате: " + +#: configdialog/kbfxconfigdlgplugins.ui:173 +#, no-c-format +msgid "&Available Plugins:" +msgstr "&Налични приставки:" + +#: configdialog/kbfxconfigdlgplugins.ui:176 +#, no-c-format +msgid "&Enabled Plugins:" +msgstr "&Активирани приставки:" + +#: configdialog/kbfxconfigdlgplugins.ui:223 +#, no-c-format +msgid "&Configure Plugin" +msgstr "&Конфигуриране на приставките" + +#: configdialog/kbfxconfigdlgplugins.ui:226 +#: configdialog/kbfxconfigdlgplugins.ui:229 +#, no-c-format +msgid "Configure the selected plugin" +msgstr "Конфигуриране на избраната приставка" + +#: configdialog/kbfxconfigdlgplugins.ui:248 +#, no-c-format +msgid "&Plugin Information" +msgstr "&Информация за приставката" + +#: configdialog/kbfxconfigdlgplugins.ui:251 +#: configdialog/kbfxconfigdlgplugins.ui:254 +#, no-c-format +msgid "Information about the selected plugin" +msgstr "Информация за избраната приставка" + +#: configdialog/kbfxconfigdlgstyle.ui:77 +#, no-c-format +msgid "

Menu type

" +msgstr "

Тип на менюто

" + +#: configdialog/kbfxconfigdlgstyle.ui:96 +#, no-c-format +msgid "Please select the menu style" +msgstr "Моля изберете стил за менюто" + +#: configdialog/kbfxconfigdlgstyle.ui:172 +#: configdialog/kbfxconfigdlgstyle.ui:221 +#, no-c-format +msgid "KBFX MENU" +msgstr "KBFX МЕНЮ" + +#: configdialog/kbfxconfigdlgstyle.ui:197 +#: configdialog/kbfxconfigdlgstyle.ui:353 +#, fuzzy, no-c-format +msgid "TDE MENU" +msgstr "KDE МЕНЮ" + +#: configdialog/kbfxconfigdlgthemes.ui:55 +#, no-c-format +msgid "Select default folder" +msgstr "Избор на папка по подразбиране" + +#: configdialog/kbfxconfigdlgthemes.ui:93 +#, no-c-format +msgid "Please select the target folder where your themes are." +msgstr "Моля изберете папка, в която се намират вашите KBFX теми." + +#: configdialog/kbfxconfigdlgthemes.ui:126 +#, no-c-format +msgid "SpixBar" +msgstr "SpixBar" + +#: configdialog/kbfxconfigdlgthemes.ui:150 +#, no-c-format +msgid "Installed Themes" +msgstr "Инсталирани Теми" + +#: configdialog/kbfxconfigdlgthemes.ui:153 +#, no-c-format +msgid "Here are listed all the installed KBFX Themes" +msgstr "Тук можете да видите списъка на всички инсталирани KBFX Теми" + +#: configdialog/kbfxconfigdlgthemes.ui:180 +#, no-c-format +msgid "Selected Theme Preview" +msgstr "Преглед на Избраната Тема" + +#: configdialog/kbfxconfigdlgthemes.ui:325 +#, no-c-format +msgid "Delete Selected" +msgstr "Изтриване" + +#: configdialog/kbfxconfigdlgthemes.ui:328 +#, no-c-format +msgid "Delete the Selected Theme" +msgstr "Изтрива Избраната Тема" + +#: configdialog/kbfxconfigdlgthemes.ui:331 +#, no-c-format +msgid "" +"Pressing the button will delete the currently selected theme.
Warning!" +" You cannot delete the installed system wide themes!" +msgstr "" +"Натискането на бутона ще изтрие избраната в момента тема.
Внимание!Не можете да изтриете теми, които са инсталирани за цялата система!" + +#: configdialog/kbfxconfigdlgthemes.ui:350 +#, no-c-format +msgid "Get Themes" +msgstr "Изтегляне" + +#: configdialog/kbfxconfigdlgthemes.ui:353 +#, no-c-format +msgid "Get More Themes from the Internet" +msgstr "Изтегляне на още теми от Интернет" + +#: configdialog/kbfxconfigdlgthemes.ui:356 +#, no-c-format +msgid "" +"Pressing the button will launch konqueror and go to the KBFX Themes Section " +"on www.kde-look.org" +msgstr "" +"Натискането на бутона ще стартира Konqueror и ще ви отведе до KBFX Секцията " +"за Теми на адрес www.kde-look.org" + +#: configdialog/kbfxconfigdlgthemes.ui:385 +#, no-c-format +msgid "Install Theme" +msgstr "Инсталиране" + +#: configdialog/kbfxconfigdlgthemes.ui:388 +#, no-c-format +msgid "Install New Theme from KBFX Theme Package" +msgstr "Инсталиране на Нова Тема от KBFX Пакет за Теми" + +#: configdialog/kbfxconfigdlgthemes.ui:391 +#, no-c-format +msgid "" +"Pressing the button will offer a dialog where you can choose KBFX Theme " +"Package to install in your home folder" +msgstr "" +"Натискането на бутона ще отвори диалог от където можете да изберете KBFX " +"Пакет за Тема, която да инсталирате във вашата домашна папка" + +#: configdialog/kbfxconfigdlgthemes.ui:410 configdialog/kbfxthemeinfo.ui:24 +#, no-c-format +msgid "Theme Info" +msgstr "Информация" + +#: configdialog/kbfxconfigdlgthemes.ui:413 +#, no-c-format +msgid "Show specific theme info" +msgstr "Показване на специфична за темата информация" + +#: configdialog/kbfxconfigdlgthemes.ui:416 +#, no-c-format +msgid "Pressing the button will show you specific theme info" +msgstr "Този бутон ще Ви покаже специфична за темата информация" + +#: configdialog/kbfxconfigdlgthemes.ui:449 +#, no-c-format +msgid "Personal Image" +msgstr "Персонална снимка" + +#: configdialog/kbfxconfigdlgthemes.ui:488 +#, no-c-format +msgid "Theme's Default" +msgstr "Снимка на Темата" + +#: configdialog/kbfxconfigdlgthemes.ui:491 +#, no-c-format +msgid "Set the Theme's Default Personal Image" +msgstr "Използване на Персонална Снимка на Темата по подразбиране" + +#: configdialog/kbfxconfigdlgthemes.ui:494 +#, no-c-format +msgid "" +"Pressing the button will delete the personal image you have selected and " +"install the theme's default personal image" +msgstr "" +"Натискането на бутона ще изтрие персоналната снимка, която сте избрали и ще " +"я замени с персоналната снимка на темата по подразбиране" + +#: configdialog/kbfxconfigdlgthemes.ui:510 +#, no-c-format +msgid "Maxsize 48 x 48" +msgstr "Макс. 48 x 48" + +#: configdialog/kbfxconfigdlgthemes.ui:532 +#, no-c-format +msgid "Select New image" +msgstr "Нова снимка" + +#: configdialog/kbfxconfigdlgthemes.ui:535 +#, no-c-format +msgid "Select a Personal Image" +msgstr "Избери Персонална Снимка" + +#: configdialog/kbfxconfigdlgthemes.ui:538 +#, no-c-format +msgid "Pressing the button will open a dialog to select your personal image" +msgstr "" +"Натискането на бутона ще отвори диалог, чрез който можете да изберете вашата " +"персонална снимка" + +#: configdialog/kbfxconfigdlgthemes.ui:684 +#, no-c-format +msgid "This is your personal image displayed at the KBFX menu." +msgstr "Това е Вашата персонална снимка, в KBFX менюто." + +#: configdialog/kbfxconfigdlgthemes.ui:725 +#, no-c-format +msgid "Misc Options" +msgstr "Разни" + +#: configdialog/kbfxconfigdlgthemes.ui:764 +#, no-c-format +msgid "Watch System Installs" +msgstr "Наблюдавай системните инсталации" + +#: configdialog/kbfxconfigdlgthemes.ui:767 +#: configdialog/kbfxconfigdlgthemes.ui:770 +#, no-c-format +msgid "Watch for applications installs and reload KBFX if any occurs" +msgstr "Наблюдавай за инсталиране на софтуер и презареди KBFX менюто" + +#: configdialog/kbfxconfigdlgthemes.ui:786 +#: configdialog/kbfxconfigdlgthemes.ui:789 +#, no-c-format +msgid "Show Old Themes" +msgstr "Покажи и старите теми" + +#: configdialog/kbfxconfigdlgthemes.ui:839 +#, no-c-format +msgid "

Please select theme folder

" +msgstr "

Моля изберете папка за Темите

" + +#: configdialog/kbfxconfigdlgthemes.ui:886 +#, no-c-format +msgid "

Installed themes

" +msgstr "

Инсталирани теми

" + +#: configdialog/kbfxconfigdlgtooltip.ui:80 +#, no-c-format +msgid "

Tooltip ON or OFF

" +msgstr "" +"

Включване/Изключване на подсказката

" + +#: configdialog/kbfxconfigdlgtooltip.ui:99 +#, no-c-format +msgid "Turn off or on the tooltip" +msgstr "Изключване или включване на подсказката" + +#: configdialog/kbfxconfigdlgtooltip.ui:140 +#, no-c-format +msgid "" +"Turn your tooltip off or on.
You can see the current status of the " +"tooltip to the right." +msgstr "" +"Включване/изключване подсказката.
Състоянието на подсказката в момента " +"е показано в дясно." + +#: configdialog/kbfxconfigdlgtooltip.ui:184 +#, no-c-format +msgid "Turn the tooltip \"OFF\"" +msgstr "Изключи подсказката" + +#: configdialog/kbfxconfigdlgtooltip.ui:268 +#, no-c-format +msgid "Tooltip Text" +msgstr "Текст на подсказката" + +#: configdialog/kbfxconfigdlgtooltip.ui:301 +#, no-c-format +msgid "Type the text which you want to be displayed in the tooltip." +msgstr "Въведете текста, за подсказката." + +#: configdialog/kbfxconfigdlgtooltip.ui:406 +#, no-c-format +msgid "

Tooltip personal text

" +msgstr "

Текст на подсказката

" + +#: configdialog/kbfxconfigdlgtooltip.ui:425 +#, no-c-format +msgid "Tooltip animation" +msgstr "Анимация на подсказката" + +#: configdialog/kbfxconfigdlgtooltip.ui:469 +#, no-c-format +msgid "" +"Turn your tooltip animation off or on.
You can see the current status of " +"the tooltip to the right." +msgstr "" +"Включване/изключване анимацията за подсказката.
Състоянието на анимацията " +"в момента е показано в дясно." + +#: configdialog/kbfxconfigdlgtooltip.ui:513 +#, no-c-format +msgid "Turn the animation \"ON\"" +msgstr "Включи анимацията" + +#: configdialog/kbfxconfigdlgtooltip.ui:636 +#, no-c-format +msgid "

Tooltip animation ON or OFF

" +msgstr "

Анимиране на подсказката

" + +#: configdialog/kbfxthemeinfo.ui:286 +#, no-c-format +msgid "

Name:

" +msgstr "

Име:

" + +#: configdialog/kbfxthemeinfo.ui:302 +#, no-c-format +msgid "

Version:

" +msgstr "

Версия:

" + +#: configdialog/kbfxthemeinfo.ui:318 +#, no-c-format +msgid "

Author:

" +msgstr "

Автор:

" + +#: configdialog/kbfxthemeinfo.ui:334 +#, no-c-format +msgid "

Email:

" +msgstr "

Email:

" + +#: configdialog/kbfxthemeinfo.ui:350 +#, no-c-format +msgid "

Homepage:

" +msgstr "

Интернет Адрес:

" + +#: configdialog/kbfxthemeinfo.ui:388 configdialog/kbfxthemeinfo.ui:416 +#: configdialog/kbfxthemeinfo.ui:444 configdialog/kbfxthemeinfo.ui:475 +#: configdialog/kbfxthemeinfo.ui:512 +#, no-c-format +msgid "Test" +msgstr "Тест" + +#, fuzzy +#~ msgid "Fonts" +#~ msgstr "Шрифт..." + +#, fuzzy +#~ msgid "About" +#~ msgstr "Относно KBFX" + +#~ msgid "You are running: KBFX " +#~ msgstr "Вие използвате: KBFX" + +#~ msgid "This is a help box" +#~ msgstr "Това е прозорец \"Помощ\"" + +#~ msgid "Water Effect Properties" +#~ msgstr "Ефект тип вода" + +#~ msgid "Water Effect Frame Rate" +#~ msgstr "Честота на ефекта тип вода" + +#~ msgid "Enabled Water Effect" +#~ msgstr "Активиран ефект тип вода" + +#~ msgid "

Not implemented yet.

" +#~ msgstr "

В процес на разработка.

" + +#~ msgid "Convert Theme" +#~ msgstr "Конвертиране на Темата" + +#~ msgid "Convert a theme to the new format" +#~ msgstr "Конвертира темата в новият формат" + +#~ msgid "" +#~ "Pressing the button will open dialog for converting old themes to the new " +#~ "specifications" +#~ msgstr "" +#~ "Натискането на бутона ще отвори диалог, чрез който можете да конвертирате " +#~ "темата в новият формат" + +#~ msgid "This is an about box" +#~ msgstr "Това е прозорец „Относно програмата“" + +#~ msgid "Resize Toolbar" +#~ msgstr "Размер на лентата" + +#~ msgid "Toolbar Resize is 'ON'" +#~ msgstr "Промяна размера на лентата 'ВКЛ'" + +#~ msgid "Installed Themes" +#~ msgstr "Инсталирани Теми" + +#~ msgid "Nookie" +#~ msgstr "Nookie" + +#~ msgid "Enkelhet" +#~ msgstr "Enkelhet" + +#~ msgid "Plugin color:" +#~ msgstr "Цвят на приставката" diff --git a/translations/messages/kbfxconfigapp/de.po b/translations/messages/kbfxconfigapp/de.po new file mode 100644 index 0000000..634740b --- /dev/null +++ b/translations/messages/kbfxconfigapp/de.po @@ -0,0 +1,1537 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-09-13 18:34+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: de\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). +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 "" + +#: configdialog/kbfxconfigapp.cpp:28 +msgid "

%1

" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:30 +msgid "" +"

The connection to the KBFX News " +"Section on www.kbfx.net is broken.

If you want you can check " +"the latest news for KBFX from here:
KBFX " +"News

" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:35 +msgid "" +"KBFX start button
Tip! You have 3 " +"options to select for your KBFX start button.You have to select (Normal, " +"Pressed, Hover) images.
Down below you can also see a preview of the " +"images you have selected." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:40 +msgid "" +"About KBFX
Tip! Here you can find " +"information about the KBFX Project and all the people involved in it." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:43 +msgid "" +"KBFX font settings
Tip! Here you can " +"set the fonts of the current theme.
If you don't have any 'kbfxfontrc' " +"file don't worry about that.
When done just hit 'Apply' button and KBFX " +"will save the 'kbfxfontrc' file." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:48 +msgid "" +"KBFX Layout
Tip! Here you can " +"configure the Look and Feel of your KBFX menu.
The most important " +"settings that are used with the 'Make it...' buttons are " +"marked with '*'
Have in mind that the Layout of the " +"theme also depends on the sizes of the images!
" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:53 +msgid "" +"KBFX Plugins
Tip! Here you can " +"select what plugins will be enabled and in which panel of the KBFX menu." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:56 +msgid "" +"Menu Type
Tip! Please select which " +"kind of menu you would like to use." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:59 +msgid "" +"KBFX Themes
Tip! To keep it simple " +"place all your themes inside one folder.
Then create different folders " +"inside that folder with different names.
KBFX will then read those " +"folders as themes." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:64 +msgid "" +"KBFX tooltip settings
Tip! Here you " +"can configure the behaviour of KBFX's own tooltip." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:79 +msgid "Themes" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:91 configdialog/kbfxconfigdlgmain.ui:56 +#, no-c-format +msgid "Start Button" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:107 +msgid "Layout" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:117 configdialog/kbfxconfigdlgmain.ui:104 +#, no-c-format +msgid "Plugins" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:125 configdialog/kbfxconfigdlgmain.ui:88 +#, no-c-format +msgid "Tooltip" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:133 configdialog/kbfxconfigdlgmain.ui:80 +#, no-c-format +msgid "Menu Style" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:252 +msgid "No default settings here ;)" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:23 +msgid "" +"Name: Mensur Zahirovic (Nookie)

Country: Sweden

KBFX: co-author, Q/A, system design, " +"web designer, bug hunter, project administror

Email: " +"nookie@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:32 +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: author, maintainer, developer, project " +"administror

Email: siraj@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:41 +msgid "" +"Name: Nathanael Dracor Gogniat

Country: Switzerland

KBFX: project technical writer, " +"documentation manager, co-author

Email: " +"nathanael@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:50 +msgid "" +"Name: PhobosK

Country: " +"Bulgaria

KBFX: package & release manager, Q/A, bug " +"hunter, mandriva packages, project administrator, developer TQt/C+" +"+

Email: phobosk@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:59 +msgid "" +"Name: Johnny Henry Saenz Acuna " +"(scarebyte)

Country: Peru

KBFX: developer TQt4/C++

Email: saenzac@mail.kbfx." +"net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:68 +msgid "" +"Name: Christoffer Brodd-Reijer " +"(Ephracis)

Country: Sweden

KBFX: library developer for Raptor

Email: " +"ephracis@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:60 +msgid "" +"

Image cannot be used as a pressed button skin!

Will use default pressed button skin.

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:62 +#: configdialog/kbfxconfigdlgbutton.ui.h:83 +#: configdialog/kbfxconfigdlgbutton.ui.h:104 +#: configdialog/kbfxconfigdlgthemes.ui.h:283 +msgid "Error loading image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:81 +msgid "" +"

Image cannot be used as a normal button skin!

Will use default normal button skin.

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:102 +msgid "" +"

Image cannot be used as a hover button skin!

Will use default hover button skin.

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:144 +#: configdialog/kbfxconfigdlgbutton.ui:723 +#, no-c-format +msgid "Panel Resize is 'ON'" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:150 +msgid "Panel Resize is 'OFF'" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:133 +msgid "Select folder to export kbfxfontrc file" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:164 +msgid "" +"

The Font configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:165 +msgid "KBFX Font Export Ready" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:16 +msgid "User Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:17 +msgid "* Top Bar Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:18 +msgid "* Bottom Bar Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:20 +msgid "* List Box Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:21 +msgid "Search Box Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:22 +msgid "* Item Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:24 +msgid "* Main Menu Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:198 +msgid "Face Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:199 +msgid "Face Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:200 +msgid "User Name Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:201 +msgid "User Name Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:202 +msgid "Face Box Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:203 +msgid "Face Box Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:204 +msgid "Face Box Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:205 +msgid "Face Box Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:206 +msgid "Hide User Name" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:224 +msgid "* Top Bar Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:230 +msgid "Top Bar Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:255 +msgid "* Bottom Bar Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:261 +msgid "Bottom Bar Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:311 +msgid "* List Box Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:312 +msgid "* List Box Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:315 +msgid "List Box Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:316 +msgid "* List Box Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:334 +msgid "Search Box Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:335 +msgid "Search Box Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:338 +msgid "Search Box Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:339 +msgid "Search Box Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:357 +msgid "* Item Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:358 +msgid "* Item Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:359 +msgid "Icon Size in Item" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:361 +msgid "Item Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:362 +msgid "* Item Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:363 +msgid "Comment Margin in Item" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:365 +msgid "No Comments in Item" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:406 +msgid "* Main Menu Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:410 +msgid "* Main Menu Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:414 +msgid "Contracted Menues" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:460 +msgid "Select folder to export kbfxlayoutrc file" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:553 +msgid "" +"

The Layout configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:554 +msgid "KBFX Layout Export Ready" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:621 +msgid "" +"

The Layout configuration of the KBFX Theme %1 is ready!

Be sure to click the Apply button in order the changes to become active!

" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:622 +msgid "KBFX Layout Ready" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:628 +msgid "" +"

KBFX will calculate the necessary values using the present " +"values for:

* Main Menu Height and " +"* Main Menu Width
* Bottom Bar Height " +"and * Top Bar Height

So be sure " +"that you have entered their values as you desire!

NOTE: Have in mind that the Layout of the " +"theme also depends on the sizes of the images! So if the theme does not look " +"like as you desire either change the images' sizes to smaller width OR " +"change * Main Menu Width to higher value!

" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:634 +msgid "Prepare Layout for the KBFX theme" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:635 +msgid "Prepare" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui.h:15 +msgid "Left Panel" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui.h:16 +msgid "Right Panel" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui.h:79 +#: configdialog/kbfxconfigdlgplugins.ui.h:85 +msgid "

Not Implemented yet.

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:61 +msgid "" +"

Invalid user themes folder!

Will use " +"default user themes folder.

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:63 +msgid "Error loading themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:170 +msgid "" +"

Are you sure you want to uninstall the KBFX theme " +"%1?

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:171 +msgid "Uninstall KBFX theme" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:172 +msgid "Uninstall" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:177 +msgid "" +"

Do you want to keep your personal settings for theme " +"%1?

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:178 +msgid "Personal settings" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:179 +msgid "Keep settings" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:180 +msgid "Delete settings" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:210 +msgid "" +"

Could not uninstall this KBFX theme.

You may not have sufficient permissions to delete the folder " +"%1.

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:223 +msgid "KBFX theme packages (*.tar, *.tar.bz2, *.tar.gz, *.kbfxtheme)" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:227 +msgid "Select KBFX theme package to install" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:243 +msgid "

Could not read this KBFX theme package.

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:270 +msgid "Select personal image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:281 +msgid "" +"

Image cannot be used as a personal image!

Will use default personal image.

" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:23 +msgid "Turn the animation 'OFF'" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:30 +msgid "Turn the animation 'ON'" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:53 +msgid "Turn the tooltip 'OFF'" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:60 +msgid "Turn the tooltip 'ON'" +msgstr "" + +#: configdialog/main.cpp:36 +msgid "KBFX Configuration Utility" +msgstr "" + +#: configdialog/main.cpp:40 +msgid "Install KBFX theme from " +msgstr "" + +#: configdialog/main.cpp:41 +msgid "Prepare KBFX theme from folder " +msgstr "" + +#: configdialog/main.cpp:42 +msgid "Show the About page" +msgstr "" + +#: configdialog/main.cpp:79 +msgid "

Could not create this KBFX theme package.

" +msgstr "" + +#: configdialog/main.cpp:90 +msgid "

KBFX Theme %1 prepared.

" +msgstr "" + +#: configdialog/main.cpp:91 +msgid "KBFX Theme Ready" +msgstr "" + +#: configdialog/main.cpp:135 +msgid "kbfxconfigapp" +msgstr "" + +#: kbfxlib/common/kbfxconfig.cpp:32 +msgid "Not Specified" +msgstr "" + +#: kbfxlib/common/kbfxfontchooser.cpp:38 +msgid "Font..." +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:102 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:103 +msgid "" +"

There is a problem in TDE Menu services!
KBFX can try " +"to autorepair this problem.
Should KBFX autorepair this problem?

" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:103 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:104 +msgid "Problem in TDE Menu Services" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:104 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:105 +msgid "Do Autorepair" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:105 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:106 +msgid "Do NOT Autorepair" +msgstr "" + +#: src/kbfxbutton.cpp:275 +msgid "Remove KBFX from Pannel" +msgstr "" + +#: src/kbfxbutton.cpp:277 +msgid "Reload KBFX" +msgstr "" + +#: src/kbfxbutton.cpp:280 +msgid "Configure KBFX" +msgstr "" + +#: src/kbfxbutton.cpp:282 +msgid "Edit Applications Menu" +msgstr "" + +#: src/kbfxbutton.cpp:400 +msgid "" +"Invalid images were dropped!\n" +"Cannot set the KBFX button to use these images!" +msgstr "" + +#: src/kbfxbutton.cpp:402 +msgid "Error setting KBFX button images" +msgstr "" + +#: src/kbfxspinxmenu.cpp:69 +msgid "Double click to clear..." +msgstr "" + +#: src/kbfxspinxmenu.cpp:81 +msgid "Type here to search..." +msgstr "" + +#: configdialog/kbfxconfigappui.rc:4 +#, no-c-format +msgid "C&ustom" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:24 +#, no-c-format +msgid "Form1" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:80 +#, no-c-format +msgid "

People behind KBFX

" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:148 +#, no-c-format +msgid "You are running: KBFX 0493" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:197 +#, no-c-format +msgid "" +"Here are the people behind the KBFX application.\n" +"We would like to thank all people who have helped with KBFX or have donated " +"money to our project!\n" +"THANKS A LOT ALL OF YOU OUT THERE!!!" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:248 +#, no-c-format +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: Author, Maintainer, Developer, Project " +"Admin

Email: siraj(a)mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:558 +#, no-c-format +msgid "" +"Tip! Hover over the contact images to see each personal contact " +"information." +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:602 +#, no-c-format +msgid "SPONSORS!" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:627 +#, no-c-format +msgid "" +"We would like to thank swedish computer company PC Agenten for " +"sponsoring us with a server and bandwidth." +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:649 +#, no-c-format +msgid "" +"

HTTP://WWW." +"PCAGENTEN.SE

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:27 +#, no-c-format +msgid "KBFX Button" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:39 +#, no-c-format +msgid "" +"To change KBFX button skin, simply browse to the image you want OR just " +"Drag&Drop the images to their respective place." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:81 +#, no-c-format +msgid "\"PRESSED\" IMAGE SELECTION" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:109 +#, no-c-format +msgid "Please select \"pressed\" image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:134 +#: configdialog/kbfxconfigdlgbutton.ui:300 +#: configdialog/kbfxconfigdlgbutton.ui:478 +#, no-c-format +msgid "image/jpeg image/png image/x-xpm image/gif" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:137 +#, no-c-format +msgid "The Pressed Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:140 +#, no-c-format +msgid "Here you can choose the Pressed Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:167 +#: configdialog/kbfxconfigdlgbutton.ui:333 +#: configdialog/kbfxconfigdlgbutton.ui:511 +#, no-c-format +msgid "Preview" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:213 +#, no-c-format +msgid "Pressed Button Skin" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:216 +#, no-c-format +msgid "Here you can Drag&Drop the Pressed Button Skin Image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:253 +#, no-c-format +msgid "\"NORMAL\" IMAGE SELECTION" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:281 +#, no-c-format +msgid "Please select \"normal\" image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:303 +#, no-c-format +msgid "The Normal Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:306 +#, no-c-format +msgid "Here you can choose the Normal Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:382 +#, no-c-format +msgid "Normal Button Skin" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:385 +#, no-c-format +msgid "Here you can Drag&Drop the Normal Button Skin Image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:422 +#, no-c-format +msgid "\"HOVER\" IMAGE SELECTION" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:450 +#, no-c-format +msgid "Please select \"hover\" image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:481 +#, no-c-format +msgid "The Hover Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:484 +#, no-c-format +msgid "Here you can choose the Hover Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:557 +#, no-c-format +msgid "Hover Button Skin" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:560 +#, no-c-format +msgid "Here you can Drag&Drop the Hover Button Skin Image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:614 +#, no-c-format +msgid "

Please select KBFX button's images

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:639 +#, no-c-format +msgid "Resize Panel" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:667 +#, no-c-format +msgid "" +"Tip! This button resizes the panel on which the KBFX button is to " +"button's height or width." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:823 +#, no-c-format +msgid "

Preview of selected images

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:848 +#, no-c-format +msgid "Livepreview" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:876 +#, no-c-format +msgid "" +"Tip! To see live preview, hover or press the preview image with your " +"mouse." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:939 +#, no-c-format +msgid "KBFX Button live preview" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:942 +#, no-c-format +msgid "Here you can see the live preview of the KBFX Button." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:966 +#, no-c-format +msgid "Button Fade Transition Effect" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:978 +#, no-c-format +msgid "Check this to turn the fade effect of the button ON" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:981 +#, no-c-format +msgid "" +"This allows you to turn ON or OFF the fade effect for the KBFX button." +"
This effect makes transitions between the three images (normal, hover, " +"pressed) animated." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1003 +#, no-c-format +msgid "Fade Effect Time (in msec.):" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1006 +#: configdialog/kbfxconfigdlgbutton.ui:1034 +#, no-c-format +msgid "" +"The fade effect transition time in msec. Valid values are between 20 and " +"1000 msec. Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1009 +#: configdialog/kbfxconfigdlgbutton.ui:1037 +#, no-c-format +msgid "" +"Here you can enter the value of the fade effect transition time in msec." +"
Valid values are between 20 and 1000 msec.
Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:24 +#: configdialog/kbfxconfigdlglayout.ui:24 +#: configdialog/kbfxconfigdlgplugins.ui:24 +#: configdialog/kbfxconfigdlgstyle.ui:24 configdialog/kbfxconfigdlgthemes.ui:24 +#: configdialog/kbfxconfigdlgtooltip.ui:27 +#, no-c-format +msgid "KBFX Control Center" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:83 +#, no-c-format +msgid "

Font options

" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:127 +#, no-c-format +msgid "EXPORT KBFXFONTRC FILE" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:130 +#, no-c-format +msgid "Export the kbfxfontrc file to a folder" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:154 +#: configdialog/kbfxconfigdlglayout.ui:154 +#, no-c-format +msgid "Setup fonts for your KBFX" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:240 +#, no-c-format +msgid "Application \"LINE\":" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:259 +#, no-c-format +msgid "Horizontal line color in the application area." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:294 +#, no-c-format +msgid "Application text :" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:313 +#, no-c-format +msgid "Select the color of the \"application\" in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:348 +#, no-c-format +msgid "Comment text:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:367 +#, no-c-format +msgid "Color of the \"comments\" in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:402 +#, no-c-format +msgid "Name display:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:421 +#, no-c-format +msgid "The color of your login name in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:450 +#, no-c-format +msgid "Category text:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:469 +#, no-c-format +msgid "Font color of the categoris in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:504 +#, no-c-format +msgid "Separator:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:523 +#, no-c-format +msgid "The color of the separator in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:558 +#, no-c-format +msgid "Plugin:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:577 +#, no-c-format +msgid "The color of the plugin in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:612 +#, no-c-format +msgid "Tooltip:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:631 +#, no-c-format +msgid "The color of the tooltip in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:693 +#, no-c-format +msgid "Select font for the application's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:712 +#, no-c-format +msgid "Select font for the comment's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:731 +#, no-c-format +msgid "Select font for the username's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:750 +#, no-c-format +msgid "Select font for the category's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:769 +#, no-c-format +msgid "Select font for the separator's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:788 +#, no-c-format +msgid "Select font for the plugins' text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:807 +#, no-c-format +msgid "Select font for the tooltip's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:884 +#: configdialog/kbfxconfigdlglayout.ui:210 +#, no-c-format +msgid "Theme that is edited:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:925 +#: configdialog/kbfxconfigdlglayout.ui:245 +#, no-c-format +msgid "

default

" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:928 +#: configdialog/kbfxconfigdlglayout.ui:248 +#, no-c-format +msgid "Please select the theme you want to edit" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:947 +#, no-c-format +msgid "Bold fonts on hover" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:950 +#: configdialog/kbfxconfigdlgfonts-old.ui:953 +#, no-c-format +msgid "Make fonts bolder when you hover the mouse over an item" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:83 +#, no-c-format +msgid "

Layout options

" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:127 +#, no-c-format +msgid "EXPORT KBFXLAYOUTRC FILE" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:130 +#, no-c-format +msgid "Export the kbfxlayoutrc file to a folder" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:267 +#, no-c-format +msgid "Select the Layout property to change" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:327 +#, no-c-format +msgid "Make it 2 panels (Left \"ON\")" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:343 +#, no-c-format +msgid "Make it 2 panels (Right \"ON\")" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:359 +#, no-c-format +msgid "Make it 3 panels" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:461 +#, no-c-format +msgid "textLabel1" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:515 +#, no-c-format +msgid "textLabel2" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:569 +#, no-c-format +msgid "textLabel3" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:623 +#, no-c-format +msgid "textLabel4" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:668 +#, no-c-format +msgid "checkBox1" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:747 +#, no-c-format +msgid "textLabel5" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:801 +#, no-c-format +msgid "textLabel6" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:855 +#, no-c-format +msgid "textLabel7" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:909 +#, no-c-format +msgid "textLabel8" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:954 +#, no-c-format +msgid "checkBox2" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:27 +#, no-c-format +msgid "KBFX Configurator Application" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:64 +#, no-c-format +msgid "KBFX Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:96 +#, no-c-format +msgid "Search Engine" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:112 +#, no-c-format +msgid "About KBFX" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:192 +#, no-c-format +msgid "" +"




If you want you can check the latest " +"news for KBFX from here:
KBFX News" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:233 +#, no-c-format +msgid "Open Help Documentation" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:252 +#, no-c-format +msgid "&Default" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:261 +#, no-c-format +msgid "Apply the default configuration for this section only" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:306 +#, no-c-format +msgid "Save the configuration and Apply it" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:334 +#, no-c-format +msgid "Exit the configuration without saving" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:484 +#, no-c-format +msgid "Kbfx start button
" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:80 +#, no-c-format +msgid "

Plugins options

" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:99 +#, no-c-format +msgid "Select KBFX Panel" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:127 +#: configdialog/kbfxconfigdlgplugins.ui:130 +#, no-c-format +msgid "Plugin to configure" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:152 +#, no-c-format +msgid "Please select the panel you want to configure: " +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:173 +#, no-c-format +msgid "&Available Plugins:" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:176 +#, no-c-format +msgid "&Enabled Plugins:" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:223 +#, no-c-format +msgid "&Configure Plugin" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:226 +#: configdialog/kbfxconfigdlgplugins.ui:229 +#, no-c-format +msgid "Configure the selected plugin" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:248 +#, no-c-format +msgid "&Plugin Information" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:251 +#: configdialog/kbfxconfigdlgplugins.ui:254 +#, no-c-format +msgid "Information about the selected plugin" +msgstr "" + +#: configdialog/kbfxconfigdlgstyle.ui:77 +#, no-c-format +msgid "

Menu type

" +msgstr "" + +#: configdialog/kbfxconfigdlgstyle.ui:96 +#, no-c-format +msgid "Please select the menu style" +msgstr "" + +#: configdialog/kbfxconfigdlgstyle.ui:172 +#: configdialog/kbfxconfigdlgstyle.ui:221 +#, no-c-format +msgid "KBFX MENU" +msgstr "" + +#: configdialog/kbfxconfigdlgstyle.ui:197 +#: configdialog/kbfxconfigdlgstyle.ui:353 +#, no-c-format +msgid "TDE MENU" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:55 +#, no-c-format +msgid "Select default folder" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:93 +#, no-c-format +msgid "Please select the target folder where your themes are." +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:126 +#, no-c-format +msgid "SpixBar" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:150 +#, no-c-format +msgid "Installed Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:153 +#, no-c-format +msgid "Here are listed all the installed KBFX Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:180 +#, no-c-format +msgid "Selected Theme Preview" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:325 +#, no-c-format +msgid "Delete Selected" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:328 +#, no-c-format +msgid "Delete the Selected Theme" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:331 +#, no-c-format +msgid "" +"Pressing the button will delete the currently selected theme.
Warning!" +" You cannot delete the installed system wide themes!" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:350 +#, no-c-format +msgid "Get Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:353 +#, no-c-format +msgid "Get More Themes from the Internet" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:356 +#, no-c-format +msgid "" +"Pressing the button will launch konqueror and go to the KBFX Themes Section " +"on www.kde-look.org" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:385 +#, no-c-format +msgid "Install Theme" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:388 +#, no-c-format +msgid "Install New Theme from KBFX Theme Package" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:391 +#, no-c-format +msgid "" +"Pressing the button will offer a dialog where you can choose KBFX Theme " +"Package to install in your home folder" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:410 configdialog/kbfxthemeinfo.ui:24 +#, no-c-format +msgid "Theme Info" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:413 +#, no-c-format +msgid "Show specific theme info" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:416 +#, no-c-format +msgid "Pressing the button will show you specific theme info" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:449 +#, no-c-format +msgid "Personal Image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:488 +#, no-c-format +msgid "Theme's Default" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:491 +#, no-c-format +msgid "Set the Theme's Default Personal Image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:494 +#, no-c-format +msgid "" +"Pressing the button will delete the personal image you have selected and " +"install the theme's default personal image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:510 +#, no-c-format +msgid "Maxsize 48 x 48" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:532 +#, no-c-format +msgid "Select New image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:535 +#, no-c-format +msgid "Select a Personal Image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:538 +#, no-c-format +msgid "Pressing the button will open a dialog to select your personal image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:684 +#, no-c-format +msgid "This is your personal image displayed at the KBFX menu." +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:725 +#, no-c-format +msgid "Misc Options" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:764 +#, no-c-format +msgid "Watch System Installs" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:767 +#: configdialog/kbfxconfigdlgthemes.ui:770 +#, no-c-format +msgid "Watch for applications installs and reload KBFX if any occurs" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:786 +#: configdialog/kbfxconfigdlgthemes.ui:789 +#, no-c-format +msgid "Show Old Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:839 +#, no-c-format +msgid "

Please select theme folder

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:886 +#, no-c-format +msgid "

Installed themes

" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:80 +#, no-c-format +msgid "

Tooltip ON or OFF

" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:99 +#, no-c-format +msgid "Turn off or on the tooltip" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:140 +#, no-c-format +msgid "" +"Turn your tooltip off or on.
You can see the current status of the " +"tooltip to the right." +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:184 +#, no-c-format +msgid "Turn the tooltip \"OFF\"" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:268 +#, no-c-format +msgid "Tooltip Text" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:301 +#, no-c-format +msgid "Type the text which you want to be displayed in the tooltip." +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:406 +#, no-c-format +msgid "

Tooltip personal text

" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:425 +#, no-c-format +msgid "Tooltip animation" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:469 +#, no-c-format +msgid "" +"Turn your tooltip animation off or on.
You can see the current status of " +"the tooltip to the right." +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:513 +#, no-c-format +msgid "Turn the animation \"ON\"" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:636 +#, no-c-format +msgid "

Tooltip animation ON or OFF

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:286 +#, no-c-format +msgid "

Name:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:302 +#, no-c-format +msgid "

Version:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:318 +#, no-c-format +msgid "

Author:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:334 +#, no-c-format +msgid "

Email:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:350 +#, no-c-format +msgid "

Homepage:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:388 configdialog/kbfxthemeinfo.ui:416 +#: configdialog/kbfxthemeinfo.ui:444 configdialog/kbfxthemeinfo.ui:475 +#: configdialog/kbfxthemeinfo.ui:512 +#, no-c-format +msgid "Test" +msgstr "" diff --git a/translations/messages/kbfxconfigapp/hu.po b/translations/messages/kbfxconfigapp/hu.po new file mode 100644 index 0000000..944091b --- /dev/null +++ b/translations/messages/kbfxconfigapp/hu.po @@ -0,0 +1,1705 @@ +# translation of hu.po to Hungarian +# Hungarian translation for KBFX +# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 +# This file is distributed under the same license as the KBFX package. +# +# Ferenc Stelcz , 2007. +# PhobosK , 2007. +msgid "" +msgstr "" +"Project-Id-Version: hu\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-09-13 18:34+0000\n" +"PO-Revision-Date: 2007-03-04 17:39+0100\n" +"Last-Translator: Ferenc Stelcz \n" +"Language-Team: Hungarian \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Rosetta-Export-Date: 2007-02-07 06:34+0000\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 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 "Stelcz Ferenc" + +#. 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 "ferenc@stelcz.hu" + +#: configdialog/kbfxconfigapp.cpp:28 +msgid "

%1

" +msgstr "

%1

" + +#: configdialog/kbfxconfigapp.cpp:30 +msgid "" +"

The connection to the KBFX News " +"Section on www.kbfx.net is broken.

If you want you can check " +"the latest news for KBFX from here:
KBFX " +"News

" +msgstr "" +"

A KBFX híroldal a www.kbfx.net " +"szerverrel való kapcsolat hibájából eredően nem elérhető.

Ha " +"szeretnél a legújabb KBFX-szel kapcsolatos hírekről olvasni, akkor a " +"következő hivatkozáson próbáld:
KBFX " +"Hírek

" + +#: configdialog/kbfxconfigapp.cpp:35 +msgid "" +"KBFX start button
Tip! You have 3 " +"options to select for your KBFX start button.You have to select (Normal, " +"Pressed, Hover) images.
Down below you can also see a preview of the " +"images you have selected." +msgstr "" +"
Kbfx start gomb
Tipp! \n" +"Saját KBFX gombodat 3 opcióval szabhatod testre. Válassz egy (Normál, " +"Lenyomott, Fókuszált)
állapothoz tartozó képet. Lejjebb láthatod a " +"választott képekkel készült előnézetet." + +#: configdialog/kbfxconfigapp.cpp:40 +msgid "" +"About KBFX
Tip! Here you can find " +"information about the KBFX Project and all the people involved in it." +msgstr "" +"
A KBFX névjegye
Tipp! \n" +"Itt találhatsz bővebb információt a KBFX Projektről
és a benne résztvevő " +"emberekről." + +#: configdialog/kbfxconfigapp.cpp:43 +msgid "" +"KBFX font settings
Tip! Here you can " +"set the fonts of the current theme.
If you don't have any 'kbfxfontrc' " +"file don't worry about that.
When done just hit 'Apply' button and KBFX " +"will save the 'kbfxfontrc' file." +msgstr "" +"
Kbfx betűtípus " +"beállítások
Tipp! \n" +"Itt állíthatod be az aktuális témához tartozó betűtípusokat.
Amennyiben " +"még nincs \"kbfxfontrc\" fájlod, ne aggódj.
Amennyiben kész vagy, csak " +"kattints az \"Alkalmazás\" gombra
és a KBFX automatikusan elkészíti " +"neked a kbfxfontrc fájlt." + +#: configdialog/kbfxconfigapp.cpp:48 +msgid "" +"KBFX Layout
Tip! Here you can " +"configure the Look and Feel of your KBFX menu.
The most important " +"settings that are used with the 'Make it...' buttons are " +"marked with '*'
Have in mind that the Layout of the " +"theme also depends on the sizes of the images!
" +msgstr "" +"KBFX elrendezés
Tipp! Itt szabhatod " +"testre a KBFX menü megjelenését.
A Tedd...' gombbal " +"jelölt beállítások között a legfontosabbakat '*'-gal " +"jelöltük.
Vedd figyelembe, hogy a téma elrendezése függ a képek méretétől " +"is!
" + +#: configdialog/kbfxconfigapp.cpp:53 +msgid "" +"KBFX Plugins
Tip! Here you can " +"select what plugins will be enabled and in which panel of the KBFX menu." +msgstr "" +"KBFX modulok
Tipp! Itt választhatod " +"ki, hogy melyik modulok legyenek engedélyzve és, hogy a KBFX menü mely " +"paneljén." + +#: configdialog/kbfxconfigapp.cpp:56 +msgid "" +"Menu Type
Tip! Please select which " +"kind of menu you would like to use." +msgstr "" +"
Menü típusa
Tipp!\n" +"Válaszd ki milyen típusú menüt szeretnél használni.
KBFX menü vagy KDE " +"Menü." + +#: configdialog/kbfxconfigapp.cpp:59 +msgid "" +"KBFX Themes
Tip! To keep it simple " +"place all your themes inside one folder.
Then create different folders " +"inside that folder with different names.
KBFX will then read those " +"folders as themes." +msgstr "" +"
Kbfx Témák
Tipp! \n" +"Hogy egyszerűvé tedd a témakezelést, helyezz minden témát egy könyvtáron " +"belül alkönyvtárakba.
A KBFX ezekután minden könyvtárat külön témaként " +"kezel." + +#: configdialog/kbfxconfigapp.cpp:64 +msgid "" +"KBFX tooltip settings
Tip! Here you " +"can configure the behaviour of KBFX's own tooltip." +msgstr "" +"KBFX eszköztipp beállítások
Tipp!Itt " +"állíthatod be a KBFX saját eszköztippjeinek viselkedését." + +#: configdialog/kbfxconfigapp.cpp:79 +msgid "Themes" +msgstr "Témák" + +#: configdialog/kbfxconfigapp.cpp:91 configdialog/kbfxconfigdlgmain.ui:56 +#, no-c-format +msgid "Start Button" +msgstr "Start gomb" + +#: configdialog/kbfxconfigapp.cpp:107 +msgid "Layout" +msgstr "Elrendezés" + +#: configdialog/kbfxconfigapp.cpp:117 configdialog/kbfxconfigdlgmain.ui:104 +#, no-c-format +msgid "Plugins" +msgstr "Modulok" + +#: configdialog/kbfxconfigapp.cpp:125 configdialog/kbfxconfigdlgmain.ui:88 +#, no-c-format +msgid "Tooltip" +msgstr "Eszköztipp" + +#: configdialog/kbfxconfigapp.cpp:133 configdialog/kbfxconfigdlgmain.ui:80 +#, no-c-format +msgid "Menu Style" +msgstr "Menü stílus" + +#: configdialog/kbfxconfigapp.cpp:252 +msgid "No default settings here ;)" +msgstr "Itt nincsenek alapértelmezett beállítások ;)" + +#: configdialog/kbfxconfigdlgabout.ui.h:23 +msgid "" +"Name: Mensur Zahirovic (Nookie)

Country: Sweden

KBFX: co-author, Q/A, system design, " +"web designer, bug hunter, project administror

Email: " +"nookie@mail.kbfx.net" +msgstr "" +"Név: Mensur Zahirovic (Nookie)

Ország: Svédország

KBFX: Társszerző, " +"minőségbiztosítás (Q/A), rendszerterv, weblaptervező, hibavadász, projekt " +"adminisztrátor

Email: nookie@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:32 +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: author, maintainer, developer, project " +"administror

Email: siraj@mail.kbfx.net" +msgstr "" +"Név: Siraj Razick

Ország: Sri " +"Lanka

KBFX: Szerző, karbantartó, fejlesztő, projekt " +"adminisztrátor

Email: siraj@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:41 +msgid "" +"Name: Nathanael Dracor Gogniat

Country: Switzerland

KBFX: project technical writer, " +"documentation manager, co-author

Email: " +"nathanael@mail.kbfx.net" +msgstr "" +"Név: Nathanael Dracor Gogniat

Ország: Svájc

KBFX: technikai szakíró, " +"dokumentációkezelő, társszerző

Email: nathanael@mail." +"kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:50 +#, fuzzy +msgid "" +"Name: PhobosK

Country: " +"Bulgaria

KBFX: package & release manager, Q/A, bug " +"hunter, mandriva packages, project administrator, developer TQt/C+" +"+

Email: phobosk@mail.kbfx.net" +msgstr "" +"Név: PhobosK

Ország: " +"Bulgária

KBFX: csomag és kiadás felelős, " +"minőségbiztosítás (Q/A), hibavadász, Mandriva csomagok, projekt " +"adminisztrátor, Qt/C++ fejlesztő

Email: phobosk@mail." +"kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:59 +#, fuzzy +msgid "" +"Name: Johnny Henry Saenz Acuna " +"(scarebyte)

Country: Peru

KBFX: developer TQt4/C++

Email: saenzac@mail.kbfx." +"net" +msgstr "" +"Név: Johnny Henry Saenz Acuna " +"(scarebyte)

Ország: Peru

KBFX: Qt4/C++ fejlesztő

Email: saenzac@mail.kbfx." +"net" + +#: configdialog/kbfxconfigdlgabout.ui.h:68 +msgid "" +"Name: Christoffer Brodd-Reijer " +"(Ephracis)

Country: Sweden

KBFX: library developer for Raptor

Email: " +"ephracis@mail.kbfx.net" +msgstr "" +"Név: Christofer Brodd-Reijer " +"(Ephracis)

Ország: Svédország

KBFX: Raptor könyvtár fejlesztője

Email: " +"ephracis@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgbutton.ui.h:60 +msgid "" +"

Image cannot be used as a pressed button skin!

Will use default pressed button skin.

" +msgstr "" +"

A választott kép nem használható mint lenyomott állapotú " +"gomb képe!

Az alapértelmezettet fogom használni.

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:62 +#: configdialog/kbfxconfigdlgbutton.ui.h:83 +#: configdialog/kbfxconfigdlgbutton.ui.h:104 +#: configdialog/kbfxconfigdlgthemes.ui.h:283 +msgid "Error loading image" +msgstr "Hiba a kép betöltésekor" + +#: configdialog/kbfxconfigdlgbutton.ui.h:81 +msgid "" +"

Image cannot be used as a normal button skin!

Will use default normal button skin.

" +msgstr "" +"

A választott kép nem használható mint normál állapotú gomb " +"képe!

Az alapértelmezettet fogom használni.

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:102 +msgid "" +"

Image cannot be used as a hover button skin!

Will use default hover button skin.

" +msgstr "" +"

A választott kép nem használható mint fókuszált állapotú " +"gomb képe!

Az alapértelmezettet fogom használni.

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:144 +#: configdialog/kbfxconfigdlgbutton.ui:723 +#, no-c-format +msgid "Panel Resize is 'ON'" +msgstr "Eszköztár átméretezés \"BE\"" + +#: configdialog/kbfxconfigdlgbutton.ui.h:150 +msgid "Panel Resize is 'OFF'" +msgstr "Eszköztár átméretezés \"KI\"" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:133 +msgid "Select folder to export kbfxfontrc file" +msgstr "Válaszd ki a kbfxfontrc fájl exportjának célkönyvtárát" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:164 +msgid "" +"

The Font configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" +"

A(z) %1 KBFX témához tartozó betűtípus " +"beállítások exportja sikeresen megtörtént!

" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:165 +msgid "KBFX Font Export Ready" +msgstr "KBFX betűtípus export kész" + +#: configdialog/kbfxconfigdlglayout.ui.h:16 +msgid "User Properties" +msgstr "Felhasználó tulajdonságai" + +#: configdialog/kbfxconfigdlglayout.ui.h:17 +msgid "* Top Bar Properties" +msgstr "* Felső sáv tulajdonságai" + +#: configdialog/kbfxconfigdlglayout.ui.h:18 +msgid "* Bottom Bar Properties" +msgstr "* Alsó sáv tulajdonságai" + +#: configdialog/kbfxconfigdlglayout.ui.h:20 +msgid "* List Box Properties" +msgstr "* Lista doboz tulajdonságai" + +#: configdialog/kbfxconfigdlglayout.ui.h:21 +msgid "Search Box Properties" +msgstr "Keresődoboz tulajdonságai" + +#: configdialog/kbfxconfigdlglayout.ui.h:22 +msgid "* Item Properties" +msgstr "* Elemek tulajdonságai" + +#: configdialog/kbfxconfigdlglayout.ui.h:24 +msgid "* Main Menu Properties" +msgstr "* Főmenü tulajdonságai" + +#: configdialog/kbfxconfigdlglayout.ui.h:198 +msgid "Face Position X" +msgstr "Arckép X pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:199 +msgid "Face Position Y" +msgstr "Arckép Y pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:200 +msgid "User Name Position X" +msgstr "Felhasználónév X pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:201 +msgid "User Name Position Y" +msgstr "Felhasználónév Y pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:202 +msgid "Face Box Position X" +msgstr "Arckép doboz X pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:203 +msgid "Face Box Position Y" +msgstr "Arckép doboz Y pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:204 +msgid "Face Box Height" +msgstr "Arckép doboz magassága" + +#: configdialog/kbfxconfigdlglayout.ui.h:205 +msgid "Face Box Width" +msgstr "Arckép doboz szélessége" + +#: configdialog/kbfxconfigdlglayout.ui.h:206 +msgid "Hide User Name" +msgstr "Felhasználónév elrejtése" + +#: configdialog/kbfxconfigdlglayout.ui.h:224 +msgid "* Top Bar Height" +msgstr "* Felső sáv magassága" + +#: configdialog/kbfxconfigdlglayout.ui.h:230 +msgid "Top Bar Width" +msgstr "Felső sáv szélessége" + +#: configdialog/kbfxconfigdlglayout.ui.h:255 +msgid "* Bottom Bar Height" +msgstr "* Alsó sáv magassága" + +#: configdialog/kbfxconfigdlglayout.ui.h:261 +msgid "Bottom Bar Width" +msgstr "Alsó sáv szélessége" + +#: configdialog/kbfxconfigdlglayout.ui.h:311 +msgid "* List Box Position X" +msgstr "* Lista doboz X pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:312 +msgid "* List Box Position Y" +msgstr "* Lista doboz Y pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:315 +msgid "List Box Height" +msgstr "Lista doboz magassága" + +#: configdialog/kbfxconfigdlglayout.ui.h:316 +msgid "* List Box Width" +msgstr "* Lista doboz szélessége" + +#: configdialog/kbfxconfigdlglayout.ui.h:334 +msgid "Search Box Position X" +msgstr "Keresődoboz X pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:335 +msgid "Search Box Position Y" +msgstr "Keresődoboz Y pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:338 +msgid "Search Box Height" +msgstr "Keresődoboz magassága" + +#: configdialog/kbfxconfigdlglayout.ui.h:339 +msgid "Search Box Width" +msgstr "Keresődoboz szélessége" + +#: configdialog/kbfxconfigdlglayout.ui.h:357 +msgid "* Item Position X" +msgstr "* Elem X pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:358 +msgid "* Item Position Y" +msgstr "* Elem Y pozíciója" + +#: configdialog/kbfxconfigdlglayout.ui.h:359 +msgid "Icon Size in Item" +msgstr "Elem ikonjának mérete" + +#: configdialog/kbfxconfigdlglayout.ui.h:361 +msgid "Item Height" +msgstr "Elem magassága" + +#: configdialog/kbfxconfigdlglayout.ui.h:362 +msgid "* Item Width" +msgstr "* Elem szélessége" + +#: configdialog/kbfxconfigdlglayout.ui.h:363 +msgid "Comment Margin in Item" +msgstr "Megjegyzés margó az elemben" + +#: configdialog/kbfxconfigdlglayout.ui.h:365 +msgid "No Comments in Item" +msgstr "Nincs megjegyzés az elemben" + +#: configdialog/kbfxconfigdlglayout.ui.h:406 +msgid "* Main Menu Height" +msgstr "* Főmenü magassága" + +#: configdialog/kbfxconfigdlglayout.ui.h:410 +msgid "* Main Menu Width" +msgstr "* Főmenü szélessége" + +#: configdialog/kbfxconfigdlglayout.ui.h:414 +msgid "Contracted Menues" +msgstr "Összevont menük" + +#: configdialog/kbfxconfigdlglayout.ui.h:460 +msgid "Select folder to export kbfxlayoutrc file" +msgstr "Add meg a kbfxlayoutrc fájl exportjának célkönyvtárát" + +#: configdialog/kbfxconfigdlglayout.ui.h:553 +msgid "" +"

The Layout configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" +"

A(z) %1 téma elrendezésének beállítása " +"sikeresen exportálva!

" + +#: configdialog/kbfxconfigdlglayout.ui.h:554 +msgid "KBFX Layout Export Ready" +msgstr "KBFX elrendezés exportja kész" + +#: configdialog/kbfxconfigdlglayout.ui.h:621 +msgid "" +"

The Layout configuration of the KBFX Theme %1 is ready!

Be sure to click the Apply button in order the changes to become active!

" +msgstr "" +"

A(z) %1 téma elrendezése kész!

Feltétlenül nyomd meg az Alkalmazás gombot, " +"hogy érvényesítsd a változtatásokat!

" + +#: configdialog/kbfxconfigdlglayout.ui.h:622 +msgid "KBFX Layout Ready" +msgstr "KBFX elrendezés kész" + +#: configdialog/kbfxconfigdlglayout.ui.h:628 +msgid "" +"

KBFX will calculate the necessary values using the present " +"values for:

* Main Menu Height and " +"* Main Menu Width
* Bottom Bar Height " +"and * Top Bar Height

So be sure " +"that you have entered their values as you desire!

NOTE: Have in mind that the Layout of the " +"theme also depends on the sizes of the images! So if the theme does not look " +"like as you desire either change the images' sizes to smaller width OR " +"change * Main Menu Width to higher value!

" +msgstr "" +"

A KBFX a jelenlegi értékek alapján beállítja a " +"következőket:

* Főmenü magassága és " +"* Főmenü szélessége
* Alsó sor magassága és * Felső sor magassága

Győződj meg róla, hogy mindennek a kívánt értéket adtad meg!

Figyelem:Vedd figyelembe, hogy a téma " +"elrendezése a használt képek méretétől is függ! Tehát, ha a téma nem úgy néz " +"ki, ahogy szeretted volna, akkor állítsd a képeket kisebb méretűre VAGY " +"állítsd a * Főmenü magasságát nagyobbra!

" + +#: configdialog/kbfxconfigdlglayout.ui.h:634 +msgid "Prepare Layout for the KBFX theme" +msgstr "Elrendezés előkészítése a KBFX témához" + +#: configdialog/kbfxconfigdlglayout.ui.h:635 +msgid "Prepare" +msgstr "Elkészítés" + +#: configdialog/kbfxconfigdlgplugins.ui.h:15 +msgid "Left Panel" +msgstr "Bal panel" + +#: configdialog/kbfxconfigdlgplugins.ui.h:16 +msgid "Right Panel" +msgstr "Jobb panel" + +#: configdialog/kbfxconfigdlgplugins.ui.h:79 +#: configdialog/kbfxconfigdlgplugins.ui.h:85 +msgid "

Not Implemented yet.

" +msgstr "

Még nincs implementálva.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:61 +msgid "" +"

Invalid user themes folder!

Will use " +"default user themes folder.

" +msgstr "" +"

Érvénytelen felhasználói témakönyvtár!

Az alapértelmezettet fogom használni.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:63 +msgid "Error loading themes" +msgstr "Hiba a témák betöltésekor" + +#: configdialog/kbfxconfigdlgthemes.ui.h:170 +msgid "" +"

Are you sure you want to uninstall the KBFX theme " +"%1?

" +msgstr "

Biztosan törölni szeretnéd a(z) %1 témát?

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:171 +msgid "Uninstall KBFX theme" +msgstr "KBFX téma eltávolítása" + +#: configdialog/kbfxconfigdlgthemes.ui.h:172 +msgid "Uninstall" +msgstr "Eltávolítás" + +#: configdialog/kbfxconfigdlgthemes.ui.h:177 +msgid "" +"

Do you want to keep your personal settings for theme " +"%1?

" +msgstr "" +"

Szeretnéd megtartani a(z) %1 témához tartozó személyes " +"beállításaid?

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:178 +msgid "Personal settings" +msgstr "Személyes beállítások" + +#: configdialog/kbfxconfigdlgthemes.ui.h:179 +msgid "Keep settings" +msgstr "Beállítások megtartása" + +#: configdialog/kbfxconfigdlgthemes.ui.h:180 +msgid "Delete settings" +msgstr "Beállítások törlése" + +#: configdialog/kbfxconfigdlgthemes.ui.h:210 +msgid "" +"

Could not uninstall this KBFX theme.

You may not have sufficient permissions to delete the folder " +"%1.

" +msgstr "" +"

Nem sikerült eltávolítani ezt a KBFX témát.

Valószínűleg nincs elegendő jogosultságod a(z) %1 könyvtár törléséhez.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:223 +msgid "KBFX theme packages (*.tar, *.tar.bz2, *.tar.gz, *.kbfxtheme)" +msgstr "KBFX témacsomagok (*.tar, *.tar.bz2, *.tar.gz, *.kbfxtheme)" + +#: configdialog/kbfxconfigdlgthemes.ui.h:227 +msgid "Select KBFX theme package to install" +msgstr "Válaszd ki a telepíteni kívánt témacsomagot" + +#: configdialog/kbfxconfigdlgthemes.ui.h:243 +msgid "

Could not read this KBFX theme package.

" +msgstr "

Nem sikerült olvasni ezt a KBFX témacsomagot.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:270 +msgid "Select personal image" +msgstr "Személyes kép kiválasztása" + +#: configdialog/kbfxconfigdlgthemes.ui.h:281 +msgid "" +"

Image cannot be used as a personal image!

Will use default personal image.

" +msgstr "" +"

A választott kép nem használható mint személyes kép!

Az alapértelmezett képet fogom használni.

" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:23 +msgid "Turn the animation 'OFF'" +msgstr "Animáció \"KI\"" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:30 +msgid "Turn the animation 'ON'" +msgstr "Animáció \"BE\"" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:53 +msgid "Turn the tooltip 'OFF'" +msgstr "Eszköztippek \"KI\"" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:60 +msgid "Turn the tooltip 'ON'" +msgstr "Eszköztipp \"BE\"" + +#: configdialog/main.cpp:36 +msgid "KBFX Configuration Utility" +msgstr "KBFX Beállító Segédprogram" + +#: configdialog/main.cpp:40 +msgid "Install KBFX theme from " +msgstr "KBFX téma telepítése saját címről" + +#: configdialog/main.cpp:41 +msgid "Prepare KBFX theme from folder " +msgstr "KBFX téma előkészítése a következő -en található könyvtárból" + +#: configdialog/main.cpp:42 +msgid "Show the About page" +msgstr "Névjegy mutatása" + +#: configdialog/main.cpp:79 +msgid "

Could not create this KBFX theme package.

" +msgstr "

Nem sikerült létrehozni ezt a KBFX témacsomagot.

" + +#: configdialog/main.cpp:90 +msgid "

KBFX Theme %1 prepared.

" +msgstr "

A(z) %1 KBFX téma elkészítve.

" + +#: configdialog/main.cpp:91 +msgid "KBFX Theme Ready" +msgstr "KBFX téma kész" + +#: configdialog/main.cpp:135 +msgid "kbfxconfigapp" +msgstr "kbfxconfigapp" + +#: kbfxlib/common/kbfxconfig.cpp:32 +msgid "Not Specified" +msgstr "Nincs megadva" + +#: kbfxlib/common/kbfxfontchooser.cpp:38 +msgid "Font..." +msgstr "Betűtípus..." + +#: plugins/applications/kbfxplasmadataplugin.cpp:102 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:103 +msgid "" +"

There is a problem in TDE Menu services!
KBFX can try " +"to autorepair this problem.
Should KBFX autorepair this problem?

" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:103 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:104 +msgid "Problem in TDE Menu Services" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:104 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:105 +msgid "Do Autorepair" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:105 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:106 +msgid "Do NOT Autorepair" +msgstr "" + +#: src/kbfxbutton.cpp:275 +msgid "Remove KBFX from Pannel" +msgstr "KBFX eltávolítása a Panelről" + +#: src/kbfxbutton.cpp:277 +msgid "Reload KBFX" +msgstr "KBFX újratöltése" + +#: src/kbfxbutton.cpp:280 +msgid "Configure KBFX" +msgstr "KBFX beállítása" + +#: src/kbfxbutton.cpp:282 +msgid "Edit Applications Menu" +msgstr "Alkalmazások menü szerkesztése" + +#: src/kbfxbutton.cpp:400 +msgid "" +"Invalid images were dropped!\n" +"Cannot set the KBFX button to use these images!" +msgstr "" +"Érvénytelen képeket helyeztél el!\n" +"Nem lehet beállítani a KBFX gombot ezen képek használatára!" + +#: src/kbfxbutton.cpp:402 +msgid "Error setting KBFX button images" +msgstr "Hiba a KBFX gomb képeinek beállításakor" + +#: src/kbfxspinxmenu.cpp:69 +msgid "Double click to clear..." +msgstr "Törléshez kattints kétszer..." + +#: src/kbfxspinxmenu.cpp:81 +msgid "Type here to search..." +msgstr "Keresendő kifejezés..." + +#: configdialog/kbfxconfigappui.rc:4 +#, no-c-format +msgid "C&ustom" +msgstr "Egyéni" + +#: configdialog/kbfxconfigdlgabout.ui:24 +#, no-c-format +msgid "Form1" +msgstr "Form1" + +#: configdialog/kbfxconfigdlgabout.ui:80 +#, no-c-format +msgid "

People behind KBFX

" +msgstr "

A KBFX mögött álló emberek

" + +#: configdialog/kbfxconfigdlgabout.ui:148 +#, no-c-format +msgid "You are running: KBFX 0493" +msgstr "A KBFX 0493 verzióját futtatod" + +#: configdialog/kbfxconfigdlgabout.ui:197 +#, no-c-format +msgid "" +"Here are the people behind the KBFX application.\n" +"We would like to thank all people who have helped with KBFX or have donated " +"money to our project!\n" +"THANKS A LOT ALL OF YOU OUT THERE!!!" +msgstr "" +"Itt olvashatsz a kbfx mögött álló emberekről.\n" +"Szeretnénk köszönetet mondani mindazoknak, akik segítettek a KBFX\n" +"fejlesztésében és akik adományukkal segítették a projektet! KÖSZÖNET\n" +"MINDANNYIÓTOKNAK ODAKINN!!!" + +#: configdialog/kbfxconfigdlgabout.ui:248 +#, no-c-format +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: Author, Maintainer, Developer, Project " +"Admin

Email: siraj(a)mail.kbfx.net" +msgstr "" +"Név: Siraj Razick

Ország: Sri " +"Lanka

KBFX: Szerző, Karbantartó, Fejlesztő, " +"Projektvezető

Email: siraj(a)mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui:558 +#, no-c-format +msgid "" +"Tip! Hover over the contact images to see each personal contact " +"information." +msgstr "" +"Tipp!Húzd az egeret a képek fölé, hogy megtekinthesd minden személy " +"kapcsolati adatait." + +#: configdialog/kbfxconfigdlgabout.ui:602 +#, no-c-format +msgid "SPONSORS!" +msgstr "TÁMOGATÓK!" + +#: configdialog/kbfxconfigdlgabout.ui:627 +#, no-c-format +msgid "" +"We would like to thank swedish computer company PC Agenten for " +"sponsoring us with a server and bandwidth." +msgstr "" +"Szeretnénk köszönetet mondani a svéd PC Agenten számítástechnikai " +"cégnek hogy egy szerverrel és sávszélességgel támogatott bennünket." + +#: configdialog/kbfxconfigdlgabout.ui:649 +#, no-c-format +msgid "" +"

HTTP://WWW." +"PCAGENTEN.SE

" +msgstr "" +"

HTTP://WWW." +"PCAGENTEN.SE

" + +#: configdialog/kbfxconfigdlgbutton.ui:27 +#, no-c-format +msgid "KBFX Button" +msgstr "KBFX gomb" + +#: configdialog/kbfxconfigdlgbutton.ui:39 +#, no-c-format +msgid "" +"To change KBFX button skin, simply browse to the image you want OR just " +"Drag&Drop the images to their respective place." +msgstr "" +"A KBFX gomb kinézetének megváltoztatásához egyszerűen csak nyisd meg a " +"használni kívánt képet VAGY \"húzd és ejtsd\" a képeket a megfelelő helyre." + +#: configdialog/kbfxconfigdlgbutton.ui:81 +#, no-c-format +msgid "\"PRESSED\" IMAGE SELECTION" +msgstr "\"LENYOMOTT\" KÉP VÁLASZTÁS" + +#: configdialog/kbfxconfigdlgbutton.ui:109 +#, no-c-format +msgid "Please select \"pressed\" image." +msgstr "Válaszd ki a \"Lenyomott\" állapothoz tartozó képet." + +#: configdialog/kbfxconfigdlgbutton.ui:134 +#: configdialog/kbfxconfigdlgbutton.ui:300 +#: configdialog/kbfxconfigdlgbutton.ui:478 +#, no-c-format +msgid "image/jpeg image/png image/x-xpm image/gif" +msgstr "Képek/jpeg Képek/png Képek/x-xpm Képek/gif" + +#: configdialog/kbfxconfigdlgbutton.ui:137 +#, no-c-format +msgid "The Pressed Button Skin Image" +msgstr "A \"Lenyomott\" állapothoz tartozó kép" + +#: configdialog/kbfxconfigdlgbutton.ui:140 +#, no-c-format +msgid "Here you can choose the Pressed Button Skin Image" +msgstr "Itt választhatod ki a \"Lenyomott\" állapotú gombhoz tartozó képet" + +#: configdialog/kbfxconfigdlgbutton.ui:167 +#: configdialog/kbfxconfigdlgbutton.ui:333 +#: configdialog/kbfxconfigdlgbutton.ui:511 +#, no-c-format +msgid "Preview" +msgstr "Előnézet" + +#: configdialog/kbfxconfigdlgbutton.ui:213 +#, no-c-format +msgid "Pressed Button Skin" +msgstr "Lenyomott állapotú gomb képe" + +#: configdialog/kbfxconfigdlgbutton.ui:216 +#, no-c-format +msgid "Here you can Drag&Drop the Pressed Button Skin Image." +msgstr "Ide ejtheted a \"Lenyomott\" állapotú gomb képét." + +#: configdialog/kbfxconfigdlgbutton.ui:253 +#, no-c-format +msgid "\"NORMAL\" IMAGE SELECTION" +msgstr "\"NORMÁL\" KÉP VÁLASZTÁS" + +#: configdialog/kbfxconfigdlgbutton.ui:281 +#, no-c-format +msgid "Please select \"normal\" image." +msgstr "Válaszd ki a \"normál\" állapothoz tartozó képet." + +#: configdialog/kbfxconfigdlgbutton.ui:303 +#, no-c-format +msgid "The Normal Button Skin Image" +msgstr "A \"Normál\" állapotú gomb képe" + +#: configdialog/kbfxconfigdlgbutton.ui:306 +#, no-c-format +msgid "Here you can choose the Normal Button Skin Image" +msgstr "Itt választhatod ki a \"Normál\" állapothoz tartozó képet" + +#: configdialog/kbfxconfigdlgbutton.ui:382 +#, no-c-format +msgid "Normal Button Skin" +msgstr "\"Normál\" állapotú gomb képe" + +#: configdialog/kbfxconfigdlgbutton.ui:385 +#, no-c-format +msgid "Here you can Drag&Drop the Normal Button Skin Image." +msgstr "Ide ejtheted a \"Normál\" állapotú gomb képét." + +#: configdialog/kbfxconfigdlgbutton.ui:422 +#, no-c-format +msgid "\"HOVER\" IMAGE SELECTION" +msgstr "\"FÓKUSZÁLT\" KÉP VÁLASZTÁS" + +#: configdialog/kbfxconfigdlgbutton.ui:450 +#, no-c-format +msgid "Please select \"hover\" image." +msgstr "Válaszd ki a \"Fókuszált\" állapothoz tartozó képet." + +#: configdialog/kbfxconfigdlgbutton.ui:481 +#, no-c-format +msgid "The Hover Button Skin Image" +msgstr "A \"Fókuszált\" állapotú gombhoz tartozó kép" + +#: configdialog/kbfxconfigdlgbutton.ui:484 +#, no-c-format +msgid "Here you can choose the Hover Button Skin Image" +msgstr "Itt választhatod ki a \"Fókuszált\" állapotú gombhoz tartozó képet" + +#: configdialog/kbfxconfigdlgbutton.ui:557 +#, no-c-format +msgid "Hover Button Skin" +msgstr "\"Fókuszált\" állapotú gomb képe" + +#: configdialog/kbfxconfigdlgbutton.ui:560 +#, no-c-format +msgid "Here you can Drag&Drop the Hover Button Skin Image." +msgstr "Ide ejtheted a \"Fókuszált\" állapotú gomb képét." + +#: configdialog/kbfxconfigdlgbutton.ui:614 +#, no-c-format +msgid "

Please select KBFX button's images

" +msgstr "

Válaszd ki a KBFX gomb képeit

" + +#: configdialog/kbfxconfigdlgbutton.ui:639 +#, no-c-format +msgid "Resize Panel" +msgstr "Panel átméretezése" + +#: configdialog/kbfxconfigdlgbutton.ui:667 +#, no-c-format +msgid "" +"Tip! This button resizes the panel on which the KBFX button is to " +"button's height or width." +msgstr "" +"Tipp! Ez a gomb átméretezi a KBFX gombot tartalmazó eszköztárt saját " +"magasságára, illetve szélességére." + +#: configdialog/kbfxconfigdlgbutton.ui:823 +#, no-c-format +msgid "

Preview of selected images

" +msgstr "

Választott képek előnézete

" + +#: configdialog/kbfxconfigdlgbutton.ui:848 +#, no-c-format +msgid "Livepreview" +msgstr "Élőkép" + +#: configdialog/kbfxconfigdlgbutton.ui:876 +#, no-c-format +msgid "" +"Tip! To see live preview, hover or press the preview image with your " +"mouse." +msgstr "" +"Tipp! Az élő előnézeti kép megtekintéséhez vidd az egérkurzort az " +"előnézeti kép fölé vagy kattints rajta." + +#: configdialog/kbfxconfigdlgbutton.ui:939 +#, no-c-format +msgid "KBFX Button live preview" +msgstr "KBFX gomb élő előnézet" + +#: configdialog/kbfxconfigdlgbutton.ui:942 +#, no-c-format +msgid "Here you can see the live preview of the KBFX Button." +msgstr "Itt láthatod a KBFX gomb valósidejű előnézeti képét." + +#: configdialog/kbfxconfigdlgbutton.ui:966 +#, no-c-format +msgid "Button Fade Transition Effect" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:978 +#, no-c-format +msgid "Check this to turn the fade effect of the button ON" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:981 +#, no-c-format +msgid "" +"This allows you to turn ON or OFF the fade effect for the KBFX button." +"
This effect makes transitions between the three images (normal, hover, " +"pressed) animated." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1003 +#, no-c-format +msgid "Fade Effect Time (in msec.):" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1006 +#: configdialog/kbfxconfigdlgbutton.ui:1034 +#, no-c-format +msgid "" +"The fade effect transition time in msec. Valid values are between 20 and " +"1000 msec. Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1009 +#: configdialog/kbfxconfigdlgbutton.ui:1037 +#, no-c-format +msgid "" +"Here you can enter the value of the fade effect transition time in msec." +"
Valid values are between 20 and 1000 msec.
Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:24 +#: configdialog/kbfxconfigdlglayout.ui:24 +#: configdialog/kbfxconfigdlgplugins.ui:24 +#: configdialog/kbfxconfigdlgstyle.ui:24 configdialog/kbfxconfigdlgthemes.ui:24 +#: configdialog/kbfxconfigdlgtooltip.ui:27 +#, no-c-format +msgid "KBFX Control Center" +msgstr "KBFX vezérlőpult" + +#: configdialog/kbfxconfigdlgfonts-old.ui:83 +#, no-c-format +msgid "

Font options

" +msgstr "

Betűtípus beállítások

" + +#: configdialog/kbfxconfigdlgfonts-old.ui:127 +#, no-c-format +msgid "EXPORT KBFXFONTRC FILE" +msgstr "KBFXFONTRC FÁJL EXPORTÁLÁSA" + +#: configdialog/kbfxconfigdlgfonts-old.ui:130 +#, no-c-format +msgid "Export the kbfxfontrc file to a folder" +msgstr "kbfxfontrc fájl exportálása könyvtárba" + +#: configdialog/kbfxconfigdlgfonts-old.ui:154 +#: configdialog/kbfxconfigdlglayout.ui:154 +#, no-c-format +msgid "Setup fonts for your KBFX" +msgstr "KBFX betűtípusainak testreszabása" + +#: configdialog/kbfxconfigdlgfonts-old.ui:240 +#, no-c-format +msgid "Application \"LINE\":" +msgstr "Alkalmazás \"SOR\":" + +#: configdialog/kbfxconfigdlgfonts-old.ui:259 +#, no-c-format +msgid "Horizontal line color in the application area." +msgstr "Vízszintes vonal színe az alkalmazásterületen." + +#: configdialog/kbfxconfigdlgfonts-old.ui:294 +#, no-c-format +msgid "Application text :" +msgstr "Alkalmazás szövege:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:313 +#, no-c-format +msgid "Select the color of the \"application\" in the menu." +msgstr "Válaszd ki a menüben lévő \"alkalmazás\" színét." + +#: configdialog/kbfxconfigdlgfonts-old.ui:348 +#, no-c-format +msgid "Comment text:" +msgstr "Megjegyzés szövegének színe:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:367 +#, no-c-format +msgid "Color of the \"comments\" in the menu." +msgstr "A menüben lévő \"megjegyzések\" színe." + +#: configdialog/kbfxconfigdlgfonts-old.ui:402 +#, no-c-format +msgid "Name display:" +msgstr "Név megjelenítés:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:421 +#, no-c-format +msgid "The color of your login name in the menu." +msgstr "Menüben megjelenő bejelentkezési név színe." + +#: configdialog/kbfxconfigdlgfonts-old.ui:450 +#, no-c-format +msgid "Category text:" +msgstr "Kategória szövege:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:469 +#, no-c-format +msgid "Font color of the categoris in the menu." +msgstr "Kategóriák betűszíne." + +#: configdialog/kbfxconfigdlgfonts-old.ui:504 +#, no-c-format +msgid "Separator:" +msgstr "Elválasztó:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:523 +#, fuzzy, no-c-format +msgid "The color of the separator in the menu." +msgstr "Kategóriák betűszíne." + +#: configdialog/kbfxconfigdlgfonts-old.ui:558 +#, no-c-format +msgid "Plugin:" +msgstr "Modul:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:577 +#, fuzzy, no-c-format +msgid "The color of the plugin in the menu." +msgstr "Menüben megjelenő bejelentkezési név színe." + +#: configdialog/kbfxconfigdlgfonts-old.ui:612 +#, fuzzy, no-c-format +msgid "Tooltip:" +msgstr "Eszköztipp" + +#: configdialog/kbfxconfigdlgfonts-old.ui:631 +#, fuzzy, no-c-format +msgid "The color of the tooltip in the menu." +msgstr "Kategóriák betűszíne." + +#: configdialog/kbfxconfigdlgfonts-old.ui:693 +#, no-c-format +msgid "Select font for the application's text" +msgstr "Add meg az alkalmazások betűtípusát" + +#: configdialog/kbfxconfigdlgfonts-old.ui:712 +#, no-c-format +msgid "Select font for the comment's text" +msgstr "Add meg a megjegyzések betűtípusát" + +#: configdialog/kbfxconfigdlgfonts-old.ui:731 +#, no-c-format +msgid "Select font for the username's text" +msgstr "Add meg a felhasználónév betűtípusát" + +#: configdialog/kbfxconfigdlgfonts-old.ui:750 +#, no-c-format +msgid "Select font for the category's text" +msgstr "Add meg a kategória szövegének betűtípusát" + +#: configdialog/kbfxconfigdlgfonts-old.ui:769 +#, no-c-format +msgid "Select font for the separator's text" +msgstr "Add meg az elválasztók szövegének betűtípusát" + +#: configdialog/kbfxconfigdlgfonts-old.ui:788 +#, no-c-format +msgid "Select font for the plugins' text" +msgstr "Válaszd ki a modulok szöveg betűtípusát" + +#: configdialog/kbfxconfigdlgfonts-old.ui:807 +#, fuzzy, no-c-format +msgid "Select font for the tooltip's text" +msgstr "Add meg a megjegyzések betűtípusát" + +#: configdialog/kbfxconfigdlgfonts-old.ui:884 +#: configdialog/kbfxconfigdlglayout.ui:210 +#, no-c-format +msgid "Theme that is edited:" +msgstr "Szerkesztett téma:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:925 +#: configdialog/kbfxconfigdlglayout.ui:245 +#, no-c-format +msgid "

default

" +msgstr "

alapértelmezés

" + +#: configdialog/kbfxconfigdlgfonts-old.ui:928 +#: configdialog/kbfxconfigdlglayout.ui:248 +#, no-c-format +msgid "Please select the theme you want to edit" +msgstr "Válaszd ki a szerkeszteni kívánt témát" + +#: configdialog/kbfxconfigdlgfonts-old.ui:947 +#, no-c-format +msgid "Bold fonts on hover" +msgstr "Félkövér betűk fókusznál" + +#: configdialog/kbfxconfigdlgfonts-old.ui:950 +#: configdialog/kbfxconfigdlgfonts-old.ui:953 +#, no-c-format +msgid "Make fonts bolder when you hover the mouse over an item" +msgstr "A betűk legyenek félkövérek, ha az egér egy elem fölött van" + +#: configdialog/kbfxconfigdlglayout.ui:83 +#, no-c-format +msgid "

Layout options

" +msgstr "

Elrendezés beállítások

" + +#: configdialog/kbfxconfigdlglayout.ui:127 +#, no-c-format +msgid "EXPORT KBFXLAYOUTRC FILE" +msgstr "KBFXLAYOUTRC FÁJL EXPORTÁLÁSA" + +#: configdialog/kbfxconfigdlglayout.ui:130 +#, no-c-format +msgid "Export the kbfxlayoutrc file to a folder" +msgstr "kbfxlayoutrc fájl exportálása könyvtárba" + +#: configdialog/kbfxconfigdlglayout.ui:267 +#, no-c-format +msgid "Select the Layout property to change" +msgstr "Válaszd ki a szerkeszteni kívánt elrendezési tulajdonságot" + +#: configdialog/kbfxconfigdlglayout.ui:327 +#, no-c-format +msgid "Make it 2 panels (Left \"ON\")" +msgstr "Váltás 2 paneles módba (Baloldali \"BE\")" + +#: configdialog/kbfxconfigdlglayout.ui:343 +#, no-c-format +msgid "Make it 2 panels (Right \"ON\")" +msgstr "Váltás 2 paneles módba (Jobboldali \"BE\")" + +#: configdialog/kbfxconfigdlglayout.ui:359 +#, no-c-format +msgid "Make it 3 panels" +msgstr "Váltás 3 paneles módba" + +#: configdialog/kbfxconfigdlglayout.ui:461 +#, no-c-format +msgid "textLabel1" +msgstr "textLabel1" + +#: configdialog/kbfxconfigdlglayout.ui:515 +#, no-c-format +msgid "textLabel2" +msgstr "textLabel2" + +#: configdialog/kbfxconfigdlglayout.ui:569 +#, no-c-format +msgid "textLabel3" +msgstr "textLabel3" + +#: configdialog/kbfxconfigdlglayout.ui:623 +#, no-c-format +msgid "textLabel4" +msgstr "textLabel4" + +#: configdialog/kbfxconfigdlglayout.ui:668 +#, no-c-format +msgid "checkBox1" +msgstr "checkBox1" + +#: configdialog/kbfxconfigdlglayout.ui:747 +#, no-c-format +msgid "textLabel5" +msgstr "textLabel5" + +#: configdialog/kbfxconfigdlglayout.ui:801 +#, no-c-format +msgid "textLabel6" +msgstr "textLabel6" + +#: configdialog/kbfxconfigdlglayout.ui:855 +#, no-c-format +msgid "textLabel7" +msgstr "textLabel7" + +#: configdialog/kbfxconfigdlglayout.ui:909 +#, no-c-format +msgid "textLabel8" +msgstr "textLabel8" + +#: configdialog/kbfxconfigdlglayout.ui:954 +#, no-c-format +msgid "checkBox2" +msgstr "checkBox2" + +#: configdialog/kbfxconfigdlgmain.ui:27 +#, no-c-format +msgid "KBFX Configurator Application" +msgstr "KBFX Beállító Alkalmazás" + +#: configdialog/kbfxconfigdlgmain.ui:64 +#, no-c-format +msgid "KBFX Themes" +msgstr "KBFX témák" + +#: configdialog/kbfxconfigdlgmain.ui:96 +#, no-c-format +msgid "Search Engine" +msgstr "Keresőmotor" + +#: configdialog/kbfxconfigdlgmain.ui:112 +#, no-c-format +msgid "About KBFX" +msgstr "A KBFX névjegye" + +#: configdialog/kbfxconfigdlgmain.ui:192 +#, no-c-format +msgid "" +"




If you want you can check the latest " +"news for KBFX from here:
KBFX News" +msgstr "" +"




A KBFX-szel kapcsolatos legfrissebb " +"hírekért látogass el ide:
KBFX Hírek

" + +#: configdialog/kbfxconfigdlgmain.ui:233 +#, no-c-format +msgid "Open Help Documentation" +msgstr "Súgó megnyitása" + +#: configdialog/kbfxconfigdlgmain.ui:252 +#, no-c-format +msgid "&Default" +msgstr "Alapértelmezett" + +#: configdialog/kbfxconfigdlgmain.ui:261 +#, no-c-format +msgid "Apply the default configuration for this section only" +msgstr "Alapértelmezett beállítások alkalmazása csak erre a szakaszra" + +#: configdialog/kbfxconfigdlgmain.ui:306 +#, no-c-format +msgid "Save the configuration and Apply it" +msgstr "Beállítások mentése és alkalmazása" + +#: configdialog/kbfxconfigdlgmain.ui:334 +#, no-c-format +msgid "Exit the configuration without saving" +msgstr "Kilépés a beállításokból mentés nélkül" + +#: configdialog/kbfxconfigdlgmain.ui:484 +#, no-c-format +msgid "Kbfx start button
" +msgstr "KBFX start gomb
" + +#: configdialog/kbfxconfigdlgplugins.ui:80 +#, no-c-format +msgid "

Plugins options

" +msgstr "

Modul beállítások

" + +#: configdialog/kbfxconfigdlgplugins.ui:99 +#, no-c-format +msgid "Select KBFX Panel" +msgstr "KBFX panel kiválasztása" + +#: configdialog/kbfxconfigdlgplugins.ui:127 +#: configdialog/kbfxconfigdlgplugins.ui:130 +#, no-c-format +msgid "Plugin to configure" +msgstr "Beállítandó modul" + +#: configdialog/kbfxconfigdlgplugins.ui:152 +#, no-c-format +msgid "Please select the panel you want to configure: " +msgstr "Válaszd ki, melyik panelt szeretnéd beállítani: " + +#: configdialog/kbfxconfigdlgplugins.ui:173 +#, no-c-format +msgid "&Available Plugins:" +msgstr "Elérhető modulok:" + +#: configdialog/kbfxconfigdlgplugins.ui:176 +#, no-c-format +msgid "&Enabled Plugins:" +msgstr "Engedélyezett modulok:" + +#: configdialog/kbfxconfigdlgplugins.ui:223 +#, no-c-format +msgid "&Configure Plugin" +msgstr "Modul beállítása" + +#: configdialog/kbfxconfigdlgplugins.ui:226 +#: configdialog/kbfxconfigdlgplugins.ui:229 +#, no-c-format +msgid "Configure the selected plugin" +msgstr "Választott modul beállítása" + +#: configdialog/kbfxconfigdlgplugins.ui:248 +#, no-c-format +msgid "&Plugin Information" +msgstr "Modul Információ" + +#: configdialog/kbfxconfigdlgplugins.ui:251 +#: configdialog/kbfxconfigdlgplugins.ui:254 +#, no-c-format +msgid "Information about the selected plugin" +msgstr "Választott modul részletei" + +#: configdialog/kbfxconfigdlgstyle.ui:77 +#, no-c-format +msgid "

Menu type

" +msgstr "

Menü típusa

" + +#: configdialog/kbfxconfigdlgstyle.ui:96 +#, no-c-format +msgid "Please select the menu style" +msgstr "Válaszd ki a menü stílusát" + +#: configdialog/kbfxconfigdlgstyle.ui:172 +#: configdialog/kbfxconfigdlgstyle.ui:221 +#, no-c-format +msgid "KBFX MENU" +msgstr "KBFX MENÜ" + +#: configdialog/kbfxconfigdlgstyle.ui:197 +#: configdialog/kbfxconfigdlgstyle.ui:353 +#, fuzzy, no-c-format +msgid "TDE MENU" +msgstr "KDE MENÜ" + +#: configdialog/kbfxconfigdlgthemes.ui:55 +#, no-c-format +msgid "Select default folder" +msgstr "Alapértelmezett könyvtár kiválasztása" + +#: configdialog/kbfxconfigdlgthemes.ui:93 +#, no-c-format +msgid "Please select the target folder where your themes are." +msgstr "Válaszd ki a témákat tartalmazó könyvtárat." + +#: configdialog/kbfxconfigdlgthemes.ui:126 +#, no-c-format +msgid "SpixBar" +msgstr "SpixBar" + +#: configdialog/kbfxconfigdlgthemes.ui:150 +#, no-c-format +msgid "Installed Themes" +msgstr "Telepített témák" + +#: configdialog/kbfxconfigdlgthemes.ui:153 +#, no-c-format +msgid "Here are listed all the installed KBFX Themes" +msgstr "Itt vannak felsorolva a telepített KBFX témák" + +#: configdialog/kbfxconfigdlgthemes.ui:180 +#, no-c-format +msgid "Selected Theme Preview" +msgstr "Választott téma előnézete" + +#: configdialog/kbfxconfigdlgthemes.ui:325 +#, no-c-format +msgid "Delete Selected" +msgstr "Kijelöltek törlése" + +#: configdialog/kbfxconfigdlgthemes.ui:328 +#, no-c-format +msgid "Delete the Selected Theme" +msgstr "Kiválasztott téma törlése" + +#: configdialog/kbfxconfigdlgthemes.ui:331 +#, no-c-format +msgid "" +"Pressing the button will delete the currently selected theme.
Warning!" +" You cannot delete the installed system wide themes!" +msgstr "" +"A gomb lenyomásával az éppen kijelölt téma törlésre kerül.
Figyelem! Az egész rendszerre érvényes témákat nem lehet törölni!" + +#: configdialog/kbfxconfigdlgthemes.ui:350 +#, no-c-format +msgid "Get Themes" +msgstr "Témák beszerzése" + +#: configdialog/kbfxconfigdlgthemes.ui:353 +#, no-c-format +msgid "Get More Themes from the Internet" +msgstr "További témák beszerzése az Internetről" + +#: configdialog/kbfxconfigdlgthemes.ui:356 +#, no-c-format +msgid "" +"Pressing the button will launch konqueror and go to the KBFX Themes Section " +"on www.kde-look.org" +msgstr "" +"A gomb megnyomásával egy Konqueror ablak nyílik a www.kde-look.org KBFX téma " +"szekciójával" + +#: configdialog/kbfxconfigdlgthemes.ui:385 +#, no-c-format +msgid "Install Theme" +msgstr "Téma telepítése" + +#: configdialog/kbfxconfigdlgthemes.ui:388 +#, no-c-format +msgid "Install New Theme from KBFX Theme Package" +msgstr "Új téma telepítése KBFX Témacsomagból" + +#: configdialog/kbfxconfigdlgthemes.ui:391 +#, no-c-format +msgid "" +"Pressing the button will offer a dialog where you can choose KBFX Theme " +"Package to install in your home folder" +msgstr "" +"A gomb megnyomásával kiválaszthatod hogy megy KBFX témacsomag kerüljön " +"telepítésre a saját könyvtáradba" + +#: configdialog/kbfxconfigdlgthemes.ui:410 configdialog/kbfxthemeinfo.ui:24 +#, no-c-format +msgid "Theme Info" +msgstr "Téma Info" + +#: configdialog/kbfxconfigdlgthemes.ui:413 +#, no-c-format +msgid "Show specific theme info" +msgstr "Témaspecifikus információ megjelenítése" + +#: configdialog/kbfxconfigdlgthemes.ui:416 +#, no-c-format +msgid "Pressing the button will show you specific theme info" +msgstr "A gomb megnyomásával megtekintheted a témaspecifikus információkat" + +#: configdialog/kbfxconfigdlgthemes.ui:449 +#, no-c-format +msgid "Personal Image" +msgstr "Saját kép" + +#: configdialog/kbfxconfigdlgthemes.ui:488 +#, no-c-format +msgid "Theme's Default" +msgstr "Téma alapértelmezése" + +#: configdialog/kbfxconfigdlgthemes.ui:491 +#, no-c-format +msgid "Set the Theme's Default Personal Image" +msgstr "Téma alapértelmezett saját képének beállítása" + +#: configdialog/kbfxconfigdlgthemes.ui:494 +#, no-c-format +msgid "" +"Pressing the button will delete the personal image you have selected and " +"install the theme's default personal image" +msgstr "" +"A gomb megnyomásával a beállított saját kép törlődik és helyette a témában " +"beállítottalapértelmezett kép kerül telepítésre" + +#: configdialog/kbfxconfigdlgthemes.ui:510 +#, no-c-format +msgid "Maxsize 48 x 48" +msgstr "Maximális méret 48 x 48" + +#: configdialog/kbfxconfigdlgthemes.ui:532 +#, no-c-format +msgid "Select New image" +msgstr "Új kép kiválasztása" + +#: configdialog/kbfxconfigdlgthemes.ui:535 +#, no-c-format +msgid "Select a Personal Image" +msgstr "Saját kép kiválasztása" + +#: configdialog/kbfxconfigdlgthemes.ui:538 +#, no-c-format +msgid "Pressing the button will open a dialog to select your personal image" +msgstr "A gomb megnyomásával kiválaszthatod a saját személyes képed" + +#: configdialog/kbfxconfigdlgthemes.ui:684 +#, no-c-format +msgid "This is your personal image displayed at the KBFX menu." +msgstr "" +"Ez a saját kép mely a KBFX menü bal felső sarkában kerül megjelenítésre." + +#: configdialog/kbfxconfigdlgthemes.ui:725 +#, no-c-format +msgid "Misc Options" +msgstr "Egyéb beállítások" + +#: configdialog/kbfxconfigdlgthemes.ui:764 +#, no-c-format +msgid "Watch System Installs" +msgstr "Rendszertelepítések figyelése" + +#: configdialog/kbfxconfigdlgthemes.ui:767 +#: configdialog/kbfxconfigdlgthemes.ui:770 +#, no-c-format +msgid "Watch for applications installs and reload KBFX if any occurs" +msgstr "Alkalmazás telepítések figyelése és KBFX újratöltése szükség esetén" + +#: configdialog/kbfxconfigdlgthemes.ui:786 +#: configdialog/kbfxconfigdlgthemes.ui:789 +#, no-c-format +msgid "Show Old Themes" +msgstr "Régi témák megjelenítése" + +#: configdialog/kbfxconfigdlgthemes.ui:839 +#, no-c-format +msgid "

Please select theme folder

" +msgstr "

Válassz téma könyvtárat

" + +#: configdialog/kbfxconfigdlgthemes.ui:886 +#, no-c-format +msgid "

Installed themes

" +msgstr "

Telepített témák

" + +#: configdialog/kbfxconfigdlgtooltip.ui:80 +#, no-c-format +msgid "

Tooltip ON or OFF

" +msgstr "

Eszköztipp KI/BEkapcsolása

" + +#: configdialog/kbfxconfigdlgtooltip.ui:99 +#, no-c-format +msgid "Turn off or on the tooltip" +msgstr "Eszköztipp ki/bekapcsolása" + +#: configdialog/kbfxconfigdlgtooltip.ui:140 +#, no-c-format +msgid "" +"Turn your tooltip off or on.
You can see the current status of the " +"tooltip to the right." +msgstr "" +"Eszköztipp ki/bekapcsolása.
Az eszköztipp aktuális állapota jobboldalt " +"látható." + +#: configdialog/kbfxconfigdlgtooltip.ui:184 +#, no-c-format +msgid "Turn the tooltip \"OFF\"" +msgstr "Eszköztipp \"KI\"" + +#: configdialog/kbfxconfigdlgtooltip.ui:268 +#, no-c-format +msgid "Tooltip Text" +msgstr "Eszköztipp szövege" + +#: configdialog/kbfxconfigdlgtooltip.ui:301 +#, no-c-format +msgid "Type the text which you want to be displayed in the tooltip." +msgstr "Írd be az eszköztippben megjeleníteni kívánt szöveget." + +#: configdialog/kbfxconfigdlgtooltip.ui:406 +#, no-c-format +msgid "

Tooltip personal text

" +msgstr "

Személyes eszköztipp szövege

" + +#: configdialog/kbfxconfigdlgtooltip.ui:425 +#, no-c-format +msgid "Tooltip animation" +msgstr "Eszköztipp animáció" + +#: configdialog/kbfxconfigdlgtooltip.ui:469 +#, no-c-format +msgid "" +"Turn your tooltip animation off or on.
You can see the current status of " +"the tooltip to the right." +msgstr "" +"Eszköztipp animációjának ki/bekapcsolása.
Az animáció aktuális állapota " +"jobboldalt látható." + +#: configdialog/kbfxconfigdlgtooltip.ui:513 +#, no-c-format +msgid "Turn the animation \"ON\"" +msgstr "Animáció \"BE\"" + +#: configdialog/kbfxconfigdlgtooltip.ui:636 +#, no-c-format +msgid "

Tooltip animation ON or OFF

" +msgstr "" +"

Eszköztipp animáció KI/BEkapcsolása

" + +#: configdialog/kbfxthemeinfo.ui:286 +#, no-c-format +msgid "

Name:

" +msgstr "

Név:

" + +#: configdialog/kbfxthemeinfo.ui:302 +#, no-c-format +msgid "

Version:

" +msgstr "

Verzió:

" + +#: configdialog/kbfxthemeinfo.ui:318 +#, no-c-format +msgid "

Author:

" +msgstr "

Szerző:

" + +#: configdialog/kbfxthemeinfo.ui:334 +#, no-c-format +msgid "

Email:

" +msgstr "

Email:

" + +#: configdialog/kbfxthemeinfo.ui:350 +#, no-c-format +msgid "

Homepage:

" +msgstr "

Weboldal:

" + +#: configdialog/kbfxthemeinfo.ui:388 configdialog/kbfxthemeinfo.ui:416 +#: configdialog/kbfxthemeinfo.ui:444 configdialog/kbfxthemeinfo.ui:475 +#: configdialog/kbfxthemeinfo.ui:512 +#, no-c-format +msgid "Test" +msgstr "Test" + +#, fuzzy +#~ msgid "Fonts" +#~ msgstr "Betűtípus..." + +#, fuzzy +#~ msgid "About" +#~ msgstr "A KBFX névjegye" + +#~ msgid "You are running: KBFX " +#~ msgstr "KBFX verziója: KBFX " + +#~ msgid "This is a help box" +#~ msgstr "Ez egy súgó doboz" + +#~ msgid "Water Effect Properties" +#~ msgstr "Víz effektus tulajdonságai" + +#~ msgid "Water Effect Frame Rate" +#~ msgstr "Víz effektus képkockasebessége" + +#~ msgid "Enabled Water Effect" +#~ msgstr "Víz effektus engedélyezve" + +#~ msgid "

Not implemented yet.

" +#~ msgstr "

Még nincs implementálva.

" diff --git a/translations/messages/kbfxconfigapp/it.po b/translations/messages/kbfxconfigapp/it.po new file mode 100644 index 0000000..a12b80e --- /dev/null +++ b/translations/messages/kbfxconfigapp/it.po @@ -0,0 +1,1709 @@ +# translation of it.po to Italian +# Italian translation for KBFX +# Copyright (c) 2007 KBFX Team +# This file is distributed under the same license as the KBFX package. +# +# Divilinux , 2006. +# dyve , 2007. +# PhobosK , 2007. +# Michele Calgaro , 2021. +msgid "" +msgstr "" +"Project-Id-Version: it\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-09-13 18:34+0000\n" +"PO-Revision-Date: 2021-08-15 13:14+0000\n" +"Last-Translator: Michele Calgaro \n" +"Language-Team: Italian \n" +"Language: it\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.7.2\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 "Divilinux" + +#. 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 "divilinux@mail.kbfx.net" + +#: configdialog/kbfxconfigapp.cpp:28 +msgid "

%1

" +msgstr "

%1

" + +#: configdialog/kbfxconfigapp.cpp:30 +msgid "" +"
" +msgstr "" +"

La connessione alle news KBFX " +"non e' attiva.

Controlla lo stesso a questo url:
News KBFX

" + +#: configdialog/kbfxconfigapp.cpp:35 +msgid "" +"KBFX start button
Tip! You have 3 " +"options to select for your KBFX start button.You have to select (Normal, " +"Pressed, Hover) images.
Down below you can also see a preview of the " +"images you have selected." +msgstr "" +"Bottone start KBFX NotaBene!Si puo' " +"scegliere fra 3 tipi diversi di bottone(Normale, Pressed, Hover)." +"
In basso verra' visualizzata l'anteprima dell'immagine selezionata." + +#: configdialog/kbfxconfigapp.cpp:40 +msgid "" +"About KBFX
Tip! Here you can find " +"information about the KBFX Project and all the people involved in it." +msgstr "" +"About KBFX
NotaBene!Qui puoi trovare " +"informazioni riguardo al progetto KBFX, e tutte le persone che lo hanno reso " +"possibile." + +#: configdialog/kbfxconfigapp.cpp:43 +msgid "" +"KBFX font settings
Tip! Here you can " +"set the fonts of the current theme.
If you don't have any 'kbfxfontrc' " +"file don't worry about that.
When done just hit 'Apply' button and KBFX " +"will save the 'kbfxfontrc' file." +msgstr "" +"Impostazioni font kbfx
NotaBene!E' " +"possibile selezionare vari fonts e colori per personalizzare il menu KBFX. " +"Se non hai il file kbfxfontrc,
all'interno dei tuoi temi,e' sufficiente " +"selezionare e poi premere \"Apply\" per salvare il file." + +#: configdialog/kbfxconfigapp.cpp:48 +msgid "" +"KBFX Layout
Tip! Here you can " +"configure the Look and Feel of your KBFX menu.
The most important " +"settings that are used with the 'Make it...' buttons are " +"marked with '*'
Have in mind that the Layout of the " +"theme also depends on the sizes of the images!
" +msgstr "" +"KBFX Layout
Tip! Configura l'aspetto " +"del tuo kbfx menu.
Le impostazioni importanti usate col bottone " +"'Crea...'sono marcate con '*'
Ricorda " +"che il layout dipende dalla grandezza dell'immagine
" + +#: configdialog/kbfxconfigapp.cpp:53 +msgid "" +"KBFX Plugins
Tip! Here you can " +"select what plugins will be enabled and in which panel of the KBFX menu." +msgstr "" +"KBFX Plugins
Tip! Seleziona i " +"plugins da abilitare per i vari pannelli." + +#: configdialog/kbfxconfigapp.cpp:56 +msgid "" +"Menu Type
Tip! Please select which " +"kind of menu you would like to use." +msgstr "" +"Stile Menu
NotaBene!Seleziona lo " +"stile preferito per il menu: KBFX menu o TDE menu(classico)." + +#: configdialog/kbfxconfigapp.cpp:59 +msgid "" +"KBFX Themes
Tip! To keep it simple " +"place all your themes inside one folder.
Then create different folders " +"inside that folder with different names.
KBFX will then read those " +"folders as themes." +msgstr "" +"Temi KBFX
NotaBene!Inserisci i tuoi " +"temi in un unica directory, scompattali e crea
per ognuno una " +"subdirectory. I temi verranno cosi' caricati senza problemi da KBFX." + +#: configdialog/kbfxconfigapp.cpp:64 +msgid "" +"KBFX tooltip settings
Tip! Here you " +"can configure the behaviour of KBFX's own tooltip." +msgstr "" +"KBFX tooltip Impostazioni
Tip! Configura il comportamento dei \"tooltips\"." + +#: configdialog/kbfxconfigapp.cpp:79 +msgid "Themes" +msgstr "Temi" + +#: configdialog/kbfxconfigapp.cpp:91 configdialog/kbfxconfigdlgmain.ui:56 +#, no-c-format +msgid "Start Button" +msgstr "Pulsante Start" + +#: configdialog/kbfxconfigapp.cpp:107 +msgid "Layout" +msgstr "Layout" + +#: configdialog/kbfxconfigapp.cpp:117 configdialog/kbfxconfigdlgmain.ui:104 +#, no-c-format +msgid "Plugins" +msgstr "Plugins" + +#: configdialog/kbfxconfigapp.cpp:125 configdialog/kbfxconfigdlgmain.ui:88 +#, no-c-format +msgid "Tooltip" +msgstr "Suggerimento" + +#: configdialog/kbfxconfigapp.cpp:133 configdialog/kbfxconfigdlgmain.ui:80 +#, no-c-format +msgid "Menu Style" +msgstr "Stile Menu" + +#: configdialog/kbfxconfigapp.cpp:252 +msgid "No default settings here ;)" +msgstr "Nessuna impostazione di default qui ;)" + +#: configdialog/kbfxconfigdlgabout.ui.h:23 +msgid "" +"Name: Mensur Zahirovic (Nookie)

Country: Sweden

KBFX: co-author, Q/A, system design, " +"web designer, bug hunter, project administror

Email: " +"nookie@mail.kbfx.net" +msgstr "" +"Nome: Mensur Zahirovic (Nookie)

Paese: Svezia

KBFX: coautore, Q /A, progettazione " +"del sistema, web designer, cacciatore di bug, amministratore del " +"progetto

Email: nookie@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:32 +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: author, maintainer, developer, project " +"administror

Email: siraj@mail.kbfx.net" +msgstr "" +"Nome: Siraj Razick

Paese: Sri " +"Lanka

KBFX: autore, manutentore, sviluppatore, " +"progetto amministratore

E-mail: siraj@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:41 +msgid "" +"Name: Nathanael Dracor Gogniat

Country: Switzerland

KBFX: project technical writer, " +"documentation manager, co-author

Email: " +"nathanael@mail.kbfx.net" +msgstr "" +"Nome: Nathanael Dracor Gogniat

Paese: Svizzera

KBFX: redattore tecnico del " +"progetto, responsabile della documentazione, coautore

E-mail:" +" nathanael@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:50 +msgid "" +"Name: PhobosK

Country: " +"Bulgaria

KBFX: package & release manager, Q/A, bug " +"hunter, mandriva packages, project administrator, developer TQt/C+" +"+

Email: phobosk@mail.kbfx.net" +msgstr "" +"Name: PhobosK

Country: " +"Bulgaria

KBFX: package & release manager, Q/A, bug " +"hunter, mandriva packages, amministratore progetto, sviluppatore TQt/C+" +"+

Email: phobosk@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:59 +msgid "" +"Name: Johnny Henry Saenz Acuna " +"(scarebyte)

Country: Peru

KBFX: developer TQt4/C++

Email: saenzac@mail.kbfx." +"net" +msgstr "" +"Name: Johnny Henry Saenz Acuna " +"(scarebyte)

Country: Peru

KBFX: sviluppatore TQt4/C++

Email: saenzac@mail." +"kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:68 +msgid "" +"Name: Christoffer Brodd-Reijer " +"(Ephracis)

Country: Sweden

KBFX: library developer for Raptor

Email: " +"ephracis@mail.kbfx.net" +msgstr "" +"Nome: Christoffer Brodd-Reijer " +"(Ephracis)

Paese: Svezia

KBFX: sviluppatore di librerie per Rapace

E-mail: " +"ephracis@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgbutton.ui.h:60 +msgid "" +"

Image cannot be used as a pressed button skin!

Will use default pressed button skin.

" +msgstr "" +"

Impossibile caricare immagine per il bottone \"pressed\"

Verra' usata l'immagine di default.

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:62 +#: configdialog/kbfxconfigdlgbutton.ui.h:83 +#: configdialog/kbfxconfigdlgbutton.ui.h:104 +#: configdialog/kbfxconfigdlgthemes.ui.h:283 +msgid "Error loading image" +msgstr "Errore caricamento immagine" + +#: configdialog/kbfxconfigdlgbutton.ui.h:81 +msgid "" +"

Image cannot be used as a normal button skin!

Will use default normal button skin.

" +msgstr "" +"

Impossibile caricare immagine per il bottone \"normal\"

Verra' usata l'immagine di default

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:102 +msgid "" +"

Image cannot be used as a hover button skin!

Will use default hover button skin.

" +msgstr "" +"

Impossibile caricare immagine per il bottone \"hover\"

Verra' usata l'immagine di default

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:144 +#: configdialog/kbfxconfigdlgbutton.ui:723 +#, no-c-format +msgid "Panel Resize is 'ON'" +msgstr "Ridimensiona barra \"ON\"" + +#: configdialog/kbfxconfigdlgbutton.ui.h:150 +msgid "Panel Resize is 'OFF'" +msgstr "Ridimensiona pannello \"OFF\"" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:133 +msgid "Select folder to export kbfxfontrc file" +msgstr "Seleziona directory per esportare il file kbfxfontrc" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:164 +msgid "" +"

The Font configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" +"

La configurazione font del tema KBFX %1 " +"e' stata esportata con successo

" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:165 +msgid "KBFX Font Export Ready" +msgstr "KBFX font pronto" + +#: configdialog/kbfxconfigdlglayout.ui.h:16 +msgid "User Properties" +msgstr "Propieta' utente" + +#: configdialog/kbfxconfigdlglayout.ui.h:17 +msgid "* Top Bar Properties" +msgstr "Propieta' barra superiore" + +#: configdialog/kbfxconfigdlglayout.ui.h:18 +msgid "* Bottom Bar Properties" +msgstr "Propieta' barra inferiore" + +#: configdialog/kbfxconfigdlglayout.ui.h:20 +msgid "* List Box Properties" +msgstr "Propieta' lista" + +#: configdialog/kbfxconfigdlglayout.ui.h:21 +msgid "Search Box Properties" +msgstr "Propieta' ricerca" + +#: configdialog/kbfxconfigdlglayout.ui.h:22 +msgid "* Item Properties" +msgstr "Propieta' oggetto" + +#: configdialog/kbfxconfigdlglayout.ui.h:24 +msgid "* Main Menu Properties" +msgstr "Propieta' menu' principale" + +#: configdialog/kbfxconfigdlglayout.ui.h:198 +msgid "Face Position X" +msgstr "Posizione X" + +#: configdialog/kbfxconfigdlglayout.ui.h:199 +msgid "Face Position Y" +msgstr "Posizione Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:200 +msgid "User Name Position X" +msgstr "Posizione utente X" + +#: configdialog/kbfxconfigdlglayout.ui.h:201 +msgid "User Name Position Y" +msgstr "Posizione utente Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:202 +msgid "Face Box Position X" +msgstr "Lato posizione X" + +#: configdialog/kbfxconfigdlglayout.ui.h:203 +msgid "Face Box Position Y" +msgstr "Lato posizione Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:204 +msgid "Face Box Height" +msgstr "Lato altezza" + +#: configdialog/kbfxconfigdlglayout.ui.h:205 +msgid "Face Box Width" +msgstr "Lato larghezza" + +#: configdialog/kbfxconfigdlglayout.ui.h:206 +msgid "Hide User Name" +msgstr "Nascondi nome utente" + +#: configdialog/kbfxconfigdlglayout.ui.h:224 +msgid "* Top Bar Height" +msgstr "Altezza barra superiore" + +#: configdialog/kbfxconfigdlglayout.ui.h:230 +msgid "Top Bar Width" +msgstr "Larghezza barra inferiore" + +#: configdialog/kbfxconfigdlglayout.ui.h:255 +msgid "* Bottom Bar Height" +msgstr "Altezza barra inferiore" + +#: configdialog/kbfxconfigdlglayout.ui.h:261 +msgid "Bottom Bar Width" +msgstr "Larghezza barra inferiore" + +#: configdialog/kbfxconfigdlglayout.ui.h:311 +msgid "* List Box Position X" +msgstr "List box posizione X" + +#: configdialog/kbfxconfigdlglayout.ui.h:312 +msgid "* List Box Position Y" +msgstr "List box posizione Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:315 +msgid "List Box Height" +msgstr "Altezza list box" + +#: configdialog/kbfxconfigdlglayout.ui.h:316 +msgid "* List Box Width" +msgstr "Larghezza list box" + +#: configdialog/kbfxconfigdlglayout.ui.h:334 +msgid "Search Box Position X" +msgstr "Posizione campo di ricerca X" + +#: configdialog/kbfxconfigdlglayout.ui.h:335 +msgid "Search Box Position Y" +msgstr "Posizione campo di ricerca Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:338 +msgid "Search Box Height" +msgstr "Altezza campo di ricerca" + +#: configdialog/kbfxconfigdlglayout.ui.h:339 +msgid "Search Box Width" +msgstr "Larghezza campo di ricerca" + +#: configdialog/kbfxconfigdlglayout.ui.h:357 +msgid "* Item Position X" +msgstr "Posizione oggetto X" + +#: configdialog/kbfxconfigdlglayout.ui.h:358 +msgid "* Item Position Y" +msgstr "Posizione oggetto Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:359 +msgid "Icon Size in Item" +msgstr "Dimensione icona oggetto" + +#: configdialog/kbfxconfigdlglayout.ui.h:361 +msgid "Item Height" +msgstr "Altezza oggetto" + +#: configdialog/kbfxconfigdlglayout.ui.h:362 +msgid "* Item Width" +msgstr "Larghezza oggetto" + +#: configdialog/kbfxconfigdlglayout.ui.h:363 +msgid "Comment Margin in Item" +msgstr "Margine commento" + +#: configdialog/kbfxconfigdlglayout.ui.h:365 +msgid "No Comments in Item" +msgstr "Nessun commento" + +#: configdialog/kbfxconfigdlglayout.ui.h:406 +msgid "* Main Menu Height" +msgstr "ALtezza menu' principale" + +#: configdialog/kbfxconfigdlglayout.ui.h:410 +msgid "* Main Menu Width" +msgstr "Larghezza menu' principale" + +#: configdialog/kbfxconfigdlglayout.ui.h:414 +msgid "Contracted Menues" +msgstr "Menu' contratti" + +#: configdialog/kbfxconfigdlglayout.ui.h:460 +msgid "Select folder to export kbfxlayoutrc file" +msgstr "Seleziona directory per esportare il file kbfxlayoutrc" + +#: configdialog/kbfxconfigdlglayout.ui.h:553 +msgid "" +"

The Layout configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" +"

La configurazione layout del tema KBFX %1 " +"e' stata esportata con successo

" + +#: configdialog/kbfxconfigdlglayout.ui.h:554 +msgid "KBFX Layout Export Ready" +msgstr "KBFX layout pronto" + +#: configdialog/kbfxconfigdlglayout.ui.h:621 +msgid "" +"

The Layout configuration of the KBFX Theme %1 is ready!

Be sure to click the Apply button in order the changes to become active!

" +msgstr "" +"

Configurazione layout del tema KBFX%1 " +"pronta!

Clicca sul bottone Applicaper " +"attivare i cambiamenti

" + +#: configdialog/kbfxconfigdlglayout.ui.h:622 +msgid "KBFX Layout Ready" +msgstr "Layout KBFX pronto" + +#: configdialog/kbfxconfigdlglayout.ui.h:628 +msgid "" +"

KBFX will calculate the necessary values using the present " +"values for:

* Main Menu Height and " +"* Main Menu Width
* Bottom Bar Height " +"and * Top Bar Height

So be sure " +"that you have entered their values as you desire!

NOTE: Have in mind that the Layout of the " +"theme also depends on the sizes of the images! So if the theme does not look " +"like as you desire either change the images' sizes to smaller width OR " +"change * Main Menu Width to higher value!

" +msgstr "" +"

KBFX calcolera' i valori necessari per:

*Altezza menu' principalee * Menu' " +"principale Larghezza
*Barra inferiore Altezza e " +"*Altezza barra superiore

assicurati di avere questi valori attivi

NOTA: Ricarda che il layout del tema dipende " +"dalla grandezza dell'immagine..quindi se i temi non sono esattamente come li " +"volevi,cambia la grandezza dell'immagine * Larghezza menu' " +"principalead un valore piu' alto

" + +#: configdialog/kbfxconfigdlglayout.ui.h:634 +msgid "Prepare Layout for the KBFX theme" +msgstr "Prepara il layout per il tema KBFX" + +#: configdialog/kbfxconfigdlglayout.ui.h:635 +msgid "Prepare" +msgstr "Prepara" + +#: configdialog/kbfxconfigdlgplugins.ui.h:15 +msgid "Left Panel" +msgstr "Pannello sx" + +#: configdialog/kbfxconfigdlgplugins.ui.h:16 +msgid "Right Panel" +msgstr "Pannello dx" + +#: configdialog/kbfxconfigdlgplugins.ui.h:79 +#: configdialog/kbfxconfigdlgplugins.ui.h:85 +msgid "

Not Implemented yet.

" +msgstr "

Non implementatot.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:61 +msgid "" +"

Invalid user themes folder!

Will use " +"default user themes folder.

" +msgstr "" +"

Directory dei temi errata!

Verra'usata la directory di default.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:63 +msgid "Error loading themes" +msgstr "Errore nel caricamento temi" + +#: configdialog/kbfxconfigdlgthemes.ui.h:170 +msgid "" +"

Are you sure you want to uninstall the KBFX theme " +"%1?

" +msgstr "" +"

Vuoi disinstallare il tema di KBFX? %1?" + +#: configdialog/kbfxconfigdlgthemes.ui.h:171 +msgid "Uninstall KBFX theme" +msgstr "Disinstalla tema KBFX" + +#: configdialog/kbfxconfigdlgthemes.ui.h:172 +msgid "Uninstall" +msgstr "Disinstalla" + +#: configdialog/kbfxconfigdlgthemes.ui.h:177 +msgid "" +"

Do you want to keep your personal settings for theme " +"%1?

" +msgstr "" +"

Vuoi mantenere le impostazioni personali del tema?" +"%1?

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:178 +msgid "Personal settings" +msgstr "IMpostazioni personali" + +#: configdialog/kbfxconfigdlgthemes.ui.h:179 +msgid "Keep settings" +msgstr "Mantieni impostazioni" + +#: configdialog/kbfxconfigdlgthemes.ui.h:180 +msgid "Delete settings" +msgstr "Rimuovi impostazioni" + +#: configdialog/kbfxconfigdlgthemes.ui.h:210 +msgid "" +"

Could not uninstall this KBFX theme.

You may not have sufficient permissions to delete the folder " +"%1.

" +msgstr "" +"

Impossibile disinstallare il tema.

Permessi insufficienti per rimuovere il tema" +"%1.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:223 +msgid "KBFX theme packages (*.tar, *.tar.bz2, *.tar.gz, *.kbfxtheme)" +msgstr "KBFX temi (*.tar, *.tar.bz2, *.tar.gz, *.kbfxtheme)" + +#: configdialog/kbfxconfigdlgthemes.ui.h:227 +msgid "Select KBFX theme package to install" +msgstr "Seleziona il tema da installare" + +#: configdialog/kbfxconfigdlgthemes.ui.h:243 +msgid "

Could not read this KBFX theme package.

" +msgstr "

Impossibile leggere il tema KBFX.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:270 +msgid "Select personal image" +msgstr "Seleziona immagine personale" + +#: configdialog/kbfxconfigdlgthemes.ui.h:281 +msgid "" +"

Image cannot be used as a personal image!

Will use default personal image.

" +msgstr "" +"

Impossibile usare immagine per l'avatar personale!

Verra' usato l'avatar di default.

" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:23 +msgid "Turn the animation 'OFF'" +msgstr "Animazione \"OFF\"" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:30 +msgid "Turn the animation 'ON'" +msgstr "Animazione \"ON\"" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:53 +msgid "Turn the tooltip 'OFF'" +msgstr "Suggerimento \"OFF\"" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:60 +msgid "Turn the tooltip 'ON'" +msgstr "Suggerimento \"ON\"" + +#: configdialog/main.cpp:36 +msgid "KBFX Configuration Utility" +msgstr "Utility di configurazione KBFX" + +#: configdialog/main.cpp:40 +msgid "Install KBFX theme from " +msgstr "Installa il tema KBFX da " + +#: configdialog/main.cpp:41 +msgid "Prepare KBFX theme from folder " +msgstr "Prepari il tema KBFX dalla directory " + +#: configdialog/main.cpp:42 +msgid "Show the About page" +msgstr "Mostra la pagina informativa" + +#: configdialog/main.cpp:79 +msgid "

Could not create this KBFX theme package.

" +msgstr "

Impossibile installare il tema da pacchetto.

" + +#: configdialog/main.cpp:90 +msgid "

KBFX Theme %1 prepared.

" +msgstr "

Tema KBFX %1 si è preparata.

" + +#: configdialog/main.cpp:91 +msgid "KBFX Theme Ready" +msgstr "Tema KBFX pronto" + +#: configdialog/main.cpp:135 +msgid "kbfxconfigapp" +msgstr "kbfxconfigapp" + +#: kbfxlib/common/kbfxconfig.cpp:32 +msgid "Not Specified" +msgstr "Non specificato" + +#: kbfxlib/common/kbfxfontchooser.cpp:38 +msgid "Font..." +msgstr "Font..." + +#: plugins/applications/kbfxplasmadataplugin.cpp:102 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:103 +msgid "" +"

There is a problem in TDE Menu services!
KBFX can try " +"to autorepair this problem.
Should KBFX autorepair this problem?

" +msgstr "" +"

esiste un problema in TDE Menu services!
KBFX posso " +"provare ad autoriparare questo problema.
puo KBFX autoripare questo " +"problema?

" + +#: plugins/applications/kbfxplasmadataplugin.cpp:103 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:104 +msgid "Problem in TDE Menu Services" +msgstr "Problema in TDE Menu Services" + +#: plugins/applications/kbfxplasmadataplugin.cpp:104 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:105 +msgid "Do Autorepair" +msgstr "faccio autoriparazione" + +#: plugins/applications/kbfxplasmadataplugin.cpp:105 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:106 +msgid "Do NOT Autorepair" +msgstr "non autoriparare" + +#: src/kbfxbutton.cpp:275 +msgid "Remove KBFX from Pannel" +msgstr "Rimuovi KBFX dal pannello" + +#: src/kbfxbutton.cpp:277 +msgid "Reload KBFX" +msgstr "Ricarica KBFX" + +#: src/kbfxbutton.cpp:280 +msgid "Configure KBFX" +msgstr "Configura KBFX" + +#: src/kbfxbutton.cpp:282 +msgid "Edit Applications Menu" +msgstr "Modifica il menu' applicazioni" + +#: src/kbfxbutton.cpp:400 +msgid "" +"Invalid images were dropped!\n" +"Cannot set the KBFX button to use these images!" +msgstr "" +"Le immagini non valide verranno scartate!\n" +"Impossibile usare l'immagine per il bottone KBFX!" + +#: src/kbfxbutton.cpp:402 +msgid "Error setting KBFX button images" +msgstr "Errore impostazione immagine KBFX" + +#: src/kbfxspinxmenu.cpp:69 +msgid "Double click to clear..." +msgstr "Doppio click per ripulire..." + +#: src/kbfxspinxmenu.cpp:81 +msgid "Type here to search..." +msgstr "Digita qui per la ricerca..." + +#: configdialog/kbfxconfigappui.rc:4 +#, no-c-format +msgid "C&ustom" +msgstr "&Modificato" + +#: configdialog/kbfxconfigdlgabout.ui:24 +#, no-c-format +msgid "Form1" +msgstr "Form1" + +#: configdialog/kbfxconfigdlgabout.ui:80 +#, no-c-format +msgid "

People behind KBFX

" +msgstr "" +"

Persone che lavorano al progetto KBFX

" + +#: configdialog/kbfxconfigdlgabout.ui:148 +#, no-c-format +msgid "You are running: KBFX 0493" +msgstr "Stai usando KBFX 0493" + +#: configdialog/kbfxconfigdlgabout.ui:197 +#, no-c-format +msgid "" +"Here are the people behind the KBFX application.\n" +"We would like to thank all people who have helped with KBFX or have donated " +"money to our project!\n" +"THANKS A LOT ALL OF YOU OUT THERE!!!" +msgstr "" +"Queste persone rappresentano il team di KBFX.\n" +"Vorremmo ringraziare tutti coloro che ci hanno aiutati economicamente o " +"semplicemente col propio supporto, con la realizzazione dei temi e della " +"documentazione!\n" +"GRAZIE DI CUORE A TUTTI QUANTI!!!" + +#: configdialog/kbfxconfigdlgabout.ui:248 +#, no-c-format +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: Author, Maintainer, Developer, Project " +"Admin

Email: siraj(a)mail.kbfx.net" +msgstr "" +"Nome: Siraj Razick

Paese: Sri " +"Lanka

KBFX: Autore, Manutentore, Sviluppatore, " +"Progetto Amministratore

E-mail: siraj(a)mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui:558 +#, no-c-format +msgid "" +"Tip! Hover over the contact images to see each personal contact " +"information." +msgstr "" +"suggerimentoPassa il mouse sopra l'immagine personale per scoprire " +"ulteriori informazioni su ogni team member." + +#: configdialog/kbfxconfigdlgabout.ui:602 +#, no-c-format +msgid "SPONSORS!" +msgstr "SPONSORS!" + +#: configdialog/kbfxconfigdlgabout.ui:627 +#, no-c-format +msgid "" +"We would like to thank swedish computer company PC Agenten for " +"sponsoring us with a server and bandwidth." +msgstr "" +"Un grazie particolare alla compagnia di computer Svedesi PC Agenten " +"per il supporto e lo spazio web." + +#: configdialog/kbfxconfigdlgabout.ui:649 +#, no-c-format +msgid "" +"

HTTP://WWW." +"PCAGENTEN.SE

" +msgstr "" +"

HTTP://WWW." +"PCAGENTEN.SE

" + +#: configdialog/kbfxconfigdlgbutton.ui:27 +#, no-c-format +msgid "KBFX Button" +msgstr "Bottone KBFX" + +#: configdialog/kbfxconfigdlgbutton.ui:39 +#, no-c-format +msgid "" +"To change KBFX button skin, simply browse to the image you want OR just " +"Drag&Drop the images to their respective place." +msgstr "" +"Per cambiare il tema del bottone KBFX seleziona l'immagine oppure,piu' " +"semplicemente,\"trascina\" l'immagine sopra il campo desiderato." + +#: configdialog/kbfxconfigdlgbutton.ui:81 +#, no-c-format +msgid "\"PRESSED\" IMAGE SELECTION" +msgstr "\"PRESSED\" SELEZIONA IMMAGINE" + +#: configdialog/kbfxconfigdlgbutton.ui:109 +#, no-c-format +msgid "Please select \"pressed\" image." +msgstr "Seleziona immagine \"pressed\"." + +#: configdialog/kbfxconfigdlgbutton.ui:134 +#: configdialog/kbfxconfigdlgbutton.ui:300 +#: configdialog/kbfxconfigdlgbutton.ui:478 +#, no-c-format +msgid "image/jpeg image/png image/x-xpm image/gif" +msgstr "Immagine/jpeg immagine/png immagine/x-xpm immagine/gif" + +#: configdialog/kbfxconfigdlgbutton.ui:137 +#, no-c-format +msgid "The Pressed Button Skin Image" +msgstr "Immagine bottone \"pressed\"" + +#: configdialog/kbfxconfigdlgbutton.ui:140 +#, no-c-format +msgid "Here you can choose the Pressed Button Skin Image" +msgstr "Qui puoi scegliere l'immagine per il bottone\"pressed\"" + +#: configdialog/kbfxconfigdlgbutton.ui:167 +#: configdialog/kbfxconfigdlgbutton.ui:333 +#: configdialog/kbfxconfigdlgbutton.ui:511 +#, no-c-format +msgid "Preview" +msgstr "Anteprima Live" + +#: configdialog/kbfxconfigdlgbutton.ui:213 +#, no-c-format +msgid "Pressed Button Skin" +msgstr "Immagine bottone \"pressed\"" + +#: configdialog/kbfxconfigdlgbutton.ui:216 +#, no-c-format +msgid "Here you can Drag&Drop the Pressed Button Skin Image." +msgstr "Drag&Drop immagine bottone \"pressed\"." + +#: configdialog/kbfxconfigdlgbutton.ui:253 +#, no-c-format +msgid "\"NORMAL\" IMAGE SELECTION" +msgstr "\"NORMALE\" SELEZIONA IMMAGINE" + +#: configdialog/kbfxconfigdlgbutton.ui:281 +#, no-c-format +msgid "Please select \"normal\" image." +msgstr "Seleziona immagine \"normale\"." + +#: configdialog/kbfxconfigdlgbutton.ui:303 +#, no-c-format +msgid "The Normal Button Skin Image" +msgstr "Immagine bottone \"normale\"" + +#: configdialog/kbfxconfigdlgbutton.ui:306 +#, no-c-format +msgid "Here you can choose the Normal Button Skin Image" +msgstr "Qui puoi scegliere l'immagine per il bottone \"normale\"" + +#: configdialog/kbfxconfigdlgbutton.ui:382 +#, no-c-format +msgid "Normal Button Skin" +msgstr "Tema bottone \"normale\"" + +#: configdialog/kbfxconfigdlgbutton.ui:385 +#, no-c-format +msgid "Here you can Drag&Drop the Normal Button Skin Image." +msgstr "Drag&Drop Immagine bottone \"normale\"." + +#: configdialog/kbfxconfigdlgbutton.ui:422 +#, no-c-format +msgid "\"HOVER\" IMAGE SELECTION" +msgstr "\"HOVER\" SELEZIONA IMMAGINE" + +#: configdialog/kbfxconfigdlgbutton.ui:450 +#, no-c-format +msgid "Please select \"hover\" image." +msgstr "Seleziona immagine \"hover\"." + +#: configdialog/kbfxconfigdlgbutton.ui:481 +#, no-c-format +msgid "The Hover Button Skin Image" +msgstr "Tema bottone \"HOVER\"" + +#: configdialog/kbfxconfigdlgbutton.ui:484 +#, no-c-format +msgid "Here you can choose the Hover Button Skin Image" +msgstr "Qui puoi scegliere l'immagine per il bottone \"hover\"" + +#: configdialog/kbfxconfigdlgbutton.ui:557 +#, no-c-format +msgid "Hover Button Skin" +msgstr "Tema bottone \"hover\"" + +#: configdialog/kbfxconfigdlgbutton.ui:560 +#, no-c-format +msgid "Here you can Drag&Drop the Hover Button Skin Image." +msgstr "Drag&Drop immagine bottone \"hover\"." + +#: configdialog/kbfxconfigdlgbutton.ui:614 +#, no-c-format +msgid "

Please select KBFX button's images

" +msgstr "

Anteprima immagine selezionata

" + +#: configdialog/kbfxconfigdlgbutton.ui:639 +#, no-c-format +msgid "Resize Panel" +msgstr "Ridimensiona pannello" + +#: configdialog/kbfxconfigdlgbutton.ui:667 +#, no-c-format +msgid "" +"Tip! This button resizes the panel on which the KBFX button is to " +"button's height or width." +msgstr "" +"NotaBene! Questo bottone ridimensiona la toolbar dove si trova la " +"applet KBFX(normalmente la kickbar) per adattarla al pulsante KBFX scelto." + +#: configdialog/kbfxconfigdlgbutton.ui:823 +#, no-c-format +msgid "

Preview of selected images

" +msgstr "

Anteprima immagine selezionata

" + +#: configdialog/kbfxconfigdlgbutton.ui:848 +#, no-c-format +msgid "Livepreview" +msgstr "Anteprima Live" + +#: configdialog/kbfxconfigdlgbutton.ui:876 +#, no-c-format +msgid "" +"Tip! To see live preview, hover or press the preview image with your " +"mouse." +msgstr "" +"NotaBene! Per vedere l'anteprima,clicca sull'immagine direttamente " +"oppure passa sopra col mouse." + +#: configdialog/kbfxconfigdlgbutton.ui:939 +#, no-c-format +msgid "KBFX Button live preview" +msgstr "KBFX Anteprima Live" + +#: configdialog/kbfxconfigdlgbutton.ui:942 +#, no-c-format +msgid "Here you can see the live preview of the KBFX Button." +msgstr "Qui puoi vedere l'anteprima del bottone KBFX." + +#: configdialog/kbfxconfigdlgbutton.ui:966 +#, no-c-format +msgid "Button Fade Transition Effect" +msgstr "pulsante effetto dissolvenza transizione" + +#: configdialog/kbfxconfigdlgbutton.ui:978 +#, no-c-format +msgid "Check this to turn the fade effect of the button ON" +msgstr "marca questo per attivare l'effetto di dissolvenza del pulsante" + +#: configdialog/kbfxconfigdlgbutton.ui:981 +#, no-c-format +msgid "" +"This allows you to turn ON or OFF the fade effect for the KBFX button." +"
This effect makes transitions between the three images (normal, hover, " +"pressed) animated." +msgstr "" +"Cio consente di attivare o disattivare l'effetto di dissolvenza per il " +"pulsante KBFX.
Questo effetto genera transizioni tra le tre immagini " +"(normale, al passaggio del mouse, premuto) animato." + +#: configdialog/kbfxconfigdlgbutton.ui:1003 +#, no-c-format +msgid "Fade Effect Time (in msec.):" +msgstr "tempo effetto transizione (in msec.):" + +#: configdialog/kbfxconfigdlgbutton.ui:1006 +#: configdialog/kbfxconfigdlgbutton.ui:1034 +#, no-c-format +msgid "" +"The fade effect transition time in msec. Valid values are between 20 and " +"1000 msec. Default is 75 msec." +msgstr "" +"tempo di transizione dell'effetto dissolvenza in msec. I valori validi sono " +"compresi tra 20 e 1000 msec. Il valore predefinito è 75 msec." + +#: configdialog/kbfxconfigdlgbutton.ui:1009 +#: configdialog/kbfxconfigdlgbutton.ui:1037 +#, no-c-format +msgid "" +"Here you can enter the value of the fade effect transition time in msec." +"
Valid values are between 20 and 1000 msec.
Default is 75 msec." +msgstr "" +"Qui puoi inserire il valore del tempo di transizione dell'effetto " +"dissolvenza in ms.
I valori validi sono compresi tra 20 e 1000 msec. " +"
Il valore predefinito è 75 msec." + +#: configdialog/kbfxconfigdlgfonts-old.ui:24 +#: configdialog/kbfxconfigdlglayout.ui:24 +#: configdialog/kbfxconfigdlgplugins.ui:24 +#: configdialog/kbfxconfigdlgstyle.ui:24 configdialog/kbfxconfigdlgthemes.ui:24 +#: configdialog/kbfxconfigdlgtooltip.ui:27 +#, no-c-format +msgid "KBFX Control Center" +msgstr "Centro controllo KBFX" + +#: configdialog/kbfxconfigdlgfonts-old.ui:83 +#, no-c-format +msgid "

Font options

" +msgstr "

Font opzioni

" + +#: configdialog/kbfxconfigdlgfonts-old.ui:127 +#, no-c-format +msgid "EXPORT KBFXFONTRC FILE" +msgstr "ESPORTA FILE KBFXFONTRC" + +#: configdialog/kbfxconfigdlgfonts-old.ui:130 +#, no-c-format +msgid "Export the kbfxfontrc file to a folder" +msgstr "Esporta il file kbfxfontrc in una directory" + +#: configdialog/kbfxconfigdlgfonts-old.ui:154 +#: configdialog/kbfxconfigdlglayout.ui:154 +#, no-c-format +msgid "Setup fonts for your KBFX" +msgstr "Seleziona i font per il tuo tema KBFX" + +#: configdialog/kbfxconfigdlgfonts-old.ui:240 +#, no-c-format +msgid "Application \"LINE\":" +msgstr "\"LINEA\" applicazioni:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:259 +#, no-c-format +msgid "Horizontal line color in the application area." +msgstr "Colore linea orizzontale dell'area-applicazioni." + +#: configdialog/kbfxconfigdlgfonts-old.ui:294 +#, no-c-format +msgid "Application text :" +msgstr "Testo applicazioni:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:313 +#, no-c-format +msgid "Select the color of the \"application\" in the menu." +msgstr "Seleziona il colore \"applicazioni\" del menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:348 +#, no-c-format +msgid "Comment text:" +msgstr "Testo \"commenti\":" + +#: configdialog/kbfxconfigdlgfonts-old.ui:367 +#, no-c-format +msgid "Color of the \"comments\" in the menu." +msgstr "Colore dei \"commenti\" del menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:402 +#, no-c-format +msgid "Name display:" +msgstr "Nome del display:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:421 +#, no-c-format +msgid "The color of your login name in the menu." +msgstr "Colore del nome_utente nel menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:450 +#, no-c-format +msgid "Category text:" +msgstr "Testo \"categorie\":" + +#: configdialog/kbfxconfigdlgfonts-old.ui:469 +#, no-c-format +msgid "Font color of the categoris in the menu." +msgstr "Colore font del menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:504 +#, no-c-format +msgid "Separator:" +msgstr "Separatore:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:523 +#, no-c-format +msgid "The color of the separator in the menu." +msgstr "Colore del separatore nel menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:558 +#, no-c-format +msgid "Plugin:" +msgstr "Plugin:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:577 +#, no-c-format +msgid "The color of the plugin in the menu." +msgstr "Colore del plugin nel menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:612 +#, no-c-format +msgid "Tooltip:" +msgstr "Suggerimento:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:631 +#, no-c-format +msgid "The color of the tooltip in the menu." +msgstr "Colore del suggerimento nel menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:693 +#, no-c-format +msgid "Select font for the application's text" +msgstr "Seleziona font per testo applicazione" + +#: configdialog/kbfxconfigdlgfonts-old.ui:712 +#, no-c-format +msgid "Select font for the comment's text" +msgstr "Seleziona font per i commenti" + +#: configdialog/kbfxconfigdlgfonts-old.ui:731 +#, no-c-format +msgid "Select font for the username's text" +msgstr "Seleziona font per il nome utente" + +#: configdialog/kbfxconfigdlgfonts-old.ui:750 +#, no-c-format +msgid "Select font for the category's text" +msgstr "Seleziona font per le categorie" + +#: configdialog/kbfxconfigdlgfonts-old.ui:769 +#, no-c-format +msgid "Select font for the separator's text" +msgstr "Seleziona font per il separatore" + +#: configdialog/kbfxconfigdlgfonts-old.ui:788 +#, no-c-format +msgid "Select font for the plugins' text" +msgstr "Seleziona font per i plugins" + +#: configdialog/kbfxconfigdlgfonts-old.ui:807 +#, no-c-format +msgid "Select font for the tooltip's text" +msgstr "Seleziona font per il testo dei suggerimenti" + +#: configdialog/kbfxconfigdlgfonts-old.ui:884 +#: configdialog/kbfxconfigdlglayout.ui:210 +#, no-c-format +msgid "Theme that is edited:" +msgstr "Tema modificato:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:925 +#: configdialog/kbfxconfigdlglayout.ui:245 +#, no-c-format +msgid "

default

" +msgstr "

default

" + +#: configdialog/kbfxconfigdlgfonts-old.ui:928 +#: configdialog/kbfxconfigdlglayout.ui:248 +#, no-c-format +msgid "Please select the theme you want to edit" +msgstr "Seleziona il tema da modificare" + +#: configdialog/kbfxconfigdlgfonts-old.ui:947 +#, no-c-format +msgid "Bold fonts on hover" +msgstr "Ingrandisci font al passaggio" + +#: configdialog/kbfxconfigdlgfonts-old.ui:950 +#: configdialog/kbfxconfigdlgfonts-old.ui:953 +#, no-c-format +msgid "Make fonts bolder when you hover the mouse over an item" +msgstr "Ingrandisci i fonts quando passi col mouse su un oggetto" + +#: configdialog/kbfxconfigdlglayout.ui:83 +#, no-c-format +msgid "

Layout options

" +msgstr "

opzioni aspetto

" + +#: configdialog/kbfxconfigdlglayout.ui:127 +#, no-c-format +msgid "EXPORT KBFXLAYOUTRC FILE" +msgstr "ESPORTA FILE KBFXFONTRC" + +#: configdialog/kbfxconfigdlglayout.ui:130 +#, no-c-format +msgid "Export the kbfxlayoutrc file to a folder" +msgstr "Esporta il file kbfxfontrc in una directory" + +#: configdialog/kbfxconfigdlglayout.ui:267 +#, no-c-format +msgid "Select the Layout property to change" +msgstr "Seleziona propieta' layout" + +#: configdialog/kbfxconfigdlglayout.ui:327 +#, no-c-format +msgid "Make it 2 panels (Left \"ON\")" +msgstr "Crea 2 pannelli (sx \"ON\")" + +#: configdialog/kbfxconfigdlglayout.ui:343 +#, no-c-format +msgid "Make it 2 panels (Right \"ON\")" +msgstr "Crea 2 pannelli (dx \"ON\")" + +#: configdialog/kbfxconfigdlglayout.ui:359 +#, no-c-format +msgid "Make it 3 panels" +msgstr "Crea 3 pannelli" + +#: configdialog/kbfxconfigdlglayout.ui:461 +#, no-c-format +msgid "textLabel1" +msgstr "etichetta testo1" + +#: configdialog/kbfxconfigdlglayout.ui:515 +#, no-c-format +msgid "textLabel2" +msgstr "etichetta testo2" + +#: configdialog/kbfxconfigdlglayout.ui:569 +#, no-c-format +msgid "textLabel3" +msgstr "etichetta testo3" + +#: configdialog/kbfxconfigdlglayout.ui:623 +#, no-c-format +msgid "textLabel4" +msgstr "etichetta testo4" + +#: configdialog/kbfxconfigdlglayout.ui:668 +#, no-c-format +msgid "checkBox1" +msgstr "checkBox1" + +#: configdialog/kbfxconfigdlglayout.ui:747 +#, no-c-format +msgid "textLabel5" +msgstr "etichetta testo5" + +#: configdialog/kbfxconfigdlglayout.ui:801 +#, no-c-format +msgid "textLabel6" +msgstr "etichetta testo6" + +#: configdialog/kbfxconfigdlglayout.ui:855 +#, no-c-format +msgid "textLabel7" +msgstr "etichetta testo7" + +#: configdialog/kbfxconfigdlglayout.ui:909 +#, no-c-format +msgid "textLabel8" +msgstr "etichetta testo8" + +#: configdialog/kbfxconfigdlglayout.ui:954 +#, no-c-format +msgid "checkBox2" +msgstr "checkBox2" + +#: configdialog/kbfxconfigdlgmain.ui:27 +#, no-c-format +msgid "KBFX Configurator Application" +msgstr "KBFX applicazione di configurazione" + +#: configdialog/kbfxconfigdlgmain.ui:64 +#, no-c-format +msgid "KBFX Themes" +msgstr "Temi KBFX" + +#: configdialog/kbfxconfigdlgmain.ui:96 +#, no-c-format +msgid "Search Engine" +msgstr "Motore di ricerca" + +#: configdialog/kbfxconfigdlgmain.ui:112 +#, no-c-format +msgid "About KBFX" +msgstr "Info KBFX" + +#: configdialog/kbfxconfigdlgmain.ui:192 +#, no-c-format +msgid "" +"




If you want you can check the latest " +"news for KBFX from here:
KBFX News" +msgstr "" +"




Puoi trovare le ultime informazioni e " +"lenews KBFX da qui:
KBFX News

" + +#: configdialog/kbfxconfigdlgmain.ui:233 +#, no-c-format +msgid "Open Help Documentation" +msgstr "Apri documentazione" + +#: configdialog/kbfxconfigdlgmain.ui:252 +#, no-c-format +msgid "&Default" +msgstr "&Default" + +#: configdialog/kbfxconfigdlgmain.ui:261 +#, no-c-format +msgid "Apply the default configuration for this section only" +msgstr "Applica la configurazione di default solo per questa sezione" + +#: configdialog/kbfxconfigdlgmain.ui:306 +#, no-c-format +msgid "Save the configuration and Apply it" +msgstr "Salva e applica configurazione" + +#: configdialog/kbfxconfigdlgmain.ui:334 +#, no-c-format +msgid "Exit the configuration without saving" +msgstr "Esci senza salvare le impostazioni" + +#: configdialog/kbfxconfigdlgmain.ui:484 +#, no-c-format +msgid "Kbfx start button
" +msgstr "Kbfx bottone start
" + +#: configdialog/kbfxconfigdlgplugins.ui:80 +#, no-c-format +msgid "

Plugins options

" +msgstr "

Opzioni plugins:

" + +#: configdialog/kbfxconfigdlgplugins.ui:99 +#, no-c-format +msgid "Select KBFX Panel" +msgstr "Seleziona pannello kbfx" + +#: configdialog/kbfxconfigdlgplugins.ui:127 +#: configdialog/kbfxconfigdlgplugins.ui:130 +#, no-c-format +msgid "Plugin to configure" +msgstr "Configura plugins" + +#: configdialog/kbfxconfigdlgplugins.ui:152 +#, no-c-format +msgid "Please select the panel you want to configure: " +msgstr "Seleziona il pannello da configurare: " + +#: configdialog/kbfxconfigdlgplugins.ui:173 +#, no-c-format +msgid "&Available Plugins:" +msgstr "Plugins &disponibili:" + +#: configdialog/kbfxconfigdlgplugins.ui:176 +#, no-c-format +msgid "&Enabled Plugins:" +msgstr "Plugins &abilitati:" + +#: configdialog/kbfxconfigdlgplugins.ui:223 +#, no-c-format +msgid "&Configure Plugin" +msgstr "&Configura plugins" + +#: configdialog/kbfxconfigdlgplugins.ui:226 +#: configdialog/kbfxconfigdlgplugins.ui:229 +#, no-c-format +msgid "Configure the selected plugin" +msgstr "Configura il plugin selezionato" + +#: configdialog/kbfxconfigdlgplugins.ui:248 +#, no-c-format +msgid "&Plugin Information" +msgstr "&Info plugin" + +#: configdialog/kbfxconfigdlgplugins.ui:251 +#: configdialog/kbfxconfigdlgplugins.ui:254 +#, no-c-format +msgid "Information about the selected plugin" +msgstr "Info sul plugin selezionato" + +#: configdialog/kbfxconfigdlgstyle.ui:77 +#, no-c-format +msgid "

Menu type

" +msgstr "

Tipo di Menu'

" + +#: configdialog/kbfxconfigdlgstyle.ui:96 +#, no-c-format +msgid "Please select the menu style" +msgstr "Seleziona lo stile del Menu" + +#: configdialog/kbfxconfigdlgstyle.ui:172 +#: configdialog/kbfxconfigdlgstyle.ui:221 +#, no-c-format +msgid "KBFX MENU" +msgstr "KBFX MENU" + +#: configdialog/kbfxconfigdlgstyle.ui:197 +#: configdialog/kbfxconfigdlgstyle.ui:353 +#, no-c-format +msgid "TDE MENU" +msgstr "MENU TDE" + +#: configdialog/kbfxconfigdlgthemes.ui:55 +#, no-c-format +msgid "Select default folder" +msgstr "Seleziona directory di default" + +#: configdialog/kbfxconfigdlgthemes.ui:93 +#, no-c-format +msgid "Please select the target folder where your themes are." +msgstr "Seleziona la directory dei tuoi temi KBFX." + +#: configdialog/kbfxconfigdlgthemes.ui:126 +#, no-c-format +msgid "SpixBar" +msgstr "SpixBar" + +#: configdialog/kbfxconfigdlgthemes.ui:150 +#, no-c-format +msgid "Installed Themes" +msgstr "Temi installati" + +#: configdialog/kbfxconfigdlgthemes.ui:153 +#, no-c-format +msgid "Here are listed all the installed KBFX Themes" +msgstr "Lista temi KBFX installati" + +#: configdialog/kbfxconfigdlgthemes.ui:180 +#, no-c-format +msgid "Selected Theme Preview" +msgstr "Seleziona anteprima tema" + +#: configdialog/kbfxconfigdlgthemes.ui:325 +#, no-c-format +msgid "Delete Selected" +msgstr "Rimuovi selezionato" + +#: configdialog/kbfxconfigdlgthemes.ui:328 +#, no-c-format +msgid "Delete the Selected Theme" +msgstr "Rimuovi il tema selezionato" + +#: configdialog/kbfxconfigdlgthemes.ui:331 +#, no-c-format +msgid "" +"Pressing the button will delete the currently selected theme.
Warning!" +" You cannot delete the installed system wide themes!" +msgstr "" +"Premendo il bottone verra' rimosso il tema corrente
ATTENZIONE! Questa azione non rimuovera' il tema dal vostro sistema!" + +#: configdialog/kbfxconfigdlgthemes.ui:350 +#, no-c-format +msgid "Get Themes" +msgstr "Scarica temi" + +#: configdialog/kbfxconfigdlgthemes.ui:353 +#, no-c-format +msgid "Get More Themes from the Internet" +msgstr "Scarica altri temi da internet" + +#: configdialog/kbfxconfigdlgthemes.ui:356 +#, no-c-format +msgid "" +"Pressing the button will launch konqueror and go to the KBFX Themes Section " +"on www.kde-look.org" +msgstr "" +"Premi il bottone per lanciare konqueror all'indirizzo:www.kde-look.org," +"sezione temi KBFX" + +#: configdialog/kbfxconfigdlgthemes.ui:385 +#, no-c-format +msgid "Install Theme" +msgstr "Installa Tema" + +#: configdialog/kbfxconfigdlgthemes.ui:388 +#, no-c-format +msgid "Install New Theme from KBFX Theme Package" +msgstr "Installa tema KBFX da pacchetto" + +#: configdialog/kbfxconfigdlgthemes.ui:391 +#, no-c-format +msgid "" +"Pressing the button will offer a dialog where you can choose KBFX Theme " +"Package to install in your home folder" +msgstr "" +"Premendo il bottone verra' mostrata una finestra di dialogo dove sara' " +"possibile selezionare il tema KBFX(in formato compresso)e installarlo nella " +"home directory" + +#: configdialog/kbfxconfigdlgthemes.ui:410 configdialog/kbfxthemeinfo.ui:24 +#, no-c-format +msgid "Theme Info" +msgstr "Info temi" + +#: configdialog/kbfxconfigdlgthemes.ui:413 +#, no-c-format +msgid "Show specific theme info" +msgstr "Mostra le info specifiche del tema" + +#: configdialog/kbfxconfigdlgthemes.ui:416 +#, no-c-format +msgid "Pressing the button will show you specific theme info" +msgstr "Premi il bottone per le info sul tema" + +#: configdialog/kbfxconfigdlgthemes.ui:449 +#, no-c-format +msgid "Personal Image" +msgstr "Immagine personale" + +#: configdialog/kbfxconfigdlgthemes.ui:488 +#, no-c-format +msgid "Theme's Default" +msgstr "Tema di default" + +#: configdialog/kbfxconfigdlgthemes.ui:491 +#, no-c-format +msgid "Set the Theme's Default Personal Image" +msgstr "Seleziona immagine personale da tema di default" + +#: configdialog/kbfxconfigdlgthemes.ui:494 +#, no-c-format +msgid "" +"Pressing the button will delete the personal image you have selected and " +"install the theme's default personal image" +msgstr "" +"Premi il bottone per rimuovere l'immagine personale selezionata e installare " +"quella del tema di default" + +#: configdialog/kbfxconfigdlgthemes.ui:510 +#, no-c-format +msgid "Maxsize 48 x 48" +msgstr "Dimensione massima 48x48" + +#: configdialog/kbfxconfigdlgthemes.ui:532 +#, no-c-format +msgid "Select New image" +msgstr "Seleziona nuova immagine" + +#: configdialog/kbfxconfigdlgthemes.ui:535 +#, no-c-format +msgid "Select a Personal Image" +msgstr "Seleziona immagine personale" + +#: configdialog/kbfxconfigdlgthemes.ui:538 +#, no-c-format +msgid "Pressing the button will open a dialog to select your personal image" +msgstr "" +"Premendo il bottone verra' mostrata una finestra di dialogo dove sara' " +"possibile selezionare la propia immagine personale" + +#: configdialog/kbfxconfigdlgthemes.ui:684 +#, no-c-format +msgid "This is your personal image displayed at the KBFX menu." +msgstr "" +"Questa e' la tua immagine personale che potra' essere visualizzata nella " +"barra superiore del menu KBFX." + +#: configdialog/kbfxconfigdlgthemes.ui:725 +#, no-c-format +msgid "Misc Options" +msgstr "Opzioni varie" + +#: configdialog/kbfxconfigdlgthemes.ui:764 +#, no-c-format +msgid "Watch System Installs" +msgstr "Guarda installazione di sistema" + +#: configdialog/kbfxconfigdlgthemes.ui:767 +#: configdialog/kbfxconfigdlgthemes.ui:770 +#, no-c-format +msgid "Watch for applications installs and reload KBFX if any occurs" +msgstr "Guarda le applicazioni installate e ricarica il kbfx" + +#: configdialog/kbfxconfigdlgthemes.ui:786 +#: configdialog/kbfxconfigdlgthemes.ui:789 +#, no-c-format +msgid "Show Old Themes" +msgstr "Mostra i temi vecchi" + +#: configdialog/kbfxconfigdlgthemes.ui:839 +#, no-c-format +msgid "

Please select theme folder

" +msgstr "" +"

Seleziona una directory per i temi

" + +#: configdialog/kbfxconfigdlgthemes.ui:886 +#, no-c-format +msgid "

Installed themes

" +msgstr "

Temi installati

" + +#: configdialog/kbfxconfigdlgtooltip.ui:80 +#, no-c-format +msgid "

Tooltip ON or OFF

" +msgstr "

Tooltip ON - OFF

" + +#: configdialog/kbfxconfigdlgtooltip.ui:99 +#, no-c-format +msgid "Turn off or on the tooltip" +msgstr "Disattiva suggerimento" + +#: configdialog/kbfxconfigdlgtooltip.ui:140 +#, no-c-format +msgid "" +"Turn your tooltip off or on.
You can see the current status of the " +"tooltip to the right." +msgstr "" +"Attiva/Disattiva il
suggerimento Controlla lo stato attuale sulla " +"destra." + +#: configdialog/kbfxconfigdlgtooltip.ui:184 +#, no-c-format +msgid "Turn the tooltip \"OFF\"" +msgstr "Suggerimento \"OFF\"" + +#: configdialog/kbfxconfigdlgtooltip.ui:268 +#, no-c-format +msgid "Tooltip Text" +msgstr "Testo suggerimento" + +#: configdialog/kbfxconfigdlgtooltip.ui:301 +#, no-c-format +msgid "Type the text which you want to be displayed in the tooltip." +msgstr "Scrivi il messaggio che verra' visualizzato nel suggerimento." + +#: configdialog/kbfxconfigdlgtooltip.ui:406 +#, no-c-format +msgid "

Tooltip personal text

" +msgstr "

Tooltip testo personale

" + +#: configdialog/kbfxconfigdlgtooltip.ui:425 +#, no-c-format +msgid "Tooltip animation" +msgstr "Animazione suggerimento" + +#: configdialog/kbfxconfigdlgtooltip.ui:469 +#, no-c-format +msgid "" +"Turn your tooltip animation off or on.
You can see the current status of " +"the tooltip to the right." +msgstr "" +"Attiva/Disattiva animazione
suggerimento Controlla lo stato attuale " +"sulla destra ." + +#: configdialog/kbfxconfigdlgtooltip.ui:513 +#, no-c-format +msgid "Turn the animation \"ON\"" +msgstr "Animazione \"ON\"" + +#: configdialog/kbfxconfigdlgtooltip.ui:636 +#, no-c-format +msgid "

Tooltip animation ON or OFF

" +msgstr "

Tooltip animazione ON - OFF

" + +#: configdialog/kbfxthemeinfo.ui:286 +#, no-c-format +msgid "

Name:

" +msgstr "

Nome:

" + +#: configdialog/kbfxthemeinfo.ui:302 +#, no-c-format +msgid "

Version:

" +msgstr "

Versione:

" + +#: configdialog/kbfxthemeinfo.ui:318 +#, no-c-format +msgid "

Author:

" +msgstr "

Autore:

" + +#: configdialog/kbfxthemeinfo.ui:334 +#, no-c-format +msgid "

Email:

" +msgstr "

Email:

" + +#: configdialog/kbfxthemeinfo.ui:350 +#, no-c-format +msgid "

Homepage:

" +msgstr "

Homepage:

" + +#: configdialog/kbfxthemeinfo.ui:388 configdialog/kbfxthemeinfo.ui:416 +#: configdialog/kbfxthemeinfo.ui:444 configdialog/kbfxthemeinfo.ui:475 +#: configdialog/kbfxthemeinfo.ui:512 +#, no-c-format +msgid "Test" +msgstr "Test" + +#, fuzzy +#~ msgid "Fonts" +#~ msgstr "Font..." + +#, fuzzy +#~ msgid "About" +#~ msgstr "Info KBFX" + +#~ msgid "You are running: KBFX " +#~ msgstr "Stai usando KBFX: " + +#~ msgid "This is a help box" +#~ msgstr "Help" + +#~ msgid "Water Effect Properties" +#~ msgstr "Propieta' effetto acqua" + +#~ msgid "Water Effect Frame Rate" +#~ msgstr "Frame rate effetto acqua" + +#~ msgid "Enabled Water Effect" +#~ msgstr "Abilita effetto acqua" + +#~ msgid "

Not implemented yet.

" +#~ msgstr "

Non implementato

" diff --git a/translations/messages/kbfxconfigapp/kbfxconfigapp.pot b/translations/messages/kbfxconfigapp/kbfxconfigapp.pot new file mode 100644 index 0000000..9426825 --- /dev/null +++ b/translations/messages/kbfxconfigapp/kbfxconfigapp.pot @@ -0,0 +1,1539 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2022-09-13 18:34+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 "" + +#: configdialog/kbfxconfigapp.cpp:28 +msgid "

%1

" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:30 +msgid "" +"

The connection to the KBFX News " +"Section on www.kbfx.net is broken.

If you want you can check " +"the latest news for KBFX from here:
KBFX " +"News

" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:35 +msgid "" +"KBFX start button
Tip! You have 3 " +"options to select for your KBFX start button.You have to select (Normal, " +"Pressed, Hover) images.
Down below you can also see a preview of the " +"images you have selected." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:40 +msgid "" +"About KBFX
Tip! Here you can find " +"information about the KBFX Project and all the people involved in it." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:43 +msgid "" +"KBFX font settings
Tip! Here you can " +"set the fonts of the current theme.
If you don't have any 'kbfxfontrc' " +"file don't worry about that.
When done just hit 'Apply' button and KBFX " +"will save the 'kbfxfontrc' file." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:48 +msgid "" +"KBFX Layout
Tip! Here you can " +"configure the Look and Feel of your KBFX menu.
The most important " +"settings that are used with the 'Make it...' buttons are " +"marked with '*'
Have in mind that the Layout of the " +"theme also depends on the sizes of the images!
" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:53 +msgid "" +"KBFX Plugins
Tip! Here you can " +"select what plugins will be enabled and in which panel of the KBFX menu." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:56 +msgid "" +"Menu Type
Tip! Please select which " +"kind of menu you would like to use." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:59 +msgid "" +"KBFX Themes
Tip! To keep it simple " +"place all your themes inside one folder.
Then create different folders " +"inside that folder with different names.
KBFX will then read those " +"folders as themes." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:64 +msgid "" +"KBFX tooltip settings
Tip! Here you " +"can configure the behaviour of KBFX's own tooltip." +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:79 +msgid "Themes" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:91 configdialog/kbfxconfigdlgmain.ui:56 +#, no-c-format +msgid "Start Button" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:107 +msgid "Layout" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:117 configdialog/kbfxconfigdlgmain.ui:104 +#, no-c-format +msgid "Plugins" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:125 configdialog/kbfxconfigdlgmain.ui:88 +#, no-c-format +msgid "Tooltip" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:133 configdialog/kbfxconfigdlgmain.ui:80 +#, no-c-format +msgid "Menu Style" +msgstr "" + +#: configdialog/kbfxconfigapp.cpp:252 +msgid "No default settings here ;)" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:23 +msgid "" +"Name: Mensur Zahirovic (Nookie)

Country: Sweden

KBFX: co-author, Q/A, system design, " +"web designer, bug hunter, project administror

Email: " +"nookie@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:32 +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: author, maintainer, developer, project " +"administror

Email: siraj@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:41 +msgid "" +"Name: Nathanael Dracor Gogniat

Country: Switzerland

KBFX: project technical writer, " +"documentation manager, co-author

Email: " +"nathanael@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:50 +msgid "" +"Name: PhobosK

Country: " +"Bulgaria

KBFX: package & release manager, Q/A, bug " +"hunter, mandriva packages, project administrator, developer TQt/C+" +"+

Email: phobosk@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:59 +msgid "" +"Name: Johnny Henry Saenz Acuna " +"(scarebyte)

Country: Peru

KBFX: developer TQt4/C++

Email: saenzac@mail.kbfx." +"net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui.h:68 +msgid "" +"Name: Christoffer Brodd-Reijer " +"(Ephracis)

Country: Sweden

KBFX: library developer for Raptor

Email: " +"ephracis@mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:60 +msgid "" +"

Image cannot be used as a pressed button skin!

Will use default pressed button skin.

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:62 +#: configdialog/kbfxconfigdlgbutton.ui.h:83 +#: configdialog/kbfxconfigdlgbutton.ui.h:104 +#: configdialog/kbfxconfigdlgthemes.ui.h:283 +msgid "Error loading image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:81 +msgid "" +"

Image cannot be used as a normal button skin!

Will use default normal button skin.

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:102 +msgid "" +"

Image cannot be used as a hover button skin!

Will use default hover button skin.

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:144 +#: configdialog/kbfxconfigdlgbutton.ui:723 +#, no-c-format +msgid "Panel Resize is 'ON'" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui.h:150 +msgid "Panel Resize is 'OFF'" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:133 +msgid "Select folder to export kbfxfontrc file" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:164 +msgid "" +"

The Font configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:165 +msgid "KBFX Font Export Ready" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:16 +msgid "User Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:17 +msgid "* Top Bar Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:18 +msgid "* Bottom Bar Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:20 +msgid "* List Box Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:21 +msgid "Search Box Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:22 +msgid "* Item Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:24 +msgid "* Main Menu Properties" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:198 +msgid "Face Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:199 +msgid "Face Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:200 +msgid "User Name Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:201 +msgid "User Name Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:202 +msgid "Face Box Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:203 +msgid "Face Box Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:204 +msgid "Face Box Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:205 +msgid "Face Box Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:206 +msgid "Hide User Name" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:224 +msgid "* Top Bar Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:230 +msgid "Top Bar Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:255 +msgid "* Bottom Bar Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:261 +msgid "Bottom Bar Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:311 +msgid "* List Box Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:312 +msgid "* List Box Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:315 +msgid "List Box Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:316 +msgid "* List Box Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:334 +msgid "Search Box Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:335 +msgid "Search Box Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:338 +msgid "Search Box Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:339 +msgid "Search Box Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:357 +msgid "* Item Position X" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:358 +msgid "* Item Position Y" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:359 +msgid "Icon Size in Item" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:361 +msgid "Item Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:362 +msgid "* Item Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:363 +msgid "Comment Margin in Item" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:365 +msgid "No Comments in Item" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:406 +msgid "* Main Menu Height" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:410 +msgid "* Main Menu Width" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:414 +msgid "Contracted Menues" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:460 +msgid "Select folder to export kbfxlayoutrc file" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:553 +msgid "" +"

The Layout configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:554 +msgid "KBFX Layout Export Ready" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:621 +msgid "" +"

The Layout configuration of the KBFX Theme %1 is ready!

Be sure to click the Apply button in order the changes to become active!

" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:622 +msgid "KBFX Layout Ready" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:628 +msgid "" +"

KBFX will calculate the necessary values using the present " +"values for:

* Main Menu Height and " +"* Main Menu Width
* Bottom Bar Height " +"and * Top Bar Height

So be sure " +"that you have entered their values as you desire!

NOTE: Have in mind that the Layout of the " +"theme also depends on the sizes of the images! So if the theme does not look " +"like as you desire either change the images' sizes to smaller width OR " +"change * Main Menu Width to higher value!

" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:634 +msgid "Prepare Layout for the KBFX theme" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui.h:635 +msgid "Prepare" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui.h:15 +msgid "Left Panel" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui.h:16 +msgid "Right Panel" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui.h:79 +#: configdialog/kbfxconfigdlgplugins.ui.h:85 +msgid "

Not Implemented yet.

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:61 +msgid "" +"

Invalid user themes folder!

Will use " +"default user themes folder.

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:63 +msgid "Error loading themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:170 +msgid "" +"

Are you sure you want to uninstall the KBFX theme " +"%1?

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:171 +msgid "Uninstall KBFX theme" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:172 +msgid "Uninstall" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:177 +msgid "" +"

Do you want to keep your personal settings for theme " +"%1?

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:178 +msgid "Personal settings" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:179 +msgid "Keep settings" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:180 +msgid "Delete settings" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:210 +msgid "" +"

Could not uninstall this KBFX theme.

You may not have sufficient permissions to delete the folder " +"%1.

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:223 +msgid "KBFX theme packages (*.tar, *.tar.bz2, *.tar.gz, *.kbfxtheme)" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:227 +msgid "Select KBFX theme package to install" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:243 +msgid "

Could not read this KBFX theme package.

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:270 +msgid "Select personal image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:281 +msgid "" +"

Image cannot be used as a personal image!

Will use default personal image.

" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:23 +msgid "Turn the animation 'OFF'" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:30 +msgid "Turn the animation 'ON'" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:53 +msgid "Turn the tooltip 'OFF'" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:60 +msgid "Turn the tooltip 'ON'" +msgstr "" + +#: configdialog/main.cpp:36 +msgid "KBFX Configuration Utility" +msgstr "" + +#: configdialog/main.cpp:40 +msgid "Install KBFX theme from " +msgstr "" + +#: configdialog/main.cpp:41 +msgid "Prepare KBFX theme from folder " +msgstr "" + +#: configdialog/main.cpp:42 +msgid "Show the About page" +msgstr "" + +#: configdialog/main.cpp:79 +msgid "

Could not create this KBFX theme package.

" +msgstr "" + +#: configdialog/main.cpp:90 +msgid "

KBFX Theme %1 prepared.

" +msgstr "" + +#: configdialog/main.cpp:91 +msgid "KBFX Theme Ready" +msgstr "" + +#: configdialog/main.cpp:135 +msgid "kbfxconfigapp" +msgstr "" + +#: kbfxlib/common/kbfxconfig.cpp:32 +msgid "Not Specified" +msgstr "" + +#: kbfxlib/common/kbfxfontchooser.cpp:38 +msgid "Font..." +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:102 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:103 +msgid "" +"

There is a problem in TDE Menu services!
KBFX can try " +"to autorepair this problem.
Should KBFX autorepair this problem?

" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:103 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:104 +msgid "Problem in TDE Menu Services" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:104 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:105 +msgid "Do Autorepair" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:105 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:106 +msgid "Do NOT Autorepair" +msgstr "" + +#: src/kbfxbutton.cpp:275 +msgid "Remove KBFX from Pannel" +msgstr "" + +#: src/kbfxbutton.cpp:277 +msgid "Reload KBFX" +msgstr "" + +#: src/kbfxbutton.cpp:280 +msgid "Configure KBFX" +msgstr "" + +#: src/kbfxbutton.cpp:282 +msgid "Edit Applications Menu" +msgstr "" + +#: src/kbfxbutton.cpp:400 +msgid "" +"Invalid images were dropped!\n" +"Cannot set the KBFX button to use these images!" +msgstr "" + +#: src/kbfxbutton.cpp:402 +msgid "Error setting KBFX button images" +msgstr "" + +#: src/kbfxspinxmenu.cpp:69 +msgid "Double click to clear..." +msgstr "" + +#: src/kbfxspinxmenu.cpp:81 +msgid "Type here to search..." +msgstr "" + +#: configdialog/kbfxconfigappui.rc:4 +#, no-c-format +msgid "C&ustom" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:24 +#, no-c-format +msgid "Form1" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:80 +#, no-c-format +msgid "

People behind KBFX

" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:148 +#, no-c-format +msgid "You are running: KBFX 0493" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:197 +#, no-c-format +msgid "" +"Here are the people behind the KBFX application.\n" +"We would like to thank all people who have helped with KBFX or have donated " +"money to our project!\n" +"THANKS A LOT ALL OF YOU OUT THERE!!!" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:248 +#, no-c-format +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: Author, Maintainer, Developer, Project " +"Admin

Email: siraj(a)mail.kbfx.net" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:558 +#, no-c-format +msgid "" +"Tip! Hover over the contact images to see each personal contact " +"information." +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:602 +#, no-c-format +msgid "SPONSORS!" +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:627 +#, no-c-format +msgid "" +"We would like to thank swedish computer company PC Agenten for " +"sponsoring us with a server and bandwidth." +msgstr "" + +#: configdialog/kbfxconfigdlgabout.ui:649 +#, no-c-format +msgid "" +"

HTTP://WWW." +"PCAGENTEN.SE

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:27 +#, no-c-format +msgid "KBFX Button" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:39 +#, no-c-format +msgid "" +"To change KBFX button skin, simply browse to the image you want OR just " +"Drag&Drop the images to their respective place." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:81 +#, no-c-format +msgid "\"PRESSED\" IMAGE SELECTION" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:109 +#, no-c-format +msgid "Please select \"pressed\" image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:134 +#: configdialog/kbfxconfigdlgbutton.ui:300 +#: configdialog/kbfxconfigdlgbutton.ui:478 +#, no-c-format +msgid "image/jpeg image/png image/x-xpm image/gif" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:137 +#, no-c-format +msgid "The Pressed Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:140 +#, no-c-format +msgid "Here you can choose the Pressed Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:167 +#: configdialog/kbfxconfigdlgbutton.ui:333 +#: configdialog/kbfxconfigdlgbutton.ui:511 +#, no-c-format +msgid "Preview" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:213 +#, no-c-format +msgid "Pressed Button Skin" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:216 +#, no-c-format +msgid "Here you can Drag&Drop the Pressed Button Skin Image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:253 +#, no-c-format +msgid "\"NORMAL\" IMAGE SELECTION" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:281 +#, no-c-format +msgid "Please select \"normal\" image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:303 +#, no-c-format +msgid "The Normal Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:306 +#, no-c-format +msgid "Here you can choose the Normal Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:382 +#, no-c-format +msgid "Normal Button Skin" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:385 +#, no-c-format +msgid "Here you can Drag&Drop the Normal Button Skin Image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:422 +#, no-c-format +msgid "\"HOVER\" IMAGE SELECTION" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:450 +#, no-c-format +msgid "Please select \"hover\" image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:481 +#, no-c-format +msgid "The Hover Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:484 +#, no-c-format +msgid "Here you can choose the Hover Button Skin Image" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:557 +#, no-c-format +msgid "Hover Button Skin" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:560 +#, no-c-format +msgid "Here you can Drag&Drop the Hover Button Skin Image." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:614 +#, no-c-format +msgid "

Please select KBFX button's images

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:639 +#, no-c-format +msgid "Resize Panel" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:667 +#, no-c-format +msgid "" +"Tip! This button resizes the panel on which the KBFX button is to " +"button's height or width." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:823 +#, no-c-format +msgid "

Preview of selected images

" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:848 +#, no-c-format +msgid "Livepreview" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:876 +#, no-c-format +msgid "" +"Tip! To see live preview, hover or press the preview image with your " +"mouse." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:939 +#, no-c-format +msgid "KBFX Button live preview" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:942 +#, no-c-format +msgid "Here you can see the live preview of the KBFX Button." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:966 +#, no-c-format +msgid "Button Fade Transition Effect" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:978 +#, no-c-format +msgid "Check this to turn the fade effect of the button ON" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:981 +#, no-c-format +msgid "" +"This allows you to turn ON or OFF the fade effect for the KBFX button." +"
This effect makes transitions between the three images (normal, hover, " +"pressed) animated." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1003 +#, no-c-format +msgid "Fade Effect Time (in msec.):" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1006 +#: configdialog/kbfxconfigdlgbutton.ui:1034 +#, no-c-format +msgid "" +"The fade effect transition time in msec. Valid values are between 20 and " +"1000 msec. Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1009 +#: configdialog/kbfxconfigdlgbutton.ui:1037 +#, no-c-format +msgid "" +"Here you can enter the value of the fade effect transition time in msec." +"
Valid values are between 20 and 1000 msec.
Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:24 +#: configdialog/kbfxconfigdlglayout.ui:24 +#: configdialog/kbfxconfigdlgplugins.ui:24 +#: configdialog/kbfxconfigdlgstyle.ui:24 configdialog/kbfxconfigdlgthemes.ui:24 +#: configdialog/kbfxconfigdlgtooltip.ui:27 +#, no-c-format +msgid "KBFX Control Center" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:83 +#, no-c-format +msgid "

Font options

" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:127 +#, no-c-format +msgid "EXPORT KBFXFONTRC FILE" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:130 +#, no-c-format +msgid "Export the kbfxfontrc file to a folder" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:154 +#: configdialog/kbfxconfigdlglayout.ui:154 +#, no-c-format +msgid "Setup fonts for your KBFX" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:240 +#, no-c-format +msgid "Application \"LINE\":" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:259 +#, no-c-format +msgid "Horizontal line color in the application area." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:294 +#, no-c-format +msgid "Application text :" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:313 +#, no-c-format +msgid "Select the color of the \"application\" in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:348 +#, no-c-format +msgid "Comment text:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:367 +#, no-c-format +msgid "Color of the \"comments\" in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:402 +#, no-c-format +msgid "Name display:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:421 +#, no-c-format +msgid "The color of your login name in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:450 +#, no-c-format +msgid "Category text:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:469 +#, no-c-format +msgid "Font color of the categoris in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:504 +#, no-c-format +msgid "Separator:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:523 +#, no-c-format +msgid "The color of the separator in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:558 +#, no-c-format +msgid "Plugin:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:577 +#, no-c-format +msgid "The color of the plugin in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:612 +#, no-c-format +msgid "Tooltip:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:631 +#, no-c-format +msgid "The color of the tooltip in the menu." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:693 +#, no-c-format +msgid "Select font for the application's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:712 +#, no-c-format +msgid "Select font for the comment's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:731 +#, no-c-format +msgid "Select font for the username's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:750 +#, no-c-format +msgid "Select font for the category's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:769 +#, no-c-format +msgid "Select font for the separator's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:788 +#, no-c-format +msgid "Select font for the plugins' text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:807 +#, no-c-format +msgid "Select font for the tooltip's text" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:884 +#: configdialog/kbfxconfigdlglayout.ui:210 +#, no-c-format +msgid "Theme that is edited:" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:925 +#: configdialog/kbfxconfigdlglayout.ui:245 +#, no-c-format +msgid "

default

" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:928 +#: configdialog/kbfxconfigdlglayout.ui:248 +#, no-c-format +msgid "Please select the theme you want to edit" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:947 +#, no-c-format +msgid "Bold fonts on hover" +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:950 +#: configdialog/kbfxconfigdlgfonts-old.ui:953 +#, no-c-format +msgid "Make fonts bolder when you hover the mouse over an item" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:83 +#, no-c-format +msgid "

Layout options

" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:127 +#, no-c-format +msgid "EXPORT KBFXLAYOUTRC FILE" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:130 +#, no-c-format +msgid "Export the kbfxlayoutrc file to a folder" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:267 +#, no-c-format +msgid "Select the Layout property to change" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:327 +#, no-c-format +msgid "Make it 2 panels (Left \"ON\")" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:343 +#, no-c-format +msgid "Make it 2 panels (Right \"ON\")" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:359 +#, no-c-format +msgid "Make it 3 panels" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:461 +#, no-c-format +msgid "textLabel1" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:515 +#, no-c-format +msgid "textLabel2" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:569 +#, no-c-format +msgid "textLabel3" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:623 +#, no-c-format +msgid "textLabel4" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:668 +#, no-c-format +msgid "checkBox1" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:747 +#, no-c-format +msgid "textLabel5" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:801 +#, no-c-format +msgid "textLabel6" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:855 +#, no-c-format +msgid "textLabel7" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:909 +#, no-c-format +msgid "textLabel8" +msgstr "" + +#: configdialog/kbfxconfigdlglayout.ui:954 +#, no-c-format +msgid "checkBox2" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:27 +#, no-c-format +msgid "KBFX Configurator Application" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:64 +#, no-c-format +msgid "KBFX Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:96 +#, no-c-format +msgid "Search Engine" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:112 +#, no-c-format +msgid "About KBFX" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:192 +#, no-c-format +msgid "" +"




If you want you can check the latest " +"news for KBFX from here:
KBFX News" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:233 +#, no-c-format +msgid "Open Help Documentation" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:252 +#, no-c-format +msgid "&Default" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:261 +#, no-c-format +msgid "Apply the default configuration for this section only" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:306 +#, no-c-format +msgid "Save the configuration and Apply it" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:334 +#, no-c-format +msgid "Exit the configuration without saving" +msgstr "" + +#: configdialog/kbfxconfigdlgmain.ui:484 +#, no-c-format +msgid "Kbfx start button
" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:80 +#, no-c-format +msgid "

Plugins options

" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:99 +#, no-c-format +msgid "Select KBFX Panel" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:127 +#: configdialog/kbfxconfigdlgplugins.ui:130 +#, no-c-format +msgid "Plugin to configure" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:152 +#, no-c-format +msgid "Please select the panel you want to configure: " +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:173 +#, no-c-format +msgid "&Available Plugins:" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:176 +#, no-c-format +msgid "&Enabled Plugins:" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:223 +#, no-c-format +msgid "&Configure Plugin" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:226 +#: configdialog/kbfxconfigdlgplugins.ui:229 +#, no-c-format +msgid "Configure the selected plugin" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:248 +#, no-c-format +msgid "&Plugin Information" +msgstr "" + +#: configdialog/kbfxconfigdlgplugins.ui:251 +#: configdialog/kbfxconfigdlgplugins.ui:254 +#, no-c-format +msgid "Information about the selected plugin" +msgstr "" + +#: configdialog/kbfxconfigdlgstyle.ui:77 +#, no-c-format +msgid "

Menu type

" +msgstr "" + +#: configdialog/kbfxconfigdlgstyle.ui:96 +#, no-c-format +msgid "Please select the menu style" +msgstr "" + +#: configdialog/kbfxconfigdlgstyle.ui:172 +#: configdialog/kbfxconfigdlgstyle.ui:221 +#, no-c-format +msgid "KBFX MENU" +msgstr "" + +#: configdialog/kbfxconfigdlgstyle.ui:197 +#: configdialog/kbfxconfigdlgstyle.ui:353 +#, no-c-format +msgid "TDE MENU" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:55 +#, no-c-format +msgid "Select default folder" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:93 +#, no-c-format +msgid "Please select the target folder where your themes are." +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:126 +#, no-c-format +msgid "SpixBar" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:150 +#, no-c-format +msgid "Installed Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:153 +#, no-c-format +msgid "Here are listed all the installed KBFX Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:180 +#, no-c-format +msgid "Selected Theme Preview" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:325 +#, no-c-format +msgid "Delete Selected" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:328 +#, no-c-format +msgid "Delete the Selected Theme" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:331 +#, no-c-format +msgid "" +"Pressing the button will delete the currently selected theme.
Warning!" +" You cannot delete the installed system wide themes!" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:350 +#, no-c-format +msgid "Get Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:353 +#, no-c-format +msgid "Get More Themes from the Internet" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:356 +#, no-c-format +msgid "" +"Pressing the button will launch konqueror and go to the KBFX Themes Section " +"on www.kde-look.org" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:385 +#, no-c-format +msgid "Install Theme" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:388 +#, no-c-format +msgid "Install New Theme from KBFX Theme Package" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:391 +#, no-c-format +msgid "" +"Pressing the button will offer a dialog where you can choose KBFX Theme " +"Package to install in your home folder" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:410 configdialog/kbfxthemeinfo.ui:24 +#, no-c-format +msgid "Theme Info" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:413 +#, no-c-format +msgid "Show specific theme info" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:416 +#, no-c-format +msgid "Pressing the button will show you specific theme info" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:449 +#, no-c-format +msgid "Personal Image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:488 +#, no-c-format +msgid "Theme's Default" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:491 +#, no-c-format +msgid "Set the Theme's Default Personal Image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:494 +#, no-c-format +msgid "" +"Pressing the button will delete the personal image you have selected and " +"install the theme's default personal image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:510 +#, no-c-format +msgid "Maxsize 48 x 48" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:532 +#, no-c-format +msgid "Select New image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:535 +#, no-c-format +msgid "Select a Personal Image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:538 +#, no-c-format +msgid "Pressing the button will open a dialog to select your personal image" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:684 +#, no-c-format +msgid "This is your personal image displayed at the KBFX menu." +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:725 +#, no-c-format +msgid "Misc Options" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:764 +#, no-c-format +msgid "Watch System Installs" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:767 +#: configdialog/kbfxconfigdlgthemes.ui:770 +#, no-c-format +msgid "Watch for applications installs and reload KBFX if any occurs" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:786 +#: configdialog/kbfxconfigdlgthemes.ui:789 +#, no-c-format +msgid "Show Old Themes" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:839 +#, no-c-format +msgid "

Please select theme folder

" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:886 +#, no-c-format +msgid "

Installed themes

" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:80 +#, no-c-format +msgid "

Tooltip ON or OFF

" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:99 +#, no-c-format +msgid "Turn off or on the tooltip" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:140 +#, no-c-format +msgid "" +"Turn your tooltip off or on.
You can see the current status of the " +"tooltip to the right." +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:184 +#, no-c-format +msgid "Turn the tooltip \"OFF\"" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:268 +#, no-c-format +msgid "Tooltip Text" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:301 +#, no-c-format +msgid "Type the text which you want to be displayed in the tooltip." +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:406 +#, no-c-format +msgid "

Tooltip personal text

" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:425 +#, no-c-format +msgid "Tooltip animation" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:469 +#, no-c-format +msgid "" +"Turn your tooltip animation off or on.
You can see the current status of " +"the tooltip to the right." +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:513 +#, no-c-format +msgid "Turn the animation \"ON\"" +msgstr "" + +#: configdialog/kbfxconfigdlgtooltip.ui:636 +#, no-c-format +msgid "

Tooltip animation ON or OFF

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:286 +#, no-c-format +msgid "

Name:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:302 +#, no-c-format +msgid "

Version:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:318 +#, no-c-format +msgid "

Author:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:334 +#, no-c-format +msgid "

Email:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:350 +#, no-c-format +msgid "

Homepage:

" +msgstr "" + +#: configdialog/kbfxthemeinfo.ui:388 configdialog/kbfxthemeinfo.ui:416 +#: configdialog/kbfxthemeinfo.ui:444 configdialog/kbfxthemeinfo.ui:475 +#: configdialog/kbfxthemeinfo.ui:512 +#, no-c-format +msgid "Test" +msgstr "" diff --git a/translations/messages/kbfxconfigapp/nl.po b/translations/messages/kbfxconfigapp/nl.po new file mode 100644 index 0000000..7323f7a --- /dev/null +++ b/translations/messages/kbfxconfigapp/nl.po @@ -0,0 +1,1725 @@ +# translation of nl.po to +# translation of kbfxconfigapp.po to +# translation of kbfx.po to +# This file is put in the public domain. +# +# Monkey 9 , 2006, 2007. +# Heimen Stoffels , 2020. +msgid "" +msgstr "" +"Project-Id-Version: nl\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-09-13 18:34+0000\n" +"PO-Revision-Date: 2020-10-09 08:28+0000\n" +"Last-Translator: Heimen Stoffels \n" +"Language-Team: Dutch \n" +"Language: nl\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.2.2\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 "Monkey 9, Heimen Stoffels" + +#. 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 "monkey9@iae.nl" + +#: configdialog/kbfxconfigapp.cpp:28 +msgid "

%1

" +msgstr "

%1

" + +#: configdialog/kbfxconfigapp.cpp:30 +msgid "" +"

The connection to the KBFX News " +"Section on www.kbfx.net is broken.

If you want you can check " +"the latest news for KBFX from here:
KBFX " +"News

" +msgstr "" +"

De verbinding naar de KBFX Niews " +"Sectie op www.kbfx.net is kapot.

Als je wilt kun je vanaf hier " +"het laatste nieuws voor KBFX controleren:
KBFX News

" + +#: configdialog/kbfxconfigapp.cpp:35 +msgid "" +"KBFX start button
Tip! You have 3 " +"options to select for your KBFX start button.You have to select (Normal, " +"Pressed, Hover) images.
Down below you can also see a preview of the " +"images you have selected." +msgstr "" +"KBFX start knop
Tip! Er zijn 3 " +"opties om je KBFX startknop te selecteren. Je dient (Normaal, Ingedrukt, " +"Muis-over) afbeeldingen te kiezen.
Hier beneden kun je ook een " +"voorbeeld zien van de afbeeldingen, die je hebt gekozen." + +#: configdialog/kbfxconfigapp.cpp:40 +msgid "" +"About KBFX
Tip! Here you can find " +"information about the KBFX Project and all the people involved in it." +msgstr "" +"Over KBFX
Tip!Hier kun je informatie " +"vinden over het KBFX Project en alle betrokkenen." + +#: configdialog/kbfxconfigapp.cpp:43 +msgid "" +"KBFX font settings
Tip! Here you can " +"set the fonts of the current theme.
If you don't have any 'kbfxfontrc' " +"file don't worry about that.
When done just hit 'Apply' button and KBFX " +"will save the 'kbfxfontrc' file." +msgstr "" +"Kbfx lettertype instellingen
Tip!Hier kan men de lettertypen. voor het huidige thema instellen.
Als je " +"geen 'kbfxfontrc' hebt maak je daarover dan niet bezorgd.
Wanneer gereed " +"enkel op 'Toepassen'klikken en KBFX zal de kbfxfontrc opslaan." + +#: configdialog/kbfxconfigapp.cpp:48 +msgid "" +"KBFX Layout
Tip! Here you can " +"configure the Look and Feel of your KBFX menu.
The most important " +"settings that are used with the 'Make it...' buttons are " +"marked with '*'
Have in mind that the Layout of the " +"theme also depends on the sizes of the images!
" +msgstr "" +"KBFX Opmaak
Tip! Hier kun je het " +"uiterlijk en thema van je KBFX menu instellen
De belangrijkste " +"instellingen die gebruikt worden met de 'Maken...' knoppen " +"zijn gemarkeerd met '*'
Houd in gedachten dat de opmaak " +"van het thema ook afhangt van de afmetingen van de plaatjes!
" + +#: configdialog/kbfxconfigapp.cpp:53 +msgid "" +"KBFX Plugins
Tip! Here you can " +"select what plugins will be enabled and in which panel of the KBFX menu." +msgstr "" +"KBFX Plugins
Tip!Hier kun je kiezen " +"welke plugins gebruikt zullen worden en in welk paneel van het KBFX menu" + +#: configdialog/kbfxconfigapp.cpp:56 +msgid "" +"Menu Type
Tip! Please select which " +"kind of menu you would like to use." +msgstr "" +"Menu Type
Tip!Kies welk soort menu " +"je wilt gebruiken." + +#: configdialog/kbfxconfigapp.cpp:59 +msgid "" +"KBFX Themes
Tip! To keep it simple " +"place all your themes inside one folder.
Then create different folders " +"inside that folder with different names.
KBFX will then read those " +"folders as themes." +msgstr "" +"Kbfx Thema's

Tip!Voor alle " +"eenvoud plaats je alle thema's in een map in aparte mappen
met eigen " +"naam. KBFX zal die dan lezen als thema's." + +#: configdialog/kbfxconfigapp.cpp:64 +msgid "" +"KBFX tooltip settings
Tip! Here you " +"can configure the behaviour of KBFX's own tooltip." +msgstr "" +"KBFX hulpballon instellingen
Tip!
Hier " +"kun je het gedrag van KBFX's eigen hulpballon instellen." + +#: configdialog/kbfxconfigapp.cpp:79 +msgid "Themes" +msgstr "Thema's" + +#: configdialog/kbfxconfigapp.cpp:91 configdialog/kbfxconfigdlgmain.ui:56 +#, no-c-format +msgid "Start Button" +msgstr "Start Knop" + +#: configdialog/kbfxconfigapp.cpp:107 +msgid "Layout" +msgstr "Opmaak" + +#: configdialog/kbfxconfigapp.cpp:117 configdialog/kbfxconfigdlgmain.ui:104 +#, no-c-format +msgid "Plugins" +msgstr "Plugins" + +#: configdialog/kbfxconfigapp.cpp:125 configdialog/kbfxconfigdlgmain.ui:88 +#, no-c-format +msgid "Tooltip" +msgstr "Tooltip" + +#: configdialog/kbfxconfigapp.cpp:133 configdialog/kbfxconfigdlgmain.ui:80 +#, no-c-format +msgid "Menu Style" +msgstr "Menu Stijl" + +#: configdialog/kbfxconfigapp.cpp:252 +msgid "No default settings here ;)" +msgstr "geen standaard instellingen hier;)" + +#: configdialog/kbfxconfigdlgabout.ui.h:23 +msgid "" +"Name: Mensur Zahirovic (Nookie)

Country: Sweden

KBFX: co-author, Q/A, system design, " +"web designer, bug hunter, project administror

Email: " +"nookie@mail.kbfx.net" +msgstr "" +" Naam Mensur Zahirovic (Nookie)

Land: Sweden

KBFX co auteur, Q/A, systeem ontwerp, " +"web designer, bug hunter, project administrator

E-mail nookie@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:32 +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: author, maintainer, developer, project " +"administror

Email: siraj@mail.kbfx.net" +msgstr "" +" Naam Siraj Razick

Land: Sri " +"Lanka

KBFX auteur onderhouder ontwikkelaar project " +"administrator

E-mail siraj@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:41 +msgid "" +"Name: Nathanael Dracor Gogniat

Country: Switzerland

KBFX: project technical writer, " +"documentation manager, co-author

Email: " +"nathanael@mail.kbfx.net" +msgstr "" +" Naam Nathanael Dracor Gogniat

Land: Switzerland

KBFX technisch project " +"schrijver, documentatie manager, co auteur

E-mail " +"nathanael@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:50 +msgid "" +"Name: PhobosK

Country: " +"Bulgaria

KBFX: package & release manager, Q/A, bug " +"hunter, mandriva packages, project administrator, developer TQt/C+" +"+

Email: phobosk@mail.kbfx.net" +msgstr "" +" Naam PhobosK

Land: " +"Bulgarije

KBFX pakket- en uitgavebeheerder, Q/A, " +"bugopsporing, Mandriva-pakketten, projectbeheerder, ontwikkelaar TQt/C+" +"+

E-mailadres: phobosk@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui.h:59 +msgid "" +"Name: Johnny Henry Saenz Acuna " +"(scarebyte)

Country: Peru

KBFX: developer TQt4/C++

Email: saenzac@mail.kbfx." +"net" +msgstr "" +" Naam Johnny Henry Saenz Acuna " +"(scarebyte)

Land:Peru

KBFX: " +"ontwikkelaar TQt4/C++

E-mailadres: saenzac@mail.kbfx." +"net" + +#: configdialog/kbfxconfigdlgabout.ui.h:68 +msgid "" +"Name: Christoffer Brodd-Reijer " +"(Ephracis)

Country: Sweden

KBFX: library developer for Raptor

Email: " +"ephracis@mail.kbfx.net" +msgstr "" +" NaamChristoffer Brodd-Reijer " +"(Ephracis)

Country: Sweden

KBFX: bibliotheek ontwikkelaar voor Raptor

Email: " +"ephracis@mail.kbfx.net" + +#: configdialog/kbfxconfigdlgbutton.ui.h:60 +msgid "" +"

Image cannot be used as a pressed button skin!

Will use default pressed button skin.

" +msgstr "" +"

Afbeelding kan niet gebruikt worden als ingedrukte knop " +"skin!

De standaard ingedrukte knop skin wordt gebruikt." +"

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:62 +#: configdialog/kbfxconfigdlgbutton.ui.h:83 +#: configdialog/kbfxconfigdlgbutton.ui.h:104 +#: configdialog/kbfxconfigdlgthemes.ui.h:283 +msgid "Error loading image" +msgstr "Fout! Afbeelding niet geladen" + +#: configdialog/kbfxconfigdlgbutton.ui.h:81 +msgid "" +"

Image cannot be used as a normal button skin!

Will use default normal button skin.

" +msgstr "" +"

Afbeelding kan niet gebruikt worden als normale knop skin!" +"

De standaard normale knop skin wordt gebruikt.

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:102 +msgid "" +"

Image cannot be used as a hover button skin!

Will use default hover button skin.

" +msgstr "" +"

Afbeelding kan niet gebruikt worden als muisover knop skin!" +"

De standaard muisoverknop skin word gebruikt.

" + +#: configdialog/kbfxconfigdlgbutton.ui.h:144 +#: configdialog/kbfxconfigdlgbutton.ui:723 +#, no-c-format +msgid "Panel Resize is 'ON'" +msgstr "Werkbalk formaat wijzigen 'AAN'" + +#: configdialog/kbfxconfigdlgbutton.ui.h:150 +msgid "Panel Resize is 'OFF'" +msgstr "Werkbalk Grootte wijzigen 'UIT'" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:133 +msgid "Select folder to export kbfxfontrc file" +msgstr "" +"Kies de map waar het kbfxfontrc bestand naartoe geexporteerd moet worden" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:164 +msgid "" +"

The Font configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" +"

Lettertype instelling voor het KBFX thema %1is met succes geexporteerd!

" + +#: configdialog/kbfxconfigdlgfonts-old.ui.h:165 +msgid "KBFX Font Export Ready" +msgstr "KBFX lettertype export gereed" + +#: configdialog/kbfxconfigdlglayout.ui.h:16 +msgid "User Properties" +msgstr "Gebruikers eigenschappen" + +#: configdialog/kbfxconfigdlglayout.ui.h:17 +msgid "* Top Bar Properties" +msgstr "* Bovenbalk eigenschappen" + +#: configdialog/kbfxconfigdlglayout.ui.h:18 +msgid "* Bottom Bar Properties" +msgstr "* Bodembalk eigenschappen" + +#: configdialog/kbfxconfigdlglayout.ui.h:20 +msgid "* List Box Properties" +msgstr "* Eigenschappen van lijstveld" + +#: configdialog/kbfxconfigdlglayout.ui.h:21 +msgid "Search Box Properties" +msgstr "Eigenschappen van zoekveld" + +#: configdialog/kbfxconfigdlglayout.ui.h:22 +msgid "* Item Properties" +msgstr "* Item eigenschappen" + +#: configdialog/kbfxconfigdlglayout.ui.h:24 +msgid "* Main Menu Properties" +msgstr "* Hoofdmenu eigenschappen" + +#: configdialog/kbfxconfigdlglayout.ui.h:198 +msgid "Face Position X" +msgstr "Gezichts positie X" + +#: configdialog/kbfxconfigdlglayout.ui.h:199 +msgid "Face Position Y" +msgstr "Gezichts positie Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:200 +msgid "User Name Position X" +msgstr "Gebruikersnaam positie X" + +#: configdialog/kbfxconfigdlglayout.ui.h:201 +msgid "User Name Position Y" +msgstr "Gebruikersnaam positie Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:202 +msgid "Face Box Position X" +msgstr "Positie X van vensterweergave" + +#: configdialog/kbfxconfigdlglayout.ui.h:203 +msgid "Face Box Position Y" +msgstr "Positie Y van vensterweergave" + +#: configdialog/kbfxconfigdlglayout.ui.h:204 +msgid "Face Box Height" +msgstr "Hoogte van vensterweergave" + +#: configdialog/kbfxconfigdlglayout.ui.h:205 +msgid "Face Box Width" +msgstr "Breedte van vensterweergave" + +#: configdialog/kbfxconfigdlglayout.ui.h:206 +msgid "Hide User Name" +msgstr "Verberg gebruikersnaam" + +#: configdialog/kbfxconfigdlglayout.ui.h:224 +msgid "* Top Bar Height" +msgstr "* Hoogte van de bovenbalk" + +#: configdialog/kbfxconfigdlglayout.ui.h:230 +msgid "Top Bar Width" +msgstr "Breedte van de bovenbalk" + +#: configdialog/kbfxconfigdlglayout.ui.h:255 +msgid "* Bottom Bar Height" +msgstr "*Hoogte van de onderbalk" + +#: configdialog/kbfxconfigdlglayout.ui.h:261 +msgid "Bottom Bar Width" +msgstr "Breedte van de onderbalk" + +#: configdialog/kbfxconfigdlglayout.ui.h:311 +msgid "* List Box Position X" +msgstr "Positie X van lijstweergave" + +#: configdialog/kbfxconfigdlglayout.ui.h:312 +msgid "* List Box Position Y" +msgstr "Positie Y van lijstweergave" + +#: configdialog/kbfxconfigdlglayout.ui.h:315 +msgid "List Box Height" +msgstr "Hoogte van lijstweergave" + +#: configdialog/kbfxconfigdlglayout.ui.h:316 +msgid "* List Box Width" +msgstr "Breedte van lijstweergave" + +#: configdialog/kbfxconfigdlglayout.ui.h:334 +msgid "Search Box Position X" +msgstr "Positie X van zoekveld" + +#: configdialog/kbfxconfigdlglayout.ui.h:335 +msgid "Search Box Position Y" +msgstr "Positie Y van zoekveld" + +#: configdialog/kbfxconfigdlglayout.ui.h:338 +msgid "Search Box Height" +msgstr "Hoogte van zoekveld" + +#: configdialog/kbfxconfigdlglayout.ui.h:339 +msgid "Search Box Width" +msgstr "Breedte van zoekveld" + +#: configdialog/kbfxconfigdlglayout.ui.h:357 +msgid "* Item Position X" +msgstr "* Item positie X" + +#: configdialog/kbfxconfigdlglayout.ui.h:358 +msgid "* Item Position Y" +msgstr "* Item positie Y" + +#: configdialog/kbfxconfigdlglayout.ui.h:359 +msgid "Icon Size in Item" +msgstr "Icoon formaat in item" + +#: configdialog/kbfxconfigdlglayout.ui.h:361 +msgid "Item Height" +msgstr "Item hoogte" + +#: configdialog/kbfxconfigdlglayout.ui.h:362 +msgid "* Item Width" +msgstr "* Item breedte" + +#: configdialog/kbfxconfigdlglayout.ui.h:363 +msgid "Comment Margin in Item" +msgstr "Ruimte voor commentaar in item" + +#: configdialog/kbfxconfigdlglayout.ui.h:365 +msgid "No Comments in Item" +msgstr "Geen commentaar in item" + +#: configdialog/kbfxconfigdlglayout.ui.h:406 +msgid "* Main Menu Height" +msgstr "* Hoogte hoofdmenu" + +#: configdialog/kbfxconfigdlglayout.ui.h:410 +msgid "* Main Menu Width" +msgstr "* Breedte hoofdmenu" + +#: configdialog/kbfxconfigdlglayout.ui.h:414 +msgid "Contracted Menues" +msgstr "Gecontracteerde menu's" + +#: configdialog/kbfxconfigdlglayout.ui.h:460 +msgid "Select folder to export kbfxlayoutrc file" +msgstr "Kies een map om het kbfxopmaak bestand naartoe te exporteren" + +#: configdialog/kbfxconfigdlglayout.ui.h:553 +msgid "" +"

The Layout configuration of the KBFX Theme %1 has been exported successfully!

" +msgstr "" +"

De opmaak instelling voor het KBFX thema opslaan " +"%1?is met succes geexporteerd!

" + +#: configdialog/kbfxconfigdlglayout.ui.h:554 +msgid "KBFX Layout Export Ready" +msgstr "KBFX opmaak exporteren gereed" + +#: configdialog/kbfxconfigdlglayout.ui.h:621 +msgid "" +"

The Layout configuration of the KBFX Theme %1 is ready!

Be sure to click the Apply button in order the changes to become active!

" +msgstr "" +"

De opmaak instelling van het KBFX thema%1 " +"is gereed!

Vergeet niet om de toepassen knop te gebruiken om de wijzigingen te aktiveren!

" + +#: configdialog/kbfxconfigdlglayout.ui.h:622 +msgid "KBFX Layout Ready" +msgstr "KBFX opmaak gereed" + +#: configdialog/kbfxconfigdlglayout.ui.h:628 +msgid "" +"

KBFX will calculate the necessary values using the present " +"values for:

* Main Menu Height and " +"* Main Menu Width
* Bottom Bar Height " +"and * Top Bar Height

So be sure " +"that you have entered their values as you desire!

NOTE: Have in mind that the Layout of the " +"theme also depends on the sizes of the images! So if the theme does not look " +"like as you desire either change the images' sizes to smaller width OR " +"change * Main Menu Width to higher value!

" +msgstr "" +"

KBFX zal door gebruik te maken van de huidige waarden, de " +"noodzakelijke waarden voor de:

* hoogte van het " +"Hoofdmenu en de *breedte van het Hoofdmenu
hoogte van de Onderbalk en van de hoogte " +"van de Bovenbalk

Wees er dus zeker van de " +"waarden die je wenst te hebben ingevuld!

LET OP:" +"Houd in gedachten dat de opmaakvan het thema ook afhangt van de " +"afmetingen van de afbeeldingen! Dus als het thema er niet uitziet zoals je " +"wilt, verklein dan de afmetingen van de afbeeldingen, OF vergroot de " +"breedte van het Hoofdmenu

" + +#: configdialog/kbfxconfigdlglayout.ui.h:634 +msgid "Prepare Layout for the KBFX theme" +msgstr "Opmaak voor het KBFX thema voorbereiden" + +#: configdialog/kbfxconfigdlglayout.ui.h:635 +msgid "Prepare" +msgstr "Voorbereiden" + +#: configdialog/kbfxconfigdlgplugins.ui.h:15 +msgid "Left Panel" +msgstr "Linker paneel" + +#: configdialog/kbfxconfigdlgplugins.ui.h:16 +msgid "Right Panel" +msgstr "Rechter paneel" + +#: configdialog/kbfxconfigdlgplugins.ui.h:79 +#: configdialog/kbfxconfigdlgplugins.ui.h:85 +msgid "

Not Implemented yet.

" +msgstr "

Nog niet geimplementeerd.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:61 +msgid "" +"

Invalid user themes folder!

Will use " +"default user themes folder.

" +msgstr "" +"

Onbruikbare gebruikers thema map!

Standaard gebruikers thema map wordt gebruikt

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:63 +msgid "Error loading themes" +msgstr "Fout! Thema niet geladen" + +#: configdialog/kbfxconfigdlgthemes.ui.h:170 +msgid "" +"

Are you sure you want to uninstall the KBFX theme " +"%1?

" +msgstr "" +"

Weet U zeker dat U het KBFX thema wilt verwijderen " +"% 1?

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:171 +msgid "Uninstall KBFX theme" +msgstr "Verwijder KBFX thema " + +#: configdialog/kbfxconfigdlgthemes.ui.h:172 +msgid "Uninstall" +msgstr "Verwijder" + +#: configdialog/kbfxconfigdlgthemes.ui.h:177 +#, fuzzy +msgid "" +"

Do you want to keep your personal settings for theme " +"%1?

" +msgstr "" +"

Weet U zeker dat U het KBFX thema wilt verwijderen " +"% 1?

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:178 +#, fuzzy +msgid "Personal settings" +msgstr "Persoonlijke Afbeelding" + +#: configdialog/kbfxconfigdlgthemes.ui.h:179 +msgid "Keep settings" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui.h:180 +#, fuzzy +msgid "Delete settings" +msgstr "Selectie verwijderen" + +#: configdialog/kbfxconfigdlgthemes.ui.h:210 +msgid "" +"

Could not uninstall this KBFX theme.

You may not have sufficient permissions to delete the folder " +"%1.

" +msgstr "" +"

Kon de installatie van dit KBFX thema niet ongedaan maken." +"

Misschien heeft U niet voldoende rechten om de map te " +"verwijderen %1.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:223 +msgid "KBFX theme packages (*.tar, *.tar.bz2, *.tar.gz, *.kbfxtheme)" +msgstr "KBFX thema pakketten (*.tar, *.tar.bz2, *tar.gz, *.kbfxtheme)" + +#: configdialog/kbfxconfigdlgthemes.ui.h:227 +msgid "Select KBFX theme package to install" +msgstr "Kies het KBFX thema pakket om te installeren" + +#: configdialog/kbfxconfigdlgthemes.ui.h:243 +msgid "

Could not read this KBFX theme package.

" +msgstr "

Kon dit KBFX thema pakket niet lezen.

" + +#: configdialog/kbfxconfigdlgthemes.ui.h:270 +msgid "Select personal image" +msgstr "Kies een persoonlijke afbeelding" + +#: configdialog/kbfxconfigdlgthemes.ui.h:281 +msgid "" +"

Image cannot be used as a personal image!

Will use default personal image.

" +msgstr "" +"

Afbeelding kan niet als persoonlijke afbeelding gebruikt " +"worden!

De standaard persoonlijke afbeelding wordt " +"gebruikt.

" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:23 +msgid "Turn the animation 'OFF'" +msgstr "Animatie 'UIT'" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:30 +msgid "Turn the animation 'ON'" +msgstr "Animatie 'AAN'" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:53 +msgid "Turn the tooltip 'OFF'" +msgstr "Zet hulpballon 'UIT'" + +#: configdialog/kbfxconfigdlgtooltip.ui.h:60 +msgid "Turn the tooltip 'ON'" +msgstr "Zet hulpballon 'AAN'" + +#: configdialog/main.cpp:36 +msgid "KBFX Configuration Utility" +msgstr "KBFX Configuratie Programma" + +#: configdialog/main.cpp:40 +msgid "Install KBFX theme from " +msgstr "Installeer KBFX thema van " + +#: configdialog/main.cpp:41 +msgid "Prepare KBFX theme from folder " +msgstr "Bereid KBFX thema uit map voor " + +#: configdialog/main.cpp:42 +msgid "Show the About page" +msgstr "" + +#: configdialog/main.cpp:79 +msgid "

Could not create this KBFX theme package.

" +msgstr "

Kon dit KBFX thema pakket niet aanmaken.

" + +#: configdialog/main.cpp:90 +#, fuzzy +msgid "

KBFX Theme %1 prepared.

" +msgstr "

KBFX Thema %1 voorbereid

." + +#: configdialog/main.cpp:91 +msgid "KBFX Theme Ready" +msgstr "KBFX Thema klaar" + +#: configdialog/main.cpp:135 +msgid "kbfxconfigapp" +msgstr "kbfxconfiguratieprogramma" + +#: kbfxlib/common/kbfxconfig.cpp:32 +msgid "Not Specified" +msgstr "" + +#: kbfxlib/common/kbfxfontchooser.cpp:38 +msgid "Font..." +msgstr "Lettertype..." + +#: plugins/applications/kbfxplasmadataplugin.cpp:102 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:103 +msgid "" +"

There is a problem in TDE Menu services!
KBFX can try " +"to autorepair this problem.
Should KBFX autorepair this problem?

" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:103 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:104 +msgid "Problem in TDE Menu Services" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:104 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:105 +msgid "Do Autorepair" +msgstr "" + +#: plugins/applications/kbfxplasmadataplugin.cpp:105 +#: plugins/settings/kbfxplasmadatapluginsettings.cpp:106 +msgid "Do NOT Autorepair" +msgstr "" + +#: src/kbfxbutton.cpp:275 +msgid "Remove KBFX from Pannel" +msgstr "Verwijder KBFX uit het paneel" + +#: src/kbfxbutton.cpp:277 +msgid "Reload KBFX" +msgstr "Herlaad KBFX" + +#: src/kbfxbutton.cpp:280 +msgid "Configure KBFX" +msgstr "Stel KBFX in" + +#: src/kbfxbutton.cpp:282 +msgid "Edit Applications Menu" +msgstr "Bewerk toepassingen menu" + +#: src/kbfxbutton.cpp:400 +msgid "" +"Invalid images were dropped!\n" +"Cannot set the KBFX button to use these images!" +msgstr "" +"Ongeldige plaatjes niet gebruikt!\n" +"Kan de KBFX knop niet instellen om deze plaatjes te gebruiken!" + +#: src/kbfxbutton.cpp:402 +msgid "Error setting KBFX button images" +msgstr "Foute instelling KBFX knop plaatjes" + +#: src/kbfxspinxmenu.cpp:69 +msgid "Double click to clear..." +msgstr "" + +#: src/kbfxspinxmenu.cpp:81 +msgid "Type here to search..." +msgstr "" + +#: configdialog/kbfxconfigappui.rc:4 +#, no-c-format +msgid "C&ustom" +msgstr "&Aanpassen" + +#: configdialog/kbfxconfigdlgabout.ui:24 +#, no-c-format +msgid "Form1" +msgstr "Formulier1" + +#: configdialog/kbfxconfigdlgabout.ui:80 +#, no-c-format +msgid "

People behind KBFX

" +msgstr "

Mensen achter KBFX

" + +#: configdialog/kbfxconfigdlgabout.ui:148 +#, no-c-format +msgid "You are running: KBFX 0493" +msgstr "U draait: KBFX 0493" + +#: configdialog/kbfxconfigdlgabout.ui:197 +#, no-c-format +msgid "" +"Here are the people behind the KBFX application.\n" +"We would like to thank all people who have helped with KBFX or have donated " +"money to our project!\n" +"THANKS A LOT ALL OF YOU OUT THERE!!!" +msgstr "" +"Hier zijn de mensen achter het KBFX programma.\n" +"We willen alle mensen bedanken die hebben geholpen met KBFX en degenen die " +"geld hebben gedoneerd voor ons project!\n" +"BEDANKT ALLEMAAL!!!" + +#: configdialog/kbfxconfigdlgabout.ui:248 +#, no-c-format +msgid "" +"Name: Siraj Razick

Country: Sri " +"Lanka

KBFX: Author, Maintainer, Developer, Project " +"Admin

Email: siraj(a)mail.kbfx.net" +msgstr "" +" Naam Siraj Razick

Land: Sri " +"Lanka

KBFX Auteur Onderhouder Ontwikkelaar Project " +"Admin

E-mail siraj(a)mail.kbfx.net" + +#: configdialog/kbfxconfigdlgabout.ui:558 +#, no-c-format +msgid "" +"Tip! Hover over the contact images to see each personal contact " +"information." +msgstr "" +"Tip!Beweeg de muis-pijl over de contact afbeeldingen om de " +"persoonlijke contact informatie zichtbaar te maken." + +#: configdialog/kbfxconfigdlgabout.ui:602 +#, no-c-format +msgid "SPONSORS!" +msgstr "DONATEURS!" + +#: configdialog/kbfxconfigdlgabout.ui:627 +#, no-c-format +msgid "" +"We would like to thank swedish computer company PC Agenten for " +"sponsoring us with a server and bandwidth." +msgstr "" +"We willen de Zweedse computer firma PC Agenten bedanken voor het " +"verstrekken van een server en bandbreedte." + +#: configdialog/kbfxconfigdlgabout.ui:649 +#, no-c-format +msgid "" +"

HTTP://WWW." +"PCAGENTEN.SE

" +msgstr "" +"

HTTP://WWW. " +"PCAGENTEN.SE

" + +#: configdialog/kbfxconfigdlgbutton.ui:27 +#, no-c-format +msgid "KBFX Button" +msgstr "KBFX Knop" + +#: configdialog/kbfxconfigdlgbutton.ui:39 +#, no-c-format +msgid "" +"To change KBFX button skin, simply browse to the image you want OR just " +"Drag&Drop the images to their respective place." +msgstr "" +"Om de 'Skin' van de KBFX knop te veranderen: blader naar de afbeelding die " +"je wilt gebruiken OF Drag&Drop de afbeeldingen naar hun respectievelijke " +"plaatsen." + +#: configdialog/kbfxconfigdlgbutton.ui:81 +#, no-c-format +msgid "\"PRESSED\" IMAGE SELECTION" +msgstr "\"INGEDRUKT\"AFBEELDING SELECTIE" + +#: configdialog/kbfxconfigdlgbutton.ui:109 +#, no-c-format +msgid "Please select \"pressed\" image." +msgstr "Selecteer \"ingedrukt\"afbeelding." + +#: configdialog/kbfxconfigdlgbutton.ui:134 +#: configdialog/kbfxconfigdlgbutton.ui:300 +#: configdialog/kbfxconfigdlgbutton.ui:478 +#, no-c-format +msgid "image/jpeg image/png image/x-xpm image/gif" +msgstr "afbeelding/jpeg afbeelding/png afbeelding/x-xpm afbeelding/gif" + +#: configdialog/kbfxconfigdlgbutton.ui:137 +#, no-c-format +msgid "The Pressed Button Skin Image" +msgstr "Ingedrukte Knop Skin Afbeelding" + +#: configdialog/kbfxconfigdlgbutton.ui:140 +#, no-c-format +msgid "Here you can choose the Pressed Button Skin Image" +msgstr "Ingedrukte Knop Skin Afbeelding kiezen" + +#: configdialog/kbfxconfigdlgbutton.ui:167 +#: configdialog/kbfxconfigdlgbutton.ui:333 +#: configdialog/kbfxconfigdlgbutton.ui:511 +#, no-c-format +msgid "Preview" +msgstr "Voorbeeld" + +#: configdialog/kbfxconfigdlgbutton.ui:213 +#, no-c-format +msgid "Pressed Button Skin" +msgstr "Ingedrukte Knop Skin" + +#: configdialog/kbfxconfigdlgbutton.ui:216 +#, no-c-format +msgid "Here you can Drag&Drop the Pressed Button Skin Image." +msgstr "Hier kun je Drag&Drop de Ingedrukte Knop Skin Afbeelding." + +#: configdialog/kbfxconfigdlgbutton.ui:253 +#, no-c-format +msgid "\"NORMAL\" IMAGE SELECTION" +msgstr "\"NORMAAL\" AFBEELDINGS KEUZE" + +#: configdialog/kbfxconfigdlgbutton.ui:281 +#, no-c-format +msgid "Please select \"normal\" image." +msgstr "selecteer \"normaal\" afbeelding." + +#: configdialog/kbfxconfigdlgbutton.ui:303 +#, no-c-format +msgid "The Normal Button Skin Image" +msgstr "Normaal Knop Skin Afbeelding" + +#: configdialog/kbfxconfigdlgbutton.ui:306 +#, no-c-format +msgid "Here you can choose the Normal Button Skin Image" +msgstr "Normaal Knop Skin Afbeelding kiezen" + +#: configdialog/kbfxconfigdlgbutton.ui:382 +#, no-c-format +msgid "Normal Button Skin" +msgstr "Normaal knop skin" + +#: configdialog/kbfxconfigdlgbutton.ui:385 +#, no-c-format +msgid "Here you can Drag&Drop the Normal Button Skin Image." +msgstr "Drag&Drop de Normaal Knop Skin Afbeelding." + +#: configdialog/kbfxconfigdlgbutton.ui:422 +#, no-c-format +msgid "\"HOVER\" IMAGE SELECTION" +msgstr "\"MOUSE-OVER\" AFBEELDINGS KEUZE" + +#: configdialog/kbfxconfigdlgbutton.ui:450 +#, no-c-format +msgid "Please select \"hover\" image." +msgstr "selecteer \"mouse-over\" afbeelding." + +#: configdialog/kbfxconfigdlgbutton.ui:481 +#, no-c-format +msgid "The Hover Button Skin Image" +msgstr "De Mouse-Over Knop Skin Afbeelding" + +#: configdialog/kbfxconfigdlgbutton.ui:484 +#, no-c-format +msgid "Here you can choose the Hover Button Skin Image" +msgstr "Mouse-Over Knop Skin Afbeelding kiezen" + +#: configdialog/kbfxconfigdlgbutton.ui:557 +#, no-c-format +msgid "Hover Button Skin" +msgstr "Mouse-over Knop Skin" + +#: configdialog/kbfxconfigdlgbutton.ui:560 +#, no-c-format +msgid "Here you can Drag&Drop the Hover Button Skin Image." +msgstr "Drag&Drop de Mouse-over Knop Skin Afbeelding." + +#: configdialog/kbfxconfigdlgbutton.ui:614 +#, no-c-format +msgid "

Please select KBFX button's images

" +msgstr "" +"

Selecteer afbeelding voor de KBFX knop

" + +#: configdialog/kbfxconfigdlgbutton.ui:639 +#, no-c-format +msgid "Resize Panel" +msgstr "Grootte Werkbalk Wijzigen" + +#: configdialog/kbfxconfigdlgbutton.ui:667 +#, no-c-format +msgid "" +"Tip! This button resizes the panel on which the KBFX button is to " +"button's height or width." +msgstr "" +"Tip! Deze knop wijzigt de hoogte van de werkbalk tot de hoogte van de " +"KBFX knop." + +#: configdialog/kbfxconfigdlgbutton.ui:823 +#, no-c-format +msgid "

Preview of selected images

" +msgstr "" +"

Voorbeeld van de geselecteerde afbeeldingen

" + +#: configdialog/kbfxconfigdlgbutton.ui:848 +#, no-c-format +msgid "Livepreview" +msgstr "'Live'voorbeeld" + +#: configdialog/kbfxconfigdlgbutton.ui:876 +#, no-c-format +msgid "" +"Tip! To see live preview, hover or press the preview image with your " +"mouse." +msgstr "" +" Tip! Om het 'live' voorbeeld te zien, mouse-over of druk de " +"voorbeeld afbeelding in met je muis." + +#: configdialog/kbfxconfigdlgbutton.ui:939 +#, no-c-format +msgid "KBFX Button live preview" +msgstr "KBFX Knop 'live' voorbeeld" + +#: configdialog/kbfxconfigdlgbutton.ui:942 +#, no-c-format +msgid "Here you can see the live preview of the KBFX Button." +msgstr "'Live' voorbeeld van de KBFX Knop." + +#: configdialog/kbfxconfigdlgbutton.ui:966 +#, no-c-format +msgid "Button Fade Transition Effect" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:978 +#, no-c-format +msgid "Check this to turn the fade effect of the button ON" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:981 +#, no-c-format +msgid "" +"This allows you to turn ON or OFF the fade effect for the KBFX button." +"
This effect makes transitions between the three images (normal, hover, " +"pressed) animated." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1003 +#, no-c-format +msgid "Fade Effect Time (in msec.):" +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1006 +#: configdialog/kbfxconfigdlgbutton.ui:1034 +#, no-c-format +msgid "" +"The fade effect transition time in msec. Valid values are between 20 and " +"1000 msec. Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgbutton.ui:1009 +#: configdialog/kbfxconfigdlgbutton.ui:1037 +#, no-c-format +msgid "" +"Here you can enter the value of the fade effect transition time in msec." +"
Valid values are between 20 and 1000 msec.
Default is 75 msec." +msgstr "" + +#: configdialog/kbfxconfigdlgfonts-old.ui:24 +#: configdialog/kbfxconfigdlglayout.ui:24 +#: configdialog/kbfxconfigdlgplugins.ui:24 +#: configdialog/kbfxconfigdlgstyle.ui:24 configdialog/kbfxconfigdlgthemes.ui:24 +#: configdialog/kbfxconfigdlgtooltip.ui:27 +#, no-c-format +msgid "KBFX Control Center" +msgstr "KBFX Configuratie Centrum" + +#: configdialog/kbfxconfigdlgfonts-old.ui:83 +#, no-c-format +msgid "

Font options

" +msgstr "

Lettertype opties

" + +#: configdialog/kbfxconfigdlgfonts-old.ui:127 +#, no-c-format +msgid "EXPORT KBFXFONTRC FILE" +msgstr "EXPORT KBFXFONTRC BESTAND" + +#: configdialog/kbfxconfigdlgfonts-old.ui:130 +#, no-c-format +msgid "Export the kbfxfontrc file to a folder" +msgstr "Exporeer het kbfxfontrc bestand naar een map" + +#: configdialog/kbfxconfigdlgfonts-old.ui:154 +#: configdialog/kbfxconfigdlglayout.ui:154 +#, no-c-format +msgid "Setup fonts for your KBFX" +msgstr "Stel de lettertypen voor je KBFX in" + +#: configdialog/kbfxconfigdlgfonts-old.ui:240 +#, no-c-format +msgid "Application \"LINE\":" +msgstr "Toepassing \"REGEL\":" + +#: configdialog/kbfxconfigdlgfonts-old.ui:259 +#, no-c-format +msgid "Horizontal line color in the application area." +msgstr "Horizontale regel kleur in de toepassing." + +#: configdialog/kbfxconfigdlgfonts-old.ui:294 +#, no-c-format +msgid "Application text :" +msgstr "Programma tekst :" + +#: configdialog/kbfxconfigdlgfonts-old.ui:313 +#, no-c-format +msgid "Select the color of the \"application\" in the menu." +msgstr "Selecteer de kleur van het \"programma\" in het menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:348 +#, no-c-format +msgid "Comment text:" +msgstr "Toelichtings tekst :" + +#: configdialog/kbfxconfigdlgfonts-old.ui:367 +#, no-c-format +msgid "Color of the \"comments\" in the menu." +msgstr "Kleur van de commentaren in het menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:402 +#, no-c-format +msgid "Name display:" +msgstr "Naam venster :" + +#: configdialog/kbfxconfigdlgfonts-old.ui:421 +#, no-c-format +msgid "The color of your login name in the menu." +msgstr "De kleur van je login naam in het menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:450 +#, no-c-format +msgid "Category text:" +msgstr "Categorie tekst :" + +#: configdialog/kbfxconfigdlgfonts-old.ui:469 +#, no-c-format +msgid "Font color of the categoris in the menu." +msgstr "Lettertype kleur van de categorien in het menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:504 +#, no-c-format +msgid "Separator:" +msgstr "Scheidingslijn :" + +#: configdialog/kbfxconfigdlgfonts-old.ui:523 +#, fuzzy, no-c-format +msgid "The color of the separator in the menu." +msgstr "Lettertype kleur van de categorien in het menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:558 +#, no-c-format +msgid "Plugin:" +msgstr "Plugin:" + +#: configdialog/kbfxconfigdlgfonts-old.ui:577 +#, fuzzy, no-c-format +msgid "The color of the plugin in the menu." +msgstr "De kleur van je login naam in het menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:612 +#, fuzzy, no-c-format +msgid "Tooltip:" +msgstr "Tooltip" + +#: configdialog/kbfxconfigdlgfonts-old.ui:631 +#, fuzzy, no-c-format +msgid "The color of the tooltip in the menu." +msgstr "Lettertype kleur van de categorien in het menu." + +#: configdialog/kbfxconfigdlgfonts-old.ui:693 +#, no-c-format +msgid "Select font for the application's text" +msgstr "Selecteer het lettertype van de programma tekst" + +#: configdialog/kbfxconfigdlgfonts-old.ui:712 +#, no-c-format +msgid "Select font for the comment's text" +msgstr "Kies het lettertype voor de tekst van het commentaar" + +#: configdialog/kbfxconfigdlgfonts-old.ui:731 +#, no-c-format +msgid "Select font for the username's text" +msgstr "Kies het lettertype voor de gebruikersnaam" + +#: configdialog/kbfxconfigdlgfonts-old.ui:750 +#, no-c-format +msgid "Select font for the category's text" +msgstr "Kies het lettertype voor categorie tekst" + +#: configdialog/kbfxconfigdlgfonts-old.ui:769 +#, no-c-format +msgid "Select font for the separator's text" +msgstr "Kies het lettertype voor scheidingslijn tekst" + +#: configdialog/kbfxconfigdlgfonts-old.ui:788 +#, no-c-format +msgid "Select font for the plugins' text" +msgstr "Kies het lettertype voor de plugins tekst" + +#: configdialog/kbfxconfigdlgfonts-old.ui:807 +#, fuzzy, no-c-format +msgid "Select font for the tooltip's text" +msgstr "Kies het lettertype voor de tekst van het commentaar" + +#: configdialog/kbfxconfigdlgfonts-old.ui:884 +#: configdialog/kbfxconfigdlglayout.ui:210 +#, no-c-format +msgid "Theme that is edited:" +msgstr "Thema wat bewerkt is" + +#: configdialog/kbfxconfigdlgfonts-old.ui:925 +#: configdialog/kbfxconfigdlglayout.ui:245 +#, no-c-format +msgid "

default

" +msgstr "

standaard

" + +#: configdialog/kbfxconfigdlgfonts-old.ui:928 +#: configdialog/kbfxconfigdlglayout.ui:248 +#, no-c-format +msgid "Please select the theme you want to edit" +msgstr "Selecteer het thema om te bewerken" + +#: configdialog/kbfxconfigdlgfonts-old.ui:947 +#, no-c-format +msgid "Bold fonts on hover" +msgstr "Vette letters bij muisover" + +#: configdialog/kbfxconfigdlgfonts-old.ui:950 +#: configdialog/kbfxconfigdlgfonts-old.ui:953 +#, no-c-format +msgid "Make fonts bolder when you hover the mouse over an item" +msgstr "Maak de letters vetter als je met de muis over een item gaat" + +#: configdialog/kbfxconfigdlglayout.ui:83 +#, no-c-format +msgid "

Layout options

" +msgstr "

Opmaak opties

" + +#: configdialog/kbfxconfigdlglayout.ui:127 +#, no-c-format +msgid "EXPORT KBFXLAYOUTRC FILE" +msgstr "EXPORT KBFXOPMAAKRC BESTAND" + +#: configdialog/kbfxconfigdlglayout.ui:130 +#, no-c-format +msgid "Export the kbfxlayoutrc file to a folder" +msgstr "Exporeer het kbfxopmaakrc bestand naar een map" + +#: configdialog/kbfxconfigdlglayout.ui:267 +#, no-c-format +msgid "Select the Layout property to change" +msgstr "Selekteer de opmaakeigenschappen om te veranderen" + +#: configdialog/kbfxconfigdlglayout.ui:327 +#, no-c-format +msgid "Make it 2 panels (Left \"ON\")" +msgstr "Maak 2 panelen (Links \"AAN\")" + +#: configdialog/kbfxconfigdlglayout.ui:343 +#, no-c-format +msgid "Make it 2 panels (Right \"ON\")" +msgstr "Maak 2 panelen (Rechts \"AAN\")" + +#: configdialog/kbfxconfigdlglayout.ui:359 +#, no-c-format +msgid "Make it 3 panels" +msgstr "Maak 3 panelen" + +#: configdialog/kbfxconfigdlglayout.ui:461 +#, no-c-format +msgid "textLabel1" +msgstr "tekstLabel1" + +#: configdialog/kbfxconfigdlglayout.ui:515 +#, no-c-format +msgid "textLabel2" +msgstr "tekstLabel2" + +#: configdialog/kbfxconfigdlglayout.ui:569 +#, no-c-format +msgid "textLabel3" +msgstr "tekstLabel3" + +#: configdialog/kbfxconfigdlglayout.ui:623 +#, no-c-format +msgid "textLabel4" +msgstr "tekstLabel4" + +#: configdialog/kbfxconfigdlglayout.ui:668 +#, no-c-format +msgid "checkBox1" +msgstr "Keuzevakje1" + +#: configdialog/kbfxconfigdlglayout.ui:747 +#, no-c-format +msgid "textLabel5" +msgstr "tekstLabel5" + +#: configdialog/kbfxconfigdlglayout.ui:801 +#, no-c-format +msgid "textLabel6" +msgstr "tekstLabel6" + +#: configdialog/kbfxconfigdlglayout.ui:855 +#, no-c-format +msgid "textLabel7" +msgstr "tekstLabel7" + +#: configdialog/kbfxconfigdlglayout.ui:909 +#, no-c-format +msgid "textLabel8" +msgstr "tekstLabel8" + +#: configdialog/kbfxconfigdlglayout.ui:954 +#, no-c-format +msgid "checkBox2" +msgstr "Keuzevakje2" + +#: configdialog/kbfxconfigdlgmain.ui:27 +#, no-c-format +msgid "KBFX Configurator Application" +msgstr "KBFX Configuratie Programma" + +#: configdialog/kbfxconfigdlgmain.ui:64 +#, no-c-format +msgid "KBFX Themes" +msgstr "KBFX Thema's" + +#: configdialog/kbfxconfigdlgmain.ui:96 +#, no-c-format +msgid "Search Engine" +msgstr "Zoekmachine" + +#: configdialog/kbfxconfigdlgmain.ui:112 +#, no-c-format +msgid "About KBFX" +msgstr "Info over KBFX" + +#: configdialog/kbfxconfigdlgmain.ui:192 +#, no-c-format +msgid "" +"




If you want you can check the latest " +"news for KBFX from here:
KBFX News" +msgstr "" +"




Als je het laatste nieuws van KBFX wilt " +"zien van hier:
KBFX Nieuws

" + +#: configdialog/kbfxconfigdlgmain.ui:233 +#, no-c-format +msgid "Open Help Documentation" +msgstr "Help Documentatie Openen" + +#: configdialog/kbfxconfigdlgmain.ui:252 +#, no-c-format +msgid "&Default" +msgstr "Stan&daard" + +#: configdialog/kbfxconfigdlgmain.ui:261 +#, no-c-format +msgid "Apply the default configuration for this section only" +msgstr "Standaard configuratie alleen voor deze sectie toepassen" + +#: configdialog/kbfxconfigdlgmain.ui:306 +#, no-c-format +msgid "Save the configuration and Apply it" +msgstr "Sla de configuratie op en pas deze toe" + +#: configdialog/kbfxconfigdlgmain.ui:334 +#, no-c-format +msgid "Exit the configuration without saving" +msgstr "Configuratie afsluiten zonder op te slaan" + +#: configdialog/kbfxconfigdlgmain.ui:484 +#, no-c-format +msgid "Kbfx start button
" +msgstr "KBFX start knop
" + +#: configdialog/kbfxconfigdlgplugins.ui:80 +#, no-c-format +msgid "

Plugins options

" +msgstr "" +"

Voorbeeld van de geselecteerde afbeeldingen

" + +#: configdialog/kbfxconfigdlgplugins.ui:99 +#, no-c-format +msgid "Select KBFX Panel" +msgstr "Kies KBFX paneel" + +#: configdialog/kbfxconfigdlgplugins.ui:127 +#: configdialog/kbfxconfigdlgplugins.ui:130 +#, no-c-format +msgid "Plugin to configure" +msgstr "Plugin om in te stellen" + +#: configdialog/kbfxconfigdlgplugins.ui:152 +#, no-c-format +msgid "Please select the panel you want to configure: " +msgstr "Selecteer het paneel om te bewerken: " + +#: configdialog/kbfxconfigdlgplugins.ui:173 +#, no-c-format +msgid "&Available Plugins:" +msgstr "Beschikb&are plugins:" + +#: configdialog/kbfxconfigdlgplugins.ui:176 +#, no-c-format +msgid "&Enabled Plugins:" +msgstr "Plugins di&e aanstaan:" + +#: configdialog/kbfxconfigdlgplugins.ui:223 +#, no-c-format +msgid "&Configure Plugin" +msgstr "&Bewerk plugin" + +#: configdialog/kbfxconfigdlgplugins.ui:226 +#: configdialog/kbfxconfigdlgplugins.ui:229 +#, no-c-format +msgid "Configure the selected plugin" +msgstr "Bewerk de geselecteerde plugin" + +#: configdialog/kbfxconfigdlgplugins.ui:248 +#, no-c-format +msgid "&Plugin Information" +msgstr "&Plugin informatie" + +#: configdialog/kbfxconfigdlgplugins.ui:251 +#: configdialog/kbfxconfigdlgplugins.ui:254 +#, no-c-format +msgid "Information about the selected plugin" +msgstr "Informatie over de geselecteerde plugin" + +#: configdialog/kbfxconfigdlgstyle.ui:77 +#, no-c-format +msgid "

Menu type

" +msgstr "

Menu type

" + +#: configdialog/kbfxconfigdlgstyle.ui:96 +#, no-c-format +msgid "Please select the menu style" +msgstr "Kies de menu stijl" + +#: configdialog/kbfxconfigdlgstyle.ui:172 +#: configdialog/kbfxconfigdlgstyle.ui:221 +#, no-c-format +msgid "KBFX MENU" +msgstr "KBFX MENU" + +#: configdialog/kbfxconfigdlgstyle.ui:197 +#: configdialog/kbfxconfigdlgstyle.ui:353 +#, fuzzy, no-c-format +msgid "TDE MENU" +msgstr "KDE MENU" + +#: configdialog/kbfxconfigdlgthemes.ui:55 +#, no-c-format +msgid "Select default folder" +msgstr "Selecteer de standaard map" + +#: configdialog/kbfxconfigdlgthemes.ui:93 +#, no-c-format +msgid "Please select the target folder where your themes are." +msgstr "selecteer de map waarin je thema's zijn." + +#: configdialog/kbfxconfigdlgthemes.ui:126 +#, no-c-format +msgid "SpixBar" +msgstr "SpixBalk" + +#: configdialog/kbfxconfigdlgthemes.ui:150 +#, no-c-format +msgid "Installed Themes" +msgstr "Geïnstalleerde Thema's" + +#: configdialog/kbfxconfigdlgthemes.ui:153 +#, no-c-format +msgid "Here are listed all the installed KBFX Themes" +msgstr "Alle geïnstalleerde KBFX Thema's" + +#: configdialog/kbfxconfigdlgthemes.ui:180 +#, no-c-format +msgid "Selected Theme Preview" +msgstr "Geselecteerd Thema Voorbeeld" + +#: configdialog/kbfxconfigdlgthemes.ui:325 +#, no-c-format +msgid "Delete Selected" +msgstr "Selectie verwijderen" + +#: configdialog/kbfxconfigdlgthemes.ui:328 +#, no-c-format +msgid "Delete the Selected Theme" +msgstr "Geselecteerd Thema Verwijderen" + +#: configdialog/kbfxconfigdlgthemes.ui:331 +#, no-c-format +msgid "" +"Pressing the button will delete the currently selected theme.
Warning!" +" You cannot delete the installed system wide themes!" +msgstr "" +"Als je de knop indrukt wordt het huidig geselecteerde thema verwijdert. " +"
Waarschuwing! U kunt de systeem breed geïnstalleerde thema's " +"niet verwijderen!" + +#: configdialog/kbfxconfigdlgthemes.ui:350 +#, no-c-format +msgid "Get Themes" +msgstr "Thema's Ophalen" + +#: configdialog/kbfxconfigdlgthemes.ui:353 +#, no-c-format +msgid "Get More Themes from the Internet" +msgstr "Meer Thema's van het Internet Ophalen" + +#: configdialog/kbfxconfigdlgthemes.ui:356 +#, no-c-format +msgid "" +"Pressing the button will launch konqueror and go to the KBFX Themes Section " +"on www.kde-look.org" +msgstr "" +"Het indrukken van de knop start konqueror op, die vervolgens naar de KBFX " +"Thema Sectie van www.kde-look.org gaat" + +#: configdialog/kbfxconfigdlgthemes.ui:385 +#, no-c-format +msgid "Install Theme" +msgstr "Installeer Thema" + +#: configdialog/kbfxconfigdlgthemes.ui:388 +#, no-c-format +msgid "Install New Theme from KBFX Theme Package" +msgstr "Installeer Nieuw Thema van KBFX Thema Pakket" + +#: configdialog/kbfxconfigdlgthemes.ui:391 +#, no-c-format +msgid "" +"Pressing the button will offer a dialog where you can choose KBFX Theme " +"Package to install in your home folder" +msgstr "" +"Wanneer de knop wordt ingedrukt zal er een dialoogvenster verschijnen waarin " +"je het KBFX Thema Pakket kunt kiezen om te installeren in je home map" + +#: configdialog/kbfxconfigdlgthemes.ui:410 configdialog/kbfxthemeinfo.ui:24 +#, fuzzy, no-c-format +msgid "Theme Info" +msgstr "Thema's" + +#: configdialog/kbfxconfigdlgthemes.ui:413 +#, no-c-format +msgid "Show specific theme info" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:416 +#, no-c-format +msgid "Pressing the button will show you specific theme info" +msgstr "" + +#: configdialog/kbfxconfigdlgthemes.ui:449 +#, no-c-format +msgid "Personal Image" +msgstr "Persoonlijke Afbeelding" + +#: configdialog/kbfxconfigdlgthemes.ui:488 +#, no-c-format +msgid "Theme's Default" +msgstr "Thema s Standaard" + +#: configdialog/kbfxconfigdlgthemes.ui:491 +#, no-c-format +msgid "Set the Theme's Default Personal Image" +msgstr "Instellen van Thema s Standaard Persoonlijke Afbeelding" + +#: configdialog/kbfxconfigdlgthemes.ui:494 +#, no-c-format +msgid "" +"Pressing the button will delete the personal image you have selected and " +"install the theme's default personal image" +msgstr "" +"Wanneer de knop wordt ingedrukt zal de persoonlijke afbeelding die je hebt " +"gekozen worden verwijderd, en zal de afbeelding van het standaard thema " +"worden geinstalleerd." + +#: configdialog/kbfxconfigdlgthemes.ui:510 +#, no-c-format +msgid "Maxsize 48 x 48" +msgstr "Maximum grootte 48 x 48" + +#: configdialog/kbfxconfigdlgthemes.ui:532 +#, no-c-format +msgid "Select New image" +msgstr "Kies Nieuwe afbeelding" + +#: configdialog/kbfxconfigdlgthemes.ui:535 +#, no-c-format +msgid "Select a Personal Image" +msgstr "Kies een Persoonlijke Afbeelding" + +#: configdialog/kbfxconfigdlgthemes.ui:538 +#, no-c-format +msgid "Pressing the button will open a dialog to select your personal image" +msgstr "" +"Wanneer de knop wordt ingedrukt zal er een dialoogvenster verschijnen waarin " +"je een persoonlijke afbeelding kunt kiezen" + +#: configdialog/kbfxconfigdlgthemes.ui:684 +#, no-c-format +msgid "This is your personal image displayed at the KBFX menu." +msgstr "Dit is je persoonlijke afbeelding getoond in het KBFX menu." + +#: configdialog/kbfxconfigdlgthemes.ui:725 +#, no-c-format +msgid "Misc Options" +msgstr "Diverse opties" + +#: configdialog/kbfxconfigdlgthemes.ui:764 +#, no-c-format +msgid "Watch System Installs" +msgstr "Systeem installaties bekijken" + +#: configdialog/kbfxconfigdlgthemes.ui:767 +#: configdialog/kbfxconfigdlgthemes.ui:770 +#, no-c-format +msgid "Watch for applications installs and reload KBFX if any occurs" +msgstr "Kijk naar programma installaties en herlaad KBFX als die zich voordoen" + +#: configdialog/kbfxconfigdlgthemes.ui:786 +#: configdialog/kbfxconfigdlgthemes.ui:789 +#, no-c-format +msgid "Show Old Themes" +msgstr "Laat oude thema's zien" + +#: configdialog/kbfxconfigdlgthemes.ui:839 +#, no-c-format +msgid "

Please select theme folder

" +msgstr "

Selecteer de thema map

" + +#: configdialog/kbfxconfigdlgthemes.ui:886 +#, no-c-format +msgid "

Installed themes

" +msgstr "

Geinstalleerde thema's

" + +#: configdialog/kbfxconfigdlgtooltip.ui:80 +#, no-c-format +msgid "

Tooltip ON or OFF

" +msgstr "

Hulpballon AAN of UIT

" + +#: configdialog/kbfxconfigdlgtooltip.ui:99 +#, no-c-format +msgid "Turn off or on the tooltip" +msgstr "Zet de hulpballon uit of aan" + +#: configdialog/kbfxconfigdlgtooltip.ui:140 +#, no-c-format +msgid "" +"Turn your tooltip off or on.
You can see the current status of the " +"tooltip to the right." +msgstr "" +"Zet de hulpballon uit of aan
U kunt de huidige status van de hulpballon " +"aan de rechterkant zien." + +#: configdialog/kbfxconfigdlgtooltip.ui:184 +#, no-c-format +msgid "Turn the tooltip \"OFF\"" +msgstr "Zet hulpballon animatie \"UIT\"" + +#: configdialog/kbfxconfigdlgtooltip.ui:268 +#, no-c-format +msgid "Tooltip Text" +msgstr "Hulpballon Tekst" + +#: configdialog/kbfxconfigdlgtooltip.ui:301 +#, no-c-format +msgid "Type the text which you want to be displayed in the tooltip." +msgstr "Type de tekst in die moet worden getoond in de hulpballon" + +#: configdialog/kbfxconfigdlgtooltip.ui:406 +#, no-c-format +msgid "

Tooltip personal text

" +msgstr "" +"

Hulpballon met persoonlijke tekst

" + +#: configdialog/kbfxconfigdlgtooltip.ui:425 +#, no-c-format +msgid "Tooltip animation" +msgstr "Hulpballon animatie" + +#: configdialog/kbfxconfigdlgtooltip.ui:469 +#, no-c-format +msgid "" +"Turn your tooltip animation off or on.
You can see the current status of " +"the tooltip to the right." +msgstr "" +"Zet hulpballon animatie uit of aan.
U kunt de huidige status van de " +"hulpballon aan de rechterkant zien." + +#: configdialog/kbfxconfigdlgtooltip.ui:513 +#, no-c-format +msgid "Turn the animation \"ON\"" +msgstr "Animatie \"AAN\"" + +#: configdialog/kbfxconfigdlgtooltip.ui:636 +#, no-c-format +msgid "

Tooltip animation ON or OFF

" +msgstr "" +"

Hulpballon animatie AAN of UIT

" + +#: configdialog/kbfxthemeinfo.ui:286 +#, fuzzy, no-c-format +msgid "

Name:

" +msgstr "

standaard

" + +#: configdialog/kbfxthemeinfo.ui:302 +#, fuzzy, no-c-format +msgid "

Version:

" +msgstr "

standaard

" + +#: configdialog/kbfxthemeinfo.ui:318 +#, fuzzy, no-c-format +msgid "

Author:

" +msgstr "

standaard

" + +#: configdialog/kbfxthemeinfo.ui:334 +#, fuzzy, no-c-format +msgid "

Email:

" +msgstr "

standaard

" + +#: configdialog/kbfxthemeinfo.ui:350 +#, fuzzy, no-c-format +msgid "

Homepage:

" +msgstr "

standaard

" + +#: configdialog/kbfxthemeinfo.ui:388 configdialog/kbfxthemeinfo.ui:416 +#: configdialog/kbfxthemeinfo.ui:444 configdialog/kbfxthemeinfo.ui:475 +#: configdialog/kbfxthemeinfo.ui:512 +#, no-c-format +msgid "Test" +msgstr "" + +#, fuzzy +#~ msgid "Fonts" +#~ msgstr "Lettertype..." + +#, fuzzy +#~ msgid "About" +#~ msgstr "Info over KBFX" + +#~ msgid "You are running: KBFX " +#~ msgstr "U gebruikt: KBFX " + +#~ msgid "This is an about box" +#~ msgstr "Dit is een informatievenster" + +#~ msgid "This is a help box" +#~ msgstr "Dit is een helpvenster" + +#~ msgid "Convert Theme" +#~ msgstr "Converteer thema " + +#~ msgid "Convert a theme to the new format" +#~ msgstr "Converteer een thema naar het nieuwe formaat" + +#~ msgid "" +#~ "Pressing the button will open dialog for converting old themes to the new " +#~ "specifications" +#~ msgstr "" +#~ "Wanneer de knop wordt ingedrukt zal er een dialoogvenster verschijnen " +#~ "waarin je oude thema's naar de nieuwe specificaties kunt converteren" + +#~ msgid "

Not implemented yet.

" +#~ msgstr "

Nog niet geimplementeerd

" + +#~ msgid "Water Effect Properties" +#~ msgstr "Water effect eigenschappen" + +#~ msgid "Water Effect Frame Rate" +#~ msgstr "Framesnelheid van watereffect" + +#~ msgid "Enabled Water Effect" +#~ msgstr "Water effect aan" -- cgit v1.2.3

The connection to the KBFX News " +"Section on www.kbfx.net is broken.

If you want you can check " +"the latest news for KBFX from here:
KBFX " +"News