diff options
Diffstat (limited to 'apps/files_sharing/l10n/fa.php')
-rw-r--r-- | apps/files_sharing/l10n/fa.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/fa.php b/apps/files_sharing/l10n/fa.php index 7a744c8463d..48888f798a0 100644 --- a/apps/files_sharing/l10n/fa.php +++ b/apps/files_sharing/l10n/fa.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.", "Password" => "گذرواژه", "Submit" => "ثبت", @@ -9,3 +10,4 @@ "Cancel upload" => "متوقف کردن بار گذاری", "No preview available for" => "هیچگونه پیش نمایشی موجود نیست" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |