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