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

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
1.6       damieng    60: menu.open = Open...
1.1       damieng    61: menu.save = Save
                     62: menu.source = XML Source
                     63: menu.validation = Validate
1.6       damieng    64: menu.quit = Quit
1.1       damieng    65: menu.edit = Edit
1.7     ! damieng    66: menu.cut = Cut
        !            67: menu.cut_with_keyboard = This browser does not allow cutting to clipboard with a button. Please use Ctrl-X instead.
        !            68: menu.copy = Copy
        !            69: menu.copy_with_keyboard = This browser does not allow copying to clipboard with a button. Please use Ctrl-C instead.
1.1       damieng    70: #menu.paste = Paste
                     71: menu.select_all = Select all
                     72: 
                     73: # toolbar
1.7     ! damieng    74: toolbar.cut = Cut
        !            75: toolbar.copy = Copy
1.1       damieng    76: toolbar.remove_styles = Remove styles
                     77: toolbar.insert_link = Insert Link
                     78: toolbar.remove_link = Remove Link
                     79: toolbar.insert_anchor = Insert Anchor
                     80: toolbar.font = Font
                     81: toolbar.size = Size
                     82: toolbar.align_left = Align left
                     83: toolbar.align_right = Align right
                     84: toolbar.align_center = Center
                     85: toolbar.align_justify = Justify
                     86: toolbar.rise_list_level = Rise by one list level
                     87: toolbar.lower_list_level = Lower by one list level
1.5       damieng    88: toolbar.symbol = Symbol
1.1       damieng    89: 
                     90: # contextual menu
                     91: contextual.help_about_element = Help about
                     92: contextual.edit_attributes = Attributes of
                     93: contextual.select_element = Select
                     94: 
1.6       damieng    95: # open
                     96: open.name = Name
                     97: open.size = Size
                     98: open.modified = Last modified
                     99: open.error = Error when getting the list of files.
                    100: 
1.1       damieng   101: # save
                    102: save.success = The file has been saved successfully.
                    103: save.error = An error occurred while saving the file
1.4       damieng   104: save.document_not_saved = The document has not been saved.
1.1       damieng   105: 
1.6       damieng   106: # quit
                    107: quit.error = Error when trying to exit the application server
                    108: quit.byhand = The server exited correctly. You should now close this window or tab.
                    109: 
1.1       damieng   110: # inserts
                    111: insert.text_not_allowed = Text is not allowed here.
                    112: insert.not_authorized_inside = is not authorized under
                    113: insert.not_authorized_here = is not authorized here.
                    114: 
                    115: # validation
                    116: validation.validation = Validate
                    117: validation.no_error = This document is valid !
                    118: validation.errors = Validation errors for the following elements :
                    119: 
                    120: # tables
                    121: table.Table = Table
                    122: table.Row = Row
                    123: table.Column = Column
                    124: table.Cell = Cell
                    125: table.header = Header
                    126: table.merge_right = Merge with the cell on the right
                    127: table.split_x = Split the cell horizontally
                    128: table.merge_bottom = Merge with the bottom cell
                    129: table.split_y = Split the cell vertically
                    130: 
                    131: table.split = Split
                    132: table.merge = Merge
                    133: 
                    134: # forms
                    135: form.text_edition = Text edition
                    136: 
                    137: # equations
                    138: equation.preview = Preview
                    139: 
                    140: # style
                    141: style.remove_styles = Retirer les styles
                    142: style.apply_style = Apply style
                    143: 
                    144: # dnhiddendiv
                    145: div.remove = Remove the div

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