/application/language/spanish/property_types_lang.php

https://github.com/arielalvarez88/propiedadsantiaguera · PHP · 18 lines · 13 code · 1 blank · 4 comment · 0 complexity · e0d01e3345ba6a4f3ebe126b5ed01caf MD5 · raw file

  1. <?php
  2. /*
  3. * To change this template, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. $lang["proterty_types_header"] = "Elige el tipo de propiedad de tu preferencia";
  7. $lang["proterty_types_houses"] = "Casas";
  8. $lang["proterty_types_apartments"] = "Apartamentos";
  9. $lang["proterty_types_building"] = "Edificios";
  10. $lang["proterty_types_penthouses"] = "Pent House";
  11. $lang["proterty_types_offices"] = "Oficinas";
  12. $lang["proterty_types_malls"] = "Locales Comerciales";
  13. $lang["proterty_types_warehouses"] = "Naves Industriales";
  14. $lang["proterty_types_projects"] = "Proyectos en Construcción";
  15. $lang["proterty_types_lots"] = "Solares";
  16. $lang["proterty_types_lands"] = "Fincas";
  17. ?>