|
20 | 20 | <!-- Label of the destination widget. [CHAR LIMIT=20] --> |
21 | 21 | <!-- Label of the copies count widget. [CHAR LIMIT=20] --> |
22 | 22 | <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] --> |
| 23 | + <string name="label_copies_summary">Kopioj:</string> |
23 | 24 | <!-- Label of the paper size widget. [CHAR LIMIT=20] --> |
24 | 25 | <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] --> |
25 | 26 | <!-- Label of the color mode widget. [CHAR LIMIT=20] --> |
|
35 | 36 | <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] --> |
36 | 37 | <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] --> |
37 | 38 | <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] --> |
| 39 | + <string name="all_printers">Ĉiuj presiloj…</string> |
38 | 40 | <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] --> |
39 | 41 | <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] --> |
40 | 42 | <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] --> |
41 | 43 | <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] --> |
42 | 44 | <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] --> |
43 | 45 | <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] --> |
44 | 46 | <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] --> |
| 47 | + <string name="print_button">Presi</string> |
45 | 48 | <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] --> |
46 | 49 | <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] --> |
47 | 50 | <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] --> |
48 | 51 | <!-- Select printer activity --> |
49 | 52 | <!-- Title for the share action bar menu item. [CHAR LIMIT=20] --> |
| 53 | + <string name="search">Serĉi</string> |
50 | 54 | <!-- Title for the select printer activity. [CHAR LIMIT=30] --> |
| 55 | + <string name="all_printers_label">Ĉiuj presiloj</string> |
51 | 56 | <!-- Title of the button to install a print service. [CHAR LIMIT=25] --> |
| 57 | + <string name="add_print_service_label">Aldoni servon</string> |
52 | 58 | <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] --> |
53 | 59 | <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] --> |
54 | 60 | <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] --> |
| 61 | + <string name="print_add_printer">Aldoni presilon</string> |
55 | 62 | <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] --> |
| 63 | + <string name="print_select_printer">Elekti presilon</string> |
56 | 64 | <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] --> |
| 65 | + <string name="print_forget_printer">Forgesi presilon</string> |
57 | 66 | <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] --> |
58 | 67 | <!-- Add printer dialog --> |
59 | 68 | <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] --> |
|
66 | 75 | <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] --> |
67 | 76 | <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] --> |
68 | 77 | <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] --> |
| 78 | + <string name="cancel">Nuligi</string> |
69 | 79 | <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] --> |
70 | 80 | <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] --> |
71 | 81 | <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] --> |
| 82 | + <string name="reason_unknown">nekonata</string> |
72 | 83 | <!-- Label for a printer that is not available. [CHAR LIMIT=25] --> |
73 | 84 | <!-- Arrays --> |
74 | 85 | <!-- Color mode labels. --> |
| 86 | + <string-array name="color_mode_labels"> |
| 87 | + <!-- Color mode label: Monochrome color scheme, e.g. one color is used. [CHAR LIMIT=20] --> |
| 88 | + <item>Black & White</item> |
| 89 | + <!-- Color mode label: Color color scheme, e.g. many colors are used. [CHAR LIMIT=20] --> |
| 90 | + <item>Koloro</item> |
| 91 | + </string-array> |
75 | 92 | <!-- Duplex mode labels. --> |
76 | 93 | <!-- Orientation labels. --> |
77 | 94 | <!-- Permissions --> |
|
0 commit comments