From aadb60bd1b546692dc407c1b8f7830f86cfb5b82 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Thu, 14 Sep 2023 17:13:18 +0200 Subject: [PATCH] removes some unused translations --- plugins/SitesManager/SitesManager.php | 4 ---- plugins/SitesManager/lang/en.json | 5 ----- 2 files changed, 9 deletions(-) diff --git a/plugins/SitesManager/SitesManager.php b/plugins/SitesManager/SitesManager.php index 36c1a3e95ab1..b5dad7908d44 100644 --- a/plugins/SitesManager/SitesManager.php +++ b/plugins/SitesManager/SitesManager.php @@ -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'; diff --git a/plugins/SitesManager/lang/en.json b/plugins/SitesManager/lang/en.json index 583a6750937b..85a902886fa9 100644 --- a/plugins/SitesManager/lang/en.json +++ b/plugins/SitesManager/lang/en.json @@ -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:", @@ -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.",