gimpusers.com logo
German version English version

Not logged in

Sign up! | Lost password?

Latest discussion

  1. gegl-developer | today 04:51 PM
    babl docs
  2. gimp-developer | today 03:52 PM
    GIMP paths.
  3. gimp-developer | today 08:59 AM
    (no subject)
  4. gimp-web | yesterday 10:41 PM
    Windows installers
  5. gimp-user | yesterday 10:23 PM
    How to edit text in both Gimp & Photoshop

External news

Poll

How good are you at programming?

OMG, that is nothing for me at all!

I've been coding a little bit but I'm not very fit at it

I'm pretty good at programming and would maybe be able to write a Plug-In for GIMP

I'm very good at programming and I would theoretically be able to hack for the GIMP core

See results

Stats

gimpusers.com RSS feed

GIMP Forums » For GIMP developers

Translating the Windows installer

Jump to message:

  1. Translating the... — Jernej Simončič, 10 May 2010 11:34 PM
    1. message 201005111142.40859.tneuer@inwise.de not available
      1. Translating the... — Michael Schumacher, 11 May 2010 12:38 PM
        1. Translating the... — Cristian Secară, 11 May 2010 01:38 PM
          1. Translating the... — Jernej Simončič, 11 May 2010 02:36 PM
            1. Translating the... — Cristian Secară, 11 May 2010 03:02 PM
              1. Translating the... — Jernej Simončič, 11 May 2010 04:38 PM

As a registered user, you can subscribe forum threads in order to get notified when replies are posted. Just log in at the right top of the page if you already have an account, otherwise you can register for free.

Permalink:1042362625.20100510233418@eternallybo...
Date:10 May 2010 11:34 PM
From:Jernej Simončič
Subject:Translating the Windows installer
Windows installer for GIMP has till now always been in English only,
although the installer always shipped with all translations that are
included with GIMP. It would be nice, if the installer was translated
as well, but it uses it's own translation format, which is quite
different from gettext's .po catalogs. What would be the best way to
handle this translation?
--
< Jernej Simončič ><><><><><><><><><><><>< http://eternallybored.org/ >

Because 10 billion years' time is so fragile, so ephemeral...
it arouses such a bittersweet, almost heartbreaking fondness.

_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
↑Back to thread overview
Permalink:20100511103832.36800@gmx.net
Date:11 May 2010 12:38 PM
From:Michael Schumacher
Subject:Translating the Windows installer
> Von: Torsten Neuer <tneuer@inwise.de>

> Am Montag, 10. Mai 2010 23:34:18 schrieb Jernej Simončič:
> > Windows installer for GIMP has till now always been in English only,
> > although the installer always shipped with all translations that are
> > included with GIMP. It would be nice, if the installer was translated
> > as well, but it uses it's own translation format, which is quite
> > different from gettext's .po catalogs. What would be the best way to
> > handle this translation?
>
> This depends on how the translations are done in the Windows installer.
> Some installers use some kind of database which is not interchangable
> and require the installer software for editing. Others use plain text
> files (one for each language) which doe not require the installer
> software in order to be edited. In the latter case, editable language
> templates could be produced by copying the English variant.

AFAIK Innosetup uses the latter case.

I'm more concerned about the translations themselves:

Jernej, please make sure that the translators know what the messages mean... there have been times when GIMP's translations clearly showed that the translators have never tried them when using GIMP :)


Regards,
Michael
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
↑Back to thread overview
Permalink:20100511143830.8321bc5d.orice@secaric...
Date:11 May 2010 01:38 PM
From:Cristian Secară
Subject:Translating the Windows installer
On Tue, 11 May 2010 12:38:32 +0200, Michael Schumacher wrote:

> I'm more concerned about the translations themselves:
>
> Jernej, please make sure that the translators know what the messages
> mean... there have been times when GIMP's translations clearly showed
> that the translators have never tried them when using GIMP :)

I don't know details about InnoSetup, but I have experience with
Nullsoft installer (VLC, Dia and Inkscape).

Nullsoft has its own general (abstract) translated strings, maintained
by Nullsoft community. Apart from these, there are a few
application-specific strings, maintained by the application's
community; these application-specific strings are included with
programming directives in the main installer script.

Might be InnoSetup use a similar approach ?

Cristi
--
Cristian Secară
http://www.secarica.ro/
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
↑Back to thread overview
Permalink:1279719155.20100511143610@eternallybo...
Date:11 May 2010 02:36 PM
From:Jernej Simončič
Subject:Translating the Windows installer
On Tuesday, May 11, 2010, 13:38:30, Cristian Secară wrote:

> Might be InnoSetup use a similar approach ?

It's pretty similar with Inno - there are some official translations
(these ship with Inno Setup itself, and are guaranteed to be correct
by their authors), unofficial translations available on
<http://www.jrsoftware.org/files/istrans/> and some strings that are
specific to GIMP's installer.
--
< Jernej Simončič ><><><><>< http://eternallybored.org/ >

Incompetents often hire able assistants.
-- Evelyn's Fifth Rule for Bureaucratic Survival

_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
↑Back to thread overview
Permalink:20100511160207.aa29f6a4.orice@secaric...
Date:11 May 2010 03:02 PM
From:Cristian Secară
Subject:Translating the Windows installer
On Tue, 11 May 2010 14:36:10 +0200, Jernej Simončič wrote:

> It's pretty similar with Inno - there are some official translations
> (these ship with Inno Setup itself, and are guaranteed to be correct
> by their authors), unofficial translations available on
> <http://www.jrsoftware.org/files/istrans/> and some strings that are
> specific to GIMP's installer.

Just in case, if you enable the installer multilingual selection,
please let me check the (unofficial) translation for Romanian to be
included for GIMP package.
The existing global is ok overall, but still it requires some minor
adjustments.

Question – do you intend to use the Unicode version ?

Cristi
--
Cristian Secară
http://www.secarica.ro/
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
↑Back to thread overview
Permalink:1373254398.20100511163819@eternallybo...
Date:11 May 2010 04:38 PM
From:Jernej Simončič
Subject:Translating the Windows installer
On Tuesday, May 11, 2010, 15:02:07, Cristian Secară wrote:

> Just in case, if you enable the installer multilingual selection,
> please let me check the (unofficial) translation for Romanian to be
> included for GIMP package.

Before I include any installer translation, I'd like to get the
GIMP-specific strings to be translated, too.

> Question – do you intend to use the Unicode version ?

Yes. Windows 2000 has been a requirement for a while now, so it makes
no sense not to use it.
--
< Jernej Simončič ><><><><>< http://eternallybored.org/ >

In order to get a loan you must first prove you don't need it.
-- Bankers Axiom

_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
↑Back to thread overview

Adobe® Photoshop® is a registered trademark of Adobe Systems, Inc. Linux is a trademark of Linus Torvalds. Ubuntu and Canonical are registered trademarks of Canonical Ltd. | Clock times are shown as CET / CEST | Imprint / Privacy policy | powered by bitfire it services | sponsored by Hirners Hotel Guide