+ Censorlist was extended - added replacement parametr

+ Fixed bug with DB Size in check_script.php
+ Deleted a lot of indexes in check_script_data.php
+ Deleted cache index and forum lastpost section in cache_index.php and cache_forum.php
+ Fixed other bugs in warnings
+ Fixed pagination in search.php
+ Replaced DSF logo to uForum logo
+ Moved differend elements in skin
+ Added "WHOIS" option in "Admin/Mod Pool" in view topic
+ Fixed bug in add warnings: couldn't add warn for admin/mod

git-svn-id: https://svn.pioder.pl/uf-svn/uF@29 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
pioder
2009-05-31 15:20:17 +00:00
parent b67095eb0b
commit b157d6653e
30 changed files with 228 additions and 128 deletions

View File

@@ -120,8 +120,8 @@ $lng['files_is_good']='Wszystkie pliki są poprawne!';
$lng['files_not_good']='Nie wszystkie pliki są poprawne. Jest ich: ';
$lng['php_version']='Wersja PHP';
$lng['mysql_version']='Wersja serwera MySQL';
$lng['not_writable']='Katalog nie do zapisu!';
$lng['is_writable']='Katalog do zapisu';
$lng['not_writable']='Nie do zapisu!';
$lng['is_writable']='Do zapisu';
$lng['catalog']='Katalog';
$lng['db_size']='Wielkość bazy';
$lng['forum_size']='Wielkość plików forum';
@@ -235,6 +235,7 @@ $lng['no_words']='Cenzura słów jest pusta';
$lng['word_deleted']='Słowo zostało usunięte. <br> Powrót do cenzury słów.';
$lng['word_edited']='Słowo zostało wyedytowane. <br> Powrót do cenzury słów.';
$lng['edit_word']='Edytuj słowo';
$lng['replace_to']='Zamień na';
//
//on banlist... ------------------------------------------------------------
//