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

1.12      damieng     1: # Insert panel
                      2: filter = Filter:
                      3: all_elements = All elements
                      4: loncapa_elements = LON-CAPA elements
                      5: html_elements = HTML elements
                      6: block_elements = Block elements
                      7: inline_elements = Inline elements
                      8: 
1.1       damieng     9: # Toolbar insert buttons
1.11      damieng    10: insert_m = Insert a TeX equation
                     11: insert_lm = Insert a LON-CAPA math equation
1.1       damieng    12: 
                     13: # Toolbar Section menu
                     14: Section = Section
1.9       damieng    15: activity = Activity
                     16: advice = Advice
                     17: bibliography = Bibliography
                     18: citation = Citation
                     19: conclusion = Conclusion
                     20: definition = Definition
                     21: demonstration = Demonstration
                     22: example = Example
                     23: explanation = Explanation
                     24: introduction = Introduction
                     25: method = Method
                     26: more_information = More Information
                     27: objectives = Objectives
                     28: prerequisites = Prerequisites
                     29: remark = Remark
                     30: reminder = Reminder
                     31: summary = Summary
                     32: syntax = Syntax
                     33: warning = Warning
1.1       damieng    34: 
                     35: # Templates menu
                     36: Templates = Templates
                     37: 
1.13      damieng    38: # Help menu
                     39: help = Help
                     40: getting_started = Getting Started
1.14      damieng    41: author_manual = Author Manual
1.15      damieng    42: about_lcdaxe = About LON-CAPA Daxe
                     43: 
                     44: # About dialog
                     45: lcd_about_html = <p>The LON-CAPA Daxe editor is based on the <a href="http://adopt.github.io/daxe/" target="_blank">Daxe</a> XML editor for the web. It adds an XML schema, Daxe configuration and user interface code for the markup language used by LON-CAPA documents.</p><p>Both editors are distributed under the <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GPL3</a> licence, and can be modified and redistributed under the same licence.</p>
1.13      damieng    46: 
1.1       damieng    47: # LCDBlock
                     48: lcdblock_editable = Element view with editable attributes
                     49: lcdblock_normal = Normal element view
                     50: lcdblock_collapsed = Collapsed element view
                     51: advanced = advanced
                     52: simple = simple
1.2       damieng    53: simpleui_not_possible = It is not possible to switch to simple UI for this element.
                     54: 
                     55: # LCDBlock sublasses, simpleUIPossible
                     56: attribute_problem = The switch to simple UI is not possible because of this attribute: 
                     57: no_attribute = There should be no attribute on this element to switch to simple UI.
                     58: element_prevents = An element prevents the switch to simple UI:
1.1       damieng    59: 
                     60: # Lm
                     61: lm_symbols = symbols
                     62: lm_units = units
                     63: 
                     64: # LCDParameter
                     65: template = Template
                     66: 
1.2       damieng    67: # several responses
                     68: switch_to_simple_ui = Modifications to switch to simple UI
                     69: switch_to_advanced_ui = Modifications to switch to advanced UI
1.3       damieng    70: field_size = field size
1.2       damieng    71: 
1.1       damieng    72: # SimpleHintgroup
                     73: hint = Hint:
                     74: 
                     75: # RadioFoilgroup
                     76: foil_selection = Foil selection
                     77: insert_foil = Insert a foil
                     78: remove_foil = Remove this foil
1.2       damieng    79: there_can_be_only_one = There can be only one true foil for simple UI.
1.1       damieng    80: 
                     81: # RadioFoil
                     82: click_to_select = Click on a radio button to select the correct answer
                     83: 
                     84: # OptionFoilgroup
                     85: possible_options = Possible options:
                     86: add_option = Add an option
                     87: foils = Foils:
                     88: add_foil = Add a foil
                     89: options_change = Change to the options
                     90: 
1.2       damieng    91: # RankResponse
                     92: inserts_for_simple_ui = Insert foilgroup and hintgroup for simple UI
                     93: 
                     94: # RankFoilgroup
                     95: rename_foils = Rename the foils
                     96: reorder_foils = Reorder the foils
                     97: rank_foil_values = Foil values have to be integers to use the simple UI.
                     98: rank_foil_values_unique = Foil values have to be unique to use the simple UI.
                     99: 
                    100: # NumericalResponse
                    101: tol = tolerance
                    102: sig = significant digits
1.3       damieng   103: advanced_response_param = An advanced response parameter is used.
1.4       damieng   104: 
1.7       damieng   105: # OrganicResponse
                    106: readonly_field = read-only field
                    107: edit_with_jsme = Edit with JSME
                    108: option_autoez = Auto E,Z stereochemistry
                    109: option_multipart = Multipart Structures
                    110: option_nostereo = No stereochemistry
                    111: option_reaction = Is a reaction
                    112: option_number = Able to number atoms
                    113: 
1.4       damieng   114: # Itemgroup
                    115: item_to_match = Items to match:
                    116: add_item = Add an item
                    117: 
                    118: # MatchItem
                    119: item_name_change = Change to an item name
                    120: item_move = Item move
1.5       damieng   121: 
                    122: # MathAnswer
                    123: algorithm = Algorithm:
1.6       damieng   124: 
                    125: # Textfield
                    126: spellcheck = spellcheck for
1.8       damieng   127: 
                    128: # Section and h1
                    129: section_title = Section Title
                    130: section_contents = Section Contents
1.9       damieng   131: no_specific_role = No specific role
1.10      damieng   132: 
                    133: # OrganicStructure
                    134: option_border = Border

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