Index: /CKEditor/trunk/_source/lang/_translationstatus.txt
===================================================================
--- /CKEditor/trunk/_source/lang/_translationstatus.txt	(revision 7328)
+++ /CKEditor/trunk/_source/lang/_translationstatus.txt	(revision 7329)
@@ -8,5 +8,5 @@
 bs.js      Found: 175 Missing: 401
 ca.js      Found: 550 Missing: 26
-cs.js      Found: 550 Missing: 26
+cs.js      Found: 576 Missing: 0
 cy.js      Found: 576 Missing: 0
 da.js      Found: 417 Missing: 159
@@ -26,5 +26,5 @@
 fr.js      Found: 576 Missing: 0
 gl.js      Found: 292 Missing: 284
-gu.js      Found: 358 Missing: 218
+gu.js      Found: 416 Missing: 160
 he.js      Found: 576 Missing: 0
 hi.js      Found: 322 Missing: 254
Index: /CKEditor/trunk/_source/lang/cs.js
===================================================================
--- /CKEditor/trunk/_source/lang/cs.js	(revision 7328)
+++ /CKEditor/trunk/_source/lang/cs.js	(revision 7329)
@@ -35,5 +35,5 @@
 
 	// ARIA descriptions.
-	toolbars	: 'Editor toolbars', // MISSING
+	toolbars	: 'Panely nástrojů editoru',
 	editor		: 'Textový editor',
 
@@ -122,8 +122,8 @@
 		invalidHeight	: 'Zadaná výška musí být číslo.',
 		invalidWidth	: 'Zadaná šířka musí být číslo.',
-		invalidCssLength	: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
-		invalidHtmlLength	: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
-		invalidInlineStyle	: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
-		cssLengthTooltip	: 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
+		invalidCssLength	: 'Hodnota určená pro pole "%1" musí být kladné číslo bez nebo s platnou jednotkou míry CSS (px, %, in, cm, mm, em, ex, pt, nebo pc).',
+		invalidHtmlLength	: 'Hodnota určená pro pole "%1" musí být kladné číslo bez nebo s platnou jednotkou míry HTML (px nebo %).',
+		invalidInlineStyle	: 'Hodnota určená pro řádkový styl se musí skládat z jedné nebo více n-tic ve formátu "název : hodnota", oddělené středníky',
+		cssLengthTooltip	: 'Zadejte číslo jako hodnotu v pixelech nebo číslo s platnou jednotkou CSS (px, %, v cm, mm, em, ex, pt, nebo pc).',
 
 		// Put the voice-only part of the label in the span.
@@ -187,5 +187,5 @@
 		charset			: 'Přiřazená znaková sada',
 		styles			: 'Styl',
-		rel			: 'Relationship', // MISSING
+		rel			: 'Vztah',
 		selectAnchor		: 'Vybrat kotvu',
 		anchorName		: 'Podle jména kotvy',
@@ -207,5 +207,5 @@
 		name		: 'Název záložky',
 		errorName	: 'Zadejte prosím název záložky',
-		remove		: 'Remove Anchor' // MISSING
+		remove		: 'Odstranit záložku'
 	},
 
@@ -243,5 +243,5 @@
 		replaceWith			: 'Čím nahradit:',
 		notFoundMsg			: 'Hledaný text nebyl nalezen.',
-		findOptions			: 'Find Options', // MISSING
+		findOptions			: 'Možnosti hledání',
 		matchCase			: 'Rozlišovat velikost písma',
 		matchWord			: 'Pouze celá slova',
@@ -501,5 +501,5 @@
 	smiley :
 	{
-		toolbar	: 'Smajlíky',
+		toolbar	: 'Smajlíci',
 		title	: 'Vkládání smajlíků',
 		options : 'Nastavení smajlíků'
@@ -685,5 +685,5 @@
 	{
 		title			: 'Kontrola pravopisu během psaní (SCAYT)',
-		opera_title		: 'Not supported by Opera', // MISSING
+		opera_title		: 'Toto Opera nepodporuje',
 		enable			: 'Zapnout SCAYT',
 		disable			: 'Vypnout SCAYT',
@@ -721,6 +721,6 @@
 		title		: 'O aplikaci CKEditor',
 		dlgTitle	: 'O aplikaci CKEditor',
-		help	: 'Check $1 for help.', // MISSING
-		userGuide : 'CKEditor User\'s Guide', // MISSING
+		help	: 'Prohlédněte si $1 pro nápovědu.',
+		userGuide : 'Uživatelská příručka CKEditor',
 		moreInfo	: 'Pro informace o lincenci navštivte naši webovou stránku:',
 		copy		: 'Copyright &copy; $1. All rights reserved.'
@@ -755,15 +755,15 @@
 	toolbarGroups :
 	{
-		document : 'Document', // MISSING
-		clipboard : 'Clipboard/Undo', // MISSING
-		editing : 'Editing', // MISSING
-		forms : 'Forms', // MISSING
-		basicstyles : 'Basic Styles', // MISSING
-		paragraph : 'Paragraph', // MISSING
-		links : 'Links', // MISSING
-		insert : 'Insert', // MISSING
-		styles : 'Styles', // MISSING
-		colors : 'Colors', // MISSING
-		tools : 'Tools' // MISSING
+		document : 'Dokument',
+		clipboard : 'Schránka/Zpět',
+		editing : 'Úpravy',
+		forms : 'Formuláře',
+		basicstyles : 'Základní styly',
+		paragraph : 'Odstavec',
+		links : 'Odkazy',
+		insert : 'Vložit',
+		styles : 'Styly',
+		colors : 'Barvy',
+		tools : 'Nástroje'
 	},
 
@@ -778,5 +778,5 @@
 		label : 'Vlastnosti dokumentu',
 		title : 'Vlastnosti dokumentu',
-		design : 'Design', // MISSING
+		design : 'Vzhled',
 		meta : 'Metadata',
 		chooseColor : 'Výběr',
@@ -785,5 +785,5 @@
 		charset : 	'Znaková sada',
 		charsetOther : 'Další znaková sada',
-		charsetASCII : 'ASCII', // MISSING
+		charsetASCII : 'ASCII',
 		charsetCE : 'Středoevropské jazyky',
 		charsetCT : 'Tradiční čínština (Big5)',
@@ -793,5 +793,5 @@
 		charsetKR : 'Korejština',
 		charsetTR : 'Turečtina',
-		charsetUN : 'Unicode (UTF-8)', // MISSING
+		charsetUN : 'Unicode (UTF-8)',
 		charsetWE : 'Západoevropské jazyky',
 		docType : 'Typ dokumentu',
@@ -811,5 +811,5 @@
 		metaAuthor : 'Autor',
 		metaCopyright : 'Autorská práva',
-		previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
+		previewHtml : '<p>Toto je <strong>ukázkový text</strong>. Používáte <a href="javascript:void(0)">CKEditor</a>.</p>'
 	}
 };
Index: /CKEditor/trunk/_source/lang/cy.js
===================================================================
--- /CKEditor/trunk/_source/lang/cy.js	(revision 7328)
+++ /CKEditor/trunk/_source/lang/cy.js	(revision 7329)
@@ -39,5 +39,5 @@
 
 	// Toolbar buttons without dialogs.
-	source			: 'Tarddle',
+	source			: 'HTML',
 	newPage			: 'Tudalen newydd',
 	save			: 'Cadw',
@@ -428,5 +428,5 @@
 		button2Img	: 'Ydych am drawsffurfio\'r botwm ddelwedd hwn ar ddelwedd syml?',
 		img2Button	: 'Ydych am drawsffurfio\'r ddelwedd hon ar fotwm delwedd?',
-		urlMissing	: 'URL tarddle\'r ddelwedd ar goll.',
+		urlMissing	: 'URL gwreiddiol y ddelwedd ar goll.',
 		validateBorder	: 'Rhaid i\'r ymyl fod yn gyfanrif.',
 		validateHSpace	: 'Rhaid i\'r HSpace fod yn gyfanrif.',
Index: /CKEditor/trunk/_source/lang/gu.js
===================================================================
--- /CKEditor/trunk/_source/lang/gu.js	(revision 7328)
+++ /CKEditor/trunk/_source/lang/gu.js	(revision 7329)
@@ -128,10 +128,10 @@
 
 		// Put the voice-only part of the label in the span.
-		unavailable		: '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
+		unavailable		: '%1<span class="cke_accessibility">, નથી મળતું</span>'
 	},
 
 	contextmenu :
 	{
-		options : 'Context Menu Options' // MISSING
+		options : 'કોન્તેક્ષ્ત્ મેનુના વિકલ્પો'
 	},
 
@@ -141,5 +141,5 @@
 		toolbar		: 'વિશિષ્ટ અક્ષર ઇન્સર્ટ/દાખલ કરવું',
 		title		: 'સ્પેશિઅલ વિશિષ્ટ અક્ષર પસંદ કરો',
-		options : 'Special Character Options' // MISSING
+		options : 'સ્પેશિઅલ કરેક્ટરના વિકલ્પો'
 	},
 
@@ -148,5 +148,5 @@
 	{
 		toolbar		: 'લિંક ઇન્સર્ટ/દાખલ કરવી',
-		other 		: '<other>', // MISSING
+		other 		: '<other> <અન્ય>',
 		menu		: ' લિંક એડિટ/માં ફેરફાર કરવો',
 		title		: 'લિંક',
@@ -164,5 +164,5 @@
 		targetPopupName	: 'પૉપ-અપ વિન્ડો નું નામ',
 		popupFeatures	: 'પૉપ-અપ વિન્ડો ફીચરસૅ',
-		popupResizable	: 'Resizable', // MISSING
+		popupResizable	: 'રીસાઈઝએબલ',
 		popupStatusBar	: 'સ્ટૅટસ બાર',
 		popupLocationBar: 'લોકેશન બાર',
@@ -187,5 +187,5 @@
 		charset			: 'લિંક રિસૉર્સ કૅરિક્ટર સેટ',
 		styles			: 'સ્ટાઇલ',
-		rel			: 'Relationship', // MISSING
+		rel			: 'સંબંધની સ્થિતિ',
 		selectAnchor		: 'ઍંકર પસંદ કરો',
 		anchorName		: 'ઍંકર નામથી પસંદ કરો',
@@ -207,5 +207,5 @@
 		name		: 'ઍંકરનું નામ',
 		errorName	: 'ઍંકરનું નામ ટાઈપ કરો',
-		remove		: 'Remove Anchor' // MISSING
+		remove		: 'સ્થિર નકરવું'
 	},
 
@@ -213,23 +213,23 @@
 	list:
 	{
-		numberedTitle		: 'Numbered List Properties', // MISSING
-		bulletedTitle		: 'Bulleted List Properties', // MISSING
-		type				: 'Type', // MISSING
-		start				: 'Start', // MISSING
-		validateStartNumber				:'List start number must be a whole number.', // MISSING
+		numberedTitle		: 'આંકડાના લીસ્ટના ગુણ',
+		bulletedTitle		: 'બુલેટેડ લીસ્ટના ગુણ',
+		type				: 'પ્રકાર',
+		start				: 'શરુ કરવું',
+		validateStartNumber				:'લીસ્ટના સરુઆતનો આંકડો પુરો હોવો જોઈએ.',
 		circle				: 'વર્તુળ',
 		disc				: 'ડિસ્ક',
 		square				: 'ચોરસ',
 		none				: 'કસુ ',
-		notset				: '<not set>', // MISSING
-		armenian			: 'Armenian numbering', // MISSING
-		georgian			: 'Georgian numbering (an, ban, gan, etc.)', // MISSING
-		lowerRoman			: 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
-		upperRoman			: 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
-		lowerAlpha			: 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
-		upperAlpha			: 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
-		lowerGreek			: 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
-		decimal				: 'Decimal (1, 2, 3, etc.)', // MISSING
-		decimalLeadingZero	: 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
+		notset				: '<સેટ નથી>',
+		armenian			: 'અરમેનિયન આંકડા પદ્ધતિ',
+		georgian			: 'ગેઓર્ગિયન આંકડા પદ્ધતિ (an, ban, gan, etc.)',
+		lowerRoman			: 'રોમન નાના (i, ii, iii, iv, v, etc.)',
+		upperRoman			: 'રોમન મોટા (I, II, III, IV, V, etc.)',
+		lowerAlpha			: 'આલ્ફા નાના (a, b, c, d, e, etc.)',
+		upperAlpha			: 'આલ્ફા મોટા (A, B, C, D, E, etc.)',
+		lowerGreek			: 'ગ્રીક નાના (alpha, beta, gamma, etc.)',
+		decimal				: 'આંકડા (1, 2, 3, etc.)',
+		decimalLeadingZero	: 'સુન્ય આગળ આંકડા (01, 02, 03, etc.)'
 	},
 
@@ -246,7 +246,7 @@
 		matchCase			: 'કેસ સરખા રાખો',
 		matchWord			: 'બઘા શબ્દ સરખા રાખો',
-		matchCyclic			: 'Match cyclic', // MISSING
+		matchCyclic			: 'સરખાવવા બધા',
 		replaceAll			: 'બઘા બદલી ',
-		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+		replaceSuccessMsg	: '%1 ફેરફારો બાદલાયા છે.'
 	},
 
@@ -263,21 +263,21 @@
 		widthPx		: 'પિકસલ',
 		widthPc		: 'પ્રતિશત',
-		widthUnit	: 'width unit', // MISSING
+		widthUnit	: 'પોહાલાઈ એકમ',
 		cellSpace	: 'સેલ અંતર',
 		cellPad		: 'સેલ પૅડિંગ',
 		caption		: 'મથાળું/કૅપ્શન ',
 		summary		: 'ટૂંકો એહેવાલ',
-		headers		: 'Headers', // MISSING
-		headersNone		: 'None', // MISSING
-		headersColumn	: 'First column', // MISSING
-		headersRow		: 'First Row', // MISSING
+		headers		: 'મથાળા',
+		headersNone		: 'નથી ',
+		headersColumn	: 'પહેલી ઊભી કટાર',
+		headersRow		: 'પહેલી  કટાર',
 		headersBoth		: 'બેવું',
-		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
-		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidRows		: 'આડી કટાર, 0 કરતા વધારે હોવી જોઈએ.',
+		invalidCols		: 'ઉભી કટાર, 0 કરતા વધારે હોવી જોઈએ.',
 		invalidBorder	: 'બોર્ડર એક આંકડો હોવો જોઈએ',
-		invalidWidth	: 'Table width must be a number.', // MISSING
-		invalidHeight	: 'Table height must be a number.', // MISSING
-		invalidCellSpacing	: 'Cell spacing must be a positive number.', // MISSING
-		invalidCellPadding	: 'Cell padding must be a positive number.', // MISSING
+		invalidWidth	: 'ટેબલની પોહલાઈ આંકડો હોવો જોઈએ.',
+		invalidHeight	: 'ટેબલની ઊંચાઈ આંકડો હોવો જોઈએ.',
+		invalidCellSpacing	: 'સેલ વચ્ચેની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.',
+		invalidCellPadding	: 'સેલની અંદરની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.',
 
 		cell :
@@ -292,22 +292,22 @@
 			splitHorizontal	: 'કોષને સમસ્તરીય વિભાજન કરવું',
 			splitVertical	: 'કોષને સીધું ને ઊભું વિભાજન કરવું',
-			title			: 'Cell Properties', // MISSING
-			cellType		: 'Cell Type', // MISSING
-			rowSpan			: 'Rows Span', // MISSING
-			colSpan			: 'Columns Span', // MISSING
+			title			: 'સેલના ગુણ',
+			cellType		: 'સેલનો પ્રકાર',
+			rowSpan			: 'આડી કટારની જગ્યા',
+			colSpan			: 'ઊભી કતારની જગ્યા',
 			wordWrap		: 'વર્ડ રેપ',
 			hAlign			: 'સપાટ લાઈનદોરી',
 			vAlign			: 'ઊભી લાઈનદોરી',
 			alignBaseline	: 'બસે લાઈન',
-			bgColor			: 'Background Color', // MISSING
-			borderColor		: 'Border Color', // MISSING
-			data			: 'Data', // MISSING
-			header			: 'Header', // MISSING
-			yes				: 'Yes', // MISSING
+			bgColor			: 'પાછાળનો રંગ',
+			borderColor		: 'બોર્ડેર રંગ',
+			data			: 'સ્વીકૃત માહિતી',
+			header			: 'મથાળું',
+			yes				: 'હા',
 			no				: 'No', // MISSING
-			invalidWidth	: 'Cell width must be a number.', // MISSING
-			invalidHeight	: 'Cell height must be a number.', // MISSING
-			invalidRowSpan	: 'Rows span must be a whole number.', // MISSING
-			invalidColSpan	: 'Columns span must be a whole number.', // MISSING
+			invalidWidth	: 'સેલની પોહલાઈ આંકડો હોવો જોઈએ.',
+			invalidHeight	: 'સેલની ઊંચાઈ આંકડો હોવો જોઈએ.',
+			invalidRowSpan	: 'રો સ્પાન આંકડો હોવો જોઈએ.',
+			invalidColSpan	: 'કોલમ સ્પાન આંકડો હોવો જોઈએ.',
 			chooseColor		: 'Choose' // MISSING
 		},
@@ -357,5 +357,5 @@
 		action		: 'ક્રિયા',
 		method		: 'પદ્ધતિ',
-		encoding	: 'Encoding' // MISSING
+		encoding	: 'અન્કોડીન્ગ'
 	},
 
@@ -426,10 +426,10 @@
 		alertUrl	: 'ચિત્રની URL ટાઇપ કરો',
 		linkTab		: 'લિંક',
-		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
-		img2Button	: 'Do you want to transform the selected image on a image button?', // MISSING
-		urlMissing	: 'Image source URL is missing.', // MISSING
-		validateBorder	: 'Border must be a whole number.', // MISSING
-		validateHSpace	: 'HSpace must be a whole number.', // MISSING
-		validateVSpace	: 'VSpace must be a whole number.' // MISSING
+		button2Img	: 'તમારે ઈમેજ બટનને સાદી ઈમેજમાં બદલવું છે.',
+		img2Button	: 'તમારે સાદી ઈમેજને ઈમેજ બટનમાં બદલવું છે.',
+		urlMissing	: 'ઈમેજની મૂળ URL છે નહી.',
+		validateBorder	: 'બોર્ડેર આંકડો હોવો જોઈએ.',
+		validateHSpace	: 'HSpaceઆંકડો હોવો જોઈએ.',
+		validateVSpace	: 'VSpace આંકડો હોવો જોઈએ. '
 	},
 
@@ -438,5 +438,5 @@
 	{
 		properties		: 'ફ્લૅશના ગુણ',
-		propertiesTab	: 'Properties', // MISSING
+		propertiesTab	: 'ગુણ',
 		title			: 'ફ્લૅશ ગુણ',
 		chkPlay			: 'ઑટો/સ્વયં પ્લે',
@@ -457,6 +457,6 @@
 		alignTextTop	: 'ટેક્સ્ટ ઉપર',
 		quality			: 'Quality', // MISSING
-		qualityBest		: 'Best', // MISSING
-		qualityHigh		: 'High', // MISSING
+		qualityBest		: 'શ્રેષ્ઠ',
+		qualityHigh		: 'ઊંચું',
 		qualityAutoHigh	: 'Auto High', // MISSING
 		qualityMedium	: 'Medium', // MISSING
Index: /CKEditor/trunk/_source/plugins/a11yhelp/lang/_translationstatus.txt
===================================================================
--- /CKEditor/trunk/_source/plugins/a11yhelp/lang/_translationstatus.txt	(revision 7328)
+++ /CKEditor/trunk/_source/plugins/a11yhelp/lang/_translationstatus.txt	(revision 7329)
@@ -2,5 +2,8 @@
 For licensing, see LICENSE.html or http://ckeditor.com/license
 
-cy.js      Found: 27 Missing: 3
+cy.js      Found: 30 Missing: 0
+de.js      Found: 30 Missing: 0
+eo.js      Found: 30 Missing: 0
+fa.js      Found: 24 Missing: 6
 fi.js      Found: 25 Missing: 5
 fr.js      Found: 30 Missing: 0
Index: /CKEditor/trunk/_source/plugins/a11yhelp/lang/cy.js
===================================================================
--- /CKEditor/trunk/_source/plugins/a11yhelp/lang/cy.js	(revision 7328)
+++ /CKEditor/trunk/_source/plugins/a11yhelp/lang/cy.js	(revision 7329)
@@ -31,5 +31,5 @@
 								name : 'Dewislen Cyd-destun y Golygydd',
 								legend :
-									'Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with  SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option wtih SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC.'  // MISSING
+									'Pwyswch $ {contextMenu} neu\'r ALLWEDD \'APPLICATION\' i agor y ddewislen cyd-destun. Yna symudwch i\'r opsiwn ddewislen nesaf gyda\'r TAB neu\'r SAETH I LAWR. Symudwch i\'r opsiwn blaenorol gyda SHIFT + TAB neu\'r SAETH I FYNY. Pwyswch SPACE neu ENTER i ddewis yr opsiwn ddewislen. Agorwch is-dewislen yr opsiwn cyfredol gyda SPACE neu ENTER neu SAETH DDE. Ewch yn ôl i\'r eitem ar y ddewislen uwch gydag ESC neu SAETH CHWITH. Ceuwch y ddewislen cyd-destun gydag ESC.' 
 							},
 
@@ -37,5 +37,5 @@
 								name : 'Blwch Rhestr y Golygydd',
 								legend :
-									'Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT + TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box.'  // MISSING
+									'Tu mewn rhestr-bocs, ewch i\'r eitem rhestr nesaf gyda TAB neu\'r SAETH I LAWR. Symudwch i restr eitem flaenorol gyda SHIFT + TAB neu SAETH I FYNY. Pwyswch SPACE neu ENTER i ddewis yr opsiwn o\'r rhestr. Pwyswch ESC i gau\'r rhestr.' 
 							},
 
@@ -43,5 +43,5 @@
 								name : 'Bar Llwybr Elfen y Golygydd',
 								legend :
-									'Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with  SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor.'  // MISSING
+									'Pwyswch $ {elementsPathFocus} i fynd i\'r elfennau llwybr bar. Symudwch i fotwm yr elfen nesaf gyda TAB neu SAETH DDE. Symudwch i fotwm blaenorol gyda SHIFT + TAB neu SAETH CHWITH. Pwyswch SPACE neu ENTER i ddewis yr elfen yn y golygydd.' 
 							}
 						]
Index: /CKEditor/trunk/_source/plugins/a11yhelp/lang/de.js
===================================================================
--- /CKEditor/trunk/_source/plugins/a11yhelp/lang/de.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/a11yhelp/lang/de.js	(revision 7329)
@@ -0,0 +1,89 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'a11yhelp', 'de',
+{
+	accessibilityHelp :
+	{
+		title : 'Barrierefreiheitinformationen',
+		contents : 'Hilfeinhalt. Um den Dialog zu schliessen die Taste \'ESC\' drücken.',
+		legend :
+		[
+			{
+				name : 'Allgemein',
+				items :
+						[
+							{
+								name : 'Editor Symbolleiste',
+								legend:
+									'Drücken Sie ${toolbarFocus} auf der Symbolleiste. Gehen Sie zur nächsten oder vorherigen Symbolleistengruppe mit TAB und SHIFT-TAB. Gehen Sie zur nächsten oder vorherigen Symbolleiste auf die Schaltfläche mit dem RECHTS- oder LINKS-Pfeil. Drücken Sie die Leertaste oder Eingabetaste, um die Schaltfläche in der Symbolleiste aktivieren.' 
+							},
+
+							{
+								name : 'Editor Dialog',
+								legend :
+									'Innerhalb des Dialogs drücken Sie TAB um zum nächsten Dialogfeld zu gelangen, drücken Sie SHIFT-TAG um zum vorherigen Feld zu wechseln, drücken Sie ENTER um den Dialog abzusenden und ESC um den Dialog zu abzubrechen. Um zwischen den Reitern innerhalb eines Dialogs zu wechseln drücken sie ALT-F10. Um zum nächsten Reiter zu gelangen können Sie TAB oder die rechte Pfeiltaste. Zurück gelangt man mit SHIFT-TAB oder der linken Pfeiltaste. Mit der Leertaste oder Enter kann man den Reiter auswählen.' 
+							},
+
+							{
+								name : 'Editor Kontextmenü',
+								legend :
+									'Dürcken Sie ${contextMenu} oder die Anwendungstaste um das Kontextmenü zu öffnen. Man kann die Pfeiltasten zum Wechsel benutzen. Mit der Leertaste oder der Enter-Taste kann man den Menüpunkt aufrufen. Schliessen Sie das Kontextmenü mit der ESC-Taste.' 
+							},
+
+							{
+								name : 'Editor Listen',
+								legend :
+									'Innerhalb einer Listenbox kann man mit der TAB-Taste oder den Pfeilrunter-Taste den nächsten Menüeintrag wählen. Mit der Shift-TAB Tastenkombination oder der Pfeilhoch-Taste gelangt man zum vorherigen Menüpunkt. Mit der Leertaste oder Enter kann man den Menüpunkt auswählen. Drücken Sie ESC zum Verlassen des Menüs.' 
+							},
+
+							{
+								name : 'Editor Elementpfadleiste',
+								legend :
+									'Drücken Sie ${elementsPathFocus} um sich durch die Pfadleiste zu bewegen. Um zum nächsten Element zu gelangen drücken Sie TAB oder die Pfeilrechts-Taste. Zum vorherigen Element gelangen Sie mit der SHIFT-TAB oder der Pfeillinks-Taste. Drücken Sie die Leertaste oder Enter um das Element auszuwählen.' 
+							}
+						]
+			},
+			{
+				name : 'Befehle',
+				items :
+						[
+							{
+								name : 'Wiederholen Befehl',
+								legend : 'Drücken Sie ${undo}'
+							},
+							{
+								name : 'Rückgängig Befehl',
+								legend : 'Drücken Sie ${redo}'
+							},
+							{
+								name : 'Fettschrift Befehl',
+								legend : 'Drücken Sie ${bold}'
+							},
+							{
+								name : 'Italic Befehl',
+								legend : 'Drücken Sie ${italic}'
+							},
+							{
+								name : 'Unterstreichung Befehl',
+								legend : 'Drücken Sie ${underline}'
+							},
+							{
+								name : 'Link Befehl',
+								legend : 'Drücken Sie ${link}'
+							},
+							{
+								name : 'Symbolleiste zuammenklappen Befehl',
+								legend : 'Drücken Sie ${toolbarCollapse}'
+							},
+							{
+								name : 'Eingabehilfen',
+								legend : 'Drücken Sie ${a11yHelp}'
+							}
+						]
+			}
+		]
+	}
+});
Index: /CKEditor/trunk/_source/plugins/a11yhelp/lang/eo.js
===================================================================
--- /CKEditor/trunk/_source/plugins/a11yhelp/lang/eo.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/a11yhelp/lang/eo.js	(revision 7329)
@@ -0,0 +1,89 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'a11yhelp', 'eo',
+{
+	accessibilityHelp :
+	{
+		title : 'Uzindikoj pri atingeblo',
+		contents : 'Helpilenhavo. Por fermi tiun dialogon, premu la ESKAPAN klavon.',
+		legend :
+		[
+			{
+				name : 'Ĝeneralaĵoj',
+				items :
+						[
+							{
+								name : 'Ilbreto de la redaktilo',
+								legend:
+									'Premu ${toolbarFocus} por atingi la ilbreton. Moviĝu al la sekva aŭ antaŭa grupoj de la ilbreto per la klavoj TABA kaj MAJUSKLIGA-TABA. Moviĝu al la sekva aŭ antaŭa butonoj de la ilbreto per la klavoj SAGO DEKSTREN kaj SAGO MALDEKSTREN. Premu la SPACETklavon aŭ la ENENklavon por aktivigi la ilbretbutonon.' 
+							},
+
+							{
+								name : 'Redaktildialogo',
+								legend :
+									'En dialogo, premu la TABAN klavon por navigi al la sekva dialogkampo, premu la MAJUSKLIGAN + TABAN klavojn por reveni al la antaŭa kampo, premu la ENENklavon por sendi la dialogon, premu la ESKAPAN klavon por nuligi la dialogon. Por dialogoj kun pluraj retpaĝoj sub langetoj, premu ALT + F10 por navigi al la langetlisto. Poste moviĝu al la sekva langeto per la klavo TABA aŭ SAGO DEKSTREN. Moviĝu al la antaŭa langeto per la klavoj MAJUSKLIGA + TABA aŭ  SAGO MALDEKSTREN. Premu la SPACETklavon aŭ la ENENklavon por selekti la langetretpaĝon.' 
+							},
+
+							{
+								name : 'Kunteksta menuo de la redaktilo',
+								legend :
+									'Premu ${contextMenu} aŭ entajpu la KLAVKOMBINAĴON por malfermi la kuntekstan menuon. Poste moviĝu al la sekva opcio de la menuo per la klavoj TABA aŭ SAGO SUBEN. Moviĝu al la antaŭa opcio per la klavoj MAJUSKLGA + TABA aŭ SAGO SUPREN. Premu la SPACETklavon aŭ ENENklavon por selekti la menuopcion. Malfermu la submenuon de la kuranta opcio per la SPACETklavo aŭ la ENENklavo aŭ la SAGO DEKSTREN. Revenu al la elemento de la patra menuo per la klavoj ESKAPA aŭ SAGO MALDEKSTREN. Fermu la kuntekstan menuon per la ESKAPA klavo.' 
+							},
+
+							{
+								name : 'Fallisto de la redaktilo',
+								legend :
+									'En fallisto, moviĝu al la sekva listelemento per la klavoj TABA aŭ SAGO SUBEN. Moviĝu al la antaŭa listelemento per la klavoj MAJUSKLIGA + TABA aŭ SAGO SUPREN. Premu la SPACETklavon aŭ ENENklavon por selekti la opcion en la listo. Premu la ESKAPAN klavon por fermi la falmenuon.' 
+							},
+
+							{
+								name : 'Breto indikanta la vojon al la redaktilelementoj',
+								legend :
+									'Premu ${elementsPathFocus} por navigi al la breto indikanta la vojon al la redaktilelementoj. Moviĝu al la butono de la sekva elemento per la klavoj TABA aŭ SAGO DEKSTREN. Moviĝu al la butono de la antaŭa elemento per la klavoj MAJUSKLIGA + TABA aŭ SAGO MALDEKSTREN. Premu la SPACETklavon aŭ ENENklavon por selekti la elementon en la redaktilo.' 
+							}
+						]
+			},
+			{
+				name : 'Komandoj',
+				items :
+						[
+							{
+								name : 'Komando malfari',
+								legend : 'Premu ${undo}'
+							},
+							{
+								name : 'Komando refari',
+								legend : 'Premu ${redo}'
+							},
+							{
+								name : 'Komando grasa',
+								legend : 'Premu ${bold}'
+							},
+							{
+								name : 'Komando kursiva',
+								legend : 'Premu ${italic}'
+							},
+							{
+								name : 'Komando substreki',
+								legend : 'Premu ${underline}'
+							},
+							{
+								name : 'Komando ligilo',
+								legend : 'Premu ${link}'
+							},
+							{
+								name : 'Komando faldi la ilbreton',
+								legend : 'Premu ${toolbarCollapse}'
+							},
+							{
+								name : 'Helpilo pri atingeblo',
+								legend : 'Premu ${a11yHelp}'
+							}
+						]
+			}
+		]
+	}
+});
Index: /CKEditor/trunk/_source/plugins/a11yhelp/lang/fa.js
===================================================================
--- /CKEditor/trunk/_source/plugins/a11yhelp/lang/fa.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/a11yhelp/lang/fa.js	(revision 7329)
@@ -0,0 +1,89 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'a11yhelp', 'fa',
+{
+	accessibilityHelp :
+	{
+		title : 'دستورالعمل‌های دسترسی',
+		contents : 'راهنمای فهرست مطالب. برای بستن این کادر محاوره‌ای ESC را فشار دهید.',
+		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 : 'پنجره محاوره‌ای ویرایشگر',
+								legend :
+									'Inside a dialog, press TAB to navigate to next dialog field, press SHIFT + TAB to move to previous field, press ENTER to submit dialog, press ESC to cancel dialog. For dialogs that have multiple tab pages, press ALT + F10 to navigate to tab-list. Then move to next tab with TAB OR RIGTH ARROW. Move to previous tab with SHIFT + TAB or LEFT ARROW. Press SPACE or ENTER to select the tab page.'  // MISSING
+							},
+
+							{
+								name : 'منوی متنی ویرایشگر',
+								legend :
+									'Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with  SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option wtih SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC.'  // MISSING
+							},
+
+							{
+								name : 'جعبه فهرست ویرایشگر',
+								legend :
+									'Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT + TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box.'  // MISSING
+							},
+
+							{
+								name : 'Editor Element Path Bar', // MISSING
+								legend :
+									'Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with  SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor.'  // MISSING
+							}
+						]
+			},
+			{
+				name : 'فرمان‌ها',
+				items :
+						[
+							{
+								name : 'بازگشت فرمان',
+								legend : 'فشردن ${undo}'
+							},
+							{
+								name : 'انجام مجدد فرمان',
+								legend : 'فشردن ${redo}'
+							},
+							{
+								name : 'فرمان متن درشت',
+								legend : 'فشردن ${bold}'
+							},
+							{
+								name : 'فرمان متن کج',
+								legend : 'فشردن ${italic}'
+							},
+							{
+								name : 'فرمان متن زیرخط‌دار',
+								legend : 'فشردن ${underline}'
+							},
+							{
+								name : 'فرمان پیوند',
+								legend : 'فشردن ${link}'
+							},
+							{
+								name : 'بستن نوار ابزار فرمان',
+								legend : 'فشردن ${toolbarCollapse}'
+							},
+							{
+								name : 'راهنمای دسترسی',
+								legend : 'فشردن ${a11yHelp}'
+							}
+						]
+			}
+		]
+	}
+});
Index: /CKEditor/trunk/_source/plugins/devtools/lang/_translationstatus.txt
===================================================================
--- /CKEditor/trunk/_source/plugins/devtools/lang/_translationstatus.txt	(revision 7328)
+++ /CKEditor/trunk/_source/plugins/devtools/lang/_translationstatus.txt	(revision 7329)
@@ -3,7 +3,12 @@
 
 bg.js      Found: 5 Missing: 0
+cs.js      Found: 5 Missing: 0
 cy.js      Found: 5 Missing: 0
+de.js      Found: 5 Missing: 0
+eo.js      Found: 5 Missing: 0
+fa.js      Found: 5 Missing: 0
 fi.js      Found: 5 Missing: 0
 fr.js      Found: 5 Missing: 0
+gu.js      Found: 5 Missing: 0
 he.js      Found: 5 Missing: 0
 it.js      Found: 5 Missing: 0
Index: /CKEditor/trunk/_source/plugins/devtools/lang/cs.js
===================================================================
--- /CKEditor/trunk/_source/plugins/devtools/lang/cs.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/devtools/lang/cs.js	(revision 7329)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'devtools', 'cs',
+{
+	devTools :
+	{
+		title		: 'Informace o prvku',
+		dialogName	: 'Název dialogového okna',
+		tabName		: 'Název karty',
+		elementId	: 'ID prvku',
+		elementType	: 'Typ prvku'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/devtools/lang/cy.js
===================================================================
--- /CKEditor/trunk/_source/plugins/devtools/lang/cy.js	(revision 7328)
+++ /CKEditor/trunk/_source/plugins/devtools/lang/cy.js	(revision 7329)
@@ -8,5 +8,5 @@
 	devTools :
 	{
-		title		: 'Gwybodaeth yr Elfen',
+		title		: 'Gwybodaeth am yr Elfen',
 		dialogName	: 'Enw ffenestr y deialog',
 		tabName		: 'Enw\'r tab',
Index: /CKEditor/trunk/_source/plugins/devtools/lang/de.js
===================================================================
--- /CKEditor/trunk/_source/plugins/devtools/lang/de.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/devtools/lang/de.js	(revision 7329)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'devtools', 'de',
+{
+	devTools :
+	{
+		title		: 'Elementinformation',
+		dialogName	: 'Dialogfenstername',
+		tabName		: 'Reitername',
+		elementId	: 'Element ID',
+		elementType	: 'Elementtyp'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/devtools/lang/eo.js
===================================================================
--- /CKEditor/trunk/_source/plugins/devtools/lang/eo.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/devtools/lang/eo.js	(revision 7329)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'devtools', 'eo',
+{
+	devTools :
+	{
+		title		: 'Informo pri la elemento',
+		dialogName	: 'Nomo de la dialogfenestro',
+		tabName		: 'Langetnomo',
+		elementId	: 'ID de la elemento',
+		elementType	: 'Tipo de la elemento'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/devtools/lang/fa.js
===================================================================
--- /CKEditor/trunk/_source/plugins/devtools/lang/fa.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/devtools/lang/fa.js	(revision 7329)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'devtools', 'fa',
+{
+	devTools :
+	{
+		title		: 'اطلاعات عنصر',
+		dialogName	: 'نام پنجره محاوره‌ای',
+		tabName		: 'نام برگه',
+		elementId	: 'ID عنصر',
+		elementType	: 'نوع عنصر'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/devtools/lang/gu.js
===================================================================
--- /CKEditor/trunk/_source/plugins/devtools/lang/gu.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/devtools/lang/gu.js	(revision 7329)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'devtools', 'gu',
+{
+	devTools :
+	{
+		title		: 'પ્રાથમિક માહિતી',
+		dialogName	: 'વિન્ડોનું નામ',
+		tabName		: 'ટેબનું નામ',
+		elementId	: 'પ્રાથમિક આઈડી',
+		elementType	: 'પ્રાથમિક પ્રકાર'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/placeholder/lang/_translationstatus.txt
===================================================================
--- /CKEditor/trunk/_source/plugins/placeholder/lang/_translationstatus.txt	(revision 7328)
+++ /CKEditor/trunk/_source/plugins/placeholder/lang/_translationstatus.txt	(revision 7329)
@@ -4,4 +4,7 @@
 bg.js      Found: 5 Missing: 0
 cy.js      Found: 5 Missing: 0
+de.js      Found: 5 Missing: 0
+eo.js      Found: 5 Missing: 0
+fa.js      Found: 5 Missing: 0
 fi.js      Found: 5 Missing: 0
 fr.js      Found: 5 Missing: 0
Index: /CKEditor/trunk/_source/plugins/placeholder/lang/de.js
===================================================================
--- /CKEditor/trunk/_source/plugins/placeholder/lang/de.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/placeholder/lang/de.js	(revision 7329)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'placeholder', 'de',
+{
+	placeholder :
+	{
+		title		: 'Platzhalter Einstellungen',
+		toolbar		: 'Platzhalter erstellen',
+		text		: 'Platzhalter Text',
+		edit		: 'Platzhalter bearbeiten',
+		textMissing	: 'Der Platzhalter muss einen Text beinhalten.'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/placeholder/lang/eo.js
===================================================================
--- /CKEditor/trunk/_source/plugins/placeholder/lang/eo.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/placeholder/lang/eo.js	(revision 7329)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'placeholder', 'eo',
+{
+	placeholder :
+	{
+		title		: 'Atributoj de la rezervita spaco',
+		toolbar		: 'Krei la rezervitan spacon',
+		text		: 'Texto de la rezervita spaco',
+		edit		: 'Modifi la rezervitan spacon',
+		textMissing	: 'La rezervita spaco devas enteni tekston.'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/placeholder/lang/fa.js
===================================================================
--- /CKEditor/trunk/_source/plugins/placeholder/lang/fa.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/placeholder/lang/fa.js	(revision 7329)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'placeholder', 'fa',
+{
+	placeholder :
+	{
+		title		: 'ویژگی‌های محل نگهداری',
+		toolbar		: 'ایجاد یک محل نگهداری',
+		text		: 'متن محل نگهداری',
+		edit		: 'ویرایش محل نگهداری',
+		textMissing	: 'محل نگهداری باید محتوی متن باشد.'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/uicolor/lang/_translationstatus.txt
===================================================================
--- /CKEditor/trunk/_source/plugins/uicolor/lang/_translationstatus.txt	(revision 7328)
+++ /CKEditor/trunk/_source/plugins/uicolor/lang/_translationstatus.txt	(revision 7329)
@@ -3,5 +3,9 @@
 
 bg.js      Found: 4 Missing: 0
+cs.js      Found: 4 Missing: 0
 cy.js      Found: 4 Missing: 0
+de.js      Found: 4 Missing: 0
+eo.js      Found: 4 Missing: 0
+fa.js      Found: 4 Missing: 0
 fi.js      Found: 4 Missing: 0
 fr.js      Found: 4 Missing: 0
Index: /CKEditor/trunk/_source/plugins/uicolor/lang/cs.js
===================================================================
--- /CKEditor/trunk/_source/plugins/uicolor/lang/cs.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/uicolor/lang/cs.js	(revision 7329)
@@ -0,0 +1,15 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'uicolor', 'cs',
+{
+	uicolor :
+	{
+		title : 'Výběr barvy rozhraní',
+		preview : 'Živý náhled',
+		config : 'Vložte tento řetězec do Vašeho souboru config.js',
+		predefined : 'Přednastavené sady barev'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/uicolor/lang/cy.js
===================================================================
--- /CKEditor/trunk/_source/plugins/uicolor/lang/cy.js	(revision 7328)
+++ /CKEditor/trunk/_source/plugins/uicolor/lang/cy.js	(revision 7329)
@@ -10,5 +10,5 @@
 		title : 'Dewisydd Lliwiau\'r UI',
 		preview : 'Rhagolwg Byw',
-		config : 'Gludwch y llinyn i\'ch ffeil config.js',
+		config : 'Gludwch y llinyn hwn i\'ch ffeil config.js',
 		predefined : 'Setiau lliw wedi\'u cyn-ddiffinio'
 	}
Index: /CKEditor/trunk/_source/plugins/uicolor/lang/de.js
===================================================================
--- /CKEditor/trunk/_source/plugins/uicolor/lang/de.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/uicolor/lang/de.js	(revision 7329)
@@ -0,0 +1,15 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'uicolor', 'de',
+{
+	uicolor :
+	{
+		title : 'UI Pipette',
+		preview : 'Live-Vorschau',
+		config : 'Fügen Sie diese Zeichenfolge in die \'config.js\' Datei.',
+		predefined : 'Vordefinierte Farbsätze'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/uicolor/lang/eo.js
===================================================================
--- /CKEditor/trunk/_source/plugins/uicolor/lang/eo.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/uicolor/lang/eo.js	(revision 7329)
@@ -0,0 +1,15 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'uicolor', 'eo',
+{
+	uicolor :
+	{
+		title : 'UI Kolorselektilo',
+		preview : 'Vidigi la aspekton',
+		config : 'Gluu tiun signoĉenon en vian dosieron config.js',
+		predefined : 'Antaŭdifinita koloraro'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/uicolor/lang/fa.js
===================================================================
--- /CKEditor/trunk/_source/plugins/uicolor/lang/fa.js	(revision 7329)
+++ /CKEditor/trunk/_source/plugins/uicolor/lang/fa.js	(revision 7329)
@@ -0,0 +1,15 @@
+﻿/*
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'uicolor', 'fa',
+{
+	uicolor :
+	{
+		title : 'انتخاب رنگ UI',
+		preview : 'پیش‌نمایش زنده',
+		config : 'این رشته را در فایل config.js خود بچسبانید.',
+		predefined : 'مجموعه رنگ از پیش تعریف شده'
+	}
+});
