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/StatusOption | |
| 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/StatusOption')
| -rw-r--r-- | src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_he.ts | 97 | ||||
| -rw-r--r-- | src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc | 1 |
2 files changed, 98 insertions, 0 deletions
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> |
