diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-31 11:19:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-31 11:19:48 +0000 |
| commit | da1251524f05c045d05502e52cea8bf67fa97e23 (patch) | |
| tree | 2f5588e13680da56a7abc5f442522cfd16e41452 /src/ui | |
| parent | 57c01493d3e59638888a3d13c582c5057efbdc9e (diff) | |
| download | qmmp-da1251524f05c045d05502e52cea8bf67fa97e23.tar.gz qmmp-da1251524f05c045d05502e52cea8bf67fa97e23.tar.bz2 qmmp-da1251524f05c045d05502e52cea8bf67fa97e23.zip | |
updated resources
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@307 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/stuff.qrc | 2 | ||||
| -rw-r--r-- | src/ui/translations/qmmp_locales.qrc | 1 | ||||
| -rw-r--r-- | src/ui/txt/thanks_de.txt | 3 | ||||
| -rw-r--r-- | src/ui/ui.pro | 22 |
4 files changed, 20 insertions, 8 deletions
diff --git a/src/ui/stuff.qrc b/src/ui/stuff.qrc index 6fcab9d37..cf4f71559 100644 --- a/src/ui/stuff.qrc +++ b/src/ui/stuff.qrc @@ -21,6 +21,8 @@ <file>txt/authors_zh_CN.txt</file> <file>txt/thanks_zh_CN.txt</file> + + <file>txt/thanks_de.txt</file> <file>default/balance.png</file> <file>default/eqmain.png</file> diff --git a/src/ui/translations/qmmp_locales.qrc b/src/ui/translations/qmmp_locales.qrc index 353d1e391..301005bf1 100644 --- a/src/ui/translations/qmmp_locales.qrc +++ b/src/ui/translations/qmmp_locales.qrc @@ -8,5 +8,6 @@ <file>qmmp_zh_TW.qm</file> <file>qmmp_cs.qm</file> <file>qmmp_pt_BR.qm</file> + <file>qmmp_de.qm</file> </qresource> </RCC> diff --git a/src/ui/txt/thanks_de.txt b/src/ui/txt/thanks_de.txt new file mode 100644 index 000000000..dd39dfb4e --- /dev/null +++ b/src/ui/txt/thanks_de.txt @@ -0,0 +1,3 @@ +Dank an: + + Vadim Kalinnikov <moose@ylsoftware.com> (Project hosting) diff --git a/src/ui/ui.pro b/src/ui/ui.pro index a9f666cdc..51cc45a05 100644 --- a/src/ui/ui.pro +++ b/src/ui/ui.pro @@ -59,11 +59,11 @@ HEADERS += mainwindow.h \ unixdomainsocket.h \ commandlineoption.h \ addurldialog.h \ - skinreader.h \ - visualmenu.h \ - titlebarcontrol.h \ - shadedvisual.h \ - shadedbar.h + skinreader.h \ + visualmenu.h \ + titlebarcontrol.h \ + shadedvisual.h \ + shadedbar.h SOURCES += mainwindow.cpp \ mp3player.cpp \ @@ -141,9 +141,15 @@ INSTALLS += target #RESOURCES += translations/qmmp_locales.qrc -#TRANSLATIONS = translations/qmmp_ru.ts \ -# translations/qmmp_tr.ts \ -# translations/qmmp_zh_CN.ts +TRANSLATIONS = translations/qmmp_ru.ts \ + translations/qmmp_tr.ts \ + translations/qmmp_zh_CN.ts \ + translations/qmmp_cs.ts \ + translations/qmmp_pt_BR.ts \ + translations/qmmp_uk_UA.ts \ + translations/qmmp_zh_TW.ts \ + translations/qmmp_de.ts + |
