Changeset 1555:9274f6ded18d

Show
Ignore:
Timestamp:
11/08/10 22:19:15 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

+ "Options" string internationalized

Location:
WebContent/WEB-INF
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • WebContent/WEB-INF/languages/en.properties

    r1490 r1555  
    6868message_unsupported_mime_type=The mime-type of your document (%1) is unsupported by this task. 
    6969message_unsupported_protocol=The online service only supports "http:" and "https:" URIs; "%1:" URI scheme not supported. 
     70options=Options 
    7071result_for=Result for %1 
    7172result_for_upload=Result for the document you submitted 
  • WebContent/WEB-INF/resources/templates/includes/parameters.vm

    r570 r1555  
    33#if ($simple_parameters.size() > 0) 
    44<fieldset class="options $current_task.getID()"> 
    5         <legend>Options</legend> 
     5        <legend>$options</legend> 
    66        <div class="options"> 
    77                <ul>