mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-31 22:02:58 -06:00
73 lines
1.3 KiB
Raku
73 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_("No files or access not permitted")
|
|
esES("No hay ficheros o no está permitido el acceso")
|
|
|
|
T_("File System")
|
|
esES("Sistema de ficheros")
|
|
|
|
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")
|
|
|
|
|
|
// Obsolete
|
|
|
|
T_("Sorry. It is not possible to open %s")
|
|
esES("Lo siento. No es posible abrir %s")
|