mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
18 lines
496 B
PHP
18 lines
496 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
|
'FilesInformation:Error:CantWriteToFile' => 'Can not write to file %1$s~~',
|
|
'FilesInformation:Error:CorruptedFile' => 'File %1$s is corrupted~~',
|
|
'FilesInformation:Error:ListCorruptedFile' => 'File(s) corrupted: %1$s ~~',
|
|
'FilesInformation:Error:MissingFile' => 'Missing file: %1$s~~',
|
|
]);
|