source: trunk/filemanager/tp/ckeditor/_source/lang/en-au.js @ 2000

Revision 2000, 18.1 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Implementação do módulo gerenciador de arquivos

Line 
1/*
2Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6/**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * English (Australia) language.
9 */
10
11/**#@+
12   @type String
13   @example
14*/
15
16/**
17 * Constains the dictionary of language entries.
18 * @namespace
19 */
20CKEDITOR.lang['en-au'] =
21{
22        /**
23         * The language reading direction. Possible values are "rtl" for
24         * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
25         * languages (like English).
26         * @default 'ltr'
27         */
28        dir : 'ltr',
29
30        /*
31         * Screenreader titles. Please note that screenreaders are not always capable
32         * of reading non-English words. So be careful while translating it.
33         */
34        editorTitle             : 'Rich text editor, %1',
35
36        // Toolbar buttons without dialogs.
37        source                  : 'Source',
38        newPage                 : 'New Page',
39        save                    : 'Save',
40        preview                 : 'Preview',
41        cut                             : 'Cut',
42        copy                    : 'Copy',
43        paste                   : 'Paste',
44        print                   : 'Print',
45        underline               : 'Underline',
46        bold                    : 'Bold',
47        italic                  : 'Italic',
48        selectAll               : 'Select All',
49        removeFormat    : 'Remove Format',
50        strike                  : 'Strike Through',
51        subscript               : 'Subscript',
52        superscript             : 'Superscript',
53        horizontalrule  : 'Insert Horizontal Line',
54        pagebreak               : 'Insert Page Break for Printing',
55        unlink                  : 'Unlink',
56        undo                    : 'Undo',
57        redo                    : 'Redo',
58
59        // Common messages and labels.
60        common :
61        {
62                browseServer    : 'Browse Server',
63                url                             : 'URL',
64                protocol                : 'Protocol',
65                upload                  : 'Upload',
66                uploadSubmit    : 'Send it to the Server',
67                image                   : 'Image',
68                flash                   : 'Flash',
69                form                    : 'Form',
70                checkbox                : 'Checkbox',
71                radio           : 'Radio Button',
72                textField               : 'Text Field',
73                textarea                : 'Textarea',
74                hiddenField             : 'Hidden Field',
75                button                  : 'Button',
76                select  : 'Selection Field',
77                imageButton             : 'Image Button',
78                notSet                  : '<not set>',
79                id                              : 'Id',
80                name                    : 'Name',
81                langDir                 : 'Language Direction',
82                langDirLtr              : 'Left to Right (LTR)',
83                langDirRtl              : 'Right to Left (RTL)',
84                langCode                : 'Language Code',
85                longDescr               : 'Long Description URL',
86                cssClass                : 'Stylesheet Classes',
87                advisoryTitle   : 'Advisory Title',
88                cssStyle                : 'Style',
89                ok                              : 'OK',
90                cancel                  : 'Cancel',
91                generalTab              : 'General',
92                advancedTab             : 'Advanced',
93                validateNumberFailed    : 'This value is not a number.',
94                confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
95                confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?',
96
97                // Put the voice-only part of the label in the span.
98                unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
99        },
100
101        // Special char dialog.
102        specialChar             :
103        {
104                toolbar         : 'Insert Special Character',
105                title           : 'Select Special Character'
106        },
107
108        // Link dialog.
109        link :
110        {
111                toolbar         : 'Link',
112                menu            : 'Edit Link',
113                title           : 'Link',
114                info            : 'Link Info',
115                target          : 'Target',
116                upload          : 'Upload',
117                advanced        : 'Advanced',
118                type            : 'Link Type',
119                toAnchor        : 'Link to anchor in the text',
120                toEmail         : 'E-mail',
121                target          : 'Target',
122                targetNotSet    : '<not set>',
123                targetFrame     : '<frame>',
124                targetPopup     : '<popup window>',
125                targetNew       : 'New Window (_blank)',
126                targetTop       : 'Topmost Window (_top)',
127                targetSelf      : 'Same Window (_self)',
128                targetParent    : 'Parent Window (_parent)',
129                targetFrameName : 'Target Frame Name',
130                targetPopupName : 'Popup Window Name',
131                popupFeatures   : 'Popup Window Features',
132                popupResizable  : 'Resizable',
133                popupStatusBar  : 'Status Bar',
134                popupLocationBar        : 'Location Bar',
135                popupToolbar    : 'Toolbar',
136                popupMenuBar    : 'Menu Bar',
137                popupFullScreen : 'Full Screen (IE)',
138                popupScrollBars : 'Scroll Bars',
139                popupDependent  : 'Dependent (Netscape)',
140                popupWidth              : 'Width',
141                popupLeft               : 'Left Position',
142                popupHeight             : 'Height',
143                popupTop                : 'Top Position',
144                id                              : 'Id',
145                langDir                 : 'Language Direction',
146                langDirNotSet   : '<not set>',
147                langDirLTR              : 'Left to Right (LTR)',
148                langDirRTL              : 'Right to Left (RTL)',
149                acccessKey              : 'Access Key',
150                name                    : 'Name',
151                langCode                : 'Language Code',
152                tabIndex                : 'Tab Index',
153                advisoryTitle   : 'Advisory Title',
154                advisoryContentType     : 'Advisory Content Type',
155                cssClasses              : 'Stylesheet Classes',
156                charset                 : 'Linked Resource Charset',
157                styles                  : 'Style',
158                selectAnchor    : 'Select an Anchor',
159                anchorName              : 'By Anchor Name',
160                anchorId                : 'By Element Id',
161                emailAddress    : 'E-Mail Address',
162                emailSubject    : 'Message Subject',
163                emailBody               : 'Message Body',
164                noAnchors               : '(No anchors available in the document)',
165                noUrl                   : 'Please type the link URL',
166                noEmail                 : 'Please type the e-mail address'
167        },
168
169        // Anchor dialog
170        anchor :
171        {
172                toolbar         : 'Anchor',
173                menu            : 'Edit Anchor',
174                title           : 'Anchor Properties',
175                name            : 'Anchor Name',
176                errorName       : 'Please type the anchor name'
177        },
178
179        // Find And Replace Dialog
180        findAndReplace :
181        {
182                title                           : 'Find and Replace',
183                find                            : 'Find',
184                replace                         : 'Replace',
185                findWhat                        : 'Find what:',
186                replaceWith                     : 'Replace with:',
187                notFoundMsg                     : 'The specified text was not found.',
188                matchCase                       : 'Match case',
189                matchWord                       : 'Match whole word',
190                matchCyclic                     : 'Match cyclic',
191                replaceAll                      : 'Replace All',
192                replaceSuccessMsg       : '%1 occurrence(s) replaced.'
193        },
194
195        // Table Dialog
196        table :
197        {
198                toolbar         : 'Table',
199                title           : 'Table Properties',
200                menu            : 'Table Properties',
201                deleteTable     : 'Delete Table',
202                rows            : 'Rows',
203                columns         : 'Columns',
204                border          : 'Border size',
205                align           : 'Alignment',
206                alignNotSet     : '<Not set>',
207                alignLeft       : 'Left',
208                alignCenter     : 'Centre',
209                alignRight      : 'Right',
210                width           : 'Width',
211                widthPx         : 'pixels',
212                widthPc         : 'percent',
213                height          : 'Height',
214                cellSpace       : 'Cell spacing',
215                cellPad         : 'Cell padding',
216                caption         : 'Caption',
217                summary         : 'Summary',
218                headers         : 'Headers',
219                headersNone             : 'None',
220                headersColumn   : 'First column',
221                headersRow              : 'First Row',
222                headersBoth             : 'Both',
223                invalidRows             : 'Number of rows must be a number greater than 0.',
224                invalidCols             : 'Number of columns must be a number greater than 0.',
225                invalidBorder   : 'Border size must be a number.',
226                invalidWidth    : 'Table width must be a number.',
227                invalidHeight   : 'Table height must be a number.',
228                invalidCellSpacing      : 'Cell spacing must be a number.',
229                invalidCellPadding      : 'Cell padding must be a number.',
230
231                cell :
232                {
233                        menu                    : 'Cell',
234                        insertBefore    : 'Insert Cell Before',
235                        insertAfter             : 'Insert Cell After',
236                        deleteCell              : 'Delete Cells',
237                        merge                   : 'Merge Cells',
238                        mergeRight              : 'Merge Right',
239                        mergeDown               : 'Merge Down',
240                        splitHorizontal : 'Split Cell Horizontally',
241                        splitVertical   : 'Split Cell Vertically',
242                        title                   : 'Cell Properties',
243                        cellType                : 'Cell Type',
244                        rowSpan                 : 'Rows Span',
245                        colSpan                 : 'Columns Span',
246                        wordWrap                : 'Word Wrap',
247                        hAlign                  : 'Horizontal Alignment',
248                        vAlign                  : 'Vertical Alignment',
249                        alignTop                : 'Top',
250                        alignMiddle             : 'Middle',
251                        alignBottom             : 'Bottom',
252                        alignBaseline   : 'Baseline',
253                        bgColor                 : 'Background Color',
254                        borderColor             : 'Border Color',
255                        data                    : 'Data',
256                        header                  : 'Header',
257                        yes                             : 'Yes',
258                        no                              : 'No',
259                        invalidWidth    : 'Cell width must be a number.',
260                        invalidHeight   : 'Cell height must be a number.',
261                        invalidRowSpan  : 'Rows span must be a whole number.',
262                        invalidColSpan  : 'Columns span must be a whole number.',
263                        chooseColor : 'Choose' // MISSING
264                },
265
266                row :
267                {
268                        menu                    : 'Row',
269                        insertBefore    : 'Insert Row Before',
270                        insertAfter             : 'Insert Row After',
271                        deleteRow               : 'Delete Rows'
272                },
273
274                column :
275                {
276                        menu                    : 'Column',
277                        insertBefore    : 'Insert Column Before',
278                        insertAfter             : 'Insert Column After',
279                        deleteColumn    : 'Delete Columns'
280                }
281        },
282
283        // Button Dialog.
284        button :
285        {
286                title           : 'Button Properties',
287                text            : 'Text (Value)',
288                type            : 'Type',
289                typeBtn         : 'Button',
290                typeSbm         : 'Submit',
291                typeRst         : 'Reset'
292        },
293
294        // Checkbox and Radio Button Dialogs.
295        checkboxAndRadio :
296        {
297                checkboxTitle : 'Checkbox Properties',
298                radioTitle      : 'Radio Button Properties',
299                value           : 'Value',
300                selected        : 'Selected'
301        },
302
303        // Form Dialog.
304        form :
305        {
306                title           : 'Form Properties',
307                menu            : 'Form Properties',
308                action          : 'Action',
309                method          : 'Method',
310                encoding        : 'Encoding',
311                target          : 'Target',
312                targetNotSet    : '<not set>',
313                targetNew       : 'New Window (_blank)',
314                targetTop       : 'Topmost Window (_top)',
315                targetSelf      : 'Same Window (_self)',
316                targetParent    : 'Parent Window (_parent)'
317        },
318
319        // Select Field Dialog.
320        select :
321        {
322                title           : 'Selection Field Properties',
323                selectInfo      : 'Select Info',
324                opAvail         : 'Available Options',
325                value           : 'Value',
326                size            : 'Size',
327                lines           : 'lines',
328                chkMulti        : 'Allow multiple selections',
329                opText          : 'Text',
330                opValue         : 'Value',
331                btnAdd          : 'Add',
332                btnModify       : 'Modify',
333                btnUp           : 'Up',
334                btnDown         : 'Down',
335                btnSetValue : 'Set as selected value',
336                btnDelete       : 'Delete'
337        },
338
339        // Textarea Dialog.
340        textarea :
341        {
342                title           : 'Textarea Properties',
343                cols            : 'Columns',
344                rows            : 'Rows'
345        },
346
347        // Text Field Dialog.
348        textfield :
349        {
350                title           : 'Text Field Properties',
351                name            : 'Name',
352                value           : 'Value',
353                charWidth       : 'Character Width',
354                maxChars        : 'Maximum Characters',
355                type            : 'Type',
356                typeText        : 'Text',
357                typePass        : 'Password'
358        },
359
360        // Hidden Field Dialog.
361        hidden :
362        {
363                title   : 'Hidden Field Properties',
364                name    : 'Name',
365                value   : 'Value'
366        },
367
368        // Image Dialog.
369        image :
370        {
371                title           : 'Image Properties',
372                titleButton     : 'Image Button Properties',
373                menu            : 'Image Properties',
374                infoTab : 'Image Info',
375                btnUpload       : 'Send it to the Server',
376                url             : 'URL',
377                upload  : 'Upload',
378                alt             : 'Alternative Text',
379                width           : 'Width',
380                height  : 'Height',
381                lockRatio       : 'Lock Ratio',
382                resetSize       : 'Reset Size',
383                border  : 'Border',
384                hSpace  : 'HSpace',
385                vSpace  : 'VSpace',
386                align           : 'Align',
387                alignLeft       : 'Left',
388                alignAbsBottom: 'Abs Bottom',
389                alignAbsMiddle: 'Abs Middle',
390                alignBaseline   : 'Baseline',
391                alignBottom     : 'Bottom',
392                alignMiddle     : 'Middle',
393                alignRight      : 'Right',
394                alignTextTop    : 'Text Top',
395                alignTop        : 'Top',
396                preview : 'Preview',
397                alertUrl        : 'Please type the image URL',
398                linkTab : 'Link',
399                button2Img      : 'Do you want to transform the selected image button on a simple image?',
400                img2Button      : 'Do you want to transform the selected image on a image button?',
401                urlMissing : 'Image source URL is missing.' // MISSING
402        },
403
404        // Flash Dialog
405        flash :
406        {
407                properties              : 'Flash Properties',
408                propertiesTab   : 'Properties',
409                title           : 'Flash Properties',
410                chkPlay         : 'Auto Play',
411                chkLoop         : 'Loop',
412                chkMenu         : 'Enable Flash Menu',
413                chkFull         : 'Allow Fullscreen',
414                scale           : 'Scale',
415                scaleAll                : 'Show all',
416                scaleNoBorder   : 'No Border',
417                scaleFit                : 'Exact Fit',
418                access                  : 'Script Access',
419                accessAlways    : 'Always',
420                accessSameDomain        : 'Same domain',
421                accessNever     : 'Never',
422                align           : 'Align',
423                alignLeft       : 'Left',
424                alignAbsBottom: 'Abs Bottom',
425                alignAbsMiddle: 'Abs Middle',
426                alignBaseline   : 'Baseline',
427                alignBottom     : 'Bottom',
428                alignMiddle     : 'Middle',
429                alignRight      : 'Right',
430                alignTextTop    : 'Text Top',
431                alignTop        : 'Top',
432                quality         : 'Quality',
433                qualityBest              : 'Best', // MISSING
434                qualityHigh              : 'High', // MISSING
435                qualityAutoHigh  : 'Auto High', // MISSING
436                qualityMedium    : 'Medium', // MISSING
437                qualityAutoLow   : 'Auto Low', // MISSING
438                qualityLow               : 'Low', // MISSING
439                windowModeWindow         : 'Window', // MISSING
440                windowModeOpaque         : 'Opaque', // MISSING
441                windowModeTransparent    : 'Transparent', // MISSING
442                windowMode      : 'Window mode',
443                flashvars       : 'Variables for Flash',
444                bgcolor : 'Background colour',
445                width   : 'Width',
446                height  : 'Height',
447                hSpace  : 'HSpace',
448                vSpace  : 'VSpace',
449                validateSrc : 'URL must not be empty.',
450                validateWidth : 'Width must be a number.',
451                validateHeight : 'Height must be a number.',
452                validateHSpace : 'HSpace must be a number.',
453                validateVSpace : 'VSpace must be a number.'
454        },
455
456        // Speller Pages Dialog
457        spellCheck :
458        {
459                toolbar                 : 'Check Spelling',
460                title                   : 'Spell Check',
461                notAvailable    : 'Sorry, but service is unavailable now.',
462                errorLoading    : 'Error loading application service host: %s.',
463                notInDic                : 'Not in dictionary',
464                changeTo                : 'Change to',
465                btnIgnore               : 'Ignore',
466                btnIgnoreAll    : 'Ignore All',
467                btnReplace              : 'Replace',
468                btnReplaceAll   : 'Replace All',
469                btnUndo                 : 'Undo',
470                noSuggestions   : '- No suggestions -',
471                progress                : 'Spell check in progress...',
472                noMispell               : 'Spell check complete: No misspellings found',
473                noChanges               : 'Spell check complete: No words changed',
474                oneChange               : 'Spell check complete: One word changed',
475                manyChanges             : 'Spell check complete: %1 words changed',
476                ieSpellDownload : 'Spell checker not installed. Do you want to download it now?'
477        },
478
479        smiley :
480        {
481                toolbar : 'Smiley',
482                title   : 'Insert a Smiley'
483        },
484
485        elementsPath :
486        {
487                eleTitle : '%1 element'
488        },
489
490        numberedlist : 'Insert/Remove Numbered List',
491        bulletedlist : 'Insert/Remove Bulleted List',
492        indent : 'Increase Indent',
493        outdent : 'Decrease Indent',
494
495        justify :
496        {
497                left : 'Left Justify',
498                center : 'Centre Justify',
499                right : 'Right Justify',
500                block : 'Block Justify'
501        },
502
503        blockquote : 'Blockquote',
504
505        clipboard :
506        {
507                title           : 'Paste',
508                cutError        : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).',
509                copyError       : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).',
510                pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit OK',
511                securityMsg     : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.'
512        },
513
514        pastefromword :
515        {
516                toolbar : 'Paste from Word',
517                title : 'Paste from Word',
518                advice : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.',
519                ignoreFontFace : 'Ignore Font Face definitions',
520                removeStyle : 'Remove Styles definitions'
521        },
522
523        pasteText :
524        {
525                button : 'Paste as plain text',
526                title : 'Paste as Plain Text'
527        },
528
529        templates :
530        {
531                button : 'Templates',
532                title : 'Content Templates',
533                insertOption: 'Replace actual contents',
534                selectPromptMsg: 'Please select the template to open in the editor',
535                emptyListMsg : '(No templates defined)'
536        },
537
538        showBlocks : 'Show Blocks',
539
540        stylesCombo :
541        {
542                label : 'Styles',
543                voiceLabel : 'Styles', // MISSING
544                panelVoiceLabel : 'Select a style', // MISSING
545                panelTitle1 : 'Block Styles',
546                panelTitle2 : 'Inline Styles',
547                panelTitle3 : 'Object Styles'
548        },
549
550        format :
551        {
552                label : 'Format',
553                voiceLabel : 'Format', // MISSING
554                panelTitle : 'Paragraph Format',
555                panelVoiceLabel : 'Select a paragraph format', // MISSING
556
557                tag_p : 'Normal',
558                tag_pre : 'Formatted',
559                tag_address : 'Address',
560                tag_h1 : 'Heading 1',
561                tag_h2 : 'Heading 2',
562                tag_h3 : 'Heading 3',
563                tag_h4 : 'Heading 4',
564                tag_h5 : 'Heading 5',
565                tag_h6 : 'Heading 6',
566                tag_div : 'Normal (DIV)'
567        },
568
569        font :
570        {
571                label : 'Font',
572                voiceLabel : 'Font', // MISSING
573                panelTitle : 'Font Name',
574                panelVoiceLabel : 'Select a font' // MISSING
575        },
576
577        fontSize :
578        {
579                label : 'Size',
580                voiceLabel : 'Font Size', // MISSING
581                panelTitle : 'Font Size',
582                panelVoiceLabel : 'Select a font size' // MISSING
583        },
584
585        colorButton :
586        {
587                textColorTitle : 'Text Colour',
588                bgColorTitle : 'Background Colour',
589                auto : 'Automatic',
590                more : 'More Colours...'
591        },
592
593        colors :
594        {
595                '000' : 'Black',
596                '800000' : 'Maroon',
597                '8B4513' : 'Saddle Brown',
598                '2F4F4F' : 'Dark Slate Gray',
599                '008080' : 'Teal',
600                '000080' : 'Navy',
601                '4B0082' : 'Indigo',
602                '696969' : 'Dim Gray',
603                'B22222' : 'Fire Brick',
604                'A52A2A' : 'Brown',
605                'DAA520' : 'Golden Rod',
606                '006400' : 'Dark Green',
607                '40E0D0' : 'Turquoise',
608                '0000CD' : 'Medium Blue',
609                '800080' : 'Purple',
610                '808080' : 'Gray',
611                'F00' : 'Red',
612                'FF8C00' : 'Dark Orange',
613                'FFD700' : 'Gold',
614                '008000' : 'Green',
615                '0FF' : 'Cyan',
616                '00F' : 'Blue',
617                'EE82EE' : 'Violet',
618                'A9A9A9' : 'Dark Gray',
619                'FFA07A' : 'Light Salmon',
620                'FFA500' : 'Orange',
621                'FFFF00' : 'Yellow',
622                '00FF00' : 'Lime',
623                'AFEEEE' : 'Pale Turquoise',
624                'ADD8E6' : 'Light Blue',
625                'DDA0DD' : 'Plum',
626                'D3D3D3' : 'Light Grey',
627                'FFF0F5' : 'Lavender Blush',
628                'FAEBD7' : 'Antique White',
629                'FFFFE0' : 'Light Yellow',
630                'F0FFF0' : 'Honeydew',
631                'F0FFFF' : 'Azure',
632                'F0F8FF' : 'Alice Blue',
633                'E6E6FA' : 'Lavender',
634                'FFF' : 'White'
635        },
636
637        scayt :
638        {
639                title : 'Spell Check As You Type', // MISSING
640                enable : 'Enable SCAYT', // MISSING
641                disable : 'Disable SCAYT', // MISSING
642                about : 'About SCAYT', // MISSING
643                toggle : 'Toggle SCAYT', // MISSING
644                options : 'Options', // MISSING
645                langs : 'Languages', // MISSING
646                moreSuggestions : 'More suggestions', // MISSING
647                ignore : 'Ignore', // MISSING
648                ignoreAll : 'Ignore All', // MISSING
649                addWord : 'Add Word', // MISSING
650                emptyDic : 'Dictionary name should not be empty.', // MISSING
651                optionsTab : 'Options', // MISSING
652                languagesTab : 'Languages', // MISSING
653                dictionariesTab : 'Dictionaries', // MISSING
654                aboutTab : 'About' // MISSING
655        },
656
657        about :
658        {
659                title : 'About CKEditor',
660                dlgTitle : 'About CKEditor', // MISSING
661                moreInfo : 'For licensing information please visit our web site:',
662                copy : 'Copyright &copy; $1. All rights reserved.'
663        },
664
665        maximize : 'Maximize',
666        minimize : 'Minimize', // MISSING
667
668        fakeobjects :
669        {
670                anchor : 'Anchor', // MISSING
671                flash : 'Flash Animation', // MISSING
672                div : 'Page Break', // MISSING
673                unknown : 'Unknown Object' // MISSING
674        },
675
676        resize : 'Drag to resize', // MISSING
677
678        colordialog :
679        {
680                title : 'Select color', // MISSING
681                highlight : 'Highlight', // MISSING
682                selected : 'Selected', // MISSING
683                clear : 'Clear' // MISSING
684        }
685};
Note: See TracBrowser for help on using the repository browser.