Skip to content

Commit ab0f430

Browse files
committed
Update source file i18n.properties
1 parent 97ff8a0 commit ab0f430

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

src/main/resources/net/rptools/maptool/language/i18n.properties

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,10 @@ Label.image.choose = Choose Image
189189
Label.table.import = Import Table
190190
Label.table.export = Export Table
191191
Label.preview = Preview
192-
Label.foreground = Foreground:
193-
Label.showbackground = Show Background:
192+
Label.background = Background
193+
Label.foreground = Foreground
194+
Label.showbackground = Show Background
195+
Label.fontSize = Font Size
194196
Label.layers = Layers:
195197
Label.view.current = Current View
196198
Label.host = Host:
@@ -281,7 +283,6 @@ EditTokenDialog.label.sight.has = Has Sight:
281283
EditTokenDialog.label.terrain.mod = Terrain Modifier:
282284
EditTokenDialog.label.terrain.mod.tooltip= Adjust the cost of movement other tokens will may to move over or through this token. Default multiplier of 1 equals no change (1 * 1 = 1).
283285
EditTokenDialog.label.image = Image Table:
284-
EditTokenDialog.label.uniqueLightSources = Unique Light Sources:
285286
EditTokenDialog.label.opacity = Token Opacity:
286287
EditTokenDialog.label.opacity.tooltip = Change the opacity of the token.
287288
EditTokenDialog.label.opacity.100 = 100%
@@ -607,6 +608,15 @@ Preferences.label.access.delay.dismiss = ToolTip Dismiss Delay
607608
Preferences.label.access.delay.dismiss.tooltip = The amount of time (in milliseconds) the tooltip will remain before being removed.
608609
Preferences.label.access.size = Chat Font Size
609610
Preferences.label.access.size.tooltip = Point size for all chat window text (both input and output).
611+
Preferences.label.access.tokenLabel = Token Name Label (On Map)
612+
Preferences.label.access.tokenLabel.size = Font Size
613+
Preferences.label.access.tokenLabel.pcBackground = PC Background
614+
Preferences.label.access.tokenLabel.pcForeground = PC Foreground
615+
Preferences.label.access.tokenLabel.npcBackground = NPC Background
616+
Preferences.label.access.tokenLabel.npcForeground = NPC Foreground
617+
Preferences.label.access.tokenLabel.nonVisBackground = Non Visible Background
618+
Preferences.label.access.tokenLabel.nonVisForeground = Non Visible Foreground
619+
610620
Preferences.label.sound.system = Play system sounds
611621
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.
612622
Preferences.label.sound.stream = Play clips and streams
@@ -2967,4 +2977,13 @@ advanced.roll.propertyNotNumber = Property {0} is not a number.
29672977
advanced.roll.noTokenInContext = No token in context.
29682978
advanced.roll.inputNotNumber = Input {0} is not a number.
29692979
Preferences.label.tokens.stack.hide=Hide Token stack indicator
2970-
Preferences.label.tokens.stack.hide.tooltip=Token Layer stack inidicator will be hidden
2980+
Preferences.label.tokens.stack.hide.tooltip=Token Layer stack inidicator will be hidden
2981+
Label.border.color=Border Color
2982+
Label.showBorder=Show Border
2983+
Label.borderWidth=Border Width
2984+
Label.borderArc=Border Arc
2985+
Preferences.label.access.tokenLabel.pcBorderColor=PC Border Color
2986+
Preferences.label.access.tokenLabel.npcBorderColor=NPC Border Color
2987+
Preferences.label.access.tokenLabel.nonVisBorderColor=Non Visible Border Color
2988+
Preferences.label.access.tokenLabel.borderSize=Border Size
2989+
Preferences.label.access.tokenLabel.borderArc=Border Arc

0 commit comments

Comments
 (0)