mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
gnot AR translations updated THX abidin toumi
This commit is contained in:
parent
5ab61cd441
commit
514f5b80e0
2 changed files with 11 additions and 10 deletions
|
@ -6,7 +6,7 @@ function string_plural_select_ar($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['Gnot Settings'] = 'إعدادات Gnot';
|
||||
$a->strings['Save Settings'] = 'حفظ الإعدادات';
|
||||
$a->strings['Enable this addon?'] = 'تمكين هذا الملحق؟';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'السماح بتسلسل إشعارات التعليقات عبر البريد الإلكتروني على Gmail وإخفاء هوية عنوان الموضوع.';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:اشعار] اكتب تعليقك#%d';
|
||||
$a->strings['Save Settings'] = 'احفظ الإعدادات';
|
||||
$a->strings['Enable this addon?'] = 'أتريد تفعيل هذه الإضافة؟';
|
||||
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'السماح بتسلسل تنبيهات التعليقات عبر البريد الإلكتروني على Gmail وإخفاء هوية عنوان الموضوع.';
|
||||
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[فرنديكا:تنبيه] علق على المحادقة #%d';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue