added AR translations to the Friendica addons

Thanks to the work of طاهر, Farida Khalaf, محمد أحمد, abidin toumi, Abdullah Alsabi, ButterflyOfFire and ominds the translation of Friendica into Arabic has crossed the magic 50% progress mark, so we now include their work into the addons repository.
This commit is contained in:
Tobias Diekershoff 2021-10-10 12:55:16 +02:00
parent 943187d02f
commit 86de95f77b
122 changed files with 4752 additions and 0 deletions

View file

@ -0,0 +1,67 @@
# ADDON blackout
# Copyright (C)
# This file is distributed under the same license as the Friendica blackout addon package.
#
#
# Translators:
# Farida Khalaf <faridakhalaf@hotmail.com>, 2021
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-19 23:49+0000\n"
"Last-Translator: Farida Khalaf <faridakhalaf@hotmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/Friendica/friendica/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: blackout.php:97
msgid ""
"The end-date is prior to the start-date of the blackout, you should fix "
"this."
msgstr "تاريخ الانتهاء يسبق تاريخ بدء التعتيم ، يجب إصلاح هذا."
#: blackout.php:99
#, php-format
msgid ""
"Please double check the current settings for the blackout. It will begin on "
"<strong>%s</strong> and end on <strong>%s</strong>."
msgstr "يرجى التحقق مرة أخرى من الإعدادات الحالية لحالة التعتيم. بدأ في 1 ٪ 1 %s وانتهاء في2٪2 %s."
#: blackout.php:102
msgid "Save Settings"
msgstr "حفظ الإعدادات"
#: blackout.php:103
msgid "Redirect URL"
msgstr "اعد توجيه URL"
#: blackout.php:103
msgid "All your visitors from the web will be redirected to this URL."
msgstr "سيتم إعادة توجيه جميع الزوار من الويب إلى عنوان URL "
#: blackout.php:104
msgid "Begin of the Blackout"
msgstr "بدء التعتيم"
#: blackout.php:104
msgid ""
"Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, "
"<em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."
msgstr "الصيغة:\nالشهر\nاليوم\nالساعة\nالدقيقة "
#: blackout.php:105
msgid "End of the Blackout"
msgstr "نهاية التعتيم"
#: blackout.php:107
msgid ""
"<strong>Note</strong>: The redirect will be active from the moment you press"
" the submit button. Users currently logged in will <strong>not</strong> be "
"thrown out but can't login again after logging out while the blackout is "
"still in place."
msgstr "ملاحظة: ستكون إعادة التوجيه جاهزة من اللحظة التي تضغط فيها على زر الإرسال. لن يتم استبعاد المستخدمين الذين قاموا بتسجيل الدخول حاليًا ولكن لا يمكنهم تسجيل الدخول مرة أخرى بعد تسجيل الخروج بينما لا يزال التعتيم ساريًا."

View file

@ -0,0 +1,20 @@
<?php
if(! function_exists("string_plural_select_ar")) {
function string_plural_select_ar($n){
$n = intval($n);
if ($n==0) { return 0; } else if ($n==1) { return 1; } else if ($n==2) { return 2; } else if ($n%100>=3 && $n%100<=10) { return 3; } else if ($n%100>=11 && $n%100<=99) { return 4; } else { return 5; }
}}
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'تاريخ الانتهاء يسبق تاريخ بدء التعتيم ، يجب إصلاح هذا.';
$a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'يرجى التحقق مرة أخرى من الإعدادات الحالية لحالة التعتيم. بدأ في 1 ٪ 1 %s وانتهاء في2٪2 %s.';
$a->strings['Save Settings'] = 'حفظ الإعدادات';
$a->strings['Redirect URL'] = 'اعد توجيه URL';
$a->strings['All your visitors from the web will be redirected to this URL.'] = 'سيتم إعادة توجيه جميع الزوار من الويب إلى عنوان URL ';
$a->strings['Begin of the Blackout'] = 'بدء التعتيم';
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'الصيغة:
الشهر
اليوم
الساعة
الدقيقة ';
$a->strings['End of the Blackout'] = 'نهاية التعتيم';
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = 'ملاحظة: ستكون إعادة التوجيه جاهزة من اللحظة التي تضغط فيها على زر الإرسال. لن يتم استبعاد المستخدمين الذين قاموا بتسجيل الدخول حاليًا ولكن لا يمكنهم تسجيل الدخول مرة أخرى بعد تسجيل الخروج بينما لا يزال التعتيم ساريًا.';