diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-01 19:51:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-01 19:51:33 +0000 |
| commit | 30ec69e4baa2307bddd3beac96b3efef37558d27 (patch) | |
| tree | 04421f96611e2bf58cfd0dacfda579277da8fb15 /src/plugins/CommandLineOptions | |
| parent | 6aa98e65dc08d3f8b8e107cf3e5285201a1a3487 (diff) | |
| download | qmmp-30ec69e4baa2307bddd3beac96b3efef37558d27.tar.gz qmmp-30ec69e4baa2307bddd3beac96b3efef37558d27.tar.bz2 qmmp-30ec69e4baa2307bddd3beac96b3efef37558d27.zip | |
added Hebrew translation (author: Genghis Khan)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3006 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/CommandLineOptions')
8 files changed, 204 insertions, 0 deletions
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_he.ts b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_he.ts new file mode 100644 index 000000000..6634570d8 --- /dev/null +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_he.ts @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="he_IL"> +<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 733aab800..8422e6e3f 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc @@ -19,5 +19,6 @@ <file>incdecvolume_plugin_ja.qm</file> <file>incdecvolume_plugin_sk.qm</file> <file>incdecvolume_plugin_es.qm</file> + <file>incdecvolume_plugin_he.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_he.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_he.ts new file mode 100644 index 000000000..7d99a9ec7 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_he.ts @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="he_IL"> +<context> + <name>PlayListOption</name> + <message> + <location filename="../playlistoption.cpp" line="45"/> + <source>Show playlist manipulation commands</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="58"/> + <source>List all available playlists</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="59"/> + <source>Show playlist content</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="60"/> + <source>Play track <track> in playlist <id></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="61"/> + <source>Clear playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="62"/> + <source>Toggle playlist repeat</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="63"/> + <source>Toggle playlist shuffle</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="64"/> + <source>Show playlist options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="83"/> + <location filename="../playlistoption.cpp" line="101"/> + <location filename="../playlistoption.cpp" line="116"/> + <source>Invalid playlist ID</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="95"/> + <source>Invalid number of arguments</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="104"/> + <source>Invalid track ID</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc index 028822efb..9104a4ef7 100644 --- a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc @@ -19,5 +19,6 @@ <file>playlist_plugin_ja.qm</file> <file>playlist_plugin_sk.qm</file> <file>playlist_plugin_es.qm</file> + <file>playlist_plugin_he.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_he.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_he.ts new file mode 100644 index 000000000..59c3b1e89 --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_he.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="he_IL"> +<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 031af569e..54137b5ce 100644 --- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc @@ -19,5 +19,6 @@ <file>seek_plugin_ja.qm</file> <file>seek_plugin_sk.qm</file> <file>seek_plugin_es.qm</file> + <file>seek_plugin_he.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_he.ts b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_he.ts new file mode 100644 index 000000000..e22afa7e9 --- /dev/null +++ b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_he.ts @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="he_IL"> +<context> + <name>StatusOption</name> + <message> + <location filename="../statusoption.cpp" line="39"/> + <source>Print playback status</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="41"/> + <source>Print formatted track name (example: qmmp --nowplaying "%t - %a")</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="42"/> + <source>Print --nowplaying syntax</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="88"/> + <source>Syntax:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="89"/> + <source>%p - artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="90"/> + <source>%a - album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="91"/> + <source>%t - title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="92"/> + <source>%n - track</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="93"/> + <source>%NN - 2-digit track</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="94"/> + <source>%g - genre</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="95"/> + <source>%c - comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="96"/> + <source>%C - composer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="97"/> + <source>%D - disc number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="98"/> + <source>%f - file name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="99"/> + <source>%F - full path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="100"/> + <source>%y - year</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="101"/> + <source>%l - duration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusoption.cpp" line="102"/> + <source>%if(A&B&C,D,E) - condition</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc index 45b977e3a..b91bacb1f 100644 --- a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc @@ -19,5 +19,6 @@ <file>status_plugin_ja.qm</file> <file>status_plugin_sk.qm</file> <file>status_plugin_es.qm</file> + <file>status_plugin_he.qm</file> </qresource> </RCC> |
