summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ja/commands.js.uncompressed.js
blob: b97ea2ed4a7ee81e64a3a0bb911b1ee816970940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
define(
"dijit/_editor/nls/ja/commands", //begin v1.x content
({
	'bold': '太字',
	'copy': 'コピー',
	'cut': '切り取り',
	'delete': '削除',
	'indent': 'インデント',
	'insertHorizontalRule': '水平罫線',
	'insertOrderedList': '番号付きリスト',
	'insertUnorderedList': '黒丸付きリスト',
	'italic': 'イタリック',
	'justifyCenter': '中央揃え',
	'justifyFull': '両端揃え',
	'justifyLeft': '左揃え',
	'justifyRight': '右揃え',
	'outdent': 'アウトデント',
	'paste': '貼り付け',
	'redo': 'やり直し',
	'removeFormat': '書式のクリア',
	'selectAll': 'すべて選択',
	'strikethrough': '取り消し線',
	'subscript': '下付き文字',
	'superscript': '上付き文字',
	'underline': '下線',
	'undo': '元に戻す',
	'unlink': 'リンクの削除',
	'createLink': 'リンクの作成',
	'toggleDir': '方向の切り替え',
	'insertImage': 'イメージの挿入',
	'insertTable': 'テーブルの挿入/編集',
	'toggleTableBorder': 'テーブル・ボーダーの切り替え',
	'deleteTable': 'テーブルの削除',
	'tableProp': 'テーブル・プロパティー',
	'htmlToggle': 'HTML ソース',
	'foreColor': '前景色',
	'hiliteColor': 'マーカー',
	'plainFormatBlock': '段落スタイル',
	'formatBlock': '段落スタイル',
	'fontSize': 'フォント・サイズ',
	'fontName': 'フォント名',
	'tabIndent': 'タブ・インデント',
	"fullScreen": "全画面表示に切り替え",
	"viewSource": "HTML ソースの表示",
	"print": "印刷",
	"newPage": "新規ページ",
	/* Error messages */
	'systemShortcut': '"${0}" アクションを使用できるのは、ブラウザーでキーボード・ショートカットを使用する場合のみです。${1} を使用してください。',
	'ctrlKey':'Ctrl+${0}'
})
//end v1.x content
);