[cairo-commit] goocanvas/po en_GB.po,1.3,1.4 goocanvas.pot,1.3,1.4

Damon Chaplin commit at pdx.freedesktop.org
Thu Oct 12 05:53:49 PDT 2006


Committed by: damon

Update of /cvs/cairo/goocanvas/po
In directory kemper:/tmp/cvs-serv28764/po

Modified Files:
	en_GB.po goocanvas.pot 
Log Message:
2006-10-12  Damon Chaplin  <damon at gnome.org>

	Applied patch from Paul Davis to use glib_mkenums, slightly modified:

	* configure.in: use pkg-config to get the glib_genmarshal and
	glib_mkenums binaries.

	* src/Makefile.am: use glib_mkenums to generate goocanvasenums.[hc].

	* src/goocanvasutils.c: removed goo_canvas_pointer_events_get_type()
	and goo_canvas_item_visibility_get_type() as they're generated now.

	* src/goocanvasutils.h: removed get_type() declarations that are now
	in goocanvasenums.h, and modifed GooCanvasPointerEvents so glib_mkenums
	could parse it.

	* src/goocanvas.h: 
	* src/goocanvasitem.c: include goocanvasenums.h.



Index: en_GB.po
===================================================================
RCS file: /cvs/cairo/goocanvas/po/en_GB.po,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- en_GB.po	24 Aug 2006 08:06:23 -0000	1.3
+++ en_GB.po	12 Oct 2006 12:53:47 -0000	1.4
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: GooCanvas CVS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-24 09:03+0100\n"
+"POT-Creation-Date: 2006-10-12 13:48+0100\n"
 "PO-Revision-Date: 2006-04-24 16:26+0100\n"
 "Last-Translator: Damon Chaplin <damon at gnome.org>\n"
 "Language-Team: \n"
@@ -87,53 +87,53 @@
 msgid "The GdkPixbuf to display"
 msgstr ""
 
-#: src/goocanvasitem.c:150
+#: src/goocanvasitem.c:151
 msgid "Visibility"
 msgstr ""
 
-#: src/goocanvasitem.c:151
+#: src/goocanvasitem.c:152
 msgid "When the canvas item is visible"
 msgstr ""
 
-#: src/goocanvasitem.c:157
+#: src/goocanvasitem.c:158
 msgid "Visibility Threshold"
 msgstr ""
 
-#: src/goocanvasitem.c:158
+#: src/goocanvasitem.c:159
 msgid "The scale threshold at which the item becomes visible"
 msgstr ""
 
-#: src/goocanvasitem.c:166
+#: src/goocanvasitem.c:167
 msgid "Transform"
 msgstr ""
 
-#: src/goocanvasitem.c:167
+#: src/goocanvasitem.c:168
 msgid "The transformation matrix of the item"
 msgstr ""
 
-#: src/goocanvasitem.c:173
+#: src/goocanvasitem.c:174
 msgid "Pointer Events"
 msgstr ""
 
-#: src/goocanvasitem.c:174
+#: src/goocanvasitem.c:175
 msgid "Specifies when the item receives pointer events"
 msgstr ""
 
-#: src/goocanvasitem.c:181
+#: src/goocanvasitem.c:182
 msgid "Title"
 msgstr ""
 
-#: src/goocanvasitem.c:182
+#: src/goocanvasitem.c:183
 msgid ""
 "A short context-rich description of the item for use by assistive "
 "technologies"
 msgstr ""
 
-#: src/goocanvasitem.c:188
+#: src/goocanvasitem.c:189
 msgid "Description"
 msgstr ""
 
-#: src/goocanvasitem.c:189
+#: src/goocanvasitem.c:190
 msgid "A description of the item for use by assistive technologies"
 msgstr ""
 
@@ -395,7 +395,7 @@
 msgid "The width to use to layout the text"
 msgstr ""
 
-#: src/goocanvastext.c:121 src/goocanvasview.c:248
+#: src/goocanvastext.c:121 src/goocanvasview.c:255
 msgid "Anchor"
 msgstr ""
 
@@ -427,57 +427,81 @@
 msgid "The attributes specifying which font to use"
 msgstr ""
 
-#: src/goocanvasview.c:234
+#: src/goocanvasview.c:241
 msgid "Model"
 msgstr ""
 
-#: src/goocanvasview.c:235
+#: src/goocanvasview.c:242
 msgid "The model for the canvas view"
 msgstr ""
 
-#: src/goocanvasview.c:241
+#: src/goocanvasview.c:248
 msgid "Scale"
 msgstr ""
 
-#: src/goocanvasview.c:242
+#: src/goocanvasview.c:249
 msgid "The number of pixels to use for each device unit"
 msgstr ""
 
-#: src/goocanvasview.c:249
+#: src/goocanvasview.c:256
 msgid ""
 "Where to place the canvas when it is smaller than the widget's allocated area"
 msgstr ""
 
-#: src/goocanvasview.c:256
+#: src/goocanvasview.c:263
 msgid "X1"
 msgstr ""
 
-#: src/goocanvasview.c:257
+#: src/goocanvasview.c:264
 msgid "The x coordinate of the left edge of the canvas bounds, in device units"
 msgstr ""
 
-#: src/goocanvasview.c:264
+#: src/goocanvasview.c:271
 msgid "Y1"
 msgstr ""
 
-#: src/goocanvasview.c:265
+#: src/goocanvasview.c:272
 msgid "The y coordinate of the top edge of the canvas bounds, in device units"
 msgstr ""
 
-#: src/goocanvasview.c:272
+#: src/goocanvasview.c:279
 msgid "X2"
 msgstr ""
 
-#: src/goocanvasview.c:273
+#: src/goocanvasview.c:280
 msgid ""
 "The x coordinate of the right edge of the canvas bounds, in device units"
 msgstr ""
 
-#: src/goocanvasview.c:280
+#: src/goocanvasview.c:287
 msgid "Y2"
 msgstr ""
 
-#: src/goocanvasview.c:281
+#: src/goocanvasview.c:288
 msgid ""
 "The y coordinate of the bottom edge of the canvas bounds, in device units"
 msgstr ""
+
+#: src/goocanvasview.c:296
+msgid "Units"
+msgstr ""
+
+#: src/goocanvasview.c:297
+msgid "The units to use for the canvas"
+msgstr ""
+
+#: src/goocanvasview.c:304
+msgid "Resolution X"
+msgstr ""
+
+#: src/goocanvasview.c:305
+msgid "The horizontal resolution of the display, in dots per inch"
+msgstr ""
+
+#: src/goocanvasview.c:312
+msgid "Resolution Y"
+msgstr ""
+
+#: src/goocanvasview.c:313
+msgid "The vertical resolution of the display, in dots per inch"
+msgstr ""

Index: goocanvas.pot
===================================================================
RCS file: /cvs/cairo/goocanvas/po/goocanvas.pot,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- goocanvas.pot	24 Aug 2006 08:06:23 -0000	1.3
+++ goocanvas.pot	12 Oct 2006 12:53:47 -0000	1.4
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-24 09:03+0100\n"
+"POT-Creation-Date: 2006-10-12 13:48+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -88,53 +88,53 @@
 msgid "The GdkPixbuf to display"
 msgstr ""
 
-#: src/goocanvasitem.c:150
+#: src/goocanvasitem.c:151
 msgid "Visibility"
 msgstr ""
 
-#: src/goocanvasitem.c:151
+#: src/goocanvasitem.c:152
 msgid "When the canvas item is visible"
 msgstr ""
 
-#: src/goocanvasitem.c:157
+#: src/goocanvasitem.c:158
 msgid "Visibility Threshold"
 msgstr ""
 
-#: src/goocanvasitem.c:158
+#: src/goocanvasitem.c:159
 msgid "The scale threshold at which the item becomes visible"
 msgstr ""
 
-#: src/goocanvasitem.c:166
+#: src/goocanvasitem.c:167
 msgid "Transform"
 msgstr ""
 
-#: src/goocanvasitem.c:167
+#: src/goocanvasitem.c:168
 msgid "The transformation matrix of the item"
 msgstr ""
 
-#: src/goocanvasitem.c:173
+#: src/goocanvasitem.c:174
 msgid "Pointer Events"
 msgstr ""
 
-#: src/goocanvasitem.c:174
+#: src/goocanvasitem.c:175
 msgid "Specifies when the item receives pointer events"
 msgstr ""
 
-#: src/goocanvasitem.c:181
+#: src/goocanvasitem.c:182
 msgid "Title"
 msgstr ""
 
-#: src/goocanvasitem.c:182
+#: src/goocanvasitem.c:183
 msgid ""
 "A short context-rich description of the item for use by assistive "
 "technologies"
 msgstr ""
 
-#: src/goocanvasitem.c:188
+#: src/goocanvasitem.c:189
 msgid "Description"
 msgstr ""
 
-#: src/goocanvasitem.c:189
+#: src/goocanvasitem.c:190
 msgid "A description of the item for use by assistive technologies"
 msgstr ""
 
@@ -396,7 +396,7 @@
 msgid "The width to use to layout the text"
 msgstr ""
 
-#: src/goocanvastext.c:121 src/goocanvasview.c:248
+#: src/goocanvastext.c:121 src/goocanvasview.c:255
 msgid "Anchor"
 msgstr ""
 
@@ -428,57 +428,81 @@
 msgid "The attributes specifying which font to use"
 msgstr ""
 
-#: src/goocanvasview.c:234
+#: src/goocanvasview.c:241
 msgid "Model"
 msgstr ""
 
-#: src/goocanvasview.c:235
+#: src/goocanvasview.c:242
 msgid "The model for the canvas view"
 msgstr ""
 
-#: src/goocanvasview.c:241
+#: src/goocanvasview.c:248
 msgid "Scale"
 msgstr ""
 
-#: src/goocanvasview.c:242
+#: src/goocanvasview.c:249
 msgid "The number of pixels to use for each device unit"
 msgstr ""
 
-#: src/goocanvasview.c:249
+#: src/goocanvasview.c:256
 msgid ""
 "Where to place the canvas when it is smaller than the widget's allocated area"
 msgstr ""
 
-#: src/goocanvasview.c:256
+#: src/goocanvasview.c:263
 msgid "X1"
 msgstr ""
 
-#: src/goocanvasview.c:257
+#: src/goocanvasview.c:264
 msgid "The x coordinate of the left edge of the canvas bounds, in device units"
 msgstr ""
 
-#: src/goocanvasview.c:264
+#: src/goocanvasview.c:271
 msgid "Y1"
 msgstr ""
 
-#: src/goocanvasview.c:265
+#: src/goocanvasview.c:272
 msgid "The y coordinate of the top edge of the canvas bounds, in device units"
 msgstr ""
 
-#: src/goocanvasview.c:272
+#: src/goocanvasview.c:279
 msgid "X2"
 msgstr ""
 
-#: src/goocanvasview.c:273
+#: src/goocanvasview.c:280
 msgid ""
 "The x coordinate of the right edge of the canvas bounds, in device units"
 msgstr ""
 
-#: src/goocanvasview.c:280
+#: src/goocanvasview.c:287
 msgid "Y2"
 msgstr ""
 
-#: src/goocanvasview.c:281
+#: src/goocanvasview.c:288
 msgid ""
 "The y coordinate of the bottom edge of the canvas bounds, in device units"
 msgstr ""
+
+#: src/goocanvasview.c:296
+msgid "Units"
+msgstr ""
+
+#: src/goocanvasview.c:297
+msgid "The units to use for the canvas"
+msgstr ""
+
+#: src/goocanvasview.c:304
+msgid "Resolution X"
+msgstr ""
+
+#: src/goocanvasview.c:305
+msgid "The horizontal resolution of the display, in dots per inch"
+msgstr ""
+
+#: src/goocanvasview.c:312
+msgid "Resolution Y"
+msgstr ""
+
+#: src/goocanvasview.c:313
+msgid "The vertical resolution of the display, in dots per inch"
+msgstr ""



More information about the cairo-commit mailing list