@eo-sdk/client 11.7.0-beta.1 → 11.7.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.
- package/LICENSE +21 -21
- package/README.md +35 -35
- package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
- package/app/eo-framework/actions/action.module.d.ts +15 -13
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/custom-actions/custom-actions.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts +4 -3
- package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts +23 -0
- package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/organization/organization.component.d.ts +1 -0
- package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.component.d.ts +7 -0
- package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +3 -2
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +13 -4
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-history/object-history.component.d.ts +3 -2
- package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +50 -0
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.d.ts +10 -0
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.d.ts.map +1 -0
- package/app/eo-framework-core/search/app-search.service.d.ts +12 -1
- package/app/eo-framework-core/search/app-search.service.d.ts.map +1 -1
- package/assets/_default/README.md +2 -2
- package/assets/_default/config/extend.json +6 -6
- package/assets/_default/config/main.json +44 -44
- package/assets/_default/fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg +765 -765
- package/assets/_default/fonts/roboto_light_macroman/Roboto-Light-webfont.svg +818 -818
- package/assets/_default/fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg +765 -765
- package/assets/_default/fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg +795 -795
- package/assets/_default/i18n/de.json +1133 -1130
- package/assets/_default/i18n/en.json +1133 -1130
- package/assets/_default/i18n/po/de.po +310 -310
- package/assets/_default/i18n/po/en.po +310 -310
- package/assets/_default/svg/ic_delete_sweep.svg +3 -3
- package/assets/_default/svg/ic_emoticon-cool.svg +1 -1
- package/assets/_default/svg/ic_kitt-loader.svg +1 -1
- package/assets/_default/svg/ic_link.svg +6 -6
- package/assets/_default/svg/ic_not_listed_location.svg +4 -4
- package/assets/_default/theme/theme.css +13 -13
- package/assets/dashboard.json +47 -47
- package/assets/i18n/temp.json +584 -584
- package/assets/i18n/temp.pot +1753 -1753
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +13 -17
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/eo-client-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/eo-client.module.mjs +1 -1
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +14 -14
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -18
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox.types.enum.mjs +1 -1
- package/esm2022/app/eo-client/inbox-state/inbox-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +1 -1
- package/esm2022/app/eo-client/index.mjs +1 -1
- package/esm2022/app/eo-client/login/login.component.mjs +3 -3
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +16 -16
- package/esm2022/app/eo-client/notifications-state/notifications-state.interface.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- package/esm2022/app/eo-client/object-state/object-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.interface.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.service.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state.module.mjs +1 -1
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +14 -14
- package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +1 -1
- package/esm2022/app/eo-client/process-state/filter-label.mjs +1 -1
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +22 -22
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +16 -16
- package/esm2022/app/eo-client/result-state/result-state.component.mjs +3 -3
- package/esm2022/app/eo-client/settings/agent-lock-settings.enum.mjs +1 -1
- package/esm2022/app/eo-client/settings/settings.component.mjs +3 -3
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +14 -14
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +16 -16
- package/esm2022/app/eo-framework/accordion/accordion.module.mjs +1 -1
- package/esm2022/app/eo-framework/accordion/index.mjs +1 -1
- package/esm2022/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action-target.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action.module.mjs +8 -4
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/copy-action/copy-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -1
- package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/download-action/download-object-action/download-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-context-action/open-context-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +7 -4
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature.model.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-action.mjs +3 -4
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.mjs +43 -0
- package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +2 -2
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/index.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action-list-entry.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action.interface.mjs +1 -1
- package/esm2022/app/eo-framework/actions/selection-range.enum.mjs +1 -1
- package/esm2022/app/eo-framework/animations/animations.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +25 -5
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.interface.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-shell-routing.module.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/index.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/component/cta.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/cta.module.mjs +1 -1
- package/esm2022/app/eo-framework/cta/index.mjs +1 -1
- package/esm2022/app/eo-framework/eo-framework.module.mjs +1 -1
- package/esm2022/app/eo-framework/error/error.module.mjs +1 -1
- package/esm2022/app/eo-framework/error/error404/error404.component.mjs +3 -3
- package/esm2022/app/eo-framework/error/index.mjs +1 -1
- package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/date.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +8 -3
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +5 -5
- package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/form-input/input-focus/input-focus.directive.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/animation/reference-finder.animation.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/interface/reference-finder.interface.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/service/reference-finder.service.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/index.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/number/number.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +27 -18
- package/esm2022/app/eo-framework/form-elements/password/password.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +3 -3
- package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/column-configurator/column-configurator.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/empty/empty.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/abstract-filter.component.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filters.interface.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/pagination/pagination.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.mjs +21 -21
- package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/services/list-settings.service.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/total-count/total-count.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +1 -1
- package/esm2022/app/eo-framework/grid/filters/list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/grid-filter.model.mjs +1 -1
- package/esm2022/app/eo-framework/grid/grid.component.mjs +36 -10
- package/esm2022/app/eo-framework/grid/grid.module.mjs +1 -1
- package/esm2022/app/eo-framework/grid/index.mjs +1 -1
- package/esm2022/app/eo-framework/grid/loader.interface.mjs +1 -1
- package/esm2022/app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component.mjs +3 -3
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/index.mjs +1 -1
- package/esm2022/app/eo-framework/list-container/index.mjs +1 -1
- package/esm2022/app/eo-framework/list-container/list-container.component.mjs +3 -3
- package/esm2022/app/eo-framework/list-container/list-container.module.mjs +1 -1
- package/esm2022/app/eo-framework/media/content-preview.service.mjs +1 -1
- package/esm2022/app/eo-framework/media/index.mjs +1 -1
- package/esm2022/app/eo-framework/media/media.component.mjs +9 -5
- package/esm2022/app/eo-framework/media/media.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/index.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +30 -15
- package/esm2022/app/eo-framework/object-details/object-details.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +11 -6
- package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/form-status-changed-event.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/index.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +12 -12
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-validation/form-validation.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-control-wrapper.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-control.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form.model.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/index.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugin.component.mjs +15 -15
- package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugin.service.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugins.module.mjs +1 -1
- package/esm2022/app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component.mjs +3 -3
- package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +10 -10
- package/esm2022/app/eo-framework/process/details/process-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/history/process-history.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/process-file/file-entry-permissions.interface.mjs +1 -1
- package/esm2022/app/eo-framework/process/process-file/process-file.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.module.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/index.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search-result.interface.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/quick-search/quick-search.module.mjs +1 -1
- package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/index.mjs +1 -1
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +9 -4
- package/esm2022/app/eo-framework/result-list/result-list.module.mjs +1 -1
- package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/change-password/change-password.interface.mjs +1 -1
- package/esm2022/app/eo-framework/settings/index.mjs +1 -1
- package/esm2022/app/eo-framework/settings/permissions/permissions.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/settings.module.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcut-action.interface.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcut-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/index.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcut.interface.mjs +4 -4
- package/esm2022/app/eo-framework/shortcuts/shortcuts.directive.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/index.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-type-filter.enum.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query.interface.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query.module.mjs +1 -1
- package/esm2022/app/eo-framework/tree/index.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.module.mjs +1 -1
- package/esm2022/app/eo-framework/ui/animations/panel-loading.animation.mjs +1 -1
- package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +1 -1
- package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/index.mjs +1 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry.interface.mjs +1 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +140 -7
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.mjs +2 -0
- package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +7 -7
- package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/query-scope-select/query-scope-select.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/router-link/router-link.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/ui.module.mjs +1 -1
- package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +1 -1
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +1 -1
- package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +1 -1
- package/esm2022/app/eo-framework/util/index.mjs +1 -1
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +1 -1
- package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +1 -1
- package/esm2022/app/eo-framework/util/util.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/agent/agent.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/agent/agent.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +6 -6
- package/esm2022/app/eo-framework-core/api/model/dms-object.api.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/api/plugins.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/empty-state/empty-state.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/empty-state/empty-state.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/error-handler/error-keys.mjs +1 -1
- package/esm2022/app/eo-framework-core/index.mjs +1 -1
- package/esm2022/app/eo-framework-core/layout/layout.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/location/location.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/references/reference.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/search/app-search.service.mjs +30 -5
- package/esm2022/app/eo-framework-core/selection/selection.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/title/page-title.service.mjs +1 -1
- package/esm2022/public_api.mjs +1 -1
- package/fesm2022/eo-sdk-client.mjs +803 -1194
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/languages/ar.json +523 -523
- package/languages/es.json +523 -523
- package/languages/fr.json +523 -523
- package/languages/po/ar.po +457 -457
- package/languages/pt.json +523 -523
- package/languages/temp.pot +928 -928
- package/languages/zh.json +523 -523
- package/misc/client.properties +1 -1
- package/misc/doc-styles/style.css +175 -175
- package/misc/scripts/copy-client-assets.js +26 -26
- package/misc/scripts/copy-core-styles.js +3 -3
- package/misc/scripts/exclude-core-ng-package.js +11 -11
- package/misc/scripts/helper.js +64 -64
- package/misc/scripts/i18n-apply.js +46 -46
- package/misc/scripts/i18n-diff.js +100 -100
- package/misc/scripts/injectdocbase.js +7 -7
- package/misc/scripts/mvn-deploy.js +66 -66
- package/misc/scripts/prebuild-about-state.js +32 -32
- package/misc/scripts/preparedist.js +39 -39
- package/misc/scripts/zipdist.js +21 -21
- package/misc/template.yml +4 -4
- package/misc/tsscheme.xml +34 -34
- package/package.json +3 -3
- package/proxy.config.js +13 -0
- package/scss/_ag-grid.scss +59 -59
- package/scss/_animation.scss +55 -55
- package/scss/_eo-variables.scss +78 -78
- package/scss/_form.scss +660 -660
- package/scss/_main.scss +394 -394
- package/scss/_migrationTemp.scss +28 -27
- package/scss/_mixins.scss +201 -201
- package/scss/_theme-dark.scss +22 -22
- package/scss/_timeline.scss +98 -98
- package/scss/_yuuvis-components.scss +40 -40
- package/styles.css +1 -0
- package/styles.scss +141 -141
- package/app/eo-framework/grid/row-grouping/batchRemover.d.ts +0 -13
- package/app/eo-framework/grid/row-grouping/batchRemover.d.ts.map +0 -1
- package/app/eo-framework/grid/row-grouping/group-stage.d.ts +0 -45
- package/app/eo-framework/grid/row-grouping/group-stage.d.ts.map +0 -1
- package/app/eo-framework/grid/row-grouping/row-grouping.module.d.ts +0 -8
- package/app/eo-framework/grid/row-grouping/row-grouping.module.d.ts.map +0 -1
- package/assets/_default/i18n/de_after.json +0 -1137
- package/esm2022/app/eo-framework/grid/row-grouping/batchRemover.mjs +0 -50
- package/esm2022/app/eo-framework/grid/row-grouping/group-stage.mjs +0 -623
- package/esm2022/app/eo-framework/grid/row-grouping/row-grouping.module.mjs +0 -8
- package/proxy.config.json +0 -97
package/languages/fr.json
CHANGED
|
@@ -1,523 +1,523 @@
|
|
|
1
|
-
{
|
|
2
|
-
"eo.stored.queries.list.empty": "No queries available",
|
|
3
|
-
"eo.action.delete.dms.object.confirm.context.folder.title": "This context folder '{{folder}}' contains {{count}} objects. Are you sure you want to delete this context folder and objects?",
|
|
4
|
-
"eo.prepare.list.item.file": "file",
|
|
5
|
-
"eo.prepare.list.item.files": "files",
|
|
6
|
-
"eo.state.settings.deputies.label": "My substitutes",
|
|
7
|
-
"eo.state.settings.deputies.cancel": "Cancel",
|
|
8
|
-
"eo.state.settings.deputies.save": "Save",
|
|
9
|
-
"eo.state.settings.deputies.subsituteof.label": "I'm substitute of",
|
|
10
|
-
"eo.form.element.tag.ex": "extracted from contents",
|
|
11
|
-
"eo.form.element.tag.df": "default value",
|
|
12
|
-
"eo.search.storedquery.save.success": "The stored query was updated",
|
|
13
|
-
"eo.storedquery.share.sharedwith": "shared with",
|
|
14
|
-
"eo.storedquery.share.cancel": "Interrompre",
|
|
15
|
-
"eo.storedquery.share.ok": "Reprendre",
|
|
16
|
-
"eo.sidebar.navigation.storedqueries": "Recherches enregistrées",
|
|
17
|
-
"eo.inbox.activity.confirm.success": "The task was confirmed",
|
|
18
|
-
"eo.bpm.activity.forward.success": "The task was forwarded",
|
|
19
|
-
"eo.object.history.filter.process": "Activités",
|
|
20
|
-
"eo.object.history.filter.modification": "Modifications",
|
|
21
|
-
"eo.object.history.filter.informational": "Général",
|
|
22
|
-
"eo.object.content.title": "Contenu",
|
|
23
|
-
"eo.indexdata.summary.more": "More information",
|
|
24
|
-
"eo.shortcuts.nav.title": "Navigation",
|
|
25
|
-
"eo.shortcuts.action.add": "Create objects",
|
|
26
|
-
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
27
|
-
"eo.shortcuts.action.inbox": "Boîte de réception",
|
|
28
|
-
"eo.shortcuts.action.intray": "Boîte d'archivage",
|
|
29
|
-
"eo.shortcuts.action.favorites": "Favoris",
|
|
30
|
-
"eo.shortcuts.action.settings": "Paramètres",
|
|
31
|
-
"eo.shortcuts.action.search": "Rechercher",
|
|
32
|
-
"eo.shortcuts.action.logout": "Déconnecter",
|
|
33
|
-
"eo.shortcuts.eo-page.title": "Page",
|
|
34
|
-
"eo.shortcuts.eo-page.action.undock": "Undock",
|
|
35
|
-
"eo.state.object.tree.filter.label": "Filtrer",
|
|
36
|
-
"eo.user.service.schema.locale.error.title": "Object defninitions locale",
|
|
37
|
-
"eo.user.service.schema.locale.error.description": "Object defninitions locale could not be changed. Maybe you are not connected to the server.",
|
|
38
|
-
"eo.global.number.separator.decimal": ".",
|
|
39
|
-
"eo.process.details.workitem.load.fail": "Could not load task",
|
|
40
|
-
"eo.process.item.remove.fail": "",
|
|
41
|
-
"eo.shortcuts.eo-object-details.title": "Object",
|
|
42
|
-
"eo.shortcuts.action.open.context": "Ouvert dans le contexte",
|
|
43
|
-
"eo.shortcuts.action.open.context.description": "Ouvre l'objet dans son contexte",
|
|
44
|
-
"eo.shortcuts.aside.action.open": "Ouvrir",
|
|
45
|
-
"eo.shortcuts.form.title": "Form",
|
|
46
|
-
"eo.shortcuts.form.action.save": "Enregistrer",
|
|
47
|
-
"eo.shortcuts.form.action.reset": "Réinitialiser",
|
|
48
|
-
"eo.shortcuts.form.action.edit": "Traiter",
|
|
49
|
-
"eo.tabcontainer.order.question": "Do you want to save the order?",
|
|
50
|
-
"eo.tabcontainer.order.success": "Order saved",
|
|
51
|
-
"eo.state.login.username": "Username",
|
|
52
|
-
"eo.state.login.password": "Password",
|
|
53
|
-
"eo.state.login.msg.invalid": "The provided credentials are invalid. Please review your inputs.",
|
|
54
|
-
"eo.state.login.host": "Host",
|
|
55
|
-
"eo.state.login.submit": "Login",
|
|
56
|
-
"eo.state.object.tree.error": "Folder structure could not be loaded",
|
|
57
|
-
"eo.state.object.frontpage.created": "created on",
|
|
58
|
-
"eo.state.object.frontpage.doccount": "{{doccount}} documents",
|
|
59
|
-
"eo.state.object.frontpage.filesize": "Total size {{filesize}}",
|
|
60
|
-
"eo.state.object.frontpage.lastchanges": "Last changes",
|
|
61
|
-
"eo.state.settings.permission": "Permissions",
|
|
62
|
-
"eo.search.mode.expert": "Expert Mode",
|
|
63
|
-
"eo.search.mode.expert.close": "Exit Expert Mode",
|
|
64
|
-
"eo.search.aside.summary.storedquery": "Stored query",
|
|
65
|
-
"eo.search.aside.summary": "Your query",
|
|
66
|
-
"eo.search.aside.summary.term": "Critère de recherche",
|
|
67
|
-
"eo.search.aside.summary.types": "Target types",
|
|
68
|
-
"eo.search.storedquery.close": "Close",
|
|
69
|
-
"eo.search.storedquery.update": "Save changes",
|
|
70
|
-
"eo.search.storedquery.save.error": "Query could not be saved",
|
|
71
|
-
"eo.search.storedquery.delete.error": "Query could not be deleted",
|
|
72
|
-
"eo.storedquery.load": "Open in search dialog",
|
|
73
|
-
"eo.storedquery.run": "Execute query",
|
|
74
|
-
"eo.storedquery.action.edit": "Edit Query",
|
|
75
|
-
"eo.storedquery.action.delete": "Supprimer",
|
|
76
|
-
"eo.search.summary.empty": "Vous n'avez pas encore entré de paramètres de recherche",
|
|
77
|
-
"eo.search.mode.expert.result.empty": "Votre recherche n'a donné aucun résultat",
|
|
78
|
-
"eo.search.mode.expert.intro": "In expert mode you can run complex search queries",
|
|
79
|
-
"eo.search.mode.expert.support.baseparams": "Baseparameters",
|
|
80
|
-
"eo.search.mode.expert.support.group": "Groupe",
|
|
81
|
-
"eo.search.mode.expert.support.type": "Type",
|
|
82
|
-
"eo.search.mode.expert.support.field": "Field",
|
|
83
|
-
"eo.object.links.title": "Links",
|
|
84
|
-
"eo.form.property.dynamic.list.empty": "Aucune entrée",
|
|
85
|
-
"eo.process.task.due": "Due on {{date}}",
|
|
86
|
-
"eo.process.task.continue": "In order to continue, you need to accept this task",
|
|
87
|
-
"eo.object.summary.title": "Aperçu",
|
|
88
|
-
"eo.object.actions.title": "Open action menu",
|
|
89
|
-
"eo.object.content.donwload.title": "Download",
|
|
90
|
-
"eo.object.content.edit.title": "Edit",
|
|
91
|
-
"eo.global.baseparam.filename": "Fichier de document",
|
|
92
|
-
"eo.global.baseparam.filesize": "Taille de fichier",
|
|
93
|
-
"eo.global.baseparam.modified": "Traité",
|
|
94
|
-
"eo.global.baseparam.modifier": "Personne en charge",
|
|
95
|
-
"eo.global.baseparam.created": "Créé",
|
|
96
|
-
"eo.global.baseparam.creator": "Créateur",
|
|
97
|
-
"eo.form.property.daterange.invalid": "Please enter a valid date range",
|
|
98
|
-
"eo.form.property.numberrange.invalid": "Please enter a valid number range",
|
|
99
|
-
"eo.form.property.date.invalid": "Please enter a valid date",
|
|
100
|
-
"eo.form.property.codesystem.value.invalid": "The field should only contain values from the catalog",
|
|
101
|
-
"eo.object.preview.attachments": "Attachments",
|
|
102
|
-
"eo.quicksearch.label": "Que cherchez-vous",
|
|
103
|
-
"eo.shortcuts.title": "Application actions",
|
|
104
|
-
"eo.clipboard.more": "and {{moreCount}} additional objects",
|
|
105
|
-
"eo.clipboard.clear": "Clear",
|
|
106
|
-
"eo.clipboard.type.copy": "Copier",
|
|
107
|
-
"eo.clipboard.type.cut": "Cut",
|
|
108
|
-
"eo.upload.global.headline": "Télécharger des fichiers",
|
|
109
|
-
"eo.upload.global.context.title": "Add to context",
|
|
110
|
-
"eo.notifications.filter.section.objecttype": "Objekttyp",
|
|
111
|
-
"eo.state.object.list.error": "Es sind keine Informationen vorhanden.",
|
|
112
|
-
"eo.notifications.filter.section.title": "Type",
|
|
113
|
-
"eo.state.process.filter.running": "Running processe",
|
|
114
|
-
"eo.state.process.filter.completed": "Ended processes",
|
|
115
|
-
"eo.state.process.filter.error": "Erroneous processes",
|
|
116
|
-
"eo.state.process.filter.suspended": "Pending processes",
|
|
117
|
-
"eo.process.filter.title": "Filter Processes",
|
|
118
|
-
"eo.process.filter.section.status": "Status",
|
|
119
|
-
"eo.grid.sort.title": "Titre",
|
|
120
|
-
"eo.grid.sort.date": "Date",
|
|
121
|
-
"eo.process.sort.status": "Status",
|
|
122
|
-
"eo.process.sort.type":"Type",
|
|
123
|
-
"eo.process.file.title.undefined": "Title is undefined!",
|
|
124
|
-
"eo.process.file.description.undefined": "Description is undefined!",
|
|
125
|
-
"eo.status.404.description": "L'objet n'a pas pu être chargé.",
|
|
126
|
-
"eo.process.filter.section.type": "Type",
|
|
127
|
-
"eo.favorites.list.empty": "Vous n'avez encore ajouté aucun favori.",
|
|
128
|
-
"eo.notifications.list.empty": "Ni les abonnements, ni les resoumissions ne sont actuellement paramétrés.",
|
|
129
|
-
"eo.process.list.empty": "Aucun processus existant",
|
|
130
|
-
"eo.resultlist.grid.filter.placeholder.process": "Filtering process data",
|
|
131
|
-
"eo.list.refresh":"Refresh",
|
|
132
|
-
"eo.list.filter":"Open filter",
|
|
133
|
-
"eo.list.sort":"Open sorting",
|
|
134
|
-
"eo.bar.button.layout.title":"Configure view areas",
|
|
135
|
-
"eo.bar.button.user.profile.title": "User profile",
|
|
136
|
-
"eo.bar.button.execute.actions.tooltip": "Start process",
|
|
137
|
-
"eo.storedquery.share.title": "Share",
|
|
138
|
-
"eo.storedquery.shared.title": "Shared by me",
|
|
139
|
-
"eo.storedquery.sharedfor.title": "Shared for me",
|
|
140
|
-
"eo.storedquery.favor.title": "Favor",
|
|
141
|
-
"eo.storedquery.favored.title": "Favored by me",
|
|
142
|
-
"eo.storedquery.favoredfor.title": "Favored for me",
|
|
143
|
-
"eo.notifications.filter.subscription.label": "Subscription",
|
|
144
|
-
"eo.notifications.filter.resubmission.label": "Follow-up",
|
|
145
|
-
"eo.search.close": "close search",
|
|
146
|
-
"eo.search.clear.search":"clear seach",
|
|
147
|
-
"eo.sort.by": "Trier par",
|
|
148
|
-
"eo.state.process": "Processus",
|
|
149
|
-
"eo.help.about.claim": "yuuvis® – Le véritable logiciel d'ECM. Le logiciel de gestion de contenus d'entreprise (ECM) de OPTIMAL SYSTEMS yuuvis® est un logiciel d'ECM complet et intégrable à l'échelle de toute l'entreprise. Une véritable solution d'entreprise tout-en-un – pour tous les secteurs, domaines d'activité et services. yuuvis® - Simplement. Pour toute l'entreprise.",
|
|
150
|
-
"eo.help.about.product.label": "Produit: ",
|
|
151
|
-
"eo.help.about.client.version.label": "Version client: ",
|
|
152
|
-
"eo.help.about.producer.label": "Développeur: ",
|
|
153
|
-
"eo.help.about.producer.text": "OPTIMAL SYSTEMS GmbH, Berlin, Allemagne",
|
|
154
|
-
"eo.help.license.title": "Avis de licence",
|
|
155
|
-
"eo.help.license.intro": "Ce document contient des informations de licence avec des dispositions complémentaires s'appliquant aux composants tiers intégrés dans le client yuuvis®. Ces informations de licence et dispositions complémentaires constituent, par ces références, une partie intégrante de l'accord de licence relatif aux logiciels OPTIMAL SYSTEMS.",
|
|
156
|
-
"eo.action.menu.custom.error.message": "L'action n'a pas pu être exécutée",
|
|
157
|
-
"eo.action.menu.show.versions.label": "Afficher les versions",
|
|
158
|
-
"eo.action.menu.show.versions.description": "Affiche toutes les versions de l'objet.",
|
|
159
|
-
"eo.action.menu.edit.document.label": "Ouvrir le document",
|
|
160
|
-
"eo.action.menu.edit.document.description": "Permet l'ouverture externe du document.",
|
|
161
|
-
"eo.action.menu.send.email.link.label": "E-mail avec lien",
|
|
162
|
-
"eo.action.menu.send.email.link.description": "Crée un nouvel e-mail dans votre programme de messagerie électronique local et insère un lien au dossier ou au document.",
|
|
163
|
-
"eo.action.menu.send.email.file.label": "E-mail avec pièce jointe",
|
|
164
|
-
"eo.action.menu.send.email.file.description": "Crée un nouvel e-mail dans votre programme de messagerie électronique local et insère le document sous forme de pièce jointe.",
|
|
165
|
-
"eo.action.menu.send.email.file.pdf.label": "E-mail avec PDF",
|
|
166
|
-
"eo.action.menu.send.email.file.pdf.description": "Crée un nouvel e-mail dans votre programme de messagerie électronique local et insère un fichier PDF du document sous forme de pièce jointe.",
|
|
167
|
-
"eo.action.menu.clipboard.link.label": "Copier le lien",
|
|
168
|
-
"eo.action.menu.clipboard.link.description": "Copie un lien vers l'objet dans le Presse-papiers.",
|
|
169
|
-
"eo.action.menu.clipboard.link.successful": "Lien copié dans le Presse-papiers.",
|
|
170
|
-
"eo.action.menu.clipboard.link.error": "Le lien n'a pas pu être copié dans le Presse-papiers.",
|
|
171
|
-
"eo.action.menu.clipboard.file.label": "Copier le document",
|
|
172
|
-
"eo.action.menu.clipboard.file.description": "Copie le document original dans le Presse-papiers.",
|
|
173
|
-
"eo.action.menu.clipboard.file.pdf.label": "Copier sous forme de PDF",
|
|
174
|
-
"eo.action.menu.clipboard.file.pdf.description": "Copie le document dans le Presse-papiers sous forme de PDF.",
|
|
175
|
-
"eo.action.menu.clipboard.copy.label": "Copier ici",
|
|
176
|
-
"eo.action.menu.clipboard.copy.description": "Copie les objets mémorisés dans ce dossier.",
|
|
177
|
-
"eo.action.menu.versioning.version.restore.label": "Restaurer la version",
|
|
178
|
-
"eo.action.menu.versioning.version.restore.description": "Crée une nouvelle version sur la base de la version sélectionnée.",
|
|
179
|
-
"eo.actions.group.common": "GÉNÉRAL",
|
|
180
|
-
"eo.actions.group.further_actions": "AUTRES ACTIONS",
|
|
181
|
-
"eo.action.create.favorite.label": "Ajouter aux favoris",
|
|
182
|
-
"eo.action.create.favorite.description": "Ajoute l'objet aux favoris.",
|
|
183
|
-
"eo.action.delete.favorite.label": "Supprimer des favoris",
|
|
184
|
-
"eo.action.delete.favorite.description": "Supprime l'objet des favoris.",
|
|
185
|
-
"eo.action.create.subscription.label": "Créer un abonnement",
|
|
186
|
-
"eo.action.create.subscription.description": "Crée un abonnement.",
|
|
187
|
-
"eo.action.delete.subscription.label": "Supprimer l'abonnement",
|
|
188
|
-
"eo.action.delete.subscription.description": "Supprime l'abonnement.",
|
|
189
|
-
"eo.action.create.resubmission.label": "Créer une resoumission",
|
|
190
|
-
"eo.action.create.resubmission.description": "Crée une resoumission.",
|
|
191
|
-
"eo.action.update.resubmission.label": "Traiter la resoumission",
|
|
192
|
-
"eo.action.update.resubmission.description": "Ouvre les propriétés de la resoumission pour traitement.",
|
|
193
|
-
"eo.action.delete.dms.object.label": "Supprimer",
|
|
194
|
-
"eo.action.delete.dms.object.description": "Supprime l'objet.",
|
|
195
|
-
"eo.action.download.dms.object.content.label": "Télécharger un document",
|
|
196
|
-
"eo.action.download.dms.object.content.description": "Télécharge le document de l'objet.",
|
|
197
|
-
"eo.error.connection.interrupted.text": "Au moins un service n'est actuellement pas disponible.",
|
|
198
|
-
"eo.error.connection.interrupted.title": "Service non disponible",
|
|
199
|
-
"eo.object.indexdata.save.success": "Le document a été enregistré.",
|
|
200
|
-
"eo.object.indexdata.save.error": "Le document ne peut actuellement pas être enregistré.",
|
|
201
|
-
"eo.bpm.activity.indexdata.save.success": "La tâche a été enregistrée avec succès.",
|
|
202
|
-
"eo.bpm.activity.indexdata.save.error": "La tâche ne peut actuellement pas être enregistrée.",
|
|
203
|
-
"eo.sse.delete.fail.title": "Échec de la suppression",
|
|
204
|
-
"eo.state.settings.language": "Langue",
|
|
205
|
-
"eo.state.settings.language.client": "Application",
|
|
206
|
-
"eo.state.settings.language.schema": "Définitions d'objet",
|
|
207
|
-
"eo.state.settings.roles": "Rôles",
|
|
208
|
-
"eo.state.settings.agent": "Agent",
|
|
209
|
-
"eo.state.settings.pairing-status": "Statut agent",
|
|
210
|
-
"eo.state.settings.others": "Autres paramètres",
|
|
211
|
-
"eo.state.settings.presence.present": "Présent",
|
|
212
|
-
"eo.state.settings.presence.absent": "Absent",
|
|
213
|
-
"eo.state.settings.presence.error.title": "Oups...",
|
|
214
|
-
"eo.state.settings.presence.error.description": "Cela n'a pas marché. Veuillez réessayer.",
|
|
215
|
-
"eo.state.settings.deputies": "Représentant",
|
|
216
|
-
"eo.state.settings.agent.new-connection": "Connecter l'agent yuuvis local",
|
|
217
|
-
"eo.state.settings.agent.pairing.request": "Lier l'agent yuuvis",
|
|
218
|
-
"eo.state.settings.agent.pairing.description": "Lier à un agent yuuvis local.",
|
|
219
|
-
"eo.state.settings.agent.pairing.status.paired": "Connecté et lié",
|
|
220
|
-
"eo.state.settings.agent.pairing.status.paired-desc": "Vous pouvez utiliser les fonctions Desktop-Integration avec yuuvis.",
|
|
221
|
-
"eo.state.settings.agent.pairing.status.could-pair": "Aucun agent lié",
|
|
222
|
-
"eo.state.settings.agent.pairing.status.could-pair-desc": "Vous avez connecté un agent yuuvis à ce système yuuvis, mais vous ne l'avez pas lié au navigateur actuel. Les fonctions Desktop-Integration ne sont pas disponibles.",
|
|
223
|
-
"eo.state.settings.agent.pairing.status.not-connected": "Aucun agent connecté",
|
|
224
|
-
"eo.state.settings.agent.pairing.status.not-connected-desc": "Vous n'avez connecté aucun agent yuuvis au système yuuvis actuel. Les fonctions Desktop-Integration ne sont pas disponibles.",
|
|
225
|
-
"eo.state.settings.lock": "Verrouiller le document à l'ouverture",
|
|
226
|
-
"eo.state.settings.lock.enable": "Activé",
|
|
227
|
-
"eo.state.settings.lock.disable": "Désactivé",
|
|
228
|
-
"eo.state.settings.lock.ask": "Toujours demander",
|
|
229
|
-
"eo.column.config.title": "Configuration des colonnes",
|
|
230
|
-
"eo.column.config.action.save": "Enregistrer",
|
|
231
|
-
"eo.column.config.action.save.default": "Enregistrer en standard",
|
|
232
|
-
"eo.column.config.action.close": "Interrompre",
|
|
233
|
-
"eo.column.config.action.resetdefault": "Rétablir les valeurs par défaut",
|
|
234
|
-
"eo.column.config.headline.current": "colonnes actuelles",
|
|
235
|
-
"eo.column.config.headline.available": "colonnes disponibles",
|
|
236
|
-
"eo.column.config.sort": "trier",
|
|
237
|
-
"eo.column.config.group": "grouper",
|
|
238
|
-
"eo.column.config.info.type": "Configuration pour le type de résultat '{{type}}'",
|
|
239
|
-
"eo.column.config.info.type.context": "Configuration pour le type de résultat '{{type}}' dans le contexte de '{{context}}'",
|
|
240
|
-
"eo.column.config.info.fulltext": "Configuration pour divers types de résultats",
|
|
241
|
-
"eo.favorite.details.item.gone": "L'élément est introuvable. Soit il a été supprimé, soit vous n'avez pas l'autorisation de l'afficher.",
|
|
242
|
-
"eo.favorite.details.item.gone.remove": "Supprimer des favoris",
|
|
243
|
-
"eo.favorite.icon.dialog.title": "Mettre en favoris",
|
|
244
|
-
"eo.favorite.icon.dialog.save": "Enregistrer",
|
|
245
|
-
"eo.favorite.icon.dialog.cancel": "Interrompre",
|
|
246
|
-
"eo.favorite.icon.tooltip.add": "Mettre en favoris",
|
|
247
|
-
"eo.favorite.icon.tooltip.remove": "Supprimer des favoris",
|
|
248
|
-
"eo.favorite.icon.dialog.input.label": "Titre",
|
|
249
|
-
"eo.favorites.list.title": "Favoris",
|
|
250
|
-
"eo.favorites.filter.title": "Filtrer les favoris",
|
|
251
|
-
"eo.favorites.filter.section.objecttype": "Type d'objet",
|
|
252
|
-
"eo.folder.filter.title": "Filtrer la liste",
|
|
253
|
-
"eo.folder.filter.section.objecttype": "Type d'objet",
|
|
254
|
-
"eo.inbox.list.title": "Boîte de réception",
|
|
255
|
-
"eo.inbox.SUBSCRIPTION": "Abonnement",
|
|
256
|
-
"eo.inbox.BPM": "Processus",
|
|
257
|
-
"eo.inbox.RESUBMISSION": "Resoumission",
|
|
258
|
-
"eo.inbox.filter.title": "Filtrer les entrées",
|
|
259
|
-
"eo.inbox.filter.section.type": "Type",
|
|
260
|
-
"eo.inbox.filter.unread": "Uniquement les éléments non lus",
|
|
261
|
-
"eo.inbox.sort.title": "Titre",
|
|
262
|
-
"eo.inbox.sort.date": "Date",
|
|
263
|
-
"eo.notifications.list.title": "Avis",
|
|
264
|
-
"eo.notifications.list.subtitle": "Administration des abonnements et des resoumissions",
|
|
265
|
-
"eo.notifications.filter.title": "Filtrer les avis",
|
|
266
|
-
"eo.notifications.sort.title": "Titre",
|
|
267
|
-
"eo.notifications.sort.due": "Date",
|
|
268
|
-
"eo.object.resubmission.tooltip": "Resoumission existante",
|
|
269
|
-
"eo.object.subscription.tooltip": "Abonné",
|
|
270
|
-
"eo.object.indexdata.title": "Données d'index",
|
|
271
|
-
"eo.object.history.title": "Historique",
|
|
272
|
-
"eo.object.history.workflowprocess": "Modèle de processus",
|
|
273
|
-
"eo.object.history.activity": "Activité",
|
|
274
|
-
"eo.object.history.version": "Version",
|
|
275
|
-
"eo.object.lock": "verrouillé",
|
|
276
|
-
"eo.object.indexdata.reset": "Réinitialiser",
|
|
277
|
-
"eo.object.indexdata.save": "Enregistrer",
|
|
278
|
-
"eo.object.indexdata.save.browsernav": "Vous traitez déjà les données d'index d'un formulaire non enregistré.",
|
|
279
|
-
"eo.object.indexdata.form.invalid": "Le masque des données d'index contient des erreurs. Corrigez les erreurs pour pouvoir enregistrer les données.",
|
|
280
|
-
"eo.prepare.details.type.title": "Choisir le type d'objet",
|
|
281
|
-
"eo.prepare.details.type.empty": "Pour ce fichier, aucun type d'objet n'est disponible pour la création dans l'emplacement sélectionné.",
|
|
282
|
-
"eo.prepare.details.type.notallowed": "Le type d'objet sélectionné '{{type}}' ne peut pas être pris en charge car le fichier '{{filename}}' téléchargé pour ce type n'est pas autorisé.",
|
|
283
|
-
"eo.prepare.details.type.subtitle": "Sélection du type d'objet",
|
|
284
|
-
"eo.prepare.details.content.subtitle": "Ajouter un fichier",
|
|
285
|
-
"eo.prepare.details.indexdata.subtitle": "Ajouter des données d'index",
|
|
286
|
-
"eo.prepare.save": "Archiver",
|
|
287
|
-
"eo.prepare.saveopen": "Archiver et ouvrir",
|
|
288
|
-
"eo.prepare.template.select": "Reprendre le modèle",
|
|
289
|
-
"eo.prepare.template.abort": "Interrompre",
|
|
290
|
-
"eo.prepare.template.error.title": "Erreur",
|
|
291
|
-
"eo.prepare.template.error.message": "Le modèle n'a pas pu être repris.",
|
|
292
|
-
"eo.prepare.location.title.prefix": "Nouvelle archive dans",
|
|
293
|
-
"eo.prepare.location.title.sysroot": "Nouvelle archive dans l'emplacement d'archivage général",
|
|
294
|
-
"eo.prepare.created.error.title": "L'objet n'a pas pu être créé",
|
|
295
|
-
"eo.prepare.created.error.message": "Une erreur s'est produite lors de la création de l'objet. L'objet n'a pas été archivé.",
|
|
296
|
-
"eo.prepare.attachment.info": "Vous pouvez ajouter un fichier à ce type d'objet. Sélectionnez l'une des options suivantes:",
|
|
297
|
-
"eo.prepare.attachment.upload.title": "Télécharger le fichier",
|
|
298
|
-
"eo.prepare.attachment.upload.desc": "Ajoutez un fichier local à l'objet.",
|
|
299
|
-
"eo.prepare.attachment.template.title": "Sélectionner un modèle",
|
|
300
|
-
"eo.prepare.attachment.template.desc": "Sélectionnez le fichier à partir de l'un des modèles de ce type d'objet.",
|
|
301
|
-
"eo.prepare.attachment.template.resolver": "avec reprise des données",
|
|
302
|
-
"eo.prepare.attachment.nofile.title": "Sans fichier",
|
|
303
|
-
"eo.prepare.attachment.nofile.desc": "Créez l'objet sans fichier.",
|
|
304
|
-
"eo.prepare.details.contents.title": "Fichiers",
|
|
305
|
-
"eo.prepare.list.title": "Boîte d'archivage",
|
|
306
|
-
"eo.prepare.list.title.sub": "Objets à archiver",
|
|
307
|
-
"eo.prepare.list.empty": "Aucun objet dans la boîte d'archivage.",
|
|
308
|
-
"eo.prepare.list.item.template": "à partir du modèle",
|
|
309
|
-
"eo.prepare.list.item.file.none": "aucun fichier",
|
|
310
|
-
"eo.prepare.list.item.type.undefined": "Type d'objet pas encore sélectionné",
|
|
311
|
-
"eo.prepare.list.item.location.set": "Emplacement d'archivage défini",
|
|
312
|
-
"eo.prepare.list.item.location.notset": "dans l'emplacement d'archivage général",
|
|
313
|
-
"eo.process.details.tab.task": "Tâche",
|
|
314
|
-
"eo.process.details.tab.task.description": "Description",
|
|
315
|
-
"eo.process.details.tab.progress": "Progrès",
|
|
316
|
-
"eo.process.details.tab.attachments": "Dossier",
|
|
317
|
-
"eo.process.details.task.resubmission.description": "Vous recevez cet avis car vous avez défini une resoumission pour l'objet de gestion joint.",
|
|
318
|
-
"eo.process.details.task.subscription.description": "Vous recevez cet avis car vous vouliez être informé des modifications apportées à l'objet de gestion joint.",
|
|
319
|
-
"eo.process.details.button.resubmission.remove": "Confirmer",
|
|
320
|
-
"eo.process.details.button.subscription.remove": "Confirmer",
|
|
321
|
-
"eo.bpm.activity.forward.error": "Erreur lors du transfert.",
|
|
322
|
-
"eo.process.personalize": "Prendre en charge la tâche",
|
|
323
|
-
"eo.process.depersonalize": "Restituer la tâche",
|
|
324
|
-
"eo.process.activity.lock.denied": "Le tâche est déjà traitée.",
|
|
325
|
-
"eo.process.activity.unlock.denied": "Réessayez plus tard !",
|
|
326
|
-
"eo.process.file.empty.label": "Le classeur est vide.",
|
|
327
|
-
"eo.process.file.add.label": "Insérer les objets mémorisés dans le classeur.",
|
|
328
|
-
"eo.process.file.notification.error": "Erreur lors de l'ajout",
|
|
329
|
-
"eo.process.file.notification.add.message": "Insérer dans le classeur",
|
|
330
|
-
"eo.process.file.notification.remove": "supprimer",
|
|
331
|
-
"eo.process.file.notification.remove.message": "Supprimer du classeur",
|
|
332
|
-
"eo.process.start.time.label": "Début : ",
|
|
333
|
-
"eo.process.end.time.label": "Fin : ",
|
|
334
|
-
"eo.quicksearch.result.group.global": "Global",
|
|
335
|
-
"eo.quicksearch.hits": "Résultat",
|
|
336
|
-
"eo.search.result.term": "Critère de recherche",
|
|
337
|
-
"eo.search.result.expired": "Cette recherche est arrivée à expiration et n'est plus disponible.",
|
|
338
|
-
"eo.search.result.error": "Votre recherche n'a pas pu être exécutée en raison d'une erreur technique.",
|
|
339
|
-
"eo.search.result.hits": "Résultat",
|
|
340
|
-
"eo.resultlist.grid.filterOoo": "Filtre...",
|
|
341
|
-
"eo.status.404.title": "Introuvable",
|
|
342
|
-
"eo.actions.sticky.title": "Actions",
|
|
343
|
-
"eo.actions.sticky.title.sub.for": "pour",
|
|
344
|
-
"eo.actions.sticky.title.sub.selection": "la sélection actuelle",
|
|
345
|
-
"eo.object.inlinemenu.addresubmission": "Créer une resoumission",
|
|
346
|
-
"eo.object.inlinemenu.editresubmission": "Traiter la resoumission",
|
|
347
|
-
"eo.object.inlinemenu.addsubscription": "Créer un abonnement",
|
|
348
|
-
"eo.storedquery.search.term": "Texte complet",
|
|
349
|
-
"eo.storedquery.restriction.type": "Type d'objet",
|
|
350
|
-
"eo.storedquery.restriction.created": "Créé",
|
|
351
|
-
"eo.storedquery.restriction.creator": "Créateur",
|
|
352
|
-
"eo.storedquery.restriction.modified": "Traité",
|
|
353
|
-
"eo.storedquery.restriction.modifier": "Personne en charge",
|
|
354
|
-
"eo.storedquery.restriction.mimetypegroup": "Type de fichier",
|
|
355
|
-
"eo.storedquery.restriction.filename": "Nom de fichier",
|
|
356
|
-
"eo.storedquery.restriction.filesize": "Taille de fichier",
|
|
357
|
-
"eo.storedquery.action.save": "Enregistrer",
|
|
358
|
-
"eo.storedquery.action.cancel": "Interrompre",
|
|
359
|
-
"eo.storedquery.roles": "Rôles",
|
|
360
|
-
"eo.storedquery.res.count.label": "Résultat",
|
|
361
|
-
"eo.timeline.empty": "Il n'y a aucune entrée.",
|
|
362
|
-
"eo.timeline.filter.action": "Filtrer les entrées",
|
|
363
|
-
"eo.timeline.filter.reset": "Réinitialiser le filtre",
|
|
364
|
-
"eo.versions.details.label": "Version",
|
|
365
|
-
"eo.versions.detail.glue.tooltip": "Passer à la vue synchrone des aspects de l'objet",
|
|
366
|
-
"eo.versions.list.title": "Versions",
|
|
367
|
-
"eo.versions.list.users": "Utilisateur",
|
|
368
|
-
"eo.versions.list.types": "Type",
|
|
369
|
-
"eo.init.fail": "",
|
|
370
|
-
"eo.add.title.location": "Dans l'emplacement d'archivage",
|
|
371
|
-
"eo.add.title.location.common": "Général",
|
|
372
|
-
"eo.search": "Recherche",
|
|
373
|
-
"eo.search.save": "Enregistrer la recherche",
|
|
374
|
-
"eo.search.reset": "Réinitialiser",
|
|
375
|
-
"eo.search.agg.time.lastyear": "Année dernière",
|
|
376
|
-
"eo.search.agg.time.thisyear": "Cette année",
|
|
377
|
-
"eo.search.agg.time.lastmonth": "Mois dernier",
|
|
378
|
-
"eo.search.agg.time.thismonth": "Ce mois",
|
|
379
|
-
"eo.search.agg.time.lastweek": "Semaine dernière",
|
|
380
|
-
"eo.search.agg.time.thisweek": "Cette semaine",
|
|
381
|
-
"eo.search.agg.time.yesterday": "Hier",
|
|
382
|
-
"eo.search.agg.time.today": "Aujourd'hui",
|
|
383
|
-
"eo.search.agg.time.span": "Période",
|
|
384
|
-
"eo.search.agg.time.span.custom": "Période définie par l'utilisateur",
|
|
385
|
-
"eo.search.agg.time.span.from": "de",
|
|
386
|
-
"eo.search.agg.time.span.to": "à",
|
|
387
|
-
"eo.search.agg.time.span.since": "depuis",
|
|
388
|
-
"eo.search.agg.time.span.until": "à",
|
|
389
|
-
"eo.search.agg.creator": "Créateur",
|
|
390
|
-
"eo.search.agg.modifier": "Personne en charge",
|
|
391
|
-
"eo.search.agg.createdby": "Créé par",
|
|
392
|
-
"eo.search.agg.modifiedby": "Traité par",
|
|
393
|
-
"eo.search.agg.filename": "Nom de fichier",
|
|
394
|
-
"eo.search.agg.time.custom.save": "Reprendre",
|
|
395
|
-
"eo.search.agg.time.custom.remove": "Supprimer",
|
|
396
|
-
"eo.search.objecttype.form": "Formulaire de recherche '{{type}}'",
|
|
397
|
-
"eo.search.group.general": "Global",
|
|
398
|
-
"eo.search.submit": "Rechercher",
|
|
399
|
-
"eo.search.title": "Résultat de la recherche",
|
|
400
|
-
"eo.search.title.storedqueries": "Recherches enregistrées",
|
|
401
|
-
"eo.search.storedqueries.restrict": "Mes recherches",
|
|
402
|
-
"eo.search.suggest": "Vouliez-vous dire: ",
|
|
403
|
-
"eo.search.restrict.type": "Type d'objet",
|
|
404
|
-
"eo.search.restrict.creation": "Créé",
|
|
405
|
-
"eo.search.restrict.modification": "Modifié",
|
|
406
|
-
"eo.search.restrict.mimetypegroup": "Type de fichier",
|
|
407
|
-
"eo.search.restrict.file": "Fichier de document",
|
|
408
|
-
"eo.search.restrict.filename": "Nom de fichier",
|
|
409
|
-
"eo.search.restrict.filesize": "Taille de fichier",
|
|
410
|
-
"eo.bar.button.prepare.tooltip": "Ouvrir la boîte d'archivage",
|
|
411
|
-
"eo.bar.button.inbox.tooltip": "Ouvrir la boîte de réception",
|
|
412
|
-
"eo.bar.button.favorites.tooltip": "Ouvrir les favoris",
|
|
413
|
-
"eo.bar.button.search.tooltip": "Rechercher",
|
|
414
|
-
"eo.bar.button.file.tooltip": "Créer des objet",
|
|
415
|
-
"eo.bar.button.logout.title": "Déconnecter",
|
|
416
|
-
"eo.bar.button.settings.title": "Paramètres",
|
|
417
|
-
"eo.sidebar.navigation.title": "Navigation",
|
|
418
|
-
"eo.sidebar.navigation.favorites": "Favoris",
|
|
419
|
-
"eo.sidebar.navigation.favorites.tooltip": "Ouvrir les favoris",
|
|
420
|
-
"eo.sidebar.navigation.inbox": "Boîte de réception",
|
|
421
|
-
"eo.sidebar.navigation.inbox.tooltip": "Ouvrir la boîte de réception",
|
|
422
|
-
"eo.sidebar.navigation.process": "Processus",
|
|
423
|
-
"eo.sidebar.navigation.process.tooltip": "Afficher les processus",
|
|
424
|
-
"eo.sidebar.navigation.notifications": "Avis",
|
|
425
|
-
"eo.sidebar.navigation.prepare": "Boîte d'archivage",
|
|
426
|
-
"eo.sidebar.navigation.prepare.tooltip": "Ouvrir la boîte d'archivage",
|
|
427
|
-
"eo.sidebar.help.title": "Aide",
|
|
428
|
-
"eo.sidebar.help.about": "Informations produit",
|
|
429
|
-
"eo.sidebar.help.about.tooltip": "Informations relatives au produit",
|
|
430
|
-
"eo.sidebar.help.license": "Avis de licence",
|
|
431
|
-
"eo.sidebar.help.license.tooltip": "Informations de licence relatives aux composants tiers",
|
|
432
|
-
"eo.sidebar.help.shortcuts": "Combinaisons de touches",
|
|
433
|
-
"eo.sidebar.help.shortcuts.tooltip": "Combinaisons de touches",
|
|
434
|
-
"eo.sidebar.help.manual": "Documentation utilisateur",
|
|
435
|
-
"eo.sidebar.help.manual.tooltip": "Documentation utilisateur",
|
|
436
|
-
"eo.datepicker.calendar.select": "Sélectionner",
|
|
437
|
-
"eo.datepicker.calendar.cancel": "Interrompre",
|
|
438
|
-
"eo.form.table.options.subhead.edit": "Traiter les données saisies",
|
|
439
|
-
"eo.form.table.options.subhead.new": "Ajouter les données saisies",
|
|
440
|
-
"eo.form.table.options.btn.save": "Reprendre",
|
|
441
|
-
"eo.form.table.options.btn.delete": "Supprimer",
|
|
442
|
-
"eo.form.table.options.btn.cancel": "Interrompre",
|
|
443
|
-
"eo.object.summary.version": "Version",
|
|
444
|
-
"eo.object.summary.version.compare": "Afficher les versions",
|
|
445
|
-
"eo.form.property.required": "Champ obligatoire",
|
|
446
|
-
"eo.form.property.maxlength": "Les données saisies doivent comprendre {{maxlength}} caractères maximum.",
|
|
447
|
-
"eo.form.property.minlength": "Les données saisies doivent comprendre {{minlength}} caractères minimum.",
|
|
448
|
-
"eo.form.property.number": "Veuillez indiquer une valeur numérique.",
|
|
449
|
-
"eo.form.property.number.scale": "Le nombre de chiffres après la virgule est incorrect. {{scale}} max.",
|
|
450
|
-
"eo.form.property.number.precision": "Le nombre de chiffres avant la virgule est incorrect. {{prepointdigits}} max.",
|
|
451
|
-
"eo.checkout.message": "Souhaiteriez-vous verrouiller le document contre le traitement par d'autres utilisateurs ?",
|
|
452
|
-
"eo.checkout.yes": "Oui",
|
|
453
|
-
"eo.checkout.no": "Non",
|
|
454
|
-
"eo.checkout.cancel": "Interrompre",
|
|
455
|
-
"eo.export.title": "Exporter sous forme de",
|
|
456
|
-
"eo.export.action.pdf.label": "PDF",
|
|
457
|
-
"eo.export.action.pdf.description": "Exporte le document sous forme de PDF",
|
|
458
|
-
"eo.export.cancel": "Interrompre",
|
|
459
|
-
"eo.resubmission.field.info": "Titre",
|
|
460
|
-
"eo.resubmission.field.due": "Date",
|
|
461
|
-
"eo.resubmission.add": "Créer",
|
|
462
|
-
"eo.resubmission.apply": "Modifier",
|
|
463
|
-
"eo.resubmission.cancel": "Interrompre",
|
|
464
|
-
"eo.resubmission.delete": "Supprimer",
|
|
465
|
-
"eo.subscription.field.info": "Titre",
|
|
466
|
-
"eo.subscription.add": "Créer",
|
|
467
|
-
"eo.subscription.cancel": "Interrompre",
|
|
468
|
-
"eo.upload.global.root.title": "Emplacement d'archivage général",
|
|
469
|
-
"eo.upload.global.root.description": "Archiver le fichier dans l'emplacement d'archivage général.",
|
|
470
|
-
"eo.upload.global.object.title": "Remplacer un document",
|
|
471
|
-
"eo.upload.global.object.title.nocontent": "Ajouter un document",
|
|
472
|
-
"eo.upload.global.cancel": "Interrompre",
|
|
473
|
-
"eo.upload.global.error.title": "Échec du chargement",
|
|
474
|
-
"eo.upload.global.error.description": "Le fichier n'a pas pu être transféré sur le serveur.",
|
|
475
|
-
"eo.upload.global.target": "Cible",
|
|
476
|
-
"eo.upload.global.choose.title": "Traitement",
|
|
477
|
-
"eo.upload.global.choose.message": "Vous avez sélectionné plus d'un fichier. Souhaitez-vous définir les données d'index séparément pour chaque objet ou traiter tous les fichiers simultanément ?",
|
|
478
|
-
"eo.upload.global.choose.single": "Séparément",
|
|
479
|
-
"eo.upload.global.choose.multi": "De manière groupée",
|
|
480
|
-
"eo.action.menu.email.label": "Envoyer un e-mail",
|
|
481
|
-
"eo.action.menu.email.description": "Ouvrir d'autres actions par e-mail",
|
|
482
|
-
"eo.email.title": "Envoyer un e-mail",
|
|
483
|
-
"eo.action.menu.clipboard.label": "Copier dans le Presse-papiers",
|
|
484
|
-
"eo.clipboard.title": "Copier dans le Presse-papiers",
|
|
485
|
-
"eo.action.menu.clipboard.description": "Ouvre d'autres actions de Presse-papiers",
|
|
486
|
-
"eo.form.property.string.regex.nomatch": "The input does not match the requirements",
|
|
487
|
-
"eo.search.aside.summary.contextfoldertypes": "Context",
|
|
488
|
-
"eo.executable.processes.execute":"Ok",
|
|
489
|
-
"eo.add.title.location.subfolder":"Add to current folder",
|
|
490
|
-
"eo.help.about.releasedate.label": "Release timestamp: ",
|
|
491
|
-
"eo.action.manage.rights.read.label": "Share",
|
|
492
|
-
"eo.action.manage.rights.read.description": "Lets the user share read rights for this document.",
|
|
493
|
-
"eo.column.config.pinned": "pin",
|
|
494
|
-
"eo.inbox.filter.absent": "Substitution",
|
|
495
|
-
"eo.inbox.filter.overdue": "Overdue",
|
|
496
|
-
"eo.inbox.item.note.absence": "Substitution",
|
|
497
|
-
"eo.references.object.notfound": "No references found.",
|
|
498
|
-
"eo.references.to.label": "References to this object",
|
|
499
|
-
"eo.references.from.label": "References to other objects",
|
|
500
|
-
"eo.references.open.resultlist": "Open in hit list",
|
|
501
|
-
"eo.process.details.tab.task.indexdata": "Process data",
|
|
502
|
-
"eo.process.recipients": "Recipients",
|
|
503
|
-
"eo.process.substitute": "Substitution for",
|
|
504
|
-
"eo.export.action.original.label": "Original",
|
|
505
|
-
"eo.export.action.original.description": "Downloads the document file in the original format",
|
|
506
|
-
"eo.manage.rights.title": "Share object with other users",
|
|
507
|
-
"eo.manage.rights.element.label": "Users/groups",
|
|
508
|
-
"eo.manage.rights.cancel": "Cancel",
|
|
509
|
-
"eo.manage.rights.save": "Save",
|
|
510
|
-
"eo.resubmission.error.msg": "At least one notification method must be selected.",
|
|
511
|
-
"eo.resubmission.field.notification.inbox": "Notification via inbox",
|
|
512
|
-
"eo.resubmission.field.notification.email": "Notification by email",
|
|
513
|
-
"eo.subscription.error.msg": "At least one notification method must be selected.",
|
|
514
|
-
"eo.subscription.field.notification.inbox": "Notification via inbox",
|
|
515
|
-
"eo.subscription.field.notification.email": "Notification by email",
|
|
516
|
-
"eo.search.objecttype.form.context": "in context",
|
|
517
|
-
"eo.manage.rights.message": "The Objekt {{title}} is now shared with {{shared}}.",
|
|
518
|
-
"eo.manage.rights.message.notshared": "The Object is not longer shared by you.",
|
|
519
|
-
"eo.action.menu.clipboard.copy.message": "The Objekt {{title}} was copied",
|
|
520
|
-
"eo.action.menu.clipboard.copy.multiple.message": "{{count}} Objektes were copied",
|
|
521
|
-
"eo.action.menu.custom.run.success":"The action {{title}} is executed.",
|
|
522
|
-
"eo.action.menu.custom.run.error": "Unfortunately the action {{title}} could not be executed."
|
|
523
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"eo.stored.queries.list.empty": "No queries available",
|
|
3
|
+
"eo.action.delete.dms.object.confirm.context.folder.title": "This context folder '{{folder}}' contains {{count}} objects. Are you sure you want to delete this context folder and objects?",
|
|
4
|
+
"eo.prepare.list.item.file": "file",
|
|
5
|
+
"eo.prepare.list.item.files": "files",
|
|
6
|
+
"eo.state.settings.deputies.label": "My substitutes",
|
|
7
|
+
"eo.state.settings.deputies.cancel": "Cancel",
|
|
8
|
+
"eo.state.settings.deputies.save": "Save",
|
|
9
|
+
"eo.state.settings.deputies.subsituteof.label": "I'm substitute of",
|
|
10
|
+
"eo.form.element.tag.ex": "extracted from contents",
|
|
11
|
+
"eo.form.element.tag.df": "default value",
|
|
12
|
+
"eo.search.storedquery.save.success": "The stored query was updated",
|
|
13
|
+
"eo.storedquery.share.sharedwith": "shared with",
|
|
14
|
+
"eo.storedquery.share.cancel": "Interrompre",
|
|
15
|
+
"eo.storedquery.share.ok": "Reprendre",
|
|
16
|
+
"eo.sidebar.navigation.storedqueries": "Recherches enregistrées",
|
|
17
|
+
"eo.inbox.activity.confirm.success": "The task was confirmed",
|
|
18
|
+
"eo.bpm.activity.forward.success": "The task was forwarded",
|
|
19
|
+
"eo.object.history.filter.process": "Activités",
|
|
20
|
+
"eo.object.history.filter.modification": "Modifications",
|
|
21
|
+
"eo.object.history.filter.informational": "Général",
|
|
22
|
+
"eo.object.content.title": "Contenu",
|
|
23
|
+
"eo.indexdata.summary.more": "More information",
|
|
24
|
+
"eo.shortcuts.nav.title": "Navigation",
|
|
25
|
+
"eo.shortcuts.action.add": "Create objects",
|
|
26
|
+
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
27
|
+
"eo.shortcuts.action.inbox": "Boîte de réception",
|
|
28
|
+
"eo.shortcuts.action.intray": "Boîte d'archivage",
|
|
29
|
+
"eo.shortcuts.action.favorites": "Favoris",
|
|
30
|
+
"eo.shortcuts.action.settings": "Paramètres",
|
|
31
|
+
"eo.shortcuts.action.search": "Rechercher",
|
|
32
|
+
"eo.shortcuts.action.logout": "Déconnecter",
|
|
33
|
+
"eo.shortcuts.eo-page.title": "Page",
|
|
34
|
+
"eo.shortcuts.eo-page.action.undock": "Undock",
|
|
35
|
+
"eo.state.object.tree.filter.label": "Filtrer",
|
|
36
|
+
"eo.user.service.schema.locale.error.title": "Object defninitions locale",
|
|
37
|
+
"eo.user.service.schema.locale.error.description": "Object defninitions locale could not be changed. Maybe you are not connected to the server.",
|
|
38
|
+
"eo.global.number.separator.decimal": ".",
|
|
39
|
+
"eo.process.details.workitem.load.fail": "Could not load task",
|
|
40
|
+
"eo.process.item.remove.fail": "",
|
|
41
|
+
"eo.shortcuts.eo-object-details.title": "Object",
|
|
42
|
+
"eo.shortcuts.action.open.context": "Ouvert dans le contexte",
|
|
43
|
+
"eo.shortcuts.action.open.context.description": "Ouvre l'objet dans son contexte",
|
|
44
|
+
"eo.shortcuts.aside.action.open": "Ouvrir",
|
|
45
|
+
"eo.shortcuts.form.title": "Form",
|
|
46
|
+
"eo.shortcuts.form.action.save": "Enregistrer",
|
|
47
|
+
"eo.shortcuts.form.action.reset": "Réinitialiser",
|
|
48
|
+
"eo.shortcuts.form.action.edit": "Traiter",
|
|
49
|
+
"eo.tabcontainer.order.question": "Do you want to save the order?",
|
|
50
|
+
"eo.tabcontainer.order.success": "Order saved",
|
|
51
|
+
"eo.state.login.username": "Username",
|
|
52
|
+
"eo.state.login.password": "Password",
|
|
53
|
+
"eo.state.login.msg.invalid": "The provided credentials are invalid. Please review your inputs.",
|
|
54
|
+
"eo.state.login.host": "Host",
|
|
55
|
+
"eo.state.login.submit": "Login",
|
|
56
|
+
"eo.state.object.tree.error": "Folder structure could not be loaded",
|
|
57
|
+
"eo.state.object.frontpage.created": "created on",
|
|
58
|
+
"eo.state.object.frontpage.doccount": "{{doccount}} documents",
|
|
59
|
+
"eo.state.object.frontpage.filesize": "Total size {{filesize}}",
|
|
60
|
+
"eo.state.object.frontpage.lastchanges": "Last changes",
|
|
61
|
+
"eo.state.settings.permission": "Permissions",
|
|
62
|
+
"eo.search.mode.expert": "Expert Mode",
|
|
63
|
+
"eo.search.mode.expert.close": "Exit Expert Mode",
|
|
64
|
+
"eo.search.aside.summary.storedquery": "Stored query",
|
|
65
|
+
"eo.search.aside.summary": "Your query",
|
|
66
|
+
"eo.search.aside.summary.term": "Critère de recherche",
|
|
67
|
+
"eo.search.aside.summary.types": "Target types",
|
|
68
|
+
"eo.search.storedquery.close": "Close",
|
|
69
|
+
"eo.search.storedquery.update": "Save changes",
|
|
70
|
+
"eo.search.storedquery.save.error": "Query could not be saved",
|
|
71
|
+
"eo.search.storedquery.delete.error": "Query could not be deleted",
|
|
72
|
+
"eo.storedquery.load": "Open in search dialog",
|
|
73
|
+
"eo.storedquery.run": "Execute query",
|
|
74
|
+
"eo.storedquery.action.edit": "Edit Query",
|
|
75
|
+
"eo.storedquery.action.delete": "Supprimer",
|
|
76
|
+
"eo.search.summary.empty": "Vous n'avez pas encore entré de paramètres de recherche",
|
|
77
|
+
"eo.search.mode.expert.result.empty": "Votre recherche n'a donné aucun résultat",
|
|
78
|
+
"eo.search.mode.expert.intro": "In expert mode you can run complex search queries",
|
|
79
|
+
"eo.search.mode.expert.support.baseparams": "Baseparameters",
|
|
80
|
+
"eo.search.mode.expert.support.group": "Groupe",
|
|
81
|
+
"eo.search.mode.expert.support.type": "Type",
|
|
82
|
+
"eo.search.mode.expert.support.field": "Field",
|
|
83
|
+
"eo.object.links.title": "Links",
|
|
84
|
+
"eo.form.property.dynamic.list.empty": "Aucune entrée",
|
|
85
|
+
"eo.process.task.due": "Due on {{date}}",
|
|
86
|
+
"eo.process.task.continue": "In order to continue, you need to accept this task",
|
|
87
|
+
"eo.object.summary.title": "Aperçu",
|
|
88
|
+
"eo.object.actions.title": "Open action menu",
|
|
89
|
+
"eo.object.content.donwload.title": "Download",
|
|
90
|
+
"eo.object.content.edit.title": "Edit",
|
|
91
|
+
"eo.global.baseparam.filename": "Fichier de document",
|
|
92
|
+
"eo.global.baseparam.filesize": "Taille de fichier",
|
|
93
|
+
"eo.global.baseparam.modified": "Traité",
|
|
94
|
+
"eo.global.baseparam.modifier": "Personne en charge",
|
|
95
|
+
"eo.global.baseparam.created": "Créé",
|
|
96
|
+
"eo.global.baseparam.creator": "Créateur",
|
|
97
|
+
"eo.form.property.daterange.invalid": "Please enter a valid date range",
|
|
98
|
+
"eo.form.property.numberrange.invalid": "Please enter a valid number range",
|
|
99
|
+
"eo.form.property.date.invalid": "Please enter a valid date",
|
|
100
|
+
"eo.form.property.codesystem.value.invalid": "The field should only contain values from the catalog",
|
|
101
|
+
"eo.object.preview.attachments": "Attachments",
|
|
102
|
+
"eo.quicksearch.label": "Que cherchez-vous",
|
|
103
|
+
"eo.shortcuts.title": "Application actions",
|
|
104
|
+
"eo.clipboard.more": "and {{moreCount}} additional objects",
|
|
105
|
+
"eo.clipboard.clear": "Clear",
|
|
106
|
+
"eo.clipboard.type.copy": "Copier",
|
|
107
|
+
"eo.clipboard.type.cut": "Cut",
|
|
108
|
+
"eo.upload.global.headline": "Télécharger des fichiers",
|
|
109
|
+
"eo.upload.global.context.title": "Add to context",
|
|
110
|
+
"eo.notifications.filter.section.objecttype": "Objekttyp",
|
|
111
|
+
"eo.state.object.list.error": "Es sind keine Informationen vorhanden.",
|
|
112
|
+
"eo.notifications.filter.section.title": "Type",
|
|
113
|
+
"eo.state.process.filter.running": "Running processe",
|
|
114
|
+
"eo.state.process.filter.completed": "Ended processes",
|
|
115
|
+
"eo.state.process.filter.error": "Erroneous processes",
|
|
116
|
+
"eo.state.process.filter.suspended": "Pending processes",
|
|
117
|
+
"eo.process.filter.title": "Filter Processes",
|
|
118
|
+
"eo.process.filter.section.status": "Status",
|
|
119
|
+
"eo.grid.sort.title": "Titre",
|
|
120
|
+
"eo.grid.sort.date": "Date",
|
|
121
|
+
"eo.process.sort.status": "Status",
|
|
122
|
+
"eo.process.sort.type":"Type",
|
|
123
|
+
"eo.process.file.title.undefined": "Title is undefined!",
|
|
124
|
+
"eo.process.file.description.undefined": "Description is undefined!",
|
|
125
|
+
"eo.status.404.description": "L'objet n'a pas pu être chargé.",
|
|
126
|
+
"eo.process.filter.section.type": "Type",
|
|
127
|
+
"eo.favorites.list.empty": "Vous n'avez encore ajouté aucun favori.",
|
|
128
|
+
"eo.notifications.list.empty": "Ni les abonnements, ni les resoumissions ne sont actuellement paramétrés.",
|
|
129
|
+
"eo.process.list.empty": "Aucun processus existant",
|
|
130
|
+
"eo.resultlist.grid.filter.placeholder.process": "Filtering process data",
|
|
131
|
+
"eo.list.refresh":"Refresh",
|
|
132
|
+
"eo.list.filter":"Open filter",
|
|
133
|
+
"eo.list.sort":"Open sorting",
|
|
134
|
+
"eo.bar.button.layout.title":"Configure view areas",
|
|
135
|
+
"eo.bar.button.user.profile.title": "User profile",
|
|
136
|
+
"eo.bar.button.execute.actions.tooltip": "Start process",
|
|
137
|
+
"eo.storedquery.share.title": "Share",
|
|
138
|
+
"eo.storedquery.shared.title": "Shared by me",
|
|
139
|
+
"eo.storedquery.sharedfor.title": "Shared for me",
|
|
140
|
+
"eo.storedquery.favor.title": "Favor",
|
|
141
|
+
"eo.storedquery.favored.title": "Favored by me",
|
|
142
|
+
"eo.storedquery.favoredfor.title": "Favored for me",
|
|
143
|
+
"eo.notifications.filter.subscription.label": "Subscription",
|
|
144
|
+
"eo.notifications.filter.resubmission.label": "Follow-up",
|
|
145
|
+
"eo.search.close": "close search",
|
|
146
|
+
"eo.search.clear.search":"clear seach",
|
|
147
|
+
"eo.sort.by": "Trier par",
|
|
148
|
+
"eo.state.process": "Processus",
|
|
149
|
+
"eo.help.about.claim": "yuuvis® – Le véritable logiciel d'ECM. Le logiciel de gestion de contenus d'entreprise (ECM) de OPTIMAL SYSTEMS yuuvis® est un logiciel d'ECM complet et intégrable à l'échelle de toute l'entreprise. Une véritable solution d'entreprise tout-en-un – pour tous les secteurs, domaines d'activité et services. yuuvis® - Simplement. Pour toute l'entreprise.",
|
|
150
|
+
"eo.help.about.product.label": "Produit: ",
|
|
151
|
+
"eo.help.about.client.version.label": "Version client: ",
|
|
152
|
+
"eo.help.about.producer.label": "Développeur: ",
|
|
153
|
+
"eo.help.about.producer.text": "OPTIMAL SYSTEMS GmbH, Berlin, Allemagne",
|
|
154
|
+
"eo.help.license.title": "Avis de licence",
|
|
155
|
+
"eo.help.license.intro": "Ce document contient des informations de licence avec des dispositions complémentaires s'appliquant aux composants tiers intégrés dans le client yuuvis®. Ces informations de licence et dispositions complémentaires constituent, par ces références, une partie intégrante de l'accord de licence relatif aux logiciels OPTIMAL SYSTEMS.",
|
|
156
|
+
"eo.action.menu.custom.error.message": "L'action n'a pas pu être exécutée",
|
|
157
|
+
"eo.action.menu.show.versions.label": "Afficher les versions",
|
|
158
|
+
"eo.action.menu.show.versions.description": "Affiche toutes les versions de l'objet.",
|
|
159
|
+
"eo.action.menu.edit.document.label": "Ouvrir le document",
|
|
160
|
+
"eo.action.menu.edit.document.description": "Permet l'ouverture externe du document.",
|
|
161
|
+
"eo.action.menu.send.email.link.label": "E-mail avec lien",
|
|
162
|
+
"eo.action.menu.send.email.link.description": "Crée un nouvel e-mail dans votre programme de messagerie électronique local et insère un lien au dossier ou au document.",
|
|
163
|
+
"eo.action.menu.send.email.file.label": "E-mail avec pièce jointe",
|
|
164
|
+
"eo.action.menu.send.email.file.description": "Crée un nouvel e-mail dans votre programme de messagerie électronique local et insère le document sous forme de pièce jointe.",
|
|
165
|
+
"eo.action.menu.send.email.file.pdf.label": "E-mail avec PDF",
|
|
166
|
+
"eo.action.menu.send.email.file.pdf.description": "Crée un nouvel e-mail dans votre programme de messagerie électronique local et insère un fichier PDF du document sous forme de pièce jointe.",
|
|
167
|
+
"eo.action.menu.clipboard.link.label": "Copier le lien",
|
|
168
|
+
"eo.action.menu.clipboard.link.description": "Copie un lien vers l'objet dans le Presse-papiers.",
|
|
169
|
+
"eo.action.menu.clipboard.link.successful": "Lien copié dans le Presse-papiers.",
|
|
170
|
+
"eo.action.menu.clipboard.link.error": "Le lien n'a pas pu être copié dans le Presse-papiers.",
|
|
171
|
+
"eo.action.menu.clipboard.file.label": "Copier le document",
|
|
172
|
+
"eo.action.menu.clipboard.file.description": "Copie le document original dans le Presse-papiers.",
|
|
173
|
+
"eo.action.menu.clipboard.file.pdf.label": "Copier sous forme de PDF",
|
|
174
|
+
"eo.action.menu.clipboard.file.pdf.description": "Copie le document dans le Presse-papiers sous forme de PDF.",
|
|
175
|
+
"eo.action.menu.clipboard.copy.label": "Copier ici",
|
|
176
|
+
"eo.action.menu.clipboard.copy.description": "Copie les objets mémorisés dans ce dossier.",
|
|
177
|
+
"eo.action.menu.versioning.version.restore.label": "Restaurer la version",
|
|
178
|
+
"eo.action.menu.versioning.version.restore.description": "Crée une nouvelle version sur la base de la version sélectionnée.",
|
|
179
|
+
"eo.actions.group.common": "GÉNÉRAL",
|
|
180
|
+
"eo.actions.group.further_actions": "AUTRES ACTIONS",
|
|
181
|
+
"eo.action.create.favorite.label": "Ajouter aux favoris",
|
|
182
|
+
"eo.action.create.favorite.description": "Ajoute l'objet aux favoris.",
|
|
183
|
+
"eo.action.delete.favorite.label": "Supprimer des favoris",
|
|
184
|
+
"eo.action.delete.favorite.description": "Supprime l'objet des favoris.",
|
|
185
|
+
"eo.action.create.subscription.label": "Créer un abonnement",
|
|
186
|
+
"eo.action.create.subscription.description": "Crée un abonnement.",
|
|
187
|
+
"eo.action.delete.subscription.label": "Supprimer l'abonnement",
|
|
188
|
+
"eo.action.delete.subscription.description": "Supprime l'abonnement.",
|
|
189
|
+
"eo.action.create.resubmission.label": "Créer une resoumission",
|
|
190
|
+
"eo.action.create.resubmission.description": "Crée une resoumission.",
|
|
191
|
+
"eo.action.update.resubmission.label": "Traiter la resoumission",
|
|
192
|
+
"eo.action.update.resubmission.description": "Ouvre les propriétés de la resoumission pour traitement.",
|
|
193
|
+
"eo.action.delete.dms.object.label": "Supprimer",
|
|
194
|
+
"eo.action.delete.dms.object.description": "Supprime l'objet.",
|
|
195
|
+
"eo.action.download.dms.object.content.label": "Télécharger un document",
|
|
196
|
+
"eo.action.download.dms.object.content.description": "Télécharge le document de l'objet.",
|
|
197
|
+
"eo.error.connection.interrupted.text": "Au moins un service n'est actuellement pas disponible.",
|
|
198
|
+
"eo.error.connection.interrupted.title": "Service non disponible",
|
|
199
|
+
"eo.object.indexdata.save.success": "Le document a été enregistré.",
|
|
200
|
+
"eo.object.indexdata.save.error": "Le document ne peut actuellement pas être enregistré.",
|
|
201
|
+
"eo.bpm.activity.indexdata.save.success": "La tâche a été enregistrée avec succès.",
|
|
202
|
+
"eo.bpm.activity.indexdata.save.error": "La tâche ne peut actuellement pas être enregistrée.",
|
|
203
|
+
"eo.sse.delete.fail.title": "Échec de la suppression",
|
|
204
|
+
"eo.state.settings.language": "Langue",
|
|
205
|
+
"eo.state.settings.language.client": "Application",
|
|
206
|
+
"eo.state.settings.language.schema": "Définitions d'objet",
|
|
207
|
+
"eo.state.settings.roles": "Rôles",
|
|
208
|
+
"eo.state.settings.agent": "Agent",
|
|
209
|
+
"eo.state.settings.pairing-status": "Statut agent",
|
|
210
|
+
"eo.state.settings.others": "Autres paramètres",
|
|
211
|
+
"eo.state.settings.presence.present": "Présent",
|
|
212
|
+
"eo.state.settings.presence.absent": "Absent",
|
|
213
|
+
"eo.state.settings.presence.error.title": "Oups...",
|
|
214
|
+
"eo.state.settings.presence.error.description": "Cela n'a pas marché. Veuillez réessayer.",
|
|
215
|
+
"eo.state.settings.deputies": "Représentant",
|
|
216
|
+
"eo.state.settings.agent.new-connection": "Connecter l'agent yuuvis local",
|
|
217
|
+
"eo.state.settings.agent.pairing.request": "Lier l'agent yuuvis",
|
|
218
|
+
"eo.state.settings.agent.pairing.description": "Lier à un agent yuuvis local.",
|
|
219
|
+
"eo.state.settings.agent.pairing.status.paired": "Connecté et lié",
|
|
220
|
+
"eo.state.settings.agent.pairing.status.paired-desc": "Vous pouvez utiliser les fonctions Desktop-Integration avec yuuvis.",
|
|
221
|
+
"eo.state.settings.agent.pairing.status.could-pair": "Aucun agent lié",
|
|
222
|
+
"eo.state.settings.agent.pairing.status.could-pair-desc": "Vous avez connecté un agent yuuvis à ce système yuuvis, mais vous ne l'avez pas lié au navigateur actuel. Les fonctions Desktop-Integration ne sont pas disponibles.",
|
|
223
|
+
"eo.state.settings.agent.pairing.status.not-connected": "Aucun agent connecté",
|
|
224
|
+
"eo.state.settings.agent.pairing.status.not-connected-desc": "Vous n'avez connecté aucun agent yuuvis au système yuuvis actuel. Les fonctions Desktop-Integration ne sont pas disponibles.",
|
|
225
|
+
"eo.state.settings.lock": "Verrouiller le document à l'ouverture",
|
|
226
|
+
"eo.state.settings.lock.enable": "Activé",
|
|
227
|
+
"eo.state.settings.lock.disable": "Désactivé",
|
|
228
|
+
"eo.state.settings.lock.ask": "Toujours demander",
|
|
229
|
+
"eo.column.config.title": "Configuration des colonnes",
|
|
230
|
+
"eo.column.config.action.save": "Enregistrer",
|
|
231
|
+
"eo.column.config.action.save.default": "Enregistrer en standard",
|
|
232
|
+
"eo.column.config.action.close": "Interrompre",
|
|
233
|
+
"eo.column.config.action.resetdefault": "Rétablir les valeurs par défaut",
|
|
234
|
+
"eo.column.config.headline.current": "colonnes actuelles",
|
|
235
|
+
"eo.column.config.headline.available": "colonnes disponibles",
|
|
236
|
+
"eo.column.config.sort": "trier",
|
|
237
|
+
"eo.column.config.group": "grouper",
|
|
238
|
+
"eo.column.config.info.type": "Configuration pour le type de résultat '{{type}}'",
|
|
239
|
+
"eo.column.config.info.type.context": "Configuration pour le type de résultat '{{type}}' dans le contexte de '{{context}}'",
|
|
240
|
+
"eo.column.config.info.fulltext": "Configuration pour divers types de résultats",
|
|
241
|
+
"eo.favorite.details.item.gone": "L'élément est introuvable. Soit il a été supprimé, soit vous n'avez pas l'autorisation de l'afficher.",
|
|
242
|
+
"eo.favorite.details.item.gone.remove": "Supprimer des favoris",
|
|
243
|
+
"eo.favorite.icon.dialog.title": "Mettre en favoris",
|
|
244
|
+
"eo.favorite.icon.dialog.save": "Enregistrer",
|
|
245
|
+
"eo.favorite.icon.dialog.cancel": "Interrompre",
|
|
246
|
+
"eo.favorite.icon.tooltip.add": "Mettre en favoris",
|
|
247
|
+
"eo.favorite.icon.tooltip.remove": "Supprimer des favoris",
|
|
248
|
+
"eo.favorite.icon.dialog.input.label": "Titre",
|
|
249
|
+
"eo.favorites.list.title": "Favoris",
|
|
250
|
+
"eo.favorites.filter.title": "Filtrer les favoris",
|
|
251
|
+
"eo.favorites.filter.section.objecttype": "Type d'objet",
|
|
252
|
+
"eo.folder.filter.title": "Filtrer la liste",
|
|
253
|
+
"eo.folder.filter.section.objecttype": "Type d'objet",
|
|
254
|
+
"eo.inbox.list.title": "Boîte de réception",
|
|
255
|
+
"eo.inbox.SUBSCRIPTION": "Abonnement",
|
|
256
|
+
"eo.inbox.BPM": "Processus",
|
|
257
|
+
"eo.inbox.RESUBMISSION": "Resoumission",
|
|
258
|
+
"eo.inbox.filter.title": "Filtrer les entrées",
|
|
259
|
+
"eo.inbox.filter.section.type": "Type",
|
|
260
|
+
"eo.inbox.filter.unread": "Uniquement les éléments non lus",
|
|
261
|
+
"eo.inbox.sort.title": "Titre",
|
|
262
|
+
"eo.inbox.sort.date": "Date",
|
|
263
|
+
"eo.notifications.list.title": "Avis",
|
|
264
|
+
"eo.notifications.list.subtitle": "Administration des abonnements et des resoumissions",
|
|
265
|
+
"eo.notifications.filter.title": "Filtrer les avis",
|
|
266
|
+
"eo.notifications.sort.title": "Titre",
|
|
267
|
+
"eo.notifications.sort.due": "Date",
|
|
268
|
+
"eo.object.resubmission.tooltip": "Resoumission existante",
|
|
269
|
+
"eo.object.subscription.tooltip": "Abonné",
|
|
270
|
+
"eo.object.indexdata.title": "Données d'index",
|
|
271
|
+
"eo.object.history.title": "Historique",
|
|
272
|
+
"eo.object.history.workflowprocess": "Modèle de processus",
|
|
273
|
+
"eo.object.history.activity": "Activité",
|
|
274
|
+
"eo.object.history.version": "Version",
|
|
275
|
+
"eo.object.lock": "verrouillé",
|
|
276
|
+
"eo.object.indexdata.reset": "Réinitialiser",
|
|
277
|
+
"eo.object.indexdata.save": "Enregistrer",
|
|
278
|
+
"eo.object.indexdata.save.browsernav": "Vous traitez déjà les données d'index d'un formulaire non enregistré.",
|
|
279
|
+
"eo.object.indexdata.form.invalid": "Le masque des données d'index contient des erreurs. Corrigez les erreurs pour pouvoir enregistrer les données.",
|
|
280
|
+
"eo.prepare.details.type.title": "Choisir le type d'objet",
|
|
281
|
+
"eo.prepare.details.type.empty": "Pour ce fichier, aucun type d'objet n'est disponible pour la création dans l'emplacement sélectionné.",
|
|
282
|
+
"eo.prepare.details.type.notallowed": "Le type d'objet sélectionné '{{type}}' ne peut pas être pris en charge car le fichier '{{filename}}' téléchargé pour ce type n'est pas autorisé.",
|
|
283
|
+
"eo.prepare.details.type.subtitle": "Sélection du type d'objet",
|
|
284
|
+
"eo.prepare.details.content.subtitle": "Ajouter un fichier",
|
|
285
|
+
"eo.prepare.details.indexdata.subtitle": "Ajouter des données d'index",
|
|
286
|
+
"eo.prepare.save": "Archiver",
|
|
287
|
+
"eo.prepare.saveopen": "Archiver et ouvrir",
|
|
288
|
+
"eo.prepare.template.select": "Reprendre le modèle",
|
|
289
|
+
"eo.prepare.template.abort": "Interrompre",
|
|
290
|
+
"eo.prepare.template.error.title": "Erreur",
|
|
291
|
+
"eo.prepare.template.error.message": "Le modèle n'a pas pu être repris.",
|
|
292
|
+
"eo.prepare.location.title.prefix": "Nouvelle archive dans",
|
|
293
|
+
"eo.prepare.location.title.sysroot": "Nouvelle archive dans l'emplacement d'archivage général",
|
|
294
|
+
"eo.prepare.created.error.title": "L'objet n'a pas pu être créé",
|
|
295
|
+
"eo.prepare.created.error.message": "Une erreur s'est produite lors de la création de l'objet. L'objet n'a pas été archivé.",
|
|
296
|
+
"eo.prepare.attachment.info": "Vous pouvez ajouter un fichier à ce type d'objet. Sélectionnez l'une des options suivantes:",
|
|
297
|
+
"eo.prepare.attachment.upload.title": "Télécharger le fichier",
|
|
298
|
+
"eo.prepare.attachment.upload.desc": "Ajoutez un fichier local à l'objet.",
|
|
299
|
+
"eo.prepare.attachment.template.title": "Sélectionner un modèle",
|
|
300
|
+
"eo.prepare.attachment.template.desc": "Sélectionnez le fichier à partir de l'un des modèles de ce type d'objet.",
|
|
301
|
+
"eo.prepare.attachment.template.resolver": "avec reprise des données",
|
|
302
|
+
"eo.prepare.attachment.nofile.title": "Sans fichier",
|
|
303
|
+
"eo.prepare.attachment.nofile.desc": "Créez l'objet sans fichier.",
|
|
304
|
+
"eo.prepare.details.contents.title": "Fichiers",
|
|
305
|
+
"eo.prepare.list.title": "Boîte d'archivage",
|
|
306
|
+
"eo.prepare.list.title.sub": "Objets à archiver",
|
|
307
|
+
"eo.prepare.list.empty": "Aucun objet dans la boîte d'archivage.",
|
|
308
|
+
"eo.prepare.list.item.template": "à partir du modèle",
|
|
309
|
+
"eo.prepare.list.item.file.none": "aucun fichier",
|
|
310
|
+
"eo.prepare.list.item.type.undefined": "Type d'objet pas encore sélectionné",
|
|
311
|
+
"eo.prepare.list.item.location.set": "Emplacement d'archivage défini",
|
|
312
|
+
"eo.prepare.list.item.location.notset": "dans l'emplacement d'archivage général",
|
|
313
|
+
"eo.process.details.tab.task": "Tâche",
|
|
314
|
+
"eo.process.details.tab.task.description": "Description",
|
|
315
|
+
"eo.process.details.tab.progress": "Progrès",
|
|
316
|
+
"eo.process.details.tab.attachments": "Dossier",
|
|
317
|
+
"eo.process.details.task.resubmission.description": "Vous recevez cet avis car vous avez défini une resoumission pour l'objet de gestion joint.",
|
|
318
|
+
"eo.process.details.task.subscription.description": "Vous recevez cet avis car vous vouliez être informé des modifications apportées à l'objet de gestion joint.",
|
|
319
|
+
"eo.process.details.button.resubmission.remove": "Confirmer",
|
|
320
|
+
"eo.process.details.button.subscription.remove": "Confirmer",
|
|
321
|
+
"eo.bpm.activity.forward.error": "Erreur lors du transfert.",
|
|
322
|
+
"eo.process.personalize": "Prendre en charge la tâche",
|
|
323
|
+
"eo.process.depersonalize": "Restituer la tâche",
|
|
324
|
+
"eo.process.activity.lock.denied": "Le tâche est déjà traitée.",
|
|
325
|
+
"eo.process.activity.unlock.denied": "Réessayez plus tard !",
|
|
326
|
+
"eo.process.file.empty.label": "Le classeur est vide.",
|
|
327
|
+
"eo.process.file.add.label": "Insérer les objets mémorisés dans le classeur.",
|
|
328
|
+
"eo.process.file.notification.error": "Erreur lors de l'ajout",
|
|
329
|
+
"eo.process.file.notification.add.message": "Insérer dans le classeur",
|
|
330
|
+
"eo.process.file.notification.remove": "supprimer",
|
|
331
|
+
"eo.process.file.notification.remove.message": "Supprimer du classeur",
|
|
332
|
+
"eo.process.start.time.label": "Début : ",
|
|
333
|
+
"eo.process.end.time.label": "Fin : ",
|
|
334
|
+
"eo.quicksearch.result.group.global": "Global",
|
|
335
|
+
"eo.quicksearch.hits": "Résultat",
|
|
336
|
+
"eo.search.result.term": "Critère de recherche",
|
|
337
|
+
"eo.search.result.expired": "Cette recherche est arrivée à expiration et n'est plus disponible.",
|
|
338
|
+
"eo.search.result.error": "Votre recherche n'a pas pu être exécutée en raison d'une erreur technique.",
|
|
339
|
+
"eo.search.result.hits": "Résultat",
|
|
340
|
+
"eo.resultlist.grid.filterOoo": "Filtre...",
|
|
341
|
+
"eo.status.404.title": "Introuvable",
|
|
342
|
+
"eo.actions.sticky.title": "Actions",
|
|
343
|
+
"eo.actions.sticky.title.sub.for": "pour",
|
|
344
|
+
"eo.actions.sticky.title.sub.selection": "la sélection actuelle",
|
|
345
|
+
"eo.object.inlinemenu.addresubmission": "Créer une resoumission",
|
|
346
|
+
"eo.object.inlinemenu.editresubmission": "Traiter la resoumission",
|
|
347
|
+
"eo.object.inlinemenu.addsubscription": "Créer un abonnement",
|
|
348
|
+
"eo.storedquery.search.term": "Texte complet",
|
|
349
|
+
"eo.storedquery.restriction.type": "Type d'objet",
|
|
350
|
+
"eo.storedquery.restriction.created": "Créé",
|
|
351
|
+
"eo.storedquery.restriction.creator": "Créateur",
|
|
352
|
+
"eo.storedquery.restriction.modified": "Traité",
|
|
353
|
+
"eo.storedquery.restriction.modifier": "Personne en charge",
|
|
354
|
+
"eo.storedquery.restriction.mimetypegroup": "Type de fichier",
|
|
355
|
+
"eo.storedquery.restriction.filename": "Nom de fichier",
|
|
356
|
+
"eo.storedquery.restriction.filesize": "Taille de fichier",
|
|
357
|
+
"eo.storedquery.action.save": "Enregistrer",
|
|
358
|
+
"eo.storedquery.action.cancel": "Interrompre",
|
|
359
|
+
"eo.storedquery.roles": "Rôles",
|
|
360
|
+
"eo.storedquery.res.count.label": "Résultat",
|
|
361
|
+
"eo.timeline.empty": "Il n'y a aucune entrée.",
|
|
362
|
+
"eo.timeline.filter.action": "Filtrer les entrées",
|
|
363
|
+
"eo.timeline.filter.reset": "Réinitialiser le filtre",
|
|
364
|
+
"eo.versions.details.label": "Version",
|
|
365
|
+
"eo.versions.detail.glue.tooltip": "Passer à la vue synchrone des aspects de l'objet",
|
|
366
|
+
"eo.versions.list.title": "Versions",
|
|
367
|
+
"eo.versions.list.users": "Utilisateur",
|
|
368
|
+
"eo.versions.list.types": "Type",
|
|
369
|
+
"eo.init.fail": "",
|
|
370
|
+
"eo.add.title.location": "Dans l'emplacement d'archivage",
|
|
371
|
+
"eo.add.title.location.common": "Général",
|
|
372
|
+
"eo.search": "Recherche",
|
|
373
|
+
"eo.search.save": "Enregistrer la recherche",
|
|
374
|
+
"eo.search.reset": "Réinitialiser",
|
|
375
|
+
"eo.search.agg.time.lastyear": "Année dernière",
|
|
376
|
+
"eo.search.agg.time.thisyear": "Cette année",
|
|
377
|
+
"eo.search.agg.time.lastmonth": "Mois dernier",
|
|
378
|
+
"eo.search.agg.time.thismonth": "Ce mois",
|
|
379
|
+
"eo.search.agg.time.lastweek": "Semaine dernière",
|
|
380
|
+
"eo.search.agg.time.thisweek": "Cette semaine",
|
|
381
|
+
"eo.search.agg.time.yesterday": "Hier",
|
|
382
|
+
"eo.search.agg.time.today": "Aujourd'hui",
|
|
383
|
+
"eo.search.agg.time.span": "Période",
|
|
384
|
+
"eo.search.agg.time.span.custom": "Période définie par l'utilisateur",
|
|
385
|
+
"eo.search.agg.time.span.from": "de",
|
|
386
|
+
"eo.search.agg.time.span.to": "à",
|
|
387
|
+
"eo.search.agg.time.span.since": "depuis",
|
|
388
|
+
"eo.search.agg.time.span.until": "à",
|
|
389
|
+
"eo.search.agg.creator": "Créateur",
|
|
390
|
+
"eo.search.agg.modifier": "Personne en charge",
|
|
391
|
+
"eo.search.agg.createdby": "Créé par",
|
|
392
|
+
"eo.search.agg.modifiedby": "Traité par",
|
|
393
|
+
"eo.search.agg.filename": "Nom de fichier",
|
|
394
|
+
"eo.search.agg.time.custom.save": "Reprendre",
|
|
395
|
+
"eo.search.agg.time.custom.remove": "Supprimer",
|
|
396
|
+
"eo.search.objecttype.form": "Formulaire de recherche '{{type}}'",
|
|
397
|
+
"eo.search.group.general": "Global",
|
|
398
|
+
"eo.search.submit": "Rechercher",
|
|
399
|
+
"eo.search.title": "Résultat de la recherche",
|
|
400
|
+
"eo.search.title.storedqueries": "Recherches enregistrées",
|
|
401
|
+
"eo.search.storedqueries.restrict": "Mes recherches",
|
|
402
|
+
"eo.search.suggest": "Vouliez-vous dire: ",
|
|
403
|
+
"eo.search.restrict.type": "Type d'objet",
|
|
404
|
+
"eo.search.restrict.creation": "Créé",
|
|
405
|
+
"eo.search.restrict.modification": "Modifié",
|
|
406
|
+
"eo.search.restrict.mimetypegroup": "Type de fichier",
|
|
407
|
+
"eo.search.restrict.file": "Fichier de document",
|
|
408
|
+
"eo.search.restrict.filename": "Nom de fichier",
|
|
409
|
+
"eo.search.restrict.filesize": "Taille de fichier",
|
|
410
|
+
"eo.bar.button.prepare.tooltip": "Ouvrir la boîte d'archivage",
|
|
411
|
+
"eo.bar.button.inbox.tooltip": "Ouvrir la boîte de réception",
|
|
412
|
+
"eo.bar.button.favorites.tooltip": "Ouvrir les favoris",
|
|
413
|
+
"eo.bar.button.search.tooltip": "Rechercher",
|
|
414
|
+
"eo.bar.button.file.tooltip": "Créer des objet",
|
|
415
|
+
"eo.bar.button.logout.title": "Déconnecter",
|
|
416
|
+
"eo.bar.button.settings.title": "Paramètres",
|
|
417
|
+
"eo.sidebar.navigation.title": "Navigation",
|
|
418
|
+
"eo.sidebar.navigation.favorites": "Favoris",
|
|
419
|
+
"eo.sidebar.navigation.favorites.tooltip": "Ouvrir les favoris",
|
|
420
|
+
"eo.sidebar.navigation.inbox": "Boîte de réception",
|
|
421
|
+
"eo.sidebar.navigation.inbox.tooltip": "Ouvrir la boîte de réception",
|
|
422
|
+
"eo.sidebar.navigation.process": "Processus",
|
|
423
|
+
"eo.sidebar.navigation.process.tooltip": "Afficher les processus",
|
|
424
|
+
"eo.sidebar.navigation.notifications": "Avis",
|
|
425
|
+
"eo.sidebar.navigation.prepare": "Boîte d'archivage",
|
|
426
|
+
"eo.sidebar.navigation.prepare.tooltip": "Ouvrir la boîte d'archivage",
|
|
427
|
+
"eo.sidebar.help.title": "Aide",
|
|
428
|
+
"eo.sidebar.help.about": "Informations produit",
|
|
429
|
+
"eo.sidebar.help.about.tooltip": "Informations relatives au produit",
|
|
430
|
+
"eo.sidebar.help.license": "Avis de licence",
|
|
431
|
+
"eo.sidebar.help.license.tooltip": "Informations de licence relatives aux composants tiers",
|
|
432
|
+
"eo.sidebar.help.shortcuts": "Combinaisons de touches",
|
|
433
|
+
"eo.sidebar.help.shortcuts.tooltip": "Combinaisons de touches",
|
|
434
|
+
"eo.sidebar.help.manual": "Documentation utilisateur",
|
|
435
|
+
"eo.sidebar.help.manual.tooltip": "Documentation utilisateur",
|
|
436
|
+
"eo.datepicker.calendar.select": "Sélectionner",
|
|
437
|
+
"eo.datepicker.calendar.cancel": "Interrompre",
|
|
438
|
+
"eo.form.table.options.subhead.edit": "Traiter les données saisies",
|
|
439
|
+
"eo.form.table.options.subhead.new": "Ajouter les données saisies",
|
|
440
|
+
"eo.form.table.options.btn.save": "Reprendre",
|
|
441
|
+
"eo.form.table.options.btn.delete": "Supprimer",
|
|
442
|
+
"eo.form.table.options.btn.cancel": "Interrompre",
|
|
443
|
+
"eo.object.summary.version": "Version",
|
|
444
|
+
"eo.object.summary.version.compare": "Afficher les versions",
|
|
445
|
+
"eo.form.property.required": "Champ obligatoire",
|
|
446
|
+
"eo.form.property.maxlength": "Les données saisies doivent comprendre {{maxlength}} caractères maximum.",
|
|
447
|
+
"eo.form.property.minlength": "Les données saisies doivent comprendre {{minlength}} caractères minimum.",
|
|
448
|
+
"eo.form.property.number": "Veuillez indiquer une valeur numérique.",
|
|
449
|
+
"eo.form.property.number.scale": "Le nombre de chiffres après la virgule est incorrect. {{scale}} max.",
|
|
450
|
+
"eo.form.property.number.precision": "Le nombre de chiffres avant la virgule est incorrect. {{prepointdigits}} max.",
|
|
451
|
+
"eo.checkout.message": "Souhaiteriez-vous verrouiller le document contre le traitement par d'autres utilisateurs ?",
|
|
452
|
+
"eo.checkout.yes": "Oui",
|
|
453
|
+
"eo.checkout.no": "Non",
|
|
454
|
+
"eo.checkout.cancel": "Interrompre",
|
|
455
|
+
"eo.export.title": "Exporter sous forme de",
|
|
456
|
+
"eo.export.action.pdf.label": "PDF",
|
|
457
|
+
"eo.export.action.pdf.description": "Exporte le document sous forme de PDF",
|
|
458
|
+
"eo.export.cancel": "Interrompre",
|
|
459
|
+
"eo.resubmission.field.info": "Titre",
|
|
460
|
+
"eo.resubmission.field.due": "Date",
|
|
461
|
+
"eo.resubmission.add": "Créer",
|
|
462
|
+
"eo.resubmission.apply": "Modifier",
|
|
463
|
+
"eo.resubmission.cancel": "Interrompre",
|
|
464
|
+
"eo.resubmission.delete": "Supprimer",
|
|
465
|
+
"eo.subscription.field.info": "Titre",
|
|
466
|
+
"eo.subscription.add": "Créer",
|
|
467
|
+
"eo.subscription.cancel": "Interrompre",
|
|
468
|
+
"eo.upload.global.root.title": "Emplacement d'archivage général",
|
|
469
|
+
"eo.upload.global.root.description": "Archiver le fichier dans l'emplacement d'archivage général.",
|
|
470
|
+
"eo.upload.global.object.title": "Remplacer un document",
|
|
471
|
+
"eo.upload.global.object.title.nocontent": "Ajouter un document",
|
|
472
|
+
"eo.upload.global.cancel": "Interrompre",
|
|
473
|
+
"eo.upload.global.error.title": "Échec du chargement",
|
|
474
|
+
"eo.upload.global.error.description": "Le fichier n'a pas pu être transféré sur le serveur.",
|
|
475
|
+
"eo.upload.global.target": "Cible",
|
|
476
|
+
"eo.upload.global.choose.title": "Traitement",
|
|
477
|
+
"eo.upload.global.choose.message": "Vous avez sélectionné plus d'un fichier. Souhaitez-vous définir les données d'index séparément pour chaque objet ou traiter tous les fichiers simultanément ?",
|
|
478
|
+
"eo.upload.global.choose.single": "Séparément",
|
|
479
|
+
"eo.upload.global.choose.multi": "De manière groupée",
|
|
480
|
+
"eo.action.menu.email.label": "Envoyer un e-mail",
|
|
481
|
+
"eo.action.menu.email.description": "Ouvrir d'autres actions par e-mail",
|
|
482
|
+
"eo.email.title": "Envoyer un e-mail",
|
|
483
|
+
"eo.action.menu.clipboard.label": "Copier dans le Presse-papiers",
|
|
484
|
+
"eo.clipboard.title": "Copier dans le Presse-papiers",
|
|
485
|
+
"eo.action.menu.clipboard.description": "Ouvre d'autres actions de Presse-papiers",
|
|
486
|
+
"eo.form.property.string.regex.nomatch": "The input does not match the requirements",
|
|
487
|
+
"eo.search.aside.summary.contextfoldertypes": "Context",
|
|
488
|
+
"eo.executable.processes.execute":"Ok",
|
|
489
|
+
"eo.add.title.location.subfolder":"Add to current folder",
|
|
490
|
+
"eo.help.about.releasedate.label": "Release timestamp: ",
|
|
491
|
+
"eo.action.manage.rights.read.label": "Share",
|
|
492
|
+
"eo.action.manage.rights.read.description": "Lets the user share read rights for this document.",
|
|
493
|
+
"eo.column.config.pinned": "pin",
|
|
494
|
+
"eo.inbox.filter.absent": "Substitution",
|
|
495
|
+
"eo.inbox.filter.overdue": "Overdue",
|
|
496
|
+
"eo.inbox.item.note.absence": "Substitution",
|
|
497
|
+
"eo.references.object.notfound": "No references found.",
|
|
498
|
+
"eo.references.to.label": "References to this object",
|
|
499
|
+
"eo.references.from.label": "References to other objects",
|
|
500
|
+
"eo.references.open.resultlist": "Open in hit list",
|
|
501
|
+
"eo.process.details.tab.task.indexdata": "Process data",
|
|
502
|
+
"eo.process.recipients": "Recipients",
|
|
503
|
+
"eo.process.substitute": "Substitution for",
|
|
504
|
+
"eo.export.action.original.label": "Original",
|
|
505
|
+
"eo.export.action.original.description": "Downloads the document file in the original format",
|
|
506
|
+
"eo.manage.rights.title": "Share object with other users",
|
|
507
|
+
"eo.manage.rights.element.label": "Users/groups",
|
|
508
|
+
"eo.manage.rights.cancel": "Cancel",
|
|
509
|
+
"eo.manage.rights.save": "Save",
|
|
510
|
+
"eo.resubmission.error.msg": "At least one notification method must be selected.",
|
|
511
|
+
"eo.resubmission.field.notification.inbox": "Notification via inbox",
|
|
512
|
+
"eo.resubmission.field.notification.email": "Notification by email",
|
|
513
|
+
"eo.subscription.error.msg": "At least one notification method must be selected.",
|
|
514
|
+
"eo.subscription.field.notification.inbox": "Notification via inbox",
|
|
515
|
+
"eo.subscription.field.notification.email": "Notification by email",
|
|
516
|
+
"eo.search.objecttype.form.context": "in context",
|
|
517
|
+
"eo.manage.rights.message": "The Objekt {{title}} is now shared with {{shared}}.",
|
|
518
|
+
"eo.manage.rights.message.notshared": "The Object is not longer shared by you.",
|
|
519
|
+
"eo.action.menu.clipboard.copy.message": "The Objekt {{title}} was copied",
|
|
520
|
+
"eo.action.menu.clipboard.copy.multiple.message": "{{count}} Objektes were copied",
|
|
521
|
+
"eo.action.menu.custom.run.success":"The action {{title}} is executed.",
|
|
522
|
+
"eo.action.menu.custom.run.error": "Unfortunately the action {{title}} could not be executed."
|
|
523
|
+
}
|