diff options
author | Eric Fischer <enf@google.com> | 2011-09-30 16:45:13 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-09-30 16:45:13 -0700 |
commit | 9e8b58c345eec1958f46b71034aa1f2ecf2a09bd (patch) | |
tree | c47fc927f6702815f53e2ad58af077448d9cea07 /res/values-en-rGB | |
parent | 45d7fa114369f2ff802a54748c2ef1077ac36298 (diff) | |
download | packages_apps_nfc-9e8b58c345eec1958f46b71034aa1f2ecf2a09bd.zip packages_apps_nfc-9e8b58c345eec1958f46b71034aa1f2ecf2a09bd.tar.gz packages_apps_nfc-9e8b58c345eec1958f46b71034aa1f2ecf2a09bd.tar.bz2 |
Import revised translations.
Change-Id: I0cd23cb557e59d7f7736495749e8dc090d771b22
Diffstat (limited to 'res/values-en-rGB')
-rw-r--r-- | res/values-en-rGB/strings.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml new file mode 100644 index 0000000..0836dcf --- /dev/null +++ b/res/values-en-rGB/strings.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<resources xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name" msgid="78565911793142902">"Nfc Service"</string> + <string name="nfcUserLabel" msgid="7708535817084357357">"Nfc"</string> + <string name="permlab_nfcAdmin" msgid="5329590200504457455">"control Near Field Communication secure hardware"</string> + <string name="permdesc_nfcAdmin" msgid="1527271067096288484">"Allows this application to control the secure hardware used with Near Field Communication, for example, to modify payment credentials."</string> + <string name="inbound_me_profile_title" msgid="6146013785225412693">"Contact received over NFC"</string> + <string name="inbound_me_profile_text" msgid="1409138030064787748">"Tap to add this person as a contact"</string> + <string name="outbound_me_profile_title" msgid="2523625031572784769">"NFC interaction complete"</string> + <string name="outbound_me_profile_text" msgid="7431318734941861000">"Tap to give this person your contact info"</string> + <string name="accessibility_nfc_enabled" msgid="7796246979948787735">"NFC enabled."</string> + <string name="touch" msgid="4727218133711188355">"Touch to beam"</string> +</resources> |