New translation

This commit is contained in:
Matias Griese
2020-01-29 14:54:36 +02:00
parent f65c1e70ef
commit f623c20409

View File

@@ -338,8 +338,6 @@ PLUGIN_ADMIN:
LANGUAGES: "Languages"
SUPPORTED: "Supported"
SUPPORTED_HELP: "Comma separated list of 2 letter language codes (for example 'en,fr,de')"
TRANSLATIONS_ENABLED: "Translations enabled"
TRANSLATIONS_ENABLED_HELP: "Support translations in Grav, plugins and extensions"
TRANSLATIONS_FALLBACK: "Translations fallback"
TRANSLATIONS_FALLBACK_HELP: "Fallback through supported translations if active language doesn't exist"
ACTIVE_LANGUAGE_IN_SESSION: "Active language in session"
@@ -905,3 +903,5 @@ PLUGIN_ADMIN:
FLEX_RENDER_CACHE_LIFETIME: "Render Cache Lifetime (seconds)"
DEBUGGER_CENSORED: "Censor Sensitive Data"
DEBUGGER_CENSORED_HELP: "Clockwork Provider ONLY: If Yes, censor potentially sensitive information (POST parameters, cookies, files, configuration and most array/object data in log messages)"
LANGUAGE_TRANSLATIONS: "Translations"
LANGUAGE_TRANSLATIONS_HELP: "If false, translation keys are used instead of translated strings. This feature can be used to help to fix bad translations or to find hardcoded English strings."