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
path: root/lang
diff options
context:
space:
mode:
authordiosmosis <benaka.moorthi@gmail.com>2013-03-11 05:56:03 +0400
committerdiosmosis <benaka.moorthi@gmail.com>2013-03-11 05:56:03 +0400
commit56ff24c7a0cb71f7886821a4d369c3d3cb1ab353 (patch)
treef9166a9bf3c1f496a78a982ea3639bb33060b051 /lang
parent900eec1ff8bfa8ef758df53bb53908fad684448c (diff)
Fixes #3388, added DataTableManager JS class used to initialize and set element ID for all DataTable in browser, instead of using report as element ID.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/en.php b/lang/en.php
index f3fb9c304f..ff60e552a9 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -47,10 +47,10 @@ $translations = array(
'General_Description' => 'Description',
'General_Done' => 'Done',
'General_PoweredBy' => 'Powered by',
- 'General_MetricsToPlot' => 'Metrics to plot',
+ 'General_MetricsToPlot_js' => 'Metrics to plot',
'General_RowsToDisplay' => 'Rows to display',
- 'General_MetricToPlot' => 'Metric to plot',
- 'General_RecordsToPlot' => 'Records to plot',
+ 'General_MetricToPlot_js' => 'Metric to plot',
+ 'General_RecordsToPlot_js' => 'Records to plot',
'General_Name' => 'Name',
'General_Value' => 'Value',
'General_Total' => 'Total',
@@ -203,7 +203,7 @@ $translations = array(
'General_MediumToHighTrafficItIsRecommendedTo' => 'For medium to high traffic websites, we recommend to process reports for today at most every half hour (%s seconds) or every hour (%s seconds).',
'General_RequiresFlash' => 'Displaying Graphs in Piwik requires Flash',
'General_GraphHelp' => 'More information about displaying graphs in Piwik.',
- 'General_NoDataForGraph' => 'No data for this graph.',
+ 'General_NoDataForGraph_js' => 'No data for this graph.',
'General_DataForThisGraphHasBeenPurged' => 'The data for this graph is more than %s months old and has been purged.',
'General_NoDataForTagCloud' => 'No data for this tag cloud.',
'General_DataForThisTagCloudHasBeenPurged' => 'The data for this tag cloud is more than %s months old and has been purged.',