diff options
Diffstat (limited to 'settings/l10n/sq.php')
-rw-r--r-- | settings/l10n/sq.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/sq.php b/settings/l10n/sq.php index 78c051d1011..1a8b588c0bd 100644 --- a/settings/l10n/sq.php +++ b/settings/l10n/sq.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Authentication error" => "Veprim i gabuar gjatë vërtetimit të identitetit", "Error" => "Veprim i gabuar", "undo" => "anulo", @@ -12,3 +13,4 @@ "Email" => "Email-i", "Username" => "Përdoruesi" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |