From c031bddd2cde7f1d7cdb375e54907b3a1e4435ef Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 30 Jul 2004 15:39:38 +0000 Subject: [PATCH] Some resourcetypeXXXX has been shortenned to display things properly in Site & Course pages. I'll send this to Benito Arias (spanish translator) to inform him... --- lang/es/resource.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/es/resource.php b/lang/es/resource.php index c508d3d261..0964520551 100644 --- a/lang/es/resource.php +++ b/lang/es/resource.php @@ -61,11 +61,11 @@ $string['popupresource'] = 'Este recurso debe aparecer en una ventana '; $string['popupresourcelink'] = 'Si no, haga clic aquí: $a'; $string['resourcetype'] = 'Tipo de recurso'; $string['resourcetypedirectory'] = 'Mostrar un directorio'; -$string['resourcetypefile'] = 'Enlazar con un archivo o un sitio web'; -$string['resourcetypehtml'] = 'Componer una página web'; -$string['resourcetypelabel'] = 'Insertar una etiqueta'; -$string['resourcetypereference'] = 'Enviar una referencia'; -$string['resourcetypetext'] = 'Componer una página de texto'; +$string['resourcetypefile'] = 'Enlazar un archivo o una web'; +$string['resourcetypehtml'] = 'Editar una página web'; +$string['resourcetypelabel'] = 'Añadir una etiqueta'; +$string['resourcetypereference'] = 'Mostrar una referencia'; +$string['resourcetypetext'] = 'Editar una página de texto'; $string['searchweb'] = 'Buscar una página web'; $string['variablename'] = 'Nombre de la variable'; -- 2.39.5