strings.xml revision 8a4bd3ab3d5893f9ac9017a2249c07b616be5453
1<?xml version="1.0" encoding="UTF-8"?>
2<!--  Copyright (C) 2013 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
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19    <string name="app_label" msgid="4469836075319831821">"Print Spooler"</string>
20    <string name="print_button" msgid="645164566271246268">"Tisk"</string>
21    <string name="save_button" msgid="1921310454071758999">"Uložit"</string>
22    <string name="label_destination" msgid="9132510997381599275">"Cíl"</string>
23    <string name="label_copies" msgid="3634531042822968308">"Kopie"</string>
24    <string name="label_paper_size" msgid="8681895607876809323">"Velikost papíru"</string>
25    <string name="label_color" msgid="1108690305218188969">"Barva"</string>
26    <string name="label_orientation" msgid="2853142581990496477">"Orientace"</string>
27    <string name="label_pages" msgid="6300874667546617333">"STRÁNKY (<xliff:g id="PAGE_COUNT">%1$s</xliff:g>)"</string>
28    <string name="pages_range_example" msgid="4069269138547562081">"např. 8, 11–13"</string>
29    <string name="print_preview" msgid="8010217796057763343">"Náhled tisku"</string>
30    <string name="install_for_print_preview" msgid="6366303997385509332">"Nainstalovat prohlížeč PDF (umožní náhled)"</string>
31    <string name="printing_app_crashed" msgid="854477616686566398">"Aplikace tisku selhala"</string>
32    <string name="page_count_unknown" msgid="6058852665954511124">"Stránky"</string>
33    <string name="generating_print_job" msgid="3119608742651698916">"Generování úlohy tisku"</string>
34    <string name="save_as_pdf" msgid="5718454119847596853">"Uložit ve formátu PDF"</string>
35    <string name="all_printers" msgid="5018829726861876202">"Všechny tiskárny…"</string>
36    <!-- no translation found for print_dialog (32628687461331979) -->
37    <skip />
38    <string name="search" msgid="5421724265322228497">"Hledat"</string>
39    <string name="all_printers_label" msgid="3178848870161526399">"Všechny tiskárny"</string>
40    <string name="add_print_service_label" msgid="5356702546188981940">"Přidat službu"</string>
41    <!-- no translation found for print_search_box_shown_utterance (7967404953901376090) -->
42    <skip />
43    <!-- no translation found for print_search_box_hidden_utterance (5727755169343113351) -->
44    <skip />
45    <!-- no translation found for print_add_printer (1088656468360653455) -->
46    <skip />
47    <!-- no translation found for print_search_result_count_utterance:one (4484953260685964252) -->
48    <!-- no translation found for print_search_result_count_utterance:other (6533817036607128241) -->
49    <string name="choose_print_service" msgid="3740309762324459694">"Zvolte službu tisku"</string>
50    <string name="print_searching_for_printers" msgid="6550424555079932867">"Vyhledávání tiskáren"</string>
51    <!-- no translation found for print_no_printers (4869403323900054866) -->
52    <skip />
53    <string name="printing_notification_title_template" msgid="295903957762447362">"Tisk úlohy <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
54    <string name="cancelling_notification_title_template" msgid="1821759594704703197">"Rušení úlohy <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
55    <string name="failed_notification_title_template" msgid="2256217208186530973">"Chyba tiskárny u úlohy <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
56    <string name="blocked_notification_title_template" msgid="1175435827331588646">"Tiskárna blokuje úlohu <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
57    <string name="cancel" msgid="4373674107267141885">"Zrušit"</string>
58    <string name="restart" msgid="2472034227037808749">"Restartovat"</string>
59    <string name="no_connection_to_printer" msgid="2159246915977282728">"Nelze se připojit k tiskárně"</string>
60    <string name="reason_unknown" msgid="5507940196503246139">"neznámé"</string>
61    <string name="printer_unavailable" msgid="2434170617003315690">"<xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> – není k dispozici"</string>
62  <string-array name="color_mode_labels">
63    <item msgid="7602948745415174937">"Černobíle"</item>
64    <item msgid="2762241247228983754">"Barevně"</item>
65  </string-array>
66  <string-array name="orientation_labels">
67    <item msgid="4061931020926489228">"Na výšku"</item>
68    <item msgid="3199660090246166812">"Na šířku"</item>
69  </string-array>
70  <string-array name="page_options_labels">
71    <item msgid="7421377442011699994">"Vše"</item>
72    <item msgid="6812869625222503603">"Rozsah"</item>
73  </string-array>
74</resources>
75