mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
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 ;-)
72 lines
3.3 KiB
PHP
72 lines
3.3 KiB
PHP
<?PHP // $Id$
|
|
// scorm.php - created with Moodle 1.5.2 + (2005060220)
|
|
|
|
|
|
$string['advanced'] = 'Napredno';
|
|
$string['asset'] = 'Asset';
|
|
$string['attr_error'] = 'Bad value for attribute ($a->attr) in tag $a->tag.';
|
|
$string['autocontinue'] = 'Auto-Continue';
|
|
$string['badmanifest'] = 'Some manifest errors: see errors log';
|
|
$string['browse'] = 'Browse';
|
|
$string['browsed'] = 'Browsed';
|
|
$string['browsemode'] = 'Browse Mode';
|
|
$string['chooseapacket'] = 'Choose or update a SCORM package';
|
|
$string['completed'] = 'Završeno';
|
|
$string['coursepacket'] = 'Paket kolegija';
|
|
$string['coursestruct'] = 'Struktura kolegija';
|
|
$string['datadir'] = 'Pogreška datoteènog sustava: Nije moguæe kreirati mapu za podatke kolegija';
|
|
$string['domxml'] = 'DOMXML eksterna biblioteka';
|
|
$string['entercourse'] = 'Enter SCORM course';
|
|
$string['errorlogs'] = 'Errors log';
|
|
$string['failed'] = 'Failed';
|
|
$string['found'] = 'Manifest found';
|
|
$string['gradeaverage'] = 'Prosjeèna ocjena';
|
|
$string['gradehighest'] = 'Najviša ocjena';
|
|
$string['grademethod'] = 'Naèin ocjenjivanja';
|
|
$string['gradescoes'] = 'Scoes situation';
|
|
$string['gradesum'] = 'Sum grade';
|
|
$string['guestsno'] = 'Gosti (anonimni korisnici) ne mogu vidjeti SCORM kolegije';
|
|
$string['height'] = 'Visina';
|
|
$string['incomplete'] = 'Nedovršeno';
|
|
$string['lastaccess'] = 'Zadnji pristup';
|
|
$string['missing_attribute'] = 'Missing attribute $a->attr in tag $a->tag';
|
|
$string['missing_tag'] = 'Missing tag $a->tag';
|
|
$string['mode'] = 'Mode';
|
|
$string['modulename'] = 'Scorm';
|
|
$string['modulenameplural'] = 'Scorms';
|
|
$string['next'] = 'Nastavi';
|
|
$string['no_attributes'] = 'Tag $a->tag must have attributes';
|
|
$string['no_children'] = 'Tag $a->tag must have children';
|
|
$string['nomanifest'] = 'Manifest not found';
|
|
$string['noreports'] = 'No report to display';
|
|
$string['normal'] = 'Normal';
|
|
$string['not_corr_type'] = 'Type mismatch for tag $a->tag';
|
|
$string['notattempted'] = 'Not attempted';
|
|
$string['organization'] = 'Organizacija';
|
|
$string['organizations'] = 'Organizacije';
|
|
$string['packagedir'] = 'Pogreška datoteènog sustava: Nije moguæe kreirati mapu za paket';
|
|
$string['packagefile'] = 'Nije navedena datoteka s paketom';
|
|
$string['passed'] = 'Prošao';
|
|
$string['php5'] = 'PHP 5 (DOMXML native library)';
|
|
$string['position_error'] = 'Tag $a->tag ne može biti podreðen tagu $a->parent';
|
|
$string['prev'] = 'Prethodni';
|
|
$string['regular'] = 'Regular Manifest';
|
|
$string['report'] = 'Izvještaj';
|
|
$string['review'] = 'Pregled';
|
|
$string['scoes'] = 'Scoes';
|
|
$string['score'] = 'Rezultat';
|
|
$string['scormcourse'] = 'SCORM kolegij';
|
|
$string['syntax'] = 'Pogreška sintakse';
|
|
$string['tag_error'] = 'Unknown tag ($a->tag) with this content: $a->value';
|
|
$string['too_many_attributes'] = 'Tag $a->tag has too many attributes';
|
|
$string['too_many_children'] = 'Tag $a->tag has too many children';
|
|
$string['trackingloose'] = 'WARNING: The tracking data of this SCORM package will be lost!';
|
|
$string['validateascorm'] = 'Provjerite valjanost SCORM paketa';
|
|
$string['validation'] = 'Rezultat provjere valjanosti';
|
|
$string['validationtype'] = 'This preference set the DOMXML library used for validating SCORM Manifest. If you don\'t know leave the selected choice.';
|
|
$string['versionwarning'] = 'The manifest version is older than 1.3, warning at $a->tag tag';
|
|
$string['viewallreports'] = 'Prikaži izvještaj za $a pokušaja';
|
|
$string['width'] = 'Širina';
|
|
|
|
?>
|