Ignore:
Timestamp:
02/27/2006 05:41:32 AM (6 years ago)
Author:
Winner
Message:

Add: Language selection from GUI. Closes #89
Fix: 2 english language addition from changeset [144].

File:
1 edited

Legend:

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

    r140 r145  
    3737        'home' => "Home", 
    3838        'edit_profile' => "User profile", 
     39        'edit_node' => "Node edit", 
    3940        'log_out' => "Log out", 
    4041        'login' => "Log in", 
     
    7677        'node' => "Node", 
    7778        'node_info' => "Node info", 
     79        'node_view' => "Node view", 
    7880        'node_delete' => "Delete node", 
    7981        'ip_range_request' => "IP C-Class request", 
     
    156158        'backbone_nodes' => "Backbone nodes", 
    157159        'null' => "(null)", 
     160        'default' => 'Default', 
     161        'logged' => 'Logged in as', 
    158162 
    159163        'db' => array( 
     
    169173                'users__status-pending' => 'Pending', 
    170174                'users__status-activated' => 'Activated', 
     175                'users__language' => 'Language', 
    171176                'fullname' => 'Full Name', 
    172177                 
     
    606611                        'body' => 'In this page you can send a message to the administrator(s) of the node. Your e-mail address will appear to your message, so that you can get a reply from the receiver(s). Each reply to your message will be sent to your e-mail address and will contain the e-mail address of the sender(s), so that you can reply to them back.' 
    607612                ) 
     613        ), 
     614         
     615        'languages' => array( 
     616                'greek' => 'Greek', 
     617                'english' => 'English' 
    608618        ) 
    609619 
Note: See TracChangeset for help on using the changeset viewer.