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: 8158a2bfa95b61f434d22738c6312cacda50c80a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"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>."
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";