From 73c451bb2127d3f3800e29607c7798e630e57e25 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 23 Jul 2009 20:16:54 +0000 Subject: updated Turkish translation (author: Bilgesu Güngör) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1070 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hal/hal.pro | 3 +- .../General/hal/translations/hal_plugin_cs.ts | 3 +- .../General/hal/translations/hal_plugin_it.ts | 1 - .../General/hal/translations/hal_plugin_ru.ts | 1 - .../General/hal/translations/hal_plugin_tr.ts | 88 ++++++++++++++++++++++ .../General/hal/translations/hal_plugin_uk_UA.ts | 4 +- .../General/hal/translations/translations.qrc | 1 + 7 files changed, 95 insertions(+), 6 deletions(-) create mode 100644 src/plugins/General/hal/translations/hal_plugin_tr.ts (limited to 'src/plugins/General/hal') diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 7303eeca9..594dff9e5 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -19,7 +19,8 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \ translations/hal_plugin_ru.ts \ translations/hal_plugin_pl.ts \ translations/hal_plugin_uk_UA.ts \ - translations/hal_plugin_it.ts + translations/hal_plugin_it.ts \ + translations/hal_plugin_tr.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hal/translations/hal_plugin_cs.ts b/src/plugins/General/hal/translations/hal_plugin_cs.ts index 92d29daa1..526977763 100644 --- a/src/plugins/General/hal/translations/hal_plugin_cs.ts +++ b/src/plugins/General/hal/translations/hal_plugin_cs.ts @@ -1,5 +1,6 @@ - + + HalFactory diff --git a/src/plugins/General/hal/translations/hal_plugin_it.ts b/src/plugins/General/hal/translations/hal_plugin_it.ts index 945371988..b8549219f 100644 --- a/src/plugins/General/hal/translations/hal_plugin_it.ts +++ b/src/plugins/General/hal/translations/hal_plugin_it.ts @@ -1,7 +1,6 @@ - HalFactory diff --git a/src/plugins/General/hal/translations/hal_plugin_ru.ts b/src/plugins/General/hal/translations/hal_plugin_ru.ts index 9dc51960d..7c8b7e5bf 100644 --- a/src/plugins/General/hal/translations/hal_plugin_ru.ts +++ b/src/plugins/General/hal/translations/hal_plugin_ru.ts @@ -1,7 +1,6 @@ - HalFactory diff --git a/src/plugins/General/hal/translations/hal_plugin_tr.ts b/src/plugins/General/hal/translations/hal_plugin_tr.ts new file mode 100644 index 000000000..6b0701204 --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_tr.ts @@ -0,0 +1,88 @@ + + + + + HalFactory + + + HAL Plugin + + + + + About HAL Plugin + + + + + Qmmp HAL Plugin + + + + + This plugin provides removable devices detection using HAL + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on Solid (KDE hardware library) + + + + + HalPlugin + + + Add CD "%1" + + + + + Add Volume "%1" + + + + + SettingsDialog + + + HAL Plugin Settings + + + + + CD Audio Detection + + + + + Add tracks to playlist automatically + + + + + Remove tracks from playlist automatically + + + + + Removable Device Detection + + + + + Add files to playlist automatically + + + + + Remove files from playlist automatically + + + + diff --git a/src/plugins/General/hal/translations/hal_plugin_uk_UA.ts b/src/plugins/General/hal/translations/hal_plugin_uk_UA.ts index 2b73542b7..ac8558dd2 100644 --- a/src/plugins/General/hal/translations/hal_plugin_uk_UA.ts +++ b/src/plugins/General/hal/translations/hal_plugin_uk_UA.ts @@ -1,6 +1,6 @@ - - + + HalFactory diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index 5905647c7..cdca7ccb9 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -9,5 +9,6 @@ hal_plugin_cs.qm hal_plugin_de.qm hal_plugin_pl.qm + hal_plugin_tr.qm -- cgit v1.2.3-13-gbd6f