mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
42 lines
1.3 KiB
Turing
42 lines
1.3 KiB
Turing
#ifdef _MSC_VER
|
|
#pragma setlocale("C")
|
|
#endif
|
|
// Tcc.cpp
|
|
|
|
T_("Tcc library not found")
|
|
caES("Llibreria Tcc no trobada")
|
|
esES("Librer\303\255a Tcc no encontrada")
|
|
frFR("")
|
|
|
|
T_("Tcc function %s not found")
|
|
caES("Funci\303\263 Tcc %s no trobada")
|
|
esES("Funci\303\263n Tcc %s no encontrada")
|
|
frFR("")
|
|
|
|
T_("Line %d")
|
|
caES("L\303\255nia %d")
|
|
esES("L\303\255nea %d")
|
|
frFR("")
|
|
|
|
T_("Not possible to add symbols if output to file is defined")
|
|
caES("No \303\251s possible afegir s\303\255mbols si s'ha definit sortida a "
|
|
"fitxer")
|
|
esES("No es posible a\303\261adir s\303\255mbolos si se ha definido salida a "
|
|
"fichero")
|
|
frFR("")
|
|
|
|
T_("Not possible to get file if output to memory is defined")
|
|
caES("No \303\251s possible obtenir fitxer si s'ha definit sortida en mem\303\262ria")
|
|
esES("No es posible obtener fichero si se ha definido salida en memoria")
|
|
frFR("")
|
|
|
|
T_("File name is necessary if output to file is defined")
|
|
caES("Es necessita nom de fitxer si s'ha definit sortida a fitxer")
|
|
esES("Se necesita nombre de fichero si se ha definido salida a fichero")
|
|
frFR("")
|
|
|
|
T_("Not possible to get symbols if output to file is defined")
|
|
caES("No \303\251s possible obtenir s\303\255mbols si s'ha definit sortida a "
|
|
"fitxer")
|
|
esES("No es posible obtener s\303\255mbolos si se ha definido salida a fichero")
|
|
frFR("")
|