From 8cd4b101a7441b81e992e60c65c90374817d4086 Mon Sep 17 00:00:00 2001 From: francescocozzi Date: Mon, 17 Oct 2022 19:58:11 +0200 Subject: [PATCH] Italian translation Complete System folder & fix apostrophe character --- application/language/italian/account_lang.php | 2 +- .../language/italian/contesting_lang.php | 2 +- application/language/italian/eqsl_lang.php | 2 +- .../language/italian/general_words_lang.php | 2 +- application/language/italian/lotw_lang.php | 2 +- application/language/italian/notes_lang.php | 2 +- application/language/italian/qslcard_lang.php | 2 +- application/language/italian/qso_lang.php | 2 +- system/language/italian/calendar_lang.php | 10 +-- system/language/italian/date_lang.php | 10 +-- system/language/italian/db_lang.php | 56 ++++++++-------- system/language/italian/email_lang.php | 46 ++++++------- .../language/italian/form_validation_lang.php | 64 ++++++++++--------- system/language/italian/ftp_lang.php | 32 +++++----- system/language/italian/imglib_lang.php | 45 ++++++------- system/language/italian/index.html | 6 +- system/language/italian/migration_lang.php | 24 +++---- system/language/italian/number_lang.php | 8 +-- system/language/italian/pagination_lang.php | 8 +-- system/language/italian/profiler_lang.php | 22 +++---- system/language/italian/unit_test_lang.php | 34 +++++----- system/language/italian/upload_lang.php | 40 ++++++------ 22 files changed, 212 insertions(+), 209 deletions(-) diff --git a/application/language/italian/account_lang.php b/application/language/italian/account_lang.php index 88d88180..a91dd839 100644 --- a/application/language/italian/account_lang.php +++ b/application/language/italian/account_lang.php @@ -1,6 +1,6 @@ - + - 403 Forbidden + 403 Accesso Negato -

Directory access is forbidden.

+

L'accesso alla cartella non è permesso.

diff --git a/system/language/italian/migration_lang.php b/system/language/italian/migration_lang.php index 16849609..329dd899 100644 --- a/system/language/italian/migration_lang.php +++ b/system/language/italian/migration_lang.php @@ -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.'; diff --git a/system/language/italian/number_lang.php b/system/language/italian/number_lang.php index 9723ce5e..ff5c11d7 100644 --- a/system/language/italian/number_lang.php +++ b/system/language/italian/number_lang.php @@ -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'; diff --git a/system/language/italian/pagination_lang.php b/system/language/italian/pagination_lang.php index 1af6a09c..842a9458 100644 --- a/system/language/italian/pagination_lang.php +++ b/system/language/italian/pagination_lang.php @@ -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'] = '‹ Prima'; $lang['pagination_next_link'] = '>'; diff --git a/system/language/italian/profiler_lang.php b/system/language/italian/profiler_lang.php index a1261316..78848b3b 100644 --- a/system/language/italian/profiler_lang.php +++ b/system/language/italian/profiler_lang.php @@ -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'; diff --git a/system/language/italian/unit_test_lang.php b/system/language/italian/unit_test_lang.php index a89cb2d9..dd10aa36 100644 --- a/system/language/italian/unit_test_lang.php +++ b/system/language/italian/unit_test_lang.php @@ -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'; diff --git a/system/language/italian/upload_lang.php b/system/language/italian/upload_lang.php index ec611f9a..176b44b1 100644 --- a/system/language/italian/upload_lang.php +++ b/system/language/italian/upload_lang.php @@ -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.';