Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-02-23 14:29:20 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-02-23 14:43:34 +0300
commitc99514c86f20d677fd649afb0d62594356274470 (patch)
tree5943968ab0e2b19f636a7fdf752245a8902b1df9 /vendor/pdfjs/web/locale/en-ZA/viewer.properties
parentc8a74d5b5e345d2bf75bd351882ef7c00364198c (diff)
Replace PDF.js v1.4.20 files with v1.9.426 files
The example PDF ("compressed.tracemonkey-pldi-09.pdf") is not needed and thus was not included; "templates/viewer.php" acts as "viewer.html", so the later was not included either. On the other hand, source maps were kept so they could be used in case of need. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'vendor/pdfjs/web/locale/en-ZA/viewer.properties')
-rw-r--r--vendor/pdfjs/web/locale/en-ZA/viewer.properties29
1 files changed, 13 insertions, 16 deletions
diff --git a/vendor/pdfjs/web/locale/en-ZA/viewer.properties b/vendor/pdfjs/web/locale/en-ZA/viewer.properties
index edb9fd0..832d558 100644
--- a/vendor/pdfjs/web/locale/en-ZA/viewer.properties
+++ b/vendor/pdfjs/web/locale/en-ZA/viewer.properties
@@ -18,12 +18,13 @@ previous_label=Previous
next.title=Next Page
next_label=Next
-# LOCALIZATION NOTE (page_label, page_of):
-# These strings are concatenated to form the "Page: X of Y" string.
-# Do not translate "{{pageCount}}", it will be substituted with a number
-# representing the total number of pages.
-page_label=Page:
-page_of=of {{pageCount}}
+# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
+# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
+# representing the total number of pages in the document.
+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.
zoom_out.title=Zoom Out
zoom_out_label=Zoom Out
@@ -57,10 +58,6 @@ page_rotate_ccw.title=Rotate Counterclockwise
page_rotate_ccw.label=Rotate Counterclockwise
page_rotate_ccw_label=Rotate Counterclockwise
-hand_tool_enable.title=Enable hand tool
-hand_tool_enable_label=Enable hand tool
-hand_tool_disable.title=Disable hand tool
-hand_tool_disable_label=Disable hand tool
# Document properties dialog box
document_properties.title=Document Properties…
@@ -88,19 +85,21 @@ document_properties_version=PDF Version:
document_properties_page_count=Page Count:
document_properties_close=Close
+# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
+# a numerical per cent value.
+
# Tooltips and alt text for side panel toolbar buttons
# (the _label strings are alt text for the buttons, the .title strings are
# tooltips)
toggle_sidebar.title=Toggle Sidebar
toggle_sidebar_label=Toggle Sidebar
-outline.title=Show Document Outline
-outline_label=Document Outline
+document_outline.title=Show Document Outline (double-click to expand/collapse all items)
+document_outline_label=Document Outline
attachments.title=Show Attachments
attachments_label=Attachments
thumbs.title=Show Thumbnails
thumbs_label=Thumbnails
findbar.title=Find in Document
-findbar_label=Find
# Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
@@ -111,7 +110,6 @@ thumb_page_title=Page {{page}}
thumb_page_canvas=Thumbnail of Page {{page}}
# Find panel button title and messages
-find_label=Find:
find_previous.title=Find the previous occurrence of the phrase
find_previous_label=Previous
find_next.title=Find the next occurrence of the phrase
@@ -165,9 +163,8 @@ text_annotation_type.alt=[{{type}} Annotation]
password_label=Enter the password to open this PDF file.
password_invalid=Invalid password. Please try again.
password_ok=OK
-password_cancel=Cancel
printing_not_supported=Warning: Printing is not fully supported by this browser.
printing_not_ready=Warning: The PDF is not fully loaded for printing.
web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
-document_colors_not_allowed=PDF documents are not allowed to use their own colours: 'Allow pages to choose their own colours' is deactivated in the browser.
+document_colors_not_allowed=PDF documents are not allowed to use their own colours: “Allow pages to choose their own colours” is deactivated in the browser.