Skip to content

Commit

Permalink
CSSTUDIO-2371 Add labels to messages.properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamwolk committed Aug 28, 2024
1 parent ff5395e commit 1dc0c6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class Messages
ArchivedLaunchExternalAppFailed,
ArchivedNoEntriesFound,
ArchivedSaveFailed,
Back,
CloseRequestHeader,
CloseRequestButtonContinue,
CloseRequestButtonDiscard,
Expand All @@ -29,6 +30,7 @@ public class Messages
FileSave,
FileSaveFailed,
FileTooLarge,
Forward,
GroupingFailed,
GroupSelectedEntries,
Level,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
text="%ShowHideLogEntryGroup" disable="true" onAction="#showHideLogEntryGroup"/>
<Region fx:id="spring" /> <!-- Spring to make the next elements right-aligned. -->
<Button fx:id="goBackButton" mnemonicParsing="false"
onAction="#goBack" text="Back" disable="true" />
onAction="#goBack" text="%Back" disable="true" />
<Button fx:id="goForwardButton" mnemonicParsing="false"
onAction="#goForward" text="Forward" disable="true" />
onAction="#goForward" text="%Forward" disable="true" />
</items>
</ToolBar>
</top>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ArchivedLaunchExternalAppFailed=Unable to launch external application to view fi
Author=Author:
Attachments=Attachments
AttachmentsSearchProperty=Attachments:
Back=Back
BrowseButton=Browse
Cancel=Cancel
CancelTooltip=Cancel the current entry.
Expand Down Expand Up @@ -40,6 +41,7 @@ File=File
FileSave=Save Attachment
FileSaveFailed=Failed to save attachment.
FileTooLarge=File {0} too large, selected file(s) not added.
Forward=Forward
GoToFirstPage=Go to first page
GoToLastPage=Go to last page
GroupingFailed=Failed to create group, log entries already contained in different groups.
Expand Down

0 comments on commit 1dc0c6d

Please sign in to comment.