strings_it.js 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. // LOCALIZATION STRING
  2. // Strings for calendar.js and calendar_param.js
  3. var L_Today = "Oggi";
  4. var L_January = "Gennaio";
  5. var L_February = "Febbraio";
  6. var L_March = "Marzo";
  7. var L_April = "Aprile";
  8. var L_May = "Maggio";
  9. var L_June = "Giugno";
  10. var L_July = "Luglio";
  11. var L_August = "Agosto";
  12. var L_September = "Settembre";
  13. var L_October = "Ottobre";
  14. var L_November = "Novembre";
  15. var L_December = "Dicembre";
  16. var L_Su = "Do";
  17. var L_Mo = "Lu";
  18. var L_Tu = "Ma";
  19. var L_We = "Me";
  20. var L_Th = "Gio";
  21. var L_Fr = "Ven";
  22. var L_Sa = "Sa";
  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 = "Nessun valore";
  43. var L_BadValue = "Per impostare \"Nessun valore\", \u00E8 necessario impostare entrambi i valori Da e A su \"Nessun valore\".";
  44. var L_BadBound = "Impossibile impostare \"Nessun limite inferiore\" insieme a \"Nessun limite superiore\".";
  45. var L_NoValueAlready = "Questo parametro \u00E8 gi\u00E0 impostato su \"Nessun valore\". Rimuovere \"Nessun valore\" prima di aggiungere altri valori.";
  46. var L_RangeError = "L\'inizio dell\'intervallo non pu\u00F2 essere maggiore della fine dell\'intervallo.";
  47. var L_NoDateEntered = "\u00C8 necessario immettere una data.";
  48. // Strings for ../html/crystalexportdialog.htm
  49. var L_ExportOptions = "Opzioni di esportazione";
  50. var L_PrintOptions = "Opzioni di stampa";
  51. var L_PrintPageTitle = "Stampa il report";
  52. var L_ExportPageTitle = "Esporta il report";
  53. var L_OK = "OK";
  54. var L_Cancel = "Annulla";
  55. var L_PrintPageRange = "Immettere l\'intervallo di pagine da stampare.";
  56. var L_ExportPageRange = "Immettere l\'intervallo di pagine da esportare.";
  57. var L_InvalidPageRange = "The page range value(s) are incorrect. Please enter a valid page range.";
  58. var L_ExportFormat = "Selezionare un formato di esportazione dall\'elenco.";
  59. var L_Formats = "Formato file:";
  60. var L_PageRange = "Intervallo pagine:";
  61. var L_All = "Tutto";
  62. var L_Pages = "Pagine:";
  63. var L_From = "Da:";
  64. var L_To = "A:";
  65. var L_PrintStep0 = "Da stampare:";
  66. var L_PrintStep1 = "1. Nella finestra di dialogo che verr\u00E0 visualizzata, selezionare l\'\'opzione \"Apri questo file\" e fare clic sul pulsante OK.";
  67. var L_PrintStep2 = "2. Fare clic sull\'icona della stampante del menu di Acrobat Reader invece che sul pulsante Stampa del browser 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 = "Installazione di del controllo di stampa ActiveX non riuscita. Codice dell\'errore: ";
  77. var L_PrintControlPlugin = "Plug-in controllo di stampa ActiveX Crystal Reports";
  78. // Strings for previewerror.js
  79. var L_SessionExpired = "La sessione \u00E8 scaduta.";
  80. var L_PleaseRefresh = "Premere il pulsante Aggiorna e riprovare.";