Files
iTop/test/integration/dictionaries-test/fr.dictionary.itop.core.OK.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',
));