Annotation of modules/damieng/graphical_editor/loncapa_daxe/web/LocalStrings_en.properties, revision 1.2

1.1       damieng     1: # Toolbar insert buttons
                      2: tex_equation = TeX equation
                      3: 
                      4: # Toolbar Section menu
                      5: Section = Section
                      6: introduction = introduction
                      7: conclusion = conclusion
                      8: prerequisites = prerequisites
                      9: objectives = objectives
                     10: reminder = reminder
                     11: definition = definition
                     12: demonstration = demonstration
                     13: example = example
                     14: advise = advise
                     15: remark = remark
                     16: warning = warning
                     17: more_information = more information
                     18: method = method
                     19: activity = activity
                     20: bibliography = bibliography
                     21: citation = citation
                     22: 
                     23: # Templates menu
                     24: Templates = Templates
                     25: 
                     26: # LCDBlock
                     27: lcdblock_editable = Element view with editable attributes
                     28: lcdblock_normal = Normal element view
                     29: lcdblock_collapsed = Collapsed element view
                     30: advanced = advanced
                     31: simple = simple
1.2     ! damieng    32: simpleui_not_possible = It is not possible to switch to simple UI for this element.
        !            33: 
        !            34: # LCDBlock sublasses, simpleUIPossible
        !            35: attribute_problem = The switch to simple UI is not possible because of this attribute: 
        !            36: no_attribute = There should be no attribute on this element to switch to simple UI.
        !            37: element_prevents = An element prevents the switch to simple UI:
1.1       damieng    38: 
                     39: # Lm
                     40: lm_symbols = symbols
                     41: lm_units = units
                     42: 
                     43: # LCDParameter
                     44: template = Template
                     45: 
1.2     ! damieng    46: # several responses
        !            47: switch_to_simple_ui = Modifications to switch to simple UI
        !            48: switch_to_advanced_ui = Modifications to switch to advanced UI
        !            49: 
1.1       damieng    50: # SimpleHintgroup
                     51: hint = Hint:
                     52: 
                     53: # RadioFoilgroup
                     54: foil_selection = Foil selection
                     55: insert_foil = Insert a foil
                     56: remove_foil = Remove this foil
1.2     ! damieng    57: there_can_be_only_one = There can be only one true foil for simple UI.
1.1       damieng    58: 
                     59: # RadioFoil
                     60: click_to_select = Click on a radio button to select the correct answer
                     61: 
                     62: # OptionFoilgroup
                     63: possible_options = Possible options:
                     64: add_option = Add an option
                     65: foils = Foils:
                     66: add_foil = Add a foil
                     67: options_change = Change to the options
                     68: 
                     69: # OptionFoil
                     70: foil_move = Foil move
1.2     ! damieng    71: 
        !            72: # RankResponse
        !            73: inserts_for_simple_ui = Insert foilgroup and hintgroup for simple UI
        !            74: 
        !            75: # RankFoilgroup
        !            76: rename_foils = Rename the foils
        !            77: reorder_foils = Reorder the foils
        !            78: rank_foil_values = Foil values have to be integers to use the simple UI.
        !            79: rank_foil_values_unique = Foil values have to be unique to use the simple UI.
        !            80: 
        !            81: # NumericalResponse
        !            82: tol = tolerance
        !            83: sig = significant digits

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>