- Plugs the Total duration text to macOS's localization technology - Adds a proper Spanish translation - Adapts certain dialogs to make them more suitable for translation Signed-off-by: Kevin López Brante <kevin@kddlb.cl>
18 lines
577 B
Text
18 lines
577 B
Text
/* Class = "NSWindow"; title = "Send Feedback"; ObjectID = "1"; */
|
|
"1.title" = "Enviar comentarios";
|
|
|
|
/* Class = "NSButtonCell"; title = "Send"; ObjectID = "17"; */
|
|
"17.title" = "Enviar";
|
|
|
|
/* Class = "NSTextFieldCell"; title = "Subject:"; ObjectID = "18"; */
|
|
"18.title" = "Asunto:";
|
|
|
|
/* Class = "NSTextFieldCell"; title = "Message:"; ObjectID = "19"; */
|
|
"19.title" = "Mensaje:";
|
|
|
|
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "20"; */
|
|
"20.title" = "Cancelar";
|
|
|
|
/* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "22"; */
|
|
"22.title" = "Correo electrónico:";
|
|
|