Revision 29163

View differences:

trunk/applications/appgvSIG/config/text.properties
229 229
copy=Copiar
230 230
cortar=Cortar
231 231
could_not_apply_legend=No se pudo aplicar la leyenda
232
could_not_find_layer=
232
could_not_find_layer=No se ha podido encontrar la capa
233 233
could_not_find_symbol_directory=No se pudo encontral el directorio de la biblioteca s\u00edmbolos
234 234
could_not_get_shape_type=No se pudo obtener el tipo de geometr\u00eda.
235 235
could_not_initialize_editor_=
......
1097 1097
text_symbols=S\u00edmbolos textuales
1098 1098
texto=Texto
1099 1099
tga=
1100
the_legend_will_not_be_applied=
1100
the_legend_will_not_be_applied=La leyenda no ser\u00e1 aplicada
1101 1101
the_user_cannot_edit_the_project_because_it_has_not_write_permissions=El usuario no puede editar el proyecto ya que \u00e9ste no dispone de permisos de escritura
1102 1102
this_table_is_not_self_editable=La tabla no tiene permiso de escritura.
1103 1103
tipo_dato=Tipo dato
trunk/applications/appgvSIG/config/text_en.properties
226 226
copy=Copy
227 227
cortar=Cut
228 228
could_not_apply_legend=Could not apply legend
229
could_not_find_layer=
229
could_not_find_layer=Could not find layer
230 230
could_not_find_symbol_directory=Could not find symbols directory
231 231
could_not_get_shape_type=Could not get shape type.
232 232
could_not_initialize_editor_=
......
1076 1076
text_symbols=Text symbols
1077 1077
texto=Text
1078 1078
tga=TGA Files
1079
the_legend_will_not_be_applied=
1079
the_legend_will_not_be_applied=The legend will not be applied
1080 1080
the_user_cannot_edit_the_project_because_it_has_not_write_permissions=The user cannot edit the project because it has not write permissions.
1081 1081
this_table_is_not_self_editable=Table not editable
1082 1082
tipo_dato=Data type
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/LegendManager.java
266 266
							hasReason = true;
267 267
						}
268 268
						if ((type & LegendDriverException.LAYER_NAME_NOT_FOUND) != 0){
269
							type = type & ~LegendDriverException.UNSUPPORTED_LEGEND_READING;
269
							type = type & ~LegendDriverException.LAYER_NAME_NOT_FOUND;
270 270
							message +="-"+ PluginServices.getText(this, "could_not_find_layer")+"\n";
271 271
							hasReason = true;
272 272
						}

Also available in: Unified diff