]> git.mxchange.org Git - friendica-addons.git/commitdiff
showmore 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)
showmore/lang/ar/messages.po
showmore/lang/ar/strings.php

index ee835aab70ff5e79cc5c95faf295f8cf03292e82..0d6f08519901789447efe590016173a0c53d0d52 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:45+0000\n"
-"Last-Translator: Farida Khalaf <faridakhalaf@hotmail.com>\n"
+"POT-Creation-Date: 2021-11-21 19:16-0500\n"
+"PO-Revision-Date: 2014-06-23 12:37+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,22 +20,18 @@ 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"
 
-#: showmore.php:35 showmore.php:39
-msgid "\"Show more\" Settings"
-msgstr ""
-
-#: showmore.php:44
+#: showmore.php:37
 msgid "Enable Show More"
 msgstr ""
 
-#: showmore.php:47
-msgid "Cutting posts after how much characters"
+#: showmore.php:38
+msgid "Cutting posts after how many characters"
 msgstr ""
 
-#: showmore.php:51
-msgid "Save Settings"
-msgstr "حفظ الإعدادات"
+#: showmore.php:43
+msgid "\"Show more\" Settings"
+msgstr ""
 
-#: showmore.php:129
+#: showmore.php:119
 msgid "show more"
-msgstr ""
+msgstr "اعرض المزيد"
index 285ad30399054ba9f943182612adbc975873aee0..665294c1c7baf28ce55ffe09fa43462ce3e51f0a 100644 (file)
@@ -5,4 +5,4 @@ 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['Save Settings'] = 'حفظ الإعدادات';
+$a->strings['show more'] = 'اعرض المزيد';