diff options
author | Nick Pelly <npelly@google.com> | 2011-09-22 12:11:14 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-22 12:11:14 -0700 |
commit | b2d6d6a703000868eb2c64561f6642ee52a4dba2 (patch) | |
tree | 3d0efe17949c6e636a2109e670cc58ddb36b4bd3 /res/values | |
parent | 6b9e7c7ed5493a19513d574674136a42354ed644 (diff) | |
parent | d98a775ea4bd92adf562a041d77dcc2cae9ba69c (diff) | |
download | packages_apps_nfc-b2d6d6a703000868eb2c64561f6642ee52a4dba2.zip packages_apps_nfc-b2d6d6a703000868eb2c64561f6642ee52a4dba2.tar.gz packages_apps_nfc-b2d6d6a703000868eb2c64561f6642ee52a4dba2.tar.bz2 |
Merge "Improve NFC Admin permission strings, for easier translation."
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 0452f69..ceb2128 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4,10 +4,11 @@ <string name="nfcUserLabel">Nfc</string> <!-- The label for the NFC admin permission --> - <string name="permlab_nfcAdmin">NFCEE administration</string> + <string name="permlab_nfcAdmin">control Near Field Communication secure hardware</string> <!-- The description for the NFC admin permission --> - <string name="permdesc_nfcAdmin">Allows control of NFC execution environment hardware</string> + <string name="permdesc_nfcAdmin">Allows this application to control the secure hardware used with Near Field Communication, + for example, to modify payment credentials.</string> <!-- A notification description string informing the user that contact details were received over NFC [CHAR-LIMIT=64] --> <string name="inbound_me_profile_title">Contact received over NFC</string> |