Added entity/searchdomain name to deletion confirmation warning for searchdomain and entity
This commit is contained in:
@@ -18,4 +18,10 @@
|
||||
<data name="InvalidCredentials" xml:space="preserve">
|
||||
<value>Ungültiger Benutzername oder Passwort.</value>
|
||||
</data>
|
||||
<data name="GenericDeleteConfirmation" xml:space="preserve">
|
||||
<value>Sind Sie sicher, dass Sie <strong id="{0}">diese Entity</strong> löschen wollen?</value>
|
||||
</data>
|
||||
<data name="IrreversibleActionWarning" xml:space="preserve">
|
||||
<value>Diese Aktion kann nicht rückgängig gemacht werden.</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -18,4 +18,10 @@
|
||||
<data name="InvalidCredentials" xml:space="preserve">
|
||||
<value>Invalid credentials.</value>
|
||||
</data>
|
||||
<data name="GenericDeleteConfirmation" xml:space="preserve">
|
||||
<value>Are you sure you want to delete <strong id="{0}">this entity</strong>?</value>
|
||||
</data>
|
||||
<data name="IrreversibleActionWarning" xml:space="preserve">
|
||||
<value>This action cannot be undone.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user