Changeset 1144
- Timestamp:
- 10/30/08 23:55:17 (2 months ago)
- Files:
-
- trunk/build/manifests/jtpl-standalone-tests.mn (modified) (1 diff)
- trunk/build/manifests/jtpl-standalone.mn (modified) (4 diffs)
- trunk/lib/jelix/tpl/jtpl_standalone_prepend.php (modified) (1 diff)
- trunk/lib/jelix/tpl/locales/en.php (added)
- trunk/lib/jelix/tpl/locales/fr.php (modified) (1 diff)
- trunk/lib/jelix/tpl/tests (moved) (moved from trunk/lib/jelix/tpl/tests_std)
- trunk/lib/jelix/tpl/tests/compiler.php (added)
- trunk/lib/jelix/tpl/tests/exemple.php (copied) (copied from trunk/lib/jelix/tpl/tests_std/exemple.php)
- trunk/lib/jelix/tpl/tests/expressions_parsing.php (added)
- trunk/lib/jelix/tpl/tests/index.php (added)
- trunk/lib/jelix/tpl/tests/myhtmlreporter.class.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/manifests/jtpl-standalone-tests.mn
r1142 r1144 97 97 collectable.2 98 98 99 sd lib/jelix/tpl/tests _std/99 sd lib/jelix/tpl/tests/ 100 100 dd tests/ 101 101 exemple.php 102 102 test.tpl 103 index.php 104 compiler.php 105 expressions_parsing.php 103 106 107 sd lib/diff 108 dd tests/diff 109 diffhtml.php 110 difflib.php 111 112 sd lib/jelix-modules/junittests/classes 113 dd tests/simpletest/ 114 junittestcase.class.php 115 116 sd lib/jelix/tpl/tests/ 117 dd tests/simpletest/ 118 myhtmlreporter.class.php 119 120 trunk/build/manifests/jtpl-standalone.mn
r1142 r1144 10 10 sd lib/jelix/plugins/tpl/common 11 11 dd plugins/common 12 block.stripws.php 12 13 cfunction.include.php 13 14 function.counter.php … … 15 16 function.counter_reset.php 16 17 function.counter_reset_all.php 18 function.cycle.php 19 function.cycle_init.php 20 function.cycle_reset.php 17 21 modifier.cat.php 18 22 modifier.count_array.php … … 23 27 modifier.date_format.php 24 28 modifier.indent.php 29 modifier.number_format.php 25 30 modifier.regex_replace.php 26 31 modifier.replace.php … … 33 38 sd lib/jelix/plugins/tpl/html 34 39 dd plugins/html 40 block.swf.php 41 cfunction.const.php 42 cfunction.swfbiscuit.php 35 43 modifier.nl2br.php 44 function.image.php 36 45 37 46 sd lib/jelix/plugins/tpl/text 38 47 dd plugins/text 48 cfunction.const.php 39 49 40 50 sd lib/jelix/plugins/tpl/xul 41 51 dd plugins/xul 52 cfunction.const.php 53 54 sd lib/jelix/plugins/tpl/xml 55 dd plugins/xml 56 cfunction.const.php 42 57 43 58 sd lib/jelix/tpl/locales/ 44 59 dd locales/ 45 60 fr.php 61 en.php 46 62 47 63 sd lib/jelix/tpl/temp/ trunk/lib/jelix/tpl/jtpl_standalone_prepend.php
r1143 r1144 33 33 * the lang activated in the templates 34 34 */ 35 static $lang = ' fr';35 static $lang = 'en'; 36 36 37 37 /** trunk/lib/jelix/tpl/locales/fr.php
r1142 r1144 2 2 3 3 jTplConfig::$localizedMessages =array( 4 'errors.tpl.not.found'=>'Le fichier template %s est introuvable',5 4 'file.directory.notexists'=>'Le répertoire demandé (%s) n\'existe pas', 6 5 'file.directory.notwritable'=>'Impossible d\'écrire le fichier %s, assurez vous que le répertoire %s autorise l\'écriture', 7 6 'file.write.error'=>'Un problème est survenu lors de l\'écriture du fichier %s en utilisant le fichier temporaire %s', 7 8 8 'errors.tpl.tag.syntax.invalid'=>'Dans le template %2$s La syntaxe de balise %1$s est invalide', 9 9 'errors.tpl.tag.function.invalid'=>'Dans le template %2$s La syntaxe de la fonction %1$s est invalide', 10 'errors.tpl.tag.function.unknow'=>'Dans le template %2$s La fonction %1$s est inconnue', 10 11 'errors.tpl.tag.modifier.invalid'=>'Dans le tag %s du template %3$s La syntaxe du modificateur %2$s est invalide', 11 12 'errors.tpl.tag.modifier.unknow'=>'Dans le tag %s du template %3$s Le modificateur %2$s est inconnu', 12 13 'errors.tpl.tag.block.end.missing'=>'Dans le template %2$s, la fin d\'un bloc %1$s est manquant', 13 14 'errors.tpl.tag.block.begin.missing'=>'Dans le template %2$s, le début d\'un bloc %1$s est manquant', 14 'errors.tpl.tag.argument.unknow'=>'Dans le template %2$s L\'argument %1$s est inconnu',15 'errors.tpl.tag.function.unknow'=>'Dans le template %2$s La fonction %1$s est inconnue',16 'errors.tpl.tag.meta.unknow'=>'Dans le template %2$s La balise meta %1$s est inconnue',17 'errors.tpl.tag.meta.invalid'=>'Dans le template %2$s La syntaxe de la meta %1$s est invalide',18 15 'errors.tpl.tag.phpsyntax.invalid'=>'Dans le tag %s du template %3$s, le code php %2$s n\'est pas autorisé', 19 16 'errors.tpl.tag.locale.invalid'=>'Dans le tag %s du template %s, clef de localisation vide', 20 17 'errors.tpl.tag.character.invalid'=>'Dans le tag %s du template %3$s, le caractère %2$s n\'est pas autorisé', 21 18 'errors.tpl.tag.bracket.error'=>'Dans le tag %s du template %s, il y a des erreurs au niveau des parenthèses', 19 'errors.tpl.not.found'=>'Le fichier template %s est introuvable', 20 'errors.tpl.tag.meta.unknow'=>'Dans le template %2$s La balise meta %1$s est inconnue', 21 'errors.tpl.tag.meta.invalid'=>'Dans le template %2$s La syntaxe de la meta %1$s est invalide', 22 22 'errors.tplplugin.block.too.few.arguments'=>'Dans le tag %s du template %s, arguments manquants', 23 23 'errors.tplplugin.block.too.many.arguments'=>'Dans le tag %s du template %s, arguments en trop', 24 'errors.tplplugin.block.bad.argument.number'=>'Dans le tag %s du template %3$s, nombre d\'arguments incorrect (%2$s attendus)', 24 25 'errors.tpl.tag.constant.notallowed'=>'Dans le tag %s du template %3$s, les constantes (%2$s) sont interdites', 26 'errors.tpl.tag.locale.end.missing'=>'Dans le tag %s du template %s, il manque la fin de la clef de localisation', 27 'errors.tplplugin.cfunction.bad.argument.number'=>'Dans le tag %s du template %3$s, nombre d\'arguments incorrect (%2$s attendus)', 28 'errors.tplplugin.cmodifier.bad.argument.number'=>'Dans le modificateur %s dans le template %3$s, nombre d\'arguments incorrect (%2$s attendus)', 29 'errors.tplplugin.untrusted.not.available'=>'Le tag %s dans le template %2$s n\'est pas autorisé dans un template sans confiance', 30 'errors.tplplugin.function.argument.unknow'=>'Dans le tag %2$s du template %3$s l\'argument %1$s est inconnu', 31 'errors.tplplugin.function.invalid'=>'Dans le tag %1$s du template %3$s la syntaxe est invalide', 25 32 ); 26 33
