mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
15 lines
277 B
PHP
15 lines
277 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
|
'UI:DisplayBlock:List:AddEntry:Tooltip' => '向列表添加条目',
|
|
]);
|