Matthew Toseland skrev:
> On Friday 10 April 2009 14:31:01 Zero3 at freenetproject.org wrote:
>> Author: Zero3
>> Date: 2009-04-10 13:31:01 +0000 (Fri, 10 Apr 2009)
>> New Revision: 26707
>>
>> Modified:
>> trunk/apps/wininstaller/src_translationhelper/Include_Lang_Template.inc
>> Log:
>> Fixed remaining Danish strings in template
>>
>> Modified:
> trunk/apps/wininstaller/src_translationhelper/Include_Lang_Template.inc
>> ===================================================================
>> --- trunk/apps/wininstaller/src_translationhelper/Include_Lang_Template.inc
> 2009-04-10 12:59:25 UTC (rev 26706)
>> +++ trunk/apps/wininstaller/src_translationhelper/Include_Lang_Template.inc
> 2009-04-10 13:31:01 UTC (rev 26707)
>> @@ -50,7 +50,7 @@
>> ; Installer - Old installation detected
>> Trans_Add("Freenet Installer has detected that you already have Freenet
> installed. Your current installation was installed using an older,
> unsupported installer. To continue, you must first uninstall your current
> version of Freenet using the previously created uninstaller:", "")
>> Trans_Add("&Uninstall", "")
>> - Trans_Add("The installation will continue once the old installation has
> been removed.", "Installationen vil forts?tte n?r den tidligere installation
> er blevet fjernet.")
>> + Trans_Add("The installation will continue once the old installation has
> been removed.", "")
>>
>> ; Installer - Main GUI - Header
>> Trans_Add("Please check the following default settings before
>> continuing
> with the installation of Freenet.", "")
>> @@ -94,8 +94,8 @@
>> Trans_Add("Installation finished successfully!", "")
>>
>> ; Uninstaller - Common
>> - Trans_Add("Freenet uninstaller", "Freenet afinstallationsprogram")
>> - Trans_Add("Freenet uninstaller error", "Freenet afinstallationsprogram
> fejl")
>> + Trans_Add("Freenet uninstaller", "")
>> + Trans_Add("Freenet uninstaller error", "")
>>
>> ; Uninstaller - General
>> Trans_Add("Freenet has been uninstalled!", "")
>
> Is this diff backwards? You are removing strings here apparently!
No. I based the template off the Danish translation, and realized that I
forgot to remove some of the Danish strings.
- Zero3