Blame view

sources/apps/files_external/l10n/lt_LT.php 1.22 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
  "Please provide a valid Dropbox app key and secret." => "Prašome įvesti teisingus Dropbox \"app key\" ir \"secret\".",
  "External storage" => "Išorinė saugykla",
  "Location" => "Vieta",
  "Host" => "Mazgas",
  "Username" => "Prisijungimo vardas",
  "Password" => "Slaptažodis",
  "Share" => "Dalintis",
  "URL" => "URL",
03e52840d   Kload   Init
11
12
13
  "Access granted" => "Priėjimas suteiktas",
  "Error configuring Dropbox storage" => "Klaida nustatinėjant Dropbox talpyklą",
  "Grant access" => "Suteikti priėjimą",
03e52840d   Kload   Init
14
  "Error configuring Google Drive storage" => "Klaida nustatinėjant Google Drive talpyklą",
6d9380f96   Cédric Dupont   Update sources OC...
15
16
  "Personal" => "Asmeniniai",
  "Name" => "Pavadinimas",
03e52840d   Kload   Init
17
18
19
20
  "External Storage" => "Išorinės saugyklos",
  "Folder name" => "Katalogo pavadinimas",
  "Configuration" => "Konfigūracija",
  "Options" => "Nustatymai",
31b7f2792   Kload   Upgrade to ownclo...
21
  "Add storage" => "Pridėti saugyklą",
03e52840d   Kload   Init
22
23
24
25
26
  "All Users" => "Visi vartotojai",
  "Groups" => "Grupės",
  "Users" => "Vartotojai",
  "Delete" => "Ištrinti",
  "Enable User External Storage" => "Įjungti vartotojų išorines saugyklas",
03e52840d   Kload   Init
27
28
29
  "SSL root certificates" => "SSL sertifikatas",
  "Import Root Certificate" => "Įkelti pagrindinį sertifikatą"
  );
31b7f2792   Kload   Upgrade to ownclo...
30
  $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";