[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['error_nomenumanager'] = 'Modulo MenuManager non trovato'; 3 $lang['active'] = 'Attivo'; 4 $lang['default'] = 'Predefinito'; 5 $lang['prompt_themename'] = 'Nome Tema:'; 6 $lang['info_themename'] = 'Questo campo determina il nome del Tema, indipendentemente dal nome del Tema in entrata'; 7 $lang['error_editingproblem'] = 'Problema nel ripulire e cambiare i file di riferimento in questo Tema.'; 8 $lang['error_problemsavingincludes'] = 'Problema nel salvare i file encodati nel Tema.'; 9 $lang['error_nofilesuploaded'] = 'Nessun file spedito. Essere sicuri che il tag "enctype" di form sia configurato a "multipart/form-data" e che il campo il campo a destra sia spuntato per la spedizione del file.'; 10 $lang['error_templateexists'] = 'Un Modello con il nome "%s" già esiste'; 11 $lang['error_stylesheetexists'] = 'Uno Stile con il nome "%s" già esiste'; 12 $lang['error_nostylesheets'] = 'Nessuno Stile è stato rilevato in questo Tema'; 13 $lang['error_couldnotcreatetemplate'] = 'Non posso creare la definizione del Modello'; 14 $lang['error_couldnotassoccss'] = 'Problema nell'associare lo Stile con il Modello'; 15 $lang['error_nooutput'] = 'Niente da far uscire'; 16 $lang['error_notemplate'] = 'Non posso trovare il Modello'; 17 $lang['error_dtdmismatch'] = 'Versione del DTD non coincidente, non posso importare'; 18 $lang['import'] = 'Importazione'; 19 $lang['upload'] = 'Spedizione del Tema'; 20 $lang['id'] = 'ID'; 21 $lang['name'] = 'Nome'; 22 $lang['export'] = 'Esportazione'; 23 $lang['submit'] = 'Inoltra'; 24 $lang['friendlyname'] = 'Gestione Temi'; 25 $lang['postinstall'] = 'Essere sicuri di configurare il permesso di "Gestione Temi" per usare questo modulo!'; 26 $lang['postuninstall'] = 'Ci dispiace per la disinstallazione'; 27 $lang['uninstalled'] = 'Modulo disinstallato.'; 28 $lang['installed'] = 'Versione del modulo %s installata.'; 29 $lang['prefsupdated'] = 'Preferenze modulo aggiornate.'; 30 $lang['accessdenied'] = 'Accesso negato. Si prega di controllare i permessi.'; 31 $lang['error'] = 'Errore!'; 32 $lang['upgraded'] = 'Modulo aggiornato alla versione %s.'; 33 $lang['moddescription'] = 'Un modulo che permette l'importazione e l'esportazione del contenuto dei temi (Modelli e Stili)'; 34 $lang['changelog'] = '<ul> 35 <li> 36 <p>version 1.0.7, August, 2006</p> 37 <p>More bug fixes, and split the code into separate files</p> 38 <p>Version 1.0.6. July, 2006</p> 39 <p>Fixed handling of javascript (and other files) in the template</p> 40 <p>Version 1.0.5. January, 2006</p> 41 <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> 42 <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> 43 </li> 44 <li><p>Version 1.0.4. January, 2006</p> 45 <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> 46 <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> 47 </li> 48 <li><p>Version 1.0.3. January, 2006</p> 49 <p>Now supports multiple templates in one theme, recursive directory creation, and base64_encodes of all stylesheets and templates</p> 50 </li> 51 <li><p>Version 1.0.2. December, 2005</p> 52 <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> 53 <li>Version 1.0.1. December, 2005 - Fixed dependencies, help, and general cleanup.</li> 54 <li>Version 1.0.0. 31 November, 2005 - Initial Release.</li> 55 </ul>'; 56 $lang['help'] = '<h3>What Does This Do?</h3> 57 <p>This module allows you to import and export templates and their attached stylesheets as "themes". This allows you to share your look and feel with other cms users.</p 58 <h3>How Do I Use It</h3> 59 <p>This module has no front end interface, only an admin interface. It allows you to select an existing (active) template, and click "Export". An XML file containing the template and its attached stylesheets will be created and sent you you via download.</p> 60 <h3>Permissions</h3> 61 <p>The permissions model is strict for the Theme Manager to ensure database integrity. The permission "Manage Themes" is required to export themes, and these three permissions ("Add Stylesheets", "Add StyleSheet Assocations", and "Add Templates") are required to be able to import a theme.</p> 62 <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> 63 <h3>Support</h3> 64 <p>This module does not include commercial support. However, there are a number of resources available to help you with it:</p> 65 <ul> 66 <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="http://dev.cmsmadesimple.org">dev.cmsmadesimple.org</a>.</li> 67 <li>Additional discussion of this module may also be found in the <a href="http://forum.cmsmadesimple.org">CMS Made Simple Forums</a>.</li> 68 <li>The author, calguy1000, can often be found in the <a href="irc://irc.freenode.net/#cms">CMS IRC Channel</a>.</li> 69 <li>Lastly, you may have some success emailing the author directly.</li> 70 </ul> 71 <p>As per the GPL, this software is provided as-is. Please read the text 72 of the license for the full disclaimer.</p> 73 74 <h3>Copyright and License</h3> 75 <p>Copyright &copy; 2005, Robert Campbell <a href="mailto:calguy1000@hotmail.com">&lt;calguy1000@hotmail.com&gt;</a>. All Rights Are Reserved.</p> 76 <p>This module has been released under the <a href="http://www.gnu.org/licenses/licenses.html#GPL">GNU Public License</a>. You must agree to this license before using the module.</p>'; 77 $lang['utma'] = '156861353.790023699.1153127836.1153127836.1153985316.2'; 78 $lang['utmz'] = '156861353.1153985316.2.2.utmccn=(referral)|utmcsr=forum.cmsmadesimple.org|utmcct=/|utmcmd=referral'; 79 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |