1# Copyright 2012 Mozilla Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#     http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Main toolbar buttons (tooltips and alt text for images)
16previous.title=Previous Page
17previous_label=Previous
18next.title=Next Page
19next_label=Next
20
21# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23# representing the total number of pages in the document.
24of_pages=of {{pagesCount}}
25# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
26# will be replaced by a number representing the currently visible page,
27# respectively a number representing the total number of pages in the document.
28
29zoom_out.title=Zoom Out
30zoom_out_label=Zoom Out
31zoom_in.title=Zoom In
32zoom_in_label=Zoom In
33zoom.title=Zoom
34presentation_mode.title=Switch to Presentation Mode
35presentation_mode_label=Presentation Mode
36open_file.title=Open File
37open_file_label=Open
38print.title=Print
39print_label=Print
40download.title=Download
41download_label=Download
42bookmark.title=Current view (copy or open in new window)
43bookmark_label=Current View
44
45# Secondary toolbar and context menu
46tools.title=Tools
47tools_label=Tools
48first_page.title=Go to First Page
49first_page.label=Go to First Page
50first_page_label=Go to First Page
51last_page.title=Go to Last Page
52last_page.label=Go to Last Page
53last_page_label=Go to Last Page
54page_rotate_cw.title=Rotate Clockwise
55page_rotate_cw.label=Rotate Clockwise
56page_rotate_cw_label=Rotate Clockwise
57page_rotate_ccw.title=Rotate Counterclockwise
58page_rotate_ccw.label=Rotate Counterclockwise
59page_rotate_ccw_label=Rotate Counterclockwise
60
61
62# Document properties dialog box
63document_properties.title=Document Properties…
64document_properties_label=Document Properties…
65document_properties_file_name=File name:
66document_properties_file_size=File size:
67# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
68# will be replaced by the PDF file size in kilobytes, respectively in bytes.
69document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
70# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
71# will be replaced by the PDF file size in megabytes, respectively in bytes.
72document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
73document_properties_title=Title:
74document_properties_author=Author:
75document_properties_subject=Subject:
76document_properties_keywords=Keywords:
77document_properties_creation_date=Creation Date:
78document_properties_modification_date=Modification Date:
79# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
80# will be replaced by the creation/modification date, and time, of the PDF file.
81document_properties_date_string={{date}}, {{time}}
82document_properties_creator=Creator:
83document_properties_producer=PDF Producer:
84document_properties_version=PDF Version:
85document_properties_page_count=Page Count:
86document_properties_close=Close
87
88# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
89# a numerical per cent value.
90
91# Tooltips and alt text for side panel toolbar buttons
92# (the _label strings are alt text for the buttons, the .title strings are
93# tooltips)
94toggle_sidebar.title=Toggle Sidebar
95toggle_sidebar_label=Toggle Sidebar
96document_outline.title=Show Document Outline (double-click to expand/collapse all items)
97document_outline_label=Document Outline
98attachments.title=Show Attachments
99attachments_label=Attachments
100thumbs.title=Show Thumbnails
101thumbs_label=Thumbnails
102findbar.title=Find in Document
103
104# Thumbnails panel item (tooltip and alt text for images)
105# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
106# number.
107thumb_page_title=Page {{page}}
108# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
109# number.
110thumb_page_canvas=Thumbnail of Page {{page}}
111
112# Find panel button title and messages
113find_previous.title=Find the previous occurrence of the phrase
114find_previous_label=Previous
115find_next.title=Find the next occurrence of the phrase
116find_next_label=Next
117find_highlight=Highlight all
118find_match_case_label=Match case
119find_reached_top=Reached top of document, continued from bottom
120find_reached_bottom=Reached end of document, continued from top
121find_not_found=Phrase not found
122
123# Error panel labels
124error_more_info=More Information
125error_less_info=Less Information
126error_close=Close
127# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
128# replaced by the PDF.JS version and build ID.
129error_version_info=PDF.js v{{version}} (build: {{build}})
130# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
131# english string describing the error.
132error_message=Message: {{message}}
133# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
134# trace.
135error_stack=Stack: {{stack}}
136# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
137error_file=File: {{file}}
138# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
139error_line=Line: {{line}}
140rendering_error=An error occurred while rendering the page.
141
142# Predefined zoom values
143page_scale_width=Page Width
144page_scale_fit=Page Fit
145page_scale_auto=Automatic Zoom
146page_scale_actual=Actual Size
147# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
148# numerical scale value.
149page_scale_percent={{scale}}%
150
151# Loading indicator messages
152loading_error_indicator=Error
153loading_error=An error occurred while loading the PDF.
154invalid_file_error=Invalid or corrupted PDF file.
155missing_file_error=Missing PDF file.
156unexpected_response_error=Unexpected server response.
157
158# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
159# "{{type}}" will be replaced with an annotation type from a list defined in
160# the PDF spec (32000-1:2008 Table 169 – Annotation types).
161# Some common types are e.g.: "Check", "Text", "Comment", "Note"
162text_annotation_type.alt=[{{type}} Annotation]
163password_label=Enter the password to open this PDF file.
164password_invalid=Invalid password. Please try again.
165password_ok=OK
166
167printing_not_supported=Warning: Printing is not fully supported by this browser.
168printing_not_ready=Warning: The PDF is not fully loaded for printing.
169web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
170document_colors_not_allowed=PDF documents are not allowed to use their own colours: “Allow pages to choose their own colours” is deactivated in the browser.
171