mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[PDF] Change edit text button
This commit is contained in:
@ -142,6 +142,7 @@ define([
|
||||
this.btnEditText = new Common.UI.Button({
|
||||
id: 'id-toolbar-btn-edittext',
|
||||
cls: 'btn-toolbar x-huge icon-top',
|
||||
style: 'min-width: 45px;',
|
||||
iconCls: 'toolbar__icon btn-big-magic-wand',
|
||||
lock: [_set.lostConnect, _set.disableOnStart],
|
||||
caption: this.capBtnRecognize,
|
||||
|
||||
@ -1087,7 +1087,7 @@
|
||||
"PDFE.Views.DocumentHolder.textFromStorage": "From Storage",
|
||||
"PDFE.Views.DocumentHolder.textFromUrl": "From URL",
|
||||
"PDFE.Views.DocumentHolder.textPaste": "Paste",
|
||||
"PDFE.Views.DocumentHolder.textRecognize": "Recognize",
|
||||
"PDFE.Views.DocumentHolder.textRecognize": "Edit text",
|
||||
"PDFE.Views.DocumentHolder.textRedo": "Redo",
|
||||
"PDFE.Views.DocumentHolder.textReplace": "Replace image",
|
||||
"PDFE.Views.DocumentHolder.textRotate": "Rotate",
|
||||
@ -1102,7 +1102,7 @@
|
||||
"PDFE.Views.DocumentHolder.textShapeAlignTop": "Align top",
|
||||
"PDFE.Views.DocumentHolder.textUndo": "Undo",
|
||||
"PDFE.Views.DocumentHolder.tipIsLocked": "This element is currently being edited by another user.",
|
||||
"PDFE.Views.DocumentHolder.tipRecognize": "Recognize text",
|
||||
"PDFE.Views.DocumentHolder.tipRecognize": "Edit text",
|
||||
"PDFE.Views.DocumentHolder.txtAddBottom": "Add bottom border",
|
||||
"PDFE.Views.DocumentHolder.txtAddFractionBar": "Add fraction bar",
|
||||
"PDFE.Views.DocumentHolder.txtAddHor": "Add horizontal line",
|
||||
@ -1825,7 +1825,7 @@
|
||||
"PDFE.Views.Toolbar.capBtnHand": "Hand",
|
||||
"PDFE.Views.Toolbar.capBtnNext": "Next Field",
|
||||
"PDFE.Views.Toolbar.capBtnPrev": "Previous Field",
|
||||
"PDFE.Views.Toolbar.capBtnRecognize": "Recognize Page",
|
||||
"PDFE.Views.Toolbar.capBtnRecognize": "Edit Text",
|
||||
"PDFE.Views.Toolbar.capBtnRotate": "Rotate",
|
||||
"PDFE.Views.Toolbar.capBtnSaveForm": "Save As PDF",
|
||||
"PDFE.Views.Toolbar.capBtnSaveFormDesktop": "Save As...",
|
||||
@ -1922,7 +1922,7 @@
|
||||
"PDFE.Views.Toolbar.tipPrevPage": "Go to the previous page",
|
||||
"PDFE.Views.Toolbar.tipPrint": "Print",
|
||||
"PDFE.Views.Toolbar.tipPrintQuick": "Quick print",
|
||||
"PDFE.Views.Toolbar.tipRecognize": "Recognize page",
|
||||
"PDFE.Views.Toolbar.tipRecognize": "Edit text",
|
||||
"PDFE.Views.Toolbar.tipRedo": "Redo",
|
||||
"PDFE.Views.Toolbar.tipRotate": "Rotate pages",
|
||||
"PDFE.Views.Toolbar.tipSave": "Save",
|
||||
|
||||
Reference in New Issue
Block a user