mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-23 16:48:08 +02:00
* InvalidPDFException added
* Act on throwing an Exception and InvalidPDFException by rejecting the worker instead of throwing * changed message for all builds * alerting and closing window only for B2G builds * invalid_file_error added to l10n (en and pl) * UnknownErrorException added and used for every error()
This commit is contained in:
parent
336d5041dd
commit
812bc6795d
7 changed files with 62 additions and 5 deletions
|
@ -96,6 +96,7 @@ page_scale_actual=Actual Size
|
|||
# Loading indicator messages
|
||||
loading_error_indicator=Error
|
||||
loading_error=An error occurred while loading the PDF.
|
||||
invalid_file_error=Invalid or corrupted PDF file.
|
||||
|
||||
# LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip.
|
||||
# "{{type}}" will be replaced with an annotation type from a list defined in
|
||||
|
|
|
@ -23,6 +23,7 @@ outline.title=Wyświetl konspekt dokumentu
|
|||
loading=Wczytywanie... {{percent}}%
|
||||
loading_error_indicator=Błąd
|
||||
loading_error=Wystąpił błąd podczas wczytywania pliku PDF.
|
||||
invalid_file_error=Błędny lub zepsuty plik PDF.
|
||||
rendering_error=Wystąpił błąd podczas wyświetlania strony.
|
||||
page_label=Strona:
|
||||
page_of=z {{pageCount}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue