diff options
Diffstat (limited to 'core/l10n/pl_PL.php')
-rw-r--r-- | core/l10n/pl_PL.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/pl_PL.php b/core/l10n/pl_PL.php index 77febeea3e5..15c376eb954 100644 --- a/core/l10n/pl_PL.php +++ b/core/l10n/pl_PL.php @@ -1,4 +1,6 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Settings" => "Ustawienia", "Username" => "Nazwa użytkownika" ); +$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |