From 81c3786bd049add8e170e1c53da32676b56c1d23 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Mon, 10 Mar 2014 00:54:58 +0100 Subject: [PATCH] refs #57 moving translations to general en.json --- lang/en.json | 31 +++++++++++++++++++++++++++++++ plugins/Insights/lang/en.json | 33 --------------------------------- 2 files changed, 31 insertions(+), 33 deletions(-) delete mode 100644 plugins/Insights/lang/en.json diff --git a/lang/en.json b/lang/en.json index f9c90c72a79..1f48ed63bb6 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1038,6 +1038,37 @@ "VisitsUntilConv": "Visits to Conversion", "DaysToConv": "Days to Conversion" }, + "Insights": { + "OverviewWidgetTitle": "Insights Overview", + "WidgetCategory": "Insights", + "NoResultMatchesCriteria": "No rows match the criteria", + "MoversAndShakersWidgetTitle": "Movers and Shakers", + "TitleRowChangeDetails": "'%s' changed from %s (%s) to %s (%s) %s.", + "TitleRowNewDetails": "'%s' increased by %s and is new compared to %s.", + "TitleRowDisappearedDetails": "'%s' decreased by %s and disappeared in %s compared to %s.", + "TitleRowMoverAndShaker": "This row had an higher impact than the average.", + "IgnoredChanges": "Changes affecting less than %s visits were ignored.", + "TitleConsideredInsightsGrowth": "The following rows have a growth of at least %s%% compared to %s.", + "TitleConsideredInsightsChanges": "The rows increased or decreased by at least %s visits (%s%% of %s total visits).", + "TitleConsideredMoversAndShakersGrowth": "%s changed from %s to %s compared to %s. Based on this an evolution of each row of %s%% is expected.", + "TitleConsideredMoversAndShakersChanges": "Considered movers only if they grew by more than %s%% visits or shrank by less than %s%% visits, new entries only if they increased by more than %s%% visits (%s), and disappeared rows if they shrank by less than %s%% visits (%s).", + "DatePeriodCombinationNotSupported": "It is not possible to generate insights for this date / period combination.", + "ControlGrowthDescription": "Minimum growth of", + "ControlComparedToDescription": "compared to the", + "DayComparedToPreviousDay": "previous day", + "DayComparedToPreviousWeek": "same day in the previous week", + "DayComparedToPreviousYear": "same day in the previous year", + "WeekComparedToPreviousWeek": "previous week", + "MonthComparedToPreviousMonth": "previous month", + "MonthComparedToPreviousYear": "same month in the previous year", + "Filter": "Filter", + "FilterOnlyMovers": "Only movers", + "FilterOnlyNew": "Only new", + "FilterOnlyDisappeared": "Only disappeared", + "FilterIncreaserAndDecreaser": "Increaser & decreaser", + "FilterOnlyIncreaser": "Only increaser", + "FilterOnlyDecreaser": "Only decreaser" + }, "Installation": { "PluginDescription": "Installation process of Piwik. The Installation is usually done once only. If the configuration file config\/config.inc.php is deleted, the installation will start again.", "Installation": "Installation", diff --git a/plugins/Insights/lang/en.json b/plugins/Insights/lang/en.json deleted file mode 100644 index 5dc5bd260ca..00000000000 --- a/plugins/Insights/lang/en.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "Insights": { - "OverviewWidgetTitle": "Insights Overview", - "WidgetCategory": "Insights", - "NoResultMatchesCriteria": "No rows match the criteria", - "MoversAndShakersWidgetTitle": "Movers and Shakers", - "TitleRowChangeDetails": "'%s' changed from %s (%s) to %s (%s) %s.", - "TitleRowNewDetails": "'%s' increased by %s and is new compared to %s.", - "TitleRowDisappearedDetails": "'%s' decreased by %s and disappeared in %s compared to %s.", - "TitleRowMoverAndShaker": "This row had an higher impact than the average.", - "IgnoredChanges": "Changes affecting less than %s visits were ignored.", - "TitleConsideredInsightsGrowth": "The following rows have a growth of at least %s%% compared to %s.", - "TitleConsideredInsightsChanges": "The rows increased or decreased by at least %s visits (%s%% of %s total visits).", - "TitleConsideredMoversAndShakersGrowth": "%s changed from %s to %s compared to %s. Based on this an evolution of each row of %s%% is expected.", - "TitleConsideredMoversAndShakersChanges": "Considered movers only if they grew by more than %s%% visits or shrank by less than %s%% visits, new entries only if they increased by more than %s%% visits (%s), and disappeared rows if they shrank by less than %s%% visits (%s).", - "DatePeriodCombinationNotSupported": "It is not possible to generate insights for this date / period combination.", - "ControlGrowthDescription": "Minimum growth of", - "ControlComparedToDescription": "compared to the", - "DayComparedToPreviousDay": "previous day", - "DayComparedToPreviousWeek": "same day in the previous week", - "DayComparedToPreviousYear": "same day in the previous year", - "WeekComparedToPreviousWeek": "previous week", - "MonthComparedToPreviousMonth": "previous month", - "MonthComparedToPreviousYear": "same month in the previous year", - "Filter": "Filter", - "FilterOnlyMovers": "Only movers", - "FilterOnlyNew": "Only new", - "FilterOnlyDisappeared": "Only disappeared", - "FilterIncreaserAndDecreaser": "Increaser & decreaser", - "FilterOnlyIncreaser": "Only increaser", - "FilterOnlyDecreaser": "Only decreaser" - } -} \ No newline at end of file