Changeset 618 for trunk/locale/en.php


Ignore:
Timestamp:
Dec 4, 2013, 12:39:55 AM (11 years ago)
Author:
chronos
Message:
  • Added: Language selection menu in top right panel.
  • Added: All language files are updated from administration.
  • Added: LocaleManager to implement basic management functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locale/en.php

    r610 r618  
    66  {
    77    $this->Code = 'en';
     8    $this->Title = 'English';
    89    $this->Data = array(
    910      'Access denied' => '',
     
    1617      'All news' => '',
    1718      'Add' => '',
    18       'Message was sent.' => '',
    1919      'Registration' => '',
    2020      'Menu' => '',
     21      'Incorrect name or password' => '',
     22      'Login successful. Welcome <strong>%s</strong>!' => '',
     23      'User name or password was not entered' => '',
     24      'Servers' => '',
     25      'Message was sent' => '',
     26      'New user registration' => '',
     27      'Online translators' => '',
     28      'Files' => '',
     29      'Instructions' => '',
     30      'Data source' => '',
     31      'Presentation' => '',
     32      'IRC chat' => '',
     33      'Administration' => '',
     34      'Page "%s" not found' => '',
     35      'Logout' => '',
     36      'My page' => '',
     37      'Options' => '',
     38      'Translated' => '',
     39      'Unfinished' => '',
     40      'Untranslated' => '',
     41      'Login' => '',
     42      'Search' => '',
     43      'Do search' => '',
     44      'Translate groups' => '',
     45      'Version' => '',
     46      'Source code' => '',
     47      'Changelog' => '',
    2148    );
    2249  }
Note: See TracChangeset for help on using the changeset viewer.