Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applies some wording improvements suggested for translations #438

Merged
merged 2 commits into from Feb 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions lang/en.json
Expand Up @@ -394,14 +394,14 @@
"MatomoConfigurationMatomoDomainsDescription": "Used to detect outlinks. Add hostnames or domains to be treated as local. For wildcard subdomains, you can use: \".example.com\" or \"*.example.com\". You can also specify a path along a domain: \"*.example.com/subsite1\".",
"MatomoConfigurationMatomoDomainsException": "Value needs to be an array",
"MatomoConfigurationMatomoAlwaysUseSendBeaconTitle": "Always use sendBeacon",
"MatomoConfigurationMatomoAlwaysUseSendBeaconDescription": "Enables send beacon usage instead of a regular ajax request. This means when a user clicks for example on an outlink, the navigation to this page will happen much faster.",
"MatomoConfigurationMatomoAlwaysUseSendBeaconDescription": "Enables sendBeacon usage instead of a regular ajax request. This means when a user clicks for example on an outlink, the navigation to this page will happen much faster.",
"MatomoConfigurationMatomoUserIdTitle": "User ID",
"MatomoConfigurationMatomoUserIdDescription": "Sets a User ID to this user (such as an email address or a username).",
"MatomoConfigurationMatomoCustomDimensionsTitle": "Custom Dimensions",
"MatomoConfigurationMatomoCustomDimensionsDescription": "Optionally set one or multiple custom dimensions.",
"MatomoConfigurationMatomoCustomDimensionsException": "Value needs to be an array",
"MatomoConfigurationMatomoBundleTrackerTitle": "Bundle Tracker",
"MatomoConfigurationMatomoBundleTrackerDescription": "By bundling the Matomo JavaScript tracker directly into the container it may improve the performance of your website as it reduces the number of needed requests. It is recommended to bundle the Matomo tracker because in most cases the tracker would otherwise be otherwise loaded in a separate request on page view anyway. Note: If you use two different Matomo configurations in one container, the setting of the first configuration used in the first Matomo Tag will be applied to all Matomo tags within one container.",
"MatomoConfigurationMatomoBundleTrackerDescription": "By bundling the Matomo JavaScript tracker directly into the container it may improve the performance of your website as it reduces the number of needed requests. It is recommended to bundle the Matomo tracker because in most cases the tracker would otherwise be loaded in a separate request on page view anyway. Note: If you use two different Matomo configurations in one container, the setting of the first configuration used in the first Matomo Tag will be applied to all Matomo tags within one container.",
"MatomoConfigurationMatomoRegisterAsDefaultTrackerTitle": "Register As Default Tracker",
"MatomoConfigurationMatomoRegisterAsDefaultTrackerDescription": "When enabled, the tracker will be registered as the default one for the website, and will receive all commands that get pushed into the global _paq variable. Useful if you want to use the tracker config from the container with your own _paq.push() JavaScript code.",
"MatomoConfigurationMatomoJsEndpointTitle": "Tracker Javascript Path",
Expand Down Expand Up @@ -618,4 +618,4 @@
"SettingElementVisibilityObserveDomChangesDescription": "Enable if you want to track dynamic DOM elements. %1$sNote: This might slow down the website if there are lot of DOM changes%2$s",
"EntityRecursionExceptionForVariable": "It seems an entity references itself or a recursion is caused in some other way. It may be related due to this entry: \"%1$s\""
}
}
}
Expand Up @@ -1020,7 +1020,7 @@
<uiControlAttributes>
</uiControlAttributes>
<availableValues />
<description>Enables send beacon usage instead of a regular ajax request. This means when a user clicks for example on an outlink, the navigation to this page will happen much faster.</description>
<description>Enables sendBeacon usage instead of a regular ajax request. This means when a user clicks for example on an outlink, the navigation to this page will happen much faster.</description>
<inlineHelp />
<templateFile />
<introduction />
Expand Down Expand Up @@ -1086,7 +1086,7 @@
<uiControlAttributes>
</uiControlAttributes>
<availableValues />
<description>By bundling the Matomo JavaScript tracker directly into the container it may improve the performance of your website as it reduces the number of needed requests. It is recommended to bundle the Matomo tracker because in most cases the tracker would otherwise be otherwise loaded in a separate request on page view anyway. Note: If you use two different Matomo configurations in one container, the setting of the first configuration used in the first Matomo Tag will be applied to all Matomo tags within one container.</description>
<description>By bundling the Matomo JavaScript tracker directly into the container it may improve the performance of your website as it reduces the number of needed requests. It is recommended to bundle the Matomo tracker because in most cases the tracker would otherwise be loaded in a separate request on page view anyway. Note: If you use two different Matomo configurations in one container, the setting of the first configuration used in the first Matomo Tag will be applied to all Matomo tags within one container.</description>
<inlineHelp />
<templateFile />
<introduction />
Expand Down