Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2022-07-08 10:32:25 +0300
committerGitHub <noreply@github.com>2022-07-08 10:32:25 +0300
commit7c4f4ae4d7ce652d2f63e4ac2d877bb9c14ec700 (patch)
treebe542d3b41a47b0200132266dafb5910416628e5 /plugins/UserLanguage
parenta0ec25efb4943d78e525b2183948c6f8fb526a71 (diff)
Translation source string improvements (#19472)
* UserLanguage plugin language reworked (#19470) * UserCountryMap plugin language reworked (#19477) * UserId plugin language reworked (#19475) * fix * update tests Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Diffstat (limited to 'plugins/UserLanguage')
-rw-r--r--plugins/UserLanguage/lang/en.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/UserLanguage/lang/en.json b/plugins/UserLanguage/lang/en.json
index 32336d0971..7c69c53caa 100644
--- a/plugins/UserLanguage/lang/en.json
+++ b/plugins/UserLanguage/lang/en.json
@@ -1,9 +1,9 @@
{
"UserLanguage": {
- "BrowserLanguage": "Browser language",
+ "BrowserLanguage": "Web-browser language",
"LanguageCode": "Language code",
- "PluginDescription": "Reports the language used by your visitors' browsers.",
- "getLanguageDocumentation": "This report shows which language the visitor's browsers are using. (e.g. \"English\")",
- "getLanguageCodeDocumentation": "This report shows which exact language code the visitor's browsers is set to. (e.g. \"German - Austria (de-at)\")"
+ "PluginDescription": "Reports the primary web-browser language used by your visitors.",
+ "getLanguageDocumentation": "Shows which language the visitor's browsers are using. (e.g. \"French\")",
+ "getLanguageCodeDocumentation": "Shows which exact language code the visitor's browsers is set to. (e.g. \"German — Austria (de-at)\")"
}
-} \ No newline at end of file
+}