mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
35 lines
1.7 KiB
JavaScript
Executable File
35 lines
1.7 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'scayt', 'ms', {
|
|
about: 'About SCAYT', // MISSING
|
|
aboutTab: 'About', // MISSING
|
|
addWord: 'Add Word', // MISSING
|
|
allCaps: 'Ignore All-Caps Words', // MISSING
|
|
dic_create: 'Create', // MISSING
|
|
dic_delete: 'Delete', // MISSING
|
|
dic_field_name: 'Dictionary name', // MISSING
|
|
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.', // MISSING
|
|
dic_rename: 'Rename', // MISSING
|
|
dic_restore: 'Restore', // MISSING
|
|
dictionariesTab: 'Dictionaries', // MISSING
|
|
disable: 'Disable SCAYT', // MISSING
|
|
emptyDic: 'Dictionary name should not be empty.', // MISSING
|
|
enable: 'Enable SCAYT', // MISSING
|
|
ignore: 'Ignore', // MISSING
|
|
ignoreAll: 'Ignore All', // MISSING
|
|
ignoreDomainNames: 'Ignore Domain Names', // MISSING
|
|
langs: 'Languages', // MISSING
|
|
languagesTab: 'Languages', // MISSING
|
|
mixedCase: 'Ignore Words with Mixed Case', // MISSING
|
|
mixedWithDigits: 'Ignore Words with Numbers', // MISSING
|
|
moreSuggestions: 'More suggestions', // MISSING
|
|
opera_title: 'Not supported by Opera', // MISSING
|
|
options: 'Options', // MISSING
|
|
optionsTab: 'Options', // MISSING
|
|
title: 'Spell Check As You Type', // MISSING
|
|
toggle: 'Toggle SCAYT', // MISSING
|
|
noSuggestions: 'No suggestion'
|
|
});
|