[ Index ]
 

Code source de PHP NUKE 7.9

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

title

Body

[fermer]

/modules/Advertising/admin/language/ -> lang-ukrainian.php (source)

   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","Функції");
  21  define("_YES","Так");
  22  define("_NO","Ні");
  23  define("_SAVECHANGES","Зберегти зміни");
  24  define("_ID","ID");
  25  define("_EXTRAINFO","Додаткова інформація");
  26  define("_SHOW","Показати");
  27  define("_BANNERSADMIN","Адміністрування банерів");
  28  define("_ACTIVEBANNERS","Активні банери на даний момент");
  29  define("_ACTIVEBANNERS2","Активні банери");
  30  define("_IMPRESSIONS","Покази");
  31  define("_IMPLEFT","Показів залишилось");
  32  define("_CLICKS","Кліки");
  33  define("_CLICKSPERCENT","% кліків");
  34  define("_CLIENTNAME","Ім'я клієнта");
  35  define("_ADVERTISINGCLIENTS","Реклама клієнтів");
  36  define("_CONTACTNAME","Ім'я");
  37  define("_CONTACTEMAIL","Контактний Email");
  38  define("_ADDNEWBANNER","Додати новий банер");
  39  define("_PURCHASEDIMPRESSIONS","Придбані покази");
  40  define("_IMAGEURL","URL малюнка");
  41  define("_CLICKURL","URL банера");
  42  define("_ADDBANNER","Додати баннер");
  43  define("_ADDCLIENT","Додати нового клієнта");
  44  define("_CLIENTLOGIN","Логін клієнта");
  45  define("_CLIENTPASSWD","Пароль клієнта");
  46  define("_ADDCLIENT2","Додати клієнта");
  47  define("_DELETEBANNER","Витерти банер");
  48  define("_SURETODELBANNER","Ви дійсно хочете витерти банер?");
  49  define("_EDITBANNER","Редагувати банер");
  50  define("_ADDIMPRESSIONS","Дабавити покази");
  51  define("_DELETECLIENT","Витерти клієнта");
  52  define("_SURETODELCLIENT","Ви збираєтесь витерти клієнта і всі його банери!!!");
  53  define("_CLIENTWITHOUTBANNERS","В цього клієнта немає активних банерів.");
  54  define("_DELCLIENTHASBANNERS","В цього клієнта є наступні активні банери");
  55  define("_EDITCLIENT","Редагувати клієнта");
  56  define("_POSITION","Позиція");
  57  define("_ACTIVE","Активний");
  58  define("_DEACTIVATE","Зробити неактивним");
  59  define("_INACTIVE","Неактивний");
  60  define("_ACTIVATE","Зробити активним");
  61  define("_TYPE","Тип");
  62  define("_WARNING","Попередження");
  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  ?>


Gйnйrй le : Sun Apr 1 11:11:59 2007 par Balluche grвce а PHPXref 0.7