[DE] Add caption for More button
This commit is contained in:
parent
5329959449
commit
9d3f995be1
|
@ -506,7 +506,7 @@ define([
|
|||
panel.append(box);
|
||||
btnsMore[tab] = new Common.UI.Button({
|
||||
cls: 'btn-toolbar x-huge icon-top dropdown-manual',
|
||||
caption: 'More',
|
||||
caption: Common.Locale.get("textMoreButton",{name:"Common.Translation", default: "More"}),
|
||||
iconCls: 'toolbar__icon btn-insertchart',
|
||||
enableToggle: true
|
||||
});
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
"Common.Translation.warnFileLocked": "You can't edit this file because it's being edited in another app.",
|
||||
"Common.Translation.warnFileLockedBtnEdit": "Create a copy",
|
||||
"Common.Translation.warnFileLockedBtnView": "Open for viewing",
|
||||
"Common.Translation.textMoreButton": "More",
|
||||
"Common.UI.ButtonColored.textAutoColor": "Automatic",
|
||||
"Common.UI.ButtonColored.textNewColor": "Add New Custom Color",
|
||||
"Common.UI.Calendar.textApril": "April",
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
"Common.Translation.warnFileLocked": "Вы не можете редактировать этот файл, потому что он уже редактируется в другом приложении.",
|
||||
"Common.Translation.warnFileLockedBtnEdit": "Создать копию",
|
||||
"Common.Translation.warnFileLockedBtnView": "Открыть на просмотр",
|
||||
"Common.Translation.textMoreButton": "Больше",
|
||||
"Common.UI.ButtonColored.textAutoColor": "Автоматический",
|
||||
"Common.UI.ButtonColored.textNewColor": "Пользовательский цвет",
|
||||
"Common.UI.Calendar.textApril": "Апрель",
|
||||
|
|
Loading…
Reference in a new issue