diff options
author | Eric Fischer <enf@google.com> | 2011-10-18 15:02:29 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-10-18 15:02:29 -0700 |
commit | 31c9c833b17ba3fa68b70ab02de84fa89e3a0607 (patch) | |
tree | 1b3b1af083b8ee69cd33b8094ac195d4998c9495 | |
parent | f1a56578ee1bff044114bd106d4a76ea24c8cec3 (diff) | |
download | external_svox-31c9c833b17ba3fa68b70ab02de84fa89e3a0607.zip external_svox-31c9c833b17ba3fa68b70ab02de84fa89e3a0607.tar.gz external_svox-31c9c833b17ba3fa68b70ab02de84fa89e3a0607.tar.bz2 |
Import revised translations.
Change-Id: Ib271cf1da25d0900b2d7ca66bc1d4da410f3c683
-rw-r--r-- | picolanginstaller/res/values-hi/strings.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/picolanginstaller/res/values-hi/strings.xml b/picolanginstaller/res/values-hi/strings.xml new file mode 100644 index 0000000..000c66b --- /dev/null +++ b/picolanginstaller/res/values-hi/strings.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +** +** Copyright 2009, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ + --> + +<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="3853942104135735825">"वाक् संश्लेषण डेटा इंस्टॉलर"</string> + <string name="installing_message" product="nosdcard" msgid="737236126329813405">"USB संग्रहण पर ध्वनि डेटा इंस्टॉल करना."</string> + <string name="installing_message" product="default" msgid="8792926973732354514">"SD कार्ड पर ध्वनि डेटा इंस्टॉल कर रहा है."</string> + <string name="uninstall_message" msgid="174096141356529599">"ध्वनि डेटा सफलतापूर्वक इंस्टॉल कर दिया गया है. अब आप इस इंस्टॉलर को सुरक्षित रूप से निकाल सकते हैं."</string> + <string name="uninstall" msgid="6195983436684617741">"अनइंस्टॉल करें"</string> + <string name="retry_message" product="nosdcard" msgid="8048316007107408391">"ध्वनि डेटा इंस्टॉल नहीं किया जा सका. सुनिश्चित करें कि आपके USB संग्रहण में कम से कम 6 MB का स्थान रिक्त है."</string> + <string name="retry_message" product="default" msgid="4262829785604216441">"ध्वनि डेटा इंस्टॉल नहीं किया जा सका. सुनिश्चित करें कि आपका SD कार्ड आपके उपकरण में है और उसमें कम से कम 6 MB का स्थान रिक्त है. यदि आपका कार्ड पहले से ही आपके उपकरण में है, तो कार्ड को निकालें और पुनः डाल कर देखें."</string> + <string name="retry" msgid="7470276488993209974">"पुन: प्रयास करें"</string> +</resources> |