blob: 55108c1b16f7aa18b8347311359491dc2bc9fcb4 [file] [log] [blame]
The Android Open Source Project5fedae02009-03-03 19:32:15 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<resources xmlns:android="http://schemas.android.com/apk/res/android"
17 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18 <string name="app_label">"Budík"</string>
Eric Fischer9237df02009-04-07 13:55:06 -070019 <string name="add_alarm">"Přidat budík"</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080020 <string name="delete_alarm">"Smazat upozornění"</string>
21 <string name="delete_alarm_confirm">"Toto upozornění bude odstraněno."</string>
22 <string name="show_clock">"Zobrazit hodiny"</string>
23 <string name="hide_clock">"Skrýt hodiny"</string>
Eric Fischer1029f632009-03-24 21:02:49 -070024 <string name="label">"Štítek"</string>
25 <string name="default_label">"Upozornění"</string>
Eric Fischer9237df02009-04-07 13:55:06 -070026 <string name="set_alarm">"Nastavit budík"</string>
27 <string name="enable">"Zapnout budík"</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080028 <string name="alarm_vibrate">"Vibrace"</string>
29 <string name="alarm_repeat">"Opakovat"</string>
30 <string name="alert">"Vyzváněcí tón"</string>
31 <string name="time">"Čas"</string>
32 <string name="alert_title">"Upozornění"</string>
33 <string name="alarm_alert_dismiss_text">"Zavřít"</string>
34 <string name="alarm_alert_alert_silenced">"Upozornění ztišeno po uplynutí <xliff:g id="MINUTES">%d</xliff:g> min."</string>
35 <string name="alarm_alert_snooze_text">"Odložit"</string>
36 <string name="alarm_alert_snooze_set">"Upozornění odloženo o <xliff:g id="MINUTES">%d</xliff:g> min."</string>
37 <string name="alarm_alert_snooze_not_set">"Upozornění nebylo odloženo – další upozornění v <xliff:g id="TIME">%s</xliff:g>."</string>
Eric Fischer9237df02009-04-07 13:55:06 -070038 <string name="alarm_set">"Tento budík bude aktivován za: <xliff:g id="TIME_DELTA">%s</xliff:g>."</string>
Eric Fischer1029f632009-03-24 21:02:49 -070039 <string name="combiner">"<xliff:g id="XXX_0">%1$s</xliff:g><xliff:g id="XXX_1">%2$s</xliff:g><xliff:g id="XXX_2">%3$s</xliff:g><xliff:g id="XXX_3">%4$s</xliff:g><xliff:g id="XXX_4">%5$s</xliff:g>"</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080040 <string name="day">"1 den"</string>
41 <string name="days">"dní: <xliff:g id="DAYS">%s</xliff:g>"</string>
42 <string name="hour">"1 hodina"</string>
43 <string name="hours">"<xliff:g id="HOURS">%s</xliff:g> hod."</string>
44 <string name="and">" a "</string>
Eric Fischer1029f632009-03-24 21:02:49 -070045 <string name="space">" "</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080046 <string name="subminute">"méně než 1 minuta"</string>
47 <string name="minute">"1 minuta"</string>
48 <string name="minutes">"<xliff:g id="MINUTES">%s</xliff:g> min"</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080049 <string name="every_day">"Každý den"</string>
50 <string name="never">"Nikdy"</string>
51 <string name="day_concat">", "</string>
52 <string name="clock_instructions">"Vyberte hodiny, které mají být zobrazeny."</string>
53 <string name="error">"Upozornění není nastaveno"</string>
54 <string name="dberror">"Upozornění bohužel nelze nastavit."</string>
55 <string name="analog_gadget">"Analogové hodiny"</string>
Eric Fischer9237df02009-04-07 13:55:06 -070056 <string name="settings">"Nastavení"</string>
57 <string name="alarm_in_silent_mode_title">"Budík v tichém režimu"</string>
58 <string name="alarm_in_silent_mode_summary">"Aktivovat budík i v případě, že je telefon v tichém režimu."</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080059</resources>