mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-20 14:16:01 +00:00
implement event views for all filesystemevents
This commit is contained in:
@@ -33,16 +33,8 @@
|
||||
</Button>
|
||||
|
||||
<fx:define>
|
||||
<ContextMenu fx:id="basicEventActions">
|
||||
<items>
|
||||
<MenuItem styleClass="add-vault-menu-item" text="Dismiss" onAction="#dismissEvent" />
|
||||
</items>
|
||||
</ContextMenu>
|
||||
<ContextMenu fx:id="conflictResoledEventActions">
|
||||
<items>
|
||||
<MenuItem styleClass="add-vault-menu-item" text="Dismiss" onAction="#dismissEvent" />
|
||||
<MenuItem styleClass="add-vault-menu-item" text="Show" onAction="#showResolvedConflict" visible="${controller.revealServicePresent}"/>
|
||||
</items>
|
||||
<ContextMenu fx:id="eventActions">
|
||||
<!-- entries are added in the controller -->
|
||||
</ContextMenu>
|
||||
</fx:define>
|
||||
</HBox>
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
# Locale Specific CSS files such as CJK, RTL,...
|
||||
additionalStyleSheets=
|
||||
|
||||
#Test
|
||||
event.conflictResolved.showDecrypted=Show decrypted file
|
||||
event.conflictFailed.showEncrypted=Show encrypted file
|
||||
event.decryptionFailed.showEncrypted=Show encrypted file
|
||||
|
||||
# Generics
|
||||
generic.action.dismiss=Dismiss
|
||||
## Button
|
||||
generic.button.apply=Apply
|
||||
generic.button.back=Back
|
||||
|
||||
Reference in New Issue
Block a user