nextcloud/apps/files_sharing/l10n/lt_LT.php

21 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-10-27 10:32:11 +04:00
"This share is password-protected" => "Turinys apsaugotas slaptažodžiu",
2013-09-14 05:49:24 +04:00
"The password is wrong. Try again." => "Netinka slaptažodis: Bandykite dar kartą.",
2013-04-27 04:24:29 +04:00
"Password" => "Slaptažodis",
2013-09-14 05:49:24 +04:00
"Sorry, this link doesnt seem to work anymore." => "Atleiskite, panašu, kad nuoroda yra neveiksni.",
"Reasons might be:" => "Galimos priežastys:",
"the item was removed" => "elementas buvo pašalintas",
"the link expired" => "baigėsi nuorodos galiojimo laikas",
"sharing is disabled" => "dalinimasis yra išjungtas",
"For more info, please ask the person who sent this link." => "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.",
2013-06-05 04:01:42 +04:00
"%s shared the folder %s with you" => "%s pasidalino su jumis %s aplanku",
"%s shared the file %s with you" => "%s pasidalino su jumis %s failu",
2013-04-27 04:24:29 +04:00
"Download" => "Atsisiųsti",
2013-06-30 04:13:07 +04:00
"Upload" => "Įkelti",
"Cancel upload" => "Atšaukti siuntimą",
2013-10-27 10:32:11 +04:00
"No preview available for" => "Peržiūra nėra galima",
"Direct link" => "Tiesioginė nuoroda"
2012-08-23 04:07:35 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";