From 77621d87cddda5def4646bcbbb3ecabfd1342c91 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 27 Jul 2009 07:29:06 +0000 Subject: 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 --- src/plugins/General/fileops/fileops.pro | 3 +- .../fileops/translations/fileops_plugin_lt.ts | 212 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + src/plugins/General/hal/hal.pro | 4 +- .../General/hal/translations/hal_plugin_lt.ts | 88 +++++++++ .../General/hal/translations/translations.qrc | 1 + src/plugins/General/hotkey/hotkey.pro | 3 +- .../hotkey/translations/hotkey_plugin_lt.ts | 108 +++++++++++ .../General/hotkey/translations/translations.qrc | 1 + src/plugins/General/lyrics/lyrics.pro | 3 +- .../lyrics/translations/lyrics_plugin_lt.ts | 114 +++++++++++ .../General/lyrics/translations/translations.qrc | 1 + src/plugins/General/mpris/mpris.pro | 3 +- .../General/mpris/translations/mpris_plugin_lt.ts | 27 +++ .../General/mpris/translations/translations.qrc | 1 + src/plugins/General/notifier/notifier.pro | 3 +- .../notifier/translations/notifier_plugin_lt.ts | 88 +++++++++ .../General/notifier/translations/translations.qrc | 1 + src/plugins/General/scrobbler/scrobbler.pro | 4 +- .../scrobbler/translations/scrobbler_plugin_lt.ts | 57 ++++++ .../scrobbler/translations/translations.qrc | 1 + src/plugins/General/statusicon/statusicon.pro | 3 +- .../translations/statusicon_plugin_lt.ts | 92 +++++++++ .../statusicon/translations/translations.qrc | 1 + 24 files changed, 812 insertions(+), 8 deletions(-) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_lt.ts create mode 100644 src/plugins/General/hal/translations/hal_plugin_lt.ts create mode 100644 src/plugins/General/hotkey/translations/hotkey_plugin_lt.ts create mode 100644 src/plugins/General/lyrics/translations/lyrics_plugin_lt.ts create mode 100644 src/plugins/General/mpris/translations/mpris_plugin_lt.ts create mode 100644 src/plugins/General/notifier/translations/notifier_plugin_lt.ts create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts create mode 100644 src/plugins/General/statusicon/translations/statusicon_plugin_lt.ts (limited to 'src/plugins/General') diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index 96f0777c6..c3ade3792 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -24,7 +24,8 @@ TRANSLATIONS = translations/fileops_plugin_cs.ts \ translations/fileops_plugin_pl.ts \ translations/fileops_plugin_uk_UA.ts \ translations/fileops_plugin_it.ts \ - translations/fileops_plugin_tr.ts + translations/fileops_plugin_tr.ts \ + translations/fileops_plugin_lt.ts RESOURCES = translations/translations.qrc wnix { isEmpty(LIB_DIR){ diff --git a/src/plugins/General/fileops/translations/fileops_plugin_lt.ts b/src/plugins/General/fileops/translations/fileops_plugin_lt.ts new file mode 100644 index 000000000..57fce0f3b --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_lt.ts @@ -0,0 +1,212 @@ + + + + + FileOps + + + Error + Klaida + + + + Destination directory doesn't exist + Aplankas neegzistuoja + + + + Copying + Kopijuoju + + + + Stop + Stop + + + + Copying file %1/%2 + Kopijuoju bylą %1/%2 + + + + Remove files + Ištrinti bylas + + + + Are you sure you want to remove %1 file(s) from disk + Ar tikrai nori ištrinti šias %1 bylas iš disko + + + + FileOpsFactory + + + File Operations Plugin + Bylų įskiepis + + + + About File Operations Plugin + Apie bylų įskiepį + + + + Qmmp File Operations Plugin + Qmmp bylų įskiepis + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + HotkeyDialog + + + Modify Shortcut + Pakeisti klavišo funkciją + + + + Press the key combination you want to assign + Paspauskiteklavišų kombinaciją, į kurią norite pakeisti + + + + Clear + Išvalyti + + + + SettingsDialog + + + + Copy + Kopijuoti + + + + + Rename + Pervadinti + + + + + Remove + Ištrinti + + + + New action + Naujas veiksmas + + + + Artist + Atlikėjas + + + + Album + Albumas + + + + Title + Pavadinimas + + + + Tracknumber + Takelio numeris + + + + Genre + Žanras + + + + Filename + Bylos pavadinimas + + + + Date + Data + + + + Year + Metai + + + + Comment + Komentaras + + + + Choose a directory + Pasirinkite aplanką + + + + File Operations Settings + Bylų operacijų nustatymai + + + + Enabled + Įjungta + + + + Operation + Operacija + + + + Menu text + Meniu tekstas + + + + Shortcut + Mygtuko nuoroda + + + + + + + + + + - + + + + + + + + ... + + + + + Destination: + Paskirtis: + + + + File name pattern: + Bylos plėtinys: + + + diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index 3c225ac13..9adeba788 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -10,5 +10,6 @@ fileops_plugin_de.qm fileops_plugin_pl.qm fileops_plugin_tr.qm + fileops_plugin_lt.qm diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 594dff9e5..2103f3a29 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -20,7 +20,9 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \ translations/hal_plugin_pl.ts \ translations/hal_plugin_uk_UA.ts \ translations/hal_plugin_it.ts \ - translations/hal_plugin_tr.ts + translations/hal_plugin_tr.ts \ + translations/hal_plugin_lt.ts \ + RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hal/translations/hal_plugin_lt.ts b/src/plugins/General/hal/translations/hal_plugin_lt.ts new file mode 100644 index 000000000..42de910bd --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_lt.ts @@ -0,0 +1,88 @@ + + + + + HalFactory + + + HAL Plugin + HAL įskiepis + + + + About HAL Plugin + Apie HAL įskiepį + + + + Qmmp HAL Plugin + qmmp HAL įskiepis + + + + This plugin provides removable devices detection using HAL + Šis įskiepis atlieka išorinių prijungiamų įrenginių aptikimą naudojant HAL + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov + + + + Based on Solid (KDE hardware library) + Sukurta Solid pagrindu (KDE biblioteka) + + + + HalPlugin + + + Add CD "%1" + Pridėti CD "%1" + + + + Add Volume "%1" + Pridėti tomą "%1" + + + + SettingsDialog + + + HAL Plugin Settings + HAL įskiepio nustatymai + + + + CD Audio Detection + Audio CD aptikimas + + + + Add tracks to playlist automatically + Įdėti takelius į grojaraštį automatiškai + + + + Remove tracks from playlist automatically + Pašalinti takelius iš grojaraščio automatiškai + + + + Removable Device Detection + Išorinių įrenginių aptikimas + + + + Add files to playlist automatically + Įdėti takelius į grojaratį automatiškai + + + + Remove files from playlist automatically + Pašalinti takelius iš grojaraščio automatiškai + + + diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index cdca7ccb9..baab4610e 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -10,5 +10,6 @@ hal_plugin_de.qm hal_plugin_pl.qm hal_plugin_tr.qm + hal_plugin_lt.qm diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index cc394ffc4..21ef268f3 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -19,7 +19,8 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \ translations/hotkey_plugin_pl.ts \ translations/hotkey_plugin_uk_UA.ts \ translations/hotkey_plugin_it.ts \ - translations/hotkey_plugin_tr.ts + translations/hotkey_plugin_tr.ts \ + translations/hotkey_plugin_lt.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_lt.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_lt.ts new file mode 100644 index 000000000..b88b871a8 --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_lt.ts @@ -0,0 +1,108 @@ + + + + + HotkeyDialog + + + Modify Shortcut + Keisti nuorodą + + + + Press the key combination you want to assign + Paspauskite klavišų kombinaciją, kurią norite priskirti + + + + Clear + Išvalyti + + + + HotkeyFactory + + + Global Hotkey Plugin + Global Hotkey klavišų įskiepis + + + + About Global Hotkey Plugin + Apie Global Hotkey įskiepį + + + + Qmmp Global Hotkey Plugin + Qmmp Global Hotkey įskiepis + + + + This plugin adds support for multimedia keys or global key combinations + This plugin adds support for multimedia keys or global key combinations + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Play + Groti + + + + Stop + Stabdyti + + + + Pause + Pauzė + + + + Play/Pause + Groti/Pauzė + + + + Next + Sekantis takelis + + + + Previous + Ankstesnis takelis + + + + Show/Hide + Rodyti/Slėpti + + + + Global Hotkey Plugin Settings + Global Hotkey nustatymai + + + + Action + Veiksmas + + + + Shortcut + Nuoroda + + + + Reset + Ištrinti + + + diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index 3aeb304dd..2326eb2c0 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -10,5 +10,6 @@ hotkey_plugin_ru.qm hotkey_plugin_uk_UA.qm hotkey_plugin_tr.qm + hotkey_plugin_lt.qm 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 @@ + + + + + Lyrics + + + View Lyrics + Rodyti tekstą + + + + Ctrl+L + + + + + LyricsFactory + + + Lyrics Plugin + Lyrics įskiepis + + + + About Lyrics Plugin + Apie Lyrics įskiepį + + + + Qmmp Lyrics Plugin + Qmmp Lyrics įskiepis + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + This plugin retrieves lyrics from LyricWiki.org + Šis įskiepis atsiunčia dainų žodžius iš LyricWiki.org + + + + LyricsWindow + + + Lyrics: %1 - %2 + Dainos tekstas: %1 - %2 + + + + + No connection + Nėra ryšio + + + + Looking up host... + Ieškau serverio... + + + + Connecting... + Susijungiu... + + + + Sending request... + Siunčiu užklausą... + + + + Receiving + Gaunu + + + + Connected + Susijungiau + + + + Closing connection... + Atsijungiu... + + + + Lyrics Plugin + Lyrics įskiepis + + + + Artist: + Atlikėjas: + + + + Title: + Pavadinimas: + + + + Search + Ieškoti + + + + Close + Uždaryti + + + 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 @@ lyrics_plugin_pl.qm lyrics_plugin_de.qm lyrics_plugin_tr.qm + lyrics_plugin_lt.qm diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index d0277485d..1c963b95e 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -20,7 +20,8 @@ TRANSLATIONS = translations/mpris_plugin_cs.ts \ translations/mpris_plugin_pl.ts \ translations/mpris_plugin_uk_UA.ts \ translations/mpris_plugin_it.ts \ - translations/mpris_plugin_tr.ts + translations/mpris_plugin_tr.ts \ + translations/mpris_plugin_lt.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/mpris/translations/mpris_plugin_lt.ts b/src/plugins/General/mpris/translations/mpris_plugin_lt.ts new file mode 100644 index 000000000..29d31efbe --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_plugin_lt.ts @@ -0,0 +1,27 @@ + + + + + MPRISFactory + + + MPRIS Plugin + MPRIS įskiepis + + + + About MPRIS Plugin + Apie MPRIS įskiepį + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + Qmmp MPRIS Plugin + Qmmp MPRIS įskiepis + + + diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc index 9f65dd5a3..a60ddeeb6 100644 --- a/src/plugins/General/mpris/translations/translations.qrc +++ b/src/plugins/General/mpris/translations/translations.qrc @@ -10,5 +10,6 @@ mpris_plugin_ru.qm mpris_plugin_uk_UA.qm mpris_plugin_tr.qm + mpris_plugin_lt.qm diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index 76d114662..120d43392 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -23,7 +23,8 @@ TRANSLATIONS = translations/notifier_plugin_cs.ts \ translations/notifier_plugin_pl.ts \ translations/notifier_plugin_uk_UA.ts \ translations/notifier_plugin_it.ts \ - translations/notifier_plugin_tr.ts + translations/notifier_plugin_tr.ts \ + translations/notifier_plugin_lt.ts RESOURCES = notifier_images.qrc \ translations/translations.qrc diff --git a/src/plugins/General/notifier/translations/notifier_plugin_lt.ts b/src/plugins/General/notifier/translations/notifier_plugin_lt.ts new file mode 100644 index 000000000..4483f86c9 --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_lt.ts @@ -0,0 +1,88 @@ + + + + + NotifierFactory + + + Notifier Plugin + Notifier įskiepis + + + + About Notifier Plugin + Apie Notifier įskiepį + + + + Qmmp Notifier Plugin + Qmmp Notifier Įskiepis + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + PopupWidget + + + Volume: + Garsumas: + + + + SettingsDialog + + + Notifier Plugin Settings + Notifier įskiepio nustatymai + + + + Psi Notification + Psi pranešimas + + + + Enable Psi notification + Įjungti Psi pranešimą + + + + Desktop Notification + Pranešimas darbalaukyje + + + + Position + Padėtis + + + + Song change notification + Pranešti pasikeitus dainai + + + + Volume change notification + Pranešti pasikeitus garsumui + + + + Delay, ms: + Užlaikymas (ms): + + + + Transparency + Permatomumas + + + + 0 + + + + diff --git a/src/plugins/General/notifier/translations/translations.qrc b/src/plugins/General/notifier/translations/translations.qrc index f96792a4b..1e1776f7e 100644 --- a/src/plugins/General/notifier/translations/translations.qrc +++ b/src/plugins/General/notifier/translations/translations.qrc @@ -10,5 +10,6 @@ notifier_plugin_ru.qm notifier_plugin_uk_UA.qm notifier_plugin_tr.qm + notifier_plugin_lt.qm diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 01cf21be2..1140c9b5b 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -15,7 +15,9 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ translations/scrobbler_plugin_pl.ts \ translations/scrobbler_plugin_uk_UA.ts \ translations/scrobbler_plugin_it.ts \ - translations/scrobbler_plugin_tr.ts + translations/scrobbler_plugin_tr.ts \ + translations/scrobbler_plugin_lt.ts + RESOURCES = translations/translations.qrc unix { isEmpty(LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts new file mode 100644 index 000000000..a7ffba4e4 --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts @@ -0,0 +1,57 @@ + + + + + ScrobblerFactory + + + Scrobbler Plugin + Scrobbler įskiepis + + + + About Scrobbler Plugin + Apie Scrobbler įskiepį + + + + Qmmp AudioScrobbler Plugin + Qmmp AudioScrobbler įskiepis + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Scrobbler Plugin Settings + Scrobbler įskiepio nustatymai + + + + Last.fm + + + + + + User name: + Vartotojo vardas: + + + + + Password: + Slaptažodis: + + + + Libre.fm + + + + diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc index 9b0536c39..60eb8246c 100644 --- a/src/plugins/General/scrobbler/translations/translations.qrc +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -10,5 +10,6 @@ scrobbler_plugin_ru.qm scrobbler_plugin_uk_UA.qm scrobbler_plugin_tr.qm + scrobbler_plugin_lt.qm diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro index e11f47e1f..b4b7c2667 100644 --- a/src/plugins/General/statusicon/statusicon.pro +++ b/src/plugins/General/statusicon/statusicon.pro @@ -29,7 +29,8 @@ TRANSLATIONS = translations/statusicon_plugin_cs.ts \ translations/statusicon_plugin_pl.ts \ translations/statusicon_plugin_uk_UA.ts \ translations/statusicon_plugin_it.ts \ - translations/statusicon_plugin_tr.ts + translations/statusicon_plugin_tr.ts \ + translations/statusicon_plugin_lt.ts RESOURCES = translations/translations.qrc unix{ diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_lt.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_lt.ts new file mode 100644 index 000000000..1b718f0f3 --- /dev/null +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_lt.ts @@ -0,0 +1,92 @@ + + + + SettingsDialog + + + Status Icon Plugin Settings + Status Icon įskiepio nustatymai + + + + Show message + Rodyti pranešimą + + + + Show tooltip + Rodyti iššokantį balionėlį + + + + Message delay, ms: + Pranešimo užlaikymas (ms): + + + + Cancel + Atšaukti + + + + StatusIcon + + + Play + Groti + + + + Pause + Pauzė + + + + Stop + Stop + + + + Next + Sekantis takelis + + + + Previous + Ankstesnis takelis + + + + Exit + Uždaryti + + + + Now Playing + Dabar groju + + + + StatusIconFactory + + + Status Icon Plugin + Status Icon įskiepis + + + + About Status Icon Plugin + Apie Status Icon įskiepį + + + + Qmmp Status Icon Plugin + Qmmp Status Icon įskiepis + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + diff --git a/src/plugins/General/statusicon/translations/translations.qrc b/src/plugins/General/statusicon/translations/translations.qrc index aad014707..bca3f3d4b 100644 --- a/src/plugins/General/statusicon/translations/translations.qrc +++ b/src/plugins/General/statusicon/translations/translations.qrc @@ -10,5 +10,6 @@ statusicon_plugin_ru.qm statusicon_plugin_uk_UA.qm statusicon_plugin_tr.qm + statusicon_plugin_lt.qm -- cgit v1.2.3-13-gbd6f