mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
15 lines
373 B
PHP
15 lines
373 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', [
|
|
'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.',
|
|
]);
|