blob: f76e69509924c9ee731d68bc90febf4bb85463e0 [file] [log] [blame]
//------------------------------------------------------------------------------
// Copyright (c) 2000, 2007 IBM Corporation and others.
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, and is available at
// http://www.eclipse.org/legal/epl-v10.html
//
// Contributors:
// IBM Corporation - initial implementation
//------------------------------------------------------------------------------
/* resource files for content page javascript
* this file should be localized
*/
ContentPageResource = function() {
this.expandAllText = "Expandir todas las secciones";
this.collapseAllText = "Contraer todas las secciones";
this.backToTopText = "Volver al inicio";
this.expandAllSubSectionsText = "Expandir todos los pasos";
this.collapseAllSubSectionsText = "Contraer todos los pasos";
this.toolbar_bookmark = "Guardar esta página en los marcadores";
this.toolbar_back = "Atrás";
this.toolbar_forward = "Hacia delante";
this.toolbar_expand_all = "Expandir todo";
this.toolbar_collapse_all = "Contraer todo";
this.toolbar_print = "Imprimir";
this.expandText = "Expandir"
this.collapseText = "Contraer"
this.checkedAltText = "Sí"
};