[DE] Add translation for crop
This commit is contained in:
parent
1059e35da2
commit
4aa5927bec
|
@ -230,7 +230,7 @@ define([
|
||||||
|
|
||||||
this.btnCrop = new Common.UI.Button({
|
this.btnCrop = new Common.UI.Button({
|
||||||
cls: 'btn-text-split-default',
|
cls: 'btn-text-split-default',
|
||||||
caption: 'Crop',
|
caption: this.textCrop,
|
||||||
split: true,
|
split: true,
|
||||||
enableToggle: true,
|
enableToggle: true,
|
||||||
allowDepress: true,
|
allowDepress: true,
|
||||||
|
@ -239,17 +239,17 @@ define([
|
||||||
style : 'min-width: 100px;',
|
style : 'min-width: 100px;',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
caption: 'Crop',
|
caption: this.textCrop,
|
||||||
checkable: true,
|
checkable: true,
|
||||||
allowDepress: true,
|
allowDepress: true,
|
||||||
value: 0
|
value: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'Fill',
|
caption: this.textCropFill,
|
||||||
value: 1
|
value: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'Fit',
|
caption: this.textCropFit,
|
||||||
value: 2
|
value: 2
|
||||||
}]
|
}]
|
||||||
})
|
})
|
||||||
|
@ -586,7 +586,9 @@ define([
|
||||||
textHint270: 'Rotate 90° Counterclockwise',
|
textHint270: 'Rotate 90° Counterclockwise',
|
||||||
textHint90: 'Rotate 90° Clockwise',
|
textHint90: 'Rotate 90° Clockwise',
|
||||||
textHintFlipV: 'Flip Vertically',
|
textHintFlipV: 'Flip Vertically',
|
||||||
textHintFlipH: 'Flip Horizontally'
|
textHintFlipH: 'Flip Horizontally',
|
||||||
|
textCrop: 'Crop',
|
||||||
|
textCropFill: 'Fill',
|
||||||
|
textCropFit: 'Fit'
|
||||||
}, DE.Views.ImageSettings || {}));
|
}, DE.Views.ImageSettings || {}));
|
||||||
});
|
});
|
|
@ -1462,6 +1462,9 @@
|
||||||
"DE.Views.ImageSettings.txtThrough": "Through",
|
"DE.Views.ImageSettings.txtThrough": "Through",
|
||||||
"DE.Views.ImageSettings.txtTight": "Tight",
|
"DE.Views.ImageSettings.txtTight": "Tight",
|
||||||
"DE.Views.ImageSettings.txtTopAndBottom": "Top and bottom",
|
"DE.Views.ImageSettings.txtTopAndBottom": "Top and bottom",
|
||||||
|
"DE.Views.ImageSettings.textCrop": "Crop",
|
||||||
|
"DE.Views.ImageSettings.textCropFill": "Fill",
|
||||||
|
"DE.Views.ImageSettings.textCropFit": "Fit",
|
||||||
"DE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancel",
|
"DE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancel",
|
||||||
"DE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
"DE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
||||||
"DE.Views.ImageSettingsAdvanced.strMargins": "Text Padding",
|
"DE.Views.ImageSettingsAdvanced.strMargins": "Text Padding",
|
||||||
|
|
Loading…
Reference in a new issue