openclassify/addons/default/visiosoft/defaultadmin-theme/resources/lang/he/preference.php
2020-05-12 19:13:28 +03:00

31 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'sidebar_hover' => [
'name' => 'לרחף הצדדי',
'instructions' => 'להרחיב את סרגל הצד במרחף?',
],
'navigation' => [
'name' => 'ניווט',
'instructions' => 'ציין שלך <em>אישית</em> סדר הניווט.',
'warning' => 'פריט הניווט הראשון הנגיש משמש כאזור <strong>הבית</strong>.',
'reorder' => 'גרור ושחרר את הפריטים ניווט העיקרי <strong>הצדדי</strong> כדי לסדר אותן מחדש.',
],
'display' => [
'name' => 'צפיפות תצוגה',
'instructions' => 'תצוגה קומפקטית מאפשרת הצגת תוכן רב יותר על המסך בבת אחת.',
'option' => [
'default' => 'ברירת מחדל',
'compact' => 'קומפקטי',
],
],
'sidebars' => [
'name' => 'מצב סרגל צידי',
'instructions' => 'סרגל צדדי סטטי תמיד יהיה גלוי.',
'option' => [
'default' => 'ברירת מחדל',
'static' => 'סטטי',
],
],
];