Adding wrap version 2023-08-13 (63b6c01).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
82229a3e1e
commit
d25794905f
112 changed files with 4620 additions and 0 deletions
16
plugins/55/wrap/lang/ar/lang.php
Normal file
16
plugins/55/wrap/lang/ar/lang.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author alhajr <alhajr300@gmail.com>
|
||||
*/
|
||||
$lang['column'] = 'عمود';
|
||||
$lang['box'] = 'مربع متوسط بسيط';
|
||||
$lang['info'] = 'مربع معلومات';
|
||||
$lang['tip'] = 'مربع تلميح';
|
||||
$lang['important'] = 'مربع هام';
|
||||
$lang['alert'] = 'مربع التنبيه';
|
||||
$lang['help'] = 'مربع تعليمات';
|
||||
$lang['download'] = 'مربع التحميل';
|
||||
$lang['lo'] = 'أقل أهمية';
|
11
plugins/55/wrap/lang/ar/settings.php
Normal file
11
plugins/55/wrap/lang/ar/settings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author alhajr <alhajr300@gmail.com>
|
||||
*/
|
||||
$lang['restrictedClasses'] = 'تقييد استخدام البرنامج المساعد لهذه الفئات (مفصولة بفاصلة)';
|
||||
$lang['restrictionType'] = 'تعين نوع القيد، إذا كانت الفئات المذكورة أعلاه يجب تضمينها أو استبعادها';
|
||||
$lang['restrictionType_o_0'] = 'السماح لجميع الفئات باستثناء تلك المذكورة أعلاه';
|
||||
$lang['restrictionType_o_1'] = 'تقييد للفئات المذكورة أعلاه فقط وليس غيرها';
|
Loading…
Add table
Add a link
Reference in a new issue