diff options
author | Eric Fischer <enf@google.com> | 2011-10-18 15:45:53 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-10-18 15:45:53 -0700 |
commit | 715a9ad8e902c125b77b31511e94dee5db993ab2 (patch) | |
tree | ac484e2238f74e5eb254ab47b848d91d13eaa06f /tests | |
parent | f9389c7ef011010658b854c4040456cf9ca3f03c (diff) | |
download | packages_apps_Settings-715a9ad8e902c125b77b31511e94dee5db993ab2.zip packages_apps_Settings-715a9ad8e902c125b77b31511e94dee5db993ab2.tar.gz packages_apps_Settings-715a9ad8e902c125b77b31511e94dee5db993ab2.tar.bz2 |
Import revised translations.
Change-Id: I257f94325e7f588845bcf446e497ff827d4b2cec
Diffstat (limited to 'tests')
-rw-r--r-- | tests/res/values-hi/strings.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/res/values-hi/strings.xml b/tests/res/values-hi/strings.xml new file mode 100644 index 0000000..b647c49 --- /dev/null +++ b/tests/res/values-hi/strings.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (C) 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="discoverable" msgid="3169265480789026010">"खोज योग्य"</string> + <string name="start_scan" msgid="6035699220942169744">"स्कैन प्रारंभ करें"</string> + <string name="stop_scan" msgid="527546916633745779">"स्कैन बंद करें"</string> + <string name="operator_hello" msgid="292208161864910159">"नमस्ते ऑपरेटर!"</string> + <string name="operator_settings_title" msgid="1410094511974808567">"ऑपरेटर"</string> + <string name="operator_settings_summary" msgid="5916597343019392258">"ऑपरेटर हुक जिसका उपयोग पसंद की गतिविधि प्रारंभ करने में किया जा सकता है"</string> + <string name="manufacturer_hello" msgid="7525744633645544137">"नमस्ते निर्माता!"</string> + <string name="manufacturer_settings_title" msgid="2503105049808838612">"निर्माता"</string> + <string name="manufacturer_settings_summary" msgid="766746044826063472">"निर्माता हुक जिसका उपयोग पसंद की गतिविधि प्रारंभ करने में किया जा सके"</string> +</resources> |