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_label, page_of):
22# These strings are concatenated to form the "Page: X of Y" string.
23# Do not translate "{{pageCount}}", it will be substituted with a number
24# representing the total number of pages.
25page_label=Page:
26page_of=of {{pageCount}}
27
28zoom_out.title=Zoom Out
29zoom_out_label=Zoom Out
30zoom_in.title=Zoom In
31zoom_in_label=Zoom In
32zoom.title=Zoom
33presentation_mode.title=Switch to Presentation Mode
34presentation_mode_label=Presentation Mode
35print.title=Print
36print_label=Print
37download.title=Download
38download_label=Download
39bookmark.title=Current view (copy or open in new window)
40bookmark_label=Current View
41
42# Secondary toolbar and context menu
43tools.title=Tools
44tools_label=Tools
45first_page.title=Go to First Page
46first_page.label=Go to First Page
47first_page_label=Go to First Page
48last_page.title=Go to Last Page
49last_page.label=Go to Last Page
50last_page_label=Go to Last Page
51page_rotate_cw.title=Rotate Clockwise
52page_rotate_cw.label=Rotate Clockwise
53page_rotate_cw_label=Rotate Clockwise
54page_rotate_ccw.title=Rotate Counterclockwise
55page_rotate_ccw.label=Rotate Counterclockwise
56page_rotate_ccw_label=Rotate Counterclockwise
57
58# Tooltips and alt text for side panel toolbar buttons
59# (the _label strings are alt text for the buttons, the .title strings are
60# tooltips)
61toggle_sidebar.title=Toggle Sidebar
62toggle_sidebar_label=Toggle Sidebar
63outline.title=Show Document Outline
64outline_label=Document Outline
65findbar.title=Find in Document
66findbar_label=Find
67
68# Find panel button title and messages
69find_label=Find:
70find_previous.title=Find the previous occurrence of the phrase
71find_previous_label=Previous
72find_next.title=Find the next occurrence of the phrase
73find_next_label=Next
74find_highlight=Highlight all
75find_match_case_label=Match case
76find_reached_top=Reached top of document, continued from bottom
77find_reached_bottom=Reached end of document, continued from top
78find_not_found=Phrase not found
79
80# Error panel labels
81error_more_info=More Information
82error_less_info=Less Information
83error_close=Close
84# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
85# replaced by the PDF.JS version and build ID.
86error_version_info=PDF.js v{{version}} (build: {{build}})
87# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
88# english string describing the error.
89error_message=Message: {{message}}
90# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
91# trace.
92error_stack=Stack: {{stack}}
93# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
94error_file=File: {{file}}
95# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
96error_line=Line: {{line}}
97rendering_error=An error occurred while rendering the page.
98
99# Predefined zoom values
100page_scale_width=Page Width
101page_scale_fit=Page Fit
102page_scale_auto=Automatic Zoom
103page_scale_actual=Actual Size
104# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
105# numerical scale value.
106page_scale_percent={{scale}}%
107
108# Loading indicator messages
109loading_error_indicator=Error
110loading_error=An error occurred while loading the PDF.
111invalid_file_error=Invalid or corrupted PDF file.
112missing_file_error=Missing PDF file.
113unexpected_response_error=Unexpected server response.
114
115# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
116# "{{type}}" will be replaced with an annotation type from a list defined in
117# the PDF spec (32000-1:2008 Table 169 – Annotation types).
118# Some common types are e.g.: "Check", "Text", "Comment", "Note"
119text_annotation_type.alt=[{{type}} Annotation]
120password_label=Enter the password to open this PDF file.
121password_invalid=Invalid password. Please try again.
122password_ok=OK
123password_cancel=Cancel
124
125printing_not_supported=Warning: Printing is not fully supported by this browser.
126printing_not_ready=Warning: The PDF is not fully loaded for printing.
127web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
128document_colors_not_allowed=PDF documents are not allowed to use their own colors: 'Allow pages to choose their own colors' is deactivated in the browser.
129