diff --git a/GazelleHL7v2Validator-ear/pom.xml b/GazelleHL7v2Validator-ear/pom.xml index 192e593222639a5b5ac9d0880d0303cb5c4b6064..6b5bbef699638a5350d75996767267767e9d9a8a 100644 --- a/GazelleHL7v2Validator-ear/pom.xml +++ b/GazelleHL7v2Validator-ear/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>GazelleHL7v2Validator</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -11,7 +11,7 @@ <artifactId>GazelleHL7v2Validator-ear</artifactId> <packaging>ear</packaging> <name>GazelleHL7v2Validator-ear</name> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <contributors> <contributor> <organization>INRIA - Rennes Bretagne Atlantique</organization> @@ -105,14 +105,14 @@ <groupId>net.ihe.gazelle</groupId> <artifactId>GazelleHL7v2Validator-ui</artifactId> <type>war</type> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>GazelleHL7v2Validator-ejb</artifactId> <type>ejb</type> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle</groupId> @@ -147,5 +147,10 @@ <groupId>com.sun.faces</groupId> <artifactId>jsf-impl</artifactId> </dependency> + <dependency> + <groupId>net.ihe.gazelle</groupId> + <artifactId>gum-client</artifactId> + <version>${sso.client.v7.version}</version> + </dependency> </dependencies> </project> diff --git a/GazelleHL7v2Validator-ejb/pom.xml b/GazelleHL7v2Validator-ejb/pom.xml index 3abacff304b68a2b6b923215406a83620c94e487..35df31d3454cebcb667abf93720223d94a59c647 100644 --- a/GazelleHL7v2Validator-ejb/pom.xml +++ b/GazelleHL7v2Validator-ejb/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>GazelleHL7v2Validator</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -270,7 +270,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>gvt-validation-jar</artifactId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> diff --git a/GazelleHL7v2Validator-ui/pom.xml b/GazelleHL7v2Validator-ui/pom.xml index cf3016ccc26293eae0d2de45586a3fd896c98a6a..c1d880ab7c6acf2bce82732c3b5347133523ff02 100644 --- a/GazelleHL7v2Validator-ui/pom.xml +++ b/GazelleHL7v2Validator-ui/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>GazelleHL7v2Validator</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -11,7 +11,7 @@ <artifactId>GazelleHL7v2Validator-ui</artifactId> <packaging>war</packaging> <name>GazelleHL7v2Validator-ui</name> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <description>Archetype for the UI part of our java projects</description> <organization> <name>INRIA - IHE Development</name> @@ -59,6 +59,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>cas-client-ui-v7</artifactId> + <version>${sso.client.v7.version}</version> <type>war</type> </dependency> </dependencies> diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index 40641c8c34d4658f8bafe2b5d4cc0bb122e70076..b16f939068bdeb780abc0766b6bd89c7e761045e 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Schlie\u00DFen gazelle.common.IssueTracker=Issue Tracker gazelle.common.IssueTrackerClickOnThatLink=Klicken Sie auf diesen Link, um ein Problem melden diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.cas-client-ui-v7/messages.properties index 3a2e504140a741625ef8c4b25dc32392871a730b..73590c3775b1b150e3159b27139a2877ee9e32d4 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - -net.ihe.gazelle.ssoclient.Login=Login -net.ihe.gazelle.ssoclient.Logout=Logout +#Thu Jan 23 14:28:32 CET 2025 +net.ihe.gazelle.ssoclient.Login=Log in +net.ihe.gazelle.ssoclient.Logout=Log out +net.ihe.gazelle.ssoclient.SignUp=Sign up +net.ihe.gazelle.ssoclient.manageUsers=Manage users +net.ihe.gazelle.ssoclient.myAccount=My account diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.gazelle-assets/assets.properties index fd7048cfd53576915bfee62305a2c95aa44f02c7..e40656f49516441e31f1a185686e15b0a8dfbe33 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=and net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index c4812034e95b683acd3e3f7f0caa6528c9c503ee..9d53f3267e26d703e422c5c2cdb2afe058b4c0c3 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=By continuing to browse this site you are agreeing to our use of cookies net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=By continuing to browse this site you are agreeing to our use of cookies and our net.ihe.gazelle.gdpr.GeneralConditionsOfUse=general conditions of use diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f5649afeddddc37567097bb7439a7ce30f2e18dd..90ed86770531c7986ab24da26ec33d59cce540ab 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/de/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,13 +1,13 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=After gazelle.common.Any=Any -gazelle.common.Apply='Apply' +gazelle.common.Apply=''Apply'' gazelle.common.Before=Before gazelle.common.Between=Between -gazelle.common.Cancel='Cancel' -gazelle.common.CustomRange='Custom Range' -gazelle.common.DateFormat='MM/DD/YYYY' +gazelle.common.Cancel=''Cancel'' +gazelle.common.CustomRange=''Custom Range'' +gazelle.common.DateFormat=''MM/DD/YYYY'' gazelle.common.Last30="Last 30 Days" gazelle.common.Last7="Last 7 Days" gazelle.common.LastMonth="Last Month" @@ -16,7 +16,7 @@ gazelle.common.ResultsPerPage=Results per page gazelle.common.ThisMonth="This Month" gazelle.common.ThisYear="This Year" gazelle.common.Today="Today" -gazelle.common.W='W' +gazelle.common.W=''W'' gazelle.common.Yesterday="Yesterday" gazelle.common.button.ShowAll=Show all javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index 637865c8865d3efdc480ac5068075c75fd5b625e..754be80b41dcf5dc0a9a511f9a4c2ddbd57ede6f 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Close gazelle.common.IssueTracker=Issue Tracker gazelle.common.IssueTrackerClickOnThatLink=Click on that link to report a problem diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.cas-client-ui-v7/messages.properties index 3a2e504140a741625ef8c4b25dc32392871a730b..73590c3775b1b150e3159b27139a2877ee9e32d4 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - -net.ihe.gazelle.ssoclient.Login=Login -net.ihe.gazelle.ssoclient.Logout=Logout +#Thu Jan 23 14:28:32 CET 2025 +net.ihe.gazelle.ssoclient.Login=Log in +net.ihe.gazelle.ssoclient.Logout=Log out +net.ihe.gazelle.ssoclient.SignUp=Sign up +net.ihe.gazelle.ssoclient.manageUsers=Manage users +net.ihe.gazelle.ssoclient.myAccount=My account diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.gazelle-assets/assets.properties index fd7048cfd53576915bfee62305a2c95aa44f02c7..e40656f49516441e31f1a185686e15b0a8dfbe33 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=and net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index 8b75d78ccfed8f73056b0e6e4357ade863df3b69..1fca9482a095fc4428ba28dbb8ea295c02103b89 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=By continuing to browse this site you are agreeing to our use of cookies\n net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=By continuing to browse this site you are agreeing to our use of cookies\n net.ihe.gazelle.gdpr.GeneralConditionsOfUse=Term of services diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f5649afeddddc37567097bb7439a7ce30f2e18dd..90ed86770531c7986ab24da26ec33d59cce540ab 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/en/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,13 +1,13 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=After gazelle.common.Any=Any -gazelle.common.Apply='Apply' +gazelle.common.Apply=''Apply'' gazelle.common.Before=Before gazelle.common.Between=Between -gazelle.common.Cancel='Cancel' -gazelle.common.CustomRange='Custom Range' -gazelle.common.DateFormat='MM/DD/YYYY' +gazelle.common.Cancel=''Cancel'' +gazelle.common.CustomRange=''Custom Range'' +gazelle.common.DateFormat=''MM/DD/YYYY'' gazelle.common.Last30="Last 30 Days" gazelle.common.Last7="Last 7 Days" gazelle.common.LastMonth="Last Month" @@ -16,7 +16,7 @@ gazelle.common.ResultsPerPage=Results per page gazelle.common.ThisMonth="This Month" gazelle.common.ThisYear="This Year" gazelle.common.Today="Today" -gazelle.common.W='W' +gazelle.common.W=''W'' gazelle.common.Yesterday="Yesterday" gazelle.common.button.ShowAll=Show all javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index 637865c8865d3efdc480ac5068075c75fd5b625e..754be80b41dcf5dc0a9a511f9a4c2ddbd57ede6f 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Close gazelle.common.IssueTracker=Issue Tracker gazelle.common.IssueTrackerClickOnThatLink=Click on that link to report a problem diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.cas-client-ui-v7/messages.properties index 3a2e504140a741625ef8c4b25dc32392871a730b..73590c3775b1b150e3159b27139a2877ee9e32d4 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - -net.ihe.gazelle.ssoclient.Login=Login -net.ihe.gazelle.ssoclient.Logout=Logout +#Thu Jan 23 14:28:32 CET 2025 +net.ihe.gazelle.ssoclient.Login=Log in +net.ihe.gazelle.ssoclient.Logout=Log out +net.ihe.gazelle.ssoclient.SignUp=Sign up +net.ihe.gazelle.ssoclient.manageUsers=Manage users +net.ihe.gazelle.ssoclient.myAccount=My account diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.gazelle-assets/assets.properties index fd7048cfd53576915bfee62305a2c95aa44f02c7..e40656f49516441e31f1a185686e15b0a8dfbe33 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=and net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index c4812034e95b683acd3e3f7f0caa6528c9c503ee..9d53f3267e26d703e422c5c2cdb2afe058b4c0c3 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=By continuing to browse this site you are agreeing to our use of cookies net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=By continuing to browse this site you are agreeing to our use of cookies and our net.ihe.gazelle.gdpr.GeneralConditionsOfUse=general conditions of use diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f5649afeddddc37567097bb7439a7ce30f2e18dd..90ed86770531c7986ab24da26ec33d59cce540ab 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/es-ES/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,13 +1,13 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=After gazelle.common.Any=Any -gazelle.common.Apply='Apply' +gazelle.common.Apply=''Apply'' gazelle.common.Before=Before gazelle.common.Between=Between -gazelle.common.Cancel='Cancel' -gazelle.common.CustomRange='Custom Range' -gazelle.common.DateFormat='MM/DD/YYYY' +gazelle.common.Cancel=''Cancel'' +gazelle.common.CustomRange=''Custom Range'' +gazelle.common.DateFormat=''MM/DD/YYYY'' gazelle.common.Last30="Last 30 Days" gazelle.common.Last7="Last 7 Days" gazelle.common.LastMonth="Last Month" @@ -16,7 +16,7 @@ gazelle.common.ResultsPerPage=Results per page gazelle.common.ThisMonth="This Month" gazelle.common.ThisYear="This Year" gazelle.common.Today="Today" -gazelle.common.W='W' +gazelle.common.W=''W'' gazelle.common.Yesterday="Yesterday" gazelle.common.button.ShowAll=Show all javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index 637865c8865d3efdc480ac5068075c75fd5b625e..754be80b41dcf5dc0a9a511f9a4c2ddbd57ede6f 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Close gazelle.common.IssueTracker=Issue Tracker gazelle.common.IssueTrackerClickOnThatLink=Click on that link to report a problem diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.cas-client-ui-v7/messages.properties index 3a2e504140a741625ef8c4b25dc32392871a730b..73590c3775b1b150e3159b27139a2877ee9e32d4 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - -net.ihe.gazelle.ssoclient.Login=Login -net.ihe.gazelle.ssoclient.Logout=Logout +#Thu Jan 23 14:28:32 CET 2025 +net.ihe.gazelle.ssoclient.Login=Log in +net.ihe.gazelle.ssoclient.Logout=Log out +net.ihe.gazelle.ssoclient.SignUp=Sign up +net.ihe.gazelle.ssoclient.manageUsers=Manage users +net.ihe.gazelle.ssoclient.myAccount=My account diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.gazelle-assets/assets.properties index fd7048cfd53576915bfee62305a2c95aa44f02c7..e40656f49516441e31f1a185686e15b0a8dfbe33 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=and net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index c4812034e95b683acd3e3f7f0caa6528c9c503ee..9d53f3267e26d703e422c5c2cdb2afe058b4c0c3 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=By continuing to browse this site you are agreeing to our use of cookies net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=By continuing to browse this site you are agreeing to our use of cookies and our net.ihe.gazelle.gdpr.GeneralConditionsOfUse=general conditions of use diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f5649afeddddc37567097bb7439a7ce30f2e18dd..90ed86770531c7986ab24da26ec33d59cce540ab 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fi/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,13 +1,13 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=After gazelle.common.Any=Any -gazelle.common.Apply='Apply' +gazelle.common.Apply=''Apply'' gazelle.common.Before=Before gazelle.common.Between=Between -gazelle.common.Cancel='Cancel' -gazelle.common.CustomRange='Custom Range' -gazelle.common.DateFormat='MM/DD/YYYY' +gazelle.common.Cancel=''Cancel'' +gazelle.common.CustomRange=''Custom Range'' +gazelle.common.DateFormat=''MM/DD/YYYY'' gazelle.common.Last30="Last 30 Days" gazelle.common.Last7="Last 7 Days" gazelle.common.LastMonth="Last Month" @@ -16,7 +16,7 @@ gazelle.common.ResultsPerPage=Results per page gazelle.common.ThisMonth="This Month" gazelle.common.ThisYear="This Year" gazelle.common.Today="Today" -gazelle.common.W='W' +gazelle.common.W=''W'' gazelle.common.Yesterday="Yesterday" gazelle.common.button.ShowAll=Show all javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index 81f8d683074cf2e71c1e74fe2145092eca4b7434..00bac5de776170385143368336ef0c08ffff5b68 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Fermer gazelle.common.IssueTracker=Suivi de probl\u00E8mes gazelle.common.IssueTrackerClickOnThatLink=Cliquez sur ce lien pour reporter un probl\u00E8me diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.cas-client-ui-v7/messages.properties index a668ac60ebedbd73e2eeda3191e7709580f7442a..1455440a2e68595cf27b20dea8da98dd0daeff0b 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.ssoclient.Login=S'identifier net.ihe.gazelle.ssoclient.Logout=D\u00E9connexion +net.ihe.gazelle.ssoclient.SignUp=S'enregistrer +net.ihe.gazelle.ssoclient.manageUsers=G\u00E9rer les utilisateurs +net.ihe.gazelle.ssoclient.myAccount=Mon compte diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.gazelle-assets/assets.properties index 78804581d09de7c1e1a5d934007dd04b6aa8debf..2c11963abae0672fd5a5efe60b7870f635dec39f 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=et net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index 4b21e778e789542bdc35c633824f929329f65f4d..4205cf1a42e5ee884555b9dd435be18a07a61df8 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=L'espace de tests d'interoperabilite utilise des cookies.\nEn poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies et des conditions generales d'utilisation net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=L'espace de tests d'interoperabilite utilise des cookies.\nEn poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies et des conditions generales d'utilisation net.ihe.gazelle.gdpr.GeneralConditionsOfUse=CGU diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f674d734b0e50da927ce7a7a6384c6fbc6459b37..042b033f2c3f4d98d1c2e68d0609012e137fbacb 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/fr/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,29 +1,29 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=Apr\u00E8s gazelle.common.Any=Tout -gazelle.common.Apply='Appliquer' +gazelle.common.Apply=''Appliquer'' gazelle.common.Before=Avant gazelle.common.Between=Entre -gazelle.common.Cancel='Annuler' -gazelle.common.CustomRange='Personnaliser' -gazelle.common.DateFormat='DD/MM/YYYY' +gazelle.common.Cancel=''Annuler'' +gazelle.common.CustomRange=''Personnaliser'' +gazelle.common.DateFormat=''DD/MM/YYYY'' gazelle.common.Last30="Les 30 jours pr\u00E9c\u00E9dents" gazelle.common.Last7="Les 7 jours pr\u00E9c\u00E9dents" gazelle.common.LastMonth="Le mois pr\u00E9c\u00E9dent" -gazelle.common.LastYear="L'ann\u00E9e pr\u00E9c\u00E9dente" +gazelle.common.LastYear="L''ann\u00E9e pr\u00E9c\u00E9dente" gazelle.common.ResultsPerPage=R\u00E9sultats par page gazelle.common.ThisMonth="Ce mois" gazelle.common.ThisYear="Cette ann\u00E9e" -gazelle.common.Today="Aujourd'hui" -gazelle.common.W='S' +gazelle.common.Today="Aujourd''hui" +gazelle.common.W=''S'' gazelle.common.Yesterday="Hier" gazelle.common.button.ShowAll=Tout afficher -javax.faces.component.UIInput.CONVERSION=La valeur n'a pas pu \u00EAtre converti vers le type attendu +javax.faces.component.UIInput.CONVERSION=La valeur n''a pas pu \u00EAtre converti vers le type attendu javax.faces.component.UIInput.REQUIRED=La valeur est obligatoire -javax.faces.component.UIInput.UPDATE=une erreur s'est produite lors du traitement de vos informations fournies -javax.faces.component.UISelectMany.INVALID=La valeur n'est pas valide -javax.faces.component.UISelectOne.INVALID=La valeur n'est pas valide +javax.faces.component.UIInput.UPDATE=une erreur s''est produite lors du traitement de vos informations fournies +javax.faces.component.UISelectMany.INVALID=La valeur n''est pas valide +javax.faces.component.UISelectOne.INVALID=La valeur n''est pas valide javax.faces.converter.BigDecimalConverter.DECIMAL=La valeur doit \u00EAtre un nombre javax.faces.converter.BigDecimalConverter.DECIMAL_detail=La valeur doit \u00EAtre un nombre d\u00E9cimal sign\u00E9 constitu\u00E9 de z\u00E9ro ou plusieurs chiffres, \u00E9ventuellement suivis d''une virgule et de la fraction, par exemple. {1} javax.faces.converter.BigIntegerConverter.BIGINTEGER=La valeur doit \u00EAtre un entier @@ -44,8 +44,8 @@ javax.faces.converter.DateTimeConverter.TIME_detail=La valeur doit \u00EAtre une javax.faces.converter.DoubleConverter.DOUBLE=La valeur doit \u00EAtre un nombre javax.faces.converter.DoubleConverter.DOUBLE_detail=La valeur doit \u00EAtre un nombre compris entre 4.9E-324 et 1.7976931348623157E308 javax.faces.converter.EnumConverter.ENUM=La valeur doit \u00EAtre convertie en un enum -javax.faces.converter.EnumConverter.ENUM_NO_CLASS=La valeur doit pouvoir \u00EAtre converti vers un enum ou depuis l'enum, mais aucune classe enum n'est fournie -javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=La valeur doit pouvoir \u00EAtre converti vers un enum ou depuis l'enum, mais aucune classe enum n'est fournie +javax.faces.converter.EnumConverter.ENUM_NO_CLASS=La valeur doit pouvoir \u00EAtre converti vers un enum ou depuis l''enum, mais aucune classe enum n''est fournie +javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=La valeur doit pouvoir \u00EAtre converti vers un enum ou depuis l''enum, mais aucune classe enum n''est fournie javax.faces.converter.EnumConverter.ENUM_detail=La valeur doit pouvoir \u00EAtre converti vers un enum ou depuis l''enum qui contient la constante {1} javax.faces.converter.FloatConverter.FLOAT=La valeur doit \u00EAtre un nombre javax.faces.converter.FloatConverter.FLOAT_detail=La valeur doit \u00EAtre un nombre compris entre 1.4E-45 et 3.4028235E38 @@ -61,7 +61,7 @@ javax.faces.converter.NumberConverter.PATTERN=La valeur doit \u00EAtre un nombre javax.faces.converter.NumberConverter.PATTERN_detail=La valeur doit \u00EAtre un nombre javax.faces.converter.NumberConverter.PERCENT=La valeur doit \u00EAtre un pourcentage du montant javax.faces.converter.NumberConverter.PERCENT_detail=La valeur doit \u00EAtre un pourcentage, par exemple. {1} -javax.faces.converter.STRING=La valeur n'a pas pu \u00EAtre converti en une cha\u00EEne +javax.faces.converter.STRING=La valeur n''a pas pu \u00EAtre converti en une cha\u00EEne javax.faces.converter.ShortConverter.SHORT=La valeur doit \u00EAtre un entier javax.faces.converter.ShortConverter.SHORT_detail=La valeur doit \u00EAtre un nombre entier compris entre -32768 et 32767 javax.faces.validator.DoubleRangeValidator.MAXIMUM=La valeur doit \u00EAtre inf\u00E9rieure ou \u00E9gale \u00E0\: {0} diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index acc196828e5c341e0927246079880f9afaa332bc..9dc5134f33a425c1912d5a2e5ef27f346e3c3271 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Close gazelle.common.IssueTracker=Issue Tracker gazelle.common.IssueTrackerClickOnThatLink=\u30EA\u30F3\u30AF\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u554F\u984C\u3092\u5831\u544A\u3057\u3066\u4E0B\u3055\u3044\uFF1A diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.cas-client-ui-v7/messages.properties index 3a2e504140a741625ef8c4b25dc32392871a730b..73590c3775b1b150e3159b27139a2877ee9e32d4 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - -net.ihe.gazelle.ssoclient.Login=Login -net.ihe.gazelle.ssoclient.Logout=Logout +#Thu Jan 23 14:28:32 CET 2025 +net.ihe.gazelle.ssoclient.Login=Log in +net.ihe.gazelle.ssoclient.Logout=Log out +net.ihe.gazelle.ssoclient.SignUp=Sign up +net.ihe.gazelle.ssoclient.manageUsers=Manage users +net.ihe.gazelle.ssoclient.myAccount=My account diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.gazelle-assets/assets.properties index fd7048cfd53576915bfee62305a2c95aa44f02c7..e40656f49516441e31f1a185686e15b0a8dfbe33 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=and net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index c4812034e95b683acd3e3f7f0caa6528c9c503ee..9d53f3267e26d703e422c5c2cdb2afe058b4c0c3 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=By continuing to browse this site you are agreeing to our use of cookies net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=By continuing to browse this site you are agreeing to our use of cookies and our net.ihe.gazelle.gdpr.GeneralConditionsOfUse=general conditions of use diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f5649afeddddc37567097bb7439a7ce30f2e18dd..90ed86770531c7986ab24da26ec33d59cce540ab 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/ja/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,13 +1,13 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=After gazelle.common.Any=Any -gazelle.common.Apply='Apply' +gazelle.common.Apply=''Apply'' gazelle.common.Before=Before gazelle.common.Between=Between -gazelle.common.Cancel='Cancel' -gazelle.common.CustomRange='Custom Range' -gazelle.common.DateFormat='MM/DD/YYYY' +gazelle.common.Cancel=''Cancel'' +gazelle.common.CustomRange=''Custom Range'' +gazelle.common.DateFormat=''MM/DD/YYYY'' gazelle.common.Last30="Last 30 Days" gazelle.common.Last7="Last 7 Days" gazelle.common.LastMonth="Last Month" @@ -16,7 +16,7 @@ gazelle.common.ResultsPerPage=Results per page gazelle.common.ThisMonth="This Month" gazelle.common.ThisYear="This Year" gazelle.common.Today="Today" -gazelle.common.W='W' +gazelle.common.W=''W'' gazelle.common.Yesterday="Yesterday" gazelle.common.button.ShowAll=Show all javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index 637865c8865d3efdc480ac5068075c75fd5b625e..754be80b41dcf5dc0a9a511f9a4c2ddbd57ede6f 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Close gazelle.common.IssueTracker=Issue Tracker gazelle.common.IssueTrackerClickOnThatLink=Click on that link to report a problem diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.cas-client-ui-v7/messages.properties index 3a2e504140a741625ef8c4b25dc32392871a730b..73590c3775b1b150e3159b27139a2877ee9e32d4 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - -net.ihe.gazelle.ssoclient.Login=Login -net.ihe.gazelle.ssoclient.Logout=Logout +#Thu Jan 23 14:28:32 CET 2025 +net.ihe.gazelle.ssoclient.Login=Log in +net.ihe.gazelle.ssoclient.Logout=Log out +net.ihe.gazelle.ssoclient.SignUp=Sign up +net.ihe.gazelle.ssoclient.manageUsers=Manage users +net.ihe.gazelle.ssoclient.myAccount=My account diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.gazelle-assets/assets.properties index fd7048cfd53576915bfee62305a2c95aa44f02c7..e40656f49516441e31f1a185686e15b0a8dfbe33 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=and net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index c4812034e95b683acd3e3f7f0caa6528c9c503ee..9d53f3267e26d703e422c5c2cdb2afe058b4c0c3 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=By continuing to browse this site you are agreeing to our use of cookies net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=By continuing to browse this site you are agreeing to our use of cookies and our net.ihe.gazelle.gdpr.GeneralConditionsOfUse=general conditions of use diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f5649afeddddc37567097bb7439a7ce30f2e18dd..90ed86770531c7986ab24da26ec33d59cce540ab 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/pl/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,13 +1,13 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=After gazelle.common.Any=Any -gazelle.common.Apply='Apply' +gazelle.common.Apply=''Apply'' gazelle.common.Before=Before gazelle.common.Between=Between -gazelle.common.Cancel='Cancel' -gazelle.common.CustomRange='Custom Range' -gazelle.common.DateFormat='MM/DD/YYYY' +gazelle.common.Cancel=''Cancel'' +gazelle.common.CustomRange=''Custom Range'' +gazelle.common.DateFormat=''MM/DD/YYYY'' gazelle.common.Last30="Last 30 Days" gazelle.common.Last7="Last 7 Days" gazelle.common.LastMonth="Last Month" @@ -16,7 +16,7 @@ gazelle.common.ResultsPerPage=Results per page gazelle.common.ThisMonth="This Month" gazelle.common.ThisYear="This Year" gazelle.common.Today="Today" -gazelle.common.W='W' +gazelle.common.W=''W'' gazelle.common.Yesterday="Yesterday" gazelle.common.button.ShowAll=Show all javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index 637865c8865d3efdc480ac5068075c75fd5b625e..754be80b41dcf5dc0a9a511f9a4c2ddbd57ede6f 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Close gazelle.common.IssueTracker=Issue Tracker gazelle.common.IssueTrackerClickOnThatLink=Click on that link to report a problem diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.cas-client-ui-v7/messages.properties index 3a2e504140a741625ef8c4b25dc32392871a730b..73590c3775b1b150e3159b27139a2877ee9e32d4 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - -net.ihe.gazelle.ssoclient.Login=Login -net.ihe.gazelle.ssoclient.Logout=Logout +#Thu Jan 23 14:28:32 CET 2025 +net.ihe.gazelle.ssoclient.Login=Log in +net.ihe.gazelle.ssoclient.Logout=Log out +net.ihe.gazelle.ssoclient.SignUp=Sign up +net.ihe.gazelle.ssoclient.manageUsers=Manage users +net.ihe.gazelle.ssoclient.myAccount=My account diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.gazelle-assets/assets.properties index fd7048cfd53576915bfee62305a2c95aa44f02c7..e40656f49516441e31f1a185686e15b0a8dfbe33 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=and net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index c4812034e95b683acd3e3f7f0caa6528c9c503ee..9d53f3267e26d703e422c5c2cdb2afe058b4c0c3 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=By continuing to browse this site you are agreeing to our use of cookies net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=By continuing to browse this site you are agreeing to our use of cookies and our net.ihe.gazelle.gdpr.GeneralConditionsOfUse=general conditions of use diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f5649afeddddc37567097bb7439a7ce30f2e18dd..90ed86770531c7986ab24da26ec33d59cce540ab 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/sv-SE/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,13 +1,13 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=After gazelle.common.Any=Any -gazelle.common.Apply='Apply' +gazelle.common.Apply=''Apply'' gazelle.common.Before=Before gazelle.common.Between=Between -gazelle.common.Cancel='Cancel' -gazelle.common.CustomRange='Custom Range' -gazelle.common.DateFormat='MM/DD/YYYY' +gazelle.common.Cancel=''Cancel'' +gazelle.common.CustomRange=''Custom Range'' +gazelle.common.DateFormat=''MM/DD/YYYY'' gazelle.common.Last30="Last 30 Days" gazelle.common.Last7="Last 7 Days" gazelle.common.LastMonth="Last Month" @@ -16,7 +16,7 @@ gazelle.common.ResultsPerPage=Results per page gazelle.common.ThisMonth="This Month" gazelle.common.ThisYear="This Year" gazelle.common.Today="Today" -gazelle.common.W='W' +gazelle.common.W=''W'' gazelle.common.Yesterday="Yesterday" gazelle.common.button.ShowAll=Show all javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index 637865c8865d3efdc480ac5068075c75fd5b625e..754be80b41dcf5dc0a9a511f9a4c2ddbd57ede6f 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Close gazelle.common.IssueTracker=Issue Tracker gazelle.common.IssueTrackerClickOnThatLink=Click on that link to report a problem diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.cas-client-ui-v7/messages.properties index 3a2e504140a741625ef8c4b25dc32392871a730b..73590c3775b1b150e3159b27139a2877ee9e32d4 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - -net.ihe.gazelle.ssoclient.Login=Login -net.ihe.gazelle.ssoclient.Logout=Logout +#Thu Jan 23 14:28:32 CET 2025 +net.ihe.gazelle.ssoclient.Login=Log in +net.ihe.gazelle.ssoclient.Logout=Log out +net.ihe.gazelle.ssoclient.SignUp=Sign up +net.ihe.gazelle.ssoclient.manageUsers=Manage users +net.ihe.gazelle.ssoclient.myAccount=My account diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.gazelle-assets/assets.properties index fd7048cfd53576915bfee62305a2c95aa44f02c7..e40656f49516441e31f1a185686e15b0a8dfbe33 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=and net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index c4812034e95b683acd3e3f7f0caa6528c9c503ee..9d53f3267e26d703e422c5c2cdb2afe058b4c0c3 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=By continuing to browse this site you are agreeing to our use of cookies net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=By continuing to browse this site you are agreeing to our use of cookies and our net.ihe.gazelle.gdpr.GeneralConditionsOfUse=general conditions of use diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f5649afeddddc37567097bb7439a7ce30f2e18dd..90ed86770531c7986ab24da26ec33d59cce540ab 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-CN/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,13 +1,13 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=After gazelle.common.Any=Any -gazelle.common.Apply='Apply' +gazelle.common.Apply=''Apply'' gazelle.common.Before=Before gazelle.common.Between=Between -gazelle.common.Cancel='Cancel' -gazelle.common.CustomRange='Custom Range' -gazelle.common.DateFormat='MM/DD/YYYY' +gazelle.common.Cancel=''Cancel'' +gazelle.common.CustomRange=''Custom Range'' +gazelle.common.DateFormat=''MM/DD/YYYY'' gazelle.common.Last30="Last 30 Days" gazelle.common.Last7="Last 7 Days" gazelle.common.LastMonth="Last Month" @@ -16,7 +16,7 @@ gazelle.common.ResultsPerPage=Results per page gazelle.common.ThisMonth="This Month" gazelle.common.ThisYear="This Year" gazelle.common.Today="Today" -gazelle.common.W='W' +gazelle.common.W=''W'' gazelle.common.Yesterday="Yesterday" gazelle.common.button.ShowAll=Show all javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties index 637865c8865d3efdc480ac5068075c75fd5b625e..754be80b41dcf5dc0a9a511f9a4c2ddbd57ede6f 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.GazelleHL7v2Validator-ui/GazelleHL7v2Validator.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.ClickHereToCloseThisWindow=Close gazelle.common.IssueTracker=Issue Tracker gazelle.common.IssueTrackerClickOnThatLink=Click on that link to report a problem diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.cas-client-ui-v7/messages.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.cas-client-ui-v7/messages.properties index 3a2e504140a741625ef8c4b25dc32392871a730b..73590c3775b1b150e3159b27139a2877ee9e32d4 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.cas-client-ui-v7/messages.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.cas-client-ui-v7/messages.properties @@ -1,4 +1,7 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - -net.ihe.gazelle.ssoclient.Login=Login -net.ihe.gazelle.ssoclient.Logout=Logout +#Thu Jan 23 14:28:32 CET 2025 +net.ihe.gazelle.ssoclient.Login=Log in +net.ihe.gazelle.ssoclient.Logout=Log out +net.ihe.gazelle.ssoclient.SignUp=Sign up +net.ihe.gazelle.ssoclient.manageUsers=Manage users +net.ihe.gazelle.ssoclient.myAccount=My account diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.gazelle-assets/assets.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.gazelle-assets/assets.properties index fd7048cfd53576915bfee62305a2c95aa44f02c7..e40656f49516441e31f1a185686e15b0a8dfbe33 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.gazelle-assets/assets.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.gazelle-assets/assets.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.And=and net.ihe.gazelle.Api=Api net.ihe.gazelle.FocusTrue=focus\: true diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties index c4812034e95b683acd3e3f7f0caa6528c9c503ee..9d53f3267e26d703e422c5c2cdb2afe058b4c0c3 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.gazelle-gdpr-war/gazelle-gdpr.properties @@ -1,5 +1,5 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU=By continuing to browse this site you are agreeing to our use of cookies net.ihe.gazelle.gdpr.ByContinuingToBrowseThisSiteYouAreAgreeingToOurU_2=By continuing to browse this site you are agreeing to our use of cookies and our net.ihe.gazelle.gdpr.GeneralConditionsOfUse=general conditions of use diff --git a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties index f5649afeddddc37567097bb7439a7ce30f2e18dd..90ed86770531c7986ab24da26ec33d59cce540ab 100644 --- a/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties +++ b/GazelleHL7v2Validator-ui/src/main/crowdin/zh-TW/net.ihe.gazelle.maven.gazelle-seam-tools-war/gazelle-seam-tools.properties @@ -1,13 +1,13 @@ #This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin - +#Thu Jan 23 14:28:32 CET 2025 gazelle.common.After=After gazelle.common.Any=Any -gazelle.common.Apply='Apply' +gazelle.common.Apply=''Apply'' gazelle.common.Before=Before gazelle.common.Between=Between -gazelle.common.Cancel='Cancel' -gazelle.common.CustomRange='Custom Range' -gazelle.common.DateFormat='MM/DD/YYYY' +gazelle.common.Cancel=''Cancel'' +gazelle.common.CustomRange=''Custom Range'' +gazelle.common.DateFormat=''MM/DD/YYYY'' gazelle.common.Last30="Last 30 Days" gazelle.common.Last7="Last 7 Days" gazelle.common.LastMonth="Last Month" @@ -16,7 +16,7 @@ gazelle.common.ResultsPerPage=Results per page gazelle.common.ThisMonth="This Month" gazelle.common.ThisYear="This Year" gazelle.common.Today="Today" -gazelle.common.W='W' +gazelle.common.W=''W'' gazelle.common.Yesterday="Yesterday" gazelle.common.button.ShowAll=Show all javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type diff --git a/GazelleHL7v2Validator-ui/src/main/webapp/WEB-INF/pages.xml b/GazelleHL7v2Validator-ui/src/main/webapp/WEB-INF/pages.xml index ea488634a8ef5176e6acf37f651cb2d08c98423a..056f3b74d2665718dcf52ab89e0ec9f460138cb1 100644 --- a/GazelleHL7v2Validator-ui/src/main/webapp/WEB-INF/pages.xml +++ b/GazelleHL7v2Validator-ui/src/main/webapp/WEB-INF/pages.xml @@ -1,5 +1,6 @@ <pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jboss.org/schema/seam/pages" xsi:schemaLocation="http://jboss.org/schema/seam/pages http://jboss.org/schema/seam/pages-2.3.xsd"> + <page view-id="/userPhoto.xhtml" action="#{gumUserProfilePictureBean.getUserProfilePicture()}"/> <page view-id="/login/logout.xhtml" action="#{identity.ssoLogout}"> <navigation> <rule if-outcome="casLogout"> diff --git a/gazelle-hl7-validator-report-jar/pom.xml b/gazelle-hl7-validator-report-jar/pom.xml index c0f6dd7fd3b34c467ceff63093414270dc2a95a8..c45e1a41d7330181885a62fb95984ff847a1198c 100644 --- a/gazelle-hl7-validator-report-jar/pom.xml +++ b/gazelle-hl7-validator-report-jar/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>GazelleHL7v2Validator</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> diff --git a/gazelle-hl7v2-validator-api-jar/pom.xml b/gazelle-hl7v2-validator-api-jar/pom.xml index fcd5696bda1d1475f6e4745d1e7856780d735370..c73a8b4707b2ee77073c2015d96fcb2fca5b35e4 100644 --- a/gazelle-hl7v2-validator-api-jar/pom.xml +++ b/gazelle-hl7v2-validator-api-jar/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>GazelleHL7v2Validator</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/gvt-validation-jar/pom.xml b/gvt-validation-jar/pom.xml index e7c19178f0eb5758443a72601c9ada628257fc05..c9cb0fe5755861446c86bf73ce0f5f4ab5bf0e7f 100644 --- a/gvt-validation-jar/pom.xml +++ b/gvt-validation-jar/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>GazelleHL7v2Validator</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 4c928d24d19d2a388fbcea0c58e2033a87f92e60..6a8420c63e61299bc74e0cd5081cc5b39398e53e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ <parent> <groupId>net.ihe.gazelle.maven</groupId> <artifactId>gazelle-tools</artifactId> - <version>3.4.0</version> + <version>3.6.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle</groupId> <artifactId>GazelleHL7v2Validator</artifactId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> <packaging>pom</packaging> <name>GazelleHL7v2Validator</name> <description>parent for project GazelleHL7v2Validator</description> @@ -46,7 +46,7 @@ <messages.mode>crowdin</messages.mode> <hapi.version>2.2</hapi.version> <metadata.v7.version>1.0.0</metadata.v7.version> - <sso.client.v7.version>3.0.0</sso.client.v7.version> + <sso.client.v7.version>5.0.0</sso.client.v7.version> <mbval.documentation.version>1.1.10</mbval.documentation.version> <ksahl7v3.validation.version>1.0.1</ksahl7v3.validation.version> <ihehl7v3.validation.version>1.5.5</ihehl7v3.validation.version> @@ -89,27 +89,27 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>gazelle-hl7-validator-report-jar</artifactId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>gazelle-hl7v2-validator-api-jar</artifactId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>GazelleHL7v2Validator-ejb</artifactId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>GazelleHL7v2Validator-ear</artifactId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>GazelleHL7v2Validator-ui</artifactId> - <version>3.9.3-SNAPSHOT</version> + <version>3.10.0-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle</groupId>