[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['prompt_settings'] = 'Beállítások'; 3 $lang['prompt_otheroptions'] = 'Egyéb opciók'; 4 $lang['reset'] = 'Reset'; 5 $lang['error_minimumrepository'] = 'A repository verziója nem kompatibilis ezzel a modul manager--rel'; 6 $lang['prompt_reseturl'] = 'Az URL reset-elése az elĹ‘re beállított értékre'; 7 $lang['prompt_resetcache'] = 'A repository lokális cache törlése'; 8 $lang['prompt_dl_chunksize'] = 'Letöltési Egység Mérete (Kb)'; 9 $lang['text_dl_chunksize'] = 'A maximális mennyiségű adat, amelyet egy egységben letöltünk a szerverĹ‘l (modul installálásakor)'; 10 $lang['error_nofilesize'] = 'Nincs megadva a file-méret paraméter'; 11 $lang['error_nofilename'] = 'Nincs megadva a file-név paraméter'; 12 $lang['error_checksum'] = 'Jaj, hiba van a mátrixban. Ez valószínűleg amiatt van, hogy megsérült néhány file a modulban (lehet, hogy a feltöltéskor, vagy a te letöltésed közben).'; 13 $lang['cantdownload'] = 'Nem lehet letölteni'; 14 $lang['download'] = 'Letöltés'; 15 $lang['error_moduleinstallfailed'] = 'A modul telepítése nem sikerült'; 16 $lang['error_connectnomodules'] = 'Habár sikerült elérni a megadott modul gyűjteményt, úgy tűnik, hogy nincs még benne egy modul sem.'; 17 $lang['submit'] = 'Elküld'; 18 $lang['text_repository_url'] = 'Az URL-t az alábbi formában add meg http://www.mycmssite.com/path/soap.php?module=ModuleRepository'; 19 $lang['prompt_repository_url'] = 'Modul Gyűjtemény URL-je:'; 20 $lang['availmodules'] = 'ElérhetĹ‘ Modulok'; 21 $lang['preferences'] = 'JellemzĹ‘k'; 22 $lang['repositorycount'] = 'A gyűjteményben található modulok'; 23 $lang['instcount'] = 'Aktuálisan installált modulok'; 24 $lang['availablemodules'] = 'Az aktuális modulok állapotáról információ elérhetĹ‘ az aktuális gyűjteménybĹ‘l'; 25 $lang['helptxt'] = 'Súgó'; 26 $lang['abouttxt'] = 'Névjegy'; 27 $lang['xmltext'] = 'XML File'; 28 $lang['nametext'] = 'Modul Név'; 29 $lang['vertext'] = 'Verzió'; 30 $lang['sizetext'] = 'Méret (Kilobyte-ban)'; 31 $lang['statustext'] = 'Állapot/Művelet'; 32 $lang['uptodate'] = 'Installált'; 33 $lang['install'] = 'installálás'; 34 $lang['newerversion'] = 'Újabb verzió installálva'; 35 $lang['upgrade'] = 'Frissítés'; 36 $lang['error_nosoapconnect'] = 'Nem sikerült kapcsolódni a SOAP szerverhez'; 37 $lang['error_soaperror'] = 'SOAP Hiba'; 38 $lang['error_norepositoryurl'] = 'A Modul Gyűjtemény URL-je nincs megadva'; 39 $lang['friendlyname'] = 'Modul kezelĹ‘'; 40 $lang['postinstall'] = 'Installálás utáni üzenet, (pl. Bizonyosodj meg róla, hogy megadod a "" jogosultságot ezen modul használatához!)'; 41 $lang['postuninstall'] = 'A Modul Manager-t eltávolítottuk. Ezután nem lehetséges hálózati modul gyűjtemények használata. Lokálisan azért még lehet modulokat installálni.'; 42 $lang['really_uninstall'] = 'Valóban? Biztosan el akarod távolítani ezt a szupi kis modult?'; 43 $lang['uninstalled'] = 'A modul eltávolítása megtörtént.'; 44 $lang['installed'] = 'Modul (verzió %s) installálva.'; 45 $lang['upgraded'] = 'A modult frissítettük %s verzióra.'; 46 $lang['moddescription'] = 'ModuleRepository kliens. Ez a modul lehetĹ‘séget ad távoli gépeken (hálózaton levĹ‘) modulok megnézésére és installálására anélkül, hogy külön ftp-zni és csomagolgatni kéne Ĺ‘ket. A modul leíró XML file-t tölti le SOAP segítségével, ellenĹ‘rzi a file sértetlenségét és aztán automatikusan kicsomagolja.'; 47 $lang['error'] = 'Hiba!'; 48 $lang['admindescription'] = 'Hálózaton található modulok installálására szolgáló eszköz.'; 49 $lang['accessdenied'] = 'A hozzáférés megtagadva. Kérem, ellenĹ‘rizze a jogosultságokat.'; 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 </ul>'; 55 $lang['help'] = '<h3>What Does This Do?</h3> 56 <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> 57 <h3>How Do I Use It</h3> 58 <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/> 59 <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> 60 <h3>Support</h3> 61 <p>As per the GPL, this software is provided as-is. Please read the text of the license for the full disclaimer.</p> 62 <h3>Copyright and License</h3> 63 <p>Copyright © 2006, calguy1000 <a href="mailto:calguy1000@hotmail.com"><calguy1000@hotmail.com></a>. All Rights Are Reserved.</p> 64 <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>'; 65 $lang['utmz'] = '156861353.1167462096.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)'; 66 $lang['utma'] = '156861353.1745742775.1167462096.1167945995.1171186170.5'; 67 $lang['utmc'] = '156861353'; 68 ?>
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 |