diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-07-09 19:59:32 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-07-09 19:59:32 +0000 |
| commit | aa710db3ae8d4613e43bac68b0f81bd2253fe918 (patch) | |
| tree | 87e2f670a3b68c6ac39a6c364649a85121edb10b /src/qmmpui | |
| parent | 0e7fcc486ed3c4275fa0eec5ab555e857a571b1f (diff) | |
| download | qmmp-aa710db3ae8d4613e43bac68b0f81bd2253fe918.tar.gz qmmp-aa710db3ae8d4613e43bac68b0f81bd2253fe918.tar.bz2 qmmp-aa710db3ae8d4613e43bac68b0f81bd2253fe918.zip | |
updated Russian translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@446 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 9 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_ru.ts | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index a7d0f5a0f..174c4037c 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -30,6 +30,7 @@ SET(libqmmpui_SRCS playlistparser.cpp commandlinemanager.cpp filedialog.cpp + qtfiledialog.cpp ) SET(libqmmpui_MOC_HDRS @@ -43,14 +44,18 @@ SET(libqmmpui_MOC_HDRS commandlinemanager.h commandlineoption.h filedialog.h + filedialogfactory.h + qtfiledialog.h ) + +QT4_ADD_RESOURCES(libqmmpui_RCC_SRCS translations/libqmmpui_locales.qrc) + QT4_WRAP_CPP(libqmmpui_MOC_SRCS ${libqmmpui_MOC_HDRS}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) -ADD_LIBRARY(qmmpui SHARED ${libqmmpui_SRCS} ${libqmmpui_MOC_SRCS}) +ADD_LIBRARY(qmmpui SHARED ${libqmmpui_SRCS} ${libqmmpui_MOC_SRCS} ${libqmmpui_RCC_SRCS}) target_link_libraries(qmmpui ${QT_LIBRARIES}) SET_TARGET_PROPERTIES(qmmpui PROPERTIES VERSION ${QMMP_VERSION} SOVERSION ${QMMP_SOVERSION}) install(TARGETS qmmpui LIBRARY DESTINATION ${LIB_DIR}) - diff --git a/src/qmmpui/translations/libqmmpui_ru.ts b/src/qmmpui/translations/libqmmpui_ru.ts index 638f7bb1a..3b0033e71 100644 --- a/src/qmmpui/translations/libqmmpui_ru.ts +++ b/src/qmmpui/translations/libqmmpui_ru.ts @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="1.1"> +<!DOCTYPE TS><TS version="1.1" language="ru"> +<defaultcodec></defaultcodec> <context> <name>QtFileDialogFactory</name> <message> <location filename="../qtfiledialog.cpp" line="36"/> <source>Qt File Dialog</source> - <translation type="unfinished"></translation> + <translation>Файловый диалог Qt</translation> </message> </context> </TS> |
