diff options
Diffstat (limited to 'apps/files_sharing/l10n/sq.php')
-rw-r--r-- | apps/files_sharing/l10n/sq.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/sq.php b/apps/files_sharing/l10n/sq.php index 1c0e0aa2bd1..ae29e5738ff 100644 --- a/apps/files_sharing/l10n/sq.php +++ b/apps/files_sharing/l10n/sq.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "Kodi", "Submit" => "Parashtro", "%s shared the folder %s with you" => "%s ndau me ju dosjen %s", @@ -8,3 +9,4 @@ "Cancel upload" => "Anulo ngarkimin", "No preview available for" => "Shikimi paraprak nuk është i mundur për" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |