-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
227 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
preserve_comments=0 | ||
minify_resources=0 | ||
resource_definition=pdfoundry | ||
resource_structure=Nested | ||
use_single_quotes=0 | ||
resource_type=JSON | ||
flatten_json=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"PDFOUNDRY.COMMANDS.Failure": "PDFoundry: $COMMAND_NAME$ encountered an error. See the console for additional details.", | ||
"PDFOUNDRY.COMMANDS.FixMissingTypesFailure": "No PDFs with missing type definitions found.", | ||
"PDFOUNDRY.COMMANDS.FixMissingTypesSuccess": "Fixed PDFs with missing type definitions.", | ||
"PDFOUNDRY.COMMANDS.PurgeCacheSuccess": "PDF cache has been cleared.", | ||
"PDFOUNDRY.COMMANDS.Success": "PDFoundry: $COMMAND_NAME$ complete successfully.", | ||
"PDFOUNDRY.COMMON.PageNumber": "Page Number", | ||
"PDFOUNDRY.CONTEXT.OpenPDF": "Open PDF", | ||
"PDFOUNDRY.CONTEXT.PreloadPDF": "Preload PDF", | ||
"PDFOUNDRY.ENRICH.EmptyLinkText": "Link text is required for @PDF tags.", | ||
"PDFOUNDRY.ENRICH.InvalidFormat": "Invalid format for @PDF tag.", | ||
"PDFOUNDRY.ENRICH.LinkTitleOpen": "Open", | ||
"PDFOUNDRY.ENRICH.LinkTitlePage": "p.", | ||
"PDFOUNDRY.ERROR.FileNotFound": "Error opening PDF: The file was not found on the server.", | ||
"PDFOUNDRY.ERROR.NoPDFWithCode": "Unable to find PDF with specified code.", | ||
"PDFOUNDRY.ERROR.NoPDFWithName": "Unable to find PDF with specified name.", | ||
"PDFOUNDRY.ERROR.PageMustBePositive": "Page must be greater than or equal to 1.", | ||
"PDFOUNDRY.MANUAL.Name": "PDFoundry User Manual", | ||
"PDFOUNDRY.MISC.Confirm": "Confirm", | ||
"PDFOUNDRY.MISC.CopiedToClipboard": "Copied!", | ||
"PDFOUNDRY.MISC.CopyDataPath": "Copy data path to clipboard.", | ||
"PDFOUNDRY.MISC.CopyRollPath": "Copy /roll syntax path to clipboard.", | ||
"PDFOUNDRY.MISC.CreatePDF": "Create PDF", | ||
"PDFOUNDRY.MISC.DANGER.Critical": "You should never use this path under any circumstances!", | ||
"PDFOUNDRY.MISC.DANGER.High": "This path is very likely to cause issues if used.", | ||
"PDFOUNDRY.MISC.DANGER.Low": "This path is unlikely to be dangerous, but you should use caution.", | ||
"PDFOUNDRY.MISC.DANGER.Safe": "This path is likely to be safe to use.", | ||
"PDFOUNDRY.MISC.NewPDF": "New PDF", | ||
"PDFOUNDRY.MISC.PDFTYPE.Actor": "Form Fillable (Actor Sheet)", | ||
"PDFOUNDRY.MISC.PDFTYPE.Fillable": "Form Fillable (Unlinked)", | ||
"PDFOUNDRY.MISC.PDFTYPE.Static": "Static", | ||
"PDFOUNDRY.MISC.Refresh": "Refresh", | ||
"PDFOUNDRY.PDFSHEET.BUTTON.Browse": "Browse", | ||
"PDFOUNDRY.PDFSHEET.BUTTON.TestSettings": "Test Settings", | ||
"PDFOUNDRY.PDFSHEET.LABEL.Code": "PDF Code", | ||
"PDFOUNDRY.PDFSHEET.LABEL.EnableCaching": "Enable Caching", | ||
"PDFOUNDRY.PDFSHEET.LABEL.Name": "PDF Name", | ||
"PDFOUNDRY.PDFSHEET.LABEL.PDFType": "PDF Type", | ||
"PDFOUNDRY.PDFSHEET.LABEL.PageOffset": "Page Offset", | ||
"PDFOUNDRY.PDFSHEET.LABEL.TestSettings": "When you click this button, your PDF should open to page 5. If it doesn't, close the PDF, then adjust the page offset until it does.", | ||
"PDFOUNDRY.PDFSHEET.LABEL.URL": "PDF URL", | ||
"PDFOUNDRY.PDFSHEET.PLACEHOLDER.Code": "TGTL", | ||
"PDFOUNDRY.PDFSHEET.PLACEHOLDER.Name": "The Guide to Loot!", | ||
"PDFOUNDRY.PDFSHEET.PLACEHOLDER.PageOffset": "0, 3, -5, ...", | ||
"PDFOUNDRY.PDFSHEET.PLACEHOLDER.URL": "A relative path from your data directory.", | ||
"PDFOUNDRY.PDFSHEET.TOOLTIP.Code": "What is the short code that will be used to open this PDF?", | ||
"PDFOUNDRY.PDFSHEET.TOOLTIP.EnableCaching": "Should this PDF be cached on a player's computer after being opened? This may save bandwidth, but will require storage space on the user's computer.", | ||
"PDFOUNDRY.PDFSHEET.TOOLTIP.Name": "What is the long readable name for this PDF?", | ||
"PDFOUNDRY.PDFSHEET.TOOLTIP.PDFType": "See the manual for a description of PDF types.", | ||
"PDFOUNDRY.PDFSHEET.TOOLTIP.PageOffset": "When you ask the system to open a page, how much should the page be offset by so the page opens correctly?", | ||
"PDFOUNDRY.PDFSHEET.TOOLTIP.URL": "Which PDF file should be opened?", | ||
"PDFOUNDRY.SETTINGS.CacheSizeHint": "How many MB of hard drive space should be allowed to be taken up by the PDF cache? Must be between 64 and 1024 inclusive.", | ||
"PDFOUNDRY.SETTINGS.CacheSizeName": "PDF Cache Size", | ||
"PDFOUNDRY.SETTINGS.OpenHelp": "Open PDFoundry Manual", | ||
"PDFOUNDRY.SETTINGS.SettingsMenuButtonLabel": "Configure PDFoundry", | ||
"PDFOUNDRY.SETTINGS.ShowInExistingViewerHint": "If enabled, when another player shows a PDF to you, if you have the PDF open already the page will change instead of opening a new window.", | ||
"PDFOUNDRY.SETTINGS.ShowInExistingViewerName": "Show Shared PDFs in Existing Viewer", | ||
"PDFOUNDRY.SETTINGS.ViewerThemeHint": "Which theme should the viewer use? Changes will only only affect newly opened viewers.", | ||
"PDFOUNDRY.SETTINGS.ViewerThemeName": "Viewer Theme", | ||
"PDFOUNDRY.SETTINGS.WindowTitle": "PDFoundry Settings", | ||
"PDFOUNDRY.VIEWER.InspectData": "Inspect Data", | ||
"PDFOUNDRY.VIEWER.InspectDataHelp1": "You may leave this window open and return the sheet to your system sheet if you so wish. The window will refresh every 10 seconds to reflect changes made to the actor, but you may also refresh it manually with the 'Refresh' button located on the header.", | ||
"PDFOUNDRY.VIEWER.InspectDataHelp2": "You should be very careful when using these data paths in a PDF. The color coding is a 'best guess', and while it will usually be correct some systems may have exceptions or cause changes you enter into the sheet to be overridden by the system for certain data paths.", | ||
"PDFOUNDRY.VIEWER.InspectDataHelp3": "While the button to copy /roll syntax is provided for convenience, data may be purposefully omitted or changed by the system during a roll. If a /roll syntax does not produce the expected result, this is not a bug.", | ||
"PDFOUNDRY.VIEWER.SelectPlayers": "Select Players", | ||
"PDFOUNDRY.VIEWER.SelectPlayersConfirm": "Make it so!", | ||
"PDFOUNDRY.VIEWER.SelectSheet": "Select PDF", | ||
"PDFOUNDRY.VIEWER.SelectSheetConfirm": "Make it so!", | ||
"PDFOUNDRY.VIEWER.ShowToPlayersText": "Show to …", | ||
"PDFOUNDRY.VIEWER.ShowToPlayersTitle": "Press SHIFT to show to ALL players except yourself.", | ||
"PDFOUNDRY.VIEWER.ViewPDF": "View PDF" | ||
} | ||
|
Oops, something went wrong.