ultimatepp/bazaar/Tcc/Tcc.t
koldo aa100d5886 *Tcc: Fixed plugin problem and added as a package thanks to Didier :)
git-svn-id: svn://ultimatepp.org/upp/trunk@4006 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-13 19:39:45 +00:00

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("")