Guest User

Untitled

a guest
Jun 20th, 2018
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. # # Populate this file with data to be loaded by your ORM's *:data-load task.
  2. # # You can create multiple files in this directory (i.e. 010_users.yml,
  3. # # 020_articles.yml, etc) which will be loaded in alphabetical order.
  4. # #
  5. # # See documentation for your ORM's *:data-load task for more information.
  6. #
  7. # User:
  8. # fabien:
  9. # username: fabien
  10. # password: changeme
  11. # name: Fabien Potencier
  12. # email: fabien.potencier@symfony-project.com
  13. # kris:
  14. # username: Kris.Wallsmith
  15. # password: changeme
  16. # name: Kris Wallsmith
  17. # email: kris.wallsmith@symfony-project.com
  18.  
  19. Morfologia:
  20. Italiano: ~
  21. Inglese: ~
  22.  
  23. MorfologiaI18n:
  24. 1:
  25. id: Italiano
  26. nome: collinare
  27. culture: it_IT
  28. 2:
  29. id: Inglese:
  30. nome: hills
  31. culture: en_EN
  32. 3:
  33. id: Italiano
  34. nome: pianeggiante
  35. culture: it_IT
  36. 4:
  37. id: Inglese:
  38. nome: flat
  39. culture: en_EN
  40.  
  41.  
  42. #### FIXME
  43. lotto:
  44. -
  45. nome: Agricolo
  46. -
  47. nome: Edificabile residenziale
  48. -
  49. nome: Edificabile commerciale
  50.  
  51. zona:
  52. -
  53. nome: Periferia
  54. -
  55. nome: Centro
  56. -
  57. nome: Centro storico
  58.  
  59.  
  60. abitazione:
  61. -
  62. nome: Villetta
  63. descrizione: Villetta indipendente
  64. -
  65. nome: Appartamento
  66. descrizione: Appartamento
  67. -
  68. nome: Bifamiliare
  69. descrizione: Casa bifamiliare
  70.  
  71. finitura:
  72. -
  73. nome: Buono
  74. descrizione: Buono stato
  75. -
  76. nome: Discreto
  77. descrizione: Discreto stato
  78. -
  79. nome: Da ristrutturare
  80. descrizione: Necessaria ristrutturazione
Add Comment
Please, Sign In to add comment