[Mobile] Add warning when open file protected with password
This commit is contained in:
parent
f9e19ea473
commit
1fea85b4b1
|
@ -1093,7 +1093,7 @@ define([
|
||||||
|
|
||||||
me._state.openDlg = uiApp.modal({
|
me._state.openDlg = uiApp.modal({
|
||||||
title: me.advDRMOptions,
|
title: me.advDRMOptions,
|
||||||
text: me.advDRMEnterPassword,
|
text: me.txtProtected,
|
||||||
afterText: '<div class="input-field"><input type="password" name="modal-password" placeholder="' + me.advDRMPassword + '" class="modal-text-input"></div>',
|
afterText: '<div class="input-field"><input type="password" name="modal-password" placeholder="' + me.advDRMPassword + '" class="modal-text-input"></div>',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
|
@ -1292,7 +1292,8 @@ define([
|
||||||
txtStyle_footnote_text: 'Footnote Text',
|
txtStyle_footnote_text: 'Footnote Text',
|
||||||
txtHeader: "Header",
|
txtHeader: "Header",
|
||||||
txtFooter: "Footer",
|
txtFooter: "Footer",
|
||||||
warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.'
|
warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.',
|
||||||
|
txtProtected: 'Once you enter the password and open the file, the current password to the file will be reset'
|
||||||
}
|
}
|
||||||
})(), DE.Controllers.Main || {}))
|
})(), DE.Controllers.Main || {}))
|
||||||
});
|
});
|
|
@ -37,6 +37,7 @@
|
||||||
"DE.Controllers.EditText.textAuto": "Auto",
|
"DE.Controllers.EditText.textAuto": "Auto",
|
||||||
"DE.Controllers.EditText.textFonts": "Fonts",
|
"DE.Controllers.EditText.textFonts": "Fonts",
|
||||||
"DE.Controllers.EditText.textPt": "pt",
|
"DE.Controllers.EditText.textPt": "pt",
|
||||||
|
"DE.Controllers.Main.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset",
|
||||||
"DE.Controllers.Main.advDRMEnterPassword": "Enter your password:",
|
"DE.Controllers.Main.advDRMEnterPassword": "Enter your password:",
|
||||||
"DE.Controllers.Main.advDRMOptions": "Protected File",
|
"DE.Controllers.Main.advDRMOptions": "Protected File",
|
||||||
"DE.Controllers.Main.advDRMPassword": "Password",
|
"DE.Controllers.Main.advDRMPassword": "Password",
|
||||||
|
|
|
@ -1037,7 +1037,7 @@ define([
|
||||||
|
|
||||||
me._state.openDlg = uiApp.modal({
|
me._state.openDlg = uiApp.modal({
|
||||||
title: me.advDRMOptions,
|
title: me.advDRMOptions,
|
||||||
text: me.advDRMEnterPassword,
|
text: me.txtProtected,
|
||||||
afterText: '<div class="input-field"><input type="password" name="modal-password" placeholder="' + me.advDRMPassword + '" class="modal-text-input"></div>',
|
afterText: '<div class="input-field"><input type="password" name="modal-password" placeholder="' + me.advDRMPassword + '" class="modal-text-input"></div>',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
|
@ -1285,7 +1285,8 @@ define([
|
||||||
txtSlideNumber: 'Slide number',
|
txtSlideNumber: 'Slide number',
|
||||||
txtSlideSubtitle: 'Slide subtitle',
|
txtSlideSubtitle: 'Slide subtitle',
|
||||||
txtSlideTitle: 'Slide title',
|
txtSlideTitle: 'Slide title',
|
||||||
warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.'
|
warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.',
|
||||||
|
txtProtected: 'Once you enter the password and open the file, the current password to the file will be reset'
|
||||||
}
|
}
|
||||||
})(), PE.Controllers.Main || {}))
|
})(), PE.Controllers.Main || {}))
|
||||||
});
|
});
|
|
@ -55,6 +55,7 @@
|
||||||
"PE.Controllers.EditText.textAuto": "Auto",
|
"PE.Controllers.EditText.textAuto": "Auto",
|
||||||
"PE.Controllers.EditText.textFonts": "Fonts",
|
"PE.Controllers.EditText.textFonts": "Fonts",
|
||||||
"PE.Controllers.EditText.textPt": "pt",
|
"PE.Controllers.EditText.textPt": "pt",
|
||||||
|
"PE.Controllers.Main.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset",
|
||||||
"PE.Controllers.Main.advDRMEnterPassword": "Enter your password:",
|
"PE.Controllers.Main.advDRMEnterPassword": "Enter your password:",
|
||||||
"PE.Controllers.Main.advDRMOptions": "Protected File",
|
"PE.Controllers.Main.advDRMOptions": "Protected File",
|
||||||
"PE.Controllers.Main.advDRMPassword": "Password",
|
"PE.Controllers.Main.advDRMPassword": "Password",
|
||||||
|
|
|
@ -1220,7 +1220,7 @@ define([
|
||||||
|
|
||||||
me._state.openDlg = uiApp.modal({
|
me._state.openDlg = uiApp.modal({
|
||||||
title: me.advDRMOptions,
|
title: me.advDRMOptions,
|
||||||
text: me.advDRMEnterPassword,
|
text: me.txtProtected,
|
||||||
afterText: '<div class="input-field"><input type="password" name="modal-password" placeholder="' + me.advDRMPassword + '" class="modal-text-input"></div>',
|
afterText: '<div class="input-field"><input type="password" name="modal-password" placeholder="' + me.advDRMPassword + '" class="modal-text-input"></div>',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
|
@ -1450,7 +1450,8 @@ define([
|
||||||
txtStyle_Percent: 'Percent',
|
txtStyle_Percent: 'Percent',
|
||||||
txtStyle_Comma: 'Comma',
|
txtStyle_Comma: 'Comma',
|
||||||
warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.',
|
warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.',
|
||||||
errorMaxPoints: 'The maximum number of points in series per chart is 4096.'
|
errorMaxPoints: 'The maximum number of points in series per chart is 4096.',
|
||||||
|
txtProtected: 'Once you enter the password and open the file, the current password to the file will be reset'
|
||||||
}
|
}
|
||||||
})(), SSE.Controllers.Main || {}))
|
})(), SSE.Controllers.Main || {}))
|
||||||
});
|
});
|
|
@ -93,6 +93,7 @@
|
||||||
"SSE.Controllers.EditHyperlink.textInvalidRange": "Invalid cells range",
|
"SSE.Controllers.EditHyperlink.textInvalidRange": "Invalid cells range",
|
||||||
"SSE.Controllers.EditHyperlink.txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
|
"SSE.Controllers.EditHyperlink.txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",
|
||||||
"SSE.Controllers.Main.advCSVOptions": "Choose CSV Options",
|
"SSE.Controllers.Main.advCSVOptions": "Choose CSV Options",
|
||||||
|
"SSE.Controllers.Main.txtProtected": "Once you enter the password and open the file, the current password to the file will be reset",
|
||||||
"SSE.Controllers.Main.advDRMEnterPassword": "Enter your password:",
|
"SSE.Controllers.Main.advDRMEnterPassword": "Enter your password:",
|
||||||
"SSE.Controllers.Main.advDRMOptions": "Protected File",
|
"SSE.Controllers.Main.advDRMOptions": "Protected File",
|
||||||
"SSE.Controllers.Main.advDRMPassword": "Password",
|
"SSE.Controllers.Main.advDRMPassword": "Password",
|
||||||
|
|
Loading…
Reference in a new issue