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

lt_LT.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30458a5c1eec6b5c7f0d3db9c2012fa4f09c1d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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",
"iOS app" => "iOS programa",
"Connect your desktop apps to %s" => "Prijunkite savo kompiuterio programas su %s",
"Connect your Calendar" => "Prijunkite savo kalendorių",
"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>.",
"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);";