Ticket #1484572 (closed Bugs: fixed)

Opened 16 months ago

Last modified 16 months ago

Spanish Localization (ES) Issues

Reported by: damianmora Owned by:
Priority: 5 Milestone:
Component: Client Scripts Version: svn-trunk
Severity: minor Keywords: localization
Cc:

Description

Description for label subscribed is incorrect it says:

labels.inc:$labels['subscribed'] = 'Suscribipta';

but must be:

labels.inc:$labels['subscribed'] = 'Suscrita';

Descriptions for labels fileuploaderror and filesizeerror are inconsistent with labels filename, filesize and addatachment, because there "files" are known as "archivos"(latam) and not "ficheros"(spain).

They say:

messages.inc:$messages['fileuploaderror'] = 'Fallo en la subida de ficheros';
messages.inc:$messages['filesizeerror'] = 'El fichero excede el tamaño maximo ($size)'

but should be:

messages.inc:$messages['fileuploaderror'] = 'Fallo en la subida de archivos';
messages.inc:$messages['filesizeerror'] = 'El archivo excede el tamaño maximo ($size)'

Change History

Changed 16 months ago by yllar

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.