mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +02:00
20 lines
780 B
PHP
20 lines
780 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('DE DE', 'German', 'Deutsch', [
|
|
'UI:Layout:ObjectDetails:DatamodelSchemaLink:Tooltip' => 'Klassenschema des Datenmodells',
|
|
'UI:Layout:ObjectDetails:KeyboardShortcut:DeleteObject' => 'Lösche das angezeigte Objekt',
|
|
'UI:Layout:ObjectDetails:KeyboardShortcut:EditObject' => 'Ändere das angezeigte Objekt',
|
|
'UI:Layout:ObjectDetails:KeyboardShortcut:NewObject' => 'Erzeuge eine neues Objekt (der gleichen Klasse, wie das angezeigte Objekt)',
|
|
'UI:Layout:ObjectDetails:KeyboardShortcut:SaveObject' => 'Speichere das angezeigte Objekt',
|
|
'UI:Layout:ObjectDetails:New:Modal:Title' => 'Erstellung eines Objekts',
|
|
]);
|