diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-09 17:16:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-09 17:16:19 +0000 |
| commit | 0c86fc54d8014970c7ffb1cacfda41561bf53766 (patch) | |
| tree | 4ef231ab470f8a142202dab84c452b033d463549 /src | |
| parent | 9070e01d4ce86027ce762973d0377ec1bbdaf5b6 (diff) | |
| download | qmmp-0c86fc54d8014970c7ffb1cacfda41561bf53766.tar.gz qmmp-0c86fc54d8014970c7ffb1cacfda41561bf53766.tar.bz2 qmmp-0c86fc54d8014970c7ffb1cacfda41561bf53766.zip | |
updated Hebrew translation (Genghis Khan)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4790 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/desktop-translations/qmmp_dir_he.desktop.in | 18 | ||||
| -rw-r--r-- | src/app/desktop-translations/qmmp_enqueue_he.desktop.in | 17 | ||||
| -rw-r--r-- | src/app/desktop-translations/qmmp_he.desktop.in | 39 |
3 files changed, 74 insertions, 0 deletions
diff --git a/src/app/desktop-translations/qmmp_dir_he.desktop.in b/src/app/desktop-translations/qmmp_dir_he.desktop.in new file mode 100644 index 000000000..1c58874cd --- /dev/null +++ b/src/app/desktop-translations/qmmp_dir_he.desktop.in @@ -0,0 +1,18 @@ +[Desktop Entry] +X-Desktop-File-Install-Version=0.11 +Name=Qmmp +Comment=Qt4-based Multimedia Player +GenericName=Audio player +Exec=qmmp %F +Icon=qmmp +Terminal=false +NoDisplay=true +Type=Application +Categories=AudioVideo;Player;Audio;Qt; +MimeType=inode/directory; +X-KDE-StartupNotify=false + + +# Translations +Comment[he]=נגן מולטימדיה מבוסס Qt4 +GenericName[he]=נגן שמע diff --git a/src/app/desktop-translations/qmmp_enqueue_he.desktop.in b/src/app/desktop-translations/qmmp_enqueue_he.desktop.in new file mode 100644 index 000000000..554cb1782 --- /dev/null +++ b/src/app/desktop-translations/qmmp_enqueue_he.desktop.in @@ -0,0 +1,17 @@ +[Desktop Entry] +X-Desktop-File-Install-Version=0.11 +Name=Enqueue in Qmmp +Comment=Add file(s) to the Qmmp playlist +Exec=qmmp -e %F +Icon=qmmp +Categories=AudioVideo;Player;Audio;Qt; +MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;inode/directory; +Type=Application +X-KDE-StartupNotify=false +NoDisplay=true +Terminal=false + + +# Translations +Comment[he]=הוסף קבצים אל רשימת הניגון של Qmmp +Name[he]=ספח לתוך Qmmp diff --git a/src/app/desktop-translations/qmmp_he.desktop.in b/src/app/desktop-translations/qmmp_he.desktop.in new file mode 100644 index 000000000..b363c8973 --- /dev/null +++ b/src/app/desktop-translations/qmmp_he.desktop.in @@ -0,0 +1,39 @@ +[Desktop Entry] +X-Desktop-File-Install-Version=0.11 +Name=Qmmp +Comment=Qt4-based Multimedia Player +GenericName=Audio player +Keywords=player;audio;video;multimedia; +Exec=qmmp %F +Icon=qmmp +Terminal=false +Type=Application +Categories=AudioVideo;Player;Audio;Qt; +MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-ape;application/x-cue;x-content/audio-cdda;audio/x-ffmpeg-shorten; +X-KDE-StartupNotify=false +Actions=Play;Pause;Stop;Previous;Next; + +[Desktop Action Play] +Name=Play +Exec=qmmp --no-start --play + +[Desktop Action Pause] +Name=Pause +Exec=qmmp --no-start --pause + +[Desktop Action Stop] +Name=Stop +Exec=qmmp --no-start --stop + +[Desktop Action Previous] +Name=Previous +Exec=qmmp --no-start --previous + +[Desktop Action Next] +Name=Next +Exec=qmmp --no-start --next + + +# Translations +Comment[he]=נגן מולטימדיה מבוסס Qt4 +GenericName[he]=נגן אודיו |
