Wiki.Ru-Mambo.ru: ПроектыЛокализации/JoomlaBusinessDirectory/Часть6 ...
Поиск:
Наблюдать | Версия для печати | Вход:   Пароль:  

<?php
DEFINE
("_BM_ADMIN_VOTE","Vote");
DEFINE("_BM_ADMIN_CANVOTE","Can Vote (rate)");
DEFINE("_BM_ADMIN_CANVOTE_HELP","Enable or disable the Rating system - Can vote for businesses (rating).  IMPORTANT : Do not forget to make visible the Rating column in the Columns Editor...");          // 2.5_5e - Update
DEFINE("_BM_ADMIN_VOTELEVEL","Who can Vote");
DEFINE("_BM_ADMIN_VOTELEVEL_HELP","Who can vote for businesses (access level), if voting is enabled ?");
DEFINE("_BM_ADMIN_CANVOTEDETAIL","Voting Location ");
DEFINE("_BM_ADMIN_CANVOTEDETAIL_HELP","Determine where the user can vote (rating) : only in List, only in Detail Page or in both locations, this will control the list display and let the visitors to vote in the Detail page to make the display clearer.");

DEFINE("_BM_ADMIN_VALIDATION","Validation");                                                                             // v2.6_4
DEFINE("_BM_ADMIN_URLAUTOCHECK","URL Auto Validation");                                                                  // v2.5_4b
DEFINE("_BM_ADMIN_URLAUTOCHECK_HELP","When should the links be auto validated ? Url validation when user opens link (in days) ?");       // v2.5_4b
DEFINE("_BM_ADMIN_VALIDATESUBMIT","Validation on Submit");                                                               // v2.6_4
DEFINE("_BM_ADMIN_VALIDATESUBMIT_HELP","Perform or not the URL validation on weblink submission in Front-End.");       // v2.6_4
DEFINE("_BM_ADMIN_VALIDATEFRONT","Manual Validation in Front-end");                                                      // v2.6_4
DEFINE("_BM_ADMIN_VALIDATEFRONT_HELP","If the validation status is displayed near the business title [Show Validation URL], a manual validation can be performed in Front-End only (click on status image). Available only for authorized Business Directory authors.");  // v2.6_4
DEFINE("_BM_ADMIN_VALIDATESTATUS","Show Validation Status");                                                             // v2.6_4
DEFINE("_BM_ADMIN_VALIDATESTATUS_HELP","When performing a Front-end validation, the process status can be displayed.");  // v2.6_4
DEFINE("_BM_ADMIN_VALIDATEDETAIL","Show Validation Details");                                                            // v2.6_4
DEFINE("_BM_ADMIN_VALIDATEDETAIL_HELP","Who can see the full detail of the validation status (HTTP error code, status message and last validation date).");        // v2.6_4
DEFINE("_BM_ADMIN_URLAUTOCHECKTIMEOUT","Validation Timeout");                                                            // v2.6_18
DEFINE("_BM_ADMIN_URLAUTOCHECKTIMEOUT_HELP","Set the time out (in secs) when proceeding with url validation (default: 7 secs).");           // v2.6_18
DEFINE("_BM_ADMIN_VALIDATIONDEBUG","Validation Debug Info");                                                             // v2.6_18
DEFINE("_BM_ADMIN_VALIDATIONDEBUG_HELP","Display mode Debug information when validating links.");                    // v2.6_18

DEFINE("_BM_ADMIN_MISC","Misc");
DEFINE("_BM_ADMIN_HITDETAIL","Compute Hit");                                                             // v2.5_4b
DEFINE("_BM_ADMIN_HITDETAIL_HELP","Compute the number of hits when opening the URL or when opening the detail page (only if the business is redirected to the detail page...)");  // v2.5_4b
DEFINE("_BM_ADMIN_DIRECTURL","Direct URL");                                                              // v2.5_4b
DEFINE("_BM_ADMIN_DIRECTURL_HELP","Use direct URLs instead to redirect them (for hits count). !!! WARNING !!! if activated the hits count will be disabled...");       // v2.5_4b
DEFINE("_BM_ADMIN_PROTOCOLS","Protocols Validation");                                                    // v2.5_4b
DEFINE("_BM_ADMIN_PROTOCOLS_HELP","Which protocols are allowed, if URL protocol is not in the list or missing, the [http://] is added. List separated by comma (ex : [http://,https://,ftp://])");   // v2.5_4b
DEFINE("_BM_PROTOCOLS","index.php,http://,https://,mailto:,news://,ftp://,file://,ed2k://");             // v2.5_4b
DEFINE("_BM_ADMIN_TRACKUSERS","Track Users Activity");                                                   // v2.6_4
DEFINE("_BM_ADMIN_TRACKUSERS_HELP","Enable or disable the user tracking activity. It tracks hits count the user is doing and keep the date of last hit for each business. Note : this function must be enabled to use [Hits Protection]");        // v2.6_4
DEFINE("_BM_ADMIN_HITSDELAY","Hits Protection");                                                         // v2.6_4
DEFINE("_BM_ADMIN_HITSDELAY_HELP","Set the Hits protection delay, to prevent fraudulent clicks to artificially increase hits manually or automatically. Set the delay in seconds until the next hit will be computed for this Registered users or Guests (based on Host IP). [0:Disable protection / 3600:One hour delay]. Note :  The [Track Users Activity] option must be enabled to use this function !");                    // v2.6_4
DEFINE("_BM_ADMIN_MOSREDIRECT","Open Redirection method");                                               // v2.6_16
DEFINE("_BM_ADMIN_MOSREDIRECT_HELP","[HTML Redirect] will allow to set [NOINDEX] in meta tags to avoid Search engines to index the linked page usefull when using SEF-SEO. [MOS Redirect] use the default [mosredirect] it is a bit nicer as it does not use a temporary page, but it let the Search engines to index the linked pages.");                    // v2.6_16
DEFINE("_BM_ADMIN_CANCREDIT","Activate Credit system");                                                  // v2.6_17
DEFINE("_BM_ADMIN_CANCREDIT_HELP","If the Credit system is enabled, only businesses with enough credits (&gt; 0) or unlimited credits (-1) are displayed. See the next param to set the action !");  // v2.6_17
DEFINE("_BM_ADMIN_REDUCERATING","If No More credits");                                                   // v2.6_17
DEFINE("_BM_ADMIN_REDUCERATING_HELP","If the Credits = 0 (no more credits), hide the business or reduce the Admin rating level.");    // v2.6_17
DEFINE("_BM_ADMIN_IMGADMINPREVIEW","Admin - Image Preview");                                             // v2.6_17
DEFINE("_BM_ADMIN_IMGADMINPREVIEW_HELP","In Admin Business Directory Manager : display a default picture (faster) or the Image preview (can be long due to images loading).");  // v2.6_17
DEFINE("_BM_ADMIN_POPUPWIDTH","Custom field [Popup] WIDTH");                                             // v2.6_18
DEFINE("_BM_ADMIN_POPUPWIDTH_HELP","Set Width of Custom field [Popup] (generally : 300px).");            // v2.6_18
DEFINE("_BM_ADMIN_POPUPHEIGHT","Custom field [Popup] HEIGHT");                                           // v2.6_18
DEFINE("_BM_ADMIN_POPUPHEIGHT_HELP","Set Height of Custom field [Popup] (generally : 300px).");          // v2.6_18
DEFINE("_BM_ADMIN_POPUPTYPE","Custom field [Popup] TYPE");                                               // v2.6_18
DEFINE("_BM_ADMIN_POPUPTYPE_HELP","Set the type of the Custom Field [Popup], display as an URL or a Button.");     // v2.6_18

DEFINE("_BM_ADMIN_DETAIL","Detail");                                                                     // v2.5_4b
DEFINE("_BM_ADMIN_DETAILSHOWTITLES","Field Titles in Detail Page");                                      // v2.5_4b
DEFINE("_BM_ADMIN_DETAILSHOWTITLES_HELP","Display the title of fields in Detail Page");                  // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWURL","URL in Detail Page");                                               // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWURL_HELP","Display the URL into the Detail Page");                        // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWURLIMAGE","Image in Detail Page");                                        // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWURLIMAGE_HELP","Display the associated Image into the Detail Page");      // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWDESC","Description in Detail Page");                                      // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWDESC_HELP","Display the Description into the Detail Page");               // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWDETAIL","Detail in Detail Page");                                         // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWDETAIL_HELP","Display the Details into the Detail Page");                 // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWHITS","Hits in Detail Page");                                             // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWHITS_HELP","Display the Hits count into the Detail Page");                // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWCAT","Category in Detail Page");                                          // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWCAT_HELP","Display the Category count into the Detail Page");             // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWRATING","Rating in Detail Page");                                         // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWRATING_HELP","Display the Rating count into the Detail Page");            // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWDATE","Date in Detail Page");                                             // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWDATE_HELP","Display the submission/update date into the Detail Page");    // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWPUBLISHER","Publisher in Detail Page");                                   // v2.5_4b
// DEFINE("_BM_ADMIN_DETAILSHOWPUBLISHER_HELP","Display the publisher (business' submitter) into the Detail Page");   // v2.5_4b
DEFINE("_BM_ADMIN_DETAILSHOWPAGETITLE","Show Page Title");                                               // v2.5_5
DEFINE("_BM_ADMIN_DETAILSHOWPAGETITLE_HELP","Display the Detail Page title");                            // v2.5_5
// DEFINE("_BM_ADMIN_DETAILSHOWICON","Show Icon");                                                       // v2.6_2
// DEFINE("_BM_ADMIN_DETAILSHOWICON_HELP","Display an Icon in front of the URL link");                   // v2.6_2
// DEFINE("_BM_ADMIN_CUSTOM_DETAILSHOW"," in Detail page");                                              // v2.6_5
// DEFINE("_BM_ADMIN_CUSTOM_DETAILSHOW_HELP","Display the Custom field in Detail Page.");                // v2.6_5
DEFINE("_BM_ADMIN_BOTSONBMDETAIL","MosBots on field [Detail]");                                          // v2.6_16
DEFINE("_BM_ADMIN_BOTSONBMDETAIL_HELP","Process or not MosBots on field [Detail].");                     // v2.6_16
DEFINE("_BM_ADMIN_IMGFORCEDETAILWIDTH","Force Image WIDTH");                                             // v2.6_17
DEFINE("_BM_ADMIN_IMGFORCEDETAILWIDTH_HELP","Force the Width of the image in the Detail Page (generally : 120px) [0:disabled]");         // v2.6_17
DEFINE("_BM_ADMIN_IMGFORCEDETAILHEIGHT","Force Image HEIGHT");                                           // v2.6_17
DEFINE("_BM_ADMIN_IMGFORCEDETAILHEIGHT_HELP","Force the Height of the image in the Detail Page (generally : 90px) [0:disabled]");        // v2.6_17
DEFINE("_BM_ADMIN_DETAILADSWIDTH","Detail Ads Block WIDTH");                                             // v2.6_17
DEFINE("_BM_ADMIN_DETAILADSWIDTH_HELP","Set the width of the Ads Block (right column on the Detail Page).");                            // v2.6_17

DEFINE("_BM_ADMIN_WRAPPER","Wrapper");                                                                   // v2.6_6
DEFINE("_BM_ADMIN_WRAPPERWIDTH","Wrapper Box : WIDTH");                                                  // v2.6_6
DEFINE("_BM_ADMIN_WRAPPERWIDTH_HELP","Set the Width of the Wrapper box when openning the weblinks in the Wrapper. Note : You can enter [ 100% ] for variable Width");    // v2.6_6
DEFINE("_BM_ADMIN_WRAPPERHEIGHT","Wrapper Box : HEIGHT");                                                // v2.6_6
DEFINE("_BM_ADMIN_WRAPPERHEIGHT_HELP","Set the Height of the Wrapper box when openning the weblinks in the Wrapper. Recommended Height is [600]");  // v2.6_6

DEFINE("_BM_ADMIN_STYLE","Style");                                                                       // v2.6_8
DEFINE("_BM_ADMIN_CSSCATEGORIES","Categories");                                                          // v2.6_8
DEFINE("_BM_ADMIN_CSSCATEGORIES_HELP","Define CSS class style for Categories [default : category].");    // v2.6_8
DEFINE("_BM_ADMIN_CSSSUBCATEGORIES","Sub Categories");                                                   // v2.6_8
DEFINE("_BM_ADMIN_CSSSUBCATEGORIES_HELP","Define CSS class style for Sub-Categories [default : subcategory].");                      // v2.6_8
DEFINE("_BM_ADMIN_CSSjbd","Businesses (Standard)");                                                            // v2.6_8
DEFINE("_BM_ADMIN_CSSjbd_HELP","Define CSS class style for Business Directory [default : category].");      // v2.6_8
DEFINE("_BM_ADMIN_CSSDISPLAYMODE","Display Mode");                                                       // v2.6_8
DEFINE("_BM_ADMIN_CSSDISPLAYMODE_HELP","Define CSS class style for Display Mode [default : -none-].");   // v2.6_8
DEFINE("_BM_ADMIN_CSSDISPLAYMODESEL","Display Mode Selected");                                           // v2.6_8
DEFINE("_BM_ADMIN_CSSDISPLAYMODESEL_HELP","Define CSS class style for Display Mode when Selected [default : sectiontableheader].");  // v2.6_8
DEFINE("_BM_ADMIN_CSSALPHAINDEX","Alpha Index");                                                         // v2.6_8
DEFINE("_BM_ADMIN_CSSALPHAINDEX_HELP","Define CSS class style for Alpha Index [default : -none-].");     // v2.6_8
DEFINE("_BM_ADMIN_CSSALPHAINDEXSEL","Alpha Index Selected");                                             // v2.6_8
DEFINE("_BM_ADMIN_CSSALPHAINDEXSEL_HELP","Define CSS class style for Alpha Index when Selected [default : sectiontableheader].");    // v2.6_8
DEFINE("_BM_ADMIN_CSSPATHWAY","PathWay");                                                                // v2.6_8
DEFINE("_BM_ADMIN_CSSPATHWAY_HELP","Define CSS class style for PathWay [default : category].");          // v2.6_8
DEFINE("_BM_ADMIN_CSSTABLEHEADER","Table Header");                                                       // v2.6_8
DEFINE("_BM_ADMIN_CSSTABLEHEADER_HELP","Define CSS class style for Table Header [default : sectiontableheader].");                   // v2.6_8
DEFINE("_BM_ADMIN_CSSCATEGORIESSEL","Categories Selected");                                              // v2.6_9
DEFINE("_BM_ADMIN_CSSCATEGORIESSEL_HELP","Define CSS class style for Categories when Selected [default : sectiontableheader].");     // v2.6_9
DEFINE("_BM_ADMIN_CSSCATEGORYHEADER","Category Header");                                                 // v2.6_17
DEFINE("_BM_ADMIN_CSSCATEGORYHEADER_HELP","Define CSS class style for Category Header [default : componentheading].");               // v2.6_17
DEFINE("_BM_ADMIN_CSSjbdBRONZE","Businesses (Bronze)");                                              // v2.6_17
DEFINE("_BM_ADMIN_CSSjbdBRONZE_HELP","Define CSS class style for business with rating : Bronze [default : category].");       // v2.6_17
DEFINE("_BM_ADMIN_CSSjbdGOLD","Businesses (Gold)");                                                 // v2.6_17
DEFINE("_BM_ADMIN_CSSjbdGOLD_HELP","Define CSS class style for business with rating : Gold [default : category].");           // v2.6_17
DEFINE("_BM_ADMIN_CSSDETAILADS","Detail [Ads Block]");                                                   // v2.6_17
DEFINE("_BM_ADMIN_CSSDETAILADS_HELP","Define CSS class style for the Ads Block (advertising block) in the Detail page [default : -none-].");  // v2.6_17

DEFINE("_BM_ADMIN_CONFIG_SAVED","Configuration Saved");
DEFINE("_BM_ADMIN_CONFIG_CANCELED","Configuration Conceled");
DEFINE("_BM_ADMIN_CONFIG_CLEARED","User Sort Configuration Reset");
?>


 
Joomla в России | Joomla Форум | электронная музыка |