mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
39 lines
1.7 KiB
PHP
39 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
* This file is part of iTop.
|
|
*
|
|
* iTop is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* iTop is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
|
*/
|
|
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
|
|
|
'Menu:ConfigEditor' => 'Konfiguráció szerkesztő',
|
|
'config-edit-title' => 'Konfigurációs fájl szerkesztő',
|
|
'config-edit-intro' => 'Legyen nagyon óvatos a konfiguráció szerkesztésénél!',
|
|
'config-apply' => 'Alkalmaz',
|
|
'config-apply-title' => 'Alkalmaz (Ctrl+S)',
|
|
'config-cancel' => 'Visszaállítás',
|
|
'config-saved' => 'Sikeresen elmentve.',
|
|
'config-confirm-cancel' => 'A változtatások elvesznek.',
|
|
'config-no-change' => 'Nincs változtatás: a fájl változatlan maradt.',
|
|
'config-reverted' => 'A konfiguráció vissza lett állítva.',
|
|
'config-parse-error' => '%2$d sor: %1$s.<br/>A fájl NEM frissült',
|
|
'config-current-line' => 'Szerkesztett sor: %1$s',
|
|
'config-saved-warning-db-password' => 'Sikeresen elmentve, de a biztonsági mentés nem fog működni az adatbázis jelszavában szereplő nem támogatott karakterek miatt.',
|
|
));
|