From 73c451bb2127d3f3800e29607c7798e630e57e25 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 23 Jul 2009 20:16:54 +0000 Subject: updated Turkish translation (author: Bilgesu Güngör) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1070 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mplayer/mplayer.pro | 3 +- .../mplayer/translations/mplayer_plugin_it.ts | 1 - .../mplayer/translations/mplayer_plugin_ru.ts | 23 ++- .../mplayer/translations/mplayer_plugin_tr.ts | 187 +++++++++++++++++++++ .../mplayer/translations/mplayer_plugin_uk_UA.ts | 23 ++- .../Input/mplayer/translations/translations.qrc | 1 + 6 files changed, 232 insertions(+), 6 deletions(-) create mode 100644 src/plugins/Input/mplayer/translations/mplayer_plugin_tr.ts (limited to 'src/plugins/Input/mplayer') diff --git a/src/plugins/Input/mplayer/mplayer.pro b/src/plugins/Input/mplayer/mplayer.pro index c781d7b33..201ecbffd 100644 --- a/src/plugins/Input/mplayer/mplayer.pro +++ b/src/plugins/Input/mplayer/mplayer.pro @@ -30,7 +30,8 @@ TRANSLATIONS = translations/mplayer_plugin_ru.ts \ translations/mplayer_plugin_cs.ts \ translations/mplayer_plugin_pl.ts \ translations/mplayer_plugin_de.ts \ - translations/mplayer_plugin_it.ts + translations/mplayer_plugin_it.ts \ + translations/mplayer_plugin_tr.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/Input/mplayer/translations/mplayer_plugin_it.ts b/src/plugins/Input/mplayer/translations/mplayer_plugin_it.ts index db7d3e7e4..f2e311c30 100644 --- a/src/plugins/Input/mplayer/translations/mplayer_plugin_it.ts +++ b/src/plugins/Input/mplayer/translations/mplayer_plugin_it.ts @@ -1,7 +1,6 @@ - DecoderMplayerFactory diff --git a/src/plugins/Input/mplayer/translations/mplayer_plugin_ru.ts b/src/plugins/Input/mplayer/translations/mplayer_plugin_ru.ts index 2673babb5..0fabd7c71 100644 --- a/src/plugins/Input/mplayer/translations/mplayer_plugin_ru.ts +++ b/src/plugins/Input/mplayer/translations/mplayer_plugin_ru.ts @@ -1,6 +1,6 @@ - - + + DecoderMplayerFactory @@ -42,6 +42,18 @@ Закрыть + + + + + + + + + + + + - - @@ -87,6 +99,7 @@ Разрешение: + Bitrate: Битовая частота: @@ -102,6 +115,7 @@ Частота кадров: + Codec: Кодек: @@ -135,6 +149,11 @@ SettingsDialog + + + + + default по умолчанию diff --git a/src/plugins/Input/mplayer/translations/mplayer_plugin_tr.ts b/src/plugins/Input/mplayer/translations/mplayer_plugin_tr.ts new file mode 100644 index 000000000..94d18fac3 --- /dev/null +++ b/src/plugins/Input/mplayer/translations/mplayer_plugin_tr.ts @@ -0,0 +1,187 @@ + + + + + DecoderMplayerFactory + + + Mplayer Plugin + + + + + Video Files + + + + + About MPlayer Plugin + + + + + Qmmp MPlayer Plugin + + + + + This plugin uses MPlayer as backend + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + DetailsDialog + + + KB + + + + + Details + + + + + General information + + + + + File path: + + + + + Size: + + + + + + + + + + + + + + + + + - + + + + + Demuxer: + + + + + Length: + + + + + Video + + + + + Resolution: + + + + + + Bitrate: + + + + + Format: + + + + + FPS: + + + + + + Codec: + + + + + Aspect ratio: + + + + + Audio + + + + + Sample rate: + + + + + Channels: + + + + + Close + + + + + SettingsDialog + + + + + + + + default + + + + + MPlayer Settings + + + + + Video: + + + + + Audio: + + + + + Audio/video auto synchronization + + + + + Synchronization factor: + + + + diff --git a/src/plugins/Input/mplayer/translations/mplayer_plugin_uk_UA.ts b/src/plugins/Input/mplayer/translations/mplayer_plugin_uk_UA.ts index 562c8b050..95a95ccb6 100644 --- a/src/plugins/Input/mplayer/translations/mplayer_plugin_uk_UA.ts +++ b/src/plugins/Input/mplayer/translations/mplayer_plugin_uk_UA.ts @@ -1,6 +1,6 @@ - - + + DecoderMplayerFactory @@ -42,6 +42,18 @@ Закрити + + + + + + + + + + + + - - @@ -87,6 +99,7 @@ Роздільність: + Bitrate: Бітрейт: @@ -102,6 +115,7 @@ Кадрів в секунду: + Codec: Кодек: @@ -135,6 +149,11 @@ SettingsDialog + + + + + default за умовчанням diff --git a/src/plugins/Input/mplayer/translations/translations.qrc b/src/plugins/Input/mplayer/translations/translations.qrc index b36863273..e2a59f27b 100644 --- a/src/plugins/Input/mplayer/translations/translations.qrc +++ b/src/plugins/Input/mplayer/translations/translations.qrc @@ -9,5 +9,6 @@ mplayer_plugin_pl.qm mplayer_plugin_cs.qm mplayer_plugin_de.qm + mplayer_plugin_tr.qm -- cgit v1.2.3-13-gbd6f