Forgot to commit the translation keys :|

This commit is contained in:
Robert
2018-02-23 09:11:42 +01:00
parent f0dd32ea19
commit 8ef3ecd714
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<div class="umb-dialog-body" auto-scale="90">
<p class="umb-abstract">
<localize key="defaultdialogs_confirmExport">Are you sure you want to export</localize> <strong>{{currentNode.name}}</strong> details ?
<localize key="defaultdialogs_confirmExport">Are you sure you want to export</localize> <strong>{{currentNode.name}}</strong> details?
</p>
<umb-confirm on-confirm="performExport" on-cancel="cancel">

View File

@@ -11,6 +11,7 @@
<key alias="changeDocType">Change Document Type</key>
<key alias="copy">Copy</key>
<key alias="create">Create</key>
<key alias="export">Export</key>
<key alias="createPackage">Create Package</key>
<key alias="createGroup">Create group</key>
<key alias="delete">Delete</key>
@@ -317,7 +318,8 @@
<key alias="nodeNameLinkPicker">Link title</key>
<key alias="urlLinkPicker">Link</key>
<key alias="anchorInsert">Name</key>
<key alias="assignDomain">Manage hostnames</key>
<key alias="anchorInsert">Name</key>
<key alias="confirmExport">Export</key>
<key alias="closeThisWindow">Close this window</key>
<key alias="confirmdelete">Are you sure you want to delete</key>
<key alias="confirmdisable">Are you sure you want to disable</key>