diff options
author | Eric Fischer <enf@google.com> | 2011-11-02 10:30:43 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-11-02 10:30:43 -0700 |
commit | 69f6eb26434448982de5df8bdde4b20f8be80260 (patch) | |
tree | b347b2d7655c9c509c43bb6d0e44dbe36f0a4d6b /tests | |
parent | 00a3db75f4a297e91c0d3809884cd0cbbf578361 (diff) | |
download | packages_apps_settings-69f6eb26434448982de5df8bdde4b20f8be80260.zip packages_apps_settings-69f6eb26434448982de5df8bdde4b20f8be80260.tar.gz packages_apps_settings-69f6eb26434448982de5df8bdde4b20f8be80260.tar.bz2 |
Import revised translations.
Change-Id: If0d8a3d2b1ede8cc56519ddecac97c12f7042fe7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/res/values-be/strings.xml | 28 | ||||
-rw-r--r-- | tests/res/values-et/strings.xml | 28 |
2 files changed, 56 insertions, 0 deletions
diff --git a/tests/res/values-be/strings.xml b/tests/res/values-be/strings.xml new file mode 100644 index 0000000..ff7ca56 --- /dev/null +++ b/tests/res/values-be/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> diff --git a/tests/res/values-et/strings.xml b/tests/res/values-et/strings.xml new file mode 100644 index 0000000..ad79232 --- /dev/null +++ b/tests/res/values-et/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">"Leitav"</string> + <string name="start_scan" msgid="6035699220942169744">"Käivita skannimine"</string> + <string name="stop_scan" msgid="527546916633745779">"Peata skannimine"</string> + <string name="operator_hello" msgid="292208161864910159">"Tere, operaator!"</string> + <string name="operator_settings_title" msgid="1410094511974808567">"Operaator"</string> + <string name="operator_settings_summary" msgid="5916597343019392258">"Operaatoriharki saab kasutada teie valitud tegevuse käivitamiseks"</string> + <string name="manufacturer_hello" msgid="7525744633645544137">"Tere, tootja!"</string> + <string name="manufacturer_settings_title" msgid="2503105049808838612">"Tootja"</string> + <string name="manufacturer_settings_summary" msgid="766746044826063472">"Tootjaharki saab kasutada teie valitud tegevuse käivitamiseks"</string> +</resources> |