From cfce0aa58bd5b8ccdd29a6d78b04786eed75c374 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 27 Aug 2009 17:22:26 -0700 Subject: Armor string format tokens with translation placeholders. Change-Id: I2f1b1f0e9b028a9f66c4543afe5c7bdce486db15 --- core/res/res/values/strings.xml | 18 +++++++++--------- packages/VpnServices/res/values/strings.xml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index f777c05..70c9385 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1541,11 +1541,11 @@ - on %s + on %s - at %s + at %s - in %s + in %s day @@ -1658,7 +1658,7 @@ - "Add \"%s\" to dictionary + "Add \"%s\" to dictionary Edit text @@ -1950,18 +1950,18 @@ not checked The - listed applications are requesting permission to access the login credentials for account %s from - %s. Do you wish to grant this permission? If so then your answer will be remembered and you will not be prompted + listed applications are requesting permission to access the login credentials for account %1$s from + %2$s. Do you wish to grant this permission? If so, your answer will be remembered and you will not be prompted again. The - listed applications are requesting permission to access the %s login credentials for account %s from - %s. Do you wish to grant this permission? If so then your answer will be remembered and you will not be prompted + listed applications are requesting permission to access the %1$s login credentials for account %2$s from + %3$s. Do you wish to grant this permission? If so, your answer will be remembered and you will not be prompted again. Allow Deny Permission Requested - for account %s + for account %s diff --git a/packages/VpnServices/res/values/strings.xml b/packages/VpnServices/res/values/strings.xml index 074655e..d82f52a 100755 --- a/packages/VpnServices/res/values/strings.xml +++ b/packages/VpnServices/res/values/strings.xml @@ -1,10 +1,10 @@ - + VPN Services - %s VPN connected - %s VPN disconnected + %s VPN connected + %s VPN disconnected Touch to reconnect to a VPN. -- cgit v1.1