mailstream addon AR translation THX ButterflyOfFire

This commit is contained in:
Tobias Diekershoff 2022-06-13 09:49:30 +02:00
parent 990312fafb
commit b00459d077
Signed by: tobias
GPG Key ID: 25FE376FF17694A1
2 changed files with 25 additions and 23 deletions

View File

@ -4,14 +4,15 @@
# #
# #
# Translators: # Translators:
# ButterflyOfFire, 2022
# Farida Khalaf <faridakhalaf@hotmail.com>, 2021 # Farida Khalaf <faridakhalaf@hotmail.com>, 2021
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:15-0500\n"
"PO-Revision-Date: 2021-02-21 18:37+0000\n" "PO-Revision-Date: 2014-06-23 09:54+0000\n"
"Last-Translator: Farida Khalaf <faridakhalaf@hotmail.com>\n" "Last-Translator: ButterflyOfFire, 2022\n"
"Language-Team: Arabic (http://www.transifex.com/Friendica/friendica/language/ar/)\n" "Language-Team: Arabic (http://www.transifex.com/Friendica/friendica/language/ar/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,80 +20,80 @@ msgstr ""
"Language: ar\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" "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"
#: mailstream.php:66 #: mailstream.php:77
msgid "From Address" msgid "From Address"
msgstr "" msgstr ""
#: mailstream.php:68 #: mailstream.php:79
msgid "Email address that stream items will appear to be from." msgid "Email address that stream items will appear to be from."
msgstr "" msgstr ""
#: mailstream.php:71 mailstream.php:382 #: mailstream.php:82
msgid "Save Settings" msgid "Save Settings"
msgstr "حفظ الإعدادات" msgstr "حفظ الإعدادات"
#: mailstream.php:225 #: mailstream.php:301
msgid "Re:" msgid "Re:"
msgstr "" msgstr ""
#: mailstream.php:233 #: mailstream.php:314 mailstream.php:317
msgid "Friendica post" msgid "Friendica post"
msgstr "" msgstr ""
#: mailstream.php:236 #: mailstream.php:320
msgid "Diaspora post" msgid "Diaspora post"
msgstr "" msgstr ""
#: mailstream.php:246 #: mailstream.php:330
msgid "Feed item" msgid "Feed item"
msgstr "" msgstr ""
#: mailstream.php:249 #: mailstream.php:333
msgid "Email" msgid "Email"
msgstr "" msgstr "البريد الإلكتروني"
#: mailstream.php:251 #: mailstream.php:335
msgid "Friendica Item" msgid "Friendica Item"
msgstr "" msgstr ""
#: mailstream.php:296 #: mailstream.php:404
msgid "Upstream" msgid "Upstream"
msgstr "" msgstr ""
#: mailstream.php:297 #: mailstream.php:405
msgid "Local" msgid "Local"
msgstr "" msgstr ""
#: mailstream.php:364 #: mailstream.php:481
msgid "Enabled" msgid "Enabled"
msgstr "مفعل" msgstr "مفعل"
#: mailstream.php:368 #: mailstream.php:486
msgid "Email Address" msgid "Email Address"
msgstr "البريد الالكتروني" msgstr "البريد الالكتروني"
#: mailstream.php:370 #: mailstream.php:488
msgid "Leave blank to use your account email address" msgid "Leave blank to use your account email address"
msgstr "" msgstr ""
#: mailstream.php:373 #: mailstream.php:492
msgid "Exclude Likes" msgid "Exclude Likes"
msgstr "" msgstr ""
#: mailstream.php:375 #: mailstream.php:494
msgid "Check this to omit mailing \"Like\" notifications" msgid "Check this to omit mailing \"Like\" notifications"
msgstr "" msgstr ""
#: mailstream.php:378 #: mailstream.php:498
msgid "Attach Images" msgid "Attach Images"
msgstr "" msgstr ""
#: mailstream.php:380 #: mailstream.php:500
msgid "" msgid ""
"Download images in posts and attach them to the email. Useful for reading " "Download images in posts and attach them to the email. Useful for reading "
"email while offline." "email while offline."
msgstr "" msgstr ""
#: mailstream.php:381 #: mailstream.php:507
msgid "Mail Stream Settings" msgid "Mail Stream Settings"
msgstr "" msgstr ""

View File

@ -6,5 +6,6 @@ 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; } 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['Save Settings'] = 'حفظ الإعدادات'; $a->strings['Save Settings'] = 'حفظ الإعدادات';
$a->strings['Email'] = 'البريد الإلكتروني';
$a->strings['Enabled'] = 'مفعل'; $a->strings['Enabled'] = 'مفعل';
$a->strings['Email Address'] = 'البريد الالكتروني'; $a->strings['Email Address'] = 'البريد الالكتروني';