X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2734/head:/resources/lang/ar/common.php diff --git a/resources/lang/ar/common.php b/resources/lang/ar/common.php index 57d0b2dbd..130f23655 100644 --- a/resources/lang/ar/common.php +++ b/resources/lang/ar/common.php @@ -47,6 +47,7 @@ return [ 'sort_ascending' => 'فرز تصاعدي', 'sort_descending' => 'فرز تنازلي', 'sort_name' => 'الاسم', + 'sort_default' => 'Default', 'sort_created_at' => 'تاريخ الإنشاء', 'sort_updated_at' => 'تاريخ التحديث', @@ -64,6 +65,7 @@ return [ 'breadcrumb' => 'شريط التنقل', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'قائمة ملف التعريف', 'view_profile' => 'عرض الملف الشخصي', 'edit_profile' => 'تعديل الملف الشخصي', @@ -72,9 +74,16 @@ return [ // Layout tabs 'tab_info' => 'معلومات', + 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => 'المحتوى', + 'tab_content_label' => 'Tab: Show Primary Content', // Email Content 'email_action_help' => 'إذا واجهتكم مشكلة بضغط زر ":actionText" فبإمكانكم نسخ الرابط أدناه ولصقه بالمتصفح:', 'email_rights' => 'جميع الحقوق محفوظة', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Privacy Policy', + 'terms_of_service' => 'Terms of Service', ];