diff --git a/modules/core/src/main/resources/static/wdScrollTab/js/TabPanel_i18n.js b/modules/core/src/main/resources/static/wdScrollTab/js/TabPanel_i18n.js index 1f10c34d..0771a572 100644 --- a/modules/core/src/main/resources/static/wdScrollTab/js/TabPanel_i18n.js +++ b/modules/core/src/main/resources/static/wdScrollTab/js/TabPanel_i18n.js @@ -7,7 +7,8 @@ refreshTab: 'Refresh', closeOther: 'Close Other', closeLeft: 'Close Left', - closeRight: 'Close Right' + closeRight: 'Close Right', + detachTab: 'Detach Tab' }); } else if (window.lang == 'ja_JP'){ TabPanel.i18n = $.extend({}, TabPanel.i18n, { @@ -15,7 +16,8 @@ refreshTab: '更新', closeOther: '他を閉じる', closeLeft: '左側を閉じる', - closeRight: '右側を閉じる' + closeRight: '右側を閉じる', + detachTab: '新しい窓が' }); }