home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 July / maximum-cd-2010-07.iso / DiscContents / wesnoth-1.8-win32.exe / data / gui / default / window / mp_method_selection.cfg < prev    next >
Encoding:
Text File  |  2010-03-08  |  4.1 KB  |  236 lines

  1. #textdomain wesnoth-lib
  2. ###
  3. ### Definition of the window select the way to access the addon server.
  4. ###
  5.  
  6. [window]
  7.     id = "mp_method_selection"
  8.     description = "Language selection dialog."
  9.  
  10.     [resolution]
  11.         definition = "default"
  12.  
  13.         automatic_placement = "true"
  14.         vertical_placement = "center"
  15.         horizontal_placement = "center"
  16.  
  17.         [grid]
  18.             
  19.             [row]
  20.                 grow_factor = 0
  21.  
  22.                 [column]
  23.                     grow_factor = 1
  24.  
  25.                     border = "all"
  26.                     border_size = 5
  27.                     horizontal_alignment = "left"
  28.                     [label]
  29.                         definition = "title"
  30.  
  31.                         label = _ "Multiplayer"
  32.                     [/label]
  33.  
  34.                 [/column]
  35.  
  36.             [/row]
  37.  
  38.             [row]
  39.                 grow_factor = 1
  40.  
  41.                 [column]
  42.                     grow_factor = 1
  43.  
  44.                     horizontal_grow = "true"
  45.  
  46.                     [grid]
  47.  
  48.                         [row]
  49.                             grow_factor = 1
  50.  
  51.                             [column]
  52.                                 grow_factor = 0
  53.  
  54.                                 border = "all"
  55.                                 border_size = 5
  56.                                 horizontal_alignment = "left"
  57.  
  58.                                 [label]
  59.                                     definition = "default"
  60.  
  61.                                     label = _ "Login:"
  62.                                 [/label]
  63.  
  64.                             [/column]
  65.  
  66.                             [column]
  67.                                 grow_factor = 1
  68.  
  69.                                 border = "all"
  70.                                 border_size = 5
  71.                                 horizontal_alignment = "right"
  72.  
  73.                                 [text_box]
  74.                                     id = "user_name"
  75.                                     definition = "default"
  76.                                     history = "mp_user_name_history"
  77.  
  78.                                     label = ""
  79.                                     tooltip = _ "You may login to the official multiplayer server with your forum username and password.
  80. Note that registration is not required to join the server: you need to supply a password only if you wish to use a registered username.
  81.  
  82. The Battle for Wesnoth forum can be found at http://www.wesnoth.org/forum/"
  83.                                 [/text_box]
  84.  
  85.                             [/column]
  86.  
  87.                         [/row]
  88.  
  89.                     [/grid]
  90.  
  91.                 [/column]
  92.  
  93.             [/row]
  94.  
  95.             [row]
  96.                 grow_factor = 1
  97.  
  98.                 [column]
  99.                     grow_factor = 1
  100.                     horizontal_grow = "true" 
  101.                     vertical_grow = "true"
  102.  
  103.                     border = "all"
  104.                     border_size = 5
  105.  
  106.                     [listbox]
  107.                         id = "method_list"
  108.                         definition = "default"
  109.  
  110.                         vertical_scrollbar_mode = "never"
  111.                         horizontal_scrollbar_mode = "never"
  112.                         [list_definition]
  113.  
  114.                             [row]
  115.  
  116.                                  [column]
  117.                                     grow_factor = 1
  118.                                      horizontal_grow = "true"
  119.  
  120.                                     [toggle_button]
  121.                                         definition = "listbox_text_with_icon"
  122.  
  123.                                         return_value_id = "ok"
  124.                                     [/toggle_button]
  125.  
  126.                                 [/column]
  127.  
  128.  
  129.                             [/row]
  130.  
  131.                         [/list_definition]
  132.  
  133.                         [list_data]
  134.  
  135.                             [row]
  136.  
  137.                                 [column]
  138.                                     label = _ "Join Official Server"
  139.                                     tooltip = _ "Log on to the official Wesnoth multiplayer server"
  140.                                     icon = "icons/icon-server.png"
  141.                                 [/column]
  142.  
  143.                             [/row]
  144.  
  145.                             [row]
  146.  
  147.                                 [column]
  148.                                     label = _ "Connect to Server"
  149.                                     tooltip = _ "Join a different server"
  150.                                     icon = "icons/icon-serverother.png"
  151.                                 [/column]
  152.  
  153.                             [/row]
  154.  
  155.                             [row]
  156.  
  157.                                 [column]
  158.                                     label = _ "Host Networked Game"
  159.                                     tooltip = _ "Host a game using dedicated server 'wesnothd'"
  160.                                     icon = "icons/icon-hostgame.png"
  161.                                 [/column]
  162.  
  163.                             [/row]
  164.  
  165.                             [row]
  166.  
  167.                                 [column]
  168.                                     label = _ "Local Game"
  169.                                     tooltip = _ "Play a multiplayer game with the AI or humans sharing the same machine"
  170.                                     icon = "icons/icon-hotseat.png"
  171.                                 [/column]
  172.  
  173.                             [/row]
  174.  
  175.                         [/list_data]
  176.  
  177.                     [/listbox]
  178.  
  179.                 [/column]
  180.  
  181.             [/row]
  182.  
  183.             [row]
  184.                 grow_factor = 0
  185.  
  186.                 [column]
  187.                     grow_factor = 1
  188.                     horizontal_grow = "true" 
  189.  
  190.                     [grid]
  191.  
  192.                         [row]
  193.                             grow_factor = 0
  194.  
  195.                             [column]
  196.                                 border = "all"
  197.                                 border_size = 5
  198.                                 horizontal_alignment = "right"
  199.  
  200.                                 [button]
  201.                                     id = "ok"
  202.                                     definition = "default"
  203.  
  204.                                     label = _ "OK"
  205.                                 [/button]
  206.  
  207.                             [/column]
  208.  
  209.                             [column]
  210.                                 border = "all"
  211.                                 border_size = 5
  212.                                 horizontal_alignment = "right"
  213.  
  214.                                 [button]
  215.                                     id = "cancel"
  216.                                     definition = "default"
  217.  
  218.                                     label = _ "Cancel"
  219.                                 [/button]
  220.  
  221.                             [/column]
  222.  
  223.                         [/row]
  224.  
  225.                     [/grid]
  226.  
  227.                 [/column]
  228.  
  229.             [/row]
  230.  
  231.         [/grid]
  232.  
  233.     [/resolution]
  234.  
  235. [/window]
  236.