From 965beaeee191310e2fcae872e75b8da54a6e2e47 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 20 Aug 2010 17:09:03 +0000 Subject: prepare for Japanese translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1837 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hal/hal.pro | 3 +- .../General/hal/translations/hal_plugin_ja.ts | 88 ++++++++++++++++++++++ .../General/hal/translations/translations.qrc | 1 + 3 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/hal/translations/hal_plugin_ja.ts (limited to 'src/plugins/General/hal') diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 8efd98eef..31067751c 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -22,7 +22,8 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \ translations/hal_plugin_it.ts \ translations/hal_plugin_tr.ts \ translations/hal_plugin_lt.ts \ - translations/hal_plugin_nl.ts + translations/hal_plugin_nl.ts \ + translations/hal_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/General/hal/translations/hal_plugin_ja.ts b/src/plugins/General/hal/translations/hal_plugin_ja.ts new file mode 100644 index 000000000..cc993d4c8 --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_ja.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/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index c9915a69f..38bb15c9d 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -12,5 +12,6 @@ hal_plugin_tr.qm hal_plugin_lt.qm hal_plugin_nl.qm + hal_plugin_ja.qm -- cgit v1.2.3-13-gbd6f