Last change
on this file since 610 was 610, checked in by chronos, 11 years ago |
- Added: Identification code to language list.
- Fixed: Locale update to database used fixed language id. Now id is detected from language code.
|
File size:
451 bytes
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | class LocaleTexten extends LocaleText
|
---|
4 | {
|
---|
5 | function Load()
|
---|
6 | {
|
---|
7 | $this->Code = 'en';
|
---|
8 | $this->Data = array(
|
---|
9 | 'Access denied' => '',
|
---|
10 | 'Home' => '',
|
---|
11 | 'Main page' => '',
|
---|
12 | 'You were logged out' => '',
|
---|
13 | 'Last translated' => '',
|
---|
14 | 'Show welcome' => '',
|
---|
15 | 'Hide welcome' => '',
|
---|
16 | 'All news' => '',
|
---|
17 | 'Add' => '',
|
---|
18 | 'Message was sent.' => '',
|
---|
19 | 'Registration' => '',
|
---|
20 | 'Menu' => '',
|
---|
21 | );
|
---|
22 | }
|
---|
23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.