diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-04 16:58:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-04 16:58:29 +0000 |
| commit | 19a2276bebf313755c37c90eed5dcaaca6140c87 (patch) | |
| tree | bfa10428418d114e57c8e673d0ccdeac0ee60289 /src/plugins/CommandLineOptions/PlayListOption/translations | |
| parent | 9f21def5bddb72ffd09e7f3e63728b7aa71fefd4 (diff) | |
| download | qmmp-19a2276bebf313755c37c90eed5dcaaca6140c87.tar.gz qmmp-19a2276bebf313755c37c90eed5dcaaca6140c87.tar.bz2 qmmp-19a2276bebf313755c37c90eed5dcaaca6140c87.zip | |
added Galician translation (author: Óscar Pereira)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3747 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/CommandLineOptions/PlayListOption/translations')
| -rw-r--r-- | src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_gl_ES.ts | 64 | ||||
| -rw-r--r-- | src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc | 1 |
2 files changed, 65 insertions, 0 deletions
diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_gl_ES.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_gl_ES.ts new file mode 100644 index 000000000..5358a47ba --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_gl_ES.ts @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="gl_ES"> +<context> + <name>PlayListOption</name> + <message> + <location filename="../playlistoption.cpp" line="45"/> + <source>Show playlist manipulation commands</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="58"/> + <source>List all available playlists</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="59"/> + <source>Show playlist content</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="60"/> + <source>Play track <track> in playlist <id></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="61"/> + <source>Clear playlist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="62"/> + <source>Toggle playlist repeat</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="63"/> + <source>Toggle playlist shuffle</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="64"/> + <source>Show playlist options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="83"/> + <location filename="../playlistoption.cpp" line="104"/> + <location filename="../playlistoption.cpp" line="119"/> + <source>Invalid playlist ID</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="98"/> + <source>Invalid number of arguments</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../playlistoption.cpp" line="107"/> + <source>Invalid track ID</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc index 9104a4ef7..6c450f0e6 100644 --- a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc @@ -20,5 +20,6 @@ <file>playlist_plugin_sk.qm</file> <file>playlist_plugin_es.qm</file> <file>playlist_plugin_he.qm</file> + <file>playlist_plugin_gl_ES.qm</file> </qresource> </RCC> |
