diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values-ko/strings.xml | 2 | ||||
-rw-r--r-- | res/values-zh-rTW/strings.xml | 2 | ||||
-rwxr-xr-x | res/values/strings.xml | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 59c90d5..62703a3 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -10,5 +10,5 @@ <string name="outbound_me_profile_title" msgid="2523625031572784769">"NFC 통신 완료"</string> <string name="outbound_me_profile_text" msgid="7431318734941861000">"내 연락처 정보를 이 사람에게 제공하려면 탭하세요."</string> <string name="accessibility_nfc_enabled" msgid="7796246979948787735">"NFC 사용"</string> - <string name="touch" msgid="4727218133711188355">"공유하기"</string> + <string name="touch" msgid="4727218133711188355">"빔을 쏘려면 터치"</string> </resources> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index dc09349..89448ee 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -10,5 +10,5 @@ <string name="outbound_me_profile_title" msgid="2523625031572784769">"NFC 互動完成"</string> <string name="outbound_me_profile_text" msgid="7431318734941861000">"輕按即可將您的聯絡人資訊傳送給這位使用者"</string> <string name="accessibility_nfc_enabled" msgid="7796246979948787735">"NFC 已啟用。"</string> - <string name="touch" msgid="4727218133711188355">"輕觸即可傳輸"</string> + <string name="touch" msgid="4727218133711188355">"輕觸即可播放"</string> </resources> 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> |