diff options
Diffstat (limited to 'apps/files/l10n/sq.php')
-rw-r--r-- | apps/files/l10n/sq.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/sq.php b/apps/files/l10n/sq.php index 2daca10a416..91f53fc00bb 100644 --- a/apps/files/l10n/sq.php +++ b/apps/files/l10n/sq.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "%s nuk u spostua - Aty ekziston një skedar me të njëjtin emër", "Could not move %s" => "%s nuk u spostua", "No file was uploaded. Unknown error" => "Nuk u ngarkua asnjë skedar. Veprim i gabuar i panjohur", @@ -71,3 +72,4 @@ "Current scanning" => "Analizimi aktual", "Upgrading filesystem cache..." => "Po përmirësoj memorjen e filesystem-it..." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |