diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/fa.js | 5 | ||||
-rw-r--r-- | lib/l10n/fa.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lib/l10n/fa.js b/lib/l10n/fa.js index 8658c4bf7fc..3e77cf40baa 100644 --- a/lib/l10n/fa.js +++ b/lib/l10n/fa.js @@ -54,6 +54,9 @@ OC.L10N.register( "Microsoft Windows Platform is not supported" : "بستر Microsoft Windows پشتیبانی نمیشود", "Cannot write into \"config\" directory" : "امکان نوشتن درون شاخهی \"config\" وجود ندارد", "Please ask your server administrator to install the module." : "لطفا از مدیر سیستم بخواهید تا ماژول را نصب کند.", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 نیاز است" + "PHP module %s not installed." : "ماژول PHP %s نصب نشده است.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 نیاز است", + "Please upgrade your database version" : "لطفا نسخهی پایگاهدادهی خود را بروز کنید", + "Error occurred while checking PostgreSQL version" : "خطا در هنگام بررسی نسخهی PostgreSQL" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/fa.json b/lib/l10n/fa.json index b1ffa2ac122..ae18861fa8a 100644 --- a/lib/l10n/fa.json +++ b/lib/l10n/fa.json @@ -52,6 +52,9 @@ "Microsoft Windows Platform is not supported" : "بستر Microsoft Windows پشتیبانی نمیشود", "Cannot write into \"config\" directory" : "امکان نوشتن درون شاخهی \"config\" وجود ندارد", "Please ask your server administrator to install the module." : "لطفا از مدیر سیستم بخواهید تا ماژول را نصب کند.", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 نیاز است" + "PHP module %s not installed." : "ماژول PHP %s نصب نشده است.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 نیاز است", + "Please upgrade your database version" : "لطفا نسخهی پایگاهدادهی خود را بروز کنید", + "Error occurred while checking PostgreSQL version" : "خطا در هنگام بررسی نسخهی PostgreSQL" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |