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 --- .../fileops/translations/fileops_plugin_he.ts | 235 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + 2 files changed, 236 insertions(+) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_he.ts (limited to 'src/plugins/General/fileops') diff --git a/src/plugins/General/fileops/translations/fileops_plugin_he.ts b/src/plugins/General/fileops/translations/fileops_plugin_he.ts new file mode 100644 index 000000000..437195bc6 --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_he.ts @@ -0,0 +1,235 @@ + + + + + FileOps + + + Error + שגיאה + + + + Destination directory doesn't exist + מדור יעד לא קיים + + + + Copying + מעתיק כעת + העתקה + + + + Stop + הפסקה + + + + Copying file %1/%2 + העתקת קובץ %1/%2 + + + + Remove files + הסרת קבצים + + + + Are you sure you want to remove %n file(s) from disk? + + האם אכן ברצונך להסיר קובץ %n מן הכונן? + האם אכן ברצונך להסיר %n קבצים מן הכונן? + + + + + FileOpsFactory + + + File Operations Plugin + תוספת מבצעי קובץ + + + + About File Operations Plugin + אודות תוספת מבצעי קובץ + + + + Qmmp File Operations Plugin + תוספת מבצעי קובץ Qmmp + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + חוברה על ידי: Ilya Kotov ‫<forkotov02@hotmail.ru> + + + + HotkeyDialog + + + Modify Shortcut + התאמת קיצור קרך + + + + Press the key combination you want to assign + נא להזין את צירוף המקשים שברצונך להקצות + + + + Clear + טיהור + + + + SettingsDialog + + + File Operations Settings + הגדרות מבצעי קובץ + + + + Enabled + מאופשר + + + + Operation + מבצע + + + + Menu text + תמליל תפריט + + + + Shortcut + קיצור דרך + + + + Add + הוספה + + + + + + Remove + הסרה + + + + Destination: + יעד: + + + + + ... + + + + + File name pattern: + דפוס שם קובץ: + + + + + Copy + העתקה + + + + + Rename + שינוי שם + + + + New action + פעולה חדשה + + + + Artist + אמן + + + + Album + אלבום + + + + Title + כותרת + + + + Track number + מספר רצועה + + + + Two-digit track number + מספר רצועה דו ספרתי + + + + Genre + ז'אנר + + + + Comment + הערה + + + + Composer + מלחין + + + + Duration + משך + + + + Disc number + מספר תקליטור + + + + File name + שם קובץ + + + + File path + נתיב קובץ + + + + Year + שנה + + + + Condition + תנאי + + + + Choose a directory + בחירת מדור + + + diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index 1f478bc29..dbd8668bc 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -19,5 +19,6 @@ fileops_plugin_ja.qm fileops_plugin_sk.qm fileops_plugin_es.qm + fileops_plugin_he.qm -- cgit v1.2.3-13-gbd6f