From 591728eb31a90edab036798c7ddce75520fdd277 Mon Sep 17 00:00:00 2001 From: Oana Nechiforescu Date: Sun, 9 Apr 2017 19:42:07 +0300 Subject: [PATCH 01/12] The only pom changes needed for release 2.5. --- rm-automation/pom.xml | 95 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 4 deletions(-) diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 5121f23ad8..1e82d8ca5a 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -224,6 +224,87 @@ + + + + + apply-rm-community + + + + maven-dependency-plugin + + + fetch-amps + process-test-resources + + copy + + + + + org.alfresco + alfresco-rm-community-share + ${project.version} + amp + + + org.alfresco + alfresco-rm-community-repo + ${project.version} + amp + + + ${project.build.directory}/amps + true + + + + + + org.alfresco.maven.plugin + alfresco-maven-plugin + true + + + install-community-repo-amp + + install + + process-test-resources + + true + + ${project.build.directory}/amps/alfresco-rm-community-repo-${project.version}.amp + + ${project.build.directory}/alf-installation/tomcat/webapps/alfresco.war + + + + + install-community-share-amp + + install + + process-test-resources + + true + + ${project.build.directory}/amps/alfresco-rm-community-share-${project.version}.amp + + ${project.build.directory}/alf-installation/tomcat/webapps/share.war + + + + + + + + + + apply-rm-enterprise + + maven-dependency-plugin @@ -267,8 +348,11 @@ process-test-resources true - ${project.build.directory}/amps/alfresco-rm-enterprise-repo-${project.version}.amp - ${project.build.directory}/alf-installation/tomcat/webapps/alfresco.war + + ${project.build.directory}/amps/alfresco-rm-enterprise-repo-${project.version}.amp + + ${project.build.directory}/alf-installation/tomcat/webapps/alfresco.war + @@ -279,8 +363,11 @@ process-test-resources true - ${project.build.directory}/amps/alfresco-rm-enterprise-share-${project.version}.amp - ${project.build.directory}/alf-installation/tomcat/webapps/share.war + + ${project.build.directory}/amps/alfresco-rm-enterprise-share-${project.version}.amp + + ${project.build.directory}/alf-installation/tomcat/webapps/share.war + From 4efc36936ce79d078b54ea51f6a43eb57f7519d3 Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Tue, 11 Apr 2017 16:48:18 +0100 Subject: [PATCH 02/12] GERMAN: Amended files for the use of the term "Child" --- .../messages/action-service_de.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service_de.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service_de.properties index 4a49744ed5..1b9a44e18e 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service_de.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/action-service_de.properties @@ -28,7 +28,7 @@ rm.action.not-hold-type=Die Sperrung konnte nicht aufgehoben werden, da der Knot rm.action.no-read-mime-message=Die MimeType-Nachricht konnte nicht gelesen werden, da {0}. rm.action.email-declared=Die E-Mail konnte nicht geteilt werden, da der Record abgeschlossen ist. (actionedUponNodeRef={0}) rm.action.email-not-record=Die E-Mail konnte nicht geteilt werden, da der Knoten kein Record ist. (actionedUponNodeRef={0}) -rm.action.email-create-child-assoc=Benutzerdefinierte Kindzuordnung konnte nicht erstellt werden. +rm.action.email-create-child-assoc=Benutzerdefinierte Unterzuordnung konnte nicht erstellt werden. rm.action.node-already-transfer=Der Knoten wird bereits \u00fcbertragen. rm.action.node-not-transfer=Der Knoten ist kein \u00dcbertragungsobjekt. rm.action.undo-not-last=Trennung kann nicht aufgehoben werden, da die letzte Entsorgungsaktion nicht getrennt wurde. @@ -39,4 +39,3 @@ rm.action.parameter-not-supplied=Der Parameter ''{0}'' wurde nicht angegeben. rm.action.delete-not-hold-type=Der Sperrbereich konnte nicht gel\u00f6scht werden, da der Knoten nicht vom Typ {0} ist. (actionedUponNodeRef={1}) rm.action.cast-to-rm-type=Eine angepasster Ordner kann nicht in den Records Management Ablageplan hinzugef\u00fcgt werden. rm.action.record-folder-create=Operation fehlgeschlagen, da Sie einen Record-Ordner nicht in einem anderen Record-Ordner erstellen k\u00f6nnen. - From 1822c418f70f5f2dc93c53588ceb5ba9a9251f42 Mon Sep 17 00:00:00 2001 From: Ana Bozianu Date: Fri, 4 Nov 2016 16:40:30 +0000 Subject: [PATCH 03/12] RM-5013 Cherry-pick "Merge branch 'hotfix-2.5/MNT-17007_solr_query' into 'release/V2.5.0.x'" Hotfix 2.5/mnt 17007 solr query 2.5.0.1 hotfix will contain the fix for the SOLR issue and Audit issue MNT-17007 - Cannot login with other user than admin, after RM 2.5 was installed RM-4249 - RM Audit doesn't work with alfresco 5.2 See merge request !602 Nb. This does not copy across the updates to the automation tests. (cherry picked from commit f19ece35388d75a6d0eb2a7efb854e13fc3b1763) --- .../job/NotifyOfRecordsDueForReviewJobExecuter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rm-server/source/java/org/alfresco/module/org_alfresco_module_rm/job/NotifyOfRecordsDueForReviewJobExecuter.java b/rm-server/source/java/org/alfresco/module/org_alfresco_module_rm/job/NotifyOfRecordsDueForReviewJobExecuter.java index 0838a31372..a1be90c032 100644 --- a/rm-server/source/java/org/alfresco/module/org_alfresco_module_rm/job/NotifyOfRecordsDueForReviewJobExecuter.java +++ b/rm-server/source/java/org/alfresco/module/org_alfresco_module_rm/job/NotifyOfRecordsDueForReviewJobExecuter.java @@ -84,8 +84,8 @@ public class NotifyOfRecordsDueForReviewJobExecuter extends RecordsManagementJob // notification has not been sent. StringBuilder queryBuffer = new StringBuilder(); queryBuffer.append("+ASPECT:\"rma:vitalRecord\" "); - queryBuffer.append("+(@rma\\:reviewAsOf:[MIN TO NOW] ) "); - queryBuffer.append("+( "); + queryBuffer.append("AND @rma\\:reviewAsOf:[MIN TO NOW] "); + queryBuffer.append("AND ( "); queryBuffer.append("@rma\\:notificationIssued:false "); queryBuffer.append("OR ISNULL:\"rma:notificationIssued\" "); queryBuffer.append(") "); From ae43bb0f14e69ee8ad2f0badd5b95f171a85deeb Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Thu, 13 Apr 2017 11:04:18 +0100 Subject: [PATCH 04/12] GERMAN: Updated bundles based on EN rev2017-04-11. --- .../messages/audit-service_de.properties | 3 +++ .../messages/records-model_de.properties | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_de.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_de.properties index e8e0b7be46..347b9d0c0a 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_de.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_de.properties @@ -14,4 +14,7 @@ rm.audit.audit-clear=Audit l\u00f6schen rm.audit.audit-view=Audit anzeigen rm.audit.trail-file-fail=Audit-Bericht konnte nicht generiert werden. \u00dcberpr\u00fcfen Sie die Audit-Details und versuchen Sie es erneut. Sie k\u00f6nnen sich auch an Ihre IT-Abteilung wenden. rm.audit.audit-report=Audit-Bericht +rm.audit.set-permission=Berechtigung setzen +rm.audit.enable-inherit-permission=Vererbte Berechtigungen aktiv +rm.audit.disable-inherit-permission=Vererbte Berechtigungen inaktiv recordable-version-config=Optionen f\u00fcr automatische Deklaration diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_de.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_de.properties index 31ce0685a9..3ee924597a 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_de.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_de.properties @@ -174,8 +174,6 @@ rma_recordsmanagement.aspect.rma_vitalRecord.title=Besonders relevanter Record rma_recordsmanagement.aspect.rma_vitalRecord.decription=Besonders relevanter Record rma_recordsmanagement.property.rma_reviewAsOf.title=N\u00e4chste \u00dcberpr\u00fcfung rma_recordsmanagement.property.rma_reviewAsOf.decription=N\u00e4chste \u00dcberpr\u00fcfung -rma_recordsmanagement.property.rma_notificationIssued.title=Gibt an, dass f\u00fcr diesen Record eine Benachrichtigung aufgrund einer f\u00e4lligen \u00dcberpr\u00fcfung ausgegeben wurde. -rma_recordsmanagement.property.rma_notificationIssued.decription=Gibt an, dass f\u00fcr diesen Record eine Benachrichtigung aufgrund einer f\u00e4lligen \u00dcberpr\u00fcfung ausgegeben wurde. rma_recordsmanagement.aspect.rma_scheduled.title=Geplant rma_recordsmanagement.aspect.rma_scheduled.decription=Geplant From 34aaaa17d588e9097422e638c30a8121bc9a2560 Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Thu, 13 Apr 2017 11:05:30 +0100 Subject: [PATCH 05/12] SPANISH: Updated bundles based on EN rev2017-04-11. --- .../messages/audit-service_es.properties | 3 +++ .../messages/records-model_es.properties | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_es.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_es.properties index 2b025db6f7..f1b82aad91 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_es.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_es.properties @@ -14,4 +14,7 @@ rm.audit.audit-clear=Limpiar auditor\u00eda rm.audit.audit-view=Ver auditor\u00eda rm.audit.trail-file-fail=No se pudo generar un informe de auditor\u00eda. Compruebe los detalles de auditor\u00eda y vuelva a intentarlo, o hable con el dep. de TI. rm.audit.audit-report=Informe de auditor\u00eda +rm.audit.set-permission=Establecer permisos +rm.audit.enable-inherit-permission=Permisos heredados activados +rm.audit.disable-inherit-permission=Permisos heredados desactivados recordable-version-config=Opciones de declaraci\u00f3n autom\u00e1tica diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_es.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_es.properties index d15d10d161..517c1d9a18 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_es.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_es.properties @@ -174,8 +174,6 @@ rma_recordsmanagement.aspect.rma_vitalRecord.title=Documento de archivo vital rma_recordsmanagement.aspect.rma_vitalRecord.decription=Documento de archivo vital rma_recordsmanagement.property.rma_reviewAsOf.title=Pr\u00f3xima revisi\u00f3n rma_recordsmanagement.property.rma_reviewAsOf.decription=Pr\u00f3xima revisi\u00f3n -rma_recordsmanagement.property.rma_notificationIssued.title=Indica que se ha emitido una notificaci\u00f3n de pendiente de revisi\u00f3n para este documento de archivo -rma_recordsmanagement.property.rma_notificationIssued.decription=Indica que se ha emitido una notificaci\u00f3n de pendiente de revisi\u00f3n para este documento de archivo rma_recordsmanagement.aspect.rma_scheduled.title=Planificado rma_recordsmanagement.aspect.rma_scheduled.decription=Planificado From 341cfb1d64ddfb5ae5dfd3664c52d1090004c1af Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Thu, 13 Apr 2017 11:06:22 +0100 Subject: [PATCH 06/12] ITALIAN: Updated bundles based on EN rev2017-04-11. --- .../messages/audit-service_it.properties | 3 +++ .../messages/records-model_it.properties | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_it.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_it.properties index 0901432148..8308977421 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_it.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_it.properties @@ -14,4 +14,7 @@ rm.audit.audit-clear=Cancellazione audit rm.audit.audit-view=Visualizzazione audit rm.audit.trail-file-fail=Impossibile generare il rapporto di audit. Verificare i dettagli dell'audit e riprovare o contattare il proprio dipartimento I.T. I.T. rm.audit.audit-report=Rapporto audit +rm.audit.set-permission=Imposta autorizzazione +rm.audit.enable-inherit-permission=Autorizzazioni ereditate attivate +rm.audit.disable-inherit-permission=Autorizzazioni ereditate disattivate recordable-version-config=Opzioni di dichiarazione automatica diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_it.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_it.properties index af5c55064c..72724015bb 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_it.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_it.properties @@ -174,8 +174,6 @@ rma_recordsmanagement.aspect.rma_vitalRecord.title=Record fondamentale rma_recordsmanagement.aspect.rma_vitalRecord.decription=Record fondamentale rma_recordsmanagement.property.rma_reviewAsOf.title=Prossimo esame rma_recordsmanagement.property.rma_reviewAsOf.decription=Prossimo esame -rma_recordsmanagement.property.rma_notificationIssued.title=Indica che \u00e8 stata rilasciata una notifica di esame per questo record -rma_recordsmanagement.property.rma_notificationIssued.decription=Indica che \u00e8 stata rilasciata una notifica di esame per questo record rma_recordsmanagement.aspect.rma_scheduled.title=Programmato rma_recordsmanagement.aspect.rma_scheduled.decription=Programmato From 8ed9f4bc89ace46690f6d562276491569dfb35ca Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Thu, 13 Apr 2017 11:07:06 +0100 Subject: [PATCH 07/12] JAPANESE: Updated bundles based on EN rev2017-04-11. --- .../messages/audit-service_ja.properties | 3 +++ .../messages/records-model_ja.properties | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_ja.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_ja.properties index 0df2727ab8..6bfdfc7e5c 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_ja.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_ja.properties @@ -14,4 +14,7 @@ rm.audit.audit-clear=\u76e3\u67fb\u306e\u6d88\u53bb rm.audit.audit-view=\u76e3\u67fb\u306e\u8868\u793a rm.audit.trail-file-fail=\u76e3\u67fb\u30ec\u30dd\u30fc\u30c8\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u76e3\u67fb\u306e\u8a73\u7d30\u3092\u78ba\u8a8d\u3057\u3066\u304b\u3089\u64cd\u4f5c\u3092\u3084\u308a\u76f4\u3059\u304b\u3001IT \u62c5\u5f53\u8005\u306b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 rm.audit.audit-report=\u76e3\u67fb\u30ec\u30dd\u30fc\u30c8 +rm.audit.set-permission=\u6a29\u9650\u306e\u8a2d\u5b9a +rm.audit.enable-inherit-permission=\u6a29\u9650\u306e\u8a2d\u5b9a +rm.audit.disable-inherit-permission=\u6a29\u9650\u306e\u8a2d\u5b9a recordable-version-config=\u81ea\u52d5\u5ba3\u8a00\u30aa\u30d7\u30b7\u30e7\u30f3 diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_ja.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_ja.properties index 783157feb8..2a6c27af1a 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_ja.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_ja.properties @@ -174,8 +174,6 @@ rma_recordsmanagement.aspect.rma_vitalRecord.title=\u30d0\u30a4\u30bf\u30eb\u30e rma_recordsmanagement.aspect.rma_vitalRecord.decription=\u30d0\u30a4\u30bf\u30eb\u30ec\u30b3\u30fc\u30c9 rma_recordsmanagement.property.rma_reviewAsOf.title=\u6b21\u56de\u306e\u30ec\u30d3\u30e5\u30fc rma_recordsmanagement.property.rma_reviewAsOf.decription=\u6b21\u56de\u306e\u30ec\u30d3\u30e5\u30fc -rma_recordsmanagement.property.rma_notificationIssued.title=\u3053\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u30ec\u30d3\u30e5\u30fc\u4e88\u5b9a\u304c\u901a\u77e5\u3055\u308c\u305f\u3053\u3068\u3092\u793a\u3057\u307e\u3059 -rma_recordsmanagement.property.rma_notificationIssued.decription=\u3053\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u30ec\u30d3\u30e5\u30fc\u4e88\u5b9a\u304c\u901a\u77e5\u3055\u308c\u305f\u3053\u3068\u3092\u793a\u3057\u307e\u3059 rma_recordsmanagement.aspect.rma_scheduled.title=\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u6e08\u307f rma_recordsmanagement.aspect.rma_scheduled.decription=\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u6e08\u307f From 823662435518444873e4210326ca7b572910257b Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Thu, 13 Apr 2017 11:07:48 +0100 Subject: [PATCH 08/12] NORWEGIAN BOKMAL: Updated bundles based on EN rev2017-04-11. --- .../messages/audit-service_nb.properties | 3 +++ .../messages/records-model_nb.properties | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_nb.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_nb.properties index 0ed3afac1e..295c293b7c 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_nb.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_nb.properties @@ -14,4 +14,7 @@ rm.audit.audit-clear=Slett revisjon rm.audit.audit-view=Vis revisjon rm.audit.trail-file-fail=Kunne ikke generere en revisjonsrapport. Kontroller revisjonsdetaljene, og pr\u00f8v igjen eller snakk med din IT- avdeling. rm.audit.audit-report=Revisjonsrapport +rm.audit.set-permission=Still inn tillatelsen +rm.audit.enable-inherit-permission=Arvede tillatelser sl\u00e5tt p\u00e5 +rm.audit.disable-inherit-permission=Arvede tillatelser sl\u00e5tt av recordable-version-config=Alternativer med automatiske erkl\u00e6ringer diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_nb.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_nb.properties index b93a05b031..5fcdf8d9d9 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_nb.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_nb.properties @@ -174,8 +174,6 @@ rma_recordsmanagement.aspect.rma_vitalRecord.title=Sv\u00e6rt viktig oppf\u00f8r rma_recordsmanagement.aspect.rma_vitalRecord.decription=Sv\u00e6rt viktig oppf\u00f8ring rma_recordsmanagement.property.rma_reviewAsOf.title=Neste gjennomgang rma_recordsmanagement.property.rma_reviewAsOf.decription=Neste gjennomgang -rma_recordsmanagement.property.rma_notificationIssued.title=Indikerer at en melding om at denne oppf\u00f8ringen skal gjennomg\u00e5s, er blitt utstedt -rma_recordsmanagement.property.rma_notificationIssued.decription=Indikerer at en melding om at denne oppf\u00f8ringen skal gjennomg\u00e5s, er blitt utstedt rma_recordsmanagement.aspect.rma_scheduled.title=Planlagt rma_recordsmanagement.aspect.rma_scheduled.decription=Planlagt From 4b9924bb47c0e6a4828bdc8548c70ab7998f5428 Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Thu, 13 Apr 2017 11:08:23 +0100 Subject: [PATCH 09/12] DUTCH: Updated bundles based on EN rev2017-04-11. --- .../messages/audit-service_nl.properties | 3 +++ .../messages/records-model_nl.properties | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_nl.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_nl.properties index 37731dbda4..f547c80dce 100755 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_nl.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_nl.properties @@ -14,4 +14,7 @@ rm.audit.audit-clear=Audit wissen rm.audit.audit-view=Audit bekijken rm.audit.trail-file-fail=Kan geen auditrapport maken. Controleer de auditgegevens en probeer het opnieuw of neem contact op met uw IT- afdeling rm.audit.audit-report=Auditrapport +rm.audit.set-permission=Recht instellen +rm.audit.enable-inherit-permission=Overgenomen rechten ingeschakeld +rm.audit.disable-inherit-permission=Overgenomen rechten uitgeschakeld recordable-version-config=Opties voor automatisch declareren diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_nl.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_nl.properties index b3f8f058b2..85cd12fc68 100755 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_nl.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_nl.properties @@ -174,8 +174,6 @@ rma_recordsmanagement.aspect.rma_vitalRecord.title=Vitale record rma_recordsmanagement.aspect.rma_vitalRecord.decription=Vitale record rma_recordsmanagement.property.rma_reviewAsOf.title=Volgende revisie rma_recordsmanagement.property.rma_reviewAsOf.decription=Volgende revisie -rma_recordsmanagement.property.rma_notificationIssued.title=Geeft aan dat er een revisie-gereedmelding is afgegeven voor deze record -rma_recordsmanagement.property.rma_notificationIssued.decription=Geeft aan dat er een revisie-gereedmelding is afgegeven voor deze record rma_recordsmanagement.aspect.rma_scheduled.title=Gepland rma_recordsmanagement.aspect.rma_scheduled.decription=Gepland From afc42b8d2b60e70b96bb9e42fed5e9ad886d5875 Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Thu, 13 Apr 2017 11:09:01 +0100 Subject: [PATCH 10/12] RUSSIAN: Updated bundles based on EN rev2017-04-11. --- .../messages/audit-service_ru.properties | 3 +++ .../messages/records-model_ru.properties | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_ru.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_ru.properties index a59fa47df0..9db574317f 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_ru.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_ru.properties @@ -14,4 +14,7 @@ rm.audit.audit-clear=\u041e\u0447\u0438\u0441\u0442\u043a\u0430 \u0430\u0443\u04 rm.audit.audit-view=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0430\u0443\u0434\u0438\u0442\u0430 rm.audit.trail-file-fail=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0442\u0447\u0435\u0442 \u043e\u0431 \u0430\u0443\u0434\u0438\u0442\u0435. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0430\u0443\u0434\u0438\u0442\u0430 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u0438\u043b\u0438 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u0432 IT- \u043e\u0442\u0434\u0435\u043b. rm.audit.audit-report=\u041e\u0442\u0447\u0435\u0442 \u043e\u0431 \u0430\u0443\u0434\u0438\u0442\u0435 +rm.audit.set-permission=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 +rm.audit.enable-inherit-permission=\u0423\u043d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b +rm.audit.disable-inherit-permission=\u0423\u043d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u044b recordable-version-config=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_ru.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_ru.properties index a780e43969..d92cd7be33 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_ru.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_ru.properties @@ -174,8 +174,6 @@ rma_recordsmanagement.aspect.rma_vitalRecord.title=\u041a\u043b\u044e\u0447\u043 rma_recordsmanagement.aspect.rma_vitalRecord.decription=\u041a\u043b\u044e\u0447\u0435\u0432\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c rma_recordsmanagement.property.rma_reviewAsOf.title=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 rma_recordsmanagement.property.rma_reviewAsOf.decription=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 -rma_recordsmanagement.property.rma_notificationIssued.title=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442, \u0447\u0442\u043e \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e\u0434\u043b\u0435\u0436\u0430\u0449\u0435\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0435 -rma_recordsmanagement.property.rma_notificationIssued.decription=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442, \u0447\u0442\u043e \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e\u0434\u043b\u0435\u0436\u0430\u0449\u0435\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0435 rma_recordsmanagement.aspect.rma_scheduled.title=\u0417\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e rma_recordsmanagement.aspect.rma_scheduled.decription=\u0417\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e From 5dfe01fbb996bc6b37c7c0ae3078c32b99711974 Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Thu, 13 Apr 2017 11:09:49 +0100 Subject: [PATCH 11/12] BRAZILIAN PORTUGUESE: Updated bundles based on EN rev2017-04-11. --- .../messages/audit-service_pt_BR.properties | 3 +++ .../messages/records-model_pt_BR.properties | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_pt_BR.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_pt_BR.properties index 60837c95db..f55fc7b90f 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_pt_BR.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_pt_BR.properties @@ -14,4 +14,7 @@ rm.audit.audit-clear=Limpeza de auditoria rm.audit.audit-view=Exibi\u00e7\u00e3o de auditoria rm.audit.trail-file-fail=N\u00e3o \u00e9 poss\u00edvel gerar um relat\u00f3rio de auditoria. Verifique os detalhes de auditoria e tente novamente, ou entre em contato com o Dept. de TI. rm.audit.audit-report=Relat\u00f3rio de auditoria +rm.audit.set-permission=Definir Permiss\u00e3o +rm.audit.enable-inherit-permission=Permiss\u00f5es herdadas ativadas +rm.audit.disable-inherit-permission=Permiss\u00f5es herdadas desativadas recordable-version-config=Op\u00e7\u00f5es de auto declara\u00e7\u00e3o diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_pt_BR.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_pt_BR.properties index 60082f9de3..f589b6c25a 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_pt_BR.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_pt_BR.properties @@ -174,8 +174,6 @@ rma_recordsmanagement.aspect.rma_vitalRecord.title=Documento arquiv\u00edstico v rma_recordsmanagement.aspect.rma_vitalRecord.decription=Documento arquiv\u00edstico vital rma_recordsmanagement.property.rma_reviewAsOf.title=Pr\u00f3xima revis\u00e3o rma_recordsmanagement.property.rma_reviewAsOf.decription=Pr\u00f3xima revis\u00e3o -rma_recordsmanagement.property.rma_notificationIssued.title=Indica que foi emitida uma notifica\u00e7\u00e3o de prazo para revis\u00e3o para este documento arquiv\u00edstico -rma_recordsmanagement.property.rma_notificationIssued.decription=Indica que foi emitida uma notifica\u00e7\u00e3o de prazo para revis\u00e3o para este documento arquiv\u00edstico rma_recordsmanagement.aspect.rma_scheduled.title=Programado rma_recordsmanagement.aspect.rma_scheduled.decription=Programado From 650525aaeba1d50b0bd08400b379cce65a135efa Mon Sep 17 00:00:00 2001 From: gbroadbent Date: Thu, 13 Apr 2017 11:10:30 +0100 Subject: [PATCH 12/12] SIMPLIFIED CHINESE --- .../messages/audit-service_zh_CN.properties | 3 +++ .../messages/records-model_zh_CN.properties | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_zh_CN.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_zh_CN.properties index a97467744d..38be513e1c 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_zh_CN.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/audit-service_zh_CN.properties @@ -14,4 +14,7 @@ rm.audit.audit-clear=\u6e05\u9664\u5ba1\u8ba1 rm.audit.audit-view=\u67e5\u770b\u5ba1\u8ba1 rm.audit.trail-file-fail=\u6211\u4eec\u65e0\u6cd5\u751f\u6210\u5ba1\u8ba1\u62a5\u544a\u3002 \u68c0\u67e5\u5ba1\u8ba1\u8be6\u7ec6\u4fe1\u606f\u5e76\u91cd\u8bd5\uff0c\u6216\u8005\u54a8\u8be2\u60a8\u7684 IT \u90e8\u95e8\u3002 rm.audit.audit-report=\u5ba1\u8ba1\u62a5\u544a +rm.audit.set-permission=\u8bbe\u7f6e\u6743\u9650 +rm.audit.enable-inherit-permission=\u7ee7\u627f\u7684\u6743\u9650\u5df2\u6253\u5f00 +rm.audit.disable-inherit-permission=\u7ee7\u627f\u7684\u6743\u9650\u5df2\u5173\u95ed recordable-version-config=\u81ea\u52a8\u58f0\u660e\u9009\u9879 diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_zh_CN.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_zh_CN.properties index 89413a3a32..0472358f41 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_zh_CN.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/messages/records-model_zh_CN.properties @@ -174,8 +174,6 @@ rma_recordsmanagement.aspect.rma_vitalRecord.title=\u6838\u5fc3\u8bb0\u5f55 rma_recordsmanagement.aspect.rma_vitalRecord.decription=\u6838\u5fc3\u8bb0\u5f55 rma_recordsmanagement.property.rma_reviewAsOf.title=\u4e0b\u4e2a\u5ba1\u67e5 rma_recordsmanagement.property.rma_reviewAsOf.decription=\u4e0b\u4e2a\u5ba1\u67e5 -rma_recordsmanagement.property.rma_notificationIssued.title=\u6307\u793a\u5df2\u7ecf\u4e3a\u8be5\u8bb0\u5f55\u53d1\u51fa\u5ba1\u67e5\u5230\u671f\u901a\u77e5 -rma_recordsmanagement.property.rma_notificationIssued.decription=\u6307\u793a\u5df2\u7ecf\u4e3a\u8be5\u8bb0\u5f55\u53d1\u51fa\u5ba1\u67e5\u5230\u671f\u901a\u77e5 rma_recordsmanagement.aspect.rma_scheduled.title=\u5df2\u8ba1\u5212 rma_recordsmanagement.aspect.rma_scheduled.decription=\u5df2\u8ba1\u5212