String additions to 'anjuta.gnome-2-30'

2010-03-22 Thread GNOME Status Pages
This is an automatic notification from status generation scripts on:
http://l10n.gnome.org.

There have been following string additions to module 'anjuta.gnome-2-30':

+ "Edit…"

Note that this doesn't directly indicate a string freeze break, but it
might be worth investigating.
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Freeze break request

2010-03-22 Thread Jason D. Clinton
We are in hard code freeze. I included i18n only as an informative measure.

On Mon, Mar 22, 2010 at 2:43 PM, Gabor Kelemen  wrote:

> Jason D. Clinton írta:
>
>  Permission to add missing .js files to POTFILES.in?
>> https://bugzilla.gnome.org/show_bug.cgi?id=613092
>>
>>
>>
> This does not count as a break, as these files are already there. Just go
> ahead and commit.
>
> Regards
> Gabor Kelemen
>
>
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Freeze break request

2010-03-22 Thread Claude Paroz
Le lundi 22 mars 2010 à 14:33 -0500, Jason D. Clinton a écrit :
> Permission to add missing .js files to POTFILES.in?
> https://bugzilla.gnome.org/show_bug.cgi?id=613092
> 
FYI, I also reported a bug against intltool so as .js files not included
in POTFILES.in are detected by intltool-update -m

https://bugs.launchpad.net/intltool/+bug/55

Claude

-- 
www.2xlibre.net

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Freeze break request

2010-03-22 Thread Ihar Hrachyshka
Actually you don't need approval to mark previously excluded messages as
translatable. At least from i18n guys.

On Mon, 2010-03-22 at 14:33 -0500, Jason D. Clinton wrote:
> Permission to add missing .js files to POTFILES.in?
> https://bugzilla.gnome.org/show_bug.cgi?id=613092
> 
> 
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-i18n


___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Freeze break request

2010-03-22 Thread Gabor Kelemen

Jason D. Clinton írta:

Permission to add missing .js files to POTFILES.in?
https://bugzilla.gnome.org/show_bug.cgi?id=613092

  
This does not count as a break, as these files are already there. Just 
go ahead and commit.


Regards
Gabor Kelemen


___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Freeze break request

2010-03-22 Thread Jason D. Clinton
Permission to add missing .js files to POTFILES.in?
https://bugzilla.gnome.org/show_bug.cgi?id=613092
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Not able ti push/pull

2010-03-22 Thread Kolbjørn Stuestøl

Simos Xenitellis skreiv:

2010/3/22 Kolbjørn Stuestøl :
  

I just downloaded my n^_th_ clone to a new folder using

$ git clone ssh://usern...@git.gnome.org/git/gimp-help-2

And mysteriously wonder, I got "Already up-to-date." when running "git
pull".
No I am going to change some of my po files, running some git commands on
them and try "git pull". Hoping it works :-)



'git pull --rebase' is used to retrieve any updates that have been
added to git.gnome.org,
since you last cloned/pulled.
It is recommended to use the 'git up' alias instead of 'git pull --rebase'.
There is an issue when you just use 'git pull' instead of 'git pull
--rebase', so
we advise against using the plain 'git pull'.

With 'git commit ...' you add your changes to your local clone.
One you run 'git push', all your additional commits in your local
clone will be sent to git.gnome.org.
Until you do 'git push', you do not affect in any way git.gnome.org.

Once you 'git push', have a look at your addition at
http://git.gnome.org/browse/gimp-help-2/

A common issue when you 'git push' is that the repository at
'git.gnome.org' may have changed;
for example, another translator may have just added their translation.
You can verify at
http://git.gnome.org/  In this case, what you do is 'git up' to update
your local clone and then 'git push'.

  

I'll be back if the git push do not works. I have a slow internet connection
(via satellite), so it will take some time.



The workflow with git is that you establish your local clones of the
repositories
you are interested in, and then you 'git up' to update those you need in order
to submit translations. All of GNOME 2.30 is about 3GB, while GIMP is
about 300MB.

I am not sure what speeds you get when you 'git clone'. If you get
slow-ish speeds
compared to what you get when you download files with Firefox (HTTP protocol),
it might be easier to have the 'git clone' performed on some Internet
server and
then compress it to a ZIP file. Then, you use a download manager (or Firefox)
to download this single ZIP file and finally extract the repositories.

If cloning speed is an issue to you, ask me for more details on this.

Simos
  

Thank you a lot for your tips. I have met the right person :-)
I have followed the "http://live.gnome.org/TranslationProject/GitHowTo"; 
among others. In addition I have got lots of help from the good and 
clever peoples at the GIMP mailing list (gimp-docs Berkeley 
). I am not a programmer, just a 
translator having fun with solving problems.


No, my internet connection is always slow, about 100kb/s on good days. 
(The theoretical download speed 1Mb/s never reached). This has nothing 
to do with GNOME or git. I just starts downloading and then doing other 
things in the meantime. But perhaps I'll give your tip a try some day?


I had to update (against the pot files) and rewrite my po files. At the 
moment I am validating them ---  and alas some errors showed up. I 
therefore have to correct these errors and thereaafter make html files 
to have a look at my work before I run

git add .
git commit -m "[some text]"
and then hopefully git push will work.

With thanks from
Kolbjoern

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Not able ti push/pull

2010-03-22 Thread Simos Xenitellis
2010/3/22 Kolbjørn Stuestøl :
> Simos Xenitellis skreiv:
>>
>> 2010/3/22 Kolbjørn Stuestøl :
>>
>>>
>>> Wrong remote host?
>>>
>>> I am working on GIMP documentation as a translator and have just got my
>>> account to git.gnome.org.
>>> When I am trying to pull or push I am not getting through. Message:
>>>
>>>  $ git pull {with and without
>>>  ssh://usern...@git.gnome.org/git/gimp-help-2}
>>>  The authenticity of host 'gnome.org (209.132.180.167)' can't be
>>>  established.
>>>  RSA key fingerprint is 8e:f8:80:3e:08:7e:6b:a3:5d:4e:6a:64:e2:54:0f:46.
>>>  Are you sure you want to continue connecting (yes/no)? no
>>>
>>
>> At this question you answer 'no', which means that git will terminate
>> the connection,
>> which it does. Here you need to answer 'yes'.
>>
>
> I just downloaded my n^_th_ clone to a new folder using
>
> $ git clone ssh://usern...@git.gnome.org/git/gimp-help-2
>
> And mysteriously wonder, I got "Already up-to-date." when running "git
> pull".
> No I am going to change some of my po files, running some git commands on
> them and try "git pull". Hoping it works :-)

'git pull --rebase' is used to retrieve any updates that have been
added to git.gnome.org,
since you last cloned/pulled.
It is recommended to use the 'git up' alias instead of 'git pull --rebase'.
There is an issue when you just use 'git pull' instead of 'git pull
--rebase', so
we advise against using the plain 'git pull'.

With 'git commit ...' you add your changes to your local clone.
One you run 'git push', all your additional commits in your local
clone will be sent to git.gnome.org.
Until you do 'git push', you do not affect in any way git.gnome.org.

Once you 'git push', have a look at your addition at
http://git.gnome.org/browse/gimp-help-2/

A common issue when you 'git push' is that the repository at
'git.gnome.org' may have changed;
for example, another translator may have just added their translation.
You can verify at
http://git.gnome.org/  In this case, what you do is 'git up' to update
your local clone and then 'git push'.

> Perhaps the problem is solved, but I do not know what caused it and how to
> cure it manually.
>>
>> Since you can 'git clone' as it is shown below, it is a bit strange
>> that you are asked
>> to verify the host again. I believe it's a simple configuration issue
>> that you need to
>> verify both 'git.gnome.org' and 'gnome.org'. You also mention this below.
>> Once you do this once for each, it should work just fine.
>>
>>
>>>
>>>  Host key verification failed.
>>>  fatal: The remote end hung up unexpectedly
>>>
>>>
>>> My account is accepted:
>>>
>>>  $ ssh usern...@git.gnome.org
>>>  PTY allocation request failed on channel 0
>>>  SSH authentication succeeded. Interactive login is not allowed.
>>>  Connection to git.gnome.org closed.
>>>
>>>
>>> and "git clone" works:
>>>
>>>  $ git clone ssh://usern...@git.gnome.org/git/gimp-help-2
>>>  Initialized empty Git repository in /bin/test/gimp-help-2/.git/
>>>  remote: Counting objects: 76817, done.
>>>  remote: Compressing objects: 100% (22331/22331), done.
>>>  Receiving objects: ...
>>>
>>>
>>> I am an unskilled programmer in Linux/Unix, but to me it looks like the
>>> program has changed remote host from "git.gnome.org" to "gnome.org" when
>>> pull/push. Something to do with the fact that I had an anonymous version
>>> of
>>> gimp-help-2 on my computer in another folder?
>>>
>>
>> If you already have an anonymous clone, you can convert to a 'eponymous'
>> clone
>> with
>> http://live.gnome.org/TranslationProject/GitHowTo#Convert_an_anonymous_clone_into_an_eponymous_one
>>
>
> Yes, I did.
>>
>>
>>>
>>> Some suggestions on how to fix this?
>>> I am using Cygwin on Windows XP Home with all updates, but think this
>>> doesn't matter in this case.
>>>
>>
>> Simos
>>
>
> Thank you for helping me so rapidly.
> I have asked on other forum without any response. This was my first attempt
> in this forum. Wonderful.
>
> I'll be back if the git push do not works. I have a slow internet connection
> (via satellite), so it will take some time.

The workflow with git is that you establish your local clones of the
repositories
you are interested in, and then you 'git up' to update those you need in order
to submit translations. All of GNOME 2.30 is about 3GB, while GIMP is
about 300MB.

I am not sure what speeds you get when you 'git clone'. If you get
slow-ish speeds
compared to what you get when you download files with Firefox (HTTP protocol),
it might be easier to have the 'git clone' performed on some Internet
server and
then compress it to a ZIP file. Then, you use a download manager (or Firefox)
to download this single ZIP file and finally extract the repositories.

If cloning speed is an issue to you, ask me for more details on this.

Simos
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Not able ti push/pull

2010-03-22 Thread Kolbjørn Stuestøl

Simos Xenitellis skreiv:

2010/3/22 Kolbjørn Stuestøl :
  

Wrong remote host?

I am working on GIMP documentation as a translator and have just got my
account to git.gnome.org.
When I am trying to pull or push I am not getting through. Message:

  $ git pull {with and without
  ssh://usern...@git.gnome.org/git/gimp-help-2}
  The authenticity of host 'gnome.org (209.132.180.167)' can't be
  established.
  RSA key fingerprint is 8e:f8:80:3e:08:7e:6b:a3:5d:4e:6a:64:e2:54:0f:46.
  Are you sure you want to continue connecting (yes/no)? no



At this question you answer 'no', which means that git will terminate
the connection,
which it does. Here you need to answer 'yes'.
  

I just downloaded my n^_th_ clone to a new folder using

$ git clone ssh://usern...@git.gnome.org/git/gimp-help-2

And mysteriously wonder, I got "Already up-to-date." when running "git 
pull".
No I am going to change some of my po files, running some git commands 
on them and try "git pull". Hoping it works :-)
Perhaps the problem is solved, but I do not know what caused it and how 
to cure it manually.

Since you can 'git clone' as it is shown below, it is a bit strange
that you are asked
to verify the host again. I believe it's a simple configuration issue
that you need to
verify both 'git.gnome.org' and 'gnome.org'. You also mention this below.
Once you do this once for each, it should work just fine.

  

  Host key verification failed.
  fatal: The remote end hung up unexpectedly


My account is accepted:

  $ ssh usern...@git.gnome.org
  PTY allocation request failed on channel 0
  SSH authentication succeeded. Interactive login is not allowed.
  Connection to git.gnome.org closed.


and "git clone" works:

  $ git clone ssh://usern...@git.gnome.org/git/gimp-help-2
  Initialized empty Git repository in /bin/test/gimp-help-2/.git/
  remote: Counting objects: 76817, done.
  remote: Compressing objects: 100% (22331/22331), done.
  Receiving objects: ...


I am an unskilled programmer in Linux/Unix, but to me it looks like the
program has changed remote host from "git.gnome.org" to "gnome.org" when
pull/push. Something to do with the fact that I had an anonymous version of
gimp-help-2 on my computer in another folder?



If you already have an anonymous clone, you can convert to a 'eponymous' clone
with 
http://live.gnome.org/TranslationProject/GitHowTo#Convert_an_anonymous_clone_into_an_eponymous_one
  
Yes, I did.  
  

Some suggestions on how to fix this?
I am using Cygwin on Windows XP Home with all updates, but think this
doesn't matter in this case.



Simos
  

Thank you for helping me so rapidly.
I have asked on other forum without any response. This was my first 
attempt in this forum. Wonderful.


I'll be back if the git push do not works. I have a slow internet 
connection (via satellite), so it will take some time.


Kolbjoern


  


--
Kolbjørn Stuestøl
Stuestøl
N4580 Lyngdal
Tlf.: (47) 38 34 78 62, mob.: (47) 917 81 125
kolbjoern at stuestoel.no
http://www.stuestoel.no

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Not able ti push/pull

2010-03-22 Thread Simos Xenitellis
2010/3/22 Kolbjørn Stuestøl :
> Wrong remote host?
>
> I am working on GIMP documentation as a translator and have just got my
> account to git.gnome.org.
> When I am trying to pull or push I am not getting through. Message:
>
>   $ git pull {with and without
>   ssh://usern...@git.gnome.org/git/gimp-help-2}
>   The authenticity of host 'gnome.org (209.132.180.167)' can't be
>   established.
>   RSA key fingerprint is 8e:f8:80:3e:08:7e:6b:a3:5d:4e:6a:64:e2:54:0f:46.
>   Are you sure you want to continue connecting (yes/no)? no

At this question you answer 'no', which means that git will terminate
the connection,
which it does. Here you need to answer 'yes'.

Since you can 'git clone' as it is shown below, it is a bit strange
that you are asked
to verify the host again. I believe it's a simple configuration issue
that you need to
verify both 'git.gnome.org' and 'gnome.org'. You also mention this below.
Once you do this once for each, it should work just fine.

>   Host key verification failed.
>   fatal: The remote end hung up unexpectedly
>
>
> My account is accepted:
>
>   $ ssh usern...@git.gnome.org
>   PTY allocation request failed on channel 0
>   SSH authentication succeeded. Interactive login is not allowed.
>   Connection to git.gnome.org closed.
>
>
> and "git clone" works:
>
>   $ git clone ssh://usern...@git.gnome.org/git/gimp-help-2
>   Initialized empty Git repository in /bin/test/gimp-help-2/.git/
>   remote: Counting objects: 76817, done.
>   remote: Compressing objects: 100% (22331/22331), done.
>   Receiving objects: ...
>
>
> I am an unskilled programmer in Linux/Unix, but to me it looks like the
> program has changed remote host from "git.gnome.org" to "gnome.org" when
> pull/push. Something to do with the fact that I had an anonymous version of
> gimp-help-2 on my computer in another folder?

If you already have an anonymous clone, you can convert to a 'eponymous' clone
with 
http://live.gnome.org/TranslationProject/GitHowTo#Convert_an_anonymous_clone_into_an_eponymous_one

> Some suggestions on how to fix this?
> I am using Cygwin on Windows XP Home with all updates, but think this
> doesn't matter in this case.

Simos
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Not able ti push/pull

2010-03-22 Thread Kolbjørn Stuestøl

Wrong remote host?

I am working on GIMP documentation as a translator and have just got my 
account to git.gnome.org.

When I am trying to pull or push I am not getting through. Message:

   $ git pull {with and without
   ssh://usern...@git.gnome.org/git/gimp-help-2}
   The authenticity of host 'gnome.org (209.132.180.167)' can't be
   established.
   RSA key fingerprint is 8e:f8:80:3e:08:7e:6b:a3:5d:4e:6a:64:e2:54:0f:46.
   Are you sure you want to continue connecting (yes/no)? no
   Host key verification failed.
   fatal: The remote end hung up unexpectedly


My account is accepted:

   $ ssh usern...@git.gnome.org
   PTY allocation request failed on channel 0
   SSH authentication succeeded. Interactive login is not allowed.
   Connection to git.gnome.org closed.


and "git clone" works:

   $ git clone ssh://usern...@git.gnome.org/git/gimp-help-2
   Initialized empty Git repository in /bin/test/gimp-help-2/.git/
   remote: Counting objects: 76817, done.
   remote: Compressing objects: 100% (22331/22331), done.
   Receiving objects: ...


I am an unskilled programmer in Linux/Unix, but to me it looks like the 
program has changed remote host from "git.gnome.org" to "gnome.org" when 
pull/push. Something to do with the fact that I had an anonymous version 
of gimp-help-2 on my computer in another folder?


Some suggestions on how to fix this?
I am using Cygwin on Windows XP Home with all updates, but think this 
doesn't matter in this case.


Kolbjoern

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Not getting automatic notification from bugzilla

2010-03-22 Thread Simos Xenitellis
On Mon, Mar 22, 2010 at 9:15 AM, shankar prasad  wrote:
> Hi,
>
> I am the current coordinator for Kannada Team. I just noticed that, when
> ever a bug filed against Kannada(kn) translation for any module, I am not
> getting the notification automatically. Please let me know is there anything
> to be done from my side to get this corrected.

Hi Shankar,

According to https://bugzilla.gnome.org/describecomponents.cgi?product=l10n
the contact address for Kannada is kann...@sharma-home.net

If you want to update this address,  I think you need to contact the GNOME
Translation Project admins. (Or do we file a bug report on Bugzilla?)

Simos

-- 
A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Not getting automatic notification from bugzilla

2010-03-22 Thread shankar prasad
Hi,

I am the current coordinator for Kannada Team. I just noticed that, when
ever a bug filed against Kannada(kn) translation for any module, I am not
getting the notification automatically. Please let me know is there anything
to be done from my side to get this corrected.


Shankar
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n