4 * Contains text strings used within the user interface of the
5 * WYSIWYG page editor. Some Markdown editor strings may still
6 * exist in the 'entities' file instead since this was added later.
9 // General editor terms
11 'advanced' => 'הגדרות מתקדמות',
28 'select' => 'Select...',
32 'header_large' => 'מקטע עליון גדול',
33 'header_medium' => 'מקטע עליון בינוני',
34 'header_small' => 'מקטע עליון קטן',
35 'header_tiny' => 'מקטע עליון קטנטן',
36 'paragraph' => 'פסקה',
37 'blockquote' => 'ציטוט',
38 'inline_code' => 'קוד מוטבע',
39 'callouts' => 'בועית-הסבר',
40 'callout_information' => 'מידע',
41 'callout_success' => 'הצלחה',
42 'callout_warning' => 'אזהרה',
43 'callout_danger' => 'סכנה',
46 'underline' => 'קו תחתון',
47 'strikethrough' => 'קו חוצה',
48 'superscript' => 'כתב עילי',
49 'subscript' => 'כתב תחתי',
50 'text_color' => 'צבע טקסט',
51 'custom_color' => 'צבע מותאם',
52 'remove_color' => 'הסר צבע',
53 'background_color' => 'צבע רקע',
54 'align_left' => 'יישור לשמאל',
55 'align_center' => 'מרכוז',
56 'align_right' => 'יישור לימין',
57 'align_justify' => 'Justify',
58 'list_bullet' => 'רשימת תבליט',
59 'list_numbered' => 'רשימה ממוספרת',
60 'list_task' => 'Task list',
61 'indent_increase' => 'הגדל הזחה',
62 'indent_decrease' => 'הקטן הזחה',
64 'insert_image' => 'הכנס תמונה',
65 'insert_image_title' => 'Insert/Edit Image',
66 'insert_link' => 'Insert/edit link',
67 'insert_link_title' => 'Insert/Edit Link',
68 'insert_horizontal_line' => 'Insert horizontal line',
69 'insert_code_block' => 'Insert code block',
70 'edit_code_block' => 'Edit code block',
71 'insert_drawing' => 'Insert/edit drawing',
72 'drawing_manager' => 'Drawing manager',
73 'insert_media' => 'Insert/edit media',
74 'insert_media_title' => 'Insert/Edit Media',
75 'clear_formatting' => 'Clear formatting',
76 'source_code' => 'Source code',
77 'source_code_title' => 'Source Code',
78 'fullscreen' => 'Fullscreen',
79 'image_options' => 'Image options',
82 'table_properties' => 'Table properties',
83 'table_properties_title' => 'Table Properties',
84 'delete_table' => 'Delete table',
85 'table_clear_formatting' => 'Clear table formatting',
86 'resize_to_contents' => 'Resize to contents',
87 'row_header' => 'Row header',
88 'insert_row_before' => 'Insert row before',
89 'insert_row_after' => 'Insert row after',
90 'delete_row' => 'Delete row',
91 'insert_column_before' => 'Insert column before',
92 'insert_column_after' => 'Insert column after',
93 'delete_column' => 'Delete column',
94 'table_cell' => 'Cell',
96 'table_column' => 'Column',
97 'cell_properties' => 'Cell properties',
98 'cell_properties_title' => 'Cell Properties',
99 'cell_type' => 'Cell type',
100 'cell_type_cell' => 'Cell',
101 'cell_scope' => 'Scope',
102 'cell_type_header' => 'Header cell',
103 'merge_cells' => 'Merge cells',
104 'split_cell' => 'Split cell',
105 'table_row_group' => 'Row Group',
106 'table_column_group' => 'Column Group',
107 'horizontal_align' => 'Horizontal align',
108 'vertical_align' => 'Vertical align',
109 'border_width' => 'Border width',
110 'border_style' => 'Border style',
111 'border_color' => 'Border color',
112 'row_properties' => 'Row properties',
113 'row_properties_title' => 'Row Properties',
114 'cut_row' => 'Cut row',
115 'copy_row' => 'Copy row',
116 'paste_row_before' => 'Paste row before',
117 'paste_row_after' => 'Paste row after',
118 'row_type' => 'Row type',
119 'row_type_header' => 'Header',
120 'row_type_body' => 'תוכן',
121 'row_type_footer' => 'Footer',
122 'alignment' => 'Alignment',
123 'cut_column' => 'Cut column',
124 'copy_column' => 'העתק עמודה',
125 'paste_column_before' => 'הדבק עמודה לפני',
126 'paste_column_after' => 'הדבק עמודה אחרי',
127 'cell_padding' => 'ריפוד תא',
128 'cell_spacing' => 'ריווח תא',
129 'caption' => 'כיתוב',
130 'show_caption' => 'הצג כיתוב',
131 'constrain' => 'הגדרת אילוצים',
132 'cell_border_solid' => 'Solid',
133 'cell_border_dotted' => 'Dotted',
134 'cell_border_dashed' => 'Dashed',
135 'cell_border_double' => 'Double',
136 'cell_border_groove' => 'Groove',
137 'cell_border_ridge' => 'Ridge',
138 'cell_border_inset' => 'Inset',
139 'cell_border_outset' => 'Outset',
140 'cell_border_none' => 'None',
141 'cell_border_hidden' => 'Hidden',
143 // Images, links, details/summary & embed
144 'source' => 'קוד מקור',
145 'alt_desc' => 'תיאור חלופי',
147 'paste_embed' => 'הדבק את הקוד המוטמע מטה:',
149 'text_to_display' => 'טקסט שיוצג',
151 'browse_links' => 'Browse links',
152 'open_link' => 'Open link',
153 'open_link_in' => 'Open link in...',
154 'open_link_current' => 'החלון הנוכחי',
155 'open_link_new' => 'חלון חדש',
156 'remove_link' => 'Remove link',
157 'insert_collapsible' => 'הכנס מקטע הניתן לכיווץ',
158 'collapsible_unwrap' => 'בטל גלישת שורות',
159 'edit_label' => 'עריכת תווית',
160 'toggle_open_closed' => 'החלף פתיחה\סגירה',
161 'collapsible_edit' => 'ערוך מקטע הניתן לכיווץ',
162 'toggle_label' => 'החלף תגית',
165 'about' => 'About the editor',
166 'about_title' => 'אודות עורך הטקסט הויזואלי',
167 'editor_license' => 'רשיון וזכויות העורך',
168 'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.',
169 'editor_lexical_license_link' => 'Full license details can be found here.',
170 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
171 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
172 'save_continue' => 'שמור עמוד והמשך',
173 'callouts_cycle' => '(Keep pressing to toggle through types)',
174 'link_selector' => 'קישור לתוכן',
175 'shortcuts' => 'קיצורי דרך',
176 'shortcut' => 'קיצור דרך',
177 'shortcuts_intro' => 'הקיצורים הבאים זמינים בעורך הטקסט:',
178 'windows_linux' => '(חלונות\לינוקס)',
180 'description' => 'תיאור',