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

Rename Referrer Type to Channel Type #13447

Merged
merged 4 commits into from Nov 25, 2018
Merged
Changes from 1 commit
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
12 changes: 6 additions & 6 deletions plugins/Referrers/lang/en.json
Expand Up @@ -11,14 +11,14 @@
"ColumnWebsitePage": "Website Page",
"DirectEntry": "Direct Entry",
"DirectEntryDocumentation": "A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.",
"Distinct": "Distinct Referrers by Referrer Type",
"Distinct": "Distinct Referrers by Channel Type",
"DistinctCampaigns": "distinct campaigns",
"DistinctKeywords": "distinct keywords",
"DistinctSearchEngines": "distinct search engines",
"DistinctSocialNetworks": "distinct social networks",
"DistinctWebsites": "distinct websites",
"EvolutionDocumentation": "This is an overview of the referrers that led visitors to your website.",
"EvolutionDocumentationMoreInfo": "For more information about the different referrer types, see the documentation of the %s table.",
"EvolutionDocumentationMoreInfo": "For more information about the different channel types, see the documentation of the %s table.",
"Keywords": "Keywords",
"KeywordsReportDocumentation": "This report shows which keywords users were searching for before they were referred to your website. %s By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.",
"KeywordsReportDocumentationNote": "Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.",
Expand All @@ -28,7 +28,7 @@
"ReferrerNames": "Referrer Names",
"Referrers": "Referrers",
"ReferrersOverview": "Referrers Overview",
"ReferrerTypes": "Referrer Types",
"ReferrerTypes": "Channel Types",
"ReferrerURLs": "Referrer URLs",
"SearchEngines": "Search Engines",
"SearchEnginesDocumentation": "A visitor was referred to your website by a search engine. %1$s See the %2$s report for more details.",
Expand All @@ -37,10 +37,10 @@
"SocialsReportDocumentation": "This report shows which social networks led visitors to your website.<br \/>By clicking on a row in the table, you can see from which social network pages visitors came to your website.",
"SubmenuSearchEngines": "Search Engines & Keywords",
"SubmenuWebsitesOnly": "Websites",
"Type": "Referrer Type",
"Type": "Channel Type",
"TypeCampaigns": "%s from campaigns",
"TypeDirectEntries": "%s direct entries",
"TypeReportDocumentation": "This table contains information about the distribution of the referrer types.",
"TypeReportDocumentation": "This table contains information about the distribution of the channel types.",
"TypeSearchEngines": "%s from search engines",
"TypeSocialNetworks": "%s from social networks",
"TypeWebsites": "%s from websites",
Expand All @@ -51,7 +51,7 @@
"WebsitesDocumentation": "The visitor followed a link on another website that led to your site. %1$s See the %2$s report for more details.",
"WebsitesReportDocumentation": "In this table, you can see which websites referred visitors to your site. %s By clicking on a row in the table, you can see which URLs the links to your website were on.",
"WidgetExternalWebsites": "Referrer Websites",
"WidgetGetAll": "All Referrers",
"WidgetGetAll": "All Channels",
"WidgetSocials": "List of social networks",
"WidgetTopKeywordsForPages": "Top Keywords for Page URL",
"XPercentOfVisits": "%s of visits",
Expand Down