aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/fa.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/fa.js')
-rw-r--r--sources/plugins/div/lang/fa.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/fa.js b/sources/plugins/div/lang/fa.js
new file mode 100644
index 0000000..52c6131
--- /dev/null
+++ b/sources/plugins/div/lang/fa.js
@@ -0,0 +1,19 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'div', 'fa', {
6 IdInputLabel: 'شناسه',
7 advisoryTitleInputLabel: 'عنوان مشاوره',
8 cssClassInputLabel: 'کلاس​های شیوه​نامه',
9 edit: 'ویرایش Div',
10 inlineStyleInputLabel: 'سبک درون​خطی(Inline Style)',
11 langDirLTRLabel: 'چپ به راست (LTR)',
12 langDirLabel: 'جهت نوشتاری زبان',
13 langDirRTLLabel: 'راست به چپ (RTL)',
14 languageCodeInputLabel: ' کد زبان',
15 remove: 'حذف Div',
16 styleSelectLabel: 'سبک',
17 title: 'ایجاد یک محل DIV',
18 toolbar: 'ایجاد یک محل DIV'
19} );