[ Index ]
 

Code source de CMS made simple 1.0.5

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

title

Body

[fermer]

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

   1  <?php
   2  $lang['error_uploadpermissions'] = '<strong>AVISO:</strong> No tienes permisos suficientes para instalar o subir temas.  Puede ser debido a los permisos en los subdirectorios de uploads o m&oacute;dulos, o bien Safe mode puede estar activado en tu servidor.';
   3  $lang['error_nomenumanager'] = 'M&oacute;dulo MenuManager no encontrado';
   4  $lang['active'] = 'Activo';
   5  $lang['default'] = 'Defecto';
   6  $lang['prompt_themename'] = 'Exportar tema como:';
   7  $lang['info_themename'] = 'Este campo determina el nombre del tema saliente, aparte del nombre del tema entrante';
   8  $lang['error_editingproblem'] = 'Problema al modificar los archivos de referencia para este tema.';
   9  $lang['error_problemsavingincludes'] = 'Problema al guardar los archivos del tema.';
  10  $lang['error_nofilesuploaded'] = 'No se subieron archivos. Comprueba que el tag encrypte del formulario es multipart/form-data y que esta activo el check correcto para el archivo subido.';
  11  $lang['error_templateexists'] = 'A template with the name &quot;%s&quot; already exists';
  12  $lang['error_stylesheetexists'] = 'A stylesheet with the name &quot;%s&quot; already exists';
  13  $lang['error_nostylesheets'] = 'No se han detectado hojas de estilos en este tema';
  14  $lang['error_couldnotcreatetemplate'] = 'No se pudo crear la definici&oacute;n de la Plantilla';
  15  $lang['error_couldnotassoccss'] = 'Problema al asociar la hoja de estilo con la plantilla';
  16  $lang['error_nooutput'] = 'Nada que mostrar';
  17  $lang['error_notemplate'] = 'No se encuantra plantilla';
  18  $lang['error_dtdmismatch'] = 'Error DTD Version, no se puede importar';
  19  $lang['import'] = 'Importar';
  20  $lang['upload'] = 'Subir tema';
  21  $lang['id'] = 'Id ';
  22  $lang['name'] = 'Nombre';
  23  $lang['export'] = 'Exportar';
  24  $lang['submit'] = 'Enviar';
  25  $lang['friendlyname'] = 'Gestor de Temas';
  26  $lang['postinstall'] = '&iexcl;Debes activar los permisos de &quot;Gestionar Temas&quot; para usar este m&oacute;dulo!';
  27  $lang['uninstalled'] = 'Modulo Desinstalado.';
  28  $lang['installed'] = 'M&oacute;dulo versi&oacute;n %s instalado.';
  29  $lang['prefsupdated'] = 'Preferencias del m&oacute;dulo actualizadas.';
  30  $lang['accessdenied'] = 'Acceso Denegado. Revise sus permisos.';
  31  $lang['error'] = '&iexcl;Error!';
  32  $lang['upgraded'] = 'M&oacute;dulo actualizado a la versi&oacute;n %s.';
  33  $lang['moddescription'] = 'M&oacute;dulo para importar y exportar temas para el contenido (plantillas y hejas de estilo)';
  34  $lang['changelog'] = '<ul>
  35  <li>
  36  <p>Version 1.0.5. January, 2006</p>
  37  <p>Fixed handling for multiple templates in one xml file, added css to template associations in the xml file, fixed some url parsing in css files, and a couple of lang strings (thanks pat)</p>
  38  <p><b>Note:</b> XML files created with older versions of theme manager will <em>again</em> not import.  This is because of the dtd versionin change, and this is a security feature.  Sorry folks.</p>
  39  </li>
  40  <li><p>Version 1.0.4. January, 2006</p>
  41  <p>Ensure we only output the same template, stylsheet, and file once (or make a reasonable effort at it), and added a dtdversion tag to the output.  Also a much stricter permissons model.  Removed the extra debug messages too.</p>
  42  <p><b>Note:</b> XML files created with older versions of theme manager will not import.  This is because of the dtd versioning scheme included, and this is a security feature.  Sorry folks.</p>
  43  </li>
  44  <li><p>Version 1.0.3. January, 2006</p>
  45  <p>Now supports multiple templates in one theme, recursive directory creation, and base64_encodes of all stylesheets and templates</p>
  46  </li>
  47  <li><p>Version 1.0.2. December, 2005</p>
  48  <p>Now handles included images and javascript in both the stylesheets and the templates.  When restoring files are restored to a directory created under uploads/themename.</p></li>
  49  <li>Version 1.0.1. December, 2005 - Fixed dependencies, help, and general cleanup.</li>
  50  <li>Version 1.0.0. 31 November, 2005 - Initial Release.</li>
  51  </ul>';
  52  $lang['help'] = '<h3>What Does This Do?</h3>
  53  <p>This module allows you to import and export templates and their attached stylesheets as &quot;themes&quot;.  This allows you to share your look and feel with other cms users.</p
  54  <h3>How Do I Use It</h3>
  55  <p>This module has no front end interface, only an admin interface.  It allows you to select an existing (active) template, and click &quot;Export&quot;.  An XML file containing the template and its attached stylesheets will be created and sent you you via download.</p>
  56  <h3>Permissions</h3>
  57  <p>The permissions model is strict for the Theme Manager to ensure database integrity.  The permission &quot;Manage Themes&quot; is required to export themes, and these three permissions (&quot;Add Stylesheets&quot;, &quot;Add StyleSheet Assocations&quot;, and &quot;Add Templates&quot;) are required to be able to import a theme.</p>
  58  <p>As well, the opposite functionality exists, you may upload a theme file (xml format) and have the enclosed templates and stylesheets automatically imported into your cmsms installation.</p>
  59  <h3>Support</h3>
  60  <p>This module does not include commercial support. However, there are a number of resources available to help you with it:</p>
  61  <ul>
  62  <li>For the latest version of this module, FAQs, or to file a Bug Report or buy commercial support, please visit the module homepage at <a href=&quot;http://dev.cmsmadesimple.org&quot;>dev.cmsmadesimple.org</a>.</li>
  63  <li>Additional discussion of this module may also be found in the <a href=&quot;http://forum.cmsmadesimple.org&quot;>CMS Made Simple Forums</a>.</li>
  64  <li>The author, calguy1000, can often be found in the <a href=&quot;irc://irc.freenode.net/#cms&quot;>CMS IRC Channel</a>.</li>
  65  <li>Lastly, you may have some success emailing the author directly.</li>  
  66  </ul>
  67  <p>As per the GPL, this software is provided as-is. Please read the text
  68  of the license for the full disclaimer.</p>
  69  
  70  <h3>Copyright and License</h3>
  71  <p>Copyright &copy; 2005, Robert Campbell <a href=&quot;mailto:calguy1000@hotmail.com&quot;><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p>
  72  <p>This module has been released under the <a href=&quot;http://www.gnu.org/licenses/licenses.html#GPL&quot;>GNU Public License</a>. You must agree to this license before using the module.</p>
  73  ';
  74  $lang['utma'] = '156861353.619180346.1171815579.1171815579.1172697500.2';
  75  $lang['utmb'] = '156861353';
  76  $lang['utmz'] = '156861353.1171815579.1.1.utmccn=(referral)|utmcsr=dev.cmsmadesimple.org|utmcct=/frs/shownotes.php|utmcmd=referral';
  77  ?>


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