From: <w4...@us...> - 2003-01-07 22:43:22
|
Update of /cvsroot/xoops/xoops2/modules/system/language/spanish/admin In directory sc8-pr-cvs1:/tmp/cvs-serv14617/modules/system/language/spanish/admin Modified Files: preferences.php Log Message: update the spanish lang Index: preferences.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/language/spanish/admin/preferences.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** preferences.php 2 Jan 2003 20:34:20 -0000 1.1 --- preferences.php 7 Jan 2003 22:43:18 -0000 1.2 *************** *** 17,21 **** define("_MD_AM_THEMESET","Theme Set"); define("_MD_AM_ANONNAME","Nombre de Usuario para Anónimos"); - define("_MD_AM_ANONPOST","¿Permitir el envío a anónimos?"); define("_MD_AM_MINPASS","Mínima longitud de la cotraseña requerida"); define("_MD_AM_NEWUNOTIFY","¿Notificar por mail cuando un usuario se registra?"); --- 17,20 ---- *************** *** 131,142 **** define('_MD_AM_MINSEARCH', 'Mínima longitud de palabra'); define('_MD_AM_MINSEARCHDSC', 'Ingrese la Mínima longitud de palabra que el usuario requiere para realizar una Busqueda'); - - define('_MD_AM_IMAGE', 'Manejador de Imágenes'); - define('_MD_AM_IMAGEW', 'Ancho máximo de la imágen (pixels)'); - define('_MD_AM_IMAGEWDSC', 'Ingrese el Ancho máximo permitido para subir una imágen'); - define('_MD_AM_IMAGEH', 'Alto máximo de la imágen (pixels)'); - define('_MD_AM_IMAGEHDSC', 'Ingrese el Alto máximo permitido para subir una imágen'); - define('_MD_AM_IMAGEMAX', 'Tamaño máximo de la imágen (bytes)'); - define('_MD_AM_IMAGEMAXDSC', 'Ingrese el tamaño máximo permitido para subir una imágen'); define('_MD_AM_MODCONFIG', 'Opciónes de configuración del módulo'); define('_MD_AM_DSPDSCLMR', '¿Mostrar Condiciones de Registro?'); --- 130,133 ---- |