Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1adb3187 authored by takuo's avatar takuo
Browse files

Merge branch 'eclair' of github.com:takuo/android_packages_apps_Settings into eclair

parents 499e8c42 4d037aaf
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -235,6 +235,14 @@
            </intent-filter>
        </activity>

        <activity android:name="SilentChannels" android:label="@string/silent_channels_label">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <action android:name="com.android.settings.SILENT_CHANNELS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <activity android:name="DockSettings"
                android:label="@string/dock_settings_title"
                android:clearTaskOnLaunch="true"
+2 −0
Original line number Diff line number Diff line
@@ -647,6 +647,8 @@
    <string name="lockpattern_settings_enable_visible_pattern_title" msgid="104851667540971729">"Muster sichtbar"</string>
    <string name="lockpattern_settings_enable_visible_dots_title">Punkte sichtbar</string>
    <string name="lockpattern_settings_show_error_path">Zeige fehlerhaften Pfad bei Fehler</string>
    <string name="lockpattern_settings_show_unlock_msg">Entsperrungsmeldung</string>
    <string name="lockpattern_settings_show_unlock_error_msg">Entsperrungs-Fehlermeldung</string>
    <string name="lockpattern_settings_show_custom_msg">Zeige eigene Nachricht</string>
    <string name="lockpattern_settings_show_sliders">Zeige Schieber</string>
    <string name="lockpattern_settings_custom_msg">Eigene Nachricht</string>
+34 −0
Original line number Diff line number Diff line
@@ -428,6 +428,40 @@
    <string name="play_media_notification_sounds_enable_summary_off" msgid="8672617597028744693">"SDカード通知時に音を鳴らす"</string>
    <string name="audio_record_proc_title" msgid="4271091199976457534">"ノイズキャンセル"</string>
    <string name="audio_record_proc_summary" msgid="8113628457499616498">"通話中や録音中に周囲のノイズを抑えます。"</string>
    <!-- Sound settings screen, setting screen option name to enter menu to choose what silent mode affects -->
    <string name="silent_mode_settings_title">サイレントモードの設定</string>
    <!-- Sound settings screen, setting option summary text -->
    <string name="silent_mode_settings_summary">サイレントモードでどの音を消音するか選択する</string>

    <!-- Sound and alerts settings, silent mode submenu -->
    <!-- Screen title -->
    <string name="silent_channels_label">サイレントモードで消音するサウンドを選択</string>
    <string name="silent_mode_settings_reset_to_default_title">初期設定に戻す</string>
    <string name="silent_mode_settings_reset_to_default_summary"></string>
    <string name="silent_mode_settings_mute_all_title">すべて消音</string>
    <string name="silent_mode_settings_mute_all_summary"></string>

    <string name="silent_mode_settings_voice_call_title">音声通話</string>
    <string name="silent_mode_settings_system_title">システムサウンド</string>
    <string name="silent_mode_settings_ring_title">着信音</string>
    <string name="silent_mode_settings_music_title">音楽</string>
    <string name="silent_mode_settings_alarm_title">アラーム</string>
    <string name="silent_mode_settings_notification_title">通知</string>
    <string name="silent_mode_settings_bluetooth_title">Bluetooth 出力</string>
    <string name="silent_mode_settings_system_enforced_title">システム強制音</string>
    <string name="silent_mode_settings_dtmf_title">DTMF トーン</string>
    <string name="silent_mode_settings_tts_title">音声合成</string>

    <string name="silent_mode_settings_voice_call_summary">サイレントモードでアクティブな音声通話を聴かない</string>
    <string name="silent_mode_settings_system_summary">サイレントモードでシステムサウンドを消す</string>
    <string name="silent_mode_settings_ring_summary">サイレントモードで着信音を鳴らさない</string>
    <string name="silent_mode_settings_music_summary">サイレントモードで音楽を再生しない</string>
    <string name="silent_mode_settings_alarm_summary">サイレントモードでアラームを鳴らさない</string>
    <string name="silent_mode_settings_notification_summary">サイレントモードで通知音を再生しない</string>
    <string name="silent_mode_settings_bluetooth_summary">サイレントモードでbluetooth出力をしない</string>
    <string name="silent_mode_settings_system_enforced_summary">サイレントモードでシステムに必要とされるサウンドを再生しない</string>
    <string name="silent_mode_settings_dtmf_summary">サイレントモードでダイアル音を鳴らさない</string>
    <string name="silent_mode_settings_tts_summary">サイレントモードで音声合成を再生しない</string>
    <string name="dock_settings" msgid="1820107306693002541">"ドック"</string>
    <string name="dock_settings_title" msgid="9161438664257429372">"ドックの設定"</string>
    <string name="dock_audio_settings_title" msgid="3324750259959570305">"音声"</string>
+34 −0
Original line number Diff line number Diff line
@@ -950,6 +950,40 @@
    <string name="audio_record_proc_title">Noise cancellation</string>
    <!-- Sound settings screen, setting option summary text -->
    <string name="audio_record_proc_summary">Suppress background noise when speaking or recording.</string>
    <!-- Sound settings screen, setting screen option name to enter menu to choose what silent mode affects -->
    <string name="silent_mode_settings_title">Silent mode settings</string>
    <!-- Sound settings screen, setting option summary text -->
    <string name="silent_mode_settings_summary">Select which sounds are muted in silent mode.</string>

    <!-- Sound and alerts settings, silent mode submenu -->
    <!-- Screen title -->
    <string name="silent_channels_label">Select sounds muted in silent mode</string>
    <string name="silent_mode_settings_reset_to_default_title">Reset to defaults</string>
    <string name="silent_mode_settings_reset_to_default_summary"></string>
    <string name="silent_mode_settings_mute_all_title">Mute all</string>
    <string name="silent_mode_settings_mute_all_summary"></string>

    <string name="silent_mode_settings_voice_call_title">Voice calls</string>
    <string name="silent_mode_settings_system_title">System sounds</string>
    <string name="silent_mode_settings_ring_title">Call rings</string>
    <string name="silent_mode_settings_music_title">Music</string>
    <string name="silent_mode_settings_alarm_title">Alarms</string>
    <string name="silent_mode_settings_notification_title">Notifications</string>
    <string name="silent_mode_settings_bluetooth_title">Bluetooth output</string>
    <string name="silent_mode_settings_system_enforced_title">System-enforced</string>
    <string name="silent_mode_settings_dtmf_title">DTMF tones</string>
    <string name="silent_mode_settings_tts_title">Text-to-speech</string>

    <string name="silent_mode_settings_voice_call_summary">Don\'t hear active calls in silent mode.</string>
    <string name="silent_mode_settings_system_summary">Silent mode silences system sounds.</string>
    <string name="silent_mode_settings_ring_summary">Don\'t ring for incoming calls in silent mode.</string>
    <string name="silent_mode_settings_music_summary">Don\'t play music in silent mode.</string>
    <string name="silent_mode_settings_alarm_summary">Don\'t play alarms in silent mode.</string>
    <string name="silent_mode_settings_notification_summary">Don\'t play notifications in silent mode.</string>
    <string name="silent_mode_settings_bluetooth_summary">Don\'t play to bluetooth in silent mode.</string>
    <string name="silent_mode_settings_system_enforced_summary">Don\'t play required sounds in silent mode.</string>
    <string name="silent_mode_settings_dtmf_summary">Don\'t play dialing sounds in silent mode.</string>
    <string name="silent_mode_settings_tts_summary">Don\'t play text-to-speech in silent mode.</string>

    <!-- Dock settings title, top level -->
    <string name="dock_settings">Dock</string>
+111 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 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.
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
        android:key="silent_mode_settings">

        <Preference
                android:key="reset_to_default"
                android:title="@string/silent_mode_settings_reset_to_default_title"
                android:summary="@string/silent_mode_settings_reset_to_default_summary"
                android:persistent="false" />

        <Preference
                android:key="mute_all"
                android:title="@string/silent_mode_settings_mute_all_title"
                android:summary="@string/silent_mode_settings_mute_all_summary"
                android:persistent="false" />

        <!-- Don't allow disabling the voice call channel.  It doesn't make sense to do
             that and it'll probably just confuse people. -->
        <!--
        <CheckBoxPreference
                android:key="stream_voice_call"
                android:title="@string/silent_mode_settings_voice_call_title"
                android:summary="@string/silent_mode_settings_voice_call_summary"
                android:persistent="false" />
        -->
        <CheckBoxPreference
                android:key="stream_system"
                android:title="@string/silent_mode_settings_system_title"
                android:summary="@string/silent_mode_settings_system_summary"
                android:persistent="false" />

        <CheckBoxPreference
                android:key="stream_ring"
                android:title="@string/silent_mode_settings_ring_title"
                android:summary="@string/silent_mode_settings_ring_summary"
                android:persistent="false" />

        <CheckBoxPreference
                android:key="stream_music"
                android:title="@string/silent_mode_settings_music_title"
                android:summary="@string/silent_mode_settings_music_summary"
                android:persistent="false" />

        <CheckBoxPreference
                android:key="stream_alarm"
                android:title="@string/silent_mode_settings_alarm_title"
                android:summary="@string/silent_mode_settings_alarm_summary"
                android:persistent="false" />

        <CheckBoxPreference
                android:key="stream_notification"
                android:title="@string/silent_mode_settings_notification_title"
                android:summary="@string/silent_mode_settings_notification_summary"
                android:persistent="false" />

        <!-- I'm not sure exactly what this silences.  Let's hide it until it's tested
             to make sure it has any value.  It's pointless to silence a bluetooth headset. -->
        <!--
        <CheckBoxPreference
                android:key="stream_bluetooth"
                android:title="@string/silent_mode_settings_bluetooth_title"
                android:summary="@string/silent_mode_settings_bluetooth_summary"
                android:persistent="false" />
        -->

        <!-- Don't show the "system enforced" channel; users don't know what that means,
             and if we want to allow silencing the camera sound, that should be done in
             the camera settings.  Maybe we should tie this one to SYSTEM. -->
        <!--
        <CheckBoxPreference
                android:key="stream_system_enforced"
                android:title="@string/silent_mode_settings_system_enforced_title"
                android:summary="@string/silent_mode_settings_system_enforced_summary"
                android:persistent="false" />
        -->

        <!-- Hide the DTMF toggle.  DTMF sounds seem to be silenced regardless of this (they
             must be going over a different channel). -->
        <!--
        <CheckBoxPreference
                android:key="stream_dtmf"
                android:title="@string/silent_mode_settings_dtmf_title"
                android:summary="@string/silent_mode_settings_dtmf_summary"
                android:persistent="false" />
        -->

        <!-- I havn't tested this one. -->
        <!--
        <CheckBoxPreference
                android:key="stream_tts"
                android:title="@string/silent_mode_settings_tts_title"
                android:summary="@string/silent_mode_settings_tts_summary"
                android:persistent="false" />
        -->
</PreferenceScreen>
Loading