diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 15:41:45 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 15:41:45 +0200 |
commit | ada13a4d40feb4802ca393b8c0a8e09f35f571c2 (patch) | |
tree | 2a22c3f81bbecfbab43faf844a924422e032138f /lib/l10n/fa.php | |
parent | c71408eaa9f4614cb8caa726ed3172ce77a359f2 (diff) | |
download | nextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.tar.gz nextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.zip |
fixing all broken translation files
Diffstat (limited to 'lib/l10n/fa.php')
-rw-r--r-- | lib/l10n/fa.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/fa.php b/lib/l10n/fa.php index 66c464cce39..e2d8ed50aa3 100644 --- a/lib/l10n/fa.php +++ b/lib/l10n/fa.php @@ -38,13 +38,13 @@ $TRANSLATIONS = array( "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "احتمالاً وب سرور شما طوری تنظیم نشده است که اجازه ی همگام سازی فایلها را بدهد زیرا به نظر میرسد رابط WebDAV از کار افتاده است.", "Please double check the <a href='%s'>installation guides</a>." => "لطفاً دوباره <a href='%s'>راهنمای نصب</a>را بررسی کنید.", "seconds ago" => "ثانیهها پیش", -"_%n minute ago_::_%n minutes ago_" => array(,), -"_%n hour ago_::_%n hours ago_" => array(,), +"_%n minute ago_::_%n minutes ago_" => array(""), +"_%n hour ago_::_%n hours ago_" => array(""), "today" => "امروز", "yesterday" => "دیروز", -"_%n day go_::_%n days ago_" => array(,), +"_%n day go_::_%n days ago_" => array(""), "last month" => "ماه قبل", -"_%n month ago_::_%n months ago_" => array(,), +"_%n month ago_::_%n months ago_" => array(""), "last year" => "سال قبل", "years ago" => "سالهای قبل", "Could not find category \"%s\"" => "دسته بندی %s یافت نشد" |