1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-06 15:06:39 +02:00
nextcloud/lib/l10n/pl_PL.php
2013-08-09 08:06:31 -04:00

6 linhas
165 B
PHP

<?php
$TRANSLATIONS = array(
"Settings" => "Ustawienia"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";