mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
19 lines
484 B
PHP
19 lines
484 B
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
|
'FilesInformation:Error:MissingFile' => 'Hiányzó fájl: %1$s',
|
|
'FilesInformation:Error:CorruptedFile' => 'A %1$s fájl megsérült',
|
|
'FilesInformation:Error:ListCorruptedFile' => 'Sérült fájl(ok): %1$s',
|
|
'FilesInformation:Error:CantWriteToFile' => 'A %1$s nem írható',
|
|
]);
|