diff options
Diffstat (limited to 'apps/files/l10n/bg_BG.php')
-rw-r--r-- | apps/files/l10n/bg_BG.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/bg_BG.php b/apps/files/l10n/bg_BG.php index f4424f92577..47f73206799 100644 --- a/apps/files/l10n/bg_BG.php +++ b/apps/files/l10n/bg_BG.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "There is no error, the file uploaded with success" => "Файлът е качен успешно", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Файлът който се опитвате да качите надвишава стойностите в MAX_FILE_SIZE в HTML формата.", "The uploaded file was only partially uploaded" => "Файлът е качен частично", @@ -39,3 +40,4 @@ "Files are being scanned, please wait." => "Файловете се претърсват, изчакайте.", "file" => "файл" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |