Changeset 7787 for branches/gajim_0.11/data/glade
- Timestamp:
- 01/06/07 12:00:50 (23 months ago)
- Location:
- branches/gajim_0.11/data/glade
- Files:
-
- 13 modified
-
account_modification_window.glade (modified) (4 diffs)
-
accounts_window.glade (modified) (2 diffs)
-
add_new_contact_window.glade (modified) (1 diff)
-
adhoc_commands_window.glade (modified) (1 diff)
-
advanced_configuration_window.glade (modified) (2 diffs)
-
advanced_menuitem_menu.glade (modified) (5 diffs)
-
advanced_notifications_window.glade (modified) (1 diff)
-
filetransfers.glade (modified) (4 diffs)
-
join_groupchat_window.glade (modified) (2 diffs)
-
passphrase_dialog.glade (modified) (2 diffs)
-
preferences_window.glade (modified) (5 diffs)
-
profile_window.glade (modified) (3 diffs)
-
subscription_request_window.glade (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/data/glade/account_modification_window.glade
r7170 r7787 36 36 <widget class="GtkLabel" id="name_label"> 37 37 <property name="visible">True</property> 38 <property name="label" translatable="yes">_Name: </property>38 <property name="label" translatable="yes">_Name:</property> 39 39 <property name="use_underline">True</property> 40 40 <property name="use_markup">False</property> … … 235 235 <widget class="GtkLabel" id="label11"> 236 236 <property name="visible">True</property> 237 <property name="label" translatable="yes">Resour_ce: </property>237 <property name="label" translatable="yes">Resour_ce:</property> 238 238 <property name="use_underline">True</property> 239 239 <property name="use_markup">False</property> … … 441 441 <property name="visible">True</property> 442 442 <property name="can_focus">True</property> 443 <property name="label" translatable="yes">Auto reconnect when connection is lost</property>443 <property name="label" translatable="yes">Auto-reconnect when connection is lost</property> 444 444 <property name="use_underline">True</property> 445 445 <property name="relief">GTK_RELIEF_NORMAL</property> … … 671 671 <widget class="GtkCheckButton" id="send_keepalive_checkbutton"> 672 672 <property name="visible">True</property> 673 <property name="tooltip" translatable="yes">If checked, Gajim will send keep-alive packets so it preventsconnection timeout which results in disconnection</property>673 <property name="tooltip" translatable="yes">If checked, Gajim will send keep-alive packets to prevent connection timeout which results in disconnection</property> 674 674 <property name="can_focus">True</property> 675 675 <property name="label" translatable="yes">Send keep-alive packets</property> -
branches/gajim_0.11/data/glade/accounts_window.glade
r7183 r7787 20 20 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> 21 21 <property name="focus_on_map">True</property> 22 <property name="urgency_hint">False</property> 22 23 <signal name="destroy" handler="on_accounts_window_destroy" last_modification_time="Sat, 02 Apr 2005 20:34:04 GMT"/> 23 24 <signal name="key_press_event" handler="on_accounts_window_key_press_event" last_modification_time="Wed, 25 May 2005 23:19:56 GMT"/> … … 64 65 <widget class="GtkCheckButton" id="merge_checkbutton"> 65 66 <property name="visible">True</property> 66 <property name="tooltip" translatable="yes">If you have 2 or more accounts and itis checked, Gajim will list all contacts as if you had one account</property>67 <property name="tooltip" translatable="yes">If you have 2 or more accounts and this is checked, Gajim will list all contacts as if you had one account</property> 67 68 <property name="can_focus">True</property> 68 69 <property name="label" translatable="yes">Mer_ge accounts</property> -
branches/gajim_0.11/data/glade/add_new_contact_window.glade
r7041 r7787 405 405 <widget class="GtkLabel" id="label224"> 406 406 <property name="visible">True</property> 407 <property name="label" translatable="yes">You have to register tothis transport407 <property name="label" translatable="yes">You have to register with this transport 408 408 to be able to add a contact from this 409 409 protocol. Click on register button to -
branches/gajim_0.11/data/glade/adhoc_commands_window.glade
r7665 r7787 543 543 <widget class="GtkLabel" id="label257"> 544 544 <property name="visible">True</property> 545 <property name="label" translatable="yes"><b>An error has occur ed:</b></property>545 <property name="label" translatable="yes"><b>An error has occurred:</b></property> 546 546 <property name="use_underline">False</property> 547 547 <property name="use_markup">True</property> -
branches/gajim_0.11/data/glade/advanced_configuration_window.glade
r6265 r7787 21 21 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> 22 22 <property name="focus_on_map">True</property> 23 <property name="urgency_hint">False</property> 23 24 <signal name="destroy" handler="on_advanced_configuration_window_destroy" last_modification_time="Sat, 14 May 2005 01:39:26 GMT"/> 24 25 … … 204 205 <child> 205 206 <widget class="GtkLabel" id="restart_label"> 206 <property name="label" translatable="yes"><b>NOTE:</b> You should restart gajim for some settingto take effect</property>207 <property name="label" translatable="yes"><b>NOTE:</b> You should restart Gajim for some settings to take effect</property> 207 208 <property name="use_underline">True</property> 208 209 <property name="use_markup">True</property> -
branches/gajim_0.11/data/glade/advanced_menuitem_menu.glade
r6526 r7787 3 3 4 4 <glade-interface> 5 5 6 <widget class="GtkMenu" id="advanced_menuitem_menu"> 6 7 … … 11 12 12 13 <child internal-child="image"> 13 <widget class="GtkImage" id="image145 3">14 <widget class="GtkImage" id="image1457"> 14 15 <property name="visible">True</property> 15 16 <property name="stock">gtk-new</property> … … 53 54 <child> 54 55 <widget class="GtkImageMenuItem" id="send_server_message_menuitem"> 55 <property name="tooltip" translatable="yes">Sends a message to currently connected usersto this server</property>56 <property name="tooltip" translatable="yes">Sends a message to users currently connected to this server</property> 56 57 <property name="label" translatable="yes">_Send Server Message</property> 57 58 <property name="use_underline">True</property> 58 59 59 60 <child internal-child="image"> 60 <widget class="GtkImage" id="image145 4">61 <widget class="GtkImage" id="image1458"> 61 62 <property name="visible">True</property> 62 63 <property name="stock">gtk-new</property> … … 100 101 101 102 <child internal-child="image"> 102 <widget class="GtkImage" id="image145 5">103 <widget class="GtkImage" id="image1459"> 103 104 <property name="visible">True</property> 104 105 <property name="stock">gtk-clear</property> … … 117 118 </child> 118 119 </widget> 120 119 121 </glade-interface> -
branches/gajim_0.11/data/glade/advanced_notifications_window.glade
r7607 r7787 283 283 Group Chat Message Highlight 284 284 Group Chat Message Received 285 File Transfer t Resquest286 File Transfer tStarted287 File Transfer tFinished</property>285 File Transfer Request 286 File Transfer Started 287 File Transfer Finished</property> 288 288 <property name="add_tearoffs">False</property> 289 289 <property name="focus_on_click">True</property> -
branches/gajim_0.11/data/glade/filetransfers.glade
r6265 r7787 3 3 4 4 <glade-interface> 5 5 6 <widget class="GtkWindow" id="file_transfers_window"> 6 7 <property name="border_width">12</property> … … 17 18 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> 18 19 <property name="focus_on_map">True</property> 20 <property name="urgency_hint">False</property> 19 21 <accessibility> 20 22 <atkproperty name="AtkObject::accessible_name" translatable="yes">File Transfers</atkproperty> 21 <atkproperty name="AtkObject::accessible_description" translatable="yes">Shows a list of file transfers between you and other </atkproperty>23 <atkproperty name="AtkObject::accessible_description" translatable="yes">Shows a list of file transfers between you and others</atkproperty> 22 24 </accessibility> 23 25 <signal name="delete_event" handler="on_file_transfers_dialog_delete_event" last_modification_time="Wed, 31 Aug 2005 22:17:01 GMT"/> … … 82 84 <property name="visible">True</property> 83 85 <property name="sensitive">False</property> 84 <property name="tooltip" translatable="yes">Removes completed, cancel ed and failed file transfers from the list</property>86 <property name="tooltip" translatable="yes">Removes completed, cancelled and failed file transfers from the list</property> 85 87 <property name="can_default">True</property> 86 88 <property name="can_focus">True</property> … … 387 389 </child> 388 390 </widget> 391 389 392 </glade-interface> -
branches/gajim_0.11/data/glade/join_groupchat_window.glade
r7112 r7787 31 31 <widget class="GtkTable" id="table15"> 32 32 <property name="visible">True</property> 33 <property name="n_rows"> 4</property>33 <property name="n_rows">5</property> 34 34 <property name="n_columns">2</property> 35 35 <property name="homogeneous">False</property> … … 228 228 <property name="top_attach">3</property> 229 229 <property name="bottom_attach">4</property> 230 <property name="y_options"></property> 231 </packing> 232 </child> 233 234 <child> 235 <widget class="GtkCheckButton" id="auto_join_checkbutton"> 236 <property name="visible">True</property> 237 <property name="can_focus">True</property> 238 <property name="label" translatable="yes">Join this room automatically when I connect</property> 239 <property name="use_underline">True</property> 240 <property name="relief">GTK_RELIEF_NORMAL</property> 241 <property name="focus_on_click">True</property> 242 <property name="active">False</property> 243 <property name="inconsistent">False</property> 244 <property name="draw_indicator">True</property> 245 </widget> 246 <packing> 247 <property name="left_attach">0</property> 248 <property name="right_attach">2</property> 249 <property name="top_attach">4</property> 250 <property name="bottom_attach">5</property> 251 <property name="x_options">fill</property> 230 252 <property name="y_options"></property> 231 253 </packing> -
branches/gajim_0.11/data/glade/passphrase_dialog.glade
r6265 r7787 18 18 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> 19 19 <property name="focus_on_map">True</property> 20 <property name="urgency_hint">False</property> 20 21 <property name="has_separator">True</property> 21 22 … … 80 81 <property name="use_markup">False</property> 81 82 <property name="justify">GTK_JUSTIFY_LEFT</property> 82 <property name="wrap"> False</property>83 <property name="wrap">True</property> 83 84 <property name="selectable">False</property> 84 85 <property name="xalign">0.5</property> -
branches/gajim_0.11/data/glade/preferences_window.glade
r7637 r7787 483 483 <property name="expand">False</property> 484 484 <property name="fill">False</property> 485 </packing> 486 </child> 487 488 <child> 489 <widget class="GtkHBox" id="hbox3024"> 490 <property name="visible">True</property> 491 <property name="homogeneous">False</property> 492 <property name="spacing">0</property> 493 494 <child> 495 <widget class="GtkLabel" id="label387"> 496 <property name="visible">True</property> 497 <property name="label" translatable="yes">Treat incoming and single messages as:</property> 498 <property name="use_underline">False</property> 499 <property name="use_markup">False</property> 500 <property name="justify">GTK_JUSTIFY_LEFT</property> 501 <property name="wrap">False</property> 502 <property name="selectable">False</property> 503 <property name="xalign">0.5</property> 504 <property name="yalign">0.5</property> 505 <property name="xpad">1</property> 506 <property name="ypad">0</property> 507 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> 508 <property name="width_chars">-1</property> 509 <property name="single_line_mode">False</property> 510 <property name="angle">0</property> 511 </widget> 512 <packing> 513 <property name="padding">0</property> 514 <property name="expand">False</property> 515 <property name="fill">False</property> 516 </packing> 517 </child> 518 519 <child> 520 <widget class="GtkComboBox" id="treat_incoming_messages_combobox"> 521 <property name="visible">True</property> 522 <property name="items" translatable="yes">Determined by sender 523 Chat message 524 Single message</property> 525 <property name="add_tearoffs">False</property> 526 <property name="focus_on_click">True</property> 527 <signal name="changed" handler="on_treat_incoming_messages_combobox_changed" last_modification_time="Fri, 05 Jan 2007 20:16:54 GMT"/> 528 </widget> 529 <packing> 530 <property name="padding">0</property> 531 <property name="expand">False</property> 532 <property name="fill">False</property> 533 </packing> 534 </child> 535 </widget> 536 <packing> 537 <property name="padding">0</property> 538 <property name="expand">False</property> 539 <property name="fill">True</property> 485 540 </packing> 486 541 </child> … … 1509 1564 <widget class="GtkRadioButton" id="popup_new_message_radiobutton"> 1510 1565 <property name="visible">True</property> 1511 <property name="tooltip" translatable="yes">Gajim will automatically show new events by pop ing up the relative window</property>1566 <property name="tooltip" translatable="yes">Gajim will automatically show new events by popping up the relative window</property> 1512 1567 <property name="can_focus">True</property> 1513 1568 <property name="label" translatable="yes">_Pop it up</property> … … 1830 1885 <widget class="GtkCheckButton" id="ignore_events_from_unknown_contacts_checkbutton"> 1831 1886 <property name="visible">True</property> 1832 <property name="tooltip" translatable="yes">Check this option, only if someone you don't have in the roster spams/annoys you. Use with caution, cause it blocks all messages from any contact that is not in the roster</property>1887 <property name="tooltip" translatable="yes">Check this option, only if someone you don't have in the roster spams/annoys you. Use with caution, because it blocks all messages from any contact that is not in the roster</property> 1833 1888 <property name="can_focus">True</property> 1834 1889 <property name="label" translatable="yes">_Ignore events from contacts not in the roster</property> … … 2215 2270 <packing> 2216 2271 <property name="padding">0</property> 2217 <property name="expand"> False</property>2272 <property name="expand">True</property> 2218 2273 <property name="fill">True</property> 2219 2274 </packing> … … 3353 3408 <property name="draw_indicator">True</property> 3354 3409 <signal name="toggled" handler="on_send_os_info_checkbutton_toggled" last_modification_time="Wed, 06 Apr 2005 14:43:56 GMT"/> 3410 </widget> 3411 <packing> 3412 <property name="padding">0</property> 3413 <property name="expand">False</property> 3414 <property name="fill">False</property> 3415 </packing> 3416 </child> 3417 3418 <child> 3419 <widget class="GtkCheckButton" id="check_default_client_checkbutton"> 3420 <property name="visible">True</property> 3421 <property name="can_focus">True</property> 3422 <property name="label" translatable="yes">Always check to see if Gajim is the _default Jabber client on startup</property> 3423 <property name="use_underline">True</property> 3424 <property name="relief">GTK_RELIEF_NORMAL</property> 3425 <property name="focus_on_click">True</property> 3426 <property name="active">False</property> 3427 <property name="inconsistent">False</property> 3428 <property name="draw_indicator">True</property> 3429 <signal name="toggled" handler="on_check_default_client_checkbutton_toggled" last_modification_time="Fri, 05 Jan 2007 17:15:21 GMT"/> 3355 3430 </widget> 3356 3431 <packing> -
branches/gajim_0.11/data/glade/profile_window.glade
r7637 r7787 17 17 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> 18 18 <property name="focus_on_map">True</property> 19 <property name="urgency_hint">False</property>20 19 <signal name="key_press_event" handler="on_profile_window_key_press_event" last_modification_time="Fri, 08 Sep 2006 11:39:24 GMT"/> 21 20 <signal name="destroy" handler="on_profile_window_destroy" last_modification_time="Fri, 08 Sep 2006 11:39:32 GMT"/> … … 93 92 <property name="visible">True</property> 94 93 <property name="can_focus">True</property> 95 <property name="expanded"> True</property>94 <property name="expanded">False</property> 96 95 <property name="spacing">0</property> 97 96 … … 1857 1856 1858 1857 <child> 1859 <widget class="GtkButton" id=" publish_button">1858 <widget class="GtkButton" id="cancel_button"> 1860 1859 <property name="visible">True</property> 1861 1860 <property name="can_default">True</property> 1862 1861 <property name="can_focus">True</property> 1863 <property name="relief">GTK_RELIEF_NORMAL</property> 1864 <property name="focus_on_click">True</property> 1865 <signal name="clicked" handler="on_publish_button_clicked"/> 1866 1867 <child> 1868 <widget class="GtkAlignment" id="alignment1"> 1869 <property name="visible">True</property> 1870 <property name="xalign">0</property> 1871 <property name="yalign">0</property> 1872 <property name="xscale">0</property> 1873 <property name="yscale">0</property> 1874 <property name="top_padding">0</property> 1875 <property name="bottom_padding">0</property> 1876 <property name="left_padding">0</property> 1877 <property name="right_padding">0</property> 1878 1879 <child> 1880 <widget class="GtkHBox" id="hbox1"> 1881 <property name="visible">True</property> 1882 <property name="homogeneous">False</property> 1883 <property name="spacing">2</property> 1884 1885 <child> 1886 <widget class="GtkImage" id="image1"> 1887 <property name="visible">True</property> 1888 <property name="stock">gtk-go-up</property> 1889 <property name="icon_size">4</property> 1890 <property name="xalign">0</property> 1891 <property name="yalign">0</property> 1892 <property name="xpad">0</property> 1893 <property name="ypad">0</property> 1894 </widget> 1895 <packing> 1896 <property name="padding">0</property> 1897 <property name="expand">False</property> 1898 <property name="fill">False</property> 1899 </packing> 1900 </child> 1901 1902 <child> 1903 <widget class="GtkLabel" id="label1"> 1904 <property name="visible">True</property> 1905 <property name="label" translatable="yes">_Publish</property> 1906 <property name="use_underline">True</property> 1907 <property name="use_markup">False</property> 1908 <property name="justify">GTK_JUSTIFY_LEFT</property> 1909 <property name="wrap">False</property> 1910 <property name="selectable">False</property> 1911 <property name="xalign">0</property> 1912 <property name="yalign">0.5</property> 1913 <property name="xpad">0</property> 1914 <property name="ypad">0</property> 1915 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> 1916 <property name="width_chars">-1</property> 1917 <property name="single_line_mode">False</property> 1918 <property name="angle">0</property> 1919 </widget> 1920 <packing> 1921 <property name="padding">0</property> 1922 <property name="expand">False</property> 1923 <property name="fill">False</property> 1924 </packing> 1925 </child> 1926 </widget> 1927 </child> 1928 </widget> 1929 </child> 1930 </widget> 1931 </child> 1932 1933 <child> 1934 <widget class="GtkButton" id="retrieve_button"> 1935 <property name="visible">True</property> 1936 <property name="can_default">True</property> 1937 <property name="can_focus">True</property> 1938 <property name="relief">GTK_RELIEF_NORMAL</property> 1939 <property name="focus_on_click">True</property> 1940 <signal name="clicked" handler="on_retrieve_button_clicked"/> 1941 1942 <child> 1943 <widget class="GtkAlignment" id="alignment2"> 1944 <property name="visible">True</property> 1945 <property name="xalign">0</property> 1946 <property name="yalign">0</property> 1947 <property name="xscale">0</property> 1948 <property name="yscale">0</property> 1949 <property name="top_padding">0</property> 1950 <property name="bottom_padding">0</property> 1951 <property name="left_padding">0</property> 1952 <property name="right_padding">0</property> 1953 1954 <child> 1955 <widget class="GtkHBox" id="hbox2"> 1956 <property name="visible">True</property> 1957 <property name="homogeneous">False</property> 1958 <property name="spacing">2</property> 1959 1960 <child> 1961 <widget class="GtkImage" id="image2"> 1962 <property name="visible">True</property> 1963 <property name="stock">gtk-go-down</property> 1964 <property name="icon_size">4</property> 1965 <property name="xalign">0</property> 1966 <property name="yalign">0</property> 1967 <property name="xpad">0</property> 1968 <property name="ypad">0</property> 1969 </widget> 1970 <packing> 1971 <property name="padding">0</property> 1972 <property name="expand">False</property> 1973 <property name="fill">False</property> 1974 </packing> 1975 </child> 1976 1977 <child> 1978 <widget class="GtkLabel" id="label2"> 1979 <property name="visible">True</p
