mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 22:32:49 +00:00
first commit
This commit is contained in:
Executable
+34
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'scayt', 'en', {
|
||||
about: 'About SCAYT',
|
||||
aboutTab: 'About',
|
||||
addWord: 'Add Word',
|
||||
allCaps: 'Ignore All-Caps Words',
|
||||
dic_create: 'Create',
|
||||
dic_delete: 'Delete',
|
||||
dic_field_name: 'Dictionary name',
|
||||
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 its name and click the Restore button.',
|
||||
dic_rename: 'Rename',
|
||||
dic_restore: 'Restore',
|
||||
dictionariesTab: 'Dictionaries',
|
||||
disable: 'Disable SCAYT',
|
||||
emptyDic: 'Dictionary name should not be empty.',
|
||||
enable: 'Enable SCAYT',
|
||||
ignore: 'Ignore',
|
||||
ignoreAll: 'Ignore All',
|
||||
ignoreDomainNames: 'Ignore Domain Names',
|
||||
langs: 'Languages',
|
||||
languagesTab: 'Languages',
|
||||
mixedCase: 'Ignore Words with Mixed Case',
|
||||
mixedWithDigits: 'Ignore Words with Numbers',
|
||||
moreSuggestions: 'More suggestions',
|
||||
opera_title: 'Not supported by Opera',
|
||||
options: 'Options',
|
||||
optionsTab: 'Options',
|
||||
title: 'Spell Check As You Type',
|
||||
toggle: 'Toggle SCAYT',
|
||||
noSuggestions: 'No suggestion'
|
||||
});
|
||||
Reference in New Issue
Block a user