mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-08 00:57:43 +00:00
add proper accessibility text for vault list
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<VBox>
|
||||
<StackPane VBox.vgrow="ALWAYS">
|
||||
<VBox>
|
||||
<ListView fx:id="vaultList" editable="true" fixedCellSize="${controller.cellSize}">
|
||||
<ListView fx:id="vaultList" editable="true" fixedCellSize="${controller.cellSize}" accessibleText="%main.vaultlist">
|
||||
<contextMenu>
|
||||
<fx:include source="vault_list_contextmenu.fxml"/>
|
||||
</contextMenu>
|
||||
|
||||
@@ -18,6 +18,14 @@ generic.button.next=Next
|
||||
generic.button.print=Print
|
||||
generic.button.remove=Remove
|
||||
|
||||
## Vault state
|
||||
vault.state.locked=Locked
|
||||
vault.state.unlocked=Unlocked
|
||||
vault.state.missing=Missing
|
||||
vault.state.migrationNeeded=Migration required
|
||||
vault.state.processing=Processing
|
||||
vault.state.error=Error
|
||||
|
||||
# Error
|
||||
error.message=An error occurred
|
||||
error.description=Cryptomator didn't expect this to happen. You can look up existing solutions for this error. Or if it has not been reported yet, feel free to do so.
|
||||
@@ -402,6 +410,8 @@ stats.access.total=Total accesses: %d
|
||||
|
||||
# Main Window
|
||||
## Vault List
|
||||
main.vaultlist=Vaults
|
||||
main.vaultlist.listEntry=Vault %s. %s
|
||||
main.vaultlist.emptyList.onboardingInstruction=Click here to add a vault
|
||||
main.vaultlist.contextMenu.remove=Remove…
|
||||
main.vaultlist.contextMenu.lock=Lock
|
||||
|
||||
Reference in New Issue
Block a user