strings_pt.js 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. // LOCALIZATION STRING
  2. // Strings for calendar.js and calendar_param.js
  3. var L_Today = "Hoje";
  4. var L_January = "Janeiro";
  5. var L_February = "Fevereiro";
  6. var L_March = "Mar\u00E7o";
  7. var L_April = "Abril";
  8. var L_May = "Maio";
  9. var L_June = "Junho";
  10. var L_July = "Julho";
  11. var L_August = "Agosto";
  12. var L_September = "Setembro";
  13. var L_October = "Outubro";
  14. var L_November = "Novembro";
  15. var L_December = "Dezembro";
  16. var L_Su = "Dom.";
  17. var L_Mo = "Seg.";
  18. var L_Tu = "Ter.";
  19. var L_We = "Qua.";
  20. var L_Th = "Qui.";
  21. var L_Fr = "Sex.";
  22. var L_Sa = "S\u00E1b.";
  23. // strings for dt_param.js
  24. var L_TIME_SEPARATOR = ":";
  25. var L_AM_DESIGNATOR = "AM";
  26. var L_PM_DESIGNATOR = "PM";
  27. // strings for range parameter
  28. var L_FROM = "From {0}";
  29. var L_TO = "To {0}";
  30. var L_AFTER = "After {0}";
  31. var L_BEFORE = "Before {0}";
  32. var L_FROM_TO = "From {0} to {1}";
  33. var L_FROM_BEFORE = "From {0} to before {1}";
  34. var L_AFTER_TO = "After {0} to {1}";
  35. var L_AFTER_BEFORE = "After {0} to before {1}";
  36. // Strings for prompts.js and prompts_param.js
  37. 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.";
  38. 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.";
  39. 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.";
  40. 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.";
  41. 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.";
  42. var L_NoValue = "Sem Valor";
  43. var L_BadValue = "Para definir \"Sem valor\", defina os valores De e Para como \"Sem valor\".";
  44. var L_BadBound = "N\u00E3o \u00E9 poss\u00EDvel definir \"Sem limite inferior\" junto com \"Sem limite superior\".";
  45. var L_NoValueAlready = "Esse par\u00E2metro j\u00E1 est\u00E1 definido como \"Sem valor\". Remova \"Sem valor\" antes de adicionar outros valores.";
  46. var L_RangeError = "O in\u00EDcio do intervalo n\u00E3o pode ser superior ao final do intervalo.";
  47. var L_NoDateEntered = "\u00C9 necess\u00E1rio inserir uma data.";
  48. // Strings for ../html/crystalexportdialog.htm
  49. var L_ExportOptions = "Op\u00E7\u00F5es de Exporta\u00E7\u00E3o";
  50. var L_PrintOptions = "Op\u00E7\u00F5es de Impress\u00E3o";
  51. var L_PrintPageTitle = "Imprimir o relat\u00F3rio";
  52. var L_ExportPageTitle = "Exportar o relat\u00F3rio";
  53. var L_OK = "OK";
  54. var L_Cancel = "Cancelar";
  55. var L_PrintPageRange = "Insira o intervalo de p\u00E1ginas que deseja imprimir.";
  56. var L_ExportPageRange = "Insira o intervalo de p\u00E1ginas que deseja exportar.";
  57. var L_InvalidPageRange = "The page range value(s) are incorrect. Please enter a valid page range.";
  58. var L_ExportFormat = "Selecione um formato de exporta\u00E7\u00E3o na lista.";
  59. var L_Formats = "Formato de Arquivo:";
  60. var L_PageRange = "Intervalo de P\u00E1ginas:";
  61. var L_All = "Todas";
  62. var L_Pages = "P\u00E1ginas:";
  63. var L_From = "De:";
  64. var L_To = "At\u00E9:";
  65. var L_PrintStep0 = "Para Imprimir:";
  66. 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.";
  67. 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.";
  68. var L_RTFFormat = "Rich Text Format (RTF)";
  69. var L_AcrobatFormat = "PDF";
  70. var L_CrystalRptFormat = "Crystal Reports (RPT)";
  71. var L_WordFormat = "Microsoft Word (97-2003)";
  72. var L_ExcelFormat = "Microsoft Excel (97-2003)";
  73. var L_ExcelRecordFormat = "Microsoft Excel (97-2003) Data-Only";
  74. var L_EditableRTFFormat = "Microsoft Word (97-2003) - Editable";
  75. // Strings for print.js
  76. var L_PrintControlInstallError = "Falha da instala\u00E7\u00E3o do ActiveX Print Control. C\u00F3digo do erro: ";
  77. var L_PrintControlPlugin = "Plug-in do Crystal Reports ActiveX Print Control";
  78. // Strings for previewerror.js
  79. var L_SessionExpired = "O tempo de sua sess\u00E3o terminou.";
  80. var L_PleaseRefresh = "Pressione o bot\u00E3o Atualizar e tente novamente.";