<?php
/*
Libreria dei messaggi di errore
divisi per lingua
*/
/*
Lingua utilizzata ITALIANO
L'errore rilasia anche un codice numerico per identificare meglio l'errore
*/
$db_error_db_typeIT="Errore: 010 - Attenzione manca la definizione del tipo di Database Server<br>";
$db_mysql_connectIT="Errore: 011 - Non riesco a collegarmi al server MySQL<br>";
$db_mysql_selectIT="Errore: 012 - Non riesco a selezionare il Database Server<br>";
$db_error_hostnameIT="Errore: 013 - Attenzione manca il parametro Hostname<br>";
$db_error_usernameIT="Errore: 014 - Attenzione manca il parametro Username<br>";
$db_error_passwordIT="Errore: 015 - Attenzione manca il parametro Password<br>";
$db_error_databaseIT="Errore: 016 - Attenzione manca il parametro Database<br>";
$db_mysql_queryIT="Errore: 017 - La query non è stata eseguita.";
$access_deniedIT="Errore: 018 - L'accesso diretto a questo file non è consentito.";
$Mcrypt_not_loadIT="Errore: 019 - Il modulo Mcrypt non può essere caricato.";
$Mcrypt_iv_init_errorIT="Errore: 020 - Al fine di usare un metodo di criptazione diverso da ecb, è necessario specificare un unico e consistente vettore d'inizializzazione.";
$make_log_file_errorIT="Errore: 021 - Impossibile creare il file di log indicato.";
$exist_log_file_errorIT="Errore : 022 - Il file di log indicato non esiste";
$make_log_file_exist_errorIT="Errore : 023 - Impossibile creare il nuovo file di log, esiste già un file con lo stesso nome.";
$not_open_log_file_errorIT="Errore : 024 - Non riesco ad aprire il file di log indicato.";
$not_write_log_file_errorIT="Errore : 025 - Non riesco a scrivere nel file di log indicato.";
$not_accesible_log_file_errorIT="Errore : 026 - Il file di log indicato non è accessibile.";
$backup_copy_log_file_errorIT="Errore : 027 - Impossibile copiare il file d'archiviazione nella directory di backup";
$write_log_file_successIT="Evento : 001 - File di log scritto con successo.";
$array_passed_errorIT="Errore : 028 - Il parametro array passato non � di tipo array oppure � nullo.";
$type_result_passed_errorIT="Errore : 029 - Il parametro type passato � vuoto oppure � nullo.";
$type_data_result_passed_errorIT="Errore : 030 - Il parametro type_result passato � vuoto oppure � nullo.";
$array_result_Resultmanager_passed_errorIT="Errore : 031 - Il parametro result passato � nullo o non � un array.";
$type_put_vars_Resultmanager_passed_errorIT="Errore : 032 - Il parametro type passato � vuoto oppure � nullo.";
$result_array_Templatemanager_passed_errorIT="Errore : 033 - Il parametro result_array passato � nullo o non � un array.";
$template_Templatemanager_passed_errorIT="Errore : 034 - Il parametro template passato non � una directory oppure non � leggibile.";
$placeholders_Templatemanager_passed_errorIT="Errore : 035 - Il parametro placeholders passato � vuoto oppure � nullo.";
$result_put_vars_Templatemanager_passed_errorIT="Errore : 036 - Il parametro result passato � nullo o non � un array.";
$set_placeholders_file_passed_errorIT="Errore : 037 - Il parametro placeholders passato (che dovrebbe essere un file xml) non � un file oppure � nullo.";
$set_placeholders_file_exist_passed_errorIT="Errore : 038 - Il file xml che contiene i placeholders non esiste oppure non � leggibile.";
$template_make_dynamic_placeholders_array_exist_passed_errorIT="Errore : 039 - Il parametro placeholders passato non � un file xml strutturato per un array oppure � nullo.";
$data_static_Templatemanager_passed_errorIT="Errore : 040 - Il parametro data passato (che dovrebbe essere un file xml) non � un file oppure � nullo.";
$data_static_readeable_Templatemanager_passed_errorIT="Errore : 041 - Il file xml che contiene i placeholders non esiste oppure non � leggibile.";
$data_static_Templatemanager_array_passed_errorIT="Errore : 042 - Il parametro data passato non � un file xml strutturato per un array oppure � nullo.";
$template_make_static_data_passed_errorIT="Errore : 043 - ";
$set_template_file_passed_errorIT="Errore : 044 - Il parametro file template (file.tpl) non � un file oppure � nullo";
$set_template_file_exist_passed_errorIT="Errore : 045 - Il parametro file template (file.tpl) non � leggibile";
$libfunz_make_static_template_passed_errorIT="Errore : 046 - Uno o alcuni parametri passati alla funzione make_static_template_page sono nulli";
$libfunz_make_dynamic_template_passed_errorIT="Errore : 047 - Uno o alcuni parametri passati alla funzione make_dynamic_template_page sono nulli";
$file2open_collector_errorIT="Errore : 048 - Il file passato non � accessibile";
$xml_read_TemplateManager_passed_fileIT="Errore : 049 - Il riferimento al file non sembra essere valido.";
$xml_read_TemplateManager_xml_passed_fileIT="Errore : 50 - Impossibile aprire il file xml!";
$ftp_error_connectIT="Errore : 51 - Impossibile connettersi al server FTP";
$ftp_error_loginIT="Errore : 52 - Credenziali di accesso ftp non valide";
$ftp_error_chmodIT="Errore : 53 - Comando CHMOD via Ftp non eseguito";
$set_pemission_log_file_errorIT="Errore : 54 - Impossibile impostare i permessi sul file di log";
$auth_login_query_errorIT="Errore : 55 - L'esito della query di controllo username non è un array oppure è nullo";
$auth_password_not_matchIT="Errore : 56 - Attenzione le password inserite non corrispondono";
$auth_rnd_not_matchIT="Errore : 57 - La stringa di hash di controllo non corrisponde a quella di profilo.";
$user_existIT="Errore : 58 - L'utente è gia presente nel DB";
$secret_answ_not_matchIT="Errore : 59 - La risposta segreta fornita alla domanda segreta non corrispondono";
/*
*
*
*
Language in use ENGLISH
Error's message print a Code Error that identify the error
*/
$db_error_db_typeEN="Error: 010 - Attention i don't have definition's type of the Database Server<br>";
$db_mysql_connectEN="Error: 011 - Could not connect to MySQL server<br>";
$db_mysql_selectEN="Error: 012 - Could not select server<br>";
$db_error_hostnameEN="Error: 013 - Could not find Hostname parameter<br>";
$db_error_usernameEN="Error: 014 - Could not find Username parameter<br>";
$db_error_passwordEN="Error: 015 - Could not find Password parameter<br>";
$db_error_databaseEN="Error: 016 - Could not find Database parameter<br>";
$db_mysql_queryEN="Error: 017 - Could not make query.";
$access_deniedEN="Error: 018 - Direct access at this file is denied.";
$Mcrypt_not_loadEN="Error: 019 - The Mcrypt module could not be loaded.";
$Mcrypt_iv_init_errorEN="Error: 020 - In order to use encryption modes other then ecb, you must specify a unique and consistent initialization vector.";
$make_log_file_errorEN="Error: 021 - Could not make log file";
$exist_log_file_errorEN="Error : 022 - The log file indicated not exist";
$make_log_file_exist_errorEN="Error : 023 - Could not create log file. This log file already exist.";
$not_open_log_file_errorEN="Error : 024 - Could not open log file.";
$not_write_log_file_errorEN="Error : 025 - Could not write in log file.";
$not_accesible_log_file_errorEN="Error : 026 - The log file isn't accessible.";
$backup_copy_log_file_errorEN="Error : 027 - Could not copy zipped file into backup directory.";
$write_log_file_successEN="Event : 001 - Log file was writed correctly.";
$array_passed_errorEN="Error : 028 - Passed array is not an array or null.";
$type_result_passed_errorEN="Error : 029 - Type passed is null or blank.";
$type_data_result_passed_errorEN="Error : 030 - Type_result passed is null or blank.";
$array_result_Resultmanager_passed_errorEN="Error : 031 - Array result passed is null or isn't an array.";
$type_put_vars_Resultmanager_passed_errorEN="Error : 032 - Type_result passed is null or blank.";
$result_array_Templatemanager_passed_errorEN="Error : 033 - Array result_array passed is null or isn't an array.";
$template_Templatemanager_passed_errorEN="Error : 034 - Template passed param isn't directory or is not readable.";
$placeholders_Templatemanager_passed_errorEN="Error : 035 - Param placeholders passed is not valid.";
$result_put_vars_Templatemanager_passed_errorEN="Error : 036 - Array result passed is null or isn't an array.";
$set_placeholders_file_passed_errorEN="Error : 037 - The passed param placeholders (it must be a file xml) is not a file or is null.";
$set_placeholders_file_exist_passed_errorEN="Error : 038 - Xml file,that must contains the placeholders not exist or is not redeable.";
$template_make_dynamic_placeholders_array_exist_passed_errorEN="Error : 039 - The param placeholders passed is not an xml file structured as array structure or is null";
$data_static_Templatemanager_passed_errorEN="Error : 040 - The passed param data (it must be a file xml) is not a file or is null.";
$data_static_readeable_Templatemanager_passed_errorEN="Errore : 041 - Xml file,that must contains the placeholders not exist or is not redeable.";
$data_static_Templatemanager_array_passed_errorEN="Errore : 042 - The param data passed is not an xml file structured as array structure or is null.";
$template_make_static_data_passed_errorEN="Error : 043 - ";
$set_template_file_passed_errorEN="Error : 044 - The passed param file template (file.tpl) not is a file or is null";
$set_template_file_exist_passed_errorEN="Error : 045 - The passed param file template (file.tpl) is not readable";
$libfunz_make_static_template_passed_errorEN="Error : 046 - One or any passed params to the function make_static_template_page are null";
$libfunz_make_dynamic_template_passed_errorEN="Error : 047 - One or any passed params to the function make_dynamic_template_page are null";
$file2open_collector_errorEN="Error : 048 - Passed file is not accessible";
$xml_read_TemplateManager_passed_fileEN="Error : 049 - The reference to the passed file is wrong.";
$xml_read_TemplateManager_xml_passed_fileEN="Error : 50 - Can not open the input XML file!";
$ftp_error_connectEN="Error : 51 - Can not connect to ftp server";
$ftp_error_loginEN="Error : 52 - Invalid access right";
$ftp_error_chmodEN="Error : 53 - Ftp CHMOD command not executed";
$set_pemission_log_file_errorEN="Error : 54 - Impossible to setup rights on log file";
$auth_login_query_errorEN="Error : 55 - The results of query for controll if exist a username has failed, itsn't an array or is empty";
$auth_password_not_matchEN="Error : 56 - Attention ! the inserted password don't match";
$auth_rnd_not_matchEN="Error : 57 - The hash control key don't match with the profile";
$user_existEN="Errore : 58 - There is always a user with this username";
$secret_answ_not_matchEN="Errore : 59 - The secret answer don't match";
?> |