[cairo-commit] goocanvas/po POTFILES.in, 1.1.1.1, 1.2 en_GB.gmo, 1.1.1.1, 1.2 en_GB.po, 1.1.1.1, 1.2 goocanvas.pot, 1.1.1.1, 1.2

Damon Chaplin commit at pdx.freedesktop.org
Mon Apr 24 08:32:30 PDT 2006


Committed by: damon

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

Modified Files:
	POTFILES.in en_GB.gmo en_GB.po goocanvas.pot 
Log Message:
fixed po files


Index: POTFILES.in
===================================================================
RCS file: /cvs/cairo/goocanvas/po/POTFILES.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- POTFILES.in	15 Dec 2005 15:32:00 -0000	1.1.1.1
+++ POTFILES.in	24 Apr 2006 15:32:28 -0000	1.2
@@ -1,3 +1,26 @@
 # List of source files containing translatable strings.
 
-src/demo.c
+src/goocanvasatk.c
+src/goocanvasellipse.c
+src/goocanvasellipseview.c
+src/goocanvasgroup.c
+src/goocanvasgroupview.c
+src/goocanvasimage.c
+src/goocanvasimageview.c
+src/goocanvasitem.c
+src/goocanvasitemsimple.c
+src/goocanvasitemview.c
+src/goocanvasitemviewsimple.c
+src/goocanvasmarshal.c
+src/goocanvasmodel.c
+src/goocanvasmodelsimple.c
+src/goocanvaspath.c
+src/goocanvaspathview.c
+src/goocanvaspolyline.c
+src/goocanvaspolylineview.c
+src/goocanvasrect.c
+src/goocanvasrectview.c
+src/goocanvastext.c
+src/goocanvastextview.c
+src/goocanvasutils.c
+src/goocanvasview.c

Index: en_GB.gmo
===================================================================
RCS file: /cvs/cairo/goocanvas/po/en_GB.gmo,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
Binary files /tmp/cvsD1Sbc6 and /tmp/cvsidbCg9 differ

Index: en_GB.po
===================================================================
RCS file: /cvs/cairo/goocanvas/po/en_GB.po,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- en_GB.po	15 Dec 2005 15:32:00 -0000	1.1.1.1
+++ en_GB.po	24 Apr 2006 15:32:28 -0000	1.2
@@ -1,23 +1,483 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+# English (British) translation for GooCanvas
+# Copyright (C) 2006 Damon Chaplin.
+# This file is distributed under the same license as the GooCanvas package.
+# Damon Chaplin <damon at gnome.org>, 2006.
 #
-#, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: goocanvas 0-1\n"
+"Project-Id-Version: GooCanvas CVS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-12-05 22:13+0000\n"
-"PO-Revision-Date: 2005-11-13 17:45+0000\n"
+"POT-Creation-Date: 2006-04-24 16:19+0100\n"
+"PO-Revision-Date: 2006-04-24 16:26+0100\n"
 "Last-Translator: Damon Chaplin <damon at gnome.org>\n"
-"Language-Team: Damon Chaplin <damon at gnome.org>\n"
+"Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/demo.c:284
+#: src/goocanvasellipse.c:75
+msgid "Center X"
+msgstr ""
+
+#: src/goocanvasellipse.c:76
+msgid "The x coordinate of the center of the ellipse"
+msgstr ""
+
+#: src/goocanvasellipse.c:83
+msgid "Center Y"
+msgstr ""
+
+#: src/goocanvasellipse.c:84
+msgid "The y coordinate of the center of the ellipse"
+msgstr ""
+
+#: src/goocanvasellipse.c:91 src/goocanvasrect.c:106
+msgid "Radius X"
+msgstr ""
+
+#: src/goocanvasellipse.c:92
+msgid "The horizontal radius of the ellipse"
+msgstr ""
+
+#: src/goocanvasellipse.c:98 src/goocanvasrect.c:113
+msgid "Radius Y"
+msgstr ""
+
+#: src/goocanvasellipse.c:99
+msgid "The vertical radius of the ellipse"
+msgstr ""
+
+#: src/goocanvasimage.c:82
+msgid "Pattern"
+msgstr ""
+
+#: src/goocanvasimage.c:83
+msgid "The cairo pattern to paint"
+msgstr ""
+
+#: src/goocanvasimage.c:90
+msgid "The x coordinate of the image"
+msgstr ""
+
+#: src/goocanvasimage.c:98
+msgid "The y coordinate of the image"
+msgstr ""
+
+#: src/goocanvasimage.c:105 src/goocanvasrect.c:92 src/goocanvastext.c:113
+msgid "Width"
+msgstr ""
+
+#: src/goocanvasimage.c:106
+msgid "The width of the image"
+msgstr ""
+
+#: src/goocanvasimage.c:112 src/goocanvasrect.c:99
+msgid "Height"
+msgstr ""
+
+#: src/goocanvasimage.c:113
+msgid "The height of the image"
+msgstr ""
+
+#: src/goocanvasimage.c:119
+msgid "Pixbuf"
+msgstr ""
+
+#: src/goocanvasimage.c:120
+msgid "The GdkPixbuf to display"
+msgstr ""
+
+#: src/goocanvasitem.c:150
+msgid "Visibility"
+msgstr ""
+
+#: src/goocanvasitem.c:151
+msgid "When the canvas item is visible"
+msgstr ""
+
+#: src/goocanvasitem.c:157
+msgid "Visibility Threshold"
+msgstr ""
+
+#: src/goocanvasitem.c:158
+msgid "The scale threshold at which the item becomes visible"
+msgstr ""
+
+#: src/goocanvasitem.c:166
+msgid "Transform"
+msgstr ""
+
+#: src/goocanvasitem.c:167
+msgid "The transformation matrix of the item"
+msgstr ""
+
+#: src/goocanvasitem.c:173
+msgid "Pointer Events"
+msgstr ""
+
+#: src/goocanvasitem.c:174
+msgid "Specifies when the item receives pointer events"
+msgstr ""
+
+#: src/goocanvasitem.c:181
+msgid "Title"
+msgstr ""
+
+#: src/goocanvasitem.c:182
 msgid ""
-"Drag an item with button 1.  Click button 2 on an item to lower it, or "
-"button 3 to raise it."
+"A short context-rich description of the item for use by assistive "
+"technologies"
+msgstr ""
+
+#: src/goocanvasitem.c:188
+msgid "Description"
+msgstr ""
+
+#: src/goocanvasitem.c:189
+msgid "A description of the item for use by assistive technologies"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:201
+msgid "Stroke Pattern"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:202
+msgid "The pattern to use to paint the perimeter of the item"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:208
+msgid "Fill Pattern"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:209
+msgid "The pattern to use to paint the interior of the item"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:215
+msgid "Fill Rule"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:216
+msgid "The fill rule used to determine which parts of the item are filled"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:223
+msgid "Operator"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:224
+msgid "The compositing operator to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:231
+msgid "Antialias"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:232
+msgid "The antialiasing mode to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:240
+msgid "Line Width"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:241
+msgid "The line width to use for the item's perimeter"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:247
+msgid "Line Cap"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:248
+msgid "The line cap style to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:255
+msgid "Line Join"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:256
+msgid "The line join style to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:263
+msgid "Miter Limit"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:264
+msgid ""
+"The smallest angle to use with miter joins, in degrees. Bevel joins will be "
+"used below this limit"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:270
+msgid "Line Dash"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:271
+msgid "The dash pattern to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:278
+msgid "Stroke Color"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:279
+msgid "The color to use for the item's perimeter"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:285
+msgid "Stroke Color RGBA"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:286
+msgid ""
+"The color to use for the item's perimeter, specified as a 32-bit integer "
+"value"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:292
+msgid "Stroke Pixbuf"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:293
+msgid "The pixbuf to use to draw the item's perimeter"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:299
+msgid "Fill Color"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:300
+msgid "The color to use to paint the interior of the item"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:306
+msgid "Fill Color RGBA"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:307
+msgid ""
+"The color to use to paint the interior of the item, specified as a 32-bit "
+"integer value"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:313
+msgid "Fill Pixbuf"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:314
+msgid "The pixbuf to use to paint the interior of the item"
+msgstr ""
+
+#: src/goocanvasitemview.c:330
+msgid "Can Focus"
+msgstr ""
+
+#: src/goocanvasitemview.c:331
+msgid "If the item can take the keyboard focus"
+msgstr ""
+
+#: src/goocanvaspath.c:85
+msgid "Path Data"
+msgstr ""
+
+#: src/goocanvaspath.c:86
+msgid "The sequence of path commands"
+msgstr ""
+
+#: src/goocanvaspolyline.c:157
+msgid "Points"
+msgstr ""
+
+#: src/goocanvaspolyline.c:158
+msgid "The array of points"
+msgstr ""
+
+#: src/goocanvaspolyline.c:164
+msgid "Close Path"
+msgstr ""
+
+#: src/goocanvaspolyline.c:165
+msgid "If the last point should be connected to the first"
+msgstr ""
+
+#: src/goocanvaspolyline.c:171
+msgid "Start Arrow"
+msgstr ""
+
+#: src/goocanvaspolyline.c:172
+msgid "If an arrow should be displayed at the start of the polyline"
+msgstr ""
+
+#: src/goocanvaspolyline.c:178
+msgid "End Arrow"
+msgstr ""
+
+#: src/goocanvaspolyline.c:179
+msgid "If an arrow should be displayed at the end of the polyline"
+msgstr ""
+
+#: src/goocanvaspolyline.c:185
+msgid "Arrow Length"
+msgstr ""
+
+#: src/goocanvaspolyline.c:186
+msgid "The length of the arrows, as a multiple of the line width"
+msgstr ""
+
+#: src/goocanvaspolyline.c:192
+msgid "Arrow Width"
+msgstr ""
+
+#: src/goocanvaspolyline.c:193
+msgid "The width of the arrows, as a multiple of the line width"
+msgstr ""
+
+#: src/goocanvaspolyline.c:199
+msgid "Arrow Tip Length"
+msgstr ""
+
+#: src/goocanvaspolyline.c:200
+msgid "The length of the arrow tip, as a multiple of the line width"
+msgstr ""
+
+#: src/goocanvasrect.c:77
+msgid "The x coordinate of the rectangle"
+msgstr ""
+
+#: src/goocanvasrect.c:85
+msgid "The y coordinate of the rectangle"
+msgstr ""
+
+#: src/goocanvasrect.c:93
+msgid "The width of the rectangle"
+msgstr ""
+
+#: src/goocanvasrect.c:100
+msgid "The height of the rectangle"
+msgstr ""
+
+#: src/goocanvasrect.c:107
+msgid "The horizontal radius to use for rounded corners"
+msgstr ""
+
+#: src/goocanvasrect.c:114
+msgid "The vertical radius to use for rounded corners"
+msgstr ""
+
+#: src/goocanvastext.c:82
+msgid "Text"
+msgstr ""
+
+#: src/goocanvastext.c:83
+msgid "The text to display"
+msgstr ""
+
+#: src/goocanvastext.c:89
+msgid "Use Markup"
+msgstr ""
+
+#: src/goocanvastext.c:90
+msgid "Whether to parse PangoMarkup in the text, to support different styles"
+msgstr ""
+
+#: src/goocanvastext.c:98
+msgid "The x coordinate of the text"
+msgstr ""
+
+#: src/goocanvastext.c:106
+msgid "The y coordinate of the text"
+msgstr ""
+
+#: src/goocanvastext.c:114
+msgid "The width to use to layout the text"
+msgstr ""
+
+#: src/goocanvastext.c:121 src/goocanvasview.c:259
+msgid "Anchor"
+msgstr ""
+
+#: src/goocanvastext.c:122
+msgid "How to position the text relative to the given x and y coordinates"
+msgstr ""
+
+#: src/goocanvastext.c:129
+msgid "Alignment"
+msgstr ""
+
+#: src/goocanvastext.c:130
+msgid "How to align the text"
+msgstr ""
+
+#: src/goocanvastext.c:138
+msgid "Font"
+msgstr ""
+
+#: src/goocanvastext.c:139
+msgid "The base font to use for the text"
+msgstr ""
+
+#: src/goocanvastext.c:145
+msgid "Font Description"
+msgstr ""
+
+#: src/goocanvastext.c:146
+msgid "The attributes specifying which font to use"
+msgstr ""
+
+#: src/goocanvasview.c:245
+msgid "Model"
+msgstr ""
+
+#: src/goocanvasview.c:246
+msgid "The model for the canvas view"
+msgstr ""
+
+#: src/goocanvasview.c:252
+msgid "Scale"
+msgstr ""
+
+#: src/goocanvasview.c:253
+msgid "The number of pixels to use for each device unit"
+msgstr ""
+
+#: src/goocanvasview.c:260
+msgid ""
+"Where to place the canvas when it is smaller than the widget's allocated area"
+msgstr ""
+
+#: src/goocanvasview.c:267
+msgid "X1"
+msgstr ""
+
+#: src/goocanvasview.c:268
+msgid "The x coordinate of the left edge of the canvas bounds, in device units"
+msgstr ""
+
+#: src/goocanvasview.c:275
+msgid "Y1"
+msgstr ""
+
+#: src/goocanvasview.c:276
+msgid "The y coordinate of the top edge of the canvas bounds, in device units"
+msgstr ""
+
+#: src/goocanvasview.c:283
+msgid "X2"
+msgstr ""
+
+#: src/goocanvasview.c:284
+msgid ""
+"The x coordinate of the right edge of the canvas bounds, in device units"
+msgstr ""
+
+#: src/goocanvasview.c:291
+msgid "Y2"
+msgstr ""
+
+#: src/goocanvasview.c:292
+msgid ""
+"The y coordinate of the bottom edge of the canvas bounds, in device units"
 msgstr ""

Index: goocanvas.pot
===================================================================
RCS file: /cvs/cairo/goocanvas/po/goocanvas.pot,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- goocanvas.pot	15 Dec 2005 15:32:00 -0000	1.1.1.1
+++ goocanvas.pot	24 Apr 2006 15:32:28 -0000	1.2
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-12-05 22:13+0000\n"
+"POT-Creation-Date: 2006-04-24 16:19+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"
@@ -16,8 +16,469 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/demo.c:284
+#: src/goocanvasellipse.c:75
+msgid "Center X"
+msgstr ""
+
+#: src/goocanvasellipse.c:76
+msgid "The x coordinate of the center of the ellipse"
+msgstr ""
+
+#: src/goocanvasellipse.c:83
+msgid "Center Y"
+msgstr ""
+
+#: src/goocanvasellipse.c:84
+msgid "The y coordinate of the center of the ellipse"
+msgstr ""
+
+#: src/goocanvasellipse.c:91 src/goocanvasrect.c:106
+msgid "Radius X"
+msgstr ""
+
+#: src/goocanvasellipse.c:92
+msgid "The horizontal radius of the ellipse"
+msgstr ""
+
+#: src/goocanvasellipse.c:98 src/goocanvasrect.c:113
+msgid "Radius Y"
+msgstr ""
+
+#: src/goocanvasellipse.c:99
+msgid "The vertical radius of the ellipse"
+msgstr ""
+
+#: src/goocanvasimage.c:82
+msgid "Pattern"
+msgstr ""
+
+#: src/goocanvasimage.c:83
+msgid "The cairo pattern to paint"
+msgstr ""
+
+#: src/goocanvasimage.c:90
+msgid "The x coordinate of the image"
+msgstr ""
+
+#: src/goocanvasimage.c:98
+msgid "The y coordinate of the image"
+msgstr ""
+
+#: src/goocanvasimage.c:105 src/goocanvasrect.c:92 src/goocanvastext.c:113
+msgid "Width"
+msgstr ""
+
+#: src/goocanvasimage.c:106
+msgid "The width of the image"
+msgstr ""
+
+#: src/goocanvasimage.c:112 src/goocanvasrect.c:99
+msgid "Height"
+msgstr ""
+
+#: src/goocanvasimage.c:113
+msgid "The height of the image"
+msgstr ""
+
+#: src/goocanvasimage.c:119
+msgid "Pixbuf"
+msgstr ""
+
+#: src/goocanvasimage.c:120
+msgid "The GdkPixbuf to display"
+msgstr ""
+
+#: src/goocanvasitem.c:150
+msgid "Visibility"
+msgstr ""
+
+#: src/goocanvasitem.c:151
+msgid "When the canvas item is visible"
+msgstr ""
+
+#: src/goocanvasitem.c:157
+msgid "Visibility Threshold"
+msgstr ""
+
+#: src/goocanvasitem.c:158
+msgid "The scale threshold at which the item becomes visible"
+msgstr ""
+
+#: src/goocanvasitem.c:166
+msgid "Transform"
+msgstr ""
+
+#: src/goocanvasitem.c:167
+msgid "The transformation matrix of the item"
+msgstr ""
+
+#: src/goocanvasitem.c:173
+msgid "Pointer Events"
+msgstr ""
+
+#: src/goocanvasitem.c:174
+msgid "Specifies when the item receives pointer events"
+msgstr ""
+
+#: src/goocanvasitem.c:181
+msgid "Title"
+msgstr ""
+
+#: src/goocanvasitem.c:182
 msgid ""
-"Drag an item with button 1.  Click button 2 on an item to lower it, or "
-"button 3 to raise it."
+"A short context-rich description of the item for use by assistive "
+"technologies"
+msgstr ""
+
+#: src/goocanvasitem.c:188
+msgid "Description"
+msgstr ""
+
+#: src/goocanvasitem.c:189
+msgid "A description of the item for use by assistive technologies"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:201
+msgid "Stroke Pattern"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:202
+msgid "The pattern to use to paint the perimeter of the item"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:208
+msgid "Fill Pattern"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:209
+msgid "The pattern to use to paint the interior of the item"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:215
+msgid "Fill Rule"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:216
+msgid "The fill rule used to determine which parts of the item are filled"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:223
+msgid "Operator"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:224
+msgid "The compositing operator to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:231
+msgid "Antialias"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:232
+msgid "The antialiasing mode to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:240
+msgid "Line Width"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:241
+msgid "The line width to use for the item's perimeter"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:247
+msgid "Line Cap"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:248
+msgid "The line cap style to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:255
+msgid "Line Join"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:256
+msgid "The line join style to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:263
+msgid "Miter Limit"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:264
+msgid ""
+"The smallest angle to use with miter joins, in degrees. Bevel joins will be "
+"used below this limit"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:270
+msgid "Line Dash"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:271
+msgid "The dash pattern to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:278
+msgid "Stroke Color"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:279
+msgid "The color to use for the item's perimeter"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:285
+msgid "Stroke Color RGBA"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:286
+msgid ""
+"The color to use for the item's perimeter, specified as a 32-bit integer "
+"value"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:292
+msgid "Stroke Pixbuf"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:293
+msgid "The pixbuf to use to draw the item's perimeter"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:299
+msgid "Fill Color"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:300
+msgid "The color to use to paint the interior of the item"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:306
+msgid "Fill Color RGBA"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:307
+msgid ""
+"The color to use to paint the interior of the item, specified as a 32-bit "
+"integer value"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:313
+msgid "Fill Pixbuf"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:314
+msgid "The pixbuf to use to paint the interior of the item"
+msgstr ""
+
+#: src/goocanvasitemview.c:330
+msgid "Can Focus"
+msgstr ""
+
+#: src/goocanvasitemview.c:331
+msgid "If the item can take the keyboard focus"
+msgstr ""
+
+#: src/goocanvaspath.c:85
+msgid "Path Data"
+msgstr ""
+
+#: src/goocanvaspath.c:86
+msgid "The sequence of path commands"
+msgstr ""
+
+#: src/goocanvaspolyline.c:157
+msgid "Points"
+msgstr ""
+
+#: src/goocanvaspolyline.c:158
+msgid "The array of points"
+msgstr ""
+
+#: src/goocanvaspolyline.c:164
+msgid "Close Path"
+msgstr ""
+
+#: src/goocanvaspolyline.c:165
+msgid "If the last point should be connected to the first"
+msgstr ""
+
+#: src/goocanvaspolyline.c:171
+msgid "Start Arrow"
+msgstr ""
+
+#: src/goocanvaspolyline.c:172
+msgid "If an arrow should be displayed at the start of the polyline"
+msgstr ""
+
+#: src/goocanvaspolyline.c:178
+msgid "End Arrow"
+msgstr ""
+
+#: src/goocanvaspolyline.c:179
+msgid "If an arrow should be displayed at the end of the polyline"
+msgstr ""
+
+#: src/goocanvaspolyline.c:185
+msgid "Arrow Length"
+msgstr ""
+
+#: src/goocanvaspolyline.c:186
+msgid "The length of the arrows, as a multiple of the line width"
+msgstr ""
+
+#: src/goocanvaspolyline.c:192
+msgid "Arrow Width"
+msgstr ""
+
+#: src/goocanvaspolyline.c:193
+msgid "The width of the arrows, as a multiple of the line width"
+msgstr ""
+
+#: src/goocanvaspolyline.c:199
+msgid "Arrow Tip Length"
+msgstr ""
+
+#: src/goocanvaspolyline.c:200
+msgid "The length of the arrow tip, as a multiple of the line width"
+msgstr ""
+
+#: src/goocanvasrect.c:77
+msgid "The x coordinate of the rectangle"
+msgstr ""
+
+#: src/goocanvasrect.c:85
+msgid "The y coordinate of the rectangle"
+msgstr ""
+
+#: src/goocanvasrect.c:93
+msgid "The width of the rectangle"
+msgstr ""
+
+#: src/goocanvasrect.c:100
+msgid "The height of the rectangle"
+msgstr ""
+
+#: src/goocanvasrect.c:107
+msgid "The horizontal radius to use for rounded corners"
+msgstr ""
+
+#: src/goocanvasrect.c:114
+msgid "The vertical radius to use for rounded corners"
+msgstr ""
+
+#: src/goocanvastext.c:82
+msgid "Text"
+msgstr ""
+
+#: src/goocanvastext.c:83
+msgid "The text to display"
+msgstr ""
+
+#: src/goocanvastext.c:89
+msgid "Use Markup"
+msgstr ""
+
+#: src/goocanvastext.c:90
+msgid "Whether to parse PangoMarkup in the text, to support different styles"
+msgstr ""
+
+#: src/goocanvastext.c:98
+msgid "The x coordinate of the text"
+msgstr ""
+
+#: src/goocanvastext.c:106
+msgid "The y coordinate of the text"
+msgstr ""
+
+#: src/goocanvastext.c:114
+msgid "The width to use to layout the text"
+msgstr ""
+
+#: src/goocanvastext.c:121 src/goocanvasview.c:259
+msgid "Anchor"
+msgstr ""
+
+#: src/goocanvastext.c:122
+msgid "How to position the text relative to the given x and y coordinates"
+msgstr ""
+
+#: src/goocanvastext.c:129
+msgid "Alignment"
+msgstr ""
+
+#: src/goocanvastext.c:130
+msgid "How to align the text"
+msgstr ""
+
+#: src/goocanvastext.c:138
+msgid "Font"
+msgstr ""
+
+#: src/goocanvastext.c:139
+msgid "The base font to use for the text"
+msgstr ""
+
+#: src/goocanvastext.c:145
+msgid "Font Description"
+msgstr ""
+
+#: src/goocanvastext.c:146
+msgid "The attributes specifying which font to use"
+msgstr ""
+
+#: src/goocanvasview.c:245
+msgid "Model"
+msgstr ""
+
+#: src/goocanvasview.c:246
+msgid "The model for the canvas view"
+msgstr ""
+
+#: src/goocanvasview.c:252
+msgid "Scale"
+msgstr ""
+
+#: src/goocanvasview.c:253
+msgid "The number of pixels to use for each device unit"
+msgstr ""
+
+#: src/goocanvasview.c:260
+msgid ""
+"Where to place the canvas when it is smaller than the widget's allocated area"
+msgstr ""
+
+#: src/goocanvasview.c:267
+msgid "X1"
+msgstr ""
+
+#: src/goocanvasview.c:268
+msgid "The x coordinate of the left edge of the canvas bounds, in device units"
+msgstr ""
+
+#: src/goocanvasview.c:275
+msgid "Y1"
+msgstr ""
+
+#: src/goocanvasview.c:276
+msgid "The y coordinate of the top edge of the canvas bounds, in device units"
+msgstr ""
+
+#: src/goocanvasview.c:283
+msgid "X2"
+msgstr ""
+
+#: src/goocanvasview.c:284
+msgid ""
+"The x coordinate of the right edge of the canvas bounds, in device units"
+msgstr ""
+
+#: src/goocanvasview.c:291
+msgid "Y2"
+msgstr ""
+
+#: src/goocanvasview.c:292
+msgid ""
+"The y coordinate of the bottom edge of the canvas bounds, in device units"
 msgstr ""



More information about the cairo-commit mailing list