1<?xml version="1.0" encoding="utf-8"?><!--
2  Copyright 2024 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 password dialog [CHAR LIMIT=40] -->
20    <string name="title_dialog_password">This file is protected</string>
21
22    <!-- Label of the password field [CHAR LIMIT=40] -->
23    <string name="label_password_first">Password</string>
24
25    <!-- Label of the password field when incorrect (retrying) [CHAR LIMIT=40] -->
26    <string name="label_password_incorrect">Wrong password. Try again.</string>
27
28    <!-- Button for the password dialog: Exit (exits the app). [CHAR LIMIT=16] -->
29    <string name="button_cancel">Cancel</string>
30
31    <!-- Button for the password dialog: Open (open the document). [CHAR LIMIT=16] -->
32    <string name="button_open">Open</string>
33
34    <!-- Content description of the password input field [CHAR LIMIT=50] -->
35    <string name="desc_password">password field</string>
36
37    <!-- Content description of the alert icon when password is incorrect [CHAR LIMIT=50] -->
38    <string name="desc_password_incorrect">password incorrect</string>
39
40    <!-- Content description for message announced to accessibility services when the password entered was incorrect [CHAR LIMIT=50] -->
41    <string name="desc_password_incorrect_message">Wrong password. Try again.</string>
42
43    <!-- Label for displaying the current page, e.g. "1 / 500 [CHAR LIMIT=20] -->
44    <string name="label_page_single"><xliff:g example="1" id="page">%1$d</xliff:g> / <xliff:g example="500" id="total">%2$d</xliff:g></string>
45
46    <!-- Label description of the current page display, e.g. "page 1 of 500" [CHAR LIMIT=50] -->
47    <string name="desc_page_single">page <xliff:g example="1" id="page">%1$d</xliff:g> of <xliff:g example="500" id="total">%2$d</xliff:g></string>
48
49    <!-- Label description of the current zoom display, e.g. "zoom 66 percent". If you choose to use
50         the '%' sign instead of the word 'percent', use double percent, '%%'. [CHAR LIMIT=40] -->
51    <string name="desc_zoom">zoom <xliff:g example="66" id="first">%1$d</xliff:g> percent</string>
52
53    <!-- Content description for a go-to within a document.
54        The link destination is to another page within the document itself. [CHAR LIMIT=20] -->
55    <string name="desc_goto_link">Go to page <xliff:g example="12" id="page_number">%1$d</xliff:g></string>
56
57    <!-- Content description for a page of a paginated document, eg "page 3". [CHAR LIMIT=50] -->
58    <string name="desc_page">Page <xliff:g example="3" id="page">%1$d</xliff:g></string>
59
60    <!-- Content description for an empty page of a paginated document -->
61    <string name="desc_empty_page">Empty page</string>
62
63    <!-- Content description for a page with its page number and corresponding text content -->
64    <string name="desc_page_with_text">Page <xliff:g example="3" id="page_number">%1$d</xliff:g>: <xliff:g example="This is the text" id="page_text">%2$s</xliff:g></string>
65
66    <!-- Error message when file format isn't valid PDF. [CHAR LIMIT=60] -->
67    <string name="error_file_format_pdf">Cannot display PDF ("<xliff:g example="Treasure Island" id="title">%1$s</xliff:g>" is of invalid format)</string>
68
69    <!-- Error message when there is an error on one page. [CHAR LIMIT=60] -->
70    <string name="error_on_page">Cannot display page <xliff:g example="3" id="page">%1$d</xliff:g>
71        (file error)</string>
72
73    <!-- Content description for a web link within a document that has been shortened to only include the domain.
74         The entire URL is too long to read aloud, but the user should know that it is a link and the domain of the webpage that it links to. [CHAR LIMIT=40] -->
75    <string name="desc_web_link_shortened_to_domain">Link: webpage at <xliff:g example="www.example.com" id="destination_domain">%1$s</xliff:g></string>
76
77    <!-- Content description for a web link within a document.
78       The link destination will also be included in the description, so this label only contains the word "link" to give the user context. [CHAR LIMIT=20] -->
79    <string name="desc_web_link">Link: <xliff:g example="www.example.com/page1.html" id="destination">%1$s</xliff:g></string>
80
81    <!-- Content description for an email address link within the document.
82        The email address will also be included in the description, so this label only contains the word "email" to give the user context. [CHAR LIMIT=40] -->
83    <string name="desc_email_link">Email: <xliff:g example="larry@example.com" id="email_address">%1$s</xliff:g></string>
84
85    <!-- Content description for a phone number link within the document. "Phone" refers to generic term.
86         The phone number will also be included in the description, so this label only contains the word "phone" to give the user context. [CHAR LIMIT=40] -->
87    <string name="desc_phone_link">Phone: <xliff:g example="012-555-1234" id="phone_number">%1$s</xliff:g></string>
88
89    <!-- Content description for the draggable handle at the start of the selected text. [CHAR LIMIT=50] -->
90    <string name="desc_selection_start">selection start</string>
91
92    <!-- Content description for the draggable handle at the end of the selected text. [CHAR LIMIT=50] -->
93    <string name="desc_selection_stop">selection end</string>
94
95    <!-- Label for displaying the current page range, e.g. "1-5 / 500" [CHAR LIMIT=20] -->
96    <string name="label_page_range"><xliff:g example="1" id="first">%1$d</xliff:g>-<xliff:g example="5" id="last">%2$d</xliff:g> / <xliff:g example="500" id="total">%3$d</xliff:g></string>
97
98    <!-- Label description of the current page range display, e.g. "pages 1 to 5 of 500" [CHAR LIMIT=50] -->
99    <string name="desc_page_range">pages <xliff:g example="1" id="first">%1$d</xliff:g> to <xliff:g example="5" id="last">%2$d</xliff:g> of <xliff:g example="500" id="total">%3$d</xliff:g></string>
100
101    <!-- Content description for an image within a document that contains alt text.
102         The alt text will also be included in the description, so this label only contains the word "image" to give the user context. [CHAR LIMIT=20] -->
103    <string name="desc_image_alt_text">Image: <xliff:g example="A wolf howling in front of the moon" id="alt_text">%1$s</xliff:g></string>
104
105    <!-- Hint text: Placeholder text shown in search box until the user enters query text. [CHAR LIMIT=20] -->
106    <string name="hint_find">Find in file</string>
107
108    <!-- Content description for previous button in find in file menu -->
109    <string name="previous_button_description">Previous</string>
110
111    <!-- Content description for next button in find in file menu -->
112    <string name="next_button_description">Next</string>
113
114    <!-- Content description for close button in find in file menu -->
115    <string name="close_button_description">Close</string>
116
117    <!-- Message to show which match is selected out of how many matches when searching for query text inside the file.
118      e.g. "3 of 12" meaning "match 3 is selected, out of 12 matches" [CHAR LIMIT=10] -->
119    <string name="message_match_status"><xliff:g id="position" example="3">%1$d</xliff:g> / <xliff:g id="total" example="12">%2$d</xliff:g></string>
120
121    <!-- Content description for the match status, indicating which match is selected out of the total number of matches
122    when searching for a query text within the file. -->
123    <string name="match_status_description"><xliff:g id="position" example="3">%1$d</xliff:g> of <xliff:g id="total" example="12">%2$d</xliff:g></string>
124
125    <!-- Message to show when no matches occur when searching for query text inside the file -->
126    <string name="message_no_match_status">No matching results</string>
127
128    <!-- Content description for edit fab button -->
129    <string name="action_edit">Edit file</string>
130
131    <!-- Content description for search fab button -->
132    <string name="action_search">Search file</string>
133
134    <!-- Content description for scroll bar -->
135    <string name="scrollbar_description">Scrollbar</string>
136
137    <!-- Text for an error indicator that is displayed when the file is password protected and the
138        password dialog has been dismissed without entering a correct password. [CHAR LIMIT=100] -->
139    <string name="password_not_entered">Enter password to unlock</string>
140
141    <!-- Text for retrying an action the user tried to attempt. For example, we tried to
142       load a file, but there was a problem (e.g. device was offline). So we show the user a button with
143       this "retry" text to try and fetch the file again. [CHAR LIMIT=20] -->
144    <string name="retry_button_text">Retry</string>
145
146    <!-- Exception message when unable to process PDF document -->
147    <string name="pdf_error">Failed to process the PDF document!</string>
148
149    <!-- Exception message when the process was unable to access the file -->
150    <string name="file_error">Failed to open the file. Possible permission issue?</string>
151
152    <!-- Exception message when a page is unable to load in the document -->
153    <string name="page_broken">Page broken for the PDF document</string>
154
155    <!-- Exception message when the PDF document was insufficient file contents -->
156    <string name="needs_more_data">Insufficient data for processing the PDF document</string>
157
158    <!-- Error Message on PDF File Load Error -->
159    <string name="error_cannot_open_pdf">Can\'t open PDF file</string>
160
161    <!-- Error Message on Failure to start Edit Mode -->
162    <string name="cannot_edit_pdf">This PDF can\'t be edited</string>
163
164    <!-- User visible label attached to text copied from a PDF when submitting it to the system
165         clipboard -->
166    <string name="clipboard_label">Content copied from PDF</string>
167
168    <!-- Content description of the fast scroller thumb -->
169    <string name="fast_scroller_thumb">Scroll Bar</string>
170</resources>
171