nextcloud/apps/files_sharing/l10n/lt_LT.php

17 lines
914 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Bendrina {owner}",
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ą.",
2014-03-12 09:57:17 +04:00
"shared by %s" => "pasidalino %s",
2013-10-27 10:32:11 +04:00
"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);";