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:
authorsimivar <simivar@gmail.com>2018-02-26 13:42:59 +0300
committerStefan Giehl <stefan@piwik.org>2018-02-26 13:42:59 +0300
commit07b654dd2c432394f9e6d135c85c59bf7a992218 (patch)
treec50477c6eb278b81aa620b1c0991f5ab12fe92f2 /lang
parent698f06b0b927f6b2b728ac65d21c3f9016edfe28 (diff)
Update error message in API/UI if date is before 1992 (#12559) (#12561)
* Update error message in API/UI if date is before 1992 (#12559) * Fix test for dates * Fix test for dates * Move creation of $dateOfFirstWebsite object to if block
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json
index 31fa8efc1e..561070642a 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -173,6 +173,7 @@
"ExceptionInvalidAggregateReportsFormat": "Aggregate reports format '%1$s' not valid. Try any of the following instead: %2$s.",
"ExceptionInvalidArchiveTimeToLive": "Today archive time to live must be a number of seconds greater than zero",
"ExceptionInvalidDateFormat": "Date format must be: %1$s or any keyword supported by the %2$s function (see %3$s for more information)",
+ "ExceptionInvalidDateBeforeFirstWebsite": "The date '%1$s' is a date before first website was online. Try date that's after %2$s (timestamp %3$s).",
"ExceptionInvalidDateRange": "The date '%1$s' is not a correct date range. It should have the following format: %2$s.",
"ExceptionInvalidPeriod": "The period '%1$s' is not supported. Try any of the following instead: %2$s",
"ExceptionInvalidRendererFormat": "Renderer format '%1$s' not valid. Try any of the following instead: %2$s.",