diff --git a/GURPS/translations/da.json b/GURPS/translations/da.json index dcc233ca2d..6aa026ac10 100644 --- a/GURPS/translations/da.json +++ b/GURPS/translations/da.json @@ -1,6 +1,7 @@ { - "sheet-roll-modifier-option": "Roll Modifier Option", + "sheet-roll-modifier-option": "Roll Modifier Option [Deprecated]", "sheet-roll-modifier-option-desc": "Select the modifier option to use when clicking a dice roll icon on the character sheet.", + "sheet-roll-modifier-prompt": "Roll Modifier Prompt", "sheet-chat-roll-display-option": "Chat Roll Display [Depracated]", "sheet-chat-roll-dislpay-option-desc": "Select how rolls are display in chat window. Private Skill Levels deprecated will default to private, since it doesn't work with rolltemplates.", "sheet-chat-roll-types-dislpay-option-desc": "Select how rolls are display in chat window. Custom rolls requires an API script that can work with the roll template.", @@ -931,6 +932,9 @@ "single-modifier-prompt-tooltip": "\n\t\t\t\t\t\t\tAsk for a bonus or penalty to be added to dice rolls.
\n\t\t\t\t\t\t\tThis will not affect damage rolls.\n\t\t\t\t\t\t", "extended-modifier-prompt-label": "Extended Modifier Prompts", "extended-modifier-prompt-tooltip": "\n\t\t\t\t\t\t\tInstead of a single modifier, rolls will ask for a series of modifiers,
\n\t\t\t\t\t\t\tto remind you about potential bonuses/penalties.
\n\t\t\t\t\t\t\tThis will not affect damage rolls.\n\t\t\t\t\t\t", + "no-prompt-label": "No Prompt", + "single-prompt-label": "Single Prompt", + "extended-prompt-label": "Extended Prompts", "skill-modifier-tools-label": "Skill Modifier Tools", "use-skill-modifier-tool-label": "Use Skill Modifier Tool", "use-skill-modifier-tool-tooltip": "Displays a modifier text box, a button to open a tool to modify effective skill, and to check off Max skill of 9.", @@ -952,6 +956,8 @@ "display-in-header-tooltip": "If checked, the options for Public Rolls and Private Rolls will be displayed to the right of the character name above the navigation tabs.", "display-custom-in-header-label": "Display Custom Option in Header", "display-custom-in-header-tooltip": "If checked, button name for Custom Rolls will be displayed to the right of the character name above the tabs.", + "display-modifier-in-header-label": "Display Roll Modifier Options in Header", + "display-modifier-in-header-tooltip": "If checked, the options for No Modifier Prompt, Single Modifier Prompt and Extended Modifier Prompts will be displayed to the right of the character name above the tabs.", "button-label": "Button Name", "macro-label": "Macro", "macro-label-tooltip": "NOTE: In order to use this option, you will need an API script that can intercept the data for the roll and then send a message to the GM.

For an example, see the Blind Roll API script, https://app.roll20.net/forum/permalink/5064809/",