[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['prompt_settings'] = 'Configurazioni'; 3 $lang['prompt_otheroptions'] = 'Altre opzioni'; 4 $lang['reset'] = 'Reset'; 5 $lang['error_minimumrepository'] = 'La versione del Deposito non è compatibile con questo modulo'; 6 $lang['prompt_reseturl'] = 'Reset URL al valore predefinito'; 7 $lang['prompt_resetcache'] = 'Reset la cache locale dei dati del Deposito'; 8 $lang['prompt_dl_chunksize'] = 'Dimensione del chunk di Download (Kb)'; 9 $lang['text_dl_chunksize'] = 'Il massimo ammontare di dati da download dal server in un chunk (quando installi un modulo)'; 10 $lang['error_nofilesize'] = 'Nessun parametro filesize inserito'; 11 $lang['error_nofilename'] = 'Nessun parametro filename inserito'; 12 $lang['error_checksum'] = 'Errore checksum. Indica probabilmente un file corrotto quando fu inviato al repository o un problema nel download alla vostra macchina.'; 13 $lang['cantdownload'] = 'Non posso effettuare il download'; 14 $lang['download'] = 'Download'; 15 $lang['error_moduleinstallfailed'] = 'Installazione Modulo fallita'; 16 $lang['error_connectnomodules'] = 'Sebbene una connessione fu effettuata con successo allo specifico Deposito Moduli, appare che il repository non sta ancora condividendo questi moduli'; 17 $lang['submit'] = 'Inoltra'; 18 $lang['text_repository_url'] = 'L'indirizzo dovrebbe essere della forma http://www.mycmssite.com/path/soap.php?module=ModuleRepository'; 19 $lang['prompt_repository_url'] = 'Indirizzo del Deposito Moduli:'; 20 $lang['availmodules'] = 'Moduli utilizzabili'; 21 $lang['preferences'] = 'Preferenze'; 22 $lang['repositorycount'] = 'Moduli trovati nel Deposito Moduli'; 23 $lang['instcount'] = 'Moduli correntemente installati'; 24 $lang['availablemodules'] = 'Il corrente stato dei moduli utilizzabile dal corrente Deposito Moduli'; 25 $lang['helptxt'] = 'Aiuto'; 26 $lang['abouttxt'] = 'Informazioni'; 27 $lang['xmltext'] = 'File XML'; 28 $lang['nametext'] = 'Nome Modulo'; 29 $lang['vertext'] = 'Versione'; 30 $lang['sizetext'] = 'Dimensione (bytes)'; 31 $lang['statustext'] = 'Stato/Azione'; 32 $lang['uptodate'] = 'Installato'; 33 $lang['install'] = 'installa'; 34 $lang['newerversion'] = 'Nuova versione installata'; 35 $lang['upgrade'] = 'Aggiornamento'; 36 $lang['error_nosoapconnect'] = 'Non posso connettermi al server SOAP'; 37 $lang['error_soaperror'] = 'Problemi SOAP'; 38 $lang['error_norepositoryurl'] = 'L'indirizzo del Deposito Moduli non è stato specificato'; 39 $lang['friendlyname'] = 'Modulo Manager'; 40 $lang['postinstall'] = 'Post Install Message, (e.g., Be sure to set "" permissions to use this module!)'; 41 $lang['postuninstall'] = 'Il Modulo Manager è stato disinstallato. Gli utenti non hanno più la possibilità di installare moduli dal Deposito Moduli. Tuttavia è possibile l'installazione locale.'; 42 $lang['really_uninstall'] = 'Siete sicuri di di voler disinstallare? In questo modo spariranno alcune delle funzionalità.'; 43 $lang['uninstalled'] = 'Modulo disinstallato.'; 44 $lang['installed'] = 'Versione del modulo %s installato.'; 45 $lang['upgraded'] = 'Modulo aggiornato alla versione %s.'; 46 $lang['moddescription'] = 'Un client per il Deposito Moduli, questo modulo permette di installare moduli da siti remoti senza la necessità di ftp, o estarre archivi zip. I file moduli XML sono scaricati usando SOAP, verificati la loro integrità e poi espansi automaticamente.'; 47 $lang['error'] = 'Errore!'; 48 $lang['admindescription'] = 'Una utilità per prelevare e installare moduli da server remoti.'; 49 $lang['accessdenied'] = 'Accesso negato. Si prega di controllare i vostri permissi.'; 50 $lang['changelog'] = '<ul> 51 <li>Version 1.0. 10 January 2006. Initial Release.</li> 52 <li>Version 1.1. July, 2006. Released with the 1.0- beta</li> 53 <li>Version 1.1.1 August, 2006. Require 1.0.1 of nuSOAP</li> 54 <li>Version 1.1.2 September, 2006. Fixed a mistake that resulted in upgrade not not working at all</li> 55 <li>Version 1.1.3 September, 2006. 56 <ul> 57 <li>Bumped minimum CMS Version to 1.0</li> 58 <li>Now use 1 request to get the complete list of modules from the repository</li> 59 <li>Added some missing lang strings</li> 60 <li>Added the ability to reset the local cache of repository information</li> 61 <li>Added the ability to restore the repository url to factory defaults</li> 62 </ul> 63 </li> 64 </ul>'; 65 $lang['help'] = '<h3>What Does This Do?</h3> 66 <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> 67 <h3>How Do I Use It</h3> 68 <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' --> 'Global Settings' page.</p><br/> 69 <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> 70 <h3>Support</h3> 71 <p>As per the GPL, this software is provided as-is. Please read the text of the license for the full disclaimer.</p> 72 <h3>Copyright and License</h3> 73 <p>Copyright © 2006, calguy1000 <a href="mailto:calguy1000@hotmail.com"><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p> 74 <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>'; 75 $lang['utmz'] = '156861353.1157407430.3.3.utmccn=(referral)|utmcsr=dev.cmsmadesimple.org|utmcct=/|utmcmd=referral'; 76 $lang['utma'] = '156861353.1861570971.1156160505.1157321899.1157407430.3'; 77 ?>
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 |