From: stronk7 Date: Fri, 30 Jul 2004 15:39:38 +0000 (+0000) Subject: Some resourcetypeXXXX has been shortenned to display X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c031bddd2cde7f1d7cdb375e54907b3a1e4435ef;p=moodle.git 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... --- 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';