server/apps/files_sharing/l10n/bg_BG.php

9 lines
382 B
PHP
Raw Normal View History

2013-01-09 23:05:53 +00:00
<?php $TRANSLATIONS = array(
"Password" => "Парола",
"Submit" => "Потвърждение",
"%s shared the folder %s with you" => "%s сподели папката %s с Вас",
"%s shared the file %s with you" => "%s сподели файла %s с Вас",
"Download" => "Изтегляне",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Няма наличен преглед за"
2013-01-09 23:05:53 +00:00
);