From aa710db3ae8d4613e43bac68b0f81bd2253fe918 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 9 Jul 2008 19:59:32 +0000 Subject: updated Russian translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@446 90c681e8-e032-0410-971d-27865f9a5e38 --- .../FileDialogs/QmmpFileDialog/CMakeLists.txt | 7 +- .../FileDialogs/QmmpFileDialog/QmmpFileDialog.pro | 2 + .../translations/qmmp_file_dialog_plugin_ru.ts | 42 +++++----- .../QmmpFileDialog/translations/translations.qrc | 11 +++ .../translations/dbuscontrol_plugin_ru.ts | 2 +- src/qmmpui/CMakeLists.txt | 9 +- src/qmmpui/translations/libqmmpui_ru.ts | 5 +- src/ui/translations/qmmp_cs.ts | 94 ++++++++++----------- src/ui/translations/qmmp_de.ts | 94 ++++++++++----------- src/ui/translations/qmmp_pt_BR.ts | 94 ++++++++++----------- src/ui/translations/qmmp_ru.ts | 94 ++++++++++----------- src/ui/translations/qmmp_tr.ts | 94 ++++++++++----------- src/ui/translations/qmmp_uk_UA.ts | 95 +++++++++++----------- src/ui/translations/qmmp_zh_CN.ts | 94 ++++++++++----------- src/ui/translations/qmmp_zh_TW.ts | 94 ++++++++++----------- 15 files changed, 425 insertions(+), 406 deletions(-) create mode 100644 src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc (limited to 'src') diff --git a/src/plugins/FileDialogs/QmmpFileDialog/CMakeLists.txt b/src/plugins/FileDialogs/QmmpFileDialog/CMakeLists.txt index e952b1d35..d8c3f08bc 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/CMakeLists.txt +++ b/src/plugins/FileDialogs/QmmpFileDialog/CMakeLists.txt @@ -36,11 +36,10 @@ SET(libqmmpfiledialog_MOC_HDRS qmmpfiledialog.h ) -#SET(libqmmpfiledialog_RCCS -# translations/translations.qrc -# qmmpfiledialog_images.qrc) +SET(libqmmpfiledialog_RCCS + translations/translations.qrc) -#QT4_ADD_RESOURCES(libqmmpfiledialog_RCC_SRCS ${libqmmpfiledialog_RCCS}) +QT4_ADD_RESOURCES(libqmmpfiledialog_RCC_SRCS ${libqmmpfiledialog_RCCS}) QT4_WRAP_CPP(libqmmpfiledialog_MOC_SRCS ${libqmmpfiledialog_MOC_HDRS}) diff --git a/src/plugins/FileDialogs/QmmpFileDialog/QmmpFileDialog.pro b/src/plugins/FileDialogs/QmmpFileDialog/QmmpFileDialog.pro index d89ba2d18..d9e58c46a 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/QmmpFileDialog.pro +++ b/src/plugins/FileDialogs/QmmpFileDialog/QmmpFileDialog.pro @@ -39,3 +39,5 @@ TRANSLATIONS = translations/qmmp_file_dialog_plugin_ru.ts \ translations/qmmp_file_dialog_plugin_uk_UA.ts \ translations/qmmp_file_dialog_plugin_zh_TW.ts \ translations/qmmp_file_dialog_plugin_de.ts + +RESOURCES += translations/translations.qrc diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ru.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ru.ts index b9b3600db..9c19112ba 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ru.ts +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ru.ts @@ -1,56 +1,56 @@ - + QmmpFileDialog Add Files - + Добавить файлы Up - + Вверх ... - + ... List view - + Краткое представление Detailed view - + Детальное представление Close dialog on add - + Закрыть при добавлении File name: - + Имя файла: Add - + Добавить Files of type: - + Тип файла: Close - + Закрыть @@ -58,24 +58,26 @@ Qmmp File Dialog - + Файловый диалог Qmmp About Qmmp File Dialog - + О файловом диалоге Qmmp Writen by: Vladimir Kuznetsov <vovanec@gmail.com> Ilya Kotov <forkotov02@hotmail.ru> - + Разработчики: +Владимир Кузнецов <vovanec@gmail.com> +Илья Котов <forkotov02@hotmail.ru> Some code is copied from the Qt library - + Часть когда использована из библиотеки Qt @@ -83,27 +85,27 @@ Ilya Kotov <forkotov02@hotmail.ru> Add - + Добавить Save - + Сохранить Directories - + Директории already exists. - + уже существует. Do you want to replace it? - + Заменить? diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc b/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc new file mode 100644 index 000000000..e2f53adf5 --- /dev/null +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc @@ -0,0 +1,11 @@ + + + + qmmp_file_dialog_plugin_tr.qm + qmmp_file_dialog_plugin_de.qm + qmmp_file_dialog_plugin_zh_CN.qm + qmmp_file_dialog_plugin_zh_TW.qm + qmmp_file_dialog_plugin_ru.qm + qmmp_file_dialog_plugin_uk_UA.qm + + diff --git a/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_ru.ts b/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_ru.ts index e3b80173a..75b5d7019 100644 --- a/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_ru.ts +++ b/src/plugins/General/dbuscontrol/translations/dbuscontrol_plugin_ru.ts @@ -15,7 +15,7 @@ Qmmp D-Bus Plugin - Модулб D-Bus для Qmmp + Модуль D-Bus для Qmmp 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 @@ - + + QtFileDialogFactory Qt File Dialog - + Файловый диалог Qt diff --git a/src/ui/translations/qmmp_cs.ts b/src/ui/translations/qmmp_cs.ts index 357ee074c..14fe162a3 100644 --- a/src/ui/translations/qmmp_cs.ts +++ b/src/ui/translations/qmmp_cs.ts @@ -96,7 +96,7 @@ Přidat URL - + Error Chyba @@ -172,62 +172,62 @@ ConfigDialog - + Enabled Povoleno - + Description Popis - + Filename Soubor - + Artist Umělec - + Album Album - + Title Název - + Tracknumber Číslo stopy - + Genre Žánr - + Filepath Soubor - + Date Datum - + Year Rok - + Comment Komentář @@ -312,7 +312,7 @@ Nastavení - + Information Informace @@ -377,12 +377,12 @@ Heslo: - + Archived skin Sbalené téma - + Unarchived skin Rozbalené téma @@ -441,11 +441,6 @@ Show full path of a stream - - - Settings - - EqWidget @@ -669,135 +664,140 @@ MainWindow - + Default Seznam - + Choose a directory Výběr adresáře - + Select one or more files to open Vyberte jeden či více souborů k otevření - + &Play Pře&hrát - + X X - + &Pause Pau&za - + C C - + &Stop &Stop - + V V - + &Previous &Předchozí - + Z Z - + &Next &Další - + B B - + &Jump To File Přeskočit na soubo&r - + J J - + &Settings &Nastavení - + Ctrl+P Ctrl+P - + &About O &aplikaci - + &Exit U&končit - + Ctrl+Q Ctrl+Q - + Playlist Files Seznamy skladeb - + Open Playlist Načíst seznam skladeb - + Save Playlist Uložit seznam skladeb - + Space Mezerník - + &About Qt O knihovně &Qt - + &Play/Pause + + + All Supported Bitstreams + + PlayList diff --git a/src/ui/translations/qmmp_de.ts b/src/ui/translations/qmmp_de.ts index 11343d67c..6fc5ced1e 100644 --- a/src/ui/translations/qmmp_de.ts +++ b/src/ui/translations/qmmp_de.ts @@ -96,7 +96,7 @@ URL eingeben und hinzufügen - + Error Fehler @@ -172,62 +172,62 @@ ConfigDialog - + Enabled Aktiviert - + Description Beschreibung - + Filename Dateiname - + Artist Künstler - + Album Album - + Title Titel - + Tracknumber Titelnummer - + Genre Genre - + Filepath Dateipfad - + Date Datum - + Year Jahr - + Comment Kommentar @@ -312,7 +312,7 @@ Konfiguration - + Information Information @@ -377,12 +377,12 @@ Passwort für Proxyserver: - + Archived skin Archivierter Skin - + Unarchived skin Nicht archivierter Skin @@ -441,11 +441,6 @@ Show full path of a stream - - - Settings - - EqWidget @@ -669,135 +664,140 @@ MainWindow - + Default Standard - + Choose a directory Verzeichnis wählen - + Select one or more files to open Eine oder mehrere Dateien zu Öffnen auswählen - + &Play &Wiedergabe - + X X - + &Pause &Pause - + C C - + &Stop &Stop - + V V - + &Previous &Vorheriger Titel - + Z Z - + &Next &Nächster Titel - + B B - + &Jump To File &Springe zu Titel - + J J - + &Settings &Einstellungen - + Ctrl+P Ctrl+P - + &About Ü&ber - + &Exit &Beenden - + Ctrl+Q Ctrl+Q - + Playlist Files Wiedergabelisten - + Open Playlist Wiedergabeliste öffnen - + Save Playlist Wiedergabeliste speichern - + Space Leertaste - + &About Qt Übe&r Qt - + &Play/Pause + + + All Supported Bitstreams + + PlayList diff --git a/src/ui/translations/qmmp_pt_BR.ts b/src/ui/translations/qmmp_pt_BR.ts index 24777a3f8..ad35ca2b3 100644 --- a/src/ui/translations/qmmp_pt_BR.ts +++ b/src/ui/translations/qmmp_pt_BR.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -172,62 +172,62 @@ ConfigDialog - + Enabled Ligado - + Description Descrição - + Filename Nome do Arquivo - + Artist Artista - + Album Álbum - + Title Título - + Tracknumber Número da faixa - + Genre Gênero - + Filepath Pasta do arquivo - + Date Data - + Year Ano - + Comment Comentário @@ -302,7 +302,7 @@ Preferências - + Information Informações @@ -332,12 +332,12 @@ Fechar - + Archived skin - + Unarchived skin @@ -441,11 +441,6 @@ Show full path of a stream - - - Settings - - EqWidget @@ -669,135 +664,140 @@ MainWindow - + Default Padrão - + Choose a directory Escolher o diretorio - + Select one or more files to open Selecionar um ou mais arquivos - + &Play Tocar - + X - + &Pause Pausar - + C - + &Stop Parar - + V - + &Previous Anterior - + Z - + &Next Próximo - + B - + &Jump To File Pular para arquivo - + J - + &Settings Configurações - + Ctrl+P - + &Exit Sair - + Ctrl+Q - + Open Playlist Abrir Playlist - + Save Playlist Salvar Playlist - + &About &Sobre - + Playlist Files ФArquivos de lista de músicas - + Space - + &About Qt - + &Play/Pause + + + All Supported Bitstreams + + PlayList diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts index e21cc5533..3f5b26705 100644 --- a/src/ui/translations/qmmp_ru.ts +++ b/src/ui/translations/qmmp_ru.ts @@ -92,7 +92,7 @@ AddUrlDialog - + Error Ошибка @@ -173,62 +173,62 @@ ConfigDialog - + Enabled Включён - + Description Описание - + Filename Имя файла - + Artist Исполнитель - + Album Альбом - + Title Название - + Tracknumber Номер трека - + Genre Жанр - + Filepath Путь к файлу - + Date Дата - + Year Год - + Comment Комментарий @@ -303,7 +303,7 @@ Настройки - + Information Информация @@ -333,12 +333,12 @@ Закрыть - + Archived skin Упакованная тема - + Unarchived skin Распакованная тема @@ -442,11 +442,6 @@ Show full path of a stream Показывать полный путь для потоков - - - Settings - Настройки - EqWidget @@ -670,135 +665,140 @@ MainWindow - + Default - + Choose a directory Выберите директорию - + Select one or more files to open Выберите один или несколько файлов - + &Play &Воспроизвести - + X - + &Pause &Приостановить - + C - + &Stop &Стоп - + V - + &Previous &Предыдущий фрагмент - + Z - + &Next &Следующий фрагмент - + B - + &Jump To File &Перейти к файлу - + J - + &Settings &Настройки - + Ctrl+P - + &Exit &Выход - + Ctrl+Q - + Open Playlist Открыть список - + Save Playlist Сохранить список - + &About &О программе - + Playlist Files Файлы списков - + Space - + &About Qt &О библиотеке Qt - + &Play/Pause &Воспр/приост + + + All Supported Bitstreams + Все форматы + PlayList diff --git a/src/ui/translations/qmmp_tr.ts b/src/ui/translations/qmmp_tr.ts index 997344c3b..55f1d0fec 100644 --- a/src/ui/translations/qmmp_tr.ts +++ b/src/ui/translations/qmmp_tr.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error @@ -172,62 +172,62 @@ ConfigDialog - + Enabled Etkinleştirildi - + Description Açıklama - + Filename Dosya adı - + Artist Sanatçı - + Album Albüm - + Title Başlık - + Tracknumber Parça Numarası - + Genre Tarz - + Filepath Dosya yolu - + Date Tarih - + Year Yıl - + Comment Yorum @@ -302,7 +302,7 @@ Tercihler - + Information Bilgi @@ -332,12 +332,12 @@ Kapat - + Archived skin - + Unarchived skin @@ -441,11 +441,6 @@ Show full path of a stream - - - Settings - - EqWidget @@ -669,135 +664,140 @@ MainWindow - + Default Öntanımlı - + Choose a directory Bir dizin seçin - + Select one or more files to open Açmak için bir yada daha çok dosya seçin - + &Play &Çal - + X X - + &Pause &Duraklat - + C C - + &Stop &Durdur - + V V - + &Previous &Önceki - + Z Z - + &Next &Sonraki - + B B - + &Jump To File &Parçaya Git - + J J - + &Settings &Ayarlar - + Ctrl+P Ctrl+P - + &Exit &Çıkış - + Ctrl+Q Ctrl+Q - + Open Playlist Çalma Listesini Aç - + Save Playlist Çalma Listesini Kaydet - + &About &Hakkında - + Playlist Files Çalma Listesi Dosyaları - + Space - + &About Qt - + &Play/Pause + + + All Supported Bitstreams + + PlayList diff --git a/src/ui/translations/qmmp_uk_UA.ts b/src/ui/translations/qmmp_uk_UA.ts index d927506cd..3fc158414 100644 --- a/src/ui/translations/qmmp_uk_UA.ts +++ b/src/ui/translations/qmmp_uk_UA.ts @@ -1,6 +1,5 @@ - AboutDialog @@ -92,7 +91,7 @@ AddUrlDialog - + Error Помилка @@ -173,62 +172,62 @@ ConfigDialog - + Enabled Увімкнено - + Description Пояснення - + Filename Им'я файлу - + Artist Виконавець - + Album Альбом - + Title Назва - + Tracknumber Номер треку - + Genre Жанр - + Filepath Шлях до файлу - + Date Дата - + Year Рік - + Comment Коментар @@ -303,7 +302,7 @@ Налаштування - + Information Інформація @@ -333,12 +332,12 @@ Закрити - + Archived skin Упакована тема - + Unarchived skin Розпакована тема @@ -442,11 +441,6 @@ Show full path of a stream Показувати повний шлях для потоків - - - Settings - Налаштування - EqWidget @@ -670,135 +664,140 @@ MainWindow - + Default За умовчанням - + Choose a directory Виберіть теку - + Select one or more files to open Виберіть один чи кілька файлів - + &Play &Відтворити - + X - + &Pause &Пауза - + C - + &Stop &Стоп - + V - + &Previous &Назад - + Z - + &Next &Вперед - + B - + &Jump To File &Перейти до файлу - + J - + &Settings &Налаштування - + Ctrl+P - + &Exit &Вихід - + Ctrl+Q - + Open Playlist Відкрити список - + Save Playlist Зберегти список - + &About &Про програму - + Playlist Files Файли списків - + Space - + &About Qt &Про Qt - + &Play/Pause &Грати/Пауза + + + All Supported Bitstreams + + PlayList diff --git a/src/ui/translations/qmmp_zh_CN.ts b/src/ui/translations/qmmp_zh_CN.ts index b6cb72e97..458fe5939 100644 --- a/src/ui/translations/qmmp_zh_CN.ts +++ b/src/ui/translations/qmmp_zh_CN.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error 错误 @@ -172,62 +172,62 @@ ConfigDialog - + Enabled 启用 - + Description 描述 - + Filename 文件名 - + Artist 艺术家 - + Album 专辑 - + Title 标题 - + Tracknumber 音轨 - + Genre 流派 - + Filepath 文件路径 - + Date 日期 - + Year 年代 - + Comment 备注 @@ -302,7 +302,7 @@ 参数设置 - + Information 信息 @@ -332,12 +332,12 @@ 关闭 - + Archived skin 压缩皮肤 - + Unarchived skin 未压缩皮肤 @@ -441,11 +441,6 @@ Show full path of a stream 显示媒体流的完整路径 - - - Settings - 设置 - EqWidget @@ -669,135 +664,140 @@ MainWindow - + Default 默认 - + Choose a directory 选择一个目录 - + Select one or more files to open 选择打开一个或更多文件 - + &Play 播放(&P) - + X X - + &Pause 暂停(&P) - + C C - + &Stop 停止(&S) - + V V - + &Previous 上一曲(&P) - + Z Z - + &Next 下一曲(&N) - + B B - + &Jump To File 跳到文件(&J) - + J J - + &Settings 设置(&S) - + Ctrl+P Ctrl+P - + &Exit 退出(&E) - + Ctrl+Q Ctrl+Q - + Open Playlist 打开播放列表 - + Save Playlist 保存播放列表 - + &About 关于(&A) - + Playlist Files 播放列表文件 - + Space 空格 - + &About Qt 关于 Qt (&A) - + &Play/Pause 播放/暂停(&P) + + + All Supported Bitstreams + + PlayList diff --git a/src/ui/translations/qmmp_zh_TW.ts b/src/ui/translations/qmmp_zh_TW.ts index 5a15d1fc8..a11a29af4 100644 --- a/src/ui/translations/qmmp_zh_TW.ts +++ b/src/ui/translations/qmmp_zh_TW.ts @@ -91,7 +91,7 @@ AddUrlDialog - + Error 錯誤 @@ -172,62 +172,62 @@ ConfigDialog - + Enabled 啟用 - + Description 說明 - + Filename 檔名 - + Artist 藝術家 - + Album 專輯 - + Title 標題 - + Tracknumber 音軌 - + Genre 流派 - + Filepath 檔案路徑 - + Date 日期 - + Year 年代 - + Comment 備註 @@ -302,7 +302,7 @@ 引數設定 - + Information 資訊 @@ -332,12 +332,12 @@ 關閉 - + Archived skin 封包皮膚 - + Unarchived skin 未封包皮膚 @@ -441,11 +441,6 @@ Show full path of a stream 察看媒體流的完整路徑 - - - Settings - 設定 - EqWidget @@ -669,135 +664,140 @@ MainWindow - + Default 預設 - + Choose a directory 選取一個目錄 - + Select one or more files to open 選取開啟一個或更多檔案 - + &Play 播放(&P) - + X X - + &Pause 暫停(&P) - + C C - + &Stop 停止(&S) - + V V - + &Previous 上一曲(&P) - + Z Z - + &Next 下一曲(&N) - + B B - + &Jump To File 跳到檔案(&J) - + J J - + &Settings 設定(&S) - + Ctrl+P Ctrl+P - + &Exit 結束(&E) - + Ctrl+Q Ctrl+Q - + Open Playlist 開啟播放清單 - + Save Playlist 儲存播放清單 - + &About 關於(&A) - + Playlist Files 播放清單檔案 - + Space 空格 - + &About Qt 關於 Qt (&A) - + &Play/Pause 播放/暫停(&P) + + + All Supported Bitstreams + + PlayList -- cgit v1.2.3-13-gbd6f