aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/undo/lang/ar.js
blob: c5ead34c12b016e7485a7c14f6b6cc2aa3ae76bf (plain) (blame)
1
2
3
4
5
6
7
8
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'undo', 'ar', {
	redo: 'إعادة',
	undo: 'تراجع'
} );