2012-11-08 06:05:50 +09:00
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
2012-06-01 05:56:38 +09:00
# Main toolbar buttons (tooltips and alt text for images)
2012-05-05 03:13:29 +09:00
previous.title = Previous Page
2012-06-01 05:56:38 +09:00
previous_label = Previous
2012-05-05 03:13:29 +09:00
next.title = Next Page
2012-06-01 05:56:38 +09:00
next_label = Next
2012-06-05 08:48:59 +09:00
2016-01-28 21:02:17 +09:00
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title = Page
2016-01-23 21:56:56 +09:00
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
2016-01-28 21:02:17 +09:00
# representing the total number of pages in the document.
2016-01-23 21:56:56 +09:00
of_pages = of {{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
2016-11-01 07:14:22 +09:00
page_of_pages = ({{pageNumber}} of {{pagesCount}})
2012-06-05 08:48:59 +09:00
2012-05-02 22:51:52 +09:00
zoom_out.title = Zoom Out
2012-06-01 05:56:38 +09:00
zoom_out_label = Zoom Out
2012-05-02 22:51:52 +09:00
zoom_in.title = Zoom In
2012-06-01 05:56:38 +09:00
zoom_in_label = Zoom In
zoom.title = Zoom
2012-09-21 23:35:18 +09:00
presentation_mode.title = Switch to Presentation Mode
presentation_mode_label = Presentation Mode
2012-06-01 05:56:38 +09:00
open_file.title = Open File
2013-09-16 05:50:50 +09:00
open_file_label = Open
2013-09-05 06:48:31 +09:00
print.title = Print
print_label = Print
2012-06-01 05:56:38 +09:00
download.title = Download
download_label = Download
bookmark.title = Current view (copy or open in new window)
bookmark_label = Current View
2013-09-05 06:48:31 +09:00
# Secondary toolbar and context menu
tools.title = Tools
tools_label = Tools
first_page.title = Go to First Page
first_page.label = Go to First Page
first_page_label = Go to First Page
last_page.title = Go to Last Page
last_page.label = Go to Last Page
last_page_label = Go to Last Page
page_rotate_cw.title = Rotate Clockwise
page_rotate_cw.label = Rotate Clockwise
page_rotate_cw_label = Rotate Clockwise
page_rotate_ccw.title = Rotate Counterclockwise
page_rotate_ccw.label = Rotate Counterclockwise
page_rotate_ccw_label = Rotate Counterclockwise
2016-09-07 20:30:26 +09:00
cursor_text_select_tool.title = Enable Text Selection Tool
cursor_text_select_tool_label = Text Selection Tool
cursor_hand_tool.title = Enable Hand Tool
cursor_hand_tool_label = Hand Tool
2013-10-03 05:09:43 +09:00
2018-05-15 12:10:32 +09:00
scroll_vertical.title = Use Vertical Scrolling
scroll_vertical_label = Vertical Scrolling
scroll_horizontal.title = Use Horizontal Scrolling
scroll_horizontal_label = Horizontal Scrolling
scroll_wrapped.title = Use Wrapped Scrolling
scroll_wrapped_label = Wrapped Scrolling
2018-05-15 12:10:32 +09:00
spread_none.title = Do not join page spreads
spread_none_label = No Spreads
spread_odd.title = Join page spreads starting with odd-numbered pages
spread_odd_label = Odd Spreads
spread_even.title = Join page spreads starting with even-numbered pages
spread_even_label = Even Spreads
2014-01-22 08:07:07 +09:00
# Document properties dialog box
2014-01-23 08:30:48 +09:00
document_properties.title = Document Properties…
document_properties_label = Document Properties…
2014-01-22 08:07:07 +09:00
document_properties_file_name = File name:
document_properties_file_size = File size:
2015-08-19 20:08:56 +09:00
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
2014-01-23 08:30:48 +09:00
document_properties_kb = {{size_kb}} KB ({{size_b}} bytes)
2015-08-19 20:08:56 +09:00
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes.
2014-01-23 08:30:48 +09:00
document_properties_mb = {{size_mb}} MB ({{size_b}} bytes)
2014-01-22 08:07:07 +09:00
document_properties_title = Title:
document_properties_author = Author:
document_properties_subject = Subject:
document_properties_keywords = Keywords:
document_properties_creation_date = Creation Date:
document_properties_modification_date = Modification Date:
2015-08-19 20:08:56 +09:00
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
# will be replaced by the creation/modification date, and time, of the PDF file.
2014-01-22 08:07:07 +09:00
document_properties_date_string = {{date}}, {{time}}
document_properties_creator = Creator:
document_properties_producer = PDF Producer:
document_properties_version = PDF Version:
document_properties_page_count = Page Count:
2018-03-09 02:23:47 +09:00
document_properties_page_size = Page Size:
2018-03-20 21:30:55 +09:00
document_properties_page_size_unit_inches = in
document_properties_page_size_unit_millimeters = mm
2018-03-20 21:58:55 +09:00
document_properties_page_size_orientation_portrait = portrait
document_properties_page_size_orientation_landscape = landscape
2018-03-20 22:26:49 +09:00
document_properties_page_size_name_a3 = A3
document_properties_page_size_name_a4 = A4
document_properties_page_size_name_letter = Letter
document_properties_page_size_name_legal = Legal
2018-03-20 21:30:55 +09:00
# LOCALIZATION NOTE (document_properties_page_size_dimension_string):
2018-03-20 21:58:55 +09:00
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page.
document_properties_page_size_dimension_string = {{width}} × {{height}} {{unit}} ({{orientation}})
2018-03-20 22:26:49 +09:00
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement, name, and orientation, of the (current) page.
document_properties_page_size_dimension_name_string = {{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
2014-01-22 08:07:07 +09:00
document_properties_close = Close
2016-10-08 21:55:34 +09:00
print_progress_message = Preparing document for printing…
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
# a numerical per cent value.
print_progress_percent = {{progress}}%
print_progress_close = Cancel
2012-06-05 08:48:59 +09:00
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
2013-01-31 22:14:48 +09:00
toggle_sidebar.title = Toggle Sidebar
2017-01-15 20:37:06 +09:00
toggle_sidebar_notification.title = Toggle Sidebar (document contains outline/attachments)
2013-01-31 22:14:48 +09:00
toggle_sidebar_label = Toggle Sidebar
2016-10-13 17:55:58 +09:00
document_outline.title = Show Document Outline (double-click to expand/collapse all items)
document_outline_label = Document Outline
2014-03-19 05:32:47 +09:00
attachments.title = Show Attachments
attachments_label = Attachments
2012-06-01 05:56:38 +09:00
thumbs.title = Show Thumbnails
thumbs_label = Thumbnails
2012-10-06 09:15:06 +09:00
findbar.title = Find in Document
findbar_label = Find
2012-06-01 05:56:38 +09:00
# Thumbnails panel item (tooltip and alt text for images)
2012-06-05 08:48:59 +09:00
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
# number.
2012-06-01 05:56:38 +09:00
thumb_page_title = Page {{page}}
2012-06-05 08:48:59 +09:00
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
# number.
2012-06-01 05:56:38 +09:00
thumb_page_canvas = Thumbnail of Page {{page}}
2012-09-26 05:17:27 +09:00
# Find panel button title and messages
2017-03-09 07:53:59 +09:00
find_input.title = Find
find_input.placeholder = Find in document…
2012-10-03 09:08:47 +09:00
find_previous.title = Find the previous occurrence of the phrase
2012-10-06 09:15:06 +09:00
find_previous_label = Previous
2012-10-03 09:08:47 +09:00
find_next.title = Find the next occurrence of the phrase
2012-10-06 09:15:06 +09:00
find_next_label = Next
2012-10-03 09:08:47 +09:00
find_highlight = Highlight all
find_match_case_label = Match case
2012-11-21 02:19:17 +09:00
find_reached_top = Reached top of document, continued from bottom
find_reached_bottom = Reached end of document, continued from top
2012-10-06 00:05:46 +09:00
find_not_found = Phrase not found
2012-06-01 05:56:38 +09:00
# Error panel labels
2012-05-02 22:51:52 +09:00
error_more_info = More Information
error_less_info = Less Information
error_close = Close
2013-01-05 02:01:31 +09:00
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
# replaced by the PDF.JS version and build ID.
error_version_info = PDF.js v{{version}} (build: {{build}})
2012-06-05 08:48:59 +09:00
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
# english string describing the error.
2012-05-02 22:51:52 +09:00
error_message = Message: {{message}}
2012-06-05 08:48:59 +09:00
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
# trace.
2012-05-02 22:51:52 +09:00
error_stack = Stack: {{stack}}
2012-06-05 08:48:59 +09:00
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
2012-05-02 22:51:52 +09:00
error_file = File: {{file}}
2012-06-05 08:48:59 +09:00
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
2012-05-02 22:51:52 +09:00
error_line = Line: {{line}}
2012-06-01 05:56:38 +09:00
rendering_error = An error occurred while rendering the page.
# Predefined zoom values
2012-05-02 22:51:52 +09:00
page_scale_width = Page Width
page_scale_fit = Page Fit
page_scale_auto = Automatic Zoom
page_scale_actual = Actual Size
2014-10-16 21:36:03 +09:00
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
# numerical scale value.
page_scale_percent = {{scale}}%
2012-06-01 05:56:38 +09:00
# Loading indicator messages
2012-05-02 22:51:52 +09:00
loading_error_indicator = Error
loading_error = An error occurred while loading the PDF.
2012-10-16 19:10:37 +09:00
invalid_file_error = Invalid or corrupted PDF file.
2013-01-30 03:13:28 +09:00
missing_file_error = Missing PDF file.
2014-09-13 23:47:16 +09:00
unexpected_response_error = Unexpected server response.
2012-06-01 05:56:38 +09:00
2013-03-21 17:04:44 +09:00
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
2012-06-05 17:19:32 +09:00
# "{{type}}" will be replaced with an annotation type from a list defined in
2012-06-05 08:48:59 +09:00
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
2013-03-21 17:04:44 +09:00
text_annotation_type.alt = [{{type}} Annotation]
2013-09-25 00:46:54 +09:00
password_label = Enter the password to open this PDF file.
password_invalid = Invalid password. Please try again.
password_ok = OK
password_cancel = Cancel
2012-07-10 08:04:55 +09:00
2012-07-13 02:31:20 +09:00
printing_not_supported = Warning: Printing is not fully supported by this browser.
2013-03-09 11:08:37 +09:00
printing_not_ready = Warning: The PDF is not fully loaded for printing.
2012-12-01 07:59:51 +09:00
web_fonts_disabled = Web fonts are disabled: unable to use embedded PDF fonts.
2016-08-25 01:47:36 +09:00
document_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.