Ignore:
Timestamp:
03/08/2006 10:51:16 PM (6 years ago)
Author:
Winner
Message:

Add: Services support.
Bug fix: Extra field displaying error on registration page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/globals/language/english.php

    r145 r151  
    7373        'dns_zones_search' => "Search for DNS zones", 
    7474        'dns_zones_found' => "DNS zones found", 
     75         
     76        'all_services' => "Network services", 
     77        'active_services' => "Active services", 
     78        'services_search' => "Search services", 
     79        'services_found' => "Services found", 
     80        'services_categories' => "Services categories", 
     81        'services_categories_add' => "Add service category", 
     82        'services_categories_edit' => "Edit service category", 
     83        'services_edit' => "Edit service", 
     84        'services_add' => "Add service", 
     85        'services' => "Services", 
     86         
    7587        'user_add' => "New user", 
    7688        'user_edit' => "User profile", 
     
    297309                'ip_addresses__info' => 'Info', 
    298310 
     311                'services__title' => 'Category', 
     312                'services__protocol' => 'Protocol', 
     313                'services__protocol-tcp' => 'TCP', 
     314                'services__protocol-udp' => 'UDP', 
     315                'services__port' => 'Port', 
     316 
     317                'nodes_services__node_id' => 'Node', 
     318                'nodes_services__service_id' => 'Category', 
     319                'nodes_services__date_in' => 'Added', 
     320                'nodes_services__ip_id' => 'IP Address', 
     321                'nodes_services__url' => 'URL', 
     322                'nodes_services__status' => 'Status', 
     323                'nodes_services__status-active' => 'Active', 
     324                'nodes_services__status-inactive' => 'Inactive', 
     325                'nodes_services__info' => 'Info', 
     326                'nodes_services__protocol' => 'Protocol', 
     327                'nodes_services__protocol-tcp' => 'TCP', 
     328                'nodes_services__protocol-udp' => 'UDP', 
     329                'nodes_services__port' => 'Port', 
     330                 
    299331                'photos__date_in' => 'Date', 
    300332                'photos__view_point' => 'Aspect', 
     
    523555                        'body' => 'In this page you can search for DNS zones of the network by filling in the corresponding fields. The results are displayed in the follwing table. Furthermore, you cat choose a node for viewing.' 
    524556                ), 
     557                 
     558                'services' => array( 
     559                        'title' => 'Services', 
     560                        'body' => 'In this page you can search for network services by filling in the corresponding fields. The results are displayed in the follwing table. Furthermore, you cat choose a service or a node for viewing.' 
     561                ), 
     562                 
    525563                'mynodes_add' => array( 
    526564                        'title' => 'Add node', 
     
    579617                        'body' => 'In this page you can add or edit an IP address for your node. The \'Hostname\' field describes the device that the corresponding IP address belongs to and must be the same for all the IP addresses of that device.' 
    580618                ), 
     619                 
     620                'mynodes_services_add' => array( 
     621                        'title' => 'Add Service', 
     622                        'body' => 'In this page you can add a service of your node. The IP Address field should contain the IP address that the service is listening at. The URL field should contain a link to the service or a link to a page about the service. The Protocol and Port should contain the protocol (ie. tcp,udp) and the port that the service uses.' 
     623                ), 
     624                'mynodes_services_edit' => array( 
     625                        'title' => 'Edit Service', 
     626                        'body' => 'In this page you can edit a service of your node. The IP Address field contains all the IP addresses that you have commit and should contain the IP address that the service is listening at. The URL field should contain a link to the service or a link to a page about the service. The Protocol and Port should contain the protocol (ie. tcp,udp) and the port that the service uses.' 
     627                ), 
     628                'admin_services' => array( 
     629                        'title' => 'Services Administration', 
     630                        'body' => 'In this page you can add, edit or delete a Services Category. From the <<Edit Services>> link you can see all network services and edit them.' 
     631                ), 
     632                 
    581633                'nodes_search' => array( 
    582634                        'title' => 'Network nodes', 
Note: See TracChangeset for help on using the changeset viewer.