blob: 7bd04a03d0fd040f5a64a5a75db4d764ffdb5cdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'about', 'fa', {
copy: 'حق نشر © $1. کلیه حقوق محفوظ است.',
dlgTitle: 'درباره CKEditor',
help: 'بررسی $1 برای راهنمایی.',
moreInfo: 'برای کسب اطلاعات مجوز لطفا به وب سایت ما مراجعه کنید:',
title: 'درباره CKEditor',
userGuide: 'راهنمای کاربران CKEditor'
});
|