#include #ifndef __EN_HPP_ #define __EN_HPP_ namespace en{ const extern std::string noColor = "The terminal doesn't support cors"; const extern std::string errorGenerico_1 = "How do you get here?"; const extern std::string errorGenerico_2 = "Just in case we go to the main menu"; const extern std::string menuPrincipal = "Main Menu"; const extern std::string menuPrincipal_1 = "- Start Stress Test"; const extern std::string menuPrincipal_2 = "- Configurate"; const extern std::string menuPrincipal_3 = "- Exit"; const extern std::string menuConfigurar = "Configuration"; const extern std::string menuConfigurar_1 = "- Configurate all"; const extern std::string menuConfigurar_2 = "- Number of threads"; const extern std::string menuConfigurar_3 = "- Time"; const extern std::string menuConfigurar_4 = "- Main Menu"; const extern std::string confTodo = "All the configuration will be write in "; const extern std::string confHilos = "Current number of threads > "; const extern std::string confTiempo = "Current execution time > "; const extern std::string confHilosInput = "- Number of threads\t> "; const extern std::string confTiempoInput = "- Execution time\t> "; } #endif // __EN_HPP_