Subversion Repositories wimsdev

Rev

Rev 512 | Rev 1244 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!if $wims_name_home!=$empty
 !exit
!endif


!! **** Default Names ***
!distribute items Search,\
                Work,Back to work,\
                WIMS Home,Intro/Config,Help,About this module / this exercice,\
                Introduction,\
                Close this window,Back,\
                Site manager,Author of the page,Authors of the page,\
                Translated by,Exit,\
                WIMS Help,References,\
                Message board,Forums,\
                Work sheet,Tools,\
                Copy to Modtool\
        into wims_name_search,\
        wims_name_work,wims_name_resume,\
        wims_name_home,wims_name_intro,wims_name_help,wims_name_about,\
        wims_name_titleintro,\
        wims_name_back,wims_name_back2,\
        wims_name_manager,wims_name_author,wims_name_authors,\
        wims_name_translatedby,wims_name_exit,\
        wims_name_whelp,wims_name_ref,wims_name_forum,wims_name_forums,\
        wims_name_sheet,wims_name_tools,\
        wims_name_modify
        
        
!! **** Permalink Names ***     
!distribute items this module, this exercice,\
                Display,on your site,\
                Mask these options,\
                Permalink, Embeddable player,\
                copy and paste, this link, the code, or, in an email,\
                for, only,\
                current setup\
        into wims_name_this_module, wims_name_this_exercice,\
        wims_name_display,wims_name_on_your_site,\
        wims_name_mask_this,\
        wims_name_permalink,wims_name_embeddable,\
        wims_name_copy_and_paste,wims_name_the_link,wims_name_the_code,wims_name_or,wims_name_in_a_mail,\
        wims_name_for,wims_name_only,\
        wims_name_this_config
        
!! **** Module About Names ***
!distribute items Name,\
                Module Informations,\
                Address,\
                Link for bookmark,\
                Description,\
                Version,\
                Required<br>WIMS version,\
                Language,\
                Author,\
                Translator,\
                This is a module under the,\
                WWW Interactive Multipurpose Server,\
                Copyright\
        into wims_name_name,\
        wims_name_module_infos,\
        wims_name_Address,\
        wims_name_Link_for_bookmark,\
        wims_name_Description,\
        wims_name_Version,\
        wims_name_Required_WIMS_version,\
        wims_name_Language,\
        wims_name_Author,\
        wims_name_Translator,\
        wims_name_This_is_a_module,\
        wims_name_WIMS_subtitle,\
        wims_name_Copyright


!! **** Class Relative Names ***
!if $wims_class!=$empty
 !distribute items Home,Insert into$ a work sheet,\
                Write to the supervisor,Logout,\
                Score registration is closed.,\
                You have suspended score registration.,\
                You are supervisor of the class,\
                Register the details of this exercise\
        into wims_name_home,wims_name_add,\
        wims_name_wsup,wims_name_visitor,\
        wims_name_scoreclose,\
        wims_name_scoresuspend,\
        wims_name_syou,\
        wims_name_exolog
 !set wims_name_score=!nosubst You have got $[$wims_homeref_got] out of \
        $[$wims_homeref_req] points on this work, quality \
        $[$wims_homeref_mean]/10.
 !set wims_name_you=you are <b>$wims_firstname $wims_lastname</b>, belonging to
 !if _exam isin $session
  !distribute items Other exercises of the exam,\
        Time left for this exam:,\
        when this page is loaded\
        into wims_name_back,wims_name_examremain,wims_name_whenloaded
 !endif
 !if _check isin $session
  !let wims_page_name=Page
 !endif
!endif