This is an automated email from the git hooks/post-receive script. New commit to branch feature/1381-fix-shortcut in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 3386aa19d06a4b49019c85df764e520d378b41aa Author: David Cossé <cosse@codelutin.com> Date: Sun Jan 22 21:17:01 2017 +0100 refs #1381 ajout de clefs de traduction --- .../src/main/resources/i18n/lima-swing_en_GB.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties b/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties index 38a39db..0c36142 100644 --- a/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties +++ b/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties @@ -287,11 +287,11 @@ lima.financialTransaction.previousFinancialPeriod=Previous financial period lima.financialTransaction.remove.confirm=Do you really want to remove this financial transaction? lima.financialTransaction.statusTextDebitCredit=<html>Debit\: <b>%s</b> - Credit\: <b>%s</b> - Balance\: <b>%s</b> lima.financialTransaction.statusTextDebitCreditError=<html>Debit\: <b>%s</b> - Credit\: <b>%s</b> - Balance\: <b><font color\=\#ff4000>%s</font></b> -lima.financialTransaction.statusTextPeriod= -lima.financialTransaction.statusTextPeriod.close=<html>For period from <b>%1$td %1$tB %1$tY</b> to <b>%2$td %2$tB %2$tY</b> - <b><FONT COLOR\="red">ENTRY BOOK %3$s IS CLOSE FOR THIS PERIOD</FONT></b> -</html> -lima.financialTransaction.statusTextPeriod.noEntryBookFound= -lima.financialTransaction.statusTextPeriod.noFiscalPeriodFound= -lima.financialTransaction.statusTextPeriod.open=<html>For period from <b>%1$td %1$tB %1$tY</b> to <b>%2$td %2$tB %2$tY</b></html> +lima.financialTransaction.statusTextPeriod=<html>%s</html> +lima.financialTransaction.statusTextPeriod.close=<b><FONT COLOR\="red">ENTRY BOOK %3$s IS CLOSE FOR THIS PERIOD</FONT></b> +lima.financialTransaction.statusTextPeriod.noEntryBookFound=<b><FONT COLOR\="red"> NO ENTRY BOOK FOUND </FONT></b> +lima.financialTransaction.statusTextPeriod.noFiscalPeriodFound=<b><FONT COLOR\="red"> NO PERIOD FISCAL CREATED </FONT></b> +lima.financialTransaction.statusTextPeriod.open=Period from <b>%1$td %1$tB %1$tY</b> to <b>%2$td %2$tB %2$tY</b> lima.financialTransaction.update.error.afterLastFiscalPeriod=Update financial transaction failed, financial transaction date is after last fiscal period date lima.financialTransaction.update.error.beforeFirstFiscalPeriod=Update financial transaction failed, financial transaction date is before first fiscal period date lima.financialTransaction.update.error.lockedEntryBook=Update financial transaction failed, locked entry book. @@ -351,7 +351,7 @@ lima.fiscalPeriod.end=End lima.fiscalPeriod.entryBooks.create=Create an entry book lima.fiscalPeriod.error.beginAfterEndFiscalPeriod=The beginning date has to be before the date of the end, beginning\: %1$tY/%1$tm/%1$te fin\: %1$tY/%1$tm/%1$te. lima.fiscalPeriod.error.lockedFinancialPeriod=The financial period is blocked. -lima.fiscalPeriod.error.moreOneUnlockFiscalPeriod=The maximal number of open exercises is already reached: fiscal period concerned from %1$tY/%1$tm/%1$te to %1$tY/%1$tm/%1$te. +lima.fiscalPeriod.error.moreOneUnlockFiscalPeriod=The maximal number of open exercises is already reached\: fiscal period concerned from %1$tY/%1$tm/%1$te to %1$tY/%1$tm/%1$te. lima.fiscalPeriod.error.notBeginNextDayOfLastFiscalPeriod=The new fiscal period has to follow the previous one. Targeted fiscal period from %1$tY/%1$tm/%1$te to%1$tY/%1$tm/%1$te. lima.fiscalPeriod.form=Fiscal period lima.fiscalPeriod.open=Open -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.