diff options
Diffstat (limited to 'core/l10n/be.php')
-rw-r--r-- | core/l10n/be.php | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/core/l10n/be.php b/core/l10n/be.php deleted file mode 100644 index cf0e5e0c59b..00000000000 --- a/core/l10n/be.php +++ /dev/null @@ -1,32 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Sunday" => "Нядзеля", -"Monday" => "Панядзелак", -"Tuesday" => "Аўторак", -"Wednesday" => "Серада", -"Thursday" => "Чацвер", -"Friday" => "Пятніца", -"Saturday" => "Субота", -"January" => "Студзень", -"February" => "Люты", -"March" => "Сакавік", -"April" => "Красавік", -"May" => "Май", -"June" => "Чэрвень", -"July" => "Ліпень", -"August" => "Жнівень", -"September" => "Верасень", -"October" => "Кастрычнік", -"November" => "Лістапад", -"December" => "Снежань", -"Settings" => "Налады", -"No" => "Не", -"Yes" => "Так", -"Choose" => "Выбар", -"Ok" => "Добра", -"_{count} file conflict_::_{count} file conflicts_" => array("","","",""), -"Error" => "Памылка", -"The object type is not specified." => "Тып аб'екта не ўдакладняецца.", -"Finish setup" => "Завяршыць ўстаноўку." -); -$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);"; |