X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ee24635e06a8c01d751f80caba47c57f76e8989d..refs/pull/3918/head:/resources/lang/es/editor.php diff --git a/resources/lang/es/editor.php b/resources/lang/es/editor.php index 951090a67..1284cad61 100644 --- a/resources/lang/es/editor.php +++ b/resources/lang/es/editor.php @@ -66,6 +66,7 @@ return [ 'insert_link_title' => 'Insertar/Editar enlace', 'insert_horizontal_line' => 'Insertar línea horizontal', 'insert_code_block' => 'Insertar bloque de código', + 'edit_code_block' => 'Editar bloque de código', 'insert_drawing' => 'Insertar/editar dibujo', 'drawing_manager' => 'Gestor de dibujo', 'insert_media' => 'Insertar/editar medios', @@ -143,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Texto para mostrar', 'title' => 'Titulo', - 'open_link' => 'Abrir enlace en...', + 'open_link' => 'Abrir enlace', + 'open_link_in' => 'Abrir enlace en...', 'open_link_current' => 'Ventana actual', 'open_link_new' => 'Nueva ventana', + 'remove_link' => 'Eliminar enlace', 'insert_collapsible' => 'Insertar bloque plegable', 'collapsible_unwrap' => 'Desplegar', 'edit_label' => 'Editar etiqueta',