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:
authormattab <matthieu.aubry@gmail.com>2014-03-10 06:30:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-10 06:30:45 +0400
commitbc0b39e0392f20e013fb2a9c78b9ce37670f7ce6 (patch)
tree093b7eb00cfeb4cf6b55bafd17072a0ceb9a7f52 /lang
parente1ed6cf2c7ce7b2d125be7619ef16816422885b6 (diff)
Named parameters in Insights translations
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/en.json b/lang/en.json
index 1f48ed63bb..f0d492fa03 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -1043,16 +1043,16 @@
"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.",
+ "TitleRowChangeDetails": "'%1$s' changed from %2$s (%3$s) to %4$s (%5$s) %6$s.",
+ "TitleRowNewDetails": "'%1$s' increased by %2$s and is new compared to %3$s.",
+ "TitleRowDisappearedDetails": "'%1$s' decreased by %2$s and disappeared in %3$s compared to %4$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.",
+ "TitleConsideredInsightsGrowth": "The following rows have a growth of at least %1$s%% compared to %2$s.",
+ "TitleConsideredInsightsChanges": "The rows increased or decreased by at least %1$s visits (%2$s%% of %3$s total visits).",
+ "TitleConsideredMoversAndShakersGrowth": "%1$s changed from %2$s to %3$s compared to %4$s. Based on this an evolution of each row of %5$s%% is expected.",
+ "TitleConsideredMoversAndShakersChanges": "Considered movers only if they grew by more than %1$s%% visits or shrank by less than %2$s%% visits, new entries only if they increased by more than %3$s%% visits (%4$s), and disappeared rows if they shrank by less than %5$s%% visits (%6$s).",
+ "DatePeriodCombinationNotSupported": "It is not possible to generate insights for this date and period combination.",
"ControlGrowthDescription": "Minimum growth of",
"ControlComparedToDescription": "compared to the",
"DayComparedToPreviousDay": "previous day",