mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
18 lines
492 B
PHP
18 lines
492 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
|
'FilesInformation:Error:CantWriteToFile' => 'Impossibile scrivere nel file %1$s',
|
|
'FilesInformation:Error:CorruptedFile' => 'File %1$s corrotto',
|
|
'FilesInformation:Error:ListCorruptedFile' => 'File(s) corrotto(i): %1$s',
|
|
'FilesInformation:Error:MissingFile' => 'File mancante: %1$s',
|
|
]);
|