aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/fa.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/about/lang/fa.js')
-rw-r--r--sources/plugins/about/lang/fa.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/plugins/about/lang/fa.js b/sources/plugins/about/lang/fa.js
new file mode 100644
index 00000000..2b818dbd
--- /dev/null
+++ b/sources/plugins/about/lang/fa.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'fa', {
6 copy: 'حق نشر © $1. کلیه حقوق محفوظ است.',
7 dlgTitle: 'درباره CKEditor',
8 help: ' برای راهنمایی $1 را ملاحظه کنید.',
9 moreInfo: 'برای کسب اطلاعات مجوز لطفا به وب سایت ما مراجعه کنید:',
10 title: 'درباره CKEditor',
11 userGuide: 'راهنمای کاربران CKEditor'
12} );