ressources.res 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "mjc" : {"type" : "Image"},
  3. "none" : { "type" : "None"},
  4. "intro_fin" : { "type" : "Audio"},
  5. "mpg" : { "type" : "Image" } ,
  6. "question" : {"type" : "Image"},
  7. "creche": {"type" : "Image"},
  8. "bib" : {"type" : "Image"},
  9. "ludo" : {"type" : "Image"},
  10. "jardin" : {"type" : "Image"},
  11. "accueil" : {"type" : "Image"},
  12. "prospect" : {"type" : "Image"},
  13. "error" : {"type" : "Image"},
  14. "livre" : {"type" : "Image"},
  15. "oeil" : { "type": "Image" },
  16. "parking" : { "type" : "Image" },
  17. "e0" : {
  18. "comment" : "Appel inconnu",
  19. "title" : "Appel inconnu",
  20. "type" : "Audio",
  21. "display" : true
  22. },
  23. "e1" : {
  24. "comment" : "",
  25. "title" : "Appel inconnu : vélo",
  26. "type" : "Audio",
  27. "display" : true
  28. },
  29. "e2" : {
  30. "comment" : "Appel inconnu",
  31. "title" : "Appel inconnu : médiathèque",
  32. "type" : "Audio",
  33. "display" : true
  34. },
  35. "e2q" : {
  36. "comment" : "Appel inconnu",
  37. "title" : "Appel inconnu : questionnaire de la mort",
  38. "type" : "Audio",
  39. "display" : true
  40. },
  41. "e3" : {
  42. "comment" : "Appel inconnu",
  43. "title" : "Appel inconnu : Centre de loisirs",
  44. "type" : "Audio",
  45. "display" : true
  46. },
  47. "e4" : {
  48. "comment" : "Appel inconnu",
  49. "title" : "Appel inconnu : Ludothèque",
  50. "type" : "Audio",
  51. "display" : true
  52. },
  53. "e5" : {
  54. "comment" : "Appel inconnu",
  55. "title" : "Appel inconnu : Jardin divers",
  56. "type" : "Audio",
  57. "display" : true
  58. },
  59. "e6" : {
  60. "comment" : "Appel inconnu",
  61. "title" : "Appel inconnu : Aquarium",
  62. "type" : "Audio",
  63. "display" : true
  64. },
  65. "e7" : {
  66. "comment" : "Appel inconnu",
  67. "title" : "Appel inconnu : Big brother",
  68. "type" : "Audio",
  69. "display" : true
  70. },
  71. "fin" : {
  72. "comment" : "Nous avons réussi !",
  73. "title" : "Félicitations !",
  74. "type" : "Audio",
  75. "display" : true
  76. }
  77. }