mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-19 05:36:02 +00:00
hard coded UI strings replaced
showThirdText property binding
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
<Label text="%recoveryKey.recover.onBoarding.intro1" wrapText="true" GridPane.rowIndex="0" GridPane.columnIndex="1" />
|
||||
<Label text="2." GridPane.rowIndex="1" GridPane.columnIndex="0" />
|
||||
<Label fx:id="secondTextDesc" text="%recoveryKey.recover.onBoarding.intro2" wrapText="true" GridPane.rowIndex="1" GridPane.columnIndex="1" />
|
||||
<Label fx:id="thirdTextIndex" text="3." GridPane.rowIndex="2" GridPane.columnIndex="0" />
|
||||
<Label fx:id="thirdTextDesc" text="%recoveryKey.recover.onBoarding.intro3" wrapText="true" GridPane.rowIndex="2" GridPane.columnIndex="1" />
|
||||
<Label text="3." GridPane.rowIndex="2" GridPane.columnIndex="0" visible="${controller.showThirdText}" managed="${controller.showThirdText}" />
|
||||
<Label text="%recoveryKey.recover.onBoarding.intro3" wrapText="true" GridPane.rowIndex="2" GridPane.columnIndex="1" visible="${controller.showThirdText}" managed="${controller.showThirdText}" />
|
||||
</GridPane>
|
||||
<Region minHeight="15"/>
|
||||
<VBox fx:id="chooseMethodeBox">
|
||||
|
||||
@@ -551,7 +551,12 @@ recoveryKey.noDDirDetected.message=Please choose a different folder that include
|
||||
recoveryKey.recoverVaultConfig.title=Recover Vault Config
|
||||
recoveryKey.recoverMasterkey.title=Recover Masterkey
|
||||
|
||||
recoveryKey.recover.onBoarding.title=Restore your vault.cryptomator file
|
||||
|
||||
recoveryKey.recover.onBoarding.recoverMasterkey.title=Restore your vault.cryptomator file
|
||||
recoveryKey.recover.onBoarding.recoverMasterkey.intro2=You will need the vault recovery key.
|
||||
recoveryKey.recover.onBoarding.recoverVaultConfig.intro2=You will need the vault password or recovery key, a new password and possible some expert settings.
|
||||
|
||||
recoveryKey.recover.onBoarding.readThis=Read this:
|
||||
recoveryKey.recover.onBoarding.message=If your vault is a hub managed vault, the Hub Admin can restore the file for you. Otherwise:
|
||||
recoveryKey.recover.onBoarding.description=Otherwise you will need the Recovery Key of the vault, possible some expert settings, and a new vault password.
|
||||
recoveryKey.recover.onBoarding.confirm=Use RecoveryKey
|
||||
|
||||
Reference in New Issue
Block a user