mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 19:18:44 +02:00
9 lines
240 B
PHP
9 lines
240 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
|
'UIBlock:Error:AddBlockForbidden' => '%1$s -hoz nem adható blokk',
|
|
]);
|