ultimatepp/bazaar/Controls4U/Controls4U.t
koldo 09248f0dc7 Controls4U. Single threaded compiling (non MT) is now permitted, losing StaticClock auto refresh and Meter handle movement
git-svn-id: svn://ultimatepp.org/upp/trunk@2448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-01 20:19:49 +00:00

70 lines
1.3 KiB
Raku

#ifdef _MSC_VER
#pragma setlocale("C")
#endif
// Controls4U.cpp
T_("Select file")
esES("Seleccionar fichero")
T_("Select directory")
esES("Seleccionar directorio")
T_("Folders")
esES("Carpetas")
T_("My Folders")
esES("Mis carpetas")
T_("Name")
esES("Nombre")
T_("Size")
esES("Tamaño")
T_("Date")
esES("Fecha")
T_("File System")
esES("Sistema de ficheros")
T_("Sorry. It is not possible to open %s")
esES("Lo siento. No es posible abrir %s")
T_("No files or access not permitted")
esES("No hay ficheros o no está permitido el acceso")
T_("Folder %s does not exist or is not available")
esES("Carpeta %s no existe o no está disponible")
T_("Folder %s not found")
esES("Carpeta %s no encontrada")
// Controls4U.h
T_("Do you want to send the %d files to the trash bin?")
esES("¿Quieres enviar los %d ficheros a la papelera?")
T_("%s \"%s\" cannot be sent to the trash bin")
esES("%s \"%s\" no se puede neviar a la papelera")
T_("Folder")
esES("Carpeta")
T_("File")
esES("Fichero")
T_("Do you want to send %s \"%s\" to the trash bin?")
esES("¿Quieres enviar el %s \"%s\" a la papelera?")
T_("folder")
esES("carpeta")
T_("file")
esES("fichero")
// ActiveX.cpp
T_("Function not implemented")
esES("Función no implementada")