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