server/apps/files_sharing/l10n/bg_BG.php

12 lines
470 B
PHP
Raw Normal View History

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