summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/bg_BG.php
blob: f4b9e2dd5fc930e22f90bc867bbbcf8fbf35e01e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Password" => "Парола",
"%s shared the folder %s with you" => "%s сподели папката %s с Вас",
"%s shared the file %s with you" => "%s сподели файла %s с Вас",
"Download" => "Изтегляне",
"Upload" => "Качване",
"Cancel upload" => "Спри качването",
"No preview available for" => "Няма наличен преглед за"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";