lt_LT.php 950 Bytes
<?php
$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Jūsų privatus debesys. Jūsų failai, kontaktai ir dar daugiau vienoje vietoje.",
"Get the apps to sync your files" => "Atsisiųskite programėlių, kad sinchronizuotumėte savo failus",
"Connect your Calendar" => "Prijunkite savo kalendorių",
"Connect your Contacts" => "Prijunkite savo kontaktus",
"Access files via WebDAV" => "Pasiekite failus per WebDAV",
"Documentation" => "Dokumentacija",
"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);";