X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen-au.js;h=a8c3fd4043f05c8a658887fd7fed68b7af40ef17;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=e2b643aae7ba8ea0ccde584db50e4a299c269c20;hpb=9afde8772159bd3436f1f5b7862960307710ae5a;p=ckeditor.git diff --git a/_source/lang/en-au.js b/_source/lang/en-au.js index e2b643a..a8c3fd4 100644 --- a/_source/lang/en-au.js +++ b/_source/lang/en-au.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['en-au'] = @@ -31,11 +31,12 @@ CKEDITOR.lang['en-au'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + editorTitle : 'Rich text editor, %1', // MISSING + editorHelp : 'Press ALT 0 for help', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', + editor : 'Rich Text Editor', // Toolbar buttons without dialogs. source : 'Source', @@ -119,8 +120,13 @@ CKEDITOR.lang['en-au'] = alignTop : 'Top', // MISSING alignMiddle : 'Middle', // MISSING alignBottom : 'Bottom', // MISSING + invalidValue : 'Invalid value.', // MISSING 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 + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -175,18 +181,19 @@ CKEDITOR.lang['en-au'] = langDirRTL : 'Right to Left (RTL)', acccessKey : 'Access Key', name : 'Name', - langCode : 'Language Code', - tabIndex : 'Tab Index', - advisoryTitle : 'Advisory Title', + langCode : 'Language Code', + tabIndex : 'Tab Index', + advisoryTitle : 'Advisory Title', advisoryContentType : 'Advisory Content Type', cssClasses : 'Stylesheet Classes', charset : 'Linked Resource Charset', styles : 'Style', - selectAnchor : 'Select an Anchor', + rel : 'Relationship', // MISSING + selectAnchor : 'Select an Anchor', anchorName : 'By Anchor Name', - anchorId : 'By Element Id', - emailAddress : 'E-Mail Address', - emailSubject : 'Message Subject', + anchorId : 'By Element Id', + emailAddress : 'E-Mail Address', + emailSubject : 'Message Subject', emailBody : 'Message Body', noAnchors : '(No anchors available in the document)', noUrl : 'Please type the link URL', @@ -200,7 +207,8 @@ CKEDITOR.lang['en-au'] = menu : 'Edit Anchor', title : 'Anchor Properties', name : 'Anchor Name', - errorName : 'Please type the anchor name' + errorName : 'Please type the anchor name', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -236,6 +244,7 @@ CKEDITOR.lang['en-au'] = findWhat : 'Find what:', replaceWith : 'Replace with:', notFoundMsg : 'The specified text was not found.', + findOptions : 'Find Options', // MISSING matchCase : 'Match case', matchWord : 'Match whole word', matchCyclic : 'Match cyclic', @@ -412,7 +421,6 @@ CKEDITOR.lang['en-au'] = upload : 'Upload', alt : 'Alternative Text', lockRatio : 'Lock Ratio', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Reset Size', border : 'Border', hSpace : 'HSpace', @@ -601,9 +609,9 @@ CKEDITOR.lang['en-au'] = iframe : { - title : 'iFrame Properties', // MISSING - toolbar : 'iFrame', // MISSING - noUrl : 'Please type the iFrame URL', // MISSING + title : 'IFrame Properties', // MISSING + toolbar : 'IFrame', // MISSING + noUrl : 'Please type the iframe URL', // MISSING scrolling : 'Enable scrollbars', // MISSING border : 'Show frame border' // MISSING }, @@ -714,6 +722,8 @@ CKEDITOR.lang['en-au'] = { title : 'About CKEditor', dlgTitle : 'About CKEditor', // MISSING + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', copy : 'Copyright © $1. All rights reserved.' }, @@ -725,7 +735,7 @@ CKEDITOR.lang['en-au'] = { anchor : 'Anchor', // MISSING flash : 'Flash Animation', // MISSING - iframe : 'iFrame', // MISSING + iframe : 'IFrame', // MISSING hiddenfield : 'Hidden Field', // MISSING unknown : 'Unknown Object' // MISSING }, @@ -744,9 +754,64 @@ CKEDITOR.lang['en-au'] = toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Document Properties', // MISSING + title : 'Document Properties', // MISSING + design : 'Design', // MISSING + meta : 'Meta Tags', // MISSING + chooseColor : 'Choose', // MISSING + other : 'Other...', // MISSING + docTitle : 'Page Title', // MISSING + charset : 'Character Set Encoding', // MISSING + charsetOther : 'Other Character Set Encoding', // MISSING + 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 + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };