showmore addon AR translation THX ButterflyOfFire

This commit is contained in:
Tobias Diekershoff 2022-06-13 09:49:30 +02:00 committed by Michael
parent 95396fe55c
commit 9df490cd6d
2 changed files with 13 additions and 16 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:16-0500\n"
"PO-Revision-Date: 2021-02-21 18:45+0000\n" "PO-Revision-Date: 2014-06-23 12:37+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,22 +20,18 @@ 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"
#: showmore.php:35 showmore.php:39 #: showmore.php:37
msgid "\"Show more\" Settings"
msgstr ""
#: showmore.php:44
msgid "Enable Show More" msgid "Enable Show More"
msgstr "" msgstr ""
#: showmore.php:47 #: showmore.php:38
msgid "Cutting posts after how much characters" msgid "Cutting posts after how many characters"
msgstr "" msgstr ""
#: showmore.php:51 #: showmore.php:43
msgid "Save Settings" msgid "\"Show more\" Settings"
msgstr "حفظ الإعدادات" msgstr ""
#: showmore.php:129 #: showmore.php:119
msgid "show more" msgid "show more"
msgstr "" msgstr "اعرض المزيد"

View file

@ -5,4 +5,4 @@ function string_plural_select_ar($n){
$n = intval($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; } 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'] = 'اعرض المزيد';