mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
12 lines
354 B
PHP
12 lines
354 B
PHP
|
|
<?php
|
|
/**
|
|
* @used-by \Combodo\iTop\Test\UnitTest\Integration\DictionariesConsistencyTest::testPlaygroundDictionariesPhpSyntax
|
|
*/
|
|
|
|
Dict::Add('FR FR', 'French', 'Français', [
|
|
'MyDictKey1' => 'l\'échappement : bon exemple 1'.ITOP_APPLICATION,
|
|
'MyDictKey2' => 'l\'échappement : bon exemple 2',
|
|
'MyDictKey3' => 'l\'échappement : bon exemple 3',
|
|
]);
|