diff --git a/_src/ui/autotypesetpicker.js b/_src/ui/autotypesetpicker.js index 5c6bd0e5..815572d9 100644 --- a/_src/ui/autotypesetpicker.js +++ b/_src/ui/autotypesetpicker.js @@ -72,6 +72,12 @@ (opt["textAlign"] && opt["textAlign"] == "right" ? "checked" : "") + ">" + me.getLang("justifyright") + + '" + + me.getLang("justifyjustify") + "" + "" + "" + diff --git a/i18n/en/en.js b/i18n/en/en.js index 2a72e5e6..80c86f5c 100755 --- a/i18n/en/en.js +++ b/i18n/en/en.js @@ -206,6 +206,7 @@ UE.I18N['en'] = { 'justifyleft':'Justify Left', 'justifyright':'Justify Right', 'justifycenter':'Justify Center', + 'justifyjustify':'Default', 'justify':'Default', 'clear':'Clear', 'anchorMsg':'Anchor', diff --git a/i18n/ja-jp/ja-jp.js b/i18n/ja-jp/ja-jp.js index f274f2a0..bea6b5dc 100644 --- a/i18n/ja-jp/ja-jp.js +++ b/i18n/ja-jp/ja-jp.js @@ -200,6 +200,7 @@ UE.I18N['ja-jp'] = { 'justifyleft':'左揃え', 'justifyright':'右揃え', 'justifycenter':'中央揃え', + 'justifyjustify':'両端揃え', 'justify':'デフォルト', 'clear':'クリア', 'anchorMsg':'アンカー', @@ -556,7 +557,7 @@ UE.I18N['ja-jp'] = { 'lang_input_target':'新しいウィンドウで開きますか:' }, 'validLink':'リンクを選択する場合のみ、有効', - 'httpPrompt':'ご入力いただいたハイパーリンクにはhttpなどのプロトコル名が含まれておらず、デフォルトはhttp://を追加します' + 'httpPrompt':'ご入力いただいたハイパーリンクにはhttpなどのプロトコル名が含まれておらず、デフォルトはhttp://を追加します' }, 'map':{ 'static':{ diff --git a/i18n/zh-cn/zh-cn.js b/i18n/zh-cn/zh-cn.js index ef5e59e8..d4735095 100755 --- a/i18n/zh-cn/zh-cn.js +++ b/i18n/zh-cn/zh-cn.js @@ -205,6 +205,7 @@ UE.I18N['zh-cn'] = { 'justifyleft':'左对齐', 'justifyright':'右对齐', 'justifycenter':'居中', + 'justifyjustify':'两端对齐', 'justify':'默认', 'clear':'清除', 'anchorMsg':'锚点',