mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
21 lines
777 B
PHP
21 lines
777 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:Component:QuickCreate:HistoryDisabled' => 'Quick-Create-Historie ist deaktiviert',
|
|
'UI:Component:QuickCreate:Input:Placeholder' => 'Wählen Sie einen Objekttyp aus...',
|
|
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Quick-Create-Menu öffnen',
|
|
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Sie haben noch keine Objekte erstellt',
|
|
'UI:Component:QuickCreate:MostPopular:Title' => 'Am beliebtesten',
|
|
'UI:Component:QuickCreate:Recents:Title' => 'Letzte',
|
|
'UI:Component:QuickCreate:Tooltip' => 'Erstellen Sie schnell jeden Typ von Objekt',
|
|
]);
|