@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,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=Piyrwyjszo strōna
17
- previous_label=Piyrwyjszo
18
- next.title=Nastympno strōna
19
- next_label=Dalij
20
-
21
- # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22
- page.title=Strōna
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=ze {{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}} ze {{pagesCount}})
30
-
31
- zoom_out.title=Zmyńsz
32
- zoom_out_label=Zmyńsz
33
- zoom_in.title=Zwiynksz
34
- zoom_in_label=Zwiynksz
35
- zoom.title=Srogość
36
- presentation_mode.title=Przełōncz na tryb prezyntacyje
37
- presentation_mode_label=Tryb prezyntacyje
38
- open_file.title=Ôdewrzij zbiōr
39
- open_file_label=Ôdewrzij
40
- print.title=Durkuj
41
- print_label=Durkuj
42
- download.title=Pobier
43
- download_label=Pobier
44
- bookmark.title=Aktualny widok (kopiuj abo ôdewrzij w nowym ôknie)
45
- bookmark_label=Aktualny widok
46
-
47
- # Secondary toolbar and context menu
48
- tools.title=Noczynia
49
- tools_label=Noczynia
50
- first_page.title=Idź ku piyrszyj strōnie
51
- first_page_label=Idź ku piyrszyj strōnie
52
- last_page.title=Idź ku ôstatnij strōnie
53
- last_page_label=Idź ku ôstatnij strōnie
54
- page_rotate_cw.title=Zwyrtnij w prawo
55
- page_rotate_cw_label=Zwyrtnij w prawo
56
- page_rotate_ccw.title=Zwyrtnij w lewo
57
- page_rotate_ccw_label=Zwyrtnij w lewo
58
-
59
- cursor_text_select_tool.title=Załōncz noczynie ôbiyranio tekstu
60
- cursor_text_select_tool_label=Noczynie ôbiyranio tekstu
61
- cursor_hand_tool.title=Załōncz noczynie rōnczka
62
- cursor_hand_tool_label=Noczynie rōnczka
63
-
64
- scroll_vertical.title=Używej piōnowego przewijanio
65
- scroll_vertical_label=Piōnowe przewijanie
66
- scroll_horizontal.title=Używej poziōmego przewijanio
67
- scroll_horizontal_label=Poziōme przewijanie
68
- scroll_wrapped.title=Używej szichtowego przewijanio
69
- scroll_wrapped_label=Szichtowe przewijanie
70
-
71
- spread_none.title=Niy dowej strōn w widoku po dwie
72
- spread_none_label=Po jednyj strōnie
73
- spread_odd.title=Dej strōny po dwie: niyparzysto i parzysto
74
- spread_odd_label=Niyparzysto i parzysto
75
- spread_even.title=Dej strōny po dwie: parzysto i niyparzysto
76
- spread_even_label=Parzysto i niyparzysto
77
-
78
- # Document properties dialog box
79
- document_properties.title=Włosności dokumyntu…
80
- document_properties_label=Włosności dokumyntu…
81
- document_properties_file_name=Miano zbioru:
82
- document_properties_file_size=Srogość zbioru:
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}} 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}} B)
89
- document_properties_title=Tytuł:
90
- document_properties_author=Autōr:
91
- document_properties_subject=Tymat:
92
- document_properties_keywords=Kluczowe słowa:
93
- document_properties_creation_date=Data zrychtowanio:
94
- document_properties_modification_date=Data zmiany:
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=Zrychtowane ôd:
99
- document_properties_producer=PDF ôd:
100
- document_properties_version=Wersyjo PDF:
101
- document_properties_page_count=Wielość strōn:
102
- document_properties_page_size=Srogość strōny:
103
- document_properties_page_size_unit_inches=in
104
- document_properties_page_size_unit_millimeters=mm
105
- document_properties_page_size_orientation_portrait=piōnowo
106
- document_properties_page_size_orientation_landscape=poziōmo
107
- document_properties_page_size_name_a3=A3
108
- document_properties_page_size_name_a4=A4
109
- document_properties_page_size_name_letter=Letter
110
- document_properties_page_size_name_legal=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=Gibki necowy podglōnd:
122
- document_properties_linearized_yes=Ja
123
- document_properties_linearized_no=Niy
124
- document_properties_close=Zawrzij
125
-
126
- print_progress_message=Rychtowanie dokumyntu do durku…
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=Pociep
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=Przełōncz posek na rancie
136
- toggle_sidebar_notification2.title=Przełōncz posek na rancie (dokumynt mo struktura/przidowki/warstwy)
137
- toggle_sidebar_label=Przełōncz posek na rancie
138
- document_outline.title=Pokoż struktura dokumyntu (tuplowane klikniyncie rozszyrzo/swijo wszyskie elymynta)
139
- document_outline_label=Struktura dokumyntu
140
- attachments.title=Pokoż przidowki
141
- attachments_label=Przidowki
142
- layers.title=Pokoż warstwy (tuplowane klikniyncie resetuje wszyskie warstwy do bazowego stanu)
143
- layers_label=Warstwy
144
- thumbs.title=Pokoż miniatury
145
- thumbs_label=Miniatury
146
- findbar.title=Znojdź w dokumyncie
147
- findbar_label=Znojdź
148
-
149
- additional_layers=Nadbytnie warstwy
150
- # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
151
- # Thumbnails panel item (tooltip and alt text for images)
152
- # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
153
- # number.
154
- thumb_page_title=Strōna {{page}}
155
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
156
- # number.
157
- thumb_page_canvas=Miniatura strōny {{page}}
158
-
159
- # Find panel button title and messages
160
- find_input.title=Znojdź
161
- find_input.placeholder=Znojdź w dokumyncie…
162
- find_previous.title=Znojdź piyrwyjsze pokozanie sie tyj frazy
163
- find_previous_label=Piyrwyjszo
164
- find_next.title=Znojdź nastympne pokozanie sie tyj frazy
165
- find_next_label=Dalij
166
- find_highlight=Zaznacz wszysko
167
- find_match_case_label=Poznowej srogość liter
168
- find_entire_word_label=Cołke słowa
169
- find_reached_top=Doszło do samego wiyrchu strōny, dalij ôd spodku
170
- find_reached_bottom=Doszło do samego spodku strōny, dalij ôd wiyrchu
171
- # LOCALIZATION NOTE (find_match_count): The supported plural forms are
172
- # [one|two|few|many|other], with [other] as the default value.
173
- # "{{current}}" and "{{total}}" will be replaced by a number representing the
174
- # index of the currently active find result, respectively a number representing
175
- # the total number of matches in the document.
176
- find_match_count={[ plural(total) ]}
177
- find_match_count[one]={{current}} ze {{total}}, co pasujōm
178
- find_match_count[two]={{current}} ze {{total}}, co pasujōm
179
- find_match_count[few]={{current}} ze {{total}}, co pasujōm
180
- find_match_count[many]={{current}} ze {{total}}, co pasujōm
181
- find_match_count[other]={{current}} ze {{total}}, co pasujōm
182
- # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
183
- # [zero|one|two|few|many|other], with [other] as the default value.
184
- # "{{limit}}" will be replaced by a numerical value.
185
- find_match_count_limit={[ plural(total) ]}
186
- find_match_count_limit[zero]=Wiyncyj jak {{limit}}, co pasujōm
187
- find_match_count_limit[one]=Wiyncyj jak {{limit}}, co pasuje
188
- find_match_count_limit[two]=Wiyncyj jak {{limit}}, co pasujōm
189
- find_match_count_limit[few]=Wiyncyj jak {{limit}}, co pasujōm
190
- find_match_count_limit[many]=Wiyncyj jak {{limit}}, co pasujōm
191
- find_match_count_limit[other]=Wiyncyj jak {{limit}}, co pasujōm
192
- find_not_found=Fraza niy ma znodniynto
193
-
194
- # Error panel labels
195
- error_more_info=Wiyncyj informacyji
196
- error_less_info=Mynij informacyji
197
- error_close=Zawrzij
198
- # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
199
- # replaced by the PDF.JS version and build ID.
200
- error_version_info=PDF.js v{{version}} (build: {{build}})
201
- # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
202
- # english string describing the error.
203
- error_message=Wiadōmość: {{message}}
204
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
205
- # trace.
206
- error_stack=Sztapel: {{stack}}
207
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
208
- error_file=Zbiōr: {{file}}
209
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
210
- error_line=Linijo: {{line}}
211
- rendering_error=Przi renderowaniu strōny pokozoł sie feler.
212
-
213
- # Predefined zoom values
214
- page_scale_width=Szyrzka strōny
215
- page_scale_fit=Napasowanie strōny
216
- page_scale_auto=Autōmatyczno srogość
217
- page_scale_actual=Aktualno srogość
218
- # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
219
- # numerical scale value.
220
- page_scale_percent={{scale}}%
221
-
222
- # Loading indicator messages
223
- loading_error=Przi ladowaniu PDFa pokozoł sie feler.
224
- invalid_file_error=Zły abo felerny zbiōr PDF.
225
- missing_file_error=Chybio zbioru PDF.
226
- unexpected_response_error=Niyôczekowano ôdpowiydź serwera.
227
-
228
- # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
229
- # replaced by the modification date, and time, of the annotation.
230
- annotation_date_string={{date}}, {{time}}
231
-
232
- # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
233
- # "{{type}}" will be replaced with an annotation type from a list defined in
234
- # the PDF spec (32000-1:2008 Table 169 – Annotation types).
235
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
236
- text_annotation_type.alt=[Anotacyjo typu {{type}}]
237
- password_label=Wkludź hasło, coby ôdewrzić tyn zbiōr PDF.
238
- password_invalid=Hasło je złe. Sprōbuj jeszcze roz.
239
- password_ok=OK
240
- password_cancel=Pociep
241
-
242
- printing_not_supported=Pozōr: Ta przeglōndarka niy cołkiym ôbsuguje durk.
243
- printing_not_ready=Pozōr: Tyn PDF niy ma za tela zaladowany do durku.
244
- web_fonts_disabled=Necowe fōnty sōm zastawiōne: niy idzie użyć wkludzōnych fōntōw PDF.
245
- # LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
246
- # exact string as in the `chrome.properties` file.
@@ -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=முந்தைய பக்கம்
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
- # Document properties dialog box
65
- document_properties.title=ஆவண பண்புகள்...
66
- document_properties_label=ஆவண பண்புகள்...
67
- document_properties_file_name=கோப்பு பெயர்:
68
- document_properties_file_size=கோப்பின் அளவு:
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}} கிபை ({{size_b}} பைட்டுகள்)
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}} மெபை ({{size_b}} பைட்டுகள்)
75
- document_properties_title=தலைப்பு:
76
- document_properties_author=எழுதியவர்
77
- document_properties_subject=பொருள்:
78
- document_properties_keywords=முக்கிய வார்த்தைகள்:
79
- document_properties_creation_date=படைத்த தேதி :
80
- document_properties_modification_date=திருத்திய தேதி:
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=உருவாக்குபவர்:
85
- document_properties_producer=பிடிஎஃப் தயாரிப்பாளர்:
86
- document_properties_version=PDF பதிப்பு:
87
- document_properties_page_count=பக்க எண்ணிக்கை:
88
- document_properties_page_size=பக்க அளவு:
89
- document_properties_page_size_unit_inches=இதில்
90
- document_properties_page_size_unit_millimeters=mm
91
- document_properties_page_size_orientation_portrait=நிலைபதிப்பு
92
- document_properties_page_size_orientation_landscape=நிலைபரப்பு
93
- document_properties_page_size_name_a3=A3
94
- document_properties_page_size_name_a4=A4
95
- document_properties_page_size_name_letter=கடிதம்
96
- document_properties_page_size_name_legal=சட்டபூர்வ
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=மூடுக
106
-
107
- print_progress_message=அச்சிடுவதற்கான ஆவணம் தயாராகிறது...
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=ரத்து
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=பக்கப் பட்டியை நிலைமாற்று
117
- toggle_sidebar_label=பக்கப் பட்டியை நிலைமாற்று
118
- document_outline.title=ஆவண அடக்கத்தைக் காட்டு (இருமுறைச் சொடுக்கி அனைத்து உறுப்பிடிகளையும் விரி/சேர்)
119
- document_outline_label=ஆவண வெளிவரை
120
- attachments.title=இணைப்புகளை காண்பி
121
- attachments_label=இணைப்புகள்
122
- thumbs.title=சிறுபடங்களைக் காண்பி
123
- thumbs_label=சிறுபடங்கள்
124
- findbar.title=ஆவணத்தில் கண்டறி
125
- findbar_label=தேடு
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=பக்கம் {{page}}
131
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
132
- # number.
133
- thumb_page_canvas=பக்கத்தின் சிறுபடம் {{page}}
134
-
135
- # Find panel button title and messages
136
- find_input.title=கண்டுபிடி
137
- find_input.placeholder=ஆவணத்தில் கண்டறி…
138
- find_previous.title=இந்த சொற்றொடரின் முந்தைய நிகழ்வை தேடு
139
- find_previous_label=முந்தையது
140
- find_next.title=இந்த சொற்றொடரின் அடுத்த நிகழ்வை தேடு
141
- find_next_label=அடுத்து
142
- find_highlight=அனைத்தையும் தனிப்படுத்து
143
- find_match_case_label=பேரெழுத்தாக்கத்தை உணர்
144
- find_reached_top=ஆவணத்தின் மேல் பகுதியை அடைந்தது, அடிப்பக்கத்திலிருந்து தொடர்ந்தது
145
- find_reached_bottom=ஆவணத்தின் முடிவை அடைந்தது, மேலிருந்து தொடர்ந்தது
146
- find_not_found=சொற்றொடர் காணவில்லை
147
-
148
- # Error panel labels
149
- error_more_info=கூடுதல் தகவல்
150
- error_less_info=குறைந்த தகவல்
151
- error_close=மூடுக
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=செய்தி: {{message}}
158
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
159
- # trace.
160
- error_stack=ஸ்டேக்: {{stack}}
161
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
162
- error_file=கோப்பு: {{file}}
163
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
164
- error_line=வரி: {{line}}
165
- rendering_error=இந்தப் பக்கத்தை காட்சிப்படுத்தும் போது ஒரு பிழை ஏற்பட்டது.
166
-
167
- # Predefined zoom values
168
- page_scale_width=பக்க அகலம்
169
- page_scale_fit=பக்கப் பொருத்தம்
170
- page_scale_auto=தானியக்க பெரிதாக்கல்
171
- page_scale_actual=உண்மையான அளவு
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=PDF ஐ ஏற்றும் போது ஒரு பிழை ஏற்பட்டது.
177
- invalid_file_error=செல்லுபடியாகாத அல்லது சிதைந்த PDF கோப்பு.
178
- missing_file_error=PDF கோப்பு காணவில்லை.
179
- unexpected_response_error=சேவகன் பதில் எதிர்பாரதது.
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}} விளக்கம்]
186
- password_label=இந்த PDF கோப்பை திறக்க கடவுச்சொல்லை உள்ளிடவும்.
187
- password_invalid=செல்லுபடியாகாத கடவுச்சொல், தயை செய்து மீண்டும் முயற்சி செய்க.
188
- password_ok=சரி
189
- password_cancel=ரத்து
190
-
191
- printing_not_supported=எச்சரிக்கை: இந்த உலாவி அச்சிடுதலை முழுமையாக ஆதரிக்கவில்லை.
192
- printing_not_ready=எச்சரிக்கை: PDF அச்சிட முழுவதுமாக ஏற்றப்படவில்லை.
193
- web_fonts_disabled=வலை எழுத்துருக்கள் முடக்கப்பட்டுள்ளன: உட்பொதிக்கப்பட்ட PDF எழுத்துருக்களைப் பயன்படுத்த முடியவில்லை.
@@ -1,217 +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
- scroll_vertical_label=నిలువు స్క్రోలింగు
65
-
66
-
67
- # Document properties dialog box
68
- document_properties.title=పత్రము లక్షణాలు...
69
- document_properties_label=పత్రము లక్షణాలు...
70
- document_properties_file_name=దస్త్రం పేరు:
71
- document_properties_file_size=దస్త్రం పరిమాణం:
72
- # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
73
- # will be replaced by the PDF file size in kilobytes, respectively in bytes.
74
- document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
75
- # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
76
- # will be replaced by the PDF file size in megabytes, respectively in bytes.
77
- document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
78
- document_properties_title=శీర్షిక:
79
- document_properties_author=మూలకర్త:
80
- document_properties_subject=విషయం:
81
- document_properties_keywords=కీ పదాలు:
82
- document_properties_creation_date=సృష్టించిన తేదీ:
83
- document_properties_modification_date=సవరించిన తేదీ:
84
- # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
85
- # will be replaced by the creation/modification date, and time, of the PDF file.
86
- document_properties_date_string={{date}}, {{time}}
87
- document_properties_creator=సృష్టికర్త:
88
- document_properties_producer=PDF ఉత్పాదకి:
89
- document_properties_version=PDF వర్షన్:
90
- document_properties_page_count=పేజీల సంఖ్య:
91
- document_properties_page_size=కాగితం పరిమాణం:
92
- document_properties_page_size_unit_inches=లో
93
- document_properties_page_size_unit_millimeters=mm
94
- document_properties_page_size_orientation_portrait=నిలువుచిత్రం
95
- document_properties_page_size_orientation_landscape=అడ్డచిత్రం
96
- document_properties_page_size_name_a3=A3
97
- document_properties_page_size_name_a4=A4
98
- document_properties_page_size_name_letter=లేఖ
99
- document_properties_page_size_name_legal=చట్టపరమైన
100
- # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
101
- # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
102
- # the size, respectively their unit of measurement and orientation, of the (current) page.
103
- document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
104
- # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
105
- # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
106
- # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
107
- document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
108
- # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
109
- # the document; usually called "Fast Web View" in English locales of Adobe software.
110
- document_properties_linearized_yes=అవును
111
- document_properties_linearized_no=కాదు
112
- document_properties_close=మూసివేయి
113
-
114
- print_progress_message=ముద్రించడానికి పత్రము సిద్ధమవుతున్నది…
115
- # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
116
- # a numerical per cent value.
117
- print_progress_percent={{progress}}%
118
- print_progress_close=రద్దుచేయి
119
-
120
- # Tooltips and alt text for side panel toolbar buttons
121
- # (the _label strings are alt text for the buttons, the .title strings are
122
- # tooltips)
123
- toggle_sidebar.title=పక్కపట్టీ మార్చు
124
- toggle_sidebar_label=పక్కపట్టీ మార్చు
125
- document_outline.title=పత్రము రూపము చూపించు (డబుల్ క్లిక్ చేసి అన్ని అంశాలను విస్తరించు/కూల్చు)
126
- document_outline_label=పత్రము అవుట్‌లైన్
127
- attachments.title=అనుబంధాలు చూపు
128
- attachments_label=అనుబంధాలు
129
- layers_label=పొరలు
130
- thumbs.title=థంబ్‌నైల్స్ చూపు
131
- thumbs_label=థంబ్‌నైల్స్
132
- findbar.title=పత్రములో కనుగొనుము
133
- findbar_label=కనుగొను
134
-
135
- additional_layers=అదనపు పొరలు
136
- # Thumbnails panel item (tooltip and alt text for images)
137
- # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
138
- # number.
139
- thumb_page_title=పేజీ {{page}}
140
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
141
- # number.
142
- thumb_page_canvas={{page}} పేజీ నఖచిత్రం
143
-
144
- # Find panel button title and messages
145
- find_input.title=కనుగొను
146
- find_input.placeholder=పత్రములో కనుగొను…
147
- find_previous.title=పదం యొక్క ముందు సంభవాన్ని కనుగొను
148
- find_previous_label=మునుపటి
149
- find_next.title=పదం యొక్క తర్వాతి సంభవాన్ని కనుగొను
150
- find_next_label=తరువాత
151
- find_highlight=అన్నిటిని ఉద్దీపనం చేయుము
152
- find_match_case_label=అక్షరముల తేడాతో పోల్చు
153
- find_entire_word_label=పూర్తి పదాలు
154
- find_reached_top=పేజీ పైకి చేరుకున్నది, క్రింది నుండి కొనసాగించండి
155
- find_reached_bottom=పేజీ చివరకు చేరుకున్నది, పైనుండి కొనసాగించండి
156
- # LOCALIZATION NOTE (find_match_count): The supported plural forms are
157
- # [one|two|few|many|other], with [other] as the default value.
158
- # "{{current}}" and "{{total}}" will be replaced by a number representing the
159
- # index of the currently active find result, respectively a number representing
160
- # the total number of matches in the document.
161
- find_match_count={[ plural(total) ]}
162
- # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
163
- # [zero|one|two|few|many|other], with [other] as the default value.
164
- # "{{limit}}" will be replaced by a numerical value.
165
- find_match_count_limit={[ plural(limit) ]}
166
- find_not_found=పదబంధం కనబడలేదు
167
-
168
- # Error panel labels
169
- error_more_info=మరింత సమాచారం
170
- error_less_info=తక్కువ సమాచారం
171
- error_close=మూసివేయి
172
- # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
173
- # replaced by the PDF.JS version and build ID.
174
- error_version_info=PDF.js v{{version}} (build: {{build}})
175
- # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
176
- # english string describing the error.
177
- error_message=సందేశం: {{message}}
178
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
179
- # trace.
180
- error_stack=స్టాక్: {{stack}}
181
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
182
- error_file=ఫైలు: {{file}}
183
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
184
- error_line=వరుస: {{line}}
185
- rendering_error=పేజీను రెండర్ చేయుటలో ఒక దోషం ఎదురైంది.
186
-
187
- # Predefined zoom values
188
- page_scale_width=పేజీ వెడల్పు
189
- page_scale_fit=పేజీ అమర్పు
190
- page_scale_auto=స్వయంచాలక జూమ్
191
- page_scale_actual=యథార్ధ పరిమాణం
192
- # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
193
- # numerical scale value.
194
- page_scale_percent={{scale}}%
195
-
196
- loading_error=PDF లోడవుచున్నప్పుడు ఒక దోషం ఎదురైంది.
197
- invalid_file_error=చెల్లని లేదా పాడైన PDF ఫైలు.
198
- missing_file_error=దొరకని PDF ఫైలు.
199
- unexpected_response_error=అనుకోని సర్వర్ స్పందన.
200
-
201
- # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
202
- # replaced by the modification date, and time, of the annotation.
203
- annotation_date_string={{date}}, {{time}}
204
-
205
- # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
206
- # "{{type}}" will be replaced with an annotation type from a list defined in
207
- # the PDF spec (32000-1:2008 Table 169 – Annotation types).
208
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
209
- text_annotation_type.alt=[{{type}} టీకా]
210
- password_label=ఈ PDF ఫైల్ తెరుచుటకు సంకేతపదం ప్రవేశపెట్టుము.
211
- password_invalid=సంకేతపదం చెల్లదు. దయచేసి మళ్ళీ ప్రయత్నించండి.
212
- password_ok=సరే
213
- password_cancel=రద్దుచేయి
214
-
215
- printing_not_supported=హెచ్చరిక: ఈ విహారిణి చేత ముద్రణ పూర్తిగా తోడ్పాటు లేదు.
216
- printing_not_ready=హెచ్చరిక: ముద్రణ కొరకు ఈ PDF పూర్తిగా లోడవలేదు.
217
- web_fonts_disabled=వెబ్ ఫాంట్లు అచేతనించబడెను: ఎంబెడెడ్ PDF ఫాంట్లు ఉపయోగించలేక పోయింది.