diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-20 17:09:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-20 17:09:03 +0000 |
| commit | 965beaeee191310e2fcae872e75b8da54a6e2e47 (patch) | |
| tree | c73d818af7f774cd3b3b8c81e43841c41532ae53 | |
| parent | 3e0e8b003133365f2bb0d9f9f797b17eec5b07ba (diff) | |
| download | qmmp-965beaeee191310e2fcae872e75b8da54a6e2e47.tar.gz qmmp-965beaeee191310e2fcae872e75b8da54a6e2e47.tar.bz2 qmmp-965beaeee191310e2fcae872e75b8da54a6e2e47.zip | |
prepare for Japanese translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1837 90c681e8-e032-0410-971d-27865f9a5e38
124 files changed, 5726 insertions, 41 deletions
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro index 8bf54b819..e8e8f4cb2 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro @@ -21,7 +21,8 @@ TRANSLATIONS = translations/incdecvolume_plugin_cs.ts \ translations/incdecvolume_plugin_it.ts \ translations/incdecvolume_plugin_tr.ts \ translations/incdecvolume_plugin_lt.ts \ - translations/incdecvolume_plugin_nl.ts + translations/incdecvolume_plugin_nl.ts \ + translations/incdecvolume_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ja.ts b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ja.ts new file mode 100644 index 000000000..42425aedf --- /dev/null +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ja.ts @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>IncDecVolumeCommandLineOption</name> + <message> + <location filename="../incdecvolumeoption.cpp" line="44"/> + <source>Increase volume with step 5</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../incdecvolumeoption.cpp" line="45"/> + <source>Decrease volume with step 5</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc index fbde3c5f9..a663bcbf3 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc @@ -12,5 +12,6 @@ <file>incdecvolume_plugin_tr.qm</file> <file>incdecvolume_plugin_lt.qm</file> <file>incdecvolume_plugin_nl.qm</file> + <file>incdecvolume_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro index 2d56d3095..eccd7a7b7 100644 --- a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro +++ b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro @@ -21,7 +21,8 @@ TRANSLATIONS = translations/seek_plugin_cs.ts \ translations/seek_plugin_it.ts \ translations/seek_plugin_tr.ts \ translations/seek_plugin_lt.ts \ - translations/seek_plugin_nl.ts + translations/seek_plugin_nl.ts \ + translations/seek_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ja.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ja.ts new file mode 100644 index 000000000..3611521bb --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ja.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>SeekOption</name> + <message> + <location filename="../seekoption.cpp" line="38"/> + <source>Seek to position in the current track</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../seekoption.cpp" line="39"/> + <source>Seek forward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../seekoption.cpp" line="40"/> + <source>Seek backwards</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc index 83fb89be9..1679426f3 100644 --- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc @@ -12,5 +12,6 @@ <file>seek_plugin_tr.qm</file> <file>seek_plugin_lt.qm</file> <file>seek_plugin_nl.qm</file> + <file>seek_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Effect/bs2b/bs2b.pro b/src/plugins/Effect/bs2b/bs2b.pro index 80c197a7b..957c7f1e0 100644 --- a/src/plugins/Effect/bs2b/bs2b.pro +++ b/src/plugins/Effect/bs2b/bs2b.pro @@ -31,7 +31,8 @@ TRANSLATIONS = translations/bs2b_plugin_cs.ts \ translations/bs2b_plugin_it.ts \ translations/bs2b_plugin_tr.ts \ translations/bs2b_plugin_lt.ts \ - translations/bs2b_plugin_nl.ts + translations/bs2b_plugin_nl.ts \ + translations/bs2b_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/Effect/bs2b/translations/bs2b_plugin_ja.ts b/src/plugins/Effect/bs2b/translations/bs2b_plugin_ja.ts new file mode 100644 index 000000000..245490c56 --- /dev/null +++ b/src/plugins/Effect/bs2b/translations/bs2b_plugin_ja.ts @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>EffectBs2bFactory</name> + <message> + <location filename="../effectbs2bfactory.cpp" line="31"/> + <source>BS2B Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectbs2bfactory.cpp" line="51"/> + <source>About BS2B Effect Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectbs2bfactory.cpp" line="52"/> + <source>This is the Qmmp plugin version of Boris Mikhaylov's headphone DSP effect "Bauer stereophonic-to-binaural", abbreviated bs2b.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectbs2bfactory.cpp" line="54"/> + <source>Visit %1 for more details</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectbs2bfactory.cpp" line="56"/> + <source>Compiled against libbs2b-%1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectbs2bfactory.cpp" line="57"/> + <source>Developers:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectbs2bfactory.cpp" line="58"/> + <source>Ilya Kotov</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectbs2bfactory.cpp" line="59"/> + <source>Sebastian Pipping</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>BS2B Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="32"/> + <source>Crossfeed level</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <location filename="../settingsdialog.ui" line="59"/> + <source>-</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="71"/> + <source>Default</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="78"/> + <source>C.Moy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="85"/> + <source>J. Meier</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="60"/> + <source>%1 Hz, %2 us</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="67"/> + <source>%1 dB</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Effect/bs2b/translations/translations.qrc b/src/plugins/Effect/bs2b/translations/translations.qrc index 796377c37..1bfe08fa8 100644 --- a/src/plugins/Effect/bs2b/translations/translations.qrc +++ b/src/plugins/Effect/bs2b/translations/translations.qrc @@ -12,5 +12,6 @@ <file>bs2b_plugin_tr.qm</file> <file>bs2b_plugin_lt.qm</file> <file>bs2b_plugin_nl.qm</file> + <file>bs2b_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Effect/ladspa/ladspa.pro b/src/plugins/Effect/ladspa/ladspa.pro index b637ad778..a7ff2396f 100644 --- a/src/plugins/Effect/ladspa/ladspa.pro +++ b/src/plugins/Effect/ladspa/ladspa.pro @@ -35,7 +35,8 @@ TRANSLATIONS = translations/ladspa_plugin_cs.ts \ translations/ladspa_plugin_it.ts \ translations/ladspa_plugin_tr.ts \ translations/ladspa_plugin_lt.ts \ - translations/ladspa_plugin_nl.ts + translations/ladspa_plugin_nl.ts \ + translations/ladspa_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts new file mode 100644 index 000000000..59a007400 --- /dev/null +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>EffectLADSPAFactory</name> + <message> + <location filename="../effectladspafactory.cpp" line="30"/> + <source>LADSPA Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="50"/> + <source>About LADSPA Host for Qmmp</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="51"/> + <source>LADSPA Host for Qmmp</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="53"/> + <source>Based on the LADSPA Host for BMP</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="54"/> + <source>BMP-ladspa developers:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="55"/> + <source>Nick Lamb <njl195@zepler.org.uk></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectladspafactory.cpp" line="56"/> + <source>Giacomo Lozito <city_hunter@users.sf.net></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>LADSPA Plugin Catalog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="52"/> + <source>></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="59"/> + <source><</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="94"/> + <source>Configure</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="43"/> + <source>UID</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="44"/> + <source>Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="118"/> + <source>This LADSPA plugin has no user controls</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Effect/ladspa/translations/translations.qrc b/src/plugins/Effect/ladspa/translations/translations.qrc index e6729e89c..7f51d726a 100644 --- a/src/plugins/Effect/ladspa/translations/translations.qrc +++ b/src/plugins/Effect/ladspa/translations/translations.qrc @@ -12,5 +12,6 @@ <file>ladspa_plugin_tr.qm</file> <file>ladspa_plugin_lt.qm</file> <file>ladspa_plugin_nl.qm</file> + <file>ladspa_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Effect/srconverter/srconverter.pro b/src/plugins/Effect/srconverter/srconverter.pro index 18e57b3dc..a7c0dad97 100644 --- a/src/plugins/Effect/srconverter/srconverter.pro +++ b/src/plugins/Effect/srconverter/srconverter.pro @@ -31,7 +31,8 @@ TRANSLATIONS = translations/srconverter_plugin_cs.ts \ translations/srconverter_plugin_it.ts \ translations/srconverter_plugin_tr.ts \ translations/srconverter_plugin_lt.ts \ - translations/srconverter_plugin_nl.ts + translations/srconverter_plugin_nl.ts \ + translations/srconverter_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Effect/srconverter/translations/srconverter_plugin_ja.ts b/src/plugins/Effect/srconverter/translations/srconverter_plugin_ja.ts new file mode 100644 index 000000000..930b7c5a8 --- /dev/null +++ b/src/plugins/Effect/srconverter/translations/srconverter_plugin_ja.ts @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>EffectSRConverterFactory</name> + <message> + <location filename="../effectsrconverterfactory.cpp" line="30"/> + <source>SRC Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectsrconverterfactory.cpp" line="50"/> + <source>About Sample Rate Converter Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectsrconverterfactory.cpp" line="51"/> + <source>Qmmp Sample Rate Converter Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../effectsrconverterfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>Sample Rate Converter Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="19"/> + <source>Sample Rate (Hz):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="39"/> + <source>Interpolation Engine:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="47"/> + <source>Best Sinc Interpolation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="52"/> + <source>Medium Sinc Interpolation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="57"/> + <source>Fastest Sinc Interpolation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>ZOH Interpolation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="67"/> + <source>Linear Interpolation</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Effect/srconverter/translations/translations.qrc b/src/plugins/Effect/srconverter/translations/translations.qrc index 93581785d..119a89758 100644 --- a/src/plugins/Effect/srconverter/translations/translations.qrc +++ b/src/plugins/Effect/srconverter/translations/translations.qrc @@ -12,5 +12,6 @@ <file>srconverter_plugin_tr.qm</file> <file>srconverter_plugin_lt.qm</file> <file>srconverter_plugin_nl.qm</file> + <file>srconverter_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Engines/mplayer/mplayer.pro b/src/plugins/Engines/mplayer/mplayer.pro index c7bf9c35c..6e1b5e48c 100644 --- a/src/plugins/Engines/mplayer/mplayer.pro +++ b/src/plugins/Engines/mplayer/mplayer.pro @@ -27,7 +27,8 @@ TRANSLATIONS = translations/mplayer_plugin_ru.ts \ translations/mplayer_plugin_it.ts \ translations/mplayer_plugin_tr.ts \ translations/mplayer_plugin_lt.ts \ - translations/mplayer_plugin_nl.ts + translations/mplayer_plugin_nl.ts \ + translations/mplayer_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib target.path = $$LIB_DIR/qmmp/Input diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_ja.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_ja.ts new file mode 100644 index 000000000..a62ad9c4d --- /dev/null +++ b/src/plugins/Engines/mplayer/translations/mplayer_plugin_ja.ts @@ -0,0 +1,148 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>MplayerEngineFactory</name> + <message> + <location filename="../mplayerenginefactory.cpp" line="33"/> + <source>Mplayer Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayerenginefactory.cpp" line="36"/> + <source>Video Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayerenginefactory.cpp" line="82"/> + <source>About MPlayer Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayerenginefactory.cpp" line="83"/> + <source>Qmmp MPlayer Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayerenginefactory.cpp" line="84"/> + <source>This plugin uses MPlayer as backend</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayerenginefactory.cpp" line="85"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MplayerMetaDataModel</name> + <message> + <location filename="../mplayermetadatamodel.cpp" line="38"/> + <source>Size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="38"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="75"/> + <source>Length</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="77"/> + <source>Demuxer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="80"/> + <source>Video format</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="82"/> + <source>FPS</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="84"/> + <source>Video codec</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="86"/> + <source>Aspect ratio</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="88"/> + <source>Video bitrate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="95"/> + <source>Audio codec</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="97"/> + <source>Sample rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="99"/> + <source>Audio bitrate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="101"/> + <source>Channels</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mplayermetadatamodel.cpp" line="103"/> + <source>Resolution</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>MPlayer Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Video:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="43"/> + <source>Audio:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="57"/> + <source>Audio/video auto synchronization</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="67"/> + <source>Synchronization factor:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="31"/> + <location filename="../settingsdialog.cpp" line="39"/> + <location filename="../settingsdialog.cpp" line="48"/> + <location filename="../settingsdialog.cpp" line="49"/> + <location filename="../settingsdialog.cpp" line="63"/> + <location filename="../settingsdialog.cpp" line="64"/> + <source>default</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Engines/mplayer/translations/translations.qrc b/src/plugins/Engines/mplayer/translations/translations.qrc index 3aa81d66b..6dae6cbde 100644 --- a/src/plugins/Engines/mplayer/translations/translations.qrc +++ b/src/plugins/Engines/mplayer/translations/translations.qrc @@ -12,5 +12,6 @@ <file>mplayer_plugin_tr.qm</file> <file>mplayer_plugin_lt.qm</file> <file>mplayer_plugin_nl.qm</file> + <file>mplayer_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/QmmpFileDialog.pro b/src/plugins/FileDialogs/QmmpFileDialog/QmmpFileDialog.pro index b6aec8d21..47ae4af9a 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/QmmpFileDialog.pro +++ b/src/plugins/FileDialogs/QmmpFileDialog/QmmpFileDialog.pro @@ -42,6 +42,7 @@ TRANSLATIONS = translations/qmmp_file_dialog_plugin_ru.ts \ translations/qmmp_file_dialog_plugin_de.ts \ translations/qmmp_file_dialog_plugin_it.ts \ translations/qmmp_file_dialog_plugin_lt.ts \ - translations/qmmp_file_dialog_plugin_nl.ts + translations/qmmp_file_dialog_plugin_nl.ts \ + translations/qmmp_file_dialog_plugin_ja.ts RESOURCES += translations/translations.qrc diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ja.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ja.ts new file mode 100644 index 000000000..1ac2c73cf --- /dev/null +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ja.ts @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>QmmpFileDialog</name> + <message> + <location filename="../qmmpfiledialog.ui" line="13"/> + <source>Add Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.ui" line="37"/> + <source>Up</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.ui" line="40"/> + <location filename="../qmmpfiledialog.ui" line="53"/> + <location filename="../qmmpfiledialog.ui" line="72"/> + <location filename="../qmmpfiledialog.ui" line="97"/> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.ui" line="50"/> + <source>List view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.ui" line="69"/> + <source>Detailed view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.ui" line="94"/> + <source>Close dialog on add</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.ui" line="177"/> + <source>File name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.ui" line="193"/> + <source>Add</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.ui" line="200"/> + <source>Files of type:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.ui" line="226"/> + <source>Close</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>QmmpFileDialogFactory</name> + <message> + <location filename="../qmmpfiledialog.cpp" line="121"/> + <location filename="../qmmpfiledialog.cpp" line="130"/> + <source>Qmmp File Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.cpp" line="129"/> + <source>About Qmmp File Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.cpp" line="131"/> + <source>Writen by: +Vladimir Kuznetsov <vovanec@gmail.com> +Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialog.cpp" line="134"/> + <source>Some code is copied from the Qt library</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>QmmpFileDialogImpl</name> + <message> + <location filename="../qmmpfiledialogimpl.cpp" line="259"/> + <source>Add</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialogimpl.cpp" line="272"/> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialogimpl.cpp" line="288"/> + <source>Directories</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpfiledialogimpl.cpp" line="457"/> + <source>%1 already exists. +Do you want to replace it?</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc b/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc index a214ee0b1..39b97abfc 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc @@ -11,5 +11,6 @@ <file>qmmp_file_dialog_plugin_uk_UA.qm</file> <file>qmmp_file_dialog_plugin_lt.qm</file> <file>qmmp_file_dialog_plugin_nl.qm</file> + <file>qmmp_file_dialog_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/covermanager/covermanager.pro b/src/plugins/General/covermanager/covermanager.pro index 71233e343..1d6fd3cc8 100644 --- a/src/plugins/General/covermanager/covermanager.pro +++ b/src/plugins/General/covermanager/covermanager.pro @@ -17,7 +17,8 @@ TRANSLATIONS = translations/covermanager_plugin_cs.ts \ translations/covermanager_plugin_it.ts \ translations/covermanager_plugin_tr.ts \ translations/covermanager_plugin_lt.ts \ - translations/covermanager_plugin_nl.ts + translations/covermanager_plugin_nl.ts \ + translations/covermanager_plugin_ja.ts RESOURCES = translations/translations.qrc \ images/cm_images.qrc diff --git a/src/plugins/General/covermanager/translations/covermanager_plugin_ja.ts b/src/plugins/General/covermanager/translations/covermanager_plugin_ja.ts new file mode 100644 index 000000000..d5bc4ca18 --- /dev/null +++ b/src/plugins/General/covermanager/translations/covermanager_plugin_ja.ts @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>CoverManager</name> + <message> + <location filename="../covermanager.cpp" line="36"/> + <source>Show Cover</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../covermanager.cpp" line="37"/> + <source>Ctrl+M</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CoverManagerFactory</name> + <message> + <location filename="../covermanagerfactory.cpp" line="29"/> + <source>Cover Manager Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="49"/> + <source>About Cover Manager Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="50"/> + <source>Qmmp Cover Manager Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CoverWidget</name> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>&Save As...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>Ctrl+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="38"/> + <source>Size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="40"/> + <source>Actual Size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="41"/> + <source>128x128</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="42"/> + <source>256x256</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="43"/> + <source>512x512</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="44"/> + <source>1024x1024</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>&Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>Alt+F4</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="90"/> + <source>Save Cover As</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="92"/> + <source>Images</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/covermanager/translations/translations.qrc b/src/plugins/General/covermanager/translations/translations.qrc index dbfbb834d..db975f197 100644 --- a/src/plugins/General/covermanager/translations/translations.qrc +++ b/src/plugins/General/covermanager/translations/translations.qrc @@ -12,5 +12,6 @@ <file>covermanager_plugin_tr.qm</file> <file>covermanager_plugin_lt.qm</file> <file>covermanager_plugin_nl.qm</file> + <file>covermanager_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index e9592affe..d0e1d274b 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -26,7 +26,8 @@ TRANSLATIONS = translations/fileops_plugin_cs.ts \ translations/fileops_plugin_it.ts \ translations/fileops_plugin_tr.ts \ translations/fileops_plugin_lt.ts \ - translations/fileops_plugin_nl.ts + translations/fileops_plugin_nl.ts \ + translations/fileops_plugin_ja.ts RESOURCES = translations/translations.qrc unix { isEmpty(LIB_DIR){ diff --git a/src/plugins/General/fileops/translations/fileops_plugin_ja.ts b/src/plugins/General/fileops/translations/fileops_plugin_ja.ts new file mode 100644 index 000000000..94476d151 --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_ja.ts @@ -0,0 +1,233 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>FileOps</name> + <message> + <location filename="../fileops.cpp" line="98"/> + <source>Error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="99"/> + <source>Destination directory doesn't exist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="104"/> + <source>Copying</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="105"/> + <source>Stop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="146"/> + <source>Copying file %1/%2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="189"/> + <source>Remove files</source> + <translation type="unfinished"></translation> + </message> + <message numerus="yes"> + <location filename="../fileops.cpp" line="190"/> + <source>Are you sure you want to remove %n file(s) from disk?</source> + <translation type="unfinished"> + <numerusform></numerusform> + </translation> + </message> +</context> +<context> + <name>FileOpsFactory</name> + <message> + <location filename="../fileopsfactory.cpp" line="30"/> + <source>File Operations Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileopsfactory.cpp" line="50"/> + <source>About File Operations Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileopsfactory.cpp" line="51"/> + <source>Qmmp File Operations Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileopsfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HotkeyDialog</name> + <message> + <location filename="../hotkeydialog.ui" line="14"/> + <source>Modify Shortcut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="29"/> + <source>Press the key combination you want to assign</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="43"/> + <source>Clear</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>File Operations Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="48"/> + <source>Enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="53"/> + <source>Operation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="58"/> + <source>Menu text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <source>Shortcut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="79"/> + <source>Add</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="92"/> + <location filename="../settingsdialog.cpp" line="55"/> + <location filename="../settingsdialog.cpp" line="135"/> + <source>Remove</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="116"/> + <source>Destination:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="126"/> + <location filename="../settingsdialog.ui" line="143"/> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="133"/> + <source>File name pattern:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="52"/> + <location filename="../settingsdialog.cpp" line="132"/> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="53"/> + <location filename="../settingsdialog.cpp" line="133"/> + <source>Rename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="138"/> + <source>New action</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="192"/> + <source>Artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="193"/> + <source>Album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="194"/> + <source>Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="195"/> + <source>Track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="196"/> + <source>Two-digit track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="197"/> + <source>Genre</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="198"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="199"/> + <source>Composer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="200"/> + <source>Duration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="201"/> + <source>Disc number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="202"/> + <source>File name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="203"/> + <source>File path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="204"/> + <source>Year</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="205"/> + <source>Condition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="221"/> + <source>Choose a directory</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index a9febcc94..ad17b676a 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -12,5 +12,6 @@ <file>fileops_plugin_tr.qm</file> <file>fileops_plugin_lt.qm</file> <file>fileops_plugin_nl.qm</file> + <file>fileops_plugin_ja.qm</file> </qresource> </RCC> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>HalFactory</name> + <message> + <location filename="../halfactory.cpp" line="30"/> + <source>HAL Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="50"/> + <source>About HAL Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="51"/> + <source>Qmmp HAL Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="52"/> + <source>This plugin provides removable devices detection using HAL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="54"/> + <source>Based on Solid (KDE hardware library)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HalPlugin</name> + <message> + <location filename="../halplugin.cpp" line="160"/> + <source>Add CD "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halplugin.cpp" line="166"/> + <source>Add Volume "%1"</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>HAL Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="28"/> + <source>CD Audio Detection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="37"/> + <source>Add tracks to playlist automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="44"/> + <source>Remove tracks from playlist automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="54"/> + <source>Removable Device Detection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <source>Add files to playlist automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="70"/> + <source>Remove files from playlist automatically</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ <file>hal_plugin_tr.qm</file> <file>hal_plugin_lt.qm</file> <file>hal_plugin_nl.qm</file> + <file>hal_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index 2a1e74444..d697ca56f 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -24,7 +24,8 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \ translations/hotkey_plugin_it.ts \ translations/hotkey_plugin_tr.ts \ translations/hotkey_plugin_lt.ts \ - translations/hotkey_plugin_nl.ts + translations/hotkey_plugin_nl.ts \ + translations/hotkey_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_ja.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_ja.ts new file mode 100644 index 000000000..27171ca0d --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_ja.ts @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>HotkeyDialog</name> + <message> + <location filename="../hotkeydialog.ui" line="14"/> + <source>Modify Shortcut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="32"/> + <source>Press the key combination you want to assign</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="52"/> + <source>Clear</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HotkeyFactory</name> + <message> + <location filename="../hotkeyfactory.cpp" line="30"/> + <source>Global Hotkey Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="50"/> + <source>About Global Hotkey Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="51"/> + <source>Qmmp Global Hotkey Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="52"/> + <source>This plugin adds support for multimedia keys or global key combinations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Global Hotkey Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>Action</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="47"/> + <source>Shortcut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>Play</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="43"/> + <source>Stop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="44"/> + <source>Pause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="45"/> + <source>Play/Pause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="46"/> + <source>Next</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="47"/> + <source>Previous</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="48"/> + <source>Show/Hide</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="49"/> + <source>Volume +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="50"/> + <source>Volume -</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index a938c0a44..6433690cc 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -12,5 +12,6 @@ <file>hotkey_plugin_tr.qm</file> <file>hotkey_plugin_lt.qm</file> <file>hotkey_plugin_nl.qm</file> + <file>hotkey_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index 179f965f7..f1b5211a3 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -39,7 +39,8 @@ TRANSLATIONS = translations/kdenotify_plugin_cs.ts \ translations/kdenotify_plugin_it.ts \ translations/kdenotify_plugin_tr.ts \ translations/kdenotify_plugin_lt.ts \ - translations/kdenotify_plugin_nl.ts + translations/kdenotify_plugin_nl.ts \ + translations/kdenotify_plugin_ja.ts images.files = app_icon.png \ empty_cover.png diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_ja.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_ja.ts new file mode 100644 index 000000000..8cd3cb713 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_ja.ts @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>KdeNotify</name> + <message> + <location filename="../kdenotify.cpp" line="122"/> + <source>Qmmp now playing:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>KdeNotifyFactory</name> + <message> + <location filename="../kdenotifyfactory.cpp" line="30"/> + <source>KDE 4 notification plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="50"/> + <source>About KDE Notification Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="51"/> + <source>KDE 4 notification plugin for Qmmp +</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>KDE 4 Notification Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="39"/> + <source>Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Notification delay [s]:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Update visible notification instead create new</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="85"/> + <source>Appearance</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="91"/> + <source>Show covers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Change template</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="75"/> + <source>Notification Template</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/kdenotify/translations/translations.qrc b/src/plugins/General/kdenotify/translations/translations.qrc index 327e94aaf..1d5821d8d 100644 --- a/src/plugins/General/kdenotify/translations/translations.qrc +++ b/src/plugins/General/kdenotify/translations/translations.qrc @@ -12,5 +12,6 @@ <file>kdenotify_plugin_tr.qm</file> <file>kdenotify_plugin_lt.qm</file> <file>kdenotify_plugin_nl.qm</file> + <file>kdenotify_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index ebb951bdb..43b1a5307 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -26,7 +26,8 @@ TRANSLATIONS = translations/lyrics_plugin_cs.ts \ translations/lyrics_plugin_it.ts \ translations/lyrics_plugin_tr.ts \ translations/lyrics_plugin_lt.ts \ - translations/lyrics_plugin_nl.ts + translations/lyrics_plugin_nl.ts \ + translations/lyrics_plugin_ja.ts RESOURCES = translations/translations.qrc unix{ isEmpty(LIB_DIR){ diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts new file mode 100644 index 000000000..1b073fb50 --- /dev/null +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>Lyrics</name> + <message> + <location filename="../lyrics.cpp" line="35"/> + <source>View Lyrics</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyrics.cpp" line="36"/> + <source>Ctrl+L</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LyricsFactory</name> + <message> + <location filename="../lyricsfactory.cpp" line="29"/> + <source>Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="50"/> + <source>About Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="51"/> + <source>Qmmp Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="52"/> + <source>This plugin retrieves lyrics from lyricsplugin.com</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LyricsWindow</name> + <message> + <location filename="../lyricswindow.ui" line="14"/> + <source>Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="31"/> + <source>Artist:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="41"/> + <source>Title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="51"/> + <source>Search</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="60"/> + <source>No connection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="64"/> + <source>Done</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="67"/> + <source>Error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="96"/> + <location filename="../lyricswindow.cpp" line="126"/> + <source>Receiving</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="115"/> + <source>Not found</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="127"/> + <source>Lyrics: %1 - %2</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc index bac88c20c..07e5fb171 100644 --- a/src/plugins/General/lyrics/translations/translations.qrc +++ b/src/plugins/General/lyrics/translations/translations.qrc @@ -12,5 +12,6 @@ <file>lyrics_plugin_tr.qm</file> <file>lyrics_plugin_lt.qm</file> <file>lyrics_plugin_nl.qm</file> + <file>lyrics_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index 6586a2978..ce575e7c8 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -22,7 +22,8 @@ TRANSLATIONS = translations/mpris_plugin_cs.ts \ translations/mpris_plugin_it.ts \ translations/mpris_plugin_tr.ts \ translations/mpris_plugin_lt.ts \ - translations/mpris_plugin_nl.ts + translations/mpris_plugin_nl.ts \ + translations/mpris_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/mpris/translations/mpris_plugin_ja.ts b/src/plugins/General/mpris/translations/mpris_plugin_ja.ts new file mode 100644 index 000000000..eed2d7ea6 --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_plugin_ja.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>MPRISFactory</name> + <message> + <location filename="../mprisfactory.cpp" line="29"/> + <source>MPRIS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="49"/> + <source>About MPRIS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="50"/> + <source>Qmmp MPRIS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc index 9e2bd2b23..a0d730851 100644 --- a/src/plugins/General/mpris/translations/translations.qrc +++ b/src/plugins/General/mpris/translations/translations.qrc @@ -12,5 +12,6 @@ <file>mpris_plugin_tr.qm</file> <file>mpris_plugin_lt.qm</file> <file>mpris_plugin_nl.qm</file> + <file>mpris_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index b074fcd48..35b8d4f08 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -25,7 +25,8 @@ TRANSLATIONS = translations/notifier_plugin_cs.ts \ translations/notifier_plugin_it.ts \ translations/notifier_plugin_tr.ts \ translations/notifier_plugin_lt.ts \ - translations/notifier_plugin_nl.ts + translations/notifier_plugin_nl.ts \ + translations/notifier_plugin_ja.ts RESOURCES = notifier_images.qrc \ translations/translations.qrc diff --git a/src/plugins/General/notifier/translations/notifier_plugin_ja.ts b/src/plugins/General/notifier/translations/notifier_plugin_ja.ts new file mode 100644 index 000000000..37ac8d132 --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_ja.ts @@ -0,0 +1,189 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>NotifierFactory</name> + <message> + <location filename="../notifierfactory.cpp" line="30"/> + <source>Notifier Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="50"/> + <source>About Notifier Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="51"/> + <source>Qmmp Notifier Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PopupWidget</name> + <message> + <location filename="../popupwidget.cpp" line="127"/> + <source>Volume:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Notifier Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="35"/> + <source>Desktop Notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>Song change notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="48"/> + <source>Volume change notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Font:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Delay (ms):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="101"/> + <source>Transparency:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="124"/> + <location filename="../settingsdialog.ui" line="334"/> + <source>0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="281"/> + <source>Position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="301"/> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="308"/> + <source>Cover size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="344"/> + <source>Notification Template</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="373"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="380"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="390"/> + <source>Psi Notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="402"/> + <source>Enable Psi notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="107"/> + <source>Artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="108"/> + <source>Album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="109"/> + <source>Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="110"/> + <source>Track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="111"/> + <source>Two-digit track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="112"/> + <source>Genre</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="113"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="114"/> + <source>Composer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="115"/> + <source>Duration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="116"/> + <source>Disc number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="117"/> + <source>File name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="118"/> + <source>File path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="119"/> + <source>Year</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="120"/> + <source>Condition</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/notifier/translations/translations.qrc b/src/plugins/General/notifier/translations/translations.qrc index 8473070ea..1c5acd7b2 100644 --- a/src/plugins/General/notifier/translations/translations.qrc +++ b/src/plugins/General/notifier/translations/translations.qrc @@ -12,5 +12,6 @@ <file>notifier_plugin_tr.qm</file> <file>notifier_plugin_lt.qm</file> <file>notifier_plugin_nl.qm</file> + <file>notifier_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 4c579d9f3..0a22464c6 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -17,7 +17,8 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ translations/scrobbler_plugin_it.ts \ translations/scrobbler_plugin_tr.ts \ translations/scrobbler_plugin_lt.ts \ - translations/scrobbler_plugin_nl.ts + translations/scrobbler_plugin_nl.ts \ + translations/scrobbler_plugin_ja.ts RESOURCES = translations/translations.qrc unix { diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts new file mode 100644 index 000000000..f33ea051d --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>ScrobblerFactory</name> + <message> + <location filename="../scrobblerfactory.cpp" line="30"/> + <source>Scrobbler Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="50"/> + <source>About Scrobbler Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="51"/> + <source>Qmmp AudioScrobbler Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Scrobbler Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="32"/> + <source>Last.fm</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <location filename="../settingsdialog.ui" line="77"/> + <source>User name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="51"/> + <location filename="../settingsdialog.ui" line="87"/> + <source>Password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="68"/> + <source>Libre.fm</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc index 3fa440af4..77cda3d9a 100644 --- a/src/plugins/General/scrobbler/translations/translations.qrc +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -12,5 +12,6 @@ <file>scrobbler_plugin_tr.qm</file> <file>scrobbler_plugin_lt.qm</file> <file>scrobbler_plugin_nl.qm</file> + <file>scrobbler_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro index 8d0f09bfc..e33ac1b56 100644 --- a/src/plugins/General/statusicon/statusicon.pro +++ b/src/plugins/General/statusicon/statusicon.pro @@ -27,7 +27,8 @@ TRANSLATIONS = translations/statusicon_plugin_cs.ts \ translations/statusicon_plugin_it.ts \ translations/statusicon_plugin_tr.ts \ translations/statusicon_plugin_lt.ts \ - translations/statusicon_plugin_nl.ts + translations/statusicon_plugin_nl.ts \ + translations/statusicon_plugin_ja.ts RESOURCES = translations/translations.qrc unix { diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_ja.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_ja.ts new file mode 100644 index 000000000..160d1017c --- /dev/null +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_ja.ts @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Status Icon Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Balloon message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="38"/> + <location filename="../settingsdialog.ui" line="105"/> + <source>Delay, ms:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="79"/> + <source>Tooltip</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="91"/> + <source>Try to split file name when no tag</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="98"/> + <source>Show progress bar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="131"/> + <source>Transparency:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="165"/> + <source>0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="174"/> + <source>Cover size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="214"/> + <source>32</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="225"/> + <source>Change template</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="250"/> + <source>Use standard icons</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="70"/> + <source>Tooltip Template</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>StatusIcon</name> + <message> + <location filename="../statusicon.cpp" line="65"/> + <source>Play</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="66"/> + <source>Pause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="67"/> + <source>Stop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="69"/> + <source>Next</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="70"/> + <source>Previous</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="72"/> + <source>Exit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="125"/> + <source>Now Playing</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>StatusIconFactory</name> + <message> + <location filename="../statusiconfactory.cpp" line="30"/> + <source>Status Icon Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="50"/> + <source>About Status Icon Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="51"/> + <source>Qmmp Status Icon Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="52"/> + <source>Writen by:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="53"/> + <source>Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="54"/> + <source>Artur Guzik <a.guzik88@gmail.com></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>StatusIconPopupWidget</name> + <message> + <location filename="../statusiconpopupwidget.cpp" line="135"/> + <source>Stopped</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/statusicon/translations/translations.qrc b/src/plugins/General/statusicon/translations/translations.qrc index 718688f3a..6c3cce9a1 100644 --- a/src/plugins/General/statusicon/translations/translations.qrc +++ b/src/plugins/General/statusicon/translations/translations.qrc @@ -12,5 +12,6 @@ <file>statusicon_plugin_tr.qm</file> <file>statusicon_plugin_lt.qm</file> <file>statusicon_plugin_nl.qm</file> + <file>statusicon_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/aac/aac.pro b/src/plugins/Input/aac/aac.pro index 337bf017b..748de709e 100644 --- a/src/plugins/Input/aac/aac.pro +++ b/src/plugins/Input/aac/aac.pro @@ -32,7 +32,8 @@ TRANSLATIONS = translations/aac_plugin_ru.ts \ translations/aac_plugin_it.ts \ translations/aac_plugin_tr.ts \ translations/aac_plugin_lt.ts \ - translations/aac_plugin_nl.ts + translations/aac_plugin_nl.ts \ + translations/aac_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Input/aac/translations/aac_plugin_ja.ts b/src/plugins/Input/aac/translations/aac_plugin_ja.ts new file mode 100644 index 000000000..bc0c1b55d --- /dev/null +++ b/src/plugins/Input/aac/translations/aac_plugin_ja.ts @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>AACMetaDataModel</name> + <message> + <location filename="../aacmetadatamodel.cpp" line="43"/> + <source>Length</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aacmetadatamodel.cpp" line="45"/> + <source>Sample rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aacmetadatamodel.cpp" line="45"/> + <source>Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aacmetadatamodel.cpp" line="47"/> + <source>Bitrate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aacmetadatamodel.cpp" line="47"/> + <source>kbps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aacmetadatamodel.cpp" line="48"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aacmetadatamodel.cpp" line="49"/> + <source>File size</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>DecoderAACFactory</name> + <message> + <location filename="../decoderaacfactory.cpp" line="45"/> + <source>AAC Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderaacfactory.cpp" line="47"/> + <source>AAC Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderaacfactory.cpp" line="87"/> + <source>About AAC Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderaacfactory.cpp" line="88"/> + <source>Qmmp AAC Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderaacfactory.cpp" line="89"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/aac/translations/translations.qrc b/src/plugins/Input/aac/translations/translations.qrc index e617304b2..998fc52eb 100644 --- a/src/plugins/Input/aac/translations/translations.qrc +++ b/src/plugins/Input/aac/translations/translations.qrc @@ -12,5 +12,6 @@ <file>aac_plugin_tr.qm</file> <file>aac_plugin_lt.qm</file> <file>aac_plugin_nl.qm</file> + <file>aac_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/cdaudio/cdaudio.pro b/src/plugins/Input/cdaudio/cdaudio.pro index be0b531f0..3c443fed8 100644 --- a/src/plugins/Input/cdaudio/cdaudio.pro +++ b/src/plugins/Input/cdaudio/cdaudio.pro @@ -30,7 +30,8 @@ TRANSLATIONS = translations/cdaudio_plugin_ru.ts \ translations/cdaudio_plugin_it.ts \ translations/cdaudio_plugin_tr.ts \ translations/cdaudio_plugin_lt.ts \ - translations/cdaudio_plugin_nl.ts + translations/cdaudio_plugin_nl.ts \ + translations/cdaudio_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Input/cdaudio/translations/cdaudio_plugin_ja.ts b/src/plugins/Input/cdaudio/translations/cdaudio_plugin_ja.ts new file mode 100644 index 000000000..1924cf620 --- /dev/null +++ b/src/plugins/Input/cdaudio/translations/cdaudio_plugin_ja.ts @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderCDAudioFactory</name> + <message> + <location filename="../decodercdaudiofactory.cpp" line="45"/> + <source>CD Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercdaudiofactory.cpp" line="88"/> + <source>About CD Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercdaudiofactory.cpp" line="89"/> + <source>Qmmp CD Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercdaudiofactory.cpp" line="90"/> + <source>Compiled against libcdio-%1 and libcddb-%2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercdaudiofactory.cpp" line="92"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercdaudiofactory.cpp" line="93"/> + <source>Usage: open cdda:/// using Add URL dialog or command line</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>CD Audio Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Override device:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>Limid cd speed:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Use cd-text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>CDDB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="78"/> + <source>Use HTTP instead of CDDBP</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="88"/> + <source>Server:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="95"/> + <source>Path:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="105"/> + <source>Port:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="117"/> + <source>Clear CDDB cache</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/cdaudio/translations/translations.qrc b/src/plugins/Input/cdaudio/translations/translations.qrc index e6c7bf7fa..efec45fcd 100644 --- a/src/plugins/Input/cdaudio/translations/translations.qrc +++ b/src/plugins/Input/cdaudio/translations/translations.qrc @@ -12,5 +12,6 @@ <file>cdaudio_plugin_tr.qm</file> <file>cdaudio_plugin_lt.qm</file> <file>cdaudio_plugin_nl.qm</file> + <file>cdaudio_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/cue/cue.pro b/src/plugins/Input/cue/cue.pro index d80d235f8..bfb51506f 100644 --- a/src/plugins/Input/cue/cue.pro +++ b/src/plugins/Input/cue/cue.pro @@ -44,7 +44,8 @@ TRANSLATIONS = translations/cue_plugin_ru.ts \ translations/cue_plugin_it.ts \ translations/cue_plugin_tr.ts \ translations/cue_plugin_lt.ts \ - translations/cue_plugin_nl.ts + translations/cue_plugin_nl.ts \ + translations/cue_plugin_ja.ts RESOURCES = translations/translations.qrc unix { diff --git a/src/plugins/Input/cue/translations/cue_plugin_ja.ts b/src/plugins/Input/cue/translations/cue_plugin_ja.ts new file mode 100644 index 000000000..90e0667ce --- /dev/null +++ b/src/plugins/Input/cue/translations/cue_plugin_ja.ts @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderCUEFactory</name> + <message> + <location filename="../decodercuefactory.cpp" line="44"/> + <source>CUE Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercuefactory.cpp" line="47"/> + <source>CUE Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercuefactory.cpp" line="85"/> + <source>About CUE Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercuefactory.cpp" line="86"/> + <source>Qmmp CUE Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercuefactory.cpp" line="87"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>CUE Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>CUE encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="35"/> + <source>Automatic charset detection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Language:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="65"/> + <source>Default encoding:</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/cue/translations/translations.qrc b/src/plugins/Input/cue/translations/translations.qrc index 0c22d7150..4a7e4753b 100644 --- a/src/plugins/Input/cue/translations/translations.qrc +++ b/src/plugins/Input/cue/translations/translations.qrc @@ -12,5 +12,6 @@ <file>cue_plugin_tr.qm</file> <file>cue_plugin_lt.qm</file> <file>cue_plugin_nl.qm</file> + <file>cue_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/ffmpeg/ffmpeg.pro b/src/plugins/Input/ffmpeg/ffmpeg.pro index fddb2ee5f..3167df3a1 100644 --- a/src/plugins/Input/ffmpeg/ffmpeg.pro +++ b/src/plugins/Input/ffmpeg/ffmpeg.pro @@ -44,7 +44,8 @@ TRANSLATIONS = translations/ffmpeg_plugin_ru.ts \ translations/ffmpeg_plugin_it.ts \ translations/ffmpeg_plugin_tr.ts \ translations/ffmpeg_plugin_lt.ts \ - translations/ffmpeg_plugin_nl.ts + translations/ffmpeg_plugin_nl.ts \ + translations/ffmpeg_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_ja.ts b/src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_ja.ts new file mode 100644 index 000000000..a9a707fd8 --- /dev/null +++ b/src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_ja.ts @@ -0,0 +1,138 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderFFmpegFactory</name> + <message> + <location filename="../decoderffmpegfactory.cpp" line="121"/> + <source>FFmpeg Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderffmpegfactory.cpp" line="123"/> + <source>FFmpeg Formats</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderffmpegfactory.cpp" line="192"/> + <source>About FFmpeg Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderffmpegfactory.cpp" line="194"/> + <source>Qmmp FFmpeg Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderffmpegfactory.cpp" line="196"/> + <source>Compiled against libavformat-%1.%2.%3 and libavcodec-%4.%5.%6</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderffmpegfactory.cpp" line="204"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FFmpegMetaDataModel</name> + <message> + <location filename="../ffmpegmetadatamodel.cpp" line="59"/> + <source>Length</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ffmpegmetadatamodel.cpp" line="60"/> + <source>File size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ffmpegmetadatamodel.cpp" line="60"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ffmpegmetadatamodel.cpp" line="61"/> + <source>Bitrate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ffmpegmetadatamodel.cpp" line="61"/> + <source>kbps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ffmpegmetadatamodel.cpp" line="72"/> + <source>Sample rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ffmpegmetadatamodel.cpp" line="72"/> + <source>Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ffmpegmetadatamodel.cpp" line="73"/> + <source>Channels</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>FFmpeg Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Formats</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="61"/> + <source>Windows Media Audio</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="68"/> + <source>Monkey's Audio</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>True Audio</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="82"/> + <source>ALAC (Apple Lossless Audio Codec)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="89"/> + <source>ADTS AAC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="96"/> + <source>MP3 (MPEG audio layer 3)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="103"/> + <source>MPEG-4 AAC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="110"/> + <source>RealAudio 1.0/2.0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="117"/> + <source>Shorten</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/ffmpeg/translations/translations.qrc b/src/plugins/Input/ffmpeg/translations/translations.qrc index ff59bc48f..f52eb9abf 100644 --- a/src/plugins/Input/ffmpeg/translations/translations.qrc +++ b/src/plugins/Input/ffmpeg/translations/translations.qrc @@ -12,5 +12,6 @@ <file>ffmpeg_plugin_tr.qm</file> <file>ffmpeg_plugin_lt.qm</file> <file>ffmpeg_plugin_nl.qm</file> + <file>ffmpeg_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/flac/flac.pro b/src/plugins/Input/flac/flac.pro index 9e64acc31..8f1e177a3 100644 --- a/src/plugins/Input/flac/flac.pro +++ b/src/plugins/Input/flac/flac.pro @@ -34,7 +34,8 @@ TRANSLATIONS = translations/flac_plugin_ru.ts \ translations/flac_plugin_it.ts \ translations/flac_plugin_tr.ts \ translations/flac_plugin_lt.ts \ - translations/flac_plugin_nl.ts + translations/flac_plugin_nl.ts \ + translations/flac_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Input/flac/translations/flac_plugin_ja.ts b/src/plugins/Input/flac/translations/flac_plugin_ja.ts new file mode 100644 index 000000000..5af9f1195 --- /dev/null +++ b/src/plugins/Input/flac/translations/flac_plugin_ja.ts @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderFLACFactory</name> + <message> + <location filename="../decoderflacfactory.cpp" line="51"/> + <source>FLAC Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderflacfactory.cpp" line="53"/> + <source>FLAC Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderflacfactory.cpp" line="151"/> + <source>About FLAC Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderflacfactory.cpp" line="152"/> + <source>Qmmp FLAC Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderflacfactory.cpp" line="153"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FLACMetaDataModel</name> + <message> + <location filename="../flacmetadatamodel.cpp" line="81"/> + <source>Length</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../flacmetadatamodel.cpp" line="82"/> + <source>Sample rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../flacmetadatamodel.cpp" line="82"/> + <source>Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../flacmetadatamodel.cpp" line="83"/> + <source>Channels</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../flacmetadatamodel.cpp" line="84"/> + <source>Bitrate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../flacmetadatamodel.cpp" line="84"/> + <source>kbps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../flacmetadatamodel.cpp" line="86"/> + <source>File size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../flacmetadatamodel.cpp" line="86"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/flac/translations/translations.qrc b/src/plugins/Input/flac/translations/translations.qrc index 5a8e337b4..76daec185 100644 --- a/src/plugins/Input/flac/translations/translations.qrc +++ b/src/plugins/Input/flac/translations/translations.qrc @@ -12,5 +12,6 @@ <file>flac_plugin_tr.qm</file> <file>flac_plugin_lt.qm</file> <file>flac_plugin_nl.qm</file> + <file>flac_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/mad/mad.pro b/src/plugins/Input/mad/mad.pro index a8796279e..d2eeef21d 100644 --- a/src/plugins/Input/mad/mad.pro +++ b/src/plugins/Input/mad/mad.pro @@ -43,7 +43,8 @@ TRANSLATIONS = translations/mad_plugin_ru.ts \ translations/mad_plugin_tr.ts \ translations/mad_plugin_tr.ts \ translations/mad_plugin_lt.ts \ - translations/mad_plugin_nl.ts + translations/mad_plugin_nl.ts \ + translations/mad_plugin_ja.ts RESOURCES = translations/translations.qrc unix { diff --git a/src/plugins/Input/mad/translations/mad_plugin_ja.ts b/src/plugins/Input/mad/translations/mad_plugin_ja.ts new file mode 100644 index 000000000..2cdea05e2 --- /dev/null +++ b/src/plugins/Input/mad/translations/mad_plugin_ja.ts @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderMADFactory</name> + <message> + <location filename="../decodermadfactory.cpp" line="87"/> + <source>MPEG Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermadfactory.cpp" line="90"/> + <source>MPEG Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermadfactory.cpp" line="220"/> + <source>About MPEG Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermadfactory.cpp" line="221"/> + <source>Qmmp MPEG Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermadfactory.cpp" line="222"/> + <source>Compiled against libmad version:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermadfactory.cpp" line="226"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermadfactory.cpp" line="227"/> + <source>Source code based on mq3 progect</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MPEGMetaDataModel</name> + <message> + <location filename="../mpegmetadatamodel.cpp" line="70"/> + <source>Format</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="72"/> + <source>Bitrate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="72"/> + <source>kbps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="74"/> + <source>Sample rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="74"/> + <source>Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="78"/> + <location filename="../mpegmetadatamodel.cpp" line="81"/> + <location filename="../mpegmetadatamodel.cpp" line="84"/> + <location filename="../mpegmetadatamodel.cpp" line="87"/> + <source>Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="90"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="91"/> + <source>File size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="93"/> + <location filename="../mpegmetadatamodel.cpp" line="95"/> + <source>Protection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="93"/> + <location filename="../mpegmetadatamodel.cpp" line="97"/> + <location filename="../mpegmetadatamodel.cpp" line="101"/> + <source>Yes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="95"/> + <location filename="../mpegmetadatamodel.cpp" line="99"/> + <location filename="../mpegmetadatamodel.cpp" line="103"/> + <source>No</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="97"/> + <location filename="../mpegmetadatamodel.cpp" line="99"/> + <source>Copyright</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpegmetadatamodel.cpp" line="101"/> + <location filename="../mpegmetadatamodel.cpp" line="103"/> + <source>Original</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>MPEG Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Tag Priority</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>First:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="61"/> + <location filename="../settingsdialog.ui" line="110"/> + <location filename="../settingsdialog.ui" line="159"/> + <source>ID3v1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="66"/> + <location filename="../settingsdialog.ui" line="115"/> + <location filename="../settingsdialog.ui" line="164"/> + <source>ID3v2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="71"/> + <location filename="../settingsdialog.ui" line="120"/> + <location filename="../settingsdialog.ui" line="169"/> + <source>APE</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <location filename="../settingsdialog.ui" line="125"/> + <location filename="../settingsdialog.ui" line="174"/> + <source>Disabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="90"/> + <source>Second:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="139"/> + <source>Third:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="198"/> + <source>Encodings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="210"/> + <source>ID3v1 encoding:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="236"/> + <source>ID3v2 encoding:</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/mad/translations/translations.qrc b/src/plugins/Input/mad/translations/translations.qrc index ffc364fc2..cb2aa3fe4 100644 --- a/src/plugins/Input/mad/translations/translations.qrc +++ b/src/plugins/Input/mad/translations/translations.qrc @@ -12,5 +12,6 @@ <file>mad_plugin_tr.qm</file> <file>mad_plugin_lt.qm</file> <file>mad_plugin_nl.qm</file> + <file>mad_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/modplug/modplug.pro b/src/plugins/Input/modplug/modplug.pro index 68473c365..dce75885c 100644 --- a/src/plugins/Input/modplug/modplug.pro +++ b/src/plugins/Input/modplug/modplug.pro @@ -35,7 +35,8 @@ TRANSLATIONS = translations/modplug_plugin_cs.ts \ translations/modplug_plugin_it.ts \ translations/modplug_plugin_tr.ts \ translations/modplug_plugin_lt.ts \ - translations/modplug_plugin_nl.ts + translations/modplug_plugin_nl.ts \ + translations/modplug_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Input/modplug/translations/modplug_plugin_ja.ts b/src/plugins/Input/modplug/translations/modplug_plugin_ja.ts new file mode 100644 index 000000000..48f8d5230 --- /dev/null +++ b/src/plugins/Input/modplug/translations/modplug_plugin_ja.ts @@ -0,0 +1,341 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderModPlugFactory</name> + <message> + <location filename="../decodermodplugfactory.cpp" line="60"/> + <source>ModPlug Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermodplugfactory.cpp" line="64"/> + <source>ModPlug Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermodplugfactory.cpp" line="130"/> + <source>About ModPlug Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermodplugfactory.cpp" line="131"/> + <source>Qmmp ModPlug Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermodplugfactory.cpp" line="132"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermodplugfactory.cpp" line="133"/> + <source>Based on the Modplug Plugin for Xmms</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermodplugfactory.cpp" line="134"/> + <source>Modplug Plugin developers:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermodplugfactory.cpp" line="135"/> + <source>Olivier Lapicque <olivierl@jps.net></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermodplugfactory.cpp" line="136"/> + <source>Kenton Varda <temporal@gauge3d.org></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermodplugfactory.cpp" line="137"/> + <source>Konstanty Bialkowski <konstanty@ieee.org></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ModPlugMetaDataModel</name> + <message> + <location filename="../modplugmetadatamodel.cpp" line="71"/> + <source>File name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../modplugmetadatamodel.cpp" line="142"/> + <source>Type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../modplugmetadatamodel.cpp" line="147"/> + <source>Length</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../modplugmetadatamodel.cpp" line="148"/> + <source>Speed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../modplugmetadatamodel.cpp" line="149"/> + <source>Tempo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../modplugmetadatamodel.cpp" line="150"/> + <location filename="../modplugmetadatamodel.cpp" line="171"/> + <source>Samples</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../modplugmetadatamodel.cpp" line="151"/> + <location filename="../modplugmetadatamodel.cpp" line="180"/> + <source>Instruments</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../modplugmetadatamodel.cpp" line="152"/> + <source>Patterns</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../modplugmetadatamodel.cpp" line="153"/> + <source>Channels</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../modplugmetadatamodel.cpp" line="185"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>ModPlug Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="33"/> + <source>Quality</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Resolution</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="51"/> + <source>16 bit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="58"/> + <source>8 bit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="74"/> + <source>Channels</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="80"/> + <source>Stereo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="87"/> + <source>Mono (downmix)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="103"/> + <source>Resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="109"/> + <source>Nearest (fastest)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="116"/> + <source>Linear (fast)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="123"/> + <source>Spline (good quality)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="130"/> + <source>8-tap Fir (extremely high quality)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="146"/> + <source>Sampling Rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="152"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="159"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="166"/> + <source>22050 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="173"/> + <source>11025 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="184"/> + <source>Effects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="190"/> + <source>Reverb</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="202"/> + <location filename="../settingsdialog.ui" line="467"/> + <source>Depth (%)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="234"/> + <location filename="../settingsdialog.ui" line="368"/> + <location filename="../settingsdialog.ui" line="499"/> + <location filename="../settingsdialog.ui" line="618"/> + <source>0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="260"/> + <location filename="../settingsdialog.ui" line="519"/> + <source>Delay (ms)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="292"/> + <source>40</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="324"/> + <source>Bass Boost</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="336"/> + <source>Amount (%)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="394"/> + <source>Range (Hz)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="426"/> + <source>10</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="458"/> + <source>Surround</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="551"/> + <source>5</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="577"/> + <source>Preamp</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="586"/> + <source>Volume</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="656"/> + <source>Note: Setting the preamp +too high may cause clipping!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="671"/> + <source>Misc</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="677"/> + <source>General</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="683"/> + <source>Use filename as song title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="690"/> + <source>Noise reduction</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="700"/> + <source>Fast playlist info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="710"/> + <source>Play Amiga MOD</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="720"/> + <source>Looping</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="726"/> + <source>Don't loop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="733"/> + <source>Loop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="750"/> + <source>time(s)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="770"/> + <source>Loop forever</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/modplug/translations/translations.qrc b/src/plugins/Input/modplug/translations/translations.qrc index c6b059b57..a2f763786 100644 --- a/src/plugins/Input/modplug/translations/translations.qrc +++ b/src/plugins/Input/modplug/translations/translations.qrc @@ -12,5 +12,6 @@ <file>modplug_plugin_tr.qm</file> <file>modplug_plugin_lt.qm</file> <file>modplug_plugin_nl.qm</file> + <file>modplug_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/mpc/mpc.pro b/src/plugins/Input/mpc/mpc.pro index 8412a335a..92fbd9de5 100644 --- a/src/plugins/Input/mpc/mpc.pro +++ b/src/plugins/Input/mpc/mpc.pro @@ -30,7 +30,8 @@ TRANSLATIONS = translations/mpc_plugin_ru.ts \ translations/mpc_plugin_it.ts \ translations/mpc_plugin_tr.ts \ translations/mpc_plugin_lt.ts \ - translations/mpc_plugin_nl.ts + translations/mpc_plugin_nl.ts \ + translations/mpc_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty (LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Input/mpc/translations/mpc_plugin_ja.ts b/src/plugins/Input/mpc/translations/mpc_plugin_ja.ts new file mode 100644 index 000000000..7142cdb2d --- /dev/null +++ b/src/plugins/Input/mpc/translations/mpc_plugin_ja.ts @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderMPCFactory</name> + <message> + <location filename="../decodermpcfactory.cpp" line="47"/> + <source>Musepack Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermpcfactory.cpp" line="49"/> + <source>Musepack Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermpcfactory.cpp" line="109"/> + <source>About Musepack Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermpcfactory.cpp" line="110"/> + <source>Qmmp Musepack Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodermpcfactory.cpp" line="111"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MPCMetaDataModel</name> + <message> + <location filename="../mpcmetadatamodel.cpp" line="46"/> + <source>Length</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpcmetadatamodel.cpp" line="47"/> + <source>Sample rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpcmetadatamodel.cpp" line="47"/> + <source>Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpcmetadatamodel.cpp" line="48"/> + <source>Channels</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpcmetadatamodel.cpp" line="49"/> + <source>Bitrate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpcmetadatamodel.cpp" line="49"/> + <source>kbps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpcmetadatamodel.cpp" line="50"/> + <source>File size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mpcmetadatamodel.cpp" line="50"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/mpc/translations/translations.qrc b/src/plugins/Input/mpc/translations/translations.qrc index 8ab916773..62936dc0a 100644 --- a/src/plugins/Input/mpc/translations/translations.qrc +++ b/src/plugins/Input/mpc/translations/translations.qrc @@ -12,5 +12,6 @@ <file>mpc_plugin_tr.qm</file> <file>mpc_plugin_lt.qm</file> <file>mpc_plugin_nl.qm</file> + <file>mpc_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/sndfile/sndfile.pro b/src/plugins/Input/sndfile/sndfile.pro index e2ecddc57..16ee2dca3 100644 --- a/src/plugins/Input/sndfile/sndfile.pro +++ b/src/plugins/Input/sndfile/sndfile.pro @@ -28,7 +28,8 @@ TRANSLATIONS = translations/sndfile_plugin_cs.ts \ translations/sndfile_plugin_it.ts \ translations/sndfile_plugin_tr.ts \ translations/sndfile_plugin_lt.ts \ - ranslations/sndfile_plugin_nl.ts + translations/sndfile_plugin_nl.ts \ + translations/sndfile_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Input/sndfile/translations/sndfile_plugin_ja.ts b/src/plugins/Input/sndfile/translations/sndfile_plugin_ja.ts new file mode 100644 index 000000000..193d11f55 --- /dev/null +++ b/src/plugins/Input/sndfile/translations/sndfile_plugin_ja.ts @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderSndFileFactory</name> + <message> + <location filename="../decodersndfilefactory.cpp" line="66"/> + <source>Sndfile Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="68"/> + <source>PCM Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="132"/> + <source>About Sndfile Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="133"/> + <source>Qmmp Sndfile Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="134"/> + <source>Compiled against</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="135"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/sndfile/translations/translations.qrc b/src/plugins/Input/sndfile/translations/translations.qrc index 5b20ca4eb..920b98907 100644 --- a/src/plugins/Input/sndfile/translations/translations.qrc +++ b/src/plugins/Input/sndfile/translations/translations.qrc @@ -12,5 +12,6 @@ <file>sndfile_plugin_tr.qm</file> <file>sndfile_plugin_lt.qm</file> <file>sndfile_plugin_nl.qm</file> + <file>sndfile_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/vorbis/translations/translations.qrc b/src/plugins/Input/vorbis/translations/translations.qrc index 9113404d0..a9c8e10d5 100644 --- a/src/plugins/Input/vorbis/translations/translations.qrc +++ b/src/plugins/Input/vorbis/translations/translations.qrc @@ -12,5 +12,6 @@ <file>vorbis_plugin_tr.qm</file> <file>vorbis_plugin_lt.qm</file> <file>vorbis_plugin_nl.qm</file> + <file>vorbis_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_ja.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_ja.ts new file mode 100644 index 000000000..b444853ee --- /dev/null +++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_ja.ts @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderVorbisFactory</name> + <message> + <location filename="../decodervorbisfactory.cpp" line="50"/> + <source>Ogg Vorbis Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodervorbisfactory.cpp" line="53"/> + <source>Ogg Vorbis Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodervorbisfactory.cpp" line="124"/> + <source>About Ogg Vorbis Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodervorbisfactory.cpp" line="125"/> + <source>Qmmp Ogg Vorbis Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodervorbisfactory.cpp" line="126"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodervorbisfactory.cpp" line="127"/> + <source>Source code based on mq3 progect</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>VorbisMetaDataModel</name> + <message> + <location filename="../vorbismetadatamodel.cpp" line="49"/> + <source>Length</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../vorbismetadatamodel.cpp" line="50"/> + <source>Sample rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../vorbismetadatamodel.cpp" line="50"/> + <source>Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../vorbismetadatamodel.cpp" line="51"/> + <source>Channels</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../vorbismetadatamodel.cpp" line="52"/> + <source>Bitrate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../vorbismetadatamodel.cpp" line="52"/> + <source>kbps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../vorbismetadatamodel.cpp" line="53"/> + <source>File size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../vorbismetadatamodel.cpp" line="53"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/vorbis/vorbis.pro b/src/plugins/Input/vorbis/vorbis.pro index 9a5b84b9c..a99873cdd 100644 --- a/src/plugins/Input/vorbis/vorbis.pro +++ b/src/plugins/Input/vorbis/vorbis.pro @@ -33,7 +33,8 @@ TRANSLATIONS = translations/vorbis_plugin_ru.ts \ translations/vorbis_plugin_it.ts \ translations/vorbis_plugin_tr.ts \ translations/vorbis_plugin_lt.ts \ - translations/vorbis_plugin_nl.ts + translations/vorbis_plugin_nl.ts \ + translations/vorbis_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty (LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Input/wavpack/translations/translations.qrc b/src/plugins/Input/wavpack/translations/translations.qrc index 1171abcc1..62ecff6dc 100644 --- a/src/plugins/Input/wavpack/translations/translations.qrc +++ b/src/plugins/Input/wavpack/translations/translations.qrc @@ -12,5 +12,6 @@ <file>wavpack_plugin_tr.qm</file> <file>wavpack_plugin_lt.qm</file> <file>wavpack_plugin_nl.qm</file> + <file>wavpack_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/wavpack/translations/wavpack_plugin_ja.ts b/src/plugins/Input/wavpack/translations/wavpack_plugin_ja.ts new file mode 100644 index 000000000..fdcf883fb --- /dev/null +++ b/src/plugins/Input/wavpack/translations/wavpack_plugin_ja.ts @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderWavPackFactory</name> + <message> + <location filename="../decoderwavpackfactory.cpp" line="44"/> + <source>WavPack Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwavpackfactory.cpp" line="46"/> + <source>WavPack Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwavpackfactory.cpp" line="132"/> + <source>About WavPack Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwavpackfactory.cpp" line="133"/> + <source>Qmmp WavPack Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwavpackfactory.cpp" line="134"/> + <source>WavPack library version:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwavpackfactory.cpp" line="136"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>WavPackMetaDataModel</name> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="66"/> + <source>Length</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="67"/> + <source>Sample rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="67"/> + <source>Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="68"/> + <source>Channels</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="69"/> + <source>Bitrate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="69"/> + <source>kbps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="71"/> + <source>File size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="71"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="72"/> + <source>Ratio</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../wavpackmetadatamodel.cpp" line="73"/> + <source>Version</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/wavpack/wavpack.pro b/src/plugins/Input/wavpack/wavpack.pro index 74262f465..285c1013c 100644 --- a/src/plugins/Input/wavpack/wavpack.pro +++ b/src/plugins/Input/wavpack/wavpack.pro @@ -33,7 +33,8 @@ TRANSLATIONS = translations/wavpack_plugin_cs.ts \ translations/wavpack_plugin_it.ts \ translations/wavpack_plugin_tr.ts \ translations/wavpack_plugin_lt.ts \ - translations/wavpack_plugin_nl.ts + translations/wavpack_plugin_nl.ts \ + translations/wavpack_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty (LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Input/wildmidi/translations/translations.qrc b/src/plugins/Input/wildmidi/translations/translations.qrc index 8f57e673c..02431cada 100644 --- a/src/plugins/Input/wildmidi/translations/translations.qrc +++ b/src/plugins/Input/wildmidi/translations/translations.qrc @@ -12,5 +12,6 @@ <file>wildmidi_plugin_tr.qm</file> <file>wildmidi_plugin_lt.qm</file> <file>wildmidi_plugin_nl.qm</file> + <file>wildmidi_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Input/wildmidi/translations/wildmidi_plugin_ja.ts b/src/plugins/Input/wildmidi/translations/wildmidi_plugin_ja.ts new file mode 100644 index 000000000..d6ed4f993 --- /dev/null +++ b/src/plugins/Input/wildmidi/translations/wildmidi_plugin_ja.ts @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderWildMidiFactory</name> + <message> + <location filename="../decoderwildmidifactory.cpp" line="43"/> + <source>WildMidi Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="45"/> + <source>Midi Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="100"/> + <source>About WildMidi Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="101"/> + <source>Qmmp WildMidi Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="102"/> + <source>This plugin uses WildMidi library to play midi files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="103"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>WildMidi Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Instrument configuration: </source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="53"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="60"/> + <source>Enhanced resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="67"/> + <source>Reverberation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="35"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="36"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/wildmidi/wildmidi.pro b/src/plugins/Input/wildmidi/wildmidi.pro index 2d8a752ca..c450556fe 100644 --- a/src/plugins/Input/wildmidi/wildmidi.pro +++ b/src/plugins/Input/wildmidi/wildmidi.pro @@ -30,7 +30,8 @@ TRANSLATIONS = translations/wildmidi_plugin_it.ts \ translations/wildmidi_plugin_pl.ts \ translations/wildmidi_plugin_tr.ts \ translations/wildmidi_plugin_lt.ts \ - translations/wildmidi_plugin_nl.ts + translations/wildmidi_plugin_nl.ts \ + translations/wildmidi_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty (LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/Output/alsa/alsa.pro b/src/plugins/Output/alsa/alsa.pro index ee00359a8..75c902c8c 100644 --- a/src/plugins/Output/alsa/alsa.pro +++ b/src/plugins/Output/alsa/alsa.pro @@ -34,7 +34,8 @@ TRANSLATIONS = translations/alsa_plugin_ru.ts \ translations/alsa_plugin_it.ts \ translations/alsa_plugin_tr.ts \ translations/alsa_plugin_lt.ts \ - translations/alsa_plugin_nl.ts + translations/alsa_plugin_nl.ts \ + translations/alsa_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Output/alsa/translations/alsa_plugin_ja.ts b/src/plugins/Output/alsa/translations/alsa_plugin_ja.ts new file mode 100644 index 000000000..591c6eadf --- /dev/null +++ b/src/plugins/Output/alsa/translations/alsa_plugin_ja.ts @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>OutputALSAFactory</name> + <message> + <location filename="../outputalsafactory.cpp" line="31"/> + <source>ALSA Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputalsafactory.cpp" line="56"/> + <source>About ALSA Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputalsafactory.cpp" line="57"/> + <source>Qmmp ALSA Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputalsafactory.cpp" line="58"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>ALSA Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="33"/> + <source>Device Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Audio device</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="57"/> + <source>Mixer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="72"/> + <source>Mixer card:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="82"/> + <source>Mixer device:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="99"/> + <source>Advanced Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="111"/> + <source>Soundcard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="117"/> + <source>Buffer time (ms):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="153"/> + <source>Period time (ms):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="189"/> + <source>Use mmap access</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="209"/> + <source>Use snd_pcm_pause function</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/alsa/translations/translations.qrc b/src/plugins/Output/alsa/translations/translations.qrc index 7161cb1f5..3278ccc6a 100644 --- a/src/plugins/Output/alsa/translations/translations.qrc +++ b/src/plugins/Output/alsa/translations/translations.qrc @@ -12,5 +12,6 @@ <file>alsa_plugin_tr.qm</file> <file>alsa_plugin_lt.qm</file> <file>alsa_plugin_nl.qm</file> + <file>alsa_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Output/jack/jack.pro b/src/plugins/Output/jack/jack.pro index 2f7fc9551..0acdc05a5 100644 --- a/src/plugins/Output/jack/jack.pro +++ b/src/plugins/Output/jack/jack.pro @@ -32,7 +32,8 @@ TRANSLATIONS = translations/jack_plugin_ru.ts \ translations/jack_plugin_it.ts \ translations/jack_plugin_tr.ts \ translations/jack_plugin_lt.ts \ - translations/jack_plugin_nl.ts + translations/jack_plugin_nl.ts \ + translations/jack_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Output/jack/translations/jack_plugin_ja.ts b/src/plugins/Output/jack/translations/jack_plugin_ja.ts new file mode 100644 index 000000000..9266e98eb --- /dev/null +++ b/src/plugins/Output/jack/translations/jack_plugin_ja.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>OutputJACKFactory</name> + <message> + <location filename="../outputjackfactory.cpp" line="30"/> + <source>JACK Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputjackfactory.cpp" line="53"/> + <source>About Jack Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputjackfactory.cpp" line="54"/> + <source>Qmmp Jack Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputjackfactory.cpp" line="55"/> + <source>Writen by: Yuriy Zhuravlev <slalkerg@gmail.com></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/jack/translations/translations.qrc b/src/plugins/Output/jack/translations/translations.qrc index faae1486a..7fbebc838 100644 --- a/src/plugins/Output/jack/translations/translations.qrc +++ b/src/plugins/Output/jack/translations/translations.qrc @@ -12,5 +12,6 @@ <file>jack_plugin_tr.qm</file> <file>jack_plugin_lt.qm</file> <file>jack_plugin_nl.qm</file> + <file>jack_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Output/null/null.pro b/src/plugins/Output/null/null.pro index c2f5c35fd..35a279591 100644 --- a/src/plugins/Output/null/null.pro +++ b/src/plugins/Output/null/null.pro @@ -32,7 +32,8 @@ TRANSLATIONS = translations/null_plugin_cs.ts \ translations/null_plugin_it.ts \ translations/null_plugin_tr.ts \ translations/null_plugin_lt.ts \ - translations/null_plugin_nl.ts + translations/null_plugin_nl.ts \ + translations/null_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Output/null/translations/null_plugin_ja.ts b/src/plugins/Output/null/translations/null_plugin_ja.ts new file mode 100644 index 000000000..a77d33acd --- /dev/null +++ b/src/plugins/Output/null/translations/null_plugin_ja.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>OutputNullFactory</name> + <message> + <location filename="../outputnullfactory.cpp" line="30"/> + <source>Null Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputnullfactory.cpp" line="54"/> + <source>About Null Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputnullfactory.cpp" line="55"/> + <source>Qmmp Null Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputnullfactory.cpp" line="56"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/null/translations/translations.qrc b/src/plugins/Output/null/translations/translations.qrc index 565aeb91b..cdf5dc59b 100644 --- a/src/plugins/Output/null/translations/translations.qrc +++ b/src/plugins/Output/null/translations/translations.qrc @@ -12,5 +12,6 @@ <file>null_plugin_lt.qm</file> <file>null_plugin_pl.qm</file> <file>null_plugin_nl.qm</file> + <file>null_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Output/oss/oss.pro b/src/plugins/Output/oss/oss.pro index 9d924cebd..f84480a5d 100644 --- a/src/plugins/Output/oss/oss.pro +++ b/src/plugins/Output/oss/oss.pro @@ -36,7 +36,8 @@ TRANSLATIONS = translations/oss_plugin_cs.ts \ translations/oss_plugin_it.ts \ translations/oss_plugin_tr.ts \ translations/oss_plugin_lt.ts \ - translations/oss_plugin_nl.ts + translations/oss_plugin_nl.ts \ + translations/oss_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ diff --git a/src/plugins/Output/oss/translations/oss_plugin_ja.ts b/src/plugins/Output/oss/translations/oss_plugin_ja.ts new file mode 100644 index 000000000..a86822243 --- /dev/null +++ b/src/plugins/Output/oss/translations/oss_plugin_ja.ts @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>OutputOSSFactory</name> + <message> + <location filename="../outputossfactory.cpp" line="36"/> + <source>OSS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputossfactory.cpp" line="56"/> + <source>About OSS Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputossfactory.cpp" line="57"/> + <source>Qmmp OSS Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputossfactory.cpp" line="58"/> + <source>Writen by: Yuriy Zhuravlev <slalkerg@gmail.com></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputossfactory.cpp" line="59"/> + <source>Based on code by: Brad Hughes <bhughes@trolltech.com></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>OSS Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="30"/> + <source>Device Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>Audio device</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="58"/> + <source>Mixer device</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="81"/> + <source>Advanced Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Soundcard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="157"/> + <source>Buffer time (ms):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="167"/> + <source>Period time (ms):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="197"/> + <source>PCM over Master</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="224"/> + <source>Cancel</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="231"/> + <source>OK</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/oss/translations/translations.qrc b/src/plugins/Output/oss/translations/translations.qrc index c637bda6a..4d209ff19 100644 --- a/src/plugins/Output/oss/translations/translations.qrc +++ b/src/plugins/Output/oss/translations/translations.qrc @@ -12,5 +12,6 @@ <file>oss_plugin_tr.qm</file> <file>oss_plugin_lt.qm</file> <file>oss_plugin_nl.qm</file> + <file>oss_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Output/pulseaudio/pulseaudio.pro b/src/plugins/Output/pulseaudio/pulseaudio.pro index df70553c3..42e7eaa94 100644 --- a/src/plugins/Output/pulseaudio/pulseaudio.pro +++ b/src/plugins/Output/pulseaudio/pulseaudio.pro @@ -34,7 +34,8 @@ TRANSLATIONS = translations/pulseaudio_plugin_cs.ts \ translations/pulseaudio_plugin_it.ts \ translations/pulseaudio_plugin_tr.ts \ translations/pulseaudio_plugin_lt.ts \ - translations/pulseaudio_plugin_nl.ts + translations/pulseaudio_plugin_nl.ts \ + translations/pulseaudio_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_ja.ts b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_ja.ts new file mode 100644 index 000000000..bf05a5901 --- /dev/null +++ b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_ja.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>OutputPulseAudioFactory</name> + <message> + <location filename="../outputpulseaudiofactory.cpp" line="30"/> + <source>PulseAudio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputpulseaudiofactory.cpp" line="54"/> + <source>About PulseAudio Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputpulseaudiofactory.cpp" line="55"/> + <source>Qmmp PulseAudio Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputpulseaudiofactory.cpp" line="56"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/pulseaudio/translations/translations.qrc b/src/plugins/Output/pulseaudio/translations/translations.qrc index 9a45926c1..ded4b393b 100644 --- a/src/plugins/Output/pulseaudio/translations/translations.qrc +++ b/src/plugins/Output/pulseaudio/translations/translations.qrc @@ -12,5 +12,6 @@ <file>pulseaudio_plugin_lt.qm</file> <file>pulseaudio_plugin_pl.qm</file> <file>pulseaudio_plugin_nl.qm</file> + <file>pulseaudio_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Output/waveout/translations/translations.qrc b/src/plugins/Output/waveout/translations/translations.qrc index 8bf12c207..9e6fd2f0e 100644 --- a/src/plugins/Output/waveout/translations/translations.qrc +++ b/src/plugins/Output/waveout/translations/translations.qrc @@ -11,5 +11,6 @@ <file>waveout_plugin_tr.qm</file> <file>waveout_plugin_lt.qm</file> <file>waveout_plugin_nl.qm</file> + <file>waveout_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_ja.ts b/src/plugins/Output/waveout/translations/waveout_plugin_ja.ts new file mode 100644 index 000000000..2cef0a1d9 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_ja.ts @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>OutputWaveOutFactory</name> + <message> + <location filename="../outputwaveoutfactory.cpp" line="30"/> + <source>WaveOut Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="54"/> + <source>About WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="55"/> + <source>Qmmp WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="56"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="57"/> + <source>Based on aacDECdrop player</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/waveout/waveout.pro b/src/plugins/Output/waveout/waveout.pro index 1532cb7e5..7383b17c7 100644 --- a/src/plugins/Output/waveout/waveout.pro +++ b/src/plugins/Output/waveout/waveout.pro @@ -32,7 +32,8 @@ TRANSLATIONS = translations/waveout_plugin_cs.ts \ translations/waveout_plugin_it.ts \ translations/waveout_plugin_tr.ts \ translations/waveout_plugin_lt.ts \ - translations/waveout_plugin_nl.ts + translations/waveout_plugin_nl.ts \ + translations/waveout_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Transports/http/http.pro b/src/plugins/Transports/http/http.pro index d67679a86..8ff13ecdb 100644 --- a/src/plugins/Transports/http/http.pro +++ b/src/plugins/Transports/http/http.pro @@ -50,6 +50,7 @@ TRANSLATIONS = translations/http_plugin_ru.ts \ translations/http_plugin_it.ts \ translations/http_plugin_tr.ts \ translations/http_plugin_lt.ts \ - translations/http_plugin_nl.ts + translations/http_plugin_nl.ts \ + translations/http_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Transports/http/translations/http_plugin_ja.ts b/src/plugins/Transports/http/translations/http_plugin_ja.ts new file mode 100644 index 000000000..200d54d19 --- /dev/null +++ b/src/plugins/Transports/http/translations/http_plugin_ja.ts @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>HTTPInputFactory</name> + <message> + <location filename="../httpinputfactory.cpp" line="34"/> + <source>HTTP Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../httpinputfactory.cpp" line="54"/> + <source>About HTTP Transport Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../httpinputfactory.cpp" line="55"/> + <source>Qmmp HTTP Transport Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../httpinputfactory.cpp" line="56"/> + <source>Compiled against libcurl-%1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../httpinputfactory.cpp" line="57"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>HTTP Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Buffer size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="64"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="78"/> + <source>Metadata encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="84"/> + <source>Automatic charset detection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="94"/> + <source>Language:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="114"/> + <source>Default encoding:</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Transports/http/translations/translations.qrc b/src/plugins/Transports/http/translations/translations.qrc index 415697d46..956256acc 100644 --- a/src/plugins/Transports/http/translations/translations.qrc +++ b/src/plugins/Transports/http/translations/translations.qrc @@ -12,5 +12,6 @@ <file>http_plugin_tr.qm</file> <file>http_plugin_lt.qm</file> <file>http_plugin_nl.qm</file> + <file>http_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Transports/mms/mms.pro b/src/plugins/Transports/mms/mms.pro index 6dc515914..af7d5a29f 100644 --- a/src/plugins/Transports/mms/mms.pro +++ b/src/plugins/Transports/mms/mms.pro @@ -40,7 +40,8 @@ TRANSLATIONS = translations/mms_plugin_ru.ts \ translations/mms_plugin_it.ts \ translations/mms_plugin_tr.ts \ translations/mms_plugin_lt.ts \ - translations/mms_plugin_nl.ts + translations/mms_plugin_nl.ts \ + translations/mms_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/Transports/mms/translations/mms_plugin_ja.ts b/src/plugins/Transports/mms/translations/mms_plugin_ja.ts new file mode 100644 index 000000000..4c06b0275 --- /dev/null +++ b/src/plugins/Transports/mms/translations/mms_plugin_ja.ts @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>MMSInputFactory</name> + <message> + <location filename="../mmsinputfactory.cpp" line="34"/> + <source>MMS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mmsinputfactory.cpp" line="54"/> + <source>About MMS Transport Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mmsinputfactory.cpp" line="55"/> + <source>Qmmp MMS Transport Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mmsinputfactory.cpp" line="56"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>MMS Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Buffer size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="64"/> + <source>KB</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Transports/mms/translations/translations.qrc b/src/plugins/Transports/mms/translations/translations.qrc index 0e9a87f93..de38e6418 100644 --- a/src/plugins/Transports/mms/translations/translations.qrc +++ b/src/plugins/Transports/mms/translations/translations.qrc @@ -12,5 +12,6 @@ <file>mms_plugin_tr.qm</file> <file>mms_plugin_lt.qm</file> <file>mms_plugin_nl.qm</file> + <file>mms_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Visual/analyzer/analyzer.pro b/src/plugins/Visual/analyzer/analyzer.pro index 0dafa8b8e..8e50faf43 100644 --- a/src/plugins/Visual/analyzer/analyzer.pro +++ b/src/plugins/Visual/analyzer/analyzer.pro @@ -38,7 +38,8 @@ TRANSLATIONS = translations/analyzer_plugin_cs.ts \ translations/analyzer_plugin_it.ts \ translations/analyzer_plugin_tr.ts \ translations/analyzer_plugin_lt.ts \ - translations/analyzer_plugin_nl.ts + translations/analyzer_plugin_nl.ts \ + translations/analyzer_plugin_ja.ts RESOURCES = translations/translations.qrc unix{ diff --git a/src/plugins/Visual/analyzer/translations/analyzer_plugin_ja.ts b/src/plugins/Visual/analyzer/translations/analyzer_plugin_ja.ts new file mode 100644 index 000000000..01d7b9304 --- /dev/null +++ b/src/plugins/Visual/analyzer/translations/analyzer_plugin_ja.ts @@ -0,0 +1,148 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>Analyzer</name> + <message> + <location filename="../analyzer.cpp" line="48"/> + <source>Qmmp Analyzer</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>Analyzer Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="25"/> + <source>General</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="34"/> + <source>Show peaks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>Analyzer falloff:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <location filename="../settingsdialog.ui" line="97"/> + <source>Slowest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="60"/> + <location filename="../settingsdialog.ui" line="102"/> + <source>Slow</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="65"/> + <location filename="../settingsdialog.ui" line="107"/> + <source>Medium</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="70"/> + <location filename="../settingsdialog.ui" line="112"/> + <source>Fast</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <location filename="../settingsdialog.ui" line="117"/> + <source>Fastest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="83"/> + <source>Peaks falloff:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="125"/> + <source>Refresh rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="139"/> + <source>50 FPS</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="144"/> + <source>25 FPS</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="149"/> + <source>10 FPS</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="154"/> + <source>5 FPS</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="171"/> + <source>Colors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="177"/> + <source>Peaks:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="203"/> + <source>Analyzer #1:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="229"/> + <source>Background:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="255"/> + <source>Analyzer #2:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="294"/> + <source>Analyzer #3:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>VisualAnalyzerFactory</name> + <message> + <location filename="../visualanalyzerfactory.cpp" line="30"/> + <source>Analyzer Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualanalyzerfactory.cpp" line="49"/> + <source>About Analyzer Visual Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualanalyzerfactory.cpp" line="50"/> + <source>Qmmp Analyzer Visual Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualanalyzerfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Visual/analyzer/translations/translations.qrc b/src/plugins/Visual/analyzer/translations/translations.qrc index 9f75888fb..f41bf68d1 100644 --- a/src/plugins/Visual/analyzer/translations/translations.qrc +++ b/src/plugins/Visual/analyzer/translations/translations.qrc @@ -12,5 +12,6 @@ <file>analyzer_plugin_tr.qm</file> <file>analyzer_plugin_lt.qm</file> <file>analyzer_plugin_nl.qm</file> + <file>analyzer_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/Visual/projectm/projectm.pro b/src/plugins/Visual/projectm/projectm.pro index 3910ed188..8ce41378d 100644 --- a/src/plugins/Visual/projectm/projectm.pro +++ b/src/plugins/Visual/projectm/projectm.pro @@ -35,7 +35,8 @@ TRANSLATIONS = translations/projectm_plugin_cs.ts \ translations/projectm_plugin_it.ts \ translations/projectm_plugin_tr.ts \ translations/projectm_plugin_lt.ts \ - translations/projectm_plugin_nl.ts + translations/projectm_plugin_nl.ts \ + translations/projectm_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/Visual/projectm/translations/projectm_plugin_ja.ts b/src/plugins/Visual/projectm/translations/projectm_plugin_ja.ts new file mode 100644 index 000000000..e6ab0312f --- /dev/null +++ b/src/plugins/Visual/projectm/translations/projectm_plugin_ja.ts @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>ProjectMPlugin</name> + <message> + <location filename="../projectmplugin.cpp" line="40"/> + <source>ProjectM</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ProjectMWidget</name> + <message> + <location filename="../projectmwidget.cpp" line="134"/> + <source>&Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="134"/> + <source>F1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="135"/> + <source>&Show Song Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="135"/> + <source>F2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="136"/> + <source>&Show Preset Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="136"/> + <source>F3</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="138"/> + <source>&Next Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="138"/> + <source>N</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="139"/> + <source>&Previous Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="139"/> + <source>P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="140"/> + <source>&Random Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="140"/> + <source>R</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="141"/> + <source>&Lock Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="141"/> + <source>L</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="143"/> + <source>&Fullscreen</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../projectmwidget.cpp" line="143"/> + <source>F</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>VisualProjectMFactory</name> + <message> + <location filename="../visualprojectmfactory.cpp" line="29"/> + <source>ProjectM</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="49"/> + <source>About ProjectM Visual Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="50"/> + <source>Qmmp ProjectM Visual Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="51"/> + <source>This plugin adds projectM visualization</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../visualprojectmfactory.cpp" line="53"/> + <source>Based on llibrojectM-qt library</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Visual/projectm/translations/translations.qrc b/src/plugins/Visual/projectm/translations/translations.qrc index d6c47baf0..4652db9bd 100644 --- a/src/plugins/Visual/projectm/translations/translations.qrc +++ b/src/plugins/Visual/projectm/translations/translations.qrc @@ -12,5 +12,6 @@ <file>projectm_plugin_lt.qm</file> <file>projectm_plugin_pl.qm</file> <file>projectm_plugin_nl.qm</file> + <file>projectm_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 7a4e74722..7b32a0528 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -74,7 +74,8 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \ translations/libqmmpui_it.ts \ translations/libqmmpui_lt.ts \ translations/libqmmpui_pl.ts \ - translations/libqmmpui_nl.ts + translations/libqmmpui_nl.ts \ + translations/libqmmpui_ja.ts unix { devel.files += abstractplaylistitem.h \ generalfactory.h \ diff --git a/src/qmmpui/translations/libqmmpui_ja.ts b/src/qmmpui/translations/libqmmpui_ja.ts new file mode 100644 index 000000000..bb53f1e57 --- /dev/null +++ b/src/qmmpui/translations/libqmmpui_ja.ts @@ -0,0 +1,250 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DetailsDialog</name> + <message> + <location filename="../detailsdialog.ui" line="14"/> + <source>Details</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.ui" line="46"/> + <source>Summary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.ui" line="55"/> + <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.cpp" line="81"/> + <source>Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.cpp" line="82"/> + <source>Artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.cpp" line="83"/> + <source>Album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.cpp" line="84"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.cpp" line="85"/> + <source>Genre</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.cpp" line="86"/> + <source>Composer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.cpp" line="88"/> + <source>Year</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.cpp" line="90"/> + <source>Track</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../detailsdialog.cpp" line="92"/> + <source>Disc number</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PlayListManager</name> + <message> + <location filename="../playlistmanager.cpp" line="115"/> + <location filename="../playlistmanager.cpp" line="350"/> + <source>Playlist</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>QtFileDialogFactory</name> + <message> + <location filename="../qtfiledialog.cpp" line="33"/> + <source>Qt File Dialog</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>TagEditor</name> + <message> + <location filename="../tageditor.ui" line="14"/> + <source>Tag Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="38"/> + <source>Title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="64"/> + <source>Artist:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="90"/> + <source>Album:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="113"/> + <source>Composer:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="133"/> + <source>Genre:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="163"/> + <source>Track:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> + <source>?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="197"/> + <source>Year:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="244"/> + <source>Disc number:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="269"/> + <source>Comment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="291"/> + <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../tageditor.ui" line="305"/> + <source>Include selected tag in file</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>TemplateEditor</name> + <message> + <location filename="../templateeditor.ui" line="14"/> + <source>Template Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.ui" line="39"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.ui" line="46"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="50"/> + <source>Artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="51"/> + <source>Album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="52"/> + <source>Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="53"/> + <source>Track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="54"/> + <source>Two-digit track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="55"/> + <source>Genre</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="56"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="57"/> + <source>Composer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="58"/> + <source>Duration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="59"/> + <source>Disc number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="60"/> + <source>File name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="61"/> + <source>File path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="62"/> + <source>Year</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../templateeditor.cpp" line="63"/> + <source>Condition</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/qmmpui/translations/libqmmpui_locales.qrc b/src/qmmpui/translations/libqmmpui_locales.qrc index 997edc42b..43db1b29e 100644 --- a/src/qmmpui/translations/libqmmpui_locales.qrc +++ b/src/qmmpui/translations/libqmmpui_locales.qrc @@ -13,5 +13,6 @@ <file>libqmmpui_it.qm</file> <file>libqmmpui_lt.qm</file> <file>libqmmpui_nl.qm</file> + <file>libqmmpui_ja.qm</file> </qresource> </RCC> diff --git a/src/ui/stuff.qrc b/src/ui/stuff.qrc index 218579289..ee195037a 100644 --- a/src/ui/stuff.qrc +++ b/src/ui/stuff.qrc @@ -58,6 +58,11 @@ <file>txt/translators_nl.txt</file> <file>txt/description_nl.txt</file> + <!-- <file>txt/authors_ja.txt</file> + <file>txt/thanks_ja.txt</file> + <file>txt/translators_ja.txt</file> + <file>txt/description_ja.txt</file> --> + <file>default/balance.png</file> <file>default/eqmain.png</file> <file>default/numbers.png</file> diff --git a/src/ui/translations/qmmp_ja.ts b/src/ui/translations/qmmp_ja.ts new file mode 100644 index 000000000..9ac2a95ca --- /dev/null +++ b/src/ui/translations/qmmp_ja.ts @@ -0,0 +1,1659 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>AboutDialog</name> + <message> + <location filename="../forms/aboutdialog.ui" line="14"/> + <source>About Qmmp</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/aboutdialog.ui" line="40"/> + <source>About</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/aboutdialog.ui" line="54"/> + <source>Authors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/aboutdialog.ui" line="68"/> + <source>Translators</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/aboutdialog.ui" line="82"/> + <source>Thanks To</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/aboutdialog.ui" line="96"/> + <source>License Agreement</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="61"/> + <source>:/txt/authors_en.txt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="62"/> + <source>:/txt/thanks_en.txt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="63"/> + <source>:/txt/translators_en.txt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="81"/> + <source>Qt-based Multimedia Player (Qmmp)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="82"/> + <source>Version:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="83"/> + <source>:txt/description_en.txt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="84"/> + <source>Input plugins:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="93"/> + <source>Output plugins:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="102"/> + <source>Visual plugins:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="111"/> + <source>Effect plugins:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../aboutdialog.cpp" line="120"/> + <source>General plugins:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>AddUrlDialog</name> + <message> + <location filename="../forms/addurldialog.ui" line="13"/> + <source>Enter URL to add</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/addurldialog.ui" line="51"/> + <source>&Add</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/addurldialog.ui" line="58"/> + <source>&Cancel</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../addurldialog.cpp" line="117"/> + <source>Error</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>BuiltinCommandLineOption</name> + <message> + <location filename="../builtincommandlineoption.cpp" line="57"/> + <source>Start playing current song</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="58"/> + <source>Pause current song</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="59"/> + <source>Pause if playing, play otherwise</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="60"/> + <source>Stop current song</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="61"/> + <source>Display Jump to File dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="62"/> + <source>Set playback volume (example: qmmp --volume 20)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="63"/> + <source>Skip forward in playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="64"/> + <source>Skip backwards in playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="65"/> + <source>Show/hide application</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="66"/> + <source>Display Add File dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../builtincommandlineoption.cpp" line="67"/> + <source>Display Add Directory dialog</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ConfigDialog</name> + <message> + <location filename="../forms/configdialog.ui" line="14"/> + <source>Qmmp Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="98"/> + <source>Appearance</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="107"/> + <location filename="../forms/configdialog.ui" line="454"/> + <source>Playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="116"/> + <source>Plugins</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="125"/> + <source>Advanced</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="134"/> + <source>Connectivity</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="143"/> + <location filename="../forms/configdialog.ui" line="1105"/> + <source>Audio</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="175"/> + <source>Skins</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="206"/> + <source>Add...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="219"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="240"/> + <source>Miscellaneous</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="246"/> + <source>View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="252"/> + <source>Hide on close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="259"/> + <source>Start hidden</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="266"/> + <source>Use skin cursors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="282"/> + <source>Fonts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="300"/> + <source>Player:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="322"/> + <location filename="../forms/configdialog.ui" line="370"/> + <source>???</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="329"/> + <location filename="../forms/configdialog.ui" line="377"/> + <location filename="../forms/configdialog.ui" line="543"/> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="348"/> + <source>Playlist:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="384"/> + <source>Use bitmap font if available</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="394"/> + <source>Transparency</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="400"/> + <source>Main window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="423"/> + <location filename="../forms/configdialog.ui" line="447"/> + <location filename="../forms/configdialog.ui" line="471"/> + <source>0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="430"/> + <source>Equalizer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="502"/> + <source>Metadata</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="514"/> + <source>Load metadata from files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="524"/> + <source>Song Display</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="530"/> + <source>Title format:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="550"/> + <source>Convert underscores to blanks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="557"/> + <source>Convert %20 to blanks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="564"/> + <source>Show protocol</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="571"/> + <source>Show song numbers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="578"/> + <source>Show playlists</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="587"/> + <source>Show popup information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="597"/> + <source>Customize</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="660"/> + <location filename="../forms/configdialog.ui" line="1121"/> + <source>Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="673"/> + <location filename="../forms/configdialog.ui" line="735"/> + <location filename="../forms/configdialog.ui" line="1128"/> + <source>Information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="709"/> + <source>Description</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="714"/> + <source>Filename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="726"/> + <source>File Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="758"/> + <source>Cover Image Retrieve</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="764"/> + <source>Use separate image files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="774"/> + <source>Include files:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="784"/> + <source>Exclude files:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="796"/> + <source>Recursive search depth:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="841"/> + <source>Playback</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="847"/> + <source>Continue playback on startup</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="873"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="885"/> + <source>Enable proxy usage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="892"/> + <source>Proxy host name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="905"/> + <source>Proxy port:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="918"/> + <source>Use authentication with proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="925"/> + <source>Proxy user name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="938"/> + <source>Proxy password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="975"/> + <source>Replay Gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="981"/> + <source>Replay Gain mode:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="998"/> + <source>Preamp:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="1030"/> + <location filename="../forms/configdialog.ui" line="1075"/> + <source>dB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="1043"/> + <source>Default gain:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="1095"/> + <source>Use peak info to prevent clipping</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="1111"/> + <source>Output:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="1151"/> + <source>Use software volume control</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/configdialog.ui" line="1158"/> + <source>16-bit output</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="71"/> + <source>Track</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="72"/> + <location filename="../configdialog.cpp" line="383"/> + <source>Album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="73"/> + <source>Disabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="195"/> + <source>Archived skin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="215"/> + <source>Unarchived skin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="228"/> + <source>Transports</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="239"/> + <source>Decoders</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="249"/> + <source>Engines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="259"/> + <source>Effects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="269"/> + <source>Visualization</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="279"/> + <source>General</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="382"/> + <source>Artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="384"/> + <source>Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="385"/> + <source>Track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="386"/> + <source>Two-digit track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="387"/> + <source>Genre</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="388"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="389"/> + <source>Composer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="390"/> + <source>Disc number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="391"/> + <source>File name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="392"/> + <source>File path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="393"/> + <source>Year</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="394"/> + <source>Condition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="473"/> + <source>Select Skin Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../configdialog.cpp" line="474"/> + <source>Skin files</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>EqWidget</name> + <message> + <location filename="../eqwidget.cpp" line="153"/> + <location filename="../eqwidget.cpp" line="176"/> + <source>preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../eqwidget.cpp" line="260"/> + <source>&Load/Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../eqwidget.cpp" line="262"/> + <source>&Save Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../eqwidget.cpp" line="264"/> + <source>&Save Auto-load Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../eqwidget.cpp" line="266"/> + <source>&Import</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../eqwidget.cpp" line="269"/> + <source>&Clear</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../eqwidget.cpp" line="298"/> + <source>Saving Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../eqwidget.cpp" line="299"/> + <source>Preset name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../eqwidget.cpp" line="300"/> + <source>preset #</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../eqwidget.cpp" line="391"/> + <source>Import Preset</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>JumpToTrackDialog</name> + <message> + <location filename="../forms/jumptotrackdialog.ui" line="14"/> + <source>Jump To Track</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/jumptotrackdialog.ui" line="37"/> + <source>Filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/jumptotrackdialog.ui" line="70"/> + <location filename="../jumptotrackdialog.cpp" line="86"/> + <location filename="../jumptotrackdialog.cpp" line="137"/> + <source>Queue</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/jumptotrackdialog.ui" line="83"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/jumptotrackdialog.ui" line="96"/> + <source>Jump To</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../jumptotrackdialog.cpp" line="53"/> + <source>Q</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../jumptotrackdialog.cpp" line="54"/> + <source>J</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../jumptotrackdialog.cpp" line="55"/> + <source>F5</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../jumptotrackdialog.cpp" line="84"/> + <location filename="../jumptotrackdialog.cpp" line="135"/> + <source>Unqueue</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MainDisplay</name> + <message> + <location filename="../display.cpp" line="56"/> + <source>Previous</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="60"/> + <source>Play</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="63"/> + <source>Pause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="66"/> + <source>Stop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="69"/> + <source>Next</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="72"/> + <source>Add file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="80"/> + <source>Equalizer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="83"/> + <source>Playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="88"/> + <source>Repeat playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="91"/> + <source>Shuffle</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="102"/> + <source>Volume</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../display.cpp" line="106"/> + <source>Balance</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MainVisual</name> + <message> + <location filename="../mainvisual.cpp" line="283"/> + <source>Visualization Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="286"/> + <source>Analyzer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="287"/> + <source>Scope</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="288"/> + <source>Off</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="295"/> + <source>Analyzer Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="298"/> + <source>Normal</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="299"/> + <source>Fire</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="300"/> + <source>Vertical Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="301"/> + <source>Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="302"/> + <source>Bars</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="315"/> + <source>Peaks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="319"/> + <source>Refresh Rate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="322"/> + <source>50 fps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="323"/> + <source>25 fps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="324"/> + <source>10 fps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="325"/> + <source>5 fps</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="332"/> + <source>Analyzer Falloff</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="335"/> + <location filename="../mainvisual.cpp" line="349"/> + <source>Slowest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="336"/> + <location filename="../mainvisual.cpp" line="350"/> + <source>Slow</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="337"/> + <location filename="../mainvisual.cpp" line="351"/> + <source>Medium</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="338"/> + <location filename="../mainvisual.cpp" line="352"/> + <source>Fast</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="339"/> + <location filename="../mainvisual.cpp" line="353"/> + <source>Fastest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="346"/> + <source>Peaks Falloff</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="359"/> + <source>Background</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainvisual.cpp" line="360"/> + <source>Transparent</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>MainWindow</name> + <message> + <location filename="../mainwindow.cpp" line="258"/> + <source>Choose a directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="264"/> + <source>All Supported Bitstreams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="269"/> + <source>Select one or more files to open</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="417"/> + <source>&Play</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="418"/> + <source>X</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="419"/> + <source>&Pause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="420"/> + <source>C</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="421"/> + <source>&Stop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="422"/> + <source>V</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="423"/> + <source>&Previous</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="424"/> + <source>Z</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="425"/> + <source>&Next</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="426"/> + <source>B</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="427"/> + <source>&Play/Pause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="427"/> + <source>Space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="429"/> + <source>&Repeat Playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="430"/> + <source>&Repeat Track</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="431"/> + <source>&Shuffle</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="435"/> + <source>R</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="436"/> + <source>Ctrl+R</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="437"/> + <source>S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="445"/> + <source>&Jump To File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="446"/> + <source>J</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="451"/> + <source>Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="453"/> + <source>&Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="454"/> + <source>Ctrl+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="456"/> + <source>&About</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="457"/> + <source>&About Qt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="460"/> + <source>&Exit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="461"/> + <source>Ctrl+Q</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="505"/> + <location filename="../mainwindow.cpp" line="531"/> + <source>Playlist Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="507"/> + <source>Open Playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mainwindow.cpp" line="532"/> + <source>Save Playlist</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PlayList</name> + <message> + <location filename="../playlist.cpp" line="183"/> + <source>&Add File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="184"/> + <source>F</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="189"/> + <source>&Add Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="190"/> + <source>D</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="195"/> + <source>&Add Url</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="196"/> + <source>U</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="202"/> + <source>&Remove Selected</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="203"/> + <source>Del</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="208"/> + <source>&Remove All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="214"/> + <source>&Remove Unselected</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="219"/> + <source>Remove unavailable files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="221"/> + <source>Remove duplicates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="225"/> + <source>&View Track Details</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="226"/> + <source>Alt+I</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="234"/> + <source>Sort List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="237"/> + <location filename="../playlist.cpp" line="272"/> + <source>By Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="241"/> + <location filename="../playlist.cpp" line="276"/> + <source>By Album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="245"/> + <location filename="../playlist.cpp" line="280"/> + <source>By Artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="249"/> + <location filename="../playlist.cpp" line="284"/> + <source>By Filename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="253"/> + <location filename="../playlist.cpp" line="288"/> + <source>By Path + Filename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="257"/> + <location filename="../playlist.cpp" line="292"/> + <source>By Date</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="261"/> + <location filename="../playlist.cpp" line="296"/> + <source>By Track Number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="269"/> + <source>Sort Selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="305"/> + <source>Randomize List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="307"/> + <source>Reverse List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="313"/> + <source>Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="316"/> + <source>&Queue</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="316"/> + <source>Q</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="317"/> + <source>&Stop after track</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="317"/> + <source>Ctrl+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="321"/> + <source>Invert Selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="327"/> + <source>&Select None</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="328"/> + <source>Shift+A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="333"/> + <source>&Select All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="334"/> + <source>Ctrl+A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="340"/> + <source>&New List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="341"/> + <source>Ctrl+T</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="345"/> + <source>&Delete List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="346"/> + <source>Ctrl+W</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="352"/> + <source>&Load List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="353"/> + <source>O</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="358"/> + <source>&Save List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="359"/> + <source>Shift+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="366"/> + <source>&Select Next Playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="367"/> + <source>Ctrl+PgDown</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="373"/> + <source>&Select Previous Playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="374"/> + <source>Ctrl+PgUp</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="380"/> + <source>&Show Playlists</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlist.cpp" line="381"/> + <source>P</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PlayListBrowser</name> + <message> + <location filename="../forms/playlistbrowser.ui" line="14"/> + <source>Playlist Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/playlistbrowser.ui" line="45"/> + <source>New</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/playlistbrowser.ui" line="52"/> + <location filename="../playlistbrowser.cpp" line="39"/> + <source>Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/playlistbrowser.ui" line="69"/> + <location filename="../forms/playlistbrowser.ui" line="76"/> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistbrowser.cpp" line="38"/> + <source>Rename</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PlayListSelector</name> + <message> + <location filename="../playlistselector.cpp" line="51"/> + <source>&Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistselector.cpp" line="52"/> + <source>&Save As...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistselector.cpp" line="54"/> + <source>Rename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistselector.cpp" line="55"/> + <source>&Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistselector.cpp" line="111"/> + <source>Rename Playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistselector.cpp" line="111"/> + <source>Playlist name:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PopupSettings</name> + <message> + <location filename="../forms/popupsettings.ui" line="14"/> + <source>Popup Information Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/popupsettings.ui" line="29"/> + <source>Template</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/popupsettings.ui" line="58"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/popupsettings.ui" line="65"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/popupsettings.ui" line="75"/> + <source>Show cover</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/popupsettings.ui" line="89"/> + <source>Cover size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/popupsettings.ui" line="115"/> + <source>Transparency:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/popupsettings.ui" line="145"/> + <source>Delay:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/popupsettings.ui" line="178"/> + <source>ms</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="62"/> + <source>Artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="63"/> + <source>Album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="64"/> + <source>Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="65"/> + <source>Track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="66"/> + <source>Two-digit track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="67"/> + <source>Genre</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="68"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="69"/> + <source>Composer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="70"/> + <source>Duration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="71"/> + <source>Disc number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="72"/> + <source>File name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="73"/> + <source>File path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="74"/> + <source>Year</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../popupsettings.cpp" line="75"/> + <source>Condition</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PresetEditor</name> + <message> + <location filename="../forms/preseteditor.ui" line="14"/> + <source>Preset Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/preseteditor.ui" line="36"/> + <source>Preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/preseteditor.ui" line="52"/> + <source>Auto-preset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/preseteditor.ui" line="77"/> + <source>Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../forms/preseteditor.ui" line="84"/> + <source>Delete</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>QMMPStarter</name> + <message> + <location filename="../qmmpstarter.cpp" line="72"/> + <source>Unknown command</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpstarter.cpp" line="161"/> + <source>Usage: qmmp [options] [files]</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpstarter.cpp" line="162"/> + <source>Options:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpstarter.cpp" line="164"/> + <source>Don't clear the playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpstarter.cpp" line="167"/> + <source>Display this text and exit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpstarter.cpp" line="168"/> + <source>Print version number and exit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpstarter.cpp" line="169"/> + <source>Ideas, patches, bugreports send to forkotov02@hotmail.ru</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpstarter.cpp" line="174"/> + <source>QMMP version:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmmpstarter.cpp" line="175"/> + <source>Qt version:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>TextScroller</name> + <message> + <location filename="../textscroller.cpp" line="64"/> + <source>Autoscroll Songname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../textscroller.cpp" line="228"/> + <source>Buffering:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>ViewMenu</name> + <message> + <location filename="../viewmenu.cpp" line="27"/> + <source>View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../viewmenu.cpp" line="28"/> + <source>Always on top</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../viewmenu.cpp" line="29"/> + <source>Put on all workspaces</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../viewmenu.cpp" line="30"/> + <source>Double size</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>VisualMenu</name> + <message> + <location filename="../visualmenu.cpp" line="29"/> + <source>Visualization</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/ui/translations/qmmp_locales.qrc b/src/ui/translations/qmmp_locales.qrc index db03960c0..443d080bf 100644 --- a/src/ui/translations/qmmp_locales.qrc +++ b/src/ui/translations/qmmp_locales.qrc @@ -16,5 +16,6 @@ <file>qmmp_lt.qm</file> <file>qmmp_hu.qm</file> <file>qmmp_nl.qm</file> + <file>qmmp_ja.qm</file> </qresource> </RCC> diff --git a/src/ui/ui.pro b/src/ui/ui.pro index 36c6fdc80..ea22be864 100644 --- a/src/ui/ui.pro +++ b/src/ui/ui.pro @@ -173,7 +173,8 @@ TRANSLATIONS = translations/qmmp_ru.ts \ translations/qmmp_it.ts \ translations/qmmp_lt.ts \ translations/qmmp_hu.ts \ - translations/qmmp_nl.ts + translations/qmmp_nl.ts \ + translations/qmmp_ja.ts x11 { CONFIG += link_pkgconfig PKGCONFIG += x11 |
