Export Content has now been translated to Spanish.
You may download the file here:
Spanish Translation
Unzip locally and FTP to:
/administrator/components/
com_export_content/language/
...file here
Note: If used with Joomla 1.5+ series there a few lines that need to be uncommented.
From lines 51 to 68 should be as follows:
| Code: |
/***************************************
******************
* Solo necesario para la serie Joomla 1.
5+, de lo contrario será comentado.
****************************************
***************/
//START:
Para Joomla 1.5+, solo desde aquÃ:
DEFINE('_READMORE_EDITOR_MSG','<b>Nota
para Export Content:</
b><br> Si hay contenido en la siguiente
caja, aparecerá un <b>\
'Enlace Leer Más\'</
b> cuando usted >>');
DEFINE('_CMN_TOP','Arriba');
DEFINE('_CMN_BOTTOM','Abajo');
DEFINE('_INSERT_CODE','INSERTAR Código
');
DEFINE('_COMPILE_SITE_CONTENT','Compila
r el Contenido del Sitio');
DEFINE('_XML_FILESIZE_HEADING','El tama
ño del Archivo de Instalación');
//END:
Para Joomla 1.5+, solo hasta aquÃ.
/
****************************************
*******************************
Todo lo que sigue es utilizado en todas
las versiones de Export Content y puede
ser usado para:
instalaciones de Joomla 1.0+, Joomla 1.
5+, Mambo 4.5+ y Mambo 4.6+
***************************************
******************************/
|