server/apps/files_external/l10n/lt_LT.php

27 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-06-29 05:56:00 +00:00
"Please provide a valid Dropbox app key and secret." => "Prašome įvesti teisingus Dropbox \"app key\" ir \"secret\".",
2014-06-07 05:56:13 +00:00
"External storage" => "Išorinė saugykla",
2014-04-30 05:57:53 +00:00
"Location" => "Vieta",
2014-09-01 05:59:19 +00:00
"Port" => "Prievadas",
"Region" => "Regionas",
2014-05-17 05:57:38 +00:00
"Host" => "Mazgas",
2014-04-30 05:57:53 +00:00
"Username" => "Prisijungimo vardas",
"Password" => "Slaptažodis",
"Share" => "Dalintis",
2014-05-16 05:55:55 +00:00
"URL" => "URL",
2012-10-23 00:06:03 +00:00
"Access granted" => "Priėjimas suteiktas",
2012-10-31 23:02:14 +00:00
"Error configuring Dropbox storage" => "Klaida nustatinėjant Dropbox talpyklą",
2012-10-23 00:06:03 +00:00
"Grant access" => "Suteikti priėjimą",
"Error configuring Google Drive storage" => "Klaida nustatinėjant Google Drive talpyklą",
2014-06-08 05:56:13 +00:00
"Personal" => "Asmeniniai",
"Name" => "Pavadinimas",
2012-10-23 00:06:03 +00:00
"External Storage" => "Išorinės saugyklos",
2013-02-28 23:07:02 +00:00
"Folder name" => "Katalogo pavadinimas",
2012-08-23 00:07:35 +00:00
"Configuration" => "Konfigūracija",
2013-03-29 23:06:29 +00:00
"Add storage" => "Pridėti saugyklą",
2012-10-23 00:06:03 +00:00
"Delete" => "Ištrinti",
2014-09-01 05:59:19 +00:00
"Enable User External Storage" => "Įjungti vartotojų išorines saugyklas"
2012-08-23 00:07:35 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";