Revision 1800
Added by Luisehahne about 13 years ago
- add missing lang var in account/languages/EN.PHP
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
29 Oct-2012 Build 1800 Dietmar Woellbrink (Luisehahne) |
|
| 17 |
# add missing lang var in account/languages/EN.PHP |
|
| 16 | 18 |
29 Oct-2012 Build 1799 Dietmar Woellbrink (Luisehahne) |
| 17 | 19 |
! media iframe browser now is html XHTML 1.0 Transitional valide |
| 18 | 20 |
28 Oct-2012 Build 1798 Dietmar Woellbrink (Luisehahne) |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1799');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1800');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/account/languages/EN.php | ||
|---|---|---|
| 29 | 29 |
'SAVE_SETTINGS' => 'save details', |
| 30 | 30 |
'SAVE_EMAIL' => 'save email', |
| 31 | 31 |
'SAVE_PASSWORD' => 'save password', |
| 32 |
'SAVE_LANGUAGE' => 'Switch language first', |
|
| 32 | 33 |
); |
| 33 | 34 |
$TEXT['USERNAME'] = 'Loginname'; |
| 34 | 35 |
$HEADING['SIGNUP2_CONFIMED_REGISTRATION'] = 'Unlock account'; |
Also available in: Unified diff