mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
45 lines
1.5 KiB
PHP
45 lines
1.5 KiB
PHP
|
<?PHP // $Id$
|
|||
|
// exercise.php - created with Moodle 1.5.2 + (2005060220)
|
|||
|
|
|||
|
|
|||
|
$string['absent'] = 'Odsutan';
|
|||
|
$string['comment'] = 'Komentar';
|
|||
|
$string['comparisonofassessments'] = 'Comparison of Assessments';
|
|||
|
$string['confirmdeletionofthisitem'] = 'Confirm Deletion of this $a';
|
|||
|
$string['correct'] = 'Ispravi';
|
|||
|
$string['count'] = 'Count';
|
|||
|
$string['criterion'] = 'Kriterij';
|
|||
|
$string['deadline'] = 'Krajnji rok';
|
|||
|
$string['deadlineis'] = 'Krajnji rok je $a';
|
|||
|
$string['delete'] = 'Obri<72>i';
|
|||
|
$string['deleting'] = 'Brisanje';
|
|||
|
$string['description'] = 'Opis';
|
|||
|
$string['detailsofassessment'] = 'Details of Assessment';
|
|||
|
$string['displayoffinalgrades'] = 'Prikaz zavr<76>nih ocjena';
|
|||
|
$string['duedate'] = 'Due Date';
|
|||
|
$string['edit'] = 'Promijeni';
|
|||
|
$string['enterpassword'] = 'Unesite lozinku';
|
|||
|
$string['excellent'] = 'Izvrstan';
|
|||
|
$string['fair'] = 'Dovoljan';
|
|||
|
$string['good'] = 'Dobar';
|
|||
|
$string['incorrect'] = 'Netocno';
|
|||
|
$string['maximum'] = 'Maksimum';
|
|||
|
$string['maximumsize'] = 'Maksimalna veli<6C>ina';
|
|||
|
$string['mean'] = 'Mean';
|
|||
|
$string['minimum'] = 'Minumum';
|
|||
|
$string['modulename'] = 'Vje<6A>ba';
|
|||
|
$string['modulenameplural'] = 'Vje<6A>be';
|
|||
|
$string['notavailable'] = 'Nije dostupno';
|
|||
|
$string['phase2short'] = 'Otvori';
|
|||
|
$string['present'] = 'Prisutan';
|
|||
|
$string['submitted'] = 'Predano';
|
|||
|
$string['submittedby'] = 'Predao/la ';
|
|||
|
$string['theexercise'] = 'Vje<6A>ba';
|
|||
|
$string['thegradeis'] = 'Ocjena $a';
|
|||
|
$string['title'] = 'Naslov';
|
|||
|
$string['typeofscale'] = 'Type of Scale';
|
|||
|
$string['wrongpassword'] = 'Neto<74>na lozinka za ovu vje<6A>bu';
|
|||
|
$string['yourfeedbackgoeshere'] = 'Va<56>a povratna informacija je';
|
|||
|
|
|||
|
?>
|