diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-23 20:16:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-23 20:16:54 +0000 |
| commit | 73c451bb2127d3f3800e29607c7798e630e57e25 (patch) | |
| tree | 9570167afe74a8ab2e62d1e90c2cc44d7d59bd18 /src/plugins/Input/sndfile | |
| parent | 41342d54449fa9e6e32f5beae6cbff89469b9a37 (diff) | |
| download | qmmp-73c451bb2127d3f3800e29607c7798e630e57e25.tar.gz qmmp-73c451bb2127d3f3800e29607c7798e630e57e25.tar.bz2 qmmp-73c451bb2127d3f3800e29607c7798e630e57e25.zip | |
updated Turkish translation (author: Bilgesu Güngör)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1070 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sndfile')
| -rw-r--r-- | src/plugins/Input/sndfile/sndfile.pro | 3 | ||||
| -rw-r--r-- | src/plugins/Input/sndfile/translations/sndfile_plugin_tr.ts | 37 | ||||
| -rw-r--r-- | src/plugins/Input/sndfile/translations/translations.qrc | 1 |
3 files changed, 40 insertions, 1 deletions
diff --git a/src/plugins/Input/sndfile/sndfile.pro b/src/plugins/Input/sndfile/sndfile.pro index ca82a2d47..e5fe3f6d5 100644 --- a/src/plugins/Input/sndfile/sndfile.pro +++ b/src/plugins/Input/sndfile/sndfile.pro @@ -25,7 +25,8 @@ TRANSLATIONS = translations/sndfile_plugin_cs.ts \ translations/sndfile_plugin_ru.ts \ translations/sndfile_plugin_pl.ts \ translations/sndfile_plugin_uk_UA.ts \ - translations/sndfile_plugin_it.ts + translations/sndfile_plugin_it.ts \ + translations/sndfile_plugin_tr.ts RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ diff --git a/src/plugins/Input/sndfile/translations/sndfile_plugin_tr.ts b/src/plugins/Input/sndfile/translations/sndfile_plugin_tr.ts new file mode 100644 index 000000000..3468821d0 --- /dev/null +++ b/src/plugins/Input/sndfile/translations/sndfile_plugin_tr.ts @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>DecoderSndFileFactory</name> + <message> + <location filename="../decodersndfilefactory.cpp" line="66"/> + <source>Sndfile Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="68"/> + <source>PCM Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="136"/> + <source>About Sndfile Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="137"/> + <source>Qmmp Sndfile Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="138"/> + <source>Compiled against</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersndfilefactory.cpp" line="139"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/sndfile/translations/translations.qrc b/src/plugins/Input/sndfile/translations/translations.qrc index 167250aea..6d21f0e0f 100644 --- a/src/plugins/Input/sndfile/translations/translations.qrc +++ b/src/plugins/Input/sndfile/translations/translations.qrc @@ -9,5 +9,6 @@ <file>sndfile_plugin_pl.qm</file> <file>sndfile_plugin_ru.qm</file> <file>sndfile_plugin_uk_UA.qm</file> + <file>sndfile_plugin_tr.qm</file> </qresource> </RCC> |
