[cairo-commit] goocanvas/po en_GB.po, 1.4, 1.5 es.po, 1.1, 1.2 goocanvas.pot, 1.4, 1.5 ja.po, 1.2, 1.3

Damon Chaplin commit at pdx.freedesktop.org
Sat Feb 17 05:54:42 PST 2007


Committed by: damon

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

Modified Files:
	en_GB.po es.po goocanvas.pot ja.po 
Log Message:
added demo-item.h to Makefile.am so it goes in the dist.


Index: en_GB.po
===================================================================
RCS file: /cvs/cairo/goocanvas/po/en_GB.po,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- en_GB.po	12 Oct 2006 12:53:47 -0000	1.4
+++ en_GB.po	17 Feb 2007 13:54:36 -0000	1.5
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: GooCanvas CVS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-10-12 13:48+0100\n"
+"POT-Creation-Date: 2007-02-17 13:49+0000\n"
 "PO-Revision-Date: 2006-04-24 16:26+0100\n"
 "Last-Translator: Damon Chaplin <damon at gnome.org>\n"
 "Language-Team: \n"
@@ -15,493 +15,716 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/goocanvasellipse.c:75
+#: src/goocanvas.c:239
+msgid "Scale"
+msgstr ""
+
+#: src/goocanvas.c:240
+msgid "The magnification factor of the canvas"
+msgstr ""
+
+#: src/goocanvas.c:246 src/goocanvastext.c:108 src/goocanvaswidget.c:537
+msgid "Anchor"
+msgstr ""
+
+#: src/goocanvas.c:247
+msgid ""
+"Where to place the canvas when it is smaller than the widget's allocated area"
+msgstr ""
+
+#: src/goocanvas.c:254
+msgid "X1"
+msgstr ""
+
+#: src/goocanvas.c:255
+msgid "The x coordinate of the left edge of the canvas bounds, in canvas units"
+msgstr ""
+
+#: src/goocanvas.c:262
+msgid "Y1"
+msgstr ""
+
+#: src/goocanvas.c:263
+msgid "The y coordinate of the top edge of the canvas bounds, in canvas units"
+msgstr ""
+
+#: src/goocanvas.c:270
+msgid "X2"
+msgstr ""
+
+#: src/goocanvas.c:271
+msgid ""
+"The x coordinate of the right edge of the canvas bounds, in canvas units"
+msgstr ""
+
+#: src/goocanvas.c:278
+msgid "Y2"
+msgstr ""
+
+#: src/goocanvas.c:279
+msgid ""
+"The y coordinate of the bottom edge of the canvas bounds, in canvas units"
+msgstr ""
+
+#: src/goocanvas.c:287
+msgid "Units"
+msgstr ""
+
+#: src/goocanvas.c:288
+msgid "The units to use for the canvas"
+msgstr ""
+
+#: src/goocanvas.c:295
+msgid "Resolution X"
+msgstr ""
+
+#: src/goocanvas.c:296
+msgid "The horizontal resolution of the display, in dots per inch"
+msgstr ""
+
+#: src/goocanvas.c:303
+msgid "Resolution Y"
+msgstr ""
+
+#: src/goocanvas.c:304
+msgid "The vertical resolution of the display, in dots per inch"
+msgstr ""
+
+#: src/goocanvasellipse.c:68
 msgid "Center X"
 msgstr ""
 
-#: src/goocanvasellipse.c:76
+#: src/goocanvasellipse.c:69
 msgid "The x coordinate of the center of the ellipse"
 msgstr ""
 
-#: src/goocanvasellipse.c:83
+#: src/goocanvasellipse.c:76
 msgid "Center Y"
 msgstr ""
 
-#: src/goocanvasellipse.c:84
+#: src/goocanvasellipse.c:77
 msgid "The y coordinate of the center of the ellipse"
 msgstr ""
 
-#: src/goocanvasellipse.c:91 src/goocanvasrect.c:106
+#: src/goocanvasellipse.c:84 src/goocanvasrect.c:100
 msgid "Radius X"
 msgstr ""
 
-#: src/goocanvasellipse.c:92
+#: src/goocanvasellipse.c:85
 msgid "The horizontal radius of the ellipse"
 msgstr ""
 
-#: src/goocanvasellipse.c:98 src/goocanvasrect.c:113
+#: src/goocanvasellipse.c:91 src/goocanvasrect.c:107
 msgid "Radius Y"
 msgstr ""
 
-#: src/goocanvasellipse.c:99
+#: src/goocanvasellipse.c:92
 msgid "The vertical radius of the ellipse"
 msgstr ""
 
-#: src/goocanvasimage.c:82
+#: src/goocanvasimage.c:71
 msgid "Pattern"
 msgstr ""
 
-#: src/goocanvasimage.c:83
+#: src/goocanvasimage.c:72
 msgid "The cairo pattern to paint"
 msgstr ""
 
-#: src/goocanvasimage.c:90
+#: src/goocanvasimage.c:79
 msgid "The x coordinate of the image"
 msgstr ""
 
-#: src/goocanvasimage.c:98
+#: src/goocanvasimage.c:87
 msgid "The y coordinate of the image"
 msgstr ""
 
-#: src/goocanvasimage.c:105 src/goocanvasrect.c:92 src/goocanvastext.c:113
+#: src/goocanvasimage.c:94 src/goocanvasrect.c:86 src/goocanvastable.c:159
+#: src/goocanvastext.c:100 src/goocanvaswidget.c:521
 msgid "Width"
 msgstr ""
 
-#: src/goocanvasimage.c:106
+#: src/goocanvasimage.c:95
 msgid "The width of the image"
 msgstr ""
 
-#: src/goocanvasimage.c:112 src/goocanvasrect.c:99
+#: src/goocanvasimage.c:101 src/goocanvasrect.c:93 src/goocanvastable.c:166
+#: src/goocanvaswidget.c:529
 msgid "Height"
 msgstr ""
 
-#: src/goocanvasimage.c:113
+#: src/goocanvasimage.c:102
 msgid "The height of the image"
 msgstr ""
 
-#: src/goocanvasimage.c:119
+#: src/goocanvasimage.c:108
 msgid "Pixbuf"
 msgstr ""
 
-#: src/goocanvasimage.c:120
+#: src/goocanvasimage.c:109
 msgid "The GdkPixbuf to display"
 msgstr ""
 
-#: src/goocanvasitem.c:151
+#: src/goocanvasitem.c:379 src/goocanvasitemmodel.c:195
+msgid "Parent"
+msgstr ""
+
+#: src/goocanvasitem.c:380
+msgid "The parent item"
+msgstr ""
+
+#: src/goocanvasitem.c:386 src/goocanvasitemmodel.c:202
 msgid "Visibility"
 msgstr ""
 
-#: src/goocanvasitem.c:152
+#: src/goocanvasitem.c:387 src/goocanvasitemmodel.c:203
 msgid "When the canvas item is visible"
 msgstr ""
 
-#: src/goocanvasitem.c:158
+#: src/goocanvasitem.c:394 src/goocanvasitemmodel.c:210
 msgid "Visibility Threshold"
 msgstr ""
 
-#: src/goocanvasitem.c:159
+#: src/goocanvasitem.c:395 src/goocanvasitemmodel.c:211
 msgid "The scale threshold at which the item becomes visible"
 msgstr ""
 
-#: src/goocanvasitem.c:167
+#: src/goocanvasitem.c:403 src/goocanvasitemmodel.c:219
 msgid "Transform"
 msgstr ""
 
-#: src/goocanvasitem.c:168
+#: src/goocanvasitem.c:404 src/goocanvasitemmodel.c:220
 msgid "The transformation matrix of the item"
 msgstr ""
 
-#: src/goocanvasitem.c:174
+#: src/goocanvasitem.c:410 src/goocanvasitemmodel.c:226
 msgid "Pointer Events"
 msgstr ""
 
-#: src/goocanvasitem.c:175
+#: src/goocanvasitem.c:411 src/goocanvasitemmodel.c:227
 msgid "Specifies when the item receives pointer events"
 msgstr ""
 
-#: src/goocanvasitem.c:182
+#: src/goocanvasitem.c:418 src/goocanvasitemmodel.c:234
 msgid "Title"
 msgstr ""
 
-#: src/goocanvasitem.c:183
+#: src/goocanvasitem.c:419 src/goocanvasitemmodel.c:235
 msgid ""
 "A short context-rich description of the item for use by assistive "
 "technologies"
 msgstr ""
 
-#: src/goocanvasitem.c:189
+#: src/goocanvasitem.c:425 src/goocanvasitemmodel.c:241
 msgid "Description"
 msgstr ""
 
-#: src/goocanvasitem.c:190
+#: src/goocanvasitem.c:426 src/goocanvasitemmodel.c:242
 msgid "A description of the item for use by assistive technologies"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:213
+#: src/goocanvasitem.c:432 src/goocanvasitemmodel.c:248
+msgid "Can Focus"
+msgstr ""
+
+#: src/goocanvasitem.c:433 src/goocanvasitemmodel.c:249
+msgid "If the item can take the keyboard focus"
+msgstr ""
+
+#: src/goocanvasitemmodel.c:196
+msgid "The parent item model"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:108
 msgid "Stroke Pattern"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:214
+#: src/goocanvasitemsimple.c:109
 msgid "The pattern to use to paint the perimeter of the item"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:220
+#: src/goocanvasitemsimple.c:115
 msgid "Fill Pattern"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:221
+#: src/goocanvasitemsimple.c:116
 msgid "The pattern to use to paint the interior of the item"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:227
+#: src/goocanvasitemsimple.c:122
 msgid "Fill Rule"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:228
+#: src/goocanvasitemsimple.c:123
 msgid "The fill rule used to determine which parts of the item are filled"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:235
+#: src/goocanvasitemsimple.c:130
 msgid "Operator"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:236
+#: src/goocanvasitemsimple.c:131
 msgid "The compositing operator to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:243
+#: src/goocanvasitemsimple.c:138
 msgid "Antialias"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:244
+#: src/goocanvasitemsimple.c:139
 msgid "The antialiasing mode to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:252
+#: src/goocanvasitemsimple.c:147
 msgid "Line Width"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:253
+#: src/goocanvasitemsimple.c:148
 msgid "The line width to use for the item's perimeter"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:259
+#: src/goocanvasitemsimple.c:154
 msgid "Line Cap"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:260
+#: src/goocanvasitemsimple.c:155
 msgid "The line cap style to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:267
+#: src/goocanvasitemsimple.c:162
 msgid "Line Join"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:268
+#: src/goocanvasitemsimple.c:163
 msgid "The line join style to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:275
+#: src/goocanvasitemsimple.c:170
 msgid "Miter Limit"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:276
+#: src/goocanvasitemsimple.c:171
 msgid ""
 "The smallest angle to use with miter joins, in degrees. Bevel joins will be "
 "used below this limit"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:282
+#: src/goocanvasitemsimple.c:177
 msgid "Line Dash"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:283
+#: src/goocanvasitemsimple.c:178
 msgid "The dash pattern to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:290
+#: src/goocanvasitemsimple.c:185
+msgid "Font"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:186
+msgid "The base font to use for the text"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:192
+msgid "Font Description"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:193
+msgid "The attributes specifying which font to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:200
 msgid "Stroke Color"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:291
+#: src/goocanvasitemsimple.c:201
 msgid "The color to use for the item's perimeter"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:297
+#: src/goocanvasitemsimple.c:207
 msgid "Stroke Color RGBA"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:298
+#: src/goocanvasitemsimple.c:208
 msgid ""
 "The color to use for the item's perimeter, specified as a 32-bit integer "
 "value"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:304
+#: src/goocanvasitemsimple.c:214
 msgid "Stroke Pixbuf"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:305
+#: src/goocanvasitemsimple.c:215
 msgid "The pixbuf to use to draw the item's perimeter"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:311
+#: src/goocanvasitemsimple.c:221
 msgid "Fill Color"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:312
+#: src/goocanvasitemsimple.c:222
 msgid "The color to use to paint the interior of the item"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:318
+#: src/goocanvasitemsimple.c:228
 msgid "Fill Color RGBA"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:319
+#: src/goocanvasitemsimple.c:229
 msgid ""
 "The color to use to paint the interior of the item, specified as a 32-bit "
 "integer value"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:325
+#: src/goocanvasitemsimple.c:235
 msgid "Fill Pixbuf"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:326
+#: src/goocanvasitemsimple.c:236
 msgid "The pixbuf to use to paint the interior of the item"
 msgstr ""
 
-#: src/goocanvasitemview.c:330
-msgid "Can Focus"
+#: src/goocanvasitemsimple.c:283
+msgid "Clip Path"
 msgstr ""
 
-#: src/goocanvasitemview.c:331
-msgid "If the item can take the keyboard focus"
+#: src/goocanvasitemsimple.c:284
+msgid "The sequence of path commands specifying the clip path"
 msgstr ""
 
-#: src/goocanvaspath.c:85
+#: src/goocanvasitemsimple.c:290
+msgid "Clip Fill Rule"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:291
+msgid "The fill rule used to determine which parts of the item are clipped"
+msgstr ""
+
+#: src/goocanvaspath.c:75
 msgid "Path Data"
 msgstr ""
 
-#: src/goocanvaspath.c:86
+#: src/goocanvaspath.c:76
 msgid "The sequence of path commands"
 msgstr ""
 
-#: src/goocanvaspolyline.c:157
+#: src/goocanvaspolyline.c:146
 msgid "Points"
 msgstr ""
 
-#: src/goocanvaspolyline.c:158
+#: src/goocanvaspolyline.c:147
 msgid "The array of points"
 msgstr ""
 
-#: src/goocanvaspolyline.c:164
+#: src/goocanvaspolyline.c:153
 msgid "Close Path"
 msgstr ""
 
-#: src/goocanvaspolyline.c:165
+#: src/goocanvaspolyline.c:154
 msgid "If the last point should be connected to the first"
 msgstr ""
 
-#: src/goocanvaspolyline.c:171
+#: src/goocanvaspolyline.c:160
 msgid "Start Arrow"
 msgstr ""
 
-#: src/goocanvaspolyline.c:172
+#: src/goocanvaspolyline.c:161
 msgid "If an arrow should be displayed at the start of the polyline"
 msgstr ""
 
-#: src/goocanvaspolyline.c:178
+#: src/goocanvaspolyline.c:167
 msgid "End Arrow"
 msgstr ""
 
-#: src/goocanvaspolyline.c:179
+#: src/goocanvaspolyline.c:168
 msgid "If an arrow should be displayed at the end of the polyline"
 msgstr ""
 
-#: src/goocanvaspolyline.c:185
+#: src/goocanvaspolyline.c:174
 msgid "Arrow Length"
 msgstr ""
 
-#: src/goocanvaspolyline.c:186
+#: src/goocanvaspolyline.c:175
 msgid "The length of the arrows, as a multiple of the line width"
 msgstr ""
 
-#: src/goocanvaspolyline.c:192
+#: src/goocanvaspolyline.c:181
 msgid "Arrow Width"
 msgstr ""
 
-#: src/goocanvaspolyline.c:193
+#: src/goocanvaspolyline.c:182
 msgid "The width of the arrows, as a multiple of the line width"
 msgstr ""
 
-#: src/goocanvaspolyline.c:199
+#: src/goocanvaspolyline.c:188
 msgid "Arrow Tip Length"
 msgstr ""
 
-#: src/goocanvaspolyline.c:200
+#: src/goocanvaspolyline.c:189
 msgid "The length of the arrow tip, as a multiple of the line width"
 msgstr ""
 
-#: src/goocanvasrect.c:77
+#: src/goocanvasrect.c:71
 msgid "The x coordinate of the rectangle"
 msgstr ""
 
-#: src/goocanvasrect.c:85
+#: src/goocanvasrect.c:79
 msgid "The y coordinate of the rectangle"
 msgstr ""
 
-#: src/goocanvasrect.c:93
+#: src/goocanvasrect.c:87
 msgid "The width of the rectangle"
 msgstr ""
 
-#: src/goocanvasrect.c:100
+#: src/goocanvasrect.c:94
 msgid "The height of the rectangle"
 msgstr ""
 
-#: src/goocanvasrect.c:107
+#: src/goocanvasrect.c:101
 msgid "The horizontal radius to use for rounded corners"
 msgstr ""
 
-#: src/goocanvasrect.c:114
+#: src/goocanvasrect.c:108
 msgid "The vertical radius to use for rounded corners"
 msgstr ""
 
-#: src/goocanvastext.c:82
-msgid "Text"
+#: src/goocanvastable.c:160
+msgid "The requested width of the table, or -1 to use the default width"
 msgstr ""
 
-#: src/goocanvastext.c:83
-msgid "The text to display"
+#: src/goocanvastable.c:167
+msgid "The requested height of the table, or -1 to use the default height"
 msgstr ""
 
-#: src/goocanvastext.c:89
-msgid "Use Markup"
+#: src/goocanvastable.c:175
+msgid "Row spacing"
 msgstr ""
 
-#: src/goocanvastext.c:90
-msgid "Whether to parse PangoMarkup in the text, to support different styles"
+#: src/goocanvastable.c:176
+msgid "The default space between rows"
 msgstr ""
 
-#: src/goocanvastext.c:98
-msgid "The x coordinate of the text"
+#: src/goocanvastable.c:182
+msgid "Column spacing"
 msgstr ""
 
-#: src/goocanvastext.c:106
-msgid "The y coordinate of the text"
+#: src/goocanvastable.c:183
+msgid "The default space between columns"
 msgstr ""
 
-#: src/goocanvastext.c:114
-msgid "The width to use to layout the text"
+#: src/goocanvastable.c:189
+msgid "Homogenous Rows"
 msgstr ""
 
-#: src/goocanvastext.c:121 src/goocanvasview.c:255
-msgid "Anchor"
+#: src/goocanvastable.c:190
+msgid "If all rows are the same height"
 msgstr ""
 
-#: src/goocanvastext.c:122
-msgid "How to position the text relative to the given x and y coordinates"
+#: src/goocanvastable.c:196
+msgid "Homogenous Columns"
 msgstr ""
 
-#: src/goocanvastext.c:129
-msgid "Alignment"
+#: src/goocanvastable.c:197
+msgid "If all columns are the same width"
 msgstr ""
 
-#: src/goocanvastext.c:130
-msgid "How to align the text"
+#: src/goocanvastable.c:206
+msgid "Left Padding"
 msgstr ""
 
-#: src/goocanvastext.c:138
-msgid "Font"
+#: src/goocanvastable.c:207
+msgid "Extra space to add to the left of the item"
 msgstr ""
 
-#: src/goocanvastext.c:139
-msgid "The base font to use for the text"
+#: src/goocanvastable.c:212
+msgid "Right Padding"
 msgstr ""
 
-#: src/goocanvastext.c:145
-msgid "Font Description"
+#: src/goocanvastable.c:213
+msgid "Extra space to add to the right of the item"
 msgstr ""
 
-#: src/goocanvastext.c:146
-msgid "The attributes specifying which font to use"
+#: src/goocanvastable.c:218
+msgid "Top Padding"
 msgstr ""
 
-#: src/goocanvasview.c:241
-msgid "Model"
+#: src/goocanvastable.c:219
+msgid "Extra space to add above the item"
 msgstr ""
 
-#: src/goocanvasview.c:242
-msgid "The model for the canvas view"
+#: src/goocanvastable.c:224
+msgid "Bottom Padding"
 msgstr ""
 
-#: src/goocanvasview.c:248
-msgid "Scale"
+#: src/goocanvastable.c:225
+msgid "Extra space to add below the item"
 msgstr ""
 
-#: src/goocanvasview.c:249
-msgid "The number of pixels to use for each device unit"
+#: src/goocanvastable.c:231
+msgid "X Align"
 msgstr ""
 
-#: src/goocanvasview.c:256
+#: src/goocanvastable.c:232
 msgid ""
-"Where to place the canvas when it is smaller than the widget's allocated area"
+"The horizontal position of the item within its allocated space. 0.0 is left-"
+"aligned, 1.0 is right-aligned"
 msgstr ""
 
-#: src/goocanvasview.c:263
-msgid "X1"
+#: src/goocanvastable.c:237
+msgid "Y Align"
 msgstr ""
 
-#: src/goocanvasview.c:264
-msgid "The x coordinate of the left edge of the canvas bounds, in device units"
+#: src/goocanvastable.c:238
+msgid ""
+"The vertical position of the item within its allocated space. 0.0 is top-"
+"aligned, 1.0 is bottom-aligned"
 msgstr ""
 
-#: src/goocanvasview.c:271
-msgid "Y1"
+#: src/goocanvastable.c:244
+msgid "Row"
 msgstr ""
 
-#: src/goocanvasview.c:272
-msgid "The y coordinate of the top edge of the canvas bounds, in device units"
+#: src/goocanvastable.c:245
+msgid "The row to place the item in"
 msgstr ""
 
-#: src/goocanvasview.c:279
-msgid "X2"
+#: src/goocanvastable.c:250
+msgid "Column"
 msgstr ""
 
-#: src/goocanvasview.c:280
-msgid ""
-"The x coordinate of the right edge of the canvas bounds, in device units"
+#: src/goocanvastable.c:251
+msgid "The column to place the item in"
 msgstr ""
 
-#: src/goocanvasview.c:287
-msgid "Y2"
+#: src/goocanvastable.c:256
+msgid "Rows"
 msgstr ""
 
-#: src/goocanvasview.c:288
-msgid ""
-"The y coordinate of the bottom edge of the canvas bounds, in device units"
+#: src/goocanvastable.c:257
+msgid "The number of rows that the item spans"
 msgstr ""
 
-#: src/goocanvasview.c:296
-msgid "Units"
+#: src/goocanvastable.c:262
+msgid "Columns"
 msgstr ""
 
-#: src/goocanvasview.c:297
-msgid "The units to use for the canvas"
+#: src/goocanvastable.c:263
+msgid "The number of columns that the item spans"
 msgstr ""
 
-#: src/goocanvasview.c:304
-msgid "Resolution X"
+#: src/goocanvastable.c:269
+msgid "X Expand"
 msgstr ""
 
-#: src/goocanvasview.c:305
-msgid "The horizontal resolution of the display, in dots per inch"
+#: src/goocanvastable.c:270
+msgid "If the item expands horizontally as the table expands"
 msgstr ""
 
-#: src/goocanvasview.c:312
-msgid "Resolution Y"
+#: src/goocanvastable.c:275
+msgid "X Fill"
 msgstr ""
 
-#: src/goocanvasview.c:313
-msgid "The vertical resolution of the display, in dots per inch"
+#: src/goocanvastable.c:276
+msgid "If the item fills all horizontal allocated space"
+msgstr ""
+
+#: src/goocanvastable.c:281
+msgid "X Shrink"
+msgstr ""
+
+#: src/goocanvastable.c:282
+msgid "If the item can shrink smaller than its requested size horizontally"
+msgstr ""
+
+#: src/goocanvastable.c:287
+msgid "Y Expand"
+msgstr ""
+
+#: src/goocanvastable.c:288
+msgid "If the item expands vertically as the table expands"
+msgstr ""
+
+#: src/goocanvastable.c:293
+msgid "Y Fill"
+msgstr ""
+
+#: src/goocanvastable.c:294
+msgid "If the item fills all vertical allocated space"
+msgstr ""
+
+#: src/goocanvastable.c:299
+msgid "Y Shrink"
+msgstr ""
+
+#: src/goocanvastable.c:300
+msgid "If the item can shrink smaller than its requested size vertically"
+msgstr ""
+
+#: src/goocanvastext.c:69
+msgid "Text"
+msgstr ""
+
+#: src/goocanvastext.c:70
+msgid "The text to display"
+msgstr ""
+
+#: src/goocanvastext.c:76
+msgid "Use Markup"
+msgstr ""
+
+#: src/goocanvastext.c:77
+msgid "Whether to parse PangoMarkup in the text, to support different styles"
+msgstr ""
+
+#: src/goocanvastext.c:85
+msgid "The x coordinate of the text"
+msgstr ""
+
+#: src/goocanvastext.c:93
+msgid "The y coordinate of the text"
+msgstr ""
+
+#: src/goocanvastext.c:101
+msgid "The width to use to layout the text"
+msgstr ""
+
+#: src/goocanvastext.c:109
+msgid "How to position the text relative to the given x and y coordinates"
+msgstr ""
+
+#: src/goocanvastext.c:116
+msgid "Alignment"
+msgstr ""
+
+#: src/goocanvastext.c:117
+msgid "How to align the text"
+msgstr ""
+
+#: src/goocanvaswidget.c:498
+msgid "Widget"
+msgstr ""
+
+#: src/goocanvaswidget.c:499
+msgid "The widget to place in the canvas"
+msgstr ""
+
+#: src/goocanvaswidget.c:506
+msgid "The x coordinate of the widget"
+msgstr ""
+
+#: src/goocanvaswidget.c:514
+msgid "The y coordinate of the widget"
+msgstr ""
+
+#: src/goocanvaswidget.c:522
+msgid "The width of the widget, or -1 to use its requested width"
+msgstr ""
+
+#: src/goocanvaswidget.c:530
+msgid "The height of the widget, or -1 to use its requested height"
+msgstr ""
+
+#: src/goocanvaswidget.c:538
+msgid ""
+"How to position the widget relative to the item's x and y coordinate settings"
 msgstr ""

Index: es.po
===================================================================
RCS file: /cvs/cairo/goocanvas/po/es.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- es.po	12 Feb 2007 14:21:15 -0000	1.1
+++ es.po	17 Feb 2007 13:54:36 -0000	1.2
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: GooCanvas CVS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-10-12 13:48+0100\n"
+"POT-Creation-Date: 2007-02-17 13:49+0000\n"
 "PO-Revision-Date: 2006-04-24 16:26+0100\n"
 "Last-Translator: Rafael Villar Burke <pachi at rvburke.com>\n"
 "Language-Team: \n"
@@ -13,498 +13,766 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/goocanvasellipse.c:75
+#: src/goocanvas.c:239
+msgid "Scale"
+msgstr "Escala"
+
+#: src/goocanvas.c:240
+#, fuzzy
+msgid "The magnification factor of the canvas"
+msgstr "Unidades que se han de usar para el lienzo"
+
+#: src/goocanvas.c:246 src/goocanvastext.c:108 src/goocanvaswidget.c:537
+msgid "Anchor"
+msgstr "Ancla"
+
+#: src/goocanvas.c:247
+msgid ""
+"Where to place the canvas when it is smaller than the widget's allocated area"
+msgstr "Dónde situar el lienzo cuando es menor que el área asignada al control"
+
+#: src/goocanvas.c:254
+msgid "X1"
+msgstr ""
+
+#: src/goocanvas.c:255
+#, fuzzy
+msgid "The x coordinate of the left edge of the canvas bounds, in canvas units"
+msgstr ""
+"Coordenada x del borde izquierdo de los límites del lienzo, en unidades del "
+"dispositivo"
+
+#: src/goocanvas.c:262
+msgid "Y1"
+msgstr ""
+
+#: src/goocanvas.c:263
+#, fuzzy
+msgid "The y coordinate of the top edge of the canvas bounds, in canvas units"
+msgstr ""
+"Coordenada y del borde superior de los límites del lienzo, en unidades del "
+"dispositivo"
+
+#: src/goocanvas.c:270
+msgid "X2"
+msgstr ""
+
+#: src/goocanvas.c:271
+#, fuzzy
+msgid ""
+"The x coordinate of the right edge of the canvas bounds, in canvas units"
+msgstr ""
+"Coordenada x del borde derecho de los límites del lienzo, en unidades del "
+"dispositivo"
+
+#: src/goocanvas.c:278
+msgid "Y2"
+msgstr ""
+
+#: src/goocanvas.c:279
+#, fuzzy
+msgid ""
+"The y coordinate of the bottom edge of the canvas bounds, in canvas units"
+msgstr ""
+"Coordenada y del borde inferior de los límites del lienzo, en unidades del "
+"dispositivo"
+
+#: src/goocanvas.c:287
+msgid "Units"
+msgstr "Unidades"
+
+#: src/goocanvas.c:288
+msgid "The units to use for the canvas"
+msgstr "Unidades que se han de usar para el lienzo"
+
+#: src/goocanvas.c:295
+msgid "Resolution X"
+msgstr "Resolución X"
+
+#: src/goocanvas.c:296
+msgid "The horizontal resolution of the display, in dots per inch"
+msgstr "Resolución horizontal de la pantalla, en puntos por pulgada"
+
+#: src/goocanvas.c:303
+msgid "Resolution Y"
+msgstr "Resolución Y"
+
+#: src/goocanvas.c:304
+msgid "The vertical resolution of the display, in dots per inch"
+msgstr "Resolución vertical de la pantalla, en puntos por pulgada"
+
+#: src/goocanvasellipse.c:68
 msgid "Center X"
 msgstr "Centro X"
 
-#: src/goocanvasellipse.c:76
+#: src/goocanvasellipse.c:69
 msgid "The x coordinate of the center of the ellipse"
 msgstr "Coordenada x del centro de la elipse"
 
-#: src/goocanvasellipse.c:83
+#: src/goocanvasellipse.c:76
 msgid "Center Y"
 msgstr "Centro Y"
 
-#: src/goocanvasellipse.c:84
+#: src/goocanvasellipse.c:77
 msgid "The y coordinate of the center of the ellipse"
 msgstr "Coordenada y del centro de la elipse"
 
-#: src/goocanvasellipse.c:91 src/goocanvasrect.c:106
+#: src/goocanvasellipse.c:84 src/goocanvasrect.c:100
 msgid "Radius X"
 msgstr "Radio X"
 
-#: src/goocanvasellipse.c:92
+#: src/goocanvasellipse.c:85
 msgid "The horizontal radius of the ellipse"
 msgstr "Radio horizontal de la elipse"
 
-#: src/goocanvasellipse.c:98 src/goocanvasrect.c:113
+#: src/goocanvasellipse.c:91 src/goocanvasrect.c:107
 msgid "Radius Y"
 msgstr "Radio Y"
 
-#: src/goocanvasellipse.c:99
+#: src/goocanvasellipse.c:92
 msgid "The vertical radius of the ellipse"
 msgstr "Radio vertical de la elipse"
 
-#: src/goocanvasimage.c:82
+#: src/goocanvasimage.c:71
 msgid "Pattern"
 msgstr "Patrón"
 
-#: src/goocanvasimage.c:83
+#: src/goocanvasimage.c:72
 msgid "The cairo pattern to paint"
 msgstr "Patrón cairo para dibujar"
 
-#: src/goocanvasimage.c:90
+#: src/goocanvasimage.c:79
 msgid "The x coordinate of the image"
 msgstr "Coordenada x de la imagen"
 
-#: src/goocanvasimage.c:98
+#: src/goocanvasimage.c:87
 msgid "The y coordinate of the image"
 msgstr "Coordenada y de la imagen"
 
-#: src/goocanvasimage.c:105 src/goocanvasrect.c:92 src/goocanvastext.c:113
+#: src/goocanvasimage.c:94 src/goocanvasrect.c:86 src/goocanvastable.c:159
+#: src/goocanvastext.c:100 src/goocanvaswidget.c:521
 msgid "Width"
 msgstr "Ancho"
 
-#: src/goocanvasimage.c:106
+#: src/goocanvasimage.c:95
 msgid "The width of the image"
 msgstr "Ancho de la imagen"
 
-#: src/goocanvasimage.c:112 src/goocanvasrect.c:99
+#: src/goocanvasimage.c:101 src/goocanvasrect.c:93 src/goocanvastable.c:166
+#: src/goocanvaswidget.c:529
 msgid "Height"
 msgstr "Alto"
 
-#: src/goocanvasimage.c:113
+#: src/goocanvasimage.c:102
 msgid "The height of the image"
 msgstr "Altura de la la imagen"
 
-#: src/goocanvasimage.c:119
+#: src/goocanvasimage.c:108
 msgid "Pixbuf"
 msgstr ""
 
-#: src/goocanvasimage.c:120
+#: src/goocanvasimage.c:109
 msgid "The GdkPixbuf to display"
 msgstr "GdkPixbuf para mostrar"
 
-#: src/goocanvasitem.c:151
+#: src/goocanvasitem.c:379 src/goocanvasitemmodel.c:195
+#, fuzzy
+msgid "Parent"
+msgstr "Patrón"
+
+#: src/goocanvasitem.c:380
+msgid "The parent item"
+msgstr ""
+
+#: src/goocanvasitem.c:386 src/goocanvasitemmodel.c:202
 msgid "Visibility"
 msgstr "Visibilidad"
 
-#: src/goocanvasitem.c:152
+#: src/goocanvasitem.c:387 src/goocanvasitemmodel.c:203
 msgid "When the canvas item is visible"
 msgstr "Si el elemento del lienzo es visible"
 
-#: src/goocanvasitem.c:158
+#: src/goocanvasitem.c:394 src/goocanvasitemmodel.c:210
 msgid "Visibility Threshold"
 msgstr "Umbral de visibilidad"
 
-#: src/goocanvasitem.c:159
+#: src/goocanvasitem.c:395 src/goocanvasitemmodel.c:211
 msgid "The scale threshold at which the item becomes visible"
 msgstr "El umbral de escala a partir del cual el elemento se hace visible"
 
-#: src/goocanvasitem.c:167
+#: src/goocanvasitem.c:403 src/goocanvasitemmodel.c:219
 msgid "Transform"
 msgstr "Transformación"
 
-#: src/goocanvasitem.c:168
+#: src/goocanvasitem.c:404 src/goocanvasitemmodel.c:220
 msgid "The transformation matrix of the item"
 msgstr "Matriz de transformación del elemento"
 
-#: src/goocanvasitem.c:174
+#: src/goocanvasitem.c:410 src/goocanvasitemmodel.c:226
 msgid "Pointer Events"
 msgstr "Eventos de puntero"
 
-#: src/goocanvasitem.c:175
+#: src/goocanvasitem.c:411 src/goocanvasitemmodel.c:227
 msgid "Specifies when the item receives pointer events"
 msgstr "Especifica si el elemento recibe eventos de puntero"
 
-#: src/goocanvasitem.c:182
+#: src/goocanvasitem.c:418 src/goocanvasitemmodel.c:234
 msgid "Title"
 msgstr "Título"
 
-#: src/goocanvasitem.c:183
+#: src/goocanvasitem.c:419 src/goocanvasitemmodel.c:235
 msgid ""
 "A short context-rich description of the item for use by assistive "
 "technologies"
-msgstr "Descripción del elemento, breve pero indicativa del contexto, "
-"para su uso por tecnologías de accesibilidad"
+msgstr ""
+"Descripción del elemento, breve pero indicativa del contexto, para su uso "
+"por tecnologías de accesibilidad"
 
-#: src/goocanvasitem.c:189
+#: src/goocanvasitem.c:425 src/goocanvasitemmodel.c:241
 msgid "Description"
 msgstr "Descripción"
 
-#: src/goocanvasitem.c:190
+#: src/goocanvasitem.c:426 src/goocanvasitemmodel.c:242
 msgid "A description of the item for use by assistive technologies"
 msgstr "Descripción del elemento para su uso por tecnologías de accesibilidad"
 
-#: src/goocanvasitemsimple.c:213
+#: src/goocanvasitem.c:432 src/goocanvasitemmodel.c:248
+msgid "Can Focus"
+msgstr "Puede recibir el foco"
+
+#: src/goocanvasitem.c:433 src/goocanvasitemmodel.c:249
+msgid "If the item can take the keyboard focus"
+msgstr "Si el elemento puede tomar el foco del teclado"
+
+#: src/goocanvasitemmodel.c:196
+msgid "The parent item model"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:108
 msgid "Stroke Pattern"
 msgstr "Patrón de trazado"
 
-#: src/goocanvasitemsimple.c:214
+#: src/goocanvasitemsimple.c:109
 msgid "The pattern to use to paint the perimeter of the item"
 msgstr "El patrón utilizado para dibujar el perímetro del elemento"
 
-#: src/goocanvasitemsimple.c:220
+#: src/goocanvasitemsimple.c:115
 msgid "Fill Pattern"
 msgstr "Patrón de relleno"
 
-#: src/goocanvasitemsimple.c:221
+#: src/goocanvasitemsimple.c:116
 msgid "The pattern to use to paint the interior of the item"
 msgstr "Patrón usado para pintar el interior del elemento"
 
-#: src/goocanvasitemsimple.c:227
+#: src/goocanvasitemsimple.c:122
 msgid "Fill Rule"
 msgstr "Regla de rellenado"
 
-#: src/goocanvasitemsimple.c:228
+#: src/goocanvasitemsimple.c:123
 msgid "The fill rule used to determine which parts of the item are filled"
 msgstr "Regla de rellenado para determinar qué partes del elemento se rellenan"
 
-#: src/goocanvasitemsimple.c:235
+#: src/goocanvasitemsimple.c:130
 msgid "Operator"
 msgstr "Operador"
 
-#: src/goocanvasitemsimple.c:236
+#: src/goocanvasitemsimple.c:131
 msgid "The compositing operator to use"
 msgstr "Operador de composición que se ha de utilizar"
 
-#: src/goocanvasitemsimple.c:243
+#: src/goocanvasitemsimple.c:138
 msgid "Antialias"
 msgstr "Antialias"
 
-#: src/goocanvasitemsimple.c:244
+#: src/goocanvasitemsimple.c:139
 msgid "The antialiasing mode to use"
 msgstr "Modo de antialiasing que se ha de usar"
 
-#: src/goocanvasitemsimple.c:252
+#: src/goocanvasitemsimple.c:147
 msgid "Line Width"
 msgstr "Grosor de línea"
 
-#: src/goocanvasitemsimple.c:253
+#: src/goocanvasitemsimple.c:148
 msgid "The line width to use for the item's perimeter"
 msgstr "Grosor de línea que se ha de usar en el perímetro del elemento"
 
-#: src/goocanvasitemsimple.c:259
+#: src/goocanvasitemsimple.c:154
 msgid "Line Cap"
 msgstr "Remate de línea"
 
-#: src/goocanvasitemsimple.c:260
+#: src/goocanvasitemsimple.c:155
 msgid "The line cap style to use"
 msgstr "Estilo de remate de línea que se ha de usar"
 
-#: src/goocanvasitemsimple.c:267
+#: src/goocanvasitemsimple.c:162
 msgid "Line Join"
 msgstr "Unión de línea"
 
-#: src/goocanvasitemsimple.c:268
+#: src/goocanvasitemsimple.c:163
 msgid "The line join style to use"
 msgstr "Estilo de unión de línea que se ha de usar"
 
-#: src/goocanvasitemsimple.c:275
+#: src/goocanvasitemsimple.c:170
 msgid "Miter Limit"
 msgstr "Límite para unión a inglete"
 
-#: src/goocanvasitemsimple.c:276
+#: src/goocanvasitemsimple.c:171
 msgid ""
 "The smallest angle to use with miter joins, in degrees. Bevel joins will be "
 "used below this limit"
-msgstr "El ángulo mínimo para usar uniones a inglete, en grados. Se "
-"usarán uniones biseladas por debajo de este límite"
+msgstr ""
+"El ángulo mínimo para usar uniones a inglete, en grados. Se usarán uniones "
+"biseladas por debajo de este límite"
 
-#: src/goocanvasitemsimple.c:282
+#: src/goocanvasitemsimple.c:177
 msgid "Line Dash"
 msgstr "Rayado de línea"
 
-#: src/goocanvasitemsimple.c:283
+#: src/goocanvasitemsimple.c:178
 msgid "The dash pattern to use"
 msgstr "Patrón de rayas de línea que se ha de usar"
 
-#: src/goocanvasitemsimple.c:290
+#: src/goocanvasitemsimple.c:185
+msgid "Font"
+msgstr "Fuente"
+
+#: src/goocanvasitemsimple.c:186
+msgid "The base font to use for the text"
+msgstr "Fuente base del texto"
+
+#: src/goocanvasitemsimple.c:192
+msgid "Font Description"
+msgstr "Descripción de la fuente"
+
+#: src/goocanvasitemsimple.c:193
+msgid "The attributes specifying which font to use"
+msgstr "Atributos que especifican la fuente que se ha de usar"
+
+#: src/goocanvasitemsimple.c:200
 msgid "Stroke Color"
 msgstr "Color de trazo"
 
-#: src/goocanvasitemsimple.c:291
+#: src/goocanvasitemsimple.c:201
 msgid "The color to use for the item's perimeter"
 msgstr "Color para usar en el perímetro del elemento"
 
-#: src/goocanvasitemsimple.c:297
+#: src/goocanvasitemsimple.c:207
 msgid "Stroke Color RGBA"
 msgstr "RGBA del color de trazo"
 
-#: src/goocanvasitemsimple.c:298
+#: src/goocanvasitemsimple.c:208
 msgid ""
 "The color to use for the item's perimeter, specified as a 32-bit integer "
 "value"
-msgstr "Color que se ha de usar para el perímetro del elemento, especificado "
-"como un entero de 32-bits"
+msgstr ""
+"Color que se ha de usar para el perímetro del elemento, especificado como un "
+"entero de 32-bits"
 
-#: src/goocanvasitemsimple.c:304
+#: src/goocanvasitemsimple.c:214
 msgid "Stroke Pixbuf"
 msgstr "Pixbuf de trazado"
 
-#: src/goocanvasitemsimple.c:305
+#: src/goocanvasitemsimple.c:215
 msgid "The pixbuf to use to draw the item's perimeter"
 msgstr "Pixbuf que se ha de usar para dibujar el perímetro del elemento"
 
-#: src/goocanvasitemsimple.c:311
+#: src/goocanvasitemsimple.c:221
 msgid "Fill Color"
 msgstr "Color de relleno"
 
-#: src/goocanvasitemsimple.c:312
+#: src/goocanvasitemsimple.c:222
 msgid "The color to use to paint the interior of the item"
 msgstr "Color usado para pintar el interior del elemento"
 
-#: src/goocanvasitemsimple.c:318
+#: src/goocanvasitemsimple.c:228
 msgid "Fill Color RGBA"
 msgstr "RGBA del color de relleno"
 
-#: src/goocanvasitemsimple.c:319
+#: src/goocanvasitemsimple.c:229
 msgid ""
 "The color to use to paint the interior of the item, specified as a 32-bit "
 "integer value"
-msgstr "Color que se ha de usar para pintar el interior del elemento, "
-"especificado como un valor entero de 32-bits"
+msgstr ""
+"Color que se ha de usar para pintar el interior del elemento, especificado "
+"como un valor entero de 32-bits"
 
-#: src/goocanvasitemsimple.c:325
+#: src/goocanvasitemsimple.c:235
 msgid "Fill Pixbuf"
 msgstr "Pixbuf de relleno"
 
-#: src/goocanvasitemsimple.c:326
+#: src/goocanvasitemsimple.c:236
 msgid "The pixbuf to use to paint the interior of the item"
 msgstr "El pixbuf que se ha de usar para pintar el interior del elemento"
 
-#: src/goocanvasitemview.c:330
-msgid "Can Focus"
-msgstr "Puede recibir el foco"
+#: src/goocanvasitemsimple.c:283
+#, fuzzy
+msgid "Clip Path"
+msgstr "Cerrar Trazo"
 
-#: src/goocanvasitemview.c:331
-msgid "If the item can take the keyboard focus"
-msgstr "Si el elemento puede tomar el foco del teclado"
+#: src/goocanvasitemsimple.c:284
+#, fuzzy
+msgid "The sequence of path commands specifying the clip path"
+msgstr "Secuencia de órdenes de trazo"
 
-#: src/goocanvaspath.c:85
+#: src/goocanvasitemsimple.c:290
+#, fuzzy
+msgid "Clip Fill Rule"
+msgstr "Regla de rellenado"
+
+#: src/goocanvasitemsimple.c:291
+#, fuzzy
+msgid "The fill rule used to determine which parts of the item are clipped"
+msgstr "Regla de rellenado para determinar qué partes del elemento se rellenan"
+
+#: src/goocanvaspath.c:75
 msgid "Path Data"
 msgstr "Dato de trazo"
 
-#: src/goocanvaspath.c:86
+#: src/goocanvaspath.c:76
 msgid "The sequence of path commands"
 msgstr "Secuencia de órdenes de trazo"
 
-#: src/goocanvaspolyline.c:157
+#: src/goocanvaspolyline.c:146
 msgid "Points"
 msgstr "Puntos"
 
-#: src/goocanvaspolyline.c:158
+#: src/goocanvaspolyline.c:147
 msgid "The array of points"
 msgstr "Lista de puntos"
 
-#: src/goocanvaspolyline.c:164
+#: src/goocanvaspolyline.c:153
 msgid "Close Path"
 msgstr "Cerrar Trazo"
 
-#: src/goocanvaspolyline.c:165
+#: src/goocanvaspolyline.c:154
 msgid "If the last point should be connected to the first"
 msgstr "Si el último punto se ha de conectar con el primero"
 
-#: src/goocanvaspolyline.c:171
+#: src/goocanvaspolyline.c:160
 msgid "Start Arrow"
 msgstr "Flecha inicial"
 
-#: src/goocanvaspolyline.c:172
+#: src/goocanvaspolyline.c:161
 msgid "If an arrow should be displayed at the start of the polyline"
 msgstr "Si se debe mostrar una flecha al principio de la polilínea"
 
-#: src/goocanvaspolyline.c:178
+#: src/goocanvaspolyline.c:167
 msgid "End Arrow"
 msgstr "Flecha final"
 
-#: src/goocanvaspolyline.c:179
+#: src/goocanvaspolyline.c:168
 msgid "If an arrow should be displayed at the end of the polyline"
 msgstr "Si se debe mostrar una flecha al final de la polilínea"
 
-#: src/goocanvaspolyline.c:185
+#: src/goocanvaspolyline.c:174
 msgid "Arrow Length"
 msgstr "Longitud de flecha"
 
-#: src/goocanvaspolyline.c:186
+#: src/goocanvaspolyline.c:175
 msgid "The length of the arrows, as a multiple of the line width"
 msgstr "Longitud de las flechas, como múltiplo del grosor de línea"
 
-#: src/goocanvaspolyline.c:192
+#: src/goocanvaspolyline.c:181
 msgid "Arrow Width"
 msgstr "Ancho de flecha"
 
-#: src/goocanvaspolyline.c:193
+#: src/goocanvaspolyline.c:182
 msgid "The width of the arrows, as a multiple of the line width"
 msgstr "El ancho de las flechas, como múltiplo del grosor de línea"
 
-#: src/goocanvaspolyline.c:199
+#: src/goocanvaspolyline.c:188
 msgid "Arrow Tip Length"
 msgstr "Longitud de la punta de la flecha"
 
-#: src/goocanvaspolyline.c:200
+#: src/goocanvaspolyline.c:189
 msgid "The length of the arrow tip, as a multiple of the line width"
-msgstr "La longitud de la punta de la flecha, como múltiplo del grosor de línea"
+msgstr ""
+"La longitud de la punta de la flecha, como múltiplo del grosor de línea"
 
-#: src/goocanvasrect.c:77
+#: src/goocanvasrect.c:71
 msgid "The x coordinate of the rectangle"
 msgstr "Coordenada x del rectángulo"
 
-#: src/goocanvasrect.c:85
+#: src/goocanvasrect.c:79
 msgid "The y coordinate of the rectangle"
 msgstr "Coordenada y del rectángulo"
 
-#: src/goocanvasrect.c:93
+#: src/goocanvasrect.c:87
 msgid "The width of the rectangle"
 msgstr "Ancho del rectángulo"
 
-#: src/goocanvasrect.c:100
+#: src/goocanvasrect.c:94
 msgid "The height of the rectangle"
 msgstr "Altura del rectángulo"
 
-#: src/goocanvasrect.c:107
+#: src/goocanvasrect.c:101
 msgid "The horizontal radius to use for rounded corners"
 msgstr "Radio horizontal para usar en esquinas redondeadas"
 
-#: src/goocanvasrect.c:114
+#: src/goocanvasrect.c:108
 msgid "The vertical radius to use for rounded corners"
 msgstr "Radio vertical para usar en esquinas redondeadas"
 
-#: src/goocanvastext.c:82
-msgid "Text"
-msgstr "Texto"
+#: src/goocanvastable.c:160
+#, fuzzy
+msgid "The requested width of the table, or -1 to use the default width"
+msgstr "El ancho de las flechas, como múltiplo del grosor de línea"
 
-#: src/goocanvastext.c:83
-msgid "The text to display"
-msgstr "El texto que se ha de mostrar"
+#: src/goocanvastable.c:167
+msgid "The requested height of the table, or -1 to use the default height"
+msgstr ""
 
-#: src/goocanvastext.c:89
-msgid "Use Markup"
-msgstr "Usar marcado"
+#: src/goocanvastable.c:175
+msgid "Row spacing"
+msgstr ""
 
-#: src/goocanvastext.c:90
-msgid "Whether to parse PangoMarkup in the text, to support different styles"
-msgstr "Si se ha de usar PangoMarkup en el texto, para admitir distintos estilos"
+#: src/goocanvastable.c:176
+msgid "The default space between rows"
+msgstr ""
 
-#: src/goocanvastext.c:98
-msgid "The x coordinate of the text"
-msgstr "Coordenada x del texto"
+#: src/goocanvastable.c:182
+msgid "Column spacing"
+msgstr ""
 
-#: src/goocanvastext.c:106
-msgid "The y coordinate of the text"
-msgstr "Coordenada y del texto"
+#: src/goocanvastable.c:183
+msgid "The default space between columns"
+msgstr ""
 
-#: src/goocanvastext.c:114
-msgid "The width to use to layout the text"
-msgstr "Ancho para disponer el texto"
+#: src/goocanvastable.c:189
+msgid "Homogenous Rows"
+msgstr ""
 
-#: src/goocanvastext.c:121 src/goocanvasview.c:255
-msgid "Anchor"
-msgstr "Ancla"
+#: src/goocanvastable.c:190
+msgid "If all rows are the same height"
+msgstr ""
 
-#: src/goocanvastext.c:122
-msgid "How to position the text relative to the given x and y coordinates"
-msgstr "Cómo situar el texto en relación a las coordenadas x e y dadas"
+#: src/goocanvastable.c:196
+msgid "Homogenous Columns"
+msgstr ""
 
-#: src/goocanvastext.c:129
-msgid "Alignment"
-msgstr "Alineación"
+#: src/goocanvastable.c:197
+msgid "If all columns are the same width"
+msgstr ""
 
-#: src/goocanvastext.c:130
-msgid "How to align the text"
-msgstr "Cómo alinear el texto"
+#: src/goocanvastable.c:206
+msgid "Left Padding"
+msgstr ""
 
-#: src/goocanvastext.c:138
-msgid "Font"
-msgstr "Fuente"
+#: src/goocanvastable.c:207
+#, fuzzy
+msgid "Extra space to add to the left of the item"
+msgstr "El patrón utilizado para dibujar el perímetro del elemento"
 
-#: src/goocanvastext.c:139
-msgid "The base font to use for the text"
-msgstr "Fuente base del texto"
+#: src/goocanvastable.c:212
+msgid "Right Padding"
+msgstr ""
 
-#: src/goocanvastext.c:145
-msgid "Font Description"
-msgstr "Descripción de la fuente"
+#: src/goocanvastable.c:213
+#, fuzzy
+msgid "Extra space to add to the right of the item"
+msgstr "El patrón utilizado para dibujar el perímetro del elemento"
 
-#: src/goocanvastext.c:146
-msgid "The attributes specifying which font to use"
-msgstr "Atributos que especifican la fuente que se ha de usar"
+#: src/goocanvastable.c:218
+msgid "Top Padding"
+msgstr ""
 
-#: src/goocanvasview.c:241
-msgid "Model"
-msgstr "Modelo"
+#: src/goocanvastable.c:219
+msgid "Extra space to add above the item"
+msgstr ""
 
-#: src/goocanvasview.c:242
-msgid "The model for the canvas view"
-msgstr "Modelo para la vista del lienzo"
+#: src/goocanvastable.c:224
+msgid "Bottom Padding"
+msgstr ""
 
-#: src/goocanvasview.c:248
-msgid "Scale"
-msgstr "Escala"
+#: src/goocanvastable.c:225
+msgid "Extra space to add below the item"
+msgstr ""
 
-#: src/goocanvasview.c:249
-msgid "The number of pixels to use for each device unit"
-msgstr "Número de pixels usado ppor cada unidad del dispositivo"
+#: src/goocanvastable.c:231
+#, fuzzy
+msgid "X Align"
+msgstr "Alineación"
 
-#: src/goocanvasview.c:256
+#: src/goocanvastable.c:232
 msgid ""
-"Where to place the canvas when it is smaller than the widget's allocated area"
-msgstr "Dónde situar el lienzo cuando es menor que el área asignada al control"
+"The horizontal position of the item within its allocated space. 0.0 is left-"
+"aligned, 1.0 is right-aligned"
+msgstr ""
 
-#: src/goocanvasview.c:263
-msgid "X1"
+#: src/goocanvastable.c:237
+#, fuzzy
+msgid "Y Align"
+msgstr "Alineación"
+
+#: src/goocanvastable.c:238
+msgid ""
+"The vertical position of the item within its allocated space. 0.0 is top-"
+"aligned, 1.0 is bottom-aligned"
 msgstr ""
 
-#: src/goocanvasview.c:264
-msgid "The x coordinate of the left edge of the canvas bounds, in device units"
-msgstr "Coordenada x del borde izquierdo de los límites del lienzo, en unidades del dispositivo"
+#: src/goocanvastable.c:244
+msgid "Row"
+msgstr ""
 
-#: src/goocanvasview.c:271
-msgid "Y1"
+#: src/goocanvastable.c:245
+#, fuzzy
+msgid "The row to place the item in"
+msgstr "Color para usar en el perímetro del elemento"
+
+#: src/goocanvastable.c:250
+msgid "Column"
 msgstr ""
 
-#: src/goocanvasview.c:272
-msgid "The y coordinate of the top edge of the canvas bounds, in device units"
-msgstr "Coordenada y del borde superior de los límites del lienzo, en unidades del dispositivo"
+#: src/goocanvastable.c:251
+#, fuzzy
+msgid "The column to place the item in"
+msgstr "Color para usar en el perímetro del elemento"
 
-#: src/goocanvasview.c:279
-msgid "X2"
+#: src/goocanvastable.c:256
+msgid "Rows"
 msgstr ""
 
-#: src/goocanvasview.c:280
-msgid ""
-"The x coordinate of the right edge of the canvas bounds, in device units"
-msgstr "Coordenada x del borde derecho de los límites del lienzo, en unidades del dispositivo"
+#: src/goocanvastable.c:257
+msgid "The number of rows that the item spans"
+msgstr ""
 
-#: src/goocanvasview.c:287
-msgid "Y2"
+#: src/goocanvastable.c:262
+msgid "Columns"
 msgstr ""
 
-#: src/goocanvasview.c:288
-msgid ""
-"The y coordinate of the bottom edge of the canvas bounds, in device units"
-msgstr "Coordenada y del borde inferior de los límites del lienzo, en unidades del dispositivo"
+#: src/goocanvastable.c:263
+msgid "The number of columns that the item spans"
+msgstr ""
 
-#: src/goocanvasview.c:296
-msgid "Units"
-msgstr "Unidades"
+#: src/goocanvastable.c:269
+msgid "X Expand"
+msgstr ""
 
-#: src/goocanvasview.c:297
-msgid "The units to use for the canvas"
+#: src/goocanvastable.c:270
+msgid "If the item expands horizontally as the table expands"
+msgstr ""
+
+#: src/goocanvastable.c:275
+msgid "X Fill"
+msgstr ""
+
+#: src/goocanvastable.c:276
+msgid "If the item fills all horizontal allocated space"
+msgstr ""
+
+#: src/goocanvastable.c:281
+msgid "X Shrink"
+msgstr ""
+
+#: src/goocanvastable.c:282
+msgid "If the item can shrink smaller than its requested size horizontally"
+msgstr ""
+
+#: src/goocanvastable.c:287
+msgid "Y Expand"
+msgstr ""
+
+#: src/goocanvastable.c:288
+msgid "If the item expands vertically as the table expands"
+msgstr ""
+
+#: src/goocanvastable.c:293
+msgid "Y Fill"
+msgstr ""
+
+#: src/goocanvastable.c:294
+msgid "If the item fills all vertical allocated space"
+msgstr ""
+
+#: src/goocanvastable.c:299
+msgid "Y Shrink"
+msgstr ""
+
+#: src/goocanvastable.c:300
+msgid "If the item can shrink smaller than its requested size vertically"
+msgstr ""
+
+#: src/goocanvastext.c:69
+msgid "Text"
+msgstr "Texto"
+
+#: src/goocanvastext.c:70
+msgid "The text to display"
+msgstr "El texto que se ha de mostrar"
+
+#: src/goocanvastext.c:76
+msgid "Use Markup"
+msgstr "Usar marcado"
+
+#: src/goocanvastext.c:77
+msgid "Whether to parse PangoMarkup in the text, to support different styles"
+msgstr ""
+"Si se ha de usar PangoMarkup en el texto, para admitir distintos estilos"
+
+#: src/goocanvastext.c:85
+msgid "The x coordinate of the text"
+msgstr "Coordenada x del texto"
+
+#: src/goocanvastext.c:93
+msgid "The y coordinate of the text"
+msgstr "Coordenada y del texto"
+
+#: src/goocanvastext.c:101
+msgid "The width to use to layout the text"
+msgstr "Ancho para disponer el texto"
+
+#: src/goocanvastext.c:109
+msgid "How to position the text relative to the given x and y coordinates"
+msgstr "Cómo situar el texto en relación a las coordenadas x e y dadas"
+
+#: src/goocanvastext.c:116
+msgid "Alignment"
+msgstr "Alineación"
+
+#: src/goocanvastext.c:117
+msgid "How to align the text"
+msgstr "Cómo alinear el texto"
+
+#: src/goocanvaswidget.c:498
+#, fuzzy
+msgid "Widget"
+msgstr "Ancho"
+
+#: src/goocanvaswidget.c:499
+#, fuzzy
+msgid "The widget to place in the canvas"
 msgstr "Unidades que se han de usar para el lienzo"
 
-#: src/goocanvasview.c:304
-msgid "Resolution X"
-msgstr "Resolución X"
+#: src/goocanvaswidget.c:506
+#, fuzzy
+msgid "The x coordinate of the widget"
+msgstr "Coordenada x de la imagen"
 
-#: src/goocanvasview.c:305
-msgid "The horizontal resolution of the display, in dots per inch"
-msgstr "Resolución horizontal de la pantalla, en puntos por pulgada"
+#: src/goocanvaswidget.c:514
+#, fuzzy
+msgid "The y coordinate of the widget"
+msgstr "Coordenada y de la imagen"
 
-#: src/goocanvasview.c:312
-msgid "Resolution Y"
-msgstr "Resolución Y"
+#: src/goocanvaswidget.c:522
+#, fuzzy
+msgid "The width of the widget, or -1 to use its requested width"
+msgstr "El ancho de las flechas, como múltiplo del grosor de línea"
 
-#: src/goocanvasview.c:313
-msgid "The vertical resolution of the display, in dots per inch"
-msgstr "Resolución vertical de la pantalla, en puntos por pulgada"
+#: src/goocanvaswidget.c:530
+msgid "The height of the widget, or -1 to use its requested height"
+msgstr ""
+
+#: src/goocanvaswidget.c:538
+#, fuzzy
+msgid ""
+"How to position the widget relative to the item's x and y coordinate settings"
+msgstr "Cómo situar el texto en relación a las coordenadas x e y dadas"
+
+#~ msgid "Model"
+#~ msgstr "Modelo"
 
+#~ msgid "The model for the canvas view"
+#~ msgstr "Modelo para la vista del lienzo"
+
+#~ msgid "The number of pixels to use for each device unit"
+#~ msgstr "Número de pixels usado ppor cada unidad del dispositivo"

Index: goocanvas.pot
===================================================================
RCS file: /cvs/cairo/goocanvas/po/goocanvas.pot,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- goocanvas.pot	12 Oct 2006 12:53:47 -0000	1.4
+++ goocanvas.pot	17 Feb 2007 13:54:36 -0000	1.5
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-10-12 13:48+0100\n"
+"POT-Creation-Date: 2007-02-17 13:49+0000\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,493 +16,716 @@
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/goocanvasellipse.c:75
+#: src/goocanvas.c:239
+msgid "Scale"
+msgstr ""
+
+#: src/goocanvas.c:240
+msgid "The magnification factor of the canvas"
+msgstr ""
+
+#: src/goocanvas.c:246 src/goocanvastext.c:108 src/goocanvaswidget.c:537
+msgid "Anchor"
+msgstr ""
+
+#: src/goocanvas.c:247
+msgid ""
+"Where to place the canvas when it is smaller than the widget's allocated area"
+msgstr ""
+
+#: src/goocanvas.c:254
+msgid "X1"
+msgstr ""
+
+#: src/goocanvas.c:255
+msgid "The x coordinate of the left edge of the canvas bounds, in canvas units"
+msgstr ""
+
+#: src/goocanvas.c:262
+msgid "Y1"
+msgstr ""
+
+#: src/goocanvas.c:263
+msgid "The y coordinate of the top edge of the canvas bounds, in canvas units"
+msgstr ""
+
+#: src/goocanvas.c:270
+msgid "X2"
+msgstr ""
+
+#: src/goocanvas.c:271
+msgid ""
+"The x coordinate of the right edge of the canvas bounds, in canvas units"
+msgstr ""
+
+#: src/goocanvas.c:278
+msgid "Y2"
+msgstr ""
+
+#: src/goocanvas.c:279
+msgid ""
+"The y coordinate of the bottom edge of the canvas bounds, in canvas units"
+msgstr ""
+
+#: src/goocanvas.c:287
+msgid "Units"
+msgstr ""
+
+#: src/goocanvas.c:288
+msgid "The units to use for the canvas"
+msgstr ""
+
+#: src/goocanvas.c:295
+msgid "Resolution X"
+msgstr ""
+
+#: src/goocanvas.c:296
+msgid "The horizontal resolution of the display, in dots per inch"
+msgstr ""
+
+#: src/goocanvas.c:303
+msgid "Resolution Y"
+msgstr ""
+
+#: src/goocanvas.c:304
+msgid "The vertical resolution of the display, in dots per inch"
+msgstr ""
+
+#: src/goocanvasellipse.c:68
 msgid "Center X"
 msgstr ""
 
-#: src/goocanvasellipse.c:76
+#: src/goocanvasellipse.c:69
 msgid "The x coordinate of the center of the ellipse"
 msgstr ""
 
-#: src/goocanvasellipse.c:83
+#: src/goocanvasellipse.c:76
 msgid "Center Y"
 msgstr ""
 
-#: src/goocanvasellipse.c:84
+#: src/goocanvasellipse.c:77
 msgid "The y coordinate of the center of the ellipse"
 msgstr ""
 
-#: src/goocanvasellipse.c:91 src/goocanvasrect.c:106
+#: src/goocanvasellipse.c:84 src/goocanvasrect.c:100
 msgid "Radius X"
 msgstr ""
 
-#: src/goocanvasellipse.c:92
+#: src/goocanvasellipse.c:85
 msgid "The horizontal radius of the ellipse"
 msgstr ""
 
-#: src/goocanvasellipse.c:98 src/goocanvasrect.c:113
+#: src/goocanvasellipse.c:91 src/goocanvasrect.c:107
 msgid "Radius Y"
 msgstr ""
 
-#: src/goocanvasellipse.c:99
+#: src/goocanvasellipse.c:92
 msgid "The vertical radius of the ellipse"
 msgstr ""
 
-#: src/goocanvasimage.c:82
+#: src/goocanvasimage.c:71
 msgid "Pattern"
 msgstr ""
 
-#: src/goocanvasimage.c:83
+#: src/goocanvasimage.c:72
 msgid "The cairo pattern to paint"
 msgstr ""
 
-#: src/goocanvasimage.c:90
+#: src/goocanvasimage.c:79
 msgid "The x coordinate of the image"
 msgstr ""
 
-#: src/goocanvasimage.c:98
+#: src/goocanvasimage.c:87
 msgid "The y coordinate of the image"
 msgstr ""
 
-#: src/goocanvasimage.c:105 src/goocanvasrect.c:92 src/goocanvastext.c:113
+#: src/goocanvasimage.c:94 src/goocanvasrect.c:86 src/goocanvastable.c:159
+#: src/goocanvastext.c:100 src/goocanvaswidget.c:521
 msgid "Width"
 msgstr ""
 
-#: src/goocanvasimage.c:106
+#: src/goocanvasimage.c:95
 msgid "The width of the image"
 msgstr ""
 
-#: src/goocanvasimage.c:112 src/goocanvasrect.c:99
+#: src/goocanvasimage.c:101 src/goocanvasrect.c:93 src/goocanvastable.c:166
+#: src/goocanvaswidget.c:529
 msgid "Height"
 msgstr ""
 
-#: src/goocanvasimage.c:113
+#: src/goocanvasimage.c:102
 msgid "The height of the image"
 msgstr ""
 
-#: src/goocanvasimage.c:119
+#: src/goocanvasimage.c:108
 msgid "Pixbuf"
 msgstr ""
 
-#: src/goocanvasimage.c:120
+#: src/goocanvasimage.c:109
 msgid "The GdkPixbuf to display"
 msgstr ""
 
-#: src/goocanvasitem.c:151
+#: src/goocanvasitem.c:379 src/goocanvasitemmodel.c:195
+msgid "Parent"
+msgstr ""
+
+#: src/goocanvasitem.c:380
+msgid "The parent item"
+msgstr ""
+
+#: src/goocanvasitem.c:386 src/goocanvasitemmodel.c:202
 msgid "Visibility"
 msgstr ""
 
-#: src/goocanvasitem.c:152
+#: src/goocanvasitem.c:387 src/goocanvasitemmodel.c:203
 msgid "When the canvas item is visible"
 msgstr ""
 
-#: src/goocanvasitem.c:158
+#: src/goocanvasitem.c:394 src/goocanvasitemmodel.c:210
 msgid "Visibility Threshold"
 msgstr ""
 
-#: src/goocanvasitem.c:159
+#: src/goocanvasitem.c:395 src/goocanvasitemmodel.c:211
 msgid "The scale threshold at which the item becomes visible"
 msgstr ""
 
-#: src/goocanvasitem.c:167
+#: src/goocanvasitem.c:403 src/goocanvasitemmodel.c:219
 msgid "Transform"
 msgstr ""
 
-#: src/goocanvasitem.c:168
+#: src/goocanvasitem.c:404 src/goocanvasitemmodel.c:220
 msgid "The transformation matrix of the item"
 msgstr ""
 
-#: src/goocanvasitem.c:174
+#: src/goocanvasitem.c:410 src/goocanvasitemmodel.c:226
 msgid "Pointer Events"
 msgstr ""
 
-#: src/goocanvasitem.c:175
+#: src/goocanvasitem.c:411 src/goocanvasitemmodel.c:227
 msgid "Specifies when the item receives pointer events"
 msgstr ""
 
-#: src/goocanvasitem.c:182
+#: src/goocanvasitem.c:418 src/goocanvasitemmodel.c:234
 msgid "Title"
 msgstr ""
 
-#: src/goocanvasitem.c:183
+#: src/goocanvasitem.c:419 src/goocanvasitemmodel.c:235
 msgid ""
 "A short context-rich description of the item for use by assistive "
 "technologies"
 msgstr ""
 
-#: src/goocanvasitem.c:189
+#: src/goocanvasitem.c:425 src/goocanvasitemmodel.c:241
 msgid "Description"
 msgstr ""
 
-#: src/goocanvasitem.c:190
+#: src/goocanvasitem.c:426 src/goocanvasitemmodel.c:242
 msgid "A description of the item for use by assistive technologies"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:213
+#: src/goocanvasitem.c:432 src/goocanvasitemmodel.c:248
+msgid "Can Focus"
+msgstr ""
+
+#: src/goocanvasitem.c:433 src/goocanvasitemmodel.c:249
+msgid "If the item can take the keyboard focus"
+msgstr ""
+
+#: src/goocanvasitemmodel.c:196
+msgid "The parent item model"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:108
 msgid "Stroke Pattern"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:214
+#: src/goocanvasitemsimple.c:109
 msgid "The pattern to use to paint the perimeter of the item"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:220
+#: src/goocanvasitemsimple.c:115
 msgid "Fill Pattern"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:221
+#: src/goocanvasitemsimple.c:116
 msgid "The pattern to use to paint the interior of the item"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:227
+#: src/goocanvasitemsimple.c:122
 msgid "Fill Rule"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:228
+#: src/goocanvasitemsimple.c:123
 msgid "The fill rule used to determine which parts of the item are filled"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:235
+#: src/goocanvasitemsimple.c:130
 msgid "Operator"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:236
+#: src/goocanvasitemsimple.c:131
 msgid "The compositing operator to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:243
+#: src/goocanvasitemsimple.c:138
 msgid "Antialias"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:244
+#: src/goocanvasitemsimple.c:139
 msgid "The antialiasing mode to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:252
+#: src/goocanvasitemsimple.c:147
 msgid "Line Width"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:253
+#: src/goocanvasitemsimple.c:148
 msgid "The line width to use for the item's perimeter"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:259
+#: src/goocanvasitemsimple.c:154
 msgid "Line Cap"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:260
+#: src/goocanvasitemsimple.c:155
 msgid "The line cap style to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:267
+#: src/goocanvasitemsimple.c:162
 msgid "Line Join"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:268
+#: src/goocanvasitemsimple.c:163
 msgid "The line join style to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:275
+#: src/goocanvasitemsimple.c:170
 msgid "Miter Limit"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:276
+#: src/goocanvasitemsimple.c:171
 msgid ""
 "The smallest angle to use with miter joins, in degrees. Bevel joins will be "
 "used below this limit"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:282
+#: src/goocanvasitemsimple.c:177
 msgid "Line Dash"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:283
+#: src/goocanvasitemsimple.c:178
 msgid "The dash pattern to use"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:290
+#: src/goocanvasitemsimple.c:185
+msgid "Font"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:186
+msgid "The base font to use for the text"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:192
+msgid "Font Description"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:193
+msgid "The attributes specifying which font to use"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:200
 msgid "Stroke Color"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:291
+#: src/goocanvasitemsimple.c:201
 msgid "The color to use for the item's perimeter"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:297
+#: src/goocanvasitemsimple.c:207
 msgid "Stroke Color RGBA"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:298
+#: src/goocanvasitemsimple.c:208
 msgid ""
 "The color to use for the item's perimeter, specified as a 32-bit integer "
 "value"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:304
+#: src/goocanvasitemsimple.c:214
 msgid "Stroke Pixbuf"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:305
+#: src/goocanvasitemsimple.c:215
 msgid "The pixbuf to use to draw the item's perimeter"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:311
+#: src/goocanvasitemsimple.c:221
 msgid "Fill Color"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:312
+#: src/goocanvasitemsimple.c:222
 msgid "The color to use to paint the interior of the item"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:318
+#: src/goocanvasitemsimple.c:228
 msgid "Fill Color RGBA"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:319
+#: src/goocanvasitemsimple.c:229
 msgid ""
 "The color to use to paint the interior of the item, specified as a 32-bit "
 "integer value"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:325
+#: src/goocanvasitemsimple.c:235
 msgid "Fill Pixbuf"
 msgstr ""
 
-#: src/goocanvasitemsimple.c:326
+#: src/goocanvasitemsimple.c:236
 msgid "The pixbuf to use to paint the interior of the item"
 msgstr ""
 
-#: src/goocanvasitemview.c:330
-msgid "Can Focus"
+#: src/goocanvasitemsimple.c:283
+msgid "Clip Path"
 msgstr ""
 
-#: src/goocanvasitemview.c:331
-msgid "If the item can take the keyboard focus"
+#: src/goocanvasitemsimple.c:284
+msgid "The sequence of path commands specifying the clip path"
 msgstr ""
 
-#: src/goocanvaspath.c:85
+#: src/goocanvasitemsimple.c:290
+msgid "Clip Fill Rule"
+msgstr ""
+
+#: src/goocanvasitemsimple.c:291
+msgid "The fill rule used to determine which parts of the item are clipped"
+msgstr ""
+
+#: src/goocanvaspath.c:75
 msgid "Path Data"
 msgstr ""
 
-#: src/goocanvaspath.c:86
+#: src/goocanvaspath.c:76
 msgid "The sequence of path commands"
 msgstr ""
 
-#: src/goocanvaspolyline.c:157
+#: src/goocanvaspolyline.c:146
 msgid "Points"
 msgstr ""
 
-#: src/goocanvaspolyline.c:158
+#: src/goocanvaspolyline.c:147
 msgid "The array of points"
 msgstr ""
 
-#: src/goocanvaspolyline.c:164
+#: src/goocanvaspolyline.c:153
 msgid "Close Path"
 msgstr ""
 
-#: src/goocanvaspolyline.c:165
+#: src/goocanvaspolyline.c:154
 msgid "If the last point should be connected to the first"
 msgstr ""
 
-#: src/goocanvaspolyline.c:171
+#: src/goocanvaspolyline.c:160
 msgid "Start Arrow"
 msgstr ""
 
-#: src/goocanvaspolyline.c:172
+#: src/goocanvaspolyline.c:161
 msgid "If an arrow should be displayed at the start of the polyline"
 msgstr ""
 
-#: src/goocanvaspolyline.c:178
+#: src/goocanvaspolyline.c:167
 msgid "End Arrow"
 msgstr ""
 
-#: src/goocanvaspolyline.c:179
+#: src/goocanvaspolyline.c:168
 msgid "If an arrow should be displayed at the end of the polyline"
 msgstr ""
 
-#: src/goocanvaspolyline.c:185
+#: src/goocanvaspolyline.c:174
 msgid "Arrow Length"
 msgstr ""
 
-#: src/goocanvaspolyline.c:186
+#: src/goocanvaspolyline.c:175
 msgid "The length of the arrows, as a multiple of the line width"
 msgstr ""
 
-#: src/goocanvaspolyline.c:192
+#: src/goocanvaspolyline.c:181
 msgid "Arrow Width"
 msgstr ""
 
-#: src/goocanvaspolyline.c:193
+#: src/goocanvaspolyline.c:182
 msgid "The width of the arrows, as a multiple of the line width"
 msgstr ""
 
-#: src/goocanvaspolyline.c:199
+#: src/goocanvaspolyline.c:188
 msgid "Arrow Tip Length"
 msgstr ""
 
-#: src/goocanvaspolyline.c:200
+#: src/goocanvaspolyline.c:189
 msgid "The length of the arrow tip, as a multiple of the line width"
 msgstr ""
 
-#: src/goocanvasrect.c:77
+#: src/goocanvasrect.c:71
 msgid "The x coordinate of the rectangle"
 msgstr ""
 
-#: src/goocanvasrect.c:85
+#: src/goocanvasrect.c:79
 msgid "The y coordinate of the rectangle"
 msgstr ""
 
-#: src/goocanvasrect.c:93
+#: src/goocanvasrect.c:87
 msgid "The width of the rectangle"
 msgstr ""
 
-#: src/goocanvasrect.c:100
+#: src/goocanvasrect.c:94
 msgid "The height of the rectangle"
 msgstr ""
 
-#: src/goocanvasrect.c:107
+#: src/goocanvasrect.c:101
 msgid "The horizontal radius to use for rounded corners"
 msgstr ""
 
-#: src/goocanvasrect.c:114
+#: src/goocanvasrect.c:108
 msgid "The vertical radius to use for rounded corners"
 msgstr ""
 
-#: src/goocanvastext.c:82
-msgid "Text"
+#: src/goocanvastable.c:160
+msgid "The requested width of the table, or -1 to use the default width"
 msgstr ""
 
-#: src/goocanvastext.c:83
-msgid "The text to display"
+#: src/goocanvastable.c:167
+msgid "The requested height of the table, or -1 to use the default height"
 msgstr ""
 
-#: src/goocanvastext.c:89
-msgid "Use Markup"
+#: src/goocanvastable.c:175
+msgid "Row spacing"
 msgstr ""
 
-#: src/goocanvastext.c:90
-msgid "Whether to parse PangoMarkup in the text, to support different styles"
+#: src/goocanvastable.c:176
+msgid "The default space between rows"
 msgstr ""
 
-#: src/goocanvastext.c:98
-msgid "The x coordinate of the text"
+#: src/goocanvastable.c:182
+msgid "Column spacing"
 msgstr ""
 
-#: src/goocanvastext.c:106
-msgid "The y coordinate of the text"
+#: src/goocanvastable.c:183
+msgid "The default space between columns"
 msgstr ""
 
-#: src/goocanvastext.c:114
-msgid "The width to use to layout the text"
+#: src/goocanvastable.c:189
+msgid "Homogenous Rows"
 msgstr ""
 
-#: src/goocanvastext.c:121 src/goocanvasview.c:255
-msgid "Anchor"
+#: src/goocanvastable.c:190
+msgid "If all rows are the same height"
 msgstr ""
 
-#: src/goocanvastext.c:122
-msgid "How to position the text relative to the given x and y coordinates"
+#: src/goocanvastable.c:196
+msgid "Homogenous Columns"
 msgstr ""
 
-#: src/goocanvastext.c:129
-msgid "Alignment"
+#: src/goocanvastable.c:197
+msgid "If all columns are the same width"
 msgstr ""
 
-#: src/goocanvastext.c:130
-msgid "How to align the text"
+#: src/goocanvastable.c:206
+msgid "Left Padding"
 msgstr ""
 
-#: src/goocanvastext.c:138
-msgid "Font"
+#: src/goocanvastable.c:207
+msgid "Extra space to add to the left of the item"
 msgstr ""
 
-#: src/goocanvastext.c:139
-msgid "The base font to use for the text"
+#: src/goocanvastable.c:212
+msgid "Right Padding"
 msgstr ""
 
-#: src/goocanvastext.c:145
-msgid "Font Description"
+#: src/goocanvastable.c:213
+msgid "Extra space to add to the right of the item"
 msgstr ""
 
-#: src/goocanvastext.c:146
-msgid "The attributes specifying which font to use"
+#: src/goocanvastable.c:218
+msgid "Top Padding"
 msgstr ""
 
-#: src/goocanvasview.c:241
-msgid "Model"
+#: src/goocanvastable.c:219
+msgid "Extra space to add above the item"
 msgstr ""
 
-#: src/goocanvasview.c:242
-msgid "The model for the canvas view"
+#: src/goocanvastable.c:224
+msgid "Bottom Padding"
 msgstr ""
 
-#: src/goocanvasview.c:248
-msgid "Scale"
+#: src/goocanvastable.c:225
+msgid "Extra space to add below the item"
 msgstr ""
 
-#: src/goocanvasview.c:249
-msgid "The number of pixels to use for each device unit"
+#: src/goocanvastable.c:231
+msgid "X Align"
 msgstr ""
 
-#: src/goocanvasview.c:256
+#: src/goocanvastable.c:232
 msgid ""
-"Where to place the canvas when it is smaller than the widget's allocated area"
+"The horizontal position of the item within its allocated space. 0.0 is left-"
+"aligned, 1.0 is right-aligned"
 msgstr ""
 
-#: src/goocanvasview.c:263
-msgid "X1"
+#: src/goocanvastable.c:237
+msgid "Y Align"
 msgstr ""
 
-#: src/goocanvasview.c:264
-msgid "The x coordinate of the left edge of the canvas bounds, in device units"
+#: src/goocanvastable.c:238
+msgid ""
+"The vertical position of the item within its allocated space. 0.0 is top-"
+"aligned, 1.0 is bottom-aligned"
 msgstr ""
 
-#: src/goocanvasview.c:271
-msgid "Y1"
+#: src/goocanvastable.c:244
+msgid "Row"
 msgstr ""
 
-#: src/goocanvasview.c:272
-msgid "The y coordinate of the top edge of the canvas bounds, in device units"
+#: src/goocanvastable.c:245
+msgid "The row to place the item in"
 msgstr ""
 
-#: src/goocanvasview.c:279
-msgid "X2"
+#: src/goocanvastable.c:250
+msgid "Column"
 msgstr ""
 
-#: src/goocanvasview.c:280
-msgid ""
-"The x coordinate of the right edge of the canvas bounds, in device units"
+#: src/goocanvastable.c:251
+msgid "The column to place the item in"
 msgstr ""
 
-#: src/goocanvasview.c:287
-msgid "Y2"
+#: src/goocanvastable.c:256
+msgid "Rows"
 msgstr ""
 
-#: src/goocanvasview.c:288
-msgid ""
-"The y coordinate of the bottom edge of the canvas bounds, in device units"
+#: src/goocanvastable.c:257
+msgid "The number of rows that the item spans"
 msgstr ""
 
-#: src/goocanvasview.c:296
-msgid "Units"
+#: src/goocanvastable.c:262
+msgid "Columns"
 msgstr ""
 
-#: src/goocanvasview.c:297
-msgid "The units to use for the canvas"
+#: src/goocanvastable.c:263
+msgid "The number of columns that the item spans"
 msgstr ""
 
-#: src/goocanvasview.c:304
-msgid "Resolution X"
+#: src/goocanvastable.c:269
+msgid "X Expand"
 msgstr ""
 
-#: src/goocanvasview.c:305
-msgid "The horizontal resolution of the display, in dots per inch"
+#: src/goocanvastable.c:270
+msgid "If the item expands horizontally as the table expands"
 msgstr ""
 
-#: src/goocanvasview.c:312
-msgid "Resolution Y"
+#: src/goocanvastable.c:275
+msgid "X Fill"
 msgstr ""
 
-#: src/goocanvasview.c:313
-msgid "The vertical resolution of the display, in dots per inch"
+#: src/goocanvastable.c:276
+msgid "If the item fills all horizontal allocated space"
+msgstr ""
+
+#: src/goocanvastable.c:281
+msgid "X Shrink"
+msgstr ""
+
+#: src/goocanvastable.c:282
+msgid "If the item can shrink smaller than its requested size horizontally"
+msgstr ""
+
+#: src/goocanvastable.c:287
+msgid "Y Expand"
+msgstr ""
+
+#: src/goocanvastable.c:288
+msgid "If the item expands vertically as the table expands"
+msgstr ""
+
+#: src/goocanvastable.c:293
+msgid "Y Fill"
+msgstr ""
+
+#: src/goocanvastable.c:294
+msgid "If the item fills all vertical allocated space"
+msgstr ""
+
+#: src/goocanvastable.c:299
+msgid "Y Shrink"
+msgstr ""
+
+#: src/goocanvastable.c:300
+msgid "If the item can shrink smaller than its requested size vertically"
+msgstr ""
+
+#: src/goocanvastext.c:69
+msgid "Text"
+msgstr ""
+
+#: src/goocanvastext.c:70
+msgid "The text to display"
+msgstr ""
+
+#: src/goocanvastext.c:76
+msgid "Use Markup"
+msgstr ""
+
+#: src/goocanvastext.c:77
+msgid "Whether to parse PangoMarkup in the text, to support different styles"
+msgstr ""
+
+#: src/goocanvastext.c:85
+msgid "The x coordinate of the text"
+msgstr ""
+
+#: src/goocanvastext.c:93
+msgid "The y coordinate of the text"
+msgstr ""
+
+#: src/goocanvastext.c:101
+msgid "The width to use to layout the text"
+msgstr ""
+
+#: src/goocanvastext.c:109
+msgid "How to position the text relative to the given x and y coordinates"
+msgstr ""
+
+#: src/goocanvastext.c:116
+msgid "Alignment"
+msgstr ""
+
+#: src/goocanvastext.c:117
+msgid "How to align the text"
+msgstr ""
+
+#: src/goocanvaswidget.c:498
+msgid "Widget"
+msgstr ""
+
+#: src/goocanvaswidget.c:499
+msgid "The widget to place in the canvas"
+msgstr ""
+
+#: src/goocanvaswidget.c:506
+msgid "The x coordinate of the widget"
+msgstr ""
+
+#: src/goocanvaswidget.c:514
+msgid "The y coordinate of the widget"
+msgstr ""
+
+#: src/goocanvaswidget.c:522
+msgid "The width of the widget, or -1 to use its requested width"
+msgstr ""
+
+#: src/goocanvaswidget.c:530
+msgid "The height of the widget, or -1 to use its requested height"
+msgstr ""
+
+#: src/goocanvaswidget.c:538
+msgid ""
+"How to position the widget relative to the item's x and y coordinate settings"
 msgstr ""

Index: ja.po
===================================================================
RCS file: /cvs/cairo/goocanvas/po/ja.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ja.po	15 Feb 2007 23:38:14 -0000	1.2
+++ ja.po	17 Feb 2007 13:54:36 -0000	1.3
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: GooCanvas CVS\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-02-15 23:27+0900\n"
+"POT-Creation-Date: 2007-02-17 13:49+0000\n"
 "PO-Revision-Date: 2007-02-15 23:39+0900\n"
 "Last-Translator: kou at cozmixng.org <kou at cozmixng.org>\n"
 "Language-Team:\n"



More information about the cairo-commit mailing list