server/apps/files_sharing/l10n/lt_LT.php

11 lines
384 B
PHP
Raw Normal View History

2012-08-23 00:07:35 +00:00
<?php $TRANSLATIONS = array(
2013-04-27 00:24:29 +00:00
"Password" => "Slaptažodis",
"Submit" => "Išsaugoti",
2013-06-05 00:01:42 +00: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 00:24:29 +00:00
"Download" => "Atsisiųsti",
2013-06-30 00:13:07 +00:00
"Upload" => "Įkelti",
"Cancel upload" => "Atšaukti siuntimą",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Peržiūra nėra galima"
2012-08-23 00:07:35 +00:00
);