[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: authors.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Autores'); 14 15 define('TABLE_HEADING_AUTHORS', 'Autores'); 16 define('TABLE_HEADING_ACTION', 'Acción'); 17 18 define('TEXT_HEADING_NEW_AUTHOR', 'Nuevo autor'); 19 define('TEXT_HEADING_EDIT_AUTHOR', 'Editar autor'); 20 define('TEXT_HEADING_DELETE_AUTHOR', 'Borrar autor'); 21 22 define('TEXT_ARTICLE_BY', 'Noticia por '); 23 define('TEXT_MORE_INFORMATION', 'Para obtener más información, por favor visita estos autores <a href="http://%s" target="_blank">aquí</a>.'); 24 25 define('TEXT_AUTHORS', 'Autores:'); 26 define('TEXT_DATE_ADDED', 'Fecha de publicación:'); 27 define('TEXT_LAST_MODIFIED', 'Última modificación:'); 28 define('TEXT_ARTICLES', 'Noticias:'); 29 30 define('TEXT_NEW_INTRO', 'Por favor rellena la siguienet información para el nuevo autor'); 31 define('TEXT_EDIT_INTRO', 'Por favor haz los cambios necesarios.'); 32 33 define('TEXT_AUTHORS_NAME', 'Nombre de los autores:'); 34 define('TEXT_AUTHORS_DESCRIPTION', 'Descripción de los autores:'); 35 define('TEXT_AUTHORS_URL', 'URL de los autores:'); 36 37 define('TEXT_DELETE_INTRO', 'żEstás seguro que quieres borrar a este autor?'); 38 define('TEXT_DELETE_ARTICLES', 'żDesea borrar las noticias de este autor? (Incluyendo los comentarios y las noticias pendientes de publicación)'); 39 define('TEXT_DELETE_WARNING_ARTICLES', '<b>WARNING:</b> ĦHay %s noticias vinculadas a este autor!'); 40 41 define('ERROR_DIRECTORY_NOT_WRITEABLE', 'Error: No es posible escribir en este directorio. Por favor corrige los permisos de acceso de: %s'); 42 define('ERROR_DIRECTORY_DOES_NOT_EXIST', 'Error: El directorio no existe: %s'); 43 44 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |