Re: [Gimp-docs] Ping

2012-01-22 Thread Kolbjørn Stuestøl
Den 22.01.2012 18:45, skreiv Ulf-D. Ehlert: On Sat, Jan 21, 2012 at 10:10:37PM +, Vitaly Lomov wrote: This is my first message to the new mailing list. Is this the correct place for translators? I haven't received updates about gimp-help-2 module in a long time. Anybody alive? Vitaly Still

Re: [Gimp-docs] Help Documentation - Gimp Scripting

2012-01-24 Thread Kolbjørn Stuestøl
I am impressed. Although I only have read the tutorials without trying to write the scripts. The tutorials are well written. The examples will be of good use to many GIMP users I think. I think this tutorial should be accessible in some way to the users taking interests in using scrips. Perh

Re: [Gimp-docs] Help Documentation - Gimp Scripting

2012-01-24 Thread Kolbjørn Stuestøl
accurate. I will welcome the tutorial(s). Kolbjoern 2012/1/24 Kolbjørn Stuestøl <mailto:kolbjo...@stuestoel.no>> I am impressed. Although I only have read the tutorials without trying to write the scripts. The tutorials are well written. The examples will be of good use to many GIMP

Re: [Gimp-docs] Ping

2012-01-25 Thread Kolbjørn Stuestøl
Den 24.01.2012 21:46, skreiv Vitaly Lomov: Are we sleeping in the sense of waiting for developers to write something? We had a translator's wiki on how to start. It's not on developer wiki any more. Should we use that to tell people how to start? I can do that. I was not aware of that the "How

Re: [Gimp-docs] whats new in GIMP 2.8

2012-05-01 Thread Kolbjørn Stuestøl
Den 01.05.2012 15:09, skreiv Marco Ciampa: On Mon, Apr 30, 2012 at 08:30:02AM +0200, Marco Ciampa wrote: On Mon, Apr 30, 2012 at 07:49:41AM +0200, Julien Hardelin wrote: Le 29/04/2012 20:43, Marco Ciampa a écrit : Reading the manual from the start, just after the intro, you see What's New in

[Gimp-docs] color.po placeholder

2012-05-14 Thread Kolbjørn Stuestøl
In po/toolbox/color.po I am not able to translate whats inside the in #: src/toolbox/color/overview.xml:149(para) msgid "The small triangle: clicking on this triangle opens a small menu: Three options: " (Listed in Notepad++ it is line 482-484). In the html I get then untranslated list:

Re: [Gimp-docs] color.po placeholder

2012-05-15 Thread Kolbjørn Stuestøl
een (Windows 7). Perhaps naming it "The cross" instead? Yes, of course. Ulf ___ gimp-docs-list mailing list gimp-docs-list@gnome.org http://mail.gnome.org/mailman/listinfo/gimp-docs-list -- Kolbjørn Stuestøl, Stuestøl, 4580 Lyngdal Telefon:

[Gimp-docs] Updated changes

2012-05-15 Thread Kolbjørn Stuestøl
Is there another place to watch the updates in gimp-help-2 than "http://git.gnome.org/browse/gimp-help-2";. This site seems not to be updated synchronous to the gimp-help-2 repository. The list says last update was 3 days ago. The "git log" says the last update was an hour or so ago. I disco

Re: [Gimp-docs] Updated changes

2012-05-16 Thread Kolbjørn Stuestøl
Den 16.05.2012 00:52, skreiv Roman Joost: Hi Kolbjørn, On Tue, May 15, 2012 at 11:07:54PM +0200, Kolbjørn Stuestøl wrote: Is there another place to watch the updates in gimp-help-2 than "http://git.gnome.org/browse/gimp-help-2";. This site seems not to be updated synchronous to the g

[Gimp-docs] executable flag

2012-05-23 Thread Kolbjørn Stuestøl
When doing "git commit" I get the error message "Translation files should not be executable. Please remove the flag and try to push again." And then some suggestions how to repair it. My question is: Where do I find this flag and what should it be set to? (By using a hex editor). I am writing

Re: [Gimp-docs] executable flag

2012-05-23 Thread Kolbjørn Stuestøl
Den 23.05.2012 23:52, skreiv Kolbjørn Stuestøl: When doing "git commit" I get the error message "Translation files should not be executable. Please remove the flag and try to push again." And then some suggestions how to repair it. My question is: Where do I find this flag a

Re: [Gimp-docs] executable flag

2012-05-24 Thread Kolbjørn Stuestøl
Den 24.05.2012 10:27, skreiv Vitaly Lomov: I got that error before. I think it's the way file is saved on Windows - it automatically acquires execution permissions if it's a new file and sometimes when existing file. in Cygwin you just run chmod 666 file_name In git there is a way to check what

[Gimp-docs] Set resolution. Bulk

2012-05-27 Thread Kolbjørn Stuestøl
Running "tools/check_image_resolution.sh" I found lots of images not having the required 144 resolution. Is there a way to set the resolution to 144 dpi in bulk? Something like "set-image-resolution 144 144 DIR". (Perhaps just one "144". I was thinking of x and y resolution, but in this case th

Re: [Gimp-docs] Set resolution. Bulk

2012-05-27 Thread Kolbjørn Stuestøl
Den 27.05.2012 20:36, skreiv Ulf-D. Ehlert: On Sun, May 27, 2012 at 07:41:25PM +0200, Marco Ciampa wrote: On Sun, May 27, 2012 at 12:41:54PM +0200, Kolbjørn Stuestøl wrote: [...] Maybe with Imagemagick? http://www.imagemagick.org/Usage/resize/#resample sorry, I'm in a hurry... try it&a

Re: [Gimp-docs] Set resolution. Bulk

2012-05-28 Thread Kolbjørn Stuestøl
Den 28.05.2012 13:08, skreiv Ulf-D. Ehlert: On Sun, May 27, 2012 at 09:49:25PM +0200, Kolbj�rn Stuest�l wrote: $ mogrify -units PixelsPerInch -density 144x144 path/folder/*.png did the trick. It changed the image resolution for all images in the folder. Attention: If I remember correctly, only

Re: [Gimp-docs] Set resolution. Bulk

2012-05-29 Thread Kolbjørn Stuestøl
Den 28.05.2012 20:52, skreiv Ulf-D. Ehlert: On Mon, May 28, 2012 at 07:24:55PM +0200, Kolbjørn Stuestøl wrote: I have not tried the command on small images. It will work, of course, but these images may be too small in PDFs. I understand. But another (little) warning: The command $ mogrify

[Gimp-docs] Images not "translated"

2012-06-10 Thread Kolbjørn Stuestøl
According to "http://l10n.gnome.org/module/gimp-help-2/"; introduction.po is translated 100% to en_GB, it, ja, and nn. In "http://docs.gimp.org/xx/gimp-introduction-whats-new.html"; the images in these languages are collected from the C folder, not from the images/LANGUAGE folder when making htm

Re: [Gimp-docs] Images not "translated"

2012-06-11 Thread Kolbjørn Stuestøl
Den 10.06.2012 21:58, skreiv Marco Ciampa: On Sun, Jun 10, 2012 at 08:52:16PM +0200, Kolbjørn Stuestøl wrote: According to "http://l10n.gnome.org/module/gimp-help-2/"; introduction.po is translated 100% to en_GB, it, ja, and nn. In "http://docs.gimp.org/xx/gimp-introduction-whats

Re: [Gimp-docs] GIMP mouse and key quickreference

2012-06-14 Thread Kolbjørn Stuestøl
Den 14.06.2012 21:09, skreiv Ulf-D. Ehlert: [...] I have pushed my changes. After ./autogen.sh ... or automake # this should update quickreference/Makefile.in ./configure ... # this should update quickreference/Makefile you should be able to update pot and po files in q

[Gimp-docs] brush dynamic

2012-06-27 Thread Kolbjørn Stuestøl
Someone writing the documentations on brush dynamics? This is a completely new function and needs (re)writing. Kolbjoern ___ gimp-docs-list mailing list gimp-docs-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-docs-list

Re: [Gimp-docs] brush dynamic

2012-06-29 Thread Kolbjørn Stuestøl
Den 28.06.2012 21:40, skreiv Marco Ciampa: On Wed, Jun 27, 2012 at 09:04:24PM +0200, Kolbjørn Stuestøl wrote: Someone writing the documentations on brush dynamics? This is a completely new function and needs (re)writing. Kolbjoern If you need a hand ... I was hoping someone other could write

Re: [Gimp-docs] brush dynamic

2012-06-29 Thread Kolbjørn Stuestøl
le. Kolbjoern 2012/6/27 Kolbjørn Stuestøl <mailto:kolbjo...@stuestoel.no>> Someone writing the documentations on brush dynamics? This is a completely new function and needs (re)writing. Kolbjoern ___ gimp-docs-list mailing

Re: [Gimp-docs] brush dynamic

2012-06-29 Thread Kolbjørn Stuestøl
copies or on self defined items. As most people, I think, I am not using any kind of tablet and stylus, only the mouse. But a sequence about the use of tablet would be helpful. Kolbjoern 2012/6/29 Kolbjørn Stuestøl Den 29.06.2012 10:44, skreiv Ramón Miranda: It could help a video showing

Re: [Gimp-docs] Pimp my GIMP

2012-07-22 Thread Kolbjørn Stuestøl
Den 22.07.2012 18:57, skreiv Andrew Pitonyak: On 22.07.2012 12:44, Kat Landreth wrote: I think, given the contents of this section, something like "Personalize GIMP" is more accurate. "Enrich", and "Improve" both seem like they should have something to do with adding features to GIMP through plu

Re: [Gimp-docs] [w...@ieee.org: Re: [Gimp-user] GIF layers]

2012-08-22 Thread Kolbjørn Stuestøl
Den 21.08.2012 22:57, skreiv Marco Ciampa: - Forwarded message from Burnie West - http://docs.gimp.org/en/gimp-dialogs-structure.html#gimp-layer-dialog Layer visibility In front of the thumbnail is an icon showing an eye. By clicking on the eye, you toggle whether the lay

[Gimp-docs] No module named libxml2

2012-09-15 Thread Kolbjørn Stuestøl
Moving my work on GIMP to another computer I run into some problems. Example: make validate-nn Result: [XML] xml/nn/filters/alpha-to-logo.xml Traceback (most recent call last): File ".tools/xml2po.py", line 191, in main File ".tools/xml2po.py", line 88, in Main from xml2p

Re: [Gimp-docs] No module named libxml2

2012-09-15 Thread Kolbjørn Stuestøl
this weekend. I am running Cygwin on Windows 7. This ("Windows") *is* a bug... ;-) Well, I really do not disagree, but I had to use DOS and later Windows because of my job. Kolbjoern Ulf -- Kolbjørn Stuestøl, Stuestøl, 4580 Lyngdal Telefon: (47) 38 34 78 62, (47) 917 81 12

Re: [Gimp-docs] No module named libxml2

2012-09-20 Thread Kolbjørn Stuestøl
Error mesages in check-images-xx Error message in check_image_resolutions.sh Den 15.09.2012 23:25, skreiv Kolbjørn Stuestøl: Den 15.09.2012 20:27, skreiv Ulf-D. Ehlert: On Sat, Sep 15, 2012 at 06:26:42PM +0200, Kolbjørn Stuestøl wrote: ... Neither does make check-images-nn works as

Re: [Gimp-docs] No module named libxml2

2012-09-22 Thread Kolbjørn Stuestøl
Den 21.09.2012 21:03, skreiv Ulf-D. Ehlert: On Thu, Sep 20, 2012 at 10:48:38PM +0200, Kolbjørn Stuestøl wrote: Den 15.09.2012 23:25, skreiv Kolbjørn Stuestøl: Den 15.09.2012 20:27, skreiv Ulf-D. Ehlert: On Sat, Sep 15, 2012 at 06:26:42PM +0200, Kolbjørn Stuestøl wrote: ... Neither does make

Re: [Gimp-docs] No module named libxml2

2012-09-22 Thread Kolbjørn Stuestøl
Den 22.09.2012 17:35, skreiv Kolbjørn Stuestøl: Den 21.09.2012 21:03, skreiv Ulf-D. Ehlert: On Thu, Sep 20, 2012 at 10:48:38PM +0200, Kolbjørn Stuestøl wrote: Den 15.09.2012 23:25, skreiv Kolbjørn Stuestøl: I reinstalled Cygwin for the third time and now make html-xx does not work

Re: [Gimp-docs] No module named libxml2

2012-09-26 Thread Kolbjørn Stuestøl
Den 26.09.2012 20:15, skreiv Ulf-D. Ehlert: On Sat, Sep 22, 2012 at 05:35:44PM +0200, Kolbjørn Stuestøl wrote: The program acted as before, i.e. listed the 19 orphaned images, and then output: Aborted. No further messages. So, it looks like it is doing what it is intended to do. :-) Yes, but I

[Gimp-docs] Added dynamics

2012-10-22 Thread Kolbjørn Stuestøl
A few moments ago I added src/toolbox/paint/dynamics.xml to the gimp-help-2 repository. This is a first sketch. Hoping someone will correct it, add new sections etc. I have no drawing pad or something like that so it is impossible for me to write about using it. Of course this is not the only wa

Re: [Gimp-docs] Added dynamics

2012-11-01 Thread Kolbjørn Stuestøl
Den 31.10.2012 10:22, skreiv Marco Ciampa: I hope you do not mind if I switch this tread publicly... The right place for it. On Tue, Oct 30, 2012 at 09:36:27PM +0100, Kolbjørn Stuestøl wrote: Den 30.10.2012 16:39, skreiv Marco Ciampa: On Mon, Oct 22, 2012 at 10:02:13PM +0200, Kolbjørn

Re: [Gimp-docs] Added dynamics

2012-11-01 Thread Kolbjørn Stuestøl
Den 01.11.2012 14:11, skreiv Marco Ciampa: On Thu, Nov 01, 2012 at 12:00:18PM +0100, Kolbjørn Stuestøl wrote: … Hoping some others writing on this subject. Well yes but I think that, in my opinion, if someone starts writing a section, as you have done here, he must be, for a limited span of

Re: [Gimp-docs] Added dynamics

2012-11-02 Thread Kolbjørn Stuestøl
Den 02.11.2012 08:11, skreiv Julien Hardelin: Hoping some others writing on this subject. Well yes but I think that, in my opinion, if someone starts writing a section, as you have done here, he must be, for a limited span of time the "Linus Tornvalds" of the chapter. I mean that it could be d

Re: [Gimp-docs] Added dynamics

2012-11-03 Thread Kolbjørn Stuestøl
Den 03.11.2012 21:05, skreiv Julien Hardelin: I am using Notepad++ for the writing of the xml files. I thought I remembered that the tab size should be set to 2, which I did. I will change the setting to "Replace by space" as you suggested. Using two spaces instead of tab. I also have set the

[Gimp-docs] check-images error

2012-11-23 Thread Kolbjørn Stuestøl
When running "make check-images" I get this message: … /bin/sh: line 8: 6116 Aborted python tools/validate_references.py --verbose --broken --orphaned Makefile:1611: recipe for target `check-image-references' failed make: *** [check-image-references] Error 134 Some missing package

Re: [Gimp-docs] check-images error

2012-11-23 Thread Kolbjørn Stuestøl
OOOPS Sent by an accident when reading the thread about the same theme. But of course, if someone has an answer … Kolbjoern Den 23.11.2012 19:16, skreiv Kolbjørn Stuestøl: When running "make check-images" I get this message: … /bin/sh: line 8: 6116 Aborted py

Re: [Gimp-docs] check-images error

2012-11-27 Thread Kolbjørn Stuestøl
Den 26.11.2012 20:47, skreiv Ulf-D. Ehlert: On Fri, Nov 23, 2012 at 07:22:21PM +0100, Kolbj�rn Stuest�l wrote: [...] But of course, if someone has an answer … Kolbjoern No answer, but... I have modified the script a little bit (and also slightly changed the syntax) - who knows, maybe it's worki

Re: [Gimp-docs] check-images error

2012-11-27 Thread Kolbjørn Stuestøl
Den 27.11.2012 17:56, skreiv Kolbjørn Stuestøl: Den 26.11.2012 20:47, skreiv Ulf-D. Ehlert: On Fri, Nov 23, 2012 at 07:22:21PM +0100, Kolbj�rn Stuest�l wrote: [...] But of course, if someone has an answer … Kolbjoern No answer, but... I have modified the script a little bit (and also slightly

[Gimp-docs] cage tool proofreading?

2012-12-11 Thread Kolbjørn Stuestøl
I have written a chapter about the cage tool. (src/toolbox/transform/cage.xml). This description needs proofreading and perhaps some rewriting. Someone to do it? Moreover: The "images/toolbox/toolbox-[tool].png" needs updating. Someone with a bit of spare time? Kolbjoern ___

[Gimp-docs] rotating path?

2012-12-12 Thread Kolbjørn Stuestøl
In gimp-tool-transform.html (src/toolbox/transform/common-features.xml) there is a note: "When rotating a path, Preview options are not valid: only Outline is active." What does this mean? I am not able to rotate any path set with the path tool. Perhaps I have missed, forgot or misunde

Re: [Gimp-docs] rotating path?

2012-12-13 Thread Kolbjørn Stuestøl
Den 12.12.2012 22:25, skreiv scl: On 12.12.12 at 8:59 PM Kolbjørn Stuestøl wrote: In gimp-tool-transform.html (src/toolbox/transform/common-features.xml) there is a note: "When rotating a path, Preview options are not valid: only Outline is active." What does this mean?

[Gimp-docs] verifying xml files

2012-12-13 Thread Kolbjørn Stuestøl
Is there a simple way to verify xml files in gimp-help-2? When running "make" commands like "make pot" I get the error message "Makefile:1259: target `xml/en/toolbox/transform/common-features' doesn't match the target pattern" It is my file "src/toolbox/transform/common-features" that is t

Re: [Gimp-docs] verifying xml files

2012-12-14 Thread Kolbjørn Stuestøl
Den 14.12.2012 01:12, skreiv Liam R E Quin: On Thu, 2012-12-13 at 23:07 +0100, Kolbjørn Stuestøl wrote: Obviously I have a wrong code or something in my xml file. But finding the error(s) can be a tedious job. One way is to use xmllint --noout some-xml-file on the command-line. Thank you

Re: [Gimp-docs] verifying xml files

2012-12-14 Thread Kolbjørn Stuestøl
Den 14.12.2012 08:11, skreiv Julien Hardelin: Le 13/12/2012 23:07, Kolbjørn Stuestøl a écrit : Is there a simple way to verify xml files in gimp-help-2? When running "make" commands like "make pot" I get the error message "Makefile:1259: target `xml/en/toolbox/

[Gimp-docs] GIMP doc on Cygwin

2013-09-07 Thread Kolbjørn Stuestøl
The version of Cygwin which I have used for years refused a month or so ago to work with the programs used for translating GIMP documents. Perhaps because I switched to a 64 bits computer. I therefore had to install 64 bits Cygwin, but alas I have forgotten which packages needed. I remember th

Re: [Gimp-docs] GIMP doc on Cygwin

2013-09-08 Thread Kolbjørn Stuestøl
Den 07.09.2013 19:04, skreiv Marco Ciampa: On Sat, Sep 07, 2013 at 02:15:07PM +0200, Kolbjørn Stuestøl wrote: The version of Cygwin which I have used for years refused a month or so ago to work with the programs used for translating GIMP documents. Perhaps because I switched to a 64 bits

Re: [Gimp-docs] GIMP doc on Cygwin

2013-09-10 Thread Kolbjørn Stuestøl
Den 10.09.2013 21:30, skreiv Julien Hardelin: I remember there was some problems but not the solutions and neither where to find the threads where the installation(s) was discussed. Julien, are your "cookbook" (Using Cygwin for GIMP translations) still available somewhere? Unfortunately n

[Gimp-docs] Updating quickreference

2013-09-10 Thread Kolbjørn Stuestøl
It looks like I have forgotten something, so: How do I update the quickreference/po/nn.po file? I tried to add it the same way as the others po files, i.e. git add -> git commit -> git push, but failed. BTW: The Norwegian file in Keys and Mouse Quickreference (PDF) on the docs.gimp.org site is

Re: [Gimp-docs] Updating quickreference

2013-09-11 Thread Kolbjørn Stuestøl
Den 11.09.2013 06:11, skreiv Alexandre Prokoudine: On Wed, Sep 11, 2013 at 2:13 AM, Kolbjørn Stuestøl wrote: It looks like I have forgotten something, so: How do I update the quickreference/po/nn.po file? I tried to add it the same way as the others po files, i.e. git add -> git commit -&g

[Gimp-docs] Error git push

2015-08-02 Thread Kolbjørn Stuestøl
I was trying to update my translation this night using git push, but get the error message "remote: error: refname 'GIMP_HELP_2_8_2' is ambiguous". "To ssh://[my_username]/git/gimp-help-2" It's a long time since I pushed something to the translation, so perhaps I have forgotten something. How

Re: [Gimp-docs] Error git push

2015-08-03 Thread Kolbjørn Stuestøl
Den 03.08.2015 09:44, Marco Ciampa skreiv: On Sun, Aug 02, 2015 at 11:15:21PM +0200, Kolbjørn Stuestøl wrote: I was trying to update my translation this night using git push, but get the error message "remote: error: refname 'GIMP_HELP_2_8_2' is ambiguous". "To ssh://[m

Re: [Gimp-docs] Error git push

2015-08-03 Thread Kolbjørn Stuestøl
Strange? https://git.gnome.org/browse/gimp-help-2 shows that GIMP_HELP_2_8_2 master has accepted my updating 24 hours ago. So the address is not *that* ambiguous :-). Looks like there is no need to change anything in my settings for git. Kolbjørn Den 03.08.2015 11:12, Kolbjørn Stuestøl

Re: [Gimp-docs] Error git push

2015-08-04 Thread Kolbjørn Stuestøl
Thank you. I'll look at it when getting back to the computer I'm using for this kind of works. Kolbjørn Den 03.08.2015 23:47, Marco Ciampa skreiv: On Mon, Aug 03, 2015 at 11:13:26PM +0200, Kolbjørn Stuestøl wrote: Strange? https://git.gnome.org/browse/gimp-help-2 shows that GIMP_

[Gimp-docs] Validation error

2015-09-14 Thread Kolbjørn Stuestøl
I tryed to update Julien's latest (and as usual excellent) enhances, but when validating my translation I got this error messages: Command: make validate-nn From log file: -:41998: namespace error : Namespace prefix xi on include is not defined

Re: [Gimp-docs] Validation error

2015-09-16 Thread Kolbjørn Stuestøl
Den 16.09.2015 09:18, Marco Ciampa skreiv: On Mon, Sep 14, 2015 at 11:15:30PM +0200, Kolbjørn Stuestøl wrote: I tryed to update Julien's latest (and as usual excellent) enhances, but when validating my translation I got this error messages: Command: make validate-nn From log

Re: [Gimp-docs] 'make pdf' fails

2015-12-12 Thread Kolbjørn Stuestøl
I was a bit curious inspired by this discussion, and tried to make a pdf file. Near the same result as Julien got: Build gimp.pdf built-in module xetex registered no support found for ifxetex no support found for fontspec no support found for xltxtra no support found for fonten

[Gimp-docs] git push error message

2015-12-31 Thread Kolbjørn Stuestøl
When running "git push" I get the error message: "remote: error: refname 'GIMP_HELP_2_8_2' is ambiguous" But "https://git.gnome.org/browse/gimp-help-2"; shows that the push succeeded, but why this error message? How to avoid it? Before this error message it is a warning telling that push.defau

[Gimp-docs] git commit problems

2016-01-13 Thread Kolbjørn Stuestøl
As this question is related to the GIMP UI I posted this in developers forum (gimp-developer-l...@gnome.org) a couple of days ago but get no answers. Hoping someone in this list are able to answer me. I guess it has something with "git config" to do. When committing my translation all looks we

Re: [Gimp-docs] git commit problems

2016-01-14 Thread Kolbjørn Stuestøl
later this night. Other things to do in the meantime. Kolbjørn Den 13.01.2016 23:45, Marco Ciampa skreiv: On Wed, Jan 13, 2016 at 09:48:26PM +0100, Kolbjørn Stuestøl wrote: As this question is related to the GIMP UI I posted this in developers forum (gimp-developer-l...@gnome.org) a couple of day

Re: [Gimp-docs] git commit problems

2016-01-14 Thread Kolbjørn Stuestøl
I did it the easy way by cloning a new local copy and then added my translated files, git commit and then git push. Now it works as normal. Kolbjørn Den 14.01.2016 16:02, Kolbjørn Stuestøl skreiv: Thank you Marco. You are always helpful. I just got an answer on the other list to. Suggesting

[Gimp-docs] xml file misplaced

2017-02-05 Thread Kolbjørn Stuestøl
It's a long time since I translated GIMP so perhaps I have forgot something. I translated menus/colors/tone-mapping.po to Norwegian. When running 'make html-nn' this file is created: [XML] xml/nn/menus/colors/tone-mapping/retinex.xml When the program starts making html-nn I get this warn

Re: [Gimp-docs] xml file misplaced

2017-02-06 Thread Kolbjørn Stuestøl
Den 05.02.2017 20:32, Alexandre Prokoudine skreiv: On Sun, Feb 5, 2017 at 7:40 PM, Kolbjørn Stuestøl wrote: It's a long time since I translated GIMP so perhaps I have forgot something. I translated menus/colors/tone-mapping.po to Norwegian. When running 'make html-nn' this

[Gimp-docs] MyPaint

2017-02-14 Thread Kolbjørn Stuestøl
Is MyPaint a program name or should it be translated? Kolbjørn ___ gimp-docs-list mailing list gimp-docs-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-docs-list

Re: [Gimp-docs] MyPaint

2017-02-14 Thread Kolbjørn Stuestøl
Den 14.02.2017 18:00, Alexandre Prokoudine skreiv: Name, should not be translated. Thank you. Kobjørn 14 февр. 2017 г. 19:44 пользователь "Kolbjørn Stuestøl" mailto:kolbjo...@stuestoel.no>> написал: Is MyPaint a program name or should it be translat

[Gimp-docs] GIMP_HELP_2_8_2 is ambiguous

2017-02-17 Thread Kolbjørn Stuestøl
I used "git clone ssh://< …>/git/gimp-help-2" to make a local copy of gimp-help-2. Just to try out whether I remember the procedures or no, I made a few changes in 3 files and "commit" and "push" them (after running "git pull"). When running "git push" I got among other messages this message: "

Re: [Gimp-docs] Gimp-2.9.5 - Select border

2017-03-17 Thread Kolbjørn Stuestøl
Sorry, but I am not able to answer your questions. The lack of response could mean that this is too difficult for this group? Perhaps developers forum (gimp-developer-l...@gnome.org) is a better place? Thank you Julien for your excellent work on writing the manuals. Kolbjørn Den 11.03.2017 18:3

Re: [Gimp-docs] Colors/Desaturate/Desaturate documentation

2017-03-23 Thread Kolbjørn Stuestøl
I too welcomes you, Elle. I know that Julien is an excellent writer and teacher so you are in the best hands. It was Julien (among a couple others) who instructed me in how to translate and in writing documentation many years ago. Hoping you will discuss problems and solutions on this site. I ha

Re: [Gimp-docs] Feedback on first pushed commits

2017-04-04 Thread Kolbjørn Stuestøl
Den 04.04.2017 20:03, Elle Stone skreiv: Hi All, Since March 28 I've pushed 7 commits (not including a commit that only uploaded a new screenshot) for various color management/high bit depth related items. If anyone has time to check my xml files for consistency, indentation, proper use of

[Gimp-docs] Text on images

2017-05-16 Thread Kolbjørn Stuestøl
I am translating the eminent help articles on color management. But some of the (example) images has English text over the image. (Example: menus/image/color-management/enable-cm-gimp-built-in-perceptual-srgb-color-space-enabled-disabled.png). Is it possible to add all text as a caption beneath o

[Gimp-docs] Added image to docs folder

2017-06-03 Thread Kolbjørn Stuestøl
I have added a copy of the companding-curves-compared.png with the text removed. The image is used in Glossary/channel encoding. I would be very pleased if authors added images without any text on them. Kolbjørn ___ gimp-docs-list mailing list gimp-docs

[Gimp-docs] moving notes.png?

2017-07-09 Thread Kolbjørn Stuestøl
I would like to "translate" the image moving.png. It is now located in the images/common folder. Is it possible to move it to a folder in the images/C folder without rewriting lots of po/xml sides? Or is there another way to "translate" it? Kolbjørn __

Re: [Gimp-docs] moving notes.png?

2017-07-12 Thread Kolbjørn Stuestøl
Den 12.07.2017 20:00, skreiv Michael Schumacher: Am 12.07.2017 um 10:40 schrieb Kolbjørn Stuestøl: Btw: Windows 7 and newer handles symbolic links. We have many users on the Windows XP platform, apparently. Please do not make the docs use file-system-level links, if possible - these already

[Gimp-docs] autogen.sh not finding automake

2017-12-18 Thread Kolbjørn Stuestøl
Where is autogen.sh getting it's information about where automake is? When I am running "./autogen.sh  …" I get an error message from autogen.sh saying that I must have automake 1.10 or newer installed to compile gimp-help-2. It looks like autogen.sh does not recognize the automake file instal

Re: [Gimp-docs] autogen.sh not finding automake

2017-12-18 Thread Kolbjørn Stuestøl
Den 18.12.2017 13:57, skreiv Alexandre Prokoudine: On Mon, Dec 18, 2017 at 3:47 PM Kolbjørn Stuestøl mailto:kolbjo...@stuestoel.no>> wrote: Where is autogen.sh getting it's information about where automake is? When I am running "./autogen.sh  …" I get

[Gimp-docs] Adding user manual

2018-03-28 Thread Kolbjørn Stuestøl
I downloaded GIMP 2.10 .0 RC1 version to give it a try. But the  help manual is missing. How do I add this help manual to GIMP  on my computer? Where do I find a description on how to add this manual? Where do I find the download version of this manual? The only one I am able to find is the onlin

Re: [Gimp-docs] Adding user manual

2018-04-09 Thread Kolbjørn Stuestøl
Den 09.04.2018 08:25, skreiv Marco Ciampa: On Wed, Mar 28, 2018 at 02:08:24PM +0200, Kolbjørn Stuestøl wrote: I downloaded GIMP 2.10 .0 RC1 version to give it a try. But the  help manual is missing. How do I add this help manual to GIMP  on my computer? Where do I find a description on how to

Re: [Gimp-docs] make html-en fails

2018-05-15 Thread Kolbjørn Stuestøl
I have exactly the same problem when changing to Cygwin on Windows 10. (It works fine on Cygwin/Windows 7). So I do not think it is a specific Linux version problem. And yes, Ulf, you helped me with the same problem in February 2010. I found a solution, but in the gimpusers archive my solution i

[Gimp-docs] Where do I find GIMP help repository?

2018-08-18 Thread Kolbjørn Stuestøl
I have not been working on GIMP translations since April or so. Starting up today I have no access to gimp-help-2 via the usual "git clone ssh://[my username].gnome.org/git/gimp-help-2". I also tried "git clone … /git-help" without any success. "git clone ssh://[my username].gnome.org/git/gimp"

Re: [Gimp-docs] Where do I find GIMP help repository?

2018-08-18 Thread Kolbjørn Stuestøl
Den 18.08.2018 14:58, skreiv sebul: https://gitlab.gnome.org/GNOME/gimp-help 2018년 8월 18일 (토) 오후 9:47, Kolbjørn Stuestøl <mailto:kolbjo...@stuestoel.no>>님이 작성: I have not been working on GIMP translations since April or so. Starting up today I have no access to gimp-help-

Re: [Gimp-docs] Where do I find GIMP help repository?

2018-08-18 Thread Kolbjørn Stuestøl
://gitlab.gnome.org/GNOME/gimp-help.git Julien Le 18/08/2018 à 15:53, Kolbjørn Stuestøl a écrit : Thank you both I need a step by step explanation on how to get access to this account. (Perhaps this will be useful for other users too?) Can I use my access to the old repository or do I have to

Re: [Gimp-docs] Where do I find GIMP help repository?

2018-08-19 Thread Kolbjørn Stuestøl
No. I have to figure out how to move my account to gitlab, or perhaps opening a new account. I'll try this out later this day. Thank you, Julien. Kolbjørn Julien Le 18/08/2018 à 22:03, Kolbjørn Stuestøl a écrit : Thank you Julien but I am not able to get the first link working. Have not

[Gimp-docs] No access to gitlab

2018-08-31 Thread Kolbjørn Stuestøl
After gimp and gimp-help moved to gitlab ( in May 2018?) I am excluded from the site. In my local folder "gimp" in my main computer I created a new folder named "gimp-help". Typing "git clone g...@gitlab.gnome.org/GNOME/gimp-help.git" or g...@gitlab.gnome.org/GNOME/gimp.git" results in the follo

Re: [Gimp-docs] No access to gitlab

2018-09-01 Thread Kolbjørn Stuestøl
Den 01.09.2018 00:34, skreiv Pat David: I’d start here: https://wiki.gnome.org/GitLab Thank you, I'll try this. Kolbjørn You may just need to check your access (LDAP?). On Fri, Aug 31, 2018 at 3:04 PM Kolbjørn Stuestøl mailto:kolbjo...@stuestoel.no>> wrote: After gimp an

[Gimp-docs] git clone address

2019-03-11 Thread Kolbjørn Stuestøl
I am trying to download GIMP using the command 'git clone gimp-docs-list@gnome.org' but get an error message. Is this the correct address? If not, my access rights was not 'exported' to the new address as I thought it would be. Yes, the old call functioned from this computer. I have tried to fin

Re: [Gimp-docs] git clone address

2019-03-12 Thread Kolbjørn Stuestøl
-help `git clone g...@gitlab.gnome.org:GNOME/gimp-help.git` On Mon, Mar 11, 2019 at 3:24 PM Kolbjørn Stuestøl mailto:kolbjo...@stuestoel.no>> wrote: I am trying to download GIMP using the command 'git clone gimp-docs-list@gnome.org <mailto:gimp-docs-list@gnome.org>'

Re: [Gimp-docs] git clone address

2019-03-12 Thread Kolbjørn Stuestøl
Den 12.03.2019 13:24, skreiv Pat David: The main GIMP repo is now at: https://gitlab.gnome.org/GNOME/gimp Thank you Koljørn On Tue, Mar 12, 2019 at 8:16 AM Kolbjørn Stuestøl mailto:kolbjo...@stuestoel.no>> wrote: Yes. It looks like I have to sign up for a new account. 

[Gimp-docs] How to commit translations

2019-04-19 Thread Kolbjørn Stuestøl
I am for some to me unknown reasons not able to access to my git account any more and tried to use "https://l10n.gnome.org/module/gimp/";. About a week ago I uploaded my translation of "gimp-script-fu.master.nn.po" using the side "https://l10n.gnome.org/vertimus/gimp/master/po-script-fu/nn/";.

Re: [Gimp-docs] How to commit translations

2019-04-19 Thread Kolbjørn Stuestøl
Den 19.04.2019 23:07, skreiv Marco Ciampa via gimp-docs-list: On Fri, Apr 19, 2019 at 09:17:13PM +0200, Kolbjørn Stuestøl wrote: I am for some to me unknown reasons not able to access to my git account any more and tried to use "https://l10n.gnome.org/module/gimp/";. About a

[Gimp-docs] Access to gitlab

2019-10-13 Thread Kolbjørn Stuestøl
I think I will have some spare time in a month or two. Today I therefore planned brushing up my knowledge about git, but failed to log in to gitlab. Running "git clone g...@gitlab.gnome.org:GNOME/gimp-help.git" gave this error message: "The authenticity of host 'gitlab.gnome.org (209.132.180.18

Re: [Gimp-docs] Access to gitlab

2019-10-14 Thread Kolbjørn Stuestøl
Thank you Julien I'll give it a try later this day. Kolbjørn Den 14.10.2019 07:30, skreiv Julien Hardelin: https://wiki.gnome.org/AccountsTeam/NewAccounts ? Julien Le 13/10/2019 à 23:16, Kolbjørn Stuestøl a écrit : I think I will have some spare time in a month or two. Today I ther