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

/**
* @fileOverview 
*/

/**#@+
   @type String
   @example
*/

/**
 * Constains the dictionary of language entries.
 * @namespace
 */
CKEDITOR.lang['ku'] =
{
	/**
	 * The language reading direction. Possible values are "rtl" for
	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
	 * languages (like English).
	 * @default 'ltr'
	 */
	dir : 'rtl',

	/*
	 * Screenreader titles. Please note that screenreaders are not always capable
	 * of reading non-English words. So be careful while translating it.
	 */
	editorTitle		: 'ده‌سکاریکه‌ری ناونیشان',

	DateAmPm : ['AM', 'PM'], // MISSING

	// Toolbar buttons without dialogs.
	source			: 'سه‌رچاوه',
	newPage			: 'په‌ڕه‌کی نوێ',
	save			: 'پاشکه‌وتکردن',
	preview			: 'پێشبینین',

	// Common messages and labels.
	// Inline comment
	// having more than one line.
	common :
	{
		browseServer	: 'هێنانی ڕاژه',
		url				: 'ناونیشانی به‌سته‌ر',
		protocol		: 'پڕۆتۆکۆڵ',
		confirmCancel	: 'هه‌ندێك هه‌ڵبژارده‌ گۆڕدراوه. تۆ دڵنیایی له‌داخستنی ئه‌م دیالۆگه؟'
	},

	// Special char dialog.
	specialChar		:	// Inline comment for special char dialog.
	{
		toolbar		: 'دانانه‌ی نووسه‌ی تایبه‌تی',
		title		: 'هه‌ڵبژاردنی نووسه‌ی تایبه‌تی'
	},

	// Link dialog.
	'link' :
	{
		'toolbar'		: 'دانان/ڕێکخستنی به‌سته‌ر',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
		noAnchors		: '(هیچ جۆرێکی له‌نگه‌ر ئاماده‌ نیه له‌م په‌ڕه‌یه)',
		noUrl			: 'تکایه‌ ناونیشانی به‌سته‌ر بنووسه',
		noEmail			: 'تکایه‌ ناونیشانی ئیمه‌یل بنووسه'
	},

	// Table Dialog
	table :
	{
		toolbar		: 'خشته',

		cell :
		{
			menu			: 'خانه',
			insertBefore	: 'دانانی خانه‌ له‌پێش'
		},

		row :
		{
			menu			: 'ڕیز'
		}
	},

	colors :
	{
		'000' : 'ڕه‌ش',
		'800000' : 'سۆرو ماڕوونی',
		'E6E6FA' : 'شیری',
		'FFF' : 'سپی'
	},

	// Button Dialog.
	button :
	{
		typeRst		: 'ڕێکخستنه‌وه'
	}
};
