mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
18 lines
508 B
PHP
18 lines
508 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('DE DE', 'German', 'Deutsch', [
|
|
'FilesInformation:Error:CantWriteToFile' => 'Datei %1$s kann nicht geschrieben werden',
|
|
'FilesInformation:Error:CorruptedFile' => 'Datei %1$s ist beschädigt',
|
|
'FilesInformation:Error:ListCorruptedFile' => 'Beschädigte Datei(en): %1$s',
|
|
'FilesInformation:Error:MissingFile' => 'Fehlende Datei: %1$s',
|
|
]);
|