update pdf.js
This commit is contained in:
parent
e1967e96bc
commit
7ac68697d4
116 changed files with 49715 additions and 39660 deletions
|
|
@ -1,6 +1,16 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
# 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.
|
||||
|
||||
# Main toolbar buttons (tooltips and alt text for images)
|
||||
previous.title=דף קודם
|
||||
|
|
@ -57,7 +67,11 @@ document_properties.title=מאפייני מסמך…
|
|||
document_properties_label=מאפייני מסמך…
|
||||
document_properties_file_name=שם קובץ:
|
||||
document_properties_file_size=גודל הקובץ:
|
||||
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
|
||||
# will be replaced by the PDF file size in kilobytes, respectively in bytes.
|
||||
document_properties_kb={{size_kb}} ק״ב ({{size_b}} בתים)
|
||||
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
|
||||
# will be replaced by the PDF file size in megabytes, respectively in bytes.
|
||||
document_properties_mb={{size_mb}} מ״ב ({{size_b}} בתים)
|
||||
document_properties_title=כותרת:
|
||||
document_properties_author=מחבר:
|
||||
|
|
@ -65,12 +79,15 @@ document_properties_subject=נושא:
|
|||
document_properties_keywords=מילות מפתח:
|
||||
document_properties_creation_date=תאריך יצירה:
|
||||
document_properties_modification_date=תאריך שינוי:
|
||||
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
|
||||
# will be replaced by the creation/modification date, and time, of the PDF file.
|
||||
document_properties_date_string={{date}}, {{time}}
|
||||
document_properties_creator=יוצר:
|
||||
document_properties_producer=יצרן PDF:
|
||||
document_properties_version=גרסת PDF:
|
||||
document_properties_page_count=מספר דפים:
|
||||
document_properties_close=סגירה
|
||||
|
||||
# Tooltips and alt text for side panel toolbar buttons
|
||||
# (the _label strings are alt text for the buttons, the .title strings are
|
||||
# tooltips)
|
||||
|
|
@ -78,6 +95,8 @@ toggle_sidebar.title=הצגה/הסתרה של סרגל הצד
|
|||
toggle_sidebar_label=הצגה/הסתרה של סרגל הצד
|
||||
outline.title=הצגת מתאר מסמך
|
||||
outline_label=מתאר מסמך
|
||||
attachments.title=הצגת צרופות
|
||||
attachments_label=צרופות
|
||||
thumbs.title=הצגת תצוגה מקדימה
|
||||
thumbs_label=תצוגה מקדימה
|
||||
findbar.title=חיפוש במסמך
|
||||
|
|
@ -127,12 +146,16 @@ page_scale_width=רוחב העמוד
|
|||
page_scale_fit=התאמה לעמוד
|
||||
page_scale_auto=מרחק מתצוגה אוטומטי
|
||||
page_scale_actual=גודל אמתי
|
||||
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
|
||||
# numerical scale value.
|
||||
page_scale_percent={{scale}}%
|
||||
|
||||
# Loading indicator messages
|
||||
loading_error_indicator=שגיאה
|
||||
loading_error=אירעה שגיאה בעת טעינת ה־PDF.
|
||||
invalid_file_error=קובץ PDF פגום או לא תקין.
|
||||
missing_file_error=קובץ PDF חסר.
|
||||
unexpected_response_error=תגובת שרת לא צפויה.
|
||||
|
||||
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
|
||||
# "{{type}}" will be replaced with an annotation type from a list defined in
|
||||
|
|
@ -147,4 +170,4 @@ password_cancel=ביטול
|
|||
printing_not_supported=אזהרה: הדפסה אינה נתמכת במלואה בדפדפן זה.
|
||||
printing_not_ready=אזהרה: ה־PDF לא ניתן לחלוטין עד מצב שמאפשר הדפסה.
|
||||
web_fonts_disabled=גופני רשת מנוטרלים: לא ניתן להשתמש בגופני PDF מוטבעים.
|
||||
document_colors_disabled=מסמכי PDF לא יכולים להשתמש בצבעים משלהם: האפשרות \\'לאפשר לעמודים לבחור צבעים משלהם\\' אינה פעילה בדפדפן.
|
||||
document_colors_disabled=מסמכי PDF לא יכולים להשתמש בצבעים משלהם: האפשרות \\'לאפשר לעמודים לבחור צבעים משלהם\\' אינה פעילה בדפדפן.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue