|
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) |
|
16 previous.title=Previous Page |
|
17 previous_label=Previous |
|
18 next.title=Next Page |
|
19 next_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. |
|
25 page_label=Page: |
|
26 page_of=of {{pageCount}} |
|
27 |
|
28 zoom_out.title=Zoom Out |
|
29 zoom_out_label=Zoom Out |
|
30 zoom_in.title=Zoom In |
|
31 zoom_in_label=Zoom In |
|
32 zoom.title=Zoom |
|
33 presentation_mode.title=Switch to Presentation Mode |
|
34 presentation_mode_label=Presentation Mode |
|
35 open_file.title=Open File |
|
36 open_file_label=Open |
|
37 print.title=Print |
|
38 print_label=Print |
|
39 download.title=Download |
|
40 download_label=Download |
|
41 bookmark.title=Current view (copy or open in new window) |
|
42 bookmark_label=Current View |
|
43 |
|
44 # Secondary toolbar and context menu |
|
45 tools.title=Tools |
|
46 tools_label=Tools |
|
47 first_page.title=Go to First Page |
|
48 first_page.label=Go to First Page |
|
49 first_page_label=Go to First Page |
|
50 last_page.title=Go to Last Page |
|
51 last_page.label=Go to Last Page |
|
52 last_page_label=Go to Last Page |
|
53 page_rotate_cw.title=Rotate Clockwise |
|
54 page_rotate_cw.label=Rotate Clockwise |
|
55 page_rotate_cw_label=Rotate Clockwise |
|
56 page_rotate_ccw.title=Rotate Counterclockwise |
|
57 page_rotate_ccw.label=Rotate Counterclockwise |
|
58 page_rotate_ccw_label=Rotate Counterclockwise |
|
59 |
|
60 hand_tool_enable.title=Enable hand tool |
|
61 hand_tool_enable_label=Enable hand tool |
|
62 hand_tool_disable.title=Disable hand tool |
|
63 hand_tool_disable_label=Disable hand tool |
|
64 |
|
65 # Document properties dialog box |
|
66 document_properties.title=Document Properties… |
|
67 document_properties_label=Document Properties… |
|
68 document_properties_file_name=File name: |
|
69 document_properties_file_size=File size: |
|
70 document_properties_kb={{size_kb}} KB ({{size_b}} bytes) |
|
71 document_properties_mb={{size_mb}} MB ({{size_b}} bytes) |
|
72 document_properties_title=Title: |
|
73 document_properties_author=Author: |
|
74 document_properties_subject=Subject: |
|
75 document_properties_keywords=Keywords: |
|
76 document_properties_creation_date=Creation Date: |
|
77 document_properties_modification_date=Modification Date: |
|
78 document_properties_date_string={{date}}, {{time}} |
|
79 document_properties_creator=Creator: |
|
80 document_properties_producer=PDF Producer: |
|
81 document_properties_version=PDF Version: |
|
82 document_properties_page_count=Page Count: |
|
83 document_properties_close=Close |
|
84 |
|
85 # Tooltips and alt text for side panel toolbar buttons |
|
86 # (the _label strings are alt text for the buttons, the .title strings are |
|
87 # tooltips) |
|
88 toggle_sidebar.title=Toggle Sidebar |
|
89 toggle_sidebar_label=Toggle Sidebar |
|
90 outline.title=Show Document Outline |
|
91 outline_label=Document Outline |
|
92 attachments.title=Show Attachments |
|
93 attachments_label=Attachments |
|
94 thumbs.title=Show Thumbnails |
|
95 thumbs_label=Thumbnails |
|
96 findbar.title=Find in Document |
|
97 findbar_label=Find |
|
98 |
|
99 # Thumbnails panel item (tooltip and alt text for images) |
|
100 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page |
|
101 # number. |
|
102 thumb_page_title=Page {{page}} |
|
103 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page |
|
104 # number. |
|
105 thumb_page_canvas=Thumbnail of Page {{page}} |
|
106 |
|
107 # Find panel button title and messages |
|
108 find_label=Find: |
|
109 find_previous.title=Find the previous occurrence of the phrase |
|
110 find_previous_label=Previous |
|
111 find_next.title=Find the next occurrence of the phrase |
|
112 find_next_label=Next |
|
113 find_highlight=Highlight all |
|
114 find_match_case_label=Match case |
|
115 find_reached_top=Reached top of document, continued from bottom |
|
116 find_reached_bottom=Reached end of document, continued from top |
|
117 find_not_found=Phrase not found |
|
118 |
|
119 # Error panel labels |
|
120 error_more_info=More Information |
|
121 error_less_info=Less Information |
|
122 error_close=Close |
|
123 # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be |
|
124 # replaced by the PDF.JS version and build ID. |
|
125 error_version_info=PDF.js v{{version}} (build: {{build}}) |
|
126 # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an |
|
127 # english string describing the error. |
|
128 error_message=Message: {{message}} |
|
129 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack |
|
130 # trace. |
|
131 error_stack=Stack: {{stack}} |
|
132 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename |
|
133 error_file=File: {{file}} |
|
134 # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number |
|
135 error_line=Line: {{line}} |
|
136 rendering_error=An error occurred while rendering the page. |
|
137 |
|
138 # Predefined zoom values |
|
139 page_scale_width=Page Width |
|
140 page_scale_fit=Page Fit |
|
141 page_scale_auto=Automatic Zoom |
|
142 page_scale_actual=Actual Size |
|
143 |
|
144 # Loading indicator messages |
|
145 loading_error_indicator=Error |
|
146 loading_error=An error occurred while loading the PDF. |
|
147 invalid_file_error=Invalid or corrupted PDF file. |
|
148 missing_file_error=Missing PDF file. |
|
149 |
|
150 # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. |
|
151 # "{{type}}" will be replaced with an annotation type from a list defined in |
|
152 # the PDF spec (32000-1:2008 Table 169 – Annotation types). |
|
153 # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
|
154 text_annotation_type.alt=[{{type}} Annotation] |
|
155 password_label=Enter the password to open this PDF file. |
|
156 password_invalid=Invalid password. Please try again. |
|
157 password_ok=OK |
|
158 password_cancel=Cancel |
|
159 |
|
160 printing_not_supported=Warning: Printing is not fully supported by this browser. |
|
161 printing_not_ready=Warning: The PDF is not fully loaded for printing. |
|
162 web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts. |
|
163 document_colors_disabled=PDF documents are not allowed to use their own colors: \'Allow pages to choose their own colors\' is deactivated in the browser. |