[goocanvas] 2010-10-24 Damon Chaplin <damon gnome org>
- From: Damon Chaplin <damon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas] 2010-10-24 Damon Chaplin <damon gnome org>
- Date: Sun, 24 Oct 2010 14:06:49 +0000 (UTC)
commit b58646e828128498e32719b573394c0e93de28ec
Author: Damon Chaplin <damon gnome org>
Date: Sun Oct 24 15:06:59 2010 +0100
2010-10-24 Damon Chaplin <damon gnome org>
* Released GooCanvas 1.90.1
ChangeLog | 4 +
configure.in | 6 +-
po/en_GB.po | 86 ++++----
po/es.po | 92 ++++----
po/goocanvas.pot | 78 +++---
po/ja.po | 92 ++++----
po/sv.po | 685 +++++++++++++++++++++++++++--------------------------
7 files changed, 540 insertions(+), 503 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fa0f8d1..45f5257 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-10-24 Damon Chaplin <damon gnome org>
+ * Released GooCanvas 1.90.1
+
+2010-10-24 Damon Chaplin <damon gnome org>
+
* src/goocanvas.c: updated the drawing code to work with GTK+ 3.
It seems to work now, but it still flickers when zooming in & out,
since we can't use our old trick of mapping a temporary window with
diff --git a/configure.in b/configure.in
index bbc7a63..447d55d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(goocanvas, 1.90.0)
+AC_INIT(goocanvas, 1.90.1)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/goocanvas.c)
AC_CONFIG_HEADERS(config.h)
@@ -13,8 +13,8 @@ AM_INIT_AUTOMAKE
# i.e. the library supports interfaces CURRENT - AGE up to CURRENT.
# if two libraries have identical CURRENT and AGE, then newest REVISION used.
CURRENT=8
-AGE=0
-REVISION=0
+AGE=1
+REVISION=1
LT_VERSION_INFO="$CURRENT:$REVISION:$AGE"
AC_SUBST(LT_VERSION_INFO)
diff --git a/po/en_GB.po b/po/en_GB.po
index c9bdfe4..b2e65c8 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GooCanvas CVS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-29 16:23+0100\n"
+"POT-Creation-Date: 2010-10-24 15:02+0100\n"
"PO-Revision-Date: 2006-04-24 16:26+0100\n"
"Last-Translator: Damon Chaplin <damon gnome org>\n"
"Language-Team: \n"
@@ -15,162 +15,162 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: src/goocanvas.c:284
+#: src/goocanvas.c:288
msgid "Scale"
msgstr ""
-#: src/goocanvas.c:285
+#: src/goocanvas.c:289
msgid "The magnification factor of the canvas"
msgstr ""
-#: src/goocanvas.c:291
+#: src/goocanvas.c:295
msgid "Scale X"
msgstr ""
-#: src/goocanvas.c:292
+#: src/goocanvas.c:296
msgid "The horizontal magnification factor of the canvas"
msgstr ""
-#: src/goocanvas.c:298
+#: src/goocanvas.c:302
msgid "Scale Y"
msgstr ""
-#: src/goocanvas.c:299
+#: src/goocanvas.c:303
msgid "The vertical magnification factor of the canvas"
msgstr ""
-#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:589
+#: src/goocanvas.c:309 src/goocanvastext.c:158 src/goocanvaswidget.c:589
msgid "Anchor"
msgstr ""
-#: src/goocanvas.c:306
+#: src/goocanvas.c:310
msgid ""
"Where to place the canvas when it is smaller than the widget's allocated area"
msgstr ""
-#: src/goocanvas.c:313
+#: src/goocanvas.c:317
msgid "X1"
msgstr ""
-#: src/goocanvas.c:314
+#: src/goocanvas.c:318
msgid "The x coordinate of the left edge of the canvas bounds, in canvas units"
msgstr ""
-#: src/goocanvas.c:321
+#: src/goocanvas.c:325
msgid "Y1"
msgstr ""
-#: src/goocanvas.c:322
+#: src/goocanvas.c:326
msgid "The y coordinate of the top edge of the canvas bounds, in canvas units"
msgstr ""
-#: src/goocanvas.c:329
+#: src/goocanvas.c:333
msgid "X2"
msgstr ""
-#: src/goocanvas.c:330
+#: src/goocanvas.c:334
msgid ""
"The x coordinate of the right edge of the canvas bounds, in canvas units"
msgstr ""
-#: src/goocanvas.c:338
+#: src/goocanvas.c:342
msgid "Y2"
msgstr ""
-#: src/goocanvas.c:339
+#: src/goocanvas.c:343
msgid ""
"The y coordinate of the bottom edge of the canvas bounds, in canvas units"
msgstr ""
-#: src/goocanvas.c:348
+#: src/goocanvas.c:352
msgid "Automatic Bounds"
msgstr ""
-#: src/goocanvas.c:349
+#: src/goocanvas.c:353
msgid ""
"If the bounds are automatically calculated based on the bounds of all the "
"items in the canvas"
msgstr ""
-#: src/goocanvas.c:355
+#: src/goocanvas.c:359
msgid "Bounds From Origin"
msgstr ""
-#: src/goocanvas.c:356
+#: src/goocanvas.c:360
msgid "If the automatic bounds are calculated from the origin"
msgstr ""
-#: src/goocanvas.c:362
+#: src/goocanvas.c:366
msgid "Bounds Padding"
msgstr ""
-#: src/goocanvas.c:363
+#: src/goocanvas.c:367
msgid "The padding added to the automatic bounds"
msgstr ""
-#: src/goocanvas.c:369
+#: src/goocanvas.c:373
msgid "Units"
msgstr ""
-#: src/goocanvas.c:370
+#: src/goocanvas.c:374
msgid "The units to use for the canvas"
msgstr ""
-#: src/goocanvas.c:377
+#: src/goocanvas.c:381
msgid "Resolution X"
msgstr ""
-#: src/goocanvas.c:378
+#: src/goocanvas.c:382
msgid "The horizontal resolution of the display, in dots per inch"
msgstr ""
-#: src/goocanvas.c:385
+#: src/goocanvas.c:389
msgid "Resolution Y"
msgstr ""
-#: src/goocanvas.c:386
+#: src/goocanvas.c:390
msgid "The vertical resolution of the display, in dots per inch"
msgstr ""
-#: src/goocanvas.c:394
+#: src/goocanvas.c:398
msgid "Background Color"
msgstr ""
-#: src/goocanvas.c:395
+#: src/goocanvas.c:399
msgid "The color to use for the canvas background"
msgstr ""
-#: src/goocanvas.c:401
+#: src/goocanvas.c:405
msgid "Background Color RGB"
msgstr ""
-#: src/goocanvas.c:402
+#: src/goocanvas.c:406
msgid ""
"The color to use for the canvas background, specified as a 24-bit integer "
"value, 0xRRGGBB"
msgstr ""
-#: src/goocanvas.c:408
+#: src/goocanvas.c:412
msgid "Integer Layout"
msgstr ""
-#: src/goocanvas.c:409
+#: src/goocanvas.c:413
msgid "If all item layout is done to the nearest integer"
msgstr ""
-#: src/goocanvas.c:415
+#: src/goocanvas.c:419
msgid "Clear Background"
msgstr ""
-#: src/goocanvas.c:416
+#: src/goocanvas.c:420
msgid "If the background is cleared before the canvas is painted"
msgstr ""
-#: src/goocanvas.c:422
+#: src/goocanvas.c:426
msgid "Redraw When Scrolled"
msgstr ""
-#: src/goocanvas.c:423
+#: src/goocanvas.c:427
msgid ""
"If the canvas is completely redrawn when scrolled, to reduce the flicker of "
"static items"
@@ -1092,11 +1092,15 @@ msgid "The y coordinate of the text"
msgstr ""
#: src/goocanvastext.c:142
-msgid "The width to use to layout the text"
+msgid ""
+"The width to use to layout the text, or -1 to let the text use as much "
+"horizontal space as needed"
msgstr ""
#: src/goocanvastext.c:150
-msgid "The height to use to layout the text, or -1 to use the natural height"
+msgid ""
+"The height to use to layout the text, or -1 to let the text use as much "
+"vertical space as needed"
msgstr ""
#: src/goocanvastext.c:159
diff --git a/po/es.po b/po/es.po
index c9bceee..60090b5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GooCanvas CVS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-29 16:23+0100\n"
+"POT-Creation-Date: 2010-10-24 15:02+0100\n"
"PO-Revision-Date: 2006-04-24 16:26+0100\n"
"Last-Translator: Rafael Villar Burke <pachi rvburke com>\n"
"Language-Team: \n"
@@ -13,151 +13,151 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: src/goocanvas.c:284
+#: src/goocanvas.c:288
msgid "Scale"
msgstr "Escala"
-#: src/goocanvas.c:285
+#: src/goocanvas.c:289
msgid "The magnification factor of the canvas"
msgstr "Factor de ampliación del lienzo"
-#: src/goocanvas.c:291
+#: src/goocanvas.c:295
#, fuzzy
msgid "Scale X"
msgstr "Escala"
-#: src/goocanvas.c:292
+#: src/goocanvas.c:296
#, fuzzy
msgid "The horizontal magnification factor of the canvas"
msgstr "Factor de ampliación del lienzo"
-#: src/goocanvas.c:298
+#: src/goocanvas.c:302
#, fuzzy
msgid "Scale Y"
msgstr "Escala"
-#: src/goocanvas.c:299
+#: src/goocanvas.c:303
#, fuzzy
msgid "The vertical magnification factor of the canvas"
msgstr "Factor de ampliación del lienzo"
-#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:589
+#: src/goocanvas.c:309 src/goocanvastext.c:158 src/goocanvaswidget.c:589
msgid "Anchor"
msgstr "Ancla"
-#: src/goocanvas.c:306
+#: src/goocanvas.c:310
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:313
+#: src/goocanvas.c:317
msgid "X1"
msgstr "X1"
-#: src/goocanvas.c:314
+#: src/goocanvas.c:318
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 "
"lienzo"
-#: src/goocanvas.c:321
+#: src/goocanvas.c:325
msgid "Y1"
msgstr "Y1"
-#: src/goocanvas.c:322
+#: src/goocanvas.c:326
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 "
"lienzo"
-#: src/goocanvas.c:329
+#: src/goocanvas.c:333
msgid "X2"
msgstr "X2"
-#: src/goocanvas.c:330
+#: src/goocanvas.c:334
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 "
"lienzo"
-#: src/goocanvas.c:338
+#: src/goocanvas.c:342
msgid "Y2"
msgstr "Y2"
-#: src/goocanvas.c:339
+#: src/goocanvas.c:343
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 "
"lienzo"
-#: src/goocanvas.c:348
+#: src/goocanvas.c:352
msgid "Automatic Bounds"
msgstr ""
-#: src/goocanvas.c:349
+#: src/goocanvas.c:353
msgid ""
"If the bounds are automatically calculated based on the bounds of all the "
"items in the canvas"
msgstr ""
-#: src/goocanvas.c:355
+#: src/goocanvas.c:359
msgid "Bounds From Origin"
msgstr ""
-#: src/goocanvas.c:356
+#: src/goocanvas.c:360
msgid "If the automatic bounds are calculated from the origin"
msgstr ""
-#: src/goocanvas.c:362
+#: src/goocanvas.c:366
#, fuzzy
msgid "Bounds Padding"
msgstr "Margen superior"
-#: src/goocanvas.c:363
+#: src/goocanvas.c:367
msgid "The padding added to the automatic bounds"
msgstr ""
-#: src/goocanvas.c:369
+#: src/goocanvas.c:373
msgid "Units"
msgstr "Unidades"
-#: src/goocanvas.c:370
+#: src/goocanvas.c:374
msgid "The units to use for the canvas"
msgstr "Unidades que se han de usar para el lienzo"
-#: src/goocanvas.c:377
+#: src/goocanvas.c:381
msgid "Resolution X"
msgstr "Resolución X"
-#: src/goocanvas.c:378
+#: src/goocanvas.c:382
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:385
+#: src/goocanvas.c:389
msgid "Resolution Y"
msgstr "Resolución Y"
-#: src/goocanvas.c:386
+#: src/goocanvas.c:390
msgid "The vertical resolution of the display, in dots per inch"
msgstr "Resolución vertical de la pantalla, en puntos por pulgada"
-#: src/goocanvas.c:394
+#: src/goocanvas.c:398
msgid "Background Color"
msgstr ""
-#: src/goocanvas.c:395
+#: src/goocanvas.c:399
#, fuzzy
msgid "The color to use for the canvas background"
msgstr "Unidades que se han de usar para el lienzo"
-#: src/goocanvas.c:401
+#: src/goocanvas.c:405
#, fuzzy
msgid "Background Color RGB"
msgstr "RGBA del color de trazo"
-#: src/goocanvas.c:402
+#: src/goocanvas.c:406
#, fuzzy
msgid ""
"The color to use for the canvas background, specified as a 24-bit integer "
@@ -166,27 +166,27 @@ msgstr ""
"Color que se ha de usar para el perÃmetro del elemento, especificado como un "
"entero de 32-bits"
-#: src/goocanvas.c:408
+#: src/goocanvas.c:412
msgid "Integer Layout"
msgstr ""
-#: src/goocanvas.c:409
+#: src/goocanvas.c:413
msgid "If all item layout is done to the nearest integer"
msgstr ""
-#: src/goocanvas.c:415
+#: src/goocanvas.c:419
msgid "Clear Background"
msgstr ""
-#: src/goocanvas.c:416
+#: src/goocanvas.c:420
msgid "If the background is cleared before the canvas is painted"
msgstr ""
-#: src/goocanvas.c:422
+#: src/goocanvas.c:426
msgid "Redraw When Scrolled"
msgstr ""
-#: src/goocanvas.c:423
+#: src/goocanvas.c:427
msgid ""
"If the canvas is completely redrawn when scrolled, to reduce the flicker of "
"static items"
@@ -1190,12 +1190,17 @@ msgid "The y coordinate of the text"
msgstr "Coordenada y del texto"
#: src/goocanvastext.c:142
-msgid "The width to use to layout the text"
-msgstr "Ancho para disponer el texto"
+#, fuzzy
+msgid ""
+"The width to use to layout the text, or -1 to let the text use as much "
+"horizontal space as needed"
+msgstr "Altura solicitada de la tabla, o -1 para usar la altura predefinida"
#: src/goocanvastext.c:150
#, fuzzy
-msgid "The height to use to layout the text, or -1 to use the natural height"
+msgid ""
+"The height to use to layout the text, or -1 to let the text use as much "
+"vertical space as needed"
msgstr "Altura solicitada de la tabla, o -1 para usar la altura predefinida"
#: src/goocanvastext.c:159
@@ -1240,5 +1245,8 @@ msgid ""
msgstr ""
"Cómo situar el control en relación a las coordenadas x e y del elemento"
+#~ msgid "The width to use to layout the text"
+#~ msgstr "Ancho para disponer el texto"
+
#~ msgid "The color to use to paint the interior of the item"
#~ msgstr "Color usado para pintar el interior del elemento"
diff --git a/po/goocanvas.pot b/po/goocanvas.pot
index 2171766..9f3f3e6 100644
--- a/po/goocanvas.pot
+++ b/po/goocanvas.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-21 10:19+0100\n"
+"POT-Creation-Date: 2010-10-24 15:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL ADDRESS>\n"
"Language-Team: LANGUAGE <LL li org>\n"
@@ -16,162 +16,162 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: src/goocanvas.c:284
+#: src/goocanvas.c:288
msgid "Scale"
msgstr ""
-#: src/goocanvas.c:285
+#: src/goocanvas.c:289
msgid "The magnification factor of the canvas"
msgstr ""
-#: src/goocanvas.c:291
+#: src/goocanvas.c:295
msgid "Scale X"
msgstr ""
-#: src/goocanvas.c:292
+#: src/goocanvas.c:296
msgid "The horizontal magnification factor of the canvas"
msgstr ""
-#: src/goocanvas.c:298
+#: src/goocanvas.c:302
msgid "Scale Y"
msgstr ""
-#: src/goocanvas.c:299
+#: src/goocanvas.c:303
msgid "The vertical magnification factor of the canvas"
msgstr ""
-#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:589
+#: src/goocanvas.c:309 src/goocanvastext.c:158 src/goocanvaswidget.c:589
msgid "Anchor"
msgstr ""
-#: src/goocanvas.c:306
+#: src/goocanvas.c:310
msgid ""
"Where to place the canvas when it is smaller than the widget's allocated area"
msgstr ""
-#: src/goocanvas.c:313
+#: src/goocanvas.c:317
msgid "X1"
msgstr ""
-#: src/goocanvas.c:314
+#: src/goocanvas.c:318
msgid "The x coordinate of the left edge of the canvas bounds, in canvas units"
msgstr ""
-#: src/goocanvas.c:321
+#: src/goocanvas.c:325
msgid "Y1"
msgstr ""
-#: src/goocanvas.c:322
+#: src/goocanvas.c:326
msgid "The y coordinate of the top edge of the canvas bounds, in canvas units"
msgstr ""
-#: src/goocanvas.c:329
+#: src/goocanvas.c:333
msgid "X2"
msgstr ""
-#: src/goocanvas.c:330
+#: src/goocanvas.c:334
msgid ""
"The x coordinate of the right edge of the canvas bounds, in canvas units"
msgstr ""
-#: src/goocanvas.c:338
+#: src/goocanvas.c:342
msgid "Y2"
msgstr ""
-#: src/goocanvas.c:339
+#: src/goocanvas.c:343
msgid ""
"The y coordinate of the bottom edge of the canvas bounds, in canvas units"
msgstr ""
-#: src/goocanvas.c:348
+#: src/goocanvas.c:352
msgid "Automatic Bounds"
msgstr ""
-#: src/goocanvas.c:349
+#: src/goocanvas.c:353
msgid ""
"If the bounds are automatically calculated based on the bounds of all the "
"items in the canvas"
msgstr ""
-#: src/goocanvas.c:355
+#: src/goocanvas.c:359
msgid "Bounds From Origin"
msgstr ""
-#: src/goocanvas.c:356
+#: src/goocanvas.c:360
msgid "If the automatic bounds are calculated from the origin"
msgstr ""
-#: src/goocanvas.c:362
+#: src/goocanvas.c:366
msgid "Bounds Padding"
msgstr ""
-#: src/goocanvas.c:363
+#: src/goocanvas.c:367
msgid "The padding added to the automatic bounds"
msgstr ""
-#: src/goocanvas.c:369
+#: src/goocanvas.c:373
msgid "Units"
msgstr ""
-#: src/goocanvas.c:370
+#: src/goocanvas.c:374
msgid "The units to use for the canvas"
msgstr ""
-#: src/goocanvas.c:377
+#: src/goocanvas.c:381
msgid "Resolution X"
msgstr ""
-#: src/goocanvas.c:378
+#: src/goocanvas.c:382
msgid "The horizontal resolution of the display, in dots per inch"
msgstr ""
-#: src/goocanvas.c:385
+#: src/goocanvas.c:389
msgid "Resolution Y"
msgstr ""
-#: src/goocanvas.c:386
+#: src/goocanvas.c:390
msgid "The vertical resolution of the display, in dots per inch"
msgstr ""
-#: src/goocanvas.c:394
+#: src/goocanvas.c:398
msgid "Background Color"
msgstr ""
-#: src/goocanvas.c:395
+#: src/goocanvas.c:399
msgid "The color to use for the canvas background"
msgstr ""
-#: src/goocanvas.c:401
+#: src/goocanvas.c:405
msgid "Background Color RGB"
msgstr ""
-#: src/goocanvas.c:402
+#: src/goocanvas.c:406
msgid ""
"The color to use for the canvas background, specified as a 24-bit integer "
"value, 0xRRGGBB"
msgstr ""
-#: src/goocanvas.c:408
+#: src/goocanvas.c:412
msgid "Integer Layout"
msgstr ""
-#: src/goocanvas.c:409
+#: src/goocanvas.c:413
msgid "If all item layout is done to the nearest integer"
msgstr ""
-#: src/goocanvas.c:415
+#: src/goocanvas.c:419
msgid "Clear Background"
msgstr ""
-#: src/goocanvas.c:416
+#: src/goocanvas.c:420
msgid "If the background is cleared before the canvas is painted"
msgstr ""
-#: src/goocanvas.c:422
+#: src/goocanvas.c:426
msgid "Redraw When Scrolled"
msgstr ""
-#: src/goocanvas.c:423
+#: src/goocanvas.c:427
msgid ""
"If the canvas is completely redrawn when scrolled, to reduce the flicker of "
"static items"
diff --git a/po/ja.po b/po/ja.po
index 436d766..f780296 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GooCanvas CVS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-29 16:23+0100\n"
+"POT-Creation-Date: 2010-10-24 15:02+0100\n"
"PO-Revision-Date: 2008-04-28 20:42+0900\n"
"Last-Translator: kou cozmixng org <kou cozmixng org>\n"
"Language-Team:\n"
@@ -16,163 +16,163 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: src/goocanvas.c:284
+#: src/goocanvas.c:288
msgid "Scale"
msgstr "����"
-#: src/goocanvas.c:285
+#: src/goocanvas.c:289
msgid "The magnification factor of the canvas"
msgstr "ã?ã?£ã?³ã??ã?¹ã?®æ?¡å¤§ç??"
-#: src/goocanvas.c:291
+#: src/goocanvas.c:295
msgid "Scale X"
msgstr "Xæ?¹å??ã?®ã?¹ã?±ã?¼ã?«"
-#: src/goocanvas.c:292
+#: src/goocanvas.c:296
msgid "The horizontal magnification factor of the canvas"
msgstr "ã?ã?£ã?³ã??ã?¹ã?®æ°´å¹³æ?¹å??ã?®æ?¡å¤§ç??"
-#: src/goocanvas.c:298
+#: src/goocanvas.c:302
msgid "Scale Y"
msgstr "Yæ?¹å??ã?®ã?¹ã?±ã?¼ã?«"
-#: src/goocanvas.c:299
+#: src/goocanvas.c:303
msgid "The vertical magnification factor of the canvas"
msgstr "ã?ã?£ã?³ã??ã?¹ã?®å??ç?´æ?¹å??ã?®æ?¡å¤§ç??"
-#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:589
+#: src/goocanvas.c:309 src/goocanvastext.c:158 src/goocanvaswidget.c:589
msgid "Anchor"
msgstr "����"
-#: src/goocanvas.c:306
+#: src/goocanvas.c:310
msgid ""
"Where to place the canvas when it is smaller than the widget's allocated area"
msgstr "ã?¦ã?£ã?¸ã?§ã??ã??ã?®é ?å??ã??ã??ã??å°?ã??ã??ã?ªã?£ã??ã?¨ã??ã?«ã?ã?£ã?³ã??ã?¹ã??ã?©ã??ã?«ã??ã??ã??"
-#: src/goocanvas.c:313
+#: src/goocanvas.c:317
msgid "X1"
msgstr "X1"
-#: src/goocanvas.c:314
+#: src/goocanvas.c:318
msgid "The x coordinate of the left edge of the canvas bounds, in canvas units"
msgstr "ã?ã?£ã?³ã??ã?¹å·¦ç«¯ã?® X 座æ¨? (ã?ã?£ã?³ã??ã?¹ã?®å??ä½?ã?§æ??å®?)"
-#: src/goocanvas.c:321
+#: src/goocanvas.c:325
msgid "Y1"
msgstr "Y1"
-#: src/goocanvas.c:322
+#: src/goocanvas.c:326
msgid "The y coordinate of the top edge of the canvas bounds, in canvas units"
msgstr "ã?ã?£ã?³ã??ã?¹ä¸?端ã?® Y 座æ¨? (ã?ã?£ã?³ã??ã?¹ã?®å??ä½?ã?§æ??å®?)"
-#: src/goocanvas.c:329
+#: src/goocanvas.c:333
msgid "X2"
msgstr "X2"
-#: src/goocanvas.c:330
+#: src/goocanvas.c:334
msgid ""
"The x coordinate of the right edge of the canvas bounds, in canvas units"
msgstr "ã?ã?£ã?³ã??ã?¹å?³ç«¯ã?® X 座æ¨? (ã?ã?£ã?³ã??ã?¹ã?®å??ä½?ã?§æ??å®?)"
-#: src/goocanvas.c:338
+#: src/goocanvas.c:342
msgid "Y2"
msgstr "Y2"
-#: src/goocanvas.c:339
+#: src/goocanvas.c:343
msgid ""
"The y coordinate of the bottom edge of the canvas bounds, in canvas units"
msgstr "ã?ã?£ã?³ã??ã?¹ä¸?端ã?® Y 座æ¨? (ã?ã?£ã?³ã??ã?¹ã?®å??ä½?ã?§æ??å®?)"
-#: src/goocanvas.c:348
+#: src/goocanvas.c:352
msgid "Automatic Bounds"
msgstr "è?ªå??å¢?ç??è¨?ç®?"
-#: src/goocanvas.c:349
+#: src/goocanvas.c:353
msgid ""
"If the bounds are automatically calculated based on the bounds of all the "
"items in the canvas"
msgstr ""
"ã?ã?£ã?³ã??ã?¹ã?®ã??ã?¹ã?¦ã?®ã?¢ã?¤ã??ã? ã?®å¢?ç??ã??å??ã?«ã??ã?¦è?ªå??ç??ã?«å¢?ç??ã??è¨?ç®?ã??ã??ã??ã?©ã??ã??"
-#: src/goocanvas.c:355
+#: src/goocanvas.c:359
msgid "Bounds From Origin"
msgstr "å??ç?¹ã??ã??ã?®å¢?ç??è¨?ç®?"
-#: src/goocanvas.c:356
+#: src/goocanvas.c:360
msgid "If the automatic bounds are calculated from the origin"
msgstr "è?ªå??å¢?ç??è¨?ç®?ã??å??ç?¹ã??ã??è¡?ã??ã??ã?©ã??ã??"
-#: src/goocanvas.c:362
+#: src/goocanvas.c:366
msgid "Bounds Padding"
msgstr "å¢?ç??é?¨ã?®ã??ã??ã?£ã?³ã?°"
-#: src/goocanvas.c:363
+#: src/goocanvas.c:367
msgid "The padding added to the automatic bounds"
msgstr "è?ªå??å¢?ç??è¨?ç®?ã?§è¿½å? ã??ã??ã??ã??ã??ã?£ã?³ã?°"
-#: src/goocanvas.c:369
+#: src/goocanvas.c:373
msgid "Units"
msgstr "å??ä½?"
-#: src/goocanvas.c:370
+#: src/goocanvas.c:374
msgid "The units to use for the canvas"
msgstr "ã?ã?£ã?³ã??ã?¹ã?§ä½¿ã??å??ä½?"
-#: src/goocanvas.c:377
+#: src/goocanvas.c:381
msgid "Resolution X"
msgstr "X æ?¹å??ã?®è§£å??度"
-#: src/goocanvas.c:378
+#: src/goocanvas.c:382
msgid "The horizontal resolution of the display, in dots per inch"
msgstr "ç?»é?¢ã?®æ°´å¹³è§£å??度 (ã??ã??ã??/ã?¤ã?³ã??ã??DPI)"
-#: src/goocanvas.c:385
+#: src/goocanvas.c:389
msgid "Resolution Y"
msgstr "Y æ?¹å??ã?®è§£å??度"
-#: src/goocanvas.c:386
+#: src/goocanvas.c:390
msgid "The vertical resolution of the display, in dots per inch"
msgstr "ç?»é?¢ã?®å??ç?´è§£å??度 (ã??ã??ã??/ã?¤ã?³ã??ã??DPI)"
-#: src/goocanvas.c:394
+#: src/goocanvas.c:398
msgid "Background Color"
msgstr "è??æ?¯è?²"
-#: src/goocanvas.c:395
+#: src/goocanvas.c:399
msgid "The color to use for the canvas background"
msgstr "ã?ã?£ã?³ã??ã?¹ã?®è??æ?¯è?²"
-#: src/goocanvas.c:401
+#: src/goocanvas.c:405
msgid "Background Color RGB"
msgstr "è??æ?¯è?²ã?®RGB表ç?¾"
-#: src/goocanvas.c:402
+#: src/goocanvas.c:406
msgid ""
"The color to use for the canvas background, specified as a 24-bit integer "
"value, 0xRRGGBB"
msgstr "24ã??ã??ã??ã?®æ?´æ?°å?¤(0xRRGGBB)ã?§æ??å®?ã??ã??ã?ã?£ã?³ã??ã?¹ã?®è??æ?¯è?²"
-#: src/goocanvas.c:408
+#: src/goocanvas.c:412
msgid "Integer Layout"
msgstr "æ?´æ?°é??ç½®"
-#: src/goocanvas.c:409
+#: src/goocanvas.c:413
msgid "If all item layout is done to the nearest integer"
msgstr "ã??ã?¹ã?¦ã?®ã?¢ã?¤ã??ã? ã??è¿?ä¼¼æ?´æ?°ã?§é??ç½®ã??ã??ã??ã?©ã??ã??"
-#: src/goocanvas.c:415
+#: src/goocanvas.c:419
msgid "Clear Background"
msgstr "è??æ?¯æ¶?å?»"
-#: src/goocanvas.c:416
+#: src/goocanvas.c:420
msgid "If the background is cleared before the canvas is painted"
msgstr "ã?ã?£ã?³ã??ã?¹ã??æ??ç?»ã??ã??å??ã?«è??æ?¯ã??æ¶?å?»ã??ã??ã??ã?©ã??ã??"
-#: src/goocanvas.c:422
+#: src/goocanvas.c:426
msgid "Redraw When Scrolled"
msgstr ""
-#: src/goocanvas.c:423
+#: src/goocanvas.c:427
msgid ""
"If the canvas is completely redrawn when scrolled, to reduce the flicker of "
"static items"
@@ -1162,12 +1162,17 @@ msgid "The y coordinate of the text"
msgstr "ã??ã?ã?¹ã??ã?® Y 座æ¨?"
#: src/goocanvastext.c:142
-msgid "The width to use to layout the text"
-msgstr "ã??ã?ã?¹ã??ã??é??ç½®ã??ã??ã??ã??ã?«ä½¿ç?¨ã??ã??å¹?"
+#, fuzzy
+msgid ""
+"The width to use to layout the text, or -1 to let the text use as much "
+"horizontal space as needed"
+msgstr "è¦?æ±?ã??ã??表ã?®é«?ã??ã??ã??ã??ã?©ã?«ã??ã?®é«?ã??ã??使ã??ã?ªã?? -1 ã?§ã??"
#: src/goocanvastext.c:150
#, fuzzy
-msgid "The height to use to layout the text, or -1 to use the natural height"
+msgid ""
+"The height to use to layout the text, or -1 to let the text use as much "
+"vertical space as needed"
msgstr "è¦?æ±?ã??ã??表ã?®é«?ã??ã??ã??ã??ã?©ã?«ã??ã?®é«?ã??ã??使ã??ã?ªã?? -1 ã?§ã??"
#: src/goocanvastext.c:159
@@ -1210,3 +1215,6 @@ msgstr "ã?¦ã?£ã?¸ã?§ã??ã??ã?®é«?ã??ã??ã?¦ã?£ã?¸ã?§ã??ã??ã??è¦?æ±?ã??ã??ã?¦ã??ã??
msgid ""
"How to position the widget relative to the item's x and y coordinate settings"
msgstr "ã?¢ã?¤ã??ã? ã?® X/Y座æ¨?ã?®è¨å®?ã?«å¯¾ã??ã?¦ã?©ã?®ã??ã??ã?«ã?¦ã?£ã?¸ã?§ã??ã??ã??é??ç½®ã??ã??ã??"
+
+#~ msgid "The width to use to layout the text"
+#~ msgstr "ã??ã?ã?¹ã??ã??é??ç½®ã??ã??ã??ã??ã?«ä½¿ç?¨ã??ã??å¹?"
diff --git a/po/sv.po b/po/sv.po
index 7208842..ca46d27 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: goocanvas\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-27 12:06+0200\n"
+"POT-Creation-Date: 2010-10-24 15:02+0100\n"
"PO-Revision-Date: 2010-07-27 12:08+0100\n"
"Last-Translator: Daniel Nylander <po danielnylander se>\n"
"Language-Team: Swedish <tp-sv listor tp-sv se>\n"
@@ -16,1118 +16,1131 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/goocanvas.c:284
+#: src/goocanvas.c:288
msgid "Scale"
msgstr "Skala"
-#: ../src/goocanvas.c:285
+#: src/goocanvas.c:289
msgid "The magnification factor of the canvas"
msgstr ""
-#: ../src/goocanvas.c:291
+#: src/goocanvas.c:295
msgid "Scale X"
msgstr ""
-#: ../src/goocanvas.c:292
+#: src/goocanvas.c:296
msgid "The horizontal magnification factor of the canvas"
msgstr ""
-#: ../src/goocanvas.c:298
+#: src/goocanvas.c:302
msgid "Scale Y"
msgstr ""
-#: ../src/goocanvas.c:299
+#: src/goocanvas.c:303
msgid "The vertical magnification factor of the canvas"
msgstr ""
-#: ../src/goocanvas.c:305
-#: ../src/goocanvastext.c:158
-#: ../src/goocanvaswidget.c:589
+#: src/goocanvas.c:309 src/goocanvastext.c:158 src/goocanvaswidget.c:589
msgid "Anchor"
msgstr "Ankare"
-#: ../src/goocanvas.c:306
-msgid "Where to place the canvas when it is smaller than the widget's allocated area"
+#: src/goocanvas.c:310
+msgid ""
+"Where to place the canvas when it is smaller than the widget's allocated area"
msgstr ""
-#: ../src/goocanvas.c:313
+#: src/goocanvas.c:317
msgid "X1"
msgstr "X1"
-#: ../src/goocanvas.c:314
+#: src/goocanvas.c:318
msgid "The x coordinate of the left edge of the canvas bounds, in canvas units"
msgstr ""
-#: ../src/goocanvas.c:321
+#: src/goocanvas.c:325
msgid "Y1"
msgstr "Y1"
-#: ../src/goocanvas.c:322
+#: src/goocanvas.c:326
msgid "The y coordinate of the top edge of the canvas bounds, in canvas units"
msgstr ""
-#: ../src/goocanvas.c:329
+#: src/goocanvas.c:333
msgid "X2"
msgstr "X2"
-#: ../src/goocanvas.c:330
-msgid "The x coordinate of the right edge of the canvas bounds, in canvas units"
+#: src/goocanvas.c:334
+msgid ""
+"The x coordinate of the right edge of the canvas bounds, in canvas units"
msgstr ""
-#: ../src/goocanvas.c:338
+#: src/goocanvas.c:342
msgid "Y2"
msgstr "Y2"
-#: ../src/goocanvas.c:339
-msgid "The y coordinate of the bottom edge of the canvas bounds, in canvas units"
+#: src/goocanvas.c:343
+msgid ""
+"The y coordinate of the bottom edge of the canvas bounds, in canvas units"
msgstr ""
-#: ../src/goocanvas.c:348
+#: src/goocanvas.c:352
msgid "Automatic Bounds"
msgstr ""
-#: ../src/goocanvas.c:349
-msgid "If the bounds are automatically calculated based on the bounds of all the items in the canvas"
+#: src/goocanvas.c:353
+msgid ""
+"If the bounds are automatically calculated based on the bounds of all the "
+"items in the canvas"
msgstr ""
-#: ../src/goocanvas.c:355
+#: src/goocanvas.c:359
msgid "Bounds From Origin"
msgstr ""
-#: ../src/goocanvas.c:356
+#: src/goocanvas.c:360
msgid "If the automatic bounds are calculated from the origin"
msgstr ""
-#: ../src/goocanvas.c:362
+#: src/goocanvas.c:366
msgid "Bounds Padding"
msgstr ""
-#: ../src/goocanvas.c:363
+#: src/goocanvas.c:367
msgid "The padding added to the automatic bounds"
msgstr ""
-#: ../src/goocanvas.c:369
+#: src/goocanvas.c:373
msgid "Units"
msgstr ""
-#: ../src/goocanvas.c:370
+#: src/goocanvas.c:374
msgid "The units to use for the canvas"
msgstr ""
-#: ../src/goocanvas.c:377
+#: src/goocanvas.c:381
msgid "Resolution X"
msgstr ""
-#: ../src/goocanvas.c:378
+#: src/goocanvas.c:382
msgid "The horizontal resolution of the display, in dots per inch"
msgstr ""
-#: ../src/goocanvas.c:385
+#: src/goocanvas.c:389
msgid "Resolution Y"
msgstr ""
-#: ../src/goocanvas.c:386
+#: src/goocanvas.c:390
msgid "The vertical resolution of the display, in dots per inch"
msgstr ""
-#: ../src/goocanvas.c:394
+#: src/goocanvas.c:398
msgid "Background Color"
msgstr "Bakgrundsfärg"
-#: ../src/goocanvas.c:395
+#: src/goocanvas.c:399
msgid "The color to use for the canvas background"
msgstr ""
-#: ../src/goocanvas.c:401
+#: src/goocanvas.c:405
msgid "Background Color RGB"
msgstr ""
-#: ../src/goocanvas.c:402
-msgid "The color to use for the canvas background, specified as a 24-bit integer value, 0xRRGGBB"
+#: src/goocanvas.c:406
+msgid ""
+"The color to use for the canvas background, specified as a 24-bit integer "
+"value, 0xRRGGBB"
msgstr ""
-#: ../src/goocanvas.c:408
+#: src/goocanvas.c:412
msgid "Integer Layout"
msgstr ""
-#: ../src/goocanvas.c:409
+#: src/goocanvas.c:413
msgid "If all item layout is done to the nearest integer"
msgstr ""
-#: ../src/goocanvas.c:415
+#: src/goocanvas.c:419
msgid "Clear Background"
msgstr ""
-#: ../src/goocanvas.c:416
+#: src/goocanvas.c:420
msgid "If the background is cleared before the canvas is painted"
msgstr ""
-#: ../src/goocanvas.c:422
+#: src/goocanvas.c:426
msgid "Redraw When Scrolled"
msgstr ""
-#: ../src/goocanvas.c:423
-msgid "If the canvas is completely redrawn when scrolled, to reduce the flicker of static items"
+#: src/goocanvas.c:427
+msgid ""
+"If the canvas is completely redrawn when scrolled, to reduce the flicker of "
+"static items"
msgstr ""
-#: ../src/goocanvasellipse.c:77
+#: src/goocanvasellipse.c:77
msgid "Center X"
msgstr ""
-#: ../src/goocanvasellipse.c:78
+#: src/goocanvasellipse.c:78
msgid "The x coordinate of the center of the ellipse"
msgstr ""
-#: ../src/goocanvasellipse.c:85
+#: src/goocanvasellipse.c:85
msgid "Center Y"
msgstr ""
-#: ../src/goocanvasellipse.c:86
+#: src/goocanvasellipse.c:86
msgid "The y coordinate of the center of the ellipse"
msgstr ""
-#: ../src/goocanvasellipse.c:93
-#: ../src/goocanvasrect.c:90
+#: src/goocanvasellipse.c:93 src/goocanvasrect.c:90
msgid "Radius X"
msgstr ""
-#: ../src/goocanvasellipse.c:94
+#: src/goocanvasellipse.c:94
msgid "The horizontal radius of the ellipse"
msgstr ""
-#: ../src/goocanvasellipse.c:100
-#: ../src/goocanvasrect.c:97
+#: src/goocanvasellipse.c:100 src/goocanvasrect.c:97
msgid "Radius Y"
msgstr ""
-#: ../src/goocanvasellipse.c:101
+#: src/goocanvasellipse.c:101
msgid "The vertical radius of the ellipse"
msgstr ""
-#: ../src/goocanvasellipse.c:108
+#: src/goocanvasellipse.c:108
msgid "The x coordinate of the left side of the ellipse"
msgstr ""
-#: ../src/goocanvasellipse.c:116
+#: src/goocanvasellipse.c:116
msgid "The y coordinate of the top of the ellipse"
msgstr ""
-#: ../src/goocanvasellipse.c:123
-#: ../src/goocanvasgrid.c:124
-#: ../src/goocanvasgroup.c:106
-#: ../src/goocanvasimage.c:107
-#: ../src/goocanvaspath.c:93
-#: ../src/goocanvaspolyline.c:207
-#: ../src/goocanvasrect.c:76
-#: ../src/goocanvastext.c:141
-#: ../src/goocanvaswidget.c:572
+#: src/goocanvasellipse.c:123 src/goocanvasgrid.c:124 src/goocanvasgroup.c:106
+#: src/goocanvasimage.c:107 src/goocanvaspath.c:93 src/goocanvaspolyline.c:207
+#: src/goocanvasrect.c:76 src/goocanvastext.c:141 src/goocanvaswidget.c:572
msgid "Width"
msgstr "Bredd"
-#: ../src/goocanvasellipse.c:124
+#: src/goocanvasellipse.c:124
msgid "The width of the ellipse"
msgstr ""
-#: ../src/goocanvasellipse.c:130
-#: ../src/goocanvasgrid.c:131
-#: ../src/goocanvasgroup.c:114
-#: ../src/goocanvasimage.c:114
-#: ../src/goocanvaspath.c:100
-#: ../src/goocanvaspolyline.c:214
-#: ../src/goocanvasrect.c:83
-#: ../src/goocanvastext.c:149
-#: ../src/goocanvaswidget.c:580
+#: src/goocanvasellipse.c:130 src/goocanvasgrid.c:131 src/goocanvasgroup.c:114
+#: src/goocanvasimage.c:114 src/goocanvaspath.c:100
+#: src/goocanvaspolyline.c:214 src/goocanvasrect.c:83 src/goocanvastext.c:149
+#: src/goocanvaswidget.c:580
msgid "Height"
msgstr "Höjd"
-#: ../src/goocanvasellipse.c:131
+#: src/goocanvasellipse.c:131
msgid "The height of the ellipse"
msgstr ""
-#: ../src/goocanvasgrid.c:109
+#: src/goocanvasgrid.c:109
msgid "The x coordinate of the grid"
msgstr ""
-#: ../src/goocanvasgrid.c:117
+#: src/goocanvasgrid.c:117
msgid "The y coordinate of the grid"
msgstr ""
-#: ../src/goocanvasgrid.c:125
+#: src/goocanvasgrid.c:125
msgid "The width of the grid"
msgstr ""
-#: ../src/goocanvasgrid.c:132
+#: src/goocanvasgrid.c:132
msgid "The height of the grid"
msgstr ""
-#: ../src/goocanvasgrid.c:139
+#: src/goocanvasgrid.c:139
msgid "The distance between the vertical grid lines"
msgstr ""
-#: ../src/goocanvasgrid.c:146
+#: src/goocanvasgrid.c:146
msgid "The distance between the horizontal grid lines"
msgstr ""
-#: ../src/goocanvasgrid.c:153
+#: src/goocanvasgrid.c:153
msgid "The distance before the first vertical grid line"
msgstr ""
-#: ../src/goocanvasgrid.c:160
+#: src/goocanvasgrid.c:160
msgid "The distance before the first horizontal grid line"
msgstr ""
-#: ../src/goocanvasgrid.c:166
-#: ../src/goocanvastable.c:276
+#: src/goocanvasgrid.c:166 src/goocanvastable.c:276
msgid "Horizontal Grid Line Width"
msgstr ""
-#: ../src/goocanvasgrid.c:167
+#: src/goocanvasgrid.c:167
msgid "The width of the horizontal grid lines"
msgstr ""
-#: ../src/goocanvasgrid.c:174
-#: ../src/goocanvastable.c:283
+#: src/goocanvasgrid.c:174 src/goocanvastable.c:283
msgid "Vertical Grid Line Width"
msgstr ""
-#: ../src/goocanvasgrid.c:175
+#: src/goocanvasgrid.c:175
msgid "The width of the vertical grid lines"
msgstr ""
-#: ../src/goocanvasgrid.c:182
+#: src/goocanvasgrid.c:182
msgid "Horizontal Grid Line Pattern"
msgstr ""
-#: ../src/goocanvasgrid.c:183
+#: src/goocanvasgrid.c:183
msgid "The cairo pattern to paint the horizontal grid lines with"
msgstr ""
-#: ../src/goocanvasgrid.c:189
+#: src/goocanvasgrid.c:189
msgid "Vertical Grid Line Pattern"
msgstr ""
-#: ../src/goocanvasgrid.c:190
+#: src/goocanvasgrid.c:190
msgid "The cairo pattern to paint the vertical grid lines with"
msgstr ""
-#: ../src/goocanvasgrid.c:196
+#: src/goocanvasgrid.c:196
msgid "Border Width"
msgstr ""
-#: ../src/goocanvasgrid.c:197
+#: src/goocanvasgrid.c:197
msgid "The width of the border around the grid"
msgstr ""
-#: ../src/goocanvasgrid.c:204
+#: src/goocanvasgrid.c:204
msgid "Border Pattern"
msgstr ""
-#: ../src/goocanvasgrid.c:205
+#: src/goocanvasgrid.c:205
msgid "The cairo pattern to paint the border with"
msgstr ""
-#: ../src/goocanvasgrid.c:211
+#: src/goocanvasgrid.c:211
msgid "Show Horizontal Grid Lines"
msgstr ""
-#: ../src/goocanvasgrid.c:212
+#: src/goocanvasgrid.c:212
msgid "If the horizontal grid lines are shown"
msgstr ""
-#: ../src/goocanvasgrid.c:218
+#: src/goocanvasgrid.c:218
msgid "Show Vertical Grid Lines"
msgstr ""
-#: ../src/goocanvasgrid.c:219
+#: src/goocanvasgrid.c:219
msgid "If the vertical grid lines are shown"
msgstr ""
-#: ../src/goocanvasgrid.c:225
+#: src/goocanvasgrid.c:225
msgid "Vertical Grid Lines On Top"
msgstr ""
-#: ../src/goocanvasgrid.c:226
+#: src/goocanvasgrid.c:226
msgid "If the vertical grid lines are painted above the horizontal grid lines"
msgstr ""
-#: ../src/goocanvasgrid.c:234
+#: src/goocanvasgrid.c:234
msgid "Horizontal Grid Line Color"
msgstr ""
-#: ../src/goocanvasgrid.c:235
+#: src/goocanvasgrid.c:235
msgid "The color to use for the horizontal grid lines"
msgstr ""
-#: ../src/goocanvasgrid.c:241
+#: src/goocanvasgrid.c:241
msgid "Horizontal Grid Line Color RGBA"
msgstr ""
-#: ../src/goocanvasgrid.c:242
-msgid "The color to use for the horizontal grid lines, specified as a 32-bit integer value"
+#: src/goocanvasgrid.c:242
+msgid ""
+"The color to use for the horizontal grid lines, specified as a 32-bit "
+"integer value"
msgstr ""
-#: ../src/goocanvasgrid.c:248
+#: src/goocanvasgrid.c:248
msgid "Horizontal Grid Line Pixbuf"
msgstr ""
-#: ../src/goocanvasgrid.c:249
+#: src/goocanvasgrid.c:249
msgid "The pixbuf to use to draw the horizontal grid lines"
msgstr ""
-#: ../src/goocanvasgrid.c:255
+#: src/goocanvasgrid.c:255
msgid "Vertical Grid Line Color"
msgstr ""
-#: ../src/goocanvasgrid.c:256
+#: src/goocanvasgrid.c:256
msgid "The color to use for the vertical grid lines"
msgstr ""
-#: ../src/goocanvasgrid.c:262
+#: src/goocanvasgrid.c:262
msgid "Vertical Grid Line Color RGBA"
msgstr ""
-#: ../src/goocanvasgrid.c:263
-msgid "The color to use for the vertical grid lines, specified as a 32-bit integer value"
+#: src/goocanvasgrid.c:263
+msgid ""
+"The color to use for the vertical grid lines, specified as a 32-bit integer "
+"value"
msgstr ""
-#: ../src/goocanvasgrid.c:269
+#: src/goocanvasgrid.c:269
msgid "Vertical Grid Line Pixbuf"
msgstr ""
-#: ../src/goocanvasgrid.c:270
+#: src/goocanvasgrid.c:270
msgid "The pixbuf to use to draw the vertical grid lines"
msgstr ""
-#: ../src/goocanvasgrid.c:276
+#: src/goocanvasgrid.c:276
msgid "Border Color"
msgstr ""
-#: ../src/goocanvasgrid.c:277
+#: src/goocanvasgrid.c:277
msgid "The color to use for the border"
msgstr ""
-#: ../src/goocanvasgrid.c:283
+#: src/goocanvasgrid.c:283
msgid "Border Color RGBA"
msgstr ""
-#: ../src/goocanvasgrid.c:284
+#: src/goocanvasgrid.c:284
msgid "The color to use for the border, specified as a 32-bit integer value"
msgstr ""
-#: ../src/goocanvasgrid.c:290
+#: src/goocanvasgrid.c:290
msgid "Border Pixbuf"
msgstr ""
-#: ../src/goocanvasgrid.c:291
+#: src/goocanvasgrid.c:291
msgid "The pixbuf to use to draw the border"
msgstr ""
-#: ../src/goocanvasgroup.c:91
+#: src/goocanvasgroup.c:91
msgid "The x coordinate of the group"
msgstr ""
-#: ../src/goocanvasgroup.c:99
+#: src/goocanvasgroup.c:99
msgid "The y coordinate of the group"
msgstr ""
-#: ../src/goocanvasgroup.c:107
+#: src/goocanvasgroup.c:107
msgid "The width of the group, or -1 to use the default width"
msgstr ""
-#: ../src/goocanvasgroup.c:115
+#: src/goocanvasgroup.c:115
msgid "The height of the group, or -1 to use the default height"
msgstr ""
-#: ../src/goocanvasimage.c:84
+#: src/goocanvasimage.c:84
msgid "Pattern"
msgstr "Mönster"
-#: ../src/goocanvasimage.c:85
+#: src/goocanvasimage.c:85
msgid "The cairo pattern to paint"
msgstr ""
-#: ../src/goocanvasimage.c:92
+#: src/goocanvasimage.c:92
msgid "The x coordinate of the image"
msgstr ""
-#: ../src/goocanvasimage.c:100
+#: src/goocanvasimage.c:100
msgid "The y coordinate of the image"
msgstr ""
-#: ../src/goocanvasimage.c:108
+#: src/goocanvasimage.c:108
msgid "The width of the image"
msgstr ""
-#: ../src/goocanvasimage.c:115
+#: src/goocanvasimage.c:115
msgid "The height of the image"
msgstr ""
-#: ../src/goocanvasimage.c:121
+#: src/goocanvasimage.c:121
msgid "Scale To Fit"
msgstr ""
-#: ../src/goocanvasimage.c:122
+#: src/goocanvasimage.c:122
msgid "If the image is scaled to fit the width and height settings"
msgstr ""
-#: ../src/goocanvasimage.c:128
+#: src/goocanvasimage.c:128
msgid "Pixbuf"
msgstr ""
-#: ../src/goocanvasimage.c:129
+#: src/goocanvasimage.c:129
msgid "The GdkPixbuf to display"
msgstr ""
-#: ../src/goocanvasitem.c:461
-#: ../src/goocanvasitemmodel.c:219
+#: src/goocanvasitem.c:461 src/goocanvasitemmodel.c:219
msgid "Parent"
msgstr ""
-#: ../src/goocanvasitem.c:462
+#: src/goocanvasitem.c:462
msgid "The parent item"
msgstr ""
-#: ../src/goocanvasitem.c:468
-#: ../src/goocanvasitemmodel.c:226
+#: src/goocanvasitem.c:468 src/goocanvasitemmodel.c:226
msgid "Visibility"
msgstr "Synlighet"
-#: ../src/goocanvasitem.c:469
-#: ../src/goocanvasitemmodel.c:227
+#: src/goocanvasitem.c:469 src/goocanvasitemmodel.c:227
msgid "When the canvas item is visible"
msgstr ""
-#: ../src/goocanvasitem.c:476
-#: ../src/goocanvasitemmodel.c:234
+#: src/goocanvasitem.c:476 src/goocanvasitemmodel.c:234
msgid "Visibility Threshold"
msgstr ""
-#: ../src/goocanvasitem.c:477
-#: ../src/goocanvasitemmodel.c:235
+#: src/goocanvasitem.c:477 src/goocanvasitemmodel.c:235
msgid "The scale threshold at which the item becomes visible"
msgstr ""
-#: ../src/goocanvasitem.c:485
-#: ../src/goocanvasitemmodel.c:243
+#: src/goocanvasitem.c:485 src/goocanvasitemmodel.c:243
msgid "Transform"
msgstr ""
-#: ../src/goocanvasitem.c:486
-#: ../src/goocanvasitemmodel.c:244
+#: src/goocanvasitem.c:486 src/goocanvasitemmodel.c:244
msgid "The transformation matrix of the item"
msgstr ""
-#: ../src/goocanvasitem.c:492
-#: ../src/goocanvasitemmodel.c:250
+#: src/goocanvasitem.c:492 src/goocanvasitemmodel.c:250
msgid "Pointer Events"
msgstr ""
-#: ../src/goocanvasitem.c:493
-#: ../src/goocanvasitemmodel.c:251
+#: src/goocanvasitem.c:493 src/goocanvasitemmodel.c:251
msgid "Specifies when the item receives pointer events"
msgstr ""
-#: ../src/goocanvasitem.c:500
-#: ../src/goocanvasitemmodel.c:258
+#: src/goocanvasitem.c:500 src/goocanvasitemmodel.c:258
msgid "Title"
msgstr "Titel"
-#: ../src/goocanvasitem.c:501
-#: ../src/goocanvasitemmodel.c:259
-msgid "A short context-rich description of the item for use by assistive technologies"
+#: src/goocanvasitem.c:501 src/goocanvasitemmodel.c:259
+msgid ""
+"A short context-rich description of the item for use by assistive "
+"technologies"
msgstr ""
-#: ../src/goocanvasitem.c:507
-#: ../src/goocanvasitemmodel.c:265
+#: src/goocanvasitem.c:507 src/goocanvasitemmodel.c:265
msgid "Description"
msgstr "Beskrivning"
-#: ../src/goocanvasitem.c:508
-#: ../src/goocanvasitemmodel.c:266
+#: src/goocanvasitem.c:508 src/goocanvasitemmodel.c:266
msgid "A description of the item for use by assistive technologies"
msgstr ""
-#: ../src/goocanvasitem.c:514
-#: ../src/goocanvasitemmodel.c:272
+#: src/goocanvasitem.c:514 src/goocanvasitemmodel.c:272
msgid "Can Focus"
msgstr ""
-#: ../src/goocanvasitem.c:515
-#: ../src/goocanvasitemmodel.c:273
+#: src/goocanvasitem.c:515 src/goocanvasitemmodel.c:273
msgid "If the item can take the keyboard focus"
msgstr ""
-#: ../src/goocanvasitem.c:521
-#: ../src/goocanvasitemmodel.c:279
+#: src/goocanvasitem.c:521 src/goocanvasitemmodel.c:279
msgid "Tooltip"
msgstr "Verktygstips"
-#: ../src/goocanvasitem.c:522
-#: ../src/goocanvasitemmodel.c:280
+#: src/goocanvasitem.c:522 src/goocanvasitemmodel.c:280
msgid "The tooltip to display for the item"
msgstr ""
-#: ../src/goocanvasitemmodel.c:220
+#: src/goocanvasitemmodel.c:220
msgid "The parent item model"
msgstr ""
-#: ../src/goocanvasitemsimple.c:126
+#: src/goocanvasitemsimple.c:126
msgid "Stroke Pattern"
msgstr ""
-#: ../src/goocanvasitemsimple.c:127
-msgid "The pattern to use to paint the perimeter of the item, or NULL disable painting"
+#: src/goocanvasitemsimple.c:127
+msgid ""
+"The pattern to use to paint the perimeter of the item, or NULL disable "
+"painting"
msgstr ""
-#: ../src/goocanvasitemsimple.c:133
+#: src/goocanvasitemsimple.c:133
msgid "Fill Pattern"
msgstr ""
-#: ../src/goocanvasitemsimple.c:134
-msgid "The pattern to use to paint the interior of the item, or NULL to disable painting"
+#: src/goocanvasitemsimple.c:134
+msgid ""
+"The pattern to use to paint the interior of the item, or NULL to disable "
+"painting"
msgstr ""
-#: ../src/goocanvasitemsimple.c:140
+#: src/goocanvasitemsimple.c:140
msgid "Fill Rule"
msgstr ""
-#: ../src/goocanvasitemsimple.c:141
+#: src/goocanvasitemsimple.c:141
msgid "The fill rule used to determine which parts of the item are filled"
msgstr ""
-#: ../src/goocanvasitemsimple.c:148
+#: src/goocanvasitemsimple.c:148
msgid "Operator"
msgstr ""
-#: ../src/goocanvasitemsimple.c:149
+#: src/goocanvasitemsimple.c:149
msgid "The compositing operator to use"
msgstr ""
-#: ../src/goocanvasitemsimple.c:156
+#: src/goocanvasitemsimple.c:156
msgid "Antialias"
msgstr "Kantutjämning"
-#: ../src/goocanvasitemsimple.c:157
+#: src/goocanvasitemsimple.c:157
msgid "The antialiasing mode to use"
msgstr ""
-#: ../src/goocanvasitemsimple.c:165
+#: src/goocanvasitemsimple.c:165
msgid "Line Width"
msgstr ""
-#: ../src/goocanvasitemsimple.c:166
+#: src/goocanvasitemsimple.c:166
msgid "The line width to use for the item's perimeter"
msgstr ""
-#: ../src/goocanvasitemsimple.c:172
+#: src/goocanvasitemsimple.c:172
msgid "Line Cap"
msgstr ""
-#: ../src/goocanvasitemsimple.c:173
+#: src/goocanvasitemsimple.c:173
msgid "The line cap style to use"
msgstr ""
-#: ../src/goocanvasitemsimple.c:180
+#: src/goocanvasitemsimple.c:180
msgid "Line Join"
msgstr ""
-#: ../src/goocanvasitemsimple.c:181
+#: src/goocanvasitemsimple.c:181
msgid "The line join style to use"
msgstr ""
-#: ../src/goocanvasitemsimple.c:188
+#: src/goocanvasitemsimple.c:188
msgid "Miter Limit"
msgstr ""
-#: ../src/goocanvasitemsimple.c:189
-msgid "The smallest angle to use with miter joins, in degrees. Bevel joins will be used below this limit"
+#: src/goocanvasitemsimple.c:189
+msgid ""
+"The smallest angle to use with miter joins, in degrees. Bevel joins will be "
+"used below this limit"
msgstr ""
-#: ../src/goocanvasitemsimple.c:195
+#: src/goocanvasitemsimple.c:195
msgid "Line Dash"
msgstr ""
-#: ../src/goocanvasitemsimple.c:196
+#: src/goocanvasitemsimple.c:196
msgid "The dash pattern to use"
msgstr ""
-#: ../src/goocanvasitemsimple.c:203
+#: src/goocanvasitemsimple.c:203
msgid "Font"
msgstr "Typsnitt"
-#: ../src/goocanvasitemsimple.c:204
+#: src/goocanvasitemsimple.c:204
msgid "The base font to use for the text"
msgstr ""
-#: ../src/goocanvasitemsimple.c:210
+#: src/goocanvasitemsimple.c:210
msgid "Font Description"
msgstr ""
-#: ../src/goocanvasitemsimple.c:211
+#: src/goocanvasitemsimple.c:211
msgid "The attributes specifying which font to use"
msgstr ""
-#: ../src/goocanvasitemsimple.c:217
+#: src/goocanvasitemsimple.c:217
msgid "Hint Metrics"
msgstr ""
-#: ../src/goocanvasitemsimple.c:218
+#: src/goocanvasitemsimple.c:218
msgid "The hinting to be used for font metrics"
msgstr ""
-#: ../src/goocanvasitemsimple.c:226
+#: src/goocanvasitemsimple.c:226
msgid "Stroke Color"
msgstr ""
-#: ../src/goocanvasitemsimple.c:227
-msgid "The color to use for the item's perimeter. To disable painting set the 'stroke-pattern' property to NULL"
+#: src/goocanvasitemsimple.c:227
+msgid ""
+"The color to use for the item's perimeter. To disable painting set the "
+"'stroke-pattern' property to NULL"
msgstr ""
-#: ../src/goocanvasitemsimple.c:233
+#: src/goocanvasitemsimple.c:233
msgid "Stroke Color RGBA"
msgstr ""
-#: ../src/goocanvasitemsimple.c:234
-msgid "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL"
+#: src/goocanvasitemsimple.c:234
+msgid ""
+"The color to use for the item's perimeter, specified as a 32-bit integer "
+"value. To disable painting set the 'stroke-pattern' property to NULL"
msgstr ""
-#: ../src/goocanvasitemsimple.c:240
+#: src/goocanvasitemsimple.c:240
msgid "Stroke Pixbuf"
msgstr ""
-#: ../src/goocanvasitemsimple.c:241
-msgid "The pixbuf to use to draw the item's perimeter. To disable painting set the 'stroke-pattern' property to NULL"
+#: src/goocanvasitemsimple.c:241
+msgid ""
+"The pixbuf to use to draw the item's perimeter. To disable painting set the "
+"'stroke-pattern' property to NULL"
msgstr ""
-#: ../src/goocanvasitemsimple.c:247
+#: src/goocanvasitemsimple.c:247
msgid "Fill Color"
msgstr ""
-#: ../src/goocanvasitemsimple.c:248
-msgid "The color to use to paint the interior of the item. To disable painting set the 'fill-pattern' property to NULL"
+#: src/goocanvasitemsimple.c:248
+msgid ""
+"The color to use to paint the interior of the item. To disable painting set "
+"the 'fill-pattern' property to NULL"
msgstr ""
-#: ../src/goocanvasitemsimple.c:254
+#: src/goocanvasitemsimple.c:254
msgid "Fill Color RGBA"
msgstr ""
-#: ../src/goocanvasitemsimple.c:255
-msgid "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL"
+#: src/goocanvasitemsimple.c:255
+msgid ""
+"The color to use to paint the interior of the item, specified as a 32-bit "
+"integer value. To disable painting set the 'fill-pattern' property to NULL"
msgstr ""
-#: ../src/goocanvasitemsimple.c:261
+#: src/goocanvasitemsimple.c:261
msgid "Fill Pixbuf"
msgstr ""
-#: ../src/goocanvasitemsimple.c:262
-msgid "The pixbuf to use to paint the interior of the item. To disable painting set the 'fill-pattern' property to NULL"
+#: src/goocanvasitemsimple.c:262
+msgid ""
+"The pixbuf to use to paint the interior of the item. To disable painting set "
+"the 'fill-pattern' property to NULL"
msgstr ""
-#: ../src/goocanvasitemsimple.c:312
+#: src/goocanvasitemsimple.c:312
msgid "Clip Path"
msgstr ""
-#: ../src/goocanvasitemsimple.c:313
+#: src/goocanvasitemsimple.c:313
msgid "The sequence of path commands specifying the clip path"
msgstr ""
-#: ../src/goocanvasitemsimple.c:319
+#: src/goocanvasitemsimple.c:319
msgid "Clip Fill Rule"
msgstr ""
-#: ../src/goocanvasitemsimple.c:320
+#: src/goocanvasitemsimple.c:320
msgid "The fill rule used to determine which parts of the item are clipped"
msgstr ""
-#: ../src/goocanvaspath.c:70
+#: src/goocanvaspath.c:70
msgid "Path Data"
msgstr ""
-#: ../src/goocanvaspath.c:71
+#: src/goocanvaspath.c:71
msgid "The sequence of path commands"
msgstr ""
-#: ../src/goocanvaspath.c:78
+#: src/goocanvaspath.c:78
msgid "The x coordinate of the path"
msgstr ""
-#: ../src/goocanvaspath.c:86
+#: src/goocanvaspath.c:86
msgid "The y coordinate of the path"
msgstr ""
-#: ../src/goocanvaspath.c:94
+#: src/goocanvaspath.c:94
msgid "The width of the path"
msgstr ""
-#: ../src/goocanvaspath.c:101
+#: src/goocanvaspath.c:101
msgid "The height of the path"
msgstr ""
-#: ../src/goocanvaspolyline.c:142
+#: src/goocanvaspolyline.c:142
msgid "Points"
msgstr ""
-#: ../src/goocanvaspolyline.c:143
+#: src/goocanvaspolyline.c:143
msgid "The array of points"
msgstr ""
-#: ../src/goocanvaspolyline.c:149
+#: src/goocanvaspolyline.c:149
msgid "Close Path"
msgstr ""
-#: ../src/goocanvaspolyline.c:150
+#: src/goocanvaspolyline.c:150
msgid "If the last point should be connected to the first"
msgstr ""
-#: ../src/goocanvaspolyline.c:156
+#: src/goocanvaspolyline.c:156
msgid "Start Arrow"
msgstr ""
-#: ../src/goocanvaspolyline.c:157
+#: src/goocanvaspolyline.c:157
msgid "If an arrow should be displayed at the start of the polyline"
msgstr ""
-#: ../src/goocanvaspolyline.c:163
+#: src/goocanvaspolyline.c:163
msgid "End Arrow"
msgstr ""
-#: ../src/goocanvaspolyline.c:164
+#: src/goocanvaspolyline.c:164
msgid "If an arrow should be displayed at the end of the polyline"
msgstr ""
-#: ../src/goocanvaspolyline.c:170
+#: src/goocanvaspolyline.c:170
msgid "Arrow Length"
msgstr ""
-#: ../src/goocanvaspolyline.c:171
+#: src/goocanvaspolyline.c:171
msgid "The length of the arrows, as a multiple of the line width"
msgstr ""
-#: ../src/goocanvaspolyline.c:177
+#: src/goocanvaspolyline.c:177
msgid "Arrow Width"
msgstr ""
-#: ../src/goocanvaspolyline.c:178
+#: src/goocanvaspolyline.c:178
msgid "The width of the arrows, as a multiple of the line width"
msgstr ""
-#: ../src/goocanvaspolyline.c:184
+#: src/goocanvaspolyline.c:184
msgid "Arrow Tip Length"
msgstr ""
-#: ../src/goocanvaspolyline.c:185
+#: src/goocanvaspolyline.c:185
msgid "The length of the arrow tip, as a multiple of the line width"
msgstr ""
-#: ../src/goocanvaspolyline.c:192
+#: src/goocanvaspolyline.c:192
msgid "The x coordinate of the left-most point of the polyline"
msgstr ""
-#: ../src/goocanvaspolyline.c:200
+#: src/goocanvaspolyline.c:200
msgid "The y coordinate of the top-most point of the polyline"
msgstr ""
-#: ../src/goocanvaspolyline.c:208
+#: src/goocanvaspolyline.c:208
msgid "The width of the polyline"
msgstr ""
-#: ../src/goocanvaspolyline.c:215
+#: src/goocanvaspolyline.c:215
msgid "The height of the polyline"
msgstr ""
-#: ../src/goocanvasrect.c:61
+#: src/goocanvasrect.c:61
msgid "The x coordinate of the rectangle"
msgstr ""
-#: ../src/goocanvasrect.c:69
+#: src/goocanvasrect.c:69
msgid "The y coordinate of the rectangle"
msgstr ""
-#: ../src/goocanvasrect.c:77
+#: src/goocanvasrect.c:77
msgid "The width of the rectangle"
msgstr ""
-#: ../src/goocanvasrect.c:84
+#: src/goocanvasrect.c:84
msgid "The height of the rectangle"
msgstr ""
-#: ../src/goocanvasrect.c:91
+#: src/goocanvasrect.c:91
msgid "The horizontal radius to use for rounded corners"
msgstr ""
-#: ../src/goocanvasrect.c:98
+#: src/goocanvasrect.c:98
msgid "The vertical radius to use for rounded corners"
msgstr ""
-#: ../src/goocanvastable.c:237
+#: src/goocanvastable.c:237
msgid "Row Spacing"
msgstr ""
-#: ../src/goocanvastable.c:238
+#: src/goocanvastable.c:238
msgid "The default space between rows"
msgstr ""
-#: ../src/goocanvastable.c:244
+#: src/goocanvastable.c:244
msgid "Column Spacing"
msgstr ""
-#: ../src/goocanvastable.c:245
+#: src/goocanvastable.c:245
msgid "The default space between columns"
msgstr ""
-#: ../src/goocanvastable.c:251
+#: src/goocanvastable.c:251
msgid "Homogenous Rows"
msgstr ""
-#: ../src/goocanvastable.c:252
+#: src/goocanvastable.c:252
msgid "If all rows are the same height"
msgstr ""
-#: ../src/goocanvastable.c:258
+#: src/goocanvastable.c:258
msgid "Homogenous Columns"
msgstr ""
-#: ../src/goocanvastable.c:259
+#: src/goocanvastable.c:259
msgid "If all columns are the same width"
msgstr ""
-#: ../src/goocanvastable.c:264
+#: src/goocanvastable.c:264
msgid "X Border Spacing"
msgstr ""
-#: ../src/goocanvastable.c:265
-msgid "The amount of spacing between the lefmost and rightmost cells and the border grid line"
+#: src/goocanvastable.c:265
+msgid ""
+"The amount of spacing between the lefmost and rightmost cells and the border "
+"grid line"
msgstr ""
-#: ../src/goocanvastable.c:270
+#: src/goocanvastable.c:270
msgid "Y Border Spacing"
msgstr ""
-#: ../src/goocanvastable.c:271
-msgid "The amount of spacing between the topmost and bottommost cells and the border grid line"
+#: src/goocanvastable.c:271
+msgid ""
+"The amount of spacing between the topmost and bottommost cells and the "
+"border grid line"
msgstr ""
-#: ../src/goocanvastable.c:277
+#: src/goocanvastable.c:277
msgid "The width of the grid line to draw between rows"
msgstr ""
-#: ../src/goocanvastable.c:284
+#: src/goocanvastable.c:284
msgid "The width of the grid line to draw between columns"
msgstr ""
-#: ../src/goocanvastable.c:293
+#: src/goocanvastable.c:293
msgid "Left Padding"
msgstr ""
-#: ../src/goocanvastable.c:294
+#: src/goocanvastable.c:294
msgid "Extra space to add to the left of the item"
msgstr ""
-#: ../src/goocanvastable.c:299
+#: src/goocanvastable.c:299
msgid "Right Padding"
msgstr ""
-#: ../src/goocanvastable.c:300
+#: src/goocanvastable.c:300
msgid "Extra space to add to the right of the item"
msgstr ""
-#: ../src/goocanvastable.c:305
+#: src/goocanvastable.c:305
msgid "Top Padding"
msgstr ""
-#: ../src/goocanvastable.c:306
+#: src/goocanvastable.c:306
msgid "Extra space to add above the item"
msgstr ""
-#: ../src/goocanvastable.c:311
+#: src/goocanvastable.c:311
msgid "Bottom Padding"
msgstr ""
-#: ../src/goocanvastable.c:312
+#: src/goocanvastable.c:312
msgid "Extra space to add below the item"
msgstr ""
-#: ../src/goocanvastable.c:318
+#: src/goocanvastable.c:318
msgid "X Align"
msgstr ""
-#: ../src/goocanvastable.c:319
-msgid "The horizontal position of the item within its allocated space. 0.0 is left-aligned, 1.0 is right-aligned"
+#: src/goocanvastable.c:319
+msgid ""
+"The horizontal position of the item within its allocated space. 0.0 is left-"
+"aligned, 1.0 is right-aligned"
msgstr ""
-#: ../src/goocanvastable.c:324
+#: src/goocanvastable.c:324
msgid "Y Align"
msgstr ""
-#: ../src/goocanvastable.c:325
-msgid "The vertical position of the item within its allocated space. 0.0 is top-aligned, 1.0 is bottom-aligned"
+#: src/goocanvastable.c:325
+msgid ""
+"The vertical position of the item within its allocated space. 0.0 is top-"
+"aligned, 1.0 is bottom-aligned"
msgstr ""
-#: ../src/goocanvastable.c:331
+#: src/goocanvastable.c:331
msgid "Row"
msgstr "Rad"
-#: ../src/goocanvastable.c:332
+#: src/goocanvastable.c:332
msgid "The row to place the item in"
msgstr ""
-#: ../src/goocanvastable.c:337
+#: src/goocanvastable.c:337
msgid "Column"
msgstr "Kolumn"
-#: ../src/goocanvastable.c:338
+#: src/goocanvastable.c:338
msgid "The column to place the item in"
msgstr ""
-#: ../src/goocanvastable.c:343
+#: src/goocanvastable.c:343
msgid "Rows"
msgstr "Rader"
-#: ../src/goocanvastable.c:344
+#: src/goocanvastable.c:344
msgid "The number of rows that the item spans"
msgstr ""
-#: ../src/goocanvastable.c:349
+#: src/goocanvastable.c:349
msgid "Columns"
msgstr ""
-#: ../src/goocanvastable.c:350
+#: src/goocanvastable.c:350
msgid "The number of columns that the item spans"
msgstr ""
-#: ../src/goocanvastable.c:356
+#: src/goocanvastable.c:356
msgid "X Expand"
msgstr ""
-#: ../src/goocanvastable.c:357
+#: src/goocanvastable.c:357
msgid "If the item expands horizontally as the table expands"
msgstr ""
-#: ../src/goocanvastable.c:362
+#: src/goocanvastable.c:362
msgid "X Fill"
msgstr ""
-#: ../src/goocanvastable.c:363
+#: src/goocanvastable.c:363
msgid "If the item fills all horizontal allocated space"
msgstr ""
-#: ../src/goocanvastable.c:368
+#: src/goocanvastable.c:368
msgid "X Shrink"
msgstr ""
-#: ../src/goocanvastable.c:369
+#: src/goocanvastable.c:369
msgid "If the item can shrink smaller than its requested size horizontally"
msgstr ""
-#: ../src/goocanvastable.c:374
+#: src/goocanvastable.c:374
msgid "Y Expand"
msgstr ""
-#: ../src/goocanvastable.c:375
+#: src/goocanvastable.c:375
msgid "If the item expands vertically as the table expands"
msgstr ""
-#: ../src/goocanvastable.c:380
+#: src/goocanvastable.c:380
msgid "Y Fill"
msgstr ""
-#: ../src/goocanvastable.c:381
+#: src/goocanvastable.c:381
msgid "If the item fills all vertical allocated space"
msgstr ""
-#: ../src/goocanvastable.c:386
+#: src/goocanvastable.c:386
msgid "Y Shrink"
msgstr ""
-#: ../src/goocanvastable.c:387
+#: src/goocanvastable.c:387
msgid "If the item can shrink smaller than its requested size vertically"
msgstr ""
-#: ../src/goocanvastext.c:94
+#: src/goocanvastext.c:94
msgid "Text"
msgstr ""
-#: ../src/goocanvastext.c:95
+#: src/goocanvastext.c:95
msgid "The text to display"
msgstr ""
-#: ../src/goocanvastext.c:101
+#: src/goocanvastext.c:101
msgid "Use Markup"
msgstr ""
-#: ../src/goocanvastext.c:102
+#: src/goocanvastext.c:102
msgid "Whether to parse PangoMarkup in the text, to support different styles"
msgstr ""
-#: ../src/goocanvastext.c:108
+#: src/goocanvastext.c:108
msgid "Ellipsize"
msgstr ""
-#: ../src/goocanvastext.c:109
-msgid "The preferred place to ellipsize the string, if the label does not have enough room to display the entire string"
+#: src/goocanvastext.c:109
+msgid ""
+"The preferred place to ellipsize the string, if the label does not have "
+"enough room to display the entire string"
msgstr ""
-#: ../src/goocanvastext.c:116
+#: src/goocanvastext.c:116
msgid "Wrap"
msgstr ""
-#: ../src/goocanvastext.c:117
+#: src/goocanvastext.c:117
msgid "The preferred method of wrapping the string if a width has been set"
msgstr ""
-#: ../src/goocanvastext.c:126
+#: src/goocanvastext.c:126
msgid "The x coordinate of the text"
msgstr ""
-#: ../src/goocanvastext.c:134
+#: src/goocanvastext.c:134
msgid "The y coordinate of the text"
msgstr ""
-#: ../src/goocanvastext.c:142
-msgid "The width to use to layout the text, or -1 to let the text use as much horizontal space as needed"
+#: src/goocanvastext.c:142
+msgid ""
+"The width to use to layout the text, or -1 to let the text use as much "
+"horizontal space as needed"
msgstr ""
-#: ../src/goocanvastext.c:150
-msgid "The height to use to layout the text, or -1 to let the text use as much vertical space as needed"
+#: src/goocanvastext.c:150
+msgid ""
+"The height to use to layout the text, or -1 to let the text use as much "
+"vertical space as needed"
msgstr ""
-#: ../src/goocanvastext.c:159
+#: src/goocanvastext.c:159
msgid "How to position the text relative to the given x and y coordinates"
msgstr ""
-#: ../src/goocanvastext.c:166
+#: src/goocanvastext.c:166
msgid "Alignment"
msgstr "Justering"
-#: ../src/goocanvastext.c:167
+#: src/goocanvastext.c:167
msgid "How to align the text"
msgstr "Hur texten ska justeras"
-#: ../src/goocanvaswidget.c:549
+#: src/goocanvaswidget.c:549
msgid "Widget"
msgstr "Widget"
-#: ../src/goocanvaswidget.c:550
+#: src/goocanvaswidget.c:550
msgid "The widget to place in the canvas"
msgstr ""
-#: ../src/goocanvaswidget.c:557
+#: src/goocanvaswidget.c:557
msgid "The x coordinate of the widget"
msgstr ""
-#: ../src/goocanvaswidget.c:565
+#: src/goocanvaswidget.c:565
msgid "The y coordinate of the widget"
msgstr ""
-#: ../src/goocanvaswidget.c:573
+#: src/goocanvaswidget.c:573
msgid "The width of the widget, or -1 to use its requested width"
msgstr ""
-#: ../src/goocanvaswidget.c:581
+#: src/goocanvaswidget.c:581
msgid "The height of the widget, or -1 to use its requested height"
msgstr ""
-#: ../src/goocanvaswidget.c:590
-msgid "How to position the widget relative to the item's x and y coordinate settings"
+#: src/goocanvaswidget.c:590
+msgid ""
+"How to position the widget relative to the item's x and y coordinate settings"
msgstr ""
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]