Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 521
Line 6... Line 6...
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
9
 * 		http://www.fckeditor.net/
10
 * 
10
 * 
-
 
11
 * "Support Open Source software. What about a donation today?"
-
 
12
 * 
11
 * File Name: ja.js
13
 * File Name: ja.js
12
 * 	Japanese language file.
14
 * 	Japanese language file.
13
 * 
15
 * 
14
 * File Authors:
16
 * File Authors:
15
 * 		Takashi Yamaguchi (jack@omakase.net)
17
 * 		Takashi Yamaguchi (jack@omakase.net)
Line 129... Line 131...
129
NotCompatiblePaste	: "このコマンドはインターネット・エクスプローラーバージョン5.5以上で利用可能です。クリーニングしないで貼り付けを行いますか?",
131
NotCompatiblePaste	: "このコマンドはインターネット・エクスプローラーバージョン5.5以上で利用可能です。クリーニングしないで貼り付けを行いますか?",
130
UnknownToolbarItem	: "未知のツールバー項目 \"%1\"",
132
UnknownToolbarItem	: "未知のツールバー項目 \"%1\"",
131
UnknownCommand		: "未知のコマンド名 \"%1\"",
133
UnknownCommand		: "未知のコマンド名 \"%1\"",
132
NotImplemented		: "コマンドはインプリメントされませんでした。",
134
NotImplemented		: "コマンドはインプリメントされませんでした。",
133
UnknownToolbarSet	: "ツールバー設定 \"%1\" 存在しません。",
135
UnknownToolbarSet	: "ツールバー設定 \"%1\" 存在しません。",
-
 
136
NoActiveX			: "You browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.",	//MISSING
Line 134... Line 137...
134
 
137
 
135
// Dialogs
138
// Dialogs
136
DlgBtnOK			: "OK",
139
DlgBtnOK			: "OK",
137
DlgBtnCancel		: "キャンセル",
140
DlgBtnCancel		: "キャンセル",
Line 411... Line 414...
411
// Bulleted List Dialog
414
// Bulleted List Dialog
412
BulletedListProp	: "箇条書き プロパティ",
415
BulletedListProp	: "箇条書き プロパティ",
413
NumberedListProp	: "段落番号 プロパティ",
416
NumberedListProp	: "段落番号 プロパティ",
414
DlgLstType			: "タイプ",
417
DlgLstType			: "タイプ",
415
DlgLstTypeCircle	: "白丸",
418
DlgLstTypeCircle	: "白丸",
416
DlgLstTypeDisk		: "黒丸",
419
DlgLstTypeDisc		: "Disc",	//MISSING
417
DlgLstTypeSquare	: "四角",
420
DlgLstTypeSquare	: "四角",
418
DlgLstTypeNumbers	: "アラビア数字 (1, 2, 3)",
421
DlgLstTypeNumbers	: "アラビア数字 (1, 2, 3)",
419
DlgLstTypeLCase		: "英字小文字 (a, b, c)",
422
DlgLstTypeLCase		: "英字小文字 (a, b, c)",
420
DlgLstTypeUCase		: "英字大文字 (A, B, C)",
423
DlgLstTypeUCase		: "英字大文字 (A, B, C)",
421
DlgLstTypeSRoman	: "ローマ数字小文字 (i, ii, iii)",
424
DlgLstTypeSRoman	: "ローマ数字小文字 (i, ii, iii)",