diff options
Diffstat (limited to 'core/l10n/be.php')
-rw-r--r-- | core/l10n/be.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/be.php b/core/l10n/be.php index ecf16e5d6a7..fa6f4e0404a 100644 --- a/core/l10n/be.php +++ b/core/l10n/be.php @@ -1,6 +1,8 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Advanced" => "Дасведчаны", "Finish setup" => "Завяршыць ўстаноўку.", "prev" => "Папярэдняя", "next" => "Далей" ); +$PLURAL_FORMS = "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |