nextcloud/apps/files_sharing/l10n/bg_BG.php

13 lines
510 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-01-10 03:05:53 +04:00
"Password" => "Парола",
"Submit" => "Потвърждение",
"%s shared the folder %s with you" => "%s сподели папката %s с Вас",
"%s shared the file %s with you" => "%s сподели файла %s с Вас",
"Download" => "Изтегляне",
2013-06-30 04:13:07 +04:00
"Upload" => "Качване",
"Cancel upload" => "Спри качването",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Няма наличен преглед за"
2013-01-10 03:05:53 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";