r3583 - in trunk: lima-callao/src/main lima-callao/src/main/resources lima-callao/src/main/resources/i18n lima-swing/src/main/resources/i18n
Author: tchemit Date: 2012-08-08 16:48:19 +0200 (Wed, 08 Aug 2012) New Revision: 3583 Url: http://chorem.org/repositories/revision/lima/3583 Log: add i18n for callao module Added: trunk/lima-callao/src/main/resources/ trunk/lima-callao/src/main/resources/i18n/ trunk/lima-callao/src/main/resources/i18n/lima-callao_en_GB.properties trunk/lima-callao/src/main/resources/i18n/lima-callao_fr_FR.properties Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties Added: trunk/lima-callao/src/main/resources/i18n/lima-callao_en_GB.properties =================================================================== --- trunk/lima-callao/src/main/resources/i18n/lima-callao_en_GB.properties (rev 0) +++ trunk/lima-callao/src/main/resources/i18n/lima-callao_en_GB.properties 2012-08-08 14:48:19 UTC (rev 3583) @@ -0,0 +1,3 @@ +lima.enum.comboboxamount.both=All +lima.enum.comboboxamount.credit=Credit +lima.enum.comboboxamount.debit=Debit \ No newline at end of file Property changes on: trunk/lima-callao/src/main/resources/i18n/lima-callao_en_GB.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: trunk/lima-callao/src/main/resources/i18n/lima-callao_fr_FR.properties =================================================================== --- trunk/lima-callao/src/main/resources/i18n/lima-callao_fr_FR.properties (rev 0) +++ trunk/lima-callao/src/main/resources/i18n/lima-callao_fr_FR.properties 2012-08-08 14:48:19 UTC (rev 3583) @@ -0,0 +1,3 @@ +lima.enum.comboboxamount.both=Tous +lima.enum.comboboxamount.credit=Crédit +lima.enum.comboboxamount.debit=Débit \ No newline at end of file Property changes on: trunk/lima-callao/src/main/resources/i18n/lima-callao_fr_FR.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native 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 2012-08-08 14:43:20 UTC (rev 3582) +++ trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties 2012-08-08 14:48:19 UTC (rev 3583) @@ -104,9 +104,6 @@ lima.enum.comboboxaccount.account=Account lima.enum.comboboxaccount.accountlist=Account list lima.enum.comboboxaccount.allaccount=All accounts -lima.enum.comboboxamount.both=All -lima.enum.comboboxamount.credit=Credit -lima.enum.comboboxamount.debit=Debit lima.enum.comboboxentrybook.all=All entrybooks lima.enum.comboboxentrybook.select_one=EntryBook lima.enum.comboboxletter.all=All letters 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 2012-08-08 14:43:20 UTC (rev 3582) +++ trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties 2012-08-08 14:48:19 UTC (rev 3583) @@ -104,9 +104,6 @@ lima.enum.comboboxaccount.account=Compte lima.enum.comboboxaccount.accountlist=Liste de comptes lima.enum.comboboxaccount.allaccount=Tous les comptes -lima.enum.comboboxamount.both=Tous -lima.enum.comboboxamount.credit=Crédit -lima.enum.comboboxamount.debit=Débit lima.enum.comboboxentrybook.all=Tous les journaux lima.enum.comboboxentrybook.select_one=Journal lima.enum.comboboxletter.all=Toutes les lettres
participants (1)
-
tchemit@users.chorem.org