diff options
author | Eric Fischer <enf@google.com> | 2011-10-18 11:12:16 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-10-18 11:12:16 -0700 |
commit | 68f53c55547abc4f86af2a5f169c0d5ea829ef69 (patch) | |
tree | 7fc93191bca25ee16c0ac9c36d39b98ad3880a60 /res | |
parent | e0b5fcb7e6422d1a788c48dd8f2936832ab8b397 (diff) | |
download | packages_apps_nfc-68f53c55547abc4f86af2a5f169c0d5ea829ef69.zip packages_apps_nfc-68f53c55547abc4f86af2a5f169c0d5ea829ef69.tar.gz packages_apps_nfc-68f53c55547abc4f86af2a5f169c0d5ea829ef69.tar.bz2 |
Import revised translations. DO NOT MERGE
Change-Id: I25ff3a0808477797e2916838719f995b2e4368e5
Diffstat (limited to 'res')
-rw-r--r-- | res/values-es/strings.xml | 2 | ||||
-rw-r--r-- | res/values-hi/strings.xml | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 4eda77b..288fda0 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -10,5 +10,5 @@ <string name="outbound_me_profile_title" msgid="2523625031572784769">"Interacción de NFC completa"</string> <string name="outbound_me_profile_text" msgid="7431318734941861000">"Toca para compartir tu información de contacto con esta persona."</string> <string name="accessibility_nfc_enabled" msgid="7796246979948787735">"NFC habilitada"</string> - <string name="touch" msgid="4727218133711188355">"Toca para transmitir"</string> + <string name="touch" msgid="4727218133711188355">"Toca para compartir"</string> </resources> diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml new file mode 100644 index 0000000..2c8fca0 --- /dev/null +++ b/res/values-hi/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 सेवा"</string> + <string name="nfcUserLabel" msgid="7708535817084357357">"NFC"</string> + <string name="permlab_nfcAdmin" msgid="5329590200504457455">"नियर फ़ील्ड कम्यूनिकेशन सुरक्षित हार्डवेयर नियंत्रित करें"</string> + <string name="permdesc_nfcAdmin" msgid="1527271067096288484">"इस एप्लिकेशन को नियर फ़ील्ड कम्यूनिकेशन के साथ उपयोग किए गए सुरक्षित हार्डवेयर को नियंत्रित करने देता है, उदाहरण के लिए, भुगतान क्रेडेंशियल संशोधित करने के लिए."</string> + <string name="inbound_me_profile_title" msgid="6146013785225412693">"NFC पर प्राप्त संपर्क"</string> + <string name="inbound_me_profile_text" msgid="1409138030064787748">"इस व्यक्ति को संपर्क के रूप में जोड़ने के लिए टैप करें"</string> + <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> +</resources> |