TinyMCEの翻訳をカスタマイズする

functions.php

add_action('before_wp_tiny_mce','func_action');

function func_action(){
	add_filter( 'wp_mce_translation', 'function_name', 10, 3 );
}

function function_name( $return_value, $mce_translation, $mce_locale ) {
	
	// インデントを増やす to '行を字下げします'
	$return_value["Increase indent"]= '行を字下げします';
 
	return $return_value;
}

WordPress4.0

array(176) {
 ["New document"]=>
 string(12) "新規作成"
 ["Formats"]=>
 string(12) "スタイル"
 ["Headings"]=>
 string(9) "見出し"
 ["Heading 1"]=>
 string(10) "見出し1"
 ["Heading 2"]=>
 string(10) "見出し2"
 ["Heading 3"]=>
 string(10) "見出し3"
 ["Heading 4"]=>
 string(10) "見出し4"
 ["Heading 5"]=>
 string(10) "見出し5"
 ["Heading 6"]=>
 string(10) "見出し6"
 ["Blocks"]=>
 string(12) "ブロック"
 ["Paragraph"]=>
 string(6) "段落"
 ["Blockquote"]=>
 string(6) "引用"
 ["Div"]=>
 string(3) "Div"
 ["Pre"]=>
 string(3) "Pre"
 ["Address"]=>
 string(7) "Address"
 ["Inline"]=>
 string(15) "インライン"
 ["Underline"]=>
 string(6) "下線"
 ["Strikethrough"]=>
 string(12) "打ち消し"
 ["Subscript"]=>
 string(9) "下付き"
 ["Superscript"]=>
 string(9) "上付き"
 ["Clear formatting"]=>
 string(24) "書式設定をクリア"
 ["Bold"]=>
 string(6) "太字"
 ["Italic"]=>
 string(15) "イタリック"
 ["Code"]=>
 string(9) "コード"
 ["Source code"]=>
 string(18) "ソースコード"
 ["Font Family"]=>
 string(27) "フォントファミリー"
 ["Font Sizes"]=>
 string(21) "フォントサイズ"
 ["Align center"]=>
 string(12) "中央揃え"
 ["Align right"]=>
 string(9) "右寄せ"
 ["Align left"]=>
 string(9) "左寄せ"
 ["Justify"]=>
 string(12) "両端揃え"
 ["Increase indent"]=>
 string(27) "インデントを増やす"
 ["Decrease indent"]=>
 string(27) "インデントを減らす"
 ["Cut"]=>
 string(12) "切り取り"
 ["Copy"]=>
 string(9) "コピー"
 ["Paste"]=>
 string(12) "貼り付け"
 ["Select all"]=>
 string(15) "すべて選択"
 ["Undo"]=>
 string(12) "取り消し"
 ["Redo"]=>
 string(12) "やり直し"
 ["Ok"]=>
 string(2) "OK"
 ["Cancel"]=>
 string(15) "キャンセル"
 ["Close"]=>
 string(9) "閉じる"
 ["Visual aids"]=>
 string(24) "ビジュアルエイド"
 ["Bullet list"]=>
 string(21) "番号なしリスト"
 ["Numbered list"]=>
 string(21) "番号付きリスト"
 ["Square"]=>
 string(3) "角"
 ["Default"]=>
 string(15) "デフォルト"
 ["Circle"]=>
 string(3) "丸"
 ["Disc"]=>
 string(12) "ディスク"
 ["Lower Greek"]=>
 string(27) "ギリシャ文字小文字"
 ["Lower Alpha"]=>
 string(30) "アルファベット小文字"
 ["Upper Alpha"]=>
 string(30) "アルファベット大文字"
 ["Upper Roman"]=>
 string(21) "ローマ字大文字"
 ["Lower Roman"]=>
 string(21) "ローマ字小文字"
 ["Name"]=>
 string(6) "名称"
 ["Anchor"]=>
 string(12) "アンカー"
 ["Anchors"]=>
 string(12) "アンカー"
 ["Document properties"]=>
 string(15) "ページ設定"
 ["Robots"]=>
 string(12) "ロボット"
 ["Title"]=>
 string(12) "タイトル"
 ["Keywords"]=>
 string(15) "キーワード"
 ["Encoding"]=>
 string(24) "エンコーディング"
 ["Description"]=>
 string(6) "説明"
 ["Author"]=>
 string(9) "作成者"
 ["Insert/edit image"]=>
 string(22) "画像の挿入/編集"
 ["General"]=>
 string(6) "一般"
 ["Advanced"]=>
 string(6) "詳細"
 ["Source"]=>
 string(9) "ソース"
 ["Border"]=>
 string(6) "枠線"
 ["Constrain proportions"]=>
 string(18) "縦横比を保存"
 ["Vertical space"]=>
 string(12) "上下余白"
 ["Image description"]=>
 string(15) "画像の説明"
 ["Style"]=>
 string(12) "スタイル"
 ["Dimensions"]=>
 string(9) "サイズ"
 ["Insert image"]=>
 string(15) "画像を挿入"
 ["Insert date/time"]=>
 string(15) "日時を挿入"
 ["Insert/edit video"]=>
 string(22) "動画を挿入/編集"
 ["Poster"]=>
 string(12) "ポスター"
 ["Alternative source"]=>
 string(15) "代替ソース"
 ["Paste your embed code below:"]=>
 string(66) "埋め込みコードを以下にペーストしてください。"
 ["Insert video"]=>
 string(15) "動画を挿入"
 ["Embed"]=>
 string(12) "埋め込む"
 ["Special character"]=>
 string(12) "特殊文字"
 ["Right to left"]=>
 string(12) "右から左"
 ["Left to right"]=>
 string(12) "左から右"
 ["Emoticons"]=>
 string(9) "顔文字"
 ["Nonbreaking space"]=>
 string(24) "改行なしスペース"
 ["Page break"]=>
 string(12) "改ページ"
 ["Paste as text"]=>
 string(33) "テキストとしてペースト"
 ["Preview"]=>
 string(15) "プレビュー"
 ["Print"]=>
 string(6) "印刷"
 ["Save"]=>
 string(6) "保存"
 ["Fullscreen"]=>
 string(21) "フルスクリーン"
 ["Horizontal line"]=>
 string(12) "横ライン"
 ["Horizontal space"]=>
 string(12) "左右余白"
 ["Restore last draft"]=>
 string(27) "最後の下書きを復元"
 ["Insert/edit link"]=>
 string(25) "リンクの挿入/編集"
 ["Remove link"]=>
 string(18) "リンクの削除"
 ["Could not find the specified string."]=>
 string(60) "指定された文字列が見つかりませんでした。"
 ["Replace"]=>
 string(6) "置換"
 ["Next"]=>
 string(6) "次へ"
 ["Prev"]=>
 string(6) "前へ"
 ["Whole words"]=>
 string(9) "全選択"
 ["Find and replace"]=>
 string(12) "検索置換"
 ["Replace with"]=>
 string(15) "これと置換"
 ["Find"]=>
 string(6) "検索"
 ["Replace all"]=>
 string(15) "すべて置換"
 ["Match case"]=>
 string(33) "大文字小文字を区別する"
 ["Spellcheck"]=>
 string(24) "スペルをチェック"
 ["Finish"]=>
 string(6) "終了"
 ["Ignore all"]=>
 string(12) "全て無視"
 ["Ignore"]=>
 string(6) "無視"
 ["Insert table"]=>
 string(21) "テーブルを挿入"
 ["Delete table"]=>
 string(12) "表を削除"
 ["Table properties"]=>
 string(21) "表のプロパティ"
 ["Row properties"]=>
 string(21) "行のプロパティ"
 ["Cell properties"]=>
 string(24) "セルのプロパティ"
 ["Row"]=>
 string(3) "行"
 ["Rows"]=>
 string(3) "行"
 ["Column"]=>
 string(3) "列"
 ["Cols"]=>
 string(3) "列"
 ["Cell"]=>
 string(6) "セル"
 ["Header cell"]=>
 string(18) "ヘッダーセル"
 ["Header"]=>
 string(12) "ヘッダー"
 ["Body"]=>
 string(9) "ボディ"
 ["Footer"]=>
 string(12) "フッター"
 ["Insert row before"]=>
 string(18) "行を上に挿入"
 ["Insert row after"]=>
 string(18) "行を下に挿入"
 ["Insert column before"]=>
 string(18) "列を左に挿入"
 ["Insert column after"]=>
 string(18) "列を右に挿入"
 ["Paste row before"]=>
 string(24) "行を上に貼り付け"
 ["Paste row after"]=>
 string(24) "行を下に貼り付け"
 ["Delete row"]=>
 string(12) "行を削除"
 ["Delete column"]=>
 string(12) "列を削除"
 ["Cut row"]=>
 string(18) "行の切り取り"
 ["Copy row"]=>
 string(15) "行のコピー"
 ["Merge cells"]=>
 string(15) "セルの結合"
 ["Split cell"]=>
 string(27) "テーブルセルを分割"
 ["Height"]=>
 string(6) "高さ"
 ["Width"]=>
 string(3) "幅"
 ["Caption"]=>
 string(18) "キャプション"
 ["Alignment"]=>
 string(6) "配置"
 ["Left"]=>
 string(3) "左"
 ["Center"]=>
 string(6) "中央"
 ["Right"]=>
 string(3) "右"
 ["None"]=>
 string(6) "なし"
 ["Row group"]=>
 string(15) "行グループ"
 ["Column group"]=>
 string(15) "列グループ"
 ["Row type"]=>
 string(12) "行の種類"
 ["Cell type"]=>
 string(15) "セルの種類"
 ["Cell padding"]=>
 string(24) "セルのパディング"
 ["Cell spacing"]=>
 string(21) "セルのスペース"
 ["Scope"]=>
 string(6) "範囲"
 ["Insert template"]=>
 string(27) "テンプレートを挿入"
 ["Templates"]=>
 string(18) "テンプレート"
 ["Background color"]=>
 string(9) "背景色"
 ["Text color"]=>
 string(15) "テキスト色"
 ["Show blocks"]=>
 string(21) "ブロックを表示"
 ["Show invisible characters"]=>
 string(24) "非表示文字を表示"
 ["Words: {0}"]=>
 string(11) "単語: {0}"
 ["Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off."]=>
 string(440) "ペースト機能がプレーンテキストモードになりました。このオプションを無効化するまで、コンテンツはプレーンテキストとしてペーストされます。

Microsoft Word からリッチコンテンツを貼り付けたければ、この設定をオフにしてみてください。エディターは Word から貼り付けられたテキストを自動的にクリーンアップします。
 "
 ["Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help"]=>
 string(196) "リッチテキストエリア。メニューを表示するには ALT-F9 を、ツールバーを表示するには ALT-F10 を、ヘルプを表示するには ALT-F0 を押してください。"
 ["You have unsaved changes are you sure you want to navigate away?"]=>
 string(81) "他のページへ移動すると編集データはすべて破棄されます。"
 ["Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead."]=>
 string(240) "お使いのブラウザはクリップボードへの直接的なアクセスをサポートしていません。代わりにキーボードショートカットか、お使いのブラウザの編集メニューをお使いください。"
 ["Insert"]=>
 string(6) "挿入"
 ["File"]=>
 string(12) "ファイル"
 ["Edit"]=>
 string(6) "編集"
 ["Tools"]=>
 string(9) "ツール"
 ["View"]=>
 string(6) "表示"
 ["Table"]=>
 string(12) "テーブル"
 ["Format"]=>
 string(12) "表示形式"
 ["Keyboard Shortcuts"]=>
 string(36) "キーボードショートカット"
 ["Toolbar Toggle"]=>
 string(27) "ツールバー切り替え"
 ["Insert Read More tag"]=>
 string(36) "「続きを読む」タグを挿入"
 ["Read more..."]=>
 string(18) "続きを読む..."
 ["Distraction Free Writing"]=>
 string(21) "集中執筆モード"
}

[emulsion_relate_posts]