14502071dSPål Julius Skogholt<?php 24502071dSPål Julius Skogholt 34502071dSPål Julius Skogholt/** 44502071dSPål Julius Skogholt * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 54502071dSPål Julius Skogholt * 64502071dSPål Julius Skogholt * @author Pål Julius Skogholt <pal.julius@skogholt.org> 7*08846b9bSDaniel Raknes * @author Daniel Raknes <rada@jbv.no> 84502071dSPål Julius Skogholt */ 94502071dSPål Julius Skogholt$lang['mode'] = 'Hvilken type CAPTCHA vil du bruke?'; 104502071dSPål Julius Skogholt$lang['mode_o_js'] = 'Tekst (forfylt med JavaScript)'; 114502071dSPål Julius Skogholt$lang['mode_o_text'] = 'Tekst (bare manuelt)'; 124502071dSPål Julius Skogholt$lang['mode_o_math'] = 'Matteproblem'; 134502071dSPål Julius Skogholt$lang['mode_o_question'] = 'Fast spørsmål'; 144502071dSPål Julius Skogholt$lang['mode_o_image'] = 'Bilde (vanskelig tilgjengelig)'; 154502071dSPål Julius Skogholt$lang['mode_o_audio'] = 'Bilde og lyd (bedre tilgjengelighet)'; 164502071dSPål Julius Skogholt$lang['mode_o_figlet'] = 'Figlet ASCII-kunst (vanskelig tilgjengelig)'; 174502071dSPål Julius Skogholt$lang['forusers'] = 'Bruke CAPTCHA for innlogga brukere?'; 18*08846b9bSDaniel Raknes$lang['loginprotect'] = 'Kreve CAPTCHA ved innlogging?'; 194502071dSPål Julius Skogholt$lang['lettercount'] = 'Antall bokstaver (3-16). Om du øker antallet må du også øke bredden av bildet under.'; 204502071dSPål Julius Skogholt$lang['width'] = 'Bredde på CAPTCHA-bildet (i piksler)'; 214502071dSPål Julius Skogholt$lang['height'] = 'Høyde på CAPTCHA-bildet (i piksler)'; 224502071dSPål Julius Skogholt$lang['question'] = 'Fast spørsmål'; 234502071dSPål Julius Skogholt$lang['answer'] = 'Svar på fast spørsmål'; 24