41 lines
1.9 KiB
PHP
41 lines
1.9 KiB
PHP
<?php
|
|
/**
|
|
* Roundcube Plus Framework plugin.
|
|
*
|
|
* Copyright 2016, Tecorama LLC.
|
|
*
|
|
* @license Commercial. See the LICENSE file for details.
|
|
*/
|
|
|
|
$labels = [];
|
|
$labels['plugin_xbackground'] = 'الخلفية';
|
|
$labels['plugin_xcalendar'] = 'التقويم';
|
|
$labels['plugin_xdropbox'] = 'دروب بوكس';
|
|
$labels['plugin_xgoogle_drive'] = 'جوجل درايف';
|
|
$labels['plugin_xlast_login'] = 'آخر تسجيل دخول';
|
|
$labels['plugin_xquote'] = 'اقتباس يومي';
|
|
$labels['plugin_xnews_feed'] = 'موجز الأخبار';
|
|
$labels['plugin_xsignature'] = 'التوقيع';
|
|
$labels['plugin_xskin'] = 'الجلود';
|
|
$labels['plugin_xweather'] = 'الطقس';
|
|
$labels['plugin_xtag'] = 'مدير العلامات';
|
|
$labels['plugin_xemail_schedule'] = 'جدول البريد الإلكتروني';
|
|
$labels['plugin_x2fa'] = 'المصادقة الثنائية';
|
|
$labels['plugin_xai'] = 'مساعد الذكاء الاصطناعي';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'دروب بوكس';
|
|
$labels['xgoogle_drive_name'] = 'جوجل درايف';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$labels['insert_link'] = 'إدراج رابط للرسالة';
|
|
$labels['download_and_attach'] = 'تنزيل وإرفاق';
|
|
$labels['sidebar'] = 'الشريط الجانبي';
|
|
$labels['sidebar_items'] = 'عناصر الشريط الجانبي';
|
|
$labels['sidebar_change_order'] = 'اسحب عناصر الشريط الجانبي وأفلتها لتغيير ترتيبها.';
|
|
$labels['buy_now'] = 'اشتر الآن';
|
|
$labels['preview'] = 'معاينة';
|
|
$labels['apps'] = 'التطبيقات';
|
|
$labels['sidebar'] = 'الشريط الجانبي';
|
|
$labels['hide'] = 'إخفاء';
|
|
$labels['invalid_image_extension'] = 'امتداد ملف صورة غير صالح. الامتدادات المسموح بها هي: $ext.';
|
|
$labels['invalid_image_format'] = 'هذا الملف ليس صورة صالحة.';
|