mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
12 lines
444 B
PHP
12 lines
444 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
Dict::Add('DE DE', 'German', 'Deutsch', [
|
|
'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other 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',
|
|
]);
|