Revision 4850 trunk/extensions/extCAD/config/config.xml

View differences:

config.xml
8 8
		<extension class-name="com.iver.cit.gvsig.StartEditing"
9 9
			description="Extensi?n encargada de comenzar la edici?n sobre la capa activa."
10 10
			active="true">
11
			<menu text="theme/start_edition" action-command="STARTEDITING"/>
11
			<menu text="tema/start_edition" action-command="STARTEDITING"/>
12 12
		</extension>
13 13
		<extension class-name="com.iver.cit.gvsig.NewTheme"
14 14
			description="Crear un nuevo tema."
15 15
			active="true">
16
			<menu text="view/new_theme/new_shp" action-command="SHP"/>
17
			<menu text="view/new_theme/new_dxf" action-command="DXF"/>
18
			<menu text="view/new_theme/new_postgis" action-command="POSTGIS"/>
16
			<menu text="vista/new_theme/new_shp" action-command="SHP"/>
17
			<menu text="vista/new_theme/new_dxf" action-command="DXF"/>
18
			<menu text="vista/new_theme/new_postgis" action-command="POSTGIS"/>
19 19
		</extension>
20 20

  
21 21
		<extension class-name="com.iver.cit.gvsig.StopEditing"
22 22
			description="Extensi?n encargada de terminar la edici?n sobre la capa activa y guardarla sobre s? misma."
23 23
			active="true">
24
			<menu text="theme/stop_edition" action-command="STOPEDITING"/>
24
			<menu text="tema/stop_edition" action-command="STOPEDITING"/>
25 25
		</extension>
26
		<extension class-name="com.iver.cit.gvsig.SaveAs"
27
			description="Salvar como."
28
			active="true">
29
			<menu text="tema/save_as/shp" action-command="SHP"/>
30
			<menu text="tema/save_as/dxf" action-command="DXF"/>
31
			<menu text="tema/save_as/postgis" action-command="POSTGIS"/>
32
		</extension>
33
		
26 34
		<!-- <extension class-name="com.iver.cit.gvsig.StopEditingToGT2Shp"
27 35
			description="Extensi?n encargada de terminar la edici?n sobre la capa activa y guardarla sobre s? misma si es un shapefile."
28 36
			active="true">
29
			<menu text="theme/stop_edition/GT2shp" action-command="STOPEDITING"/>
37
			<menu text="tema/stop_edition/GT2shp" action-command="STOPEDITING"/>
30 38
		</extension> -->
31 39
		<extension class-name="com.iver.cit.gvsig.RedoViewExtension"
32 40
			description="Extensi?n encargada de rehacer la edici?n sobre la capa activa."
33 41
			active="true">
34
			<menu text="theme/redo" action-command="REDO" icon="images/Redo.png"/>
42
			<menu text="tema/redo" action-command="REDO" icon="images/Redo.png"/>
35 43
		<tool-bar name="modificar">
36 44
				<action-tool name="redo" icon="images/Redo.png" action-command="REDO" tooltip="redo" group="vista"/>
37 45
		</tool-bar>
......
39 47
		<extension class-name="com.iver.cit.gvsig.UndoViewExtension"
40 48
			description="Extensi?n encargada de dehacer la edici?n sobre la capa activa."
41 49
			active="true">
42
			<menu text="theme/undo" action-command="UNDO" icon="images/Undo.png"/>
50
			<menu text="tema/undo" action-command="UNDO" icon="images/Undo.png"/>
43 51
		<tool-bar name="modificar">
44 52
				<action-tool name="deshacer" icon="images/Undo.png" action-command="UNDO" tooltip="undo" group="vista"/>
45 53
		</tool-bar>
......
63 71
		<extension class-name="com.iver.cit.gvsig.EditingExtension"
64 72
			description="Extensi?n encargada de terminar la edici?n sobre la capa activa y guardarla en un shapefile."
65 73
			active="true">
66
			<menu text="theme/cancel_edition" action-command="CANCELEDITING"/>
67
			<menu text="theme/show_grid" action-command="SHOWGRID"/>
68
			<menu text="theme/hide_grid" action-command="HIDEGRID"/>
69
			<menu text="theme/adjust_grid" action-command="SETADJUSTGRID"/>
70
			<menu text="theme/no_adjust_grid" action-command="NOTADJUSTGRID"/>
74
			<menu text="tema/cancel_edition" action-command="CANCELEDITING"/>
75
			<menu text="tema/show_grid" action-command="SHOWGRID"/>
76
			<menu text="tema/hide_grid" action-command="HIDEGRID"/>
77
			<menu text="tema/adjust_grid" action-command="SETADJUSTGRID"/>
78
			<menu text="tema/no_adjust_grid" action-command="NOTADJUSTGRID"/>
71 79
		</extension>
72 80

  
73 81
		<extension class-name="com.iver.cit.gvsig.CADExtension"

Also available in: Unified diff