И обновление. Также, патч небольшой, чтобы улучшить состояние трансляции. Ну это, видимо, придется в gnome-games отправлять.
Attachment:
ru.po.gz
Description: GNU Zip compressed data
Index: blackjack/src/blackjack.cpp
===================================================================
RCS file: /cvs/gnome/gnome-games/blackjack/src/blackjack.cpp,v
retrieving revision 1.27
diff -u -r1.27 blackjack.cpp
--- blackjack/src/blackjack.cpp 1 Feb 2005 09:03:41 -0000 1.27
+++ blackjack/src/blackjack.cpp 12 Feb 2005 10:04:29 -0000
@@ -332,6 +332,7 @@
gtk_ui_manager_add_ui_from_string (ui, ui_definition, -1, &error);
actions = gtk_action_group_new ("Actions");
+ gtk_action_group_set_translation_domain (actions, GETTEXT_PACKAGE);
gtk_action_group_add_actions (actions, entries, G_N_ELEMENTS (entries), toplevel_window);
gtk_action_group_add_toggle_actions (actions, toggle_entries, G_N_ELEMENTS (toggle_entries), toplevel_window);
gtk_ui_manager_insert_action_group (ui, actions, 0);
Index: gataxx/properties.c
===================================================================
RCS file: /cvs/gnome/gnome-games/gataxx/properties.c,v
retrieving revision 1.32
diff -u -r1.32 properties.c
--- gataxx/properties.c 27 Nov 2004 08:43:33 -0000 1.32
+++ gataxx/properties.c 12 Feb 2005 10:04:29 -0000
@@ -367,7 +367,7 @@
vbox2 = gtk_vbox_new (FALSE, 6);
gtk_container_set_border_width (GTK_CONTAINER (vbox2), 6);
- button=add_level(vbox2, NULL, "Human", 0, WHITE);
+ button=add_level(vbox2, NULL, _("Human"), 0, WHITE);
button=add_level(vbox2, button, _("Very Easy"), 1, WHITE);
button=add_level(vbox2, button, _("Easy"), 2, WHITE);
button=add_level(vbox2, button, _("Medium"), 3, WHITE);
Index: same-gnome/ui.c
===================================================================
RCS file: /cvs/gnome/gnome-games/same-gnome/ui.c,v
retrieving revision 1.10
diff -u -r1.10 ui.c
--- same-gnome/ui.c 9 Jan 2005 09:59:53 -0000 1.10
+++ same-gnome/ui.c 12 Feb 2005 10:04:33 -0000
@@ -6,6 +6,9 @@
*
*/
+#include "config.h"
+
+
/* FIXME: The original didn't have to include this, what has chagned ? */
#include <libintl.h>
#include <gnome.h>
@@ -14,7 +17,6 @@
#include <games-gridframe.h>
#include <games-scores-dialog.h>
-#include "config.h"
#include "same-gnome.h"