From 30ec69e4baa2307bddd3beac96b3efef37558d27 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 1 Dec 2012 19:51:33 +0000 Subject: 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 --- .../translations/incdecvolume_plugin_he.ts | 17 ++++ .../translations/translations.qrc | 1 + .../translations/playlist_plugin_he.ts | 64 ++++++++++++++ .../PlayListOption/translations/translations.qrc | 1 + .../SeekOption/translations/seek_plugin_he.ts | 22 +++++ .../SeekOption/translations/translations.qrc | 1 + .../StatusOption/translations/status_plugin_he.ts | 97 ++++++++++++++++++++++ .../StatusOption/translations/translations.qrc | 1 + 8 files changed, 204 insertions(+) create mode 100644 src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_he.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_he.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_he.ts create mode 100644 src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_he.ts (limited to 'src/plugins/CommandLineOptions') 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 @@ + + + + + IncDecVolumeCommandLineOption + + + Increase volume with step 5 + + + + + Decrease volume with step 5 + + + + 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 @@ incdecvolume_plugin_ja.qm incdecvolume_plugin_sk.qm incdecvolume_plugin_es.qm + incdecvolume_plugin_he.qm 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 @@ + + + + + PlayListOption + + + Show playlist manipulation commands + + + + + List all available playlists + + + + + Show playlist content + + + + + Play track <track> in playlist <id> + + + + + Clear playlist + + + + + Toggle playlist repeat + + + + + Toggle playlist shuffle + + + + + Show playlist options + + + + + + + Invalid playlist ID + + + + + Invalid number of arguments + + + + + Invalid track ID + + + + 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 @@ playlist_plugin_ja.qm playlist_plugin_sk.qm playlist_plugin_es.qm + playlist_plugin_he.qm 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 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + 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 @@ seek_plugin_ja.qm seek_plugin_sk.qm seek_plugin_es.qm + seek_plugin_he.qm 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 @@ + + + + + StatusOption + + + Print playback status + + + + + Print formatted track name (example: qmmp --nowplaying "%t - %a") + + + + + Print --nowplaying syntax + + + + + Syntax: + + + + + %p - artist + + + + + %a - album + + + + + %t - title + + + + + %n - track + + + + + %NN - 2-digit track + + + + + %g - genre + + + + + %c - comment + + + + + %C - composer + + + + + %D - disc number + + + + + %f - file name + + + + + %F - full path + + + + + %y - year + + + + + %l - duration + + + + + %if(A&B&C,D,E) - condition + + + + 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 @@ status_plugin_ja.qm status_plugin_sk.qm status_plugin_es.qm + status_plugin_he.qm -- cgit v1.2.3-13-gbd6f