Done.
-Brian
It is currently July 7th, 2022, 1:16 am
Spanish (Modern)
-
- Developer
- Posts: 2424
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
-
- Posts: 96
- Joined: March 1st, 2017, 3:09 pm
Re: Spanish (Modern)
Perfect, thanks you!!Brian wrote:Done.
-Brian
I think with these changes SpanishModern.h is fully correct:
I did not see that the gender doesn't match, my fault. The correct word is "basada" instead "basado", so it would be:Code: Select all
Line 39: #define STR_AUTOSELECTMONITOR "Autoselección basado en posición de ventana"
Code: Select all
#define STR_AUTOSELECTMONITOR "Autoselección basada en posición de ventana"
This would be "Ocultar al pasar el puntero", but for make it shorter can be used "Ocultar al pasar el ratón". You can check this here (the second result).Code: Select all
Line 52: #define STR_HIDEONMOUSEOVER "Ocultar sobre el ratón"
Code: Select all
#define STR_HIDEONMOUSEOVER "Ocultar al pasar el ratón"
This would be "Actualizar", as you can see here.Code: Select all
Line 108: #define STR_REFRESH "Refrescar"
Code: Select all
#define STR_REFRESH "Actualizar"
In this I tried to make it as short as possible, but the most short understable thing I found is "Al pasar puntero". I suppose that would be not enough short?Code: Select all
Line 119: #define STR_ONHOVERSC "En puntero:"
Code: Select all
#define STR_ONHOVERSC "Al pasar puntero:"
This would be "Guardar", as you can see here.Code: Select all
Line 128: #define STR_SAVE "Salvar"
Code: Select all
#define STR_SAVE "Guardar"
Thanks one more time for your patience.As the first case, the gender doesn't match. "nuevo" and "Nuevo" would be "nueva" and "Nueva".Code: Select all
Lines: 143: #define STR_CREATENEWSKIN "Crear nuevo piel" 144: #define STR_NEWSKIN "Nuevo piel"
Code: Select all
#define STR_CREATENEWSKIN "Crear nueva piel" #define STR_NEWSKIN "Nueva piel"
EDIT: I see the new requested translation now:
Code: Select all
Language is outdated
Code: Select all
Idioma desactualizado
-
- Developer
- Posts: 2424
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: Spanish (Modern)
Thanks!
-Brian
-Brian