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
diff options
context:
space:
mode:
authorChristian Schmidt <github@chsc.dk>2019-03-12 23:17:30 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-03-12 23:17:30 +0300
commitf613456b253f2a5261dd6825ef14a7aaf0661ea0 (patch)
tree0d4f600c25ad3962abb8207496bddf14dfd27487 /lang/en.json
parent7edf461477aa2f732c3e1fda506d7a476d93b62d (diff)
Pagination localisation clean-up (#14157)
* Range start should be one-based, like the range end * Clean up pagination translation * Restore ScheduledReports translations * Update screenshots * Revert changes to non-English translations * Update screenshots * Update screenshot * Replace UsersManager_XtoYofN with General_Pagination * Only remove translation from en.json. * Off by one * Update screenshots * Fix off-by-one in range end * Update screenshots * Updated screenshot
Diffstat (limited to 'lang/en.json')
-rw-r--r--lang/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/en.json b/lang/en.json
index 01354cd542..f1e0e44f40 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -327,8 +327,8 @@
"OverlayRowActionTooltipTitle": "Open Page Overlay",
"Overview": "Overview",
"Pages": "Pages",
- "Pagination": "%1$s - %2$s of %3$s",
- "PaginationWithoutTotal": "%1$s - %2$s",
+ "Pagination": "%1$s–%2$s of %3$s",
+ "PaginationWithoutTotal": "%1$s–%2$s",
"ParameterMustIntegerBetween": "Parameter %1$s must be an integer value between %2$s and %3$s.",
"Password": "Password",
"Period": "Period",