Hi erodzina,
Before you begin, I don't know for sure, but check forum, I think there are some pl versions of phpwcms.
Anyway, in include/inc_lang/backend/pl/
the two files seem there:
lang.ext.inc.php
Extract:
Code: Select all
// Language: Polish
// Language Code: pl
// please use HTML safe strings ONLY
// this is neccessary to reduce the processing time
// normal line break: '
'
// JavaScript Linebreak: '\n'
$BL['FOLDER_LIST'] = 'lista folderów';
$BL['FILES'] = 'pliki';
$BL['SHOW_FILES'] = 'poka¿ pliki z g³ównego katalogu';
$BL['SHOW_FILES1'] = 'poka¿ pliki z katalogu';
$BL['TAKE_IMAGE'] = 'wybierz plik i dodaj…';
$BL['NO_FILE'] = 'brak pliku';
...
and also lang.inc.php
Code: Select all
// Language: Polish, Language Code: pl
// please use HTML safe strings ONLY,neccessary to reduce processing time
// normal line break: '
', JavaScript Linebreak: '\n'
$BL['usr_online'] = 'zalogowani u¿ytkownicy';
// Login Page
$BL["login_text"] = 'Podaj swoje dane aby siê zalogowaæ';
$BL['login_error'] = 'B³±d podczas logowania!';
...
Cheers