X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fcs.js;h=f7b5f8c294975d092b9e9ed9f0be3c2f68e26ffb;hb=refs%2Ftags%2Fv3.4.1;hp=0aacf620233f79a3a5071c5eb607ee00ac31af4e;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/_source/lang/cs.js b/_source/lang/cs.js index 0aacf62..f7b5f8c 100644 --- a/_source/lang/cs.js +++ b/_source/lang/cs.js @@ -105,6 +105,10 @@ CKEDITOR.lang['cs'] = targetTop : 'Topmost Window (_top)', // MISSING targetSelf : 'Same Window (_self)', // MISSING targetParent : 'Parent Window (_parent)', // MISSING + langDirLTR : 'Left to Right (LTR)', // MISSING + langDirRTL : 'Right to Left (RTL)', // MISSING + styles : 'Style', // MISSING + cssClasses : 'Stylesheet Classes', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, nedostupné' @@ -196,6 +200,7 @@ CKEDITOR.lang['cs'] = bulletedTitle : 'Bulleted List Properties', // MISSING type : 'Type', // MISSING start : 'Start', // MISSING + validateStartNumber :'List start number must be a whole number.', // MISSING circle : 'Circle', // MISSING disc : 'Disc', // MISSING square : 'Square', // MISSING @@ -642,7 +647,7 @@ CKEDITOR.lang['cs'] = '008080' : 'Teal', // MISSING '000080' : 'Navy', // MISSING '4B0082' : 'Indigo', // MISSING - '696969' : 'Dim Gray', // MISSING + '696969' : 'Dark Gray', // MISSING 'B22222' : 'Fire Brick', // MISSING 'A52A2A' : 'Brown', // MISSING 'DAA520' : 'Golden Rod', // MISSING @@ -658,7 +663,7 @@ CKEDITOR.lang['cs'] = '0FF' : 'Cyan', // MISSING '00F' : 'Blue', // MISSING 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dark Gray', // MISSING + 'A9A9A9' : 'Dim Gray', // MISSING 'FFA07A' : 'Light Salmon', // MISSING 'FFA500' : 'Orange', // MISSING 'FFFF00' : 'Yellow', // MISSING @@ -707,7 +712,7 @@ CKEDITOR.lang['cs'] = dic_restore : 'Restore', // MISSING dic_delete : 'Delete', // MISSING dic_rename : 'Rename', // MISSING - dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type it\'s name and click the Restore button.', // MISSING + dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING aboutTab : 'O aplikaci' }, @@ -736,11 +741,18 @@ CKEDITOR.lang['cs'] = colordialog : { title : 'Výběr barvy', + options : 'Color Options', // MISSING highlight : 'Zvýraznit', selected : 'Vybráno', clear : 'Vyčistit' }, toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarExpand : 'Expand Toolbar', // MISSING + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };