mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-09 19:14:19 +01:00
11 lines
348 B
PHP
11 lines
348 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
Dict::Add('DE DE', 'German', 'Deutsch', [
|
|
'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~',
|
|
'UIBlock:TabContainer:RemoteTabLoad' => 'Click to load this tab~~',
|
|
]);
|