Annotation of modules/damieng/graphical_editor/daxe/lib/LocalStrings_en.properties, revision 1.5
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
1.5 ! damieng 82: toolbar.symbol = Symbol
1.1 damieng 83:
84: # contextual menu
85: contextual.help_about_element = Help about
86: contextual.edit_attributes = Attributes of
87: contextual.select_element = Select
88:
89: # save
90: save.success = The file has been saved successfully.
91: save.error = An error occurred while saving the file
1.4 damieng 92: save.document_not_saved = The document has not been saved.
1.1 damieng 93:
94: # inserts
95: insert.text_not_allowed = Text is not allowed here.
96: insert.not_authorized_inside = is not authorized under
97: insert.not_authorized_here = is not authorized here.
98:
99: # validation
100: validation.validation = Validate
101: validation.no_error = This document is valid !
102: validation.errors = Validation errors for the following elements :
103:
104: # tables
105: table.Table = Table
106: table.Row = Row
107: table.Column = Column
108: table.Cell = Cell
109: table.header = Header
110: table.merge_right = Merge with the cell on the right
111: table.split_x = Split the cell horizontally
112: table.merge_bottom = Merge with the bottom cell
113: table.split_y = Split the cell vertically
114:
115: table.split = Split
116: table.merge = Merge
117:
118: # forms
119: form.text_edition = Text edition
120:
121: # equations
122: equation.preview = Preview
123:
124: # style
125: style.remove_styles = Retirer les styles
126: style.apply_style = Apply style
127:
128: # dnhiddendiv
129: div.remove = Remove the div
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>