Ignore:
Timestamp:
Apr 2, 2011, 11:43:40 AM (13 years ago)
Author:
mistic100
Message:
  • many corrections
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContestResults/language/es_ES/plugin.lang.php

    r9745 r9975  
    11<?php
     2global $pwg_loaded_plugins;
    23
    34/* général */
     
    5758$lang['CR_menubar_block'] = 'Nuevo bloque menú';
    5859$lang['CR_menubar_block_number'] = 'Número de Concursos para mostrar en el bloque';
     60$lang['CR_menubar_block_display_days'] = 'Display the status of the contest';
    5961$lang['CR_truncate_summary'] = "Truncate the summary of the contest after x characters";
    6062
     
    6466
    6567/* cluetip */
    66 $lang['CR_help_lang'] = (CR_ED_STATE == 'active') ? "<b>Puede usar HTML y descripciones multilingüe.</b>" : "<b>Puede usar HTML.</b>";
     68$lang['CR_help_lang'] = isset($pwg_loaded_plugins['ExtendedDescription']) ? "<b>Puede usar HTML y descripciones multilingüe.</b>" : "<b>Puede usar HTML.</b>";
    6769$lang['CR_help_title'] = "" .$lang['CR_help_lang'];
    6870$lang['CR_help_status'] = "Cuando el concurso se <i>Termina</i> los resultados se publican en la página del concurso y el indicador <span style='color:#a00;'>(Terminado)</span> se activa.<br/>
Note: See TracChangeset for help on using the changeset viewer.