Revision 2116
Added by darkviper almost 11 years ago
| PL.php | ||
|---|---|---|
| 691 | 691 |
$OVERVIEW['TEMPLATES'] = 'Zmien wyglad swojej strony za pomoca szablonów...'; |
| 692 | 692 |
$OVERVIEW['USERS'] = 'Zarzadzaj uzytkownikami mogacymi logowac sie do WebsiteBakera...'; |
| 693 | 693 |
$OVERVIEW['VIEW'] = 'Podglad witryny w nowym oknie...'; |
| 694 |
|
|
| 695 |
/* include old languages format */ |
|
| 696 |
if(file_exists(WB_PATH.'/languages/old.format.inc.php')) |
|
| 697 |
{
|
|
| 698 |
include(WB_PATH.'/languages/old.format.inc.php'); |
|
| 699 |
} |
|
| 700 |
|
|
Also available in: Unified diff
! recoded main language files into utf-8
- removed old array structure (see deprecated list #2 from 2010)