public override sealed void LoadMessage() { DictionaryMessage.Add("msgWarningTitle", "Aviso"); DictionaryMessage.Add("msgSelectStock", "Selecione um ativo para continuar"); DictionaryMessage.Add("msgSelectPeriodicity", "Selecione uma periocidade para continuar"); DictionaryMessage.Add("msgErrLoadStockLocalData", "Ativo não encontrado em nossa base de dados."); DictionaryMessage.Add("msgGenerateDataWeekly", "Houve um erro na conversão de dados."); DictionaryMessage.Add("msgCandlesMinimum", "Periodicidade solicitada não gerou o número mínimo de candles para exibição."); DictionaryMessage.Add("msgIntervalMaximum", "O intervalo para periodicidade intra-diário não pode ser inferior a 1 ou superior a 420 minutos."); DictionaryMessage.Add("msgHistoryMaximum", "O intervalo para história intra-diário não pode ser inferior a 2 ou superior a 15000."); DictionaryMessage.Add("msgSelectIndicator", "Selecione um indicador para continuar"); DictionaryMessage.Add("msgPeriodsMinimum", "O período informado tem que ser maior que 0."); DictionaryMessage.Add("msgCycleMinimum", "O ciclo informado tem que ser maior que 0."); DictionaryMessage.Add("msgPeriodsIsEmpty", "O período informado não pode ser inferior a 0 ou superior a 999."); DictionaryMessage.Add("msgThresholdIsEmpty", "O limite deve ser um valor entre 0 e 100."); DictionaryMessage.Add("msgCycleIsEmpty", "O ciclo informado não pode ser vazio."); DictionaryMessage.Add("msgRemoveIndicatorMock", "Deseja realmente remover o indicator selecionado?"); DictionaryMessage.Add("msgIndicatorChanged", "Indicador alterado com sucesso!"); DictionaryMessage.Add("msgIndicatorInserted", "Indicador inserido com sucesso!"); DictionaryMessage.Add("msgExistingBookmark", "Indicador existente!"); DictionaryMessage.Add("msgNotRootRemove", "Não é possível remover registros que contém itens."); DictionaryMessage.Add("msgTemplateAdded", "Modelo adicionado com sucesso!"); DictionaryMessage.Add("msgTemplateDeleted", "Modelo removido com sucesso!"); DictionaryMessage.Add("msgTemplateExists", "Existe informações com essa descrição."); DictionaryMessage.Add("msgWorkspaceExists", "Existe informações com essa descrição."); DictionaryMessage.Add("msgTemplateChanged", "Modelo alterado com sucesso!"); DictionaryMessage.Add("msgTemplateEmpty", "Insira um valor no campo modelo!"); DictionaryMessage.Add("msgWorkspaceEmpty", "Insira um valor no campo workspace!"); DictionaryMessage.Add("msgTemplateMainNotRemoved", "Modelo principal não pode ser removido."); DictionaryMessage.Add("msgWorkspaceMainNotRemoved", "Workspace principal não pode ser removido."); DictionaryMessage.Add("msgRemoveWorkspace", "Deseja realmente remover a área de trabalho selecionada?"); DictionaryMessage.Add("msgRemoveNodeTemplate", "Deseja realmente remover o Template selecionado?"); DictionaryMessage.Add("msgRemoveAllDrawings", "Deseja remover todos os estudos/desenhos?"); DictionaryMessage.Add("msgInvalidPeriodicity", "Não há dados para esta periodicidade em "); }
public override sealed void LoadMessage() { DictionaryMessage.Add("msgWarningTitle", "Warning"); DictionaryMessage.Add("msgSelectStock", "Select an stock to continue"); DictionaryMessage.Add("msgSelectPeriodicity", "Select a periodicity to continue"); DictionaryMessage.Add("msgErrLoadStockLocalData", "Active not found in our database"); DictionaryMessage.Add("msgGenerateDataWeekly", "There was an error in data conversion."); DictionaryMessage.Add("msgCandlesMinimum", "Recurrence has not generated the required minimum number of candles for display."); DictionaryMessage.Add("msgIntervalMaximum", "The range for intra-day periodicity can not be less than 1 or exceeds 420 minutes."); DictionaryMessage.Add("msgHistoryMaximum", "The range for intra-day history can not be less than 2 or exceeds 15000."); DictionaryMessage.Add("msgSelectIndicator", "Select a indicator to continue"); DictionaryMessage.Add("msgPeriodsMinimum", "The reporting period must be greater than 0."); DictionaryMessage.Add("msgCycleMinimum", "The cycle is reported to be greater than 0."); DictionaryMessage.Add("msgPeriodsIsEmpty", "The reporting period can not be empty."); DictionaryMessage.Add("msgThresholdIsEmpty", "The reporting threshold can not be empty."); DictionaryMessage.Add("msgCycleIsEmpty", "The cycle entered can not be empty"); DictionaryMessage.Add("msgRemoveIndicatorMock", "Really remove the indicator selected?"); DictionaryMessage.Add("msgIndicatorChanged", "Indicator successfully changed!"); DictionaryMessage.Add("msgIndicatorInserted", "Indicator inserted successfully!"); DictionaryMessage.Add("msgExistingBookmark", "Existing Bookmark!"); DictionaryMessage.Add("msgNotRootRemove", "Can not remove records that contain items."); DictionaryMessage.Add("msgTemplateAdded", "Template successfully added!"); DictionaryMessage.Add("msgTemplateDeleted", "Template successfully deleted!"); DictionaryMessage.Add("msgTemplateExists", "There is information in this description."); DictionaryMessage.Add("msgWorkspaceExists", "There is information in this description."); DictionaryMessage.Add("msgTemplateChanged", "Template changed successfully!"); DictionaryMessage.Add("msgTemplateEmpty", "Enter a value in the template!"); DictionaryMessage.Add("msgWorkspaceEmpty", "Enter a value in the workspace!"); DictionaryMessage.Add("msgTemplateMainNotRemoved", "Template main not can removed."); DictionaryMessage.Add("msgWorkspaceMainNotRemoved", "Workspace main not can removed."); DictionaryMessage.Add("msgRemoveStudy", "Really remove the study selected?"); DictionaryMessage.Add("msgRemoveWorkspace", "Really remove the selected workspace?"); DictionaryMessage.Add("msgRemoveNodeTemplate", "Really remove the selected template?"); DictionaryMessage.Add("msgRemoveAllDrawings", "Remove all studies/drawings?"); DictionaryMessage.Add("msgInvalidPeriodicity", "Invalid periodicity for "); }