[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/ModuleManager/lang/ -> en_US.php (source)

   1  <?php
   2  $lang['prompt_settings'] = 'Settings';
   3  $lang['prompt_otheroptions'] = 'Other Options';
   4  $lang['reset'] = 'Reset';
   5  $lang['error_permissions'] = '<strong><em>WARNING:</em></strong> Insufficient directory permissions to install modules.  You may also be experiencing problems with PHP Safe mode.  Please ensure that safe mode is disabled, and that file system permissions are sufficient.';
   6  $lang['error_minimumrepository'] = 'The repository version is not compatible with this module manager';
   7  $lang['prompt_reseturl'] = 'Reset URL to preset default';
   8  $lang['prompt_resetcache'] = 'Reset the local cache of repository data';
   9  $lang['prompt_dl_chunksize'] = 'Download Chunk Size (Kb)';
  10  $lang['text_dl_chunksize'] = 'The maximum amount of data to download from the server in one chunk (when installing a module)';
  11  $lang['error_nofilesize'] = 'No filesize parameter supplied';
  12  $lang['error_nofilename'] = 'No filename parameter supplied';
  13  $lang['error_checksum'] = 'Checksum error.  This probably indicates a corrupt file, either when it was uploaded to the repository, or a problem in transit down to your machine.';
  14  $lang['cantdownload'] = 'Cannot Download';
  15  $lang['download'] = 'Download & Install';
  16  $lang['error_moduleinstallfailed'] = 'Module installation failed';
  17  $lang['error_connectnomodules'] = 'Although a connection was successfully made to the specified module repository.  It appears that this repository is not yet sharing any modules';
  18  $lang['submit'] = 'Submit';
  19  $lang['text_repository_url'] = 'The URL should be in the form http://www.mycmssite.com/path/soap.php?module=ModuleRepository';
  20  $lang['prompt_repository_url'] = 'ModuleRepository URL:';
  21  $lang['availmodules'] = 'Available Modules'; 
  22  $lang['preferences'] = 'Preferences';
  23  $lang['repositorycount'] = 'Modules found in the repository';
  24  $lang['instcount'] = 'Modules currently installed';
  25  $lang['availablemodules'] = 'The currrent status of modules available from the current repository';
  26  $lang['helptxt'] = 'Help';
  27  $lang['abouttxt'] = 'About';
  28  $lang['xmltext'] = 'XML File';
  29  $lang['nametext'] = 'Module Name';
  30  $lang['vertext'] = 'Version';
  31  $lang['sizetext'] = 'Size (Kilobytes)';
  32  $lang['statustext'] = 'Status/Action';
  33  $lang['uptodate'] = 'Installed';
  34  $lang['install'] = 'install';
  35  $lang['newerversion'] = 'Newer version installed';
  36  $lang['upgrade'] = 'Upgrade';
  37  $lang['error_nosoapconnect'] = 'Could not connect to SOAP server';
  38  $lang['error_soaperror'] = 'SOAP Problem';
  39  $lang['error_norepositoryurl'] = 'The URL for the Module Repository has not been specified';
  40  $lang['friendlyname'] = 'Module Manager';
  41  $lang['postinstall'] = 'Post Install Message.';
  42  $lang['postuninstall'] = 'Module Manager has been uninstalled.  Users will no longer have the ability to install modules from remote repositories.  However, local installation is still possible.';
  43  $lang['really_uninstall'] = 'Are you sure you want to uninstall? You will be missing alot of nice functionality.';
  44  $lang['uninstalled'] = 'Module Uninstalled.';
  45  $lang['installed'] = 'Module version %s installed.';
  46  $lang['upgraded'] = 'Module upgraded to version %s.';
  47  $lang['moddescription'] = 'A client for the ModuleRepository, this module allows previewing, and installing modules from remote sites without the need for ftping, or unzipping archives.  Module XML files are downloaded using SOAP, integrity verified, and then expanded automatically.';
  48  
  49  $lang['error'] = 'Error!';
  50  $land['admin_title'] = 'Module Manager Admin Panel';
  51  $lang['admindescription'] = 'A tool for retrieving and installing modules from remote servers.';
  52  $lang['accessdenied'] = 'Access Denied. Please check your permissions.';
  53  $lang['postinstall'] = 'Module Manager has been successfully installed.';
  54  $lang['changelog'] = '
  55  <ul>
  56  <li>Version 1.0. 10 January 2006. Initial Release.</li>
  57  <li>Version 1.1. July, 2006. Released with the 1.0- beta</li>
  58  <li>Version 1.1.1 August, 2006.  Require 1.0.1 of nuSOAP</li>
  59  <li>Version 1.1.2 September, 2006.  Fixed a mistake that resulted in upgrade not not working at all</li>
  60  <li>Version 1.1.3 September, 2006.
  61    <ul>
  62    <li>Bumped minimum CMS Version to 1.0</li>
  63    <li>Now use 1 request to get the complete list of modules from the repository</li>
  64    <li>Added some missing lang strings</li>
  65    <li>Added the ability to reset the local cache of repository information</li>
  66    <li>Added the ability to restore the repository url to factory defaults</li>
  67    </ul>
  68  <li>Version 1.1.4 February, 2007.  Now handles the safe mode check, and disables upgrading or installing modules if the permissions are wrong.</li>
  69  </li>
  70  </ul>';
  71  $lang['help'] = '<h3>What Does This Do?</h3>
  72  <p>A client for the ModuleRepository, this module allows previewing, and installing modules from remote sites without the need for ftping, or unzipping archives.  Module XML files are downloaded using SOAP, integrity verified, and then expanded automatically.</p>
  73  <h3>How Do I Use It</h3>
  74  <p>In order to use this module, you will need the \'Modify Modules\' permission, and you will also need the complete, and full URL to a \'Module Repository\' installation.  You can specify this url in the \'Site Admin\' --&gt; \'Global Settings\' page.</p><br/>
  75  <p>You can find the interface for this module under the \'Extensions\' menu.  When you select this module, the \'Module Repository\' installation will automatically be queried for a list of it\'s available xml modules.  This list will be cross referenced with the list of currently installed modules, and a summary page displayed.  From here, you can view the descriptive information, the help, and the about information for a module without physically installing it.  You can also choose to upgrade or install modules.</p>
  76  <h3>Support</h3>
  77  <p>As per the GPL, this software is provided as-is. Please read the text of the license for the full disclaimer.</p>
  78  <h3>Copyright and License</h3>
  79  <p>Copyright &copy; 2006, calguy1000 <a href="mailto:calguy1000@hotmail.com">&lt;calguy1000@hotmail.com&gt;</a>. All Rights Are Reserved.</p>
  80  <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>';
  81  ?>


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