From 19a2276bebf313755c37c90eed5dcaaca6140c87 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 4 Oct 2013 16:58:29 +0000 Subject: added Galician translation (author: Óscar Pereira) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3747 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/translations/qmmp_gl_ES.ts | 125 ++++++++++++++++++++++++++++++++++ src/app/translations/qmmp_locales.qrc | 1 + 2 files changed, 126 insertions(+) create mode 100644 src/app/translations/qmmp_gl_ES.ts (limited to 'src/app') diff --git a/src/app/translations/qmmp_gl_ES.ts b/src/app/translations/qmmp_gl_ES.ts new file mode 100644 index 000000000..4a5b70b94 --- /dev/null +++ b/src/app/translations/qmmp_gl_ES.ts @@ -0,0 +1,125 @@ + + + + + BuiltinCommandLineOption + + + Don't clear the playlist + Non borrar a lista de reprodución + + + + Start playing current song + Comezar reprodución da pista actual + + + + Pause current song + Pausar pista actual + + + + Pause if playing, play otherwise + Pausar se se está a reproducir, reproducir noutro caso + + + + Stop current song + Deter pista actual + + + + Display Jump to File dialog + Mostrar o diálogo de saltar a arquivo + + + + Quit application + Pechar aplicativo + + + + Set playback volume (example: qmmp --volume 20) + Establecer volume de reprodución (exemplo: qmmp --volume 20) + + + + Skip forward in playlist + Saltar á seguinte pista da lista + + + + Skip backwards in playlist + Saltar á pista anterior da lista + + + + Show/hide application + Amosar/agochar aplicativo + + + + Display Add File dialog + Mostrar o diálogo de engadir arquivo + + + + Display Add Directory dialog + Mostrar o diálogo de engadir directorio + + + + QMMPStarter + + + Unknown command + Comando descoñecido + + + + Usage: qmmp [options] [files] + Uso: qmmp [opcións] [ficheiros] + + + + Options: + Opcións: + + + + Don't start the application + Non lanzar o aplicativo + + + + Display this text and exit + Mostar este texto e saír + + + + Print version number and exit + Mostar número de versión e saír + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + Ideas, parches, reporte de erros enviar a forkotov02@hotmail.ru + + + + QMMP version: %1 + versión de QMMP: %1 + + + + Compiled with Qt version: %1 + Compilado coa versión %1 de Qt + + + + Using Qt version: %1 + Usando a versión %1 de Qt + + + diff --git a/src/app/translations/qmmp_locales.qrc b/src/app/translations/qmmp_locales.qrc index 7f2b25c5c..772f02d37 100644 --- a/src/app/translations/qmmp_locales.qrc +++ b/src/app/translations/qmmp_locales.qrc @@ -20,5 +20,6 @@ qmmp_sk.qm qmmp_es.qm qmmp_he.qm + qmmp_gl_ES.qm -- cgit v1.2.3-13-gbd6f