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

   1  <?php
   2  $lang['error_nomenumanager'] = 'Meniu tvarkymo (MenuManager) modulis nerastas';
   3  $lang['active'] = 'Aktyvus';
   4  $lang['default'] = 'Įprastas';
   5  $lang['prompt_themename'] = 'Eksportuoti temÄ… kaip:';
   6  $lang['info_themename'] = '&Scaron;is laukelis nusako eksportuojamos temos pavadinimÄ…, nepriklausomai nuo esamos temos pavadinimo';
   7  $lang['error_editingproblem'] = 'Problem cleaning up and changing the referenced files in this theme.';
   8  $lang['error_problemsavingincludes'] = 'Problem saving the files encoded in the theme.';
   9  $lang['error_nofilesuploaded'] = 'No files were uploaded. Make sure your form tag&#039;s enctype was set to multipart/form-data and that the right field is being checked for the uploaded file.';
  10  $lang['error_templateexists'] = '&Scaron;ablonas pavadinimu &quot;%s&quot; jau yra';
  11  $lang['error_stylesheetexists'] = 'Stiliau pavadinimu &quot;%s&quot; jau yra';
  12  $lang['error_nostylesheets'] = 'Nerasta stiliaus puslapių &scaron;ioje temoje';
  13  $lang['error_couldnotcreatetemplate'] = 'Nesukurtas temos apibrėžimas';
  14  $lang['error_couldnotassoccss'] = 'Problemos siejant stilių su tema';
  15  $lang['error_nooutput'] = 'NÄ—rÄ… kÄ… i&scaron;vesti';
  16  $lang['error_notemplate'] = '&Scaron;ablono nerasta';
  17  $lang['error_dtdmismatch'] = 'DTD Version mismatch, neįmanoma importuoti';
  18  $lang['import'] = 'Importuoti';
  19  $lang['upload'] = 'Įkelti temą';
  20  $lang['id'] = 'ID';
  21  $lang['name'] = 'Pavadinimas';
  22  $lang['export'] = 'Eksportuoti';
  23  $lang['submit'] = 'Pateikti';
  24  $lang['friendlyname'] = 'Temų tvarkymas';
  25  $lang['postinstall'] = 'nustatykite leidimus &scaron;iam moduliui';
  26  $lang['postuninstall'] = '&quot;Prakeikimas! Vėl neįtikom!&quot;';
  27  $lang['uninstalled'] = 'Modulis pa&scaron;alintas.';
  28  $lang['installed'] = 'Įdiegta modulio %s versija.';
  29  $lang['prefsupdated'] = 'Modulio nuostatos atnaujintos.';
  30  $lang['accessdenied'] = 'Priėjimas uždraustas. Patikrinkite leidimus.';
  31  $lang['error'] = 'Klaida!';
  32  $lang['upgraded'] = 'Modulio versija atnaujinta į %s.';
  33  $lang['moddescription'] = 'Modulis suteikia galimybę importuoti ir eksportuoti temų turinį (&scaron;ablonus ir stilių puslapius)';
  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 &quot;themes&quot;.  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 &quot;Export&quot;.  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 &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>
  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=&quot;http://dev.cmsmadesimple.org&quot;>dev.cmsmadesimple.org</a>.</li>
  67  <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>
  68  <li>The author, calguy1000, can often be found in the <a href=&quot;irc://irc.freenode.net/#cms&quot;>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=&quot;mailto:calguy1000@hotmail.com&quot;><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p>
  76  <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>
  77  ';
  78  $lang['utmz'] = '156861353.1156232165.25.12.utmccn=(referral)|utmcsr=dev.cmsmadesimple.org|utmcct=/softwaremap/trove_list.php|utmcmd=referral';
  79  $lang['utma'] = '156861353.146700672.1148557798.1156244921.1156338862.27';
  80  ?>


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