mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
19 lines
490 B
PHP
19 lines
490 B
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('DA DA', 'Danish', 'Dansk', [
|
|
'FilesInformation:Error:MissingFile' => 'Missing file: %1$s~~',
|
|
'FilesInformation:Error:CorruptedFile' => 'File %1$s is corrupted~~',
|
|
'FilesInformation:Error:ListCorruptedFile' => 'File(s) corrupted: %1$s ~~',
|
|
'FilesInformation:Error:CantWriteToFile' => 'Can not write to file %1$s~~',
|
|
]);
|