After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 495304 - Localize the installer into Lithuanian (lt)
Localize the installer into Lithuanian (lt)
Status: RESOLVED INCOMPLETE
Product: GIMP
Classification: Other
Component: Windows Installer
2.8.14
Other Windows
: Normal enhancement
: ---
Assigned To: Jernej Simončič
Jernej Simončič
Depends on:
Blocks:
 
 
Reported: 2007-11-09 15:24 UTC by Rimas Kudelis
Modified: 2016-10-07 23:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
lt.setup.isl (4.24 KB, text/plain)
2007-11-09 15:26 UTC, Rimas Kudelis
Details
Updated translation (3.95 KB, text/plain)
2007-11-13 12:53 UTC, Rimas Kudelis
Details
Main translation file (17.45 KB, text/plain)
2007-11-13 13:24 UTC, Rimas Kudelis
Details
Updated translation, with [Messages] section moved to lt.setup.isl (4.10 KB, text/plain)
2007-11-13 13:29 UTC, Rimas Kudelis
Details

Description Rimas Kudelis 2007-11-09 15:24:20 UTC
Inno setup supports localization, so it would be great if the installer for windows would allow the user to choose installation language.

I'll soon attach Lithuanian translation of en.setup.isl.
Comment 1 Rimas Kudelis 2007-11-09 15:26:05 UTC
Created attachment 98823 [details]
lt.setup.isl

Translation of en.setup.isl into Lithuanian. I used utf-8, but I can convert it to cp1257 if needed.

Translation of the main strings is available on Inno Setup page, but I'll attach a modified version of it later in the evening.
Comment 2 Rimas Kudelis 2007-11-13 12:53:44 UTC
Created attachment 99024 [details]
Updated translation

Attaching updated lt.setup.isl
Comment 3 Rimas Kudelis 2007-11-13 13:24:44 UTC
Created attachment 99027 [details]
Main translation file

This is the main translation file for Inno Setup. It differs quite a lot (in wording and terminology used) from what is available on innosetup website, so I'd rather use this file.

Both files, this and lt.setup.isl, are encoded in windows-1257 now. UTF-8 didn't seem to work, but well, I haven't tested it thoroughly.

I also want to make a suggestion regarding gimp+gtk.iss: 
1: Line #132:
    en.WizardInfoBefore=License Agreement 
should be removed from the file and

2: Line #98:
    InfoBeforeFile=gpl.rtf
should be changed to:
LicenseFile=gpl.rtf

This way not only the user would have to explicitly agree with the Licence terms, but we would also have correct translation in the "Licence Agreement" page.

BTW, I think it should be possible to move the whole [Messages] section from gimp+gtk.iss to en.setup.isl (create a [Messages] section there). However, in the installer i've just built with this section moved, the AboutSetupNote string doesn't show up at all (a bug in Inno Setup?).
Comment 4 Rimas Kudelis 2007-11-13 13:29:45 UTC
Created attachment 99029 [details]
Updated translation, with [Messages] section moved to lt.setup.isl

Here's the same translation as attachment #99024 [details], but with a [Messages] section moved from gimp+gtk.iss to lt.setup.isl.
Comment 5 Jernej Simončič 2007-11-13 16:34:45 UTC
The user doesn't have to accept the license agreement to use the software, which is why InfoBeforeFile is used with a changed label. I probably should move the label message to en.setup.isl though.
Comment 6 Rimas Kudelis 2007-11-13 17:10:09 UTC
(In reply to comment #5)
> The user doesn't have to accept the license agreement to use the software,

How come he doesn't have to?

> which is why InfoBeforeFile is used with a changed label. I probably should
> move the label message to en.setup.isl though.

Perhaps you can hack InnoSetup to simply not display the accept/don't accept radios instead?
Comment 7 Sven Neumann 2008-10-16 06:45:13 UTC
Jernej, what's the state on this? If you don't want to accept the translation, then please close this report.
Comment 8 Michael Schumacher 2012-05-27 21:13:40 UTC
The installer script and translation files are now in the Git repository, so if anyone would attach an updated lt.setup.isl translated from the en.setup.isl, we could just commit it:

http://git.gnome.org/browse/gimp/tree/build/windows/installer?h=gimp-2-8
Comment 9 Jernej Simončič 2016-03-29 07:02:29 UTC
If this translation could be updated to match the most recent en.setup.isl, I could include it in the installer:

https://git.gnome.org/browse/gimp/tree/build/windows/installer/lang/en.setup.isl?h=gimp-2-8

Note that the file should use cp1257 to match the main setup translation:
https://raw.githubusercontent.com/jrsoftware/issrc/master/Files/Languages/Unofficial/Lithuanian.isl

I'll close the bug for now, but feel free to reopen it if you update the translation.