[Gimp-developer] existig translation don't show translated

2011-09-05 Thread Cristian Secară
In the Brushes / Patterns / Gradients panel there is the enter tags
field, with a drop down arrow. For some languages [*], by default, in
the tags.xml file, the /brushes/Round.vbr has the round tag
associated and the /brushes/Round-Fuzzy.vbr has the fuzzy and round
tags associated. 

These tags are present in the main .po file:

#: ../data/tags/gimp-tags-default.xml.in.h:1
msgid fuzzy

#: ../data/tags/gimp-tags-default.xml.in.h:2
msgid round

However, for those languages where these tags are present in the
tags.xml file, in the UI they are shown always in English.
What's the mistery ? If this is again some resource-impossibility, at
least they should be deleted completely.


[*] if launching GIMP with set lang=de, en or ro, these tags are
embedded in the tags.xml file; if launching GIMP with set lang=es, fr
or it, these tags no longer exists; for each language test I delete
the .gimp-2.7 directory entirely from the users directory (Windows
Vista 64)

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


Re: [Gimp-developer] existig translation don't show translated

2011-09-05 Thread Cristian Secară
On Mon, 5 Sep 2011 21:31:00 +0300, Cristian Secară wrote:

 [...] For some languages [*], by default, in
 the tags.xml file, the /brushes/Round.vbr has the round tag
 associated and the /brushes/Round-Fuzzy.vbr has the fuzzy and
 round tags associated. 

Hmm. Something strange occurs there.

For those languages where the tags round and fuzzy exist in the
tags.xml file, there are *two* entries for Round-Fuzzy.vbr, one with
the path separated by / and another one with the path separated by \.

One is
  resource identifier=${gimp_data_dir}/brushes/Round-Fuzzy.vbr
checksum=f8cb2466841104a55e42afce4568d103
tagfuzzy/tag
taground/tag
  /resource
The other is
  resource identifier=${gimp_data_dir}\brushes\Round-Fuzzy.vbr
checksum=f878d6d775d90e1364e90a98ff972dea
  /resource

This is true also when launching with set lang=en.

Bug ? On languages without default tags, only one entry for
Round-Fuzzy.vbr exists (the one with \).

Testing on Windows, development version 2.7.3 from Sourceforge.
I have a running Fedora 14 at hand, but I don't know how to compile a
program, so I cannot test version 2.7.3 there (and I don't know where
to get an already built .rpm).

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


[Gimp-developer] (python) string don't appear translated

2011-09-02 Thread Cristian Secară
In GIMP 2.7.3 (testing on Windows with the latest development version
from Sourceforge) there is a menu File - New Brush from Text...

The New Brush from _Text... string is present in python template
http://l10n.gnome.org/POT/gimp.master/gimp-python.master.pot
and is already translated in my Romanian translation file
http://l10n.gnome.org/POT/gimp.master/gimp-python.master.ro.po

However, that particular menu displays in English.

Any known reason for this ?

Thank you,
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


[Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Cristian Secară
There are some stings that are english-only, such as the name of
brushes, patterns, gradients, brush dynamics. As far as I can tell this
is an old problem, not specific to latest GIMP releases.

See this snapshot
http://www.secarica.ro/misc/gimp_english_only_strings_1_ro.png
or this
http://www.secarica.ro/misc/gimp_english_only_strings_2_ro.png

Any chance to make them available in the .po files ?

In the second snapshot there is an untranslated string from cage
transform that was present at one moment but was then removed, probably
from an option that is now removed from code (my snapshots are from a
2.7.3 Windows version from http://www.partha.com )

Thank you,
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


Re: [Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Cristian Secară
On Fri, 26 Aug 2011 22:01:03 +0300, Alexia Death wrote:

  Any chance to make them available in the .po files ?
 Most of the tings you point to are resource names contained within the
 resources. It's not possible to translate them.

:(
(bad design of code ? lack of i18n support is a bit strange)

Just curious – this also apply for Core Pointer string ?

 However, the enter tags bit should be marked translatable.

That one *is* already available for translation, sorry, it was my fault
on it.

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


[Gimp-developer] minor typo in one string

2011-08-16 Thread Cristian Secară
An additional space is required after or in this string:

#: ../app/tools/gimptextoptions.c:188
msgid Whether text flows into rectangular shape ormoves into a new
line when you press Enter

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


[Gimp-developer] Gimp should be GIMP, but have no idea about GimpCageConfig (translation related)

2011-07-29 Thread Cristian Secară
First of all, I think that Gimp should be GIMP in these strings:

#: ../app/gegl/gimpoperationcagecoefcalc.c:65
msgid Compute a set of coefficient buffer for the Gimp cage tool

#: ../app/gegl/gimpoperationcagetransform.c:104
msgid Convert a set of coefficient buffer to a coordinate buffer for
the Gimp cage tool

Second, I don't know what to do with the GimpCageConfig; is this
something that is supposed to be known by a normal user ? It should be
not translated ?

#: ../app/gegl/gimpoperationcagecoefcalc.c:82
#: ../app/gegl/gimpoperationcagetransform.c:118
msgid A GimpCageConfig object, that define the transformation

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


Re: [Gimp-developer] Question about bundled iBryte GIMP installer

2011-07-17 Thread Cristian Secară
On Thu, 14 Jul 2011 11:34:08 -0600, Andrew Brandt wrote:

 -- Yontoo Layers -- a Firefox plugin which is installed during the
 process but which is not disclosed in the installation Wizard. It is
 unknown what this plugin does at this time.

Maybe this can help you in your invetigation (I didn't understand much
there, but might be because I am not English native speaker):
http://www.yontoo.com/PrivacyPolicy.aspx

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


[Gimp-developer] distrubution means something, or ia a mistake ?

2011-05-24 Thread Cristian Secară
These two strings are ok ?

#: ../app/tools/gimpalignoptions.c:98
msgid Horizontal offset for distrubution
msgstr 

#: ../app/tools/gimpalignoptions.c:104
msgid Vertical offset for distrubution
msgstr 

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


[Gimp-developer] with or without space in Layer x string ? (script-fu; transation related)

2010-11-02 Thread Cristian Secară
These should be all with space or all without space ?

#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:13
msgid Layer 2

#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:14
msgid Layer 3

#: ../plug-ins/script-fu/scripts/chrome-it.scm.h:15
msgid Layer1

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


[Gimp-developer] where is this string in practice (from quick-mask-commands.c)

2010-10-25 Thread Cristian Secară
I like to know where (or how) can I see this string in practice:

#: ../app/actions/quick-mask-commands.c:105
msgid Quick Mask Attributes

#: ../app/actions/quick-mask-commands.c:108
msgid Edit Quick Mask Attributes

#: ../app/actions/quick-mask-commands.c:110
msgid Edit Quick Mask Color

#: ../app/actions/quick-mask-commands.c:111
msgid _Mask opacity:

Thank you,
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


[Gimp-developer] startup window means splash screen ? (translation related)

2010-08-17 Thread Cristian Secară
In this string

#: ../app/main.c:175
msgid Do not show a startup window

it is about the splash screen ?
This is a command line helper, or a GIMP preference checkbox ?

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


[Gimp-developer] region_select, region-select, region select, or selected region ?

2010-08-17 Thread Cristian Secară
Subject regarding this string

#: ../app/tools/gimpregionselectoptions.c:89
msgid Base region_select on all visible layers

This is a tooltip that shows up over the Sample merged checkbox in
Magic Wand tool (strange that it does NOT show over the Sample merged
in eyedropper tool)

Languages es, fr, it have translated freely region_select.
Language de has also translated it, but retained the _
(Bereich_sauswahl), perhaps assuming it is an accelerator (but this
has no sense in a tooltip).

The same question has been posted here
https://bugs.edge.launchpad.net/ubuntu/+source/gimp/+bug/403132
but I rather add also a selected region variant.

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


Re: [Gimp-developer] region_select, region-select, region select, or selected region ?

2010-08-17 Thread Cristian Secară
On Tue, 17 Aug 2010 18:29:02 +0300, Cristian Secară wrote:

 This is a tooltip that shows up over the Sample merged checkbox in
 Magic Wand tool (strange that it does NOT show over the Sample
 merged in eyedropper tool)

No, in the Color Picker tool.
(but the rest of my message remains the same)

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


[Gimp-developer] what is the meaning of git commit %s ? (translation related)

2010-08-05 Thread Cristian Secară
I like to know what is the meaning of this string, I don't know how to
translated it:

#: ../app/version.c:132
#, c-format
msgid git commit %s

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


Re: [Gimp-developer] what is the meaning of git commit %s ? (translation related)

2010-08-05 Thread Cristian Secară
On Thu, 5 Aug 2010 12:01:07 +0300, Cristian Secară wrote:

 I like to know what is the meaning of this string, I don't know how to
 translated it:
 
 #: ../app/version.c:132
 #, c-format
 msgid git commit %s

I forgot: perhaps a comment inside the .pot file would be useful.

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


[Gimp-developer] where is this string in practice (from tool-preset-editor-actions.c)

2010-08-02 Thread Cristian Secară
I like to know where (or how) can I see this string in practice in
2.7.1:

#: ../app/actions/tool-preset-editor-actions.c:42
msgctxt tool-preset-editor-action
msgid Tool Preset Editor Menu

Thank you,
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


[Gimp-developer] pick color anywhere on the screen ? not quite

2010-08-01 Thread Cristian Secară
Open the colors dialog (Windows - Dockable Dialogs - Colors). On the
bottom of the panel, there is a button with a screen and an eyedropper
over it. The floating tooltip says:

Click the eyedropper, then click a color anywhere on your screen to
select that color.

Is this true on Linux ? (I cannot check)
On Windows (Vista 64, GIMP 2.7.1, classic mode UI):
- it does not work on the image itself or GIMP UI, in that a click
anywhere on the image will set the foreground and/or background to
black (has set both at different moments, but could not undesrtand why
the one, or why the other)
- when the mouse cursor goes off the GIMP UI, the eyedropper turns to
normal mouse cursor, thus not being able to pick anything

Apart from that, the select word is confusing, I think it would be
better pick instead (assuming it should work as stated here
http://docs.gimp.org/en/gimp-dialogs-content.html )

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


Re: [Gimp-developer] pick color anywhere on the screen ? not quite

2010-08-01 Thread Cristian Secară
On Sun, 1 Aug 2010 23:31:00 +0300, Cristian Secară wrote:

 [...]
 - it does not work on the image itself or GIMP UI, in that a click
 anywhere on the image will set the foreground and/or background to
 black (has set both at different moments, but could not undesrtand why
 the one, or why the other)

No, the last part I understand, I clicked accidentally the fg/bg
rectangles (but the rest of my message remains true).

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


[Gimp-developer] window of extenral editor, or just external window ? (translation related)

2010-07-30 Thread Cristian Secară
How should I read this string ?

#: ../app/tools/gimptextoptions.c:186
msgid Use an external editor window for text entry, instead of
direct-on-canvas editing

1. Use an editor that is already available in the system, which will
open in external window.
2. Use a GIMP built-in editor, only that it will open in an external
window instead of writing directly on canvas.

Thank you,
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


Re: [Gimp-developer] window of extenral editor, or just external window ? (translation related)

2010-07-30 Thread Cristian Secară
On Fri, 30 Jul 2010 19:17:11 +0400, Alexandre Prokoudine wrote:

 It will open the dialog you can see in 2.6.x stable versions when you
 choose Text tool and click on canvas.

Ok.

 Why not just try it? :)

Because GIMP 2.7.1 crashes whenever I try to write any text :p

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


Re: [Gimp-developer] window of extenral editor, or just external window ?

2010-07-30 Thread Cristian Secară
On Fri, 30 Jul 2010 20:40:48 +0200, Jernej Simončič wrote:

  Because GIMP 2.7.1 crashes whenever I try to write any text :p
 
 If you're on Windows, the workaround is to delete Program Files\GIMP
 2.7\etc\gtk-2.0\gtkrc.

Yes, that worked. Thank you.

In fact, another workaround is to delete line 45 (engine wimp) in the
file C:\Program Files\GIMP 2.7\share\themes\MS-Windows\gtk-2.0\gtkrc

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


[Gimp-developer] where are two strings in practice (from grid.c)

2010-07-14 Thread Cristian Secară
I like to know where can I see these strings in practice in 2.7.1:

#. attach labels
#: ../plug-ins/common/grid.c:717
msgid 
Horizontal\n
Lines

#: ../plug-ins/common/grid.c:719
msgid 
Vertical\n
Lines

Thank you,
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


[Gimp-developer] MIDI messages are not to be translated ? (comment on es translation)

2010-07-14 Thread Cristian Secară
The comment in the following strings from the Spanish translation
say that the string should not be translated. Is there a reason for
this ? (other languages have translated the strings)

# Los mensajes de MIDI no se traducen. FVD
#: ../modules/controller-midi.c:354
#, c-format
msgid Note %02x on
msgstr Note %02x on

# Los mensajes de MIDI no se traducen. FVD
#: ../modules/controller-midi.c:357
#, c-format
msgid Note %02x off
msgstr Note %02x off

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


[Gimp-developer] possible to announce here an upcoming update ?

2010-06-23 Thread Cristian Secară
Is it possible to announce with a few days before an upcoming update
release ? I have missed a translation update for 2.6.9 because I didn't
know it would happen.

Thank you,
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


[Gimp-developer] Palettes should be translated ?

2010-05-31 Thread Cristian Secară
This string should be fully translated, or Palettes is some code
variable ?

#: ../plug-ins/script-fu/scripts/palette-export.scm.h:1
msgid Palettes/Export as

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


[Gimp-developer] strange ) character in two strings

2010-05-27 Thread Cristian Secară
What is the purpose of the ending ) in these strings ?

#: ../plug-ins/common/file-xmc.c:1512
#, c-format
msgid Width of '%s' is too large. Please reduce more than %dpx)

#: ../plug-ins/common/file-xmc.c:1519
#, c-format
msgid Height of '%s' is too large. Please reduce more than %dpx)

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


[Gimp-developer] hotspot means the same as hot spot ?

2010-05-21 Thread Cristian Secară
In the plug-ins .po file there are a number of new strings containing
„hotspot”. However, in the same file, some older strings contain
„hot spot”.
Both expressions refer to the same thing ?

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


[Gimp-developer] something unclear at a new string

2010-05-19 Thread Cristian Secară
In this string

#: ../plug-ins/common/file-jp2-load.c:320
#, c-format
msgid Image component %d of image '%s' did not have the same size as
the image which is currently not supported.

who is not suported ?
The image is currently not supported ?
The fact that the component did not have something is not suppported ?

(if the later, should be a comma after the „which” word ?)

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


Re: [Gimp-developer] something unclear at a new string

2010-05-19 Thread Cristian Secară
On Wed, 19 May 2010 14:33:05 +0300, Cristian Secară wrote:

 (if the later, should be a comma after the „which” word ?)

Sorry, comma *before*, not after.

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


Re: [Gimp-developer] something unclear at a new string

2010-05-19 Thread Cristian Secară
On Wed, 19 May 2010 23:46:16 +0200, Sven Neumann wrote:

  msgid Image component %d of image '%s' did not have the same size
  as the image which is currently not supported.
 
 This should probably be split into two sentences:
 
 Image component %d of image '%s' did not have the same size as
  the image. This is currently not supported.
 
 Does that make more sense?

Yes, that way it leaves no room for confusion.
Either way it also responded to my question.

Thank you,
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


[Gimp-developer] Windows is simply windows, or Windows ? (translation related)

2010-05-16 Thread Cristian Secară
In this string

#: ../plug-ins/common/web-browser.c:175
msgid Unknown Windows error.

the „Windows” refer to plural of a window, or to the Windows operating
system ?

I see that the Italian translation considered „finestre”, while the
French translation considered „Windows”.

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


Re: [Gimp-developer] Translating the Windows installer

2010-05-11 Thread Cristian Secară
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


Re: [Gimp-developer] Translating the Windows installer

2010-05-11 Thread Cristian Secară
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


[Gimp-developer] string repeat bug on error message report dialog

2010-05-09 Thread Cristian Secară
I got this error message
http://www.secarica.ro/traduceri/misc/gimp_error_message_repeat_untranslated_ro_highlight.png
where the error message (the second one) shows an untranslated string
before the actual translated one.

Also the argument in the not translated part lacks the quotation marks.

The filter I tried to apply was Difference Clouds (and the error
message itself was correct in the given circumstance).

GIMP 2.6.8, on Windows, translation is 100% complete for this 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


Re: [Gimp-developer] Color space support

2010-05-07 Thread Cristian Secară
On Fri,  7 May 2010 12:24:19 +0200 (CEST), Easyword wrote:

 One of these problems is:
 
 - GIMP supports only RGB color space
 
 This is a limitation, which prevents the use of the software in
 professional use. You may use GIMP to create graphics for
 professionals, but you may not receive any professional graphics.

It depends what „professional” for you means.
I am working in television/video area, where all graphics are in RGB
(sometimes with additional key channel (alpha)). For me the CYMK color
space is of no use (and I get in trouble when someone gives some color
specifications in non-RGB values).

(perhaps the 8 bit per color limitation might be a limitation in my
professional area)

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


Re: [Gimp-developer] swimming in tabs

2010-04-30 Thread Cristian Secară
On Fri, 30 Apr 2010 09:25:05 +0300, Alexia Death wrote:

  well, temporarily. there are no tabs in the design.
 No, theres an image bar, with pretty much identical function.

Just a look at other's ideas – for example Opera browser
(Windows .avi file, 21,4M):
http://www.secarica.ro/misc/opera_tabs_behaviour_ro.avi

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


Re: [Gimp-developer] Windows snapshot of 2.7 - possible?

2010-04-25 Thread Cristian Secară
On Thu, 08 Apr 2010 17:18:33 +0700, Oleg Blazhyievskyi wrote:

 Here is my build of gimp
 Download Url
 [...]
 but there is one bug it doesn't remember single window mode
 settings, so you have activate this setting every time when you
 restarting gimp

Maybe it could be implemented the way Dia does (at least on Windows):
if the executable is launched directly, Dia starts like GIMP today,
i.e. independent toolbar and diagram windows; if the executable is
launched with the --integrated option, then Dia starts in single window
mode.

By default the Windows installer creates a start menu / desktop
shortcut with the --integrated option included, so I suspect the average
Windows user does not even know it could be otherwise (not bad in my
opinion, because the GTK+ Windows port does not behaves exactly the
same as in Linux native and so the desire for single window mode).

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


[Gimp-developer] why is a difference on .po files between git and vertimus ?

2010-02-11 Thread Cristian Secară
I recently commited the .po files for both master and 2.6 (not myself
physically, but the GNOME coordonator for Romanian).

With reference to this page
http://l10n.gnome.org/module/gimp/
the files under master are ok.

However, for 2.6, the files are ok here
http://git.gnome.org/browse/gimp/tree/po-plug-ins/ro.po?h=gimp-2-6
but nothing has changed here
http://l10n.gnome.org/POT/gimp.gimp-2-6/gimp-plug-ins.gimp-2-6.ro.po
This with the plug-ins is just an example, I committed five files and
for 2.6 none appeared on the later related url above.

What's the mistery ?

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


[Gimp-developer] image dimension(s) instead of pixel dimensions (Image Properties)

2010-02-04 Thread Cristian Secară
In the dialog windows that opens on Image - Image Properties the first
item is Pixel dimensions:.

In my opinion this is incorrect (it sounds like it were about the
dimensions of a physical pixel). I think it should be Image
dimensions, or Image size, or something like that.

Hm ?

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


Re: [Gimp-developer] image dimension(s) instead of pixel dimensions (Image Properties)

2010-02-04 Thread Cristian Secară
On Thu, 4 Feb 2010 16:42:12 +0200, Cristian Secară wrote:

 [...] the first item is Pixel dimensions:.
 [...] I think it should be Image dimensions, or Image size, or
 something like that.

... or perhaps inspired by the French translation, which is something
like Dimension in pixels.

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


Re: [Gimp-developer] where is Gee Zoom and Gee Slime in practice ? (translation related)

2010-01-29 Thread Cristian Secară
On Fri, 29 Jan 2010 03:24:17 -0500,
saulgo...@flashingtwelve.brickfilms.com wrote:

 Open an image file after opening GIMP (the numbers used below are  
 based on the first image opened), and then open the Script-fu
 console (Filters-Script-fu-Console). Next, type in one of the
 following commands:
 
(plug-in-the-old-egg 0 1 2)
(plug-in-the-slimy-egg 0 1 2)

Worked fine, thank you.

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


Re: [Gimp-developer] where is Gee Zoom and Gee Slime in practice ? (translation related)

2010-01-29 Thread Cristian Secară
On Fri, 29 Jan 2010 21:40:31 +0200, Alexia Death wrote:

  Worked fine, thank you.
 In trunk both of them crashed script-fu console for me.

Well, not everything is perfect here (Windows version).
The fancy effects are ok, but when I click on Thank You for Choosing
GIMP, or when I close the window, the Script-Fu console freezes. After
I force the console close, GIMP shows this message:
===
GIMP Message

Plug-in crashed: script-fu.exe
(C:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins\script-fu.exe)

The dying plug-in may have messed up GIMP's internal state. You may
want to save your images and restart GIMP to be on the safe side.
===

Anyway, my interest was solely for checking my translation, interest
which has been achieved :)

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


[Gimp-developer] where is Gee Zoom and Gee Slime in practice ? (translation related)

2010-01-28 Thread Cristian Secară
I have no idea what Gee means (for translation) and wanted to see
what does in practice.

However, all references I found on the internet are related to some
easter egg, presumably outdated and removed from code (at least in
2.6.x). The references are related to a Toys filter, but no toy
occurence exists in any of the .po file, so I assume that this toy was
removed.

So: what/where is Gee Zoom and Gee Slime ?

Thank you,
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


[Gimp-developer] Map Object... always create a new image -- bug or normal ?

2010-01-22 Thread Cristian Secară
The Map Object filter (Filters - Map - Map Object...) has a checkbox
for Create new image. However, a new image always comes up,
regardless of the status of this checkbox.

Is this a bug, or something not obvious for me ?

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


[Gimp-developer] question about a UI string (need to know for translation)

2010-01-04 Thread Cristian Secară
In the .po file from plug-ins there is this string:

#: ../plug-ins/common/file-desktop-link.c:83
msgid Desktop Link

In my understanding this can be either:
1. a link placed on the desktop that points to something
2. a link to a desktop

Is this 1. or 2. ?

Thank you,
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


Re: [Gimp-developer] The name Gimp

2009-10-29 Thread Cristian Secară
On Thu, 29 Oct 2009 04:19:57 -0400, Jakub Friedl wrote:

 In case the no name change policy is ever dropped, I have a
 suggestion for the new name:
 
 Perfect Image Manipulation Program
 
 It should fix all the problems :)

Can't wait for the next day comments after this name change, when
some English-speaking peoples will request a new name change because
PIMP will be offending for their part of the world, etc. :)

(1. Perfect program ? I don't believe there is such thing.)
(2. Being a non-English speaking person and with no need to consult the
English wiktionary, for me GIMP is only a (fine) name like any other
name.)
(3. Weird thing happens when people have nothing to do.)

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


Re: [Gimp-developer] GIMP PDF export plugin

2009-03-22 Thread Cristian Secară
On Sun, 22 Mar 2009 09:47:00 -0500, Chris Mohler wrote:

 I see two possible use cases:
 
 1. Proofing artwork - you need to prepare a proof before going to
 press. [...]
 
 2. Submission to a printing company - you need to submit hi-res
 artwork to a printing company.
 [...]

What would be the advantage of handling a .pdf generation at
application level instead of at operating system level ?
(i.e. via print command)

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] GIMP PDF export plugin

2009-03-22 Thread Cristian Secară
On Sun, 22 Mar 2009 21:23:24 +0300, Alexandre Prokoudine wrote:

 Far more features supported.
 
 Install Scribus, go to File - Export - Save as PDF, then visit Fonts,
 Security, Color [...]

I assume it all depends on the application used for .pdf generation.
Adobe Distiller ( Acrobat) has a comprehensive set of options.
Not 100% sure, but perhaps Ghostscript based applications too, except
that the user has to know the Ghostscript parameters (i.e. hard to use
for more than basic .pdf generation, but possible).

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] help to identify the occurence of a string - translation related

2009-01-28 Thread Cristian Secară
I am in some discussions regarding some variations about the translation
of this string
  Link/Unlink item
and need to know the context where it occurs. My problem is that I am
not able to find it in normal usage.
Where / when does this string appear ?

In gimp.gimp-2-6.pot file the string is surrounded by these other
strings, perhaps somewhat related:
...
Selection mask
Item visibility
Link/Unlink item
Item properties
Move item
Scale item
Resize item
Add layer
...

Thank you,
Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] is this option hidden somewhere, or it is not implemented ? (related to dock windows)

2009-01-06 Thread Cristian Secară
During the translation process I came across this tooltip:
===
When enabled, dock windows (the toolbox and palettes) are set to be
transient to the active image window. Most window managers will keep
the dock windows above the image window then, but it may also have
other effects.
===
I wanted to check my translation on the real thing, but I also want to
see this to see this option in action (sounds good to me). But I don't
know where that option is.

Is this implemented ?
(Win32 here)

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] the symbol for inch can be ' ?

2008-11-18 Thread Cristian Secară
Somewhere in the po-plug-ins file there is this string:

The unit's symbol if it has one (e.g. \'\ for inches). The unit's
abbreviation is used if doesn't have a symbol.

Is this correct ? As far as I know the symbol for inch is , not '.

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] some confusions because of missing delimitation frame inside settings windows (Win32)

2008-10-21 Thread Cristian Secară
I was confused why the Factory defaults button from
Image - Filters - Distorts - Newsprint
only defaults just a few settings there, until I found a snapshot at
this address
http://www.linuxtopia.org/online_books/graphics_tools/gimp_user_manual/en/plug-in-newsprint.html
which explained to me the mistery: the Factory defaults only refers to
what is inside the Screen delimitation frame, not the settings in the
whole preference window.

On my system that delimitation is visually missing – this is what I am
seeing on my system
http://www.secarica.ro/misc/gimp_filters_distorts_newsprint.png
(although I am on Windows XP, I have set the Emacs theme for GIMP in
order to resemble with the snapshot from the linuxtopia site)

Is this a Win32 port problem (GTK+ perhaps), or a global problem ?
And even so, the Factory defaults does not affect the Black pullout
cursor, which can be considered as belonging to the Screen category,
the one that can be defaulted.

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] strange tooltip meaning

2008-10-18 Thread Cristian Secară
On the Filters - Distorts - Lens distortion... menu, the tooltip over
the Lens distortion says Corrects lens distortion.

Isn't this a mistake ? I am expecting that a distortion filter
*distorts*, not corrects.

Hm ?

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] ANNOUNCE: GIMP 2.5.4 development release

2008-09-20 Thread Cristian Secară
On Thu, 18 Sep 2008 23:44:00 +0200, Sven Neumann wrote:

 Translation updates would also be very much appreciated.

The actual regular .pot files are for version 2.5.4 and the
actual HEAD .pot files are for version 2.6.0 ?
(I mean here http://l10n.gnome.org/module/gimp)

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] ANNOUNCE: GIMP 2.5.4 development release

2008-09-20 Thread Cristian Secară
On Sat, 20 Sep 2008 11:34:25 +0200, Sven Neumann wrote:

 Sorry, but I don't understand that question. What are the actual
 regular .pot files ?

I don't know how to call them.

I mean, for example, the one here (stable, I suppose) are still for
version 2.4.x ?
http://l10n.gnome.org/module/gimp#gimp-2-4

While, for example, the one here are for version 2.5.x or for the
upcoming 2.6.0 ? Or both/either ?
http://l10n.gnome.org/module/gimp#HEAD

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] what means EEK ?

2008-06-02 Thread Cristian Secară
A language string says this:
EEK: can't undo
What is EEK ?

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] some error messages are hardcoded (not tranlate-able)

2008-05-24 Thread Cristian Secară
Perhaps a known issue ...

Example: in file history (detached tab), if I click on a file that is no
longer available, two error message windows are opening here, one
error message window that is related to this string

Opening '%s' failed:\n
\n
%s

and another error message window that is related to this string

Could not open '%s' for reading: %s

On the first error window everything is ok.
On the second error window the ending %s is not tranlate-able (in my
example it says No such file or directory), because it is hardcoded in
one of these two files, either libwmf-0-2-7.dll and/or libxml2.dll.
Apparently these files holds other error messages too.
The string No such file or directory is not present in any of my .po
files.

Am I missing something ?
All of the above are on Win32, GIMP 2.4.5.

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


[Gimp-developer] what are the strings with the | character ?

2008-05-23 Thread Cristian Secară
There are some string containing the | character (example: tool|_Zoom)
that, when translating (example for me: unealtă|_Zoom), they appear as
is in my translated menu (like unealtă|Zoom with Z underlined).
However, in English only the Zoom part is shown.
What is this / how should I treat it ?

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] what are the strings with the | character ?

2008-05-23 Thread Cristian Secară
On Fri, 23 May 2008 14:15:17 +0400, Alexandre Prokoudine wrote:

 This is a contextual help.
 [...]
 Does it makes sense? :)

Yes, but I would have never figured out by myself :)
So physically it's a template-only thing if I understand correctly.

Ok, thank you :)

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


Re: [Gimp-developer] Created with GIMP is a user defineable variable, a translatable string, or hardcoded ?

2008-05-20 Thread Cristian Secară
On Mon, 19 May 2008 23:15:40 +0200, Sven Neumann wrote:

 It's a string that the user can (and should) set. The initial default
 value is Created with GIMP and it is intentionally not marked for
 translation.

Ok, but this is a sting that the user can set globally if so desired
(under program preferences), or each time a new file is created ?

I just want to know, not a real reason to change it, except perhaps
the string's language in some circumstances.

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] an accelerator is not shown physically in Save as JPEG dialog, but works actually

2008-05-20 Thread Cristian Secară
While translating I observed that the string
Show _preview in image window
does not show the underlining under the p letter, inspite of the fact
that the accelerator actually works.

Happens the same in the translated string, if on same letter p.
However, if I move the accelerator to a shorter letter (r for
example), then the underline appears, very close to the letter.

I'm on Win32.

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] where are the language template files ?

2008-05-13 Thread Cristian Secară
On Tue, 13 May 2008 09:24:41 +0200, Sven Neumann wrote:

  Where from can I obtain the .pot files ?
 You would use intltool to create them. But it's probably easier to
 download everything from http://l10n.gnome.org/.

Yes, I found them at that address, thank you.
Now a related question – what is the difference between template files
with and without HEAD ? (for example gimp.gimp-2-4.pot and
gimp.HEAD.pot)

 There you will also find how to contact the Romanian translation
 team. Please coordinate your work with them.

I already considered that, but first I wanted to be sure of the
available resources, because I need to be able contribute (also) in an
offline mode, not (only) through launchpad.

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


[Gimp-developer] where are the language template files ?

2008-05-12 Thread Cristian Secară
I downloaded the GIMP source code in order to continue some work
on the Romanian translation, but the .pot template files are missing
from the archive.
Where from can I obtain the .pot files ?

Cristi
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer