X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Ffa.js;h=44756ad5ef5f7ddda1435213603869cb6a79c1d0;hp=8bb7d9367823c84d15ff85541ab1c142ad9a5022;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/lang/fa.js b/_source/lang/fa.js index 8bb7d93..44756ad 100644 --- a/_source/lang/fa.js +++ b/_source/lang/fa.js @@ -121,6 +121,8 @@ CKEDITOR.lang['fa'] = alignBottom : 'پائین', invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -201,7 +203,8 @@ CKEDITOR.lang['fa'] = menu : 'ویژگیهای لنگر', title : 'ویژگیهای لنگر', name : 'نام لنگر', - errorName : 'لطفا نام لنگر را بنویسید' + errorName : 'لطفا نام لنگر را بنویسید', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -271,8 +274,8 @@ CKEDITOR.lang['fa'] = invalidBorder : 'Border size must be a number.', // MISSING invalidWidth : 'Table width must be a number.', // MISSING invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a number.', // MISSING - invalidCellPadding : 'Cell padding must be a number.', // MISSING + invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING + invalidCellPadding : 'Cell padding must be a positive number.', // MISSING cell : { @@ -413,7 +416,6 @@ CKEDITOR.lang['fa'] = upload : 'انتقال به سرور', alt : 'متن جایگزین', lockRatio : 'قفلکردن ِنسبت', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'بازنشانی اندازه', border : 'لبه', hSpace : 'فاصلهٴ افقی', @@ -770,41 +772,41 @@ CKEDITOR.lang['fa'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'ویژگیهای سند', + title : 'ویژگیهای سند', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING + meta : 'فراداده', chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + other : '<سایر>', + docTitle : 'عنوان صفحه', + charset : 'رمزگذاری نویسهگان', + charsetOther : 'رمزگذاری نویسهگان دیگر', charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING + charsetCE : 'اروپای مرکزی', + charsetCT : 'چینی رسمی (Big5)', + charsetCR : 'سیریلیک', + charsetGR : 'یونانی', + charsetJP : 'ژاپنی', + charsetKR : 'کرهای', + charsetTR : 'ترکی', + charsetUN : 'یونیکُد (UTF-8)', + charsetWE : 'اروپای غربی', + docType : 'عنوان نوع سند', + docTypeOther : 'عنوان نوع سند دیگر', + xhtmlDec : 'شامل تعاریف XHTML', + bgColor : 'رنگ پسزمینه', + bgImage : 'URL تصویر پسزمینه', + bgFixed : 'پسزمینهٴ پیمایشناپذیر', + txtColor : 'رنگ متن', + margin : 'حاشیههای صفحه', + marginTop : 'بالا', + marginLeft : 'چپ', + marginRight : 'راست', + marginBottom : 'پایین', + metaKeywords : 'کلیدواژگان نمایهگذاری سند (با کاما جدا شوند)', + metaDescription : 'توصیف سند', + metaAuthor : 'نویسنده', + metaCopyright : 'کپیرایت', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };