summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-09-22 12:12:58 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-09-22 12:12:58 -0700
commit8cb596004c1445b17c9ffb3868073fc72bffe13b (patch)
treec15b787933f52d0f32f337be8f4300d5888f9c9b
parent1da7d97789ae631f22e289da518d7aa40268e496 (diff)
parentb2d6d6a703000868eb2c64561f6642ee52a4dba2 (diff)
downloadpackages_apps_nfc-8cb596004c1445b17c9ffb3868073fc72bffe13b.zip
packages_apps_nfc-8cb596004c1445b17c9ffb3868073fc72bffe13b.tar.gz
packages_apps_nfc-8cb596004c1445b17c9ffb3868073fc72bffe13b.tar.bz2
am b2d6d6a7: Merge "Improve NFC Admin permission strings, for easier translation."
* commit 'b2d6d6a703000868eb2c64561f6642ee52a4dba2': Improve NFC Admin permission strings, for easier translation.
-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 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>