From 9eadabd2d382e5142024e6cd5357fd03187e81d0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 26 Aug 2014 07:16:17 +0000 Subject: added source language git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4428 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/translations/qmmp_en.ts | 145 ++++++++++++++++++++++++++++++++++ src/app/translations/qmmp_locales.qrc | 1 + 2 files changed, 146 insertions(+) create mode 100644 src/app/translations/qmmp_en.ts (limited to 'src/app') diff --git a/src/app/translations/qmmp_en.ts b/src/app/translations/qmmp_en.ts new file mode 100644 index 000000000..802a620bf --- /dev/null +++ b/src/app/translations/qmmp_en.ts @@ -0,0 +1,145 @@ + + + + + BuiltinCommandLineOption + + + Don't clear the playlist + + + + + Start playing current song + + + + + Pause current song + + + + + Pause if playing, play otherwise + + + + + Stop current song + + + + + Display Jump to File dialog + + + + + Quit application + + + + + Set playback volume (example: qmmp --volume 20) + + + + + Mute/Restore volume + + + + + Skip forward in playlist + + + + + Skip backwards in playlist + + + + + Show/hide application + + + + + Show main window + + + + + Display Add File dialog + + + + + Display Add Directory dialog + + + + + QMMPStarter + + + Unknown command + + + + + Usage: qmmp [options] [files] + + + + + Options: + + + + + Don't start the application + + + + + Display this text and exit + + + + + Print version number and exit + + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + + + + + Command Line Help + + + + + QMMP version: %1 + + + + + Compiled with Qt version: %1 + + + + + Using Qt version: %1 + + + + + Qmmp Version + + + + diff --git a/src/app/translations/qmmp_locales.qrc b/src/app/translations/qmmp_locales.qrc index f8130c03e..5913ff85f 100644 --- a/src/app/translations/qmmp_locales.qrc +++ b/src/app/translations/qmmp_locales.qrc @@ -23,5 +23,6 @@ qmmp_gl_ES.qm qmmp_sr_BA.qm qmmp_sr_RS.qm + qmmp_en.qm -- cgit v1.2.3-13-gbd6f