From 6128c046f9bdfcb8164450c49345901dfae95e43 Mon Sep 17 00:00:00 2001 From: sgiehl <stefan@piwik.org> Date: Mon, 25 Jan 2016 22:21:58 +0100 Subject: [PATCH] refs #9546 use numbered placeholders in translations --- plugins/UsersManager/lang/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/UsersManager/lang/en.json b/plugins/UsersManager/lang/en.json index 3ddebb41e6..a4a07421c0 100644 --- a/plugins/UsersManager/lang/en.json +++ b/plugins/UsersManager/lang/en.json @@ -69,7 +69,7 @@ "UsersManagementMainDescription": "Create new users or update the existing users. You can then set their permissions above.", "WhenUsersAreNotLoggedInAndVisitPiwikTheyShouldAccess": "When users are not logged in and visit Piwik, they should access", "YourUsernameCannotBeChanged": "Your username cannot be changed.", - "YourVisitsAreIgnoredOnDomain": "%sYour visits are ignored by Piwik on %s %s (the Piwik ignore cookie was found in your browser).", - "YourVisitsAreNotIgnored": "%sYour visits are not ignored by Piwik%s (the Piwik ignore cookie was not found in your browser)." + "YourVisitsAreIgnoredOnDomain": "%1$sYour visits are ignored by Piwik on %2$s %3$s (the Piwik ignore cookie was found in your browser).", + "YourVisitsAreNotIgnored": "%1$sYour visits are not ignored by Piwik%2$s (the Piwik ignore cookie was not found in your browser)." } -} +} \ No newline at end of file -- GitLab