pdfjs_rails 0.0.1

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 (125) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +17 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +37 -0
  6. data/Rakefile +1 -0
  7. data/lib/generators/pdfjs_rails/install_generator.rb +13 -0
  8. data/lib/pdfjs/build/pdf.js +7071 -0
  9. data/lib/pdfjs/build/pdf.worker.js +38687 -0
  10. data/lib/pdfjs/web/compatibility.js +471 -0
  11. data/lib/pdfjs/web/debugger.js +532 -0
  12. data/lib/pdfjs/web/images/annotation-check.svg +10 -0
  13. data/lib/pdfjs/web/images/annotation-comment.svg +15 -0
  14. data/lib/pdfjs/web/images/annotation-help.svg +25 -0
  15. data/lib/pdfjs/web/images/annotation-insert.svg +9 -0
  16. data/lib/pdfjs/web/images/annotation-key.svg +10 -0
  17. data/lib/pdfjs/web/images/annotation-newparagraph.svg +10 -0
  18. data/lib/pdfjs/web/images/annotation-note.svg +41 -0
  19. data/lib/pdfjs/web/images/annotation-paragraph.svg +15 -0
  20. data/lib/pdfjs/web/images/findbarButton-next-rtl.png +0 -0
  21. data/lib/pdfjs/web/images/findbarButton-next.png +0 -0
  22. data/lib/pdfjs/web/images/findbarButton-previous-rtl.png +0 -0
  23. data/lib/pdfjs/web/images/findbarButton-previous.png +0 -0
  24. data/lib/pdfjs/web/images/loading-icon.gif +0 -0
  25. data/lib/pdfjs/web/images/loading-small.png +0 -0
  26. data/lib/pdfjs/web/images/secondaryToolbarButton-firstPage.png +0 -0
  27. data/lib/pdfjs/web/images/secondaryToolbarButton-lastPage.png +0 -0
  28. data/lib/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png +0 -0
  29. data/lib/pdfjs/web/images/secondaryToolbarButton-rotateCw.png +0 -0
  30. data/lib/pdfjs/web/images/shadow.png +0 -0
  31. data/lib/pdfjs/web/images/texture.png +0 -0
  32. data/lib/pdfjs/web/images/toolbarButton-bookmark.png +0 -0
  33. data/lib/pdfjs/web/images/toolbarButton-download.png +0 -0
  34. data/lib/pdfjs/web/images/toolbarButton-menuArrows.png +0 -0
  35. data/lib/pdfjs/web/images/toolbarButton-openFile.png +0 -0
  36. data/lib/pdfjs/web/images/toolbarButton-pageDown-rtl.png +0 -0
  37. data/lib/pdfjs/web/images/toolbarButton-pageDown.png +0 -0
  38. data/lib/pdfjs/web/images/toolbarButton-pageUp-rtl.png +0 -0
  39. data/lib/pdfjs/web/images/toolbarButton-pageUp.png +0 -0
  40. data/lib/pdfjs/web/images/toolbarButton-presentationMode.png +0 -0
  41. data/lib/pdfjs/web/images/toolbarButton-print.png +0 -0
  42. data/lib/pdfjs/web/images/toolbarButton-search.png +0 -0
  43. data/lib/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png +0 -0
  44. data/lib/pdfjs/web/images/toolbarButton-sidebarToggle.png +0 -0
  45. data/lib/pdfjs/web/images/toolbarButton-viewOutline.png +0 -0
  46. data/lib/pdfjs/web/images/toolbarButton-viewThumbnail.png +0 -0
  47. data/lib/pdfjs/web/images/toolbarButton-zoomIn.png +0 -0
  48. data/lib/pdfjs/web/images/toolbarButton-zoomOut.png +0 -0
  49. data/lib/pdfjs/web/l10n.js +922 -0
  50. data/lib/pdfjs/web/locale/ar/viewer.properties +112 -0
  51. data/lib/pdfjs/web/locale/ca/viewer.properties +131 -0
  52. data/lib/pdfjs/web/locale/cs/viewer.properties +58 -0
  53. data/lib/pdfjs/web/locale/da/viewer.properties +132 -0
  54. data/lib/pdfjs/web/locale/de/viewer.properties +128 -0
  55. data/lib/pdfjs/web/locale/el/viewer.properties +124 -0
  56. data/lib/pdfjs/web/locale/en-US/viewer.properties +134 -0
  57. data/lib/pdfjs/web/locale/es/viewer.properties +131 -0
  58. data/lib/pdfjs/web/locale/fi/viewer.properties +129 -0
  59. data/lib/pdfjs/web/locale/fr/viewer.properties +130 -0
  60. data/lib/pdfjs/web/locale/he/viewer.properties +59 -0
  61. data/lib/pdfjs/web/locale/it/viewer.properties +44 -0
  62. data/lib/pdfjs/web/locale/ja/viewer.properties +132 -0
  63. data/lib/pdfjs/web/locale/ko/viewer.properties +131 -0
  64. data/lib/pdfjs/web/locale/locale.properties +78 -0
  65. data/lib/pdfjs/web/locale/lt/viewer.properties +129 -0
  66. data/lib/pdfjs/web/locale/nl/viewer.properties +134 -0
  67. data/lib/pdfjs/web/locale/pl/viewer.properties +132 -0
  68. data/lib/pdfjs/web/locale/pt-BR/viewer.properties +44 -0
  69. data/lib/pdfjs/web/locale/ro/viewer.properties +55 -0
  70. data/lib/pdfjs/web/locale/ru/viewer.properties +62 -0
  71. data/lib/pdfjs/web/locale/sr/viewer.properties +55 -0
  72. data/lib/pdfjs/web/locale/sv/viewer.properties +134 -0
  73. data/lib/pdfjs/web/locale/tr/viewer.properties +129 -0
  74. data/lib/pdfjs/web/locale/vi/viewer.properties +131 -0
  75. data/lib/pdfjs/web/locale/zh-CN/viewer.properties +129 -0
  76. data/lib/pdfjs/web/locale/zh-TW/viewer.properties +132 -0
  77. data/lib/pdfjs/web/viewer.css +1544 -0
  78. data/lib/pdfjs/web/viewer.html +250 -0
  79. data/lib/pdfjs/web/viewer.js +4477 -0
  80. data/lib/pdfjs_rails.rb +6 -0
  81. data/lib/pdfjs_rails/railtie.rb +9 -0
  82. data/lib/pdfjs_rails/version.rb +3 -0
  83. data/lib/pdfjs_rails/view_helpers.rb +225 -0
  84. data/pdfjs_rails.gemspec +24 -0
  85. data/vender/assets/images/annotation-check.svg +10 -0
  86. data/vender/assets/images/annotation-comment.svg +15 -0
  87. data/vender/assets/images/annotation-help.svg +25 -0
  88. data/vender/assets/images/annotation-insert.svg +9 -0
  89. data/vender/assets/images/annotation-key.svg +10 -0
  90. data/vender/assets/images/annotation-newparagraph.svg +10 -0
  91. data/vender/assets/images/annotation-note.svg +41 -0
  92. data/vender/assets/images/annotation-paragraph.svg +15 -0
  93. data/vender/assets/images/findbarButton-next-rtl.png +0 -0
  94. data/vender/assets/images/findbarButton-next.png +0 -0
  95. data/vender/assets/images/findbarButton-previous-rtl.png +0 -0
  96. data/vender/assets/images/findbarButton-previous.png +0 -0
  97. data/vender/assets/images/loading-icon.gif +0 -0
  98. data/vender/assets/images/loading-small.png +0 -0
  99. data/vender/assets/images/shadow.png +0 -0
  100. data/vender/assets/images/texture.png +0 -0
  101. data/vender/assets/images/toolbarButton-bookmark.png +0 -0
  102. data/vender/assets/images/toolbarButton-download.png +0 -0
  103. data/vender/assets/images/toolbarButton-menuArrows.png +0 -0
  104. data/vender/assets/images/toolbarButton-openFile.png +0 -0
  105. data/vender/assets/images/toolbarButton-pageDown-rtl.png +0 -0
  106. data/vender/assets/images/toolbarButton-pageDown.png +0 -0
  107. data/vender/assets/images/toolbarButton-pageUp-rtl.png +0 -0
  108. data/vender/assets/images/toolbarButton-pageUp.png +0 -0
  109. data/vender/assets/images/toolbarButton-presentationMode.png +0 -0
  110. data/vender/assets/images/toolbarButton-print.png +0 -0
  111. data/vender/assets/images/toolbarButton-search.png +0 -0
  112. data/vender/assets/images/toolbarButton-sidebarToggle.png +0 -0
  113. data/vender/assets/images/toolbarButton-viewOutline.png +0 -0
  114. data/vender/assets/images/toolbarButton-viewThumbnail.png +0 -0
  115. data/vender/assets/images/toolbarButton-zoomIn.png +0 -0
  116. data/vender/assets/images/toolbarButton-zoomOut.png +0 -0
  117. data/vender/assets/javascripts/application.js +22 -0
  118. data/vender/assets/javascripts/compatibility.js +471 -0
  119. data/vender/assets/javascripts/debugger.js +532 -0
  120. data/vender/assets/javascripts/l10n.js +922 -0
  121. data/vender/assets/javascripts/pdf.js +7063 -0
  122. data/vender/assets/javascripts/pdf.worker.js +38679 -0
  123. data/vender/assets/javascripts/viewer.js +4317 -0
  124. data/vender/assets/stylesheets/viewer.css +1382 -0
  125. metadata +209 -0
@@ -0,0 +1,44 @@
1
+ # Copyright 2012 Mozilla Foundation
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ bookmark.title=Marcar posição atual (bookmark)
16
+ previous.title=Página anterior
17
+ next.title=Próxima página
18
+ print.title=Imprimir
19
+ download.title=Baixar arquivo
20
+ zoom_out.title=Diminuir Zoom
21
+ zoom_in.title=Aumentar Zoom
22
+ error_more_info=Mais informações
23
+ error_less_info=Menos informações
24
+ error_close=Fechar
25
+ error_build=PDF.JS Versão: {{build}}
26
+ error_message=Mensagem: {{message}}
27
+ error_stack=Pilha: {{stack}}
28
+ error_file=Arquivo: {{file}}
29
+ error_line=Linha: {{line}}
30
+ page_scale_width=Largura da página
31
+ page_scale_fit=Página inteira
32
+ page_scale_auto=Zoom automático
33
+ page_scale_actual=Tamanho original
34
+ toggle_slider.title=Abrir/fechar aba lateral
35
+ thumbs.title=Mostrar miniaturas
36
+ outline.title=Mostrar índice
37
+ loading=Carregando... {{percent}}%
38
+ loading_error_indicator=Erro
39
+ loading_error=Um erro ocorreu ao carregar o arquivo.
40
+ rendering_error=Um erro ocorreu ao apresentar a página.
41
+ page_label=Página:
42
+ page_of=de {{pageCount}}
43
+ open_file.title=Abrir arquivo
44
+ text_annotation_type.alt=[{{type}} Anotações]
@@ -0,0 +1,55 @@
1
+ # Copyright 2012 Mozilla Foundation
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ bookmark.title=Vederea curentă (copiază sau deschide în fereastră nouă)
16
+ previous.title=Pagina precedentă
17
+ next.title=Pagina următoare
18
+ print.title=Tipărește
19
+ download.title=Descarcă
20
+ zoom_out.title=Micșorează
21
+ zoom_in.title=Mărește
22
+ error_more_info=Detaliat
23
+ error_less_info=Sumarizat
24
+ error_close=Închide
25
+ error_build=PDF.JS Build: {{build}}
26
+ error_message=Message: {{message}}
27
+ error_stack=Stack: {{stack}}
28
+ error_file=File: {{file}}
29
+ error_line=Line: {{line}}
30
+ page_scale_width=După lățime
31
+ page_scale_fit=Toată pagina
32
+ page_scale_auto=Mărime automată
33
+ page_scale_actual=Mărime originală
34
+ toggle_slider.title=Vedere de ansamblu
35
+ thumbs.title=Miniaturi
36
+ outline.title=Cuprins
37
+ loading=Încărcare... {{percent}}%
38
+ loading_error_indicator=Eroare
39
+ loading_error=S-a produs o eroare în timpul încărcării documentului.
40
+ rendering_error=S-a produs o eroare în timpul procesării paginii.
41
+ page_label=Pagina:
42
+ page_of=din {{pageCount}}
43
+ open_file.title=Deschide fișier
44
+ text_annotation_type.alt=[Adnotare {{type}}]
45
+ toggle_slider_label=Vedere de ansamblu
46
+ thumbs_label=Miniaturi
47
+ outline_label=Cuprins
48
+ bookmark_label=Vederea curentă
49
+ previous_label=Înapoi
50
+ next_label=Înainte
51
+ print_label=Tipărește
52
+ download_label=Descarcă
53
+ zoom_out_label=Micșorează
54
+ zoom_in_label=Mărește
55
+ zoom.title=Mărime
@@ -0,0 +1,62 @@
1
+ # Copyright 2012 Mozilla Foundation
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ bookmark.title=Ссылка на текущий вид (скопировать или открыть в новом окне)
16
+ previous.title=Предыдущая страница
17
+ next.title=Следующая страница
18
+ print.title=Печать
19
+ download.title=Загрузить
20
+ zoom_out.title=Уменьшить
21
+ zoom_in.title=Увеличить
22
+ error_more_info=Детали
23
+ error_less_info=Скрыть детали
24
+ error_close=Закрыть
25
+ error_build=PDF.JS компиляция: {{build}}
26
+ error_message=Сообщение: {{message}}
27
+ error_stack=Стeк: {{stack}}
28
+ error_file=Файл: {{file}}
29
+ error_line=Строка: {{line}}
30
+ page_scale_width=По ширине страницы
31
+ page_scale_fit=Во всю страницу
32
+ page_scale_auto=Авто
33
+ page_scale_actual=Настоящий размер
34
+ toggle_slider.title=Открыть/закрыть вспомогательную панель
35
+ thumbs.title=Показать уменьшенные изображения
36
+ outline.title=Показать содержание документа
37
+ loading=Загрузка... {{percent}}%
38
+ loading_error_indicator=Ошибка
39
+ loading_error=Произошла ошибка во время загрузки PDF.
40
+ rendering_error=Произошла ошибка во время создания страницы.
41
+ page_label=Страница:
42
+ page_of=из {{pageCount}}
43
+ open_file.title=Открыть файл
44
+ text_annotation_type.alt=[Аннотация {{type}}]
45
+ toggle_slider_label=Вспомогательная панель
46
+ thumbs_label=Уменьшенные изображения
47
+ outline_label=Содержание документа
48
+ bookmark_label=Текущий вид
49
+ previous_label=Предыдущая
50
+ next_label=Следующая
51
+ print_label=Печать
52
+ download_label=Загрузить
53
+ zoom_out_label=Уменьшить
54
+ zoom_in_label=Увеличить
55
+ zoom.title=Масштаб
56
+ thumb_page_title=Страница {{page}}
57
+ thumb_page_canvas=Уменьшенное изображение страницы {{page}}
58
+ request_password=PDF защищён паролем:
59
+ fullscreen.title=Полный экран
60
+ fullscreen_label=Полный экран
61
+ page_rotate_cw.label=Повернуть по часовой стрелке
62
+ page_rotate_ccw.label=Повернуть против часовой стрелки
@@ -0,0 +1,55 @@
1
+ # Copyright 2012 Mozilla Foundation
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ bookmark.title=Тренутни приказ (Умножити или отворити у новом прозору)
16
+ previous.title=Предходна страна
17
+ next.title=Следећа страна
18
+ print.title=Штампај
19
+ download.title=Преузми
20
+ zoom_out.title=Умањи
21
+ zoom_in.title=Увећај
22
+ error_more_info=Више информација
23
+ error_less_info=Мање информација
24
+ error_close=Затвори
25
+ error_build=PDF.JS Build: {{build}}
26
+ error_message=Message: {{message}}
27
+ error_stack=Stack: {{stack}}
28
+ error_file=File: {{file}}
29
+ error_line=Line: {{line}}
30
+ page_scale_width=Ширина странице
31
+ page_scale_fit=Уклопи
32
+ page_scale_auto=Увећај аутоматски
33
+ page_scale_actual=Стварна величина
34
+ toggle_slider.title=Клизач
35
+ thumbs.title=Прикажи у сличицама
36
+ outline.title=Прикажи у линијама
37
+ loading=Учитавање... {{percent}}%
38
+ loading_error_indicator=Грешка
39
+ loading_error=Дошло је до грешке током учитавања ПДФ-а.
40
+ rendering_error=Дошло је до грешке приликом приказивања стране.
41
+ page_label=Страна:
42
+ page_of=од {{pageCount}}
43
+ open_file.title=Отвори датотеку
44
+ text_annotation_type.alt=[{{type}} Annotation]
45
+ toggle_slider_label=Клизач
46
+ thumbs_label=Сличице
47
+ outline_label=Документи у линијама
48
+ bookmark_label=Тренутни приказ
49
+ previous_label=Предходна
50
+ next_label=Следећа
51
+ print_label=Штампај
52
+ download_label=Преузми
53
+ zoom_out_label=Умањи
54
+ zoom_in_label=Увећај
55
+ zoom.title=Скала
@@ -0,0 +1,134 @@
1
+ # Copyright 2012 Mozilla Foundation
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Main toolbar buttons (tooltips and alt text for images)
16
+ previous.title=Föregående sida
17
+ previous_label=Föregående
18
+ next.title=Nästa sida
19
+ next_label=Nästa
20
+
21
+ # LOCALIZATION NOTE (page_label, page_of):
22
+ # These strings are concatenated to form the "Page: X of Y" string.
23
+ # Do not translate "{{pageCount}}", it will be substituted with a number
24
+ # representing the total number of pages.
25
+ page_label=Sida:
26
+ page_of=av {{pageCount}}
27
+
28
+ zoom_out.title=Zooma ut
29
+ zoom_out_label=Zooma ut
30
+ zoom_in.title=Zooma in
31
+ zoom_in_label=Zooma in
32
+ zoom.title=Zooma
33
+ presentation_mode.title=Presentationsläge
34
+ presentation_mode_label=Presentationsläge
35
+ open_file.title=Öppna fil
36
+ open_file_label=Öppna
37
+ print.title=Skriv ut
38
+ print_label=Skriv ut
39
+ download.title=Ladda ner
40
+ download_label=Ladda ner
41
+ bookmark.title=Aktuell vy (kopiera eller öppna i nytt fönster)
42
+ bookmark_label=Aktuell vy
43
+
44
+ # Secondary toolbar and context menu
45
+ tools.title=Verktyg
46
+ tools_label=Verktyg
47
+ first_page.title=Gå till första sidan
48
+ first_page.label=Gå till första sidan
49
+ first_page_label=Gå till första sidan
50
+ last_page.title=Gå till sista sidan
51
+ last_page.label=Gå till sista sidan
52
+ last_page_label=Gå till sista sidan
53
+ page_rotate_cw.title=Rotera medurs
54
+ page_rotate_cw.label=Rotera medurs
55
+ page_rotate_cw_label=Rotera medurs
56
+ page_rotate_ccw.title=Rotera moturs
57
+ page_rotate_ccw.label=Rotera moturs
58
+ page_rotate_ccw_label=Rotera moturs
59
+
60
+ # Tooltips and alt text for side panel toolbar buttons
61
+ # (the _label strings are alt text for the buttons, the .title strings are
62
+ # tooltips)
63
+ toggle_sidebar.title=Visa/Dölj sidopanel
64
+ toggle_sidebar_label=Visa/Dölj sidopanel
65
+ outline.title=Visa bokmärken
66
+ outline_label=Bokmärken
67
+ thumbs.title=Visa sidminiatyrer
68
+ thumbs_label=Sidminiatyrer
69
+ findbar.title=Sök i dokumentet
70
+ findbar_label=Sök
71
+
72
+ # Thumbnails panel item (tooltip and alt text for images)
73
+ # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
74
+ # number.
75
+ thumb_page_title=Sida {{page}}
76
+ # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
77
+ # number.
78
+ thumb_page_canvas=Miniatyr av sida {{page}}
79
+
80
+ # Find panel button title and messages
81
+ find_label=Sök:
82
+ find_previous.title=Hitta föregående förekomst av frasen
83
+ find_previous_label=Föregående
84
+ find_next.title=Hitta nästa förekomst av frasen
85
+ find_next_label=Nästa
86
+ find_highlight=Markera alla
87
+ find_match_case_label=Matcha VERSALER/gemener
88
+ find_reached_top=Kommit till början av dokumentet, börjat om
89
+ find_reached_bottom=Kommit till slutet av dokumentet, börjat om
90
+ find_not_found=Frasen hittades inte
91
+
92
+ # Error panel labels
93
+ error_more_info=Mer information
94
+ error_less_info=Mindre information
95
+ error_close=Stäng
96
+ # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
97
+ # replaced by the PDF.JS version and build ID.
98
+ error_version_info=PDF.js v{{version}} (bygge: {{build}})
99
+ # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
100
+ # english string describing the error.
101
+ error_message=Meddelande: {{message}}
102
+ # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
103
+ # trace.
104
+ error_stack=Stack: {{stack}}
105
+ # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
106
+ error_file=Fil: {{file}}
107
+ # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
108
+ error_line=Rad: {{line}}
109
+ rendering_error=Ett fel inträffade när sidan renderades.
110
+
111
+ # Predefined zoom values
112
+ page_scale_width=Sidbredd
113
+ page_scale_fit=Helsida
114
+ page_scale_auto=Automatisk zoom
115
+ page_scale_actual=Faktisk storlek
116
+
117
+ # Loading indicator messages
118
+ loading_error_indicator=Fel
119
+ loading_error=Ett fel inträffade när PDF-filen laddades.
120
+ invalid_file_error=Ogiltig eller korrupt PDF-fil.
121
+ missing_file_error=PDF-filen saknas.
122
+
123
+ # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
124
+ # "{{type}}" will be replaced with an annotation type from a list defined in
125
+ # the PDF spec (32000-1:2008 Table 169 – Annotation types).
126
+ # Some common types are e.g.: "Check", "Text", "Comment", "Note"
127
+ text_annotation_type.alt=[{{type}}-anteckning]
128
+ request_password=PDF-filen är lösenordsskyddad:
129
+ invalid_password=Felaktigt lösenord.
130
+
131
+ printing_not_supported=Varning: Utskrifter stöds inte fullt ut av denna webbläsare.
132
+ printing_not_ready=Varning: Hela PDF-filen måste laddas innan utskrift kan ske.
133
+ web_fonts_disabled=Webbtypsnitt är inaktiverade: Typsnitt inbäddade i PDF-filer kan inte användas.
134
+ document_colors_disabled=PDF-dokument kan inte använda egna färger: \'Låt sidor använda egna färger\' är inaktiverat i webbläsaren.
@@ -0,0 +1,129 @@
1
+ # Copyright 2012 Mozilla Foundation
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ # Main toolbar buttons (tooltips and alt text for images)
16
+ previous.title=Önceki Sayfa
17
+ previous_label=Önceki
18
+ next.title=Sonraki Sayfa
19
+ next_label=Sonraki
20
+
21
+ # LOCALIZATION NOTE (page_label, page_of):
22
+ # These strings are concatenated to form the "Page: X of Y" string.
23
+ # Do not translate "{{pageCount}}", it will be substituted with a number
24
+ # representing the total number of pages.
25
+ page_label=Sayfa:
26
+ page_of=- {{pageCount}}
27
+
28
+ zoom_out.title=Uzaklaş
29
+ zoom_out_label=Uzaklaş
30
+ zoom_in.title=Yakınlaş
31
+ zoom_in_label=Yakınlaş
32
+ zoom.title=Yakınlaştır
33
+ presentation_mode.title=Sunum moduna geçiş yap
34
+ presentation_mode_label=Sunum Modu
35
+ open_file.title=Dosya Aç
36
+ open_file_label=Aç
37
+ print.title=Yazdır
38
+ print_label=Yazdır
39
+ download.title=İndir
40
+ download_label=İndir
41
+ bookmark.title=Mevcut görünüm (kopyala yada yeni sayfada aç)
42
+ bookmark_label=Mevcut Görünüm
43
+
44
+ # Secondary toolbar and context menu
45
+ first_page.title=İlk Sayfaya Git
46
+ first_page.label=İlk Sayfaya Git
47
+ first_page_label=İlk Sayfaya Git
48
+ last_page.title=Son Sayfaya Git
49
+ last_page.label=Son Sayfaya Git
50
+ last_page_label=Son Sayfaya Git
51
+ page_rotate_cw.title=Sağa Çevir
52
+ page_rotate_cw.label=Sağa Çevir
53
+ page_rotate_cw_label=Sağa Çevir
54
+ page_rotate_ccw.title=Sola Çevir
55
+ page_rotate_ccw.label=Sola Çevir
56
+ page_rotate_ccw_label=Sola Çevir
57
+
58
+ # Tooltips and alt text for side panel toolbar buttons
59
+ # (the _label strings are alt text for the buttons, the .title strings are
60
+ # tooltips)
61
+ toggle_sidebar.title=Yan Menü Aç/Kapa
62
+ toggle_sidebar_label=Yan Menü
63
+ outline.title=Sayfa kenarlıklarını döster
64
+ outline_label=Sayfa Kenarlıkları
65
+ thumbs.title=Önizleme resimlerini göster
66
+ thumbs_label=Önizleme
67
+ findbar.title=Döküman içerisinde bul
68
+ findbar_label=Bul
69
+
70
+ # Thumbnails panel item (tooltip and alt text for images)
71
+ # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
72
+ # number.
73
+ thumb_page_title=Sayfa {{page}}
74
+ # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
75
+ # number.
76
+ thumb_page_canvas={{page}} sayfasının ön izlemesi
77
+
78
+ # Find panel button title and messages
79
+ find_label=Bul:
80
+ find_previous.title=Önceki cümleyi bul
81
+ find_previous_label=Önceki
82
+ find_next.title=Sonraki cümleyi bul
83
+ find_next_label=Sonraki
84
+ find_highlight=Hepsini belirt
85
+ find_match_case_label=harf eşleme
86
+ find_reached_top=Dosyanın en üstüne varıldı. Sonundan devam ediliyor
87
+ find_reached_bottom=Dosyanın sonuna varıldı. Başından devam ediliyor
88
+ find_not_found=Aramanızla eşleşen sonuç yok
89
+
90
+ # Error panel labels
91
+ error_more_info=Daha falza bilgi
92
+ error_less_info=daha az bilgi
93
+ error_close=Kapat
94
+ # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
95
+ # replaced by the PDF.JS version and build ID.
96
+ error_version_info=PDF.js v{{version}} (build: {{build}})
97
+ # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
98
+ # english string describing the error.
99
+ error_message=Mesaj: {{message}}
100
+ # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
101
+ # trace.
102
+ error_stack=Yığın: {{stack}}
103
+ # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
104
+ error_file=Dosya: {{file}}
105
+ # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
106
+ error_line=Satır: {{line}}
107
+ rendering_error=Sayfa oluşturulurken bir hata meydana geldi.
108
+
109
+ # Predefined zoom values
110
+ page_scale_width=Sayfa Genişliği
111
+ page_scale_fit=Sayfayı Sığdır
112
+ page_scale_auto=Otomatik Yakınlaşma
113
+ page_scale_actual=Gerçek boyut
114
+
115
+ # Loading indicator messages
116
+ loading_error_indicator=Hata
117
+ loading_error=PDF yüklenirken hata.
118
+ invalid_file_error=Geçersiz yada bozuk dosya.
119
+ missing_file_error=PDF dosyası bulunamadı.
120
+
121
+ # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
122
+ # "{{type}}" will be replaced with an annotation type from a list defined in
123
+ # the PDF spec (32000-1:2008 Table 169 – Annotation types).
124
+ # Some common types are e.g.: "Check", "Text", "Comment", "Note"
125
+ text_annotation_type.alt=[{{type}} Not]
126
+ request_password=PDF Şifre ile korunmakta:
127
+
128
+ printing_not_supported=Uyarı: Yazdırma işlemi bu tarayıcı ile tam desteklenmiyor.
129
+ web_fonts_disabled=Web Fontları devre dışı. Web fontlar yüklenemiyor.