summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ja
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-14 19:04:32 +0400
committerAndrew Dolgov <[email protected]>2012-08-14 19:04:32 +0400
commit0181c0110985cfd2659e81c8cc1ef5a2f73bc697 (patch)
treee2250a345481fa63cfcf98d76830338ad7eb9818 /lib/dijit/_editor/nls/ja
parent973c4a649fd8f83ed85004f3365f10f9c24d8349 (diff)
dojo: remove uncompressed files
Diffstat (limited to 'lib/dijit/_editor/nls/ja')
-rw-r--r--lib/dijit/_editor/nls/ja/FontChoice.js.uncompressed.js30
-rw-r--r--lib/dijit/_editor/nls/ja/LinkDialog.js.uncompressed.js17
-rw-r--r--lib/dijit/_editor/nls/ja/commands.js.uncompressed.js52
3 files changed, 0 insertions, 99 deletions
diff --git a/lib/dijit/_editor/nls/ja/FontChoice.js.uncompressed.js b/lib/dijit/_editor/nls/ja/FontChoice.js.uncompressed.js
deleted file mode 100644
index e654c1998..000000000
--- a/lib/dijit/_editor/nls/ja/FontChoice.js.uncompressed.js
+++ /dev/null
@@ -1,30 +0,0 @@
-define(
-"dijit/_editor/nls/ja/FontChoice", //begin v1.x content
-({
- fontSize: "サイズ",
- fontName: "フォント",
- formatBlock: "フォーマット",
-
- serif: "serif",
- "sans-serif": "sans-serif",
- monospace: "monospace",
- cursive: "cursive",
- fantasy: "fantasy",
-
- noFormat: "なし",
- p: "段落",
- h1: "見出し",
- h2: "副見出し",
- h3: "副見出しの副見出し",
- pre: "事前フォーマット済み",
-
- 1: "超極小",
- 2: "極小",
- 3: "小",
- 4: "標準",
- 5: "大",
- 6: "特大",
- 7: "超特大"
-})
-//end v1.x content
-);
diff --git a/lib/dijit/_editor/nls/ja/LinkDialog.js.uncompressed.js b/lib/dijit/_editor/nls/ja/LinkDialog.js.uncompressed.js
deleted file mode 100644
index 95f44f71a..000000000
--- a/lib/dijit/_editor/nls/ja/LinkDialog.js.uncompressed.js
+++ /dev/null
@@ -1,17 +0,0 @@
-define(
-"dijit/_editor/nls/ja/LinkDialog", //begin v1.x content
-({
- createLinkTitle: "リンク・プロパティー",
- insertImageTitle: "イメージ・プロパティー",
- url: "URL:",
- text: "説明:",
- target: "ターゲット:",
- set: "設定",
- currentWindow: "現行ウィンドウ",
- parentWindow: "親ウィンドウ",
- topWindow: "最上位ウィンドウ",
- newWindow: "新規ウィンドウ"
-})
-
-//end v1.x content
-);
diff --git a/lib/dijit/_editor/nls/ja/commands.js.uncompressed.js b/lib/dijit/_editor/nls/ja/commands.js.uncompressed.js
deleted file mode 100644
index b97ea2ed4..000000000
--- a/lib/dijit/_editor/nls/ja/commands.js.uncompressed.js
+++ /dev/null
@@ -1,52 +0,0 @@
-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
-);