From bbc9ff5b14e16f4a673c00ba779956fcee441148 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 17 Mar 2010 19:45:18 -0500 Subject: Adding in the Ubuntu Translator's translations --- po/lt.po | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 po/lt.po (limited to 'po/lt.po') diff --git a/po/lt.po b/po/lt.po new file mode 100644 index 0000000..901c7db --- /dev/null +++ b/po/lt.po @@ -0,0 +1,188 @@ +# Lithuanian translation for indicator-session +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the indicator-session package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: indicator-session\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-03-15 11:24+0000\n" +"PO-Revision-Date: 2010-03-11 09:40+0000\n" +"Last-Translator: Aurimas Fišeras \n" +"Language-Team: Lithuanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"(n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Launchpad-Export-Date: 2010-03-17 19:48+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: ../data/indicator-session.schemas.in.h:1 +msgid "Suppress the dialog to confirm logout, restart and shutdown action" +msgstr "" +"Nerodyti dialogo lango atsijungimo, paleidimo iš naujo ir išjungimo " +"veiksmams patvirtinti" + +#: ../data/indicator-session.schemas.in.h:2 +msgid "" +"Whether or not to show confirmation dialogs for logout, restart and shutdown " +"actions." +msgstr "" +"Rodyti ar nerodyti patvirtinimo dialogo langą atsijungimo, paleidimo iš " +"naujo ir išjungimo veiksmams." + +#: ../src/gconf-helper.c:52 ../src/session-service.c:538 +msgid "Log Out" +msgstr "Atsijungti" + +#: ../src/gconf-helper.c:53 ../src/session-service.c:559 +#: ../src/session-service.c:625 +msgid "Restart" +msgstr "Paleisti iš naujo" + +#: ../src/gconf-helper.c:54 ../src/session-service.c:568 +msgid "Switch Off" +msgstr "Išjungti" + +#: ../src/gconf-helper.c:56 ../src/session-service.c:540 +msgid "Log Out..." +msgstr "Atsijungti..." + +#: ../src/gconf-helper.c:57 ../src/session-service.c:561 +#: ../src/session-service.c:627 +msgid "Restart..." +msgstr "Paleisti iš naujo..." + +#: ../src/gconf-helper.c:58 ../src/session-service.c:570 +msgid "Switch Off..." +msgstr "Išjungti..." + +#. LOGOUT_DIALOG_LOGOUT, +#: ../src/dialog.c:35 +msgctxt "title" +msgid "Log Out" +msgstr "Atsijungti" + +#. LOGOUT_DIALOG_RESTART, +#: ../src/dialog.c:36 +msgctxt "title" +msgid "Restart" +msgstr "Paleisti iš naujo" + +#. LOGOUT_DIALOG_SHUTDOWN, +#: ../src/dialog.c:37 +msgctxt "title" +msgid "Switch Off" +msgstr "Išjungti" + +#. LOGOUT_DIALOG_LOGOUT, +#: ../src/dialog.c:41 +msgid "" +"Are you sure you want to close all programs and log out of the computer?" +msgstr "Ar tikrai norite uždaryti visas programas ir atsijungti?" + +#. LOGOUT_DIALOG_RESTART, +#: ../src/dialog.c:42 +msgid "Are you sure you want to close all programs and restart the computer?" +msgstr "" +"Ar tikrai norite uždaryti visas programas ir paleisti kompiuterį iš naujo?" + +#. LOGOUT_DIALOG_SHUTDOWN, +#: ../src/dialog.c:43 +msgid "" +"Are you sure you want to close all programs and shut down the computer?" +msgstr "Ar tikrai norite uždaryti visas programas ir išjungti kompiuterį?" + +#. LOGOUT_DIALOG_LOGOUT, +#: ../src/dialog.c:47 +msgctxt "button" +msgid "Log Out" +msgstr "Atsijungti" + +#. LOGOUT_DIALOG_RESTART, +#: ../src/dialog.c:48 +msgctxt "button" +msgid "Restart" +msgstr "Paleisti iš naujo" + +#. LOGOUT_DIALOG_SHUTDOWN, +#: ../src/dialog.c:49 +msgctxt "button" +msgid "Switch Off" +msgstr "Išjungti" + +#. LOGOUT_DIALOG_LOGOUT, +#: ../src/dialog.c:55 +msgctxt "button auth" +msgid "Log Out" +msgstr "Atsijungti" + +#. LOGOUT_DIALOG_RESTART, +#: ../src/dialog.c:56 +msgctxt "button auth" +msgid "Restart..." +msgstr "Paleisti iš naujo..." + +#. LOGOUT_DIALOG_SHUTDOWN, +#: ../src/dialog.c:57 +msgctxt "button auth" +msgid "Switch Off..." +msgstr "Išjungti..." + +#. TRANSLATORS: This button appears on the logout dialog when +#. there are updates that require restart. It will do a restart +#. in place of a log out. +#: ../src/dialog.c:63 +msgid "Restart Instead" +msgstr "Geriau paleisti iš naujo" + +#: ../src/dialog.c:64 +msgid "Restart Instead..." +msgstr "Geriau paleisti iš naujo..." + +#: ../src/dialog.c:65 +msgid "Some software updates won't apply until the computer next restarts." +msgstr "" +"Kai kurie programų atnaujinimai nebus pritaikyti kol kompiuteris nebus " +"paleistas iš naujo." + +#: ../src/dialog.c:217 ../src/dialog.c:222 +msgid "Cancel" +msgstr "Atsisakyti" + +#: ../src/indicator-session.c:207 +msgid "Switch User..." +msgstr "Perjungti naudotoją..." + +#. TODO: We need some way to remove the elipsis from appearing +#. twice in the label. Not sure how to do that yet. +#: ../src/indicator-session.c:236 +#, c-format +msgid "Switch from %s..." +msgstr "" + +#: ../src/session-service.c:437 +msgid "Lock Screen" +msgstr "Užrakinti ekraną" + +#: ../src/session-service.c:456 +msgid "Guest Session" +msgstr "Svečio seansas" + +#: ../src/session-service.c:547 +msgid "Sleep" +msgstr "Užmigdyti" + +#: ../src/session-service.c:553 +msgid "Hibernate" +msgstr "Užmigdyti" + +#: ../src/session-service.c:618 +msgid "Restart Required" +msgstr "Reikia paleisti iš naujo" + +#: ../src/session-service.c:620 +msgid "Restart Required..." +msgstr "Reikia paleisti iš naujo..." -- cgit v1.2.3