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