1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-12 14:11:31 +02:00
nextcloud/settings/l10n/be.php
2014-01-06 01:55:59 -05:00

6 Zeilen
182 B
PHP

<?php
$TRANSLATIONS = array(
"Error" => "Памылка"
);
$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);";