X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen-au.js;h=a8c3fd4043f05c8a658887fd7fed68b7af40ef17;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=d37a134c024751150e772fb3d4ce2b4185511a25;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/lang/en-au.js b/_source/lang/en-au.js index d37a134..a8c3fd4 100644 --- a/_source/lang/en-au.js +++ b/_source/lang/en-au.js @@ -31,7 +31,8 @@ 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.', + editorTitle : 'Rich text editor, %1', // MISSING + editorHelp : 'Press ALT 0 for help', // MISSING // ARIA descriptions. toolbars : 'Editor toolbars', @@ -119,6 +120,7 @@ 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