From bcdb3b5623afff2bddd3f5de9f9e6be37dbfc3f7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 20 Oct 2011 18:31:52 +0000 Subject: added playlits access from command line git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2414 90c681e8-e032-0410-971d-27865f9a5e38 --- .../translations/playlist_plugin_cs.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_de.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_es.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_it.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_ja.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_lt.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_nl.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_pl.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_ru.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_tr.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_uk_UA.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_zh_CN.ts | 28 ++++++++++++++++++++++ .../translations/playlist_plugin_zh_TW.ts | 28 ++++++++++++++++++++++ .../PlayListOption/translations/translations.qrc | 18 ++++++++++++++ 14 files changed, 382 insertions(+) create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_cs.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_de.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_es.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_it.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ja.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_lt.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_nl.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_pl.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ru.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_tr.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_uk_UA.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_zh_CN.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_zh_TW.ts create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc (limited to 'src/plugins/CommandLineOptions/PlayListOption/translations') diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_cs.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_cs.ts new file mode 100644 index 000000000..f7c45ee14 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_cs.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_de.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_de.ts new file mode 100644 index 000000000..3e5c8fe29 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_de.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_es.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_es.ts new file mode 100644 index 000000000..fb1e425d1 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_es.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_it.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_it.ts new file mode 100644 index 000000000..1e00772e9 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_it.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ja.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ja.ts new file mode 100644 index 000000000..6088c4ef5 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ja.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_lt.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_lt.ts new file mode 100644 index 000000000..2726a423a --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_lt.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_nl.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_nl.ts new file mode 100644 index 000000000..6c29a5bb8 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_nl.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_pl.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_pl.ts new file mode 100644 index 000000000..761ddac63 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_pl.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ru.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ru.ts new file mode 100644 index 000000000..6f60f9969 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ru.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_tr.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_tr.ts new file mode 100644 index 000000000..d944c2ac9 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_tr.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_uk_UA.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_uk_UA.ts new file mode 100644 index 000000000..a20ecf940 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_uk_UA.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_zh_CN.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_zh_CN.ts new file mode 100644 index 000000000..f6d93f54e --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_zh_CN.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_zh_TW.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_zh_TW.ts new file mode 100644 index 000000000..eb9d49e45 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_zh_TW.ts @@ -0,0 +1,28 @@ + + + + + PlayListOption + + + List all available playlists + + + + + Show playlist content + + + + + Clear playlist + + + + + + Invalid playlist ID + + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc new file mode 100644 index 000000000..8033da631 --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc @@ -0,0 +1,18 @@ + + + + playlist_plugin_it.qm + playlist_plugin_pl.qm + playlist_plugin_ru.qm + playlist_plugin_de.qm + playlist_plugin_cs.qm + playlist_plugin_uk_UA.qm + playlist_plugin_zh_TW.qm + playlist_plugin_zh_CN.qm + playlist_plugin_tr.qm + playlist_plugin_lt.qm + playlist_plugin_nl.qm + playlist_plugin_ja.qm + playlist_plugin_es.qm + + -- cgit v1.2.3-13-gbd6f