new ckeditor
New ckeditor
This commit is contained in:
43
ckeditor/plugins/flash/lang/fa.js
Normal file
43
ckeditor/plugins/flash/lang/fa.js
Normal file
@@ -0,0 +1,43 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'flash', 'fa', {
|
||||
access: 'دسترسی به اسکریپت',
|
||||
accessAlways: 'همیشه',
|
||||
accessNever: 'هرگز',
|
||||
accessSameDomain: 'همان دامنه',
|
||||
alignAbsBottom: 'پائین مطلق',
|
||||
alignAbsMiddle: 'وسط مطلق',
|
||||
alignBaseline: 'خط پایه',
|
||||
alignTextTop: 'متن بالا',
|
||||
bgcolor: 'رنگ پسزمینه',
|
||||
chkFull: 'اجازه تمام صفحه',
|
||||
chkLoop: 'اجرای پیاپی',
|
||||
chkMenu: 'در دسترس بودن منوی فلش',
|
||||
chkPlay: 'آغاز خودکار',
|
||||
flashvars: 'مقادیر برای فلش',
|
||||
hSpace: 'فاصلهٴ افقی',
|
||||
properties: 'ویژگیهای فلش',
|
||||
propertiesTab: 'ویژگیها',
|
||||
quality: 'کیفیت',
|
||||
qualityAutoHigh: 'بالا - خودکار',
|
||||
qualityAutoLow: 'پایین - خودکار',
|
||||
qualityBest: 'بهترین',
|
||||
qualityHigh: 'بالا',
|
||||
qualityLow: 'پایین',
|
||||
qualityMedium: 'متوسط',
|
||||
scale: 'مقیاس',
|
||||
scaleAll: 'نمایش همه',
|
||||
scaleFit: 'جایگیری کامل',
|
||||
scaleNoBorder: 'بدون کران',
|
||||
title: 'ویژگیهای فلش',
|
||||
vSpace: 'فاصلهٴ عمودی',
|
||||
validateHSpace: 'مقدار فاصله گذاری افقی باید یک عدد باشد.',
|
||||
validateSrc: 'لطفا URL پیوند را بنویسید',
|
||||
validateVSpace: 'مقدار فاصله گذاری عمودی باید یک عدد باشد.',
|
||||
windowMode: 'حالت پنجره',
|
||||
windowModeOpaque: 'مات',
|
||||
windowModeTransparent: 'شفاف',
|
||||
windowModeWindow: 'پنجره'
|
||||
} );
|
||||
Reference in New Issue
Block a user