Author: sbavencoff Date: 2014-09-12 11:07:40 +0200 (Fri, 12 Sep 2014) New Revision: 3914 Url: http://forge.chorem.org/projects/lima/repository/revisions/3914 Log: refs #875 #1043 : Accounts, remove "ui" and "common" in i18n keys Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.css trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.css trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountView.css trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/UpdateAccountForm.css Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java trunk/lima-business/src/main/resources/i18n/lima-business_en_GB.properties trunk/lima-business/src/main/resources/i18n/lima-business_fr_FR.properties trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/AccountCondition/AccountConditionView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/BigDecimalCondition/CreditConditionView.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/BigDecimalCondition/DebitConditionView.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/DescriptionConditionView.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/LetteringConditionView.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/VoucherConditionView.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/dateCondition/DateConditionView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/dateIntervalCondition/DateIntervalConditionView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/MainView.css trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/UpdateAccountForm.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTableModel.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookForm.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookImportForm.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookTableModel.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodTableModel.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartTreeTableModel.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementImportForm.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/CreditColumn.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DateColumn.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DebitColumn.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DescriptionColumn.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/VoucherColumn.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionunbalanced/FinancialTransactionUnbalancedView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionunbalanced/FinancialTransactionUnbalancedViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/FiscalPeriodTableModel.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/FiscalPeriodViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/RetainedEarningsEntryBookForm.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/RetainedEarningsWait.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExport.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExportWaitView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/TypeEntry.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBookPanel.css trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartImportForm.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartTreeTableModel.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartView.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartViewHandler.java trunk/lima-swing/src/main/java/org/chorem/lima/util/ErrorHelper.java trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java =================================================================== --- trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -802,8 +802,8 @@ if (beginDate != null && endDate != null && accountFormat != null) { - String subTitleFirstpart = t("lima.ui.fiscalperiod.fiscalperiod") + " : " + simpleDateFormat.format(beginDate) + " - " + simpleDateFormat.format(endDate); - String subTitleSecPart = t("lima.ui.financialtransaction.account") + " : " + accountFormat.getAccountNumber() + " - " + accountFormat.getLabel(); + String subTitleFirstpart = t("lima.fiscalperiod.fiscalperiod") + " : " + simpleDateFormat.format(beginDate) + " - " + simpleDateFormat.format(endDate); + String subTitleSecPart = t("lima.financialtransaction.account") + " : " + accountFormat.getAccountNumber() + " - " + accountFormat.getLabel(); accountReport += constructSubTitleHtml(subTitleFirstpart, subTitleSecPart); results = reportService.generateAccountsReports(accountFormat, true, Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java =================================================================== --- trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -227,7 +227,7 @@ amountsCalculation(secondEntryDebitSubtract, sameAccountEntry, costOrProductEntry); } - String accountRegularization = t("lima.ui.lettering.accountRegularization"); + String accountRegularization = t("lima.lettering.accountRegularization"); if (log.isDebugEnabled()) { log.debug("accountRegularization : " + accountRegularization); Modified: trunk/lima-business/src/main/resources/i18n/lima-business_en_GB.properties =================================================================== --- trunk/lima-business/src/main/resources/i18n/lima-business_en_GB.properties 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-business/src/main/resources/i18n/lima-business_en_GB.properties 2014-09-12 09:07:40 UTC (rev 3914) @@ -132,7 +132,10 @@ lima.config.scale.description=Scale lima.config.serveraddress.description=Server Address lima.configFileName.description= +lima.financialtransaction.account= +lima.fiscalperiod.fiscalperiod= lima.importexport.import.alreadyExistFinancialStatement= +lima.lettering.accountRegularization= lima.reports.account.noaccount= lima.reports.account.noaccounttitle= lima.reports.accounts= @@ -145,7 +148,4 @@ lima.table.letter= lima.table.number= lima.table.voucher= -lima.ui.financialtransaction.account= -lima.ui.fiscalperiod.fiscalperiod= -lima.ui.lettering.accountRegularization= llima.importexport.import.alreadyExistFinancialStatement= Modified: trunk/lima-business/src/main/resources/i18n/lima-business_fr_FR.properties =================================================================== --- trunk/lima-business/src/main/resources/i18n/lima-business_fr_FR.properties 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-business/src/main/resources/i18n/lima-business_fr_FR.properties 2014-09-12 09:07:40 UTC (rev 3914) @@ -127,7 +127,10 @@ lima.config.scale.description=Précision lima.config.serveraddress.description=Addresse serveur lima.configFileName.description= +lima.financialtransaction.account= +lima.fiscalperiod.fiscalperiod= lima.importexport.import.alreadyExistFinancialStatement= +lima.lettering.accountRegularization= lima.reports.account.noaccount= lima.reports.account.noaccounttitle= lima.reports.accounts= @@ -140,8 +143,5 @@ lima.table.letter= lima.table.number= lima.table.voucher= -lima.ui.financialtransaction.account= -lima.ui.fiscalperiod.fiscalperiod= lima.ui.importexport.import.exceptions.reason=Reason\:% -lima.ui.lettering.accountRegularization= llima.importexport.import.alreadyExistFinancialStatement= Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/AccountCondition/AccountConditionView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/AccountCondition/AccountConditionView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/AccountCondition/AccountConditionView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -22,7 +22,7 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> -<JInternalFrame title="lima.ui.financialtransaction.account" +<JInternalFrame title="lima.financialtransaction.account" preferredSize="{new Dimension(400, 100)}" onInternalFrameClosed="handler.delete()" layout="{new FlowLayout()}"> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/BigDecimalCondition/CreditConditionView.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/BigDecimalCondition/CreditConditionView.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/BigDecimalCondition/CreditConditionView.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -34,7 +34,7 @@ public CreditConditionView() { super(); setHandler(new CreditConditionHandler(this)); - setTitle(t("lima.ui.financialtransaction.credit")); + setTitle(t("lima.financialtransaction.credit")); getBigDecimaleditor().setBean(handler); getBigDecimaleditor().init(); } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/BigDecimalCondition/DebitConditionView.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/BigDecimalCondition/DebitConditionView.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/BigDecimalCondition/DebitConditionView.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -34,7 +34,7 @@ public DebitConditionView() { super(); setHandler(new DebitConditionHandler(this)); - setTitle(t("lima.ui.financialtransaction.debit")); + setTitle(t("lima.financialtransaction.debit")); getBigDecimaleditor().setBean(handler); getBigDecimaleditor().init(); } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/DescriptionConditionView.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/DescriptionConditionView.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/DescriptionConditionView.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -34,6 +34,6 @@ public DescriptionConditionView() { super(); setHandler(new DescriptionConditionHandler(this)); - setTitle(t("lima.ui.financialtransaction.description")); + setTitle(t("lima.financialtransaction.description")); } } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/LetteringConditionView.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/LetteringConditionView.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/LetteringConditionView.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -34,6 +34,6 @@ public LetteringConditionView() { super(); setHandler(new LetteringConditionHandler(this)); - setTitle(t("lima.ui.financialtransaction.letter")); + setTitle(t("lima.financialtransaction.letter")); } } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/VoucherConditionView.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/VoucherConditionView.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/StringCondition/VoucherConditionView.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -34,7 +34,7 @@ public VoucherConditionView() { super(); setHandler(new VoucherConditionHandler(this)); - setTitle(t("lima.ui.financialtransaction.voucher")); + setTitle(t("lima.financialtransaction.voucher")); } } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/dateCondition/DateConditionView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/dateCondition/DateConditionView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/dateCondition/DateConditionView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -22,7 +22,7 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> -<JInternalFrame title="lima.ui.financialtransaction.date" +<JInternalFrame title="lima.financialtransaction.date" preferredSize="{new Dimension(200, 100)}" minimumSize="{new Dimension(200, 100)}" onInternalFrameClosed="handler.delete()" Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/dateIntervalCondition/DateIntervalConditionView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/dateIntervalCondition/DateIntervalConditionView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/Filter/dateIntervalCondition/DateIntervalConditionView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -23,7 +23,7 @@ #L% --> -<JInternalFrame title="lima.ui.financialtransaction.dateInterval" +<JInternalFrame title="lima.financialtransaction.dateInterval" preferredSize="{new Dimension(200, 100)}" minimumSize="{new Dimension(200, 100)}" onInternalFrameClosed="handler.delete()"> @@ -39,7 +39,7 @@ <Table> <row> <cell> - <JLabel text="lima.ui.financialtransaction.dateInterval.in"/> + <JLabel text="lima.financialtransaction.dateInterval.in"/> </cell> <cell> <JAXXDatePicker id='beginDatePicker' @@ -50,7 +50,7 @@ </row> <row> <cell> - <JLabel text="lima.ui.financialtransaction.dateInterval.to"/> + <JLabel text="lima.financialtransaction.dateInterval.to"/> </cell> <cell> <JAXXDatePicker id='endDatePicker' Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/MainView.css =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/MainView.css 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/MainView.css 2014-09-12 09:07:40 UTC (rev 3914) @@ -21,7 +21,7 @@ */ #mainView { - title : "lima.ui.mainview.title"; + title : "lima.mainview.title"; width : 800; height : 600; resizable : true; @@ -31,18 +31,18 @@ #file{ text : "lima.file"; mnemonic : "F"; } -#csv { text : "lima.importexport.csv"; } +#csv { text : "lima.importExport.csv"; } -#csvImport { text : "lima.importexport.import"; actionIcon : "import"; } -#csvImportAll { text : "lima.importexport.all"; } +#csvImport { text : "lima.importExport.import"; actionIcon : "import"; } +#csvImportAll { text : "lima.importExport.all"; } #csvImportAccounts { text : "lima.accounts.plan"; actionIcon : "accounts"; } #csvImportEntryBooks { text : "lima.entryBooks"; actionIcon : "entryBooks"; } #csvImportFinancialStatements { text : "lima.financialStatements"; actionIcon : "financialStatements"; } #csvImportVatStatements { text : "lima.vatStatements"; actionIcon : "vatStatements"; } #csvImportEntries { text : "lima.entries"; actionIcon : "entries" } -#csvExport { text : "lima.importexport.export"; actionIcon : "export"; } -#csvExportAll { text : "lima.importexport.all"; } +#csvExport { text : "lima.importExport.export"; actionIcon : "export"; } +#csvExportAll { text : "lima.importExport.all"; } #csvExportAccounts { text : "lima.accounts.plan"; actionIcon : "accounts"; } #csvExportEntryBooks { text : "lima.entryBooks"; actionIcon : "entryBooks"; } #csvExportFinancialStatements { text : "lima.financialStatements"; actionIcon : "financialStatements"; } @@ -50,14 +50,14 @@ #csvExportEntries { text : "lima.entries"; actionIcon : "entries" } -#ebp { text : "lima.importexport.ebp"; } +#ebp { text : "lima.importExport.ebp"; } -#ebpImport { text : "lima.importexport.import"; actionIcon : "import"; } +#ebpImport { text : "lima.importExport.import"; actionIcon : "import"; } #ebpImportAccounts { text : "lima.accounts.plan"; actionIcon : "accounts"; } #ebpImportEntryBooks { text : "lima.entryBooks"; actionIcon : "entryBooks"; } #ebpImportEntries { text : "lima.entries"; actionIcon : "entries" } -#ebpExport { text : "lima.importexport.export"; actionIcon : "export"; } +#ebpExport { text : "lima.importExport.export"; actionIcon : "export"; } #ebpExportAccounts { text : "lima.accounts.plan"; actionIcon : "accounts"; } #ebpExportEntryBooks { text : "lima.entryBooks"; actionIcon : "entryBooks"; } #ebpExportEntries { text : "lima.entries"; actionIcon : "entries" } @@ -65,7 +65,7 @@ #documents { text : "lima.documents" } #identity { text : "lima.identity"; actionIcon : "identity"; } #preferences { text : "lima.preferences"; actionIcon : "config"; } -#quit { text : "lima.common.quit"; actionIcon : "quit"; mnemonic : "Q"; } +#quit { text : "lima.quit"; actionIcon : "quit"; mnemonic : "Q"; } #structure { text : "lima.structure"; mnemonic : "S"; } Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.css =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.css (rev 0) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.css 2014-09-12 09:07:40 UTC (rev 3914) @@ -0,0 +1,29 @@ +#accountFormDailog { + title : "lima.account.add.form"; +} + +#numberLabel { + text : "lima.charts.account.number"; + labelFor : "{numberTextField}"; +} + +#numberTextField { + text : "{getAccount().getAccountNumber()}"; +} + +#descriptionLabel { + text : "lima.label"; + labelFor : "{descriptionTextField}"; +} + +#descriptionTextField{ + text : "{getAccount().getLabel()}"; +} + +#cancel { + text : "lima.cancel"; +} + +#ok { + text : "lima.ok"; +} Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -23,8 +23,10 @@ #L% --> -<JDialog title="lima.ui.account.addaccounttitle" modal="true" - defaultCloseOperation="{JDialog.DO_NOTHING_ON_CLOSE}" onWindowClosing="dispose()"> +<JDialog id="accountFormDailog" + modal="true" + defaultCloseOperation="{JDialog.DO_NOTHING_ON_CLOSE}" + onWindowClosing="dispose()"> <import> javax.swing.text.Document @@ -45,11 +47,10 @@ <row> <cell fill="horizontal"> - <JLabel text="lima.charts.account.number" labelFor='{numberTextField}'/> + <JLabel id="numberLabel" /> </cell> <cell fill="horizontal"> - <JTextField id="numberTextField" - text="{account.getAccountNumber()}"/> + <JTextField id="numberTextField"/> <Document initializer="numberTextField.getDocument()" onInsertUpdate='account.setAccountNumber(numberTextField.getText())' onRemoveUpdate='account.setAccountNumber(numberTextField.getText())'/> @@ -57,10 +58,10 @@ </row> <row> <cell fill="horizontal"> - <JLabel text="lima.common.label" labelFor='{descriptionTextField}'/> + <JLabel id="descriptionLabel"/> </cell> <cell fill="horizontal"> - <JTextField id="descriptionTextField" text="{getAccount().getLabel()}"/> + <JTextField id="descriptionTextField"/> <Document initializer="descriptionTextField.getDocument()" onInsertUpdate='account.setLabel(descriptionTextField.getText())' onRemoveUpdate='account.setLabel(descriptionTextField.getText())'/> @@ -69,8 +70,9 @@ <row> <cell columns="2"> <JPanel layout='{new GridLayout(1,0)}'> - <JButton text="lima.cancel" onActionPerformed="dispose()"/> - <JButton id="ok" text="lima.ok" + <JButton id="cancel" + onActionPerformed="dispose()"/> + <JButton id="ok" onActionPerformed="handler.addAccount(this)"/> </JPanel> </cell> Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.css =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.css (rev 0) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.css 2014-09-12 09:07:40 UTC (rev 3914) @@ -0,0 +1,46 @@ +#accountImportDialog { + title : "lima.account.import" +} + +#description { + text : "lima.account.import.description" +} + +#shortened { + text : "lima.charts.account.shortened"; + value : "{AccountsChartEnum.SHORTENED}"; + buttonGroup : buttonGroup; + selected : true; +} + +#accountsBase { + text : "lima.charts.account.base"; + value : "{AccountsChartEnum.BASE}"; + buttonGroup : buttonGroup; +} + +#developed { + text : "lima.charts.account.developed"; + value : "{AccountsChartEnum.DEVELOPED}"; + buttonGroup : buttonGroup; +} + +#importcsv { + text : "lima.charts.account.importcsv"; + value : "{AccountsChartEnum.IMPORT}"; + buttonGroup : buttonGroup; +} + +#importebp { + text : "lima.charts.account.importebp"; + value : "{AccountsChartEnum.IMPORTEBP}"; + buttonGroup : buttonGroup; +} + +#cancel { + text : "lima.cancel"; +} + +#ok { + text : "lima.ok"; +} \ No newline at end of file Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -22,7 +22,8 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> -<JDialog title="lima.ui.account.importtitle" modal="true" +<JDialog id="accountImportDialog" + modal="true" defaultCloseOperation="{JDialog.DO_NOTHING_ON_CLOSE}" onWindowClosing="performCancel();"> @@ -46,43 +47,32 @@ <Table> <row> <cell> - <JLabel text='lima.opening.accounts'/> + <JLabel id="description"/> </cell> </row> <row> <cell anchor="west"> - <JRadioButton text='lima.ui.account.shortened' - value='{AccountsChartEnum.SHORTENED}' - buttonGroup="{buttonGroup}" - selected='true'/> + <JRadioButton id="shortened"/> </cell> </row> <row> <cell anchor="west"> - <JRadioButton text='lima.ui.account.base' - value='{AccountsChartEnum.BASE}' - buttonGroup="{buttonGroup}"/> + <JRadioButton id="accountsBase"/> </cell> </row> <row> <cell anchor="west"> - <JRadioButton text='lima.ui.account.developed' - value='{AccountsChartEnum.DEVELOPED}' - buttonGroup="{buttonGroup}"/> + <JRadioButton id="developed"/> </cell> </row> <row> <cell anchor="west"> - <JRadioButton text='lima.ui.importexport.importcsv' - value='{AccountsChartEnum.IMPORT}' - buttonGroup="{buttonGroup}"/> + <JRadioButton id="importcsv"/> </cell> </row> <row> <cell anchor="west"> - <JRadioButton text='lima.ui.importexport.importebp' - value='{AccountsChartEnum.IMPORTEBP}' - buttonGroup="{buttonGroup}"/> + <JRadioButton id="importebp"/> </cell> </row> <row> @@ -90,11 +80,11 @@ <Table> <row> <cell fill="none"> - <JButton text="lima.ui.common.cancel" + <JButton id="cancel" onActionPerformed="performCancel()"/> </cell> <cell fill="none"> - <JButton id="ok" text="lima.ui.common.ok" + <JButton id="ok" onActionPerformed="dispose()"/> </cell> </row> Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountView.css =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountView.css (rev 0) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountView.css 2014-09-12 09:07:40 UTC (rev 3914) @@ -0,0 +1,30 @@ +#toolBar { + floatable : false; +} + +#addButton { + toolTipText : "lima.account.add"; + actionIcon : "account-new"; +} + +#updateButton { + toolTipText : "lima.update.shortcut"; + actionIcon : "account-edit"; +} + +#removeButton { + toolTipText : "lima.remove.shortcut"; + actionIcon : "account-remove"; +} + +#importButton { + toolTipText : "lima.importExport.import"; + actionIcon : "account-import"; +} + +#accountsTreeTable { + selectionMode : "{ListSelectionModel.SINGLE_SELECTION}"; + treeCellRenderer : "{new AccountTreeTableRenderer()}"; + highlighters : "{HighlighterFactory.createSimpleStriping(new java.awt.Color(233,233,233))}"; + +} \ No newline at end of file Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -23,7 +23,8 @@ #L% --> -<Table> +<JPanel layout="{new BorderLayout()}"> + <import> javax.swing.ListSelectionModel org.jdesktop.swingx.JXTreeTable @@ -40,46 +41,28 @@ } ]]></script> - <row> - <cell fill="horizontal"> - <JToolBar floatable="false"> + <JToolBar id="toolBar" + constraints="BorderLayout.PAGE_START"> - <JButton id="addButton" - toolTipText="{ t("lima.ui.account.addaccount") + " (Ctrl+N)"}" - actionIcon='account-new' - onActionPerformed="handler.addAccount()"/> + <JButton id="addButton" + onActionPerformed="handler.addAccount()"/> - <JButton id="updateButton" - toolTipText="{ t("lima.ui.common.update") + " (Ctrl+M)"}" - actionIcon='account-edit' - onActionPerformed="handler.updateAccount()" - enabled="{isSelectedRow()}"/> + <JButton id="updateButton" + onActionPerformed="handler.updateAccount()" + enabled="{isSelectedRow()}"/> - <JButton id="removeButton" - toolTipText="{ t("lima.ui.common.remove") + " (Del)"}" - actionIcon='account-remove' - onActionPerformed="handler.removeAccount()" - enabled="{isSelectedRow()}"/> + <JButton id="removeButton" + onActionPerformed="handler.removeAccount()" + enabled="{isSelectedRow()}"/> - <JButton id="importButton" - actionIcon='account-import' - toolTipText="lima.ui.importexport.import" - onActionPerformed="handler.importAccountsChart()"/> + <JButton id="importButton" + onActionPerformed="handler.importAccountsChart()"/> - </JToolBar> - </cell> - </row> + </JToolBar> - <row> - <cell fill="both" weightx="1" weighty="1"> - <JScrollPane> - <JXTreeTable id="accountsTreeTable" - selectionMode="{ListSelectionModel.SINGLE_SELECTION}" - treeCellRenderer="{new AccountTreeTableRenderer()}" - highlighters="{HighlighterFactory.createSimpleStriping(new java.awt.Color(233,233,233))}"/> - <ListSelectionModel initializer='accountsTreeTable.getSelectionModel()' - onValueChanged="setSelectedRow(accountsTreeTable.getSelectedRow() != -1)"/> - </JScrollPane> - </cell> - </row> -</Table> + <JScrollPane constraints="BorderLayout.CENTER"> + <JXTreeTable id="accountsTreeTable"/> + <ListSelectionModel initializer='accountsTreeTable.getSelectionModel()' + onValueChanged="setSelectedRow(accountsTreeTable.getSelectedRow() != -1)"/> + </JScrollPane> +</JPanel> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -282,9 +282,9 @@ model.insertNodeInto(newNode, node, node.getChildCount()); treeTable.expandPath(new TreePath(model.getPathToRoot(node))); } catch (AlreadyExistAccountException e) { - errorHelper.showErrorMessage(t("lima.ui.account.add.error.alreadyExist", e.getAccountNumber())); + errorHelper.showErrorMessage(t("lima.account.add.error.alreadyExist", e.getAccountNumber())); } catch (InvalidAccountNumberException e) { - errorHelper.showErrorMessage(t("lima.ui.account.add.error.InvalidAccountNumber", e.getAccountNumber())); + errorHelper.showErrorMessage(t("lima.account.add.error.InvalidAccountNumber", e.getAccountNumber())); } catch (NotNumberAccountNumberException e) { errorHelper.showErrorMessage(t("lima.fiscalPeriod.franceAccountingRules.notNumberAccountNumberException", e.getAccountNumber())); } catch (NotAllowedLabelException e) { @@ -396,7 +396,7 @@ model.valueForPathChanged(treePath, account); } catch (InvalidAccountNumberException e) { - errorHelper.showErrorMessage(t("lima.ui.account.update.error.invalidAccountNumber", e.getAccountNumber())); + errorHelper.showErrorMessage(t("lima.account.update.error.invalidAccountNumber", e.getAccountNumber())); } catch (NotNumberAccountNumberException e) { errorHelper.showErrorMessage(t("lima.fiscalPeriod.franceAccountingRules.notNumberAccountNumberException", e.getAccountNumber())); } finally { @@ -418,8 +418,8 @@ Account account = (Account)lastNode.getUserObject(); int response = JOptionPane.showConfirmDialog(view, - t("lima.ui.account.removeaccountconfirm", account.getAccountNumber()), - t("lima.ui.account.removeaccounttitle"), + t("lima.account.removeaccountconfirm", account.getAccountNumber()), + t("lima.account.removeaccounttitle"), JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); if (response == JOptionPane.YES_OPTION) { @@ -437,7 +437,7 @@ // remove node model.removeNodeFromParent(lastNode); } catch (UsedAccountException e) { - errorHelper.showErrorMessage(t("lima.ui.account.remove.error.usedAccount", e.getAccountNumber())); + errorHelper.showErrorMessage(t("lima.account.remove.error.usedAccount", e.getAccountNumber())); } } } Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/UpdateAccountForm.css =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/UpdateAccountForm.css (rev 0) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/UpdateAccountForm.css 2014-09-12 09:07:40 UTC (rev 3914) @@ -0,0 +1,30 @@ +#updateAccountFormDialog { + title : "lima.account.update.form"; +} + +#numberLabel { + text : "lima.charts.account.number"; + labelFor : "{numberTextField}"; +} + +#numberTextField { + text : "{getAccount().getAccountNumber()}"; + enabled : false; +} + +#descriptionLabel { + text : "lima.label"; + labelFor : "{descriptionTextField}"; +} + +#descriptionTextField{ + text : "{getAccount().getLabel()}"; +} + +#cancel { + text : "lima.cancel"; +} + +#ok { + text : "lima.ok"; +} Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/UpdateAccountForm.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/UpdateAccountForm.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/UpdateAccountForm.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -22,8 +22,10 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> -<JDialog title="lima.ui.account.updateaccounttitle" modal="true" - defaultCloseOperation="{JDialog.DO_NOTHING_ON_CLOSE}" onWindowClosing="dispose()"> +<JDialog id="updateAccountFormDialog" + modal="true" + defaultCloseOperation="{JDialog.DO_NOTHING_ON_CLOSE}" + onWindowClosing="dispose()"> <import> javax.swing.text.Document @@ -37,7 +39,7 @@ <script> <![CDATA[ - getRootPane().setDefaultButton(okButton); + getRootPane().setDefaultButton(ok); ]]> </script> @@ -45,20 +47,18 @@ <row> <cell fill="horizontal"> - <JLabel text="lima.ui.account.number" labelFor='{numberTextField}'/> + <JLabel id="numberLabel" /> </cell> <cell fill="horizontal"> - <JTextField id="numberTextField" - enabled="false" - text="{getAccount().getAccountNumber()}"/> + <JTextField id="numberTextField"/> </cell> </row> <row> <cell fill="horizontal"> - <JLabel text="lima.ui.account.label" labelFor='{descriptionTextField}'/> + <JLabel id="descriptionLabel"/> </cell> <cell fill="horizontal"> - <JTextField id="descriptionTextField" text="{getAccount().getLabel()}"/> + <JTextField id="descriptionTextField"/> <Document initializer="descriptionTextField.getDocument()" onInsertUpdate='account.setLabel(descriptionTextField.getText())' onRemoveUpdate='account.setLabel(descriptionTextField.getText())'/> @@ -67,8 +67,9 @@ <row> <cell columns="2"> <JPanel layout='{new GridLayout(1,0)}'> - <JButton text="lima.ui.common.cancel" onActionPerformed="dispose()"/> - <JButton id="okButton" text="lima.ui.common.ok" + <JButton id="cancel" + onActionPerformed="dispose()"/> + <JButton id="ok" onActionPerformed="handler.updateAccount(this)"/> </JPanel> </cell> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTableModel.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTableModel.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTableModel.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -179,7 +179,7 @@ @Override public String getColumnName(int column) { - String result = t("lima.ui.nonaffect"); + String result = t("lima.nonaffect"); if (column >= 0 && column < columns.size()) { result = columns.get(column).getColumnName(); } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -230,7 +230,7 @@ financialTransactionService.updateEntry(entry); updated = true; } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.update.closed.entryBook.error", + errorHelper.showErrorMessage(t("lima.entry.update.closed.entryBook.error", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -250,17 +250,17 @@ update = true; } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.update.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.update.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (AfterLastFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.update.error.afterLastFiscalPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.update.error.afterLastFiscalPeriod", e.getDate())); } catch (BeforeFirstFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.update.error.beforeFirstFiscalPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.update.error.beforeFirstFiscalPeriod", e.getDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.update.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.financialTransaction.update.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookForm.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookForm.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookForm.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -22,7 +22,7 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> -<JDialog title="lima.ui.entrybook.entrybooktile" modal="true" +<JDialog title="lima.entrybook.entrybooktile" modal="true" defaultCloseOperation="{JDialog.DO_NOTHING_ON_CLOSE}" onWindowClosing="performCancel();"> @@ -46,7 +46,7 @@ <Table> <row> <cell> - <JLabel text="lima.ui.entrybook.code"/> + <JLabel text="lima.entrybook.code"/> </cell> <cell> <JTextField id="entryBookCodeField" text="{getEntryBook().getCode()}" enabled='{isAddState()}' /> @@ -57,7 +57,7 @@ </row> <row> <cell> - <JLabel text="lima.ui.entrybook.label"/> + <JLabel text="lima.entrybook.label"/> </cell> <cell> <JTextField id="entryBookLabelField" @@ -69,11 +69,11 @@ </row> <row> <cell> - <JButton id="cancelButton" text="lima.ui.common.cancel" + <JButton id="cancelButton" text="lima.cancel" onActionPerformed="performCancel()"/> </cell> <cell> - <JButton id="okButton" text="lima.ui.common.ok" + <JButton id="okButton" text="lima.ok" onActionPerformed="dispose()"/> </cell> </row> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookImportForm.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookImportForm.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookImportForm.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -22,7 +22,7 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> -<JDialog title="lima.ui.entrybook.importtitle" modal="true" +<JDialog title="lima.entrybook.importtitle" modal="true" defaultCloseOperation="{JDialog.DO_NOTHING_ON_CLOSE}" onWindowClosing="performCancel();"> @@ -46,13 +46,13 @@ <Table> <row> <cell> - <JRadioButton text='lima.ui.entrybook.default' + <JRadioButton text='lima.entrybook.default' value='{EntryBooksChartEnum.DEFAULT}' buttonGroup="{buttonGroup}" selected='true'/> </cell> <cell> - <JRadioButton text='lima.ui.entrybook.import' + <JRadioButton text='lima.entrybook.import' value='{EntryBooksChartEnum.IMPORT}' buttonGroup="{buttonGroup}"/> </cell> @@ -62,11 +62,11 @@ <Table> <row> <cell fill="none"> - <JButton text="lima.ui.common.cancel" + <JButton text="lima.cancel" onActionPerformed="performCancel()"/> </cell> <cell fill="none"> - <JButton id="okButton" text="lima.ui.common.ok" + <JButton id="okButton" text="lima.ok" onActionPerformed="dispose()"/> </cell> </row> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookTableModel.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookTableModel.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookTableModel.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -48,13 +48,13 @@ @Override protected void initColumn() { - addColumn(new AbstractColumn<EntryBookTableModel>(String.class, t("lima.ui.entrybook.code"), false) { + addColumn(new AbstractColumn<EntryBookTableModel>(String.class, t("lima.entrybook.code"), false) { @Override public Object getValueAt(int row) { return tableModel.get(row).getCode(); } }); - addColumn(new AbstractColumn<EntryBookTableModel>(String.class, t("lima.ui.entrybook.label"), false) { + addColumn(new AbstractColumn<EntryBookTableModel>(String.class, t("lima.entrybook.label"), false) { @Override public Object getValueAt(int row) { return tableModel.get(row).getLabel(); Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -45,25 +45,25 @@ <JToolBar floatable="false"> <JButton id="addButton" - toolTipText="{ t("lima.ui.entrybook.add") + " (Ctrl+N)"}" + toolTipText="{ t("lima.entrybook.add") + " (Ctrl+N)"}" actionIcon='entryBook-new' onActionPerformed="handler.addEntryBook()"/> <JButton id="updateButton" - toolTipText="{ t("lima.ui.entrybook.update") + " (Ctrl+M)"}" + toolTipText="{ t("lima.entrybook.update") + " (Ctrl+M)"}" actionIcon='entryBook-edit' onActionPerformed="handler.updateEntryBook()" enabled="{isSelectedRow()}"/> <JButton id="removeButton" - toolTipText="{ t("lima.ui.entrybook.remove") + " (Del)"}" + toolTipText="{ t("lima.entrybook.remove") + " (Del)"}" actionIcon='entryBook-remove' onActionPerformed="handler.deleteEntryBook()" enabled="{isSelectedRow()}"/> <JButton id="importButton" actionIcon='entryBook-import' - toolTipText="lima.ui.importexport.import" + toolTipText="lima.importExport.import" onActionPerformed="handler.importEntryBooks()"/> </JToolBar> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -244,8 +244,8 @@ EntryBook selectedEntryBook = entryBookTableModel.get(selectedRow); int response = JOptionPane.showConfirmDialog(view, - t("lima.ui.entrybook.deletemessage", selectedEntryBook.getLabel()), - t("lima.ui.entrybook.deletetitle"), JOptionPane.YES_NO_OPTION, + t("lima.entrybook.deletemessage", selectedEntryBook.getLabel()), + t("lima.entrybook.deletetitle"), JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); if (response == JOptionPane.YES_OPTION) { @@ -253,7 +253,7 @@ entryBookService.removeEntryBook(selectedEntryBook); entryBookTableModel.remove(selectedEntryBook); } catch (UsedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.entryBook.delete.used.error", e.getEntryBook().getCode(), e.getEntryBook().getLabel())); + errorHelper.showErrorMessage(t("lima.entryBook.delete.used.error", e.getEntryBook().getCode(), e.getEntryBook().getLabel())); } } } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodTableModel.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodTableModel.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodTableModel.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -52,7 +52,7 @@ @Override protected void initColumn() { - addColumn(new AbstractColumn<FinancialPeriodTableModel>(Date.class, t("lima.ui.financialperiod.begin"), false) { + addColumn(new AbstractColumn<FinancialPeriodTableModel>(Date.class, t("lima.financialperiod.begin"), false) { @Override public Object getValueAt(int row) { ClosedPeriodicEntryBook closedPeriodicEntryBook = tableModel.get(row); @@ -61,7 +61,7 @@ } }); - addColumn(new AbstractColumn<FinancialPeriodTableModel>(Date.class, t("lima.ui.financialperiod.end"), false) { + addColumn(new AbstractColumn<FinancialPeriodTableModel>(Date.class, t("lima.financialperiod.end"), false) { @Override public Object getValueAt(int row) { ClosedPeriodicEntryBook closedPeriodicEntryBook = tableModel.get(row); @@ -70,7 +70,7 @@ } }); - addColumn(new AbstractColumn<FinancialPeriodTableModel>(EntryBook.class, t("lima.ui.financialperiod.entrybook"), false) { + addColumn(new AbstractColumn<FinancialPeriodTableModel>(EntryBook.class, t("lima.financialperiod.entrybook"), false) { @Override public Object getValueAt(int row) { ClosedPeriodicEntryBook closedPeriodicEntryBook = tableModel.get(row); @@ -78,13 +78,13 @@ } }); - addColumn(new AbstractColumn<FinancialPeriodTableModel>(String.class, t("lima.ui.financialperiod.status"), false) { + addColumn(new AbstractColumn<FinancialPeriodTableModel>(String.class, t("lima.financialperiod.status"), false) { @Override public Object getValueAt(int row) { ClosedPeriodicEntryBook closedPeriodicEntryBook = tableModel.get(row); - String status = t("lima.common.open"); + String status = t("lima.open"); if (closedPeriodicEntryBook.isLocked()) { - status = t("lima.common.closed"); + status = t("lima.closed"); } return status; } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -47,7 +47,7 @@ <JToolBar floatable="false"> <JButton id="blockButton" - toolTipText="{ t("lima.ui.financialperiod.block") + " (Ctrl+C)"}" + toolTipText="{ t("lima.financialperiod.block") + " (Ctrl+C)"}" actionIcon='financialPeriod-close' onActionPerformed="handler.blockFinancialPeriod()" enabled="{isSelectedPeriod()}"/> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -125,8 +125,8 @@ // blocked it ClosedPeriodicEntryBook closedPeriodicEntryBook = model.get(selectedRow); - int response = JOptionPane.showConfirmDialog(view, t("lima.ui.financialperiod.blockmessage"), - t("lima.ui.financialperiod.blocktitle"), + int response = JOptionPane.showConfirmDialog(view, t("lima.financialperiod.blockmessage"), + t("lima.financialperiod.blocktitle"), JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); if (response == JOptionPane.YES_OPTION) { @@ -134,50 +134,50 @@ closedPeriodicEntryBook = financialPeriodService.blockClosedPeriodicEntryBook(closedPeriodicEntryBook); model.setValue(selectedRow, closedPeriodicEntryBook); } catch (UnbalancedFinancialTransactionsException e) { - StringBuilder message = new StringBuilder(t("lima.ui.financialperiod.block.error.unbalanced.main")); + StringBuilder message = new StringBuilder(t("lima.financialperiod.block.error.unbalanced.main")); for (FinancialTransaction transaction : e.getFinancialTransactions()) { message.append("\n - "); - message.append(t("lima.ui.financialperiod.block.error.unbalanced.transaction", + message.append(t("lima.financialperiod.block.error.unbalanced.transaction", transaction.getTransactionDate(), BigDecimalTableCellRenderer.format(transaction.getAmountDebit()), BigDecimalTableCellRenderer.format(transaction.getAmountCredit()))); } errorHelper.showErrorMessage(message.toString()); } catch (UnfilledEntriesException e) { - StringBuilder message = new StringBuilder(t("lima.ui.financialperiod.block.error.unfilled.main")); + StringBuilder message = new StringBuilder(t("lima.financialperiod.block.error.unfilled.main")); for (Entry entry : e.getEntries()) { message.append("\n - "); - message.append(t("lima.ui.financialperiod.block.error.unfilled.entry", + message.append(t("lima.financialperiod.block.error.unfilled.entry", entry.getFinancialTransaction().getTransactionDate(), BigDecimalTableCellRenderer.format(entry.getAmount()))); if (entry.getAccount() == null) { message.append("\n - "); - message.append(t("lima.ui.financialperiod.block.error.unfilled.noAccount")); + message.append(t("lima.financialperiod.block.error.unfilled.noAccount")); } if (StringUtils.isBlank(entry.getVoucher())) { message.append("\n - " ); - message.append(t("lima.ui.financialperiod.block.error.unfilled.noVoucher")); + message.append(t("lima.financialperiod.block.error.unfilled.noVoucher")); } if (StringUtils.isBlank(entry.getDescription())) { message.append("\n - "); - message.append(t("lima.ui.financialperiod.block.error.unfilled.noDescription")); + message.append(t("lima.financialperiod.block.error.unfilled.noDescription")); } } errorHelper.showErrorMessage(message.toString()); } catch (WithoutEntryBookFinancialTransactionsException e) { - StringBuilder message = new StringBuilder(t("lima.ui.financialperiod.block.error.withoutEntryBook.main")); + StringBuilder message = new StringBuilder(t("lima.financialperiod.block.error.withoutEntryBook.main")); for (FinancialTransaction transaction : e.getFinancialTransactions()) { message.append("\n - "); - message.append(t("lima.ui.financialperiod.block.error.withoutEntryBook.transaction", + message.append(t("lima.financialperiod.block.error.withoutEntryBook.transaction", transaction.getTransactionDate(), BigDecimalTableCellRenderer.format(transaction.getAmountCredit()))); } errorHelper.showErrorMessage(message.toString()); } catch (NotLockedClosedPeriodicEntryBooksException e) { - StringBuilder message = new StringBuilder(t("lima.ui.financialperiod.block.error.noLockedPreviousEntryBook.main")); + StringBuilder message = new StringBuilder(t("lima.financialperiod.block.error.noLockedPreviousEntryBook.main")); for (ClosedPeriodicEntryBook previousClosedPeriodicEntryBook : e.getClosedPeriodicEntryBooks()) { message.append("\n - "); - message.append(t("lima.ui.financialperiod.block.error.noLockedPreviousEntryBook.previousEntryBook", + message.append(t("lima.financialperiod.block.error.noLockedPreviousEntryBook.previousEntryBook", previousClosedPeriodicEntryBook.getFinancialPeriod().getBeginDate(), previousClosedPeriodicEntryBook.getFinancialPeriod().getEndDate())); } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartTreeTableModel.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartTreeTableModel.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartTreeTableModel.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -214,7 +214,7 @@ financialStatementService.createFinancialStatement( parentFinancialStatementHeader, financialStatement); } catch (AlreadyExistFinancialStatement alreadyExistFinancialStatement) { - errorHelper.showErrorMessage(t("lima.importexport.import.alreadyExistFinancialStatement", + errorHelper.showErrorMessage(t("lima.importExport.import.alreadyExistFinancialStatement", alreadyExistFinancialStatement.getFinancialStatementLabel(), alreadyExistFinancialStatement.getMasterLabel())); } catch (NotAllowedLabelException notAllowedLabel) { errorHelper.showErrorMessage(t("lima.financialstatement.notAllowedLabel", Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -51,19 +51,19 @@ enabled="{isSelectedRow()}"/> <JButton id="updateButton" - toolTipText="{ t("lima.common.update") + " (Ctrl+M)"}" + toolTipText="{ t("lima.update") + " (Ctrl+M)"}" actionIcon='financialstatement-edit' onActionPerformed="handler.updateFinancialStatement()" enabled="{isSelectedRow()}"/> <JButton id="removeButton" - toolTipText="{ t("lima.common.remove") + " (Del)"}" + toolTipText="{ t("lima.remove") + " (Del)"}" actionIcon='financialstatement-remove' onActionPerformed="handler.removeFinancialStatement()" enabled="{isSelectedRow()}"/> <JButton id="importButton" - toolTipText="{ t("lima.ui.importexport.import") + " (Ctrl+I)"}" + toolTipText="{ t("lima.importExport.import") + " (Ctrl+I)"}" actionIcon='financialstatement-import' onActionPerformed="handler.importFinancialStatementChart()"/> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -340,7 +340,7 @@ if (selectedRow != -1) { int n = JOptionPane.showConfirmDialog(view, t("lima.charts.account.question.remove"), - t("lima.common.confirmation"), + t("lima.confirmation"), JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); if (n == JOptionPane.YES_OPTION) { Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementImportForm.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementImportForm.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementImportForm.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -78,7 +78,7 @@ </row> <row> <cell> - <JRadioButton text='lima.ui.importexport.import' + <JRadioButton text='lima.importExport.import' value='{FinancialStatementsChartEnum.IMPORT}' buttonGroup="{getRadioButtons()}" selected='true'/> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/AccountColumn.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -37,7 +37,7 @@ public class AccountColumn extends AbstractColumn<FinancialTransactionTableModel> { public AccountColumn() { - super(Account.class, t("lima.ui.financialtransaction.account"), true); + super(Account.class, t("lima.financialtransaction.account"), true); } @Override Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/CreditColumn.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/CreditColumn.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/CreditColumn.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -38,7 +38,7 @@ public class CreditColumn extends AbstractColumn<FinancialTransactionTableModel> { public CreditColumn() { - super(BigDecimal.class, t("lima.ui.financialtransaction.credit"), true); + super(BigDecimal.class, t("lima.financialtransaction.credit"), true); } @Override Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DateColumn.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DateColumn.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DateColumn.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -39,7 +39,7 @@ public class DateColumn extends AbstractColumn<FinancialTransactionTableModel> { public DateColumn(){ - super(Date.class, t("lima.ui.financialtransaction.date"), true); + super(Date.class, t("lima.financialtransaction.date"), true); } @Override Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DebitColumn.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DebitColumn.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DebitColumn.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -38,7 +38,7 @@ public class DebitColumn extends AbstractColumn<FinancialTransactionTableModel> { public DebitColumn() { - super(BigDecimal.class, t("lima.ui.financialtransaction.debit"), true); + super(BigDecimal.class, t("lima.financialtransaction.debit"), true); } @Override Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DescriptionColumn.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DescriptionColumn.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/DescriptionColumn.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -37,8 +37,8 @@ public class DescriptionColumn<T extends FinancialTransactionTableModel> extends AbstractColumn<T> { public DescriptionColumn() { - super(String.class, t("lima.ui.financialtransaction.description"), true); - setCellEditor(new AutoCompleteTableCellEditor("lima.ui.financialtransaction.description")); + super(String.class, t("lima.financialtransaction.description"), true); + setCellEditor(new AutoCompleteTableCellEditor("lima.financialtransaction.description")); } @Override public Object getValueAt(int row) { Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -103,7 +103,7 @@ labelFor='{fiscalPeriodComboBox}'/> <org.chorem.lima.ui.common.FiscalPeriodComboBoxModel id="fiscalPeriodComboBoxModel"/> <JComboBox id="fiscalPeriodComboBox" model="{fiscalPeriodComboBoxModel}" - toolTipText="lima.ui.financialtransaction.fiscalyear" + toolTipText="lima.financialtransaction.fiscalyear" renderer="{new org.chorem.lima.ui.common.FiscalPeriodListRenderer()}" onItemStateChanged="handler.fiscalPeriodSelected(event)"/> @@ -112,14 +112,14 @@ <org.chorem.lima.ui.common.FinancialPeriodComboBoxModel id="financialPeriodComboBoxModel"/> <JComboBox id="financialPeriodComboBox" model="{financialPeriodComboBoxModel}" - toolTipText="lima.ui.financialtransaction.financialperiod" + toolTipText="lima.financialtransaction.financialperiod" renderer="{new org.chorem.lima.ui.common.FinancialPeriodListRenderer()}" onItemStateChanged="handler.financialPeriodSelected(event)"/> <JButton id="back" actionIcon="previous" - toolTipText="lima.ui.financialtransaction.previousfinancialperiod" + toolTipText="lima.financialtransaction.previousfinancialperiod" onActionPerformed="handler.back(financialPeriodComboBox)"/> <JButton id="next" actionIcon="next" - toolTipText="lima.ui.financialtransaction.nextfinancialperiod" + toolTipText="lima.financialtransaction.nextfinancialperiod" onActionPerformed="handler.next(financialPeriodComboBox)"/> <JToolBar.Separator/> @@ -128,7 +128,7 @@ labelFor='{entryBookComboBox}'/> <org.chorem.lima.ui.common.EntryBookComboBoxModel id="entryBookComboBoxModel"/> <JComboBox id="entryBookComboBox" model="{entryBookComboBoxModel}" - toolTipText="lima.ui.financialtransaction.entrybook" + toolTipText="lima.financialtransaction.entrybook" renderer="{new org.chorem.lima.ui.common.EntryBookListRenderer()}" onItemStateChanged="handler.entryBookSelected(event)"/> </JToolBar> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -450,17 +450,17 @@ selectionModel.setSelectionInterval(index, index); table.editCellAt(index, 1); } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.paste.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.paste.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (AfterLastFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.paste.error.afterLastFiscalPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.paste.error.afterLastFiscalPeriod", e.getDate())); } catch (BeforeFirstFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.paste.error.beforeFirstFiscalPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.paste.error.beforeFirstFiscalPeriod", e.getDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.paste.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.financialTransaction.paste.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -505,17 +505,17 @@ table.changeSelection(index, 1, false, false); table.editCellAt(index, 1); } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.paste.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.entry.paste.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (AfterLastFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.paste.error.afterLastFiscalPeriod", + errorHelper.showErrorMessage(t("lima.entry.paste.error.afterLastFiscalPeriod", e.getDate())); } catch (BeforeFirstFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.paste.error.beforeFirstFiscalPeriod", + errorHelper.showErrorMessage(t("lima.entry.paste.error.beforeFirstFiscalPeriod", e.getDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.paste.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.entry.paste.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -556,17 +556,17 @@ table.changeSelection(addIndex, 1, false, false); table.editCellAt(addIndex, 1); } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.add.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.add.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (AfterLastFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.add.error.afterLastFiscalPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.add.error.afterLastFiscalPeriod", e.getDate())); } catch (BeforeFirstFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.add.error.beforeFirstFiscalPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.add.error.beforeFirstFiscalPeriod", e.getDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.add.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.financialTransaction.add.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -660,17 +660,17 @@ table.changeSelection(row, 1, false, false); table.editCellAt(row, 1); } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.add.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.entry.add.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (AfterLastFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.add.error.afterLastFiscalPeriod", + errorHelper.showErrorMessage(t("lima.entry.add.error.afterLastFiscalPeriod", e.getDate())); } catch (BeforeFirstFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.add.error.beforeFirstFiscalPeriod", + errorHelper.showErrorMessage(t("lima.entry.add.error.beforeFirstFiscalPeriod", e.getDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.add.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.entry.add.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -695,8 +695,8 @@ cellEditor.cancelCellEditing(); } int response = JOptionPane.showConfirmDialog( - view, t("lima.ui.financialtransaction.messageremovetransaction"), - t("lima.ui.financialtransaction.titleremovetransaction"), JOptionPane.YES_NO_OPTION); + view, t("lima.financialtransaction.messageremovetransaction"), + t("lima.financialtransaction.titleremovetransaction"), JOptionPane.YES_NO_OPTION); if (response == JOptionPane.YES_OPTION) { try { @@ -712,11 +712,11 @@ table.editCellAt(indexSelectedRow, 1); } } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.delete.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.delete.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.delete.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.financialTransaction.delete.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -740,8 +740,8 @@ cellEditor.cancelCellEditing(); } int response = JOptionPane.showConfirmDialog( - view, t("lima.ui.financialtransaction.messageremoveentry"), - t("lima.ui.financialtransaction.titleremoveentry"), JOptionPane.YES_NO_OPTION); + view, t("lima.financialtransaction.messageremoveentry"), + t("lima.financialtransaction.titleremoveentry"), JOptionPane.YES_NO_OPTION); if (response == JOptionPane.YES_OPTION) { try { @@ -757,11 +757,11 @@ table.editCellAt(indexSelectedRow, 1); } } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.delete.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.delete.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.delete.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.financialTransaction.delete.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -811,7 +811,7 @@ tableModel.fireTableRowsUpdated(firstRow, lastRow); table.editCellAt(selectedRow, selectedColumn); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.entries.assign.closed.entryBook.error", + errorHelper.showErrorMessage(t("lima.entries.assign.closed.entryBook.error", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/VoucherColumn.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/VoucherColumn.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/VoucherColumn.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -37,8 +37,8 @@ public class VoucherColumn extends AbstractColumn<FinancialTransactionTableModel> { public VoucherColumn() { - super(String.class, t("lima.ui.financialtransaction.voucher"), true); - setCellEditor(new AutoCompleteTableCellEditor("lima.ui.financialtransaction.voucher")); + super(String.class, t("lima.financialtransaction.voucher"), true); + setCellEditor(new AutoCompleteTableCellEditor("lima.financialtransaction.voucher")); } @Override Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -90,7 +90,7 @@ actionIcon='filter-transaction-credit' onActionPerformed="getHandler().addCreditCondition()"/> <JToolBar.Separator/> - <JButton toolTipText="{ t("lima.ui.common.refresh") + " (F5)"}" actionIcon='refresh' + <JButton toolTipText="{ t("lima.refresh") + " (F5)"}" actionIcon='refresh' onActionPerformed="getHandler().refresh()"/> </JToolBar> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionunbalanced/FinancialTransactionUnbalancedView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionunbalanced/FinancialTransactionUnbalancedView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionunbalanced/FinancialTransactionUnbalancedView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -73,13 +73,13 @@ actionIcon='choose-fiscal-year' labelFor='{fiscalPeriodComboBox}'/> <JComboBox id="fiscalPeriodComboBox" model="{modelFiscalPeriod}" - toolTipText="lima.ui.financialtransaction.fiscalyear" + toolTipText="lima.financialtransaction.fiscalyear" renderer="{new org.chorem.lima.ui.common.FiscalPeriodListRenderer()}" onActionPerformed="getFinancialTransactionUnbalancedTableModel().setFiscalPeriod( (FiscalPeriod) fiscalPeriodComboBox.getSelectedItem()); getHandler().refresh()" editable="false"/> <JToolBar.Separator/> - <JButton toolTipText="{ t("lima.ui.common.refresh") + " (F5)"}" actionIcon='refresh' + <JButton toolTipText="{ t("lima.refresh") + " (F5)"}" actionIcon='refresh' onActionPerformed="getHandler().refresh()"/> </JToolBar> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionunbalanced/FinancialTransactionUnbalancedViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionunbalanced/FinancialTransactionUnbalancedViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionunbalanced/FinancialTransactionUnbalancedViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -182,17 +182,17 @@ table.changeSelection(row, 1, false, false); table.editCellAt(row, 1); } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.add.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.entry.add.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (AfterLastFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.add.error.afterLastFiscalPeriod", + errorHelper.showErrorMessage(t("lima.entry.add.error.afterLastFiscalPeriod", e.getDate())); } catch (BeforeFirstFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.add.error.beforeFirstFiscalPeriod", + errorHelper.showErrorMessage(t("lima.entry.add.error.beforeFirstFiscalPeriod", e.getDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.entry.add.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.entry.add.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -226,7 +226,7 @@ String message = t("lima.charts.financialtransaction.question.removeentry"); int response = JOptionPane.showConfirmDialog(view, message, - t("lima.common.confirmation"), JOptionPane.YES_NO_OPTION); + t("lima.confirmation"), JOptionPane.YES_NO_OPTION); if (response == JOptionPane.YES_OPTION) { try { @@ -244,11 +244,11 @@ table.editCellAt(indexSelectedRow, 1); } } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.delete.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.delete.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.delete.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.financialTransaction.delete.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -283,7 +283,7 @@ String message = t("lima.charts.financialtransaction.question.removetransaction"); int response = JOptionPane.showConfirmDialog(view, message, - t("lima.common.confirmation"), JOptionPane.YES_NO_OPTION); + t("lima.confirmation"), JOptionPane.YES_NO_OPTION); if (response == JOptionPane.YES_OPTION) { try { @@ -301,11 +301,11 @@ table.editCellAt(indexSelectedRow, 1); } } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.delete.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.financialTransaction.delete.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.financialTransaction.delete.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.financialTransaction.delete.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/FiscalPeriodTableModel.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/FiscalPeriodTableModel.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/FiscalPeriodTableModel.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -58,7 +58,7 @@ @Override protected void initColumn() { - addColumn(new AbstractColumn<FiscalPeriodTableModel>(Date.class, t("lima.ui.fiscalperiod.begin"), false) { + addColumn(new AbstractColumn<FiscalPeriodTableModel>(Date.class, t("lima.fiscalperiod.begin"), false) { @Override public Object getValueAt(int row) { FiscalPeriod fiscalPeriod = tableModel.get(row); @@ -66,7 +66,7 @@ } }); - addColumn(new AbstractColumn<FiscalPeriodTableModel>(Date.class, t("lima.ui.fiscalperiod.end"), false) { + addColumn(new AbstractColumn<FiscalPeriodTableModel>(Date.class, t("lima.fiscalperiod.end"), false) { @Override public Object getValueAt(int row) { FiscalPeriod fiscalPeriod = tableModel.get(row); @@ -74,13 +74,13 @@ } }); - addColumn(new AbstractColumn<FiscalPeriodTableModel>(String.class, t("lima.ui.fiscalperiod.status"), false) { + addColumn(new AbstractColumn<FiscalPeriodTableModel>(String.class, t("lima.fiscalperiod.status"), false) { @Override public Object getValueAt(int row) { FiscalPeriod fiscalPeriod = tableModel.get(row); - String status = t("lima.ui.fiscalperiod.open"); + String status = t("lima.fiscalperiod.open"); if (fiscalPeriod.isLocked()) { - status = t("lima.ui.fiscalperiod.closed"); + status = t("lima.fiscalperiod.closed"); } return status; } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/FiscalPeriodViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/FiscalPeriodViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/FiscalPeriodViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -183,7 +183,7 @@ AddPeriod addPeriodDialog = new AddPeriod(view); - addPeriodDialog.setTitle(t("lima.ui.fiscalperiod.addfiscalperiodtitle")); + addPeriodDialog.setTitle(t("lima.fiscalperiod.addfiscalperiodtitle")); addPeriodDialog.getBeginDatePicker().setDate(beginDate); addPeriodDialog.getEndDatePicker().setDate(endDate); addPeriodDialog.setLocationRelativeTo(view); @@ -197,14 +197,14 @@ fiscalPeriod = fiscalPeriodService.createFiscalPeriod(fiscalPeriod); tableModel.addValue(fiscalPeriod); } catch (BeginAfterEndFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.fiscalPeriod.add.error.beginAfterEndFiscalPeriod", + errorHelper.showErrorMessage(t("lima.fiscalPeriod.add.error.beginAfterEndFiscalPeriod", e.getFiscalPeriod().getBeginDate(), e.getFiscalPeriod().getEndDate())); } catch (MoreOneUnlockFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.fiscalPeriod.add.error.moreOneUnlockFiscalPeriod", + errorHelper.showErrorMessage(t("lima.fiscalPeriod.add.error.moreOneUnlockFiscalPeriod", e.getCountUnlockFiscalPeriod())); } catch (NotBeginNextDayOfLastFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.fiscalPeriod.add.error.notBeginNextDayOfLastFiscalPeriod", + errorHelper.showErrorMessage(t("lima.fiscalPeriod.add.error.notBeginNextDayOfLastFiscalPeriod", e.getFiscalPeriod().getEndDate())); } } @@ -219,7 +219,7 @@ if (!addPeriodDialog.isValidate()) { return false; } else if (endDate.before(beginDate)) { - errorHelper.showErrorMessage(t("lima.ui.fiscalPeriod.add.error.beginAfterEndFiscalPeriod", + errorHelper.showErrorMessage(t("lima.fiscalPeriod.add.error.beginAfterEndFiscalPeriod", beginDate, endDate)); return false; @@ -229,7 +229,7 @@ int response = JOptionPane.YES_OPTION; if (nbMonth != 12) { response = JOptionPane.showConfirmDialog(view, - t("lima.ui.fiscalperiod.addfiscalperiod.morethan12"), + t("lima.fiscalperiod.addfiscalperiod.morethan12"), title, JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); } @@ -258,7 +258,7 @@ if (!selectedFiscalPeriod.isLocked()) { AddPeriod addPeriodDialog = new AddPeriod(view); - addPeriodDialog.setTitle(t("lima.ui.fiscalperiod.modifyfiscalperiodtitle")); + addPeriodDialog.setTitle(t("lima.fiscalperiod.modifyfiscalperiodtitle")); addPeriodDialog.getBeginDatePicker().setDate(selectedFiscalPeriod.getBeginDate()); addPeriodDialog.getEndDatePicker().setDate(selectedFiscalPeriod.getEndDate()); addPeriodDialog.setModifyPeriod(true); @@ -293,8 +293,8 @@ //check if the user want to delete the fiscal year int response = JOptionPane.showConfirmDialog(view, - t("lima.ui.fiscalperiod.delete.confirmation"), - t("lima.ui.fiscalperiod.delete.title"), JOptionPane.YES_NO_OPTION, + t("lima.fiscalperiod.delete.confirmation"), + t("lima.fiscalperiod.delete.title"), JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE); if (response == JOptionPane.YES_OPTION) { @@ -305,7 +305,7 @@ view.setBlockEnabled(false); view.setDeleteEnabled(false); } catch (NoEmptyFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.fiscalPeriod.delete.error.noEmptyFiscalPeriod", + errorHelper.showErrorMessage(t("lima.fiscalPeriod.delete.error.noEmptyFiscalPeriod", e.getFinancialTransactions().size())); } } @@ -332,8 +332,8 @@ //check if the user want to block the fiscal year int answerBlock = JOptionPane.showConfirmDialog(view, - t("lima.ui.fiscalperiod.block.confirmation"), - t("lima.ui.fiscalperiod.block.title"), JOptionPane.YES_NO_OPTION, + t("lima.fiscalperiod.block.confirmation"), + t("lima.fiscalperiod.block.title"), JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE); if (answerBlock == JOptionPane.YES_OPTION) { @@ -347,8 +347,8 @@ //check if the user wants to create a new fiscal year int answerCreate = JOptionPane.showConfirmDialog(view, - t("lima.ui.fiscalperiod.block.newyear"), - t("lima.ui.fiscalperiod.block.title"), JOptionPane.YES_NO_OPTION, + t("lima.fiscalperiod.block.newyear"), + t("lima.fiscalperiod.block.title"), JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); // create a new fiscal year @@ -363,16 +363,16 @@ if (selectedFiscalPeriod.equals(lastFiscalPeriod)) { JOptionPane.showMessageDialog(view, - t("lima.ui.fiscalperiod.block.cantBalanceIfNextPeriodNotExist"), - t("lima.ui.fiscalperiod.block.title"), + t("lima.fiscalperiod.block.cantBalanceIfNextPeriodNotExist"), + t("lima.fiscalperiod.block.title"), JOptionPane.ERROR_MESSAGE); } else { //check if the user wants to report datas int answerRetainedEarnings = JOptionPane.showConfirmDialog(view, - t("lima.ui.fiscalperiod.block.addretainedearnings"), - t("lima.ui.fiscalperiod.block.title"), JOptionPane.YES_NO_OPTION, + t("lima.fiscalperiod.block.addretainedearnings"), + t("lima.fiscalperiod.block.title"), JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); if (answerRetainedEarnings == JOptionPane.YES_OPTION) { @@ -414,16 +414,16 @@ } else { JOptionPane.showMessageDialog(view, - t("lima.ui.fiscalperiod.block.cantBalanceNotBook"), - t("lima.ui.fiscalperiod.block.title"), + t("lima.fiscalperiod.block.cantBalanceNotBook"), + t("lima.fiscalperiod.block.title"), JOptionPane.ERROR_MESSAGE); } } else { JOptionPane.showMessageDialog(view, - t("lima.ui.fiscalperiod.block.cantBlockNotBalance"), - t("lima.ui.fiscalperiod.block.title"), + t("lima.fiscalperiod.block.cantBlockNotBalance"), + t("lima.fiscalperiod.block.title"), JOptionPane.ERROR_MESSAGE); } } @@ -436,11 +436,11 @@ view.setBlockEnabled(false); view.setDeleteEnabled(false); } catch (LastUnlockedFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.fiscalPeriod.block.error.lastUnlockedFiscalPeriod", + errorHelper.showErrorMessage(t("lima.fiscalPeriod.block.error.lastUnlockedFiscalPeriod", e.getFiscalPeriod().getBeginDate(), e.getFiscalPeriod().getEndDate())); } catch (AlreadyLockedFiscalPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.fiscalPeriod.block.error.AlreadyLockedFiscalPeriod")); + errorHelper.showErrorMessage(t("lima.fiscalPeriod.block.error.AlreadyLockedFiscalPeriod")); } } } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/RetainedEarningsEntryBookForm.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/RetainedEarningsEntryBookForm.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/RetainedEarningsEntryBookForm.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -22,7 +22,7 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> -<JDialog title="lima.ui.fiscalperiod.block.retainedearningstitle" modal="true" +<JDialog title="lima.fiscalperiod.block.retainedearningstitle" modal="true" defaultCloseOperation="{JDialog.DO_NOTHING_ON_CLOSE}" onWindowClosing="performCancel();"> @@ -81,7 +81,7 @@ <cell anchor="west"> <JRadioButton id="selectedEntryBook" - text="lima.common.entrybook" + text="lima.entrybook" selected="true" buttonGroup="EntryBookGroup" onActionPerformed="performNew()"/> @@ -89,7 +89,7 @@ </row> <row> <cell> - <JLabel id="entryBookSelectorLabel" text="lima.common.entrybook"/> + <JLabel id="entryBookSelectorLabel" text="lima.entrybook"/> </cell> <cell> <org.chorem.lima.ui.combobox.EntryBookComboBoxModel id="modelEntryBookComboBox"/> @@ -104,7 +104,7 @@ <cell anchor="west"> <JRadioButton id="newEntryBook" - text="lima.ui.fiscalperiod.entrybooks.create" + text="lima.fiscalperiod.entrybooks.create" selected="false" buttonGroup="EntryBookGroup" onActionPerformed="performNew()"/> @@ -112,7 +112,7 @@ </row> <row> <cell> - <JLabel text="lima.common.code"/> + <JLabel text="lima.code"/> </cell> <cell> <JTextField id="entryBookCodeField" text="{getEntryBook().getCode()}"/> @@ -123,7 +123,7 @@ </row> <row> <cell> - <JLabel text="lima.common.label"/> + <JLabel text="lima.label"/> </cell> <cell> <JTextField id="entryBookLabelField" editable='{isAddState()}' Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/RetainedEarningsWait.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/RetainedEarningsWait.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/RetainedEarningsWait.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -21,14 +21,14 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> -<JDialog modal="true" id="waitDialog" title="lima.ui.importexport.waittitle"> +<JDialog modal="true" id="waitDialog" title="lima.importExport.waittitle"> <Table> <row> <cell> <org.jdesktop.swingx.JXBusyLabel id='busylabel' busy='true'/> </cell> <cell> - <JLabel text='lima.ui.retainedEarnings.wait'/> + <JLabel text='lima.retainedEarnings.wait'/> </cell> </row> </Table> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExport.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExport.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExport.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -262,8 +262,8 @@ if (verboseMode) { ImportExportResults results = get(); if (importMode && results == null) { - JOptionPane.showMessageDialog(viewComponent, t("lima.ui.importexport.importerror"), - t("lima.ui.importexport.importtitle"), JOptionPane.ERROR_MESSAGE); + JOptionPane.showMessageDialog(viewComponent, t("lima.importExport.importerror"), + t("lima.importExport.importtitle"), JOptionPane.ERROR_MESSAGE); } else { if (importMode) { @@ -300,7 +300,7 @@ List<ExportException> exportExceptions = result.getExportExceptions(); if (exportExceptions != null && !exportExceptions.isEmpty()) { - message.append(t("lima.ui.importexport.export.exceptions")); + message.append(t("lima.importExport.export.exceptions")); } } @@ -309,15 +309,15 @@ protected void ComputeImportResultMessage(List<ImportResult> resultList) { StringBuilder message = new StringBuilder(); - message.append(t("lima.ui.importexport.import.terminated")); + message.append(t("lima.importExport.import.terminated")); StringBuilder errorMessage = null; for (ImportResult result : resultList) { Class fromSource = result.getFromSource(); message.append("Import "); message.append(getFromSourceMessage(fromSource)); - message.append(t("lima.ui.importexport.import.nbCreated", result.getNbCreated())); - message.append(t("lima.ui.importexport.import.nbUpdated", result.getNbUpdated())); - message.append(t("lima.ui.importexport.import.nbIgnored", result.getNbIgnored())); + message.append(t("lima.importExport.import.nbCreated", result.getNbCreated())); + message.append(t("lima.importExport.import.nbUpdated", result.getNbUpdated())); + message.append(t("lima.importExport.import.nbIgnored", result.getNbIgnored())); Map<Integer, LimaException> exceptionsByLine = result.getAllExceptionsByLine(); errorMessage = displayErrorMessage(exceptionsByLine); @@ -339,7 +339,7 @@ log.debug(message.toString()); } - String title = importMode ? t("lima.ui.importexport.import.terminated") : t("lima.ui.importexport.export.terminated"); + String title = importMode ? t("lima.importExport.import.terminated") : t("lima.importExport.export.terminated"); JOptionPane.showMessageDialog( waitView, message.toString(), @@ -351,7 +351,7 @@ StringBuilder result = new StringBuilder(); if (exceptionsByLine != null) { for (Map.Entry<Integer, LimaException> e:exceptionsByLine.entrySet()) { - result.append(t("lima.ui.importexport.import.line", e.getKey())); + result.append(t("lima.importExport.import.line", e.getKey())); LimaException importException = e.getValue(); if (importException instanceof InvalidAccountNumberException) { result.append(t("lima.fiscalPeriod.franceAccountingRules.invalidAccountNumberException", ((InvalidAccountNumberException) importException).getAccountNumber())); @@ -409,21 +409,21 @@ if (fromSource == null) { message = "BACKUP"+"\n"; } else if (fromSource.equals(Account.class)){ - message = t("lima.ui.importexport.account")+"\n"; + message = t("lima.importExport.account")+"\n"; } else if (fromSource.equals(EntryBook.class)) { - message = t("lima.ui.importexport.entrybook")+"\n"; + message = t("lima.importExport.entrybook")+"\n"; } else if (fromSource.equals(Entry.class)) { - message = t("lima.ui.importexport.entry")+"\n"; + message = t("lima.importExport.entry")+"\n"; } else if (fromSource.equals(FinancialStatement.class)) { - message = t("lima.ui.importexport.financialStatement")+"\n"; + message = t("lima.importExport.financialStatement")+"\n"; } else if (fromSource.equals(FinancialTransaction.class)) { - message = t("lima.ui.importexport.financialTransaction")+"\n"; + message = t("lima.importExport.financialTransaction")+"\n"; } else if (fromSource.equals(FiscalPeriod.class)) { - message = t("lima.ui.importexport.fiscalPeriod")+"\n"; + message = t("lima.importExport.fiscalPeriod")+"\n"; } else if (fromSource.equals(Identity.class)) { - message = t("lima.ui.importexport.identity")+"\n"; + message = t("lima.importExport.identity")+"\n"; } else if (fromSource.equals(VatStatement.class)) { - message = t("lima.ui.importexport.vatStatement")+"\n"; + message = t("lima.importExport.vatStatement")+"\n"; } else { throw new LimaTechnicalException("Source not know"); } @@ -449,7 +449,7 @@ if (importExportMethod.getEncodingOption()) { JPanel panel = new JPanel(); panel.setLayout(new BorderLayout()); - panel.add(new JLabel(t("lima.importexport.choiceencoding")), BorderLayout.WEST); + panel.add(new JLabel(t("lima.importExport.choiceencoding")), BorderLayout.WEST); panel.add(comboBox, BorderLayout.CENTER); ((Container) chooser.getComponent(2)).add(panel, BorderLayout.SOUTH); } @@ -457,16 +457,16 @@ String approveButtonText; if (importMode) { chooser.setFileSelectionMode(JFileChooser.FILES_ONLY); - approveButtonText = t("lima.ui.importexport.import"); + approveButtonText = t("lima.importExport.import"); chooser.setDialogTitle(approveButtonText); chooser.setApproveButtonText(approveButtonText); } else if (importExportMethod.equals(ImportExportEnum.CSV_ALL_EXPORT)) { - approveButtonText = t("lima.ui.importexport.export"); + approveButtonText = t("lima.importExport.export"); chooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY); chooser.setDialogTitle(approveButtonText); chooser.setApproveButtonText(approveButtonText); } else { - approveButtonText = t("lima.ui.importexport.export"); + approveButtonText = t("lima.importExport.export"); chooser.setFileSelectionMode(JFileChooser.FILES_ONLY); chooser.setDialogTitle(approveButtonText); chooser.setApproveButtonText(approveButtonText); @@ -566,8 +566,8 @@ export.flush(); } catch (IOException e) { - errorHelper.showErrorMessage(t("lima.ui.importexport.export.failed")); - log.error(t("lima.ui.importexport.export.failed"), e); + errorHelper.showErrorMessage(t("lima.importExport.export.failed")); + log.error(t("lima.importExport.export.failed"), e); } finally { IOUtils.closeQuietly(export); IOUtils.closeQuietly(result); @@ -615,7 +615,7 @@ } } } catch (Exception e) { - result.addInitException(new ImportFileException(t("lima.ui.importexport.import.extractFileError"))); + result.addInitException(new ImportFileException(t("lima.importExport.import.extractFileError"))); log.error(e.getStackTrace()); } finally { IOUtils.closeQuietly(zipInputStream); @@ -659,7 +659,7 @@ if(log.isInfoEnabled()) { log.info(ex); } - result.addInitException(new ImportFileException(t("lima.ui.importexport.import.extractFileError"))); + result.addInitException(new ImportFileException(t("lima.importExport.import.extractFileError"))); } finally { IOUtils.closeQuietly(entryBooksStream); IOUtils.closeQuietly(transactionsStream); Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExportWaitView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExportWaitView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExportWaitView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -23,14 +23,14 @@ #L% --> -<JDialog modal="true" id="waitDialog" title="lima.ui.importexport.waittitle"> +<JDialog modal="true" id="waitDialog" title="lima.importExport.waittitle"> <Table> <row> <cell> <org.jdesktop.swingx.JXBusyLabel id='busylabel' busy='true'/> </cell> <cell> - <JLabel text='lima.ui.importexport.wait'/> + <JLabel text='lima.importExport.wait'/> </cell> </row> </Table> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -55,19 +55,19 @@ <JToolBar floatable="false"> <JButton id="lettered" - toolTipText="{ t("lima.ui.lettering.buttonLettered") + " (Ctrl+L)"}" + toolTipText="{ t("lima.lettering.buttonLettered") + " (Ctrl+L)"}" enabled="{editModel.isLettred()}" actionIcon='lettering' onActionPerformed="handler.addLetter()"/> <JButton id="noLettered" - toolTipText="{ t("lima.ui.lettering.buttonNoLettered") + " (Del)"}" + toolTipText="{ t("lima.lettering.buttonNoLettered") + " (Del)"}" enabled="{editModel.isUnLettred()}" actionIcon='un-lettering' onActionPerformed="handler.removeLetter()"/> <JButton id="round" - toolTipText="{ t("lima.ui.lettering.buttonEqualize") + " (Ctrl+B)"}" + toolTipText="{ t("lima.lettering.buttonEqualize") + " (Ctrl+B)"}" enabled="{editModel.isEqualized()}" actionIcon='balance' onActionPerformed="handler.roundAndCreateEntry()"/> @@ -79,24 +79,24 @@ <org.chorem.lima.ui.common.AccountComboBoxModel id="accountComboBoxModel"/> <JComboBox id="accountComboBox" model="{accountComboBoxModel}" - toolTipText="lima.ui.lettering.account" + toolTipText="lima.lettering.account" renderer="{new org.chorem.lima.ui.common.AccountListRenderer()}" onItemStateChanged="handler.setAccount((Account)accountComboBoxModel.getSelectedItem())" /> <JButton id="back" actionIcon="previous" - toolTipText="lima.ui.account.buttonback" + toolTipText="lima.account.buttonback" onActionPerformed="handler.back(accountComboBox)"/> <JButton id="next" actionIcon="next" - toolTipText="lima.ui.account.buttonnext" + toolTipText="lima.account.buttonnext" onActionPerformed="handler.next(accountComboBox)"/> <JToolBar.Separator/> - <JLabel text="lima.ui.lettering.beginFinancialPeriod" + <JLabel text="lima.lettering.beginFinancialPeriod" labelFor='{pickerDebut}'/> <JXDatePicker id="pickerDebut" onActionPerformed="handler.setDateStart(pickerDebut.getDate())"/> - <JLabel text="lima.ui.lettering.endFinancialPeriod" + <JLabel text="lima.lettering.endFinancialPeriod" labelFor="{pickerFin}"/> <JXDatePicker id="pickerFin" onActionPerformed="handler.setDateEnd(pickerFin.getDate())"/> @@ -108,13 +108,13 @@ <EnumEditor id='lettredEntryComboBox' genericType='TypeEntry' constructorParams='TypeEntry.class' - toolTipText="lima.ui.lettering.entry" + toolTipText="lima.lettering.entry" onItemStateChanged="handler.setTypeEntry(lettredEntryComboBox.getSelectedItem())" /> <JToolBar.Separator/> <JButton id="refresh" - toolTipText="{ t("lima.ui.lettering.buttonRefresh") + " (F5)"}" + toolTipText="{ t("lima.lettering.buttonRefresh") + " (F5)"}" actionIcon='refresh' onActionPerformed="handler.updateAllEntries()"/> @@ -124,7 +124,7 @@ <row> <cell fill="horizontal" > <JToolBar floatable="false"> - <JLabel text="lima.ui.lettering.selectDebit" + <JLabel text="lima.lettering.selectDebit" labelFor='{debitTexttField}'/> <JTextField id="debitTexttField" enabled="false" @@ -133,7 +133,7 @@ <JToolBar.Separator/> - <JLabel text="lima.ui.lettering.selectCredit" + <JLabel text="lima.lettering.selectCredit" labelFor='{creditTextField}'/> <JTextField id="creditTextField" enabled="false" @@ -142,7 +142,7 @@ <JToolBar.Separator/> - <JLabel text="lima.ui.lettering.selectSolde" + <JLabel text="lima.lettering.selectSolde" labelFor='{soldeTextField}'/> <JTextField id="soldeTextField" enabled="false" Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -326,7 +326,7 @@ List<Account> allAccounts = accountService.getAllAccounts(); Account seeAllAccounts = new AccountImpl(); seeAllAccounts.setAccountNumber("-"); - seeAllAccounts.setLabel(t("lima.ui.list.seeAll")); + seeAllAccounts.setLabel(t("lima.list.seeAll")); allAccounts.add(seeAllAccounts); view.getAccountComboBoxModel().setObjects(allAccounts); @@ -434,11 +434,11 @@ * */ view.getLettringSelectionModel().selectRoundedAndNewEntries(selectedRows[0], selectedRows[1], newSameAccountEntry); } catch (LockedFinancialPeriodException e) { - errorHelper.showErrorMessage(t("lima.ui.lettering.roundAndCreateEntry.error.lockedFinancialPeriod", + errorHelper.showErrorMessage(t("lima.lettering.roundAndCreateEntry.error.lockedFinancialPeriod", e.getFinancialPeriod().getBeginDate(), e.getFinancialPeriod().getEndDate())); } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.lettering.roundAndCreateEntry.error.lockedEntryBook", + errorHelper.showErrorMessage(t("lima.lettering.roundAndCreateEntry.error.lockedEntryBook", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -503,7 +503,7 @@ } catch (LockedEntryBookException e) { - errorHelper.showErrorMessage(t("lima.ui.entries.letter.closed.entryBook.error", + errorHelper.showErrorMessage(t("lima.entries.letter.closed.entryBook.error", e.getClosedPeriodicEntryBook().getEntryBook().getCode(), e.getClosedPeriodicEntryBook().getEntryBook().getLabel(), e.getClosedPeriodicEntryBook().getFinancialPeriod().getBeginDate(), @@ -511,7 +511,7 @@ } catch (UnbalancedEntriesException e) { - errorHelper.showErrorMessage(t("lima.ui.entries.letter.unbalanced.error")); + errorHelper.showErrorMessage(t("lima.entries.letter.unbalanced.error")); } onButtonModeChanged(ButtonMode.DELETTRED); Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/TypeEntry.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/TypeEntry.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/lettering/TypeEntry.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -54,13 +54,13 @@ switch (this) { case LETTERED: - result = t("lima.ui.lettering.checkLettredEntry"); + result = t("lima.lettering.checkLettredEntry"); break; case NO_LETTERED: - result = t("lima.ui.lettering.checkNoLettredEntry"); + result = t("lima.lettering.checkNoLettredEntry"); break; case ALL: - result = t("lima.ui.lettering.checkAll"); + result = t("lima.lettering.checkAll"); break; } Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBookPanel.css =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBookPanel.css 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBookPanel.css 2014-09-12 09:07:40 UTC (rev 3914) @@ -3,6 +3,6 @@ } #importEntryBook { - text : "lima.importexport.defaultentrybooks"; + text : "lima.importExport.defaultentrybooks"; selected : true; } \ No newline at end of file Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -179,7 +179,7 @@ view.getFiscalperiodsIcon().setBorder(BorderFactory.createLineBorder(green, 2)); panel.add(fsPanel); panel.validate(); - view.getOk().setText(t("lima.ui.opening.end")); + view.getOk().setText(t("lima.opening.end")); view.repaint(); step++; break; Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartImportForm.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartImportForm.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartImportForm.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -77,7 +77,7 @@ </row> <row> <cell> - <JRadioButton text='lima.ui.importexport.import' + <JRadioButton text='lima.importExport.import' value='{VatStatementsChartEnum.IMPORT}' buttonGroup="{getRadioButtons()}" selected='true'/> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartTreeTableModel.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartTreeTableModel.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartTreeTableModel.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -181,10 +181,10 @@ vatStatementService.createVatStatement( parentVatStatementHeader, vatStatement); } catch (AlreadyExistVatStatementException alreadyExistVatStatement) { - errorHelper.showErrorMessage(t("lima.importexport.import.alreadyExistFinancialStatement", + errorHelper.showErrorMessage(t("lima.importExport.import.alreadyExistFinancialStatement", alreadyExistVatStatement.getVatStatementLabel(), alreadyExistVatStatement.getMasterLabel())); } catch (NotAllowedLabelException notAllowedLabel) { - errorHelper.showErrorMessage(t("lima.importexport.import.alreadyExistFinancialStatement", + errorHelper.showErrorMessage(t("lima.importExport.import.alreadyExistFinancialStatement", notAllowedLabel.getLabel())); } modelSupport.fireTreeStructureChanged(path); Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartView.jaxx 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartView.jaxx 2014-09-12 09:07:40 UTC (rev 3914) @@ -47,20 +47,20 @@ onActionPerformed="handler.addVatStatementMovement()"/> <JButton id="updateButton" - toolTipText="{ t("lima.common.update") + " (Ctrl+M)"}" + toolTipText="{ t("lima.update") + " (Ctrl+M)"}" actionIcon='vatstatement-edit' onActionPerformed="handler.updateVatStatement()" enabled="{isSelectedRow()}"/> <JButton id="removeButton" - toolTipText="{ t("lima.common.remove") + " (Del)"}" + toolTipText="{ t("lima.remove") + " (Del)"}" actionIcon='vatstatement-remove' onActionPerformed="handler.removeVatStatement()" enabled="{isSelectedRow()}"/> <JButton id="importButton" actionIcon='vatstatement-import' - toolTipText="lima.ui.importexport.import" + toolTipText="lima.importExport.import" onActionPerformed="handler.importVatStatementChart()"/> </JToolBar> Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartViewHandler.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartViewHandler.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartViewHandler.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -247,7 +247,7 @@ if (selectedRow != -1) { int n = JOptionPane.showConfirmDialog(view, t("lima.charts.vatstatement.question.remove"), - t("lima.common.confirmation"), + t("lima.confirmation"), JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); if (n == JOptionPane.YES_OPTION) { @@ -259,7 +259,7 @@ JOptionPane.showMessageDialog( view, t("lima.charts.vatstatement.deleteparent"), - t("lima.common.info"), + t("lima.info"), JOptionPane.INFORMATION_MESSAGE); } else { treeTableModel.removeVatStatementObject( Modified: trunk/lima-swing/src/main/java/org/chorem/lima/util/ErrorHelper.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/util/ErrorHelper.java 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/java/org/chorem/lima/util/ErrorHelper.java 2014-09-12 09:07:40 UTC (rev 3914) @@ -78,7 +78,7 @@ public void showErrorDialog(Component parent, String message, Throwable cause) { JXErrorPane pane = new JXErrorPane(); - ErrorInfo info = new ErrorInfo(t("lima.common.error"), + ErrorInfo info = new ErrorInfo(t("lima.error"), t("lima.error.errorpane.htmlmessage", message), null, null, cause, null, null); pane.setErrorInfo(info); @@ -102,7 +102,7 @@ */ public void showErrorMessage(String message) { JOptionPane.showMessageDialog(null, message, - t("lima.ui.common.error"), JOptionPane.ERROR_MESSAGE); + t("lima.error"), JOptionPane.ERROR_MESSAGE); } Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties =================================================================== --- trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties 2014-09-12 09:07:40 UTC (rev 3914) @@ -1,5 +1,3 @@ -= --= Date= Fitre= Piece= @@ -13,16 +11,42 @@ lima.Filter.letter= lima.Filter.voucher= lima.about.translate.content=<h3>How to translate Lima</h3>You can help us to translate or improve label in Lima.<br/><ul><li>Get the <strong>lima-i18n.csv</strong> file in the <strong>i18n</strong> directory</li><li>open it in Libre office (separator caracter is <strong>Tab</strong>)</li><li>Do you work \:)</li><li>At last, send us back the modified file</li></ul><br/>We will apply the patch before next release. +lima.account=Account +lima.account.add= +lima.account.add.error.InvalidAccountNumber= +lima.account.add.error.alreadyExist= +lima.account.add.form= +lima.account.base= +lima.account.buttonback=← +lima.account.buttonnext=→ +lima.account.developed= +lima.account.import= +lima.account.import.description= +lima.account.label= +lima.account.number= +lima.account.remove.error.usedAccount= +lima.account.removeaccountconfirm= +lima.account.removeaccounttitle= +lima.account.shortened= +lima.account.update.error.invalidAccountNumber= +lima.account.update.form= lima.accounts= lima.accounts.plan= lima.accountsreports.listerror=Can't get entries list lima.action.commandline.help=Show help in console lima.all.NotAllowedLabel= lima.all.notAllowedLabel=Not allowed char "\\" found in account name %s. +lima.amount=Amount +lima.amountcredit=Credit amount +lima.amountdebit=Debit amount +lima.autocomplete=Autocomplete +lima.balance=Balance lima.balance.documentcreationerror=Enable to create document lima.balance.documentcreationfiscalerror=Can't create document on an open fiscal year lima.balance.listerror=Can't get entries list lima.beginDate=Begin +lima.buttonback=← +lima.buttonnext=→ lima.cancel=Cancel lima.charts.account=Accounts chart lima.charts.account.base=Base accountchart @@ -54,41 +78,10 @@ lima.charts.vatstatement.nothing=No vat statement chart lima.charts.vatstatement.question.remove=Do you really want to delete this line ? lima.charts.vatstatement.shortened=Shortened vat statement chart +lima.closed=Closed lima.closedPeriodicEntryBook.franceAccountingRules.unbalancedFinancialTransactionsException=Fiscal Period has unbalanced transactions. lima.closedPeriodicEntryBook.franceAccountingRules.withoutEntryBookFinancialTransactionsException=Can't block financialperiod / missing EntryBook in transactions -lima.common.account=Account -lima.common.amount=Amount -lima.common.amountcredit=Credit amount -lima.common.amountdebit=Debit amount -lima.common.autocomplete=Autocomplete -lima.common.balance=Balance -lima.common.buttonback=← -lima.common.buttonnext=→ -lima.common.closed=Closed -lima.common.code=Code -lima.common.confirmation=Confirmation -lima.common.cop= -lima.common.copy=Copy -lima.common.entry=Entry -lima.common.entrybook=EntryBook -lima.common.entrybooks=EntryBooks -lima.common.error=Error -lima.common.filter=Filter -lima.common.generateHtml= -lima.common.info=Information -lima.common.label=Label -lima.common.movmentedfilter=Accounts filtered -lima.common.new=New -lima.common.open=Open -lima.common.paste=Paste -lima.common.quit=Exit -lima.common.remove=Remove -lima.common.search=Search -lima.common.solde=Solde -lima.common.soldecredit=Credit solde -lima.common.soldedebit=Debit solde -lima.common.transaction=Transaction -lima.common.update=Modify +lima.code=Code lima.config.category.directories=Directories lima.config.category.directories.description=Directories used by LIMA lima.config.category.directories.table= @@ -182,6 +175,9 @@ lima.config.ui.flaunchui.label= lima.config.ui.fullscreen.description=FullScreen lima.config.ui.fullscreen.label= +lima.confirmation=Confirmation +lima.cop= +lima.copy=Copy lima.data.bigDecimal.decimalSeparator= lima.data.bigDecimal.scale= lima.documents=Documents… @@ -190,11 +186,14 @@ lima.entries=Entries lima.entries.addEntry=New entry lima.entries.addTransaction=New transaction +lima.entries.assign.closed.entryBook.error= lima.entries.assign.entries=Assign this value in all entries in transaction lima.entries.balance=Balance transaction with this entry lima.entries.copy.entry=Copy entry lima.entries.copy.transaction=Copy transaction lima.entries.enter= +lima.entries.letter.closed.entryBook.error= +lima.entries.letter.unbalanced.error= lima.entries.lettering=Lettering lima.entries.lettering.add=Add letter lima.entries.lettering.noletterselected=Error \: No selected letter @@ -210,9 +209,34 @@ lima.entries.searchunbalancedtransaction=Incorrect transactions lima.entries.unbalanced= lima.entries.writetransaction=Write entries +lima.entry=Entry +lima.entry.add.error.afterLastFiscalPeriod= +lima.entry.add.error.beforeFirstFiscalPeriod= +lima.entry.add.error.lockedEntryBook= +lima.entry.add.error.lockedFinancialPeriod= +lima.entry.add.error.noFinancialPeriod=Any fiscal period are difined. +lima.entry.paste.error.afterLastFiscalPeriod= +lima.entry.paste.error.beforeFirstFiscalPeriod= +lima.entry.paste.error.lockedEntryBook= +lima.entry.paste.error.lockedFinancialPeriod= +lima.entry.update.closed.entryBook.error= lima.entryBook.alreadyExistEntryBookException=An entry book with code %s already exists. +lima.entryBook.delete.used.error=Can't delete entry book %2$s (%1$s) because exist financcial transactions in this entry book. lima.entryBooks= -lima.entrybooksreports.documentcreationerror=Enable to create document +lima.entrybook=EntryBook +lima.entrybook.add= +lima.entrybook.code= +lima.entrybook.default= +lima.entrybook.deletemessage= +lima.entrybook.deletetitle= +lima.entrybook.entrybooktile= +lima.entrybook.import= +lima.entrybook.importtitle= +lima.entrybook.label= +lima.entrybook.remove= +lima.entrybook.update= +lima.entrybooks=EntryBooks +lima.entrybooksreports.documentcreationerror=Enable to create document lima.entrybooksreports.documentcreationfiscalerror=Can't create document on an open fiscal year lima.entrybooksreports.documentcreationfiscaltitle= lima.entrybooksreports.listerror=Can't get entries list @@ -235,10 +259,12 @@ lima.enum.comboboxperiod.fiscalperiod=Fiscal period lima.enum.comboboxperiod.period=Period lima.enum.list.entryBook= +lima.error=Error lima.error.errorpane.htmlmessage=<html><body><b>An application error happened</b>\:<br/>%s</body></html> lima.file= lima.filer.condition.sensitive.case= lima.filer.condition.string= +lima.filter=Filter lima.filter.account= lima.filter.amount= lima.filter.condition.all= @@ -262,8 +288,45 @@ lima.financialStatements.check= lima.financialStatements.check.nothing= lima.financialStatements.check.warn= +lima.financialTransaction.add.error.afterLastFiscalPeriod= +lima.financialTransaction.add.error.beforeFirstFiscalPeriod= +lima.financialTransaction.add.error.lockedEntryBook= +lima.financialTransaction.add.error.lockedFinancialPeriod= +lima.financialTransaction.delete.error.lockedEntryBook= +lima.financialTransaction.delete.error.lockedFinancialPeriod= lima.financialTransaction.lockedEntryBookException=Entry can not be added as entry book is locked for period from %1$tm/%1$te/%1$tY to %1$tm/%1$te/%1$tY.\n lima.financialTransaction.lockedFinancialPeriodException=locked financial transaction +lima.financialTransaction.paste.error.afterLastFiscalPeriod= +lima.financialTransaction.paste.error.beforeFirstFiscalPeriod= +lima.financialTransaction.paste.error.lockedEntryBook= +lima.financialTransaction.paste.error.lockedFinancialPeriod= +lima.financialTransaction.update.error.afterLastFiscalPeriod= +lima.financialTransaction.update.error.beforeFirstFiscalPeriod= +lima.financialTransaction.update.error.lockedEntryBook= +lima.financialTransaction.update.error.lockedFinancialPeriod= +lima.financialperiod.begin= +lima.financialperiod.block= +lima.financialperiod.block.error.NoLockedPreviousEntryBook.main= +lima.financialperiod.block.error.entry= +lima.financialperiod.block.error.noLockedPreviousEntryBook.main= +lima.financialperiod.block.error.noLockedPreviousEntryBook.previousEntryBook= +lima.financialperiod.block.error.unbalanced.main= +lima.financialperiod.block.error.unbalanced.transaction= +lima.financialperiod.block.error.unfilled.entry= +lima.financialperiod.block.error.unfilled.main= +lima.financialperiod.block.error.unfilled.noAccount= +lima.financialperiod.block.error.unfilled.noDescription= +lima.financialperiod.block.error.unfilled.noVoucher= +lima.financialperiod.block.error.unfilled.noVouchier= +lima.financialperiod.block.error.withoutEntryBook.main= +lima.financialperiod.block.error.withoutEntryBook.transaction= +lima.financialperiod.blockmessage= +lima.financialperiod.blocktitle= +lima.financialperiod.closure= +lima.financialperiod.end= +lima.financialperiod.entrybook= +lima.financialperiod.period= +lima.financialperiod.status= lima.financialstatement.accounts=Account list on debit and on credit lima.financialstatement.addfinancialStatementHeadererror=Can't add financialStatementHeader lima.financialstatement.check=Check accounts passing to movement @@ -278,7 +341,44 @@ lima.financialstatement.provisiondeprecationaccounts=Provisions and deprecations accounts list lima.financialstatement.subamount=Calculate a subamount lima.financialstatementreport.listerror=Can't get entries list +lima.financialtransaction.account= +lima.financialtransaction.balance= +lima.financialtransaction.buttonback= +lima.financialtransaction.buttonnext= +lima.financialtransaction.credit= +lima.financialtransaction.date= +lima.financialtransaction.date.in= +lima.financialtransaction.date.to= +lima.financialtransaction.dateInterval= +lima.financialtransaction.dateInterval.in= +lima.financialtransaction.dateInterval.to= +lima.financialtransaction.debit= +lima.financialtransaction.description= +lima.financialtransaction.entrybook= +lima.financialtransaction.financialperiod= +lima.financialtransaction.fiscalyear= +lima.financialtransaction.letter= +lima.financialtransaction.messageremoveentry= +lima.financialtransaction.messageremovetransaction= +lima.financialtransaction.nextfinancialperiod=Next period +lima.financialtransaction.previousfinancialperiod=previous period +lima.financialtransaction.titleremoveentry= +lima.financialtransaction.titleremovetransaction= +lima.financialtransaction.voucher= +lima.fiscalPeriod.add.beginAfterEndFiscalPeriod= +lima.fiscalPeriod.add.error.beginAfterEndFiscalPeriod= +lima.fiscalPeriod.add.error.moreOneUnlockFiscalPeriod= +lima.fiscalPeriod.add.error.notBeginNextDayOfLastFiscalPeriod= +lima.fiscalPeriod.add.moreOneUnlockFiscalPeriod= +lima.fiscalPeriod.add.notBeginNextDayOfLastFiscalPeriod= +lima.fiscalPeriod.block.error.AlreadyLockedFiscalPeriod= +lima.fiscalPeriod.block.error.lastUnlockedFiscalPeriod= +lima.fiscalPeriod.block.error.lockedFinancialPeriod=Fiscal period from %3$te %3$tB %3$tY to %4$te %4$tB %4$tY is closed. +lima.fiscalPeriod.block.error.lockedFiscalPeriod=Fiscal period closed %s +lima.fiscalPeriod.buttonback= +lima.fiscalPeriod.buttonnext= lima.fiscalPeriod.defaultAccountingRules.beginAfterEndFiscalPeriodException=Fiscal period ending date must be after the begining one, begin\: %1$tm/%1$te/%1$tY end\: %1$tm/%1$te/%1$tY.\n +lima.fiscalPeriod.delete.error.noEmptyFiscalPeriod= lima.fiscalPeriod.franceAccountingRules.invalidAccountNumberException=Master account is not a digit between 1 to 8 \: %s"\n lima.fiscalPeriod.franceAccountingRules.lastUnlockedFiscalPeriodException=Current fiscal period must not be closed. lima.fiscalPeriod.franceAccountingRules.moreOneUnlockFiscalPeriodException=The ante fiscal period is not locked\: concerned fiscal period from %1$tm/%1$te/%1$tY to %1$tm/%1$te/%1$tY.\n @@ -286,7 +386,37 @@ lima.fiscalPeriod.franceAccountingRules.notBeginNextDayOfLastFiscalPeriodException=The new fiscal period must adjoining the last\: concerned fiscal period from %1$tm/%1$te/%1$tY to %1$tm/%1$te/%1$tY.\n lima.fiscalPeriod.franceAccountingRules.notNumberAccountNumberException=Account Number that doesn't start with 4 have to be numeric\: %s"\n lima.fiscalYears= +lima.fiscalperiod.addfiscalperiod.addfiscalperiodtitle= +lima.fiscalperiod.addfiscalperiod.endAfterBegin= +lima.fiscalperiod.addfiscalperiod.morethan12= +lima.fiscalperiod.addfiscalperiodtitle= +lima.fiscalperiod.begin= +lima.fiscalperiod.block.addretainedearnings= +lima.fiscalperiod.block.cantBalanceIfNextPeriodNotExist= +lima.fiscalperiod.block.cantBalanceNotBook= +lima.fiscalperiod.block.cantBlockNotBalance= +lima.fiscalperiod.block.confirmation= +lima.fiscalperiod.block.newyear= +lima.fiscalperiod.block.retainedearningstitle= +lima.fiscalperiod.block.title= +lima.fiscalperiod.buttonback=← +lima.fiscalperiod.buttonnext=→ +lima.fiscalperiod.closed= +lima.fiscalperiod.closure= +lima.fiscalperiod.delete.confirmation= +lima.fiscalperiod.delete.title= +lima.fiscalperiod.end= +lima.fiscalperiod.entrybooks.create= +lima.fiscalperiod.fiscalperiod= +lima.fiscalperiod.fiscalperiod.begin= +lima.fiscalperiod.fiscalperiod.end= +lima.fiscalperiod.fiscalperiod.status= +lima.fiscalperiod.modifyfiscalperiodtitle= +lima.fiscalperiod.open= +lima.fiscalperiod.status= lima.fiscalperiod.unbalancedtransactions=Fiscal Period has unbalanced transactions +lima.fullscreen= +lima.generateHtml= lima.help= lima.help.about= lima.help.about.title=About Lima... @@ -363,22 +493,83 @@ lima.import.entries.noFiscalPeriodFoundException=No fiscal period found.\n lima.import.noDataToImportException=No data to import. lima.import.unknownError=Unknown error. -lima.importexport.all= -lima.importexport.choiceencoding= -lima.importexport.csv= -lima.importexport.defaultentrybooks= -lima.importexport.ebp= -lima.importexport.export= -lima.importexport.export.terminated= -lima.importexport.import= -lima.importexport.import.alreadyExistFinancialStatement=Category with name %s exists for parent %s.\n -lima.importexport.import.alreadyExistVatStatement=VAT statement with name %s exists for parents %s.\n -lima.importexport.import.notAllowedLabel=Not allowed char in label\: %s.\n -lima.importexport.usevatpdf= +lima.importExport.account=Accounts import completed. +lima.importExport.accountcharts=Accounts chart +lima.importExport.all=All +lima.importExport.choiceencoding= +lima.importExport.csv=Import/Export CSV +lima.importExport.defaultentrybooks=Defaults entrybooks +lima.importExport.ebp=Import/Export EBP +lima.importExport.entries=Entries +lima.importExport.entry=Entries import completed. +lima.importExport.entryBook= +lima.importExport.entrybook=Entry books import completed. +lima.importExport.entrybooks=Entry books +lima.importExport.export=Export +lima.importExport.export.exceptions=Export failed.\n +lima.importExport.export.failed=Export failed \! +lima.importExport.export.import.exceptions=Export has failed. +lima.importExport.export.terminated=Export terminated +lima.importExport.financialStatement=Financial transactions import completed. +lima.importExport.financialTransaction= +lima.importExport.financialstatements=FinancialStatements chart +lima.importExport.financialtransactions=Moves +lima.importExport.fiscalPeriod=Fiscal periods import completed. +lima.importExport.identity=Identity import completed. +lima.importExport.import= +lima.importExport.import.alreadyExistFinancialStatement=Category with name %s exists for parent %s.\n +lima.importExport.import.alreadyExistVatStatement=VAT statement with name %s exists for parents %s.\n +lima.importExport.import.backupException=could not import backup. +lima.importExport.import.extractFileError=Could not extract file. +lima.importExport.import.line=Line %d\: +lima.importExport.import.nbCreated=%d created\n +lima.importExport.import.nbIgnored=%d ignored\n +lima.importExport.import.nbUpdated=%d updated\n +lima.importExport.import.notAllowedLabel=Not allowed char in label\: %s.\n +lima.importExport.import.terminated=Import terminated\n +lima.importExport.import.vatpdfimport=The PDF has been imported. It can be found inside the Lima resources directory +lima.importExport.importcsv= +lima.importExport.importebp= +lima.importExport.importerror=An error has occured during import +lima.importExport.importtitle= +lima.importExport.no.result=No result found. +lima.importExport.usevatpdf= +lima.importExport.vatStatement=VTA transactions import completed. +lima.importExport.vatstatements=VAT chart +lima.importExport.wait=Job in progress… +lima.importExport.waittitle= +lima.info=Information lima.init.closed=Lima closed at %1$s lima.init.errorclosing=Error during Lima close +lima.label=Label lima.ledger.documentcreationerror=Enable to create document +lima.lettering.account=Accounts +lima.lettering.accountRegularization=Lettering regularization +lima.lettering.actions=Actions +lima.lettering.beginFinancialPeriod=From +lima.lettering.buttonAuto=Auto +lima.lettering.buttonEqualize=Equalize +lima.lettering.buttonLettered=To Letter +lima.lettering.buttonNoLettered=To Unletter +lima.lettering.buttonRefresh=Refresh +lima.lettering.checkAll=All +lima.lettering.checkLettredEntry=Lettered +lima.lettering.checkLettredEntrye= +lima.lettering.checkNoLettredEntry=Unlettered +lima.lettering.checkNoLettredEntrye= +lima.lettering.endFinancialPeriod=To +lima.lettering.entry=Entries lima.lettering.listerror=Can't get entries list +lima.lettering.period=Periods +lima.lettering.roundAndCreateEntry.error.lockedEntryBook= +lima.lettering.roundAndCreateEntry.error.lockedFinancialPeriod= +lima.lettering.selectCredit= +lima.lettering.selectDebit= +lima.lettering.selectEntry=Actual selection +lima.lettering.selectSolde=Balance +lima.list.seeAll=ALL +lima.locale= +lima.mainview.title=Lutin Invoice Monitoring and Accounting lima.menu.file=File lima.menu.help=Help lima.menu.help.about=About @@ -390,17 +581,28 @@ lima.message.help.usage=Options (set with --option <key> <value>\: lima.misc.supportemail.description=Support email lima.misc.supportemail.label= -lima.ok=OK +lima.movmentedfilter=Accounts filtered +lima.new=New +lima.nonaffect= +lima.ok=Ok +lima.open=Open lima.openejb.remotemode.description= lima.openejb.remotemode.label= lima.opening= -lima.opening.accounts=Import accounts from\: -lima.opening.close= -lima.opening.entrybook= -lima.opening.import= -lima.opening.next= -lima.opening.welcome= +lima.opening.accounts=<html><center>Select a default, <br/>import your personnal<br/> or cancel to create your own account chart.</center></html> +lima.opening.close=Close +lima.opening.end=Finish +lima.opening.entrybook=<html>Tick box to import default accounts chart\:<br/> Achats, Ventes, Trésorerie, Opération diverses</html> +lima.opening.import=Import a CSV backup +lima.opening.next=Next +lima.opening.title= +lima.opening.welcome=<html><center>Welcome to Lima<br/>this assistant help you to start your business accounting in the blink of an eye<br/>OR import instantanly your already existing save in CSV format<br/><br/><br/><br/></center></html> +lima.paste=Paste lima.preferences=Preferences +lima.quit=Exit +lima.refresh=Refresh +lima.remove=Remove +lima.remove.shortcut= lima.reports=Reports lima.reports.account.noaccount= lima.reports.account.noaccounttitle= @@ -410,12 +612,20 @@ lima.reports.financialstatement=Financialstatements lima.reports.ledger=Ledger lima.reports.vat=Edit VAT +lima.retainedEarnings.wait= +lima.search=Search +lima.solde=Solde +lima.soldecredit=Credit solde +lima.soldedebit=Debit solde lima.splash.1=Loading services... lima.splash.2="Loading accounting... lima.splash.3=Ready \! lima.structure=Structure lima.table.account=Account lima.table.balance=Balance +lima.table.cell.colorSelectionFocus= +lima.table.cell.comportmentEditingCell= +lima.table.cell.selectAllEditingCell= lima.table.credit=Credit lima.table.date= lima.table.debit=Debit @@ -439,249 +649,9 @@ lima.tooltip.Filter= lima.tooltip.filter=<html>Regular expression \:<br/>- accounts interval i..j <br/>- accounts list i,j,k <br/>- Exclude an account -i</html> lima.tooltip.lettering=<html>Add a letter on many entries <br/>Select many rows with combination ctrl + click</html> -lima.ui.account= -lima.ui.account.add.error.InvalidAccountNumber= -lima.ui.account.add.error.alreadyExist= -lima.ui.account.addaccount= -lima.ui.account.addaccounttitle= -lima.ui.account.base= -lima.ui.account.buttonback=← -lima.ui.account.buttonnext=→ -lima.ui.account.developed= -lima.ui.account.importtitle= -lima.ui.account.label= -lima.ui.account.number= -lima.ui.account.remove.error.usedAccount= -lima.ui.account.removeaccountconfirm= -lima.ui.account.removeaccounttitle= -lima.ui.account.shortened= -lima.ui.account.update.error.invalidAccountNumber= -lima.ui.account.updateaccounttitle= -lima.ui.accounts= -lima.ui.common.amountcredit= -lima.ui.common.amountdebit= -lima.ui.common.cancel=Cancel -lima.ui.common.error=Error -lima.ui.common.ok=Ok -lima.ui.common.refresh=Refresh -lima.ui.common.remove=Remove -lima.ui.common.solde= -lima.ui.common.update=Update -lima.ui.entries= -lima.ui.entries.assign.closed.entryBook.error= -lima.ui.entries.letter.closed.entryBook.error= -lima.ui.entries.letter.unbalanced.error= -lima.ui.entry.add.error.afterLastFiscalPeriod= -lima.ui.entry.add.error.beforeFirstFiscalPeriod= -lima.ui.entry.add.error.lockedEntryBook= -lima.ui.entry.add.error.lockedFinancialPeriod= -lima.ui.entry.add.error.noFinancialPeriod=Any fiscal period are difined. -lima.ui.entry.paste.error.afterLastFiscalPeriod= -lima.ui.entry.paste.error.beforeFirstFiscalPeriod= -lima.ui.entry.paste.error.lockedEntryBook= -lima.ui.entry.paste.error.lockedFinancialPeriod= -lima.ui.entry.update.closed.entryBook.error= -lima.ui.entryBook.delete.used.error=Can't delete entry book %2$s (%1$s) because exist financcial transactions in this entry book. -lima.ui.entryBooks= -lima.ui.entrybook.add= -lima.ui.entrybook.code= -lima.ui.entrybook.default= -lima.ui.entrybook.deletemessage= -lima.ui.entrybook.deletetitle= -lima.ui.entrybook.entrybooktile= -lima.ui.entrybook.import= -lima.ui.entrybook.importtitle= -lima.ui.entrybook.label= -lima.ui.entrybook.remove= -lima.ui.entrybook.update= -lima.ui.financialPeriods= -lima.ui.financialStatements= -lima.ui.financialTransaction.add.error.afterLastFiscalPeriod= -lima.ui.financialTransaction.add.error.beforeFirstFiscalPeriod= -lima.ui.financialTransaction.add.error.lockedEntryBook= -lima.ui.financialTransaction.add.error.lockedFinancialPeriod= -lima.ui.financialTransaction.delete.error.lockedEntryBook= -lima.ui.financialTransaction.delete.error.lockedFinancialPeriod= -lima.ui.financialTransaction.paste.error.afterLastFiscalPeriod= -lima.ui.financialTransaction.paste.error.beforeFirstFiscalPeriod= -lima.ui.financialTransaction.paste.error.lockedEntryBook= -lima.ui.financialTransaction.paste.error.lockedFinancialPeriod= -lima.ui.financialTransaction.update.error.afterLastFiscalPeriod= -lima.ui.financialTransaction.update.error.beforeFirstFiscalPeriod= -lima.ui.financialTransaction.update.error.lockedEntryBook= -lima.ui.financialTransaction.update.error.lockedFinancialPeriod= -lima.ui.financialperiod.begin= -lima.ui.financialperiod.block= -lima.ui.financialperiod.block.error.NoLockedPreviousEntryBook.main= -lima.ui.financialperiod.block.error.entry= -lima.ui.financialperiod.block.error.noLockedPreviousEntryBook.main= -lima.ui.financialperiod.block.error.noLockedPreviousEntryBook.previousEntryBook= -lima.ui.financialperiod.block.error.unbalanced.main= -lima.ui.financialperiod.block.error.unbalanced.transaction= -lima.ui.financialperiod.block.error.unfilled.entry= -lima.ui.financialperiod.block.error.unfilled.main= -lima.ui.financialperiod.block.error.unfilled.noAccount= -lima.ui.financialperiod.block.error.unfilled.noDescription= -lima.ui.financialperiod.block.error.unfilled.noVoucher= -lima.ui.financialperiod.block.error.unfilled.noVouchier= -lima.ui.financialperiod.block.error.withoutEntryBook.main= -lima.ui.financialperiod.block.error.withoutEntryBook.transaction= -lima.ui.financialperiod.blockmessage= -lima.ui.financialperiod.blocktitle= -lima.ui.financialperiod.closure= -lima.ui.financialperiod.end= -lima.ui.financialperiod.entrybook= -lima.ui.financialperiod.period= -lima.ui.financialperiod.status= -lima.ui.financialtransaction.account= -lima.ui.financialtransaction.balance= -lima.ui.financialtransaction.buttonback= -lima.ui.financialtransaction.buttonnext= -lima.ui.financialtransaction.credit= -lima.ui.financialtransaction.date= -lima.ui.financialtransaction.date.in= -lima.ui.financialtransaction.date.to= -lima.ui.financialtransaction.dateInterval= -lima.ui.financialtransaction.dateInterval.in= -lima.ui.financialtransaction.dateInterval.to= -lima.ui.financialtransaction.debit= -lima.ui.financialtransaction.description= -lima.ui.financialtransaction.entrybook= -lima.ui.financialtransaction.financialperiod= -lima.ui.financialtransaction.fiscalyear= -lima.ui.financialtransaction.letter= -lima.ui.financialtransaction.messageremoveentry= -lima.ui.financialtransaction.messageremovetransaction= -lima.ui.financialtransaction.nextfinancialperiod=Next period -lima.ui.financialtransaction.previousfinancialperiod=previous period -lima.ui.financialtransaction.titleremoveentry= -lima.ui.financialtransaction.titleremovetransaction= -lima.ui.financialtransaction.voucher= -lima.ui.fiscalPeriod.add.beginAfterEndFiscalPeriod= -lima.ui.fiscalPeriod.add.error.beginAfterEndFiscalPeriod= -lima.ui.fiscalPeriod.add.error.moreOneUnlockFiscalPeriod= -lima.ui.fiscalPeriod.add.error.notBeginNextDayOfLastFiscalPeriod= -lima.ui.fiscalPeriod.add.moreOneUnlockFiscalPeriod= -lima.ui.fiscalPeriod.add.notBeginNextDayOfLastFiscalPeriod= -lima.ui.fiscalPeriod.block.error.AlreadyLockedFiscalPeriod= -lima.ui.fiscalPeriod.block.error.lastUnlockedFiscalPeriod= -lima.ui.fiscalPeriod.block.error.lockedFinancialPeriod=Fiscal period from %3$te %3$tB %3$tY to %4$te %4$tB %4$tY is closed. -lima.ui.fiscalPeriod.block.error.lockedFiscalPeriod=Fiscal period closed %s -lima.ui.fiscalPeriod.buttonback= -lima.ui.fiscalPeriod.buttonnext= -lima.ui.fiscalPeriod.delete.error.noEmptyFiscalPeriod= -lima.ui.fiscalYears= -lima.ui.fiscalperiod.addfiscalperiod.addfiscalperiodtitle= -lima.ui.fiscalperiod.addfiscalperiod.endAfterBegin= -lima.ui.fiscalperiod.addfiscalperiod.morethan12= -lima.ui.fiscalperiod.addfiscalperiodtitle= -lima.ui.fiscalperiod.begin= -lima.ui.fiscalperiod.block.addretainedearnings= -lima.ui.fiscalperiod.block.cantBalanceIfNextPeriodNotExist= -lima.ui.fiscalperiod.block.cantBalanceNotBook= -lima.ui.fiscalperiod.block.cantBlockNotBalance= -lima.ui.fiscalperiod.block.confirmation= -lima.ui.fiscalperiod.block.newyear= -lima.ui.fiscalperiod.block.retainedearningstitle= -lima.ui.fiscalperiod.block.title= -lima.ui.fiscalperiod.buttonback=← -lima.ui.fiscalperiod.buttonnext=→ -lima.ui.fiscalperiod.closed= -lima.ui.fiscalperiod.closure= -lima.ui.fiscalperiod.delete.confirmation= -lima.ui.fiscalperiod.delete.title= -lima.ui.fiscalperiod.end= -lima.ui.fiscalperiod.entrybooks.create= -lima.ui.fiscalperiod.fiscalperiod= -lima.ui.fiscalperiod.fiscalperiod.begin= -lima.ui.fiscalperiod.fiscalperiod.end= -lima.ui.fiscalperiod.fiscalperiod.status= -lima.ui.fiscalperiod.modifyfiscalperiodtitle= -lima.ui.fiscalperiod.open= -lima.ui.fiscalperiod.status= -lima.ui.fullscreen= -lima.ui.home.entryBooks.info= -lima.ui.home.entryBooks.info.one= -lima.ui.importexport.account=Accounts import completed. -lima.ui.importexport.accountcharts=Accounts chart -lima.ui.importexport.all=All -lima.ui.importexport.csv=Import/Export CSV -lima.ui.importexport.defaultentrybooks=Defaults entrybooks -lima.ui.importexport.ebp=Import/Export EBP -lima.ui.importexport.entries=Entries -lima.ui.importexport.entry=Entries import completed. -lima.ui.importexport.entryBook= -lima.ui.importexport.entrybook=Entry books import completed. -lima.ui.importexport.entrybooks=Entry books -lima.ui.importexport.export=Export -lima.ui.importexport.export.exceptions=Export failed.\n -lima.ui.importexport.export.failed=Export failed \! -lima.ui.importexport.export.import.exceptions=Export has failed. -lima.ui.importexport.export.terminated=Export terminated -lima.ui.importexport.financialStatement=Financial transactions import completed. -lima.ui.importexport.financialTransaction= -lima.ui.importexport.financialstatements=FinancialStatements chart -lima.ui.importexport.financialtransactions=Moves -lima.ui.importexport.fiscalPeriod=Fiscal periods import completed. -lima.ui.importexport.identity=Identity import completed. -lima.ui.importexport.import= -lima.ui.importexport.import.backupException=could not import backup. -lima.ui.importexport.import.extractFileError=Could not extract file. -lima.ui.importexport.import.line=Line %d\: -lima.ui.importexport.import.nbCreated=%d created\n -lima.ui.importexport.import.nbIgnored=%d ignored\n -lima.ui.importexport.import.nbUpdated=%d updated\n -lima.ui.importexport.import.terminated=Import terminated\n -lima.ui.importexport.import.vatpdfimport=The PDF has been imported. It can be found inside the Lima resources directory -lima.ui.importexport.importcsv= -lima.ui.importexport.importebp= -lima.ui.importexport.importerror=An error has occured during import -lima.ui.importexport.importtitle= -lima.ui.importexport.no.result=No result found. -lima.ui.importexport.vatStatement=VTA transactions import completed. -lima.ui.importexport.vatstatements=VAT chart -lima.ui.importexport.wait=Job in progress… -lima.ui.importexport.waittitle= -lima.ui.lettering.account=Accounts -lima.ui.lettering.accountRegularization=Lettering regularization -lima.ui.lettering.actions=Actions -lima.ui.lettering.beginFinancialPeriod=From -lima.ui.lettering.buttonAuto=Auto -lima.ui.lettering.buttonEqualize=Equalize -lima.ui.lettering.buttonLettered=To Letter -lima.ui.lettering.buttonNoLettered=To Unletter -lima.ui.lettering.buttonRefresh=Refresh -lima.ui.lettering.checkAll=All -lima.ui.lettering.checkLettredEntry=Lettered -lima.ui.lettering.checkLettredEntrye= -lima.ui.lettering.checkNoLettredEntry=Unlettered -lima.ui.lettering.checkNoLettredEntrye= -lima.ui.lettering.endFinancialPeriod=To -lima.ui.lettering.entry=Entries -lima.ui.lettering.period=Periods -lima.ui.lettering.roundAndCreateEntry.error.lockedEntryBook= -lima.ui.lettering.roundAndCreateEntry.error.lockedFinancialPeriod= -lima.ui.lettering.selectCredit= -lima.ui.lettering.selectDebit= -lima.ui.lettering.selectEntry=Actual selection -lima.ui.lettering.selectSolde=Balance -lima.ui.list.seeAll=ALL -lima.ui.locale= -lima.ui.mainview.title=Lutin Invoice Monitoring and Accounting -lima.ui.nonaffect= -lima.ui.opening.accounts=<html><center>Select a default, <br/>import your personnal<br/> or cancel to create your own account chart.</center></html> -lima.ui.opening.close=Close -lima.ui.opening.end=Finish -lima.ui.opening.entrybook=<html>Tick box to import default accounts chart\:<br/> Achats, Ventes, Trésorerie, Opération diverses</html> -lima.ui.opening.import=Import a CSV backup -lima.ui.opening.next=Next -lima.ui.opening.title= -lima.ui.opening.welcome=<html><center>Welcome to Lima<br/>this assistant help you to start your business accounting in the blink of an eye<br/>OR import instantanly your already existing save in CSV format<br/><br/><br/><br/></center></html> -lima.ui.retainedEarnings.wait= -lima.ui.table.cell.colorSelectionFocus= -lima.ui.table.cell.comportmentEditingCell= -lima.ui.table.cell.selectAllEditingCell= -lima.ui.vatStatements= +lima.transaction=Transaction +lima.update=Modify +lima.update.shortcut= lima.vatStatement.alreadyExistVatStatement=FAILED \: The vatStatement %s already exists \! lima.vatStatements= lima.vatreport.listerror=Can't get entries list Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties =================================================================== --- trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties 2014-09-11 15:02:49 UTC (rev 3913) +++ trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties 2014-09-12 09:07:40 UTC (rev 3914) @@ -1,23 +1,47 @@ -= --= lima-business.document.entrybooks= lima-business.document.generalentrybook= +lima.account=Compte +lima.account.add=Nouveau compte (Ctrl+A) +lima.account.add.error.InvalidAccountNumber=Le numéro du compt %1$s n'est pas valide +lima.account.add.error.alreadyExist=Le compt %1$s existe déjà +lima.account.add.form=Ajout d'un compte +lima.account.base=Plan comptable de base +lima.account.buttonback=← +lima.account.buttonnext=→ +lima.account.developed=Plan comptable développé +lima.account.import=Importer +lima.account.import.description=Sélectionnez un plan par défaut ou un plan personnalisé. +lima.account.label=Libellé +lima.account.number=Numéro de compte +lima.account.remove.error.usedAccount=Il exist des transactions sur ce compte +lima.account.removeaccountconfirm=Voulez-vous supprimer le compte %s ? +lima.account.removeaccounttitle=Suppression d'un compte +lima.account.shortened=Plan comptable abrégé +lima.account.update.error.invalidAccountNumber=Le numéro du compte %1$s n'est pas valide +lima.account.update.form=Modification d'un compte lima.accounts=Comptes lima.accounts.plan=Plan comptable lima.accountsreports.listerror=Erreur lors de la récupération des données de la liste lima.action.commandline.help=Afficher l'aide en console lima.all.NotAllowedLabel= lima.all.notAllowedLabel=Le caractère "\\" n'est pas authorisé, trouvé sur le compte %s. +lima.amount=Montant +lima.amountcredit=Total Crédit +lima.amountdebit=Total Débit +lima.autocomplete=Autocomplétion +lima.balance=Équilibrer lima.balance.documentcreationerror=Erreur lors de la création du document lima.balance.documentcreationfiscalerror=Impossible de créer le document quand la période fiscale est ouverte lima.balance.listerror=Erreur lors de la récupération des données de la liste lima.beginDate=Début +lima.buttonback=← +lima.buttonnext=→ lima.cancel=Annuler lima.charts.account=Plan comptable lima.charts.account.base=Plan comptable de base lima.charts.account.developed=Plan comptable développé -lima.charts.account.importcsv= -lima.charts.account.importebp= +lima.charts.account.importcsv=Plan comptable personnalisé au format CSV +lima.charts.account.importebp=Plan comptable personnalisé au format EBP lima.charts.account.number=Numéro de compte lima.charts.account.question.remove=Voulez-vous supprimer ce compte? lima.charts.account.shortened=Plan comptable abrégé @@ -43,40 +67,10 @@ lima.charts.vatstatement.nothing=<html><center>Aucun plan TVA chargé<br/>Veuillez sélectionner un plan par défaut, <br/>importer un plan personnalisé<br/> ou annuler pour créer votre propre plan.</center></html> lima.charts.vatstatement.question.remove=Etes vous sur de vouloir supprimer cette ligne ? lima.charts.vatstatement.shortened=Plan TVA abrégé +lima.closed=Fermé lima.closedPeriodicEntryBook.franceAccountingRules.unbalancedFinancialTransactionsException=Impossible de bloquer la période financière / le journal, il contient des transactions non équilibrées. lima.closedPeriodicEntryBook.franceAccountingRules.withoutEntryBookFinancialTransactionsException=Impossible de bloquer la période financière / il manque un journal dans une transaction (%1$te/%1$tm/%1$tY) -lima.common.account=Compte -lima.common.amount=Montant -lima.common.amountcredit=Total Crédit -lima.common.amountdebit=Total Débit -lima.common.autocomplete=Autocomplétion -lima.common.balance=Équilibrer -lima.common.buttonback=← -lima.common.buttonnext=→ -lima.common.closed=Fermé -lima.common.code=Code -lima.common.confirmation=Confirmation -lima.common.copy=Copier -lima.common.entry=Entrée -lima.common.entrybook=Journal -lima.common.entrybooks=Journaux -lima.common.error=Erreur -lima.common.filter=Filtrer -lima.common.generateHtml=HTML -lima.common.info=Information -lima.common.label=Libellé -lima.common.movmentedfilter=Comptes mouvementés -lima.common.new=Nouveau -lima.common.open=Ouvert -lima.common.paste=Coller -lima.common.quit=Quitter -lima.common.remove=Supprimer -lima.common.search=Rechercher -lima.common.solde=Solde -lima.common.soldecredit=Solde Créditeur -lima.common.soldedebit=Solde Débiteur -lima.common.transaction=Transaction -lima.common.update=Modifier +lima.code=Code lima.config.category.directories=Répertoires lima.config.category.directories.description=Répertoires utilisés par Lima lima.config.category.other=Autre @@ -165,17 +159,22 @@ lima.config.ui.flaunchui.label= lima.config.ui.fullscreen.description=demarrer l'application en mode plein écran lima.config.ui.fullscreen.label=Plein écran +lima.confirmation=Confirmation +lima.copy=Copier lima.documents=Documents… lima.endDate=Fin lima.enterEntries=Écritures lima.entries=Écritures lima.entries.addEntry=Créer une entrée dans la transaction lima.entries.addTransaction=Créer une transaction +lima.entries.assign.closed.entryBook.error=Impossible d'affecter cette valeur a l'ensemble des entrés de la transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. lima.entries.assign.entries=Assigner cette valeur à toutes les entrées de la transaction lima.entries.balance=Équilibrer la transaction avec cette entrée lima.entries.copy.entry=Copier l'entrée lima.entries.copy.transaction=Copier la transaction lima.entries.enter=Saisie des écritures +lima.entries.letter.closed.entryBook.error=Impossible de modifier le lettrage des ces entrés car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. +lima.entries.letter.unbalanced.error=Impossible de lettrer ces écritures car leur solde n'est pas nul. lima.entries.lettering=Lettrage lima.entries.lettering.add=Ajouter une lettre lima.entries.lettering.noletterselected=Erreur \: Aucune lettre sélectionnée. @@ -191,8 +190,33 @@ lima.entries.searchunbalancedtransaction= lima.entries.unbalanced=Entrées incorrectes lima.entries.writetransaction= +lima.entry=Entrée +lima.entry.add.error.afterLastFiscalPeriod=Impossible d'ajouter une entré car la date de la transaction est après le %1$te %1$tB %1$tY fin du dernier exercice. +lima.entry.add.error.beforeFirstFiscalPeriod=Impossible d'ajouter une entré car la date de la transaction est avant le %1$te %1$tB %1$tY début du premier exercice. +lima.entry.add.error.lockedEntryBook=Impossible d'ajouter une entré car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. +lima.entry.add.error.lockedFinancialPeriod=Impossible d'ajouter une entré car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. +lima.entry.add.error.noFinancialPeriod=Aucune période fiscale n'est définie. +lima.entry.paste.error.afterLastFiscalPeriod=Impossible de copier une entré car la date de la transaction est après le %1$te %1$tB %1$tY fin du dernier exercice. +lima.entry.paste.error.beforeFirstFiscalPeriod=Impossible de copier une entré car la date de la transaction est avant le %1$te %1$tB %1$tY début du premier exercice. +lima.entry.paste.error.lockedEntryBook=Impossible de copier une entré car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. +lima.entry.paste.error.lockedFinancialPeriod=Impossible de copier une entré car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. +lima.entry.update.closed.entryBook.error=Impossible de modifier cette entré car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. lima.entryBook.alreadyExistEntryBookException=Un journal avec comme code % existe déjà. +lima.entryBook.delete.used.error=Imposible de supprimer le journal %2$s (%1$s) car Il existe des transactioins sur ce journal. lima.entryBooks=Journaux +lima.entrybook=Journal +lima.entrybook.add=Ajout de journal +lima.entrybook.code=Code +lima.entrybook.default=Journaux par défault +lima.entrybook.deletemessage=Êtes vous sûr de vouloir supprimer le journal %s ? +lima.entrybook.deletetitle=Suppression de journal +lima.entrybook.entrybooktile=Journal +lima.entrybook.import=Importer +lima.entrybook.importtitle=Import +lima.entrybook.label=Libellé +lima.entrybook.remove=Supprimer +lima.entrybook.update=Modifier +lima.entrybooks=Journaux lima.entrybooksreports.documentcreationerror=Erreur lors de la création du document lima.entrybooksreports.documentcreationfiscalerror=Impossible de créer un document quand la période fiscale est ouverte lima.entrybooksreports.documentcreationfiscaltitle= @@ -219,9 +243,11 @@ lima.enum.list.financialperiod=Périodes Financières lima.enum.list.fiscalperiod=Exercices lima.enum.list.period=Périodes +lima.error=Erreur lima.error.errorpane.htmlmessage=<html><body><b>Une erreur s'est produite</b>\:<br/>%s</body></html> lima.file=Fichier lima.filer.condition.sensitive.case=sensible à la case +lima.filter=Filtrer lima.filter.account=Ajouter un filtre sur les comptes lima.filter.amount=Ajouter un filtre sur les montants lima.filter.condition.all=Valide toutes les conditions @@ -245,8 +271,42 @@ lima.financialStatements.check=Vérification des comptes aux postes lima.financialStatements.check.nothing=Introuvable \: %s - %s \n lima.financialStatements.check.warn=Attention cette fonctionnalité n'est qu'une aide utilisateur.\n Certains comptes ne doivent pas être présent au bilan et compte de résultat.\n Il est donc normal que des comptes sont marqués comme introuvable.\n\n +lima.financialTransaction.add.error.afterLastFiscalPeriod=Impossible d'ajouter une transaction après le %1$te %1$tB %1$tY fin du dernier exercice. +lima.financialTransaction.add.error.beforeFirstFiscalPeriod=Impossible d'ajouter une transaction avant le %1$te %1$tB %1$tY début du premier exercice. +lima.financialTransaction.add.error.lockedEntryBook=Impossible d'ajouter une transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. +lima.financialTransaction.add.error.lockedFinancialPeriod=Impossible d'ajouter une transaction car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. +lima.financialTransaction.delete.error.lockedEntryBook=Impossible de supprimer une transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. +lima.financialTransaction.delete.error.lockedFinancialPeriod=Impossible de supprimer une transaction car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. lima.financialTransaction.lockedEntryBookException=Impossible d'ajouter une entré car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY.\n lima.financialTransaction.lockedFinancialPeriodException=La période financière est bloquée\n +lima.financialTransaction.paste.error.afterLastFiscalPeriod=Impossible de copier une transaction après le %1$te %1$tB %1$tY fin du dernier exercice. +lima.financialTransaction.paste.error.beforeFirstFiscalPeriod=Impossible de copier une transaction avant le %1$te %1$tB %1$tY début du premier exercice. +lima.financialTransaction.paste.error.lockedEntryBook=Impossible de copier une transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. +lima.financialTransaction.paste.error.lockedFinancialPeriod=Impossible de copier une transaction car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. +lima.financialTransaction.update.error.afterLastFiscalPeriod=Impossible de déplacer une transaction après le %1$te %1$tB %1$tY fin du dernier exercice. +lima.financialTransaction.update.error.beforeFirstFiscalPeriod=Impossible de déplacer une transaction avant le %1$te %1$tB %1$tY début du premier exercice. +lima.financialTransaction.update.error.lockedEntryBook=Impossible de déplacer une transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. +lima.financialTransaction.update.error.lockedFinancialPeriod=Impossible de deplacer une transaction car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. +lima.financialperiod.begin=Début +lima.financialperiod.block=Cloturer une période +lima.financialperiod.block.error.noLockedPreviousEntryBook.main=Impossible de clôturer cette période car les périodes précedentes ne sont pas clôturer \: +lima.financialperiod.block.error.noLockedPreviousEntryBook.previousEntryBook=période du %1$te %1$tB %1$tY au %2$te %2$tB %2$tY +lima.financialperiod.block.error.unbalanced.main=Impossible de clôturer cette période car elle contient des transactions non équilibrées \: +lima.financialperiod.block.error.unbalanced.transaction=transaction du %1$te/%1$tm/%1$tY d'un débit de %2$s et d'un crédit de %3$s +lima.financialperiod.block.error.unfilled.entry=entré du %1$te/%1$tm/%1$tY pour un montant de %2$s \: +lima.financialperiod.block.error.unfilled.main=Impossible de clôturer cette période car elle contient des entrés incomplétes \: +lima.financialperiod.block.error.unfilled.noAccount=n'a pas de compte +lima.financialperiod.block.error.unfilled.noDescription=n'a pas de description +lima.financialperiod.block.error.unfilled.noVoucher=n'a pas de pièce comptable +lima.financialperiod.block.error.withoutEntryBook.main=Impossible de clôturer cette période car elle contient des transactions sans journal +lima.financialperiod.block.error.withoutEntryBook.transaction=transaction du %1$te/%1$tm/%1$tY d'un montant de %2$s, +lima.financialperiod.blockmessage=Êtes vous sûre de vouloir clôturer cette période ? Cette action est irréversible \! +lima.financialperiod.blocktitle=Clôture +lima.financialperiod.closure=Clôture +lima.financialperiod.end=Fin +lima.financialperiod.entrybook=Journal +lima.financialperiod.period=Période +lima.financialperiod.status=Statut lima.financialstatement.accounts=Liste de comptes au crédit et au débit lima.financialstatement.addfinancialStatementHeadererror=Erreur lors de l'ajout de l'entête sur la déclaration financière lima.financialstatement.check= @@ -261,7 +321,39 @@ lima.financialstatement.provisiondeprecationaccounts=Liste de comptes d'amortissement et provisions lima.financialstatement.subamount=Calculer un sous-total lima.financialstatementreport.listerror=Erreur lors de la récupération des données de la liste +lima.financialtransaction.account=Compte +lima.financialtransaction.balance=Balance +lima.financialtransaction.buttonback=← +lima.financialtransaction.buttonnext=→ +lima.financialtransaction.credit=Crédit +lima.financialtransaction.date=Date +lima.financialtransaction.dateInterval=Interval de dates +lima.financialtransaction.dateInterval.in=Du +lima.financialtransaction.dateInterval.to=au +lima.financialtransaction.debit=Débit +lima.financialtransaction.description=Description +lima.financialtransaction.entrybook=Journal +lima.financialtransaction.financialperiod=Périodes comptables +lima.financialtransaction.fiscalyear=Exercices +lima.financialtransaction.letter=Lettre +lima.financialtransaction.messageremoveentry=Voulez-vous supprimer cette ligne de transaction? +lima.financialtransaction.messageremovetransaction=Voulez-vous supprimer cette transaction? +lima.financialtransaction.nextfinancialperiod=Période suivante +lima.financialtransaction.previousfinancialperiod=Période précédente +lima.financialtransaction.titleremoveentry=Suppression +lima.financialtransaction.titleremovetransaction=Suppression +lima.financialtransaction.voucher=Pièce comptable +lima.fiscalPeriod.add.error.beginAfterEndFiscalPeriod=Le date de fin de l'exercice (%2$te/%2$tm/%2$tY) doit être postérieur à la date de début (%1$te/%1$tm/%1$tY) +lima.fiscalPeriod.add.error.moreOneUnlockFiscalPeriod=Il existe déjà %1s exercices non clôturés. +lima.fiscalPeriod.add.error.notBeginNextDayOfLastFiscalPeriod=La date de début de l'exercice doit suivre la date de fin de l'exercice précédent le %1$te/%1$tm/%1$tY +lima.fiscalPeriod.block.error.AlreadyLockedFiscalPeriod=L'exercice est déjà clôturés +lima.fiscalPeriod.block.error.lastUnlockedFiscalPeriod=L'exercice prédent doit être clôturé +lima.fiscalPeriod.block.error.lockedFinancialPeriod=La période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. +lima.fiscalPeriod.block.error.lockedFiscalPeriod=L'exercice ést clôturé %s +lima.fiscalPeriod.buttonback=← +lima.fiscalPeriod.buttonnext=→ lima.fiscalPeriod.defaultAccountingRules.beginAfterEndFiscalPeriodException=La date de début doit être avant la date de fin, debut\: %1$te/%1$tm/%1$tY fin\: %1$te/%1$tm/%1$tY.\n +lima.fiscalPeriod.delete.error.noEmptyFiscalPeriod=Impossible de supprimer un exercice avec des transactions (%1$s). lima.fiscalPeriod.franceAccountingRules.invalidAccountNumberException=Le numéro du compte général n'est pas compris entre 1 et 8 \: %s\n lima.fiscalPeriod.franceAccountingRules.lastUnlockedFiscalPeriodException=Impossible de clore la dernière période fiscale ouverte. lima.fiscalPeriod.franceAccountingRules.moreOneUnlockFiscalPeriodException=Le nombre maximal d'exercices ouverts est déjà ateint\: periode fiscale concernée du %1$te/%1$tm/%1$tY au %1$te/%1$tm/%1$tY.\n @@ -269,7 +361,31 @@ lima.fiscalPeriod.franceAccountingRules.notBeginNextDayOfLastFiscalPeriodException=La nouvelle période fiscale doit suivre la précédente\: periode fiscale concernée du %1$te/%1$tm/%1$tY au %1$te/%1$tm/%1$tY.\n lima.fiscalPeriod.franceAccountingRules.notNumberAccountNumberException=Un numéro de compte ne commençant pas par 4 doit être numérique \: %s\n lima.fiscalYears=Exercices +lima.fiscalperiod.addfiscalperiod.morethan12=La période sélectionnée n'est pas de 12 mois, voulez-vous continuer ? +lima.fiscalperiod.addfiscalperiodtitle=Nouvel exercice +lima.fiscalperiod.begin=Début +lima.fiscalperiod.block.addretainedearnings=Reporter à nouveau? +lima.fiscalperiod.block.cantBalanceIfNextPeriodNotExist=Impossible de créer le report à nouveaux. L'exercice fiscal suivant n'existe pas +lima.fiscalperiod.block.cantBalanceNotBook=Impossible de créer le report à nouveaux. aucun journal n'est selectioné. +lima.fiscalperiod.block.cantBlockNotBalance=Impossible de clôturer un exercice non equilibré +lima.fiscalperiod.block.confirmation=Ètes vous sûre de vouloir clôturer cette période ? Cette action est irréversible \! +lima.fiscalperiod.block.newyear=Voulez vous créer un nouvel exercice? +lima.fiscalperiod.block.retainedearningstitle=Report à nouveau +lima.fiscalperiod.block.title=Cloture de l'exercice +lima.fiscalperiod.buttonback=← +lima.fiscalperiod.buttonnext=→ +lima.fiscalperiod.closed=Cloturé +lima.fiscalperiod.closure=Cloture +lima.fiscalperiod.delete.confirmation=Ètes vous sûre de vouloir supprimer cette période ? Cette action est irréversible \! +lima.fiscalperiod.delete.title=Suppression de l'exercice +lima.fiscalperiod.end=Fin +lima.fiscalperiod.entrybooks.create=Création d'un nouveau journal +lima.fiscalperiod.fiscalperiod=Exercice +lima.fiscalperiod.modifyfiscalperiodtitle=Modification de l'exercice +lima.fiscalperiod.open=Ouvert +lima.fiscalperiod.status=Statut lima.fiscalperiod.unbalancedtransactions=La période fiscale contient des transactions non équilibrées +lima.generateHtml=HTML lima.help=Aide lima.help.about=À Propos lima.help.about.title=À propos de Lima... @@ -321,36 +437,101 @@ lima.import.entries.noFiscalPeriodFoundException=Aucune periode fiscale trouvée.\n lima.import.noDataToImportException=Aucune donnée à importer. lima.import.unknownError=Erreur inconnue. -lima.importexport.all=Tout -lima.importexport.choiceencoding=Choix de l'encodage -lima.importexport.csv=Import/Export CSV -lima.importexport.defaultentrybooks=Journaux par défaut -lima.importexport.ebp=Import/Export EBP -lima.importexport.export=Exporter -lima.importexport.export.terminated=Export terminé -lima.importexport.import=Importer -lima.importexport.import.alreadyExistFinancialStatement=La transaction financière %s existe déjà sur le parent %s.\n -lima.importexport.import.alreadyExistVatStatement=La transaction de TVA %s existe déjà sur le parent %s.\n -lima.importexport.import.notAllowedLabel=Label non contenant un caractère interdit %s.\n -lima.importexport.usevatpdf=Êtes-vous sûr de vouloir utiliser ce pdf pour la déclaration de TVA ? +lima.importExport.account=des comptes terminé. +lima.importExport.all=Tout +lima.importExport.choiceencoding=Choix de l'encodage +lima.importExport.csv=Import/Export CSV +lima.importExport.defaultentrybooks=Journaux par défaut +lima.importExport.ebp=Import/Export EBP +lima.importExport.entry=des entrées terminé. +lima.importExport.entrybook=des journaux terminé. +lima.importExport.entrybooks=Journaux +lima.importExport.export=Exporter +lima.importExport.export.action=Export +lima.importExport.export.exceptions=Echec de l'export.\n +lima.importExport.export.failed=Echec de l'export \! +lima.importExport.export.terminated=Export terminé +lima.importExport.financialStatement=des déclaration financière terminé. +lima.importExport.financialTransaction=des transaction financière terminé. +lima.importExport.fiscalPeriod=des periodes fiscales terminé. +lima.importExport.identity=de l'identité terminé. +lima.importExport.import=Importer +lima.importExport.import.action=Import +lima.importExport.import.alreadyExistFinancialStatement=La transaction financière %s existe déjà sur le parent %s.\n +lima.importExport.import.alreadyExistVatStatement=La transaction de TVA %s existe déjà sur le parent %s.\n +lima.importExport.import.backupException=Echec de l'import du backup. +lima.importExport.import.extractFileError=Le fichier n'est correct +lima.importExport.import.line=Ligne %d\: +lima.importExport.import.nbCreated=%d créés\n +lima.importExport.import.nbIgnored=%d ignorés\n +lima.importExport.import.nbUpdated=%d mis à jours\n +lima.importExport.import.notAllowedLabel=Label non contenant un caractère interdit %s.\n +lima.importExport.import.terminated=Import terminé\n +lima.importExport.import.vatpdfimport=Le PDF a bien été importé dans le répertoire des ressources de Lima +lima.importExport.importcsv=Import/Export CSV +lima.importExport.importebp=Import/Export EBP +lima.importExport.importerror=Une erreur est survenue lors de l'import +lima.importExport.importtitle=Erreur d'import +lima.importExport.no.result=Aucun résultat trouvé. +lima.importExport.usevatpdf=Êtes-vous sûr de vouloir utiliser ce pdf pour la déclaration de TVA ? +lima.importExport.vatStatement=des transactions de tva terminé. +lima.importExport.wait=Traitement en cours… +lima.importExport.waittitle=Traitement en cours +lima.info=Information lima.init.closed=Lima fermé à %1$s lima.init.errorclosing=Erreur lors de la fermeture +lima.label=Libellé lima.ledger.documentcreationerror=Erreur lors de la création du document +lima.lettering.account=Comptes +lima.lettering.accountRegularization=Régularisation lettrage +lima.lettering.actions=Actions +lima.lettering.beginFinancialPeriod=De +lima.lettering.buttonAuto=Auto +lima.lettering.buttonEqualize=Equilibrer +lima.lettering.buttonLettered=Lettrer +lima.lettering.buttonNoLettered=Délettrer +lima.lettering.buttonRefresh=Rafraîchir +lima.lettering.checkAll=Toutes +lima.lettering.checkLettredEntry=Lettrées +lima.lettering.checkLettredEntrye= +lima.lettering.checkNoLettredEntry=Non-lettrées +lima.lettering.checkNoLettredEntrye= +lima.lettering.endFinancialPeriod=A +lima.lettering.entry=Écritures lima.lettering.listerror=Erreur lors de la récupération des données de la liste +lima.lettering.period=Périodes +lima.lettering.roundAndCreateEntry.error.lockedEntryBook=Impossible de modifier le lettrage d'une entré car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. +lima.lettering.roundAndCreateEntry.error.lockedFinancialPeriod=Impossible de modifier le lettrage d'une entré car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. +lima.lettering.selectCredit=Crédit +lima.lettering.selectDebit=Débit +lima.lettering.selectEntry=Sélection courante +lima.lettering.selectSolde=Solde +lima.list.seeAll=TOUS +lima.mainview.title=Lutin Invoice Monitoring and Accounting lima.message.help.usage=Options (set with --option <key> <value>\: lima.misc.supportemail.description=Adresse email de support lima.misc.supportemail.label=support +lima.movmentedfilter=Comptes mouvementés +lima.new=Nouveau +lima.nonaffect=N.R lima.ok=OK +lima.open=Ouvert lima.openejb.remotemode.description= lima.openejb.remotemode.label= lima.opening=Initialisation lima.opening.accounts=<html><center>Veuillez sélectionner un plan par défault, <br/>importer un plan personnalisé<br/> ou annuler pour créer votre propre plan.</center></html> lima.opening.close=Fermer +lima.opening.end=Terminer lima.opening.entrybook=<html>Cochez la case pour importer les journaux par défaut \:<br/> Achats, Ventes, Trésorerie, Opération diverses</html> lima.opening.import=Importer une sauvegarde CSV lima.opening.next=Suivant lima.opening.welcome=<html><center>Bienvenue dans Lima<br/>Laissez vous guider par cet assistant pour démarrer votre comptabilité en quelques instants <br/>Ou bien importer directement une ancienne sauvegarde de LIMA au format CSV<br/><br/><br/><br/></center></html> +lima.paste=Coller lima.preferences=Préférences +lima.quit=Quitter +lima.refresh=Actualiser +lima.remove=Supprimer +lima.remove.shortcut="Supprimer (Suppr) lima.reports=Rapports lima.reports.account.noaccount= lima.reports.account.noaccounttitle= @@ -360,6 +541,11 @@ lima.reports.financialstatement=Bilan et Compte de résultat lima.reports.ledger=Grand Livre lima.reports.vat=Edition TVA +lima.retainedEarnings.wait=Report à nouveaux... +lima.search=Rechercher +lima.solde=Solde +lima.soldecredit=Solde Créditeur +lima.soldedebit=Solde Débiteur lima.splash.1=Chargement des services lima.splash.2=Chargement de la comptabilité lima.splash.3=Application prête \! @@ -388,205 +574,9 @@ lima.tooltip.Filter= lima.tooltip.filter=<html>Expression régulière \:<br/>- intervalle de compte i..j <br/>- liste de compte i,j,k <br/>- Exclure un compte -i</html> lima.tooltip.lettering=<html>Pour ajouter une lettre à plusieurs écritures <br/>Sélectionner plusieurs lignes avec la combinaison ctrl + click</html> -lima.ui.account.add.error.InvalidAccountNumber=Le numéro du compt %1$s n'est pas valide -lima.ui.account.add.error.alreadyExist=Le compt %1$s existe déjà -lima.ui.account.addaccount=Nouveau compte -lima.ui.account.addaccounttitle=Ajout d'un compte -lima.ui.account.base=Plan comptable de base -lima.ui.account.buttonback=← -lima.ui.account.buttonnext=→ -lima.ui.account.developed=Plan comptable développé -lima.ui.account.importtitle=Importer -lima.ui.account.label=Libellé -lima.ui.account.number=Numéro de compte -lima.ui.account.remove.error.usedAccount=Il exist des transactions sur ce compte -lima.ui.account.removeaccountconfirm=Voulez-vous supprimer le compte %s ? -lima.ui.account.removeaccounttitle=Suppression d'un compte -lima.ui.account.shortened=Plan comptable abrégé -lima.ui.account.update.error.invalidAccountNumber=Le numéro du compte %1$s n'est pas valide -lima.ui.account.updateaccounttitle=Modification d'un compte -lima.ui.common.amountcredit=Total Crédit -lima.ui.common.amountdebit=Total Débit -lima.ui.common.cancel=Annuler -lima.ui.common.error=Erreur -lima.ui.common.ok=Ok -lima.ui.common.refresh=Actualiser -lima.ui.common.remove=Supprimer -lima.ui.common.solde=Solde -lima.ui.common.update=Modifier -lima.ui.entries.assign.closed.entryBook.error=Impossible d'affecter cette valeur a l'ensemble des entrés de la transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.entries.letter.closed.entryBook.error=Impossible de modifier le lettrage des ces entrés car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.entries.letter.unbalanced.error=Impossible de lettrer ces écritures car leur solde n'est pas nul. -lima.ui.entry.add.error.afterLastFiscalPeriod=Impossible d'ajouter une entré car la date de la transaction est après le %1$te %1$tB %1$tY fin du dernier exercice. -lima.ui.entry.add.error.beforeFirstFiscalPeriod=Impossible d'ajouter une entré car la date de la transaction est avant le %1$te %1$tB %1$tY début du premier exercice. -lima.ui.entry.add.error.lockedEntryBook=Impossible d'ajouter une entré car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.entry.add.error.lockedFinancialPeriod=Impossible d'ajouter une entré car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. -lima.ui.entry.add.error.noFinancialPeriod=Aucune période fiscale n'est définie. -lima.ui.entry.paste.error.afterLastFiscalPeriod=Impossible de copier une entré car la date de la transaction est après le %1$te %1$tB %1$tY fin du dernier exercice. -lima.ui.entry.paste.error.beforeFirstFiscalPeriod=Impossible de copier une entré car la date de la transaction est avant le %1$te %1$tB %1$tY début du premier exercice. -lima.ui.entry.paste.error.lockedEntryBook=Impossible de copier une entré car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.entry.paste.error.lockedFinancialPeriod=Impossible de copier une entré car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. -lima.ui.entry.update.closed.entryBook.error=Impossible de modifier cette entré car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.entryBook.delete.used.error=Imposible de supprimer le journal %2$s (%1$s) car Il existe des transactioins sur ce journal. -lima.ui.entrybook.add=Ajout de journal -lima.ui.entrybook.code=Code -lima.ui.entrybook.default=Journaux par défault -lima.ui.entrybook.deletemessage=Êtes vous sûr de vouloir supprimer le journal %s ? -lima.ui.entrybook.deletetitle=Suppression de journal -lima.ui.entrybook.entrybooktile=Journal -lima.ui.entrybook.import=Importer -lima.ui.entrybook.importtitle=Import -lima.ui.entrybook.label=Libellé -lima.ui.entrybook.remove=Supprimer -lima.ui.entrybook.update=Modifier -lima.ui.financialTransaction.add.error.afterLastFiscalPeriod=Impossible d'ajouter une transaction après le %1$te %1$tB %1$tY fin du dernier exercice. -lima.ui.financialTransaction.add.error.beforeFirstFiscalPeriod=Impossible d'ajouter une transaction avant le %1$te %1$tB %1$tY début du premier exercice. -lima.ui.financialTransaction.add.error.lockedEntryBook=Impossible d'ajouter une transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.financialTransaction.add.error.lockedFinancialPeriod=Impossible d'ajouter une transaction car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. -lima.ui.financialTransaction.delete.error.lockedEntryBook=Impossible de supprimer une transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.financialTransaction.delete.error.lockedFinancialPeriod=Impossible de supprimer une transaction car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. -lima.ui.financialTransaction.paste.error.afterLastFiscalPeriod=Impossible de copier une transaction après le %1$te %1$tB %1$tY fin du dernier exercice. -lima.ui.financialTransaction.paste.error.beforeFirstFiscalPeriod=Impossible de copier une transaction avant le %1$te %1$tB %1$tY début du premier exercice. -lima.ui.financialTransaction.paste.error.lockedEntryBook=Impossible de copier une transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.financialTransaction.paste.error.lockedFinancialPeriod=Impossible de copier une transaction car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. -lima.ui.financialTransaction.update.error.afterLastFiscalPeriod=Impossible de déplacer une transaction après le %1$te %1$tB %1$tY fin du dernier exercice. -lima.ui.financialTransaction.update.error.beforeFirstFiscalPeriod=Impossible de déplacer une transaction avant le %1$te %1$tB %1$tY début du premier exercice. -lima.ui.financialTransaction.update.error.lockedEntryBook=Impossible de déplacer une transaction car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.financialTransaction.update.error.lockedFinancialPeriod=Impossible de deplacer une transaction car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. -lima.ui.financialperiod.begin=Début -lima.ui.financialperiod.block=Cloturer une période -lima.ui.financialperiod.block.error.noLockedPreviousEntryBook.main=Impossible de clôturer cette période car les périodes précedentes ne sont pas clôturer \: -lima.ui.financialperiod.block.error.noLockedPreviousEntryBook.previousEntryBook=période du %1$te %1$tB %1$tY au %2$te %2$tB %2$tY -lima.ui.financialperiod.block.error.unbalanced.main=Impossible de clôturer cette période car elle contient des transactions non équilibrées \: -lima.ui.financialperiod.block.error.unbalanced.transaction=transaction du %1$te/%1$tm/%1$tY d'un débit de %2$s et d'un crédit de %3$s -lima.ui.financialperiod.block.error.unfilled.entry=entré du %1$te/%1$tm/%1$tY pour un montant de %2$s \: -lima.ui.financialperiod.block.error.unfilled.main=Impossible de clôturer cette période car elle contient des entrés incomplétes \: -lima.ui.financialperiod.block.error.unfilled.noAccount=n'a pas de compte -lima.ui.financialperiod.block.error.unfilled.noDescription=n'a pas de description -lima.ui.financialperiod.block.error.unfilled.noVoucher=n'a pas de pièce comptable -lima.ui.financialperiod.block.error.withoutEntryBook.main=Impossible de clôturer cette période car elle contient des transactions sans journal -lima.ui.financialperiod.block.error.withoutEntryBook.transaction=transaction du %1$te/%1$tm/%1$tY d'un montant de %2$s, -lima.ui.financialperiod.blockmessage=Êtes vous sûre de vouloir clôturer cette période ? Cette action est irréversible \! -lima.ui.financialperiod.blocktitle=Clôture -lima.ui.financialperiod.closure=Clôture -lima.ui.financialperiod.end=Fin -lima.ui.financialperiod.entrybook=Journal -lima.ui.financialperiod.period=Période -lima.ui.financialperiod.status=Statut -lima.ui.financialtransaction.account=Compte -lima.ui.financialtransaction.balance=Balance -lima.ui.financialtransaction.buttonback=← -lima.ui.financialtransaction.buttonnext=→ -lima.ui.financialtransaction.credit=Crédit -lima.ui.financialtransaction.date=Date -lima.ui.financialtransaction.dateInterval=Interval de dates -lima.ui.financialtransaction.dateInterval.in=Du -lima.ui.financialtransaction.dateInterval.to=au -lima.ui.financialtransaction.debit=Débit -lima.ui.financialtransaction.description=Description -lima.ui.financialtransaction.entrybook=Journal -lima.ui.financialtransaction.financialperiod=Périodes comptables -lima.ui.financialtransaction.fiscalyear=Exercices -lima.ui.financialtransaction.letter=Lettre -lima.ui.financialtransaction.messageremoveentry=Voulez-vous supprimer cette ligne de transaction? -lima.ui.financialtransaction.messageremovetransaction=Voulez-vous supprimer cette transaction? -lima.ui.financialtransaction.nextfinancialperiod=Période suivante -lima.ui.financialtransaction.previousfinancialperiod=Période précédente -lima.ui.financialtransaction.titleremoveentry=Suppression -lima.ui.financialtransaction.titleremovetransaction=Suppression -lima.ui.financialtransaction.voucher=Pièce comptable -lima.ui.fiscalPeriod.add.error.beginAfterEndFiscalPeriod=Le date de fin de l'exercice (%2$te/%2$tm/%2$tY) doit être postérieur à la date de début (%1$te/%1$tm/%1$tY) -lima.ui.fiscalPeriod.add.error.moreOneUnlockFiscalPeriod=Il existe déjà %1s exercices non clôturés. -lima.ui.fiscalPeriod.add.error.notBeginNextDayOfLastFiscalPeriod=La date de début de l'exercice doit suivre la date de fin de l'exercice précédent le %1$te/%1$tm/%1$tY -lima.ui.fiscalPeriod.block.error.AlreadyLockedFiscalPeriod=L'exercice est déjà clôturés -lima.ui.fiscalPeriod.block.error.lastUnlockedFiscalPeriod=L'exercice prédent doit être clôturé -lima.ui.fiscalPeriod.block.error.lockedFinancialPeriod=La période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. -lima.ui.fiscalPeriod.block.error.lockedFiscalPeriod=L'exercice ést clôturé %s -lima.ui.fiscalPeriod.buttonback=← -lima.ui.fiscalPeriod.buttonnext=→ -lima.ui.fiscalPeriod.delete.error.noEmptyFiscalPeriod=Impossible de supprimer un exercice avec des transactions (%1$s). -lima.ui.fiscalperiod.addfiscalperiod.morethan12=La période sélectionnée n'est pas de 12 mois, voulez-vous continuer ? -lima.ui.fiscalperiod.addfiscalperiodtitle=Nouvel exercice -lima.ui.fiscalperiod.begin=Début -lima.ui.fiscalperiod.block.addretainedearnings=Reporter à nouveau? -lima.ui.fiscalperiod.block.cantBalanceIfNextPeriodNotExist=Impossible de créer le report à nouveaux. L'exercice fiscal suivant n'existe pas -lima.ui.fiscalperiod.block.cantBalanceNotBook=Impossible de créer le report à nouveaux. aucun journal n'est selectioné. -lima.ui.fiscalperiod.block.cantBlockNotBalance=Impossible de clôturer un exercice non equilibré -lima.ui.fiscalperiod.block.confirmation=Ètes vous sûre de vouloir clôturer cette période ? Cette action est irréversible \! -lima.ui.fiscalperiod.block.newyear=Voulez vous créer un nouvel exercice? -lima.ui.fiscalperiod.block.retainedearningstitle=Report à nouveau -lima.ui.fiscalperiod.block.title=Cloture de l'exercice -lima.ui.fiscalperiod.buttonback=← -lima.ui.fiscalperiod.buttonnext=→ -lima.ui.fiscalperiod.closed=Cloturé -lima.ui.fiscalperiod.closure=Cloture -lima.ui.fiscalperiod.delete.confirmation=Ètes vous sûre de vouloir supprimer cette période ? Cette action est irréversible \! -lima.ui.fiscalperiod.delete.title=Suppression de l'exercice -lima.ui.fiscalperiod.end=Fin -lima.ui.fiscalperiod.entrybooks.create=Création d'un nouveau journal -lima.ui.fiscalperiod.fiscalperiod=Exercice -lima.ui.fiscalperiod.modifyfiscalperiodtitle=Modification de l'exercice -lima.ui.fiscalperiod.open=Ouvert -lima.ui.fiscalperiod.status=Statut -lima.ui.importexport.account=des comptes terminé. -lima.ui.importexport.entry=des entrées terminé. -lima.ui.importexport.entrybook=des journaux terminé. -lima.ui.importexport.entrybooks=Journaux -lima.ui.importexport.export=Exporter -lima.ui.importexport.export.action=Export -lima.ui.importexport.export.exceptions=Echec de l'export.\n -lima.ui.importexport.export.failed=Echec de l'export \! -lima.ui.importexport.export.terminated=Export terminé\n -lima.ui.importexport.financialStatement=des déclaration financière terminé. -lima.ui.importexport.financialTransaction=des transaction financière terminé. -lima.ui.importexport.fiscalPeriod=des periodes fiscales terminé. -lima.ui.importexport.identity=de l'identité terminé. -lima.ui.importexport.import=Importer -lima.ui.importexport.import.action=Import -lima.ui.importexport.import.backupException=Echec de l'import du backup. -lima.ui.importexport.import.extractFileError=Le fichier n'est correct -lima.ui.importexport.import.line=Ligne %d\: -lima.ui.importexport.import.nbCreated=%d créés\n -lima.ui.importexport.import.nbIgnored=%d ignorés\n -lima.ui.importexport.import.nbUpdated=%d mis à jours\n -lima.ui.importexport.import.terminated=Import terminé\n -lima.ui.importexport.import.vatpdfimport=Le PDF a bien été importé dans le répertoire des ressources de Lima -lima.ui.importexport.importcsv=Import/Export CSV -lima.ui.importexport.importebp=Import/Export EBP -lima.ui.importexport.importerror=Une erreur est survenue lors de l'import -lima.ui.importexport.importtitle=Erreur d'import -lima.ui.importexport.no.result=Aucun résultat trouvé. -lima.ui.importexport.vatStatement=des transactions de tva terminé. -lima.ui.importexport.wait=Traitement en cours… -lima.ui.importexport.waittitle=Traitement en cours -lima.ui.lettering.account=Comptes -lima.ui.lettering.accountRegularization=Régularisation lettrage -lima.ui.lettering.actions=Actions -lima.ui.lettering.beginFinancialPeriod=De -lima.ui.lettering.buttonAuto=Auto -lima.ui.lettering.buttonEqualize=Equilibrer -lima.ui.lettering.buttonLettered=Lettrer -lima.ui.lettering.buttonNoLettered=Délettrer -lima.ui.lettering.buttonRefresh=Rafraîchir -lima.ui.lettering.checkAll=Toutes -lima.ui.lettering.checkLettredEntry=Lettrées -lima.ui.lettering.checkLettredEntrye= -lima.ui.lettering.checkNoLettredEntry=Non-lettrées -lima.ui.lettering.checkNoLettredEntrye= -lima.ui.lettering.endFinancialPeriod=A -lima.ui.lettering.entry=Écritures -lima.ui.lettering.period=Périodes -lima.ui.lettering.roundAndCreateEntry.error.lockedEntryBook=Impossible de modifier le lettrage d'une entré car le jounal %2$s (%1$s) est cloturé pour la période du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY. -lima.ui.lettering.roundAndCreateEntry.error.lockedFinancialPeriod=Impossible de modifier le lettrage d'une entré car la période fiscale du %3$te %3$tB %3$tY au %4$te %4$tB %4$tY est cloturée. -lima.ui.lettering.selectCredit=Crédit -lima.ui.lettering.selectDebit=Débit -lima.ui.lettering.selectEntry=Sélection courante -lima.ui.lettering.selectSolde=Solde -lima.ui.list.seeAll=TOUS -lima.ui.mainview.title=Lutin Invoice Monitoring and Accounting -lima.ui.nonaffect=N.R -lima.ui.opening.end=Terminer -lima.ui.retainedEarnings.wait=Report à nouveaux... +lima.transaction=Transaction +lima.update=Modifier +lima.update.shortcut=Modifier (Ctrl+M) lima.vatStatement.alreadyExistVatStatement=u00C9chec \: Le plan %s exist déjà \! lima.vatStatements=Plan TVA lima.vatreport.listerror=Erreur lors de la récupération des données de la liste