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:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 19 <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] --> 20 <string name="app_label">Print Spooler</string> 21 22 <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] --> 23 <string name="more_options_button">More options</string> 24 25 <!-- Label of the destination widget. [CHAR LIMIT=20] --> 26 <string name="label_destination">Destination</string> 27 28 <!-- Label of the copies count widget. [CHAR LIMIT=20] --> 29 <string name="label_copies">Copies</string> 30 31 <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] --> 32 <string name="label_copies_summary">Copies:</string> 33 34 <!-- Label of the paper size widget. [CHAR LIMIT=20] --> 35 <string name="label_paper_size">Paper size</string> 36 37 <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] --> 38 <string name="label_paper_size_summary">Paper size:</string> 39 40 <!-- Label of the color mode widget. [CHAR LIMIT=20] --> 41 <string name="label_color">Color</string> 42 43 <!-- Label of the orientation widget. [CHAR LIMIT=20] --> 44 <string name="label_orientation">Orientation</string> 45 46 <!-- Label of the page selection widget. [CHAR LIMIT=20] --> 47 <string name="label_pages">Pages</string> 48 49 <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] --> 50 <string name="template_all_pages">All <xliff:g id="page_count" example="100">%1$s</xliff:g></string> 51 52 <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] --> 53 <string name="template_page_range">Range of <xliff:g id="page_count" example="100">%1$s</xliff:g></string> 54 55 <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] --> 56 <string name="pages_range_example">e.g. 1—5,8,11—13</string> 57 58 <!-- Title for the pring preview button .[CHAR LIMIT=30] --> 59 <string name="print_preview">Print preview</string> 60 61 <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] --> 62 <string name="install_for_print_preview">Install PDF viewer for preview</string> 63 64 <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] --> 65 <string name="printing_app_crashed">Printing app crashed</string> 66 67 <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] --> 68 <string name="generating_print_job">Generating print job</string> 69 70 <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] --> 71 <string name="save_as_pdf">Save as PDF</string> 72 73 <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] --> 74 <string name="all_printers">All printers…</string> 75 76 <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] --> 77 <string name="print_dialog">Print dialog</string> 78 79 <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] --> 80 <string name="current_page_template"><xliff:g id="current_page">%1$d</xliff:g> 81 /<xliff:g id="page_count">%2$d</xliff:g></string> 82 83 <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] --> 84 <string name="page_description_template">Page <xliff:g id="current_page" example="1">%1$d</xliff:g> 85 of <xliff:g id="page_count" example="100">%2$d</xliff:g></string> 86 87 <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] --> 88 <string name="summary_template">Summary, copies <xliff:g id="copies" example="1">%1$s</xliff:g>, 89 paper size <xliff:g id="paper_size" example="A4">%2$s</xliff:g></string> 90 91 <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] --> 92 <string name="expand_handle">Expand handle</string> 93 94 <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] --> 95 <string name="collapse_handle">Collapse handle</string> 96 97 <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] --> 98 <string name="print_button">Print</string> 99 100 <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] --> 101 <string name="savetopdf_button">Save to PDF</string> 102 103 <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] --> 104 <string name="print_options_expanded">Print options expanded</string> 105 106 <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] --> 107 <string name="print_options_collapsed">Print options collapsed</string> 108 109 <!-- Select printer activity --> 110 111 <!-- Title for the share action bar menu item. [CHAR LIMIT=20] --> 112 <string name="search">Search</string> 113 114 <!-- Title for the select printer activity. [CHAR LIMIT=30] --> 115 <string name="all_printers_label">All printers</string> 116 117 <!-- Title of the button to install a print service. [CHAR LIMIT=25] --> 118 <string name="add_print_service_label">Add service</string> 119 120 <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] --> 121 <string name="print_search_box_shown_utterance">Search box shown</string> 122 123 <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] --> 124 <string name="print_search_box_hidden_utterance">Search box hidden</string> 125 126 <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] --> 127 <string name="print_add_printer">Add printer</string> 128 129 <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] --> 130 <string name="print_select_printer">Select printer</string> 131 132 <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] --> 133 <string name="print_forget_printer">Forget printer</string> 134 135 <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] --> 136 <plurals name="print_search_result_count_utterance"> 137 <item quantity="one"><xliff:g id="count" example="1">%1$s</xliff:g> printer found</item> 138 <item quantity="other"><xliff:g id="count" example="2">%1$s</xliff:g> printers found</item> 139 </plurals> 140 141 <!-- Add printer dialog --> 142 143 <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] --> 144 <string name="choose_print_service">Choose print service</string> 145 146 <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] --> 147 <string name="print_searching_for_printers">Searching for printers</string> 148 149 <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] --> 150 <string name="print_no_printers">No printers found</string> 151 152 <!-- Notifications --> 153 154 <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] --> 155 <string name="printing_notification_title_template">Printing <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string> 156 157 <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] --> 158 <string name="cancelling_notification_title_template">Cancelling <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string> 159 160 <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] --> 161 <string name="failed_notification_title_template">Printer error <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string> 162 163 <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] --> 164 <string name="blocked_notification_title_template">Printer blocked <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string> 165 166 <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] --> 167 <plurals name="composite_notification_title_template"> 168 <item quantity="one"><xliff:g id="print_job_name" example="foo.jpg">%1$d</xliff:g> print job</item> 169 <item quantity="other"><xliff:g id="print_job_name" example="foo.jpg">%1$d</xliff:g> print jobs</item> 170 </plurals> 171 172 <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] --> 173 <string name="cancel">Cancel</string> 174 175 <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] --> 176 <string name="restart">Restart</string> 177 178 <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] --> 179 <string name="no_connection_to_printer">No connection to printer</string> 180 181 <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] --> 182 <string name="reason_unknown">unknown</string> 183 184 <!-- Label for a printer that is not available. [CHAR LIMIT=25] --> 185 <string name="printer_unavailable"><xliff:g id="print_job_name" example="Canon-123GHT">%1$s</xliff:g> – unavailable</string> 186 187 <!-- Arrays --> 188 189 <!-- Color mode labels. --> 190 <string-array name="color_mode_labels"> 191 <!-- Color modelabel: Monochrome color scheme, e.g. one color is used. [CHAR LIMIT=20] --> 192 <item>Black & White</item> 193 <!-- Color mode label: Color color scheme, e.g. many colors are used. [CHAR LIMIT=20] --> 194 <item>Color</item> 195 </string-array> 196 197 <!-- Orientation labels. --> 198 <string-array name="orientation_labels"> 199 <!-- Orientation label: Portrait page orientation. [CHAR LIMIT=30] --> 200 <item>Portrait</item> 201 <!-- Orientation label: Landscape page orientation [CHAR LIMIT=30] --> 202 <item>Landscape</item> 203 </string-array> 204 205 <!-- Permissions --> 206 207 <!-- Title of an application permission, listed so the user can choose whether they want 208 to allow the application to do this. --> 209 <string name="permlab_accessAllPrintJobs" translatable="false">access all print jobs</string> 210 <!-- Description of an application permission, listed so the user can choose whether 211 they want to allow the application to do this. --> 212 <string name="permdesc_accessAllPrintJobs" translatable="false">Allows the holder to access 213 print jobs created by another app. Should never be needed for normal apps.</string> 214 215 <!-- Title of an application permission, listed so the user can choose whether they want 216 to allow the application to do this. --> 217 <string name="permlab_startPrintServiceConfigActivity" translatable="false">start print 218 service configuration activities</string> 219 <!-- Description of an application permission, listed so the user can choose whether they 220 want to allow the application to do this. --> 221 <string name="permdesc_startPrintServiceConfigActivity" translatable="false">Allows the 222 holder to start the configuration activities of a print service. Should never be needed 223 for normal apps.</string> 224 225 <!-- Error messages --> 226 227 <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] --> 228 <string name="print_write_error_message">Couldn\'t write to file</string> 229 230 <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] --> 231 <string name="print_error_default_message">Sorry, that didn\'t work. Try again.</string> 232 233 <!-- Label for the retry button in the error message. [CHAR LIMIT=50] --> 234 <string name="print_error_retry">Retry</string> 235 236 <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] --> 237 <string name="print_error_printer_unavailable">This printer isn\'t available right now.</string> 238 239 <!-- Long running operations --> 240 241 <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] --> 242 <string name="print_preparing_preview">Preparing preview\u2026</string> 243 244 </resources> 245