]> git.mxchange.org Git - friendica-addons.git/blobdiff - showmore/lang/ar/strings.php
showmore addon AR translation THX ButterflyOfFire
[friendica-addons.git] / showmore / lang / ar / strings.php
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'] = 'اعرض المزيد';