Re: Editing via webcvs?

2006-01-21 Thread Behdad Esfahbod
On Sun, 22 Jan 2006, Clytie Siddall wrote: > During the recent string-rush (euphemistically called string-freeze), > I've found myself repeatedly downloading large files like epiphany, > evolution and gimp, only to edit one small string, in the case of > gimp today, to change "2005" to "2006". Wh

Editing via webcvs?

2006-01-21 Thread Clytie Siddall
Hi everyone :) During the recent string-rush (euphemistically called string-freeze), I've found myself repeatedly downloading large files like epiphany, evolution and gimp, only to edit one small string, in the case of gimp today, to change "2005" to "2006". This seems a waste of bandwidt

Adding translations

2006-01-21 Thread Clytie Siddall
Hello everybody :) As release gets closer, I'm getting rather nervous about translations I've initiated not being added to LINGUAS or ALL_LINGUAS, as I was recently advised is necessary. These are all files I have "added" via CVS, but apparently I still need to add them to the LINGUAS lis

Re: Igbo translation of gnome

2006-01-21 Thread Christian Rose
On 1/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Nkem, > > Your mail ended up in my bulk mail folder. > > The actual translation website is www.igbolinux.org > not the sourceforge site that is probably listed on > Gnome.org and needs to be updated. > > In reply to your questions, we are s

Re: More string changes in gucharmap

2006-01-21 Thread Behdad Esfahbod
Oops. Seems like I forgot to commit. Committed now. On Sat, 21 Jan 2006, Behdad Esfahbod wrote: > > I fixed another but that involves a new string and two string > changes. (bug #135848) > > Added: > > UTF-16 > C octal escaped UTF-8: > XML decimal entity: > > Removed: > > Octal escaped UTF-8:

Re: GStreamer: plugins or elements

2006-01-21 Thread Christian Rose
On 1/20/06, Thomas Vander Stichele <[EMAIL PROTECTED]> wrote: > Hi, > > There's been some back-and-forth-committing of string changes related to > this bug: http://bugzilla.gnome.org/show_bug.cgi?id=321536 > > On the one hand, it is argued that "element" is more "slangy" than > "plug-in", and thus

metacity string changes

2006-01-21 Thread Elijah Newren
I've made a few string changes in metacity with various updates to metacity.schemas.in. Mostly just comments, clarifications, spacing fixes, plus a couple of new options (two new double-click-on-titlebar actions) that aren't exposed in the UI. Since these are only ever really seen if someone uses

String changes in libwnck

2006-01-21 Thread Elijah Newren
The right-click-on-window-button-in-taskbar menu items have changed to synchronize with metacity's right-click-on-window-titlebar menu. This means that the strings "_Unroll" "Roll _Up" have been removed, while "On _Top" "Move to Workspace _Left" "Move to Workspace R_ight" "Move to Work

More string changes in gucharmap

2006-01-21 Thread Behdad Esfahbod
I fixed another but that involves a new string and two string changes. (bug #135848) Added: UTF-16 C octal escaped UTF-8: XML decimal entity: Removed: Octal escaped UTF-8: Decimal entity reference: --behdad ___ gnome-i18n mailing list gnome-i18n@gn

String and UI change in gucharmap

2006-01-21 Thread Behdad Esfahbod
One string is added in the search dialog of gucharmap: "Search in character details". (bug #301628) --behdad ___ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n

translator_credits fixed in gucharmap

2006-01-21 Thread Behdad Esfahbod
Hi, I changed "translator_credits" to "translator-credits" in gucharmap. (bug #300965) All .po files are also fixed by replacing the former string with the latter. --behdad ___ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman

string change in gnome-utils

2006-01-21 Thread Emmanuele Bassi
Hi all, The description and title of gnome-system-log manual have been slightly changed for fixing bug #327793[1]. The change happened in gnome-utils/logview/help/C/gnome-system-log.xml Ciao, Emmanuele. +++ [1] http://bugzilla.gnome.org/show_bug.cgi?id=327793 -- Emmanuele Bassi - <[EMAIL PR

Evince documentation change announcement

2006-01-21 Thread Nickolay V. Shmyrev
* C/evince.xml: Applied documentation standartization patch by Allessandro Ferucci <[EMAIL PROTECTED]>. See bug #327791. ___ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n

announcing 1 string change in evolution

2006-01-21 Thread Andre Klapper
hi, announcing 1 string change in evolution, i changed "Evolution Settings" to "Evolution Preferences" to keep consistency: http://cvs.gnome.org/viewcvs/evolution/shell/e-shell-settings-dialog.c?r1=1.37&r2=1.38 this fixes http://bugzilla.gnome.org/show_bug.cgi?id=327933. cheers, andre -- mail

String Change in Yelp

2006-01-21 Thread Don Scorgie
Hi, I've just committed a change to yelp to fix bug #327953: - tooltip = g_strconcat (_("Read info page for "), tooltip, NULL); + tooltip = g_strdup_printf (_("Read info page for %s"), tooltip); Thanks Don