[ 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/ -> nl_NL.php (source)

   1  <?php
   2  $lang['error_nomenumanager'] = 'Menubeheer module niet gevonden';
   3  $lang['active'] = 'Actief';
   4  $lang['default'] = 'Standaard';
   5  $lang['prompt_themename'] = 'Exporteer thema als:';
   6  $lang['info_themename'] = 'Dit veld bepaald de thema naam bij uitvoer, dit staat los van de originele thema naam.';
   7  $lang['error_editingproblem'] = 'Probleem met opruimen en veranderen van de gerefereerde bestanden in dit thema.';
   8  $lang['error_problemsavingincludes'] = 'Probleem bij het opslaan van de bestanden opgeslagen in het theme.';
   9  $lang['error_nofilesuploaded'] = 'Geen bestanden ge-upload. Zorg ervoor dat de form tag&#039;s enctype is ingesteld op multipart/form-data en dat het juiste veld is aangevinkt voor het ge-uploade bestand.';
  10  $lang['error_templateexists'] = 'Er bestaat al een sjabloon met de naam &quot;%s&quot;';
  11  $lang['error_stylesheetexists'] = 'Er bestaat al een stylesheet met de naam &quot;%s&quot;';
  12  $lang['error_nostylesheets'] = 'Er zijn geen stylesheets gevonden in dit thema';
  13  $lang['error_couldnotcreatetemplate'] = 'Kan de template definitie niet maken';
  14  $lang['error_couldnotassoccss'] = 'Probleem bij het koppelen van de stylesheets aan het sjabloon';
  15  $lang['error_nooutput'] = 'Niets om uit te voeren';
  16  $lang['error_notemplate'] = 'Kan template niet vinden';
  17  $lang['error_dtdmismatch'] = 'DTD Versies komen niet overeen, kan niet importeren';
  18  $lang['import'] = 'Importeer';
  19  $lang['upload'] = 'Upload thema';
  20  $lang['id'] = 'Id';
  21  $lang['name'] = 'Naam';
  22  $lang['export'] = 'Exporteer';
  23  $lang['submit'] = 'Verstuur';
  24  $lang['friendlyname'] = 'Themabeheer';
  25  $lang['postinstall'] = 'Zorg voor &quot;Manage Themes&quot; permissies om deze module te gebruiken!';
  26  $lang['uninstalled'] = 'Module gedeinstalleerd.';
  27  $lang['installed'] = 'Module versie %s ge&iuml;nstalleerd .';
  28  $lang['prefsupdated'] = 'Module instellingen bijgewerkt.';
  29  $lang['accessdenied'] = 'Toegang geweigerd. Controleer of u beschikt over de juiste permissies.';
  30  $lang['error'] = 'Fout!';
  31  $lang['upgraded'] = 'Module bijgewerkt naar versie %s.';
  32  $lang['moddescription'] = 'Een module voor het importeren en exporteren van themes (sjablonen en stylesheets)';
  33  $lang['changelog'] = '<ul>
  34  <li>
  35  <p>Version 1.0.5. January, 2006</p>
  36  <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>
  37  <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>
  38  </li>
  39  <li><p>Version 1.0.4. January, 2006</p>
  40  <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>
  41  <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>
  42  </li>
  43  <li><p>Version 1.0.3. January, 2006</p>
  44  <p>Now supports multiple templates in one theme, recursive directory creation, and base64_encodes of all stylesheets and templates</p>
  45  </li>
  46  <li><p>Version 1.0.2. December, 2005</p>
  47  <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>
  48  <li>Version 1.0.1. December, 2005 - Fixed dependencies, help, and general cleanup.</li>
  49  <li>Version 1.0.0. 31 November, 2005 - Initial Release.</li>
  50  </ul>';
  51  $lang['help'] = '<h3>What Does This Do?</h3>
  52  <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
  53  <h3>How Do I Use It</h3>
  54  <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>
  55  <h3>Permissions</h3>
  56  <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>
  57  <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>
  58  <h3>Support</h3>
  59  <p>This module does not include commercial support. However, there are a number of resources available to help you with it:</p>
  60  <ul>
  61  <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>
  62  <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>
  63  <li>The author, calguy1000, can often be found in the <a href=&quot;irc://irc.freenode.net/#cms&quot;>CMS IRC Channel</a>.</li>
  64  <li>Lastly, you may have some success emailing the author directly.</li>  
  65  </ul>
  66  <p>As per the GPL, this software is provided as-is. Please read the text
  67  of the license for the full disclaimer.</p>
  68  
  69  <h3>Copyright and License</h3>
  70  <p>Copyright &copy; 2005, Robert Campbell <a href=&quot;mailto:calguy1000@hotmail.com&quot;><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p>
  71  <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>
  72  ';
  73  $lang['utma'] = '156861353.596605968.1147215934.1157056398.1157821898.161';
  74  $lang['utmz'] = '156861353.1157821898.161.23.utmccn=(referral)|utmcsr=dee.demon.nl|utmcct=/stayner/admin/listcontent.php|utmcmd=referral';
  75  ?>


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