Skip to content

Commit

Permalink
Update placeholder syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Sep 16, 2023
1 parent 3c3b76e commit 5b58854
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ prelude:
# Message Anchors
- &alreadyInX
type: error
content: 'Delete. Already included in %1%.'
content: 'Delete. Already included in {0}.'

- &alreadyInOrFixedByX
type: error
content: 'Delete. Already included or otherwise fixed in %1%.'
content: 'Delete. Already included or otherwise fixed in {0}.'

- &alsoUseX
type: say
content: 'It''s highly recommended that you also use %1%.'
content: 'It''s highly recommended that you also use {0}.'

- &compatIssuesWithX
type: say
content: 'This plugin has compatibility issues with %1%. For more information, read this mod''s compatibility notes.'
content: 'This plugin has compatibility issues with {0}. For more information, read this mod''s compatibility notes.'

- &compatNotes
type: say
content: 'It is recommended that you read this mod''s [Compatibility Notes](%1%).'
content: 'It is recommended that you read this mod''s [Compatibility Notes]({0}).'

- &compatPatch
type: say
content: 'It is recommended that you check the following compatibility patch compilation for this mod: %1%'
content: 'It is recommended that you check the following compatibility patch compilation for this mod: {0}'

- &compatPatchForX
type: say
content: 'It is recommended that you check the following compatibility patch compilation for %1%: %2%'
content: 'It is recommended that you check the following compatibility patch compilation for {0}: %2%'

- &corrupt
type: warn
Expand All @@ -42,177 +42,177 @@ prelude:

- &deleteOrDeactivateX
type: error
content: 'Delete or deactivate. %1%'
content: 'Delete or deactivate. {0}'
subs: [ '' ]

- &deletePlugin
type: warn
content: 'When using **%1%**, it''s recommended that you deactivate or delete this ESP file but keep the resources (e.g. meshes, textures) installed with this mod.'
content: 'When using **{0}**, it''s recommended that you deactivate or delete this ESP file but keep the resources (e.g. meshes, textures) installed with this mod.'

- &deprecated
type: warn
content: 'This file is deprecated and should no longer be used.'

- &disableAfterGeneratingXwithY
type: say
content: 'This plugin may be disabled after generating **%1%** with **%2%**.'
content: 'This plugin may be disabled after generating **{0}** with **%2%**.'

- &essentialFiles
type: warn
content: 'Another mod seems to be overwriting one of this mod''s essential files. Please ensure you''re using this mod''s version of %1% or a compatible version if available.'
content: 'Another mod seems to be overwriting one of this mod''s essential files. Please ensure you''re using this mod''s version of {0} or a compatible version if available.'

- &includesX
type: say
content: '%1% is included with this mod.'
content: '{0} is included with this mod.'

- &languageX
type: say
content: 'Language: %1%'
content: 'Language: {0}'

- &mainQuestCompleted
type: say
content: 'Only use this plugin once the main quest of the game has been completed.'

- &masterReassign
type: say
content: 'The **%1%** master must be reassigned to **%2%**.'
content: 'The **{0}** master must be reassigned to **%2%**.'

- &missingRequirementXforY
type: warn
content: 'It appears you have installed **%2%**, but some of its requirements seem to be missing. Please ensure you have correctly installed **%1%**.'
content: 'It appears you have installed **%2%**, but some of its requirements seem to be missing. Please ensure you have correctly installed **{0}**.'

- &missingRequirementXforPlugin
type: warn
content: 'Some of this plugin''s requirements seem to be missing. Please ensure you have correctly installed **%1%**.'
content: 'Some of this plugin''s requirements seem to be missing. Please ensure you have correctly installed **{0}**.'

- &moddingPlugin
type: error
content: 'This plugin is a modding resource and should not be used in-game.'

- &moveXFromYToZ
type: say
content: 'Move %1% from %2% to %3%.'
content: 'Move {0} from %2% to {2}.'

- &obsolete
type: warn
content: 'Obsolete. Update to the latest version. %1%'
content: 'Obsolete. Update to the latest version. {0}'
subs: [ '' ]

- &onlyUseSmashOrBash
type: say
content: 'Can be used with a %1% but would require additional work. A Smashed Patch or Bash Patch should be used independently of one another.'
content: 'Can be used with a {0} but would require additional work. A Smashed Patch or Bash Patch should be used independently of one another.'

- &optional
type: say
content: 'This plugin is optional.'

- &patch3rdParty
type: say
content: 'You seem to be using **%1%**, but you have not enabled a compatibility patch for this mod. A third party patch is available here: %2%'
content: 'You seem to be using **{0}**, but you have not enabled a compatibility patch for this mod. A third party patch is available here: %2%'

- &patcherScriptAvailable
type: say
content: '%1% patcher script available here: %2%'
content: '{0} patcher script available here: %2%'

- &patchIncluded
type: say
content: 'You seem to be using **%1%**, but you have not enabled a compatibility patch for this mod. A compatibility patch is included with this plugin''s installer.'
content: 'You seem to be using **{0}**, but you have not enabled a compatibility patch for this mod. A compatibility patch is included with this plugin''s installer.'

- &patchOutdated
type: warn
content: 'This patch is outdated and may not be compatible with the latest version of the patched mod.'

- &patchProvided
type: say
content: 'You seem to be using **%1%**, but you have not enabled a compatibility patch for this mod. A compatibility patch is provided on this plugin''s mod page.'
content: 'You seem to be using **{0}**, but you have not enabled a compatibility patch for this mod. A compatibility patch is provided on this plugin''s mod page.'

- &patchUnavailable
type: warn
content: 'A patch is required to make this mod fully compatible with %1%. None is currently available for download.'
content: 'A patch is required to make this mod fully compatible with {0}. None is currently available for download.'

- &patchUpdateAvailable
type: say
content: 'Update Patch available: %1%'
content: 'Update Patch available: {0}'

- &renameFile
type: say
content: 'Rename this file to %1%.'
content: 'Rename this file to {0}.'

- &renameXtoY
type: warn
content: 'You need to rename %1% to %2% or this mod won''t work.'
content: 'You need to rename {0} to %2% or this mod won''t work.'

# Useful for when a plugin needs the MCM, but shouldn't load after it (e.g., when it's a master plugin).
- &requiresMCM_X
type: warn
content: 'A **Mod Configuration Menu** is required for this mod to be fully functional. An **MCM** can be added by installing %1%.'
content: 'A **Mod Configuration Menu** is required for this mod to be fully functional. An **MCM** can be added by installing {0}.'

- &requiresResources
type: warn
content: 'Requires resources (e.g. meshes, textures; not plugins) from %1%.'
content: 'Requires resources (e.g. meshes, textures; not plugins) from {0}.'

- &requiresX
type: warn
content: 'Requires: %1%'
content: 'Requires: {0}'

- &runAnimFramework
type: say
content: 'It appears you have **%1%** installed. Remember to run **%2%** every time you have installed or uninstalled %3%, or a %3%-based mod.'
content: 'It appears you have **{0}** installed. Remember to run **%2%** every time you have installed or uninstalled {2}, or a {2}-based mod.'

- &runxLODGen
type: say
content: 'If you add, remove, or update plugins that alter WRLD/CELL records, remember to update this module with **xLODGen**.'

- &useBashTweakInstead
type: say
content: 'A Bashed Patch tweak can be used instead of this plugin. %1%'
content: 'A Bashed Patch tweak can be used instead of this plugin. {0}'
subs: [ '' ]
condition: 'file("Bashed Patch.*\.esp")'

- &useINITweakInstead
type: say
content: 'An INI tweak can be used instead of this plugin. %1%'
content: 'An INI tweak can be used instead of this plugin. {0}'
subs: [ '' ]

- &useInstead
type: warn
content: 'Use %1% instead.'
content: 'Use {0} instead.'

- &useOnlyOneX
type: error
content: 'Use only one %1%.'
content: 'Use only one {0}.'

- &useVersion
type: error
content: 'Use %1% version.'
content: 'Use {0} version.'

- &useVersionNon
type: error
content: 'Use non-%1% version.'
content: 'Use non-{0} version.'

- &versionOldX
type: say
content: 'It appears you do not have the latest version of %1%. Some mods may require functionality added in the latest version of %1% to work.'
content: 'It appears you do not have the latest version of {0}. Some mods may require functionality added in the latest version of {0} to work.'

- &versionPrecedence
type: error
content: 'Delete %1% from %2%. %3%''s version must take precedence.'
content: 'Delete {0} from %2%. {2}''s version must take precedence.'

- &versionUpToDateX
type: say
content: 'Your %1% is up-to-date.'
content: 'Your {0} is up-to-date.'

- &versionXIncY
type: error
content: 'Your installed version of %1% is not compatible with your version of %2%.'
content: 'Your installed version of {0} is not compatible with your version of %2%.'

- &versionXofYorGreaterRequired
type: error
content: 'Requires version **%1%** or greater of **%2%**.'
content: 'Requires version **{0}** or greater of **%2%**.'

- &wildEdits
type: warn
content: 'This plugin contains [wild edits](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#WildEdits) and may require additional manual cleaning to not interfere with other mods. %1%'
content: 'This plugin contains [wild edits](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#WildEdits) and may require additional manual cleaning to not interfere with other mods. {0}'
subs: [ '' ]

# Cleaning Data Anchors
Expand All @@ -227,12 +227,12 @@ prelude:
# Global Anchors
- &latestLOOTThread
type: say
content: '[Latest LOOT thread](%1%).'
content: '[Latest LOOT thread]({0}).'
subs: [ 'https://loot.github.io/latest-thread/' ]

- &scriptExtenderMissing
type: error
content: 'You have installed an %1% plugin but %1% was not found! See %1% download page: %2%.'
content: 'You have installed an {0} plugin but {0} was not found! See {0} download page: %2%.'

common:
# Condition Anchors
Expand Down

0 comments on commit 5b58854

Please sign in to comment.