Skip to content

Commit

Permalink
fixed the README.md; updated the bleeding edge of pdf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Apr 25, 2022
1 parent dc8fee0 commit dc52753
Show file tree
Hide file tree
Showing 16 changed files with 522 additions and 194 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ page_scale_percent={{scale}}%

# Loading indicator messages
loading=Чытаецца…
loading_error=Здарылася памылка падчас загрузкі PDF.
loading_error=Здарылася памылка ў часе загрузкі PDF.
invalid_file_error=Няспраўны або пашкоджаны файл PDF.
missing_file_error=Адсутны файл PDF.
unexpected_response_error=Нечаканы адказ сервера.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ cursor_text_select_tool_label=Afecku n tefrant n uḍris
cursor_hand_tool.title=Rmed afecku afus
cursor_hand_tool_label=Afecku afus

scroll_page.title=Seqdec adrurem n usebter
scroll_page_label=Adrurem n usebter
scroll_vertical.title=Seqdec adrurem ubdid
scroll_vertical_label=Adrurem ubdid
scroll_horizontal.title=Seqdec adrurem aglawan
Expand Down Expand Up @@ -168,6 +170,7 @@ find_next.title=Aff-d timseḍriwt n twinest d-iteddun
find_next_label=Ddu ɣer zdat
find_highlight=Err izirig imaṛṛa
find_match_case_label=Qadeṛ amasal n isekkilen
find_match_diacritics_label=Qadeṛ ifeskilen
find_entire_word_label=Awalen iččuranen
find_reached_top=Yabbeḍ s afella n usebter, tuɣalin s wadda
find_reached_bottom=Tebḍeḍ s adda n usebter, tuɣalin s afella
Expand Down Expand Up @@ -274,10 +277,3 @@ modified_background_warning=This PDF is rendered with a custom background. It do
unverified_signature_warning=This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.




# Translations added from the English translations of pdf.js@next

scroll_page.title=Use Page Scrolling
scroll_page_label=Page Scrolling
find_match_diacritics_label=Match Diacritics
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,28 @@
# limitations under the License.

# Main toolbar buttons (tooltips and alt text for images)
previous.title=Pàgina anteriore
previous_label=S'ischeda chi b'est primu
next.title=Pàgina imbeniente
next_label=Imbeniente

# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=Pàgina
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=de {{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.
page_of_pages=({{pageNumber}} de {{pagesCount}})

zoom_out.title=Impitica
zoom_out_label=Impitica
zoom_in.title=Ismànnia
zoom_in_label=Ismànnia
zoom.title=Ismànnia
presentation_mode.title=Cola a sa modalidade de presentatzione
presentation_mode_label=Modalidade de presentatzione
open_file.title=Aberi s'archìviu
open_file_label=Abertu
print.title=Imprenta
Expand Down Expand Up @@ -149,12 +155,6 @@ unverified_signature_warning=This PDF file contains a digital signature. The PDF

# Translations added from the English translations of pdf.js@next

previous.title=Previous Page
next.title=Next Page
of_pages=of {{pagesCount}}
page_of_pages=({{pageNumber}} of {{pagesCount}})
presentation_mode.title=Switch to Presentation Mode
presentation_mode_label=Presentation Mode
bookmark.title=Current view (copy or open in new window)
bookmark_label=Current View
first_page.title=Go to First Page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ document_properties_kb={{size_kb}} КБ ({{size_b}} байт)
document_properties_mb={{size_mb}} МБ ({{size_b}} байт)
document_properties_title=Сарлавҳа:
document_properties_author=Муаллиф:
document_properties_subject=Мавзӯъ:
document_properties_subject=Мавзуъ:
document_properties_keywords=Калимаҳои калидӣ:
document_properties_creation_date=Санаи эҷод:
document_properties_modification_date=Санаи тағйирот:
Expand Down Expand Up @@ -124,6 +124,7 @@ find_match_count_limit[two]=Зиёда аз {{limit}} мувофиқат
find_match_count_limit[few]=Зиёда аз {{limit}} мувофиқат
find_match_count_limit[many]=Зиёда аз {{limit}} мувофиқат
find_match_count_limit[other]=Зиёда аз {{limit}} мувофиқат
find_not_found=Ибора ёфт нашуд

# Error panel labels
error_more_info=Маълумоти бештар
Expand Down Expand Up @@ -262,7 +263,6 @@ find_match_count[few]={{current}} of {{total}} matches
find_match_count[many]={{current}} of {{total}} matches
find_match_count[other]={{current}} of {{total}} matches
find_match_count_limit={[ plural(limit) ]}
find_not_found=Phrase not found
error_less_info=Less Information
error_version_info=PDF.js v{{version}} (build: {{build}})
error_message=Message: {{message}}
Expand Down
Loading

0 comments on commit dc52753

Please sign in to comment.