diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-27 07:29:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-27 07:29:06 +0000 |
| commit | 77621d87cddda5def4646bcbbb3ecabfd1342c91 (patch) | |
| tree | 976ecd188f65de2608dd1358408af02089efe1c2 /src/plugins/General/lyrics | |
| parent | 02b659277328364d740407dd840523dad0662c9f (diff) | |
| download | qmmp-77621d87cddda5def4646bcbbb3ecabfd1342c91.tar.gz qmmp-77621d87cddda5def4646bcbbb3ecabfd1342c91.tar.bz2 qmmp-77621d87cddda5def4646bcbbb3ecabfd1342c91.zip | |
added Lithuanian translation (author: Algirdas Butkus)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1076 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics')
| -rw-r--r-- | src/plugins/General/lyrics/lyrics.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/translations/lyrics_plugin_lt.ts | 114 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/translations/translations.qrc | 1 |
3 files changed, 117 insertions, 1 deletions
diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index 1e4c55ade..1d3078590 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -24,7 +24,8 @@ TRANSLATIONS = translations/lyrics_plugin_cs.ts \ translations/lyrics_plugin_pl.ts \ translations/lyrics_plugin_uk_UA.ts \ translations/lyrics_plugin_it.ts \ - translations/lyrics_plugin_tr.ts + translations/lyrics_plugin_tr.ts \ + translations/lyrics_plugin_lt.ts RESOURCES = translations/translations.qrc wnix{ isEmpty(LIB_DIR){ diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_lt.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_lt.ts new file mode 100644 index 000000000..624c07431 --- /dev/null +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_lt.ts @@ -0,0 +1,114 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="lt"> +<context> + <name>Lyrics</name> + <message> + <location filename="../lyrics.cpp" line="35"/> + <source>View Lyrics</source> + <translation>Rodyti tekstą</translation> + </message> + <message> + <location filename="../lyrics.cpp" line="36"/> + <source>Ctrl+L</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LyricsFactory</name> + <message> + <location filename="../lyricsfactory.cpp" line="29"/> + <source>Lyrics Plugin</source> + <translation>Lyrics įskiepis</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="50"/> + <source>About Lyrics Plugin</source> + <translation>Apie Lyrics įskiepį</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="51"/> + <source>Qmmp Lyrics Plugin</source> + <translation>Qmmp Lyrics įskiepis</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Sukūrė: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="52"/> + <source>This plugin retrieves lyrics from LyricWiki.org</source> + <translation>Šis įskiepis atsiunčia dainų žodžius iš LyricWiki.org</translation> + </message> +</context> +<context> + <name>LyricsWindow</name> + <message> + <location filename="../lyricswindow.cpp" line="90"/> + <source>Lyrics: %1 - %2</source> + <translation>Dainos tekstas: %1 - %2</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="66"/> + <location filename="../lyricswindow.ui" line="67"/> + <source>No connection</source> + <translation>Nėra ryšio</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="69"/> + <source>Looking up host...</source> + <translation>Ieškau serverio...</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="72"/> + <source>Connecting...</source> + <translation>Susijungiu...</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="75"/> + <source>Sending request...</source> + <translation>Siunčiu užklausą...</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="78"/> + <source>Receiving</source> + <translation>Gaunu</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="81"/> + <source>Connected</source> + <translation>Susijungiau</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="84"/> + <source>Closing connection...</source> + <translation>Atsijungiu...</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="14"/> + <source>Lyrics Plugin</source> + <translation>Lyrics įskiepis</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="31"/> + <source>Artist:</source> + <translation>Atlikėjas:</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="41"/> + <source>Title:</source> + <translation>Pavadinimas:</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="51"/> + <source>Search</source> + <translation>Ieškoti</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="87"/> + <source>Close</source> + <translation>Uždaryti</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc index 4a49599db..8e94ccb06 100644 --- a/src/plugins/General/lyrics/translations/translations.qrc +++ b/src/plugins/General/lyrics/translations/translations.qrc @@ -10,5 +10,6 @@ <file>lyrics_plugin_pl.qm</file> <file>lyrics_plugin_de.qm</file> <file>lyrics_plugin_tr.qm</file> + <file>lyrics_plugin_lt.qm</file> </qresource> </RCC> |
