showmore addon AR translation THX ButterflyOfFire
parent
95396fe55c
commit
9df490cd6d
|
@ -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 "اعرض المزيد"
|
||||
|
|
|
@ -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'] = 'اعرض المزيد';
|
||||
|
|
Loading…
Reference in New Issue