moodle/lang/hr/enrol_database.php
koenr cc35561b11 New langpack: Croatian from
Jasmin Klindzic
jasmin@ffzg.hr

Dragan Dosen
ddosen@ffzg.hr

An utf-8 version is also on it's way - just some cleaning to do ;-)
2005-12-18 00:40:16 +00:00

14 lines
760 B
PHP

<?PHP // $Id$
// enrol_database.php - created with Moodle 1.5.2 + (2005060220)
$string['dbhost'] = 'Poslužitelj baze podataka';
$string['dbname'] = 'Naziv baze koja se koristi';
$string['dbpass'] = 'Lozinka za poslužitelj';
$string['dbtable'] = 'Tablica u bazi podataka';
$string['dbtype'] = 'Vrsta poslužitelja baze podataka';
$string['dbuser'] = 'Korisnièko ime za pristup poslužitelju';
$string['description'] = 'You can use a external database (of nearly any kind) to control your enrolments. It is assumed your external database contains a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.';
$string['enrolname'] = 'Vanjska baza podataka';
?>