// 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 = "From {0}"; var L_TO = "To {0}"; var L_AFTER = "After {0}"; var L_BEFORE = "Before {0}"; var L_FROM_TO = "From {0} to {1}"; var L_FROM_BEFORE = "From {0} to before {1}"; var L_AFTER_TO = "After {0} to {1}"; var L_AFTER_BEFORE = "After {0} to before {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 = "Para definir \"Sem valor\", defina os valores De e Para como \"Sem valor\"."; var L_BadBound = "N\u00E3o \u00E9 poss\u00EDvel definir \"Sem limite inferior\" junto com \"Sem limite superior\"."; var L_NoValueAlready = "Esse par\u00E2metro j\u00E1 est\u00E1 definido como \"Sem valor\". Remova \"Sem valor\" antes de adicionar outros valores."; 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 = "The page range value(s) are incorrect. Please enter a valid page range."; 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. Na pr\u00F3xima caixa de di\u00E1logo exibida, selecione a op\u00E7\u00E3o \"Abrir este arquivo\" e clique no bot\u00E3o OK."; 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 = "Rich Text Format (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) Data-Only"; var L_EditableRTFFormat = "Microsoft Word (97-2003) - Editable"; // 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.";