forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: pmedinua on August 06, 2007, 10:06:52 pm

Title: Correction for spanish Translation (in group permissions)
Post by: pmedinua on August 06, 2007, 10:06:52 pm
There's a slightly not correct term used in the spanish translation.

In "Groups" there is a setting called "approval".
It is not correctly translated to spanish because the actual translation to spanish means "approved".

In spanish it should be change from "Aprobado" to "Aprobacion". (Approved to approval)
Title: Re: Correction for spanish Translation (in group permissions)
Post by: Joachim Müller on August 07, 2007, 09:06:33 am
So you're suggesting to change the following translation strings?
Code: [Select]
'postpone_app' => 'Posponer el aprobado',to
Code: [Select]
'postpone_app' => 'Posponer el aprobacion',and
Code: [Select]
'approval' => 'Aprobado', //cpg1.4to
Code: [Select]
'approval' => 'Aprobacion', //cpg1.4
Title: Re: Correction for spanish Translation (in group permissions)
Post by: freeedy on August 07, 2007, 09:52:05 pm
It will be like this:

Code: [Select]
'postpone_app' => 'Posponer el aprobado',to
Code: [Select]
'postpone_app' => 'Posponer la aprobación',and
Code: [Select]
'approval' => 'Aprobado', //cpg1.4to
Code: [Select]
'approval' => 'Aprobación', //cpg1.4
Title: Re: Correction for spanish Translation (in group permissions)
Post by: Joachim Müller on August 20, 2007, 07:11:17 pm
Comitted to SVN, will be in cpg1.4.13. Marking as "fixed"