Commit bbf7a6ae authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Modifica traducciones e icono relativos a capas

parent 98019892
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ define([
			this.config = {
				ownChannel: "catalogOGC",
				perms: null,
				title: this.i18n.availableThemes
				title: this.i18n.layersCatalog
			};

			lang.mixin(this, this.config, args);
+5 −5
Original line number Diff line number Diff line
@@ -415,12 +415,12 @@ define({
	, "insertLayersCategoryName": "Inserte el nombre para la categoría de capas"
	, "category": "Categoría"

	, "selectedCharts": "Gráficas seleccionadas"
	, "selectedLayers": "Capas seleccionadas"
	, "selectedThemes": "Temas seleccionados"
	, "availableThemes": "Temas disponibles"
	, "goToCatalog": "Ir a los temas disponibles"
	, "goToSelectedLayers": "Ir a los temas seleccionados"
	, "addLayersToLoadInMap": "Pulse aquí para añadir temas"
	, "layersCatalog": "Catálogo de capas"
	, "goToLayersCatalog": "Ir a catálogo de capas"
	, "goToSelectedLayers": "Ir a capas seleccionadas"
	, "addLayersToLoadInMap": "Pulse aquí para añadir capas del catálogo"

	, "seaDepth": "Fondo"
	, "legalValidity": "Validez legal"
+5 −5
Original line number Diff line number Diff line
@@ -415,12 +415,12 @@ define({
		, "insertLayersCategoryName": "Insert name for the layers category"
		, "category": "Category"

		, "selectedCharts": "Selected charts"
		, "selectedLayers": "Selected layers"
		, "selectedThemes": "Selected themes"
		, "availableThemes": "Available themes"
		, "goToCatalog": "Go to available themes"
		, "goToSelectedLayers": "Ir a los temas seleccionados"
		, "addLayersToLoadInMap": "Click here to add themes"
		, "layersCatalog": "Layers catalog"
		, "goToLayersCatalog": "Go to layers catalog"
		, "goToSelectedLayers": "Go to selected layers"
		, "addLayersToLoadInMap": "Click here to add layers from catalog"

		, "seaDepth": "Bottom"
		, "legalValidity": "Legal validity"
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ define([
			var ListDesignDefinition = declare([ListLayout, ListController]);
			this.chartsList = new ListDesignDefinition({
				parentChannel: this.getChannel(),
				title: this.i18n.selectedLayers,
				title: this.i18n.selectedCharts,
				target: this._localTarget,
				buttons: {
					"iconListMenu": {
+3 −3
Original line number Diff line number Diff line
@@ -103,13 +103,13 @@ define([

			this.themesBrowserConfig = this._merge([{
				parentChannel: this.getChannel(),
				title: this.i18n.selectedThemes,
				title: this.i18n.selectedLayers,
				target: this.localTarget,
				buttonsInTopZone: true,
				buttons: {
					"goToCatalog": {
						className: "fa-plus",
						title: this.i18n.goToCatalog
						title: this.i18n.goToLayersCatalog
					}
				},
				classByList: '.borderList',
@@ -167,7 +167,7 @@ define([
				buttonsInTopZone: true,
				buttons: {
					"backToSelectedLayers": {
						className: "fa-reply",
						className: "fa-eye",
						title: this.i18n.goToSelectedLayers
					}
				},