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

index 7bcbd866ab7a7a00c561943821abe4b28ed1f3c3..4533380cf87a353a407add241f5f16296a4d3570 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-22 02:53+0000\n"
-"Last-Translator: Farida Khalaf <faridakhalaf@hotmail.com>\n"
+"POT-Creation-Date: 2021-12-12 22:09+0000\n"
+"PO-Revision-Date: 2014-06-23 12:36+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,14 +20,36 @@ 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"
 
-#: rendertime.php:36
+#: rendertime.php:30
+msgid "Save Settings"
+msgstr "احفظ الإعدادات"
+
+#: rendertime.php:31
+msgid "Show callstack"
+msgstr ""
+
+#: rendertime.php:31
+msgid ""
+"Show detailed performance measures in the callstack. When deactivated, only "
+"the summary will be displayed."
+msgstr ""
+
+#: rendertime.php:32
+msgid "Minimal time"
+msgstr ""
+
+#: rendertime.php:32
+msgid "Minimal time that an activity needs to be listed in the callstack."
+msgstr ""
+
+#: rendertime.php:57
 #, php-format
 msgid ""
 "Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: "
 "%s, Total: %s"
 msgstr "قاعدة البيانات: %s/ %s، الشبكة:%s ، التقديم: %s، الجلسة:%s ، الإدخال / الإخراج: %s، أخرى: %s، المجموع:%s"
 
-#: rendertime.php:53
+#: rendertime.php:74
 #, php-format
 msgid "Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s"
 msgstr "تهيئة النوع:%s ، التمهيد: %s، التهيئة: %s، المحتوى: %s، أخرى:%s ، الإجمالي:%s"
index ab8b6ec89a78f343f4cdbf3239e6abe561288ebf..b5b885f9a3682911cc658aef0a1699bca05bc6b4 100644 (file)
@@ -5,5 +5,6 @@ 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['Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s'] = 'قاعدة البيانات: %s/ %s، الشبكة:%s ، التقديم: %s، الجلسة:%s ، الإدخال / الإخراج: %s، أخرى: %s، المجموع:%s';
 $a->strings['Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s'] = 'تهيئة النوع:%s ، التمهيد: %s، التهيئة: %s، المحتوى: %s، أخرى:%s ، الإجمالي:%s';