ngx-extended-pdf-viewer 16.2.14 → 16.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/assets/inline-locale-files/ca.html +1 -1
  2. package/assets/inline-locale-files/cak.html +1 -1
  3. package/assets/inline-locale-files/dsb.html +1 -1
  4. package/assets/inline-locale-files/el.html +1 -1
  5. package/assets/inline-locale-files/eo.html +1 -1
  6. package/assets/inline-locale-files/fi.html +1 -1
  7. package/assets/inline-locale-files/kab.html +1 -1
  8. package/assets/inline-locale-files/tg.html +1 -1
  9. package/assets/inline-locale-files/th.html +1 -1
  10. package/assets/inline-locale-files/tr.html +1 -1
  11. package/assets/locale/ca/viewer.properties +14 -14
  12. package/assets/locale/cak/viewer.properties +16 -16
  13. package/assets/locale/dsb/viewer.properties +2 -2
  14. package/assets/locale/el/viewer.properties +1 -1
  15. package/assets/locale/eo/viewer.properties +2 -2
  16. package/assets/locale/fi/viewer.properties +2 -2
  17. package/assets/locale/kab/viewer.properties +2 -2
  18. package/assets/locale/tg/viewer.properties +1 -1
  19. package/assets/locale/th/viewer.properties +1 -1
  20. package/assets/locale/tr/viewer.properties +1 -1
  21. package/assets/{pdf-3.4.493-es5.js → pdf-3.4.494-es5.js} +2 -2
  22. package/assets/{pdf-3.4.493-es5.min.js → pdf-3.4.494-es5.min.js} +1 -1
  23. package/assets/{pdf-3.4.493.js → pdf-3.4.494.js} +5 -5
  24. package/assets/{pdf-3.4.493.min.js → pdf-3.4.494.min.js} +1 -1
  25. package/assets/{pdf.sandbox-3.4.493-es5.js → pdf.sandbox-3.4.494-es5.js} +1 -1
  26. package/assets/{pdf.sandbox-3.4.493-es5.min.js → pdf.sandbox-3.4.494-es5.min.js} +1 -1
  27. package/{bleeding-edge/pdf.sandbox-3.5.441.js → assets/pdf.sandbox-3.4.494.js} +3 -3
  28. package/assets/{pdf.sandbox-3.4.493.min.js → pdf.sandbox-3.4.494.min.js} +1 -1
  29. package/assets/{pdf.worker-3.4.493-es5.js → pdf.worker-3.4.494-es5.js} +2 -2
  30. package/assets/{pdf.worker-3.4.493-es5.min.js → pdf.worker-3.4.494-es5.min.js} +1 -1
  31. package/assets/{pdf.worker-3.4.493.js → pdf.worker-3.4.494.js} +3 -3
  32. package/assets/{pdf.worker-3.4.493.min.js → pdf.worker-3.4.494.min.js} +1 -1
  33. package/assets/{viewer-3.4.493-es5.js → viewer-3.4.494-es5.js} +3 -3
  34. package/assets/{viewer-3.4.493-es5.min.js → viewer-3.4.494-es5.min.js} +2 -2
  35. package/assets/{viewer-3.4.493.js → viewer-3.4.494.js} +18 -152
  36. package/assets/{viewer-3.4.493.min.js → viewer-3.4.494.min.js} +2 -2
  37. package/bleeding-edge/{pdf-3.5.441-es5.js → pdf-3.5.442-es5.js} +2 -2
  38. package/bleeding-edge/{pdf-3.5.441-es5.min.js → pdf-3.5.442-es5.min.js} +1 -1
  39. package/bleeding-edge/{pdf-3.5.441.js → pdf-3.5.442.js} +5 -5
  40. package/bleeding-edge/{pdf-3.5.441.min.js → pdf-3.5.442.min.js} +1 -1
  41. package/bleeding-edge/{pdf.sandbox-3.5.441-es5.js → pdf.sandbox-3.5.442-es5.js} +1 -1
  42. package/bleeding-edge/{pdf.sandbox-3.5.441-es5.min.js → pdf.sandbox-3.5.442-es5.min.js} +1 -1
  43. package/{assets/pdf.sandbox-3.4.493.js → bleeding-edge/pdf.sandbox-3.5.442.js} +3 -3
  44. package/bleeding-edge/{pdf.sandbox-3.5.441.min.js → pdf.sandbox-3.5.442.min.js} +1 -1
  45. package/bleeding-edge/{pdf.worker-3.5.441-es5.js → pdf.worker-3.5.442-es5.js} +2 -2
  46. package/bleeding-edge/{pdf.worker-3.5.441-es5.min.js → pdf.worker-3.5.442-es5.min.js} +1 -1
  47. package/bleeding-edge/{pdf.worker-3.5.441.js → pdf.worker-3.5.442.js} +3 -3
  48. package/bleeding-edge/{pdf.worker-3.5.441.min.js → pdf.worker-3.5.442.min.js} +1 -1
  49. package/bleeding-edge/{viewer-3.5.441-es5.js → viewer-3.5.442-es5.js} +3 -3
  50. package/bleeding-edge/{viewer-3.5.441-es5.min.js → viewer-3.5.442-es5.min.js} +2 -2
  51. package/bleeding-edge/{viewer-3.5.441.js → viewer-3.5.442.js} +18 -152
  52. package/bleeding-edge/{viewer-3.5.441.min.js → viewer-3.5.442.min.js} +2 -2
  53. package/changelog.md +2 -0
  54. package/esm2020/lib/options/pdf-default-options.mjs +3 -3
  55. package/esm2020/lib/options/pdf_page_view.mjs +1 -1
  56. package/esm2020/lib/options/text-layer-builder.mjs +2 -0
  57. package/esm2020/lib/theme/pdf-dark-theme/colors-css.mjs +2 -2
  58. package/esm2020/lib/theme/pdf-light-theme/colors-css.mjs +2 -2
  59. package/esm2020/public_api.mjs +2 -1
  60. package/fesm2015/ngx-extended-pdf-viewer.mjs +4 -4
  61. package/fesm2015/ngx-extended-pdf-viewer.mjs.map +1 -1
  62. package/fesm2020/ngx-extended-pdf-viewer.mjs +4 -4
  63. package/fesm2020/ngx-extended-pdf-viewer.mjs.map +1 -1
  64. package/lib/options/pdf-default-options.d.ts +2 -2
  65. package/lib/options/pdf_page_view.d.ts +2 -0
  66. package/lib/options/text-layer-builder.d.ts +34 -0
  67. package/lib/theme/pdf-dark-theme/colors-css.d.ts +1 -1
  68. package/lib/theme/pdf-light-theme/colors-css.d.ts +1 -1
  69. package/package.json +1 -1
  70. package/public_api.d.ts +1 -0
@@ -1,2 +1,2 @@
1
- <script type="application/l10n">{"default_locale":"ca","locales":{"ca":{"previous":{"title":"Pàgina anterior"},"previous_label":{"textContent":"Anterior"},"next":{"title":"Pàgina següent"},"next_label":{"textContent":"Següent"},"page":{"title":"Pàgina"},"of_pages":{"textContent":"de {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} de {{pagesCount}})"},"zoom_out":{"title":"Redueix"},"zoom_out_label":{"textContent":"Redueix"},"zoom_in":{"title":"Amplia"},"zoom_in_label":{"textContent":"Amplia"},"zoom":{"title":"Escala"},"presentation_mode":{"title":"Canvia al mode de presentació"},"presentation_mode_label":{"textContent":"Mode de presentació"},"open_file":{"title":"Obre el fitxer"},"open_file_label":{"textContent":"Obre"},"print":{"title":"Imprimeix"},"print_label":{"textContent":"Imprimeix"},"download":{"title":"Baixa"},"download_label":{"textContent":"Baixa"},"bookmark":{"title":"Vista actual (copia o obre en una finestra nova)"},"bookmark_label":{"textContent":"Vista actual"},"tools":{"title":"Eines"},"tools_label":{"textContent":"Eines"},"first_page":{"title":"Vés a la primera pàgina"},"first_page_label":{"textContent":"Vés a la primera pàgina"},"last_page":{"title":"Vés a l'última pàgina"},"last_page_label":{"textContent":"Vés a l'última pàgina"},"page_rotate_cw":{"title":"Gira cap a la dreta"},"page_rotate_cw_label":{"textContent":"Gira cap a la dreta"},"page_rotate_ccw":{"title":"Gira cap a l'esquerra"},"page_rotate_ccw_label":{"textContent":"Gira cap a l'esquerra"},"cursor_text_select_tool":{"title":"Habilita l'eina de selecció de text"},"cursor_text_select_tool_label":{"textContent":"Eina de selecció de text"},"cursor_hand_tool":{"title":"Habilita l'eina de mà"},"cursor_hand_tool_label":{"textContent":"Eina de mà"},"scroll_page":{"title":"Usa el desplaçament de pàgina"},"scroll_page_label":{"textContent":"Desplaçament de pàgina"},"scroll_vertical":{"title":"Utilitza el desplaçament vertical"},"scroll_vertical_label":{"textContent":"Desplaçament vertical"},"scroll_horizontal":{"title":"Utilitza el desplaçament horitzontal"},"scroll_horizontal_label":{"textContent":"Desplaçament horitzontal"},"scroll_wrapped":{"title":"Activa el desplaçament continu"},"scroll_wrapped_label":{"textContent":"Desplaçament continu"},"spread_none":{"title":"No agrupis les pàgines de dues en dues"},"spread_none_label":{"textContent":"Una sola pàgina"},"spread_odd":{"title":"Mostra dues pàgines començant per les pàgines de numeració senar"},"spread_odd_label":{"textContent":"Doble pàgina (senar)"},"spread_even":{"title":"Mostra dues pàgines començant per les pàgines de numeració parell"},"spread_even_label":{"textContent":"Doble pàgina (parell)"},"document_properties":{"title":"Propietats del document…"},"document_properties_label":{"textContent":"Propietats del document…"},"document_properties_file_name":{"textContent":"Nom del fitxer:"},"document_properties_file_size":{"textContent":"Mida del fitxer:"},"document_properties_kb":{"textContent":"{{size_kb}} KB ({{size_b}} bytes)"},"document_properties_mb":{"textContent":"{{size_mb}} MB ({{size_b}} bytes)"},"document_properties_title":{"textContent":"Títol:"},"document_properties_author":{"textContent":"Autor:"},"document_properties_subject":{"textContent":"Assumpte:"},"document_properties_keywords":{"textContent":"Paraules clau:"},"document_properties_creation_date":{"textContent":"Data de creació:"},"document_properties_modification_date":{"textContent":"Data de modificació:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Creador:"},"document_properties_producer":{"textContent":"Generador de PDF:"},"document_properties_version":{"textContent":"Versió de PDF:"},"document_properties_page_count":{"textContent":"Nombre de pàgines:"},"document_properties_page_size":{"textContent":"Mida de la pàgina:"},"document_properties_page_size_unit_inches":{"textContent":"polzades"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"vertical"},"document_properties_page_size_orientation_landscape":{"textContent":"apaïsat"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Carta"},"document_properties_page_size_name_legal":{"textContent":"Legal"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Vista web ràpida:"},"document_properties_linearized_yes":{"textContent":"Sí"},"document_properties_linearized_no":{"textContent":"No"},"document_properties_close":{"textContent":"Tanca"},"print_progress_message":{"textContent":"S'està preparant la impressió del document…"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Cancel·la"},"toggle_sidebar":{"title":"Mostra/amaga la barra lateral"},"toggle_sidebar_notification2":{"title":"Mostra/amaga la barra lateral (el document conté un esquema, adjuncions o capes)"},"toggle_sidebar_label":{"textContent":"Mostra/amaga la barra lateral"},"document_outline":{"title":"Mostra l'esquema del document (doble clic per ampliar/reduir tots els elements)"},"document_outline_label":{"textContent":"Esquema del document"},"attachments":{"title":"Mostra les adjuncions"},"attachments_label":{"textContent":"Adjuncions"},"layers":{"title":"Mostra les capes (doble clic per restablir totes les capes al seu estat per defecte)"},"layers_label":{"textContent":"Capes"},"thumbs":{"title":"Mostra les miniatures"},"thumbs_label":{"textContent":"Miniatures"},"current_outline_item":{"title":"Cerca l'element d'esquema actual"},"current_outline_item_label":{"textContent":"Element d'esquema actual"},"findbar":{"title":"Cerca al document"},"findbar_label":{"textContent":"Cerca"},"additional_layers":{"textContent":"Capes addicionals"},"page_landmark":{"textContent":"Pàgina {{page}}"},"thumb_page_title":{"textContent":"Pàgina {{page}}"},"thumb_page_canvas":{"textContent":"Miniatura de la pàgina {{page}}"},"find_input":{"title":"Cerca","placeholder":"Cerca al document…"},"find_previous":{"title":"Cerca l'anterior coincidència de l'expressió"},"find_previous_label":{"textContent":"Anterior"},"find_next":{"title":"Cerca la següent coincidència de l'expressió"},"find_next_label":{"textContent":"Següent"},"find_highlight":{"textContent":"Ressalta-ho tot"},"find_match_case_label":{"textContent":"Distingeix entre majúscules i minúscules"},"find_entire_word_label":{"textContent":"Paraules senceres"},"find_reached_top":{"textContent":"S'ha arribat al principi del document, es continua pel final"},"find_reached_bottom":{"textContent":"S'ha arribat al final del document, es continua pel principi"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} de {{total}} coincidència"},"find_match_count[two]":{"textContent":"{{current}} de {{total}} coincidències"},"find_match_count[few]":{"textContent":"{{current}} de {{total}} coincidències"},"find_match_count[many]":{"textContent":"{{current}} de {{total}} coincidències"},"find_match_count[other]":{"textContent":"{{current}} de {{total}} coincidències"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Més de {{limit}} coincidències"},"find_match_count_limit[one]":{"textContent":"Més d'{{limit}} coincidència"},"find_match_count_limit[two]":{"textContent":"Més de {{limit}} coincidències"},"find_match_count_limit[few]":{"textContent":"Més de {{limit}} coincidències"},"find_match_count_limit[many]":{"textContent":"Més de {{limit}} coincidències"},"find_match_count_limit[other]":{"textContent":"Més de {{limit}} coincidències"},"find_not_found":{"textContent":"No s'ha trobat l'expressió"},"error_more_info":{"textContent":"Més informació"},"error_less_info":{"textContent":"Menys informació"},"error_close":{"textContent":"Tanca"},"error_version_info":{"textContent":"PDF.js v{{version}} (muntatge: {{build}})"},"error_message":{"textContent":"Missatge: {{message}}"},"error_stack":{"textContent":"Pila: {{stack}}"},"error_file":{"textContent":"Fitxer: {{file}}"},"error_line":{"textContent":"Línia: {{line}}"},"rendering_error":{"textContent":"S'ha produït un error mentre es renderitzava la pàgina."},"page_scale_width":{"textContent":"Amplada de la pàgina"},"page_scale_fit":{"textContent":"Ajusta la pàgina"},"page_scale_auto":{"textContent":"Zoom automàtic"},"page_scale_actual":{"textContent":"Mida real"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"S'està carregant…"},"loading_error":{"textContent":"S'ha produït un error en carregar el PDF."},"invalid_file_error":{"textContent":"El fitxer PDF no és vàlid o està malmès."},"missing_file_error":{"textContent":"Falta el fitxer PDF."},"unexpected_response_error":{"textContent":"Resposta inesperada del servidor."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[Anotació {{type}}]"},"password_label":{"textContent":"Introduïu la contrasenya per obrir aquest fitxer PDF."},"password_invalid":{"textContent":"La contrasenya no és vàlida. Torneu-ho a provar."},"password_ok":{"textContent":"D'acord"},"password_cancel":{"textContent":"Cancel·la"},"printing_not_supported":{"textContent":"Avís: la impressió no és plenament funcional en aquest navegador."},"printing_not_ready":{"textContent":"Atenció: el PDF no s'ha acabat de carregar per imprimir-lo."},"web_fonts_disabled":{"textContent":"Els tipus de lletra web estan desactivats: no es poden utilitzar els tipus de lletra incrustats al PDF."},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"save":{"title":"Save"},"save_label":{"textContent":"Save"},"bookmark1":{"title":"Current Page (View URL from Current Page)"},"bookmark1_label":{"textContent":"Current Page"},"find_match_diacritics_label":{"textContent":"Match Diacritics"},"editor_free_text2":{"title":"Text"},"editor_free_text2_label":{"textContent":"Text"},"editor_ink2":{"title":"Draw"},"editor_ink2_label":{"textContent":"Draw"},"free_text2_default_content":{"textContent":"Start typing…"},"editor_free_text_color":{"textContent":"Color"},"editor_free_text_size":{"textContent":"Size"},"editor_ink_color":{"textContent":"Color"},"editor_ink_thickness":{"textContent":"Thickness"},"editor_ink_opacity":{"textContent":"Opacity"},"editor_free_text2_aria_label":{"textContent":"Text Editor"},"editor_ink2_aria_label":{"textContent":"Draw Editor"},"editor_ink_canvas_aria_label":{"textContent":"User-created image"}}}}
1
+ <script type="application/l10n">{"default_locale":"ca","locales":{"ca":{"previous":{"title":"Pàgina anterior"},"previous_label":{"textContent":"Anterior"},"next":{"title":"Pàgina següent"},"next_label":{"textContent":"Següent"},"page":{"title":"Pàgina"},"of_pages":{"textContent":"de {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} de {{pagesCount}})"},"zoom_out":{"title":"Redueix"},"zoom_out_label":{"textContent":"Redueix"},"zoom_in":{"title":"Amplia"},"zoom_in_label":{"textContent":"Amplia"},"zoom":{"title":"Escala"},"presentation_mode":{"title":"Canvia al mode de presentació"},"presentation_mode_label":{"textContent":"Mode de presentació"},"open_file":{"title":"Obre el fitxer"},"open_file_label":{"textContent":"Obre"},"print":{"title":"Imprimeix"},"print_label":{"textContent":"Imprimeix"},"download":{"title":"Baixa"},"download_label":{"textContent":"Baixa"},"bookmark":{"title":"Vista actual (copia o obre en una finestra nova)"},"bookmark_label":{"textContent":"Vista actual"},"tools":{"title":"Eines"},"tools_label":{"textContent":"Eines"},"first_page":{"title":"Vés a la primera pàgina"},"first_page_label":{"textContent":"Vés a la primera pàgina"},"last_page":{"title":"Vés a l'última pàgina"},"last_page_label":{"textContent":"Vés a l'última pàgina"},"page_rotate_cw":{"title":"Gira cap a la dreta"},"page_rotate_cw_label":{"textContent":"Gira cap a la dreta"},"page_rotate_ccw":{"title":"Gira cap a l'esquerra"},"page_rotate_ccw_label":{"textContent":"Gira cap a l'esquerra"},"cursor_text_select_tool":{"title":"Habilita l'eina de selecció de text"},"cursor_text_select_tool_label":{"textContent":"Eina de selecció de text"},"cursor_hand_tool":{"title":"Habilita l'eina de mà"},"cursor_hand_tool_label":{"textContent":"Eina de mà"},"scroll_page":{"title":"Usa el desplaçament de pàgina"},"scroll_page_label":{"textContent":"Desplaçament de pàgina"},"scroll_vertical":{"title":"Utilitza el desplaçament vertical"},"scroll_vertical_label":{"textContent":"Desplaçament vertical"},"scroll_horizontal":{"title":"Utilitza el desplaçament horitzontal"},"scroll_horizontal_label":{"textContent":"Desplaçament horitzontal"},"scroll_wrapped":{"title":"Activa el desplaçament continu"},"scroll_wrapped_label":{"textContent":"Desplaçament continu"},"spread_none":{"title":"No agrupis les pàgines de dues en dues"},"spread_none_label":{"textContent":"Una sola pàgina"},"spread_odd":{"title":"Mostra dues pàgines començant per les pàgines de numeració senar"},"spread_odd_label":{"textContent":"Doble pàgina (senar)"},"spread_even":{"title":"Mostra dues pàgines començant per les pàgines de numeració parell"},"spread_even_label":{"textContent":"Doble pàgina (parell)"},"document_properties":{"title":"Propietats del document…"},"document_properties_label":{"textContent":"Propietats del document…"},"document_properties_file_name":{"textContent":"Nom del fitxer:"},"document_properties_file_size":{"textContent":"Mida del fitxer:"},"document_properties_kb":{"textContent":"{{size_kb}} KB ({{size_b}} bytes)"},"document_properties_mb":{"textContent":"{{size_mb}} MB ({{size_b}} bytes)"},"document_properties_title":{"textContent":"Títol:"},"document_properties_author":{"textContent":"Autor:"},"document_properties_subject":{"textContent":"Assumpte:"},"document_properties_keywords":{"textContent":"Paraules clau:"},"document_properties_creation_date":{"textContent":"Data de creació:"},"document_properties_modification_date":{"textContent":"Data de modificació:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Creador:"},"document_properties_producer":{"textContent":"Generador de PDF:"},"document_properties_version":{"textContent":"Versió de PDF:"},"document_properties_page_count":{"textContent":"Nombre de pàgines:"},"document_properties_page_size":{"textContent":"Mida de la pàgina:"},"document_properties_page_size_unit_inches":{"textContent":"polzades"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"vertical"},"document_properties_page_size_orientation_landscape":{"textContent":"apaïsat"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Carta"},"document_properties_page_size_name_legal":{"textContent":"Legal"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Vista web ràpida:"},"document_properties_linearized_yes":{"textContent":"Sí"},"document_properties_linearized_no":{"textContent":"No"},"document_properties_close":{"textContent":"Tanca"},"print_progress_message":{"textContent":"S'està preparant la impressió del document…"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Cancel·la"},"toggle_sidebar":{"title":"Mostra/amaga la barra lateral"},"toggle_sidebar_notification2":{"title":"Mostra/amaga la barra lateral (el document conté un esquema, adjuncions o capes)"},"toggle_sidebar_label":{"textContent":"Mostra/amaga la barra lateral"},"document_outline":{"title":"Mostra l'esquema del document (doble clic per ampliar/reduir tots els elements)"},"document_outline_label":{"textContent":"Esquema del document"},"attachments":{"title":"Mostra les adjuncions"},"attachments_label":{"textContent":"Adjuncions"},"layers":{"title":"Mostra les capes (doble clic per restablir totes les capes al seu estat per defecte)"},"layers_label":{"textContent":"Capes"},"thumbs":{"title":"Mostra les miniatures"},"thumbs_label":{"textContent":"Miniatures"},"current_outline_item":{"title":"Cerca l'element d'esquema actual"},"current_outline_item_label":{"textContent":"Element d'esquema actual"},"findbar":{"title":"Cerca al document"},"findbar_label":{"textContent":"Cerca"},"additional_layers":{"textContent":"Capes addicionals"},"page_landmark":{"textContent":"Pàgina {{page}}"},"thumb_page_title":{"textContent":"Pàgina {{page}}"},"thumb_page_canvas":{"textContent":"Miniatura de la pàgina {{page}}"},"find_input":{"title":"Cerca","placeholder":"Cerca al document…"},"find_previous":{"title":"Cerca l'anterior coincidència de l'expressió"},"find_previous_label":{"textContent":"Anterior"},"find_next":{"title":"Cerca la següent coincidència de l'expressió"},"find_next_label":{"textContent":"Següent"},"find_highlight":{"textContent":"Ressalta-ho tot"},"find_match_case_label":{"textContent":"Distingeix entre majúscules i minúscules"},"find_entire_word_label":{"textContent":"Paraules senceres"},"find_reached_top":{"textContent":"S'ha arribat al principi del document, es continua pel final"},"find_reached_bottom":{"textContent":"S'ha arribat al final del document, es continua pel principi"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} de {{total}} coincidència"},"find_match_count[two]":{"textContent":"{{current}} de {{total}} coincidències"},"find_match_count[few]":{"textContent":"{{current}} de {{total}} coincidències"},"find_match_count[many]":{"textContent":"{{current}} de {{total}} coincidències"},"find_match_count[other]":{"textContent":"{{current}} de {{total}} coincidències"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Més de {{limit}} coincidències"},"find_match_count_limit[one]":{"textContent":"Més d'{{limit}} coincidència"},"find_match_count_limit[two]":{"textContent":"Més de {{limit}} coincidències"},"find_match_count_limit[few]":{"textContent":"Més de {{limit}} coincidències"},"find_match_count_limit[many]":{"textContent":"Més de {{limit}} coincidències"},"find_match_count_limit[other]":{"textContent":"Més de {{limit}} coincidències"},"find_not_found":{"textContent":"No s'ha trobat l'expressió"},"error_more_info":{"textContent":"Més informació"},"error_less_info":{"textContent":"Menys informació"},"error_close":{"textContent":"Tanca"},"error_version_info":{"textContent":"PDF.js v{{version}} (muntatge: {{build}})"},"error_message":{"textContent":"Missatge: {{message}}"},"error_stack":{"textContent":"Pila: {{stack}}"},"error_file":{"textContent":"Fitxer: {{file}}"},"error_line":{"textContent":"Línia: {{line}}"},"rendering_error":{"textContent":"S'ha produït un error mentre es renderitzava la pàgina."},"page_scale_width":{"textContent":"Amplada de la pàgina"},"page_scale_fit":{"textContent":"Ajusta la pàgina"},"page_scale_auto":{"textContent":"Zoom automàtic"},"page_scale_actual":{"textContent":"Mida real"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"S'està carregant…"},"loading_error":{"textContent":"S'ha produït un error en carregar el PDF."},"invalid_file_error":{"textContent":"El fitxer PDF no és vàlid o està malmès."},"missing_file_error":{"textContent":"Falta el fitxer PDF."},"unexpected_response_error":{"textContent":"Resposta inesperada del servidor."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[Anotació {{type}}]"},"password_label":{"textContent":"Introduïu la contrasenya per obrir aquest fitxer PDF."},"password_invalid":{"textContent":"La contrasenya no és vàlida. Torneu-ho a provar."},"password_ok":{"textContent":"D'acord"},"password_cancel":{"textContent":"Cancel·la"},"printing_not_supported":{"textContent":"Avís: la impressió no és plenament funcional en aquest navegador."},"printing_not_ready":{"textContent":"Atenció: el PDF no s'ha acabat de carregar per imprimir-lo."},"web_fonts_disabled":{"textContent":"Els tipus de lletra web estan desactivats: no es poden utilitzar els tipus de lletra incrustats al PDF."},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"save":{"title":"Desa"},"save_label":{"textContent":"Desa"},"bookmark1":{"title":"Pàgina actual (mostra l'URL de la pàgina actual)"},"bookmark1_label":{"textContent":"Pàgina actual"},"find_match_diacritics_label":{"textContent":"Respecta els diacrítics"},"editor_free_text2":{"title":"Text"},"editor_free_text2_label":{"textContent":"Text"},"editor_ink2":{"title":"Dibuixa"},"editor_ink2_label":{"textContent":"Dibuixa"},"free_text2_default_content":{"textContent":"Escriviu…"},"editor_free_text_color":{"textContent":"Color"},"editor_free_text_size":{"textContent":"Mida"},"editor_ink_color":{"textContent":"Color"},"editor_ink_thickness":{"textContent":"Gruix"},"editor_ink_opacity":{"textContent":"Opacitat"},"editor_free_text2_aria_label":{"textContent":"Editor de text"},"editor_ink2_aria_label":{"textContent":"Editor de dibuix"},"editor_ink_canvas_aria_label":{"textContent":"Imatge creada per l'usuari"}}}}
2
2
  </script>
@@ -1,2 +1,2 @@
1
- <script type="application/l10n">{"default_locale":"cak","locales":{"cak":{"previous":{"title":"Jun kan ruxaq"},"previous_label":{"textContent":"Jun kan"},"next":{"title":"Jun chik ruxaq"},"next_label":{"textContent":"Jun chik"},"page":{"title":"Ruxaq"},"of_pages":{"textContent":"richin {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} richin {{pagesCount}})"},"zoom_out":{"title":"Tich'utinirisäx"},"zoom_out_label":{"textContent":"Tich'utinirisäx"},"zoom_in":{"title":"Tinimirisäx"},"zoom_in_label":{"textContent":"Tinimirisäx"},"zoom":{"title":"Sum"},"presentation_mode":{"title":"Tijal ri rub'anikil niwachin"},"presentation_mode_label":{"textContent":"Pa rub'eyal niwachin"},"open_file":{"title":"Tijaq Yakb'äl"},"open_file_label":{"textContent":"Tijaq"},"print":{"title":"Titz'ajb'äx"},"print_label":{"textContent":"Titz'ajb'äx"},"download":{"title":"Tiqasäx"},"download_label":{"textContent":"Tiqasäx"},"bookmark":{"title":"Rutz'etik wakami (tiwachib'ëx o tijaq pa jun k'ak'a' tzuwäch)"},"bookmark_label":{"textContent":"Rutzub'al wakami"},"tools":{"title":"Samajib'äl"},"tools_label":{"textContent":"Samajib'äl"},"first_page":{"title":"Tib'e pa nab'ey ruxaq"},"first_page_label":{"textContent":"Tib'e pa nab'ey ruxaq"},"last_page":{"title":"Tib'e pa ruk'isib'äl ruxaq"},"last_page_label":{"textContent":"Tib'e pa ruk'isib'äl ruxaq"},"page_rotate_cw":{"title":"Tisutïx pan ajkiq'a'"},"page_rotate_cw_label":{"textContent":"Tisutïx pan ajkiq'a'"},"page_rotate_ccw":{"title":"Tisutïx pan ajxokon"},"page_rotate_ccw_label":{"textContent":"Tisutïx pan ajxokon"},"cursor_text_select_tool":{"title":"Titzij ri rusamajib'al Rucha'ik Rucholajem Tzij"},"cursor_text_select_tool_label":{"textContent":"Rusamajib'al Rucha'ik Rucholajem Tzij"},"cursor_hand_tool":{"title":"Titzij ri q'ab'aj samajib'äl"},"cursor_hand_tool_label":{"textContent":"Q'ab'aj Samajib'äl"},"scroll_vertical":{"title":"Tokisäx Pa'äl Q'axanem"},"scroll_vertical_label":{"textContent":"Pa'äl Q'axanem"},"scroll_horizontal":{"title":"Tokisäx Kotz'öl Q'axanem"},"scroll_horizontal_label":{"textContent":"Kotz'öl Q'axanem"},"scroll_wrapped":{"title":"Tokisäx Tzub'aj Q'axanem"},"scroll_wrapped_label":{"textContent":"Tzub'aj Q'axanem"},"spread_none":{"title":"Man ketun taq ruxaq pa rub'eyal wuj"},"spread_none_label":{"textContent":"Majun Rub'eyal"},"spread_odd":{"title":"Ke'atunu' ri taq ruxaq rik'in natikirisaj rik'in jun man k'ulaj ta rajilab'al"},"spread_odd_label":{"textContent":"Man K'ulaj Ta Rub'eyal"},"spread_even":{"title":"Ke'atunu' ri taq ruxaq rik'in natikirisaj rik'in jun k'ulaj rajilab'al"},"spread_even_label":{"textContent":"K'ulaj Rub'eyal"},"document_properties":{"title":"Taq richinil wuj…"},"document_properties_label":{"textContent":"Taq richinil wuj…"},"document_properties_file_name":{"textContent":"Rub'i' yakb'äl:"},"document_properties_file_size":{"textContent":"Runimilem yakb'äl:"},"document_properties_kb":{"textContent":"{{size_kb}} KB ({{size_b}} bytes)"},"document_properties_mb":{"textContent":"{{size_mb}} MB ({{size_b}} bytes)"},"document_properties_title":{"textContent":"B'i'aj:"},"document_properties_author":{"textContent":"B'anel:"},"document_properties_subject":{"textContent":"Taqikil:"},"document_properties_keywords":{"textContent":"Kixe'el taq tzij:"},"document_properties_creation_date":{"textContent":"Ruq'ijul xtz'uk:"},"document_properties_modification_date":{"textContent":"Ruq'ijul xjalwachïx:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Q'inonel:"},"document_properties_producer":{"textContent":"PDF b'anöy:"},"document_properties_version":{"textContent":"PDF ruwäch:"},"document_properties_page_count":{"textContent":"Jarupe' ruxaq:"},"document_properties_page_size":{"textContent":"Runimilem ri Ruxaq:"},"document_properties_page_size_unit_inches":{"textContent":"pa"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"rupalem"},"document_properties_page_size_orientation_landscape":{"textContent":"rukotz'olem"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Loman wuj"},"document_properties_page_size_name_legal":{"textContent":"Taqanel tzijol"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Anin Rutz'etik Ajk'amaya'l:"},"document_properties_linearized_yes":{"textContent":"Ja'"},"document_properties_linearized_no":{"textContent":"Mani"},"document_properties_close":{"textContent":"Titz'apïx"},"print_progress_message":{"textContent":"Ruchojmirisaxik wuj richin nitz'ajb'äx…"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Tiq'at"},"toggle_sidebar":{"title":"Tijal ri ajxikin kajtz'ik"},"toggle_sidebar_notification2":{"title":"Tik'ex ri ajxikin yuqkajtz'ik (ri wuj eruk'wan taq ruchi'/taqo/kuchuj)"},"toggle_sidebar_label":{"textContent":"Tijal ri ajxikin kajtz'ik"},"document_outline":{"title":"Tik'ut pe ruch'akulal wuj (kamul-pitz'oj richin nirik'/nich'utinirisäx ronojel ruch'akulal)"},"document_outline_label":{"textContent":"Ruch'akulal wuj"},"attachments":{"title":"Kek'ut pe ri taq taqoj"},"attachments_label":{"textContent":"Taq taqoj"},"layers":{"title":"Kek'ut taq Kuchuj (ka'i'-pitz' richin yetzolïx ronojel ri taq kuchuj e k'o wi)"},"layers_label":{"textContent":"Taq kuchuj"},"thumbs":{"title":"Kek'ut pe taq ch'utiq"},"thumbs_label":{"textContent":"Koköj"},"current_outline_item":{"title":"Kekanöx Taq Ch'akulal Kik'wan Chib'äl"},"current_outline_item_label":{"textContent":"Taq Ch'akulal Kik'wan Chib'äl"},"findbar":{"title":"Tikanöx chupam ri wuj"},"findbar_label":{"textContent":"Tikanöx"},"additional_layers":{"textContent":"Tz'aqat ta Kuchuj"},"page_landmark":{"textContent":"Ruxaq {{page}}"},"thumb_page_title":{"textContent":"Ruxaq {{page}}"},"thumb_page_canvas":{"textContent":"Ruch'utinirisaxik ruxaq {{page}}"},"find_input":{"title":"Tikanöx","placeholder":"Tikanöx pa wuj…"},"find_previous":{"title":"Tib'an b'enam pa ri jun kan q'aptzij xilitäj"},"find_previous_label":{"textContent":"Jun kan"},"find_next":{"title":"Tib'e pa ri jun chik pajtzij xilitäj"},"find_next_label":{"textContent":"Jun chik"},"find_highlight":{"textContent":"Tiya' retal ronojel"},"find_match_case_label":{"textContent":"Tuk'äm ri' kik'in taq nimatz'ib' chuqa' taq ch'utitz'ib'"},"find_entire_word_label":{"textContent":"Tz'aqät taq tzij"},"find_reached_top":{"textContent":"Xb'eq'i' ri rutikirib'al wuj, xtikanöx k'a pa ruk'isib'äl"},"find_reached_bottom":{"textContent":"Xb'eq'i' ri ruk'isib'äl wuj, xtikanöx pa rutikirib'al"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} richin {{total}} nuk'äm ri'"},"find_match_count[two]":{"textContent":"{{current}} richin {{total}} nikik'äm ki'"},"find_match_count[few]":{"textContent":"{{current}} richin {{total}} nikik'äm ki'"},"find_match_count[many]":{"textContent":"{{current}} richin {{total}} nikik'äm ki'"},"find_match_count[other]":{"textContent":"{{current}} richin {{total}} nikik'äm ki'"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_match_count_limit[one]":{"textContent":"K'ïy chi re {{limit}} nuk'äm ri'"},"find_match_count_limit[two]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_match_count_limit[few]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_match_count_limit[many]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_match_count_limit[other]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_not_found":{"textContent":"Man xilitäj ta ri pajtzij"},"error_more_info":{"textContent":"Ch'aqa' chik rutzijol"},"error_less_info":{"textContent":"Jub'a' ok rutzijol"},"error_close":{"textContent":"Titz'apïx"},"error_version_info":{"textContent":"PDF.js v{{version}} (build: {{build}})"},"error_message":{"textContent":"Uqxa'n: {{message}}"},"error_stack":{"textContent":"Tzub'aj: {{stack}}"},"error_file":{"textContent":"Yakb'äl: {{file}}"},"error_line":{"textContent":"B'ey: {{line}}"},"rendering_error":{"textContent":"Xk'ulwachitäj jun sachoj toq ninuk'wachij ri ruxaq."},"page_scale_width":{"textContent":"Ruwa ruxaq"},"page_scale_fit":{"textContent":"Tinuk' ruxaq"},"page_scale_auto":{"textContent":"Yonil chi nimilem"},"page_scale_actual":{"textContent":"Runimilem Wakami"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"Nisamäj…"},"loading_error":{"textContent":"\\u0020Xk'ulwachitäj jun sach'oj toq xnuk'ux ri PDF ."},"invalid_file_error":{"textContent":"Man oke ta o yujtajinäq ri PDF yakb'äl."},"missing_file_error":{"textContent":"Man xilitäj ta ri PDF yakb'äl."},"unexpected_response_error":{"textContent":"Man oyob'en ta tz'olin rutzij ruk'u'x samaj."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[{{type}} Tz'ib'anïk]"},"password_label":{"textContent":"Tatz'ib'aj ri ewan tzij richin najäq re yakb'äl re' pa PDF."},"password_invalid":{"textContent":"Man okel ta ri ewan tzij: Tatojtob'ej chik."},"password_ok":{"textContent":"Ütz"},"password_cancel":{"textContent":"Tiq'at"},"printing_not_supported":{"textContent":"Rutzijol k'ayewal: Ri rutz'ajb'axik man koch'el ta ronojel pa re okik'amaya'l re'."},"printing_not_ready":{"textContent":"Rutzijol k'ayewal: Ri PDF man xusamajij ta ronojel richin nitz'ajb'äx."},"web_fonts_disabled":{"textContent":"E chupül ri taq ajk'amaya'l tz'ib': man tikirel ta nokisäx ri taq tz'ib' PDF pa ch'ikenïk"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"save":{"title":"Save"},"save_label":{"textContent":"Save"},"bookmark1":{"title":"Current Page (View URL from Current Page)"},"bookmark1_label":{"textContent":"Current Page"},"scroll_page":{"title":"Use Page Scrolling"},"scroll_page_label":{"textContent":"Page Scrolling"},"find_match_diacritics_label":{"textContent":"Match Diacritics"},"editor_free_text2":{"title":"Text"},"editor_free_text2_label":{"textContent":"Text"},"editor_ink2":{"title":"Draw"},"editor_ink2_label":{"textContent":"Draw"},"free_text2_default_content":{"textContent":"Start typing…"},"editor_free_text_color":{"textContent":"Color"},"editor_free_text_size":{"textContent":"Size"},"editor_ink_color":{"textContent":"Color"},"editor_ink_thickness":{"textContent":"Thickness"},"editor_ink_opacity":{"textContent":"Opacity"},"editor_free_text2_aria_label":{"textContent":"Text Editor"},"editor_ink2_aria_label":{"textContent":"Draw Editor"},"editor_ink_canvas_aria_label":{"textContent":"User-created image"}}}}
1
+ <script type="application/l10n">{"default_locale":"cak","locales":{"cak":{"previous":{"title":"Jun kan ruxaq"},"previous_label":{"textContent":"Jun kan"},"next":{"title":"Jun chik ruxaq"},"next_label":{"textContent":"Jun chik"},"page":{"title":"Ruxaq"},"of_pages":{"textContent":"richin {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} richin {{pagesCount}})"},"zoom_out":{"title":"Tich'utinirisäx"},"zoom_out_label":{"textContent":"Tich'utinirisäx"},"zoom_in":{"title":"Tinimirisäx"},"zoom_in_label":{"textContent":"Tinimirisäx"},"zoom":{"title":"Sum"},"presentation_mode":{"title":"Tijal ri rub'anikil niwachin"},"presentation_mode_label":{"textContent":"Pa rub'eyal niwachin"},"open_file":{"title":"Tijaq Yakb'äl"},"open_file_label":{"textContent":"Tijaq"},"print":{"title":"Titz'ajb'äx"},"print_label":{"textContent":"Titz'ajb'äx"},"download":{"title":"Tiqasäx"},"download_label":{"textContent":"Tiqasäx"},"bookmark":{"title":"Rutz'etik wakami (tiwachib'ëx o tijaq pa jun k'ak'a' tzuwäch)"},"bookmark_label":{"textContent":"Rutzub'al wakami"},"tools":{"title":"Samajib'äl"},"tools_label":{"textContent":"Samajib'äl"},"first_page":{"title":"Tib'e pa nab'ey ruxaq"},"first_page_label":{"textContent":"Tib'e pa nab'ey ruxaq"},"last_page":{"title":"Tib'e pa ruk'isib'äl ruxaq"},"last_page_label":{"textContent":"Tib'e pa ruk'isib'äl ruxaq"},"page_rotate_cw":{"title":"Tisutïx pan ajkiq'a'"},"page_rotate_cw_label":{"textContent":"Tisutïx pan ajkiq'a'"},"page_rotate_ccw":{"title":"Tisutïx pan ajxokon"},"page_rotate_ccw_label":{"textContent":"Tisutïx pan ajxokon"},"cursor_text_select_tool":{"title":"Titzij ri rusamajib'al Rucha'ik Rucholajem Tzij"},"cursor_text_select_tool_label":{"textContent":"Rusamajib'al Rucha'ik Rucholajem Tzij"},"cursor_hand_tool":{"title":"Titzij ri q'ab'aj samajib'äl"},"cursor_hand_tool_label":{"textContent":"Q'ab'aj Samajib'äl"},"scroll_vertical":{"title":"Tokisäx Pa'äl Q'axanem"},"scroll_vertical_label":{"textContent":"Pa'äl Q'axanem"},"scroll_horizontal":{"title":"Tokisäx Kotz'öl Q'axanem"},"scroll_horizontal_label":{"textContent":"Kotz'öl Q'axanem"},"scroll_wrapped":{"title":"Tokisäx Tzub'aj Q'axanem"},"scroll_wrapped_label":{"textContent":"Tzub'aj Q'axanem"},"spread_none":{"title":"Man ketun taq ruxaq pa rub'eyal wuj"},"spread_none_label":{"textContent":"Majun Rub'eyal"},"spread_odd":{"title":"Ke'atunu' ri taq ruxaq rik'in natikirisaj rik'in jun man k'ulaj ta rajilab'al"},"spread_odd_label":{"textContent":"Man K'ulaj Ta Rub'eyal"},"spread_even":{"title":"Ke'atunu' ri taq ruxaq rik'in natikirisaj rik'in jun k'ulaj rajilab'al"},"spread_even_label":{"textContent":"K'ulaj Rub'eyal"},"document_properties":{"title":"Taq richinil wuj…"},"document_properties_label":{"textContent":"Taq richinil wuj…"},"document_properties_file_name":{"textContent":"Rub'i' yakb'äl:"},"document_properties_file_size":{"textContent":"Runimilem yakb'äl:"},"document_properties_kb":{"textContent":"{{size_kb}} KB ({{size_b}} bytes)"},"document_properties_mb":{"textContent":"{{size_mb}} MB ({{size_b}} bytes)"},"document_properties_title":{"textContent":"B'i'aj:"},"document_properties_author":{"textContent":"B'anel:"},"document_properties_subject":{"textContent":"Taqikil:"},"document_properties_keywords":{"textContent":"Kixe'el taq tzij:"},"document_properties_creation_date":{"textContent":"Ruq'ijul xtz'uk:"},"document_properties_modification_date":{"textContent":"Ruq'ijul xjalwachïx:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Q'inonel:"},"document_properties_producer":{"textContent":"PDF b'anöy:"},"document_properties_version":{"textContent":"PDF ruwäch:"},"document_properties_page_count":{"textContent":"Jarupe' ruxaq:"},"document_properties_page_size":{"textContent":"Runimilem ri Ruxaq:"},"document_properties_page_size_unit_inches":{"textContent":"pa"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"rupalem"},"document_properties_page_size_orientation_landscape":{"textContent":"rukotz'olem"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Loman wuj"},"document_properties_page_size_name_legal":{"textContent":"Taqanel tzijol"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Anin Rutz'etik Ajk'amaya'l:"},"document_properties_linearized_yes":{"textContent":"Ja'"},"document_properties_linearized_no":{"textContent":"Mani"},"document_properties_close":{"textContent":"Titz'apïx"},"print_progress_message":{"textContent":"Ruchojmirisaxik wuj richin nitz'ajb'äx…"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Tiq'at"},"toggle_sidebar":{"title":"Tijal ri ajxikin kajtz'ik"},"toggle_sidebar_notification2":{"title":"Tik'ex ri ajxikin yuqkajtz'ik (ri wuj eruk'wan taq ruchi'/taqo/kuchuj)"},"toggle_sidebar_label":{"textContent":"Tijal ri ajxikin kajtz'ik"},"document_outline":{"title":"Tik'ut pe ruch'akulal wuj (kamul-pitz'oj richin nirik'/nich'utinirisäx ronojel ruch'akulal)"},"document_outline_label":{"textContent":"Ruch'akulal wuj"},"attachments":{"title":"Kek'ut pe ri taq taqoj"},"attachments_label":{"textContent":"Taq taqoj"},"layers":{"title":"Kek'ut taq Kuchuj (ka'i'-pitz' richin yetzolïx ronojel ri taq kuchuj e k'o wi)"},"layers_label":{"textContent":"Taq kuchuj"},"thumbs":{"title":"Kek'ut pe taq ch'utiq"},"thumbs_label":{"textContent":"Koköj"},"current_outline_item":{"title":"Kekanöx Taq Ch'akulal Kik'wan Chib'äl"},"current_outline_item_label":{"textContent":"Taq Ch'akulal Kik'wan Chib'äl"},"findbar":{"title":"Tikanöx chupam ri wuj"},"findbar_label":{"textContent":"Tikanöx"},"additional_layers":{"textContent":"Tz'aqat ta Kuchuj"},"page_landmark":{"textContent":"Ruxaq {{page}}"},"thumb_page_title":{"textContent":"Ruxaq {{page}}"},"thumb_page_canvas":{"textContent":"Ruch'utinirisaxik ruxaq {{page}}"},"find_input":{"title":"Tikanöx","placeholder":"Tikanöx pa wuj…"},"find_previous":{"title":"Tib'an b'enam pa ri jun kan q'aptzij xilitäj"},"find_previous_label":{"textContent":"Jun kan"},"find_next":{"title":"Tib'e pa ri jun chik pajtzij xilitäj"},"find_next_label":{"textContent":"Jun chik"},"find_highlight":{"textContent":"Tiya' retal ronojel"},"find_match_case_label":{"textContent":"Tuk'äm ri' kik'in taq nimatz'ib' chuqa' taq ch'utitz'ib'"},"find_entire_word_label":{"textContent":"Tz'aqät taq tzij"},"find_reached_top":{"textContent":"Xb'eq'i' ri rutikirib'al wuj, xtikanöx k'a pa ruk'isib'äl"},"find_reached_bottom":{"textContent":"Xb'eq'i' ri ruk'isib'äl wuj, xtikanöx pa rutikirib'al"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} richin {{total}} nuk'äm ri'"},"find_match_count[two]":{"textContent":"{{current}} richin {{total}} nikik'äm ki'"},"find_match_count[few]":{"textContent":"{{current}} richin {{total}} nikik'äm ki'"},"find_match_count[many]":{"textContent":"{{current}} richin {{total}} nikik'äm ki'"},"find_match_count[other]":{"textContent":"{{current}} richin {{total}} nikik'äm ki'"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_match_count_limit[one]":{"textContent":"K'ïy chi re {{limit}} nuk'äm ri'"},"find_match_count_limit[two]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_match_count_limit[few]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_match_count_limit[many]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_match_count_limit[other]":{"textContent":"K'ïy chi re {{limit}} nikik'äm ki'"},"find_not_found":{"textContent":"Man xilitäj ta ri pajtzij"},"error_more_info":{"textContent":"Ch'aqa' chik rutzijol"},"error_less_info":{"textContent":"Jub'a' ok rutzijol"},"error_close":{"textContent":"Titz'apïx"},"error_version_info":{"textContent":"PDF.js v{{version}} (build: {{build}})"},"error_message":{"textContent":"Uqxa'n: {{message}}"},"error_stack":{"textContent":"Tzub'aj: {{stack}}"},"error_file":{"textContent":"Yakb'äl: {{file}}"},"error_line":{"textContent":"B'ey: {{line}}"},"rendering_error":{"textContent":"Xk'ulwachitäj jun sachoj toq ninuk'wachij ri ruxaq."},"page_scale_width":{"textContent":"Ruwa ruxaq"},"page_scale_fit":{"textContent":"Tinuk' ruxaq"},"page_scale_auto":{"textContent":"Yonil chi nimilem"},"page_scale_actual":{"textContent":"Runimilem Wakami"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"Nisamäj…"},"loading_error":{"textContent":"\\u0020Xk'ulwachitäj jun sach'oj toq xnuk'ux ri PDF ."},"invalid_file_error":{"textContent":"Man oke ta o yujtajinäq ri PDF yakb'äl."},"missing_file_error":{"textContent":"Man xilitäj ta ri PDF yakb'äl."},"unexpected_response_error":{"textContent":"Man oyob'en ta tz'olin rutzij ruk'u'x samaj."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[{{type}} Tz'ib'anïk]"},"password_label":{"textContent":"Tatz'ib'aj ri ewan tzij richin najäq re yakb'äl re' pa PDF."},"password_invalid":{"textContent":"Man okel ta ri ewan tzij: Tatojtob'ej chik."},"password_ok":{"textContent":"Ütz"},"password_cancel":{"textContent":"Tiq'at"},"printing_not_supported":{"textContent":"Rutzijol k'ayewal: Ri rutz'ajb'axik man koch'el ta ronojel pa re okik'amaya'l re'."},"printing_not_ready":{"textContent":"Rutzijol k'ayewal: Ri PDF man xusamajij ta ronojel richin nitz'ajb'äx."},"web_fonts_disabled":{"textContent":"E chupül ri taq ajk'amaya'l tz'ib': man tikirel ta nokisäx ri taq tz'ib' PDF pa ch'ikenïk"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"save":{"title":"Tiyak"},"save_label":{"textContent":"Tiyak"},"bookmark1_label":{"textContent":"Ruxaq k'o wakami"},"find_match_diacritics_label":{"textContent":"Tiya' Kikojol Tz'aqat taq Tz'ib'"},"editor_free_text2":{"title":"Rucholajem tz'ib'"},"editor_free_text2_label":{"textContent":"Rucholajem tz'ib'"},"editor_ink2":{"title":"Tiwachib'ëx"},"editor_ink2_label":{"textContent":"Tiwachib'ëx"},"free_text2_default_content":{"textContent":"Titikitisäx rutz'ib'axik…"},"editor_free_text_color":{"textContent":"B'onil"},"editor_free_text_size":{"textContent":"Nimilem"},"editor_ink_color":{"textContent":"B'onil"},"editor_ink_thickness":{"textContent":"Rupimil"},"editor_ink_opacity":{"textContent":"Q'equmal"},"editor_free_text2_aria_label":{"textContent":"Nuk'unel tz'ib'atzij"},"editor_ink2_aria_label":{"textContent":"Nuk'unel wachib'äl"},"bookmark1":{"title":"Current Page (View URL from Current Page)"},"scroll_page":{"title":"Use Page Scrolling"},"scroll_page_label":{"textContent":"Page Scrolling"},"editor_ink_canvas_aria_label":{"textContent":"User-created image"}}}}
2
2
  </script>
@@ -1,2 +1,2 @@
1
- <script type="application/l10n">{"default_locale":"dsb","locales":{"dsb":{"previous":{"title":"Pjerwjejšny bok"},"previous_label":{"textContent":"Slědk"},"next":{"title":"Pśiducy bok"},"next_label":{"textContent":"Dalej"},"page":{"title":"Bok"},"of_pages":{"textContent":"z {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} z {{pagesCount}})"},"zoom_out":{"title":"Pómjeńšyś"},"zoom_out_label":{"textContent":"Pómjeńšyś"},"zoom_in":{"title":"Pówětšyś"},"zoom_in_label":{"textContent":"Pówětšyś"},"zoom":{"title":"Skalěrowanje"},"presentation_mode":{"title":"Do prezentaciskego modusa pśejś"},"presentation_mode_label":{"textContent":"Prezentaciski modus"},"open_file":{"title":"Dataju wócyniś"},"open_file_label":{"textContent":"Wócyniś"},"print":{"title":"Śišćaś"},"print_label":{"textContent":"Śišćaś"},"download":{"title":"Ześěgnuś"},"download_label":{"textContent":"Ześěgnuś"},"save":{"title":"Składowaś"},"save_label":{"textContent":"Składowaś"},"bookmark":{"title":"Aktualny naglěd (kopěrowaś abo w nowem woknje wócyniś)"},"bookmark_label":{"textContent":"Aktualny naglěd"},"tools":{"title":"Rědy"},"tools_label":{"textContent":"Rědy"},"first_page":{"title":"K prědnemu bokoju"},"first_page_label":{"textContent":"K prědnemu bokoju"},"last_page":{"title":"K slědnemu bokoju"},"last_page_label":{"textContent":"K slědnemu bokoju"},"page_rotate_cw":{"title":"Wobwjertnuś ako špěra źo"},"page_rotate_cw_label":{"textContent":"Wobwjertnuś ako špěra źo"},"page_rotate_ccw":{"title":"Wobwjertnuś nawopaki ako špěra źo"},"page_rotate_ccw_label":{"textContent":"Wobwjertnuś nawopaki ako špěra źo"},"cursor_text_select_tool":{"title":"Rěd za wuběranje teksta zmóžniś"},"cursor_text_select_tool_label":{"textContent":"Rěd za wuběranje teksta"},"cursor_hand_tool":{"title":"Rucny rěd zmóžniś"},"cursor_hand_tool_label":{"textContent":"Rucny rěd"},"scroll_page":{"title":"Kulanje boka wužywaś"},"scroll_page_label":{"textContent":"Kulanje boka"},"scroll_vertical":{"title":"Wertikalne suwanje wužywaś"},"scroll_vertical_label":{"textContent":"Wertikalne suwanje"},"scroll_horizontal":{"title":"Horicontalne suwanje wužywaś"},"scroll_horizontal_label":{"textContent":"Horicontalne suwanje"},"scroll_wrapped":{"title":"Pózlažke suwanje wužywaś"},"scroll_wrapped_label":{"textContent":"Pózlažke suwanje"},"spread_none":{"title":"Boki njezwězaś"},"spread_none_label":{"textContent":"Žeden dwójny bok"},"spread_odd":{"title":"Boki zachopinajucy z njerownymi bokami zwězaś"},"spread_odd_label":{"textContent":"Njerowne boki"},"spread_even":{"title":"Boki zachopinajucy z rownymi bokami zwězaś"},"spread_even_label":{"textContent":"Rowne boki"},"document_properties":{"title":"Dokumentowe kakosći…"},"document_properties_label":{"textContent":"Dokumentowe kakosći…"},"document_properties_file_name":{"textContent":"Mě dataje:"},"document_properties_file_size":{"textContent":"Wjelikosć dataje:"},"document_properties_kb":{"textContent":"{{size_kb}} KB ({{size_b}} bajtow)"},"document_properties_mb":{"textContent":"{{size_mb}} MB ({{size_b}} bajtow)"},"document_properties_title":{"textContent":"Titel:"},"document_properties_author":{"textContent":"Awtor:"},"document_properties_subject":{"textContent":"Tema:"},"document_properties_keywords":{"textContent":"Klucowe słowa:"},"document_properties_creation_date":{"textContent":"Datum napóranja:"},"document_properties_modification_date":{"textContent":"Datum změny:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Awtor:"},"document_properties_producer":{"textContent":"PDF-gótowaŕ:"},"document_properties_version":{"textContent":"PDF-wersija:"},"document_properties_page_count":{"textContent":"Licba bokow:"},"document_properties_page_size":{"textContent":"Wjelikosć boka:"},"document_properties_page_size_unit_inches":{"textContent":"col"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"wusoki format"},"document_properties_page_size_orientation_landscape":{"textContent":"prěcny format"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Letter"},"document_properties_page_size_name_legal":{"textContent":"Legal"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Fast Web View:"},"document_properties_linearized_yes":{"textContent":"Jo"},"document_properties_linearized_no":{"textContent":"Ně"},"document_properties_close":{"textContent":"Zacyniś"},"print_progress_message":{"textContent":"Dokument pśigótujo se za śišćanje…"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Pśetergnuś"},"toggle_sidebar":{"title":"Bócnicu pokazaś/schowaś"},"toggle_sidebar_notification2":{"title":"Bocnicu pśešaltowaś (dokument rozrědowanje/pśipiski/warstwy wopśimujo)"},"toggle_sidebar_label":{"textContent":"Bócnicu pokazaś/schowaś"},"document_outline":{"title":"Dokumentowe naraźenje pokazaś (dwójne kliknjenje, aby se wšykne zapiski pokazali/schowali)"},"document_outline_label":{"textContent":"Dokumentowa struktura"},"attachments":{"title":"Pśidanki pokazaś"},"attachments_label":{"textContent":"Pśidanki"},"layers":{"title":"Warstwy pokazaś (klikniśo dwójcy, aby wšykne warstwy na standardny staw slědk stajił)"},"layers_label":{"textContent":"Warstwy"},"thumbs":{"title":"Miniatury pokazaś"},"thumbs_label":{"textContent":"Miniatury"},"current_outline_item":{"title":"Aktualny rozrědowański zapisk pytaś"},"current_outline_item_label":{"textContent":"Aktualny rozrědowański zapisk"},"findbar":{"title":"W dokumenśe pytaś"},"findbar_label":{"textContent":"Pytaś"},"additional_layers":{"textContent":"Dalšne warstwy"},"page_landmark":{"textContent":"Bok {{page}}"},"thumb_page_title":{"textContent":"Bok {{page}}"},"thumb_page_canvas":{"textContent":"Miniatura boka {{page}}"},"find_input":{"title":"Pytaś","placeholder":"W dokumenśe pytaś…"},"find_previous":{"title":"Pjerwjejšne wustupowanje pytańskego wuraza pytaś"},"find_previous_label":{"textContent":"Slědk"},"find_next":{"title":"Pśidujuce wustupowanje pytańskego wuraza pytaś"},"find_next_label":{"textContent":"Dalej"},"find_highlight":{"textContent":"Wšykne wuzwignuś"},"find_match_case_label":{"textContent":"Na wjelikopisanje źiwaś"},"find_match_diacritics_label":{"textContent":"Diakritiske znamuška wužywaś"},"find_entire_word_label":{"textContent":"Cełe słowa"},"find_reached_top":{"textContent":"Zachopjeńk dokumenta dostany, pókšacujo se z kóńcom"},"find_reached_bottom":{"textContent":"Kóńc dokumenta dostany, pókšacujo se ze zachopjeńkom"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} z {{total}} wótpowědnika"},"find_match_count[two]":{"textContent":"{{current}} z {{total}} wótpowědnikowu"},"find_match_count[few]":{"textContent":"{{current}} z {{total}} wótpowědnikow"},"find_match_count[many]":{"textContent":"{{current}} z {{total}} wótpowědnikow"},"find_match_count[other]":{"textContent":"{{current}} z {{total}} wótpowědnikow"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Wěcej ako {{limit}} wótpowědnikow"},"find_match_count_limit[one]":{"textContent":"Wěcej ako {{limit}} wótpowědnik"},"find_match_count_limit[two]":{"textContent":"Wěcej ako {{limit}} wótpowědnika"},"find_match_count_limit[few]":{"textContent":"Wěcej ako {{limit}} wótpowědniki"},"find_match_count_limit[many]":{"textContent":"Wěcej ako {{limit}} wótpowědnikow"},"find_match_count_limit[other]":{"textContent":"Wěcej ako {{limit}} wótpowědnikow"},"find_not_found":{"textContent":"Pytański wuraz njejo se namakał"},"error_more_info":{"textContent":"Wěcej informacijow"},"error_less_info":{"textContent":"Mjenjej informacijow"},"error_close":{"textContent":"Zacyniś"},"error_version_info":{"textContent":"PDF.js v{{version}} (build: {{build}})"},"error_message":{"textContent":"Powěźenka: {{message}}"},"error_stack":{"textContent":"Lisćina zawołanjow: {{stack}}"},"error_file":{"textContent":"Dataja: {{file}}"},"error_line":{"textContent":"Smužka: {{line}}"},"page_scale_width":{"textContent":"Šyrokosć boka"},"page_scale_fit":{"textContent":"Wjelikosć boka"},"page_scale_auto":{"textContent":"Awtomatiske skalěrowanje"},"page_scale_actual":{"textContent":"Aktualna wjelikosć"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"Zacytujo se…"},"loading_error":{"textContent":"Pśi zacytowanju PDF jo zmólka nastała."},"invalid_file_error":{"textContent":"Njepłaśiwa abo wobškóźona PDF-dataja."},"missing_file_error":{"textContent":"Felujuca PDF-dataja."},"unexpected_response_error":{"textContent":"Njewócakane serwerowe wótegrono."},"rendering_error":{"textContent":"Pśi zwobraznjanju boka jo zmólka nastała."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[Typ pśipiskow: {{type}}]"},"password_label":{"textContent":"Zapódajśo gronidło, aby PDF-dataju wócynił."},"password_invalid":{"textContent":"Njepłaśiwe gronidło. Pšosym wopytajśo hyšći raz."},"password_ok":{"textContent":"W pórěźe"},"password_cancel":{"textContent":"Pśetergnuś"},"printing_not_supported":{"textContent":"Warnowanje: Śišćanje njepódpěra se połnje pśez toś ten wobglědowak."},"printing_not_ready":{"textContent":"Warnowanje: PDF njejo se za śišćanje dopołnje zacytał."},"web_fonts_disabled":{"textContent":"Webpisma su znjemóžnjone: njejo móžno, zasajźone PDF-pisma wužywaś."},"editor_free_text2":{"title":"Tekst"},"editor_free_text2_label":{"textContent":"Tekst"},"editor_ink2":{"title":"Kresliś"},"editor_ink2_label":{"textContent":"Kresliś"},"free_text2_default_content":{"textContent":"Zachopśo pisaś…"},"editor_free_text_color":{"textContent":"Barwa"},"editor_free_text_size":{"textContent":"Wjelikosć"},"editor_ink_color":{"textContent":"Barwa"},"editor_ink_thickness":{"textContent":"Tłustosć"},"editor_ink_opacity":{"textContent":"Opacita"},"editor_free_text2_aria_label":{"textContent":"Tekstowy editor"},"editor_ink2_aria_label":{"textContent":"Kresleński editor"},"editor_ink_canvas_aria_label":{"textContent":"Wobraz napórany wót wužywarja"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"bookmark1":{"title":"Current Page (View URL from Current Page)"},"bookmark1_label":{"textContent":"Current Page"}}}}
1
+ <script type="application/l10n">{"default_locale":"dsb","locales":{"dsb":{"previous":{"title":"Pjerwjejšny bok"},"previous_label":{"textContent":"Slědk"},"next":{"title":"Pśiducy bok"},"next_label":{"textContent":"Dalej"},"page":{"title":"Bok"},"of_pages":{"textContent":"z {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} z {{pagesCount}})"},"zoom_out":{"title":"Pómjeńšyś"},"zoom_out_label":{"textContent":"Pómjeńšyś"},"zoom_in":{"title":"Pówětšyś"},"zoom_in_label":{"textContent":"Pówětšyś"},"zoom":{"title":"Skalěrowanje"},"presentation_mode":{"title":"Do prezentaciskego modusa pśejś"},"presentation_mode_label":{"textContent":"Prezentaciski modus"},"open_file":{"title":"Dataju wócyniś"},"open_file_label":{"textContent":"Wócyniś"},"print":{"title":"Śišćaś"},"print_label":{"textContent":"Śišćaś"},"download":{"title":"Ześěgnuś"},"download_label":{"textContent":"Ześěgnuś"},"save":{"title":"Składowaś"},"save_label":{"textContent":"Składowaś"},"bookmark":{"title":"Aktualny naglěd (kopěrowaś abo w nowem woknje wócyniś)"},"bookmark_label":{"textContent":"Aktualny naglěd"},"tools":{"title":"Rědy"},"tools_label":{"textContent":"Rědy"},"first_page":{"title":"K prědnemu bokoju"},"first_page_label":{"textContent":"K prědnemu bokoju"},"last_page":{"title":"K slědnemu bokoju"},"last_page_label":{"textContent":"K slědnemu bokoju"},"page_rotate_cw":{"title":"Wobwjertnuś ako špěra źo"},"page_rotate_cw_label":{"textContent":"Wobwjertnuś ako špěra źo"},"page_rotate_ccw":{"title":"Wobwjertnuś nawopaki ako špěra źo"},"page_rotate_ccw_label":{"textContent":"Wobwjertnuś nawopaki ako špěra źo"},"cursor_text_select_tool":{"title":"Rěd za wuběranje teksta zmóžniś"},"cursor_text_select_tool_label":{"textContent":"Rěd za wuběranje teksta"},"cursor_hand_tool":{"title":"Rucny rěd zmóžniś"},"cursor_hand_tool_label":{"textContent":"Rucny rěd"},"scroll_page":{"title":"Kulanje boka wužywaś"},"scroll_page_label":{"textContent":"Kulanje boka"},"scroll_vertical":{"title":"Wertikalne suwanje wužywaś"},"scroll_vertical_label":{"textContent":"Wertikalne suwanje"},"scroll_horizontal":{"title":"Horicontalne suwanje wužywaś"},"scroll_horizontal_label":{"textContent":"Horicontalne suwanje"},"scroll_wrapped":{"title":"Pózlažke suwanje wužywaś"},"scroll_wrapped_label":{"textContent":"Pózlažke suwanje"},"spread_none":{"title":"Boki njezwězaś"},"spread_none_label":{"textContent":"Žeden dwójny bok"},"spread_odd":{"title":"Boki zachopinajucy z njerownymi bokami zwězaś"},"spread_odd_label":{"textContent":"Njerowne boki"},"spread_even":{"title":"Boki zachopinajucy z rownymi bokami zwězaś"},"spread_even_label":{"textContent":"Rowne boki"},"document_properties":{"title":"Dokumentowe kakosći…"},"document_properties_label":{"textContent":"Dokumentowe kakosći…"},"document_properties_file_name":{"textContent":"Mě dataje:"},"document_properties_file_size":{"textContent":"Wjelikosć dataje:"},"document_properties_kb":{"textContent":"{{size_kb}} KB ({{size_b}} bajtow)"},"document_properties_mb":{"textContent":"{{size_mb}} MB ({{size_b}} bajtow)"},"document_properties_title":{"textContent":"Titel:"},"document_properties_author":{"textContent":"Awtor:"},"document_properties_subject":{"textContent":"Tema:"},"document_properties_keywords":{"textContent":"Klucowe słowa:"},"document_properties_creation_date":{"textContent":"Datum napóranja:"},"document_properties_modification_date":{"textContent":"Datum změny:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Awtor:"},"document_properties_producer":{"textContent":"PDF-gótowaŕ:"},"document_properties_version":{"textContent":"PDF-wersija:"},"document_properties_page_count":{"textContent":"Licba bokow:"},"document_properties_page_size":{"textContent":"Wjelikosć boka:"},"document_properties_page_size_unit_inches":{"textContent":"col"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"wusoki format"},"document_properties_page_size_orientation_landscape":{"textContent":"prěcny format"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Letter"},"document_properties_page_size_name_legal":{"textContent":"Legal"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Fast Web View:"},"document_properties_linearized_yes":{"textContent":"Jo"},"document_properties_linearized_no":{"textContent":"Ně"},"document_properties_close":{"textContent":"Zacyniś"},"print_progress_message":{"textContent":"Dokument pśigótujo se za śišćanje…"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Pśetergnuś"},"toggle_sidebar":{"title":"Bócnicu pokazaś/schowaś"},"toggle_sidebar_notification2":{"title":"Bocnicu pśešaltowaś (dokument rozrědowanje/pśipiski/warstwy wopśimujo)"},"toggle_sidebar_label":{"textContent":"Bócnicu pokazaś/schowaś"},"document_outline":{"title":"Dokumentowe naraźenje pokazaś (dwójne kliknjenje, aby se wšykne zapiski pokazali/schowali)"},"document_outline_label":{"textContent":"Dokumentowa struktura"},"attachments":{"title":"Pśidanki pokazaś"},"attachments_label":{"textContent":"Pśidanki"},"layers":{"title":"Warstwy pokazaś (klikniśo dwójcy, aby wšykne warstwy na standardny staw slědk stajił)"},"layers_label":{"textContent":"Warstwy"},"thumbs":{"title":"Miniatury pokazaś"},"thumbs_label":{"textContent":"Miniatury"},"current_outline_item":{"title":"Aktualny rozrědowański zapisk pytaś"},"current_outline_item_label":{"textContent":"Aktualny rozrědowański zapisk"},"findbar":{"title":"W dokumenśe pytaś"},"findbar_label":{"textContent":"Pytaś"},"additional_layers":{"textContent":"Dalšne warstwy"},"page_landmark":{"textContent":"Bok {{page}}"},"thumb_page_title":{"textContent":"Bok {{page}}"},"thumb_page_canvas":{"textContent":"Miniatura boka {{page}}"},"find_input":{"title":"Pytaś","placeholder":"W dokumenśe pytaś…"},"find_previous":{"title":"Pjerwjejšne wustupowanje pytańskego wuraza pytaś"},"find_previous_label":{"textContent":"Slědk"},"find_next":{"title":"Pśidujuce wustupowanje pytańskego wuraza pytaś"},"find_next_label":{"textContent":"Dalej"},"find_highlight":{"textContent":"Wšykne wuzwignuś"},"find_match_case_label":{"textContent":"Na wjelikopisanje źiwaś"},"find_match_diacritics_label":{"textContent":"Diakritiske znamuška wužywaś"},"find_entire_word_label":{"textContent":"Cełe słowa"},"find_reached_top":{"textContent":"Zachopjeńk dokumenta dostany, pókšacujo se z kóńcom"},"find_reached_bottom":{"textContent":"Kóńc dokumenta dostany, pókšacujo se ze zachopjeńkom"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} z {{total}} wótpowědnika"},"find_match_count[two]":{"textContent":"{{current}} z {{total}} wótpowědnikowu"},"find_match_count[few]":{"textContent":"{{current}} z {{total}} wótpowědnikow"},"find_match_count[many]":{"textContent":"{{current}} z {{total}} wótpowědnikow"},"find_match_count[other]":{"textContent":"{{current}} z {{total}} wótpowědnikow"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Wěcej ako {{limit}} wótpowědnikow"},"find_match_count_limit[one]":{"textContent":"Wěcej ako {{limit}} wótpowědnik"},"find_match_count_limit[two]":{"textContent":"Wěcej ako {{limit}} wótpowědnika"},"find_match_count_limit[few]":{"textContent":"Wěcej ako {{limit}} wótpowědniki"},"find_match_count_limit[many]":{"textContent":"Wěcej ako {{limit}} wótpowědnikow"},"find_match_count_limit[other]":{"textContent":"Wěcej ako {{limit}} wótpowědnikow"},"find_not_found":{"textContent":"Pytański wuraz njejo se namakał"},"error_more_info":{"textContent":"Wěcej informacijow"},"error_less_info":{"textContent":"Mjenjej informacijow"},"error_close":{"textContent":"Zacyniś"},"error_version_info":{"textContent":"PDF.js v{{version}} (build: {{build}})"},"error_message":{"textContent":"Powěźenka: {{message}}"},"error_stack":{"textContent":"Lisćina zawołanjow: {{stack}}"},"error_file":{"textContent":"Dataja: {{file}}"},"error_line":{"textContent":"Smužka: {{line}}"},"page_scale_width":{"textContent":"Šyrokosć boka"},"page_scale_fit":{"textContent":"Wjelikosć boka"},"page_scale_auto":{"textContent":"Awtomatiske skalěrowanje"},"page_scale_actual":{"textContent":"Aktualna wjelikosć"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"Zacytujo se…"},"loading_error":{"textContent":"Pśi zacytowanju PDF jo zmólka nastała."},"invalid_file_error":{"textContent":"Njepłaśiwa abo wobškóźona PDF-dataja."},"missing_file_error":{"textContent":"Felujuca PDF-dataja."},"unexpected_response_error":{"textContent":"Njewócakane serwerowe wótegrono."},"rendering_error":{"textContent":"Pśi zwobraznjanju boka jo zmólka nastała."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[Typ pśipiskow: {{type}}]"},"password_label":{"textContent":"Zapódajśo gronidło, aby PDF-dataju wócynił."},"password_invalid":{"textContent":"Njepłaśiwe gronidło. Pšosym wopytajśo hyšći raz."},"password_ok":{"textContent":"W pórěźe"},"password_cancel":{"textContent":"Pśetergnuś"},"printing_not_supported":{"textContent":"Warnowanje: Śišćanje njepódpěra se połnje pśez toś ten wobglědowak."},"printing_not_ready":{"textContent":"Warnowanje: PDF njejo se za śišćanje dopołnje zacytał."},"web_fonts_disabled":{"textContent":"Webpisma su znjemóžnjone: njejo móžno, zasajźone PDF-pisma wužywaś."},"editor_free_text2":{"title":"Tekst"},"editor_free_text2_label":{"textContent":"Tekst"},"editor_ink2":{"title":"Kresliś"},"editor_ink2_label":{"textContent":"Kresliś"},"free_text2_default_content":{"textContent":"Zachopśo pisaś…"},"editor_free_text_color":{"textContent":"Barwa"},"editor_free_text_size":{"textContent":"Wjelikosć"},"editor_ink_color":{"textContent":"Barwa"},"editor_ink_thickness":{"textContent":"Tłustosć"},"editor_ink_opacity":{"textContent":"Opacita"},"editor_free_text2_aria_label":{"textContent":"Tekstowy editor"},"editor_ink2_aria_label":{"textContent":"Kresleński editor"},"editor_ink_canvas_aria_label":{"textContent":"Wobraz napórany wót wužywarja"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"bookmark1":{"title":"Aktualny bok (URL z aktualnego boka pokazaś)"},"bookmark1_label":{"textContent":"Aktualny bok"}}}}
2
2
  </script>
@@ -1,2 +1,2 @@
1
- <script type="application/l10n">{"default_locale":"el","locales":{"el":{"previous":{"title":"Προηγούμενη σελίδα"},"previous_label":{"textContent":"Προηγούμενη"},"next":{"title":"Επόμενη σελίδα"},"next_label":{"textContent":"Επόμενη"},"page":{"title":"Σελίδα"},"of_pages":{"textContent":"από {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} από {{pagesCount}})"},"zoom_out":{"title":"Σμίκρυνση"},"zoom_out_label":{"textContent":"Σμίκρυνση"},"zoom_in":{"title":"Μεγέθυνση"},"zoom_in_label":{"textContent":"Μεγέθυνση"},"zoom":{"title":"Ζουμ"},"presentation_mode":{"title":"Εναλλαγή σε λειτουργία παρουσίασης"},"presentation_mode_label":{"textContent":"Λειτουργία παρουσίασης"},"open_file":{"title":"Άνοιγμα αρχείου"},"open_file_label":{"textContent":"Άνοιγμα"},"print":{"title":"Εκτύπωση"},"print_label":{"textContent":"Εκτύπωση"},"download":{"title":"Λήψη"},"download_label":{"textContent":"Λήψη"},"save":{"title":"Αποθήκευση"},"save_label":{"textContent":"Αποθήκευση"},"bookmark":{"title":"Τρέχουσα προβολή (αντιγραφή ή άνοιγμα σε νέο παράθυρο)"},"bookmark_label":{"textContent":"Τρέχουσα προβολή"},"bookmark1_label":{"textContent":"Τρέχουσα σελίδα"},"tools":{"title":"Εργαλεία"},"tools_label":{"textContent":"Εργαλεία"},"first_page":{"title":"Μετάβαση στην πρώτη σελίδα"},"first_page_label":{"textContent":"Μετάβαση στην πρώτη σελίδα"},"last_page":{"title":"Μετάβαση στην τελευταία σελίδα"},"last_page_label":{"textContent":"Μετάβαση στην τελευταία σελίδα"},"page_rotate_cw":{"title":"Δεξιόστροφη περιστροφή"},"page_rotate_cw_label":{"textContent":"Δεξιόστροφη περιστροφή"},"page_rotate_ccw":{"title":"Αριστερόστροφη περιστροφή"},"page_rotate_ccw_label":{"textContent":"Αριστερόστροφη περιστροφή"},"cursor_text_select_tool":{"title":"Ενεργοποίηση εργαλείου επιλογής κειμένου"},"cursor_text_select_tool_label":{"textContent":"Εργαλείο επιλογής κειμένου"},"cursor_hand_tool":{"title":"Ενεργοποίηση εργαλείου χεριού"},"cursor_hand_tool_label":{"textContent":"Εργαλείο χεριού"},"scroll_page":{"title":"Χρήση κύλισης σελίδας"},"scroll_page_label":{"textContent":"Κύλιση σελίδας"},"scroll_vertical":{"title":"Χρήση κάθετης κύλισης"},"scroll_vertical_label":{"textContent":"Κάθετη κύλιση"},"scroll_horizontal":{"title":"Χρήση οριζόντιας κύλισης"},"scroll_horizontal_label":{"textContent":"Οριζόντια κύλιση"},"scroll_wrapped":{"title":"Χρήση κυκλικής κύλισης"},"scroll_wrapped_label":{"textContent":"Κυκλική κύλιση"},"spread_none":{"title":"Να μην γίνει σύνδεση επεκτάσεων σελίδων"},"spread_none_label":{"textContent":"Χωρίς επεκτάσεις"},"spread_odd":{"title":"Σύνδεση επεκτάσεων σελίδων ξεκινώντας από τις μονές σελίδες"},"spread_odd_label":{"textContent":"Μονές επεκτάσεις"},"spread_even":{"title":"Σύνδεση επεκτάσεων σελίδων ξεκινώντας από τις ζυγές σελίδες"},"spread_even_label":{"textContent":"Ζυγές επεκτάσεις"},"document_properties":{"title":"Ιδιότητες εγγράφου…"},"document_properties_label":{"textContent":"Ιδιότητες εγγράφου…"},"document_properties_file_name":{"textContent":"Όνομα αρχείου:"},"document_properties_file_size":{"textContent":"Μέγεθος αρχείου:"},"document_properties_kb":{"textContent":"{{size_kb}} KB ({{size_b}} bytes)"},"document_properties_mb":{"textContent":"{{size_mb}} MB ({{size_b}} bytes)"},"document_properties_title":{"textContent":"Τίτλος:"},"document_properties_author":{"textContent":"Συγγραφέας:"},"document_properties_subject":{"textContent":"Θέμα:"},"document_properties_keywords":{"textContent":"Λέξεις-κλειδιά:"},"document_properties_creation_date":{"textContent":"Ημερομηνία δημιουργίας:"},"document_properties_modification_date":{"textContent":"Ημερομηνία τροποποίησης:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Δημιουργός:"},"document_properties_producer":{"textContent":"Παραγωγός PDF:"},"document_properties_version":{"textContent":"Έκδοση PDF:"},"document_properties_page_count":{"textContent":"Αριθμός σελίδων:"},"document_properties_page_size":{"textContent":"Μέγεθος σελίδας:"},"document_properties_page_size_unit_inches":{"textContent":"ίντσες"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"κατακόρυφα"},"document_properties_page_size_orientation_landscape":{"textContent":"οριζόντια"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Επιστολή"},"document_properties_page_size_name_legal":{"textContent":"Τύπου Legal"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Ταχεία προβολή ιστού:"},"document_properties_linearized_yes":{"textContent":"Ναι"},"document_properties_linearized_no":{"textContent":"Όχι"},"document_properties_close":{"textContent":"Κλείσιμο"},"print_progress_message":{"textContent":"Προετοιμασία του εγγράφου για εκτύπωση…"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Ακύρωση"},"toggle_sidebar":{"title":"(Απ)ενεργοποίηση πλαϊνής γραμμής"},"toggle_sidebar_notification2":{"title":"(Απ)ενεργοποίηση πλαϊνής γραμμής (το έγγραφο περιέχει περίγραμμα/συνημμένα/επίπεδα)"},"toggle_sidebar_label":{"textContent":"(Απ)ενεργοποίηση πλαϊνής γραμμής"},"document_outline":{"title":"Εμφάνιση διάρθρωσης εγγράφου (διπλό κλικ για ανάπτυξη/σύμπτυξη όλων των στοιχείων)"},"document_outline_label":{"textContent":"Διάρθρωση εγγράφου"},"attachments":{"title":"Εμφάνιση συνημμένων"},"attachments_label":{"textContent":"Συνημμένα"},"layers":{"title":"Εμφάνιση επιπέδων (διπλό κλικ για επαναφορά όλων των επιπέδων στην προεπιλεγμένη κατάσταση)"},"layers_label":{"textContent":"Επίπεδα"},"thumbs":{"title":"Εμφάνιση μικρογραφιών"},"thumbs_label":{"textContent":"Μικρογραφίες"},"current_outline_item":{"title":"Εύρεση τρέχοντος στοιχείου διάρθρωσης"},"current_outline_item_label":{"textContent":"Τρέχον στοιχείο διάρθρωσης"},"findbar":{"title":"Εύρεση στο έγγραφο"},"findbar_label":{"textContent":"Εύρεση"},"additional_layers":{"textContent":"Επιπρόσθετα επίπεδα"},"page_landmark":{"textContent":"Σελίδα {{page}}"},"thumb_page_title":{"textContent":"Σελίδα {{page}}"},"thumb_page_canvas":{"textContent":"Μικρογραφία σελίδας {{page}}"},"find_input":{"title":"Εύρεση","placeholder":"Εύρεση στο έγγραφο…"},"find_previous":{"title":"Εύρεση της προηγούμενης εμφάνισης της φράσης"},"find_previous_label":{"textContent":"Προηγούμενο"},"find_next":{"title":"Εύρεση της επόμενης εμφάνισης της φράσης"},"find_next_label":{"textContent":"Επόμενο"},"find_highlight":{"textContent":"Επισήμανση όλων"},"find_match_case_label":{"textContent":"Συμφωνία πεζών/κεφαλαίων"},"find_match_diacritics_label":{"textContent":"Αντιστοίχιση διακριτικών"},"find_entire_word_label":{"textContent":"Ολόκληρες λέξεις"},"find_reached_top":{"textContent":"Φτάσατε στην αρχή του εγγράφου, συνέχεια από το τέλος"},"find_reached_bottom":{"textContent":"Φτάσατε στο τέλος του εγγράφου, συνέχεια από την αρχή"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} από {{total}} αντιστοιχία"},"find_match_count[two]":{"textContent":"{{current}} από {{total}} αντιστοιχίες"},"find_match_count[few]":{"textContent":"{{current}} από {{total}} αντιστοιχίες"},"find_match_count[many]":{"textContent":"{{current}} από {{total}} αντιστοιχίες"},"find_match_count[other]":{"textContent":"{{current}} από {{total}} αντιστοιχίες"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_match_count_limit[one]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχία"},"find_match_count_limit[two]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_match_count_limit[few]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_match_count_limit[many]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_match_count_limit[other]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_not_found":{"textContent":"Η φράση δεν βρέθηκε"},"error_more_info":{"textContent":"Περισσότερες πληροφορίες"},"error_less_info":{"textContent":"Λιγότερες πληροφορίες"},"error_close":{"textContent":"Κλείσιμο"},"error_version_info":{"textContent":"PDF.js v{{version}} (έκδοση: {{build}})"},"error_message":{"textContent":"Μήνυμα: {{message}}"},"error_stack":{"textContent":"Στοίβα: {{stack}}"},"error_file":{"textContent":"Αρχείο: {{file}}"},"error_line":{"textContent":"Γραμμή: {{line}}"},"page_scale_width":{"textContent":"Πλάτος σελίδας"},"page_scale_fit":{"textContent":"Μέγεθος σελίδας"},"page_scale_auto":{"textContent":"Αυτόματο ζουμ"},"page_scale_actual":{"textContent":"Πραγματικό μέγεθος"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"Φόρτωση…"},"loading_error":{"textContent":"Προέκυψε σφάλμα κατά τη φόρτωση του PDF."},"invalid_file_error":{"textContent":"Μη έγκυρο ή κατεστραμμένο αρχείο PDF."},"missing_file_error":{"textContent":"Λείπει αρχείο PDF."},"unexpected_response_error":{"textContent":"Μη αναμενόμενη απόκριση από το διακομιστή."},"rendering_error":{"textContent":"Προέκυψε σφάλμα κατά την εμφάνιση της σελίδας."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[Σχόλιο «{{type}}»]"},"password_label":{"textContent":"Εισαγάγετε τον κωδικό πρόσβασης για να ανοίξετε αυτό το αρχείο PDF."},"password_invalid":{"textContent":"Μη έγκυρος κωδικός πρόσβασης. Παρακαλώ δοκιμάστε ξανά."},"password_ok":{"textContent":"OK"},"password_cancel":{"textContent":"Ακύρωση"},"printing_not_supported":{"textContent":"Προειδοποίηση: Η εκτύπωση δεν υποστηρίζεται πλήρως από το πρόγραμμα περιήγησης."},"printing_not_ready":{"textContent":"Προειδοποίηση: Το PDF δεν φορτώθηκε πλήρως για εκτύπωση."},"web_fonts_disabled":{"textContent":"Οι γραμματοσειρές ιστού είναι ανενεργές: δεν είναι δυνατή η χρήση των ενσωματωμένων γραμματοσειρών PDF."},"editor_free_text2":{"title":"Κείμενο"},"editor_free_text2_label":{"textContent":"Κείμενο"},"editor_ink2":{"title":"Σχέδιο"},"editor_ink2_label":{"textContent":"Σχέδιο"},"free_text2_default_content":{"textContent":"Ξεκινήστε να πληκτρολογείτε…"},"editor_free_text_color":{"textContent":"Χρώμα"},"editor_free_text_size":{"textContent":"Μέγεθος"},"editor_ink_color":{"textContent":"Χρώμα"},"editor_ink_thickness":{"textContent":"Πάχος"},"editor_ink_opacity":{"textContent":"Αδιαφάνεια"},"editor_free_text2_aria_label":{"textContent":"Επεξεργασία κειμένου"},"editor_ink2_aria_label":{"textContent":"Επεξεργασία σχεδίων"},"editor_ink_canvas_aria_label":{"textContent":"Εικόνα από τον χρήστη"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"bookmark1":{"title":"Current Page (View URL from Current Page)"}}}}
1
+ <script type="application/l10n">{"default_locale":"el","locales":{"el":{"previous":{"title":"Προηγούμενη σελίδα"},"previous_label":{"textContent":"Προηγούμενη"},"next":{"title":"Επόμενη σελίδα"},"next_label":{"textContent":"Επόμενη"},"page":{"title":"Σελίδα"},"of_pages":{"textContent":"από {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} από {{pagesCount}})"},"zoom_out":{"title":"Σμίκρυνση"},"zoom_out_label":{"textContent":"Σμίκρυνση"},"zoom_in":{"title":"Μεγέθυνση"},"zoom_in_label":{"textContent":"Μεγέθυνση"},"zoom":{"title":"Ζουμ"},"presentation_mode":{"title":"Εναλλαγή σε λειτουργία παρουσίασης"},"presentation_mode_label":{"textContent":"Λειτουργία παρουσίασης"},"open_file":{"title":"Άνοιγμα αρχείου"},"open_file_label":{"textContent":"Άνοιγμα"},"print":{"title":"Εκτύπωση"},"print_label":{"textContent":"Εκτύπωση"},"download":{"title":"Λήψη"},"download_label":{"textContent":"Λήψη"},"save":{"title":"Αποθήκευση"},"save_label":{"textContent":"Αποθήκευση"},"bookmark":{"title":"Τρέχουσα προβολή (αντιγραφή ή άνοιγμα σε νέο παράθυρο)"},"bookmark_label":{"textContent":"Τρέχουσα προβολή"},"bookmark1_label":{"textContent":"Τρέχουσα σελίδα"},"tools":{"title":"Εργαλεία"},"tools_label":{"textContent":"Εργαλεία"},"first_page":{"title":"Μετάβαση στην πρώτη σελίδα"},"first_page_label":{"textContent":"Μετάβαση στην πρώτη σελίδα"},"last_page":{"title":"Μετάβαση στην τελευταία σελίδα"},"last_page_label":{"textContent":"Μετάβαση στην τελευταία σελίδα"},"page_rotate_cw":{"title":"Δεξιόστροφη περιστροφή"},"page_rotate_cw_label":{"textContent":"Δεξιόστροφη περιστροφή"},"page_rotate_ccw":{"title":"Αριστερόστροφη περιστροφή"},"page_rotate_ccw_label":{"textContent":"Αριστερόστροφη περιστροφή"},"cursor_text_select_tool":{"title":"Ενεργοποίηση εργαλείου επιλογής κειμένου"},"cursor_text_select_tool_label":{"textContent":"Εργαλείο επιλογής κειμένου"},"cursor_hand_tool":{"title":"Ενεργοποίηση εργαλείου χεριού"},"cursor_hand_tool_label":{"textContent":"Εργαλείο χεριού"},"scroll_page":{"title":"Χρήση κύλισης σελίδας"},"scroll_page_label":{"textContent":"Κύλιση σελίδας"},"scroll_vertical":{"title":"Χρήση κάθετης κύλισης"},"scroll_vertical_label":{"textContent":"Κάθετη κύλιση"},"scroll_horizontal":{"title":"Χρήση οριζόντιας κύλισης"},"scroll_horizontal_label":{"textContent":"Οριζόντια κύλιση"},"scroll_wrapped":{"title":"Χρήση κυκλικής κύλισης"},"scroll_wrapped_label":{"textContent":"Κυκλική κύλιση"},"spread_none":{"title":"Να μην γίνει σύνδεση επεκτάσεων σελίδων"},"spread_none_label":{"textContent":"Χωρίς επεκτάσεις"},"spread_odd":{"title":"Σύνδεση επεκτάσεων σελίδων ξεκινώντας από τις μονές σελίδες"},"spread_odd_label":{"textContent":"Μονές επεκτάσεις"},"spread_even":{"title":"Σύνδεση επεκτάσεων σελίδων ξεκινώντας από τις ζυγές σελίδες"},"spread_even_label":{"textContent":"Ζυγές επεκτάσεις"},"document_properties":{"title":"Ιδιότητες εγγράφου…"},"document_properties_label":{"textContent":"Ιδιότητες εγγράφου…"},"document_properties_file_name":{"textContent":"Όνομα αρχείου:"},"document_properties_file_size":{"textContent":"Μέγεθος αρχείου:"},"document_properties_kb":{"textContent":"{{size_kb}} KB ({{size_b}} bytes)"},"document_properties_mb":{"textContent":"{{size_mb}} MB ({{size_b}} bytes)"},"document_properties_title":{"textContent":"Τίτλος:"},"document_properties_author":{"textContent":"Συγγραφέας:"},"document_properties_subject":{"textContent":"Θέμα:"},"document_properties_keywords":{"textContent":"Λέξεις-κλειδιά:"},"document_properties_creation_date":{"textContent":"Ημερομηνία δημιουργίας:"},"document_properties_modification_date":{"textContent":"Ημερομηνία τροποποίησης:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Δημιουργός:"},"document_properties_producer":{"textContent":"Παραγωγός PDF:"},"document_properties_version":{"textContent":"Έκδοση PDF:"},"document_properties_page_count":{"textContent":"Αριθμός σελίδων:"},"document_properties_page_size":{"textContent":"Μέγεθος σελίδας:"},"document_properties_page_size_unit_inches":{"textContent":"ίντσες"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"κατακόρυφα"},"document_properties_page_size_orientation_landscape":{"textContent":"οριζόντια"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Επιστολή"},"document_properties_page_size_name_legal":{"textContent":"Τύπου Legal"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Ταχεία προβολή ιστού:"},"document_properties_linearized_yes":{"textContent":"Ναι"},"document_properties_linearized_no":{"textContent":"Όχι"},"document_properties_close":{"textContent":"Κλείσιμο"},"print_progress_message":{"textContent":"Προετοιμασία του εγγράφου για εκτύπωση…"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Ακύρωση"},"toggle_sidebar":{"title":"(Απ)ενεργοποίηση πλαϊνής γραμμής"},"toggle_sidebar_notification2":{"title":"(Απ)ενεργοποίηση πλαϊνής γραμμής (το έγγραφο περιέχει περίγραμμα/συνημμένα/επίπεδα)"},"toggle_sidebar_label":{"textContent":"(Απ)ενεργοποίηση πλαϊνής γραμμής"},"document_outline":{"title":"Εμφάνιση διάρθρωσης εγγράφου (διπλό κλικ για ανάπτυξη/σύμπτυξη όλων των στοιχείων)"},"document_outline_label":{"textContent":"Διάρθρωση εγγράφου"},"attachments":{"title":"Εμφάνιση συνημμένων"},"attachments_label":{"textContent":"Συνημμένα"},"layers":{"title":"Εμφάνιση επιπέδων (διπλό κλικ για επαναφορά όλων των επιπέδων στην προεπιλεγμένη κατάσταση)"},"layers_label":{"textContent":"Επίπεδα"},"thumbs":{"title":"Εμφάνιση μικρογραφιών"},"thumbs_label":{"textContent":"Μικρογραφίες"},"current_outline_item":{"title":"Εύρεση τρέχοντος στοιχείου διάρθρωσης"},"current_outline_item_label":{"textContent":"Τρέχον στοιχείο διάρθρωσης"},"findbar":{"title":"Εύρεση στο έγγραφο"},"findbar_label":{"textContent":"Εύρεση"},"additional_layers":{"textContent":"Επιπρόσθετα επίπεδα"},"page_landmark":{"textContent":"Σελίδα {{page}}"},"thumb_page_title":{"textContent":"Σελίδα {{page}}"},"thumb_page_canvas":{"textContent":"Μικρογραφία σελίδας {{page}}"},"find_input":{"title":"Εύρεση","placeholder":"Εύρεση στο έγγραφο…"},"find_previous":{"title":"Εύρεση της προηγούμενης εμφάνισης της φράσης"},"find_previous_label":{"textContent":"Προηγούμενο"},"find_next":{"title":"Εύρεση της επόμενης εμφάνισης της φράσης"},"find_next_label":{"textContent":"Επόμενο"},"find_highlight":{"textContent":"Επισήμανση όλων"},"find_match_case_label":{"textContent":"Συμφωνία πεζών/κεφαλαίων"},"find_match_diacritics_label":{"textContent":"Αντιστοίχιση διακριτικών"},"find_entire_word_label":{"textContent":"Ολόκληρες λέξεις"},"find_reached_top":{"textContent":"Φτάσατε στην αρχή του εγγράφου, συνέχεια από το τέλος"},"find_reached_bottom":{"textContent":"Φτάσατε στο τέλος του εγγράφου, συνέχεια από την αρχή"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} από {{total}} αντιστοιχία"},"find_match_count[two]":{"textContent":"{{current}} από {{total}} αντιστοιχίες"},"find_match_count[few]":{"textContent":"{{current}} από {{total}} αντιστοιχίες"},"find_match_count[many]":{"textContent":"{{current}} από {{total}} αντιστοιχίες"},"find_match_count[other]":{"textContent":"{{current}} από {{total}} αντιστοιχίες"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_match_count_limit[one]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχία"},"find_match_count_limit[two]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_match_count_limit[few]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_match_count_limit[many]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_match_count_limit[other]":{"textContent":"Περισσότερες από {{limit}} αντιστοιχίες"},"find_not_found":{"textContent":"Η φράση δεν βρέθηκε"},"error_more_info":{"textContent":"Περισσότερες πληροφορίες"},"error_less_info":{"textContent":"Λιγότερες πληροφορίες"},"error_close":{"textContent":"Κλείσιμο"},"error_version_info":{"textContent":"PDF.js v{{version}} (έκδοση: {{build}})"},"error_message":{"textContent":"Μήνυμα: {{message}}"},"error_stack":{"textContent":"Στοίβα: {{stack}}"},"error_file":{"textContent":"Αρχείο: {{file}}"},"error_line":{"textContent":"Γραμμή: {{line}}"},"page_scale_width":{"textContent":"Πλάτος σελίδας"},"page_scale_fit":{"textContent":"Μέγεθος σελίδας"},"page_scale_auto":{"textContent":"Αυτόματο ζουμ"},"page_scale_actual":{"textContent":"Πραγματικό μέγεθος"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"Φόρτωση…"},"loading_error":{"textContent":"Προέκυψε σφάλμα κατά τη φόρτωση του PDF."},"invalid_file_error":{"textContent":"Μη έγκυρο ή κατεστραμμένο αρχείο PDF."},"missing_file_error":{"textContent":"Λείπει αρχείο PDF."},"unexpected_response_error":{"textContent":"Μη αναμενόμενη απόκριση από το διακομιστή."},"rendering_error":{"textContent":"Προέκυψε σφάλμα κατά την εμφάνιση της σελίδας."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[Σχόλιο «{{type}}»]"},"password_label":{"textContent":"Εισαγάγετε τον κωδικό πρόσβασης για να ανοίξετε αυτό το αρχείο PDF."},"password_invalid":{"textContent":"Μη έγκυρος κωδικός πρόσβασης. Παρακαλώ δοκιμάστε ξανά."},"password_ok":{"textContent":"OK"},"password_cancel":{"textContent":"Ακύρωση"},"printing_not_supported":{"textContent":"Προειδοποίηση: Η εκτύπωση δεν υποστηρίζεται πλήρως από το πρόγραμμα περιήγησης."},"printing_not_ready":{"textContent":"Προειδοποίηση: Το PDF δεν φορτώθηκε πλήρως για εκτύπωση."},"web_fonts_disabled":{"textContent":"Οι γραμματοσειρές ιστού είναι ανενεργές: δεν είναι δυνατή η χρήση των ενσωματωμένων γραμματοσειρών PDF."},"editor_free_text2":{"title":"Κείμενο"},"editor_free_text2_label":{"textContent":"Κείμενο"},"editor_ink2":{"title":"Σχέδιο"},"editor_ink2_label":{"textContent":"Σχέδιο"},"free_text2_default_content":{"textContent":"Ξεκινήστε να πληκτρολογείτε…"},"editor_free_text_color":{"textContent":"Χρώμα"},"editor_free_text_size":{"textContent":"Μέγεθος"},"editor_ink_color":{"textContent":"Χρώμα"},"editor_ink_thickness":{"textContent":"Πάχος"},"editor_ink_opacity":{"textContent":"Αδιαφάνεια"},"editor_free_text2_aria_label":{"textContent":"Επεξεργασία κειμένου"},"editor_ink2_aria_label":{"textContent":"Επεξεργασία σχεδίων"},"editor_ink_canvas_aria_label":{"textContent":"Εικόνα από τον χρήστη"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"bookmark1":{"title":"Τρέχουσα σελίδα (Προβολή URL από τρέχουσα σελίδα)"}}}}
2
2
  </script>
@@ -1,2 +1,2 @@
1
- <script type="application/l10n">{"default_locale":"eo","locales":{"eo":{"previous":{"title":"Antaŭa paĝo"},"previous_label":{"textContent":"Malantaŭen"},"next":{"title":"Venonta paĝo"},"next_label":{"textContent":"Antaŭen"},"page":{"title":"Paĝo"},"of_pages":{"textContent":"el {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} el {{pagesCount}})"},"zoom_out":{"title":"Malpligrandigi"},"zoom_out_label":{"textContent":"Malpligrandigi"},"zoom_in":{"title":"Pligrandigi"},"zoom_in_label":{"textContent":"Pligrandigi"},"zoom":{"title":"Pligrandigilo"},"presentation_mode":{"title":"Iri al prezenta reĝimo"},"presentation_mode_label":{"textContent":"Prezenta reĝimo"},"open_file":{"title":"Malfermi dosieron"},"open_file_label":{"textContent":"Malfermi"},"print":{"title":"Presi"},"print_label":{"textContent":"Presi"},"download":{"title":"Elŝuti"},"download_label":{"textContent":"Elŝuti"},"save":{"title":"Konservi"},"save_label":{"textContent":"Konservi"},"bookmark":{"title":"Nuna vido (kopii aŭ malfermi en nova fenestro)"},"bookmark_label":{"textContent":"Nuna vido"},"tools":{"title":"Iloj"},"tools_label":{"textContent":"Iloj"},"first_page":{"title":"Iri al la unua paĝo"},"first_page_label":{"textContent":"Iri al la unua paĝo"},"last_page":{"title":"Iri al la lasta paĝo"},"last_page_label":{"textContent":"Iri al la lasta paĝo"},"page_rotate_cw":{"title":"Rotaciigi dekstrume"},"page_rotate_cw_label":{"textContent":"Rotaciigi dekstrume"},"page_rotate_ccw":{"title":"Rotaciigi maldekstrume"},"page_rotate_ccw_label":{"textContent":"Rotaciigi maldekstrume"},"cursor_text_select_tool":{"title":"Aktivigi tekstan elektilon"},"cursor_text_select_tool_label":{"textContent":"Teksta elektilo"},"cursor_hand_tool":{"title":"Aktivigi ilon de mano"},"cursor_hand_tool_label":{"textContent":"Ilo de mano"},"scroll_page":{"title":"Uzi ŝovadon de paĝo"},"scroll_page_label":{"textContent":"Ŝovado de paĝo"},"scroll_vertical":{"title":"Uzi vertikalan ŝovadon"},"scroll_vertical_label":{"textContent":"Vertikala ŝovado"},"scroll_horizontal":{"title":"Uzi horizontalan ŝovadon"},"scroll_horizontal_label":{"textContent":"Horizontala ŝovado"},"scroll_wrapped":{"title":"Uzi ambaŭdirektan ŝovadon"},"scroll_wrapped_label":{"textContent":"Ambaŭdirekta ŝovado"},"spread_none":{"title":"Ne montri paĝojn po du"},"spread_none_label":{"textContent":"Unupaĝa vido"},"spread_odd":{"title":"Kunigi paĝojn komencante per nepara paĝo"},"spread_odd_label":{"textContent":"Po du paĝoj, neparaj maldekstre"},"spread_even":{"title":"Kunigi paĝojn komencante per para paĝo"},"spread_even_label":{"textContent":"Po du paĝoj, paraj maldekstre"},"document_properties":{"title":"Atributoj de dokumento…"},"document_properties_label":{"textContent":"Atributoj de dokumento…"},"document_properties_file_name":{"textContent":"Nomo de dosiero:"},"document_properties_file_size":{"textContent":"Grando de dosiero:"},"document_properties_kb":{"textContent":"{{size_kb}} KO ({{size_b}} oktetoj)"},"document_properties_mb":{"textContent":"{{size_mb}} MO ({{size_b}} oktetoj)"},"document_properties_title":{"textContent":"Titolo:"},"document_properties_author":{"textContent":"Aŭtoro:"},"document_properties_subject":{"textContent":"Temo:"},"document_properties_keywords":{"textContent":"Ŝlosilvorto:"},"document_properties_creation_date":{"textContent":"Dato de kreado:"},"document_properties_modification_date":{"textContent":"Dato de modifo:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Kreinto:"},"document_properties_producer":{"textContent":"Produktinto de PDF:"},"document_properties_version":{"textContent":"Versio de PDF:"},"document_properties_page_count":{"textContent":"Nombro de paĝoj:"},"document_properties_page_size":{"textContent":"Grando de paĝo:"},"document_properties_page_size_unit_inches":{"textContent":"in"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"vertikala"},"document_properties_page_size_orientation_landscape":{"textContent":"horizontala"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Letera"},"document_properties_page_size_name_legal":{"textContent":"Jura"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Rapida tekstaĵa vido:"},"document_properties_linearized_yes":{"textContent":"Jes"},"document_properties_linearized_no":{"textContent":"Ne"},"document_properties_close":{"textContent":"Fermi"},"print_progress_message":{"textContent":"Preparo de dokumento por presi ĝin …"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Nuligi"},"toggle_sidebar":{"title":"Montri/kaŝi flankan strion"},"toggle_sidebar_notification2":{"title":"Montri/kaŝi flankan strion (la dokumento enhavas konturon/kunsendaĵojn/tavolojn)"},"toggle_sidebar_label":{"textContent":"Montri/kaŝi flankan strion"},"document_outline":{"title":"Montri la konturon de dokumento (alklaku duoble por faldi/malfaldi ĉiujn elementojn)"},"document_outline_label":{"textContent":"Konturo de dokumento"},"attachments":{"title":"Montri kunsendaĵojn"},"attachments_label":{"textContent":"Kunsendaĵojn"},"layers":{"title":"Montri tavolojn (duoble alklaku por remeti ĉiujn tavolojn en la norman staton)"},"layers_label":{"textContent":"Tavoloj"},"thumbs":{"title":"Montri miniaturojn"},"thumbs_label":{"textContent":"Miniaturoj"},"current_outline_item":{"title":"Trovi nunan konturan elementon"},"current_outline_item_label":{"textContent":"Nuna kontura elemento"},"findbar":{"title":"Serĉi en dokumento"},"findbar_label":{"textContent":"Serĉi"},"additional_layers":{"textContent":"Aldonaj tavoloj"},"page_landmark":{"textContent":"Paĝo {{page}}"},"thumb_page_title":{"textContent":"Paĝo {{page}}"},"thumb_page_canvas":{"textContent":"Miniaturo de paĝo {{page}}"},"find_input":{"title":"Serĉi","placeholder":"Serĉi en dokumento…"},"find_previous":{"title":"Serĉi la antaŭan aperon de la frazo"},"find_previous_label":{"textContent":"Malantaŭen"},"find_next":{"title":"Serĉi la venontan aperon de la frazo"},"find_next_label":{"textContent":"Antaŭen"},"find_highlight":{"textContent":"Elstarigi ĉiujn"},"find_match_case_label":{"textContent":"Distingi inter majuskloj kaj minuskloj"},"find_match_diacritics_label":{"textContent":"Respekti supersignojn"},"find_entire_word_label":{"textContent":"Tutaj vortoj"},"find_reached_top":{"textContent":"Komenco de la dokumento atingita, daŭrigado ekde la fino"},"find_reached_bottom":{"textContent":"Fino de la dokumento atingita, daŭrigado ekde la komenco"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} el {{total}} kongruo"},"find_match_count[two]":{"textContent":"{{current}} el {{total}} kongruoj"},"find_match_count[few]":{"textContent":"{{current}} el {{total}} kongruoj"},"find_match_count[many]":{"textContent":"{{current}} el {{total}} kongruoj"},"find_match_count[other]":{"textContent":"{{current}} el {{total}} kongruoj"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_match_count_limit[one]":{"textContent":"Pli ol {{limit}} kongruo"},"find_match_count_limit[two]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_match_count_limit[few]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_match_count_limit[many]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_match_count_limit[other]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_not_found":{"textContent":"Frazo ne trovita"},"error_more_info":{"textContent":"Pli da informo"},"error_less_info":{"textContent":"Malpli da informo"},"error_close":{"textContent":"Fermi"},"error_version_info":{"textContent":"PDF.js v{{version}} (build: {{build}})"},"error_message":{"textContent":"Mesaĝo: {{message}}"},"error_stack":{"textContent":"Stako: {{stack}}"},"error_file":{"textContent":"Dosiero: {{file}}"},"error_line":{"textContent":"Linio: {{line}}"},"page_scale_width":{"textContent":"Larĝo de paĝo"},"page_scale_fit":{"textContent":"Adapti paĝon"},"page_scale_auto":{"textContent":"Aŭtomata skalo"},"page_scale_actual":{"textContent":"Reala grando"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"Ŝargado…"},"loading_error":{"textContent":"Okazis eraro dum la ŝargado de la PDF dosiero."},"invalid_file_error":{"textContent":"Nevalida aŭ difektita PDF dosiero."},"missing_file_error":{"textContent":"Mankas dosiero PDF."},"unexpected_response_error":{"textContent":"Neatendita respondo de servilo."},"rendering_error":{"textContent":"Okazis eraro dum la montro de la paĝo."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[Prinoto: {{type}}]"},"password_label":{"textContent":"Tajpu pasvorton por malfermi tiun ĉi dosieron PDF."},"password_invalid":{"textContent":"Nevalida pasvorto. Bonvolu provi denove."},"password_ok":{"textContent":"Akcepti"},"password_cancel":{"textContent":"Nuligi"},"printing_not_supported":{"textContent":"Averto: tiu ĉi retumilo ne plene subtenas presadon."},"printing_not_ready":{"textContent":"Averto: la PDF dosiero ne estas plene ŝargita por presado."},"web_fonts_disabled":{"textContent":"Neaktivaj teksaĵaj tiparoj: ne elbas uzi enmetitajn tiparojn de PDF."},"editor_free_text2":{"title":"Teksto"},"editor_free_text2_label":{"textContent":"Teksto"},"editor_ink2":{"title":"Desegni"},"editor_ink2_label":{"textContent":"Desegni"},"free_text2_default_content":{"textContent":"Ektajpi…"},"editor_free_text_color":{"textContent":"Koloro"},"editor_free_text_size":{"textContent":"Grando"},"editor_ink_color":{"textContent":"Koloro"},"editor_ink_thickness":{"textContent":"Dikeco"},"editor_ink_opacity":{"textContent":"Maldiafaneco"},"editor_free_text2_aria_label":{"textContent":"Tekstan redaktilon"},"editor_ink2_aria_label":{"textContent":"Desegnan redaktilon"},"editor_ink_canvas_aria_label":{"textContent":"Bildo kreita de uzanto"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"bookmark1":{"title":"Current Page (View URL from Current Page)"},"bookmark1_label":{"textContent":"Current Page"}}}}
1
+ <script type="application/l10n">{"default_locale":"eo","locales":{"eo":{"previous":{"title":"Antaŭa paĝo"},"previous_label":{"textContent":"Malantaŭen"},"next":{"title":"Venonta paĝo"},"next_label":{"textContent":"Antaŭen"},"page":{"title":"Paĝo"},"of_pages":{"textContent":"el {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} el {{pagesCount}})"},"zoom_out":{"title":"Malpligrandigi"},"zoom_out_label":{"textContent":"Malpligrandigi"},"zoom_in":{"title":"Pligrandigi"},"zoom_in_label":{"textContent":"Pligrandigi"},"zoom":{"title":"Pligrandigilo"},"presentation_mode":{"title":"Iri al prezenta reĝimo"},"presentation_mode_label":{"textContent":"Prezenta reĝimo"},"open_file":{"title":"Malfermi dosieron"},"open_file_label":{"textContent":"Malfermi"},"print":{"title":"Presi"},"print_label":{"textContent":"Presi"},"download":{"title":"Elŝuti"},"download_label":{"textContent":"Elŝuti"},"save":{"title":"Konservi"},"save_label":{"textContent":"Konservi"},"bookmark":{"title":"Nuna vido (kopii aŭ malfermi en nova fenestro)"},"bookmark_label":{"textContent":"Nuna vido"},"tools":{"title":"Iloj"},"tools_label":{"textContent":"Iloj"},"first_page":{"title":"Iri al la unua paĝo"},"first_page_label":{"textContent":"Iri al la unua paĝo"},"last_page":{"title":"Iri al la lasta paĝo"},"last_page_label":{"textContent":"Iri al la lasta paĝo"},"page_rotate_cw":{"title":"Rotaciigi dekstrume"},"page_rotate_cw_label":{"textContent":"Rotaciigi dekstrume"},"page_rotate_ccw":{"title":"Rotaciigi maldekstrume"},"page_rotate_ccw_label":{"textContent":"Rotaciigi maldekstrume"},"cursor_text_select_tool":{"title":"Aktivigi tekstan elektilon"},"cursor_text_select_tool_label":{"textContent":"Teksta elektilo"},"cursor_hand_tool":{"title":"Aktivigi ilon de mano"},"cursor_hand_tool_label":{"textContent":"Ilo de mano"},"scroll_page":{"title":"Uzi ŝovadon de paĝo"},"scroll_page_label":{"textContent":"Ŝovado de paĝo"},"scroll_vertical":{"title":"Uzi vertikalan ŝovadon"},"scroll_vertical_label":{"textContent":"Vertikala ŝovado"},"scroll_horizontal":{"title":"Uzi horizontalan ŝovadon"},"scroll_horizontal_label":{"textContent":"Horizontala ŝovado"},"scroll_wrapped":{"title":"Uzi ambaŭdirektan ŝovadon"},"scroll_wrapped_label":{"textContent":"Ambaŭdirekta ŝovado"},"spread_none":{"title":"Ne montri paĝojn po du"},"spread_none_label":{"textContent":"Unupaĝa vido"},"spread_odd":{"title":"Kunigi paĝojn komencante per nepara paĝo"},"spread_odd_label":{"textContent":"Po du paĝoj, neparaj maldekstre"},"spread_even":{"title":"Kunigi paĝojn komencante per para paĝo"},"spread_even_label":{"textContent":"Po du paĝoj, paraj maldekstre"},"document_properties":{"title":"Atributoj de dokumento…"},"document_properties_label":{"textContent":"Atributoj de dokumento…"},"document_properties_file_name":{"textContent":"Nomo de dosiero:"},"document_properties_file_size":{"textContent":"Grando de dosiero:"},"document_properties_kb":{"textContent":"{{size_kb}} KO ({{size_b}} oktetoj)"},"document_properties_mb":{"textContent":"{{size_mb}} MO ({{size_b}} oktetoj)"},"document_properties_title":{"textContent":"Titolo:"},"document_properties_author":{"textContent":"Aŭtoro:"},"document_properties_subject":{"textContent":"Temo:"},"document_properties_keywords":{"textContent":"Ŝlosilvorto:"},"document_properties_creation_date":{"textContent":"Dato de kreado:"},"document_properties_modification_date":{"textContent":"Dato de modifo:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Kreinto:"},"document_properties_producer":{"textContent":"Produktinto de PDF:"},"document_properties_version":{"textContent":"Versio de PDF:"},"document_properties_page_count":{"textContent":"Nombro de paĝoj:"},"document_properties_page_size":{"textContent":"Grando de paĝo:"},"document_properties_page_size_unit_inches":{"textContent":"in"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"vertikala"},"document_properties_page_size_orientation_landscape":{"textContent":"horizontala"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Letera"},"document_properties_page_size_name_legal":{"textContent":"Jura"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Rapida tekstaĵa vido:"},"document_properties_linearized_yes":{"textContent":"Jes"},"document_properties_linearized_no":{"textContent":"Ne"},"document_properties_close":{"textContent":"Fermi"},"print_progress_message":{"textContent":"Preparo de dokumento por presi ĝin …"},"print_progress_percent":{"textContent":"{{progress}}%"},"print_progress_close":{"textContent":"Nuligi"},"toggle_sidebar":{"title":"Montri/kaŝi flankan strion"},"toggle_sidebar_notification2":{"title":"Montri/kaŝi flankan strion (la dokumento enhavas konturon/kunsendaĵojn/tavolojn)"},"toggle_sidebar_label":{"textContent":"Montri/kaŝi flankan strion"},"document_outline":{"title":"Montri la konturon de dokumento (alklaku duoble por faldi/malfaldi ĉiujn elementojn)"},"document_outline_label":{"textContent":"Konturo de dokumento"},"attachments":{"title":"Montri kunsendaĵojn"},"attachments_label":{"textContent":"Kunsendaĵojn"},"layers":{"title":"Montri tavolojn (duoble alklaku por remeti ĉiujn tavolojn en la norman staton)"},"layers_label":{"textContent":"Tavoloj"},"thumbs":{"title":"Montri miniaturojn"},"thumbs_label":{"textContent":"Miniaturoj"},"current_outline_item":{"title":"Trovi nunan konturan elementon"},"current_outline_item_label":{"textContent":"Nuna kontura elemento"},"findbar":{"title":"Serĉi en dokumento"},"findbar_label":{"textContent":"Serĉi"},"additional_layers":{"textContent":"Aldonaj tavoloj"},"page_landmark":{"textContent":"Paĝo {{page}}"},"thumb_page_title":{"textContent":"Paĝo {{page}}"},"thumb_page_canvas":{"textContent":"Miniaturo de paĝo {{page}}"},"find_input":{"title":"Serĉi","placeholder":"Serĉi en dokumento…"},"find_previous":{"title":"Serĉi la antaŭan aperon de la frazo"},"find_previous_label":{"textContent":"Malantaŭen"},"find_next":{"title":"Serĉi la venontan aperon de la frazo"},"find_next_label":{"textContent":"Antaŭen"},"find_highlight":{"textContent":"Elstarigi ĉiujn"},"find_match_case_label":{"textContent":"Distingi inter majuskloj kaj minuskloj"},"find_match_diacritics_label":{"textContent":"Respekti supersignojn"},"find_entire_word_label":{"textContent":"Tutaj vortoj"},"find_reached_top":{"textContent":"Komenco de la dokumento atingita, daŭrigado ekde la fino"},"find_reached_bottom":{"textContent":"Fino de la dokumento atingita, daŭrigado ekde la komenco"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} el {{total}} kongruo"},"find_match_count[two]":{"textContent":"{{current}} el {{total}} kongruoj"},"find_match_count[few]":{"textContent":"{{current}} el {{total}} kongruoj"},"find_match_count[many]":{"textContent":"{{current}} el {{total}} kongruoj"},"find_match_count[other]":{"textContent":"{{current}} el {{total}} kongruoj"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_match_count_limit[one]":{"textContent":"Pli ol {{limit}} kongruo"},"find_match_count_limit[two]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_match_count_limit[few]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_match_count_limit[many]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_match_count_limit[other]":{"textContent":"Pli ol {{limit}} kongruoj"},"find_not_found":{"textContent":"Frazo ne trovita"},"error_more_info":{"textContent":"Pli da informo"},"error_less_info":{"textContent":"Malpli da informo"},"error_close":{"textContent":"Fermi"},"error_version_info":{"textContent":"PDF.js v{{version}} (build: {{build}})"},"error_message":{"textContent":"Mesaĝo: {{message}}"},"error_stack":{"textContent":"Stako: {{stack}}"},"error_file":{"textContent":"Dosiero: {{file}}"},"error_line":{"textContent":"Linio: {{line}}"},"page_scale_width":{"textContent":"Larĝo de paĝo"},"page_scale_fit":{"textContent":"Adapti paĝon"},"page_scale_auto":{"textContent":"Aŭtomata skalo"},"page_scale_actual":{"textContent":"Reala grando"},"page_scale_percent":{"textContent":"{{scale}}%"},"loading":{"textContent":"Ŝargado…"},"loading_error":{"textContent":"Okazis eraro dum la ŝargado de la PDF dosiero."},"invalid_file_error":{"textContent":"Nevalida aŭ difektita PDF dosiero."},"missing_file_error":{"textContent":"Mankas dosiero PDF."},"unexpected_response_error":{"textContent":"Neatendita respondo de servilo."},"rendering_error":{"textContent":"Okazis eraro dum la montro de la paĝo."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[Prinoto: {{type}}]"},"password_label":{"textContent":"Tajpu pasvorton por malfermi tiun ĉi dosieron PDF."},"password_invalid":{"textContent":"Nevalida pasvorto. Bonvolu provi denove."},"password_ok":{"textContent":"Akcepti"},"password_cancel":{"textContent":"Nuligi"},"printing_not_supported":{"textContent":"Averto: tiu ĉi retumilo ne plene subtenas presadon."},"printing_not_ready":{"textContent":"Averto: la PDF dosiero ne estas plene ŝargita por presado."},"web_fonts_disabled":{"textContent":"Neaktivaj teksaĵaj tiparoj: ne elbas uzi enmetitajn tiparojn de PDF."},"editor_free_text2":{"title":"Teksto"},"editor_free_text2_label":{"textContent":"Teksto"},"editor_ink2":{"title":"Desegni"},"editor_ink2_label":{"textContent":"Desegni"},"free_text2_default_content":{"textContent":"Ektajpi…"},"editor_free_text_color":{"textContent":"Koloro"},"editor_free_text_size":{"textContent":"Grando"},"editor_ink_color":{"textContent":"Koloro"},"editor_ink_thickness":{"textContent":"Dikeco"},"editor_ink_opacity":{"textContent":"Maldiafaneco"},"editor_free_text2_aria_label":{"textContent":"Tekstan redaktilon"},"editor_ink2_aria_label":{"textContent":"Desegnan redaktilon"},"editor_ink_canvas_aria_label":{"textContent":"Bildo kreita de uzanto"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"bookmark1":{"title":"Nuna paĝo (Montri adreson de la nuna paĝo)"},"bookmark1_label":{"textContent":"Nuna paĝo"}}}}
2
2
  </script>
@@ -1,2 +1,2 @@
1
- <script type="application/l10n">{"default_locale":"fi","locales":{"fi":{"previous":{"title":"Edellinen sivu"},"previous_label":{"textContent":"Edellinen"},"next":{"title":"Seuraava sivu"},"next_label":{"textContent":"Seuraava"},"page":{"title":"Sivu"},"of_pages":{"textContent":"/ {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} / {{pagesCount}})"},"zoom_out":{"title":"Loitonna"},"zoom_out_label":{"textContent":"Loitonna"},"zoom_in":{"title":"Lähennä"},"zoom_in_label":{"textContent":"Lähennä"},"zoom":{"title":"Suurennus"},"presentation_mode":{"title":"Siirry esitystilaan"},"presentation_mode_label":{"textContent":"Esitystila"},"open_file":{"title":"Avaa tiedosto"},"open_file_label":{"textContent":"Avaa"},"print":{"title":"Tulosta"},"print_label":{"textContent":"Tulosta"},"download":{"title":"Lataa"},"download_label":{"textContent":"Lataa"},"save":{"title":"Tallenna"},"save_label":{"textContent":"Tallenna"},"bookmark":{"title":"Avoin ikkuna (kopioi tai avaa uuteen ikkunaan)"},"bookmark_label":{"textContent":"Avoin ikkuna"},"tools":{"title":"Tools"},"tools_label":{"textContent":"Tools"},"first_page":{"title":"Siirry ensimmäiselle sivulle"},"first_page_label":{"textContent":"Siirry ensimmäiselle sivulle"},"last_page":{"title":"Siirry viimeiselle sivulle"},"last_page_label":{"textContent":"Siirry viimeiselle sivulle"},"page_rotate_cw":{"title":"Kierrä oikealle"},"page_rotate_cw_label":{"textContent":"Kierrä oikealle"},"page_rotate_ccw":{"title":"Kierrä vasemmalle"},"page_rotate_ccw_label":{"textContent":"Kierrä vasemmalle"},"cursor_text_select_tool":{"title":"Käytä tekstinvalintatyökalua"},"cursor_text_select_tool_label":{"textContent":"Tekstinvalintatyökalu"},"cursor_hand_tool":{"title":"Käytä käsityökalua"},"cursor_hand_tool_label":{"textContent":"Käsityökalu"},"scroll_page":{"title":"Käytä sivun vieritystä"},"scroll_page_label":{"textContent":"Sivun vieritys"},"scroll_vertical":{"title":"Käytä pystysuuntaista vieritystä"},"scroll_vertical_label":{"textContent":"Pystysuuntainen vieritys"},"scroll_horizontal":{"title":"Käytä vaakasuuntaista vieritystä"},"scroll_horizontal_label":{"textContent":"Vaakasuuntainen vieritys"},"scroll_wrapped":{"title":"Käytä rivittyvää vieritystä"},"scroll_wrapped_label":{"textContent":"Rivittyvä vieritys"},"spread_none":{"title":"Älä yhdistä sivuja aukeamiksi"},"spread_none_label":{"textContent":"Ei aukeamia"},"spread_odd":{"title":"Yhdistä sivut aukeamiksi alkaen parittomalta sivulta"},"spread_odd_label":{"textContent":"Parittomalta alkavat aukeamat"},"spread_even":{"title":"Yhdistä sivut aukeamiksi alkaen parilliselta sivulta"},"spread_even_label":{"textContent":"Parilliselta alkavat aukeamat"},"document_properties":{"title":"Dokumentin ominaisuudet…"},"document_properties_label":{"textContent":"Dokumentin ominaisuudet…"},"document_properties_file_name":{"textContent":"Tiedoston nimi:"},"document_properties_file_size":{"textContent":"Tiedoston koko:"},"document_properties_kb":{"textContent":"{{size_kb}} kt ({{size_b}} tavua)"},"document_properties_mb":{"textContent":"{{size_mb}} Mt ({{size_b}} tavua)"},"document_properties_title":{"textContent":"Otsikko:"},"document_properties_author":{"textContent":"Tekijä:"},"document_properties_subject":{"textContent":"Aihe:"},"document_properties_keywords":{"textContent":"Avainsanat:"},"document_properties_creation_date":{"textContent":"Luomispäivämäärä:"},"document_properties_modification_date":{"textContent":"Muokkauspäivämäärä:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Luoja:"},"document_properties_producer":{"textContent":"PDF-tuottaja:"},"document_properties_version":{"textContent":"PDF-versio:"},"document_properties_page_count":{"textContent":"Sivujen määrä:"},"document_properties_page_size":{"textContent":"Sivun koko:"},"document_properties_page_size_unit_inches":{"textContent":"in"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"pysty"},"document_properties_page_size_orientation_landscape":{"textContent":"vaaka"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Letter"},"document_properties_page_size_name_legal":{"textContent":"Legal"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Nopea web-katselu:"},"document_properties_linearized_yes":{"textContent":"Kyllä"},"document_properties_linearized_no":{"textContent":"Ei"},"document_properties_close":{"textContent":"Sulje"},"print_progress_message":{"textContent":"Valmistellaan dokumenttia tulostamista varten…"},"print_progress_percent":{"textContent":"{{progress}} %"},"print_progress_close":{"textContent":"Peruuta"},"toggle_sidebar":{"title":"Näytä/piilota sivupaneeli"},"toggle_sidebar_notification2":{"title":"Näytä/piilota sivupaneeli (dokumentissa on sisällys/liitteitä/tasoja)"},"toggle_sidebar_label":{"textContent":"Näytä/piilota sivupaneeli"},"document_outline":{"title":"Näytä dokumentin sisällys (laajenna tai kutista kohdat kaksoisnapsauttamalla)"},"document_outline_label":{"textContent":"Dokumentin sisällys"},"attachments":{"title":"Näytä liitteet"},"attachments_label":{"textContent":"Liitteet"},"layers":{"title":"Näytä tasot (kaksoisnapsauta palauttaaksesi kaikki tasot oletustilaan)"},"layers_label":{"textContent":"Tasot"},"thumbs":{"title":"Näytä pienoiskuvat"},"thumbs_label":{"textContent":"Pienoiskuvat"},"current_outline_item":{"title":"Etsi nykyinen sisällyksen kohta"},"current_outline_item_label":{"textContent":"Nykyinen sisällyksen kohta"},"findbar":{"title":"Etsi dokumentista"},"findbar_label":{"textContent":"Etsi"},"additional_layers":{"textContent":"Lisätasot"},"page_landmark":{"textContent":"Sivu {{page}}"},"thumb_page_title":{"textContent":"Sivu {{page}}"},"thumb_page_canvas":{"textContent":"Pienoiskuva sivusta {{page}}"},"find_input":{"title":"Etsi","placeholder":"Etsi dokumentista…"},"find_previous":{"title":"Etsi hakusanan edellinen osuma"},"find_previous_label":{"textContent":"Edellinen"},"find_next":{"title":"Etsi hakusanan seuraava osuma"},"find_next_label":{"textContent":"Seuraava"},"find_highlight":{"textContent":"Korosta kaikki"},"find_match_case_label":{"textContent":"Huomioi kirjainkoko"},"find_match_diacritics_label":{"textContent":"Erota tarkkeet"},"find_entire_word_label":{"textContent":"Kokonaiset sanat"},"find_reached_top":{"textContent":"Päästiin dokumentin alkuun, jatketaan lopusta"},"find_reached_bottom":{"textContent":"Päästiin dokumentin loppuun, jatketaan alusta"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} / {{total}} osuma"},"find_match_count[two]":{"textContent":"{{current}} / {{total}} osumaa"},"find_match_count[few]":{"textContent":"{{current}} / {{total}} osumaa"},"find_match_count[many]":{"textContent":"{{current}} / {{total}} osumaa"},"find_match_count[other]":{"textContent":"{{current}} / {{total}} osumaa"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_match_count_limit[one]":{"textContent":"Enemmän kuin {{limit}} osuma"},"find_match_count_limit[two]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_match_count_limit[few]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_match_count_limit[many]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_match_count_limit[other]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_not_found":{"textContent":"Hakusanaa ei löytynyt"},"error_more_info":{"textContent":"Lisätietoja"},"error_less_info":{"textContent":"Lisätietoja"},"error_close":{"textContent":"Sulje"},"error_version_info":{"textContent":"PDF.js v{{version}} (kooste: {{build}})"},"error_message":{"textContent":"Virheilmoitus: {{message}}"},"error_stack":{"textContent":"Pino: {{stack}}"},"error_file":{"textContent":"Tiedosto: {{file}}"},"error_line":{"textContent":"Rivi: {{line}}"},"page_scale_width":{"textContent":"Sivun leveys"},"page_scale_fit":{"textContent":"Koko sivu"},"page_scale_auto":{"textContent":"Automaattinen suurennus"},"page_scale_actual":{"textContent":"Todellinen koko"},"page_scale_percent":{"textContent":"{{scale}} %"},"loading":{"textContent":"Ladataan…"},"loading_error":{"textContent":"Tapahtui virhe ladattaessa PDF-tiedostoa."},"invalid_file_error":{"textContent":"Virheellinen tai vioittunut PDF-tiedosto."},"missing_file_error":{"textContent":"Puuttuva PDF-tiedosto."},"unexpected_response_error":{"textContent":"Odottamaton vastaus palvelimelta."},"rendering_error":{"textContent":"Tapahtui virhe piirrettäessä sivua."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[{{type}}-merkintä]"},"password_label":{"textContent":"Kirjoita PDF-tiedoston salasana."},"password_invalid":{"textContent":"Virheellinen salasana. Yritä uudestaan."},"password_ok":{"textContent":"OK"},"password_cancel":{"textContent":"Peruuta"},"printing_not_supported":{"textContent":"Varoitus: Selain ei tue kaikkia tulostustapoja."},"printing_not_ready":{"textContent":"Varoitus: PDF-tiedosto ei ole vielä latautunut kokonaan, eikä sitä voi vielä tulostaa."},"web_fonts_disabled":{"textContent":"Verkkosivujen omat kirjasinlajit on estetty: ei voida käyttää upotettuja PDF-kirjasinlajeja."},"editor_free_text2":{"title":"Teksti"},"editor_free_text2_label":{"textContent":"Teksti"},"editor_ink2":{"title":"Piirros"},"editor_ink2_label":{"textContent":"Piirros"},"free_text2_default_content":{"textContent":"Aloita kirjoittaminen…"},"editor_free_text_color":{"textContent":"Väri"},"editor_free_text_size":{"textContent":"Koko"},"editor_ink_color":{"textContent":"Väri"},"editor_ink_thickness":{"textContent":"Paksuus"},"editor_ink_opacity":{"textContent":"Peittävyys"},"editor_free_text2_aria_label":{"textContent":"Tekstimuokkain"},"editor_ink2_aria_label":{"textContent":"Piirrustusmuokkain"},"editor_ink_canvas_aria_label":{"textContent":"Käyttäjän luoma kuva"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"bookmark1":{"title":"Current Page (View URL from Current Page)"},"bookmark1_label":{"textContent":"Current Page"}}}}
1
+ <script type="application/l10n">{"default_locale":"fi","locales":{"fi":{"previous":{"title":"Edellinen sivu"},"previous_label":{"textContent":"Edellinen"},"next":{"title":"Seuraava sivu"},"next_label":{"textContent":"Seuraava"},"page":{"title":"Sivu"},"of_pages":{"textContent":"/ {{pagesCount}}"},"page_of_pages":{"textContent":"({{pageNumber}} / {{pagesCount}})"},"zoom_out":{"title":"Loitonna"},"zoom_out_label":{"textContent":"Loitonna"},"zoom_in":{"title":"Lähennä"},"zoom_in_label":{"textContent":"Lähennä"},"zoom":{"title":"Suurennus"},"presentation_mode":{"title":"Siirry esitystilaan"},"presentation_mode_label":{"textContent":"Esitystila"},"open_file":{"title":"Avaa tiedosto"},"open_file_label":{"textContent":"Avaa"},"print":{"title":"Tulosta"},"print_label":{"textContent":"Tulosta"},"download":{"title":"Lataa"},"download_label":{"textContent":"Lataa"},"save":{"title":"Tallenna"},"save_label":{"textContent":"Tallenna"},"bookmark":{"title":"Avoin ikkuna (kopioi tai avaa uuteen ikkunaan)"},"bookmark_label":{"textContent":"Avoin ikkuna"},"tools":{"title":"Tools"},"tools_label":{"textContent":"Tools"},"first_page":{"title":"Siirry ensimmäiselle sivulle"},"first_page_label":{"textContent":"Siirry ensimmäiselle sivulle"},"last_page":{"title":"Siirry viimeiselle sivulle"},"last_page_label":{"textContent":"Siirry viimeiselle sivulle"},"page_rotate_cw":{"title":"Kierrä oikealle"},"page_rotate_cw_label":{"textContent":"Kierrä oikealle"},"page_rotate_ccw":{"title":"Kierrä vasemmalle"},"page_rotate_ccw_label":{"textContent":"Kierrä vasemmalle"},"cursor_text_select_tool":{"title":"Käytä tekstinvalintatyökalua"},"cursor_text_select_tool_label":{"textContent":"Tekstinvalintatyökalu"},"cursor_hand_tool":{"title":"Käytä käsityökalua"},"cursor_hand_tool_label":{"textContent":"Käsityökalu"},"scroll_page":{"title":"Käytä sivun vieritystä"},"scroll_page_label":{"textContent":"Sivun vieritys"},"scroll_vertical":{"title":"Käytä pystysuuntaista vieritystä"},"scroll_vertical_label":{"textContent":"Pystysuuntainen vieritys"},"scroll_horizontal":{"title":"Käytä vaakasuuntaista vieritystä"},"scroll_horizontal_label":{"textContent":"Vaakasuuntainen vieritys"},"scroll_wrapped":{"title":"Käytä rivittyvää vieritystä"},"scroll_wrapped_label":{"textContent":"Rivittyvä vieritys"},"spread_none":{"title":"Älä yhdistä sivuja aukeamiksi"},"spread_none_label":{"textContent":"Ei aukeamia"},"spread_odd":{"title":"Yhdistä sivut aukeamiksi alkaen parittomalta sivulta"},"spread_odd_label":{"textContent":"Parittomalta alkavat aukeamat"},"spread_even":{"title":"Yhdistä sivut aukeamiksi alkaen parilliselta sivulta"},"spread_even_label":{"textContent":"Parilliselta alkavat aukeamat"},"document_properties":{"title":"Dokumentin ominaisuudet…"},"document_properties_label":{"textContent":"Dokumentin ominaisuudet…"},"document_properties_file_name":{"textContent":"Tiedoston nimi:"},"document_properties_file_size":{"textContent":"Tiedoston koko:"},"document_properties_kb":{"textContent":"{{size_kb}} kt ({{size_b}} tavua)"},"document_properties_mb":{"textContent":"{{size_mb}} Mt ({{size_b}} tavua)"},"document_properties_title":{"textContent":"Otsikko:"},"document_properties_author":{"textContent":"Tekijä:"},"document_properties_subject":{"textContent":"Aihe:"},"document_properties_keywords":{"textContent":"Avainsanat:"},"document_properties_creation_date":{"textContent":"Luomispäivämäärä:"},"document_properties_modification_date":{"textContent":"Muokkauspäivämäärä:"},"document_properties_date_string":{"textContent":"{{date}}, {{time}}"},"document_properties_creator":{"textContent":"Luoja:"},"document_properties_producer":{"textContent":"PDF-tuottaja:"},"document_properties_version":{"textContent":"PDF-versio:"},"document_properties_page_count":{"textContent":"Sivujen määrä:"},"document_properties_page_size":{"textContent":"Sivun koko:"},"document_properties_page_size_unit_inches":{"textContent":"in"},"document_properties_page_size_unit_millimeters":{"textContent":"mm"},"document_properties_page_size_orientation_portrait":{"textContent":"pysty"},"document_properties_page_size_orientation_landscape":{"textContent":"vaaka"},"document_properties_page_size_name_a3":{"textContent":"A3"},"document_properties_page_size_name_a4":{"textContent":"A4"},"document_properties_page_size_name_letter":{"textContent":"Letter"},"document_properties_page_size_name_legal":{"textContent":"Legal"},"document_properties_page_size_dimension_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{orientation}})"},"document_properties_page_size_dimension_name_string":{"textContent":"{{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})"},"document_properties_linearized":{"textContent":"Nopea web-katselu:"},"document_properties_linearized_yes":{"textContent":"Kyllä"},"document_properties_linearized_no":{"textContent":"Ei"},"document_properties_close":{"textContent":"Sulje"},"print_progress_message":{"textContent":"Valmistellaan dokumenttia tulostamista varten…"},"print_progress_percent":{"textContent":"{{progress}} %"},"print_progress_close":{"textContent":"Peruuta"},"toggle_sidebar":{"title":"Näytä/piilota sivupaneeli"},"toggle_sidebar_notification2":{"title":"Näytä/piilota sivupaneeli (dokumentissa on sisällys/liitteitä/tasoja)"},"toggle_sidebar_label":{"textContent":"Näytä/piilota sivupaneeli"},"document_outline":{"title":"Näytä dokumentin sisällys (laajenna tai kutista kohdat kaksoisnapsauttamalla)"},"document_outline_label":{"textContent":"Dokumentin sisällys"},"attachments":{"title":"Näytä liitteet"},"attachments_label":{"textContent":"Liitteet"},"layers":{"title":"Näytä tasot (kaksoisnapsauta palauttaaksesi kaikki tasot oletustilaan)"},"layers_label":{"textContent":"Tasot"},"thumbs":{"title":"Näytä pienoiskuvat"},"thumbs_label":{"textContent":"Pienoiskuvat"},"current_outline_item":{"title":"Etsi nykyinen sisällyksen kohta"},"current_outline_item_label":{"textContent":"Nykyinen sisällyksen kohta"},"findbar":{"title":"Etsi dokumentista"},"findbar_label":{"textContent":"Etsi"},"additional_layers":{"textContent":"Lisätasot"},"page_landmark":{"textContent":"Sivu {{page}}"},"thumb_page_title":{"textContent":"Sivu {{page}}"},"thumb_page_canvas":{"textContent":"Pienoiskuva sivusta {{page}}"},"find_input":{"title":"Etsi","placeholder":"Etsi dokumentista…"},"find_previous":{"title":"Etsi hakusanan edellinen osuma"},"find_previous_label":{"textContent":"Edellinen"},"find_next":{"title":"Etsi hakusanan seuraava osuma"},"find_next_label":{"textContent":"Seuraava"},"find_highlight":{"textContent":"Korosta kaikki"},"find_match_case_label":{"textContent":"Huomioi kirjainkoko"},"find_match_diacritics_label":{"textContent":"Erota tarkkeet"},"find_entire_word_label":{"textContent":"Kokonaiset sanat"},"find_reached_top":{"textContent":"Päästiin dokumentin alkuun, jatketaan lopusta"},"find_reached_bottom":{"textContent":"Päästiin dokumentin loppuun, jatketaan alusta"},"find_match_count":{"textContent":"{[ plural(total) ]}"},"find_match_count[one]":{"textContent":"{{current}} / {{total}} osuma"},"find_match_count[two]":{"textContent":"{{current}} / {{total}} osumaa"},"find_match_count[few]":{"textContent":"{{current}} / {{total}} osumaa"},"find_match_count[many]":{"textContent":"{{current}} / {{total}} osumaa"},"find_match_count[other]":{"textContent":"{{current}} / {{total}} osumaa"},"find_match_count_limit":{"textContent":"{[ plural(limit) ]}"},"find_match_count_limit[zero]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_match_count_limit[one]":{"textContent":"Enemmän kuin {{limit}} osuma"},"find_match_count_limit[two]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_match_count_limit[few]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_match_count_limit[many]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_match_count_limit[other]":{"textContent":"Enemmän kuin {{limit}} osumaa"},"find_not_found":{"textContent":"Hakusanaa ei löytynyt"},"error_more_info":{"textContent":"Lisätietoja"},"error_less_info":{"textContent":"Lisätietoja"},"error_close":{"textContent":"Sulje"},"error_version_info":{"textContent":"PDF.js v{{version}} (kooste: {{build}})"},"error_message":{"textContent":"Virheilmoitus: {{message}}"},"error_stack":{"textContent":"Pino: {{stack}}"},"error_file":{"textContent":"Tiedosto: {{file}}"},"error_line":{"textContent":"Rivi: {{line}}"},"page_scale_width":{"textContent":"Sivun leveys"},"page_scale_fit":{"textContent":"Koko sivu"},"page_scale_auto":{"textContent":"Automaattinen suurennus"},"page_scale_actual":{"textContent":"Todellinen koko"},"page_scale_percent":{"textContent":"{{scale}} %"},"loading":{"textContent":"Ladataan…"},"loading_error":{"textContent":"Tapahtui virhe ladattaessa PDF-tiedostoa."},"invalid_file_error":{"textContent":"Virheellinen tai vioittunut PDF-tiedosto."},"missing_file_error":{"textContent":"Puuttuva PDF-tiedosto."},"unexpected_response_error":{"textContent":"Odottamaton vastaus palvelimelta."},"rendering_error":{"textContent":"Tapahtui virhe piirrettäessä sivua."},"annotation_date_string":{"textContent":"{{date}}, {{time}}"},"text_annotation_type":{"alt":"[{{type}}-merkintä]"},"password_label":{"textContent":"Kirjoita PDF-tiedoston salasana."},"password_invalid":{"textContent":"Virheellinen salasana. Yritä uudestaan."},"password_ok":{"textContent":"OK"},"password_cancel":{"textContent":"Peruuta"},"printing_not_supported":{"textContent":"Varoitus: Selain ei tue kaikkia tulostustapoja."},"printing_not_ready":{"textContent":"Varoitus: PDF-tiedosto ei ole vielä latautunut kokonaan, eikä sitä voi vielä tulostaa."},"web_fonts_disabled":{"textContent":"Verkkosivujen omat kirjasinlajit on estetty: ei voida käyttää upotettuja PDF-kirjasinlajeja."},"editor_free_text2":{"title":"Teksti"},"editor_free_text2_label":{"textContent":"Teksti"},"editor_ink2":{"title":"Piirros"},"editor_ink2_label":{"textContent":"Piirros"},"free_text2_default_content":{"textContent":"Aloita kirjoittaminen…"},"editor_free_text_color":{"textContent":"Väri"},"editor_free_text_size":{"textContent":"Koko"},"editor_ink_color":{"textContent":"Väri"},"editor_ink_thickness":{"textContent":"Paksuus"},"editor_ink_opacity":{"textContent":"Peittävyys"},"editor_free_text2_aria_label":{"textContent":"Tekstimuokkain"},"editor_ink2_aria_label":{"textContent":"Piirrustusmuokkain"},"editor_ink_canvas_aria_label":{"textContent":"Käyttäjän luoma kuva"},"find_ignore_accents":{"textContent":"Ignore accents and diacritics"},"find_input_line_by_line":{"textContent":"Multiple search terms. Each line is a search term."},"find_multiple_texts_label":{"textContent":"multiple search terms"},"find_individual_words_label":{"textContent":"separated by word boundaries"},"find_fuzzy":{"textContent":"Fuzzy search"},"find_current_page":{"textContent":"Current page only"},"find_range":{"textContent":"Pages (e.g. 6-10 or 2,4)"},"modified_background_warning":{"textContent":"This PDF is rendered with a custom background. It does not look the way its author intended it to look."},"unverified_signature_warning":{"textContent":"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."},"bookmark1":{"title":"Nykyinen sivu (Näytä URL-osoite nykyiseltä sivulta)"},"bookmark1_label":{"textContent":"Nykyinen sivu"}}}}
2
2
  </script>