Hi,

to prevent any legal problems you must not reuse that microsoft strings, please translate them yourself. I am not a lawyer but it sounds not good to me and the last thing we need is a law suit caused by windows installer strings ....

Cheers,
Ivo

Alessandro Cattelan wrote:
Alle 20:32, giovedì 2 marzo 2006, Andras Timar ha scritto:

However, be careful when you process these glossaries. Read the licence.
I think it is OK to use the translated strings in OOo, because English
string are also used in OOo anyway. But I'm not sure you are allowed to
make TMX from them. Distribution is prohibited for sure.


I understand that it is not possible to make TMXs out of the MS Glossaries:

***
B) LEGAL NOTICES
All rights reserved. No part of these documents may be reproduced, adapted, distributed, or transmitted in any form or by any means, electronic, mechanical, or otherwise, including photocopying and entry into an information storage and/or retrieval system, for any purpose without the express consent of Microsoft Corporation. Microsoft Corporation hereby authorizes you to use the individual terms described in these documents as descriptions. You are not permitted to duplicate the compiled glossaries in whole or substantial part for distribution. Except as expressly stated, nothing herein is intended to constitute a license under any Microsoft Corporation copyright, trademark, or other intellectual property right. If you require additional rights, please contact Microsoft Corporation, One Microsoft Way, Redmond, WA 98052, USA, Attn: Microsoft International Language Services.
***

Is there any program that would let me search for a given string in a CSV file?

I have this script that lets me do that but it doesn't work with CSV files:
$ grep -R 'STRING' PATH | awk -F: ' { print $1 FS "\n\t" $2 } '


What do you use to perform searches in CSV files? Don't tell me to open all those files in Calc! :o)

Thanks,
Ale.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to