[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [TSVN] Spanish translation... done! (almost)

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2005-05-31 10:12:12 CEST

Hi Steve,

> Yes, please do. I'll double check the commit mail.
> Oh, just make sure you don't change the sourcecode,

Not even these two lines ??
from
        pFrame->m_Data.m_yourFile.SetFileName(parser.GetVal(_T("yours")));
        
pFrame->m_Data.m_yourFile.SetDescriptiveName(parser.GetVal(_T("yoursname")))
;
To
        pFrame->m_Data.m_yourFile.SetFileName(parser.GetVal(_T("mine")));
        
pFrame->m_Data.m_yourFile.SetDescriptiveName(parser.GetVal(_T("minename")));
;-)

> but only the
> resources and the docs.

Will do :-)

Only the resources for now, the rest will happen later / tonight.

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue May 31 10:12:29 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.