2012-08-23 04:07:35 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-04-27 04:24:29 +04:00
|
|
|
"Password" => "Slaptažodis",
|
|
|
|
"Submit" => "Išsaugoti",
|
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-05 04:01:42 +04:00
|
|
|
"No preview available for" => "Peržiūra nėra galima",
|
2013-04-27 04:24:29 +04:00
|
|
|
"web services under your control" => "jūsų valdomos web paslaugos"
|
2012-08-23 04:07:35 +04:00
|
|
|
);
|