Re: New template of checkbox get imported

2009-10-23 Thread abel deuring
On 22.10.2009 09:28, Bruno Patri wrote:
> Le mercredi 21 octobre 2009 23:07:06, Sergio Zanchetta a écrit :
>> Hi everyone,
>>
>> There is a new templates of "System Testing" (checkbox) that have been
>> imported to LP, due to the fix of the bug # 456115.
>> There are several new strings to translate so it should be nice to
>> have them done ASAP because the deadline is tomorrow.
> 
> Hi,
> 
> There are many strings with anti-slashes in this template, like this one :
> 
> Pair a Bluetooth headset with your system. Then open the \ volume control 
> application by right-clicking on the speaker \ icon in the panel and 
> selecting "Sound Preferences". Select \ the "Input" tab and choose your 
> Bluetooth device. Select the \ "Output" tab and choose your Bluetooth 
> device. When you are done, \ click the Test button, then speak into the 
> microphone. \ After a few seconds, your speech will be played back to you.
> 
> 
> I guess this should be \n instead of \

I think these backslashes indicate that the line after the '\' is the
continuation of the line before the '\'. Just run checkbox-gtk and
compare what is displayed with the text in tests/*.txt.in.

Abel

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: New template of checkbox get imported

2009-10-22 Thread Sergio Zanchetta
2009/10/22 Bruno Patri :
> Le jeudi 22 octobre 2009 10:19:39, abel deuring a écrit :
>> On 22.10.2009 09:28, Bruno Patri wrote:
>> > Le mercredi 21 octobre 2009 23:07:06, Sergio Zanchetta a écrit :
>> >> Hi everyone,
>> >>
>> >> There is a new templates of "System Testing" (checkbox) that have been
>> >> imported to LP, due to the fix of the bug # 456115.
>> >> There are several new strings to translate so it should be nice to
>> >> have them done ASAP because the deadline is tomorrow.
>> >
>> > Hi,
>> >
>> > There are many strings with anti-slashes in this template, like this
>> > one :
> .../...
>> > I guess this should be \n instead of \
>>
>> I think these backslashes indicate that the line after the '\' is the
>> continuation of the line before the '\'. Just run checkbox-gtk and
>> compare what is displayed with the text in tests/*.txt.in.
>
> Checkbox has a CLI, so the strings should fit in a 80 col terminal (and
> checkbox-gtk has a really ugly apparence with those strings on a single
> line), that's why I guess this was a mistake.
>

David and me have talked with Marc about "\" thing on #ubuntu-devel.
He told us that they are needed to indicate the following newline
should be ignored in the code.
He added they're not meant to be like \n, they're meant to enable the
template files to be more readable by having long lines wrapped.
The lines are merged by the parser when \ is followed by a newline, so
it will be the same if you just don't use \ nor newline.

So, we have to translate strings as a single line without "\".

He ended saying that the issue with the program will definitely be
addressed early in the lucid cycle.


Sergio.



>
> --
> Bruno
>
> --
> ubuntu-translators mailing list
> ubuntu-translators@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators
>



-- 
Sergio Zanchetta 

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: New template of checkbox get imported

2009-10-22 Thread Bruno Patri
Le jeudi 22 octobre 2009 10:19:39, abel deuring a écrit :
> On 22.10.2009 09:28, Bruno Patri wrote:
> > Le mercredi 21 octobre 2009 23:07:06, Sergio Zanchetta a écrit :
> >> Hi everyone,
> >>
> >> There is a new templates of "System Testing" (checkbox) that have been
> >> imported to LP, due to the fix of the bug # 456115.
> >> There are several new strings to translate so it should be nice to
> >> have them done ASAP because the deadline is tomorrow.
> >
> > Hi,
> >
> > There are many strings with anti-slashes in this template, like this
> > one :
.../...
> > I guess this should be \n instead of \
> 
> I think these backslashes indicate that the line after the '\' is the
> continuation of the line before the '\'. Just run checkbox-gtk and
> compare what is displayed with the text in tests/*.txt.in.

Checkbox has a CLI, so the strings should fit in a 80 col terminal (and 
checkbox-gtk has a really ugly apparence with those strings on a single 
line), that's why I guess this was a mistake.


-- 
Bruno

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: New template of checkbox get imported

2009-10-22 Thread Milo Casagrande
2009/10/22 Milo Casagrande :
>> I guess this should be \n instead of \
>
> Also, they are coming from txt files, could that be related?

Looking here:
http://bazaar.launchpad.net/~checkbox-dev/checkbox/trunk/annotate/head:/tests/audio.txt.in

looks like the \ character is not a real \n character, but is probably
used as a concatenation of some sort...

-- 
Milo Casagrande 

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: New template of checkbox get imported

2009-10-22 Thread Abel Deuring
On 22.10.2009 09:28, Bruno Patri wrote:
> Le mercredi 21 octobre 2009 23:07:06, Sergio Zanchetta a écrit :
>> Hi everyone,
>>
>> There is a new templates of "System Testing" (checkbox) that have been
>> imported to LP, due to the fix of the bug # 456115.
>> There are several new strings to translate so it should be nice to
>> have them done ASAP because the deadline is tomorrow.
> 
> Hi,
> 
> There are many strings with anti-slashes in this template, like this one :
> 
> Pair a Bluetooth headset with your system. Then open the \ volume control 
> application by right-clicking on the speaker \ icon in the panel and 
> selecting "Sound Preferences". Select \ the "Input" tab and choose your 
> Bluetooth device. Select the \ "Output" tab and choose your Bluetooth 
> device. When you are done, \ click the Test button, then speak into the 
> microphone. \ After a few seconds, your speech will be played back to you.
> 
> 
> I guess this should be \n instead of \

I think these backslashes indicate that the line after the '\' is the
continuation of the line before the '\'. Just run checkbox-gtk and
compare what is displayed with the text in tests/*.txt.in.

Abel


-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: New template of checkbox get imported

2009-10-22 Thread Milo Casagrande
2009/10/22 Bruno Patri :
> There are many strings with anti-slashes in this template, like this one :
>
> I guess this should be \n instead of \

Also, they are coming from txt files, could that be related?


-- 
Milo Casagrande 

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: New template of checkbox get imported

2009-10-22 Thread Bruno Patri
Le mercredi 21 octobre 2009 23:07:06, Sergio Zanchetta a écrit :
> Hi everyone,
> 
> There is a new templates of "System Testing" (checkbox) that have been
> imported to LP, due to the fix of the bug # 456115.
> There are several new strings to translate so it should be nice to
> have them done ASAP because the deadline is tomorrow.

Hi,

There are many strings with anti-slashes in this template, like this one :

Pair a Bluetooth headset with your system. Then open the \ volume control 
application by right-clicking on the speaker \ icon in the panel and 
selecting "Sound Preferences". Select \ the "Input" tab and choose your 
Bluetooth device. Select the \ "Output" tab and choose your Bluetooth 
device. When you are done, \ click the Test button, then speak into the 
microphone. \ After a few seconds, your speech will be played back to you.


I guess this should be \n instead of \



-- 
Bruno

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


New template of checkbox get imported

2009-10-21 Thread Sergio Zanchetta
Hi everyone,

There is a new templates of "System Testing" (checkbox) that have been
imported to LP, due to the fix of the bug # 456115.
There are several new strings to translate so it should be nice to
have them done ASAP because the deadline is tomorrow.

https://translations.edge.launchpad.net/ubuntu/karmic/+source/checkbox/+pots/checkbox

Happy translations!

Sergio.

-- 
Sergio Zanchetta 

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators