JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.2
[ckeditor.git] / _source / lang / en.js
index 49b28ec..6dcec09 100644 (file)
@@ -110,17 +110,24 @@ CKEDITOR.lang['en'] =
                unavailable             : '%1<span class="cke_accessibility">, unavailable</span>'\r
        },\r
 \r
+       contextmenu :\r
+       {\r
+               options : 'Context Menu Options'\r
+       },\r
+\r
        // Special char dialog.\r
        specialChar             :\r
        {\r
                toolbar         : 'Insert Special Character',\r
-               title           : 'Select Special Character'\r
+               title           : 'Select Special Character',\r
+               options : 'Special Character Options'\r
        },\r
 \r
        // Link dialog.\r
        link :\r
        {\r
                toolbar         : 'Link',\r
+               other           : '<other>',\r
                menu            : 'Edit Link',\r
                title           : 'Link',\r
                info            : 'Link Info',\r
@@ -182,6 +189,29 @@ CKEDITOR.lang['en'] =
                errorName       : 'Please type the anchor name'\r
        },\r
 \r
+       // List style dialog\r
+       list:\r
+       {\r
+               numberedTitle           : 'Numbered List Properties',\r
+               bulletedTitle           : 'Bulleted List Properties',\r
+               type                            : 'Type',\r
+               start                           : 'Start',\r
+               circle                          : 'Circle',\r
+               disc                            : 'Disc',\r
+               square                          : 'Square',\r
+               none                            : 'None',\r
+               notset                          : '<not set>',\r
+               armenian                        : 'Armenian numbering',\r
+               georgian                        : 'Georgian numbering (an, ban, gan, etc.)',\r
+               lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)',\r
+               upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)',\r
+               lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)',\r
+               upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)',\r
+               lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)',\r
+               decimal                         : 'Decimal (1, 2, 3, etc.)',\r
+               decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)'\r
+       },\r
+\r
        // Find And Replace Dialog\r
        findAndReplace :\r
        {\r
@@ -476,7 +506,8 @@ CKEDITOR.lang['en'] =
        smiley :\r
        {\r
                toolbar : 'Smiley',\r
-               title   : 'Insert a Smiley'\r
+               title   : 'Insert a Smiley',\r
+               options : 'Smiley Options'\r
        },\r
 \r
        elementsPath :\r
@@ -503,9 +534,9 @@ CKEDITOR.lang['en'] =
        clipboard :\r
        {\r
                title           : 'Paste',\r
-               cutError        : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).',\r
-               copyError       : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).',\r
-               pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit OK',\r
+               cutError        : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',\r
+               copyError       : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',\r
+               pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',\r
                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.',\r
                pasteArea       : 'Paste Area'\r
        },\r
@@ -528,6 +559,7 @@ CKEDITOR.lang['en'] =
        {\r
                button                  : 'Templates',\r
                title                   : 'Content Templates',\r
+               options : 'Template Options',\r
                insertOption    : 'Replace actual contents',\r
                selectPromptMsg : 'Please select the template to open in the editor',\r
                emptyListMsg    : '(No templates defined)'\r
@@ -648,6 +680,7 @@ CKEDITOR.lang['en'] =
        scayt :\r
        {\r
                title                   : 'Spell Check As You Type',\r
+               opera_title             : 'Not supported by Opera',\r
                enable                  : 'Enable SCAYT',\r
                disable                 : 'Disable SCAYT',\r
                about                   : 'About SCAYT',\r
@@ -659,9 +692,23 @@ CKEDITOR.lang['en'] =
                ignoreAll               : 'Ignore All',\r
                addWord                 : 'Add Word',\r
                emptyDic                : 'Dictionary name should not be empty.',\r
+\r
                optionsTab              : 'Options',\r
+               allCaps                 : 'Ignore All-Caps Words',\r
+               ignoreDomainNames : 'Ignore Domain Names',\r
+               mixedCase               : 'Ignore Words with Mixed Case',\r
+               mixedWithDigits : 'Ignore Words with Numbers',\r
+\r
                languagesTab    : 'Languages',\r
+\r
                dictionariesTab : 'Dictionaries',\r
+               dic_field_name  : 'Dictionary name',\r
+               dic_create              : 'Create',\r
+               dic_restore             : 'Restore',\r
+               dic_delete              : 'Delete',\r
+               dic_rename              : 'Rename',\r
+               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.',\r
+\r
                aboutTab                : 'About'\r
        },\r
 \r