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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-23 02:40:18 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-23 02:40:18 +0400
commit851b2e22b2fc004c4e006abfb84d267d9bfe0b29 (patch)
tree989989fe4794e0162410fe7d1c933bad41f83f09 /lang
parent013711875021fb0b585c86e4b1404132f34cf437 (diff)
- Fixes #708 kudos to Maciej for his work on this one, and Anthon & Matt for the review.
Changes from Maciej's patch: -- the old Actions stats are displayed in the Page titles section, ensure BC when users were specifying page titles, they would appear in the same report. The api Actions.getActions (now deprecated) is a proxy to Actions.getPageTitles) -- applied schema change to log_conversion -- empty action names and empty URLs are now accepted at tracking time. They will be replaced at archiving time by the strings defined in the config file. - API: if a method has a comment @deprecated, it won't be shown in the API listing page (used for the now deprecated Actions.getActions() API call) - Fixes #693 Visits generator now asks for user confirmation before inserting fake data in the DB TODO: - apply small modifs to the JS tracker (setCustomUrl() and action_name defaulting to document.title) - improve/fix unit tests around the expected behavior of Action naming
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index ba611f0103..c393c91e43 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -200,6 +200,7 @@ $translations = array(
'CoreUpdater_ExceptionArchiveIncomplete' => 'Archive is incomplete: some files are missing (eg. %s).',
'Actions_Actions' => 'Actions',
'Actions_SubmenuPages' => 'Pages',
+ 'Actions_SubmenuPageTitles' => 'Page titles',
'Actions_SubmenuOutlinks' => 'Outlinks',
'Actions_SubmenuDownloads' => 'Downloads',
'Actions_ColumnClicks' => 'Clicks',
@@ -207,6 +208,7 @@ $translations = array(
'Actions_ColumnDownloads' => 'Downloads',
'Actions_ColumnUniqueDownloads' => 'Unique Downloads',
'Actions_ColumnPageName' => 'Page Name',
+ 'Actions_ColumnPageURL' => 'Page URL',
'Actions_ColumnClickedURL' => 'Clicked URL',
'Actions_ColumnDownloadURL' => 'Download URL',
'Dashboard_Dashboard' => 'Dashboard',