[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/FCKeditorX/lang/ext/ -> es_ES.php (source)

   1  <?php
   2  $lang['friendlyname'] = 'FCKeditor X';
   3  $lang['postinstall'] = '&iexcl;Asegurate de asignar permisos &quot;Modify FCKeditorX&quot; para usar este m&oacute;dulo!';
   4  $lang['postuninstall'] = 'desinstalar';
   5  $lang['uninstalled'] = 'M&oacute;dulo Desinstalado.';
   6  $lang['installed'] = 'Module versi&oacute; %s instalado.';
   7  $lang['prefsupdated'] = 'Preferencias actualizadas.';
   8  $lang['accessdenied'] = 'Acceso Denegado. Revisa tus permisos.';
   9  $lang['error'] = '&iexcl;Error!';
  10  $lang['upgraded'] = 'M&oacute;dulo actualizado a versi&oacute;n %s.';
  11  $lang['title_mod_prefs'] = 'Preferencias del M&oacute;dulo';
  12  $lang['title_mod_admin'] = 'Panel de Administraci&oacute;n';
  13  $lang['title_admin_panel'] = 'M&oacute;dulo FCKeditorX';
  14  $lang['moddescription'] = '..Descripci&oacute;n..';
  15  $lang['welcome_text'] = '<p>..Bienvenido..</p>';
  16  $lang['skin_text'] = 'Selecciona aspecto';
  17  $lang['lang_text'] = 'Usar Idioma del CMS';
  18  $lang['bg_text'] = 'Color de Fondo';
  19  $lang['bg_help'] = 'Dejar en BLANCO o por DEFECTO para usar CSS de la p&aacute;gina';
  20  $lang['bg_css_text'] = 'Tag <body> en CSS';
  21  $lang['bg_css_help'] = 'Dejar en BLANCO o por DEFECTO para usar CSS de la p&aacute;gina';
  22  $lang['importallstyles_text'] = 'Importar todos los estilos';
  23  $lang['importallstyles_warning'] = '&iexcl;Se ignoran los estilos especificos de administraci&oacute;n, y se muestran en un dropdown los estilos no usados!';
  24  $lang['xhtml_text'] = 'Habilitar Formato XHTML';
  25  $lang['context_text'] = 'Habilitar menu contextual';
  26  $lang['context_help'] = 'click derecho en objeto HMTL';
  27  $lang['settings'] = 'Opciones';
  28  $lang['styles'] = 'Estilos';
  29  $lang['info4toolbars'] = 'Pegar c&oacute;digo de la barra de herramientas, como en el FCKeditor.';
  30  $lang['info4styles'] = 'Paste styles from your template&#039;s stylesheet(s) that you want to have avilable from the WYSIWYG&#039;s drop-down style
  31  menu.<br/>In order to see the applied styles in the textarea the same styles MUST exist in the stylesheet for the template for
  32  that page.';
  33  $lang['width_text'] = 'Ancho';
  34  $lang['width_help'] = 'ancho de WYSIWYG';
  35  $lang['height_text'] = 'Alto';
  36  $lang['height_help'] = 'alto en pixels de WYSIWYG';
  37  $lang['toolbar_text'] = 'Barra de herramientas';
  38  $lang['toolbar_help'] = 'Elije la barra por defecto.';
  39  $lang['update'] = 'Actualizar';
  40  $lang['toolbar_updated'] = 'Barra actualizada.';
  41  $lang['styles_updated'] = 'Estilos actualizados.';
  42  $lang['setting_updated'] = 'Opciones actualizadas.';
  43  $lang['help_name'] = 'Nombre (id) del WYSIWYG, no opcional.';
  44  $lang['help_content'] = 'CONTENIDO del WYSIWYG que se debe cargar.';
  45  $lang['help_toolbar'] = 'Qu&eacute; BARRA se debe cargar en el WYSIWYG.';
  46  $lang['help_context'] = '1/0, habilita o no el bot&oacute;n derecho del rat&oacute;n.';
  47  $lang['help_skin'] = 'Qu&eacute; SKIN debe tener el WYSIWYG.';
  48  $lang['changelog'] = '<ul>
  49          <li>
  50          <p>Version: 1.0</p>
  51          <p>REMOVED all JAVASCRIPT for manage RELATIVE PATH.</p>
  52          </li>
  53          <li>
  54          <p>Version: 0.9</p>
  55          <p>IMPROVED techinal approach on some solution .</p>
  56          <p>UPDATED to FCKeditor 2.2 </p>
  57          <p>ADD with and height setting </p>
  58          <p>ADD possibility to set custom TOOLBAR (alpha version) </p>
  59          <p>ADD possibility to use the module like normal modue (try to insert into a page {cms_module name=&#039;name_textarea&#039; module=&#039;FCKeditorX&#039; toolbar=&#039;Basic&#039; height=&#039;600&#039; width=&#039;500&#039; content=&#039;bla bla bla &#039; } ) </p>
  60          <p>Version for CMSMS 0.10.SVN .</p>
  61          </li>
  62          <li>
  63          <p>Version: 0.8</p>
  64          <p>IMPROVED techinal approach on some solution .</p>
  65          <p>UPDATED to FCKeditor 2.1.1 </p>
  66          <p>ADD the possibility to SET background COLOR</p>
  67          <p>Version for CMSMS 0.10.SVN .</p>
  68          </li>
  69          <li>
  70          <p>Version: 0.7</p>
  71          <p>FIXED bugs and improved configuration functionalities.</p>
  72          <p>Version for CMSMS 0.10.SVN .</p>
  73          </li>
  74          <li>
  75          <p>Version: 0.6</p>
  76          <p>FIXED destination of uploads.</p>
  77          <p>Version for CMSMS 0.10.SVN .</p>
  78          <p>ADDED plugin for INTERNAL link of CMSMS (THANKS!!! to <b>Woudloper</b> for the plugin).</p>
  79          <p>ADDED binding on custom CSS of CMSMS (THANKS to <b>infusion</b> for some incipit information).</p>
  80          <p>UPDATED to FCKeditor 2.0 </p>
  81          </li>
  82          <li>
  83          <p>Version: 0.5</p>
  84          <p>Beta version for CMSMS 0.10.4 .</p>
  85          </li>
  86          <li>
  87          <p>Version: 0.4</p>
  88          <p>Original module code for FCKeditor 2 WYSIWYG textarea replacement tool.</p>
  89          </li>
  90          <li>
  91          <p>Author: Roberto Tagliento  <megabob3@yahoo.it></p>
  92          <p>Converted for use with new CMS Module architecture.</p>
  93          </li>
  94          </ul>';
  95  $lang['help'] = '<h3>&iquest;Qu&eacute; hace esto?</h3>
  96      <p>Habilita <b>FCKeditor</b> como editor WYSIWYG.</p>
  97      <h3>&iquest;C&oacute;mo se usa?</h3>
  98      <p>Instalarlo, ir a Preferencias de usuario y poner <b>FCKeditor</b> como el wysiwyg elegido.</p>
  99      <p></p>
 100  ';
 101  $lang['utma'] = '156861353.1948897461.1149099150.1154334007.1154363059.18';
 102  $lang['utmz'] = '156861353.1149099150.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)';
 103  ?>


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7