10 lines
471 B
PHP
10 lines
471 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Password" => "Парола",
|
||
"Submit" => "Потвърждение",
|
||
"%s shared the folder %s with you" => "%s сподели папката %s с Вас",
|
||
"%s shared the file %s with you" => "%s сподели файла %s с Вас",
|
||
"Download" => "Изтегляне",
|
||
"No preview available for" => "Няма наличен преглед за",
|
||
"web services under your control" => "уеб услуги под Ваш контрол"
|
||
);
|