Skip to content

Commit

Permalink
removes some unused translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Sep 14, 2023
1 parent 3900975 commit aadb60b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions plugins/SitesManager/SitesManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,19 +451,15 @@ public function getClientSideTranslationKeys(&$translationKeys)
$translationKeys[] = 'SitesManager_SelectDefaultTimezone';
$translationKeys[] = 'SitesManager_ShowTrackingTag';
$translationKeys[] = 'SitesManager_SiteSearchUse';
$translationKeys[] = 'SitesManager_SiteWithoutDataChoosePreferredWay';
$translationKeys[] = 'SitesManager_SiteWithoutDataChooseTrackingMethod';
$translationKeys[] = 'SitesManager_SiteWithoutDataCloudflareDescription';
$translationKeys[] = 'SitesManager_SiteWithoutDataDescription';
$translationKeys[] = 'SitesManager_SiteWithoutDataGoogleTagManager';
$translationKeys[] = 'SitesManager_SiteWithoutDataGoogleTagManagerDescription';
$translationKeys[] = 'SitesManager_SiteWithoutDataHidePageForHour';
$translationKeys[] = 'SitesManager_SiteWithoutDataNotYetReady';
$translationKeys[] = 'SitesManager_SiteWithoutDataOtherInstallMethodsIntro';
$translationKeys[] = 'SitesManager_SiteWithoutDataReactDescription';
$translationKeys[] = 'SitesManager_SiteWithoutDataStartTrackingDataDescriptionLine1';
$translationKeys[] = 'SitesManager_SiteWithoutDataTemporarilyHidePage';
$translationKeys[] = 'SitesManager_SiteWithoutDataTitle';
$translationKeys[] = 'SitesManager_SiteWithoutDataVueDescription';
$translationKeys[] = 'SitesManager_SiteWithoutDataWordpressDescription';
$translationKeys[] = 'SitesManager_Sites';
Expand Down
5 changes: 0 additions & 5 deletions plugins/SitesManager/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
"ShowTrackingTag": "View Tracking code",
"Sites": "Websites",
"SiteSearchUse": "You can use Matomo to track and report what visitors are searching in your website's internal search engine.",
"SiteWithoutDataTitle": "Only one last step to track your traffic with Matomo and gain valuable insights",
"SiteWithoutDataDescription": "You need to add some extra code to your website or mobile app if you haven't already. Check your option below or %1$ssend all the instructions to a team mate%2$s.",
"SiteWithoutDataSetupTracking": "Please set up the %1$stracking code%2$s below into your website or mobile app if you haven't already.",
"SiteWithoutDataChoosePreferredWay": "Choose your preferred way of getting set up",
"SiteWithoutDataCloudflareDescription": "You can use the Matomo App in Cloudflare to track data, follow the instructions from %1$sthis guide%2$s.",
"SiteWithoutDataCloudflareIntro": "If you use Cloudflare, you can start tracking data in Matomo seamlessly using the Matomo App available in Cloudflare.",
"SiteWithoutDataCloudflareFollowStepsIntro": "Follow these steps to set it up:",
Expand Down Expand Up @@ -191,7 +187,6 @@
"SiteWithoutDataOtherInstallMethods": "Other methods to install Matomo",
"SiteWithoutDataOtherInstallMethodsIntro": "We offer multiple tracking paths — pick yours to unlock data-driven success.",
"SiteWithoutDataHidePageForHour": "Hide page for an hour",
"SiteWithoutDataStartTrackingDataDescriptionLine1": "Choose your preferred tracking method below. If you need help, you can share these %1$sinstructions via email%2$s or %3$sinvite another user%4$s for assistance.",
"EmailInstructionsButtonText": "Email instructions",
"SiteWithoutDataVueDescription": "You can use the \"%1$s\" npm package to integrate Matomo to track data, follow the instructions from this %2$sguide%3$s.",
"VueDetected": "Vue.js was detected on your website. Did you know you can use the \"%1$s\" npm package to integrate Matomo into your site? %2$sLearn more in this guide%3$s.",
Expand Down

0 comments on commit aadb60b

Please sign in to comment.