﻿/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang( 'uicolor', 'he',
{
	uicolor :
	{
		title : 'UI Color Picker', // MISSING
		preview : 'תצוגה מקדימה',
		config : 'הדבק את הטקסט הבא לתוך הקובץ config.js',
		predefined : 'קבוצות צבעים מוגדרות מראש'
	},

	accessibilityHelp :
	{
		title : 'הוראות נגישות',
		legend :
		[
			{
				name : 'כללי',
				items :
						[
							{
								name : 'סרגל הכלים',
								legend:
									'Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT-TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button.'  // MISSING
							},
							{
								name : 'דיאלוגים (חלונות תשאול)'
							}
						]
			},
			{
				name : 'פקודות',
				items :
						[
							{
								name : ' ביטול צעד אחרון',
								legend :
									'לחץ ${undo}'
							},
							{
								name : ' חזרה על צעד אחרון',
								legend : 
									'Press ${redo}' // MISSING
							},
							{
								name : ' הדגשה',
								legend : 'לחץ ${bold}'
							}
						]
			}
		],
		contents : 'הוראות נגישות. לסגירה לחץ אסקייפ (ESC).'
	}

});
