Italian translation

Complete System folder & fix apostrophe character
pull/1695/head
francescocozzi 2022-10-17 19:58:11 +02:00
rodzic a3d290d52a
commit 8cd4b101a7
22 zmienionych plików z 212 dodań i 209 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Non è permesso l"'"accesso diretto allo script');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['account_logbook_fields'] = 'Campi Logbook';
$lang['account_column1_text'] = 'Scegli colonna 1';

Wyświetl plik

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Non è permesso l"'"accesso diretto allo script');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['contesting_page_title'] = 'Log per Contest';
$lang['contesting_button_reset_contest_session'] = 'Azzera Sessione Contest';

Wyświetl plik

@ -1,5 +1,5 @@
<?php
defined('BASEPATH') OR exit('Non è permesso l"'"accesso diretto allo script');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['eqsl_short'] = 'eQSL';

Wyświetl plik

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Non è permesso l"'"accesso diretto allo script');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['error_no_active_station_profile'] = 'Attenzione: devi impostare un luogo di stazione attiva.';

Wyświetl plik

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Non è permesso l"'"accesso diretto allo script');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['lotw_short'] = 'LoTW';
$lang['lotw_title'] = 'Logbook of the World';

Wyświetl plik

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['notes_menu_notes'] = 'Note';
$lang['notes_edit_note'] = 'Modifica Nota';

Wyświetl plik

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Non è permesso l"'"accesso diretto allo script');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
// Tiles
$lang['qslcard_string_your_are_using'] = 'Stai usando';

Wyświetl plik

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Non è permesso l"'"accesso diretto allo script');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
// Tiles
$lang['qso_title_qso_map'] = 'Mappa QSO';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,13 +29,13 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['cal_su'] = 'Do';
$lang['cal_mo'] = 'Lu';
@ -71,7 +71,7 @@ $lang['cal_oct'] = 'Ott';
$lang['cal_nov'] = 'Nov';
$lang['cal_dec'] = 'Dic';
$lang['cal_january'] = 'Gennaio';
$lang['cal_february'] = 'Febbbraio';
$lang['cal_february'] = 'Febbraio';
$lang['cal_march'] = 'Marzo';
$lang['cal_april'] = 'Aprile';
$lang['cal_mayl'] = 'Maggio';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,13 +29,13 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['date_year'] = 'Anno';
$lang['date_years'] = 'Anni';
@ -43,7 +43,7 @@ $lang['date_month'] = 'Mese';
$lang['date_months'] = 'Mesi';
$lang['date_week'] = 'Settimana';
$lang['date_weeks'] = 'Settimane';
$lang['date_day'] = 'Giorno';
$lang['date_day'] = 'Giono';
$lang['date_days'] = 'Giorni';
$lang['date_hour'] = 'Ora';
$lang['date_hours'] = 'Ore';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,35 +29,35 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.';
$lang['db_unable_to_select'] = 'Unable to select the specified database: %s';
$lang['db_unable_to_create'] = 'Unable to create the specified database: %s';
$lang['db_invalid_query'] = 'The query you submitted is not valid.';
$lang['db_must_set_table'] = 'You must set the database table to be used with your query.';
$lang['db_must_use_set'] = 'You must use the "set" method to update an entry.';
$lang['db_must_use_index'] = 'You must specify an index to match on for batch updates.';
$lang['db_batch_missing_index'] = 'One or more rows submitted for batch updating is missing the specified index.';
$lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "where" clause.';
$lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" or "like" clause.';
$lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.';
$lang['db_unsupported_function'] = 'This feature is not available for the database you are using.';
$lang['db_transaction_failure'] = 'Transaction failure: Rollback performed.';
$lang['db_unable_to_drop'] = 'Unable to drop the specified database.';
$lang['db_unsupported_feature'] = 'Unsupported feature of the database platform you are using.';
$lang['db_unsupported_compression'] = 'The file compression format you chose is not supported by your server.';
$lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.';
$lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or writable.';
$lang['db_table_name_required'] = 'A table name is required for that operation.';
$lang['db_column_name_required'] = 'A column name is required for that operation.';
$lang['db_column_definition_required'] = 'A column definition is required for that operation.';
$lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s';
$lang['db_error_heading'] = 'A Database Error Occurred';
$lang['db_invalid_connection_str'] = 'Impossibile determinare le impostazioni del database in base alla stringa di connessione inviata.';
$lang['db_unable_to_connect'] = 'Impossibile connettersi al server del database utilizzando le impostazioni fornite.';
$lang['db_unable_to_select'] = 'Impossibile selezionare il database specificato: %s';
$lang['db_unable_to_create'] = 'Impossibile creare il database specificato: %s';
$lang['db_invalid_query'] = 'La query che hai inviato non è valida.';
$lang['db_must_set_table'] = 'È necessario impostare la tabella del database da utilizzare con la query.';
$lang['db_must_use_set'] = 'È necessario utilizzare il metodo "set" per aggiornare una voce.';
$lang['db_must_use_index'] = 'È necessario specificare un indice su cui eseguire la corrispondenza per gli aggiornamenti batch.';
$lang['db_batch_missing_index'] = 'In una o più righe inviate per l\'aggiornamento batch manca l\'indice specificato.';
$lang['db_must_use_where'] = 'Gli aggiornamenti non sono consentiti a meno che non contengano una clausola "where".';
$lang['db_del_must_use_where'] = 'Le eliminazioni non sono consentite a meno che non contengano una clausola "where" o "like"';
$lang['db_field_param_missing'] = 'Per recuperare i campi è necessario il nome della tabella come parametro.';
$lang['db_unsupported_function'] = 'Questa funzione non è disponibile per il database in uso.';
$lang['db_transaction_failure'] = 'Transazione non riuscita: eseguito Rollback.';
$lang['db_unable_to_drop'] = 'Impossibile eliminare il database specificato.';
$lang['db_unsupported_feature'] = 'Funzionalità non supportata della piattaforma di database in uso.';
$lang['db_unsupported_compression'] = 'Il formato di compressione file che hai scelto non è supportato dal tuo server.';
$lang['db_filepath_error'] = 'Impossibile scrivere i dati nel percorso del file che hai inviato.';
$lang['db_invalid_cache_path'] = 'Il percorso della cache che hai inviato non è valido o scrivibile.';
$lang['db_table_name_required'] = 'Per tale operazione è richiesto un nome di tabella.';
$lang['db_column_name_required'] = 'Per tale operazione è richiesto un nome di colonna.';
$lang['db_column_definition_required'] = 'Per tale operazione è necessaria una definizione di colonna.';
$lang['db_unable_to_set_charset'] = 'Impossibile impostare il set di caratteri di connessione client: %s';
$lang['db_error_heading'] = 'Si è verificato un errore nel database';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,30 +29,30 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['email_must_be_array'] = 'The email validation method must be passed an array.';
$lang['email_invalid_address'] = 'Invalid email address: %s';
$lang['email_attachment_missing'] = 'Unable to locate the following email attachment: %s';
$lang['email_attachment_unreadable'] = 'Unable to open this attachment: %s';
$lang['email_no_from'] = 'Cannot send mail with no "From" header.';
$lang['email_no_recipients'] = 'You must include recipients: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] = 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.';
$lang['email_send_failure_sendmail'] = 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_smtp'] = 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.';
$lang['email_sent'] = 'Your message has been successfully sent using the following protocol: %s';
$lang['email_no_socket'] = 'Unable to open a socket to Sendmail. Please check settings.';
$lang['email_no_hostname'] = 'You did not specify a SMTP hostname.';
$lang['email_smtp_error'] = 'The following SMTP error was encountered: %s';
$lang['email_no_smtp_unpw'] = 'Error: You must assign a SMTP username and password.';
$lang['email_failed_smtp_login'] = 'Failed to send AUTH LOGIN command. Error: %s';
$lang['email_smtp_auth_un'] = 'Failed to authenticate username. Error: %s';
$lang['email_smtp_auth_pw'] = 'Failed to authenticate password. Error: %s';
$lang['email_smtp_data_failure'] = 'Unable to send data: %s';
$lang['email_exit_status'] = 'Exit status code: %s';
$lang['email_must_be_array'] = 'Il metodo di convalida dell\'e-mail deve essere passato a un array.';
$lang['email_invalid_address'] = 'Indirizzo email non valido: %s';
$lang['email_attachment_missing'] = 'Impossibile individuare il seguente allegato e-mail: %s';
$lang['email_attachment_unreadable'] = 'Impossibile aprire questo allegato: %s';
$lang['email_no_from'] = 'Impossibile inviare la posta senza l\'intestazione "Da".';
$lang['email_no_recipients'] = 'Devi includere i destinatari: A, Cc, o Ccn';
$lang['email_send_failure_phpmail'] = 'Impossibile inviare e-mail utilizzando PHP mail(). Il tuo server potrebbe non essere configurato per inviare posta utilizzando questo metodo.';
$lang['email_send_failure_sendmail'] = 'Impossibile inviare e-mail utilizzando PHP Sendmail. Il tuo server potrebbe non essere configurato per inviare posta utilizzando questo metodo.';
$lang['email_send_failure_smtp'] = 'Impossibile inviare e-mail utilizzando PHP SMTP. Il tuo server potrebbe non essere configurato per inviare posta utilizzando questo metodo.';
$lang['email_sent'] = 'Il tuo messaggio è stato inviato correttamente utilizzando il seguente protocollo: %s';
$lang['email_no_socket'] = 'Impossibile aprire un socket su Sendmail. Si prega di controllare le impostazioni.';
$lang['email_no_hostname'] = 'Non hai specificato un nome host SMTP.';
$lang['email_smtp_error'] = 'Si è verificato il seguente errore SMTP: %s';
$lang['email_no_smtp_unpw'] = 'Errore: è necessario assegnare un nome utente e una password SMTP.';
$lang['email_failed_smtp_login'] = 'Impossibile inviare il comando AUTH LOGIN. Errore: %s';
$lang['email_smtp_auth_un'] = 'Impossibile autenticare il nome utente. Errore: %s';
$lang['email_smtp_auth_pw'] = 'Impossibile autenticare la password. Errore: %s';
$lang['email_smtp_data_failure'] = 'Impossibile inviare i dati: %s';
$lang['email_exit_status'] = 'Codice stato uscita: %s';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,40 +29,42 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['form_validation_required'] = 'Il campo {field} è obbligatorio.';
$lang['form_validation_isset'] = 'Il campo {field} deve avere un valore.';
$lang['form_validation_valid_email'] = 'Il campo {field} must contain a valid email address.';
$lang['form_validation_valid_emails'] = 'Il campo {field} must contain all valid email addresses.';
$lang['form_validation_valid_url'] = 'Il campo {field} must contain a valid URL.';
$lang['form_validation_valid_ip'] = 'Il campo {field} must contain a valid IP.';
$lang['form_validation_min_length'] = 'Il campo {field} must be at least {param} characters in length.';
$lang['form_validation_max_length'] = 'Il campo {field} cannot exceed {param} characters in length.';
$lang['form_validation_exact_length'] = 'Il campo {field} must be exactly {param} characters in length.';
$lang['form_validation_alpha'] = 'Il campo {field} may only contain alphabetical characters.';
$lang['form_validation_alpha_numeric'] = 'Il campo {field} may only contain alpha-numeric characters.';
$lang['form_validation_alpha_numeric_spaces'] = 'Il campo {field} may only contain alpha-numeric characters and spaces.';
$lang['form_validation_alpha_dash'] = 'Il campo {field} may only contain alpha-numeric characters, underscores, and dashes.';
$lang['form_validation_numeric'] = 'Il campo {field} must contain only numbers.';
$lang['form_validation_is_numeric'] = 'Il campo {field} must contain only numeric characters.';
$lang['form_validation_integer'] = 'Il campo {field} must contain an integer.';
$lang['form_validation_regex_match'] = 'Il campo {field} is not in the correct format.';
$lang['form_validation_matches'] = 'Il campo {field} does not match the {param} field.';
$lang['form_validation_differs'] = 'Il campo {field} must differ from the {param} field.';
$lang['form_validation_is_unique'] = 'Il campo {field} must contain a unique value.';
$lang['form_validation_is_natural'] = 'Il campo {field} must only contain digits.';
$lang['form_validation_is_natural_no_zero'] = 'Il campo {field} must only contain digits and must be greater than zero.';
$lang['form_validation_decimal'] = 'Il campo {field} must contain a decimal number.';
$lang['form_validation_less_than'] = 'Il campo {field} must contain a number less than {param}.';
$lang['form_validation_less_than_equal_to'] = 'Il campo {field} must contain a number less than or equal to {param}.';
$lang['form_validation_greater_than'] = 'Il campo {field} must contain a number greater than {param}.';
$lang['form_validation_greater_than_equal_to'] = 'Il campo {field} must contain a number greater than or equal to {param}.';
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
$lang['form_validation_in_list'] = 'Il campo {field} must be one of: {param}.';
$lang['form_validation_valid_email'] = 'Il campo {field} deve contenere un indirizzo email valido.';
$lang['form_validation_valid_emails'] = 'Il campo {field} deve contenere degli indirizzi email validi.';
$lang['form_validation_valid_url'] = 'Il campo {field} deve contenere un URL valido.';
$lang['form_validation_valid_ip'] = 'Il campo {field} deve contenere un IP valido.';
$lang['form_validation_valid_mac'] = 'Il campo {field} deve contenere un MAC valido.';
$lang['form_validation_valid_base64'] = 'Il campo {field} deve contenere una stringa Base64 valida.';
$lang['form_validation_min_length'] = 'Il campo {field} deve avere una lunghezza di almeno {param} caratteri.';
$lang['form_validation_max_length'] = 'Il campo {field} non può superare {param} caratteri di lunghezza.';
$lang['form_validation_exact_length'] = 'Il campo {field} deve avere esattamente {param} caratteri di lunghezza.';
$lang['form_validation_alpha'] = 'Il campo {field} può contenere solo caratteri alfabetici.';
$lang['form_validation_alpha_numeric'] = 'Il campo {field} può contenere solo caratteri alfanumerici.';
$lang['form_validation_alpha_numeric_spaces'] = 'Il campo {field} può contenere solo caratteri alfanumerici e spazi.';
$lang['form_validation_alpha_dash'] = 'Il campo {field} può contenere solo caratteri alfanumerici, trattini bassi e trattini.';
$lang['form_validation_numeric'] = 'Il campo {field} deve contenere solo numeri.';
$lang['form_validation_is_numeric'] = 'Il campo {field} deve contenere solo caratteri numerici.';
$lang['form_validation_integer'] = 'Il campo {field} deve contenere un numero intero.';
$lang['form_validation_regex_match'] = 'Il campo {field} non è nel formato corretto.';
$lang['form_validation_matches'] = 'Il campo {field} non corrisponde al campo {param}.';
$lang['form_validation_differs'] = 'Il campo {field} deve differire dal campo {param}.';
$lang['form_validation_is_unique'] = 'Il campo {field} deve contenere un valore univoco.';
$lang['form_validation_is_natural'] = 'Il campo {field} deve contenere solo cifre.';
$lang['form_validation_is_natural_no_zero'] = 'Il campo {field} deve contenere solo cifre e deve essere maggiore di zero.';
$lang['form_validation_decimal'] = 'Il campo {field} deve contenere un numero decimale.';
$lang['form_validation_less_than'] = 'Il campo {field} deve contenere un numero inferiore a {param}.';
$lang['form_validation_less_than_equal_to'] = 'Il campo {field} deve contenere un numero minore o uguale a {param}.';
$lang['form_validation_greater_than'] = 'Il campo {field} deve contenere un numero maggiore di {param}.';
$lang['form_validation_greater_than_equal_to'] = 'Il campo {field} deve contenere un numero maggiore o uguale a {param}.';
$lang['form_validation_error_message_not_set'] = 'Impossibile accedere a un messaggio di errore corrispondente al nome del campo {field}.';
$lang['form_validation_in_list'] = 'Il campo {field} il campo deve essere uno di: {param}.';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,23 +29,23 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';
$lang['ftp_no_connection'] = 'Impossibile individuare un ID di connessione valido. Assicurati di essere connesso prima di eseguire qualsiasi routine di file.';
$lang['ftp_unable_to_connect'] = 'Impossibile connettersi al server FTP utilizzando il nome host fornito.';
$lang['ftp_unable_to_login'] = 'Impossibile accedere al tuo server FTP. Si prega di controllare il nome utente e la password.';
$lang['ftp_unable_to_mkdir'] = 'Impossibile creare la directory specificata.';
$lang['ftp_unable_to_changedir'] = 'Impossibile cambiare directory.';
$lang['ftp_unable_to_chmod'] = 'Impossibile impostare i permessi dei file. Per favore controlla il tuo percorso.';
$lang['ftp_unable_to_upload'] = 'Impossibile caricare il file specificato. Per favore controlla il tuo percorso.';
$lang['ftp_unable_to_download'] = 'Impossibile scaricare il file specificato. Per favore controlla il tuo percorso.';
$lang['ftp_no_source_file'] = 'Impossibile individuare il file di origine. Per favore controlla il tuo percorso.';
$lang['ftp_unable_to_rename'] = 'Impossibile rinominare il file.';
$lang['ftp_unable_to_delete'] = 'Impossibile eliminare il file.';
$lang['ftp_unable_to_move'] = 'Impossibile spostare il file. Assicurati che la directory di destinazione esista.';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,29 +29,30 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.';
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';
$lang['imglib_source_image_required'] = 'Devi specificare un\'immagine di origine nelle tue preferenze.';
$lang['imglib_gd_required'] = 'Per questa funzione è richiesta la libreria di immagini GD.';
$lang['imglib_gd_required_for_props'] = 'Il tuo server deve supportare la libreria di immagini GD per determinare le proprietà dell\'immagine.';
$lang['imglib_unsupported_imagecreate'] = 'Il tuo server non supporta la funzione GD richiesta per elaborare questo tipo di immagine.';
$lang['imglib_gif_not_supported'] = 'Le immagini GIF spesso non sono supportate a causa delle restrizioni sulla licenza. Potrebbe essere necessario utilizzare invece immagini JPG o PNG.';
$lang['imglib_jpg_not_supported'] = 'Le immagini JPG non sono supportate.';
$lang['imglib_png_not_supported'] = 'Le immagini PNG non sono supportate.';
$lang['imglib_webp_not_supported'] = 'Le immagini WEBP non sono supportate.';
$lang['imglib_jpg_or_png_required'] = 'Il protocollo di ridimensionamento dell\'immagine specificato nelle tue preferenze funziona solo con i tipi di immagine JPEG o PNG.';
$lang['imglib_copy_error'] = 'Si è verificato un errore durante il tentativo di sostituzione del file. Assicurati che la tua directory di file sia scrivibile.';
$lang['imglib_rotate_unsupported'] = 'La rotazione delle immagini non sembra essere supportata dal tuo server.';
$lang['imglib_libpath_invalid'] = 'Il percorso della tua libreria di immagini non è corretto. Si prega di impostare il percorso corretto nelle preferenze dell\'immagine.';
$lang['imglib_image_process_failed'] = 'Elaborazione dell\'immagine non riuscita. Verifica che il tuo server supporti il protocollo scelto e che il percorso della tua libreria di immagini sia corretto.';
$lang['imglib_rotation_angle_required'] = 'Per ruotare l\'immagine è necessario un angolo di rotazione.';
$lang['imglib_invalid_path'] = 'Il percorso dell\'immagine non è corretto.';
$lang['imglib_invalid_image'] = 'L\'immagine fornita non è valida.';
$lang['imglib_copy_failed'] = 'La routine di copia dell\'immagine non è riuscita.';
$lang['imglib_missing_font'] = 'Impossibile trovare un carattere da utilizzare.';
$lang['imglib_save_failed'] = 'Impossibile salvare l\'immagine. Assicurati che l\'immagine e la directory dei file siano scrivibili.';

Wyświetl plik

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>403 Forbidden</title>
<title>403 Accesso Negato</title>
</head>
<body>
<p>Directory access is forbidden.</p>
<p>L'accesso alla cartella non è permesso.</p>
</body>
</html>

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,19 +29,19 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 3.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['migration_none_found'] = 'No migrations were found.';
$lang['migration_not_found'] = 'No migration could be found with the version number: %s.';
$lang['migration_sequence_gap'] = 'There is a gap in the migration sequence near version number: %s.';
$lang['migration_multiple_version'] = 'There are multiple migrations with the same version number: %s.';
$lang['migration_class_doesnt_exist'] = 'The migration class "%s" could not be found.';
$lang['migration_missing_up_method'] = 'The migration class "%s" is missing an "up" method.';
$lang['migration_missing_down_method'] = 'The migration class "%s" is missing a "down" method.';
$lang['migration_invalid_filename'] = 'Migration "%s" has an invalid filename.';
$lang['migration_none_found'] = 'Non sono state trovate migrazioni.';
$lang['migration_not_found'] = 'Impossibile trovare la migrazione con il numero di versione: %s.';
$lang['migration_sequence_gap'] = 'C\'è una lacuna nella sequenza di migrazione vicino al numero di versione: %s.';
$lang['migration_multiple_version'] = 'Esistono più migrazioni con lo stesso numero di versione: %s.';
$lang['migration_class_doesnt_exist'] = 'Impossibile trovare la classe di migrazione "%s".';
$lang['migration_missing_up_method'] = 'Nella classe di migrazione "%s" manca un metodo "up".';
$lang['migration_missing_down_method'] = 'Nella classe di migrazione "%s" manca un metodo "down".';
$lang['migration_invalid_filename'] = 'La migrazione "%s" ha un nome file non valido.';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,13 +29,13 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['terabyte_abbr'] = 'TB';
$lang['gigabyte_abbr'] = 'GB';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,13 +29,13 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['pagination_first_link'] = '&lsaquo; Prima';
$lang['pagination_next_link'] = '&gt;';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,13 +29,13 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['profiler_database'] = 'DATABASE';
$lang['profiler_controller_info'] = 'CLASS/METHOD';
@ -48,13 +48,13 @@ $lang['profiler_memory_usage'] = 'MEMORY USAGE';
$lang['profiler_config'] = 'CONFIG VARIABLES';
$lang['profiler_session_data'] = 'SESSION DATA';
$lang['profiler_headers'] = 'HTTP HEADERS';
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
$lang['profiler_no_queries'] = 'No queries were run';
$lang['profiler_no_post'] = 'No POST data exists';
$lang['profiler_no_get'] = 'No GET data exists';
$lang['profiler_no_uri'] = 'No URI data exists';
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
$lang['profiler_no_db'] = 'Il driver del database non è attualmente caricato';
$lang['profiler_no_queries'] = 'Non sono state eseguite query';
$lang['profiler_no_post'] = 'Non esistono dati POST';
$lang['profiler_no_get'] = 'Non esistono dati GET';
$lang['profiler_no_uri'] = 'Non esistono dati URI';
$lang['profiler_no_memory'] = 'Utilizzo memoria non disponibile';
$lang['profiler_no_profiles'] = 'Nessun dato del profilo - tutte le sezioni del Profiler sono state disabilitate.';
$lang['profiler_section_hide'] = 'Nascondi';
$lang['profiler_section_show'] = 'Mostra';
$lang['profiler_seconds'] = 'secondi';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,30 +29,30 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['ut_test_name'] = 'Test Name';
$lang['ut_test_name'] = 'Nome Test';
$lang['ut_test_datatype'] = 'Test Datatype';
$lang['ut_res_datatype'] = 'Expected Datatype';
$lang['ut_result'] = 'Result';
$lang['ut_result'] = 'Risultato';
$lang['ut_undefined'] = 'Undefined Test Name';
$lang['ut_file'] = 'File Name';
$lang['ut_line'] = 'Line Number';
$lang['ut_passed'] = 'Passed';
$lang['ut_failed'] = 'Failed';
$lang['ut_boolean'] = 'Boolean';
$lang['ut_integer'] = 'Integer';
$lang['ut_file'] = 'Nome File';
$lang['ut_line'] = 'Numero Linea';
$lang['ut_passed'] = 'Passeto';
$lang['ut_failed'] = 'Fallito';
$lang['ut_boolean'] = 'Booleano';
$lang['ut_integer'] = 'Intero';
$lang['ut_float'] = 'Float';
$lang['ut_double'] = 'Float'; // can be the same as float
$lang['ut_string'] = 'String';
$lang['ut_string'] = 'Stringa';
$lang['ut_array'] = 'Array';
$lang['ut_object'] = 'Object';
$lang['ut_resource'] = 'Resource';
$lang['ut_null'] = 'Null';
$lang['ut_notes'] = 'Notes';
$lang['ut_object'] = 'Oggetto';
$lang['ut_resource'] = 'Risorsa';
$lang['ut_null'] = 'Nullo';
$lang['ut_notes'] = 'Note';

Wyświetl plik

@ -6,7 +6,7 @@
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -29,27 +29,27 @@
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.';
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';
$lang['upload_userfile_not_set'] = 'Impossibile trovare una variabile post chiamata file utente.';
$lang['upload_file_exceeds_limit'] = 'Il file caricato supera la dimensione massima consentita nel file di configurazione PHP.';
$lang['upload_file_exceeds_form_limit'] = 'Il file caricato supera la dimensione massima consentita dal modulo di invio.';
$lang['upload_file_partial'] = 'Il file è stato caricato solo parzialmente.';
$lang['upload_no_temp_directory'] = 'Manca la cartella temporanea.';
$lang['upload_unable_to_write_file'] = 'Impossibile scrivere il file su disco.';
$lang['upload_stopped_by_extension'] = 'Il caricamento del file è stato interrotto per estensione.';
$lang['upload_no_file_selected'] = 'Non hai selezionato un file da caricare.';
$lang['upload_invalid_filetype'] = 'Il tipo di file che stai tentando di caricare non è consentito.';
$lang['upload_invalid_filesize'] = 'Il file che stai tentando di caricare è più grande della dimensione consentita.';
$lang['upload_invalid_dimensions'] = 'L\'immagine che stai tentando di caricare non rientra nelle dimensioni consentite.';
$lang['upload_destination_error'] = 'Si è verificato un problema durante il tentativo di spostare il file caricato nella destinazione finale.';
$lang['upload_no_filepath'] = 'Il percorso di caricamento non sembra essere valido.';
$lang['upload_no_file_types'] = 'Non hai specificato alcun tipo di file consentito.';
$lang['upload_bad_filename'] = 'Il nome del file che hai inviato esiste già sul server.';
$lang['upload_not_writable'] = 'La cartella di destinazione del caricamento non sembra essere scrivibile.';