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

   1  <?php
   2  $lang['error_nomenumanager'] = 'Nem tal&aacute;lom a Menu Manager modult';
   3  $lang['active'] = 'Akt&iacute;v';
   4  $lang['default'] = 'Alap&eacute;rtelmezett';
   5  $lang['prompt_themename'] = 'T&eacute;ma export&aacute;l&aacute;sa &iacute;gy:';
   6  $lang['info_themename'] = 'Ez a mező adja meg a t&eacute;ma kimeneti nev&eacute;t, f&uuml;ggetlen&uuml;l a t&eacute;ma bementi nev&eacute;től';
   7  $lang['error_editingproblem'] = 'Hiba t&ouml;rt&eacute;nt a t&eacute;ma &aacute;ltal hivatkozott file-ok t&ouml;rl&eacute;se &eacute;s m&oacute;dos&iacute;t&aacute;sa k&ouml;zben.';
   8  $lang['error_problemsavingincludes'] = 'Hiba t&ouml;rt&eacute;nt a file-ok ment&eacute;se &eacute;s k&oacute;dol&aacute;s k&ouml;zben.';
   9  $lang['error_nofilesuploaded'] = 'Nincs felt&ouml;lt&ouml;tt file. Bizonyosodj meg r&oacute;la, hogy a form tag enctype-ja &#039;multipart/form-data&#039;-ra van &aacute;ll&iacute;tva &eacute;s hogy a megfelelő mező van kit&ouml;ltve a felt&ouml;ltendő file-lal.';
  10  $lang['error_templateexists'] = '&quot;%s&quot; nevűs sablon m&aacute;r van';
  11  $lang['error_stylesheetexists'] = '&quot;%s&quot; nevű st&iacute;luslap m&aacute;r van';
  12  $lang['error_nostylesheets'] = 'Nem tal&aacute;ltunk st&iacute;luslapot ebben a t&eacute;m&aacute;ban';
  13  $lang['error_couldnotcreatetemplate'] = 'Nem siker&uuml;lt l&eacute;trehozni a sablon defin&iacute;ci&oacute;t';
  14  $lang['error_couldnotassoccss'] = 'Hiba t&ouml;rt&eacute;nt a st&iacute;luslapok sablonhoz val&oacute; illeszt&eacute;se k&ouml;zben';
  15  $lang['error_nooutput'] = 'Nincs kimeneti adat';
  16  $lang['error_notemplate'] = 'Nem tal&aacute;lhat&oacute; a sablon';
  17  $lang['error_dtdmismatch'] = 'DTD Verzi&oacute; elt&eacute;r&eacute;s van, nem lehet import&aacute;lni';
  18  $lang['import'] = 'Import&aacute;l&aacute;s';
  19  $lang['upload'] = 'T&eacute;ma felt&ouml;lt&eacute;se';
  20  $lang['id'] = 'Azonos&iacute;t&oacute;';
  21  $lang['name'] = 'N&eacute;v';
  22  $lang['export'] = 'Export&aacute;l&aacute;s';
  23  $lang['submit'] = 'Elk&uuml;ld';
  24  $lang['friendlyname'] = 'T&eacute;ma Manager';
  25  $lang['postinstall'] = 'Győződj meg r&oacute;la, hogy megadod &quot;T&eacute;m&aacute;k Kezel&eacute;se&quot; jogot erre a modulra!';
  26  $lang['postuninstall'] = '&quot;Fen&eacute;be! Megint megbuktam&quot;';
  27  $lang['uninstalled'] = 'A modult elt&aacute;vol&iacute;tottuk.';
  28  $lang['installed'] = 'A modulb&oacute;l a %s verzi&oacute; van telep&iacute;tve.';
  29  $lang['prefsupdated'] = 'A modul jellemzőit friss&iacute;tett&uuml;k.';
  30  $lang['accessdenied'] = 'A hozz&aacute;f&eacute;r&eacute;s megtagadva. K&eacute;rem, ellenőrizze a jogosults&aacute;gokat.';
  31  $lang['error'] = 'Hiba!';
  32  $lang['upgraded'] = 'A modult friss&iacute;tett&uuml;k a(z) %s verzi&oacute;ra.';
  33  $lang['moddescription'] = 'Ez egy olyan modul, amivel import&aacute;lni &eacute;s export&aacute;lni lehet t&eacute;m&aacute;kat (sablonokat &eacute;s st&iacute;luslapokat)';
  34  $lang['changelog'] = '<ul>
  35  <li>
  36  <p>Version 1.0.6. July, 2006</p>
  37  <p>Fixed handling of javascript (and other files) in the template</p>
  38  <p>Version 1.0.5. January, 2006</p>
  39  <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>
  40  <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>
  41  </li>
  42  <li><p>Version 1.0.4. January, 2006</p>
  43  <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>
  44  <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>
  45  </li>
  46  <li><p>Version 1.0.3. January, 2006</p>
  47  <p>Now supports multiple templates in one theme, recursive directory creation, and base64_encodes of all stylesheets and templates</p>
  48  </li>
  49  <li><p>Version 1.0.2. December, 2005</p>
  50  <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>
  51  <li>Version 1.0.1. December, 2005 - Fixed dependencies, help, and general cleanup.</li>
  52  <li>Version 1.0.0. 31 November, 2005 - Initial Release.</li>
  53  </ul>';
  54  $lang['help'] = '<h3>What Does This Do?</h3>
  55  <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
  56  <h3>How Do I Use It</h3>
  57  <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>
  58  <h3>Permissions</h3>
  59  <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>
  60  <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>
  61  <h3>Support</h3>
  62  <p>This module does not include commercial support. However, there are a number of resources available to help you with it:</p>
  63  <ul>
  64  <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>
  65  <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>
  66  <li>The author, calguy1000, can often be found in the <a href=&quot;irc://irc.freenode.net/#cms&quot;>CMS IRC Channel</a>.</li>
  67  <li>Lastly, you may have some success emailing the author directly.</li>  
  68  </ul>
  69  <p>As per the GPL, this software is provided as-is. Please read the text
  70  of the license for the full disclaimer.</p>
  71  
  72  <h3>Copyright and License</h3>
  73  <p>Copyright &copy; 2005, Robert Campbell <a href=&quot;mailto:calguy1000@hotmail.com&quot;><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p>
  74  <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>
  75  ';
  76  $lang['utma'] = '156861353.1172690191.1153773477.1153773477.1154157608.2';
  77  $lang['utmz'] = '156861353.1153773477.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)';
  78  ?>


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