Annotation of modules/damieng/graphical_editor/loncapa_daxe/web/LocalStrings_de.properties, revision 1.3

1.1       raeburn     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: 
                      9: # Toolbar insert buttons
                     10: insert_m = Insert a TeX equation
                     11: insert_lm = Insert a LON-CAPA math equation
                     12: 
                     13: # Toolbar Section menu
                     14: Section = Section
                     15: activity = Aktiviät
                     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
                     34: 
                     35: # Templates menu
                     36: Templates = Aufgabenvorlagen
                     37: 
                     38: # Help menu
                     39: help = Hilfe
                     40: getting_started = Getting Started
1.3     ! raeburn    41: daxe_faq = Frequently Asked Questions
        !            42: daxe_math = LON-CAPA Math Syntax
1.1       raeburn    43: author_manual = Autorenhandbuch
                     44: about_lcdaxe = About LON-CAPA Daxe
                     45: 
                     46: # About dialog
                     47: 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>
                     48: 
                     49: # Preview
                     50: reset_submissions = Einreichungen zurücksetzen
                     51: new_randomization = Neue Variation
                     52: 
                     53: # LCDBlock
                     54: advanced = advanced
                     55: simple = simple
                     56: simpleui_not_possible = It is not possible to switch to simple UI for this element.
                     57: 
                     58: # LCDBlock sublasses, simpleUIPossible
                     59: attribute_problem = The switch to simple UI is not possible because of this attribute: 
                     60: no_attribute = There should be no attribute on this element to switch to simple UI.
                     61: element_prevents = An element prevents the switch to simple UI:
                     62: one_textline = The response needs a single textline element for a switch to simple UI.
                     63: one_textfield = The response needs a single textfield element for a switch to simple UI.
                     64: one_hintgroup_max = The switch to simple UI is not possible when more than one hintgroup is used.
                     65: 
                     66: # Lm
                     67: lm_symbols = symbols
                     68: lm_units = units
                     69: 
                     70: # TeXMathJax
                     71: evaluate_variables = Evaluate variables
                     72: 
                     73: # LCDParameter
1.2       raeburn    74: template = Vorlage
1.1       raeburn    75: 
                     76: # several responses
                     77: switch_to_simple_ui = Modifications to switch to simple UI
                     78: switch_to_advanced_ui = Modifications to switch to advanced UI
                     79: field_size = field size
                     80: 
                     81: # SimpleHintgroup
1.2       raeburn    82: hint = Hinweis:
1.1       raeburn    83: 
                     84: # RadioFoilgroup
                     85: foil_selection = Foil selection
                     86: insert_foil = Insert a foil
                     87: remove_foil = Remove this foil
                     88: there_can_be_only_one = There can be only one true foil for simple UI.
                     89: 
                     90: # RadioFoil
                     91: click_to_select = Click on a radio button to select the correct answer
                     92: 
                     93: # OptionFoilgroup
                     94: possible_options = Possible options:
                     95: add_option = Add an option
                     96: foils = Foils:
                     97: add_foil = Add a foil
                     98: options_change = Change to the options
                     99: 
                    100: # RankResponse
                    101: inserts_for_simple_ui = Insert foilgroup and hintgroup for simple UI
                    102: 
                    103: # RankFoilgroup
                    104: rename_foils = Rename the foils
                    105: reorder_foils = Reorder the foils
                    106: rank_foil_values = Foil values have to be integers to use the simple UI.
                    107: rank_foil_values_unique = Foil values have to be unique to use the simple UI.
                    108: 
                    109: # NumericalResponse
                    110: tol = tolerance
                    111: sig = significant digits
                    112: advanced_response_param = An advanced response parameter is used.
                    113: 
                    114: # OrganicResponse
                    115: readonly_field = read-only field
                    116: edit_with_jsme = Edit with JSME
                    117: option_autoez = Auto E,Z stereochemistry
                    118: option_multipart = Multipart Structures
                    119: option_nostereo = No stereochemistry
                    120: option_reaction = Is a reaction
                    121: option_number = Able to number atoms
                    122: 
                    123: # Itemgroup
                    124: item_to_match = Items to match:
                    125: add_item = Add an item
                    126: 
                    127: # MatchItem
                    128: item_name_change = Change to an item name
                    129: item_move = Item move
                    130: 
                    131: # MathAnswer
                    132: algorithm = Algorithm:
                    133: 
                    134: # Textfield
                    135: spellcheck = spellcheck for
                    136: 
                    137: # Section and h1
                    138: section_title = Section Title
                    139: section_contents = Section Contents
                    140: no_specific_role = No specific role
                    141: 
                    142: # OrganicStructure
                    143: option_border = Rahmen

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