Files
packages_apps_Settings/tests/app/res/values-ja/strings.xml
Benjamin Franz d11b713a9f Change build targets for settings tests
1. Split existing tests into fully automatable (unit/) and not fully
automatable (app/)
2. Revert previous changes to test runners on app/
3. Fix some typos in readme

This will enable us to add the fully automatable test target
SettingsUnitTests to the continuous integration tests on the platform.

Change-Id: I0f42c59fde84891e4bfc379150c2f0c61ce1329f
2016-01-21 12:32:15 +00:00

29 lines
1.7 KiB
XML

<?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>