@colijnit/sharedcomponents 261.1.0 → 261.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1184) hide show
  1. package/.browserslistrc +16 -0
  2. package/.editorconfig +16 -0
  3. package/README.md +11 -8
  4. package/Sharedcomponents.iml +15 -0
  5. package/angular.json +177 -0
  6. package/build.xml +31 -0
  7. package/custom-login-bundle.webpack.config.js +3 -0
  8. package/karma.conf.js +44 -0
  9. package/move-assets.js +14 -0
  10. package/package.json +79 -33
  11. package/projects/sharedcomponents/.browserslistrc +16 -0
  12. package/projects/sharedcomponents/README.md +24 -0
  13. package/projects/sharedcomponents/karma.conf.js +44 -0
  14. package/projects/sharedcomponents/ng-package.json +17 -0
  15. package/projects/sharedcomponents/package.json +25 -0
  16. package/projects/sharedcomponents/src/lib/assets/dictionary/text.properties.ts +8 -0
  17. package/projects/sharedcomponents/src/lib/assets/icons/account.svg +1 -0
  18. package/projects/sharedcomponents/src/lib/assets/icons/angle_left_solid.svg +1 -0
  19. package/projects/sharedcomponents/src/lib/assets/icons/angle_right_solid.svg +1 -0
  20. package/projects/sharedcomponents/src/lib/assets/icons/arrow_down.svg +1 -0
  21. package/projects/sharedcomponents/src/lib/assets/icons/arrow_down_regular.svg +1 -0
  22. package/projects/sharedcomponents/src/lib/assets/icons/arrow_fat_right.svg +1 -0
  23. package/projects/sharedcomponents/src/lib/assets/icons/arrow_left_round_open.svg +1 -0
  24. package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_down.svg +6 -0
  25. package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_left.svg +1 -0
  26. package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_right.svg +1 -0
  27. package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_up.svg +8 -0
  28. package/projects/sharedcomponents/src/lib/assets/icons/arrow_right_arrow_left_regular.svg +1 -0
  29. package/projects/sharedcomponents/src/lib/assets/icons/at_solid.svg +1 -0
  30. package/projects/sharedcomponents/src/lib/assets/icons/barcode_read_regular.svg +1 -0
  31. package/projects/sharedcomponents/src/lib/assets/icons/bell_regular.svg +1 -0
  32. package/projects/sharedcomponents/src/lib/assets/icons/bell_slash_regular.svg +1 -0
  33. package/projects/sharedcomponents/src/lib/assets/icons/bring_forward_regular.svg +1 -0
  34. package/projects/sharedcomponents/src/lib/assets/icons/camera.svg +1 -0
  35. package/projects/sharedcomponents/src/lib/assets/icons/check_duotone.svg +1 -0
  36. package/projects/sharedcomponents/src/lib/assets/icons/check_round.svg +1 -0
  37. package/projects/sharedcomponents/src/lib/assets/icons/check_solid.svg +1 -0
  38. package/projects/sharedcomponents/src/lib/assets/icons/chevron_right_regular.svg +1 -0
  39. package/projects/sharedcomponents/src/lib/assets/icons/clock_regular.svg +1 -0
  40. package/projects/sharedcomponents/src/lib/assets/icons/comment_regular.svg +1 -0
  41. package/projects/sharedcomponents/src/lib/assets/icons/cross_skinny.svg +1 -0
  42. package/projects/sharedcomponents/src/lib/assets/icons/cubes.svg +1 -0
  43. package/projects/sharedcomponents/src/lib/assets/icons/delete_left_regular.svg +1 -0
  44. package/projects/sharedcomponents/src/lib/assets/icons/delivery_truck.svg +12 -0
  45. package/projects/sharedcomponents/src/lib/assets/icons/detail_view.svg +1 -0
  46. package/projects/sharedcomponents/src/lib/assets/icons/diagram_project_regular.svg +1 -0
  47. package/projects/sharedcomponents/src/lib/assets/icons/dropzone.svg +1 -0
  48. package/projects/sharedcomponents/src/lib/assets/icons/edit_pen_regular.svg +1 -0
  49. package/projects/sharedcomponents/src/lib/assets/icons/email.svg +5 -0
  50. package/projects/sharedcomponents/src/lib/assets/icons/email_regular.svg +1 -0
  51. package/projects/sharedcomponents/src/lib/assets/icons/employee.svg +1 -0
  52. package/projects/sharedcomponents/src/lib/assets/icons/envelope_regular.svg +1 -0
  53. package/projects/sharedcomponents/src/lib/assets/icons/eye_regular.svg +1 -0
  54. package/projects/sharedcomponents/src/lib/assets/icons/file_export_regular.svg +1 -0
  55. package/projects/sharedcomponents/src/lib/assets/icons/file_export_solid.svg +1 -0
  56. package/projects/sharedcomponents/src/lib/assets/icons/file_magnifying_glass.svg +1 -0
  57. package/projects/sharedcomponents/src/lib/assets/icons/file_pdf_regular.svg +1 -0
  58. package/projects/sharedcomponents/src/lib/assets/icons/file_pdf_solid.svg +1 -0
  59. package/projects/sharedcomponents/src/lib/assets/icons/file_signature_regular.svg +1 -0
  60. package/projects/sharedcomponents/src/lib/assets/icons/folders_sharp_regular.svg +1 -0
  61. package/projects/sharedcomponents/src/lib/assets/icons/house_blank_regular.svg +1 -0
  62. package/projects/sharedcomponents/src/lib/assets/icons/ione_workflow.svg +62 -0
  63. package/projects/sharedcomponents/src/lib/assets/icons/list_ul_regular.svg +1 -0
  64. package/projects/sharedcomponents/src/lib/assets/icons/lock.svg +1 -0
  65. package/projects/sharedcomponents/src/lib/assets/icons/message_sms_regular.svg +1 -0
  66. package/projects/sharedcomponents/src/lib/assets/icons/message_sms_solid.svg +1 -0
  67. package/projects/sharedcomponents/src/lib/assets/icons/minus_simple.svg +1 -0
  68. package/projects/sharedcomponents/src/lib/assets/icons/notification.svg +1 -0
  69. package/projects/sharedcomponents/src/lib/assets/icons/paper_plane_top_solid.svg +1 -0
  70. package/projects/sharedcomponents/src/lib/assets/icons/paperclip_regular.svg +1 -0
  71. package/projects/sharedcomponents/src/lib/assets/icons/pdf.svg +15 -0
  72. package/projects/sharedcomponents/src/lib/assets/icons/person_digging_regular.svg +1 -0
  73. package/projects/sharedcomponents/src/lib/assets/icons/pin_round_open.svg +11 -0
  74. package/projects/sharedcomponents/src/lib/assets/icons/plus_regular.svg +1 -0
  75. package/projects/sharedcomponents/src/lib/assets/icons/plus_simple.svg +1 -0
  76. package/projects/sharedcomponents/src/lib/assets/icons/print.svg +10 -0
  77. package/projects/sharedcomponents/src/lib/assets/icons/print_regular.svg +1 -0
  78. package/projects/sharedcomponents/src/lib/assets/icons/print_solid.svg +1 -0
  79. package/projects/sharedcomponents/src/lib/assets/icons/regular_file_signature_circle_plus.svg +1 -0
  80. package/projects/sharedcomponents/src/lib/assets/icons/share_solid.svg +1 -0
  81. package/projects/sharedcomponents/src/lib/assets/icons/signature_field.svg +9 -0
  82. package/projects/sharedcomponents/src/lib/assets/icons/solid_barcode_read_tag.svg +1 -0
  83. package/projects/sharedcomponents/src/lib/assets/icons/square_plus_regular.svg +1 -0
  84. package/projects/sharedcomponents/src/lib/assets/icons/tag_regular.svg +1 -0
  85. package/projects/sharedcomponents/src/lib/assets/icons/task.svg +1 -0
  86. package/projects/sharedcomponents/src/lib/assets/icons/trash_can_regular.svg +1 -0
  87. package/projects/sharedcomponents/src/lib/assets/icons/trashbin.svg +2 -0
  88. package/projects/sharedcomponents/src/lib/assets/icons/x_solid.svg +1 -0
  89. package/projects/sharedcomponents/src/lib/assets/icons/xml.svg +1 -0
  90. package/projects/sharedcomponents/src/lib/businessobject/build-images-and-documentation-result.ts +8 -0
  91. package/projects/sharedcomponents/src/lib/businessobject/document-allowed-extension.bo.ts +12 -0
  92. package/projects/sharedcomponents/src/lib/businessobject/drag-drop-container-element.ts +9 -0
  93. package/projects/sharedcomponents/src/lib/businessobject/drag-drop-container.ts +9 -0
  94. package/projects/sharedcomponents/src/lib/businessobject/user-group.bo.ts +34 -0
  95. package/projects/sharedcomponents/src/lib/components/access/read-write-access.component.ts +103 -0
  96. package/projects/sharedcomponents/src/lib/components/access/read-write-access.module.ts +15 -0
  97. package/projects/sharedcomponents/src/lib/components/activity-list/activity-list.component.ts +225 -0
  98. package/projects/sharedcomponents/src/lib/components/activity-list/activity-list.module.ts +22 -0
  99. package/projects/sharedcomponents/src/lib/components/activity-list-header/activity-list-header.component.ts +78 -0
  100. package/projects/sharedcomponents/src/lib/components/activity-list-header/activity-list-header.module.ts +27 -0
  101. package/projects/sharedcomponents/src/lib/components/activity-list-header/components/period-filter/period-filter-popup.component.ts +63 -0
  102. package/projects/sharedcomponents/src/lib/components/activity-list-header/components/period-filter/period-filter.component.ts +117 -0
  103. package/projects/sharedcomponents/src/lib/components/activity-list-header/components/period-filter/period-filter.module.ts +32 -0
  104. package/projects/sharedcomponents/src/lib/components/activity-overview-component/component-activity-overview.component.ts +224 -0
  105. package/projects/sharedcomponents/src/lib/components/activity-overview-component/component-activity-overview.module.ts +25 -0
  106. package/projects/sharedcomponents/src/lib/components/activity-overview-component/components/base-activity-overview.component.ts +342 -0
  107. package/projects/sharedcomponents/src/lib/components/app-file-dropzone/app-file-dropzone.component.ts +45 -0
  108. package/projects/sharedcomponents/src/lib/components/app-file-dropzone/app-file-dropzone.module.ts +21 -0
  109. package/projects/sharedcomponents/src/lib/components/custom-pdf/custom-pdf-dialog.component.ts +299 -0
  110. package/projects/sharedcomponents/src/lib/components/custom-pdf/custom-pdf-dialog.module.ts +28 -0
  111. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-base-view.component.ts +68 -0
  112. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-day-view.component.ts +35 -0
  113. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-event.component.ts +73 -0
  114. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-events.component.ts +53 -0
  115. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-half-hour-cell.component.ts +81 -0
  116. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-header.component.ts +405 -0
  117. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-hour-cell.component.ts +38 -0
  118. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-hour-view-labels.component.ts +50 -0
  119. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-hour-view.component.ts +46 -0
  120. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-month-view.component.ts +65 -0
  121. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-select-event.component.ts +39 -0
  122. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-view.component.ts +41 -0
  123. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-week-select-view.component.ts +63 -0
  124. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-week-view.component.ts +50 -0
  125. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/view-select.component.ts +78 -0
  126. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-all-months.component.ts +37 -0
  127. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-all-years.component.ts +52 -0
  128. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-header.component.ts +123 -0
  129. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-view.component.ts +200 -0
  130. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar.component.ts +35 -0
  131. package/projects/sharedcomponents/src/lib/components/date-planning/date-planning.component.ts +145 -0
  132. package/projects/sharedcomponents/src/lib/components/date-planning/date-planning.module.ts +63 -0
  133. package/projects/sharedcomponents/src/lib/components/docsign/component/signature/signature.component.ts +82 -0
  134. package/projects/sharedcomponents/src/lib/components/docsign/component/signatures/signatures.component.ts +50 -0
  135. package/projects/sharedcomponents/src/lib/components/docsign/docsign.component.ts +293 -0
  136. package/projects/sharedcomponents/src/lib/components/docsign/docsign.module.ts +22 -0
  137. package/projects/sharedcomponents/src/lib/components/email-selector/email-selector.component.ts +121 -0
  138. package/projects/sharedcomponents/src/lib/components/email-selector/email-selector.module.ts +32 -0
  139. package/projects/sharedcomponents/src/lib/components/file-upload/file-upload.component.ts +241 -0
  140. package/projects/sharedcomponents/src/lib/components/file-upload/file-upload.module.ts +28 -0
  141. package/projects/sharedcomponents/src/lib/components/file-upload-popup/file-upload-popup.component.ts +451 -0
  142. package/projects/sharedcomponents/src/lib/components/file-upload-popup/file-upload-popup.module.ts +39 -0
  143. package/projects/sharedcomponents/src/lib/components/files-upload/components/base-file-upload.component.ts +549 -0
  144. package/projects/sharedcomponents/src/lib/components/files-upload/components/drag-drop-container.component.ts +131 -0
  145. package/projects/sharedcomponents/src/lib/components/files-upload/files-upload.component.ts +187 -0
  146. package/projects/sharedcomponents/src/lib/components/files-upload/files-upload.module.ts +54 -0
  147. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/components/forms-test-component/forms-test-component.component.ts +58 -0
  148. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/components/forms-test-component/forms-test-component.module.ts +19 -0
  149. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.component.ts +113 -0
  150. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.module.ts +21 -0
  151. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/form-builder-question.component.ts +161 -0
  152. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/form-builder-user-form.component.ts +296 -0
  153. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/form-builder-user-form.module.ts +53 -0
  154. package/projects/sharedcomponents/src/lib/components/image-display/image-display.component.ts +42 -0
  155. package/projects/sharedcomponents/src/lib/components/image-display/image-display.module.ts +22 -0
  156. package/projects/sharedcomponents/src/lib/components/key-pad/key-pad.component.ts +216 -0
  157. package/projects/sharedcomponents/src/lib/components/key-pad/key-pad.module.ts +20 -0
  158. package/projects/sharedcomponents/src/lib/components/layout-switcher/layout-switcher.component.ts +98 -0
  159. package/projects/sharedcomponents/src/lib/components/layout-switcher/layout-switcher.module.ts +21 -0
  160. package/projects/sharedcomponents/src/lib/components/linear-gauge/co-linear-gauge.component.ts +63 -0
  161. package/projects/sharedcomponents/src/lib/components/linear-gauge/co-linear-gauge.module.ts +17 -0
  162. package/projects/sharedcomponents/src/lib/components/login/components/input-code/input-code.component.ts +187 -0
  163. package/projects/sharedcomponents/src/lib/components/login/components/input-code/input-code.module.ts +19 -0
  164. package/projects/sharedcomponents/src/lib/components/login/components/login-base.component.ts +150 -0
  165. package/projects/sharedcomponents/src/lib/components/login/components/login-change-password.component.ts +178 -0
  166. package/projects/sharedcomponents/src/lib/components/login/components/login-mfa-code-entry.component.ts +113 -0
  167. package/projects/sharedcomponents/src/lib/components/login/components/login-mfa-code-setup.component.ts +44 -0
  168. package/projects/sharedcomponents/src/lib/components/login/components/login-username-password.component.ts +160 -0
  169. package/projects/sharedcomponents/src/lib/components/login/enum/mfa-send-method-type.enum.ts +6 -0
  170. package/projects/sharedcomponents/src/lib/components/login/interface/finger-print-result.interface.ts +4 -0
  171. package/projects/sharedcomponents/src/lib/components/login/localization/login-translation.ts +15 -0
  172. package/projects/sharedcomponents/src/lib/components/login/login.component.ts +184 -0
  173. package/projects/sharedcomponents/src/lib/components/login/login.module.ts +54 -0
  174. package/projects/sharedcomponents/src/lib/components/login/service/finger-print.service.ts +45 -0
  175. package/projects/sharedcomponents/src/lib/components/login/service/login-adapter.service.ts +109 -0
  176. package/projects/sharedcomponents/src/lib/components/login/service/login.service.ts +104 -0
  177. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component.ts +117 -0
  178. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module.ts +24 -0
  179. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/activity-summary-block/style/_layout.scss +211 -0
  180. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/base-activity-summary.component.ts +164 -0
  181. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.ts +140 -0
  182. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module.ts +26 -0
  183. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.ts +83 -0
  184. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module.ts +23 -0
  185. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.ts +149 -0
  186. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.ts +29 -0
  187. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.ts +65 -0
  188. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/status-summary-block/status-summary-block.module.ts +24 -0
  189. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/task-details/task-details.component.ts +103 -0
  190. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/task-details/task-details.module.ts +24 -0
  191. package/projects/sharedcomponents/src/lib/components/modify-task-form/modify-task-form.component.ts +340 -0
  192. package/projects/sharedcomponents/src/lib/components/modify-task-form/modify-task-form.module.ts +40 -0
  193. package/projects/sharedcomponents/src/lib/components/multi-property-toggler/multiple-property-toggler.component.ts +106 -0
  194. package/projects/sharedcomponents/src/lib/components/multi-property-toggler/multiple-property-toggler.module.ts +20 -0
  195. package/projects/sharedcomponents/src/lib/components/open-activity-list/component-activity-list.component.ts +377 -0
  196. package/projects/sharedcomponents/src/lib/components/open-activity-list/component-activity-list.module.ts +30 -0
  197. package/projects/sharedcomponents/src/lib/components/open-activity-list/components/base-open-activity-list.component.ts +299 -0
  198. package/projects/sharedcomponents/src/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component.ts +40 -0
  199. package/projects/sharedcomponents/src/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module..ts +18 -0
  200. package/projects/sharedcomponents/src/lib/components/preferred-planning/preferred-planning.component.ts +254 -0
  201. package/projects/sharedcomponents/src/lib/components/preferred-planning/preferred-planning.module.ts +30 -0
  202. package/projects/sharedcomponents/src/lib/components/preview-pdf-dialog/preview-pdf-dialog.component.ts +86 -0
  203. package/projects/sharedcomponents/src/lib/components/preview-pdf-dialog/preview-pdf-dialog.module.ts +26 -0
  204. package/projects/sharedcomponents/src/lib/components/role-email-selector/role-email-selector.component.ts +181 -0
  205. package/projects/sharedcomponents/src/lib/components/role-email-selector/role-email-selector.module.ts +29 -0
  206. package/projects/sharedcomponents/src/lib/components/screen-config-generator/enums/field-type.enum.ts +9 -0
  207. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Config.ts +6 -0
  208. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Field.ts +8 -0
  209. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Header.ts +8 -0
  210. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Module.ts +6 -0
  211. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Rubric.ts +10 -0
  212. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/ScreenConfig.ts +9 -0
  213. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/SubCat.ts +9 -0
  214. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/SubRubric.ts +8 -0
  215. package/projects/sharedcomponents/src/lib/components/screen-config-generator/screen-config-generator.component.ts +539 -0
  216. package/projects/sharedcomponents/src/lib/components/screen-config-generator/screen-config-generator.module.ts +21 -0
  217. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component.ts +78 -0
  218. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.module.ts +21 -0
  219. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.ts +80 -0
  220. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/layout-selection/layout-selection.module.ts +22 -0
  221. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.ts +60 -0
  222. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/printer-selection/printer-selection.module.ts +22 -0
  223. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.component.ts +276 -0
  224. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.module.ts +26 -0
  225. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.ts +104 -0
  226. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.ts +28 -0
  227. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.ts +40 -0
  228. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.ts +23 -0
  229. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.ts +182 -0
  230. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.ts +34 -0
  231. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/signature-button/signature-button.component.ts +64 -0
  232. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/signature-button/signature-button.module.ts +20 -0
  233. package/projects/sharedcomponents/src/lib/components/send-method-dialog/model/email-address-viewmodel.ts +9 -0
  234. package/projects/sharedcomponents/src/lib/components/send-method-dialog/send-method-dialog.component.ts +495 -0
  235. package/projects/sharedcomponents/src/lib/components/send-method-dialog/send-method-dialog.module.ts +38 -0
  236. package/projects/sharedcomponents/src/lib/components/send-method-dialog/send-method-params.interface.ts +13 -0
  237. package/projects/sharedcomponents/src/lib/components/send-method-dialog/service/send-method.service.ts +86 -0
  238. package/projects/sharedcomponents/src/lib/components/simple-tags/simple-tags.component.ts +92 -0
  239. package/projects/sharedcomponents/src/lib/components/simple-tags/simple-tags.module.ts +26 -0
  240. package/projects/sharedcomponents/src/lib/components/simple-tags-form/simple-tags-form.component.ts +208 -0
  241. package/projects/sharedcomponents/src/lib/components/simple-tags-form/simple-tags-form.module.ts +24 -0
  242. package/projects/sharedcomponents/src/lib/components/statusbar/statusbar-popup.component.ts +118 -0
  243. package/projects/sharedcomponents/src/lib/components/statusbar/statusbar.component.ts +115 -0
  244. package/projects/sharedcomponents/src/lib/components/statusbar/statusbar.module.ts +25 -0
  245. package/projects/sharedcomponents/src/lib/components/stock/base/base-stock.component.ts +17 -0
  246. package/projects/sharedcomponents/src/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.ts +77 -0
  247. package/projects/sharedcomponents/src/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.ts +56 -0
  248. package/projects/sharedcomponents/src/lib/components/stock/components/order-stock-history/order-stock-history.component.ts +55 -0
  249. package/projects/sharedcomponents/src/lib/components/stock/components/order-stock-tab/order-stock-tab.component.ts +54 -0
  250. package/projects/sharedcomponents/src/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.ts +55 -0
  251. package/projects/sharedcomponents/src/lib/components/stock/components/order-tab/order-tab.component.ts +180 -0
  252. package/projects/sharedcomponents/src/lib/components/stock/components/stock-history/stock-history.component.ts +63 -0
  253. package/projects/sharedcomponents/src/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.ts +266 -0
  254. package/projects/sharedcomponents/src/lib/components/stock/components/stock-location/stock-location.component.ts +373 -0
  255. package/projects/sharedcomponents/src/lib/components/stock/components/stock-prognose/stock-prognose.component.ts +71 -0
  256. package/projects/sharedcomponents/src/lib/components/stock/components/stock-tab/stock-tab.component.ts +41 -0
  257. package/projects/sharedcomponents/src/lib/components/stock/service/stock-module-screen-config.service.ts +23 -0
  258. package/projects/sharedcomponents/src/lib/components/stock/stock-history-tabs/stock-history-tabs.component.ts +32 -0
  259. package/projects/sharedcomponents/src/lib/components/stock/stock-information/stock-information.component.ts +86 -0
  260. package/projects/sharedcomponents/src/lib/components/stock/stock-information-grid/stock-information-grid.component.ts +500 -0
  261. package/projects/sharedcomponents/src/lib/components/stock/stock-tabs/stock-tabs.component.ts +191 -0
  262. package/projects/sharedcomponents/src/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.ts +4 -0
  263. package/projects/sharedcomponents/src/lib/components/stock/stock-transfer/stock-change-amount.component.ts +77 -0
  264. package/projects/sharedcomponents/src/lib/components/stock/stock-transfer/stock-transfer.component.ts +264 -0
  265. package/projects/sharedcomponents/src/lib/components/stock/stock-transfer-allocated/stock-transfer-allocated.component.ts +317 -0
  266. package/projects/sharedcomponents/src/lib/components/stock/stock.component.ts +249 -0
  267. package/projects/sharedcomponents/src/lib/components/stock/stock.module.ts +99 -0
  268. package/projects/sharedcomponents/src/lib/components/stock-statusbar/stock-statusbar.component.ts +23 -0
  269. package/projects/sharedcomponents/src/lib/components/stock-statusbar/stock-statusbar.module.ts +17 -0
  270. package/projects/sharedcomponents/src/lib/components/tab-bar/tab-bar.component.ts +110 -0
  271. package/projects/sharedcomponents/src/lib/components/tab-bar/tab-bar.module.ts +22 -0
  272. package/projects/sharedcomponents/src/lib/components/tab-bar/tab.interface.ts +8 -0
  273. package/projects/sharedcomponents/src/lib/components/tags/component/tag-join-label/tag-join-label.component.ts +61 -0
  274. package/projects/sharedcomponents/src/lib/components/tags/component/tag-label/tag-label.component.ts +47 -0
  275. package/projects/sharedcomponents/src/lib/components/tags/component/treeview/model/tree-view-node-item.ts +132 -0
  276. package/projects/sharedcomponents/src/lib/components/tags/component/treeview/treeview.component.ts +261 -0
  277. package/projects/sharedcomponents/src/lib/components/tags/tags.component.ts +192 -0
  278. package/projects/sharedcomponents/src/lib/components/tags/tags.module.ts +28 -0
  279. package/projects/sharedcomponents/src/lib/components/task-creator/style/_layout.scss +213 -0
  280. package/projects/sharedcomponents/src/lib/components/task-creator/task-creator.component.ts +497 -0
  281. package/projects/sharedcomponents/src/lib/components/task-creator/task-creator.module.ts +49 -0
  282. package/projects/sharedcomponents/src/lib/components/task-modifyer/task-modifier.component.ts +355 -0
  283. package/projects/sharedcomponents/src/lib/components/task-modifyer/task-modifyer.module..ts +32 -0
  284. package/projects/sharedcomponents/src/lib/components/tile-renderer/tile-render.component.ts +137 -0
  285. package/projects/sharedcomponents/src/lib/components/tile-renderer/tile-render.module.ts +26 -0
  286. package/projects/sharedcomponents/src/lib/components/workflow-info-tiles/components/workflow-info-tile.component.ts +59 -0
  287. package/projects/sharedcomponents/src/lib/components/workflow-info-tiles/components/workflow-info-tile.module.ts +22 -0
  288. package/projects/sharedcomponents/src/lib/components/workflow-info-tiles/workflow-info-tiles.component.ts +63 -0
  289. package/projects/sharedcomponents/src/lib/components/workflow-info-tiles/workflow-info-tiles.module.ts +22 -0
  290. package/projects/sharedcomponents/src/lib/components/workflow-notification-toggle/workflow-notification-toggle-popup.ts +55 -0
  291. package/projects/sharedcomponents/src/lib/components/workflow-notification-toggle/workflow-notification-toggle.component.ts +88 -0
  292. package/projects/sharedcomponents/src/lib/components/workflow-notification-toggle/workflow-notification-toggle.module.ts +34 -0
  293. package/projects/sharedcomponents/src/lib/decorator/input-boolean.decorator.ts +35 -0
  294. package/projects/sharedcomponents/src/lib/directives/absolute-overlay-template.directive.ts +26 -0
  295. package/projects/sharedcomponents/src/lib/directives/align-with.directive.ts +191 -0
  296. package/projects/sharedcomponents/src/lib/directives/click-outside.directive.ts +25 -0
  297. package/projects/sharedcomponents/src/lib/directives/directives.module.ts +22 -0
  298. package/projects/sharedcomponents/src/lib/enum/activity-cfg-name.enum.ts +28 -0
  299. package/projects/sharedcomponents/src/lib/enum/app-button-type.enum.ts +9 -0
  300. package/projects/sharedcomponents/src/lib/enum/calendar-view.enum.ts +10 -0
  301. package/projects/sharedcomponents/src/lib/enum/co-document-type.ts +11 -0
  302. package/projects/sharedcomponents/src/lib/enum/document-allowed-type.enum.ts +10 -0
  303. package/projects/sharedcomponents/src/lib/enum/document-email-report.enum.ts +16 -0
  304. package/projects/sharedcomponents/src/lib/enum/domain-multiple-name.enum.ts +11 -0
  305. package/projects/sharedcomponents/src/lib/enum/file-type.ts +12 -0
  306. package/projects/sharedcomponents/src/lib/enum/files-upload-config-objects.ts +25 -0
  307. package/projects/sharedcomponents/src/lib/enum/gauge-color.enum.ts +9 -0
  308. package/projects/sharedcomponents/src/lib/enum/icon.enum.ts +77 -0
  309. package/projects/sharedcomponents/src/lib/enum/internal-param.enum.ts +38 -0
  310. package/projects/sharedcomponents/src/lib/enum/keyboard-code.enum.ts +31 -0
  311. package/projects/sharedcomponents/src/lib/enum/language-code.enum.ts +6 -0
  312. package/projects/sharedcomponents/src/lib/enum/login-component-extra-action-type.enum.ts +4 -0
  313. package/projects/sharedcomponents/src/lib/enum/login-component-page.type.enum.ts +6 -0
  314. package/projects/sharedcomponents/src/lib/enum/login-component-query-variables-name.enum.ts +5 -0
  315. package/projects/sharedcomponents/src/lib/enum/month.enum.ts +15 -0
  316. package/projects/sharedcomponents/src/lib/enum/read-write-access-config-names.enum.ts +5 -0
  317. package/projects/sharedcomponents/src/lib/enum/shared-cfg-name.enum.ts +32 -0
  318. package/projects/sharedcomponents/src/lib/enum/table-name.enum.ts +85 -0
  319. package/projects/sharedcomponents/src/lib/enum/tag-category.enum.ts +20 -0
  320. package/projects/sharedcomponents/src/lib/enum/tags-component-config-names.ts +5 -0
  321. package/projects/sharedcomponents/src/lib/enum/thumb-three-way-state.ts +18 -0
  322. package/projects/sharedcomponents/src/lib/enum/tile-size-type.ts +5 -0
  323. package/projects/sharedcomponents/src/lib/enum/time-period.enum.ts +9 -0
  324. package/projects/sharedcomponents/src/lib/enum/user-form-mode.enum.ts +5 -0
  325. package/projects/sharedcomponents/src/lib/event/co-drag-event.ts +6 -0
  326. package/projects/sharedcomponents/src/lib/event/co-drop-event.ts +12 -0
  327. package/projects/sharedcomponents/src/lib/interface/operation-callback-activity.ts +6 -0
  328. package/projects/sharedcomponents/src/lib/interface/operation-callback-function-with-validation.ts +6 -0
  329. package/projects/sharedcomponents/src/lib/interface/operation-callback-simple-function.ts +4 -0
  330. package/projects/sharedcomponents/src/lib/model/agenda-event-per-day.model.ts +6 -0
  331. package/projects/sharedcomponents/src/lib/model/agenda-event.model.ts +19 -0
  332. package/projects/sharedcomponents/src/lib/model/agenda-null-objects.ts +11 -0
  333. package/projects/sharedcomponents/src/lib/model/constant/all-months.ts +17 -0
  334. package/projects/sharedcomponents/src/lib/model/date-range.ts +10 -0
  335. package/projects/sharedcomponents/src/lib/model/day.model.ts +9 -0
  336. package/projects/sharedcomponents/src/lib/model/icon-svg.ts +77 -0
  337. package/projects/sharedcomponents/src/lib/model/month.model.ts +11 -0
  338. package/projects/sharedcomponents/src/lib/model/send-method.ts +13 -0
  339. package/projects/sharedcomponents/src/lib/model/settings.ts +5 -0
  340. package/projects/sharedcomponents/src/lib/model/tag-tree-item.bo.ts +28 -0
  341. package/projects/sharedcomponents/src/lib/model/time-window.bo.ts +21 -0
  342. package/projects/sharedcomponents/src/lib/model/tree-object.ts +13 -0
  343. package/projects/sharedcomponents/src/lib/model/tree-view-default.model.ts +107 -0
  344. package/projects/sharedcomponents/src/lib/model/tree-view-node-default.model.ts +196 -0
  345. package/projects/sharedcomponents/src/lib/model/tree-view-node-item-options.model.ts +12 -0
  346. package/projects/sharedcomponents/src/lib/model/tree-view-node.model.ts +150 -0
  347. package/projects/sharedcomponents/src/lib/model/tree-view.model.ts +57 -0
  348. package/projects/sharedcomponents/src/lib/model/util/forms-null-object.ts +7 -0
  349. package/projects/sharedcomponents/src/lib/model/week.model.ts +5 -0
  350. package/projects/sharedcomponents/src/lib/model/weekday.model.ts +17 -0
  351. package/projects/sharedcomponents/src/lib/pipe/array-number.pipe.ts +14 -0
  352. package/projects/sharedcomponents/src/lib/pipe/file-type-image.pipe.ts +50 -0
  353. package/projects/sharedcomponents/src/lib/pipe/master-pipes.ts +9 -0
  354. package/projects/sharedcomponents/src/lib/pipe/ucfirst.pipe.ts +14 -0
  355. package/projects/sharedcomponents/src/lib/res/dictionary/dictionaries.ts +7 -0
  356. package/projects/sharedcomponents/src/lib/res/dictionary/text_de.properties.json +1 -0
  357. package/projects/sharedcomponents/src/lib/res/dictionary/text_en.properties.json +1 -0
  358. package/projects/sharedcomponents/src/lib/res/dictionary/text_fr.properties.json +1 -0
  359. package/projects/sharedcomponents/src/lib/res/dictionary/text_nl.properties.json +1 -0
  360. package/projects/sharedcomponents/src/lib/service/app-absolute-overlay-outlet.service.ts +20 -0
  361. package/projects/sharedcomponents/src/lib/service/drag-drop.service.ts +423 -0
  362. package/projects/sharedcomponents/src/lib/service/icon-cache.service.ts +51 -0
  363. package/projects/sharedcomponents/src/lib/service/options.service.ts +43 -0
  364. package/projects/sharedcomponents/src/lib/service/shared-connector.service.ts +863 -0
  365. package/projects/sharedcomponents/src/lib/service/shared-event.service.ts +9 -0
  366. package/projects/sharedcomponents/src/lib/service/shared-initializer.service.ts +44 -0
  367. package/projects/sharedcomponents/src/lib/service/shared.service.ts +244 -0
  368. package/projects/sharedcomponents/src/lib/service/stock.service.ts +124 -0
  369. package/projects/sharedcomponents/src/lib/translation/shared-components-dictionary.service.ts +73 -0
  370. package/projects/sharedcomponents/src/lib/translation/shared-components-translation.module.ts +12 -0
  371. package/projects/sharedcomponents/src/lib/translation/shared-localize.pipe.ts +21 -0
  372. package/projects/sharedcomponents/src/lib/typings/local/fingerprintjs2/index.d.ts +42 -0
  373. package/projects/sharedcomponents/src/lib/utils/array-utils.ts +225 -0
  374. package/projects/sharedcomponents/src/lib/utils/browser-utils.ts +124 -0
  375. package/projects/sharedcomponents/src/lib/utils/calendar.utils.ts +199 -0
  376. package/projects/sharedcomponents/src/lib/utils/check-precision-and-scale-result.ts +5 -0
  377. package/projects/sharedcomponents/src/lib/utils/co-document-shared-field-logic.ts +58 -0
  378. package/projects/sharedcomponents/src/lib/utils/date-utils.ts +302 -0
  379. package/projects/sharedcomponents/src/lib/utils/enum-utils.ts +149 -0
  380. package/projects/sharedcomponents/src/lib/utils/event-utils.ts +70 -0
  381. package/projects/sharedcomponents/src/lib/utils/form-utils.ts +33 -0
  382. package/projects/sharedcomponents/src/lib/utils/function/not-nill.function.ts +4 -0
  383. package/projects/sharedcomponents/src/lib/utils/is-nill.function.ts +4 -0
  384. package/projects/sharedcomponents/src/lib/utils/map-utils.ts +44 -0
  385. package/projects/sharedcomponents/src/lib/utils/number-utils.ts +439 -0
  386. package/projects/sharedcomponents/src/lib/utils/object-utils.ts +310 -0
  387. package/projects/sharedcomponents/src/lib/utils/ref-code-utils.ts +60 -0
  388. package/projects/sharedcomponents/src/lib/utils/string-utils.ts +102 -0
  389. package/projects/sharedcomponents/src/lib/utils/tree-utils.ts +63 -0
  390. package/projects/sharedcomponents/src/public-api.ts +50 -0
  391. package/projects/sharedcomponents/src/test.ts +27 -0
  392. package/projects/sharedcomponents/tsconfig.lib.json +18 -0
  393. package/projects/sharedcomponents/tsconfig.lib.prod.json +10 -0
  394. package/projects/sharedcomponents/tsconfig.spec.json +17 -0
  395. package/script/create-bundle-version.js +19 -0
  396. package/script/create-dictionaries.js +41 -0
  397. package/script/merge-icons.js +39 -0
  398. package/src/app/app-login.component.ts +18 -0
  399. package/src/app/app-module.service.ts +7 -0
  400. package/src/app/app-screen-config.service.ts +13 -0
  401. package/src/app/app.component.scss +31 -0
  402. package/src/app/app.component.spec.ts +31 -0
  403. package/src/app/app.component.ts +798 -0
  404. package/src/app/app.module.ts +100 -0
  405. package/src/app/bundle/index.html +14 -0
  406. package/src/app/bundle/login/login-bundle.component.scss +8 -0
  407. package/src/app/bundle/login/login-bundle.component.ts +150 -0
  408. package/src/app/bundle/login/login-bundle.module.ts +32 -0
  409. package/src/app/bundle/main-login-bundle.ts +11 -0
  410. package/src/app/bundle/polyfills.ts +63 -0
  411. package/src/app/bundle/shared-version.ts +7 -0
  412. package/src/app/test-data.service.ts +230 -0
  413. package/src/assets/.gitkeep +0 -0
  414. package/src/environments/environment.bundle.prod.ts +3 -0
  415. package/src/environments/environment.prod.ts +3 -0
  416. package/src/environments/environment.ts +16 -0
  417. package/src/favicon.ico +0 -0
  418. package/src/index.html +13 -0
  419. package/src/main.ts +12 -0
  420. package/src/polyfills.ts +53 -0
  421. package/src/styles.scss +92 -0
  422. package/src/test.ts +26 -0
  423. package/tsconfig.app.json +15 -0
  424. package/tsconfig.bundle.json +38 -0
  425. package/tsconfig.json +64 -0
  426. package/tsconfig.spec.json +18 -0
  427. package/webpack.login.bundle.config.js +32 -0
  428. package/bundles/colijnit-sharedcomponents.umd.js +0 -17989
  429. package/bundles/colijnit-sharedcomponents.umd.js.map +0 -1
  430. package/colijnit-sharedcomponents.d.ts +0 -143
  431. package/colijnit-sharedcomponents.metadata.json +0 -1
  432. package/esm2015/colijnit-sharedcomponents.js +0 -144
  433. package/esm2015/lib/businessobject/build-images-and-documentation-result.js +0 -2
  434. package/esm2015/lib/businessobject/drag-drop-container-element.js +0 -2
  435. package/esm2015/lib/businessobject/drag-drop-container.js +0 -7
  436. package/esm2015/lib/components/activity-list/activity-list.component.js +0 -192
  437. package/esm2015/lib/components/activity-list/activity-list.module.js +0 -24
  438. package/esm2015/lib/components/activity-list-header/activity-list-header.component.js +0 -67
  439. package/esm2015/lib/components/activity-list-header/activity-list-header.module.js +0 -28
  440. package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter-popup.component.js +0 -55
  441. package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter.component.js +0 -103
  442. package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter.module.js +0 -33
  443. package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +0 -215
  444. package/esm2015/lib/components/activity-overview-component/component-activity-overview.module.js +0 -26
  445. package/esm2015/lib/components/activity-overview-component/components/base-activity-overview.component.js +0 -283
  446. package/esm2015/lib/components/app-file-dropzone/app-file-dropzone.component.js +0 -47
  447. package/esm2015/lib/components/app-file-dropzone/app-file-dropzone.module.js +0 -20
  448. package/esm2015/lib/components/custom-pdf/custom-pdf-dialog.component.js +0 -279
  449. package/esm2015/lib/components/custom-pdf/custom-pdf-dialog.module.js +0 -27
  450. package/esm2015/lib/components/date-planning/component/agenda/agenda-base-view.component.js +0 -61
  451. package/esm2015/lib/components/date-planning/component/agenda/agenda-day-view.component.js +0 -36
  452. package/esm2015/lib/components/date-planning/component/agenda/agenda-event.component.js +0 -56
  453. package/esm2015/lib/components/date-planning/component/agenda/agenda-events.component.js +0 -47
  454. package/esm2015/lib/components/date-planning/component/agenda/agenda-half-hour-cell.component.js +0 -68
  455. package/esm2015/lib/components/date-planning/component/agenda/agenda-header.component.js +0 -366
  456. package/esm2015/lib/components/date-planning/component/agenda/agenda-hour-cell.component.js +0 -36
  457. package/esm2015/lib/components/date-planning/component/agenda/agenda-hour-view-labels.component.js +0 -50
  458. package/esm2015/lib/components/date-planning/component/agenda/agenda-hour-view.component.js +0 -46
  459. package/esm2015/lib/components/date-planning/component/agenda/agenda-month-view.component.js +0 -61
  460. package/esm2015/lib/components/date-planning/component/agenda/agenda-select-event.component.js +0 -39
  461. package/esm2015/lib/components/date-planning/component/agenda/agenda-view.component.js +0 -35
  462. package/esm2015/lib/components/date-planning/component/agenda/agenda-week-select-view.component.js +0 -64
  463. package/esm2015/lib/components/date-planning/component/agenda/agenda-week-view.component.js +0 -48
  464. package/esm2015/lib/components/date-planning/component/agenda/view-select.component.js +0 -75
  465. package/esm2015/lib/components/date-planning/component/calendar/calendar-all-months.component.js +0 -34
  466. package/esm2015/lib/components/date-planning/component/calendar/calendar-all-years.component.js +0 -48
  467. package/esm2015/lib/components/date-planning/component/calendar/calendar-header.component.js +0 -107
  468. package/esm2015/lib/components/date-planning/component/calendar/calendar-view.component.js +0 -178
  469. package/esm2015/lib/components/date-planning/component/calendar/calendar.component.js +0 -34
  470. package/esm2015/lib/components/date-planning/date-planning.component.js +0 -116
  471. package/esm2015/lib/components/date-planning/date-planning.module.js +0 -65
  472. package/esm2015/lib/components/docsign/component/signature/signature.component.js +0 -75
  473. package/esm2015/lib/components/docsign/component/signatures/signatures.component.js +0 -44
  474. package/esm2015/lib/components/docsign/docsign.component.js +0 -263
  475. package/esm2015/lib/components/docsign/docsign.module.js +0 -23
  476. package/esm2015/lib/components/email-selector/email-selector.component.js +0 -117
  477. package/esm2015/lib/components/email-selector/email-selector.module.js +0 -32
  478. package/esm2015/lib/components/file-upload/file-upload.component.js +0 -210
  479. package/esm2015/lib/components/file-upload/file-upload.module.js +0 -27
  480. package/esm2015/lib/components/file-upload-popup/file-upload-popup.component.js +0 -404
  481. package/esm2015/lib/components/file-upload-popup/file-upload-popup.module.js +0 -31
  482. package/esm2015/lib/components/files-upload/components/base-file-upload.component.js +0 -468
  483. package/esm2015/lib/components/files-upload/components/drag-drop-container.component.js +0 -115
  484. package/esm2015/lib/components/files-upload/files-upload.component.js +0 -148
  485. package/esm2015/lib/components/files-upload/files-upload.module.js +0 -47
  486. package/esm2015/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.component.js +0 -98
  487. package/esm2015/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.module.js +0 -23
  488. package/esm2015/lib/components/form-builder/form-builder-user-form/form-builder-question.component.js +0 -148
  489. package/esm2015/lib/components/form-builder/form-builder-user-form/form-builder-user-form.component.js +0 -266
  490. package/esm2015/lib/components/form-builder/form-builder-user-form/form-builder-user-form.module.js +0 -43
  491. package/esm2015/lib/components/image-display/image-display.component.js +0 -36
  492. package/esm2015/lib/components/image-display/image-display.module.js +0 -23
  493. package/esm2015/lib/components/key-pad/key-pad.component.js +0 -200
  494. package/esm2015/lib/components/key-pad/key-pad.module.js +0 -22
  495. package/esm2015/lib/components/layout-switcher/layout-switcher.component.js +0 -74
  496. package/esm2015/lib/components/layout-switcher/layout-switcher.module.js +0 -21
  497. package/esm2015/lib/components/linear-gauge/co-linear-gauge.component.js +0 -67
  498. package/esm2015/lib/components/linear-gauge/co-linear-gauge.module.js +0 -19
  499. package/esm2015/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component.js +0 -100
  500. package/esm2015/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module.js +0 -25
  501. package/esm2015/lib/components/modify-task-form/components/base-activity-summary.component.js +0 -131
  502. package/esm2015/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.js +0 -120
  503. package/esm2015/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module.js +0 -27
  504. package/esm2015/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.js +0 -88
  505. package/esm2015/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module.js +0 -24
  506. package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.js +0 -108
  507. package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.js +0 -28
  508. package/esm2015/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.js +0 -74
  509. package/esm2015/lib/components/modify-task-form/components/status-summary-block/status-summary-block.module.js +0 -25
  510. package/esm2015/lib/components/modify-task-form/components/task-details/task-details.component.js +0 -105
  511. package/esm2015/lib/components/modify-task-form/components/task-details/task-details.module.js +0 -25
  512. package/esm2015/lib/components/modify-task-form/modify-task-form.component.js +0 -293
  513. package/esm2015/lib/components/modify-task-form/modify-task-form.module.js +0 -40
  514. package/esm2015/lib/components/multi-property-toggler/multiple-property-toggler.component.js +0 -89
  515. package/esm2015/lib/components/multi-property-toggler/multiple-property-toggler.module.js +0 -21
  516. package/esm2015/lib/components/open-activity-list/component-activity-list.component.js +0 -296
  517. package/esm2015/lib/components/open-activity-list/component-activity-list.module.js +0 -30
  518. package/esm2015/lib/components/open-activity-list/components/base-open-activity-list.component.js +0 -266
  519. package/esm2015/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component.js +0 -41
  520. package/esm2015/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module..js +0 -19
  521. package/esm2015/lib/components/preferred-planning/preferred-planning.component.js +0 -218
  522. package/esm2015/lib/components/preferred-planning/preferred-planning.module.js +0 -25
  523. package/esm2015/lib/components/preview-pdf-dialog/preview-pdf-dialog.component.js +0 -77
  524. package/esm2015/lib/components/preview-pdf-dialog/preview-pdf-dialog.module.js +0 -26
  525. package/esm2015/lib/components/role-email-selector/role-email-selector.component.js +0 -159
  526. package/esm2015/lib/components/role-email-selector/role-email-selector.module.js +0 -29
  527. package/esm2015/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component.js +0 -64
  528. package/esm2015/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.module.js +0 -23
  529. package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.js +0 -73
  530. package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.module.js +0 -24
  531. package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +0 -58
  532. package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.module.js +0 -24
  533. package/esm2015/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.component.js +0 -239
  534. package/esm2015/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.module.js +0 -28
  535. package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +0 -94
  536. package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.js +0 -30
  537. package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.js +0 -42
  538. package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.js +0 -25
  539. package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +0 -163
  540. package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.js +0 -36
  541. package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.component.js +0 -57
  542. package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.module.js +0 -22
  543. package/esm2015/lib/components/send-method-dialog/model/email-address-viewmodel.js +0 -7
  544. package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +0 -404
  545. package/esm2015/lib/components/send-method-dialog/send-method-dialog.module.js +0 -39
  546. package/esm2015/lib/components/send-method-dialog/send-method-params.interface.js +0 -2
  547. package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +0 -75
  548. package/esm2015/lib/components/simple-tags/simple-tags.component.js +0 -87
  549. package/esm2015/lib/components/simple-tags/simple-tags.module.js +0 -28
  550. package/esm2015/lib/components/simple-tags-form/simple-tags-form.component.js +0 -196
  551. package/esm2015/lib/components/simple-tags-form/simple-tags-form.module.js +0 -26
  552. package/esm2015/lib/components/statusbar/statusbar-popup.component.js +0 -114
  553. package/esm2015/lib/components/statusbar/statusbar.component.js +0 -86
  554. package/esm2015/lib/components/statusbar/statusbar.module.js +0 -27
  555. package/esm2015/lib/components/stock/base/base-stock.component.js +0 -18
  556. package/esm2015/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.js +0 -79
  557. package/esm2015/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.js +0 -58
  558. package/esm2015/lib/components/stock/components/order-stock-history/order-stock-history.component.js +0 -58
  559. package/esm2015/lib/components/stock/components/order-stock-tab/order-stock-tab.component.js +0 -58
  560. package/esm2015/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.js +0 -58
  561. package/esm2015/lib/components/stock/components/order-tab/order-tab.component.js +0 -162
  562. package/esm2015/lib/components/stock/components/stock-history/stock-history.component.js +0 -66
  563. package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +0 -241
  564. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +0 -327
  565. package/esm2015/lib/components/stock/components/stock-prognose/stock-prognose.component.js +0 -73
  566. package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +0 -42
  567. package/esm2015/lib/components/stock/service/stock-module-screen-config.service.js +0 -27
  568. package/esm2015/lib/components/stock/stock-history-tabs/stock-history-tabs.component.js +0 -33
  569. package/esm2015/lib/components/stock/stock-information/stock-information.component.js +0 -76
  570. package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +0 -457
  571. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +0 -173
  572. package/esm2015/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.js +0 -2
  573. package/esm2015/lib/components/stock/stock-transfer/stock-change-amount.component.js +0 -72
  574. package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +0 -219
  575. package/esm2015/lib/components/stock/stock-transfer-allocated/stock-transfer-allocated.component.js +0 -273
  576. package/esm2015/lib/components/stock/stock.component.js +0 -211
  577. package/esm2015/lib/components/stock/stock.module.js +0 -86
  578. package/esm2015/lib/components/stock-statusbar/stock-statusbar.component.js +0 -23
  579. package/esm2015/lib/components/stock-statusbar/stock-statusbar.module.js +0 -19
  580. package/esm2015/lib/components/tab-bar/tab-bar.component.js +0 -98
  581. package/esm2015/lib/components/tab-bar/tab-bar.module.js +0 -23
  582. package/esm2015/lib/components/tab-bar/tab.interface.js +0 -2
  583. package/esm2015/lib/components/task-creator/task-creator.component.js +0 -410
  584. package/esm2015/lib/components/task-creator/task-creator.module.js +0 -40
  585. package/esm2015/lib/components/task-modifyer/task-modifier.component.js +0 -282
  586. package/esm2015/lib/components/task-modifyer/task-modifyer.module..js +0 -32
  587. package/esm2015/lib/components/tile-renderer/tile-render.component.js +0 -90
  588. package/esm2015/lib/components/tile-renderer/tile-render.module.js +0 -26
  589. package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.component.js +0 -52
  590. package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.module.js +0 -22
  591. package/esm2015/lib/components/workflow-info-tiles/workflow-info-tiles.component.js +0 -60
  592. package/esm2015/lib/components/workflow-info-tiles/workflow-info-tiles.module.js +0 -22
  593. package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle-popup.js +0 -53
  594. package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle.component.js +0 -81
  595. package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle.module.js +0 -34
  596. package/esm2015/lib/decorator/input-boolean.decorator.js +0 -34
  597. package/esm2015/lib/directives/absolute-overlay-template.directive.js +0 -29
  598. package/esm2015/lib/directives/align-with.directive.js +0 -174
  599. package/esm2015/lib/directives/click-outside.directive.js +0 -25
  600. package/esm2015/lib/directives/directives.module.js +0 -22
  601. package/esm2015/lib/enum/activity-cfg-name.enum.js +0 -29
  602. package/esm2015/lib/enum/app-button-type.enum.js +0 -11
  603. package/esm2015/lib/enum/calendar-view.enum.js +0 -12
  604. package/esm2015/lib/enum/document-email-report.enum.js +0 -18
  605. package/esm2015/lib/enum/domain-multiple-name.enum.js +0 -13
  606. package/esm2015/lib/enum/file-type.js +0 -14
  607. package/esm2015/lib/enum/files-upload-config-objects.js +0 -3
  608. package/esm2015/lib/enum/gauge-color.enum.js +0 -11
  609. package/esm2015/lib/enum/icon.enum.js +0 -78
  610. package/esm2015/lib/enum/internal-param.enum.js +0 -38
  611. package/esm2015/lib/enum/keyboard-code.enum.js +0 -33
  612. package/esm2015/lib/enum/language-code.enum.js +0 -8
  613. package/esm2015/lib/enum/month.enum.js +0 -17
  614. package/esm2015/lib/enum/read-write-access-config-names.enum.js +0 -2
  615. package/esm2015/lib/enum/shared-cfg-name.enum.js +0 -19
  616. package/esm2015/lib/enum/table-name.enum.js +0 -86
  617. package/esm2015/lib/enum/tag-category.enum.js +0 -22
  618. package/esm2015/lib/enum/tags-component-config-names.js +0 -2
  619. package/esm2015/lib/enum/thumb-three-way-state.js +0 -19
  620. package/esm2015/lib/enum/tile-size-type.js +0 -7
  621. package/esm2015/lib/enum/time-period.enum.js +0 -11
  622. package/esm2015/lib/enum/user-form-mode.enum.js +0 -7
  623. package/esm2015/lib/event/co-drag-event.js +0 -2
  624. package/esm2015/lib/event/co-drop-event.js +0 -2
  625. package/esm2015/lib/interface/activities-task-config-names.js +0 -2
  626. package/esm2015/lib/interface/key-value-pair.js +0 -2
  627. package/esm2015/lib/interface/operation-callback-activity.js +0 -5
  628. package/esm2015/lib/interface/operation-callback-function-with-validation.js +0 -5
  629. package/esm2015/lib/interface/operation-callback-simple-function.js +0 -4
  630. package/esm2015/lib/model/agenda-event-per-day.model.js +0 -6
  631. package/esm2015/lib/model/agenda-event.model.js +0 -8
  632. package/esm2015/lib/model/agenda-null-objects.js +0 -11
  633. package/esm2015/lib/model/constant/all-months.js +0 -17
  634. package/esm2015/lib/model/date-range.js +0 -5
  635. package/esm2015/lib/model/day.model.js +0 -7
  636. package/esm2015/lib/model/icon-svg.js +0 -77
  637. package/esm2015/lib/model/month.model.js +0 -11
  638. package/esm2015/lib/model/send-method.js +0 -8
  639. package/esm2015/lib/model/settings.js +0 -4
  640. package/esm2015/lib/model/tag-tree-item.bo.js +0 -16
  641. package/esm2015/lib/model/time-window.bo.js +0 -26
  642. package/esm2015/lib/model/tree-object.js +0 -15
  643. package/esm2015/lib/model/util/forms-null-object.js +0 -7
  644. package/esm2015/lib/model/week.model.js +0 -6
  645. package/esm2015/lib/model/weekday.model.js +0 -10
  646. package/esm2015/lib/pipe/array-number.pipe.js +0 -15
  647. package/esm2015/lib/pipe/file-type-image.pipe.js +0 -51
  648. package/esm2015/lib/pipe/master-pipes.js +0 -9
  649. package/esm2015/lib/pipe/ucfirst.pipe.js +0 -16
  650. package/esm2015/lib/res/dictionary/dictionaries.js +0 -9
  651. package/esm2015/lib/service/app-absolute-overlay-outlet.service.js +0 -20
  652. package/esm2015/lib/service/drag-drop.service.js +0 -365
  653. package/esm2015/lib/service/icon-cache.service.js +0 -51
  654. package/esm2015/lib/service/options.service.js +0 -48
  655. package/esm2015/lib/service/shared-connector.service.js +0 -932
  656. package/esm2015/lib/service/shared-event.service.js +0 -15
  657. package/esm2015/lib/service/shared.service.js +0 -252
  658. package/esm2015/lib/service/stock.service.js +0 -109
  659. package/esm2015/lib/translation/shared-components-dictionary.service.js +0 -69
  660. package/esm2015/lib/translation/shared-components-translation.module.js +0 -15
  661. package/esm2015/lib/translation/shared-localize.pipe.js +0 -26
  662. package/esm2015/lib/utils/array-utils.js +0 -202
  663. package/esm2015/lib/utils/browser-utils.js +0 -100
  664. package/esm2015/lib/utils/calendar.utils.js +0 -179
  665. package/esm2015/lib/utils/check-precision-and-scale-result.js +0 -2
  666. package/esm2015/lib/utils/check-within-stepped-bounds-result.js +0 -2
  667. package/esm2015/lib/utils/co-document-shared-field-logic.js +0 -50
  668. package/esm2015/lib/utils/date-utils.js +0 -264
  669. package/esm2015/lib/utils/enum-utils.js +0 -128
  670. package/esm2015/lib/utils/event-utils.js +0 -59
  671. package/esm2015/lib/utils/form-utils.js +0 -32
  672. package/esm2015/lib/utils/function/not-nill.function.js +0 -5
  673. package/esm2015/lib/utils/is-nill.function.js +0 -5
  674. package/esm2015/lib/utils/map-utils.js +0 -41
  675. package/esm2015/lib/utils/number-utils.js +0 -390
  676. package/esm2015/lib/utils/object-utils.js +0 -278
  677. package/esm2015/lib/utils/ref-code-utils.js +0 -49
  678. package/esm2015/lib/utils/string-utils.js +0 -97
  679. package/esm2015/public-api.js +0 -48
  680. package/fesm2015/colijnit-sharedcomponents.js +0 -18716
  681. package/fesm2015/colijnit-sharedcomponents.js.map +0 -1
  682. package/lib/businessobject/build-images-and-documentation-result.d.ts +0 -5
  683. package/lib/businessobject/drag-drop-container-element.d.ts +0 -6
  684. package/lib/businessobject/drag-drop-container.d.ts +0 -6
  685. package/lib/components/activity-list/activity-list.component.d.ts +0 -51
  686. package/lib/components/activity-list/activity-list.module.d.ts +0 -2
  687. package/lib/components/activity-list-header/activity-list-header.component.d.ts +0 -25
  688. package/lib/components/activity-list-header/activity-list-header.module.d.ts +0 -2
  689. package/lib/components/activity-list-header/components/period-filter/period-filter-popup.component.d.ts +0 -11
  690. package/lib/components/activity-list-header/components/period-filter/period-filter.component.d.ts +0 -26
  691. package/lib/components/activity-list-header/components/period-filter/period-filter.module.d.ts +0 -2
  692. package/lib/components/activity-overview-component/component-activity-overview.component.d.ts +0 -24
  693. package/lib/components/activity-overview-component/component-activity-overview.module.d.ts +0 -2
  694. package/lib/components/activity-overview-component/components/base-activity-overview.component.d.ts +0 -81
  695. package/lib/components/app-file-dropzone/app-file-dropzone.component.d.ts +0 -14
  696. package/lib/components/app-file-dropzone/app-file-dropzone.module.d.ts +0 -2
  697. package/lib/components/custom-pdf/custom-pdf-dialog.component.d.ts +0 -41
  698. package/lib/components/custom-pdf/custom-pdf-dialog.module.d.ts +0 -2
  699. package/lib/components/date-planning/component/agenda/agenda-base-view.component.d.ts +0 -21
  700. package/lib/components/date-planning/component/agenda/agenda-day-view.component.d.ts +0 -7
  701. package/lib/components/date-planning/component/agenda/agenda-event.component.d.ts +0 -18
  702. package/lib/components/date-planning/component/agenda/agenda-events.component.d.ts +0 -13
  703. package/lib/components/date-planning/component/agenda/agenda-half-hour-cell.component.d.ts +0 -18
  704. package/lib/components/date-planning/component/agenda/agenda-header.component.d.ts +0 -51
  705. package/lib/components/date-planning/component/agenda/agenda-hour-cell.component.d.ts +0 -9
  706. package/lib/components/date-planning/component/agenda/agenda-hour-view-labels.component.d.ts +0 -8
  707. package/lib/components/date-planning/component/agenda/agenda-hour-view.component.d.ts +0 -7
  708. package/lib/components/date-planning/component/agenda/agenda-month-view.component.d.ts +0 -10
  709. package/lib/components/date-planning/component/agenda/agenda-select-event.component.d.ts +0 -12
  710. package/lib/components/date-planning/component/agenda/agenda-view.component.d.ts +0 -12
  711. package/lib/components/date-planning/component/agenda/agenda-week-select-view.component.d.ts +0 -10
  712. package/lib/components/date-planning/component/agenda/agenda-week-view.component.d.ts +0 -9
  713. package/lib/components/date-planning/component/agenda/view-select.component.d.ts +0 -13
  714. package/lib/components/date-planning/component/calendar/calendar-all-months.component.d.ts +0 -9
  715. package/lib/components/date-planning/component/calendar/calendar-all-years.component.d.ts +0 -9
  716. package/lib/components/date-planning/component/calendar/calendar-header.component.d.ts +0 -23
  717. package/lib/components/date-planning/component/calendar/calendar-view.component.d.ts +0 -31
  718. package/lib/components/date-planning/component/calendar/calendar.component.d.ts +0 -10
  719. package/lib/components/date-planning/date-planning.component.d.ts +0 -29
  720. package/lib/components/date-planning/date-planning.module.d.ts +0 -2
  721. package/lib/components/docsign/component/signature/signature.component.d.ts +0 -16
  722. package/lib/components/docsign/component/signatures/signatures.component.d.ts +0 -12
  723. package/lib/components/docsign/docsign.component.d.ts +0 -99
  724. package/lib/components/docsign/docsign.module.d.ts +0 -2
  725. package/lib/components/email-selector/email-selector.component.d.ts +0 -33
  726. package/lib/components/email-selector/email-selector.module.d.ts +0 -2
  727. package/lib/components/file-upload/file-upload.component.d.ts +0 -49
  728. package/lib/components/file-upload/file-upload.module.d.ts +0 -2
  729. package/lib/components/file-upload-popup/file-upload-popup.component.d.ts +0 -79
  730. package/lib/components/file-upload-popup/file-upload-popup.module.d.ts +0 -2
  731. package/lib/components/files-upload/components/base-file-upload.component.d.ts +0 -98
  732. package/lib/components/files-upload/components/drag-drop-container.component.d.ts +0 -34
  733. package/lib/components/files-upload/files-upload.component.d.ts +0 -32
  734. package/lib/components/files-upload/files-upload.module.d.ts +0 -2
  735. package/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.component.d.ts +0 -23
  736. package/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.module.d.ts +0 -2
  737. package/lib/components/form-builder/form-builder-user-form/form-builder-question.component.d.ts +0 -32
  738. package/lib/components/form-builder/form-builder-user-form/form-builder-user-form.component.d.ts +0 -64
  739. package/lib/components/form-builder/form-builder-user-form/form-builder-user-form.module.d.ts +0 -2
  740. package/lib/components/image-display/image-display.component.d.ts +0 -14
  741. package/lib/components/image-display/image-display.module.d.ts +0 -2
  742. package/lib/components/key-pad/key-pad.component.d.ts +0 -38
  743. package/lib/components/key-pad/key-pad.module.d.ts +0 -2
  744. package/lib/components/layout-switcher/layout-switcher.component.d.ts +0 -16
  745. package/lib/components/layout-switcher/layout-switcher.module.d.ts +0 -2
  746. package/lib/components/linear-gauge/co-linear-gauge.component.d.ts +0 -11
  747. package/lib/components/linear-gauge/co-linear-gauge.module.d.ts +0 -2
  748. package/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component.d.ts +0 -31
  749. package/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module.d.ts +0 -2
  750. package/lib/components/modify-task-form/components/activity-summary-block/style/_layout.scss +0 -160
  751. package/lib/components/modify-task-form/components/base-activity-summary.component.d.ts +0 -51
  752. package/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.d.ts +0 -28
  753. package/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module.d.ts +0 -2
  754. package/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.d.ts +0 -24
  755. package/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module.d.ts +0 -2
  756. package/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.d.ts +0 -28
  757. package/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.d.ts +0 -2
  758. package/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.d.ts +0 -17
  759. package/lib/components/modify-task-form/components/status-summary-block/status-summary-block.module.d.ts +0 -2
  760. package/lib/components/modify-task-form/components/task-details/task-details.component.d.ts +0 -23
  761. package/lib/components/modify-task-form/components/task-details/task-details.module.d.ts +0 -2
  762. package/lib/components/modify-task-form/modify-task-form.component.d.ts +0 -56
  763. package/lib/components/modify-task-form/modify-task-form.module.d.ts +0 -2
  764. package/lib/components/multi-property-toggler/multiple-property-toggler.component.d.ts +0 -27
  765. package/lib/components/multi-property-toggler/multiple-property-toggler.module.d.ts +0 -2
  766. package/lib/components/open-activity-list/component-activity-list.component.d.ts +0 -78
  767. package/lib/components/open-activity-list/component-activity-list.module.d.ts +0 -2
  768. package/lib/components/open-activity-list/components/base-open-activity-list.component.d.ts +0 -48
  769. package/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component.d.ts +0 -4
  770. package/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module..d.ts +0 -2
  771. package/lib/components/preferred-planning/preferred-planning.component.d.ts +0 -34
  772. package/lib/components/preferred-planning/preferred-planning.module.d.ts +0 -2
  773. package/lib/components/preview-pdf-dialog/preview-pdf-dialog.component.d.ts +0 -18
  774. package/lib/components/preview-pdf-dialog/preview-pdf-dialog.module.d.ts +0 -2
  775. package/lib/components/role-email-selector/role-email-selector.component.d.ts +0 -44
  776. package/lib/components/role-email-selector/role-email-selector.module.d.ts +0 -2
  777. package/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component.d.ts +0 -22
  778. package/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.module.d.ts +0 -2
  779. package/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.d.ts +0 -20
  780. package/lib/components/send-method-dialog/components/layout-selection/layout-selection.module.d.ts +0 -2
  781. package/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.d.ts +0 -16
  782. package/lib/components/send-method-dialog/components/printer-selection/printer-selection.module.d.ts +0 -2
  783. package/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.component.d.ts +0 -53
  784. package/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.module.d.ts +0 -2
  785. package/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.d.ts +0 -25
  786. package/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.d.ts +0 -2
  787. package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.d.ts +0 -11
  788. package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.d.ts +0 -2
  789. package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.d.ts +0 -41
  790. package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.d.ts +0 -2
  791. package/lib/components/send-method-dialog/components/signature-button/signature-button.component.d.ts +0 -16
  792. package/lib/components/send-method-dialog/components/signature-button/signature-button.module.d.ts +0 -2
  793. package/lib/components/send-method-dialog/model/email-address-viewmodel.d.ts +0 -5
  794. package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +0 -103
  795. package/lib/components/send-method-dialog/send-method-dialog.module.d.ts +0 -2
  796. package/lib/components/send-method-dialog/send-method-params.interface.d.ts +0 -13
  797. package/lib/components/send-method-dialog/service/send-method.service.d.ts +0 -29
  798. package/lib/components/simple-tags/simple-tags.component.d.ts +0 -24
  799. package/lib/components/simple-tags/simple-tags.module.d.ts +0 -2
  800. package/lib/components/simple-tags-form/simple-tags-form.component.d.ts +0 -29
  801. package/lib/components/simple-tags-form/simple-tags-form.module.d.ts +0 -2
  802. package/lib/components/statusbar/statusbar-popup.component.d.ts +0 -25
  803. package/lib/components/statusbar/statusbar.component.d.ts +0 -29
  804. package/lib/components/statusbar/statusbar.module.d.ts +0 -2
  805. package/lib/components/stock/base/base-stock.component.d.ts +0 -6
  806. package/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.d.ts +0 -14
  807. package/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.d.ts +0 -11
  808. package/lib/components/stock/components/order-stock-history/order-stock-history.component.d.ts +0 -11
  809. package/lib/components/stock/components/order-stock-tab/order-stock-tab.component.d.ts +0 -13
  810. package/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.d.ts +0 -11
  811. package/lib/components/stock/components/order-tab/order-tab.component.d.ts +0 -41
  812. package/lib/components/stock/components/stock-history/stock-history.component.d.ts +0 -15
  813. package/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.d.ts +0 -47
  814. package/lib/components/stock/components/stock-location/stock-location.component.d.ts +0 -72
  815. package/lib/components/stock/components/stock-prognose/stock-prognose.component.d.ts +0 -16
  816. package/lib/components/stock/components/stock-tab/stock-tab.component.d.ts +0 -9
  817. package/lib/components/stock/service/stock-module-screen-config.service.d.ts +0 -9
  818. package/lib/components/stock/stock-history-tabs/stock-history-tabs.component.d.ts +0 -7
  819. package/lib/components/stock/stock-information/stock-information.component.d.ts +0 -16
  820. package/lib/components/stock/stock-information-grid/stock-information-grid.component.d.ts +0 -75
  821. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +0 -36
  822. package/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.d.ts +0 -4
  823. package/lib/components/stock/stock-transfer/stock-change-amount.component.d.ts +0 -18
  824. package/lib/components/stock/stock-transfer/stock-transfer.component.d.ts +0 -51
  825. package/lib/components/stock/stock-transfer-allocated/stock-transfer-allocated.component.d.ts +0 -59
  826. package/lib/components/stock/stock.component.d.ts +0 -67
  827. package/lib/components/stock/stock.module.d.ts +0 -2
  828. package/lib/components/stock-statusbar/stock-statusbar.component.d.ts +0 -4
  829. package/lib/components/stock-statusbar/stock-statusbar.module.d.ts +0 -2
  830. package/lib/components/tab-bar/tab-bar.component.d.ts +0 -21
  831. package/lib/components/tab-bar/tab-bar.module.d.ts +0 -2
  832. package/lib/components/tab-bar/tab.interface.d.ts +0 -7
  833. package/lib/components/task-creator/style/_layout.scss +0 -201
  834. package/lib/components/task-creator/task-creator.component.d.ts +0 -91
  835. package/lib/components/task-creator/task-creator.module.d.ts +0 -2
  836. package/lib/components/task-modifyer/task-modifier.component.d.ts +0 -67
  837. package/lib/components/task-modifyer/task-modifyer.module..d.ts +0 -2
  838. package/lib/components/tile-renderer/tile-render.component.d.ts +0 -35
  839. package/lib/components/tile-renderer/tile-render.module.d.ts +0 -2
  840. package/lib/components/workflow-info-tiles/components/workflow-info-tile.component.d.ts +0 -17
  841. package/lib/components/workflow-info-tiles/components/workflow-info-tile.module.d.ts +0 -2
  842. package/lib/components/workflow-info-tiles/workflow-info-tiles.component.d.ts +0 -22
  843. package/lib/components/workflow-info-tiles/workflow-info-tiles.module.d.ts +0 -2
  844. package/lib/components/workflow-notification-toggle/workflow-notification-toggle-popup.d.ts +0 -15
  845. package/lib/components/workflow-notification-toggle/workflow-notification-toggle.component.d.ts +0 -28
  846. package/lib/components/workflow-notification-toggle/workflow-notification-toggle.module.d.ts +0 -2
  847. package/lib/decorator/input-boolean.decorator.d.ts +0 -8
  848. package/lib/directives/absolute-overlay-template.directive.d.ts +0 -9
  849. package/lib/directives/align-with.directive.d.ts +0 -35
  850. package/lib/directives/click-outside.directive.d.ts +0 -7
  851. package/lib/directives/directives.module.d.ts +0 -2
  852. package/lib/enum/activity-cfg-name.enum.d.ts +0 -27
  853. package/lib/enum/app-button-type.enum.d.ts +0 -9
  854. package/lib/enum/calendar-view.enum.d.ts +0 -10
  855. package/lib/enum/document-email-report.enum.d.ts +0 -15
  856. package/lib/enum/domain-multiple-name.enum.d.ts +0 -10
  857. package/lib/enum/file-type.d.ts +0 -7
  858. package/lib/enum/files-upload-config-objects.d.ts +0 -22
  859. package/lib/enum/gauge-color.enum.d.ts +0 -9
  860. package/lib/enum/icon.enum.d.ts +0 -76
  861. package/lib/enum/internal-param.enum.d.ts +0 -34
  862. package/lib/enum/keyboard-code.enum.d.ts +0 -31
  863. package/lib/enum/language-code.enum.d.ts +0 -6
  864. package/lib/enum/month.enum.d.ts +0 -14
  865. package/lib/enum/read-write-access-config-names.enum.d.ts +0 -4
  866. package/lib/enum/shared-cfg-name.enum.d.ts +0 -14
  867. package/lib/enum/table-name.enum.d.ts +0 -84
  868. package/lib/enum/tag-category.enum.d.ts +0 -19
  869. package/lib/enum/tags-component-config-names.d.ts +0 -4
  870. package/lib/enum/thumb-three-way-state.d.ts +0 -6
  871. package/lib/enum/tile-size-type.d.ts +0 -4
  872. package/lib/enum/time-period.enum.d.ts +0 -8
  873. package/lib/enum/user-form-mode.enum.d.ts +0 -4
  874. package/lib/event/co-drag-event.d.ts +0 -5
  875. package/lib/event/co-drop-event.d.ts +0 -8
  876. package/lib/interface/operation-callback-activity.d.ts +0 -5
  877. package/lib/interface/operation-callback-function-with-validation.d.ts +0 -5
  878. package/lib/interface/operation-callback-simple-function.d.ts +0 -4
  879. package/lib/model/agenda-event-per-day.model.d.ts +0 -5
  880. package/lib/model/agenda-event.model.d.ts +0 -17
  881. package/lib/model/agenda-null-objects.d.ts +0 -10
  882. package/lib/model/constant/all-months.d.ts +0 -2
  883. package/lib/model/date-range.d.ts +0 -7
  884. package/lib/model/day.model.d.ts +0 -8
  885. package/lib/model/icon-svg.d.ts +0 -4
  886. package/lib/model/month.model.d.ts +0 -5
  887. package/lib/model/send-method.d.ts +0 -7
  888. package/lib/model/settings.d.ts +0 -3
  889. package/lib/model/tag-tree-item.bo.d.ts +0 -18
  890. package/lib/model/time-window.bo.d.ts +0 -13
  891. package/lib/model/tree-object.d.ts +0 -8
  892. package/lib/model/util/forms-null-object.d.ts +0 -6
  893. package/lib/model/week.model.d.ts +0 -4
  894. package/lib/model/weekday.model.d.ts +0 -16
  895. package/lib/pipe/array-number.pipe.d.ts +0 -4
  896. package/lib/pipe/file-type-image.pipe.d.ts +0 -12
  897. package/lib/pipe/master-pipes.d.ts +0 -1
  898. package/lib/pipe/ucfirst.pipe.d.ts +0 -4
  899. package/lib/res/dictionary/dictionaries.d.ts +0 -31988
  900. package/lib/service/app-absolute-overlay-outlet.service.d.ts +0 -9
  901. package/lib/service/drag-drop.service.d.ts +0 -86
  902. package/lib/service/icon-cache.service.d.ts +0 -18
  903. package/lib/service/options.service.d.ts +0 -13
  904. package/lib/service/shared-connector.service.d.ts +0 -115
  905. package/lib/service/shared-event.service.d.ts +0 -4
  906. package/lib/service/shared.service.d.ts +0 -75
  907. package/lib/service/stock.service.d.ts +0 -39
  908. package/lib/translation/shared-components-dictionary.service.d.ts +0 -19
  909. package/lib/translation/shared-components-translation.module.d.ts +0 -2
  910. package/lib/translation/shared-localize.pipe.d.ts +0 -7
  911. package/lib/utils/array-utils.d.ts +0 -63
  912. package/lib/utils/browser-utils.d.ts +0 -15
  913. package/lib/utils/calendar.utils.d.ts +0 -14
  914. package/lib/utils/check-precision-and-scale-result.d.ts +0 -4
  915. package/lib/utils/co-document-shared-field-logic.d.ts +0 -7
  916. package/lib/utils/date-utils.d.ts +0 -44
  917. package/lib/utils/enum-utils.d.ts +0 -31
  918. package/lib/utils/event-utils.d.ts +0 -12
  919. package/lib/utils/form-utils.d.ts +0 -5
  920. package/lib/utils/function/not-nill.function.d.ts +0 -1
  921. package/lib/utils/is-nill.function.d.ts +0 -1
  922. package/lib/utils/map-utils.d.ts +0 -16
  923. package/lib/utils/number-utils.d.ts +0 -125
  924. package/lib/utils/object-utils.d.ts +0 -40
  925. package/lib/utils/ref-code-utils.d.ts +0 -10
  926. package/lib/utils/string-utils.d.ts +0 -39
  927. package/public-api.d.ts +0 -44
  928. /package/{lib → projects/sharedcomponents/src/lib}/components/access/read-write-access.scss +0 -0
  929. /package/{lib → projects/sharedcomponents/src/lib}/components/access/style/_layout.scss +0 -0
  930. /package/{lib → projects/sharedcomponents/src/lib}/components/access/style/_material-definition.scss +0 -0
  931. /package/{lib → projects/sharedcomponents/src/lib}/components/access/style/_theme.scss +0 -0
  932. /package/{lib → projects/sharedcomponents/src/lib}/components/access/style/material.scss +0 -0
  933. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list/style/_layout.scss +0 -0
  934. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list/style/_material-definition.scss +0 -0
  935. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list/style/_theme.scss +0 -0
  936. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list/style/material.scss +0 -0
  937. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/components/period-filter/style/_layout.scss +0 -0
  938. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/components/period-filter/style/_material-definition.scss +0 -0
  939. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/components/period-filter/style/_theme.scss +0 -0
  940. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/components/period-filter/style/material.scss +0 -0
  941. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/style/_layout.scss +0 -0
  942. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/style/_material-definition.scss +0 -0
  943. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/style/_theme.scss +0 -0
  944. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/style/material.scss +0 -0
  945. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-overview-component/style/_layout.scss +0 -0
  946. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-overview-component/style/_material-definition.scss +0 -0
  947. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-overview-component/style/_theme.scss +0 -0
  948. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-overview-component/style/material.scss +0 -0
  949. /package/{lib → projects/sharedcomponents/src/lib}/components/app-file-dropzone/style/_layout.scss +0 -0
  950. /package/{lib → projects/sharedcomponents/src/lib}/components/app-file-dropzone/style/_material-definition.scss +0 -0
  951. /package/{lib → projects/sharedcomponents/src/lib}/components/app-file-dropzone/style/_theme.scss +0 -0
  952. /package/{lib → projects/sharedcomponents/src/lib}/components/app-file-dropzone/style/material.scss +0 -0
  953. /package/{lib → projects/sharedcomponents/src/lib}/components/custom-pdf/style/_layout.scss +0 -0
  954. /package/{lib → projects/sharedcomponents/src/lib}/components/custom-pdf/style/_material-definition.scss +0 -0
  955. /package/{lib → projects/sharedcomponents/src/lib}/components/custom-pdf/style/_theme.scss +0 -0
  956. /package/{lib → projects/sharedcomponents/src/lib}/components/custom-pdf/style/material.scss +0 -0
  957. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/agenda/style/_layout.scss +0 -0
  958. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/agenda/style/_material-definition.scss +0 -0
  959. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/agenda/style/_theme.scss +0 -0
  960. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/agenda/style/material.scss +0 -0
  961. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/calendar/style/_layout.scss +0 -0
  962. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/calendar/style/_material-definition.scss +0 -0
  963. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/calendar/style/_theme.scss +0 -0
  964. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/calendar/style/material.scss +0 -0
  965. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/style/_layout.scss +0 -0
  966. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/style/_material-definition.scss +0 -0
  967. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/style/_theme.scss +0 -0
  968. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/style/material.scss +0 -0
  969. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signature/style/_layout.scss +0 -0
  970. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signature/style/_material-definition.scss +0 -0
  971. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signature/style/_theme.scss +0 -0
  972. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signature/style/material.scss +0 -0
  973. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signatures/style/_layout.scss +0 -0
  974. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signatures/style/_material-definition.scss +0 -0
  975. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signatures/style/_theme.scss +0 -0
  976. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signatures/style/material.scss +0 -0
  977. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/style/_layout.scss +0 -0
  978. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/style/_material-definition.scss +0 -0
  979. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/style/_theme.scss +0 -0
  980. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/style/material.scss +0 -0
  981. /package/{lib → projects/sharedcomponents/src/lib}/components/email-selector/style/_layout.scss +0 -0
  982. /package/{lib → projects/sharedcomponents/src/lib}/components/email-selector/style/_material-definition.scss +0 -0
  983. /package/{lib → projects/sharedcomponents/src/lib}/components/email-selector/style/_theme.scss +0 -0
  984. /package/{lib → projects/sharedcomponents/src/lib}/components/email-selector/style/material.scss +0 -0
  985. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload/style/_layout.scss +0 -0
  986. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload/style/_material-definition.scss +0 -0
  987. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload/style/_theme.scss +0 -0
  988. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload/style/material.scss +0 -0
  989. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload-popup/style/_layout.scss +0 -0
  990. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload-popup/style/_material-definition.scss +0 -0
  991. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload-popup/style/_theme.scss +0 -0
  992. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload-popup/style/material.scss +0 -0
  993. /package/{lib → projects/sharedcomponents/src/lib}/components/files-upload/style/_layout.scss +0 -0
  994. /package/{lib → projects/sharedcomponents/src/lib}/components/files-upload/style/_material-definition.scss +0 -0
  995. /package/{lib → projects/sharedcomponents/src/lib}/components/files-upload/style/_theme.scss +0 -0
  996. /package/{lib → projects/sharedcomponents/src/lib}/components/files-upload/style/material.scss +0 -0
  997. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/forms-test-component/style/_layout.component.ts.child.3.scss +0 -0
  998. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/forms-test-component/style/_material-definition.component.ts.child.0.scss +0 -0
  999. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/forms-test-component/style/_theme.component.ts.child.2.scss +0 -0
  1000. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/forms-test-component/style/material.component.ts.child.1.scss +0 -0
  1001. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/user-form-input-scale/style/_layout.scss +0 -0
  1002. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/user-form-input-scale/style/_material-definition.scss +0 -0
  1003. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/user-form-input-scale/style/_theme.scss +0 -0
  1004. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/user-form-input-scale/style/material.scss +0 -0
  1005. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/style/_layout.scss +0 -0
  1006. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/style/_material-definition.scss +0 -0
  1007. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/style/_theme.scss +0 -0
  1008. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/style/material.scss +0 -0
  1009. /package/{lib → projects/sharedcomponents/src/lib}/components/image-display/style/_layout.scss +0 -0
  1010. /package/{lib → projects/sharedcomponents/src/lib}/components/image-display/style/_material-definition.scss +0 -0
  1011. /package/{lib → projects/sharedcomponents/src/lib}/components/image-display/style/_theme.scss +0 -0
  1012. /package/{lib → projects/sharedcomponents/src/lib}/components/image-display/style/material.scss +0 -0
  1013. /package/{lib → projects/sharedcomponents/src/lib}/components/key-pad/style/_layout.scss +0 -0
  1014. /package/{lib → projects/sharedcomponents/src/lib}/components/key-pad/style/_material-definition.scss +0 -0
  1015. /package/{lib → projects/sharedcomponents/src/lib}/components/key-pad/style/_theme.scss +0 -0
  1016. /package/{lib → projects/sharedcomponents/src/lib}/components/key-pad/style/material.scss +0 -0
  1017. /package/{lib → projects/sharedcomponents/src/lib}/components/layout-switcher/style/_layout.scss +0 -0
  1018. /package/{lib → projects/sharedcomponents/src/lib}/components/layout-switcher/style/_material-definition.scss +0 -0
  1019. /package/{lib → projects/sharedcomponents/src/lib}/components/layout-switcher/style/_theme.scss +0 -0
  1020. /package/{lib → projects/sharedcomponents/src/lib}/components/layout-switcher/style/material.scss +0 -0
  1021. /package/{lib → projects/sharedcomponents/src/lib}/components/linear-gauge/style/_layout.scss +0 -0
  1022. /package/{lib → projects/sharedcomponents/src/lib}/components/linear-gauge/style/_material-definition.scss +0 -0
  1023. /package/{lib → projects/sharedcomponents/src/lib}/components/linear-gauge/style/_theme.scss +0 -0
  1024. /package/{lib → projects/sharedcomponents/src/lib}/components/linear-gauge/style/material.scss +0 -0
  1025. /package/{lib → projects/sharedcomponents/src/lib}/components/login/components/input-code/style/_layout.scss +0 -0
  1026. /package/{lib → projects/sharedcomponents/src/lib}/components/login/components/input-code/style/_material-definition.scss +0 -0
  1027. /package/{lib → projects/sharedcomponents/src/lib}/components/login/components/input-code/style/_theme.scss +0 -0
  1028. /package/{lib → projects/sharedcomponents/src/lib}/components/login/components/input-code/style/material.scss +0 -0
  1029. /package/{lib → projects/sharedcomponents/src/lib}/components/login/style/_layout.scss +0 -0
  1030. /package/{lib → projects/sharedcomponents/src/lib}/components/login/style/_material-definition.scss +0 -0
  1031. /package/{lib → projects/sharedcomponents/src/lib}/components/login/style/_theme.scss +0 -0
  1032. /package/{lib → projects/sharedcomponents/src/lib}/components/login/style/material.scss +0 -0
  1033. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/activity-summary-block/style/_material-definition.scss +0 -0
  1034. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/activity-summary-block/style/_theme.scss +0 -0
  1035. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/activity-summary-block/style/material.scss +0 -0
  1036. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/creation-summary-block/style/_layout.scss +0 -0
  1037. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/creation-summary-block/style/_material-definition.scss +0 -0
  1038. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/creation-summary-block/style/_theme.scss +0 -0
  1039. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/creation-summary-block/style/material.scss +0 -0
  1040. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/executive-summary-block/style/_layout.scss +0 -0
  1041. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/executive-summary-block/style/_material-definition.scss +0 -0
  1042. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/executive-summary-block/style/_theme.scss +0 -0
  1043. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/executive-summary-block/style/material.scss +0 -0
  1044. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/notification-summary-block/style/_layout.scss +0 -0
  1045. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/notification-summary-block/style/_material-definition.scss +0 -0
  1046. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/notification-summary-block/style/_theme.scss +0 -0
  1047. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/notification-summary-block/style/material.scss +0 -0
  1048. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/status-summary-block/style/_layout.scss +0 -0
  1049. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/status-summary-block/style/_material-definition.scss +0 -0
  1050. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/status-summary-block/style/_theme.scss +0 -0
  1051. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/status-summary-block/style/material.scss +0 -0
  1052. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/task-details/style/_layout.scss +0 -0
  1053. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/task-details/style/_material-definition.scss +0 -0
  1054. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/task-details/style/_theme.scss +0 -0
  1055. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/task-details/style/material.scss +0 -0
  1056. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/style/_layout.scss +0 -0
  1057. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/style/_material-definition.scss +0 -0
  1058. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/style/_theme.scss +0 -0
  1059. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/style/material.scss +0 -0
  1060. /package/{lib → projects/sharedcomponents/src/lib}/components/multi-property-toggler/style/_layout.scss +0 -0
  1061. /package/{lib → projects/sharedcomponents/src/lib}/components/multi-property-toggler/style/_material-definition.scss +0 -0
  1062. /package/{lib → projects/sharedcomponents/src/lib}/components/multi-property-toggler/style/_theme.scss +0 -0
  1063. /package/{lib → projects/sharedcomponents/src/lib}/components/multi-property-toggler/style/material.scss +0 -0
  1064. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/components/personal-activity-overview/style/_layout.scss +0 -0
  1065. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/components/personal-activity-overview/style/_material-definition.scss +0 -0
  1066. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/components/personal-activity-overview/style/_theme.scss +0 -0
  1067. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/components/personal-activity-overview/style/material.scss +0 -0
  1068. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/style/_layout.scss +0 -0
  1069. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/style/_material-definition.scss +0 -0
  1070. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/style/_theme.scss +0 -0
  1071. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/style/material.scss +0 -0
  1072. /package/{lib → projects/sharedcomponents/src/lib}/components/preferred-planning/style/_layout.scss +0 -0
  1073. /package/{lib → projects/sharedcomponents/src/lib}/components/preferred-planning/style/_material-definition.scss +0 -0
  1074. /package/{lib → projects/sharedcomponents/src/lib}/components/preferred-planning/style/_theme.scss +0 -0
  1075. /package/{lib → projects/sharedcomponents/src/lib}/components/preferred-planning/style/material.scss +0 -0
  1076. /package/{lib → projects/sharedcomponents/src/lib}/components/preview-pdf-dialog/style/_layout.scss +0 -0
  1077. /package/{lib → projects/sharedcomponents/src/lib}/components/preview-pdf-dialog/style/_material-definition.scss +0 -0
  1078. /package/{lib → projects/sharedcomponents/src/lib}/components/preview-pdf-dialog/style/_theme.scss +0 -0
  1079. /package/{lib → projects/sharedcomponents/src/lib}/components/preview-pdf-dialog/style/material.scss +0 -0
  1080. /package/{lib → projects/sharedcomponents/src/lib}/components/role-email-selector/style/_layout.scss +0 -0
  1081. /package/{lib → projects/sharedcomponents/src/lib}/components/role-email-selector/style/_material-definition.scss +0 -0
  1082. /package/{lib → projects/sharedcomponents/src/lib}/components/role-email-selector/style/_theme.scss +0 -0
  1083. /package/{lib → projects/sharedcomponents/src/lib}/components/role-email-selector/style/material.scss +0 -0
  1084. /package/{lib → projects/sharedcomponents/src/lib}/components/screen-config-generator/style/_layout.scss +0 -0
  1085. /package/{lib → projects/sharedcomponents/src/lib}/components/screen-config-generator/style/_material-definition.scss +0 -0
  1086. /package/{lib → projects/sharedcomponents/src/lib}/components/screen-config-generator/style/_theme.scss +0 -0
  1087. /package/{lib → projects/sharedcomponents/src/lib}/components/screen-config-generator/style/material.scss +0 -0
  1088. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/additional-file-button/style/_layout.scss +0 -0
  1089. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/additional-file-button/style/_material-definition.scss +0 -0
  1090. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/additional-file-button/style/_theme.scss +0 -0
  1091. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/additional-file-button/style/material.scss +0 -0
  1092. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/layout-selection/style/_layout.scss +0 -0
  1093. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/layout-selection/style/_material-definition.scss +0 -0
  1094. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/layout-selection/style/_theme.scss +0 -0
  1095. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/layout-selection/style/material.scss +0 -0
  1096. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/printer-selection/style/_layout.scss +0 -0
  1097. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/printer-selection/style/_material-definition.scss +0 -0
  1098. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/printer-selection/style/_theme.scss +0 -0
  1099. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/printer-selection/style/material.scss +0 -0
  1100. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-combine-print-email/style/_layout.scss +0 -0
  1101. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-combine-print-email/style/_material-definition.scss +0 -0
  1102. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-combine-print-email/style/_theme.scss +0 -0
  1103. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-combine-print-email/style/material.scss +0 -0
  1104. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-email/style/_layout.scss +0 -0
  1105. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-email/style/_material-definition.scss +0 -0
  1106. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-email/style/_theme.scss +0 -0
  1107. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-email/style/material.scss +0 -0
  1108. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-pdf/style/_layout.scss +0 -0
  1109. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-pdf/style/_material-definition.scss +0 -0
  1110. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-pdf/style/_theme.scss +0 -0
  1111. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-pdf/style/material.scss +0 -0
  1112. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-printer/style/_layout.scss +0 -0
  1113. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-printer/style/_material-definition.scss +0 -0
  1114. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-printer/style/_theme.scss +0 -0
  1115. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-printer/style/material.scss +0 -0
  1116. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/signature-button/style/_layout.scss +0 -0
  1117. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/signature-button/style/_material-definition.scss +0 -0
  1118. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/signature-button/style/_theme.scss +0 -0
  1119. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/signature-button/style/material.scss +0 -0
  1120. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/style/_layout.scss +0 -0
  1121. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/style/_material-definition.scss +0 -0
  1122. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/style/_theme.scss +0 -0
  1123. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/style/material.scss +0 -0
  1124. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags/style/_layout.scss +0 -0
  1125. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags/style/_material-definition.scss +0 -0
  1126. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags/style/_theme.scss +0 -0
  1127. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags/style/material.scss +0 -0
  1128. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags-form/style/_layout.scss +0 -0
  1129. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags-form/style/_material-definition.scss +0 -0
  1130. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags-form/style/_theme.scss +0 -0
  1131. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags-form/style/material.scss +0 -0
  1132. /package/{lib → projects/sharedcomponents/src/lib}/components/statusbar/style/_layout.scss +0 -0
  1133. /package/{lib → projects/sharedcomponents/src/lib}/components/statusbar/style/_material-definition.scss +0 -0
  1134. /package/{lib → projects/sharedcomponents/src/lib}/components/statusbar/style/_theme.scss +0 -0
  1135. /package/{lib → projects/sharedcomponents/src/lib}/components/statusbar/style/material.scss +0 -0
  1136. /package/{lib → projects/sharedcomponents/src/lib}/components/stock/style/_layout.scss +0 -0
  1137. /package/{lib → projects/sharedcomponents/src/lib}/components/stock/style/_material-definition.scss +0 -0
  1138. /package/{lib → projects/sharedcomponents/src/lib}/components/stock/style/_theme.scss +0 -0
  1139. /package/{lib → projects/sharedcomponents/src/lib}/components/stock/style/material.scss +0 -0
  1140. /package/{lib → projects/sharedcomponents/src/lib}/components/stock-statusbar/style/_layout.scss +0 -0
  1141. /package/{lib → projects/sharedcomponents/src/lib}/components/stock-statusbar/style/_material-definition.scss +0 -0
  1142. /package/{lib → projects/sharedcomponents/src/lib}/components/stock-statusbar/style/_theme.scss +0 -0
  1143. /package/{lib → projects/sharedcomponents/src/lib}/components/stock-statusbar/style/material.scss +0 -0
  1144. /package/{lib → projects/sharedcomponents/src/lib}/components/tab-bar/style/_layout.scss +0 -0
  1145. /package/{lib → projects/sharedcomponents/src/lib}/components/tab-bar/style/_material-definition.scss +0 -0
  1146. /package/{lib → projects/sharedcomponents/src/lib}/components/tab-bar/style/_theme.scss +0 -0
  1147. /package/{lib → projects/sharedcomponents/src/lib}/components/tab-bar/style/material.scss +0 -0
  1148. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/style/_layout.scss +0 -0
  1149. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/style/_material-definition.scss +0 -0
  1150. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/style/_theme.scss +0 -0
  1151. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/style/material.scss +0 -0
  1152. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/tag-join-label/style/_layout.scss +0 -0
  1153. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/tag-join-label/style/_material-definition.scss +0 -0
  1154. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/tag-join-label/style/_theme.scss +0 -0
  1155. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/tag-join-label/style/material.scss +0 -0
  1156. /package/{lib → projects/sharedcomponents/src/lib}/components/task-creator/style/_material-definition.scss +0 -0
  1157. /package/{lib → projects/sharedcomponents/src/lib}/components/task-creator/style/_theme.scss +0 -0
  1158. /package/{lib → projects/sharedcomponents/src/lib}/components/task-creator/style/material.scss +0 -0
  1159. /package/{lib → projects/sharedcomponents/src/lib}/components/task-modifyer/style/_layout.scss +0 -0
  1160. /package/{lib → projects/sharedcomponents/src/lib}/components/task-modifyer/style/_material-definition.scss +0 -0
  1161. /package/{lib → projects/sharedcomponents/src/lib}/components/task-modifyer/style/_theme.scss +0 -0
  1162. /package/{lib → projects/sharedcomponents/src/lib}/components/task-modifyer/style/material.scss +0 -0
  1163. /package/{lib → projects/sharedcomponents/src/lib}/components/tile-renderer/style/_layout.scss +0 -0
  1164. /package/{lib → projects/sharedcomponents/src/lib}/components/tile-renderer/style/_material-definition.scss +0 -0
  1165. /package/{lib → projects/sharedcomponents/src/lib}/components/tile-renderer/style/_theme.scss +0 -0
  1166. /package/{lib → projects/sharedcomponents/src/lib}/components/tile-renderer/style/material.scss +0 -0
  1167. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/components/style/_layout.scss +0 -0
  1168. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/components/style/_material-definition.scss +0 -0
  1169. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/components/style/_theme.scss +0 -0
  1170. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/components/style/material.scss +0 -0
  1171. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/style/_layout.scss +0 -0
  1172. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/style/_material-definition.scss +0 -0
  1173. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/style/_theme.scss +0 -0
  1174. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/style/material.scss +0 -0
  1175. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-notification-toggle/style/_layout.scss +0 -0
  1176. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-notification-toggle/style/_material-definition.scss +0 -0
  1177. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-notification-toggle/style/_theme.scss +0 -0
  1178. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-notification-toggle/style/material.scss +0 -0
  1179. /package/{lib/interface/activities-task-config-names.d.ts → projects/sharedcomponents/src/lib/interface/activities-task-config-names.ts} +0 -0
  1180. /package/{lib/interface/key-value-pair.d.ts → projects/sharedcomponents/src/lib/interface/key-value-pair.ts} +0 -0
  1181. /package/{lib → projects/sharedcomponents/src/lib}/style/_mixin.scss +0 -0
  1182. /package/{lib → projects/sharedcomponents/src/lib}/style/_variables.scss +0 -0
  1183. /package/{lib → projects/sharedcomponents/src/lib}/style/sharedcomponents-globals.scss +0 -0
  1184. /package/{lib/utils/check-within-stepped-bounds-result.d.ts → projects/sharedcomponents/src/lib/utils/check-within-stepped-bounds-result.ts} +0 -0
@@ -0,0 +1 @@
1
+ {"0_RESULTS_FOUND":"0 results found","30_60_DAYS":"30 - 60 days","360_VIEW":"360 View","3D_ASSET_BUILDER":"3D Asset builder","3D_PARTS":"3D source file","3D_PRODUCT":"3D product","3D_VISUALISATION":"3D Visualisation","3D_VISUALISATION_ARTICLE":"3D Visualisation product",">_30_DAYS":"< 30 days",">_60_DAYS":"> 60 days","ABBREVIATION":"Abbreviation/Acronym","ACCOUNT_KIND_BALANCE":"Balance","ACCOUNT_KIND_CAPITAL":"Capital","ACCOUNT_KIND_CREDITOR":"Creditor","ACCOUNT_KIND_DEBTOR":"Debtor","ACCOUNT_KIND_PROFIT_AND_LOSS":"Profit and Loss","ACCOUNT_TYPE_ASSETS":"Assets","ACCOUNT_TYPE_EXPENSE":"Expense","ACCOUNT_TYPE_LIABILITIES":"Liabilities","ACCOUNT_TYPE_NEUTRAL":"Neutral","ACCOUNT_TYPE_PURCHASE":"Purchase","ACCOUNT_TYPE_REVENUE":"Revenue","ACCOUNTING_OPERATION_TYPE_CREDIT":"Credit","ACCOUNTING_OPERATION_TYPE_DEBIT":"Debit","ABBREVIATION_DAYS":"T","ABBREVIATION_HOURS":"You","ABBREVIATION_MINUTES":"M","ABB_COMMISSIONCODE":"Sourcing Code","ABB_HRS_CAP":"Hour","ABB_MIN_CAP":"Min","ABB_NEXT":"Next","ABB_PREVIOUS":"St.","ABILITY_TO_WORK":"Work ability","ABOUT_DATA":"Data","ABOUT_ORDER":"Which order is it about?","ABOUT_PREFIX":"About the |~ff","ABROAD_PERFORMANCE":"Performances to or abroad","ABSCENCE_FREQUENCY":"Absence frequency","ABSCENCE_PERCENTAGE_EXTRA_LONG":"Extra long ZVP","ABSCENCE_PERCENTAGE_GENERAL":"General absence","ABSCENCE_PERCENTAGE_LONG":"Long AP","ABSCENCE_PERCENTAGE_MEDIUM":"Mid-long AP","ABSCENCE_PERCENTAGE_SHORT":"Short AP","ABSENCE":"Absence","ABSENCEFILE":"Absence file","ABSENCEFILES":"Absence files","ABSENCEFILE_ANAM_1":"Conclusion/Diagnose","ABSENCEFILE_ANAM_10":"Recommendations","ABSENCEFILE_ANAM_2":"Situation workability","ABSENCEFILE_ANAM_3":"Anamnesia","ABSENCEFILE_ANAM_4":"Research","ABSENCEFILE_ANAM_5":"Treatment","ABSENCEFILE_ANAM_6":"Day story","ABSENCEFILE_ANAM_7":"Pre-history","ABSENCEFILE_ANAM_8":"Private","ABSENCEFILE_ANAM_9":"Possible guide line","ABSENCEFILE_ANAM_WORK":"Work notes","ABSENCEFILE_CUR_IN_4_RUBRIC":"Course of incapacity to work","ABSENCEFILE_CUR_IN_5_1_QUESTION":"What are the employee's limitations as a result of which he can no longer (partly) perform his own or other work?","ABSENCEFILE_CUR_IN_6_RUBRIC":"Quality of the employment relationship","ABSENCEFILE_CUR_IN_7_1_QUESTION":"Has research been carried out into the presence of suitable work?","ABSENCEFILE_CUR_IN_7_RUBRIC":"Presence of suitable work","ABSENCEFILE_CUR_IN_8_RUBRIC":"Signature","ABSENCEFILE_CUR_SIT_1_EXPLANATION":"Please tick which situation applies. You can tick more options. See also question 5.1 of the (First-year) evaluation form.","ABSENCEFILE_CUR_SIT_1_OPTION_1":"The employee does his own work","ABSENCEFILE_CUR_SIT_1_OPTION_2":"The employee does his own work with adjustments","ABSENCEFILE_CUR_SIT_1_OPTION_2_CLARIFY":"Please indicate below which changes are involved.","ABSENCEFILE_CUR_SIT_1_OPTION_3":"The employee does other work","ABSENCEFILE_CUR_SIT_1_OPTION_4":"The employee works for another employer","ABSENCEFILE_CUR_SIT_1_OPTION_5":"The employee is currently not working, but can work in the future","ABSENCEFILE_CUR_SIT_1_OPTION_5_CLARIFY":"Reason why employee currently is not working","ABSENCEFILE_CUR_SIT_1_OPTION_6":"The employee cannot work, not even in the future","ABSENCEFILE_CUR_SIT_1_QUESTION":"Situation","ABSENCEFILE_CUR_SIT_RUBRIC":"Status of resumption of work","ABSENCEFILE_DIAG_1":"Main diagnose (CAS codes)","ABSENCEFILE_DIAG_2":"CVO/Sub Diagnose","ABSENCEFILE_EMPLOYABILITY_PROFILE":"Employability profile","ABSENCEFILE_EMP_4_2_A":"Localization restrictions foot (s)","ABSENCEFILE_EMP_IMPEDIMENTS":"Practical obstructions concerning labour or reintegration","ABSENCEFILE_EMP_PROGNOSIS":"Prognosis of the loadability","ABSENCEFILE_EMP_RETURNVISION_YES":"Yes","ABSENCEFILE_FML_2_10":"Means of transport","ABSENCEFILE_FML_2_10_0":"normal, can drive or cycle, or use public transport independently;","ABSENCEFILE_FML_2_10_1":"limited, is for transport dependent on the help of others.","ABSENCEFILE_FML_2_11":"Other limitations in social functioning","ABSENCEFILE_FML_2_11_0":"normal, no specific other limitations in social functioning in daily life;","ABSENCEFILE_FML_2_11_1":"limited, specific other restrictions;","ABSENCEFILE_FML_2_12":"Specific conditions for social functioning at work","ABSENCEFILE_FML_2_12_1":"yes, the client is dependent on work that usually requires little or no direct contact with clients (some service professions).","ABSENCEFILE_FML_2_12_2":"yes, the client is dependent on work that usually requires little or no direct contact with patients or dependents (some professions in care and assistance).","ABSENCEFILE_FML_2_12_4":"yes, the client is dependent on work that generally does not require direct contact with colleagues.","ABSENCEFILE_FML_2_12_5":"yes, the client is dependent on work that does not contain managerial aspects.","ABSENCEFILE_FML_2_12_6":"yes, there are other specific conditions for social functioning at work;","ABSENCEFILE_FML_2_1_0":"normal, no specific impairment in daily functioning","ABSENCEFILE_FML_2_1_1":"Limited","ABSENCEFILE_FML_2_2":"Hear","ABSENCEFILE_FML_2_2_0":"normal, no specific impairment in daily functioning","ABSENCEFILE_FML_2_2_1":"Limited","ABSENCEFILE_FML_2_3":"To speak","ABSENCEFILE_FML_2_3_0":"normal, no specific impairment in daily functioning","ABSENCEFILE_FML_2_3_1":"Limited","ABSENCEFILE_FML_2_4":"Write","ABSENCEFILE_FML_2_4_0":"normal, no specific impairment in daily functioning","ABSENCEFILE_FML_2_4_1":"Limited","ABSENCEFILE_FML_2_5":"Read","ABSENCEFILE_FML_2_5_0":"normal, no specific impairment in daily functioning","ABSENCEFILE_FML_2_5_1":"Limited","ABSENCEFILE_FML_2_6":"Handling other people's emotional problems","ABSENCEFILE_FML_2_6_0":"normal, can usually empathize with other people's problems, but can also distance themselves from them in behavior and perception","ABSENCEFILE_FML_2_6_1":"limited, usually very concerned about other people's problems; can nevertheless take sufficient distance in behavior, but not in experience","ABSENCEFILE_FML_2_6_2":"severely limited, usually identifies with the problems of others and cannot distance himself from them neither in behavior nor in perception","ABSENCEFILE_FML_2_7":"Express your own feelings","ABSENCEFILE_FML_2_7_0":"normal, can usually express personal feelings in words and behavior in a way that is clear and acceptable to others","ABSENCEFILE_FML_2_7_1":"limited, confuses others through unclear, unpredictable, or unconventional way of expressing feelings","ABSENCEFILE_FML_2_7_2":"severely limited, usually unable to express feelings (blocks self) or express them uncontrollably (uninhibited), regardless of the reactions of others","ABSENCEFILE_FML_2_8":"Dealing with conflict","ABSENCEFILE_FML_2_8_0":"normal, can handle conflict with aggressive or unreasonable people in direct contact","ABSENCEFILE_FML_2_8_1":"limited, can handle conflict with aggressive or unreasonable people only in telephone or written contact","ABSENCEFILE_FML_2_8_2":"very limited, usually unable to handle conflict","ABSENCEFILE_FML_2_9_0":"normal, can perform a task jointly in coordination with others (working in a team);","ABSENCEFILE_FML_2_9_1":"limited, can work with others, but with one's own predefined sub-task; 2 severely limited, generally unable to work with others","ABSENCEFILE_FML_3":"Adaptation to physical environment requirements","ABSENCEFILE_FML_3_1":"Heat","ABSENCEFILE_FML_3_10":"Specific conditions for adaptation to the physical working environment","ABSENCEFILE_FML_3_10_0":"no, there are no specific conditions for adapting to the physical working environment","ABSENCEFILE_FML_3_10_1":"yes, specific conditions apply for adaptation to the physical working environment","ABSENCEFILE_FML_3_1_0":"normal, no specific restrictions","ABSENCEFILE_FML_3_1_1":"Limited","ABSENCEFILE_FML_3_2":"Cold","ABSENCEFILE_FML_3_2_0":"normal, no specific restrictions","ABSENCEFILE_FML_3_2_1":"Limited","ABSENCEFILE_FML_3_3":"Trip","ABSENCEFILE_FML_3_3_0":"normal, no specific restrictions","ABSENCEFILE_FML_3_3_1":"Limited","ABSENCEFILE_FML_3_4":"Skin contact","ABSENCEFILE_FML_3_4_0":"normal, no specific restrictions","ABSENCEFILE_FML_3_4_1":"Limited","ABSENCEFILE_FML_3_5":"Protective means","ABSENCEFILE_FML_3_5_0":"normal, no specific restrictions","ABSENCEFILE_FML_3_5_1":"Limited","LINES_KIND":"Line types","LINE_CHART":"Line chart","LINE_DETAILS":"Line Details","LINE_NEEDS_COMMISSION_CODE":"The commission code is missing. Choose a commission code.","LINE_NEEDS_WAREHOUSE":"The warehouse is missing. Choose a warehouse.","LINE_NO":"Line","LINE_NOT_SELECTED":"Select the line before adjusting the number","LINE_NR":"Line","LINE_TOTAL":"Total price","LINE_TOTAL_INCL_VAT":"Line total incl. VAT","LINE_TYPE":"Line type","LINKED_ADMINISTRATIONS":"Linked Administrations","LINKED_ARTICLES":"Linked SKU's","LINKED_ARTICLE_DOUBLE":"Product is already connected to |~","LINKED_DEPARTMENTS":"Linked departments","LINKED_LEDGER_ACCOUNT_TEXT":"Which ledger account should be connected to this?","LINKED_ORGANIZATIONS":"Linked organisations","CONFIRMED_AMOUNT":"Confirmed amount","CONFIRMED_ARRIVAL_DATA":"Confirmed arrival dates","CONFIRMED_DATE":"Confirmed Date","CONFIRMED_DELIVERY_DATA":"Confirmed delivery dates","CONFIRMED_DELIVERY_DATE":"Delivery date conf.","CONFIRMED_DELIVERY_DATE2":"Confirmed delivery date","CONFIRMED_PRICE":"Confirmed price","CONFIRMED_PRICE_OBLIGATION":"Confirmed Price required","CONFIRM_DELETE_SELECTOR_ARTICLE":"Do you want to delete the complete composition?","CONFIRM_DETAILS":"Confirmation details","CONFIRM_GOOGLE_AUTHENTICATION":"Confirm google authentification","CONFIRM_STOCK_CHANGE":"Stock adjustment (increase/decrease)","CONNECTION":"Connection","CONNECTIONS":"Connections","CONNECTIONS2":"Connections","CONNECTIONS_ACCOUNTS":"Connection accounts","CONNECTIONS_DOCUMENTS":"Connections documents","CONNECTION_KIND":"Connection type","CONNECTION_NAME":"Connection name","CONNECTION_TYPE":"Connection type","CONNECTIVE_ARTICLES":"Connective articles","CONNECTORS_JSON":"JSON file","CONNECTOR_MISMATCH":"Connector mismatch: Can not connect part |~ on previous part. Make sure that the connection is allowed and correct.","CONNECT_DRAWER":"> Link cash drawer","CONNECT_PRINTER":"> Link printer","CONSULTANT":"Consultant","CONSULTANTS":"Consultants","CONSULTATION":"Consulting hour","CONSULTATION_FEEDBACK":"Feedback consultation hour","CONSULT_DOCTOR":"Consultation doctors","CONSULT_DOCTORS":"Consultation doctor","CONSUMER_PRICE":"Consumer price","CONTACT":"Contact","CONTACTS":"Contacts","CONTACTS2":"Contacts","CONTACT_ADMINISTRATOR":"Something went wrong. Please contact the application manager. Mention the next message:","CONTACT_DATE":"Contact date","CONTACT_DATE_LAST":"Last contact date","CONTACT_DETAILS":"Contact information","CONTACT_INFORMATION":"Contact information","OWED_VAT":"Tax to be paid","OWED_VAT_LAYOUT_CODE":"Tax to be paid (5a - 5b)","OWNER":"Owner","OWN_REFERENCE":"Own reference","OWN_RISK":"Own risk","OWN_RISK_PERIOD":"Own risk period","OWN_TEXT":"Own text","PACKAGE_CODE":"Package code","PACKAGE_CODE2":"Package code","PACKAGE_INFO":"Info package","PACKAGE_STICKERS":"Package labels","PACKAGING_AMOUNT_GOODS":"Number of packages Carton","PACKAGING_HEIGHT":"Height packing","PACKAGING_LENGTH":"Length Package","PACKAGING_VOLUME":"Volume packaging","PACKAGING_WEIGHT":"Package Weight","PACKAGING_WIDTH":"Package Width","PACKING_SLIP":"Packing slip","PACKING_SLIP_NR":"Packing slip nr.","PAGE":"Page","PAID":"Paid","PAID2":"Paid","PAID_DOWN":"Deposit paid","PAID_DOWN2":"Deposit paid","PAID_ITEMS":"Paid items","PARAMETER":"Parameter","PARAMETERS":"Parameters","PARAM_TYPE":"Type parameter","PARENT_ORGANISATION":"Parent organisation","PARENT_RELATION":"Parent relation","PARENT_RELATION_TYPE":"Parent relation type","PARITY_ERRORS_RECEIVED":"Parity errors received from PIN terminal","PARSING_JSON_FILE_SUCCES":"Reading JSON file successfully.","PART":"Part","PARTIALLY_ALLOCATED":"Partially allocated","PARTIALLY_ASSIGNED":"Partially allocated","PARTIALLY_DELIVERED":"Partially or nothing delivered","PARTIALLY_DELIVERED2":"Partially delivered","PARTIALLY_INVOICED":"Partially invoiced","PARTIALLY_UNACCEPTED":"Partial or not accepted","PARTIALLY_UNCONFIRMED":"Partial or not confirmed","PARTIAL_DELIVERY":"Partial delivery","BINNEN":"Received","BIRTHDATE":"Date of birth","BLACK_LIST_WORD":"Blacklisted word","BLACK_LIST_WORDS":"Blacklisted words","BLOCK":"Block","BLOCKED":"Blocked","BLOCK_INVOICE":"Block invoice","BLOCK_MANUAL_PRICECHANGE":"Block manual price changes","BLOCK_POSTING_NR":"Block entry number","BOARD_MEMBER":"Management member","BODY_TEMPLATE":"Body template","BOM_COMPONENTS":"BOM Components","BOM_CONFIGURATION":"BOM Configuration","BOM_PURCHASE_PRICE":"Calculated BOM purchase price","BONEPAIR_1":"First bone for line piece","BONEPAIR_2":"Second bone for line piece","BONUS":"Allowance","BOOK":"Book","BOOKINGS":"Mutations","BOOKINGS_UNCAPITALIZED":"bookings","BOOKING_DESCRIPTION":"Booking description","BOOKING_INVALID":"?Booking invalid and not possible to open?","BOOKING_LINE":"Booking line","BOOKING_LINES":"Entry lines","BOOKING_LINE_DESCRIPTION":"Booking line description","BOOKING_REPORT":"Booking description","BOOKING_SEARCH_GENERAL_INFO":"Search by invoice number, customer or date (dd-MM-yyyy)","BOOKING_SEARCH_GENERAL_INFO_CUSTOMER":"Search by invoice number, customer or date (dd-MM-yyyy)","BOOKING_SEARCH_GENERAL_INFO_INVOICE_CHECK":"Search by order number","BOOKING_SEARCH_GENERAL_INFO_SUPPLIER":"Search by invoice number, supplier or date (dd-MM-yyyy)","BOOKING_SELECTION":"Booking numbers selection","BOOK_AMOUNT":"Book balance","BOOK_DATA":"Booking details","BOOK_DATE":"Posting date","BOOK_INVOICE":"Book invoice","BOOK_PAYMENT_BATCH":"Book payment batch","BOOK_PRICE":"Accounting price","BOTH":"Both","BOX":"Box","BOXES":"Boxes","BOX_ADVICE":"Box advice","BOX_TYPE":"Box type","BRANCH":"Store","BRANCHES":"Stores","BRANCH_ADDRESS":"Place of business","BRANCH_BLOCKED":"This store is blocked. You can not continue.","BRANCH_CHANGED_WAREHOUSE_REQUIRED":"Because you changed the store, you have to now chose a warehouse.","MESSAGE_CONNECTION_LOGIN_CLOSED":"Your server session is expired or was killed by another user. You will be logged of now.","MESSAGE_CONNECTION_LOST":"Connection with server was lost. You must sign in again.","MESSAGE_CONNECTION_LOST_OFFLINE_MODUS":"Connection lost, continue in offline mode?","MESSAGE_CONNECTION_LOST_ONLY":"Connection lost","MESSAGE_CONNECTION_LOST_TRY_AGAIN":"Connection lost, please check your last actions once the connection is restored.","MESSAGE_CONNECTION_LOST_WANNA_LOGOUT":"The connection to the server has been lost. You can wait for the connection to be re-established, or click Logout.","MESSAGE_CONNECTION_MODULE_CLOSED":"The session with the server has expired or is manually closed. You can not continue working and the module is therefore closed","MESSAGE_CONNECTION_RESUMED":"The connection was restored.","MESSAGE_COPY_RECORD_QUESTION":"Do you want to copy this data?","MESSAGE_COULD_NOT_CHECK_COMPILE_REVISION":"Error while checking revision number between client and server","MESSAGE_COULD_NOT_CHECK_UNIQUE_BUILD_NUMBER":"Error while checking the build number between client and server","MESSAGE_CUSTOMER_NOT_FOUND":"A customer with this relation number could not be found.","MESSAGE_DATA_ALREADY_DELETED":"This data has already been deleted by someone else.","MESSAGE_DATA_IS_BEING_LOADED":"The data is loaded","MESSAGE_DATA_NOT_FOUND":"Data cannot be found","MESSAGE_DATE_NOT_ALLOWED":"The delivery dates for the following orders |~ differs from the planning date, this is not allowed because the delivery date of the order is final","MESSAGE_DEFAULT_CONFIG":"You can not delete this configuration since it is a standard configuration","MESSAGE_DEFAULT_CONTROL_ERROR":"Error on service call.","MESSAGE_DEFAULT_REPORTS_LOADED":"Standard reports are loaded","MESSAGE_DELETE_CONFIG":"Are you sure you want to remove the selected configuration?","DEVIATING_EVEN_WEEKS":"Deviating even weeks","DOCUMENT_NUMBER":"Document number","DOCUMENT_OPTIONS":"Document options","DOCUMENT_SELECTION":"Document selection","DOCUMENT_TYPE":"Document type","DOCUMENT_TYPES_AVAILABLE":"Available for Doc. type","DOCUMENT_VISIBILITY":"Visible in documents","DOC_ACTION":"Action","DOC_ACTION_TYPE":"Action type","DOC_CONNECTION":"Email sending accounts","DOC_DATE":"Doc. date","DOC_LINE_NO":"Doc. line no.","DOC_NR":"Doc no.","DOC_SIGN":"Sign PDF documents","DOMAIN":"Domain","DOMAIN_NAME":"Domain name","DONT_PRINT":"Do not print","DONT_SEND_ORDERFORMS":"Do not send the order form","DONT_SHOW":"Hide","DOUBLE_ARTICLE_NOT_ALLOWED":"should not be added here. This item is already in use at a higher level.","DOUBLE_EAN_NOT_ALLOWED":"should not be added here. This item is already in use at a higher level.","DOUBLE_IN_LIST":"appears more than once in the list of attributes that are dragged.","DOWNLOAD":"Download","DOWNLOADABLE":"Downloadable","CHECK_TG_LINES":"Only allocated order lines","CHECK_WAREHOUSE_AND_COMMISSIONCODE":"Check warehouse and sourcing code.","CHILDREN_IN_MULTIDRAG_NOT_ALLOWED":"Option Values with an underlying item or option value, are not allowed if you want to add multiple option values simultaneously.","CHILD_ORGANIZATIONS":"Underlying relationships","CHOICE":"Choice","CHOICES":"Choices","CHOICES_GENERAL":"General options","CHOICES_LC":"Choices","CHOOSE_A_CATALOG":"Select catalog","CHOOSE_BATCH_NUMBERS":"Select batch number","CHOOSE_BRANCH":"Choose your Store","CHOOSE_CC_AND_WAREHOUSE":"You must select a warehouse and sourcing method code","CHOOSE_COUNTER_LIST":"Select mandatory counterlist","CHOOSE_CURRENT_BRANCH":"Choose store","CHOOSE_DELIVERY_ADDRESS":"Choose your delivery address","CHOOSE_DELIVERY_DATE":"Select delivery date","CHOOSE_EXISTING_IMAGE":"Select existing picture","CHOOSE_FILE":"Select file","CHOOSE_INSTRUCTION_TYPE":"Choose your make method","CHOOSE_INVOICE_ADDRESS_IF_YOU_LIKE":"Choose an alternative invoice address","CHOOSE_LEAVE_REASON":"Reason leave of absence","CHOOSE_LOCATIONS":"Select locations","CHOOSE_PAYMENT_METHOD":"Choose payment method:","CHOOSE_PDF_LOCATION":"Choose PDF location","CHOOSE_POSGROUP":"Please select a POS group","CHOOSE_PRINTER":"Choose a printer","CHOOSE_PRINTER_FOR_PURCHASE_ORDERS":"Create and send purchase order(s)","CHOOSE_PRODUCT":"Select a product","CHOOSE_PRODUCT_DESC":"Choose 1 or more products to display in the room","CHOOSE_PURCHASE_LIST_TOO":"Do you want to select a divergent purchase price list?","CHOOSE_RACK":"Select rack type","CHOOSE_RELATION_OR_USERGROUP":"Select a relation of user group","CHOOSE_ROOM_MSG":"You can select an existing photo of your room, immediately take a new photo or use one of our standard photos.","CHOOSE_ROOM_SOURCE":"Choose your room","CHOOSE_SALES_LIST_TOO":"Do you want to select a divergent sales price list?","CHOOSE_SAVE_LOCATION":"Choose the location to save the file.","CHOOSE_SERIAL_NUMBERS":"Select serial numbers","OPEN_CASH_DRAWER":"Open drawer","OPEN_CASH_DRAWER_FAILED":"Opening of the cash drawer failed, reason:","OPEN_CLOSE_BRANCH":"Open/close selected nodes.","OPEN_COMPLETED":"Open/compl","OPEN_CONTACTPERSON_ACCOUNT":"Open account","OPEN_CONTACTPERSON_SUPPLIER":"Open supplier","OPEN_CONVERSION_ARTICLE":"Open meged product","OPEN_CUSTOMER_ORDERS":"Open customer order","OPEN_DRAWER_NO_PRINTER_MESSAGE":"Cannot print receipt. There is no default printer set for this cash register. Please set a default printer for this cash register under cash register management.","OPEN_EMPLOYEE_DETAILS":"Open employee information","OPEN_EMPLOYEE_EMPLOYER":"Open employer","OPEN_EXTRA":"Download all data first? If not, only the current items that are on screen will be selected.","OPEN_EXTRA_SCREEN":"Open additional screen","OPEN_FILE":"Open file","OPEN_FILTER":"Open filter","OPEN_FIN_STATE_ORDER":"Standard open financial status","OPEN_IMAGE":"Open image","OPEN_INTERBRANCH":"Open Inter-branch","OPEN_IN_ARTICLE_MANAGEMENT":"Open in Product management","OPEN_IN_BUILDER":"Open in configuration builder","OPEN_IN_INTERBRANCH_MODULE":"Open using inter-branch module","OPEN_IN_SIDEBAR":"Open in sidebar","OPEN_JOBS":"Pending tasks","OPEN_LINK":"Open link","OPEN_LOG_STATE_ORDER":"Standard open logistic status","OPEN_MARGIN_STATE_ORDER":"Standard open margin status","OPEN_MODULES":"Active modules","OPEN_ORDER":"Open order","OPEN_ORDER_IN_TRANSACTION_MODULE":"Open order in transaction screen","OPEN_OR_CLOSED":"Open or closed","OPEN_PREVENTIVE_ABSENCE_FILE":"Open preventive file","OPEN_QUOTATIONS":"Outstanding quotations","OPEN_RELATION_MANAGEMENT":"Open relationship management","OPEN_SALES_OVERVIEW":"Open order book overview","OPEN_SHOPPING_CART":"Open shopping cart","OPEN_STOCK_DETAILS":"Open stock details","IMAGE_SIZE":"Picture size","IMAGE_SMALL":"Small image","IMAGE_TOO_BIG":"Image is still too big. Please resize manually and retry.","IMPACT_TIME":"Travel time","IMPLEMENTATION":"Execution","IMPORT_COMPANY":"Import company","IMPORT_CONFIRMATIONS":"Input Confirmations","IMPORT_CUSTOMER":"Import customer","IMPORT_EMPLOYEE":"Import employee","IMPORT_EXPORT":"Import & Export","IMPORT_LOGIC_TRADE_CATALOG":"Import Logic Trade catalog","IMPORT_RELATION_FAILED":"Import failed","IMPORT_RELATION_SUCCESS":"Import success","IMPORT_SCHEMAS":"Import definition","IMPORT_SCHEMA_NAME":"Name","IMPORT_SCHEMA_TYPE":"Import definition type","IMPORT_STORAGE_LOCATIONS":"Import storage means locations","IMPORT_SUPPLIER":"Import supplier","IMPORT_WORKFLOW":"Import workflow","IN":"In","IN2":"In","INACTIVE_ARTICLE":"Warning! This Product is inactive!","INACTIVE_TRANSACTIONS":"Inactive transactions","INAPPLICABLE":"Not applicable","INCLUDES_ARRIVAL_DATE":"With ETA","INCLUDE_DELIVERED":"Including delivered","INCLUDE_INVOICED":"Including Invoiced","INCLUDE_LINE_DETAILS":"Include line details","INCLUDE_NO_STOCK_ART":"Show non- stock Product","INCLUDE_REAFFIRMATIONS":"Incl. reconfirmations","INCLUDE_UNPROCESSED_ENTRIES":"Including unprocessed entries","INCLUDING_CONTACT_PERSONS":"Incl. contact","INCLUDING_OPENING_BALANCE":"Including opening balance","INCLUDING_PRINTED":"Incl. already printed","INCLUDING_RELATION_DETAILS":"Including relation data","INCLUDING_REQUESTED_ONLINE":"Including online requested orders","INCLUDING_RETURNS":"Including returns","INCLUDING_UNPROCESSED_ENTRIES":"Including unprocessed entries","INCLUSIVE_DELAYED_DELIVERIES":"Incl. delayed deliveries","LEDGER_ID":"Ledger ID","LEDGER_INITIAL_PAYMENT":"Ledger deposit","LEDGER_JOURNAL":"Journal","LEDGER_JOURNAL_TYPE":"Journal type","LEDGER_MAIN_CLASSIFICATION":"Main compaction","LEDGER_VAT":"VAT Ledger account link","LEDGER_WAREHOUSES":"Warehouse ledger","LEFT_JOIN":"Insert all records from left table. Insert only fields from right table with identical linked fields.","LEGAL_FORM":"Legal form","LENGTH":"Length","LENGTH_DEPTH":"Length/depth","LESS":"Less","LESS_THEN_30":"Less than 30 days","LETTERS":"Letters","LEVEL":"Level","LEVEL2":"Level","LEVERMETHODE":"Delivery method","LIABILITIES":"Liabilities","LIABILITY":"Liability","LIABILITY2":"Details of the responsible person","LIABILITY_PERSON":"Responsible","LIBRARY":"Library","LICENSE_CODE_FOR_CURRENT_SOFTWARE":"License code for this software contract","LICENSE_CODE_WAS_COPIED_TO_CLIPBOARD":"License code has been copied to the clipboard.","LICENSE_DATE":"Licence up to","LIGHT":"Light","LIMITATIONS_POSSIBILITIES":"Limitations and possibilities","LIMITED":"Limited","LIMIT_WEEK_OLD":"Limit to one week old","LINE":"Line","LINEAR_SCALE":"Scale","LINES":"Lines","LINES_AMOUNT":"Number of lines","INVOICE_ADDRESS_ADD":"Add invoice address","INVOICE_ADDRESS_ADDITION":"Invoice address hous no. addition","INVOICE_ADDRESS_ADDITION_NUMBER":"Invoice address hous no. addition","INVOICE_ADDRESS_CHANGE":"Edit invoice address","INVOICE_ADDRESS_CITY":"Invoice address city","INVOICE_ADDRESS_COUNTRY":"Invoice address country","INVOICE_ADDRESS_COUNTRY_CODE":"Invoice address country code","INVOICE_ADDRESS_DATE_IN":"Invoice address start date","INVOICE_ADDRESS_DATE_OUT":"Invoice address end date","INVOICE_ADDRESS_GLN":"Invoice address gln","INVOICE_ADDRESS_HOUSE_NUMBER":"Invoice address hous no.","INVOICE_ADDRESS_NAME":"Invoice address name","INVOICE_ADDRESS_NUMBER":"Invoice address hous no.","INVOICE_ADDRESS_POSTAL_CODE":"Invoice address postal code","INVOICE_ADDRESS_SEQUENCE":"Invoice address sequence no.","INVOICE_ADDRESS_STATE":"Invoice address province/state","INVOICE_ADDRESS_STREET":"Invoice address street","INVOICE_ADDRESS_STREET_NAME":"Invoice address street name","INVOICE_ADDRESS_STREET_NAME_2":"Invoice address street name 2","INVOICE_AMOUNT_CUSTOMER":"Invoice total","INVOICE_BLOCKED":"Invoice is blocked","INVOICE_CHECK":"Invoice check","INVOICE_CHECK2":"Invoice control","INVOICE_DATA":"Invoice data","INVOICE_DATE":"Invoice date","INVOICE_FREQUENCY":"Invoice frequency","INVOICE_INFO":"Invoice information","INVOICE_NUMBER":"Invoice no.","INVOICE_PRICE":"Billing price","INVOICE_PRICE_EX_VAT":"Invoice amount excl. VAT","INVOICE_PRICE_INCL_VAT":"Total incl. vat","INVOICE_PRICE_VAT":"Invoice amount VAT","INVOICE_RECEIPT_SPECIFICATION":"Invoice receipt specification","INVOICE_REMAINING":"To be invoiced","INVOICE_STATUS":"Status","INVOICE_TOTAL":"Total outstanding","PAUSED":"Pauzed","PAUSE_NOTIFICATIONS":"Pause notifications","PAUSE_POS":"Put Cash register on hold","PAUSE_WORKFLOW":"Pause workflow","PAY":"Pay","PAYED":"Payed","PAYMENT":"Payment","PAYMENTS_MADE":"Executed payments","PAYMENT_ANALYSIS":"Payment analysis","PAYMENT_BATCH":"Payment batch","PAYMENT_BATCHES":"Payment batches","PAYMENT_BATCH_SEARCH_PLACEHOLDER":"Search payment batch by date","PAYMENT_BATCH_TEXT":"Create payment batch","PAYMENT_BOOKING":"Process payment","PAYMENT_BOOKING_TEXT":"Easy booking from outstanding entries overview","PAYMENT_CONDITION":"Payment condition","PAYMENT_CONDITIONS":"Payment conditions","PAYMENT_CONDITION_30":"< 30 days","PAYMENT_CONDITION_30_60":"30-60 days","PAYMENT_CONDITION_60":">60 days","PAYMENT_CONDITION_LEDGER_ACCOUNT":"Offset accounts","PAYMENT_DESCRIPTION":"Payment Description","PAYMENT_DISCOUNT":"Payment discount","PAYMENT_EXECUTED":"Payment is made ...","PAYMENT_FAILED":"Payment failed, error code:","PAYMENT_HISTORY":"Payment history","PAYMENT_ID":"Payment id","PAYMENT_INFO":"Payment info","PAYMENT_INFORMATION":"Payment information","PAYMENT_INSTRUCTIONS":"Before you can pay, you must first select a cash register and cash drawer!","PAYMENT_METHOD":"Payment method","PAYMENT_METHODS":"Payment method","PAYMENT_METHOD_ADMIN":"Administrative link payment method","PAYMENT_METHOD_CODE":"Payment method code","PAYMENT_MONEY_BACK":"Payment money back","PAYMENT_REFERENCE":"Payment reference","PAYMENT_SPECIFICATION":"Payment specification","PAYMENT_TIMEOUT":"Payment failed. Choose another payment method.","PAYMENT_TYPE":"Payment type","PAYROLL_PER_EMPLOYEE":"Payroll per employee","CUR_IN_4_RUBRIC":"Course of incapacity to work","CUR_IN_5.1_QUESTION":"What are the employee's limitations as a result of which he can no longer (partly) perform his own or other work?","CUR_IN_6_RUBRIC":"Quality of the employment relationship","CUR_IN_7.1_QUESTION":"Has research been carried out into the presence of suitable work?","CUR_IN_7_RUBRIC":"Presence of suitable work","CUR_IN_8_RUBRIC":"Signature","CUR_SIT.1_EXPLANATION":"Please tick which situation applies. You can tick more options. See also question 5.1 of the (First-year) evaluation form.","CUR_SIT.1_OPTION_1":"The employee does his own work","CUR_SIT.1_OPTION_2":"The employee does his own work with adjustments","CUR_SIT.1_OPTION_2_CLARIFY":"Please indicate below which changes are involved.","CUR_SIT.1_OPTION_3":"The employee does other work","CUR_SIT.1_OPTION_4":"The employee works for another employer","CUR_SIT.1_OPTION_5":"The employee is currently not working, but can work in the future","CUR_SIT.1_OPTION_5_CLARIFY":"Reason why employee currently is not working","CUR_SIT.1_OPTION_6":"The employee cannot work, not even in the future","CUR_SIT.1_QUESTION":"Situation","CUR_SIT_RUBRIC":"Status of resumption of work","CUSTOM":"Adjusted","CUSTOMER":"Customer","CUSTOMERS":"Customers","CUSTOMERS_WITHOUT_TRANSACTIONS":"Customers without transactions","CUSTOMERS_WITH_ONLY_QUOTATIONS":"Customers with only quotations","CUSTOMERS_WITH_SALES_OR_SERVICE_ORDERS":"Customers with sales or service orders","CUSTOMER_ADMIN":"Client administrator","CUSTOMER_BLOCKED":"This customer is blocked. You can not continue.","CUSTOMER_GROUP":"Customer group","CUSTOMER_GROUPS":"Customer groups","CUSTOMER_GROUP_NR":"Customer Group Number","CUSTOMER_HISTORY":"Customer history","CUSTOMER_INFO":"Customer details","CUSTOMER_IS_EMPTY":"Please enter Customer details first","CUSTOMER_KIND":"Customer type","CUSTOMER_MANAGEMENT":"Customer management","CUSTOMER_MANAGEMENT_CONFIG":"Customer management configuration","CUSTOMER_NAME":"Customer name","CUSTOMER_NR":"Customer no.","CUSTOMER_NUMBER":"Customer no.","CUSTOMER_RESPONSE":"Customer feedback","CUSTOMER_TYPE":"Customer type","CUSTOMER_VALUE":"Customer value","CUSTOMS_COST":"Customs","CUSTOM_RANGE":"Adjusted range","CUT_OFF_TIME":"Cut off time","CVO_CODE":"CVO code","CVO_CODES":"CVO codes","CVZ_CODE":"CVZ code","CVZ_CODES":"CVZ codes","D":"T","DAMAGE_NUMBER":"Damage number","DARK":"Dark","DASHBOARD":"Dashboard","DASHBOARDS":"Dashboards","DASHBOARDS_AVAILABLE":"Available dashboards","DASHBOARDS_MINE":"My dashboards","DASHBOARDS_SHARED":"Shareddashboards","DASHBOARD_BLOCKS":"Dashboard blocks","DASHBOARD_CONFIGURE_END":"Save Dashboard","CREATE_EMPLOYEE":"Create new employee","CREATE_EXCEPTION":"Create new exception","CREATE_IDENTIFICATION":"Create identification","CREATE_NEW":"Edit new |~","CREATE_NEW_ADDRESS":"Create new address","CREATE_NEW_API_KEY":"Create new API Key","CREATE_NEW_API_KEY_MESSAGE1":"New API Key generated","CREATE_NEW_API_KEY_MESSAGE2":"This key will only be shown once!","CREATE_NEW_API_KEY_MESSAGE3":"Store this code somewhere on a secure location. You cannot request this key again.","CREATE_NEW_CASH_DRAWER":"New drawer","CREATE_NEW_CONTACT_OPTION":"Create a contact option","CREATE_NEW_IMAGE":"Take a new photo","CREATE_NEW_MATERIAL":"Create new material","CREATE_NEW_OBSERVER":"Create new observer","CREATE_NEW_REMARK":"Add new remark","CREATE_NEW_STOCK_RULE":"Create new stock line","CREATE_NEW_USER_PASSWORD":"Create new user or reset password","CREATE_NEW_WORK":"Add new activity","CREATE_OR_PICK_EXPORT":"Make or select report","CREATE_PAYMENT_BATCH":"generate payment batch","CREATE_PONTO_INTEGRATION":"Setup Ponto Integration","CREATE_PREVENTIVE_ABSENCE_FILE":"Make preventive file","CREATE_PURCHASE_ORDER":"Create purchase order","CREATE_REFERENCE_FILE":"Create reference file","CREATE_RELATION":"Create relation","CREATE_SERVICE":"Create new service","CREATE_TRANSACTION":"Save","CREATE_USER_ACCOUNT":"Create account","CREATIONDATE_FROM_FIRST":"created date from first","CREATIONDATE_FROM_LAST":"created date from last","CREATION_DATE":"Creation date","CREATION_TIME":"Created","MESSAGE_DELETE_RECORD_QUESTION":"Are you sure you want to de-activate the selected item(s)?","MESSAGE_DELIVERY_DATE_TRANS_HEADER":"Do you want to change the delivery date in the sales order header after sending?","MESSAGE_DELIVERY_DELAY":"Message delivery delay","MESSAGE_DELIVERY_METHOD_NOT_ALLOWED":"This delivery method is not allowed","MESSAGE_DETAILS":"Details message","MESSAGE_DIFFERENT_CORRIDOR":"Other corridor than suggested, you want to continue?","MESSAGE_DIFFERENT_LOCATION":"Other location than suggested, you want to continue?","MESSAGE_DOCUMENT_GENERATED_NOT_SEND":"The document was created, but not sent","MESSAGE_DOCUMENT_LOCK_SINGLE":"Document will open in read-only mode as it is currently being edited","MESSAGE_DRAWER_CLOSED":"The selected cash drawer is closed","MESSAGE_DRAWER_NOT_FOR_CASH_REGISTER":"The selected cash drawer does not belong to the chosen checkout","MESSAGE_DRAWER_NOT_IN_BRANCH":"The selected cash drawer does not belong to your store","MESSAGE_DRAWER_NOT_TODAY":"Drawer is not valid for today","MESSAGE_DUPLICATE_ADDRESS_SEQUENCE":"There is already an address with this sequence number for this type","MESSAGE_EANCODE_PROVIDER":"EAN code range","MESSAGE_EMAIL_AS_USERNAME_IN_USE":"There is already another relation that uses the e-mail address |~ as a username. Choose another primary e-mail address and retry to create a user account.","MESSAGE_EMAIL_INVALID_CHARACTERS":"Your email address contains invalid characters.","MESSAGE_EMAIL_INVALID_DOMAIN":"You email address is invalid","MESSAGE_EMAIL_INVALID_IP_DOMAIN":"The IP in your email address had a wrong format","MESSAGE_EMAIL_INVALID_PERIODS":"There are invalid dots in the domain of your email address.","MESSAGE_EMAIL_MISSING_AT_SIGN":"An 'at' sign (@) is missing in your email address.","MESSAGE_EMAIL_MISSING_PERIOD":"A dot is missing in the domain of the email address.","CORLETTE":"Storage means","CORRECT":"Correct","CORRECTED":"Corrected","CORRECTION":"Correction","CORRECTION_ABSENCE_WARNING":"Pay attention: you adjust a previously made report. For a changed status you have to make a new report.","CORRECTION_CONTRACT_WARNING":"Note: You cannot change the contract in connection with an ongoing absence notification","CORRECTION_STOCK_LEDGER":"Stock correction ledger","CORRECT_ACCEPTED_ORDER":"Correct Order accepted in","CORRECT_ALLOCATIONS_FIRST":"This line is partially received and allocated. Before you can assign you must first correct the already allocated stock of this line and then remove the link to the purchase order.","CORRECT_ASSIGNMENT_FIRST":"This line is partially received and allocated. Before you can assign you must first correct the already allocated stock of this line and then remove the link to the purchase order.","CORRESPONDENCE_ADDRESS":"Correspondence address","CORRESPONDENCE_ADDRESS_ADDITION":"Correspondence address house no. addition","CORRESPONDENCE_ADDRESS_ADDITION_NUMBER":"Correspondence address house no. addition","CORRESPONDENCE_ADDRESS_CITY":"Correspondence address city","CORRESPONDENCE_ADDRESS_COUNTRY":"Correspondence address country","CORRESPONDENCE_ADDRESS_COUNTRY_CODE":"Correspondence address country code","CORRESPONDENCE_ADDRESS_DATE_IN":"Correspondence address start date","CORRESPONDENCE_ADDRESS_DATE_OUT":"Correspondence address end date","CORRESPONDENCE_ADDRESS_GLN":"Correspondence address gln","CORRESPONDENCE_ADDRESS_HOUSE_NUMBER":"Correspondence address house no.","CORRESPONDENCE_ADDRESS_NAME":"Correspondence address name","CORRESPONDENCE_ADDRESS_NUMBER":"Correspondence address house no.","CORRESPONDENCE_ADDRESS_POSTAL_CODE":"Correspondence address postal code","CORRESPONDENCE_ADDRESS_SEQUENCE":"Correspondence address sequence no.","CORRESPONDENCE_ADDRESS_STATE":"Correspondence address province/state","CORRESPONDENCE_ADDRESS_STREET":"Correspondence address street","CORRESPONDENCE_ADDRESS_STREET_NAME":"Correspondence address street name","CORRESPONDENCE_ADDRESS_STREET_NAME_2":"Correspondence address street name 2","CORRIDOR":"Corridor","CORRIDORS":"Corridors","CORRIDOR_ADVICE":"Row advice","CORRIDOR_FROM":"From Row","CORRIDOR_TO":"Up to Row","COSTING_FACTOR":"Calc. factor","COSTS":"Costs","PREGNANCY":"Pregnancy","PREGNANCY_ACTUAL_DELIVERY_DATE":"Actual delivery date","PREGNANCY_ACTUAL_FIRST_WORKINGD_DAY":"Actual first working day","PREGNANCY_ACTUAL_START_DATE_LEAVE":"Actual start date of leave","PREGNANCY_ADOPTION_MATERNITY_LEAVE":"Pregnancy, adoption or foster leave?","PREGNANCY_DATE_HOSPITALIZATION_CHILD":"Child hospitalization date","PREGNANCY_DATE_HOSPITAL_DISCHARGE_CHILD":"Child hospital discharge date","PREGNANCY_DESIRED_START_DATE_OF_LEAVE":"Desired start date leave","PREGNANCY_END_LEAVE_PERIOD":"End of leave period","PREGNANCY_FLEXIBLE_LEAVE":"Flexible leave","PREGNANCY_MULTIPLE_BIRTHS":"multiple births","PREGNANCY_PROBABLE_DELIVERY_DATE":"Expected delivery date","PREPARE":"Create Transaction(s)","PRESELECTION":"Pre-selection of","PRESET":"Preset","PRESETS":"Presets","PRESET_LOAD":"Load preset","PRESET_MANAGEMENT":"Preset management","PRESET_NAME":"Preset name","PRESET_OPEN":"Open preset","PRESET_PART":"Part / preset","PRESET_SAVE_AS":"Save as preset","PRESET_SAVE_AS_NEW":"Save as new preset","PREVENTATIVE":"Preventive","PREVENTIVE":"Preventive","PREVENTIVE_FILE":"Preventive file","PREVIEW":"Example","PREVIOUS":"Previous","PREVIOUS_OPTION":"Back to previous step","PREVIOUS_PAGE":"Previous Page","PREVIOUS_VERSION":"Previous version","PREV_CHOICE":"Last choice","PRE_RECEIVED":"Pre-announced","PRE_SELECTION_POS":"Pre-selection POS","SELECT_ICON":"Select icon","SELECT_IMAGE":"Select image","SELECT_INTERNAL":"select internal groups","SELECT_INTO_LIST":"Select Worksheet type:","SELECT_INVOICE":"Select an invoice","SELECT_LEDGER_JOURNAL":"Select Journal","SELECT_LINE_FIRST":"First select the line","SELECT_MAILING_CODE":"Select mailing code","SELECT_MEDICAL_OFFICER":"Select","SELECT_OPERATOR":"Select an operator","SELECT_OPTION":"Select an option","SELECT_OPTION_VALUE":"Select an option value","SELECT_OUTSTANDING_AMOUNT":"Outstanding entries","SELECT_PURCHASE_PRICELIST":"Select purchase pricelist","SELECT_RELATION":"Select relation","SELECT_RELATIONSTATUS":"Select relation status","SELECT_RELATIONTYPELIST":"Select relation kind","SELECT_SALES_PRICELIST":"Select sales pricelist","SELECT_SCOPE":"Select the scope","SELECT_START_DATE":"Select start date","SELECT_TAGGED_STOCK":"Select tagged SKU","SELECT_TEMPLATE":"Please select a template","SELECT_TEMPLATE_AND_USER_GROUP":"Please select a template and user group","SELECT_VALID_WAREHOUSE_OF_BRANCH":"Select a warehouse of the current store.","SELECT_WORKFLOW_CATEGORY":"Select a category first","SELECT_X_AXIS":"Select at least one option for the x-axis","SELECT_Y_AXIS":"Select at least one option for the y-axis","SELLING_BASELINE_PRICE":"Sale / ?from? price","SELLING_PRICE":"Sales price","SELLING_PRICES":"Sales prices","SELL_DIRECTLY_FROM_SUPPLIERS":"Sell directly to suppliers","SELL_VIA":"Sell via","SEND":"Send","SENDER":"Sender","SENDER_EMAIL_INCORRECT":"Sender's email address not filled in or incorrect","SENDMETHODS":"Sending methods","SENDS_CONFIRMATIONS":"Sends confirmations","SEND_ACTION_EDI":"Sending EDI","SEND_ACTION_EDIP":"EDI sending and printing","SEND_ACTION_EMAIL":"Email","SEND_ACTION_EP":"E-mailing and printing","SEND_ACTION_FAX":"Fax","MAX_SALES_DISCOUNT_PERC":"Max. sales discount percentage","MESSAGE_ERROR_LOADING_PRESET":"The preset could not be loaded","MESSAGE_ERROR_LOCK_SINGLE":"Error locking object","MESSAGE_ERROR_MENU_DATA":"Menu content could not be retrieved.","MESSAGE_ERROR_NO_EMAIL":"The current relationship has no email addresses","MESSAGE_ERROR_OC_RETRIEVAL":"Retrieve confirmation status failed.","MESSAGE_ERROR_PASSWORD":"The password you entered is incorrect. Please check the input and retry.","MESSAGE_ERROR_POSTALCODE_RETRIEVAL":"Error during address retrieval by Postcode service","MESSAGE_ERROR_POS_VALIDATION":"POS transaction can not be saved. Reason:","MESSAGE_ERROR_PRINTING":"Error printing document.","MESSAGE_ERROR_PROCESSING_FINANCIALLY":"Error financially processing the transaction, you can try this at a later time again.","MESSAGE_ERROR_RESERVATION":"Error during reservation","MESSAGE_ERROR_RESTORING_DELIVERY_SETTINGS":"An error occurred while restoring the delivery defaults.","MESSAGE_ERROR_RETRIEVE_NOTIFICATIONS":"Error retrieving delivery notifications","MESSAGE_ERROR_ROLLBACK_FAIL":"Error during reverting of changes.","MESSAGE_ERROR_RUN_REPORT":"Error while generating report.","MESSAGE_ERROR_SAVE":"Error when saving","MESSAGE_ERROR_SAVEPOINT":"Error communication with server.","MESSAGE_ERROR_SAVE_MODULE":"Error saving module","MESSAGE_ERROR_SAVING_FILTER":"Error saving filter preset","MESSAGE_ERROR_SELECT_MULTIPLE":"Error while retrieving collection of objects.","MESSAGE_ERROR_SELECT_SINGLE":"Error while retrieving object.","MESSAGE_ERROR_SETTINGS_RETRIEVAL":"Settings could not be retrieved.","MESSAGE_ERROR_SHOPPING_CART_REMOVE_COMPOSITION":"Error while removing line from the basket. The basket contains a composition.","MESSAGE_ERROR_UNLOCK_SINGLE":"Error while unlocking an object.","MESSAGE_ERROR_UPDATE_CLIENT":"Error while updating the app","MESSAGE_ERROR_UPDATE_OBJECT":"Error during saving changes on object","MESSAGE_ERROR_UPDATING_REGISTRATION_CODE":"Error updating registration code","MESSAGE_ERROR_UPSERT_ATTRIBUTE_LINE":"No answer option available.","MESSAGE_ERROR_UPSERT_MULTIPLE":"Error saving collection of objects.","MESSAGE_ERROR_UPSERT_SINGLE":"Error saving object.","MESSAGE_EXAMPLE_VIEW_NOT_SUPPORTED_IN_FLEX_VERSION":"Preview is not yet supported in the web version","MESSAGE_EXIT_WHILE_LOGGED_IN":"You have attempted to exit the application. Any unsaved data will be lost. Are you sure you want to close the application","MESSAGE_FIELD_INVALID":"Field is invalid","MESSAGE_FIELD_PRECISION_OVERRIDDEN":"Maximum precision exceeded. Maxim decimal digits: |~.","MESSAGE_FIELD_REQUIRED":"Field is mandatory","MESSAGE_FIELD_TOO_LONG":"Field is too long. Maximum |~ characters available.","MESSAGE_FIELD_WRONG_VALUE":"Field has the wrong value","MESSAGE_FILL_IN_REMARK":"Fill in remark.","MESSAGE_FILL_RELATION_FIRST":"Fill in a relation number first.","MESSAGE_FIRST_RUN":"This is the first time the application is started, please validate the connection settings.","MESSAGE_GENERATING_DELIVERY_NOTIFICATIONS":"Error when generating delivery notifications","MESSAGE_GENERATING_PACKAGE_STICKERS":"Error when generating packing labels","MESSAGE_GIVE_BASE_URL":"Enter the base URL of the server (e.g http:. // Ip: port / ione)","DELETE_IB_TRANSACTIONS":"Delet interbranch transactions","DELETE_IC_PURCHASE_ORDERS":"There are intercompany purchase orders present. Would you like to delete these also?","DELETE_IMPORT_CATALOG":"Do you want to delete this catalog import","DELETE_LINE":"This line will be deleted","DELETE_PURCHASE_ORDERS":"There are purchase orders present. Would you like to delete these also?","DELETE_PURCHASE_ORDERS_WARNING_ACCEPTED":"Attention: Received goods orderlines are not removed!","DELETE_QUESTION_QUESTION":"Are you sure to delete this question?","DELETE_REMARK_QUESTION":"Do you want to delete this comment?","DELETE_SHOPPING_CART_QUESTION":"Delete shopping cart?","DELETE_STATE_AND_TRANSITIONS_QUESTION":"Are you sure you want to delete the following states and transitions?","DELETE_STOCK_LINE?":"Are you sure you want to delete this stock line?","DELETE_STORAGE_CAR":"Do you want to delete the storage cart?","DELETE_TASK":"Are you sure you want to delete this task?","DELETE_TRANSACTION":"Delete transaction","DELETE_TRANSACTION_LINE":"Delete order line","DELETE_TRANSACTION_LINE_FAILED":"Deleting the transaction line failed","DELETE_TRANSACTION_LINE_HINT":"Delete transaction line","DELETE_TRANSACTION_LINE_IB_DATA_QUESTION":"This removes the entire inter-branch transaction. Do you want to continue?","DELETE_TRANSACTION_LINE_QUESTION":"You are about to delete the transaction line, continue?","DELETE_TRANSACTION_QUESTION":"You are about to delete the transaction! Continue?","DELETE_TRANSITION_QUESTION":"Are you sure you want to delete the next transition?","DELETE_USER":"Delete user","DELETE_WAREHOUSE_QUESTION":"Are you sure you want to delete this warehouse?","DELETE_WORK_QUESTION":"Do you want to delete this activity?","DELETING_FROM_FIXED_EAN_QUESTION":"You are going to remove options values with have fixed EAN codes. Wherever this option value is in use, the change will be implemented. Are you sure you want to continue?","DELETING_FROM_OPV_TREE_QUESTION":"You are about to remove choices from an option-value tree. Wherever this option value tree is used, the change will be implemented. Are you sure you want to continue?","DELIVER":"Delivery","DELIVERED":"Delivered","DELIVERED_BY":"Delivered by","DELIVERED_NOT_INVOICED":"Delivered, not invoiced","DELIVERED_ORDERS":"Orders delivered","DELIVERY":"Delivery","DELIVERY2":"Orders","DELIVERYDATE_AFTER_PREFERRED":"Delivery date is after prefered Delivery date.","DELIVERYDATE_BEFORE_PREFERRED":"Delivery date is prior to the preferred delivery date.","DELIVERYDATE_SAME_AS_PREFERRED":"Delivery date is not the same as a preferred delivery date.","INVOICE_ADDRESS":"Invoice address","ALSO_COPY":"Include in copy","ALTERNATIVES":"Alternatives","ALTERNATIVE_INVOICE_ADDRESS":"Alternative billing address","ALTERNATIVE_SUPPLIERS":"(Alternative) suppliers","ALTER_RELATION":"Edit relation","ALWAYS":"Always","ALWAYS_SHOW_LOGISTICS_POPUP":"Check warehouse and sourcing code.","AMOUNT_ISSUED":"Amount issued","AMOUNT_LINES":"Number of lines","AMOUNT_NEGATIVE":"Qty on order may not be negative.","AMOUNT_NON_ZERO":"Qty may not be 0.","AMOUNT_NOT_ALLOWED":"Amount not allowed (0)","AMOUNT_OF_ABSENCES":"Amount of absences","AMOUNT_OF_ARTICLES":"No of Products","AMOUNT_OF_AVALABLE_FUNCTIONS":"Number of different functions within or under the lever of absent employee","AMOUNT_OF_EMPLOYEES":"Number of employees","AMOUNT_OF_WEEKS":"Follow-up in","AMOUNT_OF_WEEKS2":"Number of weeks","AMOUNT_ON_STORAGE_UNIT":"Amount on storage mean","AMOUNT_ORDERLINES":"Number of order lines","AMOUNT_OUT":"Amount out","AMOUNT_OUTSTANDING_CREDITORS":"Outstanding entries suppliers","AMOUNT_OUTSTANDING_DEBTORS":"Outstanding entries customers","AMOUNT_PICKED":"Qty Picked","AMOUNT_PRE_RECEIVED":"Number pre-registered","AMOUNT_PRODUCTS":"Number of products","AMOUNT_PURCHASE":"Ordered","AMOUNT_PURCHASED":"No ordered","AMOUNT_PURCHASE_ORDER":"PO","AMOUNT_REQUIRED":"Amount is mandatory","AMOUNT_RESERVATED":"Reserved","AMOUNT_RESOURCES":"Number of resources","AMOUNT_SELECTED":"Total selected","AMOUNT_SOLD":"Qty sold","AMOUNT_SOLD_SERVICE":"Service amount","AMOUNT_SOLD_TOTAL":"Sold amount of service","AMOUNT_TOO_LARGE":"Amount too high","AMOUNT_TO_ACCEPT_CAN_NOT_EXCEED_AMOUNT_IN_ORDER":"Qty of goods-in cannot be higher than Qty on order","AMOUNT_TO_ACCEPT_MORE_THEN_AMOUNT_IN_ORDER":"Qty on order does not match Qty to accept in. Do you want to change the Qty on order?","AMOUNT_TO_BE_ALLOCATED_SOURCE":"Number to be assigned source warehouse","AMOUNT_TO_BE_ASSIGNED_SOURCE":"Number to be assigned source warehouse","ARTICLE_INFORMATION":"Product information","ARTICLE_IN_OUT_COLLECTION":"Status of Product is \"|~\". Are you sure you want to continue?","ARTICLE_MANAGEMENT":"Product management","ARTICLE_MODEL":"Execution","ARTICLE_MUTATION":"Product modification","ARTICLE_MUTATION_DATE":"Product modiifcation date","ARTICLE_NAME":"Item name","ARTICLE_NOT_EXIST_MESSAGE":"The SKU does not exist, try to load another item","ARTICLE_NOT_FOUND":"Product not found or already fully checked","ARTICLE_NOT_PICKED":"Product insufficiently picked","ARTICLE_NOW_ACTIVE":"Article is active from now on","ARTICLE_NOW_INACTIVE":"Article is inactive from now on","ARTICLE_NO_LOCATION":"This product is not a location product","ARTICLE_NO_SUPPLIER":"Item no. supplier","ARTICLE_NR":"Product no","ARTICLE_NR_PURCHASE_ORG":"Product nr purchase org.","ARTICLE_NR_SUPPLIER":"Product nr supplier","ARTICLE_NR_SUPPLIER_FREE":"Pruduct number supplier","ARTICLE_NR_SUPPLIER_RP":"Your Product nr.","ARTICLE_NUMBER":"Productnumber:","ARTICLE_NUMBER_SUPPLIER":"Product nr supplier","ARTICLE_OPTION_LIBRARY":"Product Options Library","ARTICLE_ORDER_DETAILS":"Product and order details","ARTICLE_PRODUCT_LIST":"Product list","ARTICLE_SEARCH":"Find Product","ARTICLE_SEARCH_GENERAL_INFO":"Search by number, barcode, description, supplier or turnover group.","ARTICLE_SOURCE":"Source item","ARTICLE_STILL_USED":"Item is still in use and therefore can not be permanently deleted.","ARTICLE_STOCK_INFORMATION":"Stock information","ARTICLE_STRUCTURE":"Configuration text","ARTICLE_SYNC_FIELDS":"Product synchronisation fields","ARTICLE_TARGET":"Target item","ARTICLE_TO_CONVERT_FROM":"Product that willl be converted (source)","ARTICLE_TO_CONVERT_TO":"Product that will be merged (target)","ARTICLE_TYPE":"Product type","ARTICLE_UNIT_CONVERSION":"Unit conversions","FROM_UNIT":"From unit","TO_UNIT":"To unit","CONVERSION_FACTOR":"Conversion factor","CONVERSION_FACTOR_PRICE":"Conversion factor price","ARTICLE_UNKNOWN":"Unknown article","ARTICLE_WILL_BE_MADE_ACTIVE":"Date out has changed, the Article will be active after saving.","ARTICLE_WILL_BE_MADE_INACTIVE":"Date out has changed, the Article will be inactive after saving.","ARTILCE_DESCR":"Product description","ART_DESIGN":"Product specifications","ART_NR_SUP":"SKU.Supplier","ART_ORDER_LINE":"article - order - line","ART_SELECT":"Product selection","ART_SELECTION_PRESENT_FOR_NODE":"Can not be removed, because it is used in a logistics Product.","ART_SELECTION_PRESENT_FOR_NODES":"The following components could not be removed, because they are used in a logistics Product:","ART_SELECTION_PRESENT_WHILE_WORKING":"A logistical Product was created when you were working on the current Product configuration. Click 'read more' to see what components therefore could not be removed.","ASSEMBLY":"Assembly","ASSEMBLY_COSTS":"Assembly costs","ASSEMBLY_COSTS_ART":"Assembly costs Product","ASSEMBLY_DATE":"Assembly date","ASSEMBLY_TIME":"Assembly time","ASSEMBLY_TIME2":"Assembly time","ASSEMBLY_TIME2PLAN":"Mounting time to be planned","ASSETS":"Assets","ASSETS_FLASH":"Flash assets","ASSETS_IOS":"iOS assets","ASSETS_WEB":"Web assets","ASSET_LIBRARY":"Asset library","ASSET_MANAGEMENT":"Asset management","ASSET_STORED_SUCCES":"Asset stored on the file server.","AVAILABLE_ADDRESSES":"Available addresses","AVAILABLE_COLUMNS":"Available Columns","AVAILABLE_DAYPARTS":"Available Dayparts","AVAILABLE_FIELDS":"Available fields","AVAILABLE_FILTERS":"Available filters","AVAILABLE_IN_WAREHOUSE":"Available in warehouse","AVAILABLE_LATER":"Projected Stock","AVAILABLE_ON":"Available on","AVAILABLE_ON_ARRIVAL_DATE":"Available on arrival date","AVAILABLE_ON_CONFIRMED_DATE":"Avalialble on confirmed date","AVAILABLE_RANGE":"Available during period:","AVAILABLE_REPORTS":"Reports available","AVAILABLE_STOCK":"Available","AVAILABLE_VIEWS":"Reports Available","AVARAGE":"Average","AVATAR":"Avatar","AVERAGE_ABSENCE_DURATION":"Average duration of absence (in days)","AVERAGE_ABSENCE_DURATION_LAST_YEAR_CUSTOMER":"Absence duration","AVERAGE_AGE":"Average age","AVERAGE_AGE_OF_EMPLOYEES":"Avg. age","AVERAGE_DAYS_OF_ABSENCE":"Average number of days absent","AVERAGE_LEAVE_TOTAL":"Average absence total","AVERAGE_PAYMENT_BEHAVIOUR":"Payment behaviour","AVERAGE_PROFILE_COMPLETENESS":"Average profile completeness","AVERAGE_VALUE":"Average value","BACK":"Back","BACKGROUND_TEXT_COLOR_NOT_OPTIMAL":"Thet text may not be properly readable with choosen color combination","BACKUP_DUMP":"Backup schedule","BACKUP_KIND":"Backup type","BACKUP_MANAGEMENT":"Backup management","BACK_TO_CART":"Back to cart","BACK_TO_IMPORT":"Back to import","BACK_TO_OVERVIEW":"Back to overview","BRANCH_NAME":"Store name","BRANCH_NR":"Store no.","BRANCH_NUMBER":"Store no.","BRANCH_POLICY":"Store policy","BRAND":"Brand","BRANDS":"Brands","BRAND_ID":"Brand ID","BRAND_KEYS":"Brand keys","BRAND_NAME":"Brand name","BRAND_TYPE":"Brand type","BRONZE_MEDAL":"Bronze medal","BROWS":"Browse","BROWSE":"Browse","BROWSE_ADDRESSES":"Browse addresses","BRUTO":"Gross","BRUT_WAGE_EMPLOYER_COSTS":"Gross wage including employer's expenses","BR_DISCOUNT":"Business rule discount","BR_SURCHARGE":"Business rule addition","BTW_CODE":"Percentage VAT","BTW_I":"VAT purchase","BTW_V":"VAT sales","BUILD":"Compile","BUILD_CHART":"Compile report","BUILD_SELF":"Build yourself","BULK":"Bulk","BULKLOCATION":"Bulk location","BULK_3D_REF":"Reference file","BULK_3D_REF_DESC":"iONE product numbers and the 3D files","BULK_3D_UPLOAD":"Bulk 3D upload","BULK_3D_ZIP":"Zip file","BULK_3D_ZIP_DESC":"Select the zip file containing the 3D models to be uploaded","BUSINESS_ADDRESS":"Place of business","BUSINESS_ADDRESS_ADDITION":"Place of business house no. addition","ABSENCEFILE_FML_3_6":"Dust, smoke, gases and vapours/Protective equipment","ABSENCEFILE_FML_3_6_0":"normal, no specific restrictions","ABSENCEFILE_FML_3_6_1":"Limited","ABSENCEFILE_FML_3_7":"noise load","ABSENCEFILE_FML_3_7_0":"normal, no specific restrictions","ABSENCEFILE_FML_3_7_1":"Limited","ABSENCEFILE_FML_3_8":"Vibration load","ABSENCEFILE_FML_3_8_0":"normal, no specific restrictions","ABSENCEFILE_FML_3_8_1":"Limited","ABSENCEFILE_FML_3_9":"Other limitations of the physical adjustment options","ABSENCEFILE_FML_3_9_0":"normal, no specific other limitations in physical customization options;","ABSENCEFILE_FML_3_9_1":"Allergy","ABSENCEFILE_FML_3_9_2":"Increased susceptibility for infections","ABSENCEFILE_FML_3_9_3":"Weakened skin barrier","ABSENCEFILE_FML_3_9_4":"other restrictions","ABSENCEFILE_FML_4":"Dynamic actions","ABSENCEFILE_FML_4_10":"Bow","ABSENCEFILE_FML_4_10_0":"normal, can bend about 90 degrees (pick up paper from the floor)","ABSENCEFILE_FML_4_10_1":"limited, can bend about 60 degrees (pick up bag from floor)","ABSENCEFILE_FML_4_10_2":"very limited, can bend about 45 degrees (pick up crumbs from chair seat)","ABSENCEFILE_FML_4_11":"Frequent bending during work","ABSENCEFILE_FML_4_11_0":"Frequent bending during work","ABSENCEFILE_FML_4_11_1":"slightly limited, can bend approximately 300 times during each hour of the working day if necessary","ABSENCEFILE_FML_4_11_2":"limited, can bend approximately 150 times during each hour of the workday if necessary","ABSENCEFILE_FML_4_11_3":"highly limited, can bend approximately 50 times during each hour of the working day if necessary","ABSENCEFILE_FML_4_12":"Twist","ABSENCEFILE_FML_4_12_0":"normal, the trunk can rotate at least 45 degrees (looking behind the bike; sitting in the front grab a bag from the back seat of the car)","ABSENCEFILE_FML_4_12_1":"Limited","ABSENCEFILE_FML_5_10_0":"Will not be translated","ABSENCEFILE_FML_5_10_1":"Specific other limitations","ABSENCEFILE_FML_5_11":"Will not be translated","ABSENCEFILE_FML_5_11_0":"Will not be translated","ABSENCEFILE_FML_5_11_1":"Will not be translated","ABSENCEFILE_FML_5_1_0":"Will not be translated","ABSENCEFILE_FML_5_1_1":"Will not be translated","ABSENCEFILE_FML_5_1_2":"Will not be translated","ABSENCEFILE_FML_5_1_3":"Will not be translated","ABSENCEFILE_FML_5_2_0":"Will not be translated","ABSENCEFILE_FML_5_2_1":"Will not be translated","ABSENCEFILE_FML_5_2_2":"Will not be translated","ABSENCEFILE_FML_5_2_3":"Will not be translated","ABSENCEFILE_FML_5_3":"To stand","ABSENCEFILE_FML_5_3_0":"Will not be translated","ABSENCEFILE_FML_5_3_1":"Will not be translated","ABSENCEFILE_FML_5_3_2":"Will not be translated","ABSENCEFILE_FML_5_3_3":"Will not be translated","ABSENCEFILE_FML_5_4":"Standing during work","ABSENCEFILE_FML_5_4_0":"Will not be translated","ABSENCEFILE_FML_5_4_1":"Will not be translated","ABSENCEFILE_FML_5_4_2":"Will not be translated","ABSENCEFILE_FML_5_4_3":"Will not be translated","ABSENCEFILE_FML_5_5":"Will not be translated","ABSENCEFILE_FML_5_5_0":"Will not be translated","ABSENCEFILE_FML_5_5_1":"Will not be translated","ABSENCEFILE_FML_5_6":"Will not be translated","ABSENCEFILE_FML_5_6_0":"Will not be translated","ABSENCEFILE_FML_5_6_1":"Will not be translated","ABSENCEFILE_FML_5_7":"Be active above shoulder height","ABSENCEFILE_FML_5_7_0":"Will not be translated","ABSENCEFILE_FML_5_7_1":"Will not be translated","ABSENCEFILE_FML_5_8":"Will not be translated","ABSENCEFILE_FML_5_8_0":"Will not be translated","ABSENCEFILE_FML_5_8_1":"Will not be translated","ABSENCEFILE_FML_5_8_2":"Will not be translated","ABSENCEFILE_FML_5_8_3":"Will not be translated","ABSENCEFILE_FML_5_9":"Alturnation of posture","ABSENCEFILE_FML_5_9_0":"Will not be translated","ABSENCEFILE_FML_5_9_1":"Will not be translated","ABSENCEFILE_FML_6":"Working hours","ABSENCEFILE_FML_6_1":"Will not be translated","ABSENCEFILE_FML_6_1_0":"Will not be translated","ABSENCEFILE_FML_6_1_1":"Will not be translated","ABSENCEFILE_FML_6_1_2":"Will not be translated","ABSENCEFILE_FML_6_2":"Hours per day","ABSENCEFILE_FML_6_2_0":"Will not be translated","ABSENCEFILE_FML_6_2_1":"Will not be translated","ABSENCEFILE_FML_6_2_2":"Will not be translated","ABSENCEFILE_FML_6_2_3":"Will not be translated","ABSENCEFILE_FML_6_2_4":"Will not be translated","ABSENCEFILE_FML_6_3":"Hours a week","ABSENCEFILE_FML_6_3_0":"Will not be translated","ABSENCEFILE_FML_6_3_1":"Will not be translated","ABSENCEFILE_FML_6_3_2":"Will not be translated","ABSENCEFILE_FML_6_3_3":"Will not be translated","ABSENCEFILE_FML_6_3_4":"Will not be translated","ABSENCEFILE_FML_6_4":"Other limitations regarding working hours","ABSENCEFILE_FML_6_4_0":"Will not be translated","ABSENCEFILE_FML_6_4_1":"Specific other limitations","ABSENCEFILE_FML_7":"Conclusion","ABSENCEFILE_FML_7_1":"Conclusion","ABSENCEFILE_FML_7_1_0":"Will not be translated","ABSENCEFILE_FML_7_1_1":"Will not be translated","ABSENCEFILE_FML_7_2":"Explenation","ABSENCEFILE_FML_7_2_0":"Will not be translated","ABSENCEFILE_FML_7_2_1":"Will not be translated","ABSENCEFILE_FML_7_2_10":"Will not be translated","ABSENCEFILE_FML_7_2_11":"Will not be translated","ABSENCEFILE_FML_7_2_12":"Will not be translated","ABSENCEFILE_FML_7_2_13":"Otherwise, see insurance doctor report","ABSENCEFILE_FML_7_2_2":"Will not be translated","ABSENCEFILE_FML_7_2_3":"Will not be translated","ABSENCEFILE_FML_7_2_4":"Will not be translated","ABSENCEFILE_FML_7_2_5":"Will not be translated","ABSENCEFILE_FML_7_2_6":"Will not be translated","ABSENCEFILE_FML_7_2_7":"Will not be translated","ABSENCEFILE_FML_7_2_8":"Will not be translated","ABSENCEFILE_FML_7_2_9":"The client needs to be hospitalized","ABSENCEFILE_FML_DOCUMENT":"FML","ABSENCEFILE_ID":"Case number","ABSENCEFILE_MCF_1":"Did the sick employee come to the appointment.","ABSENCEFILE_MCF_2":"Type of consult","ABSENCEFILE_MCF_3":"Possibilities employee","ABSENCEFILE_MCF_4":"Findings and prognosis","ABSENCEFILE_MCF_5":"Prognosis with regard to full recovery of own work","ABSENCEFILE_MCF_6":"Follow-up appointment","ABSENCEFILE_MCF_7":"Intervention","ABSENCEFILE_MI_4":")Work'diagnoses","ABSENCEFILE_MI_4_1":"What is / are the (work) diagnosis (s)?","ABSENCEFILE_MI_4_1_INFO":"Please contact the UWV-office in your region if you'd like to receive the CAS-codebook. You can add multiple diagnoses.","ABSENCEFILE_MI_4_2":"Date of the first examination by the medical officer","ABSENCEFILE_MI_5":"Results first research","ABSENCEFILE_MI_5_INFO":"Where relevant, describe: <br/>","ABSENCEFILE_MI_5_INFO_2":"<ul><li>the nature, severity and cause of the complaints at the start of the disability;</li><li>the treatment and advice of the curative sector;</li><li>the (labor)diagnosis: describing and CAS-code;</li><li>Protocol, guidelines;</li><li>the necessary additional information or expertise;</li><li>","ABSENCEFILE_MI_6":"The course","ABSENCEFILE_MI_7":"Signature","ABSENCEFILE_NLTI_2":"Identify employer with","ABSENCEFILE_NLTI_2_1":"Payroll tax number","ABSENCEFILE_NLTI_2_2":"Connection number","ABSENCEFILE_NLTI_3":"First day of illness and absence history","ABSENCEFILE_NLTI_3_1":"Has your employee been ill for 2 or more periods shortly in a row and has there also been a period shorter than 4 weks in between without absence/illness?","ACCEPTANCE_CONFIRMATION":"Order confirmation acceptance","ACCEPTANCE_DATE":"Goods reception date","ACCEPTANCE_INTER_BRANCH":"Recieve goods interbranch","ACCEPTANCE_PRESENT":"Since goods are already accepted in, the number can not not be lower than","ACCEPTANCE_PROCESSINGSTATE":"Process goods received","ACCEPTANCE_PURCHASE":"Receive purchase orders","ACCEPTANCE_RETURN_PRESENT":"Because there have been deliveries for this order, the number may not exceed","ACCEPTATION":"Acceptance","ACCEPTED":"Received","ACCEPT_DATE":"Date of acceptance","ACCEPT_ORDER":"Accept complete order","ACCESSORY_WAGE":"Additional payment","ACCESSRIGHTS_READ":"Read rights","ACCESSRIGHTS_READ_WRITE":"Write rights","ACCIDENT":"Accident","ACCIDENT_DATE":"Accident date","ACCIDENT_HAPPEN_QUESTION":"Was there a case of an accident?","ACCOUNT":"Account","ACCOUNT2":"Account","ACCOUNTANCY":"Accountancy","ACCOUNTING_OPERATION_TYPE":"Accounting type","ACCOUNTS":"Accounts","ACCOUNT_ACTIVE":"Account active?","ACCOUNT_ACTIVE2":"Account active","ACCOUNT_AND_PRIVACY":"Account & privacy","ACCOUNT_BUSINESSES":"Company accounts","ACCOUNT_CONTRA":"Counter account","ACCOUNT_DETAILS":"Account information","ACCOUNT_DIFF":"Account difference","ACCOUNT_EXPLANATION":"The email address and password are needed to get access to the data. Next to that, we will use your email address to send you updates about your order.","ACCOUNT_INACTIVE":"Account inactive","ACCOUNT_INACTIVE_PW_NOT_SENT":"Account is not active and therefore cannot be recovered.","ACCOUNT_INVITE_FOR":"Invite new user to an account","ACCOUNT_IS_ALREADY_ACTIVE":"Account could not be activated because it is already active. try to login or press \"Forgot password\"","ACCOUNT_KIND":"Account kind","ACCOUNT_MANAGER":"Account Manager","ACCOUNT_NAME":"Account name","ACCOUNT_NUMBER":"Account no.","ACCOUNT_PRIVATE_PERSONS":"Account","ACCOUNT_RELATIONS_TO":"Relations of account","ACCOUNT_STATUS":"Account status","ACCOUNT_TYPE":"Account type","ACHIEVABLE":"Executable","ACTION":"Action","ACTIONS":"Actions","ACTIONS2":"Proceedings","ACTION_BLOCKED_PROCESS_BUSY":"There is another process in progress. The action can not be performed.","ACTION_CASEMANAGER":"Case manager action required to determine whether a follow-up appointment is required","ACTION_INFO":"Info on action","ACTION_NOT_ALLOWED":"You do not have permission to perform this action","ACTION_PRICE":"Promotion price","ACTION_TYPE":"Action type","ACTIVATE":"Activate","ACTIVATED":"Activated","ACTIVATED_ACCOUNT":"Account activated","ACTIVATE_ACCOUNT":"Activate account","ACTIVATE_ACCOUNT_CHECK":"Please check the e-mail address if it is correct:","ACTIVATE_ACCOUNT_MSG":"By clicking on the button above, a code will automatically be sent to the above e-mail address. Then fill it in to activate your account!","ACTIVATE_ARTICLE":"Do you want to make the item active again","ACTIVATING_WF_DELETES_TEST_DATA_AND_USERS_WARNING":"Pay attention! You are now going to activate a workflow. This means that from now on when creating a | ~ a workflow process becomes active which follows the scheme of this workflow blueprint. The workflow blueprint that is now active will be made inactive! This also removes all test processes that already existed and test users. Do you want to continue?","ACTIVE":"Active","ACTIVE_PERCENTAGE":"Percentage active","ACTIVE_SETTINGS_X_OF_Y":"|~ of |~ settings enabled","ACTIVE_TRIGGERS":"Active triggers","ACTIVE_WORKFLOWS":"Active workflows","ACTIVE_WORKFLOW_CANNOT_BE_TESTED":"Active workflows cannot be tested","ADD_CONFIG_ARTICLE_TO_CART":"You can add the item to the shopping cart or change several choices","ADD_CONTACTMOMENT":"Add Follow-up","ADD_CONTACT_OPTION":"Add contact option","ADD_DELIVERY_OPTION":"Add a delivery option","ADD_DISCOUNTS":"Add discount","ADD_DISPLACEMENT_MAP":"Add displacement folder","ADD_DOCUMENT":"Add document","ADD_DRAWING":"Add drawing","ADD_EMPLOYEE":"Adding staff","ADD_EXISTING_CONTACT":"Link existing contact","ADD_EXPENSE":"Add expense","ADD_H3D_CONNECTION":"Add Connection","ADD_IMAGES":"Add picture","ADD_LEDGER_VAT":"Add Bank account","ADD_LINE":"Add line","ADD_LINK":"Add connection","ADD_MARKUP_ITEM":"Add layout item","ADD_METALNESS_MAP":"Add metalness folder","ADD_NEW_ADDRESS":"Create new address","ADD_NEW_ARTICLE_FORMULA":"Add Product formula","ADD_NEW_BANK_ACCOUNT":"Create bank account","ADD_NEW_BODY_TEMPLATE":"Add body template","ADD_NEW_BOOKING":"Add new booking","ADD_NEW_BOOKING_LINE":"Add new booking line","ADD_NEW_BRANCH":"New Store","ADD_NEW_BRANCH_ADMIN":"Create administration link","ADD_NEW_BRANCH_WAREHOUSE":"Add warehouse","ADD_NEW_CASEMANAGER_TO_EMPLOYER":"Add new casemanager to employer","ADD_NEW_CASH_DRAWER":"Create new Cash drawer","ADD_NEW_CASH_TYPE":"Add Cash type","ADD_NEW_CATEGORY":"Add category","ADD_NEW_CHARACTERISTIC":"Add attribute","ADD_NEW_CHARACTERISTIC2":"Add characteristic","ADD_NEW_CHARACTERISTIC_TYPE":"Add feature type","ADD_NEW_COMPANY":"New Company","ADD_NEW_CONTACT":"Create new contact","ADD_NEW_CONTACT_PERSON":"Create new contact person","ADD_NEW_CONTRACT":"Add new contract","ADD_NEW_CUSTOMER":"Create new customer","ADD_NEW_DATA":"Enter new data","ADD_NEW_DOCUMENTATION":"Create new document link","ADD_NEW_DYNAMIC_FIELD":"Create or open dynamic field","ADD_NEW_EDUCATION":"Add new education","ADD_NEW_EMPLOYEE":"Create new staff member","ADD_NEW_EMPLOYEE2":"Create new employee","ADD_NEW_EMPLOYEE_COUNT":"Add new number of employees","ADD_NEW_EMPLOYEE_FTE":"New FTE employee","ADD_NEW_EMPLOYEE_GROUP":"Create new staff group link","ADD_NEW_EMPLOYER":"Create new employer","ADD_NEW_EXCEPTION":"Add new Exception","ADD_NEW_FORM":"New form","ADD_NEW_IMAGE":"Add new image","ADD_NEW_LEDGER_WAREHOUSE":"New warehouse ledger","ADD_NEW_MAILING_CODE":"Create new mailing code link","ADD_NEW_NOTITION":"Create new note","ADD_NEW_OFFSET_ACCOUNT":"Create new offset account link","ADD_NEW_OPTION":"Add new step","ADD_NEW_ORDER":"Add new sales order","ADD_NEW_ORDER_LINE":"Add order line","ADD_NEW_ORDER_PARAMETER":"Add new order parameter","ADD_WIDGET":"Add widget","ADD_WORK":"Add work","ADIITIONAL_FILE_TYPE":"Extra file","ADJUSTABLE":"Adjustable","ADJUSTMENTS_ANALYSIS":"Adjustments problem analysis","ADJUST_STATUS":"Adjust status","ADMINISTRATION":"Administration","ADMINISTRATIONS":"Administrations","ADMINISTRATIVE":"Administrative","ADMINISTRATIVE_COORDINATOR":"Adm. coordinator","ADMINISTRATIVE_MANAGER":"Administrative Coordinator","ADMINISTRATOR":"Administrator","ADMIN_CODE":"Administration code","ADMIN_DESCRIPTION":"Administration Description","ADMIN_FINANCIAL_YEAR_ID":"Administration year id","ADMIN_ID":"Administration ID","ADMIN_LINK":"Administrative link","ADMIN_SHORT":"Adm","ADMONISH":"Dun","ADOPTION":"Adoption","ADRESFORMAT":"Address Format","ADVANCED":"Advanced","ADVANCED2":"Advanced","ADVANCED_FASTTRACK":"Open extended fasttrack","ADVANCED_FORMULA":"Advanced formula","ADVANCED_SEARCH":"Advanced search","ADVANCED_SEARCH_OPTIONS":"Advanced search","AFTER_DATE":"After date","AF_ANAM_1":"Conclusion/Diagnose","AF_ANAM_10":"Recommendations","AF_ANAM_2":"Situation workability","AF_ANAM_3":"Anamnesia","AF_ANAM_4":"Research","AF_ANAM_5":"Treatment","AF_ANAM_6":"Day story","AF_ANAM_7":"Pre-history","AF_ANAM_8":"Private","AF_ANAM_9":"Possible guide line","AF_ANAM_WORK":"Work notes","AF_CUR_IN_4_RUBRIC":"Course of incapacity to work","AF_CUR_IN_5_1_QUESTION":"What are the employee's limitations as a result of which he can no longer (partly) perform his own or other work?","AF_CUR_IN_6_RUBRIC":"Quality of the employment relationship","AF_CUR_IN_7_1_QUESTION":"Has research been carried out into the presence of suitable work?","AF_CUR_IN_7_RUBRIC":"Presence of suitable work","AF_CUR_IN_8_RUBRIC":"Signature","AF_CUR_SIT_1_EXPLANATION":"Please tick which situation applies. You can tick more options. See also question 5.1 of the (First-year) evaluation form.","AF_CUR_SIT_1_OPTION_1":"The employee does his own work","AF_CUR_SIT_1_OPTION_2":"The employee does his own work with adjustments","AF_CUR_SIT_1_OPTION_2_CLARIFY":"Please indicate below which changes are involved.","AF_CUR_SIT_1_OPTION_3":"The employee does other work","AF_CUR_SIT_1_OPTION_4":"The employee works for another employer","AF_CUR_SIT_1_OPTION_5":"The employee is currently not working, but can work in the future","AF_CUR_SIT_1_OPTION_5_CLARIFY":"Reason why employee currently is not working","AF_CUR_SIT_1_OPTION_6":"The employee cannot work, not even in the future","AF_CUR_SIT_1_OPTION_6_A":"The employee cannot work, and is not assessable for work","AF_CUR_SIT_1_QUESTION":"Situation","AF_CUR_SIT_RUBRIC":"Status of resumption of work","AF_DIAG_1":"Main diagnose (CAS codes)","AF_DIAG_2":"CVO/Sub Diagnose","AF_EMP_4_2_A":"Localization restrictions foot (s)","AF_EMP_IMP":"Practical obstructions concerning labour or reintegration","AF_EMP_IMP_OTHER":"Other","AF_EMP_IMP_STRUCTURAL_RPOBLEMS_OPERATION_RATE":"Through structural problems in the pace of action","AF_EMP_INTRO_1_A":"As part of the Gatekeeper Improvement Steering Group, SZW, UWV, occupational physicians, occupational experts, who work in occupational health care, work together in the Paradigm Group.","AF_EMP_INTRO_1_B":"From this group, the various professional associations NVAB, NVVG and NVvA, together with the UWV, have developed an instrument for describing the assessability: the employability profile. Although this tool is still under development in terms of validation and substantiation, it is already being accepted by the parties involved. In the meantime, work is being done on scientific substantiation and validation.","AF_EMP_INTRO_2":"Background","AF_EMP_INTRO_3_A":"An essential part of the work of the occupational doctor is advising employer and employee about the employee's capacity to work. If the employee is unsuitable for his own work, the employer and employee must know which limitations and possibilities must be taken into account when reintegrating the employee.","AF_EMP_INTRO_3_B":"The assessability is described in the advice of the occupational doctor, which is part of the Problem Analysis. Also at other times in the 1st and 2nd year of illness it is necessary to indicate the medical possibilities and limitations in order to arrive at a satisfactory reintegration result.","AF_EMP_INTRO_3_C":"When it comes to charting the assessability, it is important that insurance physicians of UWV and occupational physicians match each other as much as possible. It is essential that the occupational doctor and the insurance doctor indicate all the possibilities and limitations in the same tax categories, which are used for both reintegration and claims assessment. A conscious choice has therefore been made for a method of description by the company doctor of the load capacity for reintegration in those sections that correspond to the CBBS system in such a way that it can be understood why the achieved reintegration result is satisfactory or not.","AF_EMP_INTRO_3_D":"By using the attached employability profile at appropriate times during the first 2 years of illness, the employer, the employee, the occupational doctor and the UWV gain unambiguous insight into the qualitative development of the possibilities and limitations. For example, in the case of a labor expert investigation, the current judgment or an application for expert opinion (EO).","AF_EMP_INTRO_3_E":"The employability profile was jointly established by delegations from Arbounie, Arboned, OVAL and UWV. The aim of this collaboration is that both occupational physicians and insurance physicians each have the right set of instruments in their field and that they mutually accept and use them as such.","AF_EMP_INTRO_3_F":"The occupational doctor advises on the options for reintegration in the course of a disease process (as a dynamic process) and always assesses the employment opportunities and limitations in the light of that changing process and developments over time. In addition to the strict medical assessment of possibilities and limitations, this advice also includes information from consultation hours with the employee. It is not an assessment in a quantitative sense, but in a qualitative sense. The occupational doctor must demonstrate that the limitations imposed are in line with the diagnosis and are in line with the seriousness of the condition.","AF_EMP_INTRO_3_G":"The occupational doctor also discusses other relevant limitations and obstacles with regard to work.","AF_EMP_INTRO_3_H":"These can be named under the heading: 'practical obstacles'","AF_EMP_INTRO_5_A":"There is a digital choice in the assessment and the score: the person involved is not limited on that aspect of the assessability or the person involved is limited.","AF_EMP_INTRO_5_B":"If an item is valued as not restricted, the person concerned is normally assessable on that aspect. I.e. that the person concerned is considered normally assessable, equal to the assessability of an average person of the same age, sex and constitution. It is also assumed that the load capacity as it was known before reporting sick is taken into account and described.","AF_EMP_INTRO_5_C":"If an item is rated as limited, the company doctor ticks that item. If the company doctor makes this choice, he must explain exactly what the limitation entails. This must be described broadly on the basis of the assessment, among other things in relation to the other limitations.","AF_EMP_NONPRIV_EXTRA":"Other matters that you want to mention in this Employability Profile that are not covered by the Personal Data Protection Act","ALLOCATED_NOT_DELIVERED":"Assigned, not delivered","ALLOCATED_NOT_INVOICED":"Assigned, not invoiced","ALLOCATE_ALL":"Allocate all","ALLOCATE_ALL_SELECTED_ORDERS":"Allocated all selected orders","ALLOCATE_DETAILS":"Details assigning","ALLOCATE_FIFO":"Assign fifo to default warehouse","ALLOCATE_ORDERS":"Allocate orders","ALLOCATE_STD_LOCATION":"Always assign on default location","ALLOCATE_STOCK_REPLENISHMENT":"Allocate stock replenishment","ALLOCATE_THIS_ORDER_FULLY":"Fully allocate this order","ALLOCATION":"Allocate","ALLOCATIONS":"Allocations","ALLOCATIONS_READY":"Allocation proces completed","ALLOCATION_KEY":"Distribution key","ALLOWED_CHANGES":"Permitted adjustments","ALLOW_OPEN_ABSENCEFILE":"Allowed to open file","ALLOW_PART_DELIVERY":"Allow partial delivery","ALLOW_PONTO_CONNECTION":"Allow Ponto integration","ALLOW_ROTATION":"Rotation allowed","ALLOW_SIDEBAR":"Allowed to open in sidebar","ALLOW_STORAGE_DECOUPLING":"Allow disconnect storage mean","ALL_ADDRESSES":"All addresses","ALL_AVAILABLE_STOCK_RESERVED_DO_YOU_WANT_TO_TRY_AGAIN_PLEASE_CONFIRM":"There is available inventory, but it is held by another process. Would you like to try again?","ALL_CASH_DRAWERS":"All drawers","ALL_CASH_REGISTERS":"All cash registers","ALL_CONTACT_OPTIONS":"All contact options","ALL_DELIVERED":"Fully delivered","ALL_EMPLOYEES":"All employees","ALL_INVOICED_ORDERS":"All invoiced orders","ALL_ITEMS_PROCESSED":"All trigger have been checked!","ALL_LINES_TO_FALSE":"This task has multiple lines which will be adjusted as well. Click no, to delete this line.","ALL_LINES_TO_TRUE":"This transaction has multiple lines, do you want to approve these as well? By clicking No the other lines will be deleted.","ALL_ORDERS":"All orders","ALL_OTHER_VALUES":"All other values","ALL_POS_PRINTERS":"All printers","ALL_SELECTIONS":"All selections","ALL_TASKS_PERFORMED":"All tasks done","ALL_TRANSACTIONS":"All transactions","ALL_WAREHOUSES_FOR_BRANCH_DISPLAYED":"All warehouses are shown for Store:","ALL_WEEKS":"(All weeks)","ALL_WORKFLOWS":"All workflows","ALL_WORKFLOW_PROCESSES":"Load all workflow processes","ALL_WORKFLOW_PROCESSES_HAVE_BEEN_DELETED_AND_RESTARTED":"All old workflow processes have been deleted and restarted.","ALMOST_COMPLETE":"Nearly complete","ALPHANUMERIC":"Alphanumeric","ALREADY_ACCEPTED":"Product is (partially) reveived in.","ALREADY_DELIVERED":"Product (partially) deliverd.","ALREADY_EXISTS":"already exists","ALREADY_INVOICED":"Order line (partially) invoiced:","ALREADY_IN_ORDER":"On order","ALREADY_PICKED":"Product is (partially) picked.","ALREADY_SENT":"Historic prints","ALREADY_TO_PICK":"Product (partially) to be picked","ALREADY_USED_ARTICLENR":"This SKU is already in use.","ALREADY_USED_BARCODE":"A product with this barcode already exists.","ALSO_AS_USDZ":"Also as USDZ","NO_USER":"Relation does not have an account","NO_VADAIN_ARTICLES":"No valid Vadain items found","NO_VALID_ABSENCE_DATA":"Date for absence is no longer valid","NO_VALID_DEFAULT":"This default is not allowed here, because it does not match with the previous default.","NO_VALID_EMPLOYEE_CONTRACT":"The employee has no valid employment before this date","NO_VALID_EMPLOYEE_CONTRACT_TODAY":"The employee has no valid employment for today","NO_VALID_INPUT":"Invalid input","NO_VALID_NUMBER":"is not a valid numerical value","NO_VALID_ORDERS_TO_SEND":"No orders have been selected with lines that qualify for an online planning request.","NO_VALUE":"No value","NO_VOLUME_DISTRIBUTE_ON_PRICE":"The transport costs can not be calculated based on the volume. Instead, they will be calculated based on the price.","NO_VOUCHER_CODE":"Please enter the voucher code","NO_WAREHOUSE":"An Product without a warehouse is not possible. Try to create at + new order line.","NO_WAREHOUSE2":"Warehouse needs to be filled.","NO_WAREHOUSES_FOR_BRANCH":"There are no warehouses available for this store. Choose a different store.","NO_WMS_STICKER_FOUND":"No WMS sticker available","NO_WORKFLOW_DATA":"No Workflow present","NO_WORKFLOW_FOR_COMPONENT":"No Workflow available for this Module. Please contact your supplier.","NO_WORKFLOW_RIGHTS":"You don't have the permission to open the workflow module, therefor it will be closed.","NO_WORK_LOGGED_AND_MANDATORY":"You must first register an activity before you can complete this task!","NR":"Number","NR_SHORT":"No.","NUMBER":"Qty","NUMBER_CHILDREN":"No of children","NUMBER_DECIMALS":"No of decimals","NUMBER_INVOICE":"No of invoices","NUMBER_INVOICES":"Billing Frequency","NUMBER_OF_ABSENCES":"Number of absences","NUMBER_OF_ABSENCES_PAST_YEAR":"Number of absences for past year","NUMBER_OF_EMPLOYEES":"Number of employees","NUMBER_OF_USERS":"Number of users","NUMBER_ORDERS":"Number of orders","NOTIFICATION_LONG_TERM_ILLNESS":"Reporting long-term sickness","NOTIFICATION_RECEIVER_ADD":"Add additional receiver","NOTIFICATION_RECEIVER_EDIT":"Amend additional receiver","NOTIFICATION_SCHEMA":"Notification schedule","NOTIFICATION_TO_EMAIL_ADDRESS":"Notification to Email Address","NOTIFICATION_TO_EMAIL_ROLE":"Notification to roll","NOTIFICATION_TO_ROLE":"Notification to roll","NOTIFY_OPEN_TASK_ON_CLOSE":"Alerting to open tasks","NOTITION":"Note","NOTITIONS":"Notes","NOTITION_FOR_ARTICLE":"Product note","NOTITION_FOR_RELATION":"Note on relation","NOTI_FR_2.1_OPTION_1":"Payroll tax number","NOTI_FR_2.1_OPTION_2":"Connection number","NOTI_FR_2.1_QUESTION":"Identify employer with","NOTI_FR_3.1_QUESTION":"On which date your employee was fully recovered?","NOTI_FR_3_RUBRIC":"Notification of full recovery","NOTI_FR_4.1_OPTION_1":"Contact person mentioned in question 2.2","NOTI_FR_4.1_OPTION_2":"Other person","NOTI_FR_4.1_QUESTION":"Signed by","NOTI_FR_4_RUBRIC":"Signature","NOT_ACTIVATED_YET":"Not activated yet","NOT_AFTER":"No later then","NOT_ALLOWED_ON_BASE_ART":"A Base Product is not allowed here.","NOT_ALLOWED_TO_DELETE_EXISTING_EXECUTED_INTERNAL_DELIVERY":"Unable to delete, because there is an already executed internal delivery for this line.","NOT_ALLOWED_TO_DELETE_ORDERED_LINE":"You may not delete items that have already been ordered.","NOT_ALLOWED_TO_DELETE_SEARCH_ADDRESS":"The default address cannot be removed. Default another address first.","NOT_ALLOWED_TO_DESELECT_SEARCHADDRESS":"You can set an adres as a non standard by marking another adres as a standard","NOT_ALLOWED_TO_EDIT_MORE_THAN_ONE_ACTIVITY":"An activity is already being changed.","NOT_ALL_GOODS_ACCEPTED_CANCEL_CONTINUE":"Not all articles have been finalized / corrected. Are you sure you want to cancel and start over?","DOCTOR_OR_CASE_MANAGER_TASK_DELEGATION":"Company doctor or case manager with task delegation","DOCUMENT":"Document","DOCUMENTATION":"Documentation","DOCUMENTS":"Documents","DOCUMENTS_AND_NOTES":"Documents and notes","DOCUMENTS_LABEL":"Drop zone","DOCUMENTS_TO_PRINT":"Documents to print:","DOCUMENT_DOESNT_EXIST_COLLECTION_WILL_RELOADED":"The document you are about change was already changed by another user. The document will be refreshed.","DOCUMENT_ID":"Doc. ID","DOCUMENT_LANGUAGE":"Language documents","DOCUMENT_MANAGEMENT":"Document Maintenance","DOCUMENT_NOT_NEEDED_FOR_TRANS":"This document is not marked in the document selection for this order.","ERROR_NO_SERIAL_NR":"The serial number is incorrect","ERROR_PARKING_REPORT":"Error saving document.","ERROR_PRINTING":"An error occurred while printing.","ERROR_READING_JSON_FILE":"Reading JSON file fails, check the content.","ERROR_RECREATING_USER_ACCOUNT":" Fout tijdens opnieuw aanmaken/uitnodigen nieuwe gebruiker","ERROR_REPORT_SAVESEND":"An error occurred while saving the shipping method.","ERROR_RESETTING_USER_ACCOUNT":"Error while resetting user account","ERROR_RETRIEVING_REPORT_BODY":"Error loading Report.","ERROR_RUNNING_REPORT":"Report error.","ERROR_SENDING_EDI_ORDER":"Error sending EDI order","ERROR_SENDING_EMAIL":"Sending of Email failed","ERROR_SENDING_TEXT_MESSAGE":"Sending SMS failed.","ERROR_SENDING_WEB_SERVICE_ORDER":"Error sending order via web service","HEADER":"Heading","HEADER_ACTIVE":"Display head","HEADER_DEFINITIVE":"Header final delivery date","HEADER_DELIVERY_DATE":"Header delivery date","HEADER_ORDER_DEFINITIVE":"Header final order","HEADER_PARTIAL_DELIVERY":"Header partial delivery","HEADER_PAYMENT_AMOUNT":"Header deposit to pay","HEADER_PAYMENT_PERCENTAGE":"HEader deposit percentage to pay","HEADER_SHOW_ADDRESS":"Show header address","HEADER_SHOW_AVATAR":"Show header avatar","HEADER_SHOW_DELIVERY_METHOD_BUTTON":"Show header delivery method button","HEADER_SHOW_DISCOUNT_BUTTON":"Show header discount button","HEADER_SHOW_EMAIL_ADDRESS":"Show header email","HEADER_SHOW_NAME":"Show header name","HEADER_SHOW_ORDER_TOTAL":"Show header order total","HEADER_SHOW_PAYMENT_BUTTON":"Show header payment buton","HEADER_SHOW_PHONE_NUMBER":"Show header phone number","HEADER_SHOW_POSTAL_CODE":"Show header postal code","HEADER_SHOW_PREFERED_BUTTON":"Show header preferred delivery date button","HEAD_TEXT":"Header text","HEIGHT":"Height","HEIGHT_ADAPTABLE":"Adaptable height","HEIGHT_ARMREST":"Height of armrest","HEIGHT_UNDERSIDE_SHEET":"Height under table","HIDE":"Hide","HIDE_DETAILS":"Hide details","HIDE_FULLY_INVOICED":"Hide fully invoiced orders","HIDE_OPTION_IN_FULL_CONFIGURATION":"Hide option in full configuration","HIDE_OUTSTANDING_ENTRIES":"Hide accounts receivable","HIDE_SOFT_KEYBOARD":"Hide touchscreen keyboard","HISTORICALLY_PRINTED":"Historic prints","HISTORICAL_SEARCH":"Incl. history","HISTORICAL_SEARCH2":"Incl deprecated","HISTORIC_ACTIVITIES":"FINALIZED ACTIVITIES","HISTORIC_ACTIVITY_CHAT":"Historical activity","HISTORIC_ADDRESSES":"Historical addresses","HISTORIC_REMARK":"Processed","HISTORY":"History","HISTORY_INTERBRANCH_DEFAULT":"Standard overview Interbranch","HISTORY_POS_DEFAULT":"Standard overview POS","HISTORY_QUOTATION_DEFAULT":"Standard overview Quotation","BACK_TO_STAT_SELECTION":"Return to report selection","BACK_TO_STOCK_LINES":"Back to stock lines","BACK_TO_TRANSFER_LIST":"Back to transfer list","BALANCE":"Balance","BALANCE2":"Balance","BALANCE_AFTER_ENTRY":"Balance after entry","BALANCE_CREDIT":"Balance credit","BALANCE_DEBIT":"Balance debit","BALANCE_SIDE":"Balance column","BANK":"Bank","BANKS":"Banks","BANK_ACCOUNT":"Bank account","BANK_ACCOUNTS":"Bank accounts","BANK_ACCOUNT_MANDATORY":"Bank account mandatory","BANK_BOOK":"Bank book","BANK_RELATION":"Bank relation","BANK_STATEMENT_APPLICABLE_FOR_PAYMENT":"Does this apply to payment and/or receipts?","BANK_STATEMENT_HOLDING_ACCOUNT":"Bank statement holding account","BANK_STATEMENT_LEDGER_ACCOUNT_TO_LINK":"Which general ledger account should be linked to this?","BANK_STATEMENT_LINK":"Edit bank mutation connection","BANK_STATEMENT_SEARCH_COLUMN":"Which field/column should be searched in to match?","BARCODE":"Barcode","BARCODES_DO_NOT_MATCH":"Scanned barcode is not valid for the current picking task","BARCODE_NOT_CHANGEABLE_BASE_ARTICLE":"This barcode is already linked to this base products EAN code","BARCODE_NOT_CHANGEABLE_STOCK":"Warning: There is already stock for this item, barcode not changeable","BARCODE_UNKNOWN":"Unknown barcode","BAR_CHART":"Bar chart","BASE":"Fixed","BASE2":"Basic","BASELINE_PRICE":"Starting price","BASE_AMOUNT_YEAR":"Base amount year","BASE_AMOUNT_PERIOD":"Base amount period","BASE_ARTICLE":"Base product","BASE_ARTICLES":"Base products","BASE_ART_PERC":"Base Product","BASE_COLORS":"Base colors","BASE_DATA":"Master data","BASE_DETAILS":"Basis data","BASE_INFO":"Basis data","BASE_INFO1":"Base data of the order","BASE_PRICE":"Default price","BASE_PRICE1":"Default price","BASE_URL":"Base url","BASE_URL_CDN":"Basic URL Content Delivery Network","BASIC_ORDER_DETAILS":"Basic order information","NO_ADDRESS_SERVICE_FOR_COUNTRY":"The postcode service is not available for this country.","NO_ADMIN":"Insufficient permissions. Only administrators are allowed.","NO_ADMINISTRATION_SELECTED":"First choose an administration","NO_ARRIVAL_DATE":"Without ETA","NO_ARTICLE":"Product needs to be entered in.","NO_ARTICLES_ALLOWED_ON_GROUPED_OPT":"Articles are not possible within an option which is groupefully displayed","NO_ARTICLE_FILTER_POSSIBLE":"Article filter cannot be used here","NO_ART_POSSIBLE":"Products can not be used here","NO_CELLPHONE_NUMBER_FOR_THIS_RELATION":"There is no relation selected or the selected contact has no cell phone","NO_CELLPHONE_NUMBER_FOR_THIS_RELATION2":"No relation selected or the relation had no mobile phone number","NO_CELLS_SELECTED_FOR_COLUMN":"There are no cells selected for this category.","NO_CHANGE_ALLOWED_OLDER_THAN_7_DAYS":"A report older than 7 days may not be changed","NO_CHILDREN_ALLOWED_A_ARTICLE":"It is not possible to drag and drop something on a SKU.","NO_COLOR_SELECTED":"No color selected","NO_COMMISSIONCODE":"Product has no Sourcing code. It will be automatically set to \"Automatically allocate\".","NO_COMMISSIONCODE_CHOOSE":"You have not selected a sourcing method","NO_COMPOSITION_ALLOWED_A_ARTICLE":"It is not possible to drag a stocked item onto a base product. Go to Product management, open the product and the configuration and drag options.","NO_CONDITIONS":"There is/are no condition(s) yet","NO_CONNECTION":"No connection","NO_CONTACTMOMENTS":"No Follow-up registered","NO_CONTACTS":"No contacts","NO_CONTACT_FOR_EMPLOYER":"No contact associated with this employee's company.","NO_COST_CENTER_FOR_LINE":"No cost center/bear can be linked to this line","NO_DATA_AVAILABLE":"No data found","NO_DATA_FOR_SELECTION":"No data found for this selection","NO_DATA_SELECTED":"No data selected","NO_DEFAULT_SALESPERSON":"There is no standard user (which is required) to open the transaction wizard. You must add them to the default values.","NO_DEFAULT_TEMPLATE":"There is no standard template specified for this type of document","NO_DEFAULT_USERGROUP_FOUND":"Without a standard user group it is not possible to import a workflow","NO_DELIVERY_COSTS_ARTICLE":"The delivery Product which is linked is not of the BZ-type. Adjust it at menu function Business Rules.","LOCATION":"Location","LOCATIONS":"Locations","LOCATION_ADVICE":"Location advice","LOCATION_ARTICLE":"Location article","LOCATION_FROM":"Location from","LOCATION_INVENTORY":" Location occupancy","LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE":"This location is not valid in this warehouse","LOCATION_NOT_EDITABLE":"The location field can no longer be edited because the product |~ |~ |~","LOCATION_NOT_SAME_AS_ROW":"Scanned location deviates from the line","LOCATION_REGISTERED":"Location registered","LOCATION_REQUIRED":"Location can not be empty, because this Product needs a location","LOCATION_SETUP":"Location setup","LOCATION_TO":"Location to","LOCKED_ORDERS":"Not all orders could be retrieved. See details.","LOCKING_SESSION":"Outstanding locks","LOCK_RELATION":"Lock relation to start editing","LOGGED_IN":"Logged in","LOGIC_TRADE":"Logic Trade","LOGIC_TRADE_CATALOG":"LogicTrade catalog","LOGIN":"Login","LOGIN_ACCOUNT":"Log in on account","LOGIN_DETAILS":"Credentials","LOGIN_ERROR":"Unknown user and/or password","LOGISTICS":"Logistics","LOGISTICS_AND_PLANNING":"Logistics & planning","LOGISTICS_PLANNING":"Logistics / Planning","LOGISTICS_PROCESSING":"Logistical processing","LOGISTICS_SERVICE_PROVIDER_CHOICE":"Chosen logistics service provider","LOGISTICS_STATE":"Logistical Status","LOGISTICS_STATE_ORDER":"Logistical Progress","LOGISTICS_STOCK_MANGEMENT":"Logistics | Stock adjustments","LOGOFF":"Log out","LOGONTIME":"Login Time","LOGOUT":"Logout","LOGOUT_SUCCESS":"Logout succesfull","LOGS":"Messages","LOG_TIME_QUESTION":"Create actuals entry for the time that this Service was in progress?","QUESTION_SAVE_TRANS_BEFORE_RESSTICKER":"Save transaction and generate reservation labels?","QUESTION_SAVE_TRANS_BEFORE_WORKORDER":"Save transaction and print work form?","QUESTION_SAVE_TRANS_BEFORE_WORKPLACE":"Save transaction and print workshop slip?","QUESTION_SECOND_CONFIRM_ANONYMISE":"Anonimising will also delete the relations user data and linked documents. Continue?","QUESTION_TITLE":"Question title","QUESTION_TYPE":"Question Type","QUICK_INFO":"Quick info","QUICK_LINKS":"Quicklinks","QUICK_OPTION_VALUE":"Fast creation option value","QUOTATION":"Quotation","QUOTATIONS":"Quotations","QUOTATION_COPIED":"Quote already copied to number:","QUOTATION_DATE":"Quotation date","QUOTATION_DATE_CUSTOMER":"Date customer","QUOTATION_DEFINITIVE":"Offer accepted","QUOTATION_LINE":"Quotation line","QUOTATION_LINES":"Quotation lines","QUOTATION_NOT_COPIED":"Quotation not copied","QUOTATION_NOT_DEFINITIVE":"Quotation is not final","QUOTATION_NOT_PROCESSED":"Sales order not created","QUOTATION_NUMBER":"Quotation no.","QUOTATION_PROCESSED":"Quote converted to Sales Order:","QUOTATION_STATUS":"Quotation status","RACK_POSITIONING":"Rack position","RANDOM":"Random","RANGE":"Range","RANGE2":"Series","RANGES":"Ranges","RANGE_DEPARTMENT":"Range dept.","RANGE_MAILING_CODE":"Range mailingcode","RANGE_MEMBER_NR":"Range memb.no","RANGE_PARENT_RELATION":"Set parent relationships","RANGE_RELATION_GROUP":"Range rel.gr","RANGE_RELATION_NR":"Numberseries Contacts","RANKING":"Rank no.","RATE":"Rate","RATE_HOURLY":"Hourly rate","RAYONS":"Regions","REACTION":"Response","READING_SUCCES":"Import succesfull","READONLY":"Read Only","READY":"Ready","READ_INVENTORY_FILE":"Read inventory file","READ_LESS":"Less","READ_MORE":"Read more","REASON":"Reason","REASON_END_ABSENCE":"Reason for end of absence","REASON_END_EMPLOYMENT":"Reason for left employment","REASON_END_SALARY":"Reason for termination of wage agreement","REASON_MULTIPLE_USERS":"Why usable for other users","RECALCULATE_ALL_PRICES":"Automatically recalculate all prices?","RECALCULATE_DELIVERYDATE_FOR_ALL_LINES":"Do you wish to recalculate delivery date for orderlines","RECALCULATE_DEPOSIT_AMOUNT":"Do you want to recalculate the amount to be paid?","RECALCULATE_FOR_ALL_LOCATIONS":"Recalculate all locations","RECALCULATE_FOR_SINGLE_LOCATION":"Just recalculate location","RECALCULATE_TO_PAY_DOWN":"Recalculate amount for deposit?","RECEIPT":"Receipt","CAS_CODE":"CAS code","CAS_CODES":"CAS codes","CATALOG":"Catalog","CATALOGS":"Catalogs","CATALOG_DOMAIN":"Catalog edition","CATALOG_EDITION":"Catalog edition","CATALOG_FILE_NAME":"Filename of this catalog.","CATALOG_MANAGEMENT":"Catalog management","CATALOG_TYPES":"Catalog kind","CATEGORIES":"Categories","CATEGORY":"Category","CATEGORY_NR":"Category Number","CATEGORY_REQUIRED":"Category is required.","CATEGORY_SELECTION":"Category selection","CAT_BASE":"Base Catalog name","CAT_DATA":"Catalog data","CAT_DESCRIPTION":"Cat description","CAT_DESIGN":"Category execution","CAT_DESIGNS":"Categorie specifications","CAT_DOCUMENT_VERSION":"Cat document version","CAT_EAN_RECEIVER":"EAN no. Receiver","CAT_EAN_SUPPLIER":"EAN no. Supplier","CAT_EXPORT":"Catalog export","CAT_EXPORT_CONTROL":"Catalog export control","CAT_EXPORT_STATUS":"Catalog export status","CAT_EXPORT_TYPE":"Catalog export type","CAT_EXTRA":"Cat extra","CAT_EXTRA_DETAILS":"Cat extra details","CAT_EXTRA_DETAILS2":"Categorie extra details 2","CAT_ID":"Catalog no.","CAT_ID_REMOTE":"Cat ID gateway","CAT_IMPORT":"Catalog import","CAT_IMPORT_STATUS":"Catalog import status","CAT_MESSAGEKIND":"Message type","CAT_MESSAGENO":"message no.","CAT_MODEL":"Cat model","CAT_NAME":"Cat name","CAT_NAME_CONTROL":"Request catalog name","CAT_NO":"Cat no.","NO_STOCK_FOR_ACTION":"No stock to be able to carry out action","NO_STOCK_INFORMATION_KEPT":"No stock information is kept for this product.","NO_STOCK_TARGET_WAREHOUSE":"No stock Target Warehouse","NO_SUPPLIER":"Choose supplier","NO_TARGET":"There is no exception target","NO_TRANSACTIONS":"No transactions","NO_TRANSPORT_SELECTED":"You have not selected a truck","NO_TREE_OPVS_ALLOWED_IN_REPEATING_OPT":"An option value tree is not allowed on a repeat option.","SALES_ORDER_MONTH_NUMBER":"Sales order month number","SALES_ORDER_NUMBER":"Sales order ID","SALES_ORDER_PRESENT":"Sales order linked to this transaction line.","SALES_ORDER_QUARTER":"Sales order quarter","SALES_ORDER_YEAR":"Sales order year","SALES_PERSON":"Sales person","SALES_PERSONS":"Sellers","SALES_PERSON_NUMBER":"Sales person number","SALES_PRICE_EX_VAT":"Price ex. VAT","SALES_PRICE_EX_VAT_SERVICE":"Service value (ex. vat)","SALES_PRICE_EX_VAT_TOTAL":"Sold in service (ex. vat)","SALES_PRICE_INCL_VAT":"Price incl. VAT","SALES_PRICE_INCL_VAT_SERVICE":"Service value (incl. vat)","SALES_PRICE_INCL_VAT_TOTAL":"Sold in service (incl. vat)","SALES_PRICE_VAT":"VAT code Sales","SALES_PRICE_VAT_SERVICE":"Service vat (incl. vat)","SALES_PRICE_VAT_TOTAL":"Vat of service","SEARCH_PAYMENT_BATCH":"Search payment batch","SEARCH_PLACEHOLDER":"What are you looking for?","SEARCH_POSTAL_CODE":"Search Postcode","SEARCH_POSTAL_CODE2":"Search postal code","SEARCH_PRICE_LIST":"Search price list","SEARCH_PRODUCT":"Search products","SEARCH_PROJECT_CODE":"Search project code","SEARCH_PUBLISHED_ARTICLES":"Search only for published SKU's","SEARCH_PURCHASENUMBER":"Search purchase number","SEARCH_PURCHASEPERSON":"Search buyer","SEARCH_QUATATION":"Search quotation","SEARCH_QUESTION":"Search question","SEARCH_QUOTATION":"Search quotation","SEARCH_QUOTATIONS":"Search in offers","SEARCH_RELATION_DESCRIPTION":"Search by number, name and address","SEARCH_RELATION_NUMBER":"Search relation number","SEARCH_RESULTS":"Search reasults","SEARCH_SALESORDERS":"Search in Sales Orders","SEARCH_SALESPERSON":"Search sales person","SEARCH_SERIAL_NUMBER":"Search serial number","SEARCH_SETTINGS":"Search settings","SEARCH_SOURCE_WAREHOUSE":"Search source warehouse","SEARCH_STOCK":"Search stock","SEARCH_STREET_NAME":"Search street","SEARCH_SUPER_ARTICLE":"Search main Product","SEARCH_SUPPLIER":"Search in suppliers","SEARCH_TAGS":"Search tags","EMAIL_LAYOUT":"Email layout","EMAIL_MORE":"+ |~ other e-mailadresses","EMAIL_NOTIFIER":"Receiver E-mail notification","EMAIL_ONE_MORE":"+ 1 other e-mailadress","EMAIL_OR_USERNAME":"Email address or username","EMAIL_SEND":"E-mail sent","EMAIL_SENT":"Email sent","EMAIL_SUBJECT":"Email Subject","EMAIL_TEMPLATES":"Email layout","EMAIL_TYPE":"Email type","EMAIL_UNKNOWN":"Your e-mail address is unknown","EMAIL_VERIFICATION_CODE":"Email verification code","EMOLUMENTS":"Emoluments","EMOLUMENT_NR":"Emolument nr","EMOLUMENT_TYPE":"Type emolument","EMPLOYEE":"Member of staff","EMPLOYEE2":"Employee/Contact","EMPLOYEE3":"Employee","EMPLOYEEGROUPS":"Staff groups","EMPLOYEES":"Staff","EMPLOYEES2":"Employees/Contacts","EMPLOYEES2_ABB":"Employees/Contacts","EMPLOYEES3":"Employees","EMPLOYEES_WITHOUT_BIRTH_DATE_MSG":"| ~ employees are not included in the statistics because they have not registered a date of birth","EMPLOYEES_WITH_ABSENCES_ONLY":"Only employees with absence","EMPLOYEE_ABILITIES":"What skills does the employee have?","EMPLOYEE_ABSENCE_AFTER_LEAVE_QUESTION":"Do you immediately want to create a new absence that corresponds to the leave?","EMPLOYEE_FUNCTION":"What function did the employee have?","EMPLOYEE_GROUP":"Staff group","EMPLOYEE_GROUPS":"Staff groups","EMPLOYEE_NEVER_BEEN_TO_SPECIALIST":"The employee has never visited a specialist","EMPLOYEE_NUMBER":"Member of staff number","EMPLOYEE_NUMBER_ARBO":"Employee number Arbo","EMPLOYER":"Employer","EMPLOYERS":"Employers","EMPLOYERS_BUSINESS":"Employers company","EMPLOYERS_PRIVATE":"Employers contact","EMPLOYMENT":"Employment contract","EMPLOYMENT_CODE":"Employment code","EMPLOYMENT_CONTRACT":"Employment contract","EMPLOYMENT_CONTRACTS":"Employment contracts","EMPLOYMENT_CONTRACT_END_DATE":"Employment contract up to","EMPLOYMENT_CONTRACT_SPECIFICATION":"Specification of employment","EMPLOYMENT_END_DATE":"Date left employment","EMPLOYMENT_REASON_END":"Reason for termination of employment","EMPLOYMENT_REASON_END_NEEDED":"Employee contract will be ended because the reason was given. Future contracts will be removed.","MESSAGE_ERROR_EXECUTE_METHOD":"Error during the execution of a method.","MESSAGE_ERROR_FILETYPE_NOT_AVAILABLE":"Standard type must appear in types available.","MESSAGE_ERROR_FTP":"Error saving via FTP","MESSAGE_ERROR_GET_OBJECT":"Error with getting object","MESSAGE_ERROR_GOOD_TYPE":"Only standard and basic Products allowed.","MESSAGE_ERROR_IMAGE":"This file is not an image","MESSAGE_ERROR_LIST_PRINTER":"Error retrieving printers","MESSAGE_ERROR_LOADING_FILTER":"Error fetching filter presets","MESSAGE_ERROR_LOADING_HOME_DECO_HUB_SESSIONS":"Error loading Home Deco Hub Sessions","MESSAGE_ERROR_LOADING_LOGINS":"Error retrieving logins","MESSAGE_ERROR_LOADING_MODULE":"This module could not be loaded, reason:","MESSAGE_ERROR_LOADING_MODULE_TITLE":"Error loading module","MESSAGE_GLOBAL_SETTINGS":"Global settings. These values can be overwritten per document.","MESSAGE_HISTORIC_DATE":"This date is a date in the past, are you sure you want to plan on this date?","MESSAGE_HISTORIC_PRINT_NO_DATA":"No selection found for reprint.","MESSAGE_IMAGE_FOR_REPORT_NEEDED":"Images with parameters must be linked. Abort?","MESSAGE_INPUT_NOT_VALID":"The input is not correct","MESSAGE_INTEGRITY":"Data can not be removed because there are references in other tables.","MESSAGE_INTERCOMPANY_TRANSACTIONS_FOUND":"Interbranche Transactions found, they are not used for this follow-up action.","MESSAGE_INVALID_DATE_TAKE_OVER":"This date is not valid for the new drawer","MESSAGE_INVALID_NUMBER":"Number is invalid!","MESSAGE_IS_SENT":"Mail has been sent to your adress","MESSAGE_KIND":"Type of message","NOW":"Now","NOW_AVAILABLE":"Now available","NO_ACCOUNT_YET":"No account yet?","NO_ACTION":"There is no exception type defined","NO_ACTIVE_WORKFLOWS":"No active workflows found","NO_ACTIVE_WORKFLOW_FOR_TASK":"There is no workflow process active for this task.","NO_PRICE_DISTRIBUTE_ON_VOLUME":"The transport costs can not be calculated based on the price. Instead, they will be calculated based on the volume.","NO_PRICE_LISTS":"No price lists","NO_PRICE_OR_VOLUME_DISTRIBUTE_ON_AMOUNT":"Transport costs can not be calculated based on price or volume. Instead, they will be calculated based on the number of goods","NO_PRINTER_SELECTED":"No printer selected","NO_PRODUCT_ON_SLA_SERVICE":"Please select a product for this SLA.","NO_PURCHASE_ORDER":"No purchase order","NO_PURCHASE_ORDERS_CREATED":"No purchase orders are created","NO_RECEIPT":"No receipt","NO_RELATION_OR_TRANSACTION_FOUND":"It is not possible to collect outstanding items without a debtor and / or transaction","NO_REMAINING_PAYMENT_NEEDED":"No balance payment required.","NO_REPORT_DATA":"There is no data available","NO_RESULTS":"No results","NO_RESULTS_FOUND":"No results found","NO_RETOUR_POSSIBLE":"No return amount to bank account via PIN possible","NO_RETURNS":"No returns","NO_RETURN_WAREHOUSE":"The chosen warehouse does not accept returns. Select another warehouse.","NO_RIGHTS_FOR_WORKABILITY":"You have no rights for absenteeism functionality","NO_RIGHTS_FOR_WORKFLOW":"You have no workflow rights","NO_RIGHTS_FOR_WORKFLOW_OR_WORKABILITY":"You have no workflow rights or no rights for absence functionality","NO_SALARY":"Salary has not been entered","NO_SALES_ORDER":"No sales quotation","NO_SALES_QUOTE_ORDER":"No sales order","NO_SCHEMA":"No database scheme","NO_SEARCH_PERFORMED":"Search was not executed","NO_SEARCH_RESULTS_CONTENT":"Check the spelling or try a different search query.","NO_SEARCH_RESULTS_HEADER":"Unfortunately!","NO_SEARCH_RESULTS_TEXT":"No results found for","NO_SET_POSSIBLE":"Attribute set can not be used here","NO_SINGLE_VALUTA_OR_CURR":"When pricing tagged SKU's, enter price and currency or leave both empty.","SEARCH_TERM":"Search term","SEARCH_TURNOVER_GROUP":"Search Turnover group","SEARCH_USER":"Search user (s)","SEARCH_USER_GROUP":"Search user group (s)","SEARCH_USER_GROUP_CATEGORY":"Search user group category","SEARCH_VALUE":"Search by value","SEARCH_VAT":"Search tax","SEND_ACTION_FP":"Faxing and printing","SEND_AGAIN":"Resend","SEND_EDI_MESSAGE":"Send EDI message","SEND_EMAIL":"Sent email","SEND_METHOD":"Send method","SEND_METHOD_EDI":"EDI collection method","SEND_METHOD_EMAIL":"E-mail collection method","SEND_METHOD_FAX":"Fax collection method","SEND_METHOD_PRINT":"Send method print","SEND_METHOD_WEBSERVICE":"Shipping method web service","SEND_TO_LOGISTICS_SERVICE_PROVIDER":"Send to logistical service provider","SEND_WEBSERVICE":"Send order by web service","SENT":"Sent","SEO_TITLES":"SEO titles","SEO_URLS":"SEO URLs","SEPTEMBER":"September","SEQUEL_ACTIONS":"Follow-up actions","SEQUEL_GENERIC_TRANSITIONS":"Continued transitions","SEQUENCE":"Seq. no.","SEQUENCE2":"Seq","SEQUENCE_NR":"Line","SEQUENTIAL_ARTICLES":"Sequential Products","SEQUENTIAL_ART_SEL":"Select a subsequential product","SERIALNUMBER":"Series no.","SERIALNUMBERS":"Serialnumbers","SERIAL_NO":"Serial no.","SERIAL_NUMBER":"Series no.","SERIAL_NUMBERS":"Serial numbers","SERIES":"Series","SERIES_NOT_EDITABLE":"Series can no longer be modified becasue the product |~ |~ |~","SERIES_REQUIRED":"Serial no. can not be empty in a serial Product","SERIE_FROM_THE_SAME":"From the same serie","SERIE_NO":"Serial nr.","SERVER_BASE_DIRECTORY":"Basic map","SERVER_IP_ADDRESS":"IP address","SERVER_IP_PORT":"IP port","SERVER_PASSWD":"Password","SERVER_USERNAME":"Username","EMPLOYMENT_RELATION":"Employment relationship","EMPLOYMENT_START_DATE":"Date when employment started","EMPLOYMENT_TYPE":"Employment type","EMPTY":"Clear","EMPTY_ALL":"Clear all","EMPTY_MAX_USAGE":"Max number of times to use cannot be empry (0 is unlimited)","EMPTY_VALIDITY_AMOUNT":"Validity number cannot be empty","EMPTY_VALIDITY_UNIT":"Validity period cannot be empty","EMPTY_VOUCHER_TYPE":"Voucher type cannot be empty","END":"End","ENDDATE_MUST_BE_HIGHER_OR_EQUAL_THAN_STARTDATE":"End date must be greater than or equal to the start date","ENDDATE_MUST_BE_HIGHER_THAN_STARTDATE":"End date must be higher than start date and time.","ENDDATE_REQUIRED":"End date is required.","ENDED":"Terminated","END_DATE":"Date out","END_DATE2":"End date","ERROR_TAGGING_ITEM":"Tagging failed","ERROR_TASK_FIELD":"Error while executing this task, the form is incomplete","ERROR_TEXTING":"An error occurred while sending the report via SMS","ERROR_UPLOAD_TEMPLATE_ZIP":"Error loading the template zip. The form is closed.","ERROR_WAREHOUSE_PRINTER_SELECTION":"Can not find printer '|~' for warehouse |~","ERROR_WITH_EID_READER":"Error reading electronic ID scanner","ESTABLISHMENT_ADDRESS":"Place of business","ESTABLISHMENT_NUMBER":"Store number","ESTIMATE":"Estimate","ESTIMATED_DELIVERY_DATE":"Estimated date of delivery","ESTIMATION":"Estimate","ESTIMATION_STANDARD_TIME":"Estimation on standard time","ETA_AT_PORT":"ETA at Port","EUROSIGN":"?","EUDR_NUMBER":"EUDR number","EVALUATION":"Evaluation","EVENT":"Event","EVENTS":"Events","EVENT_NOTIFICATIONS_CREATED":"Event notification schemes","EVEN_WEEKS":"deviating even weeks","EVEN_WEEK":"even weeks","EXAMPLE":"Example","EXCEEDANCE_CODE":"Exceedance code","EXCEEDENCE_CODE":"Exceedance code","EXCEL":"Excel","EXCEL_DATA":"Export Excel","EXCEL_FAILED":"Export to Excel failed","EXCEPTION":"Exception","EXCEPTIONS":"Exceptions","EXCEPTIONS_OF_CONFIG":"exceptions to the chosen configuration","EXCEPTION_EXISTS":"Exception already exists.","EXCEPTION_TEXT_0_1":"Add option value '|~' to option '|~' on product: '|~',","MESSAGE_LICENCE_EXPIRES_MONTH":"Your license expires in | ~ days.","MESSAGE_LICENSE_EXPIRED":"Your license has expired.","MESSAGE_LOGGED_CLIENT_FAILURE":"Client version does not match","MESSAGE_LOGGED_IN":"You are logged in","MESSAGE_LOGIN_FAILURE":"Username and/or password incorrect.","MESSAGE_LOGIN_FAILURE2":"Error on login action.","MESSAGE_LOGIN_FAILURE_LONG":"<i>Your e-mail address or username is not known.<br><br>- Please check your entry and try again.<br><br>- Have you used a different e-mail address before, please try this one?< br></i>","MESSAGE_MAKES_TRANSACTION_DEFINITE":"By continuing, the order will be stored and cannot be canceled anymore. Continue?","MESSAGE_MAKE_SELECTION":"Make a selection","MESSAGE_MARGIN_EXCEEDED":"There are products below the minimum margin, proceed anyway?","MESSAGE_MARGIN_EXCEEDED_TITLE":"Minimum margin exceeded","MESSAGE_MAX_NR_OF_FIELDS_FOR_AXIS":"Max number of fields reached for this axis","MESSAGE_MAX_USERS_LOGGED_IN":"The maximum number of concurrent users is reached.","MESSAGE_NOTIFICATIONS":"Messages","MESSAGE_NOT_AUTHORIZED":"You are not authorized to open this module","MESSAGE_NO_ACCOUNT":"There is no account specified","MESSAGE_NO_ACTIONS":"There are no actions present, add an action first.","MESSAGE_NO_ADDRESSES":"There are no addresses available.","MESSAGE_NO_ADMIN_LINKS":"There are Checkout payment methods that have no administrative links to the current administration","MESSAGE_NO_ARTICLES_TURNOVERGROUP":"There are no products available for this turnover group.","MESSAGE_NO_CASH_REGISTER_SELECTED":"You have not selected any cash register.","MESSAGE_NO_CONNECTION":"The server cannot be reached. Would you like to retry?","MESSAGE_NO_CONTACT_OPTIONS":"There are no contact options available.","MESSAGE_NO_CONTACT_OPTION_SELECTED":"You did not select a contact option","MESSAGE_NO_DEFAULT_DELIVERY_METHOD_FOR_DELIVERY":"There is no standard delivery method for delivery selected.","MESSAGE_NO_DEFAULT_DELIVERY_METHOD_FOR_TAKE_AWAY":"There is no standard delivery method selected for take away.","NO_STANDARD_RETURN_WAREHOUSE":"Product has no Standard Warehouse or in the Standard Warehouse returns are not allowed. Choose a differtent Warehouse.","NO_STANDARD_WAREHOUSE":"Product has no Standard Warehouse. Choose a warehouse for the current Store","NO_STOCK_ARTICLE":"No stock Product","NO_STOCK_AVAILABLE_DO_YOU_WANT_TO_ALLOW_NEGATIVE_STOCK_PLEASE_CONFIRM":"There is not enough stock. Do you want to allow negative stock?","NO_STOCK_AVAILABLE_FOR_POS":"There is not enough stock.","NO_STOCK_AVAILABLE_REASON":"There is not enough stock.","NO_STOCK_AVAILABLE_REASON_CHANGE_WH_CC_QTY":"There is not enough stock. Change the quantity, warehouse or commission code to try again.","ONLY_MULTIPLE_A_ARTICLES_ALLOWED":"It is only possible to drag multiple (simple) A-products.","ONLY_NEGATIVE_LINES":"Only negative lines","ONLY_ONE_FILE_ALLOWED":"Only one file allowed","ONLY_ONE_SEQUEL_ARTICLE_ALLOWED":"Only one follow-up product is allowed","ONLY_OPTIONS_ALLOWED":"You can only drag options here","ONLY_OPTIONVALUES_ALLOWED":"You can only drag option values here","ONLY_OUTSTANDING":"Only open entries","ONLY_PAID_OFF":"Only invoices","ONLY_PARTIAL_DELVERIES":"Only partial deliveries","ONLY_PLANNED_LINES":"Only planned rules","ONLY_PLANNING_REQUEST":"Only applies for planning request","ONLY_POSITIVE_LINES":"Only positive lines","ONLY_PURCHASE_ADVICE":"Stock replenishment only","ONLY_REPLACE_ALL_FROM_ONE_CONDITION":"Changing of all option values can only be with one condition.","ONLY_REPLACE_EVERYTHING_FROM_ONE_CONDITION":"Changing everything can only be with one condition.","ONLY_REPLACE_ONE_FROM_ONE_CONDITION":"Changing an option value can only be with one condition.","ONLY_RETURNS":"Returns only","ONLY_STOCK_ART":"Only stock","ONLY_WITH_CASH_REG_DIFF":"Only with Cash register differences","ONLY_WITH_DIFF":"Only with difference","ONLY_WITH_RESULT":"Only with result","ON_DATE":"On date","ON_HOLD":"On hold","ON_HOLD_CODE":"Hold codes","ON_HOLD_CODES":"Hold codes","ON_MY_DASH":"On Dash","ON_STORAGEUNIT":"On storage medium","ON_STORAGE_UNIT":"on this storage medium","SERVICE":"Service","SERVICEDELIVERY":"Service","SERVICEORDER":"Service order","SERVICEORDERS":"Service orders","SERVICEPROVISION":"Service","SERVICEPROVISION_DOCUKMENTS":"Service documents","SERVICEPROVISION_DOCUMENTS":"Service documents","SERVICES":"Services","SERVICES2":"Service","SERVICES_COMPLETED":"Services completed","SERVICES_RELATION":"Services","SERVICE_AND_ACTIVITIES":"Service/activities","SERVICE_ARTICLE":"Service Product","SERVICE_DESCRIPTION":"Service description","SERVICE_DETAIL":"Service detail","SERVICE_DETAILS":"Service details","SERVICE_HISTORY":"Service history","SERVICE_INFO":"Service info","SHOW_ACTIVE_ADDRESSES_ONLY":"Show only active addresses","SHOW_ACTIVE_ONLY":"Show active only","SHOW_ACTIVE_PERSONS_ONLY":"Only show active resources","SHOW_ACTIVITIES_FOR_GROUP":"Also show activities for my group","SHOW_ADDRESSES":"Show addresses","SHOW_AFTER_INSERT":"Show after saving?","SHOW_ALL":"Show all","SHOW_ALL_CONTACTS":"Show all contacts","SHOW_ALL_FILTERS":"Show all filters","SHOW_ALL_LINES":"Show all lines","SHOW_ALL_PRESETS":"Show all presets","SHOW_ALL_WAREHOUSES_FOR_BRANCH":"Show all warehouses for Store","SHOW_ANONYMISED_RELATIONS":"Show anonymized relations","SHOW_ART_OPTIONS":"Show Product options","SHOW_CLIENT_DATA":"Show customer data","SHOW_COLON":"Disp","SHOW_CONFIGURABLE_ARTICLES":"Show configurable Products","SHOW_CONFIGURED_ARTICLES":"Show configured Products","SHOW_CONTAINER_INFO":"Show container information","SHOW_CUSTOMIZED_ARTICLES":"Show customized Products","SHOW_DASHBOARDS":"Show Dashboard","SHOW_DETAILS":"Show details","SHOW_FULLY_ACCEPTED":"Show orders with fully received goods","SHOW_FULL_CONFIGURATION":"Show full configuration","SHOW_GROUPED":"Show grouped","SHOW_HISTORIC_ADDRESSES":"Show historical addresses","SHOW_IN":"Show in","EXCEPTION_TEXT_0_2":"\"when option value '|~' from option '|~' is selected for product '|~';","EXCEPTION_TEXT_0_CONDITION":"\"when option value '|~' from option '|~' is selected for product '|~';","EXCEPTION_TEXT_0_TARGET":"Add option value '|~' to option '|~' on product: '|~',","EXCEPTION_TEXT_11_1":"Choose at option value '|~' at option '|~' of product: '|~'","EXCEPTION_TEXT_11_2":"Choose at option '|~' of product: '|~'","EXCEPTION_TEXT_11_3":"Auto select same option value as selected on option value '|~' for option '|~' on product: '|~'","EXCEPTION_TEXT_11_4":"Auto select same option value as selected on option '|~' for product: '|~'","EXCEPTION_TEXT_12_1":"Choose at option value '|~' at option '|~' of product: '|~'","EXCEPTION_TEXT_12_2":"Choose at option '|~' of product: '|~'","EXCEPTION_TEXT_12_3":"Auto select same option value as selected on option value '|~' for option '|~' on product: '|~' and its entire option value tree.","EXCEPTION_TEXT_12_4":"Auto select same option value as selected on option '|~' for product: '|~' and its entire option value tree.","EXCEPTION_TEXT_2_1":"Add all option values of option '|~' of product '|~' to option '|~' on product: '|~'","EXCEPTION_TEXT_2_2":"Add all options and option values of product '|~' to product: '|~'","EXCEPTION_TEXT_3_1":"Replace all option values at option: '|~' with option value '|~' of product: '|~'","EXCEPTION_TEXT_3_2":"when option value '|~' from option '|~' is selected for product '|~'","EXCEPTION_TEXT_5_1":"Replace all option values at option: '|~' for product '|~' with all option values from option '|~' of product: '|~'","EXCEPTION_TEXT_5_2":"Replace all options and option values for product: '|~' with all options and option values of product: '|~'","EXCEPTION_TEXT_6_1":"Delete option value '|~' for option '|~' at product: '|~'","EXCEPTION_TEXT_6_2":"when option value '|~' from option '|~' is selected for product '|~'","MESSAGE_NO_DELIVERY_METHOD_SET":"There is no delivery method specified on header level","MESSAGE_NO_DEPARTURE_FOUND":"The departure address of the route could not be determined, perhaps the address of the warehouse or store is not filled in.","MESSAGE_NO_DRAWERS_FOR_TODAY":"There are no drawers selected for today","MESSAGE_NO_DRAWER_SELECTED":"Please select a Cash Drawer first","MESSAGE_NO_EMAIL":"You have not specified an email address","MESSAGE_NO_MESSAGES_TO_SEND":"There are no messages to be sent.","MESSAGE_NO_ORDERS_PLANNED":"There are no orders planned for this truck, therefore no route can be displayed","MESSAGE_REGISTRATION_CODE_NOT_FOR_CURRENT_COMPANY":"Registration code is not for the current company","MESSAGE_REGISTRATION_CODE_NOT_FOR_CURRENT_DATABASE":"Registration code is not valid on the current database","MESSAGE_RELATION_IS_OBLIGATED":"The relation is mandatory for the receipt or expenses","MESSAGE_RELATION_LOCK_TRANS_BRANCH":"This store is changed by another user","MESSAGE_RELATION_LOCK_TRANS_CUSTOMER":"This customer is in use by another user","MESSAGE_RELATION_LOCK_TRANS_SUPPLIER":"This supplier is locked by another user","MESSAGE_REMOVE_BATCH_FRM_STOCK":"The batch number will removed from the Products that are currently in stock. Do you want to continue?","MESSAGE_REMOVE_ID_FROM_STOCK":"This action also removes this number from all the products that are currently in stock. Do you want to continue?","MESSAGE_REMOVE_LOCATION_FRM_STOCK":"This action removes the location from the Products that are currently in stock. Do you want to continue?","MESSAGE_REMOVE_SERIE_FRM_STOCK":"This action removes the serial number from the Products that are currently in stock. Do you want to continue?","MESSAGE_REPEAT_PASSWORD_NOT_CORRECT":"The repetition of the new password is not correct","MESSAGE_REPEAT_PINCODE_NOT_CORRECT":"The repetition of new PIN is incorrect.","MESSAGE_REPORT_COUPLING_EXIST":"This report link already exists for","OPEN":"Open","OPENING":"Open","OPENING_BALANCE":"Starting balance","OPEN_ACTIVITIES":"Open activities","OPEN_ARTICLE":"Open product in product management","ORDER_CANNOT_BE_COMPLETELY_ACCEPTED":"Order cannot be fully received in one go. You must enter the order per line or enter a location for the entire order.","ORDER_CAN_NOT_BE_PLANNED_ON_RESOURCE":"Order cannot be scheduled on the truck","ORDER_CODE":"Order code","ORDER_COMMISSION":"Special Order","ORDER_COMMISSION_ADVICE":"Purchase / Special Order Worksheet","ORDER_COMPLETELY_ACCEPTED":"Order is already fully received.","ORDER_CONFIRMATION":"Order confirmation","ORDER_CONFIRMATIONS":"Confirmations","ORDER_CONFIRMATION_INBOX":"Order confirmation inbox","ORDER_CONFIRMATION_INBOX_ALL":"All order confirmations","ORDER_COPIED":"Sales copied to sales order with order number","ORDER_COPIED_PURCHASE":"Purchase order copied to purchase order with order number","ORDER_COPIED_PURCHASE_ORDER":"Purchase order copied to purchase order with order number |~. Do you want to open this in a new tab?","ORDER_COPIED_RETAIL":"Sales copied to sales order with order number","ORDER_COPIED_RETAIL_OFFER_ORDER":"Sales quotation copied to sales quotation with order number |~. Do you want to open this in a new tab?","ORDER_COPIED_RETAIL_ORDER":"Sales order copied to sales order with order number |~. Do you want to open this in a new tab?","ORDER_COPIED_SERVICE":"Service Order copied to service purchase order with order number","ORDER_DATA":"Order data","ORDER_DATE":"Order date","ORDER_DATE:":"Order Date:","ORDER_DATE_CUSTOMER":"Order date customer","ORDER_DATE_SUPPLIER":"Supplier order date","ORDER_DEFINITIVE":"Order definitive","ORDER_DELIVERY_STATUS_NOT_COMPLETE":"Order must first be place in full on delivery order.","ORDER_DEPOSIT_FULLY_PAID":"Deposit payment for order fully paid","ORDER_DETAILS":"Order details","ORDER_DISCOUNTS":"Order Discounts","ORDER_DISCOUNT_AMOUNT":"Order discount amount","ORDER_DISCOUNT_GREATER_THAN_ORDER_PRICE":"Total discount can not be greater than the order total.","SHOW_INACTIVE_ARTICLES":"Show inactive Products","SHOW_INACTIVE_DEPARTMENTS":"Show inactive departments","SHOW_INACTIVE_TRANS":"Show inactive transactions","SHOW_INFO_ICON":"Show information icon","SHOW_IN_DOCUMENTS":"Show in documents","SHOW_IN_ON":"Show in/on","SHOW_LESS":"Show less","SHOW_LIST":"Show list","SHOW_MORE":"Show more","SHOW_ON_DASHBOARD":"Show on dashboard","SHOW_OPTION_PRICES":"Show option prices","SHOW_ORDER":"View order","SHOW_ORDERS_WITHOUT_LINES":"Show orders without lines","SHOW_OUTSTANDING_ENTRIES":"Show accounts receivable","SHOW_POPUP":"Show popup","SHOW_PRIVACY_PREFERENCES":"Show privacy preferences","STANDARD_DELIVERY":"Default delivery time","STANDARD_DELIVERY_ADDRESS":"Standard delivery address:","STANDARD_DELIVERY_UNIT":"Standard delivery unit","STANDARD_HEIGHT_FROM_FLOOR_CM":"Standard height from ground (cm)","STANDARD_HOURS":"Standard working hours","STANDARD_INVOICE_ADDRESS":"Standard invoice address:","STANDARD_LOCATION":"Default location","STANDARD_PRINTER_SAVE_FAILED":"Saving of default printer selection failed","STANDARD_TEXT":"Standard text","STANDARD_TEXTS":"Standard texts","STANDARD_TEXT_CHOICE":"Choose from standard texts","STANDARD_TEXT_SELECT":"Choose default text","STANDARD_TIME":"Default time","STANDARD_TIME_RANGE":"Standard time slot","STANDARD_WAREHOUSE":"Default warehouse","STANDARD_WEEKLY_WORKING_HOURS":"Number of hours per week","START":"Start","STARTDATE_REQUIRED":"Start date is required.","STARTED_AT":"Started on","STARTED_BY_USER":"Started by","STARTTIME":"Start time","STARTUP_CONFIG":"Startup configuration","START_ARTICLE_IMPORT":"Start product import","START_ARTICLE_IMPORT_DONE":"Product import completed","START_ARTICLE_IMPORT_DONE_AMT":"Number of articles already imported: |~","START_BALANCE":"Starting balance","START_BALANCE_SET":"Initial balance determined","START_CAT_IMPORT":"Start execution","START_COLLECTIVE_SALARY_INFO_PROCESSES":"Start Collective Wage Sheet processes","START_DATE":"Date in","EXCEPTION_TEXT_6_3":"Delete option value '|~' for all options at product: '|~'","EXCEPTION_TEXT_6_4":"when option value '|~' from option '|~' is selected for product '|~'","EXCEPTION_TYPE":"Exception type","EXCHANGE_RATE":"Rate","EXCISTIG_PICKING_LIST":"Existing picking list","EXCLUDED_PRICELISTS":"Price lists to exclude","EXCLUDE_ALLOCATED_RETURNS":"Exclude allocated returns","EXCLUDE_ALLREADY_CONFIRMED":"Exclude confirmed","EXCLUDE_ALREADY_ARRIVALDATE":"Exclude orders with ETA","EXCLUDE_ASSIGNED_RETURNS":"Exclude allocated returns","EXCLUDE_FROM_HASH":"Exclude from Hash","EXCLUDE_FROM_INVOICE_CHECK":"Exclude from invoice control","EXCLUDE_INVOICE_CHECK":"Exclude from Invoice Matching","EXCLUDE_RETURNS":"Exclude returns","EXCLUDE_BALANCE_CALCULATION":"Exclude from balance calculation","EXCLUSIONS":"Exclusions","EXPORT_GRIDS":"Export grids","EXPORT_JOBS_NOT_STARTED":"Export of catalog jobs has not been started","EXPORT_PDF":"Export PDF","EXPORT_TYPE":"Export type","EXPORT_WORKFLOW":"Export workflow","EXTENDED_DESCRIPTION":"Extended description","EXTENDED_DETAILS":"Extended details","EXTENDED_SEARCH_OPTIONS":"Extended search options","EXTENSION_NOT_FOUND":"There is no file type default for this document.","EXTERNAL":"External","EXTERNAL_CATALOGS":"External Catalogs","EXTERNAL_CATALOG_ITEMS_ALREADY_ORDERED":"The articles from this catalog within this order have already been ordered, no further changes can be made.","EXTERNAL_CODE":"External code","EXTERNAL_HOURLY_WAGE":"External hourly wage","EXTERNAL_KEY":"External key","EXTERNAL_PAYMENT":"Payment application","EXTERNAL_SERVICE_LOG":"Web service error logs","EXTERNAL_SERVICE_RETRIED":"Message has been re-queued ands will be sent soon.","EXTERNAL_SERVICE_RETRY_FAILED":"This message cannot be resent","EXTERNAL_SOURCE":"External source","EXTERNAL_SOURCES":"External sources","EXTERNAL_SOURCE_KEY":"External source key","EXTERNAL_SOURCE_NOT_CONFIGURED":"The external source is not configured for this functionality","EXTRA":"Extra","EXTRA_ALLOWANCES":"Allowances","EXTRA_DETAIL":"Extra detail","EXTRA_DETAIL2":"Extra detail","EXTRA_DOCUMENTS":"Additional documents","EXTRA_INFO":"Extra information","MESSAGE_REPORT_NO_LINE_DETAILS_AVAILABLE":"No line details of report available","MESSAGE_RESEND":"Attention: This invoice has already been sent to RetailPay. Are you sure you want to resend this invoice?","MESSAGE_RESOURCE_ANONYMIZED":"Unable to amend data for this is anonymized","MESSAGE_RESOURCE_BUSY":"Data is currently edited. You cannot save changes at this moment.","MESSAGE_RESTART_MODULE_NEEDED":"Restart the module in order to function properly.","MESSAGE_RESTORE_DELIVERY_SETTINGS":"Do you want to permanently reset the delivery date and the delivery time of order | ~?","MESSAGE_SAVE_CHANGES":"Do you want to save your changes? No will undo/delete your changes.","MESSAGE_SAVE_CHANGES_OPTIONS":"Are you sure you want to save the changes?","MESSAGE_SAVE_CHANGES_TITLE":"Save unsaved changes","MESSAGE_SAVE_CONTOPT_FIRST":"You should save this contact option first before you can use it","MESSAGE_SAVE_RELATION_FIRST":"First save the customer information","MESSAGE_SCREEN_CONTENT_NOT_VALID":"The content of the screen is not valid","MESSAGE_SECONDARY":"Secondary message","MESSAGE_SENT_WITHOUT_EXTRA_FILE":"Message sent without attached file","MESSAGE_SEQUENCE_EXISTS":"There is already a contact option with this sequence number for this type","MESSAGE_SERVER_AUTH_FAIL":"Can not connect to the server. The authentication is invalid. Do you want to download a new client?","MESSAGE_SERVER_CONN_ERR":"Unable to connect. Please check the settings.","MESSAGE_SERVER_CONN_FAIL":"Can not connect to the server. It may not run or there is no connection.","MESSAGE_SERVER_FAILED_TO_START":"The server could not be started correctly. Please contact the system administrator.","MESSAGE_SERVER_NOT_READY":"The server is still starting up. Please try again in a few minutes.","MESSAGE_SERVER_UNKN_FAIL":"Unknown error connecting to the server","MESSAGE_SETTINGS_COULD_NOT_BE_LOADED":"Settings could not be loaded","MESSAGE_SETTINGS_PER_DOCUMENTTYPE":"Settings per document type, these will override the global settings.","MESSAGE_SET_DELIVERY_DATE_TRANS":"Error changing delivery date in the sales order header","ORDER_DISCOUNT_PERC":"Order discount percentage","ORDER_DISCOUNT_TOTAL":"Order Discount Amount","ORDER_FORM":"Order form","ORDER_FULLY_PAID":"Order fully paid","ORDER_GROSS":"Order gross","ORDER_HAS_PLANNING_REQUESTED_AT_LSP":"Order planning has already been requested with the logistics service provider.","ORDER_HISTORY":"Order history","ORDER_HISTORY_TITLE":"Sales","ORDER_INFO":"Order info","ORDER_INFORMATION":"Order information","ORDER_INFORMATION1":"Order information","ORDER_KIND":"Transaction type","ORDER_LINE":"order - line","ORDER_LINES":"Order Lines","ORDER_LINES_ALLOCATED_NOT_FOUND":"No allocated order lines found.","ORDER_LINES_ASSIGNED_NOT_FOUND":"No allocated order lines found.","ORDER_LINES_EXIST":"This order already has lines.","ORDER_LINES_INTERBRANCH":"Intercompany orderlines","ORDER_LINES_POS":"POS Ticket lines","ORDER_LINES_PURCHASE":"Purchase order lines","ORDER_LINES_RETAIL":"Sales order lines","ORDER_LINES_SERVICE":"Service Order lines","ORDER_LINES_SHOW":"Show orderlines","ORDER_LINE_HAS_LOGISTICAL_STATE":"Order line has logitical state","ORDER_LINE_SET":"Order line set","ORDER_LINE_SET_TEXT":"Orderline text","OTHER_ATTACHMENTS":"Attachements","OTHER_USER":"Other user","OUR_REFERENCE":"Our reference","OUT":"OUT","OUTFLOW_RISK":"Run-out risk","OUTGOING":"Outgoing","OUTSTANDING":"Outstanding","OUTSTANDING_AMOUNT":"Delivery details","OUTSTANDING_AMOUNTS_BOOKINGS":"Mutations","OUTSTANDING_AMOUNTS_CUSTOMERS":"Debtors","OUTSTANDING_AMOUNTS_SUPPLIERS":"Creditors","OUTSTANDING_AMOUNTS_TYPE":"Kind of open entries","OUTSTANDING_AMOUNT_CURRENCY":"Outstanding amount","OUTSTANDING_AND_PAID_OFF":"Open and paid","OUTSTANDING_DEPOSIT_PAYMENTS":"Outstanding payments","OUTSTANDING_ENTRIES":"Mutations","OUTSTANDING_ENTRIES_INTEGRATION":"Outstanding entries integration","OUTSTANDING_FINANCES":"Outstanding entries","START_DATE2":"Start date","START_DATE3":"Execution start date","STORAGES":"Storage medium","STORAGE_CONVERSION_FACTOR":"Storage Conversion Factor","STORAGE_COUPLED":"Number of storage means","STORAGE_FROM":"From Storage Mean","STORAGE_INFORMATION":"Storage medium information","STORAGE_NOT_USED":"Cart is not in use","STORAGE_ON_LOCATION":"Storage mean is on location","STORAGE_OVERVIEW":"Storage means overview","STORAGE_REPORT_IN":"Accept Storage mean in","STORAGE_TO":"Up to Storage mean","STORAGE_TRANSFER":"Storage Mean transfer","STORAGE_TRANSFER_PRESELECTION":"Store mean pre-selection","STORAGE_TYPE":"Storage mean type","STORAGE_WIZARD":"Storage mean Wizard","STOREROOM":"Warehouse","STOREROOMS":"Warehouses","STORES":"Warehouses","STORE_GROUP":"Store Group","STORE_GROUPS":"Store Groups","STORE_NO":"Warehouse","STREET":"Street","STREET2":"Street 2","STREET_AND_CITY":"Street and place","STREET_NAME":"Street","STRENGTH_BACKGROUND":"Hardness background","STRUCTURAL_INFORMATION":"Structural information","STUDIO":"Studio","STUDIOS":"Studios","STUDIO_CODE":"Studio code","STUK_EENHEID":"Per Unit","STYLEGUIDE":"Styleguide","STYLE_GROUPING":"Style grouping","SUBJECT":"Subject","SUBMIT":"Submit","SUBMIT_A_NEW_VOUCHER_CODE":"Enter a new voucher code","SUBSCRIBE":"Subscribe","SUBTOTAL":"Subtotal","SUBTOTAL_ACCOUNT":"Subtotal account","SUB_TITLE_BR_ACTIONS":"Determine the actions here","SUB_TITLE_BR_ARTICLES":"Business rules for Products and transaction rules","SUB_TITLE_BR_CONDITION":"Assemble the condition here","SUB_TITLE_BR_DELIVERY_COSTS":"Business rules for delivery","SUB_TITLE_BR_EDIT":"Edit the general information of the business rule here.","SUB_TITLE_BR_TESTING":"Test the defined rules here.","SUB_TITLE_BR_TRANSACTIONS":"Business rules for transactions","SUB_TITLE_CAT_MGMT_EAN_RANGE":"Header for registering EAN ranges","SUB_TITLE_CAT_MGMT_EXPORT":"In this rubric you can import catalogs","SUB_TITLE_CAT_MGMT_IMPORT":"In this rubric you can import catalogs","EXTRA_LIST_1":"Extra price list choice 1","EXTRA_LIST_2":"Extra price list choice 2","EXTRA_LIST_3":"Extra price list choice 3","EXTRA_LIST_COLUMNS_1":"Extra price list 1 columns","EXTRA_LIST_COLUMNS_2":"Extra price list 2 columns","EXTRA_LIST_COLUMNS_3":"Extra price list 3 columns","EXTRA_LONG_366_731_DAYS":"Extra long (366 -731 days)","EXTRA_SPHERECODES":"Extra style codes","EXTRA_URL":"Web Link","FABRICATION_COST":"Manufacturing price","FABRICATION_COST_LINE_TOTAL":"Manufacuring total cost","FABRIC_SIZE":"Material size","FACTOR":"Factor available","FACTOR_ABBREVIATION":"Invoice","FACTOR_PER_HOUR":"Factor per hour","FACTOR_SURCHARGE":"Factor allowance","FACTOR_TRANS_EXTERN":"Factor external transaction","FACTOR_TRANS_INTERN":"Factor internal transaction","FAILED_TO_CREATE_LOCAL_COPY":"An error occured while creating a local copy of the product.","FAILED_TRANSITION_FUNCTIONS":"Failed transiiton functions","FAILURE_COUNT":"Number of errors","FAMILYNAME":"Last Name","FAST":"Fast","FASTTRACK_OPEN_ON_PRESETS":"Open with presets","FAST_SEARCH_COMMAND":"Fast search command","FAST_TRACK":"Fasttrack","FAX":"Fax no","FEBRUARY":"February","FEMALE":"Female","FIBR_FROM_80_TO_100_PERCENT":"IVA 80-100%","FIELD":"Field","FIELD_CONDITION":"Field condition","FIELD_EMPTY":" can not be empty","FIELD_IS_READONLY_BECAUSE":"You cannot change this value. Reason:","FIELD_MAPPING":"Mapped","FIELD_NAME":"Field name","FIELD_TYPE":"Type","FIFO":"First in first out","FIRST_POSTING":"First posting","FIRST_SETTLEMENT_NR":"First settlement number","COST_CENTER":"Cost center/Cost unit","COST_CENTER_EMPLOYMENT_CONTRACT":"Cost Center Employment contract","COST_CENTER_TYPE":"Cost centre type","COST_CENTRE":"Cost centre","COST_DESCRIPTION":"Cost entry description","COST_ID":"Cost entry id","COST_LEDGER":"Cost price ledger","COST_NUMBER":"Cost Center Number","COST_OF_SALES":"Purchase","COST_TYPE":"Cost centre type","COUNTING_FRAME":"Count cash balance","COUNTRY":"Country","COUNTRY_CODE":"Country code","COUNTRY_CODES":"Country codes","COUNTRY_OF_ORIGIN":"Country of provenance","COUNT_JOBS":"Stock take tasks","MESSAGE_SHOPPINGCART_IN_PROGRESS":"A shopping cart is still pending, please process that one first before creating a new one.","MESSAGE_SHOPPING_CART_DEKETED":"Shopping cart deleted.","MESSAGE_SHOPPING_CART_DELETED":"Shopping cart deleted.","MESSAGE_SHOPPING_CART_NOT_SAVED":"Shopping cart not saved","MESSAGE_SHOPPING_CART_SAVED":"Shopping cart saved successfully","MESSAGE_SIGNDOC_PARKED":"Document ready for signature","MESSAGE_SOCIAL_SECURITY_NUMBER_NOT_CORRECT":"Incorrect social security number","MESSAGE_SPECIFIC_FIELD_REQUIRED":"Field '|~' is mandatory","MODEL":"Model","MODIFICATION_TIME":"Edit time","MODULE":"Module","MODULE_IS_LOADING":"Module is loading","MONDAY":"Monday","MONDAY_ABBREVATION":"M","MONETARY_UNIT":"Monetary unit","MONTH":"Month","MONTHS":"Months","MONTH_NUMBER":"Month number","MORE":"More","MORE_ACCEPTED_THAN_ORDERED":"For the following purchase order lines, the number received is greater than the number ordered:","MORE_FILTERS":"More filters","MORE_THEN_60":"More than 60 days","MOST_EXPENSIVE_PRODUCT":"Most expensive product","MOVE_DOWN":"Move down","MOVE_TO_LINE":"Move to line?","MOVE_UP":"Move up","MULTIBUY":"Multi Buy","MULTIPLE_BIRTH":"Multiple birth","MULTIPLE_CHOICE":"Single select","MULTIPLE_CONDITIONS":"Multiple conditions","MULTIPLE_INTERBRANCH_LINES_MESSAGE":"The inter-branch order has multiple order lines. If you continue, all will be deleted. Do you want to continue?","MULTIPLE_PURCHASEORDERS":"Multiple purchase orders","MULTIPLE_RESERVATIONS":"Multiple reservations","MULTIPLE_SESSIONS_ARE_NOT_ALLOWED":"There is already a session for this user. Would you like to close that session and start a new one?","MULTI_BUY":"Multi Buy","MULTI_FACTORIELE_INTAKE":"MultiFactorial Intake","MULTI_FACTOR_AUTHENTICATION_TOO_LONG":"The code must consist of 6 digits.","MULTI_SELECT":"Multi select","MUTATED":"Modified","MUTATION":"Change","MUTATION_CASH":"Change cash","MUTATION_DATE":"Transaction date","MUTATION_DIGITAL":"Change digital","MUTATION_KIND":"Transaction type","MUTATION_TIME":"Time of modification","OUTSTANDING_FINANCES_CUSTOMERS_GENERAL_INFO":"Search by invoice number, customer or date","OUTSTANDING_FINANCES_SUPPLIERS_GENERAL_INFO":"Search by invoice number, supplier or date","OUTSTANDING_ITEMS":"Outstanding amounts","OUTSTANDING_PAYMENTS":"Outstanding payments","OUTSTANDING_TOTAL":"Total outstanding","OUT_CONTAINER":"Out container","OUT_OF_SERVICE":"Out of service","OVERBOOKING_ARTICLE":"Transfer SKU","OVERBOOKING_STOCK":"Move stock","OVERBOOKING_STORAGE":"Transfer storage mean","OVERBOOKING_TYPE":"Transfer type","OVERLAY_BACKGROUND":"Frame on background","OVERRULE_VIA_EDI":"Overrule for EDI","OVERRULE_VIA_EMAIL":"Overrule for email","OVERRULE_VIA_PRINT":"Overrule for print","OVERVIEW":"Overview","OVERVIEW_AND_PAYMENT":"Overview and payment","OVERVIEW_OF":"Overview of","OVERVIEW_TRANSFERS":"Overview transfers","OVER_COVERAGE_PERCENTAGE":"Cover","PAY_BILL":"Pay","PAY_PROCESS":"Pay and process","PDF_OPTION":"PDF-option","PENDING_REASON":"Pending reason","PENDING_REASON_TYPE":"Pending reason type","PERCENTAGE":"Percentage","PERCENTAGE_ABSENT":"Absence percentage","PERCENTAGE_ABSENT_AVERAGE":"Average absence percentage","PERCENTAGE_IN":"In %","PERCENTAGE_SICK":"Percentage of absence","PERCENTAGE_TO_PAY_DOWN":"Deposit to pay","PERCENT_ABSENT":"Absence percentage","PERCEPTIBLE_STOCK":"Physical stock","PERCEPTIBLE_STORAGE":"Physical stock","PERFORMANCE_SERVICE_TO_ABROAD":"Services provided to your company from abroad","PERIOD":"Period","PERIODS":"Periods","PERIOD_CODE":"Period code","PERIOD_FROM":"Period of","PERIOD_ID":"Period id","PERIOD_NO_STOCK_AVAILABLE":"Period no stock available","PERIOD_PER":"Per (Period)","PERIOD_SELECTION":"Period selection","PERMISSIONS":"Permissions","PERMISSIONS_AS":"Permissions AS Client","PERMISSIONS_JS":"Permissions JS Client","PERMISSIONS_SUB":"Schedules, links and rights","PERSON":"Person","PERSONAL_DATA":"Personal information","PERSONNEL":"Staff","PERSONS":"Contacts","PERSON_NEW":"New contact","PER_BRANCH":"By store","PER_CHOSEN_ORDER_NUMBER":"Per chosen order","PER_LOCATION":"Per location","BUSINESS_ADDRESS_ADDITION_NUMBER":"Place of business house no. addition","BUSINESS_ADDRESS_CITY":"Place of business city","BUSINESS_ADDRESS_COUNTRY":"Place of business country","BUSINESS_ADDRESS_COUNTRY_CODE":"Place of business country code","BUSINESS_ADDRESS_DATE_IN":"Place of business start date","BUSINESS_ADDRESS_DATE_OUT":"Place of business end date","BUSINESS_ADDRESS_GLN":"Place of business gln","BUSINESS_ADDRESS_HOUSE_NUMBER":"Place of business house no.","BUSINESS_ADDRESS_NAME":"Place of business name","BUSINESS_ADDRESS_NUMBER":"Place of business house no.","BUSINESS_ADDRESS_POSTAL_CODE":"Place of business postal code","BUSINESS_ADDRESS_SEQUENCE":"Place of business sequence no.","BUSINESS_ADDRESS_STATE":"Place of business province/state","BUSINESS_ADDRESS_STREET":"Place of business street","BUSINESS_ADDRESS_STREET_NAME":"Place of business street name","BUSINESS_ADDRESS_STREET_NAME_2":"Place of business street name 2","BUSINESS_RULES":"Business rules","BUSINESS_RULE_DISCOUNT":"Business rule discount","BUS_RULE":"Bus. rule","CASELOAD_OF_CASE_LABOR_EXPERT":"Occupational expert caseload","CASELOAD_OF_CASE_MANAGER":"Caseload from case manager","CASELOAD_OF_CASE_MANAGER_TASK_DELEGATION":"Caseload of case manager with task delegation","CASELOAD_OF_CONSULT_DOCTOR":"Consult physician caseload","CASELOAD_OF_MEDICAL_OFFICER":"Occupational doctor caseload","CASELOAD_OF_STFF_DOCTOR":"Caseload of staff physician","CASE_MANAGER":"Case manager","CASE_MANAGERS":"Case managers","CASE_MANAGERS_TASK_DELEGATION":"Casemanager with task delegation","CASE_MANAGER_NR":"Number casemanager","CASE_MANAGER_TASK_DELEGATION":"Case manager with task delegation","CASE_MANAGER_TO_BE_REPLACED":"Casemanager to be replaced","CASE_MANAGER_TO_REPLACE_WITH":"Replace with casemanager","CASH":"Cash","CASH_AND_CASH_EQUIVALENTS":"Liquid assets","CASH_BOOK":"Cash book","CASH_DIFFERENCE":"Cash difference","CASH_DRAWER":"Cash drawer","CASH_DRAWERS":"Cash drawers","CASH_DRAWER_CLOSURE":"Conclusion","CASH_DRAWER_CONNECTION":"Cash drawer connection","CASH_DRAWER_DIFFERENCE":"Pay attention, there is a difference between the total amount of the counting screen (|~) and the total amount of the cash drawer (|~)!","CASH_DRAWER_NOT_SUPPORTED":"Opening the cash drawer is not supported in this version","CASH_ON_DELIVERY":"Cash on delivery","COUPLE":"Link","COUPLED_ADMINISTRATIONS":"Linked administrations","COUPLED_WAREHOUSES":"Linked warehouses","COUPLE_DATA":"Link data","COUPLING_LEDGER":"Ledger link","COUPON":"Coupon","COUPONS":"Coupons","COUPON_CODE":"Coupon code","COUPON_TEMPLATE":"Coupon template","COUPON_TYPE":"Coupon type","COVERAGE_STARTDATE":"Coverage start date","COVERAGE_TYPE":"Type of coverage","COVER_PERC":"Coverage (%)","CREATE":"Create Transaction(s)","CREATED":"Created","CREATED_BY":"Created by","CREATED_ON":"Created on","CREATED_OR_POSSIBLE_EVEN_PROCESSED":"For this product in this order, the picking list is alredy generated and possible processed. when processing this transfer, these statusses are removed. Do you want to continue?","CREATE_ABSENCE":"Report Absence","CREATE_ACCOUNT":"Create account","CREATE_ACCOUNT_IN_2_MIN":"Create an account within 2 minutes.","CREATE_AUDIT_FILE":"Export audit file","ROLE":"Role","ROLES":"Roll","ROLLBACK_LAST_TRANSITION":"Roll back the last transition","ROOMPLANNER_WIDGET_TITLE":"Design new room","ROOMPLANNER_WIDGET_SUBTITLE":"Open roomplanner and create new room","ROTATION_OPTIONS":"Rotation options","ROUNDING":"Completion","ROUNDING_ADDITION":"+ after rouding","ROUNDING_DIRECTION":"Direction","ROUNDING_DIRECTION_DOWN":"Downwards","ROUNDING_DIRECTION_UP":"To top","ROUNDING_EXPLANATION":"NB. If a discount has been given on the line, there may be a rounding difference when you invoice per item.","ROUNDING_RULE":"Rouding rule","ROUNDING_RULES":"Rounding rules","ROUND_TO":"Rounding up","ROUND_TO_INK":"Rounding purchase","ROUND_TO_VER":"Rounding number sales","ROUND_UP":"Rounding off","ROUND_UP_LEDGER":"Rounding ledger","ROUND_UP_TYPE":"Rounding off","ROUTE":"Directions","ROUTE_OF":"Truck Route: |~","ROW":"Row","ROWS":"Lines","ROW_ADVICE":"Row advice","ROW_BEING_EDITED":"Another line is being edited, do you want to continue?","ROW_NUMBER":"Line no.","RUBRIC":"Classification","RUBRICS":"Rubrics","RUBRIC_ADAPTABILITY":"Section III: Adaptation to physical environmental conditions","RUBRIC_DYNAMIC_ACTING":"Section IV: Dynamic trading","MUTATION_TOTAL":"Change total","MUTATION_TYPE":"Transaction type","MUTATION_USER":"Last modified by","NUMBER_PACKAGES":"No. of packages","NUMBER_VALID_ORDERS":"Number of approved orders","NUMERIC":"Numerical","NURSING_ADDRESS":"Nursing address","NURSING_ADDRESS_ADDITION":"Nursing address house no. addition","NURSING_ADDRESS_ADDITION_NUMBER":"Nursing address house no. addition","NURSING_ADDRESS_CITY":"Nursing address city","NURSING_ADDRESS_COUNTRY":"Nursing address country","NURSING_ADDRESS_COUNTRY_CODE":"Nursing address country code","NURSING_ADDRESS_DATE_IN":"Nursing address start date","NURSING_ADDRESS_DATE_OUT":"Nursing address end date","NURSING_ADDRESS_GLN":"Nursing address gln","NURSING_ADDRESS_HOUSE_NUMBER":"Nursing address house no.","NURSING_ADDRESS_NAME":"Nursing address name","NURSING_ADDRESS_NOT_AVAILABLE":"No nursing address available","NURSING_ADDRESS_NUMBER":"Nursing address house no.","NURSING_ADDRESS_POSTAL_CODE":"Nursing address postal code","NURSING_ADDRESS_SEQUENCE":"Nursing address sequence no.","NURSING_ADDRESS_STATE":"Nursing address province/state","NURSING_ADDRESS_STREET":"Nursing address street","NURSING_ADDRESS_STREET_NAME":"Nursing address street name","NURSING_ADDRESS_STREET_NAME_2":"Nursing address street name 2","N_A":"Not applicable","OBJECT":"Object","OBJECT_BINDING_PRESENT_FOR_NODES":"These parts cannot be deleted as they are in use in a transaction or on stock.","OBSERVED":"Observed","OBSERVER":"Observer","OBSERVERS":"Observers","OCCUPATIONAL_ILLNESS":"Occupational illness","OCCUPATIONAL_ILLNESS_LINK":"beroepziekten.nl","ABSENCEFILE_NLTI_4":"Signature","ABSENCEFILE_NLTI_4_1":"Signed by","ABSENCEFILE_NLTI_4_1_1":"Contact person mentioned in question 2.2","ABSENCEFILE_NLTI_4_1_2":"Other person. Name:","ABSENCEFILE_POA_4":"Function employee","ABSENCEFILE_POA_5":"Vision employee and employer","ABSENCEFILE_POA_5_1":"Describe the vision by the employee on the function, job oppurtunities and the quality of the employment relationship.","ABSENCEFILE_POA_5_2":"Describe the vision by the employer on the employee, the function and the job oppurtunities.","ABSENCEFILE_POA_6":"End goal","ABSENCEFILE_POA_6_1":"What is the ultimate goal of the reintegration?","ABSENCEFILE_POA_6_1_1":"Return to work in their own function","PER_LOCATION_AREA":"Per location area","PER_ORDER":"By order","PER_STORAGE":"Per storage mean","PER_UNIT":"Per Unit","PHONE":"Telephone","PHONE_NO":"Telephone no.","PHONE_NUMBER":"Telephone no.","PHONE_NUMBERS":"Phone numbers","PHONE_NUMBERS_MORE":"+ |~ other phonenumbers","PHONE_NUMBER_ONE_MORE":"+ 1 other phonenumber","PHONE_NUMBER_REQUIRED":"Phone is mandatory","PHOTO_DIMENSION_TOOL":"Photo sizing tool","PHYSICAL":"Physical","PHYSICAL_STOCK":"Physical stock","PICKED":"Picked","PICKED_DETAILS":"Picked details","PICKING_BY_STORAGE":"Pick per storage mean","PICKING_BY_STORAGE_FOR_TRANSFER":"Pick storage mean for transfer","PICKING_CONTROLE":"Outbound control","PICKING_CONTROLE_DEFAULT":"Outbound control default","PICKING_LIST_INTER_BRANCH":"Picking list interbranch delivery","PICKING_ORDER":"Picking order","PICKING_ORDERS":"Pick order lines","PICKING_WILL_BE_UNDONE_WHEN_TRANSFERRING":"Picking will be undone during transfer of goods","PICKUP":"Pick-up","PICKUP_ORDER":"Pick-up receipt","PICKUP_REMAINING":"To be picked up","PICK_A_CASH_REGISTER":"Choose a Cash register","PICK_A_DRAWER":"Pick a drawer","PICK_STICKER":"Picking stickers","PICK_STORAGE":"Pick Storage means","PICK_STORAGE_AND_LINES":"Pick Storage means and order lines.","PICLING_INCOMPLETE":"Not all lines can be picked","PIE":"Pie","PIE_CHART":"Pie chart","POSTAL_CODE":"Postcode","POSTAL_CODES":"Postcodes","POSTAL_CODE_BEGIN":"Postcode start","POSTAL_CODE_CITY":"Postal code and city","POSTAL_CODE_END":"Postcode end","POSTING":"Journal item","POSTING_DATE":"Posting date","POSTING_EMPLOYMENT_CONTRACT":"Place of employment contract","POSTING_NUMBER":"Journal item no.","POSTING_NUMBER2":"Booking number","POS_GROUP":"Cash register group","POS_GROUPS":"POS groups","POS_GROUP_LOCATION":"Cash register group location","POS_ORDER":"Cash register receipt","POS_ORDER2":"POS Ticket","POS_ORDERS":"POS orders","POS_ORDER_HISTORY":"POS history","POS_PRINTER":"Receipt printer","POS_TRANSACTION_NR_EXISTS":"POS Ticket already exists","CASH_ON_DELIVERY_AMOUNT":"Cash on delivery amount","CASH_ON_DELIVERY_AND_PAID_DOWN_MORE_THAN_ORDERTOTAL":"The total amount of the downpayment and the cash on delivery amount is higher than the order total. Change the cash on delivery amount or communicate this with the supplier (when the purchase order has already been made)!","CASH_REGISTER":"Cash register","CASH_REGISTERS":"Cash registers","CASH_REGISTER_RECEIPT":"Cash register receipt","CASH_REGISTER_TEXT":"Cash text","CASH_REG_ART":"POS Product","CASH_TYPE":"Cash Type","CASH_TYPES":"Cash types","CHARACTERISTIC_LINES":"Attribute Values","CHARACTERISTIC_LINE_VALUE":"Attribute Value","CHARACTERISTIC_LOAD_FAIL":"Something went wrong with loading of attributes","CHARACTERISTIC_QUESTION":"Question","CHARACTERISTIC_QUESTION_TRUE":"Question type","CHARACTERISTIC_SET":"Feature set","CHARACTERISTIC_TYPE":"Attribute Type","CHARACTERISTIC_TYPES":"Attribute types","CHARACTERISTIC_VALIDATION_TYPE":"Validation answer","CHARACTERISTIC_VALUE":"Value","CHARACTERISTIC_VALUES":"Attribute Values","CHARGE":"Calculate","CHART":"Graphics","CHARTS":"Graphs","CHECKED":"Checked","CHECKOUT":"Checkout","CHECKOUT_FINISH":"Finish order","CHECKSUM":"Checksum","CHECKSUM_IS_WRONG":"Checksum of received payment record of pin terminal is incorrect.","CHECK_ALL_LINES":"Select all lines","CHECK_ALL_TASKS":"Select all tasks","CHECK_BATCHJOB_STATUS":"Check status batch job","CHECK_FINAL_BALANCE":"Check final balance","CHECK_FOR_NEW_CATALOGI":"Check for new catalogs","CHECK_FOR_TRIGGERS":"Manual check whether triggers should go off","CHECK_FOR_TRIGGERS_WITH_BATCH":"Check manually if triggers should be fired, wtih a maximum amount of triggers to be fired per batch.","CHECK_FOR_TRIGGERS_WITH_BATCH_FOR_BRANCH":"Check manually for the branch above if triggers should be fired, wtih a maximum amount of triggers to be fired per batch.","CHECK_INPUT":"Check your entry","CHECK_INVOICE":"Check invoice","CHECK_ON_GROUP_LEVEL":"Check on Group Level","CHECK_ORDER_LINES":"Select order lines","CHECK_POSTING_DATE":"Check entry date","RUBRIC_PERSONAL_FUNCTIONING":"Section I: Personal performance","RUBRIC_SOCIAL_FUNCTIONING":"Section II: Social functioning","RUBRIC_STATIC_POSTURE":"Section V: Static Postures","RUBRIC_WORKHOURS":"Section VI: Working hours","RULES":"Lines","RULES_TO_BLOCK":"Entries to block","RUNNING_ABSENCES":"Ongoing notifications","RUNNING_PROCESSES":"Batch processes","RWPDR_FROM_35_TO_80_PERCENT":"WGA 35-80%","RWPDR_LESS_35_PERCENT":"WGA < 35%","SAFETY_NET_SITUATION":"Safety net situation","SALARY_AMOUNT":"Salary Wage amount","SALARY_CONTINUED_PAYMENT_PERCENTAGE":"Salary Continued payment percentage in case of illness","SALARY_CURRENCY_CODE":"Salary currency code","SALARY_DATA":"Salary information","FIFOLIFO":"Fifo/lifo","FIFO_LIFO":"Fifo/lifo","FILE":"File","FILE2":"File","FILENAME_CONTAINS_NO_EXTENSION":"URL or file name has no file type extension. Therefore the file cannot be saved.","FILE_CODE":"File code","FILE_COUNTER":"File counter","FILE_DATE":"File date","FILE_HAS_DISALLOWED_EXTENSION":"This extension is not allowed. These extensions are: |~","FILE_IMAGE":"File image","FILE_NAME":"File name","FILE_SIZE":"File size","FILE_TOO_LARGE_TO_UPLOAD":"The file exceeds the maximum allowed file size. Max size is: |~ MB.","FILE_TYPE":"File Type","FILE_TYPE_AVAILABLE":"Available file types","FILE_TYPE_DEFAULT":"Default file type","FILE_UPLOAD_MAX_SIZE_NOTE":"Max file size for uploads is |~ Mb.","FILL":"Fill","FILL_DATE":"Entry date","FILL_IN_PACKING_SLIP":"Fill in packinglist","FILTER":"Filter","FILTERS":"Filters","FILTER_DETERMINED":"Definable for possible filter","FILTER_LINES":"Also filter lines","FILTER_MAIN_ARTICLE":"Main article filter","FILTER_MANAGER_OBJECT":"Filter/Pre-selection","FILTER_MANAGER_ONE_SETUP_NEEDED":"At least one filter/pre-selection must be used","FINAL_BALANCE":"Final balance","FINAL_BALANCE_CALCULATED":"Calculated final balance","FINAL_BALANCE_DIFFERENCE":"To be booked","FINAL_BALANCE_RECEIPT":"Closing balance statement","FINANCE":"Financial","FINANCES":"Financial","FINANCIAL":"Financial","FINANCIAL_ADMINISTRATION":"Financial administration","FINANCIAL_BOOKINGS":"Financial bookings","ABSENCEFILE_POA_6_1_2":"Partial return to work in own function.","ABSENCEFILE_POA_6_1_3":"Resumption of work in own function with adjustments","ABSENCEFILE_POA_6_1_4":"Resumption of work in another position with your own employer","ABSENCEFILE_POA_6_1_5":"Partial return to work in different function at own employer.","ABSENCEFILE_POA_6_1_6":"Partial or complete return to work in different fuction at different employer.","ABSENCEFILE_POA_6_1_7":"Other goal than the advice of your occupational health and safety service, namely","ABSENCEFILE_POA_7":"Appointments","ABSENCEFILE_POA_7_1":"What agreements have you made with your employee about the reintegration?","ABSENCEFILE_POA_7_1_1":"Job content","ABSENCEFILE_POA_7_1_1_INFO":"Poor balance between task level and education level: adjustment of the task level; more control options; other function; re-education, retrain, further education; reorientation and career choice advise; jobcoaching; training focused on learning and improving skills; career guidance. - Structural or occasional physical strain: adjumstment of the tasks; use of tools; ergonomic adjustments; assistance of colleague in case of peak load; other function; limitation in duration or pace (from old activities or in another function). - Workload: adjustment of the tasks; improvement of work instructions; improvement on planning the activities; other function with less workload; assistance from third party (for example at supportive activities).","ABSENCEFILE_POA_7_1_2":"Working Conditions","ABSENCEFILE_POA_7_1_2_INFO":"Unsuitable workspace, noice, draught, poor ventilation, dangerous workspace: ergonomic adjustments: construcion/technical adjustments; protection and tools; clear instruction; assistance of third party, other function with less inconvenience; work at home (phone). - irregular working hours; shift work; adjustment of workpattern on a more regularly base. - Traumatic experience (agression, accident, death): structural direct assistance or guidance; other function.","ABSENCEFILE_POA_7_1_3":"Terms of employment","ABSENCEFILE_POA_7_1_3_INFO":"Frequent work consultation, agree with compassionate leave; intercede for daycare; possibility to more flexible workhours.","ABSENCEFILE_POA_7_1_4":"Working relations","ABSENCEFILE_POA_7_1_4_INFO":"Insufficient support from manager/colleagues, conflict with colleague/manager: 'mediation' by absence service provider company or other external expert; relocation. Most important is the commitment of emplyer and employee to find a solution.","ABSENCEFILE_POA_7_1_5":"Social medical affairs","ABSENCEFILE_POA_7_1_5_INFO":"Actions to have the employee reintegrate. These actions take place on the advice of the company doctor.","ABSENCEFILE_POA_7_1_6":"Other activities","ABSENCEFILE_POA_7_1_6_INFO":"Activities that you cannot place in the above categories.","ABSENCEFILE_POA_8":"Overdue compose plan of action","ABSENCEFILE_POA_8_1":"If the Action Plan is drafted too late, what is the reason for this?","ABSENCEFILE_POA_8_1_INFO":"Has the plan of approach been made more than 2 weeks afther the Problem analysis? Please tell us the reason.","ABSENCEFILE_POA_9":"Signature","ABSENCEFILE_SIDEBAR":"Absence sidebar","ABSENCEFILE_SIDEBAR_BUTTON":"Absence sidebar hide button","ABSENCES":"Absence notifications","ABSENCESTATISTICS":"Absence statistics","ABSENCES_SHORT":"Messages","ABSENCE_ANALYSIS":"Absence analysis","ABSENCE_AO_PERCENTAGE":"Absence%","ABSENCE_BY_GENDER":"Absence per gender","ABSENCE_CAUSE_ORGAN_DONATION":"Sick as a result of organ donation","ABSENCE_CAUSE_PREGNANCY":"Sick as a result of pregnancy and / or childbirth","ABSENCE_CAUSE_SFB":"structural functional limited status","ABSENCE_CHANGE_PERCENTAGE":"Adjust absence percentage","ABSENCE_CHANGE_RECOVERY":"Report end of absence","ABSENCE_COMPOSITE":"composed","ABSENCE_CREATED_FOR_EMPLOYEE_WITHOUT_SALARY_DATA":"No salary data known for absent employee","ABSENCE_DAYS":"Absence days","ABSENCE_DURATION":"Absence duration (in days)","ABSENCE_DURATION_GENERAL":"duration","ABSENCE_DURATION_MINUTES":"Duration (in minutes)","ABSENCE_END_DATE":"Recovery date","ABSENCE_FILES":"Absence files","ABSENCE_FILES ":"Absence files","ABSENCE_FILE_ID":"Absence file number","ABSENCE_FIRST_DAY":"Start absence","ABSENCE_FREQUENCY":"Absence frequency","ABSENCE_GUIDENCE_COMPLETED":"Absence counseling has been completed","ABSENCE_IS_PLAN_OF_APPROACH":"PA","ABSENCE_PERCENTAGE":"Absence percentage","ABSENCE_PERCENTAGE_EXTRA_LONG":"Extra long ZVP","ABSENCE_PERCENTAGE_GENERAL":"General absence","ABSENCE_PERCENTAGE_LONG":"Long AP","ABSENCE_PERCENTAGE_MEDIUM":"Mid-long AP","ABSENCE_PERCENTAGE_SHORT":"Short AP","ABSENCE_PERCENTAGE_START_DAY":"Percentage start date","ABSENCE_PERCENTAGE_TOO_LOW":"You cannot register an absence notification with 0% absence. The minimum is 1%","ABSENCE_PERCENTAGE_TOO_LOW_QUESTION":"Do you want to report this person present?","ABSENCE_PERIOD_END_DATE":"End date","ABSENCE_PER_CATEGORY":"Absence by category","ABSENCE_PER_EMPLOYEE":"Absence per employee","ABSENCE_PLAN_OF_APPROACH_SIGN_DATE":"date of action plan","ABSENCE_REGISTRATION_DATE":"Report date","POWERED_BY":"Powered by:","PREDEFINED":"Predefined","PREFERENCES":"Preferences","PREFERENCE_ACCEPTED":"Preference received","PREFERENCE_DELIVERY":"Preferred delivery date","PREFERENCE_INDICATED":"Preference requested","PREFERRED_CONTACTOPTION":"Preferred contact option.","PREFERRED_DATE":"Preferred date","PREFERRED_DELIVERY_DATE":"Preferred delivery date","PREFERRED_DELIVERY_DATE_CONFIRM":"Confirm selection","PREFERRED_DELIVERY_DATE_DESCRIPTION":"You can choose from the suggested options to select the most convenient time for you to pick up or have your products delivered.","PREFERRED_DELIVERY_DATE_DISCLAIMER_DESCRIPTION":"After submitting your preference, you will receive a message with a time indication for when your delivery is definitively scheduled.","PREFERRED_DELIVERY_DATE_DISCLAIMER_HEADER":"Important","PREFERRED_DELIVERY_DATE_HEADER":"Preferred planning","PREFERRED_DELIVERY_DATE_LOAD_MORE":"More dates for delivery options","PREFERRED_NAME_HANDLING":"Preferred Handling Name (a/p/ap/pa)","PREFFERED_DELIVERY_MOMENT":"Preferred delivery time","PREFIX":"Prefix","PREFIX2":"Prefix","PREFIX_PARTNER":"Infix Partner","PRICE_TAG_IMAGE":"Pricetag image","PRICE_TAG_INTER_BRANCH":"Pricetag for internal delivery","PRICE_TAG_STICKERS":"Price card stickers","PRICE_TAG_TEXT":"Pricetag text","PRICE_TESTER":"Price Tester","PRICE_TO":"Until price","PRICE_TYPE":"Price type","PRICE_TYPE_B":"More-/discount price","PRICE_TYPE_PA":"% Basic Product price","PRICE_TYPE_PC":"% of calculated price","PRICE_TYPE_V":"Fixed price","PRICE_VALUE":"Price Value","PRICING":"Prices","PRIJSLIJST_CODE":"Price list code","PRIMARY_VALUE":"Primary value","PRINT":"Print","PRINTER":"Printer","PRINTERS":"Printers","PRINTERS_USERS_BRANCHES":"Printers, Users and Stores","PRINTER_LAYOUT":"Printer layout","PRINTER_SELECTION_TITLE":"|~ Print","PRINTING_NO_TEMPLATE":"There is no template available for this type of document","PRINTING_NO_TEMPLATES":"There are no templates available for this type of document","PRINTING_SUCCES":"Printing finished","PRINT_ABSENCE_FORM":"Generate document","PRINT_AGAIN":"Print again","PRINT_AND_EMAIL":"Print and email","CHECK_STOCK":"Check stock","CODE":"Code","CODE_EENHEID":"Unit","CODE_NOT_FOUND_POSSIBLY_EXPIRED":"Security code not found, possibly the code is expired","CODE_PREFIX":"Prefix","CODE_SUFFIX":"Suffix","CODING_RULES_CVO":"CvO Coding rules","CODING_RULES_CVO_1":"There is clearly a sudden and unintended event: determine whether the accident is work-related (200-400) or private (500-700). If there is a need to further specify the other industrial accidents in the 400 series by physical, chemical or biological cause, then the same further subdivision of the 900 series can be used.","CODING_RULES_CVO_2":"There is clearly a work-related factor: determine which factor (900-999) applies.","CODING_RULES_CVO_3":"With some factors in the 9xx range subdivision in four and five digits enables further specification. This subdivision is limited. When lacking specific terms, one can only code with .9","CODING_RULES_CVO_LINK":"Show CV Coding rules","CODING_RULES_CVZ":"CvZ Coding rules","CODING_RULES_CVZ_1":"Determine which diagnosis description is the most important, when only one diagnosis code is recorded.","CODING_RULES_CVZ_2":"Interpret the diagnosis description as literal as possible","CODING_RULES_CVZ_3":"Ranking under chapters B to V always takes precedence over chapter A.","CODING_RULES_CVZ_4":"Always classify a diagnosis description under the smallest possible class. When classifying, first determine the block, then the part and finally the diagnosis category.","CODING_RULES_CVZ_5":"Always classify a diagnosis description under the most exact class name.","CODING_RULES_CVZ_6":"Status after ..., for example status after HNP surgery, is not a diagnosis. The HNP is by definition gone. The status after & is therefore not coded, unless there are other complaints. If necessary, the relevant complaint is coded: for example, postlaminectomy syndrome. An exception is made for malignancies operated on. Since it is usually not certain whether the latinity has completely disappeared, the relevant latinity must be coded here.","CODING_RULES_CVZ_LINK":"Show CVZ Coding Rules","COINS":"Coins","COLLAPSE":"Collapse","COLLAPSE_ALL":"Close all","COLLATE_ORDERFORMS":"Collate purchase order","COLLECT":"Collect","COLLECTION":"Collection","COLLECTION_CODE":"Collectioncode","COLLECTION_CODE_CATEGORIES":"Collection code categories","COLLECTION_LIST":"Collection list","COLLECTIVE_CODE":"Collection Code","COLLECTIVE_DELIVERY":"Bundled Delivery note","COLLECTIVE_INVOICE":"Collect invoice","COLLECTIVE_SALARY_INFO":"Collective wage statements","COLLECTIVE_SALARY_INFO_UPLOAD":"Upload collective wage statements","COLOR":"Color","COLORS":"Colors","COLORS_SELECTED":"Colors selected","COLOR_DESC":"Color description","COLOUR":"Color","COLOR_ADJUSTABLE":"Color adjustable","COLUMN":"column","COLUMNS":"Columns","COLUMN_BALANCE":"Column balance","COLUMN_CHART":"Column chart","COLUMN_NAME":"Column name","COLUMN_NR":"Column nr.","COLUMN_OPTIONS":"Column options","COM0":"Special Order","COM1":"Allocate manually","COM2":"Allocate immediately","COMBINE":"Combine","COMBINED":"Combined","COMBINE_ARTICLES_IN_3D":"Show Products in 3D selector","COMBINE_PICKING":"Combine order picking","COMMERCIAL_DESC":"Commercial description","COMMERCIAL_DESCRIPTION":"Commercial description","FINANCIAL_CUSTOMER_GROUP":"Financial cust. Group","FINANCIAL_CUSTOMER_GROUPS":"Financial customer groups","FINANCIAL_CUSTOMER_GROUP_ADMINISTRATION":"Financial customer group ledger setup","FINANCIAL_DASHBOARD":"Finance dashboard","FINANCIAL_GROUP_ID":"Financial group","FINANCIAL_OVERVIEW":"Financial overview","FINANCIAL_STATUS_ORDER":"Financial status order","FINANCIAL_SUPPLER_GROUP_ADMINISTRATION":"Financial supplier groep ledger setup","FINANCIAL_SUPPLIER_GROUP":"Financial supplier group","FINANCIAL_SUPPLIER_GROUPS":"Financial supplier groups","FINANCIAL_YEAR":"Financial year","FINANCIAL_YEARS":"Financial years","FINANCIAL_YEAR_ID":"Fiscal Year ID","FINANCIAL_YEAR_TERM":"Financial year/periods","FINISHED":"Completed","FINISH_OPEN_TASKS_BEFORE_EXIT":"There are still open tasks, do you want to finish these first?","FIRED_TRIGGERS":"Fired triggers","FIRE_TRIGGER":"Fire trigger","FIRE_TRIGGER_MANUALLY":"You can fire this trigger immediately by pressing the button below:","FIRST_ACTION_DATE":"First action date","FIRST_CONDITION":"First condition","FIRST_DATA_ROW_NR":"First data row","FIRST_DAY_WORKING_HOURS":"Amount of hours worked during absence","FIRST_DAY_WORKING_HOURS_SHORT":"Working hours day 1","FIRST_LEAVE_DAY":"Start date of leave","FIRST_NAME":"First Name","FIRST_REC_DATE":"Date first received","FIRST_SICK_DAY":"First day of illness","FRIDAY_ABBREVATION":"F","FROM":"From","FROM1":"From","FROM_BOOKING_DATE":"From entry date","FROM_BRANCH":"From Store","FROM_COST":"From cost centre","FROM_CUSTOMER_GROUP":"From customer group","FROM_CUSTOMER_NR":"From customer no.","FROM_DELIVERY_METHOD":"From delivery method","FROM_EXIT_DATE":"From expiry date","FROM_FIN_RELATION_GROUP":"From Financial customer group","FROM_FIN_SUPPLIER_GROUP":"From Financial supplier group","FROM_INVOICE_DATE":"From invoice date","FROM_INVOICE_NUMBER":"From invoice no.","FROM_JOURNAL":"From journal item","FROM_LOCATION":"From location","FROM_MAILING_CODE":"From mailing code","FROM_MEMBER_NR":"From member number","FROM_MONTH":"From month","FROM_ORDER":"from the order","FROM_ORDERDATE":"From order date","ABSENCE_REGISTRATION_DATE_COMPOSED":"Compiled reporting date","ABSENCE_SAFETY_NET_SITUATION":"Safety net absenteeism","ABSENCE_START_DATE":"First day of illness","ABSENCE_STATISTICS":"Absence statistics","ABSENCE_STATISTICS_DISCLAIMER":"Disclaimer: Absenteeism percentage has not been determined by the occupational doctor but has been registered by the employer","ABSENCE_STATUS":"Absence status block","ABSENCE_STATUS_BUTTON":"Absence status button","ABSENCE_STATUS_CHANGED_DATE":"starting date","ABSENCE_SUPERVISOR":"Power of Attorney Supervisor Absence","ABSENCE_TRAFFIC_ACCIDENT":"Recourse","ABS_COMPOSITE_SITUATION":"Warning compound absence","ACCEPT":"Goods receipt","ACCEPTANCE":"Goods receipt","CONTACT_MANAGEMENT":"Batch management","CONTACT_MOMENTS":"Follow-ups","CONTACT_OF_ORGANISATIONS":"Contact of organisations","CONTACT_OPTION":"Contact option","CONTACT_OPTIONS":"Contact options","CONTACT_OPTION_MORE":"+ |~ other contactoptions","CONTACT_OPTION_ONE_MORE":"+ 1 other contactoption","CONTACT_OPTION_OTHER":"Other contact options","CONTACT_OPTION_TYPE":"Contact option type","CONTACT_PERSON":"Contact","CONTACT_PERSON2":"Contact","CONTACT_PERSONS":"Contacts","CONTACT_PERSONS2":"Contacts","CONTACT_PERSON_NUMBER":"Contact person number","CONTAINER":"Container","CONTAINERTYPES":"Container types","CONTAINER_CONTENT":"Container content","CONTAINER_DETAILS":"Container details","CONTAINER_INFO":"Container info","CONTAINER_NO":"Number","CONTAINER_NR":"Container Number","CONTAINER_TYPE":"Container type","CONTAINER_VOLUME":"Container Volume","CONTAINS_THESE_WORDS":"Contains these words","CONTENT":"Content","CONTENT_COLOR":"Color content","CONTENT_STORAGE":"Store Mean Content","CONTEXT":"Context","CONTINUATION":"Continuation","CONTINUE":"Continue","CONTINUED_PAYMENT":"Payment percentage in the event of illness","CONTINUED_PAYMENT_PERCENTAGE":"Continued wage payment percentage","WARRANTY":"Guarantee","WARRANTY_TYPE":"Warranty type","WASHING_SYMBOLS":"Wash symbols","WATCH_ADDRESS":"View address","WEB":"Web","WEBORDERS":"Web Orders","WEBSERVICE_MIN_AMOUNT":"Minimum stock for webservice","WEBSITE":"Website","WEB_AUTHENTICATION":"Web API","WEB_AUTHENTICATIONS":"Web API","PRINT_COUNTING_SCREEN_REPORT_QUESTION":"Do you want to print the Cash Register?","PRINT_DEFAULT_CANNOT_BE_SIGNED":"This report template for printing has no support for the digital siganture. Print is not available.","PRINT_MULTIPLE_PRICE_TAGS":"print |~ of |~ pricetags","PRINT_PACKAGE_STICKERS":"Print for |~ of |~ packaging labels","PRINT_PORT_NOT_SET":"The default value for the print port is empty","PRINT_PREVIEW":"Print preview","PRINT_PRICE_TAG_STICKERS":"Print price tags","PRINT_QUOTATION":"Print Quotation","PRINT_SELECTION_SAVE":"Save print:","PRINT_SELECTION_SAVE_ALL":"All users","PRINT_SELECTION_SAVE_USER":"Per user","PRINT_SINGLE_PRICE_TAG":"Print this pricetag only","PRINT_STICKERS":"Print stickers","PRINT_STICKERS2":"Print labels |~ of |~","PRINT_TEMPLATES":"Print layouts","PRINT_TO":"Print to","PRINT_TO_SCREEN":"Preview","PRINT_TRANS_DISCOUNT_ON_LINE":"Printing order discount on line","PRINT_TRANS_DISCOUNT_ON_LINE_ABB":"Printing order discount on line","PRIORITY":"Priority","PRIORITY_CHANGE_PREVENTED_BY_LOCK":"Priorities cannot be changed because another user is blocking other price lists.","PRIORITY_PICK_MESSAGE":"NB! You are now going to work on another order","PRIORITY_PREF_PLANNING":"Priority for planning proposal","PRIO_0":"None","PRIO_1":"Low","PRIO_2":"Average","PRIO_3":"High","PRIO_4":"Very high","PRIO_5":"Prio 5","PROB_AN_7.1_OTHER":"What information is also relevant for the Problem Analysis?","PROB_AN_7_OTHER":"Other relevant information","PROB_AN_8.1_OPTION_1":"No useful possibilities now, the future is still unclear","PROB_AN_8.1_OPTION_2":"No usable possibilities now, usable possibilities in the future","PROB_AN_8.1_OPTION_3":"Useful options","PROB_AN_8.1_USABLE_ABILITY":"What is your conclusion about the employee's ability to work?","PROB_AN_8_USABLE_ABILITY":"Conclusion job opportunities","PROB_AN_9.1_EXPLANATION":"After 6 weeks it will not always be possible to indicate exactly what a feasible target is. This concerns the long-term goal of reintegration. So not only the goal for the first few months, but also afterwards.","PROB_AN_9.1_OPTION_1":"Return to work in their own function","PROB_AN_9.1_OPTION_2":"Partial return to work in own function.","PROB_AN_9.1_OPTION_3":"Return to work in their own function with adjustments","PROB_AN_9.1_OPTION_4":"Resumption of work in another position with your own employer","PROB_AN_9.1_OPTION_5":"Partial return to work in different function at own employer.","PROB_AN_9.1_OPTION_6":"Partial or complete return to work in different fuction at different employer.","COMMERCIAL_DETAILS":"Commercial details","COMMISSION":"Commission","COMMISSION2":"Special Order","COMMISSIONCODE":"Sourcing code","COMMISSIONCODE_REQUIRED":"Sourcing code is mandatory","COMMISSIONCODE_STOCK":"Sourcing code when in stock","COMMISSION_ADVICE":"Special Order Worksheet","COMMISSION_CODE":"Sourcing code","COMMISSION_CODE_WAREHOUSE_SELECTION":"Commission code and warehouse selection","COMMISSSION_CODE_ONE_PURCHASE":"Purchase for Sourcing code 1","COMMONLY_USED_MANAGEMENT_OVERVIEWS":"Commonly used management overviews","CONFIGURATE_ART":"Configure products","CONFIGURATE_ART2":"Configure Product","CONFIGURATION":"Configuration","CONFIGURATION_BOX":"Configuration box","CONFIGURATION_BUILDER":"Config Builder","CONFIGURATION_COMPLETE":"Configuration completed !","CONFIGURATION_LIBRARY":"Configuration Library","CONFIGURATION_NOT_FINISHED_YET":"The configuration is not completed yet. Ensure that all required choices are made.","CONFIGURATION_OVERVIEW":"Configuration overview","CONFIGURATION_PRESET":"Configuration Preset","CONFIGURATION_YOURS":"Your configuration","CONFIGURATOR_TEST":"Product Configuration","CONFIGURE":"Configure","CONFIGURE_ARTICLE":"Configure Product","CONFIGURE_ART_EXC":"Configure Product Exceptions","CONFIGURE_ATT_SET":"Configure Attributes Sets","CONFIGURE_CMS_DEFAULTS":"Configure 3D defaults","CONFIGURE_CMS_DEFAULTS_INFO":"Drag configuration items as shown left to the list below. You can also delete items.","CONFIGURE_COLUMNS":"Configure columns","CONFIGURE_PRICE_EXC":"Configure Price Exceptions","CONFIG_INCOMPLETE":"Configurator incomplete","CONFIG_RESTART":"Restart selector","CONFIG_RESUME":"Follow up configuration","CONFIG_START":"Initial configuration","CONFIRM":"Confirm","CONFIRMATION":"Confirmation","CONFIRMATION_BY":"Confirmed by","CONFIRMATION_CODE":"Confirmation code (Login code)","CONFIRMATION_DATE":"Confirmation date","CONFIRMATION_EDIT":"Edit confirmation","CONFIRMATION_INCLUSIVE":"Confirmation inclusive","CONFIRMATION_NO":"Purchase confirmation","FROM_ORDERLINE":"From order line","FROM_PAYMENT_METHOD":"From payment method","FROM_STATE":"Status","FROM_STOCK":"From stock","FROM_SUPPLIER":"From supplier","FROM_TO":"From -up to","FORM_BUILDER_INFO_TEXT1":"Use <bold>labels</bold> to group questions.","FORM_BUILDER_INFO_TEXT2":"When a label is added, a new group is created. All questions directly under that label belong to the same group.","FORM_BUILDER_INFO_TEXT3":"This ensures that when the form later consists of multiple columns, all questions will still be displayed in a logical way.","FTE":"FTE","FTE_OF_EMPLOYEES":"Amount of fulltime-equivalents","FULLY":"Full","FULLY_ALLOCATED":"Fully allocated","FULLY_CONFIRMED":"Fully confirmed","FULLY_DELIVERED":"Fully delivered","FULLY_INVOICED":"Fully invoiced","FULLY_PICKED":"Fully picked","FULLY_RECEIVED_DELIVERED":"Fully accepted / delivered","FULLY_TO_BE_PICKED":"Fully to be picked","FULL_PROCESSED":"Fully processed","FUNCTION":"Position","FUNCTIONAL_LIMITATION":"Structurally functionally limited","FUNCTIONS":"Functions","FUNCTION_CATEGORY":"Category function","FUNCTION_CODE":"Code function","FUNCTION_EMPLOYEE":"Function employee","FUNCTION_LOAD_PERCENTAGE":"Tax function","FUNCTION_SPECIFICATION":"Function specification","FUNCTION_TITLE":"Tilte function","FUTURE_FREE_STOCK":"Forecast available stock","FUTURE_VERSION_ALREADY_EXISTS":"There is already a new version for this component. Therefore you can not create a new version.","GAK_REGISTRATION_NUMBER":"GAK registration no","GENDER":"Gender","GENERAL":"General","GENERAL_CONFIRMATION_QUESTION":"Are you sure?","GENERAL_DISCOUNT":"General discount","GENERAL_EMAIL":"Email (general)","GENERAL_FAX":"Fax (General)","GENERAL_MOBILE":"Mobile phone (general)","GENERAL_PHONE":"Phone number (general)","GENERAL_RELATION":"General","GENERAL_SEARCH":"General search","GENERAL_WEBSITE":"Website","GUARANTEE_SALES":"Warranty Sales","GZVD":"Gzvd","H":"You","H3DADDADJUST":"Insert method","H3DBRANDID":"3D Brand ID","H3DBRANDNAME":"Brand Name","H3DCONNECTION":"Connection","H3DCONNECTIONS":"Default Connections","H3DCONNTARGETS":"Connection hosts","H3DDEFAULT":"3D Default","H3DGAMEOBJECT":"Game Object","H3DGENERALGAMEOBJECT":"Generic game object","H3DID":"3D Selector ID","H3DLINK":"H3D link","H3DLINK_ORDERED":"H3D link ordered","H3DPLACEMENT":"Placement","H3DTYPE":"3D Type","H3D_APPLY_TO_ALL":"Connect with all previous Products:","H3D_CANNOT_FIND_ASSET_CHILD":"Cannot find the element with ID '|~' in the source file","WEB_CUSTOMER_STATISTICS":"Web customer Statistics","WEB_SERVICE_ORDER_SENT":"Order sent via web service","WEB_SHOP":"Webshop","WEB_USER":"Web user","WEDNESDAY":"Wednesday","WEDNESDAY_ABBREVATION":"W","WEEK":"Week","WEEKLY_SCHEDULE":"Weekly Schedule","WEEKS":"Weeks","WEEK_NUMBER":"Week number","WEEK_SHORT":"W","WEIGHT":"Weight","WELCOME":"Welcome","WELCOME_BACK":"Welcome back","WELCOME_BACK_HOME":"Welcome back,","WELCOME_MESSAGE":"View and manage your data, absenteeism reports, employment contracts and more.","WELCOME_UC":"WELCOME","WH":"WH","WHAT_CAN_I_IMPROVE":"What can I improve?","WHEN":"When","WHEN_RECOVERY_STAGNATES":"Request an appointment again by the employee in case of stagnation of recovery","WHEN_TRIGGER_EVENT":"In case of event","WHEN_TRIGGER_FORM":"After filling in form","WHEN_TRIGGER_MAX_DURATION":"Als huidige workflowstatus niet veranderd is na","WHEN_TRIGGER_TASK":"When this task is performed","WHEN_TRIGGER_USER_ACTION":"After clicking button","WHERE_ARE_YOU_LOOKING_FOR":"What are you looking for?","WHICH_FIELD":"At field","WHITE":"White","WHO":"Who","WIDGET":"Widget","WIDGETS":"Widgets","WIDGET_OVERLAP_DETECTED":"Widget overlap detected","WIDTH":"Width","WIJZIG_LEVERANCIER":"Change supplier","WIJZIG_OMSCHRIJVING":"Change Item Description","WIJZIG_PRIJS":"Change Product Price","WILCA":"WIA","WILCA_FROM_80_TO_100_PERCENT":"WIA 80-100%","WILLING_TO_PAY":"Willing to pay","WITHOUT_EMAILADRES":"Customers without email address","WITHOUT_PRODUCT":"Without product","WITHOUT_PURCHASE_ORDER_PARAMETERS":"Without ordering parameters","WITHOUT_STATUS":"Without status","WITHOUT_STATUS_ONLY":"Only without status","WITH_6_WEEKS":"To be expected within 6 weeks","WIZARD":"Wizard","WMS":"WMS","WMS_CONTROL":"WMS admin panel","WOONTOTAAL_DELETE_QUESTION":"If you continue, the associated Woontotaal project will be removed from the order. Do you want to continue?","PROB_AN_9.1_OPTION_7":"Other","PROB_AN_9.1_QUESTION":"What is the ultimate goal of the reintegration, on which the Action Plan should be aimed?","PROB_AN_9_REINTEGRATION":"Advice for the reintegration plan","PROCEDURE":"Procedure","PROCEDURE_ID":"Procedure nr","PROCEED":"Start","PROCESS":"Processing","PROCESSED":"Processed","PROCESSED_ENTRIES":"Processed bookings","PROCESSED_MULTIPLE":"Processed","PROCESSED_X_OF_Y_ITEMS":"|~ of the |~ data has been processed successfully","PROCESSING":"Process ...","PROCESSINGSTATE":"Processing","PROCESSING_DATE":"Processing date","PROCESS_BUSY_ADDING_ARTICLES":"Wait until all products have been added.","PROCESS_BUSY_EDITING":"Apply your changes first.","PROCESS_BUSY_RECALCULATING":"Wait until all calculations are done","PROCESS_DELIVERIES":"Process deliveries","INTER_BRANCH_ASSIGNMENTS":"Inter-branch","INTER_BRANCH_DELIVERY":"Inter branche","INTER_BRANCH_ORDERS":"Inter-branch orders","INTER_BRANCH_SELECTION":"Inter-branch selections","INTER_BRANCH_STOCK_DEFAULT":"Interbranch stock supplement default","INTER_BRANCH_STOCK_REPLENISHMENT":"Inter-branch inventory replenishment","INTER_BRANCH_TRANSFER_DEFAULT":"Interbranch transfer requests default","INTER_BRANCH_TRANSFER_REQUEST":"Inter-branch transfer request","INTRASTAT_DECLARATION":"Intrastat return","INTRO":"Introduction","INVALIDATE_CACHE":"Delete cache","INVALIDATE_CACHE_PER_TYPE":"Delete cache by cache type","INVALID_COPY_EXCEPTION":"To copy the condition and the aim must be both options or option values, and there should be a choice.","INVALID_COUPON":"Invalid coupon:","INVALID_EXCEPTION":"The combination of conditions, objective and action do not constitute a valid exception.","INVALID_HTML":"HTML is invalid and therfore shown as simple text.","INVALID_POSTALCODE":"Postal code has not been entered correctly","INVALID_RANGE":"Invalid range","INVALID_RETURN_CC0":"You can not use sourcing code 0 for returns","INVALID_RETURN_CC2":"Use Sourcing code 1 for the return of batch or - serial Products.","INVALID_RETURN_ONLY_LOGISTICS_ART":"Only logistic items may be returned this way.","INVALID_USERNAME_OR_PINCODE":"Username or PIN code incorrect","CONFIRMATION_STATE":"Confirmation status","CONFIRMED":"Confirmed","CONTRIBUTION_EMPLOYER":"Contribution employer","CONTROLLED":"Checked","CONTROL_ORDER_PICKING":"Orderpicking check","CONTROL_REPORT_IN":"rep. received check","CONVERSION_ARTICLE_ERROR":"Product conversion error","CONVERSION_CHECK_FAILED":"Conversion check failed","CONVERSION_FAILED":"Conversion failed","CONVERT_CASH_REGISTER_ORDER_TO_SALESORDER_HEAD":"Convert cash register receipt to sales order","CONVERT_CASH_REGISTER_ORDER_TO_SALESORDER_QUESTION":"Are you sure that you want to convert this cash register receipt to a sales order?","CONVERT_CHECK_FAILED":"This product cannot be converted","COPIED":"Copied","COPIES":"Copies","COPY":"Copy","COPY2":"Copy","COPY_ARTICLE":"Copy Product","COPY_ARTICLE_FAILED":"Creation of a product copy failed.","COPY_CONFIG":"Copy Configuration","COPY_DATA":"Copy data","COPY_ERROR_TO_CLIPBOARD":"Copy to clipboard","COPY_FULL_LIST":"Copy full list","COPY_LATEST_VERSION":"Do you want to base the new workflow on the latest version of this component?","COPY_LINE":"Copy line","COPY_LINK_TO_CLIPBOARD":"Copy url to clipboard","COPY_MESSAGE_TO_CLIPBOARD":"Copy message to clipboard","COPY_OF_EAN":"Copy of EAN","COPY_ORDER":"copy sales order","COPY_POS_ORDER":"Copy POS Ticket","COPY_PRICELIST_NO_SELECTION":"There is no target list selected","COPY_PRICES":"Copy prices","COPY_PRICE_ART_INFO":"Copy remaing data","COPY_PURCHASE_ORDER":"Copy purchase order","COPY_QUOTATION":"Copy quotation","COPY_RETAIL_ORDER":"copy sales order","COPY_SALES_ORDER":"copy sales order","COPY_SALES_QUOTATION_ORDER":"Copy quotation","COPY_SELECTED_ITEMS":"Copy selected items","COPY_SERVICE_ORDER":"Copy service order","COPY_TO_CLIPBOARD":"Copy to clipboard","COPY_TREE":"Copy Tree","COPY_WORKFLOW":"Copy workflow","CREDIT_ORDER":"Credit order","CREDIT_ORDER_ALREADY_CREDITTED":"Order |~ has already been credited, continue?","CREDIT_ORDER_ALREADY_IS_CREDIT":"This is already a credit order, continue?","CREDIT_ORDER_CONFIRMATION":"Order |~ credit?","H3D_CONN_TARGET":"Connection host","H3D_DISTRIBUTION":"3D Distribution","H3D_DISTRIBUTION_ID":"Distribution ID","H3D_DISTRIBUTION_SCHEMA":"Distribution Schedule","H3D_ERROR_DOWNLOADING":"Download resource fails","H3D_ERROR_SECURITY":"Failed to connect to web service. Another security level found","H3D_ERROR_SERVICE_UNKNOWN":"Web service unknown","H3D_LOCAL_CONNECTOR":"Local connection","H3D_MATERIALS_BATCH_FILE":"Material bundle","H3D_TARGET_CONNECTOR":"Host connection","H3D_UPDATE_FROM_CMS":"3D CMS update","H3D_UPDATE_SUCCES":"Update successful","H3D_ZIP_FILE":"Hom3decorator ZIP bundle","HANDLED_BY":"Treated by","HANDLE_LIKE_PARAM":"Handle like parameter","HANDLE_LIKE_PARAM_NOT_ALLOWED":"Handle like parameter not possible. Not all underlying option values are numeric","HARDWARE":"Hardware","HARDWARE_DOCUMENTS":"Hardware documents","HARDWARE_SERIAL_NUMBERS":"Hardware serial numbers","HAS_ANONYMIZED_PARENT":"Has an anonymised linked relation","HAS_API_KEY":"Has an API key","HAS_IMAGES":"With images","HAS_NON_ACTIVE_PARENT":"Has an inactieve parent link","HAS_TEXTS":"With texts","HAS_WORDS":"Contains words","HDECO_GENERIC_GAMEOBJECT":"Generic game object","HD_DELETE_QUESTION":"This will delete the previous version of this Hunter Douglas article. Would you like to continue?","HD_ORDER_DEFINITIVE":"Hunter Douglas order final","HD_UNABLE_TO_REMOVE_PROJECT":"Iti s not possible to delete this Hunter Douglas article","INCLUSIVE_RETURNS":"Incl. returns","INCL_DELIVERED":"Show already delivered","INCL_INVOICED":"Show already invoiced","INCOMING":"Incoming","INCOMING_ORDER_STATE_LOCKS":"View locks on orderstatus import","INCOMING_ORDER_STATE_MANAGEMENT":"Manage imported order status","INCOMING_STOCK_LOCKS":"View locks for stock import","INCOMING_STOCK_MANAGEMENT":"Manage imported stock","INDUSTRY":"Industry","INFINITE":"Infinite","INFLOW_RISK":"Walk-in risk","INFO":"About","INFORMATIN_ABOUT_EMPLOYEE_FUNCTION":"Information about the employee and the function","WOONTOTAAL_ERROR":"Problem with retrieving values ??for the WoonTotaal selector.","WOONTOTAAL_LINE_ACCEPTED":"This rule is (partly) reported in and is a part of Woontotaal set. Therefore, it is not possible to remove the set.","WOONTOTAAL_LINE_INVOICES":"This rule is (partly) invoiced and is a part of Woontotaal set. Therefore, it is not possible to remove the set.","WOONTOTAAL_NOT_ALLOWED_TO_DELETE":"These order lines can only be deleted via the WoonTotaal selector.","ABSENCEFILE_FML_4_13":"Push or pull","ABSENCEFILE_FML_4_13_0":"normal, can push or pull about 15 kgf (open clamping door)","ABSENCEFILE_FML_4_13_1":"limited, can push or pull about 10 kgf (full bin)","ABSENCEFILE_FML_4_13_2":"highly limited, can push or pull about 5 kgf (open door with closer)","ABSENCEFILE_FML_4_14":"Lift or carry","ABSENCEFILE_FML_4_14_0":"normal, can lift or carry about 15 kg","ABSENCEFILE_FML_4_14_1":"slightly limited, can lift or carry about 10 kg","ABSENCEFILE_FML_4_14_2":"slightly limited, can lift or carry about 10 kg","ABSENCEFILE_FML_4_14_3":"very limited, can lift or carry about 1 kg","ABSENCEFILE_FML_4_15":"Frequent handling of light objects while working","ABSENCEFILE_FML_4_15_0":"normal, can handle items over 1kg approximately 600 times during each hour of the working day (order picker)","ABSENCEFILE_FML_4_15_1":"normal, can handle items over 1kg approximately 600 times during each hour of the working day (order picker)","ABSENCEFILE_FML_4_15_2":"limited, can handle objects over 1 kg approximately 150 times during each hour of the working day 3 severely limited, if necessary can handle objects over 1 kg approximately 50 times during each hour of the working day","ABSENCEFILE_FML_4_16":"Frequently handling heavy loads during work (about 10 times per hour)","ABSENCEFILE_FML_4_16_0":"normal, can frequently handle loads of about 15 kg for approximately one hour per working day","ABSENCEFILE_FML_4_16_1":"limited, unable to frequently handle loads of approximately 15 kg during approximately one hour per working day","ABSENCEFILE_FML_4_17":"Make head movements","ABSENCEFILE_FML_4_17_0":"normal, movement of the head without constraint","ABSENCEFILE_FML_4_17_1":"limited, movement of the head is limited","ABSENCEFILE_FML_4_17_2":"very limited, movement of the head sideways is barely/not possible","ABSENCEFILE_FML_4_17_3":"very limited, up and down movement of the head is barely/not possible","ABSENCEFILE_FML_4_18":"Walking","ABSENCEFILE_FML_4_18_0":"normal, can walk consecutive for approximately one hour (walk)","ABSENCEFILE_FML_4_18_1":"slightly limited, can walk consecutive for approximately 30 minutes (walk around the block)","ABSENCEFILE_FML_4_18_2":"limited, can walk consecutive for approximately 15 minutes (walk to the mailbox)","ABSENCEFILE_FML_4_18_3":"very limited, can walk consecutive for approximately less than 5 minutes (inside the house)","ABSENCEFILE_FML_4_19":"Walking during work","ABSENCEFILE_FML_4_19_0":"normal, can walk during the day if necessary (mailman)","ABSENCEFILE_FML_4_19_1":"slightly limited, can walk approximately for half a day (4 hours) if necessary","ABSENCEFILE_FML_4_19_2":"limited, can walk a limited part of the workday if necessary (1 hour)","ABSENCEFILE_FML_4_19_3":"very limited, can walk approximately less than 30 minutes a workday","ABSENCEFILE_FML_4_1_0":"not applicable","ABSENCEFILE_FML_4_1_1":"right","ABSENCEFILE_FML_4_1_2":"links","ABSENCEFILE_FML_4_20":"Walking stairs","ABSENCEFILE_FML_4_20_0":"normal, can","ABSENCEFILE_FML_4_20_1":"Will not be translated","ABSENCEFILE_FML_4_20_2":"Will not be translated","ABSENCEFILE_FML_4_20_3":"Will not be translated","ABSENCEFILE_FML_4_21":"Will not be translated","ABSENCEFILE_FML_4_21_0":"Will not be translated","ABSENCEFILE_FML_4_21_1":"Will not be translated","ABSENCEFILE_FML_4_21_2":"Will not be translated","ABSENCEFILE_FML_4_21_3":"Will not be translated","ABSENCEFILE_FML_4_22":"Will not be translated","ABSENCEFILE_FML_4_22_0":"Will not be translated","ABSENCEFILE_FML_4_22_1":"Will not be translated","ABSENCEFILE_FML_4_23":"Other limitations of dynamic trading","ABSENCEFILE_FML_4_23_0":"Will not be translated","ABSENCEFILE_FML_4_23_1":"Specific other limitations","ABSENCEFILE_FML_4_24":"Will not be translated","ABSENCEFILE_FML_4_24_0":"Will not be translated","ABSENCEFILE_FML_4_24_1":"Will not be translated","ABSENCEFILE_FML_4_2_0":"Will not be translated","ABSENCEFILE_FML_4_2_1":"right","ABSENCEFILE_FML_4_2_2":"links","ABSENCEFILE_FML_4_2_3":"Double sided","ABSENCEFILE_FML_4_3":"Hand and finger use","ABSENCEFILE_FML_4_3_0":"Will not be translated","ABSENCEFILE_FML_4_3_1":"Will not be translated","ABSENCEFILE_FML_4_3_2":"Will not be translated","ABSENCEFILE_FML_4_3_3":"Will not be translated","ABSENCEFILE_FML_4_3_4":"Will not be translated","ABSENCEFILE_FML_4_3_5":"Will not be translated","ABSENCEFILE_FML_4_3_6":"Will not be translated","ABSENCEFILE_FML_4_3_7":"Will not be translated","ABSENCEFILE_FML_4_3_8":"Repetitive hand / finger movements are limited.","ABSENCEFILE_FML_4_4_0":"Will not be translated","ABSENCEFILE_FML_4_4_1":"Limited","ABSENCEFILE_FML_4_5_0":"Will not be translated","ABSENCEFILE_FML_4_5_1":"Limited","ABSENCEFILE_FML_4_6":"Working with keyboard and mouse","ABSENCEFILE_FML_4_6_0":"Will not be translated","ABSENCEFILE_FML_4_6_1":"Will not be translated","INVENTORY":"Inventory","INVENTORY_ACCOUNTING_METHOD":"Accounting method inventory","INVENTORY_CODE":"Inventory code","INVENTORY_DESCRIPTION":"Inventory description","INVENTORY_EXISTS_REPLACE":"Inventory already exists for this product at this location. Overwrite existing record?","INVITE_TO_ACCOUNT":"Invite new user to an account","INVITE_USER_AGAIN":"Re-invite user","INVOICE":"Invoice","INVOICED":"Invoiced","INVOICED_SALES_ORDERS":"Invoiced sales orders","INVOICES_PRESENT":"The order is already invoiced. Changing the order is not possible.","AF_EMP_PRIV_EXTRA":"Components that you want to mention in the context of this Employability Profile and that fall under the Personal Data Protection Act","AF_EMP_PROGNOSIS":"Prognosis of the loadability","AF_EMP_PROG_AGREE":"Are employee and CD in agreement on the prognosis","AF_EMP_PURPOSE":"Please tick what applies","AF_EMP_REMARKS":"Remarks","AF_EMP_RETURNVISION_YES":"Yes","AF_EMP_SHARING":"The employee grants permission to provide this information to the employer","AF_EMP_WORKHOURS":"Working hours","AF_EMP_WORKHOURS_LIMITED":"Individual has restrictions on working hours","AF_EMP_WORKHOURS_NORMAL":"Indivudual can work normal working hours","AF_FIRST_EVAL_3_1_OPTION_1":"Periodic evaluation","AF_FIRST_EVAL_3_1_OPTION_2":"First year evaluation (mandatory after 1 year of illness)","AF_FIRST_EVAL_3_1_OPTION_3":"Expert judgment","AF_FIRST_EVAL_3_1_OPTION_4":"Occupational advice","AF_FIRST_EVAL_3_1_OPTION_5":"Change of organization","AF_FIRST_EVAL_3_1_OPTION_6":"New advice from the medical officer","AF_FIRST_EVAL_3_1_QUESTION":"What is the reason for the evaluation?","AF_FIRST_EVAL_3_RUBRIC":"Reason for evaluation","AF_FIRST_EVAL_4_1_EXPLANATION":"For this question, use the current data of your employee.","AF_FIRST_EVAL_4_1_QUESTION":"What have you and your employee done to get your employee to work?","AF_FIRST_EVAL_4_2_OPTION_1":"Please indicate any additions to question 4.1 below.","AF_FIRST_EVAL_4_2_OPTION_2":"Please indicate below which activities you and your employee did not do, what the reason was and what you did to solve it.","AF_FIRST_EVAL_4_2_QUESTION":"Have the agreed reintegration activities been carried out according to plan?","AF_FIRST_EVAL_4_3_CLARIFY":"Enter the new end goal and the reason for adjustment below","AF_FIRST_EVAL_4_3_EXPLANATION":"See the procedure for the first and second year of illness, Staatscourant nr. 213, 4-11-2004.","AF_FIRST_EVAL_4_3_QUESTION":"Is there a reason to adjust the final goal of the reintegration?","AF_FIRST_EVAL_4_4_QUESTION":"Is there a reason to adjust the reintegration approach?","AF_FIRST_EVAL_4_4_YES":"Yes, see question 6.1","AF_FIRST_EVAL_4_5_EXPLANATION":"In the second year of illness it is mandatory to start with a second track.","AF_FIRST_EVAL_4_5_QUESTION":"Has the second track of reintegration started?","AF_FIRST_EVAL_4_RUBRIC":"Accountability of the activities","AF_FIRST_EVAL_6_1_EXPLANATION":"See the Action Plan for a detailed description of the agreements.","AF_FIRST_EVAL_6_1_QUESTION":"Have new agreements been made as described in the Action Plan?","AF_FIRST_EVAL_6_1_YES":"Yes, please indicate which one below.","AF_FIRST_EVAL_6_RUBRIC":"New appointments","AF_FIRST_EVAL_7_RUBRIC":"Signature","AGE":"Old age","AGENDA":"Calendar","AGENDAS":"Calendar","AGENDA_CHOOSE_DELIVERY_PERIOD":"Select a time slot that is suitable:","AGENDA_FOR_EVERY_PERIOD":"The following applies to all time time slots:","AGENDA_FOR_EVERY_PERIOD_REASON1":"After stating the preference, a definitive planning will follow","AGENDA_FOR_EVERY_PERIOD_REASON2":"You will receive a message at which time your delivery is scheduled","AGENDA_NO_PERIODS_AVAILABLE":"There are no time slots available on this day","AGE_CATEGORY":"Age category","AGE_OF_16_20":"16 years - 20 years","AGE_OF_21_25":"21 years - 25 years","AGE_OF_26_30":"26 years - 30 years","AGE_OF_31_35":"31 years - 35 years","AGE_OF_36_40":"36 years - 40 years","CREDIT_ORDER_CONFIRMATION_LINES":"Credit Order Lines |~ of order |~ ?","CREDIT_ORDER_CREATED":"Credit order |~ has been generated.","CREDIT_ORDER_FAILED":"General error when crediting order and the operation will be interrupted.","CREDIT_ORDER_LINE_SELECTION":"Select orderline to credit","CREDIT_ORDER_NO_SELECTION":"No lines selected to credit","CREDIT_REVERSE_CREATED":"Order |~ has been generated.","CROSS_ENTRIES":"Deposits in transit","CROSS_ENTRY_MATCH":"Matching","CROSS_ENTRY_SUGGESTION":"Matching proposal","CROSS_SELL":"Cross-Sell","CROSS_SELL_ARTICLES":"Cross-sell Products","CSV":"CSV","CUBAGE_PRICE":"Price per cubage","CURRENCIES":"Currency","CURRENCIES_DONT_MATCH":"Currency does not correspond to the currency on the PIN terminal","CURRENCY":"Currency","CURRENCY_CHARACTER":"Currency character","CURRENCY_CODE":"Currency code","CURRENCY_CODE_ADDITION":"Addition Currency","CURRENCY_CODE_CUSTOMS":"Customs Currency","CURRENCY_CODE_FABRICATION":"Manufacturing price Currency","CURRENCY_CODE_PORT":"Port Currency","CURRENCY_CODE_PRODUCTION":"Manufacturing price Currency","CURRENCY_CODE_TRANSPORT":"Transport Currency","CURRENCY_ID":"Currency ID","CURRENCY_PURCHASE":"Purchase currency","CURRENCY_SALES":"Currency sales","CURRENCY_UNIT":"Monetary unit","CURRENT":"Current","CURRENTLY_ALLOCATED":"Current Allocated","CURRENTLY_ASSIGNED":"Current Allocated","CURRENT_ACTIVITIES":"Open Activities","CURRENT_BALANCE":"Balance","CURRENT_CALENDAR_YEAR":"Present Calendar year","CURRENT_CHOICE":"Current choise","CURRENT_CONFIGURATION":"Current composition","CURRENT_INDICATION":"Current estimation","CURRENT_LICENSE":"Current license","CURRENT_NODE_OR_CHILD_NODES":"Use the dragged option value or use the underlying option value (s)?","CURRENT_STATE":"Current status","CURRENT_STOCK":"Current stock","CURRENT_VALUE":"Current value","CURRENT_WORKFLOW_VERSIONS":"Current Workflow Version per component","DASHBOARD_CONFIGURE_START":"Configure dashboard","DASHBOARD_NEW_TILE":"New tile","DATA":"Date","DATABASE_DUMP":"Database Dump","DATABASE_DUMP_ACTIVE":"Active Database Dump","DATABASE_DUMP_BUSY_OTHER_JOB":"Database Dump started by another session and is still busy ...","DATABASE_DUMP_COMPLETING":"Complete database dump ...","DATABASE_DUMP_EXECUTING":"Database Dump started by this session and is still busy ...","DATABASE_DUMP_INACTIVE":"Database Dump not active","DATABASE_DUMP_JOB_DOES_NOT_EXIST":"Error: Database Dump job does not exist","DATABASE_DUMP_START":"Start Database Dump","DATABASE_DUMP_STARTED":"Database Dump started","DATABASE_DUMP_STARTEN":"Database Dump start ...","DATABASE_SESSIONS":"Database sessions","INFORMATION":"Information","INFORMATION_DESK":"Information desk","INFORMATION_GENERAL":"General information","INFORMATION_LOGISTIC_SERVICE_PROVIDER":"Information Logistics service provider","INFO_MESSAGE":"Information","INITIALS":"Initials","INITIAL_ABSENCE_DAY":"Date first day of absence","INITIAL_COMPANY":"Initial Company","INITIAL_CREATED_BY":"Original by","INITIAL_LANGUAGE":"Initial Language","INITIAL_LEAVE_DAY":"Start leave of absence","INITIAL_MODULE":"Initial Module","INITIAL_PASSWORD":"Initial Password","INITIAL_UP_ID":"Initial instance","INITIAL_USERNAME":"Initial Username","INIT_AND_ENDING":"Begin and end","INIT_FAILED":"Initialisation failed, reason:","INPUT":"Input","INPUT_DISCOUNT":"Enter the discount value","INPUT_NEW_LINE":"Add new line","INPUT_VOUCHER_CODE":"Voucher code","INSERT_NEW_DRAWER":"Insert new cash drawer","INSERT_NEW_FORM":"Add form","INSERT_NEW_RELATION":"Insert New Relation","IN_3_TO_6_MONTH":"To be expected within 3 to 6 months","IN_6_TO_12_WEEKS":"To be expected within 6 to 12 weeks","IN_ASSORTMENT_FROM":"In range from","IN_BRANCHES":"In branches","IN_CASHDRAWER":"In cash drawer","IN_COMPANIES":"In companies","IN_CONTACT_PERSONS":"In contacts","IN_CONTAINER":"In container","IN_CUSTOMERS":"In customers","IN_EMPLOYEES":"In employees","IN_ORDER":"In order","IN_ORDER2":"On order","IN_ORDER3":"On order","IN_ORDER_COMMISSION":"On Special Order","IN_ORDER_STOCK":"On order stock","IN_ORDER_TO_RESERVE":"On order to reserve","IN_OUT_COLLECTION":"Collection code","IN_PROD":"In production","IN_PRODUCTION":"In production","IN_PROGRESS":"Being processed","IN_RELATIONS":"In relationships","IN_SEARCHORDERS":"In salesorders","IN_STOCK":"In stock","IN_STOCK_ALLOCATED":"In stock - Allocated","IN_SUPPLIERS":"In suppliers","IN_THIS_TRANSPORT":"In this transport","IN_TRANSPORT":"In transport","IN_TRANSPORT_TOTAL":"Total in transport","IN_USE":"In use","IONE_BROWSER":"iOne Browser","ABSENCEFILE_FML_4_6_2":"Will not be translated","ABSENCEFILE_FML_4_6_3":"Will not be translated","ABSENCEFILE_FML_4_7_0":"Will not be translated","ABSENCEFILE_FML_4_7_1":"Limited","ABSENCEFILE_FML_4_8":"To reach","ABSENCEFILE_FML_4_8_0":"Will not be translated","ABSENCEFILE_FML_4_8_1":"Will not be translated","ABSENCEFILE_FML_4_8_2":"Will not be translated","ABSENCEFILE_FML_4_9":"Will not be translated","ABSENCEFILE_FML_4_9_0":"Will not be translated","ABSENCEFILE_FML_4_9_1":"Will not be translated","ABSENCEFILE_FML_4_9_2":"Will not be translated","ABSENCEFILE_FML_4_9_3":"Will not be translated","ABSENCEFILE_FML_5":"Static operations","ABSENCEFILE_FML_5_1":"Sitting","ABSENCEFILE_FML_5_10":"Other limitations of static postures","CACHE_MAINTANANCE":"Cache maintenance","CACHE_TYPE":"Cache type","CALCULATE":"Calculate","CALCULATED_BOM_PRICE":"Calculated BOM price","CALCULATED_DEPOSIT_GREATER_THAN_TO_PAY_DOWN":"The deposit to pay is lower then the calculated minimum. Continue?","CALCULATED_FINAL_BALANCE":"Calculated final balance","CALCULATE_BOM_PURCHASE_PRICE":"Calculate purchase price based on BOM components","CALCULATE_PRICE":"Calculate the price","CALCULATE_TOTALS":"Calculate Totals","CALCULATION":"Calculation","CALCULATION_FACTOR":"Calc. factor","CALCULATION_FACTOR_PURCHASE":"Calculation Factor Purchase Price","CALCULATION_FACTOR_RETAIL":"Calculation Factor Sales Price","CALCULATION_KEY":"Calculation key","CALCULATION_LEVEL":"Account level","CALCULATION_TYPE":"Calculate Type","CALC_PRICE_PERC":"from calculated price","CALENDAR_DAYS":"Week days","CALENDAR_WEEKDAYS":"Calendar- /work days","CALL":"Call","CALL2":"Call","CANCEL":"Cancel","CANCELED_JOBS":"Cancelled tasks","CANCEL_ALL_OPERATIONS":"Cancel all changes","CANCEL_AND_RESTART":"Cancel and start again?","CANCEL_CHAIN_ABSENCE_QUESTION":"You are going to cancel the chain absence. A new file will be created for this omission. You can't undo this! Do you want to continue?","CANCEL_EXPENSE":"Cancel expense","CANCEL_LAST_EVENT":"Undo last event","CANCEL_RECEIPT":"Cancel receipt","CANCEL_TASK_CONFIRMATION_MESSAGE":"Are you sure you want to cancel this picking task?","CANCEL_TRANSACTION_QUESTION":"Are you sure that you wans to cancel the cash register receipt?","CANNOT_BE_LOWER_THAN_GENERATED_COUPONS":"Maximum number of coupons cannot be below the number of created coupons.","CANNOT_CASCADE_TO_CHILD_BASE_ARTICLES":"This does not apply to base article prices in nested configurations. These must be updated on the base articles themselves.","CANNOT_CASCADE_TO_CHILD_BASE_ARTICLES2":"This does not apply to base article prices set in super items. These must be updated on the base articles themselves.","AGE_OF_41_45":"41 years - 45 years","AGE_OF_46_50":"46 years - 50 years","AGE_OF_51_55":"51 years - 55 years","AGE_OF_56_60":"56 years - 60 years","AGE_OF_61_65":"61 years - 65 years","AGE_OF_66_70":"66 years - 70 years","AGE_OF_71_AND_MORE":">70 years","AGE_OF_EMPLOYEES":"Average age","AIMED_RESPONSE_TIME":"Aimed response time","ALERT":"Pay attention","ALIAS":"Alias","ALIAS_CONTROL":"Alias control","ALIGN_CENTER":"Center","ALIGN_GRID_COLUMNS":"Align grid columns","ALIGN_JUSTIFY":"Float","ALIGN_LEFT":"Align to left","ALIGN_RIGHT":"Align Right","ALL":"All","ALL2":"All","ALLOCATE":"Allocate","ALLOCATED":"Allocated","ALLOCATED_AB":"Allocated","ALLOCATED_ABBREVIATION":"TG","PROCESS_DOWN_PAYMENT":"Process down payment","PROCESS_ENTRIES":"Processing entries","PROCESS_FACTOR_IN_PLANNING_RULES":"Factor per hour process in planning rules?","PROCESS_NO_PRINT":"No receipt","PROCESS_ORDER":"Generate purchase order of this sales order","PROCESS_PAYMENTS":"Process payments","PROCESS_POS":"Process receipts","PROCESS_PRINT":"Process printing","PROCESS_QUOTATION":"Generate sales order","PROCESS_UNSUBSCRIPTIONS":"Process cancellations","PRODUCED":"Produced","PRODUCT":"Product","PRODUCTION_COST":"Manufacturing price","PRODUCTS":"Products","PRODUCTS_AND_SERVICES":"Product or services","PRODUCTS_CREATED":"Product created","PRODUCTS_FROM_ORDER":"Product(s) from order #|~","PRODUCTS_STATE":"Product status","PRODUCT_ACTIVE":"Product active","PRODUCT_BUILDER":"Product builder","PRODUCT_CONFIGURATOR":"Product configutrator","PRODUCT_DESCRIPTION":"Product description","PRODUCT_DESCRIPTION_AND_TEXT":"Product description & texts","PRODUCT_DESCRIPTION_AND_TEXTS":"Product description & texts","PRODUCT_GROUP":"Product group","PRODUCT_INFO":"Product information","PRODUCT_INFO_INCORRECT":"Product information is incorrect","PRODUCT_IN_STOCK":"In stock","PRODUCT_KIND":"Type of product","PRODUCT_LIMITED_STOCK":"Limited stock","PRODUCT_NOT_IN_STOCK":"Not in stock","PRODUCT_NUMBER_SUPPLIER":"Productno supplier","PRODUCT_OPEN_ACTIVITIES":"Open activities for this product","DATABSE_DUMP":"Database Dump","DATA_AND_PREFERENCES":"Data and preferences","DATA_DELETED":"Data deleted","DATA_FOR_PRINT_MISSING":"There is no data to be printed on the document.","DATA_GROUP":"Data group","DATA_IMPORT_COLUMNS":"Columns","DATA_IMPORT_SCHEMA":"Import definition","DATA_IMPORT_SCHEMA_COLUMNS":"Import definition columns","DATA_SAVED":"Data stored","DATA_SHARING_ALLOWED":"Data sharing allowed","DATA_TERMINAL":"Data terminal","DATE":"Date","DATE_ACCIDENT":"Date of accident","DATE_ADJUSTED":"Mutation date","DATE_AND_TIME":"Time and date","DATE_COLLECTED":"Date used","DATE_CONDITION":"Date condition","DATE_DEFINATE":"Final date","DATE_DELIVERED":"Date delivered","DEFAULT_PRICES":"Default prices","DEFAULT_PURCHASE_DISCOUNT":"Default purchasing discount","DEFAULT_ROOM":"Standard room","DEFAULT_SALES_DISCOUNT":"Default Sales discount","DEFAULT_SUPPLIER":"Default supplier","DEFAULT_TURNOVER_GROUP":"Default turnover group","DEFAULT_VALUE":"Default value","DEFAULT_VALUES":"Default Values","DEFAULT_WAARDE":"Default Value","DEFAULT_WAREHOUSE":"Default warehouse","DEFINITE":"Final","DEFINITE_DELIVERY_DATE":"Final delivery date","DEFINITIVE":"Final","DEF_OMZETGROEP":"Default Turnovergroup","DEL":"Remove","DELAYED_DELIVERIES":"Delayed deliveries","DELAYED_DELIVERY":"Delayed deliveries","DELAYED_ORDERS":"Delayed delivery","DELEGATED":"Delegated","DELETE":"Delete","DELETE_ACTIVITY":"Delete activity","DELETE_ACTIVITY_QUESTION":"Do you want to delete this activity?","DELETE_AND_RESTART":"Delete and restart","DELETE_AND_START_NEW_WORKFLOW_PROCESSES_FOR_OPEN_ABSENCE_FILES_FOR_BRANCH":"Delete and restart all workflow processes for OPEN absenteeism files per branch.","DELETE_ARTICLE_DEFINITIVE":"Are you sure you want to permanently delete the Product?","DELETE_BOOKING":"Remove entry","DELETE_BOOKING?":"Remove entry?","DELETE_COLLECTIVE_SALARY_INFO_WORKFLOW_PROCESSES":"Delete active workflows for collective salary info","DELETE_COMPOSITION_QUESTION":"is part of a composite Product. Remove the entire composition?","DELETE_CONDITION":"Remove condition","DELETE_CONFIG":"Delete Configuration","IONE_ERP_SOFTWARE":"iONE ERP Software","IONE_PAYMENT_LINK":"iONE Payment Link","IONE_PAYMENT_LINKS":"iONE Payment Links","IONE_PAYMENT_LOG":"iONE Payment Log","IONE_PAYMENT_LOGS":"iONE Payment Logs","LAST_USER_ACC_MODIFICATION_DATE":"Date of last account edit","LATEST_CONTAINER":"Last container","LATEST_DELIVERY_DATE":"Last possible delivery date","LATE_PURCHASE":"Purchase orders overdue","LAYERED_ARTICLES":"Layered Products","LAYER_CONFIGURATION":"Layering / Configuration","LAYOUT":"Format","LAYOUT2":"Classification","LAYOUTS":"Layouts","LAYOUT_SETTINGS":"Layout settings","LEAD_TIME":"Mark as 'late' after:","LEAD_TIME2":"Lead time","LEAST_EXPENSIVE_PRODUCT":"Cheapest product","LEAVE":"Leave of absence","LEAVE_ANNOUNCE_RETURN":"Report leave","LEAVE_CHANGE_ABSENCE_DATE":"Date change for leave","LEAVE_CLOSE_ABSENCE":"End of leave","LEAVE_CREATE_ABSENCE":"Start leave of absence","LEAVE_RETURN_DATE":"End date leave of absence","LEDGER":"Ledger","LEDGERACCOUNT":"General ledger account","LEDGERACCOUNTS":"Ledger accounts","LEDGERACCOUNT_CREDITOR":"Ledger account creditor","LEDGERACCOUNT_CUSTOMER":"Debtor account","LEDGERACCOUNT_DOWN_PAYMENT":"Debtor deposit","LEDGERACCOUNT_GOODS_ON_THEIR_WAY":"Ledger account goods in transit","LEDGERACCOUNT_PRICE_DIFFERENCE":"Ledger account price differences","LEDGERACCOUNT_RECEIVED_GOODS":"Ledger account goods received","LEDGERACCOUNT_TRANSPORT_COSTS":"Ledger account transport costs","LEDGERJOURNAL":"Journal","LEDGERJOURNAL_PAYMENT":"Journal payments","LEDGER_ACCOUNT":"General ledger account","LEDGER_ACCOUNTS":"Ledger accounts","LEDGER_ACCOUNT_CREDIT":"Ledger credit","LEDGER_ACCOUNT_DEBIT":"Ledger debit","LEDGER_ACCOUNT_NUMBER":"Ledger","LEDGER_CLASS":"Compactions/Ledgers","LEDGER_CLASSIFICATION":"Compactions","LEDGER_DESCRIPTION":"General ledger description","LONGER_THAN_6_MONTH":"To be expected in over 6 months","LONG_43_366_DAYS":"Long (43 - 366 days)","LONG_ANSWER":"Long answer","LOOKAT":"View","LOOK_AT":"Details","LOYALTY":"Loyalty Points","LYING_COLUMN":"Landscape column","M":"M","MAILING_ADDRESS":"Correspondence address","MAILING_CODE":"Mailing code","CANNOT_CHANGE_AMOUNT_EXTERNAL_CATALOG_LINES":"You can only adjust the quantities of a line created in an external catalog within this catalog.","CANNOT_CHANGE_AS_OTHER_DIRECT_SELL_LINES_HAVE_DROP_SHIPMENT":"Dropshipment setting cannot be adjusted, there are multiple direct sales lines of this supplier with dropshipment.","CANNOT_CHANGE_NEGATIVE_AMOUNT":"You can not change a line item in a return line or vice versa.","CANNOT_CHANGE_NEGATIVE_QUANTITY":"You can not change a line item in a return line or vice versa.","ABSENCEFILE_EMP_WORKHOURS":"Working hours","ABSENCEFILE_EMP_WORKHOURS_LIMITED":"Individual has restrictions on working hours","ABSENCEFILE_EMP_WORKHOURS_NORMAL":"Indivudual can work normal working hours","ABSENCEFILE_FIRST_EVAL_3_1_OPTION_1":"Periodic evaluation","ABSENCEFILE_FIRST_EVAL_3_1_OPTION_2":"First year evaluation (mandatory after 1 year of illness)","ABSENCEFILE_FIRST_EVAL_3_1_OPTION_3":"Expert judgment","ABSENCEFILE_FIRST_EVAL_3_1_OPTION_4":"Occupational advice","ABSENCEFILE_FIRST_EVAL_3_1_OPTION_5":"Change of organization","ABSENCEFILE_FIRST_EVAL_3_1_OPTION_6":"New advice from the medical officer","ABSENCEFILE_FIRST_EVAL_3_1_QUESTION":"What is the reason for the evaluation?","ABSENCEFILE_FIRST_EVAL_3_RUBRIC":"Reason for evaluation","ABSENCEFILE_FIRST_EVAL_4_1_EXPLANATION":"For this question, use the current data of your employee.","ABSENCEFILE_FIRST_EVAL_4_1_QUESTION":"What have you and your employee done to get your employee to work?","ABSENCEFILE_FIRST_EVAL_4_2_OPTION_1":"Please indicate any additions to question 4.1 below.","ABSENCEFILE_FIRST_EVAL_4_2_OPTION_2":"Please indicate below which activities you and your employee did not do, what the reason was and what you did to solve it.","ABSENCEFILE_FIRST_EVAL_4_2_QUESTION":"Have the agreed reintegration activities been carried out according to plan?","ABSENCEFILE_FIRST_EVAL_4_3_CLARIFY":"Enter the new end goal and the reason for adjustment below","ABSENCEFILE_FIRST_EVAL_4_3_EXPLANATION":"See the procedure for the first and second year of illness, Staatscourant nr. 213, 4-11-2004.","ABSENCEFILE_FIRST_EVAL_4_3_QUESTION":"Is there a reason to adjust the final goal of the reintegration?","ABSENCEFILE_FIRST_EVAL_4_4_QUESTION":"Is there a reason to adjust the reintegration approach?","ABSENCEFILE_FIRST_EVAL_4_4_YES":"Yes, see question 6.1","ABSENCEFILE_FIRST_EVAL_4_5_EXPLANATION":"In the second year of illness it is mandatory to start with a second track.","ABSENCEFILE_FIRST_EVAL_4_5_QUESTION":"Has the second track of reintegration started?","ABSENCEFILE_FIRST_EVAL_4_RUBRIC":"Accountability of the activities","ABSENCEFILE_FIRST_EVAL_6_1_EXPLANATION":"See the Action Plan for a detailed description of the agreements.","ABSENCEFILE_FIRST_EVAL_6_1_QUESTION":"Have new agreements been made as described in the Action Plan?","ABSENCEFILE_FIRST_EVAL_6_1_YES":"Yes, please indicate which one below.","ABSENCEFILE_FIRST_EVAL_6_RUBRIC":"New appointments","ABSENCEFILE_FIRST_EVAL_7_RUBRIC":"Signature","ABSENCEFILE_FML_1":"Personal performance","ABSENCEFILE_FML_1_1":"Concentration of attention","ABSENCEFILE_FML_1_1_0":"normal, can concentrate on one source of information for at least half an hour","ABSENCEFILE_FML_1_1_1":"limited, cannot concentrate on one source of information for more than half an hour","ABSENCEFILE_FML_1_1_2":"severely limited, unable to concentrate on one source of information for more than 5 minutes","ABSENCEFILE_FML_1_2":"Dividing the attention","ABSENCEFILE_FML_1_2_0":"normally, attention may alternately focus on several different sources of information (driving in heavy city traffic).","ABSENCEFILE_FML_1_2_1":"limited, attention can alternately focus on a limited number of diverse sources of information (independent travel by public transport incl. transfer).","ABSENCEFILE_FML_1_2_2":"very limited, unable or hardly able to focus attention alternately on various sources of information (cannot travel independently by public transport).","ABSENCEFILE_FML_1_3":"Remember","ABSENCEFILE_FML_1_3_0":"normal, can usually recall relevant matters in a timely manner, without unusual tools.","ABSENCEFILE_FML_1_3_1":"limited, must regularly write things down separately as a mnemonic to ensure continuity of action.","ABSENCEFILE_FML_1_3_2":"severely limited, unable to remember indispensable everyday data (time, place, person, subject) and cannot compensate for this with tools.","ABSENCEFILE_FML_1_4":"Insight into your own capabilities","ABSENCEFILE_FML_1_4_0":"normal, usually estimates one's own possibilities and limitations realistically.","ABSENCEFILE_FML_1_4_1":"limited, usually seriously overestimate their own capabilities.","ABSENCEFILE_FML_1_4_2":"limited, usually seriously overestimate their own limitations.","ABSENCEFILE_FML_1_5":"Act effectively (task performance)","PRODUCT_PAGE":"Product page","PURCHASE_PRICE_NET":"Net purchase price","PURCHASE_PRICE_NODE":"Purchase +/-","PURCHASE_PRICE_ORDER":"Purchase price order","PURCHASE_PRICE_VAT":"Purchase price tax","PURCHASE_QUANTITY":"Purchase quantity","PURCHASE_QUOTATIONS":"Purchase quotations","PURCHASE_RESERVATION":"Reservation","PURCHASE_STARTDATE":"Purchase start-date","PURCHASE_STATE":"Purchase state","PURCHASE_TOTAL":"Purchase value","PURCHASE_TRANSACTION":"Purchase order","PURCHASE_TRANSACTION_ORDER":"Purchase transaction sequence","PURCHASE_UNIT":"Purchase unit","PURCHASING_ORGANIZATION":"Buying Group","PURCHASING_ORGANIZATIONS":"Buying Groups","PURCH_AMOUNT_DECIM_NOT_COMPLIANT_W_PURCH_UNIT":"Number of decimals for Purchase amount invalid in refference to the number of decimals for Units Purchase. Purchase amount is set to 1.","PUR_ORDER":"Pur. order","QR_CODE_SCANNER":"QR Code scanner","QR_SCAN":"Scan a QR Code","QUANTITY":"Qty","QUANTITY_ACCEPTED":"Qty received","QUANTITY_CANNOT_BE_LESS_THAN_ALLOCATED":"The amount may not be less than the allocated amount","QUANTITY_CANNOT_BE_LESS_THAN_DELIVERED":"The amount may not be less than the delivered amount","QUANTITY_CANNOT_BE_LESS_THAN_INVOICED":"The amount may not be less than the ordered amount","QUANTITY_CANNOT_BE_LESS_THAN_RECEIVED":"The amount may not be less than the amount received","QUANTITY_CANNOT_BE_MORE_THAN_ALLOCATED":"The amount cannot be higher than the allocated amount","QUANTITY_CANNOT_BE_MORE_THAN_DELIVERED":"The amount cannot be higher than the amount delivered","QUANTITY_CANNOT_BE_MORE_THAN_INVOICED":"The quantity cannot be more than the ordered quantity","QUANTITY_CANNOT_BE_MORE_THAN_RECEIVED":"The amount cannot be higher than the amount received","QUANTITY_CANNOT_BE_ZERO_OR_EMPTY":"The amount cannot be empty or 0.","RECEIPT_DETAILS":"Reception details","RECEIPT_EXPENSE":"Receipt / Expense","RECEIPT_HISTORY":"POS Ticket history","RECEIPT_NOTE":"Cash register receipt","RECEIPT_NR":"Receipt number","RECEIPT_REPRINT":"Reprint Receipt","RECEIVE":"Received","RECEIVED":"Receipt","RECEIVED_DATE":"Receipt date","DELETE_CUSTOMER_WIL_DELETE_TRANSACTION":"Deleting the customer will delete the created service order and restart the process. Do you want to continue?","DELETE_DEFINITIVE":"Permanently delete","DELETE_DROPSHIPMENT_INFO":"Delete dropshipment info","DELETE_EXPORT_CATALOG":"Delete this export definition?","DELIVERY_EXPLAINED":"Delivery date explanation:","DELIVERY_FINAL":"Definite delivery date","DELIVERY_INDICATION":"Delivery indication","DELIVERY_INFORMATION":"Delivery information","DELIVERY_LIMITED_BY_STOCK":"Limited stock","DELIVERY_LOCATION":"Delivery location","DELIVERY_MESSAGE":"Delivery message","DELIVERY_METHOD":"Delivery method","DELIVERY_METHOD2":"Delivery method","DELIVERY_METHODS":"Delivery methods","DELIVERY_METHOD_BY":"Delivery method on","DELIVERY_METHOD_CODE":"Delivery methode code","DELIVERY_METHOD_DEFAULT":"Default delivery method","DELIVERY_MOMENT":"Moment of delivery","DELIVERY_MOMENT_PREFERENCE":"Delivery preference:","DELIVERY_NOTE":"Delivery order","DELIVERY_NOTIFICATION":"Delivery notification","DELIVERY_NOTIFICATIONS":"Delivery notifications","DELIVERY_NOTIFICATION_AB_DEFAULT":"Delivery notification appointment confirmation default","DELIVERY_NOTIFICATION_GB_DEFAULT":"Delivery notification goods within default","DELIVERY_NOTIFICATION_LI_DEFAULT":"Liver notification liver indication default","DELIVERY_NOTIFICATION_UL_DEFAULT":"Delivery notification of the eventuated delivery default","DELIVERY_ON_ORDER":"Available on order","DELIVERY_ON_ORDER_SHORT":"Delivery on order","DELIVERY_ON_STORY":"Delivery on provide floor?","DELIVERY_OPTARTICLE_NRIONS":"Delivery options","DELIVERY_OPTION":"Delivery Option","DELIVERY_OPTION2":"Delivery options","DELIVERY_OPTIONS":"Delivery options","DELIVERY_ORDER":"Delivery order","DELIVERY_ORDER_DATE":"Delivery note date","DELIVERY_PART_QUESTION":"This order contains products with different lead times. Do you prefer a split delivery or one delivery?","DELIVERY_PAYMENT":"Payment on delivery","DELIVERY_PLANNING":"Delivery schedule","MAILING_CODES":"Mailing codes","MAILING_CODE_REQUIRED":"Mailling code required","MAINTENANCE":"Maintenance","MAINTENANCE_FEE":"Maintenance amount","MAIN_ACCOUNTANCY":"Main administration","MAIN_ARTICLE":"Main article","MAIN_CLASSIFICATION_CODE":"Main classification code","MAIN_CLASSIFICATION_DESCRIPTION":"Main classification description","MAIN_COMPACTION_DESCRIPTION":"Master Compaction Description","MAIN_DEBTOR":"Main debtor","MAIN_MENU":"Main menu","MAIN_WAREHOUSE":"Main warehouse","MAKE_AN_EXCEPTION":"Make an exception","MAKE_A_CHOICE":"Make a","MALE":"Male","MANAGEMENT":"Management","MANAGEMENT_INFO":"Management info","MANAGERS":"Managers","MANAGER_OF_DEPARTMENTS":"Manager of departments","MANAGE_DASHBOARD":"Manage dashboards","MANAGE_DRAWERS":"Manage cash drawer","MANAGE_EXTERNAL_KEYS":"Manage external keys for","MANAGE_INVOICE_LINE":"Manage invoice line","MANCO":"Missing","MANDATORY":"Required","MANDATORY_FIELDS":"Required fields","MANDATORY_TYPE":"Type is mandatory","MANUAL_CLOSE":"Manual","MANUAL_COMMAND":"Manual instruction","MANUAL_NOTIFICATIONS":"Manual notifications","MANUFACTURING_PRICE":"Manufacturing price","MANUFACTURING_PRICE_ARTICLE":"Product manufacturing price","MANUFACTURING_PRICE_LINE":"Manufacuring total cost","MARCH":"March","MARGIN":"Margin","MARGINS":"Margins","MARGIN_FACTOR":"Margin factor","MARGIN_FACTOR_NET":"Nett Margin Factor","MARGIN_FACTOR_RETAIL":"Margin Factor based on sales","MARGIN_MINIMUM":"Minimum margin","MARGIN_MINIMUM_EXCEEDED":"Minimum margin exceeded","MARGIN_MINIMUM_EXCEEDED_N":"Not Exceeded","MARGIN_MINIMUM_EXCEEDED_Y":"Exceeded","MARGIN_OVERVIEW":"Margin overview","MARGIN_PERC":"Margin percentage","MARGIN_SERVICE":"Service value margin","MARGIN_STATE_ORDER":"Margin status order","MARGIN_TOTAL":"Margin of service","MARITAL_STATUS":"Marital status:","MAX_DISCOUNT_PERCENTAGE":"Maximum discount percentage","MEMBER_NR":"Member no.","MEMBER_PLANNING":"Deelnemers","MENTAL":"Mentally","MENU":"Menu","MENUS":"Menus","MENU_ACTIVE":"Show menu","MENU_ITEM_DEFAULT":"Default","MENU_MANAGEMENT":"Menu Management","MENU_MANAGEMENT_AS":"Menu management AS","ABSENCEFILE_FML_1_5_0":"normal, no specific limitations in acting effectively in the routine of daily life (gets up on time, washes oneself, gets dressed, prepares breakfast, breakfast, locks the house door and shows up on time for appointments)","ABSENCEFILE_FML_1_5_2":"limited, does not perform the required activities in a logical order","ABSENCEFILE_FML_1_5_3":"limited, does not control the course of activities","ABSENCEFILE_FML_1_5_4":"limited, does not end the activities if the stated goal is achieved, or cannot be achieved","ABSENCEFILE_FML_1_5_5":"otherwise limited in effective action","ABSENCEFILE_FML_1_6":"Act independently","ABSENCEFILE_FML_1_6_1":"limited, usually does not take the initiative to act on its own","ABSENCEFILE_FML_1_6_2":"limited, usually does not set goals for herself","ABSENCEFILE_FML_1_6_3":"limited, usually does not come up with variants of action themselves","ABSENCEFILE_FML_1_6_4":"limited, usually does not decide which approach is most appropriate","ABSENCEFILE_FML_1_6_5":"limited, usually does not recognize when the approach taken is inadequate","ABSENCEFILE_FML_1_6_6":"limited, in that case usually does not choose an alternative approach or a different goal","ABSENCEFILE_FML_1_6_7":"limited, usually does not continue on its own until the goal is reached","ABSENCEFILE_FML_1_6_8":"limited, does not call for help from others in a timely manner, when the situation requires it","ABSENCEFILE_FML_1_6_9":"otherwise limited in acting independently","ABSENCEFILE_FML_1_7":"Pace of action","ABSENCEFILE_FML_1_7_0":"normal, there are no specific restrictions on the pace of action in daily life","ABSENCEFILE_FML_1_7_1":"limited, the pace of action is noticeably slowed down","ABSENCEFILE_FML_1_8":"Other limitations in personal functioning","ABSENCEFILE_FML_1_8_0":"normal, no specific other limitations in personal functioning in daily life","ABSENCEFILE_FML_1_8_1":"limited, specific other restrictions","ABSENCEFILE_FML_1_9":"Specific conditions for personal performance in work","ABSENCEFILE_FML_1_9_0":"no, there are no specific conditions for personal performance in work","ABSENCEFILE_FML_1_9_1":"yes, the client is dependent on fully pre-structured work: concrete single assignments (what, when, how long; one task per assignment) and prescribed implementation methods (how)","ABSENCEFILE_FML_1_9_10":"yes, other specific conditions apply to personal performance at work","ABSENCEFILE_FML_1_9_2":"yes, the client is dependent on fixed, known working methods (routine dependent)","ABSENCEFILE_FML_1_9_3":"yes, the client is dependent on work that is performed under direct supervision (frequent feedback) and/or intensive supervision","ABSENCEFILE_FML_1_9_4":"yes, the client is dependent on work where he is not distracted by the activities of others","ABSENCEFILE_FML_1_9_5":"yes, the client is dependent on a predictable work situation, cannot respond flexibly to strongly changing implementation conditions and/or task content","ABSENCEFILE_FML_1_9_6":"yes, the client is dependent on a work situation without frequent disturbances and interruptions","ABSENCEFILE_FML_1_9_7":"yes, the client is dependent on work without frequent deadlines or production peaks","ABSENCEFILE_FML_1_9_8":"yes, the client is dependent on work that does not require a high speed of action","ABSENCEFILE_FML_1_9_9":"yes, the client is dependent on work without increased personal risk","ABSENCEFILE_FML_2":"Social functioning","ABSENCEFILE_FML_2_1":"See","NEW_AT":"New at","NEW_ATTRIBUTE_SET":"New attibute set","NEW_BALANCE":"New balance","NEW_BOOKLINE":"New book line","NEW_BRANCH":"New Store","NEW_CASE_MANAGER":"New case manager","NEW_CASE_MANAGER_TASK_DELEGATION":"New case manager with task delegation","NEW_CONFIRMATION":"New confirmation","NEW_CONNECTIONS_CONTRACT":"New connection","NEW_CONSULT_DOCTOR":"New consultation doctor","NEW_CONTAINER":"New container","NEW_CUSTOMER":"New customer","NEW_CUSTOMER_DISCOUNT_PERCENTAGE":"New customer discount percentage","NEW_DASHBOARD":"New Dashboard","NEW_DEPARTMENT":"New department","NEW_DIAGNOSIS":"New diagnosis","NEW_DRIVER_CHECKOUT_LIST":"New drivers payment list","NEW_EMOLUMENT":"New emolument","NEW_EMPLOYEE_ABSENCE_NO_SALARY_DATA":"No salary data known for absent employee","NEW_EMPLOYEE_ABSENCE_NO_WORKHOURS_PER_WEEK_DATA":"No hours per week known for absent employee","NEW_EMPLOYMENT_CONTRACT":"New employment","NEW_EXCEPTION":"New exception","NEW_HARDWARE_CONTRACT":"New hardware agreement","NEW_INSURANCE_POLICY":"New policy","NEW_INSURED_INTEREST":"New insured interest","NEW_INTERBRANCH_ORDER":"New interbranch order","RECEIVED_DELIVERED":"Accepted / delivered","RECEIVER":"Receiver","RECEIVER_DETAILS":"Details receiver","RECEIVER_NO":"Recipient debtor no","RECEIVE_MAILINGS":"Receive mailings?","RECENT_LINKS":"Recently visited","RECIPIENT":"Receiver","RECIPIENTS":"Recipients","RECOMMENDED_MARGIN":"Recommend margin","RECOMMENDED_PRICE_FACTOR":"Recommended price factor","RECOMMENDED_RETAIL_PRICE":"Recommended price","RECOMMENDED_SHORTHAND":"Recomm.","RECONCILE_REFERENCE":"Reconcile ref","RECONFIGURE_QUESTION":"Do you want to re-compose the Product?","RECONFIRMATION_PURCHASE_ORDER_ERROR":"Reconfirmation at header level is not possible due to the use of delivery batches","RECOVERED":"Recovered","RECOVERY_OPTIONS":"Recovery options","RECOVERY_REASON":"Reason restored","REDISTRIBUTE_DISCOUNT":"Redistribute discount","REDISTRIBUTE_DISCOUNTS":"Redistribute discount","REF":"Re.","REFERENCE":"Reference","REFERENCES":"References","REFERENCE_CUSTOMER":"Customer ref.","REFERENCE_DATE":"Reference date","REFERENCE_DATE2":"Reference date","REMARK_MESSAGE":"Remark mesaage","REMARK_REQUIRED":"Comment field can not be empty.","REMEMBERED_DEVICES":"Remember devices","REMEMBER_CHOICE":"Remember my choice and do not show this popup again","REMEMBER_DEVICE":"Remember this device","REMINDER":"Reminder","REMINDERS":"Reminders","REMINDER_DELIVERY":"Delivery reminder","REMINDER_ORDER_FORM":"Reminder ordering form","REMOVE_AMOUNT":"No. to be removed","REMOVE_ARTICLE":"Delete product","REMOVE_DIRECT_SELL":"No direct sell","REMOVE_EDI_STRUCTURE_CONNECTION":"Delete link with EDI structure","REMOVE_ENDDATE_FROM_CURRENT_WORKFLOW":"You have the new workflow version removed. Do you want to empty the end date for the current version so that it remains active?","REMOVE_FROM_RESOURCE":"Remove selection from resource","REMOVE_FROM_STORAGE":"Erase from storage mean","REMOVE_IMAGE":"Remove Image","REMOVE_OLD_CASEMANAGER_FROM_EMPLOYER":"Remove previous casemanager from employer","REMOVE_ORDER":"Remove sales order","REMOVE_POS_ORDER":"Delete POS Ticket","REMOVE_PURCHASE_ORDER":"Remove purchase order","DELIVERY_REMAINING":"To be delivered","DELIVERY_STATE":"Delivery state","DELIVERY_STATE_ORDERS":"Delivery status of orders","DELIVERY_TEXT":"Transaction delivery text","DELIVERY_TIME":"Delivery time","DELIVERY_TIME_CALC_MESSAGE":"The earliest possible delivery date is calculated based on lead time, considering stock levels and the delivery times of purchase orders.","DELIVERY_TIME_EXPECTATION":"Expected delivery","DELIVERY_TIME_PERIOD":"Delivery time","DELIVERY_TIME_PERIOD_IN_DAYS":"Delivery time in days","DELIVERY_TIME_SALE":"Lead time sales","DELIVERY_TIME_SPECIFICATION":"Delivery time specification","DELIVERY_TIME_WHEN_NO_STOCK":"Delivery time when out of stock","DELIVERY_TIME_WHEN_NO_STOCK_UNIT":"Delivery time unit when out of stock","DELIVERY_TOTAL":"Delivery total","DIMENSION_STEP_4_MSG":"Now place the remaining markings in such a way that the blue areas overlap the walls as well as possible.","DIMENSION_STEP_4_MSG2":"Please click \"Ready\" when all data is correct.","DIRECTLY_AVAILABLE":"Immediately available","DIRECT_DEBIT_BATCH":"Collection batch","DIRECT_DEBIT_BATCH_TEXT":"Create direct debit batch","DIRECT_SELL":"Direct sell","DISABLED":"Deactivated","DISABLE_TOUCH_MODE":"Disable touch-mode","DISCOUNT":"Discount","DISCOUNTS":"Discounts","DISCOUNTS_ON_NETTO_ARTICLE":"Note: This is a net Product and there is a discount applied. Is this correct?","DISCOUNT_AMOUNT":"Discount amount","DISCOUNT_AMOUNT_PURCHASE":"Purchase discount amount","DISCOUNT_AMOUNT_RETAIL":"Sales discount amount","DISCOUNT_APPLIED":"The discount is applied!","DISCOUNT_CODE":"Discount code","DISCOUNT_CODES":"Discount codes","DISCOUNT_CODE_CANNOT_BE_EMPTY":"Discount code can not be empty when a discount has been given.","DISCOUNT_CODE_REQUIRED":"First enter a discount code before giving/changing the discount.","DISCOUNT_NUMBER":"Discounts no.","DISCOUNT_ORDERPRICE":"Gross purchase price discount","DISCOUNT_PERCENTAGE":"Discount %","MENU_MANAGEMENT_JS":"Menu management JS","MESSAGE":"Message","MESSAGES_ARE_SENT":"Messages to be sent","MESSAGE_ABSENCEFILE_REOPENED":"The file is now temporarily reopened. You can now make changes to it. The file is automatically closed again when you are logged out.","MESSAGE_ADD_BATCH_TO_STOCK":"Your selected batch number will be assigned to the Products that are currently in stock. Do you want to continue?","MESSAGE_ADD_LOCATION_TO_STOCK":"Your selected location will be assigned to the Products that are currently in stock. Do you want to continue?","MESSAGE_ADD_SERIAL_NO_RELATION":"You have to save the new relation before you can add serial numbers","MESSAGE_ADD_SERIE_TO_STOCK":"Sets the selected serial number is assigned to the Products that are in stock at the moment. Do you want to continue?","MESSAGE_ALL_FILTERS_EMPTY":"The filter is empty, no orders are retrieved","MESSAGE_ALPHANUMERIC_NOT_ALLOWED":"If the option is handled as a parameter, alphanumeric option values are not allowed.","MESSAGE_ALREADY_LOCKED":"File is locked by another user","MESSAGE_AMOUNT_INCORRECT":"Number does not match. Try again.","MESSAGE_AMOUNT_INCORRECT_PROCEED":"Number does not match. Do you want to continue?","MESSAGE_AMOUNT_PLAN_EXCEEDED":"No. to be planned or planned number exceeds the total number of planning.","MESSAGE_ARTICLENR_IN_USE":"This Product no. is already used","MESSAGE_BATCH_ITEMS_FAILED":"The following items could not be processed or are skipped:","MESSAGE_BATCH_ITEMS_FAILED_OVERVIEW":"Unprocessed items","MESSAGE_BLACK_LIST_WORDS_FOUND":"The following words are not allowed here: |~","MESSAGE_BRANCH_EMPTY":"Check-out can not take place, you did not select a store.","MESSAGE_CANCEL_BOOKING":"Are you sure you want to cancel changes tou made for this entry?","MESSAGE_CASH_TYPE_IS_OBLIGATED":"Cash type is required for this expense or receipt.","MESSAGE_CATALOG_IMPORT_FAILED":"Importing the catalog was not successful.","MESSAGE_CATALOG_IMPORT_SUCCESS":"The catalog was successfully imported and processing started.","REMOVE_QUOTATION":"Remove quotation","REMOVE_RETAIL_ORDER":"Remove sales order","REMOVE_SERVICE_ORDER":"Remove Service Order","RENDERS_AVAILABLE":"Renders present","REOPEN":"Reopen","REOPEN_ABSENCEFILE":"Reopen absenteeism file","REOPEN_EXTERNAL_ORDER":"Reopen external order","REOPEN_SELECTOR":"Reopen selector","REPEATING":"Repeating","REPEAT_LAST_OPTION_QUESTION":"Do you want to add the option: '|~ again?","REPEAT_PASSWORD":"Repeat password","REPEAT_PINCODE":"Repeat pincode","RESPONSIBLE_EMPTY_WARNING":"If you do not enter a responsible person, it is likely that several people will see this trigger in their inbox!","RESPONSIBLE_ROLE":"Responsible role","RESPONSIBLE_USER":"Responsible","RESPONSIBLE_USERGROUP":"Responsible group","RESPONSIBLE_USERGROUP_REQUIRED":"Responsible person, role or user group","RESTART_ALL_PROCESSES":"Restart all workflow processes","RESTART_ARTICLE_CONFIGURATION":"Start new product configuration","RESTART_TASK_TRIGGER_WORKFLOWS":"Restart workflow processes for active task triggers","RESTART_WORKFLOW_PROCESSES":"Restart workflow processes","RESTRICTED_WAREHOUSE_FOR_POS_ORDER":"Sales only allowed from the cash register group warehouse","RESULT":"Result","RESULTS":"Results","RESUME_WORKFLOW":"Resume workflow","RETAIL":"Sales","RETAIL_DESCRIPTION":"Sales description","RETAIL_ENDDATE":"Sales date-out","RETAIL_FORMULA":"Store Group","RETAIL_FORMULAS":"Store Groups","RETAIL_FORMULA_POLICY_LIMIT":"Store Groups (limitation when retrieving data)","RETAIL_FORMULA_POLICY_LINK":"Store Groups (automated linking when creating)","RETAIL_I":"Sales including VAT","RETAIL_NET_PRICE":"Nett Sales price","RETAIL_ORDERS_LOCKED":"Sales orders in use by another user:","RETAIL_ORDER_LOCKED":"Sales order is changed by another user:","RETAIL_ORDER_NR":"Sales order no.","RETAIL_PARAMETERS":"Sales parameter","RETAIL_PAY_PORTAL":"Retail pay portal","RETAIL_PERIOD":"Sales period code","DISCOUNT_PERCENTAGE_PURCHASE":"Purchase discount %","DISCOUNT_PERCENTAGE_PURCHASE2":"Purchase 2 discount %","DISCOUNT_PERCENTAGE_RETAIL":"Sales discount %","DISCOUNT_PERCENTAGE_SYMB":"Discount %","DISCOUNT_PERCENTAGE_SYMB_2":"Discount 2 %","DISCOUNT_PERCENT_GROSS":"Discount percentage gross price","DISCOUNT_PERCENT_NET":"Discount percentage net","DISCOUNT_PRICE_INFORMATION":"Discount and price information","DISCOUNT_PURCHASE1":"Purchase discount 1","DISCOUNT_PURCHASE2":"Purchase discount 2","DISCOUNT_REASON":"Discount reason","DISCOUNT_REASON_CANNOT_BE_EMPTY":"Discount reason description is mandatory if discount(code) is used","DISCOUNT_SERVICE_STATISTIC":"Service value discount","DISCOUNT_TOTAL":"Discount Amount","DISCOUNT_TOTAL_STATISTIC":"Discount of service","DISCOUNT_TYPE":"Discount type","DISCOUNT_VALUE":"Discount Value","DISPATCH_EVENT":"Trigger event '|~'","DISPLAY":"Disp","DISPLAY2":"Display","DISPLAY_CHART":"Report view","DISPLAY_OPTION_CONTROL":"Display option","DISPLAY_TYPE":"Display","DISPLAY_TYPE_DATE":"Display date","DISTRIBUTION":"Distribution","DISTRIBUTION_DISCOUNT":"Distribution discount","DISTRIBUTION_TRANSPORT_COSTS":"Distr. transp. costs","DISTRICT":"District","DISTRICTS":"Regions","DIVERGE_FROM_STANDARD_VALUES":"Override defaults","DIVIDE_EVENLY":"Calculate evenly","DIVIDE_ON_PRICE":"Divide on price","DIVIDE_ON_VOLUME":"Divide on volume","DUTCH":"Dutch","DYNAMIC":"Dynamic","DYNAMIC_MINIMAL":"Dynamic minimum","EAN_ARTICLE":"item no. EAN code","EAN_BASE":"EAN base","EAN_CODE":"EAN Code","EAN_OWNER":"EAN Code publisher","EAN_RANGE":"EAN code range","EAN_RECEIVER":"EAN Code receiver","EAN_TYPE":"EAN Code type","ECONOMIC":"Economic","ECONOMICAL_STOCK":"Projected Stock","ECON_STOCK":"Projected Stock","EDIGATEWAY":"EdiGateway","EDIT":"Change","EDIT2":"Edit","EDITION":"Execution","EDIT_ABSENCE_BUTTON":"Change absence button","EDIT_ACTION":"Edit action","MESSAGE_CATALOG_IMPORT_SUCCESS_SCHEDULED":"The catalog import was successful and processing will start in the background later.","MESSAGE_CATALOG_RELATION_FAILED":"The import of the relations was not successful.","MESSAGE_CHECKED_COMPLETE":"Order has been fully checked and will be closed.","MESSAGE_CHECKED_WITHOUT_LOCATION":"There are lines checked without entering a location!","MESSAGE_CHOOSE_LEAVE_TYPE":"No reason for leave has been chosen yet","MESSAGE_CLIENT_TOO_NEW":"Client version is too new to connect to server. Do you want to download an older client?","MESSAGE_CLIENT_TOO_OLD":"Client is to old to connect to the server. Do you want to download a new client?","MESSAGE_CLOSE_POS":"Closing POS, continue?","MESSAGE_CLOSE_SELECTED_CASH_DRAWER_NOT_ALLOWED":"Do not close the cash drawer while it is selected.","MESSAGE_CONFIG_DECIMALS_EXCEEDED":"Number of decimal places is larger than standard maximum permitted","MESSAGE_CONFIG_DEFAULT_VALUE_MANDATORY":"Please provide a default value when a field is set to read only or to hide the field.","MESSAGE_CONFIG_LENGTH_EXCEEDED":"Length is more than is allowed","MESSAGE_CONFIG_MAX_RIGHT_EXCEEDED":"More rights given than standard maximum allowed","MESSAGE_CONFIG_TREE_LOADING":"Please hold, all configurations are retrieved now, this may take a while!","MESSAGE_CONFIRM_ACTIVATE_ACCOUNT":"Are you sure you want to activate your account?","MESSAGE_CONFIRM_CHANGE_FORGOTTEN_PASSWORD":"Would you like to receive an e-mail to reset your password?","MESSAGE_CONFIRM_CHANGE_PASSWORD":"Are you sure you want to change your password?","MESSAGE_CONFIRM_CHANGE_PRIMARY_EMAIL":"Are you sure you want to change your primary email address?","MESSAGE_CONFIRM_QUERY_DURATION":"A large amount of data must be processed, this can take a while. Continue anyway?","MESSAGE_EMAIL_MISSING_USERNAME":"Email invalid","MESSAGE_EMAIL_NOT_CORRECT":"Incorrect e-mail address","MESSAGE_EMAIL_TOO_MANY_AT_SIGNS":"Your email address has more then 1 @.","MESSAGE_END_TIME_EXCEEDED":"The end time of the resource is exceeded, the following orders are not planned: |~!","NEW_INTERBRANCH_TRANSACTION_NOT_ALLOWED":"You can not make new intercompany orders here.","NEW_LABOR_EXPERT":"New labor expert","NEW_LICENSE":"New license (use ctrl-v to paste the license from the clipboard)","NEW_LOCATION":"New location","NEW_MANAGER_OF_DEPARTMENTS":"Add new department","NEW_MEDICAL_OFFICER":"New medical officer","NEW_MEETING_CODE":"New event code","NEW_MESSAGE_NOTIFICATION":"Create new message notification","NEW_OBSERVER":"New observer","NEW_OWN_RISK":"New own risk","NOT_ALL_GOODS_ACCEPTED_CLOSE_CONTINUE":"Not all articles have been finalized / corrected. Are you sure you want to exit?","NOT_AVAILABLE":"Not available","NOT_AVAILABLE_ON":"Not available on","NOT_BEFORE":"Not before","NOT_BLOCKED":"Not blocked","NOT_CHECKED":"Not checked","NOT_COMPLETE":"Not complete","NOT_COMPLETELY_ALLOCATED":"Not completely allocated","NOT_COMPLETELY_ASSIGNED":"Not completely allocated","NOT_COMPLETELY_SIGNED_IN":"Not completely accepted","NOT_COMPLETE_ORDERS":"Not full orders","NOT_DEFINITE":"Not final","NOT_DELIVERED":"Not supplied","NOT_ENOUGH_CONTAINER_VOLUME":"Insufficient container volume","NOT_EXPIRED":"Not expired","NOT_FOUND":"No data found","NOT_INVOICED":"Show not invoiced","NOT_IN_STOCK":"Not in stock","NOT_PAYED":"Failure of Payment","NOT_POSSIBLE_TO_CREATE_OR_EDIT_GIFT_VOUCHERS_HERE":"It is impossible to manage gift vouchers in article management. Do this in the cash register or sales module.","NOT_POSSIBLE_TO_CREATE_PROMO_VOUCHERS_HERE":"It is impossible to add promotional vouchers in the cash register or sales module. Do this in article management.","NOT_READY_OR_ERROR":"PIN terminal not ready","NOT_RESPONDING":"PIN terminal does not respond","NOT_RESPONDING_SENDING":"PIN terminal does not respond","NOT_RESPONDING_STEP2":"PIN terminal unresponsive to step 2","NOT_SELECTED":"Not selected","NOT_SUPPLIED":"Not supplied","NOVEMBER":"November","NOV_BTW_I":"Tax code next option value procurement","NOV_BTW_V":"Tax code next option value sales","RETAIL_PRICE":"Sales price","RETAIL_PRICES":"Sales prices","RETAIL_PRICE_ART":"List price product","RETAIL_PRICE_NODE":"Sales +/-","RETAIL_STADIUM":"Sales stage","RETAIL_STADIUMS":"Sales stages","RETAIL_STARTDATE":"Sales start-date","RETRY":"Again","RETURN":"Returns","RETURN2":"Return","RETURNED":"Returned","RETURNS_CLIENTS":"Client returns product","RETURNS_ONLY":"Returns only","RETURNS_SUPPLIERS":"Supplier returns","RETURN_AMOUNT":"Return quantity","RETURN_ARTICLE":"Return Product","RETURN_CUSTOMER":"Customer returns","RETURN_DETAILS":"Return details","RETURN_KIND":"Return type","RETURN_LOCATION":"Return location","RETURN_STOCK":"Return","RETURN_SUPPLIER":"Supplier returns","RETURN_WAREHOUSE":"Returns Warehouse","REVENUE":"Turnover","REVENUE_VAT":"Turnover tax","REVIEW":"Review","REVISION":"Revision","RE_INTEGRATIE_START":"Reintegration Start","RE_LOGIN_TO_APPLY_CHANGES":"Please note: Your branch change is only active after you have logged out and logged in again!","RGB_COLOR":"RGB color","RIGHT":"Right","RIGHTS_INPUT":"Right upon creation","RIGHT_JOIN":"Insert all records from right table. Insert only fields from left table with identical linked fields.","RISK_CARRIER":"Risk bearer","RISK_PROFILE":"Risk profile","RISK_PROFILES":"Risk profiles","RIV_DOCUMENTS.ATTACHMENTS_CLARIFY":"Indicate which (for example an occupational health report)","SALES_DESCRIPTION":"Sales description","SALES_INFO":"Sales information","SALES_INVOICES":"Sales invoices","SALES_MARGIN":"Sales margin","SALES_OCCURRENCES":"Number of times sold","SALES_ORDER":"Sales order","SALES_ORDERS":"Sales orders","SALES_ORDERS_AMOUNT":"Number of sales orders","SALES_ORDERS_GRAPH":"Sales orders chart","SALES_ORDERS_READY_FOR_FULL_DELIVERY":"Complete orders","SALES_ORDERS_TO_BE_INVOICED":"Orders to invoice","SALES_ORDERS_TO_BE_PLANNED":"Orders to plan","SALES_ORDER_DATE":"Sales order date","SALES_ORDER_INSERT":"New sales order","SALES_ORDER_LINE_INSERT":"New sales order line","SALES_ORDER_MONTH":"Sales order month","EDIT_ADDRESS":"Edit Address","EDIT_BANK_ACCOUNT":"Edit bank account","EDIT_BOOKING_LINE":"Edit ledger entry","EDIT_BRANCH_ADMIN":"Administratiion edit","EDIT_BRANCH_WAREHOUSE":"Edit warehouse","EDIT_CART":"Edit shopping cart","EDIT_CASH_DRAWER":"Edit drawer","EDIT_CATEGORY":"Change category","EDIT_CHART":"Edit report","EDIT_CONNECTIONS_CONTRACT":"Change connection","EDIT_CONTACTMOMENT":"Edit contact moment","EDIT_CONTACT_OPTION":"Change Contact Options","EDIT_DASHBOARD":"Change dashboard","EDIT_DEPARTMENT":"Change department","EDIT_DESCRIPTION_BUTTON":"Edit description button","EDIT_DOCUMENT":"Change document","EDIT_DOCUMENTS":"Document management","EDIT_EDUCATION":"Edit education","EDIT_EMOLUMENT":"Edit emolument","EDIT_EMPLOYEE_COUNT":"Modify the amount of employees","EDIT_EMPLOYEE_FTE":"Employee FTE","EDIT_EMPLOYMENT_CONTRACT":"Edit employment","EDIT_HARDWARE_CONTRACT":"Edit hardware contract","EDIT_IDENTIFICATION":"Edit identification","EDIT_IMPORT_SCHEMAS":"Edit Schemas","EDIT_INSURANCE_POLICY":"Change policy","EDIT_INSURED_INTEREST":"Edit insured interest","EDIT_LEDGER_WAREHOUSE":"Edit warehouse ledger","EDIT_MANAGER_OF_DEPARTMENTS":"Change managed department","EDIT_NEW_CHARACTERISTIC":"Edit characteristic","EDIT_NOTITION":"Change note","EDIT_OFFSET_ACCOUNT":"Edit contra account","EDIT_ONLY_IN_CONF_MODE":"Changing options and option values can only be done in the configuration section.","EDIT_OWN_RISK":"To edit your own risk","EDIT_PLAN_RULE":"Change Schedule Rule","EDIT_PRICE":"Price changes","EDIT_PROFILE":"Edit profile","EDIT_RESOLUTIONS":"Editing Resolutions","EDIT_RIGHTS":"Edit permissions","EDIT_SALARY_CONTRACT":"Edit salary contract","EDIT_SERIALNUMBER":"Edit serialnumber","EDIT_SERVICEPROVISION_CONTRACT":"Change service","EDIT_SKILL":"Edit skill","EDIT_SOFTWARE_CONTRACT":"Change software agreement","EMAIL_FORGOT_PW_NOT_SENT":"E-mail not sent, something went wrong or the user does not exist.","MESSAGE_ENTER_BATCH":"Select Batch number for Warehouse","MESSAGE_ENTER_LOCATION":"Choose location for Warehouse","MESSAGE_ENTER_SERIE":"Choose the warehouse serial number","MESSAGE_ERROR":"An error has occured","MESSAGE_ERROR_ADDING_EXCEPTIONS":"Error while creating an exception","MESSAGE_ERROR_ADD_OBJECT":"Error during adding new object","MESSAGE_ERROR_ARTICLE":"Error during Product retrieval","MESSAGE_ERROR_ARTICLES":"Error during Products retrieval","MESSAGE_ERROR_ARTICLE_IMAGES":"Error during Product images retrieval","MESSAGE_ERROR_BROWSE_FILES":"There could not be searched for files","MESSAGE_ERROR_CANCEL_MODULE":"Error while cancelling module","MESSAGE_ERROR_CHANGE_PLAN_DAYPARTS":"Error while changing the planning day parts.","MESSAGE_ERROR_CLOSE_MODULE":"Error closing module","MESSAGE_ERROR_COLLECTION_DATA":"Error collecting data","MESSAGE_ERROR_COMMIT_FAIL":"Error during commit.","MESSAGE_ERROR_COMPILE_REPORT":"Error compiling report.","MESSAGE_ERROR_CONNECTION":"Connection with server could not be established. The application will be closed.","MESSAGE_ERROR_COPY_CONFIG":"Error during copying the configuration","MESSAGE_ERROR_COUPLE_USER_GROUP":"Error while linking user group","MESSAGE_ERROR_DATASAVE":"Error during save or undo changes.","MESSAGE_ERROR_DATASESSION_FAIL":"Error during commit or rollback.","MESSAGE_ERROR_DATASET_RETRIEVAL":"Error during dataset retrieval.","MESSAGE_ERROR_DATA_RETRIEVAL":"Error during data retrieval.","MESSAGE_ERROR_DELETE_ATTRIBUTE_SET":"Error deleting the answer set.","MESSAGE_ERROR_DELETE_MULTIPLE":"Error while removing collection of objects.","MESSAGE_ERROR_DELETE_SINGLE":"Error while deleting an object.","MESSAGE_ERROR_DELETING_ARTICLE":"Error deleting the Product","MESSAGE_ERROR_DICTIONARY_DATA":"Dictionary could not be loaded.","MESSAGE_ERROR_EID_SERVER":"Error connecting to the eID-service.","MESSAGE_ERROR_EMAIL_REPORT":"Eroror sending report by e-mail.","MESSAGE_POS_GROUP_RETURN_LOCATION_EMTPY":"Returns are not allowed, because the return location of the cash group is empty","MESSAGE_POS_GROUP_WAREHOUSE_EMPTY":"Warehouse not set for this POS group","MESSAGE_POS_GROUP_WAREWHOUSE_EMPTY":"The POS group warehouse has not been determined.","MESSAGE_POS_TRANS_NOT_SAVED":"This (POS) transaction is not saved. Continue? (changes wil not be saved)","MESSAGE_PRIMARY":"Primary message","MESSAGE_PROCEED_IN_TRANSACTION":"Save and go to the order","MESSAGE_QUESTION_SEND_MESSAGES":"There are messages waiting to be sent, do you want to send these now?","MESSAGE_QUOTATION_CAN_ONLY_BE_USED_ONCE":"A quote can only be used once to generate a sales order.","MESSAGE_RECEIVE_MAIL_FOR_PASSWORD":"You will receive an email to set a new password","MESSAGE_REFRESH_PRINTER_CACHE_FAULT":"Error while refreshing the cache of printers.","MESSAGE_REFRESH_PRINTER_CACHE_SUCCESS":"The printer cache was refreshed successfully.","MESSAGE_REGISTRATION_CODE_ALREADY_EXPIRED":"Registration code has expired","MESSAGE_REGISTRATION_CODE_INVALID":"Registration code is not valid","MESSAGE_REGISTRATION_CODE_LENGTH_INVALID":"Length of registration code is not correct","OCCUPATIONAL_THERAPY_PERCENTAGE":"Percentage of occupational therapy","OCTOBER":"October","ODD_WEEKS":"(Uneven weeks)","ODD_WEEK":"Odd weeks","OFF":"Out","OFFER":"Quotation","OFFER_HISTORY":"Offer history","OFFER_HISTORY_TITLE":"Quotation","OFFER_NUMBER":"Offer number","OFFSET_ACCOUNT":"Contra account","OFFSET_ACCOUNTS":"Offset accounts","OK":"Ok","OLD_PASSWORD":"Old password","OMZETGROEPNR":"Turnover group no.","ON":"On","ON1":"on","ON2":"To","ONCE":"Once","ONE_OF_FOLLOWING_APPLICABLE":"Does one of the following situations apply?","ONE_OR_MORE_LEDGERACCOUNTS_REJECTED":"There are lines where a ledger is required","ONE_OR_MORE_LINES_WITHOUT_LEDGERACCOUNT_ID":"There are lines without a ledger","ONE_PAGE_PER_SORT":"1 page per sort","ONE_PURCHASEORDER":"One Purchase Order","ONLY_ACHIEVABLE":"Only achievable","ONLY_ADD_ALL_FROM_ONE_CONDITION":"Adding of all option values can only be with one condition.","ONLY_ADD_EVERYTHING_FROM_ONE_CONDITION":"Adding everything can only be with one condition.","ONLY_ADD_ONE_FROM_ONE_CONDITION":"Adding an option value can only be with one condition.","ONLY_ALLOCATED":"Allocated only","ONLY_ARTICLES_ALLOWED":"You can only drag items here","ONLY_ARTICLES_ALLOWED_ON_OPTION_EXCL_FROM_HASH":"This option is excluded from HASH, therefore only products can be added at this level.","ONLY_ASSIGNED":"Allocated only","ONLY_BASE":"Show only basic articles","ONLY_COMPLETE_ORDERS":"Only complete orders","ONLY_COPY_ALL_FROM_ONE_CONDITION":"Copy all Option Values can only have 1 condition","ONLY_CURRENT_WEEK":"Only current week","ONLY_EDITABLE_WHEN_CONFIG_NODES_SELECTED":"Implementing options/option values is only possible if the selection only contains configurable and/or composite items.","ONLY_FREE_STOCK":"Only free stock","ONLY_FUTURE_WORKFLOWS_CAN_BE_DELETED":"It is only possible to remove workflows that are not yet active (or have been).","ONLY_INVENTORISED":"Only catalogued articles","ONLY_IN_CONTAINER":"In container","ONLY_LINES_WITH_REVERSABLE_STATUS":"Show only lines with logistical states","REPETITIVE":"Repeating entries","REPETITIVE_ENTRY":"Repeating entry","REPETITIVE_GRID_HEADER":"Repeating entries","REPETITIVE_HEADER":"Repeating entries","REPETITIVE_TEXT":"If there are entries that you want to repeat monthly (e.g. insurance), you can have these entries executed automatically by iONE. You can record this recurring entry in this screen by clicking on the +.","REPLACE":"Replace","REPLACEMENT_PERCENT_OF_GROSS":"Replacement percentage of gross price","REPLACEMENT_PERCENT_OF_NET":"Percentage of net replacement rate","REPLACEMENT_PRICE":"Replacement price","REPLACE_ARRIVALDATE_FOR_ALL_ITEMS":"Replace arrival date for all entries in this container?","REPLACE_CASE_MANAGER":"Replace casemanager","REPLACE_MEDICAL_OFFICER":"Replace occupational physician","REPLENISHMENT":"Replenishment","REPORT":"Report","REPORT2":"Report","REPORTED_BY":"Reported by","REPORTER":"Reporter","REPORTER_REQUIRED":"Reporter is required.","REPORTER_ROLE":"Reporter role","REPORTER_USERGROUP":"Reporter group","REPORTING":"Reporting","REPORTS":"Reports","REPORTS_CUSTOM":"Custom reports","REPORTS_STANDARD":"Standard reports","REPORTS_TO_ATTACH_TO":"Connected to reports","REPORT_ABSENT":"Report Absence","REPORT_FOR_EMAIL_MESSAGE":"Report for email message","REPORT_IN":"Goods receipt","REPORT_INTERNAL_DELIVERY":"Receive Internal delivery","REPORT_IN_DATE":"Date of receivement","REPORT_IN_MENU":"Receive products in menu","REPORT_IN_OPTION":"Receive products in option","REPORT_IN_PRESELECTION":"Goods receipt pre-selection","REPORT_IN_TYPE":"Acceptance type","REPORT_KIND":"Data source","REPORT_KIND_CUSTOM":"Free","REPORT_KIND_DATASET":"Dataset","MESSAGE_USERNAME_IN_USE":"The user name is already in use","MESSAGE_USER_COULD_NOT_BE_REMOVED":"The user could not be deleted","MESSAGE_USER_IS_REMOVED":"The user is deleted","MESSAGE_USE_EMAIL_AS_USERNAME":"Use the selected email address as your username?","MESSAGE_VAT_NUMBER_INVALID":"VAT number does not comply with the European VAT Information Exchange System","MESSAGE_WRONG_CLIENT":"Version of the client does not match the server. Do you want to download the client again?","MESSAGE_WRONG_RELATION_TYPE":"Invalid relation kind","MESSAGE_WRONG_WAREHOUSE_POS_LINE":"Wrong warehousenumber added to the product ordeline, try again.","METERS_FABRIC":"Fabric needed","METRIC":"Metric","METRICS":"Metrics","MFA_CODE_CONFIRMATION_COULD_NOT_BE_SENT":"The confirmation code (login code) could not be sent. Contact the application manager.","MFA_CONFIRMATION_CODE_NOT_FOUND":"Confirmation code (Login code) not found","MFA_USER_HAS_NO_EMAIL":"Selected user has no linked e-mail adress. Unable to generate logincode","MIDDLE_8_43_DAYS":"Medium (8-43 days)","MIGRATION_FILE":"Migration file","MINIMAL":"Minimum","MINIMUM_INPUT":"A minimal input of |~ characters is required.","MINUTES":"minutes","MINUTES_ABBREVATION":"min","MINUTES_ABBREVIATION":"min","MINUTES_PER_KPI":"Minutes per KPI","MIN_CASH_ON_DELIVERY":"Min cash on delivery","MIN_DAYS_DELIVERY_DATE":"Minumum delivery days","MIN_DAYS_FROM_LAST_NOTIFICATION":"Min number of days after last notification","MIN_NUMBER":"Min. Qty","MIN_NUMBER_NON_ZERO":"Minimum Qty may not be 0.","MIN_STOCK":"Min. Stock","MIN_STOCK_DYNAMIC_CALCULATION":"Calculate min stock","MIN_STOCK_FROM_DYNAMIC_CALCULATION":"Calculated min stock","MIN_STOCK_ORDER_PARAM":"Order param min stock","MIN_VALUE":"Minimum value","MIXMATCH":"Mix & Match","MIX_AND_MATCH":"Mix & Match","MOBILE":"Mobile","MODE":"Mode","NO_H3D_GO":"This variation does not have H3D Game Object.","NO_H3D_ID":"This item has no H3D ID.","NO_H3D_TYPE":"This item has no H3D type.","NO_HOME_DASHBOARD_RIGHTS":"You have no rights to the dashboard of the home module, and are therefore logged out.","NO_IMAGE":"No image","NO_IMAGES":"No images","NO_IMPORT":"Do not import","NO_INFO_SHARED":"The specialist(s) and the family doctor did not want to provide any information.","NO_INVOICE_LINES":"No line(s) selected to invoice","NO_JOURNALS_FOR_ADMINISTRATION":"There are no journals for the selected administration","NO_LICENSE_FOUND":"No license found","NO_LINES_FOUND":"No lines found for order |~","NO_LINES_TO_DELETE":"No lines to delete","NO_LINES_TO_PLAN":"No order lines for planning available","NO_LINK_EXISTS":"There is not connection for this line. Would you like to create one? Then click add connection.","NO_LOCATION":"Stock warehouse location is missing","NO_MAILING_CODES":"No mailing codes","NO_MALING_CODES":"No mailing codes","NO_MANUAL_TRIGGERS_FOR_TASK":"There are no user actions available for this job at this time.","NO_MIXED_ATTRIBUTES":"Options and option values on the same level are not permitted.","NO_NAME":"No name","NO_NEW_PASSWORD_MESSAGES_FOUND":"There are no new password messages available.","NO_NEW_USER_MESSAGES_FOUND":"There are no new user posts available.","NO_NODE_ID":"This item has no node ID","NO_NOTITIONS":"No notes","NO_NOVS_ALLOWED_IN_REPEATING_OPT":"Next option values are not allowed within a repeat option.","NO_OF_DECIMALS":"No of decimals","NO_OPT_ALLOWED":"Options are not possible here.","NO_OPT_POSSIBLE":"Options can not be used here","NO_OPV_POSSIBLE":"Option Values ??are not possible here","NO_ORDER_FORM_REPORT":"No order form available!","NO_ORDER_IN_SELECTION":"No orders in selection","NO_PACKAGE_STICKERS":"No package labels","NO_PARTIAL_DELVERY":"No split delivery","NO_POS_GROUP_WAREHOUSE_AVAILABLE":"There is no cash register group warehouse.","LANGUAGE_DESCRIPTION":"Language description","LANGUAGE_DE_DE":"German","LANGUAGE_EN_GB":"English","LANGUAGE_FR_FR":"French","LANGUAGE_NL_NL":"Dutch","LAST_ABSENCE_DATE":"Latest date of sickness","LAST_ACTION_DATE":"Last action on","LAST_ACTIVE":"Last active","LAST_CALENDAR_YEAR":"Past calendar year","LAST_CHANGE":"Last changes","LAST_CHANGE ":"Last changes","LAST_CHANGED_BY":"Last modified by","LAST_COMMUNICATED_DELIVERY_DATE":"Last communicated del. date","LAST_EDITED_DATE":"Last mutation date","LAST_EDITED_USER":"User last mutation","LAST_FINISHED":"Last finished","LAST_MONTH":"Past month","LAST_MUTATION_DATE":"Last modified date","LAST_NAME":"Last Name","LAST_NAME_PARTNER":"Lastname partner","LAST_ORDER":"Last order","LAST_ORDER_DATE":"Last order date","LAST_PROCESSED":"Last executed","LAST_REC_DATE":"Date of last receipt","LAST_SEVEN_DAYS":"Last seven days","LAST_SICK_DAY_EXTRA_LONG_TERM":"Last sick day extra long term","LAST_SICK_DAY_LONG_TERM":"Last sick day long term","LAST_SICK_DAY_MID_TERM":"Last sick day mediam long term","LAST_SICK_DAY_SHORT_TERM":"Last sick day short term","LAST_SICK_LEAVE":"Latest absence notification","LAST_STATUS":"Last status","LAST_STATUS_CHANGED":"Last status change","CREDIT":"Credit","CREDITOR_NUMBER":"Creditor no.","CREDIT_LIMIT":"Credit limit","PRODUCT_RELATED_TEXTS":"Priduct related texts","PRODUCT_SELECTION":"Product selection","PRODUCT_SHOWN_IN":"Product shown in","PRODUCT_STATE":"Product status","PRODUCT_TEXTS":"Product texts","PRODUCT_TOTALS":"Product totals","PRODUCT_TYPE":"Product type","PRODUCT_VALUE":"Product value","PROFILE":"Profile","PROFILE_COMPLETENESS":"Profile completeness","PROFILE_STATUS":"Profile status","PROFIT":"Profit","PROFIT_AND_LOSS":"Result account","PROFIT_AND_LOSS_CREDIT":"Loss and profit credit","PROFIT_AND_LOSS_DEBIT":"Loss and profit debit","PROGNOSIS":"Prognosis","PROGRESS":"Progress","PROGRESSIVE":"Progressive","PROJECTNR":"Project number","PROJECT_CODE":"Project code","PROJECT_CODES":"Project codes","PROMOTIONS":"Promotions","PROMOTION_RULES":"Promotions & Business Rules","PROMOTION_VOUCHER":"Promotional voucher","PROMPT_GENERATE_ALL_SEO_VALUES":"Do you want to generate all values?","PROPERTIES":"Characteristics","PROPOSED_CASH_ON_DELIVERY":"Cash on delivery proposal","PROTECTED":"Protected","PROVISION":"Commission","PSP_PAYMENT_METHOD":"PSP Payment method","PUBLICATION":"Publication","PUBLICATIONS":"Publications","PUBLICATION_AND_SALES_CHANNELS":"Publication and sales channels","PUBLICATION_CHANNELS":"Public channels","PUBLICATION_SELECTION":"Publication code selection","PUBLICEERCODE":"Publish Code","PUBLIC_ACCESS":"Public access","PUBLIC_SESSION":"Public session","VALUES":"Values","VALUES_NOT_PROCESSED":"These data have not been processed:","VALUE_TYPE":"Type field","VALUTA":"Currency","VALUTA_CODE":"Currency code","VARIANTS":"Variations","VARIANTS_OF_CONFIG":"variants of the chosen configuration","VARIANT_ARTICLES":"Product variations","VARIOUS_PRODUCTS":"Various Products","VAT":"VAT","VAT2":"VAT","VAT_AMOUNT_YEAR":"VAT amount year","VAT_AMOUNT_PERIOD":"VAT amount period","VAT_AMOUNT":"VAT value","VAT_CODE":"VAT code","VAT_CODE_EXTERNAL":"VAT Code External","VAT_CODE_PURCHASE":"Purchase VAT code","VAT_CODE_SALES":"Sales VAT code","LAST_STATUS_DATE":"Last status date","LAST_SUCCESS":"Last succes","DEPARTMENT":"Department","DEPARTMENTS":"Departments","DEPARTMENT_CODE":"Picture code","DEPARTMENT_MANAGER":"Manager department","DEPARTMENT_NO":"Department no.","DEPARTMENT_NUMBER":"Departments muber","DEPOSIT":"Deposit","DEPOSIT_BUSINESS_RULE_APPLIED":"Deposit rule active","DEPOSIT_PERCENTAGE":"Deposit percentage","DEPOSIT_RECALCULATE":"Recalculate down payment","DEPRECIATION":"Depreciation","DEPRECIATION_LIST":"Depreciation list","DEPTH":"Depth","DESCRIPTION":"Description","DESCRIPTIONS":"Descriptions","DESCRIPTION_ARTICLE":"Product description","DESCRIPTION_A_TO_B":"Description from A to B","DESCRIPTION_B_TO_A":"Description from A to B","DESCRIPTION_CHANGABLE":"Description editable","DESCRIPTION_LIMITATION":"Description restriction","DESCRIPTION_PURCHASE":"Purchase description","DESCRIPTION_REQUIRED":"Description is required.","DESCRIPTION_RETAIL":"Sales description","DESELECT_ALL":"(De)select all","DESIGN":"Execution","DESIGNS":"Designs","DESIRED_DELIVERY_DATE":"Desired delivery date","DESIRED_EXECUTION_DATE":"Desired execution date","DESTINATION":"Use","DESTINATION_LOCATION":"Destination Location","DESTINATION_WAREHOUSE":"Destination Warehouse","DET":"Details","DETAIL":"Detail","DETAILS":"Details","DETAILS_AND_WORK":"Details and proceedings","DETAIL_CODE":"Detail code","DETAIL_CODE2":"Detail code 2","DETAIL_DESCRIPTION":"Detail description","DEVELOPMENT":"Development","DGA_INSURED":"DGA co-insured","DIAGNOSE":"Diagnosis","DIAGNOSIS":"Diagnosis","DIAGNOSIS_AND_ANAMNESIS":"Anamnesis & diagnosis","DIAGNOSIS_CAS":"Diagnosis (CAS)","DIAGNOSIS_CODES":"Diagnosis codes","DICTIONARIES":"Dictionaries","DICTIONARY_ID":"Dictionary ID","DIFFERENCE":"Difference","DIFFERENT_DECIMAL_NOT_ALLOWED":"This item has stock or transactions. The selected UNIT decimal signs are not equal to the original numbers of UNIT decimal signs.","DIMENSIONING":"Dimensioning","DIMENSIONS":"Dimensions","DIMENSION_STEP_1_MSG":"Place the first mark in an angle on the floor.","DIMENSION_STEP_1_MSG2":"Tip: choose the most distant angle that is visible on the photo","VAT_CONTRA":"VAT reverse-charged","VAT_DECLARATION":"VAT declaration","VAT_DESCRIPTION":"VAT description","VAT_END_DATE":"End date","VAT_HOME_CUR":"VAT in standard currency","VAT_ID":"VAT ID","VAT_KEYS":"Tax keys","VAT_KIND":"VAT Type","VAT_MANAGEMENT":"VAT management","VAT_NET_AMOUNT":"Balance to be paid VAT","VAT_NR":"VAT no","VAT_NUMBER":"VAT number","VAT_PAYABLE":"Tax to be paid","VAT_PAYABLE_LAYOUT_CODE":"Tax to be paid (5a - 5b)","VAT_PAYMENT":"VAT payment","VAT_PERCENTAGE":"VAT Percentage","VAT_PERCENTAGE2":"VAT rate","VAT_PERCENTAGE_HISTORY":"VAT Percentage History","VAT_PURCHASE":"VAT purchase","VAT_RECEIVABLE":"VAT to be recovered","VAT_SALES":"VAT sales","VAT_START_DATE":"Start date","VAT_TYPE":"VAT type","VELOCITY":"avg Sales","VERIFICATION_CODE":"Verification code","VERSION":"Version","VIEW_DOCUMENT":"View document","VIEW_HTML":"View HTML code","VIEW_PAYMENT_DETAILS":"View price details","VIEW_PRICE_DETAILS":"View price details","VIEW_PRODUCTS_OWNED":"View products","VIEW_TRANSACTION_OVERVIEW":"View transaction details","VIRTUAL_ASSISTANT":"Virtual assistant","ORDER_DISCOUNT":" Order discount","ORDER_NET":"Net order","ORDER_NO":"Order no.","ORDER_NOT_COPIED":"Order has not been copied","ORDER_NOT_DEFINITE":"Order is not final, operation is cancelled.","ORDER_NOT_DEFINITIVE":"Order is not final","ORDER_NOT_PROCESSED":"No purchase orders are created","ORDER_NUMBER":"Order no.","ORDER_PARAMETER":"Order parameter","ORDER_PARAMETERS":"Order parameters","ORDER_PICKING":"Order picking","ORDER_PICKING1":"Orderpicking","ORDER_PICKING_DEFAULT":"Orderpicking standard","ORDER_PICKING_DEFAULT_IB":"Internal orderpicking standard","ORDER_PICKING_EXISTING_SELECTION":"Existing orderpicking selection","ORDER_PICKING_IL":"Order picking internal","ORDER_PICKING_NO_NEW_DATA":"No data for new pickinglist","ORDER_PICKING_PRESELECTION":"Picking pre-selection","DIMENSION_STEP_2_MSG":"Place the first mark in an angle on the floor.","DIMENSION_STEP_3_MSG":"Determine height of the room on the bassi of persons shadow","STOCK_INFO":"Stock information","STOCK_INFORMATION":"Stock information","STOCK_IN_TRANSIT":"Stock in transit","STOCK_IN_WAREHOUSE":"Stock available in warehouse","STOCK_KIND":"Stock","STOCK_LEDGER":"Stock ledger","STOCK_MANAGEMENT":"Stock management","STOCK_MATRIX":"Stockmatrix","STOCK_MUTATION_DATE":"Date booking","STOCK_NOTIFICATION":"Stock notification","STOCK_NOT_EDITABLE":"The Inventory field can no longer be edited because there is already stock of this product or because the product already exists in a transaction","STOCK_NOT_EDITABLE_BECAUSE_OF_LOCKED_STOCKS":"the stock is already being changed by another user","STOCK_NOT_EDITABLE_BECAUSE_OF_TRANSACTIONS":"already occurs in a transaction","STOCK_OVERVIEW":"Stock overview","STOCK_PARAMETERS":"Stock parameters","STOCK_REMARK":"Stock remark","STOCK_REPLENISHMENT":"Stock replenishment","STOCK_STATE":"Stock status","STOCK_STATUS":"Stock status","STOCK_STICKER":"Stock label","STOCK_SUPPLIER":"Stock supplier","STOCK_TAGNUMBER":"Inventory TAG ID","STOCK_THRESHOLD":"Stock threshold","STOCK_TRANSFER":"Stock transfer","STOPLOSS_PERCENTAGE":"Stop-loss percentage","STOPTIME":"Completion time","STOP_ADDING_WORKFLOW_QUESTION":"Do you want to stop adding a new workflow?","STOP_DATE":"Date out","STOP_DRAW_MODE":"Stop drawing mode","STOP_PROCESSING":"Stop processing","STOP_REVIEW_MODE":"Stop review mode","STORAGE":"Storage Mean","AMORTIZATION":"Depreciations","AMORTIZATION_ENTRY":"Inventory entry","AMORTIZATION_GRID_HEADER":"Depreciation entries","AMORTIZATION_HEADER":"Inventry entry (depreciation)","AMORTIZATION_TEXT":"If inventory has been purchased that needs to be written off, you can have these entries made automatically by iONE. You can record this inventory and the depreciation on it in this screen by clicking on the +.","AMORTIZED_AMOUNT":"Depreciation value","AMORTIZED_BEFORE_THIS_YEAR":"Depreciation for current financial year","ORDER_PICKING_RETOUR":"Undo order picking","ORDER_PICKING_SELECTION":"Order picking selection","ORDER_PICKING_SELECTION_INTER_BRANCH":"Picking selection internal deliveries","ORDER_PICKING_STORAGE_PRESELECTION":"Pre-selection storage means picking","ORDER_POS":"Order/POS","ORDER_PROCESSED":"Created Purchase Orders:","ORDER_REMARKS":"Comments from order","ORDER_RULE":"Order line","ORDER_RULESET":"Order line set","ORDER_RULE_SET":"Order line set","ORDER_SERVICE":"Service Order","ORDER_SIGHT":"Rental","ORDER_STATE":"Order status","ORDER_STATUS_NOT_COMPLETE":"Order must first be fully allocated.","ORDER_STOCK":"Order stock","ORDER_SUM":"Order amount","ORDER_SUPPLIER_PARAMETERS":"Supplier product parameter","ORDER_TEXT_LINE":"ORder text line","ORDER_TOTAL":"Order total","ORDER_TOTALS":"Order Totals","ORDER_TOTAL_EXCL":"Order total excl.","ORDER_TOTAL_GREATER_THAN_ORDER_PRICE":"Total transaction can not be larger than the order total.","ORDER_TOTAL_INCL":"Order total incl.","ORDER_TO_PLAN":"Order to be planned","ORDER_TYPE":"Type of order","ORDER_WEB":"Web Order","ORDRSP_IMPORT":"Order confirmation import","ORDRSP_IMPORT_STATUS":"Order confirmation import status","ORDRSP_SELECTED":"Select confirmation","ORGANISATION":"Organisation","ORGANISATIONS":"Organisations","ORGANISATION_NEW":"New organisation","ORGANISATION_UNIT":"Organisation unit","ORGAN_DONATION":"Organ donation","ORIGINATION":"Origination","OR_NEW_CUSTOMER":"Or create a new customer","OTHER":"Other","OTHERS":"Other","OTHERS2":"Other","INSIDE":"Received","INSIGHT":"Insight","INSURANCE_COMPANY":"Insurance company","INSURANCE_NUMBER":"Policy number","INSURANCE_POLICIES":"Insurance policies","INSURANCE_TYPE":"Type of insurance","INSURED_INTEREST":"Insured interest","INSURER":"Insurer","INTENDED_FOR_DOCUMENTS":"Intended for documents","AMORTIZED_THIS_YEAR":"Depreciation for current financial year","AMOUNT":"Qty","AMOUNT1":"Qty.","AMOUNT2":"Amount","AMOUNTINSTOCKFREE_UNKNOWN":"Available stock unknown","AMOUNTINSTOCK_UNKNOWN":"Stock number unknown","AMOUNTS":"Qty","AMOUNTS_IN_COMPOSITION":"Use Qty in composition","AMOUNTS_TYPE":"Type of amounts","AMOUNT_ALLOCATED":"Allocated","AMOUNT_AMORTIZED":"Depreciation value","AMOUNT_ASSIGNED":"Allocated","AMOUNT_AVAILABLE":"Amount available","AMOUNT_AVAILABLE2":"Available","AMOUNT_CANNOT_BE_GREATER_THAN_TOTAL_MINUS_INVOICED":"Qty can not be higher than the Qty not yet invoiced.","AMOUNT_CANNOT_BE_LESS_THAN_ORDERED_OR_INVOICED":"Amount may not be lesser than the amount of delivered invoices","AMOUNT_CANNOT_BE_MORE_THAN_ORDERED_OR_INVOICED":"Amount may not be more than the amount of delivered invoices","AMOUNT_CANNOT_BE_ZERO_OR_EMPTY":"Qty can not be 0 or empty","AMOUNT_CHECKED":"No. Contr.","AMOUNT_COLLECTED":"Amount redeemed","AMOUNT_CONTAINERS":"Amount of containers","AMOUNT_CURRENTLY_AVAILABLE":"Amount currently available","AMOUNT_DAYS_COLLI_1":"No of days column 1","AMOUNT_DAYS_COLLI_2":"No of days column 2","AMOUNT_DAYS_COLLI_3":"No of days column 3","AMOUNT_DAYS_PER_WEEK":"Number of days per week","AMOUNT_EXCEEDS_MAX_AMOUNT_TO_DELIVER":"Qty exceeds the maximum to be delivered.","AMOUNT_EXCEEDS_MAX_AMOUNT_TO_INVOICE":"Qty to invoice exceeds the maximum.","AMOUNT_EXCEEDS_MIN_AMOUNT_TO_INVOICE":"Qty to invoice exceeds the minimum.","AMOUNT_FOR_TRANSFER_HIGHER_THEN_AMOUNTINSTOCK":"Qty to be transferred is higher than Qty in stock","AMOUNT_FOR_TRANSFER_HIGHER_THEN_AMOUNTINSTOCKFREE":"Qty to be transferred is higher than available stock.","AMOUNT_FOR_TRANSFER_NOT_VALID":"Not valid amount to be transfered","AMOUNT_FOR_VAT":"Amount on which tax is calculated","AMOUNT_GENERATED_COUPONS":"Number of generated coupons","AMOUNT_GOODS":"No. of packages","AMOUNT_HOURS_PER_WEEK":"Number of hours per week","AMOUNT_IN":"Amount in","AMOUNT_INVENTORISED":"Number of inventories","AMOUNT_INVOLVED_CONTAINERS":"No Containers involved","AMOUNT_IN_COMMISSION":"On Special Order","INTERBRANCH":"Inter-branch","INTERBRANCH_HISTORY":"Interbranch overview","INTERBRANCH_LINES_MUST_BE_CC_2":"Because this is an inter-store order, there must be supply and therefore the Sourcing code is set to 'code 2'.","INTERBRANCH_ORDER":"Inter-branch Order","INTERBRANCH_ORDERS":"Inter branche orders","INTERBRANCH_REPORTS":"Reporting","INTERBRANCH_WAREHOUSE":"Inter branche warehouse","INTERCOMPANY_PURCHASE":"Intercompany purchase","INTERCOMPANY_PURCHASE_CREATED":"Inter branche Purchase Order created:","INTEREST_DATE":"Interest Date","INTERNAL_CONNECTION":"Email sending account","INTERNAL_DELIVERY":"Inter branche","INTERNAL_DELIVERY_PRESENT":"Inter branche order is linked to this line.","INTERNAL_ERROR":"Internal error, general timeout payment device","INTERNAL_GROUP":"Internal group","INTERNAL_HOURLY_WAGE":"Internal hourly wage","INTERNAL_ONLY":"Only internal","INTERNAL_PLANTIME":"Internal processing time","INTERNAL_PLANTIME_UNIT":"Internal processing time unit","INTERNAL_PLAN_DAYS":"Internal planning days","INTERNAL_SERVER_ERROR_MSG":"Internal server error","INTERN_DATE":"Order date","INTERN_NO":"Intern no.","INTERVAL":"Interval","QUANTITY_PICKED":"No picked","QUANTITY_TO_ALLOCATE":"Number to be assigned","QUANTITY_TO_BE_PICKED":"No to be picked","QUANTITY_TO_DELIVER":"Number to be delivered","QUANTITY_TO_INVOICE":"Number to be invoiced","QUANTITY_TO_RECEIVE":"Number to be received","QUANTUM_DISCOUNT":"Volume discount","QUARTER":"Quarter","QUERY_CONTAINS_WRONG_COLUMN":"Query contains an error: an item refers to a non-existing column.","QUERY_CONTAINS_WRONG_TABLE":"Query contains an error: an item refers to a non-existing table","QUESTION":"Question","QUESTION_ANONYMISE_SELECTED_DATA":"You are about to anonymize information about relationships. Are you sure?","QUESTION_CHANGE_REQUEST":"What do you want to adjust?","QUESTION_CLEAR_LOCAL_SETTINGS":"Delete the locally stored settings?","AMOUNT_IN_SALES":"On order","AMOUNT_IN_STOCK":"In stock","AMOUNT_IN_STOCK1":"Inventory","AMOUNT_IN_STOCK_COMMISSION":"On Special Order","AMOUNT_IN_STOCK_SALES":"On order stock","ASSIGN":"Allocate","ASSIGN1":"Allocate","ASSIGNED":"Allocated","ASSIGNED2":"Allocated","ASSIGNED_ABBREVIATION":"TG","ASSIGNED_EMPLOYEES":"Assigned employees","ASSIGNED_NOT_DELIVERED":"Assigned, not delivered","ASSIGNED_NOT_INVOICED":"Assigned, not invoiced","ASSIGNED_TAGS":"Assigned tags","ASSIGNMENTS":"Allocate","ASSIGNMENTS_READY":"Allocation proces completed","ASSIGN_ALL":"Allocate all","ASSIGN_ALL_SELECTED_ORDERS":"Allocated all selected orders","ASSIGN_FIFO":"Assign fifo to default warehouse","ASSIGN_ORDERS":"Allocate orders","ASSIGN_SALES":"Allocate Sales Orders","ASSIGN_STD_LOCATION":"Always assign on default location","ASSIGN_STOCK_REPLENISHMENT":"Allocate stock replenishment","ASSIGN_THIS_ORDER_FULLY":"Fully allocate this order","ASSISTANT":"Assistant","AS_OF":"To be expected per date","AT":"to","AT1":"To","AT2":"With","ATMOSPHERE":"Style","ATMOSPHERES":"Styles","ATMOSPHERE_CODE":"Style code","ATTACH_TO_NOTIFICATION":"Attach to notification","ATTRIBUTES":"Attributes","ATTRIBUTE_NAME":"Attribute name","ATTRIBUTE_SET":"Attribute set","ATTRIBUTE_SETS":"Attributes sets","ATTRIBUTE_SET_NAME":"Attribute set name","ATTRIBUTE_STILL_USED":"Attribute is still used in an attribute set.","ATTRIBUTE_VALUE":"Attribute value","ATV_DAYS":"ATV days","ATV_DAYS_PER_YEAR":"Amount of worked days per year","AUGUST":"August","AUPING_DELETE_QUESTION":"If you continue, the associated Auping project will be removed from the order. Do you want to continue?","AUPING_ORDER_DEFINITIVE":"Auping project is already final. You can no longer change it.","AUPING_READONLY_QUESTION":"Auping order is already final, do you want to open it in read-only mode?","AUPING_UNABLE_TO_REMOVE_PROJECT":"The Auping articles present could not be removed. Your operation is aborted.","AUTHOR":"Author","AUTHORISATION_SUCCEEDED":"Authorization succesfull","AUTHORISED":"Authorized","AUTHORISE_FIELD":"Authorize this field","QUESTION_COPY_OPT_OPV_FIELDS_TO_NODES":"Do you want to copy all modified option(values) to all Product configurations where this option (value) is in use?","QUESTION_COPY_OPT_OPV_FIELDS_TO_NODES_2":"(Note: this is not applicable for pricing information)","QUESTION_CREATE_USER_ACCOUNT_FOR_CUSTOMER":"Do you want to create a user account for this customer?","QUESTION_DATE_NOT_DELIVERY_DATE":"The final delivery date of the following orders |~ is not in line with the date of the selected resource. Continue?","QUESTION_DATE_NOT_PREFERRED_DATE":"The preferred dates for the following orders |~ differs from the date of the resource on which it is dropped. Do you want to continue?","QUESTION_DELETE_FURNITURE":"Are you sure you want to remove the piece of furniture?","QUESTION_DOCUMENT_ALREADY_PRINTED":"This document has already been generated, continue anyway?","QUESTION_IMAGE_TOO_BIG_SHRINK":"This image is larger than allowed (|~MB). Do you want to reduce it? Please note, this may take a while.","QUESTION_PROCEED_WITH_INVOICE":"Note: order is not fully allocated, continue anyway?","QUESTION_RECALCULATE_DELEVERY_DATE":"An order confirmation or delivery notification has already been sent to the customer. Calculate the delivery date again?","QUESTION_REMOVE_REMARK":"Are you sure you want to delete this comment?","QUESTION_REMOVE_SUBSCRIPTION":"This will completely remove the subscription, including e-mail addresses, are you sure?","QUESTION_REMOVE_USER":"Are you sure that you want to delete the user?","QUESTION_REMOVE_WORK":"Are you sure you want to remove this activity?","QUESTION_REPORT_FULL_ORDER":"Do you want to report the entire order to this location?","GOLD_MEDAL":"Golen medal","GOODS_IN":"Goods in","GOODTYPE":"Type product","GOOD_DESCRIPTION":"Product description","GOOD_ID":"Good id","GOOGLE_AUTHENTICATION":"Google authentication","AUTOMATIC":"Automatic","AUTOMATICALLY_EXECUTE":"Auto execute","AUTOMATICALLY_EXECUTE2":"Auto exec.","AUTOMATICALLY_UPDATE":"Automatically update","AUTOMATIC_NOTIFICATIONS":"Automatic notifications","AUTOMATIC_PRESET":"Execute directly after opening","AUTO_BACK_IN":"Automatic return home in |~ seconds","AUTO_GENERATE_VOUCHER_CODES":"Auto generate voucher codes","AUTO_RECALCULATE_DEPOSIT":"Recalculate deposit","AVAILABILITY":"Availability","AVAILABILITY_RESOURCES":"Availabiility resources","AVAILABLE":"Available","NO_DIFFERENCES_FOUND":"No differences found","NO_DIRECT_SELL":"No direct sell","NO_DOCS_TO_SIGN":"No documents found to sign","NO_DOCUMENTS":"No documents","NO_DOWNLOADABLE_IMAGE":"This is not a downloadable file. This file is probably stored in a network location.","NO_DROPSHIPPING":"Without dropshipping","NO_DUMP":"Backup job not active","NO_DUPLICATES_ALLOWED":"already exists","NO_DUPLICATE_WAREHOUSE":"It is not allowed to use the same warehouse number more than once","NO_EDI_ORDER_AVAILABLE":"No EDI order available","NO_EMAIL_FOR_THIS_RELATION":"There is no relationship selected or the selected contact has no email addresses","NO_EMAIL_FOR_THIS_RELATION2":"There is no relation selected or the selected contact has no email addresses for order:","NO_EMPLOYEEGROUPS":"No staff groups","NO_END_OF_FLOW":"Please define a workflow end.","NO_ESTIMATION_POSSIBLE":"No estimation possible","NO_EXCEPTIONS_ON_BASE_ARTICLE":"Exceptions can not be recorded on a basic Product.","NO_EXCEPTIONS_ON_THIRD_ARTICLE":"Exceptions can not be captured on 3rd-layer Products.","NO_FINANCIAL_LINK_FOR_THIS_SOURCE_WAREHOUSE":"No financial link for the source warehouse.","NO_FIXED_EAN_OPV_TREE_QUESTION":"This option value has no fixed EAN code. Are you sure you want to create/change an option-value-tree for this option value?","NO_FREE_ARTICLE_DESCRIPTION":"Description for this article cannot be changed","NO_FREE_ARTICLE_PRICE":"Price for this article cannot be changed","NO_FREE_ARTICLE_SUPPLIER":"Supplier for this article cannot be changed","NO_FREE_COMMISSION_CODE":"Article does not have a changeable sourcing code","GOOGLE_AUTHENTICATION_SET":"Authentication app succesfully linked.","GOOGLE_AUTO_COMPLETE":"Google Adress field","GOTO_NEXT_QUESTION":"Go to next question","GOTO_QUESTION":"Go to question","GO_TO_MARKETING":"To marketing","GRAND_TOTAL":"Grand total","GREY":"Grey","GRID":"Table","GRID_BUILDER":"Grid builder","GRID_LINE_HEIGHT":"Grid line height","GRID_OPTIONS":"Gris options","GRID_RELATIONS":"Relation table","GRID_TEST":"Grid test","GROSS_ORDERPRICE":"Gross purchase price","GROSS_PRICE":"Gross price","GROSS_PROFIT":"Gross profit","GROSS_PROFIT_PERC":"Gross profit %","GROSS_PROFIT_PERCENT":"Gross profit %","GROSS_PROFIT_PERCENTAGE":"Gross profit %","GROSS_PROFIT_TOTAL":"Gross profit total","GROSS_SALARY":"Gross salary","GROUP":"Group","GROUP2":"Grouping","GROUPED":"Grouped","GROUPED_COLUMN_CHART":"Clustered Column Chart","GROUPS":"Groups","GROUP_BY":"Group by","GROUP_BY_BRANCH":"Group by branch","GROUP_CODE":"Group code","GROUP_NUMBER":"Group no.","GROUP_ORDERS":"Order grouping","GSM":"Mobile phone","GUARANTEE":"Guarantee","GUARANTEE_FEED":"Warranty declaration required","GUARANTEE_FEED_URL":"Guarantee application URL","GUARANTEE_PURCHASE":"Warranty Purchase","COMMUNICATION":"Communication","COMMUNICATIONS":"Communications","COMMUNICATION_FAILED":"Communication failed, error code:","COMPACTION_DESCRIPTION":"Compactation description","COMPANIES":"Companies","COMPANY":"Company","COMPANY_NAME":"Company name","COMPANY_NUMBER":"Company no.","COMPANY_POLICY":"Store policy at Company level","COMPANY_SCHEMA":"Company schema","COMPANY_SIZE":"Company size","COMPANY_SIZE_FTE_EMPLOYEES":"Company size (FTE employees)","COMPANY_TYPE":"Company type","COMPARE":"Compare","COMPARE_DATE":"Comparison date","COMPARE_INVENTORY":"Compare inventory","COMPARE_PERIOD":"Period vfor comparison","COMPLETE":"Complete","COMPLETE2":"Full","COMPLETE3":"Complete","COMPLETED":"Conducted","COMPLETED2":"Finished","NO_FREE_EAN_CODES":"There are no free EAN codes. You must first create these codes in function Catalog Management.","NO_FULL_RECOVERY_EXPECTED":"Full recovery not likely","NO_GIFTCARDS_ALLOWED":"You can not manage gift items.","NO_GIFTCARD_NUMBER":"There is no voucher number entered","NO_GROUPED_OPT_ALLOWED_WHEN_CHILDREN_ARE_ARTICLES":"Grouped view not possible in case underlying choices are products","TO_BE_USED":"Free to be used","TO_BE_USED_VOLUME":"Use volume","TO_BOOKING_DATE":"Up to entry date","TO_BRANCH":"Up to Store","TO_CHECK":"To be checked","TO_CORRECT":"To correct","TO_COST":"Up to cost centre","TO_CUSTOMER_NR":"Up to customer no","TO_DASHBOARD":"To dashboard","TO_DELIVER":"To be delivered","TO_DELIVERY_METHOD":"Up to delivery method","TO_DIAGNOSE":"To diagnoses","TO_DO":"To do","TO_EXIT_DATE":"Until expiration date","TO_FEEDBACK":"To feedback","TO_FIN_RELATION_GROUP":"Up to and including fin. customer group","TO_FIN_SUPPLIER_GROUP":"Up to and including fin. supplier group","TO_INVOICE":"Invoice","TO_INVOICE_DATE":"Up to invoice date","TO_INVOICE_NUMBER":"Up to invoice no","TO_JOURNAL":"Up to journal item","TO_LOCATION":"Up to location","TO_MEDIA_AND_TEXT":"To media and text","TO_ORDER":"To order","TO_ORDERDATE":"To order date","TO_PAY":"To be paid","TO_PAYMENT_METHOD":"Up to payment method","TO_PAY_DOWN":"Deposit to pay","TO_PAY_DOWN_AMOUNT":"Deposit to pay","TO_PAY_DOWN_BIGGER_THAN_ORDER_NETTO":"Amount down payment is higher than the total amount. is this correct?","TO_PAY_DOWN_BR_CALCULATED":"Calculated minimum","TO_PAY_DOWN_PERC":"Down payment percentage","TO_PICK":"To be picked","TO_PLAN":"To plan","TO_REPORT_IN":"'To accept'","TO_RETURN":"Return","TO_SETTLE":"To settle","TO_SETTLE_MAX_EXCEEDED":"Amount to be settled too high. Maximum:","TO_STATE":"To Status","TO_SUPPLIER":"To supplier","TO_TRANSFER":"Move","TP_BE_PLANNED":"Orders to plan","TRACE_ACTIVE":"Tracelog active","TRACE_CHANGES":"Trace changes","TRACE_CONTENT":"Trace content","TRACE_NOT_ACTIVE":"Tracelog inactive","TRACE_OBJECT":"Trace object","TRACE_OBJECT_NO":"Trace objectno.","COMPLETED_ACTIVITIES":"Completed activities","COMPLETED_NUMBER":"Amount already processed","COMPLETED_ON":"Completed on","COMPLETELY_ALLOCATED":"Fully allocated","COMPLETELY_ASSIGNED":"Fully allocated","COMPLETELY_DELIVERED":"Fully delivered","COMPLETELY_INVOICED":"Fully invoiced","COMPLETELY_SIGNED_IN":"Fully accepted in","COMPLETE_DEVELOPMENT":"Complete development","COMPLETE_JUDGEMENT":"Complete judgement","COMPLETE_ORDERS":"Complete orders","COMPLETION":"Completion","COMPLETION2":"Completeness","COMPLETION_DATE":"Completed at","COMPLETION_FACTOR":"Factor","COMPONENT":"Component","COMPONENTS":"Components","COMPONENTS_WITHOUT_WORKFLOW_PROCESS":"Components without linked workflow-process","COMPONENTS_WITH_WORKFLOW_PROCESS":"Components with linked workflow-process","COMPONENT_TEST":"Component Test","COMPOSITION_ARTICLES":"Composite Products","CONCEPT":"Concept","CONCEPTS":"Concepts","CONCEPT_CODE":"Concept code","CONCEPT_KEYS":"Concept keys","COND":"Condition","CONDITION":"Condition","CONDITION2":"State","CONDITIONS":"Conditions","CONDITIONS_GENERAL_I_ACCEPT":"I accept the terms and conditions","CONDITIONS_GENERAL_I_ACCEPT_AFTER_PURCHASE_CHECK":"I have checked the purchase and accept the terms and conditions","CONDITION_CONTAINS_TARGET":"Condition and target can not be the same.","CONDITION_FIELD":"Conditional field","CONDITION_GROUP":"Condition group","CONDITION_OPERATOR":"Comparison","CONDITION_OPTIONS":"Options for conditions","CONDITION_VALUE":"Conditional Value","MY_CLIENTDATA":"My data","MY_EMPLOYERS":"My employers","MY_ORDERS":"My orders","MY_PLANNING":"My planning","MY_SERVICES":"My services","MY_SERVICE_REQUESTS":"My service requests","MY_TASKS":"My tasks","MY_TASKS_EXECUTIVE":"My tasks","MY_TASKS_REPORTER":"Tasks created by me","MY_TASKS_SUPERVISOR":"Under my supervision","MY_VITALITY_GRADE":"My vitality rating","MY_WORK":"My job","N.N.B.":"NNB","NAME":"Name","NAME_AND_ADDRESS":"Name and address","TRACE_STRING":"Trace string","TRACK_AND_TRACE":"Track and trace","TRACK_BY_LOCATION":"Scan on location","TRAFFIC_ACCIDENT":"Traffic accident with regress possibility","TRANSACTION":"Transaction","TRANSACTIONNR_ISSUED":"Issued on ordernr.","TRANSACTIONS":"Transactions","TRANSACTIONTYPE":"Transaction type","TRANSACTION_ALREADY_LOCKED":"The transaction is already being edited","REPORT_PRESENT":"Report present","REPORT_PURCHASE_ORDER":"Receive purchase order","REPORT_RECOVERY":"Report recovery","REPORT_SELECTION":"Report selection","REPORT_SELECTION_2":"Report selection","REPORT_WORK_ACCIDENT":"Report company accident","REP_REC":"Reported received","REQUEST":"virtual ID","REQUESTED":"Requested","REQUESTED_DELIVERY":"Desired delivery date","REQUEST_FOR_RELATION":"Relation specified","REQUEST_FOR_TRANSACTION":"Transaction specified","REQUEST_ONLINE":"Request online?","REQUEST_ONLINE_ROUTE_OPTIMIZATION":"Plan online","REQUEST_PLANNING":"Request planning","REQUEST_PLANNING_DEFAULT":"Request planning default","REQUEST_PURCHASE_PORTAL":"Order confirmations, transportation notification, and invoice receipt","REQUEST_TIMEOUT":"Request Timeout","REQUEST_TO_BE_FORGOTTEN":"Request to be forgotten","REQUIRED":"Required","REQUIRED2":"Req","REQUIRED_COLUMN_NOT_FILLED":"Not all records have a value in the required column","REQUIRED_SKIP_DEFAULT":"Mandatory / Skip Default","REQUIRED_TASKS_CANNOT_BE_REMOVED":"Mandatory tasks cannot be deleted","RESEND":"Resend","RESERVATE_ALL":"Reservate all","RESERVATION":"Reservations","RESERVATIONS":"Reservations","RESERVATIONS2":"Reservations","RESERVATIONS_READY":"Reservations ready","RESERVATION_ORDERING_STICKER":"Reservation and order sticker","RESERVATION_PURCHASEORDER":"Reservation purchase order","RESERVATION_STICKER":"Reservation label","RESERVED":"Reserved","RESERVED_ORDERED":"Ordered/Reserved","RESERVE_STICKERS":"Reservation Stickers","RESET":"Reset","RESET_FILTER":"Reset filter","RESET_FILTERS":"Reset filters","RESET_GOOGLE_AUTHENTICATOR":"Reset Google Authenticator","RESET_PASSWORD":"Reset password","NAME_OR_VALUE":"Name/value","NAME_REQUIRED":"Name is required.","NARROW_CASTING":"Narrow casting","NATIONALITY":"Nationality","NATIONAL_PERFORMANCE":"National performance","NATIONAL_REVERSE_CHARGE":"Domestic reverse charge arrangements","NAVIGATION":"Navigation","NEEDS_AUTHORISATION":"Authorization required","NEEDS_FIELDNAME":"has to have a field name","NEEDS_INVOICE":"Needs to be invoiced","NEEDS_PLANNING":"To plan","NEEDS_VALID_CONDITION":"must have a logical condition","NEEDS_VALUE":"has to have a value","NEED_HELP":"Need help?","NEED_REGISTER_DRAWER_MESSAGE":"No valid cash drawer set for this cash register. Please choose a default drawer for this cash register under cash register management.","NEED_SAVE_BEFORE_EDIT":"To make changes to the options, previously made changes must first be saved.","NEED_WAREHOUSE_WITH_STOCK_DATE":"When searching by mutation date, a stock location is also required.","NEGATIVE_LINES_ALLOCATED":"Negative lines allocated","NEGATIVE_LINES_ASSIGNED":"Negative lines allocated","NET":"Net","NETT":"Nett","NETTO_ARTICLE_WITH_DISCOUNTS_PLEASE_CONFIRM":"Note: This is a net Product and there is a discount applied. Is this correct?","NETTO_PRICE":"Net price","NET_LINE_TOTAL":"Total price","NET_PURCHASE":"Net purchase price","NETWORK_PRINTERS":"Netwerk printers","NEVER":"Never","NEW":"New","NEWS":"News","NEW_ADDRESS":"Create new address","NEW_AGENDA":"New Calendar","NEW_ANAMNESIS":"New anamnesis","REFERENCE_EMPLOYMENT_CONTRACT":"Employment reference","REFERENCE_INVOICENR":"Invoice no.","REFERENCE_NEEDED":"Reference needed","REFERENCE_NR":"Reference number","REFERENCE_OBLIGATION":"Field reference relation is mandatory.","REFERENCE_RELATION":"Reference relation","REFERENCE_RELATION_RP":"Customer ref.","REFERENCE_REQ":"The Reference is mandatory","REFERENCE_SUPPLIER":"Supplier ref.","REFRESH":"Refresh","REFRESH_AFTER_X_SECS":"Refresh after |~ sec.","REFRESH_ALL_WIDGETS":"Refresh all widgets","RESET_PINCODE":"Reset PIN code","RESOLUTION":"Resolution","RESOLUTIONS":"Resolutions","RESOURCE":"Resource","RESOURCES":"Resources","RESOURCE_DESCRIPTION":"Description","RESOURCE_DISPLAY1":"Display resource 1","RESOURCE_DISPLAY2":"Display resource 2","RESOURCE_GROUPED":"Grouped resources","RESOURCE_ID":"Resource number","RESOURCE_IN_USE_TRY_AGAIN":"At this time the resource is already in use. Try again later.","RESOURCE_KIND":"Resource type","RESOURCE_MEMBER":"Resource participants","RESOURCE_NO":"Resource number","RESPONSE_TIME":"Response time","RESPONSE_TIME_MIN":"Response time in min.","RESPONSIBLE":"Responsible","UPDATE_LOCATION_INVENTORY":"Recalculate location occupancy","UPDATE_SEARCH_INDEXES":"Update search index","UPDATE_SINGLE_SEARCH_INDEX":"Updating one record","UPDATE_STOCK":"Stock update","UPLOAD":"Upload","UPLOADED":"UPLOADED","UPLOADING":"UPLOAD","UPLOAD_FILE":"Upload file","UPLOAD_IMAGE":"Upload a photo","UPLOAD_IMAGE_MSG":"Drag a photo into the box below, or click the button to browse through your files.","UP_ID":"Schedule","UP_SELL":"Up-sell","UP_SELL_ARTICLES":"Up-sell Products","UP_UNTIL":"Up unitil","URL":"URL","URL_PARAMETERS":"URL Parameters","URL_TO_CALL":"URL call","USE":"Use","USED_COUPONS":"Used coupons","USED_IN":"Used in","USER":"User","USERACCOUNTS":"Users","USERNAME":"User","USERNAME_AND_PINCODE_REQUIRED":"Please enter a user and PIN code","USERNAME_SAVED":"Username saved","USERS":"Users","USER_ACTION":"Action","USER_DECISION":"User decision","USER_DOESNT_HAVE_EMAIL_PW_NOT_SENT":"No email address is known for this user.","USER_GROUP":"User group","USER_GROUPS":"User groups","USER_GROUP_CATEGORIES":"User group categories","USER_GROUP_CATEGORY":"User group category","USER_IMAGE":"User Profile Picture","USER_NAME":"Username","USER_NOT_ALLOWED_TO_VIEW_ARTICLE":"You have no rights to view this article","USER_SETTINGS":"User Settings","USER_UNKNOWN":"Unknown user","DATE_END_ABSENCE":"Date of end of absence","REFRESH_CACHE_TYPES":"Refresh cache types","REFRESH_IS_ON":"Automatic refresh enabled","REFRESH_PLANNING":"Activate before preference schedule","REFRESH_PRICES":"Recalculate prices","REFRESH_PRICES_GENERATED_ARTICLES":"Refresh price for generated products","REFRESH_PRINTER_CACHE":"Refresh cache with printers","REFRESH_SCREEN":"Refresh screen","REFRESH_TRACE":"Refresh trace content","REF_ACCOUNTANCY":"Paired accountancy","REF_CONTRA_ACCOUNT":"Paired contra account","REF_JOURNAL":"Paired journal","REF_OUTSTANDING":"Paired outstanding items","REF_RELATION_NUMBER":"Linked relation","REGISTER":"Register","REGISTERED_TIME":"Registered time","REGISTER_ABSENCE":"Report Absence","REGISTER_ACCIDENT":"Report an accident","REGISTER_ADOPTION":"Adoption report","REGISTER_BREAKDOWN":"Till Accountability","REGISTER_BREAKDOWN_LABEL":"> Till Accountability","REGISTER_FOSTER_CARE":"Report foster care","PLAN_OF_APPROACH":"Plan of action","PLAN_ORDER":"Plan the delivery","PLAN_REMARKS":"Delivery remark","PLAN_RESTRICTED":"You have no access to this resource","PLAN_RESTRICT_USERS":"Planning rights","PLAN_RULE_TITLE":"New planning rule / change planning rule","PLAN_YOUR_DELIVERY":"Schedule your delivery","PLEASE_ADD_AT_LEAST_ONE_ADDRESS":"Please add at least one address.","PLEASE_ADJUST_SUPPLIER_ON_ARTICLE_LEVEL":"For this product the supplier is fixed. Please adjust supplier on product level.","PLEASE_CLOSE_HTML_EDITOR":"Please close the HTML editor first","PLEASE_CLOSE_MODULE_AND_TRY_AGAIN":"Please restart this module and try again. If the error persists, please contact Colijn-IT support.","PLEASE_FILL_COMPARE_DATE":"Please enter a comparison date","PLEASE_FILL_HANDLED_BY":"Please enter the seller field","PLEASE_FILL_PAYMENT_CONDITION":"Please enter the payment condition field","PLEASE_FILL_REQUIRED":"Please complete the required fields","PLEASE_FILL_TARGETS":"Please fill in target warehouse and branch","DATE_END_LEAVE":"End date leave of absence","DATE_FAMILY_EXPANSION":"Date of family expansion","DATE_FILTER":"Date filter","DATE_FIRED":"Date discharged","DATE_FOR_FILTER":"Filter delivery date on","DATE_FROM":"From date","DATE_IN":"Date in","DATE_INVALID_CANCEL":"This action returned an invalid date. This action is cancelled.","DATE_INVALID_OR_INVALID_FORMAT":"Date is invalid or the format is incorrect","DATE_IN_CANNOT_BE_EMPTY":"Date in can not be empty.","DATE_IN_MUST_BE_GREATER_THAN_TODAY":"Date in must be higher than today.","DATE_ISSUED":"Date of issue","DATE_LAST_QUOTATION":"Date of last quotation","DATE_LAST_SALES_ORDER":"Date of last sales order","DATE_LAST_SERVICE_ORDER":"Date of last service order","DATE_MUST_BE_HIGHER_THAN_CURRENT_DATE":"Date cannot be before today","DATE_NEXT_MONTH":"> Month","DATE_NEXT_WEEK":"> Week","DATE_OF_BIRTH":"Date of birth","DATE_OPERATION":"Date of operation","DATE_OUT":"Date out","DATE_OUT_CANNOT_BE_NULL_BECAUSE_NEXT_VERSION":"Date of termination can not be empty, because there is a newer version available for this workflow of which the date must fit to the date of termination","DATE_OUT_MUST_BE_EQUAL_TO_OR_GREATER_THAN_TODAY":"Date of termination must be equal to or greater than today.","DATE_PAYMENT":"Date payment","DATE_REPORT":"Date of notification","DATE_REQUIRED":"Date is required.","DATE_SCORING":"Scoring date","DATE_SELECTION":"Date selection","DATE_SENT":"Sent date","DATE_TIME":"Time","DATE_TO":"To date","SHAPE":"Shape","SHARE":"Share","SHARED":"Shared","SHARED_DASHBOARD":"Shared dashboard","SHARED_WITH_USER_GROUPS":"Shared with user groups","SHARE_STATISTICS":"Share statistics","SHARE_WITH_OTHER_USERS":"Share with all users","SHIPPED":"Shipped","SHIPPINGMETHOD":"Method","SHIPPING_COST":"Shipping costs","SHIPPING_COST_ARTICLE":"Product shipping cost","SHIPPING_COST_LINE":"Shipping cost order lines","SHIPPING_DATE":"Shipping date","SHIPPING_METHOD_SETTINGS":"Send method settings","SHIPPING_METHOD_STANDARD_SETTINGS":"Use the default shipping methods","SHOPPING_CART":"Shopping cart","PLEASE_LOCK_ORIGIN_TARGET_DAY":"To drag the order, it is necessary to select both the day, and the day to which the order will be dragged, to lock both order and day.","PLEASE_LOCK_ORIGIN_TARGET_TRUCK":"To drag the order, it is necessary to select both the resource, and the resource to which the order will be dragged, to lock both order and resource.","PLEASE_SELECT_COUNTRY_ADDRESS":"Please select a country for the address","PLEASE_SET_PASSWORD":"Enter a password please","PLEASE_SET_PINCODE":"Enter a PIN please","PLEASE_WAIT_UNTILL_MODULE_FINISHED":"Please wait until module finished saving.","PL_CHANGE_COUNTER_I":"Change purchase list","PL_CHANGE_COUNTER_V":"Change sales list","POINT_OF_SALE":"Cash register","POINT_OF_SALE_MANAGEMENT":"Cash register management","POLICIES":"Database Policies","POLICY_NUMBER":"Policy number","POLLING":"Polling","PONTO_INTEGRATION_SUCCESFULLY_AUTHORIZED":"Ponto connection successfully completed","PORTAL_ID":"Portal ID","PORTAL_LOGIN":"Portal login","PORT_COST":"Port costs","POS":"Cash register","POS2":"POS","POSGROUP_REQUIRED":"POS Group is mandatory","POSIBLE_LIABILITY_QUESTION":"Was there a traffic accident in which someone else was liable?","POSITIONING":"Positioning","POSITIVE":"Positive","POSSIBLE_LIABILITY_QUESTION":"Was there a traffic accident in which someone else was liable?","POST":"Transfer","MESSAGE_NO_PASSWORD":"You did not enter a password","MESSAGE_NO_PRICE_TAGS_TO_PRINT":"There are no price cards to be printed","MESSAGE_NO_PRINTER_CHOSEN_BATCH":"Choose a printer for batch printing","MESSAGE_NO_RESULTS":"No results matched the search quest.","MESSAGE_NO_SHOPPING_CART_LINES":"No checkout possible when shopping cart is empty.","MESSAGE_NO_STOCK_RECORD_SELECTED":"Please select a stock record.","MESSAGE_NO_TASKS_AUTO_REFRESH":"here are currently no assignments. As soon as there are new orders, the screen is refreshed automatically.","SHOPPING_CART_ADD":"Add to your shopping cart","SHOPPING_CART_CHECKOUT":"Continue to order","SHOPPING_CART_IN":"In Shopping Cart","SHOPPING_CART_OVERVIEW":"Overview of your order (|~)","SHOPPING_CART_RESUME":"Continue shopping","SHORTCUT":"Shortcut","SHORTCUTS":"Shortcuts","SHORTCUT_COMBINATION":"Hotkey combination","SHORT_8_DAYS":"Short (<8 days)","SHORT_ANSWER":"Short answer","SHORT_REINTEGRATION_4":"Why no re-integration activities and re-integration report","SHORT_REINTEGRATION_4_1":"Why did you not perform reintegration activities?","SHORT_REINTEGRATION_6":"Corporate information","SHORT_REINTEGRATION_8":"Hiring an employee who has left or is leaving","SHORT_REINTEGRATION_8_1":"Do you want to hire the employee again if he can work again?","SHORT_REINTEGRATION_REPORT":"Shortened reintegration report","SHOW":"Show","IONE_PAYMENT_NOTIFICATION":"iONE Payment Notification","IONE_PAYMENT_NOTIFICATIONS":"iONE Payment Notifications","IONE_SESSIONS":"iOne sessions","IONE_WORKABILITY":"iONE Absence","IP_ADDRESS":"IP address","IS":"is","ISO_CODE":"ISO Code","ISSUED_BY":"Published by","ISSUED_IN_TRANSCTION":"Spended on order:","IS_ACTIVE":"Is Active","IS_CONTACT_OF":"Is contact from","IS_FIXED_SCHEDULE":"Fixed schedule","IS_GIFTCARD":"Is gift card","IS_LARGER_THAN":"Higher than","IS_NOW":"Is now","IS_QUOTATION_PROCESSED_TO_SALESORDER":"Is quotation turned into sales order?","IS_REINTEGRATION_EXECUTED_CLARIFY":"Describe why not, underneath. And whether the employment relationship and any disagreements between you and your employee have contributed to that.","IS_SALARY_NOT_PAYED_CLARIFY":"Reason","IS_SMALLER_THAN":"Lower than","IS_TOTAL":"Is total","IS_UNEQUAL_TO":"Unequal to","IS_WEEKENDSHIFTS":"Weekendshifts","ITEM":"Item","ITEM_ACCEPTED":"Reported received","ITEM_ACCEPTED_NOT_PROCESSED":"Received unprocessed","ITEM_NOT_ACCEPTED":"Not reported received","IWO":"IWO","JANUARY":"January","JASPER_REPORT":"Jasper report","JOB":"Position","JOBCONTENT":"Job scheduler","JOBS":"Tasks","JOB_CONTENT":"Job scheduler","JOB_CREATOR":"Task manager","MESSAGE_NO_TELEPHONE":"You have not specified a phone number","MESSAGE_NO_TRANSACTION_ADDRESS":"Please fill in the transaction (business) address","MESSAGE_NO_TRANSFER_RECORD_SELECTED":"Please select a transfer","MESSAGE_NO_TRANSPORT_SELECTED":"You did not select a truck, so no route can be displayed there","MESSAGE_NO_VISITOR_ADDRESS":"A business address is not available","MESSAGE_NO_WH_CC_EMPTY":"Number, warehouse and Sourcing code can not be empty","MESSAGE_OFFLINE_MODUS_STARTED":"Offline mode activated","MESSAGE_ONLY_COPY_NON_EXISTENT_ARTICLES":"Only copy non-existing products","MESSAGE_OPEN_FOR_READONLY":"Would you like to open data in view-only mode?","MESSAGE_ORDERS_LOCKED":"The following orders |~ could not be scheduled because they are already in use by someone else","MESSAGE_ORDERS_NOT_VALID_FOR_RESOURCE":"The following orders |~ could not be scheduled because they were not suitable for this truck on this day, because the district or the delivery method of the orders are not included in this truck","MESSAGE_ORDER_LOCKED":"This delayed delivery notification can not be sent because the sales order is in use by someone else","MESSAGE_PAID_ENOUGH":"Enough has already been paid. Are you sure you wish to add this payment?","MESSAGE_PART_DELIVERY_NOT_ALLOWED":"Split deliveries are not allowed and not all the rules can be selected.","MESSAGE_PAYMENTS_DONE":"There has already been made payments, do you want to continue?","MESSAGE_PAY_DOWN_EMPTY":"Deposit amount is empty.","MESSAGE_PAY_DOWN_MAXIMUM_EXCEEDED":"Deposit to pay is too high","MESSAGE_PAY_DOWN_MINIMUM_EXCEEDED":"Deposit to pay is too small","MESSAGE_POSSIBLE_INCOMPLE_INVOICE":"The order has been fully assigned and the delivery note has been fully run. However, the order has not yet been fully invoiced! There may have been a problem during billing.","MESSAGE_POS_GROUP_LOCATION_EMPTY":"Location in the cash register group is empty","JOB_ID":"Task no.","JOB_NAME":"Task name","JOB_STARTED":"Job started","JOB_STATUS":"Task status","MESSAGE_TRANSACTION_IS_OBLIGATED":"The transaction is mandatory for this receipt","MESSAGE_TRANSACTION_SAVED_CHANGE_RELATION":"This transaction has already been stored. Are you sure you want to change the relation?","MESSAGE_TRY_AGAIN_LATER":"Please try again later","MESSAGE_UNCAUGHT_ERROR":"An unexpected error occurred in the application. Save your work and restart the application.","MESSAGE_UNCAUGHT_ERROR_FORCE_CLOSE":"An error occured. To guarantee you will not encounter any data loss, your session will be logged off.","MESSAGE_UNDO_FROM_SELECTOR_QUESTION":"Remove the association of this Product with an EDI structure?","MESSAGE_UNKNOWN_APP_LOAD_CALL":"Unknown call when loading the application","MESSAGE_UNTRIMMED_SPACES":"There must be no spaces at the beginning or at the end of this field","MESSAGE_UPLOAD_TEMPLATE_ZIP_MULTIPLE":"Loading the template zip succeeded. This form is closed. Automatic (re) loading is implemented later.","MESSAGE_UPLOAD_TEMPLATE_ZIP_ONE":"Loading the template zip succeeded. This form is closed. Automatic (re) loading is implemented later.","DELIVERY_DATA":"Delivery details","DELIVERY_DATE":"Delivery date","DELIVERY_DATE1":"Del.Dat.","DELIVERY_DATE2":"Delivery date","DELIVERY_DATE_AFTER_DEFINITIVE_DELIVERY_DATE":"Please note that the calculated delivery time of this product is later then the final delivery date. Thus, partial delivery is allowed.","DELIVERY_DATE_ASKED":"Desired delivery date","DELIVERY_DATE_CALCULATED":"Calc.delivery date","DELIVERY_DATE_CONFIRMATION_FROM_EARLY":"Delivery confirmation date from first","DELIVERY_DATE_CONFIRMED":"Delivery confirmed","DELIVERY_DATE_CONFIRMED2":"Delivery date conf.","DELIVERY_DATE_CONFIRMED_AND_WILL_REMAIN_THE_SAME":"The delivery date has already been communicated to the customer and because the newly calculated delivery date is earlier, the previously announced date of delivery will be maintained.","DELIVERY_DATE_DEF":"Delivery date final","RELATION_ALREADY_LINKED_TO_OTHER_USER":"This relationship is already associated with another user","RELATION_ALREADY_LOCKED":"The relation is already being edited","RELATION_DATA":"Relation data","RELATION_DEPENDANT_TEMPLATE":"Relation dependent lay-out","RELATION_DISCOUNT":"Relationship Discount","RELATION_ID":"Relation ID","RELATION_LAYOUTS":"Use relation-dependent layout","RELATION_LAYOUTS_MESSAGE":"If no layout is set for the relation, then use the following layouts","RELATION_MANAGEMENT":"Contacts","RELATION_NAME":"Relation name","RELATION_NAME_KIND":"Business/private","RELATION_NR":"Relation no.","RELATION_NUMBER":"Relation no.","RELATION_OF":"Related to","RELATION_OVERVIEW":"Relation overview","RELATION_REF_TYPE":"Reference type","RELATION_REF_TYPES":"Reference types","RELATION_SEARCH":"Search relations","RELATION_SEARCH_GENERAL_INFO":"Search by number, name, address, description or contact options.","RELATION_STATUS":"Relation status","RELATION_SUMMARY":"Relation info","RELATION_TYPE":"Relation type","RELATION_TYPES":"Relation types","RELAYING":"Return shipment","RELEASE_ORDER":"Release Order","RELEVANCE":"Relevance","RELEVANT_LINKS":"Relevant links","REMAINING":"Remainder","REMAINING_PAYMENT":"Balance payment","REMAINING_POSTAL_CODES":"Other Postcodes","REMAINING_VALUE":"Residual value","REMARK":"Remark","REMARKS":"Remarks","REMARKS_AND_ACTIONS":"Comments and proceedings","END_DATE3":"End date execution","END_DATE_ABSENCE":"Date of recovery","END_DATE_EMPLOYMENT":"Final date of employment","END_DATE_FROM":"End date of","END_DATE_REASON":"Reason for termination of employment contract","END_DATE_TO":"End date to","END_EVALUATION":"End evaluation","END_EVAL_ACTIVITIES":"Accountability of the activities","END_EVAL_QUESTION_4_2":"Has the employee's employment ended?","END_EVAL_QUESTION_4_3":"Is the end date of the employment known?","END_EVAL_QUESTION_4_4":"Are there possibilities in track 1?","END_EVAL_QUESTION_4_5":"Has track 2 of the reintegration started?","END_EVAL_QUESTION_5_1":"Have the agreed reintegration activities been carried out according to plan?","END_EVAL_QUESTION_6_1":"Has the employer given the employee copies of the RIV documents?","END_EVAL_QUESTION_6_2":"Has your employee consented to the employer sending in the RIV documents?","END_EVAL_QUESTION_6_3":"If the employer delivers the RIV documents, which documents do you enclose?","END_EVAL_RIV_DOCS":"RIV documents","END_OF_LEAVE":"End of leave","END_RWPDR":"End WGA","MAX_VALUE":"Maximum value","MAY":"May","MEASUREMENTS":"Sizes","MEASUREMENTS2":"Measurements","MEDIA":"Media","MEDIA_AND_TEXT":"Media and text","MEDICAL_CONSULT_FEEDBACK":"Feedback consultation hour","MEDICAL_CONSULT_FEEDBACK_NEW":"New feedback consulting hour","MEDICAL_FILE":"Medical file","MEDICAL_INFORMATION":"Medical information","MEDICAL_OFFICER":"Company doctor","MEDICAL_OFFICERS":"Medical officers","MEDICAL_OFFICER_ACTIONS":"Proceeding company doctor","MEDICAL_OFFICER_ACTIONS_EXPLAIN":"The proceedings below have been performed by the company doctor.","MEDICAL_OFFICER_ACTION_NOT_DONE":"Document not yet draft","MEDICAL_OFFICER_TO_BE_REPLACED":"Company doctor to be replaced","MEDICAL_OFFICER_TO_REPLACE_WITH":"Replace with company doctor","MEDIUM":"Medium","MEETINGCODE":"Appointment code","MEETINGCODES":"Appointment codes","MEETING_REPORT":"Meeting report","ACTIVITIES":"Activities","ACTIVITIES_AND_WORKFLOW":"Activities & Workflow","ACTIVITIES_DEFAULT":"Activities default","ACTIVITY":"Activity","ACTIVITY_CATEGORY":"Activity category","ACTIVITY_LIST_FILTER_SHOW":"|~ of |~ message(s)","ACTIVITY_LIST_TITLE_MESSAGES_MULTIPLE":"There are |~ messages, of which |~ high priority","ACTIVITY_LIST_TITLE_MESSAGES_SINGLE":"There is one message","ACTIVITY_LIST_TITLE_MESSAGES_SINGLE_PRIO":"There is one high priority message","ACTIVITY_LIST_TITLE_NO_MESSAGES":"No messages at this moment.","ACTIVITY_LOCKED":"This activity?has been?modified by another?user.","ACTIVITY_MESSAGE":"Activity notification","ACTIVITY_STATUS":"Current status","ACTIVITY_TYPE":"Activity type","ACTUAL_ABSENCE_DURATION":"Absence time on files","ACTUAL_ABSENCE_DURATION_DESC":"Overview of absence duration on files","ACTUAL_ABSENCE_FILES":"Active absence case","ACTUAL_ABSENCE_FILES_DESC":"Overview of newest case files.","ACTUAL_EXECUTION_DATE":"Executed on","ACTUEEL_OORDEEL":"Current opinion","ADAPTABLE":"Adjustable","ADD":"Add","ADD1":"Create new order","ADDCHARACTERISTICS":"Add characteristics","ADDITION":"Addition","ADDITIONAL":"Additional","ADDITIONAL_CHARACTERISTICS":"Addidtional characteristics","ADDITIONAL_DATA":"Additional information","DO_CONVERSION_ARTICLE":"Run product conversion","DO_NOT_ACTIVATE_AUTH_APP":"Do not activate authenticator app","DO_NOT_UPDATE":"Do not update","DO_REPORT":"Report","DO_UPDATE":"Do update","DRAGGED_OPV":"Dropped Option value","DRAG_TARGET_HERE":"Drag an Option / Option Value here as price target","DRIVERS_LICENSE":"Driver's licence","DRIVER_CHECKOUT":"Drivers Payment list","DRIVER_CHECKOUT_DEFAULT":"Preset default for the Driver Payments Collection","DRIVER_CHECKOUT_EXISTING_SELECTION":"Existing Drivers Payment list Selection","DROPSHIPMENT":"Dropshipment","DROPSHIPMENT_AVAILABLE":"Dropshipment available","DROPSHIPMENT_INFO":"Dropshipment info","DROPSHIPMENT_NO":"No dropshipping","DROPSHIPMENT_POSSIBLE":"Dropshipment available","DROPSHIPPING_ADDRESS_CURRENT_ORDER":"Dropshipping address for this order","DROPZONE_TEXT":"Drop zone","DROP_ZONE_DOCUMENTS":"Drop your documents here to link them directly","DROP_ZONE_IMAGES":"Drop your images here to link them directly","DROP_ZONE_SALARY_INFO":"Drop your collective wage statements here to link them directly","DUAL_MODE_ORDERS_DETAILS":"Dual mode: orders | details","DUE_DATE":"Expiry date","DUMP_STATE":"State dump","DURATION":"Duration pricelist","DURATION_TOOLTIP":"For example: 1d 4h 15m","CANNOT_CORRECT":"Can not be corrected","CANNOT_CREATE_SERVICE_FOR_NOT_INVOICED_LINE":"Cannot create a service for an order line that has not yet been invoiced.","CANNOT_CREATE_SERVICE_FOR_UNDELIVERED_LINE":"Cannot create a service for an order line that has not yet been delivered.","CANNOT_CREATE_TASK_NO_RELATION":"You can not create task, because there is no relation (customer, supplier, shop, staff) associated with your user account","CANNOT_DELETE_ACTIVE_TASK_WORKFLOW":"It is not allowed to delete the active task workflow","CANNOT_DELETE_CASH_REGISTER_ARTICLES":"Cash register Products can not be removed.","DELIVERY_DATE_DEFINITE":"Definite delivery date","DELIVERY_DATE_DEFINITIVE":"Definite delivery date","DELIVERY_DATE_FINAL":"Final delivery date","DELIVERY_DATE_FROM_STOCK_FORECAST":"The delivery date from the linked purchase order is applied on the order.","DELIVERY_DATE_IS_CONFIRMED_BUT_WILL_BE_CHANGED":"The delivery date has already been communicated to the customer, but because the newly calculated delivery date is later, the newly calculated delivery date will be maintained.","DELIVERY_DATE_NOT_DEFINITE":"Delivery date is not final, operation is canceled.","DELIVERY_DATE_OBLIGATION":"Delivery date confirmed mandatory.","DELIVERY_DATE_ORDER":"Approximate delivery date: W/C","DELIVERY_DATE_PREGNANT":"Expected childbirth","DELIVERY_DATE_PURCHASE":"Delivery Date ink.","DELIVERY_DATE_SALES":"Del. date Sales","DELIVERY_DATE_SUPPLIER":"Delivery date supplier","DELIVERY_DAYS":"Default delivery days","DELIVERY_DELAY":"Delivery delay","DELIVERY_DELAY_UNIT":"Delivery delay unit","DELIVERY_DETAILS":"Delivery details","DELIVERY_DIRECT":"Available","DELIVERY_DIRECT_EXPLAIN":"The choices made defines immediately available","DELIVERY_DIRECT_FROM_STOCK":"Available","DELIVERY_DIRECT_FROM_STOCK_SHORT":"In stock","SALARY_END_DATE_REASON":"Salary reason end date","SALARY_EXTERNAL_RATE_PER_HOUR":"Salary external rate per hour","SALARY_GROSS_SALARY_AMOUNT":"Salary gross wage","SALARY_GROSS_SALARY_CURRENCY_CODE":"Salary gross wage currency code","SALARY_HOLIDAYS":"Salary holidays","SALARY_HOLIDAY_ALLOWANCE_PERCENTAGE":"Salary Holiday pay percentage","SALARY_INTERNAL_RATE_PER_HOUR":"Salary internal rate per hour","SALARY_IS_FIXED_SCHEDULE":"Salary fixed schedule","SALARY_IS_WEEKEND_SHIFTS":"Salary Weekend shifts","SALARY_PART_TIME_FACTOR_PERCENTAGE":"Salary part-time factor percentage","SALARY_PAY_FREQUENCY_CODE":"Salary period code","SALARY_PERIOD":"Salary period","SALARY_SCHEDULE":"Salary schedule","SALARY_SCHEDULE_EXPLANATION":"Salary schedule explanation","END_TIME":"Completion time","END_WORKFLOW":"End workflow","ENGLISH":"English","ENTER_EMAIL_VERIFICATION_CODE":"Enter the verification code from the email just sent","ENTER_GOOGLE_VERIFICATION_CODE":"Enter the verification code from the authentication app","ENTER_REASON_ABSENCE_BELOW":"Please state the reason for your absence below.","ENTER_SMS_VERIFICATION_CODE":"Enter the verification code from the message you just received","ENTER_STATE":"Entry on status","ENTER_VERIFICATION_CODE":"Enter the verification code you received below:","ENTER_VOUCHER_CODE":"Scan or enter voucher code","ENTITY":"Entity","ENTRY_DATE":"Entry date","ENTRY_TYPE":"Reported via","ENT_AMT_PIC":"Specify quantity during picking","ENT_AMT_REC":"Specify quantity during goods in","EQUALS":"Equals","EQUAL_TO":"Equal to","EQUASION":"Comparison","EQUITY_VALUES":"Equity","ERASE_ALL":"Delete all","ERASE_SELECTOR_DATA_QUESTION":"With this change, the data is removed from the Product selection. Continue?","LINKED_TRANSACTIONS":"Linked orders","LINKS":"Links","LINKS_NOT_COPIED_WARNING":"Changes to documents, images, notes and texts will not be copied to the places where these EAN number is in use.","LINK_CUSTOMER":"Connect customer","LINK_EXISTING_CUSTOMER":"Link existing customer","LINK_EXISTING_EMPLOYEE":"Link existing employee","LINK_EXISTING_EMPLOYER":"Link existing employer","LINK_EXISTING_ORGANISATION":"Link existing organisation","LINK_EXISTING_PERSON":"Link existing contact","LINK_NEW_CUSTOMER":"Link new customer","LINK_NEW_EMPLOYEE":"Link new employee","LINK_NEW_EMPLOYER":"Link new employer","LINK_NEW_PERSON":"Link new person","LINK_TO_PURCHASE_PRICE_LISTS":"Linked to purchase price lists","LINK_TO_SALES_PRICE_LISTS":"Linked to sales price lists","LISTENING":"Listen","LIST_OPEN_EXTRA":"Would you like to load the full list of articles first? If not, only the articles currently displayed on the screen will be edited.","LIST_ORDER":"List of order","ADDITIONAL_DATA_GROUP":"Additional data group","ADDITIONAL_DESCR":"Additional desc.","ADDITIONAL_DESCRIPTION":"Additional description","ADDITIONAL_FIELDS":"Additional fields","ADDITIONAL_INFO":"Additional information","ADDITIONAL_VALUE":"Additional value","ADDITIONAL_VALUES":"Additional values","ADDITION_COST":"Additional costs","ADDRESS":"Address","ADDRESSES":"Addresses","ADDRESS_ADD":"Add address","ADDRESS_CHANGE":"Edit address","ADDRESS_DELETE_CONFIRMATION":"Please confirm to delete this address","ADDRESS_DETAILS":"Address information","ADDRESS_LINKED_TO":"Linked to address","ADDRESS_LOOKUP":"EN","ADDRESS_NAME":"Address name","ADDRESS_TYPE":"Address type","ADD_ABSENCE_PERCENTAGE":"Add absence percentage","ADD_ACTIVITY":"Add activity","ADD_ADDRESS":"Add address","ADD_AMBIENT_OCCLUSION_MAP":"Add ambient occlusion folder","ADD_AMOUNT_ARTICLES_QUESTION":"Entered number is higher than the maximum number per line: |~","ADD_ANOTHER_ARTICLE":"Add Product","ADD_ARTICLE":"Create new product","ADD_ARTICLES_TO_PRICELIST":"Add Products to pricelist","ADD_ARTICLE_LINE_DOWN":"Add article line below","ADD_ARTICLE_LINE_UP":"Add article line above","ADD_ARTICLE_TEXT_LINE_DOWN":"Add text line below","ADD_ARTICLE_TEXT_LINE_UP":"Add text line above","ADD_BOOKING":"Add entry","ADD_BOOKING_LINE":"Add booking line","ADD_BRANCH":"Link Store","ADD_CHANGE_NEW_EXCEPTION":"Add/change exception","ADD_NEW_PARAMETER":"Add parameter","ADD_NEW_POSTAL_CODE":"Add new postcode","ADD_NEW_POS_GROUP":"Add POS group","ADD_NEW_POS_ORDER":"Add new POS transaction","ADD_NEW_PRICE_EXCEPTIONS_FOR_THIS_TARGET":"Add new price exceptions for this target","ADD_NEW_PRICE_LIST":"Create new price list link","ADD_NEW_PRIVACY_SETTING":"Link new privacy setting","ADD_NEW_PURCHASE_ORDER":"Add new purchase order","ADD_NEW_QUOTATION":"Add new quotation","ADD_NEW_QUOTATION_LINE":"Add quotation line","CANNOT_DELETE_EXCEPTION_HERE":"This exception can not be removed.","CANNOT_DELETE_READONLY_EXCEPTIONS":"Exceptions which are created in a different basic Product configuration, can not be deleted here.","CANNOT_DELETE_REMOTE_ARTICLE":"It is not possible to delete this product in Woontotaal","CANNOT_DISPLAY_TEXT":"TEXT CONTAINT ERRORS< CANNOT SHOW PREVIEW","CANNOT_KILL_OWN_SESSION":"Your own session cannot be killed.","CANNOT_OPEN_WRONG_TRANSACTIONTYPE":"Cannot open transaction. Wrong transaction type for module","CANNOT_SELECT_LINES":"Cannot |~ select lines","CANT_DELETE_TRANSACTION_HAS_DOWNPAYMENTS":"Transaction can not be delete. Reason: transaction has payment(s).","CANT_DELETE_TRANSACTION_HAS_PAYMENTS":"Transaction can not be delete. Reason: transaction has payment(s).","CANT_DELETE_TRANSACTION_HAS_TO_PAY_DOWN_AMOUNT":"Transaction can not be delete. Reason: transaction has an outstanding payment.","CANT_LOGIN_AS_CUSTOMER_WITH_WORKABILITY_ON":"As a customer user, you cannot log in to a schedule that is set for workability","CANT_OPEN_PORT":"Can not open payment device port","CANT_READ_FROM_PORT":"Can not read port payment device","CANT_RETRIEVE_TIMEOUT_DATA":"Can not retrieve timeout data for payment device port","CANT_SET_TIMEOUT_DATA":"Can not set timeout payment device port","CANT_WRITE_TO_PORT":"Can not write to payment device port","CAN_SET_PORT":"Can not set payment device port","CAO":"Collective Labor Agreement","CAPACITY_ASSEMBLY_TIME":"Capacity assembly time %","CAPACITY_PERCENTAGE":"Capacity","CARDNR":"Card number","CARRIAGE":"Carriage","CARRIAGE_PAID_AMOUNT":"Free amount","CARRIAGE_PAID_ORDER_AMOUNT":"Free order amoiunt","CART":"Shopping cart","CASCADE_EDITPRICE_NODES":"Apply to options, option values","NEW_PASSWORD":"New password","NEW_PASSWORD_MESSAGE":"New password message","NEW_PAYMENT":"New payment","NEW_PICKING_LIST":"New picking list","SALARY_SOCIAL_ASSURANCE_SALARY_AMOUNT":"Salary Social insurance salary amount","SALARY_SOCIAL_ASSURANCE_SALARY_CURRENCY_CODE":"Salary Social Insurance Salary Currency Code","SALARY_SPECIFICATION":"Salary Specification","SALARY_STAND_WORKING_DAYS_PER_WEEK":"Salary number of days per week","SALARY_STAND_WORKING_HOURS_PER_WEEK":"Salary number of hours per week","SALARY_START_DATE":"Salary start date","SALARY_TAX_SALARY_AMOUNT":"Salary taxable salary","SALARY_TAX_SALARY_CURRENCY_CODE":"Salary tax wage currency code","SALARY_WORKING_TIME_REDUCTION_DAYS":"Salary ATV days","SALES":"Sales","SALESORDER":"Sales order","SALESORDERS":"Sales orders","SALESORDER_ASC":"Sales order ascending time","SALESORDER_DESC":"Sales order expiring time","SALESORDER_DETAIL":"Sales order detail","SALES_AMOUNT":"Min. Sales Qty","SALES_AMOUNT2":"Amount to be sold","SALES_AMOUNT_DECIM_NOT_COMPLIANT_W_SALES_UNIT":"Number of decimals for sales amount is invalid in refference to the number of decimals for Sales units. Sales amount is set to 1.","SALES_AND_POS":"Sales and point of sale","SALES_AND_PURCHASE":"Sales and purchase","SALES_BOOK":"Sales book","SALES_CHANNELS":"Sales channels","AMOUNT_TO_BE_ORDERED":"Order amount","AMOUNT_TO_PRINT":"Print amount:","AMOUNT_USED_COUPONS":"Number of used coupons","AMOUT_TO_SETTLE_CANNOT_BE_GREATER_THAN_TOTAL_PAID_DOWN":"The amount to be settled may not exceed the total amount paid","ANALYSIS_ON":"Analyse on","ANALYZED":"Analyzed","ANAMNESIS":"Anamnesia","AND":"and","AND_OR":"And/Or","ANNUAL_RATE":"Annual rate","ANONYMISATION_REQUESTED":"Anonymization requested","ANONYMISE":"Anonymize","ANOTHER_IMPORT_IS_ALREADY_RUNNING":" Another catalog is currently being imported","ANSWERS":"Answer(s)","ANSWER_MANDATORY":"Answer required?","ANSWER_POSSIBILITIES":"Answer options","API_KEY":"API Key","APPLICABLE":"Applicable","APPLICATION":"application","APPLICATION_ACCEPTED":"Application accepted?","LITTLE_FREE_EAN_CODES":"There are only a limited number of free EAN codes available. You can create these numbers in menu function Catalog Management.","LOAD":"Load","LOADING":"Loading..","LOADING2":"Load","LOADING_CONFIGURATION":"Load Configuration","LOADING_DATE":"Loading date","LOADING_RELATION":"Load Contact","LOADING_RESULTS":"Loading Results","LOAD_ALL_NODES":"Unfold all products","LOAD_DEFAULT_REPORTS":"Load Default Reports","LOAD_LINES":"Get all order lines","LOAD_PONTO_TRANSACTIONS":"Retrieve bank transactions from Ponto","LOAD_TRANSACTION":"Load transaction","LOC":"Loc.","LOCAL_CASH_DRAWER_COMM_PORT":"Local cash drawer communication port","LOCAL_PRINT":"Local Printer","NORMAL":"Normal","NORMAL_3D":"Normal","NOTHING":"Nothing","NOTHING_ALLOCATED":"Nothing allocated","NOTHING_ASSIGNED":"Nothing allocated","NOTHING_CONFIRMED":"Nothing confirmed","NOTHING_DELIVERED":"Nothing delivered","NOTHING_INVOICED":"Nothing invoiced","NOTHING_PICKED":"Nothing picked","NOTHING_PLANNED":"There are no planned orders within this scope.","NOTHING_RECEIVED":"Received nothing?","NOTHING_RECEIVED_DELIVERED":"Nothing accepted / delivered","NOTHING_TO_ACCEPT":"There are no purchase orders available for Goods receipt","NOTHING_TO_BE_PICKED":"Nothing to be picked","NOTHING_TO_CORRECT":"There are no orders for correction.","NOTHING_TO_PROCESS":"Everything is already processed","NOTHING_TO_RETURN":"There are no returns altered","NOTIFICATION":"Notification","NOTIFICATIONS":"Notifications","NOTIFICATIONS_AT":"Notifications on","NOTIFICATIONS_AT_END":"Notifications at end of workflow","NOTIFICATIONS_AT_ENTER_STATE":"Notifications at status Goods received","NOTIFICATIONS_AT_EXIT_STATE":"Notifications abandoned status","NOTIFICATIONS_AT_START":"Notifications to start of workflow","NOTIFICATIONS_AT_TRANSITION":"Notifications in transition","NOTIFICATIONS_CREATED":"Notifications sent","NOTIFICATIONS_SENT_AT":"Notifications are sent to","ADD_NEW_REPORT":"Add report","ADD_NEW_RETAIL_ORDER":"Add new sales order","ADD_NEW_SCALING_BONES_RECORD":"New scaling line piece","ADD_NEW_SERIALNR":"Add new serial number","ADD_NEW_SERIALNUMBER":"New serial number","ADD_NEW_SERVICE_ORDER":"Add new service order","ADD_NEW_SERVICE_REQUEST":"New service requests","ADD_NEW_SERVICE_REQUEST2":"Service request","ADD_NEW_SERVICE_REQUEST_EMPTY":"Separate service requests","ADD_NEW_SERVICE_REQUEST_ORDER_BASED":"Based on a previous order","ADD_NEW_SERVICE_REQUEST_PRODUCT_BASED":"Based on product","ADD_NEW_SETTING":"Add new setting","ADD_NEW_SKILL":"Add new Skills","ADD_NEW_SLA_SERVICE_ORDER":"Create new SLA-ticket","ADD_NEW_STUDIO":"Create new studio","ADD_NEW_SUBREPORT":"Pair new sub report","ADD_NEW_SUPER_ARTICLE":"Add new superProduct","ADD_NEW_SUPPLIER":"Create a new supplier","ADD_NEW_TEXT":"Create new text","ADD_NEW_TRANSACTION_TEXT":"Add text","ADD_NEW_TRANSITION_FUNCTION":"Create new transition function","ADD_NEW_TRANSLATION":"New translation","ADD_NEW_TRIGGER":"Create New Trigger","ADD_NEW_VOUCHER_CODE":"Create a voucher code","ADD_NEW_WORKFLOW":"Create new workflow","ADD_NORMAL_MAP":"Add map Normal","ADD_ORM_MAP":"Add ORM map","ADD_PASSWORD":"Add account","ADD_POLICY":"Add policy","ADD_PRODUCT":"Added product","ADD_QUESTION":"Add question.","ADD_RECEIPT":"Add receipt","ADD_RECIPIENT":"Add recipient","ADD_REFERENCE":"Add reference","ADD_RELATED_ARTICLE":"Add related Product","ADD_RELATION":"Add relation","ADD_REMARK":"Add remark","ADD_RETAIL_FORMULA":"Add a Store Group","ADD_ROLE":"Add Role","ADD_ROUGHNESS_MAP":"Add map roughness","ADD_STUDIO":"Add studio","ADD_TAGS":"Add tag","ADD_TASK":"Add task","ADD_TASK2":"New task","ADD_TEXT":"Add text","NEW_PICKING_LIST_INTER_BRANCH":"New inter-branch picking list","NEW_PICKING_LIST_SALES":"New pickinglist sales","NEW_PLANNING":"New planning","NEW_PLAN_RULE":"New planning rule","NEW_POS_ORDER":"New pos order","NEW_PRESET":"New preset","NEW_PRICE_RULE":"New price rule","NEW_PURCHASE_ORDER":"New purchase order","NEW_QUATATION":"New quotation","NEW_QUOTATION":"New quotation","NEW_REMARK":"New remark","NEW_RULE":"New line","NEW_SALARY_CONTRACT":"New salary contract","NEW_SALES_ORDER":"New sales order","NEW_SERVICEPROVISION_CONTRACT":"New service","NEW_SERVICE_ORDER":"New service order","NEW_SOFTWARE_CONTRACT":"New software agreement","NEW_STAFF_DOCTOR":"New staff doctor","NEW_STATUS":"New status","NEW_STOCK":"New stock line","NEW_STOCK_LINE":"New stock line","NEW_STOREROOM":"New Warehouse","NEW_TRANSACTION":"New order","NEW_USER_ACCOUNT_MESSAGE":"New user message","NEW_VALUE":"New Value","NEXT":"Next","NEXT2":"Coming","NEXT_3_MONTHS":"Next 3 months","NEXT_CHOICE":"Next choice","NEXT_LINE":"Next line","NEXT_ORDER":"Next order","NEXT_PAGE":"Next page","NEXT_SLASH_FINISH":"Next / Complete","NEXT_STATE":"next state","NEXT_VERSION":"Next version","NEXT_WEEK":"Last week","NIGHT_ROUTINE":"Overnight Processes","NO":"No","NODES_ALREADY_LOCKED_TRY_AGAIN":"The changes can not be saved, because one or more option (value) s are in use. Do you want to try it again?","NODES_SUCCESSFULLY_CHANGED":"The changes have been successfully committed","NONE":"None","NON_CURRENT_LIABILITIES":"Long-term debt","SEARCH_WAREHOUSE":"Search warehouse","SECONDS_IN_WAIT":"Seconds inactive","SECOND_YEAR":"Second jaar","SECTOR":"Sector","SECTOR_SLASH_INDUSTRY":"Sector / industry","SECTOR_SLASH_INDUSTRY_SBI_DESCR":"Sector / industry (SBI description)","SECURITY_CODE_NOT_VALID":"Confirmation code is incorrect","SEE_DROPSHIPMENT_INFO":"See drop shipment info","SEGMENT":"Segment","SEGMENTATION":"Segmentation","APPLICATION_TYPE":"Application","APPLICATION_USER":"Application User","APPLIED_COUPONS":"Used coupons","APPLY":"Apply","APPLY_CHANGES":"Apply the desired changes","APPLY_CUSTOMER_DISCOUNT":"Apply customer discount","APPLY_DELIVERYDATE_ON_TRANSACTION_LINES":"Apply delivery date to all orderlines?","APPLY_DELIVERY_DATE_CALC":"Applying Delivery date calculation","APPLY_GLOBAL_LINE_DISCOUNT":"Apply customer discount for all lines","APPLY_GLOBAL_LINE_DISCOUNT_EXPLANATION":"You can use this to change the customer discount percentage for all lines. Of course, this only happens for rules that can be changed.","APPLY_SEARCH_TO_GEN_DESC":"General description search","APPLY_SERVICE_ON_THIS_LINE":"Apply service to this line","APPLY_TO":"Apply","APPOINTMENT_CONFIRMATION":"Appointment confirmation","APPOINTMENT_CONFIRMATION_TEXT":"Thank you for making an appointment, we will confirm this as soon as possible","APPPEARANCE":"Appearance","TOTAL_INCORRECT":"Incorrect Totals","TOTAL_LINE_DISCOUNT":"Total line discount","TOTAL_NET":"Total net","TOTAL_NET_EXCL_VAT":"Total net excl. VAT","TOTAL_NET_INCL_VAT":"Total net incl. VAT","TOTAL_NUMBER_OF_EMPLOYEES":"Number of employees","TOTAL_NUMBER_OF_PUBLIC_SESSIONS":"Number of public sessions","TOTAL_ORDERS":"Show purchase orders","TOTAL_OUTSTANDING_AMOUNT":"Total outstanding amount","TOTAL_PAID_DOWN":"Total down payment","TOTAL_PAYMENT":"Total paid","TOTAL_PAYROLL":"Total wage bill","TOTAL_PERIOD":"Total period","TOTAL_PRICE":"Total price","TOTAL_PRICE_CONFIG":"Price as configured","TOTAL_PRICE_CONFIG2":"Total price configuration","TOTAL_QUANTITY":"Total no","TOTAL_REPETITIVE":"Repeating","TOTAL_SELECTED_AMOUNT":"Total selected amounts","TOTAL_TO_PAY":"Total to pay","TOTAL_TRANSACTION_DISCOUNT":"Total Savings","TOTAL_TURNOVER":"Total Turnover","TOTAL_VALUE":"Total value","TOTAL_VAT_EXCLUDED":"Total excl VAT","TOTAL_WAGE":"Total wage bill","TOTAL_WEIGHT":"Total weight","NOTIFICATION_ADD":"Add new notification","NOTIFICATION_EDIT":"Change Notification","NOTIFICATION_FREE_RECEIVER":"Changeable recipients","NOTIFICATION_FULLY_RECOVERED":"Notification completely restored","NOTIFICATION_INPUT":"Notification (e-mail, role or contact)","CAT_OWNER":"Cat publisher","CAT_PRICE_DEFINITION":"Catalog price lists","CAT_RECEIVER":"Cat receiver","CAT_RECEIVERNAME":"Receiver name","CAT_REFERENCE":"Cat reference","CAT_SELECTED":"Select catalog","CAT_SELECTION":"Catalog selection","CAT_SOURCE_ID":"Cat source ID","CAT_STATUS":"Cat status","CAT_SUPPLIER_NAME":"Supplier name","CAT_TRANSLATE":"Catalog translation table","CAT_TYPE":"Cat type","CAT_TYPES":"Categorie types","CAT_TYPES_DETAILS":"Categorie types extra details","CAT_UPDATE_NAME":"Cat update name","CAT_UPDATE_NO":"Cat update no.","CAUSE":"Reason","CAUSE_CODE":"Reason code","CAUSE_CODE2":"Reason for request","CAUSE_CODES":"Reason codes","CBS_NUMBER":"Commodity code","CHAIN_ORDERS":"Link orders","CHANGE":"Edit","CHANGE_ABSENCE_DATE":"Change absence date","CHANGE_ACCOUNT_EMAIL_ADDRESS":"Change account email address","CHANGE_ARTICLE_DEFAULT_LOCATION":"Change default location of product","CHANGE_ARTICLE_TEXT":"Edit article text","CHANGE_COMMISSIONCODE":"Adjust the Sourcing code to 'allocate manually'?","CHANGE_COMMISSIONCODE_CHANGABLE":"Sourcing code editable","CHANGE_DATA":"Edit data","CHANGE_DATE":"Edit date","CHANGE_DROPSHIPMENT_QUESTION":"Do you want to take over the value for Dropshipment from the warehouse?","CHANGE_EMAIL_ADDRESS":"Edit email address","CHANGE_EMPLOYEE":"Edit employee","CHANGE_FIRST_ABSENCE_PERCENTAGE":"Change absence percentage","CHANGE_LOCATION":"Change location","CHANGE_LOGIN_DATA":"Change login details","CHANGE_MAG_OR_CC":"Change warehouse or Sourcing code.","CHANGE_PASSWORD":"Change password","CHANGE_PASSWORD_ACTIVATE_USER_MSG":"Please change your password to have easier access next time.","CHANGE_PRIVACY_SETTINGS":"Change privacy settings","ADD_TO_RESOURCE":"Add selection to resource","ADD_TO_SHOPPING_CART":"Add to shopping card","ADD_TO_STORAGE_LIST":"Add to transfer list","ADD_TRANSACTION_FIRST":"First create a transaction before you can start this action","ADD_TRANSACTION_LINE":"Add transaction line","ADD_TRANSACTION_TEXT":"Add text line","ADD_TRANSPORT":"Linking transport","GENERATE":"Generate","GENERATED":"Generated","GENERATED_COUPONS":"Generated coupons","GENERATED_PASSWORD_COPIED":"Password is copy to clip board","GENERATE_ART":"Genereate products","GENERATE_COLUMNS_BY_FILE":"Generate columns by file","GENERATE_COUPON":"Generate coupon","GENERATE_COUPONS":"Generate coupons","GENERATE_DIRECT_SELL_PURCHASE_ORDERS_QUESTION":"Direct-sell lines detected! Click Yes to instantly place the order.","GENERATE_EAN":"Generate EAN codes","GENERATE_LICENSE":"Generate licence code","GENERATE_PARTIN":"Including Partin message","GENERATE_PASSWORD":"Generate a random password","GENERATE_SEO_VALUE":"Generate SEO value","GENEREER ART OMZETGR SELECTIE":"Create Turnover groups automatically","GENERIC_OPT":"Generic option","GENERIC_SEQUEL_TRANSITION":"Generic follow-up transition","GENERIC_SEQUEL_TRANSITIONS":"Generic follow-up transitions","GENERIC_TRANSITION":"Generic transition","GENERIC_TRANSITIONS":"Generic transitions","GENERIC_TRANSITION_TYPE":"Generic tranisition type","GEN_TRANS":"Generic transition","GET_100000_RECORDS":"Get a maximum 100.000 records instead of 1.000","GET_API_KEY":"Get API key","GET_OPV_TREES":"Get all option value trees","GET_ROWS_FOR_BATCH":"Would you first load the full price list? This may take several minutes.","GIFTCARD_ALREADY_CASHED":"Gift card already cashed","GIFTCARD_NUMBER_DOES_NOT_EXIST":"Gift Card number does not exist","GIFTCARD_NUMBER_EXISTS":"Gift Card number already exists","GIFT_CARD":"Giftcard","GIFT_VOUCHER":"Gift voucher","GLN":"GLN no.","SEL":"Select","SELECT":"Select","SELECT2":"Select","SELECTED":"Selected","SELECTED_ADDRESSES":"Selected addresses","SELECTED_BALANCE":"Selected balance","SELECTED_CASH_DRAWER":"Selected cash drawer","SELECTED_CASH_REGISTER":"Selected cash register","SELECTED_LINES_NOT_FOUND":"No selected lines found","SELECTED_ONLY":"Only selected","SELECTED_POS_PRINTER":"Selected receipt printer","SELECTION":"Selection","SELECTIONS":"Selections","SELECTION_NOT_PROCESSED":"Not processed yet","SELECTION_ON":"Selection on:","SELECTION_PROCESSED":"Aready processed","SELECTION_PROCESSES":"Selection processed","SELECTOR":"Selector","SELECTOR_CHOICES":"Selected options","SELECTOR_CHOICE_INPUT":"Enter the desired value","SELECTOR_DEFAULT":"Selector default","SELECTOR_DESIGN":"Selector design","SELECTOR_JS":"Catalog","SELECTOR_REFINE_CHOICES":"Narrow your choice","SELECTOR_RETURN_MAKE":"Back to Make method","SELECTOR_SKIP_BUTTON_IMAGE_AND_TEXT":"Select a different image and text for the 'Skip' button on the selector","SELECTOR_TYPE":"Selector Type","SELECTOR_TYPES":"Selector types","SELECTOR_TYPE_CUSTOMER":"Selector type customer","SELECTOR_TYPE_CUSTOMER_ID":"Selector type customer ID","SELECTOR_TYPE_SALES":"Internal selector type","SELECTOR_TYPE_SELLER_ID":"Selector type seller ID","BUTTON_ADD":"Add button","BUTTON_ADD_ACCOUNTS":"Add account","BUTTON_ADD_ACCOUNT_MANAGER":"Add account manager button","BUTTON_ADD_ADDRESS":"Add address button","BUTTON_ADD_BANK_ACCOUNT":"Button add bank account","BUTTON_ADD_CASEMANAGER":"Add case manager button","BUTTON_ADD_CASE_MANAGER":"Add case manager button","BUTTON_ADD_CONSULTANT":"Add consultant button","BUTTON_ADD_CONTACT_OPTION":"Add contact option button","BUTTON_ADD_CONTRACT":"Add contract","BUTTON_ADD_DOCUMENTS":"Add document button","BUTTON_ADD_EDUCATION":"Add education button","BUTTON_ADD_EMOLUMENT":"Add emolument button","TO_ABSENCE_STATISTICS":"To absence statistics","TO_ACCEPT":"To accept","TO_ASSIGN":"Allocate","TO_BE_ALLOCATED":"To allocate","TO_BE_ASSIGNED":"To allocate","TO_BE_CONFIRMED":"To be confirmed","TO_BE_INVOICED":"Orders to invoice","TO_BE_PICKED":"To be picked","TO_BE_PICKED_DETAILS":"To be picked details","TO_BE_PLANNED":"Orders to plan","TO_BE_RESERVED":"To be reserved","TO_BE_TRANSPORTED":"To be transported","ERROR":"Error","ERROR_AMOUNT_GREATER_THAN_ALLOCATED":"Due to the allocated (or returned) Qty, the Qty on order cannot be higher then","ERROR_AMOUNT_GREATER_THAN_ASSIGNED":"Due to the number already assigned, the number can not be greater than","ERROR_AMOUNT_SMALLER_THAN_ALLOCATED":"Due to the number already allocated, the number must not be less than","ERROR_AMOUNT_SMALLER_THAN_ASSIGNED":"Due to the number already allocated, the number must not be less than","ERROR_CHECKING_LINES_TO_BE_DELIVERED":"Error on check on lines to be delivered","ERROR_CHECKING_LINES_TO_BE_INVOICED":"Error on check for lines to be invoiced","ERROR_CREATING_USER_ACCOUNT":"Error on creation/inviting new user","ERROR_DELETING_NOT_OWNER":"A preset can only be deleted by its owner","ERROR_DELETING_SESSION":"Error on deleting database session","ERROR_DOWNLOADING_FILE":"An error '|~' occurred while saving the file '|~'. Make sure the file is not already open, and then try again.","ERROR_EMAIL_ADDRESS":"Error email address","ERROR_GENERATING_REPORT":"Report data generation failed.","ERROR_GF_STAYS_IN_RESOURCE":"Billed rules may no longer be removed from the schedule.","ERROR_IN_PROGRAM":"PIN terminal displays error in program","ERROR_IS_LOCATION_TASK":"For this product the location is mandatory","ERROR_LISTING_PRINTERS":"An error occurred while retrieving available printers.","ERROR_LOADING_DEFAULT_REPORTS":"Error loading the standard reports.","ERROR_LOADING_FILE":"Error while opening file","ERROR_MESSAGE_WT_INIT":"Communication error occured with Woontotaal","CHANGE_RELATION_REF_TYPE":"Change reference type","CHANGE_STATUS":"Change status","CHANGE_STATUS_TO":"Change status to:","CHANGE_STOCK_LINE":"Edit stock line","CHANGE_WAREHOUSE_CC_NOT_ALLOWED":"Warehouse and/or sourcing code change not allowed:","CHANGE_WAREHOUSE_NOT_ALLOWED":"Warehouse change not allowed:","CHANGE_WAREHOUSE_OR_COMMISSIONCODE":"Change warehouse or sourcing code","CHAPTER":"Chapter","CHARACTERISTIC":"Attribute","CHARACTERISTICS":"Attributes","CHARACTERISTICS_EDIT":"Edit characteristic","CHARACTERISTICS_KIND":"Kind","CHARACTERISTICS_QUESTION":"Characteristic:","CHARACTERISTICS_SELECTION":"Attribute selection","CHARACTERISTIC_CASH_TEXT":"POS Text","CHARACTERISTIC_CG_REF_ID":"Document","CHARACTERISTIC_CODE":"Code","CHARACTERISTIC_DESCRIPTION":"Attribute description","CHARACTERISTIC_LABEL_TEXT":"Label text","HISTORY_SALES_DEFAULT":"Standard overview Sales","HISTORY_SERVICE_DEFAULT":"Standard overview Service","HISTORY_TERM_SALES_DEFAULT":"Standard overview SLA","HOLIDAY_DAYS":"Vacation days","HOLIDAY_DAYS_PER_YEAR":"Vacation days per year","HOLIDAY_MONEY":"Holiday fee","HOME":"Dashboard","HOME2":"Home","HOMEDECORATOR":"HomeDecoHub","HOME_CATALOG":"Home catalog settings","HOME_CATALOG_PICTURE":"Home catalog thumb","HOME_CATALOG_TITLE":"Home catalog title","HOME_DECORATOR_SESSIONS":"Home Decorator Sessions","HOME_DECO_HUB_SESSIONS":"HomeDecoHub Sessions","HOOFDARTIKELNR":"Main product no.","HOTKEY_BLOCKED_PROCESS_BUSY":"There is another process in progress. The shortcut handling can not be performed.","HOURLY_RATE":"Hourly rate","HOURS":"hour","HOURS_PER_WEEK":"Hours a week","HOUSE_NO":"House number","HOUSE_NO_ADDITION":"House_Nr addition","HOUSE_NR":"House number","HOUSE_NR_ADDITION":"House_Nr addition","HOUSE_VISIT":"Home visit","HRM_EMPLOYEE":"HRM Employee","HTML_CONVERTOR_ERROR":"Incorrect HMTL code detected. Please make changes to the code.","HTML_ERROR":"HTML error","GLOBAL_LINE_DISCOUNT":"Apply customer discount on all lines","PUBLISHED":"Published","PUBLISH_TO":"Publish to","PUBLISH_VIA":"Publish via","PURCHASE":"Purchase","PURCHASENUMBER":"Purchase no.","PURCHASEORDERS":"Purchase orders","PURCHASEORDER_DETAIL":"Purchase order detail","PURCHASE_ADVICE":"Stock Replenishment","PURCHASE_ADVICE_DEFAULT":"Replenishment worksheet default","PURCHASE_ADVICE_PRESELECTION":"Purchase advise Pre-selection","PURCHASE_AMOUNT":"Min. Purchase Qty","PURCHASE_AMOUNT2":"Original value","PURCHASE_AND_TRANSPORT_PRICES":"Purcchase and transport prices","PURCHASE_BOOK":"Purchase book","PURCHASE_BOOKING":"Purchase book","PURCHASE_BRANCH":"Purchase Store","PURCHASE_BRANCH_FOR_PURCHASE_ADVICE":"Store for sourcing replenishment worksheet","PURCHASE_CONFIRMATION":"Purchase confirmation","PURCHASE_CONFIRMATION_IMPORT":"Import purchase confirmations","PURCHASE_DATE":"Purchase date","PURCHASE_DESCRIPTION":"Purchase description","PURCHASE_ENDDATE":"Purchase date-out","PURCHASE_GROSS_PRICE":"Purchase gross price","PURCHASE_IN":"Purchase","PURCHASE_INFO":"Purchase information","PURCHASE_INVOICES":"Purchase invoices","PURCHASE_INVOICES_TO_BE_RECEIVED":"Purchase invoices to be received","PURCHASE_OCCURRENCES":"Number of times bought","PURCHASE_ORDER":"Purchase order","PURCHASE_ORDERS":"Purchase orders","PURCHASE_ORDERS_BULK":"Bulk orders","PURCHASE_ORDERS_LATE_DELIVERY":"Too late","PURCHASE_ORDERS_LOCKED":"Purchase orders in use by another user:","PURCHASE_ORDERS_NOT_DELIVERED":"To accept","PURCHASE_ORDERS_PARTLY_DELIVERED":"Partly not delivered","PURCHASE_ORDERS_TO_BE_ORDERED":"To order","PURCHASE_ORDERS_UNCONFIRMED":"Unconfirmed","PURCHASE_ORDER_BULK":"Bulk order","PURCHASE_ORDER_DATE":"Purchase order date","PURCHASE_ORDER_LINK_DELETED":"Warning: when you make adjustments, the link to the purchase order will be deleted.","PURCHASE_ORDER_NR":"Purchase order no.","PURCHASE_ORDER_NR2":"Purchase order number","PURCHASE_ORDER_OR_INTERNAL_DELIVERY_PRESENT":"A PO or Inter branche is linked to this order line","BUTTON_ADD_EMPLOYMENT_CONTRACT":"Add employment button","BUTTON_ADD_INSURED_INTEREST":"Add insured interest button","BUTTON_ADD_MEDICAL_OFFICER":"Add medical officer button","BUTTON_ADD_ORGANISATION":"Add organization button","BUTTON_ADD_OWN_RISK":"Add excess button","BUTTON_ADD_PERSON":"Add person button","BUTTON_ADD_SALARY_CONTRACT_DOCUMENT":"Add employment document button","BUTTON_ADD_SALARY_DATA":"Add salary details button","BUTTON_ADD_SALARY_INFO":"Button Upload collective wage statements","BUTTON_ADD_SERIAL":"Add serial number","BUTTON_ADD_SERVICE_PROVIDER":"Add service provider button","BUTTON_ADD_SKILL":"Add skill button","BUTTON_REMOVE":"Delete button","BUTTON_REMOVE_ACCOUNTS":"Delete account","BUTTON_REMOVE_ADDRESS":"Delete address button","BUTTON_REMOVE_CONTACT_OPTION":"Delete contact option button","BUTTON_REMOVE_CONTRACT":"Delete contract","BUTTON_REMOVE_MEDICAL_OFFICER":"Delete button casemanger","BUTTON_REMOVE_SALARY_INFO":"Button delet collective wage statements","BUTTON_REMOVE_SERIAL":"Delete serial number","BUTTON_TEXT":"Text button","BUYER":"Buyer","BUYER_DATA":"Debtor data","BUYER_DESCRIPTION":"Purchase description","BUYER_DETAILS":"Debtor details","BUYER_NUMBER":"Buyer number","BY":"By","BY_EMAIL":"E-mail address","BY_HEADER":"By header","BY_LAST_DELIVERY_DATE":"Based on last delivery date","BY_LINE":"By line","BY_TELEPHONE":"By telephone","BY_USER":"By user","SHOW_REGULAR_ARTICLES":"Show standard products","SHOW_RESULT":"Show result","SHOW_SELECTED_EXCEPTIONS_ONLY":"Show selected exceptions only","SHOW_SELECTION":"Show selection","SHOW_SERVICE":"Show service","SHOW_SIGNED_IN":"Show Goods accepted","SHOW_SOME":"Show number","SHOW_STATUSBAR":"Show status bar","SHOW_STATUSBAR_ALLOCATED":"Show status bar allocated","SHOW_STATUSBAR_CONFIRMED":"Show status bar confirmed","SUB_TITLE_CAT_MGMT_ORDER_CONF_IMPORT":"In this rubric you can import order confirmations.","SUCCESS":"Success","SUCCESSFUL":"Successful","SUGGESTED_PRICE":"Recommended price","SUGGESTED_RETAIL_PRICE":"Recommended price","SUGGESTED_RETAIL_PRICE_ART":"Suggested list price product","SUGGESTIONS":"Suggestions","SUGGESTIONS_AFTER_X_CHARS":"Suggestions after | ~ characters ..","SUM":"Amount","SYSTEMMANAGEMENT":"System management","SYSTEM_MANAGEMENT":"System management","TABLE":"Table","TAG":"Tag","TAGS":"Tags","TAGS_AVAILABLE":"Available tags","TAGS_COUPLED":"Associated tags","TAGS_DRAG_HERE":"Drag tags here or double click on the tags","TAGS_OPEN_TREE":"open tag list","TAG_ASSIGNED":"TAG Allocated","TAG_GROUP":"TAG Group","TAKEAWAY_NOT_SUPPORTED":"Take with is not possible with current settings.","TAKE_OVER":"Apply","TAKE_OVER_CASH_DRAWER":"Take over drawer","TAKE_OVER_CASH_ON_DELIVERY_AMOUNT":"Transfer COD amount to the order","TAKE_OVER_CASH_ON_DELIVERY_AMOUNT_QUESTION":"Do you want to transfer the COD amount from |~ to the order?","TAKE_OVER_CHOICE":"Adopt choice","TAKE_OVER_FORMULA_QUESTION":"This Product is linked to a shopformula. Also link the base Product? If a formula is already linked to the base Product, it will be overwritten.","TAKE_OVER_TO_PAY_DOWN":"Apply min. deposit","TARGET":"Purpose","TARGET2":"Purpose","TARGETLOCATION_REQUIRED":"Target location required","TARGETWAREHOUSE_REQUIRED":"Target warehouse mandatory","TARGET_BRANCH":"Target Store","TARGET_DATE":"Target date","TARGET_DATE_AFTER":"Target date after","TARGET_DATE_SPEC":"Target date type","TARGET_LOCATION":"Target location","TARGET_REL_NAME":"Target relation","TARGET_STOCK":"Stock target","TARGET_WAREHOUSE":"Target warehouse","TARGET_WAREHOUSES":"Target Warehouses","TARGET_WAREHOUSE_FOR_PURCHASE_ADVICE":"Target Warehouse for replenishment","TASK":"Task","TASKNR":"Task No.","TASKNUMBER":"Task No.","TASKS":"Tasks","TASKSCREEN":"Tasks","THREE_DAYS_VIEW":"3 days","FIVE_DAYS_VIEW":"5 days","WEEK_VIEW":"7 days","IBAN":"IBAN","ICON":"Icon","ID":"ID","IDENTIFICATION":"Identificatioin","IDENTIFICATION_NUMBER":"Identification no.","IDENTIFICATION_TYPE":"Identification type","ID_REQUIRED":"Activity ID is required.","ILL":"Absence","ILL_OUT_OF_SERVICE":"Sick out of employment","IMAGE":"Image","IMAGE PROVIDER":"Image provider","IMAGES":"Images","STATUS_ACTIVE":"Status active","STATUS_AND_WORKFLOW":"Status & workflow","STATUS_CHANGE":"Status change","STATUS_REQUIRED":"Status is required.","STD":"Def.","STD_DELIVERY_METHOD":"Def. delivery meth.","STD_DEL_TIME":"Default delivery time","STD_DEL_TIME_SALES":"Default delivery time sales","STD_DETERMINED":"Definable for standard viewing period","STD_ESTIMATE_MINS":"Default estimation in minutes","STD_FOOT":"def.footer","STD_HEAD":"def.header","STD_LOCATION":"Def. location","STD_PRIJSL_CODE_I":"Def. price list code purchase","STD_PRIJSL_CODE_V":"Def. price list code sales","STD_TO_PLAN":"Default to plan","STD_VALUTA":"Default currency","STD_WAREHOUSE":"Def. Warehouse","STEP":"Step","STEP_1":"Step 1","STEP_2":"Step 2","STEP_3":"Step 3","STEP_4":"Step 4","STEP_SIZE":"Increment","STEP_SIZE_NON_ZERO":"Increment must not be 0","STICKER":"Label","STICKER_AMOUNT":"Number of stickers","STILL_TO_PAY":"To be paid","STOCK":"Stock","STOCKTAGSWINDOW":"Stock TAGS","STOCK_ADJUSTMENTS":"Stock adjustments","STOCK_AVAILABLE_CHANGE_WAREHOUSE_OR_COMMISSIONCODE":"There is sufficient stock. Change warehouse and/or commission code.","STOCK_BELOW_ZERO_TEXT":"Stock quantity cannot be negative","STOCK_COMPARISON":"Stock comparison","STOCK_DATE":"Stock on inventory date","STOCK_DETAILS":"Stock details","STOCK_DIFFERENCES":"Stock differences","STOCK_FORECAST":"Stock forecast","BATCH":"Batch","BATCHES":"Batches","BATCHJOB_ALREADY_RUNNING":"This batch job is already running","BATCHJOB_EXECUTED":"Batch is ready. Number of items processed:","PURCHASE_ORDER_PRESENT":"Purchase order linked to this order line","PURCHASE_PARAMETERS":"Purchase parameter","PURCHASE_PERIOD":"Purchase period code","PURCHASE_PERSON":"Buyer","PURCHASE_PORTAL":"Purchase portal","PURCHASE_PRICE":"Purchase price","PURCHASE_PRICE_ART":"Purchase price Product","PURCHASE_PRICE_EX_VAT":"Purchase price ex. VAT","PURCHASE_PRICE_EX_VAT_SERVICE":"Service purchase value (ex. VAT)","PURCHASE_PRICE_EX_VAT_TOTAL":"Purchase price of service (ex. VAT)","PURCHASE_PRICE_IN_VAT":"Purchase price incl. VAT","FIRST_TRACK_POSSIBILITIES":"Indicate below which options are still available","FIRST_YEAR":"First year","FIRST_YEAR_EVALUATION":"One year evaluation","FIXED_ASSETS":"Fixed assets","FIXED_CALCULATION_PRICE":"Fixed settling price","FIXED_EAN":"Fixed EAN","FIXED_EAN_IN_MULTIDRAG_NOT_ALLOWED":"Option Values ??with a fixed EAN code are not allowed if you want to add multiple option values ??simultaneously.","FLAT_ARTICLES":"Flat Products","FLEX_AND_SECURITY":"Flex and certainty","FLOOR_SYMBOLS":"PIT Symbols","FOLLOW_GENERIC_TRANSITION":"Generic follow-up transition","FOLLOW_GENERIC_TRANSITION_REQUIRED":"Generic follow-up transition required when pausing the workflow","FOLLOW_UP_DATE":"Follow up date","FOLLOW_UP_DATE_LAST":"Latest follow-up date","FOOTER":"Footer","FOOT_TEXT":"Footer text","FOR":"For","FORBIDDEN_TO_CHANGE_TREE":"Changes to the structure of a fixed option value tree is not allowed within a product configuration. To do this open the option value-tree in the library.","FORCE_CLOSE":"Force end of session","FORCE_REMOVE_LOCK":"Remove lock","FORCE_REMOVE_LOCK_QUESTION":"Are you sure you want to forcefully remove this lock?","FORM":"Form","FORMAT":"Format","FORMAT_BOLD":"Bold","FORMAT_ERROR":"Transaction Format error","FORMAT_HEADER":"Layout profile","FORMAT_HEADER1":"Header1","FORMAT_HEADER2":"Header2","FORMAT_HEADER3":"Header3","FORMAT_HEADER4":"Header4","SHOW_STATUSBAR_DELIVERED":"Show status bar delivered","SHOW_STATUSBAR_INVOICED":"Show status bar invoiced","SHOW_STATUSBAR_INVOICE_CONTROL":"Show status bar invoice check","SHOW_STATUSBAR_ORDERED":"Show status bar ordered","SHOW_STATUSBAR_PICKED":"Show status bar picked","SHOW_STATUSBAR_PLANNED":"Show status bar planned","SHOW_STATUSBAR_PREFERENCE_REQUESTED":"Show status bar preferred delivery date requested","SHOW_STATUSBAR_PREFERENCE_REQUESTED_ENTERED":"Show status bar preferred delivery date entered","SHOW_STATUSBAR_RECEIVED":"Show status bar received","SHOW_STATUSBAR_RECEIVED_UNPROCESSED":"Show status bar received unprocessed","SHOW_STATUSBAR_TO_BE_PICKED":"Show status bar to be picked","SHOW_STATUSBAR_TRANSPORT_NOTIFICATION":"Show statusbar transport notification","SHOW_SUGGESTIONS":"Show suggestions","SHOW_SUMMARY":"Show summary","SHOW_TITLE":"Show title","SHOW_WHEN":"When to show","SHOW_WORKFLOW_NOTIFICATION_SETTINGS":"Display workflow notification settings","SH_REINT_EXP_LESS_THAN_3_MONTHS":"The expectation was that the absenteeism would not last longer than 3 months.","SH_REINT_LESS_THAN_10_WEEKS":"The employee has been absent for less than 10 weeks at the end of the employment.","SICK_FROM":"Absent from:","SICK_LEAVE":"Notification of absence","SIDEBAR":"Sidebar","SIDEBAR_BUTTON":"Sidebar hide button","SIDE_PANEL":"Side bar","SIGNATURE":"Signature","SIGNATURE_BUYER":"Buyer's signature","SIGNATURE_DATE":"Signature","SIGNATURE_SELLER":"Signature sales person","SIGNED_IN":"Reported received","SIGNED_OFF":"Signed off","SIGN_DOCUMENT":"Sign document","SIGN_DOCUMENTS":"Sign documents","SIGN_IN":"Subscribe","SIGN_UP":"Register","SILVER_MEDAL":"Silver medal!","SINCE":"Since","SINGLE":"Single","SINGLE_OR_RANGE_DATE":"Single date or serie","EXECUTED_PAYMENTS":"Executed payments","EXECUTED_TRANSITIONS":"Transitions performed","EXECUTE_PAYMENT":"Execute payment","TASK_CANCEL_ACTION":"If the transition expires","TASK_CANCEL_ACTION_CLOSE":"Close Task","TASK_CANCEL_ACTION_DELETE":"Delete Task","TASK_CANCEL_ACTION_KEEP":"Keep Task","TASK_CANCEL_ACTION_REQUIRED_FOR_TASK_TRIGGER":"Indicate what has to be done with the task if the transition is canceled","TASK_CANCEL_ACTION_REUSE":"Re-use Task","TASK_CATEGORY":"Task Category","TASK_COLOR":"Task color","TASK_DELEGATION":"Extended arm","TASK_DESCRIPTION":"Job description","TASK_DETAILS":"Task details","TASK_EDIT":"Edit task","TASK_EXECUTED":"Task done","TASK_ID":"Task No.","TASK_INFORMATION":"Task information","TASK_MESSAGE":"Task message","TASK_PROCESSES_RESTARTED":"Task workflow processes restarted","TASK_REQUIRED":"(Legal) Mandatory task","TASK_X_SUCCESFULLY_CANCELLED":"Picking task: |~ has been canceled successfully","TAX_CODE":"Sector code tax authorities","TAX_GROUP":"Premium group tax office","TAX_PERIOD":"Premium period tax authorities","TAX_RATE":"Premium percentage tax authorities","TAX_WAGE":"Tax wage","TITLE_SAVE_CONTOPT_FIRST":"Save contact option","TO":"up to","TO1":"To","TODAY":"Today","TODO":"to do","TOMORROW":"Tomorrow","TOOLTIP_ADD":"Add (Ctrl-N)","TOOLTIP_APPLY":"Apply (Ctrl-S)","TOOLTIP_CANCEL":"Cancel (Ctrl-w)","TOOLTIP_DELETE":"Delete (Del)","TOOLTIP_EDIT":"Edit (F2)","TOOLTIP_EXCEL":"Excel export","TOOLTIP_OK":"Ok (Ctrl-Enter)","TOOLTIP_PRINT":"Print (Ctrl-P)","TOOLTIP_REFRESH":"Refresh (F5)","TOO_LATE":"Too late","TOO_LATE2":"Requires attention","TOO_MANY_ACCEPTED":"Qty to accept in is too high","TOO_MANY_ORDERS":"Please note that not all orders are picked up. If the target order is not picked up, you must use another search term.","TOO_MUCH_DISCOUNT_ON_LINES":"Too much discount has been given for one or more lines. You cannot save because of this. Adjust the discount for rules","BATCHJOB_FINISHED":"This batch job is ready!","BATCHJOB_NOT_RUNNING":"This batch job is currently not running","BATCHJOB_STARTED_WITH_ID":"Batch job started with id:","BATCHJOB_STILL_RUNNING":"This batch job is currently still running","BATCH_ALLOCATE_UNALLOCATED_LINES":"Batch allocation","BATCH_AMOUNT":"Batch amount","BATCH_CANCELLED_LABEL":"Canceled","BATCH_CANCELLING":"Cancel","BATCH_CHUNK_INDEX":"Batch index","BATCH_DELIVERY":"Delivery batch","BATCH_DELIVERY_NOTES":"Batch delivery notes","BATCH_FINALIZING_LABEL":"Rounding off","BATCH_FINISHED":"Finished processing","BATCH_FINISHED_LABEL":"Processed","BATCH_GOODS_PICKED":"Batch articles picked","BATCH_GOODS_TO_BE_PICKED":"Batch articles to be picked","BATCH_INVOICE":"Batch invoice","BATCH_ITEMS_ALL_SUCCESS":"All items successfully processed","BATCH_ITEMS_UNPROCESSED":"Number of unprocessed items","BATCH_ITEM_NO_TEMPLATE":"No report template found for this order","BATCH_ITEM_NO_TEMPLATE2":"No report template found for this transaction.","BATCH_NO":"Batch number","BATCH_NOT_EDITABLE":"The filed batch can no longer be modified because the item |~ |~ |~","BATCH_NO_ITEMS_TO_PROCESS":"No items to be processed","BATCH_NUMBER":"Batch no","BATCH_ORDER_CONFIRMATION":"Batch order confirmation","BATCH_PENDING":"Wait","BATCH_PURCHASE_ORDER_FORM":"Batch Purchase Order Form","BATCH_REQUIRED":"Batch can not be empty in a batch Product","BATCH_RUNNING":"Processing..","BCC":"BCC:","BEFORE_DATE":"Before date","BEGIN_BOOK":"Start book","BENEFICIARY":"Beneficiary","BETWEEN_30_AND_60":"Between 30 and 60 days","BIC":"BIC","BIG_REGISTRY_NUMBER":"BIG registry number","BILLING":"Billing","BILLS":"Notes","BILL_OF_MATERIAL":"Bill of material","PRICE":"Price","PRICELIST":"Price list","PRICELISTS_PURCHASE":"Purchase pricelists","PRICELISTS_SALES":"Sales pricelists","PRICELIST_ALTERATIONS":"Pricelist alterations","PRICELIST_ANNOTATIONS":"Pricelist entries","PRICELIST_DETAILS":"Pricelist details","PRICELIST_DURATION":"Duration pricelist","PRICELIST_LABEL":"Pricelist label","FORMAT_ITALIC":"Italic","FORMAT_NORMAL":"Normal","FORMAT_UNDERLINE":"Underline","FORMBUILDER":"Forms Builder","FORMS":"Forms","FORMS2":"Forms","FORMULA":"Formula","FORMULA_FIELD":"Formula field","FORMULA_FIELDS":"Formula fields","FORWARD":"Forward","FORWARD_URL":"Forward URL","FOR_DOCUMENTS":"Intended for documents","FOR_VKP_ONLY":"Only for preferred planning","FOSTER_CARE":"Foster care","FOUNDATION":"Foundation","FOUND_ARTICLES":"Products found","FREE":"Free","FREE_COMMISSIONCODE":"Changeable Sourcing code","FREE_COMM_CODE":"Allow Sourcing code change","FREE_DESCRIPTION":"Allow descr. change","FREE_INPUT":"Free input","FREE_PRICE":"Allow price change","FREE_RECIPIENTS":"Changeable recipients","FREE_STOCK":"Available Stock","FREE_STOCK1":"Now available","FREE_SUPPLIER":"Change supplier","FREQUENCIES":"Frequencies","FREQUENCY":"Frequency","FREQUENCY_12MNTH":"Frequency (12 months)","FREQUENCY_CODE":"Frequency code","FREQUENTLY_ABSENT_EMPLOYEE_WARNING":"Warning for frequently absent employee","FREQUENT_ABSENCE":"Regular absence","FRIDAY":"Friday","SERVICE_NR":"Service no.","SERVICE_NUMBER":"Service no.","SERVICE_OPENED":"Service order opened","SERVICE_ORDER":"Service order","SERVICE_ORDERS":"Service orders","SERVICE_ORDERS_LOCKED":"Service orders which are modified by another user:","SERVICE_OVERVIEW_DEFAULT":"Default Service overview","SERVICE_PROVIDER":"Service provider","SERVICE_PROVIDERS":"Service providers","SERVICE_PROVIDER_EDIT":"Edit service provider","SERVICE_PROVIDER_NEW":"New service provider","SERVICE_PROVIDER_NR":"Service provider number","SERVICE_REPORT":"Service report","SERVICE_REPORT2":"Service receipt","SERVICE_REQUEST_DATE":"Request date","SERVICE_STATE":"Service status","SESSIONS":"Sessions","SESSION_ID":"Session No.","SESSION_MANAGEMENT":"Manage sessions","SETTING":"Setting","SETTINGS":"Settings","SETTINGS_DEFAULTS":"Default Settings","SETTINGS_FOR_BATCH":"Apply to the whole batch","SETTING_METALNESS":"Metalness value (Light reflection based on metallicity)","EXECUTION_ACTION":"Action to be excuted","EXECUTION_DATE":"Output Date","EXECUTION_DATE_AFTER":"Run after","EXECUTIVE":"Person executing","EXECUTIVE_REQUIRED":"Executive is required.","EXECUTIVE_ROLE":"Executive role","EXECUTIVE_USER":"Person executing","EXECUTIVE_USERGROUP":"Executive group","EXECUTIVE_USERGROUP_REQUIRED":"Executive person, role or user group","EXISTIG_PICKING_LIST":"Existing picking list","EXISTIG_PICKING_LIST_INTER_BRANCH":"Existing inter-branch picking list","EXISTIG_PICKING_LIST_SALES":"Existing pickinglist sales","EXISTING_COND_ART_DRAGGED_COND_NO_ART":"Existing condition is an Product. The dragged condition is not.","EXISTING_COND_OPT_DRAGGED_COND_NO_OPT":"Existing condition is an option. The dragged condition is not.","EXISTING_COND_OPV_DRAGGED_COND_NO_OPV":"Existing condition is an option value. The dragged condition is not.","EXISTING_CONTACT":"Existing contact","EXISTING_CUSTOMER":"Existing customer","EXISTING_CUSTOMERS":"Existing customers","EXISTING_DRIVER_CHECKOUT_LIST":"Existing Drivers Payment list","EXISTING_EXECUTED_INTERNAL_DELIVERY_PROCEED":"An internal delivery was already completed, continue?","EXISTING_IN":"Existing in","EXISTING_RETAIL_ORDERS_QUESTION":"There are one or more sales orders connected to this purchase order. If you continue the links are removed. Do you want to continue?","EXIT":"Exit","EXIT2":"Close","EXIT_STATE":"Exiting status","EXPAND_ALL":"Open all","EXPECTED_DATE_SCORING":"Expected conversion date","EXPECTED_DELIVERY":"Expected delivery date","EXPECTED_DELIVERY_DATE":"(Expected) delivery date","EXPECTED_DELIVERY_WEEK":"Expected delivery week","EXPECTED_FIRST_LEAVE_DAY":"Excpected first day of leave","EXPECTED_RECOVERY":"Expect recovery","EXPECTED_RETURN":"Expected return to work date","EXPECTED_SCORING_DATE":"Expected Conversion date","TOP_10_MOST_ABSENCE_EMPLOYEES":"Top 10 most absent employees","TOTAL":"Total","TOTALS_AND_DISCOUNT":"Totals and discount","TOTALS_DISPLAY":"Calculate Totals","TOTAL_AMORTIZATION":"Depreciations","TOTAL_AMOUNT":"Total amount","TOTAL_AMOUNT_TO_PAY":"Total amount is","TOTAL_ARTICLES_IN_ORDER":"Number of article orders","TOTAL_ASSEMBLY_TIME":"Total assembly time","TOTAL_BILLS":"Total Tickets","TOTAL_COINS":"Total Coins","TOTAL_COUNTED":"Total counted","TOTAL_CW":"Total CM","TOTAL_DISCOUNT":"Total discount","TOTAL_DOWN_PAID":"Total paid deposit","TOTAL_FULLTIME_EQUIVALENT":"Amount of fulltime-equivalents","TOTAL_GROSS":"Total gross","TRANSACTION_DATE":"Date","TRANSACTION_DATE2":"Transaction date","TRANSACTION_DEFINITIVE":"Definite delivery date","TRANSACTION_DELETED":"Transaction is removed","TRANSACTION_DETAILS":"Order details","TRANSACTION_DETAILS2":"Details of your order | ~","TRANSACTION_DIRECT_SELL_SUPPLIER_WAREHOUSE_DIFFERENCE":"It is not allowed to have direct sell lines from the same supplier but multiple warehouses in one order.","TRANSACTION_DISCOUNT":"Order discount","TRANSACTION_DISCOUNT_AMOUNT":"Transaction discount amount","TRANSACTION_DISCOUNT_PERC":"% Order discount","TRANSACTION_DISCOUNT_PERCENTAGE":"Transaction discount %","TRANSACTION_IN_USE":"Order is already in use","TRANSACTION_IS_DEFINITIVE":"Transaction is final","TRANSACTION_LINES":"Transaction lines","TRANSACTION_LINE_PRICE_DECLARATION":"Order line price declaration","TRANSACTION_MARGIN":"Margins","TRANSACTION_MESSAGE_INCORRECT":"Transaction Message incorrect version","TRANSACTION_NOT_DEFINITIVE":"Transaction is not final","TRANSACTION_NOT_DEFINITIVE_SPECIFY_ON_HOLD_CODE":"Transaction is on hold, please select a hold code.","TRANSACTION_NO_DIRECT_SELL_ADD_WHEN_ALREADY_ORDERED_FOR_SUPPLIER":"It is not allowed to make a direct sell for a supplier if an order has already been placed with this supplier within the order.","PRICELIST_LABELS":"Pricelist labels","PRICELIST_NR_SELECTION":"Number of selected cells","PRICELIST_OPEN_EXTRA":"Load full price list? Of not, only the currently visible Products can be edited","PRICELIST_PRIORITY_DUPLICATE":"Priority already exists. Are you sure you want to give this priority? Lists with the same priority will be reduced.","PRICELIST_PURCHASE":"Pricelist purchase","PRICELIST_SALES":"Pricelist sales","PRICELIST_SELECTION":"Pricelist for selection","PRICES":"Prices","PRICESUM":"Total price","PRICES_MANAGEMENT":"Price management","PRICES_MANAGEMENT_DEFAULT":"Price maintenance default","PRICE_AS_COMPOSED":"Price as compiled","PRICE_CHANGABLE":"Price editable","PRICE_CHANGE":"Price change","PRICE_CLASS":"Price class","PRICE_CLASSES":"Price classes","PRICE_CURRENCIES":"Price in currency","PRICE_DECLARATION":"Price declaration","PRICE_DESCRIPTION":"Price Description","PRICE_DETAILS":"Price details","PRICE_DEVIATION":"Price deviation","PRICE_EXCEPTIONS":"Price exceptions","PRICE_EXCEPTIONS_ONLY_ON_OPV_OR_NOV":"Price exceptions can only be registered on option value level.","PRICE_EXCEPTION_TARGET":"Price exception target","PRICE_INCORRECT":"Price per liter is wrong","PRICE_INFORMATION":"Price information","PRICE_LIST":"Price list","PRICE_LISTS":"Price lists","PRICE_LIST_ADD":"Add pricelist","PRICE_LIST_CACHE_COMPLETE":"Price list priority cache has been refreshed.","PRICE_LIST_CACHE_NEEDED":"Data was changed that requires a refresh of the price list cache, refresh now? This could take a while.","PRICE_LIST_DESCRIPTION":"Price list description","PRICE_LIST_KIND":"Type","PRICE_LIST_REMOVE":"Hide pricelist","PRICE_LIST_TYPE":"Type of","PRICE_MATRIX":"Price Matrix","PRICE_PROPERTIES":"Price properties","PRICE_RANGE":"Price range","PRICE_ROUNDING":"Price rounding","PRICE_ROUNDING_INK":"Rounding purchase","SETTING_REPEAT_X":"Repetition of the material tile in X direction","SETTING_REPEAT_Y":"Repetition of the material tile in Y direction","SETTING_ROUGHNESS":"Roughness value (Light reflection based on roughness)","SETTLED":"Settled","SETTLED_DOWN_PAYMENT":"Settled deposits","SETTLED_SO_FAR":"Already settled","SET_AS_DEFAULT_SETTING":"Set as default","SET_COLOR":"Set color","SET_TO_DROP_SHIPMENT_LIKE_OTHER_DIRECT_SELL_LINES":"Rule has been put on drop shipment because other direct sell rules for this supplier are also on drop shipment","SET_VAT_FOR_OTHER_COUNTRY":"For relations abroad, specific VAT codes must be set up. Do you want to do that immediately?","SITDEPTH":"Seat depth","SITHEIGHT":"Seat height","SIZE":"Size","SKILL":"Skills","SKILLS":"Skills","SKIMMING":"Process end of day","SKIP":"Skip","SKIPPED":"Skipped","SKIP_DEFAULT":"Skip default?","SKIP_IMAGE":"Skip image","SKIP_TEXT":"Skip text","SLA":"SLA","SLA_CATEGORIES":"SLA Categories","SLA_CONTRACT_TYPES":"SLA Contract Types","SLA_KIND":"SLA Type","SLA_PRODUCTS":"SLA Products","SMS":"SMS","SOCIAL_INSURED_WAGE":"Socially insured wages","SOCIAL_SECURITY_NUMBER":"Social security number(SSN)","SOCIAL_SECURITY_NUMBER2":"Social security number","SOCIAL_SECURITY_NUMBER3":"Social Security Number","SOD_SERVICE":"Start of Day Service","SOFTWARE":"Software","SOFTWARE_ACCOUNTS":"Software accounts","SOFTWARE_DOCUMENTS":"Software documents","SOME":"Some","SOMETHING_WENT_WRONG":"Something went wrong, try refreshing the screen or contact the helpdesk","SOME_INFORMATION_ABOUT":"Some information about it","SORTING":"Sort","SORTING_ORDER":"Sort order","SORT_BY":"Sort by","SORT_BY2":"Sort by","SOURCE_BRANCH":"Source Store","SOURCE_LOCATION":"Source Location","SOURCE_MANAGEMENT":"Source management","SOURCE_SUPPLIER":"Supplier srv art","SOURCE_WAREHOUSE":"Source warehouse","SOURCE_WAREHOUSE_MANDATORY":"Source Warehouse mandatory","EXPEND":"Issue","EXPENSE":"Expense","EXPENSE_DATE":"Effective date","EXPENSE_MONEY_BACK":"Issue money back","EXPIRED_30_60_DAYS":"Expired 30-60 days","EXPIRED_LESS_THAN_30":"Expired < 30 days","EXPIRED_MORE_THAN_60":"Expired > 60 days","EXPIRY_DATE":"Expiry date","EXPLAIN_DRAWER":"For this POS a cash drawer is mandatory. Please select or create one.","EXPLANATION":"Explenation","EXPORT":"Export","EXPORTS":"Exports","EXPORT_DATA":"Export data","TRANSACTION_SUM":"Order total","TRANSACTION_SUM_E":"Order gros","TRANSACTION_SUM_HV":"Order total incl VAT in standard currency","TRANSACTION_SUM_I":"Order net","TRANSACTION_SUM_V":"Order taxes","TRANSACTION_TEST_SUITE":"Transaction test suite","TRANSACTION_TEXTS":"Transaction texts","TRANSACTION_TOTAL":"Transaction total","TRANSACTION_TOTAL_ROUNDED":"Order Total completed","TRANSACTION_TYPE":"Transaction type","TRANSACTION_TYPES":"Transaction Types","TRANSACTION_VERSION_MISMATCH":"The data has now been updated, a new version is being retrieved...","TRANSACTION_VERSION_MISMATCH_ERROR":"Error during retrieval of new version","TRANSACTION_WAS_SUCCESSFULLY":"The debit card transaction has been successfully completed","TRANSFER":"Transfer","TRANSFERS":"Transfers","TRANSFER_CASELOAD":"Transfer caseload","TRANSFER_NO":"Transfer ID","TRANSFER_REQUESTS":"Transfer request","TRANSFER_STICKER":"Transfer Sticker","TRANSFER_STOCK":"Transfer stock","TRANSFER_TO_CASE_MANAGER":"Transfer to case manager","TRANSFER_TO_CASE_MANAGER_TASK_DELEGATION":"Transfer to case manager with task delegation","TRANSFER_TO_CONSULT_DOCTOR":"Transfer to consultation physician","TRANSFER_TO_LABOR_EXPERT":"Transfer to occupational health expert","TRANSFER_TO_MEDICAL_OFFICER":"Transfer to company doctor","TRANSFER_TO_STAFF_DOCTOR":"Transfer to Staff Doctor","TRANSACTION_NO_DIRECT_SELL_WHEN_ALREADY_ORDERED_FOR_SUPPLIER":"It is not allowed to change direct sell if an order has already been placed within the order with this supplier of the line to be changed.","TRANSACTION_NO_PARTIAL_DELIVERY":"No split delivery","TRANSACTION_NR_EXISTS":"Transaction number already exists","TRANSACTION_NUMBER":"Order no.","TRANSACTION_NUMBER2":"Transaction no.","TRANSACTION_PRICE_DECLARATION":"Order price declaration","TRANSACTION_REFERENCE":"Transaction reference","TRANSACTION_SEARCH_GENERAL_INFO":"Search by number, relation, reference, address or contact options.","TRANSACTION_SHOW_INACTIVE":"Show inactive orders","UNDO_QUESTION_PICKING_AND_TO_PICK":"Correct Picking and Picked status after the correction of allocated Goods?","UNDO_RETURNS":"Undo return","UNEVEN_BRACKETS":"Numbers of opening brackets not equal to closing brackets","UNFIXABLE_ERROR_REASON":"An unknown error has occurred. The action is aborted. See log file for more information.","UNIFORM":"Uniform","UNION":"Union","UNION_NR":"Union number","UNION_NUMBER":"Union no.","UNIT":"Unit","UNITS":"Units","UNITY_THUMB":"3d thumbnail","UNIT_CODE":"Unit code","UNIT_PRICE":"Product price","UNKNOWN":"Unknown","UNKNOWN_ADDRESS":"Restart configuration","UNKNOWN_ADDRESS_CHECK_IT":"The address was not found, please check wether it is correct.","UNKNOWN_DELIVERY_DATE":"Onknown delivery date","UNKNOWN_ERROR":"Unknown error","UNPOPULATED_FIELDS_AMOUNT":"There are still |~ fields not filled in, it is not yet possible to save.","UNPOPULATED_FIELD_MSG_MULTIPLE":"Several mandatory fields have not yet been filled in, it is not yet possible to save.","UNPOPULATED_FIELD_MSG_SINGLE":"One mandatory field has not yet been filled in, it is not yet possible to save.","UNPROCESSED":"Unprocessed","UNPROCESSED_ENTRIES":"Unprocessed entries","PRICE_ROUNDING_SYS":"Default rouding rule","PRICE_ROUNDING_TO":"Price rounding off on","PRICE_ROUNDING_USER":"Bespoke Rouding rules","PRICE_ROUNDING_VER":"Rounding sales","PRICE_RULES":"Price rules","PRICE_TAGS":"Price cards","PRICE_TAGS_DEFAULT":"Price cards default","PRICE_TAGS_DETAILS":"Pricetag details","SELECT_A":"Select a","SELECT_ACCOUNT_MANAGER":"Select account manager","SELECT_ACTION":"Select an action","SELECT_ADDRESS":"Select address","SELECT_ALL":"Select all","SELECT_ALL_LINES":"Select all lines","SELECT_ALL_ORDERS":"Select all orders","SELECT_ARTICLE":"Select an Product","SELECT_A_FORMULA":"Select a formula","SELECT_A_FORMULA_FIELD":"Select a formula field","SELECT_A_LANGUAGE":"Select a language first","SELECT_A_LINE":"First select a line","SELECT_A_SUPPLIER":"Select a supplier","SELECT_A_TYPE":"Select a type","SELECT_A_TYPE2":"Select a type","SELECT_A_VALUE":"Select a value","SELECT_CASE_MANAGER":"Select case manager","SELECT_CASH_REGISTER":"Select point of sale","SELECT_CASH_REGISTER_DRAWER":"Please select a Cash Register and Cash Drawer to proceed","SELECT_CHART":"Select report","SELECT_COLOR":"Select color","SELECT_COLORS":"Select colors","SELECT_COMPANY":"Select a company","SELECT_CONSULTANT":"Select consultant","SELECT_CONTACT_OPTION":"Select contact option","SELECT_CUSTOMER":"Select a customer","SELECT_DATE":"Select a date","SELECT_DATE_RANGE":"Select a start date and an end date","SELECT_DESELECT_ALL":"(de)select all","SELECT_DRAWER":"Select cash drawer","SELECT_EMAIL_ADDRESS":"Choose an email address","SELECT_EMPLOYER":"Select employer","SELECT_END_DATE":"Select end date","SELECT_EXISTING_CUSTOMER":"Select a existing customer first","SELECT_FOR_HAS_BEEN_PICKED":"Selected picked items","SELECT_FOR_PICKED_INTER_BRANCH":"Select picked for internal delivery","SELECT_FOR_TO_PICK":"Select to pick","SOURCE_WAREHOUSE_NUMBER":"Source Warehouse","SPACE":"Space","SPEAK_NOW":"Speak now","SPECIAL_DISCOUNT":"Special discount","SPECIAL_LEAVE":"Special leave of absence","SPECIAL_LEAVE_STATUS":"Special leave of absence status","SPECIAL_RETAIL_PRICE":"Special sales","SPECIFICATE":"Specify","SPECIFICATIONS_AND_REMAKRS":"Specifications and remarks","SPECIFICATIONS_AND_REMARKS":"Specifications and remarks","SPECIFIC_SETTINGS":"Specific settings","SPECIFY_DISCOUNT_REASON":"Please state the reason:","SPEECH_TO_TEXT":"Speech to text","SPENDING_AVERAGE":"Average spending","SPENDING_DATE":"Spending Date","SPENDING_LAST":"Last spending","SPENDING_LAST_DATE":"Date last change","SPENT":"Spent","SPHERE":"Style","SPHERECODE":"Style code","SPHERES":"Styles","SPHERE_IMAGES":"Sphere images","SPLIT_BOOKING_LINE":"Split booking rule","STABLE":"Stable","STACKABLE":"Stackable","STAFF_DOCTOR":"Staff doctor","STAFF_DOCTORS":"Staff doctors","STANDARD":"Standard","SUMMARY":"Overview","SUMMON":"Sum","SUM_INCLUDING_VAT":"Total incl. VAT","SUNDAY":"Sunday","SUNDAY_ABBREVATION":"S","SUPERVISOR":"Supervisor","SUPERVISOR_REQUIRED":"Supervisor is required.","SUPERVISOR_ROLE":"Supervisor role","SUPERVISOR_USERGROUP":"Supervisor group","SUPER_ARTICLE":"Main Product","SUPER_ARTICLES":"Main Products","SUPER_ARTICLE_INHERIT":"Make Changes to underlying items?","SUPER_ARTICLE_NR":"Main product no.","SUPER_ARTICLE_RETRIEVE":"Apply data of the main Product on this Product?","SUPER_ARTICLE_SELECTION":"Main Products selection","SUPER_ART_DISCOUNT":"Discount supplier / main art.","SUPER_SUB_ART_SEL":"Select an Product","SUPPLIER":"Supplier","SUPPLIERNAME":"Supplier name","SUPPLIERNO":"Supplier no.","SUPPLIERNR":"Supplier no.","SUPPLIERNR_ARTICLE":"Article nr supplier:","SUPPLIERS":"Suppliers","SUPPLIER_BLOCKED":"This supplier is blocked. You can not continue.","SUPPLIER_BLOCKED2":"This supplier has been blocked","TRANSFER_TO_WAREHOUSE":"Transfer to Warehouse","TRANSITION":"Transition","TRANSITIONS":"Transitions","TRANSITION_ALREADY_EXISTS":"This transition already exists.","TRANSITION_FUNCTIONS":"Transition functions","TRANSITION_MUST_HAVE_A_TRIGGER":"A transition has to have at least 1 trigger.","TRANSITION_TO_WCA":"Transition to WAZO","TRANSITION_TRIGGER":"Trigger for transition","TRANSIT_WAREHOUSE":"In transit warehouse","TRANSLATE_FROM":"Translate of","TRANSLATE_TO":"Translate to","OPEN_TASK":"Open task","OPEN_TEXT":"Open text","OPEN_WEBVIEW_FAILED_NO_EXTSOURCE":"he webview UI could not be opened. Check the external source for this catalog.","OPEN_WITH_APPLICATION":"Open with application","OPERATING_SYSTEM":"OS","OPERATOR":"Operator","OPSLAG_CONV_FACTOR":"Calc. Factor","OPTED_FOR":"Chosen for","OPTED_FOR_CASH":"Opted for cash payment.","OPTED_FOR_PIN":"Chosen for pin payment.","OPTION":"Option","OPTIONAL":"Optional","OPTIONS":"Options","OPTIONVALUE":"Option value","OPTIONVALUES":"Option values","OPTIONVALUE_TREES":"Fixed option value trees","OPTION_INFORMATION_VIEW":"Information about the option","OPTION_LIBRARY":"Option library","OPTION_PRICE":"Option price","OPT_STILL_IN_USE":"This option can not be removed because it is still used in one or more configurations.","OPVTEXT":"Description","OPV_STILL_IN_USE":"This option value can not be removed because it is still used in one or more configurations.","OPV_TREE":"Option Value-tree","OPV_TREE_MAINTENANCE":"Maintenance option value tree","OR":"or","ORDER":"Order","ORDERAMOUNT":"Qty","ORDERCONFIRMATION_ACCEPTANCE":"Order confirmation acceptance","ORDERED":"Ordered","ORDERFORM":"Order form","ORDERFORM_NOT_PRINTED":"There is no purchase order form printed.","ORDERING_PRIORITY":"Ordering priority","ORDERING_STICKER":"Order label","ORDERING_STICKERS":"Purchase Stickers","ORDERNUMBER":"Order no.","UNPROCESSED_MULTIPLE":"Unprocessed","UNSAVED_TRANSACTIONS":"Orders not yet saved","UNSPECIFIED":"Unspecified","UNSUBSCRIBE":"Log out","UNSUPPORTED_BROWSER":"Current browser is not supported by IONE JS, please use one of the browsers below.","UNTILL":"up to","UPDATE_ALL_SEARCH_INDEXES":"Updating all records","UPDATE_ALL_SEARCH_INDEXES_FAST":"Update all records (fast)","UPDATE_ARTICLES":"Update Articles","UPDATE_ARTICLE_PRICE":"Update price product","UPDATE_CONTAINER":"Container details","UPDATE_DATE":"Update date","VISITING_ADDRESS":"Visiting address","VISITING_ADDRESS_ADDITION":"Visiting address house no addition","VISITING_ADDRESS_ADDITION_NUMBER":"Visiting address house no addition","VISITING_ADDRESS_CITY":"Visiting address city","VISITING_ADDRESS_COUNTRY":"Visiting address country","VISITING_ADDRESS_COUNTRY_CODE":"Visiting address country code","VISITING_ADDRESS_DATE_IN":"Visiting address start date","VISITING_ADDRESS_DATE_OUT":"Visiting address end date","VISITING_ADDRESS_GLN":"Visiting address gln","VISITING_ADDRESS_HOUSE_NUMBER":"Visiting address house no.","VISITING_ADDRESS_NAME":"Visiting address name","VISITING_ADDRESS_NUMBER":"Visiting address house no.","VISITING_ADDRESS_POSTAL_CODE":"Visiting address Postcode","VISITING_ADDRESS_SEQUENCE":"Visiting address seuqnce no.","VISITING_ADDRESS_STATE":"Visiting address province/state","VISITING_ADDRESS_STREET":"Visiting address street","VISITING_ADDRESS_STREET_NAME":"Visiting address street","VISITING_ADDRESS_STREET_NAME_2":"Visiting address street 2","VISUAL":"Visual","VITALITY_STATUS":"Vitality assessment","VOLUME":"Volume","VOLUME_ABBREVATION":"full","VOLUME_ABBREVIATION":"full","VOLUME_RESTRICTED":"Limited volume","VOORRAAD_BIJHOUDEN":"Keep track of stock","VOORRAAD_LOCATIE":"Stock location","VOORRAAD_MAGAZIJN":"Stock Warehouse","VOORTGANGS_TRIAGE":"ProgressTriage","VOUCHERS":"Vouchers","VOUCHERS_MODULE_NOT_ENABLED":"Voucher module is not active.","VOUCHER_AMOUNT":"Voucher value","SELECT_FOR_TO_PICK_INTER_BRANCH":"Select to be picked for Interbranche","CHOOSE_TARGET_WAREHOUSE":"Choose target warehouse","CHOOSE_USER_GROUP":"Choose your user group","CHUNK_INDEX":"ChunckIndex","CITIZEN_SERVICE_NUMBER":"Social security number(SSN)","CITY":"City","CITY2":"City","CLARIFY":"Namely","CLASSIFICATIONS":"Classifications","CLASSIFICATION_CODE":"Classification code","CLASSIFICATION_DESCRIPTION":"Classification description","CLEAN":"Clean","CLEAN_PROCESSES_FOR_INACTIVE_CUSTOMERS":"Clean workflow processes of inactive customers/supliers","CLEAR":"Clear","CLEARING":"Clear","CLEAR_ALL_INVENTORY_LINES":"Are you sure you want to clear all inventory rules?","CLEAR_ALL_SELECTIONS":"Clear all selections","CLEAR_CURRENT_SHOPPING_CART":"Clear shopping cart","CLEAR_DIRECT_SELL_VALUES":"No direct sales from this supplier","CLEAR_EXCEPTION":"Clear exception","CLEAR_INVENTORY_LINES":"Delete inventory lines","CLEAR_PROCESSED_INVENTORY_LINES":"Are you sure you want to delete these processed lines?","CLEAR_SELECTION":"Clear selection","CLEAR_SELECTIONS":"Deselect all","CLICK_MANUAL":"Click away manually","CLICK_TO_ADD":"Click here to add","CLICK_TO_ADD_IMAGE":"Choose an image here","CLIENT_BLOCKER":"Client (blocker)","CLIENT_DATA":"Customer details","CLIENT_ID_DEFAULT":"Client Id (leave blank for default)","CLIENT_INFO":"Client info","CLIENT_INFORMATION":"Customer information","CLIENT_LOG":"Client log","CLIENT_NAME":"Client name","CLIENT_PORTAL":"Customer Portal","CLIENT_PORTAL_CREATE_ONE_NOW":"Please generate one.","CLIENT_PORTAL_DIFFERENT_EMAIL_TRY":"If you've used a different email address before, try this one.","CLIENT_PORTAL_EMAIL_BUTTON_MESSAGE":"By clicking on the button above, a code will automatically be sent to your e-mail address. Then fill it in to activate your account!","CLIENT_PORTAL_EMAIL_TEXT":"Review your orders, schedule your delivery and maintain your personal details in our customer portal.","SUPPLIER_DATA":"Supplier data","SUPPLIER_DETAILS":"Creditor details","SUPPLIER_GROUP":"Supplier group","SUPPLIER_GROUPS":"Supplier groups","SUPPLIER_ID":"Supplier id","SUPPLIER_OF_SERVICE":"Supplier for service","SUPPLIER_OLD":"This supplier is no longer valid","SUPPLIER_PRODUCT_ID":"Supplier product id","SUPPLIER_TYPE":"Type supplier","SUPPLY_PLANNING":"Delivery schedule","SURCHARGE":"Surcharge","SURCHARGE_AMOUNT":"Surcharge","SURCHARGE_PERCENT_GROSS":"Surcharge Percentage gross price","SURCHARGE_PERCENT_NET":"Surcharge Percentage net price","SURCHARGE_PURCHASE":"Purchase surcharge","SURCHARGE_RETAIL":"Sales surcharge","SURCHARGE_UNDERCHARGE_PURCHASE":"More-/discount purchase price","SURCHARGE_UNDERCHARGE_RETAIL":"More-/discount sales price","SURE_TO_DELETE_FORM_CONCEPT":"Are you sure you want to delete this draft form?","SURE_TO_DELETE_WORKFLOW_PROCESSES":"Are you sure you want to delete the worfklow processes?","SURE_TO_GENERATE_THIS_ARTICLE_SELECTION":"Are you sure that the products must be generated?","SURE_TO_MAKE_FORM_FINAL":"Are you sure you want to finalize this form?","SURE_TO_REMOVE_FINAL_STATUS":"Are you sure you want to remove the 'final' status from this form so that it returns to 'draft' status?","SURE_TO_RESTART_WORKFLOW_PROCESSES":"Are you sure you want to delete and restart the worfklow processes?","SURPLUS":"Surplus","SV_WAGE":"SV Wages","SWAG":"Aw Yiss","SWITCH_ON_OFF":"Switch on/off","SWITCH_TO_COMPANY":"Switch to company","SWITCH_TO_PRIVATE":"Switch to private","SYMBOLS":"Symbols","SYMBOL_TYPE":"Symbol Type","SYNCHR BEHOUDEN":"Do not overwrite","TELEPHONE":"Telephone","TELEPHONE2":"Telephone2","TELNR_REQUIRED":"Phone is mandatory","TEL_COUNTRY_CODE":"Telephone country code","TEMPLATE":"Template","TEMPLATES":"Templates","TEMPLATES_SUB":"Layouts, emails, etc.","TEMPLATE_COMPILED":"Template (compiled)","TEMPLATE_FOR_TEXT_MESSAGE":"Template for text message","TEMPLATE_NAME":"Template name","ORDERNUMBER:":"Order number:","ORDERPICKING_MENU":"Orderpicking menu","ORDERPRICE":"Order price","ORDERRULESET":"Order line set","ORDERS":"Orders","ORDERS1":"Orders","ORDERS_COMPLETED":"Finalized orders","ORDERS_COMPLETELY":"Complete orders","ORDERS_PENDING":"Orders in process","ORDERS_PER_DAY":"Orders per day","ORDERS_PLANNED":"Orders planned","ORDERS_REQUESTED":"Orders requested","ORDERS_TO_PICK":"Orders to be picked","ORDERS_TO_PLAN":"Orders to plan","ORDER_2":"Special Order","ORDER_ADVICE":"Order recommendation","ORDER_ADVICE_LABEL":"Order recommendation for stock, purchase and sales orders","ORDER_AMOUNT":"Order quantity","ORDER_AMOUNT_DECIM_NOT_COMPLIANT_W_PURCH_UNIT":"Number of decimals order quantity is not valid in combination with number of decimals Unit Purchase. Order quantity is set to 1.","ORDER_AMOUNT_INTERN":"Purchase quantity int del.","ORDER_BY":"Sort by","ORDER_BY_ARTICLENAME":"Article name","ORDER_BY_ARTICLENR":"Product no","ORDER_BY_CUST_REACTION":"Order by customer response","WORKFLOW_START":"Workflow start","WORKFLOW_STATUS":"Current workflow status","WORKFLOW_TASK":"Workflow task","WORKFLOW_TASKS_CANNOT_BE_REMOVED":"It is not possible to delete a task that is part of a workflow process","WORKFLOW_TEST_SUITE":"Workflow testsuite","WORKPLACE_ORDER":"Workshop slip","WORKPLACE_ORDER_ALREADY_PRESENT":"Workshop slip has already been created and the operation will be interrupted.","WORKPLACE_PRINT_OPTION":"Do you want to print the total receipt or a print per line?","WORKSHOP":"Workshop","WORK_ACCIDENT":"Accident","WORK_DAYS":"Work days","WORK_DESCRIPTION":"Work description","WORK_DESCRIPTION_REQUIRED":"Activity definition is required.","WORK_EMAIL":"Email (Work)","WORK_FAX":"Fax (Work)","WORK_MANDATORY":"Activity required","WORK_MESSAGE":"Work message","WORK_MOBILE":"Mobile phone (work)","WORK_ORDER":"Work form","VOUCHER_CAN_ONLY_BE_USED_ONCE":"Voucher code can only be used once per transaction.","VOUCHER_CODE":"Voucher code","VOUCHER_CODE_ALREADY_EXISTS":"The voucher code already exists","VOUCHER_CODE_EXISTS":"This voucher already exists.","VOUCHER_CODE_INFO":"Voucher information","VOUCHER_DEACTIVE":"Voucher is not yet invoiced","WOONTOTAAL_ORDER_DEFINITIVE":"WoonTotaal project is final. You can only view details via the selector.","WOONTOTAAL_UNABLE_TO_REMOVE_PROJECT":"Existing WoonTotaal products could not be removed. The action is cancelled.","WORD":"Word","WORK":"Activity","WORK2":"Proceeding","WORKABILITY":"Service","WORKED_TIME":"Worked time","WORKED_TIME_REQUIRED":"Time worked is compulsory","WORKFLOW":"Workflow","WORKFLOWS":"Workflows","WORKFLOWS_SUB":"Events, statuses and transactions","WORKFLOW_ACTION":"Workflow action","WORKFLOW_ACTIVITIES":"Workflow and Activities","WORKFLOW_CANNOT_BE_DELETED_PROCESS_DATA_PRESENT":"This workflow cannot be deleted, because there are workflow processes for it.","WORKFLOW_CATEGORY":"Workflow Category","WORKFLOW_CATEGORY_ABSENCE_FILE":"Absence file","WORKFLOW_CATEGORY_ARTICLE":"Product","WORKFLOW_CATEGORY_CONTACTPERSON_EMPLOYEE":"Contact person/Employee","WORKFLOW_CATEGORY_CUSTOMER_EMPLOYER":"Customer/Employer","WORKFLOW_CATEGORY_PERSONNEL":"Staff","WORKFLOW_CATEGORY_PREVENTIVE_ABSENCE_FILE":"Preventive file","WORKFLOW_CATEGORY_PURCHASE_ORDER":"Purchase order","WORKFLOW_CATEGORY_QUOTATION":"Quotation","WORKFLOW_CATEGORY_SALES_ORDER":"Sales order","WORKFLOW_CATEGORY_SERVICE_ORDER":"Service order","WORKFLOW_CATEGORY_TASK":"Task","WORKFLOW_END":"End of Workflow","WORKFLOW_ENDED":"The Worklow process is finalized.","WORKFLOW_FOR":"Workflow for:","WORKFLOW_ID":"Workflow ID","WORKFLOW_NO_DATA":"There are no states or transitions defined.","WORKFLOW_PROCESS":"Workflow process","WORKFLOW_PROCESSES":"Workflow processes","WORKFLOW_PROCESS_ENDED":"Proces killed","WORKFLOW_PROCESS_ID":"Workflow proces id","CLIENT_PORTAL_GOOD_NEWS_KNOWN":"Good news! This e-mail address is already known to us! You only need to activate your account.","CLIENT_PORTAL_NEW_ACCOUNT":"Create a new account","CLIENT_PORTAL_NO_ACCOUNT_QUESTION":"No account yet?","CLIENT_PORTAL_PASSWORD_ADJUSTING":"Please change your password to have easier access next time.","CLIENT_PORTAL_VERIFICATION_CODE_MESSAGE":"Please enter your verification code that was sent to your email address.","CLIENT_WAITER":"Client (pending)","CLOSE":"Exit","CLOSED":"Closed","CLOSED_STATE":"Closed status?","CLOSED_TASKS":"Number of tasks closed:","CLOSE_ABSENCE":"Report end of absence","CLOSE_ABSENCEFILE":"Close case","CLOSE_OLD_TASKS":"Close old tasks","CLOSE_TRIAGE":"Close triage","CMP_INKOOPORDER":"Purchase order","CMP_OFFERTE":"Quotation","CMP_PREVENTIEFDOSSIER":"Preventive file","CMP_SERVICEORDER":"Service order","CMP_VERKOOPORDER":"Sales order","CMP_VERZUIMDOSSIER":"Absence file","CMS_3D_DEFAULTS":"CMS 3D Defaults","CMS_MATERIAL_BATCH_UPLOAD":"Material batch upload","COC_NR":"CoC Number","SCALABLE":"Scalable","SCALING_AXIS":"Direction for scaling","SCALING_PARAMETERS":"Scaling settings","SCANNED":"Scanned","SCAN_ARTICLE":"Scan any Product","SCAN_ARTICLE2":"Scan product","SCAN_BARCODE_DOESNT_EXIST":"Scanned barcode does not exist","SCAN_CORRIDOR":"Scan Hall","SCAN_GOOGLE_AUTHENTICATION_BARCODE":"Download the Google Authenticator app from the Android Marketplace or Apple Playstore and scan the Google authentication code","SCAN_LOCATION":"Scan Location","SCAN_ORDER_NR":"Scan Order number","SCAN_STORAGE":"Scan Storage Mean","SCAN_TAG":"Scan TAG","SCAN_TOO_FAST":"You are scanning too fast","SCAN_TOO_FAST2":"The amount or articles which is processed is","SCAN_TRANSACTION":"Scan order","SCENARIO":"Scenario","SCENARIO_AMOUNT":"Amount","SCENARIO_BOOKINGS":"Scenario entries","SCENARIO_DESCRIPTION":"Description scenario","SCHEDULE":"Plan for","TEMPLATE_SOURCE":"Template (source)","TEMPORARY":"Temporarely","TEMPORARY_CONTRACT_END_DATE_WARNING":"Warning at the impending end of temporary employment","TERM_HISTORY":"Term history","TERM_ORDER":"Term Order","TERM_SALES_ORDERS":"Term salesorder","TEST":"Tast data","TEST_ALLOWED":"Test user","TEST_ALLOWED_TIP":"or your user this workflow will be used to start workflow processes and not the current active workflow. The workflow processes are also considered as a test and will be deleted when you change something or make the workflow active.","TEST_MODULE":"Test Module","TEST_PASSED":"Test passed","TEST_TEXT":"Test text","TEXT":"Text","TEXTS":"Texts","TEXTTYPE":"Text Format","TEXT_ARTICLE_BOUND":"Text for article |~","TEXT_MESSAGE_SENT":"SMS sent","TEXT_OPTIONS":"Text options","THE":"The","THEME":"Theme","THIS_MONTH":"This month","THIS_WEEK":"This week","THROUGH_MONTH":"To month","THURSDAY":"Thursday","THURSDAY_ABBREVATION":"T","TIME":"Time","TIMEPLAN":"Timetable","TIMEPLAN_VIEW":"Planning view","TIMEPLAN_VIEW_DAY":"Day view planning","TIMEPLAN_VIEW_WEEK":"Week view planning","TIMEREGISTRATION_MANDATORY":"Mandatory time registration","TIMER_S":"Timer (sec)","TIMESTART":"Start time","TIMESTOP":"Time finished","TIMES_AND_DAYS":"Times and days","TIMES_APPLICABLE":"Number of times applicable","TIMES_USED":"Number of times used","TIME_DIFFERENCE":"Allowed time difference","TIME_DURATION":"Length of time","TIME_ESTIMATION":"Timeframe","TIME_IN_MINUTES":"Time in minutes","TIME_PCT":"Percentage Complete","TIME_RANGE":"Timeslot","TIME_SETTINGS":"Time settings","TIME_TO_FIRST_RESPONSE":"Time to first action","TIPS":"Tips","TITLE":"Salutation","TITLE2":"Title","TITLES":"Salutation","TITLE_ADD_RETAIL_PAY_TRANS":"Manage invoice","TITLE_ADD_SERIAL_NO_RELATION":"Relation not saved","TITLE_HISTORY_RETAIL_PAY_TRANS":"Invoice history","TITLE_ID":"Title ID","TITLE_MESSAGE_ARTICLENR_IN_USE":"Product no. already used","WORK_ORDER_ALREADY_PRESENT":"Work form has already been created and the operation will be interrupted.","WORK_OR_TRAFFICE_ACCIDENT":"Work or traffic accident","WORK_PERMIT":"Work permit","WORK_PERMIT_END_DATE":"Work permit end date","WORK_PERMIT_NUMBER":"Work permit number","WORK_PERMIT_START_DATE":"Work permit start date","WORK_PHONE":"Phone number (work)","WORK_STATUS":"Work status","WORK_TIME_REQUIRED":"Worked time is mandatory","WORK_WEBSITE":"Website (Work)","WRAP_UP_EXCLAMATION":"Finalize!","WRONG_ACKNOWLEDGE_CODE":"Wrong acknowledge code received from payment device","WRONG_ENQUIRY_CODE":"Wrong inquiry code received from PIN terminal","WRONG_FORMAT":"Payment Record of pin terminal received in wrong format","XTERNAL_WINDOW_NOT_SUPPORTED":"External windows are not supported in this version.","XTERNAL_WINDOW_QUESTION":"Open the list in a new window? If not then this list will be added to this screen.","X_AXIS":"X-axis","X_AXIS_DETERMINED":"Definable for x-axis","YEAR":"Year","YEARS":"Years","YEARS_EXPERIENCE":"Years of experience","YEARS_OF_SERVICE":"Amount of years in service","YEAR_END":"End of year","YES":"Yes","YET_TO_USE":"Volume yet to use","YOUR_DATA":"Your data","YOUR_ENTIRE_ORDER":"Your complete order","YOUR_FORMS":"Your forms","YOUR_ORDER":"Your Orders","YOUR_ORDERS":"Your Orders","YOU_WILL_COPY_FULL_LIST":"Note: This action will copy the entire price list and not just the selected lines. To copy the selected lines, drag the selection to the right column.","Y_AXIS":"Y-axis","Y_AXIS_DETERMINED":"Definable for Y-axis","ZERO_VALUES":"Zero values","ZMF":"ZMF","ZVP":"ZVP","wf.manualTriggers[i]3D_VISUALISATION":"3D Visualisation","?3D_VISUALISATION":"3D Visualisation","START_DATE_ABSENCE":"First day of absence","START_DATE_FROM":"Start date of","START_DATE_TO":"Start date to","START_DRAW_MODE":"Stop drawing mode","START_IMPORT":"Start importing","START_NIGHTROUTINE":"Start Nightroutine","WORKFLOW_PROCESS_MAINTANANCE":"Workflow Process Maintenance","WORKFLOW_PROCESS_TEST_MODULE":"Workflow testmodule","PRIVACY":"Privacy","PRIVACY_ANONYMISE_DATA":"Anonymise data after transaction?","PRIVACY_EXTENDED_DATA_MANAGEMENT":"Allow extensive data management?","PRIVACY_PREFERENCES":"Privacy settings","PRIVACY_SETTING":"Privacy setting","PRIVACY_SETTINGS":"Privacy settings","PRIVACY_STATEMENT":"Privacy statement","PRIVACY_STATISTIC_USAGE":"Use data for statistics?","PRIVATE_EMAIL":"Email (Private)","PRIVATE_FAX":"Fax (Private)","PRIVATE_MOBILE":"Mobile phone (private)","PRIVATE_PERSON":"Private","PRIVATE_PHONE":"Phone number (private)","PRIVATE_WEBSITE":"Website (private)","PRIVATE_KEY":"Private Key","PROBA_ADJ_2_RUBRIC":"Reason for adjustment","PROBA_ADJ_3_RUBRIC":"Adjustment","PROBA_ADJ_4_RUBRIC":"Signature","PROBLEM_ANALYSE":"Problem analysis","PROBLEM_ANALYSIS":"Problem analysis","PROBLEM_ANALYSIS_ADJUSTMENT":"Adjustment Problem analysis","PROBLEM_CANCELLING_TASK":"An error occurred while canceling the picking job","PROB_AN_10":"Step-by-step advice for reintegration activities","PROB_AN_10.1_QUESTION":"If the employee has useful options, then give advice on a possible route to work resumption.","PROB_AN_10.2_QUESTION":"Does the employee agree with the advice?","PROB_AN_11":"Signature","PROB_AN_11.2_QUESTION":"If this date is not within 6 weeks after the sick report, what is the reason for this?","PROB_AN_2.1_EXPLANATION":"Justify the adjustment based on the existing limitations.","PROB_AN_2.1_QUESTION":"What is the reason for the adjustment of the Problem Analysis?","PROB_AN_3.1_EXPLANATION":"Please refer to the relevant sections.","PROB_AN_4.1_FUNCTION_EMPLOYEE":"Function employee","PROB_AN_4.2_FUNCTION_DESCRIPTION":"Description activities","PROB_AN_4.3_FUNCTION_LOAD_CHAR":"Characteristic functional load","PROB_AN_4.4_OPTION_1":"Fixed schedule","PROB_AN_4.4_OPTION_1_DAYS":"Number of days per week","PROB_AN_4.4_OPTION_1_HOURS":"Number of hours per week","PROB_AN_4.4_OPTION_2":"Variable","PROB_AN_4.4_OPTION_2_CAUSE":"Namely","PROB_AN_4.4_WEEKENDSHIFT":"Weekend shifts","PROB_AN_4.4_WORKING_PATTERN":"What is the work pattern of the employee?","PROB_AN_4.4_WORKING_PATTERN_EXPL":"Also state whether there are any special reasons for this working pattern.","PROB_AN_5.1_START":"First day of illness","PROB_AN_5.1_START_EXPLANATION":"This is the first working day on which no (full) work was done due to illness.","PROB_AN_5.2_OPTION_1":"Yes","PROB_AN_5.2_OPTION_1_EXPLANATION":"Does the employee already receive a WIA benefit, or did he receive a WIA benefit in the past 5 years before the current first day of illness? In that case, state whether it concerns the same cause.","PROB_AN_5.2_OPTION_2":"No","PROB_AN_5.2_OPTION_3":"Unknown","PROB_AN_5.2_SPECIAL_SUB_1":"For example about:","PROB_AN_5.2_SPECIAL_SUB_2":"periods of absebnce that count together;","PROB_AN_5.2_SPECIAL_SUB_3":"safety net arrangement;","PROB_AN_5.2_SPECIAL_SUB_4":"-history with WIA, WAO, WAZ or Wajong;","PROB_AN_5.3_ABSENCE_REASON":"Reason (s) of absence","PROB_AN_5.3_OPTION_1":"Not work related","PROB_AN_5.3_OPTION_2":"Work related","PROB_AN_5.3_OPTION_3":"Occupational illness","PROB_AN_5.3_OPTION_4":"Other","PROB_AN_5.3_REASON_SUB_1":"In the case of somatic disorders, the influence of working conditions must be investigated.","PROB_AN_5.3_REASON_SUB_2":"In the case of psychological disorders that are not unequivocally intrapersonal, the possible cause of work factors (mutual relationships, work pressure, etc.) must be investigated.","PROB_AN_5.3_REASON_SUB_3":"Describe this in the explanation.","PROB_AN_5_ABSENCE_REGISTRATION":"nformation about the sick report","SCHEDULED_PROCESSING":"Scheduled Processing","SCHEDULE_EXPLANATION":"Schedule explanation","SCHEMA":"Schedule","SCHEMA_NAME":"Schedule name","SCOPE":"Scope","SCOPE_PRIORITY":"From .. to priority","SCOPE_SELECTION":"Scope selection","SCORING_CHANCE":"Scoring chance","SCORING_DATE":"Scoring date","SCORING_OPPORTUNITY_PERC":"Conversion Probability (%)","SCREEN":"Window","SCREENS":"Screens","SCREENS_AS":"Screens AS client","SCREENS_JS":"Screens JS client","SEARCH":"Search","SEARCH2":"Search","SEARCHING":"Searching...","SEARCHRESULTS_FOR":"Search results for","SEARCH_ADD_ARTICLE":"Search and add article","SEARCH_AND_ADD_ARTICLE":"Search and add article","SEARCH_ANONYMISED":"Search anonymized relations","SEARCH_ARTICLE":"Search article","SEARCH_ARTICLES":"Search for Products","SEARCH_ARTICLE_NR":"Search article number","SEARCH_ARTICLE_SOURCE":"Search products in","SEARCH_AVAILABLE":"Search available","SEARCH_AVAILABLE_STOCK":"Only show products in stock","PARTLY":"Partly","PARTLY_ALLOCATED":"Partially allocated","PARTLY_CONFIRMED":"Party confirmed","PARTLY_DELIVERED":"Partially delivered","PARTLY_INVOICED":"Partially invoiced","PARTLY_PICKED":"Partly picked","PARTLY_RECEIVED_DELIVERED":"Partly accepted / delivered","PARTLY_TO_BE_PICKED":"Partly to be picked","PARTNER_ID":"Partner code","PARTS":"Parts","PART_DELIVERIES":"Split deliveries","PART_DELIVERY":"Partial delivery","PART_DELIVERY_NOTICE":"Your order will be delivered in parts.","PART_DELIVERY_ORDERS":"Partial deliveries","PART_OF_CONCERN":"Part of holding or concern","PART_OF_BATCH":"Part of a pending batch process","PART_PRICE":"Part price:","PART_PURCHASE_ORDERS":"Partial delivered purchase orders","PART_TIME_FACTOR":"Part time factor","PART_UNCONFIRMED_PURCHASE":"Partial unconfirmed purchase orders","PASSED_AWAY":"Deceased","PASSWORD":"Password","PASSWORDS":"Accounts","TITLE_MESSAGE_NOT_AUTHORIZED":"Authorization","TITLE_MESSAGE_NO_ARTICLES_TURNOVERGROUP":"No products available","TITLE_MESSAGE_RESEND":"Resend","TITLE_MSG_NO_ACTIONS":"No actions present","PINCODE":"Pincode","PINCODE_MUST_BE_4_CHARACTERS":"A PIN code must be 4 numbers.","PINNER_ID":"External PIN terminal code","PINPORT_NOT_SET":"The default value for the pin port is empty","PIN_BUSY":"PIN terminal is busy","PIN_CONNECTION_NOT_SUPPORTED":"The PIN connection is not supported in this version","PIN_NOT_SUPPORTED":"PIN payments are not supported in this version","PIN_PAYMENT_CANCELLED":"PIN transaction has been cancelled","PIN_PAYMENT_DENIED":"PIN transaction has been rejected","PIN_PAYMENT_EXPIRED":"PIN transaction has expired","PIN_PAYMENT_FAILED":"The debit card payment has failed, reason:","PIN_PAYMENT_FAILURE":"PIN transaction has been interrupted","PIN_PAYMENT_INIT":"PIN transaction has started","PIN_PAYMENT_MADE_WARNING":"A pin payment was made on this transaction, it cannot be reversed. The transaction has been saved.","PIN_PAYMENT_PAID":"PIN transaction has been paid","PIN_PAYMENT_PARTIAL_PAYMENT":"PIN transaction has been partially completed","PIN_PAYMENT_PENDING":"PIN transaction waiting at terminal...","PIN_PAYMENT_REQUESTED":"PIN transaction has been requested","PIN_PAYMENT_SAVE_TRANSACTION":"Transaction is being saved...","PIN_PAYMENT_STARTED":"Pin transaction has started...","PIN_PAYMENT_VERIFY":"PIN transaction must be verified","PIN_RESULT_FILE_FORMAT_ERROR":"Format of the resulting file is not correct, error code:","PIN_TERMINAL":"PIN terminal","PIN_TERMINALS":"Pin Terminals","PIN_TERMINAL_NR":"PIN terminal no.","PIT_SYMBOLS":"PIT Symbols","PLACE_COLUMNS_HERE_TO_GROUP":"Place columns here to group","PLANNED":"Planned","PLANNED_DELIVERY_DATE":"Scheduled delivery date","PLANNING":"Plan","PLANNINGS":"Schedules","PLANNING_OVERVIEW":"Schedule overview","PLANNING_PREFERRED_DATE_ENTERED":"Preference known","RULE_DESCRIPTION":"Rule description","START_REVIEW_MODE":"Start review mode","START_ROUTE":"Start route","START_SCREEN":"Home","START_SCREEN2":"Start window","START_SERVICE_PROCESS":"Start Service process","START_SOD_SERVICE":"Start service manually","START_SYNC":"Execute synchronisation","START_TIME":"Start time","START_TRANSFER":"Start transfer","START_TRIAL_PERIOD":"Start trial","START_UP":"Start up","START_UP_JOB":"Start task:","START_WITH_OTHER_BASE":"Start with other base","START_WORKFLOW_PROCESS":"Start Workflow process","STATE":"Status","STATE2":"State","STATE_CANNOT_BE_END_OF_FLOW":"Status must have a transition at the end workflow or to another state.","STATE_CHANGE":"Status change","STATE_CHANGED":"State is changed en saved","STATE_DESCRIPTION":"Status description","STATE_MUST_HAVE_INCOMING_TRANSITION":"Status requires a minimum of one incoming transaction","STATE_MUST_HAVE_OUTGOING_TRANSITION":"Status requires a minimum of one outgoing transition","STATE_NAME":"Status name","STATE_NOT_CHANGED":"State is not changed and saved","STATISTICS":"Statistics","STATISTICS_GRID":"Statistics grid","STATISTICS_GROUP":"Statistics group","STATISTICS_NR":"Statistics number","STATISTICS_NUMBER":"Statistics number","STATISTICS_REPORTS":"Reports","STATISTIC_SELECTION_TOO_LARGE":"The selection to calculate statistics is too large. Use filters or a smaller date selection to display statistics.","STATUS":"Status","VOUCHER_EXPIRED":"This voucher has expired.","VOUCHER_INFORMATION":"Voucher details","VOUCHER_MAX_USED":"This voucher has reached the maximum number of times it can be used.","VOUCHER_NOT_INVOICED":"You cannot yet make payments with this voucher. The voucher has not yet been paid or invoiced.","VOUCHER_NO_BALANCE":"This voucher no longer has any balance.","VOUCHER_PAYMENTS":"Voucher payments","VOUCHER_PAYMENT_M":"Voucher payment method","VOUCHER_PAYMENT_METHOD":"Voucher payment method","PROB_AN_6.1_LIMITATIONS":"What are the employee's limitations as a result of which he can no longer (partly) perform his own or other work?","PROB_AN_6.2_EXPLANATION":"What causes the problems? What are the bottlenecks? For example: certain tasks cannot be performed; the work rate is too high; the working time is too long.","PROB_AN_6.2_NON_ASPECTS":"Which aspects prevent the employee from doing his job?","PROB_AN_6_LIMITATIONS":"Limitations and possibilities","DELIVERY_ADDRESS":"Delivery address","DELIVERY_ADDRESS2":"Delivery address","DELIVERY_ADDRESS_ADD":"Add delivery address","DELIVERY_ADDRESS_ADDITION":"Delivery address house no. addition","DELIVERY_ADDRESS_ADDITION_NUMBER":"Delivery address house no. addition","DELIVERY_ADDRESS_CHANGE":"Edit delivery address","DELIVERY_ADDRESS_CITY":"Delivery address city","DELIVERY_ADDRESS_COUNTRY":"Delivery address country","DELIVERY_ADDRESS_COUNTRY_CODE":"Delivery address country code","DELIVERY_ADDRESS_DATE_IN":"Delivery address start date","DELIVERY_ADDRESS_DATE_OUT":"Delivery address end date","DELIVERY_ADDRESS_GLN":"Delivery address gln","DELIVERY_ADDRESS_HOUSE_NUMBER":"Delivery address house no.","DELIVERY_ADDRESS_NAME":"Delivery address name","DELIVERY_ADDRESS_NUMBER":"Delivery address house no.","DELIVERY_ADDRESS_POSTAL_CODE":"Delivery address Postcode","DELIVERY_ADDRESS_SEQUENCE":"Delivery address seuqnce no.","DELIVERY_ADDRESS_STATE":"Delivery address province/state","DELIVERY_ADDRESS_STREET":"Delivery address street","DELIVERY_ADDRESS_STREET_NAME":"Delivery address street name","DELIVERY_ADDRESS_STREET_NAME_2":"Delivery address street name 2","DELIVERY_AT_SAME_ADDRESS":"Delivery at the same address","DELIVERY_BATCH":"Delivery batch","DELIVERY_BATCH_WINDOW":"Delivery batch actions","DELIVERY_COSTS":"Delivery costs","DELIVERY_COSTS_CONSEQUENCE_NOTICE":"Please note that your choice may have consequences for your delivery.","DELIVERY_COSTS_PRODUCT":"Delivery charges product","DELIVERY_COSTS_TOTAL":"Total Delivery charges","JOUNRAL_ENTRY_DATE":"Entry date","JOURNAL":"Journal","JOURNALS":"Journals","JOURNAL_ENTRY":"Journal item","JOURNAL_ITEM_NUMBER":"Booking number","JOURNAL_NR":"Journal item no.","JSON":"JSON","JUDGE_AGAIN":"Judge again","JULY":"July","JUNE":"June","KASPICK":"Pick Quick Sales","KASPICK_PRINTER":"Cash register picking printer","PASSWORD_CONTAINS_USERNAME":"The password cannot contain your username","PASSWORD_ENTRY":"Enter password","PASSWORD_ENTRY_FOR":"Please enter password for","PASSWORD_FORGOTTEN":"Forgot password or account not acitvated yet","PASSWORD_FORGOTTEN_TEXT":"Forgot password or account not acitvated yet","PASSWORD_FORGOTTEN_TEXT_EXTRA":"(enter your email or username first)","PASSWORD_KIND":"Account type","PASSWORD_MUST_BE_10_CHARACTERS":"A password must be at least 10 characters long","PASSWORD_MUST_BE_6_CHARACTERS":"A password has to be 6 characters long and has to consist of at least 1 numeric and 1 alphanumeric value.","PASSWORD_MUST_CONTAIN_LETTER_NUMBER":"A password must contain at least one letter and one number.","PASSWORD_MUST_CONTAIN_LETTER_NUMBER_SPECIAL":"Password must contain at least 1 letter, number and special character","PASSWORD_REPEAT":"Repeat password","PASSWORD_RESET_FAILED":"Password setup failed, try requesting a new code","PASS_THROUGH_DEPARTMENT":"Apply on department?","PASTE_FROM_CLIPBOARD":"Paste from Clipboard","PAST_365_DAYS":"Past 365 days","PATCH":"Patch","PATIENCE_PLEASE":"Please wait...","PATTERN_HEIGHT":"Pattern height","PATTERN_WIDTH":"Pattern width","USE_CATALOG_PAGE":"Use catalog page","USE_CLASSIFICATION":"Use classification","USE_DEFAULTS":"Use default choice","USE_DEPOSIT_RULE":"Deposit line active","USE_GENERAL_GAMEOBJECT":"Use generic game object","USE_GENERIC_GAMEOBJECT":"Use generic game object","USE_GOOGLE":"Use Google","USE_MIN_STOCK_CALC":"Calculate minimum stock","USE_OWN_ARTICLE_COUNTER":"Use own product counter","USE_RECOMMENDED_PRICES":"Use recommended prices","USE_REL_PRICELIST":"selection relation pricelists","USE_SELECTION_FILTERS":"Use selection filters","USE_STANDARD_LAYOUTS":"Use standard layouts","USE_TIME_FROM_TIMER":"Worked time has not been entered. Use timer to set worked time?","PLANNING_REQUEST":"Planning request","PLANNING_REQUESTED":"Preference requested","PLANNING_RULE_DETAILS":"Planning rule details","PLANNING_RULES":"Planning rules","PLAN_DAYPARTS":"Planning day parts","PLAN_DELIVERY":"Plan Delivery","PLAN_DELIVERY_DEFAULT":"Delivery planning default","PLAN_HEADER_CALENDER":"Select the delivery date which suits best, then select a daypart","DAY":"Day","DAYBOOK":"Day book","DAYPART_DESCRIPTION":"Daypart","DAYPART_NO":"No daypart","DAYS":"days","DAYS_ABSENT":"Days absent","DAYS_CALLED_ABSENT":"Days reported absent","DAYS_DUE":"Number of days due","DAYS_IN_CURRENT_STATUS":"Days in current status","DAYS_LATER":"Days after date","DAYS_PER_WEEK":"Days per week","DAYS_STATUS":"Days in status","DAYS_TO_REGISTER_ABSENCE":"Number of days for absence","DAYS_VALID":"Days valid","DAY_NO":"Day no","DAY_OF_WEEK":"Day of week","DB_OBJECTS":"Database objects","DB_VERSION":"DB version","DEACTIVATE":"Deactivate","DEACTIVATED":"Deactivated","DEBET":"Debit","DEBETCREDIT":"D/C","DEBIT_CREDIT":"Credit / debt","DEBIT_CREDIT2":"Debit / Credit","DEBIT_CREDIT_ERROR_MESSAGE":"Debit amount is not equal to credit amount.","DEBIT_CREDIT_SHORT":"D/C","DEBTOR_NUMBER":"Customer no.","DEBUG_LEVEL":"Debug level","DEBUG_LEVEL_HIGH":"High debug level. Shows detailed system errors to the user and writes reports for client log","DEBUG_LEVEL_LOW":"Low debug level. System error details are not shown to user.","DEBUG_LEVEL_MEDIUM":"Medium debug level","DECEMBER":"December","DECLARATION_MEDICAL_OFFICER":"Statement company doctor","DECLARATION_MO_2":"Research results","DECLARATION_MO_2_1":"re there treatment options aimed at recovery from symptoms of illness or recovery from functioning?","DECLARATION_MO_2_2":"Is there a progressive or stable clinical picture?","DECLARATION_MO_2_3":"Please indicate the level of the limitations:","DECLARATION_MO_2_4":"What is / are the (work) diagnosis (s)?","VOUCHER_TYPE":"Voucher type","WAGE_PAYMENT_ILLNESS":"Continued wage payment by illness","WAGE_PAYMENT_PER":"Continued wage payment percentage","WAGE_PAYMENT_PERCENTAGE":"Continued wage payment percentage","WAGE_PER_EMPLOYEE":"Payroll per employee","WAGE_TAX_NUMBER":"Payroll tax number","WAGE_TAX_NUMBERS":"Payroll tax numbers","WAGE_TYPE":"Wage concept","WAITING":"Wait ...","WAITING_FOR_CONNECTION":"Waiting for connection...","WAIT_FOR_BLOCKING_SESSIONS":"Determining blocking sessions can take a while. Use the refresh button to see the current data.","WAIT_FOR_SHOPPING_CART":"Please wait untill the shopping cart is ready...","WAREH":"WH","WAREHOUSE":"Warehouse","WAREHOUSES":"Warehouses","WAREHOUSE_3D":"3D Warehouse","WAREHOUSE_AND_STATUS":"Warehouse and state","WAREHOUSE_DOES_NOT_ACCEPT_RETURNS":"The chosen warehouse does not accept returns.","WAREHOUSE_LOCATION":"Location of warehouse","WAREHOUSE_MANAGEMENT":"Warehouse management","WAREHOUSE_NO":"Warehouse no.","WAREHOUSE_NOT_IN_BRANCH":"The selected warehouse does not belong to the current branch. Select a warehouse for the current branch.","WAREHOUSE_NUMBER":"warehouse number","WAREHOUSE_RECEIPT":"Material issue note","WAREHOUSE_REQUIRED":"Warehouse can not be empty for Product","WAREHOUSE_ROWS":"Rows","WAREHOUSE_SELECTION":"Warehouse selection","WAREHOUSE_TRANSFERS":"Warehouse transfers","WARNING":"Warning","WARNING_MESSAGE_DELETE_NOTIFICATION_LINKS":"Warning! Existing links will be removed!","WARNING_MESSAGE_DELETE_STANDARD_LIST":"Default price lists cannot be deleted","WARNING_MESSAGE_DELETE_STANDARD_LIST_ART":"Products cannot be deleted from a Standard price list.","WARNING_NO_COMPANIES":"'No companies available'","WARNING_ORDER_ALREADY_PLANNED":"Note: This order is already (partially) planned.","WARNING_WILL_DELETE_FULL_WOONTOTAAL_ORDER":"NB! This will remove all Woontotaal lines in the order within iOne and break the link with the order in the Woontotaal selector. We strongly recommend making all changes to the order via the Woontotaal selector. Do you want to continue?","KASSA":"Cash register","KEEP_LOCATION":"Keep location","KEYBOARD_LAYOUT":"Keyboard layout","KEYCLOAK_SYNC_ISSUE":"Sync issue between identity server and iONE. Please contact the system administrator.","KEYCLOAK_SYNC_ISSUED_BY":"Sync issue between identity server and iONE. Please contact the system administrator.","KILL_SESSION":"Kill session","KIND":"Type","KIND_OF_ART_DESCRIPTION":"Sort of product description","KIND_TRANSACTION":"Transaction Types","KPI":"KPI","KPIS":"KPIs","KPI_EXTRA_LONG":"KPI xtra long","KPI_LONG":"KPI Long","KPI_MIDDLE":"KPI Medium","KPI_RELATION_ACTIVE":"KPI relations active","KPI_RELATION_AVG_AGE":"KPI average age relations","KPI_RELATION_AVG_LEAVE":"KPI average relations absence","KPI_RELATION_AVG_PROFILE":"KPI average profile completeness","KPI_RELATION_COUNT":"KPI relation quantity","KPI_SHORT":"KPI Short","LABELS":"Labels","LABOR_EXPERT":"Labor expert","LABOR_EXPERTS":"Labor experts","LANGUAGE":"Language","LANGUAGECODE":"Language code","LANGUAGES":"Languages","LANGUAGE_CODE":"Language code","LANGUAGE_CODES":"Language codes","TRANSLATION":"Translation","TRANSLATIONS":"Translations","TRANSPORT":"Means of transport","TRANSPORT2":"Means of transport","TRANSPORTS":"Means of Transportation","TRANSPORT_COST":"Shipment costs","TRANSPORT_COSTS":"Transp. costs","TRANSPORT_COST_LINE_TOTAL":"Shipping cost order lines","TRANSPORT_NOTIFICATION":"Transport notification","TRANSPORT_PRICE":"Shipping costs","TRANSPORT_STATE":"Transport state","TRANS_DELIVERY_DATE":"Transaction delivery date","TRANS_ID":"Transaction ID","TRANS_SEARCH":"Search transactions","TREE_LOCKED":"Part of the underlying structure is in use by another user.","TREE_OPTIONVALUE":"Fixed option value Tree","TREE_OPTIONVALUES":"Tree fixed option values","TRIAGE_EXPERT":"Triage Expert","TRIAGE_TYPE_NOT_SET_ON_EXTSOURCE":"Triage type not found in external source parameters","TRIAL_BALANCE":"Balance Balance","USE_VALUES":"Copy values","USE_WEBVIEW_UI":"Use external web UI","UWV_REGISTRATION_NUMBER":"Registration number UWV","VADAIN_DELETE_QUESTION":"If you continue, the associated Vadain project will be removed from the order. Do you want to continue?","VADAIN_NOT_ALLOWED_TO_DELETE":"This order line can only be deleted via the Vadain selector. Your action is aborted.","VADAIN_ORDER_DEFINITIVE":"Vadain project is already final. You can only make changes via the Vadain selector.","VADAIN_UNABLE_TO_REMOVE_PROJECT":"The existing Vadain items could not be removed. Your action is aborted.","VALIDATE":"Validate","VALIDATE_DB_OBJECTS_CHECKSUM":"Validate datase objects checksum","VALIDATE_VOUCHER":"Validate voucher","VALIDATION_DATE":"Validation date","VALIDITY":"Validity","VALIDITY_AMOUNT":"Qty","VALIDITY_DURATION":"Validity period","VALID_CARDNR_REQ":"A true card number is required","VALID_FROM":"Valid from","VALID_THRU":"Valid up to","VALID_UNTIL":"Valid up to","VALID_UP_TO":"=Valid until","VALUE":"Value","APPRAISAL":"Appraisal","APPROVE":"Approve","APP_BUTTONS":"Application buttons","APP_TITLE":"iOne","APRIL":"April","ARBO_REGISTRATION_NUMBER":"ARBO registration no","ARBO_SERVICE":"Health and safety service provider","ARBO_SERVICES":"Health and safety service providers","ARRIVAL_DATE":"Arrival date","ARRIVAL_DATE2":"Arrival date","ARRIVAL_DATE_OBLIGATION":"Arrival date mandatory","ARTICLE":"Product","ARTICLEGROUP":"Product group","ARTICLENO_SUPP":"Art. nr. sup.","ARTICLENR":"Product no","ARTICLES":"Products","ARTICLES_ALREADY_PRESENT":"Some of the |~ items have not been added because they are already present","ARTICLES_GENERATED":"Products are created","ARTICLES_IN_DATE_RANGE":"No conflicts","ARTICLES_IN_DATE_RANGE_CHECK":"Do you want to check if this change excludes products?","DECLARATION_MO_2_5":"Is your statemnt also based on information from the medical specialist?","DECLARATION_MO_2_6":"Additional information","DECLARATION_MO_3_1":"Which attachment do you send?","DEEFAULT_LOCATION":"Default location","DEFAULT":"Default","DEFAULT COMMISSIECODE":"Default Sourcing code","DEFAULT CONCEPTCODE":"Default Concept Code","DEFAULT2":"Standard","DEFAULTS":"Defaults","DEFAULT_ANSWER":"Default reply","DEFAULT_ARTICLE":"Default product","DEFAULT_ARTICLE_GROUP":"Default article group","DEFAULT_AVAILABLE":"Available","DEFAULT_CHOICE":"Default choice","DEFAULT_COMPARE":"Standard compare?","DEFAULT_CONCEPT":"Default concept","DEFAULT_CONFIG":"Default configuration","DEFAULT_CUSTOMER_DISCOUNT_PERC":"Default discount percentage customer","DEFAULT_DATE":"Default date","DEFAULT_DELIVERY_DAYS":"Fixed delivery days","DEFAULT_DELIVERY_METHOD":"Default delivery method","DEFAULT_DISCOUNT":"Default discount","DEFAULT_DISCOUNT_PERC":"Default discount percentage","DEFAULT_HOURS":"Normative hours","DEFAULT_LOCATION":"Default location","DEFAULT_LOCATION_HAS_BEEN_CHANGED":"Default location has been successfully changed","DEFAULT_LOCATION_IS_EMPTY":"The default location is empty","DEFAULT_PRESET":"Preset default","CONTINUE_APPROVED_ORDERS":"Continue with approved orders","CONTINUE_AS_POS_ORDER_FAILED":"Failed to transfer the reserved stock from POS to the Sales order.","CONTINUE_AS_QUOTATION_NOT_POSSIBLE_PAYMETNS_PRESENT":"It is not possible to make a quotation. Some payments have already been done.","CONTINUE_AS_RETAIL_ORDER":"Continue as sales order","CONTINUE_ORDER_WHILE_STOCK_AVAILABLE_PLEASE_CONFIRM":"You have chosen to order the Product while you this Product is in stock. Do you want to continue?","CONTINUE_PAYMENT":"Checkout","CONTINUE_QUESTION":"Continue?","CONTINUE_WHILE_STOCK_QUESTION":"You have chosen to order the Product while you this Product is in stock. Do you want to continue?","EDIT_TAGS":"Edit tags","EDIT_TEXT":"Adjust text","EDIT_TIME":"Edit time","EDIT_TRANSACTION_LINE":"Edit transaction line","EDIT_WIDGET":"Change widget","EDIT_YOUR_PHOTO":"Customize your photo","EDIT_YOUR_PHOTO_MSG":"Use the handles to use only a certain part of your photo. Zoom through the slider at the bottom.","EDI_ACTION":"Action","EDI_ACTION_CHECK":"Check","EDI_ACTION_DELETE":"Delete","EDI_ACTION_IMPORT":"Read","EDI_ACTION_ORDERCONF":"Order conf.","EDI_ACTION_RESULT":"Result","EDI_ACTION_SEND":"Send","EDI_ACTION_TO_INBOX":"To Inbox","EDI_ACTION_TO_OUTBOX":"To outbox","EDI_BOX":"Box","EDI_BOX_DELETED":"Deleted","EDI_BOX_FAILED":"Failed","EDI_BOX_FROM":"Of Box","EDI_BOX_INBOX":"Inbox","EDI_BOX_OUTBOX":"Uitbox","EDI_BOX_PROCESSED":"Processed","EDI_BOX_SEND":"Sent","EDI_BOX_STATUS":"Box Status","EDI_BOX_TO":"Box to","EDI_DOWNLOADED":"Retrieved","EDI_EAN_SUPPLIER":"Ean Supplier","EDI_EAN_USER":"Ean User","EDI_FORMAT":"Format","EDI_ID":"Edi Id","EDI_ID_INT":"Internal EDI ID","EDI_INSERT_DATE":"Added","EDI_LAST_ACTION":"Last action","EDI_LAST_ACTION_RESULT":"Latest result","EDI_LAST_BATCH":"Last batch","EDI_MESSAGE_NR":"No. message","EDI_MESSAGE_SUBMITTED":"EDI message was sent","EDI_ORDER_TEST_MODE":"Test mode; shipping of EDI order not possible","EDI_ORG_ID":"Edi Org Id","EDI_SENT":"Edi transmitted","EDI_START_BATCH":"Start Batch","EDI_TRANSLATED":"Translated","EDUCATIONS":"Education","EDUCATION_LEVEL":"Educational attainment","EDUCATION_TYPE":"Education type","ELEMENT_ADD":"Insert Element","ELEMENT_CHANGE":"Change current element","ELEMENT_DELETE":"Remove current element","ELEVATOR_PRESENT":"Elevator present?","ELIGIBLE_STATUS":"Eligibility status","EMAIL":"E-mail address","TRIGGER":"Trigger","TRIGGERED_BY":"Trigger is fired","TRIGGERS":"Triggers","TRIGGERS_FOR_THIS_TRANSITION":"Triggers of this transition","TRIGGER_CODE":"Trigger code","TRIGGER_DETAILS":"Trigger details","TRIGGER_NOT_UP_TO_DATE":"This action can not be executed because the status has been modified by another process and / or other user. The latest status is retrieved.","TRIGGER_TYPE":"Type trigger","TRIGGER_URL_TOOLTIP":"You can paste a URL here which can be opened directly from the task. You can also process the | ~ here. Use the placeholder: [id] for this. (Example: http://www.example.com/openform/.02id=/new)","TRUCK":"Truck","TRUCKS":"Trucks","TUESDAY":"Tuesday","TUESDAY_ABBREVATION":"T","TURNOVER_CURRENCY_CODE":"Currency turnover","TURNOVER_GROUP":"Turnover group","TURNOVER_GROUPS":"Turnover groups","TURNOVER_GROUP_KEYS":"Turnover group keys","TURNOVER_GROUP_NO":"Turnover group no.","TURNOVER_GROUP_SELECTION":"Turnover group selection","TURNOVER_LEDGER":"Turnover ledger","TURNOVER_TOTAL":"Total Turnover","TYPE":"Type","TYPE2":"Type of","TYPE_CONTAINER":"Type container","TYPE_DESCRIPTION":"Description type","TYPE_DETAIL":"Detail type","TYPE_OF_RATE":"Type of rate","TYPE_ORDER_ADVICE":"Advice kind","TYPE_ORGAN_DONATION":"Type of organ donation","TYPE_OR_SEARCH_TEXT":"Type or search for the text you want to add...","TYPE_RELATION":"Relation type","TYPE_TEXT":"Type the text you want to add...","UNABLE_TO_USE_POS_NO_WH_OR_RETURN_WH":"The chosen POS group is missing Warehouse settings. The POS module will close.","UNABLE_TO_USE_POS_WITHOUT_LOCATION":"The selected POS group has no default location, The module will close.","UNABLE_TO_USE_POS_WITHOUT_POSGROUP":"No POS Group available, POS cannot start.","UNACCEPTED":"Not reported received","UNBLOCK":"Unblock","UNBLOCK_TEXT":"Unblock blocked bookings","UNCLEAR":"Not clear","UNCONFIRMED_PURCHASE":"Unconfirmed purchase orders","UNDEFINED":"Indefinite","UNDEFINED_USERNAME":"(enter your email or username first)","ARTICLES_MUST_DIFFER":"Products in the condition and target cannot be the same","ARTICLES_NOT_IN_DATE_RANGE":"Please note that the price list contains |~ products that have an earlier start date or later end date:","ARTICLES_NOT_IN_LIST_RANGE":"Please note that the following price lists contains products that have an earlier start date or later enddate:","ARTICLE_ACTIVE":"Article active","ARTICLE_ADDED_TO_CART":"Item added to cart","ARTICLE_ALREADY_LINKED":"|~ is already attached to this item","ARTICLE_ALREADY_PICKED_CONTINUE_ANYWAY":"The product has already been picked or is on a picking list, do you want to continue anyway?","ARTICLE_ALREADY_PRESENT":"Product already present","ARTICLE_AMOUNT":"No of Products","ARTICLE_AMOUNT_ZERO_NOT_POSSIBLE":"One of the products has amount: 0. This is not allowed. The project is not added.","ARTICLE_BOUND":"Product linked","ARTICLE_BOUND_TEXT":"Product linked text","ARTICLE_CATALOG":"Execution","ARTICLE_CHARACTERISTICS":"Product attributes","ARTICLE_CONFIG":"Product configuration","ARTICLE_CONFIGURATION":"Product configuration","ARTICLE_CONVERSION":"Product conversion","ARTICLE_CREATION_FIELD_FILL_MESSAGE":"When creating a new product, you only need to fill the fields that are required. If desired, you can fill these fields after saving the product for the first time.","ARTICLE_DATA":"Product data","ARTICLE_DESCRIPTION":"Product description","ARTICLE_DETAILS":"Product details","ARTICLE_FILTER":"Article filter","ARTICLE_FILTER_AUTO_UPDATE_OFF":"Only with auto-update disabled","ARTICLE_FILTER_AUTO_UPDATE_ON":"Only with auto-update enabled","ARTICLE_FORMULA":"Shopping Formula","ARTICLE_FORMULAS":"Configurator Formulas","ARTICLE_FULLY_CHECKED":"There can't be more checked than picked.","ARTICLE_GROUP":"Product group","ARTICLE_GROUPS":"Product group","ARTICLE_GROUP_KEYS":"Product group keys","ARTICLE_GROUP_NO":"Product group","CONTINUE_WITHOUT_ACCOUNT":"Continue without account","CONTINUE_WITHOUT_CATALOG":"Continue without catalog","CONTINUE_WITHOUT_LOGIN":"Continue without login","CONTRACT":"Contract","CONTRACTS":"Contracts","CONTRACT_COMPANY_NAME":"Contract Company name","CONTRACT_COMPANY_NUMBER":"Contract Company number","CONTRACT_COST_CENTER":"Contract Cost Center","CONTRACT_DEPARTMENT_NAME":"Contract Department name","CONTRACT_DEPARTMENT_NUMBER":"Contract Department number","CONTRACT_DURATION_TYPE":"Contract type","CONTRACT_END_DATE":"Contract end date","CONTRACT_END_DATE_REASON_CODE":"Contract end date reason code","CONTRACT_FLEX_LAW":"Contract Flex Law","CONTRACT_FUNCTION_LOAD_PERCENTAGE":"Contract Job load percentage","CONTRACT_HAS_FUNCTIONAL_LIMITATION":"Contract has functional limitations","CONTRACT_JOB":"Contract Job","CONTRACT_JOB_SITE":"Contract Job site","CONTRACT_JOB_TITLE":"Contract Job title","CONTRACT_JOB_TYPE":"Contract Job type","CONTRACT_NR":"Contract number","CONTRACT_NUMBER":"Contract number","CONTRACT_REFERENCE":"Contract reference","CONTRACT_SPECIFICATION":"Contract specification","CONTRACT_START_DATE":"Contract start date","CONTRACT_TYPE":"Contract type","CONTRA_ACCOUNT":"Contra account","CONTRA_LEDGERACCOUNT_DOWNPAYMENT":"Payment control account","CONTRA_LEDGER_ACCOUNTS":"Contra Ledger Accounts","CONTRA_LEDGER_ACCOUNT":"Contra Ledger Account","CONTRA_VAT":"VAT reverse-charged","SALES_PROVISION":"Sales commission","SALES_QUANTITY":"Sales volume","SALES_QUOTATION":"Sales Quotation","SALES_QUOTATIONS":"Sales quotations","SALES_SERVICE_INTERNAL_ORDERS":"Sales, Service and Inter branche orders.","SALES_STAGE":"Sales stage","SALES_TRANSACTION":"Sales order","SALES_TRANSFER_REQUEST":"Sales Transfer","SALES_TURNOVER":"Sales turnover","SALES_UNIT":"Sales unit","SALES_UNIT_DESCRIPTION":"Description Sales Unit","SALUTATION":"Salutation","SAME_AS_DELIVERY":"Same as delivery address","SATERDAY":"Saturday","SATERDAY_ABBREVATION":"S","SATURDAY":"Saturday","EMAIL_ADDRESS":"E-mail address","EMAIL_ADDRESSES":"e-mail adresses","EMAIL_ADDRESS_REQUIRED":"Email address mandatory","EMAIL_ADDRESS_REQUIRED_TO_CREATE_A_USER":"Please add an email address before creating an account.","EMAIL_BDY":"def.em Bdy","EMAIL_BODY_TEMPLATE":"Email body template","EMAIL_DEFAULT_CANNOT_BE_SIGNED":"This report template for emailing has no support for the digital siganture. Email is not available.","SEARCH_BATCH_NUMBER":"Search batch number","SEARCH_BOOKINGS":"Search bookings","SEARCH_BRANCH":"Search in store","SEARCH_BRANCHES":"Search in stores","SEARCH_BUYORDERS":"Search in purchase orders","SEARCH_BY_ARTICLENUMBER_NAME_OR_DESCRIPTION":"Search by article number, name or description","SEARCH_BY_ARTICLENUMBER_OR_DESCRIPTION":"Search based on SKU or description","SEARCH_BY_MATERIAL":"Search bt material name","SEARCH_BY_OPTION_VALUE":"Search by option/option value name","SEARCH_CATALOGUE":"Search Catalog","SEARCH_CITY":"Search city","SEARCH_CODE":"Search code","SEARCH_COMMISSION_CODE":"Search commission code","SEARCH_COMPANY":"Search in companies","SEARCH_CONFIGURATION":"Search in configuration","SEARCH_CONNECTIONS":"Search connections","SEARCH_CONTACTS":"Incl. contact","SEARCH_CONTRACTS":"Search contracts","SEARCH_CUSTOMERS":"Search in customers","SEARCH_CUSTOMER_GROUP":"Search customer group","SEARCH_CUSTOMER_NAME":"Search customer name","SEARCH_DATE_OF_BIRTH":"Search birth date","SEARCH_DELIVERY_METHOD":"Search delivery method","SEARCH_DESCRIPTION":"Search description","SEARCH_EMPLOYEES":"Search in staff","SEARCH_EMPLOYERS":"Search in employers","SEARCH_EXCEEDENCE_CODE":"Search exceedence code","SEARCH_FAST_IN_ACCOUNTS":"Quick search","SEARCH_FAST_IN_CONTACT_PERSONS":"Quick search","SEARCH_FAST_IN_EMPLOYEES":"Quick search","SEARCH_FAST_IN_EMPLOYERS":"Quick search","SEARCH_FILTER":"Search in filter","SEARCH_FOR":"Search based on","SEARCH_FULL_VERB":"Search","SEARCH_GROUP":"Search group","SEARCH_HOUSE_NR":"Search house number","SEARCH_IMPERATIVE":"Search","SEARCH_IN":"Search in","UNDELIVERED_PURCHASE":"Purchase orders not delivered","UNDERLYING_OPVS":"Underlying option values","UNDERSTOOD_DONT_SHOW_AGAIN":"Understood, do not show again","UNDO":"To wind back","UNDO_DELETE":"Undo deletion","UNDO_DELIVERY":"Revert delivery note","REGISTER_ILLNESS":"Report Absence","REGISTER_LEAVE":"Plan leave","REGISTER_ORGAN_DONATION":"Register organ donation","REGISTER_PREGNANCY":"Report pregnancy","REGISTER_TIME_HERE":"Register your time","REGISTRATION":"Registration","REGISTRATION_NR":"Registration No","REGISTRATION_NUMBER":"Registration no","REGULAR":"Regular","REINTEGRATION_ADVICE":"Reintegration advice","REINTEGRATION_PROGRESS_ADVICE_REPORT":"Reintegration progress advice report","REINTEGRATION_PROGRESS_MEDICAL_REPORT":"Reintegration progress medical report","REINT_GOAL_FULL_RESUMPTION":"Return to work in their own function","REINT_GOAL_NEW_FUNCTION":"Resumption of work in another position with your own employer","REINT_GOAL_OTHER":"Other goal than the advice of your occupational health and safety service, namely","REINT_GOAL_PARTIAL_NEW_EMPLOY":"Partial return to work in different function at own employer.","REINT_GOAL_PARTIAL_OR_FULL_NEW_EMPLOY":"Partial or complete return to work in different fuction at different employer.","REINT_GOAL_PARTIAL_RESUMPTION":"Partial return to work in own function.","REINT_GOAL_RESUMPTION_WITH_CHANGES":"Return to work in their own function with adjustments","REJECT":"Reject","REJECTED":"Rejected","RELATED":"Related","RELATED_ARTICLES":"Related Product","RELATED_TO":"Related to","RELATED_TO_PREGNANCY":"Related to pregnancy","RELATION":"Relation","RELATION2":"Contact","RELATIONMANAGEMENT":"Contacts","RELATIONS":"Relations","ARTICLE_GROUP_NR":"Product group number","ARTICLE_GROUP_SELECTION":"Product group selection","ARTICLE_IMAGE":"Article image","ARTICLE_INFO":"Product info","MARKED":"Marked","MARKETING":"Marketing","MARKETING_CODE":"Marketing code","MARKETING_CODES":"Marketing codes","MARKETING_CODE_NAME":"Marketing code name","MARKETING_INFO":"Marketing information","MASK":"Mask","MASS_PRODUCT_ACTION":"Bulk change of products","MASS_PRODUCT_ACTION_DEFAULT":"Mass update products default","MASTER":"Master","MASTERDATA":"Master data","MATCHED_LINES":"Matching Rules","MATCH_REFERENCE":"Match reference","MATERIAL":"Material","MATERIALS":"Materials","MATERIAL_CODE":"Material code","MATERIAL_GENERIC":"Material generic","MATERIAL_LIBRARY":"Material library","MATERIAL_SETTINGS":"Material settings","MATERIAL_UPLOAD":"Upload materials","MATERIAL_START_BUILDING":"Start with building your assets by uploading diffusemaps. Start by clicking here or on the button Upload materials.","MATERIAL_TYPE":"Material type","MATERIAL_ROUGHNESS_VALUE":"Roughness value","MATERIAL_METALNESS_VALUE":"Metalness value","MATERIAL_REPEAT_X":"Repeat in x direction","MATERIAL_REPEAT_Y":"Repeat in y direction","MATERIAL_REFLECTIVITY":"Reflectivity","MATERIAL_ENVIRONMENT_MAP_INTENSITY":"Environment map intensity","MATERIAL_TRANSPARENT":"Transparent","MATERIAL_TRANSPARENCY":"Transparency","MATERIAL_TRANSMISSION":"Transmission","MATERIAL_THICKNESS":"thickness","MATERIAL_EMISSIVE":"Emissive (RGB)","MATERIAL_EMISSIVE_INTENSITY_VALUE":"Emissive intensity","MATERIAL_EDIT":"Edit material","MATURETIES":"Maturety","MAX":"Max.","MAXIMUM_DISCOUNT":"Maximum discount","MAX_CASH_ON_DELIVERY":"Max cash on delivery","MAX_CONCURRENT_NUMBER_OF_PUBLIC_SESSIONS":"Max number of concurrent public sessions","MAX_COUPON_NUMBER":"Max. number of coupons","MAX_DURATION":"Maximum duration","MAX_HOURS":"Maximum hours","MAX_INSURED_AMOUNT_EMP":"Maximum insured amount per employee","MAX_LENGTH":"Max. length","MAX_LOAD":"Maximum load","MAX_MISSING_HEARTBEATS":"Max failed server signals","MAX_NUMBER":"Max. number","MAX_NUMBER_NON_ZERO":"Maximum Qty may not be 0.","MAX_NUMBER_USAGE":"Max number of times to use (0 is unlimited)","MAX_ORDER_AMOUNT":"Max. number of orders","MAX_RESPONSE_TIME":"Max. response time","MAX_RESPONSE_TIME_MINUTES":"Max response delay in min.","MAX_SEARCH_RESULTS":"Max number of search results","MAX_STATE_DURATION":"Maximum status period","MAX_STOCK":"Max. Stock","MAX_SUPPORT_TIME":"Max. support time","MAX_TABLET_HEIGHT":"Max tablet height","MAX_TABLET_WIDTH":"Max table width","MAX_TO_PAY":"Spending maximum","MAX_USAGE_NUMBER":"Max. number of times to use","MAX_USAGE_USER":"Max. use per customer","MAX_USERS":"Max. users","SATURDAY_ABBREVATION":"S","SAVE":"Save","SAVED_WMS_INVENTORY_YEAR_TASK":"Article: |~ Description: |~ |~ |~. has been successfully |~ times processed on location: |~","SAVE_ACTIVITY":"Save activity","SAVE_AND_NEXT":"Save and next","SAVE_AND_SEND":"Save and send","SAVE_ARTICLE_BEFORE_CREATING_VOUCHERS":"Please save the product before cteating Voucher codes","SAVE_ARTICLE_CONFIGURATION":"Save Product configuration","SAVE_AS":"Save as","SAVE_AS_NEW":"Save as new","SAVE_CONTACTMOMENT":"Save Follow-up","SAVE_EXCEPTION":"Save exception","SAVE_FIRST":"First save all changes","SAVE_LOADED_TRANSACTION":"Save loaded transaction","SAVE_PREFERENCES":"Save preferences","SAVE_PRESET":"Save preset","SAVE_PRESET2":"Save preset","SAVE_SHOPPING_CART":"Save shopping cart","SAVE_STOCKCORRECTION":"Save stock correction","SAVE_STOCK_ALTERATIONS":"Save stock corrections?","SAVE_TASK_FIRST":"First save the task","SAVE_TASK_FIRST_EMAIL":"You have to save the activity before emailing.","SAVING_SYSTEM_ACTION":"PIN terminal is still busy","SAVING_WORKFLOW_DELETES_ALL_TEST_DATA":"The structue of this workflow cannot be changed. This would make the active workflow processes invalid","SBI_CODE":"SBI code","DOWNLOADED":"Downloaded","DOWNLOADED_NOT_FULL_PROCESSED":"Downloaded, not (fully) processed","DOWNLOAD_AGAIN":"Download again","DOWNLOAD_EDI_ORDERS":"Download EDI orders","DOWNLOAD_QR_CODE":"Download QR code","DOWNPAYMENT":"Deposit","DOWNPAYMENT_AMOUNT":"Deposit to pay","DOWNPAYMENT_BY_BR":"Calculated minimum","DOWNPAYMENT_DONE":"Deposit paid","DOWNPAYMENT_ON_DELIVERY":"Cash on delivery","DOWNPAYMENT_PERCENTAGE":"% To be paid in advance","DOWN_PAYMENT":"Deposit","DOWN_PAYMENTS":"Deposits","DOWN_PAYMENTS_SETTLED":"Deposits settled","DOWN_PAYMENT_DATE":"Deposit payment date","SEARCH_IN_COLLECTION":"Search in collection","SEARCH_IN_CONTACT_PERSONS":"Search in contacts","SEARCH_IN_EMPLOYEES":"Search in employees","SEARCH_IN_HISTORY":"Search in history","SEARCH_IN_RELATIONS":"Search in relations","SEARCH_IN_RESULTS":"Search results","SEARCH_IN_SALES_RELATIONS":"Search in sales relations","SEARCH_LAST_NAME":"Search last name","SEARCH_MAIN_ARTICLE":"Search main article","SEARCH_MEMBER_NR":"Search membership number","SEARCH_MODULES":"Search in modules","SEARCH_NUMBER_CUSTOMER_OR_DATE":"Search by number, customer name or date","SEARCH_NUMBER_OR_CUSTOMER":"Search by number or customer name","SEARCH_NUMBER_OR_SUPPLIER":"Search by number or supplier","SEARCH_NUMBER_SUPPLIER_OR_DATE":"Search by number, supplier or date","SEARCH_ONHOLD":"Search paused","SEARCH_OPTIONS":"Search options","SEARCH_ORDER":"Search order","SEARCH_OUTSTANDING_AMOUNT_DESCRIPTION":"Search by name, invoice number, amount or customer number","SEARCH_OWN_REFERENCE":"Search own reference","MESSAGE_STARTUP_VALIDATIONS_ERROR":"Error validating system","MESSAGE_STARTUP_VALIDATIONS_WARNING":"There are important messages of the system","MESSAGE_STATISTICS_ERROR":"Error while calculating statistics","MESSAGE_STATISTICS_NOT_AVAILABLE":"Statistics not available","MESSAGE_STATISTICS_STATUS_AXIS_CALC":"The data for the axes are calculated","MESSAGE_STATISTICS_STATUS_CUBE_CALC":"The data for the grid is calculated","MESSAGE_STATISTICS_STATUS_DRAW_GRID":"The grid is drawn","MESSAGE_SUBREPORT_FOR_REPORT_NEEDED":"Sub reports should be included. Abort?","MESSAGE_SUPPLIER_NOT_ACTIVE":"Warning, this supplier is no longer active!","MESSAGE_TIMEZONES_COULD_NOT_BE_LOADED":"The list of time zones could not be loaded.","MESSAGE_TIME_NOT_AVAILABLE":"The time of the order (from arrival time to end time) is in yyn or more time slots that are not available for this truck on this day. Continue anyway?","MESSAGE_TO_PAY_DOWN_NO_CUSTOMER":"There is no customer for this transaction. First fill the customer","SETUP_DETAILS":"Setup details","RENDER_INPUT_PARAMETERS":"Render input parameters","360_RENDER":"360 Render","ROTATION_X":"Rotation X","ROTATION_Y":"Rotation Y","ROTATION_Z":"Rotation Z","CAMERA_DISTANCE":"Camera distance","FIELD_OF_VIEW":"Field of view","SCENE_SETTING":"Scene settings","ZOOM":"Zoom","AUTOFRAME":"AUTOFRAME","PRERENDER":"Prerender","RENDER_REQUEST_SETUP":"Render request setup","DEFAULT_RESOLUTIONS_FOR_RENDERING":"Default resolutions for rendering","SCENE_SETTINGS":"Scene settings","RESOLUTION_X":"Resolution X","RESOLUTION_Y":"Resolution Y","OUTPUT":"Output","RENDER_TYPE":"Render type","PRIMARY_SCENE":"Primary scene","SECONDARY_SCENE":"Secondary scene","LIGHT_SCENE":"Light scene","HDRI_INTENSITY":"HDRI intensity","HDRI_ROTATION_X":"HDRI rotation X","HDRI_ROTATION_Y":"HDRI rotation Y","HDRI_ROTATION_Z":"HDRI rotation Z","SCENE_TYPE":"Scene type","RENDER_RESOLUTION":"Render resolution","UNIT_DETAILS":"Unit details","CONVERSION_RATES":"Conversion rates","SEQUENCE_LAST_NUMBER":"Last sequence number","SEQUENCE_NAME":"Sequence name","FINANCIAL_REPORT":"Financial report","COMPACTION":"Compaction","LAYOUT_RETURN_CODE":"Layout return code","LAYOUT_TYPE":"Layout type"}