there is language
for gallery
<?php
// Language definitions used in gallery.php
$lang_gallery = array(
'Page_title' => 'Galerija fotografija',
'Gallery' => 'Galerija',
'Pictures' => 'Slike',
'Last post' => 'Zadnja slika',
'Empty gallery' => 'Galerija je prazna.',
'Post img' => 'Dodaj novu sliku',
'Index' => 'Po?etak galerije',
'Picture' => 'Pogledaj',
'Views' => 'Pregledano',
'Date post' => 'Datum postavljanja',
'Write message legend' => 'Dodajte Va? naslov, opis, i po?alji prijatelju',
'Title' => 'Naslov',
'Message' => 'Poruka',
'E-mail' => 'E-mail',
'Submit' => 'Potvrdi',
'Post img redirect' => 'Va?a slika je uspje?no postavljena. Preusmjeravam …',
'Announcement' => 'Annonce',
'Announcement_text' => 'The form below enables you to send an image in the gallery of the site. The image must be with format GIF or JPG, with a maximum size of <MAX_SIZE>. Do not forget to add a title and a small description of the image.<br /><br />The team of the site reserves the right to remove your image without notice. All images against the terms of use of the site will be removed. Any abuse will be immediately sanctioned.',
'Modo link' => 'Podesi slike',
'Modo Select' => 'Ozna?i',
'Modo Del' => 'Obri?i',
'Modo Move' => 'Pomjeri',
'Modo No select' => 'Morate ozna?iti sliku.',
'Modo Move legend' => 'Ozna?ite mjesto za pomjeranje',
'Modo Del legend' => 'Potvrdite brisanje',
'Modo Del confirm' => 'Da li ste sigurni da ?elite obrisati slike?',
'Modo Move to' => 'Pomjeri u',
'Modo Move redirect' => 'Slike pomjerene. Preusmjeravam …',
'Modo Del redirect' => 'Slike obrisane. Preusmjeravam …',
'Error Annonce' => 'Gre?ka :',
'Error No subject' => 'Niste upisali naslov.',
'Error Too long subject' => 'Naslov nemo?e biti du?i od 70 znakova.',
'Error No message' => 'Morate upisati poruku.',
'Error Too long message' => 'POruka nemo?e biti du?a od 70 znakova.',
'Error Too large ini' => 'Fajl je prevelik. The server refuses its remote loading.',
'Error Too large' => 'The size of the file exceeds the authorized maximum.',
'Error Partial upload' => 'Partially downloaded file.',
'Error No file' => 'You did not select a file to be downloaded.',
'Error No tmp directory' => 'PHP could not safeguard the file sent in a temporary repertory.',
'Error Move failed' => 'The server could not record the downloaded file. Contact the administrator',
'Error Unknown failure' => 'Nepoznata gre?ka.',
'Error No Img View' => 'Nema slike.',
'Error FTP connect' => 'Connection FTP failed. Start again later !',
'Error FTP upload_picture' => 'Image FTP loading failed. Start again later !',
'Error FTP upload_thumbs' => 'Image miniature FTP loading failed. Start again later !',
);
and for chatbox
<?php
// Language definitions used in chatbox.php
$lang_chatbox = array(
'Page_title' => 'Porukice',
'Chatbox' => 'Porukice',
'Posts' => 'Upisane porukice',
'Sending' => 'Slanje u toku...',
'No Read Permission' => 'Samo registrovani-prijavljeni ?lanovi mogu ?itati.',
'No Post Permission' => 'Samo registrovani-prijavljeni ?lanovi mogu pisati.',
'No Message' => 'Bez poruka.',
'Message' => 'Poruka',
'Btn Send' => 'Po?alji',
'Btn Refresh' => 'Osvje?i',
'Error No message' => 'Morate upisati poruku.',
'Error Too long message' => 'Va?a poruka je prevelika.',
);
There need charset windows-1250