We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0860cd commit 50a84c7Copy full SHA for 50a84c7
Language/ar/Honeypot.php
@@ -0,0 +1,19 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
5
+/**
6
+ * This file is part of CodeIgniter 4 framework.
7
+ *
8
+ * (c) CodeIgniter Foundation <admin@codeigniter.com>
9
10
+ * For the full copyright and license information, please view
11
+ * the LICENSE file that was distributed with this source code.
12
+ */
13
14
+// Honeypot language settings
15
+return [
16
+ 'noTemplate' => 'لم يتم إعداد قالب HTML الخاص بـ Honeypot.',
17
+ 'noNameField' => 'لم يتم تعيين اسم حقل Honeypot.',
18
+ 'theClientIsABot' => 'قد يكون عميل Honeypot روبوتًا (bot).',
19
+];
0 commit comments