mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Added es_mx from Claudio ... :-)
This commit is contained in:
parent
bb56980c83
commit
3829c7bdd0
@ -388,5 +388,72 @@ var o = locale["fr"] = new Object;
|
||||
|
||||
// Image Sources
|
||||
o["icon_post"] = "images/icon_post.gif";
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Español
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
var o = locale["es-mx"] = locale["es-mx"] = new Object;
|
||||
|
||||
|
||||
// Icon Titles (alt="")
|
||||
o["PostTopic"] = "Colcar";
|
||||
o["Cut"] = "Cortar";
|
||||
o["Copy"] = "Copiar";
|
||||
o["Paste"] = "Pegar";
|
||||
o["SpellCheck"] = "Checar orografía";
|
||||
o["SelectAll"] = "Seleccionar todo";
|
||||
o["RemoveFormatting"] = "Quitar formato";
|
||||
o["InsertLink"] = "Insertar liga";
|
||||
o["RemoveLink"] = "Quitar liga";
|
||||
o["InsertImage"] = "Insertar imagen";
|
||||
o["InsertTable"] = "Insertar tabla";
|
||||
o["EditTable"] = "Editar tabla";
|
||||
o["InsertLine"] = "Insertar línea horizontal";
|
||||
o["InsertSmily"] = "Insertar carita 8-)";
|
||||
o["InsertCharacter"] = "Insertar caracter especial";
|
||||
o["About"] = "Sobre el editor";
|
||||
o["Bold"] = "Negrita";
|
||||
o["Italic"] = "Cursiva";
|
||||
o["Underline"] = "Subrayado";
|
||||
o["Strikethrough"] = "Tachado";
|
||||
o["AlignLeft"] = "Alinear a la izquierda";
|
||||
o["Center"] = "Centrar";
|
||||
o["AlignRight"] = "Alinear a la derecha";
|
||||
o["AlignBlock"] = "Alinear justificado";
|
||||
o["NumberedList"] = "Lista numerada";
|
||||
o["BulettedList"] = "Lista no numerada";
|
||||
o["DecreaseIndent"] = "Sangría decreciente";
|
||||
o["IncreaseIndent"] = "Sangría creciente";
|
||||
o["HistoryBack"] = "Deshacer";
|
||||
o["HistoryForward"] = "Rehacer";
|
||||
o["TextColor"] = "Color de texto";
|
||||
o["BackgroundColor"] = "Color de fondo";
|
||||
|
||||
o["RemoveColspan"] = "Separar columnas";
|
||||
o["RemoveRowspan"] = "Separar filas";
|
||||
o["IncreaseColspan"] = "Juntar columnas";
|
||||
o["IncreaseRowspan"] = "Juntar filas";
|
||||
o["AddColumn"] = "Agregar columnas";
|
||||
o["AddRow"] = "Agregar fila";
|
||||
o["RemoveColumn"] = "Quitar columna";
|
||||
o["RemoveRow"] = "Quitar fila";
|
||||
|
||||
// Label Text
|
||||
o["Style"] = "Est.";
|
||||
o["Font"] = "Fte.";
|
||||
o["Size"] = "Tam.";
|
||||
o["Source"] = "Cód.";
|
||||
|
||||
// Titles
|
||||
o["SourceTitle"] = "Cambiar entre editor visual y de código fuente.";
|
||||
|
||||
// Image Sources
|
||||
o["icon_post"] = "images/icon_post.gif";
|
||||
o["hdr_tables"] = "images/hdr_tables.gif";
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user