[DE] Update translations.
This commit is contained in:
parent
c8acb80a27
commit
c2f360fb0c
|
@ -234,7 +234,5 @@ define([
|
|||
onApiSignatureClick: function(guid, width, height) {
|
||||
this.signVisibleSignature(guid, width, height);
|
||||
}
|
||||
|
||||
|
||||
}, Common.Controllers.Protection || {}));
|
||||
});
|
|
@ -77,14 +77,6 @@ define([
|
|||
'<label>' + t.txtRepeat + '</label>',
|
||||
'</div>',
|
||||
'<div id="id-repeat-txt" class="input-row"></div>',
|
||||
|
||||
// '<div class="content-panel" >',
|
||||
// '<label style="margin-bottom:15px;">' + t.txtDescription + '</label>',
|
||||
// '<label>' + t.txtPassword + '</label>',
|
||||
// '<div id="id-password-txt" style="margin-bottom:15px;"></div>',
|
||||
// '<label>' + t.txtRepeat + '</label>',
|
||||
// '<div id="id-repeat-txt" style="margin-bottom:15px;"></div>',
|
||||
// '</div>',
|
||||
'</div>',
|
||||
'<div class="separator horizontal"/>',
|
||||
'<div class="footer center">',
|
||||
|
@ -174,5 +166,5 @@ define([
|
|||
txtRepeat: 'Repeat password',
|
||||
txtIncorrectPwd: 'Confirmation password is not identical'
|
||||
|
||||
}, Common.Views.Password || {}));
|
||||
}, Common.Views.PasswordDialog || {}));
|
||||
});
|
|
@ -227,7 +227,6 @@ define([
|
|||
txtDeletePwd: 'Delete password',
|
||||
txtInvisibleSignature: 'Add digital signature',
|
||||
txtSignatureLine: 'Signature line'
|
||||
|
||||
}
|
||||
}()), Common.Views.Protection || {}));
|
||||
});
|
|
@ -183,12 +183,28 @@
|
|||
"Common.Views.OpenDialog.txtPassword": "Password",
|
||||
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
|
||||
"Common.Views.OpenDialog.txtTitleProtected": "Protected File",
|
||||
"Common.Views.PasswordDialog.cancelButtonText": "Cancel",
|
||||
"Common.Views.PasswordDialog.okButtonText": "OK",
|
||||
"Common.Views.PasswordDialog.txtPassword": "Password",
|
||||
"Common.Views.PasswordDialog.txtTitle": "Set Password",
|
||||
"Common.Views.PasswordDialog.txtDescription": "A Password is required to open this document",
|
||||
"Common.Views.PasswordDialog.txtRepeat": "Repeat password",
|
||||
"Common.Views.PasswordDialog.txtIncorrectPwd": "Confirmation password is not identical",
|
||||
"Common.Views.PluginDlg.textLoading": "Loading",
|
||||
"Common.Views.Plugins.groupCaption": "Plugins",
|
||||
"Common.Views.Plugins.strPlugins": "Plugins",
|
||||
"Common.Views.Plugins.textLoading": "Loading",
|
||||
"Common.Views.Plugins.textStart": "Start",
|
||||
"Common.Views.Plugins.textStop": "Stop",
|
||||
"Common.Views.Protection.txtEncrypt": "Encrypt",
|
||||
"Common.Views.Protection.txtSignature": "Signature",
|
||||
"Common.Views.Protection.hintAddPwd": "Encrypt with password",
|
||||
"Common.Views.Protection.hintPwd": "Change or delete password",
|
||||
"Common.Views.Protection.hintSignature": "Add digital signature or signature line",
|
||||
"Common.Views.Protection.txtChangePwd": "Change password",
|
||||
"Common.Views.Protection.txtDeletePwd": "Delete password",
|
||||
"Common.Views.Protection.txtInvisibleSignature": "Add digital signature",
|
||||
"Common.Views.Protection.txtSignatureLine": "Signature line",
|
||||
"Common.Views.RenameDialog.cancelButtonText": "Cancel",
|
||||
"Common.Views.RenameDialog.okButtonText": "Ok",
|
||||
"Common.Views.RenameDialog.textName": "File name",
|
||||
|
@ -1683,6 +1699,7 @@
|
|||
"DE.Views.Toolbar.textTabLayout": "Layout",
|
||||
"DE.Views.Toolbar.textTabReview": "Review",
|
||||
"DE.Views.Toolbar.textTabCollaboration": "Collaboration",
|
||||
"DE.Views.Toolbar.textTabProtect": "Protection",
|
||||
"DE.Views.Toolbar.textTitleError": "Error",
|
||||
"DE.Views.Toolbar.textToCurrent": "To current position",
|
||||
"DE.Views.Toolbar.textTop": "Top: ",
|
||||
|
|
Loading…
Reference in a new issue