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