Re: [Freeciv-Dev] (PR#39749) [Bug] battle groups keys don't work (Belgium and French)

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39749 > As discussed, changed to F1 through F4. + assign group ++ add to assigned group + select previously assigned group Unmodified through continue to show reports. To be honest though, on MacOS they don't always do these things. Various do

Re: [Freeciv-Dev] (PR#39927) consistent UI - Map - shortcut F4 in 2.1 - F1 in 2.2

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39927 > Trying to be all things to all people Committed as part of S2_1 revision 14164. Committed as part of S2_2 revision 14165. Committed as part of trunk revision 14166. ___ Freeciv-dev mailing l

Re: [Freeciv-Dev] (PR#39966) BUG: GTK2 new game screen, _Ruleset conflicts with _Ready (and Not _ready) and _Release player, etc.

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39966 > Committed as part of S2_1 revision 14164. Committed as part of S2_2 revision 14165. Committed as part of trunk revision 14166. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.o

Re: [Freeciv-Dev] (PR#39967) BUG: GTK2 menu _Reports: _Players conflicts with S_paceship

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39967 > Committed as part of S2_1 revision 14164. Committed as part of S2_2 revision 14165. Committed as part of trunk revision 14166. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.o

[Freeciv-Dev] (PR#39968) Tracking 2.1.2 release

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39968 > Time to give a heads up to translators, and do general testing. Mostly cosmetic UI fixes this time around Should be ready in a week? ___ Freeciv-dev mailing list Freeciv-dev@gna.org https:/

[Freeciv-Dev] (PR#39969) i18n issues

2007-12-16 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39969 > Forwarding a batch of i18n issues from the mailing list, leaving out some unrelated stuff. -- Forwarded message -- From: Sini Ruohomaa <[EMAIL PROTECTED]> Date: Dec 8, 2007 9:25 AM Subject: [Freeciv-i18n] Finnish translation

Re: [Freeciv-Dev] (PR#39968) Tracking 2.1.2 release

2007-12-16 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39968 > I'll send a notice to freeciv-i18n and give preliminary release date as next Sunday. On 12/16/07, William Allen Simpson <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39968 > > > Time to give a heads up to tran

Re: [Freeciv-Dev] (PR#39749) [Bug] battle groups keys don't work

2007-12-16 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=39749 > On Tue, 11 Dec 2007 08:35:09 -0800 William Allen Simpson wrote: > Yes, but the question is whether control-F1 and control-shift-F1 would fix > the problem on your keyboard? The code is easy Is it ok for laptops? -- Thanks, evyscr

Re: [Freeciv-Dev] (PR#39927) consistent UI - Map - shortcut F4 in 2.1 - F1 in 2.2

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39927 > Forgot to attach the final patches for posterity. Here's the shorter S2_2: Index: data/helpdata.txt === --- data/helpdata.txt (revision 14164) +++ data/helpdata.txt (workin

[Freeciv-Dev] (PR#39970) BUG: makes fuzzy msgstr with c-format, when the msgid doesn't have any

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39970 > For a long time, I've been fixing these as I see them, but that's only where they are affected by something else I'm doing. Here's some recent examples: --- po/cs.po(revision 14163) #: client/gui-gtk-2.0/gui_main.c:1490 #, fuzzy -m

[Freeciv-Dev] (PR#39971) BUG: i18n possessive problems

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39971 > Most of these are SDL issues, and SDL was only recently added to the translations and isn't finished. But a couple things leap to the eye: > #: client/gui-sdl/spaceshipdlg.c:142 > #, c-format > msgid "%s's SpaceShip" > This is a continuin

[Freeciv-Dev] (PR#39972) i18n team number problems

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39972 > > #: data/civ1/game.ruleset:98 data/civ2/game.ruleset:98 > #: data/default/game.ruleset:126 > msgid "Team 0" > ... > up to Team 31... Why, oh why? (Getting all these obsoleted eventually is > going to be almost as depressing as getting 32 mes

[Freeciv-Dev] (PR#39973) i18n get_location_str() problems

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39973 > In PR#39971, there are quite a few messages of the form: "... %s's %s%s" The %s%s turns out to use a function called get_location_str_at() or get_location_str_in(). About 18 uses in 2.1.1. " at %s" " in %s" " outside %s" " near %s" T

Re: [Freeciv-Dev] (PR#39971) BUG: i18n possessive problems

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39971 > An answer to much of the problem might be to use nation names instead of player (ruler) names. That would lose some flavor, but it's better to use something that's uniform. That would easily change: "You receive %s's worldmap." to "Y

Re: [Freeciv-Dev] (PR#39971) BUG: i18n possessive problems

2007-12-16 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39971 > On Dec 17, 2007 2:39 AM, William Allen Simpson <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39971 > > > An answer to much of the problem might be to use nation names instead of > player (ruler) names. That wo

Re: [Freeciv-Dev] (PR#39971) BUG: i18n possessive problems

2007-12-16 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39971 > Daniel Markstedt wrote: > Agreed. This was actually discussed last year or early this year, but > nothing came out of it at the time. Using the nation name would also > have the benefit of making it easier to figure out what player the > mess

Re: [Freeciv-Dev] (PR#39971) BUG: i18n possessive problems

2007-12-16 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39971 > On Dec 17, 2007 7:15 AM, William Allen Simpson <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39971 > > > Daniel Markstedt wrote: > > Agreed. This was actually discussed last year or early this year, but > > not