browser/locales/en-US/pdfviewer/viewer.properties

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/locales/en-US/pdfviewer/viewer.properties	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,163 @@
     1.4 +# Copyright 2012 Mozilla Foundation
     1.5 +#
     1.6 +# Licensed under the Apache License, Version 2.0 (the "License");
     1.7 +# you may not use this file except in compliance with the License.
     1.8 +# You may obtain a copy of the License at
     1.9 +#
    1.10 +#     http://www.apache.org/licenses/LICENSE-2.0
    1.11 +#
    1.12 +# Unless required by applicable law or agreed to in writing, software
    1.13 +# distributed under the License is distributed on an "AS IS" BASIS,
    1.14 +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.15 +# See the License for the specific language governing permissions and
    1.16 +# limitations under the License.
    1.17 +
    1.18 +# Main toolbar buttons (tooltips and alt text for images)
    1.19 +previous.title=Previous Page
    1.20 +previous_label=Previous
    1.21 +next.title=Next Page
    1.22 +next_label=Next
    1.23 +
    1.24 +# LOCALIZATION NOTE (page_label, page_of):
    1.25 +# These strings are concatenated to form the "Page: X of Y" string.
    1.26 +# Do not translate "{{pageCount}}", it will be substituted with a number
    1.27 +# representing the total number of pages.
    1.28 +page_label=Page:
    1.29 +page_of=of {{pageCount}}
    1.30 +
    1.31 +zoom_out.title=Zoom Out
    1.32 +zoom_out_label=Zoom Out
    1.33 +zoom_in.title=Zoom In
    1.34 +zoom_in_label=Zoom In
    1.35 +zoom.title=Zoom
    1.36 +presentation_mode.title=Switch to Presentation Mode
    1.37 +presentation_mode_label=Presentation Mode
    1.38 +open_file.title=Open File
    1.39 +open_file_label=Open
    1.40 +print.title=Print
    1.41 +print_label=Print
    1.42 +download.title=Download
    1.43 +download_label=Download
    1.44 +bookmark.title=Current view (copy or open in new window)
    1.45 +bookmark_label=Current View
    1.46 +
    1.47 +# Secondary toolbar and context menu
    1.48 +tools.title=Tools
    1.49 +tools_label=Tools
    1.50 +first_page.title=Go to First Page
    1.51 +first_page.label=Go to First Page
    1.52 +first_page_label=Go to First Page
    1.53 +last_page.title=Go to Last Page
    1.54 +last_page.label=Go to Last Page
    1.55 +last_page_label=Go to Last Page
    1.56 +page_rotate_cw.title=Rotate Clockwise
    1.57 +page_rotate_cw.label=Rotate Clockwise
    1.58 +page_rotate_cw_label=Rotate Clockwise
    1.59 +page_rotate_ccw.title=Rotate Counterclockwise
    1.60 +page_rotate_ccw.label=Rotate Counterclockwise
    1.61 +page_rotate_ccw_label=Rotate Counterclockwise
    1.62 +
    1.63 +hand_tool_enable.title=Enable hand tool
    1.64 +hand_tool_enable_label=Enable hand tool
    1.65 +hand_tool_disable.title=Disable hand tool
    1.66 +hand_tool_disable_label=Disable hand tool
    1.67 +
    1.68 +# Document properties dialog box
    1.69 +document_properties.title=Document Properties…
    1.70 +document_properties_label=Document Properties…
    1.71 +document_properties_file_name=File name:
    1.72 +document_properties_file_size=File size:
    1.73 +document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
    1.74 +document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
    1.75 +document_properties_title=Title:
    1.76 +document_properties_author=Author:
    1.77 +document_properties_subject=Subject:
    1.78 +document_properties_keywords=Keywords:
    1.79 +document_properties_creation_date=Creation Date:
    1.80 +document_properties_modification_date=Modification Date:
    1.81 +document_properties_date_string={{date}}, {{time}}
    1.82 +document_properties_creator=Creator:
    1.83 +document_properties_producer=PDF Producer:
    1.84 +document_properties_version=PDF Version:
    1.85 +document_properties_page_count=Page Count:
    1.86 +document_properties_close=Close
    1.87 +
    1.88 +# Tooltips and alt text for side panel toolbar buttons
    1.89 +# (the _label strings are alt text for the buttons, the .title strings are
    1.90 +# tooltips)
    1.91 +toggle_sidebar.title=Toggle Sidebar
    1.92 +toggle_sidebar_label=Toggle Sidebar
    1.93 +outline.title=Show Document Outline
    1.94 +outline_label=Document Outline
    1.95 +attachments.title=Show Attachments
    1.96 +attachments_label=Attachments
    1.97 +thumbs.title=Show Thumbnails
    1.98 +thumbs_label=Thumbnails
    1.99 +findbar.title=Find in Document
   1.100 +findbar_label=Find
   1.101 +
   1.102 +# Thumbnails panel item (tooltip and alt text for images)
   1.103 +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
   1.104 +# number.
   1.105 +thumb_page_title=Page {{page}}
   1.106 +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
   1.107 +# number.
   1.108 +thumb_page_canvas=Thumbnail of Page {{page}}
   1.109 +
   1.110 +# Find panel button title and messages
   1.111 +find_label=Find:
   1.112 +find_previous.title=Find the previous occurrence of the phrase
   1.113 +find_previous_label=Previous
   1.114 +find_next.title=Find the next occurrence of the phrase
   1.115 +find_next_label=Next
   1.116 +find_highlight=Highlight all
   1.117 +find_match_case_label=Match case
   1.118 +find_reached_top=Reached top of document, continued from bottom
   1.119 +find_reached_bottom=Reached end of document, continued from top
   1.120 +find_not_found=Phrase not found
   1.121 +
   1.122 +# Error panel labels
   1.123 +error_more_info=More Information
   1.124 +error_less_info=Less Information
   1.125 +error_close=Close
   1.126 +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
   1.127 +# replaced by the PDF.JS version and build ID.
   1.128 +error_version_info=PDF.js v{{version}} (build: {{build}})
   1.129 +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
   1.130 +# english string describing the error.
   1.131 +error_message=Message: {{message}}
   1.132 +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
   1.133 +# trace.
   1.134 +error_stack=Stack: {{stack}}
   1.135 +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
   1.136 +error_file=File: {{file}}
   1.137 +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
   1.138 +error_line=Line: {{line}}
   1.139 +rendering_error=An error occurred while rendering the page.
   1.140 +
   1.141 +# Predefined zoom values
   1.142 +page_scale_width=Page Width
   1.143 +page_scale_fit=Page Fit
   1.144 +page_scale_auto=Automatic Zoom
   1.145 +page_scale_actual=Actual Size
   1.146 +
   1.147 +# Loading indicator messages
   1.148 +loading_error_indicator=Error
   1.149 +loading_error=An error occurred while loading the PDF.
   1.150 +invalid_file_error=Invalid or corrupted PDF file.
   1.151 +missing_file_error=Missing PDF file.
   1.152 +
   1.153 +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
   1.154 +# "{{type}}" will be replaced with an annotation type from a list defined in
   1.155 +# the PDF spec (32000-1:2008 Table 169 – Annotation types).
   1.156 +# Some common types are e.g.: "Check", "Text", "Comment", "Note"
   1.157 +text_annotation_type.alt=[{{type}} Annotation]
   1.158 +password_label=Enter the password to open this PDF file.
   1.159 +password_invalid=Invalid password. Please try again.
   1.160 +password_ok=OK
   1.161 +password_cancel=Cancel
   1.162 +
   1.163 +printing_not_supported=Warning: Printing is not fully supported by this browser.
   1.164 +printing_not_ready=Warning: The PDF is not fully loaded for printing.
   1.165 +web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
   1.166 +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.

mercurial