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:
Diffstat (limited to 'plugins/Transitions/Controller.php')
-rw-r--r--plugins/Transitions/Controller.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Transitions/Controller.php b/plugins/Transitions/Controller.php
index 61a85908fa..b913eb73df 100644
--- a/plugins/Transitions/Controller.php
+++ b/plugins/Transitions/Controller.php
@@ -52,7 +52,10 @@ class Piwik_Transitions_Controller extends Piwik_Controller
*/
private static $jsTranslations = array(
'XOfY' => 'Transitions_XOutOfYVisits',
- 'XOfAllPageviews' => 'Transitions_XOfAllPageviews'
+ 'XOfAllPageviews' => 'Transitions_XOfAllPageviews',
+ 'NoDataForUrl' => 'Transitions_NoDataForUrl',
+ 'NoDataForUrlDetails' => 'Transitions_NoDataForUrlDetails',
+ 'NoDataForUrlBack' => 'Transitions_ErrorBack'
);
public static function getTranslation($key)