mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'sidebar_hover' => [
|
|
'name' => 'לרחף הצדדי',
|
|
'instructions' => 'להרחיב את סרגל הצד במרחף?',
|
|
],
|
|
'navigation' => [
|
|
'name' => 'ניווט',
|
|
'instructions' => 'ציין את <em>ברירת מחדל</em> סדר הניווט.',
|
|
'warning' => 'פריט הניווט הנגיש הראשון משמש כאזור <strong>ביתי</strong>.',
|
|
'reorder' => 'גרור ושחרר את הפריטים ניווט העיקרי <strong>הצדדי</strong> כדי לסדר אותן מחדש.',
|
|
],
|
|
"icon" => [
|
|
'name' => 'אייקון',
|
|
],
|
|
"title" => [
|
|
'name' => 'כותרת',
|
|
],
|
|
"footer_copyright_org_name" => [
|
|
'name' => 'שם ארגון זכויות יוצרים תחתונה',
|
|
],
|
|
"sidebar_main_color" => [
|
|
'name' => 'צבע עיקרי בסרגל הצד',
|
|
],
|
|
"sidebar_secondary_color" => [
|
|
'name' => 'צבע משני בסרגל הצד',
|
|
],
|
|
"active_sidebar_border_color" => [
|
|
'name' => 'צבע גבול פעיל בסרגל הצד',
|
|
]
|
|
];
|