summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-09-22 12:05:08 -0700
committerNick Pelly <npelly@google.com>2011-09-22 12:05:08 -0700
commitd98a775ea4bd92adf562a041d77dcc2cae9ba69c (patch)
treeb804f6e2aeacf6fa69b9c386f797e2a4b30790a5 /res
parentad60b90517cc8e21538ff35075fec7c151a3d8b9 (diff)
downloadpackages_apps_nfc-d98a775ea4bd92adf562a041d77dcc2cae9ba69c.zip
packages_apps_nfc-d98a775ea4bd92adf562a041d77dcc2cae9ba69c.tar.gz
packages_apps_nfc-d98a775ea4bd92adf562a041d77dcc2cae9ba69c.tar.bz2
Improve NFC Admin permission strings, for easier translation.
Change-Id: Iadf9d337e0645aaf3d3aafaee0ab710c76d04257
Diffstat (limited to 'res')
-rwxr-xr-xres/values/strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3abe1de..4de87f4 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>