1
0
Fork 0
mirror of https://github.com/Findus23/plugin-CustomiseTranslations.git synced 2024-09-20 17:03:49 +02:00
plugin-CustomiseTranslations/lang/en.json

11 lines
498 B
JSON
Raw Normal View History

2018-10-26 21:26:24 +02:00
{
"CustomiseTranslations": {
"MisingUnderscore": "Please format the Key like this: 'PluginName_TranslationKey'.",
"InvalidPlugin": "The plugin '%s' doesn't exist.",
2018-10-28 08:50:01 +01:00
"InvalidKey": "The translation key '%s' doesn't exist.",
2018-10-26 21:26:24 +02:00
"Description": "You can modify translations by entering the key (e.g. 'PrivacyManager_TermsAndConditions') into the first column and writing your replacement into the textbox.",
2018-10-28 08:50:01 +01:00
"TranslationKey": "Translation Key",
2018-10-26 21:26:24 +02:00
"Replacement": "Replacement"
}
}