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

Commit e5ce655b authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

android-2.1_r1 snapshot

parent 6310fa9a
Loading
Loading
Loading
Loading
+21 −11
Original line number Diff line number Diff line
@@ -488,6 +488,16 @@
            </intent-filter>
        </activity>

        <receiver
            android:name=".bluetooth.DockEventReceiver">
            <intent-filter>
                <action android:name="android.intent.action.DOCK_EVENT" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </receiver>

        <service android:name=".bluetooth.DockService" />

        <activity android:name=".bluetooth.RequestPermissionActivity"
                  android:label="@string/bluetooth_permission_request"
                  android:excludeFromRecents="true"
+24 −0
Original line number Diff line number Diff line
<?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.
-->

<CheckBox
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/remember"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="@string/bluetooth_dock_settings_remember"
    android:focusable="true"
    android:clickable="true" />
+2 −2
Original line number Diff line number Diff line
@@ -44,9 +44,9 @@
  </string-array>
  <string-array name="tts_rate_entries">
    <item msgid="6041212618892492920">"Velmi pomalá"</item>
    <item msgid="2361722960903353554">"Nízká"</item>
    <item msgid="2361722960903353554">"Pomalá"</item>
    <item msgid="1145554631248513562">"Běžná"</item>
    <item msgid="7553665153391107454">"Vysoká"</item>
    <item msgid="7553665153391107454">"Rychlá"</item>
    <item msgid="2538100882620724753">"Velmi rychlá"</item>
  </string-array>
  <string-array name="tts_pitch_entries">
+20 −10
Original line number Diff line number Diff line
@@ -285,6 +285,11 @@
    <string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Umožňuje připojení zvukového média"</string>
    <string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Umožňuje připojení náhlavní soupravy"</string>
    <string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Použít pro přenos souborů"</string>
    <string name="bluetooth_dock_settings" msgid="3218335822716052885">"Nastavení doku"</string>
    <string name="bluetooth_dock_settings_title" msgid="5543069893044375188">"Použít zvuk doku"</string>
    <string name="bluetooth_dock_settings_headset" msgid="1001821426078644650">"Jako telefon pro hlasitý poslech"</string>
    <string name="bluetooth_dock_settings_a2dp" msgid="8791004998846630574">"Pro hudbu a média"</string>
    <string name="bluetooth_dock_settings_remember" msgid="5551459057010609115">"Zapamatovat nastavení"</string>
    <string name="wifi" msgid="1081550856200013637">"WiFi"</string>
    <string name="wifi_quick_toggle_title" msgid="874495178395350104">"WiFi"</string>
    <string name="wifi_quick_toggle_summary" msgid="1047950931623694366">"Zapnout WiFi"</string>
@@ -397,12 +402,16 @@
    <string name="vibrate_summary" msgid="5224303668448643275">"Při příchozím hovoru vibrovat"</string>
    <string name="notification_sound_title" msgid="6316316069880531693">"Tón oznámení"</string>
    <string name="notification_sound_summary" msgid="7628081155578496618">"Umožňuje nastavit výchozí tón oznámení"</string>
    <string name="notification_pulse_title" msgid="1247988024534030629">"Blikat kontrolkou oznámení"</string>
    <string name="notification_pulse_summary" msgid="6899220780534617152">"Při nových oznámeních opakovaně zablikat osvětlením trackballu"</string>
    <string name="incoming_call_volume_title" msgid="6144314834963494752">"Hlasitost příchozího hovoru"</string>
    <string name="notification_volume_title" msgid="3363351773121138717">"Hlasitost oznámení"</string>
    <string name="checkbox_notification_same_as_incoming_call" msgid="1073644356290338921">"Použije hlasitost příchozích hovorů také pro oznámení"</string>
    <string name="notification_sound_dialog_title" msgid="7057274209079144726">"Zvolit vyzváněcí tón oznámení"</string>
    <string name="media_volume_title" msgid="7844516127427195383">"Hlasitost médií"</string>
    <string name="media_volume_summary" msgid="5363248930648849974">"Umožňuje nastavit hlasitost hudby a videí"</string>
    <string name="dock_settings_title" msgid="5121296855098055941">"Zvuk doku"</string>
    <string name="dock_settings_summary" msgid="455802113668982481">"Nastavení zvuku pro připojený dok"</string>
    <string name="dtmf_tone_enable_title" msgid="1453831168789523185">"Dotyky jsou provázeny zvuky"</string>
    <string name="dtmf_tone_enable_summary_on" msgid="3028201873989887327">"Tlačítka číselníku jsou provázena zvuky"</string>
    <string name="dtmf_tone_enable_summary_off" msgid="7791065951268525678">"Tlačítka číselníku jsou provázena zvuky"</string>
@@ -415,6 +424,8 @@
    <string name="play_media_notification_sounds_enable_title" msgid="1008791464029179529">"Oznámení karty SD"</string>
    <string name="play_media_notification_sounds_enable_summary_on" msgid="7675466959375667370">"Přehrát zvuk při oznámení karty SD"</string>
    <string name="play_media_notification_sounds_enable_summary_off" msgid="8672617597028744693">"Přehrát zvuk při oznámení karty SD"</string>
    <string name="audio_record_proc_title" msgid="4271091199976457534">"Potlačení hluku"</string>
    <string name="audio_record_proc_summary" msgid="8113628457499616498">"Při hovoru nebo nahrávání potlačí okolní hluk."</string>
    <string name="sync_settings" msgid="9186125469300013491">"Účty a synchronizace"</string>
    <string name="sync_settings_summary" msgid="2962179505214965667">"Umožňuje přidat nebo odebrat účty a změnit jejich nastavení"</string>
    <string name="search_settings" msgid="1910951467596035063">"Vyhledávání"</string>
@@ -607,7 +618,7 @@
    <string name="skip_button_label" msgid="8680422740354436943">"Zrušit"</string>
    <string name="next_button_label" msgid="8890792540116568321">"Další"</string>
    <string name="lock_title" msgid="4059246467204273930">"Zabezpečení telefonu"</string>
    <string name="lock_intro_message" msgid="9100785646737118042"><font size="17">"Vytvořte si osobní gesto odemknutí a chraňte tak svůj telefon před nepovoleným použitím. "\n<font height="17">\n</font><b>"1"</b>"  Na dalším snímku uvidíte příklad takového gesta. "\n<font height="17">\n</font><b>"2"</b>"  Až budete připraveni, proveďte své osobní gesto odemknutí. Vyzkoušejte více gest, ale vždy spojte alespoň čtyři tečky. "\n<font height="17">\n</font><b>"3"</b>"  Opakujte gesto a tím jej potvrďte. "\n<font height="17">\n</font><b>"Jste připraveni začít? Dotkněte se tlačítka Další "</b>". "\n<font height="3">\n</font>"Chcete-li ponechat telefon nezabezpečený, dotkněte se tlačítka Storno."</font></string>
    <string name="lock_intro_message" msgid="9100785646737118042"><font size="17">"Vytvořte si osobní bezpečnostní gesto a chraňte tak svůj telefon před nepovoleným použitím. "\n<font height="17">\n</font><b>"1"</b>"  Příklad takového gesta uvidíte na dalším snímku. "\n<font height="17">\n</font><b>"2"</b>"  Až budete připraveni, nakreslete své osobní bezpečnostní gesto. Vyzkoušejte více gest, ale vždy spojte alespoň čtyři tečky. "\n<font height="17">\n</font><b>"3"</b>"  Gesto zopakujte a tím jej potvrďte. "\n<font height="17">\n</font><b>"Jste připraveni začít? Dotkněte se tlačítka Další"</b>". "\n<font height="3">\n</font>"Chcete-li ponechat telefon nezabezpečený, dotkněte se tlačítka Zrušit."</font></string>
    <string name="lock_example_title" msgid="8052305554017485410">"Příklad gesta"</string>
    <string name="lock_example_message" msgid="1838650097090632706">"Spojte alespoň čtyři tečky."\n" "\n"Až budete připraveni provést vlastní gesto, dotkněte se tlačítka Další."</string>
    <string name="manageapplications_settings_title" msgid="5712405848153426706">"Správa aplikací"</string>
@@ -634,7 +645,7 @@
    <string name="clear_user_data_text" msgid="5597622864770098388">"Vymazat data"</string>
    <string name="app_factory_reset" msgid="6635744722502563022">"Odinstalovat aktualizace"</string>
    <string name="auto_launch_enable_text" msgid="2630656657744196691">"Aplikace byla nastavena, aby se pro některé akce spouštěla jako výchozí."</string>
    <string name="auto_launch_disable_text" msgid="7800385822185540166">"Žádná výchozí nastavení."</string>
    <string name="auto_launch_disable_text" msgid="7800385822185540166">"Není výchozí pro žádné akce."</string>
    <string name="clear_activities" msgid="7408923511535174430">"Vymazat výchozí nastavení"</string>
    <string name="unknown" msgid="1592123443519355854">"Neznámé"</string>
    <string name="sort_order_alpha" msgid="8622029358896599842">"Řadit"</string>
@@ -664,15 +675,15 @@
    <string name="empty_list_msg" msgid="2901049162265094971">"Žádné aplikace třetích stran nejsou nainstalovány."</string>
    <string name="version_text" msgid="9189073826278676425">"verze <xliff:g id="VERSION_NUM">%1$s</xliff:g>"</string>
    <string name="runningservices_settings_title" msgid="8097287939865165213">"Spuštěné služby"</string>
    <string name="runningservices_settings_summary" msgid="854608995821032748">"Zobrazit a ovládat aktuálně spuštěné služby"</string>
    <string name="runningservices_settings_summary" msgid="854608995821032748">"Umožňuje zobrazit a ovládat aktuálně spuštěné služby"</string>
    <string name="service_restarting" msgid="2242747937372354306">"Probíhá restartování"</string>
    <string name="no_running_services" msgid="6981216347270280598">"Žádné spuštěné služby"</string>
    <string name="confirm_stop_service" msgid="5700448757318301681">"Zastavit službu?"</string>
    <string name="confirm_stop_service_msg" msgid="1202118456282395730">"Služba vypnuta, dokud nebude znovu spuštěna. To může mít nežádoucí vliv na chování aplikace <xliff:g id="APPLICATION">%1$s</xliff:g>."</string>
    <string name="confirm_stop_service_msg" msgid="1166661293369421272">"Služba zůstane vypnutá, dokud nebude znovu spuštěna. To může mít nežádoucí vliv na aplikaci <xliff:g id="APPLICATION">%1$s</xliff:g>."</string>
    <string name="confirm_stop_stop" msgid="7382363913280993331">"Zastavit"</string>
    <string name="confirm_stop_cancel" msgid="206495326622692381">"Zrušit"</string>
    <string name="service_started_by_app" msgid="8432097226392386802">"Spuštěno aplikací, zastavte dotykem"</string>
    <string name="service_client_name" msgid="2337664610975074717">"<xliff:g id="CLIENT_NAME">%1$s</xliff:g>: spravovat dotykem"</string>
    <string name="service_started_by_app" msgid="8432097226392386802">"Spuštěno aplikací: dotykem zastavíte"</string>
    <string name="service_client_name" msgid="2337664610975074717">"<xliff:g id="CLIENT_NAME">%1$s</xliff:g>: dotykem otevřete správu"</string>
    <string name="service_background_processes" msgid="5158600475629177758">"K dispozici: <xliff:g id="FREE">%2$s</xliff:g> + <xliff:g id="MEMORY">%3$s</xliff:g> v <xliff:g id="COUNT">%1$d</xliff:g>"</string>
    <string name="service_foreground_processes" msgid="4013890350284680796">"Ostatní: <xliff:g id="MEMORY">%2$s</xliff:g> v <xliff:g id="COUNT">%1$d</xliff:g>"</string>
    <string name="service_process_name" msgid="8630408984456958400">"Proces: <xliff:g id="PROCESS">%1$s</xliff:g>"</string>
@@ -832,7 +843,7 @@
    <string name="battery_sugg_apps_gps" msgid="4145005297393800223">"Nepoužíváte-li systém GPS, vypněte jej."</string>
    <string name="battery_sugg_apps_settings" msgid="8021302847272481168">"Tato aplikace může nabízet nastavení pro snížení využití baterie"</string>
    <string name="menu_stats_unplugged" msgid="8296577130840261624">"<xliff:g id="UNPLUGGED">%1$s</xliff:g> od odpojení"</string>
    <string name="menu_stats_last_unplugged" msgid="5922246077592434526">"Při posledním odpojení pro <xliff:g id="UNPLUGGED">%1$s</xliff:g>"</string>
    <string name="menu_stats_last_unplugged" msgid="5922246077592434526">"Od posledního odpojení (<xliff:g id="UNPLUGGED">%1$s</xliff:g>)"</string>
    <string name="menu_stats_total" msgid="8973377864854807854">"Využití baterie celkem"</string>
    <string name="menu_stats_refresh" msgid="1676215433344981075">"Obnovit"</string>
    <string name="process_kernel_label" msgid="3916858646836739323">"OS Android"</string>
@@ -848,7 +859,7 @@
    <string name="tts_default_pitch_title" msgid="6135942113172488671">"Výška"</string>
    <string name="tts_default_pitch_summary" msgid="1328298665182885277">"Určuje rejstřík mluveného textu"</string>
    <string name="tts_default_lang_title" msgid="8018087612299820556">"Jazyk"</string>
    <string name="tts_default_lang_summary" msgid="5219362163902707785">"Nastavuje hlas mluveného textu odpovídající danému jazyku"</string>
    <string name="tts_default_lang_summary" msgid="5219362163902707785">"Nastavení jazyka hlasu pro mluvený text"</string>
    <string name="tts_play_example_title" msgid="7094780383253097230">"Poslechnout příklad"</string>
    <string name="tts_play_example_summary" msgid="8029071615047894486">"Přehrát krátkou ukázku syntézy řeči"</string>
    <string name="tts_install_data_title" msgid="4264378440508149986">"Nainstalovat hlasová data"</string>
@@ -974,6 +985,5 @@
    <string name="backup_settings_title" msgid="2968262658155327829">"Zálohovat moje nastavení"</string>
    <string name="backup_erase_dialog_title" msgid="6028429904055779443">"Zálohování nastavení"</string>
    <string name="backup_erase_dialog_message" msgid="9096433810456900531">"Opravdu chcete zastavit zálohování svých nastavení a vymazat všechny kopie na serverech Google?"</string>
    <!-- no translation found for untitled_apn (1230060359198685513) -->
    <skip />
    <string name="untitled_apn" msgid="1230060359198685513">"Bez názvu"</string>
</resources>
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
    <item msgid="7156442995039264948">"30 minutter"</item>
  </string-array>
  <string-array name="tts_rate_entries">
    <item msgid="6041212618892492920">"Meget langsomt"</item>
    <item msgid="6041212618892492920">"Meget langsom"</item>
    <item msgid="2361722960903353554">"Langsom"</item>
    <item msgid="1145554631248513562">"Normal"</item>
    <item msgid="7553665153391107454">"Hurtig"</item>
@@ -120,7 +120,7 @@
  <string-array name="emergency_tone_entries">
    <item msgid="5165439859689033665">"Fra"</item>
    <item msgid="3165868966179561687">"Underretning"</item>
    <item msgid="6038758039030476855">"Vibrer"</item>
    <item msgid="6038758039030476855">"Vibration"</item>
  </string-array>
  <string-array name="apn_auth_entries">
    <item msgid="3856896061242872146">"Ingen"</item>
Loading