mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Tcc: Fixed bug in Linux. Now no standard libraries are added
git-svn-id: svn://ultimatepp.org/upp/trunk@2350 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b561b79ff3
commit
078883f4f4
6 changed files with 253 additions and 253 deletions
|
|
@ -4,16 +4,16 @@
|
|||
// Tcc.cpp
|
||||
|
||||
T_("Tcc library not found")
|
||||
esES("Librería Tcc no encontrada")
|
||||
esES("Librer\303\255a Tcc no encontrada")
|
||||
|
||||
T_("Tcc function %s not found")
|
||||
esES("Función Tcc %s no encontrada")
|
||||
esES("Funci\303\263n Tcc %s no encontrada")
|
||||
|
||||
T_("Line %d")
|
||||
esES("Línea %d")
|
||||
esES("L\303\255nea %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")
|
||||
esES("No es posible a\303\261adir s\303\255mbolos si 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")
|
||||
|
|
@ -22,4 +22,4 @@ 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")
|
||||
esES("No es posible obtener s\303\255mbolos si se ha definido salida a fichero")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue