Bug 43469
This commit is contained in:
parent
10722556a5
commit
345c8dd292
|
@ -3982,7 +3982,7 @@ define([
|
|||
mergeCellsText : 'Merge Cells',
|
||||
splitCellsText : 'Split Cell...',
|
||||
splitCellTitleText : 'Split Cell',
|
||||
originalSizeText : 'Default Size',
|
||||
originalSizeText : 'Actual Size',
|
||||
advancedText : 'Advanced Settings',
|
||||
breakBeforeText : 'Page break before',
|
||||
keepLinesText : 'Keep lines together',
|
||||
|
|
|
@ -1057,7 +1057,7 @@ define([
|
|||
strDetails: 'Signature Details',
|
||||
strSetup: 'Signature Setup',
|
||||
strDelete: 'Remove Signature',
|
||||
originalSizeText: 'Default Size',
|
||||
originalSizeText: 'Actual Size',
|
||||
textReplace: 'Replace image',
|
||||
textFromUrl: 'From URL',
|
||||
textFromFile: 'From File',
|
||||
|
|
|
@ -1391,7 +1391,7 @@
|
|||
"SSE.Views.DocumentHolder.insertColumnRightText": "Column Right",
|
||||
"SSE.Views.DocumentHolder.insertRowAboveText": "Row Above",
|
||||
"SSE.Views.DocumentHolder.insertRowBelowText": "Row Below",
|
||||
"SSE.Views.DocumentHolder.originalSizeText": "Default Size",
|
||||
"SSE.Views.DocumentHolder.originalSizeText": "Actual Size",
|
||||
"SSE.Views.DocumentHolder.removeHyperlinkText": "Remove Hyperlink",
|
||||
"SSE.Views.DocumentHolder.selectColumnText": "Entire Column",
|
||||
"SSE.Views.DocumentHolder.selectDataText": "Column Data",
|
||||
|
@ -1702,7 +1702,7 @@
|
|||
"SSE.Views.ImageSettings.textHintFlipV": "Flip Vertically",
|
||||
"SSE.Views.ImageSettings.textInsert": "Replace Image",
|
||||
"SSE.Views.ImageSettings.textKeepRatio": "Constant proportions",
|
||||
"SSE.Views.ImageSettings.textOriginalSize": "Default Size",
|
||||
"SSE.Views.ImageSettings.textOriginalSize": "Actual Size",
|
||||
"SSE.Views.ImageSettings.textRotate90": "Rotate 90°",
|
||||
"SSE.Views.ImageSettings.textRotation": "Rotation",
|
||||
"SSE.Views.ImageSettings.textSize": "Size",
|
||||
|
|
|
@ -148,7 +148,7 @@ define([
|
|||
|
||||
textReplace: 'Replace',
|
||||
textReorder: 'Reorder',
|
||||
textDefault: 'Default Size',
|
||||
textDefault: 'Actual Size',
|
||||
textRemove: 'Remove Image',
|
||||
textBack: 'Back',
|
||||
textToForeground: 'Bring to Foreground',
|
||||
|
|
|
@ -466,7 +466,7 @@
|
|||
"SSE.Views.EditImage.textAddress": "Address",
|
||||
"SSE.Views.EditImage.textBack": "Back",
|
||||
"SSE.Views.EditImage.textBackward": "Move Backward",
|
||||
"SSE.Views.EditImage.textDefault": "Default Size",
|
||||
"SSE.Views.EditImage.textDefault": "Actual Size",
|
||||
"SSE.Views.EditImage.textForward": "Move Forward",
|
||||
"SSE.Views.EditImage.textFromLibrary": "Picture from Library",
|
||||
"SSE.Views.EditImage.textFromURL": "Picture from URL",
|
||||
|
|
Loading…
Reference in a new issue