diff options
author | Eric Fischer <enf@google.com> | 2011-06-20 14:54:12 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-06-20 14:54:12 -0700 |
commit | a1307695c1f8928e9ad11ebab65a56d5e90c09dd (patch) | |
tree | 872a9a6baaa3f2e7f485adf8298fb738e9071185 /tests | |
parent | 827fde31e8f580f682d86a0e83b5700f602e4bbc (diff) | |
download | packages_apps_Settings-a1307695c1f8928e9ad11ebab65a56d5e90c09dd.zip packages_apps_Settings-a1307695c1f8928e9ad11ebab65a56d5e90c09dd.tar.gz packages_apps_Settings-a1307695c1f8928e9ad11ebab65a56d5e90c09dd.tar.bz2 |
Import revised translations.
Change-Id: Ib916cb8bb0b6f45452300b50b5ac138f89a89c29
Diffstat (limited to 'tests')
-rw-r--r-- | tests/res/values-af/strings.xml | 28 | ||||
-rw-r--r-- | tests/res/values-ms/strings.xml | 28 |
2 files changed, 56 insertions, 0 deletions
diff --git a/tests/res/values-af/strings.xml b/tests/res/values-af/strings.xml new file mode 100644 index 0000000..731a3ec --- /dev/null +++ b/tests/res/values-af/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">"Opspoorbaar"</string> + <string name="start_scan" msgid="6035699220942169744">"Begin skandering"</string> + <string name="stop_scan" msgid="527546916633745779">"Stop skandering"</string> + <string name="operator_hello" msgid="292208161864910159">"Hallo, operateur!"</string> + <string name="operator_settings_title" msgid="1410094511974808567">"Operateur"</string> + <string name="operator_settings_summary" msgid="5916597343019392258">"Operateurhoek wat gebruik kan word om voorkeuraktiwiteit te begin"</string> + <string name="manufacturer_hello" msgid="7525744633645544137">"Hallo, vervaardiger!"</string> + <string name="manufacturer_settings_title" msgid="2503105049808838612">"Vervaardiger"</string> + <string name="manufacturer_settings_summary" msgid="766746044826063472">"Vervaardigerhoek wat gebruik kan word om voorkeuraktiwiteit te begin"</string> +</resources> diff --git a/tests/res/values-ms/strings.xml b/tests/res/values-ms/strings.xml new file mode 100644 index 0000000..6ff7903 --- /dev/null +++ b/tests/res/values-ms/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">"Boleh ditemui"</string> + <string name="start_scan" msgid="6035699220942169744">"Mulakan pengimbasan"</string> + <string name="stop_scan" msgid="527546916633745779">"Hentikan pengimbasan"</string> + <string name="operator_hello" msgid="292208161864910159">"Helo Pengendali!"</string> + <string name="operator_settings_title" msgid="1410094511974808567">"Pembawa"</string> + <string name="operator_settings_summary" msgid="5916597343019392258">"Pengait pengendali yang boleh digunakan untuk memulakan aktiviti pilihan"</string> + <string name="manufacturer_hello" msgid="7525744633645544137">"Helo Pengeluar!"</string> + <string name="manufacturer_settings_title" msgid="2503105049808838612">"Pengeluar"</string> + <string name="manufacturer_settings_summary" msgid="766746044826063472">"Pengait pengeluar yang boleh digunakan untuk memulakan aktiviti pilihan"</string> +</resources> |