mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 14:22:02 +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', 'ja', {
|
||||
about: 'SCAYTバージョン',
|
||||
aboutTab: 'バージョン情報',
|
||||
addWord: '語句追加',
|
||||
allCaps: '全て大文字の単語を無視',
|
||||
dic_create: '登録',
|
||||
dic_delete: '削除',
|
||||
dic_field_name: '辞書名',
|
||||
dic_info: '始めユーザーディレクトリは、Cookieに保存されます。但し Cookie はサイズに制限があります。ユーザーディレクトリがCookieに保存できないサイズに到達するとディレクトリはサーバー上に保存されます。個人のディレクトリをサーバー上に保存するには、ディレクトリ名を明示する必要があります。もし既に保存されたディレクトリがある場合、その名前を入力し、元に戻すボタンを押してください。',
|
||||
dic_rename: '名前変更',
|
||||
dic_restore: '元に戻す',
|
||||
dictionariesTab: '辞書',
|
||||
disable: 'SCAYT無効',
|
||||
emptyDic: '辞書名は必ず入力してください',
|
||||
enable: 'SCAYT有効',
|
||||
ignore: '無視',
|
||||
ignoreAll: 'すべて無視',
|
||||
ignoreDomainNames: 'ドメイン名を無視',
|
||||
langs: '言語',
|
||||
languagesTab: '言語',
|
||||
mixedCase: '大文字小文字混在の単語を無視',
|
||||
mixedWithDigits: '数字付き単語を無視',
|
||||
moreSuggestions: '他の候補',
|
||||
opera_title: 'Operaではサポートされません',
|
||||
options: 'オプション',
|
||||
optionsTab: 'オプション',
|
||||
title: 'スペルチェック設定(SCAYT)',
|
||||
toggle: 'SCAYT切替',
|
||||
noSuggestions: 'No suggestion'
|
||||
});
|
||||
Reference in New Issue
Block a user