JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.2
[ckeditor.git] / _source / lang / en.js
index 8696640..6dcec09 100644 (file)
@@ -189,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
@@ -657,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
@@ -668,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