added generic 'Remove' string property

This commit is contained in:
Jan-Peter Klein 2024-10-09 17:35:33 +02:00
parent a2574a5883
commit 81d1059489
No known key found for this signature in database
GPG Key ID: 90EDA3A7C822FD0E
3 changed files with 3 additions and 4 deletions

View File

@ -43,7 +43,7 @@
<ButtonBar buttonMinWidth="120" buttonOrder="+CI"> <ButtonBar buttonMinWidth="120" buttonOrder="+CI">
<buttons> <buttons>
<Button text="%generic.button.cancel" ButtonBar.buttonData="CANCEL_CLOSE" defaultButton="true" cancelButton="true" onAction="#close"/> <Button text="%generic.button.cancel" ButtonBar.buttonData="CANCEL_CLOSE" defaultButton="true" cancelButton="true" onAction="#close"/>
<Button text="%removeCert.confirmBtn" ButtonBar.buttonData="FINISH" onAction="#remove"/> <Button text="%generic.button.remove" ButtonBar.buttonData="FINISH" onAction="#remove"/>
</buttons> </buttons>
</ButtonBar> </ButtonBar>
</VBox> </VBox>

View File

@ -44,7 +44,7 @@
<ButtonBar buttonMinWidth="120" buttonOrder="+CI"> <ButtonBar buttonMinWidth="120" buttonOrder="+CI">
<buttons> <buttons>
<Button text="%generic.button.cancel" ButtonBar.buttonData="CANCEL_CLOSE" defaultButton="true" cancelButton="true" onAction="#close"/> <Button text="%generic.button.cancel" ButtonBar.buttonData="CANCEL_CLOSE" defaultButton="true" cancelButton="true" onAction="#close"/>
<Button text="%removeVault.confirmBtn" ButtonBar.buttonData="FINISH" onAction="#finish"/> <Button text="%generic.button.remove" ButtonBar.buttonData="FINISH" onAction="#finish"/>
</buttons> </buttons>
</ButtonBar> </ButtonBar>
</VBox> </VBox>

View File

@ -14,6 +14,7 @@ generic.button.copied=Copied!
generic.button.done=Done generic.button.done=Done
generic.button.next=Next generic.button.next=Next
generic.button.print=Print generic.button.print=Print
generic.button.remove=Remove
# Error # Error
error.message=An error occurred error.message=An error occurred
@ -106,7 +107,6 @@ addvaultwizard.success.unlockNow=Unlock Now
removeVault.title=Remove "%s" removeVault.title=Remove "%s"
removeVault.message=Remove vault? removeVault.message=Remove vault?
removeVault.description=This will only make Cryptomator forget about this vault. You can add it again. No encrypted files will be deleted from your hard drive. removeVault.description=This will only make Cryptomator forget about this vault. You can add it again. No encrypted files will be deleted from your hard drive.
removeVault.confirmBtn=Remove Vault
# Change Password # Change Password
changepassword.title=Change Password changepassword.title=Change Password
@ -344,7 +344,6 @@ preferences.contribute.sponsor=Sponsor
removeCert.title=Remove Certificate removeCert.title=Remove Certificate
removeCert.message=Remove supporter certificate? removeCert.message=Remove supporter certificate?
removeCert.description=Cryptomator's core features are not affected by this. Neither access to your vaults is restricted nor the level of security is lowered. removeCert.description=Cryptomator's core features are not affected by this. Neither access to your vaults is restricted nor the level of security is lowered.
removeCert.confirmBtn=Remove
#<-- Add entries for donations and code/translation/documentation contribution --> #<-- Add entries for donations and code/translation/documentation contribution -->
## About ## About