68 lines
2.6 KiB
JavaScript
68 lines
2.6 KiB
JavaScript
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
|
/* vim: set ts=2 et sw=2 tw=80: */
|
|
|
|
/*************************************************************
|
|
*
|
|
* MathJax/localization/es/MathMenu.js
|
|
*
|
|
* Copyright (c) 2009-2013 The MathJax Consortium
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*
|
|
*/
|
|
|
|
MathJax.Localization.addTranslation("es","MathMenu",{
|
|
version: "2.3",
|
|
isLoaded: true,
|
|
strings: {
|
|
MathMLcode: "C\u00F3digo de MathML",
|
|
OriginalMathML: "MathML original",
|
|
TeXCommands: "\u00D3rdenes de TeX",
|
|
Original: "Forma original",
|
|
ErrorMessage: "Mensaje de Error",
|
|
Annotation: "Anotaci\u00F3n",
|
|
TeX: "TeX",
|
|
StarMath: "StarMath",
|
|
Maple: "Maple",
|
|
OpenMath: "OpenMath",
|
|
Hover: "Apuntar con el rat\u00F3n",
|
|
Click: "Pulsaci\u00F3n del rat\u00F3n",
|
|
DoubleClick: "Pulsaci\u00F3n doble del rat\u00F3n",
|
|
NoZoom: "Sin ampliaci\u00F3n",
|
|
Option: "Opci\u00F3n",
|
|
Alt: "Alt",
|
|
Command: "Comando",
|
|
Control: "Control",
|
|
Shift: "May\u00FAs",
|
|
ZoomFactor: "Factor de ampliaci\u00F3n",
|
|
Renderer: "Renderizador matem\u00E1tico",
|
|
MPHandles: "Permitir que MathPlayer gestione:",
|
|
MenuEvents: "Eventos del men\u00FA",
|
|
MouseEvents: "Eventos del rat\u00F3n",
|
|
MenuAndMouse: "Eventos del men\u00FA y del rat\u00F3n",
|
|
FontPrefs: "Preferencias tipogr\u00E1ficas",
|
|
ContextMenu: "Men\u00FA Contextual",
|
|
Browser: "Navegador",
|
|
Locale: "Idioma",
|
|
LoadLocale: "Cargar a partir de URL\u2026",
|
|
About: "Acerca de MathJax",
|
|
Help: "Ayuda de MathJax",
|
|
LoadURL: "Cargar datos de traducci\u00F3n desde esta direcci\u00F3n URL:",
|
|
BadData: "No se pudieron cargar los datos de traducci\u00F3n de %1",
|
|
Close: "Cerrar",
|
|
EqSource: "C\u00F3digo de la ecuaci\u00F3n de MathJax"
|
|
}
|
|
});
|
|
|
|
MathJax.Ajax.loadComplete("[MathJax]/localization/es/MathMenu.js");
|