From 2d833f47171ad6ed35da3aeb34d753ff1f2a34ca Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 4 Mar 2010 16:31:05 +0000 Subject: added seek support for command line interface (Closes issue 121) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1598 90c681e8-e032-0410-971d-27865f9a5e38 --- .../SeekOption/translations/seek_plugin_cs.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/seek_plugin_de.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/seek_plugin_it.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/seek_plugin_lt.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/seek_plugin_pl.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/seek_plugin_ru.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/seek_plugin_tr.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/seek_plugin_uk_UA.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/seek_plugin_zh_CN.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/seek_plugin_zh_TW.ts | 22 ++++++++++++++++++++++ .../SeekOption/translations/translations.qrc | 15 +++++++++++++++ 11 files changed, 235 insertions(+) create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_cs.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_de.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_it.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_lt.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ru.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_tr.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_uk_UA.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_zh_CN.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_zh_TW.ts create mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc (limited to 'src/plugins/CommandLineOptions/SeekOption/translations') diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_cs.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_cs.ts new file mode 100644 index 000000000..7b8c6954e --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_cs.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_de.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_de.ts new file mode 100644 index 000000000..353ceb55c --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_de.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_it.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_it.ts new file mode 100644 index 000000000..6c3d147a3 --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_it.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_lt.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_lt.ts new file mode 100644 index 000000000..cc2a40cb5 --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_lt.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl.ts new file mode 100644 index 000000000..a64a64339 --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ru.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ru.ts new file mode 100644 index 000000000..b7e7bdabb --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ru.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + Перейти к позиции внутри текущего трека + + + + Seek forward + Перейти вперёд + + + + Seek backwards + Перейти назад + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_tr.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_tr.ts new file mode 100644 index 000000000..e435b589b --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_tr.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_uk_UA.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_uk_UA.ts new file mode 100644 index 000000000..897bf3716 --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_uk_UA.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_zh_CN.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_zh_CN.ts new file mode 100644 index 000000000..3d16e469b --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_zh_CN.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_zh_TW.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_zh_TW.ts new file mode 100644 index 000000000..07bd47b7e --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_zh_TW.ts @@ -0,0 +1,22 @@ + + + + + SeekOption + + + Seek to position in the current track + + + + + Seek forward + + + + + Seek backwards + + + + diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc new file mode 100644 index 000000000..e6f0345cf --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc @@ -0,0 +1,15 @@ + + + + seek_plugin_it.qm + seek_plugin_pl.qm + seek_plugin_ru.qm + seek_plugin_de.qm + seek_plugin_cs.qm + seek_plugin_uk_UA.qm + seek_plugin_zh_TW.qm + seek_plugin_zh_CN.qm + seek_plugin_tr.qm + seek_plugin_lt.qm + + -- cgit v1.2.3-13-gbd6f