diff options
Diffstat (limited to 'lib/l10n/bg_BG.php')
-rw-r--r-- | lib/l10n/bg_BG.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/bg_BG.php b/lib/l10n/bg_BG.php index e23112c8302..4a558426a89 100644 --- a/lib/l10n/bg_BG.php +++ b/lib/l10n/bg_BG.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "Помощ", "Personal" => "Лични", "Settings" => "Настройки", @@ -51,3 +52,4 @@ "years ago" => "последните години", "Could not find category \"%s\"" => "Невъзможно откриване на категорията \"%s\"" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |