| [ Index ] |
|
Code source de PHP NUKE 7.9 |
1 <?php 2 3 /**************************************************************************/ 4 /* PHP-NUKE: Advanced Content Management System */ 5 /* ============================================ */ 6 /* */ 7 /* This is the language module with all the system messages */ 8 /* */ 9 /* If you made a translation, please go to my website and send to me */ 10 /* the translated file. Please keep the original text order by modules, */ 11 /* and just one message per line, also double check your translation! */ 12 /* */ 13 /* You need to change the second quoted phrase, not the capital one! */ 14 /* */ 15 /* If you need to use double quotes (") remember to add a backslash (\), */ 16 /* so your entry will look like: This is \"double quoted\" text. */ 17 /* And, if you use HTML code, please double check it. */ 18 /**************************************************************************/ 19 20 define("_FUNCTIONS","Fonctions"); 21 define("_YES","Oui"); 22 define("_NO","Non"); 23 define("_SAVECHANGES","Sauvez les modifications"); 24 define("_ID","ID"); 25 define("_EXTRAINFO","Autres..."); 26 define("_SHOW","Montrer"); 27 define("_BANNERSADMIN","Administration des Bannières"); 28 define("_ACTIVEBANNERS","Bannières Actives"); 29 define("_ACTIVEBANNERS2","Bannieres Actives"); 30 define("_IMPRESSIONS","Impressions"); 31 define("_IMPLEFT","Imp. Restantes"); 32 define("_CLICKS","Clicks"); 33 define("_CLICKSPERCENT","% Clicks"); 34 define("_CLIENTNAME","Nom du client"); 35 define("_ADVERTISINGCLIENTS","Annonceurs"); 36 define("_CONTACTNAME","Nom du contact"); 37 define("_CONTACTEMAIL","E-mail"); 38 define("_ADDNEWBANNER","Ajouter une nouvelle bannière"); 39 define("_PURCHASEDIMPRESSIONS","Impressions achetées"); 40 define("_IMAGEURL","URL vers l'image"); 41 define("_CLICKURL","URL du clic"); 42 define("_ADDBANNER","Ajouter une bannière"); 43 define("_ADDCLIENT","Ajouter un nouveau client"); 44 define("_CLIENTLOGIN","Login du client"); 45 define("_CLIENTPASSWD","Mot de passe du client"); 46 define("_ADDCLIENT2","Ajouter un client"); 47 define("_DELETEBANNER","Détruire la bannière"); 48 define("_SURETODELBANNER","Etes-vous sûr de vouloir détruire cette Bannière ?"); 49 define("_EDITBANNER","Edition de la bannière"); 50 define("_ADDIMPRESSIONS","Ajouter plus d'impressions"); 51 define("_DELETECLIENT","Supprimer Client Publicitaire"); 52 define("_SURETODELCLIENT","Vous êtes sur le point d'enlever un client et toutes ses bannières !!!"); 53 define("_CLIENTWITHOUTBANNERS","Ce client n'a pas de bannière active pour le moment."); 54 define("_DELCLIENTHASBANNERS","Ce client a les BANNIÈRES suivantes activées et en fonction."); 55 define("_EDITCLIENT","Edition du client annonceur"); 56 define("_POSITION","Position"); 57 define("_ACTIVE","Actif"); 58 define("_DEACTIVATE","Désactiver"); 59 define("_INACTIVE","Inactif"); 60 define("_ACTIVATE","Activer"); 61 define("_TYPE","Type"); 62 define("_WARNING","Attention"); 63 define("_CLASS","Class"); 64 define("_CLASSNOTE","If your Ad Class is Javascript/HTML Code the next 4 fields will be ignored and will count only the Code area below. If your Ad Class is Flash you must put the .SWF complete URL in the next field and set width and height of the Flash movie (Click URL and Alternate Text fields will be ignored)."); 65 define("_ADCLASS","Ad Class"); 66 define("_ADIMAGE","Image"); 67 define("_ADCODE","Javascript/HTML Code"); 68 define("_ADFLASH","Flash"); 69 define("_IMAGESIZE","Image Size"); 70 define("_WIDTH","Width"); 71 define("_HEIGHT","Height"); 72 define("_INPIXELS","(size in pixels)"); 73 define("_FLASHFILEURL","Flash File URL"); 74 define("_FLASHSIZE","Flash Movie Size"); 75 define("_ADPOSITIONS","Ads Positions"); 76 define("_POSITIONNOTE","To use the position you must include the code: <i> ads(position);</i> in your theme file, where \"position\" is the number of the position you want to use in that ad space."); 77 define("_XFORUNLIMITED","write X for unlimited"); 78 define("_IMPPURCHASED","Impressions Purchased"); 79 define("_IMPMADE","Impressions Made"); 80 define("_ADINFOINCOMPLETE","<b>Error:</b> Banner Information is Incomplete!"); 81 define("_CURRENTPOSITIONS","Current Ads Positions"); 82 define("_POSITIONNAME","Position Name"); 83 define("_POSITIONNUMBER","Position Number"); 84 define("_ASSIGNEDADS","Assigned Ads"); 85 define("_ADDNEWPOSITION","Add Advertising Positions"); 86 define("_ADDPOSITION","Add Position"); 87 define("_POSINFOINCOMPLETE","<b>Error:</b> Advertising position name field can't be empty."); 88 define("_EDITPOSITION","Edit Advertising Position"); 89 define("_SAVEPOSITION","Save Changes"); 90 define("_DELETEPOSITION","Delete Ads Position"); 91 define("_SURETODELPOSITION","You are about to delete an Ads Position. Are you sure you want to proceed?"); 92 define("_POSITIONHASADS","The ads position you selected to delete has banners assigned to it.<br>Please select a new position to move all ads."); 93 define("_MOVEADS","Move Ads To"); 94 define("_MOVEDADSSTATUS","New status of moved Ads"); 95 define("_NOCHANGES","No Changes"); 96 define("_POSEXAMPLE","You can have a look at the file <i>/blocks/block-Advertising.php</i> and file <i>/header.php</i> to have a clear example on how to implement this in your site."); 97 define("_ADDEDDATE","Added Date"); 98 define("_DELETEALLADS","Delete All Banners"); 99 define("_ADSNOCLIENT","<b>Error:</b> There isn't any Advertising Client.<br>Please create a new client before add banners."); 100 define("_INACTIVEBANNERS","Inactive Banners"); 101 define("_EXTRAINFO","Extra Info"); 102 define("_EDITCLIENT","Edit Advertising Client"); 103 define("_ALTTEXT","Alternate Text"); 104 define("_IMAGESWFURL","Image or Flash file URL"); 105 define("_TERMS","Terms"); 106 define("_PLANSPRICES","Plans & Prices"); 107 define("_EDITTERMS","Edit Terms of Service"); 108 define("_TERMSOFSERVICEBODY","Terms of Service Body"); 109 define("_COUNTRYNAME","Your Country Name"); 110 define("_TERMSNOTE","Carefuly review the default Terms. Change whatever you want to change according with your advertising politics. This will be published in the Advertising module."); 111 define("_SITENAMEADS","(To embed your site name into the text use [sitename] and to use your country name type [country] in the text and it will be replaced from Advertising module)"); 112 define("_ADSMODULEINACTIVE","[ Warning: Advertising Module is inactive! ]"); 113 define("_ADDADVERTISINGPLAN","Add Advertising Plan"); 114 define("_ADVERTISINGPLANS","Advertising Plans"); 115 define("_PLANNAME","Plan Name"); 116 define("_DELIVERY","Delivery Mode"); 117 define("_PLANDESCRIPTION","Plan Description"); 118 define("_DELIVERYQUANTITY","Delivery Quantity"); 119 define("_DELIVERYTYPE","Delivery Mode"); 120 define("_PLANBUYLINKS","Buy Links"); 121 define("_INITIALSTATUS","Initial Status"); 122 define("_ADDNEWPLAN","Add New Plan"); 123 define("_PLANSNOTE","Plans are for reference only and will be published at the Advertising module so your clients know what you have to offer, conditions, prices and a link to pay for your service."); 124 define("_ADDPLANERROR","<b>Error:</b> One or more fields are empty. Please go back and correct the problem."); 125 define("_PDAYS","Days"); 126 define("_PMONTHS","Months"); 127 define("_PYEARS","Years"); 128 define("_PRICE","Price"); 129 define("_ADVERTISINGPLANEDIT","Advertising Plan Edit"); 130 define("_DELETEPLAN","Delete Ads Plan"); 131 define("_SURETODELPLAN","Your are about to delete an Advertising Plan. Are you sure you want to proceed?"); 132 define("_CANTDELETEPOSITION","<b>Error:</b> You can't delete ALL positions. At least one should be in the database.<br>Edit the position if you need to change it or add a new one."); 133 define("_BANNERNAME","Banner Name"); 134 define("_CLIENT","Client"); 135 define("_YEARS","Years"); 136 define("_MONTHS","Months"); 137 define("_WARNING","Warning"); 138 139 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |