| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- // LOCALIZATION STRING
- // Strings for calendar.js and calendar_param.js
- var L_Today = "Hoje";
- var L_January = "Janeiro";
- var L_February = "Fevereiro";
- var L_March = "Mar\u00E7o";
- var L_April = "Abril";
- var L_May = "Maio";
- var L_June = "Junho";
- var L_July = "Julho";
- var L_August = "Agosto";
- var L_September = "Setembro";
- var L_October = "Outubro";
- var L_November = "Novembro";
- var L_December = "Dezembro";
- var L_Su = "Dom.";
- var L_Mo = "Seg.";
- var L_Tu = "Ter.";
- var L_We = "Qua.";
- var L_Th = "Qui.";
- var L_Fr = "Sex.";
- var L_Sa = "S\u00E1b.";
- // strings for dt_param.js
- var L_TIME_SEPARATOR = ":";
- var L_AM_DESIGNATOR = "AM";
- var L_PM_DESIGNATOR = "PM";
- // strings for range parameter
- var L_FROM = "De {0}";
- var L_TO = "Para {0}";
- var L_AFTER = "Depois de {0}";
- var L_BEFORE = "Antes de {0}";
- var L_FROM_TO = "De {0} at\u00E9 {1}";
- var L_FROM_BEFORE = "De {0} at\u00E9 antes de {1}";
- var L_AFTER_TO = "Depois de {0} at\u00E9 {1}";
- var L_AFTER_BEFORE = "Depois de {0} at\u00E9 antes de {1}";
- // Strings for prompts.js and prompts_param.js
- var L_BadNumber = "This parameter is of type \"Number\" and can only contain a negative sign symbol, digits (\"0-9\"), digit grouping symbols or a decimal symbol. Please correct the entered parameter value.";
- var L_BadCurrency = "This parameter is of type \"Currency\" and can only contain a negative sign symbol, digits (\"0-9\"), digit grouping symbols or a decimal symbol. Please correct the entered parameter value.";
- var L_BadDate = "This parameter is of type \"Date\" and should be in the format \"Date(yyyy,mm,dd)\" where \"yyyy\" is the four digit year, \"mm\" is the month (e.g. January = 1), and \"dd\" is the number of days into the given month.";
- var L_BadDateTime = "This parameter is of type \"DateTime\" and the correct format is \"DateTime(yyyy,mm,dd,hh,mm,ss)\". \"yyyy\" is the four digit year, \"mm\" is the month (e.g. January = 1), \"dd\" is the day of the month, \"hh\" is hours in a 24 hour clock, \"mm\" is minutes and \"ss\" is seconds.";
- var L_BadTime = "This parameter is of type \"Time\" and should be in the format \"Time(hh,mm,ss)\" where \"hh\" is hours in a 24 hour clock, \"mm\" is minutes into the hour, and \"ss\" is seconds into the minute.";
- var L_NoValue = "Sem Valor";
- var L_BadValue = "To set \"No Value\", you must set both From and To values to \"No Value\".";
- var L_BadBound = "You cannot set \"No Lower Bound\" together with \"No Upper Bound\".";
- var L_NoValueAlready = "This parameter is already set to \"No Value\". Remove \"No Value\" before adding other values";
- var L_RangeError = "O in\u00EDcio do intervalo n\u00E3o pode ser superior ao final do intervalo.";
- var L_NoDateEntered = "\u00C9 necess\u00E1rio inserir uma data.";
- // Strings for ../html/crystalexportdialog.htm
- var L_ExportOptions = "Op\u00E7\u00F5es de Exporta\u00E7\u00E3o";
- var L_PrintOptions = "Op\u00E7\u00F5es de Impress\u00E3o";
- var L_PrintPageTitle = "Imprimir o relat\u00F3rio";
- var L_ExportPageTitle = "Exportar o relat\u00F3rio";
- var L_OK = "OK";
- var L_Cancel = "Cancelar";
- var L_PrintPageRange = "Insira o intervalo de p\u00E1ginas que deseja imprimir.";
- var L_ExportPageRange = "Insira o intervalo de p\u00E1ginas que deseja exportar.";
- var L_InvalidPageRange = "Os valores de intervalo de p\u00E1ginas est\u00E3o incorretos. Digite um intervalo de p\u00E1ginas v\u00E1lido.";
- var L_ExportFormat = "Selecione um formato de exporta\u00E7\u00E3o na lista.";
- var L_Formats = "Formato de Arquivo:";
- var L_PageRange = "Intervalo de P\u00E1ginas:";
- var L_All = "Todas";
- var L_Pages = "P\u00E1ginas:";
- var L_From = "De:";
- var L_To = "At\u00E9:";
- var L_PrintStep0 = "Para Imprimir:";
- var L_PrintStep1 = "1. In the next dialog that appears, select the \"Open this file\" option and click the OK button.";
- var L_PrintStep2 = "2. Clique no \u00EDcone de impressora no menu do Acrobat Reader em vez de clicar no bot\u00E3o Imprimir do navegador da Internet.";
- var L_RTFFormat = "Formato Rich Text (RTF)";
- var L_AcrobatFormat = "PDF";
- var L_CrystalRptFormat = "Crystal Reports (RPT)";
- var L_WordFormat = "Microsoft Word (97-2003)";
- var L_ExcelFormat = "Microsoft Excel (97-2003)";
- var L_ExcelRecordFormat = "Microsoft Excel (97-2003) - Somente dados";
- var L_EditableRTFFormat = "Microsoft Word (97-2003) - Edit\u00E1vel";
- // Strings for print.js
- var L_PrintControlInstallError = "Falha da instala\u00E7\u00E3o do ActiveX Print Control. C\u00F3digo do erro: ";
- var L_PrintControlPlugin = "Plug-in do Crystal Reports ActiveX Print Control";
- // Strings for previewerror.js
- var L_SessionExpired = "O tempo de sua sess\u00E3o terminou.";
- var L_PleaseRefresh = "Pressione o bot\u00E3o Atualizar e tente novamente.";
|