@eo-sdk/client 11.7.0-beta.2 → 11.8.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (426) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +35 -35
  3. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  4. package/app/eo-client/dashboard/dashboard.component.d.ts +3 -2
  5. package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
  6. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +1 -1
  7. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
  8. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts +30 -0
  9. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts.map +1 -0
  10. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.d.ts +23 -0
  11. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.d.ts.map +1 -0
  12. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.d.ts +20 -0
  13. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.d.ts.map +1 -0
  14. package/app/eo-client/eo-client.module.d.ts +32 -29
  15. package/app/eo-client/eo-client.module.d.ts.map +1 -1
  16. package/app/eo-client/settings/settings.component.d.ts +15 -16
  17. package/app/eo-client/settings/settings.component.d.ts.map +1 -1
  18. package/app/eo-client/settings/settings.interface.d.ts +25 -0
  19. package/app/eo-client/settings/settings.interface.d.ts.map +1 -0
  20. package/app/eo-framework/actions/action.module.d.ts +15 -13
  21. package/app/eo-framework/actions/action.module.d.ts.map +1 -1
  22. package/app/eo-framework/actions/actions/custom-actions/custom-actions.component.d.ts.map +1 -1
  23. package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts.map +1 -1
  24. package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts +4 -3
  25. package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts.map +1 -1
  26. package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts +23 -0
  27. package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts.map +1 -0
  28. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +0 -1
  29. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  30. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
  31. package/app/eo-framework/media/media.component.d.ts +3 -2
  32. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  33. package/app/eo-framework/object-details/object-details.component.d.ts +12 -4
  34. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  35. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts +51 -26
  36. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts.map +1 -1
  37. package/app/eo-framework-core/agent/agent.service.d.ts +7 -2
  38. package/app/eo-framework-core/agent/agent.service.d.ts.map +1 -1
  39. package/app/eo-framework-core/search/app-search.service.d.ts.map +1 -1
  40. package/assets/_default/README.md +2 -2
  41. package/assets/_default/config/extend.json +6 -6
  42. package/assets/_default/config/main.json +44 -44
  43. package/assets/_default/fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg +765 -765
  44. package/assets/_default/fonts/roboto_light_macroman/Roboto-Light-webfont.svg +818 -818
  45. package/assets/_default/fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg +765 -765
  46. package/assets/_default/fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg +795 -795
  47. package/assets/_default/i18n/de.json +1150 -1132
  48. package/assets/_default/i18n/en.json +21 -3
  49. package/assets/_default/i18n/po/de.po +310 -310
  50. package/assets/_default/i18n/po/en.po +310 -310
  51. package/assets/_default/svg/ic_delete_sweep.svg +3 -3
  52. package/assets/_default/svg/ic_emoticon-cool.svg +1 -1
  53. package/assets/_default/svg/ic_kitt-loader.svg +1 -1
  54. package/assets/_default/svg/ic_link.svg +6 -6
  55. package/assets/_default/svg/ic_not_listed_location.svg +4 -4
  56. package/assets/_default/theme/theme.css +13 -13
  57. package/assets/dashboard.json +47 -47
  58. package/assets/i18n/temp.json +584 -584
  59. package/assets/i18n/temp.pot +1753 -1753
  60. package/esm2022/app/eo-client/about-state/about-state.component.mjs +5 -5
  61. package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +22 -8
  62. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +13 -17
  63. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +3 -3
  64. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
  65. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +3 -3
  66. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
  67. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
  68. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
  69. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
  70. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +3 -3
  71. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +3 -3
  72. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -3
  73. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +3 -3
  74. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
  75. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +1 -1
  76. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +3 -3
  77. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
  78. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +1 -1
  79. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +3 -3
  80. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +3 -3
  81. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +1 -1
  82. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +3 -3
  83. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +3 -3
  84. package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
  85. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.mjs +114 -0
  86. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.mjs +79 -0
  87. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.mjs +2 -0
  88. package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +3 -3
  89. package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +3 -3
  90. package/esm2022/app/eo-client/eo-client-routing.module.mjs +1 -1
  91. package/esm2022/app/eo-client/eo-client.module.mjs +11 -1
  92. package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +14 -14
  93. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -18
  94. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox.types.enum.mjs +1 -1
  95. package/esm2022/app/eo-client/inbox-state/inbox-state-routing.module.mjs +1 -1
  96. package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +1 -1
  97. package/esm2022/app/eo-client/index.mjs +1 -1
  98. package/esm2022/app/eo-client/login/login.component.mjs +3 -3
  99. package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +16 -16
  100. package/esm2022/app/eo-client/notifications-state/notifications-state.interface.mjs +1 -1
  101. package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
  102. package/esm2022/app/eo-client/object-state/object-state-routing.module.mjs +1 -1
  103. package/esm2022/app/eo-client/object-state/object-state-service/object-state.interface.mjs +1 -1
  104. package/esm2022/app/eo-client/object-state/object-state-service/object-state.service.mjs +1 -1
  105. package/esm2022/app/eo-client/object-state/object-state.module.mjs +1 -1
  106. package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +14 -14
  107. package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +1 -1
  108. package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +1 -1
  109. package/esm2022/app/eo-client/process-state/filter-label.mjs +1 -1
  110. package/esm2022/app/eo-client/process-state/process-state.component.mjs +22 -22
  111. package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +16 -16
  112. package/esm2022/app/eo-client/result-state/result-state.component.mjs +3 -3
  113. package/esm2022/app/eo-client/settings/agent-lock-settings.enum.mjs +1 -1
  114. package/esm2022/app/eo-client/settings/settings.component.mjs +42 -24
  115. package/esm2022/app/eo-client/settings/settings.interface.mjs +2 -0
  116. package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +14 -14
  117. package/esm2022/app/eo-client/version-state/version-state.component.mjs +16 -16
  118. package/esm2022/app/eo-framework/accordion/accordion.module.mjs +1 -1
  119. package/esm2022/app/eo-framework/accordion/index.mjs +1 -1
  120. package/esm2022/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
  121. package/esm2022/app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive.mjs +1 -1
  122. package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +3 -3
  123. package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +1 -1
  124. package/esm2022/app/eo-framework/actions/action-target.mjs +1 -1
  125. package/esm2022/app/eo-framework/actions/action.module.mjs +8 -4
  126. package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
  127. package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action.mjs +1 -1
  128. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
  129. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription-action.mjs +1 -1
  130. package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +3 -3
  131. package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.mjs +1 -1
  132. package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +1 -1
  133. package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +3 -3
  134. package/esm2022/app/eo-framework/actions/actions/copy-action/copy-action.mjs +1 -1
  135. package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -1
  136. package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +1 -1
  137. package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +3 -3
  138. package/esm2022/app/eo-framework/actions/actions/delete-action/delete-action.mjs +1 -1
  139. package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +1 -1
  140. package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.mjs +3 -3
  141. package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content-action.mjs +1 -1
  142. package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +1 -1
  143. package/esm2022/app/eo-framework/actions/actions/download-action/download-object-action/download-object-action.component.mjs +3 -3
  144. package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +3 -3
  145. package/esm2022/app/eo-framework/actions/actions/email/email-action.mjs +1 -1
  146. package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +1 -1
  147. package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +1 -1
  148. package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +1 -1
  149. package/esm2022/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.mjs +3 -3
  150. package/esm2022/app/eo-framework/actions/actions/open-context-action/open-context-action.mjs +1 -1
  151. package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +3 -3
  152. package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +2 -2
  153. package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +1 -1
  154. package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +1 -1
  155. package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +1 -1
  156. package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +7 -4
  157. package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +1 -1
  158. package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +3 -3
  159. package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +3 -3
  160. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
  161. package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +1 -1
  162. package/esm2022/app/eo-framework/actions/actions/signature-action/signature.model.mjs +1 -1
  163. package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-action.mjs +3 -4
  164. package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.mjs +43 -0
  165. package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +1 -1
  166. package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +1 -1
  167. package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +3 -3
  168. package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow-action.component.mjs +1 -1
  169. package/esm2022/app/eo-framework/actions/index.mjs +1 -1
  170. package/esm2022/app/eo-framework/actions/interfaces/action-component.interface.mjs +1 -1
  171. package/esm2022/app/eo-framework/actions/interfaces/action-list-entry.mjs +1 -1
  172. package/esm2022/app/eo-framework/actions/interfaces/action.interface.mjs +1 -1
  173. package/esm2022/app/eo-framework/actions/selection-range.enum.mjs +1 -1
  174. package/esm2022/app/eo-framework/animations/animations.mjs +1 -1
  175. package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +3 -3
  176. package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +3 -3
  177. package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
  178. package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +3 -3
  179. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +11 -8
  180. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.interface.mjs +1 -1
  181. package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
  182. package/esm2022/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +3 -3
  183. package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
  184. package/esm2022/app/eo-framework/app-shell/app-shell-routing.module.mjs +1 -1
  185. package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +1 -1
  186. package/esm2022/app/eo-framework/app-shell/index.mjs +1 -1
  187. package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +3 -3
  188. package/esm2022/app/eo-framework/cta/component/cta.component.mjs +3 -3
  189. package/esm2022/app/eo-framework/cta/cta.module.mjs +1 -1
  190. package/esm2022/app/eo-framework/cta/index.mjs +1 -1
  191. package/esm2022/app/eo-framework/eo-framework.module.mjs +1 -1
  192. package/esm2022/app/eo-framework/error/error.module.mjs +1 -1
  193. package/esm2022/app/eo-framework/error/error404/error404.component.mjs +3 -3
  194. package/esm2022/app/eo-framework/error/index.mjs +1 -1
  195. package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +1 -1
  196. package/esm2022/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +3 -3
  197. package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
  198. package/esm2022/app/eo-framework/form-elements/date/date.component.mjs +3 -3
  199. package/esm2022/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +1 -1
  200. package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +8 -3
  201. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +5 -5
  202. package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +1 -1
  203. package/esm2022/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
  204. package/esm2022/app/eo-framework/form-elements/form-input/input-focus/input-focus.directive.mjs +1 -1
  205. package/esm2022/app/eo-framework/form-elements/id-reference/animation/reference-finder.animation.mjs +1 -1
  206. package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +3 -3
  207. package/esm2022/app/eo-framework/form-elements/id-reference/interface/reference-finder.interface.mjs +1 -1
  208. package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +3 -3
  209. package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +3 -3
  210. package/esm2022/app/eo-framework/form-elements/id-reference/service/reference-finder.service.mjs +1 -1
  211. package/esm2022/app/eo-framework/form-elements/index.mjs +1 -1
  212. package/esm2022/app/eo-framework/form-elements/number/number.component.mjs +3 -3
  213. package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +3 -3
  214. package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +3 -3
  215. package/esm2022/app/eo-framework/form-elements/password/password.component.mjs +3 -3
  216. package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
  217. package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +3 -3
  218. package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -3
  219. package/esm2022/app/eo-framework/grid/column-configurator/column-configurator.component.mjs +3 -3
  220. package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +3 -3
  221. package/esm2022/app/eo-framework/grid/extensions/empty/empty.component.mjs +3 -3
  222. package/esm2022/app/eo-framework/grid/extensions/filter/abstract-filter.component.mjs +1 -1
  223. package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
  224. package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +3 -3
  225. package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filters.interface.mjs +1 -1
  226. package/esm2022/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +3 -3
  227. package/esm2022/app/eo-framework/grid/extensions/pagination/pagination.component.mjs +3 -3
  228. package/esm2022/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.mjs +21 -21
  229. package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -3
  230. package/esm2022/app/eo-framework/grid/extensions/services/list-settings.service.mjs +1 -1
  231. package/esm2022/app/eo-framework/grid/extensions/total-count/total-count.component.mjs +3 -3
  232. package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
  233. package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
  234. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
  235. package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +1 -1
  236. package/esm2022/app/eo-framework/grid/filters/list-filter.component.mjs +3 -3
  237. package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
  238. package/esm2022/app/eo-framework/grid/grid-filter.model.mjs +1 -1
  239. package/esm2022/app/eo-framework/grid/grid.component.mjs +7 -7
  240. package/esm2022/app/eo-framework/grid/grid.module.mjs +1 -1
  241. package/esm2022/app/eo-framework/grid/index.mjs +1 -1
  242. package/esm2022/app/eo-framework/grid/loader.interface.mjs +1 -1
  243. package/esm2022/app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component.mjs +3 -3
  244. package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
  245. package/esm2022/app/eo-framework/index.mjs +1 -1
  246. package/esm2022/app/eo-framework/list-container/index.mjs +1 -1
  247. package/esm2022/app/eo-framework/list-container/list-container.component.mjs +3 -3
  248. package/esm2022/app/eo-framework/list-container/list-container.module.mjs +1 -1
  249. package/esm2022/app/eo-framework/media/content-preview.service.mjs +1 -1
  250. package/esm2022/app/eo-framework/media/index.mjs +1 -1
  251. package/esm2022/app/eo-framework/media/media.component.mjs +9 -5
  252. package/esm2022/app/eo-framework/media/media.module.mjs +1 -1
  253. package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +3 -3
  254. package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +3 -3
  255. package/esm2022/app/eo-framework/object-details/index.mjs +1 -1
  256. package/esm2022/app/eo-framework/object-details/object-details.component.mjs +26 -13
  257. package/esm2022/app/eo-framework/object-details/object-details.module.mjs +1 -1
  258. package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +1 -1
  259. package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.component.mjs +3 -3
  260. package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.mjs +1 -1
  261. package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +4 -4
  262. package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +3 -3
  263. package/esm2022/app/eo-framework/object-form/form-status-changed-event.interface.mjs +1 -1
  264. package/esm2022/app/eo-framework/object-form/index.mjs +1 -1
  265. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +1 -1
  266. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
  267. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +12 -12
  268. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
  269. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
  270. package/esm2022/app/eo-framework/object-form/object-form/form-validation/form-validation.mjs +1 -1
  271. package/esm2022/app/eo-framework/object-form/object-form/object-form-control-wrapper.mjs +1 -1
  272. package/esm2022/app/eo-framework/object-form/object-form/object-form-control.mjs +1 -1
  273. package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +3 -3
  274. package/esm2022/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
  275. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.interface.mjs +1 -1
  276. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +1 -1
  277. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +1 -1
  278. package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
  279. package/esm2022/app/eo-framework/object-form/object-form/object-form.model.mjs +1 -1
  280. package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +3 -3
  281. package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +1 -1
  282. package/esm2022/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
  283. package/esm2022/app/eo-framework/object-form/object-form.module.mjs +1 -1
  284. package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +3 -3
  285. package/esm2022/app/eo-framework/plugins/index.mjs +1 -1
  286. package/esm2022/app/eo-framework/plugins/plugin.component.mjs +15 -15
  287. package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +1 -1
  288. package/esm2022/app/eo-framework/plugins/plugin.service.mjs +1 -1
  289. package/esm2022/app/eo-framework/plugins/plugins.module.mjs +1 -1
  290. package/esm2022/app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component.mjs +3 -3
  291. package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +10 -10
  292. package/esm2022/app/eo-framework/process/details/process-details.component.mjs +3 -3
  293. package/esm2022/app/eo-framework/process/history/process-history.component.mjs +3 -3
  294. package/esm2022/app/eo-framework/process/process-file/file-entry-permissions.interface.mjs +1 -1
  295. package/esm2022/app/eo-framework/process/process-file/process-file.component.mjs +3 -3
  296. package/esm2022/app/eo-framework/process-form/process-form.component.mjs +3 -3
  297. package/esm2022/app/eo-framework/process-form/process-form.module.mjs +1 -1
  298. package/esm2022/app/eo-framework/quick-search/index.mjs +1 -1
  299. package/esm2022/app/eo-framework/quick-search/quick-search/quick-search-result.interface.mjs +1 -1
  300. package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
  301. package/esm2022/app/eo-framework/quick-search/quick-search.module.mjs +1 -1
  302. package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +3 -3
  303. package/esm2022/app/eo-framework/result-list/index.mjs +1 -1
  304. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
  305. package/esm2022/app/eo-framework/result-list/result-list.module.mjs +1 -1
  306. package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +3 -3
  307. package/esm2022/app/eo-framework/settings/change-password/change-password.interface.mjs +1 -1
  308. package/esm2022/app/eo-framework/settings/index.mjs +1 -1
  309. package/esm2022/app/eo-framework/settings/permissions/permissions.component.mjs +3 -3
  310. package/esm2022/app/eo-framework/settings/settings.module.mjs +1 -1
  311. package/esm2022/app/eo-framework/shortcuts/global-shortcut-action.interface.mjs +1 -1
  312. package/esm2022/app/eo-framework/shortcuts/global-shortcut-component.interface.mjs +1 -1
  313. package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +3 -3
  314. package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts.component.mjs +3 -3
  315. package/esm2022/app/eo-framework/shortcuts/index.mjs +1 -1
  316. package/esm2022/app/eo-framework/shortcuts/shortcut.interface.mjs +4 -4
  317. package/esm2022/app/eo-framework/shortcuts/shortcuts.directive.mjs +1 -1
  318. package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +1 -1
  319. package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +1 -1
  320. package/esm2022/app/eo-framework/stored-query/index.mjs +1 -1
  321. package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +3 -3
  322. package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +4 -3
  323. package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
  324. package/esm2022/app/eo-framework/stored-query/stored-query-type-filter.enum.mjs +1 -1
  325. package/esm2022/app/eo-framework/stored-query/stored-query.interface.mjs +1 -1
  326. package/esm2022/app/eo-framework/stored-query/stored-query.module.mjs +1 -1
  327. package/esm2022/app/eo-framework/tree/index.mjs +1 -1
  328. package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
  329. package/esm2022/app/eo-framework/tree/tree.component.interface.mjs +1 -1
  330. package/esm2022/app/eo-framework/tree/tree.component.mjs +3 -3
  331. package/esm2022/app/eo-framework/tree/tree.module.mjs +1 -1
  332. package/esm2022/app/eo-framework/ui/animations/panel-loading.animation.mjs +1 -1
  333. package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +3 -3
  334. package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +3 -3
  335. package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +1 -1
  336. package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +3 -3
  337. package/esm2022/app/eo-framework/ui/index.mjs +1 -1
  338. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +3 -3
  339. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry.interface.mjs +1 -1
  340. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
  341. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.mjs +1 -1
  342. package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +7 -7
  343. package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +1 -1
  344. package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +3 -3
  345. package/esm2022/app/eo-framework/ui/query-scope-select/query-scope-select.component.mjs +3 -3
  346. package/esm2022/app/eo-framework/ui/router-link/router-link.directive.mjs +1 -1
  347. package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +1 -1
  348. package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
  349. package/esm2022/app/eo-framework/ui/ui.module.mjs +1 -1
  350. package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +1 -1
  351. package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +1 -1
  352. package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +163 -92
  353. package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +1 -1
  354. package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +1 -1
  355. package/esm2022/app/eo-framework/util/index.mjs +1 -1
  356. package/esm2022/app/eo-framework/util/services/utilities.service.mjs +1 -1
  357. package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +1 -1
  358. package/esm2022/app/eo-framework/util/util.module.mjs +1 -1
  359. package/esm2022/app/eo-framework-core/agent/agent.interface.mjs +1 -1
  360. package/esm2022/app/eo-framework-core/agent/agent.service.mjs +13 -2
  361. package/esm2022/app/eo-framework-core/api/grid.service.mjs +6 -6
  362. package/esm2022/app/eo-framework-core/api/model/dms-object.api.interface.mjs +1 -1
  363. package/esm2022/app/eo-framework-core/api/plugins.service.mjs +1 -1
  364. package/esm2022/app/eo-framework-core/empty-state/empty-state.interface.mjs +1 -1
  365. package/esm2022/app/eo-framework-core/empty-state/empty-state.service.mjs +1 -1
  366. package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +1 -1
  367. package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +1 -1
  368. package/esm2022/app/eo-framework-core/error-handler/error-keys.mjs +1 -1
  369. package/esm2022/app/eo-framework-core/index.mjs +1 -1
  370. package/esm2022/app/eo-framework-core/layout/layout.service.mjs +1 -1
  371. package/esm2022/app/eo-framework-core/location/location.service.mjs +1 -1
  372. package/esm2022/app/eo-framework-core/pending-changes/pending-changes-component.interface.mjs +1 -1
  373. package/esm2022/app/eo-framework-core/pending-changes/pending-changes-guard.service.mjs +1 -1
  374. package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +1 -1
  375. package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +1 -1
  376. package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +1 -1
  377. package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +1 -1
  378. package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +1 -1
  379. package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +1 -1
  380. package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +1 -1
  381. package/esm2022/app/eo-framework-core/references/reference.service.mjs +1 -1
  382. package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +1 -1
  383. package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +1 -1
  384. package/esm2022/app/eo-framework-core/search/app-search.service.mjs +6 -2
  385. package/esm2022/app/eo-framework-core/selection/selection.service.mjs +1 -1
  386. package/esm2022/app/eo-framework-core/title/page-title.service.mjs +1 -1
  387. package/esm2022/public_api.mjs +1 -1
  388. package/fesm2022/eo-sdk-client.mjs +966 -614
  389. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  390. package/languages/ar.json +523 -523
  391. package/languages/es.json +523 -523
  392. package/languages/fr.json +523 -523
  393. package/languages/po/ar.po +457 -457
  394. package/languages/pt.json +523 -523
  395. package/languages/temp.pot +928 -928
  396. package/languages/zh.json +523 -523
  397. package/misc/client.properties +1 -1
  398. package/misc/doc-styles/style.css +175 -175
  399. package/misc/scripts/copy-client-assets.js +26 -26
  400. package/misc/scripts/copy-core-styles.js +3 -3
  401. package/misc/scripts/exclude-core-ng-package.js +11 -11
  402. package/misc/scripts/helper.js +64 -64
  403. package/misc/scripts/i18n-apply.js +46 -46
  404. package/misc/scripts/i18n-diff.js +100 -100
  405. package/misc/scripts/injectdocbase.js +7 -7
  406. package/misc/scripts/mvn-deploy.js +66 -66
  407. package/misc/scripts/prebuild-about-state.js +32 -32
  408. package/misc/scripts/preparedist.js +39 -39
  409. package/misc/scripts/zipdist.js +21 -21
  410. package/misc/template.yml +4 -4
  411. package/misc/tsscheme.xml +34 -34
  412. package/package.json +3 -2
  413. package/proxy.config.js +13 -13
  414. package/scss/_ag-grid.scss +59 -59
  415. package/scss/_animation.scss +55 -55
  416. package/scss/_eo-variables.scss +78 -78
  417. package/scss/_form.scss +660 -660
  418. package/scss/_main.scss +394 -394
  419. package/scss/_migrationTemp.scss +28 -27
  420. package/scss/_mixins.scss +201 -201
  421. package/scss/_theme-dark.scss +22 -22
  422. package/scss/_timeline.scss +98 -98
  423. package/scss/_yuuvis-components.scss +40 -40
  424. package/styles.css +1 -0
  425. package/styles.scss +141 -141
  426. package/assets/_default/i18n/de_after.json +0 -1137
@@ -1,585 +1,585 @@
1
- {
2
- "eo.favorites.list.title": "",
3
- "eo.inbox.sort.title": "",
4
- "eo.inbox.sort.date": "",
5
- "eo.inbox.list.title": "",
6
- "eo.notifications.list.title": "",
7
- "eo.notifications.sort.title": "",
8
- "eo.notifications.sort.type": "",
9
- "eo.notifications.sort.due": "",
10
- "eo.search.result.error": "",
11
- "eo.clipboard.paste.resultlist.headline": "",
12
- "eo.prepare.list.title": "",
13
- "eo.prepare.list.item.type.undefined": "",
14
- "eo.state.process": "",
15
- "eo.search.title": "",
16
- "eo.search.query.invalid": "",
17
- "eo.bar.button.settings.title": "",
18
- "eo.state.settings.language.error": "",
19
- "eo.user.service.schema.locale.error.title": "",
20
- "eo.user.service.schema.locale.error.description": "",
21
- "eo.state.settings.presence.error.title": "",
22
- "eo.state.settings.presence.error.description": "",
23
- "eo.state.settings.cache.clear.success": "",
24
- "eo.state.settings.cache.clear.error": "",
25
- "eo.search.title.storedqueries": "",
26
- "eo.versions.list.title": "",
27
- "eo.action.finalize.label": "",
28
- "eo.action.finalize.description": "",
29
- "eo.document.open.error.title": "",
30
- "eo.document.open.error.message": "",
31
- "eo.object.indexdata.save.browsernav": "",
32
- "eo.action.create.resubmission.label": "",
33
- "eo.action.create.resubmission.description": "",
34
- "eo.object.inlinemenu.editresubmission": "",
35
- "eo.object.inlinemenu.addresubmission": "",
36
- "eo.resubmission.field.due": "",
37
- "eo.resubmission.field.info": "",
38
- "eo.resubmission.field.notification.inbox": "",
39
- "eo.resubmission.field.notification.email": "",
40
- "eo.action.create.subscription.label": "",
41
- "eo.action.create.subscription.description": "",
42
- "eo.object.inlinemenu.addsubscription": "",
43
- "eo.subscription.field.info": "",
44
- "eo.subscription.field.notification.inbox": "",
45
- "eo.subscription.field.notification.email": "",
46
- "eo.subscription.field.mode.entries.meta.label": "",
47
- "eo.subscription.field.mode.entries.both.label": "",
48
- "eo.subscription.field.mode.entries.content.label": "",
49
- "eo.action.menu.clipboard.label": "",
50
- "eo.action.menu.clipboard.description": "",
51
- "eo.clipboard.title": "",
52
- "eo.action.menu.clipboard.link.label": "",
53
- "eo.action.menu.clipboard.link.description": "",
54
- "eo.action.menu.clipboard.link.successful": "",
55
- "eo.action.menu.clipboard.link.error": "",
56
- "eo.action.menu.clipboard.file.label": "",
57
- "eo.action.menu.clipboard.file.description": "",
58
- "eo.action.menu.clipboard.file.pdf.label": "",
59
- "eo.action.menu.clipboard.file.pdf.description": "",
60
- "eo.action.menu.clipboard.copy.label": "",
61
- "eo.action.menu.clipboard.copy.description": "",
62
- "eo.action.menu.custom.error.message": "",
63
- "eo.action.clipboard.cut.label": "",
64
- "eo.action.clipboard.cut.description": "",
65
- "eo.action.delete.dms.object.label": "",
66
- "eo.action.delete.dms.object.description": "",
67
- "eo.action.delete.dms.object.done.title": "",
68
- "eo.action.delete.dms.object.done.message": "",
69
- "eo.action.delete.dms.object.error.403": "",
70
- "eo.action.delete.dms.object.error.409": "",
71
- "eo.action.delete.dms.object.error.410": "",
72
- "eo.action.delete.content.label": "",
73
- "eo.action.delete.content.description": "",
74
- "eo.action.delete.content.success": "",
75
- "eo.action.delete.content.error": "",
76
- "eo.action.download.dms.object.content.label": "",
77
- "eo.action.download.dms.object.content.description": "",
78
- "eo.export.title": "",
79
- "eo.export.action.original.label": "",
80
- "eo.export.action.original.description": "",
81
- "eo.export.action.pdf.label": "",
82
- "eo.export.action.pdf.description": "",
83
- "eo.action.menu.email.label": "",
84
- "eo.action.menu.email.description": "",
85
- "eo.email.title": "",
86
- "eo.action.menu.send.email.link.label": "",
87
- "eo.action.menu.send.email.link.description": "",
88
- "eo.action.menu.send.email.file.label": "",
89
- "eo.action.menu.send.email.file.description": "",
90
- "eo.action.menu.send.email.file.pdf.label": "",
91
- "eo.action.menu.send.email.file.pdf.description": "",
92
- "eo.action.delete.favorite.label": "",
93
- "eo.action.delete.favorite.description": "",
94
- "eo.action.create.favorite.label": "",
95
- "eo.action.create.favorite.description": "",
96
- "eo.action.definalize.label": "",
97
- "eo.action.definalize.description": "",
98
- "eo.action.finalize.confirm": "",
99
- "eo.shortcuts.action.open.context": "",
100
- "eo.shortcuts.action.open.context.description": "",
101
- "eo.shortcuts.aside.action.open": "",
102
- "eo.action.menu.edit.document.label": "",
103
- "eo.action.menu.edit.document.description": "",
104
- "eo.action.menu.show.versions.label": "",
105
- "eo.action.menu.show.versions.description": "",
106
- "eo.action.delete.subscription.label": "",
107
- "eo.action.delete.subscription.description": "",
108
- "eo.action.menu.versioning.version.restore.label": "",
109
- "eo.action.menu.versioning.version.restore.description": "",
110
- "eo.action.manage.rights.read.label": "",
111
- "eo.action.manage.rights.read.description": "",
112
- "eo.manage.rights.document.title": "",
113
- "eo.manage.rights.element.label": "",
114
- "eo.manage.rights.folder.title": "",
115
- "eo.manage.rights.message": "",
116
- "eo.manage.rights.message.notshared": "",
117
- "eo.action.unlock.label": "",
118
- "eo.action.unlock.description": "",
119
- "eo.action.update.resubmission.label": "",
120
- "eo.action.update.resubmission.description": "",
121
- "eo.process.started": "",
122
- "eo.add.prepare.fail.title": "",
123
- "eo.add.prepare.fail.msg": "",
124
- "eo.add.title.location.common": "",
125
- "eo.add.title.location": "",
126
- "eo.bar.button.search.tooltip": "",
127
- "eo.bar.button.file.tooltip": "",
128
- "eo.bar.button.execute.actions.tooltip": "",
129
- "eo.bar.button.favorites.tooltip": "",
130
- "eo.bar.button.prepare.tooltip": "",
131
- "eo.bar.button.inbox.tooltip": "",
132
- "eo.bar.button.user.profile.title": "",
133
- "eo.inbox.notification.title": "",
134
- "eo.inbox.notification.body": "",
135
- "eo.process.started.fail": "",
136
- "eo.search.agg.time.span.since": "",
137
- "eo.search.agg.time.span.until": "",
138
- "eo.search.storedquery.save.success": "",
139
- "eo.search.storedquery.save.error": "",
140
- "eo.form.property.organization.request.error.title": "",
141
- "eo.form.property.organization.request.error.msg": "",
142
- "eo.shortcuts.general.title": "",
143
- "eo.shortcuts.action.add": "",
144
- "eo.shortcuts.action.search": "",
145
- "eo.shortcuts.action.logout": "",
146
- "eo.shortcuts.action.adjust.view": "",
147
- "eo.shortcuts.nav.title": "",
148
- "eo.shortcuts.action.dashboard": "",
149
- "eo.shortcuts.action.inbox": "",
150
- "eo.shortcuts.action.intray": "",
151
- "eo.shortcuts.action.favorites": "",
152
- "eo.shortcuts.action.settings": "",
153
- "eo.column.config.info.type.context": "",
154
- "eo.column.config.info.type": "",
155
- "eo.column.config.info.fulltext": "",
156
- "eo.resultlist.grid.filterOoo": "",
157
- "eo.process.task.actions.default.title": "",
158
- "eo.process.details.workitem.load.fail": "",
159
- "eo.process.details.workitem.load.fail.description": "",
160
- "eo.bpm.event.script.execution.error": "",
161
- "eo.process.activity.lock.denied": "",
162
- "eo.process.activity.unlock.denied": "",
163
- "eo.bpm.activity.forward.success": "",
164
- "eo.bpm.activity.forward.error": "",
165
- "eo.process.file.notification.error": "",
166
- "eo.process.file.notification.add.message": "",
167
- "eo.process.file.notification.remove": "",
168
- "eo.process.file.notification.remove.message": "",
169
- "eo.bpm.activity.indexdata.save.success": "",
170
- "eo.bpm.activity.indexdata.save.error": "",
171
- "eo.inbox.activity.confirm.success": "",
172
- "eo.process.item.remove.fail": "",
173
- "eo.favorite.dialog.input.error.title": "",
174
- "eo.favorite.dialog.input.error.message": "",
175
- "eo.favorite.icon.tooltip.add": "",
176
- "eo.favorite.icon.tooltip.remove": "",
177
- "eo.object.lock": "",
178
- "eo.shortcuts.eo-object-details.title": "",
179
- "eo.object.subscription.icon.tooltip.allChanges": "",
180
- "eo.object.subscription.icon.tooltip.meta": "",
181
- "eo.object.subscription.icon.tooltip.content": "",
182
- "eo.references.open.resultlist": "",
183
- "eo.shortcuts.form.title": "",
184
- "eo.shortcuts.form.action.save": "",
185
- "eo.shortcuts.form.action.reset": "",
186
- "eo.shortcuts.form.action.edit": "",
187
- "eo.object.indexdata.save.success": "",
188
- "eo.object.indexdata.save.error": "",
189
- "eo.form.element.tag.ex": "",
190
- "eo.form.element.tag.df": "",
191
- "eo.unique.validation.error.hint": "",
192
- "eo.prepare.created.error.title": "",
193
- "eo.prepare.created.error.message": "",
194
- "eo.prepare.template.error.title": "",
195
- "eo.prepare.template.error.message": "",
196
- "eo.upload.global.error.title": "",
197
- "eo.upload.global.error.description": "",
198
- "eo.prepare.location.title.sysroot": "",
199
- "eo.prepare.location.title.prefix": "",
200
- "eo.prepare.details.type.title": "",
201
- "eo.prepare.details.type.subtitle": "",
202
- "eo.prepare.details.content.subtitle": "",
203
- "eo.prepare.details.indexdata.subtitle": "",
204
- "eo.password.reset.success": "",
205
- "eo.password.reset.error.password.title": "",
206
- "eo.password.reset.error.old.password.message": "",
207
- "eo.password.reset.error.new.password.message": "",
208
- "eo.storedquery.roles": "",
209
- "eo.search.storedqueries.new.title": "",
210
- "eo.search.storedquery.delete.error": "",
211
- "eo.storedquery.search.term": "",
212
- "eo.storedquery.restriction.type": "",
213
- "eo.storedquery.share.title": "",
214
- "eo.storedquery.sharedfor.title": "",
215
- "eo.storedquery.favor.title": "",
216
- "eo.storedquery.favoredfor.title": "",
217
- "eo.bar.button.copy.tooltip": "",
218
- "eo.bar.button.cut.tooltip": "",
219
- "eo.action.clipboard.move.error": "",
220
- "eo.clipboard.paste.label": "",
221
- "eo.clipboard.move.not.allowed": "",
222
- "eo.action.clipboard.copy.error": "",
223
- "eo.clipboard.copy.not.allowed": "",
224
- "eo.help.about.claim": "",
225
- "eo.help.about.product.label": "",
226
- "eo.help.about.client.version.label": "",
227
- "eo.help.about.producer.label": "",
228
- "eo.help.about.producer.text": "",
229
- "eo.help.license.title": "",
230
- "eo.help.license.intro": "",
231
- "eo.dashboard.info.inbox.msg": "",
232
- "eo.dashboard.info.intray.msg": "",
233
- "eo.quicksearch.hits": "",
234
- "eo.quicksearch.reults.empty": "",
235
- "eo.quicksearch.result.group.global": "",
236
- "eo.sidebar.navigation.storedqueries": "",
237
- "eo.dashboard.modified.title": "",
238
- "eo.list.refresh": "",
239
- "eo.list.filter": "",
240
- "eo.favorites.filter.title": "",
241
- "eo.favorites.filter.section.objecttype": "",
242
- "eo.list.sort": "",
243
- "eo.object.actions.title": "",
244
- "eo.favorite.details.item.gone.remove": "",
245
- "eo.inbox.filter.title": "",
246
- "eo.inbox.filter.section.type": "",
247
- "eo.state.login.username": "",
248
- "eo.state.login.password": "",
249
- "eo.state.login.tenant": "",
250
- "eo.state.login.msg.invalid": "",
251
- "eo.state.login.host": "",
252
- "eo.state.login.submit": "",
253
- "eo.notifications.filter.title": "",
254
- "eo.notifications.filter.section.title": "",
255
- "eo.notifications.filter.section.objecttype": "",
256
- "eo.notifications.list.subtitle": "",
257
- "eo.notifications.details.item.gone.remove": "",
258
- "eo.notifications.details.item.gone.remove.subscriptions": "",
259
- "eo.state.object.tree.filter.label": "",
260
- "eo.state.object.tree.references.tooltip": "",
261
- "eo.state.object.tree.error": "",
262
- "eo.state.object.tree.title": "",
263
- "eo.state.object.tree.references": "",
264
- "eo.timeline.filter.action": "",
265
- "eo.prepare.list.title.sub": "",
266
- "eo.prepare.details.item.gone.remove": "",
267
- "eo.state.process.filter.labels.model": "",
268
- "eo.state.process.filter.labels.running": "",
269
- "eo.state.process.filter.labels.paused": "",
270
- "eo.state.process.filter.labels.created": "",
271
- "eo.state.process.filter.labels.canceled": "",
272
- "eo.state.process.filter.labels.failed": "",
273
- "eo.state.process.filter.labels.completed": "",
274
- "eo.state.process.filter.labels.starttime": "",
275
- "eo.sort.asc": "",
276
- "eo.sort.desc": "",
277
- "eo.state.process.sort.clear": "",
278
- "eo.filter.by": "",
279
- "eo.sort.by": "",
280
- "eo.grid.sort.date": "",
281
- "eo.process.sort.type": "",
282
- "eo.password.reset": "",
283
- "eo.state.settings.roles": "",
284
- "eo.state.settings.config.cache.system": "",
285
- "eo.state.settings.config.cache.history": "",
286
- "eo.state.settings.config.cache.layout": "",
287
- "eo.state.settings.presence.present": "",
288
- "eo.state.settings.presence.absent": "",
289
- "eo.state.settings.deputies": "",
290
- "eo.state.settings.deputies.label": "",
291
- "eo.state.settings.deputies.cancel": "",
292
- "eo.state.settings.deputies.save": "",
293
- "eo.state.settings.deputies.subsituteof.label": "",
294
- "eo.state.settings.language": "",
295
- "eo.state.settings.language.client": "",
296
- "eo.state.settings.language.schema": "",
297
- "eo.state.settings.permission": "",
298
- "eo.state.settings.others": "",
299
- "eo.state.settings.agent": "",
300
- "eo.state.settings.agent.use": "",
301
- "eo.state.settings.lock": "",
302
- "eo.state.settings.lock.enable": "",
303
- "eo.state.settings.lock.disable": "",
304
- "eo.state.settings.lock.ask": "",
305
- "eo.state.settings.cache": "",
306
- "eo.state.settings.cache.clear": "",
307
- "eo.folder.filter.title": "",
308
- "eo.folder.filter.section.objecttype": "",
309
- "eo.versions.filter.title": "",
310
- "eo.versions.list.users": "",
311
- "eo.versions.list.types": "",
312
- "eo.action.not.available": "",
313
- "eo.actions.sticky.title": "",
314
- "eo.actions.sticky.title.sub.selection": "",
315
- "eo.actions.sticky.title.sub.for": "",
316
- "eo.actions.group.common": "",
317
- "eo.actions.group.further_actions": "",
318
- "eo.export.cancel": "",
319
- "eo.form.property.required": "",
320
- "eo.resubmission.error.msg": "",
321
- "eo.resubmission.error.msg.date": "",
322
- "eo.resubmission.cancel": "",
323
- "eo.resubmission.delete": "",
324
- "eo.resubmission.apply": "",
325
- "eo.resubmission.add": "",
326
- "eo.subscription.field.mode.label": "",
327
- "eo.subscription.error.msg": "",
328
- "eo.subscription.cancel": "",
329
- "eo.subscription.add": "",
330
- "eo.action.delete.dms.object.confirm.message": "",
331
- "eo.action.delete.dms.object.confirm.context.folder.title": "",
332
- "eo.action.delete.dms.object.error.retention.title": "",
333
- "eo.checkout.cancel": "",
334
- "eo.checkout.message": "",
335
- "eo.checkout.yes": "",
336
- "eo.checkout.no": "",
337
- "eo.manage.rights.folder.include.documents.label": "",
338
- "eo.manage.rights.cancel": "",
339
- "eo.manage.rights.apply": "",
340
- "eo.object.indexdata.form.invalid": "",
341
- "eo.object.indexdata.reset": "",
342
- "eo.executable.processes.execute": "",
343
- "eo.add.title.location.subfolder": "",
344
- "eo.add.empty.root.types": "",
345
- "eo.bar.button.logout.title": "",
346
- "eo.bar.button.layout.title": "",
347
- "eo.bar.button.layout.remember": "",
348
- "eo.search.mode.expert": "",
349
- "eo.search.mode.expert.close": "",
350
- "eo.search.clear.search": "",
351
- "eo.search.close": "",
352
- "eo.search.restrict.type": "",
353
- "eo.search.type.abstract": "",
354
- "eo.search.agg.time.span": "",
355
- "eo.search.agg.createdby": "",
356
- "eo.search.agg.modifiedby": "",
357
- "eo.search.restrict.filename": "",
358
- "eo.search.restrict.creation": "",
359
- "eo.search.restrict.modification": "",
360
- "eo.search.restrict.file": "",
361
- "eo.search.group.general": "",
362
- "eo.search": "",
363
- "eo.search.submit": "",
364
- "{{'eo.search.group.general'}}": "",
365
- "eo.search.aside.summary.storedquery": "",
366
- "eo.search.aside.summary": "",
367
- "eo.search.aside.summary.term": "",
368
- "eo.search.aside.summary.contextfoldertypes": "",
369
- "eo.search.aside.summary.types": "",
370
- "eo.search.storedquery.close": "",
371
- "eo.search.storedquery.update": "",
372
- "eo.search.save": "",
373
- "eo.search.reset": "",
374
- "eo.search.summary.empty": "",
375
- "eo.search.mode.expert.result.empty": "",
376
- "eo.sidebar.navigation.favorites": "",
377
- "eo.sidebar.navigation.inbox": "",
378
- "eo.sidebar.navigation.prepare": "",
379
- "eo.sidebar.navigation.process": "",
380
- "eo.sidebar.navigation.notifications": "",
381
- "eo.sidebar.help.about.tooltip": "",
382
- "eo.status.404.title": "",
383
- "eo.status.404.description": "",
384
- "eo.datepicker.calendar.select": "",
385
- "eo.form.property.dynamic.list.empty": "",
386
- "eo.form.input.null": "",
387
- "eo.references.deleted": "",
388
- "eo.references.not.available": "",
389
- "eo.references.search": "",
390
- "eo.references.add": "",
391
- "eo.object.details": "",
392
- "eo.references.search.contextfolder": "",
393
- "eo.search.result.term": "",
394
- "eo.clipboard.type.copy": "",
395
- "eo.cta.button.select.all": "",
396
- "eo.cta.button.add": "",
397
- "eo.form.property.organization.error.usernotfound": "",
398
- "eo.password.reset.toogle.icon": "",
399
- "eo.app.init.fail.title": "",
400
- "eo.app.init.fail.message": "",
401
- "eo.column.config.title": "",
402
- "eo.column.config.action.resetdefault": "",
403
- "eo.column.config.action.close": "",
404
- "eo.column.config.action.save.default": "",
405
- "eo.column.config.action.save": "",
406
- "eo.column.config.headline.current": "",
407
- "eo.column.config.pinned": "",
408
- "eo.column.config.sort": "",
409
- "eo.column.config.headline.available": "",
410
- "eo.sort.clear": "",
411
- "eo.resultlist.grid.searchOoo": "",
412
- "eo.resultlist.grid.selectAll": "",
413
- "eo.reset.filter": "",
414
- "eo.search.result.hits": "",
415
- "eo.process.task.overdue": "",
416
- "eo.process.task.due": "",
417
- "eo.process.details.tab.task": "",
418
- "eo.process.details.tab.progress": "",
419
- "eo.process.details.tab.attachments": "",
420
- "eo.process.details.tab.task.description": "",
421
- "eo.object.preview.not.supported": "",
422
- "eo.favorite.icon.dialog.title": "",
423
- "eo.favorite.icon.dialog.input.label": "",
424
- "eo.favorite.icon.dialog.cancel": "",
425
- "eo.favorite.icon.dialog.save": "",
426
- "eo.versions.detail.glue.tooltip": "",
427
- "eo.object.details.actions.title": "",
428
- "eo.object.reference.tooltip": "",
429
- "eo.object.reference.open": "",
430
- "eo.object.contentlink.tooltip": "",
431
- "eo.object.contentlink": "",
432
- "eo.object.resubmission.tooltip": "",
433
- "eo.object.finalized.tooltip": "",
434
- "eo.object.summary.title": "",
435
- "eo.object.indexdata.title": "",
436
- "eo.object.content.title": "",
437
- "eo.object.history.title": "",
438
- "eo.object.links.title": "",
439
- "eo.object.changes.title": "",
440
- "eo.bpm.nodmsobject": "",
441
- "eo.object.history.filter.modification": "",
442
- "eo.object.history.filter.process": "",
443
- "eo.object.history.filter.informational": "",
444
- "eo.object.history.version": "",
445
- "eo.timeline.empty": "",
446
- "eo.object.history.workflowprocess": "",
447
- "eo.object.history.activity": "",
448
- "eo.references.object.notfound": "",
449
- "eo.references.to.label": "",
450
- "eo.references.from.label": "",
451
- "eo.object.indexdata.save.conflict.dialog.title": "",
452
- "eo.object.indexdata.save": "",
453
- "eo.object.indexdata.save.cancel": "",
454
- "eo.object.indexdata.save.changes": "",
455
- "eo.form.table.options.btn.open": "",
456
- "eo.form.table.options.btn.fit": "",
457
- "eo.form.table.options.btn.csv": "",
458
- "eo.form.table.options.btn.add": "",
459
- "eo.form.table.options.btn.cancel": "",
460
- "eo.form.table.options.checkbox.new.title": "",
461
- "eo.form.table.options.btn.delete": "",
462
- "eo.form.table.options.confirm.delete": "",
463
- "eo.form.table.options.indicator.new": "",
464
- "eo.form.table.options.checkbox.new": "",
465
- "eo.form.table.options.btn.copy": "",
466
- "eo.form.table.options.btn.save": "",
467
- "eo.form.table.options.btn.ok": "",
468
- "eo.form.property.daterange.invalid": "",
469
- "eo.form.property.numberrange.invalid": "",
470
- "eo.form.property.number": "",
471
- "{{formElementRef.errors.precision.translateKey}}": "",
472
- "{{formElementRef.errors.scale.translateKey}}": "",
473
- "eo.form.property.string.regex.nomatch": "",
474
- "eo.form.property.string.error.classification.email": "",
475
- "eo.form.property.string.error.classification.url": "",
476
- "eo.form.property.string.error.whitespaces": "",
477
- "eo.form.property.date.invalid": "",
478
- "eo.form.property.codesystem.value.invalid": "",
479
- "eo.form.property.maxlength": "",
480
- "eo.form.property.minlength": "",
481
- "eo.form.property.idreference.deleted": "",
482
- "eo.form.property.orgobject.deleted": "",
483
- "eo.state.object.frontpage.lastchanges": "",
484
- "eo.state.object.frontpage.lastseen": "",
485
- "eo.state.object.frontpage.title": "",
486
- "eo.prepare.content.existscount.message": "",
487
- "eo.prepare.template.filter.text.title": "",
488
- "eo.prepare.template.filter.set.title": "",
489
- "eo.prepare.details.delete.dialog.title": "",
490
- "eo.prepare.details.delete.dialog.message": "",
491
- "eo.prepare.details.delete.content.dialog.title": "",
492
- "eo.prepare.details.delete.content.dialog.message": "",
493
- "eo.prepare.template.abort": "",
494
- "eo.prepare.template.select": "",
495
- "eo.prepare.save": "",
496
- "eo.prepare.saveopen": "",
497
- "eo.prepare.details.type.empty": "",
498
- "eo.prepare.details.type.notallowed": "",
499
- "eo.prepare.details.contents.title": "",
500
- "eo.prepare.template.list.title": "",
501
- "eo.prepare.attachment.info": "",
502
- "eo.prepare.attachment.upload.title": "",
503
- "eo.prepare.attachment.upload.desc": "",
504
- "eo.prepare.attachment.template.title": "",
505
- "eo.prepare.attachment.template.desc": "",
506
- "eo.prepare.attachment.nofile.title": "",
507
- "eo.prepare.attachment.nofile.desc": "",
508
- "eo.prepare.details.delete.dialog.cancel": "",
509
- "eo.prepare.details.delete.dialog.ok": "",
510
- ".title": "",
511
- "eo.process.file.add.label": "",
512
- "eo.bpm.dmsobject.notavailable": "",
513
- "eo.quicksearch.label": "",
514
- "eo.search.suggest": "",
515
- "eo.resultlist.export.csv": "",
516
- "eo.search.objecttype.form.context": "",
517
- "eo.password.reset.current-password": "",
518
- "eo.password.reset.new-password": "",
519
- "eo.password.reset.confirm-password": "",
520
- "eo.password.reset.error.same.password": "",
521
- "eo.password.reset.error.matiching.password": "",
522
- "eo.password.reset.error.new.password.short": "",
523
- "eo.password.reset.error.new.password.number": "",
524
- "eo.password.reset.error.new.password.specialchars": "",
525
- "eo.password.reset.confirm-button": "",
526
- "eo.shortcuts.title": "",
527
- "eo.storedquery.share.sharedwith": "",
528
- "eo.storedquery.share.cancel": "",
529
- "eo.storedquery.share.ok": "",
530
- "eo.storedquery.action.delete": "",
531
- "eo.storedquery.load": "",
532
- "eo.storedquery.action.edit": "",
533
- "eo.storedquery.run": "",
534
- "eo.storedquery.action.cancel": "",
535
- "eo.storedquery.action.save": "",
536
- "eo.storedquery.res.count.label": "",
537
- "eo.versions.details.label": "",
538
- "eo.tabcontainer.arrange": "",
539
- "eo.error.structure.tree.not.available": "",
540
- "eo.clipboard.type.cut": "",
541
- "eo.clipboard.more": "",
542
- "eo.clipboard.paste.as.contentlink.label": "",
543
- "eo.form.table.dialog.preview.hide": "",
544
- "eo.form.table.dialog.preview.show": "",
545
- "eo.indexdata.summary.no.change": "",
546
- "eo.indexdata.summary.more": "",
547
- "eo.global.baseparam.modified": "",
548
- "eo.global.baseparam.modifier": "",
549
- "eo.global.baseparam.created": "",
550
- "eo.global.baseparam.creator": "",
551
- "eo.object.summary.version": "",
552
- "eo.global.baseparam.filename": "",
553
- "eo.global.baseparam.filesize": "",
554
- "eo.global.baseparam.mimegroup": "",
555
- "eo.global.baseparam.mimetype": "",
556
- "eo.global.baseparam.id": "",
557
- "eo.global.baseparam.contentId": "",
558
- "eo.state.settings.storageinfo": "",
559
- "eo.global.baseparam.digest": "",
560
- "eo.object.storageinfo.retention": "",
561
- "eo.object.storageinfo.permanence": "",
562
- "eo.object.storageinfo.setname": "",
563
- "eo.object.storageinfo.storagename": "",
564
- "eo.object.storageinfo.location": "",
565
- "eo.search.scope.all.label": "",
566
- "eo.search.scope.content.label": "",
567
- "eo.search.scope.indexdata.label": "",
568
- "eo.upload.global.context.title": "",
569
- "eo.upload.global.headline": "",
570
- "eo.upload.global.choose.title": "",
571
- "eo.upload.global.choose.message": "",
572
- "eo.upload.global.cancel": "",
573
- "eo.upload.global.choose.single": "",
574
- "eo.upload.global.choose.multi": "",
575
- "eo.upload.global.invalid.title": "",
576
- "eo.upload.global.invalid.message": "",
577
- "eo.upload.global.close": "",
578
- "eo.upload.global.notarget.title": "",
579
- "eo.upload.global.notarget.message": "",
580
- "eo.upload.global.target": "",
581
- "eo.upload.global.root.title": "",
582
- "eo.upload.global.root.description": "",
583
- "eo.upload.global.object.title": "",
584
- "eo.upload.global.object.title.nocontent": ""
1
+ {
2
+ "eo.favorites.list.title": "",
3
+ "eo.inbox.sort.title": "",
4
+ "eo.inbox.sort.date": "",
5
+ "eo.inbox.list.title": "",
6
+ "eo.notifications.list.title": "",
7
+ "eo.notifications.sort.title": "",
8
+ "eo.notifications.sort.type": "",
9
+ "eo.notifications.sort.due": "",
10
+ "eo.search.result.error": "",
11
+ "eo.clipboard.paste.resultlist.headline": "",
12
+ "eo.prepare.list.title": "",
13
+ "eo.prepare.list.item.type.undefined": "",
14
+ "eo.state.process": "",
15
+ "eo.search.title": "",
16
+ "eo.search.query.invalid": "",
17
+ "eo.bar.button.settings.title": "",
18
+ "eo.state.settings.language.error": "",
19
+ "eo.user.service.schema.locale.error.title": "",
20
+ "eo.user.service.schema.locale.error.description": "",
21
+ "eo.state.settings.presence.error.title": "",
22
+ "eo.state.settings.presence.error.description": "",
23
+ "eo.state.settings.cache.clear.success": "",
24
+ "eo.state.settings.cache.clear.error": "",
25
+ "eo.search.title.storedqueries": "",
26
+ "eo.versions.list.title": "",
27
+ "eo.action.finalize.label": "",
28
+ "eo.action.finalize.description": "",
29
+ "eo.document.open.error.title": "",
30
+ "eo.document.open.error.message": "",
31
+ "eo.object.indexdata.save.browsernav": "",
32
+ "eo.action.create.resubmission.label": "",
33
+ "eo.action.create.resubmission.description": "",
34
+ "eo.object.inlinemenu.editresubmission": "",
35
+ "eo.object.inlinemenu.addresubmission": "",
36
+ "eo.resubmission.field.due": "",
37
+ "eo.resubmission.field.info": "",
38
+ "eo.resubmission.field.notification.inbox": "",
39
+ "eo.resubmission.field.notification.email": "",
40
+ "eo.action.create.subscription.label": "",
41
+ "eo.action.create.subscription.description": "",
42
+ "eo.object.inlinemenu.addsubscription": "",
43
+ "eo.subscription.field.info": "",
44
+ "eo.subscription.field.notification.inbox": "",
45
+ "eo.subscription.field.notification.email": "",
46
+ "eo.subscription.field.mode.entries.meta.label": "",
47
+ "eo.subscription.field.mode.entries.both.label": "",
48
+ "eo.subscription.field.mode.entries.content.label": "",
49
+ "eo.action.menu.clipboard.label": "",
50
+ "eo.action.menu.clipboard.description": "",
51
+ "eo.clipboard.title": "",
52
+ "eo.action.menu.clipboard.link.label": "",
53
+ "eo.action.menu.clipboard.link.description": "",
54
+ "eo.action.menu.clipboard.link.successful": "",
55
+ "eo.action.menu.clipboard.link.error": "",
56
+ "eo.action.menu.clipboard.file.label": "",
57
+ "eo.action.menu.clipboard.file.description": "",
58
+ "eo.action.menu.clipboard.file.pdf.label": "",
59
+ "eo.action.menu.clipboard.file.pdf.description": "",
60
+ "eo.action.menu.clipboard.copy.label": "",
61
+ "eo.action.menu.clipboard.copy.description": "",
62
+ "eo.action.menu.custom.error.message": "",
63
+ "eo.action.clipboard.cut.label": "",
64
+ "eo.action.clipboard.cut.description": "",
65
+ "eo.action.delete.dms.object.label": "",
66
+ "eo.action.delete.dms.object.description": "",
67
+ "eo.action.delete.dms.object.done.title": "",
68
+ "eo.action.delete.dms.object.done.message": "",
69
+ "eo.action.delete.dms.object.error.403": "",
70
+ "eo.action.delete.dms.object.error.409": "",
71
+ "eo.action.delete.dms.object.error.410": "",
72
+ "eo.action.delete.content.label": "",
73
+ "eo.action.delete.content.description": "",
74
+ "eo.action.delete.content.success": "",
75
+ "eo.action.delete.content.error": "",
76
+ "eo.action.download.dms.object.content.label": "",
77
+ "eo.action.download.dms.object.content.description": "",
78
+ "eo.export.title": "",
79
+ "eo.export.action.original.label": "",
80
+ "eo.export.action.original.description": "",
81
+ "eo.export.action.pdf.label": "",
82
+ "eo.export.action.pdf.description": "",
83
+ "eo.action.menu.email.label": "",
84
+ "eo.action.menu.email.description": "",
85
+ "eo.email.title": "",
86
+ "eo.action.menu.send.email.link.label": "",
87
+ "eo.action.menu.send.email.link.description": "",
88
+ "eo.action.menu.send.email.file.label": "",
89
+ "eo.action.menu.send.email.file.description": "",
90
+ "eo.action.menu.send.email.file.pdf.label": "",
91
+ "eo.action.menu.send.email.file.pdf.description": "",
92
+ "eo.action.delete.favorite.label": "",
93
+ "eo.action.delete.favorite.description": "",
94
+ "eo.action.create.favorite.label": "",
95
+ "eo.action.create.favorite.description": "",
96
+ "eo.action.definalize.label": "",
97
+ "eo.action.definalize.description": "",
98
+ "eo.action.finalize.confirm": "",
99
+ "eo.shortcuts.action.open.context": "",
100
+ "eo.shortcuts.action.open.context.description": "",
101
+ "eo.shortcuts.aside.action.open": "",
102
+ "eo.action.menu.edit.document.label": "",
103
+ "eo.action.menu.edit.document.description": "",
104
+ "eo.action.menu.show.versions.label": "",
105
+ "eo.action.menu.show.versions.description": "",
106
+ "eo.action.delete.subscription.label": "",
107
+ "eo.action.delete.subscription.description": "",
108
+ "eo.action.menu.versioning.version.restore.label": "",
109
+ "eo.action.menu.versioning.version.restore.description": "",
110
+ "eo.action.manage.rights.read.label": "",
111
+ "eo.action.manage.rights.read.description": "",
112
+ "eo.manage.rights.document.title": "",
113
+ "eo.manage.rights.element.label": "",
114
+ "eo.manage.rights.folder.title": "",
115
+ "eo.manage.rights.message": "",
116
+ "eo.manage.rights.message.notshared": "",
117
+ "eo.action.unlock.label": "",
118
+ "eo.action.unlock.description": "",
119
+ "eo.action.update.resubmission.label": "",
120
+ "eo.action.update.resubmission.description": "",
121
+ "eo.process.started": "",
122
+ "eo.add.prepare.fail.title": "",
123
+ "eo.add.prepare.fail.msg": "",
124
+ "eo.add.title.location.common": "",
125
+ "eo.add.title.location": "",
126
+ "eo.bar.button.search.tooltip": "",
127
+ "eo.bar.button.file.tooltip": "",
128
+ "eo.bar.button.execute.actions.tooltip": "",
129
+ "eo.bar.button.favorites.tooltip": "",
130
+ "eo.bar.button.prepare.tooltip": "",
131
+ "eo.bar.button.inbox.tooltip": "",
132
+ "eo.bar.button.user.profile.title": "",
133
+ "eo.inbox.notification.title": "",
134
+ "eo.inbox.notification.body": "",
135
+ "eo.process.started.fail": "",
136
+ "eo.search.agg.time.span.since": "",
137
+ "eo.search.agg.time.span.until": "",
138
+ "eo.search.storedquery.save.success": "",
139
+ "eo.search.storedquery.save.error": "",
140
+ "eo.form.property.organization.request.error.title": "",
141
+ "eo.form.property.organization.request.error.msg": "",
142
+ "eo.shortcuts.general.title": "",
143
+ "eo.shortcuts.action.add": "",
144
+ "eo.shortcuts.action.search": "",
145
+ "eo.shortcuts.action.logout": "",
146
+ "eo.shortcuts.action.adjust.view": "",
147
+ "eo.shortcuts.nav.title": "",
148
+ "eo.shortcuts.action.dashboard": "",
149
+ "eo.shortcuts.action.inbox": "",
150
+ "eo.shortcuts.action.intray": "",
151
+ "eo.shortcuts.action.favorites": "",
152
+ "eo.shortcuts.action.settings": "",
153
+ "eo.column.config.info.type.context": "",
154
+ "eo.column.config.info.type": "",
155
+ "eo.column.config.info.fulltext": "",
156
+ "eo.resultlist.grid.filterOoo": "",
157
+ "eo.process.task.actions.default.title": "",
158
+ "eo.process.details.workitem.load.fail": "",
159
+ "eo.process.details.workitem.load.fail.description": "",
160
+ "eo.bpm.event.script.execution.error": "",
161
+ "eo.process.activity.lock.denied": "",
162
+ "eo.process.activity.unlock.denied": "",
163
+ "eo.bpm.activity.forward.success": "",
164
+ "eo.bpm.activity.forward.error": "",
165
+ "eo.process.file.notification.error": "",
166
+ "eo.process.file.notification.add.message": "",
167
+ "eo.process.file.notification.remove": "",
168
+ "eo.process.file.notification.remove.message": "",
169
+ "eo.bpm.activity.indexdata.save.success": "",
170
+ "eo.bpm.activity.indexdata.save.error": "",
171
+ "eo.inbox.activity.confirm.success": "",
172
+ "eo.process.item.remove.fail": "",
173
+ "eo.favorite.dialog.input.error.title": "",
174
+ "eo.favorite.dialog.input.error.message": "",
175
+ "eo.favorite.icon.tooltip.add": "",
176
+ "eo.favorite.icon.tooltip.remove": "",
177
+ "eo.object.lock": "",
178
+ "eo.shortcuts.eo-object-details.title": "",
179
+ "eo.object.subscription.icon.tooltip.allChanges": "",
180
+ "eo.object.subscription.icon.tooltip.meta": "",
181
+ "eo.object.subscription.icon.tooltip.content": "",
182
+ "eo.references.open.resultlist": "",
183
+ "eo.shortcuts.form.title": "",
184
+ "eo.shortcuts.form.action.save": "",
185
+ "eo.shortcuts.form.action.reset": "",
186
+ "eo.shortcuts.form.action.edit": "",
187
+ "eo.object.indexdata.save.success": "",
188
+ "eo.object.indexdata.save.error": "",
189
+ "eo.form.element.tag.ex": "",
190
+ "eo.form.element.tag.df": "",
191
+ "eo.unique.validation.error.hint": "",
192
+ "eo.prepare.created.error.title": "",
193
+ "eo.prepare.created.error.message": "",
194
+ "eo.prepare.template.error.title": "",
195
+ "eo.prepare.template.error.message": "",
196
+ "eo.upload.global.error.title": "",
197
+ "eo.upload.global.error.description": "",
198
+ "eo.prepare.location.title.sysroot": "",
199
+ "eo.prepare.location.title.prefix": "",
200
+ "eo.prepare.details.type.title": "",
201
+ "eo.prepare.details.type.subtitle": "",
202
+ "eo.prepare.details.content.subtitle": "",
203
+ "eo.prepare.details.indexdata.subtitle": "",
204
+ "eo.password.reset.success": "",
205
+ "eo.password.reset.error.password.title": "",
206
+ "eo.password.reset.error.old.password.message": "",
207
+ "eo.password.reset.error.new.password.message": "",
208
+ "eo.storedquery.roles": "",
209
+ "eo.search.storedqueries.new.title": "",
210
+ "eo.search.storedquery.delete.error": "",
211
+ "eo.storedquery.search.term": "",
212
+ "eo.storedquery.restriction.type": "",
213
+ "eo.storedquery.share.title": "",
214
+ "eo.storedquery.sharedfor.title": "",
215
+ "eo.storedquery.favor.title": "",
216
+ "eo.storedquery.favoredfor.title": "",
217
+ "eo.bar.button.copy.tooltip": "",
218
+ "eo.bar.button.cut.tooltip": "",
219
+ "eo.action.clipboard.move.error": "",
220
+ "eo.clipboard.paste.label": "",
221
+ "eo.clipboard.move.not.allowed": "",
222
+ "eo.action.clipboard.copy.error": "",
223
+ "eo.clipboard.copy.not.allowed": "",
224
+ "eo.help.about.claim": "",
225
+ "eo.help.about.product.label": "",
226
+ "eo.help.about.client.version.label": "",
227
+ "eo.help.about.producer.label": "",
228
+ "eo.help.about.producer.text": "",
229
+ "eo.help.license.title": "",
230
+ "eo.help.license.intro": "",
231
+ "eo.dashboard.info.inbox.msg": "",
232
+ "eo.dashboard.info.intray.msg": "",
233
+ "eo.quicksearch.hits": "",
234
+ "eo.quicksearch.reults.empty": "",
235
+ "eo.quicksearch.result.group.global": "",
236
+ "eo.sidebar.navigation.storedqueries": "",
237
+ "eo.dashboard.modified.title": "",
238
+ "eo.list.refresh": "",
239
+ "eo.list.filter": "",
240
+ "eo.favorites.filter.title": "",
241
+ "eo.favorites.filter.section.objecttype": "",
242
+ "eo.list.sort": "",
243
+ "eo.object.actions.title": "",
244
+ "eo.favorite.details.item.gone.remove": "",
245
+ "eo.inbox.filter.title": "",
246
+ "eo.inbox.filter.section.type": "",
247
+ "eo.state.login.username": "",
248
+ "eo.state.login.password": "",
249
+ "eo.state.login.tenant": "",
250
+ "eo.state.login.msg.invalid": "",
251
+ "eo.state.login.host": "",
252
+ "eo.state.login.submit": "",
253
+ "eo.notifications.filter.title": "",
254
+ "eo.notifications.filter.section.title": "",
255
+ "eo.notifications.filter.section.objecttype": "",
256
+ "eo.notifications.list.subtitle": "",
257
+ "eo.notifications.details.item.gone.remove": "",
258
+ "eo.notifications.details.item.gone.remove.subscriptions": "",
259
+ "eo.state.object.tree.filter.label": "",
260
+ "eo.state.object.tree.references.tooltip": "",
261
+ "eo.state.object.tree.error": "",
262
+ "eo.state.object.tree.title": "",
263
+ "eo.state.object.tree.references": "",
264
+ "eo.timeline.filter.action": "",
265
+ "eo.prepare.list.title.sub": "",
266
+ "eo.prepare.details.item.gone.remove": "",
267
+ "eo.state.process.filter.labels.model": "",
268
+ "eo.state.process.filter.labels.running": "",
269
+ "eo.state.process.filter.labels.paused": "",
270
+ "eo.state.process.filter.labels.created": "",
271
+ "eo.state.process.filter.labels.canceled": "",
272
+ "eo.state.process.filter.labels.failed": "",
273
+ "eo.state.process.filter.labels.completed": "",
274
+ "eo.state.process.filter.labels.starttime": "",
275
+ "eo.sort.asc": "",
276
+ "eo.sort.desc": "",
277
+ "eo.state.process.sort.clear": "",
278
+ "eo.filter.by": "",
279
+ "eo.sort.by": "",
280
+ "eo.grid.sort.date": "",
281
+ "eo.process.sort.type": "",
282
+ "eo.password.reset": "",
283
+ "eo.state.settings.roles": "",
284
+ "eo.state.settings.config.cache.system": "",
285
+ "eo.state.settings.config.cache.history": "",
286
+ "eo.state.settings.config.cache.layout": "",
287
+ "eo.state.settings.presence.present": "",
288
+ "eo.state.settings.presence.absent": "",
289
+ "eo.state.settings.deputies": "",
290
+ "eo.state.settings.deputies.label": "",
291
+ "eo.state.settings.deputies.cancel": "",
292
+ "eo.state.settings.deputies.save": "",
293
+ "eo.state.settings.deputies.subsituteof.label": "",
294
+ "eo.state.settings.language": "",
295
+ "eo.state.settings.language.client": "",
296
+ "eo.state.settings.language.schema": "",
297
+ "eo.state.settings.permission": "",
298
+ "eo.state.settings.others": "",
299
+ "eo.state.settings.agent": "",
300
+ "eo.state.settings.agent.use": "",
301
+ "eo.state.settings.lock": "",
302
+ "eo.state.settings.lock.enable": "",
303
+ "eo.state.settings.lock.disable": "",
304
+ "eo.state.settings.lock.ask": "",
305
+ "eo.state.settings.cache": "",
306
+ "eo.state.settings.cache.clear": "",
307
+ "eo.folder.filter.title": "",
308
+ "eo.folder.filter.section.objecttype": "",
309
+ "eo.versions.filter.title": "",
310
+ "eo.versions.list.users": "",
311
+ "eo.versions.list.types": "",
312
+ "eo.action.not.available": "",
313
+ "eo.actions.sticky.title": "",
314
+ "eo.actions.sticky.title.sub.selection": "",
315
+ "eo.actions.sticky.title.sub.for": "",
316
+ "eo.actions.group.common": "",
317
+ "eo.actions.group.further_actions": "",
318
+ "eo.export.cancel": "",
319
+ "eo.form.property.required": "",
320
+ "eo.resubmission.error.msg": "",
321
+ "eo.resubmission.error.msg.date": "",
322
+ "eo.resubmission.cancel": "",
323
+ "eo.resubmission.delete": "",
324
+ "eo.resubmission.apply": "",
325
+ "eo.resubmission.add": "",
326
+ "eo.subscription.field.mode.label": "",
327
+ "eo.subscription.error.msg": "",
328
+ "eo.subscription.cancel": "",
329
+ "eo.subscription.add": "",
330
+ "eo.action.delete.dms.object.confirm.message": "",
331
+ "eo.action.delete.dms.object.confirm.context.folder.title": "",
332
+ "eo.action.delete.dms.object.error.retention.title": "",
333
+ "eo.checkout.cancel": "",
334
+ "eo.checkout.message": "",
335
+ "eo.checkout.yes": "",
336
+ "eo.checkout.no": "",
337
+ "eo.manage.rights.folder.include.documents.label": "",
338
+ "eo.manage.rights.cancel": "",
339
+ "eo.manage.rights.apply": "",
340
+ "eo.object.indexdata.form.invalid": "",
341
+ "eo.object.indexdata.reset": "",
342
+ "eo.executable.processes.execute": "",
343
+ "eo.add.title.location.subfolder": "",
344
+ "eo.add.empty.root.types": "",
345
+ "eo.bar.button.logout.title": "",
346
+ "eo.bar.button.layout.title": "",
347
+ "eo.bar.button.layout.remember": "",
348
+ "eo.search.mode.expert": "",
349
+ "eo.search.mode.expert.close": "",
350
+ "eo.search.clear.search": "",
351
+ "eo.search.close": "",
352
+ "eo.search.restrict.type": "",
353
+ "eo.search.type.abstract": "",
354
+ "eo.search.agg.time.span": "",
355
+ "eo.search.agg.createdby": "",
356
+ "eo.search.agg.modifiedby": "",
357
+ "eo.search.restrict.filename": "",
358
+ "eo.search.restrict.creation": "",
359
+ "eo.search.restrict.modification": "",
360
+ "eo.search.restrict.file": "",
361
+ "eo.search.group.general": "",
362
+ "eo.search": "",
363
+ "eo.search.submit": "",
364
+ "{{'eo.search.group.general'}}": "",
365
+ "eo.search.aside.summary.storedquery": "",
366
+ "eo.search.aside.summary": "",
367
+ "eo.search.aside.summary.term": "",
368
+ "eo.search.aside.summary.contextfoldertypes": "",
369
+ "eo.search.aside.summary.types": "",
370
+ "eo.search.storedquery.close": "",
371
+ "eo.search.storedquery.update": "",
372
+ "eo.search.save": "",
373
+ "eo.search.reset": "",
374
+ "eo.search.summary.empty": "",
375
+ "eo.search.mode.expert.result.empty": "",
376
+ "eo.sidebar.navigation.favorites": "",
377
+ "eo.sidebar.navigation.inbox": "",
378
+ "eo.sidebar.navigation.prepare": "",
379
+ "eo.sidebar.navigation.process": "",
380
+ "eo.sidebar.navigation.notifications": "",
381
+ "eo.sidebar.help.about.tooltip": "",
382
+ "eo.status.404.title": "",
383
+ "eo.status.404.description": "",
384
+ "eo.datepicker.calendar.select": "",
385
+ "eo.form.property.dynamic.list.empty": "",
386
+ "eo.form.input.null": "",
387
+ "eo.references.deleted": "",
388
+ "eo.references.not.available": "",
389
+ "eo.references.search": "",
390
+ "eo.references.add": "",
391
+ "eo.object.details": "",
392
+ "eo.references.search.contextfolder": "",
393
+ "eo.search.result.term": "",
394
+ "eo.clipboard.type.copy": "",
395
+ "eo.cta.button.select.all": "",
396
+ "eo.cta.button.add": "",
397
+ "eo.form.property.organization.error.usernotfound": "",
398
+ "eo.password.reset.toogle.icon": "",
399
+ "eo.app.init.fail.title": "",
400
+ "eo.app.init.fail.message": "",
401
+ "eo.column.config.title": "",
402
+ "eo.column.config.action.resetdefault": "",
403
+ "eo.column.config.action.close": "",
404
+ "eo.column.config.action.save.default": "",
405
+ "eo.column.config.action.save": "",
406
+ "eo.column.config.headline.current": "",
407
+ "eo.column.config.pinned": "",
408
+ "eo.column.config.sort": "",
409
+ "eo.column.config.headline.available": "",
410
+ "eo.sort.clear": "",
411
+ "eo.resultlist.grid.searchOoo": "",
412
+ "eo.resultlist.grid.selectAll": "",
413
+ "eo.reset.filter": "",
414
+ "eo.search.result.hits": "",
415
+ "eo.process.task.overdue": "",
416
+ "eo.process.task.due": "",
417
+ "eo.process.details.tab.task": "",
418
+ "eo.process.details.tab.progress": "",
419
+ "eo.process.details.tab.attachments": "",
420
+ "eo.process.details.tab.task.description": "",
421
+ "eo.object.preview.not.supported": "",
422
+ "eo.favorite.icon.dialog.title": "",
423
+ "eo.favorite.icon.dialog.input.label": "",
424
+ "eo.favorite.icon.dialog.cancel": "",
425
+ "eo.favorite.icon.dialog.save": "",
426
+ "eo.versions.detail.glue.tooltip": "",
427
+ "eo.object.details.actions.title": "",
428
+ "eo.object.reference.tooltip": "",
429
+ "eo.object.reference.open": "",
430
+ "eo.object.contentlink.tooltip": "",
431
+ "eo.object.contentlink": "",
432
+ "eo.object.resubmission.tooltip": "",
433
+ "eo.object.finalized.tooltip": "",
434
+ "eo.object.summary.title": "",
435
+ "eo.object.indexdata.title": "",
436
+ "eo.object.content.title": "",
437
+ "eo.object.history.title": "",
438
+ "eo.object.links.title": "",
439
+ "eo.object.changes.title": "",
440
+ "eo.bpm.nodmsobject": "",
441
+ "eo.object.history.filter.modification": "",
442
+ "eo.object.history.filter.process": "",
443
+ "eo.object.history.filter.informational": "",
444
+ "eo.object.history.version": "",
445
+ "eo.timeline.empty": "",
446
+ "eo.object.history.workflowprocess": "",
447
+ "eo.object.history.activity": "",
448
+ "eo.references.object.notfound": "",
449
+ "eo.references.to.label": "",
450
+ "eo.references.from.label": "",
451
+ "eo.object.indexdata.save.conflict.dialog.title": "",
452
+ "eo.object.indexdata.save": "",
453
+ "eo.object.indexdata.save.cancel": "",
454
+ "eo.object.indexdata.save.changes": "",
455
+ "eo.form.table.options.btn.open": "",
456
+ "eo.form.table.options.btn.fit": "",
457
+ "eo.form.table.options.btn.csv": "",
458
+ "eo.form.table.options.btn.add": "",
459
+ "eo.form.table.options.btn.cancel": "",
460
+ "eo.form.table.options.checkbox.new.title": "",
461
+ "eo.form.table.options.btn.delete": "",
462
+ "eo.form.table.options.confirm.delete": "",
463
+ "eo.form.table.options.indicator.new": "",
464
+ "eo.form.table.options.checkbox.new": "",
465
+ "eo.form.table.options.btn.copy": "",
466
+ "eo.form.table.options.btn.save": "",
467
+ "eo.form.table.options.btn.ok": "",
468
+ "eo.form.property.daterange.invalid": "",
469
+ "eo.form.property.numberrange.invalid": "",
470
+ "eo.form.property.number": "",
471
+ "{{formElementRef.errors.precision.translateKey}}": "",
472
+ "{{formElementRef.errors.scale.translateKey}}": "",
473
+ "eo.form.property.string.regex.nomatch": "",
474
+ "eo.form.property.string.error.classification.email": "",
475
+ "eo.form.property.string.error.classification.url": "",
476
+ "eo.form.property.string.error.whitespaces": "",
477
+ "eo.form.property.date.invalid": "",
478
+ "eo.form.property.codesystem.value.invalid": "",
479
+ "eo.form.property.maxlength": "",
480
+ "eo.form.property.minlength": "",
481
+ "eo.form.property.idreference.deleted": "",
482
+ "eo.form.property.orgobject.deleted": "",
483
+ "eo.state.object.frontpage.lastchanges": "",
484
+ "eo.state.object.frontpage.lastseen": "",
485
+ "eo.state.object.frontpage.title": "",
486
+ "eo.prepare.content.existscount.message": "",
487
+ "eo.prepare.template.filter.text.title": "",
488
+ "eo.prepare.template.filter.set.title": "",
489
+ "eo.prepare.details.delete.dialog.title": "",
490
+ "eo.prepare.details.delete.dialog.message": "",
491
+ "eo.prepare.details.delete.content.dialog.title": "",
492
+ "eo.prepare.details.delete.content.dialog.message": "",
493
+ "eo.prepare.template.abort": "",
494
+ "eo.prepare.template.select": "",
495
+ "eo.prepare.save": "",
496
+ "eo.prepare.saveopen": "",
497
+ "eo.prepare.details.type.empty": "",
498
+ "eo.prepare.details.type.notallowed": "",
499
+ "eo.prepare.details.contents.title": "",
500
+ "eo.prepare.template.list.title": "",
501
+ "eo.prepare.attachment.info": "",
502
+ "eo.prepare.attachment.upload.title": "",
503
+ "eo.prepare.attachment.upload.desc": "",
504
+ "eo.prepare.attachment.template.title": "",
505
+ "eo.prepare.attachment.template.desc": "",
506
+ "eo.prepare.attachment.nofile.title": "",
507
+ "eo.prepare.attachment.nofile.desc": "",
508
+ "eo.prepare.details.delete.dialog.cancel": "",
509
+ "eo.prepare.details.delete.dialog.ok": "",
510
+ ".title": "",
511
+ "eo.process.file.add.label": "",
512
+ "eo.bpm.dmsobject.notavailable": "",
513
+ "eo.quicksearch.label": "",
514
+ "eo.search.suggest": "",
515
+ "eo.resultlist.export.csv": "",
516
+ "eo.search.objecttype.form.context": "",
517
+ "eo.password.reset.current-password": "",
518
+ "eo.password.reset.new-password": "",
519
+ "eo.password.reset.confirm-password": "",
520
+ "eo.password.reset.error.same.password": "",
521
+ "eo.password.reset.error.matiching.password": "",
522
+ "eo.password.reset.error.new.password.short": "",
523
+ "eo.password.reset.error.new.password.number": "",
524
+ "eo.password.reset.error.new.password.specialchars": "",
525
+ "eo.password.reset.confirm-button": "",
526
+ "eo.shortcuts.title": "",
527
+ "eo.storedquery.share.sharedwith": "",
528
+ "eo.storedquery.share.cancel": "",
529
+ "eo.storedquery.share.ok": "",
530
+ "eo.storedquery.action.delete": "",
531
+ "eo.storedquery.load": "",
532
+ "eo.storedquery.action.edit": "",
533
+ "eo.storedquery.run": "",
534
+ "eo.storedquery.action.cancel": "",
535
+ "eo.storedquery.action.save": "",
536
+ "eo.storedquery.res.count.label": "",
537
+ "eo.versions.details.label": "",
538
+ "eo.tabcontainer.arrange": "",
539
+ "eo.error.structure.tree.not.available": "",
540
+ "eo.clipboard.type.cut": "",
541
+ "eo.clipboard.more": "",
542
+ "eo.clipboard.paste.as.contentlink.label": "",
543
+ "eo.form.table.dialog.preview.hide": "",
544
+ "eo.form.table.dialog.preview.show": "",
545
+ "eo.indexdata.summary.no.change": "",
546
+ "eo.indexdata.summary.more": "",
547
+ "eo.global.baseparam.modified": "",
548
+ "eo.global.baseparam.modifier": "",
549
+ "eo.global.baseparam.created": "",
550
+ "eo.global.baseparam.creator": "",
551
+ "eo.object.summary.version": "",
552
+ "eo.global.baseparam.filename": "",
553
+ "eo.global.baseparam.filesize": "",
554
+ "eo.global.baseparam.mimegroup": "",
555
+ "eo.global.baseparam.mimetype": "",
556
+ "eo.global.baseparam.id": "",
557
+ "eo.global.baseparam.contentId": "",
558
+ "eo.state.settings.storageinfo": "",
559
+ "eo.global.baseparam.digest": "",
560
+ "eo.object.storageinfo.retention": "",
561
+ "eo.object.storageinfo.permanence": "",
562
+ "eo.object.storageinfo.setname": "",
563
+ "eo.object.storageinfo.storagename": "",
564
+ "eo.object.storageinfo.location": "",
565
+ "eo.search.scope.all.label": "",
566
+ "eo.search.scope.content.label": "",
567
+ "eo.search.scope.indexdata.label": "",
568
+ "eo.upload.global.context.title": "",
569
+ "eo.upload.global.headline": "",
570
+ "eo.upload.global.choose.title": "",
571
+ "eo.upload.global.choose.message": "",
572
+ "eo.upload.global.cancel": "",
573
+ "eo.upload.global.choose.single": "",
574
+ "eo.upload.global.choose.multi": "",
575
+ "eo.upload.global.invalid.title": "",
576
+ "eo.upload.global.invalid.message": "",
577
+ "eo.upload.global.close": "",
578
+ "eo.upload.global.notarget.title": "",
579
+ "eo.upload.global.notarget.message": "",
580
+ "eo.upload.global.target": "",
581
+ "eo.upload.global.root.title": "",
582
+ "eo.upload.global.root.description": "",
583
+ "eo.upload.global.object.title": "",
584
+ "eo.upload.global.object.title.nocontent": ""
585
585
  }