Update of /cvsroot/tail/TailS/src/java/net/sf/tails/i18n
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21349/src/java/net/sf/tails/i18n
Modified Files:
Messages.properties IndicatorDescription.properties
Log Message:
Adicionado WMA na tela e mais tratamento de excessao.
Index: Messages.properties
===================================================================
RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/i18n/Messages.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Messages.properties 24 Oct 2007 20:56:49 -0000 1.4
--- Messages.properties 29 Oct 2007 17:22:47 -0000 1.5
***************
*** 20,22 ****
INVALID_SLICESNUMBER_FIELD =Please enter only numbers on Number of Slices field.
NEGATIVE_SLICESNUMBER_FIELD =Number of Slices field must be greater than zero.
! REPORT_HTML_ERROR =Exportation error, please restart the application.
\ No newline at end of file
--- 20,23 ----
INVALID_SLICESNUMBER_FIELD =Please enter only numbers on Number of Slices field.
NEGATIVE_SLICESNUMBER_FIELD =Number of Slices field must be greater than zero.
! REPORT_HTML_ERROR =Exportation error, please restart the application.
! EMPTY_REPORT_NAME =Please enter report name.
\ No newline at end of file
Index: IndicatorDescription.properties
===================================================================
RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/i18n/IndicatorDescription.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** IndicatorDescription.properties 29 Oct 2007 17:07:35 -0000 1.4
--- IndicatorDescription.properties 29 Oct 2007 17:22:47 -0000 1.5
***************
*** 4,6 ****
ParabolicSarIndicator=Generate default strategy for ParabolicSar indicator using Indicator Crossed Indicator and ParabolicSar And DMI Strategy.
BollingerBandsIndicator=Generate default strategy for BollingerBands indicator using Pipe Enter Strategy.
! WMAIndicator=Generate default strategy for WMA indicator using Indicator Crossed Indicator Strategy
\ No newline at end of file
--- 4,6 ----
ParabolicSarIndicator=Generate default strategy for ParabolicSar indicator using Indicator Crossed Indicator and ParabolicSar And DMI Strategy.
BollingerBandsIndicator=Generate default strategy for BollingerBands indicator using Pipe Enter Strategy.
! WMAIndicator=Generate default strategy for WMA indicator using Indicator Crossed Indicator Strategy.
\ No newline at end of file
|