Home | History | Annotate | Download | only in values
      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 printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
     44     <string name="label_duplex">Two-sided</string>
     45 
     46     <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
     47     <string name="label_orientation">Orientation</string>
     48 
     49     <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
     50     <string name="label_pages">Pages</string>
     51 
     52     <!-- Label of the destination widget. [CHAR LIMIT=20] -->
     53     <string name="destination_default_text">Select a printer</string>
     54 
     55     <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
     56     <string name="template_all_pages">All <xliff:g id="page_count" example="100">%1$s</xliff:g></string>
     57 
     58     <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
     59     <string name="template_page_range">Range of <xliff:g id="page_count" example="100">%1$s</xliff:g></string>
     60 
     61     <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
     62     <string name="pages_range_example">e.g. 1&#8212;5,8,11&#8212;13</string>
     63 
     64     <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
     65     <string name="print_preview">Print preview</string>
     66 
     67     <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
     68     <string name="install_for_print_preview">Install PDF viewer for preview</string>
     69 
     70     <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
     71     <string name="printing_app_crashed">Printing app crashed</string>
     72 
     73     <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
     74     <string name="generating_print_job">Generating print job</string>
     75 
     76     <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
     77     <string name="save_as_pdf">Save as PDF</string>
     78 
     79     <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
     80     <string name="all_printers">All printers&#8230;</string>
     81 
     82     <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
     83     <string name="print_dialog">Print dialog</string>
     84 
     85     <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
     86     <string name="current_page_template"><xliff:g id="current_page">%1$d</xliff:g>/<xliff:g id="page_count">%2$d</xliff:g></string>
     87 
     88     <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
     89     <string name="page_description_template">Page <xliff:g id="current_page" example="1">%1$d</xliff:g>
     90         of <xliff:g id="page_count" example="100">%2$d</xliff:g></string>
     91 
     92     <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
     93     <string name="summary_template">Summary, copies <xliff:g id="copies" example="1">%1$s</xliff:g>,
     94         paper size <xliff:g id="paper_size" example="A4">%2$s</xliff:g></string>
     95 
     96     <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
     97     <string name="expand_handle">Expand handle</string>
     98 
     99     <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
    100     <string name="collapse_handle">Collapse handle</string>
    101 
    102     <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
    103     <string name="print_button">Print</string>
    104 
    105     <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
    106     <string name="savetopdf_button">Save to PDF</string>
    107 
    108     <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
    109     <string name="print_options_expanded">Print options expanded</string>
    110 
    111     <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
    112     <string name="print_options_collapsed">Print options collapsed</string>
    113 
    114     <!-- Select printer activity -->
    115 
    116     <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
    117     <string name="search">Search</string>
    118 
    119     <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
    120     <string name="all_printers_label">All printers</string>
    121 
    122     <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
    123     <string name="add_print_service_label">Add service</string>
    124 
    125     <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
    126     <string name="print_search_box_shown_utterance">Search box shown</string>
    127 
    128     <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
    129     <string name="print_search_box_hidden_utterance">Search box hidden</string>
    130 
    131     <!-- Label of add printers button when no printers are found. [CHAR LIMIT=25] -->
    132     <string name="print_add_printer">Add printer</string>
    133 
    134     <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
    135     <string name="print_select_printer">Select printer</string>
    136 
    137     <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
    138     <string name="print_forget_printer">Forget printer</string>
    139 
    140     <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
    141     <plurals name="print_search_result_count_utterance">
    142         <item quantity="one"><xliff:g id="count" example="1">%1$s</xliff:g> printer found</item>
    143         <item quantity="other"><xliff:g id="count" example="2">%1$s</xliff:g> printers found</item>
    144     </plurals>
    145 
    146     <!-- Template for an extended description of a printer. [CHAR LIMIT=50] -->
    147     <string name="printer_extended_description_template"><xliff:g id="print_service_label" example="Canon Print Service">%1$s</xliff:g> - <xliff:g id="printer_description" example="Printer under the stairs">%2$s</xliff:g></string>
    148 
    149     <!-- Description of printer info icon. [CHAR LIMIT=50] -->
    150     <string name="printer_info_desc">More information about this printer</string>
    151 
    152     <!-- Label for the notification channel that contains print jobs without problems. [CHAR LIMIT=40] -->
    153     <string name="notification_channel_progress">Running print jobs</string>
    154 
    155     <!-- Label for the notification channel that contains print jobs with problems. [CHAR LIMIT=40] -->
    156     <string name="notification_channel_failure">Failed print jobs</string>
    157 
    158     <!-- Notification that we could not create a file name for the printed PDF. [CHAR LIMIT=50] -->
    159     <string name="could_not_create_file">Could not create file</string>
    160 
    161     <!-- Notification that print services as disabled. [CHAR LIMIT=50] -->
    162     <string name="print_services_disabled_toast">Some print services are disabled</string>
    163 
    164     <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
    165     <string name="print_searching_for_printers">Searching for printers</string>
    166 
    167     <!-- Title for the prompt shown as a placeholder if there are no print services. [CHAR LIMIT=50] -->
    168     <string name="print_no_print_services">No print services enabled</string>
    169 
    170     <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
    171     <string name="print_no_printers">No printers found</string>
    172 
    173     <!-- Add printer activity -->
    174 
    175     <!-- Subtitle for services that cannot add printers. [CHAR LIMIT=50] -->
    176     <string name="cannot_add_printer">Cannot add printers</string>
    177 
    178     <!-- Subtitle for services that can add printers. [CHAR LIMIT=50] -->
    179     <string name="select_to_add_printers">Select to add printer</string>
    180 
    181     <!-- Subtitle for disabled services. [CHAR LIMIT=50] -->
    182     <string name="enable_print_service">Select to enable</string>
    183 
    184     <!-- Header for the list of enabled print services. [CHAR LIMIT=50] -->
    185     <string name="enabled_services_title">Enabled services</string>
    186 
    187     <!-- Header for the list of recommended print services. [CHAR LIMIT=50] -->
    188     <string name="recommended_services_title">Recommended services</string>
    189 
    190     <!-- Header for the list of disabled print services. [CHAR LIMIT=50] -->
    191     <string name="disabled_services_title">Disabled services</string>
    192 
    193     <!-- Label for the list item that links to the list of all print services. [CHAR LIMIT=50] -->
    194     <string name="all_services_title">All services</string>
    195 
    196     <!-- Subtitle for a print service recommendation. [CHAR LIMIT=50] -->
    197     <plurals name="print_services_recommendation_subtitle">
    198         <item quantity="one">Install to discover <xliff:g id="count" example="1">%1$s</xliff:g> printer</item>
    199         <item quantity="other">Install to discover <xliff:g id="count" example="2">%1$s</xliff:g> printers</item>
    200     </plurals>
    201 
    202     <!-- Notifications -->
    203 
    204     <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
    205     <string name="printing_notification_title_template">Printing <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
    206 
    207     <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
    208     <string name="cancelling_notification_title_template">Cancelling <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
    209 
    210     <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
    211     <string name="failed_notification_title_template">Printer error <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
    212 
    213     <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
    214     <string name="blocked_notification_title_template">Printer blocked <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
    215 
    216     <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
    217     <string name="cancel">Cancel</string>
    218 
    219     <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
    220     <string name="restart">Restart</string>
    221 
    222     <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
    223     <string name="no_connection_to_printer">No connection to printer</string>
    224 
    225     <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
    226     <string name="reason_unknown">unknown</string>
    227 
    228     <!-- Title for a warning message about security implications of using a print service,
    229          displayed as a dialog message when the user prints using a print service that has not been
    230          used before. [CHAR LIMIT=NONE] -->
    231     <string name="print_service_security_warning_title">Use
    232          <xliff:g id="service" example="My Print Service">%1$s</xliff:g>?</string>
    233 
    234     <!-- Summary for a warning message about security implications of using a print service,
    235          displayed as a dialog message when the user prints using a print service that has not been
    236          used before. [CHAR LIMIT=NONE] -->
    237     <string name="print_service_security_warning_summary">Your document may pass through one or
    238          more servers on its way to the printer.</string>
    239 
    240     <!-- Arrays -->
    241 
    242     <!-- Color mode labels. -->
    243     <string-array name="color_mode_labels">
    244         <!-- Color mode label: Monochrome color scheme, e.g. one color is used. [CHAR LIMIT=20] -->
    245         <item>Black &amp; White</item>
    246         <!-- Color mode label: Color color scheme, e.g. many colors are used. [CHAR LIMIT=20] -->
    247         <item>Color</item>
    248     </string-array>
    249 
    250     <!-- Duplex mode labels. -->
    251     <string-array name="duplex_mode_labels">
    252         <!-- Duplex mode label: No duplex supported. [CHAR LIMIT=20] -->
    253         <item>None</item>
    254         <!-- Duplex mode label: Turn page sideways along the long edge like a book. [CHAR LIMIT=20] -->
    255         <item>Long edge</item>
    256         <!-- Duplex mode label: Turn page upwards along the short edge like a notepad. [CHAR LIMIT=20] -->
    257         <item>Short edge</item>
    258     </string-array>
    259 
    260     <!-- Orientation labels. -->
    261     <string-array name="orientation_labels">
    262         <!-- Orientation label: Portrait page orientation. [CHAR LIMIT=30] -->
    263         <item>Portrait</item>
    264         <!-- Orientation label: Landscape page orientation [CHAR LIMIT=30] -->
    265         <item>Landscape</item>
    266     </string-array>
    267 
    268     <!-- Error messages -->
    269 
    270     <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
    271     <string name="print_write_error_message">Couldn\'t write to file</string>
    272 
    273     <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
    274     <string name="print_error_default_message">Sorry, that didn\'t work. Try again.</string>
    275 
    276     <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
    277     <string name="print_error_retry">Retry</string>
    278 
    279     <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
    280     <string name="print_error_printer_unavailable">This printer isn\'t available right now.</string>
    281 
    282     <!-- Message for the case when a preview of a page cannot be loaded because the printing app
    283          provided a broken print preview rendering for this page. [CHAR LIMIT=50] -->
    284     <string name="print_cannot_load_page">Can\'t display preview</string>
    285 
    286     <!-- Long running operations -->
    287 
    288     <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
    289     <string name="print_preparing_preview">Preparing preview\u2026</string>
    290 
    291 </resources>
    292