From ea8b4c44bc27900e115f59af625c42dd73301e1a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 Nov 2017 11:51:15 +0000 Subject: updated Galician translation (Delio Docampo Cordeiro) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7712 90c681e8-e032-0410-971d-27865f9a5e38 --- .../desktop-translations/qmmp_dir_gl_ES.desktop.in | 20 +++++++++++ .../qmmp_enqueue_gl_ES.desktop.in | 18 ++++++++++ src/app/desktop-translations/qmmp_gl_ES.desktop.in | 41 ++++++++++++++++++++++ src/app/translations/qmmp_gl_ES.ts | 24 ++++++------- 4 files changed, 91 insertions(+), 12 deletions(-) create mode 100644 src/app/desktop-translations/qmmp_dir_gl_ES.desktop.in create mode 100644 src/app/desktop-translations/qmmp_enqueue_gl_ES.desktop.in create mode 100644 src/app/desktop-translations/qmmp_gl_ES.desktop.in (limited to 'src/app') diff --git a/src/app/desktop-translations/qmmp_dir_gl_ES.desktop.in b/src/app/desktop-translations/qmmp_dir_gl_ES.desktop.in new file mode 100644 index 000000000..b925129ab --- /dev/null +++ b/src/app/desktop-translations/qmmp_dir_gl_ES.desktop.in @@ -0,0 +1,20 @@ +[Desktop Entry] +X-Desktop-File-Install-Version=0.11 +Name=Qmmp +Comment=Qt-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[gl_ES]=Reproductor multimedia basado en Qt +GenericName[gl_ES]=Reproductor de audio +Name[gl_ES]=Qmmp +Icon[gl_ES]=qmmp diff --git a/src/app/desktop-translations/qmmp_enqueue_gl_ES.desktop.in b/src/app/desktop-translations/qmmp_enqueue_gl_ES.desktop.in new file mode 100644 index 000000000..eb2639627 --- /dev/null +++ b/src/app/desktop-translations/qmmp_enqueue_gl_ES.desktop.in @@ -0,0 +1,18 @@ +[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-s3m;audio/x-stm;audio/x-xm;audio/x-ape;application/x-cue;audio/x-ffmpeg-shorten;inode/directory;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a; +Type=Application +X-KDE-StartupNotify=false +NoDisplay=true +Terminal=false + + +# Translations +Comment[gl_ES]=Engadir arquivo(s) a lista de reproducción de Qmmp +Name[gl_ES]=Engadir a Qmmp +Icon[gl_ES]=qmmp diff --git a/src/app/desktop-translations/qmmp_gl_ES.desktop.in b/src/app/desktop-translations/qmmp_gl_ES.desktop.in new file mode 100644 index 000000000..f661805ee --- /dev/null +++ b/src/app/desktop-translations/qmmp_gl_ES.desktop.in @@ -0,0 +1,41 @@ +[Desktop Entry] +X-Desktop-File-Install-Version=0.11 +Name=Qmmp +Comment=Qt-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-s3m;audio/x-stm;audio/x-xm;audio/x-ape;application/x-cue;x-content/audio-cdda;audio/x-ffmpeg-shorten;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a; +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[gl_ES]=Reproductor multimedia basado en Qt +GenericName[gl_ES]=Reproductor de audio +Name[gl_ES]=Qmmp +Icon[gl_ES]=qmmp diff --git a/src/app/translations/qmmp_gl_ES.ts b/src/app/translations/qmmp_gl_ES.ts index f5c660a56..7b6416b5b 100644 --- a/src/app/translations/qmmp_gl_ES.ts +++ b/src/app/translations/qmmp_gl_ES.ts @@ -46,17 +46,17 @@ Print volume level - + Amosar nivel de volume Mute/Restore volume - + Silenciar/Restaurar volume Print mute status - + Amosar o estado de silencio @@ -76,7 +76,7 @@ Show main window - + Amosar a xanela principal @@ -109,12 +109,12 @@ Start qmmp with the specified user interface - + Iniciar Qmmp coa interface de usuario especificada List all available user interfaces - + Listar tódalas interfaces de usuario dispoñibles @@ -134,22 +134,22 @@ Home page: %1 - + Páxina de inicio: %1 Development page: %1 - + Páxina de desenrolo: %1 Bug tracker: %1 - + Seguimento de faios: %1 Command Line Help - + Axuda en liña de comandos @@ -169,12 +169,12 @@ Qmmp Version - + Versión de Qmmp User Interfaces - + Interfaces de usuario -- cgit v1.2.3-13-gbd6f