Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/lt_LT.php')
-rw-r--r--l10n/lt_LT.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/l10n/lt_LT.php b/l10n/lt_LT.php
index 8158a2bf..30458a5c 100644
--- a/l10n/lt_LT.php
+++ b/l10n/lt_LT.php
@@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
+"A safe home for all your data" => "Saugus namai tavo duomenims",
+"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Saugok ir dalinkis savo failais, kalendoriumi, kontaktais, paštu ir daugiau iš savo įrenginių.",
"Get the apps to sync your files" => "Atsisiųskite programėlių, kad sinchronizuotumėte savo failus",
"Desktop client" => "Darbastalio klientas",
"Android app" => "Android programa",
@@ -9,6 +11,7 @@ $TRANSLATIONS = array(
"Connect your Contacts" => "Prijunkite savo kontaktus",
"Documentation" => "Dokumentacija",
"Access files via WebDAV" => "Pasiekite failus per WebDAV",
-"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Daugiau informacijos <a target=\"_blank\" href=\"%s\">dokumentacijoje</a> ir mūsų <a target=\"_blank\" href=\"http://owncloud.org\">puslapyje</a>."
+"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Daugiau informacijos <a target=\"_blank\" href=\"%s\">dokumentacijoje</a> ir mūsų <a target=\"_blank\" href=\"http://owncloud.org\">puslapyje</a>.",
+"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files.\n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Jei Jums patinka ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trekomenduokite jį savo draugams</a>\n\tir <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">platinkite pasauliui</a>!"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";