Skip to content

Commit

Permalink
Update source file i18n.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bubblobill committed Oct 17, 2024
1 parent d96ecdc commit d563419
Showing 1 changed file with 2 additions and 38 deletions.
40 changes: 2 additions & 38 deletions src/main/resources/net/rptools/maptool/language/i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2931,8 +2931,6 @@ library.error.invalidDefinition = Invalid library definition.
library.error.emptyName = Name can not be empty for add-on library.
library.error.emptyVersion = Version can''t be empty for add-on library {0}.
library.dialog.import.title = Import Add-On Library.
library.dialog.reimport = Reimport
library.dialog.import = Import
library.import.ioError = IO Error importing Drop In Library.
library.import.error = Error importing Drop In Library {0}.
library.import.error.notGM = Only GM can import a Drop in Library.
Expand Down Expand Up @@ -2974,7 +2972,6 @@ library.dialog.addon.description = Description
library.dialog.addon.readMeFile = View Read Me File
library.dialog.addon.authors = Authors
library.dialog.addon.license = License
library.dialog.addon.readme = Read Me
library.dialog.addon.licenseFile = View License File
library.dialog.addon.giturl = Git URL
library.dialog.addon.website = Website
Expand All @@ -2985,41 +2982,8 @@ library.dialog.deleteData.confirm = Are you sure you want to remove add-on libra
library.dialog.copy.title = <html>The copied CSS is for testing \
purposes only.<br/>Within your add-on use<br/>lib://net.rptools.maptool/css/mt-stat-sheet.css \
or<br/> lib://net.rptools.maptool/css/mt-theme.css</html>
library.dialog.copyMTThemeCSS = Copy CSS Theme to clipboard
library.dialog.copyMTStatSheetTheme = Copy Stat Sheet Theme to clipboard
library.dialog.externalAddon = Enable external add-on libraries (development purposes only)
library.dialog.addon.subdir = Sub Directory
library.dialog.addon.imported = Imported
library.dialog.addon.updated = Updated
library.dialog.addon.refresh = Refresh
library.dialog.addon.createNew = Create New Add-On
library.dialog.addon.createMTLib = Create .mtlib file
library.dialog.directory.label = Add On Directory
library.dialog.parentdir.label = Parent Directory
library.dialog.read.failed = Error trying to read details of add-on in {0}, check library.json file format
library.dialog.import.failed = Error trying to read details of add-on in {0}, check library.json file format and library contents.
library.dialog.addon.createExample=Create Example Files
library.dialog.addon.createEvents=Events
library.dialog.addons.authorsComma=Authors (comma seperated)
library.dialog.addon.createSlash=Slash Commands
library.dialog.addon.createMTSProps=Macro Script Properties
library.dialog.addon.udf=User Defined Functions
library.dialog.addon.create.readeMe = ### Read Me\nPlace your Read Me information here, this file supports markup.
library.dialog.addon.create.licenseText = Place your license details in this file.
library.dialog.addon.create.shortDesc = Add-on Short Description
library.dialog.addon.create.longDesc = Add-on Long Description
library.dialog.addon.create.noSuchDir = Parent directory {0} for add-on does not exist.
library.dialog.addon.create.dirExists = Directory {0} for add-on already exists, chose a different directory.
library.dialog.create.parentDir.title = Choose Parent Directory for the Add-On
library.dialog.failedToCreateDir = Failed to create directory {0} for add-on.
library.dialog.failedToCreateFile = Failed to create file {0} for add-on.
library.dialog.create.exampleSlashCmdDesc = Example Slash Command
library.dialog.create.autoExecDesc = Auto Exec in macro link example
library.dialog.create.noAutoExecDesc = Non Auto Exec in macro link example
library.dialog.error.displayingAddons = Error displaying add-on libraries
library.dialog.addon.fileFilter = Add-On Libraries (*.mtlib)
library.dialog.addon.errorCreatingMTLib = Error Creating .mtlib file
library.dialog.addon.create.mtsComment = Replace this file ({0}) with your content
library.dialog.copyMTThemeCSS = Copy CSS Theme to clipbaord
library.dialog.copyMTStatSheetTheme = Copy Stat Sheet Theme to clipbaord

# Game Data
data.error.cantConvertTo = Can''t convert {0} to {1}.
Expand Down

0 comments on commit d563419

Please sign in to comment.