mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
9 lines
340 B
PHP
9 lines
340 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:CannotGetBlocks' => 'Konnte keine Einträge aus dem Inhaltsbereich "%1$s" holen, obwohl es so aussieht, als ob für die Seite "%2$s" Inhalte existieren.',
|
|
]);
|