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/General/hotkey | |
| 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/General/hotkey')
| -rw-r--r-- | src/plugins/General/hotkey/translations/hotkey_plugin_he.ts | 133 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/translations/translations.qrc | 1 |
2 files changed, 134 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_he.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_he.ts new file mode 100644 index 000000000..0b3ea2607 --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_he.ts @@ -0,0 +1,133 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="he_IL"> +<context> + <name>HotkeyDialog</name> + <message> + <location filename="../hotkeydialog.ui" line="14"/> + <source>Modify Shortcut</source> + <translation>התאמת קיצור דרך</translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="32"/> + <source>Press the key combination you want to assign</source> + <translation>נא להזין את צירוף המקשים שברצונך להקצות</translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="52"/> + <source>Clear</source> + <translation>טיהור</translation> + </message> +</context> +<context> + <name>HotkeyFactory</name> + <message> + <location filename="../hotkeyfactory.cpp" line="30"/> + <source>Global Hotkey Plugin</source> + <translation>תוספת מקש חם גלובלי</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="50"/> + <source>About Global Hotkey Plugin</source> + <translation>אודות תוספת מקש חם גלובלי</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="51"/> + <source>Qmmp Global Hotkey Plugin</source> + <translation>תוספת מקש חם גלובלי Qmmp</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="52"/> + <source>This plugin adds support for multimedia keys or global key combinations</source> + <translation>תוספת זו מוסיפה תמיכה עבור מקשי מולטימדיה או צירופי מקש גלובלי</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>חוברה על ידי: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Global Hotkey Plugin Settings</source> + <translation>הגדרות תוספת מקש חם גלובלי</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>Action</source> + <translation>פעולה</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="47"/> + <source>Shortcut</source> + <translation>קיצור דרך</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Reset</source> + <translation>איפוס</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>Play</source> + <translation>הנגנה</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="43"/> + <source>Stop</source> + <translation>הפסקה</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="44"/> + <source>Pause</source> + <translation>השהייה</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="45"/> + <source>Play/Pause</source> + <translation>הנגנה/השהייה</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="46"/> + <source>Next</source> + <translation>בא</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="47"/> + <source>Previous</source> + <translation>קודם</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="48"/> + <source>Show/Hide</source> + <translation>הצגה/הסתרה</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="49"/> + <source>Volume +</source> + <translation>קול +</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="50"/> + <source>Volume -</source> + <translation>קול -</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="51"/> + <source>Forward 5 seconds</source> + <translation>5 שניות קדימה</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="52"/> + <source>Rewind 5 seconds</source> + <translation>5 שניות אחורה</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="53"/> + <source>Jump to track</source> + <translation>קפיצה אל רצועה</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index 2ef14c119..1c6b06fca 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -19,5 +19,6 @@ <file>hotkey_plugin_ja.qm</file> <file>hotkey_plugin_sk.qm</file> <file>hotkey_plugin_es.qm</file> + <file>hotkey_plugin_he.qm</file> </qresource> </RCC> |
