Annotation of modules/damieng/graphical_editor/daxe/lib/LocalStrings_en.properties, revision 1.3

1.1       damieng     1: 
                      2: # daxe
                      3: daxe.missing_config = The config parameter is missing in the URL.
                      4: 
                      5: # web page
                      6: page.new_document = New document
                      7: 
                      8: # left panel
                      9: left.insert = Insert
                     10: left.tree = tree
                     11: 
                     12: # dialog buttons
                     13: button.Cancel = Cancel
                     14: button.OK = OK
                     15: button.Close = Close
                     16: 
                     17: # attribute dialog
                     18: attribute.missing_required = A required attribute is missing.
                     19: 
                     20: # unkown element attribute dialog
                     21: attribute.add = Add an attribute
                     22: attribute.invalid_attribute_name = Invalid attribute name
                     23: 
                     24: # source window
                     25: source.select_all = Select all
                     26: 
                     27: # help dialog
                     28: help.parents = Parents
                     29: help.children = Children
                     30: help.attributes = Attributes
                     31: help.element_name = Element name:
1.2       damieng    32: help.attribute_name = Attribute name:
1.3     ! damieng    33: help.default_value = Default value:
1.1       damieng    34: 
                     35: # find/replace dialog
                     36: find.find_replace = Find/Replace
                     37: find.find = Find
                     38: find.replace = Replace
                     39: find.replace_by = Replace by
                     40: find.replace_all = Replace all
                     41: find.replace_find = Replace and find
                     42: find.next = Next
                     43: find.case_sensitive = Case sensitive
                     44: find.backwards = Backwards
                     45: 
                     46: # undo/redo
                     47: undo.undo = Undo
                     48: undo.redo = Redo
                     49: undo.paste = Paste
                     50: undo.insert = Insert
                     51: undo.remove = Remove
                     52: undo.insert_text = Insert text
                     53: undo.remove_text = Remove text
                     54: undo.insert_element = Insert element
                     55: undo.remove_element = Remove element
                     56: undo.attributes = Change attributes
                     57: 
                     58: # menus
                     59: menu.file = File
                     60: menu.save = Save
                     61: menu.source = XML Source
                     62: menu.validation = Validate
                     63: menu.edit = Edit
                     64: #menu.cut = Cut
                     65: #menu.copy = Copy
                     66: #menu.paste = Paste
                     67: menu.select_all = Select all
                     68: 
                     69: # toolbar
                     70: toolbar.remove_styles = Remove styles
                     71: toolbar.insert_link = Insert Link
                     72: toolbar.remove_link = Remove Link
                     73: toolbar.insert_anchor = Insert Anchor
                     74: toolbar.font = Font
                     75: toolbar.size = Size
                     76: toolbar.align_left = Align left
                     77: toolbar.align_right = Align right
                     78: toolbar.align_center = Center
                     79: toolbar.align_justify = Justify
                     80: toolbar.rise_list_level = Rise by one list level
                     81: toolbar.lower_list_level = Lower by one list level
                     82: 
                     83: # contextual menu
                     84: contextual.help_about_element = Help about
                     85: contextual.edit_attributes = Attributes of
                     86: contextual.select_element = Select
                     87: 
                     88: # save
                     89: save.success = The file has been saved successfully.
                     90: save.error = An error occurred while saving the file
                     91: 
                     92: # inserts
                     93: insert.text_not_allowed = Text is not allowed here.
                     94: insert.not_authorized_inside = is not authorized under
                     95: insert.not_authorized_here = is not authorized here.
                     96: 
                     97: # validation
                     98: validation.validation = Validate
                     99: validation.no_error = This document is valid !
                    100: validation.errors = Validation errors for the following elements :
                    101: 
                    102: # tables
                    103: table.Table = Table
                    104: table.Row = Row
                    105: table.Column = Column
                    106: table.Cell = Cell
                    107: table.header = Header
                    108: table.merge_right = Merge with the cell on the right
                    109: table.split_x = Split the cell horizontally
                    110: table.merge_bottom = Merge with the bottom cell
                    111: table.split_y = Split the cell vertically
                    112: 
                    113: table.split = Split
                    114: table.merge = Merge
                    115: 
                    116: # forms
                    117: form.text_edition = Text edition
                    118: 
                    119: # equations
                    120: equation.preview = Preview
                    121: 
                    122: # style
                    123: style.remove_styles = Retirer les styles
                    124: style.apply_style = Apply style
                    125: 
                    126: # dnhiddendiv
                    127: div.remove = Remove the div

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