@eo-sdk/client 9.0.0-rc.7 → 9.0.0-rc.9

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 (419) hide show
  1. package/app/eo-client/settings/settings.component.d.ts +2 -1
  2. package/app/eo-framework/accordion/simple-accordion/simple-accordion.component.d.ts +5 -9
  3. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +4 -2
  4. package/app/eo-framework/media/media.component.d.ts +3 -12
  5. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts +3 -2
  6. package/app/eo-framework/ui/overlay/overlay.component.d.ts +3 -0
  7. package/app/eo-framework/util/directive/trap-focus.directive.d.ts +2 -0
  8. package/assets/_default/i18n/de.json +2 -0
  9. package/assets/_default/i18n/en.json +7 -5
  10. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +5 -0
  11. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  12. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +1 -1
  13. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  14. package/bundles/eo-sdk-client.umd.js +137 -134
  15. package/bundles/eo-sdk-client.umd.js.map +1 -1
  16. package/bundles/eo-sdk-client.umd.min.js +1 -1
  17. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  18. package/eo-sdk-client.metadata.json +1 -1
  19. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  20. package/esm2015/app/eo-client/dashboard/dashboard.component.js +2 -2
  21. package/esm2015/app/eo-client/settings/settings.component.js +7 -4
  22. package/esm2015/app/eo-framework/accordion/simple-accordion/simple-accordion.component.js +18 -23
  23. package/esm2015/app/eo-framework/actions/actions/copy-action/copy-action.js +2 -2
  24. package/esm2015/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.js +3 -2
  25. package/esm2015/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.js +1 -1
  26. package/esm2015/app/eo-framework/app-shell/app-bar/app-bar.component.js +12 -5
  27. package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +13 -1
  28. package/esm2015/app/eo-framework/form-elements/datetime/datetime.component.js +2 -2
  29. package/esm2015/app/eo-framework/form-elements/form-input/form-input.component.js +1 -1
  30. package/esm2015/app/eo-framework/form-elements/id-reference/id-reference.component.js +1 -1
  31. package/esm2015/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.js +4 -4
  32. package/esm2015/app/eo-framework/form-elements/organization/organization.component.js +1 -1
  33. package/esm2015/app/eo-framework/form-elements/string/string.component.js +3 -3
  34. package/esm2015/app/eo-framework/grid/filters/datetime-filter.component.js +2 -2
  35. package/esm2015/app/eo-framework/grid/filters/organization-filter.component.js +1 -1
  36. package/esm2015/app/eo-framework/media/media.component.js +31 -77
  37. package/esm2015/app/eo-framework/object-details/object-details.component.js +2 -2
  38. package/esm2015/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.js +3 -3
  39. package/esm2015/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.js +9 -4
  40. package/esm2015/app/eo-framework/ui/clipboard/clipboard.component.js +2 -2
  41. package/esm2015/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.js +4 -4
  42. package/esm2015/app/eo-framework/ui/overlay/overlay.component.js +10 -4
  43. package/esm2015/app/eo-framework/util/directive/trap-focus.directive.js +22 -4
  44. package/esm2015/projects/eo-sdk/core/lib/model/dms-object.model.js +4 -1
  45. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +2 -1
  46. package/esm2015/projects/eo-sdk/core/lib/service/search/search.service.js +2 -1
  47. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +5 -0
  48. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  49. package/fesm2015/eo-sdk-client.js +134 -132
  50. package/fesm2015/eo-sdk-client.js.map +1 -1
  51. package/package.json +2 -2
  52. package/projects/eo-sdk/core/lib/model/dms-object.model.d.ts +4 -0
  53. package/projects/eo-sdk/core/package.json +1 -1
  54. package/scss/_form.scss +3 -0
  55. package/styles.css +2 -0
  56. package/assets/_default/api/pdf/LICENSE +0 -177
  57. package/assets/_default/api/pdf/build/pdf.js +0 -2
  58. package/assets/_default/api/pdf/build/pdf.js.LICENSE.txt +0 -21
  59. package/assets/_default/api/pdf/build/pdf.js.map +0 -1
  60. package/assets/_default/api/pdf/build/pdf.sandbox.js +0 -2
  61. package/assets/_default/api/pdf/build/pdf.sandbox.js.LICENSE.txt +0 -21
  62. package/assets/_default/api/pdf/build/pdf.sandbox.js.map +0 -1
  63. package/assets/_default/api/pdf/build/pdf.worker.js +0 -2
  64. package/assets/_default/api/pdf/build/pdf.worker.js.LICENSE.txt +0 -21
  65. package/assets/_default/api/pdf/build/pdf.worker.js.map +0 -1
  66. package/assets/_default/api/pdf/web/cmaps/78-EUC-H.bcmap +0 -0
  67. package/assets/_default/api/pdf/web/cmaps/78-EUC-V.bcmap +0 -0
  68. package/assets/_default/api/pdf/web/cmaps/78-H.bcmap +0 -0
  69. package/assets/_default/api/pdf/web/cmaps/78-RKSJ-H.bcmap +0 -0
  70. package/assets/_default/api/pdf/web/cmaps/78-RKSJ-V.bcmap +0 -0
  71. package/assets/_default/api/pdf/web/cmaps/78-V.bcmap +0 -0
  72. package/assets/_default/api/pdf/web/cmaps/78ms-RKSJ-H.bcmap +0 -0
  73. package/assets/_default/api/pdf/web/cmaps/78ms-RKSJ-V.bcmap +0 -0
  74. package/assets/_default/api/pdf/web/cmaps/83pv-RKSJ-H.bcmap +0 -0
  75. package/assets/_default/api/pdf/web/cmaps/90ms-RKSJ-H.bcmap +0 -0
  76. package/assets/_default/api/pdf/web/cmaps/90ms-RKSJ-V.bcmap +0 -0
  77. package/assets/_default/api/pdf/web/cmaps/90msp-RKSJ-H.bcmap +0 -0
  78. package/assets/_default/api/pdf/web/cmaps/90msp-RKSJ-V.bcmap +0 -0
  79. package/assets/_default/api/pdf/web/cmaps/90pv-RKSJ-H.bcmap +0 -0
  80. package/assets/_default/api/pdf/web/cmaps/90pv-RKSJ-V.bcmap +0 -0
  81. package/assets/_default/api/pdf/web/cmaps/Add-H.bcmap +0 -0
  82. package/assets/_default/api/pdf/web/cmaps/Add-RKSJ-H.bcmap +0 -0
  83. package/assets/_default/api/pdf/web/cmaps/Add-RKSJ-V.bcmap +0 -0
  84. package/assets/_default/api/pdf/web/cmaps/Add-V.bcmap +0 -0
  85. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-0.bcmap +0 -0
  86. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-1.bcmap +0 -0
  87. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-2.bcmap +0 -0
  88. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-3.bcmap +0 -0
  89. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-4.bcmap +0 -0
  90. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-5.bcmap +0 -0
  91. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-6.bcmap +0 -0
  92. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap +0 -0
  93. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-0.bcmap +0 -0
  94. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-1.bcmap +0 -0
  95. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-2.bcmap +0 -0
  96. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-3.bcmap +0 -0
  97. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-4.bcmap +0 -0
  98. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-5.bcmap +0 -0
  99. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-UCS2.bcmap +0 -0
  100. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-0.bcmap +0 -0
  101. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-1.bcmap +0 -0
  102. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-2.bcmap +0 -0
  103. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-3.bcmap +0 -0
  104. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-4.bcmap +0 -0
  105. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-5.bcmap +0 -0
  106. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-6.bcmap +0 -0
  107. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap +0 -0
  108. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-0.bcmap +0 -0
  109. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-1.bcmap +0 -0
  110. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-2.bcmap +0 -0
  111. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap +0 -0
  112. package/assets/_default/api/pdf/web/cmaps/B5-H.bcmap +0 -0
  113. package/assets/_default/api/pdf/web/cmaps/B5-V.bcmap +0 -0
  114. package/assets/_default/api/pdf/web/cmaps/B5pc-H.bcmap +0 -0
  115. package/assets/_default/api/pdf/web/cmaps/B5pc-V.bcmap +0 -0
  116. package/assets/_default/api/pdf/web/cmaps/CNS-EUC-H.bcmap +0 -0
  117. package/assets/_default/api/pdf/web/cmaps/CNS-EUC-V.bcmap +0 -0
  118. package/assets/_default/api/pdf/web/cmaps/CNS1-H.bcmap +0 -0
  119. package/assets/_default/api/pdf/web/cmaps/CNS1-V.bcmap +0 -0
  120. package/assets/_default/api/pdf/web/cmaps/CNS2-H.bcmap +0 -0
  121. package/assets/_default/api/pdf/web/cmaps/CNS2-V.bcmap +0 -3
  122. package/assets/_default/api/pdf/web/cmaps/ETHK-B5-H.bcmap +0 -0
  123. package/assets/_default/api/pdf/web/cmaps/ETHK-B5-V.bcmap +0 -0
  124. package/assets/_default/api/pdf/web/cmaps/ETen-B5-H.bcmap +0 -0
  125. package/assets/_default/api/pdf/web/cmaps/ETen-B5-V.bcmap +0 -0
  126. package/assets/_default/api/pdf/web/cmaps/ETenms-B5-H.bcmap +0 -3
  127. package/assets/_default/api/pdf/web/cmaps/ETenms-B5-V.bcmap +0 -0
  128. package/assets/_default/api/pdf/web/cmaps/EUC-H.bcmap +0 -0
  129. package/assets/_default/api/pdf/web/cmaps/EUC-V.bcmap +0 -0
  130. package/assets/_default/api/pdf/web/cmaps/Ext-H.bcmap +0 -0
  131. package/assets/_default/api/pdf/web/cmaps/Ext-RKSJ-H.bcmap +0 -0
  132. package/assets/_default/api/pdf/web/cmaps/Ext-RKSJ-V.bcmap +0 -0
  133. package/assets/_default/api/pdf/web/cmaps/Ext-V.bcmap +0 -0
  134. package/assets/_default/api/pdf/web/cmaps/GB-EUC-H.bcmap +0 -0
  135. package/assets/_default/api/pdf/web/cmaps/GB-EUC-V.bcmap +0 -0
  136. package/assets/_default/api/pdf/web/cmaps/GB-H.bcmap +0 -4
  137. package/assets/_default/api/pdf/web/cmaps/GB-V.bcmap +0 -0
  138. package/assets/_default/api/pdf/web/cmaps/GBK-EUC-H.bcmap +0 -0
  139. package/assets/_default/api/pdf/web/cmaps/GBK-EUC-V.bcmap +0 -0
  140. package/assets/_default/api/pdf/web/cmaps/GBK2K-H.bcmap +0 -0
  141. package/assets/_default/api/pdf/web/cmaps/GBK2K-V.bcmap +0 -0
  142. package/assets/_default/api/pdf/web/cmaps/GBKp-EUC-H.bcmap +0 -0
  143. package/assets/_default/api/pdf/web/cmaps/GBKp-EUC-V.bcmap +0 -0
  144. package/assets/_default/api/pdf/web/cmaps/GBT-EUC-H.bcmap +0 -0
  145. package/assets/_default/api/pdf/web/cmaps/GBT-EUC-V.bcmap +0 -0
  146. package/assets/_default/api/pdf/web/cmaps/GBT-H.bcmap +0 -0
  147. package/assets/_default/api/pdf/web/cmaps/GBT-V.bcmap +0 -0
  148. package/assets/_default/api/pdf/web/cmaps/GBTpc-EUC-H.bcmap +0 -0
  149. package/assets/_default/api/pdf/web/cmaps/GBTpc-EUC-V.bcmap +0 -0
  150. package/assets/_default/api/pdf/web/cmaps/GBpc-EUC-H.bcmap +0 -0
  151. package/assets/_default/api/pdf/web/cmaps/GBpc-EUC-V.bcmap +0 -0
  152. package/assets/_default/api/pdf/web/cmaps/H.bcmap +0 -0
  153. package/assets/_default/api/pdf/web/cmaps/HKdla-B5-H.bcmap +0 -0
  154. package/assets/_default/api/pdf/web/cmaps/HKdla-B5-V.bcmap +0 -0
  155. package/assets/_default/api/pdf/web/cmaps/HKdlb-B5-H.bcmap +0 -0
  156. package/assets/_default/api/pdf/web/cmaps/HKdlb-B5-V.bcmap +0 -0
  157. package/assets/_default/api/pdf/web/cmaps/HKgccs-B5-H.bcmap +0 -0
  158. package/assets/_default/api/pdf/web/cmaps/HKgccs-B5-V.bcmap +0 -0
  159. package/assets/_default/api/pdf/web/cmaps/HKm314-B5-H.bcmap +0 -0
  160. package/assets/_default/api/pdf/web/cmaps/HKm314-B5-V.bcmap +0 -0
  161. package/assets/_default/api/pdf/web/cmaps/HKm471-B5-H.bcmap +0 -0
  162. package/assets/_default/api/pdf/web/cmaps/HKm471-B5-V.bcmap +0 -0
  163. package/assets/_default/api/pdf/web/cmaps/HKscs-B5-H.bcmap +0 -0
  164. package/assets/_default/api/pdf/web/cmaps/HKscs-B5-V.bcmap +0 -0
  165. package/assets/_default/api/pdf/web/cmaps/Hankaku.bcmap +0 -0
  166. package/assets/_default/api/pdf/web/cmaps/Hiragana.bcmap +0 -0
  167. package/assets/_default/api/pdf/web/cmaps/KSC-EUC-H.bcmap +0 -0
  168. package/assets/_default/api/pdf/web/cmaps/KSC-EUC-V.bcmap +0 -0
  169. package/assets/_default/api/pdf/web/cmaps/KSC-H.bcmap +0 -0
  170. package/assets/_default/api/pdf/web/cmaps/KSC-Johab-H.bcmap +0 -0
  171. package/assets/_default/api/pdf/web/cmaps/KSC-Johab-V.bcmap +0 -0
  172. package/assets/_default/api/pdf/web/cmaps/KSC-V.bcmap +0 -0
  173. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-H.bcmap +0 -0
  174. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-HW-H.bcmap +0 -0
  175. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-HW-V.bcmap +0 -0
  176. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-V.bcmap +0 -0
  177. package/assets/_default/api/pdf/web/cmaps/KSCpc-EUC-H.bcmap +0 -0
  178. package/assets/_default/api/pdf/web/cmaps/KSCpc-EUC-V.bcmap +0 -0
  179. package/assets/_default/api/pdf/web/cmaps/Katakana.bcmap +0 -0
  180. package/assets/_default/api/pdf/web/cmaps/LICENSE +0 -36
  181. package/assets/_default/api/pdf/web/cmaps/NWP-H.bcmap +0 -0
  182. package/assets/_default/api/pdf/web/cmaps/NWP-V.bcmap +0 -0
  183. package/assets/_default/api/pdf/web/cmaps/RKSJ-H.bcmap +0 -0
  184. package/assets/_default/api/pdf/web/cmaps/RKSJ-V.bcmap +0 -0
  185. package/assets/_default/api/pdf/web/cmaps/Roman.bcmap +0 -0
  186. package/assets/_default/api/pdf/web/cmaps/UniCNS-UCS2-H.bcmap +0 -0
  187. package/assets/_default/api/pdf/web/cmaps/UniCNS-UCS2-V.bcmap +0 -0
  188. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF16-H.bcmap +0 -0
  189. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF16-V.bcmap +0 -0
  190. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF32-H.bcmap +0 -0
  191. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF32-V.bcmap +0 -0
  192. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF8-H.bcmap +0 -0
  193. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF8-V.bcmap +0 -0
  194. package/assets/_default/api/pdf/web/cmaps/UniGB-UCS2-H.bcmap +0 -0
  195. package/assets/_default/api/pdf/web/cmaps/UniGB-UCS2-V.bcmap +0 -0
  196. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF16-H.bcmap +0 -0
  197. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF16-V.bcmap +0 -0
  198. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF32-H.bcmap +0 -0
  199. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF32-V.bcmap +0 -0
  200. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF8-H.bcmap +0 -0
  201. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF8-V.bcmap +0 -0
  202. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-H.bcmap +0 -0
  203. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap +0 -0
  204. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap +0 -0
  205. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-V.bcmap +0 -0
  206. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF16-H.bcmap +0 -0
  207. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF16-V.bcmap +0 -0
  208. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF32-H.bcmap +0 -0
  209. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF32-V.bcmap +0 -0
  210. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF8-H.bcmap +0 -0
  211. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF8-V.bcmap +0 -0
  212. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap +0 -0
  213. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap +0 -0
  214. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap +0 -0
  215. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap +0 -0
  216. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap +0 -0
  217. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap +0 -0
  218. package/assets/_default/api/pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +0 -0
  219. package/assets/_default/api/pdf/web/cmaps/UniJISPro-UCS2-V.bcmap +0 -0
  220. package/assets/_default/api/pdf/web/cmaps/UniJISPro-UTF8-V.bcmap +0 -0
  221. package/assets/_default/api/pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap +0 -0
  222. package/assets/_default/api/pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap +0 -0
  223. package/assets/_default/api/pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap +0 -0
  224. package/assets/_default/api/pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap +0 -0
  225. package/assets/_default/api/pdf/web/cmaps/UniKS-UCS2-H.bcmap +0 -0
  226. package/assets/_default/api/pdf/web/cmaps/UniKS-UCS2-V.bcmap +0 -0
  227. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF16-H.bcmap +0 -0
  228. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF16-V.bcmap +0 -0
  229. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF32-H.bcmap +0 -0
  230. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF32-V.bcmap +0 -0
  231. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF8-H.bcmap +0 -0
  232. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF8-V.bcmap +0 -0
  233. package/assets/_default/api/pdf/web/cmaps/V.bcmap +0 -0
  234. package/assets/_default/api/pdf/web/cmaps/WP-Symbol.bcmap +0 -0
  235. package/assets/_default/api/pdf/web/compressed.tracemonkey-pldi-09.pdf +0 -0
  236. package/assets/_default/api/pdf/web/debugger.js +0 -1
  237. package/assets/_default/api/pdf/web/images/annotation-check.svg +0 -11
  238. package/assets/_default/api/pdf/web/images/annotation-comment.svg +0 -16
  239. package/assets/_default/api/pdf/web/images/annotation-help.svg +0 -26
  240. package/assets/_default/api/pdf/web/images/annotation-insert.svg +0 -10
  241. package/assets/_default/api/pdf/web/images/annotation-key.svg +0 -11
  242. package/assets/_default/api/pdf/web/images/annotation-newparagraph.svg +0 -11
  243. package/assets/_default/api/pdf/web/images/annotation-noicon.svg +0 -7
  244. package/assets/_default/api/pdf/web/images/annotation-note.svg +0 -42
  245. package/assets/_default/api/pdf/web/images/annotation-paragraph.svg +0 -16
  246. package/assets/_default/api/pdf/web/images/findbarButton-next.svg +0 -4
  247. package/assets/_default/api/pdf/web/images/findbarButton-previous.svg +0 -4
  248. package/assets/_default/api/pdf/web/images/grab.cur +0 -0
  249. package/assets/_default/api/pdf/web/images/grabbing.cur +0 -0
  250. package/assets/_default/api/pdf/web/images/loading-dark.svg +0 -24
  251. package/assets/_default/api/pdf/web/images/loading-icon.gif +0 -0
  252. package/assets/_default/api/pdf/web/images/loading.svg +0 -1
  253. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-documentProperties.svg +0 -15
  254. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-firstPage.svg +0 -1
  255. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-handTool.svg +0 -1
  256. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-lastPage.svg +0 -1
  257. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-rotateCcw.svg +0 -1
  258. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-rotateCw.svg +0 -4
  259. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-scrollHorizontal.svg +0 -1
  260. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-scrollVertical.svg +0 -1
  261. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-scrollWrapped.svg +0 -1
  262. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-selectTool.svg +0 -4
  263. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-spreadEven.svg +0 -1
  264. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-spreadNone.svg +0 -1
  265. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-spreadOdd.svg +0 -1
  266. package/assets/_default/api/pdf/web/images/shadow.png +0 -0
  267. package/assets/_default/api/pdf/web/images/toolbarButton-bookmark.svg +0 -1
  268. package/assets/_default/api/pdf/web/images/toolbarButton-currentOutlineItem.svg +0 -1
  269. package/assets/_default/api/pdf/web/images/toolbarButton-download.svg +0 -4
  270. package/assets/_default/api/pdf/web/images/toolbarButton-menuArrow.svg +0 -1
  271. package/assets/_default/api/pdf/web/images/toolbarButton-openFile.svg +0 -4
  272. package/assets/_default/api/pdf/web/images/toolbarButton-pageDown.svg +0 -7
  273. package/assets/_default/api/pdf/web/images/toolbarButton-pageUp.svg +0 -12
  274. package/assets/_default/api/pdf/web/images/toolbarButton-presentationMode.svg +0 -1
  275. package/assets/_default/api/pdf/web/images/toolbarButton-print.svg +0 -4
  276. package/assets/_default/api/pdf/web/images/toolbarButton-search.svg +0 -4
  277. package/assets/_default/api/pdf/web/images/toolbarButton-secondaryToolbarToggle.svg +0 -4
  278. package/assets/_default/api/pdf/web/images/toolbarButton-sidebarToggle.svg +0 -4
  279. package/assets/_default/api/pdf/web/images/toolbarButton-viewAttachments.svg +0 -1
  280. package/assets/_default/api/pdf/web/images/toolbarButton-viewLayers.svg +0 -1
  281. package/assets/_default/api/pdf/web/images/toolbarButton-viewOutline.svg +0 -1
  282. package/assets/_default/api/pdf/web/images/toolbarButton-viewThumbnail.svg +0 -4
  283. package/assets/_default/api/pdf/web/images/toolbarButton-zoomIn.svg +0 -4
  284. package/assets/_default/api/pdf/web/images/toolbarButton-zoomOut.svg +0 -4
  285. package/assets/_default/api/pdf/web/images/treeitem-collapsed.svg +0 -1
  286. package/assets/_default/api/pdf/web/images/treeitem-expanded.svg +0 -1
  287. package/assets/_default/api/pdf/web/locale/ach/viewer.properties +0 -199
  288. package/assets/_default/api/pdf/web/locale/af/viewer.properties +0 -176
  289. package/assets/_default/api/pdf/web/locale/an/viewer.properties +0 -242
  290. package/assets/_default/api/pdf/web/locale/ar/viewer.properties +0 -246
  291. package/assets/_default/api/pdf/web/locale/ast/viewer.properties +0 -207
  292. package/assets/_default/api/pdf/web/locale/az/viewer.properties +0 -242
  293. package/assets/_default/api/pdf/web/locale/be/viewer.properties +0 -248
  294. package/assets/_default/api/pdf/web/locale/bg/viewer.properties +0 -234
  295. package/assets/_default/api/pdf/web/locale/bn/viewer.properties +0 -236
  296. package/assets/_default/api/pdf/web/locale/bo/viewer.properties +0 -237
  297. package/assets/_default/api/pdf/web/locale/br/viewer.properties +0 -246
  298. package/assets/_default/api/pdf/web/locale/brx/viewer.properties +0 -204
  299. package/assets/_default/api/pdf/web/locale/bs/viewer.properties +0 -193
  300. package/assets/_default/api/pdf/web/locale/ca/viewer.properties +0 -250
  301. package/assets/_default/api/pdf/web/locale/cak/viewer.properties +0 -248
  302. package/assets/_default/api/pdf/web/locale/ckb/viewer.properties +0 -233
  303. package/assets/_default/api/pdf/web/locale/cs/viewer.properties +0 -248
  304. package/assets/_default/api/pdf/web/locale/cy/viewer.properties +0 -248
  305. package/assets/_default/api/pdf/web/locale/da/viewer.properties +0 -248
  306. package/assets/_default/api/pdf/web/locale/de/viewer.properties +0 -248
  307. package/assets/_default/api/pdf/web/locale/dsb/viewer.properties +0 -248
  308. package/assets/_default/api/pdf/web/locale/el/viewer.properties +0 -248
  309. package/assets/_default/api/pdf/web/locale/en-CA/viewer.properties +0 -248
  310. package/assets/_default/api/pdf/web/locale/en-GB/viewer.properties +0 -248
  311. package/assets/_default/api/pdf/web/locale/en-US/viewer.properties +0 -248
  312. package/assets/_default/api/pdf/web/locale/eo/viewer.properties +0 -248
  313. package/assets/_default/api/pdf/web/locale/es-AR/viewer.properties +0 -248
  314. package/assets/_default/api/pdf/web/locale/es-CL/viewer.properties +0 -248
  315. package/assets/_default/api/pdf/web/locale/es-ES/viewer.properties +0 -248
  316. package/assets/_default/api/pdf/web/locale/es-MX/viewer.properties +0 -248
  317. package/assets/_default/api/pdf/web/locale/et/viewer.properties +0 -238
  318. package/assets/_default/api/pdf/web/locale/eu/viewer.properties +0 -248
  319. package/assets/_default/api/pdf/web/locale/fa/viewer.properties +0 -215
  320. package/assets/_default/api/pdf/web/locale/ff/viewer.properties +0 -234
  321. package/assets/_default/api/pdf/web/locale/fi/viewer.properties +0 -248
  322. package/assets/_default/api/pdf/web/locale/fr/viewer.properties +0 -248
  323. package/assets/_default/api/pdf/web/locale/fy-NL/viewer.properties +0 -248
  324. package/assets/_default/api/pdf/web/locale/ga-IE/viewer.properties +0 -176
  325. package/assets/_default/api/pdf/web/locale/gd/viewer.properties +0 -248
  326. package/assets/_default/api/pdf/web/locale/gl/viewer.properties +0 -248
  327. package/assets/_default/api/pdf/web/locale/gn/viewer.properties +0 -248
  328. package/assets/_default/api/pdf/web/locale/gu-IN/viewer.properties +0 -234
  329. package/assets/_default/api/pdf/web/locale/he/viewer.properties +0 -248
  330. package/assets/_default/api/pdf/web/locale/hi-IN/viewer.properties +0 -234
  331. package/assets/_default/api/pdf/web/locale/hr/viewer.properties +0 -248
  332. package/assets/_default/api/pdf/web/locale/hsb/viewer.properties +0 -248
  333. package/assets/_default/api/pdf/web/locale/hu/viewer.properties +0 -248
  334. package/assets/_default/api/pdf/web/locale/hy-AM/viewer.properties +0 -238
  335. package/assets/_default/api/pdf/web/locale/hye/viewer.properties +0 -244
  336. package/assets/_default/api/pdf/web/locale/ia/viewer.properties +0 -248
  337. package/assets/_default/api/pdf/web/locale/id/viewer.properties +0 -248
  338. package/assets/_default/api/pdf/web/locale/is/viewer.properties +0 -231
  339. package/assets/_default/api/pdf/web/locale/it/viewer.properties +0 -190
  340. package/assets/_default/api/pdf/web/locale/ja/viewer.properties +0 -259
  341. package/assets/_default/api/pdf/web/locale/ka/viewer.properties +0 -248
  342. package/assets/_default/api/pdf/web/locale/kab/viewer.properties +0 -248
  343. package/assets/_default/api/pdf/web/locale/kk/viewer.properties +0 -248
  344. package/assets/_default/api/pdf/web/locale/km/viewer.properties +0 -209
  345. package/assets/_default/api/pdf/web/locale/kn/viewer.properties +0 -186
  346. package/assets/_default/api/pdf/web/locale/ko/viewer.properties +0 -248
  347. package/assets/_default/api/pdf/web/locale/lij/viewer.properties +0 -234
  348. package/assets/_default/api/pdf/web/locale/lo/viewer.properties +0 -145
  349. package/assets/_default/api/pdf/web/locale/locale.properties +0 -321
  350. package/assets/_default/api/pdf/web/locale/lt/viewer.properties +0 -248
  351. package/assets/_default/api/pdf/web/locale/ltg/viewer.properties +0 -212
  352. package/assets/_default/api/pdf/web/locale/lv/viewer.properties +0 -234
  353. package/assets/_default/api/pdf/web/locale/meh/viewer.properties +0 -111
  354. package/assets/_default/api/pdf/web/locale/mk/viewer.properties +0 -138
  355. package/assets/_default/api/pdf/web/locale/mr/viewer.properties +0 -230
  356. package/assets/_default/api/pdf/web/locale/ms/viewer.properties +0 -234
  357. package/assets/_default/api/pdf/web/locale/my/viewer.properties +0 -190
  358. package/assets/_default/api/pdf/web/locale/nb-NO/viewer.properties +0 -248
  359. package/assets/_default/api/pdf/web/locale/ne-NP/viewer.properties +0 -176
  360. package/assets/_default/api/pdf/web/locale/nl/viewer.properties +0 -248
  361. package/assets/_default/api/pdf/web/locale/nn-NO/viewer.properties +0 -248
  362. package/assets/_default/api/pdf/web/locale/oc/viewer.properties +0 -248
  363. package/assets/_default/api/pdf/web/locale/pa-IN/viewer.properties +0 -248
  364. package/assets/_default/api/pdf/web/locale/pl/viewer.properties +0 -248
  365. package/assets/_default/api/pdf/web/locale/pt-BR/viewer.properties +0 -248
  366. package/assets/_default/api/pdf/web/locale/pt-PT/viewer.properties +0 -248
  367. package/assets/_default/api/pdf/web/locale/rm/viewer.properties +0 -248
  368. package/assets/_default/api/pdf/web/locale/ro/viewer.properties +0 -240
  369. package/assets/_default/api/pdf/web/locale/ru/viewer.properties +0 -248
  370. package/assets/_default/api/pdf/web/locale/scn/viewer.properties +0 -101
  371. package/assets/_default/api/pdf/web/locale/sco/viewer.properties +0 -248
  372. package/assets/_default/api/pdf/web/locale/si/viewer.properties +0 -201
  373. package/assets/_default/api/pdf/web/locale/sk/viewer.properties +0 -248
  374. package/assets/_default/api/pdf/web/locale/sl/viewer.properties +0 -248
  375. package/assets/_default/api/pdf/web/locale/son/viewer.properties +0 -172
  376. package/assets/_default/api/pdf/web/locale/sq/viewer.properties +0 -235
  377. package/assets/_default/api/pdf/web/locale/sr/viewer.properties +0 -250
  378. package/assets/_default/api/pdf/web/locale/sv-SE/viewer.properties +0 -248
  379. package/assets/_default/api/pdf/web/locale/szl/viewer.properties +0 -246
  380. package/assets/_default/api/pdf/web/locale/ta/viewer.properties +0 -193
  381. package/assets/_default/api/pdf/web/locale/te/viewer.properties +0 -217
  382. package/assets/_default/api/pdf/web/locale/tg/viewer.properties +0 -142
  383. package/assets/_default/api/pdf/web/locale/th/viewer.properties +0 -248
  384. package/assets/_default/api/pdf/web/locale/tl/viewer.properties +0 -242
  385. package/assets/_default/api/pdf/web/locale/tr/viewer.properties +0 -248
  386. package/assets/_default/api/pdf/web/locale/trs/viewer.properties +0 -206
  387. package/assets/_default/api/pdf/web/locale/uk/viewer.properties +0 -248
  388. package/assets/_default/api/pdf/web/locale/ur/viewer.properties +0 -238
  389. package/assets/_default/api/pdf/web/locale/uz/viewer.properties +0 -162
  390. package/assets/_default/api/pdf/web/locale/vi/viewer.properties +0 -248
  391. package/assets/_default/api/pdf/web/locale/wo/viewer.properties +0 -122
  392. package/assets/_default/api/pdf/web/locale/xh/viewer.properties +0 -176
  393. package/assets/_default/api/pdf/web/locale/zh-CN/viewer.properties +0 -248
  394. package/assets/_default/api/pdf/web/locale/zh-TW/viewer.properties +0 -248
  395. package/assets/_default/api/pdf/web/standard_fonts/FoxitDingbats.pfb +0 -0
  396. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixed.pfb +0 -0
  397. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixedBold.pfb +0 -0
  398. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixedBoldItalic.pfb +0 -0
  399. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixedItalic.pfb +0 -0
  400. package/assets/_default/api/pdf/web/standard_fonts/FoxitSans.pfb +0 -0
  401. package/assets/_default/api/pdf/web/standard_fonts/FoxitSansBold.pfb +0 -0
  402. package/assets/_default/api/pdf/web/standard_fonts/FoxitSansBoldItalic.pfb +0 -0
  403. package/assets/_default/api/pdf/web/standard_fonts/FoxitSansItalic.pfb +0 -0
  404. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerif.pfb +0 -0
  405. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerifBold.pfb +0 -0
  406. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerifBoldItalic.pfb +0 -0
  407. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerifItalic.pfb +0 -0
  408. package/assets/_default/api/pdf/web/standard_fonts/FoxitSymbol.pfb +0 -0
  409. package/assets/_default/api/pdf/web/standard_fonts/LICENSE_FOXIT +0 -27
  410. package/assets/_default/api/pdf/web/standard_fonts/LICENSE_LIBERATION +0 -102
  411. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-Bold.ttf +0 -0
  412. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-BoldItalic.ttf +0 -0
  413. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-Italic.ttf +0 -0
  414. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-Regular.ttf +0 -0
  415. package/assets/_default/api/pdf/web/viewer.css +0 -2746
  416. package/assets/_default/api/pdf/web/viewer.html +0 -398
  417. package/assets/_default/api/pdf/web/viewer.js +0 -2
  418. package/assets/_default/api/pdf/web/viewer.js.LICENSE.txt +0 -21
  419. package/assets/_default/api/pdf/web/viewer.js.map +0 -1
@@ -1,246 +0,0 @@
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=Pajenn a-raok
17
- previous_label=A-raok
18
- next.title=Pajenn war-lerc'h
19
- next_label=War-lerc'h
20
-
21
- # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22
- page.title=Pajenn
23
- # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24
- # representing the total number of pages in the document.
25
- of_pages=eus {{pagesCount}}
26
- # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
27
- # will be replaced by a number representing the currently visible page,
28
- # respectively a number representing the total number of pages in the document.
29
- page_of_pages=({{pageNumber}} war {{pagesCount}})
30
-
31
- zoom_out.title=Zoum bihanaat
32
- zoom_out_label=Zoum bihanaat
33
- zoom_in.title=Zoum brasaat
34
- zoom_in_label=Zoum brasaat
35
- zoom.title=Zoum
36
- presentation_mode.title=Trec'haoliñ etrezek ar mod kinnigadenn
37
- presentation_mode_label=Mod kinnigadenn
38
- open_file.title=Digeriñ ur restr
39
- open_file_label=Digeriñ ur restr
40
- print.title=Moullañ
41
- print_label=Moullañ
42
- download.title=Pellgargañ
43
- download_label=Pellgargañ
44
- bookmark.title=Gwel bremanel (eilañ pe zigeriñ e-barzh ur prenestr nevez)
45
- bookmark_label=Gwel bremanel
46
-
47
- # Secondary toolbar and context menu
48
- tools.title=Ostilhoù
49
- tools_label=Ostilhoù
50
- first_page.title=Mont d'ar bajenn gentañ
51
- first_page_label=Mont d'ar bajenn gentañ
52
- last_page.title=Mont d'ar bajenn diwezhañ
53
- last_page_label=Mont d'ar bajenn diwezhañ
54
- page_rotate_cw.title=C'hwelañ gant roud ar bizied
55
- page_rotate_cw_label=C'hwelañ gant roud ar bizied
56
- page_rotate_ccw.title=C'hwelañ gant roud gin ar bizied
57
- page_rotate_ccw_label=C'hwelañ gant roud gin ar bizied
58
-
59
- cursor_text_select_tool.title=Gweredekaat an ostilh diuzañ testenn
60
- cursor_text_select_tool_label=Ostilh diuzañ testenn
61
- cursor_hand_tool.title=Gweredekaat an ostilh dorn
62
- cursor_hand_tool_label=Ostilh dorn
63
-
64
- scroll_vertical.title=Arverañ an dibunañ a-blom
65
- scroll_vertical_label=Dibunañ a-serzh
66
- scroll_horizontal.title=Arverañ an dibunañ a-blaen
67
- scroll_horizontal_label=Dibunañ a-blaen
68
- scroll_wrapped.title=Arverañ an dibunañ paket
69
- scroll_wrapped_label=Dibunañ paket
70
-
71
- spread_none.title=Chom hep stagañ ar skignadurioù
72
- spread_none_label=Skignadenn ebet
73
- spread_odd.title=Lakaat ar pajennadoù en ur gregiñ gant ar pajennoù ampar
74
- spread_odd_label=Pajennoù ampar
75
- spread_even.title=Lakaat ar pajennadoù en ur gregiñ gant ar pajennoù par
76
- spread_even_label=Pajennoù par
77
-
78
- # Document properties dialog box
79
- document_properties.title=Perzhioù an teul…
80
- document_properties_label=Perzhioù an teul…
81
- document_properties_file_name=Anv restr:
82
- document_properties_file_size=Ment ar restr:
83
- # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
84
- # will be replaced by the PDF file size in kilobytes, respectively in bytes.
85
- document_properties_kb={{size_kb}} Ke ({{size_b}} eizhbit)
86
- # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
87
- # will be replaced by the PDF file size in megabytes, respectively in bytes.
88
- document_properties_mb={{size_mb}} Me ({{size_b}} eizhbit)
89
- document_properties_title=Titl:
90
- document_properties_author=Aozer:
91
- document_properties_subject=Danvez:
92
- document_properties_keywords=Gerioù-alc'hwez:
93
- document_properties_creation_date=Deiziad krouiñ:
94
- document_properties_modification_date=Deiziad kemmañ:
95
- # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
96
- # will be replaced by the creation/modification date, and time, of the PDF file.
97
- document_properties_date_string={{date}}, {{time}}
98
- document_properties_creator=Krouer:
99
- document_properties_producer=Kenderc'her PDF:
100
- document_properties_version=Handelv PDF:
101
- document_properties_page_count=Niver a bajennoù:
102
- document_properties_page_size=Ment ar bajenn:
103
- document_properties_page_size_unit_inches=in
104
- document_properties_page_size_unit_millimeters=mm
105
- document_properties_page_size_orientation_portrait=poltred
106
- document_properties_page_size_orientation_landscape=gweledva
107
- document_properties_page_size_name_a3=A3
108
- document_properties_page_size_name_a4=A4
109
- document_properties_page_size_name_letter=Lizher
110
- document_properties_page_size_name_legal=Lezennel
111
- # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
112
- # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
113
- # the size, respectively their unit of measurement and orientation, of the (current) page.
114
- document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
115
- # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
116
- # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
117
- # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
118
- document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
119
- # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
120
- # the document; usually called "Fast Web View" in English locales of Adobe software.
121
- document_properties_linearized=Gwel Web Herrek:
122
- document_properties_linearized_yes=Ya
123
- document_properties_linearized_no=Ket
124
- document_properties_close=Serriñ
125
-
126
- print_progress_message=O prientiñ an teul evit moullañ...
127
- # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
128
- # a numerical per cent value.
129
- print_progress_percent={{progress}}%
130
- print_progress_close=Nullañ
131
-
132
- # Tooltips and alt text for side panel toolbar buttons
133
- # (the _label strings are alt text for the buttons, the .title strings are
134
- # tooltips)
135
- toggle_sidebar.title=Diskouez/kuzhat ar varrenn gostez
136
- toggle_sidebar_notification2.title=Trec'haoliñ ar varrenn-gostez (ur steuñv pe stagadennoù a zo en teul)
137
- toggle_sidebar_label=Diskouez/kuzhat ar varrenn gostez
138
- document_outline.title=Diskouez steuñv an teul (daouglikit evit brasaat/bihanaat an holl elfennoù)
139
- document_outline_label=Sinedoù an teuliad
140
- attachments.title=Diskouez ar c'henstagadurioù
141
- attachments_label=Kenstagadurioù
142
- layers.title=Diskouez ar gwiskadoù (daou-glikañ evit adderaouekaat an holl gwiskadoù d'o stad dre ziouer)
143
- layers_label=Gwiskadoù
144
- thumbs.title=Diskouez ar melvennoù
145
- thumbs_label=Melvennoù
146
- findbar.title=Klask e-barzh an teuliad
147
- findbar_label=Klask
148
-
149
- additional_layers=Gwiskadoù ouzhpenn
150
- # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
151
- page_landmark=Pajenn {{page}}
152
- # Thumbnails panel item (tooltip and alt text for images)
153
- # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
154
- # number.
155
- thumb_page_title=Pajenn {{page}}
156
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
157
- # number.
158
- thumb_page_canvas=Melvenn ar bajenn {{page}}
159
-
160
- # Find panel button title and messages
161
- find_input.title=Klask
162
- find_input.placeholder=Klask e-barzh an teuliad
163
- find_previous.title=Kavout an tamm frazenn kent o klotañ ganti
164
- find_previous_label=Kent
165
- find_next.title=Kavout an tamm frazenn war-lerc'h o klotañ ganti
166
- find_next_label=War-lerc'h
167
- find_highlight=Usskediñ pep tra
168
- find_match_case_label=Teurel evezh ouzh ar pennlizherennoù
169
- find_entire_word_label=Gerioù a-bezh
170
- find_reached_top=Tizhet eo bet derou ar bajenn, kenderc'hel diouzh an diaz
171
- find_reached_bottom=Tizhet eo bet dibenn ar bajenn, kenderc'hel diouzh ar c'hrec'h
172
- # LOCALIZATION NOTE (find_match_count): The supported plural forms are
173
- # [one|two|few|many|other], with [other] as the default value.
174
- # "{{current}}" and "{{total}}" will be replaced by a number representing the
175
- # index of the currently active find result, respectively a number representing
176
- # the total number of matches in the document.
177
- find_match_count={[ plural(total) ]}
178
- find_match_count[one]=Klotadenn {{current}} war {{total}}
179
- find_match_count[two]=Klotadenn {{current}} war {{total}}
180
- find_match_count[few]=Klotadenn {{current}} war {{total}}
181
- find_match_count[many]=Klotadenn {{current}} war {{total}}
182
- find_match_count[other]=Klotadenn {{current}} war {{total}}
183
- # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
184
- # [zero|one|two|few|many|other], with [other] as the default value.
185
- # "{{limit}}" will be replaced by a numerical value.
186
- find_match_count_limit={[ plural(limit) ]}
187
- find_match_count_limit[zero]=Muioc'h eget {{limit}} a glotadennoù
188
- find_match_count_limit[one]=Muioc'h eget {{limit}} a glotadennoù
189
- find_match_count_limit[two]=Muioc'h eget {{limit}} a glotadennoù
190
- find_match_count_limit[few]=Muioc'h eget {{limit}} a glotadennoù
191
- find_match_count_limit[many]=Muioc'h eget {{limit}} a glotadennoù
192
- find_match_count_limit[other]=Muioc'h eget {{limit}} a glotadennoù
193
- find_not_found=N'haller ket kavout ar frazenn
194
-
195
- # Error panel labels
196
- error_more_info=Muioc'h a ditouroù
197
- error_less_info=Nebeutoc'h a ditouroù
198
- error_close=Serriñ
199
- # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
200
- # replaced by the PDF.JS version and build ID.
201
- error_version_info=PDF.js handelv {{version}} (kempunadur: {{build}})
202
- # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
203
- # english string describing the error.
204
- error_message=Kemennadenn: {{message}}
205
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206
- # trace.
207
- error_stack=Torn: {{stack}}
208
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
209
- error_file=Restr: {{file}}
210
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
211
- error_line=Linenn: {{line}}
212
- rendering_error=Degouezhet ez eus bet ur fazi e-pad skrammañ ar bajennad.
213
-
214
- # Predefined zoom values
215
- page_scale_width=Led ar bajenn
216
- page_scale_fit=Pajenn a-bezh
217
- page_scale_auto=Zoum emgefreek
218
- page_scale_actual=Ment wir
219
- # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
220
- # numerical scale value.
221
- page_scale_percent={{scale}}%
222
-
223
- # Loading indicator messages
224
- loading=O kargañ…
225
- loading_error=Degouezhet ez eus bet ur fazi e-pad kargañ ar PDF.
226
- invalid_file_error=Restr PDF didalvoudek pe kontronet.
227
- missing_file_error=Restr PDF o vankout.
228
- unexpected_response_error=Respont dic'hortoz a-berzh an dafariad
229
-
230
- # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
231
- # replaced by the modification date, and time, of the annotation.
232
- annotation_date_string={{date}}, {{time}}
233
-
234
- # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
235
- # "{{type}}" will be replaced with an annotation type from a list defined in
236
- # the PDF spec (32000-1:2008 Table 169 – Annotation types).
237
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
238
- text_annotation_type.alt=[{{type}} Notennañ]
239
- password_label=Enankit ar ger-tremen evit digeriñ ar restr PDF-mañ.
240
- password_invalid=Ger-tremen didalvoudek. Klaskit en-dro mar plij.
241
- password_ok=Mat eo
242
- password_cancel=Nullañ
243
-
244
- printing_not_supported=Kemenn: N'eo ket skoret penn-da-benn ar moullañ gant ar merdeer-mañ.
245
- printing_not_ready=Kemenn: N'hall ket bezañ moullet ar restr PDF rak n'eo ket karget penn-da-benn.
246
- web_fonts_disabled=Diweredekaet eo an nodrezhoù web: n'haller ket arverañ an nodrezhoù PDF enframmet.
@@ -1,204 +0,0 @@
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=आगोलनि बिलाइ
17
- previous_label=आगोलनि
18
- next.title=उननि बिलाइ
19
- next_label=उननि
20
-
21
- # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22
- page.title=बिलाइ
23
- # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24
- # representing the total number of pages in the document.
25
- of_pages={{pagesCount}} नि
26
- # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
27
- # will be replaced by a number representing the currently visible page,
28
- # respectively a number representing the total number of pages in the document.
29
- page_of_pages=({{pagesCount}} नि {{pageNumber}})
30
-
31
- zoom_out.title=फिसायै जुम खालाम
32
- zoom_out_label=फिसायै जुम खालाम
33
- zoom_in.title=गेदेरै जुम खालाम
34
- zoom_in_label=गेदेरै जुम खालाम
35
- zoom.title=जुम खालाम
36
- presentation_mode.title=दिन्थिफुंनाय म'डआव थां
37
- presentation_mode_label=दिन्थिफुंनाय म'ड
38
- open_file.title=फाइलखौ खेव
39
- open_file_label=खेव
40
- print.title=साफाय
41
- print_label=साफाय
42
- download.title=डाउनल'ड खालाम
43
- download_label=डाउनल'ड खालाम
44
- bookmark.title=दानि नुथाय (गोदान उइन्ड'आव कपि खालाम एबा खेव)
45
- bookmark_label=दानि नुथाय
46
-
47
- # Secondary toolbar and context menu
48
- tools.title=टुल
49
- tools_label=टुल
50
- first_page.title=गिबि बिलाइआव थां
51
- first_page_label=गिबि बिलाइआव थां
52
- last_page.title=जोबथा बिलाइआव थां
53
- last_page_label=जोबथा बिलाइआव थां
54
- page_rotate_cw.title=घरि गिदिंनाय फार्से फिदिं
55
- page_rotate_cw_label=घरि गिदिंनाय फार्से फिदिं
56
- page_rotate_ccw.title=घरि गिदिंनाय उल्था फार्से फिदिं
57
- page_rotate_ccw_label=घरि गिदिंनाय उल्था फार्से फिदिं
58
-
59
-
60
-
61
-
62
- # Document properties dialog box
63
- document_properties.title=फोरमान बिलाइनि आखुथाय...
64
- document_properties_label=फोरमान बिलाइनि आखुथाय...
65
- document_properties_file_name=फाइलनि मुं:
66
- document_properties_file_size=फाइलनि महर:
67
- # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
68
- # will be replaced by the PDF file size in kilobytes, respectively in bytes.
69
- document_properties_kb={{size_kb}} KB ({{size_b}} बाइट)
70
- # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
71
- # will be replaced by the PDF file size in megabytes, respectively in bytes.
72
- document_properties_mb={{size_mb}} MB ({{size_b}} बाइट)
73
- document_properties_title=बिमुं:
74
- document_properties_author=लिरगिरि:
75
- document_properties_subject=आयदा:
76
- document_properties_keywords=गाहाय सोदोब:
77
- document_properties_creation_date=सोरजिनाय अक्ट':
78
- document_properties_modification_date=सुद्रायनाय अक्ट':
79
- # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
80
- # will be replaced by the creation/modification date, and time, of the PDF file.
81
- document_properties_date_string={{date}}, {{time}}
82
- document_properties_creator=सोरजिग्रा:
83
- document_properties_producer=PDF दिहुनग्रा:
84
- document_properties_version=PDF बिसान:
85
- document_properties_page_count=बिलाइनि हिसाब:
86
- document_properties_page_size_unit_inches=in
87
- document_properties_page_size_unit_millimeters=mm
88
- document_properties_page_size_orientation_portrait=प'र्ट्रेट
89
- document_properties_page_size_orientation_landscape=लेण्डस्केप
90
- document_properties_page_size_name_a3=A3
91
- document_properties_page_size_name_a4=A4
92
- document_properties_page_size_name_letter=लायजाम
93
- # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
94
- # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
95
- # the size, respectively their unit of measurement and orientation, of the (current) page.
96
- document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
97
- # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
98
- # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
99
- # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
100
- document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
101
- # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
102
- # the document; usually called "Fast Web View" in English locales of Adobe software.
103
- document_properties_linearized_yes=नंगौ
104
- document_properties_linearized_no=नङा
105
- document_properties_close=बन्द खालाम
106
-
107
- # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
108
- # a numerical per cent value.
109
- print_progress_percent={{progress}}%
110
- print_progress_close=नेवसि
111
-
112
- # Tooltips and alt text for side panel toolbar buttons
113
- # (the _label strings are alt text for the buttons, the .title strings are
114
- # tooltips)
115
- toggle_sidebar.title=टग्गल साइडबार
116
- toggle_sidebar_label=टग्गल साइडबार
117
- document_outline_label=फोरमान बिलाइ सिमा हांखो
118
- attachments.title=नांजाब होनायखौ दिन्थि
119
- attachments_label=नांजाब होनाय
120
- thumbs.title=थामनेइलखौ दिन्थि
121
- thumbs_label=थामनेइल
122
- findbar.title=फोरमान बिलाइआव नागिरना दिहुन
123
- findbar_label=नायगिरना दिहुन
124
-
125
- # Thumbnails panel item (tooltip and alt text for images)
126
- # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
127
- # number.
128
- thumb_page_title=बिलाइ {{page}}
129
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
130
- # number.
131
- thumb_page_canvas=बिलाइ {{page}} नि थामनेइल
132
-
133
- # Find panel button title and messages
134
- find_input.title=नायगिरना दिहुन
135
- find_input.placeholder=फोरमान बिलाइआव नागिरना दिहुन...
136
- find_previous.title=बाथ्रा खोन्दोबनि सिगांनि नुजाथिनायखौ नागिर
137
- find_previous_label=आगोलनि
138
- find_next.title=बाथ्रा खोन्दोबनि उननि नुजाथिनायखौ नागिर
139
- find_next_label=उननि
140
- find_highlight=गासैखौबो हाइलाइट खालाम
141
- find_match_case_label=गोरोबनाय केस
142
- find_reached_top=थालो निफ्राय जागायनानै फोरमान बिलाइनि बिजौआव सौहैबाय
143
- find_reached_bottom=बिजौ निफ्राय जागायनानै फोरमान बिलाइनि बिजौआव सौहैबाय
144
- # LOCALIZATION NOTE (find_match_count): The supported plural forms are
145
- # [one|two|few|many|other], with [other] as the default value.
146
- # "{{current}}" and "{{total}}" will be replaced by a number representing the
147
- # index of the currently active find result, respectively a number representing
148
- # the total number of matches in the document.
149
- # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
150
- # [zero|one|two|few|many|other], with [other] as the default value.
151
- # "{{limit}}" will be replaced by a numerical value.
152
- find_match_count_limit={[ plural(limit) ]}
153
- find_not_found=बाथ्रा खोन्दोब मोनाखै
154
-
155
- # Error panel labels
156
- error_more_info=गोबां फोरमायथिहोग्रा
157
- error_less_info=खम फोरमायथिहोग्रा
158
- error_close=बन्द खालाम
159
- # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
160
- # replaced by the PDF.JS version and build ID.
161
- error_version_info=PDF.js v{{version}} (build: {{build}})
162
- # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
163
- # english string describing the error.
164
- error_message=खौरां: {{message}}
165
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
166
- # trace.
167
- error_stack=स्टेक: {{stack}}
168
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
169
- error_file=फाइल: {{file}}
170
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
171
- error_line=सारि: {{line}}
172
- rendering_error=बिलाइखौ राव सोलायनाय समाव मोनसे गोरोन्थि जादों।
173
-
174
- # Predefined zoom values
175
- page_scale_width=बिलाइनि गुवार
176
- page_scale_fit=बिलाइ गोरोबनाय
177
- page_scale_auto=गावनोगाव जुम
178
- page_scale_actual=थार महर
179
- # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
180
- # numerical scale value.
181
- page_scale_percent={{scale}}%
182
-
183
- loading_error=PDF ल'ड खालामनाय समाव मोनसे गोरोन्थि जाबाय।
184
- invalid_file_error=बाहायजायै एबा गाज्रि जानाय PDF फाइल
185
- missing_file_error=गोमानाय PDF फाइल
186
- unexpected_response_error=मिजिंथियै सार्भार फिननाय।
187
-
188
- # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
189
- # replaced by the modification date, and time, of the annotation.
190
- annotation_date_string={{date}}, {{time}}
191
-
192
- # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
193
- # "{{type}}" will be replaced with an annotation type from a list defined in
194
- # the PDF spec (32000-1:2008 Table 169 – Annotation types).
195
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
196
- text_annotation_type.alt=[{{type}} सोदोब बेखेवनाय]
197
- password_label=बे PDF फाइलखौ खेवनो पासवार्ड हाबहो।
198
- password_invalid=बाहायजायै पासवार्ड। अननानै फिन नाजा।
199
- password_ok=OK
200
- password_cancel=नेवसि
201
-
202
- printing_not_supported=सांग्रांथि: साफायनाया बे ब्राउजारजों आबुङै हेफाजाब होजाया।
203
- printing_not_ready=सांग्रांथि: PDF खौ साफायनायनि थाखाय फुरायै ल'ड खालामाखै।
204
- web_fonts_disabled=वेब फन्टखौ लोरबां खालामबाय: अरजाबहोनाय PDF फन्टखौ बाहायनो हायाखै।
@@ -1,193 +0,0 @@
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=Prethodna strana
17
- previous_label=Prethodna
18
- next.title=Sljedeća strna
19
- next_label=Sljedeća
20
-
21
- # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22
- page.title=Strana
23
- # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24
- # representing the total number of pages in the document.
25
- of_pages=od {{pagesCount}}
26
- # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
27
- # will be replaced by a number representing the currently visible page,
28
- # respectively a number representing the total number of pages in the document.
29
- page_of_pages=({{pageNumber}} od {{pagesCount}})
30
-
31
- zoom_out.title=Umanji
32
- zoom_out_label=Umanji
33
- zoom_in.title=Uvećaj
34
- zoom_in_label=Uvećaj
35
- zoom.title=Uvećanje
36
- presentation_mode.title=Prebaci se u prezentacijski režim
37
- presentation_mode_label=Prezentacijski režim
38
- open_file.title=Otvori fajl
39
- open_file_label=Otvori
40
- print.title=Štampaj
41
- print_label=Štampaj
42
- download.title=Preuzmi
43
- download_label=Preuzmi
44
- bookmark.title=Trenutni prikaz (kopiraj ili otvori u novom prozoru)
45
- bookmark_label=Trenutni prikaz
46
-
47
- # Secondary toolbar and context menu
48
- tools.title=Alati
49
- tools_label=Alati
50
- first_page.title=Idi na prvu stranu
51
- first_page_label=Idi na prvu stranu
52
- last_page.title=Idi na zadnju stranu
53
- last_page_label=Idi na zadnju stranu
54
- page_rotate_cw.title=Rotiraj u smjeru kazaljke na satu
55
- page_rotate_cw_label=Rotiraj u smjeru kazaljke na satu
56
- page_rotate_ccw.title=Rotiraj suprotno smjeru kazaljke na satu
57
- page_rotate_ccw_label=Rotiraj suprotno smjeru kazaljke na satu
58
-
59
- cursor_text_select_tool.title=Omogući alat za označavanje teksta
60
- cursor_text_select_tool_label=Alat za označavanje teksta
61
- cursor_hand_tool.title=Omogući ručni alat
62
- cursor_hand_tool_label=Ručni alat
63
-
64
- # Document properties dialog box
65
- document_properties.title=Svojstva dokumenta...
66
- document_properties_label=Svojstva dokumenta...
67
- document_properties_file_name=Naziv fajla:
68
- document_properties_file_size=Veličina fajla:
69
- # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
70
- # will be replaced by the PDF file size in kilobytes, respectively in bytes.
71
- document_properties_kb={{size_kb}} KB ({{size_b}} bajta)
72
- # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
73
- # will be replaced by the PDF file size in megabytes, respectively in bytes.
74
- document_properties_mb={{size_mb}} MB ({{size_b}} bajta)
75
- document_properties_title=Naslov:
76
- document_properties_author=Autor:
77
- document_properties_subject=Predmet:
78
- document_properties_keywords=Ključne riječi:
79
- document_properties_creation_date=Datum kreiranja:
80
- document_properties_modification_date=Datum promjene:
81
- # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
82
- # will be replaced by the creation/modification date, and time, of the PDF file.
83
- document_properties_date_string={{date}}, {{time}}
84
- document_properties_creator=Kreator:
85
- document_properties_producer=PDF stvaratelj:
86
- document_properties_version=PDF verzija:
87
- document_properties_page_count=Broj stranica:
88
- document_properties_page_size=Veličina stranice:
89
- document_properties_page_size_unit_inches=u
90
- document_properties_page_size_unit_millimeters=mm
91
- document_properties_page_size_orientation_portrait=uspravno
92
- document_properties_page_size_orientation_landscape=vodoravno
93
- document_properties_page_size_name_a3=A3
94
- document_properties_page_size_name_a4=A4
95
- document_properties_page_size_name_letter=Pismo
96
- document_properties_page_size_name_legal=Pravni
97
- # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
98
- # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
99
- # the size, respectively their unit of measurement and orientation, of the (current) page.
100
- document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
101
- # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
102
- # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
103
- # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
104
- document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
105
- document_properties_close=Zatvori
106
-
107
- print_progress_message=Pripremam dokument za štampu…
108
- # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
109
- # a numerical per cent value.
110
- print_progress_percent={{progress}}%
111
- print_progress_close=Otkaži
112
-
113
- # Tooltips and alt text for side panel toolbar buttons
114
- # (the _label strings are alt text for the buttons, the .title strings are
115
- # tooltips)
116
- toggle_sidebar.title=Uključi/isključi bočnu traku
117
- toggle_sidebar_label=Uključi/isključi bočnu traku
118
- document_outline.title=Prikaži outline dokumenta (dvoklik za skupljanje/širenje svih stavki)
119
- document_outline_label=Konture dokumenta
120
- attachments.title=Prikaži priloge
121
- attachments_label=Prilozi
122
- thumbs.title=Prikaži thumbnailove
123
- thumbs_label=Thumbnailovi
124
- findbar.title=Pronađi u dokumentu
125
- findbar_label=Pronađi
126
-
127
- # Thumbnails panel item (tooltip and alt text for images)
128
- # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
129
- # number.
130
- thumb_page_title=Strana {{page}}
131
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
132
- # number.
133
- thumb_page_canvas=Thumbnail strane {{page}}
134
-
135
- # Find panel button title and messages
136
- find_input.title=Pronađi
137
- find_input.placeholder=Pronađi u dokumentu…
138
- find_previous.title=Pronađi prethodno pojavljivanje fraze
139
- find_previous_label=Prethodno
140
- find_next.title=Pronađi sljedeće pojavljivanje fraze
141
- find_next_label=Sljedeće
142
- find_highlight=Označi sve
143
- find_match_case_label=Osjetljivost na karaktere
144
- find_reached_top=Dostigao sam vrh dokumenta, nastavljam sa dna
145
- find_reached_bottom=Dostigao sam kraj dokumenta, nastavljam sa vrha
146
- find_not_found=Fraza nije pronađena
147
-
148
- # Error panel labels
149
- error_more_info=Više informacija
150
- error_less_info=Manje informacija
151
- error_close=Zatvori
152
- # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
153
- # replaced by the PDF.JS version and build ID.
154
- error_version_info=PDF.js v{{version}} (build: {{build}})
155
- # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
156
- # english string describing the error.
157
- error_message=Poruka: {{message}}
158
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
159
- # trace.
160
- error_stack=Stack: {{stack}}
161
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
162
- error_file=Fajl: {{file}}
163
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
164
- error_line=Linija: {{line}}
165
- rendering_error=Došlo je do greške prilikom renderiranja strane.
166
-
167
- # Predefined zoom values
168
- page_scale_width=Širina strane
169
- page_scale_fit=Uklopi stranu
170
- page_scale_auto=Automatsko uvećanje
171
- page_scale_actual=Stvarna veličina
172
- # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
173
- # numerical scale value.
174
- page_scale_percent={{scale}}%
175
-
176
- loading_error=Došlo je do greške prilikom učitavanja PDF-a.
177
- invalid_file_error=Neispravan ili oštećen PDF fajl.
178
- missing_file_error=Nedostaje PDF fajl.
179
- unexpected_response_error=Neočekivani odgovor servera.
180
-
181
- # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
182
- # "{{type}}" will be replaced with an annotation type from a list defined in
183
- # the PDF spec (32000-1:2008 Table 169 – Annotation types).
184
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
185
- text_annotation_type.alt=[{{type}} pribilješka]
186
- password_label=Upišite lozinku da biste otvorili ovaj PDF fajl.
187
- password_invalid=Pogrešna lozinka. Pokušajte ponovo.
188
- password_ok=OK
189
- password_cancel=Otkaži
190
-
191
- printing_not_supported=Upozorenje: Štampanje nije u potpunosti podržano u ovom browseru.
192
- printing_not_ready=Upozorenje: PDF nije u potpunosti učitan za štampanje.
193
- web_fonts_disabled=Web fontovi su onemogućeni: nemoguće koristiti ubačene PDF fontove.