1#!/bin/sh 2. "${srcdir=.}/init.sh"; path_prepend_ . ../src 3 4# Test of Glade support. 5 6cat <<EOF > xg-gl-1-empty.glade 7<?xml version="1.0"?> 8<GTK-Interface/> 9EOF 10 11: ${XGETTEXT=xgettext} 12${XGETTEXT} -o xg-gl-1.pot xg-gl-1-empty.glade 2>/dev/null 13test $? = 0 || { 14 echo "Skipping test: xgettext was built without Glade support" 15 Exit 77 16} 17 18cat <<EOF > xg-gl-1-widgets.glade 19<?xml version="1.0"?> 20<GTK-Interface> 21 22<project> 23 <name>project1</name> 24 <directory></directory> 25 <source_directory>src</source_directory> 26 <pixmaps_directory></pixmaps_directory> 27 <language>C</language> 28 <gnome_support>True</gnome_support> 29 <gettext_support>True</gettext_support> 30 <use_widget_names>False</use_widget_names> 31 <output_main_file>True</output_main_file> 32 <output_support_files>True</output_support_files> 33 <output_build_files>True</output_build_files> 34 <backup_source_files>True</backup_source_files> 35 <main_source_file>interface.c</main_source_file> 36 <main_header_file>interface.h</main_header_file> 37 <handler_source_file>callbacks.c</handler_source_file> 38 <handler_header_file>callbacks.h</handler_header_file> 39 <support_source_file>support.c</support_source_file> 40 <support_header_file>support.h</support_header_file> 41</project> 42 43<widget> 44 <class>GnomeApp</class> 45 <name>appwin</name> 46 <signal> 47 <name>destroy</name> 48 <handler>gtk_main_quit</handler> 49 <last_modification_time>Thu, 17 Jun 1999 15:06:07 GMT</last_modification_time> 50 </signal> 51 <title>Libglade-GNOME Test</title> 52 <type>GTK_WINDOW_TOPLEVEL</type> 53 <position>GTK_WIN_POS_NONE</position> 54 <modal>False</modal> 55 <allow_shrink>False</allow_shrink> 56 <allow_grow>True</allow_grow> 57 <auto_shrink>False</auto_shrink> 58 <enable_layout_config>True</enable_layout_config> 59 60 <widget> 61 <class>GnomeDock</class> 62 <child_name>GnomeApp:dock</child_name> 63 <name>dock1</name> 64 <allow_floating>True</allow_floating> 65 <child> 66 <padding>0</padding> 67 <expand>True</expand> 68 <fill>True</fill> 69 </child> 70 71 <widget> 72 <class>GnomeDockItem</class> 73 <name>dockitem1</name> 74 <border_width>2</border_width> 75 <placement>GNOME_DOCK_TOP</placement> 76 <band>0</band> 77 <position>0</position> 78 <offset>0</offset> 79 <locked>False</locked> 80 <exclusive>False</exclusive> 81 <never_floating>False</never_floating> 82 <never_vertical>True</never_vertical> 83 <never_horizontal>False</never_horizontal> 84 <shadow_type>GTK_SHADOW_OUT</shadow_type> 85 86 <widget> 87 <class>GtkMenuBar</class> 88 <name>menubar1</name> 89 <shadow_type>GTK_SHADOW_NONE</shadow_type> 90 91 <widget> 92 <class>GtkMenuItem</class> 93 <name>file1</name> 94 <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item> 95 96 <widget> 97 <class>GtkMenu</class> 98 <name>file1_menu</name> 99 100 <widget> 101 <class>GtkPixmapMenuItem</class> 102 <name>open2</name> 103 <signal> 104 <name>activate</name> 105 <handler>gtk_widget_show</handler> 106 <object>filesel</object> 107 <last_modification_time>Thu, 17 Jun 1999 15:03:18 GMT</last_modification_time> 108 </signal> 109 <stock_item>GNOMEUIINFO_MENU_OPEN_ITEM</stock_item> 110 </widget> 111 112 <widget> 113 <class>GtkMenuItem</class> 114 <name>show_tests1</name> 115 <signal> 116 <name>activate</name> 117 <handler>gtk_widget_show</handler> 118 <object>testwin</object> 119 <last_modification_time>Thu, 17 Jun 1999 14:52:01 GMT</last_modification_time> 120 </signal> 121 <label>Show _Tests</label> 122 <right_justify>False</right_justify> 123 </widget> 124 125 <widget> 126 <class>GtkMenuItem</class> 127 <name>druid_test1</name> 128 <signal> 129 <name>activate</name> 130 <handler>gtk_widget_show</handler> 131 <object>druidwin</object> 132 <last_modification_time>Thu, 28 Oct 1999 15:53:37 GMT</last_modification_time> 133 </signal> 134 <label>Druid Test</label> 135 <right_justify>False</right_justify> 136 </widget> 137 138 <widget> 139 <class>GtkMenuItem</class> 140 <name>separator2</name> 141 <right_justify>False</right_justify> 142 </widget> 143 144 <widget> 145 <class>GtkPixmapMenuItem</class> 146 <name>exit1</name> 147 <signal> 148 <name>activate</name> 149 <handler>gtk_widget_show</handler> 150 <object>closebox</object> 151 <last_modification_time>Thu, 17 Jun 1999 07:44:23 GMT</last_modification_time> 152 </signal> 153 <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item> 154 </widget> 155 </widget> 156 </widget> 157 158 <widget> 159 <class>GtkMenuItem</class> 160 <name>edit1</name> 161 <stock_item>GNOMEUIINFO_MENU_EDIT_TREE</stock_item> 162 163 <widget> 164 <class>GtkMenu</class> 165 <name>edit1_menu</name> 166 167 <widget> 168 <class>GtkPixmapMenuItem</class> 169 <name>undo1</name> 170 <stock_item>GNOMEUIINFO_MENU_UNDO_ITEM</stock_item> 171 </widget> 172 173 <widget> 174 <class>GtkPixmapMenuItem</class> 175 <name>redo1</name> 176 <stock_item>GNOMEUIINFO_MENU_REDO_ITEM</stock_item> 177 </widget> 178 179 <widget> 180 <class>GtkMenuItem</class> 181 <name>separator3</name> 182 <right_justify>False</right_justify> 183 </widget> 184 185 <widget> 186 <class>GtkPixmapMenuItem</class> 187 <name>cut1</name> 188 <signal> 189 <name>activate</name> 190 <handler>gtk_editable_cut_clipboard</handler> 191 <object>textbox</object> 192 <last_modification_time>Thu, 17 Jun 1999 07:34:00 GMT</last_modification_time> 193 </signal> 194 <stock_item>GNOMEUIINFO_MENU_CUT_ITEM</stock_item> 195 </widget> 196 197 <widget> 198 <class>GtkPixmapMenuItem</class> 199 <name>copy1</name> 200 <signal> 201 <name>activate</name> 202 <handler>gtk_editable_copy_clipboard</handler> 203 <object>textbox</object> 204 <last_modification_time>Thu, 17 Jun 1999 07:34:21 GMT</last_modification_time> 205 </signal> 206 <stock_item>GNOMEUIINFO_MENU_COPY_ITEM</stock_item> 207 </widget> 208 209 <widget> 210 <class>GtkPixmapMenuItem</class> 211 <name>paste1</name> 212 <signal> 213 <name>activate</name> 214 <handler>gtk_editable_paste_clipboard</handler> 215 <object>textbox</object> 216 <last_modification_time>Thu, 17 Jun 1999 07:34:47 GMT</last_modification_time> 217 </signal> 218 <stock_item>GNOMEUIINFO_MENU_PASTE_ITEM</stock_item> 219 </widget> 220 221 <widget> 222 <class>GtkPixmapMenuItem</class> 223 <name>clear1</name> 224 <signal> 225 <name>activate</name> 226 <handler>gtk_editable_delete_selection</handler> 227 <object>textbox</object> 228 <last_modification_time>Thu, 17 Jun 1999 07:35:04 GMT</last_modification_time> 229 </signal> 230 <stock_item>GNOMEUIINFO_MENU_CLEAR_ITEM</stock_item> 231 </widget> 232 </widget> 233 </widget> 234 235 <widget> 236 <class>GtkMenuItem</class> 237 <name>settings1</name> 238 <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item> 239 240 <widget> 241 <class>GtkMenu</class> 242 <name>settings1_menu</name> 243 244 <widget> 245 <class>GtkPixmapMenuItem</class> 246 <name>preferences1</name> 247 <signal> 248 <name>activate</name> 249 <handler>gtk_widget_show</handler> 250 <object>propbox</object> 251 <last_modification_time>Tue, 28 Sep 1999 04:29:36 GMT</last_modification_time> 252 </signal> 253 <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item> 254 </widget> 255 </widget> 256 </widget> 257 258 <widget> 259 <class>GtkMenuItem</class> 260 <name>help1</name> 261 <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item> 262 263 <widget> 264 <class>GtkMenu</class> 265 <name>help1_menu</name> 266 267 <widget> 268 <class>GtkPixmapMenuItem</class> 269 <name>about1</name> 270 <signal> 271 <name>activate</name> 272 <handler>gtk_widget_show</handler> 273 <object>aboutwin</object> 274 <last_modification_time>Thu, 17 Jun 1999 07:38:13 GMT</last_modification_time> 275 </signal> 276 <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item> 277 </widget> 278 </widget> 279 </widget> 280 </widget> 281 </widget> 282 283 <widget> 284 <class>GnomeDockItem</class> 285 <name>dockitem2</name> 286 <border_width>1</border_width> 287 <placement>GNOME_DOCK_TOP</placement> 288 <band>1</band> 289 <position>0</position> 290 <offset>0</offset> 291 <locked>False</locked> 292 <exclusive>False</exclusive> 293 <never_floating>False</never_floating> 294 <never_vertical>False</never_vertical> 295 <never_horizontal>False</never_horizontal> 296 <shadow_type>GTK_SHADOW_OUT</shadow_type> 297 298 <widget> 299 <class>GtkToolbar</class> 300 <name>toolbar1</name> 301 <border_width>1</border_width> 302 <orientation>GTK_ORIENTATION_HORIZONTAL</orientation> 303 <type>GTK_TOOLBAR_BOTH</type> 304 <space_size>16</space_size> 305 <space_style>GTK_TOOLBAR_SPACE_LINE</space_style> 306 <relief>GTK_RELIEF_NONE</relief> 307 <tooltips>True</tooltips> 308 309 <widget> 310 <class>GtkButton</class> 311 <child_name>Toolbar:button</child_name> 312 <name>button1</name> 313 <label>New</label> 314 <stock_pixmap>GNOME_STOCK_PIXMAP_NEW</stock_pixmap> 315 </widget> 316 317 <widget> 318 <class>GtkButton</class> 319 <child_name>Toolbar:button</child_name> 320 <name>button2</name> 321 <label>Open</label> 322 <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap> 323 </widget> 324 325 <widget> 326 <class>GtkButton</class> 327 <child_name>Toolbar:button</child_name> 328 <name>button3</name> 329 <label>Save</label> 330 <stock_pixmap>GNOME_STOCK_PIXMAP_SAVE</stock_pixmap> 331 </widget> 332 333 <widget> 334 <class>GtkButton</class> 335 <child_name>Toolbar:button</child_name> 336 <name>button4</name> 337 <signal> 338 <name>clicked</name> 339 <handler>gtk_editable_cut_clipboard</handler> 340 <object>textbox</object> 341 <last_modification_time>Thu, 17 Jun 1999 07:31:19 GMT</last_modification_time> 342 </signal> 343 <label>Cut</label> 344 <stock_pixmap>GNOME_STOCK_PIXMAP_CUT</stock_pixmap> 345 <child> 346 <new_group>True</new_group> 347 </child> 348 </widget> 349 350 <widget> 351 <class>GtkButton</class> 352 <child_name>Toolbar:button</child_name> 353 <name>button5</name> 354 <signal> 355 <name>clicked</name> 356 <handler>gtk_editable_copy_clipboard</handler> 357 <object>textbox</object> 358 <last_modification_time>Thu, 17 Jun 1999 07:32:16 GMT</last_modification_time> 359 </signal> 360 <label>Copy</label> 361 <stock_pixmap>GNOME_STOCK_PIXMAP_COPY</stock_pixmap> 362 </widget> 363 364 <widget> 365 <class>GtkButton</class> 366 <child_name>Toolbar:button</child_name> 367 <name>button6</name> 368 <signal> 369 <name>clicked</name> 370 <handler>gtk_editable_paste_clipboard</handler> 371 <object>textbox</object> 372 <last_modification_time>Thu, 17 Jun 1999 07:33:13 GMT</last_modification_time> 373 </signal> 374 <label>Paste</label> 375 <stock_pixmap>GNOME_STOCK_PIXMAP_PASTE</stock_pixmap> 376 </widget> 377 378 <widget> 379 <class>GtkButton</class> 380 <child_name>Toolbar:button</child_name> 381 <name>button7</name> 382 <signal> 383 <name>clicked</name> 384 <handler>gtk_editable_delete_selection</handler> 385 <object>textbox</object> 386 <last_modification_time>Thu, 17 Jun 1999 07:33:30 GMT</last_modification_time> 387 </signal> 388 <label>Clear</label> 389 <stock_pixmap>GNOME_STOCK_PIXMAP_CLEAR</stock_pixmap> 390 </widget> 391 392 <widget> 393 <class>GtkToggleButton</class> 394 <child_name>Toolbar:button</child_name> 395 <name>togglebutton1</name> 396 <label>Tog</label> 397 <stock_pixmap>GNOME_STOCK_PIXMAP_ATTACH</stock_pixmap> 398 <active>False</active> 399 <child> 400 <new_group>True</new_group> 401 </child> 402 </widget> 403 </widget> 404 </widget> 405 406 <widget> 407 <class>GtkText</class> 408 <child_name>GnomeDock:contents</child_name> 409 <name>textbox</name> 410 <can_focus>True</can_focus> 411 <has_focus>True</has_focus> 412 <editable>True</editable> 413 <text>The cut copy paste and clear buttons should work correctly.</text> 414 </widget> 415 </widget> 416 417 <widget> 418 <class>GnomeAppBar</class> 419 <child_name>GnomeApp:appbar</child_name> 420 <name>appbar1</name> 421 <has_progress>False</has_progress> 422 <has_status>True</has_status> 423 <child> 424 <padding>0</padding> 425 <expand>True</expand> 426 <fill>True</fill> 427 </child> 428 </widget> 429</widget> 430 431<widget> 432 <class>GnomeAbout</class> 433 <name>aboutwin</name> 434 <visible>False</visible> 435 <signal> 436 <name>clicked</name> 437 <handler>gtk_widget_hide</handler> 438 <last_modification_time>Thu, 17 Jun 1999 07:37:41 GMT</last_modification_time> 439 </signal> 440 <modal>True</modal> 441 <copyright>Copyright (C) 1999</copyright> 442 <authors>James Henstridge <james@daa.com.au> 443</authors> 444 <comments>A simple program demonstrating what is possible with GNOME and 445libglade. This interface has been coded entirely with GLADE, and 446no C code specific to this interface has been written.</comments> 447</widget> 448 449<widget> 450 <class>GnomeMessageBox</class> 451 <name>closebox</name> 452 <visible>False</visible> 453 <message_box_type>GNOME_MESSAGE_BOX_QUESTION</message_box_type> 454 <message>Are you sure you want to quit 455the application?</message> 456 <type>GTK_WINDOW_TOPLEVEL</type> 457 <position>GTK_WIN_POS_NONE</position> 458 <modal>False</modal> 459 <allow_shrink>False</allow_shrink> 460 <allow_grow>False</allow_grow> 461 <auto_shrink>False</auto_shrink> 462 <auto_close>True</auto_close> 463 <hide_on_close>False</hide_on_close> 464 465 <widget> 466 <class>GtkVBox</class> 467 <child_name>GnomeDialog:vbox</child_name> 468 <name>dialog-vbox1</name> 469 <homogeneous>False</homogeneous> 470 <spacing>8</spacing> 471 <child> 472 <padding>4</padding> 473 <expand>True</expand> 474 <fill>True</fill> 475 </child> 476 477 <widget> 478 <class>GtkHButtonBox</class> 479 <child_name>GnomeDialog:action_area</child_name> 480 <name>dialog-action_area1</name> 481 <layout_style>GTK_BUTTONBOX_END</layout_style> 482 <spacing>8</spacing> 483 <child_min_width>85</child_min_width> 484 <child_min_height>27</child_min_height> 485 <child_ipad_x>7</child_ipad_x> 486 <child_ipad_y>0</child_ipad_y> 487 <child> 488 <padding>0</padding> 489 <expand>False</expand> 490 <fill>True</fill> 491 <pack>GTK_PACK_END</pack> 492 </child> 493 494 <widget> 495 <class>GtkButton</class> 496 <name>button8</name> 497 <can_default>True</can_default> 498 <can_focus>True</can_focus> 499 <signal> 500 <name>clicked</name> 501 <handler>gtk_main_quit</handler> 502 <last_modification_time>Sat, 19 Jun 1999 13:56:42 GMT</last_modification_time> 503 </signal> 504 <stock_button>GNOME_STOCK_BUTTON_YES</stock_button> 505 </widget> 506 507 <widget> 508 <class>GtkButton</class> 509 <name>button9</name> 510 <can_default>True</can_default> 511 <can_focus>True</can_focus> 512 <signal> 513 <name>clicked</name> 514 <handler>gtk_widget_hide</handler> 515 <object>closebox</object> 516 <last_modification_time>Sat, 19 Jun 1999 13:56:56 GMT</last_modification_time> 517 </signal> 518 <stock_button>GNOME_STOCK_BUTTON_NO</stock_button> 519 </widget> 520 521 <widget> 522 <class>GtkButton</class> 523 <name>button11</name> 524 <can_default>True</can_default> 525 <can_focus>True</can_focus> 526 <label>X</label> 527 <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap> 528 </widget> 529 </widget> 530 </widget> 531</widget> 532 533<widget> 534 <class>GtkWindow</class> 535 <name>testwin</name> 536 <visible>False</visible> 537 <signal> 538 <name>delete_event</name> 539 <handler>gtk_widget_hide</handler> 540 <last_modification_time>Thu, 17 Jun 1999 14:53:15 GMT</last_modification_time> 541 </signal> 542 <signal> 543 <name>delete_event</name> 544 <handler>gtk_true</handler> 545 <last_modification_time>Thu, 17 Jun 1999 14:53:29 GMT</last_modification_time> 546 </signal> 547 <title>Widget Tests</title> 548 <type>GTK_WINDOW_TOPLEVEL</type> 549 <position>GTK_WIN_POS_NONE</position> 550 <modal>False</modal> 551 <allow_shrink>False</allow_shrink> 552 <allow_grow>True</allow_grow> 553 <auto_shrink>False</auto_shrink> 554 555 <widget> 556 <class>GtkNotebook</class> 557 <name>notebook1</name> 558 <can_focus>True</can_focus> 559 <show_tabs>True</show_tabs> 560 <show_border>True</show_border> 561 <tab_pos>GTK_POS_TOP</tab_pos> 562 <scrollable>True</scrollable> 563 <tab_hborder>2</tab_hborder> 564 <tab_vborder>2</tab_vborder> 565 <popup_enable>False</popup_enable> 566 567 <widget> 568 <class>GnomeColorPicker</class> 569 <name>colorpicker1</name> 570 <border_width>100</border_width> 571 <can_focus>True</can_focus> 572 <dither>True</dither> 573 <use_alpha>False</use_alpha> 574 <title>Pick a colour</title> 575 <tooltip>Pick a colour</tooltip> 576 </widget> 577 578 <widget> 579 <class>GtkLabel</class> 580 <child_name>Notebook:tab</child_name> 581 <name>label1</name> 582 <label>Colour Picker</label> 583 <justify>GTK_JUSTIFY_CENTER</justify> 584 <wrap>False</wrap> 585 <xalign>0.5</xalign> 586 <yalign>0.5</yalign> 587 <xpad>0</xpad> 588 <ypad>0</ypad> 589 </widget> 590 591 <widget> 592 <class>GnomeFontPicker</class> 593 <name>fontpicker1</name> 594 <border_width>75</border_width> 595 <can_focus>True</can_focus> 596 <title>Pick a Font</title> 597 <preview_text>AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz</preview_text> 598 <mode>GNOME_FONT_PICKER_MODE_FONT_INFO</mode> 599 <show_size>True</show_size> 600 <use_font>True</use_font> 601 <use_font_size>14</use_font_size> 602 </widget> 603 604 <widget> 605 <class>GtkLabel</class> 606 <child_name>Notebook:tab</child_name> 607 <name>label2</name> 608 <label>Font Picker</label> 609 <justify>GTK_JUSTIFY_CENTER</justify> 610 <wrap>False</wrap> 611 <xalign>0.5</xalign> 612 <yalign>0.5</yalign> 613 <xpad>0</xpad> 614 <ypad>0</ypad> 615 </widget> 616 617 <widget> 618 <class>GnomeIconEntry</class> 619 <name>iconentry1</name> 620 <!-- The welcome greeting --> 621 <title>Hello</title> 622 <history_id>iconent_hist</history_id> 623 <max_saved>10</max_saved> 624 </widget> 625 626 <widget> 627 <class>GtkLabel</class> 628 <child_name>Notebook:tab</child_name> 629 <name>label3</name> 630 <label>Icon Sel</label> 631 <justify>GTK_JUSTIFY_CENTER</justify> 632 <wrap>False</wrap> 633 <xalign>0.5</xalign> 634 <yalign>0.5</yalign> 635 <xpad>0</xpad> 636 <ypad>0</ypad> 637 </widget> 638 639 <widget> 640 <class>GnomeHRef</class> 641 <name>href1</name> 642 <border_width>150</border_width> 643 <can_focus>True</can_focus> 644 <url>http://www.daa.com.au/~james/gnome/</url> 645 <label>My Gnome Site</label> 646 </widget> 647 648 <widget> 649 <class>GtkLabel</class> 650 <child_name>Notebook:tab</child_name> 651 <name>label4</name> 652 <label>HRef</label> 653 <justify>GTK_JUSTIFY_CENTER</justify> 654 <wrap>False</wrap> 655 <xalign>0.5</xalign> 656 <yalign>0.5</yalign> 657 <xpad>0</xpad> 658 <ypad>0</ypad> 659 </widget> 660 661 <widget> 662 <class>GnomeEntry</class> 663 <name>entry1</name> 664 <history_id>EntTest</history_id> 665 <max_saved>10</max_saved> 666 667 <widget> 668 <class>GtkEntry</class> 669 <child_name>GnomeEntry:entry</child_name> 670 <name>entry2</name> 671 <can_focus>True</can_focus> 672 <editable>True</editable> 673 <text_visible>True</text_visible> 674 <text_max_length>0</text_max_length> 675 <text></text> 676 </widget> 677 </widget> 678 679 <widget> 680 <class>GtkLabel</class> 681 <child_name>Notebook:tab</child_name> 682 <name>label5</name> 683 <label>Entry</label> 684 <justify>GTK_JUSTIFY_CENTER</justify> 685 <wrap>False</wrap> 686 <xalign>0.5</xalign> 687 <yalign>0.5</yalign> 688 <xpad>0</xpad> 689 <ypad>0</ypad> 690 </widget> 691 692 <widget> 693 <class>GnomeFileEntry</class> 694 <name>fileentry1</name> 695 <border_width>50</border_width> 696 <history_id>FileEntTest</history_id> 697 <max_saved>10</max_saved> 698 <directory>False</directory> 699 <modal>False</modal> 700 701 <widget> 702 <class>GtkEntry</class> 703 <child_name>GnomeEntry:entry</child_name> 704 <name>entry3</name> 705 <can_focus>True</can_focus> 706 <editable>True</editable> 707 <text_visible>True</text_visible> 708 <text_max_length>0</text_max_length> 709 <text></text> 710 </widget> 711 </widget> 712 713 <widget> 714 <class>GtkLabel</class> 715 <child_name>Notebook:tab</child_name> 716 <name>label6</name> 717 <label>File Entry</label> 718 <justify>GTK_JUSTIFY_CENTER</justify> 719 <wrap>False</wrap> 720 <xalign>0.5</xalign> 721 <yalign>0.5</yalign> 722 <xpad>0</xpad> 723 <ypad>0</ypad> 724 </widget> 725 726 <widget> 727 <class>GtkDial</class> 728 <name>dial1</name> 729 <view_only>False</view_only> 730 <update_policy>GTK_UPDATE_CONTINUOUS</update_policy> 731 <value>0</value> 732 <lower>0</lower> 733 <upper>100</upper> 734 <step>0</step> 735 <page>0</page> 736 <page_size>0</page_size> 737 </widget> 738 739 <widget> 740 <class>GtkLabel</class> 741 <child_name>Notebook:tab</child_name> 742 <name>label7</name> 743 <label>Dial</label> 744 <justify>GTK_JUSTIFY_CENTER</justify> 745 <wrap>False</wrap> 746 <xalign>0.5</xalign> 747 <yalign>0.5</yalign> 748 <xpad>0</xpad> 749 <ypad>0</ypad> 750 </widget> 751 752 <widget> 753 <class>GtkClock</class> 754 <name>clock1</name> 755 <!-- This comment is ignored. --> 756 <type>GTK_CLOCK_REALTIME</type> 757 <!-- This is a comment for the translators. --> 758 <!-- This should be an strftime format, 759 as described in the strftime(3) manual page. --> 760 <format>%H:%M</format> 761 <seconds>0</seconds> 762 <interval>60</interval> 763 </widget> 764 765 <widget> 766 <class>GtkLabel</class> 767 <child_name>Notebook:tab</child_name> 768 <name>label8</name> 769 <label>Clock</label> 770 <justify>GTK_JUSTIFY_CENTER</justify> 771 <wrap>False</wrap> 772 <xalign>0.5</xalign> 773 <yalign>0.5</yalign> 774 <xpad>0</xpad> 775 <ypad>0</ypad> 776 </widget> 777 778 <widget> 779 <class>GnomeAnimator</class> 780 <name>animator1</name> 781 <width>0</width> 782 <height>0</height> 783 <loop_type>GNOME_ANIMATOR_LOOP_NONE</loop_type> 784 <playback_direction>False</playback_direction> 785 <playback_speed>1</playback_speed> 786 </widget> 787 788 <widget> 789 <class>GtkLabel</class> 790 <child_name>Notebook:tab</child_name> 791 <name>label9</name> 792 <label>Animator</label> 793 <justify>GTK_JUSTIFY_CENTER</justify> 794 <wrap>False</wrap> 795 <xalign>0.5</xalign> 796 <yalign>0.5</yalign> 797 <xpad>0</xpad> 798 <ypad>0</ypad> 799 </widget> 800 801 <widget> 802 <class>GnomeCalculator</class> 803 <name>calculator1</name> 804 </widget> 805 806 <widget> 807 <class>GtkLabel</class> 808 <child_name>Notebook:tab</child_name> 809 <name>label10</name> 810 <label>Calculator</label> 811 <justify>GTK_JUSTIFY_CENTER</justify> 812 <wrap>False</wrap> 813 <xalign>0.5</xalign> 814 <yalign>0.5</yalign> 815 <xpad>0</xpad> 816 <ypad>0</ypad> 817 </widget> 818 819 <widget> 820 <class>GnomeLess</class> 821 <name>less1</name> 822 <font>-b&h-lucidatypewriter-bold-r-normal-*-*-140-*-*-m-*-iso8859-1</font> 823 </widget> 824 825 <widget> 826 <class>GtkLabel</class> 827 <child_name>Notebook:tab</child_name> 828 <name>label11</name> 829 <label>Less</label> 830 <justify>GTK_JUSTIFY_CENTER</justify> 831 <wrap>False</wrap> 832 <xalign>0.5</xalign> 833 <yalign>0.5</yalign> 834 <xpad>0</xpad> 835 <ypad>0</ypad> 836 </widget> 837 838 <widget> 839 <class>GnomePaperSelector</class> 840 <name>paperselector1</name> 841 <border_width>50</border_width> 842 </widget> 843 844 <widget> 845 <class>GtkLabel</class> 846 <child_name>Notebook:tab</child_name> 847 <name>label12</name> 848 <label>PaperSel</label> 849 <justify>GTK_JUSTIFY_CENTER</justify> 850 <wrap>False</wrap> 851 <xalign>0.5</xalign> 852 <yalign>0.5</yalign> 853 <xpad>0</xpad> 854 <ypad>0</ypad> 855 </widget> 856 857 <widget> 858 <class>GnomeSpell</class> 859 <name>spell1</name> 860 </widget> 861 862 <widget> 863 <class>GtkLabel</class> 864 <child_name>Notebook:tab</child_name> 865 <name>label13</name> 866 <label>GnomeSpell</label> 867 <justify>GTK_JUSTIFY_CENTER</justify> 868 <wrap>False</wrap> 869 <xalign>0.5</xalign> 870 <yalign>0.5</yalign> 871 <xpad>0</xpad> 872 <ypad>0</ypad> 873 </widget> 874 </widget> 875</widget> 876 877<widget> 878 <class>GtkFileSelection</class> 879 <name>filesel</name> 880 <border_width>10</border_width> 881 <visible>False</visible> 882 <signal> 883 <name>delete_event</name> 884 <handler>gtk_widget_hide</handler> 885 <last_modification_time>Thu, 17 Jun 1999 14:58:58 GMT</last_modification_time> 886 </signal> 887 <signal> 888 <name>delete_event</name> 889 <handler>gtk_true</handler> 890 <last_modification_time>Thu, 17 Jun 1999 14:59:07 GMT</last_modification_time> 891 </signal> 892 <title>Select File</title> 893 <type>GTK_WINDOW_TOPLEVEL</type> 894 <position>GTK_WIN_POS_NONE</position> 895 <modal>False</modal> 896 <allow_shrink>False</allow_shrink> 897 <allow_grow>True</allow_grow> 898 <auto_shrink>False</auto_shrink> 899 <show_file_op_buttons>True</show_file_op_buttons> 900 901 <widget> 902 <class>GtkButton</class> 903 <child_name>FileSel:ok_button</child_name> 904 <name>ok_button1</name> 905 <can_default>True</can_default> 906 <can_focus>True</can_focus> 907 <signal> 908 <name>clicked</name> 909 <handler>gtk_widget_hide</handler> 910 <object>filesel</object> 911 <last_modification_time>Thu, 17 Jun 1999 15:02:33 GMT</last_modification_time> 912 </signal> 913 <signal> 914 <name>clicked</name> 915 <handler>gtk_widget_show</handler> 916 <object>msgdialog</object> 917 <last_modification_time>Thu, 17 Jun 1999 15:02:51 GMT</last_modification_time> 918 </signal> 919 <label>OK</label> 920 </widget> 921 922 <widget> 923 <class>GtkButton</class> 924 <child_name>FileSel:cancel_button</child_name> 925 <name>cancel_button1</name> 926 <can_default>True</can_default> 927 <has_default>True</has_default> 928 <can_focus>True</can_focus> 929 <signal> 930 <name>clicked</name> 931 <handler>gtk_widget_hide</handler> 932 <object>filesel</object> 933 <last_modification_time>Thu, 17 Jun 1999 14:59:25 GMT</last_modification_time> 934 </signal> 935 <label>Cancel</label> 936 </widget> 937</widget> 938 939<widget> 940 <class>GnomeDialog</class> 941 <name>msgdialog</name> 942 <visible>False</visible> 943 <type>GTK_WINDOW_TOPLEVEL</type> 944 <position>GTK_WIN_POS_NONE</position> 945 <modal>False</modal> 946 <allow_shrink>False</allow_shrink> 947 <allow_grow>False</allow_grow> 948 <auto_shrink>False</auto_shrink> 949 <auto_close>True</auto_close> 950 <hide_on_close>True</hide_on_close> 951 952 <widget> 953 <class>GtkVBox</class> 954 <child_name>GnomeDialog:vbox</child_name> 955 <name>dialog-vbox2</name> 956 <homogeneous>False</homogeneous> 957 <spacing>8</spacing> 958 <child> 959 <padding>4</padding> 960 <expand>True</expand> 961 <fill>True</fill> 962 </child> 963 964 <widget> 965 <class>GtkLabel</class> 966 <name>label14</name> 967 <label>If this was a real application, clicking on the 968OK button would probably have done something 969useful, rather than just displaying this dialog.</label> 970 <justify>GTK_JUSTIFY_CENTER</justify> 971 <wrap>False</wrap> 972 <xalign>0.5</xalign> 973 <yalign>0.5</yalign> 974 <xpad>0</xpad> 975 <ypad>0</ypad> 976 <child> 977 <padding>0</padding> 978 <expand>False</expand> 979 <fill>False</fill> 980 </child> 981 </widget> 982 983 <widget> 984 <class>GtkHButtonBox</class> 985 <child_name>GnomeDialog:action_area</child_name> 986 <name>dialog-action_area2</name> 987 <layout_style>GTK_BUTTONBOX_END</layout_style> 988 <spacing>8</spacing> 989 <child_min_width>85</child_min_width> 990 <child_min_height>27</child_min_height> 991 <child_ipad_x>7</child_ipad_x> 992 <child_ipad_y>0</child_ipad_y> 993 <child> 994 <padding>0</padding> 995 <expand>False</expand> 996 <fill>True</fill> 997 <pack>GTK_PACK_END</pack> 998 </child> 999 1000 <widget> 1001 <class>GtkButton</class> 1002 <name>button10</name> 1003 <can_default>True</can_default> 1004 <can_focus>True</can_focus> 1005 <stock_button>GNOME_STOCK_BUTTON_OK</stock_button> 1006 </widget> 1007 1008 <widget> 1009 <class>GtkButton</class> 1010 <name>button10</name> 1011 <can_default>True</can_default> 1012 <can_focus>True</can_focus> 1013 <label>Nothing</label> 1014 </widget> 1015 </widget> 1016 </widget> 1017</widget> 1018 1019<widget> 1020 <class>GnomePropertyBox</class> 1021 <name>propbox</name> 1022 <visible>False</visible> 1023 <signal> 1024 <name>delete_event</name> 1025 <handler>gtk_widget_hide</handler> 1026 <last_modification_time>Tue, 28 Sep 1999 04:29:52 GMT</last_modification_time> 1027 </signal> 1028 <signal> 1029 <name>delete_event</name> 1030 <handler>gtk_true</handler> 1031 <last_modification_time>Tue, 28 Sep 1999 04:30:00 GMT</last_modification_time> 1032 </signal> 1033 <signal> 1034 <name>clicked</name> 1035 <handler>gtk_widget_hide</handler> 1036 <last_modification_time>Tue, 28 Sep 1999 04:30:37 GMT</last_modification_time> 1037 </signal> 1038 1039 <widget> 1040 <class>GtkNotebook</class> 1041 <child_name>GnomePropertyBox:notebook</child_name> 1042 <name>notebook2</name> 1043 <can_focus>True</can_focus> 1044 <show_tabs>True</show_tabs> 1045 <show_border>True</show_border> 1046 <tab_pos>GTK_POS_TOP</tab_pos> 1047 <scrollable>False</scrollable> 1048 <tab_hborder>2</tab_hborder> 1049 <tab_vborder>2</tab_vborder> 1050 <popup_enable>False</popup_enable> 1051 <child> 1052 <padding>0</padding> 1053 <expand>True</expand> 1054 <fill>True</fill> 1055 </child> 1056 1057 <widget> 1058 <class>GtkFrame</class> 1059 <name>frame1</name> 1060 <border_width>5</border_width> 1061 <label_xalign>0</label_xalign> 1062 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> 1063 1064 <widget> 1065 <class>GtkVBox</class> 1066 <name>vbox1</name> 1067 <border_width>5</border_width> 1068 <homogeneous>False</homogeneous> 1069 <spacing>3</spacing> 1070 1071 <widget> 1072 <class>GtkCombo</class> 1073 <name>combo1</name> 1074 <value_in_list>False</value_in_list> 1075 <ok_if_empty>True</ok_if_empty> 1076 <case_sensitive>False</case_sensitive> 1077 <use_arrows>True</use_arrows> 1078 <use_arrows_always>False</use_arrows_always> 1079 <items></items> 1080 <child> 1081 <padding>0</padding> 1082 <expand>False</expand> 1083 <fill>False</fill> 1084 </child> 1085 1086 <widget> 1087 <class>GtkEntry</class> 1088 <child_name>GtkCombo:entry</child_name> 1089 <name>combo-entry1</name> 1090 <can_focus>True</can_focus> 1091 <signal> 1092 <name>changed</name> 1093 <handler>gnome_property_box_changed</handler> 1094 <object>propbox</object> 1095 <last_modification_time>Tue, 28 Sep 1999 04:25:07 GMT</last_modification_time> 1096 </signal> 1097 <editable>True</editable> 1098 <text_visible>True</text_visible> 1099 <text_max_length>0</text_max_length> 1100 <text></text> 1101 </widget> 1102 </widget> 1103 1104 <widget> 1105 <class>GnomeFileEntry</class> 1106 <name>fileentry2</name> 1107 <max_saved>10</max_saved> 1108 <directory>False</directory> 1109 <modal>False</modal> 1110 <child> 1111 <padding>0</padding> 1112 <expand>False</expand> 1113 <fill>False</fill> 1114 </child> 1115 1116 <widget> 1117 <class>GtkEntry</class> 1118 <child_name>GnomeEntry:entry</child_name> 1119 <name>combo-entry3</name> 1120 <can_focus>True</can_focus> 1121 <signal> 1122 <name>changed</name> 1123 <handler>gnome_property_box_changed</handler> 1124 <object>propbox</object> 1125 <last_modification_time>Tue, 28 Sep 1999 04:25:19 GMT</last_modification_time> 1126 </signal> 1127 <editable>True</editable> 1128 <text_visible>True</text_visible> 1129 <text_max_length>0</text_max_length> 1130 <text></text> 1131 </widget> 1132 </widget> 1133 1134 <widget> 1135 <class>GnomePixmapEntry</class> 1136 <name>pixmapentry1</name> 1137 <preview>True</preview> 1138 <child> 1139 <padding>0</padding> 1140 <expand>False</expand> 1141 <fill>False</fill> 1142 </child> 1143 1144 <widget> 1145 <class>GnomeFileEntry</class> 1146 <child_name>GnomePixmapEntry:file-entry</child_name> 1147 <name>entry4</name> 1148 <max_saved>10</max_saved> 1149 <directory>False</directory> 1150 <modal>False</modal> 1151 1152 <widget> 1153 <class>GtkEntry</class> 1154 <child_name>GnomeEntry:entry</child_name> 1155 <name>combo-entry2</name> 1156 <can_focus>True</can_focus> 1157 <signal> 1158 <name>changed</name> 1159 <handler>gnome_property_box_changed</handler> 1160 <object>propbox</object> 1161 <last_modification_time>Tue, 28 Sep 1999 04:25:38 GMT</last_modification_time> 1162 </signal> 1163 <editable>True</editable> 1164 <text_visible>True</text_visible> 1165 <text_max_length>0</text_max_length> 1166 <text></text> 1167 </widget> 1168 </widget> 1169 </widget> 1170 </widget> 1171 </widget> 1172 1173 <widget> 1174 <class>GtkLabel</class> 1175 <child_name>Notebook:tab</child_name> 1176 <name>label15</name> 1177 <label>_Entry</label> 1178 <justify>GTK_JUSTIFY_CENTER</justify> 1179 <wrap>False</wrap> 1180 <xalign>0.5</xalign> 1181 <yalign>0.5</yalign> 1182 <xpad>0</xpad> 1183 <ypad>0</ypad> 1184 </widget> 1185 1186 <widget> 1187 <class>GtkFrame</class> 1188 <name>frame2</name> 1189 <border_width>5</border_width> 1190 <label_xalign>0</label_xalign> 1191 <shadow_type>GTK_SHADOW_OUT</shadow_type> 1192 1193 <widget> 1194 <class>GtkDial</class> 1195 <name>dial2</name> 1196 <view_only>False</view_only> 1197 <update_policy>GTK_UPDATE_CONTINUOUS</update_policy> 1198 <value>0</value> 1199 <lower>0</lower> 1200 <upper>100</upper> 1201 <step>0</step> 1202 <page>0</page> 1203 <page_size>0</page_size> 1204 </widget> 1205 </widget> 1206 1207 <widget> 1208 <class>GtkLabel</class> 1209 <child_name>Notebook:tab</child_name> 1210 <name>label16</name> 1211 <label>_Dial</label> 1212 <justify>GTK_JUSTIFY_CENTER</justify> 1213 <wrap>False</wrap> 1214 <xalign>0.5</xalign> 1215 <yalign>0.5</yalign> 1216 <xpad>0</xpad> 1217 <ypad>0</ypad> 1218 </widget> 1219 </widget> 1220</widget> 1221 1222<widget> 1223 <class>GtkWindow</class> 1224 <name>druidwin</name> 1225 <visible>False</visible> 1226 <signal> 1227 <name>delete_event</name> 1228 <handler>gtk_widget_hide</handler> 1229 <last_modification_time>Thu, 28 Oct 1999 15:52:59 GMT</last_modification_time> 1230 </signal> 1231 <signal> 1232 <name>delete_event</name> 1233 <handler>gtk_true</handler> 1234 <last_modification_time>Thu, 28 Oct 1999 15:53:09 GMT</last_modification_time> 1235 </signal> 1236 <title>GnomeDruid</title> 1237 <type>GTK_WINDOW_TOPLEVEL</type> 1238 <position>GTK_WIN_POS_NONE</position> 1239 <modal>False</modal> 1240 <allow_shrink>False</allow_shrink> 1241 <allow_grow>True</allow_grow> 1242 <auto_shrink>False</auto_shrink> 1243 1244 <widget> 1245 <class>GnomeDruid</class> 1246 <name>druid1</name> 1247 <signal> 1248 <name>cancel</name> 1249 <handler>gtk_widget_hide</handler> 1250 <object>druidwin</object> 1251 <last_modification_time>Thu, 28 Oct 1999 15:55:01 GMT</last_modification_time> 1252 </signal> 1253 1254 <widget> 1255 <class>GnomeDruidPageStart</class> 1256 <name>druidpagestart1</name> 1257 <title>Test GnomeDruid</title> 1258 <text>This is a simple test of the GnomeDruid 1259code in gnome-libs and the wrapper 1260for said code in libglade.</text> 1261 <title_color>255,255,255</title_color> 1262 <text_color>0,0,0</text_color> 1263 <background_color>254,226,40</background_color> 1264 <logo_background_color>255,0,20</logo_background_color> 1265 <textbox_color>95,254,235</textbox_color> 1266 </widget> 1267 1268 <widget> 1269 <class>GnomeDruidPageStandard</class> 1270 <name>druidpagestandard1</name> 1271 <title>A dial in a druid</title> 1272 <title_color>255,255,255</title_color> 1273 <background_color>55,190,93</background_color> 1274 <logo_background_color>255,5,234</logo_background_color> 1275 1276 <widget> 1277 <class>GtkVBox</class> 1278 <child_name>GnomeDruidPageStandard:vbox</child_name> 1279 <name>druid-vbox1</name> 1280 <border_width>50</border_width> 1281 <homogeneous>False</homogeneous> 1282 <spacing>0</spacing> 1283 <child> 1284 <padding>0</padding> 1285 <expand>True</expand> 1286 <fill>True</fill> 1287 </child> 1288 1289 <widget> 1290 <class>GtkDial</class> 1291 <name>dial3</name> 1292 <view_only>False</view_only> 1293 <update_policy>GTK_UPDATE_CONTINUOUS</update_policy> 1294 <value>0</value> 1295 <lower>0</lower> 1296 <upper>100</upper> 1297 <step>0</step> 1298 <page>0</page> 1299 <page_size>0</page_size> 1300 <child> 1301 <padding>0</padding> 1302 <expand>True</expand> 1303 <fill>True</fill> 1304 </child> 1305 </widget> 1306 </widget> 1307 </widget> 1308 1309 <widget> 1310 <class>GnomeDruidPageFinish</class> 1311 <name>druidpagefinish1</name> 1312 <signal> 1313 <name>finish</name> 1314 <handler>gtk_widget_hide</handler> 1315 <object>druidwin</object> 1316 <last_modification_time>Thu, 28 Oct 1999 15:55:24 GMT</last_modification_time> 1317 </signal> 1318 <title>Last Page</title> 1319 <text>This is the end of the druid example</text> 1320 <background_color>25,25,112</background_color> 1321 <logo_background_color>255,147,6</logo_background_color> 1322 <textbox_color>190,190,190</textbox_color> 1323 <text_color>0,0,0</text_color> 1324 <title_color>255,255,255</title_color> 1325 </widget> 1326 </widget> 1327</widget> 1328 1329</GTK-Interface> 1330EOF 1331 1332: ${XGETTEXT=xgettext} 1333${XGETTEXT} --add-comments -o xg-gl-1.tmp xg-gl-1-widgets.glade || Exit 1 1334func_filter_POT_Creation_Date xg-gl-1.tmp xg-gl-1.pot 1335 1336cat <<EOF > xg-gl-1.ok 1337# SOME DESCRIPTIVE TITLE. 1338# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 1339# This file is distributed under the same license as the PACKAGE package. 1340# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 1341# 1342#, fuzzy 1343msgid "" 1344msgstr "" 1345"Project-Id-Version: PACKAGE VERSION\n" 1346"Report-Msgid-Bugs-To: \n" 1347"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 1348"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 1349"Language-Team: LANGUAGE <LL@li.org>\n" 1350"Language: \n" 1351"MIME-Version: 1.0\n" 1352"Content-Type: text/plain; charset=CHARSET\n" 1353"Content-Transfer-Encoding: 8bit\n" 1354 1355#: xg-gl-1-widgets.glade:33 1356msgid "Libglade-GNOME Test" 1357msgstr "" 1358 1359#: xg-gl-1-widgets.glade:103 1360msgid "Show _Tests" 1361msgstr "" 1362 1363#: xg-gl-1-widgets.glade:116 1364msgid "Druid Test" 1365msgstr "" 1366 1367#: xg-gl-1-widgets.glade:295 1368msgid "New" 1369msgstr "" 1370 1371#: xg-gl-1-widgets.glade:303 1372msgid "Open" 1373msgstr "" 1374 1375#: xg-gl-1-widgets.glade:311 1376msgid "Save" 1377msgstr "" 1378 1379#: xg-gl-1-widgets.glade:325 1380msgid "Cut" 1381msgstr "" 1382 1383#: xg-gl-1-widgets.glade:342 1384msgid "Copy" 1385msgstr "" 1386 1387#: xg-gl-1-widgets.glade:356 1388msgid "Paste" 1389msgstr "" 1390 1391#: xg-gl-1-widgets.glade:370 1392msgid "Clear" 1393msgstr "" 1394 1395#: xg-gl-1-widgets.glade:378 1396msgid "Tog" 1397msgstr "" 1398 1399#: xg-gl-1-widgets.glade:395 1400msgid "The cut copy paste and clear buttons should work correctly." 1401msgstr "" 1402 1403#: xg-gl-1-widgets.glade:423 1404msgid "Copyright (C) 1999" 1405msgstr "" 1406 1407#: xg-gl-1-widgets.glade:426 1408msgid "" 1409"A simple program demonstrating what is possible with GNOME and\n" 1410"libglade. This interface has been coded entirely with GLADE, and\n" 1411"no C code specific to this interface has been written." 1412msgstr "" 1413 1414#: xg-gl-1-widgets.glade:508 1415msgid "X" 1416msgstr "" 1417 1418#: xg-gl-1-widgets.glade:529 1419msgid "Widget Tests" 1420msgstr "" 1421 1422#: xg-gl-1-widgets.glade:556 xg-gl-1-widgets.glade:557 1423msgid "Pick a colour" 1424msgstr "" 1425 1426#: xg-gl-1-widgets.glade:564 1427msgid "Colour Picker" 1428msgstr "" 1429 1430#: xg-gl-1-widgets.glade:578 1431msgid "Pick a Font" 1432msgstr "" 1433 1434#: xg-gl-1-widgets.glade:579 1435msgid "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz" 1436msgstr "" 1437 1438#: xg-gl-1-widgets.glade:590 1439msgid "Font Picker" 1440msgstr "" 1441 1442#. The welcome greeting 1443#: xg-gl-1-widgets.glade:603 1444msgid "Hello" 1445msgstr "" 1446 1447#: xg-gl-1-widgets.glade:612 1448msgid "Icon Sel" 1449msgstr "" 1450 1451#: xg-gl-1-widgets.glade:627 1452msgid "My Gnome Site" 1453msgstr "" 1454 1455#: xg-gl-1-widgets.glade:634 1456msgid "HRef" 1457msgstr "" 1458 1459#: xg-gl-1-widgets.glade:665 1460msgid "Entry" 1461msgstr "" 1462 1463#: xg-gl-1-widgets.glade:699 1464msgid "File Entry" 1465msgstr "" 1466 1467#: xg-gl-1-widgets.glade:725 1468msgid "Dial" 1469msgstr "" 1470 1471#. This is a comment for the translators. 1472#. This should be an strftime format, 1473#. as described in the strftime(3) manual page. 1474#: xg-gl-1-widgets.glade:742 1475msgid "%H:%M" 1476msgstr "" 1477 1478#: xg-gl-1-widgets.glade:751 1479msgid "Clock" 1480msgstr "" 1481 1482#: xg-gl-1-widgets.glade:774 1483msgid "Animator" 1484msgstr "" 1485 1486#: xg-gl-1-widgets.glade:792 1487msgid "Calculator" 1488msgstr "" 1489 1490#: xg-gl-1-widgets.glade:811 1491msgid "Less" 1492msgstr "" 1493 1494#: xg-gl-1-widgets.glade:830 1495msgid "PaperSel" 1496msgstr "" 1497 1498#: xg-gl-1-widgets.glade:848 1499msgid "GnomeSpell" 1500msgstr "" 1501 1502#: xg-gl-1-widgets.glade:874 1503msgid "Select File" 1504msgstr "" 1505 1506#: xg-gl-1-widgets.glade:901 1507msgid "OK" 1508msgstr "" 1509 1510#: xg-gl-1-widgets.glade:917 1511msgid "Cancel" 1512msgstr "" 1513 1514#: xg-gl-1-widgets.glade:949 1515msgid "" 1516"If this was a real application, clicking on the\n" 1517"OK button would probably have done something\n" 1518"useful, rather than just displaying this dialog." 1519msgstr "" 1520 1521#: xg-gl-1-widgets.glade:995 1522msgid "Nothing" 1523msgstr "" 1524 1525#: xg-gl-1-widgets.glade:1159 1526msgid "_Entry" 1527msgstr "" 1528 1529#: xg-gl-1-widgets.glade:1193 1530msgid "_Dial" 1531msgstr "" 1532 1533#: xg-gl-1-widgets.glade:1218 1534msgid "GnomeDruid" 1535msgstr "" 1536 1537#: xg-gl-1-widgets.glade:1239 1538msgid "Test GnomeDruid" 1539msgstr "" 1540 1541#: xg-gl-1-widgets.glade:1240 1542msgid "" 1543"This is a simple test of the GnomeDruid\n" 1544"code in gnome-libs and the wrapper\n" 1545"for said code in libglade." 1546msgstr "" 1547 1548#: xg-gl-1-widgets.glade:1253 1549msgid "A dial in a druid" 1550msgstr "" 1551 1552#: xg-gl-1-widgets.glade:1300 1553msgid "Last Page" 1554msgstr "" 1555 1556#: xg-gl-1-widgets.glade:1301 1557msgid "This is the end of the druid example" 1558msgstr "" 1559EOF 1560 1561: ${DIFF=diff} 1562${DIFF} xg-gl-1.ok xg-gl-1.pot 1563result=$? 1564 1565exit $result 1566