@eo-sdk/client 9.0.0-rc.6 → 9.0.0-rc.8

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 (425) hide show
  1. package/app/eo-client/settings/settings.component.d.ts +3 -2
  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/result-list/result-list.component.d.ts +7 -1
  6. package/app/eo-framework/ui/overlay/overlay.component.d.ts +3 -0
  7. package/app/eo-framework/ui/user-avatar/user-avatar.component.d.ts +5 -3
  8. package/app/eo-framework/util/directive/trap-focus.directive.d.ts +2 -0
  9. package/assets/_default/i18n/de.json +8 -2
  10. package/assets/_default/i18n/en.json +11 -5
  11. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +9 -4
  12. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  13. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
  14. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  15. package/bundles/eo-sdk-client.umd.js +165 -159
  16. package/bundles/eo-sdk-client.umd.js.map +1 -1
  17. package/bundles/eo-sdk-client.umd.min.js +1 -1
  18. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  19. package/eo-sdk-client.metadata.json +1 -1
  20. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  21. package/esm2015/app/eo-client/dashboard/dashboard.component.js +2 -2
  22. package/esm2015/app/eo-client/settings/settings.component.js +12 -11
  23. package/esm2015/app/eo-framework/accordion/simple-accordion/simple-accordion.component.js +18 -23
  24. package/esm2015/app/eo-framework/actions/actions/copy-action/copy-action.js +2 -2
  25. package/esm2015/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.js +3 -2
  26. package/esm2015/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.js +1 -1
  27. package/esm2015/app/eo-framework/app-shell/app-bar/app-bar.component.js +12 -10
  28. package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +13 -1
  29. package/esm2015/app/eo-framework/form-elements/datetime/datetime.component.js +2 -2
  30. package/esm2015/app/eo-framework/form-elements/form-input/form-input.component.js +1 -1
  31. package/esm2015/app/eo-framework/form-elements/id-reference/id-reference.component.js +3 -4
  32. package/esm2015/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.js +3 -3
  33. package/esm2015/app/eo-framework/form-elements/id-reference/service/reference-finder.service.js +2 -3
  34. package/esm2015/app/eo-framework/form-elements/organization/organization.component.js +1 -1
  35. package/esm2015/app/eo-framework/form-elements/string/string.component.js +3 -3
  36. package/esm2015/app/eo-framework/grid/filters/datetime-filter.component.js +2 -2
  37. package/esm2015/app/eo-framework/grid/filters/organization-filter.component.js +1 -1
  38. package/esm2015/app/eo-framework/media/media.component.js +31 -77
  39. package/esm2015/app/eo-framework/object-details/object-details.component.js +2 -2
  40. package/esm2015/app/eo-framework/result-list/result-list.component.js +17 -5
  41. package/esm2015/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.js +1 -1
  42. package/esm2015/app/eo-framework/ui/clipboard/clipboard.component.js +2 -2
  43. package/esm2015/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.js +4 -4
  44. package/esm2015/app/eo-framework/ui/overlay/overlay.component.js +10 -4
  45. package/esm2015/app/eo-framework/ui/user-avatar/user-avatar.component.js +15 -9
  46. package/esm2015/app/eo-framework/util/directive/trap-focus.directive.js +22 -4
  47. package/esm2015/projects/eo-sdk/core/lib/model/dms-object.model.js +4 -1
  48. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +2 -1
  49. package/esm2015/projects/eo-sdk/core/lib/service/search/search-query.model.js +5 -5
  50. package/esm2015/projects/eo-sdk/core/lib/service/search/search.service.js +2 -1
  51. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +9 -4
  52. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  53. package/fesm2015/eo-sdk-client.js +161 -155
  54. package/fesm2015/eo-sdk-client.js.map +1 -1
  55. package/package.json +2 -2
  56. package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
  57. package/projects/eo-sdk/core/lib/model/dms-object.model.d.ts +4 -0
  58. package/projects/eo-sdk/core/lib/service/search/search-query.model.d.ts +3 -1
  59. package/projects/eo-sdk/core/package.json +1 -1
  60. package/scss/_form.scss +3 -0
  61. package/styles.css +2 -0
  62. package/assets/_default/api/pdf/LICENSE +0 -177
  63. package/assets/_default/api/pdf/build/pdf.js +0 -2
  64. package/assets/_default/api/pdf/build/pdf.js.LICENSE.txt +0 -21
  65. package/assets/_default/api/pdf/build/pdf.js.map +0 -1
  66. package/assets/_default/api/pdf/build/pdf.sandbox.js +0 -2
  67. package/assets/_default/api/pdf/build/pdf.sandbox.js.LICENSE.txt +0 -21
  68. package/assets/_default/api/pdf/build/pdf.sandbox.js.map +0 -1
  69. package/assets/_default/api/pdf/build/pdf.worker.js +0 -2
  70. package/assets/_default/api/pdf/build/pdf.worker.js.LICENSE.txt +0 -21
  71. package/assets/_default/api/pdf/build/pdf.worker.js.map +0 -1
  72. package/assets/_default/api/pdf/web/cmaps/78-EUC-H.bcmap +0 -0
  73. package/assets/_default/api/pdf/web/cmaps/78-EUC-V.bcmap +0 -0
  74. package/assets/_default/api/pdf/web/cmaps/78-H.bcmap +0 -0
  75. package/assets/_default/api/pdf/web/cmaps/78-RKSJ-H.bcmap +0 -0
  76. package/assets/_default/api/pdf/web/cmaps/78-RKSJ-V.bcmap +0 -0
  77. package/assets/_default/api/pdf/web/cmaps/78-V.bcmap +0 -0
  78. package/assets/_default/api/pdf/web/cmaps/78ms-RKSJ-H.bcmap +0 -0
  79. package/assets/_default/api/pdf/web/cmaps/78ms-RKSJ-V.bcmap +0 -0
  80. package/assets/_default/api/pdf/web/cmaps/83pv-RKSJ-H.bcmap +0 -0
  81. package/assets/_default/api/pdf/web/cmaps/90ms-RKSJ-H.bcmap +0 -0
  82. package/assets/_default/api/pdf/web/cmaps/90ms-RKSJ-V.bcmap +0 -0
  83. package/assets/_default/api/pdf/web/cmaps/90msp-RKSJ-H.bcmap +0 -0
  84. package/assets/_default/api/pdf/web/cmaps/90msp-RKSJ-V.bcmap +0 -0
  85. package/assets/_default/api/pdf/web/cmaps/90pv-RKSJ-H.bcmap +0 -0
  86. package/assets/_default/api/pdf/web/cmaps/90pv-RKSJ-V.bcmap +0 -0
  87. package/assets/_default/api/pdf/web/cmaps/Add-H.bcmap +0 -0
  88. package/assets/_default/api/pdf/web/cmaps/Add-RKSJ-H.bcmap +0 -0
  89. package/assets/_default/api/pdf/web/cmaps/Add-RKSJ-V.bcmap +0 -0
  90. package/assets/_default/api/pdf/web/cmaps/Add-V.bcmap +0 -0
  91. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-0.bcmap +0 -0
  92. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-1.bcmap +0 -0
  93. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-2.bcmap +0 -0
  94. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-3.bcmap +0 -0
  95. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-4.bcmap +0 -0
  96. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-5.bcmap +0 -0
  97. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-6.bcmap +0 -0
  98. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap +0 -0
  99. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-0.bcmap +0 -0
  100. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-1.bcmap +0 -0
  101. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-2.bcmap +0 -0
  102. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-3.bcmap +0 -0
  103. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-4.bcmap +0 -0
  104. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-5.bcmap +0 -0
  105. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-UCS2.bcmap +0 -0
  106. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-0.bcmap +0 -0
  107. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-1.bcmap +0 -0
  108. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-2.bcmap +0 -0
  109. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-3.bcmap +0 -0
  110. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-4.bcmap +0 -0
  111. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-5.bcmap +0 -0
  112. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-6.bcmap +0 -0
  113. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap +0 -0
  114. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-0.bcmap +0 -0
  115. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-1.bcmap +0 -0
  116. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-2.bcmap +0 -0
  117. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap +0 -0
  118. package/assets/_default/api/pdf/web/cmaps/B5-H.bcmap +0 -0
  119. package/assets/_default/api/pdf/web/cmaps/B5-V.bcmap +0 -0
  120. package/assets/_default/api/pdf/web/cmaps/B5pc-H.bcmap +0 -0
  121. package/assets/_default/api/pdf/web/cmaps/B5pc-V.bcmap +0 -0
  122. package/assets/_default/api/pdf/web/cmaps/CNS-EUC-H.bcmap +0 -0
  123. package/assets/_default/api/pdf/web/cmaps/CNS-EUC-V.bcmap +0 -0
  124. package/assets/_default/api/pdf/web/cmaps/CNS1-H.bcmap +0 -0
  125. package/assets/_default/api/pdf/web/cmaps/CNS1-V.bcmap +0 -0
  126. package/assets/_default/api/pdf/web/cmaps/CNS2-H.bcmap +0 -0
  127. package/assets/_default/api/pdf/web/cmaps/CNS2-V.bcmap +0 -3
  128. package/assets/_default/api/pdf/web/cmaps/ETHK-B5-H.bcmap +0 -0
  129. package/assets/_default/api/pdf/web/cmaps/ETHK-B5-V.bcmap +0 -0
  130. package/assets/_default/api/pdf/web/cmaps/ETen-B5-H.bcmap +0 -0
  131. package/assets/_default/api/pdf/web/cmaps/ETen-B5-V.bcmap +0 -0
  132. package/assets/_default/api/pdf/web/cmaps/ETenms-B5-H.bcmap +0 -3
  133. package/assets/_default/api/pdf/web/cmaps/ETenms-B5-V.bcmap +0 -0
  134. package/assets/_default/api/pdf/web/cmaps/EUC-H.bcmap +0 -0
  135. package/assets/_default/api/pdf/web/cmaps/EUC-V.bcmap +0 -0
  136. package/assets/_default/api/pdf/web/cmaps/Ext-H.bcmap +0 -0
  137. package/assets/_default/api/pdf/web/cmaps/Ext-RKSJ-H.bcmap +0 -0
  138. package/assets/_default/api/pdf/web/cmaps/Ext-RKSJ-V.bcmap +0 -0
  139. package/assets/_default/api/pdf/web/cmaps/Ext-V.bcmap +0 -0
  140. package/assets/_default/api/pdf/web/cmaps/GB-EUC-H.bcmap +0 -0
  141. package/assets/_default/api/pdf/web/cmaps/GB-EUC-V.bcmap +0 -0
  142. package/assets/_default/api/pdf/web/cmaps/GB-H.bcmap +0 -4
  143. package/assets/_default/api/pdf/web/cmaps/GB-V.bcmap +0 -0
  144. package/assets/_default/api/pdf/web/cmaps/GBK-EUC-H.bcmap +0 -0
  145. package/assets/_default/api/pdf/web/cmaps/GBK-EUC-V.bcmap +0 -0
  146. package/assets/_default/api/pdf/web/cmaps/GBK2K-H.bcmap +0 -0
  147. package/assets/_default/api/pdf/web/cmaps/GBK2K-V.bcmap +0 -0
  148. package/assets/_default/api/pdf/web/cmaps/GBKp-EUC-H.bcmap +0 -0
  149. package/assets/_default/api/pdf/web/cmaps/GBKp-EUC-V.bcmap +0 -0
  150. package/assets/_default/api/pdf/web/cmaps/GBT-EUC-H.bcmap +0 -0
  151. package/assets/_default/api/pdf/web/cmaps/GBT-EUC-V.bcmap +0 -0
  152. package/assets/_default/api/pdf/web/cmaps/GBT-H.bcmap +0 -0
  153. package/assets/_default/api/pdf/web/cmaps/GBT-V.bcmap +0 -0
  154. package/assets/_default/api/pdf/web/cmaps/GBTpc-EUC-H.bcmap +0 -0
  155. package/assets/_default/api/pdf/web/cmaps/GBTpc-EUC-V.bcmap +0 -0
  156. package/assets/_default/api/pdf/web/cmaps/GBpc-EUC-H.bcmap +0 -0
  157. package/assets/_default/api/pdf/web/cmaps/GBpc-EUC-V.bcmap +0 -0
  158. package/assets/_default/api/pdf/web/cmaps/H.bcmap +0 -0
  159. package/assets/_default/api/pdf/web/cmaps/HKdla-B5-H.bcmap +0 -0
  160. package/assets/_default/api/pdf/web/cmaps/HKdla-B5-V.bcmap +0 -0
  161. package/assets/_default/api/pdf/web/cmaps/HKdlb-B5-H.bcmap +0 -0
  162. package/assets/_default/api/pdf/web/cmaps/HKdlb-B5-V.bcmap +0 -0
  163. package/assets/_default/api/pdf/web/cmaps/HKgccs-B5-H.bcmap +0 -0
  164. package/assets/_default/api/pdf/web/cmaps/HKgccs-B5-V.bcmap +0 -0
  165. package/assets/_default/api/pdf/web/cmaps/HKm314-B5-H.bcmap +0 -0
  166. package/assets/_default/api/pdf/web/cmaps/HKm314-B5-V.bcmap +0 -0
  167. package/assets/_default/api/pdf/web/cmaps/HKm471-B5-H.bcmap +0 -0
  168. package/assets/_default/api/pdf/web/cmaps/HKm471-B5-V.bcmap +0 -0
  169. package/assets/_default/api/pdf/web/cmaps/HKscs-B5-H.bcmap +0 -0
  170. package/assets/_default/api/pdf/web/cmaps/HKscs-B5-V.bcmap +0 -0
  171. package/assets/_default/api/pdf/web/cmaps/Hankaku.bcmap +0 -0
  172. package/assets/_default/api/pdf/web/cmaps/Hiragana.bcmap +0 -0
  173. package/assets/_default/api/pdf/web/cmaps/KSC-EUC-H.bcmap +0 -0
  174. package/assets/_default/api/pdf/web/cmaps/KSC-EUC-V.bcmap +0 -0
  175. package/assets/_default/api/pdf/web/cmaps/KSC-H.bcmap +0 -0
  176. package/assets/_default/api/pdf/web/cmaps/KSC-Johab-H.bcmap +0 -0
  177. package/assets/_default/api/pdf/web/cmaps/KSC-Johab-V.bcmap +0 -0
  178. package/assets/_default/api/pdf/web/cmaps/KSC-V.bcmap +0 -0
  179. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-H.bcmap +0 -0
  180. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-HW-H.bcmap +0 -0
  181. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-HW-V.bcmap +0 -0
  182. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-V.bcmap +0 -0
  183. package/assets/_default/api/pdf/web/cmaps/KSCpc-EUC-H.bcmap +0 -0
  184. package/assets/_default/api/pdf/web/cmaps/KSCpc-EUC-V.bcmap +0 -0
  185. package/assets/_default/api/pdf/web/cmaps/Katakana.bcmap +0 -0
  186. package/assets/_default/api/pdf/web/cmaps/LICENSE +0 -36
  187. package/assets/_default/api/pdf/web/cmaps/NWP-H.bcmap +0 -0
  188. package/assets/_default/api/pdf/web/cmaps/NWP-V.bcmap +0 -0
  189. package/assets/_default/api/pdf/web/cmaps/RKSJ-H.bcmap +0 -0
  190. package/assets/_default/api/pdf/web/cmaps/RKSJ-V.bcmap +0 -0
  191. package/assets/_default/api/pdf/web/cmaps/Roman.bcmap +0 -0
  192. package/assets/_default/api/pdf/web/cmaps/UniCNS-UCS2-H.bcmap +0 -0
  193. package/assets/_default/api/pdf/web/cmaps/UniCNS-UCS2-V.bcmap +0 -0
  194. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF16-H.bcmap +0 -0
  195. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF16-V.bcmap +0 -0
  196. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF32-H.bcmap +0 -0
  197. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF32-V.bcmap +0 -0
  198. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF8-H.bcmap +0 -0
  199. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF8-V.bcmap +0 -0
  200. package/assets/_default/api/pdf/web/cmaps/UniGB-UCS2-H.bcmap +0 -0
  201. package/assets/_default/api/pdf/web/cmaps/UniGB-UCS2-V.bcmap +0 -0
  202. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF16-H.bcmap +0 -0
  203. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF16-V.bcmap +0 -0
  204. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF32-H.bcmap +0 -0
  205. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF32-V.bcmap +0 -0
  206. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF8-H.bcmap +0 -0
  207. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF8-V.bcmap +0 -0
  208. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-H.bcmap +0 -0
  209. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap +0 -0
  210. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap +0 -0
  211. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-V.bcmap +0 -0
  212. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF16-H.bcmap +0 -0
  213. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF16-V.bcmap +0 -0
  214. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF32-H.bcmap +0 -0
  215. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF32-V.bcmap +0 -0
  216. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF8-H.bcmap +0 -0
  217. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF8-V.bcmap +0 -0
  218. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap +0 -0
  219. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap +0 -0
  220. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap +0 -0
  221. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap +0 -0
  222. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap +0 -0
  223. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap +0 -0
  224. package/assets/_default/api/pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +0 -0
  225. package/assets/_default/api/pdf/web/cmaps/UniJISPro-UCS2-V.bcmap +0 -0
  226. package/assets/_default/api/pdf/web/cmaps/UniJISPro-UTF8-V.bcmap +0 -0
  227. package/assets/_default/api/pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap +0 -0
  228. package/assets/_default/api/pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap +0 -0
  229. package/assets/_default/api/pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap +0 -0
  230. package/assets/_default/api/pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap +0 -0
  231. package/assets/_default/api/pdf/web/cmaps/UniKS-UCS2-H.bcmap +0 -0
  232. package/assets/_default/api/pdf/web/cmaps/UniKS-UCS2-V.bcmap +0 -0
  233. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF16-H.bcmap +0 -0
  234. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF16-V.bcmap +0 -0
  235. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF32-H.bcmap +0 -0
  236. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF32-V.bcmap +0 -0
  237. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF8-H.bcmap +0 -0
  238. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF8-V.bcmap +0 -0
  239. package/assets/_default/api/pdf/web/cmaps/V.bcmap +0 -0
  240. package/assets/_default/api/pdf/web/cmaps/WP-Symbol.bcmap +0 -0
  241. package/assets/_default/api/pdf/web/compressed.tracemonkey-pldi-09.pdf +0 -0
  242. package/assets/_default/api/pdf/web/debugger.js +0 -1
  243. package/assets/_default/api/pdf/web/images/annotation-check.svg +0 -11
  244. package/assets/_default/api/pdf/web/images/annotation-comment.svg +0 -16
  245. package/assets/_default/api/pdf/web/images/annotation-help.svg +0 -26
  246. package/assets/_default/api/pdf/web/images/annotation-insert.svg +0 -10
  247. package/assets/_default/api/pdf/web/images/annotation-key.svg +0 -11
  248. package/assets/_default/api/pdf/web/images/annotation-newparagraph.svg +0 -11
  249. package/assets/_default/api/pdf/web/images/annotation-noicon.svg +0 -7
  250. package/assets/_default/api/pdf/web/images/annotation-note.svg +0 -42
  251. package/assets/_default/api/pdf/web/images/annotation-paragraph.svg +0 -16
  252. package/assets/_default/api/pdf/web/images/findbarButton-next.svg +0 -4
  253. package/assets/_default/api/pdf/web/images/findbarButton-previous.svg +0 -4
  254. package/assets/_default/api/pdf/web/images/grab.cur +0 -0
  255. package/assets/_default/api/pdf/web/images/grabbing.cur +0 -0
  256. package/assets/_default/api/pdf/web/images/loading-dark.svg +0 -24
  257. package/assets/_default/api/pdf/web/images/loading-icon.gif +0 -0
  258. package/assets/_default/api/pdf/web/images/loading.svg +0 -1
  259. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-documentProperties.svg +0 -15
  260. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-firstPage.svg +0 -1
  261. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-handTool.svg +0 -1
  262. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-lastPage.svg +0 -1
  263. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-rotateCcw.svg +0 -1
  264. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-rotateCw.svg +0 -4
  265. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-scrollHorizontal.svg +0 -1
  266. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-scrollVertical.svg +0 -1
  267. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-scrollWrapped.svg +0 -1
  268. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-selectTool.svg +0 -4
  269. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-spreadEven.svg +0 -1
  270. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-spreadNone.svg +0 -1
  271. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-spreadOdd.svg +0 -1
  272. package/assets/_default/api/pdf/web/images/shadow.png +0 -0
  273. package/assets/_default/api/pdf/web/images/toolbarButton-bookmark.svg +0 -1
  274. package/assets/_default/api/pdf/web/images/toolbarButton-currentOutlineItem.svg +0 -1
  275. package/assets/_default/api/pdf/web/images/toolbarButton-download.svg +0 -4
  276. package/assets/_default/api/pdf/web/images/toolbarButton-menuArrow.svg +0 -1
  277. package/assets/_default/api/pdf/web/images/toolbarButton-openFile.svg +0 -4
  278. package/assets/_default/api/pdf/web/images/toolbarButton-pageDown.svg +0 -7
  279. package/assets/_default/api/pdf/web/images/toolbarButton-pageUp.svg +0 -12
  280. package/assets/_default/api/pdf/web/images/toolbarButton-presentationMode.svg +0 -1
  281. package/assets/_default/api/pdf/web/images/toolbarButton-print.svg +0 -4
  282. package/assets/_default/api/pdf/web/images/toolbarButton-search.svg +0 -4
  283. package/assets/_default/api/pdf/web/images/toolbarButton-secondaryToolbarToggle.svg +0 -4
  284. package/assets/_default/api/pdf/web/images/toolbarButton-sidebarToggle.svg +0 -4
  285. package/assets/_default/api/pdf/web/images/toolbarButton-viewAttachments.svg +0 -1
  286. package/assets/_default/api/pdf/web/images/toolbarButton-viewLayers.svg +0 -1
  287. package/assets/_default/api/pdf/web/images/toolbarButton-viewOutline.svg +0 -1
  288. package/assets/_default/api/pdf/web/images/toolbarButton-viewThumbnail.svg +0 -4
  289. package/assets/_default/api/pdf/web/images/toolbarButton-zoomIn.svg +0 -4
  290. package/assets/_default/api/pdf/web/images/toolbarButton-zoomOut.svg +0 -4
  291. package/assets/_default/api/pdf/web/images/treeitem-collapsed.svg +0 -1
  292. package/assets/_default/api/pdf/web/images/treeitem-expanded.svg +0 -1
  293. package/assets/_default/api/pdf/web/locale/ach/viewer.properties +0 -199
  294. package/assets/_default/api/pdf/web/locale/af/viewer.properties +0 -176
  295. package/assets/_default/api/pdf/web/locale/an/viewer.properties +0 -242
  296. package/assets/_default/api/pdf/web/locale/ar/viewer.properties +0 -246
  297. package/assets/_default/api/pdf/web/locale/ast/viewer.properties +0 -207
  298. package/assets/_default/api/pdf/web/locale/az/viewer.properties +0 -242
  299. package/assets/_default/api/pdf/web/locale/be/viewer.properties +0 -248
  300. package/assets/_default/api/pdf/web/locale/bg/viewer.properties +0 -234
  301. package/assets/_default/api/pdf/web/locale/bn/viewer.properties +0 -236
  302. package/assets/_default/api/pdf/web/locale/bo/viewer.properties +0 -237
  303. package/assets/_default/api/pdf/web/locale/br/viewer.properties +0 -246
  304. package/assets/_default/api/pdf/web/locale/brx/viewer.properties +0 -204
  305. package/assets/_default/api/pdf/web/locale/bs/viewer.properties +0 -193
  306. package/assets/_default/api/pdf/web/locale/ca/viewer.properties +0 -250
  307. package/assets/_default/api/pdf/web/locale/cak/viewer.properties +0 -248
  308. package/assets/_default/api/pdf/web/locale/ckb/viewer.properties +0 -233
  309. package/assets/_default/api/pdf/web/locale/cs/viewer.properties +0 -248
  310. package/assets/_default/api/pdf/web/locale/cy/viewer.properties +0 -248
  311. package/assets/_default/api/pdf/web/locale/da/viewer.properties +0 -248
  312. package/assets/_default/api/pdf/web/locale/de/viewer.properties +0 -248
  313. package/assets/_default/api/pdf/web/locale/dsb/viewer.properties +0 -248
  314. package/assets/_default/api/pdf/web/locale/el/viewer.properties +0 -248
  315. package/assets/_default/api/pdf/web/locale/en-CA/viewer.properties +0 -248
  316. package/assets/_default/api/pdf/web/locale/en-GB/viewer.properties +0 -248
  317. package/assets/_default/api/pdf/web/locale/en-US/viewer.properties +0 -248
  318. package/assets/_default/api/pdf/web/locale/eo/viewer.properties +0 -248
  319. package/assets/_default/api/pdf/web/locale/es-AR/viewer.properties +0 -248
  320. package/assets/_default/api/pdf/web/locale/es-CL/viewer.properties +0 -248
  321. package/assets/_default/api/pdf/web/locale/es-ES/viewer.properties +0 -248
  322. package/assets/_default/api/pdf/web/locale/es-MX/viewer.properties +0 -248
  323. package/assets/_default/api/pdf/web/locale/et/viewer.properties +0 -238
  324. package/assets/_default/api/pdf/web/locale/eu/viewer.properties +0 -248
  325. package/assets/_default/api/pdf/web/locale/fa/viewer.properties +0 -215
  326. package/assets/_default/api/pdf/web/locale/ff/viewer.properties +0 -234
  327. package/assets/_default/api/pdf/web/locale/fi/viewer.properties +0 -248
  328. package/assets/_default/api/pdf/web/locale/fr/viewer.properties +0 -248
  329. package/assets/_default/api/pdf/web/locale/fy-NL/viewer.properties +0 -248
  330. package/assets/_default/api/pdf/web/locale/ga-IE/viewer.properties +0 -176
  331. package/assets/_default/api/pdf/web/locale/gd/viewer.properties +0 -248
  332. package/assets/_default/api/pdf/web/locale/gl/viewer.properties +0 -248
  333. package/assets/_default/api/pdf/web/locale/gn/viewer.properties +0 -248
  334. package/assets/_default/api/pdf/web/locale/gu-IN/viewer.properties +0 -234
  335. package/assets/_default/api/pdf/web/locale/he/viewer.properties +0 -248
  336. package/assets/_default/api/pdf/web/locale/hi-IN/viewer.properties +0 -234
  337. package/assets/_default/api/pdf/web/locale/hr/viewer.properties +0 -248
  338. package/assets/_default/api/pdf/web/locale/hsb/viewer.properties +0 -248
  339. package/assets/_default/api/pdf/web/locale/hu/viewer.properties +0 -248
  340. package/assets/_default/api/pdf/web/locale/hy-AM/viewer.properties +0 -238
  341. package/assets/_default/api/pdf/web/locale/hye/viewer.properties +0 -244
  342. package/assets/_default/api/pdf/web/locale/ia/viewer.properties +0 -248
  343. package/assets/_default/api/pdf/web/locale/id/viewer.properties +0 -248
  344. package/assets/_default/api/pdf/web/locale/is/viewer.properties +0 -231
  345. package/assets/_default/api/pdf/web/locale/it/viewer.properties +0 -190
  346. package/assets/_default/api/pdf/web/locale/ja/viewer.properties +0 -259
  347. package/assets/_default/api/pdf/web/locale/ka/viewer.properties +0 -248
  348. package/assets/_default/api/pdf/web/locale/kab/viewer.properties +0 -248
  349. package/assets/_default/api/pdf/web/locale/kk/viewer.properties +0 -248
  350. package/assets/_default/api/pdf/web/locale/km/viewer.properties +0 -209
  351. package/assets/_default/api/pdf/web/locale/kn/viewer.properties +0 -186
  352. package/assets/_default/api/pdf/web/locale/ko/viewer.properties +0 -248
  353. package/assets/_default/api/pdf/web/locale/lij/viewer.properties +0 -234
  354. package/assets/_default/api/pdf/web/locale/lo/viewer.properties +0 -145
  355. package/assets/_default/api/pdf/web/locale/locale.properties +0 -321
  356. package/assets/_default/api/pdf/web/locale/lt/viewer.properties +0 -248
  357. package/assets/_default/api/pdf/web/locale/ltg/viewer.properties +0 -212
  358. package/assets/_default/api/pdf/web/locale/lv/viewer.properties +0 -234
  359. package/assets/_default/api/pdf/web/locale/meh/viewer.properties +0 -111
  360. package/assets/_default/api/pdf/web/locale/mk/viewer.properties +0 -138
  361. package/assets/_default/api/pdf/web/locale/mr/viewer.properties +0 -230
  362. package/assets/_default/api/pdf/web/locale/ms/viewer.properties +0 -234
  363. package/assets/_default/api/pdf/web/locale/my/viewer.properties +0 -190
  364. package/assets/_default/api/pdf/web/locale/nb-NO/viewer.properties +0 -248
  365. package/assets/_default/api/pdf/web/locale/ne-NP/viewer.properties +0 -176
  366. package/assets/_default/api/pdf/web/locale/nl/viewer.properties +0 -248
  367. package/assets/_default/api/pdf/web/locale/nn-NO/viewer.properties +0 -248
  368. package/assets/_default/api/pdf/web/locale/oc/viewer.properties +0 -248
  369. package/assets/_default/api/pdf/web/locale/pa-IN/viewer.properties +0 -248
  370. package/assets/_default/api/pdf/web/locale/pl/viewer.properties +0 -248
  371. package/assets/_default/api/pdf/web/locale/pt-BR/viewer.properties +0 -248
  372. package/assets/_default/api/pdf/web/locale/pt-PT/viewer.properties +0 -248
  373. package/assets/_default/api/pdf/web/locale/rm/viewer.properties +0 -248
  374. package/assets/_default/api/pdf/web/locale/ro/viewer.properties +0 -240
  375. package/assets/_default/api/pdf/web/locale/ru/viewer.properties +0 -248
  376. package/assets/_default/api/pdf/web/locale/scn/viewer.properties +0 -101
  377. package/assets/_default/api/pdf/web/locale/sco/viewer.properties +0 -248
  378. package/assets/_default/api/pdf/web/locale/si/viewer.properties +0 -201
  379. package/assets/_default/api/pdf/web/locale/sk/viewer.properties +0 -248
  380. package/assets/_default/api/pdf/web/locale/sl/viewer.properties +0 -248
  381. package/assets/_default/api/pdf/web/locale/son/viewer.properties +0 -172
  382. package/assets/_default/api/pdf/web/locale/sq/viewer.properties +0 -235
  383. package/assets/_default/api/pdf/web/locale/sr/viewer.properties +0 -250
  384. package/assets/_default/api/pdf/web/locale/sv-SE/viewer.properties +0 -248
  385. package/assets/_default/api/pdf/web/locale/szl/viewer.properties +0 -246
  386. package/assets/_default/api/pdf/web/locale/ta/viewer.properties +0 -193
  387. package/assets/_default/api/pdf/web/locale/te/viewer.properties +0 -217
  388. package/assets/_default/api/pdf/web/locale/tg/viewer.properties +0 -142
  389. package/assets/_default/api/pdf/web/locale/th/viewer.properties +0 -248
  390. package/assets/_default/api/pdf/web/locale/tl/viewer.properties +0 -242
  391. package/assets/_default/api/pdf/web/locale/tr/viewer.properties +0 -248
  392. package/assets/_default/api/pdf/web/locale/trs/viewer.properties +0 -206
  393. package/assets/_default/api/pdf/web/locale/uk/viewer.properties +0 -248
  394. package/assets/_default/api/pdf/web/locale/ur/viewer.properties +0 -238
  395. package/assets/_default/api/pdf/web/locale/uz/viewer.properties +0 -162
  396. package/assets/_default/api/pdf/web/locale/vi/viewer.properties +0 -248
  397. package/assets/_default/api/pdf/web/locale/wo/viewer.properties +0 -122
  398. package/assets/_default/api/pdf/web/locale/xh/viewer.properties +0 -176
  399. package/assets/_default/api/pdf/web/locale/zh-CN/viewer.properties +0 -248
  400. package/assets/_default/api/pdf/web/locale/zh-TW/viewer.properties +0 -248
  401. package/assets/_default/api/pdf/web/standard_fonts/FoxitDingbats.pfb +0 -0
  402. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixed.pfb +0 -0
  403. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixedBold.pfb +0 -0
  404. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixedBoldItalic.pfb +0 -0
  405. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixedItalic.pfb +0 -0
  406. package/assets/_default/api/pdf/web/standard_fonts/FoxitSans.pfb +0 -0
  407. package/assets/_default/api/pdf/web/standard_fonts/FoxitSansBold.pfb +0 -0
  408. package/assets/_default/api/pdf/web/standard_fonts/FoxitSansBoldItalic.pfb +0 -0
  409. package/assets/_default/api/pdf/web/standard_fonts/FoxitSansItalic.pfb +0 -0
  410. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerif.pfb +0 -0
  411. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerifBold.pfb +0 -0
  412. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerifBoldItalic.pfb +0 -0
  413. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerifItalic.pfb +0 -0
  414. package/assets/_default/api/pdf/web/standard_fonts/FoxitSymbol.pfb +0 -0
  415. package/assets/_default/api/pdf/web/standard_fonts/LICENSE_FOXIT +0 -27
  416. package/assets/_default/api/pdf/web/standard_fonts/LICENSE_LIBERATION +0 -102
  417. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-Bold.ttf +0 -0
  418. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-BoldItalic.ttf +0 -0
  419. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-Italic.ttf +0 -0
  420. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-Regular.ttf +0 -0
  421. package/assets/_default/api/pdf/web/viewer.css +0 -2746
  422. package/assets/_default/api/pdf/web/viewer.html +0 -398
  423. package/assets/_default/api/pdf/web/viewer.js +0 -2
  424. package/assets/_default/api/pdf/web/viewer.js.LICENSE.txt +0 -21
  425. package/assets/_default/api/pdf/web/viewer.js.map +0 -1
@@ -1,209 +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=({{pageNumber}} នៃ {{pagesCount}})
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
- cursor_text_select_tool.title=បើក​ឧបករណ៍​ជ្រើស​អត្ថបទ
60
- cursor_text_select_tool_label=ឧបករណ៍​ជ្រើស​អត្ថបទ
61
- cursor_hand_tool.title=បើក​ឧបករណ៍​ដៃ
62
- cursor_hand_tool_label=ឧបករណ៍​ដៃ
63
-
64
-
65
-
66
- # Document properties dialog box
67
- document_properties.title=លក្ខណ​សម្បត្តិ​ឯកសារ…
68
- document_properties_label=លក្ខណ​សម្បត្តិ​ឯកសារ…
69
- document_properties_file_name=ឈ្មោះ​ឯកសារ៖
70
- document_properties_file_size=ទំហំ​ឯកសារ៖
71
- # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
72
- # will be replaced by the PDF file size in kilobytes, respectively in bytes.
73
- document_properties_kb={{size_kb}} KB ({{size_b}} បៃ)
74
- # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
75
- # will be replaced by the PDF file size in megabytes, respectively in bytes.
76
- document_properties_mb={{size_mb}} MB ({{size_b}} បៃ)
77
- document_properties_title=ចំណងជើង៖
78
- document_properties_author=អ្នក​និពន្ធ៖
79
- document_properties_subject=ប្រធានបទ៖
80
- document_properties_keywords=ពាក្យ​គន្លឹះ៖
81
- document_properties_creation_date=កាលបរិច្ឆេទ​បង្កើត៖
82
- document_properties_modification_date=កាលបរិច្ឆេទ​កែប្រែ៖
83
- # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
84
- # will be replaced by the creation/modification date, and time, of the PDF file.
85
- document_properties_date_string={{date}}, {{time}}
86
- document_properties_creator=អ្នក​បង្កើត៖
87
- document_properties_producer=កម្មវិធី​បង្កើត PDF ៖
88
- document_properties_version=កំណែ PDF ៖
89
- document_properties_page_count=ចំនួន​ទំព័រ៖
90
- document_properties_page_size_unit_inches=អ៊ីញ
91
- document_properties_page_size_unit_millimeters=មម
92
- document_properties_page_size_orientation_portrait=បញ្ឈរ
93
- document_properties_page_size_orientation_landscape=ផ្តេក
94
- document_properties_page_size_name_a3=A3
95
- document_properties_page_size_name_a4=A4
96
- document_properties_page_size_name_letter=សំបុត្រ
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
- # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
106
- # the document; usually called "Fast Web View" in English locales of Adobe software.
107
- document_properties_linearized_yes=បាទ/ចាស
108
- document_properties_linearized_no=ទេ
109
- document_properties_close=បិទ
110
-
111
- print_progress_message=កំពុង​រៀបចំ​ឯកសារ​សម្រាប់​បោះពុម្ព…
112
- # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
113
- # a numerical per cent value.
114
- print_progress_percent={{progress}}%
115
- print_progress_close=បោះបង់
116
-
117
- # Tooltips and alt text for side panel toolbar buttons
118
- # (the _label strings are alt text for the buttons, the .title strings are
119
- # tooltips)
120
- toggle_sidebar.title=បិទ/បើក​គ្រាប់​រំកិល
121
- toggle_sidebar_label=បិទ/បើក​គ្រាប់​រំកិល
122
- document_outline.title=បង្ហាញ​គ្រោង​ឯកសារ (ចុច​ទ្វេ​ដង​ដើម្បី​ពង្រីក/បង្រួម​ធាតុ​ទាំងអស់)
123
- document_outline_label=គ្រោង​ឯកសារ
124
- attachments.title=បង្ហាញ​ឯកសារ​ភ្ជាប់
125
- attachments_label=ឯកសារ​ភ្ជាប់
126
- thumbs.title=បង្ហាញ​រូបភាព​តូចៗ
127
- thumbs_label=រួបភាព​តូចៗ
128
- findbar.title=រក​នៅ​ក្នុង​ឯកសារ
129
- findbar_label=រក
130
-
131
- # LOCALIZATION NOTE (page_canvas): "{{page}}" will be replaced by the page number.
132
- # Thumbnails panel item (tooltip and alt text for images)
133
- # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
134
- # number.
135
- thumb_page_title=ទំព័រ {{page}}
136
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
137
- # number.
138
- thumb_page_canvas=រូបភាព​តូច​របស់​ទំព័រ {{page}}
139
-
140
- # Find panel button title and messages
141
- find_input.title=រក
142
- find_input.placeholder=រក​នៅ​ក្នុង​ឯកសារ...
143
- find_previous.title=រក​ពាក្យ ឬ​ឃ្លា​ដែល​បាន​ជួប​មុន
144
- find_previous_label=មុន
145
- find_next.title=រក​ពាក្យ ឬ​ឃ្លា​ដែល​បាន​ជួប​បន្ទាប់
146
- find_next_label=បន្ទាប់
147
- find_highlight=បន្លិច​ទាំងអស់
148
- find_match_case_label=ករណី​ដំណូច
149
- find_reached_top=បាន​បន្ត​ពី​ខាង​ក្រោម ទៅ​ដល់​ខាង​​លើ​នៃ​ឯកសារ
150
- find_reached_bottom=បាន​បន្ត​ពី​ខាងលើ ទៅដល់​ចុង​​នៃ​ឯកសារ
151
- # LOCALIZATION NOTE (find_match_count): The supported plural forms are
152
- # [one|two|few|many|other], with [other] as the default value.
153
- # "{{current}}" and "{{total}}" will be replaced by a number representing the
154
- # index of the currently active find result, respectively a number representing
155
- # the total number of matches in the document.
156
- # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
157
- # [zero|one|two|few|many|other], with [other] as the default value.
158
- # "{{limit}}" will be replaced by a numerical value.
159
- find_not_found=រក​មិន​ឃើញ​ពាក្យ ឬ​ឃ្លា
160
-
161
- # Error panel labels
162
- error_more_info=ព័ត៌មាន​បន្ថែម
163
- error_less_info=ព័ត៌មាន​តិចតួច
164
- error_close=បិទ
165
- # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
166
- # replaced by the PDF.JS version and build ID.
167
- error_version_info=PDF.js v{{version}} (build: {{build}})
168
- # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
169
- # english string describing the error.
170
- error_message=សារ ៖ {{message}}
171
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
172
- # trace.
173
- error_stack=ជង់ ៖ {{stack}}
174
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
175
- error_file=ឯកសារ ៖ {{file}}
176
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
177
- error_line=ជួរ ៖ {{line}}
178
- rendering_error=មាន​កំហុស​បាន​កើតឡើង​ពេល​បង្ហាញ​ទំព័រ ។
179
-
180
- # Predefined zoom values
181
- page_scale_width=ទទឹង​ទំព័រ
182
- page_scale_fit=សម​ទំព័រ
183
- page_scale_auto=ពង្រីក​ស្វ័យប្រវត្តិ
184
- page_scale_actual=ទំហំ​ជាក់ស្ដែង
185
- # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
186
- # numerical scale value.
187
- page_scale_percent={{scale}}%
188
-
189
- loading_error=មាន​កំហុស​បាន​កើតឡើង​ពេល​កំពុង​ផ្ទុក PDF ។
190
- invalid_file_error=ឯកសារ PDF ខូច ឬ​មិន​ត្រឹមត្រូវ ។
191
- missing_file_error=បាត់​ឯកសារ PDF
192
- unexpected_response_error=ការ​ឆ្លើយ​តម​ម៉ាស៊ីន​មេ​ដែល​មិន​បាន​រំពឹង។
193
-
194
- # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
195
- # replaced by the modification date, and time, of the annotation.
196
-
197
- # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
198
- # "{{type}}" will be replaced with an annotation type from a list defined in
199
- # the PDF spec (32000-1:2008 Table 169 – Annotation types).
200
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
201
- text_annotation_type.alt=[{{type}} ចំណារ​ពន្យល់]
202
- password_label=បញ្ចូល​ពាក្យសម្ងាត់​ដើម្បី​បើក​ឯកសារ PDF នេះ។
203
- password_invalid=ពាក្យសម្ងាត់​មិន​ត្រឹមត្រូវ។ សូម​ព្យាយាម​ម្ដងទៀត។
204
- password_ok=យល់​ព្រម
205
- password_cancel=បោះបង់
206
-
207
- printing_not_supported=ការ​ព្រមាន ៖ កា​រ​បោះពុម្ព​មិន​ត្រូវ​បាន​គាំទ្រ​ពេញលេញ​ដោយ​កម្មវិធី​រុករក​នេះ​ទេ ។
208
- printing_not_ready=ព្រមាន៖ PDF មិន​ត្រូវ​បាន​ផ្ទុក​ទាំងស្រុង​ដើម្បី​បោះពុម្ព​ទេ។
209
- web_fonts_disabled=បាន​បិទ​ពុម្ពអក្សរ​បណ្ដាញ ៖ មិន​អាច​ប្រើ​ពុម្ពអក្សរ PDF ដែល​បាន​បង្កប់​បាន​ទេ ។
@@ -1,186 +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
- cursor_text_select_tool.title=ಪಠ್ಯ ಆಯ್ಕೆ ಉಪಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ
60
- cursor_text_select_tool_label=ಪಠ್ಯ ಆಯ್ಕೆಯ ಉಪಕರಣ
61
- cursor_hand_tool.title=ಕೈ ಉಪಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ
62
- cursor_hand_tool_label=ಕೈ ಉಪಕರಣ
63
-
64
-
65
-
66
- # Document properties dialog box
67
- document_properties.title=ಡಾಕ್ಯುಮೆಂಟ್‌ ಗುಣಗಳು...
68
- document_properties_label=ಡಾಕ್ಯುಮೆಂಟ್‌ ಗುಣಗಳು...
69
- document_properties_file_name=ಕಡತದ ಹೆಸರು:
70
- document_properties_file_size=ಕಡತದ ಗಾತ್ರ:
71
- # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
72
- # will be replaced by the PDF file size in kilobytes, respectively in bytes.
73
- document_properties_kb={{size_kb}} KB ({{size_b}} ಬೈಟ್‍ಗಳು)
74
- # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
75
- # will be replaced by the PDF file size in megabytes, respectively in bytes.
76
- document_properties_mb={{size_mb}} MB ({{size_b}} ಬೈಟ್‍ಗಳು)
77
- document_properties_title=ಶೀರ್ಷಿಕೆ:
78
- document_properties_author=ಕರ್ತೃ:
79
- document_properties_subject=ವಿಷಯ:
80
- document_properties_keywords=ಮುಖ್ಯಪದಗಳು:
81
- document_properties_creation_date=ರಚಿಸಿದ ದಿನಾಂಕ:
82
- document_properties_modification_date=ಮಾರ್ಪಡಿಸಲಾದ ದಿನಾಂಕ:
83
- # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
84
- # will be replaced by the creation/modification date, and time, of the PDF file.
85
- document_properties_date_string={{date}}, {{time}}
86
- document_properties_creator=ರಚಿಸಿದವರು:
87
- document_properties_producer=PDF ಉತ್ಪಾದಕ:
88
- document_properties_version=PDF ಆವೃತ್ತಿ:
89
- document_properties_page_count=ಪುಟದ ಎಣಿಕೆ:
90
- document_properties_page_size_unit_inches=ಇದರಲ್ಲಿ
91
- document_properties_page_size_orientation_portrait=ಭಾವಚಿತ್ರ
92
- document_properties_page_size_orientation_landscape=ಪ್ರಕೃತಿ ಚಿತ್ರ
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
- # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
97
- # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
98
- # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
99
- document_properties_close=ಮುಚ್ಚು
100
-
101
- print_progress_message=ಮುದ್ರಿಸುವುದಕ್ಕಾಗಿ ದಸ್ತಾವೇಜನ್ನು ಸಿದ್ಧಗೊಳಿಸಲಾಗುತ್ತಿದೆ…
102
- # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
103
- # a numerical per cent value.
104
- print_progress_percent={{progress}}%
105
- print_progress_close=ರದ್ದು ಮಾಡು
106
-
107
- # Tooltips and alt text for side panel toolbar buttons
108
- # (the _label strings are alt text for the buttons, the .title strings are
109
- # tooltips)
110
- toggle_sidebar.title=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು
111
- toggle_sidebar_label=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು
112
- document_outline_label=ದಸ್ತಾವೇಜಿನ ಹೊರರೇಖೆ
113
- attachments.title=ಲಗತ್ತುಗಳನ್ನು ತೋರಿಸು
114
- attachments_label=ಲಗತ್ತುಗಳು
115
- thumbs.title=ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು
116
- thumbs_label=ಚಿಕ್ಕಚಿತ್ರಗಳು
117
- findbar.title=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು
118
- findbar_label=ಹುಡುಕು
119
-
120
- # Thumbnails panel item (tooltip and alt text for images)
121
- # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
122
- # number.
123
- thumb_page_title=ಪುಟ {{page}}
124
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
125
- # number.
126
- thumb_page_canvas=ಪುಟವನ್ನು ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು {{page}}
127
-
128
- # Find panel button title and messages
129
- find_input.title=ಹುಡುಕು
130
- find_input.placeholder=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು…
131
- find_previous.title=ವಾಕ್ಯದ ಹಿಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು
132
- find_previous_label=ಹಿಂದಿನ
133
- find_next.title=ವಾಕ್ಯದ ಮುಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು
134
- find_next_label=ಮುಂದಿನ
135
- find_highlight=ಎಲ್ಲವನ್ನು ಹೈಲೈಟ್ ಮಾಡು
136
- find_match_case_label=ಕೇಸನ್ನು ಹೊಂದಿಸು
137
- find_reached_top=ದಸ್ತಾವೇಜಿನ ಮೇಲ್ಭಾಗವನ್ನು ತಲುಪಿದೆ, ಕೆಳಗಿನಿಂದ ಆರಂಭಿಸು
138
- find_reached_bottom=ದಸ್ತಾವೇಜಿನ ಕೊನೆಯನ್ನು ತಲುಪಿದೆ, ಮೇಲಿನಿಂದ ಆರಂಭಿಸು
139
- find_not_found=ವಾಕ್ಯವು ಕಂಡು ಬಂದಿಲ್ಲ
140
-
141
- # Error panel labels
142
- error_more_info=ಹೆಚ್ಚಿನ ಮಾಹಿತಿ
143
- error_less_info=ಕಡಿಮೆ ಮಾಹಿತಿ
144
- error_close=ಮುಚ್ಚು
145
- # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
146
- # replaced by the PDF.JS version and build ID.
147
- error_version_info=PDF.js v{{version}} (build: {{build}})
148
- # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
149
- # english string describing the error.
150
- error_message=ಸಂದೇಶ: {{message}}
151
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
152
- # trace.
153
- error_stack=ರಾಶಿ: {{stack}}
154
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
155
- error_file=ಕಡತ: {{file}}
156
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
157
- error_line=ಸಾಲು: {{line}}
158
- rendering_error=ಪುಟವನ್ನು ನಿರೂಪಿಸುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ.
159
-
160
- # Predefined zoom values
161
- page_scale_width=ಪುಟದ ಅಗಲ
162
- page_scale_fit=ಪುಟದ ಸರಿಹೊಂದಿಕೆ
163
- page_scale_auto=ಸ್ವಯಂಚಾಲಿತ ಗಾತ್ರಬದಲಾವಣೆ
164
- page_scale_actual=ನಿಜವಾದ ಗಾತ್ರ
165
- # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
166
- # numerical scale value.
167
- page_scale_percent={{scale}}%
168
-
169
- loading_error=PDF ಅನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ.
170
- invalid_file_error=ಅಮಾನ್ಯವಾದ ಅಥವ ಹಾಳಾದ PDF ಕಡತ.
171
- missing_file_error=PDF ಕಡತ ಇಲ್ಲ.
172
- unexpected_response_error=ಅನಿರೀಕ್ಷಿತವಾದ ಪೂರೈಕೆಗಣಕದ ಪ್ರತಿಕ್ರಿಯೆ.
173
-
174
- # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
175
- # "{{type}}" will be replaced with an annotation type from a list defined in
176
- # the PDF spec (32000-1:2008 Table 169 – Annotation types).
177
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
178
- text_annotation_type.alt=[{{type}} ಟಿಪ್ಪಣಿ]
179
- password_label=PDF ಅನ್ನು ತೆರೆಯಲು ಗುಪ್ತಪದವನ್ನು ನಮೂದಿಸಿ.
180
- password_invalid=ಅಮಾನ್ಯವಾದ ಗುಪ್ತಪದ, ದಯವಿಟ್ಟು ಇನ್ನೊಮ್ಮೆ ಪ್ರಯತ್ನಿಸಿ.
181
- password_ok=OK
182
- password_cancel=ರದ್ದು ಮಾಡು
183
-
184
- printing_not_supported=ಎಚ್ಚರಿಕೆ: ಈ ಜಾಲವೀಕ್ಷಕದಲ್ಲಿ ಮುದ್ರಣಕ್ಕೆ ಸಂಪೂರ್ಣ ಬೆಂಬಲವಿಲ್ಲ.
185
- printing_not_ready=ಎಚ್ಚರಿಕೆ: PDF ಕಡತವು ಮುದ್ರಿಸಲು ಸಂಪೂರ್ಣವಾಗಿ ಲೋಡ್ ಆಗಿಲ್ಲ.
186
- web_fonts_disabled=ಜಾಲ ಅಕ್ಷರಶೈಲಿಯನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ: ಅಡಕಗೊಳಿಸಿದ PDF ಅಕ್ಷರಶೈಲಿಗಳನ್ನು ಬಳಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ.
@@ -1,248 +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=({{pageNumber}} / {{pagesCount}})
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
- cursor_text_select_tool.title=텍스트 선택 도구 활성화
60
- cursor_text_select_tool_label=텍스트 선택 도구
61
- cursor_hand_tool.title=손 도구 활성화
62
- cursor_hand_tool_label=손 도구
63
-
64
- scroll_vertical.title=세로 스크롤 사용
65
- scroll_vertical_label=세로 스크롤
66
- scroll_horizontal.title=가로 스크롤 사용
67
- scroll_horizontal_label=가로 스크롤
68
- scroll_wrapped.title=래핑(자동 줄 바꿈) 스크롤 사용
69
- scroll_wrapped_label=래핑 스크롤
70
-
71
- spread_none.title=한 페이지 보기
72
- spread_none_label=펼쳐짐 없음
73
- spread_odd.title=홀수 페이지로 시작하는 두 페이지 보기
74
- spread_odd_label=홀수 펼쳐짐
75
- spread_even.title=짝수 페이지로 시작하는 두 페이지 보기
76
- spread_even_label=짝수 펼쳐짐
77
-
78
- # Document properties dialog box
79
- document_properties.title=문서 속성…
80
- document_properties_label=문서 속성…
81
- document_properties_file_name=파일 이름:
82
- document_properties_file_size=파일 크기:
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}} KB ({{size_b}}바이트)
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}} MB ({{size_b}}바이트)
89
- document_properties_title=제목:
90
- document_properties_author=작성자:
91
- document_properties_subject=주제:
92
- document_properties_keywords=키워드:
93
- document_properties_creation_date=작성 날짜:
94
- document_properties_modification_date=수정 날짜:
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=작성 프로그램:
99
- document_properties_producer=PDF 변환 소프트웨어:
100
- document_properties_version=PDF 버전:
101
- document_properties_page_count=페이지 수:
102
- document_properties_page_size=페이지 크기:
103
- document_properties_page_size_unit_inches=in
104
- document_properties_page_size_unit_millimeters=mm
105
- document_properties_page_size_orientation_portrait=세로 방향
106
- document_properties_page_size_orientation_landscape=가로 방향
107
- document_properties_page_size_name_a3=A3
108
- document_properties_page_size_name_a4=A4
109
- document_properties_page_size_name_letter=레터
110
- document_properties_page_size_name_legal=리걸
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=빠른 웹 보기:
122
- document_properties_linearized_yes=예
123
- document_properties_linearized_no=아니오
124
- document_properties_close=닫기
125
-
126
- print_progress_message=인쇄 문서 준비 중…
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=취소
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=탐색창 표시/숨기기
136
- toggle_sidebar_notification2.title=탐색창 표시/숨기기 (문서에 아웃라인/첨부파일/레이어 포함됨)
137
- toggle_sidebar_label=탐색창 표시/숨기기
138
- document_outline.title=문서 아웃라인 보기 (더블 클릭해서 모든 항목 펼치기/접기)
139
- document_outline_label=문서 아웃라인
140
- attachments.title=첨부파일 보기
141
- attachments_label=첨부파일
142
- layers.title=레이어 보기 (더블 클릭해서 모든 레이어를 기본 상태로 재설정)
143
- layers_label=레이어
144
- thumbs.title=미리보기
145
- thumbs_label=미리보기
146
- current_outline_item.title=현재 아웃라인 항목 찾기
147
- current_outline_item_label=현재 아웃라인 항목
148
- findbar.title=검색
149
- findbar_label=검색
150
-
151
- additional_layers=추가 레이어
152
- # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
153
- page_landmark={{page}} 페이지
154
- # Thumbnails panel item (tooltip and alt text for images)
155
- # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
156
- # number.
157
- thumb_page_title={{page}} 페이지
158
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
159
- # number.
160
- thumb_page_canvas={{page}} 페이지 미리보기
161
-
162
- # Find panel button title and messages
163
- find_input.title=찾기
164
- find_input.placeholder=문서에서 찾기…
165
- find_previous.title=지정 문자열에 일치하는 1개 부분을 검색
166
- find_previous_label=이전
167
- find_next.title=지정 문자열에 일치하는 다음 부분을 검색
168
- find_next_label=다음
169
- find_highlight=모두 강조 표시
170
- find_match_case_label=대/소문자 구분
171
- find_entire_word_label=단어 단위로
172
- find_reached_top=문서 처음까지 검색하고 끝으로 돌아와 검색했습니다.
173
- find_reached_bottom=문서 끝까지 검색하고 앞으로 돌아와 검색했습니다.
174
- # LOCALIZATION NOTE (find_match_count): The supported plural forms are
175
- # [one|two|few|many|other], with [other] as the default value.
176
- # "{{current}}" and "{{total}}" will be replaced by a number representing the
177
- # index of the currently active find result, respectively a number representing
178
- # the total number of matches in the document.
179
- find_match_count={[ plural(total) ]}
180
- find_match_count[one]={{total}} 중 {{current}} 일치
181
- find_match_count[two]={{total}} 중 {{current}} 일치
182
- find_match_count[few]={{total}} 중 {{current}} 일치
183
- find_match_count[many]={{total}} 중 {{current}} 일치
184
- find_match_count[other]={{total}} 중 {{current}} 일치
185
- # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
186
- # [zero|one|two|few|many|other], with [other] as the default value.
187
- # "{{limit}}" will be replaced by a numerical value.
188
- find_match_count_limit={[ plural(limit) ]}
189
- find_match_count_limit[zero]={{limit}} 이상 일치
190
- find_match_count_limit[one]={{limit}} 이상 일치
191
- find_match_count_limit[two]={{limit}} 이상 일치
192
- find_match_count_limit[few]={{limit}} 이상 일치
193
- find_match_count_limit[many]={{limit}} 이상 일치
194
- find_match_count_limit[other]={{limit}} 이상 일치
195
- find_not_found=검색 결과 없음
196
-
197
- # Error panel labels
198
- error_more_info=자세한 정보
199
- error_less_info=정보 간단히 보기
200
- error_close=닫기
201
- # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
202
- # replaced by the PDF.JS version and build ID.
203
- error_version_info=PDF.js v{{version}} (빌드: {{build}})
204
- # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
205
- # english string describing the error.
206
- error_message=메시지: {{message}}
207
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
208
- # trace.
209
- error_stack=스택: {{stack}}
210
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
211
- error_file=파일: {{file}}
212
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
213
- error_line=줄 번호: {{line}}
214
- rendering_error=페이지를 렌더링하는 동안 오류가 발생했습니다.
215
-
216
- # Predefined zoom values
217
- page_scale_width=페이지 너비에 맞추기
218
- page_scale_fit=페이지에 맞추기
219
- page_scale_auto=자동
220
- page_scale_actual=실제 크기
221
- # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
222
- # numerical scale value.
223
- page_scale_percent={{scale}}%
224
-
225
- # Loading indicator messages
226
- loading=로드 중…
227
- loading_error=PDF를 로드하는 동안 오류가 발생했습니다.
228
- invalid_file_error=잘못되었거나 손상된 PDF 파일.
229
- missing_file_error=PDF 파일 없음.
230
- unexpected_response_error=예상치 못한 서버 응답입니다.
231
-
232
- # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
233
- # replaced by the modification date, and time, of the annotation.
234
- annotation_date_string={{date}} {{time}}
235
-
236
- # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
237
- # "{{type}}" will be replaced with an annotation type from a list defined in
238
- # the PDF spec (32000-1:2008 Table 169 – Annotation types).
239
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
240
- text_annotation_type.alt=[{{type}} 주석]
241
- password_label=이 PDF 파일을 열 수 있는 비밀번호를 입력하세요.
242
- password_invalid=잘못된 비밀번호입니다. 다시 시도하세요.
243
- password_ok=확인
244
- password_cancel=취소
245
-
246
- printing_not_supported=경고: 이 브라우저는 인쇄를 완전히 지원하지 않습니다.
247
- printing_not_ready=경고: 이 PDF를 인쇄를 할 수 있을 정도로 읽어들이지 못했습니다.
248
- web_fonts_disabled=웹 폰트가 비활성화됨: 내장된 PDF 글꼴을 사용할 수 없습니다.