mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
25 lines
799 B
Turing
25 lines
799 B
Turing
#ifdef _MSC_VER
|
|
#pragma setlocale("C")
|
|
#endif
|
|
// Tcc.cpp
|
|
|
|
T_("Tcc library not found")
|
|
esES("Librería Tcc no encontrada")
|
|
|
|
T_("Tcc function %s not found")
|
|
esES("Función Tcc %s no encontrada")
|
|
|
|
T_("Line %d")
|
|
esES("Línea %d")
|
|
|
|
T_("Not possible to add symbols if output to file is defined")
|
|
esES("No es posible añadir símbolos se se ha definido salida a fichero")
|
|
|
|
T_("Not possible to get file if output to memory is defined")
|
|
esES("No es posible obtener fichero si se ha definido salida en memoria")
|
|
|
|
T_("File name is necessary if output to file is defined")
|
|
esES("Se necesita nombre de fichero si se ha definido salida a fichero")
|
|
|
|
T_("Not possible to get symbols if output to file is defined")
|
|
esES("No es posible obtener símbolos si se ha definido salida a fichero")
|