[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['error_uploadpermissions'] = '<strong>ADVARSEL:</strong> Du har ikke tilstrekkelige rettigheter for å laste opp eller installere temaer. Dette kan bero på restriksjoner satt på opplasting eller modulers underkataloger, eller også så kan Safe mode være aktivert på serveren.'; 3 $lang['error_nomenumanager'] = 'MenuManager modulen ikke funnet'; 4 $lang['active'] = 'Aktiv'; 5 $lang['default'] = 'Standard'; 6 $lang['prompt_themename'] = 'Eksporter Tema som:'; 7 $lang['info_themename'] = 'Dette feltet bestemmer utgående tema-navn, uavhengig av inngående tema-navn'; 8 $lang['error_editingproblem'] = 'Problem med å rense opp og endre reffererte filer i dette tema'et'; 9 $lang['error_problemsavingincludes'] = 'Problem med å lagere de enkodede filene i dette temaet..'; 10 $lang['error_nofilesuploaded'] = 'Ingen filer ble lastet opp. Sjekk at din skjema tagg's enctype var satt til multipart/form-data og at rett felt er blitt huket av for den opplastede fila.'; 11 $lang['error_templateexists'] = 'En mal med navnet "%s" eksisterer allerede'; 12 $lang['error_stylesheetexists'] = 'Et stilsett med navnet "%s" eksisterer allerede'; 13 $lang['error_nostylesheets'] = 'Ingen stilsett ble funnet i dette temaet'; 14 $lang['error_couldnotcreatetemplate'] = 'Kunne ikke opprette mal-definisjonen'; 15 $lang['error_couldnotassoccss'] = 'Problem med å assosiere stilsett med malen'; 16 $lang['error_nooutput'] = 'Ingenting å vise'; 17 $lang['error_notemplate'] = 'Kan ikke finne malen'; 18 $lang['error_dtdmismatch'] = 'DTD Versjon uoverenstemmelse, kan ikke importere'; 19 $lang['import'] = 'Import '; 20 $lang['upload'] = 'Last opp Tema'; 21 $lang['id'] = 'ID'; 22 $lang['name'] = 'Navn'; 23 $lang['export'] = 'Eksport'; 24 $lang['submit'] = 'Utfør'; 25 $lang['friendlyname'] = 'Tema Behandler'; 26 $lang['postinstall'] = 'Husk å sette "Manage Themes" rettigheter for å bruke denne modulen!'; 27 $lang['uninstalled'] = 'Modul avinnstallert.'; 28 $lang['installed'] = 'Modul versjon %s innstallert.'; 29 $lang['prefsupdated'] = 'Modul innstillinger oppdatert.'; 30 $lang['accessdenied'] = 'Tilgang nektet. Vennligst sjekk dinne rettigheter.'; 31 $lang['error'] = 'Feil!'; 32 $lang['upgraded'] = 'Modul oppgradert til versjon %s.'; 33 $lang['moddescription'] = 'En modul for å tillate import og eksport av innholds tema (maler og stilsett)'; 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 © 2005, Robert Campbell <a href="mailto:calguy1000@hotmail.com"><calguy1000@hotmail.com></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 '; 78 ?>
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 |