diff options
Diffstat (limited to 'plugins/toolbar/lang/fa.js')
| -rw-r--r-- | plugins/toolbar/lang/fa.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/fa.js b/plugins/toolbar/lang/fa.js new file mode 100644 index 0000000..4876645 --- /dev/null +++ b/plugins/toolbar/lang/fa.js @@ -0,0 +1,22 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'fa', {
+ toolbarCollapse: 'بستن نوار ابزار',
+ toolbarExpand: 'بازکردن نوار ابزار',
+ toolbarGroups: {
+ document: 'سند',
+ clipboard: 'حافظه موقت/برگشت',
+ editing: 'در حال ویرایش',
+ forms: 'فرمها',
+ basicstyles: 'شیوههای پایه',
+ paragraph: 'بند',
+ links: 'پیوندها',
+ insert: 'ورود',
+ styles: 'شیوهها',
+ colors: 'رنگها',
+ tools: 'ابزارها'
+ },
+ toolbars: 'نوار ابزار'
+});
|
