Skip to content

Commit

Permalink
Merge pull request #4835 from bubblobill/more_missing_strings
Browse files Browse the repository at this point in the history
Restored missing strings for Preferences > token labels
  • Loading branch information
cwisniew authored Jun 13, 2024
2 parents 0e124bf + d34c90e commit 3176a17
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/resources/net/rptools/maptool/language/i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ Label.table.export = Export Table
Label.preview = Preview
Label.foreground = Foreground:
Label.showbackground = Show Background:
Label.showBorder = Show Border
Label.borderWidth = Border Width
Label.border.color = Border Color
Label.borderArc = Border Arc
Label.fontSize = Font Size
Label.layers = Layers:
Label.view.current = Current View
Label.host = Host:
Expand Down Expand Up @@ -606,6 +611,19 @@ Preferences.label.access.delay.dismiss = ToolTip Dismiss Delay
Preferences.label.access.delay.dismiss.tooltip = The amount of time (in milliseconds) the tooltip will remain before being removed.
Preferences.label.access.size = Chat Font Size
Preferences.label.access.size.tooltip = Point size for all chat window text (both input and output).
Preferences.label.access.tokenLabel = Token Name Label (On Map)
Preferences.label.access.tokenLabel.size = Font Size
Preferences.label.access.tokenLabel.pcBackground = PC Background
Preferences.label.access.tokenLabel.pcForeground = PC Foreground
Preferences.label.access.tokenLabel.npcBackground = NPC Background
Preferences.label.access.tokenLabel.npcForeground = NPC Foreground
Preferences.label.access.tokenLabel.nonVisBackground = Non Visible Background
Preferences.label.access.tokenLabel.nonVisForeground = Non Visible Foreground
Preferences.label.access.tokenLabel.pcBorderColor = PC Border Color
Preferences.label.access.tokenLabel.npcBorderColor = NPC Border Color
Preferences.label.access.tokenLabel.nonVisBorderColor = Non Visible Border Color
Preferences.label.access.tokenLabel.borderArc = Border Arc
Preferences.label.access.tokenLabel.borderSize = Border Size
Preferences.label.sound.system = Play system sounds
Preferences.label.sound.system.tooltip = Turn this off to prevent all sounds from within MapTool. Needed for some Java implementations as too many sounds queued up can crash the JVM.
Preferences.label.sound.stream = Play clips and streams
Expand Down

0 comments on commit 3176a17

Please sign in to comment.