]> git.mxchange.org Git - friendica-addons.git/commitdiff
mailstream addon AR translation THX ButterflyOfFire
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 13 Jun 2022 07:49:30 +0000 (09:49 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 13 Jun 2022 07:49:30 +0000 (09:49 +0200)
mailstream/lang/ar/messages.po
mailstream/lang/ar/strings.php

index 29a79f1c1773c346fbd25bb532e6d9cda1098dc2..31816d54705d4c9af62ff3840d532cdfe656a576 100644 (file)
@@ -4,14 +4,15 @@
 # 
 # 
 # Translators:
+# ButterflyOfFire, 2022
 # 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-21 18:37+0000\n"
-"Last-Translator: Farida Khalaf <faridakhalaf@hotmail.com>\n"
+"POT-Creation-Date: 2021-11-21 19:15-0500\n"
+"PO-Revision-Date: 2014-06-23 09:54+0000\n"
+"Last-Translator: ButterflyOfFire, 2022\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"
@@ -19,80 +20,80 @@ msgstr ""
 "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"
 
-#: mailstream.php:66
+#: mailstream.php:77
 msgid "From Address"
 msgstr ""
 
-#: mailstream.php:68
+#: mailstream.php:79
 msgid "Email address that stream items will appear to be from."
 msgstr ""
 
-#: mailstream.php:71 mailstream.php:382
+#: mailstream.php:82
 msgid "Save Settings"
 msgstr "حفظ الإعدادات"
 
-#: mailstream.php:225
+#: mailstream.php:301
 msgid "Re:"
 msgstr ""
 
-#: mailstream.php:233
+#: mailstream.php:314 mailstream.php:317
 msgid "Friendica post"
 msgstr ""
 
-#: mailstream.php:236
+#: mailstream.php:320
 msgid "Diaspora post"
 msgstr ""
 
-#: mailstream.php:246
+#: mailstream.php:330
 msgid "Feed item"
 msgstr ""
 
-#: mailstream.php:249
+#: mailstream.php:333
 msgid "Email"
-msgstr ""
+msgstr "البريد الإلكتروني"
 
-#: mailstream.php:251
+#: mailstream.php:335
 msgid "Friendica Item"
 msgstr ""
 
-#: mailstream.php:296
+#: mailstream.php:404
 msgid "Upstream"
 msgstr ""
 
-#: mailstream.php:297
+#: mailstream.php:405
 msgid "Local"
 msgstr ""
 
-#: mailstream.php:364
+#: mailstream.php:481
 msgid "Enabled"
 msgstr "مفعل"
 
-#: mailstream.php:368
+#: mailstream.php:486
 msgid "Email Address"
 msgstr "البريد الالكتروني"
 
-#: mailstream.php:370
+#: mailstream.php:488
 msgid "Leave blank to use your account email address"
 msgstr ""
 
-#: mailstream.php:373
+#: mailstream.php:492
 msgid "Exclude Likes"
 msgstr ""
 
-#: mailstream.php:375
+#: mailstream.php:494
 msgid "Check this to omit mailing \"Like\" notifications"
 msgstr ""
 
-#: mailstream.php:378
+#: mailstream.php:498
 msgid "Attach Images"
 msgstr ""
 
-#: mailstream.php:380
+#: mailstream.php:500
 msgid ""
 "Download images in posts and attach them to the email.  Useful for reading "
 "email while offline."
 msgstr ""
 
-#: mailstream.php:381
+#: mailstream.php:507
 msgid "Mail Stream Settings"
 msgstr ""
index 748e31882857dc47b1b55a74bf611f87f6789c90..81248593176eaed38916811671e462195302f168 100644 (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; }
 }}
 $a->strings['Save Settings'] = 'حفظ الإعدادات';
+$a->strings['Email'] = 'البريد الإلكتروني';
 $a->strings['Enabled'] = 'مفعل';
 $a->strings['Email Address'] = 'البريد الالكتروني';