.
/**
* English Lang Strings (1)
*
* @author Mark Johnson (2)
* @copyright © Taunton's College 2009 (3)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later (4)
*/
defined('MOODLE_INTERNAL') || die();
$string['autolaunch'] = '(uvijek?)';
$string['blockname'] = 'Pristupačnost';
$string['clearedoldcache'] = 'Obrisano {$a} datoteka iz cachea';
$string['char'] = 'A';
$string['dectext'] = 'Povećaj tekst';
$string['inctext'] = 'Smanji tekst';
$string['invalidop'] = 'Tražena operacija ne postoji!';
$string['jsnocolour'] = 'Greška kod promjene profila boja';
$string['jsnocolourreset'] = 'Greška kod resetiranja profila boja';
$string['jsnosave'] = 'Greška kod pohrane postavki';
$string['jsnosize'] = 'Greška kod promjene veličine teksta';
$string['jsnosizereset'] = 'Greška kod resetiranja veličine teksta';
$string['launchtoolbar'] = 'Pokreni ATbar';
$string['pluginname'] = 'Pristupačnost';
$string['pluginnameplural'] = 'Blokovi za pristupačnost';
$string['resettext'] = 'Resetiranje veličine teksta (postavke obrisane)';
$string['reset'] = 'Postavke obrisane';
$string['save'] = 'Pohrani postavke';
$string['saved'] = 'Postavke pohranjene';
$string['col1text'] = 'Pretpostavljeni profil boja (postavke obrisane)';
$string['col2text'] = 'Smanjeni kontrast 1';
$string['col3text'] = 'Smanjeni kontrast 2';
$string['col4text'] = 'Visoki kontrast';
/* Configuration form - please help us translate it on GitHub
------------------------------------------------------------
*/
/* not implemented
$string['config_autosave'] = 'Auto save'; // label
$string['config_autosave_checkbox'] = 'Save user settings automatically (button "save" will disappear)'; // checkbox label
$string['config_autosave_help'] = 'Font size and colour schemes settings are automatically saved to the session as long as user is logged in to the system. However, session settings will be cleared once the user log off. The user can keep chosen settings throughout the sessions using the "save" button in the block. Enabling Auto-save option will remove the "save" button and automatically save settings for the user. This might lead to slightly higher impact to the system performance, which is why this option is disabled by default.'; // help block
*/
$string['config_showATbar'] = 'ATbar';
$string['config_showATbar_checkbox'] = 'Allow ATbar appearance within Accessibility block';
$string['config_showATbar_help'] = 'Accessibility block also integrates ATbar from Southampton University ECS http://www.atbar.org.';
$string['config_fg'] = 'Text colour (not required)';
$string['config_fg_help'] = 'Define colour scheme foreground colour here. Keep in mind that the colour will be applied uniformly to all user interface elements. It is not always desirable to have the same colour in each user interface element. It is recommended to leave foreground colour field empty so that elements can keep its default colours. Try to change background colour only.';
$string['config_bg'] = 'Background colour';
$string['config_bg_help'] = 'Define colour scheme background colour here. Keep in mind that the background colour will be applied uniformly to all user interface elements.';
$string['color_input_error'] = 'Please enter a color in a format as such: #FF0050';
$string['accessibility:addinstance'] = 'Dodaj novi Accessibility block';
$string['accessibility:myaddinstance'] = 'Dodaj novi Accessibility block na glavnu stranicu';
$string['jsnotloggedin'] = 'Greška! Molimo Vas provjerite jeste li prijavljeni u sustav ili kontaktirajte administratora';