2014-11-25 13:30:33 +00:00
|
|
|
# Lithuanian translations for plasma_applet_timer package.
|
|
|
|
# This file is distributed under the same license as the plasma_applet_timer package.
|
|
|
|
#
|
|
|
|
# Andrius Štikonas <andrius@stikonas.eu>, 2008.
|
|
|
|
# Remigijus Jarmalavičius <remigijus@jarmalavicius.lt>, 2011.
|
|
|
|
# Liudas Ališauskas <liudas@akmc.lt>, 2012.
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: plasma_applet_timer\n"
|
2015-01-31 01:27:03 +00:00
|
|
|
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
|
2023-08-10 00:47:38 +03:00
|
|
|
"POT-Creation-Date: 2023-08-10 00:42+0300\n"
|
2014-11-25 13:30:33 +00:00
|
|
|
"PO-Revision-Date: 2012-12-26 10:39+0200\n"
|
|
|
|
"Last-Translator: Liudas Ališauskas <liudas@akmc.lt>\n"
|
|
|
|
"Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
|
|
|
|
"Language: lt\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2023-08-10 00:47:38 +03:00
|
|
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || "
|
|
|
|
"n%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
|
2014-11-25 13:30:33 +00:00
|
|
|
"X-Generator: Lokalize 1.5\n"
|
|
|
|
|
2023-08-10 00:47:38 +03:00
|
|
|
#: customtimeeditor.cpp:71
|
2014-11-25 13:30:33 +00:00
|
|
|
msgctxt "separator of hours:minutes:seconds in timer strings"
|
|
|
|
msgid ":"
|
|
|
|
msgstr ":"
|
|
|
|
|
2015-01-31 01:27:03 +00:00
|
|
|
#. i18n: file: predefinedTimersConfig.ui:14
|
2014-11-25 13:30:33 +00:00
|
|
|
#. i18n: ectx: property (windowTitle), widget (QWidget, predefinedTimersConfig)
|
2015-01-31 01:27:03 +00:00
|
|
|
#: rc.cpp:3
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Timer Configuration"
|
|
|
|
msgstr "Laiko nustatymai"
|
|
|
|
|
2015-01-31 01:27:03 +00:00
|
|
|
#. i18n: file: timerConfig.ui:23
|
|
|
|
#. i18n: ectx: property (text), widget (QLabel, label_2)
|
|
|
|
#: rc.cpp:6
|
|
|
|
msgid "Appearance"
|
|
|
|
msgstr "Išvaizda"
|
|
|
|
|
|
|
|
#. i18n: file: timerConfig.ui:46
|
|
|
|
#. i18n: ectx: property (text), widget (QCheckBox, showTitleCheckBox)
|
|
|
|
#: rc.cpp:9
|
|
|
|
msgid "Show title:"
|
|
|
|
msgstr "Rodyti pavadinimą:"
|
|
|
|
|
|
|
|
#. i18n: file: timerConfig.ui:56
|
|
|
|
#. i18n: ectx: property (text), widget (QCheckBox, hideSecondsCheckBox)
|
|
|
|
#: rc.cpp:12
|
|
|
|
msgid "Hide seconds"
|
|
|
|
msgstr "Slėpti sekundes"
|
|
|
|
|
|
|
|
#. i18n: file: timerConfig.ui:69
|
|
|
|
#. i18n: ectx: property (text), widget (QLabel, label)
|
|
|
|
#: rc.cpp:15
|
|
|
|
msgid "Actions on Timeout"
|
|
|
|
msgstr "Veiksmai pasibaigus laikui"
|
|
|
|
|
|
|
|
#. i18n: file: timerConfig.ui:95
|
|
|
|
#. i18n: ectx: property (text), widget (QCheckBox, showMessageCheckBox)
|
|
|
|
#: rc.cpp:18
|
|
|
|
msgid "Show a message:"
|
|
|
|
msgstr "Rodyti pranešimą:"
|
|
|
|
|
|
|
|
#. i18n: file: timerConfig.ui:102
|
|
|
|
#. i18n: ectx: property (text), widget (QCheckBox, runCommandCheckBox)
|
|
|
|
#: rc.cpp:21
|
|
|
|
msgid "Run a command:"
|
|
|
|
msgstr "Paleisti komandą:"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: timer.cpp:92
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Start"
|
|
|
|
msgstr "Pradėti"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: timer.cpp:96
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Stop"
|
|
|
|
msgstr "Stabdyti"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: timer.cpp:100
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Reset"
|
|
|
|
msgstr "Iš naujo"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: timer.cpp:117
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Timer"
|
|
|
|
msgstr "Laikmatis"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: timer.cpp:120
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Timer Timeout"
|
|
|
|
msgstr "Laikas baigėsi"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: timer.cpp:238
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "General"
|
|
|
|
msgstr "Bendri"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: timer.cpp:239
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Predefined Timers"
|
|
|
|
msgstr "Apibėžti iš anksto laikmačiai"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: timer.cpp:360
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Plasma Timer Applet"
|
|
|
|
msgstr "Plasma laikmačio programėlė"
|