[ Index ] |
|
Code source de Serendipity 1.2 |
1 <?php # $Id: lang_es.inc.php 1381 2006-08-15 10:14:56Z elf2000 $ 2 /** 3 * @version $Revision: 1381 $ 4 * @author Rodrigo Lazo Paz <rlazo.paz@gmail.com> 5 * EN-Revision: 690 6 */ 7 8 9 @define('PLUGIN_EVENT_STATISTICS_NAME', 'EstadÃsticas'); 10 @define('PLUGIN_EVENT_STATISTICS_DESC', 'Añade un enlace hacia estadÃsticas interesantes en tu panel de entradas, incluyendo un contador de visitas'); 11 @define('PLUGIN_EVENT_STATISTICS_OUT_STATISTICS', 'EstadÃsticas'); 12 @define('PLUGIN_EVENT_STATISTICS_OUT_FIRST_ENTRY', 'Primera entrada'); 13 @define('PLUGIN_EVENT_STATISTICS_OUT_LAST_ENTRY', 'Última entrada'); 14 @define('PLUGIN_EVENT_STATISTICS_OUT_TOTAL_ENTRIES', 'Total de entradas'); 15 @define('PLUGIN_EVENT_STATISTICS_OUT_ENTRIES', 'entradas'); 16 @define('PLUGIN_EVENT_STATISTICS_OUT_TOTAL_PUBLIC', ' ... públicas'); 17 @define('PLUGIN_EVENT_STATISTICS_OUT_TOTAL_DRAFTS', ' ... borradores'); 18 @define('PLUGIN_EVENT_STATISTICS_OUT_PER_AUTHOR', 'Entradas por usuario'); 19 @define('PLUGIN_EVENT_STATISTICS_OUT_CATEGORIES', 'CategorÃas'); 20 @define('PLUGIN_EVENT_STATISTICS_OUT_CATEGORIES2', 'categorÃas'); 21 @define('PLUGIN_EVENT_STATISTICS_OUT_DISTRIBUTION_CATEGORIES', 'Distribución de entradas'); 22 @define('PLUGIN_EVENT_STATISTICS_OUT_DISTRIBUTION_CATEGORIES2', 'entradas'); 23 @define('PLUGIN_EVENT_STATISTICS_OUT_UPLOADED_IMAGES', 'Imágenes subidas'); 24 @define('PLUGIN_EVENT_STATISTICS_OUT_UPLOADED_IMAGES2', 'imagen(es)'); 25 @define('PLUGIN_EVENT_STATISTICS_OUT_DISTRIBUTION_IMAGES', 'Distribución del tipo de imágenes'); 26 @define('PLUGIN_EVENT_STATISTICS_OUT_DISTRIBUTION_IMAGES2', 'archivo(s)'); 27 @define('PLUGIN_EVENT_STATISTICS_OUT_COMMENTS', 'Comentarios recibidos'); 28 @define('PLUGIN_EVENT_STATISTICS_OUT_COMMENTS2', 'comentario(s)'); 29 @define('PLUGIN_EVENT_STATISTICS_OUT_COMMENTS3', 'Entradas más frecuentemente comentadas'); 30 @define('PLUGIN_EVENT_STATISTICS_OUT_TOPCOMMENTS', 'Personas más frecuentemente comentadas'); 31 @define('PLUGIN_EVENT_STATISTICS_OUT_LINK', 'enlace'); 32 @define('PLUGIN_EVENT_STATISTICS_OUT_SUBSCRIBERS', 'Subscriptores'); 33 @define('PLUGIN_EVENT_STATISTICS_OUT_SUBSCRIBERS2', 'subscriptor(es)'); 34 @define('PLUGIN_EVENT_STATISTICS_OUT_TOPSUBSCRIBERS', 'Entradas más frecuentemente subscritas'); 35 @define('PLUGIN_EVENT_STATISTICS_OUT_TOPSUBSCRIBERS2', 'subscriptor(es)'); 36 @define('PLUGIN_EVENT_STATISTICS_OUT_TRACKBACKS', 'Trackbacks recibidos'); 37 @define('PLUGIN_EVENT_STATISTICS_OUT_TRACKBACKS2', 'trackback(s)'); 38 @define('PLUGIN_EVENT_STATISTICS_OUT_TOPTRACKBACK', 'Entradas que reciben más frecuentemente trackbacks'); 39 @define('PLUGIN_EVENT_STATISTICS_OUT_TOPTRACKBACK2', 'trackback(s)'); 40 @define('PLUGIN_EVENT_STATISTICS_OUT_TOPTRACKBACKS3', 'Most frequently trackbacking people');//translate 41 @define('PLUGIN_EVENT_STATISTICS_OUT_COMMENTS_PER_ARTICLE', 'estimado de comentarios por entrada'); 42 @define('PLUGIN_EVENT_STATISTICS_OUT_TRACKBACKS_PER_ARTICLE', 'estimado de trackbacks por entrada'); 43 @define('PLUGIN_EVENT_STATISTICS_OUT_ARTICLES_PER_DAY', 'estimado de entradas por dÃa'); 44 @define('PLUGIN_EVENT_STATISTICS_OUT_ARTICLES_PER_WEEK', 'estimado de entradas por semana'); 45 @define('PLUGIN_EVENT_STATISTICS_OUT_ARTICLES_PER_MONTH', 'estimado de entradas por mes'); 46 @define('PLUGIN_EVENT_STATISTICS_OUT_COMMENTS_PER_ARTICLE2', 'comentarios/entrada'); 47 @define('PLUGIN_EVENT_STATISTICS_OUT_TRACKBACKS_PER_ARTICLE2', 'trackbacks/entrada'); 48 @define('PLUGIN_EVENT_STATISTICS_OUT_ARTICLES_PER_DAY2', 'entradas/dÃa'); 49 @define('PLUGIN_EVENT_STATISTICS_OUT_ARTICLES_PER_WEEK2', 'entradas/semana'); 50 @define('PLUGIN_EVENT_STATISTICS_OUT_ARTICLES_PER_MONTH2', 'entradas/mes'); 51 @define('PLUGIN_EVENT_STATISTICS_OUT_CHARS', 'Cantidad total de caracteres'); 52 @define('PLUGIN_EVENT_STATISTICS_OUT_CHARS2', ' caracteres'); 53 @define('PLUGIN_EVENT_STATISTICS_OUT_CHARS_PER_ARTICLE', 'caracteres por entrada'); 54 @define('PLUGIN_EVENT_STATISTICS_OUT_CHARS_PER_ARTICLE2', 'Caracteres por entrada'); 55 @define('PLUGIN_EVENT_STATISTICS_OUT_LONGEST_ARTICLES', 'Las %s entradas más largas'); 56 @define('PLUGIN_EVENT_STATISTICS_MAX_ITEMS', 'Máximo de items'); 57 @define('PLUGIN_EVENT_STATISTICS_MAX_ITEMS_DESC', '¿Cuántos items por valor estadÃstico mostrar? (Default: 20)'); 58 59 //Language constants for the Extended Visitors feature 60 @define('PLUGIN_EVENT_STATISTICS_EXT_ADD', 'EstadÃsticas de visitantes extendidas'); 61 @define('PLUGIN_EVENT_STATISTICS_EXT_ADD_DESC', '¿Añadir caracterÃstica de estadÃsticas de visitantes extendidas? (por defecto: no)'); 62 @define('PLUGIN_EVENT_STATISTICS_EXT_OPT1', '¡No!'); 63 @define('PLUGIN_EVENT_STATISTICS_EXT_OPT2', 'SÃ, al final de la página'); 64 @define('PLUGIN_EVENT_STATISTICS_EXT_OPT3', 'SÃ, al comienzo de la página'); 65 @define('PLUGIN_EVENT_STATISTICS_EXT_VISITORS', 'Nr de visitantes'); 66 @define('PLUGIN_EVENT_STATISTICS_EXT_VISTODAY', 'Nr de visitantes hoy'); 67 @define('PLUGIN_EVENT_STATISTICS_EXT_VISTOTAL', 'Nr total de visitantes'); 68 @define('PLUGIN_EVENT_STATISTICS_EXT_VISSINCE', 'La caracterÃstica de estadÃsticas extendidas de visitantes ha estado colectando información desde'); 69 @define('PLUGIN_EVENT_STATISTICS_EXT_VISLATEST', 'Últimos visitantes'); 70 @define('PLUGIN_EVENT_STATISTICS_EXT_TOPREFS', 'Máximos referentes'); 71 @define('PLUGIN_EVENT_STATISTICS_EXT_TOPREFS_NONE', 'Ningún referente ha sido registrado todavÃa.'); 72 @define('PLUGIN_EVENT_STATISTICS_OUT_EXT_STATISTICS', 'EstadÃsticas extendidas de visitantes'); 73 @define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS', 'No incluir en el conteo a los navegadores'); 74 @define('PLUGIN_EVENT_STATISTICS_BANNED_HOSTS_DESC', 'Inserte los navegadores que deben ser excluidos del conteo, separados por "|"'); 75 76 @define('PLUGIN_EVENT_STATISTICS_SHOW_LASTENTRY', 'Mostrar fecha de la última entrada'); 77 @define('PLUGIN_EVENT_STATISTICS_SHOW_ENTRYCOUNT', 'Mostrar número de entradas'); 78 @define('PLUGIN_EVENT_STATISTICS_SHOW_COMMENTCOUNT', 'Mostrar número de comentarios'); 79 @define('PLUGIN_EVENT_STATISTICS_SHOW_MONTHVISITORS', 'Mostrar visitantes de este mes'); 80 @define('PLUGIN_EVENT_STATISTICS_SHOW_CACHETIMEOUT', 'Tiempo lÃmite del caché'); 81 @define('PLUGIN_EVENT_STATISTICS_SHOW_CACHETIMEOUT_DESC', '¿Cuánto tiempo las estadÃsticas serán mostradas antes de ser actualizadas? Definir esta variable a un número alto de minutos mejorará el desempeño, pero puede que no refleje la información actual si está definida muy alto.'); 82 @define('PLUGIN_EVENT_STATISTICS_TEXT', 'Formato del texto'); 83 @define('PLUGIN_EVENT_STATISTICS_TEXT_DESC', 'Utiliza %s como variable para el número/texto'); 84 @define('PLUGIN_EVENT_STATISTICS_TEXT_LASTENTRY', 'Última entrada: %s'); 85 @define('PLUGIN_EVENT_STATISTICS_TEXT_ENTRYCOUNT', '%s entradas escritas'); 86 @define('PLUGIN_EVENT_STATISTICS_TEXT_COMMENTCOUNT', '%s comentarios han sido hechos'); 87 @define('PLUGIN_EVENT_STATISTICS_TEXT_MONTHVISITORS', '%s visitante(s) este mes'); 88 89 @define('PLUGIN_EVENT_STATISTICS_SHOW_CURRENTVISITORS', 'Muestra el número de visitantes actuales (agregado de los últimos 15 minutos)'); 90 @define('PLUGIN_EVENT_STATISTICS_TEXT_CURRENTVISITORS', '%s visitante(s) en linea'); 91 92 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |