[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: articles.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('TEXT_MAIN', ''); 14 define('TABLE_HEADING_NEW_ARTICLES', 'Nuevas noticias en %s'); 15 16 if ( ($topic_depth == 'articles') || (isset($HTTP_GET_VARS['authors_id'])) ) { 17 define('HEADING_TITLE', $topics['topics_name']); 18 define('TABLE_HEADING_ARTICLES', 'Noticias'); 19 define('TABLE_HEADING_AUTHOR', 'Autor'); 20 define('TEXT_NO_ARTICLES', 'Actualmente no hay noticias en esta sección.'); 21 define('TEXT_NO_ARTICLES2', 'Actualmente no ha noticias disponible de este autor.'); 22 define('TEXT_NUMBER_OF_ARTICLES', 'Número de noticias: '); 23 define('TEXT_SHOW', 'Mostrar:'); 24 define('TEXT_NOW', '\' ahora'); 25 define('TEXT_ALL_TOPICS', 'Todas las secciones'); 26 define('TEXT_ALL_AUTHORS', 'Todos los autores'); 27 define('TEXT_ARTICLES_BY', 'Noticias por '); 28 define('TEXT_ARTICLES', 'Debajo hay una lista de todas las noticias con las más recientes listadas al principio.'); 29 define('TEXT_DATE_ADDED', 'Publicado:'); 30 define('TEXT_AUTHOR', 'Autor:'); 31 define('TEXT_TOPIC', 'Sección:'); 32 define('TEXT_BY', 'por'); 33 define('TEXT_READ_MORE', 'Leer más...'); 34 define('TEXT_MORE_INFORMATION', 'Para obtener más información, visita estos autores <a href="http://%s" target="_blank">aquí</a>.'); 35 } elseif ($topic_depth == 'arriba') { 36 define('HEADING_TITLE', 'Todas las noticias'); 37 define('TEXT_ALL_ARTICLES', 'Debajo hay una lista de todas las noticias con las más recientes listadas al principio.'); 38 define('TEXT_ARTICLES', 'Debajo hay una lista de todas las noticias con las más recientes listadas al principio.'); 39 define('TEXT_CURRENT_ARTICLES', 'Noticias disponibles'); 40 define('TEXT_UPCOMING_ARTICLES', 'Próximas noticias'); 41 define('TEXT_NO_ARTICLES', 'TNo hay noticias disponibles.'); 42 define('TEXT_DATE_ADDED', 'Publicado:'); 43 define('TEXT_DATE_EXPECTED', 'Esperado:'); 44 define('TEXT_AUTHOR', 'Autor:'); 45 define('TEXT_TOPIC', 'Sección:'); 46 define('TEXT_BY', 'por'); 47 define('TEXT_READ_MORE', 'Leer más...'); 48 } elseif ($topic_depth == 'nested') { 49 define('HEADING_TITLE', 'Noticias'); 50 } 51 52 ?>
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 |