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