mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-11 03:54:21 +01:00
18 lines
475 B
PHP
18 lines
475 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:TabContainer:ExtraTabsListToggler:Label' => 'Andere Tabs',
|
|
'UIBlock:Error:AddBlockNotTabForbidden' => 'Kann Inhaltsblock %1$s nicht zu %2$s hinzufügen (nur Tab-Inhalte sind erlaubt)',
|
|
'UIBlock:TabContainer:RemoteTabLoad' => 'Klicke, um diesen Tab zu laden',
|
|
]);
|