# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-07-29 15:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: src/goocanvas.c:246 msgid "Scale" msgstr "" #: src/goocanvas.c:247 msgid "The magnification factor of the canvas" msgstr "" #: src/goocanvas.c:253 src/goocanvastext.c:117 src/goocanvaswidget.c:549 msgid "Anchor" msgstr "" #: src/goocanvas.c:254 msgid "" "Where to place the canvas when it is smaller than the widget's allocated area" msgstr "" #: src/goocanvas.c:261 msgid "X1" msgstr "" #: src/goocanvas.c:262 msgid "The x coordinate of the left edge of the canvas bounds, in canvas units" msgstr "" #: src/goocanvas.c:269 msgid "Y1" msgstr "" #: src/goocanvas.c:270 msgid "The y coordinate of the top edge of the canvas bounds, in canvas units" msgstr "" #: src/goocanvas.c:277 msgid "X2" msgstr "" #: src/goocanvas.c:278 msgid "" "The x coordinate of the right edge of the canvas bounds, in canvas units" msgstr "" #: src/goocanvas.c:285 msgid "Y2" msgstr "" #: src/goocanvas.c:286 msgid "" "The y coordinate of the bottom edge of the canvas bounds, in canvas units" msgstr "" #: src/goocanvas.c:294 msgid "Units" msgstr "" #: src/goocanvas.c:295 msgid "The units to use for the canvas" msgstr "" #: src/goocanvas.c:302 msgid "Resolution X" msgstr "" #: src/goocanvas.c:303 msgid "The horizontal resolution of the display, in dots per inch" msgstr "" #: src/goocanvas.c:310 msgid "Resolution Y" msgstr "" #: src/goocanvas.c:311 msgid "The vertical resolution of the display, in dots per inch" msgstr "" #: src/goocanvas.c:319 msgid "Background Color" msgstr "" #: src/goocanvas.c:320 msgid "The color to use for the canvas background" msgstr "" #: src/goocanvas.c:326 msgid "Background Color RGB" msgstr "" #: src/goocanvas.c:327 msgid "" "The color to use for the canvas background, specified as a 24-bit integer " "value, 0xRRGGBB" msgstr "" #: src/goocanvasellipse.c:68 msgid "Center X" msgstr "" #: src/goocanvasellipse.c:69 msgid "The x coordinate of the center of the ellipse" msgstr "" #: src/goocanvasellipse.c:76 msgid "Center Y" msgstr "" #: src/goocanvasellipse.c:77 msgid "The y coordinate of the center of the ellipse" msgstr "" #: src/goocanvasellipse.c:84 src/goocanvasrect.c:100 msgid "Radius X" msgstr "" #: src/goocanvasellipse.c:85 msgid "The horizontal radius of the ellipse" msgstr "" #: src/goocanvasellipse.c:91 src/goocanvasrect.c:107 msgid "Radius Y" msgstr "" #: src/goocanvasellipse.c:92 msgid "The vertical radius of the ellipse" msgstr "" #: src/goocanvasimage.c:72 msgid "Pattern" msgstr "" #: src/goocanvasimage.c:73 msgid "The cairo pattern to paint" msgstr "" #: src/goocanvasimage.c:80 msgid "The x coordinate of the image" msgstr "" #: src/goocanvasimage.c:88 msgid "The y coordinate of the image" msgstr "" #: src/goocanvasimage.c:95 src/goocanvasrect.c:86 src/goocanvastable.c:186 #: src/goocanvastext.c:109 src/goocanvaswidget.c:533 msgid "Width" msgstr "" #: src/goocanvasimage.c:96 msgid "The width of the image" msgstr "" #: src/goocanvasimage.c:102 src/goocanvasrect.c:93 src/goocanvastable.c:193 #: src/goocanvaswidget.c:541 msgid "Height" msgstr "" #: src/goocanvasimage.c:103 msgid "The height of the image" msgstr "" #: src/goocanvasimage.c:109 msgid "Pixbuf" msgstr "" #: src/goocanvasimage.c:110 msgid "The GdkPixbuf to display" msgstr "" #: 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:387 src/goocanvasitemmodel.c:203 msgid "When the canvas item is visible" msgstr "" #: src/goocanvasitem.c:394 src/goocanvasitemmodel.c:210 msgid "Visibility Threshold" msgstr "" #: src/goocanvasitem.c:395 src/goocanvasitemmodel.c:211 msgid "The scale threshold at which the item becomes visible" msgstr "" #: src/goocanvasitem.c:403 src/goocanvasitemmodel.c:219 msgid "Transform" msgstr "" #: src/goocanvasitem.c:404 src/goocanvasitemmodel.c:220 msgid "The transformation matrix of the item" msgstr "" #: src/goocanvasitem.c:410 src/goocanvasitemmodel.c:226 msgid "Pointer Events" msgstr "" #: src/goocanvasitem.c:411 src/goocanvasitemmodel.c:227 msgid "Specifies when the item receives pointer events" msgstr "" #: src/goocanvasitem.c:418 src/goocanvasitemmodel.c:234 msgid "Title" msgstr "" #: 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:425 src/goocanvasitemmodel.c:241 msgid "Description" msgstr "" #: src/goocanvasitem.c:426 src/goocanvasitemmodel.c:242 msgid "A description of the item for use by assistive technologies" msgstr "" #: 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:110 msgid "Stroke Pattern" msgstr "" #: src/goocanvasitemsimple.c:111 msgid "" "The pattern to use to paint the perimeter of the item, or NULL disable " "painting" msgstr "" #: src/goocanvasitemsimple.c:117 msgid "Fill Pattern" msgstr "" #: src/goocanvasitemsimple.c:118 msgid "" "The pattern to use to paint the interior of the item, or NULL to disable " "painting" msgstr "" #: src/goocanvasitemsimple.c:124 msgid "Fill Rule" msgstr "" #: src/goocanvasitemsimple.c:125 msgid "The fill rule used to determine which parts of the item are filled" msgstr "" #: src/goocanvasitemsimple.c:132 msgid "Operator" msgstr "" #: src/goocanvasitemsimple.c:133 msgid "The compositing operator to use" msgstr "" #: src/goocanvasitemsimple.c:140 msgid "Antialias" msgstr "" #: src/goocanvasitemsimple.c:141 msgid "The antialiasing mode to use" msgstr "" #: src/goocanvasitemsimple.c:149 msgid "Line Width" msgstr "" #: src/goocanvasitemsimple.c:150 msgid "The line width to use for the item's perimeter" msgstr "" #: src/goocanvasitemsimple.c:156 msgid "Line Cap" msgstr "" #: src/goocanvasitemsimple.c:157 msgid "The line cap style to use" msgstr "" #: src/goocanvasitemsimple.c:164 msgid "Line Join" msgstr "" #: src/goocanvasitemsimple.c:165 msgid "The line join style to use" msgstr "" #: src/goocanvasitemsimple.c:172 msgid "Miter Limit" msgstr "" #: src/goocanvasitemsimple.c:173 msgid "" "The smallest angle to use with miter joins, in degrees. Bevel joins will be " "used below this limit" msgstr "" #: src/goocanvasitemsimple.c:179 msgid "Line Dash" msgstr "" #: src/goocanvasitemsimple.c:180 msgid "The dash pattern to use" msgstr "" #: src/goocanvasitemsimple.c:187 msgid "Font" msgstr "" #: src/goocanvasitemsimple.c:188 msgid "The base font to use for the text" msgstr "" #: src/goocanvasitemsimple.c:194 msgid "Font Description" msgstr "" #: src/goocanvasitemsimple.c:195 msgid "The attributes specifying which font to use" msgstr "" #: src/goocanvasitemsimple.c:201 msgid "Hint Metrics" msgstr "" #: src/goocanvasitemsimple.c:202 msgid "The hinting to be used for font metrics" msgstr "" #: src/goocanvasitemsimple.c:210 msgid "Stroke Color" msgstr "" #: src/goocanvasitemsimple.c:211 msgid "" "The color to use for the item's perimeter. To disable painting set the " "'stroke-pattern' property to NULL" msgstr "" #: src/goocanvasitemsimple.c:217 msgid "Stroke Color RGBA" msgstr "" #: src/goocanvasitemsimple.c:218 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:224 msgid "Stroke Pixbuf" msgstr "" #: src/goocanvasitemsimple.c:225 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:231 msgid "Fill Color" msgstr "" #: src/goocanvasitemsimple.c:232 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:238 msgid "Fill Color RGBA" msgstr "" #: src/goocanvasitemsimple.c:239 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:245 msgid "Fill Pixbuf" msgstr "" #: src/goocanvasitemsimple.c:246 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:293 msgid "Clip Path" msgstr "" #: src/goocanvasitemsimple.c:294 msgid "The sequence of path commands specifying the clip path" msgstr "" #: src/goocanvasitemsimple.c:300 msgid "Clip Fill Rule" msgstr "" #: src/goocanvasitemsimple.c:301 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:76 msgid "The sequence of path commands" msgstr "" #: src/goocanvaspolyline.c:146 msgid "Points" msgstr "" #: src/goocanvaspolyline.c:147 msgid "The array of points" msgstr "" #: src/goocanvaspolyline.c:153 msgid "Close Path" msgstr "" #: src/goocanvaspolyline.c:154 msgid "If the last point should be connected to the first" msgstr "" #: src/goocanvaspolyline.c:160 msgid "Start Arrow" msgstr "" #: src/goocanvaspolyline.c:161 msgid "If an arrow should be displayed at the start of the polyline" msgstr "" #: src/goocanvaspolyline.c:167 msgid "End Arrow" msgstr "" #: src/goocanvaspolyline.c:168 msgid "If an arrow should be displayed at the end of the polyline" msgstr "" #: src/goocanvaspolyline.c:174 msgid "Arrow Length" msgstr "" #: src/goocanvaspolyline.c:175 msgid "The length of the arrows, as a multiple of the line width" msgstr "" #: src/goocanvaspolyline.c:181 msgid "Arrow Width" msgstr "" #: src/goocanvaspolyline.c:182 msgid "The width of the arrows, as a multiple of the line width" msgstr "" #: src/goocanvaspolyline.c:188 msgid "Arrow Tip Length" msgstr "" #: src/goocanvaspolyline.c:189 msgid "The length of the arrow tip, as a multiple of the line width" msgstr "" #: src/goocanvasrect.c:71 msgid "The x coordinate of the rectangle" msgstr "" #: src/goocanvasrect.c:79 msgid "The y coordinate of the rectangle" msgstr "" #: src/goocanvasrect.c:87 msgid "The width of the rectangle" msgstr "" #: src/goocanvasrect.c:94 msgid "The height of the rectangle" msgstr "" #: src/goocanvasrect.c:101 msgid "The horizontal radius to use for rounded corners" msgstr "" #: src/goocanvasrect.c:108 msgid "The vertical radius to use for rounded corners" msgstr "" #: src/goocanvastable.c:187 msgid "The requested width of the table, or -1 to use the default width" msgstr "" #: src/goocanvastable.c:194 msgid "The requested height of the table, or -1 to use the default height" msgstr "" #: src/goocanvastable.c:202 msgid "Row spacing" msgstr "" #: src/goocanvastable.c:203 msgid "The default space between rows" msgstr "" #: src/goocanvastable.c:209 msgid "Column spacing" msgstr "" #: src/goocanvastable.c:210 msgid "The default space between columns" msgstr "" #: src/goocanvastable.c:216 msgid "Homogenous Rows" msgstr "" #: src/goocanvastable.c:217 msgid "If all rows are the same height" msgstr "" #: src/goocanvastable.c:223 msgid "Homogenous Columns" msgstr "" #: src/goocanvastable.c:224 msgid "If all columns are the same width" msgstr "" #: src/goocanvastable.c:233 msgid "Left Padding" msgstr "" #: src/goocanvastable.c:234 msgid "Extra space to add to the left of the item" msgstr "" #: src/goocanvastable.c:239 msgid "Right Padding" msgstr "" #: src/goocanvastable.c:240 msgid "Extra space to add to the right of the item" msgstr "" #: src/goocanvastable.c:245 msgid "Top Padding" msgstr "" #: src/goocanvastable.c:246 msgid "Extra space to add above the item" msgstr "" #: src/goocanvastable.c:251 msgid "Bottom Padding" msgstr "" #: src/goocanvastable.c:252 msgid "Extra space to add below the item" msgstr "" #: src/goocanvastable.c:258 msgid "X Align" msgstr "" #: src/goocanvastable.c:259 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:264 msgid "Y Align" msgstr "" #: src/goocanvastable.c:265 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:271 msgid "Row" msgstr "" #: src/goocanvastable.c:272 msgid "The row to place the item in" msgstr "" #: src/goocanvastable.c:277 msgid "Column" msgstr "" #: src/goocanvastable.c:278 msgid "The column to place the item in" msgstr "" #: src/goocanvastable.c:283 msgid "Rows" msgstr "" #: src/goocanvastable.c:284 msgid "The number of rows that the item spans" msgstr "" #: src/goocanvastable.c:289 msgid "Columns" msgstr "" #: src/goocanvastable.c:290 msgid "The number of columns that the item spans" msgstr "" #: src/goocanvastable.c:296 msgid "X Expand" msgstr "" #: src/goocanvastable.c:297 msgid "If the item expands horizontally as the table expands" msgstr "" #: src/goocanvastable.c:302 msgid "X Fill" msgstr "" #: src/goocanvastable.c:303 msgid "If the item fills all horizontal allocated space" msgstr "" #: src/goocanvastable.c:308 msgid "X Shrink" msgstr "" #: src/goocanvastable.c:309 msgid "If the item can shrink smaller than its requested size horizontally" msgstr "" #: src/goocanvastable.c:314 msgid "Y Expand" msgstr "" #: src/goocanvastable.c:315 msgid "If the item expands vertically as the table expands" msgstr "" #: src/goocanvastable.c:320 msgid "Y Fill" msgstr "" #: src/goocanvastable.c:321 msgid "If the item fills all vertical allocated space" msgstr "" #: src/goocanvastable.c:326 msgid "Y Shrink" msgstr "" #: src/goocanvastable.c:327 msgid "If the item can shrink smaller than its requested size vertically" msgstr "" #: src/goocanvastext.c:70 msgid "Text" msgstr "" #: src/goocanvastext.c:71 msgid "The text to display" msgstr "" #: src/goocanvastext.c:77 msgid "Use Markup" msgstr "" #: src/goocanvastext.c:78 msgid "Whether to parse PangoMarkup in the text, to support different styles" msgstr "" #: src/goocanvastext.c:84 msgid "Ellipsize" msgstr "" #: src/goocanvastext.c:85 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:94 msgid "The x coordinate of the text" msgstr "" #: src/goocanvastext.c:102 msgid "The y coordinate of the text" msgstr "" #: src/goocanvastext.c:110 msgid "The width to use to layout the text" msgstr "" #: src/goocanvastext.c:118 msgid "How to position the text relative to the given x and y coordinates" msgstr "" #: src/goocanvastext.c:125 msgid "Alignment" msgstr "" #: src/goocanvastext.c:126 msgid "How to align the text" msgstr "" #: src/goocanvaswidget.c:510 msgid "Widget" msgstr "" #: src/goocanvaswidget.c:511 msgid "The widget to place in the canvas" msgstr "" #: src/goocanvaswidget.c:518 msgid "The x coordinate of the widget" msgstr "" #: src/goocanvaswidget.c:526 msgid "The y coordinate of the widget" msgstr "" #: src/goocanvaswidget.c:534 msgid "The width of the widget, or -1 to use its requested width" msgstr "" #: src/goocanvaswidget.c:542 msgid "The height of the widget, or -1 to use its requested height" msgstr "" #: src/goocanvaswidget.c:550 msgid "" "How to position the widget relative to the item's x and y coordinate settings" msgstr ""