mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
41 lines
1.8 KiB
PHP
41 lines
1.8 KiB
PHP
<?php
|
|
// Copyright (C) 2010-2014 Combodo SARL
|
|
//
|
|
// 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/>
|
|
/*
|
|
* @author ITOMIG GmbH <martin.raenker@itomig.de>
|
|
|
|
* @copyright Copyright (C) 2017 Combodo SARL
|
|
* @licence http://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
|
|
|
'Menu:ConfigEditor' => 'Konfiguration',
|
|
'config-edit-title' => 'Konfigurations-Editor',
|
|
'config-edit-intro' => 'Seien sie bei der Bearbeitung der Konfigurationsdatei sehr vorsichtig.',
|
|
'config-apply' => 'Anwenden (Ctrl+S)',
|
|
'config-apply-title' => 'Anwenden (Ctrl+S)',
|
|
'config-cancel' => 'Zurücksetzen',
|
|
'config-saved' => 'Erfolgreich gespeichert',
|
|
'config-confirm-cancel' => 'Ihre Änderungen werden nicht gespeichert.',
|
|
'config-no-change' => 'Keine Änderungen: Die Datei wurde nicht verändert.',
|
|
'config-reverted' => 'Die Konfiguration wurde zurückgesetzt',
|
|
'config-parse-error' => 'Zeile %2$d: %1$s.<br/>Die Datei wurde nicht aktualisiert.',
|
|
'config-current-line' => 'Editiere Zeile: %1$s',
|
|
'config-saved-warning-db-password' => 'Die Konfiguration wurde gespeichert. Das Backup wird NICHT funktionieren, im Datenbankpassword sind unzulässige Zeichen enthalten.',
|
|
));
|