branch feature/1186 updated (600ea17 -> 67330f3)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1186 in repository lima. See http://git.chorem.org/lima.git from 600ea17 refs #1186 : text d'a propos new 2293f92 refs #1186 : correction text new 67330f3 refs #1186 : rendre dynamique l'année du copyright The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 67330f31abae8d93ed2662fa0609df41e37cf499 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon May 18 10:45:47 2015 +0200 refs #1186 : rendre dynamique l'année du copyright commit 2293f92f017b7110832b0663b9f3b7d9bb4b923d Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon May 18 10:44:32 2015 +0200 refs #1186 : correction text Summary of changes: lima-swing/pom.xml | 3 +++ lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java | 2 +- lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties | 2 +- lima-swing/src/main/resources/lima-swing.config | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1186 in repository lima. See http://git.chorem.org/lima.git commit 2293f92f017b7110832b0663b9f3b7d9bb4b923d Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon May 18 10:44:32 2015 +0200 refs #1186 : correction text --- lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties b/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties index 6d14b88..f08ed7d 100644 --- a/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties +++ b/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties @@ -343,7 +343,7 @@ lima.fiscalYears=Exercices lima.help=Aide lima.help.about=À Propos lima.help.about.title=À propos de Lima... -lima.help.about.title.description=<h2 style\="text-align\: center;">Lutin Invoice Monitoring and Accounting</h2><div style\="margin-right \: 10px; margin-left \: 10px;"><p >Destinté à de petite structures \: association, TPE, PME voir dans une utilisation personnel.Lima propose toutes les fonctionnalités nécessaires à un logiciel de comptabilité.L'utilisation d'interfaces simples rend son utilisation facile par des néophytes.Les expert retrouverons les outils permettant une saisie rapide [...] +lima.help.about.title.description=<h2 style\="text-align\: center;">Lutin Invoice Monitoring and Accounting</h2><div style\="margin-right \: 10px; margin-left \: 10px;"><p >Destinté à de petites structures \: association, TPE, PME voir dans une utilisation personnel. Lima propose toutes les fonctionnalités nécessaires à un logiciel de comptabilité. L'utilisation d'interfaces simples rend son utilisation facile par des néophytes. Les expert retrouverons les outils permettant une saisie ra [...] lima.help.about.translate.content=<h2>Comment traduire Lima</h2>Vous pouvez nous aider à traduire Lima.<hr/><br/><ul><li>Récupérer le fichier <strong>lima-i18n.csv</strong> dans le répertoire <strong>i18n</strong></li><li>ouvrez le avec un tableur (le caractère séprateur est une Tabultation)</li><li>Traduisez, Améliorer, ...</li><li>Enfin renvoyez-le nous</li></ul><br/>Nous intégrerons vos modifications avant la prochaine version. lima.help.about.translate.title=traduire Lima lima.help.i18n=Langue -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1186 in repository lima. See http://git.chorem.org/lima.git commit 67330f31abae8d93ed2662fa0609df41e37cf499 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon May 18 10:45:47 2015 +0200 refs #1186 : rendre dynamique l'année du copyright --- lima-swing/pom.xml | 3 +++ lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java | 2 +- lima-swing/src/main/resources/lima-swing.config | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index 29ebc80..1960b42 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -41,6 +41,9 @@ <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> + <release.year>${maven.build.timestamp}</release.year> + <maven.build.timestamp.format>yyyy</maven.build.timestamp.format> + </properties> <dependencies> diff --git a/lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java b/lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java index a7dd524..740f3ae 100644 --- a/lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java +++ b/lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java @@ -77,7 +77,7 @@ public class LimaSwingConfig extends ApplicationConfig implements BigDecimalToSt * @return copyright text */ public String getCopyrightText() { - return "Version " + getVersion() + " Codelutin @ 2008-2012"; + return "Version " + getVersion() + " Codelutin @ 2008-" + getOption("application.year"); } /** diff --git a/lima-swing/src/main/resources/lima-swing.config b/lima-swing/src/main/resources/lima-swing.config index 6c6155f..c0ac4b8 100644 --- a/lima-swing/src/main/resources/lima-swing.config +++ b/lima-swing/src/main/resources/lima-swing.config @@ -21,6 +21,7 @@ ### application.name=Lima application.version=${project.version} +application.year=${release.year} application.site.url=http://lima.chorem.org/v/develop/ #licence.name=${project.licenses[0].license.name} -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm