showmore addon AR translation THX ButterflyOfFire

pull/1261/head
Tobias Diekershoff 2022-06-13 09:49:30 +02:00
parent b6342eca0a
commit 716efd23fe
No known key found for this signature in database
GPG Key ID: 25FE376FF17694A1
2 changed files with 13 additions and 16 deletions

View 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 "اعرض المزيد"

View 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'] = 'اعرض المزيد';