Blame view

sources/apps/firstrunwizard/l10n/lt_LT.php 950 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
  "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",
d1bafeea1   Kload   [fix] Upgrade to ...
5
6
7
  "Connect your Calendar" => "Prijunkite savo kalendorių",
  "Connect your Contacts" => "Prijunkite savo kontaktus",
  "Access files via WebDAV" => "Pasiekite failus per WebDAV",
6d9380f96   Cédric Dupont   Update sources OC...
8
9
  "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>."
d1bafeea1   Kload   [fix] Upgrade to ...
10
  );
6d9380f96   Cédric Dupont   Update sources OC...
11
  $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";