Annotation of modules/damieng/graphical_editor/daxe/lib/LocalStrings_en.properties, revision 1.1
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:
! 32:
! 33: # find/replace dialog
! 34: find.find_replace = Find/Replace
! 35: find.find = Find
! 36: find.replace = Replace
! 37: find.replace_by = Replace by
! 38: find.replace_all = Replace all
! 39: find.replace_find = Replace and find
! 40: find.next = Next
! 41: find.case_sensitive = Case sensitive
! 42: find.backwards = Backwards
! 43:
! 44: # undo/redo
! 45: undo.undo = Undo
! 46: undo.redo = Redo
! 47: undo.paste = Paste
! 48: undo.insert = Insert
! 49: undo.remove = Remove
! 50: undo.insert_text = Insert text
! 51: undo.remove_text = Remove text
! 52: undo.insert_element = Insert element
! 53: undo.remove_element = Remove element
! 54: undo.attributes = Change attributes
! 55:
! 56: # menus
! 57: menu.file = File
! 58: menu.save = Save
! 59: menu.source = XML Source
! 60: menu.validation = Validate
! 61: menu.edit = Edit
! 62: #menu.cut = Cut
! 63: #menu.copy = Copy
! 64: #menu.paste = Paste
! 65: menu.select_all = Select all
! 66:
! 67: # toolbar
! 68: toolbar.remove_styles = Remove styles
! 69: toolbar.insert_link = Insert Link
! 70: toolbar.remove_link = Remove Link
! 71: toolbar.insert_anchor = Insert Anchor
! 72: toolbar.font = Font
! 73: toolbar.size = Size
! 74: toolbar.align_left = Align left
! 75: toolbar.align_right = Align right
! 76: toolbar.align_center = Center
! 77: toolbar.align_justify = Justify
! 78: toolbar.rise_list_level = Rise by one list level
! 79: toolbar.lower_list_level = Lower by one list level
! 80:
! 81: # contextual menu
! 82: contextual.help_about_element = Help about
! 83: contextual.edit_attributes = Attributes of
! 84: contextual.select_element = Select
! 85:
! 86: # save
! 87: save.success = The file has been saved successfully.
! 88: save.error = An error occurred while saving the file
! 89:
! 90: # inserts
! 91: insert.text_not_allowed = Text is not allowed here.
! 92: insert.not_authorized_inside = is not authorized under
! 93: insert.not_authorized_here = is not authorized here.
! 94:
! 95: # validation
! 96: validation.validation = Validate
! 97: validation.no_error = This document is valid !
! 98: validation.errors = Validation errors for the following elements :
! 99:
! 100: # tables
! 101: table.Table = Table
! 102: table.Row = Row
! 103: table.Column = Column
! 104: table.Cell = Cell
! 105: table.header = Header
! 106: table.merge_right = Merge with the cell on the right
! 107: table.split_x = Split the cell horizontally
! 108: table.merge_bottom = Merge with the bottom cell
! 109: table.split_y = Split the cell vertically
! 110:
! 111: table.split = Split
! 112: table.merge = Merge
! 113:
! 114: # forms
! 115: form.text_edition = Text edition
! 116:
! 117: # equations
! 118: equation.preview = Preview
! 119:
! 120: # style
! 121: style.remove_styles = Retirer les styles
! 122: style.apply_style = Apply style
! 123:
! 124: # dnhiddendiv
! 125: div.remove = Remove the div
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>