[PE] Update translation
This commit is contained in:
parent
d76fc24f4b
commit
d7bb4272ca
|
@ -76,13 +76,13 @@ define([
|
|||
'</div>',
|
||||
'<div id="id-external-link">',
|
||||
'<div class="input-row">',
|
||||
'<label>' + this.strLinkTo + ' *</label>',
|
||||
'<label>' + this.strLinkTo + '</label>',
|
||||
'</div>',
|
||||
'<div id="id-dlg-hyperlink-url" class="input-row" style="margin-bottom: 5px;"></div>',
|
||||
'</div>',
|
||||
'<div id="id-internal-link" class="hidden">',
|
||||
'<div class="input-row">',
|
||||
'<label>' + this.strLinkTo + ' *</label>',
|
||||
'<label>' + this.strLinkTo + '</label>',
|
||||
'</div>',
|
||||
'<div id="id-dlg-hyperlink-list" style="width:100%; height: 115px;border: 1px solid #cfcfcf;"></div>',
|
||||
'</div>',
|
||||
|
@ -422,7 +422,6 @@ define([
|
|||
strLinkTo: 'Link To',
|
||||
txtEmpty: 'This field is required',
|
||||
txtNotUrl: 'This field should be a URL in the format \"http://www.example.com\"',
|
||||
strPlaceInDocument: 'Select a Place in This Document',
|
||||
txtNext: 'Next Slide',
|
||||
txtPrev: 'Previous Slide',
|
||||
txtFirst: 'First Slide',
|
||||
|
|
|
@ -1251,7 +1251,7 @@
|
|||
"PE.Views.HeaderFooterDialog.textUpdate": "Update automatically",
|
||||
"PE.Views.HyperlinkSettingsDialog.strDisplay": "Display",
|
||||
"PE.Views.HyperlinkSettingsDialog.strLinkTo": "Link To",
|
||||
"PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "Select a Place in This Document",
|
||||
"del_PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "Select a Place in This Document",
|
||||
"PE.Views.HyperlinkSettingsDialog.textDefault": "Selected text fragment",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyDesc": "Enter caption here",
|
||||
"PE.Views.HyperlinkSettingsDialog.textEmptyLink": "Enter link here",
|
||||
|
@ -1267,6 +1267,7 @@
|
|||
"PE.Views.HyperlinkSettingsDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtPrev": "Previous Slide",
|
||||
"PE.Views.HyperlinkSettingsDialog.txtSlide": "Slide",
|
||||
"PE.Views.HyperlinkSettingsDialog.textSlides": "Slides",
|
||||
"PE.Views.ImageSettings.textAdvanced": "Show advanced settings",
|
||||
"PE.Views.ImageSettings.textCrop": "Crop",
|
||||
"PE.Views.ImageSettings.textCropFill": "Fill",
|
||||
|
|
Loading…
Reference in a new issue