1
0
Fork 0
mirror of https://github.com/Findus23/plugin-CustomiseTranslations.git synced 2024-09-19 15:53:49 +02:00
plugin-CustomiseTranslations/lang/en.json
2018-10-28 08:50:01 +01:00

10 lines
498 B
JSON

{
"CustomiseTranslations": {
"MisingUnderscore": "Please format the Key like this: 'PluginName_TranslationKey'.",
"InvalidPlugin": "The plugin '%s' doesn't exist.",
"InvalidKey": "The translation key '%s' doesn't exist.",
"Description": "You can modify translations by entering the key (e.g. 'PrivacyManager_TermsAndConditions') into the first column and writing your replacement into the textbox.",
"TranslationKey": "Translation Key",
"Replacement": "Replacement"
}
}