patches/gtkam-03-g11n-i18n-ui.diff
author mattk
Thu, 18 Mar 2004 17:06:00 +0000
changeset 2244 6ab9fc9b4a49
parent 2143 301b08152338
child 3038 a74bb480e2ed
permissions -rw-r--r--
Bump to 0.1.11

--- ../gtkam-0.1.11.old/configure.in	2004-03-18 16:24:22.000000000 +0000
+++ ./configure.in	2004-03-18 16:25:43.000000000 +0000
@@ -16,7 +16,7 @@
 AC_DEFINE_UNQUOTED(HAVE_CC,"$CC",[The C compiler we're using])
 
 dnl Add the languages which your application supports here.
-ALL_LINGUAS="cs da de es fr hu it ja no pt_BR pt_PT ru sl sv uk"
+ALL_LINGUAS="cs da de es fr hu it ja ko no pl pt_BR pt_PT ru sl sv uk zh_CN zh_HK zh_TW"
 AM_GNU_GETTEXT
 
 dnl ---------------------------------------------------------------------------
--- ../gtkam-0.1.11.old/po/POTFILES.in	2004-03-18 16:24:22.000000000 +0000
+++ ./po/POTFILES.in	2004-03-18 16:26:14.000000000 +0000
@@ -1,3 +1,4 @@
+gtkam.desktop.in
 src/gtkam-cancel.c
 src/gtkam-chooser.c
 src/gtkam-close.c
--- ../gtkam-0.1.11.old/src/gtkam-tree.c	2004-03-18 16:24:22.000000000 +0000
+++ ./src/gtkam-tree.c	2004-03-18 16:32:07.000000000 +0000
@@ -1143,9 +1143,10 @@
 		    strcmp (model, "Directory Browse")) {
 	                p = gp_port_info_list_lookup_path (il, port);
         	        if (p < 0) {
-                	        g_warning ("Could not find '%s' in port "
-					"info list (%s)!", port,
-					gp_result_as_string (p));
+                	        g_warning (_("Could not find '%s' in port "
+					"info list (%s)!"),
+					g_locale_to_utf8 (port, -1, NULL, NULL, NULL),
+					g_locale_to_utf8 (gp_result_as_string (p), -1, NULL, NULL, NULL));
 				gp_camera_unref (camera);
 				continue;
 			}
--- ../gtkam-0.1.11.old/po/Makefile.in.in	2004-03-18 16:42:38.000000000 +0000
+++ ./po/Makefile.in.in	2004-03-18 16:58:01.000000000 +0000
@@ -29,7 +29,7 @@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+mkinstalldirs = $(SHELL) $(top_srcdir)/$(MKINSTALLDIRS)
 
 GMSGFMT = @GMSGFMT@
 MSGFMT = @MSGFMT@