Edits to strings to use UI text standards
(ending punctuation in second notification line,
use "Touch" instead of "Tap", use "app"
instead of "application".
Bug: 5163232

Change-Id: I8f0619806c86db54fa5fa2214548e1a70a217603

Changed Near Field Communication to NFC per review.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ceb2128..42b76e2 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4,23 +4,23 @@
     <string name="nfcUserLabel">Nfc</string>
     
     <!-- The label for the NFC admin permission -->
-    <string name="permlab_nfcAdmin">control Near Field Communication secure hardware</string>
+    <string name="permlab_nfcAdmin">control NFC secure hardware</string>
 
     <!-- The description for the NFC admin permission -->
-    <string name="permdesc_nfcAdmin">Allows this application to control the secure hardware used with Near Field Communication,
+    <string name="permdesc_nfcAdmin">Allows the app to control the secure hardware used with NFC,
       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>
 
     <!-- A notification action string prompting the user to add contact details to the People application [CHAR-LIMIT=64] -->
-    <string name="inbound_me_profile_text">Tap to add this person as a contact</string>
+    <string name="inbound_me_profile_text">Touch to add this person as a contact.</string>
 
     <!-- A notification description string asking the user to share their contact details over NFC [CHAR-LIMIT=64] -->
     <string name="outbound_me_profile_title">NFC interaction complete</string>
 
     <!-- A notification action string prompting the user to share their contact details over NFC [CHAR-LIMIT=64] -->
-    <string name="outbound_me_profile_text">Tap to give this person your contact info</string>
+    <string name="outbound_me_profile_text">Touch to give this person your contact info.</string>
 
     <!-- Content description of the NFC enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
     <string name="accessibility_nfc_enabled">NFC enabled.</string>