nextcloud/apps/files_sharing/l10n/bg_BG.php

9 lines
382 B
PHP
Raw Normal View History

2013-01-10 03:05:53 +04: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 04:52:34 +04:00
"No preview available for" => "Няма наличен преглед за"
2013-01-10 03:05:53 +04:00
);