-- MySQL dump 10.13  Distrib 5.7.44, for Linux (x86_64)
--
-- Host: localhost    Database: netcarz_NKZ
-- ------------------------------------------------------
-- Server version	5.7.44

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `JB21_action_log_config`
--

DROP TABLE IF EXISTS `JB21_action_log_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_action_log_config` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `id_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `table_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `text_prefix` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_action_log_config`
--

LOCK TABLES `JB21_action_log_config` WRITE;
/*!40000 ALTER TABLE `JB21_action_log_config` DISABLE KEYS */;
INSERT INTO `JB21_action_log_config` VALUES (1,'article','com_content.article','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(2,'article','com_content.form','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(3,'banner','com_banners.banner','id','name','#__banners','PLG_ACTIONLOG_JOOMLA'),(4,'user_note','com_users.note','id','subject','#__user_notes','PLG_ACTIONLOG_JOOMLA'),(5,'media','com_media.file','','name','','PLG_ACTIONLOG_JOOMLA'),(6,'category','com_categories.category','id','title','#__categories','PLG_ACTIONLOG_JOOMLA'),(7,'menu','com_menus.menu','id','title','#__menu_types','PLG_ACTIONLOG_JOOMLA'),(8,'menu_item','com_menus.item','id','title','#__menu','PLG_ACTIONLOG_JOOMLA'),(9,'newsfeed','com_newsfeeds.newsfeed','id','name','#__newsfeeds','PLG_ACTIONLOG_JOOMLA'),(10,'link','com_redirect.link','id','old_url','#__redirect_links','PLG_ACTIONLOG_JOOMLA'),(11,'tag','com_tags.tag','id','title','#__tags','PLG_ACTIONLOG_JOOMLA'),(12,'style','com_templates.style','id','title','#__template_styles','PLG_ACTIONLOG_JOOMLA'),(13,'plugin','com_plugins.plugin','extension_id','name','#__extensions','PLG_ACTIONLOG_JOOMLA'),(14,'component_config','com_config.component','extension_id','name','','PLG_ACTIONLOG_JOOMLA'),(15,'contact','com_contact.contact','id','name','#__contact_details','PLG_ACTIONLOG_JOOMLA'),(16,'module','com_modules.module','id','title','#__modules','PLG_ACTIONLOG_JOOMLA'),(17,'access_level','com_users.level','id','title','#__viewlevels','PLG_ACTIONLOG_JOOMLA'),(18,'banner_client','com_banners.client','id','name','#__banner_clients','PLG_ACTIONLOG_JOOMLA'),(19,'application_config','com_config.application','','name','','PLG_ACTIONLOG_JOOMLA');
/*!40000 ALTER TABLE `JB21_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_action_logs`
--

DROP TABLE IF EXISTS `JB21_action_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_action_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `message_language_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `ip_address` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0.0.0',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_user_id_logdate` (`user_id`,`log_date`),
  KEY `idx_user_id_extension` (`user_id`,`extension`),
  KEY `idx_extension_item_id` (`extension`,`item_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_action_logs`
--

LOCK TABLES `JB21_action_logs` WRITE;
/*!40000 ALTER TABLE `JB21_action_logs` DISABLE KEYS */;
INSERT INTO `JB21_action_logs` VALUES (1,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":\"627\",\"username\":\"eagle\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2019-02-26 02:54:58','com_users',627,0,'COM_ACTIONLOGS_DISABLED'),(2,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":\"627\",\"username\":\"eagle\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2019-02-26 18:35:34','com_users',627,0,'COM_ACTIONLOGS_DISABLED'),(3,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":\"627\",\"title\":\"eagle\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"userid\":\"627\",\"username\":\"eagle\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"table\":\"#__vehiclemanager_vehicles\"}','2019-02-26 18:39:16','com_installer',627,627,'COM_ACTIONLOGS_DISABLED'),(4,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":\"627\",\"title\":\"eagle\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"userid\":\"627\",\"username\":\"eagle\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"table\":\"#__vehiclemanager_vehicles\"}','2019-02-26 18:39:16','com_installer',627,627,'COM_ACTIONLOGS_DISABLED'),(5,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":\"627\",\"title\":\"eagle\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"userid\":\"627\",\"username\":\"eagle\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"table\":\"#__vehiclemanager_vehicles\"}','2019-02-26 18:39:16','com_installer',627,627,'COM_ACTIONLOGS_DISABLED'),(6,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":\"627\",\"title\":\"eagle\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"userid\":\"627\",\"username\":\"eagle\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"table\":\"#__vehiclemanager_vehicles\"}','2019-02-26 18:39:16','com_installer',627,627,'COM_ACTIONLOGS_DISABLED'),(7,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":\"627\",\"title\":\"eagle\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"userid\":\"627\",\"username\":\"eagle\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"table\":\"#__vehiclemanager_vehicles\"}','2019-02-26 18:39:16','com_installer',627,627,'COM_ACTIONLOGS_DISABLED'),(8,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":10003,\"name\":\"VehicleManager\",\"extension_name\":\"VehicleManager\",\"userid\":\"627\",\"username\":\"eagle\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=627\"}','2019-02-26 18:39:16','com_installer',627,10003,'COM_ACTIONLOGS_DISABLED'),(9,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":\"627\",\"username\":\"eagle\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=627\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2019-02-26 20:43:56','com_users',627,0,'COM_ACTIONLOGS_DISABLED');
/*!40000 ALTER TABLE `JB21_action_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_action_logs_extensions`
--

DROP TABLE IF EXISTS `JB21_action_logs_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_action_logs_extensions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_action_logs_extensions`
--

LOCK TABLES `JB21_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `JB21_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `JB21_action_logs_extensions` VALUES (1,'com_banners'),(2,'com_cache'),(3,'com_categories'),(4,'com_config'),(5,'com_contact'),(6,'com_content'),(7,'com_installer'),(8,'com_media'),(9,'com_menus'),(10,'com_messages'),(11,'com_modules'),(12,'com_newsfeeds'),(13,'com_plugins'),(14,'com_redirect'),(15,'com_tags'),(16,'com_templates'),(17,'com_users'),(18,'com_checkin');
/*!40000 ALTER TABLE `JB21_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_action_logs_users`
--

DROP TABLE IF EXISTS `JB21_action_logs_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_action_logs_users` (
  `user_id` int(11) unsigned NOT NULL,
  `notify` tinyint(1) unsigned NOT NULL,
  `extensions` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`user_id`),
  KEY `idx_notify` (`notify`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_action_logs_users`
--

LOCK TABLES `JB21_action_logs_users` WRITE;
/*!40000 ALTER TABLE `JB21_action_logs_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_action_logs_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_assets`
--

DROP TABLE IF EXISTS `JB21_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_assets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_asset_name` (`name`),
  KEY `idx_lft_rgt` (`lft`,`rgt`),
  KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_assets`
--

LOCK TABLES `JB21_assets` WRITE;
/*!40000 ALTER TABLE `JB21_assets` DISABLE KEYS */;
INSERT INTO `JB21_assets` VALUES (1,0,0,139,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,16,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(8,1,17,20,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),(9,1,21,22,1,'com_cpanel','com_cpanel','{}'),(10,1,23,24,1,'com_installer','com_installer','{\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,25,28,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1}}'),(12,1,29,30,1,'com_login','com_login','{}'),(13,1,31,32,1,'com_mailto','com_mailto','{}'),(14,1,33,34,1,'com_massmail','com_massmail','{}'),(15,1,35,36,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,37,40,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1}}'),(17,1,41,42,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,43,80,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1}}'),(19,1,81,84,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(20,1,85,86,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1}}'),(21,1,87,88,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1}}'),(22,1,89,90,1,'com_search','com_search','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(23,1,91,92,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1}}'),(24,1,93,96,1,'com_users','com_users','{\"core.admin\":{\"7\":1}}'),(26,1,97,98,1,'com_wrapper','com_wrapper','{}'),(27,8,18,19,2,'com_content.category.2','Uncategorised','{}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{}'),(30,19,82,83,2,'com_newsfeeds.category.5','Uncategorised','{}'),(32,24,94,95,2,'com_users.category.7','Uncategorised','{}'),(33,1,99,100,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,101,102,1,'com_joomlaupdate','com_joomlaupdate','{}'),(35,1,103,104,1,'com_tags','com_tags','{}'),(36,1,105,106,1,'com_contenthistory','com_contenthistory','{}'),(37,1,107,108,1,'com_ajax','com_ajax','{}'),(38,1,109,110,1,'com_postinstall','com_postinstall','{}'),(39,18,44,45,2,'com_modules.module.1','Main Menu','{}'),(40,18,46,47,2,'com_modules.module.2','Login','{}'),(41,18,48,49,2,'com_modules.module.3','Popular Articles','{}'),(42,18,50,51,2,'com_modules.module.4','Recently Added Articles','{}'),(43,18,52,53,2,'com_modules.module.8','Toolbar','{}'),(44,18,54,55,2,'com_modules.module.9','Quick Icons','{}'),(45,18,56,57,2,'com_modules.module.10','Logged-in Users','{}'),(46,18,58,59,2,'com_modules.module.12','Admin Menu','{}'),(47,18,60,61,2,'com_modules.module.13','Admin Submenu','{}'),(48,18,62,63,2,'com_modules.module.14','User Status','{}'),(49,18,64,65,2,'com_modules.module.15','Title','{}'),(50,18,66,67,2,'com_modules.module.16','Login Form','{}'),(51,18,68,69,2,'com_modules.module.17','Breadcrumbs','{}'),(52,18,70,71,2,'com_modules.module.79','Multilanguage status','{}'),(53,18,72,73,2,'com_modules.module.86','Joomla Version','{}'),(54,16,38,39,2,'com_menus.menu.1','Main Menu','{}'),(55,18,74,75,2,'com_modules.module.87','Sample Data','{}'),(56,1,111,112,1,'com_privacy','com_privacy','{}'),(57,1,113,114,1,'com_actionlogs','com_actionlogs','{}'),(58,18,76,77,2,'com_modules.module.88','Latest Actions','{}'),(59,18,78,79,2,'com_modules.module.89','Privacy Dashboard','{}'),(60,11,26,27,2,'com_languages.language.2','Spanish (español)','{}'),(61,1,115,116,1,'com_vehiclemanager','VehicleManager','{}'),(62,1,117,118,1,'JB21_vehiclemanager_main_categories.46','JB21_vehiclemanager_main_categories.46','{}'),(63,1,119,120,1,'JB21_vehiclemanager_main_categories.47','JB21_vehiclemanager_main_categories.47','{}'),(64,1,121,122,1,'JB21_vehiclemanager_main_categories.48','JB21_vehiclemanager_main_categories.48','{}'),(65,1,123,124,1,'JB21_vehiclemanager_main_categories.49','JB21_vehiclemanager_main_categories.49','{}'),(66,1,125,126,1,'JB21_vehiclemanager_main_categories.50','JB21_vehiclemanager_main_categories.50','{}'),(67,1,127,128,1,'JB21_vehiclemanager_main_categories.51','JB21_vehiclemanager_main_categories.51','{}'),(68,1,129,130,1,'#__vehiclemanager_vehicles.2','#__vehiclemanager_vehicles.2','{}'),(69,1,131,132,1,'#__vehiclemanager_vehicles.3','#__vehiclemanager_vehicles.3','{}'),(70,1,133,134,1,'#__vehiclemanager_vehicles.4','#__vehiclemanager_vehicles.4','{}'),(71,1,135,136,1,'#__vehiclemanager_vehicles.5','#__vehiclemanager_vehicles.5','{}'),(72,1,137,138,1,'#__vehiclemanager_vehicles.6','#__vehiclemanager_vehicles.6','{}');
/*!40000 ALTER TABLE `JB21_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_associations`
--

DROP TABLE IF EXISTS `JB21_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_associations`
--

LOCK TABLES `JB21_associations` WRITE;
/*!40000 ALTER TABLE `JB21_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_banner_clients`
--

DROP TABLE IF EXISTS `JB21_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_banner_clients` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `contact` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extrainfo` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_banner_clients`
--

LOCK TABLES `JB21_banner_clients` WRITE;
/*!40000 ALTER TABLE `JB21_banner_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_banner_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_banner_tracks`
--

DROP TABLE IF EXISTS `JB21_banner_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  KEY `idx_track_date` (`track_date`),
  KEY `idx_track_type` (`track_type`),
  KEY `idx_banner_id` (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_banner_tracks`
--

LOCK TABLES `JB21_banner_tracks` WRITE;
/*!40000 ALTER TABLE `JB21_banner_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_banner_tracks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_banners`
--

DROP TABLE IF EXISTS `JB21_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_banners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `clickurl` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `custombannercode` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100)),
  KEY `idx_banner_catid` (`catid`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_banners`
--

LOCK TABLES `JB21_banners` WRITE;
/*!40000 ALTER TABLE `JB21_banners` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_banners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_categories`
--

DROP TABLE IF EXISTS `JB21_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`extension`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_categories`
--

LOCK TABLES `JB21_categories` WRITE;
/*!40000 ALTER TABLE `JB21_categories` DISABLE KEYS */;
INSERT INTO `JB21_categories` VALUES (1,0,0,0,11,0,'','system','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','{}',627,'2019-02-26 02:46:14',0,'0000-00-00 00:00:00',0,'*',1),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',627,'2019-02-26 02:46:14',0,'0000-00-00 00:00:00',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',627,'2019-02-26 02:46:14',0,'0000-00-00 00:00:00',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',627,'2019-02-26 02:46:14',0,'0000-00-00 00:00:00',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',627,'2019-02-26 02:46:14',0,'0000-00-00 00:00:00',0,'*',1),(7,32,1,9,10,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',627,'2019-02-26 02:46:14',0,'0000-00-00 00:00:00',0,'*',1);
/*!40000 ALTER TABLE `JB21_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_contact_details`
--

DROP TABLE IF EXISTS `JB21_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` text COLLATE utf8mb4_unicode_ci,
  `suburb` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `postcode` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fax` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `misc` mediumtext COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `webpage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if contact is featured.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_contact_details`
--

LOCK TABLES `JB21_contact_details` WRITE;
/*!40000 ALTER TABLE `JB21_contact_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_content`
--

DROP TABLE IF EXISTS `JB21_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `introtext` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `fulltext` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribs` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `metadata` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`),
  KEY `idx_alias` (`alias`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_content`
--

LOCK TABLES `JB21_content` WRITE;
/*!40000 ALTER TABLE `JB21_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_content_frontpage`
--

DROP TABLE IF EXISTS `JB21_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_content_frontpage`
--

LOCK TABLES `JB21_content_frontpage` WRITE;
/*!40000 ALTER TABLE `JB21_content_frontpage` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_content_rating`
--

DROP TABLE IF EXISTS `JB21_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(10) unsigned NOT NULL DEFAULT '0',
  `rating_count` int(10) unsigned NOT NULL DEFAULT '0',
  `lastip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_content_rating`
--

LOCK TABLES `JB21_content_rating` WRITE;
/*!40000 ALTER TABLE `JB21_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_content_types`
--

DROP TABLE IF EXISTS `JB21_content_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_content_types` (
  `type_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `table` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rules` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_mappings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `router` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content_history_options` varchar(5120) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'JSON string for com_contenthistory options',
  PRIMARY KEY (`type_id`),
  KEY `idx_alias` (`type_alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_content_types`
--

LOCK TABLES `JB21_content_types` WRITE;
/*!40000 ALTER TABLE `JB21_content_types` DISABLE KEYS */;
INSERT INTO `JB21_content_types` VALUES (1,'Article','com_content.article','{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"Content\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}','ContentHelperRoute::getArticleRoute','{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(2,'Contact','com_contact.contact','{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"Contact\",\"prefix\":\"ContactTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}','ContactHelperRoute::getContactRoute','{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),(3,'Newsfeed','com_newsfeeds.newsfeed','{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"Newsfeed\",\"prefix\":\"NewsfeedsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}','NewsfeedsHelperRoute::getNewsfeedRoute','{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(4,'User','com_users.user','{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerdate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{}}','UsersHelperRoute::getUserRoute',''),(5,'Article Category','com_content.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContentHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(6,'Contact Category','com_contact.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContactHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(7,'Newsfeeds Category','com_newsfeeds.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','NewsfeedsHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(8,'Tag','com_tags.tag','{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"Tag\",\"prefix\":\"TagsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}','TagsHelperRoute::getTagRoute','{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(9,'Banner','com_banners.banner','{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"Banner\",\"prefix\":\"BannersTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(10,'Banners Category','com_banners.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(11,'Banner Client','com_banners.client','{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"Client\",\"prefix\":\"BannersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),(12,'User Notes','com_users.note','{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"Note\",\"prefix\":\"UsersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(13,'User Notes Category','com_users.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}');
/*!40000 ALTER TABLE `JB21_content_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_contentitem_tag_map`
--

DROP TABLE IF EXISTS `JB21_contentitem_tag_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_contentitem_tag_map` (
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table',
  UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  KEY `idx_tag_type` (`tag_id`,`type_id`),
  KEY `idx_date_id` (`tag_date`,`tag_id`),
  KEY `idx_core_content_id` (`core_content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_contentitem_tag_map`
--

LOCK TABLES `JB21_contentitem_tag_map` WRITE;
/*!40000 ALTER TABLE `JB21_contentitem_tag_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_contentitem_tag_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_core_log_searches`
--

DROP TABLE IF EXISTS `JB21_core_log_searches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_core_log_searches` (
  `search_term` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_core_log_searches`
--

LOCK TABLES `JB21_core_log_searches` WRITE;
/*!40000 ALTER TABLE `JB21_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_extensions`
--

DROP TABLE IF EXISTS `JB21_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_extensions` (
  `extension_id` int(11) NOT NULL AUTO_INCREMENT,
  `package_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Parent package ID for extensions installed as a package.',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '1',
  `protected` tinyint(3) NOT NULL DEFAULT '0',
  `manifest_cache` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_data` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `system_data` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) DEFAULT '0',
  `state` int(11) DEFAULT '0',
  PRIMARY KEY (`extension_id`),
  KEY `element_clientid` (`element`,`client_id`),
  KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10004 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_extensions`
--

LOCK TABLES `JB21_extensions` WRITE;
/*!40000 ALTER TABLE `JB21_extensions` DISABLE KEYS */;
INSERT INTO `JB21_extensions` VALUES (1,0,'com_mailto','component','com_mailto','',0,1,1,1,'{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}','','','',0,'0000-00-00 00:00:00',0,0),(2,0,'com_wrapper','component','com_wrapper','',0,1,1,1,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(3,0,'com_admin','component','com_admin','',1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(4,0,'com_banners','component','com_banners','',1,1,1,0,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}','','',0,'0000-00-00 00:00:00',0,0),(5,0,'com_cache','component','com_cache','',1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(6,0,'com_categories','component','com_categories','',1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(7,0,'com_checkin','component','com_checkin','',1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(8,0,'com_contact','component','com_contact','',1,1,1,0,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_tags\":\"1\",\"show_info\":\"1\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_image\":\"1\",\"show_misc\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"articles_display_num\":\"10\",\"show_profile\":\"0\",\"show_user_custom_fields\":[\"-1\"],\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_subcat_desc\":\"1\",\"show_empty_categories\":\"0\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_subcat_desc_cat\":\"1\",\"show_empty_categories_cat\":\"0\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"0\",\"show_pagination_limit\":\"0\",\"show_headings\":\"1\",\"show_image_heading\":\"0\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"initial_sort\":\"ordering\",\"captcha\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"0\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\",\"sef_advanced\":0,\"sef_ids\":0,\"custom_fields_enable\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(9,0,'com_cpanel','component','com_cpanel','',1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10,0,'com_installer','component','com_installer','',1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}','{\"show_jed_info\":\"1\",\"cachetimeout\":\"6\",\"minimum_stability\":\"4\"}','','',0,'0000-00-00 00:00:00',0,0),(11,0,'com_languages','component','com_languages','',1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}','','',0,'0000-00-00 00:00:00',0,0),(12,0,'com_login','component','com_login','',1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(13,0,'com_media','component','com_media','',1,1,0,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}','','',0,'0000-00-00 00:00:00',0,0),(14,0,'com_menus','component','com_menus','',1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}','{\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(15,0,'com_messages','component','com_messages','',1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(16,0,'com_modules','component','com_modules','',1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(17,0,'com_newsfeeds','component','com_newsfeeds','',1,1,1,0,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(18,0,'com_plugins','component','com_plugins','',1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(19,0,'com_search','component','com_search','',1,1,1,0,'{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}','{\"enabled\":\"0\",\"search_phrases\":\"1\",\"search_areas\":\"1\",\"show_date\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(20,0,'com_templates','component','com_templates','',1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}','{\"template_positions_display\":\"0\",\"upload_limit\":\"10\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css,scss,sass\",\"font_formats\":\"woff,ttf,otf\",\"compressed_formats\":\"zip\"}','','',0,'0000-00-00 00:00:00',0,0),(22,0,'com_content','component','com_content','',1,1,0,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"1\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"1\",\"readmore_limit\":\"100\",\"show_icons\":\"1\",\"show_print_icon\":\"1\",\"show_email_icon\":\"0\",\"show_hits\":\"1\",\"show_noauth\":\"0\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"save_history\":\"1\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(23,0,'com_config','component','com_config','',1,1,0,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"10\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"12\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','','',0,'0000-00-00 00:00:00',0,0),(24,0,'com_redirect','component','com_redirect','',1,1,0,1,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(25,0,'com_users','component','com_users','',1,1,0,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}','{\"allowUserRegistration\":\"0\",\"new_usertype\":\"2\",\"guest_usergroup\":\"9\",\"sendpassword\":\"0\",\"useractivation\":\"2\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(27,0,'com_finder','component','com_finder','',1,1,0,0,'{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','{\"enabled\":\"0\",\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_autosuggest\":\"1\",\"show_suggested_query\":\"1\",\"show_explained_query\":\"1\",\"show_advanced\":\"1\",\"show_advanced_tips\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"sort_order\":\"relevance\",\"sort_direction\":\"desc\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stem\":\"1\",\"stemmer\":\"snowball\",\"enable_logging\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(28,0,'com_joomlaupdate','component','com_joomlaupdate','',1,1,0,1,'{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.2\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{\"updatesource\":\"default\",\"customurl\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(29,0,'com_tags','component','com_tags','',1,1,1,1,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_description\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(30,0,'com_contenthistory','component','com_contenthistory','',1,1,1,0,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}','','','',0,'0000-00-00 00:00:00',0,0),(31,0,'com_ajax','component','com_ajax','',1,1,1,1,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}','','','',0,'0000-00-00 00:00:00',0,0),(32,0,'com_postinstall','component','com_postinstall','',1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(33,0,'com_fields','component','com_fields','',1,1,1,0,'{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(34,0,'com_associations','component','com_associations','',1,1,1,0,'{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"January 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(35,0,'com_privacy','component','com_privacy','',1,1,1,1,'{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacy\"}','','','',0,'0000-00-00 00:00:00',0,0),(36,0,'com_actionlogs','component','com_actionlogs','',1,1,1,1,'{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\"}','{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}','','',0,'0000-00-00 00:00:00',0,0),(102,0,'LIB_PHPUTF8','library','phputf8','',0,1,1,1,'{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}','','','',0,'0000-00-00 00:00:00',0,0),(103,0,'LIB_JOOMLA','library','joomla','',0,1,1,1,'{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"mediaversion\":\"e2f6cc973d63a9d75df48615b4afe2c7\"}','','',0,'0000-00-00 00:00:00',0,0),(104,0,'LIB_IDNA','library','idna_convert','',0,1,1,1,'{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}','','','',0,'0000-00-00 00:00:00',0,0),(105,0,'FOF','library','fof','',0,1,1,1,'{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}','','','',0,'0000-00-00 00:00:00',0,0),(106,0,'LIB_PHPASS','library','phpass','',0,1,1,1,'{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}','','','',0,'0000-00-00 00:00:00',0,0),(200,0,'mod_articles_archive','module','mod_articles_archive','',0,1,1,0,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}','','','',0,'0000-00-00 00:00:00',0,0),(201,0,'mod_articles_latest','module','mod_articles_latest','',0,1,1,0,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(202,0,'mod_articles_popular','module','mod_articles_popular','',0,1,1,0,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(203,0,'mod_banners','module','mod_banners','',0,1,1,0,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}','','','',0,'0000-00-00 00:00:00',0,0),(204,0,'mod_breadcrumbs','module','mod_breadcrumbs','',0,1,1,1,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}','','','',0,'0000-00-00 00:00:00',0,0),(205,0,'mod_custom','module','mod_custom','',0,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(206,0,'mod_feed','module','mod_feed','',0,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(207,0,'mod_footer','module','mod_footer','',0,1,1,0,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}','','','',0,'0000-00-00 00:00:00',0,0),(208,0,'mod_login','module','mod_login','',0,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(209,0,'mod_menu','module','mod_menu','',0,1,1,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(210,0,'mod_articles_news','module','mod_articles_news','',0,1,1,0,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}','','','',0,'0000-00-00 00:00:00',0,0),(211,0,'mod_random_image','module','mod_random_image','',0,1,1,0,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}','','','',0,'0000-00-00 00:00:00',0,0),(212,0,'mod_related_items','module','mod_related_items','',0,1,1,0,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}','','','',0,'0000-00-00 00:00:00',0,0),(213,0,'mod_search','module','mod_search','',0,1,1,0,'{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}','','','',0,'0000-00-00 00:00:00',0,0),(214,0,'mod_stats','module','mod_stats','',0,1,1,0,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}','','','',0,'0000-00-00 00:00:00',0,0),(215,0,'mod_syndicate','module','mod_syndicate','',0,1,1,1,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}','','','',0,'0000-00-00 00:00:00',0,0),(216,0,'mod_users_latest','module','mod_users_latest','',0,1,1,0,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(218,0,'mod_whosonline','module','mod_whosonline','',0,1,1,0,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}','','','',0,'0000-00-00 00:00:00',0,0),(219,0,'mod_wrapper','module','mod_wrapper','',0,1,1,0,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(220,0,'mod_articles_category','module','mod_articles_category','',0,1,1,0,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}','','','',0,'0000-00-00 00:00:00',0,0),(221,0,'mod_articles_categories','module','mod_articles_categories','',0,1,1,0,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}','','','',0,'0000-00-00 00:00:00',0,0),(222,0,'mod_languages','module','mod_languages','',0,1,1,1,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}','','','',0,'0000-00-00 00:00:00',0,0),(223,0,'mod_finder','module','mod_finder','',0,1,0,0,'{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}','','','',0,'0000-00-00 00:00:00',0,0),(300,0,'mod_custom','module','mod_custom','',1,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(301,0,'mod_feed','module','mod_feed','',1,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(302,0,'mod_latest','module','mod_latest','',1,1,1,0,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(303,0,'mod_logged','module','mod_logged','',1,1,1,0,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}','','','',0,'0000-00-00 00:00:00',0,0),(304,0,'mod_login','module','mod_login','',1,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(305,0,'mod_menu','module','mod_menu','',1,1,1,0,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(307,0,'mod_popular','module','mod_popular','',1,1,1,0,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(308,0,'mod_quickicon','module','mod_quickicon','',1,1,1,1,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}','','','',0,'0000-00-00 00:00:00',0,0),(309,0,'mod_status','module','mod_status','',1,1,1,0,'{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}','','','',0,'0000-00-00 00:00:00',0,0),(310,0,'mod_submenu','module','mod_submenu','',1,1,1,0,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}','','','',0,'0000-00-00 00:00:00',0,0),(311,0,'mod_title','module','mod_title','',1,1,1,0,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}','','','',0,'0000-00-00 00:00:00',0,0),(312,0,'mod_toolbar','module','mod_toolbar','',1,1,1,1,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}','','','',0,'0000-00-00 00:00:00',0,0),(313,0,'mod_multilangstatus','module','mod_multilangstatus','',1,1,1,0,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(314,0,'mod_version','module','mod_version','',1,1,1,0,'{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}','{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(315,0,'mod_stats_admin','module','mod_stats_admin','',1,1,1,0,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(316,0,'mod_tags_popular','module','mod_tags_popular','',0,1,1,0,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(317,0,'mod_tags_similar','module','mod_tags_similar','',0,1,1,0,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(318,0,'mod_sampledata','module','mod_sampledata','',1,1,1,0,'{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(319,0,'mod_latestactions','module','mod_latestactions','',1,1,1,0,'{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latestactions\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(320,0,'mod_privacy_dashboard','module','mod_privacy_dashboard','',1,1,1,0,'{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_privacy_dashboard\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(400,0,'plg_authentication_gmail','plugin','gmail','authentication',0,0,1,0,'{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}','{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}','','',0,'0000-00-00 00:00:00',1,0),(401,0,'plg_authentication_joomla','plugin','joomla','authentication',0,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','','',0,'0000-00-00 00:00:00',0,0),(402,0,'plg_authentication_ldap','plugin','ldap','authentication',0,0,1,0,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','','',0,'0000-00-00 00:00:00',3,0),(403,0,'plg_content_contact','plugin','contact','content',0,1,1,0,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',0,'0000-00-00 00:00:00',1,0),(404,0,'plg_content_emailcloak','plugin','emailcloak','content',0,1,1,0,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','','',0,'0000-00-00 00:00:00',1,0),(406,0,'plg_content_loadmodule','plugin','loadmodule','content',0,1,1,0,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','','',0,'2011-09-18 15:22:50',0,0),(407,0,'plg_content_pagebreak','plugin','pagebreak','content',0,1,1,0,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','','',0,'0000-00-00 00:00:00',4,0),(408,0,'plg_content_pagenavigation','plugin','pagenavigation','content',0,1,1,0,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','','',0,'0000-00-00 00:00:00',5,0),(409,0,'plg_content_vote','plugin','vote','content',0,0,1,0,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}','','','',0,'0000-00-00 00:00:00',6,0),(410,0,'plg_editors_codemirror','plugin','codemirror','editors',0,1,1,1,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2017 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"http:\\/\\/codemirror.net\\/\",\"version\":\"5.40.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','','',0,'0000-00-00 00:00:00',1,0),(411,0,'plg_editors_none','plugin','none','editors',0,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}','','','',0,'0000-00-00 00:00:00',2,0),(412,0,'plg_editors_tinymce','plugin','tinymce','editors',0,1,1,0,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2018\",\"author\":\"Ephox Corporation\",\"copyright\":\"Ephox Corporation\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"http:\\/\\/www.tinymce.com\",\"version\":\"4.5.9\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}','{\"configuration\":{\"toolbars\":{\"2\":{\"toolbar1\":[\"bold\",\"underline\",\"strikethrough\",\"|\",\"undo\",\"redo\",\"|\",\"bullist\",\"numlist\",\"|\",\"pastetext\"]},\"1\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"formatselect\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"code\",\"|\",\"hr\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"pastetext\",\"preview\"]},\"0\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"styleselect\",\"|\",\"formatselect\",\"fontselect\",\"fontsizeselect\",\"|\",\"searchreplace\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"image\",\"|\",\"code\",\"|\",\"forecolor\",\"backcolor\",\"|\",\"fullscreen\",\"|\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"emoticons\",\"media\",\"hr\",\"ltr\",\"rtl\",\"|\",\"cut\",\"copy\",\"paste\",\"pastetext\",\"|\",\"visualchars\",\"visualblocks\",\"nonbreaking\",\"blockquote\",\"template\",\"|\",\"print\",\"preview\",\"codesample\",\"insertdatetime\",\"removeformat\"]}},\"setoptions\":{\"2\":{\"access\":[\"1\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"1\":{\"access\":[\"6\",\"2\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"0\":{\"access\":[\"7\",\"4\",\"8\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}}},\"sets_amount\":3,\"html_height\":\"550\",\"html_width\":\"750\"}','','',0,'0000-00-00 00:00:00',3,0),(413,0,'plg_editors-xtd_article','plugin','article','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}','','','',0,'0000-00-00 00:00:00',1,0),(414,0,'plg_editors-xtd_image','plugin','image','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}','','','',0,'0000-00-00 00:00:00',2,0),(415,0,'plg_editors-xtd_pagebreak','plugin','pagebreak','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','','','',0,'0000-00-00 00:00:00',3,0),(416,0,'plg_editors-xtd_readmore','plugin','readmore','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}','','','',0,'0000-00-00 00:00:00',4,0),(417,0,'plg_search_categories','plugin','categories','search',0,1,1,0,'{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(418,0,'plg_search_contacts','plugin','contacts','search',0,1,1,0,'{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(419,0,'plg_search_content','plugin','content','search',0,1,1,0,'{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(420,0,'plg_search_newsfeeds','plugin','newsfeeds','search',0,1,1,0,'{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(422,0,'plg_system_languagefilter','plugin','languagefilter','system',0,0,1,1,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}','','','',0,'0000-00-00 00:00:00',1,0),(423,0,'plg_system_p3p','plugin','p3p','system',0,0,1,0,'{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}','{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}','','',0,'0000-00-00 00:00:00',2,0),(424,0,'plg_system_cache','plugin','cache','system',0,0,1,1,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','','',0,'0000-00-00 00:00:00',9,0),(425,0,'plg_system_debug','plugin','debug','system',0,1,1,0,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','','',0,'0000-00-00 00:00:00',4,0),(426,0,'plg_system_log','plugin','log','system',0,1,1,1,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}','','','',0,'0000-00-00 00:00:00',5,0),(427,0,'plg_system_redirect','plugin','redirect','system',0,0,1,1,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}','','','',0,'0000-00-00 00:00:00',3,0),(428,0,'plg_system_remember','plugin','remember','system',0,1,1,1,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}','','','',0,'0000-00-00 00:00:00',7,0),(429,0,'plg_system_sef','plugin','sef','system',0,1,1,0,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}','','','',0,'0000-00-00 00:00:00',8,0),(430,0,'plg_system_logout','plugin','logout','system',0,1,1,1,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}','','','',0,'0000-00-00 00:00:00',6,0),(431,0,'plg_user_contactcreator','plugin','contactcreator','user',0,0,1,0,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(432,0,'plg_user_joomla','plugin','joomla','user',0,1,1,0,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}','','',0,'0000-00-00 00:00:00',2,0),(433,0,'plg_user_profile','plugin','profile','user',0,0,1,0,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(434,0,'plg_extension_joomla','plugin','joomla','extension',0,1,1,1,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','','',0,'0000-00-00 00:00:00',1,0),(435,0,'plg_content_joomla','plugin','joomla','content',0,1,1,0,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','','',0,'0000-00-00 00:00:00',0,0),(436,0,'plg_system_languagecode','plugin','languagecode','system',0,0,1,0,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}','','','',0,'0000-00-00 00:00:00',10,0),(437,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}','','','',0,'0000-00-00 00:00:00',0,0),(438,0,'plg_quickicon_extensionupdate','plugin','extensionupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}','','','',0,'0000-00-00 00:00:00',0,0),(439,0,'plg_captcha_recaptcha','plugin','recaptcha','captcha',0,0,1,0,'{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(440,0,'plg_system_highlight','plugin','highlight','system',0,1,1,0,'{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}','','','',0,'0000-00-00 00:00:00',7,0),(441,0,'plg_content_finder','plugin','finder','content',0,0,1,0,'{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','','','',0,'0000-00-00 00:00:00',0,0),(442,0,'plg_finder_categories','plugin','categories','finder',0,1,1,0,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','','','',0,'0000-00-00 00:00:00',1,0),(443,0,'plg_finder_contacts','plugin','contacts','finder',0,1,1,0,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','','','',0,'0000-00-00 00:00:00',2,0),(444,0,'plg_finder_content','plugin','content','finder',0,1,1,0,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','','','',0,'0000-00-00 00:00:00',3,0),(445,0,'plg_finder_newsfeeds','plugin','newsfeeds','finder',0,1,1,0,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','','','',0,'0000-00-00 00:00:00',4,0),(447,0,'plg_finder_tags','plugin','tags','finder',0,1,1,0,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','','','',0,'0000-00-00 00:00:00',0,0),(448,0,'plg_twofactorauth_totp','plugin','totp','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}','','','',0,'0000-00-00 00:00:00',0,0),(449,0,'plg_authentication_cookie','plugin','cookie','authentication',0,1,1,0,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}','','','',0,'0000-00-00 00:00:00',0,0),(450,0,'plg_twofactorauth_yubikey','plugin','yubikey','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}','','','',0,'0000-00-00 00:00:00',0,0),(451,0,'plg_search_tags','plugin','tags','search',0,1,1,0,'{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(452,0,'plg_system_updatenotification','plugin','updatenotification','system',0,1,1,0,'{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}','{\"lastrun\":1551200622}','','',0,'0000-00-00 00:00:00',0,0),(453,0,'plg_editors-xtd_module','plugin','module','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}','','','',0,'0000-00-00 00:00:00',0,0),(454,0,'plg_system_stats','plugin','stats','system',0,1,1,0,'{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}','{\"mode\":2,\"lastrun\":1551206429,\"unique_id\":\"c0a0f411e4f79a08eb8c6cf148c5f1fb2269e947\",\"interval\":12}','','',0,'0000-00-00 00:00:00',0,0),(455,0,'plg_installer_packageinstaller','plugin','packageinstaller','installer',0,1,1,1,'{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}','','','',0,'0000-00-00 00:00:00',1,0),(456,0,'PLG_INSTALLER_FOLDERINSTALLER','plugin','folderinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}','','','',0,'0000-00-00 00:00:00',2,0),(457,0,'PLG_INSTALLER_URLINSTALLER','plugin','urlinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}','','','',0,'0000-00-00 00:00:00',3,0),(458,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}','','','',0,'0000-00-00 00:00:00',0,0),(459,0,'plg_editors-xtd_menu','plugin','menu','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(460,0,'plg_editors-xtd_contact','plugin','contact','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',0,'0000-00-00 00:00:00',0,0),(461,0,'plg_system_fields','plugin','fields','system',0,1,1,0,'{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(462,0,'plg_fields_calendar','plugin','calendar','fields',0,1,1,0,'{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}','','','',0,'0000-00-00 00:00:00',0,0),(463,0,'plg_fields_checkboxes','plugin','checkboxes','fields',0,1,1,0,'{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}','','','',0,'0000-00-00 00:00:00',0,0),(464,0,'plg_fields_color','plugin','color','fields',0,1,1,0,'{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}','','','',0,'0000-00-00 00:00:00',0,0),(465,0,'plg_fields_editor','plugin','editor','fields',0,1,1,0,'{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}','','','',0,'0000-00-00 00:00:00',0,0),(466,0,'plg_fields_imagelist','plugin','imagelist','fields',0,1,1,0,'{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}','','','',0,'0000-00-00 00:00:00',0,0),(467,0,'plg_fields_integer','plugin','integer','fields',0,1,1,0,'{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(468,0,'plg_fields_list','plugin','list','fields',0,1,1,0,'{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}','','','',0,'0000-00-00 00:00:00',0,0),(469,0,'plg_fields_media','plugin','media','fields',0,1,1,0,'{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','','','',0,'0000-00-00 00:00:00',0,0),(470,0,'plg_fields_radio','plugin','radio','fields',0,1,1,0,'{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}','','','',0,'0000-00-00 00:00:00',0,0),(471,0,'plg_fields_sql','plugin','sql','fields',0,1,1,0,'{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}','','','',0,'0000-00-00 00:00:00',0,0),(472,0,'plg_fields_text','plugin','text','fields',0,1,1,0,'{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}','','','',0,'0000-00-00 00:00:00',0,0),(473,0,'plg_fields_textarea','plugin','textarea','fields',0,1,1,0,'{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}','','','',0,'0000-00-00 00:00:00',0,0),(474,0,'plg_fields_url','plugin','url','fields',0,1,1,0,'{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}','','','',0,'0000-00-00 00:00:00',0,0),(475,0,'plg_fields_user','plugin','user','fields',0,1,1,0,'{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}','','','',0,'0000-00-00 00:00:00',0,0),(476,0,'plg_fields_usergrouplist','plugin','usergrouplist','fields',0,1,1,0,'{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}','','','',0,'0000-00-00 00:00:00',0,0),(477,0,'plg_content_fields','plugin','fields','content',0,1,1,0,'{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(478,0,'plg_editors-xtd_fields','plugin','fields','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(479,0,'plg_sampledata_blog','plugin','blog','sampledata',0,1,1,0,'{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}','','','',0,'0000-00-00 00:00:00',0,0),(480,0,'plg_system_sessiongc','plugin','sessiongc','system',0,1,1,0,'{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}','','','',0,'0000-00-00 00:00:00',0,0),(481,0,'plg_fields_repeatable','plugin','repeatable','fields',0,1,1,0,'{\"name\":\"plg_fields_repeatable\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FIELDS_REPEATABLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"repeatable\"}','','','',0,'0000-00-00 00:00:00',0,0),(482,0,'plg_content_confirmconsent','plugin','confirmconsent','content',0,0,1,0,'{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"confirmconsent\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(483,0,'PLG_SYSTEM_ACTIONLOGS','plugin','actionlogs','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_ACTIONLOGS\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(484,0,'PLG_ACTIONLOG_JOOMLA','plugin','joomla','actionlog',0,1,1,0,'{\"name\":\"PLG_ACTIONLOG_JOOMLA\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(485,0,'plg_system_privacyconsent','plugin','privacyconsent','system',0,0,1,0,'{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacyconsent\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(486,0,'plg_system_logrotation','plugin','logrotation','system',0,1,1,0,'{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logrotation\"}','{\"lastrun\":1551149267}','','',0,'0000-00-00 00:00:00',0,0),(487,0,'plg_privacy_user','plugin','user','privacy',0,1,1,0,'{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(488,0,'plg_quickicon_privacycheck','plugin','privacycheck','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacycheck\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(489,0,'plg_user_terms','plugin','terms','user',0,0,1,0,'{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"terms\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(490,0,'plg_privacy_contact','plugin','contact','privacy',0,1,1,0,'{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(491,0,'plg_privacy_content','plugin','content','privacy',0,1,1,0,'{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(492,0,'plg_privacy_message','plugin','message','privacy',0,1,1,0,'{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"message\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(493,0,'plg_privacy_actionlogs','plugin','actionlogs','privacy',0,1,1,0,'{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(494,0,'plg_captcha_recaptcha_invisible','plugin','recaptcha_invisible','captcha',0,0,1,0,'{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"November 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha_invisible\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(495,0,'plg_privacy_consents','plugin','consents','privacy',0,1,1,0,'{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"consents\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(503,0,'beez3','template','beez3','',0,1,1,0,'{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}','','',0,'0000-00-00 00:00:00',0,0),(504,0,'hathor','template','hathor','',1,1,1,0,'{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(506,0,'protostar','template','protostar','',0,1,1,0,'{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(507,0,'isis','template','isis','',1,1,1,0,'{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"templateColor\":\"\",\"logoFile\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(600,802,'English (en-GB)','language','en-GB','',0,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"February 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.3\",\"description\":\"en-GB site language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(601,802,'English (en-GB)','language','en-GB','',1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"February 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.3\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(700,0,'files_joomla','file','joomla','',0,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"February 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.3\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(802,0,'English (en-GB) Language Pack','package','pkg_en-GB','',0,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"February 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.3.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','','',0,'0000-00-00 00:00:00',0,0),(10000,10002,'Spanishespaol','language','es-ES','',0,1,0,0,'{\"name\":\"Spanish (espa\\u00f1ol)\",\"type\":\"language\",\"creationDate\":\"19\\/12\\/2018\",\"author\":\"JLIB_UNKNOWN\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"es.es.translation.team@gmail.com\",\"authorUrl\":\"http:\\/\\/joomlaes.org\",\"version\":\"3.9.1.1\",\"description\":\"es-ES - Site language\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10001,10002,'Spanishespaol','language','es-ES','',1,1,0,0,'{\"name\":\"Spanish (espa\\u00f1ol)\",\"type\":\"language\",\"creationDate\":\"19\\/12\\/2018\",\"author\":\"JLIB_UNKNOWN\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"es.es.translation.team@gmail.com\",\"authorUrl\":\"http:\\/\\/joomlaes.org\",\"version\":\"3.9.1.1\",\"description\":\"es-ES - Administration language\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10002,0,'joomla_lang_full','package','pkg_es-ES','',0,1,1,0,'{\"name\":\"joomla_lang_full\",\"type\":\"package\",\"creationDate\":\"19\\/12\\/2018\",\"author\":\"JLIB_UNKNOWN\",\"copyright\":\"Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"es.es.translation.team@gmail.com\",\"authorUrl\":\"http:\\/\\/joomlaes.org\",\"version\":\"3.9.1.1\",\"description\":\"<div style=\\\"text-align:left;\\\"><h2>Successfully installed the spanish language pack for Joomla! 3.9.1.<\\/h2><p><\\/p><p>Please report any bugs or issues at the Spanish Translation Team using the mail: es.es.translation.team@gmail.com<\\/p><p><\\/p><p>Translated by: The Spanish Translation Team [es-ES]<\\/p><h2>El paquete en espa\\u00f1ol para Joomla! 3.9.1 se ha instalado correctamente.<\\/h2><p><\\/p><p>Por favor, reporte cualquier bug o asunto relacionado a nuestra direcci\\u00f3n de correo electr\\u00f3nico: es.es.translation.team@gmail.com<\\/p><p><\\/p><p>Traducci\\u00f3n: Spanish Translation Team [es-ES]<\\/p><\\/div>\",\"group\":\"\",\"filename\":\"pkg_es-ES\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10003,0,'VehicleManager','component','com_vehiclemanager','',1,1,0,0,'{\"name\":\"VehicleManager\",\"type\":\"component\",\"creationDate\":\"November 2018\",\"author\":\"Rob de Cleen, Andrey Kvasnevskiy\",\"copyright\":\"Ordasoft - Andrey Kvasnevskiy \",\"authorEmail\":\"rob@decleen.com; akbet@mail.ru; \",\"authorUrl\":\"http:\\/\\/www.ordasoft.com\",\"version\":\"4.1.47 PRO\",\"description\":\"VehicleManager - Joomla component for creating sites for selling or renting vehicles\",\"group\":\"\",\"filename\":\"vehiclemanager\"}','{}','','',0,'0000-00-00 00:00:00',0,0);
/*!40000 ALTER TABLE `JB21_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_fields`
--

DROP TABLE IF EXISTS `JB21_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_fields` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `default_value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `fieldparams` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_user_id` (`created_user_id`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_fields`
--

LOCK TABLES `JB21_fields` WRITE;
/*!40000 ALTER TABLE `JB21_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_fields_categories`
--

DROP TABLE IF EXISTS `JB21_fields_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_fields_categories` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `category_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`field_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_fields_categories`
--

LOCK TABLES `JB21_fields_categories` WRITE;
/*!40000 ALTER TABLE `JB21_fields_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_fields_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_fields_groups`
--

DROP TABLE IF EXISTS `JB21_fields_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_fields_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_by` (`created_by`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_fields_groups`
--

LOCK TABLES `JB21_fields_groups` WRITE;
/*!40000 ALTER TABLE `JB21_fields_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_fields_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_fields_values`
--

DROP TABLE IF EXISTS `JB21_fields_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_fields_values` (
  `field_id` int(10) unsigned NOT NULL,
  `item_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
  `value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  KEY `idx_field_id` (`field_id`),
  KEY `idx_item_id` (`item_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_fields_values`
--

LOCK TABLES `JB21_fields_values` WRITE;
/*!40000 ALTER TABLE `JB21_fields_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_fields_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_filters`
--

DROP TABLE IF EXISTS `JB21_finder_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_filters` (
  `filter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL,
  `created_by_alias` varchar(255) NOT NULL,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `map_count` int(10) unsigned NOT NULL DEFAULT '0',
  `data` text NOT NULL,
  `params` mediumtext,
  PRIMARY KEY (`filter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_filters`
--

LOCK TABLES `JB21_finder_filters` WRITE;
/*!40000 ALTER TABLE `JB21_finder_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_filters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links`
--

DROP TABLE IF EXISTS `JB21_finder_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(400) DEFAULT NULL,
  `description` text,
  `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `md5sum` varchar(32) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  `state` int(5) DEFAULT '1',
  `access` int(5) DEFAULT '0',
  `language` varchar(8) NOT NULL,
  `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `list_price` double unsigned NOT NULL DEFAULT '0',
  `sale_price` double unsigned NOT NULL DEFAULT '0',
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL,
  PRIMARY KEY (`link_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_title` (`title`(100)),
  KEY `idx_md5` (`md5sum`),
  KEY `idx_url` (`url`(75)),
  KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links`
--

LOCK TABLES `JB21_finder_links` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms0`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms0`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms0` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms0`
--

LOCK TABLES `JB21_finder_links_terms0` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms0` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms0` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms1`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms1`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms1` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms1`
--

LOCK TABLES `JB21_finder_links_terms1` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms1` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms1` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms2`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms2`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms2` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms2`
--

LOCK TABLES `JB21_finder_links_terms2` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms2` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms2` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms3`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms3`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms3` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms3`
--

LOCK TABLES `JB21_finder_links_terms3` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms3` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms3` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms4`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms4`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms4` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms4`
--

LOCK TABLES `JB21_finder_links_terms4` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms4` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms4` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms5`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms5`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms5` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms5`
--

LOCK TABLES `JB21_finder_links_terms5` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms5` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms5` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms6`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms6`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms6` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms6`
--

LOCK TABLES `JB21_finder_links_terms6` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms6` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms6` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms7`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms7` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms7`
--

LOCK TABLES `JB21_finder_links_terms7` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms7` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms8`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms8`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms8` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms8`
--

LOCK TABLES `JB21_finder_links_terms8` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms8` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms8` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_terms9`
--

DROP TABLE IF EXISTS `JB21_finder_links_terms9`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_terms9` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_terms9`
--

LOCK TABLES `JB21_finder_links_terms9` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_terms9` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_terms9` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_termsa`
--

DROP TABLE IF EXISTS `JB21_finder_links_termsa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_termsa` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_termsa`
--

LOCK TABLES `JB21_finder_links_termsa` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_termsa` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_termsa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_termsb`
--

DROP TABLE IF EXISTS `JB21_finder_links_termsb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_termsb` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_termsb`
--

LOCK TABLES `JB21_finder_links_termsb` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_termsb` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_termsb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_termsc`
--

DROP TABLE IF EXISTS `JB21_finder_links_termsc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_termsc` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_termsc`
--

LOCK TABLES `JB21_finder_links_termsc` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_termsc` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_termsc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_termsd`
--

DROP TABLE IF EXISTS `JB21_finder_links_termsd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_termsd` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_termsd`
--

LOCK TABLES `JB21_finder_links_termsd` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_termsd` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_termsd` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_termse`
--

DROP TABLE IF EXISTS `JB21_finder_links_termse`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_termse` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_termse`
--

LOCK TABLES `JB21_finder_links_termse` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_termse` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_termse` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_links_termsf`
--

DROP TABLE IF EXISTS `JB21_finder_links_termsf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_links_termsf` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_links_termsf`
--

LOCK TABLES `JB21_finder_links_termsf` WRITE;
/*!40000 ALTER TABLE `JB21_finder_links_termsf` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_links_termsf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_taxonomy`
--

DROP TABLE IF EXISTS `JB21_finder_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_taxonomy` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL,
  `state` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `access` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `parent_id` (`parent_id`),
  KEY `state` (`state`),
  KEY `ordering` (`ordering`),
  KEY `access` (`access`),
  KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_taxonomy`
--

LOCK TABLES `JB21_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `JB21_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `JB21_finder_taxonomy` VALUES (1,0,'ROOT',0,0,0);
/*!40000 ALTER TABLE `JB21_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_taxonomy_map`
--

DROP TABLE IF EXISTS `JB21_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_taxonomy_map` (
  `link_id` int(10) unsigned NOT NULL,
  `node_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`node_id`),
  KEY `link_id` (`link_id`),
  KEY `node_id` (`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_taxonomy_map`
--

LOCK TABLES `JB21_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `JB21_finder_taxonomy_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_terms`
--

DROP TABLE IF EXISTS `JB21_finder_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_terms` (
  `term_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '0',
  `soundex` varchar(75) NOT NULL,
  `links` int(10) NOT NULL DEFAULT '0',
  `language` char(3) NOT NULL DEFAULT '',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `idx_term` (`term`),
  KEY `idx_term_phrase` (`term`,`phrase`),
  KEY `idx_stem_phrase` (`stem`,`phrase`),
  KEY `idx_soundex_phrase` (`soundex`,`phrase`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_terms`
--

LOCK TABLES `JB21_finder_terms` WRITE;
/*!40000 ALTER TABLE `JB21_finder_terms` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_terms_common`
--

DROP TABLE IF EXISTS `JB21_finder_terms_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL,
  KEY `idx_word_lang` (`term`,`language`),
  KEY `idx_lang` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_terms_common`
--

LOCK TABLES `JB21_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `JB21_finder_terms_common` DISABLE KEYS */;
INSERT INTO `JB21_finder_terms_common` VALUES ('a','en'),('about','en'),('after','en'),('ago','en'),('all','en'),('am','en'),('an','en'),('and','en'),('any','en'),('are','en'),('aren\'t','en'),('as','en'),('at','en'),('be','en'),('but','en'),('by','en'),('for','en'),('from','en'),('get','en'),('go','en'),('how','en'),('if','en'),('in','en'),('into','en'),('is','en'),('isn\'t','en'),('it','en'),('its','en'),('me','en'),('more','en'),('most','en'),('must','en'),('my','en'),('new','en'),('no','en'),('none','en'),('not','en'),('nothing','en'),('of','en'),('off','en'),('often','en'),('old','en'),('on','en'),('onc','en'),('once','en'),('only','en'),('or','en'),('other','en'),('our','en'),('ours','en'),('out','en'),('over','en'),('page','en'),('she','en'),('should','en'),('small','en'),('so','en'),('some','en'),('than','en'),('thank','en'),('that','en'),('the','en'),('their','en'),('theirs','en'),('them','en'),('then','en'),('there','en'),('these','en'),('they','en'),('this','en'),('those','en'),('thus','en'),('time','en'),('times','en'),('to','en'),('too','en'),('true','en'),('under','en'),('until','en'),('up','en'),('upon','en'),('use','en'),('user','en'),('users','en'),('version','en'),('very','en'),('via','en'),('want','en'),('was','en'),('way','en'),('were','en'),('what','en'),('when','en'),('where','en'),('which','en'),('who','en'),('whom','en'),('whose','en'),('why','en'),('wide','en'),('will','en'),('with','en'),('within','en'),('without','en'),('would','en'),('yes','en'),('yet','en'),('you','en'),('your','en'),('yours','en');
/*!40000 ALTER TABLE `JB21_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_tokens`
--

DROP TABLE IF EXISTS `JB21_finder_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_tokens` (
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '1',
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `language` char(3) NOT NULL DEFAULT '',
  KEY `idx_word` (`term`),
  KEY `idx_context` (`context`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_tokens`
--

LOCK TABLES `JB21_finder_tokens` WRITE;
/*!40000 ALTER TABLE `JB21_finder_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `JB21_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_tokens_aggregate` (
  `term_id` int(10) unsigned NOT NULL,
  `map_suffix` char(1) NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `term_weight` float unsigned NOT NULL,
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `context_weight` float unsigned NOT NULL,
  `total_weight` float unsigned NOT NULL,
  `language` char(3) NOT NULL DEFAULT '',
  KEY `token` (`term`),
  KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_tokens_aggregate`
--

LOCK TABLES `JB21_finder_tokens_aggregate` WRITE;
/*!40000 ALTER TABLE `JB21_finder_tokens_aggregate` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_tokens_aggregate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_finder_types`
--

DROP TABLE IF EXISTS `JB21_finder_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_finder_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_finder_types`
--

LOCK TABLES `JB21_finder_types` WRITE;
/*!40000 ALTER TABLE `JB21_finder_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_finder_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_languages`
--

DROP TABLE IF EXISTS `JB21_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_languages` (
  `lang_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `title` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_native` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sef` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(512) COLLATE utf8mb4_unicode_ci NOT NULL,
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `sitename` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`lang_id`),
  UNIQUE KEY `idx_sef` (`sef`),
  UNIQUE KEY `idx_langcode` (`lang_code`),
  KEY `idx_access` (`access`),
  KEY `idx_ordering` (`ordering`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_languages`
--

LOCK TABLES `JB21_languages` WRITE;
/*!40000 ALTER TABLE `JB21_languages` DISABLE KEYS */;
INSERT INTO `JB21_languages` VALUES (1,0,'en-GB','English (en-GB)','English (United Kingdom)','en','en_gb','','','','',1,1,2),(2,60,'es-ES','Spanish (español)','Español (España)','es','es_es','','','','',1,1,1);
/*!40000 ALTER TABLE `JB21_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_menu`
--

DROP TABLE IF EXISTS `JB21_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The published state of the menu link.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The relative level in the tree.',
  `component_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__users.id',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The click behaviour of the link.',
  `access` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `home` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  KEY `idx_menutype` (`menutype`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_path` (`path`(100)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_menu`
--

LOCK TABLES `JB21_menu` WRITE;
/*!40000 ALTER TABLE `JB21_menu` DISABLE KEYS */;
INSERT INTO `JB21_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,0,'0000-00-00 00:00:00',0,0,'',0,'',0,69,0,'*',0),(2,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',1,10,0,'*',1),(3,'main','com_banners','Banners','','Banners/Banners','index.php?option=com_banners','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',2,3,0,'*',1),(4,'main','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&extension=com_banners','component',1,2,2,6,0,'0000-00-00 00:00:00',0,0,'class:banners-cat',0,'',4,5,0,'*',1),(5,'main','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-clients',0,'',6,7,0,'*',1),(6,'main','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-tracks',0,'',8,9,0,'*',1),(7,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',11,16,0,'*',1),(8,'main','com_contact_contacts','Contacts','','Contacts/Contacts','index.php?option=com_contact','component',1,7,2,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',12,13,0,'*',1),(9,'main','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&extension=com_contact','component',1,7,2,6,0,'0000-00-00 00:00:00',0,0,'class:contact-cat',0,'',14,15,0,'*',1),(10,'main','com_messages','Messaging','','Messaging','index.php?option=com_messages','component',1,1,1,15,0,'0000-00-00 00:00:00',0,0,'class:messages',0,'',17,20,0,'*',1),(11,'main','com_messages_add','New Private Message','','Messaging/New Private Message','index.php?option=com_messages&task=message.add','component',1,10,2,15,0,'0000-00-00 00:00:00',0,0,'class:messages-add',0,'',18,19,0,'*',1),(13,'main','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',1,1,1,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',21,26,0,'*',1),(14,'main','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds','component',1,13,2,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',22,23,0,'*',1),(15,'main','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&extension=com_newsfeeds','component',1,13,2,6,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds-cat',0,'',24,25,0,'*',1),(16,'main','com_redirect','Redirect','','Redirect','index.php?option=com_redirect','component',1,1,1,24,0,'0000-00-00 00:00:00',0,0,'class:redirect',0,'',27,28,0,'*',1),(17,'main','com_search','Basic Search','','Basic Search','index.php?option=com_search','component',1,1,1,19,0,'0000-00-00 00:00:00',0,0,'class:search',0,'',29,30,0,'*',1),(18,'main','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',1,1,1,27,0,'0000-00-00 00:00:00',0,0,'class:finder',0,'',31,32,0,'*',1),(19,'main','com_joomlaupdate','Joomla! Update','','Joomla! Update','index.php?option=com_joomlaupdate','component',1,1,1,28,0,'0000-00-00 00:00:00',0,0,'class:joomlaupdate',0,'',33,34,0,'*',1),(20,'main','com_tags','Tags','','Tags','index.php?option=com_tags','component',1,1,1,29,0,'0000-00-00 00:00:00',0,1,'class:tags',0,'',35,36,0,'',1),(21,'main','com_postinstall','Post-installation messages','','Post-installation messages','index.php?option=com_postinstall','component',1,1,1,32,0,'0000-00-00 00:00:00',0,1,'class:postinstall',0,'',37,38,0,'*',1),(22,'main','com_associations','Multilingual Associations','','Multilingual Associations','index.php?option=com_associations','component',1,1,1,34,0,'0000-00-00 00:00:00',0,0,'class:associations',0,'',39,40,0,'*',1),(101,'mainmenu','Home','home','','home','index.php?option=com_content&view=featured','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,'',0,'{\"featured_categories\":[\"\"],\"layout_type\":\"blog\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"3\",\"num_columns\":\"3\",\"num_links\":\"0\",\"multi_column_order\":\"1\",\"orderby_pri\":\"\",\"orderby_sec\":\"front\",\"order_date\":\"\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":1,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',41,42,1,'*',0),(102,'main','VehicleManager','VehicleManager','','vehiclemanager','index.php?option=com_vehiclemanager','component',1,1,1,10003,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',43,68,0,'',1),(103,'main','Vehicles','Vehicles','','vehiclemanager/vehicles','index.php?option=com_vehiclemanager','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:module',0,'{}',44,45,0,'',1),(104,'main','Categories','Categories','','vehiclemanager/categories','index.php?option=com_vehiclemanager&section=categories','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:category',0,'{}',46,47,0,'',1),(105,'main','Reviews','Reviews','','vehiclemanager/reviews','index.php?option=com_vehiclemanager&task=manage_review','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:writemess',0,'{}',48,49,0,'',1),(106,'main','Rent Requests','Rent Requests','','vehiclemanager/rent-requests','index.php?option=com_vehiclemanager&task=rent_requests','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:writemess',0,'{}',50,51,0,'',1),(107,'main','Users Rent History','Users Rent History','','vehiclemanager/users-rent-history','index.php?option=com_vehiclemanager&task=users_rent_history','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:writemess',0,'{}',52,53,0,'',1),(108,'main','Sale Manager','Sale Manager','','vehiclemanager/sale-manager','index.php?option=com_vehiclemanager&task=buying_requests','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:writemess',0,'{}',54,55,0,'',1),(109,'main','Features Manager','Features Manager','','vehiclemanager/features-manager','index.php?option=com_vehiclemanager&section=featured_manager','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:writemess',0,'{}',56,57,0,'',1),(110,'main','Language Manager','Language Manager','','vehiclemanager/language-manager','index.php?option=com_vehiclemanager&section=language_manager','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:writemess',0,'{}',58,59,0,'',1),(111,'main','Import/Export','Import/Export','','vehiclemanager/import-export','index.php?option=com_vehiclemanager&task=show_import_export','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:config',0,'{}',60,61,0,'',1),(112,'main','Settings','Settings','','vehiclemanager/settings','index.php?option=com_vehiclemanager&task=config','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:config',0,'{}',62,63,0,'',1),(113,'main','Orders','Orders','','vehiclemanager/orders','index.php?option=com_vehiclemanager&task=orders','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:config',0,'{}',64,65,0,'',1),(114,'main','About','About','','vehiclemanager/about','index.php?option=com_vehiclemanager&task=about','component',1,102,2,10003,0,'0000-00-00 00:00:00',0,1,'class:info',0,'{}',66,67,0,'',1);
/*!40000 ALTER TABLE `JB21_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_menu_types`
--

DROP TABLE IF EXISTS `JB21_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(48) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_menu_types`
--

LOCK TABLES `JB21_menu_types` WRITE;
/*!40000 ALTER TABLE `JB21_menu_types` DISABLE KEYS */;
INSERT INTO `JB21_menu_types` VALUES (1,0,'mainmenu','Main Menu','The main menu for the site',0);
/*!40000 ALTER TABLE `JB21_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_messages`
--

DROP TABLE IF EXISTS `JB21_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_messages` (
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id_to` int(10) unsigned NOT NULL DEFAULT '0',
  `folder_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `priority` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_messages`
--

LOCK TABLES `JB21_messages` WRITE;
/*!40000 ALTER TABLE `JB21_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_messages_cfg`
--

DROP TABLE IF EXISTS `JB21_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `cfg_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cfg_value` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_messages_cfg`
--

LOCK TABLES `JB21_messages_cfg` WRITE;
/*!40000 ALTER TABLE `JB21_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_modules`
--

DROP TABLE IF EXISTS `JB21_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=90 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_modules`
--

LOCK TABLES `JB21_modules` WRITE;
/*!40000 ALTER TABLE `JB21_modules` DISABLE KEYS */;
INSERT INTO `JB21_modules` VALUES (1,39,'Main Menu','','',1,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"0\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',0,'*'),(2,40,'Login','','',1,'login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'',1,'*'),(3,41,'Popular Articles','','',3,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(4,42,'Recently Added Articles','','',4,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(8,43,'Toolbar','','',1,'toolbar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_toolbar',3,1,'',1,'*'),(9,44,'Quick Icons','','',1,'icon',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_quickicon',3,1,'',1,'*'),(10,45,'Logged-in Users','','',2,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(12,46,'Admin Menu','','',1,'menu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(13,47,'Admin Submenu','','',1,'submenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_submenu',3,1,'',1,'*'),(14,48,'User Status','','',2,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_status',3,1,'',1,'*'),(15,49,'Title','','',1,'title',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_title',3,1,'',1,'*'),(16,50,'Login Form','','',7,'position-7',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,51,'Breadcrumbs','','',1,'position-2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_breadcrumbs',1,1,'{\"moduleclass_sfx\":\"\",\"showHome\":\"1\",\"homeText\":\"\",\"showComponent\":\"1\",\"separator\":\"\",\"cache\":\"0\",\"cache_time\":\"0\",\"cachemode\":\"itemid\"}',0,'*'),(79,52,'Multilanguage status','','',1,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,53,'Joomla Version','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(87,55,'Sample Data','','',0,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_sampledata',6,1,'{}',1,'*'),(88,58,'Latest Actions','','',0,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_latestactions',6,1,'{}',1,'*'),(89,59,'Privacy Dashboard','','',0,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_privacy_dashboard',6,1,'{}',1,'*');
/*!40000 ALTER TABLE `JB21_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_modules_menu`
--

DROP TABLE IF EXISTS `JB21_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_modules_menu`
--

LOCK TABLES `JB21_modules_menu` WRITE;
/*!40000 ALTER TABLE `JB21_modules_menu` DISABLE KEYS */;
INSERT INTO `JB21_modules_menu` VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(13,0),(14,0),(15,0),(16,0),(17,0),(79,0),(86,0),(87,0),(88,0),(89,0);
/*!40000 ALTER TABLE `JB21_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_newsfeeds`
--

DROP TABLE IF EXISTS `JB21_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `link` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(10) unsigned NOT NULL DEFAULT '1',
  `cache_time` int(10) unsigned NOT NULL DEFAULT '3600',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `images` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_newsfeeds`
--

LOCK TABLES `JB21_newsfeeds` WRITE;
/*!40000 ALTER TABLE `JB21_newsfeeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_overrider`
--

DROP TABLE IF EXISTS `JB21_overrider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_overrider` (
  `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `constant` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `string` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `file` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_overrider`
--

LOCK TABLES `JB21_overrider` WRITE;
/*!40000 ALTER TABLE `JB21_overrider` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_overrider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_postinstall_messages`
--

DROP TABLE IF EXISTS `JB21_postinstall_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_postinstall_messages` (
  `postinstall_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `extension_id` bigint(20) NOT NULL DEFAULT '700' COMMENT 'FK to #__extensions',
  `title_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
  `description_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for description',
  `action_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language_extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
  `language_client_id` tinyint(3) NOT NULL DEFAULT '1',
  `type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
  `action_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
  `action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'Action method name or URL',
  `condition_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
  `condition_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Display condition method, must return boolean',
  `version_introduced` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
  `enabled` tinyint(3) NOT NULL DEFAULT '1',
  PRIMARY KEY (`postinstall_message_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_postinstall_messages`
--

LOCK TABLES `JB21_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `JB21_postinstall_messages` DISABLE KEYS */;
INSERT INTO `JB21_postinstall_messages` VALUES (1,700,'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION','plg_twofactorauth_totp',1,'action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_condition','3.2.0',1),(2,700,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',1),(3,700,'COM_CPANEL_MSG_STATS_COLLECTION_TITLE','COM_CPANEL_MSG_STATS_COLLECTION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/statscollection.php','admin_postinstall_statscollection_condition','3.5.0',1),(4,700,'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION','plg_system_updatenotification',1,'action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_condition','3.6.3',1),(5,700,'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_TITLE','COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/joomla40checks.php','admin_postinstall_joomla40checks_condition','3.7.0',1),(6,700,'TPL_HATHOR_MESSAGE_POSTINSTALL_TITLE','TPL_HATHOR_MESSAGE_POSTINSTALL_BODY','TPL_HATHOR_MESSAGE_POSTINSTALL_ACTION','tpl_hathor',1,'action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_condition','3.7.0',1),(7,700,'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_TITLE','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_BODY','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_ACTION','plg_captcha_recaptcha',1,'action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_condition','3.8.6',1),(8,700,'COM_ACTIONLOGS_POSTINSTALL_TITLE','COM_ACTIONLOGS_POSTINSTALL_BODY','','com_actionlogs',1,'message','','','','','3.9.0',1),(9,700,'COM_PRIVACY_POSTINSTALL_TITLE','COM_PRIVACY_POSTINSTALL_BODY','','com_privacy',1,'message','','','','','3.9.0',1);
/*!40000 ALTER TABLE `JB21_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_privacy_consents`
--

DROP TABLE IF EXISTS `JB21_privacy_consents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_privacy_consents` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `state` int(10) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `remind` tinyint(4) NOT NULL DEFAULT '0',
  `token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_privacy_consents`
--

LOCK TABLES `JB21_privacy_consents` WRITE;
/*!40000 ALTER TABLE `JB21_privacy_consents` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_privacy_consents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_privacy_requests`
--

DROP TABLE IF EXISTS `JB21_privacy_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_privacy_requests` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `requested_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `request_type` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `confirm_token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `confirm_token_created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_privacy_requests`
--

LOCK TABLES `JB21_privacy_requests` WRITE;
/*!40000 ALTER TABLE `JB21_privacy_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_privacy_requests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_redirect_links`
--

DROP TABLE IF EXISTS `JB21_redirect_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_redirect_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `old_url` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `new_url` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referer` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `header` smallint(3) NOT NULL DEFAULT '301',
  PRIMARY KEY (`id`),
  KEY `idx_old_url` (`old_url`(100)),
  KEY `idx_link_modifed` (`modified_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_redirect_links`
--

LOCK TABLES `JB21_redirect_links` WRITE;
/*!40000 ALTER TABLE `JB21_redirect_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_redirect_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_schemas`
--

DROP TABLE IF EXISTS `JB21_schemas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_schemas`
--

LOCK TABLES `JB21_schemas` WRITE;
/*!40000 ALTER TABLE `JB21_schemas` DISABLE KEYS */;
INSERT INTO `JB21_schemas` VALUES (700,'3.9.3-2019-02-07');
/*!40000 ALTER TABLE `JB21_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_session`
--

DROP TABLE IF EXISTS `JB21_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_session` (
  `session_id` varbinary(192) NOT NULL,
  `client_id` tinyint(3) unsigned DEFAULT NULL,
  `guest` tinyint(3) unsigned DEFAULT '1',
  `time` int(11) NOT NULL DEFAULT '0',
  `data` mediumtext COLLATE utf8mb4_unicode_ci,
  `userid` int(11) DEFAULT '0',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`session_id`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_session`
--

LOCK TABLES `JB21_session` WRITE;
/*!40000 ALTER TABLE `JB21_session` DISABLE KEYS */;
INSERT INTO `JB21_session` VALUES (_binary '0ca85d050c8fa047ab04fbb946c356c1',1,0,1551206429,'joomla|s:972:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxMztzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE1NTEyMDYwODc7czo0OiJsYXN0IjtpOjE1NTEyMDYzNjA7czozOiJub3ciO2k6MTU1MTIwNjQyOTt9czo1OiJ0b2tlbiI7czozMjoibjdCeU9ZY3NmRVRCTWFlTHR6WDZtUzkwNjNheFZ0YzYiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjtzOjEyOiJyZWRpcmVjdF91cmwiO047fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtzOjM6IjYyNyI7fXM6MTE6ImFwcGxpY2F0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InF1ZXVlIjthOjA6e319fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',627,'eagle'),(_binary '4f97ef6342f5892c77c2924b717da1f3',0,1,1551206407,'joomla|s:596:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidG9rZW4iO3M6MzI6IlNRYWxxTDRrNE1TTzlmR2FwUWExYmppRmJZVnpNQ3R3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '83e3df8b3817b6a99d6be5f6b090ffcd',1,1,1551152180,'joomla|s:596:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidG9rZW4iO3M6MzI6IlIyMm9rb3ZKeDB0RlRqN0IwV09FRXpGdklmTXMzSk9OIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '88fd32e270516116dfdb619d403a783b',0,1,1551214062,'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU1MTIxNDA2MjtzOjQ6Imxhc3QiO2k6MTU1MTIxNDA2MjtzOjM6Im5vdyI7aToxNTUxMjE0MDYyO31zOjU6InRva2VuIjtzOjMyOiJWaGpVZlBIUzFkbEhpSzFtUzlUWjdldVl3ZlFlWlh5SyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'dfb23674868823e447d67b906d4574f5',1,0,1551214260,'joomla|s:1312:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxNTtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE1NTEyMTM4MTA7czo0OiJsYXN0IjtpOjE1NTEyMTQyNDk7czozOiJub3ciO2k6MTU1MTIxNDI1ODt9czo1OiJ0b2tlbiI7czozMjoiQmN2aURuVmhPUExsOXVGY2hTMjB6ZzVYY0tNbEVLNnMiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9czo5OiJjb21fbWVudXMiO086ODoic3RkQ2xhc3MiOjE6e3M6NToiaXRlbXMiO086ODoic3RkQ2xhc3MiOjQ6e3M6ODoibWVudXR5cGUiO3M6ODoibWFpbm1lbnUiO3M6OToiY2xpZW50X2lkIjtpOjA7czoxMDoibGltaXRzdGFydCI7aTowO3M6NDoibGlzdCI7YTo0OntzOjk6ImRpcmVjdGlvbiI7czozOiJhc2MiO3M6NToibGltaXQiO3M6MjoiMjAiO3M6ODoib3JkZXJpbmciO3M6NToiYS5sZnQiO3M6NToic3RhcnQiO2Q6MDt9fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7czozOiI2MjciO31zOjk6ImNvbV9tZWRpYSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMDoicmV0dXJuX3VybCI7czoyNjoiaW5kZXgucGhwP29wdGlvbj1jb21fbWVkaWEiO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',627,'eagle');
/*!40000 ALTER TABLE `JB21_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_tags`
--

DROP TABLE IF EXISTS `JB21_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_tags` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tag_idx` (`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_tags`
--

LOCK TABLES `JB21_tags` WRITE;
/*!40000 ALTER TABLE `JB21_tags` DISABLE KEYS */;
INSERT INTO `JB21_tags` VALUES (1,0,0,1,0,'','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'','','','',627,'2019-02-26 02:46:14','',0,'0000-00-00 00:00:00','','',0,'*',1,'0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `JB21_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_template_styles`
--

DROP TABLE IF EXISTS `JB21_template_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_template_styles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `home` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_home` (`home`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_template_styles`
--

LOCK TABLES `JB21_template_styles` WRITE;
/*!40000 ALTER TABLE `JB21_template_styles` DISABLE KEYS */;
INSERT INTO `JB21_template_styles` VALUES (4,'beez3',0,'0','Beez3 - Default','{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"logo\":\"images\\/joomla_black.png\",\"sitetitle\":\"Joomla!\",\"sitedescription\":\"Open Source Content Management\",\"navposition\":\"left\",\"templatecolor\":\"personal\",\"html5\":\"0\"}'),(5,'hathor',1,'0','Hathor - Default','{\"showSiteName\":\"0\",\"colourChoice\":\"\",\"boldText\":\"0\"}'),(7,'protostar',0,'1','protostar - Default','{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}'),(8,'isis',1,'1','isis - Default','{\"templateColor\":\"\",\"logoFile\":\"\"}');
/*!40000 ALTER TABLE `JB21_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_ucm_base`
--

DROP TABLE IF EXISTS `JB21_ucm_base`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_ucm_base` (
  `ucm_id` int(10) unsigned NOT NULL,
  `ucm_item_id` int(10) NOT NULL,
  `ucm_type_id` int(11) NOT NULL,
  `ucm_language_id` int(11) NOT NULL,
  PRIMARY KEY (`ucm_id`),
  KEY `idx_ucm_item_id` (`ucm_item_id`),
  KEY `idx_ucm_type_id` (`ucm_type_id`),
  KEY `idx_ucm_language_id` (`ucm_language_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_ucm_base`
--

LOCK TABLES `JB21_ucm_base` WRITE;
/*!40000 ALTER TABLE `JB21_ucm_base` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_ucm_base` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_ucm_content`
--

DROP TABLE IF EXISTS `JB21_ucm_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_ucm_content` (
  `core_content_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `core_type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `core_body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_state` tinyint(1) NOT NULL DEFAULT '0',
  `core_checked_out_time` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_checked_out_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_access` int(10) unsigned NOT NULL DEFAULT '0',
  `core_params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_featured` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `core_metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `core_created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_modified_user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Most recent user that modified',
  `core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_content_item_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'ID from the individual type table',
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `core_images` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_urls` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_hits` int(10) unsigned NOT NULL DEFAULT '0',
  `core_version` int(10) unsigned NOT NULL DEFAULT '1',
  `core_ordering` int(11) NOT NULL DEFAULT '0',
  `core_metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_catid` int(10) unsigned NOT NULL DEFAULT '0',
  `core_xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`core_content_id`),
  KEY `tag_idx` (`core_state`,`core_access`),
  KEY `idx_access` (`core_access`),
  KEY `idx_alias` (`core_alias`(100)),
  KEY `idx_language` (`core_language`),
  KEY `idx_title` (`core_title`(100)),
  KEY `idx_modified_time` (`core_modified_time`),
  KEY `idx_created_time` (`core_created_time`),
  KEY `idx_content_type` (`core_type_alias`(100)),
  KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  KEY `idx_core_created_user_id` (`core_created_user_id`),
  KEY `idx_core_type_id` (`core_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_ucm_content`
--

LOCK TABLES `JB21_ucm_content` WRITE;
/*!40000 ALTER TABLE `JB21_ucm_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_ucm_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_ucm_history`
--

DROP TABLE IF EXISTS `JB21_ucm_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_ucm_history` (
  `version_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ucm_item_id` int(10) unsigned NOT NULL,
  `ucm_type_id` int(10) unsigned NOT NULL,
  `version_note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Optional version name',
  `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `character_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Number of characters in this version.',
  `sha1_hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
  `version_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'json-encoded string of version data',
  `keep_forever` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0=auto delete; 1=keep',
  PRIMARY KEY (`version_id`),
  KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
  KEY `idx_save_date` (`save_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_ucm_history`
--

LOCK TABLES `JB21_ucm_history` WRITE;
/*!40000 ALTER TABLE `JB21_ucm_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_ucm_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_update_sites`
--

DROP TABLE IF EXISTS `JB21_update_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_update_sites` (
  `update_site_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `location` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `enabled` int(11) DEFAULT '0',
  `last_check_timestamp` bigint(20) DEFAULT '0',
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_update_sites`
--

LOCK TABLES `JB21_update_sites` WRITE;
/*!40000 ALTER TABLE `JB21_update_sites` DISABLE KEYS */;
INSERT INTO `JB21_update_sites` VALUES (1,'Joomla! Core','collection','https://update.joomla.org/core/list.xml',1,1551206139,''),(2,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_3.xml',1,0,''),(3,'Joomla! Update Component Update Site','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,0,'');
/*!40000 ALTER TABLE `JB21_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_update_sites_extensions`
--

DROP TABLE IF EXISTS `JB21_update_sites_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT '0',
  `extension_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_update_sites_extensions`
--

LOCK TABLES `JB21_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `JB21_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `JB21_update_sites_extensions` VALUES (1,700),(2,802),(2,10002),(3,28);
/*!40000 ALTER TABLE `JB21_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_updates`
--

DROP TABLE IF EXISTS `JB21_updates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_updates` (
  `update_id` int(11) NOT NULL AUTO_INCREMENT,
  `update_site_id` int(11) DEFAULT '0',
  `extension_id` int(11) DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `folder` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `client_id` tinyint(3) DEFAULT '0',
  `version` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `data` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `detailsurl` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `infourl` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`update_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_updates`
--

LOCK TABLES `JB21_updates` WRITE;
/*!40000 ALTER TABLE `JB21_updates` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_updates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_user_keys`
--

DROP TABLE IF EXISTS `JB21_user_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_user_keys` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `series` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `invalid` tinyint(4) NOT NULL,
  `time` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `uastring` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `series` (`series`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_user_keys`
--

LOCK TABLES `JB21_user_keys` WRITE;
/*!40000 ALTER TABLE `JB21_user_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_user_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_user_notes`
--

DROP TABLE IF EXISTS `JB21_user_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_user_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_category_id` (`catid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_user_notes`
--

LOCK TABLES `JB21_user_notes` WRITE;
/*!40000 ALTER TABLE `JB21_user_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_user_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_user_profiles`
--

DROP TABLE IF EXISTS `JB21_user_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `profile_value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_user_profiles`
--

LOCK TABLES `JB21_user_profiles` WRITE;
/*!40000 ALTER TABLE `JB21_user_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_user_usergroup_map`
--

DROP TABLE IF EXISTS `JB21_user_usergroup_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_user_usergroup_map` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id',
  PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_user_usergroup_map`
--

LOCK TABLES `JB21_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `JB21_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `JB21_user_usergroup_map` VALUES (627,8);
/*!40000 ALTER TABLE `JB21_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_usergroups`
--

DROP TABLE IF EXISTS `JB21_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_usergroups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  KEY `idx_usergroup_title_lookup` (`title`),
  KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_usergroups`
--

LOCK TABLES `JB21_usergroups` WRITE;
/*!40000 ALTER TABLE `JB21_usergroups` DISABLE KEYS */;
INSERT INTO `JB21_usergroups` VALUES (1,0,1,18,'Public'),(2,1,8,15,'Registered'),(3,2,9,14,'Author'),(4,3,10,13,'Editor'),(5,4,11,12,'Publisher'),(6,1,4,7,'Manager'),(7,6,5,6,'Administrator'),(8,1,16,17,'Super Users'),(9,1,2,3,'Guest');
/*!40000 ALTER TABLE `JB21_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_users`
--

DROP TABLE IF EXISTS `JB21_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `password` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT '0',
  `sendEmail` tinyint(4) DEFAULT '0',
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime',
  `otpKey` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
  `otep` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
  `requireReset` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Require user to reset password on next login',
  PRIMARY KEY (`id`),
  KEY `idx_name` (`name`(100)),
  KEY `idx_block` (`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=628 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_users`
--

LOCK TABLES `JB21_users` WRITE;
/*!40000 ALTER TABLE `JB21_users` DISABLE KEYS */;
INSERT INTO `JB21_users` VALUES (627,'Super User','eagle','jhbrake@comcast.net','$2y$10$JszAMznv7U2Q4VETQdw7n.CX/HPekafC8sxa9.n0V2gp/t/.xvHYi',0,1,'2019-02-26 02:46:15','2019-02-26 20:43:56','0','','0000-00-00 00:00:00',0,'','',0);
/*!40000 ALTER TABLE `JB21_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_utf8_conversion`
--

DROP TABLE IF EXISTS `JB21_utf8_conversion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_utf8_conversion` (
  `converted` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_utf8_conversion`
--

LOCK TABLES `JB21_utf8_conversion` WRITE;
/*!40000 ALTER TABLE `JB21_utf8_conversion` DISABLE KEYS */;
INSERT INTO `JB21_utf8_conversion` VALUES (2);
/*!40000 ALTER TABLE `JB21_utf8_conversion` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_buying_request`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_buying_request`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_buying_request` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_vehicleid` int(11) NOT NULL DEFAULT '0',
  `buying_request` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `customer_name` varchar(250) DEFAULT '',
  `customer_email` varchar(250) DEFAULT '',
  `customer_phone` varchar(250) DEFAULT '',
  `customer_comment` text,
  `status` int(1) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `fk_vehicleid` (`fk_vehicleid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_buying_request`
--

LOCK TABLES `JB21_vehiclemanager_buying_request` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_buying_request` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_buying_request` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_categories`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_categories` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `iditem` int(11) NOT NULL DEFAULT '0',
  `idcat` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `iditem` (`iditem`,`idcat`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_categories`
--

LOCK TABLES `JB21_vehiclemanager_categories` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_categories` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_categories` VALUES (2,2,47),(3,3,49),(4,4,47),(5,5,46),(6,6,49);
/*!40000 ALTER TABLE `JB21_vehiclemanager_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_const`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_const`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_const` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `const` varchar(250) DEFAULT '',
  `sys_type` varchar(250) DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `const` (`const`)
) ENGINE=MyISAM AUTO_INCREMENT=1165 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_const`
--

LOCK TABLES `JB21_vehiclemanager_const` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_const` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_const` VALUES (2,'_VEHICLE_MANAGER_TITLE','Vehicle Manager'),(3,'_VEHICLE_MANAGER_DESC','Vehicle Manager'),(4,'_VEHICLE_MANAGER_SEARCH_DESC1','Vehicle Manager'),(5,'_VEHICLE_MANAGER_SEARCH_DESC2','Vehicle Manager'),(6,'_VEHICLE_MANAGER_NO_PICTURE','Vehicle Manager'),(7,'_VEHICLE_MANAGER_NOT_AUTHORIZED','Vehicle Manager'),(8,'_VEHICLE_MANAGER_LABEL_OK','Vehicle Manager'),(9,'_VEHICLE_MANAGER_LABEL_STATUS','Vehicle Manager'),(10,'_VEHICLE_MANAGER_ADMIN_IMPEXP','Vehicle Manager'),(11,'_VEHICLE_MANAGER_ADMIN_IMPEXP_ADD','Vehicle Manager'),(12,'_VEHICLE_MANAGER_ADMIN_PLEASE_SEL','Vehicle Manager'),(13,'_VEHICLE_MANAGER_ADMIN_FORMAT_CSV','Vehicle Manager'),(14,'_VEHICLE_MANAGER_ADMIN_FORMAT_XML','Vehicle Manager'),(15,'_VEHICLE_MANAGER_SHOW_IMPEXP_ERR1','Vehicle Manager'),(16,'_VEHICLE_MANAGER_SHOW_IMPEXP_ERR2','Vehicle Manager'),(17,'_VEHICLE_MANAGER_SHOW_IMPEXP_ERR3','Vehicle Manager'),(18,'_VEHICLE_MANAGER_SHOW_IMPEXP_ERR4','Vehicle Manager'),(19,'_VEHICLE_MANAGER_SHOW_IMPEXP_LABEL_IMPORT_TYP','Vehicle Manager'),(20,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_IMPORT_TYP','Vehicle Manager'),(21,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_IMPORT_TYP_TT_HEAD','Vehicle Manager'),(22,'_VEHICLE_MANAGER_SHOW_IMPEXP_LABEL_IMPORT_CATEGORY','Vehicle Manager'),(23,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_IMPORT_CAT','Vehicle Manager'),(24,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_IMPORT_CAT_TT_HEAD','Vehicle Manager'),(25,'_VEHICLE_MANAGER_SHOW_IMPEXP_LABEL_IMPORT_FILE','Vehicle Manager'),(26,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_IMPORT_FILE','Vehicle Manager'),(27,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_IMPORT_FILE_TT_HEAD','Vehicle Manager'),(28,'_VEHICLE_MANAGER_SHOW_IMPEXP_FORMAT','Vehicle Manager'),(29,'_VEHICLE_MANAGER_SHOW_IMPEXP_LABEL_EXPORT_TYP','Vehicle Manager'),(30,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_EXPORT_TYP','Vehicle Manager'),(31,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_EXPORT_TYP_TT_HEAD','Vehicle Manager'),(32,'_VEHICLE_MANAGER_SHOW_IMPEXP_LABEL_EXPORT_CATEGORY','Vehicle Manager'),(33,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_EXPORT_CAT','Vehicle Manager'),(34,'_VEHICLE_MANAGER_ADMIN_SHOW_IMPEXP_LABEL_EXPORT_CAT_TT_HEAD','Vehicle Manager'),(35,'_VEHICLE_MANAGER_SHOW_IMPEXP_RESULT','Vehicle Manager'),(36,'_VEHICLE_MANAGER_SHOW_IMPEXP_RESULT_DOWNLOAD','Vehicle Manager'),(37,'_VEHICLE_MANAGER_SHOW_IMPEXP_RESULT_REMEMBER','Vehicle Manager'),(38,'_VEHICLE_MANAGER_CATEGORIES_MANAGER','Vehicle Manager'),(39,'_VEHICLE_HEADER_CATEGORY','Vehicle Manager'),(40,'_VEHICLE_HEADER_NUMBER','Vehicle Manager'),(41,'_VEHICLE_HEADER_PUBLISHED','Vehicle Manager'),(42,'_VEHICLE_HEADER_REORDER','Vehicle Manager'),(43,'_VEHICLE_HEADER_ACCESS','Vehicle Manager'),(44,'_VEHICLE_HEADER_CHECKED_OUT','Vehicle Manager'),(45,'_VEHICLE_HEADER_ADD','Vehicle Manager'),(46,'_VEHICLE_HEADER_EDIT','Vehicle Manager'),(47,'_VEHICLE_DML_CAT_MUST_SELECT_NAME','Vehicle Manager'),(48,'_VEHICLE_CATEGORIES_NAME','Vehicle Manager'),(49,'_VEHICLE_A_SELECT_IMAGE','Vehicle Manager'),(50,'_VEHICLE_A_SELECT_TOP','Vehicle Manager'),(51,'_VEHICLE_CATEGORIES_HEADER_TITLE','Vehicle Manager'),(52,'_VEHICLE_CATEGORIES_HEADER_NAME','Vehicle Manager'),(53,'_VEHICLE_CATEGORIES_HEADER_ORDER','Vehicle Manager'),(54,'_VEHICLE_CATEGORIES_HEADER_IMAGE','Vehicle Manager'),(55,'_VEHICLE_CATEGORIES_HEADER_IMAGEPOS','Vehicle Manager'),(56,'_VEHICLE_CATEGORIES__PARENTITEM','Vehicle Manager'),(57,'_VEHICLE_CATEGORIES__IMAGEPREVIEW','Vehicle Manager'),(58,'_VEHICLE_CATEGORIES__DETAILS','Vehicle Manager'),(59,'_VEHICLE_DELETED','Vehicle Manager'),(60,'_VEHICLE_MANAGER_SHOW_RENT_VEHICLES','Vehicle Manager'),(61,'_VEHICLE_MANAGER_SHOW_RENT_RETURN','Vehicle Manager'),(62,'_VEHICLE_MANAGER_ADMIN_IMP','Vehicle Manager'),(63,'_VEHICLE_MANAGER_ADMIN_EXP','Vehicle Manager'),(64,'_VEHICLE_MANAGER_LABEL_SELECT_ALL_CATEGORIES','Vehicle Manager'),(65,'_VEHICLE_MANAGER_LABEL_SELECT_CATEGORIES','Vehicle Manager'),(66,'_VEHICLE_MANAGER_LABEL_SELECT_TO_RENT','Vehicle Manager'),(67,'_VEHICLE_MANAGER_LABEL_SELECT_ALL_RENT','Vehicle Manager'),(68,'_VEHICLE_MANAGER_LABEL_SELECT_RENT','Vehicle Manager'),(69,'_VEHICLE_MANAGER_LABEL_SELECT_NOT_RENT','Vehicle Manager'),(70,'_VEHICLE_MANAGER_LABEL_SELECT_TO_PUBLIC','Vehicle Manager'),(71,'_VEHICLE_MANAGER_LABEL_SELECT_ALL_PUBLIC','Vehicle Manager'),(72,'_VEHICLE_MANAGER_LABEL_SELECT_NOT_PUBLIC','Vehicle Manager'),(73,'_VEHICLE_MANAGER_LABEL_SELECT_PUBLIC','Vehicle Manager'),(74,'_VEHICLE_MANAGER_LABEL_SELECT_ALL_USERS','Vehicle Manager'),(75,'_VEHICLE_MANAGER_LABEL_SEARCH','Vehicle Manager'),(76,'_VEHICLE_MANAGER_LABEL_SEARCH_RESULT','Vehicle Manager'),(77,'_VEHICLE_MANAGER_LABEL_SEARCH_KEYWORD','Vehicle Manager'),(78,'_VEHICLE_MANAGER_LABEL_SEARCH_BUTTON','Vehicle Manager'),(79,'_VEHICLE_MANAGER_LABEL_SEARCH_NOTHING_FOUND','Vehicle Manager'),(80,'_VEHICLE_MANAGER_SHOW','Vehicle Manager'),(81,'_VEHICLE_MANAGER_SHOW_SEARCH','Vehicle Manager'),(82,'_VEHICLE_MANAGER_SHOW_SEARCH_KOM','Vehicle Manager'),(83,'_VEHICLE_MANAGER_LABEL_EXACTLY','Vehicle Manager'),(84,'_VEHICLE_MANAGER_LABEL_ADVANCED_SEARCH','Vehicle Manager'),(85,'_VEHICLE_MANAGER_LABEL_FROM','Vehicle Manager'),(86,'_VEHICLE_MANAGER_LABEL_TO','Vehicle Manager'),(87,'_VEHICLE_MANAGER_LABEL_YEAR','Vehicle Manager'),(88,'_VEHICLE_MANAGER_LABEL_PRICE','Vehicle Manager'),(89,'_VEHICLE_MANAGER_LABEL_LISTING_TYPE','Vehicle Manager'),(90,'_VEHICLE_MANAGER_LABEL_LISTING_STATUS','Vehicle Manager'),(91,'_VEHICLE_MANAGER_LABEL_PRICE_TYPE','Vehicle Manager'),(92,'_VEHICLE_MANAGER_LABEL_MODEL','Vehicle Manager'),(93,'_VEHICLE_MANAGER_LABEL_TITLE','Vehicle Manager'),(94,'_VEHICLE_MANAGER_LABEL_VEHICLEID','Vehicle Manager'),(95,'_VEHICLE_MANAGER_LABEL_RESULT','Vehicle Manager'),(96,'_VEHICLE_MANAGER_LABEL_COMMENT','Vehicle Manager'),(97,'_VEHICLE_MANAGER_LABEL_CATEGORY','Vehicle Manager'),(98,'_VEHICLE_MANAGER_LABEL_VEHICLES','Vehicle Manager'),(99,'_VEHICLE_MANAGER_LABEL_COVER','Vehicle Manager'),(100,'_VEHICLE_MANAGER_LABEL_ADDRESS','Vehicle Manager'),(101,'_VEHICLE_MANAGER_LABEL_COUNTRY','Vehicle Manager'),(102,'_VEHICLE_MANAGER_LABEL_REGION','Vehicle Manager'),(103,'_VEHICLE_MANAGER_LABEL_CITY','Vehicle Manager'),(104,'_VEHICLE_MANAGER_LABEL_DISTRICT','Vehicle Manager'),(105,'_VEHICLE_MANAGER_LABEL_ZIPCODE','Vehicle Manager'),(106,'_VEHICLE_MANAGER_LABEL_LATITUDE','Vehicle Manager'),(107,'_VEHICLE_MANAGER_LABEL_LONGITUDE','Vehicle Manager'),(108,'_VEHICLE_MANAGER_LABEL_NO_LOCATION_AVAILABLE','Vehicle Manager'),(109,'_VEHICLE_MANAGER_LABEL_VEHICLE_TYPE','Vehicle Manager'),(110,'_VEHICLE_MANAGER_LABEL_CONDITION_STATUS','Vehicle Manager'),(111,'_VEHICLE_MANAGER_LABEL_MILEAGE','Vehicle Manager'),(112,'_VEHICLE_MANAGER_LABEL_TRANSMISSION_TYPE','Vehicle Manager'),(113,'_VEHICLE_MANAGER_LABEL_ENGINE_TYPE','Vehicle Manager'),(114,'_VEHICLE_MANAGER_LABEL_ISSUE_YEAR','Vehicle Manager'),(115,'_VEHICLE_MANAGER_LABEL_DRIVE_TYPE','Vehicle Manager'),(116,'_VEHICLE_MANAGER_LABEL_FUEL_TYPE','Vehicle Manager'),(117,'_VEHICLE_MANAGER_LABEL_NUMBER_SPEEDS','Vehicle Manager'),(118,'_VEHICLE_MANAGER_LABEL_NUMBER_CYLINDERS','Vehicle Manager'),(119,'_VEHICLE_MANAGER_LABEL_NUMBER_DOORS','Vehicle Manager'),(120,'_VEHICLE_MANAGER_LABEL_NUMBER_SEATINGS','Vehicle Manager'),(121,'_VEHICLE_MANAGER_LABEL_CITY_FUEL_MPG','Vehicle Manager'),(122,'_VEHICLE_MANAGER_LABEL_HIGHWAY_FUEL_MPG','Vehicle Manager'),(123,'_VEHICLE_MANAGER_LABEL_WHEELBASE','Vehicle Manager'),(124,'_VEHICLE_MANAGER_LABEL_WHEELTYPE','Vehicle Manager'),(125,'_VEHICLE_MANAGER_LABEL_REARAXE_TYPE','Vehicle Manager'),(126,'_VEHICLE_MANAGER_LABEL_BRAKES_TYPE','Vehicle Manager'),(127,'_VEHICLE_MANAGER_LABEL_EXTERIOR_COLORS','Vehicle Manager'),(128,'_VEHICLE_MANAGER_LABEL_EXTERIOR_EXTRAS','Vehicle Manager'),(129,'_VEHICLE_MANAGER_LABEL_INTERIOR_COLORS','Vehicle Manager'),(130,'_VEHICLE_MANAGER_LABEL_DASHBOARD_OPTIONS','Vehicle Manager'),(131,'_VEHICLE_MANAGER_LABEL_INTERIOR_EXTRAS','Vehicle Manager'),(132,'_VEHICLE_MANAGER_LABEL_SAFETY_OPTIONS','Vehicle Manager'),(133,'_VEHICLE_MANAGER_LABEL_WARRANTY_OPTIONS','Vehicle Manager'),(134,'_VEHICLE_MANAGER_LABEL_WARRANTY_BASIC','Vehicle Manager'),(135,'_VEHICLE_MANAGER_LABEL_WARRANTY_DRIVETRAIN','Vehicle Manager'),(136,'_VEHICLE_MANAGER_LABEL_WARRANTY_CORROSION','Vehicle Manager'),(137,'_VEHICLE_MANAGER_LABEL_WARRANTY_ROADSIDE_ASSISTANCE','Vehicle Manager'),(138,'_VEHICLE_MANAGER_REQUEST_PHONE','Vehicle Manager'),(139,'_VEHICLE_MANAGER_LABEL_RATING','Vehicle Manager'),(140,'_VEHICLE_MANAGER_LABEL_PICTURE_URL','Vehicle Manager'),(141,'_VEHICLE_MANAGER_LABEL_PICTURE','Vehicle Manager'),(142,'_VEHICLE_MANAGER_LABEL_URL','Vehicle Manager'),(143,'_VEHICLE_MANAGER_LABEL_RENT_TO','Vehicle Manager'),(144,'_VEHICLE_MANAGER_LABEL_RENT_FROM','Vehicle Manager'),(145,'_VEHICLE_MANAGER_LABEL_RENT_UNTIL','Vehicle Manager'),(146,'_VEHICLE_MANAGER_LABEL_RENT_RETURN','Vehicle Manager'),(147,'_VEHICLE_MANAGER_LABEL_RENT_FROM_UNTIL','Vehicle Manager'),(148,'_VEHICLE_MANAGER_LABEL_RENT_FROM_UNTIL_NOT_KNOWN','Vehicle Manager'),(149,'_VEHICLE_MANAGER_LABEL_RENT_USER','Vehicle Manager'),(150,'_VEHICLE_MANAGER_LABEL_RENT_EMAIL','Vehicle Manager'),(151,'_VEHICLE_MANAGER_LABEL_RENT_ADRES','Vehicle Manager'),(152,'_VEHICLE_MANAGER_LABEL_BUYING_ADRES','Vehicle Manager'),(153,'_VEHICLE_MANAGER_LABEL_RENT_TIME','Vehicle Manager'),(154,'_VEHICLE_MANAGER_LABEL_HITS','Vehicle Manager'),(155,'_VEHICLE_MANAGER_LABEL_LINE','Vehicle Manager'),(156,'_VEHICLE_MANAGER_LABEL_RENT','Vehicle Manager'),(157,'_VEHICLE_MANAGER_LABEL_PUBLIC','Vehicle Manager'),(158,'_VEHICLE_MANAGER_LABEL_CONTROL','Vehicle Manager'),(159,'_VEHICLE_MANAGER_REVIEW_DATE','Vehicle Manager'),(160,'_VEHICLE_MANAGER_LABEL_FETCHED_SUBCATEGORIES','Vehicle Manager'),(161,'_VEHICLE_MANAGER_LABEL_PICTURE_URL_UPLOAD','Vehicle Manager'),(162,'_VEHICLE_MANAGER_LABEL_OTHER_PICTURES_URL_UPLOAD','Vehicle Manager'),(163,'_VEHICLE_MANAGER_LABEL_PICTURE_URL_DESC','Vehicle Manager'),(164,'_VEHICLE_MANAGER_LABEL_PICTURE_URL_UPLOAD_ERROR','Vehicle Manager'),(165,'_VEHICLE_MANAGER_LABEL_RENT_INFORMATIONS','Vehicle Manager'),(166,'_VEHICLE_MANAGER_LABEL_EDOCUMENT_ACTUAL','Vehicle Manager'),(167,'_VEHICLE_MANAGER_LABEL_EDOCUMENT_UPLOAD','Vehicle Manager'),(168,'_VEHICLE_MANAGER_LABEL_EDOCUMENT_DOWNLOAD','Vehicle Manager'),(169,'_VEHICLE_MANAGER_LABEL_EDOCUMENT_DELETE','Vehicle Manager'),(170,'_VEHICLE_MANAGER_LABEL_EDOCUMENT','Vehicle Manager'),(171,'_VEHICLE_MANAGER_LABEL_EDOCUMENT_UPLOAD_ERROR','Vehicle Manager'),(172,'_VEHICLE_MANAGER_LABEL_RENT_CB','Vehicle Manager'),(173,'_VEHICLE_MANAGER_LABEL_REQUIRED','Vehicle Manager'),(174,'_VEHICLE_MANAGER_LABEL_ADDREVIEW','Vehicle Manager'),(175,'_VEHICLE_MANAGER_LABEL_REVIEWS','Vehicle Manager'),(176,'_VEHICLE_MANAGER_LABEL_BUTTON_SAVE','Vehicle Manager'),(177,'_VEHICLE_MANAGER_LABEL_BUTTON_RENT_REQU','Vehicle Manager'),(178,'_VEHICLE_MANAGER_LABEL_BUTTON_RENT_REQU_SAVE','Vehicle Manager'),(179,'_VEHICLE_MANAGER_LABEL_REVIEW','Vehicle Manager'),(180,'_VEHICLE_MANAGER_LABEL_REVIEW_TITLE','Vehicle Manager'),(181,'_VEHICLE_MANAGER_LABEL_REVIEW_RATING','Vehicle Manager'),(182,'_VEHICLE_MANAGER_LABEL_REVIEW_COMMENT','Vehicle Manager'),(183,'_VEHICLE_MANAGER_LABEL_ANONYMOUS','Vehicle Manager'),(184,'_VEHICLE_MANAGER_LABEL_FEATURED_CLICKS','Vehicle Manager'),(185,'_VEHICLE_MANAGER_LABEL_FEATURED_SHOWS','Vehicle Manager'),(186,'_VEHICLE_MANAGER_LABEL_VEHICLE_TITLE','Vehicle Manager'),(187,'_VEHICLE_MANAGER_LABEL_CLICKMAP','Vehicle Manager'),(188,'_VEHICLE_MANAGER_INFOTEXT_JS_REVIEW_TITLE','Vehicle Manager'),(189,'_VEHICLE_MANAGER_INFOTEXT_JS_REVIEW_COMMENT','Vehicle Manager'),(190,'_VEHICLE_MANAGER_INFOTEXT_JS_REVIEW_RATING','Vehicle Manager'),(191,'_VEHICLE_MANAGER_INFOTEXT_JS_RENT_REQ_NAME','Vehicle Manager'),(192,'_VEHICLE_MANAGER_INFOTEXT_JS_RENT_REQ_EMAIL','Vehicle Manager'),(193,'_VEHICLE_MANAGER_INFOTEXT_JS_RENT_REQ_MAILING','Vehicle Manager'),(194,'_VEHICLE_MANAGER_INFOTEXT_JS_RENT_REQ_UNTIL','Vehicle Manager'),(195,'_VEHICLE_MANAGER_INFOTEXT_JS_IMAGEFILE','Vehicle Manager'),(196,'_VEHICLE_MANAGER_LANGUAGE_NOT_USED','Vehicle Manager'),(197,'_VEHICLE_MANAGER_LANGUAGE_AR','Vehicle Manager'),(198,'_VEHICLE_MANAGER_LANGUAGE_PTBR','Vehicle Manager'),(199,'_VEHICLE_MANAGER_LANGUAGE_DK','Vehicle Manager'),(200,'_VEHICLE_MANAGER_LANGUAGE_DUT','Vehicle Manager'),(201,'_VEHICLE_MANAGER_LANGUAGE_ENG','Vehicle Manager'),(202,'_VEHICLE_MANAGER_LANGUAGE_FAR','Vehicle Manager'),(203,'_VEHICLE_MANAGER_LANGUAGE_BSBA','Vehicle Manager'),(204,'_VEHICLE_MANAGER_LANGUAGE_FRE','Vehicle Manager'),(205,'_VEHICLE_MANAGER_LANGUAGE_GER','Vehicle Manager'),(206,'_VEHICLE_MANAGER_LANGUAGE_HUN','Vehicle Manager'),(207,'_VEHICLE_MANAGER_LANGUAGE_ITA','Vehicle Manager'),(208,'_VEHICLE_MANAGER_LANGUAGE_LI','Vehicle Manager'),(209,'_VEHICLE_MANAGER_LANGUAGE_NR','Vehicle Manager'),(210,'_VEHICLE_MANAGER_LANGUAGE_POL','Vehicle Manager'),(211,'_VEHICLE_MANAGER_LANGUAGE_PR','Vehicle Manager'),(212,'_VEHICLE_MANAGER_LANGUAGE_ROM','Vehicle Manager'),(213,'_VEHICLE_MANAGER_LANGUAGE_RUS','Vehicle Manager'),(214,'_VEHICLE_MANAGER_LANGUAGE_SPA','Vehicle Manager'),(215,'_VEHICLE_MANAGER_LANGUAGE_TUR','Vehicle Manager'),(216,'_VEHICLE_MANAGER_LANGUAGE_SI','Vehicle Manager'),(217,'_VEHICLE_MANAGER_NO','Vehicle Manager'),(218,'_VEHICLE_MANAGER_YES','Vehicle Manager'),(219,'_VEHICLE_MANAGER_IS_EDITED','Vehicle Manager'),(220,'_VEHICLE_MANAGER_ERROR_DEL','Vehicle Manager'),(221,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADDVEHICLE_EMAIL','Vehicle Manager'),(222,'_VEHICLE_MANAGER_ADMIN_CONFIG_FRONTEND','Vehicle Manager'),(223,'_VEHICLE_MANAGER_ADMIN_CONFIG_BACKEND','Vehicle Manager'),(224,'_VEHICLE_MANAGER_ADMIN_CONFIG_VEHICLEID_AUTO_INCREMENT','Vehicle Manager'),(225,'_VEHICLE_MANAGER_ADMIN_CONFIG_VEHICLEID_AUTO_INCREMENT_TT_HEAD','Vehicle Manager'),(226,'_VEHICLE_MANAGER_ADMIN_CONFIG_VEHICLEID_AUTO_INCREMENT_TT_BODY','Vehicle Manager'),(227,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_DOWNLOAD','Vehicle Manager'),(228,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_DOWNLOAD_TT_HEAD','Vehicle Manager'),(229,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_DOWNLOAD_TT_BODY','Vehicle Manager'),(230,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_DOWNLOAD_LOCATION','Vehicle Manager'),(231,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_DOWNLOAD_LOCATION_TT_HEAD','Vehicle Manager'),(232,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_DOWNLOAD_LOCATION_TT_BODY','Vehicle Manager'),(233,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_SHOW','Vehicle Manager'),(234,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_SHOW_TT_HEAD','Vehicle Manager'),(235,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_SHOW_TT_BODY','Vehicle Manager'),(236,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_SHOW','Vehicle Manager'),(237,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_SHOW_TT_HEAD','Vehicle Manager'),(238,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_SHOW_TT_BODY','Vehicle Manager'),(239,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_REGISTRATIONLEVEL','Vehicle Manager'),(240,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(241,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(242,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENTSTATUS_SHOW','Vehicle Manager'),(243,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENTSTATUS_SHOW_TT_HEAD','Vehicle Manager'),(244,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENTSTATUS_SHOW_TT_BODY','Vehicle Manager'),(245,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENTREQUEST_REGISTRATIONLEVEL','Vehicle Manager'),(246,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENTREQUEST_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(247,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENTREQUEST_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(248,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRICE_SHOW','Vehicle Manager'),(249,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRICE_SHOW_TT_HEAD','Vehicle Manager'),(250,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRICE_SHOW_TT_BODY','Vehicle Manager'),(251,'_VEHICLE_MANAGER_ADMIN_CONFIG_ITEM_IN_PAGE','Vehicle Manager'),(252,'_VEHICLE_MANAGER_ADMIN_CONFIG_PAGE_SHOW_TT_BODY','Vehicle Manager'),(253,'_VEHICLE_MANAGER_ADMIN_CONFIG_PAGE_SHOW_TT_HEAD','Vehicle Manager'),(254,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTO_SIZE','Vehicle Manager'),(255,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTO_SIZE_TT_HEAD','Vehicle Manager'),(256,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTO_SIZE_TT_BODY','Vehicle Manager'),(257,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOMAIN_SIZE','Vehicle Manager'),(258,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOMAIN_SIZE_TT_BODY','Vehicle Manager'),(259,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOMAIN_SIZE_TT_HEAD','Vehicle Manager'),(260,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOGALLERY_SIZE','Vehicle Manager'),(261,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOGALLERY_SIZE_TT_HEAD','Vehicle Manager'),(262,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOGALLERY_SIZE_TT_BODY','Vehicle Manager'),(263,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOUPLOAD_SIZE','Vehicle Manager'),(264,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOUPLOAD_SIZE_TT_HEAD','Vehicle Manager'),(265,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOUPLOAD_SIZE_TT_BODY','Vehicle Manager'),(266,'_VEHICLE_MANAGER_ADMIN_CONFIG_PAGE_ITEMS','Vehicle Manager'),(267,'_VEHICLE_MANAGER_ADMIN_CONFIG_PAGE_ITEMS_TT_HEAD','Vehicle Manager'),(268,'_VEHICLE_MANAGER_ADMIN_CONFIG_PAGE_ITEMS_TT_BODY','Vehicle Manager'),(269,'_VEHICLE_MANAGER_ADMIN_CONFIG_NEWVEHICLE_EMAIL_TT_HEAD','Vehicle Manager'),(270,'_VEHICLE_MANAGER_ADMIN_CONFIG_NEWVEHICLE_EMAIL_TT_BODY','Vehicle Manager'),(271,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_EMAIL','Vehicle Manager'),(272,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_EMAIL_TT_HEAD','Vehicle Manager'),(273,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_EMAIL_TT_BODY','Vehicle Manager'),(274,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_EMAIL','Vehicle Manager'),(275,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_EMAIL_TT_HEAD','Vehicle Manager'),(276,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_EMAIL_TT_BODY','Vehicle Manager'),(277,'_VEHICLE_MANAGER_ADMIN_REQUEST_RENT','Vehicle Manager'),(278,'_VEHICLE_MANAGER_ADMIN_ABOUT','Vehicle Manager'),(279,'_VEHICLE_MANAGER_ADMIN_ABOUT_ABOUT','Vehicle Manager'),(280,'_VEHICLE_MANAGER_ADMIN_ABOUT_RELEASENOTE','Vehicle Manager'),(281,'_VEHICLE_MANAGER_ADMIN_ABOUT_CHANGELOG','Vehicle Manager'),(282,'_VEHICLE_MANAGER__HTML_ABOUT','Vehicle Manager'),(283,'_VEHICLE_MANAGER__HTML_ABOUT_INTRO','Vehicle Manager'),(284,'_VEHICLE_MANAGER_ADMIN_TEXT_WSINFO_TEXT1','Vehicle Manager'),(285,'_VEHICLE_MANAGER_ADMIN_TEXT_WSINFO_TEXT2','Vehicle Manager'),(286,'_VEHICLE_MANAGER_DESC_TITLE','Vehicle Manager'),(287,'_VEHICLE_MANAGER_DESC_RENT','Vehicle Manager'),(288,'_VEHICLE_MANAGER_LABEL_RENT_REQUEST_NAME','Vehicle Manager'),(289,'_VEHICLE_MANAGER_LABEL_RENT_REQUEST_EMAIL','Vehicle Manager'),(290,'_VEHICLE_MANAGER_LABEL_RENT_REQUEST_MAILING','Vehicle Manager'),(291,'_VEHICLE_MANAGER_LABEL_RENT_REQUEST_UNTIL','Vehicle Manager'),(292,'_VEHICLE_MANAGER_LABEL_RENT_REQUEST_FROM','Vehicle Manager'),(293,'_VEHICLE_MANAGER_LABEL_RENT_REQUEST_THANKS','Vehicle Manager'),(294,'_VEHICLE_MANAGER_LABEL_BUYING_REQUEST_THANKS','Vehicle Manager'),(295,'_VEHICLE_MANAGER_LABEL_RENT_REQUEST_EMAIL_OBJECT','Vehicle Manager'),(296,'_VEHICLE_MANAGER_LABEL_RENT_REQUEST_EMAIL_TEXT1','Vehicle Manager'),(297,'_VEHICLE_MANAGER_LABEL_RENT_REQUEST_EMAIL_TEXT2','Vehicle Manager'),(298,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_SAVE','Vehicle Manager'),(299,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_RENT','Vehicle Manager'),(300,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_RETURN','Vehicle Manager'),(301,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_ACCEPT','Vehicle Manager'),(302,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_DECLINE','Vehicle Manager'),(303,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_IMPORT','Vehicle Manager'),(304,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_EXPORT','Vehicle Manager'),(305,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_DELETE_REVIEW','Vehicle Manager'),(306,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_EDIT_REVIEW','Vehicle Manager'),(307,'_VEHICLE_MANAGER_DOC_GENERAL_INFO','Vehicle Manager'),(308,'_VEHICLE_MANAGER_DOC_VERSION','Vehicle Manager'),(309,'_VEHICLE_MANAGER_DOC_RELEASE_DATE','Vehicle Manager'),(310,'_VEHICLE_MANAGER_DOC_PROJECTLINK','Vehicle Manager'),(311,'_VEHICLE_MANAGER_DOC_PROJECT_HOST','Vehicle Manager'),(312,'_VEHICLE_MANAGER_DOC_LICENSE','Vehicle Manager'),(313,'_VEHICLE_MANAGER_DOC_WARRANTY','Vehicle Manager'),(314,'_VEHICLE_MANAGER_DOC_DEVELOP','Vehicle Manager'),(315,'_VEHICLE_MANAGER_DOC_HOMEPAGE','Vehicle Manager'),(316,'_VEHICLE_MANAGER_LABEL_EDOCUMENT_UPLOAD_URL','Vehicle Manager'),(317,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_REGISTRATIONLEVEL','Vehicle Manager'),(318,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(319,'_VEHICLE_MANAGER_ADMIN_CONFIG_EDOCUMENTS_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(320,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRICE_REGISTRATIONLEVEL','Vehicle Manager'),(321,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRICE_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(322,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRICE_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(323,'_VEHICLE_MANAGER_SHOW_REVIEW_MANAGER','Vehicle Manager'),(324,'_VEHICLE_MANAGER_LABEL_TITLE_VEHICLE','Vehicle Manager'),(325,'_VEHICLE_MANAGER_LABEL_TITLE_COMMENT','Vehicle Manager'),(326,'_VEHICLE_MANAGER_LABEL_REVIEW_KEYGUEST','Vehicle Manager'),(327,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_PRINT','Vehicle Manager'),(328,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_PRINT_SELECT','Vehicle Manager'),(329,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_PRINT_FONT_SIZE','Vehicle Manager'),(330,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_PRINT_FORMAT','Vehicle Manager'),(331,'_VEHICLE_MANAGER_ADMIN_CONFIG_LICENSE_ALLOW','Vehicle Manager'),(332,'_VEHICLE_MANAGER_ADMIN_CONFIG_LICENSE_ALLOW_TT_BODY','Vehicle Manager'),(333,'_VEHICLE_MANAGER_ADMIN_CONFIG_LICENSE_ALLOW_TT_HEAD','Vehicle Manager'),(334,'_VEHICLE_MANAGER_LICENSE_AGREEMENT_TITLE','Vehicle Manager'),(335,'_VEHICLE_MANAGER_LICENSE_AGREEMENT_ACCEPT','Vehicle Manager'),(336,'_VEHICLE_MANAGER_LABEL_BUTTON_ADD_REVIEW','Vehicle Manager'),(337,'_VEHICLE_MANAGER_LABEL_BUTTON_REVIEW_HIDE','Vehicle Manager'),(338,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYNOW_SHOW','Vehicle Manager'),(339,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYNOW_SHOW_TT_HEAD','Vehicle Manager'),(340,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYNOW_SHOW_TT_BODY','Vehicle Manager'),(341,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYNOW_REGISTRATIONLEVEL','Vehicle Manager'),(342,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYNOW_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(343,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYNOW_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(344,'_VEHICLE_MANAGER_ADMIN_ENTIRE_BU','Vehicle Manager'),(345,'_VEHICLE_MANAGER_ADMIN_ENTIRE_RECOVER','Vehicle Manager'),(346,'_VEHICLE_MANAGER_SHOW_IMPEXP_CONF','Vehicle Manager'),(347,'_VEHICLE_MANAGER_SHOW_IMPORT_WARNING_MESSAG','Vehicle Manager'),(348,'_VEHICLE_MANAGER_SHOW_EXPORT_WARNING_MESSAG','Vehicle Manager'),(349,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_EMAIL_SEND','Vehicle Manager'),(350,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_EMAIL_SEND_TT_HEAD','Vehicle Manager'),(351,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_EMAIL_SEND_TT_BODY','Vehicle Manager'),(352,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_EMAIL_REGISTRATIONLEVEL','Vehicle Manager'),(353,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_EMAIL_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(354,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_EMAIL_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(355,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_EMAIL_SEND','Vehicle Manager'),(356,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_EMAIL_SEND_TT_HEAD','Vehicle Manager'),(357,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_EMAIL_SEND_TT_BODY','Vehicle Manager'),(358,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_EMAIL_REGISTRATIONLEVEL','Vehicle Manager'),(359,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_EMAIL_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(360,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_EMAIL_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(361,'_VEHICLE_MANAGER_LABEL_TITLE_REVIEW_COMMENT','Vehicle Manager'),(362,'_VEHICLE_MANAGER_ADMIN_CONFIG_PICTURE_IN_CATEGORY','Vehicle Manager'),(363,'_VEHICLE_MANAGER_ADMIN_CONFIG_PICTURE_IN_CATEGORY_TT_HEAD','Vehicle Manager'),(364,'_VEHICLE_MANAGER_ADMIN_CONFIG_PICTURE_IN_CATEGORY_TT_BODY','Vehicle Manager'),(365,'_VEHICLE_MANAGER_ADMIN_CONFIG_SUBCATEGORY_SHOW','Vehicle Manager'),(366,'_VEHICLE_MANAGER_ADMIN_CONFIG_SINGLE_SUBCATEGORY_SHOW','Vehicle Manager'),(367,'_VEHICLE_MANAGER_ADMIN_CONFIG_SUBCATEGORY_SHOW_TT_HEAD','Vehicle Manager'),(368,'_VEHICLE_MANAGER_ADMIN_CONFIG_SUBCATEGORY_SHOW_TT_BODY','Vehicle Manager'),(369,'_VEHICLE_MANAGER_ADMIN_CONFIG_SINGLE_SUBCATEGORY_SHOW_TT_BODY','Vehicle Manager'),(370,'_VEHICLE_MANAGER_MESSAGE_RETURN_VEHICLES','Vehicle Manager'),(371,'_VEHICLE_MANAGER_TOOLBAR_RENT_VEHICLES','Vehicle Manager'),(372,'_VEHICLE_MANAGER_TOOLBAR_RETURN_VEHICLE','Vehicle Manager'),(373,'_VEHICLE_MANAGER_TOOLBAR_ACCEPT_REQUEST','Vehicle Manager'),(374,'_VEHICLE_MANAGER_TOOLBAR_DECLINE_REQUEST','Vehicle Manager'),(375,'_VEHICLE_MANAGER_TOOLBAR_IMPORT','Vehicle Manager'),(376,'_VEHICLE_MANAGER_TOOLBAR_EXPORT','Vehicle Manager'),(377,'_VEHICLE_MANAGER_ADMIN_INFOTEXT_JS_EDIT_TITLE','Vehicle Manager'),(378,'_VEHICLE_MANAGER_ADMIN_INFOTEXT_JS_EDIT_VEHICLEID_CHECK','Vehicle Manager'),(379,'_VEHICLE_MANAGER_ADMIN_INFOTEXT_JS_EDIT_VEHICLEID','Vehicle Manager'),(380,'_VEHICLE_MANAGER_ADMIN_INFOTEXT_JS_EDIT_CATEGORY','Vehicle Manager'),(381,'_VEHICLE_MANAGER_INFOTEXT_JS_BUY_REQ_NAME','Vehicle Manager'),(382,'_VEHICLE_MANAGER_INFOTEXT_JS_BUY_REQ_EMAIL','Vehicle Manager'),(383,'_VEHICLE_MANAGER_INFOTEXT_JS_BUY_REQ_PHONE','Vehicle Manager'),(384,'_VEHICLE_MANAGER_HEADER_REQUIREMENT_FIELDS','Vehicle Manager'),(385,'_VEHICLE_MANAGER_HEADER_RECOMMENDED_FIELDS','Vehicle Manager'),(386,'_VEHICLE_MANAGER_HEADER_ADDRESS_FIELDS','Vehicle Manager'),(387,'_VEHICLE_MANAGER_HEADER_TECHNICAL_OPTIONS','Vehicle Manager'),(388,'_VEHICLE_MANAGER_HEADER_EXTERIOR_OPTIONS','Vehicle Manager'),(389,'_VEHICLE_MANAGER_HEADER_INTERIOR_OPTIONS','Vehicle Manager'),(390,'_VEHICLE_MANAGER_HEADER_OTHER_OPTIONS','Vehicle Manager'),(391,'_VEHICLE_MANAGER_HEADER_PHOTO_MANAGE','Vehicle Manager'),(392,'_VEHICLE_MANAGER_HEADER_PHOTOGALERY','Vehicle Manager'),(393,'_VEHICLE_MANAGER_HEADER_ADVERTISMENT','Vehicle Manager'),(394,'_VEHICLE_MANAGER_LABEL_BUYING','Vehicle Manager'),(395,'_VEHICLE_MANAGER_ADMIN_SALE_MANAGER','Vehicle Manager'),(396,'_VEHICLE_MANAGER_LABEL_BUTTON_BUY_VEHICLE','Vehicle Manager'),(397,'_VEHICLE_MANAGER_LABEL_BUTTON_HIDDEN_BUYING','Vehicle Manager'),(398,'_VEHICLE_MANAGER_LABEL_BUTTON_SEND_REQUEST','Vehicle Manager'),(399,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_EMAIL_SEND','Vehicle Manager'),(400,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_EMAIL_SEND_TT_HEAD','Vehicle Manager'),(401,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_EMAIL_SEND_TT_BODY','Vehicle Manager'),(402,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_EMAIL_REGISTRATIONLEVEL','Vehicle Manager'),(403,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_EMAIL_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(404,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_EMAIL_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(405,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_EMAIL','Vehicle Manager'),(406,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_EMAIL_TT_HEAD','Vehicle Manager'),(407,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_EMAIL_TT_BODY','Vehicle Manager'),(408,'_VEHICLE_MANAGER_ADMIN_CONFIG','Vehicle Manager'),(409,'_VEHICLE_MANAGER_ADMIN_REMOVE_MAIN_PHOTO','Vehicle Manager'),(410,'_VEHICLE_MANAGER_ADMIN_NEW_PHOTO','Vehicle Manager'),(411,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_TAB_SHOW','Vehicle Manager'),(412,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_TAB_SHOW_TT_HEAD','Vehicle Manager'),(413,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_TAB_SHOW_TT_BODY','Vehicle Manager'),(414,'_VEHICLE_MANAGER_ADMIN_CONFIG_LOCATION_TAB_SHOW','Vehicle Manager'),(415,'_VEHICLE_MANAGER_ADMIN_CONFIG_LOCATION_TAB_SHOW_TT_HEAD','Vehicle Manager'),(416,'_VEHICLE_MANAGER_ADMIN_CONFIG_LOCATION_TAB_SHOW_TT_BODY','Vehicle Manager'),(417,'_VEHICLE_MANAGER_LABEL_BUTTON_ADD_VEHICLE','Vehicle Manager'),(418,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_BUTTON_SHOW','Vehicle Manager'),(419,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_BUTTON_SHOW_TT_HEAD','Vehicle Manager'),(420,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_BUTTON_SHOW_TT_BODY','Vehicle Manager'),(421,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_BUTTON_REGISTRATIONLEVEL','Vehicle Manager'),(422,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_BUTTON_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(423,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_BUTTON_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(424,'_VEHICLE_MANAGER_ADMIN_CONFIG_PDF_BUTTON_SHOW','Vehicle Manager'),(425,'_VEHICLE_MANAGER_ADMIN_CONFIG_PDF_BUTTON_SHOW_TT_HEAD','Vehicle Manager'),(426,'_VEHICLE_MANAGER_ADMIN_CONFIG_PDF_BUTTON_SHOW_TT_BODY','Vehicle Manager'),(427,'_VEHICLE_MANAGER_ADMIN_CONFIG_PDF_BUTTON_REGISTRATIONLEVEL','Vehicle Manager'),(428,'_VEHICLE_MANAGER_ADMIN_CONFIG_PDF_BUTTON_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(429,'_VEHICLE_MANAGER_ADMIN_CONFIG_PDF_BUTTON_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(430,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRINT_BUTTON_SHOW','Vehicle Manager'),(431,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRINT_BUTTON_SHOW_TT_HEAD','Vehicle Manager'),(432,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRINT_BUTTON_SHOW_TT_BODY','Vehicle Manager'),(433,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRINT_BUTTON_REGISTRATIONLEVEL','Vehicle Manager'),(434,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRINT_BUTTON_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(435,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRINT_BUTTON_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(436,'_VEHICLE_MANAGER_ADMIN_CONFIG_MAILTO_BUTTON_SHOW','Vehicle Manager'),(437,'_VEHICLE_MANAGER_ADMIN_CONFIG_MAILTO_BUTTON_SHOW_TT_HEAD','Vehicle Manager'),(438,'_VEHICLE_MANAGER_ADMIN_CONFIG_MAILTO_BUTTON_SHOW_TT_BODY','Vehicle Manager'),(439,'_VEHICLE_MANAGER_ADMIN_CONFIG_MAILTO_BUTTON_REGISTRATIONLEVEL','Vehicle Manager'),(440,'_VEHICLE_MANAGER_ADMIN_CONFIG_MAILTO_BUTTON_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(441,'_VEHICLE_MANAGER_ADMIN_CONFIG_MAILTO_BUTTON_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(442,'_VEHICLE_MANAGER_LABEL_CONTACTS','Vehicle Manager'),(443,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACTS_SHOW','Vehicle Manager'),(444,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACTS_SHOW_TT_HEAD','Vehicle Manager'),(445,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACTS_SHOW_TT_BODY','Vehicle Manager'),(446,'_VEHICLE_MANAGER_ADMIN_CONFIG_PHOTOS_DOWNLOAD_LOCATION','Vehicle Manager'),(447,'_VEHICLE_MANAGER_ADMIN_CONFIG_PHOTOS_DOWNLOAD_LOCATION_TT_BODY','Vehicle Manager'),(448,'_VEHICLE_MANAGER_ADMIN_CONFIG_PHOTOS_DOWNLOAD_LOCATION_TT_HEAD','Vehicle Manager'),(449,'_VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_FROM','Vehicle Manager'),(450,'_VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_UNTIL','Vehicle Manager'),(451,'_VEHICLE_MANAGER_LABEL_UNAVAILABLE_FOR_RENT','Vehicle Manager'),(452,'_VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT','Vehicle Manager'),(453,'_VEHICLE_MANAGER_LABEL_ADD_REQUEST_THANKS','Vehicle Manager'),(454,'_VEHICLE_MANAGER_HEADER_LOCATION','Vehicle Manager'),(455,'_VEHICLE_MANAGER_HEADER_MAIN','Vehicle Manager'),(456,'_VEHICLE_MANAGER_OPTION_SELECT','Vehicle Manager'),(457,'_VEHICLE_MANAGER_OPTION_FOR_RENT','Vehicle Manager'),(458,'_VEHICLE_MANAGER_OPTION_FOR_SALE','Vehicle Manager'),(459,'_VEHICLE_MANAGER_OPTION_PRICE_TYPE','Price Type'),(460,'_VEHICLE_MANAGER_OPTION_VEHICLE_TYPE','Vehicle Type'),(461,'_VEHICLE_MANAGER_OPTION_VEHICLE_CONDITION','Condition Status'),(462,'_VEHICLE_MANAGER_OPTION_TRANSMISSION','Transmission'),(463,'_VEHICLE_MANAGER_OPTION_LISTING_STATUS','Listing Status'),(464,'_VEHICLE_MANAGER_OPTION_DRIVE_TYPE','Drive Type'),(465,'_VEHICLE_MANAGER_OPTION_FUEL_TYPE','Fuel Type'),(466,'_VEHICLE_MANAGER_OPTION_NUMBER_OF_SPEEDS','Number of Speeds'),(467,'_VEHICLE_MANAGER_OPTION_NUMBER_OF_CYLINDERS','Number of Cylinders'),(468,'_VEHICLE_MANAGER_OPTION_NUMBER_OF_DOORS','Number of Doors'),(469,'_VEHICLE_MANAGER_LABEL_EDIT','Vehicle Manager'),(470,'_VEHICLE_MANAGER_LABEL_APPROVED','Vehicle Manager'),(471,'_VEHICLE_MANAGER_LABEL_MAKER','Vehicle Manager'),(472,'_VEHICLE_MANAGER_LABEL_SHOW_MY_CARS','Vehicle Manager'),(473,'_VEHICLE_MANAGER_LABEL_ALL','Vehicle Manager'),(474,'_VEHICLE_MANAGER_LABEL_PRICE_FROM','Vehicle Manager'),(475,'_VEHICLE_MANAGER_LABEL_PRICE_TO','Vehicle Manager'),(476,'_VEHICLE_MANAGER_CONFIG_VIEW_TYPE_LIST','Vehicle Manager'),(477,'_VEHICLE_MANAGER_CONFIG_VIEW_TYPE_GALLERY','Vehicle Manager'),(478,'_VEHICLE_MANAGER_CONFIG_VIEW_TYPE_LIST_GALLERY','Vehicle Manager'),(479,'_VEHICLE_MANAGER_LABEL_OWNER','Vehicle Manager'),(480,'_VEHICLE_MANAGER_ADMIN_FULL_XML','Vehicle Manager'),(481,'_VEHICLE_MANAGER_LABEL_ID','Vehicle Manager'),(482,'_VEHICLE_MANAGER_LABEL_ADD_VEHICLE','Vehicle Manager'),(483,'_VEHICLE_MANAGER_LABEL_PUBLISH','Vehicle Manager'),(484,'_VEHICLE_MANAGER_LABEL_UNPUBLISH','Vehicle Manager'),(485,'_VEHICLE_MANAGER_LABEL_DELETE','Vehicle Manager'),(486,'_VEHICLE_MANAGER_LABEL_BUTTON_RETURN_VEHICLE_FROM_RENT','Vehicle Manager'),(487,'_VEHICLE_MANAGER_LABEL_BUTTON_RENT','Vehicle Manager'),(488,'_VEHICLE_MANAGER_ERROR_HAVENOT_VEHICLES','Vehicle Manager'),(489,'_VEHICLE_MANAGER_ERROR_ACCESS_PAGE','Vehicle Manager'),(490,'_VEHICLE_MANAGER_CONFIG_RSS_SHOW','Vehicle Manager'),(491,'_VEHICLE_MANAGER_CONFIG_RSS_SHOW_TT_BODY','Vehicle Manager'),(492,'_VEHICLE_MANAGER_CONFIG_RSS_SHOW_TT_HEAD','Vehicle Manager'),(493,'_VEHICLE_MANAGER_CONFIG_RSS_REGISTRATIONLEVEL','Vehicle Manager'),(494,'_VEHICLE_MANAGER_CONFIG_RSS_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(495,'_VEHICLE_MANAGER_CONFIG_RSS_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(496,'_VEHICLE_MANAGER_ADMIN_CONFIG_APPROVE_ON_ADD','Vehicle Manager'),(497,'_VEHICLE_MANAGER_ADMIN_CONFIG_APPROVE_ON_ADD_TT_HEAD','Vehicle Manager'),(498,'_VEHICLE_MANAGER_ADMIN_CONFIG_APPROVE_ON_ADD_TT_BODY','Vehicle Manager'),(499,'_VEHICLE_MANAGER_ADMIN_CONFIG_APPROVE_REGISTRATIONLEVEL','Vehicle Manager'),(500,'_VEHICLE_MANAGER_ADMIN_CONFIG_APPROVE_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(501,'_VEHICLE_MANAGER_ADMIN_CONFIG_APPROVE_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(502,'_VEHICLE_MANAGER_CONFIG_VIEW_TYPE','Vehicle Manager'),(503,'_VEHICLE_MANAGER_CONFIG_VIEW_TYPE_TT_HEAD','Vehicle Manager'),(504,'_VEHICLE_MANAGER_CONFIG_VIEW_TYPE_TT_BODY','Vehicle Manager'),(505,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_LOCATION_MAP','Vehicle Manager'),(506,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_LOCATION_MAP_TT_HEAD','Vehicle Manager'),(507,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_LOCATION_MAP_TT_BODY','Vehicle Manager'),(508,'_VEHICLE_MANAGER_ADMIN_UPDATE','Vehicle Manager'),(509,'_VEHICLE_MANAGER_ADMIN_UPDATE_TT_HEAD','Vehicle Manager'),(510,'_VEHICLE_MANAGER_ADMIN_UPDATE_TT_BODY','Vehicle Manager'),(511,'_VEHICLE_MANAGER_CONFIG_OWNER_SHOW','Vehicle Manager'),(512,'_VEHICLE_MANAGER_CONFIG_OWNER_SHOW_TT_HEAD','Vehicle Manager'),(513,'_VEHICLE_MANAGER_CONFIG_OWNER_SHOW_TT_BODY','Vehicle Manager'),(514,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_ANSWER','Vehicle Manager'),(515,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_ANSWER_TT_HEAD','Vehicle Manager'),(516,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_ANSWER_TT_BODY','Vehicle Manager'),(517,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_ANSWER_ACCEPTED','Vehicle Manager'),(518,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_ANSWER_DECLINED','Vehicle Manager'),(519,'_VEHICLE_MANAGER_EMAIL_RENT_ANSWER_SUBJECT','Vehicle Manager'),(520,'_VEHICLE_MANAGER_EMAIL_RENT_ANSWER_PREMESSEGE','Vehicle Manager'),(521,'_VEHICLE_MANAGER_EMAIL_RENT_ANSWER_POSTMESSAGE','Vehicle Manager'),(522,'_VEHICLE_MANAGER_NO_PICTURE_BIG','Vehicle Manager'),(523,'_VEHICLE_MANAGER_LABEL_BUTTON_EDIT_VEHICLE','Vehicle Manager'),(524,'_VEHICLE_MANAGER_LABEL_TITLE_ADD_VEHICLE','Vehicle Manager'),(525,'_VEHICLE_MANAGER_LABEL_TITLE_EDIT_VEHICLE','Vehicle Manager'),(526,'_VEHICLE_MANAGER_LABEL_TITLE_MY_VEHICLES','Vehicle Manager'),(527,'_VEHICLE_MANAGER_CONFIG_OWNERSLIST_SHOW','Vehicle Manager'),(528,'_VEHICLE_MANAGER_CONFIG_OWNERSLIST_SHOW_TT_HEAD','Vehicle Manager'),(529,'_VEHICLE_MANAGER_CONFIG_OWNERSLIST_SHOW_TT_BODY','Vehicle Manager'),(530,'_VEHICLE_MANAGER_CONFIG_OWNERSLIST_REGISTRATIONLEVEL','Vehicle Manager'),(531,'_VEHICLE_MANAGER_CONFIG_OWNERSLIST_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(532,'_VEHICLE_MANAGER_CONFIG_OWNERSLIST_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(533,'_VEHICLE_MANAGER_LABEL_BUTTON_OWNERSLIST','Vehicle Manager'),(534,'_VEHICLE_MANAGER_LABEL_TITLE_OWNERSLIST','Vehicle Manager'),(535,'_VEHICLE_MANAGER_LABEL_OWNERS','Vehicle Manager'),(536,'_VEHICLE_MANAGER_LABEL_NUMBER_VEHICLES','Vehicle Manager'),(537,'_VEHICLE_MANAGER_LABEL_TITLE_USER_VEHICLES','Vehicle Manager'),(538,'_VEHICLE_MANAGER_ERROR_HAVENOT_VEHICLES_RSS','Vehicle Manager'),(539,'_VEHICLE_MANAGER_WARNING_NO_LOGIN','Vehicle Manager'),(540,'_VEHICLE_MANAGER_LABEL_TITLE_RENT_REQUEST','Vehicle Manager'),(541,'_VEHICLE_MANAGER_ERROR_NO_FIND_ID','Vehicle Manager'),(542,'_VEHICLE_MANAGER_ERROR_VEHICLE_NOT_PUBLISHED','Vehicle Manager'),(543,'_VEHICLE_MANAGER_ERROR_VEHICLE_NOT_APPROVED','Vehicle Manager'),(544,'_VEHICLE_MANAGER_ERROR_CATEGORIES','Vehicle Manager'),(545,'_VEHICLE_MANAGER_DELETE_VEHICLES','Vehicle Manager'),(546,'_VEHICLE_MANAGER_ERROR_NOT_SELECTED','Vehicle Manager'),(547,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_FORM','Vehicle Manager'),(548,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_FORM_TT_BODY','Vehicle Manager'),(549,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_FORM_TT_HEAD','Vehicle Manager'),(550,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_FORM_DESCTIPTION','Vehicle Manager'),(551,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_ANSWER','Vehicle Manager'),(552,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_ANSWER_TT_HEAD','Vehicle Manager'),(553,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_ANSWER_TT_BODY','Vehicle Manager'),(554,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_FORM','Vehicle Manager'),(555,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_FORM_TT_BODY','Vehicle Manager'),(556,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_FORM_TT_HEAD','Vehicle Manager'),(557,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_FORM_DESCTIPTION','Vehicle Manager'),(558,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_ANSWER_ACCEPTED','Vehicle Manager'),(559,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_ANSWER_DECLINED','Vehicle Manager'),(560,'_VEHICLE_MANAGER_ADMIN_CONFIG_PUBLISH_ON_ADD','Vehicle Manager'),(561,'_VEHICLE_MANAGER_ADMIN_CONFIG_PUBLISH_ON_ADD_TT_HEAD','Vehicle Manager'),(562,'_VEHICLE_MANAGER_ADMIN_CONFIG_PUBLISH_ON_ADD_TT_BODY','Vehicle Manager'),(563,'_VEHICLE_MANAGER_ADMIN_CONFIG_PUBLISH_REGISTRATIONLEVEL','Vehicle Manager'),(564,'_VEHICLE_MANAGER_ADMIN_CONFIG_PUBLISH_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(565,'_VEHICLE_MANAGER_ADMIN_CONFIG_PUBLISH_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(566,'_VEHICLE_MANAGER_LABEL_DATE','Vehicle Manager'),(567,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY','Vehicle Manager'),(568,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY_TT_HEAD','Vehicle Manager'),(569,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY_TT_BODY','Vehicle Manager'),(570,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY_DAYS','Vehicle Manager'),(571,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY_DAYS_TT_HEAD','Vehicle Manager'),(572,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY_DAYS_TT_BODY','Vehicle Manager'),(573,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY_EMAIL','Vehicle Manager'),(574,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY_EMAIL_TT_HEAD','Vehicle Manager'),(575,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY_EMAIL_TT_BODY','Vehicle Manager'),(576,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_EDIT_RENT','Vehicle Manager'),(577,'_VEHICLE_MANAGER_SHOW_RENT_EDIT','Vehicle Manager'),(578,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACTS_SHOW_REGISTRATIONLEVEL','Vehicle Manager'),(579,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACTS_SHOW_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(580,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACTS_SHOW_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(581,'_VEHICLE_MANAGER_ADMIN_CONFIG_LOCATION_TAB_SHOW_REGISTRATIONLEVEL','Vehicle Manager'),(582,'_VEHICLE_MANAGER_ADMIN_CONFIG_LOCATION_TAB_SHOW_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(583,'_VEHICLE_MANAGER_ADMIN_CONFIG_LOCATION_TAB_SHOW_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(584,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_TAB_SHOW_REGISTRATIONLEVEL','Vehicle Manager'),(585,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_TAB_SHOW_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(586,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEWS_TAB_SHOW_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(587,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYSTATUS_SHOW','Vehicle Manager'),(588,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYSTATUS_SHOW_TT_HEAD','Vehicle Manager'),(589,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYSTATUS_SHOW_TT_BODY','Vehicle Manager'),(590,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYREQUEST_REGISTRATIONLEVEL','Vehicle Manager'),(591,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYREQUEST_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(592,'_VEHICLE_MANAGER_ADMIN_CONFIG_BUYREQUEST_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(593,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_VECHICLE_EMAIL_SEND','Vehicle Manager'),(594,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_VECHICLE_EMAIL_SEND_TT_HEAD','Vehicle Manager'),(595,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_VECHICLE_EMAIL_SEND_TT_BODY','Vehicle Manager'),(596,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_VECHICLE_EMAIL_SEND_REGISTRATIONLEVEL','Vehicle Manager'),(597,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_VECHICLE_EMAIL_SEND_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(598,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADD_VECHICLE_EMAIL_SEND_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(599,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_FIELDS_IN_LIST_VIEW','Vehicle Manager'),(600,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_FIELDS_IN_LIST_VIEW_DETAILS1','Vehicle Manager'),(601,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_FIELDS_IN_LIST_VIEW_DETAILS2','Vehicle Manager'),(602,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_FIELDS_IN_LIST_VIEW_DETAILS3','Vehicle Manager'),(603,'_VEHICLE_MANAGER_LABEL_CBMAIN','Vehicle Manager'),(604,'_VEHICLE_MANAGER_LABEL_CBVEHICLES','Vehicle Manager'),(605,'_VEHICLE_MANAGER_LABEL_CBEDIT','Vehicle Manager'),(606,'_VEHICLE_MANAGER_LABEL_CBRENT','Vehicle Manager'),(607,'_VEHICLE_MANAGER_LABEL_CBBUY','Vehicle Manager'),(608,'_VEHICLE_MANAGER_LABEL_CBHISTORY','Vehicle Manager'),(609,'_VEHICLE_MANAGER_LABEL_CBVEHICLES_TO','Vehicle Manager'),(610,'_VEHICLE_MANAGER_LABEL_CBEDIT_TO','Vehicle Manager'),(611,'_VEHICLE_MANAGER_LABEL_CBRENT_TO','Vehicle Manager'),(612,'_VEHICLE_MANAGER_LABEL_CBBUY_TO','Vehicle Manager'),(613,'_VEHICLE_MANAGER_LABEL_CBHISTORY_TO','Vehicle Manager'),(614,'_VEHICLE_MANAGER_LABEL_CBVEHICLES_TT','Vehicle Manager'),(615,'_VEHICLE_MANAGER_LABEL_CBEDIT_TT','Vehicle Manager'),(616,'_VEHICLE_MANAGER_LABEL_CBRENT_TT','Vehicle Manager'),(617,'_VEHICLE_MANAGER_LABEL_CBBUY_TT','Vehicle Manager'),(618,'_VEHICLE_MANAGER_LABEL_CBHISTORY_TT','Vehicle Manager'),(619,'_VEHICLE_MANAGER_LABEL_CBVEHICLES_RL','Vehicle Manager'),(620,'_VEHICLE_MANAGER_LABEL_CBVEHICLES_ML','Vehicle Manager'),(621,'_VEHICLE_MANAGER_LABEL_CBVEHICLES_ML_BODY','Vehicle Manager'),(622,'_VEHICLE_MANAGER_LABEL_CBEDIT_RL','Vehicle Manager'),(623,'_VEHICLE_MANAGER_LABEL_CBEDIT_ML','Vehicle Manager'),(624,'_VEHICLE_MANAGER_LABEL_CBRENT_RL','Vehicle Manager'),(625,'_VEHICLE_MANAGER_LABEL_CBRENT_ML','Vehicle Manager'),(626,'_VEHICLE_MANAGER_LABEL_CBBUY_RL','Vehicle Manager'),(627,'_VEHICLE_MANAGER_LABEL_CBBUY_ML','Vehicle Manager'),(628,'_VEHICLE_MANAGER_LABEL_CBHISTORY_RL','Vehicle Manager'),(629,'_VEHICLE_MANAGER_LABEL_CBHISTORY_ML','Vehicle Manager'),(630,'_VEHICLE_MANAGER_LABEL_CALENDAR_TITLE','Vehicle Manager'),(631,'_VEHICLE_MANAGER_LABEL_CALENDAR_WEEK','Vehicle Manager'),(632,'_VEHICLE_MANAGER_LABEL_CALENDAR_WEEKEND','Vehicle Manager'),(633,'_VEHICLE_MANAGER_LABEL_CALENDAR_MIDWEEK','Vehicle Manager'),(634,'_VEHICLE_MANAGER_LABEL_CALENDAR_YEAR','Vehicle Manager'),(635,'_VEHICLE_MANAGER_LABEL_CALENDAR_MONTH','Vehicle Manager'),(636,'_VEHICLE_MANAGER_LABEL_CALENDAR_CALENDAR','Vehicle Manager'),(637,'_VEHICLE_MANAGER_LABEL_CALENDAR_ADD_PRICE','Vehicle Manager'),(638,'_VEHICLE_MANAGER_LABEL_CALENDAR_SELECT_DELETE','Vehicle Manager'),(639,'_VEHICLE_MANAGER_LABEL_CALENDAR_AVAILABLE','Vehicle Manager'),(640,'_VEHICLE_MANAGER_LABEL_CALENDAR_NOT_AVAILABLE','Vehicle Manager'),(641,'_VEHICLE_MANAGER_LABEL_CALENDAR_NEW_PRICE','Vehicle Manager'),(642,'_VEHICLE_MANAGER_BUTTON_CALENDAR_ADD_NEW_PRICE','Vehicle Manager'),(643,'_VEHICLE_MANAGER_TAB_CALENDAR','Vehicle Manager'),(644,'_VEHICLE_MANAGER_CONFIG_CALENDARLIST_REGISTRATIONLEVEL','Vehicle Manager'),(645,'_VEHICLE_MANAGER_CONFIG_CALENDARLIST_REGISTRATIONLEVEL_TT_HEAD','Vehicle Manager'),(646,'_VEHICLE_MANAGER_CONFIG_CALENDARLIST_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(647,'_VEHICLE_MANAGER_CONFIG_CALENDARLIST_SHOW','Vehicle Manager'),(648,'_VEHICLE_MANAGER_CONFIG_CALENDARLIST_SHOW_TT_HEAD','Vehicle Manager'),(649,'_VEHICLE_MANAGER_CONFIG_CALENDARLIST_SHOW_TT_BODY','Vehicle Manager'),(650,'_VEHICLE_MANAGER_CONFIG_CALENDAR_SHOW','Vehicle Manager'),(651,'_VEHICLE_MANAGER_CONFIG_CALENDAR_SHOW_TT_HEAD','Vehicle Manager'),(652,'_VEHICLE_MANAGER_CONFIG_CALENDAR_SHOW_TT_BODY','Vehicle Manager'),(653,'_VEHICLE_MANAGER_ADMIN_CONFIG_PLACEHOLDER','Vehicle Manager'),(654,'_VEHICLE_MANAGER_ADMIN_CONFIG_PLACEHOLDER_TT_BODY','Vehicle Manager'),(655,'_VEHICLE_MANAGER_ADMIN_CONFIG_PLACEHOLDER_TT_HEAD','Vehicle Manager'),(656,'_VEHICLE_MANAGER_ADMIN_FEATURED_MANAGER','Vehicle Manager'),(657,'_VEHICLE_MANAGER_LABEL_FEATURED_MANAGER_FEATURE','Vehicle Manager'),(658,'_VEHICLE_MANAGER_LABEL_FEATURED_MANAGER_CATEGORY','Vehicle Manager'),(659,'_VEHICLE_MANAGER_LABEL_FEATURED_MANAGER_PUBLISHED','Vehicle Manager'),(660,'_VEHICLE_MANAGER_LABEL_FEATURED_MANAGER_NAME_ALIAS','Vehicle Manager'),(661,'_VEHICLE_MANAGER_LABEL_FEATURED_MANAGER_CATEGORY_ALIAS','Vehicle Manager'),(662,'_VEHICLE_MANAGER_LABEL_FEATURED_MANAGER_FEATURE_MANAGER','Vehicle Manager'),(663,'_VEHICLE_MANAGER_LABEL_FEATURED_MANAGER_IMAGE','Vehicle Manager'),(664,'_VEHICLE_MANAGER_LABEL_FEATURED_MANAGER_REMOVE','Vehicle Manager'),(665,'_VEHICLE_MANAGER_LABEL_FEATURED_MANAGER_RECOMMENDED_IMAGE','Vehicle Manager'),(666,'_VEHICLE_MANAGER_ADMIN_CONFIG_MANAGER_FEATURE_CATEGORIES','Vehicle Manager'),(667,'_VEHICLE_MANAGER_ADMIN_CONFIG_MANAGER_FEATURE_CATEGORIES_TT_BODY','Vehicle Manager'),(668,'_VEHICLE_MANAGER_ADMIN_CONFIG_MANAGER_FEATURE_CATEGORIES_TT_HEAD','Vehicle Manager'),(669,'_VEHICLE_MANAGER_ADMIN_CONFIG_MANAGER_FEATURE_IMAGE','Vehicle Manager'),(670,'_VEHICLE_MANAGER_ADMIN_CONFIG_MANAGER_FEATURE_IMAGE_TT_BODY','Vehicle Manager'),(671,'_VEHICLE_MANAGER_ADMIN_CONFIG_MANAGER_FEATURE_IMAGE_TT_HEAD','Vehicle Manager'),(672,'_VEHICLE_MANAGER_ADMIN_CONFIG_MANAGER_FEATURE_CATEGORIES_SHOW','Vehicle Manager'),(673,'_VEHICLE_MANAGER_ADMIN_CONFIG_MANAGER_FEATURE_CATEGORIES_SHOW_TT_BODY','Vehicle Manager'),(674,'_VEHICLE_MANAGER_ADMIN_CONFIG_MANAGER_FEATURE_CATEGORIES_SHOW_TT_HEAD','Vehicle Manager'),(675,'_VEHICLE_MANAGER_ADMIN_CONFIG_CURRENCY','Vehicle Manager'),(676,'_VEHICLE_MANAGER_ADMIN_CONFIG_CURRENCY_TT_BODY','Vehicle Manager'),(677,'_VEHICLE_MANAGER_ADMIN_CONFIG_CURRENCY_TT_HEAD','Vehicle Manager'),(678,'_VEHICLE_MANAGER_ADMIN_CONFIG_SALE_SEPARATOR_SHOW','Vehicle Manager'),(679,'_VEHICLE_MANAGER_ADMIN_CONFIG_SALE_SEPARATOR_SHOW_TT_BODY','Vehicle Manager'),(680,'_VEHICLE_MANAGER_ADMIN_CONFIG_SALE_SEPARATOR_SHOW_TT_HEAD','Vehicle Manager'),(681,'_VEHICLE_MANAGER_LABEL_GEOCOOR','Vehicle Manager'),(682,'_VEHICLE_MANAGER_LABEL_LANGUAGE','Vehicle Manager'),(683,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA1_SHOW','Vehicle Manager'),(684,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA2_SHOW','Vehicle Manager'),(685,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA3_SHOW','Vehicle Manager'),(686,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA4_SHOW','Vehicle Manager'),(687,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA5_SHOW','Vehicle Manager'),(688,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA6_SHOW','Vehicle Manager'),(689,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA7_SHOW','Vehicle Manager'),(690,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA8_SHOW','Vehicle Manager'),(691,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA9_SHOW','Vehicle Manager'),(692,'_VEHICLE_MANAGER_ADMIN_CONFIG_EXTRA10_SHOW','Vehicle Manager'),(693,'_VEHICLE_MANAGER_LABEL_EXTRA','Vehicle Manager'),(694,'_VEHICLE_MANAGER_LABEL_EXTRA1','Vehicle Manager'),(695,'_VEHICLE_MANAGER_LABEL_EXTRA2','Vehicle Manager'),(696,'_VEHICLE_MANAGER_LABEL_EXTRA3','Vehicle Manager'),(697,'_VEHICLE_MANAGER_LABEL_EXTRA4','Vehicle Manager'),(698,'_VEHICLE_MANAGER_LABEL_EXTRA5','Vehicle Manager'),(699,'_VEHICLE_MANAGER_LABEL_EXTRA6','Vehicle Manager'),(700,'_VEHICLE_MANAGER_LABEL_EXTRA7','Vehicle Manager'),(701,'_VEHICLE_MANAGER_LABEL_EXTRA8','Vehicle Manager'),(702,'_VEHICLE_MANAGER_LABEL_EXTRA9','Vehicle Manager'),(703,'_VEHICLE_MANAGER_LABEL_EXTRA10','Vehicle Manager'),(704,'_VEHICLE_MANAGER_EXTRA6_SELECTLIST','Dropdown Field'),(705,'_VEHICLE_MANAGER_EXTRA7_SELECTLIST','Dropdown Field'),(706,'_VEHICLE_MANAGER_EXTRA8_SELECTLIST','Dropdown Field'),(707,'_VEHICLE_MANAGER_EXTRA9_SELECTLIST','Dropdown Field'),(708,'_VEHICLE_MANAGER_EXTRA10_SELECTLIST','Dropdown Field'),(709,'_VEHICLE_MANAGER_SETTINGS_TAB_LABEL_VEHICLE_PAGE_SETTINGS','Vehicle Manager'),(710,'_VEHICLE_MANAGER_SETTINGS_TAB_LABEL_CATEGORY_PAGE_SETTINGS','Vehicle Manager'),(711,'_VEHICLE_MANAGER_SETTINGS_TAB_LABEL_EMAIL_AND_NOTIFICATION_SETTINGS','Vehicle Manager'),(712,'_VEHICLE_MANAGER_SETTINGS_TAB_LABEL_ADMINISTRATOR_SETTINGS','Vehicle Manager'),(713,'_VEHICLE_MANAGER_SETTINGS_TAB_LABEL_PLUGINS_SETTINGS','Vehicle Manager'),(714,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_VEHICLE_IMAGE_SETTINGS','Vehicle Manager'),(715,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_TABS_MANAGER','Vehicle Manager'),(716,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_SELLER_CONTACT_SETTINGS','Vehicle Manager'),(717,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_FEATURE_LIST_SETTINGS','Vehicle Manager'),(718,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_EXTRA_FIELDS_MANAGER','Vehicle Manager'),(719,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_RENT_REQUEST_OPTIONS','Vehicle Manager'),(720,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_BUY_REQUEST_OPTIONS','Vehicle Manager'),(721,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_EDOCUMENT_OPTIONS','Vehicle Manager'),(722,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_PRICE_OPTIONS','Vehicle Manager'),(723,'_VEHICLE_MANAGER_BUTTON_SHOW_ADDRESS','Vehicle Manager'),(724,'_VEHICLE_MANAGER_ADD_VEHICLE_TAB_LABEL_GENERAL_INFO','Vehicle Manager'),(725,'_VEHICLE_MANAGER_ADD_VEHICLE_TAB_LABEL_SPECIFICATIONS','Vehicle Manager'),(726,'_VEHICLE_MANAGER_ADD_VEHICLE_TAB_LABEL_PHOTOS_AND_DOCUMENETS','Vehicle Manager'),(727,'_VEHICLE_MANAGER_ADD_VEHICLE_TAB_LABEL_ADDITIONAL_INFO','Vehicle Manager'),(728,'_VEHICLE_MANAGER_ADD_VEHICLE_TAB_LABEL_SELLER_CONTACTS','Vehicle Manager'),(729,'_VEHICLE_MANAGER_ADD_VEHICLE_TAB_LABEL_REQUIRED_FIELDS','Vehicle Manager'),(730,'_VEHICLE_MANAGER_ADD_VEHICLE_TAB_LABEL_VEHICLE_DETAILS','Vehicle Manager'),(731,'_VEHICLE_MANAGER_ADD_VEHICLE_TAB_LABEL_ATTACHMENT_DOCUMENTS','Vehicle Manager'),(732,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOGAL_SIZE','Vehicle Manager'),(733,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOGAL_SIZE_TT_HEAD','Vehicle Manager'),(734,'_VEHICLE_MANAGER_ADMIN_CONFIG_FOTOGAL_SIZE_TT_BODY','Vehicle Manager'),(735,'_VEHICLE_MANAGER_ADMIN_LANGUAGE_MANAGER','Vehicle Manager'),(736,'_VEHICLE_MANAGER_LABEL_LANGUAGE_MANAGER_LANG_TAG','Vehicle Manager'),(737,'_VEHICLE_MANAGER_ADMIN_LANGUAGE_MANAGER_CONST','Vehicle Manager'),(738,'_VEHICLE_MANAGER_ADMIN_LANGUAGE_MANAGER_VALUE_CONST','Vehicle Manager'),(739,'_VEHICLE_MANAGER_ADMIN_LANGUAGE_MANAGER_SYS_TYPE','Vehicle Manager'),(740,'_VEHICLE_MANAGER_ADMIN_ALL_CATEGORIES_LAYOUT','Vehicle Manager'),(741,'_VEHICLE_MANAGER_ADMIN_SINGLE_CATEGORY_LAYOUT','Vehicle Manager'),(742,'_VEHICLE_MANAGER_ADMIN_VEHICLE_PAGE_LAYOUT','Vehicle Manager'),(743,'_VEHICLE_MANAGER_ADMIN_ALL_VECHICLE_LAYOUT','Vehicle Manager'),(744,'_VEHICLE_MANAGER_SETTINGS_COMMON_SETTINGS','Vehicle Manager'),(745,'_VEHICLE_MANAGER_ALLOWED_EXTS','Vehicle Manager'),(746,'_VEHICLE_MANAGER_ALLOWED_EXTS_IMG','Vehicle Manager'),(747,'_VEHICLE_MANAGER_PRICE_FORMAT','Price Format'),(748,'_VEHICLE_MANAGER_DATE_TIME_FORMAT','Vehicle Manager'),(749,'_VEHICLE_MANAGER_DATE_FORMAT','Vehicle Manager'),(750,'_VEHICLE_MANAGER_TIME_FORMAT','Vehicle Manager'),(751,'_VEHICLE_MANAGER_DATE','Vehicle Manager'),(752,'_VEHICLE_MANAGER_TIME','Vehicle Manager'),(753,'_VEHICLE_MANAGER_PRICE_UNIT_SHOW','Vehicle Manager'),(754,'_VEHICLE_MANAGER_PRICE_UNIT_SHOW_AFTER','Vehicle Manager'),(755,'_VEHICLE_MANAGER_PRICE_UNIT_SHOW_BEFORE','Vehicle Manager'),(756,'_VEHICLE_MANAGER_PRICE_FORMAT_INFO','Vehicle Manager'),(757,'_VEHICLE_MANAGER_PRICE_UNIT_SHOW_INFO','Vehicle Manager'),(758,'_VEHICLE_MANAGER_LABEL_OWNER_CUSTOM_EMAIL','Vehicle Manager'),(759,'_VEHICLE_MANAGER_TEXT_MAIN_IMAGE_ABSENT','Vehicle Manager'),(760,'_VEHICLE_MANAGER_TEXT_PHOTOS_TO_REMOVE','Vehicle Manager'),(761,'_VEHICLE_MANAGER_BUTTON_NEW_PICTURES_UPLOAD','Vehicle Manager'),(762,'_VEHICLE_MANAGER_LABEL_ORDER_BY','Vehicle Manager'),(763,'_VEHICLE_MANAGER_TEXT_NO_REVIEWS_FOR_VEHICLE','Vehicle Manager'),(764,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_ADD_VEHICLE','Email Notification'),(765,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_REVIEW','Email Notification'),(766,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_RENT_REQUEST','Email Notification'),(767,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_RENT_REQUEST_ANSWER','Email Notification'),(768,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_BUYING_REQUEST','Email Notification'),(769,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_BUYING_REQUEST_ANSWER','Email Notification'),(770,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_RENT_BEFORE_END','Email Notification'),(771,'_VEHICLE_MANAGER_LABEL_SEARCH_LAYOUT','Vehicle Manager'),(772,'_VEHICLE_MANAGER_ADMIN_CONFIG_INFO_SELECT_LAYOUT','Vehicle Manager'),(773,'_VEHICLE_MANAGER_ADMIN_CONFIG_LICENSE_TEXT','License Text'),(774,'_VEHICLE_MANAGER_ADMIN_RENT_REQUESTS','Vehicle Manager'),(775,'_VEHICLE_MANAGER_ADMIN_SALE_MANAGER_MENU','Vehicle Manager'),(776,'_VEHICLE_MANAGER_ADMIN_FEATURES_MANAGER_MENU','Vehicle Manager'),(777,'_VEHICLE_MANAGER_ADMIN_IMPORT_EXPORT','Vehicle Manager'),(778,'_VEHICLE_MANAGER_LABEL_LANGUAGE_MENU','Vehicle Manager'),(779,'_VEHICLE_MANAGER_ADMIN_LABEL_SETTINGS','Vehicle Manager'),(780,'_VEHICLE_MANAGER_ADMIN_GROUP','Group'),(781,'_VEHICLE_MANAGER_ADMIN_COUNT_OF_CARS','Count of cars'),(782,'_VEHICLE_MANAGER_ADMIN_COUNT_OF_CARS_HELP','How many cars users can publish from a specific group.'),(783,'_VEHICLE_MANAGER_ADMIN_SHOW_PAYPAL_BUY','Show PayPal buy'),(784,'_VEHICLE_MANAGER_ADMIN_ALLOW_PAYPAL_BUY','Allow PayPal buy'),(785,'_VEHICLE_MANAGER_ADMIN_SHOW_PAYPAL_RENT','Show PayPal rent'),(786,'_VEHICLE_MANAGER_ADMIN_ALLOW_PAYPAL_RENT','Allow PayPal rent'),(787,'_VEHICLE_MANAGER_ADMIN_YOUR_PAY_PAL_EMAIL','Your PayPal email'),(788,'_VEHICLE_MANAGER_ADMIN_SUCCESSFUL_RETURN','Successful return url'),(789,'_VEHICLE_MANAGER_ADMIN_AFTER_SUCCESSFUL_RETURN','After successful payment returns the buyer on your page.'),(790,'_VEHICLE_MANAGER_ADMIN_IMAGE_URL_PAYPAL','Image url'),(791,'_VEHICLE_MANAGER_ADMIN_AFTER_IMAGE_URL_PAYPAL','Add image to PayPal page.'),(792,'_VEHICLE_MANAGER_ADMIN_CANCEL_RETURN_URL','Cancel return url'),(793,'_VEHICLE_MANAGER_ADMIN_AFTER_CANCEL_RETURN_URL','If buyer press cancel in payment page, returns the buyer on your page.'),(794,'_VEHICLE_MANAGER_ADMIN_REAL_OF_TEST','Real(yes) or a test(no) PayPal account'),(795,'_VEHICLE_MANAGER_ADMIN_REAL_OF_TEST_LABLE','If real go to www.paypal.com else go to www.sandbox.paypal.com'),(796,'_VEHICLE_MANAGER_ADMIN_PAYPAL_LABLE','PayPal Options'),(797,'_VEHICLE_MANAGER_ADMIN_NUMBER_OF_PHOTOS','Number of photos'),(798,'_VEHICLE_MANAGER_ADMIN_NUMBER_OF_PHOTOS_HELP','How many photos in gallery users can publish from a specific group.'),(799,'_VEHICLE_MANAGER_TOTAL_PRICE','Total price: '),(800,'_VEHICLE_MANAGER_RENT_CAR_NOW_BY_PAYPAL','Go now to PayPal'),(801,'_VEHICLE_MANAGER_RENT_SPECIAL_PRICE_PER_DAY','Special price per day'),(802,'_VEHICLE_MANAGER_RENT_SPECIAL_PRICE_PER_NIGHT','Special price per night'),(803,'_VEHICLE_MANAGER_RENT_ADD_SPECIAL_PRICE','Add new special price and save'),(804,'_VEHICLE_MANAGER_FROM','From'),(805,'_VEHICLE_MANAGER_TO','To'),(806,'_VEHICLE_MANAGER_RENT_PRICE_PER_DAY','Price per day'),(807,'_VEHICLE_MANAGER_RENT_CALCULATE','Сalculate'),(808,'_VEHICLE_MANAGER_RENT_SPECIAL_PRICE_AND_RENT_TIME','Special price and rent time'),(809,'_VEHICLE_MANAGER_RENT_SPECIAL_PRICE_YES_NO','Special price per day(\"yes\") or per night(\"no\")'),(810,'_VEHICLE_MANAGER_RENT_SPECIAL_PRICE_YES_NO_HELP','if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 night)'),(811,'_VEHICLE_MANAGER_SETTINGS_TAB_LABEL_PRICE','Pay'),(812,'_VEHICLE_MANAGER_LABEL_LANGUAGE_NAME','Language'),(813,'_VEHICLE_MANAGER_LABEL_SELECT_LANGUAGE','Select Language'),(814,'_VEHICLE_MANAGER_LABEL_CLON_CAR','Clone'),(815,'_VEHICLE_MANAGER_ADMIN_ABOUT_ORDERS','Orders'),(816,'_VEHICLE_MANAGER_CANCEL_URL_TEXT','Message for Cancel URL text'),(817,'_VEHICLE_MANAGER_SUCCESSES_URL_TEXT','Message for Successes URL text'),(818,'_VEHICLE_MANAGER_LOCATION_MARKER','/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(819,'_VEHICLE_MANAGER_HEADER_CATEGORY_OPTIONS','Category Options'),(820,'_VEHICLE_MANAGERHEADER_LABEL_EMAIL_NOTIFICATION_OPTIONS','Email Notification Options'),(821,'_VEHICLE_MANAGERHEADER_LABEL_REVIEW_NOTIFICATION_OPTIONS','Review Notification Options'),(822,'_VEHICLE_MANAGER_ORDERS_ID','Orders'),(823,'_VEHICLE_MANAGER_ORDERS_TITLE','Orders'),(824,'_VEHICLE_MANAGER_ORDERS_EMAIL','Orders'),(825,'_VEHICLE_MANAGER_ORDERS_DATE','Orders'),(826,'_VEHICLE_MANAGER_ORDERS_STATUS','Orders'),(827,'_VEHICLE_MANAGER_ORDERS_PRICE','Orders'),(828,'_VEHICLE_MANAGER_ORDERS_PAID','Orders'),(829,'_VEHICLE_MANAGER_ORDERS_DETAILS','Orders'),(830,'_VEHICLE_MANAGER_ORDERS_USER','Orders'),(831,'_VEHICLE_MANAGER_ORDERS_USER_NAME','Orders'),(832,'_VEHICLE_MANAGER_ORDERS_DET_ACCEPT','Orders'),(833,'_VEHICLE_MANAGER_ORDERS_DET_SYSTEM','Orders'),(834,'_VEHICLE_MANAGER_ORDERS_DET_EMAIL','Orders'),(835,'_VEHICLE_MANAGER_ORDERS_DET_REASON','Orders'),(836,'_VEHICLE_MANAGER_PAYPAL_ERROR','Orders'),(837,'_VEHICLE_MANAGER_ADMIN_INFOTEXT_JS_EDIT_PRICE','Vehicle Manager'),(838,'_VEHICLE_MANAGER_TO_ADD_SPRICE_YOU_NEED','Vehicle Manager'),(839,'_VEHICLE_MANAGER_ADMIN_THUMBNAIL_SETTINGS','Vehicle Manager'),(840,'_VEHICLE_MANAGER_ADMIN_THUMBNAIL_TT_BODY','Vehicle Manager'),(841,'_VEHICLE_MANAGER_CANCEL_URL_TEXT_TT_BODY','Orders'),(842,'_VEHICLE_MANAGER_MESSAGE_UNSUCCESSFULL_PAYMENT','Orders'),(843,'_VEHICLE_MANAGER_SUCCESSES_URL_TEXT_TT_BODY','Orders'),(844,'_VEHICLE_MANAGER_MESSAGE_SUCCESSFULL_PAYMENT','Orders'),(845,'_VEHICLE_MANAGER_LABEL_VIDEO','Vehicle Manager'),(846,'_VEHICLE_MANAGER_LABEL_VIDEO_ATTRIBUTE','Vehicle Manager'),(847,'_VEHICLE_MANAGER_LABEL_VIDEO_DELETE','Vehicle Manager'),(848,'_VEHICLE_MANAGER_LABEL_ADD_NEW_VIDEO_FILE','Vehicle Manager'),(849,'_VEHICLE_MANAGER_LABEL_TRACK','Vehicle Manager'),(850,'_VEHICLE_MANAGER_LABEL_TRACK_UPLOAD_URL','Vehicle Manager'),(851,'_VEHICLE_MANAGER_LABEL_TRACK_DELETE','Vehicle Manager'),(852,'_VEHICLE_MANAGER_ADMIN_CONFIG_VIDEO','Vehicle Manager'),(853,'_VEHICLE_MANAGER_LABEL_ADD_NEW_TRACK','Vehicle Manager'),(854,'_VEHICLE_MANAGER_LABEL_VIDEO_ADD_ALTERNATIVE_VIDEO','Vehicle Manager'),(855,'_VEHICLE_MANAGER_LABEL_VIDEO_UPLOAD','Vehicle Manager'),(856,'_VEHICLE_MANAGER_LABEL_VIDEO_UPLOAD_URL','Vehicle Manager'),(857,'_VEHICLE_MANAGER_LABEL_VIDEO_UPLOAD_YOUTUBE_CODE','Vehicle Manager'),(858,'_VEHICLE_MANAGER_LABEL_PRIOTITY','Vehicle Manager'),(859,'_VEHICLE_MANAGER_LABEL_TRACK_UPLOAD_KIND','Vehicle Manager'),(860,'_VEHICLE_MANAGER_LABEL_TRACK_UPLOAD_SCRLANG','Vehicle Manager'),(861,'_VEHICLE_MANAGER_LABEL_TRACK_UPLOAD_LABEL','Vehicle Manager'),(862,'_VEHICLE_MANAGER_LABEL_TRACK_UPLOAD','Vehicle Manager'),(863,'_VEHICLE_MANAGER_LABEL_VIDEO_UPLOAD_ERROR','Vehicle Manager'),(864,'_VEHICLE_MANAGER_LABEL_TRACK_UPLOAD_ERROR','Vehicle Manager'),(865,'_VEHICLE_MANAGER_ADMIN_CONFIG_VIDEOS_DOWNLOAD_LOCATION','Vehicle Manager'),(866,'_VEHICLE_MANAGER_ADMIN_CONFIG_TRACKS_DOWNLOAD_LOCATION','Vehicle Manager'),(867,'_VEHICLE_MANAGER_ALLOWED_EXTS_VIDEO','Vehicle Manager'),(868,'_VEHICLE_MANAGER_ALLOWED_EXTS_TRACK','Vehicle Manager'),(869,'_VEHICLE_MANAGER_ADMIN_INFOTEXT_JS_TRACK_KIND','Vehicle Manager'),(870,'_VEHICLE_MANAGER_ADMIN_INFOTEXT_JS_TRACK_LANGUAGE','Vehicle Manager'),(871,'_VEHICLE_MANAGER_ADMIN_INFOTEXT_JS_TRACK_TITLE','Vehicle Manager'),(872,'_VEHICLE_MANAGER_SETTINGS_HEADER_LABEL_VIDEOTRATCK_OPTIONS','Vehicle Manager'),(873,'_VEHICLE_MANAGER_SETTINGS_FOR_GROUP','Vehicle Manager'),(874,'_VEHICLE_MANAGER_OPTION_UPDATE','Vehicle Manager'),(875,'_VEHICLE_MANAGER_HEADER_BUTTON','Vehicle Manager'),(876,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_LOCATION_MAP_FOTO','Vehicle Manager'),(877,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_LOCATION_MAP_FOTO_TT_BODY','Vehicle Manager'),(878,'_VEHICLE_MANAGER_SETTINGS_VIEW_VEHICLE_LAYOUT_SETTINGS','Vehicle Manager'),(879,'_VEHICLE_MANAGER_HEADER_FRONTEND_COMMON','Vehicle Manager'),(880,'_VEHICLE_MANAGER_HEADER_ALL_CATEGORY_OPTIONS','Vehicle Manager'),(881,'_VEHICLE_MANAGER_APPRAVE_PUBLISHED','Vehicle Manager'),(882,'_VEHICLE_MANAGER_APPRAVE_PUBLISHED_FOR','Vehicle Manager'),(883,'_VEHICLE_MANAGER_SETTINGS_HEADER_FRONTEND_COM_BUTTONS','Vehicle Manager'),(884,'_VEHICLE_MANAGER_SETTINGS_VIDEO_ERROR_POST_MAX_SIZE','Vehicle Manager'),(885,'_VEHICLE_MANAGER_SETTINGS_VIDEO_ERROR_UPLOAD_MAX_SIZE','Vehicle Manager'),(886,'_VEHICLE_MANAGER_SETTINGS_VIDEO_ERROR_UPLOAD_OFF','Vehicle Manager'),(887,'_VEHICLE_MANAGER_TOOLBAR_ADMIN_RENT_HISTORY','Vehicle Manager'),(888,'_VEHICLE_MANAGER_ADMIN_REQUEST_RENT_HISTORY','Vehicle Manager'),(889,'_VEHICLE_MANAGER_USER_RENT_HISTORY','Vehicle Manager'),(890,'_VEHICLE_MANAGER_ADMIN_USER_RENT_HISTORY','Vehicle Manager'),(891,'_VEHICLE_MANAGER_LABEL_OWNER_ID','Vehicle Manager'),(892,'_VEHICLE_MANAGER_LABEL_CONTACT_AGENT','Vehicle Manager'),(893,'_VEHICLE_MANAGER_LABEL_CONTACT_INFO','Vehicle Manager'),(894,'_VEHICLE_MANAGER_LABEL_VIEW_LISTING','Vehicle Manager'),(895,'_VEHICLE_MANAGER_LABEL_REVIEW_ADDED','Vehicle Manager'),(896,'_VEHICLE_MANAGER_LABEL_BUTTON_EDIT_VEHICLES','Vehicle Manager'),(897,'_VEHICLE_MANAGER_LABEL_VEHICLE_LOCATION','Vehicle Manager'),(898,'_VEHICLE_MANAGER_HEADER_EXTERIOR_INTERIOR','Vehicle Manager'),(899,'_VEHICLE_MANAGER_HEADER_ATTACHMENTS','Vehicle Manager'),(900,'_VEHICLE_MANAGER_ADMIN_ORDERS','Vehicle Manager'),(901,'_VEHICLE_MANAGER_MAX_PHOTOS_LIMIT','Vehicle Manager'),(902,'_VEHICLE_MANAGER_LABEL_MOD_MAP_SEARCH_ADDRESS_PLACEHOLDER','Vehicle Manager'),(903,'_VEHICLE_MANAGER_LABEL_MOD_MAP_SEARCH_RANGE','Vehicle Manager'),(904,'_VEHICLE_MANAGER_LABEL_MOD_SEARCH_CAT_PLACEHOLDER','Vehicle Manager'),(905,'_VEHICLE_MANAGER_LABEL_MOD_MAP_SEARCH_BUTTON','Vehicle Manager'),(906,'_VEHICLE_MANAGER_LABEL_SELECT_OTHER','Vehicle Manager'),(907,'_VEHICLE_MANAGER_NO_REVIEW','Vehicle Manager'),(908,'_VEHICLE_MANAGER_SETTINGS_HEADER_FRONTEND_CAPTCHA_OPTIONS','Vehicle Manager'),(909,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_CAPTCHA_SHOW','Vehicle Manager'),(910,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_CAPTCHA_SHOW_TT_BODY','Vehicle Manager'),(911,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_CAPTCHA_REGISTRATIONLEVEL','Vehicle Manager'),(912,'_VEHICLE_MANAGER_ADMIN_CONFIG_REVIEW_CAPTCHA_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(913,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACT_CAPTCHA_SHOW','Vehicle Manager'),(914,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACT_CAPTCHA_SHOW_TT_BODY','Vehicle Manager'),(915,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACT_CAPTCHA_REGISTRATIONLEVEL','Vehicle Manager'),(916,'_VEHICLE_MANAGER_ADMIN_CONFIG_CONTACT_CAPTCHA_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(917,'_VEHICLE_MANAGER_ADMIN_CONFIG_BOOKING_CAPTCHA_SHOW','Vehicle Manager'),(918,'_VEHICLE_MANAGER_ADMIN_CONFIG_BOOKING_CAPTCHA_SHOW_TT_BODY','Vehicle Manager'),(919,'_VEHICLE_MANAGER_ADMIN_CONFIG_BOOKING_CAPTCHA_REGISTRATIONLEVEL','Vehicle Manager'),(920,'_VEHICLE_MANAGER_ADMIN_CONFIG_BOOKING_CAPTCHA_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(921,'_VEHICLE_MANAGER_CONFIG_WISHLIST_SHOW','Vehicle Manager'),(922,'_VEHICLE_MANAGER_CONFIG_WISHLIST_SHOW_TT_BODY','Vehicle Manager'),(923,'_VEHICLE_MANAGER_CONFIG_WISHLIST_REGISTRATIONLEVEL','Vehicle Manager'),(924,'_VEHICLE_MANAGER_CONFIG_WISHLIST_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(925,'_VEHICLE_MANAGER_TOOLTIP_ADD_TO_WISHLIST','Vehicle Manager'),(926,'_VEHICLE_MANAGER_TOOLTIP_REMOVE_FROM_WISHLIST','Vehicle Manager'),(927,'_VEHICLE_MANAGER_SETTINGS_GOOGLE_MAP','Vehicle Manager'),(928,'_VEHICLE_MANAGER_ADMIN_CONFIG_API_KEY','Vehicle Manager'),(929,'_VEHICLE_MANAGER_ADMIN_CONFIG_API_KEY_TT_BODY','Vehicle Manager'),(930,'_VEHICLE_MANAGER_GOOGLEMAP_API_KEY_ERROR','Vehicle Manager'),(931,'_VEHICLE_MANAGER_GOOGLEMAP_API_KEY_LINK_MESSAGE','Vehicle Manager'),(932,'_VEHICLE_MANAGER_SETTINGS_HEADER_LAYOUT_SEARCH_RESULTS','Vehicle Manager'),(933,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_GOOGLE_MAP','Vehicle Manager'),(934,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_GOOGLE_MAP_TT_BODY','Vehicle Manager'),(935,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_GOOGLE_MAPS_REGISTRATIONLEVEL','Vehicle Manager'),(936,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_GOOGLE_MAP_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(937,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_ORDER_BY_FORM','Vehicle Manager'),(938,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_ORDER_BY_FORM_TT_BODY','Vehicle Manager'),(939,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_ORDER_BY_FORM_REGISTRATIONLEVEL','Vehicle Manager'),(940,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_ORDER_BY_FORM_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(941,'_VEHICLE_MANAGER_CONFIG_CONTACTLIST_SHOW','Vehicle Manager'),(942,'_VEHICLE_MANAGER_CONFIG_CONTACTLIST_SHOW_TT_BODY','Vehicle Manager'),(943,'_VEHICLE_MANAGER_CONFIG_CONTACTLIST_REGISTRATIONLEVEL','Vehicle Manager'),(944,'_VEHICLE_MANAGER_CONFIG_CONTACTLIST_REGISTRATIONLEVEL_TT_BODY','Vehicle Manager'),(945,'_VEHICLE_MANAGER_SETTINGS_GROUP_ACCESS_TO_EDIT_HEADER','Vehicle Manager'),(946,'_VEHICLE_MANAGER_SETTINGS_GROUP_ACCESS_TO_EDIT','Vehicle Manager'),(947,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_GROUP_ACCESS_EDIT_TT_BODY','Vehicle Manager'),(948,'_VEHICLE_MANAGER_ADMIN_CONFIG_SHOW_GROUP_ACCESS_EDIT','Vehicle Manager'),(949,'_VEHICLE_MANAGER_SELECT_ALL_USERS','Vehicle Manager'),(950,'VEHICLE_MANAGER_SELECT_PLUGIN','Select the plugin in Vehicle Manager settings!'),(951,'_VEHICLE_MANAGER_ADMIN_CONFIG_GOOGLE_CAPTCHA_SHOW','Vehicle Manager'),(952,'_VEHICLE_MANAGER_SHOW_GOOGLE_CAPTCHA_YES_NO','Vehicle Manager'),(953,'_VEHICLE_MANAGER_SHOW_GOOGLE_CAPTCHA_YES_NO_HELP','Vehicle Manager'),(954,'_VEHICLE_MANAGER_MANDATORY_FIELDS_REQUIRE','Vehicle Manager'),(955,'_VEHICLE_MANAGER_MANDATORY_YEAR_ISSUE_FIELD_REQUIRE','Vehicle Manager'),(956,'_VEHICLE_MANAGER_MANDATORY_YEAR_ISSUE_FIELD_REQUIRE_HELP','Vehicle Manager'),(957,'_VEHICLE_MANAGER_MANDATORY_MILEAGE_FIELD_REQUIRE','Vehicle Manager'),(958,'_VEHICLE_MANAGER_MANDATORY_MILEAGE_FIELD_REQUIRE_HELP','Vehicle Manager'),(959,'_VEHICLE_MANAGER_MANDATORY_PRICE_FIELD_REQUIRE','Vehicle Manager'),(960,'_VEHICLE_MANAGER_MANDATORY_PRICE_FIELD_REQUIRE_HELP','Vehicle Manager'),(961,'_VEHICLE_MANAGER_SEARCH_BUTTON_SHOW','Vehicle Manager'),(962,'_VEHICLE_MANAGER_SEARCH_BUTTON_HELP','Vehicle Manager'),(963,'_VEHICLE_MANAGER_SEARCH_BUTTON_SHOW_REGISTRATIONLEVEL','Vehicle Manager'),(964,'_VEHICLE_MANAGER_SEARCH_BUTTON_SHOW_REGISTRATIONLEVEL_HELP','Vehicle Manager'),(965,'_VEHICLE_MANAGER_EMAIL_ANONYMOUS','Vehicle Manager'),(966,'_VEHICLE_MANAGER_EMAIL_NEW_RENT_REQUEST_ADDED','Vehicle Manager'),(967,'_VEHICLE_MANAGER_EMAIL_NEW_BUYING_REQUEST_ADDED','Vehicle Manager'),(968,'_VEHICLE_MANAGER_EMAIL_NEW_VEHICLE_REVIEW_ADDED','Vehicle Manager'),(969,'_VEHICLE_MANAGER_EMAIL_SUBJECT','Vehicle Manager'),(970,'_VEHICLE_MANAGER_EMAIL_RENT_EXPIRE_NOTICE','Vehicle Manager'),(971,'_VEHICLE_MANAGER_EMAIL_RENT_REQUEST_SEND_REPLY_TO','Vehicle Manager'),(972,'_VEHICLE_MANAGER_EMAIL_RENT_REQUEST_SEND_REPLY_TO_HELP','Vehicle Manager'),(973,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_REVIEW_SEND_REPLY_TO','Vehicle Manager'),(974,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_REVIEW_SEND_REPLY_TO_HELP','Vehicle Manager'),(975,'_VEHICLE_MANAGER_EMAIL_VEHICLE_NOTIFICATION_SEND_REPLY_TO','Vehicle Manager'),(976,'_VEHICLE_MANAGER_EMAIL_VEHICLE_NOTIFICATION_SEND_REPLY_TO_HELP','Vehicle Manager'),(977,'_VEHICLE_MANAGER_EMAIL_BUYING_REQUEST_NOTIFICATION_SEND_REPLY_TO','AVehicle Manager'),(978,'_VEHICLE_MANAGER_EMAIL_BUYING_REQUEST_NOTIFICATION_SEND_REPLY_TO_HELP','Vehicle Manager'),(979,'_VEHICLE_MANAGER_SETTINGS_HEADER_AVAILABLE_RENT_SEARH_PAGE','Vehicle Manager'),(980,'_VEHICLE_MANAGER_SEARCH_AVAILABLE_FOR_RENT_SHOW','Vehicle Manager'),(981,'_VEHICLE_MANAGER_SEARCH_AVAILABLE_FOR_RENT_SHOW_HELP','Vehicle Manager'),(982,'_VEHICLE_MANAGER_SETTINGS_SEARCH','Vehicle Manager'),(983,'_VEHICLE_MANAGER_YEAR_SEARCH_SHOW','Vehicle Manager'),(984,'_VEHICLE_MANAGER_YEAR_SEARCH_SHOW_HELP','Vehicle Manager'),(985,'_VEHICLE_MANAGER_PRICE_SEARCH_SHOW','Vehicle Manager'),(986,'_VEHICLE_MANAGER_PRICE_SEARCH_SHOW_HELP','Vehicle Manager'),(987,'_VEHICLE_MANAGER_CONDITION_STATUS_SEARCH_SHOW','Vehicle Manager'),(988,'_VEHICLE_MANAGER_CONDITION_STATUS_SEARCH_SHOW_HELP','Vehicle Manager'),(989,'_VEHICLE_MANAGER_LISTING_STATUS_SEARCH_SHOW','Vehicle Manager'),(990,'_VEHICLE_MANAGER_LISTING_STATUS_SEARCH_SHOW_HELP','Vehicle Manager'),(991,'_VEHICLE_MANAGER_TRANSMISSION_TYPE_SEARCH_SHOW','Vehicle Manager'),(992,'_VEHICLE_MANAGER_TRANSMISSION_TYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(993,'_VEHICLE_MANAGER_MAKER_SEARCH_SHOW','Vehicle Manager'),(994,'_VEHICLE_MANAGER_MAKER_SEARCH_SHOW_HELP','Vehicle Manager'),(995,'_VEHICLE_MANAGER_DRIVE_TYPE_SEARCH_SHOW','Vehicle Manager'),(996,'_VEHICLE_MANAGER_DRIVE_TYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(997,'_VEHICLE_MANAGER_MODEL_SEARCH_SHOW','Vehicle Manager'),(998,'_VEHICLE_MANAGER_MODEL_SEARCH_SHOW_HELP','Vehicle Manager'),(999,'_VEHICLE_MANAGER_NUMBER_CYLINDERS_SEARCH_SHOW','Vehicle Manager'),(1000,'_VEHICLE_MANAGER_NUMBER_CYLINDERS_SEARCH_SHOW_HELP','Vehicle Manager'),(1001,'_VEHICLE_MANAGER_VEHICLE_TYPE_SEARCH_SHOW','Vehicle Manager'),(1002,'_VEHICLE_MANAGER_VEHICLE_TYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(1003,'_VEHICLE_MANAGER_NUMBER_SPEEDS_SEARCH_SHOW','Vehicle Manager'),(1004,'_VEHICLE_MANAGER_NUMBER_SPEEDS_SEARCH_SHOW_HELP','Vehicle Manager'),(1005,'_VEHICLE_MANAGER_LISTING_TYPE_SEARCH_SHOW','Vehicle Manager'),(1006,'_VEHICLE_MANAGER_LISTING_TYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(1007,'_VEHICLE_MANAGER_FUEL_TYPE_SEARCH_SHOW','Vehicle Manager'),(1008,'_VEHICLE_MANAGER_FUEL_TYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(1009,'_VEHICLE_MANAGER_PRICE_TYPE_SEARCH_SHOW','Vehicle Manager'),(1010,'_VEHICLE_MANAGER_PRICE_TYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(1011,'_VEHICLE_MANAGER_NUMBER_DOORS_SEARCH_SHOW','Vehicle Manager'),(1012,'_VEHICLE_MANAGER_NUMBER_DOORS_SEARCH_SHOW_HELP','Vehicle Manager'),(1013,'_VEHICLE_MANAGER_CATEGORY_SEARCH_SHOW','Vehicle Manager'),(1014,'_VEHICLE_MANAGER_CATEGORY_SEARCH_SHOW_HELP','Vehicle Manager'),(1015,'_VEHICLE_MANAGER_VEHICLEID_SEARCH_SHOW','Vehicle Manager'),(1016,'_VEHICLE_MANAGER_VEHICLEID_SEARCH_SHOW_HELP','Vehicle Manager'),(1017,'_VEHICLE_MANAGER_COMMENT_SEARCH_SHOW','Vehicle Manager'),(1018,'_VEHICLE_MANAGER_COMMENT_SEARCH_SHOW_HELP','Vehicle Manager'),(1019,'_VEHICLE_MANAGER_TITLE_SEARCH_SHOW','Vehicle Manager'),(1020,'_VEHICLE_MANAGER_TITLE_SEARCH_SHOW_HELP','Vehicle Manager'),(1021,'_VEHICLE_MANAGER_ADDRESS_SEARCH_SHOW','Vehicle Manager'),(1022,'_VEHICLE_MANAGER_ADDRESS_SEARCH_SHOW_HELP','Vehicle Manager'),(1023,'_VEHICLE_MANAGER_COUNTRY_SEARCH_SHOW','Vehicle Manager'),(1024,'_VEHICLE_MANAGER_COUNTRY_SEARCH_SHOW_HELP','Vehicle Manager'),(1025,'_VEHICLE_MANAGER_REGION_SEARCH_SHOW','Vehicle Manager'),(1026,'_VEHICLE_MANAGER_REGION_SEARCH_SHOW_HELP','Vehicle Manager'),(1027,'_VEHICLE_MANAGER_CITY_SEARCH_SHOW','Vehicle Manager'),(1028,'_VEHICLE_MANAGER_CITY_SEARCH_SHOW_HELP','Vehicle Manager'),(1029,'_VEHICLE_MANAGER_DISTRICT_SEARCH_SHOW','Vehicle Manager'),(1030,'_VEHICLE_MANAGER_DISTRICT_SEARCH_SHOW_HELP','Vehicle Manager'),(1031,'_VEHICLE_MANAGER_ZIPCODE_SEARCH_SHOW','Vehicle Manager'),(1032,'_VEHICLE_MANAGER_ZIPCODE_SEARCH_SHOW_HELP','Vehicle Manager'),(1033,'_VEHICLE_MANAGER_OWNER_SEARCH_SHOW','Vehicle Manager'),(1034,'_VEHICLE_MANAGER_OWNER_SEARCH_SHOW_HELP','Vehicle Manager'),(1035,'_VEHICLE_MANAGER_MILEAGE_SEARCH_SHOW','Vehicle Manager'),(1036,'_VEHICLE_MANAGER_MILEAGE_SEARCH_SHOW_HELP','Vehicle Manager'),(1037,'_VEHICLE_MANAGER_CONTACTS_SEARCH_SHOW','Vehicle Manager'),(1038,'_VEHICLE_MANAGER_CONTACTS_SEARCH_SHOW_HELP','Vehicle Manager'),(1039,'_VEHICLE_MANAGER_ENGINE_TYPE_SEARCH_SHOW','Vehicle Manager'),(1040,'_VEHICLE_MANAGER_ENGINE_TYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(1041,'_VEHICLE_MANAGER_CITY_MPG_SEARCH_SHOW','Vehicle Manager'),(1042,'_VEHICLE_MANAGER_CITY_MPG_SEARCH_SHOW_HELP','Vehicle Manager'),(1043,'_VEHICLE_MANAGER_HIGHWAY_MPG_SEARCH_SHOW','Vehicle Manager'),(1044,'_VEHICLE_MANAGER_HIGHWAY_MPG_SEARCH_SHOW_HELP','Vehicle Manager'),(1045,'_VEHICLE_MANAGER_WHEELBASE_SEARCH_SHOW','Vehicle Manager'),(1046,'_VEHICLE_MANAGER_WHEELBASE_SEARCH_SHOW_HELP','Vehicle Manager'),(1047,'_VEHICLE_MANAGER_WHEELTYPE_SEARCH_SHOW','Vehicle Manager'),(1048,'_VEHICLE_MANAGER_WHEELTYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(1049,'_VEHICLE_MANAGER_REARAXE_TYPE_SEARCH_SHOW','Vehicle Manager'),(1050,'_VEHICLE_MANAGER_REARAXE_TYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(1051,'_VEHICLE_MANAGER_BRAKES_TYPE_SEARCH_SHOW','Vehicle Manager'),(1052,'_VEHICLE_MANAGER_BRAKES_TYPE_SEARCH_SHOW_HELP','Vehicle Manager'),(1053,'_VEHICLE_MANAGER_EXTERIOR_COLORS_SEARCH_SHOW','Vehicle Manager'),(1054,'_VEHICLE_MANAGER_EXTERIOR_COLORS_SEARCH_SHOW_HELP','Vehicle Manager'),(1055,'_VEHICLE_MANAGER_EXTERIOR_EXTRAS_SEARCH_SHOW','Vehicle Manager'),(1056,'_VEHICLE_MANAGER_EXTERIOR_EXTRAS_SEARCH_SHOW_HELP','Vehicle Manager'),(1057,'_VEHICLE_MANAGER_INTERIOR_COLORS_SEARCH_SHOW','Vehicle Manager'),(1058,'_VEHICLE_MANAGER_INTERIOR_COLORS_SEARCH_SHOW_HELP','Vehicle Manager'),(1059,'_VEHICLE_MANAGER_DASHBOARD_OPTIONS_SEARCH_SHOW','Vehicle Manager'),(1060,'_VEHICLE_MANAGER_DASHBOARD_OPTIONS_SEARCH_SHOW_HELP','Vehicle Manager'),(1061,'_VEHICLE_MANAGER_INTERIOR_EXTRAS_SEARCH_SHOW','Vehicle Manager'),(1062,'_VEHICLE_MANAGER_INTERIOR_EXTRAS_SEARCH_SHOW_HELP','Vehicle Manager'),(1063,'_VEHICLE_MANAGER_SAFETY_OPTIONS_SEARCH_SHOW','Vehicle Manager'),(1064,'_VEHICLE_MANAGER_SAFETY_OPTIONS_SEARCH_SHOW_HELP','Vehicle Manager'),(1065,'_VEHICLE_MANAGER_WARRANTY_OPTIONS_SEARCH_SHOW','Vehicle Manager'),(1066,'_VEHICLE_MANAGER_WARRANTY_OPTIONS_SEARCH_SHOW_HELP','Vehicle Manager'),(1067,'_VEHICLE_MANAGER_EXACTLY_SEARCH_SHOW','Vehicle Manager'),(1068,'_VEHICLE_MANAGER_EXACTLY_SEARCH_SHOW_HELP','Vehicle Manager'),(1069,'_VEHICLE_MANAGER_KEYWORDS_SEARCH_SHOW','Vehicle Manager'),(1070,'_VEHICLE_MANAGER_KEYWORDS_SEARCH_SHOW_HELP','Vehicle Manager'),(1071,'_VEHICLE_MANAGER_SEARCH_BUTTON_SETTINGS','Vehicle Manager'),(1072,'_VEHICLE_MANAGER_SEARCH_FIELDS_SETTINGS','Vehicle Manager'),(1073,'_VEHICLE_MANAGER_SEARCH_FORM_SETTINGS','Vehicle Manager'),(1074,'_VEHICLE_MANAGER_SHOW_SEARCH_FORM_ON_NOTHING_FOUND_PAGE','Vehicle Manager'),(1075,'_VEHICLE_MANAGER_SHOW_SEARCH_FORM_ON_NOTHING_FOUND_PAGE_HELP','Vehicle Manager'),(1076,'_VEHICLE_MANAGER_SHOW_SEARCH_FORM_ON_RESULT_SEARCH_PAGE','Vehicle Manager'),(1077,'_VEHICLE_MANAGER_SHOW_SEARCH_FORM_ON_RESULT_SEARCH_PAGE_HELP','Vehicle Manager'),(1078,'_VEHICLE_MANAGER_FRONTEND_SETTINGS_REDIRECT_SETTINGS','Vehicle Manager'),(1079,'_VEHICLE_MANAGER_FRONTEND_SETTINGS_REDIRECT_SETTINGS_AFTER_RENT_REQUEST','Vehicle Manager'),(1080,'_VEHICLE_MANAGER_FRONTEND_SETTINGS_REDIRECT_SETTINGS_AFTER_RENT_REQUEST_HELP','Vehicle Manager'),(1081,'_VEHICLE_MANAGER_FRONTEND_SETTINGS_REDIRECT_SETTINGS_AFTER_BUY_REQUEST','Vehicle Manager'),(1082,'_VEHICLE_MANAGER_FRONTEND_SETTINGS_REDIRECT_SETTINGS_AFTER_BUY_REQUEST_HELP','Vehicle Manager'),(1083,'_VEHICLE_MANAGER_SHOW_COUNTRY_REGION_CITY_AS_TEXT_FIELD','Vehicle Manager'),(1084,'_VEHICLE_MANAGER_SHOW_COUNTRY_REGION_CITY_AS_TEXT_FIELD_HELP','Vehicle Manager'),(1085,'_VEHICLE_MANAGER_HOW_COUNTRY_REGION_CITY_USE','Vehicle Manager'),(1086,'_VEHICLE_MANAGER_SETTINGS_SEARCH_LAYOUT','Vehicle Manager'),(1087,'_VEHICLE_MANAGER_SETTINGS_DEFAULT_SEARCH_LAYOUT','Vehicle Manager'),(1088,'_VEHICLE_MANAGER_SETTINGS_DEFAULT_SEARCH_LAYOUT_TT_BODY','Vehicle Manager'),(1089,'_VEHICLE_MANAGER_SETTINGS_ORDER_FIELD','Vehicle Manager'),(1090,'_VEHICLE_MANAGER_SETTINGS_SELECT_ORDER_DEFAULT','Vehicle Manager'),(1091,'_VEHICLE_MANAGER_SETTINGS_ORDER_DEFAULT_HELP','Vehicle Manager'),(1092,'_VEHICLE_MANAGER_SETTINGS_SHOW_VEHICLE_SLIDER_LABEL','Vehicle Manager'),(1093,'_VEHICLE_MANAGER_SETTINGS_SHOW_VEHICLE_SLIDER','Vehicle Manager'),(1094,'_VEHICLE_MANAGER_SETTINGS_SHOW_VEHICLE_SLIDER_TT_BODY','Vehicle Manager'),(1095,'_VEHICLE_MANAGER_CONFIG_CALENDARLIST_VALUE_YEAR','Vehicle Manager'),(1096,'_VEHICLE_MANAGER_CONFIG_CALENDARLIST_VALUE_YEAR_TT_BODY','Vehicle Manager'),(1097,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADVANCED_DROPDOWN_EXTRA_HELP','Vehicle Manager'),(1098,'_VEHICLE_MANAGER_ADMIN_CONFIG_ADVANCED_CHECKBOX_EXTRA_HELP','Vehicle Manager'),(1099,'_VEHICLE_MANAGER_ADMIN_CONFIG_SALE_FRACTION_SHOW','Vehicle Manager'),(1100,'_VEHICLE_MANAGER_ADMIN_CONFIG_SALE_FRACTION_SHOW_TT_HEAD','Vehicle Manager'),(1101,'_VEHICLE_MANAGER_ADMIN_CONFIG_COUNT_VEHICLES_LABEL','Vehicle Manager'),(1102,'_VEHICLE_MANAGER_ADMIN_CONFIG_RESOLUTION_LG','Vehicle Manager'),(1103,'_VEHICLE_MANAGER_ADMIN_CONFIG_RESOLUTION_LG_TT_BODY','Vehicle Manager'),(1104,'_VEHICLE_MANAGER_ADMIN_CONFIG_RESOLUTION_MD','Vehicle Manager'),(1105,'_VEHICLE_MANAGER_ADMIN_CONFIG_RESOLUTION_MD_TT_BODY','Vehicle Manager'),(1106,'_VEHICLE_MANAGER_ADMIN_CONFIG_RESOLUTION_SM','Vehicle Manager'),(1107,'_VEHICLE_MANAGER_ADMIN_CONFIG_RESOLUTION_SM_TT_BODY','Vehicle Manager'),(1108,'_VEHICLE_MANAGER_ADMIN_CONFIG_RESOLUTION_XS','Vehicle Manager'),(1109,'_VEHICLE_MANAGER_ADMIN_CONFIG_RESOLUTION_XS_TT_BODY','Vehicle Manager'),(1110,'_VEHICLE_MANAGER_LABEL_ORDERING','Vehicle Manager'),(1111,'_VEHICLE_MANAGER_TABS_MANAGER_WATERMARK_SETTINGS','Vehicle Manager'),(1112,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_SHOW','Vehicle Manager'),(1113,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_TEXT','Vehicle Manager'),(1114,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_SIZE','Vehicle Manager'),(1115,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_FONT_COLOR','Vehicle Manager'),(1116,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_ANGLE','Vehicle Manager'),(1117,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_POSITION','Vehicle Manager'),(1118,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_OPACITY','Vehicle Manager'),(1119,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_SHOW_DESC','Vehicle Manager'),(1120,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_TEXT_DESC','Vehicle Manager'),(1121,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_SIZE_DESC','Vehicle Manager'),(1122,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_FONT_COLOR_DESC','Vehicle Manager'),(1123,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_ANGLE_DESC','Vehicle Manager'),(1124,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_POSITION_DESC','Vehicle Manager'),(1125,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_OPACITY_DESC','Vehicle Manager'),(1126,'_VEHICLE_MANAGER_ADMIN_CONFIG_ORDERING_CATEGORY','Vehicle Manager'),(1127,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_TYPE','Vehicle Manager'),(1128,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_IMAGE','Vehicle Manager'),(1129,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_TYPE_DESC','Vehicle Manager'),(1130,'_VEHICLE_MANAGER_ADMIN_CONFIG_WATERMARK_IMAGE_DESC','Vehicle Manager'),(1131,'_VEHICLE_MANAGER_LABEL_SELECT_BY_ALL','Vehicle Manager'),(1132,'_VEHICLE_MANAGER_LABEL_SELECT_BY_TITLE','Vehicle Manager'),(1133,'_VEHICLE_MANAGER_LABEL_SELECT_BY_MAKER','Vehicle Manager'),(1134,'_VEHICLE_MANAGER_LABEL_SELECT_BY_MODEL','Vehicle Manager'),(1135,'_VEHICLE_MANAGER_LABEL_SELECT_BY_DESC','Vehicle Manager'),(1136,'_VEHICLE_MANAGER_LABEL_SELECT_BY_VEHICLEID','Vehicle Manager'),(1137,'_VEHICLE_MANAGER_LABEL_SELECT_BY_LOCATION','Vehicle Manager'),(1138,'_VEHICLE_MANAGER_LABEL_SELECT_BY_COUNTRY','Vehicle Manager'),(1139,'_VEHICLE_MANAGER_LABEL_SELECT_BY_CITY','Vehicle Manager'),(1140,'_VEHICLE_MANAGER_LABEL_SELECT_BY_REGION','Vehicle Manager'),(1141,'_VEHICLE_MANAGER_LABEL_SELECT_BY_ZIPCODE','Vehicle Manager'),(1142,'_VEHICLE_MANAGER_SHOW_SEARCH_BY','Vehicle Manager'),(1143,'_VEHICLE_MANAGER_ERROR_NOT_ONLY_ONE_SELECTED','Vehicle Manager'),(1144,'_VEHICLE_MANAGER_ADMIN_CONFIG_MIN_SIZE_IMAGE_WATERMARK','Vehicle Manager'),(1145,'_VEHICLE_MANAGER_ADMIN_CONFIG_MIN_SIZE_IMAGE_WATERMARK_DESC','Vehicle Manager'),(1146,'_VEHICLE_MANAGER_ADMIN_RENT_FROM_AND_RENT_UNTIL_REQUIRED','Vehicle Manager'),(1147,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRICE_STRING','Vehicle Manager'),(1148,'_VEHICLE_MANAGER_ADMIN_CONFIG_PRICE_STRING_DESC','Vehicle Manager'),(1149,'_VEHICLE_MANAGER_LABEL_ERROR_CAPTCHA','Vehicle Manager'),(1150,'_VEHICLE_MANAGER_HEADER_SLIDER_SETTINGS','Vehicle Manager'),(1151,'_VEHICLE_MANAGER_ADMIN_CONFIG_SLIDER_HEIGHT_TT_BODY','Vehicle Manager'),(1152,'_VEHICLE_MANAGER_ADMIN_CONFIG_SLIDER_HEIGHT','Vehicle Manager'),(1153,'_VEHICLE_MANAGER_ADMIN_CONFIG_SLIDER_OBJECT_FIT_TT_BODY','Vehicle Manager'),(1154,'_VEHICLE_MANAGER_ADMIN_CONFIG_SLIDER_OBJECT_FIT','Vehicle Manager'),(1155,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_REVIEW_DESCTIPTION','Vehicle Manager'),(1156,'_VEHICLE_MANAGER_EMAIL_NOTIFICATION_ADD_VEHICLE_DESCTIPTION','Vehicle Manager'),(1157,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_ANSWER_DESCTIPTION','Vehicle Manager'),(1158,'_VEHICLE_MANAGER_ADMIN_CONFIG_RENT_BEFORE_END_NOTIFY_EMAIL_DESCTIPTION','Vehicle Manager'),(1159,'FORM_ANSWER_BUY_REQUEST_DESCTIPTION','Vehicle Manager'),(1160,'_VEHICLE_MANAGER_ADMIN_PAYMENT_SYSTEM_LABLE','Vehicle Manager'),(1161,'_VEHICLE_MANAGER_ADMIN_SHOW_BUTTON_BUY','Vehicle Manager'),(1162,'_VEHICLE_MANAGER_ADMIN_ALLOW_BUTTON_BUY','Vehicle Manager'),(1163,'_VEHICLE_MANAGER_ADMIN_SHOW_BUTTON_BUY_FOR_RENT','Vehicle Manager'),(1164,'_VEHICLE_MANAGER_ADMIN_ALLOW_BUTTON_BUY_FOR_RENT','Vehicle Manager');
/*!40000 ALTER TABLE `JB21_vehiclemanager_const` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_const_languages`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_const_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_const_languages` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_constid` int(11) NOT NULL DEFAULT '0',
  `fk_languagesid` int(11) NOT NULL DEFAULT '0',
  `value_const` varchar(2000) DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `fk_constid` (`fk_constid`,`fk_languagesid`),
  KEY `fk_languagesid` (`fk_languagesid`)
) ENGINE=MyISAM AUTO_INCREMENT=23262 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_const_languages`
--

LOCK TABLES `JB21_vehiclemanager_const_languages` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_const_languages` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_const_languages` VALUES (2,2,2,'ادارة المركبة'),(3,3,2,'دليل السيارات للإيجار أو للبيع.'),(4,4,2,'بحث السيارات'),(5,5,2,'بحث السيارات'),(6,6,2,'لاتوجد صورة'),(7,7,2,'غير مسموح لك تنفيذ هذا الإجراء!'),(8,8,2,'نعم'),(9,9,2,'الحالة'),(10,10,2,'إدارة المركبة :: الاستيراد/التصدير'),(11,11,2,'يجب اضافة فئة لهذا القسم الأول.'),(12,12,2,'الرجاء الاختيار'),(13,13,2,'CSV ملف'),(14,14,2,'XML ملف'),(15,15,2,'يجب تحديد نوع الاستيراد!'),(16,16,2,'يجب تحديد فئة الاستيراد!'),(17,17,2,'يجب اختيار ملف الاستيراد!'),(18,18,2,'يجب تحديد نوع التصدير!'),(19,19,2,'حدد الاستيراد'),(20,20,2,'حدد تنسيق الملف'),(21,21,2,'حدد تنسيق الملف'),(22,22,2,'الفئة'),(23,23,2,'الفئة'),(24,24,2,'حدد الفئة'),(25,25,2,'ملف الاستيراد'),(26,26,2,'ملف الاستيراد'),(27,27,2,'حدد ملف إلى الاستيراد'),(28,28,2,'في هذه اللحظة سيتم اعتماد الشكل التالي:<br />هوية المركبة | الوصف | الرابط | اظهار النوع |  الموقع | السعر | العنوان | ...'),(29,29,2,'نوع التصدير'),(30,30,2,'حدد تنسيق الملف'),(31,31,2,'حدد تنسيق الملف'),(32,32,2,'الفئة'),(33,33,2,'الفئة'),(34,34,2,'حدد الفئة'),(35,35,2,'ارسال النتيجة'),(36,36,2,'يمكنك تحميل طلب الارسال تحت العنوان التالي (انقر بزر الماوس الأيمن للحفظ):'),(37,37,2,'يرجى ملاحظة أنه لاتزال الملفات محفوظة على الخادم وبإمكانك ازالتها بنفسك.'),(38,38,2,'ادارة المركبة :: الفئات'),(39,39,2,'الفئة'),(40,40,2,'المركبات'),(41,41,2,'نشرت'),(42,42,2,'اعادة الترتيب'),(43,43,2,'وصول'),(44,44,2,'سحبة بواسطة'),(45,45,2,'اضافة'),(46,46,2,'تعديل'),(47,47,2,'يجب ان تكون الفئة غير فارغة'),(48,48,2,'الفئات'),(49,49,2,'- اختيار صورة -'),(50,50,2,'أعلى'),(51,51,2,'فئة الاسم المستعار'),(52,52,2,'فئة العنوان'),(53,53,2,'الترتيب'),(54,54,2,'صورة'),(55,55,2,'صورة المركز'),(56,56,2,'العنوان الاصلي'),(57,57,2,'لاتتوفر معاينة'),(58,58,2,'التفاصيل'),(59,59,2,'حذف'),(60,60,2,'ادارة المركبة - تأجير المركبة'),(61,61,2,'ادارة المركبة - ارجاع مركبة الايجار'),(62,62,2,'استيراد'),(63,63,2,'تصدير'),(64,64,2,'- جميع التصنيفات'),(65,65,2,'حدد الفئات'),(66,66,2,'اختر سيارة الايجار'),(67,67,2,'- جميع المركبات'),(68,68,2,'ايجار'),(69,69,2,'ليس للإيجار'),(70,70,2,'حدد النشر'),(71,71,2,'- جميع المركبات'),(72,72,2,'ليس للنشر'),(73,73,2,' نشرت'),(74,74,2,'- All Users'),(75,75,2,'بحث السيارات'),(76,76,2,'بحث السيارات'),(77,77,2,'كلمات البحث'),(78,78,2,'بحث'),(79,79,2,'العثور على أي شيء.'),(80,80,2,'ادارة المركبة :: المركبات'),(81,81,2,'بحث:'),(82,82,2,'يجب عليك أولا إنشاء فئة لهذا القسم.'),(83,83,2,'Exactly to all'),(84,84,2,'Advanced<br />search'),(85,85,2,'from'),(86,86,2,'to'),(87,87,2,'Year'),(88,88,2,'السعر'),(89,89,2,'قائمة نوع'),(90,90,2,'قائمة المركز'),(91,91,2,'نوع السعر'),(92,92,2,'الموديل'),(93,93,2,'لقب'),(94,94,2,'هوية المركبة'),(95,95,2,'النتيجة'),(96,96,2,'الوصف'),(97,97,2,'الفئة'),(98,98,2,'# المركبة'),(99,99,2,'مشاهدة'),(100,100,2,'العنوان'),(101,101,2,'Country'),(102,102,2,'Region'),(103,103,2,'City'),(104,104,2,'District'),(105,105,2,'Zipcode'),(106,106,2,'خط العرض'),(107,107,2,'خط الطول'),(108,108,2,'No location available'),(109,109,2,'نوع المركبة'),(110,110,2,'شرط'),(111,111,2,'عدد الأميال'),(112,112,2,'انتقال'),(113,113,2,'نوع المحرك'),(114,114,2,'سنة الصنع'),(115,115,2,'نوع المحرك'),(116,116,2,'نوع الوقود'),(117,117,2,'عدد السرعات'),(118,118,2,'عدد الاسطوانات'),(119,119,2,'عدد الأبواب'),(120,120,2,'عدد المقاعد'),(121,121,2,'مدينة MPG/KPL'),(122,122,2,'طريق سريع MPG/KPL'),(123,123,2,'قاعدة العجلات'),(124,124,2,'نوع العجلة'),(125,125,2,'نوع أكسل الخلفية'),(126,126,2,'نوع الفرامل'),(127,127,2,'الألوان الخارجية'),(128,128,2,'إضافات خارجية'),(129,129,2,'الألوان الداخلية'),(130,130,2,'خيارات لوحة التحكم الرئيسية'),(131,131,2,'إضافات الداخلية'),(132,132,2,'خيارات السلامة'),(133,133,2,'خيارات الضمان'),(134,134,2,'الأساسية'),(135,135,2,'نظام الدفع'),(136,136,2,'تآكل'),(137,137,2,'المساعدة على جانب الطريق'),(138,138,2,'رقم الهاتف الخاص بك'),(139,139,2,'تصنيف'),(140,140,2,'عنوان الصورة'),(141,141,2,'صور'),(142,142,2,'[ شراء من ] رابط'),(143,143,2,'الإيجار ل'),(144,144,2,'من الإيجار'),(145,145,2,'حتى إيجار'),(146,146,2,'Rent return'),(147,147,2,'المستأجرة من - حتى'),(148,148,2,'غير معروف'),(149,149,2,'المستخدم'),(150,150,2,'البريد الإلكتروني'),(151,151,2,'البريد العنوان البريدي'),(152,152,2,'رقم الهاتف'),(153,153,2,'حتى إيجار: '),(154,154,2,'يضرب'),(155,155,2,'إعادة ترتيب'),(156,156,2,'تأجير'),(157,157,2,'نشرت'),(158,158,2,'سحب'),(159,159,2,'استعراض تاريخ'),(160,160,2,'تصنيف فرعي'),(161,161,2,'تحميل الصورة الرئيسية'),(162,162,2,'انقر لتحميل الصور الجديدة لمعرض الصور للمركبة'),(163,163,2,'إذا قمت بتحميل صورة, سيتم حذف عنوان الموقع من الصورة الحالية وإعادة تعيين إلى الصورة تم الرفع.'),(164,164,2,'خطأ في تحميل الصور! يرجى ملاحظة أن الصور المقبولة صيغها هي(jpg, png, gif) معتمده'),(165,165,2,'معلومات الإيجار'),(166,166,2,'الوثيقة الحالية'),(167,167,2,'تحميل الوثيقة'),(168,168,2,'تنزيل الوثيقة'),(169,169,2,'حذف الوثيقة'),(170,170,2,'الوثيقة'),(171,171,2,'خطأ في تحميل الوثيقة!'),(172,172,2,'الحالة'),(173,173,2,'مطلوب'),(174,174,2,'اضف موضوع'),(175,175,2,'استعراض'),(176,176,2,'[ تخزين ]'),(177,177,2,'[ طلب إيجار ]'),(178,178,2,'[ تقديم طلب للإيجار ]'),(179,179,2,'استعراض'),(180,180,2,'لقب'),(181,181,2,'تصنيف'),(182,182,2,'تعليق'),(183,183,2,'مجهول'),(184,184,2,'Number click'),(185,185,2,'Shows'),(186,186,2,'عنوان المركبة'),(187,187,2,'انقر على الخريطة لاختيار موقع السيارة:'),(188,188,2,'الرجاء إدخال عنوان لموضوعك!'),(189,189,2,'يرجى إدخال نص للموضوع!'),(190,190,2,'الرجاء إدخال تقييم للموضوع!'),(191,191,2,'الرجاء إدخال اسم لطلب الإيجار!'),(192,192,2,'الرجاء إدخال عنوان بريد إلكتروني صالح للإيجار!'),(193,193,2,'الرجاء إدخال العنوان البريدي لصالح طلب الإيجار!'),(194,194,2,'الرجاء إدخال تاريخ الانتهاء لطلب الإيجار!'),(195,195,2,'Please enter at least one vehicle photo!'),(196,196,2,'غير محدد'),(197,197,2,'Arabic'),(198,198,2,'البرتغالية البرازيلية'),(199,199,2,'Danish'),(200,200,2,'الهولندية'),(201,201,2,'الانجليزية'),(202,203,2,'Bosnian'),(203,202,2,'Farsi'),(204,204,2,'الفرنسية'),(205,205,2,'الألمانية'),(206,206,2,'الهنغارية'),(207,207,2,'لايطالية'),(208,208,2,'Lithuanian'),(209,209,2,'Norwegian'),(210,210,2,'Polski'),(211,211,2,'Portuguese'),(212,212,2,'الرومانية'),(213,213,2,'الروسية'),(214,216,2,'سلوفيني'),(215,214,2,'الاسبانية'),(216,215,2,'التركية'),(217,217,2,'لا'),(218,218,2,'نعم'),(219,219,2,'عنوان السيارة ويجري حاليا اعداد مسؤول آخر'),(220,220,2,'خطأ في حذف مركبة!'),(221,221,2,'Add Vehicle notification email'),(222,222,2,'إعدادات الواجهة'),(223,223,2,'اعدادات الخلفية'),(224,224,2,'هوية المركبة زيادة-السيارات'),(225,225,2,'هوية المركبة زيادة-السيارات'),(226,226,2,'نعم إذا كنت تريد استخدام المركبات معرف لصناعة السيارات في الزيادة. لا إذا كنت تريد استخدام المركبات إدخالها يدويا معرف'),(227,227,2,'وثيقة الدعم'),(228,228,2,'وثيقة الدعم'),(229,229,2,'نعم إذا كنت تريد تنشيط دعم وثيقة مسؤول الواجهة.'),(230,230,2,'موقع وثائق'),(231,231,2,'وثائق الموقع'),(232,232,2,'موقع للمستندات التي يتم تحميلها على الخادم. المسار هو نسبة إلى الدليل الرئيسي وبدء جملة ويجب أن ينتهي /'),(233,233,2,'تظهر وثائق وصلة التحميل'),(234,234,2,'تظهر وثائق التحميل في الواجهة'),(235,235,2,'نعم إذا كنت تريد أن تظهر وثيقة وصلة التحميل في الواجهة.'),(236,236,2,'تظهر مراجعة'),(237,237,2,'استعراض عرض في الواجهة'),(238,238,2,'نعم إذا كنت تريد تنشيط وظائف استعراض للسيارات للمستخدمين على موقع الويب الخاص بك.'),(239,239,2,'تسمح مراجعات'),(240,240,2,'تسمح مراجعات'),(241,241,2,'تسمح مراجعات في الواجهة الأمامية. وسوف يتم تنشيط هذه الوظيفة إلا إذا -- استعراضات إظهار -- من المقرر أيضا أن نعم!'),(242,242,2,'تظهر حالة إيجار'),(243,243,2,'تظهر حالة إيجار في الواجهة'),(244,244,2,'نعم إذا كنت تريد إظهار حالة الراهنة للإيجار السيارات في الواجهة.'),(245,245,2,'تطلب السماح للإيجار'),(246,246,2,'طلب السماح للإيجار'),(247,247,2,'تطلب السماح للإيجار في الواجهة الأمامية. وسوف يتم تنشيط هذه الوظيفة إلا إذا -- عرض مركز للإيجار -- تم تعيين أيضا إلى نعم!'),(248,248,2,'عرض السعر'),(249,249,2,'عرض السعر'),(250,250,2,'يبين سعر السيارة في الواجهة'),(251,251,2,'المركبات في كل صفحة.'),(252,252,2,'ضبط عدد من السيارات أظهرت لكل صفحة.'),(253,253,2,'ترقيم الصفحات.'),(254,254,2,'صور حجم المركبة'),(255,255,2,'صور حجم المركبة'),(256,256,2,'مجموعة الصور الحجم -- الطول / العرض في مقصف'),(257,257,2,'صور المركبات الرئيسية'),(258,258,2,'حجم مجموعة'),(259,259,2,'حجم الرئيسي -- الطول / العرض في مقصف صور صور'),(260,260,2,'Vehicle gallery photo size'),(261,261,2,'Vehicle gallery photo size'),(262,262,2,'Set gallery photo size - width/height in px'),(263,263,2,'Vehicle upload photo size'),(264,264,2,'Vehicle upload photo size'),(265,265,2,'Set upload photo size - width/height in px'),(266,266,2,'عناصر الصفحة'),(267,267,2,'عناصر الصفحة'),(268,268,2,'إدخال كمية من السيارات التي تظهر على كل صفحة.'),(269,269,2,'Add Vehicle email'),(270,270,2,'An email address for notifying about new vehicle has been added on'),(271,271,2,'استعراض البريد الإلكتروني'),(272,272,2,'استعراض البريد الإلكتروني'),(273,273,2,'حيث لإرسال رسائل الإعلام لمراجعة جديدة تضاف. يمكنك إدخال عدة عناوين البريد الإلكتروني مفصولة بفاصلة.'),(274,274,2,'طلب تأجير البريد الإلكتروني'),(275,275,2,'طلب تأجير البريد الإلكتروني'),(276,276,2,'حيث لإرسال رسائل الإعلام عن طلب إيجار جديد المضافة. يمكنك إدخال عدة عناوين البريد الإلكتروني مفصولة بفاصلة.'),(277,277,2,'ادارة المركبة : : طلب التأجير'),(278,278,2,'ادارة المركبة : : حول'),(279,279,2,'حول'),(280,280,2,'الافراج عن مذكرة'),(281,281,2,'التغيير'),(282,282,2,'مرحبا بكم في إدارة المركبات'),(283,283,2,'شكرا لكم لاستخدام احد منتجاتنا!<br /><br />\\r\\nVehicleManager allows you to manage large vehicle catalogues. It comes with category and subcategory support and you can add a VehicleID for your internal reference. Rent management is built-in, with a rent request possibility for users of your website. VehicleManager also offers the possibility of vehicle reviews by users, with review management in the backend. Edocument support is built-in. Vehicle information and vehicle photos can be entered manually. <br/ ><br />\\r\\nNOTES: <br/ >\\r\\n- for the download of photos to your server to work, you need to compile PHP5 with CURL support<br />\\r\\n- for CSV export to work, you need to compile PHP5 with XSL support<br/ >\\r\\n- for CAPTCHA to work, you need to compile PHP5 with GD support<br />\\r\\n<br />\\r\\nOn the website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> you can find VehicleManager Manuals, additional Language files, Support Forums and also download additional modules and plugins.<br />\\r\\n<br />\\r\\nWe are available for Custom Development if you want a new feature added to VehicleManager. Please mail your exact requirements to <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> and we will get back to you with a quote. When you order a paid Customisation, you will receive the next PRO version with your custom feature added.'),(284,284,2,'الحقول أدناه تحتاج فقط إلى ملئها يدويا عندما يكون لديك مجموعة '),(285,285,2,'. وإلا سيتم تجاهلها.'),(286,286,2,'طلب إيجار'),(287,287,2,'قائمة تدل على المركبات التي اختيرت لتأجير.<br />إذا كان فارغا,يرجى التحقق من اختيارك مرة أخرى.'),(288,288,2,'اسمك الكامل'),(289,289,2,'البريد الإلكتروني'),(290,290,2,'عنوانك البريدي'),(291,291,2,'سنه صنع المركبة'),(292,292,2,'الإيجار من'),(293,293,2,'تم تخزين طلب التأجير الخاص بك في قاعدة البيانات الخاصة بنا. ونحن سوف تحقق طلبك وأبلغكم في أقرب وقت ممكن..<br />شكرا لكم لاستخدام خدماتنا.'),(294,294,2,'تم تخزين طلب الشراء الخاص بك في قاعدة بياناتنا. ونحن سوف تحقق طلبك وأبلغكم في أقرب وقت ممكن.<br />شكرا لكم لاستخدام خدماتنا.'),(295,295,2,'قبلت إدارة المركبات : طلب إيجار'),(296,296,2,'المركبة'),(297,297,2,'المطلوب هو أن تكون على استعداد لتأجير.'),(298,298,2,'تخزين'),(299,299,2,'تأجير السيارات'),(300,300,2,'عودة المركبة من الإيجار'),(301,301,2,'قبول الطلب'),(302,302,2,'انخفاض الطلب'),(303,303,2,'استيراد المركبات'),(304,304,2,'تصدير المركبات'),(305,305,2,'حذف الاستعراض'),(306,306,2,'تحرير الاستعراض'),(307,307,2,'معلومات عامة:'),(308,308,2,'الإصدار:'),(309,309,2,'تاريخ الإصدار:'),(310,310,2,'مشروع الربط:'),(311,311,2,'مشروع استضافة:'),(312,312,2,'ترخيص:'),(313,313,2,'لقد تم توزيع هذا البرنامج على أمل أن يكون مفيدا ، ولكن دون أي ضمان. راجع License.txt شملت لمزيد من التفاصيل.'),(314,314,2,'التي وضعتها:'),(315,315,2,'الصفحة الرئيسية'),(316,316,2,'تحميل الوثيقة وصلة الرابط'),(317,317,2,'اسمح بتنزيل الوثائق'),(318,318,2,'وثائق تسمح التحميل في الواجهة الأمامية. ولن يتم تفعيل هذه الوظيفة إذا كان -- وثائق تظهر وصلة تنزيل -- ومن المقرر أيضا أن نعم'),(319,319,2,'السماح بتنزيل الوثائق'),(320,320,2,'السماح بالسعر:'),(321,321,2,'تسمح الأسعار في الواجهة الأمامية. وسوف يتم تنشيط هذه الوظيفة إلا إذا -- عرض السعر -- تم تعيين أيضا إلى نعم!'),(322,322,2,'السماح بالسعر'),(323,323,2,'ادارة المركبات : : مراجعات'),(324,324,2,'عنوان المركبة'),(325,325,2,'استعراض اللقب'),(326,326,2,'اكتب الحروف التي تراها في الصورة أعلاه في المربع أدناه.'),(327,327,2,'طباعة'),(328,328,2,'الرجاء اختيار الأعمدة للطباعة ومن ثم انقر فوق [ التالي ]!'),(329,329,2,'حجم الخط'),(330,330,2,'شكل'),(331,331,2,'تظهر الوثيقة ترخيص تنزيل'),(332,332,2,'تظهر الوثيقة تنزيل ترخيص قبول / الانخفاض قبل السماح الوثيقة تحميل من الواجهة الأمامية'),(333,333,2,'تظهر الوثيقة ترخيص تنزيل'),(334,334,2,'اتفاقية ترخيص'),(335,335,2,'قبول?'),(336,336,2,'[ أضف مراجعة ]'),(337,337,2,'[ إخفاء استعراض ]'),(338,338,2,'عرض زر [ شراء الآن ]'),(339,339,2,'عرض زر [ شراء الآن ]'),(340,340,2,'يظهر زر [اشتر الآن القادم] للمركبة في الواجهة'),(341,341,2,'يسمح زر [اشتر الآن]:'),(342,342,2,'عرض زر [شراء الآن] في الواجهة الأمامية لفئات مختارة. وسوف يتم تنشيط هذه الوظيفة إلا إذا -- عرض زر [اشتر الآن] -- من المقرر أيضا أن نعم! يمكنك اختيار عدة فئات].'),(343,343,2,'يسمح زر [اشتر الآن]'),(344,344,2,'ارسال البيانات الكاملة'),(345,345,2,'استيراد البيانات الكاملة'),(346,346,2,'هذه العملية إزالة جميع المركبات الموجودة قبل إدارة البيانات المستوردة. هل تريد متابعة?'),(347,347,2,'\\r\\n<strong>CSV&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>At the moment the following CSV format is supported:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>Fields are separated by a pipe character (<strong>&nbsp;|&nbsp;</strong>)</li>\\r\\n	<li>You can import a whole list with just VehicleID by leaving the other fields empty, for example:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li><strong>WARNING:</strong>&nbsp;do not use CSV import if there are Vehicle Reviews present, in that case use full data import!</li>\\r\\n</ul>\\r\\n<strong>XML&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>import in XML формат</li>\\r\\n	<li><strong>WARNING:</strong>&nbsp;do not use XML import if there are Vehicle Reviews present, in that case use full data import!</li>\\r\\n<li><strong>WARNING:</strong>&nbsp;associations between houses will not be saved!</li>\n        <li><strong>WARNING:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li></ul>\\r\\n<strong>FULL&nbsp;DATA&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>This import will import all VehicleManager data and restore all fields and details</li>\\r\\n	<li>This option will overwrite ALL existing entries, so be careful when using it!</li>\\r\\n	<li>For save all Vehicles photos, please save all files from folder: --components/com_vehiclemanager/photos--!</li>\\r\\n	<li>For save all Vehicles eDocuments, please save all files from folder what you set in  setting backent --Location of edocuments--!</li>\\r\\n</ul>'),(348,348,2,'\\r\\n<strong>CSV&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>CSV export will contain all fields for further editing in a text editor or spreadsheet application</li>\\r\\n	<li>Please note that for subsequent import, only the following CSV format is supported:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>You can also import later including Vehicle Reviews, use FULL export instead!</li>\\r\\n<li><strong>WARNING:</strong>&nbsp;associations between houses will not be saved!</li>\n        <li><strong>WARNING:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li></ul>\\r\\n<strong>XML&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>XML export is the preferred way to export vehicles with Vehicle Descriptions</li>\\r\\n	<li>XML export will contain all vehicle details, including Descriptions, ready for later import</li>\\r\\n</ul>\\r\\n<strong>FULL&nbsp;DATA&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>This export will export all VehicleManager data and save all fields and entries</li>\\r\\n	<li>You can later use these files to restore your VehicleManager data in full</li>\\r\\n	<li>This subsequent import will overwrite ALL existing entries, so be careful when using it!</li>\\r\\n	<li>To restore all vehicle photos, please restore all files from folder: --components/com_vehiclemanager/photos--!</li>\\r\\n	<li>To restore all vehicle eDocuments, please restore all files from the folder you have set in [Settings Backend] -- [Location of edocuments]</li>\\r\\n</ul>'),(349,349,2,'إرسال استعراض إعلام'),(350,350,2,'إرسال استعراض إعلام'),(351,351,2,'تعيين إلى نعم إذا كنت تريد أن يتم إخطار عن طريق البريد الإلكتروني عندما يقوم المستخدم يضيف استعراض للسيارات. استخدام لوحة على الحق في تعيين الذين سوف ترسل هذه الإخطارات. يمكنك تعيين عناوين البريد الإلكتروني في استقبال [ تكوين الخلفية ].'),(352,352,2,'مجموعات المستخدم من استعراض الإخطارات التي سيتم إرسالها'),(353,353,2,'مجموعات المستخدم من استعراض الإخطارات التي سيتم إرسالها'),(354,354,2,'اختيار مجموعات المستخدمين سوف ترسل الإخطارات الاستعراضي. وسوف يتم تنشيط هذه الوظيفة إلا إذا -- إرسال مراجعة إعلام -- من المقرر أيضا أن نعم'),(355,355,2,'إرسال إعلام طلب تأجير'),(356,356,2,'إرسال إعلام طلب تأجير'),(357,357,2,'تعيين إلى نعم إذا كنت تريد أن يتم إخطار عن طريق البريد الإلكتروني عندما يرسل مستخدم طلب إيجار. استخدام لوحة على الحق في تعيين الذين سوف ترسل هذه الإخطارات. يمكنك تعيين عناوين البريد الإلكتروني في استقبال [ تكوين الخلفية ].'),(358,358,2,'مجموعات المستخدم من الإخطارات من طلب الإيجار التي سيتم إرسالها'),(359,359,2,'مجموعات المستخدم من الإخطارات من طلب الإيجار التي سيتم إرسالها'),(360,360,2,'اختيار مجموعات المستخدمين سوف ترسل إخطارات طلب إيجار. وسوف يتم تنشيط هذه الوظيفة إلا إذا -- طلب إرسال إشعار للإيجار -- تم تعيين أيضا إلى نعم'),(361,361,2,'استعراض التعليق'),(362,362,2,'تصنيف الصور مخصص'),(363,363,2,'تصنيف الصور مخصص'),(364,364,2,'إذا تم تعيينها إلى نعم يمكنك تعيين صورة مخصصة لكل فئة بدلا من رمز المجلد القياسية. ثم يمكنك ضبط الصور في الفئة [ ادارة المركبة ] - [ ادارة&nbsp;الفئات ] - [ تعديل ] - [ حدد&nbsp;الصورة ]'),(365,365,2,'عرض فرعية'),(366,366,2,'Show for single subcategory'),(367,367,2,'عرض فرعية'),(368,368,2,'إذا تم تعيينها إلى نعم ، سوف ترى كل فئة عن فئة فرعية'),(369,369,2,'If set to YES, you will see subcategory for single select category'),(370,370,2,'لا يمكنك العودة من رئيسية الايجار التي لم تكن تأجير'),(371,371,2,'يرجى الاختيار من القائمة لتأجير السيارات'),(372,372,2,'يرجى الاختيار من القائمة لعودة المركبة من الإيجار'),(373,373,2,'يرجى الاختيار من القائمة لطلب قبول'),(374,374,2,'يرجى الاختيار من القائمة لرفض طلب'),(375,375,2,'يجب تحديد نوع لاستيراد!'),(376,376,2,'يجب تحديد نوع لاستيراد!'),(377,377,2,'يرجى إدراج عنوان لهذة السيارة!'),(378,378,2,'الرجاء إدخال هوية المركبات لهذة السيارة!'),(379,379,2,'سيارة مع هذه الهوية المركبة مسبقا!'),(380,380,2,'يجب تحديد عنوان للسيارة!'),(381,381,2,'الرجاء إدخال اسم لشراء طلبك!'),(382,382,2,'الرجاء إدخال عنوان بريد إلكتروني صالح لشراء طلبك!'),(383,383,2,'الرجاء إدخال رقم هاتف صالح لشراء طلبك!'),(384,384,2,'الحقول المطلوبة'),(385,385,2,'الحقول الموصى بها'),(386,386,2,'حقول العنوان'),(387,387,2,'خيارات'),(388,388,2,'خيارات اكستريور'),(389,389,2,'الخيارات الداخلية'),(390,390,2,'خيارات أخرى'),(391,391,2,'إدارة الصور'),(392,392,2,'معرض صور السيارات'),(393,393,2,'Advertisment'),(394,394,2,'Customer\'s information '),(395,395,2,'ادارة المركبة : : ادارة البيع'),(396,396,2,'[ طلب شراء ]'),(397,397,2,'[ شراء مخفي ]'),(398,398,2,'[ إرسال طلب ]'),(399,399,2,'إرسال إعلام طلب الشراء'),(400,400,2,'إرسال إعلام طلب الشراء'),(401,401,2,'تعيين إلى نعم إذا كنت تريد أن يتم إخطار عن طريق البريد الإلكتروني عندما يرسل مستخدم طلب شراء. استخدام لوحة على الحق في تعيين الذين سوف ترسل هذه الإشعارات. يمكنك تعيين عناوين البريد الإلكتروني في استقبال [ تكوين الخلفية ].'),(402,402,2,'مجموعات المستخدم من شراء الإخطارات التي سيتم إرسال الطلب'),(403,403,2,'مجموعات المستخدم من شراء الإخطارات التي سيتم إرسال طلب'),(404,404,2,'اختيار مجموعات المستخدمين سوف ترسل طلب شراء الإشعارات. وسوف يتم تنشيط هذه الوظيفة إلا إذا -- طلب إرسال إشعار شراء -- ومن المقرر أيضا أن نعم'),(405,405,2,'طلب شراء عن طريقالبريد الإلكتروني'),(406,406,2,'طلب شراء عن طريق البريد الإلكتروني'),(407,407,2,'حيث لإرسال رسائل الإعلام عن طلب شراء جديدة تضاف. يمكنك إدخال عدة عناوين البريد الإلكتروني مفصولة بفاصلة.'),(408,408,2,'ادارة المركبة : : إعدادات'),(409,409,2,'إزالة'),(410,410,2,'صور '),(411,411,2,'تظهر مراجعة التبويب'),(412,412,2,'تظهر مراجعة التبويب'),(413,413,2,'تعيين إلى نعم إذا كنت تريد أن تظهر علامة التبويب مراجعات.'),(414,414,2,'عرض موقع التبويب'),(415,415,2,'عرض موقع التبويب'),(416,416,2,'تعيين إلى نعم إذا كنت تريد أن تظهر علامة المكان.'),(417,417,2,'[ أضف المركبات ]'),(418,418,2,'عرض زر<br />[ أضف المركبات ]'),(419,419,2,'عرض زر<br />[ أضف المركبات ]'),(420,420,2,'يظهر زر [ أضف المركبات ] في قائمة السيارات في الواجهة'),(421,421,2,'يسمح زر<br />[ أضف المركبات ]'),(422,422,2,'يسمح زر<br />[ أضف المركبات ]'),(423,423,2,'يسمح زر [ اضف المركبات ] في الواجهة الأمامية. وسوف يتم تنشيط هذه الوظيفة إلا إذا -- إظهار زر [ اضف المركبات ]-- ومن المقرر أيضا أن نعم!'),(424,424,2,'Show button<br />[ print PDF ]'),(425,425,2,'Show button<br />[ print PDF ]'),(426,426,2,'Shows button [ print PDF ] in the vehicle list in the frontend'),(427,427,2,'Allow button<br />[ print PDF ]'),(428,428,2,'Allow button<br />[ print PDF ]'),(429,429,2,'Allow button [ print PDF ] in the frontend. This function will be activated only if --Show button [ print PDF ]-- is also set to YES!'),(430,430,2,'Show button<br />[ print View ]'),(431,431,2,'Show button<br />[ print View ]'),(432,432,2,'Shows button [ print View ] in the vehicle list in the frontend'),(433,433,2,'Allow button<br />[ print View ]'),(434,434,2,'Allow button<br />[ print View ]'),(435,435,2,'Allow button [ print View ] in the frontend. This function will be activated only if --Show button [ print View ]-- is also set to YES!'),(436,436,2,'Show button<br />[ send Link ]'),(437,437,2,'Show button<br />[ send Link ]'),(438,438,2,'Shows button [ send Link ] in the vehicle list in the frontend'),(439,439,2,'Allow button<br />[ send Link ]'),(440,440,2,'Allow button<br />[ send Link ]'),(441,441,2,'Allow button [ send Link ] in the frontend. This function will be activated only if --Show button [ send Mail ]-- is also set to YES!'),(442,442,2,'الاتصالات'),(443,443,2,'تظهر الأسماء'),(444,444,2,'تظهر الأسماء '),(445,445,2,'عرض الاتصالات على \'Main\' tab .'),(446,446,2,'موقع الصور'),(447,447,2,'الموقع من الصور التي تم تحميلها على الخادم. المسار هو نسبة إلى الدليل الرئيسي وبدء جملة ويجب أن ينتهي /'),(448,448,2,'موقع الصور'),(449,449,2,'المتاحة للإيجار من'),(450,450,2,'متاح للإيجار حتى'),(451,451,2,'غير متوفرة للإيجار'),(452,452,2,'المتاحة للإيجار'),(453,453,2,'تم تخزين السيارة الخاصة بك في قاعدة البيانات الخاصة بنا. ونحن سوف تحقق طلبك وإضافة سيارتك في أقرب وقت ممكن.<br />شكرا لكم لاستخدام خدماتنا'),(454,454,2,'موقع'),(455,455,2,'رئيسي'),(456,456,2,'---select---'),(457,457,2,'For rent'),(458,458,2,'For sale'),(459,459,2,'negotiable,starting'),(460,460,2,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(461,461,2,'new,used'),(462,462,2,'manual,automatic'),(463,463,2,'active,offer,contract,closed,withdrawn'),(464,464,2,'Fwd,Rwd,Awd,4wd,2wd'),(465,465,2,'petrol,diesel,gas,electric,hybrid,unlisted'),(466,466,2,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(467,467,2,'4,5,6,8,10,12,16'),(468,468,2,'none,2,3,4,5,6,7'),(469,469,2,'Edit'),(470,470,2,'Approved'),(471,471,2,'Maker'),(472,472,2,'Show my vehicles'),(473,473,2,'all'),(474,474,2,'from'),(475,475,2,'to'),(476,476,2,'list'),(477,477,2,'gallery'),(478,478,2,'User-selectable'),(479,479,2,'Owner'),(480,480,2,'Full XML'),(481,481,2,'Id'),(482,482,2,'Add Vehicle'),(483,483,2,'Publish'),(484,484,2,'Unpublish'),(485,485,2,'Delete'),(486,486,2,'Return vehicle from rent'),(487,487,2,'Rent'),(488,488,2,'You have not hevicles'),(489,489,2,'Sorry, you have not access to this page'),(490,490,2,'Show RSS'),(491,491,2,'Show RSS or not'),(492,492,2,'Show RSS'),(493,493,2,'Allow RSS for'),(494,494,2,'Allow RSS'),(495,495,2,'Select users for whom allow RSS'),(496,496,2,'Approve added vehicles'),(497,497,2,'Approve added vehicles'),(498,498,2,'Approve vehicles added'),(499,499,2,'Allow approve'),(500,500,2,'Allow approve'),(501,501,2,'Choose users whom allow approve vehicles from frontend'),(502,502,2,'View type'),(503,503,2,'View type'),(504,504,2,'Select view type for vehicles'),(505,505,2,'Show location map'),(506,506,2,'Location map'),(507,507,2,'If choose \\\"yes\\\" then show location map '),(508,508,2,'Save database after uninstall component:'),(509,509,2,'Update'),(510,510,2,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(511,511,2,'Show owner'),(512,512,2,'Show owner'),(513,513,2,'Show vehicle owner or not'),(514,514,2,'Rent request answer'),(515,515,2,'Rent request answer'),(516,516,2,'Send email to user about rent request solution'),(517,517,2,'Accepted'),(518,518,2,'Declined'),(519,519,2,'Answer for your rent request'),(520,520,2,'Your rent request for vehicle'),(521,521,2,''),(522,522,2,'no-img_eng_big.gif'),(523,523,2,'Edit vehicle'),(524,524,2,'Add Vehicle'),(525,525,2,'Edit Vehicle'),(526,526,2,'My vehicles'),(527,527,2,'Show button<br />[ Owners List ]'),(528,528,2,'Show owners list'),(529,529,2,'If choose \\\"yes\\\" then show owners list in frontend'),(530,530,2,'Allow button<br />[ Owners List ]'),(531,531,2,'Allow owners list'),(532,532,2,'Choose users, whom allow show owners list'),(533,533,2,'Owners list'),(534,534,2,'Owners list'),(535,535,2,'Owners'),(536,536,2,'Vehicles'),(537,537,2,'User vehicles'),(538,538,2,'There have not vehicles'),(539,539,2,'You have not logined! If you want edit vehicle in future, then login!'),(540,540,2,'Rent request'),(541,541,2,'Vehicle with this Id do not find'),(542,542,2,'You can\'t view this page because it not published'),(543,543,2,'You can\'t view this page because it not approved by administrator'),(544,544,2,'Check categories of vehicles'),(545,545,2,'Are you sure?'),(546,546,2,'Please select vehicles first!'),(547,547,2,'Form for answer to rent request'),(548,548,2,'Form for answer to rent request'),(549,549,2,'Form for answer to rent request'),(550,550,2,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(551,551,2,'Buy request answer'),(552,552,2,'Buy request answer'),(553,553,2,'Send email to user about buy request solution'),(554,554,2,'Form for answer to buy request'),(555,555,2,'Form for answer to buy request'),(556,556,2,'Form for answer to buy request'),(557,557,2,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(558,558,2,'Accepted'),(559,559,2,'Declined'),(560,560,2,'Publish added vehicles'),(561,561,2,'Publish added vehicles'),(562,562,2,'Publish vehicles added'),(563,563,2,'Allow publish'),(564,564,2,'Allow publish'),(565,565,2,'Choose users whom allow publish vehicles'),(566,566,2,'Date'),(567,567,2,'Rent before end notify'),(568,568,2,'Rent before end notify'),(569,569,2,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(570,570,2,'Rent end days'),(571,571,2,'Rent end days'),(572,572,2,'How much days before rent end send notify email'),(573,573,2,'Rent end email'),(574,574,2,'Rent end email'),(575,575,2,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(576,576,2,'Edit rent'),(577,577,2,'VehicleManager - Edit vehicle rent details'),(578,578,2,'User groups for which Contacts  will show'),(579,579,2,'User groups for which Contacts  will show'),(580,580,2,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(581,581,2,'User groups for which Location tab will be shown'),(582,582,2,'User groups for which Location tab will be shown'),(583,583,2,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(584,584,2,'User groups for which Reviews tab will be shown'),(585,585,2,'User groups for which Reviews tab will be shown'),(586,586,2,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(587,587,2,'Show Buy Request'),(588,588,2,'Show Buy request in the frontend'),(589,589,2,'Set Yes to show the button Send Buy Request on the frontend.'),(590,590,2,'User groups which will see button Send Buy Request'),(591,591,2,'Allow Buy request'),(592,592,2,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(593,593,2,'Send Add vehicle Notification'),(594,594,2,'Send Add vehicle Notification'),(595,595,2,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in [ Configuration Backend ].'),(596,596,2,'User groups from which Add vehicle notifications will be sent'),(597,597,2,'User groups from which Add vehicle notifications will be sent'),(598,598,2,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(599,599,2,'Show fields in list view'),(600,600,2,'This section helps to configure the view only but not to restrict user rights.'),(601,601,2,'To show the [Price] a radio selector [Show price] must be checked.'),(602,602,2,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(603,603,2,'Community Builder plugin / My Vehicles menu item settings'),(604,604,2,'Show my vehicles (in CB)'),(605,605,2,'Show edit vehicles'),(606,606,2,'Show rent requests'),(607,607,2,'Show buy requests'),(608,608,2,'Show user rent history'),(609,609,2,'Show my vehicles to'),(610,610,2,'Show edit vehicles to'),(611,611,2,'Show rent requests to'),(612,612,2,'Show buy requests to'),(613,613,2,'Show user rent history to'),(614,614,2,'Show my vehicles'),(615,615,2,'Show edit vehicles'),(616,616,2,'Show rent requests'),(617,617,2,'Show buy requests'),(618,618,2,'Show user rent history'),(619,619,2,'Show button \'show my vehicles\' on CB plugin'),(620,620,2,'Show my vehicles'),(621,621,2,'Select user group for which will be show this button'),(622,622,2,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(623,623,2,'Show edit vehicles'),(624,624,2,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(625,625,2,'Show rent requests'),(626,626,2,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(627,627,2,'Show buy requsts'),(628,628,2,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(629,629,2,'Show my rent history'),(630,630,2,'Calendar of availability and rental rates per period'),(631,631,2,'Week'),(632,632,2,'Weekend'),(633,633,2,'Midweek'),(634,634,2,'Year'),(635,635,2,'Month'),(636,636,2,'Calendar'),(637,637,2,'Add price'),(638,638,2,'Select price which are necessary to remove'),(639,639,2,'Available date Not available date for rent'),(640,640,2,'Not available date for rent'),(641,641,2,'New price rent'),(642,642,2,'Add new price rent'),(643,643,2,'Calendar'),(644,644,2,'User groups for which Calendar tab will be shown'),(645,645,2,'Show Rent Calendar Tab'),(646,646,2,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(647,647,2,'Show Calendar Tab'),(648,648,2,'Show Calendar Tab'),(649,649,2,'Set Yes to show Calendar tab'),(650,650,2,'Show owner'),(651,651,2,'Show calendar'),(652,652,2,'Show house calendar or not'),(653,653,2,'Default price label for calendar'),(654,654,2,'Default price labels for calendar (weekend, week, midweek)'),(655,655,2,'Default price label for calendar'),(656,656,2,'VehicleManager :: Featured Manager'),(657,657,2,'Feature'),(658,658,2,'Category'),(659,659,2,'Published'),(660,660,2,'Name Alias'),(661,661,2,'Category Alias'),(662,662,2,'Features'),(663,663,2,'Image'),(664,664,2,'Select photo if it is necessary to remove'),(665,665,2,'Recommended image size 25 x 25 pixels'),(666,666,2,'Categories for Manager Feature'),(667,667,2,'Category must be entered, separated by commas'),(668,668,2,'Categories for Manager Feature'),(669,669,2,'Image for Manager Feature'),(670,670,2,'Image for Manager Feature'),(671,671,2,'If choose \\\"yes\\\" then show image for Manager Feature'),(672,672,2,'Show categories for Manager Feature'),(673,673,2,'Show categories for Manager Feature'),(674,674,2,'If choose \\\"yes\\\" then show categories for Manager Feature'),(675,675,2,'Currency'),(676,676,2,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(677,677,2,'Currency with coefficients'),(678,678,2,'Show price sepaprator'),(679,679,2,'Show price sepaprator'),(680,680,2,'Show price sepaprator'),(681,681,2,'Get geographic coordinates'),(682,682,2,'Language'),(683,683,2,'Show Custom Text Field 1'),(684,684,2,'Show Custom Text Field 2'),(685,685,2,'Show Custom Text Field 3'),(686,686,2,'Show Custom Text Field 4'),(687,687,2,'Show Custom Text Field 5'),(688,688,2,'Show Custom Dropdown Field 6'),(689,689,2,'Show Custom Dropdown Field 7'),(690,690,2,'Show Custom Dropdown 8'),(691,691,2,'Show Custom Dropdown 9'),(692,692,2,'Show Custom Dropdown 10'),(693,693,2,'Custom Fields Manager'),(694,694,2,'Custom Text 1'),(695,695,2,'Custom Text 2'),(696,696,2,'Custom Text 3'),(697,697,2,'Custom Text 4'),(698,698,2,'Custom Text 5'),(699,699,2,'Custom Dropdown Field 6'),(700,700,2,'Custom Dropdown Field 7'),(701,701,2,'Custom Dropdown Field 8'),(702,702,2,'Custom Dropdown Field 9'),(703,703,2,'Custom Dropdown Field 10'),(704,704,2,'Extra1,Extra2,Extra3,Extra4,Extra5'),(705,705,2,'Extra1,Extra2,Extra3,Extra4,Extra5'),(706,706,2,'Extra1,Extra2,Extra3,Extra4,Extra5'),(707,707,2,'Extra1,Extra2,Extra3,Extra4,Extra5'),(708,708,2,'Extra1,Extra2,Extra3,Extra4,Extra5'),(709,709,2,'Frontend Settings'),(710,710,2,'Category Page Settings'),(711,711,2,'Email and Notification Settings'),(712,712,2,'Global Settings'),(713,713,2,'Plugins Settings'),(714,714,2,'Image Settings'),(715,715,2,'Tabs Settings'),(716,716,2,'Seller Contact Settings'),(717,717,2,'Feature list settings'),(718,718,2,'Extra Fields manager'),(719,719,2,'Rent Request Options'),(720,720,2,'Buy Request Options'),(721,721,2,'eDocument Options'),(722,722,2,'Price Settings'),(723,723,2,'Show address on map'),(724,724,2,'General Info'),(725,725,2,'Specifications'),(726,726,2,'Photos and Documents'),(727,727,2,'Additional info'),(728,728,2,'Seller Contacts'),(729,729,2,'Required fields'),(730,730,2,'Vehicle Details'),(731,731,2,'Attachment Documents'),(732,732,2,'Set size of  images in gallery - width/height in px'),(733,733,2,'Vehicle gallery photo size'),(734,734,2,'Set gallery photo size - width/height in px'),(735,735,2,'VehicleManager :: Language Manager'),(736,736,2,'Lang tag'),(737,737,2,'Constant'),(738,738,2,'Value constant'),(739,739,2,'Sys type'),(740,740,2,'All Categories Layout'),(741,741,2,'Single Category Layout'),(742,742,2,'Vehicle Page Layout'),(743,743,2,'All Vehicles Layout'),(744,744,2,'Common Settings'),(745,745,2,'Allowed Exts eDocument'),(746,746,2,'Allowed Exts Image'),(747,747,2,'Price Format'),(748,748,2,'Date & Time format'),(749,749,2,'Date format'),(750,750,2,'Time format'),(751,751,2,'%Y - Year; %m - month;  %d - day'),(752,752,2,'%H - hours; %i - minutes; %s - seconds'),(753,753,2,'Price unit show'),(754,754,2,'After'),(755,755,2,'Before'),(756,756,2,'Select price ditlimer os set youre.'),(757,757,2,'Show price unit before or affter price'),(758,758,2,'Owner custom email'),(759,759,2,'The main image is absent'),(760,760,2,'Select photos which are necessary to remove from photo gallery'),(761,761,2,'Add new photo'),(762,762,2,'Order By'),(763,763,2,'No reviews for vehicle.'),(764,764,2,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(765,765,2,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(766,766,2,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(767,767,2,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(768,768,2,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(769,769,2,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(770,770,2,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(771,771,2,'Search Layout'),(772,772,2,'Here You can select a layout for some view.'),(773,773,2,'License text <br> Sys type(License Text)'),(774,774,2,'Rent Requests'),(775,775,2,'Sale Manager'),(776,776,2,'Features Manager'),(777,777,2,'Import/Export'),(778,778,2,'Language Manager'),(779,779,2,'Settings'),(780,780,2,'Group'),(781,781,2,'Count of cars'),(782,782,2,'How many cars users can publish from a specific group.'),(783,783,2,'Show PayPal buy'),(784,784,2,'Allow PayPal buy'),(785,785,2,'Show PayPal rent'),(786,786,2,'Allow PayPal rent'),(787,787,2,'Your PayPal email'),(788,788,2,'Successful return url'),(789,789,2,'After successful payment returns the buyer on your page.'),(790,790,2,'Image url'),(791,791,2,'Add image to PayPal page.'),(792,792,2,'Cancel return url'),(793,793,2,'If buyer press cancel in payment page, returns the buyer on your page.'),(794,794,2,'Real(yes) or a test(no) PayPal account'),(795,795,2,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(796,796,2,'PayPal Options'),(797,797,2,'Number of photos'),(798,798,2,'How many photos in gallery users can publish from a specific group.'),(799,799,2,'Total price: '),(800,800,2,'Go now to PayPal'),(801,801,2,'Special price per day'),(802,802,2,'Special price per night'),(803,803,2,'Add new special price and save'),(804,804,2,'From'),(805,805,2,'To'),(806,806,2,'Price per day'),(807,807,2,'Сalculate'),(808,808,2,'Special price and rent time'),(809,809,2,'Special price per day(\"yes\") or per night(\"no\")'),(810,810,2,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(811,811,2,'Pay'),(812,812,2,'Language'),(813,813,2,'Select Language'),(814,814,2,'Clone'),(815,815,2,'Orders'),(816,816,2,'Message for Cancel URL text'),(817,817,2,'Message for Successes URL text'),(818,818,2,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(819,819,2,'Category/All vehicle Layout Settings'),(820,820,2,'Email Notification Options'),(821,821,2,'Review Notification Options'),(822,822,2,'Order ID'),(823,823,2,'Vehicle title'),(824,824,2,'Email'),(825,825,2,'Date'),(826,826,2,'Status'),(827,827,2,'Price'),(828,828,2,'Paid'),(829,829,2,'Details'),(830,830,2,'User'),(831,831,2,'Username'),(832,832,2,'Accept type/info: '),(833,833,2,'Payment system: '),(834,834,2,'Payer email: '),(835,835,2,'Pending reason: '),(836,836,2,'In your request encountered an error, please contact the administrator!'),(837,837,2,'Please insert a Price for this house!'),(838,838,2,'To add special prices, you must first save property !'),(839,839,2,'Crop image'),(840,840,2,'Set Yes to crop images and No to scale images'),(841,841,2,'Insert the Message on page with notification about unsuccessfull payment'),(842,842,2,'You do unsuccess payment!'),(843,843,2,'Insert the Message on page with notification about successfull payment'),(844,844,2,'You do success payment!'),(845,845,2,'Video'),(846,846,2,'Video source'),(847,847,2,'Delete video'),(848,848,2,'Add new video file'),(849,849,2,'Track for video'),(850,862,2,'Upload track'),(851,850,2,'Track download link'),(852,851,2,'Delete track'),(853,852,2,'Video and track support:'),(854,853,2,'Add new track'),(855,854,2,'Add alternative video'),(856,855,2,'Upload video'),(857,856,2,'Video download link'),(858,857,2,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(859,858,2,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(860,859,2,'Kind (Specifies the kind of text track)'),(861,860,2,'Src lang (language of the track)'),(862,861,2,'Label (Specifies the title of the text track)'),(863,863,2,'Error uploading video!'),(864,864,2,'Error uploading track!'),(865,865,2,'Location of video'),(866,866,2,'Location of track'),(867,867,2,'Allowed Exts Video'),(868,868,2,'Allowed Exts Track'),(869,869,2,'Please insert an track kind'),(870,870,2,'Please insert an track language'),(871,871,2,'Please insert an track title'),(872,872,2,'Video/Track Options'),(873,873,2,'Options for user groups'),(874,874,2,'Update options'),(875,875,2,'Buttons Settings'),(876,876,2,'Vehicle Maps Image, px:'),(877,877,2,'Set maps image width/height in pixels'),(878,878,2,'Vehicle Page Settings'),(879,879,2,'Common Settings'),(880,880,2,'AllCategories Layout Settings'),(881,881,2,'Approve Published Review:'),(882,882,2,'Approve Published For'),(883,883,2,'Buttons Settings'),(884,884,2,'Post max size in your PHP settings less than your video file.!'),(885,885,2,'Upload max file size in your PHP settings less than your video file.!'),(886,886,2,'File uploads is off in your PHP settings.!'),(887,887,2,'Rent history'),(888,888,2,'VehicleManager :: Rent Hisory'),(889,889,2,'Users Rent History'),(890,890,2,'VehicleManager :: Users Rent Hisory'),(891,891,2,'OwnerID'),(892,892,2,'Contact agent'),(893,894,2,'View listing'),(894,893,2,'Contact info'),(895,895,2,'Your review has been added'),(896,896,2,'Edit vehicles'),(897,897,2,'Vehicle Location'),(898,898,2,'Exterior & Interior'),(899,899,2,'Attachments'),(900,901,2,'You have max photos. Limit for this users group'),(901,902,2,'Address'),(902,903,2,'Range(km)'),(903,904,2,'Select Category'),(904,905,2,'Search'),(905,900,2,'VehicleManager : Orders'),(906,906,2,'Other'),(907,907,2,'No reviews for vehicle'),(908,908,2,'Captcha Settings'),(909,909,2,'Show captcha<br />for review form'),(910,910,2,'Show captcha for review form in the reviews tab on the frontend'),(911,911,2,'Allow captcha<br />for review form'),(912,912,2,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(913,913,2,'Show captcha for<br />contact agent form'),(914,914,2,'Show captcha for contact agent form in the reviews tab on the frontend'),(915,915,2,'Allow captcha for<br />contact agent form'),(916,916,2,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(917,917,2,'Show captcha<br />for booking form'),(918,918,2,'Show captcha for booking form in the reviews tab on the frontend'),(919,919,2,'Allow captcha<br />for booking form'),(920,920,2,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(921,921,2,'Show button Add to Wish List'),(922,922,2,'Show button Add to Wish List or not'),(923,923,2,'Allow Wish List for'),(924,924,2,'Select users for whom allow Wish List'),(925,925,2,'Add to wishlist'),(926,926,2,'Remove from wishlist'),(927,927,2,'Google Map Options'),(928,928,2,'Api Key'),(929,929,2,'Field to enter google map api key'),(930,930,2,'Google Maps API error: missing key map error!'),(931,931,2,'To get Google Maps API key follow below link'),(932,932,2,'Settings Layout Search Results '),(933,933,2,'Show map<br />for layout search results'),(934,934,2,'Show map for layout search results on the frontend'),(935,935,2,'Allow map<br />for layout search results'),(936,936,2,'Allow map for layout search results in the frontend.'),(937,937,2,'Show order by form<br />for all layouts'),(938,938,2,'Show order by form for all layouts on the frontend'),(939,939,2,'Allow order by form<br />for all layouts'),(940,940,2,'Allow order by form for all layouts in the frontend.'),(941,941,2,'Show Contact Agent/Book Now Tab'),(942,942,2,'Set Yes to show Contact Agent/Book Now tab'),(943,943,2,'User groups for which Contact Agent/Book Now tab will be shown'),(944,944,2,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(945,945,2,'Access to edit vehicles from other users'),(946,946,2,'Options access to edit vehicles'),(947,947,2,'Users group who will have access to edit users vehicles'),(948,948,2,'Permit edit vehicles for other users'),(949,949,2,'Select all users'),(950,950,2,'Select the plugin in Vehicle Manager settings!'),(951,951,2,'Show google captcha'),(952,952,2,'Show google captcha'),(953,953,2,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(954,954,2,'Mandatory fields'),(955,955,2,'Year of issue'),(956,956,2,'Set \"YES\" make the field year of issue mandatory'),(957,957,2,'Mileage'),(958,958,2,'Set \"YES\" make the field mileage mandatory'),(959,959,2,'Price'),(960,960,2,'Set \"YES\" make the field price mandatory'),(961,961,2,'Show search button<br>on frontend'),(962,962,2,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(963,963,2,'Show search button<br>for users'),(964,964,2,'Select the user for which the search button on frontend will be displayed.'),(965,965,2,'anonymous'),(966,966,2,'New rent request added!'),(967,967,2,'New buying request added!'),(968,968,2,'New vehicle review added'),(969,969,2,'SUBJECT'),(970,970,2,'Rent expire Notice!'),(971,971,2,'Add email user to <br /> send reply'),(972,972,2,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(973,973,2,'Add email user to review notification'),(974,974,2,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(975,975,2,'Add email user to vehicle notification'),(976,976,2,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(977,977,2,'Add email user to buying request notification'),(978,978,2,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(979,979,2,'Settings rent options on search page'),(980,982,2,'Search Settings'),(981,980,2,'Show available for rent'),(982,981,2,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(983,983,2,'Show year of issue'),(984,984,2,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(985,985,2,'Show price of vehicle'),(986,986,2,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(987,987,2,'Show condition status'),(988,988,2,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(989,989,2,'Show listing status'),(990,990,2,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(991,991,2,'Show transmission type'),(992,992,2,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(993,993,2,'Show maker'),(994,994,2,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(995,995,2,'Show drive type'),(996,996,2,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(997,997,2,'Show vehicle model'),(998,998,2,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(999,999,2,'Show number cylinders'),(1000,1000,2,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1001,1001,2,'Show vehicle type'),(1002,1002,2,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1003,1003,2,'Show number speeds'),(1004,1004,2,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1005,1005,2,'Show listing type'),(1006,1006,2,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1007,1007,2,'Show vehicle fuel type'),(1008,1008,2,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1009,1009,2,'Show vehicle price type'),(1010,1010,2,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1011,1011,2,'Show vehicle number doors'),(1012,1012,2,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1013,1013,2,'Show vehicle category'),(1014,1014,2,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1015,1015,2,'Show vehicle ID'),(1016,1016,2,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1017,1017,2,'Show vehicle description'),(1018,1018,2,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1019,1019,2,'Show title'),(1020,1020,2,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1021,1021,2,'Show address'),(1022,1022,2,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1023,1023,2,'Show country'),(1024,1024,2,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1025,1025,2,'Show region'),(1026,1026,2,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1027,1027,2,'Show city'),(1028,1028,2,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1029,1029,2,'Show district'),(1030,1030,2,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1031,1031,2,'Show zipcode'),(1032,1032,2,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1033,1033,2,'Show owner'),(1034,1034,2,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1035,1035,2,'Show mileage'),(1036,1036,2,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1037,1037,2,'Show contact information'),(1038,1038,2,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1039,1039,2,'Show engine type'),(1040,1040,2,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1041,1041,2,'Show city MPG/KPL'),(1042,1042,2,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1043,1043,2,'Show highway MPG/KPL'),(1044,1044,2,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1045,1045,2,'Show wheelbase'),(1046,1046,2,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1047,1047,2,'Show wheeltype'),(1048,1048,2,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1049,1049,2,'Show rear axel type'),(1050,1050,2,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1051,1051,2,'Show brakes type'),(1052,1052,2,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1053,1053,2,'Show exterior colors'),(1054,1054,2,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1055,1055,2,'Show exterior extras'),(1056,1056,2,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1057,1057,2,'Show interior colors'),(1058,1058,2,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1059,1059,2,'Show dashboard options'),(1060,1060,2,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1061,1061,2,'Show interior extras'),(1062,1062,2,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1063,1063,2,'Show safety options'),(1064,1064,2,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1065,1065,2,'Show warranty options'),(1066,1066,2,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1067,1067,2,'Show exactly to all'),(1068,1068,2,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1069,1069,2,'Show search keywords'),(1070,1070,2,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(1071,1071,2,'Options for search button'),(1072,1072,2,'Options for fields in Advance Search Layout'),(1073,1073,2,'Options for search form'),(1074,1074,2,'Show search form on nothing found page'),(1075,1075,2,'Show search form on nothing found page. Set \"YES\" show search form.'),(1076,1076,2,'Show search form on result search page'),(1077,1077,2,'Show search form on result search page. Set \"YES\" show search form.'),(1078,1078,2,'Redirect settings'),(1079,1079,2,'Redirect settings for rent'),(1080,1080,2,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(1081,1081,2,'Redirect settings for sale'),(1082,1082,2,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(1083,1083,2,'Show country, region and<br>city option as text field'),(1084,1084,2,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(1085,1085,2,'How fields Country, Region and City use'),(1086,1086,2,'Settings for Search Layout'),(1087,1087,2,'Select Search Layout by default'),(1088,1088,2,'Select search layout by default on the frontend!'),(1089,1089,2,'Order field settings'),(1090,1090,2,'Select order by default'),(1091,1091,2,'Select an option to sort by default the search result.'),(1092,1092,2,'Vehicle slider option'),(1093,1093,2,'Show vehicle as slider'),(1094,1094,2,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(1095,1095,2,'Input initial-final year'),(1096,1096,2,'Input initial and final year of calendar. Final year value should be more then initial value.'),(1097,1097,2,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(1098,1098,2,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(1099,1099,2,'Show fraction in price'),(1100,1100,2,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(1101,1101,2,'Count Vehicles in row'),(1102,1102,2,'More than 1199px'),(1103,1103,2,'More than 1199px'),(1104,1104,2,'Less than 1200px andmore than 991px'),(1105,1105,2,'Less than 1200px andmore than 991px'),(1106,1106,2,'Less than 992px andmore than 767px'),(1107,1107,2,'Less than 992px andmore than 767px'),(1108,1108,2,'Less than 768px andmore than 489px'),(1109,1109,2,'Less than 768px andmore than 489px'),(1110,1110,2,'User order'),(1111,1111,2,'Watermark settings'),(1112,1112,2,'Enable watermark'),(1113,1113,2,'Watermark text'),(1114,1114,2,'Watermark size, %'),(1115,1115,2,'Font color'),(1116,1116,2,'Font angle'),(1117,1117,2,'Watermark position'),(1118,1118,2,'Watermark opacity'),(1119,1119,2,'Set Yes to show watermark'),(1120,1120,2,'Watermark text'),(1121,1121,2,'Watermark size, %'),(1122,1122,2,'Font color for watermark'),(1123,1123,2,'Font angle for watermark'),(1124,1124,2,'Watermark position for watermark'),(1125,1125,2,'Watermark opacity for watermark'),(1126,1127,2,'Watermark Type'),(1127,1128,2,'Select file for watermark'),(1128,1129,2,'Text or Image'),(1129,1130,2,'Select image for Watermark'),(1130,1126,2,'Categories order by default'),(1131,1131,2,'All vehicles'),(1132,1132,2,'Title'),(1133,1133,2,'Maker'),(1134,1134,2,'Model'),(1135,1135,2,'Description'),(1136,1136,2,'Vehicle ID'),(1137,1137,2,'Location'),(1138,1138,2,'Country'),(1139,1139,2,'City'),(1140,1140,2,'Region'),(1141,1141,2,'Zipcode'),(1142,1142,2,'Search by'),(1143,1143,2,'Please select only one value'),(1144,1144,2,'Min size image for watermark'),(1145,1145,2,'Minimum image size to include watermark'),(1146,1146,2,'Rent From and Rent Until fields  are required!'),(1147,1147,2,'Allow price as string'),(1148,1148,2,'Set \"yes\", if you want display price as string. '),(1149,1149,2,'You typed bad characters from picture!'),(1150,1150,2,'Slider settings'),(1151,1151,2,'The height of the slider is measured as a percentage of the slider width'),(1152,1152,2,'Slider height, %'),(1153,1153,2,'Slide show type \"Filling in\" or \"Proportionally\"'),(1154,1154,2,'Slide show type'),(1155,1155,2,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(1156,1156,2,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(1157,1157,2,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(1158,1158,2,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(1159,1159,2,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(1160,1160,2,'Payment system Options'),(1161,1161,2,'Show button \"Buy\" for sale vehicles'),(1162,1162,2,'Allow button \"Buy\" for sale vehicles'),(1163,1163,2,'Show button \"Buy\" for rent vehicles'),(1164,1164,2,'Allow button \"Buy\" for rent vehicles'),(1165,2,3,'Upravljanje vozilima'),(1166,3,3,'Naš katalog vozila za prodaju ili iznajmljivanje'),(1167,4,3,'Pretraga'),(1168,5,3,'Pretraga'),(1169,6,3,'no-img_eng.gif'),(1170,7,3,'Nije Vam dopuštena ova akcija!'),(1171,8,3,'OK'),(1172,9,3,'Status'),(1173,10,3,'VehicleManager : Import/Export'),(1174,11,3,'Prvo morate dodati kategoriju za ovu sekciju.'),(1175,12,3,'Odaberite'),(1176,13,3,'CSV File'),(1177,14,3,'XML File'),(1178,15,3,'Odaberite tip za import!'),(1179,16,3,'Odaberite kategoriju za import!'),(1180,17,3,'Odaberite fajl za import!'),(1181,18,3,'Odaberite tip za export!!'),(1182,19,3,'Import, tip'),(1183,20,3,'Odaberite format fajla'),(1184,21,3,'Odaberite format fajla'),(1185,22,3,'Kategorija'),(1186,23,3,'Kategorija'),(1187,24,3,'Odaberite kategoriju'),(1188,25,3,'Fajl za import'),(1189,26,3,'Fajl za import'),(1190,27,3,'Odaberi fajl za import'),(1191,28,3,'Trenutno CSV format nije podržan:<br />VehicleID | Opis | Link | Lista, tip |  Lokacija | Cijena | Ime | ...'),(1192,29,3,'Export, tip'),(1193,30,3,'Odaberi format fajla'),(1194,31,3,'Odaberi format fajla'),(1195,32,3,'Kategorija'),(1196,33,3,'Kategorija'),(1197,34,3,'Odaberi kategoriju'),(1198,35,3,'Eksport, rezultati'),(1199,36,3,'Možete preuzeti traženi Export na linku (desni klik za preuzimanje):'),(1200,37,3,'Fajlovi su možda još na serveru i mogu biti dostupni, morate ih odstraniti sami'),(1201,38,3,'VehicleManager : Kategorije'),(1202,39,3,'Kategorija'),(1203,40,3,'Vozila'),(1204,41,3,'Objavljeno'),(1205,42,3,'Presloži'),(1206,43,3,'Pristup'),(1207,44,3,'Provjerio:'),(1208,45,3,'Dodaj'),(1209,46,3,'Uredi'),(1210,47,3,'Ime kategorije nemože biti prazno'),(1211,48,3,'Kategorije'),(1212,49,3,'- Odaberi sliku -'),(1213,50,3,'Vrh'),(1214,51,3,'Nadimak kategorije'),(1215,52,3,'Ime kategorije'),(1216,53,3,'Slaganje'),(1217,54,3,'Slika'),(1218,55,3,'Pozicija slike'),(1219,56,3,'Parent Item'),(1220,57,3,'No preview available'),(1221,58,3,'Detlji'),(1222,59,3,'Obrisano'),(1223,60,3,'VehicleManager - Iznajmi vozilo'),(1224,61,3,'VehicleManager - Vraćanje nakon najma'),(1225,62,3,'Import'),(1226,63,3,'Export'),(1227,64,3,'- Sve kategorije'),(1228,65,3,'Odaberi kategoriju'),(1229,66,3,'Odaberi vozilo za najam'),(1230,67,3,'- Sva vozila'),(1231,68,3,'Najam'),(1232,69,3,'Nije iznajmljeno'),(1233,70,3,'Odaberi objavljeno'),(1234,71,3,'- Sva vozila'),(1235,72,3,'Nije objavljeno'),(1236,73,3,'Objavljeno'),(1237,74,3,'- Svi korisnici'),(1238,75,3,'Pretraga vozila'),(1239,76,3,'Rezultat pretrage'),(1240,77,3,'Ključne riječi pretrage'),(1241,78,3,'Pretraga'),(1242,79,3,'Nije ništa nađeno.'),(1243,80,3,'VehicleManager : Vozila'),(1244,81,3,'Pretraga:'),(1245,82,3,'Prvo kreirajte kategoriju za sekciju'),(1246,83,3,'Upravo ovo za sve'),(1247,84,3,'Napredna<br />pretraga'),(1248,85,3,'od'),(1249,86,3,'za'),(1250,87,3,'Godina'),(1251,88,3,'Cijena'),(1252,89,3,'Tip, lista'),(1253,90,3,'Status izlistavanja'),(1254,91,3,'Tip cijene'),(1255,92,3,'Model'),(1256,93,3,'Naziv'),(1257,94,3,'Vehicle ID'),(1258,95,3,'Rezultat'),(1259,96,3,'Opis'),(1260,97,3,'Kategorija'),(1261,98,3,'# Vozilo'),(1262,99,3,'Pogled'),(1263,100,3,'Adresa'),(1264,101,3,'Country'),(1265,102,3,'Kanton/Regija'),(1266,103,3,'Grad'),(1267,104,3,'Distrikt'),(1268,105,3,'Poštanski broj'),(1269,106,3,'Latitude'),(1270,107,3,'Longitude'),(1271,108,3,'Lokacija nedostupna'),(1272,109,3,'Tip vozila'),(1273,110,3,'Stanje'),(1274,111,3,'Kilometraža'),(1275,112,3,'Transmisija'),(1276,113,3,'Tip motora'),(1277,114,3,'Godina proizvodnje'),(1278,115,3,'Pogon'),(1279,116,3,'Gorivo'),(1280,117,3,'Broj brzina'),(1281,118,3,'Broj cilindara'),(1282,119,3,'Broj vrata'),(1283,120,3,'Broj sjedišta'),(1284,121,3,'Potrošnja, grad'),(1285,122,3,'Potrošnja, otvoreno'),(1286,123,3,'osovinski razmak'),(1287,124,3,'Točkovi'),(1288,125,3,'Zadnja osovina'),(1289,126,3,'Kočnice'),(1290,127,3,'Boja karoserije'),(1291,128,3,'Dodaci spolja'),(1292,129,3,'Boja unutrašnjosti'),(1293,130,3,'Opcije na panelu unutra'),(1294,131,3,'Dodaci unutra'),(1295,132,3,'Sigurnost'),(1296,133,3,'Garancija'),(1297,134,3,'Osnova'),(1298,135,3,'Pogon'),(1299,136,3,'Korozija'),(1300,137,3,'Aistencija na putu'),(1301,138,3,'Telefon'),(1302,139,3,'Ocjenjivanje'),(1303,140,3,'Link slike'),(1304,141,3,'Slika'),(1305,142,3,'Kupi sa linka'),(1306,143,3,'Iznajmi do'),(1307,144,3,'Iznajmi od'),(1308,145,3,'Iznajmi do'),(1309,146,3,'Vraćanje'),(1310,147,3,'Iznajmi od - do'),(1311,148,3,'nepoznato'),(1312,149,3,'Korisnik'),(1313,150,3,'e-mail'),(1314,151,3,'Poštanska adresa'),(1315,152,3,'Telefonski broj'),(1316,153,3,'Iznajmi do: '),(1317,154,3,'Pregledno'),(1318,155,3,'Presloži'),(1319,156,3,'Iznajmi'),(1320,157,3,'Objavljeno'),(1321,158,3,'Odobreno'),(1322,159,3,'Pregled datuma'),(1323,160,3,'Podkategorija'),(1324,161,3,'Glavna slika'),(1325,162,3,'Klik za učitavanj enove slike za vozilo'),(1326,163,3,'Ako učitate novu sliku, URL postojeće se briše i mijenja novom.'),(1327,164,3,'Greška kod učitavanja! Podržani formati su: jpg, png i gif'),(1328,165,3,'Obrazac rezervacije'),(1329,166,3,'Postojeći eDocument'),(1330,167,3,'Učitaj eDocument'),(1331,168,3,'Preuzmi eDocument'),(1332,169,3,'Obriši eDocument'),(1333,170,3,'eDocument'),(1334,171,3,'Greška kod učitavanja eDoc-a'),(1335,172,3,'Status'),(1336,173,3,'Zahtijevano'),(1337,174,3,'Dodaj utisak'),(1338,175,3,'Utisci'),(1339,176,3,'Spremi'),(1340,177,3,'Zahtjev za najam vozila'),(1341,178,3,'Rezerviraj'),(1342,179,3,'Utisak'),(1343,180,3,'Naslov'),(1344,181,3,'Ocjenjivanje'),(1345,182,3,'Komentar'),(1346,183,3,'Anonimno'),(1347,184,3,'Izdvojeni klikovi'),(1348,185,3,'Izdvojeni prikazi'),(1349,186,3,'Naslov vozila'),(1350,187,3,'Klikni na mapu za odabir lokacije vozila:'),(1351,188,3,'Upišite naslov za utisak!'),(1352,189,3,'Upišite tekst koji izražava vaše utiske'),(1353,190,3,'Upišite ocjenu vašeg utiska!'),(1354,191,3,'Upišite ime u zahtjev za najam!'),(1355,192,3,'Upišite ispravnu e-mail adresu!'),(1356,193,3,'Upišite ispravnu poštansku adresu u zahtjev za najam!'),(1357,194,3,'Upišite datum vraćanja vozila u Zahtjev!'),(1358,195,3,'Uključite bar jednu sliku vozila!'),(1359,196,3,'Nije specificirano'),(1360,197,3,'Arapski'),(1361,198,3,'Brazilski portugalski'),(1362,199,3,'Danski'),(1363,200,3,'Holandski'),(1364,201,3,'Engleski'),(1365,203,3,'Bosnian'),(1366,202,3,'Farsi'),(1367,204,3,'Francuski'),(1368,205,3,'Njemački'),(1369,206,3,'Mađarski'),(1370,207,3,'Italijanski'),(1371,208,3,'Litvanski'),(1372,209,3,'Norveški'),(1373,210,3,'Poljski'),(1374,211,3,'Portugualski'),(1375,212,3,'Rumunski'),(1376,213,3,'Ruski'),(1377,216,3,'Slovenian'),(1378,214,3,'Španski'),(1379,215,3,'Turski'),(1380,217,3,'NE'),(1381,218,3,'DA'),(1382,219,3,'Naslov vozila uređuje trenutno drugi administrator'),(1383,220,3,'Greška kod brisanja vozila!'),(1384,221,3,'Dodaj e-mail obavještenja za vozilo'),(1385,222,3,'Postavke Frontend-a'),(1386,223,3,'Postavke Administracije'),(1387,224,3,'VehicleID auto-povećanje'),(1388,225,3,'VehicleID automatski'),(1389,226,3,'DA ako želite da VehicleID ima automatsko uvećanje. NE ako želite ručno unositi'),(1390,227,3,'Aktivirajte eDocument podršku'),(1391,228,3,'eDocument podrška'),(1392,229,3,'DA ako želiote aktivirati eDocument spodršku za sučelje administracije'),(1393,230,3,'Lokacija eDocument fajla'),(1394,231,3,'Edocumenti, lokacija'),(1395,232,3,'Lokacija učitanih eDocumenata na serveru. Putanja relativna glavnom Joomla directoriju i mora početi i završiti sa /'),(1396,233,3,'Prikaži eDocuments link za preuzimanje'),(1397,234,3,'Prikaži eDocuments link na portalu'),(1398,235,3,'DA, ako želite preuzimanje eDocumenta na portalu.'),(1399,236,3,'Prikaži Dodati utisak'),(1400,237,3,'Prikaži utiske na portalu'),(1401,238,3,'DA za prikaz dugmeta za dodati utisak na portalu.'),(1402,239,3,'Grupe korisnika koje će vidjeti Unesi utisak'),(1403,240,3,'Dopusti utiske'),(1404,241,3,'Izaberi grupe korisnika koje vide Dodaj utisak opciju. Funkcija će biti aktivna samo ako je i Prikaži Dodaj utisak DA. Za biranje više grupa korisnika držati Ctrl i birati grupe.'),(1405,242,3,'Prikaži Rezervirati (Zahtjev za najam)'),(1406,243,3,'Prikaži status najma na portalu'),(1407,244,3,'Izaberi DA za prikaz dugmeta Rezerviranje na portalu.'),(1408,245,3,'Grupe korisnika koje vise Rezerviranje'),(1409,246,3,'Dopusti Zahtjev za najam'),(1410,247,3,'Odaberi koje grupe će vidjeti opciju Rezerviraj. Ova funkcija dostupna je samo ako je Prikaži Rezerviranje na DA. Odabir više grupa se obavlja držanjem Ctrl i biranjem grupa.'),(1411,248,3,'Prikaži cijenu'),(1412,249,3,'Prikaži cijenu'),(1413,250,3,'Prikaži cijenu vozila na portalu'),(1414,251,3,'Vozila po stranici.'),(1415,252,3,'Podesi broj vozila za prikaz po stranici.'),(1416,253,3,'Brojevi stranica.'),(1417,254,3,'Izgled liste vozila dimenzije slike'),(1418,255,3,'Izgled liste vozila dimenzije slike'),(1419,256,3,'Podesi izgled liste, dimenzije slike - širina/visina px'),(1420,257,3,'Podesi dimenziju glavne slike - širina/visina px'),(1421,258,3,'Podesi dumenziju glave slike - širina/visina px'),(1422,259,3,'Dimenzija glave slike vozila'),(1423,260,3,'Izgled galerije vozila dimenzija slika'),(1424,261,3,'Izgled galerije vozila dimenzija slika'),(1425,262,3,'Podesi izgled galerije dimenzija slika - šir./vis. px'),(1426,263,3,'Dimenzija slike vozila za učitavanje'),(1427,264,3,'Dimenzija slike vozila za učitavanje'),(1428,265,3,'Podesi dimenziju slike za učitavanje - širina/visina px'),(1429,266,3,'Broj predmeta po stranici'),(1430,267,3,'Predmeti na stranici'),(1431,268,3,'Ulazna količina vozila po stranici.'),(1432,269,3,'Dodaj vozilo, e-mail'),(1433,270,3,'E-mail adresa za notifikacije o novom dodatom vozilu'),(1434,271,3,'E-mail za utiske'),(1435,272,3,'E-mail za utiske'),(1436,273,3,'gdje poslati notifikaciju od novom dodatom utisku. Možete dodati i više adresa, odvojenih zarezima.'),(1437,274,3,'Zahtjev za najam, e-mail'),(1438,275,3,'Zahtjev za najam, e-mail'),(1439,276,3,'gdje poslati notifikaciju o novom Zahtjevu za najam. Možete dodati i više adresa, odvojenih zarezima.'),(1440,277,3,'VehicleManager : Zahtjevi za najam'),(1441,278,3,'VehicleManager : O ...'),(1442,279,3,'O ...'),(1443,280,3,'Obavještenje'),(1444,281,3,'Changelog'),(1445,282,3,'Dobrodošli u VehicleManager'),(1446,283,3,'Hvala što koristite našu komponentu!<br /><br />VehicleManager dopušta upravljanje velikim katalozima vozila. Dolazi sa podrškom za kategorijea i subkategorije i možete dodati VehicleID za vaše interne potrebe. Upravljanje najmom vozila je integrisana, sa mogućnošću da korisnici portala koriste ovu uslugu. VehicleManager takođe nudi mogućnost ostavljanja utisaka od korisnika, sa upravljanjem utiscima iz Administracije. Edocument podrška je ugrađena. Informacije i slike vozila mogu biti upisane ručno. <br/ ><br />NOTES: <br/ >- za preuzimanje slika za server da radi, trebate kompajlirati PHP5 sa CURL podrškom<br />- za CSV export funkciju, trebate kompajlirati PHP5 sa XSL podrškom<br/ >- za CAPTCHA opciju, trebate kompajlirati PHP5 sa GD podrškom<br /><br />Na portalu <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> možete naći VehicleManager Uputstvo, dodatne fajlove za jezike, forum za podršku i preuzeti dodatne module i plug-inove.<br /><br />U mogućnosti smo posebno razviti nove opcije za Vehiclemanager ukoliko ih trebate. Pošaljite e-mail sa zahtjevima na <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> i dat ćemo Vam našu procjenu koliko će vas to koštati. Kada naručite i izvršite uplatu, dobit ćete sljedeću PRO varijantu sa posebnošću koju ste tražili.'),(1447,284,3,'Polja ispod trebaju biti ručno popunjena ako su odabrana '),(1448,285,3,'. u suprotnom bit će ignorisano.'),(1449,286,3,'Zahtjev za najam'),(1450,287,3,'Lista pokazuje vozila odbrana za najam.<br />Ako je prazna, provjerite kasnije ponovo.'),(1451,288,3,'Ime'),(1452,289,3,'e-mail'),(1453,290,3,'Vaša poštanska adresa'),(1454,291,3,'Datum vraćanja vozila'),(1455,292,3,'Zahtjev za najam'),(1456,293,3,'Vaš Zahtjev za iznajmljivanje je u našoj bazi podataka. Obradit ćemo ga u što skorijem roku i informisati Vas.<br />Hvala što koristite naše usluge.'),(1457,294,3,'Vaš Zahtjev za kupovinu je u našoj bazi podataka. Obradit ćemo ga u što skorijem roku i informisati Vas.<br />Hvala što koristite naše usluge.'),(1458,295,3,'VehicleManager: Zahtjev za najam prihvaćen'),(1459,296,3,'Vozilo'),(1460,297,3,'tražili spreman za iznajmljivanje.'),(1461,298,3,'Spremi'),(1462,299,3,'Najam vozila'),(1463,300,3,'Vraćanje vozila iz najma'),(1464,301,3,'Prihvati Zahtjev'),(1465,302,3,'Odbij Zahtjev'),(1466,303,3,'vozila, Import'),(1467,304,3,'vozila, Export'),(1468,305,3,'obriši utisak'),(1469,306,3,'uredi utisak'),(1470,307,3,'Opće informacije:'),(1471,308,3,'Verzija:'),(1472,309,3,'Datum objave:'),(1473,310,3,'Link projekta:'),(1474,311,3,'Domaćin projekta:'),(1475,312,3,'Dozvola:'),(1476,313,3,'Ovaj program je distribuiran da bude od pomoći, bez ikakvih pravnih garancija. Pogledaj uključeni LICENSE.TXT za više detalja.'),(1477,314,3,'Razvio:'),(1478,315,3,'Početna'),(1479,316,3,'eDocument link'),(1480,317,3,'Dopusti edocuments download'),(1481,318,3,'Dopusti edocuments download na portalu. Funkcija aktivna samo ako je --Prikaži eDocuments Link-- podešena na DA'),(1482,319,3,'Dopusti eDocuments download'),(1483,320,3,'Dozvoli cijenu:'),(1484,321,3,'Dozvoli cijenu na portalu. Funkcija aktivna samo ako je --Prikaži cijenu-- podeđena na DA!'),(1485,322,3,'Dozvoli cijenu'),(1486,323,3,'VehicleManager : Utisci'),(1487,324,3,'Naslov vozila'),(1488,325,3,'Naslov utiska'),(1489,326,3,'Ukucaj slova i brojeve koje vidiš u prostor ispod.'),(1490,327,3,'Ispis'),(1491,328,3,'Odaberi kolonu za ispis i klikni Dalje!'),(1492,329,3,'Veličina fonta'),(1493,330,3,'Format'),(1494,331,3,'Prikaži eDocument download licencu'),(1495,332,3,'Prikaži eDocument download licencu prihvati/odbij prije dopuštenja preuzimanja edocument-a na portalu'),(1496,333,3,'Prikaži eDocument download licencu'),(1497,334,3,'Uslovi Licenciranja'),(1498,335,3,'Prihvatati?'),(1499,336,3,'Dodaj utisak'),(1500,337,3,'Zatvori'),(1501,338,3,'Prikaži dugme za Kupovinu '),(1502,339,3,'Prikaži dugme za Kupovinu '),(1503,340,3,'Prikaži dugme za kupovinu pored vozila na portalu'),(1504,341,3,'Dozvoliti dugme Kupi sada:'),(1505,342,3,'Prikaži dume Kupi sada na portalu za odabrane kategorije. Funkcija aktivna samo ako je --prikaži dugme Kupi sada-- podešena na DA! Možete odabrati više kategorija.'),(1506,343,3,'Dizvoli dugme Kupi sada '),(1507,344,3,'Export svih podataka'),(1508,345,3,'Import svih podataka'),(1509,346,3,'Ova operacija će obrisati sve podatke u VehicleManager prije importa. Želite li nastaviti?'),(1510,347,3,'<strong>CSV&nbsp;IMPORT:</strong><ul>	<li>Trenutno, sljedeći CSV format je podržan:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>	<li>Polja su odvojena pipe karakterom (<strong>&nbsp;|&nbsp;</strong>)</li>	<li>Možete importovati cijelu listu samo sa VehicleID ostavljajući sva druga polja prazna, npr.:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>	<li><strong>UPOZORENJE:</strong>&nbsp;ne koristi CPV import ako su prisutni utisci o vozilima, u tom slučaju koristi import svih podataka!</li></ul><strong>XML&nbsp;IMPORT:</strong><ul>	<li>Import u XML Ń„ĐľŃ€ĐĽĐ°Ń‚</li>	<li><strong>UPOZORENJE:</strong>&nbsp;ne koristi XML import ako ima Utisaka o vozilima, u tom slučaju koristiti import svih podataka!</li><li><strong>WARNING:</strong>&nbsp;veze između kućica neće biti sačuvane!</li>\n        <li><strong>UPOZORENJE:</strong>&nbsp;učitavate slike pojedinačno, nijedna slika neće biti sačuvana!</li></ul><strong>FULL&nbsp;DATA&nbsp;IMPORT:</strong><ul>	<li>Ovaj Import će uvesti sve VehicleManager podatke i restaurirati sva polja i detalje</li>	<li>Ova opcija će prepisati podatke preko postojećih, oprezno je koristite!</li>	<li>Da sačuvate sve slike vozila, sačuvaj sve fajlove iz foldera: --components/com_vehiclemanager/photos--!</li>	<li>Da sačuvate sve Vehicles eDocuments, sačuvajte sve fajlove iz foldera koji ste zadali u postavkama --Lokacija eDocumenata--!</li></ul>'),(1511,348,3,'<strong>CSV&nbsp;EXPORT:</strong><ul>	<li>CSV export će sadržavati sva polja za dalje uređivanje u editoru teksta ili aplikaciji za tablične kalkulatoree</li>	<li>Za subsekventi import, samo će sljedeći CSV format biti podržan:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>	<li>Možete importovati kasnije uključujući Utiske o vozilima, koristeći FULL/PUNI export (umjesto odabira)!</li><li></ul><strong>XML&nbsp;EXPORT:</strong><ul>	<li>XML export je preferirani način za export vozila sa opisom vozila</li>	<li>XML export će sadržavati sve detalje o vozilima, uključujući Opis, spreman za kasniji import</li><strong>UPOZORENJE:</strong>&nbsp;veze između kućica bit će izgubljene!</li>\n        <li><strong>UPOZORENJE:</strong>&nbsp;morate učitati slike pojedinačno, nijedna slika neće biti sačuvana!</li></ul><strong>FULL&nbsp;DATA&nbsp;EXPORT:</strong><ul>	<li>Ovaj export će izvesti sve VehicleManager podatke i spasiti sva polja i unose</li>	<li>Možete kasnije koristiti fajlove za restauriranje vaših VehicleManager podataka u potpunosti</li>	<li>Ovaj subsekventni import će prepisati sve postojeće unose, stoga pažljivo koristite ovo!</li>	<li>Da restaurirate sve slike vozila, restaurirajte ih iz foldera: --components/com_vehiclemanager/photos--!</li>	<li>Da restaurirate sve eDokumente vozila, restaurirajte sve fajlove iz foldera koji ste zadali u [Settings Backend] -- [Location of eDocuments]</li></ul>'),(1512,349,3,'Pošalji notifikaciju o Utisku'),(1513,350,3,'Pošalji notifikaciju o Utisku'),(1514,351,3,'Postavi DA ako želite biti obaviješteni e-mailom kada korisnik dodaje utisak o vozilu. Koristite panel desno da postavite ko šalje notifikaciju. Možete postaviti e-mail adresu primaoca u Konfiguraciju administracije.'),(1515,352,3,'Grupe korisnika od kojić će notifikacija o utisku biti poslana'),(1516,353,3,'Grupe korisnika od kojić će notifikacija o utisku biti poslana'),(1517,354,3,'Odaberi koje grupe korisnika će slati obavještenje o utisku. Ova funkcija će biti aktivna samo ako  --Pošalji notifikaciju o utisku-- je postavljena na DA'),(1518,355,3,'Pošalji notifikaciju o Zahtjevu za najam'),(1519,356,3,'Pošalji notifikaciju o Zahtjevu za najam'),(1520,357,3,'Postavi DA ako želite biti obaviješteni e-mailom kada korisnik postavi Zahtjev za najam. Koristi panel desno da vidite ko će slati ova obavještenja. Možete postaviti e-mail primaoca u konfiguraciji administracije.'),(1521,358,3,'Grupa korisnika od koje će notifikacija o Zahtjevu za najam biti poslana'),(1522,359,3,'Grupa korisnika od koje će notifikacija o Zahtjevu za najam biti poslana'),(1523,360,3,'Odaberi koje grupe korisnika će slati obavještenje o Zahtjevi za najam. Funkcija aktivna samo ako je --Šalji notifikaciju o Zahtjevu za najamn-- zadata sa DA'),(1524,361,3,'Pregled komentara'),(1525,362,3,'Posebne slike kategorija'),(1526,363,3,'Posebne slike kategorija'),(1527,364,3,'Ako je zadato DA možete pridružiti odabranu sliku svakoj kategoriji umjesto standardne ikonice foldera. Onda možete podesiti kategoriju slika u VehicleManager - Upravljaj&nbsp;Kategorije - Uredi - Odaberi&nbsp;image '),(1528,365,3,'Prikaži subkategoriju'),(1529,367,3,'Prikaži subkategoriju'),(1530,368,3,'Ako je podešeno na DA, vidjet ćete subkategorije za sve kategorije'),(1531,370,3,'ne možete vratiti vozilo koje niste iznajmili'),(1532,371,3,'Napravite odabir iz liste za Iznajmljena vozila'),(1533,372,3,'Napravite odabir iz liste za Vraćena vozila iz najma'),(1534,373,3,'Napravite odabir sa liste za Prihvati Zahtjev'),(1535,374,3,'Napravite odabir sa liste za Odbij Zahtjev'),(1536,375,3,'Morate odabrati tip za Import!'),(1537,376,3,'Morate odabrati tip za Export!'),(1538,377,3,'Ubacite naslov!'),(1539,378,3,'Ubacite VehicleID'),(1540,379,3,'Vozilo sa ovim VehicleID već postoji!'),(1541,380,3,'Morate odabrati kategoriju!'),(1542,381,3,'Upišite Ime za vaš Zahtjev za kupovinu!'),(1543,382,3,'Upišite ispravnu e-mail adresu za Zahtjev za kupovinu!'),(1544,383,3,'Upišite ispravan broj telefona u Zahtjev za kupovinu!'),(1545,384,3,'Zahtijevana polja'),(1546,385,3,'Tehničke karakteristike'),(1547,386,3,'Polja Adrese'),(1548,387,3,'Opcije'),(1549,388,3,'Opcije Exterijera'),(1550,389,3,'Opcije interijera'),(1551,390,3,'Ostalo'),(1552,391,3,'Upravljanje fotkama'),(1553,392,3,'Foto-galerija vozila'),(1554,393,3,'Napredne opcije vozila'),(1555,394,3,'Informacije o mušteriji '),(1556,395,3,'VehicleManager : Prodajni menadžer'),(1557,396,3,'Zahtjev za kupovinu'),(1558,397,3,'Skrivena kupovina'),(1559,398,3,' Pošalji zahtjev za kupovinu'),(1560,399,3,'Pošalji notifikaciju o Zahtjevu za kupovinu'),(1561,400,3,'Pošalji notifikaciju o Zahtjevu za kupovinu'),(1562,401,3,'Postavi DA ako želite biti obaviješteni e-mailom o Zahtjevu za kupovinu. Koristi panel desno za postavke ko šalje notifikacije. Možete postaviti e-mail primaoca u konfiguraciju Administracije.'),(1563,402,3,'Grupe korisnika koji će biti obaviješteni o Zahtjevu za kupovinu'),(1564,403,3,'Grupe korisnika od kojih će obavještenje o Zahtjevu za kupovinu biti poslano'),(1565,404,3,'Odaberi grupe korisnika koje će slati obavještenje o Zahtjevu za kupovinu. Funkcija će biti aktivna samo ako je --Pošalji notifikaciju o Zahtjevu za kupovinu-- je podešena na DA'),(1566,405,3,'Zahtjev za kupovinu, e-mail'),(1567,406,3,'Zahtjev za kupovinu, e-mail'),(1568,407,3,'Gdje poslati obavještenje o dodatom Zahtjevu za kupovinu. Može biti i više adresa, odvajaju se zarezom.'),(1569,408,3,'VehicleManager : Postavke'),(1570,409,3,'Odbaci'),(1571,410,3,'Fotka '),(1572,411,3,'Prikaži karticu utisaka'),(1573,412,3,'Prikaži karticu utisaka'),(1574,413,3,'Postavi DA da se prikaže kartica utisaka'),(1575,414,3,'Prikaži karticu Lokacija'),(1576,415,3,'Prikaži karticu Lokacija'),(1577,416,3,'Postavi DA za prikaz kartice Lokacija'),(1578,417,3,' Dodaj vozilo '),(1579,418,3,'Prikaži dugme<br />Dodaj vozilo '),(1580,419,3,'Prikaži dugme<br />Dodaj vozilo '),(1581,420,3,'Prikaži dugme Dodaj vozilo u listu vozila portala FE'),(1582,421,3,'Dozvoli dugme<br />Dodaj vozilo '),(1583,422,3,'Dozvoli dugme<br />Dodaj vozilo '),(1584,423,3,'Dozvoli dugme Dodaj vozilo na portal FE. Funkcija aktivna samo ako je --Prikaži dugme Dodaj vozilo-- podešeno na DA!'),(1585,424,3,'Prikaži dugme<br />print PDF '),(1586,425,3,'Prikaži dugme<br />print PDF '),(1587,426,3,'Prikaži dugme print PDF u listi vozila portala FE'),(1588,427,3,'Dozvoli dugme<br />print PDF '),(1589,428,3,'Dozvoli dugme<br />print PDF '),(1590,429,3,'Dozvoli dugme print PDF na portalu FE. Funkcija aktivna samo ako je --Prikaži dugme print PDF-- podešeno na DA!'),(1591,430,3,'Prikaži dugme<br />pregled ispisa '),(1592,431,3,'Prikaži dugme<br />pregled ispisa '),(1593,432,3,'Prikaži dugme pregled ispisa u listi vozila portala FE'),(1594,433,3,'Dozvoli dugme<br />print View '),(1595,434,3,'Dozvoli dugme<br />pregled ispisa '),(1596,435,3,'Dozvoli dugme pregled ispisa na portalu FE. Funkcija aktivna samo ako je --Prikaži dugme pregled ispisa-- podešeno na DA!'),(1597,436,3,'Show button<br />send Link '),(1598,437,3,'Prikaži dugme<br />send Link '),(1599,438,3,'Prikaži dugme send Link u listi vozila portala FE'),(1600,439,3,'Dozvoli dugme<br />send Link '),(1601,440,3,'Dozvoli dugme<br />send Link '),(1602,441,3,'Dozvoli dugme send Link na portalu FE. Funkcija aktivna samo ako je --Prikaži dugme send Mail-- podešeno na DA!'),(1603,442,3,'Kontakt informacije'),(1604,443,3,'Prikaži kontakt informacije'),(1605,444,3,'Prikaži kontakt informacije'),(1606,445,3,'Prikaži kontakte na \'Main\' kartici .'),(1607,446,3,'Lokacija fotografija'),(1608,447,3,'Lokacija učitanih fotografija na serveru. Relativno u odnosu na glavni Joomla direktorij i mora početi sa /'),(1609,448,3,'Lokacija fotografija'),(1610,449,3,'od'),(1611,450,3,'do/dok'),(1612,451,3,'Ne može se unajmiti'),(1613,452,3,'Moguće unajmiti'),(1614,453,3,'Vaše vozilo je u našoj bazi. Nakon provjere Zahtjeva možemo odgovoriti na Zahtjev.<br />Hvala za korištenje našeg servisa'),(1615,454,3,'Lokacija'),(1616,455,3,'Glavno'),(1617,456,3,'---odaberi---'),(1618,457,3,'Za najam'),(1619,458,3,'Za prodaju'),(1620,459,3,'po dogovoru, početna'),(1621,460,3,'sedan,convertible,coupe,crossover/SUV,hatchback,pickup,suv,van,wagon'),(1622,461,3,'novo,korišteno'),(1623,462,3,'ručni,automatski'),(1624,463,3,'aktivno,ponuda, ugovor,zatvoreno,povučeno'),(1625,464,3,'Prednji,Zadnji,Svi,4wd'),(1626,465,3,'benzin,dizel,plin,električni,hibridni,drugo'),(1627,466,3,'3brz,4brz,5brz,6brz,7brz,8+brz'),(1628,467,3,'0,1,2,3,4,5,6,8,10,12,16'),(1629,468,3,'ostalo,2,3,4,5,6,7'),(1630,469,3,'Uredi'),(1631,470,3,'Odobreno'),(1632,471,3,'Proizvođač'),(1633,472,3,'Prikaži moja vozila'),(1634,473,3,'sve'),(1635,474,3,'od'),(1636,475,3,'za'),(1637,476,3,'lista'),(1638,477,3,'galerija'),(1639,478,3,'Korisnik-bira'),(1640,479,3,'Vlasnik'),(1641,480,3,'Full XML'),(1642,481,3,'Id'),(1643,482,3,'Dodaj vozilo'),(1644,483,3,'Objavi'),(1645,484,3,'STOPobjavi'),(1646,485,3,'Obriši'),(1647,486,3,'Povrat vozila iz najma'),(1648,487,3,'Najam'),(1649,488,3,'Nemate vozila'),(1650,489,3,'Nemate pristup portalu, žao nam je'),(1651,490,3,'Prikaži RSS'),(1652,491,3,'Prikazati RSS ili ne'),(1653,492,3,'Prikaži RSS'),(1654,493,3,'Dozvoli RSS za'),(1655,494,3,'Dozvoli RSS'),(1656,495,3,'Odaberi korisnike od kojih je dozvoljen RSS'),(1657,496,3,'Odobri dodata vozila'),(1658,497,3,'Odobri dodata vozila'),(1659,498,3,'Odobri vozila dodata iz portala FE'),(1660,499,3,'Dozvoli odobrenje'),(1661,500,3,'Dozvoli odobrenje'),(1662,501,3,'Odaberi korisnike od kojih je dozvoljeno odobrenje na portalu FE'),(1663,502,3,'Odaberi pregled po kategorijama'),(1664,503,3,'Pregled po kategorijama'),(1665,504,3,'Odaberi pregled po kategorijama za vozila'),(1666,505,3,'Prikaži Google mapu'),(1667,506,3,'Google mapa'),(1668,507,3,'Ako biraš \\\"yes\\\" onda prikaži Google Mapu'),(1669,508,3,'Spremi bazu poslije deinstalacije komponente:'),(1670,509,3,'Update'),(1671,510,3,'Ako biraš DA onda ne odbacuj bazu ili deinstaliraj komponentu'),(1672,511,3,'Prikaži vlasnika vozila'),(1673,512,3,'Prikaži vlasnika vozila'),(1674,513,3,'Prikaži vlasnika vozila ili ne'),(1675,514,3,'Odgovor na zahtjev za najam'),(1676,515,3,'Odgovor na zahtjev za najam'),(1677,516,3,'Pošalji e-mail o rješenju zahtjeva za najam korisniku'),(1678,517,3,'Prihvaćeno'),(1679,518,3,'Odbačeno'),(1680,519,3,'Odgovor na vaš zahtjev za najam'),(1681,520,3,'Vaš Zahtjev za najam vozila'),(1682,521,3,''),(1683,522,3,'no-img_eng_big.gif'),(1684,523,3,'Uredi, vozilo'),(1685,524,3,'Dodaj vozilo'),(1686,525,3,'Uredi, vozilo'),(1687,526,3,'Moja vozila'),(1688,527,3,'Prikaži dugme<br />Lista vlasnika '),(1689,528,3,'Prikaži listu vlasnika'),(1690,529,3,'Ako biraš DA onda prikaži listu vlasnika na portalu FE'),(1691,530,3,'Dozvoli dugme<br />Lista vlasnika '),(1692,531,3,'Dozvoli listu vlasnika'),(1693,532,3,'Odaberi korisnike, kojima su dozvoljene liste vlasnika'),(1694,533,3,'Lista vlasnika'),(1695,534,3,'Lista vlasnika'),(1696,535,3,'Vlasnici'),(1697,536,3,'Vozila'),(1698,537,3,'Korisnik, vozila'),(1699,538,3,'Nema vozila'),(1700,539,3,'Niste prijavljeni! Ako želite uređivati vozila, morate se prvo prijaviti!'),(1701,540,3,'Zahtjev za najam'),(1702,541,3,'Vozilo sa ovim Id nije pronađeno'),(1703,542,3,'Ne možete vidjeti ovu stranicu jer nije objavljena'),(1704,543,3,'Ne možete vidjeti ovu stranicu jer nije odobrena od administratora'),(1705,544,3,'Provjeri kategorije vozila'),(1706,545,3,'Jeste li sigurni?'),(1707,546,3,'Prvo odaberi vozilo!'),(1708,547,3,'Obrazac odgovora Zahtjevu za najam'),(1709,548,3,'Obrazac odgovora Zahtjevu za najam'),(1710,549,3,'Obrazac odgovora Zahtjevu za najam'),(1711,550,3,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(1712,551,3,'Odgovor Zahtjevu za kupovinu'),(1713,552,3,'Odgovor Zahtjevu za kupovinu'),(1714,553,3,'Pošalji e-mail korisniku o rješenju Zahtjeva za kupovinu'),(1715,554,3,'Obrazac odgovora na Zahtjev za kupovinu'),(1716,555,3,'Obrazac odgovora na Zahtjev za kupovinu'),(1717,556,3,'Obrazac odgovora na Zahtjev za kupovinu'),(1718,557,3,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(1719,558,3,'Prihvaćeno'),(1720,559,3,'Odbijeno'),(1721,560,3,'Objavi dodata vozila'),(1722,561,3,'Objavi dodata vozila'),(1723,562,3,'Objavi vozila dodata preko portala FE'),(1724,563,3,'Dozvoli objavu'),(1725,564,3,'Dozvoli objavu'),(1726,565,3,'Odaberi korisnike od kojih dozvoljavaš objavu vozila preko portala FE'),(1727,566,3,'Datum'),(1728,567,3,'Iznajmi prije kraja obavještenja'),(1729,568,3,'Iznajmi prije kraja obavještenja'),(1730,569,3,'Pošalji e-mail administratoru prije kraja Najma. Za to treba kreirati CRON akciju i spojiti se na Cron da provjeri: http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify with span - every day. Cron akcija može da izgleda ovako:\"wget -q -O - http://localhost/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\"'),(1731,570,3,'Dani kraja najma'),(1732,571,3,'Dani kraja najma'),(1733,572,3,'Koliko dana prije kraja najma poslati e-mail obavještenja'),(1734,573,3,'Kraj najma, e-mail'),(1735,574,3,'Kraj najma, e-mail'),(1736,575,3,'Podesi e-mailove za slanje obavještenja korisniku o kraju najma. Ako je više e-mail adresa, odvajaju se zarezom.'),(1737,576,3,'Uredi najam'),(1738,577,3,'VehicleManager - Uredi detalje o najmu'),(1739,578,3,'Grupe korisnika za koje će se Kontakti pojaviti'),(1740,579,3,'Grupe korisnika za koje će se Kontakti pojaviti'),(1741,580,3,'odaberi koje grupe korisnika će vidjeti Kontakte. Funkcija aktivna samo ako --Prikaži kontakte-- je postavljeno na DA'),(1742,581,3,'Grupe korisnika za koje će kartica Lokacija biti vidljiva'),(1743,582,3,'Grupe korisnika za koje će kartica Lokacija biti vidljiva'),(1744,583,3,'Odaberi koje grupe korisnika će vidjeti karticu Lokacija. Funkcija aktivna samo ako Prikaži karticu Lokacija je postavljeno na DA. Za biranje nekoliko grupa korisnika pritisni Ctrl i biraj grupe.'),(1745,584,3,'Grupe korisnika za koje će kartica Utisci biti vidljiva'),(1746,585,3,'Grupe korisnika za koje će kartica Utisci biti vidljiva'),(1747,586,3,'Odaberi koje grupe korisnika će vidjeti karticu Utisci. Funkcija aktivna samo ako opcija Kartica Utisaka je postavljeno na DA. Za biranje nekoliko grupa korisnika pritisni Ctrl i biraj grupe.'),(1748,587,3,'Prikaži Zahtjev za kupovinu'),(1749,588,3,'Prikaži Zahtjev za kupovinu na portalu FE'),(1750,589,3,'Postavi DA za prikaz dugmeta Pošalji Zahtjev za kupovinu preko portala.'),(1751,590,3,'Grupe korisnika koje će vidjeti dugme Pošalji Zahtjev za kupovinu'),(1752,591,3,'Dozvoli Zahtjev za kupovinu'),(1753,592,3,'Grupe korisnika za koje će dugme Pošalji Zahtjev za kupvinu buti vidljiv. Funkcija aktivna samo ako opcija Prikaži Zahtjev za kupovinu je postavljena na DA. Za biranje nekoliko grupa korisnika pritisni Ctrl i biraj grupe. '),(1754,593,3,'Pošalji obavještenje o Dodaj vozilo'),(1755,594,3,'Pošalji obavještenje o Dodaj vozilo'),(1756,595,3,'Postavi DA ako želite biti obaviješteni e-mailom kada korisnik doda Vozilo. Koristite panel desno za postavke ko će slati ovo obavještenje. Možete podesiti e-mail primaoca u Konfiguraciji na administraciji CMS BE.'),(1757,596,3,'Grupe korisnika od kojiće se obavještenje o Dodaj vozilo biti poslano'),(1758,597,3,'Grupe korisnika od kojiće se obavještenje o Dodaj vozilo biti poslano'),(1759,598,3,'Odaberi koje grupe korisnika će slati obavještenje o Dodaj vozilo. Funkcija aktivna samo ako opcija --Pošalji obavještenje o Dodaj vozilo-- je postavljena na DA'),(1760,599,3,'Pokaži polja u pogledu Lista'),(1761,600,3,'Ova sekcija pomaže samo konfigurisati pogled, ali ne utiče na restrikcije prava korisnika.'),(1762,601,3,'Za prikaz [Price] radio selektora [Show price] mora biti potvrđeno.'),(1763,602,3,'Možete uključiti  [Hits], [Category] i [rentstatus] u pogled kao slične.'),(1764,603,3,'Community Builder plugin / My Vehicles menu item postavke'),(1765,604,3,'Pokaži moja vozila (in CB)'),(1766,605,3,'Prikaži Uredi vozila'),(1767,606,3,'Prikaži Zahtjeve za najam'),(1768,607,3,'Prikaži Zahtjeve za kupovinu'),(1769,608,3,'Prikaži historiju korisnika najma'),(1770,609,3,'Prikaži moja vozila u/na/za'),(1771,610,3,'Prikaži Uredi vozila u/na/za'),(1772,611,3,'Prikaži Zahtjevi za najam u/na/za'),(1773,612,3,'Prikaži Zahtjeve za kupovinu u/na/za'),(1774,613,3,'prikažu historiju korisnika najma u/na/za'),(1775,614,3,'Prikaži moja vozila'),(1776,615,3,'Prikaži Uredi vozila'),(1777,616,3,'prikaži Zahtjeve za najam'),(1778,617,3,'Prikaži Zahtjeve za kupovinu'),(1779,618,3,'prikaži Historiju korisnika najma'),(1780,619,3,'prikaži dugme Prikaži moja vozila na CB plugin-u'),(1781,620,3,'Prikaži moja vozila'),(1782,621,3,'Odaberi grupu korisnika za koju će biti prikazano ovo dugme'),(1783,622,3,'Prikaži dugme Uredi moja vozila na CB plugin-u / Moja Vozila stavka menija'),(1784,623,3,'Prikaži Uredi vozila'),(1785,624,3,'Prikaži dugme Zahtjevi za najam na CB plugin-u / Moja Vozila stavka menija'),(1786,625,3,'Prikaži Zahtjeve za najam'),(1787,626,3,'Prikaži dugme Zahtjevi za kupovinu na CB plugin-u / Moja Vozila stavka menija'),(1788,627,3,'Show buy requsts'),(1789,628,3,'Prikaži dugme Moja Historija najma na CB plugin-u / Moja Vozila stavka menija'),(1790,629,3,'Prikaži Moja historija najma'),(1791,630,3,'Kalendar dostupnosti perioda za najam i rente'),(1792,631,3,'Sedmica'),(1793,632,3,'Vikend'),(1794,633,3,'Radni dani'),(1795,634,3,'Godina'),(1796,635,3,'Mjesec'),(1797,636,3,'Kalendar'),(1798,637,3,'Dodaj cijenu'),(1799,638,3,'Odaberi cijenu koju je potrebno eliminisati'),(1800,639,3,'Dostupan datum za najam'),(1801,640,3,'Bije dostupan datum za najam'),(1802,641,3,'Nova cijena najma'),(1803,642,3,'Dodaj nocu cijenu najma'),(1804,643,3,'Kalendar'),(1805,644,3,'Grupa korisnika kojoj će kartica Kalendar biti prikazana'),(1806,645,3,'Prikaži karticu Kalendar najma'),(1807,646,3,'Odaberi kojima grupama korisnika će biti prikazana kartica Kalendar. Funkcija će biti aktivna samo ako je opcija Prikaži karticu Kalendar postavljena na DA. Za biranje više grupa drži Ctrl i odaberi ih.'),(1808,647,3,'Prikaži karticu Kalendar'),(1809,648,3,'Prikaži karticu Kalendar'),(1810,649,3,'Postavi Da za prikaz kartice Kalendar'),(1811,650,3,'Prikaži kalendar'),(1812,651,3,'Prikaži kalendar'),(1813,652,3,'Prikaži house kalendar ili ne'),(1814,653,3,'Zadata cijena za kalendar'),(1815,654,3,'Zadata cijena za kalendar (vikend, sedmica, radni dani)'),(1816,655,3,'Zadata cijena za kalendar'),(1817,656,3,'VehicleManager : Izdvojene opcije menadžera'),(1818,657,3,'Izdvojeno'),(1819,658,3,'Kategorija'),(1820,659,3,'Objavljeno'),(1821,660,3,'Nadimak imena'),(1822,661,3,'Nadimak kategorije'),(1823,662,3,'Osobine'),(1824,663,3,'Slika'),(1825,664,3,'Odaberi fotku ako je neophodno ukloniti'),(1826,665,3,'Preporučena dimenzija slike 25 x 25 pixels'),(1827,666,3,'Kategorije za Opcije Menadžera'),(1828,667,3,'Kategroija mora biti upisana, odvojena zarezima'),(1829,668,3,'Kategorije za Opcije Mendadžera'),(1830,669,3,'Prikaži Ikonicu opcije'),(1831,670,3,'Prikaži Ikonicu opcije'),(1832,671,3,'Ako odaberete DA onda prikaži ikonicu Menadžera Opcija'),(1833,672,3,'Prikaži Naslov Kategorije opcija'),(1834,673,3,'Prikaži Naslov Kategorije opcija'),(1835,674,3,'Ako je odabrano DA onda prikazuje naslov kategorije za Menadžer opcija'),(1836,675,3,'Valuta'),(1837,676,3,'Ako želite koristiti druge valute, ukucajte vrijednosti kao: KM = 1,995; EUR = 1,00; or USD=; EUR=; Valute dostupne na PayPalu su: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(1838,677,3,'Valute sa koeficijentima'),(1839,678,3,'Prikaži separator cijene'),(1840,679,3,'Prikaži separator cijene'),(1841,680,3,'Prikaži separator cijene'),(1842,681,3,'Dohvati geografske koordinate'),(1843,682,3,'Jezik'),(1844,683,3,'Prikaži novonapravljeno polje 1'),(1845,684,3,'Prikaži novonapravljeno polje 2'),(1846,685,3,'Prikaži novonapravljeno polje 3'),(1847,686,3,'Prikaži novonapravljeno polje 4'),(1848,687,3,'Prikaži novonapravljeno polje 5'),(1849,688,3,'Prikaži padajuće novonapravljeno polje 6'),(1850,689,3,'Prikaži padajuće novonapravljeno polje 7'),(1851,690,3,'Prikaži padajuće novonapravljeno polje 8'),(1852,691,3,'Prikaži padajuće novonapravljeno polje 9'),(1853,692,3,'Prikaži padajuće novonapravljeno polje 10'),(1854,693,3,'Menadžer novonapravljenih polja'),(1855,694,3,'Novonapravljeni tekst 1'),(1856,695,3,'Novonapravljeni tekst 2'),(1857,696,3,'Novonapravljeni tekst 3'),(1858,697,3,'Novonapravljeni tekst 4'),(1859,698,3,'Novonapravljeni tekst 5'),(1860,699,3,'Novonapravljeno padajuće polje 6'),(1861,700,3,'Novonapravljeno padajuće polje 7'),(1862,701,3,'Novonapravljeno padajuće polje 8'),(1863,702,3,'Novonapravljeno padajuće polje 9'),(1864,703,3,'Novonapravljeno padajuće polje 10'),(1865,704,3,'Extra1,Extra2,Extra3,Extra4,Extra5'),(1866,705,3,'Extra1,Extra2,Extra3,Extra4,Extra5'),(1867,706,3,'Extra1,Extra2,Extra3,Extra4,Extra5'),(1868,707,3,'Extra1,Extra2,Extra3,Extra4,Extra5'),(1869,708,3,'Extra1,Extra2,Extra3,Extra4,Extra5'),(1870,709,3,'Postavke Portal-admin'),(1871,710,3,'Postavke Stranice Kategorija'),(1872,711,3,'E-mail i notifikacijske postavke'),(1873,712,3,'Globalne postavke'),(1874,713,3,'Plugin postavke'),(1875,714,3,'Postavke slika'),(1876,715,3,'Postavke kartica'),(1877,716,3,'Postavke kontakta prodavača'),(1878,717,3,'postavke liste osobina'),(1879,718,3,'Postavke dodatnih polja'),(1880,719,3,'Opcije zahtjeva za najam'),(1881,720,3,'Opcije Zahtjeva za kupovinu'),(1882,721,3,'Opcije eDocumenata'),(1883,722,3,'Postavke cijena'),(1884,723,3,'Pokaži adresu na mapi'),(1885,724,3,'Opće informacije'),(1886,725,3,'Specifikacije'),(1887,726,3,'Fotke i dokumenti'),(1888,727,3,'Dodatne informacije'),(1889,728,3,'Kontakti prodavača'),(1890,729,3,'Obavezna polja'),(1891,730,3,'Detalji o vozilu'),(1892,731,3,'Dokumenti privitka'),(1893,732,3,'Podesi dimenzije slika u galeriji - širina/visina u px'),(1894,733,3,'Dimenzije fotki galerije vozila'),(1895,734,3,'Podesi dimenzije slika u galeriji - širina/visina u px'),(1896,735,3,'VehicleManager : Upravljanje jezicima'),(1897,736,3,'tag jezika'),(1898,737,3,'Konstanta'),(1899,738,3,'Vrijednost konstantna'),(1900,739,3,'Sys tip'),(1901,740,3,'Predložak svih kategorija'),(1902,741,3,'Predložak jedne kategorije'),(1903,742,3,'Predložak stranice vozila'),(1904,743,3,'Predložak svih vozila'),(1905,744,3,'Uobičajne postavke'),(1906,745,3,'Dozvoljeni Spoljni eDocumenti'),(1907,746,3,'Dozvoljene vanjske slike'),(1908,747,3,'Format cijene'),(1909,748,3,'Format datuma i vremena'),(1910,749,3,'Format datuma'),(1911,750,3,'Format vremena'),(1912,751,3,'%Y - Godina; %m - mjesec;  %d - dan'),(1913,752,3,'%H - sati; %i - minute; %s - sekunde'),(1914,753,3,'Prikaži jedinicu cijene'),(1915,754,3,'Poslije'),(1916,755,3,'Prije'),(1917,756,3,'Postavi znak odvajanja cijene, ili odaberi svoj.'),(1918,757,3,'Prikaži jedinicu cijene prije ili iza iznosa'),(1919,758,3,'E-mail vlasnika'),(1920,759,3,'Glavne slike nema'),(1921,760,3,'Odaberi fotke koje je neophodno ukloniti iz foto galerije'),(1922,761,3,'Dodaj novu fotku'),(1923,762,3,'Posloži po'),(1924,763,3,'Nema utisaka o vozilu.'),(1925,764,3,'{title}VehicleID: {id}<p>Novo vozilo dodao {username}on {date}u kategoriju {category}. Logirajte se i odobrite ili odbacite ovo dodavanje.</p>'),(1926,765,3,'Korisnik {username} je dodao Utisak za vozilo:<br />{vehicle_title}<br />Naslov komentara: {title}<br />Ocjena: [{rating}]<br />Komentar utiska:<br /> {comment} <br />Logirajte se i uredite ovaj utisak ako je potrebno.'),(1927,766,3,'Korisnik {username} je poslao Zahtjev za najam za:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Logirajte se i odobrite ili odbijte ovaj Zahtjev'),(1928,767,3,'<p>Poštovani {username}!</p><p>Vaš Zahtjev za najam za</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(1929,768,3,'Korisnik {username}, e-mail {customer_email}  je poslao Zahtjev za kupovinu za:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Logirajte se i odobrite ili odbijte ovaj Zahtjev'),(1930,769,3,'<p>Poštovani {username}!<br />Važ Zahtjev za kupovinu</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(1931,770,3,'Korisnik najma: {username}({user_email})<br />Vozilo: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<br />'),(1932,771,3,'Predložak pretrage'),(1933,772,3,'Ovde možete odabrati predloške za neke poglede.'),(1934,773,3,'License text <br> Sys type(License Text)'),(1935,774,3,'Zahtjevi za najam'),(1936,775,3,'Menadžer prodaje'),(1937,776,3,'Menadžer osobina'),(1938,777,3,'Import/Export'),(1939,778,3,'Menadžer jezika'),(1940,779,3,'Postavke'),(1941,780,3,'Grupa'),(1942,781,3,'Zbroj automobila'),(1943,782,3,'Koliko automobila korisnik može objaviti iz specifične grupe.'),(1944,783,3,'prikaži PayPal buy'),(1945,784,3,'Dozvoli PayPal buy'),(1946,785,3,'Prikaži PayPal rent'),(1947,786,3,'Dozvoli PayPal rent'),(1948,787,3,'Vaš PayPal e-mail'),(1949,788,3,'Uspješan URL za povratak'),(1950,789,3,'Poslije uspješnog plaćanja vrati kupca na vaš portal.'),(1951,790,3,'URL slike'),(1952,791,3,'Dodaj sliku na PayPal sliku.'),(1953,792,3,'otkaži URL povratka'),(1954,793,3,'Ako korisnik pritisne OTKAŽI na stranici za plaćanje, vraća korisnika na portal.'),(1955,794,3,'Stvarni(DA) ili probni(NE) PayPal account'),(1956,795,3,'Ako je pravi idite na www.paypal.com u protivnom na www.sandbox.paypal.com'),(1957,796,3,'PayPal Opcije'),(1958,797,3,'Broj fotki'),(1959,798,3,'Koliko fotografija u galeriji korisnici mogu objaviti po specifičnoj grupi.'),(1960,799,3,'Ukupna cijena: '),(1961,800,3,'Sada idi na PayPal'),(1962,801,3,'Posebna cijena za dan'),(1963,802,3,'Posebna cijena za noć'),(1964,803,3,'Dodaj novu posebnu cijenu i spremi'),(1965,804,3,'Od'),(1966,805,3,'Za'),(1967,806,3,'Cijena po danu'),(1968,807,3,'Izračun'),(1969,808,3,'Posebna cijena i vrijeme najma'),(1970,809,3,'Posebna cijena po danu(\"DA\") ili za noć(\"NE\")'),(1971,810,3,'ako je dnevna kalkulacija za dan (primjer za 2014-02-10 od 2014-02-16 je 7 dana) ako je moćna kalkulacija za noć (primjer za 2014-02-10 od 2014-02-16 je šest noći)'),(1972,811,3,'Plati'),(1973,812,3,'Jezik'),(1974,813,3,'Odaberi jezik'),(1975,814,3,'Klon(iraj)'),(1976,815,3,'Narudžbe'),(1977,816,3,'Poruka za Otkaži URL tekst'),(1978,817,3,'Poruka za Uspješni URL tekst'),(1979,818,3,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(1980,819,3,'Kategorija/Postavke Predloška Sva vozila'),(1981,820,3,'E-mail notifikacijske opcije'),(1982,821,3,'Notifikacijske opcije Utisaka'),(1983,822,3,'ID narudžbe'),(1984,823,3,'Naslov vozila'),(1985,824,3,'E-mail'),(1986,825,3,'Datum'),(1987,826,3,'Status'),(1988,827,3,'Cijena'),(1989,828,3,'Plaćeno'),(1990,829,3,'Detalji'),(1991,830,3,'Korisnik'),(1992,831,3,'Korisničko ime'),(1993,832,3,'Prihvata type/info: '),(1994,833,3,'Sistem plaćanja: '),(1995,834,3,'E-mail platioca: '),(1996,835,3,'Razlog čekanja: '),(1997,836,3,'U vašem zahtjeve je greška, molimo kontaktirajte administratora!'),(1998,837,3,'Ubacite cijenu!'),(1999,838,3,'Da doodate posebnu cijenu morate prvospremiti vlasništvo !'),(2000,839,3,'Odreži sliku'),(2001,840,3,'Postavi DA za rezanje slike i NE za umanjenje slike'),(2002,841,3,'Ubaci poruku na stranicu sa notifikacijom o neuspješnom plaćanju'),(2003,842,3,'Vaše plaćanje je neuspješno!'),(2004,843,3,'Ubaci poruku na stranicu  uspješnom plaćanju'),(2005,844,3,'Vaše plaćanje je uspješno!'),(2006,845,3,'Video'),(2007,846,3,'Video izvor'),(2008,847,3,'Obriši video'),(2009,848,3,'Dodaj novi video file'),(2010,849,3,'Video zapis'),(2011,862,3,'Učitaj zapis'),(2012,850,3,'Link preuzimanja zapisa'),(2013,851,3,'Obriši zapis'),(2014,852,3,'Podrška za video i zapis:'),(2015,853,3,'Dodaj novi zapis'),(2016,854,3,'Dodaj alternativni video'),(2017,855,3,'Učitaj video'),(2018,856,3,'Link preuzimanja videa'),(2019,857,3,'Youtube kod <br> (Npr.: <br> OtPn6qDy5GU)'),(2020,858,3,'<p><font color=\"red\">!!!</font>Youtube kod ima veći prioritet. Ako ukucate Youtube kod vidjet ćete video na portalu uz YT izvora</p><br/>'),(2021,859,3,'Vrsta (Specificira vrstu sljedećeg zapisa)'),(2022,860,3,'Izvor jezika (jezik zapisa)'),(2023,861,3,'Etiketa (Naslov sljedećeg zapisa)'),(2024,863,3,'Greška kod učitavanja videa!'),(2025,864,3,'greška kod učitavanja videa!'),(2026,865,3,'Lokacija na videu'),(2027,866,3,'Lokacija zapisa'),(2028,867,3,'Dozvoljen ext video'),(2029,868,3,'Dozvoljen ext zapis'),(2030,869,3,'Ubacite vrstu zapisa'),(2031,870,3,'Ubacite jezik zapisa'),(2032,871,3,'Ubacite naslov zapisa'),(2033,872,3,'Opcije Videa/Zapisa'),(2034,873,3,'Opcija za grupe korisnika'),(2035,874,3,'Opcije za update'),(2036,875,3,'Postavke dugmadi'),(2037,876,3,'Vehicle Maps Image, px:'),(2038,877,3,'Podesi sliku mapa širina/visina u px'),(2039,878,3,'Postavke stranice Vozila'),(2040,879,3,'Zajedničke postavke'),(2041,880,3,'Postavke predloška svih kategorija'),(2042,881,3,'Odobri objavljene utiske:'),(2043,882,3,'Odobri objave za:'),(2044,883,3,'Postavke dugmadi'),(2045,884,3,'Najveće dimenzije u PHP postavkama manje nego je vaš video file.!'),(2046,885,3,'Najveće dimenzije učitavanja u PHP postavkama manje od vašeg video fajla.!'),(2047,886,3,'Učitavanje fajlova je OFF u vašim PHP postavkama.!'),(2048,887,3,'Historija najma'),(2049,888,3,'VehicleManager : Historija najma'),(2050,889,3,'Historija najma korisnika'),(2051,890,3,'VehicleManager : Historija najma korisnika'),(2052,891,3,'ID vlasnika'),(2053,892,3,'Kontakt osoba'),(2054,893,3,'Kontakt informacije'),(2055,894,3,'Pokaži listu'),(2056,895,3,'Vaše impresije su dodate'),(2057,896,3,'Uredi vozila'),(2058,897,3,'Lokacija vozila'),(2059,898,3,'Exterior i Interior'),(2060,899,3,'Privitci'),(2061,900,3,'VehicleManager : Narudžbe'),(2062,901,3,'Imate najveći broj fotki. Ograničenje za ovu grupu korisnika'),(2063,902,3,'Adresa'),(2064,903,3,'Autonomija(km)'),(2065,904,3,'Odaberi kategoriju'),(2066,905,3,'Pretraga'),(2067,906,3,'Ostalo'),(2068,907,3,'No reviews for vehicle'),(2069,908,3,'Captcha Settings'),(2070,909,3,'Show captcha<br />for review form'),(2071,910,3,'Show captcha for review form in the reviews tab on the frontend'),(2072,911,3,'Allow captcha<br />for review form'),(2073,912,3,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(2074,913,3,'Show captcha for<br />contact agent form'),(2075,914,3,'Show captcha for contact agent form in the reviews tab on the frontend'),(2076,915,3,'Allow captcha for<br />contact agent form'),(2077,916,3,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(2078,917,3,'Show captcha<br />for booking form'),(2079,918,3,'Show captcha for booking form in the reviews tab on the frontend'),(2080,919,3,'Allow captcha<br />for booking form'),(2081,920,3,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(2082,921,3,'Show button Add to Wish List'),(2083,922,3,'Show button Add to Wish List or not'),(2084,923,3,'Allow Wish List for'),(2085,924,3,'Select users for whom allow Wish List'),(2086,925,3,'Add to wishlist'),(2087,926,3,'Remove from wishlist'),(2088,927,3,'Google Map Options'),(2089,928,3,'Api Key'),(2090,929,3,'Field to enter google map api key'),(2091,930,3,'Google Maps API error: missing key map error!'),(2092,931,3,'To get Google Maps API key follow below link'),(2093,932,3,'Settings Layout Search Results '),(2094,933,3,'Show map<br />for layout search results'),(2095,934,3,'Show map for layout search results on the frontend'),(2096,935,3,'Allow map<br />for layout search results'),(2097,936,3,'Allow map for layout search results in the frontend.'),(2098,937,3,'Show order by form<br />for all layouts'),(2099,938,3,'Show order by form for all layouts on the frontend'),(2100,939,3,'Allow order by form<br />for all layouts'),(2101,940,3,'Allow order by form for all layouts in the frontend.'),(2102,941,3,'Show Contact Agent/Book Now Tab'),(2103,942,3,'Set Yes to show Contact Agent/Book Now tab'),(2104,943,3,'User groups for which Contact Agent/Book Now tab will be shown'),(2105,944,3,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(2106,945,3,'Access to edit vehicles from other users'),(2107,946,3,'Permit edit vehicles for other users'),(2108,947,3,'Users group who will have access to edit users vehicles'),(2109,948,3,'Permit edit vehicles<br>for other users'),(2110,949,3,'Select all users'),(2111,950,3,'Select the plugin in Vehicle Manager settings!'),(2112,951,3,'Show google captcha'),(2113,952,3,'Show google captcha'),(2114,953,3,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(2115,954,3,'Mandatory fields'),(2116,955,3,'Year of issue'),(2117,956,3,'Set \"YES\" make the field year of issue mandatory'),(2118,957,3,'Mileage'),(2119,958,3,'Set \"YES\" make the field mileage mandatory'),(2120,959,3,'Price'),(2121,960,3,'Set \"YES\" make the field price mandatory'),(2122,961,3,'Show search button<br>on frontend'),(2123,962,3,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(2124,963,3,'Show search button<br>for users'),(2125,964,3,'Select the user for which the search button on frontend will be displayed.'),(2126,965,3,'anonymous'),(2127,966,3,'New rent request added!'),(2128,967,3,'New buying request added!'),(2129,968,3,'New vehicle review added'),(2130,969,3,'SUBJECT'),(2131,970,3,'Rent expire Notice!'),(2132,971,3,'Send reply to for rent<br>request notification'),(2133,972,3,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(2134,973,3,'Add email user to review notification'),(2135,974,3,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(2136,975,3,'Add email user to vehicle notification'),(2137,976,3,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(2138,977,3,'Send reply to for buy<br>request notification'),(2139,978,3,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(2140,979,3,'Settings rent options on search page'),(2141,982,3,'Search Settings'),(2142,980,3,'Show available for rent'),(2143,981,3,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2144,983,3,'Show year of issue'),(2145,984,3,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2146,985,3,'Show price of vehicle'),(2147,986,3,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2148,987,3,'Show condition status'),(2149,988,3,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2150,989,3,'Show listing status'),(2151,990,3,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2152,991,3,'Show transmission type'),(2153,992,3,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2154,993,3,'Show maker'),(2155,994,3,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2156,995,3,'Show drive type'),(2157,996,3,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2158,997,3,'Show vehicle model'),(2159,998,3,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2160,999,3,'Show number cylinders'),(2161,1000,3,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2162,1001,3,'Show vehicle type'),(2163,1002,3,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2164,1003,3,'Show number speeds'),(2165,1004,3,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2166,1005,3,'Show listing type'),(2167,1006,3,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2168,1007,3,'Show vehicle fuel type'),(2169,1008,3,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2170,1009,3,'Show vehicle price type'),(2171,1010,3,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2172,1011,3,'Show vehicle number doors'),(2173,1012,3,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2174,1013,3,'Show vehicle category'),(2175,1014,3,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2176,1015,3,'Show vehicle ID'),(2177,1016,3,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2178,1017,3,'Show vehicle description'),(2179,1018,3,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2180,1019,3,'Show title'),(2181,1020,3,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2182,1021,3,'Show address'),(2183,1022,3,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2184,1023,3,'Show country'),(2185,1024,3,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2186,1025,3,'Show region'),(2187,1026,3,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2188,1027,3,'Show city'),(2189,1028,3,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2190,1029,3,'Show district'),(2191,1030,3,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2192,1031,3,'Show zipcode'),(2193,1032,3,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2194,1033,3,'Show owner'),(2195,1034,3,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2196,1035,3,'Show mileage'),(2197,1036,3,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2198,1037,3,'Show contact information'),(2199,1038,3,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2200,1039,3,'Show engine type'),(2201,1040,3,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2202,1041,3,'Show city MPG/KPL'),(2203,1042,3,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2204,1043,3,'Show highway MPG/KPL'),(2205,1044,3,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2206,1045,3,'Show wheelbase'),(2207,1046,3,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2208,1047,3,'Show wheeltype'),(2209,1048,3,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2210,1049,3,'Show rear axel type'),(2211,1050,3,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2212,1051,3,'Show brakes type'),(2213,1052,3,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2214,1053,3,'Show exterior colors'),(2215,1054,3,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2216,1055,3,'Show exterior extras'),(2217,1056,3,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2218,1057,3,'Show interior colors'),(2219,1058,3,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2220,1059,3,'Show dashboard options'),(2221,1060,3,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2222,1061,3,'Show interior extras'),(2223,1062,3,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2224,1063,3,'Show safety options'),(2225,1064,3,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2226,1065,3,'Show warranty options'),(2227,1066,3,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2228,1067,3,'Show exactly to all'),(2229,1068,3,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2230,1069,3,'Show search keywords'),(2231,1070,3,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(2232,1071,3,'Options for search button'),(2233,1072,3,'Options for fields in Advance Search Layout'),(2234,1073,3,'Options for search form'),(2235,1074,3,'Show search form on nothing found page'),(2236,1075,3,'Show search form on nothing found page. Set \"YES\" show search form.'),(2237,1076,3,'Show search form on result search page'),(2238,1077,3,'Show search form on result search page. Set \"YES\" show search form.'),(2239,1078,3,'Redirect settings'),(2240,1079,3,'Redirect after rent request'),(2241,1080,3,'Redirect after rent request. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input link\" - input link for other redirect page'),(2242,1081,3,'Redirect after buy request'),(2243,1082,3,'Redirect after buy request. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input link\" - input link for other redirect page'),(2244,1083,3,'Show country, region and<br>city option as text field'),(2245,1084,3,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(2246,1085,3,'How fields Country, Region and City use'),(2247,1086,3,'Settings for Search Layout'),(2248,1087,3,'Select Search Layout by default'),(2249,1088,3,'Select search layout by default on the frontend!'),(2250,1089,3,'Order field settings'),(2251,1090,3,'Select order by default'),(2252,1091,3,'Select an option to sort by default the search result.'),(2253,1092,3,'Vehicle slider option'),(2254,1093,3,'Show vehicle as slider'),(2255,1094,3,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(2256,1095,3,'Input initial-final year'),(2257,1096,3,'Input initial and final year of calendar. Final year value should be more then initial value.'),(2258,1097,3,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(2259,1098,3,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(2260,1099,3,'Show fraction in price'),(2261,1100,3,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(2262,1101,3,'Count Vehicles in row'),(2263,1102,3,'More than 1199px'),(2264,1103,3,'More than 1199px'),(2265,1104,3,'Less than 1200px andmore than 991px'),(2266,1105,3,'Less than 1200px andmore than 991px'),(2267,1106,3,'Less than 992px andmore than 767px'),(2268,1107,3,'Less than 992px andmore than 767px'),(2269,1108,3,'Less than 768px andmore than 489px'),(2270,1109,3,'Less than 768px andmore than 489px'),(2271,1110,3,'User order'),(2272,1111,3,'Watermark settings'),(2273,1112,3,'Enable watermark'),(2274,1113,3,'Watermark text'),(2275,1114,3,'Watermark size, %'),(2276,1115,3,'Font color'),(2277,1116,3,'Font angle'),(2278,1117,3,'Watermark position'),(2279,1118,3,'Watermark opacity'),(2280,1119,3,'Set Yes to show watermark'),(2281,1120,3,'Watermark text'),(2282,1121,3,'Watermark size, %'),(2283,1122,3,'Font color for watermark'),(2284,1123,3,'Font angle for watermark'),(2285,1124,3,'Watermark position for watermark'),(2286,1125,3,'Watermark opacity for watermark'),(2287,1127,3,'Watermark Type'),(2288,1128,3,'Select file for watermark'),(2289,1129,3,'Text or Image'),(2290,1130,3,'Select image for Watermark'),(2291,1126,3,'Categories order by default'),(2292,1131,3,'All vehicles'),(2293,1132,3,'Title'),(2294,1133,3,'Maker'),(2295,1134,3,'Model'),(2296,1135,3,'Description'),(2297,1136,3,'Vehicle ID'),(2298,1137,3,'Location'),(2299,1138,3,'Country'),(2300,1139,3,'City'),(2301,1140,3,'Region'),(2302,1141,3,'Zipcode'),(2303,1142,3,'Search by'),(2304,1143,3,'Please select only one value'),(2305,1144,3,'Min size image for watermark'),(2306,1145,3,'Minimum image size to include watermark'),(2307,1146,3,'Rent From and Rent Until fields  are required!'),(2308,1147,3,'Allow price as string'),(2309,1148,3,'Set \"yes\", if you want display price as string. '),(2310,366,3,'Show for single subcategory'),(2311,369,3,'If set to YES, you will see subcategory for single select category'),(2312,1149,3,'You typed bad characters from picture!'),(2313,1150,3,'Slider settings'),(2314,1151,3,'The height of the slider is measured as a percentage of the slider width'),(2315,1152,3,'Slider height, %'),(2316,1153,3,'Slide show type \"Filling in\" or \"Proportionally\"'),(2317,1154,3,'Slide show type'),(2318,1155,3,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(2319,1156,3,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(2320,1157,3,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(2321,1158,3,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(2322,1159,3,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(2323,1160,3,'Payment system Options'),(2324,1161,3,'Show button \"Buy\" for sale vehicles'),(2325,1162,3,'Allow button \"Buy\" for sale vehicles'),(2326,1163,3,'Show button \"Buy\" for rent vehicles'),(2327,1164,3,'Allow button \"Buy\" for rent vehicles'),(2328,2,4,'Gerenciador de Veículos'),(2329,3,4,'Nosso catálogo de veículos com carros para alugar e vender.'),(2330,4,4,'Procure Veículos'),(2331,5,4,'Procure Veículos'),(2332,6,4,'no-img_eng.gif'),(2333,7,4,'Você não tem permissão para realizar esta ação!'),(2334,8,4,'FEITO'),(2335,9,4,'Status'),(2336,10,4,'VehicleManager :: Importar/Exportar'),(2337,11,4,'Você tem que adicionar uma categoria para esta seção primeiramente.'),(2338,12,4,'Selecione por gentileza'),(2339,13,4,'Arquivo CSV'),(2340,14,4,'Arquivo XML'),(2341,15,4,'Você precisa selecionar um tipo para importar!'),(2342,16,4,'Você precisa selecionar uma categoria para importar!'),(2343,17,4,'Você precisa selecionar um arquivo para importar!'),(2344,18,4,'Você precisa selecionar um tipo para exportar!'),(2345,19,4,'Importar tipo'),(2346,20,4,'Selecionar formato do arquivo'),(2347,21,4,'Selecionar formato do arquivo'),(2348,22,4,'Categoria'),(2349,23,4,'Categoria'),(2350,24,4,'Selecionar categoria'),(2351,25,4,'Arquivo a importar'),(2352,26,4,'Arquivo a importar'),(2353,27,4,'Selecione arquivo a importar'),(2354,28,4,'No momento os seguinte formato CSV é suportado:<br />ID do veículo | Descrição | Link | Lista de tipos |  Localização | Preço | Título| ...'),(2355,29,4,'Exportar tipo'),(2356,30,4,'Selecionar formato do arquivo'),(2357,31,4,'Selecionar formato do arquivo'),(2358,32,4,'Categoria'),(2359,33,4,'Categoria'),(2360,34,4,'Selecionar Categoria'),(2361,35,4,'Exportar Resultado'),(2362,36,4,'Você pode descarregar a Exportação requerida na seguinte URL (clique da direita para salvar):'),(2363,37,4,'Por gentileza note que os arquivos ainda serão salvos no servidor e que você terá que limpá-los por sua conta.'),(2364,38,4,'GerenciadordeVeículos :: Categorias'),(2365,39,4,'Categoria'),(2366,40,4,'Veículos'),(2367,41,4,'Puplicado'),(2368,42,4,'Reordenar'),(2369,43,4,'Acesso'),(2370,44,4,'Checagem feita por'),(2371,45,4,'Adicionar'),(2372,46,4,'Editar'),(2373,47,4,'Nome da categoria não pode estar vazio'),(2374,48,4,'Categorias'),(2375,49,4,'- Selecione uma Imagem -'),(2376,50,4,'Topo'),(2377,51,4,'Codinome da Categoria'),(2378,52,4,'Título da Categoria'),(2379,53,4,'Ordenando'),(2380,54,4,'Imagem'),(2381,55,4,'Posição da Imagem'),(2382,56,4,'Item Pai'),(2383,57,4,'Sem vizualização disponível'),(2384,58,4,'Detalhes'),(2385,59,4,'Apagados'),(2386,60,4,'GerenciadordeVeículos - Alugue um Veículo'),(2387,61,4,'GerenciadordeVeículos- Retorne o veículo alugado'),(2388,62,4,'Importar'),(2389,63,4,'Exportar'),(2390,64,4,'- Todas Categorias'),(2391,65,4,'Selecionar Categorias'),(2392,66,4,'Selecionar o veículo que deseja alugar'),(2393,67,4,'- Todos Veículos'),(2394,68,4,'Aluguel'),(2395,69,4,'Não Alugados'),(2396,70,4,'Selecionar Publicados'),(2397,71,4,'- Todos Veículos'),(2398,72,4,'Não Publicados'),(2399,73,4,'Publicados'),(2400,74,4,'- All Users'),(2401,75,4,'Procurar Veículos'),(2402,76,4,'Procurar Veículos'),(2403,77,4,'Procura por Palavra-chave'),(2404,78,4,'Procura'),(2405,79,4,'Nada encontrado.'),(2406,80,4,'VehicleManager :: Veículos'),(2407,81,4,'Procura:'),(2408,82,4,'Você deve primeiramente criar uma Categoria para esta Seção.'),(2409,83,4,'Exactly to all'),(2410,84,4,'Advanced<br />search'),(2411,85,4,'from'),(2412,86,4,'to'),(2413,87,4,'Year'),(2414,88,4,'Preço'),(2415,89,4,'Tipo de listagem'),(2416,90,4,'Status de listagem'),(2417,91,4,'Tipo de preço'),(2418,92,4,'Modelo'),(2419,93,4,'Título'),(2420,94,4,'ID do Veículo'),(2421,95,4,'Resultado'),(2422,96,4,'Descrição'),(2423,97,4,'Categoria'),(2424,98,4,'# Veículo'),(2425,99,4,'Veja'),(2426,100,4,'Endereço'),(2427,101,4,'Country'),(2428,102,4,'Region'),(2429,103,4,'City'),(2430,104,4,'District'),(2431,105,4,'Zipcode'),(2432,106,4,'Latitude'),(2433,107,4,'Longitude'),(2434,108,4,'No location available'),(2435,109,4,'Tipo de Veículo'),(2436,110,4,'Condição'),(2437,111,4,'Quilometragem'),(2438,112,4,'Transmissão'),(2439,113,4,'Tipo de Motor'),(2440,114,4,'Ano de Emissão'),(2441,115,4,'Tipo de unidade'),(2442,116,4,'Tipo de combustível'),(2443,117,4,'Número de Velocidades'),(2444,118,4,'Número de Cilindros'),(2445,119,4,'Número de portas'),(2446,120,4,'Número de lugares'),(2447,121,4,'Cidade MPG/QPL'),(2448,122,4,'Rodovia MPG/QPL'),(2449,123,4,'Distância entre eixos'),(2450,124,4,'Tipo de Direção'),(2451,125,4,'Tipo de eixo traseiro'),(2452,126,4,'Tipo de Freios'),(2453,127,4,'Cores externas'),(2454,128,4,'Extras exteriores'),(2455,129,4,'Cores internas'),(2456,130,4,'Opções do painel'),(2457,131,4,'Extras do interior'),(2458,132,4,'Opções de segurança'),(2459,133,4,'Opções de garantia'),(2460,134,4,'Básico'),(2461,135,4,'Grupo Motopropulsor'),(2462,136,4,'Corrosão'),(2463,137,4,'Assistência lateral de estrada'),(2464,138,4,'Seu número de telefoner'),(2465,139,4,'Classificação'),(2466,140,4,'URL da Imagem'),(2467,141,4,'Imagem'),(2468,142,4,'[ Buy from ] link'),(2469,143,4,'Alugar para'),(2470,144,4,'Alugar de'),(2471,145,4,'Alugar até'),(2472,146,4,'Rent return'),(2473,147,4,'Alugar de - até'),(2474,148,4,'desconhecido'),(2475,149,4,'Usuário'),(2476,150,4,'email'),(2477,151,4,'Endereço de correspondência postal'),(2478,152,4,'Número de telefone'),(2479,153,4,'Alugar até: '),(2480,154,4,'Acertos'),(2481,155,4,'Reordenar'),(2482,156,4,'Alugar'),(2483,157,4,'Publicados'),(2484,158,4,'Checado'),(2485,159,4,'Data da revisão'),(2486,160,4,'Subcategorias'),(2487,161,4,'Carregar a foto principal'),(2488,162,4,'Clique para carregar novas fotos para a galeria de fotos de veículos'),(2489,163,4,'Se você carregar uma imagem, a URL da imagem corrente será deletada e apagará a imagem anteriormente carregada.'),(2490,164,4,'Erro ao carregar a imagem! Note que somente os formatos (jpg, png, gif) são suportados'),(2491,165,4,'Informação do aluguel'),(2492,166,4,'documento eletrônico atual'),(2493,167,4,'Carregar documento eletrônico'),(2494,168,4,'Descarregar documento eletrônico'),(2495,169,4,'Apagar documento eletrônico'),(2496,170,4,'documento eletrônico'),(2497,171,4,'Erro ao carregar documento eletrônico!'),(2498,172,4,'Status'),(2499,173,4,'Requerido'),(2500,174,4,'Acrescentar Revisão'),(2501,175,4,'Revisões'),(2502,176,4,'[ Salvar ]'),(2503,177,4,'[ Requisição de Aluguel ]'),(2504,178,4,'[ Submeter Requisição de Aluguel ]'),(2505,179,4,'Revisão'),(2506,180,4,'Título'),(2507,181,4,'Classificação'),(2508,182,4,'Commentário'),(2509,183,4,'Anônimo'),(2510,184,4,'Number click'),(2511,185,4,'Shows'),(2512,186,4,'Título do Veículo'),(2513,187,4,'Clique no mapa para escolher o local do veículo:'),(2514,188,4,'Por gentileza entre um Título para sua revisão!'),(2515,189,4,'Por gentileza entre uma Texto para sua revisão!'),(2516,190,4,'Por gentileza entre uma Classificação para sua revisão!'),(2517,191,4,'Por gentileza entre um Nome para seu Pedido de Locação!'),(2518,192,4,'Por gentileza entre um e-mail válido para seu Pedido de Locação!'),(2519,193,4,'Por gentileza entre um Endereço Postal válido para seu pedidot de aluguel!'),(2520,194,4,'Por gentileza entre uma Data de Retorno para seu Pedido de Locação!'),(2521,195,4,'Please enter at least one vehicle photo!'),(2522,196,4,'Não especificado'),(2523,197,4,'Arabic'),(2524,198,4,'Português do Brasil'),(2525,199,4,'Danish'),(2526,200,4,'Alemão'),(2527,201,4,'English'),(2528,203,4,'Bosnian'),(2529,202,4,'Farsi'),(2530,204,4,'Francês'),(2531,205,4,'Germanico'),(2532,206,4,'Húngaro'),(2533,207,4,'Italiano'),(2534,208,4,'Lithuanian'),(2535,209,4,'Norwegian'),(2536,210,4,'Polski'),(2537,211,4,'Portuguese'),(2538,212,4,'Romeno'),(2539,213,4,'Russo'),(2540,216,4,'Esloveno'),(2541,214,4,'Espanhol'),(2542,215,4,'Turco'),(2543,217,4,'Não'),(2544,218,4,'Sim'),(2545,219,4,'Neste momento o título do veículo está sendo editado por outro administrador'),(2546,220,4,'Erro ao apagar o veículo!'),(2547,221,4,'Add Vehicle notification email'),(2548,222,4,'Configurações do frontend'),(2549,223,4,'Configurações do backend'),(2550,224,4,'Auto-incremento da Id do Veículo'),(2551,225,4,'Auto-incremento da Id do Veículo'),(2552,226,4,'SIM se deseja usar auto-incremento de ID do veículo. NÃO se deseja entrar a ID do Veículo manualmente'),(2553,227,4,'supote a documentos eletrônicos'),(2554,228,4,'supote a documentos eletrônicos'),(2555,229,4,'SIM se deseja ativar o suporte a documentos eletrônicos para a interface do administrador.'),(2556,230,4,'Localização de documentos eletrônicos'),(2557,231,4,'Localização de documentos  eletrônicos'),(2558,232,4,' A localização dos documentos  eletrônicos carregados no servidor. O caminho é relativo ao diretório principal do Joomla e deve começar e terminar com um /'),(2559,233,4,'Mostar o link de download do documento eletrônico'),(2560,234,4,'Mostrar o download dos documentos eletrônicos no frontend'),(2561,235,4,'SIM se deseja mostrar o download do documento eletrônico como um link no frontend.'),(2562,236,4,'Mostrar Revisões'),(2563,237,4,'Mostrar Revisões no frontend'),(2564,238,4,'SIM se deseja ativar a funcionalidade de Revisão de Veículos para os usuários em seu website.'),(2565,239,4,'Permitir Revisões'),(2566,240,4,'Permitir Revisões'),(2567,241,4,'Permitir revisões no frontend. Essa função somente será ativada se -- Mostar Revisões -- também estiver definido para SIM!'),(2568,242,4,'Mostrar Status do Aluguel'),(2569,243,4,'Mostrar status do Aluguel no frontend'),(2570,244,4,'SIM se deseja mostrar o status corrente do Aluguel dos veículos no frontend.'),(2571,245,4,'Permitir Pedidos de Aluguel'),(2572,246,4,'Permitir Pedidos de Aluguel'),(2573,247,4,'Permitir Pedidos de Aluguel no frontend. Essa função somente será ativada se -- Mostrar Status do Aluguel -- também estiver definido para SIM!'),(2574,248,4,'Mostrar preço'),(2575,249,4,'Mostrar preço'),(2576,250,4,'Mostra o preço do veículo no frontend'),(2577,251,4,'Veículos por página.'),(2578,252,4,'Definir o número de veículos mostrados por página.'),(2579,253,4,'Paginação.'),(2580,254,4,'Tamanho de fotos do veículo'),(2581,255,4,'Tamanho de fotos do veículo'),(2582,256,4,'Definir tamanho de fotos - altura/largura em pixels'),(2583,257,4,'Set size of main image - width/height in px'),(2584,258,4,'Set main photos size - width/height in px'),(2585,259,4,'Vehicle main photos size'),(2586,260,4,'Vehicle gallery photo size'),(2587,261,4,'Vehicle gallery photo size'),(2588,262,4,'Set gallery photo size - width/height in px'),(2589,263,4,'Vehicle upload photo size'),(2590,264,4,'Vehicle upload photo size'),(2591,265,4,'Set upload photo size - width/height in px'),(2592,266,4,'Itens da página'),(2593,267,4,'Itens da página'),(2594,268,4,'Entre a quantidade de veículos a ser mostrada por página.'),(2595,269,4,'Add Vehicle email'),(2596,270,4,'An email address for notifying about new vehicle has been added on'),(2597,271,4,'Revise o e-mail'),(2598,272,4,'Revise o e-mail'),(2599,273,4,'Onde enviar mensagens de notificação para nova Revisão adicionada. Você pode inserir vários endereços de e-mail, separados por vírgula.'),(2600,274,4,'E-mail do Pedido de Locação'),(2601,275,4,'E-mail do Pedido de Locação'),(2602,276,4,'Onde enviar mensagens de notificação para novo Pedido de Locação adicionado. Você pode inserir vários endereços de e-mail, separados por vírgula.'),(2603,277,4,'VehicleManager :: Pedidos de Aluguel'),(2604,278,4,'VehicleManager :: Sobre'),(2605,279,4,'Sobre'),(2606,280,4,'Nota de versão'),(2607,281,4,'Log de alterações'),(2608,282,4,'Bem-vindo ao VehicleManager'),(2609,283,4,'Obrigado por usar nosso componente!<br /><br />\\nVehicleManager permite que você gerencie grandes catálogos de veículos. Ele possui suporte a categoria e subcategoria e você pode adicionar uma ID de veículos para sua referência interna. Gestão de Aluguel vem incorporado, com a possibilidade de solicitação de aluguel para os usuários do Web site. VehicleManager também oferece a possibilidade de revisões de veículo por usuários, com gerenciamento de revisão no backend. O suporte a edocument é construido internamente. Informações de veículos e fotos dos mesmos podem ser inseridas manualmente. <br/ ><br />\\nNOTES: <br/ >\\n- para o download de fotos funcionarem corretamente em seu servidor, você precisa compilar PHP5 com suporte a CURL<br />\\n- Para que as exportações em CSV funcionem, você necessita complilar PHP5 com supporte a XSL<br/ >\\n- Para que o CAPTCHA funcione, você necessita compilar PHP5 com suporte a GD<br />\\n<br />\\nNo website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> você poderá encontra os manuais do VehicleManager, arquivos de linguagens adicionais, Fóruns de Suporte e também poder baixar módulos adicionais e plug-ins.<br />\\n<br />\\nEstamos disponíveis para novos desenvolvimentos, caso você queira novos recursos adicionados ao VehicleManager. Por gentileza envie seus pedidos para <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> e nós iremos retornar com uma citação. Quando você ordena uma customização paga irá receber sua próxima versão PRO com seu pedido de customização adicionado.'),(2610,284,4,'Os campos abaixo só precisam ser preenchidos manualmente quando você tiver definido '),(2611,285,4,'. caso contrário, eles serão ignorados.'),(2612,286,4,'Pedido de Locação'),(2613,287,4,'A lista mostra os veículos selecionados para alugar.<br />Se estiver vazio, por gentileza verifique novamente sua seleção.'),(2614,288,4,'Seu nome completo'),(2615,289,4,'E-mail'),(2616,290,4,'Seu endereço de correspondência postal'),(2617,291,4,'Data de devolução do veículo'),(2618,292,4,'Alugado de'),(2619,293,4,'Sua solicitação de aluguel foi armazenada em nosso banco de dados. Vamos verificar seu pedido e lhe informaremos o mais rapidamente possível.<br />Obrigado por usar nosso serviço.'),(2620,294,4,'Sua solicitação de compra foi armazenada em nosso banco de dados. Vamos verificar seu pedido e lhe informaremos o mais rapidamente possível.<br />Obrigado por usar nosso serviço.'),(2621,295,4,'VehicleManager: Pedido de Locação Aceito'),(2622,296,4,' O veículo'),(2623,297,4,'que pediu está pronto para ser alugado.'),(2624,298,4,'Salvar'),(2625,299,4,'Alugar Veículos'),(2626,300,4,'Retornar o veículo de aluguel'),(2627,301,4,'Aceitar o pedido'),(2628,302,4,'Rejeitar o pedido'),(2629,303,4,'Importar veículos'),(2630,304,4,'Exportar veículos'),(2631,305,4,'Excluir revisão'),(2632,306,4,'Editar revisão'),(2633,307,4,'Informações gerais:'),(2634,308,4,'Versão:'),(2635,309,4,'Data de lançamento:'),(2636,310,4,'Link do projeto:'),(2637,311,4,'Host do projeto:'),(2638,312,4,'Licença:'),(2639,313,4,'Este programa é distribuído na esperança de que será útil, mas sem qualquer garantia. Consulte o License.txt incluído para obter mais detalhes.'),(2640,314,4,'Desenvolvido por:'),(2641,315,4,'Página inicial'),(2642,316,4,'URL do link de download do documento eletrônico'),(2643,317,4,'Permitir download de documentos eletrônicos'),(2644,318,4,'Permitir download de documentos eletrônicos no frontend. Essa função somente será ativada se -- Mostrar Download de documentos eletrônicos -- tamabém estiver definida para SIM'),(2645,319,4,'Permitir download de documentos eletrônicos'),(2646,320,4,'Permitir preço:'),(2647,321,4,'Permita preço no frontend. Esta função será ativada apenas se --Mostrar Preço--também for definida como SIM!'),(2648,322,4,'Permitir Preço'),(2649,323,4,'VehicleManager :: Revisões'),(2650,324,4,'Título do veículo'),(2651,325,4,'Título da revisão'),(2652,326,4,'Digite os caracteres que vê na imagem acima na caixa abaixo.'),(2653,327,4,'Imprimir'),(2654,328,4,'Por favor, selecione as colunas para impressão e, em seguida, clique em [ Próximo ]!'),(2655,329,4,'Tamanho da fonte'),(2656,330,4,'Formato'),(2657,331,4,' Mostrar a licença de download do documento eletrônico'),(2658,332,4,'Mostrar o aceite da licença de download do documento eletrônico/recusar antes de permitir o download do documento eletr6onico a partir do frontend'),(2659,333,4,'Mostar a licença de download do documeto eletrônico'),(2660,334,4,'Contrato de licença'),(2661,335,4,'Aceitar?'),(2662,336,4,'[ Adicionar revisão ]'),(2663,337,4,'[ Ocultar revisão ]'),(2664,338,4,'Mostar botão [ Comprar agora ]'),(2665,339,4,'mostrar botão [ Comprar agora ]'),(2666,340,4,'Mostra o botão [ Comprar agora ] próximo ao veículo no frontend'),(2667,341,4,'Permitir botão [ Comprar agora ]:'),(2668,342,4,'Mostrar botão [Comprar agora] no frontend para as categorias selecionadas. Esta função será ativada apenas se --Mostrar botão [Comprar agora]-- também estiver definida como SIM! Você pode selecionar várias categorias.'),(2669,343,4,'Permitir botão [ Comprar agora ]'),(2670,344,4,'Exportação de dados completa'),(2671,345,4,'Importação de dados completa'),(2672,346,4,'Esta operação irá remover TODOS os dados do VehicleManager existentes antes de importar. Você deseja continuar?'),(2673,347,4,'\\n<strong>CSV&nbsp;IMPORTAR:</strong>\\n<ul>\\n	<li>No momento o seguinte formato CSV é suportado:&nbsp;&nbsp;ID do Veículo&nbsp;|&nbsp;Descrição&nbsp;|&nbsp;Link&nbsp;|&nbsp;Modelo&nbsp;|&nbsp;Tipo de Veículo&nbsp;|&nbsp;Tipo de listagem&nbsp;|&nbsp;Preço&nbsp;|&nbsp;Tipo de preço&nbsp;|&nbsp;Título de Veículo&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Campos são separados por um caractere de pipe (<strong>&nbsp;|&nbsp;</strong>)</li>\\n	<li>Você pode importar uma lista toda com apenas a ID do Veículo, deixando os outros campos vazios, por exemplo:&nbsp;&nbsp;ID do Veículo&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;Modelo&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;Preço&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li><strong>AVISO:</strong>&nbsp; não utilize importar CSV se houverem Revisões de Veículos presentes, neste caso utilize a importação de dados completa!</li>\\n</ul>\\n<strong>XML&nbsp;IMPORTAR:</strong>\\n<ul>\\n	<li>importar em XML format</li>\\n	<li><strong>AVISO:</strong>&nbsp; não utilize importar XML se houverem Revisões de Veículos presentes, neste caso utilize a importação de dados completa!</li>\\n <li><strong>AVISO:</strong>&nbsp;associações entre as casas não serão salvos!</li>\n        <li><strong>AVISO:</strong>&nbsp;você tem que fazer upload de imagens isoladamente, não há fotos serão salvas!</li></ul>\\n<strong>IMPORTAÇÃO&nbsp;COMPLETA&nbsp;DE DADOS:</strong>\\n<ul>\\n	<li>Esta importação irá importar todos os dados do VehicleManager e restaurar todos os campos e detalhes</li>\\n	<li>Esta opção irá substituir TODAS as entradas já existentes, portanto, tenha cuidado antes de a utilizar!</li>\\n	<li>Para salvar todas as fotos de veículos, por gentileza salve todos os arquivos da pasta: --components/com_vehiclemanager/photos--!</li>\\n	<li>Para salvar todos os documentos eletrônicos dos veículos, por gentileza salve todos os arquivos da pasta que você selecionou para as definições do backend --Localização de documentos '),(2674,348,4,'\\n<strong>CSV&nbsp;EXPORTAR:</strong>\\n<ul>\\n	<li>Exportação do CSV irá conter todos os campos para posterior edição adicional em um editor de texto ou um aplicativo de planilha</li>\\n	<li>Note, por gentileza, que para importações subsequentes, somente o seguinte formato CSV é suportado: :&nbsp;&nbsp;ID do Veículo&nbsp;|&nbsp;Descrição&nbsp;|&nbsp;Link&nbsp;|&nbsp;Modelo&nbsp;|&nbsp;Tipo de Veículo&nbsp;|&nbsp;Tipo de listagem&nbsp;|&nbsp;Priço&nbsp;|&nbsp;Tipo de preço&nbsp;|&nbsp;Título do Veículo&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Você também pode importar mais tarde incluindo Revisões de Veículos. Use exportação COMPLETA ao invés!</li>\\n</ul>\\n<strong>XML&nbsp;EXPORTAÇÃO:</strong>\\n<ul>\\n	<li>Exportação XML é a maneira preferida para exportar veículos com Descrição de Veículos</li>\\n	<li>Exportação XML com certeza irá conter todos os detalhes dos veículos, inlcuindo Descrições, prontas para posteriores importações</li>\\n <li><strong>AVISO:</strong>&nbsp;associações entre as casas não serão salvos!</li>\n        <li><strong>AVISO:</strong>&nbsp;você tem que fazer upload de imagens isoladamente, não há fotos serão salvas!</li></ul>\\n<strong>EXPORTAÇÃO&nbsp;COMPLETA&nbsp;DE DADOS:</strong>\\n<ul>\\n	<li>Esta exportação irá exportar todos os dados do VehicleManager e salvar todos os campos e entradas</li>\\n	<li>Mais tarde você pode usar esses arquivos para restaurar os dados do VehicleManager na íntegra</li>\\n	<li>Esta importação subsequente irá substituir TODAS as entradas já existentes, portanto, cuidado ao usá-lo!</li>\\n	<li>Para restaurar todas as fotos do veículo, por gentileza restaure todos os arquivos da pasta: --components/com_vehiclemanager/photos--!</li>\\n	<li>Para restaurar todos os documentos eletrônicos, por gentileza restaure todos os arquivos da pasta que selecionou nas [Definições de Backend] -- [Localização de documentos eletrônicos]</li>\\n</ul>'),(2675,349,4,'Enviar Notificações de Revisão'),(2676,350,4,'Enviar Notificações de Revisão'),(2677,351,4,'Defina como SIM se você deseja ser notificado por e-mail quando um usuário adiciona uma Revisão de Veículos. Use o painel à direita para definir quem vai enviar essas notificações. Você pode definir os endereços de e-mail de recebimento em [ Configuração do Backend ].'),(2678,352,4,'Grupos de usuários, dos quais, notificações de Revisão serão enviadas'),(2679,353,4,'Grupos de usuários, dos quais, notificações de Revisão serão enviadas'),(2680,354,4,' Escolha qual grupo de usuários irá enviar notificações de Revisão. Esta função somente será ativada se --Enviar Notificação de Revisão-- também estiver definido como SIM'),(2681,355,4,'Enviar Notificação de Solicitação de Aluguel'),(2682,356,4,'Enviar Notificação de Solicitação de Aluguel'),(2683,357,4,'Definir como SIM caso queira ser notificado por e-mail quando um usuário adicionar um Pedido de Locação. Use o painel à direita para definir quem irá enviar estas notificações. Você pode definir os endereços de e-mail de recebimento em [ Configuração de Backend ].'),(2684,358,4,'Grupos de usuários, dos quais, Pedido de Locação serão enviados'),(2685,359,4,'Grupos de usuários, dos quais, Pedido de Locação serão enviados'),(2686,360,4,'Escolha qual grupo de usuários irá enviar notificações de Pedido de Locação. Esta função somente será ativada se --Enviar Notificação de Solicitação de Aluguel-- também estiver definido como SIM'),(2687,361,4,'Revisar comentário'),(2688,362,4,'Imagens de Categoria Personalizada'),(2689,363,4,'Imagens de Categoria Personalizada'),(2690,364,4,'Definir como SIM se você pode atribuir uma imagem personalizada para cada categoria, em vez do ícone de pasta padrão. Em seguida, você pode ajustar as imagens da categoria em [ VehicleManager ]-[ Gerenciar&nbsp;Categorias ]-[ Editar ]-[ Selecionar&nbsp;imagem ]'),(2691,365,4,'Mostrar subcategoria'),(2692,366,4,'Show for single subcategory'),(2693,367,4,'Mostrar subcategoria'),(2694,368,4,'Se estiver definido para SIM, você verá subcategoria para cada categoria'),(2695,369,4,'If set to YES, you will see subcategory for single select category'),(2696,370,4,'Você não pode voltar a casa de locação que não foi locada'),(2697,371,4,'Por gentileza, faça uma seleção a partir da lista Veículos para Locação'),(2698,372,4,'Por gentileza, faça uma seleção a partir da lista Veículo a Devolver de uma locação'),(2699,373,4,'Por gentileza, faça uma seleção a partir da lista  Solicitação a Aceitar'),(2700,374,4,'Por gentileza, faça uma seleção a partir da lista Solicitação a Rejeitar'),(2701,375,4,'Você deve selecionar um tipo para importar!'),(2702,376,4,'Você deve selecionar um tipo para exportar!'),(2703,377,4,'Por gentileza, insira um Título para este veículo!'),(2704,378,4,'Insira um ID de Veículo para este veículo!'),(2705,379,4,'Já existe um ID de Veículo com essa identificação'),(2706,380,4,'Você deve selecionar uma Categoria para o veículo!'),(2707,381,4,'Por gentileza, informe um Nome para o seu pedido de compra!'),(2708,382,4,'Por gentileza, informe um endereço de e-mail válido para o seu pedido de compra!'),(2709,383,4,'Por gentileza, informe um Número de Telefone válido para o seu pedido de compra!'),(2710,384,4,'Campos Requeridos'),(2711,385,4,'Campos Recomendados'),(2712,386,4,'Campos de endereço'),(2713,387,4,'Opções'),(2714,388,4,'Opções Externas'),(2715,389,4,'Opções internas'),(2716,390,4,'Outras opções'),(2717,391,4,'Gerenciar Foto'),(2718,392,4,'Galeria de Fotos de Veículos'),(2719,393,4,'Advertisment'),(2720,394,4,'Informação de cliente\\s '),(2721,395,4,'VehicleManager :: Gerenciador de Vendas'),(2722,396,4,'[ Solicitação de Compra ]'),(2723,397,4,'[ Compra Oculta ]'),(2724,398,4,'[ Enviar Solicitação ]'),(2725,399,4,' Enviar Notificação de Solicitação de Compra'),(2726,400,4,'Enviar Notificação de Solicitação de Compra'),(2727,401,4,'Definir como SIM caso queira ser notificado por e-mail quando um usuário submeter uma Solicitação de Compra. Use o painel à direita para definir quem irá enviar estas notificações. Você pode definir os endereços de e-mail de recebimento em [ Configuração de Backend ].'),(2728,402,4,'Grupos de usuários, dos quais, notificações de Solicitação de Compra serão enviados'),(2729,403,4,'Grupos de usuários, dos quais, notificações de Solicitação de Compra serão enviados'),(2730,404,4,'Escolha quais grupos de usuários irão enviar notificações de Solicitação de Compra. Esta função será ativada apenas se --Enviar Notificação de Solicitação de Compra-- também estiver definido como SIM'),(2731,405,4,'E-mail de Solicitação de Compra'),(2732,406,4,'E-mail de Solicitação de Compra'),(2733,407,4,'Onde enviar mensagens de notificação para novo Pedido Solicitação de Compra. Você pode inserir vários endereços de e-mail, separados por vírgula.'),(2734,408,4,'VehicleManager :: Configurações'),(2735,409,4,'Remover'),(2736,410,4,'Foto '),(2737,411,4,'Mostar guia de Revisões'),(2738,412,4,'Mostar guia de Revisões'),(2739,413,4,'Defina para SIM se quiser mostrar a guia de Revisões.'),(2740,414,4,'Mostar guia de Localização'),(2741,415,4,'Mostar guia de Localização'),(2742,416,4,'Definir para SIM se quiser mostrar a guia de Localização.'),(2743,417,4,'[ Adicionar Veículo ]'),(2744,418,4,'Mostrar botão<br />[ Adicionar Veículo ]'),(2745,419,4,'Mostrar botão<br />[ Adicionar Veículo ]'),(2746,420,4,'Mostra o botão [ Adicionar Veículo ] na lista de veículos no frontend'),(2747,421,4,'Permitir botão<br />[ Adicionar Veículo ]'),(2748,422,4,'Permitir botão<br />[ Adicionar Veículo ]'),(2749,423,4,'Permitir botão [ Adicionar Veículo ] no frontend. Essa função será ativada somente se --Mostrar botão [ Adicionar Veículo ]-- também estiver definido como SIM!'),(2750,424,4,'Show button<br />[ print PDF ]'),(2751,425,4,'Show button<br />[ print PDF ]'),(2752,426,4,'Shows button [ print PDF ] in the vehicle list in the frontend'),(2753,427,4,'Allow button<br />[ print PDF ]'),(2754,428,4,'Allow button<br />[ print PDF ]'),(2755,429,4,'Allow button [ print PDF ] in the frontend. This function will be activated only if --Show button [ print PDF ]-- is also set to YES!'),(2756,430,4,'Show button<br />[ print View ]'),(2757,431,4,'Show button<br />[ print View ]'),(2758,432,4,'Shows button [ print View ] in the vehicle list in the frontend'),(2759,433,4,'Allow button<br />[ print View ]'),(2760,434,4,'Allow button<br />[ print View ]'),(2761,435,4,'Allow button [ print View ] in the frontend. This function will be activated only if --Show button [ print View ]-- is also set to YES!'),(2762,436,4,'Show button<br />[ send Link ]'),(2763,437,4,'Show button<br />[ send Link ]'),(2764,438,4,'Shows button [ send Link ] in the vehicle list in the frontend'),(2765,439,4,'Allow button<br />[ send Link ]'),(2766,440,4,'Allow button<br />[ send Link ]'),(2767,441,4,'Allow button [ send Link ] in the frontend. This function will be activated only if --Show button [ send Mail ]-- is also set to YES!'),(2768,442,4,'Contatos'),(2769,443,4,'Mostrar Contatos'),(2770,444,4,'Mostar Contatos '),(2771,445,4,'Exibição de contatos na guia \'Main\'.'),(2772,446,4,'Localização de fotos'),(2773,447,4,' A localização das fotos carregadas no servidor. O caminho é relativo ao diretório principal de Joomla e deve começar e terminar com um /'),(2774,448,4,'Localização de fotos'),(2775,449,4,'Disponível pra locar de'),(2776,450,4,'Disponível para locar até'),(2777,451,4,'Indisponível para locação'),(2778,452,4,'Diponível para locação'),(2779,453,4,'Seu veículo foi armazenado em nosso banco de dados. Vamos verificar seu pedido e adicionar o seu veículo, o mais rapidamente possível.<br />Obrigado por usar nosso serviço'),(2780,454,4,'Localização'),(2781,455,4,'Principal'),(2782,456,4,'---select---'),(2783,457,4,'For rent'),(2784,458,4,'For sale'),(2785,459,4,'negotiable,starting'),(2786,460,4,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(2787,461,4,'new,used'),(2788,462,4,'manual,automatic'),(2789,463,4,'active,offer,contract,closed,withdrawn'),(2790,464,4,'Fwd,Rwd,Awd,4wd,2wd'),(2791,465,4,'petrol,diesel,gas,electric,hybrid,unlisted'),(2792,466,4,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(2793,467,4,'4,5,6,8,10,12,16'),(2794,468,4,'none,2,3,4,5,6,7'),(2795,469,4,'Edit'),(2796,470,4,'Approved'),(2797,471,4,'Maker'),(2798,472,4,'Show my vehicles'),(2799,473,4,'all'),(2800,474,4,'from'),(2801,475,4,'to'),(2802,476,4,'list'),(2803,477,4,'gallery'),(2804,478,4,'User-selectable'),(2805,479,4,'Owner'),(2806,480,4,'Full XML'),(2807,481,4,'Id'),(2808,482,4,'Add Vehicle'),(2809,483,4,'Publish'),(2810,484,4,'Unpublish'),(2811,485,4,'Delete'),(2812,486,4,'Return vehicle from rent'),(2813,487,4,'Rent'),(2814,488,4,'You have not vehicles'),(2815,489,4,'Sorry, you have not access to this page'),(2816,490,4,'Show RSS'),(2817,491,4,'Show RSS or not'),(2818,492,4,'Show RSS'),(2819,493,4,'Allow RSS for'),(2820,494,4,'Allow RSS'),(2821,495,4,'Select users for whom allow RSS'),(2822,496,4,'Approve added vehicles'),(2823,497,4,'Approve added vehicles'),(2824,498,4,'Approve vehicles added'),(2825,499,4,'Allow approve'),(2826,500,4,'Allow approve'),(2827,501,4,'Choose users whom allow approve vehicles from frontend'),(2828,502,4,'View type'),(2829,503,4,'View type'),(2830,504,4,'Select view type for vehicles'),(2831,505,4,'Show location map'),(2832,506,4,'Location map'),(2833,507,4,'If choose \\\"yes\\\" then show location map '),(2834,508,4,'Save database after uninstall component:'),(2835,509,4,'Update'),(2836,510,4,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(2837,511,4,'Show owner'),(2838,512,4,'Show owner'),(2839,513,4,'Show vehicle owner or not'),(2840,514,4,'Rent request answer'),(2841,515,4,'Rent request answer'),(2842,516,4,'Send email to user about rent request solution'),(2843,517,4,'Accepted'),(2844,518,4,'Declined'),(2845,519,4,'Answer for your rent request'),(2846,520,4,'Your rent request for vehicle'),(2847,521,4,''),(2848,522,4,'no-img_eng_big.gif'),(2849,523,4,'Edit vehicle'),(2850,524,4,'Add Vehicle'),(2851,525,4,'Edit Vehicle'),(2852,526,4,'My vehicles'),(2853,527,4,'Show button<br />[ Owners List ]'),(2854,528,4,'Show owners list'),(2855,529,4,'If choose \\\"yes\\\" then show owners list in frontend'),(2856,530,4,'Allow button<br />[ Owners List ]'),(2857,531,4,'Allow owners list'),(2858,532,4,'Choose users, whom allow show owners list'),(2859,533,4,'Owners list'),(2860,534,4,'Owners list'),(2861,535,4,'Owners'),(2862,536,4,'Vehicles'),(2863,537,4,'User vehicles'),(2864,538,4,'There have not vehicles'),(2865,539,4,'You have not logined! If you want edit vehicle in future, then login!'),(2866,540,4,'Rent request'),(2867,541,4,'Vehicle with this Id do not find'),(2868,542,4,'You can\'t view this page because it not published'),(2869,543,4,'You can\'t view this page because it not approved by administrator'),(2870,544,4,'Check categories of vehicles'),(2871,545,4,'Are you sure?'),(2872,546,4,'Please select vehicles first!'),(2873,547,4,'Form for answer to rent request'),(2874,548,4,'Form for answer to rent request'),(2875,549,4,'Form for answer to rent request'),(2876,550,4,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(2877,551,4,'Buy request answer'),(2878,552,4,'Buy request answer'),(2879,553,4,'Send email to user about buy request solution'),(2880,554,4,'Form for answer to buy request'),(2881,555,4,'Form for answer to buy request'),(2882,556,4,'Form for answer to buy request'),(2883,557,4,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(2884,558,4,'Accepted'),(2885,559,4,'Declined'),(2886,560,4,'Publish added vehicles'),(2887,561,4,'Publish added vehicles'),(2888,562,4,'Publish vehicles added'),(2889,563,4,'Allow publish'),(2890,564,4,'Allow publish'),(2891,565,4,'Choose users whom allow publish vehicles'),(2892,566,4,'Date'),(2893,567,4,'Rent before end notify'),(2894,568,4,'Rent before end notify'),(2895,569,4,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(2896,570,4,'Rent end days'),(2897,571,4,'Rent end days'),(2898,572,4,'How much days before rent end send notify email'),(2899,573,4,'Rent end email'),(2900,574,4,'Rent end email'),(2901,575,4,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(2902,576,4,'Edit rent'),(2903,577,4,'VehicleManager - Edit vehicle rent details'),(2904,578,4,'User groups for which Contacts  will show'),(2905,579,4,'User groups for which Contacts  will show'),(2906,580,4,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(2907,581,4,'User groups for which Location tab will be shown'),(2908,582,4,'User groups for which Location tab will be shown'),(2909,583,4,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(2910,584,4,'User groups for which Reviews tab will be shown'),(2911,585,4,'User groups for which Reviews tab will be shown'),(2912,586,4,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(2913,587,4,'Show Buy Request'),(2914,588,4,'Show Buy request in the frontend'),(2915,589,4,'Set Yes to show the button Send Buy Request on the frontend.'),(2916,590,4,'User groups which will see button Send Buy Request'),(2917,591,4,'Allow Buy request'),(2918,592,4,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(2919,593,4,'Send Add vehicle Notification'),(2920,594,4,'Send Add vehicle Notification'),(2921,595,4,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in [ Configuration Backend ].'),(2922,596,4,'User groups from which Add vehicle notifications will be sent'),(2923,597,4,'User groups from which Add vehicle notifications will be sent'),(2924,598,4,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(2925,599,4,'Show fields in list view'),(2926,600,4,'This section helps to configure the view only but not to restrict user rights.'),(2927,601,4,'To show the [Price] a radio selector [Show price] must be checked.'),(2928,602,4,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(2929,603,4,'Community Builder plugin / My Vehicles menu item settings'),(2930,604,4,'Show my vehicles (in CB)'),(2931,605,4,'Show edit vehicles'),(2932,606,4,'Show rent requests'),(2933,607,4,'Show buy requests'),(2934,608,4,'Show user rent history'),(2935,609,4,'Show my vehicles to'),(2936,610,4,'Show edit vehicles to'),(2937,611,4,'Show rent requests to'),(2938,612,4,'Show buy requests to'),(2939,613,4,'Show user rent history to'),(2940,614,4,'Show my vehicles'),(2941,615,4,'Show edit vehicles'),(2942,616,4,'Show rent requests'),(2943,617,4,'Show buy requests'),(2944,618,4,'Show user rent history'),(2945,619,4,'Show button \'show my vehicles\' on CB plugin'),(2946,620,4,'Show my vehicles'),(2947,621,4,'Select user group for which will be show this button'),(2948,622,4,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(2949,623,4,'Show edit vehicles'),(2950,624,4,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(2951,625,4,'Show rent requests'),(2952,626,4,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(2953,627,4,'Show buy requsts'),(2954,628,4,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(2955,629,4,'Show my rent history'),(2956,630,4,'Calendar of availability and rental rates per period'),(2957,631,4,'Week'),(2958,632,4,'Weekend'),(2959,633,4,'Midweek'),(2960,634,4,'Year'),(2961,635,4,'Month'),(2962,636,4,'Calendar'),(2963,637,4,'Add price'),(2964,638,4,'Select price which are necessary to remove'),(2965,639,4,'Available date Not available date for rent'),(2966,640,4,'Not available date for rent'),(2967,641,4,'New price rent'),(2968,642,4,'Add new price rent'),(2969,643,4,'Calendar'),(2970,644,4,'User groups for which Calendar tab will be shown'),(2971,645,4,'Show Rent Calendar Tab'),(2972,646,4,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(2973,647,4,'Show Calendar Tab'),(2974,648,4,'Show Calendar Tab'),(2975,649,4,'Set Yes to show Calendar tab'),(2976,650,4,'Show owner'),(2977,651,4,'Show calendar'),(2978,652,4,'Show house calendar or not'),(2979,653,4,'Default price label for calendar'),(2980,654,4,'Default price labels for calendar (weekend, week, midweek)'),(2981,655,4,'Default price label for calendar'),(2982,656,4,'VehicleManager :: Featured Manager'),(2983,657,4,'Feature'),(2984,658,4,'Category'),(2985,659,4,'Published'),(2986,660,4,'Name Alias'),(2987,661,4,'Category Alias'),(2988,662,4,'Features'),(2989,663,4,'Image'),(2990,664,4,'Select photo if it is necessary to remove'),(2991,665,4,'Recommended image size 25 x 25 pixels'),(2992,666,4,'Categories for Manager Feature'),(2993,667,4,'Category must be entered, separated by commas'),(2994,668,4,'Categories for Manager Feature'),(2995,669,4,'Image for Manager Feature'),(2996,670,4,'Image for Manager Feature'),(2997,671,4,'If choose \\\"yes\\\" then show image for Manager Feature'),(2998,672,4,'Show categories for Manager Feature'),(2999,673,4,'Show categories for Manager Feature'),(3000,674,4,'If choose \\\"yes\\\" then show categories for Manager Feature'),(3001,675,4,'Currency'),(3002,676,4,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(3003,677,4,'Currency with coefficients'),(3004,678,4,'Show price sepaprator'),(3005,679,4,'Show price sepaprator'),(3006,680,4,'Show price sepaprator'),(3007,681,4,'Get geographic coordinates'),(3008,682,4,'Language'),(3009,683,4,'Show Custom Text Field 1'),(3010,684,4,'Show Custom Text Field 2'),(3011,685,4,'Show Custom Text Field 3'),(3012,686,4,'Show Custom Text Field 4'),(3013,687,4,'Show Custom Text Field 5'),(3014,688,4,'Show Custom Dropdown Field 6'),(3015,689,4,'Show Custom Dropdown Field 7'),(3016,690,4,'Show Custom Dropdown 8'),(3017,691,4,'Show Custom Dropdown 9'),(3018,692,4,'Show Custom Dropdown 10'),(3019,693,4,'Custom Fields Manager'),(3020,694,4,'Custom Text 1'),(3021,695,4,'Custom Text 2'),(3022,696,4,'Custom Text 3'),(3023,697,4,'Custom Text 4'),(3024,698,4,'Custom Text 5'),(3025,699,4,'Custom Dropdown Field 6'),(3026,700,4,'Custom Dropdown Field 7'),(3027,701,4,'Custom Dropdown Field 8'),(3028,702,4,'Custom Dropdown Field 9'),(3029,703,4,'Custom Dropdown Field 10'),(3030,704,4,'Extra1,Extra2,Extra3,Extra4,Extra5'),(3031,705,4,'Extra1,Extra2,Extra3,Extra4,Extra5'),(3032,706,4,'Extra1,Extra2,Extra3,Extra4,Extra5'),(3033,707,4,'Extra1,Extra2,Extra3,Extra4,Extra5'),(3034,708,4,'Extra1,Extra2,Extra3,Extra4,Extra5'),(3035,709,4,'Frontend Settings'),(3036,710,4,'Category Page Settings'),(3037,711,4,'Email and Notification Settings'),(3038,712,4,'Global Settings'),(3039,713,4,'Plugins Settings'),(3040,714,4,'Image Settings'),(3041,715,4,'Tabs Settings'),(3042,716,4,'Seller Contact Settings'),(3043,717,4,'Feature list settings'),(3044,718,4,'Extra Fields manager'),(3045,719,4,'Rent Request Options'),(3046,720,4,'Buy Request Options'),(3047,721,4,'eDocument Options'),(3048,722,4,'Price Settings'),(3049,723,4,'Show address on map'),(3050,724,4,'General Info'),(3051,725,4,'Specifications'),(3052,726,4,'Photos and Documents'),(3053,727,4,'Additional info'),(3054,728,4,'Seller Contacts'),(3055,729,4,'Required fields'),(3056,730,4,'Vehicle Details'),(3057,731,4,'Attachment Documents'),(3058,732,4,'Set size of  images in gallery - width/height in px'),(3059,733,4,'Vehicle gallery photo size'),(3060,734,4,'Set gallery photo size - width/height in px'),(3061,735,4,'VehicleManager :: Language Manager'),(3062,736,4,'Lang tag'),(3063,737,4,'Constant'),(3064,738,4,'Value constant'),(3065,739,4,'Sys type'),(3066,740,4,'All Categories Layout'),(3067,741,4,'Single Category Layout'),(3068,742,4,'Vehicle Page Layout'),(3069,743,4,'All Vehicles Layout'),(3070,744,4,'Common Settings'),(3071,745,4,'Allowed Exts eDocument'),(3072,746,4,'Allowed Exts Image'),(3073,747,4,'Price Format'),(3074,748,4,'Date & Time format'),(3075,749,4,'Date format'),(3076,750,4,'Time format'),(3077,751,4,'%Y - Year; %m - month;  %d - day'),(3078,752,4,'%H - hours; %i - minutes; %s - seconds'),(3079,753,4,'Price unit show'),(3080,754,4,'After'),(3081,755,4,'Before'),(3082,756,4,'Select price ditlimer os set youre.'),(3083,757,4,'Show price unit before or affter price'),(3084,758,4,'Owner custom email'),(3085,759,4,'The main image is absent'),(3086,760,4,'Select photos which are necessary to remove from photo gallery'),(3087,761,4,'Add new photo'),(3088,762,4,'Order By'),(3089,763,4,'No reviews for vehicle.'),(3090,764,4,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(3091,765,4,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(3092,766,4,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(3093,767,4,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(3094,768,4,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(3095,769,4,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(3096,770,4,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(3097,771,4,'Search Layout'),(3098,772,4,'Here You can select a layout for some view.'),(3099,773,4,'License text <br> Sys type(License Text)'),(3100,774,4,'Rent Requests'),(3101,775,4,'Sale Manager'),(3102,776,4,'Features Manager'),(3103,777,4,'Import/Export'),(3104,778,4,'Language Manager'),(3105,779,4,'Settings'),(3106,780,4,'Group'),(3107,781,4,'Count of cars'),(3108,782,4,'How many cars users can publish from a specific group.'),(3109,783,4,'Show PayPal buy'),(3110,784,4,'Allow PayPal buy'),(3111,785,4,'Show PayPal rent'),(3112,786,4,'Allow PayPal rent'),(3113,787,4,'Your PayPal email'),(3114,788,4,'Successful return url'),(3115,789,4,'After successful payment returns the buyer on your page.'),(3116,790,4,'Image url'),(3117,791,4,'Add image to PayPal page.'),(3118,792,4,'Cancel return url'),(3119,793,4,'If buyer press cancel in payment page, returns the buyer on your page.'),(3120,794,4,'Real(yes) or a test(no) PayPal account'),(3121,795,4,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(3122,796,4,'PayPal Options'),(3123,797,4,'Number of photos'),(3124,798,4,'How many photos in gallery users can publish from a specific group.'),(3125,799,4,'Total price: '),(3126,800,4,'Go now to PayPal'),(3127,801,4,'Special price per day'),(3128,802,4,'Special price per night'),(3129,803,4,'Add new special price and save'),(3130,804,4,'From'),(3131,805,4,'To'),(3132,806,4,'Price per day'),(3133,807,4,'Сalculate'),(3134,808,4,'Special price and rent time'),(3135,809,4,'Special price per day(\"yes\") or per night(\"no\")'),(3136,810,4,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(3137,811,4,'Pay'),(3138,812,4,'Language'),(3139,813,4,'Select Language'),(3140,814,4,'Clone'),(3141,815,4,'Orders'),(3142,816,4,'Message for Cancel URL text'),(3143,817,4,'Message for Successes URL text'),(3144,818,4,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(3145,819,4,'Category/All vehicle Layout Settings'),(3146,820,4,'Email Notification Options'),(3147,821,4,'Review Notification Options'),(3148,822,4,'Order ID'),(3149,823,4,'Vehicle title'),(3150,824,4,'Email'),(3151,825,4,'Date'),(3152,826,4,'Status'),(3153,827,4,'Price'),(3154,828,4,'Paid'),(3155,829,4,'Details'),(3156,830,4,'User'),(3157,831,4,'Username'),(3158,832,4,'Accept type/info: '),(3159,833,4,'Payment system: '),(3160,834,4,'Payer email: '),(3161,835,4,'Pending reason: '),(3162,836,4,'In your request encountered an error, please contact the administrator!'),(3163,837,4,'Please insert a Price for this house!'),(3164,838,4,'To add special prices, you must first save property !'),(3165,839,4,'Crop image'),(3166,840,4,'Set Yes to crop images and No to scale images'),(3167,841,4,'Insert the Message on page with notification about unsuccessfull payment'),(3168,842,4,'You do unsuccess payment!'),(3169,843,4,'Insert the Message on page with notification about successfull payment'),(3170,844,4,'You do success payment!'),(3171,845,4,'Video'),(3172,846,4,'Video source'),(3173,847,4,'Delete video'),(3174,848,4,'Add new video file'),(3175,849,4,'Track for video'),(3176,850,4,'Track download link'),(3177,851,4,'Delete track'),(3178,852,4,'Video and track support:'),(3179,853,4,'Add new track'),(3180,854,4,'Add alternative video'),(3181,855,4,'Upload video'),(3182,856,4,'Video download link'),(3183,857,4,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(3184,858,4,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(3185,859,4,'Kind (Specifies the kind of text track)'),(3186,860,4,'Src lang (language of the track)'),(3187,861,4,'Label (Specifies the title of the text track)'),(3188,862,4,'Upload track'),(3189,863,4,'Error uploading video!'),(3190,864,4,'Error uploading track!'),(3191,865,4,'Location of video'),(3192,866,4,'Location of track'),(3193,867,4,'Allowed Exts Video'),(3194,868,4,'Allowed Exts Track'),(3195,869,4,'Please insert an track kind'),(3196,870,4,'Please insert an track language'),(3197,871,4,'Please insert an track title'),(3198,872,4,'Video/Track Options'),(3199,873,4,'Options for user groups'),(3200,874,4,'Update options'),(3201,875,4,'Buttons Settings'),(3202,876,4,'Vehicle Maps Image, px:'),(3203,877,4,'Set maps image width/height in pixels'),(3204,878,4,'Vehicle Page Settings'),(3205,879,4,'Common Settings'),(3206,880,4,'AllCategories Layout Settings'),(3207,881,4,'Approve Published Review:'),(3208,882,4,'Approve Published For'),(3209,883,4,'Buttons Settings'),(3210,884,4,'Post max size in your PHP settings less than your video file.!'),(3211,885,4,'Upload max file size in your PHP settings less than your video file.!'),(3212,886,4,'File uploads is off in your PHP settings.!'),(3213,887,4,'Rent history'),(3214,888,4,'VehicleManager :: Rent Hisory'),(3215,889,4,'Users Rent History'),(3216,890,4,'VehicleManager :: Users Rent Hisory'),(3217,891,4,'OwnerID'),(3218,892,4,'Contact agent'),(3219,894,4,'View listing'),(3220,893,4,'Contact info'),(3221,895,4,'Your review has been added'),(3222,896,4,'Edit vehicles'),(3223,897,4,'Vehicle Location'),(3224,898,4,'Exterior & Interior'),(3225,899,4,'Attachments'),(3226,900,4,'VehicleManager : Orders'),(3227,901,4,'You have max photos. Limit for this users group'),(3228,902,4,'Address'),(3229,903,4,'Range(km)'),(3230,904,4,'Select Category'),(3231,905,4,'Search'),(3232,906,4,'Other'),(3233,907,4,'No reviews for vehicle'),(3234,908,4,'Captcha Settings'),(3235,909,4,'Show captcha<br />for review form'),(3236,910,4,'Show captcha for review form in the reviews tab on the frontend'),(3237,911,4,'Allow captcha<br />for review form'),(3238,912,4,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(3239,913,4,'Show captcha for<br />contact agent form'),(3240,914,4,'Show captcha for contact agent form in the reviews tab on the frontend'),(3241,915,4,'Allow captcha for<br />contact agent form'),(3242,916,4,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(3243,917,4,'Show captcha<br />for booking form'),(3244,918,4,'Show captcha for booking form in the reviews tab on the frontend'),(3245,919,4,'Allow captcha<br />for booking form'),(3246,920,4,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(3247,921,4,'Show button Add to Wish List'),(3248,922,4,'Show button Add to Wish List or not'),(3249,923,4,'Allow Wish List for'),(3250,924,4,'Select users for whom allow Wish List'),(3251,925,4,'Add to wishlist'),(3252,926,4,'Remove from wishlist'),(3253,927,4,'Google Map Options'),(3254,928,4,'Api Key'),(3255,929,4,'Field to enter google map api key'),(3256,930,4,'Google Maps API error: missing key map error!'),(3257,931,4,'To get Google Maps API key follow below link'),(3258,932,4,'Settings Layout Search Results '),(3259,933,4,'Show map<br />for layout search results'),(3260,934,4,'Show map for layout search results on the frontend'),(3261,935,4,'Allow map<br />for layout search results'),(3262,936,4,'Allow map for layout search results in the frontend.'),(3263,937,4,'Show order by form<br />for all layouts'),(3264,938,4,'Show order by form for all layouts on the frontend'),(3265,939,4,'Allow order by form<br />for all layouts'),(3266,940,4,'Allow order by form for all layouts in the frontend.'),(3267,941,4,'Show Contact Agent/Book Now Tab'),(3268,942,4,'Set Yes to show Contact Agent/Book Now tab'),(3269,943,4,'User groups for which Contact Agent/Book Now tab will be shown'),(3270,944,4,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(3271,946,4,'Options access to edit vehicles'),(3272,947,4,'Users group who will have access to edit users vehicles'),(3273,948,4,'Permit edit vehicles for other users'),(3274,949,4,'Select all users'),(3275,950,4,'Select the plugin in Vehicle Manager settings!'),(3276,951,4,'Show google captcha'),(3277,952,4,'Show google captcha'),(3278,953,4,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(3279,954,4,'Mandatory fields'),(3280,955,4,'Year of issue'),(3281,956,4,'Set \"YES\" make the field year of issue mandatory'),(3282,957,4,'Mileage'),(3283,958,4,'Set \"YES\" make the field mileage mandatory'),(3284,959,4,'Price'),(3285,960,4,'Set \"YES\" make the field price mandatory'),(3286,961,4,'Show search button<br>on frontend'),(3287,962,4,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(3288,963,4,'Show search button<br>for users'),(3289,964,4,'Select the user for which the search button on frontend will be displayed.'),(3290,965,4,'anonymous'),(3291,966,4,'New rent request added!'),(3292,967,4,'New buying request added!'),(3293,968,4,'New vehicle review added'),(3294,969,4,'SUBJECT'),(3295,970,4,'Rent expire Notice!'),(3296,971,4,'Add email user to <br /> send reply'),(3297,972,4,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(3298,973,4,'Add email user to review notification'),(3299,974,4,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(3300,975,4,'Add email user to vehicle notification'),(3301,976,4,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(3302,977,4,'Add email user to buying request notification'),(3303,978,4,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(3304,979,4,'Settings rent options on search page'),(3305,982,4,'Search Settings'),(3306,980,4,'Show available for rent'),(3307,981,4,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3308,983,4,'Show year of issue'),(3309,984,4,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3310,985,4,'Show price of vehicle'),(3311,986,4,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3312,987,4,'Show condition status'),(3313,988,4,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3314,989,4,'Show listing status'),(3315,990,4,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3316,991,4,'Show transmission type'),(3317,992,4,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3318,993,4,'Show maker'),(3319,994,4,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3320,995,4,'Show drive type'),(3321,996,4,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3322,997,4,'Show vehicle model'),(3323,998,4,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3324,999,4,'Show number cylinders'),(3325,1000,4,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3326,1001,4,'Show vehicle type'),(3327,1002,4,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3328,1003,4,'Show number speeds'),(3329,1004,4,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3330,1005,4,'Show listing type'),(3331,1006,4,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3332,1007,4,'Show vehicle fuel type'),(3333,1008,4,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3334,1009,4,'Show vehicle price type'),(3335,1010,4,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3336,1011,4,'Show vehicle number doors'),(3337,1012,4,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3338,1013,4,'Show vehicle category'),(3339,1014,4,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3340,1015,4,'Show vehicle ID'),(3341,1016,4,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3342,1017,4,'Show vehicle description'),(3343,1018,4,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3344,1019,4,'Show title'),(3345,1020,4,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3346,1021,4,'Show address'),(3347,1022,4,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3348,1023,4,'Show country'),(3349,1024,4,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3350,1025,4,'Show region'),(3351,1026,4,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3352,1027,4,'Show city'),(3353,1028,4,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3354,1029,4,'Show district'),(3355,1030,4,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3356,1031,4,'Show zipcode'),(3357,1032,4,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3358,1033,4,'Show owner'),(3359,1034,4,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3360,1035,4,'Show mileage'),(3361,1036,4,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3362,1037,4,'Show contact information'),(3363,1038,4,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3364,1039,4,'Show engine type'),(3365,1040,4,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3366,1041,4,'Show city MPG/KPL'),(3367,1042,4,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3368,1043,4,'Show highway MPG/KPL'),(3369,1044,4,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3370,1045,4,'Show wheelbase'),(3371,1046,4,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3372,1047,4,'Show wheeltype'),(3373,1048,4,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3374,1049,4,'Show rear axel type'),(3375,1050,4,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3376,1051,4,'Show brakes type'),(3377,1052,4,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3378,1053,4,'Show exterior colors'),(3379,1054,4,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3380,1055,4,'Show exterior extras'),(3381,1056,4,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3382,1057,4,'Show interior colors'),(3383,1058,4,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3384,1059,4,'Show dashboard options'),(3385,1060,4,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3386,1061,4,'Show interior extras'),(3387,1062,4,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3388,1063,4,'Show safety options'),(3389,1064,4,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3390,1065,4,'Show warranty options'),(3391,1066,4,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3392,1067,4,'Show exactly to all'),(3393,1068,4,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3394,1069,4,'Show search keywords'),(3395,1070,4,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(3396,1071,4,'Options for search button'),(3397,1072,4,'Options for fields in Advance Search Layout'),(3398,1073,4,'Options for search form'),(3399,1074,4,'Show search form on nothing found page'),(3400,1075,4,'Show search form on nothing found page. Set \"YES\" show search form.'),(3401,1076,4,'Show search form on result search page'),(3402,1077,4,'Show search form on result search page. Set \"YES\" show search form.'),(3403,1078,4,'Redirect settings'),(3404,1079,4,'Redirect settings for rent'),(3405,1080,4,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(3406,1081,4,'Redirect settings for sale'),(3407,1082,4,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(3408,945,4,'Access to edit vehicles from other users'),(3409,1083,4,'Show country, region and<br>city option as text field'),(3410,1084,4,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(3411,1085,4,'How fields Country, Region and City use'),(3412,1086,4,'Settings for Search Layout'),(3413,1087,4,'Select Search Layout by default'),(3414,1088,4,'Select search layout by default on the frontend!'),(3415,1089,4,'Order field settings'),(3416,1090,4,'Select order by default'),(3417,1091,4,'Select an option to sort by default the search result.'),(3418,1092,4,'Vehicle slider option'),(3419,1093,4,'Show vehicle as slider'),(3420,1094,4,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(3421,1095,4,'Input initial-final year'),(3422,1096,4,'Input initial and final year of calendar. Final year value should be more then initial value.'),(3423,1097,4,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(3424,1098,4,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(3425,1099,4,'Show fraction in price'),(3426,1100,4,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(3427,1101,4,'Count Vehicles in row'),(3428,1102,4,'More than 1199px'),(3429,1103,4,'More than 1199px'),(3430,1104,4,'Less than 1200px andmore than 991px'),(3431,1105,4,'Less than 1200px andmore than 991px'),(3432,1106,4,'Less than 992px andmore than 767px'),(3433,1107,4,'Less than 992px andmore than 767px'),(3434,1108,4,'Less than 768px andmore than 489px'),(3435,1109,4,'Less than 768px andmore than 489px'),(3436,1110,4,'User order'),(3437,1111,4,'Watermark settings'),(3438,1112,4,'Enable watermark'),(3439,1113,4,'Watermark text'),(3440,1114,4,'Watermark size, %'),(3441,1115,4,'Font color'),(3442,1116,4,'Font angle'),(3443,1117,4,'Watermark position'),(3444,1118,4,'Watermark opacity'),(3445,1119,4,'Set Yes to show watermark'),(3446,1120,4,'Watermark text'),(3447,1121,4,'Watermark size, %'),(3448,1122,4,'Font color for watermark'),(3449,1123,4,'Font angle for watermark'),(3450,1124,4,'Watermark position for watermark'),(3451,1125,4,'Watermark opacity for watermark'),(3452,1127,4,'Watermark Type'),(3453,1128,4,'Select file for watermark'),(3454,1129,4,'Text or Image'),(3455,1130,4,'Select image for Watermark'),(3456,1126,4,'Categories order by default'),(3457,1131,4,'All vehicles'),(3458,1132,4,'Title'),(3459,1133,4,'Maker'),(3460,1134,4,'Model'),(3461,1135,4,'Description'),(3462,1136,4,'Vehicle ID'),(3463,1137,4,'Location'),(3464,1138,4,'Country'),(3465,1139,4,'City'),(3466,1140,4,'Region'),(3467,1141,4,'Zipcode'),(3468,1142,4,'Search by'),(3469,1143,4,'Please select only one value'),(3470,1144,4,'Min size image for watermark'),(3471,1145,4,'Minimum image size to include watermark'),(3472,1146,4,'Rent From and Rent Until fields  are required!'),(3473,1147,4,'Allow price as string'),(3474,1148,4,'Set \"yes\", if you want display price as string. '),(3475,1149,4,'You typed bad characters from picture!'),(3476,1150,4,'Slider settings'),(3477,1151,4,'The height of the slider is measured as a percentage of the slider width'),(3478,1152,4,'Slider height, %'),(3479,1153,4,'Slide show type \"Filling in\" or \"Proportionally\"'),(3480,1154,4,'Slide show type'),(3481,1155,4,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(3482,1156,4,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(3483,1157,4,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(3484,1158,4,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(3485,1159,4,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(3486,1160,4,'Payment system Options'),(3487,1161,4,'Show button \"Buy\" for sale vehicles'),(3488,1162,4,'Allow button \"Buy\" for sale vehicles'),(3489,1163,4,'Show button \"Buy\" for rent vehicles'),(3490,1164,4,'Allow button \"Buy\" for rent vehicles'),(3491,2,5,'Køretøj'),(3492,3,5,'Køretøjer til salg eller udlejning'),(3493,4,5,'Søg efter køretøj'),(3494,5,5,'Søg efter køretøj'),(3495,6,5,'no-img_eng.gif'),(3496,7,5,'Du har ikke tilladelse til at udføre denne handling!'),(3497,8,5,'OK'),(3498,9,5,'Status'),(3499,10,5,'VehicleManager :: Import/Export'),(3500,11,5,'Du skal tilføje en kategori i sektionen først!.'),(3501,12,5,'Vælg'),(3502,13,5,'CSV File'),(3503,14,5,'XML File'),(3504,15,5,'Du skal vælge en import type først'),(3505,16,5,'Du skal vælge en kategori at importere til'),(3506,17,5,'Du skal vælge den fil du vil importere '),(3507,18,5,'Du skal vælge export type'),(3508,19,5,'Importtype'),(3509,20,5,'Vælg filformat'),(3510,21,5,'Vælg filformat'),(3511,22,5,'Kategori'),(3512,23,5,'Kategori'),(3513,24,5,'Vælg kategori'),(3514,25,5,'Importfil'),(3515,26,5,'Importfil'),(3516,27,5,'Vælg importfil'),(3517,28,5,'Dette CSV formatet supporteres:<br />VehicleID | Description | Link | Listing type |  Location | Price | Title | ...'),(3518,29,5,'Export type'),(3519,30,5,'Vælg filformat'),(3520,31,5,'Vælg filformat'),(3521,32,5,'Kategori'),(3522,33,5,'Kategori'),(3523,34,5,'Vælg kategori'),(3524,35,5,'Exportresultat'),(3525,36,5,'Du kan downloade den ønskede Export på følgende URL (højreklik for at gemme):'),(3526,37,5,'OBS! Filene gemmes på serveren så du må slette disse manuelt.'),(3527,38,5,'Køretøjs manager :: kategorier'),(3528,39,5,'Kategori'),(3529,40,5,'Køretøj'),(3530,41,5,'Publiseret'),(3531,42,5,'Om Arranger'),(3532,43,5,'Tilladelser'),(3533,44,5,'Tjekket af'),(3534,45,5,'Tilføj'),(3535,46,5,'Edit'),(3536,47,5,'Kategorinavn må ikke være tomt'),(3537,48,5,'Kategorier'),(3538,49,5,'- Vælg billed -'),(3539,50,5,'Top'),(3540,51,5,'Kategori Alias'),(3541,52,5,'Kategori Title'),(3542,53,5,'Sortering'),(3543,54,5,'Billed'),(3544,55,5,'Billed Position'),(3545,56,5,'Øverste element'),(3546,57,5,'Ingen forhåndsvisning tilgængelig'),(3547,58,5,'Detaljer'),(3548,59,5,'Slettet'),(3549,60,5,'Køretøjs Manager - Udlejning af køretøj'),(3550,61,5,'Køretøjs Manager - Returnering af udlejet Køretøj'),(3551,62,5,'Import'),(3552,63,5,'Export'),(3553,64,5,'- Alle kategorier'),(3554,65,5,'Vælg kategori'),(3555,66,5,'Vælg Udlejnings Køretøj'),(3556,67,5,'- Alle Køretøjer'),(3557,68,5,'Udlejning'),(3558,69,5,'Ikke udlejet'),(3559,70,5,'Vælg publiseret'),(3560,71,5,'- Alle Køretøjer'),(3561,72,5,'Ikke publiseret'),(3562,73,5,'Publiseret'),(3563,74,5,'- All Users'),(3564,75,5,'Søg Køretøj'),(3565,76,5,'Søg Køretøj'),(3566,77,5,'Søgeord'),(3567,78,5,'Søg'),(3568,79,5,'Ingenting fundet.'),(3569,80,5,'Køretøjs Manager :: Køretøj'),(3570,81,5,'Søg:'),(3571,82,5,'Du skal først oprette en kategori til denne sektion.'),(3572,83,5,'Exactly to all'),(3573,84,5,'Advanceret<br />søgning'),(3574,85,5,'from'),(3575,86,5,'to'),(3576,87,5,'Year'),(3577,88,5,'Pris'),(3578,89,5,'Visnings type'),(3579,90,5,'Visnings status'),(3580,91,5,'Prisklasse'),(3581,92,5,'Model'),(3582,93,5,'Tittel'),(3583,94,5,'KøretøjID '),(3584,95,5,'Resultat '),(3585,96,5,'Beskrivelse '),(3586,97,5,'Kategori '),(3587,98,5,'# Køretøj '),(3588,99,5,'Vis '),(3589,100,5,'Adresse '),(3590,101,5,'Country'),(3591,102,5,'Region'),(3592,103,5,'City'),(3593,104,5,'District'),(3594,105,5,'Zipcode'),(3595,106,5,'Latitude '),(3596,107,5,'Longitude '),(3597,108,5,'No location available'),(3598,109,5,'Type Køretøj '),(3599,110,5,'Tilstand '),(3600,111,5,'Kilometer '),(3601,112,5,'Gearkasse '),(3602,113,5,'Motortype '),(3603,114,5,'Årsmodel '),(3604,115,5,'Drivhjul '),(3605,116,5,'Brændstof '),(3606,117,5,'Antal gear '),(3607,118,5,'Antal cylindre '),(3608,119,5,'Antal døre '),(3609,120,5,'Sidepladser '),(3610,121,5,'Forbrug bykørsel Km/L '),(3611,122,5,'Blandet kørsel Km/L '),(3612,123,5,'Hjuldeminsioner '),(3613,124,5,'Hjul type '),(3614,125,5,'Type bagaksel '),(3615,126,5,'Bremser '),(3616,127,5,'Eksteriørfarve '),(3617,128,5,'Andet eksteriør '),(3618,129,5,'Interiørfarve '),(3619,130,5,'Dashboardudstyr '),(3620,131,5,'Interiørudstyr '),(3621,132,5,'Sikkerhetsudstyr '),(3622,133,5,'Garanti '),(3623,134,5,'Basis '),(3624,135,5,'Gearsystem '),(3625,136,5,'Rustbeskyttelse '),(3626,137,5,'Autohjælp '),(3627,138,5,'Dit telefonnummer'),(3628,139,5,'Rating'),(3629,140,5,'URL til billed'),(3630,141,5,'Billed'),(3631,142,5,'[ Køb fra ] link'),(3632,143,5,'Leje til'),(3633,144,5,'Leje fra'),(3634,145,5,'Leje frem til'),(3635,146,5,'Rent return'),(3636,147,5,'Lejet fra - til'),(3637,148,5,'ukendt'),(3638,149,5,'Bruger'),(3639,150,5,'email'),(3640,151,5,'Post adresse'),(3641,152,5,'Telefonnr.'),(3642,153,5,'Leje indtil: '),(3643,154,5,'Hits'),(3644,155,5,'Sorter'),(3645,156,5,'Lej ud'),(3646,157,5,'Publiseret'),(3647,158,5,'Tjekket ud'),(3648,159,5,'Anmeldt dato'),(3649,160,5,'Underkategori'),(3650,161,5,'Opload hovedbilled'),(3651,162,5,'klik for at oploade nye billeder til fotogalleriet'),(3652,163,5,'Hvis du oploader et nyt billed, vil det gamle billed blive slettet og det nye vises fremover.'),(3653,164,5,'Fejl ved oploading af billed! Benyt kun billeder med formaterne(jpg, png, gif)'),(3654,165,5,'Leje information'),(3655,166,5,'Aktuelt e-dokument'),(3656,167,5,'Opload e-dokument'),(3657,168,5,'Download e-dokument'),(3658,169,5,'Slet e-dokument'),(3659,170,5,'e-dokument'),(3660,171,5,'Fejl ved oploading af e-dokument!'),(3661,172,5,'Status'),(3662,173,5,'Nødvendig'),(3663,174,5,'Tilføj din vurdering'),(3664,175,5,'Vurderinger'),(3665,176,5,'[ Gem ]'),(3666,177,5,'[ Leje forespørgsel ]'),(3667,178,5,'[ Send leje forespørgsel ]'),(3668,179,5,'Vurder'),(3669,180,5,'Tittel'),(3670,181,5,'Vurdering'),(3671,182,5,'Kommentar'),(3672,183,5,'Anonym'),(3673,184,5,'Number click'),(3674,185,5,'Shows'),(3675,186,5,'Køretøjs tittel'),(3676,187,5,'Klik på kortet for at vælge Køretøjets plassering:'),(3677,188,5,'Tilføj en tittel til din anmeldelse'),(3678,189,5,'Tilføj tekst til din anmeldelse'),(3679,190,5,'Tilføj rating til din anmeldelse'),(3680,191,5,'Tilføj et navn til din lejeforespørgsel'),(3681,192,5,'Angiv en gyldig emailadresse til din lejeforespørgsel'),(3682,193,5,'Angiv en gyldig adresse til din lejeforespørgsel'),(3683,194,5,'Angiv returdato til lejeforespørgslen'),(3684,195,5,'Please enter at least one vehicle photo!'),(3685,196,5,'Ikke opgivet'),(3686,197,5,'Arabic'),(3687,198,5,'Brasil Portugesisk'),(3688,199,5,'Danish'),(3689,200,5,'Nederlansk'),(3690,201,5,'Engelsk'),(3691,203,5,'Bosnian'),(3692,202,5,'Farsi'),(3693,204,5,'Fransk'),(3694,205,5,'Tysk'),(3695,206,5,'Hungarian'),(3696,207,5,'Italiensk'),(3697,208,5,'Lithuanian'),(3698,209,5,'Norsk'),(3699,210,5,'Polski'),(3700,211,5,'Portuguese'),(3701,212,5,'Rumensk'),(3702,213,5,'Russisk'),(3703,216,5,'Slovensk'),(3704,214,5,'Spansk'),(3705,215,5,'Tyrkisk'),(3706,217,5,'Nej'),(3707,218,5,'Ja'),(3708,219,5,'Køretøjs-tittlen bliver endret af en anden administrator'),(3709,220,5,'Fejl ved sletning af Køretøj!'),(3710,221,5,'Add Vehicle notification email'),(3711,222,5,'Indstillinger af Frontend'),(3712,223,5,'Indstillinger af Backend'),(3713,224,5,'Automatisk oprykning af KøretøjsID '),(3714,225,5,'Opryk KøretøjsID automatisk '),(3715,226,5,'JA hvis du ønsker automatisk udfyldning af KøretøjsID, NEJ hvis du vil udfylde manuelt'),(3716,227,5,'e-dokument support'),(3717,228,5,'e-dokument support'),(3718,229,5,'JA hvis du vil aktivere e-dokument support for administrator.'),(3719,230,5,'Placering af e-dokumenter'),(3720,231,5,'e-dokument placering'),(3721,232,5,'placering af oploadede e-dokumenter på serveren. Stien er relativ til Joomla kataloget og skal starte og slutte med  /'),(3722,233,5,'Vis e-dokument download link'),(3723,234,5,'Vis e-dokument download link på siden'),(3724,235,5,'JA hvis du vil vise e-dokument download link på siden.'),(3725,236,5,'Vis anmeldelser'),(3726,237,5,'Vis anmeldelser på siden'),(3727,238,5,'JA hvis du vil aktivere muligheden for at anmelde køretøjer på siden.'),(3728,239,5,'Anmeldelser tilladt'),(3729,240,5,'Tillad anmeldelser'),(3730,241,5,'Tillad anmeldelser på forsiden. Denne funktion vil kun blive aktivert hvis \\\"Vis anmeldelser\\\" også er sat til JA!'),(3731,242,5,'Vis lejestatus'),(3732,243,5,'Vis lejestatus på siden'),(3733,244,5,'JA hvis du vil vise aktuell udlejnings status på siden.'),(3734,245,5,'Tillad lejeforespørgsel'),(3735,246,5,'Tillad lejeforespørgsler'),(3736,247,5,'Tillad lejeforespørgsler på siden. Funktionen gøres aktiv ved at --Vis udlejerstatus-- også er sat til JA!'),(3737,248,5,'Vis pris'),(3738,249,5,'Vis pris'),(3739,250,5,'Vis Køretøjets pris på siden'),(3740,251,5,'Antal Køretøjer pr. side.'),(3741,252,5,'Angiv antal Køretøjer som skal vises pr. side.'),(3742,253,5,'Sideopsætning.'),(3743,254,5,'Køretøjets billedestørrelse'),(3744,255,5,'Køretøjets billedestørrelse'),(3745,256,5,'Angiv billedestørrelse - højde/bredde i px'),(3746,257,5,'Køretøjetes hoved billed størrelse'),(3747,258,5,'Indstil billed størrelse - højde/bredde i px'),(3748,259,5,'Køretøjetes hoved billed størrelse'),(3749,260,5,'Vehicle gallery photo size'),(3750,261,5,'Vehicle gallery photo size'),(3751,262,5,'Set gallery photo size - width/height in px'),(3752,263,5,'Vehicle upload photo size'),(3753,264,5,'Vehicle upload photo size'),(3754,265,5,'Set upload photo size - width/height in px'),(3755,266,5,'Antal på siden'),(3756,267,5,'Antal på siden'),(3757,268,5,'Angiv antal Køretøjer som skal vises pr. side.'),(3758,269,5,'Add Vehicle email'),(3759,270,5,'An email address for notifying about new vehicle has been added on'),(3760,271,5,'Email anmeldelse'),(3761,272,5,'Emqail anmeldelse'),(3762,273,5,'Hvor skal adviseringen om ny anmeldelse sendes til. Du kan angive flere adresser separeret med et komma.'),(3763,274,5,'email med lejeforespørgsel'),(3764,275,5,'email med lejeforespørsel'),(3765,276,5,'Hvor skal adviseringen om ny lejeforespørgsel sendes til. Du kan angive flere adresser separeret med et komma.'),(3766,277,5,'Køretøjs Manager :: Lejeforespørgsel'),(3767,278,5,'Køretøjs Manager :: Om'),(3768,279,5,'Om'),(3769,280,5,'Releasenote'),(3770,281,5,'Changelog'),(3771,282,5,'Velkommen til Køretøjs Manager'),(3772,283,5,'Thank you for using our component!<br /><br />\\r\\nVehicleManager allows you to manage large vehicle catalogues. It comes with category and subcategory support and you can add a VehicleID for your internal reference. Rent management is built-in, with a rent request possibility for users of your website. VehicleManager also offers the possibility of vehicle reviews by users, with review management in the backend. Edocument support is built-in. Vehicle information and vehicle photos can be entered manually. <br/ ><br />\\r\\nNOTES: <br/ >\\r\\n- for the download of photos to your server to work, you need to compile PHP5 with CURL support<br />\\r\\n- for CSV export to work, you need to compile PHP5 with XSL support<br/ >\\r\\n- for CAPTCHA to work, you need to compile PHP5 with GD support<br />\\r\\n<br />\\r\\nOn the website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> you can find VehicleManager Manuals, additional Language files, Support Forums and also download additional modules and plugins.<br />\\r\\n<br />\\r\\nWe are available for Custom Development if you want a new feature added to VehicleManager. Please mail your exact requirements to <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> and we will get back to you with a quote. When you order a paid Customisation, you will receive the next PRO version with your custom feature added.'),(3773,284,5,'The fields below only need to be filled in manually when you have set '),(3774,285,5,'. otherwise they will be ignored.'),(3775,286,5,'Lejeforespørgsel'),(3776,287,5,'Listen viser Køretøj valgt til udlejning.<br />Hvis listen er tom, tjekk dine valg igen.'),(3777,288,5,'Fulde navn'),(3778,289,5,'email'),(3779,290,5,'Din postadresse'),(3780,291,5,'Returdato for leje.'),(3781,292,5,'Leje fra'),(3782,293,5,'Din forespørgsel er gemt i vores database. Vi kommer tilbage med et svar så hurtigt som muligt..<br />Tak for at du benytter vores tjeneste.'),(3783,294,5,'Din forespørgsel om køb er gemt, vi kommer tilbage med et svar så hurtigt som muligt.<br />Tak for at du benytter vores tjeneste'),(3784,295,5,'Køretøjs Manager: Lejeforespørgselen er accepteret'),(3785,296,5,'Køretøjet'),(3786,297,5,'Køretøjet du har ønsket er allerede udlejet.'),(3787,298,5,'Gem'),(3788,299,5,'Lej Køretøj'),(3789,300,5,'Retur af udlejet Køretøj'),(3790,301,5,'Godkend forespørgsel'),(3791,302,5,'Afvis forespørgsel'),(3792,303,5,'Importer Køretøj'),(3793,304,5,'Eksporter Køretøj'),(3794,305,5,'Slet anmeldelse'),(3795,306,5,'Rediger anmeldelse'),(3796,307,5,'Generell information:'),(3797,308,5,'Version:'),(3798,309,5,'Udgivelsesdato:'),(3799,310,5,'Projektlink:'),(3800,311,5,'Projekt host:'),(3801,312,5,'Licens:'),(3802,313,5,'This program is distributed in the hope that it will be useful, but without any warranty. See the included LICENSE.TXT for more details.'),(3803,314,5,'Udviklet af:'),(3804,315,5,'Hjemmeside'),(3805,316,5,'URL til e-dokumentets downloadlink'),(3806,317,5,'Tillad download af e-dokumenter'),(3807,318,5,'Tillad download af e-dokumenter på siden. Funktionen kræver at --Vis link til download af e-dokument-- også sættes til JA'),(3808,319,5,'Tillad e-dokument downloads'),(3809,320,5,'Tillad pris:'),(3810,321,5,'Tillad pris på siden. Funktionen kræver at--Vis pris-- også er sat til JA!'),(3811,322,5,'Tilladt pris'),(3812,323,5,'Køretøjs Manager :: Anmeldelser'),(3813,324,5,'Tittel på Køretøj'),(3814,325,5,'Tittel på kommentar'),(3815,326,5,'Indtast bokstaverne og tallene som vises i billedet ovenfor, i boksen under.'),(3816,327,5,'Print'),(3817,328,5,'Vælg de kolonner som skal printes og vælg [ Næste ]!'),(3818,329,5,'Font størrelse'),(3819,330,5,'Format'),(3820,331,5,'Vis e-dokumentets download betingelser'),(3821,332,5,'Vis e-dokumentets download betingelser accepter/accepter ikke før e-dokumentet kan downloades på siden.'),(3822,333,5,'Vis e-dokumentets download betingelser'),(3823,334,5,'Lisense Agreement'),(3824,335,5,'Accepter?'),(3825,336,5,'[ Tilføj anmeldelse ]'),(3826,337,5,'[ Skjul anmeldelse ]'),(3827,338,5,'Show button [ Køb nu ]'),(3828,339,5,'Vis knap [ Køb nu ]'),(3829,340,5,'Vis knap [ Køb nu ] ved siden af Køretøjet på siden'),(3830,341,5,'Tillad knappen [ Køb nu ]:'),(3831,342,5,'Vis knappen [ Køb nu ] på siden for valgte kategorier. Funktionen aktiveres kun hvis --Vis knappen [ Køb nu ]-- også er sat til JA! Du kan vælge flere kategorier.'),(3832,343,5,'Tillad knappen [ Køb nu ]'),(3833,344,5,'Full dataeksport'),(3834,345,5,'Full dataimport'),(3835,346,5,'Denne operation sletter ALLE data før import. Vil du fortsætte?'),(3836,347,5,'\\r\\n<strong>CSV&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>At the moment the following CSV format is supported:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>Fields are separated by a pipe character (<strong>&nbsp;|&nbsp;</strong>)</li>\\r\\n	<li>You can import a whole list with just VehicleID by leaving the other fields empty, for example:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li><strong>WARNING:</strong>&nbsp;do not use CSV import if there are Vehicle Reviews present, in that case use full data import!</li>\\r\\n</ul>\\r\\n<strong>XML&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>import in XML формат</li>\\r\\n	<li><strong>WARNING:</strong>&nbsp;do not use XML import if there are Vehicle Reviews present, in that case use full data import!</li>\\r\\n <li><strong>ADVARSEL:</strong>&nbsp;associationer mellem husene vil ikke blive gemt!</li>\n        <li><strong>ADVARSEL:</strong>&nbsp;du nødt til at uploade billeder enkeltvis, vil ingen billeder blive gemt!</li></ul>\\r\\n<strong>FULL&nbsp;DATA&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>This import will import all VehicleManager data and restore all fields and details</li>\\r\\n	<li>This option will overwrite ALL existing entries, so be careful when using it!</li>\\r\\n	<li>For save all Vehicles photos, please save all files from folder: --components/com_vehiclemanager/photos--!</li>\\r\\n	<li>For save all Vehicles eDocuments, please save all files from folder what you set in  setting backent --Location of edocuments--!</li>\\r\\n</ul>'),(3837,348,5,'\\r\\n<strong>CSV&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>CSV export will contain all fields for further editing in a text editor or spreadsheet application</li>\\r\\n	<li>Please note that for subsequent import, only the following CSV format is supported:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>You can also import later including Vehicle Reviews, use FULL export instead!</li>\\r\\n <li><strong>ADVARSEL:</strong>&nbsp;associationer mellem husene vil ikke blive gemt!</li>\n        <li><strong>ADVARSEL:</strong>&nbsp;du nødt til at uploade billeder enkeltvis, vil ingen billeder blive gemt!</li></ul>\\r\\n<strong>XML&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>XML export is the preferred way to export vehicles with Vehicle Descriptions</li>\\r\\n	<li>XML export will contain all vehicle details, including Descriptions, ready for later import</li>\\r\\n</ul>\\r\\n<strong>FULL&nbsp;DATA&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>This export will export all VehicleManager data and save all fields and entries</li>\\r\\n	<li>You can later use these files to restore your VehicleManager data in full</li>\\r\\n	<li>This subsequent import will overwrite ALL existing entries, so be careful when using it!</li>\\r\\n	<li>To restore all vehicle photos, please restore all files from folder: --components/com_vehiclemanager/photos--!</li>\\r\\n	<li>To restore all vehicle eDocuments, please restore all files from the folder you have set in [Settings Backend] -- [Location of edocuments]</li>\\r\\n</ul>'),(3838,349,5,'Send anmeldelses advisering'),(3839,350,5,'Send anmeldelses advisering'),(3840,351,5,'Indstil til JA hvis du ønsker at blive underrettet via e-mail, når en bruger tilføjer en Køretøjs anmeldelse. Brug panelet til højre for at indstille hvem der skal sende disse meddelelser. Du kan indstille den modtagende e-mail-adresser i [ Configuration Backend ].'),(3841,352,5,'Brugergrupper, hvorfra Review anmeldelser vil blive sendt'),(3842,353,5,'Brugergrupper, hvorfra Review anmeldelser vil blive sendt'),(3843,354,5,'Vælg hvilke brugergrupper som vil sende Review adviseringer. Denne funktion er kun aktiv, hvis - Send Review Anmeldelse - også er indstillet til YES'),(3844,355,5,'Send leje Anmodning  Notification'),(3845,356,5,'Send leje Anmodning  Notification'),(3846,357,5,'Indstil til JA hvis du ønsker at blive underrettet via e-mail, når en bruger indsender en leje Forespørgsel. Brug panelet til højre for at indstille hvem der skal sende disse meddelelser. Du kan indstille den modtagende e-mail-adresser i [ Configuration Backend ].'),(3847,358,5,'Brugergrupper, hvorfra leje Anmodning vil blive sendt'),(3848,359,5,'Brugergrupper, hvorfra leje Anmodning vil blive sendt'),(3849,360,5,'Vælg hvilke brugergrupper som vil sende Leje forespørgsels adviseringer. Denne funktion er kun aktiv, hvis - Send Leje forespørgsels  - også er indstillet til YES'),(3850,361,5,'Vuder kommentar'),(3851,362,5,'Egne kategoribilleder'),(3852,363,5,'Egne kategoribilleder'),(3853,364,5,'hvis sat til JA, så kan du angive egne billeder for hver enkelt kategori istedet for standard mappeikon. Du kan justere kategoribilledene i [ Køretøjs Manager ] - [ Manage&nbsp;Categories ] - [ Edit ] - [ Select&nbsp;image ]'),(3854,365,5,'Vis subkategori'),(3855,366,5,'Show for single subcategory'),(3856,367,5,'Vis subkategori'),(3857,368,5,'Hvis sat til JA, så vil underkategorier vises for alle kategorier'),(3858,369,5,'If set to YES, you will see subcategory for single select category'),(3859,370,5,'Du kan ikke returnere leje for Køretøj som ikke er udlejet'),(3860,371,5,'Vælg fra listen for at leje køretøj'),(3861,372,5,'Vælg fra listen for at returnere udlejet køretøj'),(3862,373,5,'Vælg fra listen for at acceptere forespørgsler'),(3863,374,5,'Vælg fra listen for at avise forespørgsler'),(3864,375,5,'Du skal vælge import type!'),(3865,376,5,'Du skal vælge export type!'),(3866,377,5,'Indtast tittel på køretøjet'),(3867,378,5,'Indsæt KøretøjsID for dette Køretøj'),(3868,379,5,'Der findes allerede et Køretøj med dette ID!'),(3869,380,5,'Du skal vælge en kategori til Køretøjet!'),(3870,381,5,'Angv et navn for købsforespørgselen!'),(3871,382,5,'Angv en gyldig email adresse for købsforespørgselen!'),(3872,383,5,'Angv et gyldigt telefonnummer for købsforespørgselen!'),(3873,384,5,'Nødvendige felter'),(3874,385,5,'Anbefalede felter'),(3875,386,5,'Adressefelter'),(3876,387,5,'Udstyr'),(3877,388,5,'Exteriørudstyr'),(3878,389,5,'Interiørudstyr'),(3879,390,5,'Andet udstyr'),(3880,391,5,'Billed håndtering'),(3881,392,5,'Køretøj-fotogalleri'),(3882,393,5,'Advertisment'),(3883,394,5,'Kundens opplysninger '),(3884,395,5,'Køretøjs Manager :: Salgs Manager'),(3885,396,5,'[ Købsforespørgsel ]'),(3886,397,5,'[ Skjult bud ]'),(3887,398,5,'[ Send forespørgsel ]'),(3888,399,5,'Send advisering om købsforespøgselen'),(3889,400,5,'Send melding om købsforespøgsel'),(3890,401,5,'Set til JA hvis du vil ha en email når en når en bruger responderer. Brug panelet til højre for at angive hvem som skal sende disse meldinger. Du kan indstille en modtager adresse i [ Configuration Backend ].'),(3891,402,5,'Brukergruppe som kjøpsforespørsler sendes til'),(3892,403,5,'Brukergruppe som kjøpsforespørsler sendes fra'),(3893,404,5,'Vælg brugergruppe som skal sende adviseringer om købsforespørsler. Funktionen vil kun være aktiv hvis --Send advisering om købsforespørsel-- også er sat til JA'),(3894,405,5,'Køber ønsker email'),(3895,406,5,'Købers email adresse'),(3896,407,5,'Hvor skal melding omkring nye købeforespørgsler sendes hen. Du kan angive flere email adresser separeret med komma.'),(3897,408,5,'Køretøjs Manager :: Indstillinger'),(3898,409,5,'Fjern'),(3899,410,5,'Billed '),(3900,411,5,'Vis anmelder fanen'),(3901,412,5,'Vis anmelder fanen'),(3902,413,5,'Indstil til YES hvis du vil vise anmelder fanen.'),(3903,414,5,'Vis lokations fanen'),(3904,415,5,'Vis lokations fanen'),(3905,416,5,'Indstil til YES vis du vil vise lokations fanen.'),(3906,417,5,'[ Add Vehicle ]'),(3907,418,5,'Vis knap<br />[ Add Vehicle ]'),(3908,419,5,'Vis knap <br />[ Add Vehicle ]'),(3909,420,5,'Vis knap [ Add Vehicle ] i køretøjs liste på \\\"siden\\\"'),(3910,421,5,'Vis knap<br />[ Add Vehicle ]'),(3911,422,5,'Vis knap<br />[ Add Vehicle ]'),(3912,423,5,'Vis knap for [ Add Vehicle ] på \\\"siden\\\". Denne funktion er kun aktiv --Vis knap [ Add Vehicle ]-- også sættes til YES!'),(3913,424,5,'Show button<br />[ print PDF ]'),(3914,425,5,'Show button<br />[ print PDF ]'),(3915,426,5,'Shows button [ print PDF ] in the vehicle list in the frontend'),(3916,427,5,'Allow button<br />[ print PDF ]'),(3917,428,5,'Allow button<br />[ print PDF ]'),(3918,429,5,'Allow button [ print PDF ] in the frontend. This function will be activated only if --Show button [ print PDF ]-- is also set to YES!'),(3919,430,5,'Show button<br />[ print View ]'),(3920,431,5,'Show button<br />[ print View ]'),(3921,432,5,'Shows button [ print View ] in the vehicle list in the frontend'),(3922,433,5,'Allow button<br />[ print View ]'),(3923,434,5,'Allow button<br />[ print View ]'),(3924,435,5,'Allow button [ print View ] in the frontend. This function will be activated only if --Show button [ print View ]-- is also set to YES!'),(3925,436,5,'Show button<br />[ send Link ]'),(3926,437,5,'Show button<br />[ send Link ]'),(3927,438,5,'Shows button [ send Link ] in the vehicle list in the frontend'),(3928,439,5,'Allow button<br />[ send Link ]'),(3929,440,5,'Allow button<br />[ send Link ]'),(3930,441,5,'Allow button [ send Link ] in the frontend. This function will be activated only if --Show button [ send Mail ]-- is also set to YES!'),(3931,442,5,'kontakter'),(3932,443,5,'Vis kontakter'),(3933,444,5,'Vis kontakter '),(3934,445,5,'Vise kontakter på \'Main\' tab .'),(3935,446,5,'Placering af billederne'),(3936,447,5,'Foto Placering for uploadede billeder på serveren. Stien til disse er realtiv og skal begynde og slutte med /'),(3937,448,5,'Billedplacering'),(3938,449,5,'Kan udlejes fra'),(3939,450,5,'Kan udlejes til'),(3940,451,5,'Ikke tilgængelig for udlejning'),(3941,452,5,'Tilgængelig for udlejning'),(3942,453,5,'Din bil er registreret i vores database. Vi tjekker op på din forespørgsel og vender tilbage så hurtigt som muligt..<br />Tak for at du benytter vores tjeneste'),(3943,454,5,'Lokation'),(3944,455,5,'Oversigt'),(3945,456,5,'---select---'),(3946,457,5,'For rent'),(3947,458,5,'For sale'),(3948,459,5,'negotiable,starting'),(3949,460,5,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(3950,461,5,'new,used'),(3951,462,5,'manual,automatic'),(3952,463,5,'active,offer,contract,closed,withdrawn'),(3953,464,5,'Fwd,Rwd,Awd,4wd,2wd'),(3954,465,5,'petrol,diesel,gas,electric,hybrid,unlisted'),(3955,466,5,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(3956,467,5,'4,5,6,8,10,12,16'),(3957,468,5,'none,2,3,4,5,6,7'),(3958,469,5,'Edit'),(3959,470,5,'Approved'),(3960,471,5,'Maker'),(3961,472,5,'Show my vehicles'),(3962,473,5,'all'),(3963,474,5,'from'),(3964,475,5,'to'),(3965,476,5,'list'),(3966,477,5,'gallery'),(3967,478,5,'User-selectable'),(3968,479,5,'Owner'),(3969,480,5,'Full XML'),(3970,481,5,'Id'),(3971,482,5,'Add Vehicle'),(3972,483,5,'Publish'),(3973,484,5,'Unpublish'),(3974,485,5,'Delete'),(3975,486,5,'Return vehicle from rent'),(3976,487,5,'Rent'),(3977,488,5,'You have not vehicles'),(3978,489,5,'Sorry, you have not access to this page'),(3979,490,5,'Show RSS'),(3980,491,5,'Show RSS or not'),(3981,492,5,'Show RSS'),(3982,493,5,'Allow RSS for'),(3983,494,5,'Allow RSS'),(3984,495,5,'Select users for whom allow RSS'),(3985,496,5,'Approve added vehicles'),(3986,497,5,'Approve added vehicles'),(3987,498,5,'Approve vehicles added'),(3988,499,5,'Allow approve'),(3989,500,5,'Allow approve'),(3990,501,5,'Choose users whom allow approve vehicles from frontend'),(3991,502,5,'View type'),(3992,503,5,'View type'),(3993,504,5,'Select view type for vehicles'),(3994,505,5,'Show location map'),(3995,506,5,'Location map'),(3996,507,5,'If choose \\\"yes\\\" then show location map '),(3997,508,5,'Save database after uninstall component:'),(3998,509,5,'Update'),(3999,510,5,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(4000,511,5,'Show owner'),(4001,512,5,'Show owner'),(4002,513,5,'Show vehicle owner or not'),(4003,514,5,'Rent request answer'),(4004,515,5,'Rent request answer'),(4005,516,5,'Send email to user about rent request solution'),(4006,517,5,'Accepted'),(4007,518,5,'Declined'),(4008,519,5,'Answer for your rent request'),(4009,520,5,'Your rent request for vehicle'),(4010,521,5,''),(4011,522,5,'no-img_eng_big.gif'),(4012,523,5,'Edit vehicle'),(4013,524,5,'Add Vehicle'),(4014,525,5,'Edit Vehicle'),(4015,526,5,'My vehicles'),(4016,527,5,'Show button<br />[ Owners List ]'),(4017,528,5,'Show owners list'),(4018,529,5,'If choose \\\"yes\\\" then show owners list in frontend'),(4019,530,5,'Allow button<br />[ Owners List ]'),(4020,531,5,'Allow owners list'),(4021,532,5,'Choose users, whom allow show owners list'),(4022,533,5,'Owners list'),(4023,534,5,'Owners list'),(4024,535,5,'Owners'),(4025,536,5,'Vehicles'),(4026,537,5,'User vehicles'),(4027,538,5,'There have not vehicles'),(4028,539,5,'You have not logined! If you want edit vehicle in future, then login!'),(4029,540,5,'Rent request'),(4030,541,5,'Vehicle with this Id do not find'),(4031,542,5,'You can\'t view this page because it not published'),(4032,543,5,'You can\'t view this page because it not approved by administrator'),(4033,544,5,'Check categories of vehicles'),(4034,545,5,'Are you sure?'),(4035,546,5,'Please select vehicles first!'),(4036,547,5,'Form for answer to rent request'),(4037,548,5,'Form for answer to rent request'),(4038,549,5,'Form for answer to rent request'),(4039,550,5,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(4040,551,5,'Buy request answer'),(4041,552,5,'Buy request answer'),(4042,553,5,'Send email to user about buy request solution'),(4043,554,5,'Form for answer to buy request'),(4044,555,5,'Form for answer to buy request'),(4045,556,5,'Form for answer to buy request'),(4046,557,5,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(4047,558,5,'Accepted'),(4048,559,5,'Declined'),(4049,560,5,'Publish added vehicles'),(4050,561,5,'Publish added vehicles'),(4051,562,5,'Publish vehicles added'),(4052,563,5,'Allow publish'),(4053,564,5,'Allow publish'),(4054,565,5,'Choose users whom allow publish vehicles'),(4055,566,5,'Date'),(4056,567,5,'Rent before end notify'),(4057,568,5,'Rent before end notify'),(4058,569,5,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(4059,570,5,'Rent end days'),(4060,571,5,'Rent end days'),(4061,572,5,'How much days before rent end send notify email'),(4062,573,5,'Rent end email'),(4063,574,5,'Rent end email'),(4064,575,5,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(4065,576,5,'Edit rent'),(4066,577,5,'VehicleManager - Edit vehicle rent details'),(4067,578,5,'User groups for which Contacts  will show'),(4068,579,5,'User groups for which Contacts  will show'),(4069,580,5,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(4070,581,5,'User groups for which Location tab will be shown'),(4071,582,5,'User groups for which Location tab will be shown'),(4072,583,5,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups. '),(4073,584,5,'User groups for which Reviews tab will be shown'),(4074,585,5,'User groups for which Reviews tab will be shown'),(4075,586,5,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(4076,587,5,'Show Buy Request'),(4077,588,5,'Show Buy request in the frontend'),(4078,589,5,'Set Yes to show the button Send Buy Request on the frontend.'),(4079,590,5,'User groups which will see button Send Buy Request'),(4080,591,5,'Allow Buy request'),(4081,592,5,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(4082,593,5,'Send Add vehicle Notification'),(4083,594,5,'Send Add vehicle Notification'),(4084,595,5,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in [ Configuration Backend ].'),(4085,596,5,'User groups from which Add vehicle notifications will be sent'),(4086,597,5,'User groups from which Add vehicle notifications will be sent'),(4087,598,5,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(4088,599,5,'Show fields in list view'),(4089,600,5,'This section helps to configure the view only but not to restrict user rights.'),(4090,601,5,'To show the [Price] a radio selector [Show price] must be checked.'),(4091,602,5,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(4092,603,5,'Community Builder plugin / My Vehicles menu item settings'),(4093,604,5,'Show my vehicles (in CB)'),(4094,605,5,'Show edit vehicles'),(4095,606,5,'Show rent requests'),(4096,607,5,'Show buy requests'),(4097,608,5,'Show user rent history'),(4098,609,5,'Show my vehicles to'),(4099,610,5,'Show edit vehicles to'),(4100,611,5,'Show rent requests to'),(4101,612,5,'Show buy requests to'),(4102,613,5,'Show user rent history to'),(4103,614,5,'Show my vehicles'),(4104,615,5,'Show edit vehicles'),(4105,616,5,'Show rent requests'),(4106,617,5,'Show buy requests'),(4107,618,5,'Show user rent history'),(4108,619,5,'Show button \'show my vehicles\' on CB plugin'),(4109,620,5,'Show my vehicles'),(4110,621,5,'Select user group for which will be show this button'),(4111,622,5,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(4112,623,5,'Show edit vehicles'),(4113,624,5,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(4114,625,5,'Show rent requests'),(4115,626,5,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(4116,627,5,'Show buy requsts'),(4117,628,5,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(4118,629,5,'Show my rent history'),(4119,630,5,'Calendar of availability and rental rates per period'),(4120,631,5,'Week'),(4121,632,5,'Weekend'),(4122,633,5,'Midweek'),(4123,634,5,'Year'),(4124,635,5,'Month'),(4125,636,5,'Calendar'),(4126,637,5,'Add price'),(4127,638,5,'Select price which are necessary to remove'),(4128,639,5,'Available date Not available date for rent'),(4129,640,5,'Not available date for rent'),(4130,641,5,'New price rent'),(4131,642,5,'Add new price rent'),(4132,643,5,'Calendar'),(4133,644,5,'User groups for which Calendar tab will be shown'),(4134,645,5,'Show Rent Calendar Tab'),(4135,646,5,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(4136,647,5,'Show Calendar Tab'),(4137,648,5,'Show Calendar Tab'),(4138,649,5,'Set Yes to show Calendar tab'),(4139,650,5,'Show owner'),(4140,651,5,'Show calendar'),(4141,652,5,'Show house calendar or not'),(4142,653,5,'Default price label for calendar'),(4143,654,5,'Default price labels for calendar (weekend, week, midweek)'),(4144,655,5,'Default price label for calendar'),(4145,656,5,'VehicleManager :: Featured Manager'),(4146,657,5,'Feature'),(4147,658,5,'Category'),(4148,659,5,'Published'),(4149,660,5,'Name Alias'),(4150,661,5,'Category Alias'),(4151,662,5,'Features'),(4152,663,5,'Image'),(4153,664,5,'Select photo if it is necessary to remove'),(4154,665,5,'Recommended image size 25 x 25 pixels'),(4155,666,5,'Categories for Manager Feature'),(4156,667,5,'Category must be entered, separated by commas'),(4157,668,5,'Categories for Manager Feature'),(4158,669,5,'Image for Manager Feature'),(4159,670,5,'Image for Manager Feature'),(4160,671,5,'If choose \\\"yes\\\" then show image for Manager Feature'),(4161,672,5,'Show categories for Manager Feature'),(4162,673,5,'Show categories for Manager Feature'),(4163,674,5,'If choose \\\"yes\\\" then show categories for Manager Feature'),(4164,675,5,'Currency'),(4165,676,5,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(4166,677,5,'Currency with coefficients'),(4167,678,5,'Show price sepaprator'),(4168,679,5,'Show price sepaprator'),(4169,680,5,'Show price sepaprator'),(4170,681,5,'Get geographic coordinates'),(4171,682,5,'Language'),(4172,683,5,'Show Custom Text Field 1'),(4173,684,5,'Show Custom Text Field 2'),(4174,685,5,'Show Custom Text Field 3'),(4175,686,5,'Show Custom Text Field 4'),(4176,687,5,'Show Custom Text Field 5'),(4177,688,5,'Show Custom Dropdown Field 6'),(4178,689,5,'Show Custom Dropdown Field 7'),(4179,690,5,'Show Custom Dropdown 8'),(4180,691,5,'Show Custom Dropdown 9'),(4181,692,5,'Show Custom Dropdown 10'),(4182,693,5,'Custom Fields Manager'),(4183,694,5,'Custom Text 1'),(4184,695,5,'Custom Text 2'),(4185,696,5,'Custom Text 3'),(4186,697,5,'Custom Text 4'),(4187,698,5,'Custom Text 5'),(4188,699,5,'Custom Dropdown Field 6'),(4189,700,5,'Custom Dropdown Field 7'),(4190,701,5,'Custom Dropdown Field 8'),(4191,702,5,'Custom Dropdown Field 9'),(4192,703,5,'Custom Dropdown Field 10'),(4193,704,5,'Extra1,Extra2,Extra3,Extra4,Extra5'),(4194,705,5,'Extra1,Extra2,Extra3,Extra4,Extra5'),(4195,706,5,'Extra1,Extra2,Extra3,Extra4,Extra5'),(4196,707,5,'Extra1,Extra2,Extra3,Extra4,Extra5'),(4197,708,5,'Extra1,Extra2,Extra3,Extra4,Extra5'),(4198,709,5,'Frontend Settings'),(4199,710,5,'Category Page Settings'),(4200,711,5,'Email and Notification Settings'),(4201,712,5,'Global Settings'),(4202,713,5,'Plugins Settings'),(4203,714,5,'Image Settings'),(4204,715,5,'Tabs Settings'),(4205,716,5,'Seller Contact Settings'),(4206,717,5,'Feature list settings'),(4207,718,5,'Extra Fields manager'),(4208,719,5,'Rent Request Options'),(4209,720,5,'Buy Request Options'),(4210,721,5,'eDocument Options'),(4211,722,5,'Price Settings'),(4212,723,5,'Show address on map'),(4213,724,5,'General Info'),(4214,725,5,'Specifications'),(4215,726,5,'Photos and Documents'),(4216,727,5,'Additional info'),(4217,728,5,'Seller Contacts'),(4218,729,5,'Required fields'),(4219,730,5,'Vehicle Details'),(4220,731,5,'Attachment Documents'),(4221,732,5,'Set size of  images in gallery - width/height in px'),(4222,733,5,'Vehicle gallery photo size'),(4223,734,5,'Set gallery photo size - width/height in px'),(4224,735,5,'VehicleManager :: Language Manager'),(4225,736,5,'Lang tag'),(4226,737,5,'Constant'),(4227,738,5,'Value constant'),(4228,739,5,'Sys type'),(4229,740,5,'All Categories Layout'),(4230,741,5,'Single Category Layout'),(4231,742,5,'Vehicle Page Layout'),(4232,743,5,'All Vehicles Layout'),(4233,744,5,'Common Settings'),(4234,745,5,'Allowed Exts eDocument'),(4235,746,5,'Allowed Exts Image'),(4236,747,5,'Price Format'),(4237,748,5,'Date & Time format'),(4238,749,5,'Date format'),(4239,750,5,'Time format'),(4240,751,5,'%Y - Year; %m - month;  %d - day'),(4241,752,5,'%H - hours; %i - minutes; %s - seconds'),(4242,753,5,'Price unit show'),(4243,754,5,'After'),(4244,755,5,'Before'),(4245,756,5,'Select price ditlimer os set youre.'),(4246,757,5,'Show price unit before or affter price'),(4247,758,5,'Owner custom email'),(4248,759,5,'The main image is absent'),(4249,760,5,'Select photos which are necessary to remove from photo gallery'),(4250,761,5,'Add new photo'),(4251,762,5,'Order By'),(4252,763,5,'No reviews for vehicle.'),(4253,764,5,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(4254,765,5,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(4255,766,5,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(4256,767,5,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(4257,768,5,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(4258,769,5,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(4259,770,5,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(4260,771,5,'Search Layout'),(4261,772,5,'Here You can select a layout for some view.'),(4262,773,5,'License text <br> Sys type(License Text)'),(4263,774,5,'Rent Requests'),(4264,775,5,'Sale Manager'),(4265,776,5,'Features Manager'),(4266,777,5,'Import/Export'),(4267,778,5,'Language Manager'),(4268,779,5,'Settings'),(4269,780,5,'Group'),(4270,781,5,'Count of cars'),(4271,782,5,'How many cars users can publish from a specific group.'),(4272,783,5,'Show PayPal buy'),(4273,784,5,'Allow PayPal buy'),(4274,785,5,'Show PayPal rent'),(4275,786,5,'Allow PayPal rent'),(4276,787,5,'Your PayPal email'),(4277,788,5,'Successful return url'),(4278,789,5,'After successful payment returns the buyer on your page.'),(4279,790,5,'Image url'),(4280,791,5,'Add image to PayPal page.'),(4281,792,5,'Cancel return url'),(4282,793,5,'If buyer press cancel in payment page, returns the buyer on your page.'),(4283,794,5,'Real(yes) or a test(no) PayPal account'),(4284,795,5,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(4285,796,5,'PayPal Options'),(4286,797,5,'Number of photos'),(4287,798,5,'How many photos in gallery users can publish from a specific group.'),(4288,799,5,'Total price: '),(4289,800,5,'Go now to PayPal'),(4290,801,5,'Special price per day'),(4291,802,5,'Special price per night'),(4292,803,5,'Add new special price and save'),(4293,804,5,'From'),(4294,805,5,'To'),(4295,806,5,'Price per day'),(4296,807,5,'Сalculate'),(4297,808,5,'Special price and rent time'),(4298,809,5,'Special price per day(\"yes\") or per night(\"no\")'),(4299,810,5,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(4300,811,5,'Pay'),(4301,812,5,'Language'),(4302,813,5,'Select Language'),(4303,814,5,'Clone'),(4304,815,5,'Orders'),(4305,816,5,'Message for Cancel URL text'),(4306,817,5,'Message for Successes URL text'),(4307,818,5,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(4308,819,5,'Category/All vehicle Layout Settings'),(4309,820,5,'Email Notification Options'),(4310,821,5,'Review Notification Options'),(4311,822,5,'Order ID'),(4312,823,5,'Vehicle title'),(4313,824,5,'Email'),(4314,825,5,'Date'),(4315,826,5,'Status'),(4316,827,5,'Price'),(4317,828,5,'Paid'),(4318,829,5,'Details'),(4319,830,5,'User'),(4320,831,5,'Username'),(4321,832,5,'Accept type/info: '),(4322,833,5,'Payment system: '),(4323,834,5,'Payer email: '),(4324,835,5,'Pending reason: '),(4325,836,5,'In your request encountered an error, please contact the administrator!'),(4326,837,5,'Please insert a Price for this house!'),(4327,838,5,'To add special prices, you must first save property !'),(4328,839,5,'Crop image'),(4329,840,5,'Set Yes to crop images and No to scale images'),(4330,841,5,'Insert the Message on page with notification about unsuccessfull payment'),(4331,842,5,'You do unsuccess payment!'),(4332,843,5,'Insert the Message on page with notification about successfull payment'),(4333,844,5,'You do success payment!'),(4334,845,5,'Video'),(4335,846,5,'Video source'),(4336,847,5,'Delete video'),(4337,848,5,'Add new video file'),(4338,849,5,'Track for video'),(4339,850,5,'Track download link'),(4340,851,5,'Delete track'),(4341,852,5,'Video and track support:'),(4342,853,5,'Add new track'),(4343,854,5,'Add alternative video'),(4344,855,5,'Upload video'),(4345,856,5,'Video download link'),(4346,857,5,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(4347,858,5,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(4348,859,5,'Kind (Specifies the kind of text track)'),(4349,860,5,'Src lang (language of the track)'),(4350,861,5,'Label (Specifies the title of the text track)'),(4351,862,5,'Upload track'),(4352,863,5,'Error uploading video!'),(4353,864,5,'Error uploading track!'),(4354,865,5,'Location of video'),(4355,866,5,'Location of track'),(4356,867,5,'Allowed Exts Video'),(4357,868,5,'Allowed Exts Track'),(4358,869,5,'Please insert an track kind'),(4359,870,5,'Please insert an track language'),(4360,871,5,'Please insert an track title'),(4361,872,5,'Video/Track Options'),(4362,873,5,'Options for user groups'),(4363,874,5,'Update options'),(4364,875,5,'Buttons Settings'),(4365,876,5,'Vehicle Maps Image, px:'),(4366,877,5,'Set maps image width/height in pixels'),(4367,878,5,'Vehicle Page Settings'),(4368,879,5,'Common Settings'),(4369,880,5,'AllCategories Layout Settings'),(4370,881,5,'Approve Published Review:'),(4371,882,5,'Approve Published For'),(4372,883,5,'Buttons Settings'),(4373,884,5,'Post max size in your PHP settings less than your video file.!'),(4374,885,5,'Upload max file size in your PHP settings less than your video file.!'),(4375,886,5,'File uploads is off in your PHP settings.!'),(4376,887,5,'Rent history'),(4377,888,5,'VehicleManager :: Rent Hisory'),(4378,889,5,'Users Rent History'),(4379,890,5,'VehicleManager :: Users Rent Hisory'),(4380,891,5,'OwnerID'),(4381,892,5,'Contact agent'),(4382,894,5,'View listing'),(4383,893,5,'Contact info'),(4384,895,5,'Your review has been added'),(4385,896,5,'Edit vehicles'),(4386,897,5,'Vehicle Location'),(4387,898,5,'Exterior & Interior'),(4388,899,5,'Attachments'),(4389,900,5,'VehicleManager : Orders'),(4390,901,5,'You have max photos. Limit for this users group'),(4391,902,5,'Address'),(4392,903,5,'Range(km)'),(4393,904,5,'Select Category'),(4394,905,5,'Search'),(4395,906,5,'Other'),(4396,907,5,'No reviews for vehicle'),(4397,908,5,'Captcha Settings'),(4398,909,5,'Show captcha<br />for review form'),(4399,910,5,'Show captcha for review form in the reviews tab on the frontend'),(4400,911,5,'Allow captcha<br />for review form'),(4401,912,5,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(4402,913,5,'Show captcha for<br />contact agent form'),(4403,914,5,'Show captcha for contact agent form in the reviews tab on the frontend'),(4404,915,5,'Allow captcha for<br />contact agent form'),(4405,916,5,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(4406,917,5,'Show captcha<br />for booking form'),(4407,918,5,'Show captcha for booking form in the reviews tab on the frontend'),(4408,919,5,'Allow captcha<br />for booking form'),(4409,920,5,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(4410,921,5,'Show button Add to Wish List'),(4411,922,5,'Show button Add to Wish List or not'),(4412,923,5,'Allow Wish List for'),(4413,924,5,'Select users for whom allow Wish List'),(4414,925,5,'Add to wishlist'),(4415,926,5,'Remove from wishlist'),(4416,927,5,'Google Map Options'),(4417,928,5,'Api Key'),(4418,929,5,'Field to enter google map api key'),(4419,930,5,'Google Maps API error: missing key map error!'),(4420,931,5,'To get Google Maps API key follow below link'),(4421,932,5,'Settings Layout Search Results '),(4422,933,5,'Show map<br />for layout search results'),(4423,934,5,'Show map for layout search results on the frontend'),(4424,935,5,'Allow map<br />for layout search results'),(4425,936,5,'Allow map for layout search results in the frontend.'),(4426,937,5,'Show order by form<br />for all layouts'),(4427,938,5,'Show order by form for all layouts on the frontend'),(4428,939,5,'Allow order by form<br />for all layouts'),(4429,940,5,'Allow order by form for all layouts in the frontend.'),(4430,941,5,'Show Contact Agent/Book Now Tab'),(4431,942,5,'Set Yes to show Contact Agent/Book Now tab'),(4432,943,5,'User groups for which Contact Agent/Book Now tab will be shown'),(4433,944,5,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(4434,946,5,'Options access to edit vehicles'),(4435,947,5,'Users group who will have access to edit users vehicles'),(4436,948,5,'Permit edit vehicles for other users'),(4437,949,5,'Select all users'),(4438,950,5,'Select the plugin in Vehicle Manager settings!'),(4439,951,5,'Show google captcha'),(4440,952,5,'Show google captcha'),(4441,953,5,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(4442,954,5,'Mandatory fields'),(4443,955,5,'Year of issue'),(4444,956,5,'Set \"YES\" make the field year of issue mandatory'),(4445,957,5,'Mileage'),(4446,958,5,'Set \"YES\" make the field mileage mandatory'),(4447,959,5,'Price'),(4448,960,5,'Set \"YES\" make the field price mandatory'),(4449,961,5,'Show search button<br>on frontend'),(4450,962,5,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(4451,963,5,'Show search button<br>for users'),(4452,964,5,'Select the user for which the search button on frontend will be displayed.'),(4453,965,5,'anonymous'),(4454,966,5,'New rent request added!'),(4455,967,5,'New buying request added!'),(4456,968,5,'New vehicle review added'),(4457,969,5,'SUBJECT'),(4458,970,5,'Rent expire Notice!'),(4459,971,5,'Add email user to <br /> send reply'),(4460,972,5,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(4461,973,5,'Add email user to review notification'),(4462,974,5,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(4463,975,5,'Add email user to vehicle notification'),(4464,976,5,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(4465,977,5,'Add email user to buying request notification'),(4466,978,5,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(4467,979,5,'Settings rent options on search page'),(4468,982,5,'Search Settings'),(4469,980,5,'Show available for rent'),(4470,981,5,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4471,983,5,'Show year of issue'),(4472,984,5,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4473,985,5,'Show price of vehicle'),(4474,986,5,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4475,987,5,'Show condition status'),(4476,988,5,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4477,989,5,'Show listing status'),(4478,990,5,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4479,991,5,'Show transmission type'),(4480,992,5,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4481,993,5,'Show maker'),(4482,994,5,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4483,995,5,'Show drive type'),(4484,996,5,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4485,997,5,'Show vehicle model'),(4486,998,5,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4487,999,5,'Show number cylinders'),(4488,1000,5,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4489,1001,5,'Show vehicle type'),(4490,1002,5,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4491,1003,5,'Show number speeds'),(4492,1004,5,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4493,1005,5,'Show listing type'),(4494,1006,5,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4495,1007,5,'Show vehicle fuel type'),(4496,1008,5,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4497,1009,5,'Show vehicle price type'),(4498,1010,5,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4499,1011,5,'Show vehicle number doors'),(4500,1012,5,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4501,1013,5,'Show vehicle category'),(4502,1014,5,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4503,1015,5,'Show vehicle ID'),(4504,1016,5,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4505,1017,5,'Show vehicle description'),(4506,1018,5,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4507,1019,5,'Show title'),(4508,1020,5,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4509,1021,5,'Show address'),(4510,1022,5,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4511,1023,5,'Show country'),(4512,1024,5,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4513,1025,5,'Show region'),(4514,1026,5,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4515,1027,5,'Show city'),(4516,1028,5,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4517,1029,5,'Show district'),(4518,1030,5,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4519,1031,5,'Show zipcode'),(4520,1032,5,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4521,1033,5,'Show owner'),(4522,1034,5,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4523,1035,5,'Show mileage'),(4524,1036,5,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4525,1037,5,'Show contact information'),(4526,1038,5,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4527,1039,5,'Show engine type'),(4528,1040,5,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4529,1041,5,'Show city MPG/KPL'),(4530,1042,5,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4531,1043,5,'Show highway MPG/KPL'),(4532,1044,5,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4533,1045,5,'Show wheelbase'),(4534,1046,5,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4535,1047,5,'Show wheeltype'),(4536,1048,5,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4537,1049,5,'Show rear axel type'),(4538,1050,5,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4539,1051,5,'Show brakes type'),(4540,1052,5,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4541,1053,5,'Show exterior colors'),(4542,1054,5,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4543,1055,5,'Show exterior extras'),(4544,1056,5,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4545,1057,5,'Show interior colors'),(4546,1058,5,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4547,1059,5,'Show dashboard options'),(4548,1060,5,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4549,1061,5,'Show interior extras'),(4550,1062,5,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4551,1063,5,'Show safety options'),(4552,1064,5,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4553,1065,5,'Show warranty options'),(4554,1066,5,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4555,1067,5,'Show exactly to all'),(4556,1068,5,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4557,1069,5,'Show search keywords'),(4558,1070,5,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(4559,1071,5,'Options for search button'),(4560,1072,5,'Options for fields in Advance Search Layout'),(4561,1073,5,'Options for search form'),(4562,1074,5,'Show search form on nothing found page'),(4563,1075,5,'Show search form on nothing found page. Set \"YES\" show search form.'),(4564,1076,5,'Show search form on result search page'),(4565,1077,5,'Show search form on result search page. Set \"YES\" show search form.'),(4566,1078,5,'Redirect settings'),(4567,1079,5,'Redirect settings for rent'),(4568,1080,5,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(4569,1081,5,'Redirect settings for sale'),(4570,1082,5,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(4571,945,5,'Access to edit vehicles from other users'),(4572,1083,5,'Show country, region and<br>city option as text field'),(4573,1084,5,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(4574,1085,5,'How fields Country, Region and City use'),(4575,1086,5,'Settings for Search Layout'),(4576,1087,5,'Select Search Layout by default'),(4577,1088,5,'Select search layout by default on the frontend!'),(4578,1089,5,'Order field settings'),(4579,1090,5,'Select order by default'),(4580,1091,5,'Select an option to sort by default the search result.'),(4581,1092,5,'Vehicle slider option'),(4582,1093,5,'Show vehicle as slider'),(4583,1094,5,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(4584,1095,5,'Input initial-final year'),(4585,1096,5,'Input initial and final year of calendar. Final year value should be more then initial value.'),(4586,1097,5,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(4587,1098,5,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(4588,1099,5,'Show fraction in price'),(4589,1100,5,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(4590,1101,5,'Count Vehicles in row'),(4591,1102,5,'More than 1199px'),(4592,1103,5,'More than 1199px'),(4593,1104,5,'Less than 1200px andmore than 991px'),(4594,1105,5,'Less than 1200px andmore than 991px'),(4595,1106,5,'Less than 992px andmore than 767px'),(4596,1107,5,'Less than 992px andmore than 767px'),(4597,1108,5,'Less than 768px andmore than 489px'),(4598,1109,5,'Less than 768px andmore than 489px'),(4599,1110,5,'User order'),(4600,1111,5,'Watermark settings'),(4601,1112,5,'Enable watermark'),(4602,1113,5,'Watermark text'),(4603,1114,5,'Watermark size, %'),(4604,1115,5,'Font color'),(4605,1116,5,'Font angle'),(4606,1117,5,'Watermark position'),(4607,1118,5,'Watermark opacity'),(4608,1119,5,'Set Yes to show watermark'),(4609,1120,5,'Watermark text'),(4610,1121,5,'Watermark size, %'),(4611,1122,5,'Font color for watermark'),(4612,1123,5,'Font angle for watermark'),(4613,1124,5,'Watermark position for watermark'),(4614,1125,5,'Watermark opacity for watermark'),(4615,1127,5,'Watermark Type'),(4616,1128,5,'Select file for watermark'),(4617,1129,5,'Text or Image'),(4618,1130,5,'Select image for Watermark'),(4619,1126,5,'Categories order by default'),(4620,1131,5,'All vehicles'),(4621,1132,5,'Title'),(4622,1133,5,'Maker'),(4623,1134,5,'Model'),(4624,1135,5,'Description'),(4625,1136,5,'Vehicle ID'),(4626,1137,5,'Location'),(4627,1138,5,'Country'),(4628,1139,5,'City'),(4629,1140,5,'Region'),(4630,1141,5,'Zipcode'),(4631,1142,5,'Search by'),(4632,1143,5,'Please select only one value'),(4633,1144,5,'Min size image for watermark'),(4634,1145,5,'Minimum image size to include watermark'),(4635,1146,5,'Rent From and Rent Until fields  are required!'),(4636,1147,5,'Allow price as string'),(4637,1148,5,'Set \"yes\", if you want display price as string. '),(4638,1149,5,'You typed bad characters from picture!'),(4639,1150,5,'Slider settings'),(4640,1151,5,'The height of the slider is measured as a percentage of the slider width'),(4641,1152,5,'Slider height, %'),(4642,1153,5,'Slide show type \"Filling in\" or \"Proportionally\"'),(4643,1154,5,'Slide show type'),(4644,1155,5,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(4645,1156,5,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(4646,1157,5,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(4647,1158,5,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(4648,1159,5,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(4649,1160,5,'Payment system Options'),(4650,1161,5,'Show button \"Buy\" for sale vehicles'),(4651,1162,5,'Allow button \"Buy\" for sale vehicles'),(4652,1163,5,'Show button \"Buy\" for rent vehicles'),(4653,1164,5,'Allow button \"Buy\" for rent vehicles'),(4654,2,6,'Voertuig Manager'),(4655,3,6,'Ons aanbod van auto\'s te huur of te koop.'),(4656,4,6,'Zoek auto\'s'),(4657,5,6,'Zoek auto\'s'),(4658,6,6,'no-img_eng.gif'),(4659,7,6,'Deze actie is niet mogelijk!'),(4660,8,6,'OK'),(4661,9,6,'Status'),(4662,10,6,'VoertuigManager :: Import/Export'),(4663,11,6,'U dient eerst een categorie te selecteren voor deze sectie.'),(4664,12,6,'Selecteer'),(4665,13,6,'CSV bestand'),(4666,14,6,'XML bestand'),(4667,15,6,'Selecteer eerst een type om te importeren!'),(4668,16,6,'Selecteer eerst een categorie om te importeren!'),(4669,17,6,'Selecteer eerst een bestand om te importeren!'),(4670,18,6,'Selecteer eerst een type om te exporteren!'),(4671,19,6,'Import type'),(4672,20,6,'Selecteer bestandsformaat'),(4673,21,6,'Selecteer bestandsformaat'),(4674,22,6,'Categorie'),(4675,23,6,'Categorie'),(4676,24,6,'Selecteer categorie'),(4677,25,6,'Te importeren bestand'),(4678,26,6,'Te importeren bestand'),(4679,27,6,'Selecteer bestand om te importeren'),(4680,28,6,'Op dit moment is de volgende CSV indeling toegestaan:<br />VoertuigID | Beschrijving | Link | Lijst type |  Locatie | Prijs | Titel | ...'),(4681,29,6,'Export type'),(4682,30,6,'Selecteer bestandsformaat'),(4683,31,6,'Selecteer bestandsformaat'),(4684,32,6,'Categorie'),(4685,33,6,'Categorie'),(4686,34,6,'Selecteer categorie'),(4687,35,6,'Export Resultaat'),(4688,36,6,'Het Export bestand staat op de volgende URL (rechter muisknop, opslaan):'),(4689,37,6,'Het bestand blijft opgeslagen op de server en kunt u desgewenst handmatig verwijderen.'),(4690,38,6,'VoertuigManager :: Categorieën'),(4691,39,6,'Categorie'),(4692,40,6,'Voertuigen'),(4693,41,6,'Gepubliceerd'),(4694,42,6,'Sorteer'),(4695,43,6,'Toegang'),(4696,44,6,'Uitgechecked door'),(4697,45,6,'Toevoegen'),(4698,46,6,'Wijzig'),(4699,47,6,'Categorie naam moet ingevuld zijn'),(4700,48,6,'Categorieën'),(4701,49,6,'- Selecteer afbeelding -'),(4702,50,6,'Top'),(4703,51,6,'Categorie Alias'),(4704,52,6,'Categorie Titel'),(4705,53,6,'Volgorde'),(4706,54,6,'Afbeelding'),(4707,55,6,'Afbeeldings Positie'),(4708,56,6,'Hoofd Item'),(4709,57,6,'Geen voorbeeld beschikbaar'),(4710,58,6,'Details'),(4711,59,6,'Deleted'),(4712,60,6,'VoertuigManager - Verhuren voertuig'),(4713,61,6,'VoertuigManager - Innemen voertuig'),(4714,62,6,'Import'),(4715,63,6,'Export'),(4716,64,6,'- Alle Categorieën'),(4717,65,6,'Selecteer Categorieën'),(4718,66,6,'Selecteer voertuig voor verhuren'),(4719,67,6,'- Alle Voertuigen'),(4720,68,6,'Verhuurd'),(4721,69,6,'Niet Verhuurd'),(4722,70,6,'Selecteer Gepubliceerd'),(4723,71,6,'- Alle Voertuigen'),(4724,72,6,'Niet Gepubliceerd'),(4725,73,6,'Gepubliceerd'),(4726,74,6,'- All Users'),(4727,75,6,'Zoek Voertuigen'),(4728,76,6,'Zoek Voertuigen'),(4729,77,6,'Zoek Keyword'),(4730,78,6,'Zoeken'),(4731,79,6,'Niets gevonden.'),(4732,80,6,'VoertuigManager :: Voertuigen'),(4733,81,6,'Zoek:'),(4734,82,6,'U dient eerst een Categorie aan te maken voor deze Sectie.'),(4735,83,6,'Exactly to all'),(4736,84,6,'Geavanceerd<br />zoeken'),(4737,85,6,'from'),(4738,86,6,'to'),(4739,87,6,'Year'),(4740,88,6,'Prijs'),(4741,89,6,'Lijst type'),(4742,90,6,'Lijst status'),(4743,91,6,'Prijs type'),(4744,92,6,'Model'),(4745,93,6,'Titel'),(4746,94,6,'VoertuigID'),(4747,95,6,'Resultaat'),(4748,96,6,'Beschrijving'),(4749,97,6,'Categorie'),(4750,98,6,'# Voertuig'),(4751,99,6,'View'),(4752,100,6,'Adres'),(4753,101,6,'Country'),(4754,102,6,'Region'),(4755,103,6,'City'),(4756,104,6,'District'),(4757,105,6,'Zipcode'),(4758,106,6,'Latitude'),(4759,107,6,'Longitude'),(4760,108,6,'No location available'),(4761,109,6,'Voertuig type'),(4762,110,6,'Conditie'),(4763,111,6,'Kilometerstand'),(4764,112,6,'Transmissie'),(4765,113,6,'Motor type'),(4766,114,6,'Datum eerste toelating (bjr.)'),(4767,115,6,'Versnellingsbak'),(4768,116,6,'Soort brandstof'),(4769,117,6,'Snelheid'),(4770,118,6,'Aantal cilinders'),(4771,119,6,'Aantal deuren'),(4772,120,6,'Aantal zittingen'),(4773,121,6,'Verbruik Stad KPL'),(4774,122,6,'Verbruik Snelweg KPL'),(4775,123,6,'Wielbasis'),(4776,124,6,'Bandenmaat'),(4777,125,6,'Type aandrijving'),(4778,126,6,'Type remmen'),(4779,127,6,'Exterieur kleur'),(4780,128,6,'Exterieur opties'),(4781,129,6,'Interieur kleur'),(4782,130,6,'Dashboard opties'),(4783,131,6,'Interieur opties'),(4784,132,6,'Veiligheidsopties'),(4785,133,6,'Garantie'),(4786,134,6,'Basis'),(4787,135,6,'Aandrijving'),(4788,136,6,'Roest'),(4789,137,6,'Pechhulp'),(4790,138,6,'Uw telefoonnummer'),(4791,139,6,'Waardering'),(4792,140,6,'Afbeelding URL'),(4793,141,6,'Afbeelding'),(4794,142,6,'[ Koop via ] link'),(4795,143,6,'Verhuren aan'),(4796,144,6,'Huren vanaf'),(4797,145,6,'Huren tot'),(4798,146,6,'Rent return'),(4799,147,6,'Verhuurd vanaf - tot'),(4800,148,6,'onbekend'),(4801,149,6,'Gebruiker'),(4802,150,6,'e-mail'),(4803,151,6,'Postadres'),(4804,152,6,'Telefoon nr.'),(4805,153,6,'Huren tot: '),(4806,154,6,'Hits'),(4807,155,6,'Sorteer'),(4808,156,6,'Verhuren'),(4809,157,6,'Gepubliceerd'),(4810,158,6,'Uitgechecked'),(4811,159,6,'Datum actualisering'),(4812,160,6,'Subcategorieën'),(4813,161,6,'Upload hoofd foto'),(4814,162,6,'Upload nieuwe foto\'s naar de voertuig gallery'),(4815,163,6,'Na het uploaden van een nieuwe afbeelding wordt de URL van de huidige afbeelding automatisch verwijderd en omgezet naar de nieuwe.'),(4816,164,6,'Error bij uploaden! Alleen .jpg/.png/.gif bestanden zijn ondersteund'),(4817,165,6,'Huur informatie'),(4818,166,6,'Actueel e-document'),(4819,167,6,'Upload e-document'),(4820,168,6,'Download e-document'),(4821,169,6,'Verwijder e-document'),(4822,170,6,'e-document'),(4823,171,6,'Error bij uploaden e-document!'),(4824,172,6,'Status'),(4825,173,6,'Verplicht'),(4826,174,6,'Beoordeling toevoegen'),(4827,175,6,'Beoordelingen'),(4828,176,6,'[ Opslaan ]'),(4829,177,6,'[ Huur Aanvraag ]'),(4830,178,6,'[ Verzend Huur Aanvraag ]'),(4831,179,6,'Beoordeling'),(4832,180,6,'Titel'),(4833,181,6,'Waardering'),(4834,182,6,'Commentaar'),(4835,183,6,'Anoniem'),(4836,184,6,'Number click'),(4837,185,6,'Shows'),(4838,186,6,'Voertuig Titel'),(4839,187,6,'Klik op de kaart om een voertuiglocatie te kiezen:'),(4840,188,6,'Voer een titel in a.u.b.!'),(4841,189,6,'Voer een tekst in a.u.b.!'),(4842,190,6,'Voer een waardering in a.u.b.!'),(4843,191,6,'A.u.b. een Naam invoeren!'),(4844,192,6,'A.u.b. een geldig E-mail adres invoeren!'),(4845,193,6,'A.u.b. een geldig Postadres invoeren!'),(4846,194,6,'A.u.b. een Retourdatum invullen!'),(4847,195,6,'Please enter at least one vehicle photo!'),(4848,196,6,'Onbekend'),(4849,197,6,'Arabic'),(4850,198,6,'Braziliaans Portugees'),(4851,199,6,'Danish'),(4852,200,6,'Nederlands'),(4853,201,6,'Engels'),(4854,203,6,'Bosnian'),(4855,202,6,'Farsi'),(4856,204,6,'Frans'),(4857,205,6,'Duits'),(4858,206,6,'Hongaars'),(4859,207,6,'Italiaans'),(4860,208,6,'Lithuanian'),(4861,209,6,'Norwegian'),(4862,210,6,'Polski'),(4863,211,6,'Portuguese'),(4864,212,6,'Roemeens'),(4865,213,6,'Russisch'),(4866,216,6,'Sloveens'),(4867,214,6,'Spaans'),(4868,215,6,'Turks'),(4869,217,6,'NEE'),(4870,218,6,'JA'),(4871,219,6,'De voertuig titel wordt momenteel bijgewerkt door een andere administrator'),(4872,220,6,'Error bij verwijderen voertuig!'),(4873,221,6,'Add Vehicle notification email'),(4874,222,6,'Instellingen Frontend'),(4875,223,6,'Instellingen Backend'),(4876,224,6,'VoertuigID automatisch genereren'),(4877,225,6,'VoertuigID automatisch genereren'),(4878,226,6,'JA indien VoertuigID automatisch wilt genereren. NEE indien u handmatig een VoertuigID wilt ingeven'),(4879,227,6,'e-document support'),(4880,228,6,'e-document support'),(4881,229,6,'JA indien u e-document support wilt activeren voor het administrator backend.'),(4882,230,6,'Locatie van e-docs'),(4883,231,6,'Edocs locatie'),(4884,232,6,'De locatie van de geüploade e-documents op de server. Het bestandspad is gerelateerd aan de Joomla root dir en moet beginnen en eindigen met een /'),(4885,233,6,'Toon e-documents download link'),(4886,234,6,'Toon e-document download in het frontend'),(4887,235,6,'JA indien u een e-document download link wilt tonen in het frontend.'),(4888,236,6,'Toon Beoordelingen'),(4889,237,6,'Toon Beoordelingen in het frontend'),(4890,238,6,'JA indien u de Voertuig Beoordeling wilt activeren voor gebruikers van uw website.'),(4891,239,6,'Beoordelingen toestaan'),(4892,240,6,'Beoordelingen toestaan'),(4893,241,6,'Beoordelingen toestaan in het frontend. Werkt alleen indien --Toon Beoordelingen-- ook is ingeschakeld!'),(4894,242,6,'Toon Huurstatus'),(4895,243,6,'Toon Huurstatus in het frontend'),(4896,244,6,'JA indien u de huidige Huurstatus van een voertuig wilt weergeven.'),(4897,245,6,'Huur Aanvragen Toestaan'),(4898,246,6,'Huur Aanvragen Toestaan'),(4899,247,6,'Huur Aanvragen Toestaan in het frontend. Werkt alleen indien --Toon Huurstatus-- ook is ingeschakeld!'),(4900,248,6,'Toon Prijs'),(4901,249,6,'Toon Prijs'),(4902,250,6,'Toont de prijs van het voertuig in het frontend'),(4903,251,6,'Voertuigen per pagina.'),(4904,252,6,'Aantal voertuigen per pagina.'),(4905,253,6,'Paginering.'),(4906,254,6,'Thumbnail grootte'),(4907,255,6,'Thumbnail grootte'),(4908,256,6,'Thumbnail grootte instellen - hoogte x breedte in px'),(4909,257,6,'Set size of main image - width/height in px'),(4910,258,6,'Grootte basisfoto instellen - hoogte/breedte in px'),(4911,259,6,'Voertuig basisfoto grootte'),(4912,260,6,'Vehicle gallery photo size'),(4913,261,6,'Vehicle gallery photo size'),(4914,262,6,'Set gallery photo size - width/height in px'),(4915,263,6,'Vehicle upload photo size'),(4916,264,6,'Vehicle upload photo size'),(4917,265,6,'Set upload photo size - width/height in px'),(4918,266,6,'Pagina items'),(4919,267,6,'Pagina items'),(4920,268,6,'Aantal getoonde voertuigen per pagina.'),(4921,269,6,'Add Vehicle email'),(4922,270,6,'An email address for notifying about new vehicle has been added on'),(4923,271,6,'Beoordelings e-mail'),(4924,272,6,'Beoordelings e-mail'),(4925,273,6,'E-mail adres waar de notificaties heengaan zodra er een nieuwe Beoordeling is toegevoegd. Meerdere e-mailadressen opgeven kan door te scheiden met een komma.'),(4926,274,6,'Huuraanvraag e-mail'),(4927,275,6,'Huuraanvraag e-mail'),(4928,276,6,'E-mail adres waar de notificaties heengaan zodra er een nieuwe Huuraanvraag is ingediend. Meerdere e-mailadressen opgeven kan door te scheiden met een komma.'),(4929,277,6,'VoertuigManager :: Huuraanvragen'),(4930,278,6,'VoertuigManager :: About'),(4931,279,6,'About'),(4932,280,6,'Release note'),(4933,281,6,'Changelog'),(4934,282,6,'Welkom bij de VoertuigManager'),(4935,283,6,'Bedankt voor het installeren van dit component!<br /><br />\\nMet VoertuigManager kunt u grote voertuig catalogussen beheren. U kunt een VoertuigID invoeren voor uw interne referentie en het programma ondersteunt categoriën en subcategoriën. Verhuur management is standaard ingebouwd, met huuraanvraag opties voor bezoekers van uw website. Gebruikers kunnen voertuigen beoordelen, en administrators kunnen de beoordelingen beheren vanuit het backend. Ondersteuning voor E-docs. Voertuig informatie en foto\'s kunnen handmatig toegevoegd worden. <br/ ><br />\\nNOTES: <br/ >\\n- for the download of photos to your server to work, you need to compile PHP5 with CURL support<br />\\n- for CSV export to work, you need to compile PHP5 with XSL support<br/ >\\n- for CAPTCHA to work, you need to compile PHP5 with GD support<br />\\n<br />\\nOn the website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> you can find VoertuigManager Manuals, additional Language files, Support Forums and also download additional modules and plugins.<br />\\n<br />\\nWe are available for Custom Development if you want a nieuw feature added to VoertuigManager. Please mail your exact requirements to <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> and we will get back to you with a quote. When you order a paid Customisation, you will receive the next PRO version with your custom feature added.'),(4936,284,6,'Onderstaande velden hoeven alleen handmatig ingevuld te worden in geval van '),(4937,285,6,'. In andere gevallen worden deze velden genegeerd.'),(4938,286,6,'Huuraanvraag'),(4939,287,6,'De lijst toont de geselecteerde huurauto\'s. <br />Als deze leeg is, check dan a.u.b. uw selectiecriteria.'),(4940,288,6,'Naam (voluit geschreven)'),(4941,289,6,'e-mail'),(4942,290,6,'Uw postadres'),(4943,291,6,'Retourdatum voertuig'),(4944,292,6,'Huren vanaf'),(4945,293,6,'Uw huuraanvraag is opgeslagen in onze database. De aanvraag wordt gecontroleerd waarna u wordt geïnformeerd.<br />Bedankt voor uw aanvraag.'),(4946,294,6,'Uw koopaanvraag is opgeslagen in onze database. De aanvraag wordt gecontroleerd waarna u wordt geïnformeerd.<br />Bedankt voor uw aanvraag.'),(4947,295,6,'VoertuigManager: Huuraanvraag geaccepteerd'),(4948,296,6,'Het voertuig'),(4949,297,6,'dat u hebt aangevraagd staat klaar voor verhuur.'),(4950,298,6,'Opslaan'),(4951,299,6,'Huur voertuig'),(4952,300,6,'Voertuig innemen uit verhuur'),(4953,301,6,'Accepteer aanvraag'),(4954,302,6,'Afwijzen aanvraag'),(4955,303,6,'Import voertuigen'),(4956,304,6,'Export voertuigen'),(4957,305,6,'Verwijder beoordeling'),(4958,306,6,'Wijzig beoordeling'),(4959,307,6,'Algemene informatie:'),(4960,308,6,'Versie:'),(4961,309,6,'Release datum:'),(4962,310,6,'Project link:'),(4963,311,6,'Project host:'),(4964,312,6,'Licentie:'),(4965,313,6,'Dit programma wordt gedistribueerd met de intentie dat het bruikbaar is, zonder enigerlei vorm van garantie. Zie bijgevoegde LICENSE.TXT voor de details.'),(4966,314,6,'Ontwikkeld door:'),(4967,315,6,'Website'),(4968,316,6,'e-document Download Link URL'),(4969,317,6,'e-docs downloaden toestaan'),(4970,318,6,'Downloaden van e-docs toestaan in frontend. Alleen geactiveerd indien --Toon e-docs Download Link-- ook op JA staat'),(4971,319,6,'Download e-docs toestaan'),(4972,320,6,'Prijs weergeven:'),(4973,321,6,'Prijs weergeven toestaan in frontend. Alleen geactiveerd indien --Prijs weergeven-- ook op JA staat'),(4974,322,6,'Prijs weergeven'),(4975,323,6,'VoertuigManager :: Beoordelingen'),(4976,324,6,'Voertuig naam'),(4977,325,6,'Beoordeling titel'),(4978,326,6,'Typ hieronder de karakters uit de anti-spam box.'),(4979,327,6,'Printen'),(4980,328,6,'Selecteer de te printen kolommen en klik op [ Volgende ]!'),(4981,329,6,'Lettergrootte'),(4982,330,6,'Printformaat'),(4983,331,6,'Toon e-document download licentie'),(4984,332,6,'Toon e-doc download licentie akkoord/niet akkoord alvorens het document gedownload kan worden vanuit het frontend'),(4985,333,6,'Toon e-doc download licentie'),(4986,334,6,'Licentie Overeenkomst'),(4987,335,6,'Akkoord?'),(4988,336,6,'[ Beoordeling toevoegen ]'),(4989,337,6,'[ Beoordeling verbergen ]'),(4990,338,6,'Toon button [ Direct kopen ]'),(4991,339,6,'Toon button [ Direct kopen ]'),(4992,340,6,'Toont de [ Direct kopen ] button naast het voertuig in het frontend'),(4993,341,6,'Toestaan [ Direct kopen ] button:'),(4994,342,6,'Toont [ Direct kopen ] button in het frontend in de geselecteerde categorie(ën). Alleen geactiveerd indien --Toon button [ Direct kopen ]-- ook op JA staat. U kunt meerdere categorieën selecteren.'),(4995,343,6,'Toon button [ Direct kopen ]'),(4996,344,6,'Volledige data export'),(4997,345,6,'Volledige data import'),(4998,346,6,'Deze operatie verwijdert ALLE bestaande data uit VoertuigManager voordat de import start. Wilt u doorgaan?'),(4999,347,6,'\\n<strong>CSV&nbsp;IMPORT:</strong>\\n<ul> <li>Op dit moment wordt de volgende CSV-bestandsindeling ondersteund:&nbsp;&nbsp;VoertuigID&nbsp;|&nbsp;Omschrijving&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Voertuig type&nbsp;|&nbsp;Lijst type&nbsp;|&nbsp;Prijs&nbsp;|&nbsp;Prijs type&nbsp;|&nbsp;Voertuignaam&nbsp;|&nbsp;...&nbsp;|</li> <li>Velden worden gescheiden door een rechtop staand streepje (<strong>&nbsp;|&nbsp;</strong>)</li> <li>U kunt ook lijsten importeren met alleen het VoertuigID en de andere velden leeg laten, bijvoorbeeld:&nbsp;&nbsp;VoertuigID&nbsp;|&nbsp;<i>leeg</i>&nbsp;|&nbsp;<i>leeg</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>leeg</i>&nbsp;|&nbsp;<i>leeg</i>&nbsp;|&nbsp;Prijs&nbsp;|&nbsp;<i>leeg</i>&nbsp;|&nbsp;...&nbsp;|</li> <li><strong>LET OP:</strong>&nbsp;gebruik geen CSV import indien er Voertuig Beoordelingen in staan, gebruik in dat geval de volledige data import!</li>\\n</ul>\\n<strong>XML&nbsp;IMPORT:</strong>\\n<ul> <li>import in XML Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚</li> <li><strong>PAS OP:</strong>&nbsp;samband mellan husen kommer inte att sparas!</li>\n        <li><strong>PAS OP:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li><li><strong>LET OP:</strong>&nbsp;gebruik geen CSV import indien er Voertuig Beoordelingen in staan, gebruik in dat geval de volledige data import!</li>\\n</ul>\\n<strong>VOLLEDIGE&nbsp;DATA&nbsp;IMPORT:</strong>\\n<ul> <li>Hiermee importeert u alle VoertuigManager data en zet u de backup terug in de database</li> <li>This option will overwrite ALL existing entries, so be careful when using it!</li> <li>For save all Vehicles photos, please save all files from folder: --components/com_vehiclemanager/photos--!</li> <li>For save all Vehicles eDocuments, please save all files from folder what you set in  setting backent --Locatie of edocuments--!</li>\\n</ul>'),(5000,348,6,'\\n<strong>CSV&nbsp;EXPORT:</strong>\\n<ul> <li>CSV export will contain all velden for further editing in a text editor or spreadsheet application</li> <li>Please note that for subsequent import, only the following CSV format is supported:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Omschrijving&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Voertuig type&nbsp;|&nbsp;Lijst type&nbsp;|&nbsp;Prijs&nbsp;|&nbsp;Prijs type&nbsp;|&nbsp;Vehicle Titel&nbsp;|&nbsp;...&nbsp;|</li> <li>You can also import later including Vehicle Beoordelingen, use FULL export instead!</li>\\n<li><strong>PAS OP:</strong>&nbsp;samband mellan husen kommer inte att sparas!</li>\n        <li><strong>PAS OP:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li></ul>\\n<strong>XML&nbsp;EXPORT:</strong>\\n<ul> <li>XML export is the preferred way to export vehicles with Vehicle Omschrijvings</li> <li>XML export will contain all vehicle details, including Omschrijvings, ready for later import</li>\\n</ul>\\n<strong>FULL&nbsp;DATA&nbsp;EXPORT:</strong>\\n<ul> <li>This export will export all VoertuigManager data and save all velden and entries</li> <li>You can later use these files to restore your VoertuigManager data in full</li> <li>This subsequent import will overwrite ALL existing entries, so be careful when using it!</li> <li>To restore all vehicle photos, please restore all files from folder: --components/com_vehiclemanager/photos--!</li> <li>To restore all vehicle eDocuments, please restore all files from the folder you have set in [Settings Backend] -- [Locatie of edocuments]</li>\\n</ul>'),(5001,349,6,'Verstuur Beoordeling Notificatie'),(5002,350,6,'Verstuur Beoordeling Notificatie'),(5003,351,6,'Zet op JA indien u een notificatie e-mail wilt ontvangen zodra een gebruiker een Voertuig Beoordeling toevoegt. U kunt meerdere adressen toevoegen [ Configuratie Backend ].'),(5004,352,6,'Gebruikersgroepen waaruit Beoordeling notificaties worden verzonden'),(5005,353,6,'Gebruikersgroepen waaruit Beoordeling notificaties worden verzonden'),(5006,354,6,'Kies welke gebruikersgroepen geactiveerd moeten worden voor de Beoordeling notificaties. Deze functie wordt alleen geactiveerd indien --Verstuur Beoordeling Notificatie-- ook op JA staat ingesteld'),(5007,355,6,'Verstuur Huur Aanvraag  Notificatie'),(5008,356,6,'Verstuur Huur Aanvraag  Notificatie'),(5009,357,6,'Zet op JA indien u per e-mailop de hoogte gehouden wilt worden zodra een gebruiker een Huur Aanvraag doet. U kunt meerdere e-mail adressen invoeren in [ Configuratie Backend ].'),(5010,358,6,'User groups from which Huur Aanvraag notifications will be sent'),(5011,359,6,'User groups from which Huur Aanvraag notifications will be sent'),(5012,360,6,'Choose which user groups will send Huur Aanvraag notifications. Deze functie wordt alleen geactiveerd indien --Verstuur Huur Aanvraag Notificatie-- ook op JA staat ingesteld'),(5013,361,6,'Beoordeling comment'),(5014,362,6,'Andere Categorie afbeeldingen'),(5015,363,6,'Andere Categorie afbeeldingen'),(5016,364,6,'Met deze functie ingeschakeld kunt u per categorie afbeeldingen toekennen i.p.v. het standaard map icoon. U kunt de afbeeldingen aanpassen in [ VoertuigManager ] - [ Beheer&nbsp;Categorieën ] - [ Wijzig ] - [ Selecteer&nbsp;afbeelding ]'),(5017,365,6,'Toon subcategorie'),(5018,366,6,'Show for single subcategory'),(5019,367,6,'Toon subcategorie'),(5020,368,6,'Met deze functie ingeschakeld worden voor elke categorie de subcategorieën getoond'),(5021,369,6,'If set to YES, you will see subcategory for single select category'),(5022,370,6,'U kunt geen voertuig innemen welke niet is verhuurd'),(5023,371,6,'Maak een selectie uit de lijst om voertuigen te verhuren'),(5024,372,6,'Maak een selectie uit de lijst om verhuurde voertuigen in te nemen'),(5025,373,6,'Maak een selectie uit de lijst om Aanvragen te accepteren'),(5026,374,6,'Maak een selectie uit de lijst om Aanvragen af te wijzen'),(5027,375,6,'U dient een type te selecteren voor de import!'),(5028,376,6,'U dient een type te selecteren voor de export!'),(5029,377,6,'Voer a.u.b. een Titel in voor dit voertuig!'),(5030,378,6,'A.u.b. een VoertuigID invoeren!'),(5031,379,6,'Er bestaat al een voertuig met dit ID!'),(5032,380,6,'U dient een Categorie te selecteren!'),(5033,381,6,'A.u.b. een Naam invoeren voor de Koop Aanvraag!'),(5034,382,6,'A.u.b. een geldig e-mail adres invoeren voor de Koop Aanvraag!'),(5035,383,6,'A.u.b. een geldig telefoonnummer invoeren voor de Koop Aanvraag!'),(5036,384,6,'Verplichte velden'),(5037,385,6,'Aanvullende velden'),(5038,386,6,'Adres velden'),(5039,387,6,'opties'),(5040,388,6,'Carrosserie opties'),(5041,389,6,'Interieur opties'),(5042,390,6,'Andere opties'),(5043,391,6,'Foto beheer'),(5044,392,6,'Voertuig Foto Gallery'),(5045,393,6,'Advertisment'),(5046,394,6,'Klant informatie '),(5047,395,6,'VoertuigManager :: Verkoop Manager'),(5048,396,6,'[ Koop Request ]'),(5049,397,6,'[ Hidden Koop ]'),(5050,398,6,'[ Verstuur Request ]'),(5051,399,6,'Verstuur Koop Request  Notificatie'),(5052,400,6,'Verstuur Koop Request  Notificatie'),(5053,401,6,'Zet op JA indien u per e-mailop de hoogte gehouden wilt worden zodra een gebruiker een Koop Request. U kunt meerdere e-mail adressen invoeren in [ Configuratie Backend ].'),(5054,402,6,'User groups from which Koop Request notifications will be sent'),(5055,403,6,'User groups from which Koop Request notifications will be sent'),(5056,404,6,'Choose which user groups will send Koop Request notifications. Deze functie wordt alleen geactiveerd indien --Verstuur Koop Request Notificatie-- ook op JA staat ingesteld'),(5057,405,6,'Koop Request email'),(5058,406,6,'KoopRequest email'),(5059,407,6,'Where to send notification messages for nieuw Koop Request added. You can enter multiple email addresses separated by a comma.'),(5060,408,6,'VoertuigManager :: Instellingen'),(5061,409,6,'Verwijder'),(5062,410,6,'Foto '),(5063,411,6,'Toon Beoordelingen tab'),(5064,412,6,'Toon Beoordelingen tab'),(5065,413,6,'Zet op JA indien u de Beoordelingen tab wilt tonen.'),(5066,414,6,'Toon Locatie tab'),(5067,415,6,'Toon Locatie tab'),(5068,416,6,'Zet op JA indien u de Locatie tab wilt tonen.'),(5069,417,6,'[ Voertuig toevoegen ]'),(5070,418,6,'Toon button<br />[ Voertuig toevoegen ]'),(5071,419,6,'Toon button<br />[ Voertuig toevoegen ]'),(5072,420,6,'Toont button [ Voertuig toevoegen ] in de voertuig lijst in het frontend'),(5073,421,6,'Toestaan button<br />[ Voertuig toevoegen ]'),(5074,422,6,'Toestaan button<br />[ Voertuig toevoegen ]'),(5075,423,6,'Toestaan button [ Voertuig toevoegen ] in het frontend. Deze functie wordt uitsluitend geactiveerd indien --Toon button [ Voertuig toevoegen ]-- ook op JA staat ingesteld!'),(5076,424,6,'Show button<br />[ print PDF ]'),(5077,425,6,'Show button<br />[ print PDF ]'),(5078,426,6,'Shows button [ print PDF ] in the vehicle list in the frontend'),(5079,427,6,'Allow button<br />[ print PDF ]'),(5080,428,6,'Allow button<br />[ print PDF ]'),(5081,429,6,'Allow button [ print PDF ] in the frontend. This function will be activated only if --Show button [ print PDF ]-- is also set to YES!'),(5082,430,6,'Show button<br />[ print View ]'),(5083,431,6,'Show button<br />[ print View ]'),(5084,432,6,'Shows button [ print View ] in the vehicle list in the frontend'),(5085,433,6,'Allow button<br />[ print View ]'),(5086,434,6,'Allow button<br />[ print View ]'),(5087,435,6,'Allow button [ print View ] in the frontend. This function will be activated only if --Show button [ print View ]-- is also set to YES!'),(5088,436,6,'Show button<br />[ send Link ]'),(5089,437,6,'Show button<br />[ send Link ]'),(5090,438,6,'Shows button [ send Link ] in the vehicle list in the frontend'),(5091,439,6,'Allow button<br />[ send Link ]'),(5092,440,6,'Allow button<br />[ send Link ]'),(5093,441,6,'Allow button [ send Link ] in the frontend. This function will be activated only if --Show button [ send Mail ]-- is also set to YES!'),(5094,442,6,'Contacts'),(5095,443,6,'Toon Contacten'),(5096,444,6,'Toon Contacten '),(5097,445,6,'Toon contacten op \'Basis\' tab .'),(5098,446,6,'Locatie van foto\'s'),(5099,447,6,'De locatie van de foto uploads op de server. De map gerelateerd aan de root map van de Joomla installatie en moet beginnen en eindigen met /'),(5100,448,6,'Foto locatie'),(5101,449,6,'Beschikbaar voor verhuur vanaf'),(5102,450,6,'Beschikbaar voor verhuur totaan'),(5103,451,6,'Niet beschikbaar voor verhuur'),(5104,452,6,'Beschikbaar voor verhuur'),(5105,453,6,'Uw voertuig is opgeslagen in onze database. We controleren uw aanvraag en zullen deze z.s.m. doorvoeren.<br />Bedankt voor het gebruiken van onze service'),(5106,454,6,'Locatie'),(5107,455,6,'Basis'),(5108,456,6,'---select---'),(5109,457,6,'For rent'),(5110,458,6,'For sale'),(5111,459,6,'negotiable,starting'),(5112,460,6,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(5113,461,6,'new,used'),(5114,462,6,'manual,automatic'),(5115,463,6,'active,offer,contract,closed,withdrawn'),(5116,464,6,'Fwd,Rwd,Awd,4wd,2wd'),(5117,465,6,'petrol,diesel,gas,electric,hybrid,unlisted'),(5118,466,6,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(5119,467,6,'4,5,6,8,10,12,16'),(5120,468,6,'none,2,3,4,5,6,7'),(5121,469,6,'Edit'),(5122,470,6,'Approved'),(5123,471,6,'Maker'),(5124,472,6,'Show my vehicles'),(5125,473,6,'all'),(5126,474,6,'from'),(5127,475,6,'to'),(5128,476,6,'list'),(5129,477,6,'gallery'),(5130,478,6,'User-selectable'),(5131,479,6,'Owner'),(5132,480,6,'Full XML'),(5133,481,6,'Id'),(5134,482,6,'Add Vehicle'),(5135,483,6,'Publish'),(5136,484,6,'Unpublish'),(5137,485,6,'Delete'),(5138,486,6,'Return vehicle from rent'),(5139,487,6,'Rent'),(5140,488,6,'You have not hevicles'),(5141,489,6,'Sorry, you have not access to this page'),(5142,490,6,'Show RSS'),(5143,491,6,'Show RSS or not'),(5144,492,6,'Show RSS'),(5145,493,6,'Allow RSS for'),(5146,494,6,'Allow RSS'),(5147,495,6,'Select users for whom allow RSS'),(5148,496,6,'Approve added vehicles'),(5149,497,6,'Approve added vehicles'),(5150,498,6,'Approve vehicles added'),(5151,499,6,'Allow approve'),(5152,500,6,'Allow approve'),(5153,501,6,'Choose users whom allow approve vehicles from frontend'),(5154,502,6,'View type'),(5155,503,6,'View type'),(5156,504,6,'Select view type for vehicles'),(5157,505,6,'Show location map'),(5158,506,6,'Location map'),(5159,507,6,'If choose \\\"yes\\\" then show location map '),(5160,508,6,'Save database after uninstall component:'),(5161,509,6,'Update'),(5162,510,6,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(5163,511,6,'Show owner'),(5164,512,6,'Show owner'),(5165,513,6,'Show vehicle owner or not'),(5166,514,6,'Rent request answer'),(5167,515,6,'Rent request answer'),(5168,516,6,'Send email to user about rent request solution'),(5169,517,6,'Accepted'),(5170,518,6,'Declined'),(5171,519,6,'Answer for your rent request'),(5172,520,6,'Your rent request for vehicle'),(5173,521,6,''),(5174,522,6,'no-img_eng_big.gif'),(5175,523,6,'Edit vehicle'),(5176,524,6,'Add Vehicle'),(5177,525,6,'Edit Vehicle'),(5178,526,6,'My vehicles'),(5179,527,6,'Show button<br />[ Owners List ]'),(5180,528,6,'Show owners list'),(5181,529,6,'If choose \\\"yes\\\" then show owners list in frontend'),(5182,530,6,'Allow button<br />[ Owners List ]'),(5183,531,6,'Allow owners list'),(5184,532,6,'Choose users, whom allow show owners list'),(5185,533,6,'Owners list'),(5186,534,6,'Owners list'),(5187,535,6,'Owners'),(5188,536,6,'Vehicles'),(5189,537,6,'User vehicles'),(5190,538,6,'There have not vehicles'),(5191,539,6,'You have not logined! If you want edit vehicle in future, then login!'),(5192,540,6,'Rent request'),(5193,541,6,'Vehicle with this Id do not find'),(5194,542,6,'You can\'t view this page because it not published'),(5195,543,6,'You can\'t view this page because it not approved by administrator'),(5196,544,6,'Check categories of vehicles'),(5197,545,6,'Are you sure?'),(5198,546,6,'Please select vehicles first!'),(5199,547,6,'Form for answer to rent request'),(5200,548,6,'Form for answer to rent request'),(5201,549,6,'Form for answer to rent request'),(5202,550,6,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(5203,551,6,'Buy request answer'),(5204,552,6,'Buy request answer'),(5205,553,6,'Send email to user about buy request solution'),(5206,554,6,'Form for answer to buy request'),(5207,555,6,'Form for answer to buy request'),(5208,556,6,'Form for answer to buy request'),(5209,557,6,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(5210,558,6,'Accepted'),(5211,559,6,'Declined'),(5212,560,6,'Publish added vehicles'),(5213,561,6,'Publish added vehicles'),(5214,562,6,'Publish vehicles added'),(5215,563,6,'Allow publish'),(5216,564,6,'Allow publish'),(5217,565,6,'Choose users whom allow publish vehicles'),(5218,566,6,'Date'),(5219,567,6,'Rent before end notify'),(5220,568,6,'Rent before end notify'),(5221,569,6,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(5222,570,6,'Rent end days'),(5223,571,6,'Rent end days'),(5224,572,6,'How much days before rent end send notify email'),(5225,573,6,'Rent end email'),(5226,574,6,'Rent end email'),(5227,575,6,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(5228,576,6,'Edit rent'),(5229,577,6,'VehicleManager - Edit vehicle rent details'),(5230,578,6,'User groups for which Contacts  will show'),(5231,579,6,'User groups for which Contacts  will show'),(5232,580,6,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(5233,581,6,' User groups for which Location tab will be shown'),(5234,582,6,' User groups for which Location tab will be shown'),(5235,583,6,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(5236,584,6,'User groups for which Reviews tab will be shown'),(5237,585,6,'User groups for which Reviews tab will be shown'),(5238,586,6,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(5239,587,6,'Show Buy Request'),(5240,588,6,'Show Buy request in the frontend'),(5241,589,6,'Set Yes to show the button Send Buy Request on the frontend.'),(5242,590,6,'User groups which will see button Send Buy Request'),(5243,591,6,'Allow Buy request'),(5244,592,6,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(5245,593,6,'Send Add vehicle Notification'),(5246,594,6,'Send Add vehicle Notification'),(5247,595,6,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in [ Configuration Backend ].'),(5248,596,6,'User groups from which Add vehicle notifications will be sent'),(5249,597,6,'User groups from which Add vehicle notifications will be sent'),(5250,598,6,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(5251,599,6,'Show fields in list view'),(5252,600,6,'This section helps to configure the view only but not to restrict user rights.'),(5253,601,6,'To show the [Price] a radio selector [Show price] must be checked.'),(5254,602,6,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(5255,603,6,'Community Builder plugin / My Vehicles menu item settings'),(5256,604,6,'Show my vehicles (in CB)'),(5257,605,6,'Show edit vehicles'),(5258,606,6,'Show rent requests'),(5259,607,6,'Show buy requests'),(5260,608,6,'Show user rent history'),(5261,609,6,'Show my vehicles to'),(5262,610,6,'Show edit vehicles to'),(5263,611,6,'Show rent requests to'),(5264,612,6,'Show buy requests to'),(5265,613,6,'Show user rent history to'),(5266,614,6,'Show my vehicles'),(5267,615,6,'Show edit vehicles'),(5268,616,6,'Show rent requests'),(5269,617,6,'Show buy requests'),(5270,618,6,'Show user rent history'),(5271,619,6,'Show button \'show my vehicles\' on CB plugin'),(5272,620,6,'Show my vehicles'),(5273,621,6,'Select user group for which will be show this button'),(5274,622,6,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(5275,623,6,'Show edit vehicles'),(5276,624,6,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(5277,625,6,'Show rent requests'),(5278,626,6,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(5279,627,6,'Show buy requsts'),(5280,628,6,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(5281,629,6,'Show my rent history'),(5282,630,6,'Calendar of availability and rental rates per period'),(5283,631,6,'Week'),(5284,632,6,'Weekend'),(5285,633,6,'Midweek'),(5286,634,6,'Year'),(5287,635,6,'Month'),(5288,636,6,'Calendar'),(5289,637,6,'Add price'),(5290,638,6,'Select price which are necessary to remove'),(5291,639,6,'Available date Not available date for rent'),(5292,640,6,'Not available date for rent'),(5293,641,6,'New price rent'),(5294,642,6,'Add new price rent'),(5295,643,6,'Calendar'),(5296,644,6,'User groups for which Calendar tab will be shown'),(5297,645,6,'Show Rent Calendar Tab'),(5298,646,6,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(5299,647,6,'Show Calendar Tab'),(5300,648,6,'Show Calendar Tab'),(5301,649,6,'Set Yes to show Calendar tab'),(5302,650,6,'Show owner'),(5303,651,6,'Show calendar'),(5304,652,6,'Show house calendar or not'),(5305,653,6,'Default price label for calendar'),(5306,654,6,'Default price labels for calendar (weekend, week, midweek)'),(5307,655,6,'Default price label for calendar'),(5308,656,6,'VehicleManager :: Featured Manager'),(5309,657,6,'Feature'),(5310,658,6,'Category'),(5311,659,6,'Published'),(5312,660,6,'Name Alias'),(5313,661,6,'Category Alias'),(5314,662,6,'Features'),(5315,663,6,'Image'),(5316,664,6,'Select photo if it is necessary to remove'),(5317,665,6,'Recommended image size 25 x 25 pixels'),(5318,666,6,'Categories for Manager Feature'),(5319,667,6,'Category must be entered, separated by commas'),(5320,668,6,'Categories for Manager Feature'),(5321,669,6,'Image for Manager Feature'),(5322,670,6,'Image for Manager Feature'),(5323,671,6,'If choose \\\"yes\\\" then show image for Manager Feature'),(5324,672,6,'Show categories for Manager Feature'),(5325,673,6,'Show categories for Manager Feature'),(5326,674,6,'If choose \\\"yes\\\" then show categories for Manager Feature'),(5327,675,6,'Currency'),(5328,676,6,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(5329,677,6,'Currency with coefficients'),(5330,678,6,'Show price sepaprator'),(5331,679,6,'Show price sepaprator'),(5332,680,6,'Show price sepaprator'),(5333,681,6,'Get geographic coordinates'),(5334,682,6,'Language'),(5335,683,6,'Show Custom Text Field 1'),(5336,684,6,'Show Custom Text Field 2'),(5337,685,6,'Show Custom Text Field 3'),(5338,686,6,'Show Custom Text Field 4'),(5339,687,6,'Show Custom Text Field 5'),(5340,688,6,'Show Custom Dropdown Field 6'),(5341,689,6,'Show Custom Dropdown Field 7'),(5342,690,6,'Show Custom Dropdown 8'),(5343,691,6,'Show Custom Dropdown 9'),(5344,692,6,'Show Custom Dropdown 10'),(5345,693,6,'Custom Fields Manager'),(5346,694,6,'Custom Text 1'),(5347,695,6,'Custom Text 2'),(5348,696,6,'Custom Text 3'),(5349,697,6,'Custom Text 4'),(5350,698,6,'Custom Text 5'),(5351,699,6,'Custom Dropdown Field 6'),(5352,700,6,'Custom Dropdown Field 7'),(5353,701,6,'Custom Dropdown Field 8'),(5354,702,6,'Custom Dropdown Field 9'),(5355,703,6,'Custom Dropdown Field 10'),(5356,704,6,'Extra1,Extra2,Extra3,Extra4,Extra5'),(5357,705,6,'Extra1,Extra2,Extra3,Extra4,Extra5'),(5358,706,6,'Extra1,Extra2,Extra3,Extra4,Extra5'),(5359,707,6,'Extra1,Extra2,Extra3,Extra4,Extra5'),(5360,708,6,'Extra1,Extra2,Extra3,Extra4,Extra5'),(5361,709,6,'Frontend Settings'),(5362,710,6,'Category Page Settings'),(5363,711,6,'Email and Notification Settings'),(5364,712,6,'Global Settings'),(5365,713,6,'Plugins Settings'),(5366,714,6,'Image Settings'),(5367,715,6,'Tabs Settings'),(5368,716,6,'Seller Contact Settings'),(5369,717,6,'Feature list settings'),(5370,718,6,'Extra Fields manager'),(5371,719,6,'Rent Request Options'),(5372,720,6,'Buy Request Options'),(5373,721,6,'eDocument Options'),(5374,722,6,'Price Settings'),(5375,723,6,'Show address on map'),(5376,724,6,'General Info'),(5377,725,6,'Specifications'),(5378,726,6,'Photos and Documents'),(5379,727,6,'Additional info'),(5380,728,6,'Seller Contacts'),(5381,729,6,'Required fields'),(5382,730,6,'Vehicle Details'),(5383,731,6,'Attachment Documents'),(5384,732,6,'Set size of main image - width/height in px'),(5385,733,6,'Vehicle gallery photo size'),(5386,734,6,'Set gallery photo size - width/height in px'),(5387,735,6,'VehicleManager :: Language Manager'),(5388,736,6,'Lang tag'),(5389,737,6,'Constant'),(5390,738,6,'Value constant'),(5391,739,6,'Sys type'),(5392,740,6,'All Categories Layout'),(5393,741,6,'Single Category Layout'),(5394,742,6,'Vehicle Page Layout'),(5395,743,6,'All Vehicles Layout'),(5396,744,6,'Common Settings'),(5397,745,6,'Allowed Exts eDocument'),(5398,746,6,'Allowed Exts Image'),(5399,747,6,'Price Format'),(5400,748,6,'Date & Time format'),(5401,749,6,'Date format'),(5402,750,6,'Time format'),(5403,751,6,'%Y - Year; %m - month;  %d - day'),(5404,752,6,'%H - hours; %i - minutes; %s - seconds'),(5405,753,6,'Price unit show'),(5406,754,6,'After'),(5407,755,6,'Before'),(5408,756,6,'Select price ditlimer os set youre.'),(5409,757,6,'Show price unit before or affter price'),(5410,758,6,'Owner custom email'),(5411,759,6,'The main image is absent'),(5412,760,6,'Select photos which are necessary to remove from photo gallery'),(5413,761,6,'Add new photo'),(5414,762,6,'Order By'),(5415,763,6,'No reviews for vehicle.'),(5416,764,6,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(5417,765,6,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(5418,766,6,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(5419,767,6,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(5420,768,6,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(5421,769,6,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(5422,770,6,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(5423,771,6,'Search Layout'),(5424,772,6,'Here You can select a layout for some view.'),(5425,773,6,'License text <br> Sys type(License Text)'),(5426,774,6,'Rent Requests'),(5427,775,6,'Sale Manager'),(5428,776,6,'Features Manager'),(5429,777,6,'Import/Export'),(5430,778,6,'Language Manager'),(5431,779,6,'Settings'),(5432,780,6,'Group'),(5433,781,6,'Count of cars'),(5434,782,6,'How many cars users can publish from a specific group.'),(5435,783,6,'Show PayPal buy'),(5436,784,6,'Allow PayPal buy'),(5437,785,6,'Show PayPal rent'),(5438,786,6,'Allow PayPal rent'),(5439,787,6,'Your PayPal email'),(5440,788,6,'Successful return url'),(5441,789,6,'After successful payment returns the buyer on your page.'),(5442,790,6,'Image url'),(5443,791,6,'Add image to PayPal page.'),(5444,792,6,'Cancel return url'),(5445,793,6,'If buyer press cancel in payment page, returns the buyer on your page.'),(5446,794,6,'Real(yes) or a test(no) PayPal account'),(5447,795,6,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(5448,796,6,'PayPal Options'),(5449,797,6,'Number of photos'),(5450,798,6,'How many photos in gallery users can publish from a specific group.'),(5451,799,6,'Total price: '),(5452,800,6,'Go now to PayPal'),(5453,801,6,'Special price per day'),(5454,802,6,'Special price per night'),(5455,803,6,'Add new special price and save'),(5456,804,6,'From'),(5457,805,6,'To'),(5458,806,6,'Price per day'),(5459,807,6,'Сalculate'),(5460,808,6,'Special price and rent time'),(5461,809,6,'Special price per day(\"yes\") or per night(\"no\")'),(5462,810,6,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(5463,811,6,'Pay'),(5464,812,6,'Language'),(5465,813,6,'Select Language'),(5466,814,6,'Clone'),(5467,815,6,'Orders'),(5468,816,6,'Message for Cancel URL text'),(5469,817,6,'Message for Successes URL text'),(5470,818,6,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(5471,819,6,'Category/All vehicle Layout Settings'),(5472,820,6,'Email Notification Options'),(5473,821,6,'Review Notification Options'),(5474,822,6,'Order ID'),(5475,823,6,'Vehicle title'),(5476,824,6,'Email'),(5477,825,6,'Date'),(5478,826,6,'Status'),(5479,827,6,'Price'),(5480,828,6,'Paid'),(5481,829,6,'Details'),(5482,830,6,'User'),(5483,831,6,'Username'),(5484,832,6,'Accept type/info: '),(5485,833,6,'Payment system: '),(5486,834,6,'Payer email: '),(5487,835,6,'Pending reason: '),(5488,836,6,'In your request encountered an error, please contact the administrator!'),(5489,837,6,'Please insert a Price for this house!'),(5490,838,6,'To add special prices, you must first save property !'),(5491,839,6,'Crop image'),(5492,840,6,'Set Yes to crop images and No to scale images'),(5493,841,6,'Insert the Message on page with notification about unsuccessfull payment'),(5494,842,6,'You do unsuccess payment!'),(5495,843,6,'Insert the Message on page with notification about successfull payment'),(5496,844,6,'You do success payment!'),(5497,845,6,'Video'),(5498,846,6,'Video source'),(5499,847,6,'Delete video'),(5500,848,6,'Add new video file'),(5501,849,6,'Track for video'),(5502,850,6,'Track download link'),(5503,851,6,'Delete track'),(5504,852,6,'Video and track support:'),(5505,853,6,'Add new track'),(5506,854,6,'Add alternative video'),(5507,855,6,'Upload video'),(5508,856,6,'Video download link'),(5509,857,6,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(5510,858,6,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(5511,859,6,'Kind (Specifies the kind of text track)'),(5512,860,6,'Src lang (language of the track)'),(5513,861,6,'Label (Specifies the title of the text track)'),(5514,862,6,'Upload track'),(5515,863,6,'Error uploading video!'),(5516,864,6,'Error uploading track!'),(5517,865,6,'Location of video'),(5518,866,6,'Location of track'),(5519,867,6,'Allowed Exts Video'),(5520,868,6,'Allowed Exts Track'),(5521,869,6,'Please insert an track kind'),(5522,870,6,'Please insert an track language'),(5523,871,6,'Please insert an track title'),(5524,872,6,'Video/Track Options'),(5525,873,6,'Options for user groups'),(5526,874,6,'Update options'),(5527,875,6,'Buttons Settings'),(5528,876,6,'Vehicle Maps Image, px:'),(5529,877,6,'Set maps image width/height in pixels'),(5530,878,6,'Vehicle Page Settings'),(5531,879,6,'Common Settings'),(5532,880,6,'AllCategories Layout Settings'),(5533,881,6,'Approve Published Review:'),(5534,882,6,'Approve Published For'),(5535,883,6,'Buttons Settings'),(5536,884,6,'Post max size in your PHP settings less than your video file.!'),(5537,885,6,'Upload max file size in your PHP settings less than your video file.!'),(5538,886,6,'File uploads is off in your PHP settings.!'),(5539,887,6,'Rent history'),(5540,888,6,'VehicleManager :: Rent Hisory'),(5541,889,6,'Users Rent History'),(5542,890,6,'VehicleManager :: Users Rent Hisory'),(5543,891,6,'OwnerID'),(5544,892,6,'Contact agent'),(5545,894,6,'View listing'),(5546,893,6,'Contact info'),(5547,895,6,'Your review has been added'),(5548,896,6,'Edit vehicles'),(5549,897,6,'Vehicle Location'),(5550,898,6,'Exterior & Interior'),(5551,899,6,'Attachments'),(5552,900,6,'VehicleManager : Orders'),(5553,901,6,'You have max photos. Limit for this users group'),(5554,902,6,'Address'),(5555,903,6,'Range(km)'),(5556,904,6,'Select Category'),(5557,905,6,'Search'),(5558,906,6,'Other'),(5559,907,6,'No reviews for vehicle'),(5560,908,6,'Captcha Settings'),(5561,909,6,'Show captcha<br />for review form'),(5562,910,6,'Show captcha for review form in the reviews tab on the frontend'),(5563,911,6,'Allow captcha<br />for review form'),(5564,912,6,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(5565,913,6,'Show captcha for<br />contact agent form'),(5566,914,6,'Show captcha for contact agent form in the reviews tab on the frontend'),(5567,915,6,'Allow captcha for<br />contact agent form'),(5568,916,6,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(5569,917,6,'Show captcha<br />for booking form'),(5570,918,6,'Show captcha for booking form in the reviews tab on the frontend'),(5571,919,6,'Allow captcha<br />for booking form'),(5572,920,6,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(5573,921,6,'Show button Add to Wish List'),(5574,922,6,'Show button Add to Wish List or not'),(5575,923,6,'Allow Wish List for'),(5576,924,6,'Select users for whom allow Wish List'),(5577,925,6,'Add to wishlist'),(5578,926,6,'Remove from wishlist'),(5579,927,6,'Google Map Options'),(5580,928,6,'Api Key'),(5581,929,6,'Field to enter google map api key'),(5582,930,6,'Google Maps API error: missing key map error!'),(5583,931,6,'To get Google Maps API key follow below link'),(5584,932,6,'Settings Layout Search Results '),(5585,933,6,'Show map<br />for layout search results'),(5586,934,6,'Show map for layout search results on the frontend'),(5587,935,6,'Allow map<br />for layout search results'),(5588,936,6,'Allow map for layout search results in the frontend.'),(5589,937,6,'Show order by form<br />for all layouts'),(5590,938,6,'Show order by form for all layouts on the frontend'),(5591,939,6,'Allow order by form<br />for all layouts'),(5592,940,6,'Allow order by form for all layouts in the frontend.'),(5593,941,6,'Show Contact Agent/Book Now Tab'),(5594,942,6,'Set Yes to show Contact Agent/Book Now tab'),(5595,943,6,'User groups for which Contact Agent/Book Now tab will be shown'),(5596,944,6,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(5597,946,6,'Options access to edit vehicles'),(5598,947,6,'Users group who will have access to edit users vehicles'),(5599,948,6,'Permit edit vehicles for other users'),(5600,949,6,'Select all users'),(5601,950,6,'Select the plugin in Vehicle Manager settings!'),(5602,951,6,'Show google captcha'),(5603,952,6,'Show google captcha'),(5604,953,6,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(5605,954,6,'Mandatory fields'),(5606,955,6,'Year of issue'),(5607,956,6,'Set \"YES\" make the field year of issue mandatory'),(5608,957,6,'Mileage'),(5609,958,6,'Set \"YES\" make the field mileage mandatory'),(5610,959,6,'Price'),(5611,960,6,'Set \"YES\" make the field price mandatory'),(5612,961,6,'Show search button<br>on frontend'),(5613,962,6,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(5614,963,6,'Show search button<br>for users'),(5615,964,6,'Select the user for which the search button on frontend will be displayed.'),(5616,965,6,'anonymous'),(5617,966,6,'New rent request added!'),(5618,967,6,'New buying request added!'),(5619,968,6,'New vehicle review added'),(5620,969,6,'SUBJECT'),(5621,970,6,'Rent expire Notice!'),(5622,971,6,'Add email user to <br /> send reply'),(5623,972,6,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(5624,973,6,'Add email user to review notification'),(5625,974,6,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(5626,975,6,'Add email user to vehicle notification'),(5627,976,6,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(5628,977,6,'Add email user to buying request notification'),(5629,978,6,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(5630,979,6,'Settings rent options on search page'),(5631,982,6,'Search Settings'),(5632,980,6,'Show available for rent'),(5633,981,6,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5634,983,6,'Show year of issue'),(5635,984,6,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5636,985,6,'Show price of vehicle'),(5637,986,6,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5638,987,6,'Show condition status'),(5639,988,6,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5640,989,6,'Show listing status'),(5641,990,6,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5642,991,6,'Show transmission type'),(5643,992,6,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5644,993,6,'Show maker'),(5645,994,6,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5646,995,6,'Show drive type'),(5647,996,6,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5648,997,6,'Show vehicle model'),(5649,998,6,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5650,999,6,'Show number cylinders'),(5651,1000,6,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5652,1001,6,'Show vehicle type'),(5653,1002,6,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5654,1003,6,'Show number speeds'),(5655,1004,6,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5656,1005,6,'Show listing type'),(5657,1006,6,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5658,1007,6,'Show vehicle fuel type'),(5659,1008,6,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5660,1009,6,'Show vehicle price type'),(5661,1010,6,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5662,1011,6,'Show vehicle number doors'),(5663,1012,6,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5664,1013,6,'Show vehicle category'),(5665,1014,6,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5666,1015,6,'Show vehicle ID'),(5667,1016,6,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5668,1017,6,'Show vehicle description'),(5669,1018,6,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5670,1019,6,'Show title'),(5671,1020,6,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5672,1021,6,'Show address'),(5673,1022,6,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5674,1023,6,'Show country'),(5675,1024,6,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5676,1025,6,'Show region'),(5677,1026,6,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5678,1027,6,'Show city'),(5679,1028,6,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5680,1029,6,'Show district'),(5681,1030,6,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5682,1031,6,'Show zipcode'),(5683,1032,6,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5684,1033,6,'Show owner'),(5685,1034,6,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5686,1035,6,'Show mileage'),(5687,1036,6,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5688,1037,6,'Show contact information'),(5689,1038,6,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5690,1039,6,'Show engine type'),(5691,1040,6,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5692,1041,6,'Show city MPG/KPL'),(5693,1042,6,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5694,1043,6,'Show highway MPG/KPL'),(5695,1044,6,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5696,1045,6,'Show wheelbase'),(5697,1046,6,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5698,1047,6,'Show wheeltype'),(5699,1048,6,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5700,1049,6,'Show rear axel type'),(5701,1050,6,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5702,1051,6,'Show brakes type'),(5703,1052,6,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5704,1053,6,'Show exterior colors'),(5705,1054,6,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5706,1055,6,'Show exterior extras'),(5707,1056,6,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5708,1057,6,'Show interior colors'),(5709,1058,6,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5710,1059,6,'Show dashboard options'),(5711,1060,6,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5712,1061,6,'Show interior extras'),(5713,1062,6,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5714,1063,6,'Show safety options'),(5715,1064,6,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5716,1065,6,'Show warranty options'),(5717,1066,6,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5718,1067,6,'Show exactly to all'),(5719,1068,6,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5720,1069,6,'Show search keywords'),(5721,1070,6,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(5722,1071,6,'Options for search button'),(5723,1072,6,'Options for fields in Advance Search Layout'),(5724,1073,6,'Options for search form'),(5725,1074,6,'Show search form on nothing found page'),(5726,1075,6,'Show search form on nothing found page. Set \"YES\" show search form.'),(5727,1076,6,'Show search form on result search page'),(5728,1077,6,'Show search form on result search page. Set \"YES\" show search form.'),(5729,1078,6,'Redirect settings'),(5730,1079,6,'Redirect settings for rent'),(5731,1080,6,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(5732,1081,6,'Redirect settings for sale'),(5733,1082,6,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(5734,945,6,'Access to edit vehicles from other users'),(5735,1083,6,'Show country, region and<br>city option as text field'),(5736,1084,6,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(5737,1085,6,'How fields Country, Region and City use'),(5738,1086,6,'Settings for Search Layout'),(5739,1087,6,'Select Search Layout by default'),(5740,1088,6,'Select search layout by default on the frontend!'),(5741,1089,6,'Order field settings'),(5742,1090,6,'Select order by default'),(5743,1091,6,'Select an option to sort by default the search result.'),(5744,1092,6,'Vehicle slider option'),(5745,1093,6,'Show vehicle as slider'),(5746,1094,6,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(5747,1095,6,'Input initial-final year'),(5748,1096,6,'Input initial and final year of calendar. Final year value should be more then initial value.'),(5749,1097,6,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(5750,1098,6,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(5751,1099,6,'Show fraction in price'),(5752,1100,6,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(5753,1101,6,'Count Vehicles in row'),(5754,1102,6,'More than 1199px'),(5755,1103,6,'More than 1199px'),(5756,1104,6,'Less than 1200px andmore than 991px'),(5757,1105,6,'Less than 1200px andmore than 991px'),(5758,1106,6,'Less than 992px andmore than 767px'),(5759,1107,6,'Less than 992px andmore than 767px'),(5760,1108,6,'Less than 768px andmore than 489px'),(5761,1109,6,'Less than 768px andmore than 489px'),(5762,1110,6,'User order'),(5763,1111,6,'Watermark settings'),(5764,1112,6,'Enable watermark'),(5765,1113,6,'Watermark text'),(5766,1114,6,'Watermark size, %'),(5767,1115,6,'Font color'),(5768,1116,6,'Font angle'),(5769,1117,6,'Watermark position'),(5770,1118,6,'Watermark opacity'),(5771,1119,6,'Set Yes to show watermark'),(5772,1120,6,'Watermark text'),(5773,1121,6,'Watermark size, %'),(5774,1122,6,'Font color for watermark'),(5775,1123,6,'Font angle for watermark'),(5776,1124,6,'Watermark position for watermark'),(5777,1125,6,'Watermark opacity for watermark'),(5778,1127,6,'Watermark Type'),(5779,1128,6,'Select file for watermark'),(5780,1129,6,'Text or Image'),(5781,1130,6,'Select image for Watermark'),(5782,1126,6,'Categories order by default'),(5783,1131,6,'All vehicles'),(5784,1132,6,'Title'),(5785,1133,6,'Maker'),(5786,1134,6,'Model'),(5787,1135,6,'Description'),(5788,1136,6,'Vehicle ID'),(5789,1137,6,'Location'),(5790,1138,6,'Country'),(5791,1139,6,'City'),(5792,1140,6,'Region'),(5793,1141,6,'Zipcode'),(5794,1142,6,'Search by'),(5795,1143,6,'Please select only one value'),(5796,1144,6,'Min size image for watermark'),(5797,1145,6,'Minimum image size to include watermark'),(5798,1146,6,'Rent From and Rent Until fields  are required!'),(5799,1147,6,'Allow price as string'),(5800,1148,6,'Set \"yes\", if you want display price as string. '),(5801,1149,6,'You typed bad characters from picture!'),(5802,1150,6,'Slider settings'),(5803,1151,6,'The height of the slider is measured as a percentage of the slider width'),(5804,1152,6,'Slider height, %'),(5805,1153,6,'Slide show type \"Filling in\" or \"Proportionally\"'),(5806,1154,6,'Slide show type'),(5807,1155,6,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(5808,1156,6,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(5809,1157,6,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(5810,1158,6,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(5811,1159,6,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(5812,1160,6,'Payment system Options'),(5813,1161,6,'Show button \"Buy\" for sale vehicles'),(5814,1162,6,'Allow button \"Buy\" for sale vehicles'),(5815,1163,6,'Show button \"Buy\" for rent vehicles'),(5816,1164,6,'Allow button \"Buy\" for rent vehicles'),(5817,2,7,'Vehicle Manager'),(5818,3,7,'Our vehicle catalogue with cars for rent or sale.'),(5819,4,7,'Search vehicles'),(5820,5,7,'Search vehicles'),(5821,6,7,'no-img_eng.gif'),(5822,7,7,'You are not allowed to perform this action!'),(5823,8,7,'OK'),(5824,9,7,'Status'),(5825,10,7,'VehicleManager : Import/Export'),(5826,11,7,'You must add a category for this section first.'),(5827,12,7,'Please select'),(5828,13,7,'CSV File'),(5829,14,7,'XML File'),(5830,15,7,'You must select a type to import!'),(5831,16,7,'You must select a category to import!'),(5832,17,7,'You must choose a file to import!'),(5833,18,7,'You must select a type to export!'),(5834,19,7,'Import type'),(5835,20,7,'Select file format'),(5836,21,7,'Select file format'),(5837,22,7,'Category'),(5838,23,7,'Category'),(5839,24,7,'Select category'),(5840,25,7,'File to import'),(5841,26,7,'File to import'),(5842,27,7,'Select file to import'),(5843,28,7,'At the moment the following CSV format is supported:<br />VehicleID | Description | Link | Listing type |  Location | Price | Title | ...'),(5844,29,7,'Export type'),(5845,30,7,'Select file format'),(5846,31,7,'Select file format'),(5847,32,7,'Category'),(5848,33,7,'Category'),(5849,34,7,'Select category'),(5850,35,7,'Export Result'),(5851,36,7,'You can download the requested Export under the following URL (right-click to save):'),(5852,37,7,'Please note that the files will still be saved on the server and you have to clean them yourself.'),(5853,38,7,'VehicleManager : Categories'),(5854,39,7,'Category'),(5855,40,7,'Vehicles'),(5856,41,7,'Published'),(5857,42,7,'Reorder'),(5858,43,7,'Access'),(5859,44,7,'Checked Out By'),(5860,45,7,'Add'),(5861,46,7,'Edit'),(5862,47,7,'Category name mauct be not empty'),(5863,48,7,'Categories'),(5864,49,7,'- Select Image -'),(5865,50,7,'Top'),(5866,51,7,'Category Alias'),(5867,52,7,'Category Title'),(5868,53,7,'Ordering'),(5869,54,7,'Image'),(5870,55,7,'Image Position'),(5871,56,7,'Parent Item'),(5872,57,7,'No preview available'),(5873,58,7,'Details'),(5874,59,7,'Deleted'),(5875,60,7,'VehicleManager - Rent out a vehicle'),(5876,61,7,'VehicleManager - Return vehicle from rent'),(5877,62,7,'Import'),(5878,63,7,'Export'),(5879,64,7,'- All Categories'),(5880,65,7,'Select Categories'),(5881,66,7,'Select a vehicle to rent'),(5882,67,7,'- All Vehicles'),(5883,68,7,'Rent'),(5884,69,7,'Not Rent'),(5885,70,7,'Select Published'),(5886,71,7,'- All Vehicles'),(5887,72,7,'Not Published'),(5888,73,7,'Published'),(5889,74,7,'- All Users'),(5890,75,7,'Search Vehicles'),(5891,76,7,'Search result'),(5892,77,7,'Search Keywords'),(5893,78,7,'Search'),(5894,79,7,'Nothing found.'),(5895,80,7,'VehicleManager : Vehicles'),(5896,81,7,'Search:'),(5897,82,7,'You must first create a Category for this Section.'),(5898,83,7,'Exactly to all'),(5899,84,7,'Advanced<br />search'),(5900,85,7,'from'),(5901,86,7,'to'),(5902,87,7,'Year'),(5903,88,7,'Price'),(5904,89,7,'Listing type'),(5905,90,7,'Listing status'),(5906,91,7,'Price type'),(5907,92,7,'Model'),(5908,93,7,'Title'),(5909,94,7,'Vehicle ID'),(5910,95,7,'Result'),(5911,96,7,'Description'),(5912,97,7,'Category'),(5913,98,7,'# Vehicle'),(5914,99,7,'View'),(5915,100,7,'Address'),(5916,101,7,'Country'),(5917,102,7,'Region'),(5918,103,7,'City'),(5919,104,7,'District'),(5920,105,7,'Zipcode'),(5921,106,7,'Latitude'),(5922,107,7,'Longitude'),(5923,108,7,'No location available'),(5924,109,7,'Vehicle type'),(5925,110,7,'Condition'),(5926,111,7,'Mileage'),(5927,112,7,'Transmission'),(5928,113,7,'Engine type'),(5929,114,7,'Year of issue'),(5930,115,7,'Drive type'),(5931,116,7,'Fuel type'),(5932,117,7,'Number of speeds'),(5933,118,7,'Number of cylinders'),(5934,119,7,'Number of doors'),(5935,120,7,'Number of seats'),(5936,121,7,'City MPG/KPL'),(5937,122,7,'Highway MPG/KPL'),(5938,123,7,'Wheelbase'),(5939,124,7,'Wheeltype'),(5940,125,7,'Rear axel type'),(5941,126,7,'Brakes type'),(5942,127,7,'Exterior colors'),(5943,128,7,'Exterior extras'),(5944,129,7,'Interior colors'),(5945,130,7,'Dashboard options'),(5946,131,7,'Interior extras'),(5947,132,7,'Safety options'),(5948,133,7,'Warranty options'),(5949,134,7,'Basic'),(5950,135,7,'Drivetrain'),(5951,136,7,'Corrosion'),(5952,137,7,'Roadside assistance'),(5953,138,7,'Phone'),(5954,139,7,'Rating'),(5955,140,7,'Picture URL'),(5956,141,7,'Picture'),(5957,142,7,'Buy from link'),(5958,143,7,'Rent to'),(5959,144,7,'Rent from'),(5960,145,7,'Rent until'),(5961,146,7,'Rent return'),(5962,147,7,'Rented from - until'),(5963,148,7,'unknown'),(5964,149,7,'User'),(5965,150,7,'email'),(5966,151,7,'Postal mailing address'),(5967,152,7,'Phone number'),(5968,153,7,'Rent until: '),(5969,154,7,'Hits'),(5970,155,7,'Reorder'),(5971,156,7,'Rent out'),(5972,157,7,'Published'),(5973,158,7,'Checked out'),(5974,159,7,'Review date'),(5975,160,7,'Subcategories'),(5976,161,7,'Main photo'),(5977,162,7,'Click to upload new photos for vehicle photo gallery'),(5978,163,7,'If you upload a picture, the URL of the current picture will be deleted and reset to the uploaded picture.'),(5979,164,7,'Error uploading picture! Please note that only image formats (jpg, png, gif) are supported'),(5980,165,7,'Booking form'),(5981,166,7,'Actual eDocument'),(5982,167,7,'Upload eDocument'),(5983,168,7,'Download eDocument'),(5984,169,7,'Delete eDocument'),(5985,170,7,'eDocument'),(5986,171,7,'Error uploading eDocument!'),(5987,172,7,'Status'),(5988,173,7,'Required'),(5989,174,7,'Add Review'),(5990,175,7,'Reviews'),(5991,176,7,'Save'),(5992,177,7,'Rent Request Vehicle'),(5993,178,7,'Book Now'),(5994,179,7,'Review'),(5995,180,7,'Title'),(5996,181,7,'Rating'),(5997,182,7,'Comment'),(5998,183,7,'Anonymous'),(5999,184,7,'Featured clicks'),(6000,185,7,'Featured shows'),(6001,186,7,'Vehicle Title'),(6002,187,7,'Click on the map to choose the vehicle location:'),(6003,188,7,'Please enter a Title for your review!'),(6004,189,7,'Please enter a Text for your review!'),(6005,190,7,'Please enter a Rating for your review!'),(6006,191,7,'Please enter a Name for your rent request!'),(6007,192,7,'Please enter a valid e-mail address for your rent request!'),(6008,193,7,'Please enter a valid Postal Address for your rent request!'),(6009,194,7,'Please enter a Return Date for your rent request!'),(6010,195,7,'Please enter at least one vehicle photo!'),(6011,196,7,'Not specified'),(6012,197,7,'Arabic'),(6013,198,7,'Brazilian Portuguese'),(6014,199,7,'Danish'),(6015,200,7,'Dutch'),(6016,201,7,'English'),(6017,203,7,'Bosnian'),(6018,202,7,'Farsi'),(6019,204,7,'French'),(6020,205,7,'German'),(6021,206,7,'Hungarian'),(6022,207,7,'Italian'),(6023,208,7,'Lithuanian'),(6024,209,7,'Norwegian'),(6025,210,7,'Polski'),(6026,211,7,'Portuguese'),(6027,212,7,'Romanian'),(6028,213,7,'Russian'),(6029,216,7,'Slovenian'),(6030,214,7,'Spanish'),(6031,215,7,'Turkish'),(6032,217,7,'NO'),(6033,218,7,'YES'),(6034,219,7,'The vehicle title is currently being edited by another administrator'),(6035,220,7,'Error deleting vehicle!'),(6036,221,7,'Add Vehicle notification email'),(6037,222,7,'Settings Frontend'),(6038,223,7,'Settings Backend'),(6039,224,7,'VehicleID auto-increment'),(6040,225,7,'VehicleID auto increment'),(6041,226,7,'YES if you want to use VehicleID auto-increment. NO if you want use manually entered VehicleID'),(6042,227,7,'Activate eDocument support'),(6043,228,7,'eDocument support'),(6044,229,7,'YES if you want to activate edocument support for the administrator interface.'),(6045,230,7,'Location of eDocument files'),(6046,231,7,'Edocuments location'),(6047,232,7,'The location of the uploaded edocuments on the server. The path is relative to the main Joomla directory and must start and end with a /'),(6048,233,7,'Show eDocuments download link'),(6049,234,7,'Show eDocuments download in the frontend'),(6050,235,7,'YES if you want to show an eDocument download link in the frontend.'),(6051,236,7,'Show Add Review'),(6052,237,7,'Show Reviews in the frontend'),(6053,238,7,'Set Yes to show the button Add Review on the frontend.'),(6054,239,7,'User groups which will see button Add Review'),(6055,240,7,'Allow Reviews'),(6056,241,7,'Choose which user groups will see button Add Review. This function will be activated only if option Show Add Review is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(6057,242,7,'Show Book Now (Rent Request)'),(6058,243,7,'Show Rent status in the frontend'),(6059,244,7,'Set Yes to show the button Book Now on the frontend.'),(6060,245,7,'User groups which will see button Book Now'),(6061,246,7,'Allow Rent Request'),(6062,247,7,'Choose which user groups will see button Book Now. This function will be activated only if option Show Book Now is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(6063,248,7,'Show price'),(6064,249,7,'Show price'),(6065,250,7,'Shows the price of the vehicle in the frontend'),(6066,251,7,'Vehicles per page.'),(6067,252,7,'Set number of vehicles shown per page.'),(6068,253,7,'Pagination.'),(6069,254,7,'Vehicle list layout photo size'),(6070,255,7,'Vehicle list layout photo size'),(6071,256,7,'Set list layout photo size - width/height in px'),(6072,257,7,'Set size of main image - width/height in px'),(6073,258,7,'Set main photos size - width/height in px'),(6074,259,7,'Vehicle main photos size'),(6075,260,7,'Vehicle gallery layout photo size'),(6076,261,7,'Vehicle gallery layout photo size'),(6077,262,7,'Set gallery layout photo size - width/height in px'),(6078,263,7,'Vehicle upload photo size'),(6079,264,7,'Vehicle upload photo size'),(6080,265,7,'Set upload photo size - width/height in px'),(6081,266,7,'Number of items per page'),(6082,267,7,'Page items'),(6083,268,7,'Input quantity of vehicles shown on each page.'),(6084,269,7,'Add Vehicle email'),(6085,270,7,'An email address for notifying about new vehicle has been added on'),(6086,271,7,'Review email'),(6087,272,7,'Review email'),(6088,273,7,'Where to send notification messages for new Review added. You can enter multiple email addresses separated by a comma.'),(6089,274,7,'Rent Request email'),(6090,275,7,'Rent Request email'),(6091,276,7,'Where to send notification messages for new Rent Request added. You can enter multiple email addresses separated by a comma.'),(6092,277,7,'VehicleManager : Rent Requests'),(6093,278,7,'VehicleManager : About'),(6094,279,7,'About'),(6095,280,7,'Releasenote'),(6096,281,7,'Changelog'),(6097,282,7,'Welcome to VehicleManager'),(6098,283,7,'Thank you for using our component!<br /><br />VehicleManager allows you to manage large vehicle catalogues. It comes with category and subcategory support and you can add a VehicleID for your internal reference. Rent management is built-in, with a rent request possibility for users of your website. VehicleManager also offers the possibility of vehicle reviews by users, with review management in the backend. Edocument support is built-in. Vehicle information and vehicle photos can be entered manually. <br/ ><br />NOTES: <br/ >- for the download of photos to your server to work, you need to compile PHP5 with CURL support<br />- for CSV export to work, you need to compile PHP5 with XSL support<br/ >- for CAPTCHA to work, you need to compile PHP5 with GD support<br /><br />On the website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> you can find VehicleManager Manuals, additional Language files, Support Forums and also download additional modules and plugins.<br /><br />We are available for Custom Development if you want a new feature added to VehicleManager. Please mail your exact requirements to <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> and we will get back to you with a quote. When you order a paid Customisation, you will receive the next PRO version with your custom feature added.'),(6099,284,7,'The fields below only need to be filled in manually when you have set '),(6100,285,7,'. otherwise they will be ignored.'),(6101,286,7,'Rent Request'),(6102,287,7,'The list shows the vehicles selected for renting.<br />If it is empty, please check your selection again.'),(6103,288,7,'Name'),(6104,289,7,'Email'),(6105,290,7,'Your postal mailing address'),(6106,291,7,'Vehicle return date'),(6107,292,7,'Rent from'),(6108,293,7,'Your Rent Request was stored in our database. We will check your request and inform you as soon as possible.<br />Thank you for using our service.'),(6109,294,7,'Your Buying Request was stored in our database. We will check your request and inform you as soon as possible.<br />Thank you for using our service.'),(6110,295,7,'VehicleManager: Rent Request accepted'),(6111,296,7,'The vehicle'),(6112,297,7,'you requested is ready to be rent out.'),(6113,298,7,'Save'),(6114,299,7,'Rent vehicle'),(6115,300,7,'Return vehicle from rent'),(6116,301,7,'Accept request'),(6117,302,7,'Decline request'),(6118,303,7,'Import vehicles'),(6119,304,7,'Export vehicles'),(6120,305,7,'Delete review'),(6121,306,7,'Edit review'),(6122,307,7,'General information:'),(6123,308,7,'Version:'),(6124,309,7,'Release date:'),(6125,310,7,'Project link:'),(6126,311,7,'Project host:'),(6127,312,7,'License:'),(6128,313,7,'This program is distributed in the hope that it will be useful, but without any warranty. See the included LICENSE.TXT for more details.'),(6129,314,7,'Developed by:'),(6130,315,7,'Homepage'),(6131,316,7,'eDocument Download Link'),(6132,317,7,'Allow edocuments download'),(6133,318,7,'Allow edocuments download in the frontend. This function will only be activated if --Show eDocuments Download Link-- is also set to YES'),(6134,319,7,'Allow eDocuments download'),(6135,320,7,'Allow price:'),(6136,321,7,'Allow price in the frontend. This function will be activated only if --Show Price-- is also set to YES!'),(6137,322,7,'Allow price'),(6138,323,7,'VehicleManager : Reviews'),(6139,324,7,'Vehicle title'),(6140,325,7,'Review title'),(6141,326,7,'Type the characters you see in the picture above into the box below.'),(6142,327,7,'Print'),(6143,328,7,'Please select the columns for printing and then click Next!'),(6144,329,7,'Font size'),(6145,330,7,'Format'),(6146,331,7,'Show eDocument download license'),(6147,332,7,'Show eDocument download license accept/decline before allowing edocument download from the frontend'),(6148,333,7,'Show eDocument download license'),(6149,334,7,'License Agreement'),(6150,335,7,'Accept?'),(6151,336,7,'Add review'),(6152,337,7,'Close'),(6153,338,7,'Show button Buy now '),(6154,339,7,'Show button Buy now '),(6155,340,7,'Shows button Buy now next to the vehicle in the frontend'),(6156,341,7,'Allow button Buy now:'),(6157,342,7,'Show button Buy now in the frontend for the selected categories. This function will be activated only if --Show button Buy now-- is also set to YES! You can select multiple categories.'),(6158,343,7,'Allow button Buy now '),(6159,344,7,'Full data export'),(6160,345,7,'Full data import'),(6161,346,7,'This operation will remove ALL existing VehicleManager data before importing. Do you want to continue?'),(6162,347,7,'<strong>CSV&nbsp;IMPORT:</strong><ul>	<li>At the moment the following CSV format is supported:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>	<li>Fields are separated by a pipe character (<strong>&nbsp;|&nbsp;</strong>)</li>	<li>You can import a whole list with just VehicleID by leaving the other fields empty, for example:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>	<li><strong>WARNING:</strong>&nbsp;do not use CSV import if there are Vehicle Reviews present, in that case use full data import!</li></ul><strong>XML&nbsp;IMPORT:</strong><ul>	<li>import in XML формат</li>	<li><strong>WARNING:</strong>&nbsp;do not use XML import if there are Vehicle Reviews present, in that case use full data import!</li><li><strong>WARNING:</strong>&nbsp;associations between houses will not be saved!</li>\n  <li><strong>WARNING:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li></ul><strong>FULL&nbsp;DATA&nbsp;IMPORT:</strong><ul>	<li>This import will import all VehicleManager data and restore all fields and details</li>	<li>This option will overwrite ALL existing entries, so be careful when using it!</li>	<li>For save all Vehicles photos, please save all files from folder: --components/com_vehiclemanager/photos--!</li>	<li>For save all Vehicles eDocuments, please save all files from folder what you set in  setting backent --Location of eDocuments--!</li></ul>'),(6163,348,7,'<strong>CSV&nbsp;EXPORT:</strong><ul>	<li>CSV export will contain all fields for further editing in a text editor or spreadsheet application</li>	<li>Please note that for subsequent import, only the following CSV format is supported:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>	<li>You can also import later including Vehicle Reviews, use FULL export instead!</li><li></ul><strong>XML&nbsp;EXPORT:</strong><ul>	<li>XML export is the preferred way to export vehicles with Vehicle Descriptions</li>	<li>XML export will contain all vehicle details, including Descriptions, ready for later import</li><strong>WARNING:</strong>&nbsp;associations between houses will not be saved!</li>\n  <li><strong>WARNING:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li></ul><strong>FULL&nbsp;DATA&nbsp;EXPORT:</strong><ul>	<li>This export will export all VehicleManager data and save all fields and entries</li>	<li>You can later use these files to restore your VehicleManager data in full</li>	<li>This subsequent import will overwrite ALL existing entries, so be careful when using it!</li>	<li>To restore all vehicle photos, please restore all files from folder: --components/com_vehiclemanager/photos--!</li>	<li>To restore all vehicle eDocuments, please restore all files from the folder you have set in [Settings Backend] -- [Location of eDocuments]</li></ul>'),(6164,349,7,'Send Review Notification'),(6165,350,7,'Send Review Notification'),(6166,351,7,'Set to YES if you want to be notified through email when a user adds a Vehicle Review. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(6167,352,7,'User groups from which Review notifications will be sent'),(6168,353,7,'User groups from which Review notifications will be sent'),(6169,354,7,'Choose which user groups will send Review notifications. This function will be activated only if --Send Review Notification-- is also set to YES'),(6170,355,7,'Send Rent Request  Notification'),(6171,356,7,'Send Rent Request  Notification'),(6172,357,7,'Set to YES if you want to be notified through email when a user submits a Rent Request. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(6173,358,7,'User groups from which Rent Request notifications will be sent'),(6174,359,7,'User groups from which Rent Request notifications will be sent'),(6175,360,7,'Choose which user groups will send Rent Request notifications. This function will be activated only if --Send Rent Request Notification-- is also set to YES'),(6176,361,7,'Review comment'),(6177,362,7,'Custom Category images'),(6178,363,7,'Custom Category images'),(6179,364,7,'If set to YES you can assign a custom image to every category instead of the standard folder icon. You can then adjust the category images in VehicleManager - Manage&nbsp;Categories - Edit - Select&nbsp;image '),(6180,365,7,'Show subcategory'),(6181,366,7,'Show for single subcategory'),(6182,367,7,'Show subcategory'),(6183,368,7,'If set to YES, you will see subcategory for every category'),(6184,369,7,'If set to YES, you will see subcategory for single select category'),(6185,370,7,'You can not return vehicle from rent that were not rent out'),(6186,371,7,'Please make a selection from the list to Rent Vehicles'),(6187,372,7,'Please make a selection from the list to Return Vehicle from a rent'),(6188,373,7,'Please make a selection from the list to Accept Request'),(6189,374,7,'Please make a selection from the list to Decline Request'),(6190,375,7,'You must select a type to import!'),(6191,376,7,'You must select a type to export!'),(6192,377,7,'Please insert a Title!'),(6193,378,7,'Please insert an VehicleID'),(6194,379,7,'A vehicle with this VehicleID already exists!'),(6195,380,7,'You must select a Category!'),(6196,381,7,'Please enter a Name for your buying request!'),(6197,382,7,'Please enter a valid e-mail address for your buying request!'),(6198,383,7,'Please enter a valid Phone Number for your buying request!'),(6199,384,7,'Required fields'),(6200,385,7,'Technical characteristics'),(6201,386,7,'Address fields'),(6202,387,7,'Options'),(6203,388,7,'Exterior options'),(6204,389,7,'Interior options'),(6205,390,7,'Other'),(6206,391,7,'Photo manage'),(6207,392,7,'Vehicle Photo Gallery'),(6208,393,7,'Featured Vehicle options'),(6209,394,7,'Customer\'s information '),(6210,395,7,'VehicleManager : Sale Manager'),(6211,396,7,'Buying Request'),(6212,397,7,'Hidden Buying'),(6213,398,7,' Send Buy Request'),(6214,399,7,'Send Buying Request  Notification'),(6215,400,7,'Send Buying Request  Notification'),(6216,401,7,'Set to YES if you want to be notified through email when a user submits a Buying Request. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(6217,402,7,'User groups from which Buying Request notifications will be sent'),(6218,403,7,'User groups from which Buying Request notifications will be sent'),(6219,404,7,'Choose which user groups will send Buying Request notifications. This function will be activated only if --Send Buying Request Notification-- is also set to YES'),(6220,405,7,'Buying Request email'),(6221,406,7,'BuyingRequest email'),(6222,407,7,'Where to send notification messages for new Buying Request added. You can enter multiple email addresses separated by a comma.'),(6223,408,7,'VehicleManager : Settings'),(6224,409,7,'Remove'),(6225,410,7,'Photo '),(6226,411,7,'Show Reviews Tab'),(6227,412,7,'Show Reviews Tab'),(6228,413,7,'Set Yes to show Reviews tab'),(6229,414,7,'Show Location Tab'),(6230,415,7,'Show Location tab'),(6231,416,7,'Set Yes to show Location tab\n  '),(6232,417,7,' Add Vehicle '),(6233,418,7,'Show button<br />Add Vehicle '),(6234,419,7,'Show button<br />Add Vehicle '),(6235,420,7,'Shows button Add Vehicle in the vehicle list in the frontend'),(6236,421,7,'Allow button<br />Add Vehicle '),(6237,422,7,'Allow button<br />Add Vehicle '),(6238,423,7,'Allow button Add Vehicle in the frontend. This function will be activated only if --Show button Add Vehicle-- is also set to YES!'),(6239,424,7,'Show button<br />print PDF '),(6240,425,7,'Show button<br />print PDF '),(6241,426,7,'Shows button print PDF in the vehicle list in the frontend'),(6242,427,7,'Allow button<br />print PDF '),(6243,428,7,'Allow button<br />print PDF '),(6244,429,7,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(6245,430,7,'Show button<br />print View '),(6246,431,7,'Show button<br />print View '),(6247,432,7,'Shows button print View in the vehicle list in the frontend'),(6248,433,7,'Allow button<br />print View '),(6249,434,7,'Allow button<br />print View '),(6250,435,7,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(6251,436,7,'Show button<br />send Link '),(6252,437,7,'Show button<br />send Link '),(6253,438,7,'Shows button send Link in the vehicle list in the frontend'),(6254,439,7,'Allow button<br />send Link '),(6255,440,7,'Allow button<br />send Link '),(6256,441,7,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(6257,442,7,'Contact Information'),(6258,443,7,'Show Contact Information'),(6259,444,7,'Show Contact Information'),(6260,445,7,'Displaying contacts on \'Main\' tab .'),(6261,446,7,'Location of photos'),(6262,447,7,'The location of the uploaded  photos on the server. The path is relative to the main Joomla directory and must start and end with a /'),(6263,448,7,'Photos location'),(6264,449,7,'from'),(6265,450,7,'until'),(6266,451,7,'Unavailable for rent'),(6267,452,7,'Available for rent'),(6268,453,7,'Your vehicle  was stored in our database. We will check your request and add your vehicle as soon as possible.<br />Thank you for using our service'),(6269,454,7,'Location'),(6270,455,7,'Main'),(6271,456,7,'---select---'),(6272,457,7,'For rent'),(6273,458,7,'For sale'),(6274,459,7,'negotiable,starting'),(6275,460,7,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(6276,461,7,'new,used'),(6277,462,7,'manual,automatic'),(6278,463,7,'active,offer,contract,closed,withdrawn'),(6279,464,7,'Fwd,Rwd,Awd,4wd,2wd'),(6280,465,7,'petrol,diesel,gas,electric,hybrid,unlisted'),(6281,466,7,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(6282,467,7,'4,5,6,8,10,12,16'),(6283,468,7,'none,2,3,4,5,6,7'),(6284,469,7,'Edit'),(6285,470,7,'Approved'),(6286,471,7,'Maker'),(6287,472,7,'Show my vehicles'),(6288,473,7,'all'),(6289,474,7,'from'),(6290,475,7,'to'),(6291,476,7,'list'),(6292,477,7,'gallery'),(6293,478,7,'User-selectable'),(6294,479,7,'Owner'),(6295,480,7,'Full XML'),(6296,481,7,'Id'),(6297,482,7,'Add Vehicle'),(6298,483,7,'Publish'),(6299,484,7,'Unpublish'),(6300,485,7,'Delete'),(6301,486,7,'Return vehicle from rent'),(6302,487,7,'Rent'),(6303,488,7,'You have not vehicles'),(6304,489,7,'Sorry, you have not access to this page'),(6305,490,7,'Show RSS'),(6306,491,7,'Show RSS or not'),(6307,492,7,'Show RSS'),(6308,493,7,'Allow RSS for'),(6309,494,7,'Allow RSS'),(6310,495,7,'Select users for whom allow RSS'),(6311,496,7,'Approve added vehicles'),(6312,497,7,'Approve added vehicles'),(6313,498,7,'Approve vehicles added'),(6314,499,7,'Allow approve'),(6315,500,7,'Allow approve'),(6316,501,7,'Choose users whom allow approve vehicles from frontend'),(6317,502,7,'Select Category View Type'),(6318,503,7,'Category View type'),(6319,504,7,'Select category view type for vehicles'),(6320,505,7,'Display Google Map'),(6321,506,7,'Google Map'),(6322,507,7,'If choose \\\"yes\\\" then show Google Map'),(6323,508,7,'Save database after uninstall component:'),(6324,509,7,'Update'),(6325,510,7,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(6326,511,7,'Show Vehicle Owner'),(6327,512,7,'Show Vehicle Owner'),(6328,513,7,'Show vehicle owner or not'),(6329,514,7,'Rent request answer'),(6330,515,7,'Rent request answer'),(6331,516,7,'Send email to user about rent request solution'),(6332,517,7,'Accepted'),(6333,518,7,'Declined'),(6334,519,7,'Answer for your rent request'),(6335,520,7,'Your rent request for vehicle'),(6336,521,7,''),(6337,522,7,'no-img_eng_big.gif'),(6338,523,7,'Edit vehicle'),(6339,524,7,'Add Vehicle'),(6340,525,7,'Edit Vehicle'),(6341,526,7,'My vehicles'),(6342,527,7,'Show button<br />Owners List '),(6343,528,7,'Show owners list'),(6344,529,7,'If choose \\\"yes\\\" then show owners list in frontend'),(6345,530,7,'Allow button<br />Owners List '),(6346,531,7,'Allow owners list'),(6347,532,7,'Choose users, whom allow show owners list'),(6348,533,7,'Owners list'),(6349,534,7,'Owners list'),(6350,535,7,'Owners'),(6351,536,7,'Vehicles'),(6352,537,7,'User vehicles'),(6353,538,7,'There have not vehicles'),(6354,539,7,'You have not logged in! If you want to edit vehicle in future, you have to login first!'),(6355,540,7,'Rent request'),(6356,541,7,'Vehicle with this Id do not find'),(6357,542,7,'You can\'t view this page because its not published'),(6358,543,7,'You can\'t view this page because it not approved by administrator'),(6359,544,7,'Check categories of vehicles'),(6360,545,7,'Are you sure?'),(6361,546,7,'Please select vehicles first!'),(6362,547,7,'Form for answer to rent request'),(6363,548,7,'Form for answer to rent request'),(6364,549,7,'Form for answer to rent request'),(6365,550,7,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(6366,551,7,'Buy request answer'),(6367,552,7,'Buy request answer'),(6368,553,7,'Send email to user about buy request solution'),(6369,554,7,'Form for answer to buy request'),(6370,555,7,'Form for answer to buy request'),(6371,556,7,'Form for answer to buy request'),(6372,557,7,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(6373,558,7,'Accepted'),(6374,559,7,'Declined'),(6375,560,7,'Publish added vehicles'),(6376,561,7,'Publish added vehicles'),(6377,562,7,'Publish vehicles added'),(6378,563,7,'Allow publish'),(6379,564,7,'Allow publish'),(6380,565,7,'Choose users whom allow publish vehicles'),(6381,566,7,'Date'),(6382,567,7,'Rent before end notify'),(6383,568,7,'Rent before end notify'),(6384,569,7,'Send email to admin before Rent end. For that you need create CRON job and connect to Cron check so URL: http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify with span - every day. Cron Jobs may look like:\"wget -q -O - http://localhost/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\"'),(6385,570,7,'Rent end days'),(6386,571,7,'Rent end days'),(6387,572,7,'How much days before rent end send notify email'),(6388,573,7,'Rent end email'),(6389,574,7,'Rent end email'),(6390,575,7,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(6391,576,7,'Edit rent'),(6392,577,7,'VehicleManager - Edit vehicle rent details'),(6393,578,7,'User groups for which Contacts  will show'),(6394,579,7,'User groups for which Contacts  will show'),(6395,580,7,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(6396,581,7,'User groups for which Location tab will be shown'),(6397,582,7,'User groups for which Location tab will be shown'),(6398,583,7,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(6399,584,7,'User groups for which Reviews tab will be shown'),(6400,585,7,'User groups for which Reviews tab will be shown'),(6401,586,7,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(6402,587,7,'Show Buy Request'),(6403,588,7,'Show Buy request in the frontend'),(6404,589,7,'Set Yes to show the button Send Buy Request on the frontend.'),(6405,590,7,'User groups which will see button Send Buy Request'),(6406,591,7,'Allow Buy request'),(6407,592,7,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(6408,593,7,'Send Add vehicle Notification'),(6409,594,7,'Send Add vehicle Notification'),(6410,595,7,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(6411,596,7,'User groups from which Add vehicle notifications will be sent'),(6412,597,7,'User groups from which Add vehicle notifications will be sent'),(6413,598,7,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(6414,599,7,'Show fields in list view'),(6415,600,7,'This section helps to configure the view only but not to restrict user rights.'),(6416,601,7,'To show the [Price] a radio selector [Show price] must be checked.'),(6417,602,7,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(6418,603,7,'Community Builder plugin / My Vehicles menu item settings'),(6419,604,7,'Show my vehicles (in CB)'),(6420,605,7,'Show edit vehicles'),(6421,606,7,'Show rent requests'),(6422,607,7,'Show buy requests'),(6423,608,7,'Show user rent history'),(6424,609,7,'Show my vehicles to'),(6425,610,7,'Show edit vehicles to'),(6426,611,7,'Show rent requests to'),(6427,612,7,'Show buy requests to'),(6428,613,7,'Show user rent history to'),(6429,614,7,'Show my vehicles'),(6430,615,7,'Show edit vehicles'),(6431,616,7,'Show rent requests'),(6432,617,7,'Show buy requests'),(6433,618,7,'Show user rent history'),(6434,619,7,'Show button \'show my vehicles\' on CB plugin'),(6435,620,7,'Show my vehicles'),(6436,621,7,'Select user group for which will be show this button'),(6437,622,7,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(6438,623,7,'Show edit vehicles'),(6439,624,7,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(6440,625,7,'Show rent requests'),(6441,626,7,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(6442,627,7,'Show buy requsts'),(6443,628,7,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(6444,629,7,'Show my rent history'),(6445,630,7,'Calendar of availability and rental rates per period'),(6446,631,7,'Week'),(6447,632,7,'Weekend'),(6448,633,7,'Midweek'),(6449,634,7,'Year'),(6450,635,7,'Month'),(6451,636,7,'Calendar'),(6452,637,7,'Add price'),(6453,638,7,'Select price which are necessary to remove'),(6454,639,7,'Available date for rent'),(6455,640,7,'Not available date for rent'),(6456,641,7,'New price rent'),(6457,642,7,'Add new price rent'),(6458,643,7,'Calendar'),(6459,644,7,'User groups for which Calendar tab will be shown'),(6460,645,7,'Show Rent Calendar Tab'),(6461,646,7,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(6462,647,7,'Show Calendar Tab'),(6463,648,7,'Show Calendar Tab'),(6464,649,7,'Set Yes to show Calendar tab'),(6465,650,7,'Show calendar'),(6466,651,7,'Show calendar'),(6467,652,7,'Show house calendar or not'),(6468,653,7,'Default price label for calendar'),(6469,654,7,'Default price labels for calendar (weekend, week, midweek)'),(6470,655,7,'Default price label for calendar'),(6471,656,7,'VehicleManager : Features Manager'),(6472,657,7,'Feature'),(6473,658,7,'Category'),(6474,659,7,'Published'),(6475,660,7,'Name Alias'),(6476,661,7,'Category Alias'),(6477,662,7,'Features'),(6478,663,7,'Image'),(6479,664,7,'Select photo if it is necessary to remove'),(6480,665,7,'Recommended image size 25 x 25 pixels'),(6481,666,7,'Categories for Manager Feature'),(6482,667,7,'Category must be entered, separated by commas'),(6483,668,7,'Categories for Manager Feature'),(6484,669,7,'Show Feature Icon'),(6485,670,7,'Show Feature Icon'),(6486,671,7,'If choose \\\"yes\\\" then show Icon for Manager Feature'),(6487,672,7,'Show title of Category Features'),(6488,673,7,'Show title of Category Features'),(6489,674,7,'If choose \\\"yes\\\" then show title categories for Manager Feature'),(6490,675,7,'Currency'),(6491,676,7,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(6492,677,7,'Currency with coefficients'),(6493,678,7,'Show price separator'),(6494,679,7,'Show price separator'),(6495,680,7,'Show price separator'),(6496,681,7,'Get geographic coordinates'),(6497,682,7,'Language'),(6498,683,7,'Show Custom Text Field 1'),(6499,684,7,'Show Custom Text Field 2'),(6500,685,7,'Show Custom Text Field 3'),(6501,686,7,'Show Custom Text Field 4'),(6502,687,7,'Show Custom Text Field 5'),(6503,688,7,'Show Custom Dropdown Field 6'),(6504,689,7,'Show Custom Dropdown Field 7'),(6505,690,7,'Show Custom Dropdown Field 8'),(6506,691,7,'Show Custom Dropdown Field 9'),(6507,692,7,'Show Custom Dropdown Field 10'),(6508,693,7,'Custom Fields Manager'),(6509,694,7,'Custom Text 1'),(6510,695,7,'Custom Text 2'),(6511,696,7,'Custom Text 3'),(6512,697,7,'Custom Text 4'),(6513,698,7,'Custom Text 5'),(6514,699,7,'Custom Dropdown Field 6'),(6515,700,7,'Custom Dropdown Field 7'),(6516,701,7,'Custom Dropdown Field 8'),(6517,702,7,'Custom Dropdown Field 9'),(6518,703,7,'Custom Dropdown Field 10'),(6519,704,7,'Extra1,Extra2,Extra3,Extra4,Extra5'),(6520,705,7,'Extra1,Extra2,Extra3,Extra4,Extra5'),(6521,706,7,'Extra1,Extra2,Extra3,Extra4,Extra5'),(6522,707,7,'Extra1,Extra2,Extra3,Extra4,Extra5'),(6523,708,7,'Extra1,Extra2,Extra3,Extra4,Extra5'),(6524,709,7,'Frontend Settings'),(6525,710,7,'Category Page Settings'),(6526,711,7,'Email and Notification Settings'),(6527,712,7,'Global Settings'),(6528,713,7,'Plugins Settings'),(6529,714,7,'Image Settings'),(6530,715,7,'Tabs Settings'),(6531,716,7,'Seller Contact Settings'),(6532,717,7,'Feature list settings'),(6533,718,7,'Extra Fields manager'),(6534,719,7,'Rent Request Options'),(6535,720,7,'Buy Request Options'),(6536,721,7,'eDocument Options'),(6537,722,7,'Price Settings'),(6538,723,7,'Show address on map'),(6539,724,7,'General Info'),(6540,725,7,'Specifications'),(6541,726,7,'Photos and Documents'),(6542,727,7,'Additional info'),(6543,728,7,'Seller Contacts'),(6544,729,7,'Required fields'),(6545,730,7,'Vehicle Details'),(6546,731,7,'Attachment Documents'),(6547,732,7,'Set size of  images in gallery - width/height in px'),(6548,733,7,'Vehicle gallery photo size'),(6549,734,7,'Set gallery photo size - width/height in px'),(6550,735,7,'VehicleManager : Language Manager'),(6551,736,7,'Lang tag'),(6552,737,7,'Constant'),(6553,738,7,'Value constant'),(6554,739,7,'Sys type'),(6555,740,7,'All Categories Layout'),(6556,741,7,'Single Category Layout'),(6557,742,7,'Vehicle Page Layout'),(6558,743,7,'All Vehicles Layout'),(6559,744,7,'Common Settings'),(6560,745,7,'Allowed Exts eDocument'),(6561,746,7,'Allowed Exts Image'),(6562,747,7,'Price Format'),(6563,748,7,'Date & Time format'),(6564,749,7,'Date format'),(6565,750,7,'Time format'),(6566,751,7,'%Y - Year; %m - month;  %d - day'),(6567,752,7,'%H - hours; %i - minutes; %s - seconds'),(6568,753,7,'Price unit show'),(6569,754,7,'After'),(6570,755,7,'Before'),(6571,756,7,'Select price ditlimer os set youre.'),(6572,757,7,'Show price unit before or affter price'),(6573,758,7,'Owner email'),(6574,759,7,'The main image is absent'),(6575,760,7,'Select photos which are necessary to remove from photo gallery'),(6576,761,7,'Add new photo'),(6577,762,7,'Order By'),(6578,763,7,'No reviews for vehicle.'),(6579,764,7,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(6580,765,7,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(6581,766,7,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />User email: {user_email}<br />User mail: {user_mailing}<br />Rent from: {rent_from}<br />Rent until: {rent_until}<br />Please log on and approve or deny this Rent Request'),(6582,767,7,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(6583,768,7,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(6584,769,7,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(6585,770,7,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<br />'),(6586,771,7,'Search Layout'),(6587,772,7,'Here You can select a layout for some view.'),(6588,773,7,'License text <br> Sys type(License Text)'),(6589,774,7,'Rent Requests'),(6590,775,7,'Sale Manager'),(6591,776,7,'Features Manager'),(6592,777,7,'Import/Export'),(6593,778,7,'Language Manager'),(6594,779,7,'Settings'),(6595,780,7,'Group'),(6596,781,7,'Count of cars'),(6597,782,7,'How many cars users can publish from a specific group.'),(6598,783,7,'Show PayPal buy'),(6599,784,7,'Allow PayPal buy'),(6600,785,7,'Show PayPal rent'),(6601,786,7,'Allow PayPal rent'),(6602,787,7,'Your PayPal email'),(6603,788,7,'Successful return url'),(6604,789,7,'After successful payment returns the buyer on your page.'),(6605,790,7,'Image url'),(6606,791,7,'Add image to PayPal page.'),(6607,792,7,'Cancel return url'),(6608,793,7,'If buyer press cancel in payment page, returns the buyer on your page.'),(6609,794,7,'Real(yes) or a test(no) PayPal account'),(6610,795,7,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(6611,796,7,'PayPal Options'),(6612,797,7,'Number of photos'),(6613,798,7,'How many photos in gallery users can publish from a specific group.'),(6614,799,7,'Total price: '),(6615,800,7,'Go now to PayPal'),(6616,801,7,'Special price per day'),(6617,802,7,'Special price per night'),(6618,803,7,'Add new special price and save'),(6619,804,7,'From'),(6620,805,7,'To'),(6621,806,7,'Price per day'),(6622,807,7,'Сalculate'),(6623,808,7,'Special price and rent time'),(6624,809,7,'Special price per day(\"yes\") or per night(\"no\")'),(6625,810,7,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(6626,811,7,'Pay'),(6627,812,7,'Language'),(6628,813,7,'Select Language'),(6629,814,7,'Clone'),(6630,815,7,'Orders'),(6631,816,7,'Message for Cancel URL text'),(6632,817,7,'Message for Successes URL text'),(6633,818,7,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(6634,819,7,'Category/All vehicle Layout Settings'),(6635,820,7,'Email Notification Options'),(6636,821,7,'Review Notification Options'),(6637,822,7,'Order ID'),(6638,823,7,'Vehicle title'),(6639,824,7,'Email'),(6640,825,7,'Date'),(6641,826,7,'Status'),(6642,827,7,'Price'),(6643,828,7,'Paid'),(6644,829,7,'Details'),(6645,830,7,'User'),(6646,831,7,'Username'),(6647,832,7,'Accept type/info: '),(6648,833,7,'Payment system: '),(6649,834,7,'Payer email: '),(6650,835,7,'Pending reason: '),(6651,836,7,'In your request encountered an error, please contact the administrator!'),(6652,837,7,'Please insert a Price for this house!'),(6653,838,7,'To add special prices, you must first save property !'),(6654,839,7,'Crop image'),(6655,840,7,'Set Yes to crop images and No to scale images'),(6656,841,7,'Insert the Message on page with notification about unsuccessfull payment'),(6657,842,7,'You do unsuccess payment!'),(6658,843,7,'Insert the Message on page with notification about successfull payment'),(6659,844,7,'You do success payment!'),(6660,845,7,'Video'),(6661,846,7,'Video source'),(6662,847,7,'Delete video'),(6663,848,7,'Add new video file'),(6664,849,7,'Video track'),(6665,862,7,'Upload track'),(6666,850,7,'Track download link'),(6667,851,7,'Delete track'),(6668,852,7,'Video and track support'),(6669,853,7,'Add new track'),(6670,854,7,'Add alternative video'),(6671,855,7,'Upload video'),(6672,856,7,'Video download link'),(6673,857,7,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(6674,858,7,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(6675,859,7,'Kind (Specifies the kind of text track)'),(6676,860,7,'Src lang (language of the track)'),(6677,861,7,'Label (Specifies the title of the text track)'),(6678,863,7,'Error uploading video!'),(6679,864,7,'Error uploading track!'),(6680,865,7,'Location of video'),(6681,866,7,'Location of track'),(6682,867,7,'Allowed Exts Video'),(6683,868,7,'Allowed Exts Track'),(6684,869,7,'Please insert an track kind'),(6685,870,7,'Please insert an track language'),(6686,871,7,'Please insert an track title'),(6687,872,7,'Video/Track Options'),(6688,873,7,'Options for user groups'),(6689,874,7,'Update options'),(6690,875,7,'Buttons Settings'),(6691,876,7,'Vehicle Maps Image, px:'),(6692,877,7,'Set maps image width/height in pixels'),(6693,878,7,'Vehicle Page Settings'),(6694,879,7,'Common Settings'),(6695,880,7,'All Categories Layout Settings'),(6696,881,7,'Approve Published Review:'),(6697,882,7,'Approve Published For:'),(6698,883,7,'Buttons Settings'),(6699,884,7,'Post max size in your PHP settings less than your video file.!'),(6700,885,7,'Upload max file size in your PHP settings less than your video file.!'),(6701,886,7,'File uploads is off in your PHP settings.!'),(6702,887,7,'Rent history'),(6703,888,7,'VehicleManager : Rent Hisory'),(6704,889,7,'Users Rent History'),(6705,890,7,'VehicleManager : Users Rent Hisory'),(6706,891,7,'OwnerID'),(6707,892,7,'Contact agent'),(6708,893,7,'Contact info'),(6709,894,7,'View listing'),(6710,895,7,'Your review has been added'),(6711,896,7,'Edit vehicles'),(6712,897,7,'Vehicle Location'),(6713,898,7,'Exterior & Interior'),(6714,899,7,'Attachments'),(6715,900,7,'VehicleManager : Orders'),(6716,901,7,'You have max photos. Limit for this users group'),(6717,902,7,'Address'),(6718,903,7,'Range(km)'),(6719,904,7,'Select Category'),(6720,905,7,'Search'),(6721,906,7,'Other'),(6722,907,7,'No reviews for vehicle'),(6723,908,7,'Captcha Settings'),(6724,909,7,'Show captcha<br />for review form'),(6725,910,7,'Show captcha for review form in the reviews tab on the frontend'),(6726,911,7,'Allow captcha<br />for review form'),(6727,912,7,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(6728,913,7,'Show captcha for<br />contact agent form'),(6729,914,7,'Show captcha for contact agent form in the reviews tab on the frontend'),(6730,915,7,'Allow captcha for<br />contact agent form'),(6731,916,7,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(6732,917,7,'Show captcha<br />for booking form'),(6733,918,7,'Show captcha for booking form in the reviews tab on the frontend'),(6734,919,7,'Allow captcha<br />for booking form'),(6735,920,7,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(6736,921,7,'Show button Add to Wish List'),(6737,922,7,'Show button Add to Wish List or not'),(6738,923,7,'Allow Wish List for'),(6739,924,7,'Select users for whom allow Wish List'),(6740,925,7,'Add to wishlist'),(6741,926,7,'Remove from wishlist'),(6742,927,7,'Google Map Options'),(6743,928,7,'Api Key'),(6744,929,7,'Field to enter google map api key'),(6745,930,7,'Google Maps API error: missing key map error!'),(6746,931,7,'To get Google Maps API key follow below link'),(6747,932,7,'Settings Layout Search Results '),(6748,933,7,'Show map<br />for layout search results'),(6749,934,7,'Show map for layout search results on the frontend'),(6750,935,7,'Allow map<br />for layout search results'),(6751,936,7,'Allow map for layout search results in the frontend.'),(6752,937,7,'Show order by form<br />for all layouts'),(6753,938,7,'Show order by form for all layouts on the frontend'),(6754,939,7,'Allow order by form<br />for all layouts'),(6755,940,7,'Allow order by form for all layouts in the frontend.'),(6756,941,7,'Show Contact Agent/Book Now Tab'),(6757,942,7,'Set Yes to show Contact Agent/Book Now tab'),(6758,943,7,'User groups for which Contact Agent/Book Now tab will be shown'),(6759,944,7,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(6760,945,7,'Access to edit vehicles from other users'),(6761,946,7,'Permit edit vehicles for other users'),(6762,947,7,'Users group who will have access to edit users vehicles'),(6763,948,7,'Permit edit vehicles<br>for other users'),(6764,949,7,'Select all users'),(6765,950,7,'Select the plugin in Vehicle Manager settings!'),(6766,951,7,'Show google captcha'),(6767,952,7,'Show google captcha'),(6768,953,7,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(6769,954,7,'Mandatory fields'),(6770,955,7,'Year of issue'),(6771,956,7,'Set \"YES\" make the field year of issue mandatory'),(6772,957,7,'Mileage'),(6773,958,7,'Set \"YES\" make the field mileage mandatory'),(6774,959,7,'Price'),(6775,960,7,'Set \"YES\" make the field price mandatory'),(6776,961,7,'Show search button<br>on frontend'),(6777,962,7,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(6778,963,7,'Show search button<br>for users'),(6779,964,7,'Select the user for which the search button on frontend will be displayed.'),(6780,965,7,'anonymous'),(6781,966,7,'New rent request added!'),(6782,967,7,'New buying request added!'),(6783,968,7,'New vehicle review added'),(6784,969,7,'SUBJECT'),(6785,970,7,'Rent expire Notice!'),(6786,971,7,'Send reply to for rent<br>request notification'),(6787,972,7,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(6788,973,7,'Add email user to review notification'),(6789,974,7,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(6790,975,7,'Add email user to vehicle notification'),(6791,976,7,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(6792,977,7,'Send reply to for buy<br>request notification'),(6793,978,7,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(6794,979,7,'Settings rent options on search page'),(6795,982,7,'Search Settings'),(6796,980,7,'Show available for rent'),(6797,981,7,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6798,983,7,'Show year of issue'),(6799,984,7,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6800,985,7,'Show price of vehicle'),(6801,986,7,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6802,987,7,'Show condition status'),(6803,988,7,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6804,989,7,'Show listing status'),(6805,990,7,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6806,991,7,'Show transmission type'),(6807,992,7,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6808,993,7,'Show maker'),(6809,994,7,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6810,995,7,'Show drive type'),(6811,996,7,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6812,997,7,'Show vehicle model'),(6813,998,7,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6814,999,7,'Show number cylinders'),(6815,1000,7,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6816,1001,7,'Show vehicle type'),(6817,1002,7,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6818,1003,7,'Show number speeds'),(6819,1004,7,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6820,1005,7,'Show listing type'),(6821,1006,7,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6822,1007,7,'Show vehicle fuel type'),(6823,1008,7,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6824,1009,7,'Show vehicle price type'),(6825,1010,7,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6826,1011,7,'Show vehicle number doors'),(6827,1012,7,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6828,1013,7,'Show vehicle category'),(6829,1014,7,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6830,1015,7,'Show vehicle ID'),(6831,1016,7,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6832,1017,7,'Show vehicle description'),(6833,1018,7,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6834,1019,7,'Show title'),(6835,1020,7,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6836,1021,7,'Show address'),(6837,1022,7,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6838,1023,7,'Show country'),(6839,1024,7,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6840,1025,7,'Show region'),(6841,1026,7,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6842,1027,7,'Show city'),(6843,1028,7,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6844,1029,7,'Show district'),(6845,1030,7,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6846,1031,7,'Show zipcode'),(6847,1032,7,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6848,1033,7,'Show owner'),(6849,1034,7,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6850,1035,7,'Show mileage'),(6851,1036,7,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6852,1037,7,'Show contact information'),(6853,1038,7,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6854,1039,7,'Show engine type'),(6855,1040,7,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6856,1041,7,'Show city MPG/KPL'),(6857,1042,7,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6858,1043,7,'Show highway MPG/KPL'),(6859,1044,7,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6860,1045,7,'Show wheelbase'),(6861,1046,7,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6862,1047,7,'Show wheeltype'),(6863,1048,7,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6864,1049,7,'Show rear axel type'),(6865,1050,7,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6866,1051,7,'Show brakes type'),(6867,1052,7,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6868,1053,7,'Show exterior colors'),(6869,1054,7,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6870,1055,7,'Show exterior extras'),(6871,1056,7,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6872,1057,7,'Show interior colors'),(6873,1058,7,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6874,1059,7,'Show dashboard options'),(6875,1060,7,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6876,1061,7,'Show interior extras'),(6877,1062,7,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6878,1063,7,'Show safety options'),(6879,1064,7,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6880,1065,7,'Show warranty options'),(6881,1066,7,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6882,1067,7,'Show exactly to all'),(6883,1068,7,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6884,1069,7,'Show search keywords'),(6885,1070,7,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(6886,1071,7,'Options for search button'),(6887,1072,7,'Options for fields in Advance Search Layout'),(6888,1073,7,'Options for search form'),(6889,1074,7,'Show search form on nothing found page'),(6890,1075,7,'Show search form on nothing found page. Set \"YES\" show search form.'),(6891,1076,7,'Show search form on result search page'),(6892,1077,7,'Show search form on result search page. Set \"YES\" show search form.'),(6893,1078,7,'Redirect settings'),(6894,1079,7,'Redirect after rent request'),(6895,1080,7,'Redirect after rent request. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input link\" - input link for other redirect page'),(6896,1081,7,'Redirect after buy request'),(6897,1082,7,'Redirect after buy request. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input link\" - input link for other redirect page'),(6898,1083,7,'Show country, region and<br>city option as text field'),(6899,1084,7,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(6900,1085,7,'How fields Country, Region and City use'),(6901,1086,7,'Settings for Search Layout'),(6902,1087,7,'Select Search Layout by default'),(6903,1088,7,'Select search layout by default on the frontend!'),(6904,1089,7,'Order field settings'),(6905,1090,7,'Select order by default'),(6906,1091,7,'Select an option to sort by default the search result.'),(6907,1092,7,'Vehicle slider option'),(6908,1093,7,'Show vehicle as slider'),(6909,1094,7,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(6910,1095,7,'Input initial-final year'),(6911,1096,7,'Input initial and final year of calendar. Final year value should be more then initial value.'),(6912,1097,7,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(6913,1098,7,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(6914,1099,7,'Show fraction in price'),(6915,1100,7,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(6916,1101,7,'Count Vehicles in row'),(6917,1102,7,'More than 1199px'),(6918,1103,7,'More than 1199px'),(6919,1104,7,'Less than 1200px andmore than 991px'),(6920,1105,7,'Less than 1200px andmore than 991px'),(6921,1106,7,'Less than 992px andmore than 767px'),(6922,1107,7,'Less than 992px andmore than 767px'),(6923,1108,7,'Less than 768px andmore than 489px'),(6924,1109,7,'Less than 768px andmore than 489px'),(6925,1110,7,'User order'),(6926,1111,7,'Watermark settings'),(6927,1112,7,'Enable watermark'),(6928,1113,7,'Watermark text'),(6929,1114,7,'Watermark size, %'),(6930,1115,7,'Font color'),(6931,1116,7,'Font angle'),(6932,1117,7,'Watermark position'),(6933,1118,7,'Watermark opacity'),(6934,1119,7,'Set Yes to show watermark'),(6935,1120,7,'Watermark text'),(6936,1121,7,'Watermark size, %'),(6937,1122,7,'Font color for watermark'),(6938,1123,7,'Font angle for watermark'),(6939,1124,7,'Watermark position for watermark'),(6940,1125,7,'Watermark opacity for watermark'),(6941,1127,7,'Watermark Type'),(6942,1128,7,'Select file for watermark'),(6943,1129,7,'Text or Image'),(6944,1130,7,'Select image for Watermark'),(6945,1126,7,'Categories order by default'),(6946,1131,7,'All vehicles'),(6947,1132,7,'Title'),(6948,1133,7,'Maker'),(6949,1134,7,'Model'),(6950,1135,7,'Description'),(6951,1136,7,'Vehicle ID'),(6952,1137,7,'Location'),(6953,1138,7,'Country'),(6954,1139,7,'City'),(6955,1140,7,'Region'),(6956,1141,7,'Zipcode'),(6957,1142,7,'Search by'),(6958,1143,7,'Please select only one value'),(6959,1144,7,'Min size image for watermark'),(6960,1145,7,'Minimum image size to include watermark'),(6961,1146,7,'Rent From and Rent Until fields  are required!'),(6962,1147,7,'Allow price as string'),(6963,1148,7,'Set \"yes\", if you want display price as string. '),(6964,1149,7,'You typed bad characters from picture!'),(6965,1150,7,'Slider settings'),(6966,1151,7,'The height of the slider is measured as a percentage of the slider width'),(6967,1152,7,'Slider height, %'),(6968,1153,7,'Slide show type \"Filling in\" or \"Proportionally\"'),(6969,1154,7,'Slide show type'),(6970,1155,7,'You can use:<br />{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(6971,1156,7,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(6972,1157,7,'You can use:<br />{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(6973,1158,7,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(6974,1159,7,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(6975,1160,7,'Payment system Options'),(6976,1161,7,'Show button \"Buy\" for sale vehicles'),(6977,1162,7,'Allow button \"Buy\" for sale vehicles'),(6978,1163,7,'Show button \"Buy\" for rent vehicles'),(6979,1164,7,'Allow button \"Buy\" for rent vehicles'),(6980,2,8,'مدیریت وسیله نقلیه'),(6981,3,8,'کاتالوگ وسیله نقلیه ما با ماشین هایی برای اجاره یا فروش'),(6982,4,8,'جستجوی وسایل نقلیه'),(6983,5,8,'جستجوی وسایل نقلیه'),(6984,6,8,'no-img_eng.gif'),(6985,7,8,'شما برای انجام این عملکرد مجاز نمی باشید'),(6986,8,8,'OK'),(6987,9,8,'وضعیت'),(6988,10,8,'مدیریت وسیله نقلیه :: ورودی/خروجی'),(6989,11,8,' شما باید در ابتدا یک دسته بندی برای این قسمت اضافه کنید '),(6990,12,8,'لطفا انتخاب کنید'),(6991,13,8,'CSV فایل'),(6992,14,8,'XML فایل'),(6993,15,8,'شما باید یک نوع برای ورودی انتخاب کنید'),(6994,16,8,'شما باید یک دسته بندی برای ورودی انتخاب کنید'),(6995,17,8,'شما باید یک فایل برای ورودی انتخاب کنید'),(6996,18,8,'شما باید یک نوع برای خروجی انتخاب کنید'),(6997,19,8,'نوع ورودی'),(6998,20,8,'انتخاب فرمت فایل'),(6999,21,8,'انتخاب فرمت فایل'),(7000,22,8,'دسته بندی'),(7001,23,8,'دسته بندی'),(7002,24,8,'انتخاب دسته بندی'),(7003,25,8,'فایل برای ورودی'),(7004,26,8,'فایل برای ورودی'),(7005,27,8,'انتخاب فایل برای ورودی'),(7006,28,8,'در این لحظه فرمت CSV بعدی حمایت شده:<br />آی دی وسیله نقلیه | توصیف | لینک | نوع لیست کردن |  موقعیت | قیمت | عنوان | ...'),(7007,29,8,'نوع خروجی'),(7008,30,8,'انتخاب فرمت فایل'),(7009,31,8,'انتخاب فرمت فایل'),(7010,32,8,'دسته بندی'),(7011,33,8,'دسته بندی'),(7012,34,8,'انتخاب دسته بندی'),(7013,35,8,'نتیجه خروجی'),(7014,36,8,'شما میتوانید خروجی خواسته شده را تحت آدرس دنبال شده بارگذاری کنید (کلیک راست برای ذخیره کردن):'),(7015,37,8,'لطفا دقت کنید که فایل ها در حال ذخیره شدن روی سرور می باشند و شما آنها را پاکسازی میکنید'),(7016,38,8,'مدیریت وسیله نقلیه :: دسته بندی ها'),(7017,39,8,'دسته بندی'),(7018,40,8,'وسایل نقلیه'),(7019,41,8,'فعال سازی شده'),(7020,42,8,'ترتیب دوباره'),(7021,43,8,'دسترسی'),(7022,44,8,'تکمیل شده توسط'),(7023,45,8,'اضافه کردن'),(7024,46,8,'ویرایش'),(7025,47,8,'نام دسته بندی نباید خالی باشد'),(7026,48,8,'دسته بندی ها'),(7027,49,8,'- انتخاب عکس -'),(7028,50,8,'بالا'),(7029,51,8,'نام ساختگی دسته بندی'),(7030,52,8,'عنوان دسته بندی'),(7031,53,8,'مرتب سازی'),(7032,54,8,'عکس'),(7033,55,8,'موقعیت عکس'),(7034,56,8,'آیتم اصلی'),(7035,57,8,'بازنگری امکان پذیر نمی باشد'),(7036,58,8,'جزئیات'),(7037,59,8,'حذف شده'),(7038,60,8,'مدیریت وسیله نقلیه - اجاره یک وسیله نقلیه ما'),(7039,61,8,'مدیریت وسیله نقلیه - بازگشت وسیله نقلیه از اجاره'),(7040,62,8,'ورودی'),(7041,63,8,'خروجی'),(7042,64,8,'- همه دسته بندی ها'),(7043,65,8,'انتخاب دسته بندی ها'),(7044,66,8,'انتخاب یک وسیله نقلیه برای اجاره'),(7045,67,8,'- همه وسایل نقلیه'),(7046,68,8,'اجاره'),(7047,69,8,'عدم اجاره'),(7048,70,8,'انتخاب فعال سازی'),(7049,71,8,'- همه وسایل نقلیه'),(7050,72,8,'عدم فعال سازی'),(7051,73,8,'فعال سازی شده'),(7052,74,8,'- All Users'),(7053,75,8,'جستجوی وسایل نقلیه'),(7054,76,8,'نتیجه جستجو'),(7055,77,8,'جستجو کلمات کلیدی'),(7056,78,8,'جستجو'),(7057,79,8,'هیچ چیز یافت نشد'),(7058,80,8,'VehicleManager :: وسایل نقلیه'),(7059,81,8,'جستجو:'),(7060,82,8,'شما در ابتدا باید یک دسته بندی برای این قسمت ایجاد کنید '),(7061,83,8,'کاملا'),(7062,84,8,'توصعه یافته<br />جستجو'),(7063,85,8,'from'),(7064,86,8,'to'),(7065,87,8,'Year'),(7066,88,8,'قیمت'),(7067,89,8,'نوع لیست کردن'),(7068,90,8,'وضعیت لیست کردن'),(7069,91,8,'نوع قیمت'),(7070,92,8,'مادل'),(7071,93,8,'عنوان'),(7072,94,8,'آی دی وسیله نقلیه'),(7073,95,8,'نتیجه'),(7074,96,8,'توصیف'),(7075,97,8,'دسته بندی'),(7076,98,8,'# وسیله نقلیه'),(7077,99,8,'مشاهده'),(7078,100,8,'آدرس'),(7079,101,8,'Country'),(7080,102,8,'Region'),(7081,103,8,'City'),(7082,104,8,'District'),(7083,105,8,'Zipcode'),(7084,106,8,'عرض جغرافیایی'),(7085,107,8,'طول جغرافیایی'),(7086,108,8,'No location available'),(7087,109,8,'نوع وسیله نقلیه'),(7088,110,8,'شرط'),(7089,111,8,'مسافت بر حسب مایل'),(7090,112,8,'انتقال'),(7091,113,8,'نوع موتور'),(7092,114,8,'سال تولید'),(7093,115,8,'نوع رانندگی'),(7094,116,8,'نوع سوخت'),(7095,117,8,'میزان سرعت'),(7096,118,8,'تعداد سیلندر'),(7097,119,8,'تعداد درها'),(7098,120,8,'تعداد صندلی'),(7099,121,8,'شهر MPG/KPL'),(7100,122,8,'اتوبان MPG/KPL'),(7101,123,8,'فاصله دو محور'),(7102,124,8,'نوع چرخ'),(7103,125,8,'نوع اکسل عقب'),(7104,126,8,'نوع ترمز'),(7105,127,8,'رنگ های خارجی'),(7106,128,8,'روکارهای اضافی'),(7107,129,8,'رنگ های داخلی'),(7108,130,8,'خدمات داشبورد'),(7109,131,8,'درون کاری های اضافی'),(7110,132,8,'خدمات امنیتی'),(7111,133,8,'خدمات وارانتی'),(7112,134,8,'اولیه'),(7113,135,8,'مکانیک'),(7114,136,8,'رنگ زدگی'),(7115,137,8,'کمک جاده ای'),(7116,138,8,'شماره تلفن شما'),(7117,139,8,'رتبه بندی'),(7118,140,8,'آدرس عکس'),(7119,141,8,'عکس'),(7120,142,8,' خرید از لینک'),(7121,143,8,'اجاره به'),(7122,144,8,'اجاره از'),(7123,145,8,'اجاره تا'),(7124,146,8,'Rent return'),(7125,147,8,'اجاره داده شده از - تا'),(7126,148,8,'ناشناس'),(7127,149,8,'کاربر'),(7128,150,8,'ایمیل'),(7129,151,8,'آدرس نامه رسانی پستی'),(7130,152,8,'شماره تلفن'),(7131,153,8,'اجاره تا: '),(7132,154,8,'مرورها'),(7133,155,8,'ترتیب دوباره'),(7134,156,8,'خارج از اجاره'),(7135,157,8,'فعال سازی شده'),(7136,158,8,'تکمیل شده'),(7137,159,8,'تاریخ بازنگری'),(7138,160,8,'زیر شاخه ها'),(7139,161,8,'بارگذاری عکس اصلی'),(7140,162,8,'برای بارگذاری عکس های جدید برای گالری عکس وسیله نقلیه کلیک کنید'),(7141,163,8,'اگر یک عکس بارگذاری می کنید, آدرس عکس کنونی حذف می شود و عکس بارگذاری شده تنظیم میشود'),(7142,164,8,'خطای بارگذاری عکس! لطفا دقت کنید که فقط فرمت های عکس(jpg, png, gif) مورد پذیرش می باشد'),(7143,165,8,'اطلاعات اجاره'),(7144,166,8,' فایل اینترنتی حقیقی'),(7145,167,8,'بارگذاری فایل اینترنتی '),(7146,168,8,'دانلود فایل اینترنتی '),(7147,169,8,'حذف فایل اینترنتی'),(7148,170,8,'فایل اینترنتی'),(7149,171,8,'خطای بارگذاری کردن فایل اینترنتی '),(7150,172,8,'وضعیت'),(7151,173,8,'خواسته شده'),(7152,174,8,'اضافه کردن بازنگری'),(7153,175,8,'بازنگری ها'),(7154,176,8,' ذخیره کردن '),(7155,177,8,' درخواست اجاره '),(7156,178,8,' اراده درخواست اجاره'),(7157,179,8,'بازنگری'),(7158,180,8,'عنوان'),(7159,181,8,'رتبه بندی'),(7160,182,8,'نظر'),(7161,183,8,'ناشناس'),(7162,184,8,'Number click'),(7163,185,8,'Shows'),(7164,186,8,'عنوان وسیله نقلیه'),(7165,187,8,' روی نقشه برای انتخاب موقعیت وسیله نقلیه کلیک کنید :'),(7166,188,8,'لطفا یک عنوان برای بازنگری خود وارد کنید '),(7167,189,8,'لطفا یک متن برای بازنگری خود وارد کنید'),(7168,190,8,'لطفا یک رتبه بندی برای بازنگری خود وارد کنید'),(7169,191,8,'لطفا یک نام برای درخواست اجاره خود وارد کنید'),(7170,192,8,'لطفا یک آدرس ایمیل معتبر برای درخواست اجاره خود وارد کنید'),(7171,193,8,'لطفا یک آدرس پستی معتبر برای درخواست اجاره خود وارد کنید'),(7172,194,8,'لطفا یک تاریخ بازگشت برای درخواست اجاره خود وارد کنید'),(7173,195,8,'لطفا دست کم یک تصویر وسیله نقلیه وارد کنید '),(7174,196,8,'مشخص نشده'),(7175,197,8,'Arabic'),(7176,198,8,'Brazilian Portuguese'),(7177,199,8,'Danish'),(7178,200,8,'Dutch'),(7179,201,8,'English'),(7180,203,8,'Bosnian'),(7181,202,8,'Farsi'),(7182,204,8,'French'),(7183,205,8,'German'),(7184,206,8,'Hungarian'),(7185,207,8,'Italian'),(7186,208,8,'Lithuanian'),(7187,209,8,'Norwegian'),(7188,210,8,'Polski'),(7189,211,8,'Portuguese'),(7190,212,8,'Romanian'),(7191,213,8,'Russian'),(7192,216,8,'Slovenian'),(7193,214,8,'Spanish'),(7194,215,8,'Turkish'),(7195,217,8,'خیر'),(7196,218,8,'بله'),(7197,219,8,'عنوان وسیله نقلیه هم اکنون توسط مدیر دیگر درحال ویرایش می باشد '),(7198,220,8,'خطای حذف کردن وسیله نقلیه'),(7199,221,8,'اضافه کردن ایمیل گزارش وسیله نقلیه'),(7200,222,8,'تنظیمات بخش کاربری'),(7201,223,8,'تنظیمات بخش مدیریتی'),(7202,224,8,' افزایش اتوماتیکی آی دی وسیله نقلیه'),(7203,225,8,'افزایش اتوماتیکی آی دی وسیله نقلیه'),(7204,226,8,'بله اگر شما میخواهید افزایش اتوماتیکی آی دی وسیله نقلیه استفاده کنید. خیر اگر شما میخواهید از وارد کردن دستی آی دی وسیله نقلیه استفاده کنید'),(7205,227,8,'پشتیبانی فایل اینترنتی'),(7206,228,8,'پشتیبانی فایل اینترنتی '),(7207,229,8,'بله اگر شما میخواهید پشتیبانی فایل اینترنتی را برای مدیریت فعال سازی کنید'),(7208,230,8,'موقعیت فایل های اینترنتی'),(7209,231,8,'موقعیت فایل های اینترنتی'),(7210,232,8,'موقعیت فایل های اینترنتی بارگذاری شده روی سرور . مسیر وابسته به دایرکتوری جولای اصلی می باشد و باید شروع و پایان با یک  / باشد'),(7211,233,8,'نمایش لینک بارگذاری فایل های اینترنتی'),(7212,234,8,'نمایش بارگذاری فایل های اینترنتی در بخش کاربری'),(7213,235,8,'بله اگر شما میخواهید یک لینک بارگذاری فایل اینترنتی را در بخش کاربری نمایش دهید'),(7214,236,8,'مشاهده بازنگری ها'),(7215,237,8,'مشاهده بازنگری ها در بخش کاربری'),(7216,238,8,'بله اگر شما میخواهید تابع بازنگری وسیله نقلیه را برای کاربران روی وب سایت خود فعال سازی کنید'),(7217,239,8,'اجازه بازنگری'),(7218,240,8,'اجازه بازنگری'),(7219,241,8,'اجازه بازنگری در بخش کاربری. این تابع فقط اگر --نمایش بازنگری ها-- نیز بله تنظیم باشد فعال سازی می شود'),(7220,242,8,'نمایش وضعیت اجاره'),(7221,243,8,'نمایش وضعیت اجاره در بخش کاربری '),(7222,244,8,'بله اگر شما میخواهید وضعیت اجاره کنونی وسایل نقلیه در بخش کاربری نمایش داده شود '),(7223,245,8,'اجازه درخواست های اجاره'),(7224,246,8,'اجازه درخواست های اجاره'),(7225,247,8,'اجازه درخواست های اجاره در بخش کاربری. این تابع فقط اگر--نمایش وضعیت اجاره-- نیز بله تنظیم شود فعال سازی می شود '),(7226,248,8,'نمایش قیمت'),(7227,249,8,'نمایش قیمت'),(7228,250,8,'نمایش قیمت وسیله نقلیه در بخش کاربری '),(7229,251,8,'وسایل نقلیه هر صفحه'),(7230,252,8,'تنظیم تعداد وسایل نقلیه نمایش داده شده هر صفحه'),(7231,253,8,'شماره گذاری'),(7232,254,8,'سایز عکس تصاویر کوچک'),(7233,255,8,'سایز عکس تصاویر کوچک'),(7234,256,8,'تنظیم سایز عکس تصاویر کوچک - طول/عرض در پیکسل'),(7235,257,8,' سایز عکس های اصلی وسیله نقلیه'),(7236,258,8,'سایز عکس های اصلی را تنظیم کنید - طول/عرض در پیکسل'),(7237,259,8,'سایز عکس های اصلی وسیله نقلیه'),(7238,260,8,'سایز عکس گالری وسایل نقلیه'),(7239,261,8,'سایز عکس گالری وسایل نقلیه'),(7240,262,8,'تنظیم سایز عکس گالری - طول/عرض در پیکسل'),(7241,263,8,'Vehicle upload photo size'),(7242,264,8,'Vehicle upload photo size'),(7243,265,8,'Set upload photo size - width/height in px'),(7244,266,8,'آیتم صفحات'),(7245,267,8,'آیتم صفحات'),(7246,268,8,'تعداد ورودی وسایل نقلیه نمایش داده شده روی هر صفحه '),(7247,269,8,'اضافه کردن ایمیل وسیله نقلیه'),(7248,270,8,'یک آدرس ایمیل برای اطلاع دادن درباره وسیله نقلیه جدید که اضافه شده روی '),(7249,271,8,'بازنگری ایمیل'),(7250,272,8,'بازنگری ایمیل'),(7251,273,8,'کجا پیام های گزارش برای بازنگری جدید اضافه شده ارسال می شود. شما میتوانید چندین آدرس ایمیل جدا شده توسط کاما وارد کنید '),(7252,274,8,'ایمیل درخواست اجاره'),(7253,275,8,'ایمیل درخواست اجاره'),(7254,276,8,'کجا پیام های گزارش برای درخواست اجاره جدید اضافه شده ارسال می شود. شما میتوانید چندین آدرس ایمیل جدا شده توسط کاما وارد کنید'),(7255,277,8,'مدیریت وسیله نقلیه :: درخواست های اجاره'),(7256,278,8,'مدیریت وسیله نقلیه :: درباره'),(7257,279,8,'درباره'),(7258,280,8,'انتشار متن'),(7259,281,8,'تغییر لاگ'),(7260,282,8,'به مدیریت وسیله نقلیه خوش آمدید'),(7261,283,8,'با تشکر از استفاده کامپوننت ما<br /><br />\\r\\nVehicleManager allows you to manage large vehicle catalogues. It comes with category and subcategory support and you can add a VehicleID for your internal reference. Rent management is built-in, with a rent request possibility for users of your website. VehicleManager also offers the possibility of vehicle reviews by users, with review management in the backend. Edocument support is built-in. Vehicle information and vehicle photos can be entered manually. <br/ ><br />\\r\\nNOTES: <br/ >\\r\\n- for the download of photos to your server to work, you need to compile PHP5 with CURL support<br />\\r\\n- for CSV export to work, you need to compile PHP5 with XSL support<br/ >\\r\\n- for CAPTCHA to work, you need to compile PHP5 with GD support<br />\\r\\n<br />\\r\\nOn the website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> you can find VehicleManager Manuals, additional Language files, Support Forums and also download additional modules and plugins.<br />\\r\\n<br />\\r\\nWe are available for Custom Development if you want a new feature added to VehicleManager. Please mail your exact requirements to <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> and we will get back to you with a quote. When you order a paid Customisation, you will receive the next PRO version with your custom feature added.'),(7262,284,8,'فیلدهای زیر فقط نیاز به پر شدن بطور دستی وقتی شما تنظیم کردید دارد '),(7263,285,8,'. درغیر اینصورت آنها رد می شوند'),(7264,286,8,'درخواست اجاره'),(7265,287,8,'لیست وسایل نقلیه انتخاب شده برای اجاره دادن را نمایش می دهد<br />اگر خالی می باشد, لطفا انتخاب خود را دوباره بررسی کنید '),(7266,288,8,'نام کامل خود'),(7267,289,8,'ایمیل'),(7268,290,8,'آدرس ارسال پستی خود'),(7269,291,8,'تاریخ بازگشت وسیله نقلیه'),(7270,292,8,'اجاره از'),(7271,293,8,'درخواست اجاره شما در پایگاه داده ما ذخیره شد. ما درخواست شما را بررسی می کنیم و به شما در اسرع وقت اطلاع می دهیم<br />با تشکر از استفاده خدمات ما'),(7272,294,8,'درخواست خرید شما در پایگاه داده ما ذخیره شد. ما درخواست شما را بررسی می کنیم و به شما در اسرع وقت اطلاع می دهیم<br />با تشکر از استفاده خدمات ما'),(7273,295,8,'مدیریت وسیله نقلیه: درخواست اجاره پذیرفته شد'),(7274,296,8,'وسیله نقلیه'),(7275,297,8,'آیتم درخواستی شما آماده برای خارج شدن از حالت اجاره می باشد'),(7276,298,8,'ذخیره کردن'),(7277,299,8,'اجاره وسیله نقلیه'),(7278,300,8,'بازگشت وسیله نقلیه از اجاره'),(7279,301,8,'پذیرش درخواست'),(7280,302,8,'عدم پذیرش درخواست'),(7281,303,8,'وسایل نقلیه ورودی'),(7282,304,8,'وسایل نقلیه خروجی'),(7283,305,8,'حذف بازنگری'),(7284,306,8,'ویرایش بازنگری'),(7285,307,8,'اطلاعات عمومی:'),(7286,308,8,'ورژن:'),(7287,309,8,'تاریخ عرضه کردن:'),(7288,310,8,'لینک پروژه:'),(7289,311,8,'گروه پروژه:'),(7290,312,8,'گواهینامه:'),(7291,313,8,'این برنامه به امید آنکه مفید باشد توضیع شده است, ولی بدون هیچ وارانتی. مشاهده LICENSE.TXT شامل شده برای جزئیات بیشتر'),(7292,314,8,'توسعه یافته توسط:'),(7293,315,8,'صفحه اصلی'),(7294,316,8,' آدرس لینک بارگذاری فایل اینترنتی'),(7295,317,8,'اجازه بارگذاری فایل های اینترنتی '),(7296,318,8,'اجازه بارگذاری فایل های اینترنتی در بخش کاربری. این تابع فقط اگر --نمایش لینک بارگذاری فایل اینترنتی-- نیز بله تنظیم باشد فعال سازی می باشد'),(7297,319,8,'اجازه بارگذاری فایل های اینترنتی'),(7298,320,8,'اجازه قیمت:'),(7299,321,8,'اجازه قیمت در بخش کاربری. این تابع فقط اگر--نمایش قیمت-- نیز بله تنظیم باشد فعال سازی می باشد'),(7300,322,8,'اجازه قیمت'),(7301,323,8,'مدیریت وسیله نقلیه:: بازنگری ها'),(7302,324,8,'عنوان وسیله نقلیه'),(7303,325,8,'بازنگری عنوان'),(7304,326,8,'نوع کرکترهایی که شما در عکس بالا درون جعبه زیر مشاهده میکنید'),(7305,327,8,'چاپ'),(7306,328,8,'لطفا ستون ها را برای چاپ کردن انتخاب کنید و سپس بعدی را کلیک کنید'),(7307,329,8,'سایز فونت'),(7308,330,8,'فرمت'),(7309,331,8,'نمایش گواهینامه بارگذاری فایل اینترنتی '),(7310,332,8,'پذیرش/عدم پذیرش نمایش گواهینامه بارگذاری فایل اینترنتی قبل از اجازه دادن بارگذاری فایل اینترنتی از بخش کاربری'),(7311,333,8,'نمایش گواهینامه بارگذاری فایل اینترنتی'),(7312,334,8,'موافقت گواهینامه'),(7313,335,8,'پذیرفتن؟'),(7314,336,8,' اضافه کردن بازنگری '),(7315,337,8,' بازنگری پنهان '),(7316,338,8,'نمایش دکمه هم اکنون بخرید '),(7317,339,8,'نمایش دکمه هم اکنون بخرید '),(7318,340,8,'نمایش دکمه هم اکنون بخرید کنار وسیله نقلیه در بخش کاربری'),(7319,341,8,'نمایش دکمه هم اکنون بخرید:'),(7320,342,8,'نمایش دکمه هم اکنون بخرید در بخش کاربری برای دسته بندی های انتخاب شده. این تابع فقط اگر --نمایش دکمه هم اکنون بخرید-- نیز بله تنظیم باشد فعال سازی می شود! شما میتوانید چندین دسته بندی انتخاب کنید'),(7321,343,8,'اجازه دکمه هم اکنون بخرید '),(7322,344,8,'خروجی داده کامل'),(7323,345,8,'ورودی داده کامل'),(7324,346,8,'این عملکرد همه داده مدیریت وسیله نقلیه موجود را قبل از وارد کردن حذف می کند. آیا میخواهید ادامه بدهید؟'),(7325,347,8,'\\r\\n<strong>CSV&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>در این زمان فرمت CSV بعدی پشتیبانی میشود:&nbsp;&nbsp;آی دی وسیله نقلیه&nbsp;|&nbsp;توصیف&nbsp;|&nbsp;لینک&nbsp;|&nbsp;مادل&nbsp;|&nbsp;نوع وسیله نقلیه&nbsp;|&nbsp;نوع لیست کردن&nbsp;|&nbsp;قیمت&nbsp;|&nbsp;نوع قیمت&nbsp;|&nbsp;عنوان وسیله نقلیه&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>فیلد ها توسط یک کرکتر پایپ جدا شده اند (<strong>&nbsp;|&nbsp;</strong>)</li>\\r\\n	<li>شما میتوانید یک لیست کامل را فقط با آی دی وسیله نقلیه توسط خالی گذاشتن فیلدهای دیگر وارد کنید, برای مثال:&nbsp;&nbsp;آی دی وسیله نقلیه&nbsp;|&nbsp;<i>خالی</i>&nbsp;|&nbsp;<i>خالی</i>&nbsp;|&nbsp;مادل&nbsp;|&nbsp;<i>خالی</i>&nbsp;|&nbsp;<i>خالی</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>خالی</i>&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li><strong>هشدار:</strong>&nbsp;از ورودی CSV استفاده نکنید اگر بازنگری وسیله نقلیه آماده وجود دارد, در آن صورت از ورودی داده کامل استفاده کنید </li>\\r\\n</ul>\\r\\n<strong>XML&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>ورودی در XML формат</li>\\r\\n	<li><strong>هشدار:</strong>&nbsp;از ورودی XML استفاده نکنید اگر بازنگری وسیله نقلیه آماده وجود دارد, در آن صورت از ورودی داده کامل استفاده کنید</li>\\r\\n<li><strong>WARNING:</strong>&nbsp;associations between houses will not be saved!</li>\n        <li><strong>WARNING:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li></ul>\\r\\n<strong>کامل&nbsp;DATA&nbsp;ورودی:</strong>\\r\\n<ul>\\r\\n	<li>این ورودی همه داده مدیریت وسیله نقلیه را وارد میکند و همه فیلدها و جزئیات را ذخیره میکند </li>\\r\\n	<li>این خدمت همه ورودی های موجود را جایگزین میکند , دقت کنید که چه وقت از آن استفاده میکنید</li>\\r\\n	<li>برای ذخیره کردن همه عکس های وسایل نقلیه, لطفا همه فایل ها را ذخیره کنید از پوشه: --کامپوننت ها/com_مدیریت وسیله نقلیه/تصاویر--!</li>\\r\\n	<li>برای ذخیره کردن همه فایل های اینترنتی وسیله نقلیه, لطفا همه فایل ها را از پوشه ای که شما میخواهید در بخش مدیریتی تنظیمات تنظیم شود ذخیره کنید --موقعیت فایل های اینترنتی--!</li>\\r\\n</ul>'),(7326,348,8,'\\r\\n<strong>CSV&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>خروجی CSV شامل همه فیلدها برای ویرایش کردن بیشتر در یک ویرایشگر متن یا تقاضانامه میشود</li>\\r\\n	<li>لطفا دقت کنید که برای ورودی بعدی, فقط فرمت CSV بعدی حمایت شده:&nbsp;&nbsp;آی دی وسیله نقلیه&nbsp;|&nbsp;توصیف&nbsp;|&nbsp;لینک&nbsp;|&nbsp;مادل&nbsp;|&nbsp;نوع وسیله نقلیه&nbsp;|&nbsp;نوع لیست کردن&nbsp;|&nbsp;قیمت&nbsp;|&nbsp;نوع قیمت&nbsp;|&nbsp;عنوان وسیله نقلیه&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>شما همچنین میتوانید بازنگری های وسیله نقلیه را وارد کنید, استفاده به جای خروجی کامل!</li>\\r\\n<li><strong>WARNING:</strong>&nbsp;associations between houses will not be saved!</li>\n        <li><strong>WARNING:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li></ul>\\r\\n<strong>XML&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>XML export is the preferred way to export vehicles with Vehicle Descriptions</li>\\r\\n	<li>خروجی XML شامل همه جزئیات وسیله نقلیه می شود , شامل توصیفات, آماده برای ورودی بعدی</li>\\r\\n</ul>\\r\\n<strong>FULL&nbsp;DATA&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>این خروجی همه داده مدیریت وسیله نقلیه را وارد میکند و همه فیلدها و جزئیات را ذخیره میکند</li>\\r\\n	<li>شما دیرتر میتوانید این فایل ها را برای ذخیره کردن داده مدیریت وسیله نقلیه خود بطور کامل استفاده کنید</li>\\r\\n	<li>این ورودی جایگزین همه ورودی های موجود می شود, بنابراین دقت کنید چه وقت از آن استفاده می کنید</li>\\r\\n	<li>برای ذخیره کردن همه تصاویر وسیله نقلیه, لطفا همه فایل ها را ذخیره کنید از پوشه : --کامپوننت ها/com_مدیریت وسیله نقلیه/تصاویر--!</li>\\r\\n	<li>برای ذخیره کردن همه فایل های اینترنتی وسیله نقلیه, لطفا همه فایل ها را ذخیره کنید از پوشه تنظیم شده در  [تنظیمات بخش مدیریتی] -- [موقعیت فایل های اینترنتی]</li>\\r\\n</ul>'),(7327,349,8,'ارسال گزارش بازنگری'),(7328,350,8,'ارسال گزارش بازنگری'),(7329,351,8,'بله تنظیم کنید اگر میخواهید از طریق ایمیل مطلع شوید چه وقت یک کاربر یک بازنگری وسیله نقلیه را اضافه می کند. استفاده پنل روی دسترسی برای تنظیم اینکه چه کسی این گزارشات را ارسال می کند.شما میتوانید آدرسهای ایمیل دریافت کننده را در بخش مدیریتی تنظیماتتنظیم کنید'),(7330,352,8,'گروه کاربران از کدام گزارشات بازنگری ارسال می شوند'),(7331,353,8,'گروه کاربران از کدام گزارشات بازنگری ارسال می شوند'),(7332,354,8,'انتخاب گروه کاربرانی که گزارشات بازنگری را ارسال می کنند. این تابع فقط اگر --ارسال گزارش بازنگری-- نیز بله تنظیم باشد فعال سازی می شود'),(7333,355,8,'ارسال گزارش درخواست اجاره '),(7334,356,8,'ارسال گزارش درخواست اجاره'),(7335,357,8,'بله تنظیم کنید اگر میخواهید از طریق ایمیل وقتی یک کاربر یک درخواست اجاره ارائه میکند مطلع شوید. استفاده پنل روی دسترسی برای تنظیم اینکه چه کسی این گزارشات را ارسال می کند. شما میتوانید آدرسهای ایمیل دریافت کننده را در بخش مدیریتی تنظیماتتنظیم کنید'),(7336,358,8,'گروه کاربران از کدام گزارشات درخواست اجاره ارسال می شوند'),(7337,359,8,'گروه کاربران از کدام گزارشات درخواست اجاره ارسال می شوند'),(7338,360,8,'انتخاب گروه کاربرانی که گزارشات درخواست اجاره را ارسال می کنند. این تابع فقط اگر--ارسال گزارشات درخواست اجاره-- نیز بله تنظیم باشد فعال سازی می شود'),(7339,361,8,'بازنگری نظر'),(7340,362,8,'عکس های دسته بندی مشتری'),(7341,363,8,'عکس های دسته بندی مشتری'),(7342,364,8,'اگر بله تنظیم شود شما میتوانیید یک عکس مشتری برای هر دسته بندی به جای آیکون پوشه استاندارد مشخص کنید.  سپس شما میتوانید عکس های دسته بندی را در  مدیریت وسیله نقلیه - مدیریت دسته بندی ها - ویرایش - انتخاب عکستنظیم کنید'),(7343,365,8,'نمایش زیر شاخه'),(7344,366,8,'Show for single subcategory'),(7345,367,8,'نمایش زیر شاخه'),(7346,368,8,'اگر بله تنظیم شود, شما زیرشاخه را برای هر دسته بندی مشاهده می کنید'),(7347,369,8,'If set to YES, you will see subcategory for single select category'),(7348,370,8,'شما نمیتوانید از اجاره به خانه بازگردید اگر اجاره تمام نشده'),(7349,371,8,'لطفا یک انتخاب از لیست برای اجاره وسیله نقلیه ایجاد کنید '),(7350,372,8,'لطفا یک انتخاب از لیست برای بازگشت وسیله نقلیه از اجاره ایجاد کنید'),(7351,373,8,'لطفا یک انتخاب از لیست برای پذیرفتن درخواست ایجاد کنید'),(7352,374,8,'لطفا یک انتخاب از لیست برای عدم پذیرفتن درخواست ایجاد کنید'),(7353,375,8,'شما باید یک نوع برای ورودی انتخاب کنید '),(7354,376,8,'شما باید یک نوع برای خروجی انتخاب کنید'),(7355,377,8,'لطفا یک عنوان برای این وسیله نقلیه وارد کنید'),(7356,378,8,'لطفا یک آی دی وسیله نقلیه برای این وسیله نقلیه وارد کنید'),(7357,379,8,'یک وسیله نقلیه با این آی دی وسیله نقلیه هم اکنون موجود می باشد'),(7358,380,8,'شما باید یک دسته بندی برای وسیله نقلیه انتخاب کنید '),(7359,381,8,'لطفا یک نام برای درخواست خرید خود وارد کنید '),(7360,382,8,'لطفا یک آدرس ایمیل معتبر برای درخواست خرید خود وارد کنید'),(7361,383,8,'لطفا یک شماره تلفن معتبر برای درخواست خرید خود وارد کنید'),(7362,384,8,'فیلدهای خواسته شده'),(7363,385,8,'فیلدهای توصیه شده'),(7364,386,8,'فیلدهای آدرس'),(7365,387,8,'خدمات'),(7366,388,8,'خدمات داخلی'),(7367,389,8,'خدمات خارجی'),(7368,390,8,'خدمات دیگر'),(7369,391,8,'مدیریت عکس'),(7370,392,8,'گالری عکس وسیله نقلیه'),(7371,393,8,'Advertisment'),(7372,394,8,'اطلاعات مشتری '),(7373,395,8,'مدیر وسیله نقلیه :: مدیر فروش'),(7374,396,8,' درخواست خرید '),(7375,397,8,' خرید پنهان شده '),(7376,398,8,' ارسال درخواست '),(7377,399,8,'ارسال گزارش درخواست خرید'),(7378,400,8,'ارسال گزارش درخواست خرید'),(7379,401,8,'بله تنظیم کنید اگر شما میخواهید از طریق ایمیل وقتی یک کاربر درخواست خرید ارائه میکند مطلع شوید .استفاده پنل روی دسترسی برای تنظیم اینکه چه کسی این گزارشات را ارسال می کند. شما میتوانید آدرسهای ایمیل دریافت کننده را در بخش مدیریتی تنظیماتتنظیم کنید'),(7380,402,8,'گروه کاربران از کدام گزارشات درخواست خرید ارسال می شوند'),(7381,403,8,'گروه کاربران از کدام گزارشات درخواست اجاره ارسال می شوند'),(7382,404,8,'انتخاب کنید کدام گروه کاربر گزارشات درخواست خرید را ارسال می کند. این تابع فقط اگر --ارسال گزارش درخواست خرید-- نیز بله تنظیم باشد فعال سازی می شود'),(7383,405,8,'ایمیل درخواست خرید'),(7384,406,8,'ایمیل درخواست خرید'),(7385,407,8,' کجا پیام گزارشات برای درخواست خرید جدید اضافه شده ارسال می شود. شما میتوانید چندین آدرس ایمیل که توسط کاما جدا شده وارد کنید'),(7386,408,8,'مدیر وسیله نقلیه :: تنظیمات'),(7387,409,8,'حذف'),(7388,410,8,'تصویر '),(7389,411,8,'نمایش تب بازنگری'),(7390,412,8,'نمایش تب بازنگری'),(7391,413,8,'بله تنظیم کنید اگر میخواهید تب بازنگری نمایش داده شود'),(7392,414,8,'نمایش تب موقعیت'),(7393,415,8,'نمایش تب موقعیت'),(7394,416,8,'بله تنظیم کنید اگر میخواهید تب موقعیت نمایش داده شود'),(7395,417,8,' اضافه کردن وسیله نقلیه '),(7396,418,8,'نمایش دکمه<br />اضافه کردن وسیله نقلیه '),(7397,419,8,'نمایش دکمه<br />اضافه کردن وسیله نقلیه '),(7398,420,8,'نمایش دکمه اضافه کردن وسیله نقلیه در لیست وسیله نقلیه در بخش کاربری'),(7399,421,8,'اجازه دکمه<br />اضافه کردن وسیله نقلیه '),(7400,422,8,'اجازه دکمه<br />اضافه کردن وسیله نقلیه '),(7401,423,8,'اجازه دکمه اضافه کردن وسیله نقلیه در بخش کاربری. این تابع فقط اگر --نمایش دکمه اضافه کردن وسیله نقلیه-- نیز بله تنظیم شود فعال سازی می شود'),(7402,424,8,'نمایش دکمه<br />چاپ PDF '),(7403,425,8,'نمایش دکمه<br />چاپ PDF '),(7404,426,8,'نمایش دکمه چاپ PDFدر لیست وسیله نقلیه در بخش کاربری'),(7405,427,8,'اجازه دکمه<br />چاپ PDF '),(7406,428,8,'اجازه دکمه<br />چاپ PDF '),(7407,429,8,'اجازه دکمه چاپ PDF در بخش کاربری. این تابع فقط اگر --نمایش دکمه چاپ PDF-- نیز بله تنظیم شود فعال سازی می شود'),(7408,430,8,'نمایش دکمه<br />نمایش چاپ '),(7409,431,8,'نمایش دکمه<br />نمایش چاپ '),(7410,432,8,'نمایش دکمه نمایش چاپدر لیست وسیله نقلیه در بخش کاربری'),(7411,433,8,'اجازه دکمه<br />مشاهده چاپ '),(7412,434,8,'اجازه دکمه<br />مشاهده چاپ '),(7413,435,8,'اجازه دکمه مشاهده چاپ در بخش کاربری. این تابع فقط اگر --نمایش دکمه مشاهده چاپ-- نیز بله تنظیم شود فعال سازی می شود'),(7414,436,8,'نمایش دکمه<br />لینک ارسال '),(7415,437,8,'نمایش دکمه<br />لینک ارسال '),(7416,438,8,'نمایش دکمه [لینک ارسال در لیست وسیله نقلیه در بخش کاربری'),(7417,439,8,'اجازه دکمه<br />لینک ارسال '),(7418,440,8,'اجازه دکمه<br />لینک ارسال '),(7419,441,8,'اجازه دکمه لینک ارسال در بخش کاربری. این تابع فقط اگر --نمایش دکمه ارسال ایمیل-- نیز بله تنظیم شود فعال سازی می شود'),(7420,442,8,'ارتباط ها'),(7421,443,8,'نمایش ارتباط ها'),(7422,444,8,'نمایش ارتباط ها '),(7423,445,8,'ارتباط ها را روی تب \'اصلی\' نمایش دهید'),(7424,446,8,'موقعیت تصاویر'),(7425,447,8,'موقعیت عکس های بارگذاری شده روی سرور.مسیر به دایرکتوری جوملای اصلی مربوط می باشد و باید شروع و پایان با یک / باشد'),(7426,448,8,'موقعیت تصاویر'),(7427,449,8,'از'),(7428,450,8,'تا'),(7429,451,8,'عدم دسترسی برای اجاره'),(7430,452,8,'دسترس برای اجاره'),(7431,453,8,'وسیله نقلیه شما در پایگاه داده ما ذخیره شده. ما درخواست شما را بررسی می کنیم و وسیله نقلیه شما در اسرع وقت اضافه می شود<br />با تشکر از استفاده خدمات ما'),(7432,454,8,'موقعیت'),(7433,455,8,'اصلی'),(7434,456,8,'---select---'),(7435,457,8,'For rent'),(7436,458,8,'For sale'),(7437,459,8,'negotiable,starting'),(7438,460,8,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(7439,461,8,'new,used'),(7440,462,8,'manual,automatic'),(7441,463,8,'active,offer,contract,closed,withdrawn'),(7442,464,8,'Fwd,Rwd,Awd,4wd,2wd'),(7443,465,8,'petrol,diesel,gas,electric,hybrid,unlisted'),(7444,466,8,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(7445,467,8,'4,5,6,8,10,12,16'),(7446,468,8,'none,2,3,4,5,6,7'),(7447,469,8,'ویرایش'),(7448,470,8,'تایید شده'),(7449,471,8,'سازنده'),(7450,472,8,'نمایش وسایل نقلیه من'),(7451,473,8,'همه'),(7452,474,8,'از'),(7453,475,8,'به'),(7454,476,8,'لیست'),(7455,477,8,'گالری'),(7456,478,8,'انتخاب کاربر'),(7457,479,8,'دارنده'),(7458,480,8,'کامل XML'),(7459,481,8,'آی دی'),(7460,482,8,'Add Vehicle'),(7461,483,8,'فعال سازی'),(7462,484,8,'عدم فعال سازی'),(7463,485,8,'حذف'),(7464,486,8,'Return vehicle from rent'),(7465,487,8,'Rent'),(7466,488,8,'شما وسیله نقلیه ندارید'),(7467,489,8,'با تاسف, شما به این صفحه دسترسی ندارید'),(7468,490,8,'نمایش RSS'),(7469,491,8,'نمایش RSS یا خیر'),(7470,492,8,'نمایش RSS'),(7471,493,8,'اجازه RSS برای'),(7472,494,8,'اجاه RSS'),(7473,495,8,'انتخاب کاربران برای کسانیکه اجازه RSS دارند'),(7474,496,8,'تایید وسایل نقلیه اضافه شده'),(7475,497,8,'تایید وسایل نقلیه اضافه شده'),(7476,498,8,'تایید وسایل نقلیه اضافه شده از بخش کاربری'),(7477,499,8,'اجازه تایید'),(7478,500,8,'اجازه تایید'),(7479,501,8,'انتخاب کاربر کسانیکه اجازه تایید وسایل نقلیه از بخش کاربری را دارند'),(7480,502,8,'نمایش نوع'),(7481,503,8,'نمایش نوع'),(7482,504,8,'انتخاب نمایش نوع برای وسایل نقلیه'),(7483,505,8,'Show location map'),(7484,506,8,'Location map'),(7485,507,8,'If choose \\\"yes\\\" then show location map '),(7486,508,8,'بروزرسانی'),(7487,509,8,'بروزرسانی'),(7488,510,8,'اگر \\\"بله\\\" انتخاب کنید سپس پایگاه داده حذف نمی شود'),(7489,511,8,'نمایش دارنده'),(7490,512,8,'نمایش دارنده'),(7491,513,8,'نمایش دارنده وسیله نقلیه یا خیر'),(7492,514,8,'پاسخ درخواست اجاره'),(7493,515,8,'پاسخ درخواست اجاره'),(7494,516,8,'ارسال ایمیل به کاربر درباره جواب درخواست اجاره'),(7495,517,8,'پذیرفته شده'),(7496,518,8,'پذیرفته نشده'),(7497,519,8,'پاسخ برای درخواست اجاره شما'),(7498,520,8,'درخواست اجاره شما برای وسیله نقلیه'),(7499,521,8,''),(7500,522,8,'no-img_eng_big.gif'),(7501,523,8,'ویرایش وسیله نقلیه'),(7502,524,8,'اضافه کردن وسیله نقلیه'),(7503,525,8,'ویرایش وسیله نقلیه'),(7504,526,8,'وسایل نقلیه من'),(7505,527,8,'نمایش لیست دارنده ها'),(7506,528,8,'نمایش لیست دارنده ها'),(7507,529,8,'اگر \\\"بله\\\" تنظیم شود سپس لیست دارنده ها در بخش کاربری نمایش داده می شود'),(7508,530,8,'اجازه لیست دارنده ها'),(7509,531,8,'اجازه لیست دارنده ها'),(7510,532,8,'انتخاب کاربران, کسانیکه اجازه نمایش لیست دارنده ها را دارند'),(7511,533,8,'لیست دارنده ها'),(7512,534,8,'لیست دارنده ها'),(7513,535,8,'دارنده ها'),(7514,536,8,'وسایل نقلیه'),(7515,537,8,'وسایل نقلیه کاربر'),(7516,538,8,'آنجا وسیله نقلیه ندارد'),(7517,539,8,'شما وارد نشده اید! اگر میخواهید در آینده وسیله نقلیه را ویرایش کنید, شما باید اول وارد شوید'),(7518,540,8,'درخواست اجاره'),(7519,541,8,'وسیله نقلیه با این آی دی یافت نشد'),(7520,542,8,'شما نمیتوانید این صفحه را ببینید زیرا آن فعال سازی نشده'),(7521,543,8,'شما نمیتوانید این صفحه را ببینید زیرا آن توسط مدیریت تایید نشده'),(7522,544,8,'دسته بندی های وسایل نقلیه را بررسی کنید'),(7523,545,8,'آیا مطمئنید؟'),(7524,546,8,'لطفا اول وسایل نقلیه را انتخاب کنید'),(7525,547,8,'فرم برای پاسخ به درخواست اجاره '),(7526,548,8,'فرم برای پاسخ به درخواست اجاره'),(7527,549,8,'فرم برای پاسخ به درخواست اجاره'),(7528,550,8,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(7529,551,8,'پاسخ درخواست خرید'),(7530,552,8,'پاسخ درخواست خرید'),(7531,553,8,'ارسال ایمیل به کاربر درباره جواب درخواست خرید'),(7532,554,8,'فرم برای پاسخ به درخواست خرید'),(7533,555,8,'فرم برای پاسخ به درخواست خرید'),(7534,556,8,'فرم برای پاسخ به درخواست خرید'),(7535,557,8,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(7536,558,8,'پذیرفته شده'),(7537,559,8,'پذیرفته نشد'),(7538,560,8,'فعال سازی وسایل نقلیه اضافه شده'),(7539,561,8,'فعال سازی وسایل نقلیه اضافه شده'),(7540,562,8,'فعال سازی وسایل نقلیه اضافه شده از بخش کاربری'),(7541,563,8,'اجازه فعال سازی'),(7542,564,8,'اجازه فعال سازی'),(7543,565,8,'انتخاب کاربرانی که اجازه فعال سازی وسایل نقلیه را از بخش کاربری دارند'),(7544,566,8,'تاریخ'),(7545,567,8,'اجاره قبل از گزارش پایان'),(7546,568,8,'اجاره قبل از گزارش پایان'),(7547,569,8,'ارسال ایمیل به مدیر قبل از پایان اجاره.<br />برای آن شما نیاز به ایجادGRON job و ارتباط با Cron check دارید بنابراین آدرس:<br /> \'http://{سایت شما}/index.php?option=com_مدیریت وسیله نقلیه&آی دی آیتم={آی دی آیتم شما}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(7548,570,8,'روزهای پایان اجاره'),(7549,571,8,'روزهای پایان اجاره'),(7550,572,8,'چند روز قبل از پایان اجاره ایمیل گزارش ارسال می شود'),(7551,573,8,'ایمیل پایان اجاره'),(7552,574,8,'ایمیل پایان اجاره'),(7553,575,8,'تنظیم ایمیل ها برای ارسال ایمیل گزارش به کاربر درباره پایان اجاره. شما باید تقسیم ایمیل ها را با استفاده از کاما تنظیم کنید'),(7554,576,8,'ویرایش اجاره'),(7555,577,8,'مدیریت وسیله نقلیه - ویرایش جزئیات اجاره وسیله نقلیه'),(7556,578,8,'گروه کاربران برای کدام ارتباط ها نمایش داده می شود'),(7557,579,8,'گروه کاربران برای کدام ارتباط ها نمایش داده می شود'),(7558,580,8,'انتخاب گروه کاربرانی که ارتباط ها را مشاهده می کنند. این تابع فقط اگر --نمایش ارتباط ها-- نیز بله تنظیم شود فعال سازی می شود'),(7559,581,8,'گروه کاربران برای کدام تب موقعیت نمایش داده می شود'),(7560,582,8,'گروه کاربران برای کدام تب موقعیت نمایش داده می شود'),(7561,583,8,'انتخاب گروه کاربرانی که تب موقعیت را مشاهده می کنند. این تابع فقط اگر --نمایش تب موقعیت-- نیز بله تنظیم شود فعال سازی می شود'),(7562,584,8,'گروه کاربران برای کدام تب بازنگری نمایش داده می شود'),(7563,585,8,'گروه کاربران برای کدام تب بازنگری نمایش داده می شود'),(7564,586,8,'انتخاب گروه کاربرانی که تب بازنگری را مشاهده می کنند. این تابع فقط اگر --نمایش تب بازنگری-- نیز بله تنظیم شود فعال سازی می شود'),(7565,587,8,'نمایش درخواست خرید'),(7566,588,8,'نمایش درخواست خرید در بخش کاربری'),(7567,589,8,'بله اگر شما میخواهید درخواست خرید کنونی وسایل نقلیه در بخش کاربری نمایش داده شود'),(7568,590,8,'اجازه درخواست خرید'),(7569,591,8,'اجازه درخواست خرید'),(7570,592,8,'اجازه درخواست خرید در بخش کاربری. این تابع فقط اگر --نمایش درخواست خرید-- نیز بله تنظیم شود فعال سازی می شود'),(7571,593,8,'ارسال گزارش اضافه کردن وسیله نقلیه'),(7572,594,8,'ارسال گزارش اضافه کردن وسیله نقلیه'),(7573,595,8,'بله تنظیم کنید اگر میخواهید وقتی یک کاربر یک وسیله نقلیه اضافه میکند از طریق ایمیل مطلع شوید. استفاده پنل روی دسترسی برای تنظیم اینکه چه کسی این گزارشات را ارسال می کند. شما میتوانید آدرسهای ایمیل دریافت کننده را در بخش مدیریتی تنظیماتتنظیم کنید'),(7574,596,8,'گروه کاربرانی که گزارشات اضافه کردن وسیله نقلیه را ارسال می کنند'),(7575,597,8,'گروه کاربرانی که گزارشات اضافه کردن وسیله نقلیه را ارسال می کنند '),(7576,598,8,'انتخاب گروه کاربرانی که ارسال گزارشات اضافه کردن وسیله نقلیه را مشاهده می کنند. این تابع فقط اگر --ارسال گزارشات اضافه کردن وسیله نقلیه-- نیز بله تنظیم شود فعال سازی می شود'),(7577,599,8,'نمایش فیلدها در نمایش لیست'),(7578,600,8,'این قسمت برای تنظیم مشاهده کمک میکند ولی نه برای محدود کردن دسترسی کاربر'),(7579,601,8,'برای نمایش [قیمت] یک انتخاب کننده رادیو [نمایش قیمت] باید بررسی شود'),(7580,602,8,'شما میتوانید [مرورها], [دسته بندی] و [وضعیت اجاره] درون مشاهده توسط یک راه آسان شامل کنید'),(7581,603,8,'Community Builder plugin / My Vehicles menu item settings'),(7582,604,8,'Show my vehicles (in CB)'),(7583,605,8,'Show edit vehicles'),(7584,606,8,'Show rent requests'),(7585,607,8,'Show buy requests'),(7586,608,8,'Show user rent history'),(7587,609,8,'Show my vehicles to'),(7588,610,8,'Show edit vehicles to'),(7589,611,8,'Show rent requests to'),(7590,612,8,'Show buy requests to'),(7591,613,8,'Show user rent history to'),(7592,614,8,'Show my vehicles'),(7593,615,8,'Show edit vehicles'),(7594,616,8,'Show rent requests'),(7595,617,8,'Show buy requests'),(7596,618,8,'Show user rent history'),(7597,619,8,'Show button \'show my vehicles\' on CB plugin'),(7598,620,8,'Show my vehicles'),(7599,621,8,'Select user group for which will be show this button'),(7600,622,8,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(7601,623,8,'Show edit vehicles'),(7602,624,8,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(7603,625,8,'Show rent requests'),(7604,626,8,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(7605,627,8,'Show buy requsts'),(7606,628,8,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(7607,629,8,'Show my rent history'),(7608,630,8,'Calendar of availability and rental rates per period'),(7609,631,8,'Week'),(7610,632,8,'Weekend'),(7611,633,8,'Midweek'),(7612,634,8,'Year'),(7613,635,8,'Month'),(7614,636,8,'Calendar'),(7615,637,8,'Add price'),(7616,638,8,'Select price which are necessary to remove'),(7617,639,8,'Available date Not available date for rent'),(7618,640,8,'Not available date for rent'),(7619,641,8,'New price rent'),(7620,642,8,'Add new price rent'),(7621,643,8,'Calendar'),(7622,644,8,'User groups for which Calendar tab will be shown'),(7623,645,8,'Show Rent Calendar Tab'),(7624,646,8,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(7625,647,8,'Show Calendar Tab'),(7626,648,8,'Show Calendar Tab'),(7627,649,8,'Set Yes to show Calendar tab'),(7628,650,8,'Show owner'),(7629,651,8,'Show calendar'),(7630,652,8,'Show house calendar or not'),(7631,653,8,'Default price label for calendar'),(7632,654,8,'Default price labels for calendar (weekend, week, midweek)'),(7633,655,8,'Default price label for calendar'),(7634,656,8,'VehicleManager :: Featured Manager'),(7635,657,8,'Feature'),(7636,658,8,'Category'),(7637,659,8,'Published'),(7638,660,8,'Name Alias'),(7639,661,8,'Category Alias'),(7640,662,8,'Features'),(7641,663,8,'Image'),(7642,664,8,'Select photo if it is necessary to remove'),(7643,665,8,'Recommended image size 25 x 25 pixels'),(7644,666,8,'Categories for Manager Feature'),(7645,667,8,'Category must be entered, separated by commas'),(7646,668,8,'Categories for Manager Feature'),(7647,669,8,'Image for Manager Feature'),(7648,670,8,'Image for Manager Feature'),(7649,671,8,'If choose \\\"yes\\\" then show image for Manager Feature'),(7650,672,8,'Show categories for Manager Feature'),(7651,673,8,'Show categories for Manager Feature'),(7652,674,8,'If choose \\\"yes\\\" then show categories for Manager Feature'),(7653,675,8,'Currency'),(7654,676,8,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(7655,677,8,'Currency with coefficients'),(7656,678,8,'Show price sepaprator'),(7657,679,8,'Show price sepaprator'),(7658,680,8,'Show price sepaprator'),(7659,681,8,'Get geographic coordinates'),(7660,682,8,'Language'),(7661,683,8,'Show Custom Text Field 1'),(7662,684,8,'Show Custom Text Field 2'),(7663,685,8,'Show Custom Text Field 3'),(7664,686,8,'Show Custom Text Field 4'),(7665,687,8,'Show Custom Text Field 5'),(7666,688,8,'Show Custom Dropdown Field 6'),(7667,689,8,'Show Custom Dropdown Field 7'),(7668,690,8,'Show Custom Dropdown 8'),(7669,691,8,'Show Custom Dropdown 9'),(7670,692,8,'Show Custom Dropdown 10'),(7671,693,8,'Custom Fields Manager'),(7672,694,8,'Custom Text 1'),(7673,695,8,'Custom Text 2'),(7674,696,8,'Custom Text 3'),(7675,697,8,'Custom Text 4'),(7676,698,8,'Custom Text 5'),(7677,699,8,'Custom Dropdown Field 6'),(7678,700,8,'Custom Dropdown Field 7'),(7679,701,8,'Custom Dropdown Field 8'),(7680,702,8,'Custom Dropdown Field 9'),(7681,703,8,'Custom Dropdown Field 10'),(7682,704,8,'Extra1,Extra2,Extra3,Extra4,Extra5'),(7683,705,8,'Extra1,Extra2,Extra3,Extra4,Extra5'),(7684,706,8,'Extra1,Extra2,Extra3,Extra4,Extra5'),(7685,707,8,'Extra1,Extra2,Extra3,Extra4,Extra5'),(7686,708,8,'Extra1,Extra2,Extra3,Extra4,Extra5'),(7687,709,8,'Frontend Settings'),(7688,710,8,'Category Page Settings'),(7689,711,8,'Email and Notification Settings'),(7690,712,8,'Global Settings'),(7691,713,8,'Plugins Settings'),(7692,714,8,'Image Settings'),(7693,715,8,'Tabs Settings'),(7694,716,8,'Seller Contact Settings'),(7695,717,8,'Feature list settings'),(7696,718,8,'Extra Fields manager'),(7697,719,8,'Rent Request Options'),(7698,720,8,'Buy Request Options'),(7699,721,8,'eDocument Options'),(7700,722,8,'Price Settings'),(7701,723,8,'Show address on map'),(7702,724,8,'General Info'),(7703,725,8,'Specifications'),(7704,726,8,'Photos and Documents'),(7705,727,8,'Additional info'),(7706,728,8,'Seller Contacts'),(7707,729,8,'Required fields'),(7708,730,8,'Vehicle Details'),(7709,731,8,'Attachment Documents'),(7710,732,8,'Set size of main image - width/height in px'),(7711,733,8,'Vehicle gallery photo size'),(7712,734,8,'Set gallery photo size - width/height in px'),(7713,735,8,'VehicleManager :: Language Manager'),(7714,736,8,'Lang tag'),(7715,737,8,'Constant'),(7716,738,8,'Value constant'),(7717,739,8,'Sys type'),(7718,740,8,'All Categories Layout'),(7719,741,8,'Single Category Layout'),(7720,742,8,'Vehicle Page Layout'),(7721,743,8,'All Vehicles Layout'),(7722,744,8,'Common Settings'),(7723,745,8,'Allowed Exts eDocument'),(7724,746,8,'Allowed Exts Image'),(7725,747,8,'Price Format'),(7726,748,8,'Date & Time format'),(7727,749,8,'Date format'),(7728,750,8,'Time format'),(7729,751,8,'%Y - Year; %m - month;  %d - day'),(7730,752,8,'%H - hours; %i - minutes; %s - seconds'),(7731,753,8,'Price unit show'),(7732,754,8,'After'),(7733,755,8,'Before'),(7734,756,8,'Select price ditlimer os set youre.'),(7735,757,8,'Show price unit before or affter price'),(7736,758,8,'Owner custom email'),(7737,759,8,'The main image is absent'),(7738,760,8,'Select photos which are necessary to remove from photo gallery'),(7739,761,8,'Add new photo'),(7740,762,8,'Order By'),(7741,763,8,'No reviews for vehicle.'),(7742,764,8,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(7743,765,8,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(7744,766,8,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(7745,767,8,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(7746,768,8,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(7747,769,8,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(7748,770,8,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(7749,771,8,'Search Layout'),(7750,772,8,'Here You can select a layout for some view.'),(7751,773,8,'License text <br> Sys type(License Text)'),(7752,774,8,'Rent Requests'),(7753,775,8,'Sale Manager'),(7754,776,8,'Features Manager'),(7755,777,8,'Import/Export'),(7756,778,8,'Language Manager'),(7757,779,8,'Settings'),(7758,780,8,'Group'),(7759,781,8,'Count of cars'),(7760,782,8,'How many cars users can publish from a specific group.'),(7761,783,8,'Show PayPal buy'),(7762,784,8,'Allow PayPal buy'),(7763,785,8,'Show PayPal rent'),(7764,786,8,'Allow PayPal rent'),(7765,787,8,'Your PayPal email'),(7766,788,8,'Successful return url'),(7767,789,8,'After successful payment returns the buyer on your page.'),(7768,790,8,'Image url'),(7769,791,8,'Add image to PayPal page.'),(7770,792,8,'Cancel return url'),(7771,793,8,'If buyer press cancel in payment page, returns the buyer on your page.'),(7772,794,8,'Real(yes) or a test(no) PayPal account'),(7773,795,8,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(7774,796,8,'PayPal Options'),(7775,797,8,'Number of photos'),(7776,798,8,'How many photos in gallery users can publish from a specific group.'),(7777,799,8,'Total price: '),(7778,800,8,'Go now to PayPal'),(7779,801,8,'Special price per day'),(7780,802,8,'Special price per night'),(7781,803,8,'Add new special price and save'),(7782,804,8,'From'),(7783,805,8,'To'),(7784,806,8,'Price per day'),(7785,807,8,'Сalculate'),(7786,808,8,'Special price and rent time'),(7787,809,8,'Special price per day(\"yes\") or per night(\"no\")'),(7788,810,8,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(7789,811,8,'Pay'),(7790,812,8,'Language'),(7791,813,8,'Select Language'),(7792,814,8,'Clone'),(7793,815,8,'Orders'),(7794,816,8,'Message for Cancel URL text'),(7795,817,8,'Message for Successes URL text'),(7796,818,8,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(7797,819,8,'Category/All vehicle Layout Settings'),(7798,820,8,'Email Notification Options'),(7799,821,8,'Review Notification Options'),(7800,822,8,'Order ID'),(7801,823,8,'Vehicle title'),(7802,824,8,'Email'),(7803,825,8,'Date'),(7804,826,8,'Status'),(7805,827,8,'Price'),(7806,828,8,'Paid'),(7807,829,8,'Details'),(7808,830,8,'User'),(7809,831,8,'Username'),(7810,832,8,'Accept type/info: '),(7811,833,8,'Payment system: '),(7812,834,8,'Payer email: '),(7813,835,8,'Pending reason: '),(7814,836,8,'In your request encountered an error, please contact the administrator!'),(7815,837,8,'Please insert a Price for this house!'),(7816,838,8,'To add special prices, you must first save property !'),(7817,839,8,'Crop image'),(7818,840,8,'Set Yes to crop images and No to scale images'),(7819,841,8,'Insert the Message on page with notification about unsuccessfull payment'),(7820,842,8,'You do unsuccess payment!'),(7821,843,8,'Insert the Message on page with notification about successfull payment'),(7822,844,8,'You do success payment!'),(7823,845,8,'Video'),(7824,846,8,'Video source'),(7825,847,8,'Delete video'),(7826,848,8,'Add new video file'),(7827,849,8,'Track for video'),(7828,850,8,'Track download link'),(7829,851,8,'Delete track'),(7830,852,8,'Video and track support:'),(7831,853,8,'Add new track'),(7832,854,8,'Add alternative video'),(7833,855,8,'Upload video'),(7834,856,8,'Video download link'),(7835,857,8,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(7836,858,8,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(7837,859,8,'Kind (Specifies the kind of text track)'),(7838,860,8,'Src lang (language of the track)'),(7839,861,8,'Label (Specifies the title of the text track)'),(7840,862,8,'Upload track'),(7841,863,8,'Error uploading video!'),(7842,864,8,'Error uploading track!'),(7843,865,8,'Location of video'),(7844,866,8,'Location of track'),(7845,867,8,'Allowed Exts Video'),(7846,868,8,'Allowed Exts Track'),(7847,869,8,'Please insert an track kind'),(7848,870,8,'Please insert an track language'),(7849,871,8,'Please insert an track title'),(7850,872,8,'Video/Track Options'),(7851,873,8,'Options for user groups'),(7852,874,8,'Update options'),(7853,875,8,'Buttons Settings'),(7854,876,8,'Vehicle Maps Image, px:'),(7855,877,8,'Set maps image width/height in pixels'),(7856,878,8,'Vehicle Page Settings'),(7857,879,8,'Common Settings'),(7858,880,8,'AllCategories Layout Settings'),(7859,881,8,'Approve Published Review:'),(7860,882,8,'Approve Published For'),(7861,883,8,'Buttons Settings'),(7862,884,8,'Post max size in your PHP settings less than your video file.!'),(7863,885,8,'Upload max file size in your PHP settings less than your video file.!'),(7864,886,8,'File uploads is off in your PHP settings.!'),(7865,887,8,'Rent history'),(7866,888,8,'VehicleManager :: Rent Hisory'),(7867,889,8,'Users Rent History'),(7868,890,8,'VehicleManager :: Users Rent Hisory'),(7869,891,8,'OwnerID'),(7870,892,8,'Contact agent'),(7871,894,8,'View listing'),(7872,893,8,'Contact info'),(7873,895,8,'Your review has been added'),(7874,896,8,'Edit vehicles'),(7875,897,8,'Vehicle Location'),(7876,898,8,'Exterior & Interior'),(7877,899,8,'Attachments'),(7878,900,8,'VehicleManager : Orders'),(7879,901,8,'You have max photos. Limit for this users group'),(7880,902,8,'Address'),(7881,903,8,'Range(km)'),(7882,904,8,'Select Category'),(7883,905,8,'Search'),(7884,906,8,'Other'),(7885,907,8,'No reviews for vehicle'),(7886,908,8,'Captcha Settings'),(7887,909,8,'Show captcha<br />for review form'),(7888,910,8,'Show captcha for review form in the reviews tab on the frontend'),(7889,911,8,'Allow captcha<br />for review form'),(7890,912,8,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(7891,913,8,'Show captcha for<br />contact agent form'),(7892,914,8,'Show captcha for contact agent form in the reviews tab on the frontend'),(7893,915,8,'Allow captcha for<br />contact agent form'),(7894,916,8,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(7895,917,8,'Show captcha<br />for booking form'),(7896,918,8,'Show captcha for booking form in the reviews tab on the frontend'),(7897,919,8,'Allow captcha<br />for booking form'),(7898,920,8,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(7899,921,8,'Show button Add to Wish List'),(7900,922,8,'Show button Add to Wish List or not'),(7901,923,8,'Allow Wish List for'),(7902,924,8,'Select users for whom allow Wish List'),(7903,925,8,'Add to wishlist'),(7904,926,8,'Remove from wishlist'),(7905,927,8,'Google Map Options'),(7906,928,8,'Api Key'),(7907,929,8,'Field to enter google map api key'),(7908,930,8,'Google Maps API error: missing key map error!'),(7909,931,8,'To get Google Maps API key follow below link'),(7910,932,8,'Settings Layout Search Results '),(7911,933,8,'Show map<br />for layout search results'),(7912,934,8,'Show map for layout search results on the frontend'),(7913,935,8,'Allow map<br />for layout search results'),(7914,936,8,'Allow map for layout search results in the frontend.'),(7915,937,8,'Show order by form<br />for all layouts'),(7916,938,8,'Show order by form for all layouts on the frontend'),(7917,939,8,'Allow order by form<br />for all layouts'),(7918,940,8,'Allow order by form for all layouts in the frontend.'),(7919,941,8,'Show Contact Agent/Book Now Tab'),(7920,942,8,'Set Yes to show Contact Agent/Book Now tab'),(7921,943,8,'User groups for which Contact Agent/Book Now tab will be shown'),(7922,944,8,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(7923,946,8,'Options access to edit vehicles'),(7924,947,8,'Users group who will have access to edit users vehicles'),(7925,948,8,'Permit edit vehicles for other users'),(7926,949,8,'Select all users'),(7927,950,8,'Select the plugin in Vehicle Manager settings!'),(7928,951,8,'Show google captcha'),(7929,952,8,'Show google captcha'),(7930,953,8,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(7931,954,8,'Mandatory fields'),(7932,955,8,'Year of issue'),(7933,956,8,'Set \"YES\" make the field year of issue mandatory'),(7934,957,8,'Mileage'),(7935,958,8,'Set \"YES\" make the field mileage mandatory'),(7936,959,8,'Price'),(7937,960,8,'Set \"YES\" make the field price mandatory'),(7938,961,8,'Show search button<br>on frontend'),(7939,962,8,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(7940,963,8,'Show search button<br>for users'),(7941,964,8,'Select the user for which the search button on frontend will be displayed.'),(7942,965,8,'anonymous'),(7943,966,8,'New rent request added!'),(7944,967,8,'New buying request added!'),(7945,968,8,'New vehicle review added'),(7946,969,8,'SUBJECT'),(7947,970,8,'Rent expire Notice!'),(7948,971,8,'Add email user to <br /> send reply'),(7949,972,8,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(7950,973,8,'Add email user to review notification'),(7951,974,8,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(7952,975,8,'Add email user to vehicle notification'),(7953,976,8,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(7954,977,8,'Add email user to buying request notification'),(7955,978,8,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(7956,979,8,'Settings rent options on search page'),(7957,982,8,'Search Settings'),(7958,980,8,'Show available for rent'),(7959,981,8,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7960,983,8,'Show year of issue'),(7961,984,8,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7962,985,8,'Show price of vehicle'),(7963,986,8,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7964,987,8,'Show condition status'),(7965,988,8,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7966,989,8,'Show listing status'),(7967,990,8,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7968,991,8,'Show transmission type'),(7969,992,8,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7970,993,8,'Show maker'),(7971,994,8,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7972,995,8,'Show drive type'),(7973,996,8,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7974,997,8,'Show vehicle model'),(7975,998,8,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7976,999,8,'Show number cylinders'),(7977,1000,8,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7978,1001,8,'Show vehicle type'),(7979,1002,8,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7980,1003,8,'Show number speeds'),(7981,1004,8,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7982,1005,8,'Show listing type'),(7983,1006,8,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7984,1007,8,'Show vehicle fuel type'),(7985,1008,8,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7986,1009,8,'Show vehicle price type'),(7987,1010,8,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7988,1011,8,'Show vehicle number doors'),(7989,1012,8,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7990,1013,8,'Show vehicle category'),(7991,1014,8,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7992,1015,8,'Show vehicle ID'),(7993,1016,8,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7994,1017,8,'Show vehicle description'),(7995,1018,8,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7996,1019,8,'Show title'),(7997,1020,8,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(7998,1021,8,'Show address'),(7999,1022,8,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8000,1023,8,'Show country'),(8001,1024,8,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8002,1025,8,'Show region'),(8003,1026,8,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8004,1027,8,'Show city'),(8005,1028,8,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8006,1029,8,'Show district'),(8007,1030,8,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8008,1031,8,'Show zipcode'),(8009,1032,8,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8010,1033,8,'Show owner'),(8011,1034,8,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8012,1035,8,'Show mileage'),(8013,1036,8,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8014,1037,8,'Show contact information'),(8015,1038,8,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8016,1039,8,'Show engine type'),(8017,1040,8,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8018,1041,8,'Show city MPG/KPL'),(8019,1042,8,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8020,1043,8,'Show highway MPG/KPL'),(8021,1044,8,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8022,1045,8,'Show wheelbase'),(8023,1046,8,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8024,1047,8,'Show wheeltype'),(8025,1048,8,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8026,1049,8,'Show rear axel type'),(8027,1050,8,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8028,1051,8,'Show brakes type'),(8029,1052,8,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8030,1053,8,'Show exterior colors'),(8031,1054,8,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8032,1055,8,'Show exterior extras'),(8033,1056,8,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8034,1057,8,'Show interior colors'),(8035,1058,8,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8036,1059,8,'Show dashboard options'),(8037,1060,8,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8038,1061,8,'Show interior extras'),(8039,1062,8,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8040,1063,8,'Show safety options'),(8041,1064,8,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8042,1065,8,'Show warranty options'),(8043,1066,8,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8044,1067,8,'Show exactly to all'),(8045,1068,8,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8046,1069,8,'Show search keywords'),(8047,1070,8,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(8048,1071,8,'Options for search button'),(8049,1072,8,'Options for fields in Advance Search Layout'),(8050,1073,8,'Options for search form'),(8051,1074,8,'Show search form on nothing found page'),(8052,1075,8,'Show search form on nothing found page. Set \"YES\" show search form.'),(8053,1076,8,'Show search form on result search page'),(8054,1077,8,'Show search form on result search page. Set \"YES\" show search form.'),(8055,1078,8,'Redirect settings'),(8056,1079,8,'Redirect settings for rent'),(8057,1080,8,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(8058,1081,8,'Redirect settings for sale'),(8059,1082,8,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(8060,945,8,'Access to edit vehicles from other users'),(8061,1083,8,'Show country, region and<br>city option as text field'),(8062,1084,8,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(8063,1085,8,'How fields Country, Region and City use'),(8064,1086,8,'Settings for Search Layout'),(8065,1087,8,'Select Search Layout by default'),(8066,1088,8,'Select search layout by default on the frontend!'),(8067,1089,8,'Order field settings'),(8068,1090,8,'Select order by default'),(8069,1091,8,'Select an option to sort by default the search result.'),(8070,1092,8,'Vehicle slider option'),(8071,1093,8,'Show vehicle as slider'),(8072,1094,8,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(8073,1095,8,'Input initial-final year'),(8074,1096,8,'Input initial and final year of calendar. Final year value should be more then initial value.'),(8075,1097,8,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(8076,1098,8,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(8077,1099,8,'Show fraction in price'),(8078,1100,8,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(8079,1101,8,'Count Vehicles in row'),(8080,1102,8,'More than 1199px'),(8081,1103,8,'More than 1199px'),(8082,1104,8,'Less than 1200px andmore than 991px'),(8083,1105,8,'Less than 1200px andmore than 991px'),(8084,1106,8,'Less than 992px andmore than 767px'),(8085,1107,8,'Less than 992px andmore than 767px'),(8086,1108,8,'Less than 768px andmore than 489px'),(8087,1109,8,'Less than 768px andmore than 489px'),(8088,1110,8,'User order'),(8089,1111,8,'Watermark settings'),(8090,1112,8,'Enable watermark'),(8091,1113,8,'Watermark text'),(8092,1114,8,'Watermark size, %'),(8093,1115,8,'Font color'),(8094,1116,8,'Font angle'),(8095,1117,8,'Watermark position'),(8096,1118,8,'Watermark opacity'),(8097,1119,8,'Set Yes to show watermark'),(8098,1120,8,'Watermark text'),(8099,1121,8,'Watermark size, %'),(8100,1122,8,'Font color for watermark'),(8101,1123,8,'Font angle for watermark'),(8102,1124,8,'Watermark position for watermark'),(8103,1125,8,'Watermark opacity for watermark'),(8104,1127,8,'Watermark Type'),(8105,1128,8,'Select file for watermark'),(8106,1129,8,'Text or Image'),(8107,1130,8,'Select image for Watermark'),(8108,1126,8,'Categories order by default'),(8109,1131,8,'All vehicles'),(8110,1132,8,'Title'),(8111,1133,8,'Maker'),(8112,1134,8,'Model'),(8113,1135,8,'Description'),(8114,1136,8,'Vehicle ID'),(8115,1137,8,'Location'),(8116,1138,8,'Country'),(8117,1139,8,'City'),(8118,1140,8,'Region'),(8119,1141,8,'Zipcode'),(8120,1142,8,'Search by'),(8121,1143,8,'Please select only one value'),(8122,1144,8,'Min size image for watermark'),(8123,1145,8,'Minimum image size to include watermark'),(8124,1146,8,'Rent From and Rent Until fields  are required!'),(8125,1147,8,'Allow price as string'),(8126,1148,8,'Set \"yes\", if you want display price as string. '),(8127,1149,8,'You typed bad characters from picture!'),(8128,1150,8,'Slider settings'),(8129,1151,8,'The height of the slider is measured as a percentage of the slider width'),(8130,1152,8,'Slider height, %'),(8131,1153,8,'Slide show type \"Filling in\" or \"Proportionally\"'),(8132,1154,8,'Slide show type'),(8133,1155,8,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(8134,1156,8,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(8135,1157,8,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(8136,1158,8,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(8137,1159,8,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(8138,1160,8,'Payment system Options'),(8139,1161,8,'Show button \"Buy\" for sale vehicles'),(8140,1162,8,'Allow button \"Buy\" for sale vehicles'),(8141,1163,8,'Show button \"Buy\" for rent vehicles'),(8142,1164,8,'Allow button \"Buy\" for rent vehicles'),(8143,2,9,'Vehicle Manager'),(8144,3,9,'Bienvenue chez VehicleManager'),(8145,4,9,'Chercher des Voitures'),(8146,5,9,'Chercher des Voitures'),(8147,6,9,'no-img_eng.gif'),(8148,7,9,'vous n`etes pas autorisé à effectuer cette action!'),(8149,8,9,'OK'),(8150,9,9,'Status'),(8151,10,9,'VehicleManager :: Import/Export'),(8152,11,9,' Vous devez d`abord ajouter une catégorie pour cette section.'),(8153,12,9,'Please select'),(8154,13,9,'CSV File'),(8155,14,9,'XML File'),(8156,15,9,'Vous devez sélectionner un type à importer!'),(8157,16,9,'Vous devez sélectionner une Catégorie à importer!'),(8158,17,9,'Vous devez sélectionner un fichier à importer!'),(8159,18,9,'Vous devez sélectionner un type à exporter!'),(8160,19,9,'Import type'),(8161,20,9,'Sélectionnez un format de fichier'),(8162,21,9,'Sélectionnez un format de fichier'),(8163,22,9,'Catégorie'),(8164,23,9,'Catégorie'),(8165,24,9,'Sélectionnez une catégorie'),(8166,25,9,'Fichier à importer'),(8167,26,9,'Fichier à importer'),(8168,27,9,'Sélectionnez le fichier à importer'),(8169,28,9,'À l`heure actuelle le format de CSV suivant est supporté:<br />VehicleID | Description | Link | Type d`annonce |  Location | PRIX | Title | ...'),(8170,29,9,'type d`exportation'),(8171,30,9,'Sélectionnez le format de fichier'),(8172,31,9,'Sélectionnez le format de fichier'),(8173,32,9,'categories'),(8174,33,9,'categories'),(8175,34,9,'sélectionner une Catégorie'),(8176,35,9,'Résultat de l`exportation'),(8177,36,9,'Vous pouvez télécharger l`exportation demandés en cliquant l`URL suivante (clic droit pour enregistrer):'),(8178,37,9,'SVP notez que les fichiers seront toujours sauvegardés sur le serveur et vous devez le supprimer vous-même.'),(8179,38,9,'VehicleManager :: Categories'),(8180,39,9,'categories'),(8181,40,9,'vehicule'),(8182,41,9,'Publier'),(8183,42,9,'Enregistrer'),(8184,43,9,'Access'),(8185,44,9,'Checked Out By'),(8186,45,9,'Ajouter'),(8187,46,9,'Editer'),(8188,47,9,'Le nom de la catégorie ne doit pas être vide'),(8189,48,9,'Categories'),(8190,49,9,'- Sélectionner l`image -'),(8191,50,9,'Top'),(8192,51,9,'Categories Alias'),(8193,52,9,'Categories Titre'),(8194,53,9,'commander'),(8195,54,9,'Image'),(8196,55,9,'Position de l`image'),(8197,56,9,'top menu'),(8198,57,9,'Aucun aperçu disponible'),(8199,58,9,'détails'),(8200,59,9,'Supprimé'),(8201,60,9,'VehicleManager - Louer un véhicule'),(8202,61,9,'VehicleManager - Retour d`un véhicule de location'),(8203,62,9,'importer'),(8204,63,9,'exporter'),(8205,64,9,'- Toutes les catégories'),(8206,65,9,'Sélectionner les catégories'),(8207,66,9,'Choisir un véhicule à louer'),(8208,67,9,'- Tous les véhicules'),(8209,68,9,'Louer'),(8210,69,9,'Pas Louer'),(8211,70,9,'Sélectionnez Publication'),(8212,71,9,'- Tous les véhicules'),(8213,72,9,'Non publié'),(8214,73,9,'Publié'),(8215,74,9,'- All Users'),(8216,75,9,'Rechercher un Véhicule'),(8217,76,9,'Rechercher un Véhicule'),(8218,77,9,'Recherche par mots-clés'),(8219,78,9,'Recherche'),(8220,79,9,'Rien trouvé.'),(8221,80,9,'VehicleManager :: véhicules'),(8222,81,9,'Recherche:'),(8223,82,9,'Vous devez d`abord créer une catégorie pour cette section.'),(8224,83,9,'Exactly to all'),(8225,84,9,'Advanced<br />search'),(8226,85,9,'from'),(8227,86,9,'to'),(8228,87,9,'Year'),(8229,88,9,'Prix'),(8230,89,9,'Type d`annonce'),(8231,90,9,'Annonce en cour'),(8232,91,9,'Type prix'),(8233,92,9,'Modeles'),(8234,93,9,'Titre'),(8235,94,9,'véhicules ID'),(8236,95,9,'Résultats'),(8237,96,9,'Description'),(8238,97,9,'categories'),(8239,98,9,'# véhicules'),(8240,99,9,'Vue'),(8241,100,9,'Adresse'),(8242,101,9,'Country'),(8243,102,9,'Region'),(8244,103,9,'City'),(8245,104,9,'District'),(8246,105,9,'Zipcode'),(8247,106,9,'Latitude'),(8248,107,9,'Longitude'),(8249,108,9,'No location available'),(8250,109,9,'Type de véhicule'),(8251,110,9,'Condition'),(8252,111,9,'kilométrage'),(8253,112,9,'Boîte de vitesses'),(8254,113,9,'Types de moteur'),(8255,114,9,'Année de mise en service'),(8256,115,9,'Motricité / Transmission'),(8257,116,9,'Types de carburants'),(8258,117,9,'Nombres de vitesse'),(8259,118,9,'Nombre de cylindres'),(8260,119,9,'Nombre de portes'),(8261,120,9,'Nombre de sièges'),(8262,121,9,'Consommation en ville'),(8263,122,9,'Consommation sur route'),(8264,123,9,'Écartement des Essieux'),(8265,124,9,'Type de pneu'),(8266,125,9,'Type de axe arrière'),(8267,126,9,'Type de freins'),(8268,127,9,'Couleur de la carrosserie'),(8269,128,9,'Equipement extérieur'),(8270,129,9,'Couleurs intérieur'),(8271,130,9,'Options du tableau de bord '),(8272,131,9,'Equipement intérieur'),(8273,132,9,'Options Sécurité'),(8274,133,9,'Options de garantie'),(8275,134,9,'3 Mois'),(8276,135,9,'6 Mois'),(8277,136,9,'9 Mois'),(8278,137,9,'12 Mois'),(8279,138,9,'Votre numéro de téléphone'),(8280,139,9,'Evaluation'),(8281,140,9,'Picture URL'),(8282,141,9,'Picture'),(8283,142,9,'Buy from Lien'),(8284,143,9,'Rent to'),(8285,144,9,'Location à partir de'),(8286,145,9,'Location jusqu`à'),(8287,146,9,'Rent return'),(8288,147,9,'Loué de - jusqu`à'),(8289,148,9,'inconnu'),(8290,149,9,'Utilisateur'),(8291,150,9,'email'),(8292,151,9,'Adresse d`envoi postal'),(8293,152,9,'Numéro de téléphone'),(8294,153,9,'Loué jusqu`à: '),(8295,154,9,'Hits'),(8296,155,9,'Commander de nouveau'),(8297,156,9,'Loué'),(8298,157,9,'Publié'),(8299,158,9,'passer en caisse'),(8300,159,9,'Revoir la date'),(8301,160,9,'Sous-catégories'),(8302,161,9,'Télécharger la photo principale'),(8303,162,9,'Cliquez pour télécharger de nouvelle photo'),(8304,163,9,'If you upload a picture, the URL of the current picture will be deleted and reset to the uploaded picture.'),(8305,164,9,'Error uploading picture! Please note that only image formats (jpg, png, gif) are supported'),(8306,165,9,'Location information'),(8307,166,9,'Document actuel'),(8308,167,9,'Charger un document'),(8309,168,9,'Télécharger un document'),(8310,169,9,'Supprimer un document'),(8311,170,9,'edocument'),(8312,171,9,'Erreur de chargement du document!'),(8313,172,9,'Status'),(8314,173,9,'Exigé'),(8315,174,9,'Ajouter un avis'),(8316,175,9,'Avis'),(8317,176,9,'Save'),(8318,177,9,'Demande de location'),(8319,178,9,'Soumettre une demande de location '),(8320,179,9,'Réviser'),(8321,180,9,'Titre'),(8322,181,9,'Avis'),(8323,182,9,'Commentaire'),(8324,183,9,'anonyme'),(8325,184,9,'Number click'),(8326,185,9,'Shows'),(8327,186,9,'titre du Véhicule'),(8328,187,9,'Click on the map to choose the vehicle location:'),(8329,188,9,'SVP entrer un titre pour votre avis!'),(8330,189,9,'SVP entrer un texte pour votre avis!'),(8331,190,9,'SVP entrer un évaluation pour votre avis!'),(8332,191,9,'SVP entrez un nom pour votre demande de location!'),(8333,192,9,'SVP entrer une adresse e-mail pour votre demande de location!'),(8334,193,9,'SVP entrez un Adresse postal valide pour votre demande de location!'),(8335,194,9,'SVP entrer une date de retour pour votre demande de location!'),(8336,195,9,'Please enter at least one vehicle photo!'),(8337,196,9,'Not specified'),(8338,197,9,'Arabic'),(8339,198,9,'Brazilian Portuguese'),(8340,199,9,'Danish'),(8341,200,9,'Dutch'),(8342,201,9,'English'),(8343,203,9,'Bosnian'),(8344,202,9,'Farsi'),(8345,204,9,'French'),(8346,205,9,'German'),(8347,206,9,'Hongroise'),(8348,207,9,'Italian'),(8349,208,9,'Lithuanian'),(8350,209,9,'Norwegian'),(8351,210,9,'Polski'),(8352,211,9,'Portuguese'),(8353,212,9,'Roumain'),(8354,213,9,'Russian'),(8355,216,9,'Slovène'),(8356,214,9,'Spanish'),(8357,215,9,'Turkish'),(8358,217,9,'NON'),(8359,218,9,'OUI'),(8360,219,9,'Le titre de véhicule est en cours d`édition par un autre administrateur'),(8361,220,9,'Erreur de suppression de véhicule!'),(8362,221,9,'Add Vehicle notification email'),(8363,222,9,'Paramètres Frontend'),(8364,223,9,'Paramètres Backend'),(8365,224,9,'véhiculeID auto-increment'),(8366,225,9,'véhiculeID auto increment'),(8367,226,9,'OUI si vous souhaitez utiliser véhiculesID auto-incrément. Non si vous souhaitez utiliser manuellement entrée des véhiculesID'),(8368,227,9,'edocument support'),(8369,228,9,'edocument support'),(8370,229,9,'Oui si vous voulez activer le support eDocument pour l`interface administrateur.'),(8371,230,9,'Emplacement des edocuments'),(8372,231,9,'Emplacement des edocuments'),(8373,232,9,'L`emplacement des eDocuments téléchargés sur le serveur. Le chemin est relatif au répertoire principal de Joomla et doivent commencer et se terminer par a /'),(8374,233,9,'Afficher le lien de téléchargement des eDocuments'),(8375,234,9,'Afficher eDocuments téléchargement dans le frontend'),(8376,235,9,'Oui si vous voulez afficher un lien de téléchargement eDocument dans le frontend.'),(8377,236,9,'Afficher les commentaires'),(8378,237,9,'Afficher les commentaires dans le frontend'),(8379,238,9,'OUI si vous souhaitez activer les commentaires des utilisateurs pour les véhicules sur votre site web.'),(8380,239,9,'Permettre les évaluations'),(8381,240,9,'Permettre les évaluations'),(8382,241,9,'Permettre les évaluations dans le frontend. Cette fonction sera activée que si --Afficher les commentaires-- sont également réglés sur OUI!'),(8383,242,9,'Afficher l`état de la location'),(8384,243,9,'Afficher l`état de la location dans le frontend'),(8385,244,9,'OUI si vous voulez afficher l`état actuel de location de véhicules dans le frontend.'),(8386,245,9,'Permettre les demandes de Location'),(8387,246,9,'Permettre les demandes de Location'),(8388,247,9,'Permettre les demandes de Location dans le frontend. Cette fonction sera activée que si --Afficher l`état de la location-- est également réglés sur OUI!'),(8389,248,9,'Afficher Prix'),(8390,249,9,'Afficher Prix'),(8391,250,9,'Afficher les Prix du véhicules dans le frontend'),(8392,251,9,'véhicules par page.'),(8393,252,9,'Régler le nombre de véhicules affichés par page.'),(8394,253,9,'Pagination.'),(8395,254,9,'Taille des photos du véhicule'),(8396,255,9,'Taille des photos du véhicule'),(8397,256,9,'Régler la taille de photos - width/height in px'),(8398,257,9,'Set size of main image - width/height in px'),(8399,258,9,'Set main photos size - width/height in px'),(8400,259,9,'Vehicle main photos size'),(8401,260,9,'Vehicle gallery photo size'),(8402,261,9,'Vehicle gallery photo size'),(8403,262,9,'Set gallery photo size - width/height in px'),(8404,263,9,'Vehicle upload photo size'),(8405,264,9,'Vehicle upload photo size'),(8406,265,9,'Set upload photo size - width/height in px'),(8407,266,9,'Page produits'),(8408,267,9,'Page produits'),(8409,268,9,'Entrée La quantité de véhicules afficher sur chaque page.'),(8410,269,9,'Add Vehicle email'),(8411,270,9,'An email address for notifying about new vehicle has been added on'),(8412,271,9,'Commentaire email'),(8413,272,9,'Commentaire email'),(8414,273,9,'Où envoyer des messages de notification pour les nouveaux commentaires ajoutés. Vous pouvez entrer plusieurs adresses e-mail séparées par une virgule.'),(8415,274,9,'Email de demande de location'),(8416,275,9,'Email de demande de location'),(8417,276,9,'Où envoyer des messages de notification pour les nouvelles demande de location ajoutés. Vous pouvez entrer plusieurs adresses e-mail séparées par une virgule.'),(8418,277,9,'VehicleManager :: demande de location'),(8419,278,9,'VehicleManager :: au sujet de'),(8420,279,9,'au sujet de'),(8421,280,9,'note de publication'),(8422,281,9,'Changelog'),(8423,282,9,'Bienvenu chez Véhicule Manager'),(8424,283,9,'Merci d`utiliser notre composant!<br /><br />\\r\\nVehicleManager vous permet de gérer un large catalogues de véhicule. Il est disponible avec une catégorie et sous-catégorie d`aide(l`assistance) et vous pouvez ajouter un VehicleID Pour votre référence interne. La gestion de la location est incorporée, avec une possibilité de demande de location pour les utilisateurs de votre site Web. VehicleManager offre aussi la possibilité d`avis de véhicule par des utilisateurs, avec la gestione des avis dans le backend. Edocument l`assistance) est incorporé. Les informations de véhicule et des photos de véhicule peuvent être entrés manuellement. <br/ ><br />\\r\\nNOTES: <br/ >\\r\\n- Pour le téléchargement de photos sur votre serveur pour un bon foctionnement, vous devez compiler PHP5 avec with CURL support<br />\\r\\n- pour un bon foctionnement CSV exporte, vous devez compiler PHP5 avec PHP5 with XSL support<br/ >\\r\\n- pour un bon foctionnement CAPTCHA, vous devez compiler PHP5 avec GD support<br />\\r\\n<br />\\r\\nSur le site web<a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> Vous trouverez des notices pour VehicleManager, des Langues supplémentaire fichie des Forums d`assistance et télécharger aussi des modules supplémentaires et plugins.<br />\\r\\n<br />\\r\\nNous sommes disponibles pour le Développement Personnalisé si vous voulez de nouvelle fonction supplémentaire pour VehicleManager. envoyer s`il vous plaît par courrier électronique vos demande exactes à <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> Et nous vous contacterons en vous citant. Quand vous commandez une version payante payée, vous recevrez la prochaine version PRO vos fonctions personnalisées supplémentaire.'),(8425,284,9,'Les champs ci-dessous doivent seulement être remplis manuellement Lorsque vous avez défini '),(8426,285,9,'. Autrement ils seront ignorés.'),(8427,286,9,'Demande de location'),(8428,287,9,'La liste montre les véhicules choisis pour la location.<br />Si elle est vide, vérifiez s`il vous plaît votre sélection de nouveau.'),(8429,288,9,'Votre nom complet'),(8430,289,9,'email'),(8431,290,9,'Votre adresse postale postale'),(8432,291,9,'Date de retour du véhicule'),(8433,292,9,'Location de'),(8434,293,9,'Votre demande de location a été stockée dans notre base de données. Nous vérifierons votre demande et vous informerons dès que possible.<br />Merci pour pour l`utilisation de notre service.'),(8435,294,9,'Votre demande de d`achat a été stockée dans notre base de données. Nous vérifierons votre demande et vous informerons dès que possible.<br />Merci pour pour l`utilisation de notre service.'),(8436,295,9,'VehicleManager : Demande de location acceptée'),(8437,296,9,'le véhicule'),(8438,297,9,'Votre demande est disponible à la location.'),(8439,298,9,'Sauvegarder'),(8440,299,9,'location de véhicules'),(8441,300,9,'Retour d`un véhicule de location'),(8442,301,9,'Accepter la demande'),(8443,302,9,'Refuser la demande'),(8444,303,9,'Importer véhicules'),(8445,304,9,'Exporter véhicules'),(8446,305,9,'Supprimez l`avis'),(8447,306,9,'Editer l`avis'),(8448,307,9,'Informations générales:'),(8449,308,9,'Version:'),(8450,309,9,'Date de sortie:'),(8451,310,9,'Lien du projet:'),(8452,311,9,'Hébergement du projet:'),(8453,312,9,'License:'),(8454,313,9,'Ce programme est distribué dans l`espoir qu`il sera utile, mais sans aucune garantie. Voir la LICENSE.TXT inclus pour plus de détails.'),(8455,314,9,'Developed by:'),(8456,315,9,'Homepage'),(8457,316,9,'lien de téléchargement du document'),(8458,317,9,'Permettre le téléchargement du document'),(8459,318,9,'Permettez le téléchargement d`edocuments dans le frontend. Cette fonction sera seulement activée si --Montrez le lien de Téléchargement d`edocuments -- Est aussi reglé sur OUI'),(8460,319,9,'Allow edocuments download'),(8461,320,9,'Permette le prix:'),(8462,321,9,'Permette le prix dans le frontend. Cette fonction sera seulement activée si -- Montrez le prix -- Est aussi reglé sur OUI!'),(8463,322,9,'Permette le prix'),(8464,323,9,'VehicleManager :: Avis'),(8465,324,9,'véhicules titre'),(8466,325,9,'Revoir le titre'),(8467,326,9,'Tapez les caractères que vous voyez dans l`image ci-dessus dans la boîte ci-dessous.'),(8468,327,9,'Imprimer'),(8469,328,9,'Choisissez s`il vous plaît les colonnes pour l`impression et cliquez ensuite Suite!'),(8470,329,9,'Font size'),(8471,330,9,'Format'),(8472,331,9,'Montrez la licence de téléchargement d`edocument'),(8473,332,9,'Montrez la licence de téléchargement d`edocument accepte/refuser avant d`accepter le téléchargement a partir du frontend'),(8474,333,9,'Montrez la licence de téléchargement d`edocument'),(8475,334,9,'Contrat de licence'),(8476,335,9,'Accepter?'),(8477,336,9,'Ajouter un avis'),(8478,337,9,'Cacher l`avis'),(8479,338,9,'Montrer le bouton Achetez maintenant'),(8480,339,9,'Montrer le bouton Achetez maintenant'),(8481,340,9,'Montrer le bouton Achetez maintenant À côté du véhicule dans le frontend'),(8482,341,9,'Permettre le boutonAchetez maintenant:'),(8483,342,9,'Montrer le bouton Achetez maintenant Dans le frontend pour les catégories choisies. Cette fonction sera activée seulement si --Montrer le bouton Achetez maintenant-- Est aussi reglé sur OUI! Vous pouvez choisir des catégories multiples.'),(8484,343,9,'Permettre le bouton Achetez maintenant'),(8485,344,9,'Exportation complète des données'),(8486,345,9,'Importation complète des données '),(8487,346,9,'Cette opération enlèvera TOUTES les données VehicleManager existantes avant l`importation. Vous voulez continuer?'),(8488,347,9,'\\r\\n<strong>CSV&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>À l`heure actuelle le format de CSV suivant est supporté:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Type d`annonce&nbsp;|&nbsp;Prix&nbsp;|&nbsp;PRIX type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>Les champs sont séparés par une Barre verticale (<strong>&nbsp;|&nbsp;</strong>)</li>\\r\\n	<li>Vous pouvez importer une liste entière avec juste VehicleID en laissant les autres champs vides, par exemple:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;PRIX&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li><strong>WARNING:</strong>&nbsp;N`utilisez pas l`importation de CVS s`il y des avis déjà présent de Véhicule, dans ce cas utiliser l`importation de données complète!</li>\\r\\n</ul>\\r\\n<strong>XML&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>import in XML &#1092;&#1086;&#1088;&#1084;&#1072;&#1090;</li>\\r\\n	<li><strong>WARNING:</strong>&nbsp;N`utilisez pas l`importation de XML s`il y aun avis déjà présent de Véhicule, dans ce cas utiliser l`importation de données complète!</li>\\r\\n  <li><strong>AVERTISSEMENT:</strong>&nbsp;associations entre les maisons ne seront pas enregistrées!</li>\n        <li><strong>AVERTISSEMENT:</strong>&nbsp;vous devez télécharger les images une par, pas de photos seront sauvés!</li></ul>\\r\\n<strong>FULL&nbsp;DATA&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>Cette importation importera toutes les données VehicleManager et rétablira tous les champs et détails</li>\\r\\n	<li>Cette option écrasera TOUTES les entrées existantes, soyer prudent en l`utilisant!</li>\\r\\n	<li>Pour sauvegarder toutes les photos du Véhicules, sauvegarder s`il vous plaît tous les fichiers du dossier: --components/com_vehiclemanager/photos--!</li>\\r\\n	<li>Pour sauvegarder tous les Véhicules eDocuments, sauvegarder s`il vous plaît tous les'),(8489,348,9,'\\r\\n<strong>CSV&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>CSV L`exportation contiendra tous les champs pour une nouvelle rédaction dans un éditeur de texte ou une application</li>\\r\\n	<li>Notez s`il vous plaît que pour l`importation ultérieure, seulement le format de CSV suivant est supporté:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Type d`annonce&nbsp;|&nbsp;Prix&nbsp;|&nbsp;Prix type&nbsp;|&nbsp;Véhicule Titre&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>Vous pouvez aussi importer plus tard des avis de Véhicule utiliser l`exportation COMPLÈTE de préférence!</li>\\r\\n  <li><strong>AVERTISSEMENT:</strong>&nbsp;associations entre les maisons ne seront pas enregistrées!</li>\n        <li><strong>AVERTISSEMENT:</strong>&nbsp;vous devez télécharger les images une par, pas de photos seront sauvés!</li></ul>\\r\\n<strong>XML&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>XML L`exportation est la façon préférée d`exporter des véhicules avec des Descriptions de Véhicule</li>\\r\\n	<li>XML L`exportation contiendra tous les détails de véhicule, y compris des Descriptions, prêtes pou une importation ultérieur</li>\\r\\n</ul>\\r\\n<strong>FULL&nbsp;DATA&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>Cette exportation exportera toutes les données VehicleManager et sauvegadera tous les champs et entrées</li>\\r\\n	<li>Vous pouvez plus tard utiliser ces fichiers pour rétablir vos données VehicleManager complètement</li>\\r\\n	<li>Cette importation ultérieure écrasera TOUTES les entrées existantes, soyer prudente en l`utilisant!</li>\\r\\n	<li>Pour rétablir toutes les photos de véhicule, rétablissez s`il vous plaît tous les fichiers du dossier: --components/com_vehiclemanager/photos--!</li>\\r\\n	<li>Pour rétablir tout le véhicule eDocuments, rétablissez s`il vous plaît tous les fichiers du dossier dont vous avez paramétré [Paramètres Backend] -- [Location of edocuments]</li>\\r\\n</ul>'),(8490,349,9,'Envoyez Notification d`avis'),(8491,350,9,'Envoyez Notification d`avis'),(8492,351,9,'Fixer les paramètre sur OUI si vous voulez être notifiés par le courrier électronique quand un utilisateur ajoute un avis de Véhicule. Utilisez le panneau à droite pour déterminer qui enverra ces notifications. Vous pouvez mettre les adresses électroniques de réception dans Configuration Backend.'),(8493,352,9,'Les groupes d`utilisateur dont les notifications d`avis seront envoyées'),(8494,353,9,'Les groupes d`utilisateur dont les notifications d`avis seront envoyées'),(8495,354,9,'Choisissez quel groupes d`utilisateur enverront des avis. Cette fonction sera activée seulement si - Envoyer Avis - est aussi reglé sur OUI'),(8496,355,9,'Envoyer une demande de Location Notification'),(8497,356,9,'Envoyer une demande de Location Notification'),(8498,357,9,'Fixer les paramètres si vous voulez être notifiés par le courrier électronique quand un utilisateur soumet une Demande de Location. Utilisez le panneau à droite pour déterminer qui enverra ces notifications. Vous pouvez mettre les adresses électroniques de réception dans Configuration Backend.'),(8499,358,9,'User groups from which Rent Request notifications will be sent'),(8500,359,9,'Les groupes d``utilisateur dont les notifications de demande location seront envoyées'),(8501,360,9,'Choisissez quel groupes d`utilisateur enverront les notifications de demande location. Cette fonction sera activée seulement si --Envoyez Notification de Suggestion-- Est aussi reglé sur OUI'),(8502,361,9,'Review comment'),(8503,362,9,'Images de Catégorie Personnalisées'),(8504,363,9,'Images de Catégorie Personnalisées'),(8505,364,9,'Si parametrer sur OUI vous pouvez assigner une image personnalisée à chaque catégorie au lieu de l`icône de dossier standard. Vous pouvez alors ajuster les images de catégorie dans VehicleManager - Manage&nbsp;Categories - Edit - Select&nbsp;image'),(8506,365,9,'Montrer Sous-catégorie'),(8507,366,9,'Show for single subcategory'),(8508,367,9,'Montrer Sous-catégorie'),(8509,368,9,'Si parametrer sur OUI, vous verrez la sous-catégorie dans chaque catégorie'),(8510,369,9,'If set to YES, you will see subcategory for single select category'),(8511,370,9,'Vous ne pouvez pas retourner une location qui na pas été en location'),(8512,371,9,'Faites s`il vous plaît une sélection dans la liste Louer des Véhicules'),(8513,372,9,'Faites s`il vous plaît une sélection dans la liste Rendre le Véhicule loué'),(8514,373,9,'Faites s`il vous plaît une sélection de la liste Accepter la Demande'),(8515,374,9,'Faites s`il vous plaît une sélection de la liste Refuser la Demande'),(8516,375,9,'Vous devez choisir un type a importer!'),(8517,376,9,'Vous devez choisir un type pour exporter!'),(8518,377,9,'Insérez s`il vous plaît un titre pour ce véhicule!'),(8519,378,9,'Insérez s`il vous plaît un VéhiculeID pour ce véhicule!'),(8520,379,9,'Un véhicule avec ce VéhiculeID existe déjà!'),(8521,380,9,'Vous devez choisir une Catégorie pour le véhicule!'),(8522,381,9,'S`il vous plaît, entrez un nom pour votre demande d`achat!'),(8523,382,9,'S`il vous plaît entrer une adresse e-mail pour votre demande d`achat!'),(8524,383,9,'S`il vous plaît entrer un numéro de téléphone valide pour votre demande d`achat!'),(8525,384,9,'Champs obligatoires'),(8526,385,9,'Champs recommandé'),(8527,386,9,'Champs adressee'),(8528,387,9,'Options'),(8529,388,9,'Options extérieures'),(8530,389,9,'Options intérieures'),(8531,390,9,'Autres options'),(8532,391,9,'Photo manage'),(8533,392,9,'Galerie Photo de Véhicule'),(8534,393,9,'Advertisment'),(8535,394,9,'Informations du client '),(8536,395,9,'VehicleManager :: Directeur de Vente'),(8537,396,9,'contacter LBA-AUTO'),(8538,397,9,'Achat Caché'),(8539,398,9,'Envoyez la Demande'),(8540,399,9,'Envoyez une  Notification de Demande d`Achat'),(8541,400,9,'Envoyez une  Notification de Demande d`Achat'),(8542,401,9,'Fixer les paramètre sur OUI si vous voulez être notifiés par le courrier électronique quand un utilisateur ajoute une demande d`achat . Utilisez le panneau à droite pour déterminer qui enverra ces notifications. Vous pouvez mettre les adresses électroniques de réception dans Configuration Backend.'),(8543,402,9,'Les groupes d`utilisateur dont les demande d`achat seront envoyées'),(8544,403,9,'Les groupes d`utilisateur dont les demande d`achat seront envoyées'),(8545,404,9,'Choisissez quel groupes d`utilisateur enverront une notifications de demande d`achat. Cette fonction sera activée seulement si - Envoyer demande de notification d`achat- est aussi reglé sur OUI'),(8546,405,9,'Email de Demande d`achat'),(8547,406,9,'Email de Demande d`achat'),(8548,407,9,'Où envoyer des messages de notification pour toute nouvelle Demande d`Achat supplémentaire. Vous pouvez entrer plusieurs adresses électroniques Séparé par une virgule.'),(8549,408,9,'VehicleManager :: Paramètres'),(8550,409,9,'Supprimer'),(8551,410,9,'Photo '),(8552,411,9,'Montrer l`onglet avis'),(8553,412,9,'Montrer l`onglet avis'),(8554,413,9,'Reglé sur OUI si vous voulez montrer l`onglet avis.'),(8555,414,9,'Montrer l`Emplacement de l`onglet'),(8556,415,9,'Montrer l`Emplacement de l`onglet '),(8557,416,9,'Reglé sur OUI si vous voulez montrer l`onglet d`Emplacement.'),(8558,417,9,'Ajoutez Véhicule'),(8559,418,9,'Show button<br />Ajoutez Véhicule'),(8560,419,9,'Montrer bouton<br />Ajoutez Véhicule'),(8561,420,9,'Montrer bouton Ajoutez Véhicule Dans la liste véhicule dans le frontend'),(8562,421,9,'Allow button<br />Ajoutez Véhicule'),(8563,422,9,'Permettre bouton<br />Ajoutez Véhicule'),(8564,423,9,'Permettre bouton Ajoutez Véhicule Dans le frontend. Cette fonction sera activée seulement si --Montrer bouton Ajoutez Véhicule-- Est aussi reglé sur OUI!'),(8565,424,9,'Show button<br />print PDF'),(8566,425,9,'Show button<br />print PDF'),(8567,426,9,'Shows button print PDF in the vehicle list in the frontend'),(8568,427,9,'Allow button<br />print PDF'),(8569,428,9,'Allow button<br />print PDF'),(8570,429,9,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(8571,430,9,'Show button<br />print View'),(8572,431,9,'Show button<br />print View'),(8573,432,9,'Shows button print View in the vehicle list in the frontend'),(8574,433,9,'Allow button<br />print View'),(8575,434,9,'Allow button<br />print View'),(8576,435,9,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(8577,436,9,'Show button<br />send Link'),(8578,437,9,'Show button<br />send Link'),(8579,438,9,'Shows button send Link in the vehicle list in the frontend'),(8580,439,9,'Allow button<br />send Link'),(8581,440,9,'Allow button<br />send Link'),(8582,441,9,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(8583,442,9,'Contacts'),(8584,443,9,'Montrer Contactes'),(8585,444,9,'Montrer Contacts '),(8586,445,9,'L`affichage contacte sur `Principal` onglet.'),(8587,446,9,'Emplacement de photos'),(8588,447,9,'L`emplacement des photos téléchargées sur le serveur. Le chemin est relatif au répertoire Joomla principal et doit commencer et finir avec a /'),(8589,448,9,'Photos location'),(8590,449,9,'Disponible à la location a partir'),(8591,450,9,'Disponible à la location jusqu`au'),(8592,451,9,'Pas disponible a la location'),(8593,452,9,'Disponible a la location'),(8594,453,9,'Votre véhicule a été stocké dans notre base de données. Nous vérifierons votre demande nous l`ajouterons dès que possible.<br />Thank you for using our service'),(8595,454,9,'Location'),(8596,455,9,'Caractéristiques du véhicule'),(8597,456,9,'---sélectionnez---'),(8598,457,9,'véhicules à vendre'),(8599,458,9,'véhicule a louer'),(8600,459,9,'voir avec le manager,départ'),(8601,460,9,'berline,convertible,coupé,crossover,hayon,pickup,véhicule tout terrain,truck,fourgon'),(8602,461,9,'neuf,occasion'),(8603,462,9,'manuelle,automatique'),(8604,463,9,'active,offer,contract,fermé,retiré'),(8605,464,9,'Fwd,Rwd,Awd,4wd,2wd'),(8606,465,9,'essence,diesel,gaz,électrique,hybride,non cotées'),(8607,466,9,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(8608,467,9,'4,5,6,8,10,12,16'),(8609,468,9,'aucune,2,3,4,5,6,7'),(8610,469,9,'Edit'),(8611,470,9,'Approved'),(8612,471,9,'Maker'),(8613,472,9,'Show my vehicles'),(8614,473,9,'tous les'),(8615,474,9,'from'),(8616,475,9,'to'),(8617,476,9,'list'),(8618,477,9,'gallery'),(8619,478,9,'User-selectable'),(8620,479,9,'Owner'),(8621,480,9,'Full XML'),(8622,481,9,'Id'),(8623,482,9,'Add Vehicle'),(8624,483,9,'Publish'),(8625,484,9,'Unpublish'),(8626,485,9,'Delete'),(8627,486,9,'Return vehicle from rent'),(8628,487,9,'Rent'),(8629,488,9,'You have not hevicles'),(8630,489,9,'Sorry, you have not access to this page'),(8631,490,9,'Show RSS'),(8632,491,9,'Show RSS or not'),(8633,492,9,'Show RSS'),(8634,493,9,'Allow RSS for'),(8635,494,9,'Allow RSS'),(8636,495,9,'Select users for whom allow RSS'),(8637,496,9,'Approve added vehicles'),(8638,497,9,'Approve added vehicles'),(8639,498,9,'Approve vehicles added'),(8640,499,9,'Allow approve'),(8641,500,9,'Allow approve'),(8642,501,9,'Choose users whom allow approve vehicles from frontend'),(8643,502,9,'View type'),(8644,503,9,'View type'),(8645,504,9,'Select view type for vehicles'),(8646,505,9,'Show location map'),(8647,506,9,'Location map'),(8648,507,9,'If choose \\\"yes\\\" then show location map '),(8649,508,9,'Save database after uninstall component:'),(8650,509,9,'Update'),(8651,510,9,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(8652,511,9,'Show owner'),(8653,512,9,'Show owner'),(8654,513,9,'Show vehicle owner or not'),(8655,514,9,'Rent request answer'),(8656,515,9,'Rent request answer'),(8657,516,9,'Send email to user about rent request solution'),(8658,517,9,'Accepted'),(8659,518,9,'Declined'),(8660,519,9,'Answer for your rent request'),(8661,520,9,'Your rent request for vehicle'),(8662,521,9,''),(8663,522,9,'no-img_eng_big.gif'),(8664,523,9,'Edit vehicle'),(8665,524,9,'Add Vehicle'),(8666,525,9,'Edit Vehicle'),(8667,526,9,'My vehicles'),(8668,527,9,'Show button<br />Owners List'),(8669,528,9,'Show owners list'),(8670,529,9,'If choose \\\"yes\\\" then show owners list in frontend'),(8671,530,9,'Allow button<br />Owners List'),(8672,531,9,'Allow owners list'),(8673,532,9,'Choose users, whom allow show owners list'),(8674,533,9,'Owners list'),(8675,534,9,'Owners list'),(8676,535,9,'Owners'),(8677,536,9,'Vehicles'),(8678,537,9,'User vehicles'),(8679,538,9,'There have not vehicles'),(8680,539,9,'You have not logined! If you want edit vehicle in future, then login!'),(8681,540,9,'Rent request'),(8682,541,9,'Vehicle with this Id do not find'),(8683,542,9,'You can`t view this page because it not published'),(8684,543,9,'You can`t view this page because it not approved by administrator'),(8685,544,9,'Check categories of vehicles'),(8686,545,9,'Are you sure?'),(8687,546,9,'Please select vehicles first!'),(8688,547,9,'Form for answer to rent request'),(8689,548,9,'Form for answer to rent request'),(8690,549,9,'Form for answer to rent request'),(8691,550,9,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(8692,551,9,'Buy request answer'),(8693,552,9,'Buy request answer'),(8694,553,9,'Send email to user about buy request solution'),(8695,554,9,'Form for answer to buy request'),(8696,555,9,'Form for answer to buy request'),(8697,556,9,'Form for answer to buy request'),(8698,557,9,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(8699,558,9,'Accepted'),(8700,559,9,'Declined'),(8701,560,9,'Publish added vehicles'),(8702,561,9,'Publish added vehicles'),(8703,562,9,'Publish vehicles added'),(8704,563,9,'Allow publish'),(8705,564,9,'Allow publish'),(8706,565,9,'Choose users whom allow publish vehicles'),(8707,566,9,'Date'),(8708,567,9,'Rent before end notify'),(8709,568,9,'Rent before end notify'),(8710,569,9,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> `http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify`   with span - every day.<br /> Cron Jobs may look like:<br /> `wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null` '),(8711,570,9,'Rent end days'),(8712,571,9,'Rent end days'),(8713,572,9,'How much days before rent end send notify email'),(8714,573,9,'Rent end email'),(8715,574,9,'Rent end email'),(8716,575,9,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(8717,576,9,'Edit rent'),(8718,577,9,'VehicleManager - Edit vehicle rent details'),(8719,578,9,'User groups for which Contacts  will show'),(8720,579,9,'User groups for which Contacts  will show'),(8721,580,9,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(8722,581,9,' User groups for which Location tab will be shown'),(8723,582,9,' User groups for which Location tab will be shown'),(8724,583,9,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(8725,584,9,'User groups for which Reviews tab will be shown'),(8726,585,9,'User groups for which Reviews tab will be shown'),(8727,586,9,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(8728,587,9,'Show Buy Request'),(8729,588,9,'Show Buy request in the frontend'),(8730,589,9,'Set Yes to show the button Send Buy Request on the frontend.'),(8731,590,9,'User groups which will see button Send Buy Request'),(8732,591,9,'Allow Buy request'),(8733,592,9,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(8734,593,9,'Send Add vehicle Notification'),(8735,594,9,'Send Add vehicle Notification'),(8736,595,9,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(8737,596,9,'User groups from which Add vehicle notifications will be sent'),(8738,597,9,'User groups from which Add vehicle notifications will be sent'),(8739,598,9,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(8740,599,9,'Show fields in list view'),(8741,600,9,'This section helps to configure the view only but not to restrict user rights.'),(8742,601,9,'To show the [Price] a radio selector [Show price] must be checked.'),(8743,602,9,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(8744,603,9,'Community Builder plugin / My Vehicles menu item settings'),(8745,604,9,'Show my vehicles (in CB)'),(8746,605,9,'Show edit vehicles'),(8747,606,9,'Show rent requests'),(8748,607,9,'Show buy requests'),(8749,608,9,'Show user rent history'),(8750,609,9,'Show my vehicles to'),(8751,610,9,'Show edit vehicles to'),(8752,611,9,'Show rent requests to'),(8753,612,9,'Show buy requests to'),(8754,613,9,'Show user rent history to'),(8755,614,9,'Show my vehicles'),(8756,615,9,'Show edit vehicles'),(8757,616,9,'Show rent requests'),(8758,617,9,'Show buy requests'),(8759,618,9,'Show user rent history'),(8760,619,9,'Show button `show my vehicles` on CB plugin'),(8761,620,9,'Show my vehicles'),(8762,621,9,'Select user group for which will be show this button'),(8763,622,9,'Show button `edit my vehicles` on CB plugin / My Vehicles menu item'),(8764,623,9,'Show edit vehicles'),(8765,624,9,'Show button `rent requests` on CB plugin / My Vehicles menu item'),(8766,625,9,'Show rent requests'),(8767,626,9,'Show button `buy requsts` on CB plugin / My Vehicles menu item'),(8768,627,9,'Show buy requsts'),(8769,628,9,'Show button `my rent history` on CB plugin / My Vehicles menu item'),(8770,629,9,'Show my rent history'),(8771,630,9,'Calendar of availability and rental rates per period'),(8772,631,9,'Week'),(8773,632,9,'Weekend'),(8774,633,9,'Midweek'),(8775,634,9,'Year'),(8776,635,9,'Month'),(8777,636,9,'Calendar'),(8778,637,9,'Add price'),(8779,638,9,'Select price which are necessary to remove'),(8780,639,9,'Available date Not available date for rent'),(8781,640,9,'Not available date for rent'),(8782,641,9,'New price rent'),(8783,642,9,'Add new price rent'),(8784,643,9,'Calendar'),(8785,644,9,'User groups for which Calendar tab will be shown'),(8786,645,9,'Show Rent Calendar Tab'),(8787,646,9,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(8788,647,9,'Show Calendar Tab'),(8789,648,9,'Show Calendar Tab'),(8790,649,9,'Set Yes to show Calendar tab'),(8791,650,9,'Show owner'),(8792,651,9,'Show calendar'),(8793,652,9,'Show house calendar or not'),(8794,653,9,'Default price label for calendar'),(8795,654,9,'Default price labels for calendar (weekend, week, midweek)'),(8796,655,9,'Default price label for calendar'),(8797,656,9,'VehicleManager :: Featured Manager'),(8798,657,9,'Feature'),(8799,658,9,'Category'),(8800,659,9,'Published'),(8801,660,9,'Name Alias'),(8802,661,9,'Category Alias'),(8803,662,9,'Features'),(8804,663,9,'Image'),(8805,664,9,'Select photo if it is necessary to remove'),(8806,665,9,'Recommended image size 25 x 25 pixels'),(8807,666,9,'Categories for Manager Feature'),(8808,667,9,'Category must be entered, separated by commas'),(8809,668,9,'Categories for Manager Feature'),(8810,669,9,'Image for Manager Feature'),(8811,670,9,'Image for Manager Feature'),(8812,671,9,'If choose \\\"yes\\\" then show image for Manager Feature'),(8813,672,9,'Show categories for Manager Feature'),(8814,673,9,'Show categories for Manager Feature'),(8815,674,9,'If choose \\\"yes\\\" then show categories for Manager Feature'),(8816,675,9,'Currency'),(8817,676,9,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(8818,677,9,'Currency with coefficients'),(8819,678,9,'Show price sepaprator'),(8820,679,9,'Show price sepaprator'),(8821,680,9,'Show price sepaprator'),(8822,681,9,'Get geographic coordinates'),(8823,682,9,'Language'),(8824,683,9,'Show Custom Text Field 1'),(8825,684,9,'Show Custom Text Field 2'),(8826,685,9,'Show Custom Text Field 3'),(8827,686,9,'Show Custom Text Field 4'),(8828,687,9,'Show Custom Text Field 5'),(8829,688,9,'Show Custom Dropdown Field 6'),(8830,689,9,'Show Custom Dropdown Field 7'),(8831,690,9,'Show Custom Dropdown 8'),(8832,691,9,'Show Custom Dropdown 9'),(8833,692,9,'Show Custom Dropdown 10'),(8834,693,9,'Custom Fields Manager'),(8835,694,9,'Custom Text 1'),(8836,695,9,'Custom Text 2'),(8837,696,9,'Custom Text 3'),(8838,697,9,'Custom Text 4'),(8839,698,9,'Custom Text 5'),(8840,699,9,'Custom Dropdown Field 6'),(8841,700,9,'Custom Dropdown Field 7'),(8842,701,9,'Custom Dropdown Field 8'),(8843,702,9,'Custom Dropdown Field 9'),(8844,703,9,'Custom Dropdown Field 10'),(8845,704,9,'Extra1,Extra2,Extra3,Extra4,Extra5'),(8846,705,9,'Extra1,Extra2,Extra3,Extra4,Extra5'),(8847,706,9,'Extra1,Extra2,Extra3,Extra4,Extra5'),(8848,707,9,'Extra1,Extra2,Extra3,Extra4,Extra5'),(8849,708,9,'Extra1,Extra2,Extra3,Extra4,Extra5'),(8850,709,9,'Frontend Settings'),(8851,710,9,'Category Page Settings'),(8852,711,9,'Email and Notification Settings'),(8853,712,9,'Global Settings'),(8854,713,9,'Plugins Settings'),(8855,714,9,'Image Settings'),(8856,715,9,'Tabs Settings'),(8857,716,9,'Seller Contact Settings'),(8858,717,9,'Feature list settings'),(8859,718,9,'Extra Fields manager'),(8860,719,9,'Rent Request Options'),(8861,720,9,'Buy Request Options'),(8862,721,9,'eDocument Options'),(8863,722,9,'Price Settings'),(8864,723,9,'Show address on map'),(8865,724,9,'General Info'),(8866,725,9,'Specifications'),(8867,726,9,'Photos and Documents'),(8868,727,9,'Additional info'),(8869,728,9,'Seller Contacts'),(8870,729,9,'Required fields'),(8871,730,9,'Vehicle Details'),(8872,731,9,'Attachment Documents'),(8873,732,9,'Set size of main image - width/height in px'),(8874,733,9,'Vehicle gallery photo size'),(8875,734,9,'Set gallery photo size - width/height in px'),(8876,735,9,'VehicleManager :: Language Manager'),(8877,736,9,'Lang tag'),(8878,737,9,'Constant'),(8879,738,9,'Value constant'),(8880,739,9,'Sys type'),(8881,740,9,'All Categories Layout'),(8882,741,9,'Single Category Layout'),(8883,742,9,'Vehicle Page Layout'),(8884,743,9,'All Vehicles Layout'),(8885,744,9,'Common Settings'),(8886,745,9,'Allowed Exts eDocument'),(8887,746,9,'Allowed Exts Image'),(8888,747,9,'Price Format'),(8889,748,9,'Date & Time format'),(8890,749,9,'Date format'),(8891,750,9,'Time format'),(8892,751,9,'%Y - Year; %m - month;  %d - day'),(8893,752,9,'%H - hours; %i - minutes; %s - seconds'),(8894,753,9,'Price unit show'),(8895,754,9,'After'),(8896,755,9,'Before'),(8897,756,9,'Select price ditlimer os set youre.'),(8898,757,9,'Show price unit before or affter price'),(8899,758,9,'Owner custom email'),(8900,759,9,'The main image is absent'),(8901,760,9,'Select photos which are necessary to remove from photo gallery'),(8902,761,9,'Add new photo'),(8903,762,9,'Order By'),(8904,763,9,'No reviews for vehicle.'),(8905,764,9,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(8906,765,9,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(8907,766,9,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(8908,767,9,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(8909,768,9,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(8910,769,9,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(8911,770,9,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(8912,771,9,'Search Layout'),(8913,772,9,'Here You can select a layout for some view.'),(8914,773,9,'License text <br> Sys type(License Text)'),(8915,774,9,'Rent Requests'),(8916,775,9,'Sale Manager'),(8917,776,9,'Features Manager'),(8918,777,9,'Import/Export'),(8919,778,9,'Language Manager'),(8920,779,9,'Settings'),(8921,780,9,'Group'),(8922,781,9,'Count of cars'),(8923,782,9,'How many cars users can publish from a specific group.'),(8924,783,9,'Show PayPal buy'),(8925,784,9,'Allow PayPal buy'),(8926,785,9,'Show PayPal rent'),(8927,786,9,'Allow PayPal rent'),(8928,787,9,'Your PayPal email'),(8929,788,9,'Successful return url'),(8930,789,9,'After successful payment returns the buyer on your page.'),(8931,790,9,'Image url'),(8932,791,9,'Add image to PayPal page.'),(8933,792,9,'Cancel return url'),(8934,793,9,'If buyer press cancel in payment page, returns the buyer on your page.'),(8935,794,9,'Real(yes) or a test(no) PayPal account'),(8936,795,9,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(8937,796,9,'PayPal Options'),(8938,797,9,'Number of photos'),(8939,798,9,'How many photos in gallery users can publish from a specific group.'),(8940,799,9,'Total price: '),(8941,800,9,'Go now to PayPal'),(8942,801,9,'Special price per day'),(8943,802,9,'Special price per night'),(8944,803,9,'Add new special price and save'),(8945,804,9,'From'),(8946,805,9,'To'),(8947,806,9,'Price per day'),(8948,807,9,'Сalculate'),(8949,808,9,'Special price and rent time'),(8950,809,9,'Special price per day(\"yes\") or per night(\"no\")'),(8951,810,9,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(8952,811,9,'Pay'),(8953,812,9,'Language'),(8954,813,9,'Select Language'),(8955,814,9,'Clone'),(8956,815,9,'Orders'),(8957,816,9,'Message for Cancel URL text'),(8958,817,9,'Message for Successes URL text'),(8959,818,9,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(8960,819,9,'Category/All vehicle Layout Settings'),(8961,820,9,'Email Notification Options'),(8962,821,9,'Review Notification Options'),(8963,822,9,'Order ID'),(8964,823,9,'Vehicle title'),(8965,824,9,'Email'),(8966,825,9,'Date'),(8967,826,9,'Status'),(8968,827,9,'Price'),(8969,828,9,'Paid'),(8970,829,9,'Details'),(8971,830,9,'User'),(8972,831,9,'Username'),(8973,832,9,'Accept type/info: '),(8974,833,9,'Payment system: '),(8975,834,9,'Payer email: '),(8976,835,9,'Pending reason: '),(8977,836,9,'In your request encountered an error, please contact the administrator!'),(8978,837,9,'Please insert a Price for this house!'),(8979,838,9,'To add special prices, you must first save property !'),(8980,839,9,'Crop image'),(8981,840,9,'Set Yes to crop images and No to scale images'),(8982,841,9,'Insert the Message on page with notification about unsuccessfull payment'),(8983,842,9,'You do unsuccess payment!'),(8984,843,9,'Insert the Message on page with notification about successfull payment'),(8985,844,9,'You do success payment!'),(8986,845,9,'Video'),(8987,846,9,'Video source'),(8988,847,9,'Delete video'),(8989,848,9,'Add new video file'),(8990,849,9,'Track for video'),(8991,850,9,'Track download link'),(8992,851,9,'Delete track'),(8993,852,9,'Video and track support:'),(8994,853,9,'Add new track'),(8995,854,9,'Add alternative video'),(8996,855,9,'Upload video'),(8997,856,9,'Video download link'),(8998,857,9,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(8999,858,9,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(9000,859,9,'Kind (Specifies the kind of text track)'),(9001,860,9,'Src lang (language of the track)'),(9002,861,9,'Label (Specifies the title of the text track)'),(9003,862,9,'Upload track'),(9004,863,9,'Error uploading video!'),(9005,864,9,'Error uploading track!'),(9006,865,9,'Location of video'),(9007,866,9,'Location of track'),(9008,867,9,'Allowed Exts Video'),(9009,868,9,'Allowed Exts Track'),(9010,869,9,'Please insert an track kind'),(9011,870,9,'Please insert an track language'),(9012,871,9,'Please insert an track title'),(9013,872,9,'Video/Track Options'),(9014,873,9,'Options for user groups'),(9015,874,9,'Update options'),(9016,875,9,'Buttons Settings'),(9017,876,9,'Vehicle Maps Image, px:'),(9018,877,9,'Set maps image width/height in pixels'),(9019,878,9,'Vehicle Page Settings'),(9020,879,9,'Common Settings'),(9021,880,9,'AllCategories Layout Settings'),(9022,881,9,'Approve Published Review:'),(9023,882,9,'Approve Published For'),(9024,883,9,'Buttons Settings'),(9025,884,9,'Post max size in your PHP settings less than your video file.!'),(9026,885,9,'Upload max file size in your PHP settings less than your video file.!'),(9027,886,9,'File uploads is off in your PHP settings.!'),(9028,887,9,'Rent history'),(9029,888,9,'VehicleManager :: Rent Hisory'),(9030,889,9,'Users Rent History'),(9031,890,9,'VehicleManager :: Users Rent Hisory'),(9032,891,9,'OwnerID'),(9033,892,9,'Contact agent'),(9034,894,9,'View listing'),(9035,893,9,'Contact info'),(9036,895,9,'Your review has been added'),(9037,896,9,'Edit vehicles'),(9038,897,9,'Vehicle Location'),(9039,898,9,'Exterior & Interior'),(9040,899,9,'Attachments'),(9041,900,9,'VehicleManager : Orders'),(9042,901,9,'You have max photos. Limit for this users group'),(9043,902,9,'Address'),(9044,903,9,'Range(km)'),(9045,904,9,'Select Category'),(9046,905,9,'Search'),(9047,906,9,'Other'),(9048,907,9,'No reviews for vehicle'),(9049,908,9,'Captcha Settings'),(9050,909,9,'Show captcha<br />for review form'),(9051,910,9,'Show captcha for review form in the reviews tab on the frontend'),(9052,911,9,'Allow captcha<br />for review form'),(9053,912,9,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(9054,913,9,'Show captcha for<br />contact agent form'),(9055,914,9,'Show captcha for contact agent form in the reviews tab on the frontend'),(9056,915,9,'Allow captcha for<br />contact agent form'),(9057,916,9,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(9058,917,9,'Show captcha<br />for booking form'),(9059,918,9,'Show captcha for booking form in the reviews tab on the frontend'),(9060,919,9,'Allow captcha<br />for booking form'),(9061,920,9,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(9062,921,9,'Show button Add to Wish List'),(9063,922,9,'Show button Add to Wish List or not'),(9064,923,9,'Allow Wish List for'),(9065,924,9,'Select users for whom allow Wish List'),(9066,925,9,'Add to wishlist'),(9067,926,9,'Remove from wishlist'),(9068,927,9,'Google Map Options'),(9069,928,9,'Api Key'),(9070,929,9,'Field to enter google map api key'),(9071,930,9,'Google Maps API error: missing key map error!'),(9072,931,9,'To get Google Maps API key follow below link'),(9073,932,9,'Settings Layout Search Results '),(9074,933,9,'Show map<br />for layout search results'),(9075,934,9,'Show map for layout search results on the frontend'),(9076,935,9,'Allow map<br />for layout search results'),(9077,936,9,'Allow map for layout search results in the frontend.'),(9078,937,9,'Show order by form<br />for all layouts'),(9079,938,9,'Show order by form for all layouts on the frontend'),(9080,939,9,'Allow order by form<br />for all layouts'),(9081,940,9,'Allow order by form for all layouts in the frontend.'),(9082,941,9,'Show Contact Agent/Book Now Tab'),(9083,942,9,'Set Yes to show Contact Agent/Book Now tab'),(9084,943,9,'User groups for which Contact Agent/Book Now tab will be shown'),(9085,944,9,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(9086,946,9,'Options access to edit vehicles'),(9087,947,9,'Users group who will have access to edit users vehicles'),(9088,948,9,'Permit edit vehicles for other users'),(9089,949,9,'Select all users'),(9090,950,9,'Select the plugin in Vehicle Manager settings!'),(9091,951,9,'Show google captcha'),(9092,952,9,'Show google captcha'),(9093,953,9,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(9094,954,9,'Mandatory fields'),(9095,955,9,'Year of issue'),(9096,956,9,'Set \"YES\" make the field year of issue mandatory'),(9097,957,9,'Mileage'),(9098,958,9,'Set \"YES\" make the field mileage mandatory'),(9099,959,9,'Price'),(9100,960,9,'Set \"YES\" make the field price mandatory'),(9101,961,9,'Show search button<br>on frontend'),(9102,962,9,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(9103,963,9,'Show search button<br>for users'),(9104,964,9,'Select the user for which the search button on frontend will be displayed.'),(9105,965,9,'anonymous'),(9106,966,9,'New rent request added!'),(9107,967,9,'New buying request added!'),(9108,968,9,'New vehicle review added'),(9109,969,9,'SUBJECT'),(9110,970,9,'Rent expire Notice!'),(9111,971,9,'Add email user to <br /> send reply'),(9112,972,9,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(9113,973,9,'Add email user to review notification'),(9114,974,9,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(9115,975,9,'Add email user to vehicle notification'),(9116,976,9,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(9117,977,9,'Add email user to buying request notification'),(9118,978,9,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(9119,979,9,'Settings rent options on search page'),(9120,982,9,'Search Settings'),(9121,980,9,'Show available for rent'),(9122,981,9,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9123,983,9,'Show year of issue'),(9124,984,9,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9125,985,9,'Show price of vehicle'),(9126,986,9,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9127,987,9,'Show condition status'),(9128,988,9,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9129,989,9,'Show listing status'),(9130,990,9,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9131,991,9,'Show transmission type'),(9132,992,9,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9133,993,9,'Show maker'),(9134,994,9,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9135,995,9,'Show drive type'),(9136,996,9,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9137,997,9,'Show vehicle model'),(9138,998,9,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9139,999,9,'Show number cylinders'),(9140,1000,9,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9141,1001,9,'Show vehicle type'),(9142,1002,9,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9143,1003,9,'Show number speeds'),(9144,1004,9,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9145,1005,9,'Show listing type'),(9146,1006,9,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9147,1007,9,'Show vehicle fuel type'),(9148,1008,9,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9149,1009,9,'Show vehicle price type'),(9150,1010,9,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9151,1011,9,'Show vehicle number doors'),(9152,1012,9,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9153,1013,9,'Show vehicle category'),(9154,1014,9,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9155,1015,9,'Show vehicle ID'),(9156,1016,9,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9157,1017,9,'Show vehicle description'),(9158,1018,9,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9159,1019,9,'Show title'),(9160,1020,9,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9161,1021,9,'Show address'),(9162,1022,9,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9163,1023,9,'Show country'),(9164,1024,9,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9165,1025,9,'Show region'),(9166,1026,9,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9167,1027,9,'Show city'),(9168,1028,9,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9169,1029,9,'Show district'),(9170,1030,9,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9171,1031,9,'Show zipcode'),(9172,1032,9,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9173,1033,9,'Show owner'),(9174,1034,9,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9175,1035,9,'Show mileage'),(9176,1036,9,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9177,1037,9,'Show contact information'),(9178,1038,9,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9179,1039,9,'Show engine type'),(9180,1040,9,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9181,1041,9,'Show city MPG/KPL'),(9182,1042,9,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9183,1043,9,'Show highway MPG/KPL'),(9184,1044,9,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9185,1045,9,'Show wheelbase'),(9186,1046,9,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9187,1047,9,'Show wheeltype'),(9188,1048,9,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9189,1049,9,'Show rear axel type'),(9190,1050,9,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9191,1051,9,'Show brakes type'),(9192,1052,9,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9193,1053,9,'Show exterior colors'),(9194,1054,9,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9195,1055,9,'Show exterior extras'),(9196,1056,9,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9197,1057,9,'Show interior colors'),(9198,1058,9,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9199,1059,9,'Show dashboard options'),(9200,1060,9,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9201,1061,9,'Show interior extras'),(9202,1062,9,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9203,1063,9,'Show safety options'),(9204,1064,9,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9205,1065,9,'Show warranty options'),(9206,1066,9,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9207,1067,9,'Show exactly to all'),(9208,1068,9,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9209,1069,9,'Show search keywords'),(9210,1070,9,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(9211,1071,9,'Options for search button'),(9212,1072,9,'Options for fields in Advance Search Layout'),(9213,1073,9,'Options for search form'),(9214,1074,9,'Show search form on nothing found page'),(9215,1075,9,'Show search form on nothing found page. Set \"YES\" show search form.'),(9216,1076,9,'Show search form on result search page'),(9217,1077,9,'Show search form on result search page. Set \"YES\" show search form.'),(9218,1078,9,'Redirect settings'),(9219,1079,9,'Redirect settings for rent'),(9220,1080,9,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(9221,1081,9,'Redirect settings for sale'),(9222,1082,9,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(9223,945,9,'Access to edit vehicles from other users'),(9224,1083,9,'Show country, region and<br>city option as text field'),(9225,1084,9,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(9226,1085,9,'How fields Country, Region and City use'),(9227,1086,9,'Settings for Search Layout'),(9228,1087,9,'Select Search Layout by default'),(9229,1088,9,'Select search layout by default on the frontend!'),(9230,1089,9,'Order field settings'),(9231,1090,9,'Select order by default'),(9232,1091,9,'Select an option to sort by default the search result.'),(9233,1092,9,'Vehicle slider option'),(9234,1093,9,'Show vehicle as slider'),(9235,1094,9,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(9236,1095,9,'Input initial-final year'),(9237,1096,9,'Input initial and final year of calendar. Final year value should be more then initial value.'),(9238,1097,9,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(9239,1098,9,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(9240,1099,9,'Show fraction in price'),(9241,1100,9,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(9242,1101,9,'Count Vehicles in row'),(9243,1102,9,'More than 1199px'),(9244,1103,9,'More than 1199px'),(9245,1104,9,'Less than 1200px andmore than 991px'),(9246,1105,9,'Less than 1200px andmore than 991px'),(9247,1106,9,'Less than 992px andmore than 767px'),(9248,1107,9,'Less than 992px andmore than 767px'),(9249,1108,9,'Less than 768px andmore than 489px'),(9250,1109,9,'Less than 768px andmore than 489px'),(9251,1110,9,'User order'),(9252,1111,9,'Watermark settings'),(9253,1112,9,'Enable watermark'),(9254,1113,9,'Watermark text'),(9255,1114,9,'Watermark size, %'),(9256,1115,9,'Font color'),(9257,1116,9,'Font angle'),(9258,1117,9,'Watermark position'),(9259,1118,9,'Watermark opacity'),(9260,1119,9,'Set Yes to show watermark'),(9261,1120,9,'Watermark text'),(9262,1121,9,'Watermark size, %'),(9263,1122,9,'Font color for watermark'),(9264,1123,9,'Font angle for watermark'),(9265,1124,9,'Watermark position for watermark'),(9266,1125,9,'Watermark opacity for watermark'),(9267,1127,9,'Watermark Type'),(9268,1128,9,'Select file for watermark'),(9269,1129,9,'Text or Image'),(9270,1130,9,'Select image for Watermark'),(9271,1126,9,'Categories order by default'),(9272,1131,9,'All vehicles'),(9273,1132,9,'Title'),(9274,1133,9,'Maker'),(9275,1134,9,'Model'),(9276,1135,9,'Description'),(9277,1136,9,'Vehicle ID'),(9278,1137,9,'Location'),(9279,1138,9,'Country'),(9280,1139,9,'City'),(9281,1140,9,'Region'),(9282,1141,9,'Zipcode'),(9283,1142,9,'Search by'),(9284,1143,9,'Please select only one value'),(9285,1144,9,'Min size image for watermark'),(9286,1145,9,'Minimum image size to include watermark'),(9287,1146,9,'Rent From and Rent Until fields  are required!'),(9288,1147,9,'Allow price as string'),(9289,1148,9,'Set \"yes\", if you want display price as string. '),(9290,1149,9,'You typed bad characters from picture!'),(9291,1150,9,'Slider settings'),(9292,1151,9,'The height of the slider is measured as a percentage of the slider width'),(9293,1152,9,'Slider height, %'),(9294,1153,9,'Slide show type \"Filling in\" or \"Proportionally\"'),(9295,1154,9,'Slide show type'),(9296,1155,9,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(9297,1156,9,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(9298,1157,9,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(9299,1158,9,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(9300,1159,9,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(9301,1160,9,'Payment system Options'),(9302,1161,9,'Show button \"Buy\" for sale vehicles'),(9303,1162,9,'Allow button \"Buy\" for sale vehicles'),(9304,1163,9,'Show button \"Buy\" for rent vehicles'),(9305,1164,9,'Allow button \"Buy\" for rent vehicles'),(9306,2,10,'Vehicle Manager'),(9307,3,10,'Unser Fahrzeugkatalog zur Vermietung oder zum Verkauf von Autos'),(9308,4,10,'Fahrzeug-Suche'),(9309,5,10,'Fahrzeug-Suche'),(9310,6,10,'no-img_eng.gif'),(9311,7,10,'Es ist Ihnen nicht erlaubt, diese Aktion auszuführen'),(9312,8,10,'OK'),(9313,9,10,'Status'),(9314,10,10,'VehicleManager :: Import/Export'),(9315,11,10,'In diesen Abschnitt müssen Sie zuerst eine Kategorie hinzufügen.'),(9316,12,10,'Bitte wählen'),(9317,13,10,'CSV Datei'),(9318,14,10,'XML Datei'),(9319,15,10,'Sie müssen eine Fahrzeugart auswählen, die importiert werden soll!'),(9320,16,10,'Sie müssen eine Kategorie auswählen, die importiert werden soll!'),(9321,17,10,'Wählen Sie eine Datei, die importiert werden soll!'),(9322,18,10,'Sie müssen eine Fahrzeugart wählen, die exportiert werden soll!'),(9323,19,10,'Importiere Fahrzeugart'),(9324,20,10,'Dateiformat wählen'),(9325,21,10,'Dateiformat wählen'),(9326,22,10,'Kategorie'),(9327,23,10,'Kategorie'),(9328,24,10,'Kategorie wählen'),(9329,25,10,'Datei, die importiert werden soll'),(9330,26,10,'Datei, die importiert werden soll'),(9331,27,10,'Datei wählen, die importiert werden soll'),(9332,28,10,'Im Moment werden folgende CSV-Formate unterstützt:<br />VehicleID | Description | Link | Listing type |  Location | Price | Title | ...'),(9333,29,10,'Exportiere Fahrzeugart'),(9334,30,10,'Dateiformat wählen'),(9335,31,10,'Dateiformat wählen'),(9336,32,10,'Kategorie'),(9337,33,10,'Kategorie'),(9338,34,10,'Kategorie wählen'),(9339,35,10,'Ergebnis exportieren'),(9340,36,10,'Sie können den angeforderten Export unter der folgenden URL herunterladen (speichern mit Rechtsklick):'),(9341,37,10,'Bitte nehmen Sie zur Kenntnis, dass die Dateien weiterhin auf den Server gespeichert bleiben und Sie müssen die Datein manuell löschen'),(9342,38,10,'VehicleManager :: Kategorien'),(9343,39,10,'Kategorie'),(9344,40,10,'Fahrzeuge'),(9345,41,10,'veröffentlicht'),(9346,42,10,'Neu ordnen'),(9347,43,10,'Zugang'),(9348,44,10,'Ausgecheckt von'),(9349,45,10,'Hinzufügen'),(9350,46,10,'Bearbeiten'),(9351,47,10,'Geben Sie einen Kategorietitel ein!'),(9352,48,10,'Kategorien'),(9353,49,10,'- Bild wählen -'),(9354,50,10,'Top'),(9355,51,10,'Kategorie alias'),(9356,52,10,'Kategorietitel'),(9357,53,10,'Reihenfolge'),(9358,54,10,'Bild'),(9359,55,10,'Bildposition'),(9360,56,10,'Hauptordner'),(9361,57,10,'Keine Vorschau verfügbar'),(9362,58,10,'Details'),(9363,59,10,'gelöscht'),(9364,60,10,'VehicleManager - vermietete Fahrzeuge'),(9365,61,10,'VehicleManager - Fahrzeugrückgabe von vermieteten Fahrzeugen'),(9366,62,10,'Import'),(9367,63,10,'Export'),(9368,64,10,'- Alle Kategorien'),(9369,65,10,'Kategorie wählen'),(9370,66,10,'Zu mietendes Fahrzeug wählen'),(9371,67,10,'- Alle Fahrzeuge'),(9372,68,10,'Mieten'),(9373,69,10,'Nicht zu vermieten'),(9374,70,10,'Veröffentlichungen wählen'),(9375,71,10,'- Alle Fahrzeuge'),(9376,72,10,'nicht veröffentlicht'),(9377,73,10,'veröffentlicht'),(9378,74,10,'- All Users'),(9379,75,10,'Fahrzeug-Suche'),(9380,76,10,'Fahrzeug-Suche'),(9381,77,10,'Schlagwort-Suche'),(9382,78,10,'Suche'),(9383,79,10,'Nichts gefunden.'),(9384,80,10,'VehicleManager :: Fahrzeuge'),(9385,81,10,'Suche:'),(9386,82,10,'Sie müssen zuerst eine Kategorie für diesen Abschnitt erzeugen.'),(9387,83,10,'Exactly to all'),(9388,84,10,'Advanced<br />search'),(9389,85,10,'from'),(9390,86,10,'to'),(9391,87,10,'Year'),(9392,88,10,'Price'),(9393,89,10,'Listing type'),(9394,90,10,'Listing status'),(9395,91,10,'Price type'),(9396,92,10,'Model'),(9397,93,10,'Titel'),(9398,94,10,'Fahrzeug-ID'),(9399,95,10,'Ergebnis'),(9400,96,10,'Beschreibung'),(9401,97,10,'Kategorie'),(9402,98,10,'Anzahl der Fahrzeuge'),(9403,99,10,'Ansicht'),(9404,100,10,'Adresse'),(9405,101,10,'Country'),(9406,102,10,'Region'),(9407,103,10,'City'),(9408,104,10,'District'),(9409,105,10,'Zipcode'),(9410,106,10,'Breitengrad'),(9411,107,10,'Längengrad'),(9412,108,10,'No location available'),(9413,109,10,'Fahrzeugkategorie'),(9414,110,10,'Zustand'),(9415,111,10,'Kilometerstand'),(9416,112,10,'Getriebe'),(9417,113,10,'Motortyp'),(9418,114,10,'Baujahr'),(9419,115,10,'Antriebsart'),(9420,116,10,'Brennstoffart'),(9421,117,10,'Anzahl der Gänge'),(9422,118,10,'Anzahl der Zylinder'),(9423,119,10,'Anzahl der Türen'),(9424,120,10,'Anzahl Sitzplätze'),(9425,121,10,'Verbrauch auf 100 km innerorts'),(9426,122,10,'Verbrauch auf 100 km außerorts'),(9427,123,10,'Achsabstand'),(9428,124,10,'Felgen'),(9429,125,10,'Hinterachsentyp'),(9430,126,10,'Bremsmethode'),(9431,127,10,'Außenfarbe'),(9432,128,10,'Außenausstattung'),(9433,129,10,'Innenfarbe'),(9434,130,10,'Armaturenbrett'),(9435,131,10,'Innenausstattung'),(9436,132,10,'Sicherheitsausstattung'),(9437,133,10,'Garantie'),(9438,134,10,'Basic'),(9439,135,10,'Antrieb'),(9440,136,10,'Korrosion'),(9441,137,10,'Bereitschaftsdienst'),(9442,138,10,'Ihre Telefon-Nr.:'),(9443,139,10,'Abmessungen'),(9444,140,10,'Bild-URL'),(9445,141,10,'Bild'),(9446,142,10,' Kaufe von Link'),(9447,143,10,'vermiete an'),(9448,144,10,'miete von'),(9449,145,10,'miete bis'),(9450,146,10,'Rent return'),(9451,147,10,'gemietet von - bis'),(9452,148,10,'unbekannt'),(9453,149,10,'Benutzer'),(9454,150,10,'Email'),(9455,151,10,'Postanschrift'),(9456,152,10,'Telefon-Nr.:'),(9457,153,10,'miete bis: '),(9458,154,10,'Aufrufe'),(9459,155,10,'Neu ordnen'),(9460,156,10,'Vermieten'),(9461,157,10,'veröffentlicht'),(9462,158,10,'ausgecheckt'),(9463,159,10,'Datum Der Bewertung'),(9464,160,10,'Unterkategorien'),(9465,161,10,'Titelbild hochladen'),(9466,162,10,'Hier klicken, um neue Fotos für die Fahrzeuggalerie hochzuladen.'),(9467,163,10,'Wenn Sie ein Bild hochladen, dann wird die URL zum aktuellen Bild gelöscht und mit dem hochgeladenen Bild verlinkt.'),(9468,164,10,'Fehler beim Hochladen des Bilds! Bitte nehmen Sie zur Kenntnis, dass nur die Bildformate (jpg, png, gif) unterstützt werden.'),(9469,165,10,'Hinweise zum Mieten'),(9470,166,10,'Aktuelles E-Dokument'),(9471,167,10,'E-Dokument hochladen'),(9472,168,10,'Download E-Dokument'),(9473,169,10,'Lösche E-Dokument'),(9474,170,10,'E-Dokument'),(9475,171,10,'Fehler beim Hochladen des E-Dokuments'),(9476,172,10,'Status'),(9477,173,10,'benötitgt'),(9478,174,10,'Bewertung hinzufügen'),(9479,175,10,'Bewertungen'),(9480,176,10,' Speichern '),(9481,177,10,' Mietanfrage '),(9482,178,10,' Mietanfrage abschicken '),(9483,179,10,'Bewertung'),(9484,180,10,'Titel'),(9485,181,10,'Einstufung'),(9486,182,10,'Anmerkung'),(9487,183,10,'Anonym'),(9488,184,10,'Number click'),(9489,185,10,'Shows'),(9490,186,10,'Fahrzeugtitel'),(9491,187,10,'Klicken Sie auf die Karte um einen Fahrzeugstandort zu wählen:'),(9492,188,10,'Bitte geben Sie einen Titel für Ihre Bewertung ein!'),(9493,189,10,'Bitte geben Sie einen Text für Ihre Bewertung ein!'),(9494,190,10,'Bitte stufen Sie Ihre Bewertung ein!'),(9495,191,10,'Bitte geben Sie einen Namen für Ihre Mietanfrage an!'),(9496,192,10,'Bitte geben Sie eine gültige E-Mail Adresse für Ihre Mietanfrage an!'),(9497,193,10,'Bitte geben Sie eine gültige Postanschrift für Ihre Mietanfrage an!'),(9498,194,10,'Bitte geben Sie ein Rückgabedatum für Ihre Mietanfrage an!'),(9499,195,10,'Please enter at least one vehicle photo!'),(9500,196,10,'Nicht spezifiziert'),(9501,197,10,'Arabic'),(9502,198,10,'Brazilian Portuguese'),(9503,199,10,'Danish'),(9504,200,10,'Dutch'),(9505,201,10,'English'),(9506,203,10,'Bosnian'),(9507,202,10,'Farsi'),(9508,204,10,'French'),(9509,205,10,'German'),(9510,206,10,'Hungarian'),(9511,207,10,'Italian'),(9512,208,10,'Lithuanian'),(9513,209,10,'Norwegian'),(9514,210,10,'Polski'),(9515,211,10,'Portuguese'),(9516,212,10,'Rumänisch'),(9517,213,10,'Russian'),(9518,216,10,'Slowenisch'),(9519,214,10,'Spanish'),(9520,215,10,'Turkish'),(9521,217,10,'Nein'),(9522,218,10,'Ja'),(9523,219,10,'Der Fahrzeugtitel wird bereits von einen anderen Administrator benutzt'),(9524,220,10,'Fehler beim Löschen des Fahrzeugs!'),(9525,221,10,'Add Vehicle notification email'),(9526,222,10,'Einstellungen Frontend'),(9527,223,10,'Einstellungen Backend'),(9528,224,10,'VehicleID auto-increment'),(9529,225,10,'VehicleID auto increment'),(9530,226,10,'JA, wenn sie VehicleID auto-increment benutzen wollen. NEIN, wenn Sie manuell eingegebene Fahrzeug-ID\'s benutzen wollen.'),(9531,227,10,'E-dokument Support'),(9532,228,10,'E-Dokument Support'),(9533,229,10,'JA, wenn Sie E-Dokument Support für die Administratorschnittstelle aktivieren möchten.'),(9534,230,10,'Speicherort von E-Dokumente'),(9535,231,10,'Speicherort von E-Dokumente'),(9536,232,10,'Der Speicherort von hochgeladenen E-Dokumenten auf den Server: Der Pfad ist relativ zum Joomla-Hauptverzeichnis und muss starten und enden mit a /'),(9537,233,10,'Zeige E-Dokument-Dowload-Link'),(9538,234,10,'Zeige E-Dokument Download im Frontend'),(9539,235,10,'JA, wenn Sie einen E-Dokument-Download-Link im Frontend zeigen wollen.'),(9540,236,10,'Zeige Bewertungen'),(9541,237,10,'Zeige Bewertungen im Frontend'),(9542,238,10,'JA, wenn Sie die Funktion zur Fahrzeugbewertung für Benutzer auf Ihrer Website aktivieren möchten.'),(9543,239,10,'Bewertungen erlauben'),(9544,240,10,'Bewertungen erlauben'),(9545,241,10,'Erlaube Bewertungen im Frontend. Diese Funktion wird nur aktiviert, wenn --Bewertungen zeigen-- auch auf JA gesetzt ist.'),(9546,242,10,'Mietstatus zeigen'),(9547,243,10,'Mietstatus im Frontend zeigen'),(9548,244,10,'JA, wenn Sie den aktuellen Mietstatus von Fahrzeugen im Frontend zeigen möchten.'),(9549,245,10,'Mietanfragen erlauben'),(9550,246,10,'Mietanfragen erlauben'),(9551,247,10,'Erlaube Mietanfragen im Frontend. Diese Funktion wird nur aktiviert, wenn --Mietstatus zeigen-- auch auf JA gesetzt ist.'),(9552,248,10,'Preis zeigen'),(9553,249,10,'Preis zeigen'),(9554,250,10,'Zeige den Preis von Fahrzeugen im Frontend'),(9555,251,10,'Fahrzeuge pro Seite.'),(9556,252,10,'Setze die Anzahl der Fahrzeuge, die pro Seite gezeigt werden sollen.'),(9557,253,10,'Seitennummerierung.'),(9558,254,10,'Bildgröße der Fahrzeuge'),(9559,255,10,'Bildgröße der Fahrzeuge'),(9560,256,10,'Setze Bildgröße - Höhe/Breite in px'),(9561,257,10,'Set size of main image - width/height in px'),(9562,258,10,'Set main photos size - width/height in px'),(9563,259,10,'Vehicle main photos size'),(9564,260,10,'Vehicle gallery photo size'),(9565,261,10,'Vehicle gallery photo size'),(9566,262,10,'Set gallery photo size - width/height in px'),(9567,263,10,'Vehicle upload photo size'),(9568,264,10,'Vehicle upload photo size'),(9569,265,10,'Set upload photo size - width/height in px'),(9570,266,10,'Seiteneinträge'),(9571,267,10,'Seiteneinträge'),(9572,268,10,'Geben Sie die Anzahl der Fahrzeuge ein, die pro Seite gezeigt werden sollen!'),(9573,269,10,'Add Vehicle email'),(9574,270,10,'An email address for notifying about new vehicle has been added on'),(9575,271,10,'E-Mail für Bewertungen'),(9576,272,10,'E-Mail für Bewertungen'),(9577,273,10,'Wohin sollen die Zustellungsnachrichten, um eine neue Bewertung hinzuzufügen, hingeschickt werden? Sie können auch mehrere E-Mail-Adressen, getrennt durch ein Komma, eingeben.'),(9578,274,10,'Emails für Mietanfragen'),(9579,275,10,'Emails für Mietanfragen'),(9580,276,10,'Wohin sollen die Zustellungsnachrichten über neu hinzugefügte Mietanfragen hingeschickt werden? Sie können auch mehrere E-Mail-Adressen, getrennt durch ein Komma, eingeben.'),(9581,277,10,'VehicleManager :: Mietanfragen'),(9582,278,10,'VehicleManager :: Über'),(9583,279,10,'Über'),(9584,280,10,'Versionshinweise'),(9585,281,10,'Changelog'),(9586,282,10,'Herzlich willkommen zu VehicleManager'),(9587,283,10,'Vielen Dank, dass Sie sich für die Benutzung unserer Komponente entschieden haben!<br /><br />\\nVehicleManager ermöglicht es Ihnen große Fahrzeugkataloge zu verwalten. Es unterstützt die Erstellung von Kategorien und Unterkategorien und Sie können eine Fahrzeug-ID für Ihre interne Referenzierung hinzufügen. Eine Verwaltung zur Vermietung von Fahrzeugen mit der Möglichkeit, dass Benutzer auf Ihrer Homepage Mietanfragen stellen können ist eingebaut. VehicleManager bietet auch die Möglichkeit, Fahrzeuge von Benutzern bewerten zu lassen mit einer Verwaltungsfunktion von Bewertungen im Backend. E-Dokument-Support ist ebenfalls integriert. Fahrzeuginformationen und -bilder können manuell eingegeben werden. <br/ ><br />\\nBEMERKUNGEN:  <br/ >- damit der Download von Bildern auf Ihren Server funktioniert, müssen Sie PHP5 mit CURL Support kompilieren.<br />- damit CSV-Export funktioniert, müssen Sie PHP5 mit XSL Support kompilieren.<br/ >- damit CAPTCHA funktioniert, müssen Sie PHP5 mit GD Support kompilieren.<br/>\\n<br/>\\nAuf der Website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> finden Sie VehicleManager Manuals, zusätzliche Sprachdateien, Support Forums und auch einen Download-Link für zusätzliche Module und Plugins.<br />\\n<br />\\nWenn Sie wollen, dass ein neues Feature in VehicleManager hinzugefügt werden soll, dann sind wir bereit kundenspezifische Erweiterungen zu bauen (Custom Development). Bitte mailen Sie uns Ihre genauen Anforderungen an <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> und wir werden auf Sie mit ein Angebot zurückkommen. Wenn Sie diese Anpassung (kostenpflichtig) bestellen, dann werden Sie die nächste PRO-Version mit dem von Ihnen gewünschten Feature erhalten.'),(9588,284,10,'Die nachstehenden Felder müssen nur manuell gefüllt werden, wenn Sie sie gesetzt haben '),(9589,285,10,'. andernfalls werden sie ingnoriert.'),(9590,286,10,'Mietanfrage'),(9591,287,10,'Die Liste zeigt Ihnen die Fahrzeuge, die zu vermieten sind.<br />Wenn sie leer ist, dann prüfen Sie Ihre Wahl nochmal.'),(9592,288,10,'Ihren vollen Namen'),(9593,289,10,'E-Mail'),(9594,290,10,'Ihre Postanschrift'),(9595,291,10,'Datum der Fahrzeugrückgabe'),(9596,292,10,'miete von'),(9597,293,10,'Ihre Mietanfrage wurde in unserer Datenbank gespeichert. Wir werden Ihre Anfrage prüfen und informieren Sie so bald wie möglich.<br /> Vielen Dank für Benutzung unseres Services.'),(9598,294,10,'Ihre Kaufanfrage wurde in unserer Datenbank gespeichert.  Wir werden Ihre Anfrage prüfen und informieren Sie so bald wie möglich.<br />Vielen Dank für Benutzung unseres Services.'),(9599,295,10,'VehicleManager: Mietanfrage akzeptiert'),(9600,296,10,'Das angeforderte Fahrzeug'),(9601,297,10,'steht zur Vermietung bereit.'),(9602,298,10,'Speichern'),(9603,299,10,'Miete Fahrzeug'),(9604,300,10,'Vermietetes Fahrzeug zurückgeben'),(9605,301,10,'Anfrage akzeptieren'),(9606,302,10,'Anfrage ablehnen'),(9607,303,10,'Importiere Fahrzeuge'),(9608,304,10,'Exportiere Fahrzeuge'),(9609,305,10,'Bewertung löschen'),(9610,306,10,'Bewertung bearbeiten'),(9611,307,10,'Allgemeine Informationen:'),(9612,308,10,'Version:'),(9613,309,10,'Freigabedatum:'),(9614,310,10,'Projekt link:'),(9615,311,10,'Projekt Host:'),(9616,312,10,'Lizenz:'),(9617,313,10,'Dieses Programm wird in der Hoffnung vertrieben, dass es sich als nützlich erweist, aber ohne Garantie. Für mehr Details schauen Sie in der enthaltenen Datei LICENSE.TXT nach.'),(9618,314,10,'Entwickelt von:'),(9619,315,10,'Homepage'),(9620,316,10,'E-Dokument Download Link URL'),(9621,317,10,'E-dokuments-Download erlauben'),(9622,318,10,'Erlaube E-Dokument-Download im Frontend. Diese Funktion wird nur aktiviert sein, wenn --E-Dokument-Download-Link zeigen-- auch auf JA gesetzt ist.'),(9623,319,10,'E-dokuments-Download erlauben'),(9624,320,10,'Preis erlauben:'),(9625,321,10,'Erlaube Preis im Frontend. Diese Funktion wird nur aktiviert sein, wenn --Preis zeigen-- auch auf JA gesetzt ist.'),(9626,322,10,'Preis erlauben:'),(9627,323,10,'VehicleManager :: Bewertungen'),(9628,324,10,'Fahrzeugtiteltitel'),(9629,325,10,'Bewertungstitel'),(9630,326,10,'Tippen Sie die Zeichen, die Sie im Bild darüber sehen in die darunterliegende Box ein!'),(9631,327,10,'Drucken'),(9632,328,10,'Bitte wählen Sie eine Spalte zum Drucken und dann klicken Sie auf weiter!'),(9633,329,10,'Schriftgröße'),(9634,330,10,'Format'),(9635,331,10,'E-Dokument Download Lizenz zeigen'),(9636,332,10,'Zeige E-Dokument Download Lizenz akzeptieren/ablehnen bevor E-Dokument Download vom Frontend erlaubt wird'),(9637,333,10,'Zeige E-Dokument Download Lizenz'),(9638,334,10,'Lizenzvertrag'),(9639,335,10,'Akzeptieren?'),(9640,336,10,' Bewertung hinzufügen '),(9641,337,10,' Bewertung ausblenden '),(9642,338,10,'Zeige Button Jetzt kaufen '),(9643,339,10,'Zeige Button Jetzt kaufen '),(9644,340,10,'Zeige Button Jetzt kaufen neben dem Fahrzeug im Frontend'),(9645,341,10,'Erlaube Button Jetzt kaufen:'),(9646,342,10,'Zeige Button Jetzt kaufen im Frontend für die ausgewählten Kategorien. Diese Funktion wird nur aktiviert sein, wenn --Zeige Button Jetzt kaufen-- auch auf JA gesetzt ist! Sie können mehrere Kategorien wählen.'),(9647,343,10,'Erlaube Button Jetzt kaufen '),(9648,344,10,'Vollständiger Datenexport'),(9649,345,10,'Vollständiger Datenimport'),(9650,346,10,'Vor dem Import, wird diese Operation ALLE existierenden VehicleManager-Daten entfernen. Möchten Sie fortfahren?'),(9651,347,10,'\\n<strong>CSV&nbsp;IMPORT:</strong>\\n<ul>\\n	<li>Im Moment wird das folgende CSV-Format unterstützt:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Felder sind durch ein Pipe Zeichen voneinander getrennt (<strong>&nbsp;|&nbsp;</strong>)</li>\\n	<li>Sie können eine ganze Liste mit eingetragener VehicleID mit restlichen, leer bleibenden Feldern importieren; z.B.:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li><strong>WARNING:</strong>&nbsp;führen Sie keinen CSV-Import durch, wenn noch Fahrzeugbewertungen vorhanden sind. In diesen Fall machen Sie einen vollständigen Datenexport!</li>\\n</ul>\\n<strong>XML&nbsp;IMPORT:</strong>\\n<ul>\\n	<li>Import in XML формат</li>\\n	<li><strong>WARNING:</strong>&nbsp;führen Sie keinen XML-Import durch, wenn noch Fahrzeugbewertungen vorhanden sind. In diesen Fall machen Sie einen vollständigen Datenimport!</li>\\n<li><strong>WARNING:</strong>&nbsp;Assoziationen zwischen den Häusern werden nicht gespeichert!</li>\n        <li><strong>WARNING:</strong>&nbsp;Sie Bilder einzeln hochzuladen, werden keine Bilder gespeichert werden!</li></ul>\\n<strong>VOLLSTÄNDIGER&nbsp;DATEN&nbsp;IMPORT:</strong>\\n<ul>\\n	<li>Dieser Import wird alle VehicleManager-Daten importieren und stellt alle Felder und Details wieder her.</li>\\n	<li>Diese Variante wird ALLE existierenden Einträge überschreiben, deshalb seien Sie vorsichtig, wenn Sie diese Variante benutzen!</li>\\n	<li>Um alle Fahrzeugbilder zu speichern, speichern Sie bitte alle Dateien im Ordner: --components/com_vehiclemanager/photos--!</li>\\n	<li>Um alle Fahrzeug E-Dokumente zu speichern, speichern Sie bitte alle Datein im Ordner, welche Sie in Einstellungen Ba'),(9652,348,10,'\\n<strong>CSV&nbsp;EXPORT:</strong>\\n<ul>\\n	<li>CSV Export wird alle Felder für eine weitere Bearbeitung in einen Texteditor oder Tabellenkalkulationsapplication beinhalten</li>\\n	<li>Bitte nehmen Sie zur Kenntnis, dass für einen darauffolgenden Import, nur das folgende CSV-Format unterstützt wird:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Sie können auch später zugehörige Fahrzeugbewertungen importieren, anstatt einen VOLLSTÄNDIGEN Export durchzuführen!</li>\\n<li><strong>WARNING:</strong>&nbsp;Assoziationen zwischen den Häusern werden nicht gespeichert!</li>\n        <li><strong>WARNING:</strong>&nbsp;Sie Bilder einzeln hochzuladen, werden keine Bilder gespeichert werden!</li></ul>\\n<strong>XML&nbsp;EXPORT:</strong>\\n<ul>\\n	<li>XML Export ist der bevorzugte Weg, um Fahrzeuge mit Fahrzeugbeschreibungen zu exportieren.</li>\\n	<li>XML Export beinhaltet alle Fahrzeugdetails, einschließlich Beschreibungen, welche für einen späteren Import zur Verfügung stehen.</li>\\n</ul>\\n<strong>VOLLSTÄNDIGER&nbsp;DATEN&nbsp;EXPORT:</strong>\\n<ul>\\n	<li>Dieser Export wird alle VehicleManager Daten exportieren und speichert alle Felder und Einträge.</li>\\n	<li>Diese Dateien können Sie später benutzen, um Ihre VehicleManager-Daten vollständig wiederherzustellen.</li>\\n	<li>Dieser darauffolgende Import wird ALLE existierenden Einträge überschreiben, deshalb seien Sie vorsichtig, wenn Sie diesen Import benutzen!</li>\\n	<li>Um alle Fahrzeugbilder wiederherzustellen, stellen Sie bitte alle Datein im Ordner: --components/com_vehiclemanager/photos-- wieder her!</li>\\n	<li>Um die Fahrzeug E-Dokumente wiederherzustellen, stellen Sie bitte alle Dateien im Ordner, welche Sie in [Einstellungen Backend] -- [Speicherort von E-Dokumente] gesetzt haben, wieder her.</li>\\n</ul>'),(9653,349,10,'Bewertungszustellung senden'),(9654,350,10,'Bewertungszustellung senden'),(9655,351,10,'Setze nach JA, wenn Sie per E-Mail benachrichtigt werden wollen, wenn ein Benutzer eine Fahrzeugbewertung hinzufügt. Sie können die Empfänger Email-Adresse in Konfiguration Backend einstellen.'),(9656,352,10,'Benutzergruppen, von denen Bewertungszustellungen gesendet werden dürfen.'),(9657,353,10,'Benutzergruppen, von denen Bewertungszustellungen gesendet werden dürfen.'),(9658,354,10,'Wählen Sie, welche Benutzergruppen Bewertungszustellungen senden dürfen. Diese Funktion wird nur aktiviert, wenn --Bewertungszustellungen senden-- auch auf JA gesetzt ist.'),(9659,355,10,'Zustellung von Mietanfragen senden'),(9660,356,10,'Zustellung von Mietanfragen senden'),(9661,357,10,'Setze auf JA, wenn Sie per E-Mail benachrichtigt werden wollen, wenn ein Benutzer eine Mietanfrage einreicht. Benutzen Sie das Panel zu Ihrer Rechten, um zu setzen, wer diese Zustellungen senden darf. Sie können die Empfänger Email-Adresse in Konfiguration Backend einstellen.'),(9662,358,10,'Benutzergruppen, von denen Zustellungen von Mietanfragen gesendet werden dürfen.'),(9663,359,10,'Benutzergruppen, von denen Zustellungen von Mietanfragen gesendet werden dürfen.'),(9664,360,10,'Wähle Sie, welche Benutzergruppen Zustellungen von Mietanfragen senden dürfen. Diese Funktion wird nur aktiviert, wenn --Zustellung von Mietanfragen senden-- auch auf JA gesetzt ist.'),(9665,361,10,'Bewertungskommentar'),(9666,362,10,'Eigene Kategoriebilder'),(9667,363,10,'Eigene Kategoriebilder'),(9668,364,10,'Wenn auf JA gesetzt, dann können Sie Ihr eigenes Kategoriebild jeder Kategorie zuweisen, anstatt das Standardordnersymbol zu benutzen. Dann können Sie die Kategoriebilder in VehicleManager - Verwalte Kategorien - Bearbeiten - Bild wählen anpassen.'),(9669,365,10,'Unterkategorie zeigen'),(9670,366,10,'Show for single subcategory'),(9671,367,10,'Unterkategorie zeigen'),(9672,368,10,'Wenn auf JA gesetzt, dann werden Sie zu jeder Kategorie die dazugehörige Unterkategorie sehen.'),(9673,369,10,'If set to YES, you will see subcategory for single select category'),(9674,370,10,'Sie können keinen vermieteten Gegenstand zurückbringen, welchen Sie vorher nicht ausgeliehen haben.'),(9675,371,10,'Bitte treffen Sie von der Liste der zu vermietenden Fahrzeuge eine Wahl.'),(9676,372,10,'Bitte treffen Sie von der Liste der zurückgebenden Fahrzeuge aus einer Vermietung eine Wahl'),(9677,373,10,'Bitte treffen Sie von der Liste der akzeptierten Anfragen eine Wahl.'),(9678,374,10,'Bitte treffen Sie von der Liste der abgelehnten Anfragen eine Wahl.'),(9679,375,10,'Sie müssen für den Import einen Typ angeben!'),(9680,376,10,'Sie müssen für den Export einen Typ angeben!'),(9681,377,10,'Bitte geben Sie einen Titel für dieses Fahrzeug ein!'),(9682,378,10,'Bitte geben Sie eine Fahrzeug-ID für dieses Fahrzeug ein!'),(9683,379,10,'Ein Fahrzeug mit dieser Fahrzeug-ID existiert bereits!'),(9684,380,10,'Sie müssen eine Kategorie für dieses Fahrzeug wählen!'),(9685,381,10,'Bitte geben Sie einen Namen für Ihre Kaufanfrage ein!'),(9686,382,10,'Bitte geben Sie eine gültige E-Mail Adresse für Ihre Kaufanfrage ein!'),(9687,383,10,'Bitte geben Sie eine gültige Telefon-Nummer für Ihre Kaufanfrage ein!'),(9688,384,10,'Erforderliche Felder'),(9689,385,10,'Empfohlene Felder'),(9690,386,10,'Adressfelder'),(9691,387,10,'Ausstattung'),(9692,388,10,'Außenausstattung'),(9693,389,10,'Innenausstattung'),(9694,390,10,'Weitere Ausstattung'),(9695,391,10,'Verwaltung der Bilder'),(9696,392,10,'Fahrzeug-Fotogalerie'),(9697,393,10,'Advertisment'),(9698,394,10,'Käuferinformationen '),(9699,395,10,'VehicleManager :: Verkaufsmanager'),(9700,396,10,' Kaufanfrage '),(9701,397,10,' Kaufanfrage ausblenden '),(9702,398,10,' Anfrage versenden '),(9703,399,10,'Zustellung für Kaufanfrage versenden'),(9704,400,10,'Zustellung für Kaufanfrage versenden'),(9705,401,10,'Setze auf JA, wenn Sie per E-Mail benachrichtigt werden wollen, wenn ein Benutzer eine Kaufanfrage einreicht. Benutzen Sie das Panel zu Ihrer Rechten, um einzustellen, wer diese Zustellungen senden darf. Sie können die Empfangs E-Mail-Adresse in Konfiguration Backend einstellen.'),(9706,402,10,'Benutzergruppen, die Zustellungen für Kaufanfragen schicken dürfen'),(9707,403,10,'Benutzergruppen, die Zustellungen für Kaufanfragen schicken dürfen'),(9708,404,10,'Wählen Sie, welche Benutzergruppen Zustellungen für Kaufanfragen schicken dürfen. Diese Funktion wird nur aktiviert, wenn --Zustellung für Kaufanfrage versenden-- auch auf JA gesetzt ist.'),(9709,405,10,'E-Mail Adresse für Kaufanfragen'),(9710,406,10,'E-Mail Adresse für Kaufanfragen'),(9711,407,10,'Wohin sollen die Zustellungsnachrichten über neu hinzugefügte Kaufanfragen hingeschickt werden? Sie können auch mehrere E-Mail-Adressen, getrennt durch ein Komma, eingeben.'),(9712,408,10,'VehicleManager :: Einstellungen'),(9713,409,10,'Entfernen'),(9714,410,10,'Bild '),(9715,411,10,'Registerkarte für Bewertungen zeigen'),(9716,412,10,'Registerkarte für Bewertungen zeigen'),(9717,413,10,'Setze auf JA, wenn die Registerkarte für Bewertungen sichtbar sein soll.'),(9718,414,10,'Registerkarte für den Ort zeigen'),(9719,415,10,'Registerkarte für den Ort zeigen'),(9720,416,10,'Setze auf JA, wenn die Registerkarte für den Ort sichtbar sein soll.'),(9721,417,10,' Fahrzeug hinzufügen '),(9722,418,10,'Zeige Button<br />Fahrzeug hinzufügen '),(9723,419,10,'Zeige Button<br />Fahrzeug hinzufügen '),(9724,420,10,'Zeige Button<br />Fahrzeug hinzufügen in der Fahrzeugliste im Frontend'),(9725,421,10,'Erlaube Button<br />Fahrzeug hinzufügen '),(9726,422,10,'Erlaube Button<br />Fahrzeug hinzufügen '),(9727,423,10,'Erlaube Button Fahrzeug hinzufügen im Frontend. Diese Funktion wird nur aktiviert sein, wenn --Zeige Button Fahrzeug hinzufügen-- auch auf JA gesetzt ist!'),(9728,424,10,'Show button<br />print PDF '),(9729,425,10,'Show button<br />print PDF '),(9730,426,10,'Shows button print PDF in the vehicle list in the frontend'),(9731,427,10,'Allow button<br />print PDF '),(9732,428,10,'Allow button<br />print PDF '),(9733,429,10,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(9734,430,10,'Show button<br />print View '),(9735,431,10,'Show button<br />print View '),(9736,432,10,'Shows button print View in the vehicle list in the frontend'),(9737,433,10,'Allow button<br />print View '),(9738,434,10,'Allow button<br />print View '),(9739,435,10,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(9740,436,10,'Show button<br />send Link '),(9741,437,10,'Show button<br />send Link '),(9742,438,10,'Shows button send Link in the vehicle list in the frontend'),(9743,439,10,'Allow button<br />send Link '),(9744,440,10,'Allow button<br />send Link '),(9745,441,10,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(9746,442,10,'Kontakte'),(9747,443,10,'Kontakte zeigen'),(9748,444,10,'Kontakte zeigen '),(9749,445,10,'Zeige Kontakte in der \'Haupt\'-Registerkarte an.'),(9750,446,10,'Speicherort der Bilder'),(9751,447,10,'Speicherort der hochgeladenen Bilder auf den Server. Der Pfad ist relativ zum Joomla-Hauptordner und muss starten und enden mit a /'),(9752,448,10,'Speicherort der Bilder'),(9753,449,10,'Verfügbar zur Vermietung von'),(9754,450,10,'Verfügbar zur Vermietung bis'),(9755,451,10,'nicht zu vermieten'),(9756,452,10,'Verfügbar zur Vermietung'),(9757,453,10,'Ihre Fahrzeuge wurden in unserer Datenbank gespeichert. Wir werden Ihre Anfrage prüfen und Ihr Fahrzeug so bald wie möglich hinzufügen.<br />Vielen Dank für die Benutzung unseres Services.'),(9758,454,10,'Ort'),(9759,455,10,'Main'),(9760,456,10,'---select---'),(9761,457,10,'For rent'),(9762,458,10,'For sale'),(9763,459,10,'negotiable,starting'),(9764,460,10,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(9765,461,10,'new,used'),(9766,462,10,'manual,automatic'),(9767,463,10,'active,offer,contract,closed,withdrawn'),(9768,464,10,'Fwd,Rwd,Awd,4wd,2wd'),(9769,465,10,'petrol,diesel,gas,electric,hybrid,unlisted'),(9770,466,10,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(9771,467,10,'4,5,6,8,10,12,16'),(9772,468,10,'none,2,3,4,5,6,7'),(9773,469,10,'Edit'),(9774,470,10,'Approved'),(9775,471,10,'Maker'),(9776,472,10,'Show my vehicles'),(9777,473,10,'all'),(9778,474,10,'from'),(9779,475,10,'to'),(9780,476,10,'list'),(9781,477,10,'gallery'),(9782,478,10,'User-selectable'),(9783,479,10,'Owner'),(9784,480,10,'Full XML'),(9785,481,10,'Id'),(9786,482,10,'Add Vehicle'),(9787,483,10,'Publish'),(9788,484,10,'Unpublish'),(9789,485,10,'Delete'),(9790,486,10,'Return vehicle from rent'),(9791,487,10,'Rent'),(9792,488,10,'You have not hevicles'),(9793,489,10,'Sorry, you have not access to this page'),(9794,490,10,'Show RSS'),(9795,491,10,'Show RSS or not'),(9796,492,10,'Show RSS'),(9797,493,10,'Allow RSS for'),(9798,494,10,'Allow RSS'),(9799,495,10,'Select users for whom allow RSS'),(9800,496,10,'Approve added vehicles'),(9801,497,10,'Approve added vehicles'),(9802,498,10,'Approve vehicles added'),(9803,499,10,'Allow approve'),(9804,500,10,'Allow approve'),(9805,501,10,'Choose users whom allow approve vehicles from frontend'),(9806,502,10,'View type'),(9807,503,10,'View type'),(9808,504,10,'Select view type for vehicles'),(9809,505,10,'Show location map'),(9810,506,10,'Location map'),(9811,507,10,'If choose \\\"yes\\\" then show location map '),(9812,508,10,'Save database after uninstall component:'),(9813,509,10,'Update'),(9814,510,10,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(9815,511,10,'Show owner'),(9816,512,10,'Show owner'),(9817,513,10,'Show vehicle owner or not'),(9818,514,10,'Rent request answer'),(9819,515,10,'Rent request answer'),(9820,516,10,'Send email to user about rent request solution'),(9821,517,10,'Accepted'),(9822,518,10,'Declined'),(9823,519,10,'Answer for your rent request'),(9824,520,10,'Your rent request for vehicle'),(9825,521,10,''),(9826,522,10,'no-img_eng_big.gif'),(9827,523,10,'Edit vehicle'),(9828,524,10,'Add Vehicle'),(9829,525,10,'Edit Vehicle'),(9830,526,10,'My vehicles'),(9831,527,10,'Show button<br />Owners List '),(9832,528,10,'Show owners list'),(9833,529,10,'If choose \\\"yes\\\" then show owners list in frontend'),(9834,530,10,'Allow button<br />Owners List '),(9835,531,10,'Allow owners list'),(9836,532,10,'Choose users, whom allow show owners list'),(9837,533,10,'Owners list'),(9838,534,10,'Owners list'),(9839,535,10,'Owners'),(9840,536,10,'Vehicles'),(9841,537,10,'User vehicles'),(9842,538,10,'There have not vehicles'),(9843,539,10,'You have not logined! If you want edit vehicle in future, then login!'),(9844,540,10,'Rent request'),(9845,541,10,'Vehicle with this Id do not find'),(9846,542,10,'You can\'t view this page because it not published'),(9847,543,10,'You can\'t view this page because it not approved by administrator'),(9848,544,10,'Check categories of vehicles'),(9849,545,10,'Are you sure?'),(9850,546,10,'Please select vehicles first!'),(9851,547,10,'Form for answer to rent request'),(9852,548,10,'Form for answer to rent request'),(9853,549,10,'Form for answer to rent request'),(9854,550,10,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(9855,551,10,'Buy request answer'),(9856,552,10,'Buy request answer'),(9857,553,10,'Send email to user about buy request solution'),(9858,554,10,'Form for answer to buy request'),(9859,555,10,'Form for answer to buy request'),(9860,556,10,'Form for answer to buy request'),(9861,557,10,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(9862,558,10,'Accepted'),(9863,559,10,'Declined'),(9864,560,10,'Publish added vehicles'),(9865,561,10,'Publish added vehicles'),(9866,562,10,'Publish vehicles added'),(9867,563,10,'Allow publish'),(9868,564,10,'Allow publish'),(9869,565,10,'Choose users whom allow publish vehicles'),(9870,566,10,'Date'),(9871,567,10,'Rent before end notify'),(9872,568,10,'Rent before end notify'),(9873,569,10,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(9874,570,10,'Rent end days'),(9875,571,10,'Rent end days'),(9876,572,10,'How much days before rent end send notify email'),(9877,573,10,'Rent end email'),(9878,574,10,'Rent end email'),(9879,575,10,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(9880,576,10,'Edit rent'),(9881,577,10,'VehicleManager - Edit vehicle rent details'),(9882,578,10,'User groups for which Contacts  will show'),(9883,579,10,'User groups for which Contacts  will show'),(9884,580,10,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(9885,581,10,' User groups for which Location tab will be shown'),(9886,582,10,' User groups for which Location tab will be shown'),(9887,583,10,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(9888,584,10,'User groups for which Reviews tab will be shown'),(9889,585,10,'User groups for which Reviews tab will be shown'),(9890,586,10,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(9891,587,10,'Show Buy Request'),(9892,588,10,'Show Buy request in the frontend'),(9893,589,10,'Set Yes to show the button Send Buy Request on the frontend.'),(9894,590,10,'User groups which will see button Send Buy Request'),(9895,591,10,'Allow Buy request'),(9896,592,10,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(9897,593,10,'Send Add vehicle Notification'),(9898,594,10,'Send Add vehicle Notification'),(9899,595,10,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(9900,596,10,'User groups from which Add vehicle notifications will be sent'),(9901,597,10,'User groups from which Add vehicle notifications will be sent'),(9902,598,10,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(9903,599,10,'Show fields in list view'),(9904,600,10,'This section helps to configure the view only but not to restrict user rights.'),(9905,601,10,'To show the [Price] a radio selector [Show price] must be checked.'),(9906,602,10,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(9907,603,10,'Community Builder plugin / My Vehicles menu item settings'),(9908,604,10,'Show my vehicles (in CB)'),(9909,605,10,'Show edit vehicles'),(9910,606,10,'Show rent requests'),(9911,607,10,'Show buy requests'),(9912,608,10,'Show user rent history'),(9913,609,10,'Show my vehicles to'),(9914,610,10,'Show edit vehicles to'),(9915,611,10,'Show rent requests to'),(9916,612,10,'Show buy requests to'),(9917,613,10,'Show user rent history to'),(9918,614,10,'Show my vehicles'),(9919,615,10,'Show edit vehicles'),(9920,616,10,'Show rent requests'),(9921,617,10,'Show buy requests'),(9922,618,10,'Show user rent history'),(9923,619,10,'Show button \'show my vehicles\' on CB plugin'),(9924,620,10,'Show my vehicles'),(9925,621,10,'Select user group for which will be show this button'),(9926,622,10,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(9927,623,10,'Show edit vehicles'),(9928,624,10,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(9929,625,10,'Show rent requests'),(9930,626,10,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(9931,627,10,'Show buy requsts'),(9932,628,10,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(9933,629,10,'Show my rent history'),(9934,630,10,'Calendar of availability and rental rates per period'),(9935,631,10,'Week'),(9936,632,10,'Weekend'),(9937,633,10,'Midweek'),(9938,634,10,'Year'),(9939,635,10,'Month'),(9940,636,10,'Calendar'),(9941,637,10,'Add price'),(9942,638,10,'Select price which are necessary to remove'),(9943,639,10,'Available date Not available date for rent'),(9944,640,10,'Not available date for rent'),(9945,641,10,'New price rent'),(9946,642,10,'Add new price rent'),(9947,643,10,'Calendar'),(9948,644,10,'User groups for which Calendar tab will be shown'),(9949,645,10,'Show Rent Calendar Tab'),(9950,646,10,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(9951,647,10,'Show Calendar Tab'),(9952,648,10,'Show Calendar Tab'),(9953,649,10,'Set Yes to show Calendar tab'),(9954,650,10,'Show owner'),(9955,651,10,'Show calendar'),(9956,652,10,'Show house calendar or not'),(9957,653,10,'Default price label for calendar'),(9958,654,10,'Default price labels for calendar (weekend, week, midweek)'),(9959,655,10,'Default price label for calendar'),(9960,656,10,'VehicleManager :: Featured Manager'),(9961,657,10,'Feature'),(9962,658,10,'Category'),(9963,659,10,'Published'),(9964,660,10,'Name Alias'),(9965,661,10,'Category Alias'),(9966,662,10,'Features'),(9967,663,10,'Image'),(9968,664,10,'Select photo if it is necessary to remove'),(9969,665,10,'Recommended image size 25 x 25 pixels'),(9970,666,10,'Categories for Manager Feature'),(9971,667,10,'Category must be entered, separated by commas'),(9972,668,10,'Categories for Manager Feature'),(9973,669,10,'Image for Manager Feature'),(9974,670,10,'Image for Manager Feature'),(9975,671,10,'If choose \\\"yes\\\" then show image for Manager Feature'),(9976,672,10,'Show categories for Manager Feature'),(9977,673,10,'Show categories for Manager Feature'),(9978,674,10,'If choose \\\"yes\\\" then show categories for Manager Feature'),(9979,675,10,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(9980,676,10,'Currency'),(9981,677,10,'Currency with coefficients'),(9982,678,10,'Show price sepaprator'),(9983,679,10,'Show price sepaprator'),(9984,680,10,'Show price sepaprator'),(9985,681,10,'Get geographic coordinates'),(9986,682,10,'Language'),(9987,683,10,'Show Custom Text Field 1'),(9988,684,10,'Show Custom Text Field 2'),(9989,685,10,'Show Custom Text Field 3'),(9990,686,10,'Show Custom Text Field 4'),(9991,687,10,'Show Custom Text Field 5'),(9992,688,10,'Show Custom Dropdown Field 6'),(9993,689,10,'Show Custom Dropdown Field 7'),(9994,690,10,'Show Custom Dropdown 8'),(9995,691,10,'Show Custom Dropdown 9'),(9996,692,10,'Show Custom Dropdown 10'),(9997,693,10,'Custom Fields Manager'),(9998,694,10,'Custom Text 1'),(9999,695,10,'Custom Text 2'),(10000,696,10,'Custom Text 3'),(10001,697,10,'Custom Text 4'),(10002,698,10,'Custom Text 5'),(10003,699,10,'Custom Dropdown Field 6'),(10004,700,10,'Custom Dropdown Field 7'),(10005,701,10,'Custom Dropdown Field 8'),(10006,702,10,'Custom Dropdown Field 9'),(10007,703,10,'Custom Dropdown Field 10'),(10008,704,10,'Extra1,Extra2,Extra3,Extra4,Extra5'),(10009,705,10,'Extra1,Extra2,Extra3,Extra4,Extra5'),(10010,706,10,'Extra1,Extra2,Extra3,Extra4,Extra5'),(10011,707,10,'Extra1,Extra2,Extra3,Extra4,Extra5'),(10012,708,10,'Extra1,Extra2,Extra3,Extra4,Extra5'),(10013,709,10,'Frontend Settings'),(10014,710,10,'Category Page Settings'),(10015,711,10,'Email and Notification Settings'),(10016,712,10,'Global Settings'),(10017,713,10,'Plugins Settings'),(10018,714,10,'Image Settings'),(10019,715,10,'Tabs Settings'),(10020,716,10,'Seller Contact Settings'),(10021,717,10,'Feature list settings'),(10022,718,10,'Extra Fields manager'),(10023,719,10,'Rent Request Options'),(10024,720,10,'Buy Request Options'),(10025,721,10,'eDocument Options'),(10026,722,10,'Price Settings'),(10027,723,10,'Show address on map'),(10028,724,10,'General Info'),(10029,725,10,'Specifications'),(10030,726,10,'Photos and Documents'),(10031,727,10,'Additional info'),(10032,728,10,'Seller Contacts'),(10033,729,10,'Required fields'),(10034,730,10,'Vehicle Details'),(10035,731,10,'Attachment Documents'),(10036,732,10,'Set size of main image - width/height in px'),(10037,733,10,'Vehicle gallery photo size'),(10038,734,10,'Set gallery photo size - width/height in px'),(10039,735,10,'VehicleManager :: Language Manager'),(10040,736,10,'Lang tag'),(10041,737,10,'Constant'),(10042,738,10,'Value constant'),(10043,739,10,'Sys type'),(10044,740,10,'All Categories Layout'),(10045,741,10,'Single Category Layout'),(10046,742,10,'Vehicle Page Layout'),(10047,743,10,'All Vehicles Layout'),(10048,744,10,'Common Settings'),(10049,745,10,'Allowed Exts eDocument'),(10050,746,10,'Allowed Exts Image'),(10051,747,10,'Price Format'),(10052,748,10,'Date & Time format'),(10053,749,10,'Date format'),(10054,750,10,'Time format'),(10055,751,10,'%Y - Year; %m - month;  %d - day'),(10056,752,10,'%H - hours; %i - minutes; %s - seconds'),(10057,753,10,'Price unit show'),(10058,754,10,'After'),(10059,755,10,'Before'),(10060,756,10,'Select price ditlimer os set youre.'),(10061,757,10,'Show price unit before or affter price'),(10062,758,10,'Owner custom email'),(10063,759,10,'The main image is absent'),(10064,760,10,'Select photos which are necessary to remove from photo gallery'),(10065,761,10,'Add new photo'),(10066,762,10,'Order By'),(10067,763,10,'No reviews for vehicle.'),(10068,764,10,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(10069,765,10,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(10070,766,10,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(10071,767,10,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(10072,768,10,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(10073,769,10,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(10074,770,10,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(10075,771,10,'Search Layout'),(10076,772,10,'Here You can select a layout for some view.'),(10077,773,10,'License text <br> Sys type(License Text)'),(10078,774,10,'Rent Requests'),(10079,775,10,'Sale Manager'),(10080,776,10,'Features Manager'),(10081,777,10,'Import/Export'),(10082,778,10,'Language Manager'),(10083,779,10,'Settings'),(10084,780,10,'Group'),(10085,781,10,'Count of cars'),(10086,782,10,'How many cars users can publish from a specific group.'),(10087,783,10,'Show PayPal buy'),(10088,784,10,'Allow PayPal buy'),(10089,785,10,'Show PayPal rent'),(10090,786,10,'Allow PayPal rent'),(10091,787,10,'Your PayPal email'),(10092,788,10,'Successful return url'),(10093,789,10,'After successful payment returns the buyer on your page.'),(10094,790,10,'Image url'),(10095,791,10,'Add image to PayPal page.'),(10096,792,10,'Cancel return url'),(10097,793,10,'If buyer press cancel in payment page, returns the buyer on your page.'),(10098,794,10,'Real(yes) or a test(no) PayPal account'),(10099,795,10,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(10100,796,10,'PayPal Options'),(10101,797,10,'Number of photos'),(10102,798,10,'How many photos in gallery users can publish from a specific group.'),(10103,799,10,'Total price: '),(10104,800,10,'Go now to PayPal'),(10105,801,10,'Special price per day'),(10106,802,10,'Special price per night'),(10107,803,10,'Add new special price and save'),(10108,804,10,'From'),(10109,805,10,'To'),(10110,806,10,'Price per day'),(10111,807,10,'Сalculate'),(10112,808,10,'Special price and rent time'),(10113,809,10,'Special price per day(\"yes\") or per night(\"no\")'),(10114,810,10,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(10115,811,10,'Pay'),(10116,812,10,'Language'),(10117,813,10,'Select Language'),(10118,814,10,'Clone'),(10119,815,10,'Orders'),(10120,816,10,'Message for Cancel URL text'),(10121,817,10,'Message for Successes URL text'),(10122,818,10,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(10123,819,10,'Category/All vehicle Layout Settings'),(10124,820,10,'Email Notification Options'),(10125,821,10,'Review Notification Options'),(10126,822,10,'Order ID'),(10127,823,10,'Vehicle title'),(10128,824,10,'Email'),(10129,825,10,'Date'),(10130,826,10,'Status'),(10131,827,10,'Price'),(10132,828,10,'Paid'),(10133,829,10,'Details'),(10134,830,10,'User'),(10135,831,10,'Username'),(10136,832,10,'Accept type/info: '),(10137,833,10,'Payment system: '),(10138,834,10,'Payer email: '),(10139,835,10,'Pending reason: '),(10140,836,10,'In your request encountered an error, please contact the administrator!'),(10141,837,10,'Please insert a Price for this house!'),(10142,838,10,'To add special prices, you must first save property !'),(10143,839,10,'Crop image'),(10144,840,10,'Set Yes to crop images and No to scale images'),(10145,841,10,'Insert the Message on page with notification about unsuccessfull payment'),(10146,842,10,'You do unsuccess payment!'),(10147,843,10,'Insert the Message on page with notification about successfull payment'),(10148,844,10,'You do success payment!'),(10149,845,10,'Video'),(10150,846,10,'Video source'),(10151,847,10,'Delete video'),(10152,848,10,'Add new video file'),(10153,849,10,'Track for video'),(10154,850,10,'Track download link'),(10155,851,10,'Delete track'),(10156,852,10,'Video and track support:'),(10157,853,10,'Add new track'),(10158,854,10,'Add alternative video'),(10159,855,10,'Upload video'),(10160,856,10,'Video download link'),(10161,857,10,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(10162,858,10,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(10163,859,10,'Kind (Specifies the kind of text track)'),(10164,860,10,'Src lang (language of the track)'),(10165,861,10,'Label (Specifies the title of the text track)'),(10166,862,10,'Upload track'),(10167,863,10,'Error uploading video!'),(10168,864,10,'Error uploading track!'),(10169,865,10,'Location of video'),(10170,866,10,'Location of track'),(10171,867,10,'Allowed Exts Video'),(10172,868,10,'Allowed Exts Track'),(10173,869,10,'Please insert an track kind'),(10174,870,10,'Please insert an track language'),(10175,871,10,'Please insert an track title'),(10176,872,10,'Video/Track Options'),(10177,873,10,'Options for user groups'),(10178,874,10,'Update options'),(10179,875,10,'Buttons Settings'),(10180,876,10,'Vehicle Maps Image, px:'),(10181,877,10,'Set maps image width/height in pixels'),(10182,878,10,'Vehicle Page Settings'),(10183,879,10,'Common Settings'),(10184,880,10,'AllCategories Layout Settings'),(10185,881,10,'Approve Published Review:'),(10186,882,10,'Approve Published For'),(10187,883,10,'Buttons Settings'),(10188,884,10,'Post max size in your PHP settings less than your video file.!'),(10189,885,10,'Upload max file size in your PHP settings less than your video file.!'),(10190,886,10,'File uploads is off in your PHP settings.!'),(10191,887,10,'Rent history'),(10192,888,10,'VehicleManager :: Rent Hisory'),(10193,889,10,'Users Rent History'),(10194,890,10,'VehicleManager :: Users Rent Hisory'),(10195,891,10,'OwnerID'),(10196,892,10,'Contact agent'),(10197,894,10,'View listing'),(10198,893,10,'Contact info'),(10199,895,10,'Your review has been added'),(10200,896,10,'Edit vehicles'),(10201,897,10,'Vehicle Location'),(10202,898,10,'Exterior & Interior'),(10203,899,10,'Attachments'),(10204,900,10,'VehicleManager : Orders'),(10205,901,10,'You have max photos. Limit for this users group'),(10206,902,10,'Address'),(10207,903,10,'Range(km)'),(10208,904,10,'Select Category'),(10209,905,10,'Search'),(10210,906,10,'Other'),(10211,907,10,'No reviews for vehicle'),(10212,908,10,'Captcha Settings'),(10213,909,10,'Show captcha<br />for review form'),(10214,910,10,'Show captcha for review form in the reviews tab on the frontend'),(10215,911,10,'Allow captcha<br />for review form'),(10216,912,10,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(10217,913,10,'Show captcha for<br />contact agent form'),(10218,914,10,'Show captcha for contact agent form in the reviews tab on the frontend'),(10219,915,10,'Allow captcha for<br />contact agent form'),(10220,916,10,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(10221,917,10,'Show captcha<br />for booking form'),(10222,918,10,'Show captcha for booking form in the reviews tab on the frontend'),(10223,919,10,'Allow captcha<br />for booking form'),(10224,920,10,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(10225,921,10,'Show button Add to Wish List'),(10226,922,10,'Show button Add to Wish List or not'),(10227,923,10,'Allow Wish List for'),(10228,924,10,'Select users for whom allow Wish List'),(10229,925,10,'Add to wishlist'),(10230,926,10,'Remove from wishlist'),(10231,927,10,'Google Map Options'),(10232,928,10,'Api Key'),(10233,929,10,'Field to enter google map api key'),(10234,930,10,'Google Maps API error: missing key map error!'),(10235,931,10,'To get Google Maps API key follow below link'),(10236,932,10,'Settings Layout Search Results '),(10237,933,10,'Show map<br />for layout search results'),(10238,934,10,'Show map for layout search results on the frontend'),(10239,935,10,'Allow map<br />for layout search results'),(10240,936,10,'Allow map for layout search results in the frontend.'),(10241,937,10,'Show order by form<br />for all layouts'),(10242,938,10,'Show order by form for all layouts on the frontend'),(10243,939,10,'Allow order by form<br />for all layouts'),(10244,940,10,'Allow order by form for all layouts in the frontend.'),(10245,941,10,'Show Contact Agent/Book Now Tab'),(10246,942,10,'Set Yes to show Contact Agent/Book Now tab'),(10247,943,10,'User groups for which Contact Agent/Book Now tab will be shown'),(10248,944,10,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(10249,946,10,'Options access to edit vehicles'),(10250,947,10,'Users group who will have access to edit users vehicles'),(10251,948,10,'Permit edit vehicles for other users'),(10252,949,10,'Select all users'),(10253,950,10,'Select the plugin in Vehicle Manager settings!'),(10254,951,10,'Show google captcha'),(10255,952,10,'Show google captcha'),(10256,953,10,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(10257,954,10,'Mandatory fields'),(10258,955,10,'Year of issue'),(10259,956,10,'Set \"YES\" make the field year of issue mandatory'),(10260,957,10,'Mileage'),(10261,958,10,'Set \"YES\" make the field mileage mandatory'),(10262,959,10,'Price'),(10263,960,10,'Set \"YES\" make the field price mandatory'),(10264,961,10,'Show search button<br>on frontend'),(10265,962,10,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(10266,963,10,'Show search button<br>for users'),(10267,964,10,'Select the user for which the search button on frontend will be displayed.'),(10268,965,10,'anonymous'),(10269,966,10,'New rent request added!'),(10270,967,10,'New buying request added!'),(10271,968,10,'New vehicle review added'),(10272,969,10,'SUBJECT'),(10273,970,10,'Rent expire Notice!'),(10274,971,10,'Add email user to <br /> send reply'),(10275,972,10,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(10276,973,10,'Add email user to review notification'),(10277,974,10,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(10278,975,10,'Add email user to vehicle notification'),(10279,976,10,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(10280,977,10,'Add email user to buying request notification'),(10281,978,10,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(10282,979,10,'Settings rent options on search page'),(10283,982,10,'Search Settings'),(10284,980,10,'Show available for rent'),(10285,981,10,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10286,983,10,'Show year of issue'),(10287,984,10,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10288,985,10,'Show price of vehicle'),(10289,986,10,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10290,987,10,'Show condition status'),(10291,988,10,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10292,989,10,'Show listing status'),(10293,990,10,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10294,991,10,'Show transmission type'),(10295,992,10,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10296,993,10,'Show maker'),(10297,994,10,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10298,995,10,'Show drive type'),(10299,996,10,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10300,997,10,'Show vehicle model'),(10301,998,10,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10302,999,10,'Show number cylinders'),(10303,1000,10,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10304,1001,10,'Show vehicle type'),(10305,1002,10,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10306,1003,10,'Show number speeds'),(10307,1004,10,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10308,1005,10,'Show listing type'),(10309,1006,10,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10310,1007,10,'Show vehicle fuel type'),(10311,1008,10,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10312,1009,10,'Show vehicle price type'),(10313,1010,10,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10314,1011,10,'Show vehicle number doors'),(10315,1012,10,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10316,1013,10,'Show vehicle category'),(10317,1014,10,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10318,1015,10,'Show vehicle ID'),(10319,1016,10,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10320,1017,10,'Show vehicle description'),(10321,1018,10,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10322,1019,10,'Show title'),(10323,1020,10,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10324,1021,10,'Show address'),(10325,1022,10,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10326,1023,10,'Show country'),(10327,1024,10,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10328,1025,10,'Show region'),(10329,1026,10,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10330,1027,10,'Show city'),(10331,1028,10,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10332,1029,10,'Show district'),(10333,1030,10,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10334,1031,10,'Show zipcode'),(10335,1032,10,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10336,1033,10,'Show owner'),(10337,1034,10,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10338,1035,10,'Show mileage'),(10339,1036,10,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10340,1037,10,'Show contact information'),(10341,1038,10,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10342,1039,10,'Show engine type'),(10343,1040,10,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10344,1041,10,'Show city MPG/KPL'),(10345,1042,10,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10346,1043,10,'Show highway MPG/KPL'),(10347,1044,10,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10348,1045,10,'Show wheelbase'),(10349,1046,10,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10350,1047,10,'Show wheeltype'),(10351,1048,10,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10352,1049,10,'Show rear axel type'),(10353,1050,10,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10354,1051,10,'Show brakes type'),(10355,1052,10,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10356,1053,10,'Show exterior colors'),(10357,1054,10,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10358,1055,10,'Show exterior extras'),(10359,1056,10,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10360,1057,10,'Show interior colors'),(10361,1058,10,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10362,1059,10,'Show dashboard options'),(10363,1060,10,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10364,1061,10,'Show interior extras'),(10365,1062,10,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10366,1063,10,'Show safety options'),(10367,1064,10,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10368,1065,10,'Show warranty options'),(10369,1066,10,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10370,1067,10,'Show exactly to all'),(10371,1068,10,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10372,1069,10,'Show search keywords'),(10373,1070,10,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(10374,1071,10,'Options for search button'),(10375,1072,10,'Options for fields in Advance Search Layout'),(10376,1073,10,'Options for search form'),(10377,1074,10,'Show search form on nothing found page'),(10378,1075,10,'Show search form on nothing found page. Set \"YES\" show search form.'),(10379,1076,10,'Show search form on result search page'),(10380,1077,10,'Show search form on result search page. Set \"YES\" show search form.'),(10381,1078,10,'Redirect settings'),(10382,1079,10,'Redirect settings for rent'),(10383,1080,10,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(10384,1081,10,'Redirect settings for sale'),(10385,1082,10,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(10386,945,10,'Access to edit vehicles from other users'),(10387,1083,10,'Show country, region and<br>city option as text field'),(10388,1084,10,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(10389,1085,10,'How fields Country, Region and City use'),(10390,1086,10,'Settings for Search Layout'),(10391,1087,10,'Select Search Layout by default'),(10392,1088,10,'Select search layout by default on the frontend!'),(10393,1089,10,'Order field settings'),(10394,1090,10,'Select order by default'),(10395,1091,10,'Select an option to sort by default the search result.'),(10396,1092,10,'Vehicle slider option'),(10397,1093,10,'Show vehicle as slider'),(10398,1094,10,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(10399,1095,10,'Input initial-final year'),(10400,1096,10,'Input initial and final year of calendar. Final year value should be more then initial value.'),(10401,1097,10,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(10402,1098,10,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(10403,1099,10,'Show fraction in price'),(10404,1100,10,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(10405,1101,10,'Count Vehicles in row'),(10406,1102,10,'More than 1199px'),(10407,1103,10,'More than 1199px'),(10408,1104,10,'Less than 1200px andmore than 991px'),(10409,1105,10,'Less than 1200px andmore than 991px'),(10410,1106,10,'Less than 992px andmore than 767px'),(10411,1107,10,'Less than 992px andmore than 767px'),(10412,1108,10,'Less than 768px andmore than 489px'),(10413,1109,10,'Less than 768px andmore than 489px'),(10414,1110,10,'User order'),(10415,1111,10,'Watermark settings'),(10416,1112,10,'Enable watermark'),(10417,1113,10,'Watermark text'),(10418,1114,10,'Watermark size, %'),(10419,1115,10,'Font color'),(10420,1116,10,'Font angle'),(10421,1117,10,'Watermark position'),(10422,1118,10,'Watermark opacity'),(10423,1119,10,'Set Yes to show watermark'),(10424,1120,10,'Watermark text'),(10425,1121,10,'Watermark size, %'),(10426,1122,10,'Font color for watermark'),(10427,1123,10,'Font angle for watermark'),(10428,1124,10,'Watermark position for watermark'),(10429,1125,10,'Watermark opacity for watermark'),(10430,1127,10,'Watermark Type'),(10431,1128,10,'Select file for watermark'),(10432,1129,10,'Text or Image'),(10433,1130,10,'Select image for Watermark'),(10434,1126,10,'Categories order by default'),(10435,1131,10,'All vehicles'),(10436,1132,10,'Title'),(10437,1133,10,'Maker'),(10438,1134,10,'Model'),(10439,1135,10,'Description'),(10440,1136,10,'Vehicle ID'),(10441,1137,10,'Location'),(10442,1138,10,'Country'),(10443,1139,10,'City'),(10444,1140,10,'Region'),(10445,1141,10,'Zipcode'),(10446,1142,10,'Search by'),(10447,1143,10,'Please select only one value'),(10448,1144,10,'Min size image for watermark'),(10449,1145,10,'Minimum image size to include watermark'),(10450,1146,10,'Rent From and Rent Until fields  are required!'),(10451,1147,10,'Allow price as string'),(10452,1148,10,'Set \"yes\", if you want display price as string. '),(10453,1149,10,'You typed bad characters from picture!'),(10454,1150,10,'Slider settings'),(10455,1151,10,'The height of the slider is measured as a percentage of the slider width'),(10456,1152,10,'Slider height, %'),(10457,1153,10,'Slide show type \"Filling in\" or \"Proportionally\"'),(10458,1154,10,'Slide show type'),(10459,1155,10,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(10460,1156,10,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(10461,1157,10,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(10462,1158,10,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(10463,1159,10,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(10464,1160,10,'Payment system Options'),(10465,1161,10,'Show button \"Buy\" for sale vehicles'),(10466,1162,10,'Allow button \"Buy\" for sale vehicles'),(10467,1163,10,'Show button \"Buy\" for rent vehicles'),(10468,1164,10,'Allow button \"Buy\" for rent vehicles'),(10469,2,11,'Jármű kezelő'),(10470,3,11,'Saját gépjármű katalógus bérbeadó vagy eladó járművekhez'),(10471,4,11,'Járművek keresése'),(10472,5,11,'Járművek keresése'),(10473,6,11,'no-img_eng.gif'),(10474,7,11,'Ön nem jogosult végrehajtani ezt a műveletet!'),(10475,8,11,'OK'),(10476,9,11,'Állapot'),(10477,10,11,'Jármű kezelő :: Import/Export'),(10478,11,11,'Először hozzá kell adni egy kategóriát!'),(10479,12,11,'Kérem válasszon!'),(10480,13,11,'CSV Fájl'),(10481,14,11,'XML Fájl'),(10482,15,11,'Ki kell választani az import típusát'),(10483,16,11,'Ki kell választani egy kategóriát az importhoz!'),(10484,17,11,'Ki kell választani egy fájlt az importhoz!'),(10485,18,11,'Ki kell választani az export típusát!'),(10486,19,11,'Import típus'),(10487,20,11,'Fájl formátum választás'),(10488,21,11,'Fájl formátum választás'),(10489,22,11,'Kategória'),(10490,23,11,'Kategória'),(10491,24,11,'Kategória választás'),(10492,25,11,'Import fájl'),(10493,26,11,'Import fájl'),(10494,27,11,'Importálandó fájl választás'),(10495,28,11,'Jelenleg a következő CSV formátumot támogatja:<br />VehicleID | Description | Link | Listing type |  Location | Price | Title | ...'),(10496,29,11,'Export típus'),(10497,30,11,'Fájl formátum választás'),(10498,31,11,'Fájl formátum választás'),(10499,32,11,'Kategória'),(10500,33,11,'Kategória'),(10501,34,11,'Kategória választás'),(10502,35,11,'Export eredménye'),(10503,36,11,'Letöltheti a kért exportot az alábbi URL-ről (jobb egérgomb/mentés): '),(10504,37,11,'Kérjük, vegye figyelembe, hogy a fájlok el vannak mentve a szerveren, és önnek kell törölnie!.'),(10505,38,11,'Jármű kezelő :: Kategóriák'),(10506,39,11,'Kategória'),(10507,40,11,'Járművek'),(10508,41,11,'Közzétett'),(10509,42,11,'Átrendezés'),(10510,43,11,'Hozzáférés'),(10511,44,11,'Kivették'),(10512,45,11,'Hozzáadás'),(10513,46,11,'Szerkesztés'),(10514,47,11,'A kategória neve nem lehet üres!'),(10515,48,11,'Kategóriák'),(10516,49,11,'- Képválasztás -'),(10517,50,11,'Fel'),(10518,51,11,'Kategória álnév'),(10519,52,11,'Kategória elnevezés'),(10520,53,11,'Rendelés'),(10521,54,11,'Kép'),(10522,55,11,'Kép pozíció'),(10523,56,11,'Szülő tétel'),(10524,57,11,'Nincs előnézet'),(10525,58,11,'Részletek'),(10526,59,11,'Törölve'),(10527,60,11,'Jármű kezelő - Jármű bérbeadás'),(10528,61,11,'Jármű kezelő - Jármű bérbeadásból visszavonása'),(10529,62,11,'Import'),(10530,63,11,'Export'),(10531,64,11,'- Minden kategória'),(10532,65,11,'Kategória választás'),(10533,66,11,'Jármű választás bérbeadáshoz'),(10534,67,11,'- Minden jármű'),(10535,68,11,'Bérlés'),(10536,69,11,'Nem bérbeadó'),(10537,70,11,'Közzététel választás'),(10538,71,11,'- Minden jármű'),(10539,72,11,'Nem közzétett'),(10540,73,11,'Közzétett'),(10541,74,11,'- All Users'),(10542,75,11,'Járművek keresése'),(10543,76,11,'Járművek keresése'),(10544,77,11,'Keresési kulcsszavak'),(10545,78,11,'Keresés'),(10546,79,11,'Nincs találat.'),(10547,80,11,'Jármű kezelő :: Járművek'),(10548,81,11,'Keresés:'),(10549,82,11,'Először hozzá kell adni egy kategóriát!'),(10550,83,11,'Exactly to all'),(10551,84,11,'Advanced<br />search'),(10552,85,11,'from'),(10553,86,11,'to'),(10554,87,11,'Year'),(10555,88,11,'Ár'),(10556,89,11,'Lista típus'),(10557,90,11,'Lista állapot'),(10558,91,11,'Ár típus'),(10559,92,11,'Modell'),(10560,93,11,'Elnevezés'),(10561,94,11,'Azonosító'),(10562,95,11,'Eredmény'),(10563,96,11,'Leírás'),(10564,97,11,'Kategória'),(10565,98,11,'# jármű'),(10566,99,11,'Megtekintés'),(10567,100,11,'Cím'),(10568,101,11,'Country'),(10569,102,11,'Region'),(10570,103,11,'City'),(10571,104,11,'District'),(10572,105,11,'Zipcode'),(10573,106,11,'Szélesség'),(10574,107,11,'Hosszúság'),(10575,108,11,'No location available'),(10576,109,11,'Járműtípus'),(10577,110,11,'Állapot'),(10578,111,11,'Futott km'),(10579,112,11,'Átvitel'),(10580,113,11,'Motortípus'),(10581,114,11,'Kibocsátási év'),(10582,115,11,'Meghajtó típusa'),(10583,116,11,'Tüzelőanyag-típus'),(10584,117,11,'Sebességek száma'),(10585,118,11,'Hengerek száma'),(10586,119,11,'Ajtók száma'),(10587,120,11,'Ülőhelyek száma'),(10588,121,11,'Városi fogyasztás Km/l'),(10589,122,11,'Országúti fogyasztás Km/l'),(10590,123,11,'Tengelytávolság'),(10591,124,11,'Keréktípus'),(10592,125,11,'Hátsó híd típusa'),(10593,126,11,'Fék típusa'),(10594,127,11,'Külső színek'),(10595,128,11,'Külső extrák'),(10596,129,11,'Beltéri színek'),(10597,130,11,'Műszerfal paraméterek'),(10598,131,11,'Beltéri extrák'),(10599,132,11,'Biztonsági paraméterek'),(10600,133,11,'Garancia paraméterek'),(10601,134,11,'Alapvető'),(10602,135,11,'Hajtószíj'),(10603,136,11,'Rozsdásodás'),(10604,137,11,'Országúti segítség'),(10605,138,11,'Az Ön telefonszáma'),(10606,139,11,'Értékelés'),(10607,140,11,'Kép URL'),(10608,141,11,'Kép'),(10609,142,11,'Vásárlás innen link'),(10610,143,11,'Bérbeadás -ig'),(10611,144,11,'Bérbeadás -tól'),(10612,145,11,'Bérbeadás idő'),(10613,146,11,'Rent return'),(10614,147,11,'Berbeadás tól - ig'),(10615,148,11,'ismeretlen'),(10616,149,11,'Felhasználó'),(10617,150,11,'E-mail'),(10618,151,11,'Levelezési cím'),(10619,152,11,'Telefonszám'),(10620,153,11,'Bérbeadás idő: '),(10621,154,11,'Találatok'),(10622,155,11,'Átrendezés'),(10623,156,11,'Bérbe'),(10624,157,11,'Közzétett'),(10625,158,11,'Kibérelték'),(10626,159,11,'Felülvizsgálat dátum'),(10627,160,11,'Alkategóriák'),(10628,161,11,'Főkép feltöltés'),(10629,162,11,'Kattintson ide új jármű-kép feltöltéséhez!'),(10630,163,11,'Ha Ön feltölt egy képet, akkor a jelenlegi törlődik, és az új lép a helyébe!'),(10631,164,11,'Képfeltöltési hiba! Kérjük vegye figyelembe, hogy csak az alábbi képformátumok támogatottak: jpg, png, gif !'),(10632,165,11,'Bérlési információk'),(10633,166,11,'Jelenlegi E-dokumentum'),(10634,167,11,'E-dokumentum feltöltés'),(10635,168,11,'E-dokumentum letöltés'),(10636,169,11,'E-dokumentum törlés'),(10637,170,11,'E-dokumentum'),(10638,171,11,'E-dokumentum feltöltési hiba!'),(10639,172,11,'Állapot'),(10640,173,11,'Kötelező'),(10641,174,11,'Vélemény hozzáadása'),(10642,175,11,'Vélemények'),(10643,176,11,'Mentés'),(10644,177,11,'Bérbeadás kérése'),(10645,178,11,'Bérbeadási kérelem benyújtása'),(10646,179,11,'Megnéz'),(10647,180,11,'Elnevezés'),(10648,181,11,'Értékelés'),(10649,182,11,'Megjegyzés'),(10650,183,11,'Névtelen'),(10651,184,11,'Number click'),(10652,185,11,'Shows'),(10653,186,11,'Jármű elnevezés'),(10654,187,11,'Kattintson a térképre a jármű helyének meghatározásához:'),(10655,188,11,'Kérjük adja meg a felülvizsgálat címét!'),(10656,189,11,'Kérjük adja meg a felülvizsgálat szövegét!'),(10657,190,11,'Kérjük adja meg a felülvizsgálat értékelését!'),(10658,191,11,'Kérjük adja meg a nevét a bérbevételi kérelemhez!'),(10659,192,11,'Kérjük adjon meg érvényes E-mail címet a bérbevételi kérelemhez!'),(10660,193,11,'Kérjük adjon meg érvényes levelezési címet a bérbevételi kérelemhez!'),(10661,194,11,'Kérjük adja meg a visszahozatal időpontját a bérbevételi kérelemhez!'),(10662,195,11,'Please enter at least one vehicle photo!'),(10663,196,11,'Not specified'),(10664,197,11,'Arabic'),(10665,198,11,'Brazilian Portuguese'),(10666,199,11,'Danish'),(10667,200,11,'Dutch'),(10668,201,11,'English'),(10669,203,11,'Bosnian'),(10670,202,11,'Farsi'),(10671,204,11,'French'),(10672,205,11,'German'),(10673,206,11,'Hungarian'),(10674,207,11,'Italian'),(10675,208,11,'Lithuanian'),(10676,209,11,'Norwegian'),(10677,210,11,'Polski'),(10678,211,11,'Portuguese'),(10679,212,11,'Romanian'),(10680,213,11,'Russian'),(10681,216,11,'Szlovén'),(10682,214,11,'Spanish'),(10683,215,11,'Turkish'),(10684,217,11,'Nem'),(10685,218,11,'Igen'),(10686,219,11,'A jármű elnevezését jelenleg egy másik adminisztrátor is szerkeszti!'),(10687,220,11,'Jármű törlési hiba!'),(10688,221,11,'Add Vehicle notification email'),(10689,222,11,'Felhasználói oldal beállítások'),(10690,223,11,'Adminisztrátori oldal beállítások'),(10691,224,11,'Azonosító automata növelése'),(10692,225,11,'Azonosító automata növelése'),(10693,226,11,'Igen - ha akarja az automata növelést, Nem - ha kézi azonosítást használ.'),(10694,227,11,'E-dokumentum támogatása'),(10695,228,11,'E-dokumentum támogatása'),(10696,229,11,'Igen - ha akarja, hogy támogassa az E-dokumentumot az adminisztrátori felület.'),(10697,230,11,'E-dokumentumok helye'),(10698,231,11,'E-dokumentumok helye'),(10699,232,11,'A feltöltött E-dokumentumok helye a szerveren. Az útvonal relatív a Joomla gyökérkönyvtárhoz, valamint  /  jellel kell kezdődnie és végződnie!'),(10700,233,11,'E-dokumentumok letöltési linkjének megjelenítése'),(10701,234,11,'E-dokumentumok letöltésének mutatása a felhasználói oldalon'),(10702,235,11,'Igen - ha mutassa az E-dokumentumok letöltési linkjeit a felhasználói oldalon.'),(10703,236,11,'Vélemények mutatása'),(10704,237,11,'Vélemények mutatása a felhasználói oldalon'),(10705,238,11,'Igen - Ha engedélyezi a felhasználók véleményhozzáfűzését az oldalon'),(10706,239,11,'Véleményezés engedélyezése'),(10707,240,11,'Véleményezés engedélyezése'),(10708,241,11,'Véleményezés engedélyezése a felhasználói oldalon. Ez a funkció akkor aktiválódik, ha a --Vélemények mutatása-- IGEN-re van állítva!'),(10709,242,11,'Bérlés állapot mutatása'),(10710,243,11,'Bérlés állapot mutatása a felhasználói oldalon'),(10711,244,11,'Igen - Ha szeretné mutatni a járművek bérlési állapotát a felhasználói oldalon'),(10712,245,11,'Bérlési kérelem engedélyezése'),(10713,246,11,'Bérlési kérelem engedélyezése'),(10714,247,11,'Bérlési kérelem engedélyezése a felhasználói oldalon. Ez a funkció akkor aktiválódik, ha a --Bérlés állapot mutatása-- IGEN-re van állítva!'),(10715,248,11,'Ár mutatása'),(10716,249,11,'Ár mutatása'),(10717,250,11,'Ár mutatása a felhasználói oldalon'),(10718,251,11,'Jármű/oldal'),(10719,252,11,'Járművek száma laponként'),(10720,253,11,'Lapszámozás'),(10721,254,11,'Jármű képek mérete'),(10722,255,11,'Jármű képek mérete'),(10723,256,11,'Képméret beállítás - magasság/szélesség pixelben'),(10724,257,11,'Set size of main image - width/height in px'),(10725,258,11,'Set main photos size - width/height in px'),(10726,259,11,'Vehicle main photos size'),(10727,260,11,'Vehicle gallery photo size'),(10728,261,11,'Vehicle gallery photo size'),(10729,262,11,'Set gallery photo size - width/height in px'),(10730,263,11,'Vehicle upload photo size'),(10731,264,11,'Vehicle upload photo size'),(10732,265,11,'Set upload photo size - width/height in px'),(10733,266,11,'Oldal tételek'),(10734,267,11,'Oldal tételek'),(10735,268,11,'Megjelenített járművek számának bevitele (minden oldal)'),(10736,269,11,'Add Vehicle email'),(10737,270,11,'An email address for notifying about new vehicle has been added on'),(10738,271,11,'Vélemény E-mail'),(10739,272,11,'Vélemény E-mail'),(10740,273,11,'Hova küldjük az értesítő üzenetet, ha új vélemény érkezik. Megadhat több E-mail címet is, vesszővel elválasztva.'),(10741,274,11,'Bérlési kérelem E-mail'),(10742,275,11,'Bérlési kérelem E-mail'),(10743,276,11,'Hova küldjük az értesítő üzenetet, ha új kérelem érkezik. Megadhat több E-mail címet is, vesszővel elválasztva.'),(10744,277,11,'Jármű kezelő :: Bérlési kérelem'),(10745,278,11,'Jármű kezelő :: Körülbelül'),(10746,279,11,'Körülbelül'),(10747,280,11,'Kiadási megjegyzés'),(10748,281,11,'Változások listája'),(10749,282,11,'Köszöntjük a járműkezelőben!'),(10750,283,11,'Köszönjük, hogy használja a komponensünket!<br /><br />\\nA Járműkezelő lehetővé teszi a nagy járműkatalógusok kezelését. Lehetősége van kategóriákat és alkategóriákat létrehozni, a komponens támogatja az automatikus és a kézi azonosító kezelést is. A bérlések kezelése beépített funkció, valamint a felhasználók számára engedélyezni tudja kérelmek beadását is. Lehetősége van a felhasználók jármű véleményezését engedélyezni és moderálni. Az E-dokumentum funkció is támogatott. A jármű információkat és a fényképeket manuálisan tudja rögzíteni. <br/ ><br />\\nMEGJEGYZÉSEK: <br/ >\\n- A fotók letöltéséhez, feldolgozásához PHP5-re van szükség CURL támogatással<br />\\n- A CSV exporthoz PHP5-re van szükség XSL támogatással<br/ >\\n- A CAPTCHA-hoz (ellenőrző kód) PHP5-re van szükség GD támogatással<br />\\n<br />\\nEzen az oldalon: <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> megtalálja a járműkezelő VehicleManager felhasználói könyvét, a nyelvi fájlokat, a támogató fórumot, és még sok letölthető kiegészítő modult és beépülő modult.<br />\\n<br />\\nLehetősége egyedi fejlesztést kérni, ha új funkciót szeretne a Járműkezelőhöz. Ez esetben írjon ide: <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> és mi felkeressük Önt! Ha megrendeli a fizetős fejlesztést, megkapja a következő PRO verziót tőlünk!'),(10751,284,11,'Az alábbi mezőket csak egyszer kell kitölteni, amikor kézzel állítja be '),(10752,285,11,'. ellenkező esetben figyelmen kívül kell hagyni.'),(10753,286,11,'Bérlési kérelem'),(10754,287,11,'A lista tartalmazza a kiválasztott járműveket.<br />Ha üres, ellenőrizze a kiválasztást újra!'),(10755,288,11,'Az Ön teljes neve'),(10756,289,11,'E-mail'),(10757,290,11,'Az Ön levelezési címe'),(10758,291,11,'Jármű visszahozás dátuma'),(10759,292,11,'Bérlés -tól'),(10760,293,11,'A bérlési kérelme rögzítve lett az adatbázisban. Ellenőrizzük a kérését és a lehető leghamarabb felvesszük Önnel a kapcsolatot.<br />Köszönjük, hogy a mi szolgáltatásunkat választotta!'),(10761,294,11,'A vásárlási kérelme rögzítve lett az adatbázisban. Ellenőrizzük a kérését és a lehető leghamarabb felvesszük Önnel a kapcsolatot.<br />Köszönjük, hogy a mi szolgáltatásunkat választotta!.'),(10762,295,11,'Jármű kezelő: Bérlési kérelem elfogadás'),(10763,296,11,'A jármű'),(10764,297,11,'az Ön kérésére készen áll a bérbeadásra.'),(10765,298,11,'Mentés'),(10766,299,11,'Jármű bérlés'),(10767,300,11,'Jármű visszavétel bérlésből'),(10768,301,11,'Kérelem elfogadása'),(10769,302,11,'Kérelem elutasítása'),(10770,303,11,'Járművek importálása'),(10771,304,11,'Járművek exportálása'),(10772,305,11,'Vélemény törlése'),(10773,306,11,'Vélemény szerkesztése'),(10774,307,11,'Általános információk:'),(10775,308,11,'Változat:'),(10776,309,11,'Kiadás dátuma:'),(10777,310,11,'Project link:'),(10778,311,11,'Project host:'),(10779,312,11,'Licensz engedély:'),(10780,313,11,'Ez a program annak a reményében készült, hogy hasznos lesz, de nincs rá semmien garancia. Lásd a mellékelt License.txt-t a további részletekért.'),(10781,314,11,'Készítette:'),(10782,315,11,'Honlap'),(10783,316,11,'E-dokumentum letöltési Link URL'),(10784,317,11,'E-dokumentum letöltés engedélyezés'),(10785,318,11,'E-dokumentum letöltés engedélyezése a felhasználói oldalon. Ez a funkció akkor aktiválódik, ha az --E-dokumentum támogatása-- IGEN-re van állítva!'),(10786,319,11,'E-dokumentum letöltés engedélyezés'),(10787,320,11,'Ár engedélyezése:'),(10788,321,11,'Ár engedélyezése a felhasználói oldalon. Ez a funkció akkor aktiválódik, ha az --Ár mutatása-- IGEN-re van állítva!'),(10789,322,11,'Ár engedélyezése'),(10790,323,11,'Jármű kezelő :: Vélemények'),(10791,324,11,'Jármű elnevezés'),(10792,325,11,'Vélemény elnevezés'),(10793,326,11,'Irja be a fenti karaktereket az alábbi mezőbe!'),(10794,327,11,'Nyomtatás'),(10795,328,11,'Kérjük válassza ki a nyomtatásra szánt oszlopokat, majd kattintson a Next -re!'),(10796,329,11,'Betűméret'),(10797,330,11,'Formátum'),(10798,331,11,'E-dokumentum felhasználási feltételeinek mutatása'),(10799,332,11,'Mutassa-e az E-dokumentum felhasználási feltételeinek elfogadását/visszautasítását annak letöltésekor a felhasználói oldalon.'),(10800,333,11,'E-dokumentum felhasználási feltételeinek mutatása'),(10801,334,11,'Felhasználási feltételek'),(10802,335,11,'Elfogadja?'),(10803,336,11,'Vélemény hozzáadás'),(10804,337,11,'Vélemény elrejtés'),(10805,338,11,'Vásárlás gomb mutatása'),(10806,339,11,'Vásárlás gomb mutatása'),(10807,340,11,'Vásárlás gomb mutatása a jármű mellett a felhasználói oldalon'),(10808,341,11,'Vásárlás gomb engedélyezése:'),(10809,342,11,'Vásárlás gomb mutatása a kiválasztott kategóriánál a felhasználói felületen. Ez a funkció akkor aktiválódik, ha a --Vásárlás gomb mutatása-- IGEN-re van állítva! Több kategórát is ki tud választani.'),(10810,343,11,'Vásárlás gomb engedélyezése'),(10811,344,11,'Teljes adat export'),(10812,345,11,'Teljes adat import'),(10813,346,11,'Ez a művelet eltávolítja az összes létező adatot importálás előtt a járműkezelőből! Szeretné folytatni?'),(10814,347,11,'\\n<strong>CSV&nbsp;IMPORT:</strong>\\n<ul>\\n	<li>Jelenleg a következő CSV formátum támogatott:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>A mezőket cső karakterrel kell elválasztani (<strong>&nbsp;|&nbsp;</strong>)</li>\\n	<li>Teljes lista importálása üres mezőkkel példa:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li><strong>FIGYELMEZTETÉS:</strong>&nbsp;ne használjon CSV-t, ha a járműnél vélemények vannak! Ez esetben használjon teljes adat importot!</li>\\n</ul>\\n<strong>XML&nbsp;IMPORT:</strong>\\n<ul>\\n	<li>Import XML formátumban</li>\\n	<li><strong>FIGYELMEZTETÉS:</strong>&nbsp;ne használjon XML-t, ha a járműnél vélemények vannak! Ez esetben használjon teljes adat importot!</li>\\n<li><strong>WARNING:</strong>&nbsp;associations between houses will not be saved!</li>\n        <li><strong>WARNING:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li></ul>\\n<strong>TELJES&nbsp;ADAT&nbsp;IMPORT:</strong>\\n<ul>\\n	<li>Ez az import teljesen lecseréli a járműkezelő adatait minden területen és részletben.</li>\\n	<li>Ez az opció felülírja a már meglévő bejegyzéseket, ezért legyen körültekintő a használatakor!</li>\\n	<li>Ha szeretné megmenteni a jármű képeket, mentse az alábbi könyvtár tartalmát: --components/com_vehiclemanager/photos--!</li>\\n	<li>Ha szeretné megmenteni a jármű E-dokumentumokat, mentse azt a könyvtárat, amit meghatározott az E-dokumentumok helyeként!</li>\\n</ul>'),(10815,348,11,'\\n<strong>CSV&nbsp;EXPORT:</strong>\\n<ul>\\n	<li>A CSV export tartalmaz minden mezőt, és szerkeszthető egyszerű szövegszerkesztővel, vagy táblázatkezelő alkalmazással.</li>\\n	<li>Kérjük, vegye figyelembe, hogy az adatok későbbi importjánál a következő CSV formátum támogatott:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Akkor is ha később csak jármű véleményeket használ, használja a teljes adat exportot!</li>\\n</ul>\\n<strong>XML&nbsp;EXPORT:</strong>\\n<ul>\\n	<li>Az XML export az előnyben részesített út a jármű és a járműadatok exportálásához!</li>\\n	<li>Az XML export mindent tartalmaz egy későbbi importhoz!</li>\\n<li><strong>WARNING:</strong>&nbsp;associations between houses will not be saved!</li>\n        <li><strong>WARNING:</strong>&nbsp;you have to upload images singly, no photos will be saved!</li></ul>\\n<strong>TELJES&nbsp;ADAT&nbsp;EXPORT:</strong>\\n<ul>\\n	<li>Ez az export minden adatot elment.</li>\\n	<li>Később ebből minden adatot vissza tud állítani.</li>\\n	<li>Ez a későbbi import felülírja a már meglévő adatokat, ezért legyen körültekintő, amikor használja!</li>\\n	<li>Ha szeretné megmenteni a jármű képeket, mentse az alábbi könyvtár tartalmát: --components/com_vehiclemanager/photos--!</li>\\n	<li>Ha szeretné megmenteni a jármű E-dokumentumokat, mentse azt a könyvtárat, amit meghatározott az E-dokumentumok helyeként!</li>\\n</ul>'),(10816,349,11,'Vélemény értesítő küldése'),(10817,350,11,'Vélemény értesítő küldése'),(10818,351,11,'Állítsa Igen-re ha szeretne értesülni, ha egy felhasználó véleményt fűz egy járműhöz. Használja az engedélyezést az értesítések kiküldéséhez. Az adminisztrációs felület beállításainál tudja beállítani a fogadó E-mail címeket.'),(10819,352,11,'Felhasználói csoportok, amiknél értesítést küldjön.'),(10820,353,11,'Felhasználói csoportok, amiknél értesítést küldjön.'),(10821,354,11,'Válassza ki, hogy mely felhasználói csoport véleményezésénél küldjön értesítést. Ez a funkció akkor aktiválódik, ha a --Vélemény értesítő küldése-- IGEN-re van állítva!'),(10822,355,11,'Bérlési kérelem értesítő küldése'),(10823,356,11,'Bérlési kérelem értesítő küldése'),(10824,357,11,'Állítsa Igen-re ha szeretne értesülni, ha egy felhasználó bérlési kérelmet ad be. Használja az engedélyezést az értesítések kiküldéséhez. Az adminisztrációs felület beállításainál tudja beállítani a fogadó E-mail címeket.'),(10825,358,11,'Felhasználói csoportok, amiknél értesítést küldjön.'),(10826,359,11,'Felhasználói csoportok, amiknél értesítést küldjön.'),(10827,360,11,'Válassza ki, hogy mely felhasználói csoport kérelmeinél küldjön értesítést. Ez a funkció akkor aktiválódik, ha a --Bérlési kérelem értesítő küldése-- IGEN-re van állítva!'),(10828,361,11,'Vélemény megjegyzés'),(10829,362,11,'Egyéni kategória képek'),(10830,363,11,'Egyéni kategória képek'),(10831,364,11,'Ha igen-re van állítva, akkor minden kategóriához egyedi képet lehet rendelni az alap mappa ikon helyett. Beállítás után módosíthatja a kategória képeket: Járműkezelő - Kategóriák - Szerkesztés - Képválasztás'),(10832,365,11,'Alkategória mutatása'),(10833,366,11,'Show for single subcategory'),(10834,367,11,'Alkategória mutatása'),(10835,368,11,'Ha igen-re állítja, látni fogja minden kategóriánál az alkategóriákat'),(10836,369,11,'If set to YES, you will see subcategory for single select category'),(10837,370,11,'Nem tud visszatérni, mert nincs bérbeadva!'),(10838,371,11,'Kérjük, hogy válasszon a bérbeadó járművek listájából!'),(10839,372,11,'Kérjük, hogy válasszon a bérbeadásból vissztérő járművek listájából!'),(10840,373,11,'Kérjük, hogy válasszon az elfogadott kérelmek listájából!'),(10841,374,11,'Kérjük, hogy válasszon a visszautasított kérelmek listájából!'),(10842,375,11,'Válasszon típust az importhoz!'),(10843,376,11,'Válasszon típust az exporthoz!'),(10844,377,11,'Adjon meg elnevezést a járműhöz!'),(10845,378,11,'Kérjük írja be a jármű azonosítót!'),(10846,379,11,'Egy jármű ezzel az azonosítóval már létezik!'),(10847,380,11,'Válasszon kategóriát a járműhöz!'),(10848,381,11,'Kérjük, adjon meg nevet a vásárlási kérelemhez!'),(10849,382,11,'Kérjük, adjon meg valós E-mail címet a vásárlási kérelemhez!'),(10850,383,11,'Kérjük, adjon meg valós telefonszámot a vásárlási kérelemhez!'),(10851,384,11,'Kötelező mezők'),(10852,385,11,'Ajánlott mezők'),(10853,386,11,'Cím mezők'),(10854,387,11,'Paraméterek'),(10855,388,11,'Külső paraméterek'),(10856,389,11,'Belső paraméterek'),(10857,390,11,'Egyéb paraméterek'),(10858,391,11,'Képkezelő'),(10859,392,11,'Jármű képgaléria'),(10860,393,11,'Advertisment'),(10861,394,11,'Vevő(k) információi '),(10862,395,11,'Jármű kezelő :: Eladás kezelő'),(10863,396,11,'Vásárlási kérelem'),(10864,397,11,'Vásárlás elrejtése'),(10865,398,11,'Kérelem küldése'),(10866,399,11,'Vásárlási kérelem értesítő'),(10867,400,11,'Vásárlási kérelem értesítő'),(10868,401,11,'Állítsa Igen-re ha szeretne értesülni, ha egy felhasználó vásárlási kérelmet ad be. Használja az engedélyezést az értesítések kiküldéséhez. Az adminisztrációs felület beállításainál tudja beállítani a fogadó E-mail címeket.'),(10869,402,11,'Felhasználói csoportok, amiknél értesítést küldjön.'),(10870,403,11,'Felhasználói csoportok, amiknél értesítést küldjön.'),(10871,404,11,'Válassza ki, hogy mely felhasználói csoport kérelmeinél küldjön értesítést. Ez a funkció akkor aktiválódik, ha a --Vásárlási kérelem értesítő küldése-- IGEN-re van állítva!'),(10872,405,11,'E-mail vásárlási kérelmekhez'),(10873,406,11,'E-mail vásárlási kérelmekhez'),(10874,407,11,'Hova küldjük az értesítő üzenetet, ha új kérelem érkezik. Megadhat több E-mail címet is, vesszővel elválasztva.'),(10875,408,11,'Jármű kezelő :: Beállítások'),(10876,409,11,'Eltávolítás'),(10877,410,11,'Kép '),(10878,411,11,'Vélemények lap mutatása'),(10879,412,11,'Vélemények lap mutatása'),(10880,413,11,'Állítsa Igen-re, ha mutatni akarja a vélemények lapot!'),(10881,414,11,'Helyzetmeghatározás lap mutatása'),(10882,415,11,'Helyzetmeghatározás lap mutatása'),(10883,416,11,'Állítsa Igen-re, ha mutatni akarja a helyzetmeghatározás lapot!'),(10884,417,11,'Jármű hozzáadása'),(10885,418,11,'Jármű hozzáadása<br />gomb mutatása'),(10886,419,11,'Jármű hozzáadása<br />gomb mutatása'),(10887,420,11,'Jármű hozzáadásagomb mutatása a jármű listában a felhasználói oldalon'),(10888,421,11,'Jármű hozzáadása<br />gomb engedélyezése'),(10889,422,11,'Jármű hozzáadása<br />gomb engedélyezése'),(10890,423,11,'Jármű hozzáadása gomb engedélyezése a felhasználói oldalon. Ez a funkció akkor aktiválódik, ha a --Jármű hozzáadása gomb mutatása-- IGEN-re van állítva!'),(10891,424,11,'Show button<br />print PDF'),(10892,425,11,'Show button<br />print PDF'),(10893,426,11,'Shows button print PDF in the vehicle list in the frontend'),(10894,427,11,'Allow button<br />print PDF'),(10895,428,11,'Allow button<br />print PDF'),(10896,429,11,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(10897,430,11,'Show button<br />print View'),(10898,431,11,'Show button<br />print View'),(10899,432,11,'Shows button print View in the vehicle list in the frontend'),(10900,433,11,'Allow button<br />print View'),(10901,434,11,'Allow button<br />print View'),(10902,435,11,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(10903,436,11,'Show button<br />send Link'),(10904,437,11,'Show button<br />send Link'),(10905,438,11,'Shows button send Link in the vehicle list in the frontend'),(10906,439,11,'Allow button<br />send Link'),(10907,440,11,'Allow button<br />send Link'),(10908,441,11,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(10909,442,11,'Elérhetőségek'),(10910,443,11,'Elérhetőségek mutatása '),(10911,444,11,'Elérhetőségek mutatása '),(10912,445,11,'Elérhetőségek megjelenítése a főoldalon.'),(10913,446,11,'Képek helye'),(10914,447,11,'A feltöltött képek helye a szerveren. Az útvonal relatív a Joomla gyökérkönyvtárhoz, / jellel kell kezdődnie és végződnie'),(10915,448,11,'Képek helye'),(10916,449,11,'Bérbeadó -tól'),(10917,450,11,'Bérbeadó -ig'),(10918,451,11,'Nem bérbeadó'),(10919,452,11,'Bérbeadó'),(10920,453,11,'Az Ön járműve mentve lett az adatbázisban. Megvizsgáljuk a kérését és hamarosan válaszolunk!.<br />Köszönjük, hogy a mi szolgáltatásunkat választotta!'),(10921,454,11,'Helyzet'),(10922,455,11,'Fő'),(10923,456,11,'---select---'),(10924,457,11,'For rent'),(10925,458,11,'For sale'),(10926,459,11,'negotiable,starting'),(10927,460,11,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(10928,461,11,'new,used'),(10929,462,11,'manual,automatic'),(10930,463,11,'active,offer,contract,closed,withdrawn'),(10931,464,11,'Fwd,Rwd,Awd,4wd,2wd'),(10932,465,11,'petrol,diesel,gas,electric,hybrid,unlisted'),(10933,466,11,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(10934,467,11,'4,5,6,8,10,12,16'),(10935,468,11,'none,2,3,4,5,6,7'),(10936,469,11,'Edit'),(10937,470,11,'Approved'),(10938,471,11,'Maker'),(10939,472,11,'Show my vehicles'),(10940,473,11,'all'),(10941,474,11,'from'),(10942,475,11,'to'),(10943,476,11,'list'),(10944,477,11,'gallery'),(10945,478,11,'User-selectable'),(10946,479,11,'Owner'),(10947,480,11,'Full XML'),(10948,481,11,'Id'),(10949,482,11,'Add Vehicle'),(10950,483,11,'Publish'),(10951,484,11,'Unpublish'),(10952,485,11,'Delete'),(10953,486,11,'Return vehicle from rent'),(10954,487,11,'Rent'),(10955,488,11,'You have not hevicles'),(10956,489,11,'Sorry, you have not access to this page'),(10957,490,11,'Show RSS'),(10958,491,11,'Show RSS or not'),(10959,492,11,'Show RSS'),(10960,493,11,'Allow RSS for'),(10961,494,11,'Allow RSS'),(10962,495,11,'Select users for whom allow RSS'),(10963,496,11,'Approve added vehicles'),(10964,497,11,'Approve added vehicles'),(10965,498,11,'Approve vehicles added'),(10966,499,11,'Allow approve'),(10967,500,11,'Allow approve'),(10968,501,11,'Choose users whom allow approve vehicles from frontend'),(10969,502,11,'View type'),(10970,503,11,'View type'),(10971,504,11,'Select view type for vehicles'),(10972,505,11,'Show location map'),(10973,506,11,'Location map'),(10974,507,11,'If choose \\\"yes\\\" then show location map '),(10975,508,11,'Save database after uninstall component:'),(10976,509,11,'Update'),(10977,510,11,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(10978,511,11,'Show owner'),(10979,512,11,'Show owner'),(10980,513,11,'Show vehicle owner or not'),(10981,514,11,'Rent request answer'),(10982,515,11,'Rent request answer'),(10983,516,11,'Send email to user about rent request solution'),(10984,517,11,'Accepted'),(10985,518,11,'Declined'),(10986,519,11,'Answer for your rent request'),(10987,520,11,'Your rent request for vehicle'),(10988,521,11,''),(10989,522,11,'no-img_eng_big.gif'),(10990,523,11,'Edit vehicle'),(10991,524,11,'Add Vehicle'),(10992,525,11,'Edit Vehicle'),(10993,526,11,'My vehicles'),(10994,527,11,'Show button<br />Owners List'),(10995,528,11,'Show owners list'),(10996,529,11,'If choose \\\"yes\\\" then show owners list in frontend'),(10997,530,11,'Allow button<br />Owners List'),(10998,531,11,'Allow owners list'),(10999,532,11,'Choose users, whom allow show owners list'),(11000,533,11,'Owners list'),(11001,534,11,'Owners list'),(11002,535,11,'Owners'),(11003,536,11,'Vehicles'),(11004,537,11,'User vehicles'),(11005,538,11,'There have not vehicles'),(11006,539,11,'You have not logined! If you want edit vehicle in future, then login!'),(11007,540,11,'Rent request'),(11008,541,11,'Vehicle with this Id do not find'),(11009,542,11,'You can\'t view this page because it not published'),(11010,543,11,'You can\'t view this page because it not approved by administrator'),(11011,544,11,'Check categories of vehicles'),(11012,545,11,'Are you sure?'),(11013,546,11,'Please select vehicles first!'),(11014,547,11,'Form for answer to rent request'),(11015,548,11,'Form for answer to rent request'),(11016,549,11,'Form for answer to rent request'),(11017,550,11,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(11018,551,11,'Buy request answer'),(11019,552,11,'Buy request answer'),(11020,553,11,'Send email to user about buy request solution'),(11021,554,11,'Form for answer to buy request'),(11022,555,11,'Form for answer to buy request'),(11023,556,11,'Form for answer to buy request'),(11024,557,11,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(11025,558,11,'Accepted'),(11026,559,11,'Declined'),(11027,560,11,'Publish added vehicles'),(11028,561,11,'Publish added vehicles'),(11029,562,11,'Publish vehicles added'),(11030,563,11,'Allow publish'),(11031,564,11,'Allow publish'),(11032,565,11,'Choose users whom allow publish vehicles'),(11033,566,11,'Date'),(11034,567,11,'Rent before end notify'),(11035,568,11,'Rent before end notify'),(11036,569,11,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(11037,570,11,'Rent end days'),(11038,571,11,'Rent end days'),(11039,572,11,'How much days before rent end send notify email'),(11040,573,11,'Rent end email'),(11041,574,11,'Rent end email'),(11042,575,11,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(11043,576,11,'Edit rent'),(11044,577,11,'VehicleManager - Edit vehicle rent details'),(11045,578,11,'User groups for which Contacts  will show'),(11046,579,11,'User groups for which Contacts  will show'),(11047,580,11,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(11048,581,11,' User groups for which Location tab will be shown'),(11049,582,11,' User groups for which Location tab will be shown'),(11050,583,11,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(11051,584,11,'User groups for which Reviews tab will be shown'),(11052,585,11,'User groups for which Reviews tab will be shown'),(11053,586,11,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(11054,587,11,'Show Buy Request'),(11055,588,11,'Show Buy request in the frontend'),(11056,589,11,'Set Yes to show the button Send Buy Request on the frontend.'),(11057,590,11,'User groups which will see button Send Buy Request'),(11058,591,11,'Allow Buy request'),(11059,592,11,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(11060,593,11,'Send Add vehicle Notification'),(11061,594,11,'Send Add vehicle Notification'),(11062,595,11,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(11063,596,11,'User groups from which Add vehicle notifications will be sent'),(11064,597,11,'User groups from which Add vehicle notifications will be sent'),(11065,598,11,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(11066,599,11,'Show fields in list view'),(11067,600,11,'This section helps to configure the view only but not to restrict user rights.'),(11068,601,11,'To show the [Price] a radio selector [Show price] must be checked.'),(11069,602,11,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(11070,603,11,'Community Builder plugin / My Vehicles menu item settings'),(11071,604,11,'Show my vehicles (in CB)'),(11072,605,11,'Show edit vehicles'),(11073,606,11,'Show rent requests'),(11074,607,11,'Show buy requests'),(11075,608,11,'Show user rent history'),(11076,609,11,'Show my vehicles to'),(11077,610,11,'Show edit vehicles to'),(11078,611,11,'Show rent requests to'),(11079,612,11,'Show buy requests to'),(11080,613,11,'Show user rent history to'),(11081,614,11,'Show my vehicles'),(11082,615,11,'Show edit vehicles'),(11083,616,11,'Show rent requests'),(11084,617,11,'Show buy requests'),(11085,618,11,'Show user rent history'),(11086,619,11,'Show button \'show my vehicles\' on CB plugin'),(11087,620,11,'Show my vehicles'),(11088,621,11,'Select user group for which will be show this button'),(11089,622,11,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(11090,623,11,'Show edit vehicles'),(11091,624,11,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(11092,625,11,'Show rent requests'),(11093,626,11,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(11094,627,11,'Show buy requsts'),(11095,628,11,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(11096,629,11,'Show my rent history'),(11097,630,11,'Calendar of availability and rental rates per period'),(11098,631,11,'Week'),(11099,632,11,'Weekend'),(11100,633,11,'Midweek'),(11101,634,11,'Year'),(11102,635,11,'Month'),(11103,636,11,'Calendar'),(11104,637,11,'Add price'),(11105,638,11,'Select price which are necessary to remove'),(11106,639,11,'Available date Not available date for rent'),(11107,640,11,'Not available date for rent'),(11108,641,11,'New price rent'),(11109,642,11,'Add new price rent'),(11110,643,11,'Calendar'),(11111,644,11,'User groups for which Calendar tab will be shown'),(11112,645,11,'Show Rent Calendar Tab'),(11113,646,11,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(11114,647,11,'Show Calendar Tab'),(11115,648,11,'Show Calendar Tab'),(11116,649,11,'Set Yes to show Calendar tab'),(11117,650,11,'Show owner'),(11118,651,11,'Show calendar'),(11119,652,11,'Show house calendar or not'),(11120,653,11,'Default price label for calendar'),(11121,654,11,'Default price labels for calendar (weekend, week, midweek)'),(11122,655,11,'Default price label for calendar'),(11123,656,11,'VehicleManager :: Featured Manager'),(11124,657,11,'Feature'),(11125,658,11,'Category'),(11126,659,11,'Published'),(11127,660,11,'Name Alias'),(11128,661,11,'Category Alias'),(11129,662,11,'Features'),(11130,663,11,'Image'),(11131,664,11,'Select photo if it is necessary to remove'),(11132,665,11,'Recommended image size 25 x 25 pixels'),(11133,666,11,'Categories for Manager Feature'),(11134,667,11,'Category must be entered, separated by commas'),(11135,668,11,'Categories for Manager Feature'),(11136,669,11,'Image for Manager Feature'),(11137,670,11,'Image for Manager Feature'),(11138,671,11,'If choose \\\"yes\\\" then show image for Manager Feature'),(11139,672,11,'Show categories for Manager Feature'),(11140,673,11,'Show categories for Manager Feature'),(11141,674,11,'If choose \\\"yes\\\" then show categories for Manager Feature'),(11142,675,11,'Currency'),(11143,676,11,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(11144,677,11,'Currency with coefficients'),(11145,678,11,'Show price sepaprator'),(11146,679,11,'Show price sepaprator'),(11147,680,11,'Show price sepaprator'),(11148,681,11,'Get geographic coordinates'),(11149,682,11,'Language'),(11150,683,11,'Show Custom Text Field 1'),(11151,684,11,'Show Custom Text Field 2'),(11152,685,11,'Show Custom Text Field 3'),(11153,686,11,'Show Custom Text Field 4'),(11154,687,11,'Show Custom Text Field 5'),(11155,688,11,'Show Custom Dropdown Field 6'),(11156,689,11,'Show Custom Dropdown Field 7'),(11157,690,11,'Show Custom Dropdown 8'),(11158,691,11,'Show Custom Dropdown 9'),(11159,692,11,'Show Custom Dropdown 10'),(11160,693,11,'Custom Fields Manager'),(11161,694,11,'Custom Text 1'),(11162,695,11,'Custom Text 2'),(11163,696,11,'Custom Text 3'),(11164,697,11,'Custom Text 4'),(11165,698,11,'Custom Text 5'),(11166,699,11,'Custom Dropdown Field 6'),(11167,700,11,'Custom Dropdown Field 7'),(11168,701,11,'Custom Dropdown Field 8'),(11169,702,11,'Custom Dropdown Field 9'),(11170,703,11,'Custom Dropdown Field 10'),(11171,704,11,'Extra1,Extra2,Extra3,Extra4,Extra5'),(11172,705,11,'Extra1,Extra2,Extra3,Extra4,Extra5'),(11173,706,11,'Extra1,Extra2,Extra3,Extra4,Extra5'),(11174,707,11,'Extra1,Extra2,Extra3,Extra4,Extra5'),(11175,708,11,'Extra1,Extra2,Extra3,Extra4,Extra5'),(11176,709,11,'Frontend Settings'),(11177,710,11,'Category Page Settings'),(11178,711,11,'Email and Notification Settings'),(11179,712,11,'Global Settings'),(11180,713,11,'Plugins Settings'),(11181,714,11,'Image Settings'),(11182,715,11,'Tabs Settings'),(11183,716,11,'Seller Contact Settings'),(11184,717,11,'Feature list settings'),(11185,718,11,'Extra Fields manager'),(11186,719,11,'Rent Request Options'),(11187,720,11,'Buy Request Options'),(11188,721,11,'eDocument Options'),(11189,722,11,'Price Settings'),(11190,723,11,'Show address on map'),(11191,724,11,'General Info'),(11192,725,11,'Specifications'),(11193,726,11,'Photos and Documents'),(11194,727,11,'Additional info'),(11195,728,11,'Seller Contacts'),(11196,729,11,'Required fields'),(11197,730,11,'Vehicle Details'),(11198,731,11,'Attachment Documents'),(11199,732,11,'Set size of main image - width/height in px'),(11200,733,11,'Vehicle gallery photo size'),(11201,734,11,'Set gallery photo size - width/height in px'),(11202,735,11,'VehicleManager :: Language Manager'),(11203,736,11,'Lang tag'),(11204,737,11,'Constant'),(11205,738,11,'Value constant'),(11206,739,11,'Sys type'),(11207,740,11,'All Categories Layout'),(11208,741,11,'Single Category Layout'),(11209,742,11,'Vehicle Page Layout'),(11210,743,11,'All Vehicles Layout'),(11211,744,11,'Common Settings'),(11212,745,11,'Allowed Exts eDocument'),(11213,746,11,'Allowed Exts Image'),(11214,747,11,'Price Format'),(11215,748,11,'Date & Time format'),(11216,749,11,'Date format'),(11217,750,11,'Time format'),(11218,751,11,'%Y - Year; %m - month;  %d - day'),(11219,752,11,'%H - hours; %i - minutes; %s - seconds'),(11220,753,11,'Price unit show'),(11221,754,11,'After'),(11222,755,11,'Before'),(11223,756,11,'Select price ditlimer os set youre.'),(11224,757,11,'Show price unit before or affter price'),(11225,758,11,'Owner custom email'),(11226,759,11,'The main image is absent'),(11227,760,11,'Select photos which are necessary to remove from photo gallery'),(11228,761,11,'Add new photo'),(11229,762,11,'Order By'),(11230,763,11,'No reviews for vehicle.'),(11231,764,11,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(11232,765,11,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(11233,766,11,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(11234,767,11,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(11235,768,11,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(11236,769,11,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(11237,770,11,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(11238,771,11,'Search Layout'),(11239,772,11,'Here You can select a layout for some view.'),(11240,773,11,'License text <br> Sys type(License Text)'),(11241,774,11,'Rent Requests'),(11242,775,11,'Sale Manager'),(11243,776,11,'Features Manager'),(11244,777,11,'Import/Export'),(11245,778,11,'Language Manager'),(11246,779,11,'Settings'),(11247,780,11,'Group'),(11248,781,11,'Count of cars'),(11249,782,11,'How many cars users can publish from a specific group.'),(11250,783,11,'Show PayPal buy'),(11251,784,11,'Allow PayPal buy'),(11252,785,11,'Show PayPal rent'),(11253,786,11,'Allow PayPal rent'),(11254,787,11,'Your PayPal email'),(11255,788,11,'Successful return url'),(11256,789,11,'After successful payment returns the buyer on your page.'),(11257,790,11,'Image url'),(11258,791,11,'Add image to PayPal page.'),(11259,792,11,'Cancel return url'),(11260,793,11,'If buyer press cancel in payment page, returns the buyer on your page.'),(11261,794,11,'Real(yes) or a test(no) PayPal account'),(11262,795,11,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(11263,796,11,'PayPal Options'),(11264,797,11,'Number of photos'),(11265,798,11,'How many photos in gallery users can publish from a specific group.'),(11266,799,11,'Total price: '),(11267,800,11,'Go now to PayPal'),(11268,801,11,'Special price per day'),(11269,803,11,'Add new special price and save'),(11270,804,11,'From'),(11271,805,11,'To'),(11272,806,11,'Price per day'),(11273,807,11,'Сalculate'),(11274,808,11,'Special price and rent time'),(11275,809,11,'Special price per day(\"yes\") or per night(\"no\")'),(11276,810,11,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(11277,811,11,'Pay'),(11278,812,11,'Language'),(11279,813,11,'Select Language'),(11280,814,11,'Clone'),(11281,815,11,'Orders'),(11282,816,11,'Message for Cancel URL text'),(11283,817,11,'Message for Successes URL text'),(11284,818,11,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(11285,819,11,'Category/All vehicle Layout Settings'),(11286,820,11,'Email Notification Options'),(11287,821,11,'Review Notification Options'),(11288,822,11,'Order ID'),(11289,823,11,'Vehicle title'),(11290,824,11,'Email'),(11291,825,11,'Date'),(11292,826,11,'Status'),(11293,827,11,'Price'),(11294,828,11,'Paid'),(11295,829,11,'Details'),(11296,830,11,'User'),(11297,831,11,'Username'),(11298,832,11,'Accept type/info: '),(11299,833,11,'Payment system: '),(11300,834,11,'Payer email: '),(11301,835,11,'Pending reason: '),(11302,836,11,'In your request encountered an error, please contact the administrator!'),(11303,837,11,'Please insert a Price for this house!'),(11304,838,11,'To add special prices, you must first save property !'),(11305,839,11,'Crop image'),(11306,840,11,'Set Yes to crop images and No to scale images'),(11307,841,11,'Insert the Message on page with notification about unsuccessfull payment'),(11308,842,11,'You do unsuccess payment!'),(11309,843,11,'Insert the Message on page with notification about successfull payment'),(11310,844,11,'You do success payment!'),(11311,845,11,'Video'),(11312,846,11,'Video source'),(11313,847,11,'Delete video'),(11314,848,11,'Add new video file'),(11315,849,11,'Track for video'),(11316,850,11,'Track download link'),(11317,851,11,'Delete track'),(11318,852,11,'Video and track support:'),(11319,853,11,'Add new track'),(11320,854,11,'Add alternative video'),(11321,855,11,'Upload video'),(11322,856,11,'Video download link'),(11323,857,11,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(11324,858,11,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(11325,859,11,'Kind (Specifies the kind of text track)'),(11326,860,11,'Src lang (language of the track)'),(11327,861,11,'Label (Specifies the title of the text track)'),(11328,802,11,'Special price per night'),(11329,862,11,'Upload track'),(11330,863,11,'Error uploading video!'),(11331,864,11,'Error uploading track!'),(11332,865,11,'Location of video'),(11333,866,11,'Location of track'),(11334,867,11,'Allowed Exts Video'),(11335,868,11,'Allowed Exts Track'),(11336,869,11,'Please insert an track kind'),(11337,870,11,'Please insert an track language'),(11338,871,11,'Please insert an track title'),(11339,872,11,'Video/Track Options'),(11340,873,11,'Options for user groups'),(11341,874,11,'Update options'),(11342,875,11,'Buttons Settings'),(11343,876,11,'Vehicle Maps Image, px:'),(11344,877,11,'Set maps image width/height in pixels'),(11345,878,11,'Vehicle Page Settings'),(11346,879,11,'Common Settings'),(11347,880,11,'AllCategories Layout Settings'),(11348,881,11,'Approve Published Review:'),(11349,882,11,'Approve Published For'),(11350,883,11,'Buttons Settings'),(11351,884,11,'Post max size in your PHP settings less than your video file.!'),(11352,885,11,'Upload max file size in your PHP settings less than your video file.!'),(11353,886,11,'File uploads is off in your PHP settings.!'),(11354,887,11,'Rent history'),(11355,888,11,'VehicleManager :: Rent Hisory'),(11356,889,11,'Users Rent History'),(11357,890,11,'VehicleManager :: Users Rent Hisory'),(11358,891,11,'OwnerID'),(11359,892,11,'Contact agent'),(11360,894,11,'View listing'),(11361,893,11,'Contact info'),(11362,895,11,'Your review has been added'),(11363,896,11,'Edit vehicles'),(11364,897,11,'Vehicle Location'),(11365,898,11,'Exterior & Interior'),(11366,899,11,'Attachments'),(11367,900,11,'VehicleManager : Orders'),(11368,901,11,'You have max photos. Limit for this users group'),(11369,902,11,'Address'),(11370,903,11,'Range(km)'),(11371,904,11,'Select Category'),(11372,905,11,'Search'),(11373,906,11,'Other'),(11374,907,11,'No reviews for vehicle'),(11375,908,11,'Captcha Settings'),(11376,909,11,'Show captcha<br />for review form'),(11377,910,11,'Show captcha for review form in the reviews tab on the frontend'),(11378,911,11,'Allow captcha<br />for review form'),(11379,912,11,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(11380,913,11,'Show captcha for<br />contact agent form'),(11381,914,11,'Show captcha for contact agent form in the reviews tab on the frontend'),(11382,915,11,'Allow captcha for<br />contact agent form'),(11383,916,11,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(11384,917,11,'Show captcha<br />for booking form'),(11385,918,11,'Show captcha for booking form in the reviews tab on the frontend'),(11386,919,11,'Allow captcha<br />for booking form'),(11387,920,11,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(11388,921,11,'Show button Add to Wish List'),(11389,922,11,'Show button Add to Wish List or not'),(11390,923,11,'Allow Wish List for'),(11391,924,11,'Select users for whom allow Wish List'),(11392,925,11,'Add to wishlist'),(11393,926,11,'Remove from wishlist'),(11394,927,11,'Google Map Options'),(11395,928,11,'Api Key'),(11396,929,11,'Field to enter google map api key'),(11397,930,11,'Google Maps API error: missing key map error!'),(11398,931,11,'To get Google Maps API key follow below link'),(11399,932,11,'Settings Layout Search Results '),(11400,933,11,'Show map<br />for layout search results'),(11401,934,11,'Show map for layout search results on the frontend'),(11402,935,11,'Allow map<br />for layout search results'),(11403,936,11,'Allow map for layout search results in the frontend.'),(11404,937,11,'Show order by form<br />for all layouts'),(11405,938,11,'Show order by form for all layouts on the frontend'),(11406,939,11,'Allow order by form<br />for all layouts'),(11407,940,11,'Allow order by form for all layouts in the frontend.'),(11408,941,11,'Show Contact Agent/Book Now Tab'),(11409,942,11,'Set Yes to show Contact Agent/Book Now tab'),(11410,943,11,'User groups for which Contact Agent/Book Now tab will be shown'),(11411,944,11,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(11412,946,11,'Options access to edit vehicles'),(11413,947,11,'Users group who will have access to edit users vehicles'),(11414,948,11,'Permit edit vehicles for other users'),(11415,949,11,'Select all users'),(11416,950,11,'Select the plugin in Vehicle Manager settings!'),(11417,951,11,'Show google captcha'),(11418,952,11,'Show google captcha'),(11419,953,11,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(11420,954,11,'Mandatory fields'),(11421,955,11,'Year of issue'),(11422,956,11,'Set \"YES\" make the field year of issue mandatory'),(11423,957,11,'Mileage'),(11424,958,11,'Set \"YES\" make the field mileage mandatory'),(11425,959,11,'Price'),(11426,960,11,'Set \"YES\" make the field price mandatory'),(11427,961,11,'Show search button<br>on frontend'),(11428,962,11,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(11429,963,11,'Show search button<br>for users'),(11430,964,11,'Select the user for which the search button on frontend will be displayed.'),(11431,965,11,'anonymous'),(11432,966,11,'New rent request added!'),(11433,967,11,'New buying request added!'),(11434,968,11,'New vehicle review added'),(11435,969,11,'SUBJECT'),(11436,970,11,'Rent expire Notice!'),(11437,971,11,'Add email user to <br /> send reply'),(11438,972,11,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(11439,973,11,'Add email user to review notification'),(11440,974,11,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(11441,975,11,'Add email user to vehicle notification'),(11442,976,11,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(11443,977,11,'Add email user to buying request notification'),(11444,978,11,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(11445,979,11,'Settings rent options on search page'),(11446,982,11,'Search Settings'),(11447,980,11,'Show available for rent'),(11448,981,11,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11449,983,11,'Show year of issue'),(11450,984,11,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11451,985,11,'Show price of vehicle'),(11452,986,11,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11453,987,11,'Show condition status'),(11454,988,11,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11455,989,11,'Show listing status'),(11456,990,11,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11457,991,11,'Show transmission type'),(11458,992,11,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11459,993,11,'Show maker'),(11460,994,11,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11461,995,11,'Show drive type'),(11462,996,11,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11463,997,11,'Show vehicle model'),(11464,998,11,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11465,999,11,'Show number cylinders'),(11466,1000,11,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11467,1001,11,'Show vehicle type'),(11468,1002,11,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11469,1003,11,'Show number speeds'),(11470,1004,11,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11471,1005,11,'Show listing type'),(11472,1006,11,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11473,1007,11,'Show vehicle fuel type'),(11474,1008,11,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11475,1009,11,'Show vehicle price type'),(11476,1010,11,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11477,1011,11,'Show vehicle number doors'),(11478,1012,11,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11479,1013,11,'Show vehicle category'),(11480,1014,11,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11481,1015,11,'Show vehicle ID'),(11482,1016,11,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11483,1017,11,'Show vehicle description'),(11484,1018,11,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11485,1019,11,'Show title'),(11486,1020,11,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11487,1021,11,'Show address'),(11488,1022,11,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11489,1023,11,'Show country'),(11490,1024,11,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11491,1025,11,'Show region'),(11492,1026,11,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11493,1027,11,'Show city'),(11494,1028,11,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11495,1029,11,'Show district'),(11496,1030,11,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11497,1031,11,'Show zipcode'),(11498,1032,11,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11499,1033,11,'Show owner'),(11500,1034,11,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11501,1035,11,'Show mileage'),(11502,1036,11,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11503,1037,11,'Show contact information'),(11504,1038,11,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11505,1039,11,'Show engine type'),(11506,1040,11,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11507,1041,11,'Show city MPG/KPL'),(11508,1042,11,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11509,1043,11,'Show highway MPG/KPL'),(11510,1044,11,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11511,1045,11,'Show wheelbase'),(11512,1046,11,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11513,1047,11,'Show wheeltype'),(11514,1048,11,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11515,1049,11,'Show rear axel type'),(11516,1050,11,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11517,1051,11,'Show brakes type'),(11518,1052,11,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11519,1053,11,'Show exterior colors'),(11520,1054,11,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11521,1055,11,'Show exterior extras'),(11522,1056,11,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11523,1057,11,'Show interior colors'),(11524,1058,11,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11525,1059,11,'Show dashboard options'),(11526,1060,11,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11527,1061,11,'Show interior extras'),(11528,1062,11,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11529,1063,11,'Show safety options'),(11530,1064,11,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11531,1065,11,'Show warranty options'),(11532,1066,11,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11533,1067,11,'Show exactly to all'),(11534,1068,11,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11535,1069,11,'Show search keywords'),(11536,1070,11,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(11537,1071,11,'Options for search button'),(11538,1072,11,'Options for fields in Advance Search Layout'),(11539,1073,11,'Options for search form'),(11540,1074,11,'Show search form on nothing found page'),(11541,1075,11,'Show search form on nothing found page. Set \"YES\" show search form.'),(11542,1076,11,'Show search form on result search page'),(11543,1077,11,'Show search form on result search page. Set \"YES\" show search form.'),(11544,1078,11,'Redirect settings'),(11545,1079,11,'Redirect settings for rent'),(11546,1080,11,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(11547,1081,11,'Redirect settings for sale'),(11548,1082,11,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(11549,945,11,'Access to edit vehicles from other users'),(11550,1083,11,'Show country, region and<br>city option as text field'),(11551,1084,11,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(11552,1085,11,'How fields Country, Region and City use'),(11553,1086,11,'Settings for Search Layout'),(11554,1087,11,'Select Search Layout by default'),(11555,1088,11,'Select search layout by default on the frontend!'),(11556,1089,11,'Order field settings'),(11557,1090,11,'Select order by default'),(11558,1091,11,'Select an option to sort by default the search result.'),(11559,1092,11,'Vehicle slider option'),(11560,1093,11,'Show vehicle as slider'),(11561,1094,11,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(11562,1095,11,'Input initial-final year'),(11563,1096,11,'Input initial and final year of calendar. Final year value should be more then initial value.'),(11564,1097,11,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(11565,1098,11,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(11566,1099,11,'Show fraction in price'),(11567,1100,11,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(11568,1101,11,'Count Vehicles in row'),(11569,1102,11,'More than 1199px'),(11570,1103,11,'More than 1199px'),(11571,1104,11,'Less than 1200px andmore than 991px'),(11572,1105,11,'Less than 1200px andmore than 991px'),(11573,1106,11,'Less than 992px andmore than 767px'),(11574,1107,11,'Less than 992px andmore than 767px'),(11575,1108,11,'Less than 768px andmore than 489px'),(11576,1109,11,'Less than 768px andmore than 489px'),(11577,1110,11,'User order'),(11578,1111,11,'Watermark settings'),(11579,1112,11,'Enable watermark'),(11580,1113,11,'Watermark text'),(11581,1114,11,'Watermark size, %'),(11582,1115,11,'Font color'),(11583,1116,11,'Font angle'),(11584,1117,11,'Watermark position'),(11585,1118,11,'Watermark opacity'),(11586,1119,11,'Set Yes to show watermark'),(11587,1120,11,'Watermark text'),(11588,1121,11,'Watermark size, %'),(11589,1122,11,'Font color for watermark'),(11590,1123,11,'Font angle for watermark'),(11591,1124,11,'Watermark position for watermark'),(11592,1125,11,'Watermark opacity for watermark'),(11593,1127,11,'Watermark Type'),(11594,1128,11,'Select file for watermark'),(11595,1129,11,'Text or Image'),(11596,1130,11,'Select image for Watermark'),(11597,1126,11,'Categories order by default'),(11598,1131,11,'All vehicles'),(11599,1132,11,'Title'),(11600,1133,11,'Maker'),(11601,1134,11,'Model'),(11602,1135,11,'Description'),(11603,1136,11,'Vehicle ID'),(11604,1137,11,'Location'),(11605,1138,11,'Country'),(11606,1139,11,'City'),(11607,1140,11,'Region'),(11608,1141,11,'Zipcode'),(11609,1142,11,'Search by'),(11610,1143,11,'Please select only one value'),(11611,1144,11,'Min size image for watermark'),(11612,1145,11,'Minimum image size to include watermark'),(11613,1146,11,'Rent From and Rent Until fields  are required!'),(11614,1147,11,'Allow price as string'),(11615,1148,11,'Set \"yes\", if you want display price as string. '),(11616,1149,11,'You typed bad characters from picture!'),(11617,1150,11,'Slider settings'),(11618,1151,11,'The height of the slider is measured as a percentage of the slider width'),(11619,1152,11,'Slider height, %'),(11620,1153,11,'Slide show type \"Filling in\" or \"Proportionally\"'),(11621,1154,11,'Slide show type'),(11622,1155,11,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(11623,1156,11,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(11624,1157,11,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(11625,1158,11,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(11626,1159,11,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(11627,1160,11,'Payment system Options'),(11628,1161,11,'Show button \"Buy\" for sale vehicles'),(11629,1162,11,'Allow button \"Buy\" for sale vehicles'),(11630,1163,11,'Show button \"Buy\" for rent vehicles'),(11631,1164,11,'Allow button \"Buy\" for rent vehicles'),(11632,2,12,'Gestione Veicoli'),(11633,3,12,'Catalogo di autoveicoli in vendita e a noleggio.'),(11634,4,12,'Cerca veicoli'),(11635,5,12,'Cerca veicoli'),(11636,6,12,'no-img_eng.gif'),(11637,7,12,'Non è consentito eseguire questa azione!'),(11638,8,12,'OK'),(11639,9,12,'Stato'),(11640,10,12,'Gestione Veicoli :: Importa/Esporta'),(11641,11,12,'Prima devi aggiungere una categoria per questa sezione.'),(11642,12,12,'Seleziona'),(11643,13,12,'File CSV'),(11644,14,12,'File XML'),(11645,15,12,'Devi selezionare un tipo da importare!'),(11646,16,12,'Devi selezionare una categoria da importare!'),(11647,17,12,'Devi scegliere un file da importare!'),(11648,18,12,'Devi selezionare un tipo da esportare!'),(11649,19,12,'Importa tipo'),(11650,20,12,'Seleziona il formato file'),(11651,21,12,'Seleziona il formato file'),(11652,22,12,'Categoria'),(11653,23,12,'Categoria'),(11654,24,12,'Seleziona una categoria'),(11655,25,12,'File da importare'),(11656,26,12,'File da importare'),(11657,27,12,'Seleziona il file da importare'),(11658,28,12,'Al momento è supportato il seguente formato CSV:  <br/> IDVeicolo | Descrizione | Collegamento | Tipo di inserzione | Posizione | Prezzo | Titolo | ...'),(11659,29,12,'Esporta tipo'),(11660,30,12,'Seleziona il formato file'),(11661,31,12,'Seleziona il formato file'),(11662,32,12,'Categoria'),(11663,33,12,'Categoria'),(11664,34,12,'Seleziona una categoria'),(11665,35,12,'Risultato Export'),(11666,36,12,' è possibile scaricare l\'export richiesto con il seguente URL (clic destro per salvare):'),(11667,37,12,'Si prega di notare che i file saranno ancora salvati sul server e occorre eliminarli manualmente.'),(11668,38,12,'Gestione Veicoli :: Categorie'),(11669,39,12,'Categoria'),(11670,40,12,'Veicoli'),(11671,41,12,'Pubblicato'),(11672,42,12,'Riordina'),(11673,43,12,'Accesso'),(11674,44,12,'Verificato da'),(11675,45,12,'Aggiungi'),(11676,46,12,'Modifica'),(11677,47,12,'Il nome Categoria non deve essere vuoto'),(11678,48,12,'Categorie'),(11679,49,12,'- Seleziona Immagine -'),(11680,50,12,'Top'),(11681,51,12,'Alias Categoria'),(11682,52,12,'Nome categoria'),(11683,53,12,'Ordinamento'),(11684,54,12,'Immagine'),(11685,55,12,'Posizione Immagine'),(11686,56,12,'Categoria Superiore'),(11687,57,12,'Anteprima non disponibile'),(11688,58,12,'Dettagli'),(11689,59,12,'Cancellato'),(11690,60,12,'Gestione Veicoli - Noleggiare un veicolo'),(11691,61,12,'Gestione Veicoli - veicolo di ritorno dal noleggio'),(11692,62,12,'Importa'),(11693,63,12,'Esporta'),(11694,64,12,'- Tutte le Categorie'),(11695,65,12,'Seleziona Categorie'),(11696,66,12,'Seleziona un veicolo in noleggio'),(11697,67,12,'- Tutti i veicoli'),(11698,68,12,'Noleggiato'),(11699,69,12,'Non noleggiato'),(11700,70,12,'Pubblica'),(11701,71,12,'- Tutti i veicoli'),(11702,72,12,'Non Pubblicare'),(11703,73,12,'Pubblicato'),(11704,74,12,'- All Users'),(11705,75,12,'Ricerca veicoli'),(11706,76,12,'Ricerca veicoli'),(11707,77,12,'Parole chiave di ricerca'),(11708,78,12,'Cerca'),(11709,79,12,'Nessun risultato.'),(11710,80,12,'Gestione Veicoli :: Veicoli'),(11711,81,12,'Cerca:'),(11712,82,12,'Prima devi creare una categoria per questa sezione.'),(11713,83,12,'esattamente'),(11714,84,12,'Ricerca<br />avanzata'),(11715,85,12,'from'),(11716,86,12,'to'),(11717,87,12,'Year'),(11718,88,12,'Prezzo'),(11719,89,12,'Tipo di inserzione'),(11720,90,12,'Stato inserzione'),(11721,91,12,'Tipo prezzo'),(11722,92,12,'Modello'),(11723,93,12,'Descrizione'),(11724,94,12,'ID Veicolo'),(11725,95,12,'Risultato'),(11726,96,12,'Modello'),(11727,97,12,'Categoria'),(11728,98,12,'N. Veicolo'),(11729,99,12,'Img'),(11730,100,12,'Indirizzo'),(11731,101,12,'Country'),(11732,102,12,'Region'),(11733,103,12,'City'),(11734,104,12,'District'),(11735,105,12,'Zipcode'),(11736,106,12,'Latitudine'),(11737,107,12,'Longitudine'),(11738,108,12,'No location available'),(11739,109,12,'Tipo di veicolo'),(11740,110,12,'Condizione'),(11741,111,12,'Km'),(11742,112,12,'Cambio'),(11743,113,12,'Tipo di motore'),(11744,114,12,'Anno di immatricolazione'),(11745,115,12,'Trazione'),(11746,116,12,'Carburante'),(11747,117,12,'Marce'),(11748,118,12,'Cilindri'),(11749,119,12,'Porte'),(11750,120,12,'Posti'),(11751,121,12,'Ciclo Urbano  Km/l'),(11752,122,12,'Ciclo Extraurbano Km/l'),(11753,123,12,'Passo'),(11754,124,12,'Pneumatici'),(11755,125,12,'Asse posteriore'),(11756,126,12,'Freni'),(11757,127,12,'Colore esterno'),(11758,128,12,'Extra esterni'),(11759,129,12,'Colore interni'),(11760,130,12,'Optional a bordo'),(11761,131,12,'Extra interni'),(11762,132,12,'Sicurezza'),(11763,133,12,'Garanzia'),(11764,134,12,'Base'),(11765,135,12,'Trasmissione'),(11766,136,12,'Corrosione'),(11767,137,12,'Assistenza'),(11768,138,12,'Il tuo numero di telefono'),(11769,139,12,'Voto'),(11770,140,12,'URL Immagine'),(11771,141,12,'Immagine'),(11772,142,12,'[Compra da] link'),(11773,143,12,'Noleggiato a'),(11774,144,12,'Noleggiato dal'),(11775,145,12,'Noleggiato fino al'),(11776,146,12,'Rent return'),(11777,147,12,'Noleggiato dal - al'),(11778,148,12,'sconosciuto'),(11779,149,12,'User'),(11780,150,12,'email'),(11781,151,12,'indirizzo'),(11782,152,12,'Telefono'),(11783,153,12,'Noleggiato fino a:'),(11784,154,12,'Visite'),(11785,155,12,'Riordina'),(11786,156,12,'Noleggia'),(11787,157,12,'Pubblicato'),(11788,158,12,'Controllato'),(11789,159,12,'Data recensione'),(11790,160,12,'Sottocategorie'),(11791,161,12,'Carica foto principale'),(11792,162,12,'Clicca per caricare nuove foto per la galleria fotografica del veicolo'),(11793,163,12,'Se si carica una foto, l\'immagine corrente verrà sostituita dalla nuova immagine.'),(11794,164,12,'Errore durante il caricamento della foto! Si prega di notare che sono supportati solo i formati immagine (jpg, png, gif)'),(11795,165,12,'Informazioni noleggio'),(11796,166,12,'Documento attuale'),(11797,167,12,'Carica documento'),(11798,168,12,'Scarica documento'),(11799,169,12,'Cancella documento'),(11800,170,12,'Documento'),(11801,171,12,'Errore durante il caricamento documento!'),(11802,172,12,'Stato'),(11803,173,12,'Obbligatorio'),(11804,174,12,'Aggiungi Recensione'),(11805,175,12,'Recensioni'),(11806,176,12,'Salva'),(11807,177,12,'Richiesta Noleggio'),(11808,178,12,'Invia richiesta Noleggio'),(11809,179,12,'Recensione'),(11810,180,12,'Descrizione'),(11811,181,12,'Voto'),(11812,182,12,'Commento'),(11813,183,12,'Anonimo'),(11814,184,12,'Number click'),(11815,185,12,'Shows'),(11816,186,12,'Titolo veicolo'),(11817,187,12,'Clicca sulla mappa per scegliere la posizione del veicolo:'),(11818,188,12,'Inserisci un titolo per la recensione!'),(11819,189,12,'Inserisci un testo per la recensione!'),(11820,190,12,'Inserisci un voto per la recensione!'),(11821,191,12,'Inserisci un nome per la richiesta di noleggio!'),(11822,192,12,'Inserisci un valido indirizzo e-mail per la richiesta di noleggio!'),(11823,193,12,'Inserisci un valido Indirizzo postale per la richiesta di noleggio!'),(11824,194,12,'Inserisci una data di restituzione per la richiesta di noleggio!'),(11825,195,12,'Inserire almeno una foto del veicolo!'),(11826,196,12,'Non specificato'),(11827,197,12,'Arabo'),(11828,198,12,'Brasiliano / Portoghese'),(11829,199,12,'Danish'),(11830,200,12,'Olandese'),(11831,201,12,'Inglese'),(11832,203,12,'Bosnian'),(11833,202,12,'Farsi'),(11834,204,12,'Francese'),(11835,205,12,'Tedesco'),(11836,206,12,'Ungherese'),(11837,207,12,'Italiano'),(11838,208,12,'Lituano'),(11839,209,12,'Norvegese'),(11840,210,12,'Polski'),(11841,211,12,'Portoghese'),(11842,212,12,'Rumeno'),(11843,213,12,'Russo'),(11844,216,12,'Sloveno'),(11845,214,12,'Spagnolo'),(11846,215,12,'Turco'),(11847,217,12,'NO'),(11848,218,12,'SI'),(11849,219,12,'Il veicolo è attualmente in fase di modifica da un altro amministratore'),(11850,220,12,'Errore durante l\'eliminazione del veicolo!'),(11851,221,12,'Aggiungi per il veicolo notifica email'),(11852,222,12,'Impostazioni lato utenti'),(11853,223,12,'Impostazioni lato amministrazione'),(11854,224,12,'IDVeicolo auto-incrementale'),(11855,225,12,'IDVeicolo auto-incrementale'),(11856,226,12,'SI se si desidera utilizzare l\'auto-incremento di IDVeicolo. No se si desidera inserire manualmente IDVeicolo'),(11857,227,12,'Supporto Documento'),(11858,228,12,'Supporto Documento'),(11859,229,12,'SI se si desidera attivare il supporto Documento Elettronico per l\'interfaccia di amministrazione.'),(11860,230,12,'Posizione documenti'),(11861,231,12,'Posizione documenti'),(11862,232,12,'Posizione del documento caricato sul server. Il percorso è relativo alla directory Joomla principale e deve iniziare e terminare con un /'),(11863,233,12,'Mostra il link per il download dei Documenti'),(11864,234,12,'Mostra il link per il download dei Documenti nel lato utente'),(11865,235,12,'SI se si desidera mostrare un link per il download dei Documenti Elettronici lato utente.'),(11866,236,12,'Recensioni'),(11867,237,12,'Mostra Recensioni lato utente'),(11868,238,12,'SI se si desidera mostrare le recensioni lato utente.'),(11869,239,12,'Consenti Recensioni'),(11870,240,12,'Consenti Recensioni'),(11871,241,12,'Consenti Recensioni lato utente. Questa funzione sarà attivata solo se - Mostra Recensioni - è impostato su SI!'),(11872,242,12,'Mostra stato Noleggio'),(11873,243,12,'Mostra stato Noleggio lato utente'),(11874,244,12,'SI se vuoi mostrare lo stato del Noleggio dei veicoli lato utente.'),(11875,245,12,'Consenti Richieste Noleggio'),(11876,246,12,'Consenti Richiesta Noleggio'),(11877,247,12,'Consentire le richieste di noleggio lato utente. Questa funzione sarà attivata solo se - Mostra stato Noleggio - è impostato su SI!'),(11878,248,12,'Mostra prezzo'),(11879,249,12,'Mostra prezzo'),(11880,250,12,'Mostra il prezzo del veicolo lato utente'),(11881,251,12,'Veicoli per pagina.'),(11882,252,12,'Impostare il numero di veicoli mostrati per pagina.'),(11883,253,12,'Impaginazione.'),(11884,254,12,'Dimensione delle foto'),(11885,255,12,'Dimensione delle foto'),(11886,256,12,'Imposta la dimensione delle foto - altezza / larghezza in px'),(11887,257,12,'Dimensione foto principale veicolo'),(11888,258,12,'Imposta dimensione foto principale - altezza/larghezza in px'),(11889,259,12,'Dimensione foto principale veicolo'),(11890,260,12,'Dimensione foto galleria veicoli'),(11891,261,12,'Dimensione foto galleria veicoli'),(11892,262,12,'Imposta dimensione foto per la galeria - altezza/larghezza in px'),(11893,263,12,'Vehicle upload photo size'),(11894,264,12,'Vehicle upload photo size'),(11895,265,12,'Set upload photo size - width/height in px'),(11896,266,12,'Veicoli per pagina'),(11897,267,12,'Veicoli per pagina'),(11898,268,12,'Quantità  veicoli mostrati per pagina'),(11899,269,12,'Aggiungi email per il veicolo'),(11900,270,12,'Indirizzo email per la notifica delle aggiunte di veicoli sul sito'),(11901,271,12,'Email recensione'),(11902,272,12,'Email recensione'),(11903,273,12,'Dove inviare le notifiche per le nuove recensioni. è possibile inserire più indirizzi separati da una virgola.'),(11904,274,12,'Email richiesta di noleggio'),(11905,275,12,'Email richiesta di noleggio'),(11906,276,12,'Dove inviare le notifiche per le nuove richieste di noleggio. è possibile inserire più indirizzi separati da una virgola.'),(11907,277,12,'Gestione Veicoli :: Richieste di Noleggio'),(11908,278,12,'Gestione Veicoli :: Info'),(11909,279,12,'Info'),(11910,280,12,'Note Versione'),(11911,281,12,'Modifiche SW'),(11912,282,12,'Benvenuti in Gestione Veicoli'),(11913,283,12,'Grazie per aver utilizzato il nostro componente! <br /> <br />\\nGestione Veicoli ti permette di gestire cataloghi di veicoli di grandi dimensioni. Viene fornito con categorie e sottocategorie e si può aggiungere un ID Veicolo per un vostro riferimento interno. Gestione Noleggio incorporato con possibilitÃ ï¿½di richiesta di noleggio per gli utenti del tuo sito web. Gestione Veicoli offre anche la possibilitÃ  di recensioni dei veicoli da parte degli utenti, con la gestione delle recensioni nella parte di amministrazione. Supporto ducumenti elettronici incoporato. Foto e informazioni del veicolo possono essere inserite manualmente. <br/> <br />\\nNOTE: <br/>\\n- Per far funzionare il download delle foto sul server, è necessario compilare PHP5 con supporto CURL <br />\\n- Per far funzionare l\'esportazione CSV, è necessario compilare PHP5 con supporto XSL <br/>\\n- Per far funzionare i CAPTCHA, è necessario compilare PHP5 con supporto GD <br />\\n<br />\\nSul sito <a href=\\\"http://www.ordasoft.com\\\"> www.ordasoft.com </a> potete trovare i Manuali di Gestione Veicoli, altri file delle lingue, forum di assistenza e anche scaricare moduli aggiuntivi e plug-in. <br />\\n<br />\\nSiamo a disposizione per Sviluppi Personalizzati se si desidera una nuova funzionalità  aggiuntiva di Gestione Veicoli. Si prega di inviare via mail all\'indirizzo  <a href=\\\"mailto:sales@ordasoft.com\\\"> sales@ordasoft.com </a> le vostre richieste esatte e noi vi risponderemo con un preventivo. Quando si ordina una personalizzazione a pagamento, si riceverÃ  la successiva versione PRO con la funzione personalizzata incorporata.'),(11914,284,12,'I campi seguenti devono essere compilati a mano quando occorre impostarli'),(11915,285,12,'. altrimenti saranno ignorati.'),(11916,286,12,'Richiesta di Noleggio'),(11917,287,12,'La lista mostra i veicoli selezionati per il Noleggio. <br /> Se è vuota, si prega di verificare nuovamente la selezione.'),(11918,288,12,'Il tuo nome completo'),(11919,289,12,'email'),(11920,290,12,'Il tuo indirizzo'),(11921,291,12,'Data di restituzione del veicolo'),(11922,292,12,'Noleggio da'),(11923,293,12,'La tua richiesta di Noleggio è stata memorizzata nel nostro database. Provvederemo a verificare la tua richiesta e ad informarti il più presto possibile. <br /> Grazie per aver scelto il nostro servizio.'),(11924,294,12,'La tua richiesta di Acquisto è stata registrata nel nostro database. Provvederemo a verificare la tua richiesta e ad informarti il più presto possibile. <br /> Grazie per aver scelto il nostro servizio.'),(11925,295,12,'Gestione Veicoli: Richiesta di Noleggio accettata'),(11926,296,12,'Il veicolo'),(11927,297,12,'richiesto Ã¨ pronto per essere Noleggiato.'),(11928,298,12,'Salva'),(11929,299,12,'Noleggia veicolo'),(11930,300,12,'Restituisci Veicolo dal Noleggio'),(11931,301,12,'Accetta richiesta'),(11932,302,12,'Rifiuta richiesta'),(11933,303,12,'Importa veicoli'),(11934,304,12,'Esporta veicoli'),(11935,305,12,'Cancella recensione'),(11936,306,12,'Modifica recensione'),(11937,307,12,'Informazioni generali:'),(11938,308,12,'Versione:'),(11939,309,12,'Data di rilascio:'),(11940,310,12,'Link del progetto:'),(11941,311,12,'Host progetto:'),(11942,312,12,'Licenza:'),(11943,313,12,'Questo programma è distribuito nella speranza che possa essere utile, ma senza alcuna garanzia. Vedere il file LICENSE.TXT incluso per maggiori dettagli.'),(11944,314,12,'Sviluppato da:'),(11945,315,12,'Pagina Iniziale'),(11946,316,12,'URL (link) per il download del Documento Elettronico'),(11947,317,12,'Consenti download Documenti Elettronici'),(11948,318,12,'Consenti download Documenti Elettronici nel sito web. Questa funzione verrà  attivata soltanto se - Mostra link Download Documenti Elettronici - è impostato su SI'),(11949,319,12,'Consenti download Documenti Elettronici'),(11950,320,12,'Consenti prezzo:'),(11951,321,12,'Consenti visualizzazione prezzo lato utente. Questa funzione sarà  attivata solo se - Mostra prezzo - è impostato su SI!'),(11952,322,12,'Consenti prezzo'),(11953,323,12,'Gestione Veicoli :: Recensioni'),(11954,324,12,'Descrizione veicolo'),(11955,325,12,'Descrizione recensione'),(11956,326,12,'Scrivi i caratteri che vedi nell\'immagine qui sopra nella casella sottostante.'),(11957,327,12,'Stampa'),(11958,328,12,'Si prega di selezionare le colonne per la stampa e quindi fare clic su [Next!'),(11959,329,12,'Dimensione Font'),(11960,330,12,'Formato'),(11961,331,12,'Mostra licenza di download Documento'),(11962,332,12,'Mostra accetta/rifiuta licenza Documento prima di permettere il download lato utente'),(11963,333,12,'Mostra licenza di download Documento Digitale'),(11964,334,12,'Licenza'),(11965,335,12,'Accetti?'),(11966,336,12,'Aggiungi Recensione'),(11967,337,12,'Nascondi Recensione'),(11968,338,12,'Mostra pulsante [Acquista]'),(11969,339,12,'Mostra pulsante [Acquista]'),(11970,340,12,'Mostra pulsante [Acquista ora] accanto al veicolo lato utente'),(11971,341,12,'Consenti tasto [Acquista]:'),(11972,342,12,'Mostra pulsante [Acquista] lato utente per le categorie selezionate. Questa funzione sarà  attivata solo se - Mostra Pulsante  [Acquista] - è impostato su Si! Ãˆ possibile selezionare piÃ¹ categorie.'),(11973,343,12,'Consenti tasto [Acquista]'),(11974,344,12,'Esporta dati completi'),(11975,345,12,'Importa dati completi'),(11976,346,12,'Questa operazione cancella TUTTI i dati esistenti in Gestione Veicoli prima di importare. Vuoi continuare?'),(11977,347,12,'\\n<strong> IMPOSRTAZIONE CSV: </strong>\\n<ul>\\n	<li> Al momento &grave; supportato il seguente formato CSV::&nbsp;:&nbsp;ID Veicolo:&nbsp;|:&nbsp;Descrizione:&nbsp;|:&nbsp;Link:&nbsp;|:&nbsp;Modello:&nbsp;|:&nbsp;Tipo di veicolo:&nbsp;|:&nbsp;Tipo di Inserzione:&nbsp;|:&nbsp;Prezzo:&nbsp;|:&nbsp;Tipo Prezzo:&nbsp;|Titolo Veicolo | ... | </li>\\n	<li> I campi sono separati da un carattere pipe (<strong> | </ strong>) </li>\\n	<li> Ãˆ possibile importare un intero elenco con solo ID Veicolo lasciando gli altri campi vuoti, per esempio:&nbsp;&nbsp;ID Veicolo&nbsp;|&nbsp;<i> vuoto </i>&nbsp;|&nbsp;<i> vuoto </i>&nbsp;|&nbsp;Attori&nbsp;|&nbsp;<i> vuoto </i>&nbsp;|&nbsp;<i> vuoto </i>&nbsp;|&nbsp;Prezzo&nbsp;|&nbsp;<i> vuoto </i >&nbsp;| ... |&nbsp;</li>\\n	<li> <strong> ATTENZIONE: </strong> non utilizzare l\'importazione CSV se sono presenti Recensioni veicoli, in questo caso utilizzare Importazione dati completa! </li>\\n</ul>\\n<strong> IMPORTAZIONE XML: </strong>\\n<ul>\\n<li> importazione in formato XML</li>\\n<li> <strong> ATTENZIONE: </strong> non utilizzare l\'importazione XML se sono presenti Recensioni veicoli, in questo caso utilizzare Importazione dati Completa! </li>\\n<li><strong>ATTENZIONE:</strong>&nbsp;non verranno salvate le associazioni tra le case!</li>\n        <li><strong>ATTENZIONE:</strong>&nbsp;devi caricare le immagini singolarmente, verranno salvati nessuna foto!</li></ul>\\n<strong> IMPORTAZIONE DATI COMPLETA: </strong>\\n<ul>\\n<li> Questa importazione consente di importare tutti i dati Gestione Veicoli e ripristinare tutti i campi e dettagli </li>\\n<li> Questa opzione sovrascrive tutte le voci esistenti, quindi state attenti quando lo si usa! </li>\\n<li> Per salvare tutte le foto veicoli, si prega di salvare tutti i file dalla cartella: --components/com_vehiclemanager/photos--! </li>\\n<li> Per salvare tutti i Documenti Digitali dei veicoli, si prega di salvare tutti i file dalla cartella definita nelle impostazioni lato amministratore - Posizione Document'),(11978,348,12,'\\n<strong> ESPORTAZIONE CSV: </ strong>\\n<ul>\\n<li> Il file CSV esportato conterrÃ  tutti i campi per ulteriore modifica in un editor di testo o in un foglio di calcolo </li>\\n<li> Si prega di notare che per la successiva importazione, Ã¨supportato solo il formato CSV seguente: IDVeicolo | Descrizione | Link | Modello | Tipo di veicolo | Tipo di inserzione | Prezzo | Tipo Prezzo | Titolo Veicolo | ... | </li>\\n<li> Ãˆ inoltre possibile importare successivamente anche le Recensioni Veicolo, usando invece Esposrtazione Completa Dati </li>\\n</ul>\\n<strong> ESPORTAZIONE XML: </strong>\\n<ul>\\n<li> Esportazione XML è il modo migliore per esportare i veicoli con le sue descrizioni </li>\\n<li> Il file XML esportato conterrÃ  tutti i dettagli del veicolo, incluse le descrizioni, pronto per l importazione successiva </li>\\n<li><strong>ATTENZIONE:</strong>&nbsp;non verranno salvate le associazioni tra le case!</li>\n        <li><strong>ATTENZIONE:</strong>&nbsp;devi caricare le immagini singolarmente, verranno salvati nessuna foto!</li></ul>\\n<strong> ESPORTAZIONE COMPLETA DATI: </strong>\\n<ul>\\n<li> Questa esportazione salva tutti i dati di Gestione Veicoli con tutti i campi e le voci </li>\\n<li> In seguito, è possibile utilizzare questi file per ripristinare completamente i dati di Gestione Veicoli </li>\\n<li> La reimportazione successivasovrascriverÃ  tutte le voci esistenti, quindi state attenti quando lo si usa! </li>\\n<li> Per ripristinare tutte le foto del veicolo, si prega di ripristinare tutti i file dalla cartella: --components/com_vehiclemanager/photos--! </li>\\n<li> Per ripristinare tutti i Documenti Digitali del veicolo, si prega di ripristinare tutti i file dalla cartella definita nelle impostazioni lato amministratore - [Posizione Documenti Digitali] </li>\\n</ul>'),(11979,349,12,'Invia Notifica Recensione'),(11980,350,12,'Invia Notifica Recensione'),(11981,351,12,'SI se si vuole ricevere notifica tramite e-mail quando un utente aggiunge una recensione del veicolo. Utilizza il pannello a destra per impostare chi invierà  le notifiche. Ãˆ possibile impostare gli indirizzi email che ricevono le notifiche in [Configurazione Amministrazione].'),(11982,352,12,'Gruppi di utenti da cui saranno inviate le notifiche di recensione'),(11983,353,12,'Gruppi di utenti da cui saranno inviate le notifiche di recensione'),(11984,354,12,'Scegli i gruppi di utenti che inviano le notifiche di recensione. Questa funzione sarà  attivata solo se - Invia Notifica Recensione - è impostato su SI'),(11985,355,12,'Invia Notifica di Noleggio'),(11986,356,12,'Invia Notifica di Noleggio'),(11987,357,12,'SI se si vuole ricevere notifica tramite e-mail quando un utente aggiunge una richiesta di Noleggio di un veicolo. Utilizza il pannello a destra per impostare chi invierÃ  le notifiche. Ãˆ possibile impostare gli indirizzi email che ricevono le notifiche in [Configurazione Amministrazione].'),(11988,358,12,'Gruppi di utenti da cui saranno inviate le notifiche di richiesta di Noleggio'),(11989,359,12,'Gruppi di utenti da cui saranno inviate le notifiche di richiesta di Noleggio'),(11990,360,12,'Scegli i gruppi di utenti che inviano le notifiche di richiesta di Noleggio. Questa funzione sarà  attivata solo se - Invia Notifica Richiesta Noleggio - Ã¨ impostato su SI'),(11991,361,12,'Commento Recensione'),(11992,362,12,'Personalizza immagini Categoria'),(11993,363,12,'Personalizza immagini Categoria'),(11994,364,12,'Se impostato su SI, è possibile assegnare un\'immagine personalizzata per ogni categoria invece che l\'icona standard delle cartelle. è quindi possibile modificare le immagini nella categoria [Gestione Veicoli] - [Gestisci Categorie] - [Edit] - [Seleziona immagine]'),(11995,365,12,'Mostra Sottocategoria'),(11996,366,12,'Show for single subcategory'),(11997,367,12,'Mostra Sottocategoria'),(11998,368,12,'Se impostato su Si, potrete vedere le sottocategorie per ogni categoria'),(11999,369,12,'If set to YES, you will see subcategory for single select category'),(12000,370,12,'Non puoi far rientrare dal noleggio veicoli che non erano in noleggio'),(12001,371,12,'Si prega di effettuare una selezione per noleggiare un veicolo'),(12002,372,12,'Si prega di effettuare una selezione per restituire un veiclo noleggiato'),(12003,373,12,'Si prega di effettuare una selezione per Accettare la richiesta'),(12004,374,12,'Si prega di effettuare una selezione per Rifiutare la Richiesta'),(12005,375,12,'è necessario selezionare un tipo da importare!'),(12006,376,12,'è necessario selezionare un tipo da esportare!'),(12007,377,12,'Si prega di inserire un titolo per questo veicolo!'),(12008,378,12,'Si prega di inserire un ID Veicolo per questo veicolo!'),(12009,379,12,'Un veicolo con questo ID esiste già !'),(12010,380,12,'Devi selezionare una categoria per il veicolo!'),(12011,381,12,'Si prega di inserire un nome per la richiesta di acquisto!'),(12012,382,12,'Inserisci un valido indirizzo e-mail per la richiesta di acquisto!'),(12013,383,12,'Si prega di inserire un numero di telefono valido per la richiesta di acquisto!'),(12014,384,12,'Campi obbligatori'),(12015,385,12,'Campi consigliati'),(12016,386,12,'Campi Indirizzo'),(12017,387,12,'Opzioni'),(12018,388,12,'Opzioni Esterne'),(12019,389,12,'Opzioni Interni'),(12020,390,12,'Altre opzioni'),(12021,391,12,'Gestione Foto'),(12022,392,12,'Galleria Foto Veicolo'),(12023,393,12,'Advertisment'),(12024,394,12,'Informazioni Cliente'),(12025,395,12,'Gestione Veicoli :: Gestione Vendita'),(12026,396,12,'Richiesta Acquisto'),(12027,397,12,'Nascondi Acquisto'),(12028,398,12,'Invia Richiesta'),(12029,399,12,'Invia richiesta di acquisto'),(12030,400,12,'Invia richiesta di acquisto'),(12031,401,12,'SI se si vuole essere avvisati tramite e-mail quando un utente invia una richiesta di acquisto. Utilizza il pannello a destra per impostare chi invierà  le notifiche. Ãˆ possibile impostare gli indirizzi email che ricevono le notifiche in [Configurazione Amministrazione].'),(12032,402,12,'Gruppi di utenti da cui saranno inviate le notifiche di richiesta di Acquisto'),(12033,403,12,'Gruppi di utenti da cui saranno inviate le notifiche di richiesta di Acquisto'),(12034,404,12,'Scegli i gruppi di utenti che inviano le notifiche di richiesta di Acquisto. Questa funzione sarà  attivata solo se - Invia Notifica Richiesta Acquisto - Ã¨ impostato su SI'),(12035,405,12,'Email richiesta Acquisto'),(12036,406,12,'Email richiesta Acquisto'),(12037,407,12,'Dove inviare le notifiche per le nuove richieste di acquisto. Si possono inserire più indirizzi separati da virgola.'),(12038,408,12,'Gestione Veicoli :: Impostazioni'),(12039,409,12,'Rimuovi'),(12040,410,12,'Immagine'),(12041,411,12,'Mostra scheda Recensioni'),(12042,412,12,'Mostra scheda Recensioni'),(12043,413,12,'SI se si desidera visualizzare la scheda Recensioni.'),(12044,414,12,'Mostra scheda Località '),(12045,415,12,'Mostra scheda Località '),(12046,416,12,'SI se si desidera visualizzare la scheda Località .'),(12047,417,12,'Aggiungi Veicolo'),(12048,418,12,'Mostra Pulsante [Aggiungi Veicolo]'),(12049,419,12,'Mostra Pulsante [Aggiungi Veicolo]'),(12050,420,12,'Mostra Pulsante [Aggiungi Veicolo] nella lista dei veicoli lato utente'),(12051,421,12,'Abilita <br /> tasto [Aggiungi Veicolo]'),(12052,422,12,'Abilita <br /> tasto [Aggiungi Veicolo]'),(12053,423,12,'Abilita pulsante [Aggiungi Veicolo] lato utente. Questa funzione sarà attivata solo se - Mostra pulsante [Aggiungi Veicolo] - è impostato su Si!'),(12054,424,12,'Show button<br />print PDF'),(12055,425,12,'Mostra Pulsante<br />print PDF'),(12056,426,12,'Mostra Pulsante print PDF nella lista dei veicoli del frontend'),(12057,427,12,'Abilita pulsante<br />print PDF'),(12058,428,12,'Abilita pulsante<br />print PDF'),(12059,429,12,'Abilita pulsante print PDF nel frontend. Questa funzione sarà attivata solo se - Mostra pulsante print PDF-- è impostato su Si!'),(12060,430,12,'Show button<br />print View'),(12061,431,12,'Mostra Pulsante<br />print View'),(12062,432,12,'Mostra Pulsante print View nella lista dei veicoli del frontend'),(12063,433,12,'Abilita pulsante<br />print View'),(12064,434,12,'Abilita pulsante<br />print View'),(12065,435,12,'Abilita pulsante print View nel frontend. Questa funzione sarà attivata solo se - Mostra pulsante print View-- è impostato su Si!'),(12066,436,12,'Show button<br />send Link'),(12067,437,12,'Mostra Pulsante<br />send Link'),(12068,438,12,'Mostra Pulsante send Link nella lista dei veicoli del frontend'),(12069,439,12,'Abilita pulsante<br />send Link'),(12070,440,12,'Abilita pulsante<br />send Link'),(12071,441,12,'Abilita pulsante send Link nel frontend. Questa funzione sarà attivata solo se - Mostra pulsante send Mail-- è impostato su Si!'),(12072,442,12,'Contatti'),(12073,443,12,'Mostra Contatti'),(12074,444,12,'Mostra Contatti'),(12075,445,12,'Visualizzazione dei contatti sulla scheda Principale.'),(12076,446,12,'Posizione delle foto'),(12077,447,12,'La posizione della foto caricate sul server. Il percorso è relativo alla directory Joomla principale e deve iniziare e terminare con un /'),(12078,448,12,'Posizione delle foto'),(12079,449,12,'Disponibile in Noleggio dal'),(12080,450,12,'Disponibile in Noleggio al'),(12081,451,12,'Disponibile per il Noleggio'),(12082,452,12,'Disponibile per il Noleggio'),(12083,453,12,'Il veicolo è stato memorizzato nel nostro database. Provvederemo a verificare la richiesta e aggiungere il vostro veicolo il più presto possibile. <br /> Grazie per aver scelto il nostro servizio'),(12084,454,12,'	Località  '),(12085,455,12,'Principale'),(12086,456,12,'---select---'),(12087,457,12,'For rent'),(12088,458,12,'For sale'),(12089,459,12,'negotiable,starting'),(12090,460,12,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(12091,461,12,'new,used'),(12092,462,12,'manual,automatic'),(12093,463,12,'active,offer,contract,closed,withdrawn'),(12094,464,12,'Fwd,Rwd,Awd,4wd,2wd'),(12095,465,12,'petrol,diesel,gas,electric,hybrid,unlisted'),(12096,466,12,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(12097,467,12,'4,5,6,8,10,12,16'),(12098,468,12,'none,2,3,4,5,6,7'),(12099,469,12,'Edita'),(12100,470,12,'approvato'),(12101,471,12,'Maker'),(12102,472,12,'Mostra i miei veicoli'),(12103,473,12,'tutti'),(12104,474,12,'da'),(12105,475,12,'a'),(12106,476,12,'elenco'),(12107,477,12,'galleria'),(12108,478,12,'Scelto dall\'utente'),(12109,479,12,'Proprietario'),(12110,480,12,'Full XML'),(12111,481,12,'Id'),(12112,482,12,'Add Vehicle'),(12113,483,12,'Publica'),(12114,484,12,'Sospendi'),(12115,485,12,'Cancella'),(12116,486,12,'Return vehicle from rent'),(12117,487,12,'Rent'),(12118,488,12,'Non hai veicoli!'),(12119,489,12,'Scusa, ma non puoi accedere a questa pagina'),(12120,490,12,'Mostra RSS'),(12121,491,12,'Mostra RSS o no'),(12122,492,12,'Mostra RSS'),(12123,493,12,'Consenti RSS per'),(12124,494,12,'Consenti RSS'),(12125,495,12,'Seleziona utenti abilitati per RSS'),(12126,496,12,'Approva aggiunta veicoli'),(12127,497,12,'Approva aggiunta veicoli'),(12128,498,12,'Approva aggiunta veicoli dal frontend'),(12129,499,12,'Consenti approva'),(12130,500,12,'Consenti approva'),(12131,501,12,'Seleziona utenti abilitati all\'aggiunta veicoli dal frontend'),(12132,502,12,'Visualizza tipo'),(12133,503,12,'Visualizza tipo'),(12134,504,12,'Seleziona tipo di vista per i veicoli'),(12135,505,12,'Show location map'),(12136,506,12,'Location map'),(12137,507,12,'If choose \\\"yes\\\" then show location map '),(12138,508,12,'Save database after uninstall component:'),(12139,509,12,'Update'),(12140,510,12,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(12141,511,12,'Mostra proprietario'),(12142,512,12,'Mostra proprietario'),(12143,513,12,'Mostra proprietario veicolo o no'),(12144,514,12,'Risposta richiesta noleggio'),(12145,515,12,'Risposta richiesta noleggio'),(12146,516,12,'Spedisci email all\'utente sulla richiesta di noleggio'),(12147,517,12,'Accettao'),(12148,518,12,'Rifiutato'),(12149,519,12,'Risposta per la tua richiesta di noleggio'),(12150,520,12,'Richiesta di noleggio per il veicolo'),(12151,521,12,''),(12152,522,12,'no-img_eng_big.gif'),(12153,523,12,'Modifica Veicolo'),(12154,524,12,'Aggiungi Veicolo'),(12155,525,12,'Modifica Veicolo'),(12156,526,12,'I miei veicoli'),(12157,527,12,'Mostra lista proprietari'),(12158,528,12,'Mostra lista proprietari'),(12159,529,12,'Se scegli \\\"SI\\\" mostri la lista dei proprietari nel frontend'),(12160,530,12,'Consenti lista proprietari'),(12161,531,12,'Consenti lista proprietari'),(12162,532,12,'Choose users, whom allow show owners list'),(12163,533,12,'Lista proprietari'),(12164,534,12,'Lista proprietari'),(12165,535,12,'Proprietari'),(12166,536,12,'Veicoli'),(12167,537,12,'Veicoli utenti'),(12168,538,12,'Non ci sono veicoli'),(12169,539,12,'Non sei loggato! In futuro se vuoi modificare un veicolo effettua prima il login!'),(12170,540,12,'Richiesta noleggio'),(12171,541,12,'ID veicolo non trovato'),(12172,542,12,'Non puoi visionare questa pagina perchè non pubblicata'),(12173,543,12,'Non puoi visionare questa pagina perchè non approvata dall\'amministratore'),(12174,544,12,'Controlla categorie veicoli'),(12175,545,12,'Sei sicuro?'),(12176,546,12,'Seleziona il veicolo prima!'),(12177,547,12,'Modulo per la risposta della richiesta di noleggio'),(12178,548,12,'Modulo per la risposta della richiesta di noleggio'),(12179,549,12,'Modulo per la risposta della richiesta di noleggio'),(12180,550,12,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(12181,551,12,'Risposta alla richiesta di acquisto'),(12182,552,12,'Risposta alla richiesta di acquisto'),(12183,553,12,'Spedisci una mail all\'utente riguardo la richiesta di acquisto'),(12184,554,12,'Modulo per la risposta della richiesta di acquisto'),(12185,555,12,'Modulo per la risposta della richiesta di acquisto'),(12186,556,12,'Modulo per la risposta della richiesta di acquisto'),(12187,557,12,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(12188,558,12,'Accettato'),(12189,559,12,'Rifiutato'),(12190,560,12,'Pubblica veicoli aggiunti'),(12191,561,12,'Pubblica veicoli aggiunti'),(12192,562,12,'Pubblica veicoli aggiunti dal frontend'),(12193,563,12,'Consenti pubblicazione'),(12194,564,12,'Consenti pubblicazione'),(12195,565,12,'Seleziona gli utenti che possono pubblicare dal frontend'),(12196,566,12,'Data'),(12197,567,12,'Noleggia prima della fine della notifica'),(12198,568,12,'Noleggia prima della fine della notifica'),(12199,569,12,'Spedisci una mail all\'amministratore prima della fine del noleggio.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(12200,570,12,'Giorni al termine del noleggio'),(12201,571,12,'Giorni al termine del noleggio'),(12202,572,12,'Numero di giorni per la notifica prima della fine del noleggio'),(12203,573,12,'Email fine Noleggio'),(12204,574,12,'Email fine Noleggio'),(12205,575,12,'Imposta la mail dell\'utente a cui notificare la fine del noleggio.'),(12206,576,12,'Modifica noleggio'),(12207,577,12,'VehicleManager - Modifica dettagli del noleggio'),(12208,578,12,'User groups for which Contacts  will show'),(12209,579,12,'User groups for which Contacts  will show'),(12210,580,12,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(12211,581,12,' User groups for which Location tab will be shown'),(12212,582,12,' User groups for which Location tab will be shown'),(12213,583,12,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(12214,584,12,'User groups for which Reviews tab will be shown'),(12215,585,12,'User groups for which Reviews tab will be shown'),(12216,586,12,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(12217,587,12,'Show Buy Request'),(12218,588,12,'Show Buy request in the frontend'),(12219,589,12,'Set Yes to show the button Send Buy Request on the frontend.'),(12220,590,12,'User groups which will see button Send Buy Request'),(12221,591,12,'Allow Buy request'),(12222,592,12,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(12223,593,12,'Send Add vehicle Notification'),(12224,594,12,'Send Add vehicle Notification'),(12225,595,12,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(12226,596,12,'User groups from which Add vehicle notifications will be sent'),(12227,597,12,'User groups from which Add vehicle notifications will be sent'),(12228,598,12,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(12229,599,12,'Show fields in list view'),(12230,600,12,'This section helps to configure the view only but not to restrict user rights.'),(12231,601,12,'To show the [Price] a radio selector [Show price] must be checked.'),(12232,602,12,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(12233,603,12,'Community Builder plugin / My Vehicles menu item settings'),(12234,604,12,'Show my vehicles (in CB)'),(12235,605,12,'Show edit vehicles'),(12236,606,12,'Show rent requests'),(12237,607,12,'Show buy requests'),(12238,608,12,'Show user rent history'),(12239,609,12,'Show my vehicles to'),(12240,610,12,'Show edit vehicles to'),(12241,611,12,'Show rent requests to'),(12242,612,12,'Show buy requests to'),(12243,613,12,'Show user rent history to'),(12244,614,12,'Show my vehicles'),(12245,615,12,'Show edit vehicles'),(12246,616,12,'Show rent requests'),(12247,617,12,'Show buy requests'),(12248,618,12,'Show user rent history'),(12249,619,12,'Show button \'show my vehicles\' on CB plugin'),(12250,620,12,'Show my vehicles'),(12251,621,12,'Select user group for which will be show this button'),(12252,622,12,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(12253,623,12,'Show edit vehicles'),(12254,624,12,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(12255,625,12,'Show rent requests'),(12256,626,12,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(12257,627,12,'Show buy requsts'),(12258,628,12,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(12259,629,12,'Show my rent history'),(12260,630,12,'Calendar of availability and rental rates per period'),(12261,631,12,'Week'),(12262,632,12,'Weekend'),(12263,633,12,'Midweek'),(12264,634,12,'Year'),(12265,635,12,'Month'),(12266,636,12,'Calendar'),(12267,637,12,'Add price'),(12268,638,12,'Select price which are necessary to remove'),(12269,639,12,'Available date Not available date for rent'),(12270,640,12,'Not available date for rent'),(12271,641,12,'New price rent'),(12272,642,12,'Add new price rent'),(12273,643,12,'Calendar'),(12274,644,12,'User groups for which Calendar tab will be shown'),(12275,645,12,'Show Rent Calendar Tab'),(12276,646,12,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(12277,647,12,'Show Calendar Tab'),(12278,648,12,'Show Calendar Tab'),(12279,649,12,'Set Yes to show Calendar tab'),(12280,650,12,'Show owner'),(12281,651,12,'Show calendar'),(12282,652,12,'Show house calendar or not'),(12283,653,12,'Default price label for calendar'),(12284,654,12,'Default price labels for calendar (weekend, week, midweek)'),(12285,655,12,'Default price label for calendar'),(12286,656,12,'VehicleManager :: Featured Manager'),(12287,657,12,'Feature'),(12288,658,12,'Category'),(12289,659,12,'Published'),(12290,660,12,'Name Alias'),(12291,661,12,'Category Alias'),(12292,662,12,'Features'),(12293,663,12,'Image'),(12294,664,12,'Select photo if it is necessary to remove'),(12295,665,12,'Recommended image size 25 x 25 pixels'),(12296,666,12,'Categories for Manager Feature'),(12297,667,12,'Category must be entered, separated by commas'),(12298,668,12,'Categories for Manager Feature'),(12299,669,12,'Image for Manager Feature'),(12300,670,12,'Image for Manager Feature'),(12301,671,12,'If choose \\\"yes\\\" then show image for Manager Feature'),(12302,672,12,'Show categories for Manager Feature'),(12303,673,12,'Show categories for Manager Feature'),(12304,674,12,'If choose \\\"yes\\\" then show categories for Manager Feature'),(12305,675,12,'Currency'),(12306,676,12,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(12307,677,12,'Currency with coefficients'),(12308,678,12,'Show price sepaprator'),(12309,679,12,'Show price sepaprator'),(12310,680,12,'Show price sepaprator'),(12311,681,12,'Get geographic coordinates'),(12312,682,12,'Language'),(12313,683,12,'Show Custom Text Field 1'),(12314,684,12,'Show Custom Text Field 2'),(12315,685,12,'Show Custom Text Field 3'),(12316,686,12,'Show Custom Text Field 4'),(12317,687,12,'Show Custom Text Field 5'),(12318,688,12,'Show Custom Dropdown Field 6'),(12319,689,12,'Show Custom Dropdown Field 7'),(12320,690,12,'Show Custom Dropdown 8'),(12321,691,12,'Show Custom Dropdown 9'),(12322,692,12,'Show Custom Dropdown 10'),(12323,693,12,'Custom Fields Manager'),(12324,694,12,'Custom Text 1'),(12325,695,12,'Custom Text 2'),(12326,696,12,'Custom Text 3'),(12327,697,12,'Custom Text 4'),(12328,698,12,'Custom Text 5'),(12329,699,12,'Custom Dropdown Field 6'),(12330,700,12,'Custom Dropdown Field 7'),(12331,701,12,'Custom Dropdown Field 8'),(12332,702,12,'Custom Dropdown Field 9'),(12333,703,12,'Custom Dropdown Field 10'),(12334,704,12,'Extra1,Extra2,Extra3,Extra4,Extra5'),(12335,705,12,'Extra1,Extra2,Extra3,Extra4,Extra5'),(12336,706,12,'Extra1,Extra2,Extra3,Extra4,Extra5'),(12337,707,12,'Extra1,Extra2,Extra3,Extra4,Extra5'),(12338,708,12,'Extra1,Extra2,Extra3,Extra4,Extra5'),(12339,709,12,'Frontend Settings'),(12340,710,12,'Category Page Settings'),(12341,711,12,'Email and Notification Settings'),(12342,712,12,'Global Settings'),(12343,713,12,'Plugins Settings'),(12344,714,12,'Image Settings'),(12345,715,12,'Tabs Settings'),(12346,716,12,'Seller Contact Settings'),(12347,717,12,'Feature list settings'),(12348,718,12,'Extra Fields manager'),(12349,719,12,'Rent Request Options'),(12350,720,12,'Buy Request Options'),(12351,721,12,'eDocument Options'),(12352,722,12,'Price Settings'),(12353,723,12,'Show address on map'),(12354,724,12,'General Info'),(12355,725,12,'Specifications'),(12356,726,12,'Photos and Documents'),(12357,727,12,'Additional info'),(12358,728,12,'Seller Contacts'),(12359,729,12,'Required fields'),(12360,730,12,'Vehicle Details'),(12361,731,12,'Attachment Documents'),(12362,732,12,'Set size of main image - width/height in px'),(12363,733,12,'Vehicle gallery photo size'),(12364,734,12,'Set gallery photo size - width/height in px'),(12365,735,12,'VehicleManager :: Language Manager'),(12366,736,12,'Lang tag'),(12367,737,12,'Constant'),(12368,738,12,'Value constant'),(12369,739,12,'Sys type'),(12370,740,12,'All Categories Layout'),(12371,741,12,'Single Category Layout'),(12372,742,12,'Vehicle Page Layout'),(12373,743,12,'All Vehicles Layout'),(12374,744,12,'Common Settings'),(12375,745,12,'Allowed Exts eDocument'),(12376,746,12,'Allowed Exts Image'),(12377,747,12,'Price Format'),(12378,748,12,'Date & Time format'),(12379,749,12,'Date format'),(12380,750,12,'Time format'),(12381,751,12,'%Y - Year; %m - month;  %d - day'),(12382,752,12,'%H - hours; %i - minutes; %s - seconds'),(12383,753,12,'Price unit show'),(12384,754,12,'After'),(12385,755,12,'Before'),(12386,756,12,'Select price ditlimer os set youre.'),(12387,757,12,'Show price unit before or affter price'),(12388,758,12,'Owner custom email'),(12389,759,12,'The main image is absent'),(12390,760,12,'Select photos which are necessary to remove from photo gallery'),(12391,761,12,'Add new photo'),(12392,762,12,'Order By'),(12393,763,12,'No reviews for vehicle.'),(12394,764,12,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(12395,765,12,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(12396,766,12,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(12397,767,12,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(12398,768,12,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(12399,769,12,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(12400,770,12,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(12401,771,12,'Search Layout'),(12402,772,12,'Here You can select a layout for some view.'),(12403,773,12,'License text <br> Sys type(License Text)'),(12404,774,12,'Rent Requests'),(12405,775,12,'Sale Manager'),(12406,776,12,'Features Manager'),(12407,777,12,'Import/Export'),(12408,778,12,'Language Manager'),(12409,779,12,'Settings'),(12410,780,12,'Group'),(12411,781,12,'Count of cars'),(12412,782,12,'How many cars users can publish from a specific group.'),(12413,783,12,'Show PayPal buy'),(12414,784,12,'Allow PayPal buy'),(12415,785,12,'Show PayPal rent'),(12416,786,12,'Allow PayPal rent'),(12417,787,12,'Your PayPal email'),(12418,788,12,'Successful return url'),(12419,789,12,'After successful payment returns the buyer on your page.'),(12420,790,12,'Image url'),(12421,791,12,'Add image to PayPal page.'),(12422,792,12,'Cancel return url'),(12423,793,12,'If buyer press cancel in payment page, returns the buyer on your page.'),(12424,794,12,'Real(yes) or a test(no) PayPal account'),(12425,795,12,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(12426,796,12,'PayPal Options'),(12427,797,12,'Number of photos'),(12428,798,12,'How many photos in gallery users can publish from a specific group.'),(12429,799,12,'Total price: '),(12430,800,12,'Go now to PayPal'),(12431,801,12,'Special price per day'),(12432,802,12,'Special price per night'),(12433,803,12,'Add new special price and save'),(12434,804,12,'From'),(12435,805,12,'To'),(12436,806,12,'Price per day'),(12437,807,12,'Сalculate'),(12438,808,12,'Special price and rent time'),(12439,809,12,'Special price per day(\"yes\") or per night(\"no\")'),(12440,810,12,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(12441,811,12,'Pay'),(12442,812,12,'Language'),(12443,813,12,'Select Language'),(12444,814,12,'Clone'),(12445,815,12,'Orders'),(12446,816,12,'Message for Cancel URL text'),(12447,817,12,'Message for Successes URL text'),(12448,818,12,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(12449,819,12,'Category/All vehicle Layout Settings'),(12450,820,12,'Email Notification Options'),(12451,821,12,'Review Notification Options'),(12452,822,12,'Order ID'),(12453,823,12,'Vehicle title'),(12454,824,12,'Email'),(12455,825,12,'Date'),(12456,826,12,'Status'),(12457,827,12,'Price'),(12458,828,12,'Paid'),(12459,829,12,'Details'),(12460,830,12,'User'),(12461,831,12,'Username'),(12462,832,12,'Accept type/info: '),(12463,833,12,'Payment system: '),(12464,834,12,'Payer email: '),(12465,835,12,'Pending reason: '),(12466,836,12,'In your request encountered an error, please contact the administrator!'),(12467,837,12,'Please insert a Price for this house!'),(12468,838,12,'To add special prices, you must first save property !'),(12469,839,12,'Crop image'),(12470,840,12,'Set Yes to crop images and No to scale images'),(12471,841,12,'Insert the Message on page with notification about unsuccessfull payment'),(12472,842,12,'You do unsuccess payment!'),(12473,843,12,'Insert the Message on page with notification about successfull payment'),(12474,844,12,'You do success payment!'),(12475,845,12,'Video'),(12476,846,12,'Video source'),(12477,847,12,'Delete video'),(12478,848,12,'Add new video file'),(12479,849,12,'Track for video'),(12480,850,12,'Track download link'),(12481,851,12,'Delete track'),(12482,852,12,'Video and track support:'),(12483,853,12,'Add new track'),(12484,854,12,'Add alternative video'),(12485,855,12,'Upload video'),(12486,856,12,'Video download link'),(12487,857,12,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(12488,858,12,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(12489,859,12,'Kind (Specifies the kind of text track)'),(12490,860,12,'Src lang (language of the track)'),(12491,861,12,'Label (Specifies the title of the text track)'),(12492,862,12,'Upload track'),(12493,863,12,'Error uploading video!'),(12494,864,12,'Error uploading track!'),(12495,865,12,'Location of video'),(12496,866,12,'Location of track'),(12497,867,12,'Allowed Exts Video'),(12498,868,12,'Allowed Exts Track'),(12499,869,12,'Please insert an track kind'),(12500,870,12,'Please insert an track language'),(12501,871,12,'Please insert an track title'),(12502,872,12,'Video/Track Options'),(12503,873,12,'Options for user groups'),(12504,874,12,'Update options'),(12505,875,12,'Buttons Settings'),(12506,876,12,'Vehicle Maps Image, px:'),(12507,877,12,'Set maps image width/height in pixels'),(12508,878,12,'Vehicle Page Settings'),(12509,879,12,'Common Settings'),(12510,880,12,'AllCategories Layout Settings'),(12511,881,12,'Approve Published Review:'),(12512,882,12,'Approve Published For'),(12513,883,12,'Buttons Settings'),(12514,884,12,'Post max size in your PHP settings less than your video file.!'),(12515,885,12,'Upload max file size in your PHP settings less than your video file.!'),(12516,886,12,'File uploads is off in your PHP settings.!'),(12517,887,12,'Rent history'),(12518,888,12,'VehicleManager :: Rent Hisory'),(12519,889,12,'Users Rent History'),(12520,890,12,'VehicleManager :: Users Rent Hisory'),(12521,891,12,'OwnerID'),(12522,892,12,'Contact agent'),(12523,894,12,'View listing'),(12524,893,12,'Contact info'),(12525,895,12,'Your review has been added'),(12526,896,12,'Edit vehicles'),(12527,897,12,'Vehicle Location'),(12528,898,12,'Exterior & Interior'),(12529,899,12,'Attachments'),(12530,900,12,'VehicleManager : Orders'),(12531,901,12,'You have max photos. Limit for this users group'),(12532,902,12,'Address'),(12533,903,12,'Range(km)'),(12534,904,12,'Select Category'),(12535,905,12,'Search'),(12536,906,12,'Other'),(12537,907,12,'No reviews for vehicle'),(12538,908,12,'Captcha Settings'),(12539,909,12,'Show captcha<br />for review form'),(12540,910,12,'Show captcha for review form in the reviews tab on the frontend'),(12541,911,12,'Allow captcha<br />for review form'),(12542,912,12,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(12543,913,12,'Show captcha for<br />contact agent form'),(12544,914,12,'Show captcha for contact agent form in the reviews tab on the frontend'),(12545,915,12,'Allow captcha for<br />contact agent form'),(12546,916,12,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(12547,917,12,'Show captcha<br />for booking form'),(12548,918,12,'Show captcha for booking form in the reviews tab on the frontend'),(12549,919,12,'Allow captcha<br />for booking form'),(12550,920,12,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(12551,921,12,'Show button Add to Wish List'),(12552,922,12,'Show button Add to Wish List or not'),(12553,923,12,'Allow Wish List for'),(12554,924,12,'Select users for whom allow Wish List'),(12555,925,12,'Add to wishlist'),(12556,926,12,'Remove from wishlist'),(12557,927,12,'Google Map Options'),(12558,928,12,'Api Key'),(12559,929,12,'Field to enter google map api key'),(12560,930,12,'Google Maps API error: missing key map error!'),(12561,931,12,'To get Google Maps API key follow below link'),(12562,932,12,'Settings Layout Search Results '),(12563,933,12,'Show map<br />for layout search results'),(12564,934,12,'Show map for layout search results on the frontend'),(12565,935,12,'Allow map<br />for layout search results'),(12566,936,12,'Allow map for layout search results in the frontend.'),(12567,937,12,'Show order by form<br />for all layouts'),(12568,938,12,'Show order by form for all layouts on the frontend'),(12569,939,12,'Allow order by form<br />for all layouts'),(12570,940,12,'Allow order by form for all layouts in the frontend.'),(12571,941,12,'Show Contact Agent/Book Now Tab'),(12572,942,12,'Set Yes to show Contact Agent/Book Now tab'),(12573,943,12,'User groups for which Contact Agent/Book Now tab will be shown'),(12574,944,12,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(12575,946,12,'Options access to edit vehicles'),(12576,947,12,'Users group who will have access to edit users vehicles'),(12577,948,12,'Permit edit vehicles for other users'),(12578,949,12,'Select all users'),(12579,950,12,'Select the plugin in Vehicle Manager settings!'),(12580,951,12,'Show google captcha'),(12581,952,12,'Show google captcha'),(12582,953,12,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(12583,954,12,'Mandatory fields'),(12584,955,12,'Year of issue'),(12585,956,12,'Set \"YES\" make the field year of issue mandatory'),(12586,957,12,'Mileage'),(12587,958,12,'Set \"YES\" make the field mileage mandatory'),(12588,959,12,'Price'),(12589,960,12,'Set \"YES\" make the field price mandatory'),(12590,961,12,'Show search button<br>on frontend'),(12591,962,12,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(12592,963,12,'Show search button<br>for users'),(12593,964,12,'Select the user for which the search button on frontend will be displayed.'),(12594,965,12,'anonymous'),(12595,966,12,'New rent request added!'),(12596,967,12,'New buying request added!'),(12597,968,12,'New vehicle review added'),(12598,969,12,'SUBJECT'),(12599,970,12,'Rent expire Notice!'),(12600,971,12,'Add email user to <br /> send reply'),(12601,972,12,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(12602,973,12,'Add email user to review notification'),(12603,974,12,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(12604,975,12,'Add email user to vehicle notification'),(12605,976,12,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(12606,977,12,'Add email user to buying request notification'),(12607,978,12,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(12608,979,12,'Settings rent options on search page'),(12609,982,12,'Search Settings'),(12610,980,12,'Show available for rent'),(12611,981,12,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12612,983,12,'Show year of issue'),(12613,984,12,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12614,985,12,'Show price of vehicle'),(12615,986,12,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12616,987,12,'Show condition status'),(12617,988,12,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12618,989,12,'Show listing status'),(12619,990,12,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12620,991,12,'Show transmission type'),(12621,992,12,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12622,993,12,'Show maker'),(12623,994,12,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12624,995,12,'Show drive type'),(12625,996,12,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12626,997,12,'Show vehicle model'),(12627,998,12,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12628,999,12,'Show number cylinders'),(12629,1000,12,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12630,1001,12,'Show vehicle type'),(12631,1002,12,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12632,1003,12,'Show number speeds'),(12633,1004,12,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12634,1005,12,'Show listing type'),(12635,1006,12,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12636,1007,12,'Show vehicle fuel type'),(12637,1008,12,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12638,1009,12,'Show vehicle price type'),(12639,1010,12,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12640,1011,12,'Show vehicle number doors'),(12641,1012,12,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12642,1013,12,'Show vehicle category'),(12643,1014,12,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12644,1015,12,'Show vehicle ID'),(12645,1016,12,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12646,1017,12,'Show vehicle description'),(12647,1018,12,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12648,1019,12,'Show title'),(12649,1020,12,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12650,1021,12,'Show address'),(12651,1022,12,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12652,1023,12,'Show country'),(12653,1024,12,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12654,1025,12,'Show region'),(12655,1026,12,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12656,1027,12,'Show city'),(12657,1028,12,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12658,1029,12,'Show district'),(12659,1030,12,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12660,1031,12,'Show zipcode'),(12661,1032,12,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12662,1033,12,'Show owner'),(12663,1034,12,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12664,1035,12,'Show mileage'),(12665,1036,12,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12666,1037,12,'Show contact information'),(12667,1038,12,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12668,1039,12,'Show engine type'),(12669,1040,12,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12670,1041,12,'Show city MPG/KPL'),(12671,1042,12,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12672,1043,12,'Show highway MPG/KPL'),(12673,1044,12,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12674,1045,12,'Show wheelbase'),(12675,1046,12,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12676,1047,12,'Show wheeltype'),(12677,1048,12,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12678,1049,12,'Show rear axel type'),(12679,1050,12,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12680,1051,12,'Show brakes type'),(12681,1052,12,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12682,1053,12,'Show exterior colors'),(12683,1054,12,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12684,1055,12,'Show exterior extras'),(12685,1056,12,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12686,1057,12,'Show interior colors'),(12687,1058,12,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12688,1059,12,'Show dashboard options'),(12689,1060,12,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12690,1061,12,'Show interior extras'),(12691,1062,12,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12692,1063,12,'Show safety options'),(12693,1064,12,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12694,1065,12,'Show warranty options'),(12695,1066,12,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12696,1067,12,'Show exactly to all'),(12697,1068,12,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12698,1069,12,'Show search keywords'),(12699,1070,12,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(12700,1071,12,'Options for search button'),(12701,1072,12,'Options for fields in Advance Search Layout'),(12702,1073,12,'Options for search form'),(12703,1074,12,'Show search form on nothing found page'),(12704,1075,12,'Show search form on nothing found page. Set \"YES\" show search form.'),(12705,1076,12,'Show search form on result search page'),(12706,1077,12,'Show search form on result search page. Set \"YES\" show search form.'),(12707,1078,12,'Redirect settings'),(12708,1079,12,'Redirect settings for rent'),(12709,1080,12,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(12710,1081,12,'Redirect settings for sale'),(12711,1082,12,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(12712,945,12,'Access to edit vehicles from other users'),(12713,1083,12,'Show country, region and<br>city option as text field'),(12714,1084,12,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(12715,1085,12,'How fields Country, Region and City use'),(12716,1086,12,'Settings for Search Layout'),(12717,1087,12,'Select Search Layout by default'),(12718,1088,12,'Select search layout by default on the frontend!'),(12719,1089,12,'Order field settings'),(12720,1090,12,'Select order by default'),(12721,1091,12,'Select an option to sort by default the search result.'),(12722,1092,12,'Vehicle slider option'),(12723,1093,12,'Show vehicle as slider'),(12724,1094,12,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(12725,1095,12,'Input initial-final year'),(12726,1096,12,'Input initial and final year of calendar. Final year value should be more then initial value.'),(12727,1097,12,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(12728,1098,12,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(12729,1099,12,'Show fraction in price'),(12730,1100,12,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(12731,1101,12,'Count Vehicles in row'),(12732,1102,12,'More than 1199px'),(12733,1103,12,'More than 1199px'),(12734,1104,12,'Less than 1200px andmore than 991px'),(12735,1105,12,'Less than 1200px andmore than 991px'),(12736,1106,12,'Less than 992px andmore than 767px'),(12737,1107,12,'Less than 992px andmore than 767px'),(12738,1108,12,'Less than 768px andmore than 489px'),(12739,1109,12,'Less than 768px andmore than 489px'),(12740,1110,12,'User order'),(12741,1111,12,'Watermark settings'),(12742,1112,12,'Enable watermark'),(12743,1113,12,'Watermark text'),(12744,1114,12,'Watermark size, %'),(12745,1115,12,'Font color'),(12746,1116,12,'Font angle'),(12747,1117,12,'Watermark position'),(12748,1118,12,'Watermark opacity'),(12749,1119,12,'Set Yes to show watermark'),(12750,1120,12,'Watermark text'),(12751,1121,12,'Watermark size, %'),(12752,1122,12,'Font color for watermark'),(12753,1123,12,'Font angle for watermark'),(12754,1124,12,'Watermark position for watermark'),(12755,1125,12,'Watermark opacity for watermark'),(12756,1127,12,'Watermark Type'),(12757,1128,12,'Select file for watermark'),(12758,1129,12,'Text or Image'),(12759,1130,12,'Select image for Watermark'),(12760,1126,12,'Categories order by default'),(12761,1131,12,'All vehicles'),(12762,1132,12,'Title'),(12763,1133,12,'Maker'),(12764,1134,12,'Model'),(12765,1135,12,'Description'),(12766,1136,12,'Vehicle ID'),(12767,1137,12,'Location'),(12768,1138,12,'Country'),(12769,1139,12,'City'),(12770,1140,12,'Region'),(12771,1141,12,'Zipcode'),(12772,1142,12,'Search by'),(12773,1143,12,'Please select only one value'),(12774,1144,12,'Min size image for watermark'),(12775,1145,12,'Minimum image size to include watermark'),(12776,1146,12,'Rent From and Rent Until fields  are required!'),(12777,1147,12,'Allow price as string'),(12778,1148,12,'Set \"yes\", if you want display price as string. '),(12779,1149,12,'You typed bad characters from picture!'),(12780,1150,12,'Slider settings'),(12781,1151,12,'The height of the slider is measured as a percentage of the slider width'),(12782,1152,12,'Slider height, %'),(12783,1153,12,'Slide show type \"Filling in\" or \"Proportionally\"'),(12784,1154,12,'Slide show type'),(12785,1155,12,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(12786,1156,12,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(12787,1157,12,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(12788,1158,12,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(12789,1159,12,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(12790,1160,12,'Payment system Options'),(12791,1161,12,'Show button \"Buy\" for sale vehicles'),(12792,1162,12,'Allow button \"Buy\" for sale vehicles'),(12793,1163,12,'Show button \"Buy\" for rent vehicles'),(12794,1164,12,'Allow button \"Buy\" for rent vehicles'),(12795,2,13,'Vehicle Manager'),(12796,3,13,'Nuomojamų ir parduodamų transporto priemonių katalogas.'),(12797,4,13,'Automobilių paieška'),(12798,5,13,'Automobilių paieška'),(12799,6,13,'no-img_eng.gif'),(12800,7,13,'Jums neleidžiama atlikti šio veiksmo!'),(12801,8,13,'OK'),(12802,9,13,'Būsena'),(12803,10,13,'VehicleManager:: Importas/Eksportas'),(12804,11,13,'Jūs privalote priskirti kategoriją.'),(12805,12,13,'Pažymėkite'),(12806,13,13,'CSV Byla'),(12807,14,13,'XML Byla'),(12808,15,13,'Jūs privalote pasirinkti tipą importui!'),(12809,16,13,'Jūs privalote pasirinkti kategoriją importui!'),(12810,17,13,'Jūs privalote pasirinkti bylą importui!'),(12811,18,13,'Jūs privalote pasirinkti tipą eksportui!'),(12812,19,13,'Importo tipas'),(12813,20,13,'Pasirinkite bylos formatą'),(12814,21,13,'Pažymėkite formatą'),(12815,22,13,'Kategorija'),(12816,23,13,'Kategorija'),(12817,24,13,'Pažymėkite kategoriją'),(12818,25,13,'Byla importui'),(12819,26,13,'Byla importui'),(12820,27,13,'Pasirinkite bylą importui'),(12821,28,13,'Šiuo metu CSV formatas palaiko:<br />AutomobilioID | Aprašymas | Nuoroda | Skelbimo tipas |  Vieta | Kaina | Pavadinimas | ...'),(12822,29,13,'Tipas eksportui'),(12823,30,13,'Pasirinkite bylos formatą'),(12824,31,13,'Pasirinkite bylos formatą'),(12825,32,13,'Kategorija'),(12826,33,13,'Kategorija'),(12827,34,13,'Pažymėkite kategoriją'),(12828,35,13,'Eksporto rezultatas'),(12829,36,13,'Galite parsisiųsti eksportuojamą informaciją paspausdami šią nuorodą (dešiniuoju pelės mygtuku spustelėkite išsaugoti):'),(12830,37,13,'Atkreipkite dėmesį, kad bylos vis dar bus išsaugotos serveryje ir turite jas ištrinti patys.'),(12831,38,13,'VehicleManager :: Kategorijos'),(12832,39,13,'Kategorija'),(12833,40,13,'Automobiliai'),(12834,41,13,'Paskelbta'),(12835,42,13,'Rūšiavimas'),(12836,43,13,'Prieiga'),(12837,44,13,'Patikrinimas atliktas'),(12838,45,13,'Pridėti'),(12839,46,13,'Redaguoti'),(12840,47,13,'Kategorijos laukas neturi būti tuščias'),(12841,48,13,'Kategorijos'),(12842,49,13,'- Pasirinkite paveikslėlį -'),(12843,50,13,'Viršus'),(12844,51,13,'Kategorijos pseudonimas'),(12845,52,13,'Kategorijos pavadinimas'),(12846,53,13,'Rūšiavimas'),(12847,54,13,'Paveiksliukas'),(12848,55,13,'Paveiksliuko pozicija'),(12849,56,13,'Įrašas, kuriai kategorijai priklausys'),(12850,57,13,'Peržiūrėti neleidžiama'),(12851,58,13,'Smulkesnė informacija'),(12852,59,13,'Ištrinta'),(12853,60,13,'VehicleManager - Išnuomoti automobiliai'),(12854,61,13,'VehicleManager - Grąžinti automobiliai'),(12855,62,13,'Importas'),(12856,63,13,'Eksportas'),(12857,64,13,'- Visos kategorijos'),(12858,65,13,'Pažymėkite kategorijas'),(12859,66,13,'Pažymėkite nuomojamą automobilį'),(12860,67,13,'- Visi automobiliai'),(12861,68,13,'Nuoma'),(12862,69,13,'Neskirta nuomai'),(12863,70,13,'Pažymėkite Paskelbta'),(12864,71,13,'- Visi automobiliai'),(12865,72,13,'Nepaskelbta'),(12866,73,13,'Paskelbta'),(12867,74,13,'- All Users'),(12868,75,13,'Automobilių paieška'),(12869,76,13,'Automobilių paieška'),(12870,77,13,'Paieška pagal žodį'),(12871,78,13,'Paieška'),(12872,79,13,'Nieko nerasta.'),(12873,80,13,'VehicleManager :: Automobiliai'),(12874,81,13,'Paieška:'),(12875,82,13,'Jūs privalote susikurti Kategoriją prieš atliekant šį veiksmą.'),(12876,83,13,'Exactly to all'),(12877,84,13,'Advanced<br />search'),(12878,85,13,'from'),(12879,86,13,'to'),(12880,87,13,'Year'),(12881,88,13,'Kaina'),(12882,89,13,'Sąrašo tipas'),(12883,90,13,'Sąrašo būklė'),(12884,91,13,'Kainos tipas'),(12885,92,13,'Modelis'),(12886,93,13,'Pavadinimas'),(12887,94,13,'AutomobilioID'),(12888,95,13,'Rezultatas'),(12889,96,13,'Aprašymas'),(12890,97,13,'Kategorija'),(12891,98,13,'# Automobilis'),(12892,99,13,'Peržiūra'),(12893,100,13,'Adresas'),(12894,101,13,'Country'),(12895,102,13,'Region'),(12896,103,13,'City'),(12897,104,13,'District'),(12898,105,13,'Zipcode'),(12899,106,13,'Platuma'),(12900,107,13,'Ilguma'),(12901,108,13,'No location available'),(12902,109,13,'Automobilio tipas'),(12903,110,13,'Būklė'),(12904,111,13,'Mylios'),(12905,112,13,'Transmisija'),(12906,113,13,'Variklio tipas'),(12907,114,13,'Pagaminimo metai'),(12908,115,13,'Disko tipas'),(12909,116,13,'Kuro tipas'),(12910,117,13,'Pavarų skaičius'),(12911,118,13,'Cilindrų skaičius'),(12912,119,13,'Durų skaičius'),(12913,120,13,'Kėdžių skaičius'),(12914,121,13,'Mieste MPG/KPL'),(12915,122,13,'Greitkeliu MPG/KPL'),(12916,123,13,'Ratų bazė'),(12917,124,13,'Ratų tipas'),(12918,125,13,'Galinės ašies tipas'),(12919,126,13,'Stabdžių tipas'),(12920,127,13,'Išorinė spalva'),(12921,128,13,'Išoriniai aksesuarai'),(12922,129,13,'Vidinė spalva'),(12923,130,13,'Prietaisų skydas'),(12924,131,13,'Vidiniai aksesuarai'),(12925,132,13,'Apsaugos'),(12926,133,13,'Garantija'),(12927,134,13,'Pagrindinis'),(12928,135,13,'Ratai'),(12929,136,13,'Korozija'),(12930,137,13,'Pagalba kelyje'),(12931,138,13,'Jūsų telefono numeris'),(12932,139,13,'Reitingas'),(12933,140,13,'Paveiksliuko URL'),(12934,141,13,'Paveiksliukas'),(12935,142,13,'Pikrti iš nuoroda'),(12936,143,13,'Nuomoti kam'),(12937,144,13,'Nuomoti Iš'),(12938,145,13,'Nuomoti iki'),(12939,146,13,'Rent return'),(12940,147,13,'Išnuomota nuo - iki'),(12941,148,13,'nežinoma'),(12942,149,13,'Vartotojas'),(12943,150,13,'e-paštas'),(12944,151,13,'Pašto adresas'),(12945,152,13,'Telefono numeris'),(12946,153,13,'Nuoma iki: '),(12947,154,13,'Paspaudimai'),(12948,155,13,'Rušiuoti'),(12949,156,13,'Išnuomoti'),(12950,157,13,'Paskelbta'),(12951,158,13,'Patikrinta'),(12952,159,13,'Peržiūros data'),(12953,160,13,'Subkategorijos'),(12954,161,13,'Įkelti pagrindinę nuotrauką'),(12955,162,13,'Įkelti nuotraukas į automobilių foto galeriją'),(12956,163,13,'Įkeliant naują nuotrauką, senos nuotraukos URL adresas išsitrins, tačiau jis atsistatys kartu su naujai įkelta nuotrauka.'),(12957,164,13,'Įvyko klaida įkeliant paveikslėlį! Atkreipkite dėmesį, kad tik tokie vaizdo formatai (jpg, png, gif) yra leidžiami'),(12958,165,13,'Nuomos informacija'),(12959,166,13,'Aktualus edokumentas'),(12960,167,13,'Įkelti edokumentą'),(12961,168,13,'Atsisiųsti edokumentą'),(12962,169,13,'Ištrinti edokumentą'),(12963,170,13,'edokumentas'),(12964,171,13,'Įvyko klaida įkeliant edokumentą!'),(12965,172,13,'Būsena'),(12966,173,13,'Reikalinga'),(12967,174,13,'Rašyti apžvalgą'),(12968,175,13,'Apžvalgos'),(12969,176,13,'Išsaugoti'),(12970,177,13,'Nuomos užsakymas'),(12971,178,13,'Patvirtinti nuomos užsakymą'),(12972,179,13,'Apžvalga'),(12973,180,13,'Pavadinimas'),(12974,181,13,'Reitingas'),(12975,182,13,'Komentarai'),(12976,183,13,'Anonimas'),(12977,184,13,'Number click'),(12978,185,13,'Shows'),(12979,186,13,'Automobilio pavadinimas'),(12980,187,13,'Spauskite ant žemėlapio norėdami pasirinkti transporto priemonės buvimo vietą:'),(12981,188,13,'Įveskite apžvalgos pavadinimą!'),(12982,189,13,'Įveskite apžvalgos tekstą!'),(12983,190,13,'Įveskite apžvalgos reitingą!'),(12984,191,13,'Įveskite nuomos užklausimo pavadinimą!'),(12985,192,13,'Įveskite savo elektroninį paštą!'),(12986,193,13,'Įveskite savo pašto adresą!'),(12987,194,13,'Įrašykite grąžinimo datą.!'),(12988,195,13,'Please enter at least one vehicle photo!'),(12989,196,13,'Nenurodyta'),(12990,197,13,'Arabic'),(12991,198,13,'Brazilų Portugalų'),(12992,199,13,'Danish'),(12993,200,13,'Olandų'),(12994,201,13,'Anglų'),(12995,203,13,'Bosnian'),(12996,202,13,'Farsi'),(12997,204,13,'Prancūzų'),(12998,205,13,'Vokiečių'),(12999,206,13,'Vengrų'),(13000,207,13,'Italų'),(13001,208,13,'Lithuanian'),(13002,209,13,'Norwegian'),(13003,210,13,'Polski'),(13004,211,13,'Portuguese'),(13005,212,13,'Rumunų'),(13006,213,13,'Rusų'),(13007,216,13,'Slovėnų'),(13008,214,13,'Ispanų'),(13009,215,13,'Turkų'),(13010,217,13,'NE'),(13011,218,13,'TAIP'),(13012,219,13,'Transporto priemonės pavadinimas šiuo metu yra redaguojamas kito administratorius'),(13013,220,13,'Negaliu ištrinti automobilio!'),(13014,221,13,'Add Vehicle notification email'),(13015,222,13,'svetainės nustatymai'),(13016,223,13,'valdymo nustatymai'),(13017,224,13,'AutomobilioID numeracija didėjančia tvarka'),(13018,225,13,'AutomobilioID numeracija didėjančia tvarka'),(13019,226,13,'TAIP jeigu naudosite AutomobilioID numeraciją didėjančia tvarka. NE jeigu AutomobilioID numeraciją atliksite patys.'),(13020,227,13,'edokumento palaikymas'),(13021,228,13,'edokumento palaikymas'),(13022,229,13,'TAIP, jeigu aktyvuosite edokumento palaikymą administratoriaus sąsajai.'),(13023,230,13,'edokumentų buvimo vieta'),(13024,231,13,'edokumentų buvimo vieta'),(13025,232,13,'Įkeltų edokumentų vieta serveryje. Kelias iki bylų yra santykinis Joomla serveryje ir turi prasidėti ženklu a /'),(13026,233,13,'Rodyti edokumentų nuorodą'),(13027,234,13,'Rodyti edokumentų atsisiuntimą administratoriaus valdymo aplinkoje.'),(13028,235,13,'TAIP, jeigu norite rodyti edokumento nuorodą administratoriaus valdymo aplinkoje.'),(13029,236,13,'Rodyti apžvalgas'),(13030,237,13,'Rodyti apžvalgas administratoriaus valdymo aplinkoje'),(13031,238,13,'Taip, jei norite įjungti transporto priemonių apžvalgos funkcionalumą savo svetainės lankytojams.'),(13032,239,13,'Įgalinti apžvalgos funkciją'),(13033,240,13,'Įgalinti apžvalgos funkciją'),(13034,241,13,'Įgalinti apžvalgas svetainėje. Ši funkcija bus aktyvuota tada, kai aktyvuosis  --Rodyti apžvalgas-- TAIP!'),(13035,242,13,'Rodyti Nuoma būsena'),(13036,243,13,'Rodyti Nuoma būsena svetainėje'),(13037,244,13,'TAIP jeigu norite, kad svetainėje būtų atvaizduota automobilių nuomos būsena.'),(13038,245,13,'Įgalinti nuomos užklausimo funkciją'),(13039,246,13,'Įgalinti nuomos užklausimo funkciją'),(13040,247,13,'Įgalinti nuomos užklausimo funkciją svetainėje. Ši funkcija aktyvuosis tada, kai bus aktyvuota  --Rodyti Nuoma Būsena-- TAIP!'),(13041,248,13,'Rodyti kainą'),(13042,249,13,'Rodyti kainą'),(13043,250,13,'Rodys automobilio kainą svetainėje.'),(13044,251,13,'Automobiliai atvaizduojami viename puslapyje.'),(13045,252,13,'Nustatyti atvaizduojamų automobilių viename puslapyje skaičių.'),(13046,253,13,'Puslapių numeracija.'),(13047,254,13,'Automobilio nuotraukos dydis'),(13048,255,13,'Automobilio nuotraukos dydis'),(13049,256,13,'Nustatyti nuotraukos dydį - aukštis/plotis px'),(13050,257,13,'Set size of main image - width/height in px'),(13051,258,13,'Set main photos size - width/height in px'),(13052,259,13,'Vehicle main photos size'),(13053,260,13,'Vehicle gallery photo size'),(13054,261,13,'Vehicle gallery photo size'),(13055,262,13,'Set gallery photo size - width/height in px'),(13056,263,13,'Vehicle upload photo size'),(13057,264,13,'Vehicle upload photo size'),(13058,265,13,'Set upload photo size - width/height in px'),(13059,266,13,'Puslapio straipsniai'),(13060,267,13,'Puslapio straipsniai'),(13061,268,13,'Įvesti automobilių kiekį, kurie bus rodomi kiekviename puslapyje.'),(13062,269,13,'Add Vehicle email'),(13063,270,13,'An email address for notifying about new vehicle has been added on'),(13064,271,13,'Peržiūrėti elektroninį paštą'),(13065,272,13,'Peržiūrėti elektroninį paštą'),(13066,273,13,'Kam siųsti laišką, kai yra sukurta nauja apžvalga. Jūs galite vienu metu išsiųsti daug laiškų, tačiau kiekvienas jų turi būti atskirtas kableliu.'),(13067,274,13,'Užklausimas dėl nuomos elektroniniu paštu'),(13068,275,13,'Užklausimas dėl nuomos elektroniniu paštu'),(13069,276,13,'Kam siųsti laišką, kai yra sukurtas naujas užklausimas. Jūs galite vienu metu išsiųsti daug laiškų, tačiau kiekvienas jų turi būti atskirtas kableliu.'),(13070,277,13,'VehicleManager :: Užklausimai dėl nuomos'),(13071,278,13,'VehicleManager :: Apie'),(13072,279,13,'Apie'),(13073,280,13,'Pastabos'),(13074,281,13,'Pakeisti Log bylą'),(13075,282,13,'Sveiki atvykę į VehicleManager'),(13076,283,13,'Ačiū, kad naudojatės mūsų komponentu!<br /><br />\\nVehicleManager leidžia valdyti didelį kiekį transporto priemonių katalogų. Sistema palaiko automobilių kategorijų ir subkategorijų struktūrą, o taip pat yra galimybė įvesti automobilį pagal ID kodą. Sistemoje yra įdiegtas nuomos valdymas kartu su kainos užklausimo galimybe tiesiogiai iš svetainės. VehicleManager turi galingą automobilių valdymo posistemę. Yra edokumentų palaikymas. Čia pat yra galimybė patiems įkelti automobilių nuotraukas ir kitą informaciją. <br/ ><br />\\nPASTABOS: <br/ >\\n- Įkeliant nuotraukas į serverį, jūsų sistema turi būti suderinta su PHP5 kartu su CURL<br />\\n- Eksportuojant duomenis iš CSV, jūsų sistema turi būti suderinta su PHP5 kartu su XSL<br/ >\\n- CAPTCHA funkcija veiks tuo atveju, jei jūsų sistema yra suderinta su PHP5 kartu su GD<br />\\n<br />\\nSvetainėje <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> galite rasti VehicleManager vartotojo vadovą, vertimus iš kitų kalbų, techninio palaikymo forumą, o taip pat yra galimybė atsisiųsti papildomų priedų programai.<br />\\n<br />\\nPagal jūsų pageidavimą, mes papildomai galime įdiegti papildomas funkcijas į VehicleManager. Papildomus reikalavimus programai prašome siųsti šiuo elektroniniu paštu <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> ir mes susisieksime su jumis. Užsisakę papildomas funkcijas programai, jūs gausite naują PRO versiją kartu su praplėstomis galimybėmis.'),(13077,284,13,'Žemiau esantys laukai privalo būti užpildyti rankiniu būdu '),(13078,285,13,'. Priešingu atveju jie bus ignoruojami.'),(13079,286,13,'Užklausimas nuomai'),(13080,287,13,'Pateiktame sąraše yra pažymėti išnuomojami automobiliai.<br />Jeigu sąrašas yra tuščias, prašome dar kartą peržiūrėti savo pasirinktus automobilius.'),(13081,288,13,'Pilnas vardas'),(13082,289,13,'Elektroninis paštas'),(13083,290,13,'Jūsų pašto dėžutė'),(13084,291,13,'Automobilio grąžinimo data'),(13085,292,13,'Kada išnuomotas'),(13086,293,13,'Jūsų užklausimas nuomai išsaugotas mūsų duomenų bazėje. Mes patikrinsime jūsų užklausimą ir artimiausiu laiku susisieksime su jumis.<br />Ačiū, kad naudojatės mūsų paslaugomis.'),(13087,294,13,'Jūsų užklausimas pirkimui išsaugotas mūsų duomenų bazėje. Mes patikrinsime jūsų užklausimą ir artimiausiu laiku susisieksime su jumis.<br />Ačiū, kad naudojatės mūsų paslaugomis.'),(13088,295,13,'VehicleManager: Užklausimas nuomai priimtas'),(13089,296,13,'Automobilis'),(13090,297,13,'Prašymas nuomai yra paruoštas vykdymui.'),(13091,298,13,'Išsaugoti'),(13092,299,13,'Nuomoti automobilį'),(13093,300,13,'Grąžinti išnuomotą automobilį'),(13094,301,13,'Priimti užsakymą'),(13095,302,13,'Atmesti užsakymą'),(13096,303,13,'Importuoti automobilius'),(13097,304,13,'Eksportuoti automobilius'),(13098,305,13,'Ištrinti apžvalgą'),(13099,306,13,'Redaguoti apžvalgą'),(13100,307,13,'Esminė informacija:'),(13101,308,13,'Versija:'),(13102,309,13,'Išleidimo metai:'),(13103,310,13,'Nuoroda:'),(13104,311,13,'Projekto šaltinis:'),(13105,312,13,'Licencija:'),(13106,313,13,'Ši programa platinama viliantis, kad ji bus naudinga jums, tačiau mes nesuteikiame pilnos garantijos. Garantines sąlygas rasite LICENSE.TXT byloje.'),(13107,314,13,'Sukurta:'),(13108,315,13,'Pagrindinis puslapis'),(13109,316,13,'edokumento atsisiuntimo nuoroda URL'),(13110,317,13,'Aktyvuoti edokumentų atsisiuntimą'),(13111,318,13,'Leisti parsisiųsti edokumentus svetainėje. Ši funkcija aktyvuosis tada, kai bus aktyvuota  --Parsisiųsti nuorodas-- TAIP!'),(13112,319,13,'Leisti parsisiųsti edokumentus'),(13113,320,13,'Rodyti kainą:'),(13114,321,13,'Rodyti kainą svetainėje. Ši funkcija aktyvuosis tada, kai bus aktyvuota  --Rodyti kainą-- TAIP!'),(13115,322,13,'Rodyti kainą'),(13116,323,13,'VehicleManager :: Atsiliepimai'),(13117,324,13,'Automobilio pavadinimas'),(13118,325,13,'Peržiūrėti/apžvelgti pavadinimą'),(13119,326,13,'Įveskite simbolius, kuriuos matote aukščiau esančiame paveikslėlyje į žemiau esantį laukelį.'),(13120,327,13,'Spausdinti'),(13121,328,13,'Prašome pasirinkti stulpelius spausdinimui ir tada spauskite Toliau!'),(13122,329,13,'Šrifto dydis'),(13123,330,13,'Formatuoti'),(13124,331,13,'Rodyti edokumento parsisiųsti Naudojimosi sutartis'),(13125,332,13,'Rodyti edokumento parsisiųsti Naudojimosi sutartis priimti/atmesti prieš leidžiant edokumento parsiuntimą iš svetainės'),(13126,333,13,'Rodyti edokumento parsisiųsti Naudojimosi sutartis'),(13127,334,13,'Naudojimosi sutartis'),(13128,335,13,'Priimti?'),(13129,336,13,'Pridėti atsiliepimą'),(13130,337,13,'Paslėpti atsiliepimą'),(13131,338,13,'Rodyti mygtuką Pirkti'),(13132,339,13,'Rodyti mygtuką Pirkti]'),(13133,340,13,'Rodyti mygtuką Pirkti svetainėje šalia automobilio'),(13134,341,13,'Aktyvuoti mygtuką Pirkti:'),(13135,342,13,'Rodyti mygtuką Pirkti Pažymėtoms kategorijoms svetainėje. Ši funkcija aktyvuosis tada, kai bus aktyvuotas --Aktyvuoti mygtuką Pirkti-- ir nustatyta reikšmė TAIP! Galitė pažymėti keletą kategorijų iš karto.'),(13136,343,13,'Aktyvuoti mygtuką Pirkti'),(13137,344,13,'Pilnas duomenų eksportas'),(13138,345,13,'Pilnas duomenų importas'),(13139,346,13,'Ši operacija ištrins VISUS duomenis iš VehicleManager prieš atliekant importą. Ar norite tęsti?'),(13140,347,13,'\\n<strong>CSV&nbsp;IMPORTUOTI:</strong>\\n<ul>\\n	<li>Šiuo metu CSV formatas palaikomas:&nbsp;&nbsp;Automobilio ID&nbsp;|&nbsp;Aprašymas&nbsp;|&nbsp;Nuoroda&nbsp;|&nbsp;Modelis&nbsp;|&nbsp;Automobilio tipas&nbsp;|&nbsp;Sąrašo tipas&nbsp;|&nbsp;Kaina&nbsp;|&nbsp;Kainos tipas&nbsp;|&nbsp;Automobilio pavadinimas&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Laukai yra atskirti raidės (<strong>&nbsp;|&nbsp;</strong>)</li>\\n	<li>Jūs galite atlikti viso sąrašo importą kartu su Automobilio ID, palikdami kitus laukus tuščius, pavyzdžiui:&nbsp;&nbsp;Automobilio ID&nbsp;|&nbsp;<i>tuščia</i>&nbsp;|&nbsp;<i>tuščia</i>&nbsp;|&nbsp;Modelis&nbsp;|&nbsp;<i>tuščia</i>&nbsp;|&nbsp;<i>tuščia</i>&nbsp;|&nbsp;Kaina&nbsp;|&nbsp;<i>tuščia</i>&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li><strong>ĮSPĖJIMAS:</strong>&nbsp;nedarykite CSV importo, jeigu sistemoje egzistuoja Automobilių Apžvalgos. Tokiu atveju geriau atlikite pilną duomenų importą!</li>\\n</ul>\\n<strong>XML&nbsp;IMPORTUOTI:</strong>\\n<ul>\\n	<li>importas XML formatu</li>\\n	<li><strong>ĮSPĖJIMAS:</strong>&nbsp;nedarykite XML importo, jeigu sistemoje egzistuoja Automobilių Apžvalgos. Tokiu atveju geriau atlikite pilną duomenų importą!</li>\\n<li> <stiprus> DĖMESIO!: </ strong>, & nbsp; asociacijos tarp namų nebus išsaugotas </ li>\n<li> <stiprus> DĖMESIO: </ strong>, & nbsp; turite įkelti nuotraukas atskirai, nėra nuotraukos, bus išgelbėtas \"</ li>! </ul>\\n<strong>PILNAS&nbsp;DUOMENŲ&nbsp;IMPORTAS:</strong>\\n<ul>\\n	<li>Importuos visus Vehicle Manager duomenis ir atkurs visus duomenų laukus bei įrašus!</li>\\n	<li>Importuojant duomenis, visi įrašai bus perrašyti. Būkite atsargūs!</li>\\n	<li>Norėdami išsaugoti visas transporto priemonių nuotraukas, būtinai išsaugokite visus failus, esančius kataloge: --components/com_vehiclemanager/photos--!</li>\\n	<li>Norėdami išsaugoti visus Automobilių edokumentus, prašome išsaugoti visą aplanką, kurį jūs prieš tai buvote nustatę --edokumentų buvimo vieta--!</li>\\n</ul>'),(13141,348,13,'\\n<strong>CSV&nbsp;EKSPORTAS:</strong>\\n<ul>\\n	<li>CSV eksportas turės visų reikiamų standartinių laukų struktūrą, kurią bus galima toliau redaguoti su kitomis programomis ir skaičiuoklėmis</li>\\n	<li>Atkreipkite dėmesį, kad po CSV importo susidarys tokie duomenų laukai:&nbsp;&nbsp;Automobilio ID&nbsp;|&nbsp;Aprašymas&nbsp;|&nbsp;Nuoroda&nbsp;|&nbsp;Modelis&nbsp;|&nbsp;Automobilio tipas&nbsp;|&nbsp;Sąrašo tipas&nbsp;|&nbsp;Kaina&nbsp;|&nbsp;Kainos tipas&nbsp;|&nbsp;Automobilio pavadinimas&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Reikalui esant, importą galite atlikti vėliau, į kurį taip pat įeis ir Automobilio Apžvalgos!</li>\\n</ul>\\n<strong>XML&nbsp;EKSPORTAS:</strong>\\n<ul>\\n	<li>XML eksporto būdas yra priimtiniausias, jei norite eksportuoti automobilius kartu su jų aprašymais</li>\\n	<li>XML eksporto metu, išsisaugos visi transporto priemonių duomenys, įskaitant automobilių aprašymus, o taip pat su galimybe parengti importą vėliau</li>\\n<li> <stiprus> DĖMESIO!: </ strong>, & nbsp; asociacijos tarp namų nebus išsaugotas </ li>\n<li> <stiprus> DĖMESIO: </ strong>, & nbsp; turite įkelti nuotraukas atskirai, nėra nuotraukos, bus išgelbėtas \"</ li>! </ul>\\n<strong>PILNAS&nbsp;DUOMENŲ&nbsp;EKSPORTAS:</strong>\\n<ul>\\n	<li>Eksportuos visus Vehicle Manager duomenis ir išsaugos visus duomenų laukus bei įrašus</li>\\n	<li>Jūs galite vėliau panaudoti šiuos failus, norėdami pilnai atkurti VehicleManager duomenis</li>\\n	<li>Importuojant duomenis, visi įrašai bus perrašyti. Būkite atsargūs!</li>\\n	<li>Norėdami atkurti visas automobilių nuotraukas, prašome atstatyti visas bylas, kurios yra šiame kataloge: --components/com_vehiclemanager/photos--!</li>\\n	<li>Norėdami atkurti visus Automobilių edokumentus, prašome atstatyti visas bylas, iš to katalogo, kurį buvote nustatę [valdymo nustatymai] -- [edokumentų buvimo vieta]</li>\\n</ul>'),(13142,349,13,'Siųsti apžvalgos pranešimą'),(13143,350,13,'Siųsti apžvalgos pranešimą'),(13144,351,13,'Pažymėkite TAIP, jei norite gauti pranešimą elektroniu paštu, kai lankytojas užpildo Automobilio Apžvalgą. Valdymo pulte dešinėje pusėje nustatykite kas turės išsiųsti šiuos pranešimus. Taip pat galite nustatyti atgalinį elektronio pašto adresą Valdymo konfigūracija.'),(13145,352,13,'Vartotojų grupės, kurios siųs pranešimus'),(13146,353,13,'Vartotojų grupės, kurios siųs pranešimus'),(13147,354,13,'Pasirinkite, kurios vartotojų grupės siųs apžvalgas. Ši funkcija bus galima, jei aktyvuosite --Siųsti Peržiūros Pranešimus-- ir nustatysite TAIP'),(13148,355,13,'Siųsti užklausimą nuomai'),(13149,356,13,'Siųsti užklausimą nuomai'),(13150,357,13,'Nustatykite TAIP, jeigu norite gauti užklausimus dėl nuomos elektroniniu paštu. Administratoriaus valdymo pulte dešinėje pusėje išrinkite, kokie vartotojai siųs šiuos pranešimus. Taip pat galite įrašyti savo elektroninį paštą Valdymo konfigūracija.'),(13151,358,13,'Vartotojų grupės, kurios siųs pranešimus'),(13152,359,13,'Vartotojų grupės, kurios siųs pranešimus'),(13153,360,13,'Pasirinkite, kurios vartotojų grupės siųs pranešimus. Ši funkcija bus galima, jei aktyvuosite --Siųsti pasiūlymus-- ir nustatysite TAIP'),(13154,361,13,'Peržiūrėti komentarus'),(13155,362,13,'Paveikslėlių kategorijos'),(13156,363,13,'Paveikslėlių kategorijos'),(13157,364,13,'Jei nustatysite TAIP, tada galėsite priskirti savo norimą paveikslėlį kiekvienai kategorijai vietoje standartinio paveikslėlio. Taip pat galite koreguoti kategorijų paveikslėlius   VehicleManager - Valdyti&nbsp;Categorijos - Redaguoti - Pažymėti&nbsp;paveiksliukas'),(13158,365,13,'Rodyti subkategoriją'),(13159,366,13,'Show for single subcategory'),(13160,367,13,'Rodyti subkategoriją'),(13161,368,13,'Jei nustatysite TAIP, tuomet visos subkategorijos bus matomos kiekvienoje kategorijoje'),(13162,369,13,'If set to YES, you will see subcategory for single select category'),(13163,370,13,'Jūs negalite grąžinti objekto, jei jis nebuvo išnuomotas'),(13164,371,13,'Prašome pažymėti nuomojamus automobilius'),(13165,372,13,'Prašome pažymėti grąžinamus automobilius'),(13166,373,13,'Prašome sudaryti norimų objektų sąrašą užsakymo patvirtinimui'),(13167,374,13,'Prašome sudaryti norimų objektų sąrašą užsakymo atšaukimui'),(13168,375,13,'Privalote pažymėti tipą importui!'),(13169,376,13,'Privalote pažymėti tipą eksportui!'),(13170,377,13,'Prašome įrašyti automobilio pavadinimą!'),(13171,378,13,'Prašome įvesti Automobilio ID šiam automobiliui!'),(13172,379,13,'Automobilis su šiuo ID numeriu jau egzistuoja!'),(13173,380,13,'Privalote nurodyti kategoriją šiam automobiliui!'),(13174,381,13,'Prašome įrašyti pirkimo užklausimo pavadinimą!'),(13175,382,13,'Prašome įrašyti elektroninio pašto adresą!'),(13176,383,13,'Prašome įrašyti telefono numerį!'),(13177,384,13,'Būtini laukai'),(13178,385,13,'Rekomenduotini laukai'),(13179,386,13,'Adreso laukai'),(13180,387,13,'Savybės'),(13181,388,13,'Išorės savybės'),(13182,389,13,'vidaus savybės'),(13183,390,13,'Kitos savybės'),(13184,391,13,'Nuotraukų valdymas'),(13185,392,13,'Automobilių foto galerija'),(13186,393,13,'Advertisment'),(13187,394,13,'Kliento\'ų informacija '),(13188,395,13,'VehicleManager :: Pardavimo valdymas'),(13189,396,13,'Užklausimas pirkti'),(13190,397,13,'Paslėptas pirkimas'),(13191,398,13,'Išsiųsti užklausimą'),(13192,399,13,'Siųsti pirkimo užklausimą'),(13193,400,13,'Siųsti pirkimo užklausimą'),(13194,401,13,'Nustatykite TAIP, jei norite gauti pranešimus elektroniniu paštu, kai lankytojas paspaus Užklausimas pirkti. Administratoriaus valdymo pulte dešinėje pusėje išrinkite, kokie vartotojai siųs šiuos pranešimus. Taip pat galite įrašyti savo atgalinį elektroninį paštą.Valdymo nustatymai.'),(13195,402,13,'Vartotojų grupės, kurios siųs pirkimo užklausimus'),(13196,403,13,'Vartotojų grupės, kurios siųs pranešimus'),(13197,404,13,'Pasirinkite, kurios vartotojų grupės siųs pirkimo užklausimus. Ši funkcija bus galima, jei aktyvuosite --Siųsti pasiūlymus-- ir nustatysite TAIP'),(13198,405,13,'Elektroninis paštas pirkimo užklausimui'),(13199,406,13,'Elektroninis paštas pirkimo užklausimui'),(13200,407,13,'Kur siųsti pranešimus, kai sudaromas naujas pirkimo užklausimas. Taip pat galite įvesti keletą elektroninių adresų, tačiau jie turi būti atskirti kableliais.'),(13201,408,13,'VehicleManager :: Nuostatos'),(13202,409,13,'Ištrinti'),(13203,410,13,'Foto '),(13204,411,13,'Rodyti Apžvalgos poziciją'),(13205,412,13,'Rodyti Apžvalgos poziciją'),(13206,413,13,'Nustatykite TAIP, jei norite, kad būtų atvaizduota apžvalgų kortelė.'),(13207,414,13,'Rodyti Vietą pozicija'),(13208,415,13,'Rodyti Vietą pozicija'),(13209,416,13,'Nustatykite TAIP, jei norite, kad būtų atvaizduota būvimo vietos kortelė.'),(13210,417,13,'Pridėti automobilį'),(13211,418,13,'Rodyti mygtuką<br />Pridėti automobilį'),(13212,419,13,'Rodyti mygtuką<br />Pridėti automobilį'),(13213,420,13,'Rodyti mygtuką Pridėti automobilį automobilių sąraše pačioje svetainėje'),(13214,421,13,'Aktyvuoti mygtuką<br />Pridėti automobilį'),(13215,422,13,'Aktyvuoti mygtuką<br />Pridėti automobilį'),(13216,423,13,'Aktyvuoti mygtuką Pridėti automobilį svetainėje. Ši funkcija bus galima, jeigu bus atkyvuotas --Rodyti mygtukas Pridėti automobilį-- ir nustatyta TAIP!'),(13217,424,13,'Show button<br />print PDF'),(13218,425,13,'Show button<br />print PDF'),(13219,426,13,'Shows button print PDF in the vehicle list in the frontend'),(13220,427,13,'Allow button<br />print PDF'),(13221,428,13,'Allow button<br />print PDF'),(13222,429,13,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(13223,430,13,'Show button<br />print View'),(13224,431,13,'Show button<br />print View'),(13225,432,13,'Shows button print View in the vehicle list in the frontend'),(13226,433,13,'Allow button<br />print View'),(13227,434,13,'Allow button<br />print View'),(13228,435,13,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(13229,436,13,'Show button<br />send Link'),(13230,437,13,'Show button<br />send Link'),(13231,438,13,'Shows button send Link in the vehicle list in the frontend'),(13232,439,13,'Allow button<br />send Link'),(13233,440,13,'Allow button<br />send Link'),(13234,441,13,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(13235,442,13,'Kontaktai'),(13236,443,13,'Rodyti kontaktus'),(13237,444,13,'Rodyti kontaktus'),(13238,445,13,'Atvaizduoti kontaktus kur \'Pagrindinis\' pozicija .'),(13239,446,13,'Nuotraukų pozicija'),(13240,447,13,'Įkeltų edokumentų vieta serveryje. Kelias iki bylų yra santykinis Joomla serveryje ir turi prasidėti ženklu a /'),(13241,448,13,'Nuotraukų pozicija'),(13242,449,13,'Galima nuomoti nuo'),(13243,450,13,'Galima nuomoti iki'),(13244,451,13,'Negalima nuomoti'),(13245,452,13,'Galima nuomoti'),(13246,453,13,'Jūsų automobilis sėkmingai išsaugotas mūsų duomenų bazėje. Mes patikrinsime jūsų užklausimą ir artimiausiu laiku įkelsime jūsų automobilį.<br />Ačiū, kad naudojatės mūsų paslaugomis'),(13247,454,13,'Vieta'),(13248,455,13,'Pagrindinis'),(13249,456,13,'---select---'),(13250,457,13,'For rent'),(13251,458,13,'For sale'),(13252,459,13,'negotiable,starting'),(13253,460,13,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(13254,461,13,'new,used'),(13255,462,13,'manual,automatic'),(13256,463,13,'active,offer,contract,closed,withdrawn'),(13257,464,13,'Fwd,Rwd,Awd,4wd,2wd'),(13258,465,13,'petrol,diesel,gas,electric,hybrid,unlisted'),(13259,466,13,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(13260,467,13,'4,5,6,8,10,12,16'),(13261,468,13,'none,2,3,4,5,6,7'),(13262,469,13,'Edit'),(13263,470,13,'Approved'),(13264,471,13,'Maker'),(13265,472,13,'Show my vehicles'),(13266,473,13,'all'),(13267,474,13,'from'),(13268,475,13,'to'),(13269,476,13,'list'),(13270,477,13,'gallery'),(13271,478,13,'User-selectable'),(13272,479,13,'Owner'),(13273,480,13,'Full XML'),(13274,481,13,'Id'),(13275,482,13,'Add Vehicle'),(13276,483,13,'Publish'),(13277,484,13,'Unpublish'),(13278,485,13,'Delete'),(13279,486,13,'Return vehicle from rent'),(13280,487,13,'Rent'),(13281,488,13,'You have not hevicles'),(13282,489,13,'Sorry, you have not access to this page'),(13283,490,13,'Show RSS'),(13284,491,13,'Show RSS or not'),(13285,492,13,'Show RSS'),(13286,493,13,'Allow RSS for'),(13287,494,13,'Allow RSS'),(13288,495,13,'Select users for whom allow RSS'),(13289,496,13,'Approve added vehicles'),(13290,497,13,'Approve added vehicles'),(13291,498,13,'Approve vehicles added'),(13292,499,13,'Allow approve'),(13293,500,13,'Allow approve'),(13294,501,13,'Choose users whom allow approve vehicles from frontend'),(13295,502,13,'View type'),(13296,503,13,'View type'),(13297,504,13,'Select view type for vehicles'),(13298,505,13,'Show location map'),(13299,506,13,'Location map'),(13300,507,13,'If choose \\\"yes\\\" then show location map '),(13301,508,13,'Save database after uninstall component:'),(13302,509,13,'Update'),(13303,510,13,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(13304,511,13,'Show owner'),(13305,512,13,'Show owner'),(13306,513,13,'Show vehicle owner or not'),(13307,514,13,'Rent request answer'),(13308,515,13,'Rent request answer'),(13309,516,13,'Send email to user about rent request solution'),(13310,517,13,'Accepted'),(13311,518,13,'Declined'),(13312,519,13,'Answer for your rent request'),(13313,520,13,'Your rent request for vehicle'),(13314,521,13,''),(13315,522,13,'no-img_eng_big.gif'),(13316,523,13,'Edit vehicle'),(13317,524,13,'Add Vehicle'),(13318,525,13,'Edit Vehicle'),(13319,526,13,'My vehicles'),(13320,527,13,'Show button<br />Owners List'),(13321,528,13,'Show owners list'),(13322,529,13,'If choose \\\"yes\\\" then show owners list in frontend'),(13323,530,13,'Allow button<br />Owners List'),(13324,531,13,'Allow owners list'),(13325,532,13,'Choose users, whom allow show owners list'),(13326,533,13,'Owners list'),(13327,534,13,'Owners list'),(13328,535,13,'Owners'),(13329,536,13,'Vehicles'),(13330,537,13,'User vehicles'),(13331,538,13,'There have not vehicles'),(13332,539,13,'You have not logined! If you want edit vehicle in future, then login!'),(13333,540,13,'Rent request'),(13334,541,13,'Vehicle with this Id do not find'),(13335,542,13,'You can\'t view this page because it not published'),(13336,543,13,'You can\'t view this page because it not approved by administrator'),(13337,544,13,'Check categories of vehicles'),(13338,545,13,'Are you sure?'),(13339,546,13,'Please select vehicles first!'),(13340,547,13,'Form for answer to rent request'),(13341,548,13,'Form for answer to rent request'),(13342,549,13,'Form for answer to rent request'),(13343,550,13,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(13344,551,13,'Buy request answer'),(13345,552,13,'Buy request answer'),(13346,553,13,'Send email to user about buy request solution'),(13347,554,13,'Form for answer to buy request'),(13348,555,13,'Form for answer to buy request'),(13349,556,13,'Form for answer to buy request'),(13350,557,13,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(13351,558,13,'Accepted'),(13352,559,13,'Declined'),(13353,560,13,'Publish added vehicles'),(13354,561,13,'Publish added vehicles'),(13355,562,13,'Publish vehicles added'),(13356,563,13,'Allow publish'),(13357,564,13,'Allow publish'),(13358,565,13,'Choose users whom allow publish vehicles'),(13359,566,13,'Date'),(13360,567,13,'Rent before end notify'),(13361,568,13,'Rent before end notify'),(13362,569,13,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(13363,570,13,'Rent end days'),(13364,571,13,'Rent end days'),(13365,572,13,'How much days before rent end send notify email'),(13366,573,13,'Rent end email'),(13367,574,13,'Rent end email'),(13368,575,13,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(13369,576,13,'Edit rent'),(13370,577,13,'VehicleManager - Edit vehicle rent details'),(13371,578,13,'User groups for which Contacts  will show'),(13372,579,13,'User groups for which Contacts  will show'),(13373,580,13,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(13374,581,13,' User groups for which Location tab will be shown'),(13375,582,13,' User groups for which Location tab will be shown'),(13376,583,13,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(13377,584,13,'User groups for which Reviews tab will be shown'),(13378,585,13,'User groups for which Reviews tab will be shown'),(13379,586,13,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(13380,587,13,'Show Buy Request'),(13381,588,13,'Show Buy request in the frontend'),(13382,589,13,'Set Yes to show the button Send Buy Request on the frontend.'),(13383,590,13,'User groups which will see button Send Buy Request'),(13384,591,13,'Allow Buy request'),(13385,592,13,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(13386,593,13,'Send Add vehicle Notification'),(13387,594,13,'Send Add vehicle Notification'),(13388,595,13,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(13389,596,13,'User groups from which Add vehicle notifications will be sent'),(13390,597,13,'User groups from which Add vehicle notifications will be sent'),(13391,598,13,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(13392,599,13,'Show fields in list view'),(13393,600,13,'This section helps to configure the view only but not to restrict user rights.'),(13394,601,13,'To show the [Price] a radio selector [Show price] must be checked.'),(13395,602,13,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(13396,603,13,'Community Builder plugin / My Vehicles menu item settings'),(13397,604,13,'Show my vehicles (in CB)'),(13398,605,13,'Show edit vehicles'),(13399,606,13,'Show rent requests'),(13400,607,13,'Show buy requests'),(13401,608,13,'Show user rent history'),(13402,609,13,'Show my vehicles to'),(13403,610,13,'Show edit vehicles to'),(13404,611,13,'Show rent requests to'),(13405,612,13,'Show buy requests to'),(13406,613,13,'Show user rent history to'),(13407,614,13,'Show my vehicles'),(13408,615,13,'Show edit vehicles'),(13409,616,13,'Show rent requests'),(13410,617,13,'Show buy requests'),(13411,618,13,'Show user rent history'),(13412,619,13,'Show button \'show my vehicles\' on CB plugin'),(13413,620,13,'Show my vehicles'),(13414,621,13,'Select user group for which will be show this button'),(13415,622,13,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(13416,623,13,'Show edit vehicles'),(13417,624,13,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(13418,625,13,'Show rent requests'),(13419,626,13,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(13420,627,13,'Show buy requsts'),(13421,628,13,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(13422,629,13,'Show my rent history'),(13423,630,13,'Calendar of availability and rental rates per period'),(13424,631,13,'Week'),(13425,632,13,'Weekend'),(13426,633,13,'Midweek'),(13427,634,13,'Year'),(13428,635,13,'Month'),(13429,636,13,'Calendar'),(13430,637,13,'Add price'),(13431,638,13,'Select price which are necessary to remove'),(13432,639,13,'Available date Not available date for rent'),(13433,640,13,'Not available date for rent'),(13434,641,13,'New price rent'),(13435,642,13,'Add new price rent'),(13436,643,13,'Calendar'),(13437,644,13,'User groups for which Calendar tab will be shown'),(13438,645,13,'Show Rent Calendar Tab'),(13439,646,13,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(13440,647,13,'Show Calendar Tab'),(13441,648,13,'Show Calendar Tab'),(13442,649,13,'Set Yes to show Calendar tab'),(13443,650,13,'Show owner'),(13444,651,13,'Show calendar'),(13445,652,13,'Show house calendar or not'),(13446,653,13,'Default price label for calendar'),(13447,654,13,'Default price labels for calendar (weekend, week, midweek)'),(13448,655,13,'Default price label for calendar'),(13449,656,13,'VehicleManager :: Featured Manager'),(13450,657,13,'Feature'),(13451,658,13,'Category'),(13452,659,13,'Published'),(13453,660,13,'Name Alias'),(13454,661,13,'Category Alias'),(13455,662,13,'Features'),(13456,663,13,'Image'),(13457,664,13,'Select photo if it is necessary to remove'),(13458,665,13,'Recommended image size 25 x 25 pixels'),(13459,666,13,'Categories for Manager Feature'),(13460,667,13,'Category must be entered, separated by commas'),(13461,668,13,'Categories for Manager Feature'),(13462,669,13,'Image for Manager Feature'),(13463,670,13,'Image for Manager Feature'),(13464,671,13,'If choose \\\"yes\\\" then show image for Manager Feature'),(13465,672,13,'Show categories for Manager Feature'),(13466,673,13,'Show categories for Manager Feature'),(13467,674,13,'If choose \\\"yes\\\" then show categories for Manager Feature'),(13468,675,13,'Currency'),(13469,676,13,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(13470,677,13,'Currency with coefficients'),(13471,678,13,'Show price sepaprator'),(13472,679,13,'Show price sepaprator'),(13473,680,13,'Show price sepaprator'),(13474,681,13,'Get geographic coordinates'),(13475,682,13,'Language'),(13476,683,13,'Show Custom Text Field 1'),(13477,684,13,'Show Custom Text Field 2'),(13478,685,13,'Show Custom Text Field 3'),(13479,686,13,'Show Custom Text Field 4'),(13480,687,13,'Show Custom Text Field 5'),(13481,688,13,'Show Custom Dropdown Field 6'),(13482,689,13,'Show Custom Dropdown Field 7'),(13483,690,13,'Show Custom Dropdown 8'),(13484,691,13,'Show Custom Dropdown 9'),(13485,692,13,'Show Custom Dropdown 10'),(13486,693,13,'Custom Fields Manager'),(13487,694,13,'Custom Text 1'),(13488,695,13,'Custom Text 2'),(13489,696,13,'Custom Text 3'),(13490,697,13,'Custom Text 4'),(13491,698,13,'Custom Text 5'),(13492,699,13,'Custom Dropdown Field 6'),(13493,700,13,'Custom Dropdown Field 7'),(13494,701,13,'Custom Dropdown Field 8'),(13495,702,13,'Custom Dropdown Field 9'),(13496,703,13,'Custom Dropdown Field 10'),(13497,704,13,'Extra1,Extra2,Extra3,Extra4,Extra5'),(13498,705,13,'Extra1,Extra2,Extra3,Extra4,Extra5'),(13499,706,13,'Extra1,Extra2,Extra3,Extra4,Extra5'),(13500,707,13,'Extra1,Extra2,Extra3,Extra4,Extra5'),(13501,708,13,'Extra1,Extra2,Extra3,Extra4,Extra5'),(13502,709,13,'Frontend Page Settings'),(13503,710,13,'Category Page Settings'),(13504,711,13,'Email and Notification Settings'),(13505,712,13,'Global Settings'),(13506,713,13,'Plugins Settings'),(13507,714,13,'Image Settings'),(13508,715,13,'Tabs Settings'),(13509,716,13,'Seller Contact Settings'),(13510,717,13,'Feature list settings'),(13511,718,13,'Extra Fields manager'),(13512,719,13,'Rent Request Options'),(13513,720,13,'Buy Request Options'),(13514,721,13,'eDocument Options'),(13515,722,13,'Price Settings'),(13516,723,13,'Show address on map'),(13517,724,13,'General Info'),(13518,725,13,'Specifications'),(13519,726,13,'Photos and Documents'),(13520,727,13,'Additional info'),(13521,728,13,'Seller Contacts'),(13522,729,13,'Required fields'),(13523,730,13,'Vehicle Details'),(13524,731,13,'Attachment Documents'),(13525,732,13,'Set size of main image - width/height in px'),(13526,733,13,'Vehicle gallery photo size'),(13527,734,13,'Set gallery photo size - width/height in px'),(13528,735,13,'VehicleManager :: Language Manager'),(13529,736,13,'Lang tag'),(13530,737,13,'Constant'),(13531,738,13,'Value constant'),(13532,739,13,'Sys type'),(13533,740,13,'All Categories Layout'),(13534,741,13,'Single Category Layout'),(13535,742,13,'Vehicle Page Layout'),(13536,743,13,'All Vehicles Layout'),(13537,744,13,'Common Settings'),(13538,745,13,'Allowed Exts eDocument'),(13539,746,13,'Allowed Exts Image'),(13540,747,13,'Price Format'),(13541,748,13,'Date & Time format'),(13542,749,13,'Date format'),(13543,750,13,'Time format'),(13544,751,13,'%Y - Year; %m - month;  %d - day'),(13545,752,13,'%H - hours; %i - minutes; %s - seconds'),(13546,753,13,'Price unit show'),(13547,754,13,'After'),(13548,755,13,'Before'),(13549,756,13,'Select price ditlimer os set youre.'),(13550,757,13,'Show price unit before or affter price'),(13551,758,13,'Owner custom email'),(13552,759,13,'The main image is absent'),(13553,760,13,'Select photos which are necessary to remove from photo gallery'),(13554,761,13,'Add new photo'),(13555,762,13,'Order By'),(13556,763,13,'No reviews for vehicle.'),(13557,764,13,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(13558,765,13,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(13559,766,13,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(13560,767,13,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(13561,768,13,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(13562,769,13,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(13563,770,13,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(13564,771,13,'Search Layout'),(13565,772,13,'Here You can select a layout for some view.'),(13566,773,13,'License text <br> Sys type(License Text)'),(13567,774,13,'Rent Requests'),(13568,775,13,'Sale Manager'),(13569,776,13,'Features Manager'),(13570,777,13,'Import/Export'),(13571,778,13,'Language Manager'),(13572,779,13,'Settings'),(13573,780,13,'Group'),(13574,781,13,'Count of cars'),(13575,782,13,'How many cars users can publish from a specific group.'),(13576,783,13,'Show PayPal buy'),(13577,784,13,'Allow PayPal buy'),(13578,785,13,'Show PayPal rent'),(13579,786,13,'Allow PayPal rent'),(13580,787,13,'Your PayPal email'),(13581,788,13,'Successful return url'),(13582,789,13,'After successful payment returns the buyer on your page.'),(13583,790,13,'Image url'),(13584,791,13,'Add image to PayPal page.'),(13585,792,13,'Cancel return url'),(13586,793,13,'If buyer press cancel in payment page, returns the buyer on your page.'),(13587,794,13,'Real(yes) or a test(no) PayPal account'),(13588,795,13,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(13589,796,13,'PayPal Options'),(13590,797,13,'Number of photos'),(13591,798,13,'How many photos in gallery users can publish from a specific group.'),(13592,799,13,'Total price: '),(13593,800,13,'Go now to PayPal'),(13594,801,13,'Special price per day'),(13595,802,13,'Special price per night'),(13596,803,13,'Add new special price and save'),(13597,804,13,'From'),(13598,805,13,'To'),(13599,806,13,'Price per day'),(13600,807,13,'Сalculate'),(13601,808,13,'Special price and rent time'),(13602,809,13,'Special price per day(\"yes\") or per night(\"no\")'),(13603,810,13,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(13604,811,13,'Pay'),(13605,812,13,'Language'),(13606,813,13,'Select Language'),(13607,814,13,'Clone'),(13608,815,13,'Orders'),(13609,816,13,'Message for Cancel URL text'),(13610,817,13,'Message for Successes URL text'),(13611,818,13,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(13612,819,13,'Category/All vehicle Layout Settings'),(13613,820,13,'Email Notification Options'),(13614,821,13,'Review Notification Options'),(13615,822,13,'Order ID'),(13616,823,13,'Vehicle title'),(13617,824,13,'Email'),(13618,825,13,'Date'),(13619,826,13,'Status'),(13620,827,13,'Price'),(13621,828,13,'Paid'),(13622,829,13,'Details'),(13623,830,13,'User'),(13624,831,13,'Username'),(13625,832,13,'Accept type/info: '),(13626,833,13,'Payment system: '),(13627,834,13,'Payer email: '),(13628,835,13,'Pending reason: '),(13629,836,13,'In your request encountered an error, please contact the administrator!'),(13630,837,13,'Please insert a Price for this house!'),(13631,838,13,'To add special prices, you must first save property !'),(13632,839,13,'Crop image'),(13633,840,13,'Set Yes to crop images and No to scale images'),(13634,841,13,'Insert the Message on page with notification about unsuccessfull payment'),(13635,842,13,'You do unsuccess payment!'),(13636,843,13,'Insert the Message on page with notification about successfull payment'),(13637,844,13,'You do success payment!'),(13638,845,13,'Video'),(13639,846,13,'Video source'),(13640,847,13,'Delete video'),(13641,848,13,'Add new video file'),(13642,849,13,'Track for video'),(13643,850,13,'Track download link'),(13644,851,13,'Delete track'),(13645,852,13,'Video and track support:'),(13646,853,13,'Add new track'),(13647,854,13,'Add alternative video'),(13648,855,13,'Upload video'),(13649,856,13,'Video download link'),(13650,857,13,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(13651,858,13,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(13652,859,13,'Kind (Specifies the kind of text track)'),(13653,860,13,'Src lang (language of the track)'),(13654,861,13,'Label (Specifies the title of the text track)'),(13655,862,13,'Upload track'),(13656,863,13,'Error uploading video!'),(13657,864,13,'Error uploading track!'),(13658,865,13,'Location of video'),(13659,866,13,'Location of track'),(13660,867,13,'Allowed Exts Video'),(13661,868,13,'Allowed Exts Track'),(13662,869,13,'Please insert an track kind'),(13663,870,13,'Please insert an track language'),(13664,871,13,'Please insert an track title'),(13665,872,13,'Video/Track Options'),(13666,873,13,'Options for user groups'),(13667,874,13,'Update options'),(13668,875,13,'Buttons Settings'),(13669,876,13,'Vehicle Maps Image, px:'),(13670,877,13,'Set maps image width/height in pixels'),(13671,878,13,'Vehicle Page Settings'),(13672,879,13,'Common Settings'),(13673,880,13,'AllCategories Layout Settings'),(13674,881,13,'Approve Published Review:'),(13675,882,13,'Approve Published For'),(13676,883,13,'Buttons Settings'),(13677,884,13,'Post max size in your PHP settings less than your video file.!'),(13678,885,13,'Upload max file size in your PHP settings less than your video file.!'),(13679,886,13,'File uploads is off in your PHP settings.!'),(13680,887,13,'Rent history'),(13681,888,13,'VehicleManager :: Rent Hisory'),(13682,889,13,'Users Rent History'),(13683,890,13,'VehicleManager :: Users Rent Hisory'),(13684,891,13,'OwnerID'),(13685,892,13,'Contact agent'),(13686,894,13,'View listing'),(13687,893,13,'Contact info'),(13688,895,13,'Your review has been added'),(13689,896,13,'Edit vehicles'),(13690,897,13,'Vehicle Location'),(13691,898,13,'Exterior & Interior'),(13692,899,13,'Attachments'),(13693,900,13,'VehicleManager : Orders'),(13694,901,13,'You have max photos. Limit for this users group'),(13695,902,13,'Address'),(13696,903,13,'Range(km)'),(13697,904,13,'Select Category'),(13698,905,13,'Search'),(13699,906,13,'Other'),(13700,907,13,'No reviews for vehicle'),(13701,908,13,'Captcha Settings'),(13702,909,13,'Show captcha<br />for review form'),(13703,910,13,'Show captcha for review form in the reviews tab on the frontend'),(13704,911,13,'Allow captcha<br />for review form'),(13705,912,13,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(13706,913,13,'Show captcha for<br />contact agent form'),(13707,914,13,'Show captcha for contact agent form in the reviews tab on the frontend'),(13708,915,13,'Allow captcha for<br />contact agent form'),(13709,916,13,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(13710,917,13,'Show captcha<br />for booking form'),(13711,918,13,'Show captcha for booking form in the reviews tab on the frontend'),(13712,919,13,'Allow captcha<br />for booking form'),(13713,920,13,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(13714,921,13,'Show button Add to Wish List'),(13715,922,13,'Show button Add to Wish List or not'),(13716,923,13,'Allow Wish List for'),(13717,924,13,'Select users for whom allow Wish List'),(13718,925,13,'Add to wishlist'),(13719,926,13,'Remove from wishlist'),(13720,927,13,'Google Map Options'),(13721,928,13,'Api Key'),(13722,929,13,'Field to enter google map api key'),(13723,930,13,'Google Maps API error: missing key map error!'),(13724,931,13,'To get Google Maps API key follow below link'),(13725,932,13,'Settings Layout Search Results '),(13726,933,13,'Show map<br />for layout search results'),(13727,934,13,'Show map for layout search results on the frontend'),(13728,935,13,'Allow map<br />for layout search results'),(13729,936,13,'Allow map for layout search results in the frontend.'),(13730,937,13,'Show order by form<br />for all layouts'),(13731,938,13,'Show order by form for all layouts on the frontend'),(13732,939,13,'Allow order by form<br />for all layouts'),(13733,940,13,'Allow order by form for all layouts in the frontend.'),(13734,941,13,'Show Contact Agent/Book Now Tab'),(13735,942,13,'Set Yes to show Contact Agent/Book Now tab'),(13736,943,13,'User groups for which Contact Agent/Book Now tab will be shown'),(13737,944,13,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(13738,946,13,'Options access to edit vehicles'),(13739,947,13,'Users group who will have access to edit users vehicles'),(13740,948,13,'Permit edit vehicles for other users'),(13741,949,13,'Select all users'),(13742,950,13,'Select the plugin in Vehicle Manager settings!'),(13743,951,13,'Show google captcha'),(13744,952,13,'Show google captcha'),(13745,953,13,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(13746,954,13,'Mandatory fields'),(13747,955,13,'Year of issue'),(13748,956,13,'Set \"YES\" make the field year of issue mandatory'),(13749,957,13,'Mileage'),(13750,958,13,'Set \"YES\" make the field mileage mandatory'),(13751,959,13,'Price'),(13752,960,13,'Set \"YES\" make the field price mandatory'),(13753,961,13,'Show search button<br>on frontend'),(13754,962,13,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(13755,963,13,'Show search button<br>for users'),(13756,964,13,'Select the user for which the search button on frontend will be displayed.'),(13757,965,13,'anonymous'),(13758,966,13,'New rent request added!'),(13759,967,13,'New buying request added!'),(13760,968,13,'New vehicle review added'),(13761,969,13,'SUBJECT'),(13762,970,13,'Rent expire Notice!'),(13763,971,13,'Add email user to <br /> send reply'),(13764,972,13,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(13765,973,13,'Add email user to review notification'),(13766,974,13,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(13767,975,13,'Add email user to vehicle notification'),(13768,976,13,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(13769,977,13,'Add email user to buying request notification'),(13770,978,13,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(13771,979,13,'Settings rent options on search page'),(13772,982,13,'Search Settings'),(13773,980,13,'Show available for rent'),(13774,981,13,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13775,983,13,'Show year of issue'),(13776,984,13,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13777,985,13,'Show price of vehicle'),(13778,986,13,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13779,987,13,'Show condition status'),(13780,988,13,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13781,989,13,'Show listing status'),(13782,990,13,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13783,991,13,'Show transmission type'),(13784,992,13,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13785,993,13,'Show maker'),(13786,994,13,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13787,995,13,'Show drive type'),(13788,996,13,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13789,997,13,'Show vehicle model'),(13790,998,13,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13791,999,13,'Show number cylinders'),(13792,1000,13,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13793,1001,13,'Show vehicle type'),(13794,1002,13,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13795,1003,13,'Show number speeds'),(13796,1004,13,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13797,1005,13,'Show listing type'),(13798,1006,13,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13799,1007,13,'Show vehicle fuel type'),(13800,1008,13,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13801,1009,13,'Show vehicle price type'),(13802,1010,13,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13803,1011,13,'Show vehicle number doors'),(13804,1012,13,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13805,1013,13,'Show vehicle category'),(13806,1014,13,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13807,1015,13,'Show vehicle ID'),(13808,1016,13,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13809,1017,13,'Show vehicle description'),(13810,1018,13,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13811,1019,13,'Show title'),(13812,1020,13,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13813,1021,13,'Show address'),(13814,1022,13,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13815,1023,13,'Show country'),(13816,1024,13,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13817,1025,13,'Show region'),(13818,1026,13,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13819,1027,13,'Show city'),(13820,1028,13,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13821,1029,13,'Show district'),(13822,1030,13,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13823,1031,13,'Show zipcode'),(13824,1032,13,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13825,1033,13,'Show owner'),(13826,1034,13,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13827,1035,13,'Show mileage'),(13828,1036,13,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13829,1037,13,'Show contact information'),(13830,1038,13,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13831,1039,13,'Show engine type'),(13832,1040,13,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13833,1041,13,'Show city MPG/KPL'),(13834,1042,13,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13835,1043,13,'Show highway MPG/KPL'),(13836,1044,13,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13837,1045,13,'Show wheelbase'),(13838,1046,13,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13839,1047,13,'Show wheeltype'),(13840,1048,13,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13841,1049,13,'Show rear axel type'),(13842,1050,13,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13843,1051,13,'Show brakes type'),(13844,1052,13,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13845,1053,13,'Show exterior colors'),(13846,1054,13,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13847,1055,13,'Show exterior extras'),(13848,1056,13,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13849,1057,13,'Show interior colors'),(13850,1058,13,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13851,1059,13,'Show dashboard options'),(13852,1060,13,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13853,1061,13,'Show interior extras'),(13854,1062,13,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13855,1063,13,'Show safety options'),(13856,1064,13,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13857,1065,13,'Show warranty options'),(13858,1066,13,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13859,1067,13,'Show exactly to all'),(13860,1068,13,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13861,1069,13,'Show search keywords'),(13862,1070,13,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(13863,1071,13,'Options for search button'),(13864,1072,13,'Options for fields in Advance Search Layout'),(13865,1073,13,'Options for search form'),(13866,1074,13,'Show search form on nothing found page'),(13867,1075,13,'Show search form on nothing found page. Set \"YES\" show search form.'),(13868,1076,13,'Show search form on result search page'),(13869,1077,13,'Show search form on result search page. Set \"YES\" show search form.'),(13870,1078,13,'Redirect settings'),(13871,1079,13,'Redirect settings for rent'),(13872,1080,13,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(13873,1081,13,'Redirect settings for sale'),(13874,1082,13,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(13875,945,13,'Access to edit vehicles from other users'),(13876,1083,13,'Show country, region and<br>city option as text field'),(13877,1084,13,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(13878,1085,13,'How fields Country, Region and City use'),(13879,1086,13,'Settings for Search Layout'),(13880,1087,13,'Select Search Layout by default'),(13881,1088,13,'Select search layout by default on the frontend!'),(13882,1089,13,'Order field settings'),(13883,1090,13,'Select order by default'),(13884,1091,13,'Select an option to sort by default the search result.'),(13885,1092,13,'Vehicle slider option'),(13886,1093,13,'Show vehicle as slider'),(13887,1094,13,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(13888,1095,13,'Input initial-final year'),(13889,1096,13,'Input initial and final year of calendar. Final year value should be more then initial value.'),(13890,1097,13,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(13891,1098,13,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(13892,1099,13,'Show fraction in price'),(13893,1100,13,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(13894,1101,13,'Count Vehicles in row'),(13895,1102,13,'More than 1199px'),(13896,1103,13,'More than 1199px'),(13897,1104,13,'Less than 1200px andmore than 991px'),(13898,1105,13,'Less than 1200px andmore than 991px'),(13899,1106,13,'Less than 992px andmore than 767px'),(13900,1107,13,'Less than 992px andmore than 767px'),(13901,1108,13,'Less than 768px andmore than 489px'),(13902,1109,13,'Less than 768px andmore than 489px'),(13903,1110,13,'User order'),(13904,1111,13,'Watermark settings'),(13905,1112,13,'Enable watermark'),(13906,1113,13,'Watermark text'),(13907,1114,13,'Watermark size, %'),(13908,1115,13,'Font color'),(13909,1116,13,'Font angle'),(13910,1117,13,'Watermark position'),(13911,1118,13,'Watermark opacity'),(13912,1119,13,'Set Yes to show watermark'),(13913,1120,13,'Watermark text'),(13914,1121,13,'Watermark size, %'),(13915,1122,13,'Font color for watermark'),(13916,1123,13,'Font angle for watermark'),(13917,1124,13,'Watermark position for watermark'),(13918,1125,13,'Watermark opacity for watermark'),(13919,1127,13,'Watermark Type'),(13920,1128,13,'Select file for watermark'),(13921,1129,13,'Text or Image'),(13922,1130,13,'Select image for Watermark'),(13923,1126,13,'Categories order by default'),(13924,1131,13,'All vehicles'),(13925,1132,13,'Title'),(13926,1133,13,'Maker'),(13927,1134,13,'Model'),(13928,1135,13,'Description'),(13929,1136,13,'Vehicle ID'),(13930,1137,13,'Location'),(13931,1138,13,'Country'),(13932,1139,13,'City'),(13933,1140,13,'Region'),(13934,1141,13,'Zipcode'),(13935,1142,13,'Search by'),(13936,1143,13,'Please select only one value'),(13937,1144,13,'Min size image for watermark'),(13938,1145,13,'Minimum image size to include watermark'),(13939,1146,13,'Rent From and Rent Until fields  are required!'),(13940,1147,13,'Allow price as string'),(13941,1148,13,'Set \"yes\", if you want display price as string. '),(13942,1149,13,'You typed bad characters from picture!'),(13943,1150,13,'Slider settings'),(13944,1151,13,'The height of the slider is measured as a percentage of the slider width'),(13945,1152,13,'Slider height, %'),(13946,1153,13,'Slide show type \"Filling in\" or \"Proportionally\"'),(13947,1154,13,'Slide show type'),(13948,1155,13,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(13949,1156,13,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(13950,1157,13,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(13951,1158,13,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(13952,1159,13,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(13953,1160,13,'Payment system Options'),(13954,1161,13,'Show button \"Buy\" for sale vehicles'),(13955,1162,13,'Allow button \"Buy\" for sale vehicles'),(13956,1163,13,'Show button \"Buy\" for rent vehicles'),(13957,1164,13,'Allow button \"Buy\" for rent vehicles'),(13958,2,14,'Kjøretøy'),(13959,3,14,'Våre kjøretøy for utleie og salg'),(13960,4,14,'Søk etter kjøretøy'),(13961,5,14,'Søk etter kjøretøy'),(13962,6,14,'no-img_eng.gif'),(13963,7,14,'Du har ikke tilgamg til å utføre denne operasjonen!'),(13964,8,14,'OK'),(13965,9,14,'Status'),(13966,10,14,'VehicleManager :: Import/Export'),(13967,11,14,'Du må legge til en kategori i seksjonen først.'),(13968,12,14,'Velg'),(13969,13,14,'CSV File'),(13970,14,14,'XML File'),(13971,15,14,'Du må velge en type for import'),(13972,16,14,'Du må velge en kategori å importere'),(13973,17,14,'Du må velge en fil å importere'),(13974,18,14,'Du må velge en type for eksport'),(13975,19,14,'Importtype'),(13976,20,14,'Velg filformat'),(13977,21,14,'Velg filformat'),(13978,22,14,'Kategori'),(13979,23,14,'Kategori'),(13980,24,14,'Velg kategori'),(13981,25,14,'Importfil'),(13982,26,14,'Importfil'),(13983,27,14,'Velg importfil'),(13984,28,14,'Dette CSV formatet supporteres:<br />VehicleID | Description | Link | Listing type |  Location | Price | Title | ...'),(13985,29,14,'Export type'),(13986,30,14,'Velg filformat'),(13987,31,14,'Velg filformat'),(13988,32,14,'Kategori'),(13989,33,14,'Kategori'),(13990,34,14,'Velg kategori'),(13991,35,14,'Exportresultat'),(13992,36,14,'Du kan laste ned ønsket Export på følgende URL (høyreklikk for å lagre):'),(13993,37,14,'OBS! Filene lagres på serveren slik at du må slette disse manuelt.'),(13994,38,14,'VehicleManager :: Kategorier'),(13995,39,14,'Kategori'),(13996,40,14,'Kjøretøy'),(13997,41,14,'Publisert'),(13998,42,14,'Sorter'),(13999,43,14,'Tilgang'),(14000,44,14,'Sjekket ut av'),(14001,45,14,'Legg till'),(14002,46,14,'Editer'),(14003,47,14,'Kategorinavn kan ikke være blank'),(14004,48,14,'Kategorier'),(14005,49,14,'- Velg bilde -'),(14006,50,14,'Topp'),(14007,51,14,'Kategorialias'),(14008,52,14,'Kategoritittel'),(14009,53,14,'Sortering'),(14010,54,14,'Bilde'),(14011,55,14,'Bildeposisjon'),(14012,56,14,'\\\"Parent Item\\\"'),(14013,57,14,'Forhåndsvisning er ike tilgjengelig'),(14014,58,14,'Detaljer'),(14015,59,14,'Deleted'),(14016,60,14,'VehicleManager - Utleie av kjøretøy'),(14017,61,14,'VehicleManager - Retur av utlånt kjøretøy'),(14018,62,14,'Import'),(14019,63,14,'Export'),(14020,64,14,'- Alle kategorier'),(14021,65,14,'Velg kategori'),(14022,66,14,'Velg utleiekjøretøy'),(14023,67,14,'- Alle kjøretøy'),(14024,68,14,'Utleie'),(14025,69,14,'Ikke utleie'),(14026,70,14,'Velg publisert'),(14027,71,14,'- Alle kjøretøy'),(14028,72,14,'Ikke publisert'),(14029,73,14,'Publisert'),(14030,74,14,'- All Users'),(14031,75,14,'Søk kjøretøy'),(14032,76,14,'Søk kjøretøy'),(14033,77,14,'Søkeord'),(14034,78,14,'Søk'),(14035,79,14,'Ingenting funnet.'),(14036,80,14,'VehicleManager :: Kjøretøy'),(14037,81,14,'Søk:'),(14038,82,14,'Du må først opprette en kategori for denne seksjonen.'),(14039,83,14,'Exactly to all'),(14040,84,14,'Advanced<br />search'),(14041,85,14,'from'),(14042,86,14,'to'),(14043,87,14,'Year'),(14044,88,14,'Pris'),(14045,89,14,'Listing type'),(14046,90,14,'Listing status'),(14047,91,14,'Prisklasse'),(14048,92,14,'Modell'),(14049,93,14,'Tittel'),(14050,94,14,'KjøretøyID '),(14051,95,14,'Resultat '),(14052,96,14,'Beskrivelse '),(14053,97,14,'Kategori '),(14054,98,14,'# Kjøretøy '),(14055,99,14,'Vis '),(14056,100,14,'Adresse '),(14057,101,14,'Country'),(14058,102,14,'Region'),(14059,103,14,'City'),(14060,104,14,'District'),(14061,105,14,'Zipcode'),(14062,106,14,'Latitude '),(14063,107,14,'Longitude '),(14064,108,14,'No location available'),(14065,109,14,'Type kjøretøy '),(14066,110,14,'Tilstand '),(14067,111,14,'Kjørelengde '),(14068,112,14,'Girkasse '),(14069,113,14,'Motortype '),(14070,114,14,'Årsmodell '),(14071,115,14,'Hjuldrift '),(14072,116,14,'Drivstoff '),(14073,117,14,'Antall gir '),(14074,118,14,'Antall sylindre '),(14075,119,14,'Antall dører '),(14076,120,14,'Sitteplasser '),(14077,121,14,'Forbruk bykjøring l/mil '),(14078,122,14,'Blandetkjøring l/mil '),(14079,123,14,'Hjuldimensjon '),(14080,124,14,'Hjultype '),(14081,125,14,'Type bakaksel '),(14082,126,14,'Bremser '),(14083,127,14,'Eksteriørfarge '),(14084,128,14,'Annet eksteriør '),(14085,129,14,'Interiørfarge '),(14086,130,14,'Dashboardutstyr '),(14087,131,14,'Interiørutstyr '),(14088,132,14,'Sikkerhetsutstyr '),(14089,133,14,'Garanti '),(14090,134,14,'Basis '),(14091,135,14,'Drivverk '),(14092,136,14,'Rustbeskyttelse '),(14093,137,14,'Veiassistanse '),(14094,138,14,'Ditt telefonnummer'),(14095,139,14,'Poeng'),(14096,140,14,'URL til bilde'),(14097,141,14,'Bilde'),(14098,142,14,'Buy from link'),(14099,143,14,'Leie til'),(14100,144,14,'Leie fra'),(14101,145,14,'Leie fram til'),(14102,146,14,'Rent return'),(14103,147,14,'Leid fra - til'),(14104,148,14,'ukjent'),(14105,149,14,'Bruker'),(14106,150,14,'epost'),(14107,151,14,'Postadresse'),(14108,152,14,'Telefonnr.'),(14109,153,14,'Leie inntil: '),(14110,154,14,'Treff'),(14111,155,14,'Sorter'),(14112,156,14,'Lei ut'),(14113,157,14,'Publisert'),(14114,158,14,'Utsjekket'),(14115,159,14,'Vurdert dato'),(14116,160,14,'Underkategori'),(14117,161,14,'Last opp hovedbilde'),(14118,162,14,'klikk for å laste opp nye bilder til fotogalleriet'),(14119,163,14,'Hvis du laster opp et bilde så vil URLen til gjeldende bilde bli slettet og resatt til opplastet bilde.'),(14120,164,14,'Feil ved opplasting av bildefil! Benytt kun bilder med disse formatene(jpg, png, gif)'),(14121,165,14,'Leie informasjon'),(14122,166,14,'Aktuelt edocument'),(14123,167,14,'Last opp edocument'),(14124,168,14,'Last ned edocument'),(14125,169,14,'Slett edocument'),(14126,170,14,'edocument'),(14127,171,14,'Feil ved opplasting av edocument!'),(14128,172,14,'Status'),(14129,173,14,'Nødvendig'),(14130,174,14,'Legg til vurdering'),(14131,175,14,'Vurderinger'),(14132,176,14,'Lagre'),(14133,177,14,'Utleie forespørsel'),(14134,178,14,'Send Utleie forespørsel'),(14135,179,14,'Vurder'),(14136,180,14,'Tittel'),(14137,181,14,'Vurdering'),(14138,182,14,'Kommentar'),(14139,183,14,'Anonym'),(14140,184,14,'Number click'),(14141,185,14,'Shows'),(14142,186,14,'Kjøretøytittel'),(14143,187,14,'Klikk på kartet for å velge kjøretøyets plassering:'),(14144,188,14,'Legg til en tittel for din anmeldelse'),(14145,189,14,'Legg til en tekst for din anmeldelse'),(14146,190,14,'Legg til en vurdering for din anmeldelse'),(14147,191,14,'Skriv et navn for din leieforespørsel'),(14148,192,14,'Angi en gyldig epostadresse for din leieforespørsel'),(14149,193,14,'Angi en gyldig adresse for din leieforespørsel'),(14150,194,14,'Angi returdato for leieforespørselen'),(14151,195,14,'Please enter at least one vehicle photo!'),(14152,196,14,'Ikke angitt'),(14153,197,14,'Arabic'),(14154,198,14,'Brasil Portugesisk'),(14155,199,14,'Danish'),(14156,200,14,'Nederlansk'),(14157,201,14,'Engelsk'),(14158,203,14,'Bosnian'),(14159,202,14,'Farsi'),(14160,204,14,'Fransk'),(14161,205,14,'Tysk'),(14162,206,14,'Ungarsk'),(14163,207,14,'Italiensk'),(14164,208,14,'Lithuanian'),(14165,209,14,'Norwegian'),(14166,210,14,'Polski'),(14167,211,14,'Portuguese'),(14168,212,14,'Rumensk'),(14169,213,14,'Russisk'),(14170,216,14,'Slovensk'),(14171,214,14,'Spansk'),(14172,215,14,'Tyrkisk'),(14173,217,14,'Nei'),(14174,218,14,'Ja'),(14175,219,14,'Kjøretøytittel blir endret av en annen administrator'),(14176,220,14,'Feil ved sletting av kjøretøy!'),(14177,221,14,'Add Vehicle notification email'),(14178,222,14,'Innstillinger av Frontend'),(14179,223,14,'Innstillinger av Backend'),(14180,224,14,'Automatisk øking av kjøretøyID '),(14181,225,14,'Øk kjøretøyID automatisk '),(14182,226,14,'JA hvis du ønsker automatisk teller for kjøretøyID, NEI hvis du vil fylle inn manuelt'),(14183,227,14,'edocument support'),(14184,228,14,'edocument support'),(14185,229,14,'JA hvis du vil aktivere edocument support for administrator.'),(14186,230,14,'Plassering av edocuments'),(14187,231,14,'edocument plassering'),(14188,232,14,'plasseringen av opplastede edocuments på serveren. Stien er relativ til Joomla katalogen og må starte og slutte med en /'),(14189,233,14,'Vis edocument nedlastingslink'),(14190,234,14,'Vis edocument nedlasing på frontend'),(14191,235,14,'JA hvis du vil vise edocument nedlastingslink på frontend.'),(14192,236,14,'Vis anmeldelser'),(14193,237,14,'Vis anmeldelser i frontend'),(14194,238,14,'JA hvis du vil aktivere kjøretøyanmeldelser for brukere på nettstedet.'),(14195,239,14,'Tillat anmeldelser'),(14196,240,14,'Tillat anmeldelser'),(14197,241,14,'Tillat anmeldelser i frontend. Denne funksjonen vil kun bli aktivert hvis \\\"Vis anmeldelser\\\" også er satt til JA!'),(14198,242,14,'Vis leiestatus'),(14199,243,14,'Vis leiestatus i frontend'),(14200,244,14,'JA hvis du vil vise aktuell utleiestatus i frontend.'),(14201,245,14,'Tillat leieforespørsler'),(14202,246,14,'Tillat leieforespørsler'),(14203,247,14,'Tillat leieforespørsler i frontend. Denne funksjonen vil kun bli aktivert dersom --Vis utleiestatus-- også er satt til JA!'),(14204,248,14,'Vis pris'),(14205,249,14,'Vis pris'),(14206,250,14,'Vis kjøretøyets pris i frontend'),(14207,251,14,'Antall kjøretøy pr. side.'),(14208,252,14,'Angi antall kjøretøy som skal vises pr. side.'),(14209,253,14,'Sideoppsett.'),(14210,254,14,'Kjøretøyets bildestørrelse'),(14211,255,14,'Kjøretøyets bildestørrelse'),(14212,256,14,'Angi bildestørrelse - høyde/bredde i px'),(14213,257,14,'Kjøretøy viktigste bildene størrelse'),(14214,258,14,'Angi viktigste bilder størrelse - høyde / bredde på px'),(14215,259,14,'Kjøretøy viktigste bildene størrelse'),(14216,260,14,'Vehicle gallery photo size'),(14217,261,14,'Vehicle gallery photo size'),(14218,262,14,'Set gallery photo size - width/height in px'),(14219,263,14,'Vehicle upload photo size'),(14220,264,14,'Vehicle upload photo size'),(14221,265,14,'Set upload photo size - width/height in px'),(14222,266,14,'Antall på siden'),(14223,267,14,'Antall på siden'),(14224,268,14,'Angi antall kjøretøy som skal vises pr. side.'),(14225,269,14,'Add Vehicle email'),(14226,270,14,'An email address for notifying about new vehicle has been added on'),(14227,271,14,'epost anmeldelse'),(14228,272,14,'epost anmeldelse'),(14229,273,14,'Hvor skal meldingen om ny anmeldelse sendes. Du kan angio flere adresser separert med et komma.'),(14230,274,14,'epost med leieforespørsel'),(14231,275,14,'epost med leieforespørsel'),(14232,276,14,'Hvor skal meldingen om ny leieforespørsel sendes. Du kan angio flere adresser separert med et komma.'),(14233,277,14,'VehicleManager :: Leieforespørsel'),(14234,278,14,'VehicleManager :: Om'),(14235,279,14,'Om'),(14236,280,14,'Releasenote'),(14237,281,14,'Changelog'),(14238,282,14,'Velkommen til VehicleManager'),(14239,283,14,'Thank you for using our component!<br /><br />\\r\\nVehicleManager allows you to manage large vehicle catalogues. It comes with category and subcategory support and you can add a VehicleID for your internal reference. Rent management is built-in, with a rent request possibility for users of your website. VehicleManager also offers the possibility of vehicle reviews by users, with review management in the backend. Edocument support is built-in. Vehicle information and vehicle photos can be entered manually. <br/ ><br />\\r\\nNOTES: <br/ >\\r\\n- for the download of photos to your server to work, you need to compile PHP5 with CURL support<br />\\r\\n- for CSV export to work, you need to compile PHP5 with XSL support<br/ >\\r\\n- for CAPTCHA to work, you need to compile PHP5 with GD support<br />\\r\\n<br />\\r\\nOn the website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> you can find VehicleManager Manuals, additional Language files, Support Forums and also download additional modules and plugins.<br />\\r\\n<br />\\r\\nWe are available for Custom Development if you want a new feature added to VehicleManager. Please mail your exact requirements to <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> and we will get back to you with a quote. When you order a paid Customisation, you will receive the next PRO version with your custom feature added.'),(14240,284,14,'The fields below only need to be filled in manually when you have set '),(14241,285,14,'. otherwise they will be ignored.'),(14242,286,14,'Leieforespørsel'),(14243,287,14,'Listen viser kjøretøy valgt for utleie.<br />Dersom listen er tom, sjekk valgene dine på nytt.'),(14244,288,14,'Fullt navn'),(14245,289,14,'epost'),(14246,290,14,'Din postadresse'),(14247,291,14,'Returdato for leie.'),(14248,292,14,'Leie fra'),(14249,293,14,'Din forespørsel er lagret i vår database. Vi kommer tilbake med et svar så fort som mulig..<br />Takk for at du benytter vår tjeneste.'),(14250,294,14,'Din forespørsel om kjøp er lagret, vi kommer tilbake med et svar så fort som mulig.<br />Takk for at du benytter vår tjeneste'),(14251,295,14,'VehicleManager: Leieforespørselen er akseptert'),(14252,296,14,'Kjøretøyet'),(14253,297,14,'kjøretøyet du ønsket er allereder utleid.'),(14254,298,14,'Lagre'),(14255,299,14,'Lei kjøretøy'),(14256,300,14,'Retur av utleid kjøretøy'),(14257,301,14,'Godkjenn forespørsel'),(14258,302,14,'Avvis forespørsel'),(14259,303,14,'Importer kjøretøy'),(14260,304,14,'Eksporter kjøretøy'),(14261,305,14,'Slett anmeldelse'),(14262,306,14,'Rediger anmeldelse'),(14263,307,14,'Generell informasjon:'),(14264,308,14,'Versjon:'),(14265,309,14,'Utgivelsesdato:'),(14266,310,14,'Prosjektlink:'),(14267,311,14,'Prosjektvert:'),(14268,312,14,'Lisens:'),(14269,313,14,'This program is distributed in the hope that it will be useful, but without any warranty. See the included LICENSE.TXT for more details.'),(14270,314,14,'Utviklet av:'),(14271,315,14,'Hjemmeside'),(14272,316,14,'URL til edocumentets nedlastingslink'),(14273,317,14,'Tillat nedlasting av edocuments'),(14274,318,14,'Tillat nedlasting av edocuments i frontend. Funksjonen krever at --Vis link til nedlasting av edokument-- også settes til JA'),(14275,319,14,'Tillat edocuments nedlasting'),(14276,320,14,'Tillat pris:'),(14277,321,14,'Tillat pris i frontend. Funksjonen krever at--Vis pris-- også er satt til JA!'),(14278,322,14,'Tillat pris'),(14279,323,14,'VehicleManager :: Anmeldelser'),(14280,324,14,'Tittel på kjøretøy'),(14281,325,14,'Tittel på vurdering'),(14282,326,14,'Tast inn bokstaver og tall som vises i bildet ovenfor, i boksen under.'),(14283,327,14,'Skriv ut'),(14284,328,14,'Velg kolonner som skal skrives ut og velg Neste!'),(14285,329,14,'Font størrelse'),(14286,330,14,'Format'),(14287,331,14,'Vis edocumentets nedlastingslisens'),(14288,332,14,'Vis edocumentets nedlastingslisens godta/ikke godta før edokumentet kan lastes ned i frontend.'),(14289,333,14,'Vis edocumentets nedlastingslisens'),(14290,334,14,'Lisense Agreement'),(14291,335,14,'Godta?'),(14292,336,14,'Legg til anmeldelse'),(14293,337,14,'Skjul anmeldelse'),(14294,338,14,'Show button Kjøp nå'),(14295,339,14,'Vis knapp Kjøp nå'),(14296,340,14,'Vis knapp Kjøp nå ved siden av kjøretøyet i frontende'),(14297,341,14,'Tillat knappen Kjøp nå:'),(14298,342,14,'Vis knappen Kjøp nå i frontend for valgte kategorier. Funksjonen aktivereskun hvis --Vis knappen Kjøp nå-- også er satt til JA! Du kan velge flere kategorier.'),(14299,343,14,'Tillat knappen Kjøp nå'),(14300,344,14,'Full dataeksport'),(14301,345,14,'Full dataimport'),(14302,346,14,'Denne operasjonen sletter ALLE data før import. Vil du fortsette?'),(14303,347,14,'\\r\\n<strong>CSV&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>At the moment the following CSV format is supported:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>Fields are separated by a pipe character (<strong>&nbsp;|&nbsp;</strong>)</li>\\r\\n	<li>You can import a whole list with just VehicleID by leaving the other fields empty, for example:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li><strong>WARNING:</strong>&nbsp;do not use CSV import if there are Vehicle Reviews present, in that case use full data import!</li>\\r\\n<li> <strong> ADVARSEL: </ strong> & nbsp; assosiasjoner mellom husene blir ikke lagret </ li>\n<li> <strong> ADVARSEL: </ strong> & nbsp; du må laste opp bilder enkeltvis, ingen bilder blir lagret </ li>!</ul>\\r\\n<strong>XML&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>import in XML формат</li>\\r\\n	<li><strong>WARNING:</strong>&nbsp;do not use XML import if there are Vehicle Reviews present, in that case use full data import!</li>\\r\\n</ul>\\r\\n<strong>FULL&nbsp;DATA&nbsp;IMPORT:</strong>\\r\\n<ul>\\r\\n	<li>This import will import all VehicleManager data and restore all fields and details</li>\\r\\n	<li>This option will overwrite ALL existing entries, so be careful when using it!</li>\\r\\n	<li>For save all Vehicles photos, please save all files from folder: --components/com_vehiclemanager/photos--!</li>\\r\\n	<li>For save all Vehicles eDocuments, please save all files from folder what you set in  setting backent --Location of edocuments--!</li>\\r\\n</ul>'),(14304,348,14,'\\r\\n<strong>CSV&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>CSV export will contain all fields for further editing in a text editor or spreadsheet application</li>\\r\\n	<li>Please note that for subsequent import, only the following CSV format is supported:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\r\\n	<li>You can also import later including Vehicle Reviews, use FULL export instead!</li>\\r\\n<li> <strong> ADVARSEL: </ strong> & nbsp; assosiasjoner mellom husene blir ikke lagret </ li>\n<li> <strong> ADVARSEL: </ strong> & nbsp; du må laste opp bilder enkeltvis, ingen bilder blir lagret </ li>!</ul>\\r\\n<strong>XML&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>XML export is the preferred way to export vehicles with Vehicle Descriptions</li>\\r\\n	<li>XML export will contain all vehicle details, including Descriptions, ready for later import</li>\\r\\n</ul>\\r\\n<strong>FULL&nbsp;DATA&nbsp;EXPORT:</strong>\\r\\n<ul>\\r\\n	<li>This export will export all VehicleManager data and save all fields and entries</li>\\r\\n	<li>You can later use these files to restore your VehicleManager data in full</li>\\r\\n	<li>This subsequent import will overwrite ALL existing entries, so be careful when using it!</li>\\r\\n	<li>To restore all vehicle photos, please restore all files from folder: --components/com_vehiclemanager/photos--!</li>\\r\\n	<li>To restore all vehicle eDocuments, please restore all files from the folder you have set in [Settings Backend] -- [Location of edocuments]</li>\\r\\n</ul>'),(14305,349,14,'Send anmeldelsesnotis'),(14306,350,14,'Send anmeldelsesnotis'),(14307,351,14,'Set to YES if you want to be notified through email when a user adds a Vehicle Review. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(14308,352,14,'User groups from which Review notifications will be sent'),(14309,353,14,'User groups from which Review notifications will be sent'),(14310,354,14,'Choose which user groups will send Review notifications. This function will be activated only if --Send Review Notification-- is also set to YES'),(14311,355,14,'Send Rent Request  Notification'),(14312,356,14,'Send Rent Request  Notification'),(14313,357,14,'Set to YES if you want to be notified through email when a user submits a Rent Request. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(14314,358,14,'User groups from which Rent Request notifications will be sent'),(14315,359,14,'User groups from which Rent Request notifications will be sent'),(14316,360,14,'Choose which user groups will send Rent Request notifications. This function will be activated only if --Send Rent Request Notification-- is also set to YES'),(14317,361,14,'Vurder kommentar'),(14318,362,14,'Egne kategoribilder'),(14319,363,14,'Egne kategoribilder'),(14320,364,14,'hvis satt til JA, så kan du angi egne bilder for hver enkelt kategori istedet for standard mappeikon. Du kan justere kategoribildene i VehicleManager - Manage&nbsp;Categories - Edit - Select&nbsp;image'),(14321,365,14,'Vis subkategori'),(14322,366,14,'Show for single subcategory'),(14323,367,14,'Vis subkategori'),(14324,368,14,'Hvis satt til JA, så vil underkategorier vises for alle kategorier'),(14325,369,14,'If set to YES, you will see subcategory for single select category'),(14326,370,14,'Du kan ikke returnere utleie for kjøretøy som ikke er utleid'),(14327,371,14,'Angi et utvalg fra lista for leie av kjøretøy'),(14328,372,14,'Angi et utvalg fra lista for retur av utleie'),(14329,373,14,'Angi et utvalg fra lista for å godta forespørsler'),(14330,374,14,'Angi et utvalg fra lista for å avslå forespørsler'),(14331,375,14,'Du må velge en type for import!'),(14332,376,14,'Du må velge en type for eksport!'),(14333,377,14,'Sett inn en tittel for dette kjøretøyet'),(14334,378,14,'Sett inn kjøretøyID for dette kjøretøyet'),(14335,379,14,'Det finnes allerede et kjøretøy med denne ID!'),(14336,380,14,'Du må velge en kategori for kjøretøyet!'),(14337,381,14,'Angi et navn for kjøpsforespørselen!'),(14338,382,14,'Angi en gyldig epostadresse for kjøpsforespørselen!'),(14339,383,14,'Angi et gyldig telefonnummer for kjøpsforespørselen!'),(14340,384,14,'Nødvendige felter'),(14341,385,14,'Anbefalte felter'),(14342,386,14,'Adressefelter'),(14343,387,14,'Utstyr'),(14344,388,14,'Exteriørutstyr'),(14345,389,14,'Interiørutstyr'),(14346,390,14,'Annet utstyr'),(14347,391,14,'Bilde håndtering'),(14348,392,14,'Kjøretøy-fotogalleri'),(14349,393,14,'Advertisment'),(14350,394,14,'Kundens opplysninger '),(14351,395,14,'VehicleManager :: Sale Manager'),(14352,396,14,'Kjøpsforespørsel'),(14353,397,14,'Skjult bud'),(14354,398,14,'Send forespørsel'),(14355,399,14,'Send en melding om kjøpsforespørselen'),(14356,400,14,'Send melding om kjøpsforespørsel'),(14357,401,14,'Sett til JA hvis du vil ha en epost når en når en bruker responderer. Bruk panelet til høyre for å angi hvem som skal sende disse meldingene. Du kan sette opp mottaksadresser i Configuration Backend.'),(14358,402,14,'Brukergruppe som kjøpsforespørsler sendes til'),(14359,403,14,'Brukergruppe som kjøpsforespørsler sendes fra'),(14360,404,14,'Velg brukergruppe som skal sende melding om kjøpsforespørsler. Funksjonen vil kun være aktiv hvis --Send melding om kjøpsforespørsel-- også er satt til JA'),(14361,405,14,'Kjøper ønsker epost'),(14362,406,14,'Kjøpers epostadresse'),(14363,407,14,'Hvor skal melding for nye kjøpsforespørsler sendes. Du kan angi flere epostadresser separert med komma.'),(14364,408,14,'VehicleManager :: Innstillinger'),(14365,409,14,'Fjern'),(14366,410,14,'Bilde '),(14367,411,14,'Show Reviews Tab'),(14368,412,14,'Show Reviews Tab'),(14369,413,14,'Sett til YES hvis du vil vise Reviews tab.'),(14370,414,14,'Show Location tab'),(14371,415,14,'Show Location tab'),(14372,416,14,'Sett til YES vis du vil vise Location tab.'),(14373,417,14,'Add Vehicle'),(14374,418,14,'Vis knapp<br />Add Vehicle'),(14375,419,14,'Vis knapp <br />Add Vehicle'),(14376,420,14,'Vis knapp Add Vehicle i kjøetøylista i \\\"frontend\\\"'),(14377,421,14,'Vis knapp<br />Add Vehicle'),(14378,422,14,'Vis knapp<br />Add Vehicle'),(14379,423,14,'Vis knapp for Add Vehicle i \\\"frontend\\\". Denne funksjonen vil aktiveres kun dersom --Vis knapp Add Vehicle-- også settes til YES!'),(14380,424,14,'Show button<br />print PDF'),(14381,425,14,'Show button<br />print PDF'),(14382,426,14,'Shows button print PDF in the vehicle list in the frontend'),(14383,427,14,'Allow button<br />print PDF'),(14384,428,14,'Allow button<br />print PDF'),(14385,429,14,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(14386,430,14,'Show button<br />print View'),(14387,431,14,'Show button<br />print View'),(14388,432,14,'Shows button print View in the vehicle list in the frontend'),(14389,433,14,'Allow button<br />print View'),(14390,434,14,'Allow button<br />print View'),(14391,435,14,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(14392,436,14,'Show button<br />send Link'),(14393,437,14,'Show button<br />send Link'),(14394,438,14,'Shows button send Link in the vehicle list in the frontend'),(14395,439,14,'Allow button<br />send Link'),(14396,440,14,'Allow button<br />send Link'),(14397,441,14,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(14398,442,14,'kontakter'),(14399,443,14,'Vis kontakter'),(14400,444,14,'Vis kontakter '),(14401,445,14,'Vise kontakter på \'Main\' tab .'),(14402,446,14,'Plassering til bildene'),(14403,447,14,'Bildeplassering for opplastede bilder på server. Stien til disse er realtiv og må starte og slutte med /'),(14404,448,14,'Bildeplassering'),(14405,449,14,'Tilgjengelig for utleie fra'),(14406,450,14,'Tilgjengelig for utleie til'),(14407,451,14,'Ikke tilgjengelig for utleie'),(14408,452,14,'Tilgjengelig for utleie'),(14409,453,14,'Bilen din er lagret i vår database. Vi vil sjekke forespørselen din og kommer tilbake så fort som mulig..<br />Takk for at du benytter vår tjeneste'),(14410,454,14,'Lokasjon'),(14411,455,14,'Oversikt'),(14412,456,14,'---select---'),(14413,457,14,'For rent'),(14414,458,14,'For sale'),(14415,459,14,'negotiable,starting'),(14416,460,14,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(14417,461,14,'new,used'),(14418,462,14,'manual,automatic'),(14419,463,14,'active,offer,contract,closed,withdrawn'),(14420,464,14,'Fwd,Rwd,Awd,4wd,2wd'),(14421,465,14,'petrol,diesel,gas,electric,hybrid,unlisted'),(14422,466,14,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(14423,467,14,'4,5,6,8,10,12,16'),(14424,468,14,'none,2,3,4,5,6,7'),(14425,469,14,'Edit'),(14426,470,14,'Approved'),(14427,471,14,'Maker'),(14428,472,14,'Show my vehicles'),(14429,473,14,'all'),(14430,474,14,'from'),(14431,475,14,'to'),(14432,476,14,'list'),(14433,477,14,'gallery'),(14434,478,14,'User-selectable'),(14435,479,14,'Owner'),(14436,480,14,'Full XML'),(14437,481,14,'Id'),(14438,482,14,'Add Vehicle'),(14439,483,14,'Publish'),(14440,484,14,'Unpublish'),(14441,485,14,'Delete'),(14442,486,14,'Return vehicle from rent'),(14443,487,14,'Rent'),(14444,488,14,'You have not vehicles'),(14445,489,14,'Sorry, you have not access to this page'),(14446,490,14,'Show RSS'),(14447,491,14,'Show RSS or not'),(14448,492,14,'Show RSS'),(14449,493,14,'Allow RSS for'),(14450,494,14,'Allow RSS'),(14451,495,14,'Select users for whom allow RSS'),(14452,496,14,'Approve added vehicles'),(14453,497,14,'Approve added vehicles'),(14454,498,14,'Approve vehicles added'),(14455,499,14,'Allow approve'),(14456,500,14,'Allow approve'),(14457,501,14,'Choose users whom allow approve vehicles from frontend'),(14458,502,14,'View type'),(14459,503,14,'View type'),(14460,504,14,'Select view type for vehicles'),(14461,505,14,'Show location map'),(14462,506,14,'Location map'),(14463,507,14,'If choose \\\"yes\\\" then show location map '),(14464,508,14,'Save database after uninstall component:'),(14465,509,14,'Update'),(14466,510,14,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(14467,511,14,'Show owner'),(14468,512,14,'Show owner'),(14469,513,14,'Show vehicle owner or not'),(14470,514,14,'Rent request answer'),(14471,515,14,'Rent request answer'),(14472,516,14,'Send email to user about rent request solution'),(14473,517,14,'Accepted'),(14474,518,14,'Declined'),(14475,519,14,'Answer for your rent request'),(14476,520,14,'Your rent request for vehicle'),(14477,521,14,''),(14478,522,14,'no-img_eng_big.gif'),(14479,523,14,'Edit vehicle'),(14480,524,14,'Add Vehicle'),(14481,525,14,'Edit Vehicle'),(14482,526,14,'My vehicles'),(14483,527,14,'Show button<br />Owners List'),(14484,528,14,'Show owners list'),(14485,529,14,'If choose \\\"yes\\\" then show owners list in frontend'),(14486,530,14,'Allow button<br />Owners List'),(14487,531,14,'Allow owners list'),(14488,532,14,'Choose users, whom allow show owners list'),(14489,533,14,'Owners list'),(14490,534,14,'Owners list'),(14491,535,14,'Owners'),(14492,536,14,'Vehicles'),(14493,537,14,'User vehicles'),(14494,538,14,'There have not vehicles'),(14495,539,14,'You have not logined! If you want edit vehicle in future, then login!'),(14496,540,14,'Rent request'),(14497,541,14,'Vehicle with this Id do not find'),(14498,542,14,'You can\'t view this page because it not published'),(14499,543,14,'You can\'t view this page because it not approved by administrator'),(14500,544,14,'Check categories of vehicles'),(14501,545,14,'Are you sure?'),(14502,546,14,'Please select vehicles first!'),(14503,547,14,'Form for answer to rent request'),(14504,548,14,'Form for answer to rent request'),(14505,549,14,'Form for answer to rent request'),(14506,550,14,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(14507,551,14,'Buy request answer'),(14508,552,14,'Buy request answer'),(14509,553,14,'Send email to user about buy request solution'),(14510,554,14,'Form for answer to buy request'),(14511,555,14,'Form for answer to buy request'),(14512,556,14,'Form for answer to buy request'),(14513,557,14,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(14514,558,14,'Accepted'),(14515,559,14,'Declined'),(14516,560,14,'Publish added vehicles'),(14517,561,14,'Publish added vehicles'),(14518,562,14,'Publish vehicles added'),(14519,563,14,'Allow publish'),(14520,564,14,'Allow publish'),(14521,565,14,'Choose users whom allow publish vehicles'),(14522,566,14,'Date'),(14523,567,14,'Rent before end notify'),(14524,568,14,'Rent before end notify'),(14525,569,14,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(14526,570,14,'Rent end days'),(14527,571,14,'Rent end days'),(14528,572,14,'How much days before rent end send notify email'),(14529,573,14,'Rent end email'),(14530,574,14,'Rent end email'),(14531,575,14,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(14532,576,14,'Edit rent'),(14533,577,14,'VehicleManager - Edit vehicle rent details'),(14534,578,14,'User groups for which Contacts  will show'),(14535,579,14,'User groups for which Contacts  will show'),(14536,580,14,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(14537,581,14,' User groups for which Location tab will be shown'),(14538,582,14,' User groups for which Location tab will be shown'),(14539,583,14,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(14540,584,14,'User groups for which Reviews tab will be shown'),(14541,585,14,'User groups for which Reviews tab will be shown'),(14542,586,14,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(14543,587,14,'Show Buy Request'),(14544,588,14,'Show Buy request in the frontend'),(14545,589,14,'Set Yes to show the button Send Buy Request on the frontend.'),(14546,590,14,'User groups which will see button Send Buy Request'),(14547,591,14,'Allow Buy request'),(14548,592,14,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(14549,593,14,'Send Add vehicle Notification'),(14550,594,14,'Send Add vehicle Notification'),(14551,595,14,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(14552,596,14,'User groups from which Add vehicle notifications will be sent'),(14553,597,14,'User groups from which Add vehicle notifications will be sent'),(14554,598,14,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(14555,599,14,'Show fields in list view'),(14556,600,14,'This section helps to configure the view only but not to restrict user rights.'),(14557,601,14,'To show the [Price] a radio selector [Show price] must be checked.'),(14558,602,14,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(14559,603,14,'Community Builder plugin / My Vehicles menu item settings'),(14560,604,14,'Show my vehicles (in CB)'),(14561,605,14,'Show edit vehicles'),(14562,606,14,'Show rent requests'),(14563,607,14,'Show buy requests'),(14564,608,14,'Show user rent history'),(14565,609,14,'Show my vehicles to'),(14566,610,14,'Show edit vehicles to'),(14567,611,14,'Show rent requests to'),(14568,612,14,'Show buy requests to'),(14569,613,14,'Show user rent history to'),(14570,614,14,'Show my vehicles'),(14571,615,14,'Show edit vehicles'),(14572,616,14,'Show rent requests'),(14573,617,14,'Show buy requests'),(14574,618,14,'Show user rent history'),(14575,619,14,'Show button \'show my vehicles\' on CB plugin'),(14576,620,14,'Show my vehicles'),(14577,621,14,'Select user group for which will be show this button'),(14578,622,14,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(14579,623,14,'Show edit vehicles'),(14580,624,14,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(14581,625,14,'Show rent requests'),(14582,626,14,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(14583,627,14,'Show buy requsts'),(14584,628,14,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(14585,629,14,'Show my rent history'),(14586,630,14,'Calendar of availability and rental rates per period'),(14587,631,14,'Week'),(14588,632,14,'Weekend'),(14589,633,14,'Midweek'),(14590,634,14,'Year'),(14591,635,14,'Month'),(14592,636,14,'Calendar'),(14593,637,14,'Add price'),(14594,638,14,'Select price which are necessary to remove'),(14595,639,14,'Available date Not available date for rent'),(14596,640,14,'Not available date for rent'),(14597,641,14,'New price rent'),(14598,642,14,'Add new price rent'),(14599,643,14,'Calendar'),(14600,644,14,'User groups for which Calendar tab will be shown'),(14601,645,14,'Show Rent Calendar Tab'),(14602,646,14,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(14603,647,14,'Show Calendar Tab'),(14604,648,14,'Show Calendar Tab'),(14605,649,14,'Set Yes to show Calendar tab'),(14606,650,14,'Show owner'),(14607,651,14,'Show calendar'),(14608,652,14,'Show house calendar or not'),(14609,653,14,'Default price label for calendar'),(14610,654,14,'Default price labels for calendar (weekend, week, midweek)'),(14611,655,14,'Default price label for calendar'),(14612,656,14,'VehicleManager :: Featured Manager'),(14613,657,14,'Feature'),(14614,658,14,'Category'),(14615,659,14,'Published'),(14616,660,14,'Name Alias'),(14617,661,14,'Category Alias'),(14618,662,14,'Features'),(14619,663,14,'Image'),(14620,664,14,'Select photo if it is necessary to remove'),(14621,665,14,'Recommended image size 25 x 25 pixels'),(14622,666,14,'Categories for Manager Feature'),(14623,667,14,'Category must be entered, separated by commas'),(14624,668,14,'Categories for Manager Feature'),(14625,669,14,'Image for Manager Feature'),(14626,670,14,'Image for Manager Feature'),(14627,671,14,'If choose \\\"yes\\\" then show image for Manager Feature'),(14628,672,14,'Show categories for Manager Feature'),(14629,673,14,'Show categories for Manager Feature'),(14630,674,14,'If choose \\\"yes\\\" then show categories for Manager Feature'),(14631,675,14,'Currency'),(14632,676,14,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(14633,677,14,'Currency with coefficients'),(14634,678,14,'Show price sepaprator'),(14635,679,14,'Show price sepaprator'),(14636,680,14,'Show price sepaprator'),(14637,681,14,'Get geographic coordinates'),(14638,682,14,'Language'),(14639,683,14,'Show Custom Text Field 1'),(14640,684,14,'Show Custom Text Field 2'),(14641,685,14,'Show Custom Text Field 3'),(14642,686,14,'Show Custom Text Field 4'),(14643,687,14,'Show Custom Text Field 5'),(14644,688,14,'Show Custom Dropdown Field 6'),(14645,689,14,'Show Custom Dropdown Field 7'),(14646,690,14,'Show Custom Dropdown 8'),(14647,691,14,'Show Custom Dropdown 9'),(14648,692,14,'Show Custom Dropdown 10'),(14649,693,14,'Custom Fields Manager'),(14650,694,14,'Custom Text 1'),(14651,695,14,'Custom Text 2'),(14652,696,14,'Custom Text 3'),(14653,697,14,'Custom Text 4'),(14654,698,14,'Custom Text 5'),(14655,699,14,'Custom Dropdown Field 6'),(14656,700,14,'Custom Dropdown Field 7'),(14657,701,14,'Custom Dropdown Field 8'),(14658,702,14,'Custom Dropdown Field 9'),(14659,703,14,'Custom Dropdown Field 10'),(14660,704,14,'Extra1,Extra2,Extra3,Extra4,Extra5'),(14661,705,14,'Extra1,Extra2,Extra3,Extra4,Extra5'),(14662,706,14,'Extra1,Extra2,Extra3,Extra4,Extra5'),(14663,707,14,'Extra1,Extra2,Extra3,Extra4,Extra5'),(14664,708,14,'Extra1,Extra2,Extra3,Extra4,Extra5'),(14665,709,14,'Frontend Settings'),(14666,710,14,'Category Page Settings'),(14667,711,14,'Email and Notification Settings'),(14668,712,14,'Global Settings'),(14669,713,14,'Plugins Settings'),(14670,714,14,'Image Settings'),(14671,715,14,'Tabs Settings'),(14672,716,14,'Seller Contact Settings'),(14673,717,14,'Feature list settings'),(14674,718,14,'Extra Fields manager'),(14675,719,14,'Rent Request Options'),(14676,720,14,'Buy Request Options'),(14677,721,14,'eDocument Options'),(14678,722,14,'Price Settings'),(14679,723,14,'Show address on map'),(14680,724,14,'General Info'),(14681,725,14,'Specifications'),(14682,726,14,'Photos and Documents'),(14683,727,14,'Additional info'),(14684,728,14,'Seller Contacts'),(14685,729,14,'Required fields'),(14686,730,14,'Vehicle Details'),(14687,731,14,'Attachment Documents'),(14688,732,14,'Set size of main image - width/height in px'),(14689,733,14,'Vehicle gallery photo size'),(14690,734,14,'Set gallery photo size - width/height in px'),(14691,735,14,'VehicleManager :: Language Manager'),(14692,736,14,'Lang tag'),(14693,737,14,'Constant'),(14694,738,14,'Value constant'),(14695,739,14,'Sys type'),(14696,740,14,'All Categories Layout'),(14697,741,14,'Single Category Layout'),(14698,742,14,'Vehicle Page Layout'),(14699,743,14,'All Vehicles Layout'),(14700,744,14,'Common Settings'),(14701,745,14,'Allowed Exts eDocument'),(14702,746,14,'Allowed Exts Image'),(14703,747,14,'Price Format'),(14704,748,14,'Date & Time format'),(14705,749,14,'Date format'),(14706,750,14,'Time format'),(14707,751,14,'%Y - Year; %m - month;  %d - day'),(14708,752,14,'%H - hours; %i - minutes; %s - seconds'),(14709,753,14,'Price unit show'),(14710,754,14,'After'),(14711,755,14,'Before'),(14712,756,14,'Select price ditlimer os set youre.'),(14713,757,14,'Show price unit before or affter price'),(14714,758,14,'Owner custom email'),(14715,759,14,'The main image is absent'),(14716,760,14,'Select photos which are necessary to remove from photo gallery'),(14717,761,14,'Add new photo'),(14718,762,14,'Order By'),(14719,763,14,'No reviews for vehicle.'),(14720,764,14,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(14721,765,14,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(14722,766,14,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(14723,767,14,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(14724,768,14,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(14725,769,14,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(14726,770,14,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(14727,771,14,'Search Layout'),(14728,772,14,'Here You can select a layout for some view.'),(14729,773,14,'License text <br> Sys type(License Text)'),(14730,774,14,'Rent Requests'),(14731,775,14,'Sale Manager'),(14732,776,14,'Features Manager'),(14733,777,14,'Import/Export'),(14734,778,14,'Language Manager'),(14735,779,14,'Settings'),(14736,780,14,'Group'),(14737,781,14,'Count of cars'),(14738,782,14,'How many cars users can publish from a specific group.'),(14739,783,14,'Show PayPal buy'),(14740,784,14,'Allow PayPal buy'),(14741,785,14,'Show PayPal rent'),(14742,786,14,'Allow PayPal rent'),(14743,787,14,'Your PayPal email'),(14744,788,14,'Successful return url'),(14745,789,14,'After successful payment returns the buyer on your page.'),(14746,790,14,'Image url'),(14747,791,14,'Add image to PayPal page.'),(14748,792,14,'Cancel return url'),(14749,793,14,'If buyer press cancel in payment page, returns the buyer on your page.'),(14750,794,14,'Real(yes) or a test(no) PayPal account'),(14751,795,14,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(14752,796,14,'PayPal Options'),(14753,797,14,'Number of photos'),(14754,798,14,'How many photos in gallery users can publish from a specific group.'),(14755,799,14,'Total price: '),(14756,800,14,'Go now to PayPal'),(14757,801,14,'Special price per day'),(14758,802,14,'Special price per night'),(14759,803,14,'Add new special price and save'),(14760,804,14,'From'),(14761,805,14,'To'),(14762,806,14,'Price per day'),(14763,807,14,'Сalculate'),(14764,808,14,'Special price and rent time'),(14765,809,14,'Special price per day(\"yes\") or per night(\"no\")'),(14766,810,14,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(14767,811,14,'Pay'),(14768,812,14,'Language'),(14769,813,14,'Select Language'),(14770,814,14,'Clone'),(14771,815,14,'Orders'),(14772,816,14,'Message for Cancel URL text'),(14773,817,14,'Message for Successes URL text'),(14774,818,14,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(14775,819,14,'Category/All vehicle Layout Settings'),(14776,820,14,'Email Notification Options'),(14777,821,14,'Review Notification Options'),(14778,822,14,'Order ID'),(14779,823,14,'Vehicle title'),(14780,824,14,'Email'),(14781,825,14,'Date'),(14782,826,14,'Status'),(14783,827,14,'Price'),(14784,828,14,'Paid'),(14785,829,14,'Details'),(14786,830,14,'User'),(14787,831,14,'Username'),(14788,832,14,'Accept type/info: '),(14789,833,14,'Payment system: '),(14790,834,14,'Payer email: '),(14791,835,14,'Pending reason: '),(14792,836,14,'In your request encountered an error, please contact the administrator!'),(14793,837,14,'Please insert a Price for this house!'),(14794,838,14,'To add special prices, you must first save property !'),(14795,839,14,'Crop image'),(14796,840,14,'Set Yes to crop images and No to scale images'),(14797,841,14,'Insert the Message on page with notification about unsuccessfull payment'),(14798,842,14,'You do unsuccess payment!'),(14799,843,14,'Insert the Message on page with notification about successfull payment'),(14800,844,14,'You do success payment!'),(14801,845,14,'Video'),(14802,846,14,'Video source'),(14803,847,14,'Delete video'),(14804,848,14,'Add new video file'),(14805,849,14,'Track for video'),(14806,850,14,'Track download link'),(14807,851,14,'Delete track'),(14808,852,14,'Video and track support:'),(14809,853,14,'Add new track'),(14810,854,14,'Add alternative video'),(14811,855,14,'Upload video'),(14812,856,14,'Video download link'),(14813,857,14,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(14814,858,14,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(14815,859,14,'Kind (Specifies the kind of text track)'),(14816,860,14,'Src lang (language of the track)'),(14817,861,14,'Label (Specifies the title of the text track)'),(14818,862,14,'Upload track'),(14819,863,14,'Error uploading video!'),(14820,864,14,'Error uploading track!'),(14821,865,14,'Location of video'),(14822,866,14,'Location of track'),(14823,867,14,'Allowed Exts Video'),(14824,868,14,'Allowed Exts Track'),(14825,869,14,'Please insert an track kind'),(14826,870,14,'Please insert an track language'),(14827,871,14,'Please insert an track title'),(14828,872,14,'Video/Track Options'),(14829,873,14,'Options for user groups'),(14830,874,14,'Update options'),(14831,875,14,'Buttons Settings'),(14832,876,14,'Vehicle Maps Image, px:'),(14833,877,14,'Set maps image width/height in pixels'),(14834,878,14,'Vehicle Page Settings'),(14835,879,14,'Common Settings'),(14836,880,14,'AllCategories Layout Settings'),(14837,881,14,'Approve Published Review:'),(14838,882,14,'Approve Published For'),(14839,883,14,'Buttons Settings'),(14840,884,14,'Post max size in your PHP settings less than your video file.!'),(14841,885,14,'Upload max file size in your PHP settings less than your video file.!'),(14842,886,14,'File uploads is off in your PHP settings.!'),(14843,887,14,'Rent history'),(14844,888,14,'VehicleManager :: Rent Hisory'),(14845,889,14,'Users Rent History'),(14846,890,14,'VehicleManager :: Users Rent Hisory'),(14847,891,14,'OwnerID'),(14848,892,14,'Contact agent'),(14849,894,14,'View listing'),(14850,893,14,'Contact info'),(14851,895,14,'Your review has been added'),(14852,896,14,'Edit vehicles'),(14853,897,14,'Vehicle Location'),(14854,898,14,'Exterior & Interior'),(14855,899,14,'Attachments'),(14856,900,14,'VehicleManager : Orders'),(14857,901,14,'You have max photos. Limit for this users group'),(14858,902,14,'Address'),(14859,903,14,'Range(km)'),(14860,904,14,'Select Category'),(14861,905,14,'Search'),(14862,906,14,'Other'),(14863,907,14,'No reviews for vehicle'),(14864,908,14,'Captcha Settings'),(14865,909,14,'Show captcha<br />for review form'),(14866,910,14,'Show captcha for review form in the reviews tab on the frontend'),(14867,911,14,'Allow captcha<br />for review form'),(14868,912,14,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(14869,913,14,'Show captcha for<br />contact agent form'),(14870,914,14,'Show captcha for contact agent form in the reviews tab on the frontend'),(14871,915,14,'Allow captcha for<br />contact agent form'),(14872,916,14,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(14873,917,14,'Show captcha<br />for booking form'),(14874,918,14,'Show captcha for booking form in the reviews tab on the frontend'),(14875,919,14,'Allow captcha<br />for booking form'),(14876,920,14,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(14877,921,14,'Show button Add to Wish List'),(14878,922,14,'Show button Add to Wish List or not'),(14879,923,14,'Allow Wish List for'),(14880,924,14,'Select users for whom allow Wish List'),(14881,925,14,'Add to wishlist'),(14882,926,14,'Remove from wishlist'),(14883,927,14,'Google Map Options'),(14884,928,14,'Api Key'),(14885,929,14,'Field to enter google map api key'),(14886,930,14,'Google Maps API error: missing key map error!'),(14887,931,14,'To get Google Maps API key follow below link'),(14888,932,14,'Settings Layout Search Results '),(14889,933,14,'Show map<br />for layout search results'),(14890,934,14,'Show map for layout search results on the frontend'),(14891,935,14,'Allow map<br />for layout search results'),(14892,936,14,'Allow map for layout search results in the frontend.'),(14893,937,14,'Show order by form<br />for all layouts'),(14894,938,14,'Show order by form for all layouts on the frontend'),(14895,939,14,'Allow order by form<br />for all layouts'),(14896,940,14,'Allow order by form for all layouts in the frontend.'),(14897,941,14,'Show Contact Agent/Book Now Tab'),(14898,942,14,'Set Yes to show Contact Agent/Book Now tab'),(14899,943,14,'User groups for which Contact Agent/Book Now tab will be shown'),(14900,944,14,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(14901,946,14,'Options access to edit vehicles'),(14902,947,14,'Users group who will have access to edit users vehicles'),(14903,948,14,'Permit edit vehicles for other users'),(14904,949,14,'Select all users'),(14905,950,14,'Select the plugin in Vehicle Manager settings!'),(14906,951,14,'Show google captcha'),(14907,952,14,'Show google captcha'),(14908,953,14,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(14909,954,14,'Mandatory fields'),(14910,955,14,'Year of issue'),(14911,956,14,'Set \"YES\" make the field year of issue mandatory'),(14912,957,14,'Mileage'),(14913,958,14,'Set \"YES\" make the field mileage mandatory'),(14914,959,14,'Price'),(14915,960,14,'Set \"YES\" make the field price mandatory'),(14916,961,14,'Show search button<br>on frontend'),(14917,962,14,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(14918,963,14,'Show search button<br>for users'),(14919,964,14,'Select the user for which the search button on frontend will be displayed.'),(14920,965,14,'anonymous'),(14921,966,14,'New rent request added!'),(14922,967,14,'New buying request added!'),(14923,968,14,'New vehicle review added'),(14924,969,14,'SUBJECT'),(14925,970,14,'Rent expire Notice!'),(14926,971,14,'Add email user to <br /> send reply'),(14927,972,14,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(14928,973,14,'Add email user to review notification'),(14929,974,14,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(14930,975,14,'Add email user to vehicle notification'),(14931,976,14,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(14932,977,14,'Add email user to buying request notification'),(14933,978,14,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(14934,979,14,'Settings rent options on search page'),(14935,982,14,'Search Settings'),(14936,980,14,'Show available for rent'),(14937,981,14,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14938,983,14,'Show year of issue'),(14939,984,14,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14940,985,14,'Show price of vehicle'),(14941,986,14,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14942,987,14,'Show condition status'),(14943,988,14,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14944,989,14,'Show listing status'),(14945,990,14,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14946,991,14,'Show transmission type'),(14947,992,14,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14948,993,14,'Show maker'),(14949,994,14,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14950,995,14,'Show drive type'),(14951,996,14,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14952,997,14,'Show vehicle model'),(14953,998,14,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14954,999,14,'Show number cylinders'),(14955,1000,14,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14956,1001,14,'Show vehicle type'),(14957,1002,14,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14958,1003,14,'Show number speeds'),(14959,1004,14,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14960,1005,14,'Show listing type'),(14961,1006,14,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14962,1007,14,'Show vehicle fuel type'),(14963,1008,14,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14964,1009,14,'Show vehicle price type'),(14965,1010,14,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14966,1011,14,'Show vehicle number doors'),(14967,1012,14,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14968,1013,14,'Show vehicle category'),(14969,1014,14,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14970,1015,14,'Show vehicle ID'),(14971,1016,14,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14972,1017,14,'Show vehicle description'),(14973,1018,14,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14974,1019,14,'Show title'),(14975,1020,14,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14976,1021,14,'Show address'),(14977,1022,14,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14978,1023,14,'Show country'),(14979,1024,14,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14980,1025,14,'Show region'),(14981,1026,14,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14982,1027,14,'Show city'),(14983,1028,14,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14984,1029,14,'Show district'),(14985,1030,14,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14986,1031,14,'Show zipcode'),(14987,1032,14,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14988,1033,14,'Show owner'),(14989,1034,14,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14990,1035,14,'Show mileage'),(14991,1036,14,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14992,1037,14,'Show contact information'),(14993,1038,14,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14994,1039,14,'Show engine type'),(14995,1040,14,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14996,1041,14,'Show city MPG/KPL'),(14997,1042,14,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(14998,1043,14,'Show highway MPG/KPL'),(14999,1044,14,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15000,1045,14,'Show wheelbase'),(15001,1046,14,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15002,1047,14,'Show wheeltype'),(15003,1048,14,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15004,1049,14,'Show rear axel type'),(15005,1050,14,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15006,1051,14,'Show brakes type'),(15007,1052,14,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15008,1053,14,'Show exterior colors'),(15009,1054,14,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15010,1055,14,'Show exterior extras'),(15011,1056,14,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15012,1057,14,'Show interior colors'),(15013,1058,14,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15014,1059,14,'Show dashboard options'),(15015,1060,14,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15016,1061,14,'Show interior extras'),(15017,1062,14,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15018,1063,14,'Show safety options'),(15019,1064,14,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15020,1065,14,'Show warranty options'),(15021,1066,14,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15022,1067,14,'Show exactly to all'),(15023,1068,14,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15024,1069,14,'Show search keywords'),(15025,1070,14,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(15026,1071,14,'Options for search button'),(15027,1072,14,'Options for fields in Advance Search Layout'),(15028,1073,14,'Options for search form'),(15029,1074,14,'Show search form on nothing found page'),(15030,1075,14,'Show search form on nothing found page. Set \"YES\" show search form.'),(15031,1076,14,'Show search form on result search page'),(15032,1077,14,'Show search form on result search page. Set \"YES\" show search form.'),(15033,1078,14,'Redirect settings'),(15034,1079,14,'Redirect settings for rent'),(15035,1080,14,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(15036,1081,14,'Redirect settings for sale'),(15037,1082,14,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(15038,945,14,'Access to edit vehicles from other users'),(15039,1083,14,'Show country, region and<br>city option as text field'),(15040,1084,14,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(15041,1085,14,'How fields Country, Region and City use'),(15042,1086,14,'Settings for Search Layout'),(15043,1087,14,'Select Search Layout by default'),(15044,1088,14,'Select search layout by default on the frontend!'),(15045,1089,14,'Order field settings'),(15046,1090,14,'Select order by default'),(15047,1091,14,'Select an option to sort by default the search result.'),(15048,1092,14,'Vehicle slider option'),(15049,1093,14,'Show vehicle as slider'),(15050,1094,14,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(15051,1095,14,'Input initial-final year'),(15052,1096,14,'Input initial and final year of calendar. Final year value should be more then initial value.'),(15053,1097,14,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(15054,1098,14,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(15055,1099,14,'Show fraction in price'),(15056,1100,14,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(15057,1101,14,'Count Vehicles in row'),(15058,1102,14,'More than 1199px'),(15059,1103,14,'More than 1199px'),(15060,1104,14,'Less than 1200px andmore than 991px'),(15061,1105,14,'Less than 1200px andmore than 991px'),(15062,1106,14,'Less than 992px andmore than 767px'),(15063,1107,14,'Less than 992px andmore than 767px'),(15064,1108,14,'Less than 768px andmore than 489px'),(15065,1109,14,'Less than 768px andmore than 489px'),(15066,1110,14,'User order'),(15067,1111,14,'Watermark settings'),(15068,1112,14,'Enable watermark'),(15069,1113,14,'Watermark text'),(15070,1114,14,'Watermark size, %'),(15071,1115,14,'Font color'),(15072,1116,14,'Font angle'),(15073,1117,14,'Watermark position'),(15074,1118,14,'Watermark opacity'),(15075,1119,14,'Set Yes to show watermark'),(15076,1120,14,'Watermark text'),(15077,1121,14,'Watermark size, %'),(15078,1122,14,'Font color for watermark'),(15079,1123,14,'Font angle for watermark'),(15080,1124,14,'Watermark position for watermark'),(15081,1125,14,'Watermark opacity for watermark'),(15082,1127,14,'Watermark Type'),(15083,1128,14,'Select file for watermark'),(15084,1129,14,'Text or Image'),(15085,1130,14,'Select image for Watermark'),(15086,1126,14,'Categories order by default'),(15087,1131,14,'All vehicles'),(15088,1132,14,'Title'),(15089,1133,14,'Maker'),(15090,1134,14,'Model'),(15091,1135,14,'Description'),(15092,1136,14,'Vehicle ID'),(15093,1137,14,'Location'),(15094,1138,14,'Country'),(15095,1139,14,'City'),(15096,1140,14,'Region'),(15097,1141,14,'Zipcode'),(15098,1142,14,'Search by'),(15099,1143,14,'Please select only one value'),(15100,1144,14,'Min size image for watermark'),(15101,1145,14,'Minimum image size to include watermark'),(15102,1146,14,'Rent From and Rent Until fields  are required!'),(15103,1147,14,'Allow price as string'),(15104,1148,14,'Set \"yes\", if you want display price as string. '),(15105,1149,14,'You typed bad characters from picture!'),(15106,1150,14,'Slider settings'),(15107,1151,14,'The height of the slider is measured as a percentage of the slider width'),(15108,1152,14,'Slider height, %'),(15109,1153,14,'Slide show type \"Filling in\" or \"Proportionally\"'),(15110,1154,14,'Slide show type'),(15111,1155,14,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(15112,1156,14,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(15113,1157,14,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(15114,1158,14,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(15115,1159,14,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(15116,1160,14,'Payment system Options'),(15117,1161,14,'Show button \"Buy\" for sale vehicles'),(15118,1162,14,'Allow button \"Buy\" for sale vehicles'),(15119,1163,14,'Show button \"Buy\" for rent vehicles'),(15120,1164,14,'Allow button \"Buy\" for rent vehicles'),(15121,2,15,'Vehicle Manager'),(15122,3,15,'Katalog samochodów na sprzedaż i do wynajęcia.'),(15123,4,15,'Szukaj pojazdów'),(15124,5,15,'Szukaj pojazdów'),(15125,6,15,'no-img_eng.gif'),(15126,7,15,'Nie masz uprawnień, aby wykonać tę czynność!'),(15127,8,15,'OK'),(15128,9,15,'Status'),(15129,10,15,'VehicleManager :: Import/Eksport'),(15130,11,15,'Musisz dodać kategorię dla tej sekcji.'),(15131,12,15,'Proszę wybrać'),(15132,13,15,'Plik CSV'),(15133,14,15,'Plik XML'),(15134,15,15,'Musisz wybrać typ do zaimportowania!'),(15135,16,15,'Musisz wybrać kategorię do zaimportowania!'),(15136,17,15,'Musisz wybrać plik do zaimportowania!'),(15137,18,15,'Musisz wybrać typ do wyeksportowania!'),(15138,19,15,'Typ importowania'),(15139,20,15,'Wybierz format pliku'),(15140,21,15,'Wybierz format pliku'),(15141,22,15,'Kategoria'),(15142,23,15,'Kategoria'),(15143,24,15,'Wybierz kategorię'),(15144,25,15,'Plik do zaimportowania'),(15145,26,15,'Plik do zaimportowania'),(15146,27,15,'Wybierz plik do zaimportowania'),(15147,28,15,'Obecnie obsługiwany jest następujący format CSV: <br />VehicleID | Description | Link | Listing type |  Location | Price | Title | ...'),(15148,29,15,'Typ eksportowania'),(15149,30,15,'Wybierz format pliku'),(15150,31,15,'Wybierz format pliku'),(15151,32,15,'Kategoria'),(15152,33,15,'Kategoria'),(15153,34,15,'Wybierz kategorię'),(15154,35,15,'Wynik eksportu'),(15155,36,15,'Możesz ściągnąć pożądany Eksport z następującego adresu URL (zapisz prawym przyciskiem myszki):'),(15156,37,15,'Proszę pamiętać, że pliki wciąż będą zapisane na serwerze i należy usunąć je ręcznie.'),(15157,38,15,'VehicleManager :: Kategorie'),(15158,39,15,'Kategoria'),(15159,40,15,'Pojazdy'),(15160,41,15,'Opublikowano'),(15161,42,15,'Przestaw'),(15162,43,15,'Dostęp'),(15163,44,15,'Zmienione przez'),(15164,45,15,'Dodaj'),(15165,46,15,'Edytuj'),(15166,47,15,'Wpisz nazwę kategorii'),(15167,48,15,'Kategorie'),(15168,49,15,'- Wybierz obrazek -'),(15169,50,15,'Góra'),(15170,51,15,'Alias kategorii'),(15171,52,15,'Tytuł kategorii'),(15172,53,15,'Kolejność'),(15173,54,15,'Obrazek'),(15174,55,15,'Pozycja obrazka'),(15175,56,15,'Pozycja macierzysta'),(15176,57,15,'Podgląd niedostępny'),(15177,58,15,'Detale'),(15178,59,15,'Usunięto'),(15179,60,15,'VehicleManager - Wypożycz samochód'),(15180,61,15,'VehicleManager - Zwróć samochód do wypożyczalni'),(15181,62,15,'Import'),(15182,63,15,'Eksport'),(15183,64,15,'- Wszystkie kategorie'),(15184,65,15,'Wybierz kategorie'),(15185,66,15,'Wybierz pojazd do wypożyczenia'),(15186,67,15,'- Wszystkie pojazdy'),(15187,68,15,'Wypożyczone'),(15188,69,15,'Niewypożyczone'),(15189,70,15,'Wybierz opublikowane'),(15190,71,15,'- Wszystkie pojazdy'),(15191,72,15,'Nieopublikowano'),(15192,73,15,'Opublikowano'),(15193,74,15,'- All Users'),(15194,75,15,'Szukaj pojazdów'),(15195,76,15,'Wynik wyszukiwania'),(15196,77,15,'Szukaj słów kluczowych'),(15197,78,15,'Szukaj'),(15198,79,15,'Nothing found.'),(15199,80,15,'VehicleManager :: Pojazdy'),(15200,81,15,'Szukaj:'),(15201,82,15,'Musisz stworzyć kategorię dla tej sekcji.'),(15202,83,15,'Exactly to all'),(15203,84,15,'Advanced<br />search'),(15204,85,15,'from'),(15205,86,15,'to'),(15206,87,15,'Year'),(15207,88,15,'Price'),(15208,89,15,'Listing type'),(15209,90,15,'Listing status'),(15210,91,15,'Price type'),(15211,92,15,'Model'),(15212,93,15,'Nazwa'),(15213,94,15,'ID pojazdu'),(15214,95,15,'Wynik'),(15215,96,15,'Opis'),(15216,97,15,'Kategoria'),(15217,98,15,'# Pojazd'),(15218,99,15,'Zobacz'),(15219,100,15,'Adres'),(15220,101,15,'Country'),(15221,102,15,'Region'),(15222,103,15,'City'),(15223,104,15,'District'),(15224,105,15,'Zipcode'),(15225,106,15,'Szerokość geo.'),(15226,107,15,'Długość geo.'),(15227,108,15,'No location available'),(15228,109,15,'Typ pojazdu'),(15229,110,15,'Stan'),(15230,111,15,'Przebieg'),(15231,112,15,'Skrzynia biegów'),(15232,113,15,'Rodzaj silnika'),(15233,114,15,'Rok produkcji'),(15234,115,15,'Rodzaj napędu'),(15235,116,15,'Rodzaj paliwa'),(15236,117,15,'Liczba biegów'),(15237,118,15,'Liczba cylindrów'),(15238,119,15,'Liczba drzwi'),(15239,120,15,'Liczba miejsc'),(15240,121,15,'Spalanie w mieście'),(15241,122,15,'Spalanie w trasie'),(15242,123,15,'Rozstaw osi'),(15243,124,15,'Rodzaj kół'),(15244,125,15,'Rodzaj tylnej osi'),(15245,126,15,'Rodzaj hamulców'),(15246,127,15,'Kolory wnętrza'),(15247,128,15,'Kolory nadwozia'),(15248,129,15,'Kolory wnętrza'),(15249,130,15,'Wyposażenie wnętrza'),(15250,131,15,'Wnętrze - dodatkowe'),(15251,132,15,'Wyposażenie w zakr. bezpieczeństwa'),(15252,133,15,'Opcje gwarancji'),(15253,134,15,'Podstawowa'),(15254,135,15,'Układ napędowy'),(15255,136,15,'Korozja'),(15256,137,15,'Assistance'),(15257,138,15,'Twój numer telefonu'),(15258,139,15,'Ocena'),(15259,140,15,'Adres obrazka'),(15260,141,15,'Obrazek'),(15261,142,15,'Kup od link'),(15262,143,15,'Wypożycz dla'),(15263,144,15,'Wypożycz od'),(15264,145,15,'Wypożycz do'),(15265,146,15,'Rent return'),(15266,147,15,'Wypożyczony od - do'),(15267,148,15,'nieznany'),(15268,149,15,'Użytkownik'),(15269,150,15,'e-mail'),(15270,151,15,'Adres do korespondencji'),(15271,152,15,'Numer telefonu'),(15272,153,15,'Wypożycz do: '),(15273,154,15,'Wejścia'),(15274,155,15,'Przestaw'),(15275,156,15,'Wypożyczony'),(15276,157,15,'Opublikowany'),(15277,158,15,'Zmieniony'),(15278,159,15,'Data recenzji'),(15279,160,15,'Podkategorie'),(15280,161,15,'Dodaj zdjęcie główne'),(15281,162,15,'Kliknij, aby wgrać nowe zdjęcia do galerii pojazdu'),(15282,163,15,'Jeżeli wgrasz zdjęcie, adres obecnego obrazka zostanie usunięty i zmieniony na dodane zdjęcie.'),(15283,164,15,'Błąd dodawania zdjęcia! Proszę pamiętać, że tylko formaty obrazów (jpg, png, gif) są obsługiwane'),(15284,165,15,'Informacja o wypożyczeniu'),(15285,166,15,'Aktualny e-dokument'),(15286,167,15,'Wgraj e-dokument'),(15287,168,15,'Ściągnij e-dokument'),(15288,169,15,'Usuń e-dokument'),(15289,170,15,'e-dokument'),(15290,171,15,'Błąd wysyłania e-dokumentu!'),(15291,172,15,'Status'),(15292,173,15,'Wymagane'),(15293,174,15,'Dodaj recenzję'),(15294,175,15,'Recenzje'),(15295,176,15,'Zapisz'),(15296,177,15,'Zapytanie o wypożyczenie'),(15297,178,15,'Zapytaj o wypożyczenie'),(15298,179,15,'Recenzja'),(15299,180,15,'Tytuł'),(15300,181,15,'Ocena'),(15301,182,15,'Komentarz'),(15302,183,15,'Anonimowy'),(15303,184,15,'Featured clicks'),(15304,185,15,'Featured shows'),(15305,186,15,'Vehicle Title'),(15306,187,15,'Click on the map to choose the vehicle location:'),(15307,188,15,'Proszę podać tytuł recenzji!'),(15308,189,15,'Proszę podać treść recenzji!'),(15309,190,15,'Proszę podać ocenę!'),(15310,191,15,'Proszę wpisać nazwisko do zapytania o wypożyczenie!'),(15311,192,15,'Proszę wpisać prawidłowy adres e-mail do zapytania o wypożyczenie!'),(15312,193,15,'Proszę wpisać prawidłowy adres korespondecyjny do zapytania o wypożyczenie!'),(15313,194,15,'Proszę wpisać datę zwrotu do zapytania o wypożyczenie!'),(15314,195,15,'Proszę dodać przynajmniej jeden obrazek!'),(15315,196,15,'Nieokreślony'),(15316,197,15,'Arabski'),(15317,198,15,'Brazylijski Portugalski'),(15318,199,15,'Danish'),(15319,200,15,'Niderlandzki'),(15320,201,15,'Angielski'),(15321,203,15,'Bosnian'),(15322,202,15,'Farsi'),(15323,204,15,'Francuski'),(15324,205,15,'Niemiecki'),(15325,206,15,'Węgierski'),(15326,207,15,'Włoski'),(15327,208,15,'Litewski'),(15328,209,15,'Norweski'),(15329,210,15,'Polski'),(15330,211,15,'Portugalski'),(15331,212,15,'Rumuński'),(15332,213,15,'Rosyjski'),(15333,216,15,'Słoweński'),(15334,214,15,'Hiszpański'),(15335,215,15,'Turecki'),(15336,217,15,'Nie'),(15337,218,15,'Tak'),(15338,219,15,'Nazwa pojazdu jest obecnie edytowana przez innego administratora'),(15339,220,15,'Błąd usuwania pojazdu!'),(15340,221,15,'Dodaj adres e-mail powiadomienia samochodu'),(15341,222,15,'Ustawienia witryny'),(15342,223,15,'Ustawienia zaplecza'),(15343,224,15,'Automatyczny przyrost ID pojazdu'),(15344,225,15,'Automatyczny przyrost ID pojazdu'),(15345,226,15,' TAK, jeżeli chcesz używać automatycznego przyrostu ID pojazdu. NIE, jeżeli chcesz używać ręcznego wpisywania ID pojazdu.'),(15346,227,15,'obsługa e-dokumentów'),(15347,228,15,'obsługa e-dokumentów'),(15348,229,15,'TAK, jeżeli chcesz aktywować obsługę e-dokumentów w interfejsie administratora.'),(15349,230,15,'Lokalizacja e-dokumentów'),(15350,231,15,'Lokalizacja e-dokumentów'),(15351,232,15,'Lokalizacja wgranych e-dokumentów na serwerze. Ścieżka jest względna do głównego katalogu Joomla i musi zaczynać się oraz kończyć od /'),(15352,233,15,'Pokaż link do ściągnięcia e-dokumentów'),(15353,234,15,'Pokaż download e-dokumentów w witrynie'),(15354,235,15,'TAK, jeżeli chcesz wyświetlać link do ściągnięcia e-dokumentu w witrynie.'),(15355,236,15,'Pokaż recenzje'),(15356,237,15,'Pokaż recenzje w witrynie'),(15357,238,15,'TAK, jeżeli chcesz aktywować funkcję recenzowania pojazdów dla użytkowników Twojej strony.'),(15358,239,15,'Zezwól na recenzje'),(15359,240,15,'Zezwól na recenzje'),(15360,241,15,'Zezwól na recenzje w witrynie. Ta funkcja zostanie aktywowana tylko jeżeli --Pokaż recenzje-- jest ustawione na TAK!'),(15361,242,15,'Pokaż status wypożyczenia'),(15362,243,15,'Pokaż status wypożyczenia w witrynie'),(15363,244,15,'TAK, jeżeli chcesz wyświetlać obecny status wypożyczenia pojazdów w witrynie.'),(15364,245,15,'Zezwól na zapytania o wypożyczenie'),(15365,246,15,'Zezwól na zapytanie o wypożyczenie'),(15366,247,15,'Zezwól na zapytania o wypożyczenie w witrynie. Ta funkcja będzie aktywowana tylko jeżeli --Pokaż status wypożyczenia-- jest ustawione na TAK!'),(15367,248,15,'Pokaż cenę'),(15368,249,15,'Pokaż cenę'),(15369,250,15,'Pokaż cenę pojazdu w witrynie'),(15370,251,15,'Liczba pojazdów na stronę.'),(15371,252,15,'Ustaw liczbę pojazdów pokazywanych na jednej stronie.'),(15372,253,15,'Paginacja.'),(15373,254,15,'Rozmiar miniatury zdjęcia'),(15374,255,15,'Rozmiar miniatury zdjęcia'),(15375,256,15,'Ustaw rozmiar miniatury zdjęcia - wysokość/szerokość w pikselach'),(15376,257,15,'Główne zdjęcia pojazdu'),(15377,258,15,'Ustaw rozmiar głównych zdjęć - wysokość/szerokość w pikselach'),(15378,259,15,'Rozmiar głównych zdjęć pojazdu'),(15379,260,15,'Rozmiar zdjęcia w galerii pojazdu'),(15380,261,15,'Rozmiar zdjęcia w galerii pojazdu'),(15381,262,15,'Ustaw rozmiar zdjęcia w galerii pojazdu - wysokość/szerokość w pikselach'),(15382,263,15,'Vehicle upload photo size'),(15383,264,15,'Vehicle upload photo size'),(15384,265,15,'Set upload photo size - width/height in px'),(15385,266,15,'Pozycje na stronie'),(15386,267,15,'Pozycje na stronie'),(15387,268,15,'Wstępna liczba pojazdów pokazywana na każdej stronie.'),(15388,269,15,'Dodaj e-mail pojazdu'),(15389,270,15,'Adres e-mail do powiadamiania o dodaniu nowego pojazdu'),(15390,271,15,'E-mail recenzji'),(15391,272,15,'E-mail recenzji'),(15392,273,15,'Gdzie wysyłać powiadomienia o nowo dodanych recenzjach. Możesz podać kilka adresów, oddzielonych przecinkiem.'),(15393,274,15,'E-mail zapytania o wypożyczenie'),(15394,275,15,'E-mail zapytania o wypożyczenie'),(15395,276,15,'Gdzie wysyłać powiadomienia o nowo dodanych zapytaniach o wypożyczenie. Możesz podać kilka adresów, oddzielonych przecinkiem.'),(15396,277,15,'VehicleManager :: Zapytania o wypożyczenie'),(15397,278,15,'VehicleManager :: O komponencie'),(15398,279,15,'O komponencie'),(15399,280,15,'Informacje o wersji'),(15400,281,15,'Dziennik zmian'),(15401,282,15,'Witamy w VehicleManager'),(15402,283,15,'Dziękujemy za używanie naszego komponentu!<br /><br />\\nVehicleManager pozwala zarządzać dużymi katalogami pojazdów. Obsługuje kategorie i podkategorie, można dodawać ID pojazdu dla własnej informacji. Zarządzanie wypożyczalnią jest wbudowane, razem z możliwością zapytania o wypożyczenie dla użytkowników Twojej strony. VehicleManager oferuje również możliwość pisania recenzji pojazdów przez użytkowników, razem z zarządzaneim recenzjami w zapleczu. Obsługa e-dokumentów jest wbudowana. Informacje o pojeździe i zdjęcia mogą być wprowadzane ręcznie. <br/ ><br />\\nNOTATKI: <br/ >\\n- aby ściąganie zdjęć na serwer działało, musisz skompilować PHP5 z obsługą CURL<br />\\n- aby eksport CSV działał, musisz skompilować PHP5 z obsługą XSL<br/ >\\n- aby CAPTCHA działała, musisz skompilować PHP5 z obsługą GD<br />\\n<br />\\nNa stronie <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> znajdziesz instrukcje do VehicleManagera, dodatkowe pliki językowe, fora, dodatkowe moduły i wtyczki do ściągnięcia.<br />\\n<br />\\nJesteśmy otwarci na dostosowanie komponentu, jeżeli chcesz mieć dodaną nową funkcję do VehicleManagera. Prosimy wysyłać dokładne wymagania na adres <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> w celu uzyskania odpowiedzi. Jeżeli zamówisz płatne dostosowanie, otrzymasz następną wersję PRO z dodaną funkcją, którą sobie zażyczyłeś.'),(15403,284,15,'Poniższe pola powinny być wypełnione ręcznie tylko jeżeli tak jest podane w ustawieniach.'),(15404,285,15,' W innym wypadku zostaną zignorowane.'),(15405,286,15,'Zapytanie o wypożyczenie'),(15406,287,15,'Lista obejmuje pojazdy wybrane do wypożyczenia.<br />Jeżeli jest pusta, proszę sprawdzić wybór jeszcze raz.'),(15407,288,15,'Twoje imię i nazwisko'),(15408,289,15,'e-mail'),(15409,290,15,'Twój adres korespondencyjny'),(15410,291,15,'Data zwrotu pojazdu'),(15411,292,15,'Wypożycz od'),(15412,293,15,'Twoje zapytanie o wypożyczenie zostało zapisane w naszej bazie danych. Sprawdzimy Twoje zapytanie i poinformujemy Cię najszybciej, jak to możliwe.<br /> Dziękujemy za korzystanie z naszych usług.'),(15413,294,15,'Twoje zapytanie o kupno zostało zapisane w naszej bazie danych. Sprawdzimy Twoje zapytanie i poinformujemy Cię najszybciej, jak to możliwe.<br />Dziękujemy za korzystanie z naszych usług.'),(15414,295,15,'VehicleManager: Zapytanie o wypożyczenie zaakceptowane'),(15415,296,15,'Pojazd'),(15416,297,15,'który zamówiłeś jest gotowy do wypożyczenia.'),(15417,298,15,'Zapisz'),(15418,299,15,'Wypożycz pojazd'),(15419,300,15,'Zwróć samochód do wypożyczalni'),(15420,301,15,'Zaakceptuj zapytanie'),(15421,302,15,'Odrzuć zapytanie'),(15422,303,15,'Importuj pojazdy'),(15423,304,15,'Eksportuj pojazdy'),(15424,305,15,'Usuń recenzję'),(15425,306,15,'Edytuj recenzję'),(15426,307,15,'Ogólne informacje:'),(15427,308,15,'Wersja:'),(15428,309,15,'Data wydania:'),(15429,310,15,'Link do projektu:'),(15430,311,15,'Host projektu:'),(15431,312,15,'Licencja:'),(15432,313,15,'Niniejszy program jest dystrybuowany w nadziei, że będzie użyteczny, lecz bez żadnej gwarancji. Zobacz załączony plik LICENSE.TXT, aby dowiedzieć się więcej.'),(15433,314,15,'Rozwijany przez:'),(15434,315,15,'Strona domowa'),(15435,316,15,'Link URL do ściągnięcia e-dokumentu'),(15436,317,15,'Zezwalaj na ściąganie e-dokumentów'),(15437,318,15,'Zezwalaj na ściąganie e-dokumentów w witrynie. Ta funkcja będzie aktywowana, jeżeli --Pokaż link do ściągania e-dokumentów-- jest ustawiony na TAK'),(15438,319,15,'Zezwalaj na ściąganie e-dokumentów'),(15439,320,15,'Zezwalaj na cenę:'),(15440,321,15,'Zezwalaj na cenę w witrynie. Ta funkcja będzie aktywowana, jeżeli --Pokaż cenę-- jest ustawione na TAK!'),(15441,322,15,'Zezwalaj na cenę'),(15442,323,15,'VehicleManager :: Recenzje'),(15443,324,15,'Nazwa pojazdu'),(15444,325,15,'Tytuł recenzji'),(15445,326,15,'Wpisz w poniższe pole znaki, jakie widzisz na powyższym obrazku.'),(15446,327,15,'Drukuj'),(15447,328,15,'Proszę wybrać kolumny do drukowania i kliknąć Dalej!'),(15448,329,15,'Rozmiar czcionki'),(15449,330,15,'Format'),(15450,331,15,'Pokaż licencję e-dokumentu'),(15451,332,15,'Pokaż licencję e-dokumentu do zaakceptowania/odrzucenia przed zezwoleniem ściągnięcia e-dokumentu z witryny'),(15452,333,15,'Pokaż licencję e-dokumentu'),(15453,334,15,'Akceptacja licencji'),(15454,335,15,'Akceptujesz?'),(15455,336,15,'Dodaj recenzję'),(15456,337,15,'Ukryj recenzję'),(15457,338,15,'Pokaż przycisk Kup teraz'),(15458,339,15,'Pokaż przycisk Kup teraz'),(15459,340,15,'Wyświetla przycisk Kup teraz obok pojazdu w witrynie'),(15460,341,15,'Zezwól na przycisk Kup teraz:'),(15461,342,15,'Pokaż przycisk Kup teraz w witrynie dla wybranych kategorii. Ta funkcja będzie aktywowana, jeżeli --Pokaż przycisk Kup teraz-- jest ustawione na TAK! Możesz wybrać kilka kategorii.'),(15462,343,15,'Zezwól na przycisk Kup teraz'),(15463,344,15,'Pełny eksport danych'),(15464,345,15,'Pełny import danych'),(15465,346,15,'Ta operacja usunie WSZYSTKIE istniejące dane VehicleManagera przed importowaniem. Czy chcesz kontynuować?'),(15466,347,15,'\\n<strong>CSV&nbsp;IMPORT:</strong>\\n<ul>\\n	<li>Obecnie obsługiwany jest następujący format CSV:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Pola są oddzielone pionową linią (<strong>&nbsp;|&nbsp;</strong>)</li>\\n	<li>Możesz zaimportować całą listę, tylko z ID pojazdów, zostawiając inne pola puste, np.:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li><strong>UWAGA:</strong>&nbsp;nie używaj importu CSV jeżeli na stronie są recenzje pojazdów; w takim wypadku używaj pełnego importu danych!</li>\\n</ul>\\n<strong>XML&nbsp;IMPORT:</strong>\\n<ul>\\n	<li>importowanie w XML Ń„ĐľŃ€ĐĽĐ°Ń‚</li>\\n	<li><strong>UWAGA:</strong>&nbsp;nie używaj importu XML jeżeli na stronie są recenzje pojazdów; w takim wypadku używaj pełnego importu danych!</li>\\n<li><strong>UWAGA:</strong>&nbsp;nie zostan? zapisane stowarzyszenia mi?dzy domami!</li>\n        <li><strong>UWAGA:</strong>&nbsp;musisz przes?a? zdj?cia pojedynczo, zdj?cia b?d? zapisywane!</li></ul>\\n<strong>PEŁNY&nbsp;IMPORT&nbsp;DANYCH:</strong>\\n<ul>\\n	<li>To importowanie zaimportuje wszystkie dane VehicleManagera i przywróci wszystkie pola oraz detale</li>\\n	<li>Ta opcja zastąpi WSZYSTKIE występujące wpisy, więc zachowaj ostrożność, gdy jej używasz!</li>\\n	<li>Aby zapisać wszystkie zdjęcia pojazdów, zapisz wszystkie pliki z folderu: --components/com_vehiclemanager/photos--!</li>\\n	<li>Aby zapisać wszystkie e-dokumenty pojazdów, zapisz wszystkie pliki z folderu sprecyzowanego w ustawieniach zaplecza: --Lokalizacja e-dokumentów--!</li>\\n</ul>'),(15467,348,15,'\\n<strong>CSV&nbsp;EKSPORT:</strong>\\n<ul>\\n	<li>Eksport CSV będzie zawierał wszystkie pola do późniejszego wypełnienia w edytorze tekstowym lub arkuszu kalkulacyjnym</li>\\n	<li>Pamiętaj przy kolejnym imporcie, że tylko następujący format CSV jest obsługiwany:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Możesz również zaimportować później, wliczając recenzje pojazdów, używając PEŁNEGO eksportu!</li>\\n</ul>\\n<strong>XML&nbsp;EKSPORT:</strong>\\n<ul>\\n	<li>Eksport XML jest preferowaną metodą eksportu pojazdów z opisami</li>\\n	<li>Eksport XML będzie zawierał wszystkie detale pojazdu, wliczając opisy, gotowe do późniejszego importu</li>\\n<li><strong>UWAGA:</strong>&nbsp;nie zostan? zapisane stowarzyszenia mi?dzy domami!</li>\n        <li><strong>UWAGA:</strong>&nbsp;musisz przes?a? zdj?cia pojedynczo, zdj?cia b?d? zapisywane!</li></ul>\\n<strong>PEŁNY&nbsp;EKSPORT&nbsp;DANYCH:</strong>\\n<ul>\\n	<li>Ten eksport wyeksportuje wszystkie dane VehicleManagera i zapisze wszystkie pola oraz wpisy</li>\\n	<li>Możesz użyć tych plików później, aby przywrócić w pełni swoje dane VehicleManagera</li>\\n	<li>Kolejny import zastąpi WSZYSTKIE występujące wpisy, więc zachowaj ostrożność, gdy go używasz!</li>\\n	<li>Aby przywrócić wszystkie zdjęcia pojazdów, przywróć wszystkie pliki z folderu: --components/com_vehiclemanager/photos--!</li>\\n	<li>Aby przywrócić wszystkie e-dokumenty pojazdów, przywróć wszystkie pliki z folderu określonego w [Ustawienia zaplecza] -- [Lokalizacja e-dokumentów]</li>\\n</ul>'),(15468,349,15,'Wyślij powiadomienie o recenzji'),(15469,350,15,'Wyślij powiadomienie o recenzji'),(15470,351,15,'Ustaw na TAK, jeżeli chcesz otrzymywać powiadomienia na e-mail, kiedy użytkownik doda recenzję pojazdu. Użyj panelu po prawej stronie, aby ustawić nadawcę powiadomień. Możesz ustawić adresy odbiorców w Konfiguracja zaplecza.'),(15471,352,15,'Grupy użytkowników, od których będą wysyłane powiadomienia o recenzji'),(15472,353,15,'Grupy użytkowników, od których będą wysyłane powiadomienia o recenzji'),(15473,354,15,'Wybierz, które grupy użytkowników będę wysyłać powiadomienia o recenzji. Ta funkcja będzie aktywowowana, jeżeli --Wysyłaj powiadomienie o recenzji-- jest ustawione na TAK'),(15474,355,15,'Wyślij powiadomienie o zapytaniu o wypożyczenie'),(15475,356,15,'Wyślij powiadomienie o zapytaniu o wypożyczenie'),(15476,357,15,'Ustaw na TAK, jeżeli chcesz otrzymywać powiadomienia na e-mail, kiedy użytkownik doda zapytanie o wypożyczenie pojazdu. Użyj panelu po prawej stronie, aby ustawić nadawcę powiadomień. Możesz ustawić adresy odbiorców w Konfiguracja zaplecza..'),(15477,358,15,'Grupy użytkowników, od których będą wysyłane powiadomienia o zapytaniu o wypożyczenie'),(15478,359,15,'Grupy użytkowników, od których będą wysyłane powiadomienia o zapytaniu o wypożyczenie'),(15479,360,15,'Wybierz, które grupy użytkowników będę wysyłać powiadomienia o zapytaniu o wypożyczenie. Ta funkcja będzie aktywowowana, jeżeli --Wysyłaj powiadomienie o zapytaniu o wypożyczenie-- jest ustawione na TAK'),(15480,361,15,'Komentarz recenzji'),(15481,362,15,'Własne obrazki kategorii'),(15482,363,15,'Własne obrazki kategorii'),(15483,364,15,'Jeżeli ustawione na TAK, możesz ustawić własny obrazek dla każdej kategorii zamiast standardowej ikony folderu. Następnie możesz ustawić obrazki kategorii w VehicleManager - Zarządzaj&nbsp;kategoriami - Edytuj - Wybierz&nbsp;obrazek'),(15484,365,15,'Pokaż podkategorię'),(15485,366,15,'Show for single subcategory'),(15486,367,15,'Pokaż podkategorię'),(15487,368,15,'Jeżeli ustawiony na TAK, będziesz widzieć podkategorie dla każdej kategorii'),(15488,369,15,'If set to YES, you will see subcategory for single select category'),(15489,370,15,'You can not return vehicle from rent that were not rent out'),(15490,371,15,'Wybierz pojazd z listy, aby go wypożyczyć'),(15491,372,15,'Wybierz pojazd z listy, aby zwrócić go do wypożyczalni'),(15492,373,15,'Wybierz pozycję z listy, aby zaakceptować zapytanie'),(15493,374,15,'Wybierz pozycję z listy, aby odrzucić zapytanie'),(15494,375,15,'Musisz wybrać rodzaj do zaimportowania!'),(15495,376,15,'Musisz wybrać rodzaj do wyeksportowania!'),(15496,377,15,'Proszę wpisać nazwę tego pojazdu!'),(15497,378,15,'Proszę wpisać ID dla tego pojazdu!'),(15498,379,15,'Pojazd z tym ID już istnieje!'),(15499,380,15,'Musisz wybrać kategorię dla tego pojazdu!'),(15500,381,15,'Proszę wpisać nazwisko do zapytania o kupno!'),(15501,382,15,'Proszę wpisać prawidłowy adres e-mail do zapytania o kupno!'),(15502,383,15,'Proszę wpisać prawidłowy numer telefonu do zapytania o kupno!'),(15503,384,15,'Wymagane pola'),(15504,385,15,'Rekomendowane pola'),(15505,386,15,'Pola adresu'),(15506,387,15,'Wyposażenie'),(15507,388,15,'Wyposażenie nadwozia'),(15508,389,15,'Wyposazenie wnętrza'),(15509,390,15,'Pozostałe wyposażenie'),(15510,391,15,'Zarządzanie zdjęciami'),(15511,392,15,'Galeria zdjęć pojazdu'),(15512,393,15,'Advertisment'),(15513,394,15,'Informacja dla klienta '),(15514,395,15,'VehicleManager :: Zarządzanie sprzedażą'),(15515,396,15,'Zapytanie o kupno'),(15516,397,15,'Ukryte kupno'),(15517,398,15,'Wyślij zapytanie'),(15518,399,15,'Wyślij powiadomienie zapytania o kupno'),(15519,400,15,'Wyślij powiadomienie zapytania o kupno'),(15520,401,15,'Ustaw na TAK, jeżeli chcesz zostać powiadomiony poprzez e-mail, gdy użytkownik złoży zapytanie o kupno. Użyj panelu po prawej stronie, aby ustawić nadawcę powiadomień. Możesz ustawić adresy odbiorców w Konfiguracja zaplecza.'),(15521,402,15,'Grupy użytkowników, z których będą wysyłane powiadomienia zapytań o kupno'),(15522,403,15,'Grupy użytkowników, z których będą wysyłane powiadomienia zapytań o kupno'),(15523,404,15,'Wybierz grupy użytkowników, z których będą wysyłane powiadomienia zapytań o kupno. Ta funkcja będzie aktywowana, jeżeli --Wyślij powiadomienie zapytania o kupno-- jest ustawione na TAK'),(15524,405,15,'E-mail zapytań o kupno'),(15525,406,15,'E-mail zapytań o kupno'),(15526,407,15,'Gdzie wysyłać powiadomienia dla nowo dodanego zapytania o kupno. Możesz podać kilka adresów oddzielonych przecinkiem.'),(15527,408,15,'VehicleManager :: Ustawienia'),(15528,409,15,'Usuń'),(15529,410,15,'Zdjęcie '),(15530,411,15,'Pokaż zakładkę recenzji'),(15531,412,15,'Pokaż zakładkę recenzji'),(15532,413,15,'Ustaw TAK, aby wyświetlać zakładkę recenzji'),(15533,414,15,'Pokaż zakładkę lokalizacji'),(15534,415,15,'Pokaż zakładkę lokalizacji'),(15535,416,15,'Ustaw TAK, aby wyświetlać zakładkę lokalizacji'),(15536,417,15,'Dodaj pojazd'),(15537,418,15,'Pokaż przycisk<br />Dodaj pojazd'),(15538,419,15,'Pokaż przycisk<br />Dodaj pojazd]'),(15539,420,15,'Pokaż przycisk Dodaj pojazd w liście pojazdów w witrynie'),(15540,421,15,'Zezwól na przycisk<br />Dodaj pojazd'),(15541,422,15,'Zezwól na przycisk<br />Dodaj pojazd'),(15542,423,15,'Zezwól na przycisk Dodaj pojazd w witrynie. Ta funkcja będzie aktywowana, jeżeli --Pokaż przycisk Dodaj pojazd-- jest ustawiony na TAK!'),(15543,424,15,'Pokaż przycisk<br />drukuj PDF'),(15544,425,15,'Pokaż przycisk<br />drukuj PDF'),(15545,426,15,'Pokaż przycisk drukuj PDF w liście pojazdów w witrynie'),(15546,427,15,'Zezwól na przycisk<br />drukuj PDF'),(15547,428,15,'Zezwól na przycisk<br />drukuj PDF'),(15548,429,15,'Zezwól na przycisk drukuj PDF w witrynie. Ta funkcja będzie aktywowana, jeżeli --Pokaż przycisk drukuj PDF-- jest ustawiony na TAK!'),(15549,430,15,'Pokaż przycisk<br />drukuj widok'),(15550,431,15,'Pokaż przycisk<br />drukuj widok'),(15551,432,15,'Pokaż przycisk drukuj widok w liście pojazdów w witrynie'),(15552,433,15,'Zezwól na przycisk<br />drukuj widok'),(15553,434,15,'Zezwól na przycisk<br />drukuj widok'),(15554,435,15,'Zezwól na przycisk drukuj widok w witrynie. Ta funkcja będzie aktywowana, jeżeli --Pokaż przycisk drukuj widok-- jest ustawiony na TAK!'),(15555,436,15,'Pokaż przycisk<br />wyślij link'),(15556,437,15,'Pokaż przycisk<br />wyślij link'),(15557,438,15,'Pokaż przycisk wyślij link w liście pojazdów w witrynie'),(15558,439,15,'Zezwól na przycisk<br />wyślij link'),(15559,440,15,'Zezwól na przycisk<br />wyślij link'),(15560,441,15,'Zezwól na przycisk wyślij link w witrynie. Ta funkcja będzie aktywowana, jeżeli --Pokaż przycisk wyślij link-- jest ustawiony na TAK!'),(15561,442,15,'Kontakty'),(15562,443,15,'Pokaż kontakty'),(15563,444,15,'Pokaż kontakty '),(15564,445,15,'Kontakty wyświetlane w zakładce \'Główna\'.'),(15565,446,15,'Lokalizacja zdjęć'),(15566,447,15,'Lokalizacja wgranych zdjęć na serwerze. Ścieżka jest względna do głównego katalogu Joomla i musi zaczynać się oraz kończyć od /'),(15567,448,15,'lokalizacja zdjęć'),(15568,449,15,'od'),(15569,450,15,'do'),(15570,451,15,'Niedostępny do wypożyczenia'),(15571,452,15,'Dostępny do wypożyczenia'),(15572,453,15,'Twój pojazd został zapisany w naszej bazie danych. Sprawdzimy Twoje zapytanie i dodamy Twój pojazd najszybciej, jak to możliwe.<br />Dziękujemy za korzystanie z naszych usług'),(15573,454,15,'Lokalizacja'),(15574,455,15,'Ogólne'),(15575,456,15,'---select---'),(15576,457,15,'For rent'),(15577,458,15,'For sale'),(15578,459,15,'negotiable,starting'),(15579,460,15,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(15580,461,15,'new,used'),(15581,462,15,'manual,automatic'),(15582,463,15,'active,offer,contract,closed,withdrawn'),(15583,464,15,'Fwd,Rwd,Awd,4wd,2wd'),(15584,465,15,'petrol,diesel,gas,electric,hybrid,unlisted'),(15585,466,15,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(15586,467,15,'4,5,6,8,10,12,16'),(15587,468,15,'none,2,3,4,5,6,7'),(15588,469,15,'Edytuj'),(15589,470,15,'Zaakceptowano'),(15590,471,15,'Marka'),(15591,472,15,'Pokaż moje pojazdy'),(15592,473,15,'wszystkie'),(15593,474,15,'od'),(15594,475,15,'do'),(15595,476,15,'lista'),(15596,477,15,'galeria'),(15597,478,15,'Do wyboru przez użytkownika'),(15598,479,15,'Właściciel'),(15599,480,15,'Pełny XML'),(15600,481,15,'ID'),(15601,482,15,'Add Vehicle'),(15602,483,15,'Publikuj'),(15603,484,15,'Wycofaj'),(15604,485,15,'Usuń'),(15605,486,15,'Return vehicle from rent'),(15606,487,15,'Rent'),(15607,488,15,'Brak pojazdów'),(15608,489,15,'Przepraszamy, nie masz dostępu do tej strony'),(15609,490,15,'Pokaż RSS'),(15610,491,15,'Pokaż RSS lub nie'),(15611,492,15,'Pokaż RSS'),(15612,493,15,'Zezwól na RSS dla'),(15613,494,15,'Zezwól na RSS'),(15614,495,15,'Wybierz użytkowników, od których zezwalać na RSS'),(15615,496,15,'Zatwierdź dodane pojazdy'),(15616,497,15,'Zatwierdź dodane pojazdy'),(15617,498,15,'Zatwierdź pojazdy dodane z witryny'),(15618,499,15,'Zezwól na zatwierdzanie'),(15619,500,15,'Zezwól na zatwierdzanie'),(15620,501,15,'Wybierz użytkowników, którym zezwolisz na zatwierdzanie pojazdów z witryny'),(15621,502,15,'Rodzaj widoku'),(15622,503,15,'Rodzaj widoku'),(15623,504,15,'Wybierz rodzaj widoku dla pojazdów'),(15624,505,15,'Show location map'),(15625,506,15,'Location map'),(15626,507,15,'If choose \\\"yes\\\" then show location map '),(15627,508,15,'Save database after uninstall component:'),(15628,509,15,'Update'),(15629,510,15,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(15630,511,15,'Pokaż właściciela'),(15631,512,15,'Pokaż właściciela'),(15632,513,15,'Pokaż właściciela lub nie'),(15633,514,15,'Odpowiedź na zapytanie o wypożyczenie'),(15634,515,15,'Odpowiedź na zapytanie o wypożyczenie'),(15635,516,15,'Wyślij do użytkownika e-mail z odpowiedzią na zapytanie o wypożyczenie'),(15636,517,15,'Zaakceptowano'),(15637,518,15,'Odrzucono'),(15638,519,15,'Odpowiedź na Twoje zapytanie o wypożyczenie'),(15639,520,15,'Twoje zapytanie o wypożyczenie pojazdu'),(15640,521,15,''),(15641,522,15,'no-img_eng_big.gif'),(15642,523,15,'Edytuj pojazd'),(15643,524,15,'Dodaj pojazd'),(15644,525,15,'Edytuj pojazd'),(15645,526,15,'Moje pojazdy'),(15646,527,15,'Pokaż listę właścicieli'),(15647,528,15,'Pokaż listę właścicieli'),(15648,529,15,'Jeżeli wybierzesz \\\"tak\\\", pokażesz listę właścicieli w witrynie'),(15649,530,15,'Zezwól na listę właścicieli'),(15650,531,15,'Zezwól na listę właścicieli'),(15651,532,15,'Wybierz użytkowników, którym zezwalasz na pokazanie listy właścicieli'),(15652,533,15,'Lista właścicieli'),(15653,534,15,'Lista właścicieli'),(15654,535,15,'Właściciele'),(15655,536,15,'Pojazdy'),(15656,537,15,'Pojazdy użytkownika'),(15657,538,15,'Brak pojazdów'),(15658,539,15,'Nie jesteś zalogowany! Jeżeli będziesz chciał edytować pojazdy, musisz się zalogować!'),(15659,540,15,'Zapytanie o wypożyczenie'),(15660,541,15,'Nie znaleziono pojazdu z tym ID'),(15661,542,15,'Nie możesz oglądać tej strony, ponieważ jest nieopublikowana'),(15662,543,15,'Nie możesz oglądać tej strony, ponieważ nie jest zatwierdzona przez administratora'),(15663,544,15,'Sprawdź kategorie samochodów'),(15664,545,15,'Jesteś pewny?'),(15665,546,15,'Proszę najpierw wybrać pojazd!'),(15666,547,15,'Formularz odpowiedzi na zapytanie o wypożyczenie'),(15667,548,15,'Formularz odpowiedzi na zapytanie o wypożyczenie'),(15668,549,15,'Formularz odpowiedzi na zapytanie o wypożyczenie'),(15669,550,15,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(15670,551,15,'Odpowiedź na zapytanie o kupno'),(15671,552,15,'Odpowiedź na zapytanie o kupno'),(15672,553,15,'Wyślij do użytkownika e-mail z odpowiedzią na zapytanie o kupno'),(15673,554,15,'Formularz odpowiedzi na zapytanie o kupno'),(15674,555,15,'Formularz odpowiedzi na zapytanie o kupno'),(15675,556,15,'Formularz odpowiedzi na zapytanie o kupno'),(15676,557,15,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(15677,558,15,'Zaakceptowany'),(15678,559,15,'Odrzucony'),(15679,560,15,'Opublikuj dodane pojazdy'),(15680,561,15,'Opublikuj dodane pojazdy'),(15681,562,15,'Opublikuj pojazdy dodane z witryny'),(15682,563,15,'Zezwól na publikację'),(15683,564,15,'Zezwól na publikację'),(15684,565,15,'Wybierz użytkowników, którym zezwalasz na publikację pojazdów z witryny'),(15685,566,15,'Data'),(15686,567,15,'Rent before end notify'),(15687,568,15,'Rent before end notify'),(15688,569,15,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(15689,570,15,'Rent end days'),(15690,571,15,'Rent end days'),(15691,572,15,'How much days before rent end send notify email'),(15692,573,15,'Rent end email'),(15693,574,15,'Rent end email'),(15694,575,15,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(15695,576,15,'Edytuj wypożyczenie'),(15696,577,15,'VehicleManager - Edytuj detale wypożyczenia pojazdu'),(15697,578,15,'User groups for which Contacts  will show'),(15698,579,15,'User groups for which Contacts  will show'),(15699,580,15,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(15700,581,15,' User groups for which Location tab will be shown'),(15701,582,15,' User groups for which Location tab will be shown'),(15702,583,15,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(15703,584,15,'User groups for which Reviews tab will be shown'),(15704,585,15,'User groups for which Reviews tab will be shown'),(15705,586,15,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(15706,587,15,'Show Buy Request'),(15707,588,15,'Show Buy request in the frontend'),(15708,589,15,'Set Yes to show the button Send Buy Request on the frontend.'),(15709,590,15,'User groups which will see button Send Buy Request'),(15710,591,15,'Allow Buy request'),(15711,592,15,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(15712,593,15,'Send Add vehicle Notification'),(15713,594,15,'Send Add vehicle Notification'),(15714,595,15,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(15715,596,15,'User groups from which Add vehicle notifications will be sent'),(15716,597,15,'User groups from which Add vehicle notifications will be sent'),(15717,598,15,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(15718,599,15,'Show fields in list view'),(15719,600,15,'This section helps to configure the view only but not to restrict user rights.'),(15720,601,15,'To show the [Price] a radio selector [Show price] must be checked.'),(15721,602,15,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(15722,603,15,'Community Builder plugin / My Vehicles menu item settings'),(15723,604,15,'Show my vehicles (in CB)'),(15724,605,15,'Show edit vehicles'),(15725,606,15,'Show rent requests'),(15726,607,15,'Show buy requests'),(15727,608,15,'Show user rent history'),(15728,609,15,'Show my vehicles to'),(15729,610,15,'Show edit vehicles to'),(15730,611,15,'Show rent requests to'),(15731,612,15,'Show buy requests to'),(15732,613,15,'Show user rent history to'),(15733,614,15,'Show my vehicles'),(15734,615,15,'Show edit vehicles'),(15735,616,15,'Show rent requests'),(15736,617,15,'Show buy requests'),(15737,618,15,'Show user rent history'),(15738,619,15,'Show button \'show my vehicles\' on CB plugin'),(15739,620,15,'Show my vehicles'),(15740,621,15,'Select user group for which will be show this button'),(15741,622,15,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(15742,623,15,'Show edit vehicles'),(15743,624,15,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(15744,625,15,'Show rent requests'),(15745,626,15,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(15746,627,15,'Show buy requsts'),(15747,628,15,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(15748,629,15,'Show my rent history'),(15749,630,15,'Calendar of availability and rental rates per period'),(15750,631,15,'Week'),(15751,632,15,'Weekend'),(15752,633,15,'Midweek'),(15753,634,15,'Year'),(15754,635,15,'Month'),(15755,636,15,'Calendar'),(15756,637,15,'Add price'),(15757,638,15,'Select price which are necessary to remove'),(15758,639,15,'Available date Not available date for rent'),(15759,640,15,'Not available date for rent'),(15760,641,15,'New price rent'),(15761,642,15,'Add new price rent'),(15762,643,15,'Calendar'),(15763,644,15,'User groups for which Calendar tab will be shown'),(15764,645,15,'Show Rent Calendar Tab'),(15765,646,15,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(15766,647,15,'Show Calendar Tab'),(15767,648,15,'Show Calendar Tab'),(15768,649,15,'Set Yes to show Calendar tab'),(15769,650,15,'Show owner'),(15770,651,15,'Show calendar'),(15771,652,15,'Show house calendar or not'),(15772,653,15,'Default price label for calendar'),(15773,654,15,'Default price labels for calendar (weekend, week, midweek)'),(15774,655,15,'Default price label for calendar'),(15775,656,15,'VehicleManager :: Featured Manager'),(15776,657,15,'Feature'),(15777,658,15,'Category'),(15778,659,15,'Published'),(15779,660,15,'Name Alias'),(15780,661,15,'Category Alias'),(15781,662,15,'Features'),(15782,663,15,'Image'),(15783,664,15,'Select photo if it is necessary to remove'),(15784,665,15,'Recommended image size 25 x 25 pixels'),(15785,666,15,'Categories for Manager Feature'),(15786,667,15,'Category must be entered, separated by commas'),(15787,668,15,'Categories for Manager Feature'),(15788,669,15,'Image for Manager Feature'),(15789,670,15,'Image for Manager Feature'),(15790,671,15,'If choose \\\"yes\\\" then show image for Manager Feature'),(15791,672,15,'Show categories for Manager Feature'),(15792,673,15,'Show categories for Manager Feature'),(15793,674,15,'If choose \\\"yes\\\" then show categories for Manager Feature'),(15794,675,15,'Currency'),(15795,676,15,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(15796,677,15,'Currency with coefficients'),(15797,678,15,'Show price sepaprator'),(15798,679,15,'Show price sepaprator'),(15799,680,15,'Show price sepaprator'),(15800,681,15,'Get geographic coordinates'),(15801,682,15,'Language'),(15802,683,15,'Show Custom Text Field 1'),(15803,684,15,'Show Custom Text Field 2'),(15804,685,15,'Show Custom Text Field 3'),(15805,686,15,'Show Custom Text Field 4'),(15806,687,15,'Show Custom Text Field 5'),(15807,688,15,'Show Custom Dropdown Field 6'),(15808,689,15,'Show Custom Dropdown Field 7'),(15809,690,15,'Show Custom Dropdown 8'),(15810,691,15,'Show Custom Dropdown 9'),(15811,692,15,'Show Custom Dropdown 10'),(15812,693,15,'Custom Fields Manager'),(15813,694,15,'Custom Text 1'),(15814,695,15,'Custom Text 2'),(15815,696,15,'Custom Text 3'),(15816,697,15,'Custom Text 4'),(15817,698,15,'Custom Text 5'),(15818,699,15,'Custom Dropdown Field 6'),(15819,700,15,'Custom Dropdown Field 7'),(15820,701,15,'Custom Dropdown Field 8'),(15821,702,15,'Custom Dropdown Field 9'),(15822,703,15,'Custom Dropdown Field 10'),(15823,704,15,'Extra1,Extra2,Extra3,Extra4,Extra5'),(15824,705,15,'Extra1,Extra2,Extra3,Extra4,Extra5'),(15825,706,15,'Extra1,Extra2,Extra3,Extra4,Extra5'),(15826,707,15,'Extra1,Extra2,Extra3,Extra4,Extra5'),(15827,708,15,'Extra1,Extra2,Extra3,Extra4,Extra5'),(15828,709,15,'Frontend Settings'),(15829,710,15,'Category Page Settings'),(15830,711,15,'Email and Notification Settings'),(15831,712,15,'Global Settings'),(15832,713,15,'Plugins Settings'),(15833,714,15,'Image Settings'),(15834,715,15,'Tabs Settings'),(15835,716,15,'Seller Contact Settings'),(15836,717,15,'Feature list settings'),(15837,718,15,'Extra Fields manager'),(15838,719,15,'Rent Request Options'),(15839,720,15,'Buy Request Options'),(15840,721,15,'eDocument Options'),(15841,722,15,'Price Settings'),(15842,723,15,'Show address on map'),(15843,724,15,'General Info'),(15844,725,15,'Specifications'),(15845,726,15,'Photos and Documents'),(15846,727,15,'Additional info'),(15847,728,15,'Seller Contacts'),(15848,729,15,'Required fields'),(15849,730,15,'Vehicle Details'),(15850,731,15,'Attachment Documents'),(15851,732,15,'Set size of main image - width/height in px'),(15852,733,15,'Vehicle gallery photo size'),(15853,734,15,'Set gallery photo size - width/height in px'),(15854,735,15,'VehicleManager :: Language Manager'),(15855,736,15,'Lang tag'),(15856,737,15,'Constant'),(15857,738,15,'Value constant'),(15858,739,15,'Sys type'),(15859,740,15,'All Categories Layout'),(15860,741,15,'Single Category Layout'),(15861,742,15,'Vehicle Page Layout'),(15862,743,15,'All Vehicles Layout'),(15863,744,15,'Common Settings'),(15864,745,15,'Allowed Exts eDocument'),(15865,746,15,'Allowed Exts Image'),(15866,747,15,'Price Format'),(15867,748,15,'Date & Time format'),(15868,749,15,'Date format'),(15869,750,15,'Time format'),(15870,751,15,'%Y - Year; %m - month;  %d - day'),(15871,752,15,'%H - hours; %i - minutes; %s - seconds'),(15872,753,15,'Price unit show'),(15873,754,15,'After'),(15874,755,15,'Before'),(15875,756,15,'Select price ditlimer os set youre.'),(15876,757,15,'Show price unit before or affter price'),(15877,758,15,'Owner custom email'),(15878,759,15,'The main image is absent'),(15879,760,15,'Select photos which are necessary to remove from photo gallery'),(15880,761,15,'Add new photo'),(15881,762,15,'Order By'),(15882,763,15,'No reviews for vehicle.'),(15883,764,15,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(15884,765,15,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(15885,766,15,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(15886,767,15,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(15887,768,15,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(15888,769,15,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(15889,770,15,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(15890,771,15,'Search Layout'),(15891,772,15,'Here You can select a layout for some view.'),(15892,773,15,'License text <br> Sys type(License Text)'),(15893,774,15,'Rent Requests'),(15894,775,15,'Sale Manager'),(15895,776,15,'Features Manager'),(15896,777,15,'Import/Export'),(15897,778,15,'Language Manager'),(15898,779,15,'Settings'),(15899,780,15,'Group'),(15900,781,15,'Count of cars'),(15901,782,15,'How many cars users can publish from a specific group.'),(15902,783,15,'Show PayPal buy'),(15903,784,15,'Allow PayPal buy'),(15904,785,15,'Show PayPal rent'),(15905,786,15,'Allow PayPal rent'),(15906,787,15,'Your PayPal email'),(15907,788,15,'Successful return url'),(15908,789,15,'After successful payment returns the buyer on your page.'),(15909,790,15,'Image url'),(15910,791,15,'Add image to PayPal page.'),(15911,792,15,'Cancel return url'),(15912,793,15,'If buyer press cancel in payment page, returns the buyer on your page.'),(15913,794,15,'Real(yes) or a test(no) PayPal account'),(15914,795,15,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(15915,796,15,'PayPal Options'),(15916,797,15,'Number of photos'),(15917,798,15,'How many photos in gallery users can publish from a specific group.'),(15918,799,15,'Total price: '),(15919,800,15,'Go now to PayPal'),(15920,801,15,'Special price per day'),(15921,802,15,'Special price per night'),(15922,803,15,'Add new special price and save'),(15923,804,15,'From'),(15924,805,15,'To'),(15925,806,15,'Price per day'),(15926,807,15,'Сalculate'),(15927,808,15,'Special price and rent time'),(15928,809,15,'Special price per day(\"yes\") or per night(\"no\")'),(15929,810,15,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(15930,811,15,'Pay'),(15931,812,15,'Language'),(15932,813,15,'Select Language'),(15933,814,15,'Clone'),(15934,815,15,'Orders'),(15935,816,15,'Message for Cancel URL text'),(15936,817,15,'Message for Successes URL text'),(15937,818,15,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(15938,819,15,'Category/All vehicle Layout Settings'),(15939,820,15,'Email Notification Options'),(15940,821,15,'Review Notification Options'),(15941,822,15,'Order ID'),(15942,823,15,'Vehicle title'),(15943,824,15,'Email'),(15944,825,15,'Date'),(15945,826,15,'Status'),(15946,827,15,'Price'),(15947,828,15,'Paid'),(15948,829,15,'Details'),(15949,830,15,'User'),(15950,831,15,'Username'),(15951,832,15,'Accept type/info: '),(15952,833,15,'Payment system: '),(15953,834,15,'Payer email: '),(15954,835,15,'Pending reason: '),(15955,836,15,'In your request encountered an error, please contact the administrator!'),(15956,837,15,'Please insert a Price for this house!'),(15957,838,15,'To add special prices, you must first save property !'),(15958,839,15,'Crop image'),(15959,840,15,'Set Yes to crop images and No to scale images'),(15960,841,15,'Insert the Message on page with notification about unsuccessfull payment'),(15961,842,15,'You do unsuccess payment!'),(15962,843,15,'Insert the Message on page with notification about successfull payment'),(15963,844,15,'You do success payment!'),(15964,845,15,'Video'),(15965,846,15,'Video source'),(15966,847,15,'Delete video'),(15967,848,15,'Add new video file'),(15968,849,15,'Track for video'),(15969,850,15,'Track download link'),(15970,851,15,'Delete track'),(15971,852,15,'Video and track support:'),(15972,853,15,'Add new track'),(15973,854,15,'Add alternative video'),(15974,855,15,'Upload video'),(15975,856,15,'Video download link'),(15976,857,15,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(15977,858,15,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(15978,859,15,'Kind (Specifies the kind of text track)'),(15979,860,15,'Src lang (language of the track)'),(15980,861,15,'Label (Specifies the title of the text track)'),(15981,862,15,'Upload track'),(15982,863,15,'Error uploading video!'),(15983,864,15,'Error uploading track!'),(15984,865,15,'Location of video'),(15985,866,15,'Location of track'),(15986,867,15,'Allowed Exts Video'),(15987,868,15,'Allowed Exts Track'),(15988,869,15,'Please insert an track kind'),(15989,870,15,'Please insert an track language'),(15990,871,15,'Please insert an track title'),(15991,872,15,'Video/Track Options'),(15992,873,15,'Options for user groups'),(15993,874,15,'Update options'),(15994,875,15,'Buttons Settings'),(15995,876,15,'Vehicle Maps Image, px:'),(15996,877,15,'Set maps image width/height in pixels'),(15997,878,15,'Vehicle Page Settings'),(15998,879,15,'Common Settings'),(15999,880,15,'AllCategories Layout Settings'),(16000,881,15,'Approve Published Review:'),(16001,882,15,'Approve Published For'),(16002,883,15,'Buttons Settings'),(16003,884,15,'Post max size in your PHP settings less than your video file.!'),(16004,885,15,'Upload max file size in your PHP settings less than your video file.!'),(16005,886,15,'File uploads is off in your PHP settings.!'),(16006,887,15,'Rent history'),(16007,888,15,'VehicleManager :: Rent Hisory'),(16008,889,15,'Users Rent History'),(16009,890,15,'VehicleManager :: Users Rent Hisory'),(16010,891,15,'OwnerID'),(16011,892,15,'Contact agent'),(16012,894,15,'View listing'),(16013,893,15,'Contact info'),(16014,895,15,'Your review has been added'),(16015,896,15,'Edit vehicles'),(16016,897,15,'Vehicle Location'),(16017,898,15,'Exterior & Interior'),(16018,899,15,'Attachments'),(16019,900,15,'VehicleManager : Orders'),(16020,901,15,'You have max photos. Limit for this users group'),(16021,902,15,'Address'),(16022,903,15,'Range(km)'),(16023,904,15,'Select Category'),(16024,905,15,'Search'),(16025,906,15,'Other'),(16026,907,15,'No reviews for vehicle'),(16027,908,15,'Captcha Settings'),(16028,909,15,'Show captcha<br />for review form'),(16029,910,15,'Show captcha for review form in the reviews tab on the frontend'),(16030,911,15,'Allow captcha<br />for review form'),(16031,912,15,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(16032,913,15,'Show captcha for<br />contact agent form'),(16033,914,15,'Show captcha for contact agent form in the reviews tab on the frontend'),(16034,915,15,'Allow captcha for<br />contact agent form'),(16035,916,15,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(16036,917,15,'Show captcha<br />for booking form'),(16037,918,15,'Show captcha for booking form in the reviews tab on the frontend'),(16038,919,15,'Allow captcha<br />for booking form'),(16039,920,15,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(16040,921,15,'Show button Add to Wish List'),(16041,922,15,'Show button Add to Wish List or not'),(16042,923,15,'Allow Wish List for'),(16043,924,15,'Select users for whom allow Wish List'),(16044,925,15,'Add to wishlist'),(16045,926,15,'Remove from wishlist'),(16046,927,15,'Google Map Options'),(16047,928,15,'Api Key'),(16048,929,15,'Field to enter google map api key'),(16049,930,15,'Google Maps API error: missing key map error!'),(16050,931,15,'To get Google Maps API key follow below link'),(16051,932,15,'Settings Layout Search Results '),(16052,933,15,'Show map<br />for layout search results'),(16053,934,15,'Show map for layout search results on the frontend'),(16054,935,15,'Allow map<br />for layout search results'),(16055,936,15,'Allow map for layout search results in the frontend.'),(16056,937,15,'Show order by form<br />for all layouts'),(16057,938,15,'Show order by form for all layouts on the frontend'),(16058,939,15,'Allow order by form<br />for all layouts'),(16059,940,15,'Allow order by form for all layouts in the frontend.'),(16060,941,15,'Show Contact Agent/Book Now Tab'),(16061,942,15,'Set Yes to show Contact Agent/Book Now tab'),(16062,943,15,'User groups for which Contact Agent/Book Now tab will be shown'),(16063,944,15,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(16064,946,15,'Options access to edit vehicles'),(16065,947,15,'Users group who will have access to edit users vehicles'),(16066,948,15,'Permit edit vehicles for other users'),(16067,949,15,'Select all users'),(16068,950,15,'Select the plugin in Vehicle Manager settings!'),(16069,951,15,'Show google captcha'),(16070,952,15,'Show google captcha'),(16071,953,15,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(16072,954,15,'Mandatory fields'),(16073,955,15,'Year of issue'),(16074,956,15,'Set \"YES\" make the field year of issue mandatory'),(16075,957,15,'Mileage'),(16076,958,15,'Set \"YES\" make the field mileage mandatory'),(16077,959,15,'Price'),(16078,960,15,'Set \"YES\" make the field price mandatory'),(16079,961,15,'Show search button<br>on frontend'),(16080,962,15,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(16081,963,15,'Show search button<br>for users'),(16082,964,15,'Select the user for which the search button on frontend will be displayed.'),(16083,965,15,'anonymous'),(16084,966,15,'New rent request added!'),(16085,967,15,'New buying request added!'),(16086,968,15,'New vehicle review added'),(16087,969,15,'SUBJECT'),(16088,970,15,'Rent expire Notice!'),(16089,971,15,'Add email user to <br /> send reply'),(16090,972,15,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(16091,973,15,'Add email user to review notification'),(16092,974,15,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(16093,975,15,'Add email user to vehicle notification'),(16094,976,15,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(16095,977,15,'Add email user to buying request notification'),(16096,978,15,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(16097,979,15,'Settings rent options on search page'),(16098,982,15,'Search Settings'),(16099,980,15,'Show available for rent'),(16100,981,15,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16101,983,15,'Show year of issue'),(16102,984,15,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16103,985,15,'Show price of vehicle'),(16104,986,15,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16105,987,15,'Show condition status'),(16106,988,15,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16107,989,15,'Show listing status'),(16108,990,15,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16109,991,15,'Show transmission type'),(16110,992,15,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16111,993,15,'Show maker'),(16112,994,15,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16113,995,15,'Show drive type'),(16114,996,15,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16115,997,15,'Show vehicle model'),(16116,998,15,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16117,999,15,'Show number cylinders'),(16118,1000,15,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16119,1001,15,'Show vehicle type'),(16120,1002,15,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16121,1003,15,'Show number speeds'),(16122,1004,15,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16123,1005,15,'Show listing type'),(16124,1006,15,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16125,1007,15,'Show vehicle fuel type'),(16126,1008,15,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16127,1009,15,'Show vehicle price type'),(16128,1010,15,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16129,1011,15,'Show vehicle number doors'),(16130,1012,15,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16131,1013,15,'Show vehicle category'),(16132,1014,15,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16133,1015,15,'Show vehicle ID'),(16134,1016,15,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16135,1017,15,'Show vehicle description'),(16136,1018,15,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16137,1019,15,'Show title'),(16138,1020,15,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16139,1021,15,'Show address'),(16140,1022,15,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16141,1023,15,'Show country'),(16142,1024,15,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16143,1025,15,'Show region'),(16144,1026,15,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16145,1027,15,'Show city'),(16146,1028,15,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16147,1029,15,'Show district'),(16148,1030,15,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16149,1031,15,'Show zipcode'),(16150,1032,15,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16151,1033,15,'Show owner'),(16152,1034,15,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16153,1035,15,'Show mileage'),(16154,1036,15,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16155,1037,15,'Show contact information'),(16156,1038,15,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16157,1039,15,'Show engine type'),(16158,1040,15,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16159,1041,15,'Show city MPG/KPL'),(16160,1042,15,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16161,1043,15,'Show highway MPG/KPL'),(16162,1044,15,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16163,1045,15,'Show wheelbase'),(16164,1046,15,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16165,1047,15,'Show wheeltype'),(16166,1048,15,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16167,1049,15,'Show rear axel type'),(16168,1050,15,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16169,1051,15,'Show brakes type'),(16170,1052,15,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16171,1053,15,'Show exterior colors'),(16172,1054,15,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16173,1055,15,'Show exterior extras'),(16174,1056,15,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16175,1057,15,'Show interior colors'),(16176,1058,15,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16177,1059,15,'Show dashboard options'),(16178,1060,15,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16179,1061,15,'Show interior extras'),(16180,1062,15,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16181,1063,15,'Show safety options'),(16182,1064,15,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16183,1065,15,'Show warranty options'),(16184,1066,15,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16185,1067,15,'Show exactly to all'),(16186,1068,15,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16187,1069,15,'Show search keywords'),(16188,1070,15,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(16189,1071,15,'Options for search button'),(16190,1072,15,'Options for fields in Advance Search Layout'),(16191,1073,15,'Options for search form'),(16192,1074,15,'Show search form on nothing found page'),(16193,1075,15,'Show search form on nothing found page. Set \"YES\" show search form.'),(16194,1076,15,'Show search form on result search page'),(16195,1077,15,'Show search form on result search page. Set \"YES\" show search form.'),(16196,1078,15,'Redirect settings'),(16197,1079,15,'Redirect settings for rent'),(16198,1080,15,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(16199,1081,15,'Redirect settings for sale'),(16200,1082,15,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(16201,945,15,'Access to edit vehicles from other users'),(16202,1083,15,'Show country, region and<br>city option as text field'),(16203,1084,15,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(16204,1085,15,'How fields Country, Region and City use'),(16205,1086,15,'Settings for Search Layout'),(16206,1087,15,'Select Search Layout by default'),(16207,1088,15,'Select search layout by default on the frontend!'),(16208,1089,15,'Order field settings'),(16209,1090,15,'Select order by default'),(16210,1091,15,'Select an option to sort by default the search result.'),(16211,1092,15,'Vehicle slider option'),(16212,1093,15,'Show vehicle as slider'),(16213,1094,15,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(16214,1095,15,'Input initial-final year'),(16215,1096,15,'Input initial and final year of calendar. Final year value should be more then initial value.'),(16216,1097,15,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(16217,1098,15,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(16218,1099,15,'Show fraction in price'),(16219,1100,15,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(16220,1101,15,'Count Vehicles in row'),(16221,1102,15,'More than 1199px'),(16222,1103,15,'More than 1199px'),(16223,1104,15,'Less than 1200px andmore than 991px'),(16224,1105,15,'Less than 1200px andmore than 991px'),(16225,1106,15,'Less than 992px andmore than 767px'),(16226,1107,15,'Less than 992px andmore than 767px'),(16227,1108,15,'Less than 768px andmore than 489px'),(16228,1109,15,'Less than 768px andmore than 489px'),(16229,1110,15,'User order'),(16230,1111,15,'Watermark settings'),(16231,1112,15,'Enable watermark'),(16232,1113,15,'Watermark text'),(16233,1114,15,'Watermark size, %'),(16234,1115,15,'Font color'),(16235,1116,15,'Font angle'),(16236,1117,15,'Watermark position'),(16237,1118,15,'Watermark opacity'),(16238,1119,15,'Set Yes to show watermark'),(16239,1120,15,'Watermark text'),(16240,1121,15,'Watermark size, %'),(16241,1122,15,'Font color for watermark'),(16242,1123,15,'Font angle for watermark'),(16243,1124,15,'Watermark position for watermark'),(16244,1125,15,'Watermark opacity for watermark'),(16245,1127,15,'Watermark Type'),(16246,1128,15,'Select file for watermark'),(16247,1129,15,'Text or Image'),(16248,1130,15,'Select image for Watermark'),(16249,1126,15,'Categories order by default'),(16250,1131,15,'All vehicles'),(16251,1132,15,'Title'),(16252,1133,15,'Maker'),(16253,1134,15,'Model'),(16254,1135,15,'Description'),(16255,1136,15,'Vehicle ID'),(16256,1137,15,'Location'),(16257,1138,15,'Country'),(16258,1139,15,'City'),(16259,1140,15,'Region'),(16260,1141,15,'Zipcode'),(16261,1142,15,'Search by'),(16262,1143,15,'Please select only one value'),(16263,1144,15,'Min size image for watermark'),(16264,1145,15,'Minimum image size to include watermark'),(16265,1146,15,'Rent From and Rent Until fields  are required!'),(16266,1147,15,'Allow price as string'),(16267,1148,15,'Set \"yes\", if you want display price as string. '),(16268,1149,15,'You typed bad characters from picture!'),(16269,1150,15,'Slider settings'),(16270,1151,15,'The height of the slider is measured as a percentage of the slider width'),(16271,1152,15,'Slider height, %'),(16272,1153,15,'Slide show type \"Filling in\" or \"Proportionally\"'),(16273,1154,15,'Slide show type'),(16274,1155,15,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(16275,1156,15,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(16276,1157,15,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(16277,1158,15,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(16278,1159,15,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(16279,1160,15,'Payment system Options'),(16280,1161,15,'Show button \"Buy\" for sale vehicles'),(16281,1162,15,'Allow button \"Buy\" for sale vehicles'),(16282,1163,15,'Show button \"Buy\" for rent vehicles'),(16283,1164,15,'Allow button \"Buy\" for rent vehicles'),(16284,2,16,'Gerenciador de Veículos'),(16285,3,16,'Nosso catálogo de veículos com carros para alugar e vender.'),(16286,4,16,'Procure Veículos'),(16287,5,16,'Procure Veículos'),(16288,6,16,'no-img_eng.gif'),(16289,7,16,'Você não tem permissão para realizar esta ação!'),(16290,8,16,'FEITO'),(16291,9,16,'Status'),(16292,10,16,'VehicleManager :: Importar/Exportar'),(16293,11,16,'Você tem que adicionar uma categoria para esta seção primeiramente.'),(16294,12,16,'Selecione por gentileza'),(16295,13,16,'Arquivo CSV'),(16296,14,16,'Arquivo XML'),(16297,15,16,'Você precisa selecionar um tipo para importar!'),(16298,16,16,'Você precisa selecionar uma categoria para importar!'),(16299,17,16,'Você precisa selecionar um arquivo para importar!'),(16300,18,16,'Você precisa selecionar um tipo para exportar!'),(16301,19,16,'Importar tipo'),(16302,20,16,'Selecionar formato do arquivo'),(16303,21,16,'Selecionar formato do arquivo'),(16304,22,16,'Categoria'),(16305,23,16,'Categoria'),(16306,24,16,'Selecionar categoria'),(16307,25,16,'Arquivo a importar'),(16308,26,16,'Arquivo a importar'),(16309,27,16,'Selecione arquivo a importar'),(16310,28,16,'No momento os seguinte formato CSV é suportado:<br />ID do veículo | Descrição | Link | Lista de tipos |  Localização | Preço | Título| ...'),(16311,29,16,'Exportar tipo'),(16312,30,16,'Selecionar formato do arquivo'),(16313,31,16,'Selecionar formato do arquivo'),(16314,32,16,'Categoria'),(16315,33,16,'Categoria'),(16316,34,16,'Selecionar Categoria'),(16317,35,16,'Exportar Resultado'),(16318,36,16,'Você pode descarregar a Exportação requerida na seguinte URL (clique da direita para salvar):'),(16319,37,16,'Por gentileza note que os arquivos ainda serão salvos no servidor e que você terá que limpá-los por sua conta.'),(16320,38,16,'GerenciadordeVeículos :: Categorias'),(16321,39,16,'Categoria'),(16322,40,16,'Veículos'),(16323,41,16,'Puplicado'),(16324,42,16,'Reordenar'),(16325,43,16,'Acesso'),(16326,44,16,'Checagem feita por'),(16327,45,16,'Adicionar'),(16328,46,16,'Editar'),(16329,47,16,'Nome da categoria não pode estar vazio'),(16330,48,16,'Categorias'),(16331,49,16,'- Selecione uma Imagem -'),(16332,50,16,'Topo'),(16333,51,16,'Codinome da Categoria'),(16334,52,16,'Título da Categoria'),(16335,53,16,'Ordenando'),(16336,54,16,'Imagem'),(16337,55,16,'Posição da Imagem'),(16338,56,16,'Item Pai'),(16339,57,16,'Sem vizualização disponível'),(16340,58,16,'Detalhes'),(16341,59,16,'Apagados'),(16342,60,16,'GerenciadordeVeículos - Alugue um Veículo'),(16343,61,16,'GerenciadordeVeículos- Retorne o veículo alugado'),(16344,62,16,'Importar'),(16345,63,16,'Exportar'),(16346,64,16,'- Todas Categorias'),(16347,65,16,'Selecionar Categorias'),(16348,66,16,'Selecionar o veículo que deseja alugar'),(16349,67,16,'- Todos Veículos'),(16350,68,16,'Aluguel'),(16351,69,16,'Não Alugados'),(16352,70,16,'Selecionar Publicados'),(16353,71,16,'- Todos Veículos'),(16354,72,16,'Não Publicados'),(16355,73,16,'Publicados'),(16356,74,16,'- All Users'),(16357,75,16,'Procurar Veículos'),(16358,76,16,'Procurar Veículos'),(16359,77,16,'Procura por Palavra-chave'),(16360,78,16,'Procura'),(16361,79,16,'Nada encontrado.'),(16362,80,16,'VehicleManager :: Veículos'),(16363,81,16,'Procura:'),(16364,82,16,'Você deve primeiramente criar uma Categoria para esta Seção.'),(16365,83,16,'Exactly to all'),(16366,84,16,'Advanced<br />search'),(16367,85,16,'from'),(16368,86,16,'to'),(16369,87,16,'Year'),(16370,88,16,'Preço'),(16371,89,16,'Tipo de listagem'),(16372,90,16,'Status de listagem'),(16373,91,16,'Tipo de preço'),(16374,92,16,'Modelo'),(16375,93,16,'Título'),(16376,94,16,'ID do Veículo'),(16377,95,16,'Resultado'),(16378,96,16,'Descrição'),(16379,97,16,'Categoria'),(16380,98,16,'# Veículo'),(16381,99,16,'Veja'),(16382,100,16,'Endereço'),(16383,101,16,'Country'),(16384,102,16,'Region'),(16385,103,16,'City'),(16386,104,16,'District'),(16387,105,16,'Zipcode'),(16388,106,16,'Latitude'),(16389,107,16,'Longitude'),(16390,108,16,'No location available'),(16391,109,16,'Tipo de Veículo'),(16392,110,16,'Condição'),(16393,111,16,'Quilometragem'),(16394,112,16,'Transmissão'),(16395,113,16,'Tipo de Motor'),(16396,114,16,'Ano de Emissão'),(16397,115,16,'Tipo de unidade'),(16398,116,16,'Tipo de combustível'),(16399,117,16,'Número de Velocidades'),(16400,118,16,'Número de Cilindros'),(16401,119,16,'Número de portas'),(16402,120,16,'Número de lugares'),(16403,121,16,'Cidade MPG/QPL'),(16404,122,16,'Rodovia MPG/QPL'),(16405,123,16,'Distância entre eixos'),(16406,124,16,'Tipo de Direção'),(16407,125,16,'Tipo de eixo traseiro'),(16408,126,16,'Tipo de Freios'),(16409,127,16,'Cores externas'),(16410,128,16,'Extras exteriores'),(16411,129,16,'Cores internas'),(16412,130,16,'Opções do painel'),(16413,131,16,'Extras do interior'),(16414,132,16,'Opções de segurança'),(16415,133,16,'Opções de garantia'),(16416,134,16,'Básico'),(16417,135,16,'Grupo Motopropulsor'),(16418,136,16,'Corrosão'),(16419,137,16,'Assistência lateral de estrada'),(16420,138,16,'Seu número de telefoner'),(16421,139,16,'Classificação'),(16422,140,16,'URL da Imagem'),(16423,141,16,'Imagem'),(16424,142,16,'Buy from link'),(16425,143,16,'Alugar para'),(16426,144,16,'Alugar de'),(16427,145,16,'Alugar até'),(16428,146,16,'Rent return'),(16429,147,16,'Alugar de - até'),(16430,148,16,'desconhecido'),(16431,149,16,'Usuário'),(16432,150,16,'email'),(16433,151,16,'Endereço de correspondência postal'),(16434,152,16,'Número de telefone'),(16435,153,16,'Alugar até: '),(16436,154,16,'Acertos'),(16437,155,16,'Reordenar'),(16438,156,16,'Alugar'),(16439,157,16,'Publicados'),(16440,158,16,'Checado'),(16441,159,16,'Data da revisão'),(16442,160,16,'Subcategorias'),(16443,161,16,'Carregar a foto principal'),(16444,162,16,'Clique para carregar novas fotos para a galeria de fotos de veículos'),(16445,163,16,'Se você carregar uma imagem, a URL da imagem corrente será deletada e apagará a imagem anteriormente carregada.'),(16446,164,16,'Erro ao carregar a imagem! Note que somente os formatos (jpg, png, gif) são suportados'),(16447,165,16,'Informação do aluguel'),(16448,166,16,'documento eletrônico atual'),(16449,167,16,'Carregar documento eletrônico'),(16450,168,16,'Descarregar documento eletrônico'),(16451,169,16,'Apagar documento eletrônico'),(16452,170,16,'documento eletrônico'),(16453,171,16,'Erro ao carregar documento eletrônico!'),(16454,172,16,'Status'),(16455,173,16,'Requerido'),(16456,174,16,'Acrescentar Revisão'),(16457,175,16,'Revisões'),(16458,176,16,'Salvar'),(16459,177,16,'Requisição de Aluguel'),(16460,178,16,'Submeter Requisição de Aluguel'),(16461,179,16,'Revisão'),(16462,180,16,'Título'),(16463,181,16,'Classificação'),(16464,182,16,'Commentário'),(16465,183,16,'Anônimo'),(16466,184,16,'Number click'),(16467,185,16,'Shows'),(16468,186,16,'Título do Veículo'),(16469,187,16,'Clique no mapa para escolher o local do veículo:'),(16470,188,16,'Por gentileza entre um Título para sua revisão!'),(16471,189,16,'Por gentileza entre uma Texto para sua revisão!'),(16472,190,16,'Por gentileza entre uma Classificação para sua revisão!'),(16473,191,16,'Por gentileza entre um Nome para seu Pedido de Locação!'),(16474,192,16,'Por gentileza entre um e-mail válido para seu Pedido de Locação!'),(16475,193,16,'Por gentileza entre um Endereço Postal válido para seu pedidot de aluguel!'),(16476,194,16,'Por gentileza entre uma Data de Retorno para seu Pedido de Locação!'),(16477,195,16,'Please enter at least one vehicle photo!'),(16478,196,16,'Não especificado'),(16479,197,16,'Arabic'),(16480,198,16,'Português do Brasil'),(16481,199,16,'Danish'),(16482,200,16,'Alemão'),(16483,201,16,'English'),(16484,203,16,'Bosnian'),(16485,202,16,'Farsi'),(16486,204,16,'Francês'),(16487,205,16,'Germanico'),(16488,206,16,'Húngaro'),(16489,207,16,'Italiano'),(16490,208,16,'Lithuanian'),(16491,209,16,'Norwegian'),(16492,210,16,'Polski'),(16493,211,16,'Portuguese'),(16494,212,16,'Romeno'),(16495,213,16,'Russo'),(16496,216,16,'Esloveno'),(16497,214,16,'Espanhol'),(16498,215,16,'Turco'),(16499,217,16,'Não'),(16500,218,16,'Sim'),(16501,219,16,'Neste momento o título do veículo está sendo editado por outro administrador'),(16502,220,16,'Erro ao apagar o veículo!'),(16503,221,16,'Add Vehicle notification email'),(16504,222,16,'Configurações do frontend'),(16505,223,16,'Configurações do backend'),(16506,224,16,'Auto-incremento da Id do Veículo'),(16507,225,16,'Auto-incremento da Id do Veículo'),(16508,226,16,'SIM se deseja usar auto-incremento de ID do veículo. NÃO se deseja entrar a ID do Veículo manualmente'),(16509,227,16,'supote a documentos eletrônicos'),(16510,228,16,'supote a documentos eletrônicos'),(16511,229,16,'SIM se deseja ativar o suporte a documentos eletrônicos para a interface do administrador.'),(16512,230,16,'Localização de documentos eletrônicos'),(16513,231,16,'Localização de documentos  eletrônicos'),(16514,232,16,' A localização dos documentos  eletrônicos carregados no servidor. O caminho é relativo ao diretório principal do Joomla e deve começar e terminar com um /'),(16515,233,16,'Mostar o link de download do documento eletrônico'),(16516,234,16,'Mostrar o download dos documentos eletrônicos no frontend'),(16517,235,16,'SIM se deseja mostrar o download do documento eletrônico como um link no frontend.'),(16518,236,16,'Mostrar Revisões'),(16519,893,16,'Contact info'),(16520,237,16,'Mostrar Revisões no frontend'),(16521,238,16,'SIM se deseja ativar a funcionalidade de Revisão de Veículos para os usuários em seu website.'),(16522,239,16,'Permitir Revisões'),(16523,240,16,'Permitir Revisões'),(16524,241,16,'Permitir revisões no frontend. Essa função somente será ativada se -- Mostar Revisões -- também estiver definido para SIM!'),(16525,242,16,'Mostrar Status do Aluguel'),(16526,243,16,'Mostrar status do Aluguel no frontend'),(16527,244,16,'SIM se deseja mostrar o status corrente do Aluguel dos veículos no frontend.'),(16528,245,16,'Permitir Pedidos de Aluguel'),(16529,246,16,'Permitir Pedidos de Aluguel'),(16530,247,16,'Permitir Pedidos de Aluguel no frontend. Essa função somente será ativada se -- Mostrar Status do Aluguel -- também estiver definido para SIM!'),(16531,248,16,'Mostrar preço'),(16532,249,16,'Mostrar preço'),(16533,250,16,'Mostra o preço do veículo no frontend'),(16534,251,16,'Veículos por página.'),(16535,252,16,'Definir o número de veículos mostrados por página.'),(16536,253,16,'Paginação.'),(16537,254,16,'Tamanho de fotos do veículo'),(16538,255,16,'Tamanho de fotos do veículo'),(16539,256,16,'Definir tamanho de fotos - altura/largura em pixels'),(16540,257,16,'Set size of main image - width/height in px'),(16541,258,16,'Set main photos size - width/height in px'),(16542,259,16,'Vehicle main photos size'),(16543,260,16,'Vehicle gallery photo size'),(16544,261,16,'Vehicle gallery photo size'),(16545,262,16,'Set gallery photo size - width/height in px'),(16546,263,16,'Vehicle upload photo size'),(16547,264,16,'Vehicle upload photo size'),(16548,265,16,'Set upload photo size - width/height in px'),(16549,266,16,'Itens da página'),(16550,267,16,'Itens da página'),(16551,268,16,'Entre a quantidade de veículos a ser mostrada por página.'),(16552,269,16,'Add Vehicle email'),(16553,270,16,'An email address for notifying about new vehicle has been added on'),(16554,271,16,'Revise o e-mail'),(16555,272,16,'Revise o e-mail'),(16556,273,16,'Onde enviar mensagens de notificação para nova Revisão adicionada. Você pode inserir vários endereços de e-mail, separados por vírgula.'),(16557,274,16,'E-mail do Pedido de Locação'),(16558,275,16,'E-mail do Pedido de Locação'),(16559,276,16,'Onde enviar mensagens de notificação para novo Pedido de Locação adicionado. Você pode inserir vários endereços de e-mail, separados por vírgula.'),(16560,277,16,'VehicleManager :: Pedidos de Aluguel'),(16561,278,16,'VehicleManager :: Sobre'),(16562,279,16,'Sobre'),(16563,280,16,'Nota de versão'),(16564,281,16,'Log de alterações'),(16565,282,16,'Bem-vindo ao VehicleManager'),(16566,283,16,'Obrigado por usar nosso componente!<br /><br />\\nVehicleManager permite que você gerencie grandes catálogos de veículos. Ele possui suporte a categoria e subcategoria e você pode adicionar uma ID de veículos para sua referência interna. Gestão de Aluguel vem incorporado, com a possibilidade de solicitação de aluguel para os usuários do Web site. VehicleManager também oferece a possibilidade de revisões de veículo por usuários, com gerenciamento de revisão no backend. O suporte a edocument é construido internamente. Informações de veículos e fotos dos mesmos podem ser inseridas manualmente. <br/ ><br />\\nNOTES: <br/ >\\n- para o download de fotos funcionarem corretamente em seu servidor, você precisa compilar PHP5 com suporte a CURL<br />\\n- Para que as exportações em CSV funcionem, você necessita complilar PHP5 com supporte a XSL<br/ >\\n- Para que o CAPTCHA funcione, você necessita compilar PHP5 com suporte a GD<br />\\n<br />\\nNo website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> você poderá encontra os manuais do VehicleManager, arquivos de linguagens adicionais, Fóruns de Suporte e também poder baixar módulos adicionais e plug-ins.<br />\\n<br />\\nEstamos disponíveis para novos desenvolvimentos, caso você queira novos recursos adicionados ao VehicleManager. Por gentileza envie seus pedidos para <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> e nós iremos retornar com uma citação. Quando você ordena uma customização paga irá receber sua próxima versão PRO com seu pedido de customização adicionado.'),(16567,284,16,'Os campos abaixo só precisam ser preenchidos manualmente quando você tiver definido '),(16568,285,16,'. caso contrário, eles serão ignorados.'),(16569,286,16,'Pedido de Locação'),(16570,287,16,'A lista mostra os veículos selecionados para alugar.<br />Se estiver vazio, por gentileza verifique novamente sua seleção.'),(16571,288,16,'Seu nome completo'),(16572,289,16,'E-mail'),(16573,290,16,'Seu endereço de correspondência postal'),(16574,291,16,'Data de devolução do veículo'),(16575,292,16,'Alugado de'),(16576,293,16,'Sua solicitação de aluguel foi armazenada em nosso banco de dados. Vamos verificar seu pedido e lhe informaremos o mais rapidamente possível.<br />Obrigado por usar nosso serviço.'),(16577,294,16,'Sua solicitação de compra foi armazenada em nosso banco de dados. Vamos verificar seu pedido e lhe informaremos o mais rapidamente possível.<br />Obrigado por usar nosso serviço.'),(16578,295,16,'VehicleManager: Pedido de Locação Aceito'),(16579,296,16,' O veículo'),(16580,297,16,'que pediu está pronto para ser alugado.'),(16581,298,16,'Salvar'),(16582,299,16,'Alugar Veículos'),(16583,300,16,'Retornar o veículo de aluguel'),(16584,301,16,'Aceitar o pedido'),(16585,302,16,'Rejeitar o pedido'),(16586,303,16,'Importar veículos'),(16587,304,16,'Exportar veículos'),(16588,305,16,'Excluir revisão'),(16589,306,16,'Editar revisão'),(16590,307,16,'Informações gerais:'),(16591,308,16,'Versão:'),(16592,309,16,'Data de lançamento:'),(16593,310,16,'Link do projeto:'),(16594,311,16,'Host do projeto:'),(16595,312,16,'Licença:'),(16596,313,16,'Este programa é distribuído na esperança de que será útil, mas sem qualquer garantia. Consulte o License.txt incluído para obter mais detalhes.'),(16597,314,16,'Desenvolvido por:'),(16598,315,16,'Página inicial'),(16599,316,16,'URL do link de download do documento eletrônico'),(16600,317,16,'Permitir download de documentos eletrônicos'),(16601,318,16,'Permitir download de documentos eletrônicos no frontend. Essa função somente será ativada se -- Mostrar Download de documentos eletrônicos -- tamabém estiver definida para SIM'),(16602,319,16,'Permitir download de documentos eletrônicos'),(16603,320,16,'Permitir preço:'),(16604,321,16,'Permita preço no frontend. Esta função será ativada apenas se --Mostrar Preço--também for definida como SIM!'),(16605,322,16,'Permitir Preço'),(16606,323,16,'VehicleManager :: Revisões'),(16607,324,16,'Título do veículo'),(16608,325,16,'Título da revisão'),(16609,326,16,'Digite os caracteres que vê na imagem acima na caixa abaixo.'),(16610,327,16,'Imprimir'),(16611,328,16,'Por favor, selecione as colunas para impressão e, em seguida, clique em Próximo!'),(16612,329,16,'Tamanho da fonte'),(16613,330,16,'Formato'),(16614,331,16,' Mostrar a licença de download do documento eletrônico'),(16615,332,16,'Mostrar o aceite da licença de download do documento eletrônico/recusar antes de permitir o download do documento eletr6onico a partir do frontend'),(16616,333,16,'Mostar a licença de download do documeto eletrônico'),(16617,334,16,'Contrato de licença'),(16618,335,16,'Aceitar?'),(16619,336,16,'Adicionar revisão'),(16620,337,16,'Ocultar revisão'),(16621,338,16,'Mostar botão Comprar agora'),(16622,339,16,'mostrar botão Comprar agora'),(16623,340,16,'Mostra o botão Comprar agora próximo ao veículo no frontend'),(16624,341,16,'Permitir botão Comprar agora:'),(16625,342,16,'Mostrar botão [Comprar agora] no frontend para as categorias selecionadas. Esta função será ativada apenas se --Mostrar botão [Comprar agora]-- também estiver definida como SIM! Você pode selecionar várias categorias.'),(16626,343,16,'Permitir botão Comprar agora'),(16627,344,16,'Exportação de dados completa'),(16628,345,16,'Importação de dados completa'),(16629,346,16,'Esta operação irá remover TODOS os dados do VehicleManager existentes antes de importar. Você deseja continuar?'),(16630,347,16,'\\n<strong>CSV&nbsp;IMPORTAR:</strong>\\n<ul>\\n	<li>No momento o seguinte formato CSV é suportado:&nbsp;&nbsp;ID do Veículo&nbsp;|&nbsp;Descrição&nbsp;|&nbsp;Link&nbsp;|&nbsp;Modelo&nbsp;|&nbsp;Tipo de Veículo&nbsp;|&nbsp;Tipo de listagem&nbsp;|&nbsp;Preço&nbsp;|&nbsp;Tipo de preço&nbsp;|&nbsp;Título de Veículo&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Campos são separados por um caractere de pipe (<strong>&nbsp;|&nbsp;</strong>)</li>\\n	<li>Você pode importar uma lista toda com apenas a ID do Veículo, deixando os outros campos vazios, por exemplo:&nbsp;&nbsp;ID do Veículo&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;Modelo&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;Preço&nbsp;|&nbsp;<i>vazio</i>&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li><strong>AVISO:</strong>&nbsp; não utilize importar CSV se houverem Revisões de Veículos presentes, neste caso utilize a importação de dados completa!</li>\\n</ul>\\n<strong>XML&nbsp;IMPORTAR:</strong>\\n<ul>\\n	<li>importar em XML формат</li>\\n	<li><strong>AVISO:</strong>&nbsp; não utilize importar XML se houverem Revisões de Veículos presentes, neste caso utilize a importação de dados completa!</li>\\n  <li><strong>AVISO:</strong>&nbsp;associações entre as casas não serão salvos!</li>\n        <li><strong>AVISO:</strong>&nbsp;você tem que fazer upload de imagens isoladamente, não há fotos serão salvas!</li></ul>\\n<strong>IMPORTAÇÃO&nbsp;COMPLETA&nbsp;DE DADOS:</strong>\\n<ul>\\n	<li>Esta importação irá importar todos os dados do VehicleManager e restaurar todos os campos e detalhes</li>\\n	<li>Esta opção irá substituir TODAS as entradas já existentes, portanto, tenha cuidado antes de a utilizar!</li>\\n	<li>Para salvar todas as fotos de veículos, por gentileza salve todos os arquivos da pasta: --components/com_vehiclemanager/photos--!</li>\\n	<li>Para salvar todos os documentos eletrônicos dos veículos, por gentileza salve todos os arquivos da pasta que você selecionou para as definições do backend --Localização de documentos'),(16631,348,16,'\\n<strong>CSV&nbsp;EXPORTAR:</strong>\\n<ul>\\n	<li>Exportação do CSV irá conter todos os campos para posterior edição adicional em um editor de texto ou um aplicativo de planilha</li>\\n	<li>Note, por gentileza, que para importações subsequentes, somente o seguinte formato CSV é suportado: :&nbsp;&nbsp;ID do Veículo&nbsp;|&nbsp;Descrição&nbsp;|&nbsp;Link&nbsp;|&nbsp;Modelo&nbsp;|&nbsp;Tipo de Veículo&nbsp;|&nbsp;Tipo de listagem&nbsp;|&nbsp;Priço&nbsp;|&nbsp;Tipo de preço&nbsp;|&nbsp;Título do Veículo&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Você também pode importar mais tarde incluindo Revisões de Veículos. Use exportação COMPLETA ao invés!</li>\\n</ul>\\n<strong>XML&nbsp;EXPORTAÇÃO:</strong>\\n<ul>\\n	<li>Exportação XML é a maneira preferida para exportar veículos com Descrição de Veículos</li>\\n	<li>Exportação XML com certeza irá conter todos os detalhes dos veículos, inlcuindo Descrições, prontas para posteriores importações</li>\\n  <li><strong>AVISO:</strong>&nbsp;associações entre as casas não serão salvos!</li>\n        <li><strong>AVISO:</strong>&nbsp;você tem que fazer upload de imagens isoladamente, não há fotos serão salvas!</li></ul>\\n<strong>EXPORTAÇÃO&nbsp;COMPLETA&nbsp;DE DADOS:</strong>\\n<ul>\\n	<li>Esta exportação irá exportar todos os dados do VehicleManager e salvar todos os campos e entradas</li>\\n	<li>Mais tarde você pode usar esses arquivos para restaurar os dados do VehicleManager na íntegra</li>\\n	<li>Esta importação subsequente irá substituir TODAS as entradas já existentes, portanto, cuidado ao usá-lo!</li>\\n	<li>Para restaurar todas as fotos do veículo, por gentileza restaure todos os arquivos da pasta: --components/com_vehiclemanager/photos--!</li>\\n	<li>Para restaurar todos os documentos eletrônicos, por gentileza restaure todos os arquivos da pasta que selecionou nas [Definições de Backend] -- [Localização de documentos eletrônicos]</li>\\n</ul>'),(16632,349,16,'Enviar Notificações de Revisão'),(16633,350,16,'Enviar Notificações de Revisão'),(16634,351,16,'Defina como SIM se você deseja ser notificado por e-mail quando um usuário adiciona uma Revisão de Veículos. Use o painel à direita para definir quem vai enviar essas notificações. Você pode definir os endereços de e-mail de recebimento em Configuração do Backend.'),(16635,352,16,'Grupos de usuários, dos quais, notificações de Revisão serão enviadas'),(16636,353,16,'Grupos de usuários, dos quais, notificações de Revisão serão enviadas'),(16637,354,16,' Escolha qual grupo de usuários irá enviar notificações de Revisão. Esta função somente será ativada se --Enviar Notificação de Revisão-- também estiver definido como SIM'),(16638,355,16,'Enviar Notificação de Solicitação de Aluguel'),(16639,356,16,'Enviar Notificação de Solicitação de Aluguel'),(16640,357,16,'Definir como SIM caso queira ser notificado por e-mail quando um usuário adicionar um Pedido de Locação. Use o painel à direita para definir quem irá enviar estas notificações. Você pode definir os endereços de e-mail de recebimento em Configuração de Backend.'),(16641,358,16,'Grupos de usuários, dos quais, Pedido de Locação serão enviados'),(16642,359,16,'Grupos de usuários, dos quais, Pedido de Locação serão enviados'),(16643,360,16,'Escolha qual grupo de usuários irá enviar notificações de Pedido de Locação. Esta função somente será ativada se --Enviar Notificação de Solicitação de Aluguel-- também estiver definido como SIM'),(16644,361,16,'Revisar comentário'),(16645,362,16,'Imagens de Categoria Personalizada'),(16646,363,16,'Imagens de Categoria Personalizada'),(16647,364,16,'Definir como SIM se você pode atribuir uma imagem personalizada para cada categoria, em vez do ícone de pasta padrão. Em seguida, você pode ajustar as imagens da categoria em VehicleManager-Gerenciar&nbsp;Categorias-Editar-Selecionar&nbsp;imagem'),(16648,365,16,'Mostrar subcategoria'),(16649,366,16,'Show for single subcategory'),(16650,367,16,'Mostrar subcategoria'),(16651,368,16,'Se estiver definido para SIM, você verá subcategoria para cada categoria'),(16652,369,16,'If set to YES, you will see subcategory for single select category'),(16653,370,16,'Você não pode voltar a casa de locação que não foi locada'),(16654,371,16,'Por gentileza, faça uma seleção a partir da lista Veículos para Locação'),(16655,372,16,'Por gentileza, faça uma seleção a partir da lista Veículo a Devolver de uma locação'),(16656,373,16,'Por gentileza, faça uma seleção a partir da lista  Solicitação a Aceitar'),(16657,374,16,'Por gentileza, faça uma seleção a partir da lista Solicitação a Rejeitar'),(16658,375,16,'Você deve selecionar um tipo para importar!'),(16659,376,16,'Você deve selecionar um tipo para exportar!'),(16660,377,16,'Por gentileza, insira um Título para este veículo!'),(16661,378,16,'Insira um ID de Veículo para este veículo!'),(16662,379,16,'Já existe um ID de Veículo com essa identificação'),(16663,380,16,'Você deve selecionar uma Categoria para o veículo!'),(16664,381,16,'Por gentileza, informe um Nome para o seu pedido de compra!'),(16665,382,16,'Por gentileza, informe um endereço de e-mail válido para o seu pedido de compra!'),(16666,383,16,'Por gentileza, informe um Número de Telefone válido para o seu pedido de compra!'),(16667,384,16,'Campos Requeridos'),(16668,385,16,'Campos Recomendados'),(16669,386,16,'Campos de endereço'),(16670,387,16,'Opções'),(16671,388,16,'Opções Externas'),(16672,389,16,'Opções internas'),(16673,390,16,'Outras opções'),(16674,391,16,'Gerenciar Foto'),(16675,392,16,'Galeria de Fotos de Veículos'),(16676,393,16,'Advertisment'),(16677,394,16,'Informação de cliente\\s '),(16678,395,16,'VehicleManager :: Gerenciador de Vendas'),(16679,396,16,'Solicitação de Compra'),(16680,397,16,'Compra Oculta'),(16681,398,16,'Enviar Solicitação'),(16682,399,16,' Enviar Notificação de Solicitação de Compra'),(16683,400,16,'Enviar Notificação de Solicitação de Compra'),(16684,401,16,'Definir como SIM caso queira ser notificado por e-mail quando um usuário submeter uma Solicitação de Compra. Use o painel à direita para definir quem irá enviar estas notificações. Você pode definir os endereços de e-mail de recebimento em Configuração de Backend.'),(16685,402,16,'Grupos de usuários, dos quais, notificações de Solicitação de Compra serão enviados'),(16686,403,16,'Grupos de usuários, dos quais, notificações de Solicitação de Compra serão enviados'),(16687,404,16,'Escolha quais grupos de usuários irão enviar notificações de Solicitação de Compra. Esta função será ativada apenas se --Enviar Notificação de Solicitação de Compra-- também estiver definido como SIM'),(16688,405,16,'E-mail de Solicitação de Compra'),(16689,406,16,'E-mail de Solicitação de Compra'),(16690,407,16,'Onde enviar mensagens de notificação para novo Solicitação de Compra adicionado. Você pode inserir vários endereços de e-mail, separados por vírgula.'),(16691,408,16,'VehicleManager :: Configurações'),(16692,409,16,'Remover'),(16693,410,16,'Foto '),(16694,411,16,'Mostar guia de Revisões'),(16695,412,16,'Mostar guia de Revisões'),(16696,413,16,'Defina para SIM se quiser mostrar a guia de Revisões.'),(16697,414,16,'Mostar guia de Localização'),(16698,415,16,'Mostar guia de Localização'),(16699,416,16,'Definir para SIM se quiser mostrar a guia de Localização.'),(16700,417,16,'Adicionar Veículo'),(16701,418,16,'Mostrar botão<br />Adicionar Veículo'),(16702,419,16,'Mostrar botão<br />Adicionar Veículo'),(16703,420,16,'Mostra o botão Adicionar Veículo na lista de veículos no frontend'),(16704,421,16,'Permitir botão<br />Adicionar Veículo'),(16705,422,16,'Permitir botão<br />Adicionar Veículo'),(16706,423,16,'Permitir botão Adicionar Veículo no frontend. Essa função será ativada somente se --Mostrar botão Adicionar Veículo-- também estiver definido como SIM!'),(16707,424,16,'Show button<br />print PDF'),(16708,425,16,'Show button<br />print PDF'),(16709,426,16,'Shows button print PDF in the vehicle list in the frontend'),(16710,427,16,'Allow button<br />print PDF'),(16711,428,16,'Allow button<br />print PDF'),(16712,429,16,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(16713,430,16,'Show button<br />print View'),(16714,431,16,'Show button<br />print View'),(16715,432,16,'Shows button print View in the vehicle list in the frontend'),(16716,433,16,'Allow button<br />print View'),(16717,434,16,'Allow button<br />print View'),(16718,435,16,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(16719,436,16,'Show button<br />send Link'),(16720,437,16,'Show button<br />send Link'),(16721,438,16,'Shows button send Link in the vehicle list in the frontend'),(16722,439,16,'Allow button<br />send Link'),(16723,440,16,'Allow button<br />send Link'),(16724,441,16,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(16725,442,16,'Contatos'),(16726,443,16,'Mostrar Contatos'),(16727,444,16,'Mostar Contatos '),(16728,445,16,'Exibição de contatos na guia \'Main\'.'),(16729,446,16,'Localização de fotos'),(16730,447,16,' A localização das fotos carregadas no servidor. O caminho é relativo ao diretório principal de Joomla e deve começar e terminar com um /'),(16731,448,16,'Localização de fotos'),(16732,449,16,'Disponível pra locar de'),(16733,450,16,'Disponível para locar até'),(16734,451,16,'Indisponível para locação'),(16735,452,16,'Diponível para locação'),(16736,453,16,'Seu veículo foi armazenado em nosso banco de dados. Vamos verificar seu pedido e adicionar o seu veículo, o mais rapidamente possível.<br />Obrigado por usar nosso serviço'),(16737,454,16,'Localização'),(16738,455,16,'Principal'),(16739,456,16,'---select---'),(16740,457,16,'For rent'),(16741,458,16,'For sale'),(16742,459,16,'negotiable,starting'),(16743,460,16,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(16744,461,16,'new,used'),(16745,462,16,'manual,automatic'),(16746,463,16,'active,offer,contract,closed,withdrawn'),(16747,464,16,'Fwd,Rwd,Awd,4wd,2wd'),(16748,465,16,'petrol,diesel,gas,electric,hybrid,unlisted'),(16749,466,16,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(16750,467,16,'4,5,6,8,10,12,16'),(16751,468,16,'none,2,3,4,5,6,7'),(16752,469,16,'Edit'),(16753,470,16,'Approved'),(16754,471,16,'Maker'),(16755,472,16,'Show my vehicles'),(16756,473,16,'all'),(16757,474,16,'from'),(16758,475,16,'to'),(16759,476,16,'list'),(16760,477,16,'gallery'),(16761,478,16,'User-selectable'),(16762,479,16,'Owner'),(16763,480,16,'Full XML'),(16764,481,16,'Id'),(16765,482,16,'Add Vehicle'),(16766,483,16,'Publish'),(16767,484,16,'Unpublish'),(16768,485,16,'Delete'),(16769,486,16,'Return vehicle from rent'),(16770,487,16,'Rent'),(16771,488,16,'You have not vehicles'),(16772,489,16,'Sorry, you have not access to this page'),(16773,490,16,'Show RSS'),(16774,491,16,'Show RSS or not'),(16775,492,16,'Show RSS'),(16776,493,16,'Allow RSS for'),(16777,494,16,'Allow RSS'),(16778,495,16,'Select users for whom allow RSS'),(16779,496,16,'Approve added vehicles'),(16780,497,16,'Approve added vehicles'),(16781,498,16,'Approve vehicles added'),(16782,499,16,'Allow approve'),(16783,500,16,'Allow approve'),(16784,501,16,'Choose users whom allow approve vehicles from frontend'),(16785,502,16,'View type'),(16786,503,16,'View type'),(16787,504,16,'Select view type for vehicles'),(16788,505,16,'Show location map'),(16789,506,16,'Location map'),(16790,507,16,'If choose \\\"yes\\\" then show location map '),(16791,508,16,'Save database after uninstall component:'),(16792,509,16,'Update'),(16793,510,16,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(16794,511,16,'Show owner'),(16795,512,16,'Show owner'),(16796,513,16,'Show vehicle owner or not'),(16797,514,16,'Rent request answer'),(16798,515,16,'Rent request answer'),(16799,516,16,'Send email to user about rent request solution'),(16800,517,16,'Accepted'),(16801,518,16,'Declined'),(16802,519,16,'Answer for your rent request'),(16803,520,16,'Your rent request for vehicle'),(16804,521,16,''),(16805,522,16,'no-img_eng_big.gif'),(16806,523,16,'Edit vehicle'),(16807,524,16,'Add Vehicle'),(16808,525,16,'Edit Vehicle'),(16809,526,16,'My vehicles'),(16810,527,16,'Show button<br />Owners List'),(16811,528,16,'Show owners list'),(16812,529,16,'If choose \\\"yes\\\" then show owners list in frontend'),(16813,530,16,'Allow button<br />Owners List'),(16814,531,16,'Allow owners list'),(16815,532,16,'Choose users, whom allow show owners list'),(16816,533,16,'Owners list'),(16817,534,16,'Owners list'),(16818,535,16,'Owners'),(16819,536,16,'Vehicles'),(16820,537,16,'User vehicles'),(16821,538,16,'There have not vehicles'),(16822,539,16,'You have not logined! If you want edit vehicle in future, then login!'),(16823,540,16,'Rent request'),(16824,541,16,'Vehicle with this Id do not find'),(16825,542,16,'You can\'t view this page because it not published'),(16826,543,16,'You can\'t view this page because it not approved by administrator'),(16827,544,16,'Check categories of vehicles'),(16828,545,16,'Are you sure?'),(16829,546,16,'Please select vehicles first!'),(16830,547,16,'Form for answer to rent request'),(16831,548,16,'Form for answer to rent request'),(16832,549,16,'Form for answer to rent request'),(16833,550,16,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(16834,551,16,'Buy request answer'),(16835,552,16,'Buy request answer'),(16836,553,16,'Send email to user about buy request solution'),(16837,554,16,'Form for answer to buy request'),(16838,555,16,'Form for answer to buy request'),(16839,556,16,'Form for answer to buy request'),(16840,557,16,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(16841,558,16,'Accepted'),(16842,559,16,'Declined'),(16843,560,16,'Publish added vehicles'),(16844,561,16,'Publish added vehicles'),(16845,562,16,'Publish vehicles added'),(16846,563,16,'Allow publish'),(16847,564,16,'Allow publish'),(16848,565,16,'Choose users whom allow publish vehicles'),(16849,566,16,'Date'),(16850,567,16,'Rent before end notify'),(16851,568,16,'Rent before end notify'),(16852,569,16,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(16853,570,16,'Rent end days'),(16854,571,16,'Rent end days'),(16855,572,16,'How much days before rent end send notify email'),(16856,573,16,'Rent end email'),(16857,574,16,'Rent end email'),(16858,575,16,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(16859,576,16,'Edit rent'),(16860,577,16,'VehicleManager - Edit vehicle rent details'),(16861,578,16,'User groups for which Contacts  will show'),(16862,579,16,'User groups for which Contacts  will show'),(16863,580,16,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(16864,581,16,' User groups for which Location tab will be shown'),(16865,582,16,' User groups for which Location tab will be shown'),(16866,583,16,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(16867,584,16,'User groups for which Reviews tab will be shown'),(16868,585,16,'User groups for which Reviews tab will be shown'),(16869,586,16,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(16870,587,16,'Show Buy Request'),(16871,588,16,'Show Buy request in the frontend'),(16872,589,16,'Set Yes to show the button Send Buy Request on the frontend.'),(16873,590,16,'User groups which will see button Send Buy Request'),(16874,591,16,'Allow Buy request'),(16875,592,16,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(16876,593,16,'Send Add vehicle Notification'),(16877,594,16,'Send Add vehicle Notification'),(16878,595,16,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(16879,596,16,'User groups from which Add vehicle notifications will be sent'),(16880,597,16,'User groups from which Add vehicle notifications will be sent'),(16881,598,16,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(16882,599,16,'Show fields in list view'),(16883,600,16,'This section helps to configure the view only but not to restrict user rights.'),(16884,601,16,'To show the [Price] a radio selector [Show price] must be checked.'),(16885,602,16,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(16886,603,16,'Community Builder plugin / My Vehicles menu item settings'),(16887,604,16,'Show my vehicles (in CB)'),(16888,605,16,'Show edit vehicles'),(16889,606,16,'Show rent requests'),(16890,607,16,'Show buy requests'),(16891,608,16,'Show user rent history'),(16892,609,16,'Show my vehicles to'),(16893,610,16,'Show edit vehicles to'),(16894,611,16,'Show rent requests to'),(16895,612,16,'Show buy requests to'),(16896,613,16,'Show user rent history to'),(16897,614,16,'Show my vehicles'),(16898,615,16,'Show edit vehicles'),(16899,616,16,'Show rent requests'),(16900,617,16,'Show buy requests'),(16901,618,16,'Show user rent history'),(16902,619,16,'Show button \'show my vehicles\' on CB plugin'),(16903,620,16,'Show my vehicles'),(16904,621,16,'Select user group for which will be show this button'),(16905,622,16,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(16906,623,16,'Show edit vehicles'),(16907,624,16,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(16908,625,16,'Show rent requests'),(16909,626,16,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(16910,627,16,'Show buy requsts'),(16911,628,16,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(16912,629,16,'Show my rent history'),(16913,630,16,'Calendar of availability and rental rates per period'),(16914,631,16,'Week'),(16915,632,16,'Weekend'),(16916,633,16,'Midweek'),(16917,634,16,'Year'),(16918,635,16,'Month'),(16919,636,16,'Calendar'),(16920,637,16,'Add price'),(16921,638,16,'Select price which are necessary to remove'),(16922,639,16,'Available date Not available date for rent'),(16923,640,16,'Not available date for rent'),(16924,641,16,'New price rent'),(16925,642,16,'Add new price rent'),(16926,643,16,'Calendar'),(16927,644,16,'User groups for which Calendar tab will be shown'),(16928,645,16,'Show Rent Calendar Tab'),(16929,646,16,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(16930,647,16,'Show Calendar Tab'),(16931,648,16,'Show Calendar Tab'),(16932,649,16,'Set Yes to show Calendar tab'),(16933,650,16,'Show owner'),(16934,651,16,'Show calendar'),(16935,652,16,'Show house calendar or not'),(16936,653,16,'Default price label for calendar'),(16937,654,16,'Default price labels for calendar (weekend, week, midweek)'),(16938,655,16,'Default price label for calendar'),(16939,656,16,'VehicleManager :: Featured Manager'),(16940,657,16,'Feature'),(16941,658,16,'Category'),(16942,659,16,'Published'),(16943,660,16,'Name Alias'),(16944,661,16,'Category Alias'),(16945,662,16,'Features'),(16946,663,16,'Image'),(16947,664,16,'Select photo if it is necessary to remove'),(16948,665,16,'Recommended image size 25 x 25 pixels'),(16949,666,16,'Categories for Manager Feature'),(16950,667,16,'Category must be entered, separated by commas'),(16951,668,16,'Categories for Manager Feature'),(16952,669,16,'Image for Manager Feature'),(16953,670,16,'Image for Manager Feature'),(16954,671,16,'If choose \\\"yes\\\" then show image for Manager Feature'),(16955,672,16,'Show categories for Manager Feature'),(16956,673,16,'Show categories for Manager Feature'),(16957,674,16,'If choose \\\"yes\\\" then show categories for Manager Feature'),(16958,675,16,'Currency'),(16959,676,16,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(16960,677,16,'Currency with coefficients'),(16961,678,16,'Show price sepaprator'),(16962,679,16,'Show price sepaprator'),(16963,680,16,'Show price sepaprator'),(16964,681,16,'Get geographic coordinates'),(16965,682,16,'Language'),(16966,683,16,'Show Custom Text Field 1'),(16967,684,16,'Show Custom Text Field 2'),(16968,685,16,'Show Custom Text Field 3'),(16969,686,16,'Show Custom Text Field 4'),(16970,687,16,'Show Custom Text Field 5'),(16971,688,16,'Show Custom Dropdown Field 6'),(16972,689,16,'Show Custom Dropdown Field 7'),(16973,690,16,'Show Custom Dropdown 8'),(16974,691,16,'Show Custom Dropdown 9'),(16975,692,16,'Show Custom Dropdown 10'),(16976,693,16,'Custom Fields Manager'),(16977,694,16,'Custom Text 1'),(16978,695,16,'Custom Text 2'),(16979,696,16,'Custom Text 3'),(16980,697,16,'Custom Text 4'),(16981,698,16,'Custom Text 5'),(16982,699,16,'Custom Dropdown Field 6'),(16983,700,16,'Custom Dropdown Field 7'),(16984,701,16,'Custom Dropdown Field 8'),(16985,702,16,'Custom Dropdown Field 9'),(16986,703,16,'Custom Dropdown Field 10'),(16987,704,16,'Extra1,Extra2,Extra3,Extra4,Extra5'),(16988,705,16,'Extra1,Extra2,Extra3,Extra4,Extra5'),(16989,706,16,'Extra1,Extra2,Extra3,Extra4,Extra5'),(16990,707,16,'Extra1,Extra2,Extra3,Extra4,Extra5'),(16991,708,16,'Extra1,Extra2,Extra3,Extra4,Extra5'),(16992,709,16,'Frontend Settings'),(16993,710,16,'Category Page Settings'),(16994,711,16,'Email and Notification Settings'),(16995,712,16,'Global Settings'),(16996,713,16,'Plugins Settings'),(16997,714,16,'Image Settings'),(16998,715,16,'Tabs Settings'),(16999,716,16,'Seller Contact Settings'),(17000,717,16,'Feature list settings'),(17001,718,16,'Extra Fields manager'),(17002,719,16,'Rent Request Options'),(17003,720,16,'Buy Request Options'),(17004,721,16,'eDocument Options'),(17005,722,16,'Price Settings'),(17006,723,16,'Show address on map'),(17007,724,16,'General Info'),(17008,725,16,'Specifications'),(17009,726,16,'Photos and Documents'),(17010,727,16,'Additional info'),(17011,728,16,'Seller Contacts'),(17012,729,16,'Required fields'),(17013,730,16,'Vehicle Details'),(17014,731,16,'Attachment Documents'),(17015,732,16,'Set size of main image - width/height in px'),(17016,733,16,'Vehicle gallery photo size'),(17017,734,16,'Set gallery photo size - width/height in px'),(17018,735,16,'VehicleManager :: Language Manager'),(17019,736,16,'Lang tag'),(17020,737,16,'Constant'),(17021,738,16,'Value constant'),(17022,739,16,'Sys type'),(17023,740,16,'All Categories Layout'),(17024,741,16,'Single Category Layout'),(17025,742,16,'Vehicle Page Layout'),(17026,743,16,'All Vehicles Layout'),(17027,744,16,'Common Settings'),(17028,745,16,'Allowed Exts eDocument'),(17029,746,16,'Allowed Exts Image'),(17030,747,16,'Price Format'),(17031,748,16,'Date & Time format'),(17032,749,16,'Date format'),(17033,750,16,'Time format'),(17034,751,16,'%Y - Year; %m - month;  %d - day'),(17035,752,16,'%H - hours; %i - minutes; %s - seconds'),(17036,753,16,'Price unit show'),(17037,754,16,'After'),(17038,755,16,'Before');
INSERT INTO `JB21_vehiclemanager_const_languages` VALUES (17039,756,16,'Select price ditlimer os set youre.'),(17040,757,16,'Show price unit before or affter price'),(17041,758,16,'Owner custom email'),(17042,759,16,'The main image is absent'),(17043,760,16,'Select photos which are necessary to remove from photo gallery'),(17044,761,16,'Add new photo'),(17045,762,16,'Order By'),(17046,763,16,'No reviews for vehicle.'),(17047,764,16,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(17048,765,16,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(17049,766,16,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(17050,767,16,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(17051,768,16,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(17052,769,16,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(17053,770,16,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(17054,771,16,'Search Layout'),(17055,772,16,'Here You can select a layout for some view.'),(17056,773,16,'License text <br> Sys type(License Text)'),(17057,774,16,'Rent Requests'),(17058,775,16,'Sale Manager'),(17059,776,16,'Features Manager'),(17060,777,16,'Import/Export'),(17061,778,16,'Language Manager'),(17062,779,16,'Settings'),(17063,780,16,'Group'),(17064,781,16,'Count of cars'),(17065,782,16,'How many cars users can publish from a specific group.'),(17066,783,16,'Show PayPal buy'),(17067,784,16,'Allow PayPal buy'),(17068,785,16,'Show PayPal rent'),(17069,786,16,'Allow PayPal rent'),(17070,787,16,'Your PayPal email'),(17071,788,16,'Successful return url'),(17072,789,16,'After successful payment returns the buyer on your page.'),(17073,790,16,'Image url'),(17074,791,16,'Add image to PayPal page.'),(17075,792,16,'Cancel return url'),(17076,793,16,'If buyer press cancel in payment page, returns the buyer on your page.'),(17077,794,16,'Real(yes) or a test(no) PayPal account'),(17078,795,16,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(17079,796,16,'PayPal Options'),(17080,797,16,'Number of photos'),(17081,798,16,'How many photos in gallery users can publish from a specific group.'),(17082,799,16,'Total price: '),(17083,800,16,'Go now to PayPal'),(17084,801,16,'Special price per day'),(17085,802,16,'Special price per night'),(17086,803,16,'Add new special price and save'),(17087,804,16,'From'),(17088,805,16,'To'),(17089,806,16,'Price per day'),(17090,807,16,'Сalculate'),(17091,808,16,'Special price and rent time'),(17092,809,16,'Special price per day(\"yes\") or per night(\"no\")'),(17093,810,16,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(17094,811,16,'Pay'),(17095,812,16,'Language'),(17096,813,16,'Select Language'),(17097,814,16,'Clone'),(17098,815,16,'Orders'),(17099,816,16,'Message for Cancel URL text'),(17100,817,16,'Message for Successes URL text'),(17101,818,16,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(17102,822,16,'Order ID'),(17103,823,16,'Vehicle title'),(17104,824,16,'Email'),(17105,825,16,'Date'),(17106,826,16,'Status'),(17107,827,16,'Price'),(17108,828,16,'Paid'),(17109,829,16,'Details'),(17110,830,16,'User'),(17111,831,16,'Username'),(17112,832,16,'Accept type/info: '),(17113,833,16,'Payment system: '),(17114,834,16,'Payer email: '),(17115,835,16,'Pending reason: '),(17116,836,16,'In your request encountered an error, please contact the administrator!'),(17117,837,16,'Please insert a Price for this house!'),(17118,838,16,'To add special prices, you must first save property !'),(17119,839,16,'Crop image'),(17120,840,16,'Set Yes to crop images and No to scale images'),(17121,841,16,'Insert the Message on page with notification about unsuccessfull payment'),(17122,842,16,'You do unsuccess payment!'),(17123,843,16,'Insert the Message on page with notification about successfull payment'),(17124,844,16,'You do success payment!'),(17125,845,16,'Video'),(17126,846,16,'Video source'),(17127,847,16,'Delete video'),(17128,848,16,'Add new video file'),(17129,849,16,'Track for video'),(17130,850,16,'Track download link'),(17131,851,16,'Delete track'),(17132,852,16,'Video and track support:'),(17133,853,16,'Add new track'),(17134,854,16,'Add alternative video'),(17135,855,16,'Upload video'),(17136,856,16,'Video download link'),(17137,857,16,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(17138,858,16,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(17139,859,16,'Kind (Specifies the kind of text track)'),(17140,860,16,'Src lang (language of the track)'),(17141,861,16,'Label (Specifies the title of the text track)'),(17142,819,16,'Category/All vehicle Layout Settings'),(17143,820,16,'Email Notification Options'),(17144,821,16,'Review Notification Options'),(17145,862,16,'Upload track'),(17146,863,16,'Error uploading video!'),(17147,864,16,'Error uploading track!'),(17148,865,16,'Location of video'),(17149,866,16,'Location of track'),(17150,867,16,'Allowed Exts Video'),(17151,868,16,'Allowed Exts Track'),(17152,869,16,'Please insert an track kind'),(17153,870,16,'Please insert an track language'),(17154,871,16,'Please insert an track title'),(17155,872,16,'Video/Track Options'),(17156,873,16,'Options for user groups'),(17157,874,16,'Update options'),(17158,875,16,'Buttons Settings'),(17159,876,16,'Vehicle Maps Image, px:'),(17160,877,16,'Set maps image width/height in pixels'),(17161,878,16,'Vehicle Page Settings'),(17162,879,16,'Common Settings'),(17163,880,16,'AllCategories Layout Settings'),(17164,881,16,'Approve Published Review:'),(17165,882,16,'Approve Published For'),(17166,883,16,'Buttons Settings'),(17167,884,16,'Post max size in your PHP settings less than your video file.!'),(17168,885,16,'Upload max file size in your PHP settings less than your video file.!'),(17169,886,16,'File uploads is off in your PHP settings.!'),(17170,887,16,'Rent history'),(17171,888,16,'VehicleManager :: Rent Hisory'),(17172,889,16,'Users Rent History'),(17173,890,16,'VehicleManager :: Users Rent Hisory'),(17174,891,16,'OwnerID'),(17175,892,16,'Contact agent'),(17176,894,16,'View listing'),(17177,895,16,'Your review has been added'),(17178,896,16,'Edit vehicles'),(17179,897,16,'Vehicle Location'),(17180,898,16,'Exterior & Interior'),(17181,899,16,'Attachments'),(17182,900,16,'VehicleManager : Orders'),(17183,901,16,'You have max photos. Limit for this users group'),(17184,902,16,'Address'),(17185,903,16,'Range(km)'),(17186,904,16,'Select Category'),(17187,905,16,'Search'),(17188,906,16,'Other'),(17189,907,16,'No reviews for vehicle'),(17190,908,16,'Captcha Settings'),(17191,909,16,'Show captcha<br />for review form'),(17192,910,16,'Show captcha for review form in the reviews tab on the frontend'),(17193,911,16,'Allow captcha<br />for review form'),(17194,912,16,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(17195,913,16,'Show captcha for<br />contact agent form'),(17196,914,16,'Show captcha for contact agent form in the reviews tab on the frontend'),(17197,915,16,'Allow captcha for<br />contact agent form'),(17198,916,16,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(17199,917,16,'Show captcha<br />for booking form'),(17200,918,16,'Show captcha for booking form in the reviews tab on the frontend'),(17201,919,16,'Allow captcha<br />for booking form'),(17202,920,16,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(17203,921,16,'Show button Add to Wish List'),(17204,922,16,'Show button Add to Wish List or not'),(17205,923,16,'Allow Wish List for'),(17206,924,16,'Select users for whom allow Wish List'),(17207,925,16,'Add to wishlist'),(17208,926,16,'Remove from wishlist'),(17209,927,16,'Google Map Options'),(17210,928,16,'Api Key'),(17211,929,16,'Field to enter google map api key'),(17212,930,16,'Google Maps API error: missing key map error!'),(17213,931,16,'To get Google Maps API key follow below link'),(17214,932,16,'Settings Layout Search Results '),(17215,933,16,'Show map<br />for layout search results'),(17216,934,16,'Show map for layout search results on the frontend'),(17217,935,16,'Allow map<br />for layout search results'),(17218,936,16,'Allow map for layout search results in the frontend.'),(17219,937,16,'Show order by form<br />for all layouts'),(17220,938,16,'Show order by form for all layouts on the frontend'),(17221,939,16,'Allow order by form<br />for all layouts'),(17222,940,16,'Allow order by form for all layouts in the frontend.'),(17223,941,16,'Show Contact Agent/Book Now Tab'),(17224,942,16,'Set Yes to show Contact Agent/Book Now tab'),(17225,943,16,'User groups for which Contact Agent/Book Now tab will be shown'),(17226,944,16,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(17227,946,16,'Options access to edit vehicles'),(17228,947,16,'Users group who will have access to edit users vehicles'),(17229,948,16,'Permit edit vehicles for other users'),(17230,949,16,'Select all users'),(17231,950,16,'Select the plugin in Vehicle Manager settings!'),(17232,951,16,'Show google captcha'),(17233,952,16,'Show google captcha'),(17234,953,16,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(17235,954,16,'Mandatory fields'),(17236,955,16,'Year of issue'),(17237,956,16,'Set \"YES\" make the field year of issue mandatory'),(17238,957,16,'Mileage'),(17239,958,16,'Set \"YES\" make the field mileage mandatory'),(17240,959,16,'Price'),(17241,960,16,'Set \"YES\" make the field price mandatory'),(17242,961,16,'Show search button<br>on frontend'),(17243,962,16,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(17244,963,16,'Show search button<br>for users'),(17245,964,16,'Select the user for which the search button on frontend will be displayed.'),(17246,965,16,'anonymous'),(17247,966,16,'New rent request added!'),(17248,967,16,'New buying request added!'),(17249,968,16,'New vehicle review added'),(17250,969,16,'SUBJECT'),(17251,970,16,'Rent expire Notice!'),(17252,971,16,'Add email user to <br /> send reply'),(17253,972,16,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(17254,973,16,'Add email user to review notification'),(17255,974,16,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(17256,975,16,'Add email user to vehicle notification'),(17257,976,16,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(17258,977,16,'Add email user to buying request notification'),(17259,978,16,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(17260,979,16,'Settings rent options on search page'),(17261,982,16,'Search Settings'),(17262,980,16,'Show available for rent'),(17263,981,16,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17264,983,16,'Show year of issue'),(17265,984,16,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17266,985,16,'Show price of vehicle'),(17267,986,16,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17268,987,16,'Show condition status'),(17269,988,16,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17270,989,16,'Show listing status'),(17271,990,16,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17272,991,16,'Show transmission type'),(17273,992,16,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17274,993,16,'Show maker'),(17275,994,16,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17276,995,16,'Show drive type'),(17277,996,16,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17278,997,16,'Show vehicle model'),(17279,998,16,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17280,999,16,'Show number cylinders'),(17281,1000,16,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17282,1001,16,'Show vehicle type'),(17283,1002,16,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17284,1003,16,'Show number speeds'),(17285,1004,16,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17286,1005,16,'Show listing type'),(17287,1006,16,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17288,1007,16,'Show vehicle fuel type'),(17289,1008,16,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17290,1009,16,'Show vehicle price type'),(17291,1010,16,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17292,1011,16,'Show vehicle number doors'),(17293,1012,16,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17294,1013,16,'Show vehicle category'),(17295,1014,16,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17296,1015,16,'Show vehicle ID'),(17297,1016,16,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17298,1017,16,'Show vehicle description'),(17299,1018,16,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17300,1019,16,'Show title'),(17301,1020,16,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17302,1021,16,'Show address'),(17303,1022,16,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17304,1023,16,'Show country'),(17305,1024,16,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17306,1025,16,'Show region'),(17307,1026,16,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17308,1027,16,'Show city'),(17309,1028,16,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17310,1029,16,'Show district'),(17311,1030,16,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17312,1031,16,'Show zipcode'),(17313,1032,16,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17314,1033,16,'Show owner'),(17315,1034,16,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17316,1035,16,'Show mileage'),(17317,1036,16,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17318,1037,16,'Show contact information'),(17319,1038,16,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17320,1039,16,'Show engine type'),(17321,1040,16,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17322,1041,16,'Show city MPG/KPL'),(17323,1042,16,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17324,1043,16,'Show highway MPG/KPL'),(17325,1044,16,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17326,1045,16,'Show wheelbase'),(17327,1046,16,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17328,1047,16,'Show wheeltype'),(17329,1048,16,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17330,1049,16,'Show rear axel type'),(17331,1050,16,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17332,1051,16,'Show brakes type'),(17333,1052,16,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17334,1053,16,'Show exterior colors'),(17335,1054,16,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17336,1055,16,'Show exterior extras'),(17337,1056,16,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17338,1057,16,'Show interior colors'),(17339,1058,16,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17340,1059,16,'Show dashboard options'),(17341,1060,16,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17342,1061,16,'Show interior extras'),(17343,1062,16,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17344,1063,16,'Show safety options'),(17345,1064,16,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17346,1065,16,'Show warranty options'),(17347,1066,16,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17348,1067,16,'Show exactly to all'),(17349,1068,16,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17350,1069,16,'Show search keywords'),(17351,1070,16,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(17352,1071,16,'Options for search button'),(17353,1072,16,'Options for fields in Advance Search Layout'),(17354,1073,16,'Options for search form'),(17355,1074,16,'Show search form on nothing found page'),(17356,1075,16,'Show search form on nothing found page. Set \"YES\" show search form.'),(17357,1076,16,'Show search form on result search page'),(17358,1077,16,'Show search form on result search page. Set \"YES\" show search form.'),(17359,1078,16,'Redirect settings'),(17360,1079,16,'Redirect settings for rent'),(17361,1080,16,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(17362,1081,16,'Redirect settings for sale'),(17363,1082,16,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(17364,945,16,'Access to edit vehicles from other users'),(17365,1083,16,'Show country, region and<br>city option as text field'),(17366,1084,16,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(17367,1085,16,'How fields Country, Region and City use'),(17368,1086,16,'Settings for Search Layout'),(17369,1087,16,'Select Search Layout by default'),(17370,1088,16,'Select search layout by default on the frontend!'),(17371,1089,16,'Order field settings'),(17372,1090,16,'Select order by default'),(17373,1091,16,'Select an option to sort by default the search result.'),(17374,1092,16,'Vehicle slider option'),(17375,1093,16,'Show vehicle as slider'),(17376,1094,16,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(17377,1095,16,'Input initial-final year'),(17378,1096,16,'Input initial and final year of calendar. Final year value should be more then initial value.'),(17379,1097,16,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(17380,1098,16,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(17381,1099,16,'Show fraction in price'),(17382,1100,16,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(17383,1101,16,'Count Vehicles in row'),(17384,1102,16,'More than 1199px'),(17385,1103,16,'More than 1199px'),(17386,1104,16,'Less than 1200px andmore than 991px'),(17387,1105,16,'Less than 1200px andmore than 991px'),(17388,1106,16,'Less than 992px andmore than 767px'),(17389,1107,16,'Less than 992px andmore than 767px'),(17390,1108,16,'Less than 768px andmore than 489px'),(17391,1109,16,'Less than 768px andmore than 489px'),(17392,1110,16,'User order'),(17393,1111,16,'Watermark settings'),(17394,1112,16,'Enable watermark'),(17395,1113,16,'Watermark text'),(17396,1114,16,'Watermark size, %'),(17397,1115,16,'Font color'),(17398,1116,16,'Font angle'),(17399,1117,16,'Watermark position'),(17400,1118,16,'Watermark opacity'),(17401,1119,16,'Set Yes to show watermark'),(17402,1120,16,'Watermark text'),(17403,1121,16,'Watermark size, %'),(17404,1122,16,'Font color for watermark'),(17405,1123,16,'Font angle for watermark'),(17406,1124,16,'Watermark position for watermark'),(17407,1125,16,'Watermark opacity for watermark'),(17408,1127,16,'Watermark Type'),(17409,1128,16,'Select file for watermark'),(17410,1129,16,'Text or Image'),(17411,1130,16,'Select image for Watermark'),(17412,1126,16,'Categories order by default'),(17413,1131,16,'All vehicles'),(17414,1132,16,'Title'),(17415,1133,16,'Maker'),(17416,1134,16,'Model'),(17417,1135,16,'Description'),(17418,1136,16,'Vehicle ID'),(17419,1137,16,'Location'),(17420,1138,16,'Country'),(17421,1139,16,'City'),(17422,1140,16,'Region'),(17423,1141,16,'Zipcode'),(17424,1142,16,'Search by'),(17425,1143,16,'Please select only one value'),(17426,1144,16,'Min size image for watermark'),(17427,1145,16,'Minimum image size to include watermark'),(17428,1146,16,'Rent From and Rent Until fields  are required!'),(17429,1147,16,'Allow price as string'),(17430,1148,16,'Set \"yes\", if you want display price as string. '),(17431,1149,16,'You typed bad characters from picture!'),(17432,1150,16,'Slider settings'),(17433,1151,16,'The height of the slider is measured as a percentage of the slider width'),(17434,1152,16,'Slider height, %'),(17435,1153,16,'Slide show type \"Filling in\" or \"Proportionally\"'),(17436,1154,16,'Slide show type'),(17437,1155,16,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(17438,1156,16,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(17439,1157,16,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(17440,1158,16,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(17441,1159,16,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(17442,1160,16,'Payment system Options'),(17443,1161,16,'Show button \"Buy\" for sale vehicles'),(17444,1162,16,'Allow button \"Buy\" for sale vehicles'),(17445,1163,16,'Show button \"Buy\" for rent vehicles'),(17446,1164,16,'Allow button \"Buy\" for rent vehicles'),(17447,2,17,'Manager Auto'),(17448,3,17,'Catalogul nostru de vehicule cu maşini de închiriat sau de vânzare.'),(17449,4,17,'Căutare vehicule'),(17450,5,17,'Căutare vehicule'),(17451,6,17,'no-img_eng.gif'),(17452,7,17,'Nu aveţi permisiune pentru a efectua această acţiune!'),(17453,8,17,'OK'),(17454,9,17,'Stare'),(17455,10,17,' VehicleManager :: Import / Export'),(17456,11,17,'Trebuie să adăugaţi o categorie pentru prima secţiune.'),(17457,12,17,'Vă rugăm selectaţi'),(17458,13,17,'CSV'),(17459,14,17,'fişier XML'),(17460,15,17,'Trebuie să selectaţi un tip pentru a importa!'),(17461,16,17,'Trebuie să selectaţi o categorie pentru a importa!'),(17462,17,17,'Trebuie să alegeţi un fişier pentru a importa!'),(17463,18,17,'Trebuie să selectaţi un tip de export!'),(17464,19,17,'Tip de import'),(17465,20,17,'Selectaţi formatul de fişier'),(17466,21,17,'Selectaţi formatul de fişier'),(17467,22,17,'Categorie'),(17468,23,17,'Categorie'),(17469,24,17,'Selectaţi categoria'),(17470,25,17,'Fişier de importat'),(17471,26,17,'Fişier de importat'),(17472,27,17,'Selectaţi fişierul de import'),(17473,28,17,'În momentul de faţă următorul format CSV este suportat: <br /> VehicleID | Descriere | Link | Afişarea de tip | | Locatie Pret | Titlu | ...'),(17474,29,17,'Export de tip'),(17475,30,17,'Selectaţi formatul de fişier'),(17476,31,17,'Selectaţi formatul de fişier'),(17477,32,17,'Categorie'),(17478,33,17,'Categorie'),(17479,34,17,'Selectaţi categoria'),(17480,35,17,'Export Rezultat'),(17481,36,17,', puteţi descărca de export solicitate în temeiul următoarele URL-ul (clic-dreapta pentru a salva):'),(17482,37,17,'Vă rugăm să reţineţi că fişierele vor fi salvate pe server şi va trebui să le curăţa tine însuţi.'),(17483,38,17,'VehicleManager:: Categorii'),(17484,39,17,'Categorie'),(17485,40,17,'Vehicule'),(17486,41,17,'Publicat'),(17487,42,17,'Reordonare'),(17488,43,17,'Aces'),(17489,44,17,'Validare'),(17490,45,17,'Adăugaţi'),(17491,46,17,'Editaţi'),(17492,47,17,'Nume categorie nu poate fi gol'),(17493,48,17,'Categorii'),(17494,49,17,'- Selectaţi Imagine -'),(17495,50,17,'Sus'),(17496,51,17,'Alias Categorie'),(17497,52,17,'Titlu Categorie'),(17498,53,17,'Comanda'),(17499,54,17,'Imagine'),(17500,55,17,'Poziţie imagine'),(17501,56,17,'Item părinte'),(17502,57,17,'Previzualizare'),(17503,58,17,'Detalii'),(17504,59,17,'Şters'),(17505,60,17,'VehicleManager - Auto închiriate'),(17506,61,17,' VehicleManager - Auto returnată'),(17507,62,17,'Import'),(17508,63,17,'Export'),(17509,64,17,'- Toate categoriile'),(17510,65,17,'Selectaţi categoriile'),(17511,66,17,'Selectaţi un vehicul pentru a închiria'),(17512,67,17,'- toate vehiculele'),(17513,68,17,'Închiriat'),(17514,69,17,'Neînchiriat'),(17515,70,17,'Selectaţi Publicat'),(17516,71,17,'- toate vehiculele'),(17517,72,17,'nu a publicat'),(17518,73,17,'Publicat'),(17519,74,17,'- All Users'),(17520,75,17,'Vehicule Căutare'),(17521,76,17,'Vehicule Căutare'),(17522,77,17,'Căutaţi Cuvinte cheie'),(17523,78,17,'Căutare'),(17524,79,17,'Nimic găsit.'),(17525,80,17,'VehicleManager:: Vehicule'),(17526,81,17,'Căutare:'),(17527,82,17,'Trebuie să creaţi, mai întâi o categorie pentru această secţiune.'),(17528,83,17,'exact'),(17529,84,17,'Căutare<br />avansată'),(17530,85,17,'from'),(17531,86,17,'to'),(17532,87,17,'Year'),(17533,88,17,'Pret'),(17534,89,17,'Vehicol pentru:'),(17535,90,17,'Status'),(17536,91,17,'Tip Preţ'),(17537,92,17,'Model'),(17538,93,17,'Titlu'),(17539,94,17,'VehicleID'),(17540,95,17,' Rezultat'),(17541,96,17,'Descriere'),(17542,97,17,'Categorie'),(17543,98,17,'# Vehicul'),(17544,99,17,'Vezi'),(17545,100,17,'Adresa'),(17546,101,17,'Country'),(17547,102,17,'Region'),(17548,103,17,'City'),(17549,104,17,'District'),(17550,105,17,'Zipcode'),(17551,106,17,'Latitudine'),(17552,107,17,'Longitudine'),(17553,108,17,'No location available'),(17554,109,17,'Categoria'),(17555,110,17,'Stare'),(17556,111,17,'Kilometraj'),(17557,112,17,'Transmisie'),(17558,113,17,'Tip Motor'),(17559,114,17,'Fabricatie:'),(17560,115,17,'Unitate de tip'),(17561,116,17,'Tip de carburant'),(17562,117,17,'Numărul de viteze'),(17563,118,17,'Numărul de cilindri'),(17564,119,17,'Numărul de uşi'),(17565,120,17,'Numărul de locuri'),(17566,121,17,'Consum urban l/100km'),(17567,122,17,'Consum extraurban l/100km'),(17568,123,17,'Ampatament'),(17569,124,17,'Dimensiuni roţi'),(17570,125,17,'Spate de tip Axel'),(17571,126,17,'Tip de frâna'),(17572,127,17,'Culori exterior'),(17573,128,17,'Opţiuni exterioare'),(17574,129,17,'Culori interior'),(17575,130,17,'Opţiuni Tabloul de bord'),(17576,131,17,'Opţiuni interior'),(17577,132,17,'Opţiunile de siguranţă'),(17578,133,17,'Opţiuni de garanţie'),(17579,134,17,'Garanţie de bază'),(17580,135,17,'Garanţie transmisie'),(17581,136,17,'Garanţie la coroziune'),(17582,137,17,'Garanţie de asistenţă în trafic'),(17583,138,17,'Numărul dvs. de telefon'),(17584,139,17,'Apreciere'),(17585,140,17,'Imagine URL'),(17586,141,17,'Imagine'),(17587,142,17,'[Cumpăraţi de la] link-ul'),(17588,143,17,'Închiriaţi la'),(17589,144,17,'Închiriaţi de la'),(17590,145,17,'Închiriaţi până la'),(17591,146,17,'Rent return'),(17592,147,17,'închiriate de la - până la'),(17593,148,17,'Necunoscut'),(17594,149,17,'Utilizator'),(17595,150,17,'Adresa de e-mail'),(17596,151,17,'Adresa poştală'),(17597,152,17,'Telefon'),(17598,153,17,'Închiriaţi până la:'),(17599,154,17,'Afisari'),(17600,155,17,'Reordonare'),(17601,156,17,'chirie'),(17602,157,17,'Publicat'),(17603,158,17,'verificat'),(17604,159,17,'Evaluare dată de'),(17605,160,17,'Subcategorii'),(17606,161,17,'Încărcaţi principala fotografie'),(17607,162,17,'Click pentru a încărca fotografii noi pentru galeria foto'),(17608,163,17,'Dacă încărcaţi o fotografie, adresa URL a imaginii curente va fi ştersă .'),(17609,164,17,'Eroare la încărcare poza! Vă rugăm să reţineţi că numai formate de imagine (jpg, PNG, GIF) sunt suportate'),(17610,165,17,'Informaţii închiriere'),(17611,166,17,'edocument Actual'),(17612,167,17,'edocument Incarca'),(17613,168,17,'edocument Download'),(17614,169,17,'edocument Ştergeţi'),(17615,170,17,'edocument'),(17616,171,17,'Eroare la încărcarea edocument!'),(17617,172,17,'Stare'),(17618,173,17,'Necesare'),(17619,174,17,'Adăugaţi evaluare'),(17620,175,17,'Comentariu'),(17621,176,17,'[Salvează]'),(17622,177,17,' [Cerere închiriere]'),(17623,178,17,' [Trimiteţi cerere închiriere]'),(17624,179,17,'Evaluare'),(17625,180,17,'Titlu'),(17626,181,17,'Apreciere'),(17627,182,17,'Comentariu'),(17628,183,17,'Anonim'),(17629,184,17,'Number click'),(17630,185,17,'Shows'),(17631,186,17,'Titlu vehicul'),(17632,187,17,'Click pe harta pentru a alege locaţia vehiculului:'),(17633,188,17,'Vă rugăm să introduceţi un titlu pentru evaluarea dvs.!'),(17634,189,17,'Vă rugăm să introduceţi un text pentru evaluarea dvs.!'),(17635,190,17,'Vă rugăm să introduceţi un rating pentru evaluarea dvs.!'),(17636,191,17,'Vă rugăm să introduceţi un nume pentru cererea dvs. de inchiriat!'),(17637,192,17,'Vă rugăm să introduceţi o adresă de e-mail pentru cererea dvs. de inchiriat!'),(17638,193,17,'Vă rugăm să introduceţi un valabilă adresa postala pentru cererea dvs. de inchiriat!'),(17639,194,17,'Vă rugăm să introduceţi o dată de returnare pentru cererea dvs. de inchiriat!'),(17640,195,17,'Please enter at least one vehicle photo!'),(17641,196,17,'Nu este specificat'),(17642,197,17,'Arabic'),(17643,198,17,'Brazilian Portuguese'),(17644,199,17,'Danish'),(17645,200,17,'olandeză'),(17646,201,17,'engleza'),(17647,203,17,'Bosnian'),(17648,202,17,'Farsi'),(17649,204,17,'franceză'),(17650,205,17,'german'),(17651,206,17,'Limba maghiară'),(17652,207,17,'italiană'),(17653,208,17,'Lithuanian'),(17654,209,17,'Norwegian'),(17655,210,17,'Polski'),(17656,211,17,'Portuguese'),(17657,212,17,'Română'),(17658,213,17,'Rusia'),(17659,216,17,'Sloven'),(17660,214,17,'spaniolă'),(17661,215,17,'turcă'),(17662,217,17,'Nu'),(17663,218,17,'Da'),(17664,219,17,'Titlul vehiculul este în prezent în curs de editare de către un alt administrator'),(17665,220,17,'Eroare ştergere vehicul!'),(17666,221,17,'Add Vehicle notification email'),(17667,222,17,'Setări Frontend'),(17668,223,17,'Setări Backend'),(17669,224,17,'VehicleID auto-increment'),(17670,225,17,'VehicleID auto-increment'),(17671,226,17,'Da, dacă doriţi să utilizaţi VehicleID-auto-increment. Nu dacă doriţi să introduceţi manual VehicleID'),(17672,227,17,'de sprijin edocument'),(17673,228,17,'De sprijin edocument'),(17674,229,17,'Da, dacă doriţi să activaţi suportul edocument pentru interfata de administrator.'),(17675,230,17,'Locatia edocuments'),(17676,231,17,'Locaţia Edocuments'),(17677,232,17,'Locul de edocuments încărcat de pe server Calea este relativ la directorul principal Joomla şi trebuie să înceapă şi să se termine cu un /'),(17678,233,17,'Arată edocuments link'),(17679,234,17,'Arătaţi [descărca] edocuments  în frontend'),(17680,235,17,'Da, dacă doriţi să arate un link edocument descărca în frontend.'),(17681,236,17,'Arătaţi Review-uri'),(17682,237,17,'Review Show în frontend'),(17683,238,17,'Da, dacă doriţi să activaţi funcţia de vehicule de revizuire pentru utilizatorii de pe site-ul dumneavoastră.'),(17684,239,17,'Permiteţi Review-uri'),(17685,240,17,'Permiteţi Review-uri'),(17686,241,17,'Permiteţi Review-uri în frontend. Această funcţie va fi activată numai dacă - Review-Show - este, de asemenea setat pe Da!'),(17687,242,17,'Arătaţi Statusul de închiriere'),(17688,243,17,'Arată statutul de inchiriat în frontend'),(17689,244,17,'Da dacă doriţi arată starea curentă a vehiculului de închiriat în frontend.'),(17690,245,17,'Permiteţi Cerere de închiriere'),(17691,246,17,'Permiteţi Cerere de închiriere'),(17692,247,17,'Permiteţi Solicitări inchirieri în frontend. Această funcţie va fi activată numai dacă - Afişare Status Cerere de închiriere - este, de asemenea setat pe Da!'),(17693,248,17,'Arătaţi preţ'),(17694,249,17,'Arătaţi preţ'),(17695,250,17,'Arată preţul vehiculului în frontend'),(17696,251,17,'de vehicule pe pagină.'),(17697,252,17,'Set numărul de vehicule afişate pe pagină.'),(17698,253,17,'Paginaţie'),(17699,254,17,'Dimensiune fotografii vehicul'),(17700,255,17,'Dimensiune fotografii vehicul'),(17701,256,17,'Setază dimensiune fotografii - înălţime / lăţime în px'),(17702,257,17,'Dimensiune poză principală vehicol'),(17703,258,17,'Seteayă dimensiunea pozei principale - înălţime/lăţime in px'),(17704,259,17,'Dimensiune poză principală vehicol'),(17705,260,17,'Dimensiune fotografii galerie '),(17706,261,17,'Dimensiune fotografii galerie '),(17707,262,17,'Setează Dimensiune fotografii galerie - înălţime/lăţime în px'),(17708,263,17,'Vehicle upload photo size'),(17709,264,17,'Vehicle upload photo size'),(17710,265,17,'Set upload photo size - width/height in px'),(17711,266,17,'Elemente pagina'),(17712,267,17,'elemente pagina'),(17713,268,17,'Număr de vehicule afişate pe fiecare pagină.'),(17714,269,17,'Add Vehicle email'),(17715,270,17,'An email address for notifying about new vehicle has been added on'),(17716,271,17,'Review-mail'),(17717,272,17,'Review-mail'),(17718,273,17,'În cazul în care pentru a trimite mesaje de notificare pentru revizuire noi adăugate. Puteţi introduce mai multe adrese de e-mail separate prin virgula.'),(17719,274,17,'E-mail pentru cereri de închiriere'),(17720,275,17,'E-mail pentru cereri de închiriere'),(17721,276,17,'În cazul în care pentru a trimite mesaje de notificare pentru noile Cereri de închiriere adăugată. Puteţi introduce mai multe adrese de e-mail separate prin virgula.'),(17722,277,17,'VehicleManager:: Cereri de închiriere '),(17723,278,17,'VehicleManager:: Despre'),(17724,279,17,'Despre'),(17725,280,17,'Releasenote'),(17726,281,17,'Changelog'),(17727,282,17,'Bine aţi venit la VehicleManager'),(17728,283,17,'Vă mulţumim pentru folosirea componentei noastre! <br /> <br />\\nVehicleManager vă permite să gestionaţi cataloage mari de vehicule. Pot fi organizate în categorii şi subcategorii şi permite adăugarea un VehicleID pentru referinţă interne. Gestionarea închirierilor este încorporată, cu posibilitatea utilizatorilor site-ului de a face cereri pentru chirie. VehicleManager, de asemenea, oferă posibilitatea de a posta comentarii la vehicul de către utilizatori, cu managementul de aprobare în backend. Suport Edocument este încorporat. Informaţii despre vehicul şi fotografiile vehiculului pot fi introduse manual. <br/> <br />\\nNOTE: <br/>\\n- Pentru descărcare de fotografii de pe serverul dvs., trebuie să compilaţi PHP5, cu suport CURL <br />\\n- Pentru export CSV, aveţi nevoie să compilaţi PHP5 cu suport XSL <br/>\\n- Pentru CAPTCHA, aveţi nevoie să compilaţi PHP5, cu suport HG <br />\\n<br />\\nPe site-ul web <a href=\\\"http://www.ordasoft.com\\\"> www.ordasoft.com </a> puteti gasi Manualul VehicleManager, fişiere suplimentare de limbă, forumuri de discuţie şi, de asemenea, descărca module suplimentare şi plugin-uri. <Br />\\n<br />\\nNe este disponibil pentru Custom Development, dacă doriţi o nouă caracteristică de adăugat la VehicleManager, vă rugăm să expediaţi pe mail cerinţele dumneavoastră la <a href=\\\"mailto:sales@ordasoft.com\\\"> sales@ordasoft.com </a> şi vom lua legătura cu dvs. Veţi primi urmatoarea versiune PRO cu facilităţile particularizate dvs. adăugate contra cost.'),(17729,284,17,'Câmpurile de mai jos trebuie doar să fie completate manual, atunci când aţi setat'),(17730,285,17,'. Altfel ele vor fi ignorate.'),(17731,286,17,'Cerere de închiriere'),(17732,287,17,'Lista arată vehiculele selectate pentru inchiriere. <br /> Dacă este goală, vă rugăm să verificaţi selecţia dvs. din nou.'),(17733,288,17,'Numele Dvs. complet'),(17734,289,17,'Adresa de e-mail'),(17735,290,17,'Adresa dvs. poştală de corespondenţă'),(17736,291,17,'Data de intoarcere a vehiculului'),(17737,292,17,'Închiriere de la'),(17738,293,17,'Cerere dvs. de închiriere a fost depozitată în baza noastră de date. Vom verifica cererea dumneavoastră şi vă vom informa cât mai curând posibil. <br /> Vă mulţumim pentru utilizarea serviciului nostru.'),(17739,294,17,'Cerere dvs. de cumpărare a fost depozitat în baza noastră de date. Vom verifica cererea dumneavoastră şi vă vom informa cât mai curând posibil. <br /> Vă mulţumim pentru utilizarea serviciului nostru.'),(17740,295,17,'VehicleManager: Cerere de închiriere de acceptat'),(17741,296,17,'Vehicul'),(17742,297,17,'Cererea dvs este gata pentru a fi dată in chirie.'),(17743,298,17,'Salvează'),(17744,299,17,'Închiriere vehicul'),(17745,300,17,'Vehicul returnat din chirie'),(17746,301,17,'Acceptă cererea'),(17747,302,17,'Refuză cererea'),(17748,303,17,'Import vehicule'),(17749,304,17,'Vehicule de export'),(17750,305,17,'Ştergeţi review'),(17751,306,17,'Editare review'),(17752,307,17,'Informaţii generale:'),(17753,308,17,'Versiunea:'),(17754,309,17,'Data lansării:'),(17755,310,17,'link-ul de proiect:'),(17756,311,17,'gazdă de proiect:'),(17757,312,17,'Licenţă:'),(17758,313,17,'Acest program este distribuit în speranţa că va fi util, dar fără nici o garanţie. A se vedea LICENSE.TXT inclus pentru mai multe detalii.'),(17759,314,17,'Dezvoltat de:'),(17760,315,17,'Pagina'),(17761,316,17,'Link edocument Download URL'),(17762,317,17,'Permiteţi download edocuments'),(17763,318,17,'Permiteţi download edocuments în frontend. Această funcţie va fi activată numai în cazul în care - edocuments Show Download Link - este, de asemenea, setat pe Da'),(17764,319,17,'Permiteţi download edocuments'),(17765,320,17,'Permiteţi pret:'),(17766,321,17,'Permiteţi preţ în frontend. Această funcţie va fi activată numai dacă - Show Pret - este, de asemenea, setat pe Da!'),(17767,322,17,'Permiteţi preţ'),(17768,323,17,'VehicleManager:: Review-uri'),(17769,324,17,'Titlu Vehicul'),(17770,325,17,'Titlu Review'),(17771,326,17,'Tip caracterele pe care le vedeţi în imaginea de mai sus în caseta de mai jos.'),(17772,327,17,'Tipărire'),(17773,328,17,'Vă rugăm să selectaţi coloanele pentru imprimare şi apoi faceţi clic pe [Next!'),(17774,329,17,'Dimensiune font'),(17775,330,17,'Format'),(17776,331,17,'edocument hartă licenţă Download'),(17777,332,17,'edocument hartă download de licenţă accepta / refuza înainte de a permite descărca edocument de la interfat'),(17778,333,17,'edocument hartă licenţă Download'),(17779,334,17,'Liceenta'),(17780,335,17,'Acceptati?'),(17781,336,17,'[Adauga review]'),(17782,337,17,'[Ascunde review]'),(17783,338,17,'Arată [Cumpără acum]'),(17784,339,17,'Arată [Cumpără acum]'),(17785,340,17,'Arată  [Cumpără acum] de lângă vehicul în frontend'),(17786,341,17,'Permiteţi butonul [Cumpără acum:'),(17787,342,17,'Arată [Cumpără acum], în frontend pentru categoriile de selectat. Această funcţie va fi activată numai dacă - Arată butonul [Cumpără acum] - este, de asemenea, setat pe Da! Aveţi posibilitatea să selectaţi mai multe categorii.'),(17788,343,17,'Permiteţi butonul [Cumpără acum]'),(17789,344,17,'Completa exportul de date'),(17790,345,17,'Completa a datelor de import'),(17791,346,17,'Această operaţie va şterge toate datele VehicleManager existente, înainte de a importa. Doriţi să continuaţi?'),(17792,347,17,'\\n<strong> CSV IMPORT: </strong>\\n<ul>\\n<li> În momentul de faţă următorul format CSV este suportat: VehicleID | Descriere | Link | Model | Tipul de vehicul | Listing Type | Pret ; | Tip de preturi | vehiculului Titlu | ... | </li>\\n<li> Domenii sunt separate de un caracter de pipe (<strong> | </strong>) </li>\\n<li> Aveţi posibilitatea să importaţi o intreaga lista cu doar VehicleID, lăsând alte domenii goale, de exemplu: VehicleID | <i> gol </i> | <i> gol </i> | Model | <i> gol </i> | <i> gol </i> | Pret | <i> gol </i > | ... | </li>\\n<li> <strong> ATENŢIE: </strong> nu folosesc de import CSV, dacă nu există Review-uri de vehicule prezente, în acest caz, utilizaţi de import complet de date! </li>\\n</ul>\\n<strong> XML IMPORT: </strong>\\n<ul>\\n<li> De import în XML формат </li>\\n<li> <strong> ATENŢIE: </strong> nu folosesc de import XML în cazul în care există Review-uri de vehicule prezente, în acest caz, utilizaţi de import complet de date! </li>\\n<li><strong>ATENTIE:</strong>&nbsp;asociatii intre case nu vor fi salvate!</li>\n        <li><strong>ATENTIE:</strong>&nbsp;va trebui să încărcați imagini individual, nicio fotografie vor fi salvate!</li></ul>\\n<strong> complet de date IMPORT: </strong>\\n<ul>\\nAcest lucru <li> de import va importa toate datele VehicleManager şi refac toate domeniile şi detalii </li>\\n<li> Această opţiune va suprascrie Toate înscrierile existente, astfel încât să fie atenţi atunci când se utilizează o! </li>\\n<li> Pentru a salva toate fotografiile Vehicule, vă rugăm să salvaţi toate fişierele din folderul: --components/com_vehiclemanager/photos--! </li>\\n<li> Pentru a salva tot eDocuments Vehicule, vă rugăm să salvaţi toate fişierele din folderul ceea ce aţi stabilit în stabilirea backent - Locul edocuments -! </li>\\n</ul>'),(17793,348,17,'\\n<strong> CSV EXPORT: </strong>\\n<ul>\\n<li> De export CSV va conţine toate câmpurile pentru editarea în continuare într-un editor de text sau de calcul tabelar de aplicare </li>\\n<li> Vă rugăm să reţineţi că, pentru import ulterioare, numai după următorul format CSV este suportat: VehicleID | Descriere | Link | Model | tip de vehicul | Listing tip de ; | Pret | Pret de tip | vehiculului Titlu | ... | </li>\\n<li> Aveţi posibilitatea să importaţi, de asemenea, mai târziu, inclusiv vehicule Review-uri, uz deplin de export în loc! </li>\\n</ul>\\n<strong> XML EXPORT: </strong>\\n<ul>\\n<li> De export XML este metoda preferată pentru a exporta vehicule cu descrieri de vehicule </li>\\n<li> De export XML va conţine toate detaliile de vehicule, inclusiv descrieri, gata de import mai târziu </li>\\n<li><strong>ATENTIE:</strong>&nbsp;asociatii intre case nu vor fi salvate!</li>\n        <li><strong>ATENTIE:</strong>&nbsp;va trebui să încărcați imagini individual, nicio fotografie vor fi salvate!</li></ul>\\n<strong> complet de date EXPORT: </strong>\\n<ul>\\nAcest lucru <li> de export va exporta toate datele VehicleManager şi salva toate domeniile şi intrările </li>\\n<li> Puteţi utiliza ulterior aceste fişiere pentru a restaura datele dumneavoastră VehicleManager integral </li>\\nAcest lucru <li> de import ulterioare, va suprascrie Toate înscrierile existente, astfel încât să fie atenţi atunci când se utilizează o! </li>\\n<li> Pentru a restaura toate fotografiile de vehicule, vă rugăm să restauraţi toate fişierele din folderul: --components/com_vehiclemanager/photos--! </li>\\n<li> Pentru a restaura toate eDocuments vehiculului, vă rugăm să restauraţi toate fişierele din folderul le-aţi stabilit în [Settings Backend] - [Locatia edocuments] </li>\\n</ul>'),(17794,349,17,'Trimiteţi Review de notificare'),(17795,350,17,'Trimiteţi Review de notificare'),(17796,351,17,'Este setat pe Da, dacă doriţi să fiţi notificat prin e-mail atunci când un utilizator adaugă un review de vehicul. Utilizaţi panoul din dreapta pentru a stabili cine va trimite aceste notificări. Puteţi seta adresele de e-mail primit în [Configurare Backend.'),(17797,352,17,'Grupuri de utilizator de la care notificările de revizuire va fi trimis'),(17798,353,17,'Grupuri de utilizator de la care notificările de revizuire va fi trimis'),(17799,354,17,'Alege-grupuri de utilizatori, care va trimite notificări de revizuire. Această funcţie va fi activată numai dacă - Trimite Review de notificare - este, de asemenea setat pe Da'),(17800,355,17,'Trimiteţi notificare la cererile de închiriere'),(17801,356,17,'Trimiteţi notificare la cererile de închiriere'),(17802,357,17,'este setat pe Da, dacă doriţi să fi notificat prin e-mail atunci când un utilizator prezintă o cerere de închiriere. Utilizaţi panoul din dreapta pentru a stabili cine va trimite aceste notificări. Puteţi seta adresele de e-mail primit în [Configurare Backend.'),(17803,358,17,'Grupuri de utilizatori de la care notificările pentru cererei de închiriere vor fi trimise'),(17804,359,17,'Grupuri de utilizatori din care notificările pentru cereri de închiriere voor fi trimise'),(17805,360,17,'Alege-grupuri de utilizatori, care va trimite notificări Cerere de chirie. Această funcţie va fi activată numai dacă - Trimite Notificare Cerere de Închiriere - este, de asemenea setat pe Da'),(17806,361,17,'Review comentariu'),(17807,362,17,'Personalizat imagini Categorie'),(17808,363,17,'Personalizat imagini Categorie'),(17809,364,17,'Daca este setat pentru a Da, se poate atribui o imagine personalizat pentru fiecare categorie în loc de pictograma standard de dosar. Puteţi ajusta apoi imaginile categoriei în [VehicleManager] - [Administrare Categorii] - [Editare] - Selectaţi imaginea]'),(17810,365,17,'Arătaţi subcategoria'),(17811,366,17,'Show for single subcategory'),(17812,367,17,'Arătaţi subcategoria'),(17813,368,17,'Dacă este setat pe Da, veţi vedea subcategoria pentru fiecare categorie'),(17814,369,17,'If set to YES, you will see subcategory for single select category'),(17815,370,17,'Nu puteţi întoarce vehicolul din chirie care nu a fost închiriat'),(17816,371,17,'Vă rugăm să faceţi o selecţie din lista de la vehiculele Închiriate'),(17817,372,17,'Vă rugăm să faceţi o selecţie din lista pentru a Reîntoarcere vehicol'),(17818,373,17,'Vă rugăm să faceţi o selecţie din lista pentru a accepta cererea'),(17819,374,17,'Vă rugăm să faceţi o selecţie din lista pentru a refuza cererea'),(17820,375,17,'Trebuie să selectaţi un tip pentru a importa!'),(17821,376,17,'Trebuie să selectaţi un tip de export!'),(17822,377,17,'Vă rugăm să introduceţi un titlu pentru acest vehicul!'),(17823,378,17,'Vă rugăm să introduceţi un VehicleID pentru acest vehicul!'),(17824,379,17,'Un vehicul cu acest VehicleID există deja!'),(17825,380,17,'Trebuie să selectaţi o categorie de vehicul!'),(17826,381,17,'Vă rugăm să introduceţi un nume pentru cererea de cumpărare dvs.!'),(17827,382,17,'Vă rugăm să introduceţi o adresă de e-mail pentru cererea dvs. de cumpărare!'),(17828,383,17,'Vă rugăm să introduceţi un Număr de telefon valabil pentru cererea de cumpărare dvs.!'),(17829,384,17,'Câmpuri necesare'),(17830,385,17,'Câmpuri recomandate'),(17831,386,17,'Câmpurile de adresă'),(17832,387,17,'Opţiuni'),(17833,388,17,'Opţiuni exterior'),(17834,389,17,'Opţiuni interior'),(17835,390,17,'Alte opţiuni'),(17836,391,17,'Gestionare fotografii'),(17837,392,17,'Galerie foto vehicol'),(17838,393,17,'Advertisment'),(17839,394,17,'Informaţii client'),(17840,395,17,'VehicleManager:: Manager Vanzare'),(17841,396,17,'[Cerere Cumpărare]'),(17842,397,17,'Ascunde formular'),(17843,398,17,'[Trimite cererea]'),(17844,399,17,'Trimiteţi Notificare cerere de cumpărare'),(17845,400,17,'Trimiteţi Notificare cerere de cumpărare'),(17846,401,17,'este setat pe Da, dacă doriţi să fiţi notificat prin e-mail atunci când un utilizator prezintă o cerere de cumpărare. Utilizaţi panoul din dreapta pentru a stabili cine va trimite aceste notificări. Puteţi seta adresele de e-mail primit în [Configurare Backend.'),(17847,402,17,'Grupuri de utilizatori de la care notificarile petnru Cereri de cumparare pot fi trimise'),(17848,403,17,'Grupuri de utilizatori de la care notificarile petnru Cereri de cumparare pot fi trimise'),(17849,404,17,'Alege-grupuri de utilizatori, care va trimite notificări Cerere de cumpărare. Această funcţie va fi activată numai dacă - Trimite Buying Cerere de notificare - este, de asemenea setat pe Da'),(17850,405,17,'E-mail Cerere de Cumpărare'),(17851,406,17,'E-mail Cerere de Cumpărare'),(17852,407,17,'În cazul în care pentru a trimite mesaje de notificare pentru noile Cereri de cumpărare adăugate, puteţi introduce mai multe adrese de e-mail separate prin virgula.'),(17853,408,17,'VehicleManager::'),(17854,409,17,'Şterge'),(17855,410,17,'foto'),(17856,411,17,'Arătaţi Tab-ul Review'),(17857,412,17,'Arătaţi Tab-ul Review'),(17858,413,17,'Este setat pe Da, dacă doriţi să arate fila Reviews.'),(17859,414,17,'Arătaţi Tab-ul Locaţie'),(17860,415,17,'Arătaţi Tab-ul Locaţie'),(17861,416,17,'Este setat pe Da, dacă doriţi să arate fila Location.'),(17862,417,17,'[Adaugă Vehicul]'),(17863,418,17,'Butonul Afişare <br /> [Adaugă Vehicul]'),(17864,419,17,'Butonul Afişare <br /> [Adaugă Vehicul]'),(17865,420,17,'Afişează butonul [Adaugă vehicul] în lista de vehicule în frontend'),(17866,421,17,'Permiteţi <br /> butonul [Adaugă Vehicul]'),(17867,422,17,'Permiteţi <br /> butonul [Adaugă Vehicul]'),(17868,423,17,'Permiteţi butonul [Adaugă vehiculului] în frontend. Această funcţie va fi activată numai dacă - Arată butonul [Adauga vehiculului] - este, de asemenea, setat pe Da!'),(17869,424,17,'Show button<br />print PDF'),(17870,425,17,'Show button<br />print PDF'),(17871,426,17,'Shows button print PDF in the vehicle list in the frontend'),(17872,427,17,'Allow button<br />print PDF'),(17873,428,17,'Allow button<br />print PDF'),(17874,429,17,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(17875,430,17,'Show button<br />print View'),(17876,431,17,'Show button<br />print View'),(17877,432,17,'Shows button print View in the vehicle list in the frontend'),(17878,433,17,'Allow button<br />print View'),(17879,434,17,'Allow button<br />print View'),(17880,435,17,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(17881,436,17,'Show button<br />send Link'),(17882,437,17,'Show button<br />send Link'),(17883,438,17,'Shows button send Link in the vehicle list in the frontend'),(17884,439,17,'Allow button<br />send Link'),(17885,440,17,'Allow button<br />send Link'),(17886,441,17,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(17887,442,17,'Date de contact'),(17888,443,17,'Arată Contacte'),(17889,444,17,'Arată Contacte'),(17890,445,17,'Afiseaza contactele de pe Tab-ul Principal'),(17891,446,17,'Locatie fotografii'),(17892,447,17,' Locul de fotografii încărcate pe server. Calea este relativ la directorul principal şi trebuie să înceapă şi să se termine cu un /'),(17893,448,17,'Locatie fotografii'),(17894,449,17,'Disponibil pentru inchiriere de la'),(17895,450,17,'Disponibil pentru inchiriere până la'),(17896,451,17,'Nedisponibil de inchiriat'),(17897,452,17,'Disponibil pentru inchiriere'),(17898,453,17,'Vehiculul dvs. a fost stocate în baza noastră de date. Vom verifica cererea dumneavoastră şi adăugaţi vehiculul dumneavoastră cât mai curând posibil. <br /> Vă mulţumim pentru utilizarea serviciului nostru'),(17899,454,17,'Locatie'),(17900,455,17,'Principal'),(17901,456,17,'---select---'),(17902,457,17,'For rent'),(17903,458,17,'For sale'),(17904,459,17,'negotiable,starting'),(17905,460,17,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(17906,461,17,'new,used'),(17907,462,17,'manual,automatic'),(17908,463,17,'active,offer,contract,closed,withdrawn'),(17909,464,17,'Fwd,Rwd,Awd,4wd,2wd'),(17910,465,17,'petrol,diesel,gas,electric,hybrid,unlisted'),(17911,466,17,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(17912,467,17,'4,5,6,8,10,12,16'),(17913,468,17,'none,2,3,4,5,6,7'),(17914,469,17,'Editare'),(17915,470,17,'Aprobat'),(17916,471,17,'Producător'),(17917,472,17,'Afişează maşina mea'),(17918,473,17,'toate'),(17919,474,17,'de la'),(17920,475,17,'la'),(17921,476,17,'listă'),(17922,477,17,'galerie'),(17923,478,17,'Selecţie user'),(17924,479,17,'Owner'),(17925,480,17,'Full XML'),(17926,481,17,'Id'),(17927,482,17,'Add Vehicle'),(17928,483,17,'Publicat'),(17929,484,17,'Retras'),(17930,485,17,'Şters'),(17931,486,17,'Return vehicle from rent'),(17932,487,17,'Rent'),(17933,488,17,'Nu sunt vehicole'),(17934,489,17,'Sorry, you have not access to this page'),(17935,490,17,'Show RSS'),(17936,491,17,'Show RSS or not'),(17937,492,17,'Show RSS'),(17938,493,17,'Allow RSS for'),(17939,494,17,'Allow RSS'),(17940,495,17,'Select users for whom allow RSS'),(17941,496,17,'Aprobă adăugare vehicol'),(17942,497,17,'Aprobă adăugare vehicol'),(17943,498,17,'Aprobă adăugare vehicol din frontend'),(17944,499,17,'Allow approve'),(17945,500,17,'Allow approve'),(17946,501,17,'Choose users whom allow approve vehicles from frontend'),(17947,502,17,'Tip vizualizare'),(17948,503,17,'Tip vizualizare'),(17949,504,17,'Selecteză Tip vizualizare pentru vehicole'),(17950,505,17,'Show location map'),(17951,506,17,'Location map'),(17952,507,17,'If choose \\\"yes\\\" then show location map '),(17953,508,17,'Save database after uninstall component:'),(17954,509,17,'Update'),(17955,510,17,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(17956,511,17,'Show owner'),(17957,512,17,'Show owner'),(17958,513,17,'Show vehicle owner or not'),(17959,514,17,'Raspuns cerere închiriere'),(17960,515,17,'Raspuns cerere închiriere'),(17961,516,17,'Trimite email utilizatorului despre rezultatul cererii de închiriere'),(17962,517,17,'Acceptat'),(17963,518,17,'Refuzat'),(17964,519,17,'Răspuns pentru cererea dvs. de închiriere'),(17965,520,17,'Cererea dvs. pentru vehicol'),(17966,521,17,''),(17967,522,17,'no-img_eng_big.gif'),(17968,523,17,'Editare vehicol'),(17969,524,17,'Adaugă vehicol'),(17970,525,17,'Editare vehicol'),(17971,526,17,'Vehicolul meu'),(17972,527,17,'Show button<br />Owners List'),(17973,528,17,'Show owners list'),(17974,529,17,'If choose \\\"yes\\\" then show owners list in frontend'),(17975,530,17,'Allow button<br />Owners List'),(17976,531,17,'Allow owners list'),(17977,532,17,'Choose users, whom allow show owners list'),(17978,533,17,'Owners list'),(17979,534,17,'Owners list'),(17980,535,17,'Owners'),(17981,536,17,'Vehicole'),(17982,537,17,'Vehiclole utilizatori'),(17983,538,17,'Nu sunt vehicole'),(17984,539,17,'You have not logined! If you want edit vehicle in future, then login!'),(17985,540,17,'Cerere închiriere'),(17986,541,17,'Vehicle with this Id do not find'),(17987,542,17,'You can\'t view this page because it not published'),(17988,543,17,'You can\'t view this page because it not approved by administrator'),(17989,544,17,'Verifică categoria vehicolului'),(17990,545,17,'Sunteţi sigur?'),(17991,546,17,'Va rog să selectaţi mai întâi un vehicol!'),(17992,547,17,'Formular răspuns cerere închiriere'),(17993,548,17,'Formular răspuns cerere închiriere'),(17994,549,17,'Formular răspuns cerere închiriere'),(17995,550,17,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(17996,551,17,'Răspuns cerere cumpărare'),(17997,552,17,'Răspuns cerere cumpărare'),(17998,553,17,'Trimite email la utilizator cu privire la cererea lui de cumpărare'),(17999,554,17,'Formular răspuns pentru cererea de cumpărare'),(18000,555,17,'Formular răspuns pentru cererea de cumpărare'),(18001,556,17,'Formular răspuns pentru cererea de cumpărare'),(18002,557,17,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(18003,558,17,'Aceptat'),(18004,559,17,'Refuzat'),(18005,560,17,'Publică vehicole adăugate'),(18006,561,17,'Publică vehicole adăugate'),(18007,562,17,'Publică vehicole adăugate din frontend'),(18008,563,17,'Permite publicarea'),(18009,564,17,'Permite publicarea'),(18010,565,17,'Choose users whom allow publish vehicles'),(18011,566,17,'Data'),(18012,567,17,'Rent before end notify'),(18013,568,17,'Rent before end notify'),(18014,569,17,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(18015,570,17,'Ziua expirări închirierii'),(18016,571,17,'Ziua expirări închirierii'),(18017,572,17,'How much days before rent end send notify email'),(18018,573,17,'Rent end email'),(18019,574,17,'Rent end email'),(18020,575,17,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(18021,576,17,'Editare închiriere'),(18022,577,17,'VehicleManager - Editare detalii vehicol pentru închirere'),(18023,578,17,'User groups for which Contacts  will show'),(18024,579,17,'User groups for which Contacts  will show'),(18025,580,17,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(18026,581,17,' User groups for which Location tab will be shown'),(18027,582,17,' User groups for which Location tab will be shown'),(18028,583,17,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(18029,584,17,'User groups for which Reviews tab will be shown'),(18030,585,17,'User groups for which Reviews tab will be shown'),(18031,586,17,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(18032,587,17,'Show Buy Request'),(18033,588,17,'Show Buy request in the frontend'),(18034,589,17,'Set Yes to show the button Send Buy Request on the frontend.'),(18035,590,17,'User groups which will see button Send Buy Request'),(18036,591,17,'Allow Buy request'),(18037,592,17,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(18038,593,17,'Send Add vehicle Notification'),(18039,594,17,'Send Add vehicle Notification'),(18040,595,17,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(18041,596,17,'User groups from which Add vehicle notifications will be sent'),(18042,597,17,'User groups from which Add vehicle notifications will be sent'),(18043,598,17,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(18044,599,17,'Show fields in list view'),(18045,600,17,'This section helps to configure the view only but not to restrict user rights.'),(18046,601,17,'To show the [Price] a radio selector [Show price] must be checked.'),(18047,602,17,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(18048,603,17,'Community Builder plugin / My Vehicles menu item settings'),(18049,604,17,'Show my vehicles (in CB)'),(18050,605,17,'Show edit vehicles'),(18051,606,17,'Show rent requests'),(18052,607,17,'Show buy requests'),(18053,608,17,'Show user rent history'),(18054,609,17,'Show my vehicles to'),(18055,610,17,'Show edit vehicles to'),(18056,611,17,'Show rent requests to'),(18057,612,17,'Show buy requests to'),(18058,613,17,'Show user rent history to'),(18059,614,17,'Show my vehicles'),(18060,615,17,'Show edit vehicles'),(18061,616,17,'Show rent requests'),(18062,617,17,'Show buy requests'),(18063,618,17,'Show user rent history'),(18064,619,17,'Show button \'show my vehicles\' on CB plugin'),(18065,620,17,'Show my vehicles'),(18066,621,17,'Select user group for which will be show this button'),(18067,622,17,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(18068,623,17,'Show edit vehicles'),(18069,624,17,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(18070,625,17,'Show rent requests'),(18071,626,17,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(18072,627,17,'Show buy requsts'),(18073,628,17,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(18074,629,17,'Show my rent history'),(18075,630,17,'Calendar of availability and rental rates per period'),(18076,631,17,'Week'),(18077,632,17,'Weekend'),(18078,633,17,'Midweek'),(18079,634,17,'Year'),(18080,635,17,'Month'),(18081,636,17,'Calendar'),(18082,637,17,'Add price'),(18083,638,17,'Select price which are necessary to remove'),(18084,639,17,'Available date Not available date for rent'),(18085,640,17,'Not available date for rent'),(18086,641,17,'New price rent'),(18087,642,17,'Add new price rent'),(18088,643,17,'Calendar'),(18089,644,17,'User groups for which Calendar tab will be shown'),(18090,645,17,'Show Rent Calendar Tab'),(18091,646,17,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(18092,647,17,'Show Calendar Tab'),(18093,648,17,'Show Calendar Tab'),(18094,649,17,'Set Yes to show Calendar tab'),(18095,650,17,'Show owner'),(18096,651,17,'Show calendar'),(18097,652,17,'Show house calendar or not'),(18098,653,17,'Default price label for calendar'),(18099,654,17,'Default price labels for calendar (weekend, week, midweek)'),(18100,655,17,'Default price label for calendar'),(18101,656,17,'VehicleManager :: Featured Manager'),(18102,657,17,'Feature'),(18103,658,17,'Category'),(18104,659,17,'Published'),(18105,660,17,'Name Alias'),(18106,661,17,'Category Alias'),(18107,662,17,'Features'),(18108,663,17,'Image'),(18109,664,17,'Select photo if it is necessary to remove'),(18110,665,17,'Recommended image size 25 x 25 pixels'),(18111,666,17,'Categories for Manager Feature'),(18112,667,17,'Category must be entered, separated by commas'),(18113,668,17,'Categories for Manager Feature'),(18114,669,17,'Image for Manager Feature'),(18115,670,17,'Image for Manager Feature'),(18116,671,17,'If choose \\\"yes\\\" then show image for Manager Feature'),(18117,672,17,'Show categories for Manager Feature'),(18118,673,17,'Show categories for Manager Feature'),(18119,674,17,'If choose \\\"yes\\\" then show categories for Manager Feature'),(18120,675,17,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(18121,676,17,'Currency'),(18122,677,17,'Currency with coefficients'),(18123,678,17,'Show price sepaprator'),(18124,679,17,'Show price sepaprator'),(18125,680,17,'Show price sepaprator'),(18126,681,17,'Get geographic coordinates'),(18127,682,17,'Language'),(18128,683,17,'Show Custom Text Field 1'),(18129,684,17,'Show Custom Text Field 2'),(18130,685,17,'Show Custom Text Field 3'),(18131,686,17,'Show Custom Text Field 4'),(18132,687,17,'Show Custom Text Field 5'),(18133,688,17,'Show Custom Dropdown Field 6'),(18134,689,17,'Show Custom Dropdown Field 7'),(18135,690,17,'Show Custom Dropdown 8'),(18136,691,17,'Show Custom Dropdown 9'),(18137,692,17,'Show Custom Dropdown 10'),(18138,693,17,'Custom Fields Manager'),(18139,694,17,'Custom Text 1'),(18140,695,17,'Custom Text 2'),(18141,696,17,'Custom Text 3'),(18142,697,17,'Custom Text 4'),(18143,698,17,'Custom Text 5'),(18144,699,17,'Custom Dropdown Field 6'),(18145,700,17,'Custom Dropdown Field 7'),(18146,701,17,'Custom Dropdown Field 8'),(18147,702,17,'Custom Dropdown Field 9'),(18148,703,17,'Custom Dropdown Field 10'),(18149,704,17,'Extra1,Extra2,Extra3,Extra4,Extra5'),(18150,705,17,'Extra1,Extra2,Extra3,Extra4,Extra5'),(18151,706,17,'Extra1,Extra2,Extra3,Extra4,Extra5'),(18152,707,17,'Extra1,Extra2,Extra3,Extra4,Extra5'),(18153,708,17,'Extra1,Extra2,Extra3,Extra4,Extra5'),(18154,709,17,'Frontend Settings'),(18155,710,17,'Category Page Settings'),(18156,711,17,'Email and Notification Settings'),(18157,712,17,'Global Settings'),(18158,713,17,'Plugins Settings'),(18159,714,17,'Image Settings'),(18160,715,17,'Tabs Settings'),(18161,716,17,'Seller Contact Settings'),(18162,717,17,'Feature list settings'),(18163,718,17,'Extra Fields manager'),(18164,719,17,'Rent Request Options'),(18165,720,17,'Buy Request Options'),(18166,721,17,'eDocument Options'),(18167,722,17,'Price Settings'),(18168,723,17,'Show address on map'),(18169,724,17,'General Info'),(18170,725,17,'Specifications'),(18171,726,17,'Photos and Documents'),(18172,727,17,'Additional info'),(18173,728,17,'Seller Contacts'),(18174,729,17,'Required fields'),(18175,730,17,'Vehicle Details'),(18176,731,17,'Attachment Documents'),(18177,732,17,'Set size of main image - width/height in px'),(18178,733,17,'Vehicle gallery photo size'),(18179,734,17,'Set gallery photo size - width/height in px'),(18180,735,17,'VehicleManager :: Language Manager'),(18181,736,17,'Lang tag'),(18182,737,17,'Constant'),(18183,738,17,'Value constant'),(18184,739,17,'Sys type'),(18185,740,17,'All Categories Layout'),(18186,741,17,'Single Category Layout'),(18187,742,17,'Vehicle Page Layout'),(18188,743,17,'All Vehicles Layout'),(18189,744,17,'Common Settings'),(18190,745,17,'Allowed Exts eDocument'),(18191,746,17,'Allowed Exts Image'),(18192,747,17,'Price Format'),(18193,748,17,'Date & Time format'),(18194,749,17,'Date format'),(18195,750,17,'Time format'),(18196,751,17,'%Y - Year; %m - month;  %d - day'),(18197,752,17,'%H - hours; %i - minutes; %s - seconds'),(18198,753,17,'Price unit show'),(18199,754,17,'After'),(18200,755,17,'Before'),(18201,756,17,'Select price ditlimer os set youre.'),(18202,757,17,'Show price unit before or affter price'),(18203,758,17,'Owner custom email'),(18204,759,17,'The main image is absent'),(18205,760,17,'Select photos which are necessary to remove from photo gallery'),(18206,761,17,'Add new photo'),(18207,762,17,'Order By'),(18208,763,17,'No reviews for vehicle.'),(18209,764,17,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(18210,765,17,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(18211,766,17,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(18212,767,17,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(18213,768,17,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(18214,769,17,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(18215,770,17,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(18216,771,17,'Search Layout'),(18217,772,17,'Here You can select a layout for some view.'),(18218,773,17,'License text <br> Sys type(License Text)'),(18219,774,17,'Rent Requests'),(18220,775,17,'Sale Manager'),(18221,776,17,'Features Manager'),(18222,777,17,'Import/Export'),(18223,778,17,'Language Manager'),(18224,779,17,'Settings'),(18225,780,17,'Group'),(18226,781,17,'Count of cars'),(18227,782,17,'How many cars users can publish from a specific group.'),(18228,783,17,'Show PayPal buy'),(18229,784,17,'Allow PayPal buy'),(18230,785,17,'Show PayPal rent'),(18231,786,17,'Allow PayPal rent'),(18232,787,17,'Your PayPal email'),(18233,788,17,'Successful return url'),(18234,789,17,'After successful payment returns the buyer on your page.'),(18235,790,17,'Image url'),(18236,791,17,'Add image to PayPal page.'),(18237,792,17,'Cancel return url'),(18238,793,17,'If buyer press cancel in payment page, returns the buyer on your page.'),(18239,794,17,'Real(yes) or a test(no) PayPal account'),(18240,795,17,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(18241,796,17,'PayPal Options'),(18242,797,17,'Number of photos'),(18243,798,17,'How many photos in gallery users can publish from a specific group.'),(18244,799,17,'Total price: '),(18245,800,17,'Go now to PayPal'),(18246,801,17,'Special price per day'),(18247,802,17,'Special price per night'),(18248,803,17,'Add new special price and save'),(18249,804,17,'From'),(18250,805,17,'To'),(18251,806,17,'Price per day'),(18252,807,17,'Сalculate'),(18253,808,17,'Special price and rent time'),(18254,809,17,'Special price per day(\"yes\") or per night(\"no\")'),(18255,810,17,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(18256,811,17,'Pay'),(18257,812,17,'Language'),(18258,813,17,'Select Language'),(18259,814,17,'Clone'),(18260,815,17,'Orders'),(18261,816,17,'Message for Cancel URL text'),(18262,817,17,'Message for Successes URL text'),(18263,818,17,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(18264,822,17,'Order ID'),(18265,823,17,'Vehicle title'),(18266,824,17,'Email'),(18267,825,17,'Date'),(18268,826,17,'Status'),(18269,827,17,'Price'),(18270,828,17,'Paid'),(18271,829,17,'Details'),(18272,830,17,'User'),(18273,831,17,'Username'),(18274,832,17,'Accept type/info: '),(18275,833,17,'Payment system: '),(18276,834,17,'Payer email: '),(18277,835,17,'Pending reason: '),(18278,836,17,'In your request encountered an error, please contact the administrator!'),(18279,837,17,'Please insert a Price for this house!'),(18280,838,17,'To add special prices, you must first save property !'),(18281,839,17,'Crop image'),(18282,840,17,'Set Yes to crop images and No to scale images'),(18283,841,17,'Insert the Message on page with notification about unsuccessfull payment'),(18284,842,17,'You do unsuccess payment!'),(18285,843,17,'Insert the Message on page with notification about successfull payment'),(18286,844,17,'You do success payment!'),(18287,845,17,'Video'),(18288,846,17,'Video source'),(18289,847,17,'Delete video'),(18290,848,17,'Add new video file'),(18291,849,17,'Track for video'),(18292,850,17,'Track download link'),(18293,851,17,'Delete track'),(18294,852,17,'Video and track support:'),(18295,853,17,'Add new track'),(18296,854,17,'Add alternative video'),(18297,855,17,'Upload video'),(18298,856,17,'Video download link'),(18299,857,17,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(18300,858,17,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(18301,859,17,'Kind (Specifies the kind of text track)'),(18302,860,17,'Src lang (language of the track)'),(18303,861,17,'Label (Specifies the title of the text track)'),(18304,819,17,'Category/All vehicle Layout Settings'),(18305,820,17,'Email Notification Options'),(18306,821,17,'Review Notification Options'),(18307,862,17,'Upload track'),(18308,863,17,'Error uploading video!'),(18309,864,17,'Error uploading track!'),(18310,865,17,'Location of video'),(18311,866,17,'Location of track'),(18312,867,17,'Allowed Exts Video'),(18313,868,17,'Allowed Exts Track'),(18314,869,17,'Please insert an track kind'),(18315,870,17,'Please insert an track language'),(18316,871,17,'Please insert an track title'),(18317,872,17,'Video/Track Options'),(18318,873,17,'Options for user groups'),(18319,874,17,'Update options'),(18320,875,17,'Buttons Settings'),(18321,876,17,'Vehicle Maps Image, px:'),(18322,877,17,'Set maps image width/height in pixels'),(18323,878,17,'Vehicle Page Settings'),(18324,879,17,'Common Settings'),(18325,880,17,'AllCategories Layout Settings'),(18326,881,17,'Approve Published Review:'),(18327,882,17,'Approve Published For'),(18328,883,17,'Buttons Settings'),(18329,884,17,'Post max size in your PHP settings less than your video file.!'),(18330,885,17,'Upload max file size in your PHP settings less than your video file.!'),(18331,886,17,'File uploads is off in your PHP settings.!'),(18332,887,17,'Rent history'),(18333,888,17,'VehicleManager :: Rent Hisory'),(18334,889,17,'Users Rent History'),(18335,890,17,'VehicleManager :: Users Rent Hisory'),(18336,891,17,'OwnerID'),(18337,892,17,'Contact agent'),(18338,894,17,'View listing'),(18339,893,17,'Contact info'),(18340,895,17,'Your review has been added'),(18341,896,17,'Edit vehicles'),(18342,897,17,'Vehicle Location'),(18343,898,17,'Exterior & Interior'),(18344,899,17,'Attachments'),(18345,900,17,'VehicleManager : Orders'),(18346,901,17,'You have max photos. Limit for this users group'),(18347,902,17,'Address'),(18348,903,17,'Range(km)'),(18349,904,17,'Select Category'),(18350,905,17,'Search'),(18351,906,17,'Other'),(18352,907,17,'No reviews for vehicle'),(18353,908,17,'Captcha Settings'),(18354,909,17,'Show captcha<br />for review form'),(18355,910,17,'Show captcha for review form in the reviews tab on the frontend'),(18356,911,17,'Allow captcha<br />for review form'),(18357,912,17,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(18358,913,17,'Show captcha for<br />contact agent form'),(18359,914,17,'Show captcha for contact agent form in the reviews tab on the frontend'),(18360,915,17,'Allow captcha for<br />contact agent form'),(18361,916,17,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(18362,917,17,'Show captcha<br />for booking form'),(18363,918,17,'Show captcha for booking form in the reviews tab on the frontend'),(18364,919,17,'Allow captcha<br />for booking form'),(18365,920,17,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(18366,921,17,'Show button Add to Wish List'),(18367,922,17,'Show button Add to Wish List or not'),(18368,923,17,'Allow Wish List for'),(18369,924,17,'Select users for whom allow Wish List'),(18370,925,17,'Add to wishlist'),(18371,926,17,'Remove from wishlist'),(18372,927,17,'Google Map Options'),(18373,928,17,'Api Key'),(18374,929,17,'Field to enter google map api key'),(18375,930,17,'Google Maps API error: missing key map error!'),(18376,931,17,'To get Google Maps API key follow below link'),(18377,932,17,'Settings Layout Search Results '),(18378,933,17,'Show map<br />for layout search results'),(18379,934,17,'Show map for layout search results on the frontend'),(18380,935,17,'Allow map<br />for layout search results'),(18381,936,17,'Allow map for layout search results in the frontend.'),(18382,937,17,'Show order by form<br />for all layouts'),(18383,938,17,'Show order by form for all layouts on the frontend'),(18384,939,17,'Allow order by form<br />for all layouts'),(18385,940,17,'Allow order by form for all layouts in the frontend.'),(18386,941,17,'Show Contact Agent/Book Now Tab'),(18387,942,17,'Set Yes to show Contact Agent/Book Now tab'),(18388,943,17,'User groups for which Contact Agent/Book Now tab will be shown'),(18389,944,17,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(18390,946,17,'Options access to edit vehicles'),(18391,947,17,'Users group who will have access to edit users vehicles'),(18392,948,17,'Permit edit vehicles for other users'),(18393,949,17,'Select all users'),(18394,950,17,'Select the plugin in Vehicle Manager settings!'),(18395,951,17,'Show google captcha'),(18396,952,17,'Show google captcha'),(18397,953,17,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(18398,954,17,'Mandatory fields'),(18399,955,17,'Year of issue'),(18400,956,17,'Set \"YES\" make the field year of issue mandatory'),(18401,957,17,'Mileage'),(18402,958,17,'Set \"YES\" make the field mileage mandatory'),(18403,959,17,'Price'),(18404,960,17,'Set \"YES\" make the field price mandatory'),(18405,961,17,'Show search button<br>on frontend'),(18406,962,17,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(18407,963,17,'Show search button<br>for users'),(18408,964,17,'Select the user for which the search button on frontend will be displayed.'),(18409,965,17,'anonymous'),(18410,966,17,'New rent request added!'),(18411,967,17,'New buying request added!'),(18412,968,17,'New vehicle review added'),(18413,969,17,'SUBJECT'),(18414,970,17,'Rent expire Notice!'),(18415,971,17,'Add email user to <br /> send reply'),(18416,972,17,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(18417,973,17,'Add email user to review notification'),(18418,974,17,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(18419,975,17,'Add email user to vehicle notification'),(18420,976,17,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(18421,977,17,'Add email user to buying request notification'),(18422,978,17,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(18423,979,17,'Settings rent options on search page'),(18424,982,17,'Search Settings'),(18425,980,17,'Show available for rent'),(18426,981,17,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18427,983,17,'Show year of issue'),(18428,984,17,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18429,985,17,'Show price of vehicle'),(18430,986,17,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18431,987,17,'Show condition status'),(18432,988,17,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18433,989,17,'Show listing status'),(18434,990,17,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18435,991,17,'Show transmission type'),(18436,992,17,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18437,993,17,'Show maker'),(18438,994,17,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18439,995,17,'Show drive type'),(18440,996,17,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18441,997,17,'Show vehicle model'),(18442,998,17,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18443,999,17,'Show number cylinders'),(18444,1000,17,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18445,1001,17,'Show vehicle type'),(18446,1002,17,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18447,1003,17,'Show number speeds'),(18448,1004,17,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18449,1005,17,'Show listing type'),(18450,1006,17,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18451,1007,17,'Show vehicle fuel type'),(18452,1008,17,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18453,1009,17,'Show vehicle price type'),(18454,1010,17,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18455,1011,17,'Show vehicle number doors'),(18456,1012,17,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18457,1013,17,'Show vehicle category'),(18458,1014,17,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18459,1015,17,'Show vehicle ID'),(18460,1016,17,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18461,1017,17,'Show vehicle description'),(18462,1018,17,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18463,1019,17,'Show title'),(18464,1020,17,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18465,1021,17,'Show address'),(18466,1022,17,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18467,1023,17,'Show country'),(18468,1024,17,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18469,1025,17,'Show region'),(18470,1026,17,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18471,1027,17,'Show city'),(18472,1028,17,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18473,1029,17,'Show district'),(18474,1030,17,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18475,1031,17,'Show zipcode'),(18476,1032,17,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18477,1033,17,'Show owner'),(18478,1034,17,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18479,1035,17,'Show mileage'),(18480,1036,17,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18481,1037,17,'Show contact information'),(18482,1038,17,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18483,1039,17,'Show engine type'),(18484,1040,17,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18485,1041,17,'Show city MPG/KPL'),(18486,1042,17,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18487,1043,17,'Show highway MPG/KPL'),(18488,1044,17,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18489,1045,17,'Show wheelbase'),(18490,1046,17,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18491,1047,17,'Show wheeltype'),(18492,1048,17,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18493,1049,17,'Show rear axel type'),(18494,1050,17,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18495,1051,17,'Show brakes type'),(18496,1052,17,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18497,1053,17,'Show exterior colors'),(18498,1054,17,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18499,1055,17,'Show exterior extras'),(18500,1056,17,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18501,1057,17,'Show interior colors'),(18502,1058,17,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18503,1059,17,'Show dashboard options'),(18504,1060,17,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18505,1061,17,'Show interior extras'),(18506,1062,17,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18507,1063,17,'Show safety options'),(18508,1064,17,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18509,1065,17,'Show warranty options'),(18510,1066,17,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18511,1067,17,'Show exactly to all'),(18512,1068,17,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18513,1069,17,'Show search keywords'),(18514,1070,17,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(18515,1071,17,'Options for search button'),(18516,1072,17,'Options for fields in Advance Search Layout'),(18517,1073,17,'Options for search form'),(18518,1074,17,'Show search form on nothing found page'),(18519,1075,17,'Show search form on nothing found page. Set \"YES\" show search form.'),(18520,1076,17,'Show search form on result search page'),(18521,1077,17,'Show search form on result search page. Set \"YES\" show search form.'),(18522,1078,17,'Redirect settings'),(18523,1079,17,'Redirect settings for rent'),(18524,1080,17,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(18525,1081,17,'Redirect settings for sale'),(18526,1082,17,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(18527,945,17,'Access to edit vehicles from other users'),(18528,1083,17,'Show country, region and<br>city option as text field'),(18529,1084,17,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(18530,1085,17,'How fields Country, Region and City use'),(18531,1086,17,'Settings for Search Layout'),(18532,1087,17,'Select Search Layout by default'),(18533,1088,17,'Select search layout by default on the frontend!'),(18534,1089,17,'Order field settings'),(18535,1090,17,'Select order by default'),(18536,1091,17,'Select an option to sort by default the search result.'),(18537,1092,17,'Vehicle slider option'),(18538,1093,17,'Show vehicle as slider'),(18539,1094,17,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(18540,1095,17,'Input initial-final year'),(18541,1096,17,'Input initial and final year of calendar. Final year value should be more then initial value.'),(18542,1097,17,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(18543,1098,17,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(18544,1099,17,'Show fraction in price'),(18545,1100,17,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(18546,1101,17,'Count Vehicles in row'),(18547,1102,17,'More than 1199px'),(18548,1103,17,'More than 1199px'),(18549,1104,17,'Less than 1200px andmore than 991px'),(18550,1105,17,'Less than 1200px andmore than 991px'),(18551,1106,17,'Less than 992px andmore than 767px'),(18552,1107,17,'Less than 992px andmore than 767px'),(18553,1108,17,'Less than 768px andmore than 489px'),(18554,1109,17,'Less than 768px andmore than 489px'),(18555,1110,17,'User order'),(18556,1111,17,'Watermark settings'),(18557,1112,17,'Enable watermark'),(18558,1113,17,'Watermark text'),(18559,1114,17,'Watermark size, %'),(18560,1115,17,'Font color'),(18561,1116,17,'Font angle'),(18562,1117,17,'Watermark position'),(18563,1118,17,'Watermark opacity'),(18564,1119,17,'Set Yes to show watermark'),(18565,1120,17,'Watermark text'),(18566,1121,17,'Watermark size, %'),(18567,1122,17,'Font color for watermark'),(18568,1123,17,'Font angle for watermark'),(18569,1124,17,'Watermark position for watermark'),(18570,1125,17,'Watermark opacity for watermark'),(18571,1127,17,'Watermark Type'),(18572,1128,17,'Select file for watermark'),(18573,1129,17,'Text or Image'),(18574,1130,17,'Select image for Watermark'),(18575,1126,17,'Categories order by default'),(18576,1131,17,'All vehicles'),(18577,1132,17,'Title'),(18578,1133,17,'Maker'),(18579,1134,17,'Model'),(18580,1135,17,'Description'),(18581,1136,17,'Vehicle ID'),(18582,1137,17,'Location'),(18583,1138,17,'Country'),(18584,1139,17,'City'),(18585,1140,17,'Region'),(18586,1141,17,'Zipcode'),(18587,1142,17,'Search by'),(18588,1143,17,'Please select only one value'),(18589,1144,17,'Min size image for watermark'),(18590,1145,17,'Minimum image size to include watermark'),(18591,1146,17,'Rent From and Rent Until fields  are required!'),(18592,1147,17,'Allow price as string'),(18593,1148,17,'Set \"yes\", if you want display price as string. '),(18594,1149,17,'You typed bad characters from picture!'),(18595,1150,17,'Slider settings'),(18596,1151,17,'The height of the slider is measured as a percentage of the slider width'),(18597,1152,17,'Slider height, %'),(18598,1153,17,'Slide show type \"Filling in\" or \"Proportionally\"'),(18599,1154,17,'Slide show type'),(18600,1155,17,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(18601,1156,17,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(18602,1157,17,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(18603,1158,17,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(18604,1159,17,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(18605,1160,17,'Payment system Options'),(18606,1161,17,'Show button \"Buy\" for sale vehicles'),(18607,1162,17,'Allow button \"Buy\" for sale vehicles'),(18608,1163,17,'Show button \"Buy\" for rent vehicles'),(18609,1164,17,'Allow button \"Buy\" for rent vehicles'),(18610,2,18,'Vehicle Manager'),(18611,3,18,'Наш каталог машин для вас. С возможностью продажи, покупки и аренды'),(18612,4,18,'Поиск машин'),(18613,5,18,'Поиск машин'),(18614,6,18,'no-img_eng.gif'),(18615,7,18,'Вам не позволено производить это действие!'),(18616,8,18,'OK'),(18617,9,18,'Состояние'),(18618,10,18,'VehicleManager :: Импорт/Экспорт'),(18619,11,18,'Сначала Вы должны добавить категорию для выбора'),(18620,12,18,'Пожалуйста, выберите'),(18621,13,18,'Файл CSV'),(18622,14,18,'Файл XML'),(18623,15,18,'Вы должны выбрать тип импорта!'),(18624,16,18,'Вы должны выбрать категорию для импорта!'),(18625,17,18,'Вы должны выбрать файл для импорта!'),(18626,18,18,'Вы должны выбрать тип экспорта!'),(18627,19,18,'Тип импорта.'),(18628,20,18,'Выберите формат файла'),(18629,21,18,'Выберите формат файла'),(18630,22,18,'Категория'),(18631,23,18,'Категория'),(18632,24,18,'Выберите категорию'),(18633,25,18,'Файл для импорта'),(18634,26,18,'Файл для импорта'),(18635,27,18,'Выберите файл для импорта'),(18636,28,18,'Сейчас поддерживается следующий формат CSV:<br />VehicleID | Description | Link | Listing type |  Location | Priсe | Title | ...'),(18637,29,18,'Тип экспорта'),(18638,30,18,'Выберите формат файла'),(18639,31,18,'Выберите формат файла'),(18640,32,18,'Категория'),(18641,33,18,'Категория'),(18642,34,18,'Выберите категорию'),(18643,35,18,'Экспортировать результат'),(18644,36,18,'Вы можете загрузить экспортированный файл по следующей ссылке:'),(18645,37,18,'Пожалуйста помните, что файлы останутся сохраненными на сервере и вы должны будете удалить их самостоятельно.'),(18646,38,18,'VehicleManager :: Управление категориями'),(18647,39,18,'Категория'),(18648,40,18,'Машины'),(18649,41,18,'Опубликован'),(18650,42,18,'Сортировать'),(18651,43,18,'Доступ'),(18652,44,18,'Проверена'),(18653,45,18,'Добавить'),(18654,46,18,'Редактировать'),(18655,47,18,'Вы должны ввести имя для категории'),(18656,48,18,'Категории'),(18657,49,18,'- Выберите изображение -'),(18658,50,18,'Сверху'),(18659,51,18,'Название категории'),(18660,52,18,'Имя категории'),(18661,53,18,'Направление'),(18662,54,18,'Изображение'),(18663,55,18,'Позиция изображения'),(18664,56,18,'Родительский объект'),(18665,57,18,'Предварительный просмотр недоступен'),(18666,58,18,'Детали'),(18667,59,18,'Удалено'),(18668,60,18,'VehicleManager - Выдать в аренду'),(18669,61,18,'VehicleManager - Вернуть из аренды'),(18670,62,18,'Импортировать'),(18671,63,18,'Экспортировать'),(18672,64,18,'- Все категории'),(18673,65,18,'Выбрать категорию'),(18674,66,18,'Выбрать для выдачи'),(18675,67,18,'- Все'),(18676,68,18,'Аренда'),(18677,69,18,'Не в аренде'),(18678,70,18,'Выбрать опубликованные'),(18679,71,18,'- Все'),(18680,72,18,'Не опубликованые'),(18681,73,18,'Опубликованые'),(18682,74,18,'- All Users'),(18683,75,18,'Поиск'),(18684,76,18,'Результаты'),(18685,77,18,'Поиск по ключевым словам'),(18686,78,18,'Поиск'),(18687,79,18,'По вашему запросу ничего не найдено.'),(18688,80,18,'VehicleManager :: Машины'),(18689,81,18,'Поиск:'),(18690,82,18,'Сначала вы должны создать категорию для данного выбора.'),(18691,83,18,'точное совпадение<br />по любому полю'),(18692,84,18,'Расширенный<br />поиск'),(18693,85,18,'от'),(18694,86,18,'до'),(18695,87,18,'Год'),(18696,88,18,'Цена'),(18697,89,18,'Тип'),(18698,90,18,'Статус'),(18699,91,18,'Тип цены'),(18700,92,18,'Модель'),(18701,93,18,'Название'),(18702,94,18,'ID авто'),(18703,95,18,'Результат'),(18704,96,18,'Описание'),(18705,97,18,'Категория'),(18706,98,18,'# Машина'),(18707,99,18,'Вид'),(18708,100,18,'Адрес'),(18709,101,18,'Country'),(18710,102,18,'Region'),(18711,103,18,'Город'),(18712,104,18,'Район'),(18713,105,18,'Почтовый индекс'),(18714,106,18,'Широта'),(18715,107,18,'Долгота'),(18716,108,18,'No location available'),(18717,109,18,'Тип'),(18718,110,18,'Условия'),(18719,111,18,'Пробег'),(18720,112,18,'Коробка передач'),(18721,113,18,'Двигатель'),(18722,114,18,'Год выпуска'),(18723,115,18,'Тип машины'),(18724,116,18,'Тип топлива'),(18725,117,18,'Количество скоростей'),(18726,118,18,'Количество целиндров'),(18727,119,18,'Количество дверей'),(18728,120,18,'Количество сидений'),(18729,121,18,'Расход в городе'),(18730,122,18,'Расход на трассе'),(18731,123,18,'Колёсная база'),(18732,124,18,'Тип колес'),(18733,125,18,'Тип заднеего привода'),(18734,126,18,'Тормоза'),(18735,127,18,'Внешний цвет'),(18736,128,18,'Особенности'),(18737,129,18,'Внутренний цвет'),(18738,130,18,'Опции на панели'),(18739,131,18,'Особенности'),(18740,132,18,'Безопасность'),(18741,133,18,'Гарантия'),(18742,134,18,'База'),(18743,135,18,'Аксесуары'),(18744,136,18,'Защита от карозии'),(18745,137,18,'Новигатор'),(18746,138,18,'Номер Вашего телефона'),(18747,139,18,'Рейтинг'),(18748,140,18,'URL к картинке'),(18749,141,18,'Картинка'),(18750,142,18,'Купить у линк'),(18751,143,18,'Аренда кому'),(18752,144,18,'Аренда от'),(18753,145,18,'Аренда до'),(18754,146,18,'Rent return'),(18755,147,18,'Аренда от - до'),(18756,148,18,'неизвестно'),(18757,149,18,'Пользователь'),(18758,150,18,'email'),(18759,151,18,'Почтовый Адрес'),(18760,152,18,'Телефонный номер'),(18761,153,18,'Аренда до: '),(18762,154,18,'Просмотров'),(18763,155,18,'Пересортировать'),(18764,156,18,'Аренда'),(18765,157,18,'Опубликован'),(18766,158,18,'Проверяется'),(18767,159,18,'Дата коментария'),(18768,160,18,'Подкатегории'),(18769,161,18,'Загрузка основного фото'),(18770,162,18,'Щелкните мышкой для загрузки фотографий машины'),(18771,163,18,'Если вы загрузите изображение, то  изображение с текущей ссылки будет удалена/проигнорирована и замещена на загруженную.'),(18772,164,18,'Ошибка при загрузке изображения. Пожалуйста помните, что поддерживаются только форматы (jpg, png, gif)'),(18773,165,18,'Информация об аренде'),(18774,166,18,'Текущий электронный документ'),(18775,167,18,'Загрузить электронный документ'),(18776,168,18,'Скачать электронный документ'),(18777,169,18,'Удалить электронный документ'),(18778,170,18,'Электронный документ'),(18779,171,18,'Ошибка загрузки электронного документа!'),(18780,172,18,'Состояние'),(18781,173,18,'Требуется'),(18782,174,18,'Добавить обзор'),(18783,175,18,'Обзоры'),(18784,176,18,'Сохранить'),(18785,177,18,'Запрос на аренду'),(18786,178,18,'Послать запрос на аренду'),(18787,179,18,'Обзор'),(18788,180,18,'Заголовок'),(18789,181,18,'Оценка'),(18790,182,18,'Комментарий'),(18791,183,18,'Аноним'),(18792,184,18,'Number click'),(18793,185,18,'Shows'),(18794,186,18,'Заголовок для машины'),(18795,187,18,'Щелкните на карте для выбора место положения для маштины:'),(18796,188,18,'Пожалуйста, введите заголовок вашего обзора!'),(18797,189,18,'Пожалуйста, введите текст вашего обзора!'),(18798,190,18,'Пожалуйста, введите оценку вашего обзора!'),(18799,191,18,'Пожалуйста, введите Имя вашего запроса на выдачу!'),(18800,192,18,'Пожалуйста, введите правильный e-mail для вашего запроса на выдачу!'),(18801,193,18,'Пожалуйста, введите правильный почтовый адрес для вашего запроса на выдачу!'),(18802,194,18,'Пожалуйста, введите дату возврата для вашего запроса на выдачу!'),(18803,195,18,'Введите фото машины!'),(18804,196,18,'Не выбран'),(18805,197,18,'Арабский'),(18806,198,18,'Бразилия Португальский'),(18807,199,18,'Danish'),(18808,200,18,'Датский'),(18809,201,18,'Английский'),(18810,203,18,'Bosnian'),(18811,202,18,'Farsi'),(18812,204,18,'Французский'),(18813,205,18,'Немецкий'),(18814,206,18,'Венгерский'),(18815,207,18,'Итальянский'),(18816,208,18,'Литовский'),(18817,209,18,'Норвежский'),(18818,210,18,'Polski'),(18819,211,18,'Португальский'),(18820,212,18,'Румынский'),(18821,213,18,'Русский'),(18822,216,18,'Словенский'),(18823,214,18,'Испанский'),(18824,215,18,'Турецкий'),(18825,217,18,'НЕТ'),(18826,218,18,'ДА'),(18827,219,18,'Эта машина в данный момент редактируется другим администратором'),(18828,220,18,'Ошибка при удалении машины!'),(18829,221,18,'Электропочта для сообщения о добавлении нового авто'),(18830,222,18,'Конфигурация сайта'),(18831,223,18,'Конфигурация админки'),(18832,224,18,'VehicleID авто-инкремент'),(18833,225,18,'VehicleID авто-инкремент'),(18834,226,18,'Выберите ДА, если вы хотите автоматически увеличивать VehicleID. Нет - если вы хотите вручную вводить VehicleID'),(18835,227,18,'Поддержка электронных документов'),(18836,228,18,'Поддержка электронных документов'),(18837,229,18,'Выберите ДА, если хотите активировать поддержку электронных документов для интерфейса администратора.'),(18838,230,18,'Расположение электронных документов'),(18839,231,18,'Расположение электронных документов'),(18840,232,18,'Расположение электронных документов на сервере. Путь зависит от главной директории Joomla и должен начинаться с символа /'),(18841,233,18,'Показывать электронные документы'),(18842,234,18,'Показывать ссылки для загрузки электронных документов сайта'),(18843,235,18,'Выберите ДА, если хотите показать ссылку на загрузку электронные документы на сайте'),(18844,236,18,'Показывать обзоры'),(18845,237,18,'Показывать обзоры на сайте'),(18846,238,18,'Выберите ДА, если хотите активировать возможность добавления обзоров для машин на вашем сайте'),(18847,239,18,'Разрешить показ обзоров'),(18848,240,18,'Разрешить показ обзоров'),(18849,241,18,'Разрешить показ обзоров на сайте. Эта функция может быть активирована только если функция Показывать обзоры также активирована!'),(18850,242,18,'Показывать состояние аренды'),(18851,243,18,'Показывать состояние аренды на сайте'),(18852,244,18,'Выберите ДА, если хотите показать состояние аренды машин на вашем сайте'),(18853,245,18,'Разрешить запрос на аренду'),(18854,246,18,'Разрешить запрос на аренду'),(18855,247,18,'Разрешает запрос на аренду на сайте. Эта функция может быть активирована только если функция Показывать состояние выдачи также активирована!'),(18856,248,18,'Показать стоимость'),(18857,249,18,'Показать стоимость'),(18858,250,18,'Показать стоимость книги на сайте'),(18859,251,18,'Количество машин на странице.'),(18860,252,18,'Устанавливает количество показываемых машин на странице.'),(18861,253,18,'Разбивка на страницы.'),(18862,254,18,'Размер фото'),(18863,255,18,'Размер фото'),(18864,256,18,'Установите размер обложки в пикселях - высота/ширина в пикселях'),(18865,257,18,'Размер главного фото'),(18866,258,18,'Установите размер главного фото - высота/ширина в пикселях'),(18867,259,18,'Размер главного фото'),(18868,260,18,'Размер фото'),(18869,261,18,'Размер фото'),(18870,262,18,'Определить размер изображения для галереи - width/height in px'),(18871,263,18,'Vehicle upload photo size'),(18872,264,18,'Vehicle upload photo size'),(18873,265,18,'Set upload photo size - width/height in px'),(18874,266,18,'Машин на странице'),(18875,267,18,'Машин на странице'),(18876,268,18,'Введите количество машин показываемое на каждой странице.'),(18877,269,18,'Add Vehicle email'),(18878,270,18,'An email address for notifying about new vehicle has been added on'),(18879,271,18,'Ревью email'),(18880,272,18,'Ревью email'),(18881,273,18,'Будет послано сообщение, когда будет добавлено новое ревью. Вы можете ввести много адресов разделив их запятой.'),(18882,274,18,'Запрос на машину - email'),(18883,275,18,'Запрос на машину - email'),(18884,276,18,'Будет послано сообщение, когда будет добавлен запрос на машину. Вы можете ввести много адресов разделив их запятой.'),(18885,277,18,'VehicleManager :: Запрос на аренду'),(18886,278,18,'VehicleManager :: Про'),(18887,279,18,'Про'),(18888,280,18,'Обзор релиза'),(18889,281,18,'Список изменений'),(18890,282,18,'Добро пожаловать в VehicleManager'),(18891,283,18,'Спасибо за использование нашего компонента!<br /><br />\\nVehicleManager позволяет вам управлять арендой и продажей машин. Это возможно благодаря поддержке категорий и  под категорий, также вы можете добавить VehicleID для внутренних нужд. Встроено управление выдачей/возвратом, с возможностью запроса на аренду с вашего сайта. VehicleManager также позволяет возможность добавления обзора аренды пользователями, с возможностью управления обзорами в backend. Встроенная поддержка электронных документов.<br/ ><br />\\nЗамечания: <br/ >\\n- для загрузки фото на ваш сервер вам нужен PHP5 скомпилированный с поддержкой CURL<br />\\n- для работы экспорта в csv нужен PHP5 скомпилированный с поддержкой XSL<br/ >\\n- для CAPTCHA,нужен PHP5 скомпилированный с поддержкой GD<br />\\n<br />\\nНа сайте <a href=\\\\\"http://www.ordasoft.com\\\\\">www.ordasoft.com</a> Вы можете найти  VehicleManager документацию, языковые файлы, форум поддержки и загрузит много дополнительных модулей и plugins.<br />\\n<br />\\nВозможен выпуск специализированных версий, если Вы хотите добавить новые свойства в VehicleManager. Пожалуйста пишите точное описание того, что Вам требуется  <a href=\\\\\"mailto:sales@ordasoft.com\\\\\">sales@ordasoft.com</a> и мы свяжемся с Вами. При заказе специализированной версии, Вы получите следующую PRO версию бесплатно.'),(18892,284,18,'Информация будет сохранена только если вы используете '),(18893,285,18,'. иначе будет проигнорирована.'),(18894,286,18,'Арендовать'),(18895,287,18,'Список показывает машины выбранные для выдачи.<br />Если он пуст проверьте ваш выбор снова.'),(18896,288,18,'Ваш полное имя'),(18897,289,18,'email'),(18898,290,18,'Ваш почтовый адрес'),(18899,291,18,'Время возврата книги'),(18900,292,18,'Выдана'),(18901,293,18,'Ваш запрос на аренду был сохранен в нашей базе данных. Мы проверим ваш запрос и информируем вас при первой возможности.<br />Спасибо что воспользовались нашими услугами.'),(18902,294,18,'Ваш запрос на покупку был сохранен в нашей базе данных. Мы проверим ваш запрос и информируем вас при первой возможности.<br />Спасибо что воспользовались нашими услугами.'),(18903,295,18,'VehicleManager: Запрос принят'),(18904,296,18,'Автомобиль'),(18905,297,18,'который вы запросили готов к аренде.'),(18906,298,18,'Сохранить'),(18907,299,18,'Аренда'),(18908,300,18,'Вернуть Автомобиль с аренды'),(18909,301,18,'Принять запрос'),(18910,302,18,'Отклонить запрос'),(18911,303,18,'Импорт автомобилей'),(18912,304,18,'Экспорт автомобилей'),(18913,305,18,'Удалить обзор'),(18914,306,18,'Редактировать обзор'),(18915,307,18,'Основная информация:'),(18916,308,18,'Версия:'),(18917,309,18,'Дата выпуска:'),(18918,310,18,'Ссылка на проект:'),(18919,311,18,'Сайт проекта:'),(18920,312,18,'Лицензия:'),(18921,313,18,'Эта программа распространяется в надежде, что она будет полезна, но безо всякой гарантии. Смотри включенный LICENSE.TXT для большей информации.'),(18922,314,18,'Разработана:'),(18923,315,18,'Домашняя страница'),(18924,316,18,'Ссылка на электронный документ'),(18925,317,18,'Разрешить электронные документы'),(18926,318,18,'Разрешить электронные документы на сайте. Эта функция может быть активирована только в том случае, если была разрешена функция: Показать электронные документы'),(18927,319,18,'Разрешить электронные документы'),(18928,320,18,'Разрешить показ стоимости:'),(18929,321,18,'Показывать стоимость на сайте. Эта функция может быть активирована только в том случае, если была разрешена функция \\\\\"Разрешить показ цен\\\\\"'),(18930,322,18,'Разрешить показ стоимости'),(18931,323,18,'VehicleManager :: Управление обзорами'),(18932,324,18,'Адрес Машины'),(18933,325,18,'Заголовок обзора'),(18934,326,18,'Введите код, который Вы видите на картинке ниже.'),(18935,327,18,'Печать'),(18936,328,18,'Выберите столбцы для печати и нажмити Далее!'),(18937,329,18,'Размер шрифта'),(18938,330,18,'Формат'),(18939,331,18,'Показывать лицензи'),(18940,332,18,'Показывать или не показывать лицензию перед загрузкой файла'),(18941,333,18,'Показывать лицензи'),(18942,334,18,'Лицензия'),(18943,335,18,'Принимаю?'),(18944,336,18,'Добавить обзор'),(18945,337,18,'Скрыть обзор'),(18946,338,18,'Показывать кнопку Купить'),(18947,339,18,'Показывать кнопку Купить'),(18948,340,18,'Показывать кнопку Купить для авто на сайте'),(18949,341,18,'Разрешить показ кнопки Купить:'),(18950,342,18,'SПоказывать кнопку Купить на сайте для выбранных категорий. Эта функция может быть активирована только в том случае, если была разрешена функция \\\\\"Разрешить показ кнопки Купить\\\\\"'),(18951,343,18,'Разрешить показ кнопки Купить'),(18952,344,18,'Экспорт всех данных'),(18953,345,18,'Импорт всех данных'),(18954,346,18,'В результате этой операции все текущие VehicleManager\\данные будут удалены. Вы хотите продолжить? '),(18955,347,18,'\\n<strong>CSV&nbsp;ИМПОРТ:</strong>\\n<ul>\\ <li>В данный момент формат CSV поддерживает:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\ <li>Разделитель областей данных символ (<strong>&nbsp;|&nbsp;</strong>)</li>\\ <li>Вы можете импортировать поля с правильным(и) VehicleID, оставляя другие поля пустыми, например:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>empty</i>&nbsp;|&nbsp;...&nbsp;|</li>\\ <li><strong>ПРЕДУПРЕЖДЕНИЕ:</strong>&nbsp;не используйте импорт CSV, если есть отзывы пользователей, в таком случае используйте Полный импорт данных!</li>\\n</ul>\\n<strong>XML&nbsp;ИМПОРТ:</strong>\\n<ul>\\ <li>Импорт данных в XML формате</li>\\ <li><strong>ПРЕДУПРЕЖДЕНИЕ:</strong>&nbsp;не используйте импорт XML, если есть отзывы пользователей, в таком случае используйте Полный импорт данных!</li>\\n<li><strong>ПРЕДУПРЕЖДЕНИЕ:</strong>&nbsp;ассоциации между домами не сохранятся!</li>\n        <li><strong>ПРЕДУПРЕЖДЕНИЕ:</strong>&nbsp;фото не сохраняются, нужно отдельно загружать фотографии в папку!</li></ul>\\n<strong>Полный&nbsp;Импорт&nbsp;данных:</strong>\\n<ul>\\ <li>Этот ипорт будет импортировать все VehicleManager данные и востанавливать все поля и детали</li>\\ <li>Эта опкрация перезапишет все данные, буддете осторожны применяя её!</li>\\ <li>Для востановления всех фото машин, востановите сохраненные перед этим все файлы из папки: --components/com_vehiclemanager/photos--!</li>\\ <li>Для востановления всех электронных документов, востановите сохраненные перед этим все файлы из папки прописсаной в настройках админки --Расположение электронных документов--!</li>\\n</ul>'),(18956,348,18,'\\n<strong>CSV&nbsp;ЭКСПОРТ:</strong>\\n<ul>\\ <li>Экспорт CSV будет содержать все поля для дальнейшего редактирования в электронных таблицах или редакторе текста</li>\\ <li>В данный момент для последующего импорта поддерживается тфкой формат CSV:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\ <li><strong>ПРЕДУПРЕЖДЕНИЕ:</strong> Если Вы хотите импортировать позже все, включая обзоры, используйте экспорт Всех данных!</li>\\n<li><strong>ПРЕДУПРЕЖДЕНИЕ:</strong>&nbsp;ассоциации между домами не сохранятся!</li>\n        <li><strong>ПРЕДУПРЕЖДЕНИЕ:</strong>&nbsp;фото не сохраняются, нужно отдельно загружать фотографии в папку!</li></ul>\\n<strong>XML&nbsp;ЭКСПОРТ:</strong>\\n<ul>\\ <li>Экспорт данных в XML формате</li>\\ <li><strong>ПРЕДУПРЕЖДЕНИЕ:</strong> Если Вы хотите импортировать позже все, включая обзоры, используйте экспорт Всех данных!</li>\\n</ul>\\n<strong>Полный&nbsp;Экспорт&nbsp;Данных:</strong>\\n<ul>\\ <li>Этот экспорт экспортирует все VehicleManager данные и скопирует все поля и записи</li>\\ <li>Вы можете позже использовать эти файлы, чтобы восстановить полностью ваши данные VehicleManager</li>\\ <li>Когда в последствии будете импортировать, будте осторожны!</li>\\ <li>Для востановления всех фото машин, востоновите папку: --components/com_vehiclemanager/photos--!</li>\\ <li>Для востановления всех электронных документов, востоновите все файлы из прапки в настройках админки - [--Расположение электронных документов--]</li>\\n</ul>'),(18957,349,18,'Посылать уведомление о добавлении обзоров'),(18958,350,18,'Посылать уведомление о добавлении обзоров'),(18959,351,18,'Поставьте ДА если вы хотите получать email уведомление если пользователь добавит отзыв. Используйте панель для задания прав - кто может посылать такие письма'),(18960,352,18,'Группы пользователей'),(18961,353,18,'Группы пользователей'),(18962,354,18,'Выберите тех кто будет посылать уведомление при добавлении отзыва. Эта опция будет доступна если опция --Посылать уведомление о добавлении обзоров-- будет установлена в Да'),(18963,355,18,'Посылать уведомление о заказах'),(18964,356,18,'Посылать уведомление о заказах'),(18965,357,18,'Поставьте ДА если вы хотите получать email уведомление если пользователь добавит заказ на машину. Используйте панель для задания прав - кто может посылать такие письма'),(18966,358,18,'Группы пользователей'),(18967,359,18,'Группы пользователей'),(18968,360,18,'Выберите тех кто будет посылать уведомление при заказе на машину. Эта опция будет доступна если опция --Посылать уведомление о заказах-- будет установлена в Да'),(18969,361,18,'Комментарий к обзору'),(18970,362,18,'Показывать пользовальскую картинку в категории'),(18971,363,18,'Показывать пользовальскую картинку в категории'),(18972,364,18,'Если данная опция установлена как Да, Вы можете менять стандартную картинку для категории на свою.\\Это&nbsp;можно&nbsp;настроить&nbsp;в:&nbsp;VehicleManager&nbsp;/&nbsp;Manage&nbsp;Categories&nbsp;/&nbsp;Edit&nbsp;/&nbsp;Select&nbsp;image!'),(18973,365,18,'Показывать подкатегории'),(18974,366,18,'Show for single subcategory'),(18975,367,18,'Показывать подкатегории'),(18976,368,18,'Если данная опция установлена как Да, Вы будете видеть все подкатегории для каждой категории'),(18977,369,18,'If set to YES, you will see subcategory for single select category'),(18978,370,18,'Вы не можете вернуть автомобиль,который еще не на аренде.'),(18979,371,18,'Пожалуйста определите элемент для Выбора Машины'),(18980,372,18,'Пожалуйста определите элемент для Возврата Машины'),(18981,373,18,'Пожалуйста выберите элемент для Принятия запроса'),(18982,374,18,'Пожалуйста выберите элемент для Отклонения запроса'),(18983,375,18,'Вы должны выбрать тип для импорта!'),(18984,376,18,'Вы должны выбрать тип для экспорта!'),(18985,377,18,'Добавте заголовок для этого автомобиля!'),(18986,378,18,'Пожалуйста введите VehicleID для этого автомобиля!'),(18987,379,18,'Автомобиль с таким VehicleID уже существует!'),(18988,380,18,'Вы должны выбрать категорию для автомобиля!'),(18989,381,18,'Введите имя для вашего запроса!'),(18990,382,18,'Введите корректный e-mail для вашего запроса!'),(18991,383,18,'Введите корректный телефонный номер для вашего запроса!'),(18992,384,18,'Необходимые поля'),(18993,385,18,'Рекомендованные поля'),(18994,386,18,'Адрес'),(18995,387,18,' Детали'),(18996,388,18,'Внешний интерьер'),(18997,389,18,'Внутренний интерьер'),(18998,390,18,'Другие детали'),(18999,391,18,'Управление фото'),(19000,392,18,'Фото галлерея'),(19001,393,18,'Advertisment'),(19002,394,18,'Информация клиента '),(19003,395,18,'VehicleManager :: Меннаджер продаж'),(19004,396,18,'Запрос на покупку'),(19005,397,18,'Спрятать запрос'),(19006,398,18,'Послать запрос'),(19007,399,18,'Посылать уведомлене об запросе на покупку'),(19008,400,18,'Посылать уведомлене об запросе на покупку'),(19009,401,18,'Ваберите ДА если вы хотите получать подтверждение через почту если пользователь послал запрос на покупку. Используйте панель с права для установки прав от кого будут посылаться такие письма. Вы можете установить адреса для получения таких писем в настройках для админки.'),(19010,402,18,'Группы пользователей'),(19011,403,18,'Группы пользователей'),(19012,404,18,'Выберите от каких груп полбзователей будут посылатся уведомление о запрос на пакупку. Эта функция будет активирована только если установлена в ДА опция -- Посылать уведомлене об запросе на покупку --'),(19013,405,18,'Email - для уведомлении о запросе на покупку'),(19014,406,18,'Email - для уведомлении о запросе на покупку'),(19015,407,18,'Будет послано сообщение, когда будет добавлен запрос на покупку машины. Вы можете ввести много адресов разделив их запятой.'),(19016,408,18,'VehicleManager :: Настройки'),(19017,409,18,'Удалить'),(19018,410,18,'Фото '),(19019,411,18,'Показывать закладку комментариев'),(19020,412,18,'Show Reviews tab'),(19021,413,18,'Set Yes to show Reviews tab'),(19022,414,18,'Показывать закладку местоположения'),(19023,415,18,'Показывать таб местонахождение'),(19024,416,18,'Выберети YES  для показа местонахождения.'),(19025,417,18,'Добавить транспортное средство'),(19026,418,18,'Показывать кнопку<br />Добавить транспортное средство]'),(19027,419,18,'Показывать кнопку<br />Добавить транспортное средство]'),(19028,420,18,'Показывать кнопку<br />Добавить транспортное средство] в внешний интерфейс'),(19029,421,18,'Разрешить  кнопку<br />Добавить транспортное средство'),(19030,422,18,'Разрешить  кнопку<br />Добавить транспортное средство'),(19031,423,18,'Разрешить кнопку Добавить транспортное средство] в внешний интерфейс. Эта функция будет активирована если --Показывать кнопку<br />Добавить транспортное средство]-- также  YES!'),(19032,424,18,'Show button<br />print PDF'),(19033,425,18,'Show button<br />print PDF'),(19034,426,18,'Shows button print PDF in the vehicle list in the frontend'),(19035,427,18,'Allow button<br />print PDF'),(19036,428,18,'Allow button<br />print PDF'),(19037,429,18,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(19038,430,18,'Show button<br />print View'),(19039,431,18,'Show button<br />print View'),(19040,432,18,'Shows button print View in the vehicle list in the frontend'),(19041,433,18,'Allow button<br />print View'),(19042,434,18,'Allow button<br />print View'),(19043,435,18,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(19044,436,18,'Show button<br />send Link'),(19045,437,18,'Show button<br />send Link'),(19046,438,18,'Shows button send Link in the vehicle list in the frontend'),(19047,439,18,'Allow button<br />send Link'),(19048,440,18,'Allow button<br />send Link'),(19049,441,18,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(19050,442,18,'Контакты'),(19051,443,18,'Показывать контакты'),(19052,444,18,'Показывать контакты'),(19053,445,18,'Показывать контакты на \'Главном\' табе .'),(19054,446,18,'Путь к фото'),(19055,447,18,'Путь к загруженным фотографиям. '),(19056,448,18,'Путь к фото'),(19057,449,18,'Аренда с'),(19058,450,18,'Аренда по '),(19059,451,18,'Недоступно для аренды'),(19060,452,18,'Доступно для аренды'),(19061,453,18,'Ваше транспортное средство  было добавлено.Мы проверим и добамим Ваш запрос.'),(19062,454,18,'Место нахождения'),(19063,455,18,'Главная'),(19064,456,18,'-- выбрать --'),(19065,457,18,'For rent'),(19066,458,18,'For sale'),(19067,459,18,'negotiable,starting'),(19068,460,18,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(19069,461,18,'new,used'),(19070,462,18,'manual,automatic'),(19071,463,18,'active,offer,contract,closed,withdrawn'),(19072,464,18,'Fwd,Rwd,Awd,4wd,2wd'),(19073,465,18,'petrol,diesel,gas,electric,hybrid,unlisted'),(19074,466,18,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(19075,467,18,'4,5,6,8,10,12,16'),(19076,468,18,'none,2,3,4,5,6,7'),(19077,469,18,'Редактировать'),(19078,470,18,'Одобрен'),(19079,471,18,'Производитель'),(19080,472,18,'Мои авто'),(19081,473,18,'все'),(19082,474,18,'от'),(19083,475,18,'до'),(19084,476,18,'список'),(19085,477,18,'галерея'),(19086,478,18,'Выбирает пользователь'),(19087,479,18,'Владелец'),(19088,480,18,'Full XML'),(19089,481,18,'Id'),(19090,482,18,'Добавить Авто'),(19091,483,18,'Опубликовано'),(19092,484,18,'Не опубликовано'),(19093,485,18,'Удалить'),(19094,486,18,'Return vehicle from rent'),(19095,487,18,'Rent'),(19096,488,18,'У вас пока нет машин'),(19097,489,18,'На страницу нет доступа'),(19098,490,18,'показывать RSS'),(19099,491,18,'показывать или нет RSS'),(19100,492,18,'показывать RSS'),(19101,493,18,'включить RSS для'),(19102,494,18,'допустить RSS'),(19103,495,18,'пользователи, для которых доступно RSS'),(19104,496,18,'Допустить добавленные авто'),(19105,497,18,'Одобрить добавленные авто'),(19106,498,18,'Одобрить авто, добавленные из front-end'),(19107,499,18,'Allow approve'),(19108,500,18,'Allow approve'),(19109,501,18,'Выбрать пользователей, которым доступны авто из front-end'),(19110,502,18,'Тип отображения'),(19111,503,18,'Тип отображения'),(19112,504,18,'Выбрать тип отображения авто'),(19113,505,18,'Show location map'),(19114,506,18,'Location map'),(19115,507,18,'If choose \\\\\"yes\\\\\" then show location map '),(19116,508,18,'Save database after uninstall component:'),(19117,509,18,'Update'),(19118,510,18,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(19119,511,18,'Показать владельца'),(19120,512,18,'Показать владельца'),(19121,513,18,'Показывать владельца'),(19122,514,18,'Ответ на запрос об аренде'),(19123,515,18,'Ответ на запрос аренды'),(19124,516,18,'Отправить сообщение о решении по запросу аренды'),(19125,517,18,'Принято'),(19126,518,18,'Отконено'),(19127,519,18,'Ответ на ваш запрос аренды'),(19128,520,18,'Ваш запрос аренды'),(19129,521,18,''),(19130,522,18,'no-img_eng_big.gif'),(19131,523,18,'Изменить'),(19132,524,18,'Добавить авто'),(19133,525,18,'Редактор авто'),(19134,526,18,'Мои авто'),(19135,527,18,'Показать список владельцев'),(19136,528,18,'Показать список владельцев'),(19137,529,18,'\\\\\"yes\\\\\" означает показывать список владельцев во front-end'),(19138,530,18,'Открыть список владельцев'),(19139,531,18,'Открыть список владельцев'),(19140,532,18,'Выбрать пользователей, которым доступен СПИСОК ВЛАДЕЛЬЦЕВ'),(19141,533,18,'Список владельцев'),(19142,534,18,'Список владельцев'),(19143,535,18,'Владельцы'),(19144,536,18,'Автомобили'),(19145,537,18,'Автомобили пользователя'),(19146,538,18,'Нет совпадений'),(19147,539,18,'Вы не авторизованы! Залогиньтесь, чтобы иметь возможность редактирования!'),(19148,540,18,'Запросить аренду'),(19149,541,18,'Авто с таким идентификатором не найдено'),(19150,542,18,'Страница не доступна для просмотра, т.к. авто скрыто'),(19151,543,18,'Страница не доступна для просмотра, т.к. авто не одобрено администратором'),(19152,544,18,'Проверить категорию'),(19153,545,18,'Вы уверены?'),(19154,546,18,'Сначала выберете машину!'),(19155,547,18,'Форма для ответа на запрос аренды'),(19156,548,18,'Форма для ответа на запрос аренды'),(19157,549,18,'Форма для ответа на запрос аренды'),(19158,550,18,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(19159,551,18,'Ответ на запрос о покупке'),(19160,552,18,'Ответ на запрос о покупке'),(19161,553,18,'Отправить пользователю сообщение о решении по запросу о покупке'),(19162,554,18,'Form for answer to buy request'),(19163,555,18,'Form for answer to buy request'),(19164,556,18,'Form for answer to buy request'),(19165,557,18,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(19166,558,18,'Accepted'),(19167,559,18,'Declined'),(19168,560,18,'Publish added vehicles'),(19169,561,18,'Publish added vehicles'),(19170,562,18,'Publish vehicles added'),(19171,563,18,'Allow publish'),(19172,564,18,'Allow publish'),(19173,565,18,'Choose users whom allow publish vehicles'),(19174,566,18,'Дата'),(19175,567,18,'Rent before end notify'),(19176,568,18,'Rent before end notify'),(19177,569,18,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(19178,570,18,'Rent end days'),(19179,571,18,'Rent end days'),(19180,572,18,'How much days before rent end send notify email'),(19181,573,18,'Rent end email'),(19182,574,18,'Rent end email'),(19183,575,18,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(19184,576,18,'Edit rent'),(19185,577,18,'VehicleManager - Edit vehicle rent details'),(19186,578,18,'User groups for which Contacts  will show'),(19187,579,18,'User groups for which Contacts  will show'),(19188,580,18,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(19189,581,18,' User groups for which Location tab will be shown'),(19190,582,18,' User groups for which Location tab will be shown'),(19191,583,18,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(19192,584,18,'User groups for which Reviews tab will be shown'),(19193,585,18,'User groups for which Reviews tab will be shown'),(19194,586,18,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(19195,587,18,'Show Buy Request'),(19196,588,18,'Show Buy request in the frontend'),(19197,589,18,'Set Yes to show the button Send Buy Request on the frontend.'),(19198,590,18,'User groups which will see button Send Buy Request'),(19199,591,18,'Allow Buy request'),(19200,592,18,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(19201,593,18,'Send Add vehicle Notification'),(19202,594,18,'Send Add vehicle Notification'),(19203,595,18,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(19204,596,18,'User groups from which Add vehicle notifications will be sent'),(19205,597,18,'User groups from which Add vehicle notifications will be sent'),(19206,598,18,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(19207,599,18,'Show fields in list view'),(19208,600,18,'This section helps to configure the view only but not to restrict user rights.'),(19209,601,18,'To show the [Price] a radio selector [Show price] must be checked.'),(19210,602,18,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(19211,603,18,'Community Builder plugin / My Vehicles menu item settings'),(19212,604,18,'Show my vehicles (in CB)'),(19213,605,18,'Show edit vehicles'),(19214,606,18,'Show rent requests'),(19215,607,18,'Show buy requests'),(19216,608,18,'Show user rent history'),(19217,609,18,'Show my vehicles to'),(19218,610,18,'Show edit vehicles to'),(19219,611,18,'Show rent requests to'),(19220,612,18,'Show buy requests to'),(19221,613,18,'Show user rent history to'),(19222,614,18,'Show my vehicles'),(19223,615,18,'Show edit vehicles'),(19224,616,18,'Show rent requests'),(19225,617,18,'Show buy requests'),(19226,618,18,'Show user rent history'),(19227,619,18,'Show button \'show my vehicles\' on CB plugin'),(19228,620,18,'Show my vehicles'),(19229,621,18,'Select user group for which will be show this button'),(19230,622,18,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(19231,623,18,'Show edit vehicles'),(19232,624,18,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(19233,625,18,'Show rent requests'),(19234,626,18,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(19235,627,18,'Show buy requsts'),(19236,628,18,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(19237,629,18,'Show my rent history'),(19238,630,18,'Календарь наличия и арендные ставки за период'),(19239,631,18,'Week'),(19240,632,18,'Weekend'),(19241,633,18,'Midweek'),(19242,634,18,'Year'),(19243,635,18,'Month'),(19244,636,18,'Календарь'),(19245,637,18,'Добавить цену'),(19246,638,18,'Select price which are necessary to remove'),(19247,639,18,'Доступные даты'),(19248,640,18,'Не доступно для аренды'),(19249,641,18,'Новая стоимость аренды'),(19250,642,18,'Добавить стоимость аренды'),(19251,643,18,'Календарь'),(19252,644,18,'User groups for which Calendar tab will be shown'),(19253,645,18,'Show Rent Calendar Tab'),(19254,646,18,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(19255,647,18,'Show Calendar Tab'),(19256,648,18,'Show Calendar Tab'),(19257,649,18,'Set Yes to show Calendar tab'),(19258,650,18,'Show owner'),(19259,651,18,'Show calendar'),(19260,652,18,'Show house calendar or not'),(19261,653,18,'Default price label for calendar'),(19262,654,18,'Default price labels for calendar (weekend, week, midweek)'),(19263,655,18,'Default price label for calendar'),(19264,656,18,'VehicleManager :: Featured Manager'),(19265,657,18,'Feature'),(19266,658,18,'Category'),(19267,659,18,'Published'),(19268,660,18,'Name Alias'),(19269,661,18,'Category Alias'),(19270,662,18,'Дополнительные параметры'),(19271,663,18,'Image'),(19272,664,18,'Select photo if it is necessary to remove'),(19273,665,18,'Recommended image size 25 x 25 pixels'),(19274,666,18,'Categories for Manager Feature'),(19275,667,18,'Category must be entered, separated by commas'),(19276,668,18,'Categories for Manager Feature'),(19277,669,18,'Image for Manager Feature'),(19278,670,18,'Image for Manager Feature'),(19279,671,18,'If choose \\\\\"yes\\\\\" then show image for Manager Feature'),(19280,672,18,'Show categories for Manager Feature'),(19281,673,18,'Show categories for Manager Feature'),(19282,674,18,'If choose \\\\\"yes\\\\\" then show categories for Manager Feature'),(19283,675,18,'Currency'),(19284,676,18,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(19285,677,18,'Currency with coefficients'),(19286,678,18,'Show price sepaprator'),(19287,679,18,'Show price sepaprator'),(19288,680,18,'Show price sepaprator'),(19289,681,18,'Получить географические координаты'),(19290,682,18,'Язык'),(19291,683,18,'Show Custom Text Field 1'),(19292,684,18,'Show Custom Text Field 2'),(19293,685,18,'Show Custom Text Field 3'),(19294,686,18,'Show Custom Text Field 4'),(19295,687,18,'Show Custom Text Field 5'),(19296,688,18,'Show Custom Dropdown Field 6'),(19297,689,18,'Show Custom Dropdown Field 7'),(19298,690,18,'Show Custom Dropdown 8'),(19299,691,18,'Show Custom Dropdown 9'),(19300,692,18,'Show Custom Dropdown 10'),(19301,693,18,'Custom Fields Manager'),(19302,694,18,'Custom Text 1'),(19303,695,18,'Custom Text 2'),(19304,696,18,'Custom Text 3'),(19305,697,18,'Custom Text 4'),(19306,698,18,'Custom Text 5'),(19307,699,18,'Custom Dropdown Field 6'),(19308,700,18,'Custom Dropdown Field 7'),(19309,701,18,'Custom Dropdown Field 8'),(19310,702,18,'Custom Dropdown Field 9'),(19311,703,18,'Custom Dropdown Field 10'),(19312,704,18,'Extra1,Extra2,Extra3,Extra4,Extra5'),(19313,705,18,'Extra1,Extra2,Extra3,Extra4,Extra5'),(19314,706,18,'Extra1,Extra2,Extra3,Extra4,Extra5'),(19315,707,18,'Extra1,Extra2,Extra3,Extra4,Extra5'),(19316,708,18,'Extra1,Extra2,Extra3,Extra4,Extra5'),(19317,709,18,'Frontend Settings'),(19318,710,18,'Category Page Settings'),(19319,711,18,'Email and Notification Settings'),(19320,712,18,'Global Settings'),(19321,713,18,'Plugins Settings'),(19322,714,18,'Image Settings'),(19323,715,18,'Tabs Settings'),(19324,716,18,'Seller Contact Settings'),(19325,717,18,'Feature list settings'),(19326,718,18,'Extra Fields manager'),(19327,719,18,'Rent Request Options'),(19328,720,18,'Buy Request Options'),(19329,721,18,'eDocument Options'),(19330,722,18,'Price Settings'),(19331,723,18,'Показать на карте'),(19332,724,18,'General Info'),(19333,725,18,'Specifications'),(19334,726,18,'Photos and Documents'),(19335,727,18,'Additional info'),(19336,728,18,'Seller Contacts'),(19337,729,18,'Required fields'),(19338,730,18,'Vehicle Details'),(19339,731,18,'Attachment Documents'),(19340,732,18,'Set size of main image - width/height in px'),(19341,733,18,'Vehicle gallery photo size'),(19342,734,18,'Set gallery photo size - width/height in px'),(19343,735,18,'VehicleManager :: Language Manager'),(19344,736,18,'Lang tag'),(19345,737,18,'Constant'),(19346,738,18,'Value constant'),(19347,739,18,'Sys type'),(19348,740,18,'All Categories Layout'),(19349,741,18,'Single Category Layout'),(19350,742,18,'Vehicle Page Layout'),(19351,743,18,'All Vehicles Layout'),(19352,744,18,'Common Settings'),(19353,745,18,'Allowed Exts eDocument'),(19354,746,18,'Allowed Exts Image'),(19355,747,18,'Price Format'),(19356,748,18,'Date & Time format'),(19357,749,18,'Date format'),(19358,750,18,'Time format'),(19359,751,18,'%Y - Year; %m - month;  %d - day'),(19360,752,18,'%H - hours; %i - minutes; %s - seconds'),(19361,753,18,'Price unit show'),(19362,754,18,'After'),(19363,755,18,'Before'),(19364,756,18,'Select price ditlimer os set youre.'),(19365,757,18,'Show price unit before or affter price'),(19366,758,18,'email владельца'),(19367,759,18,'Главная картинка отсутствует'),(19368,760,18,'Выберите фотографии для удаления'),(19369,761,18,'Добавить фотографию'),(19370,762,18,'Сортировать по'),(19371,763,18,'Обзоры пока отсутствуют.'),(19372,764,18,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(19373,765,18,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(19374,766,18,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(19375,767,18,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(19376,768,18,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(19377,769,18,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(19378,770,18,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(19379,771,18,'Search Layout'),(19380,772,18,'Here You can select a layout for some view.'),(19381,773,18,'License text <br> Sys type(License Text)'),(19382,774,18,'Rent Requests'),(19383,775,18,'Sale Manager'),(19384,776,18,'Features Manager'),(19385,777,18,'Import/Export'),(19386,778,18,'Language Manager'),(19387,779,18,'Settings'),(19388,780,18,'Group'),(19389,781,18,'Count of cars'),(19390,782,18,'How many cars users can publish from a specific group.'),(19391,783,18,'Show PayPal buy'),(19392,784,18,'Allow PayPal buy'),(19393,785,18,'Show PayPal rent'),(19394,786,18,'Allow PayPal rent'),(19395,787,18,'Your PayPal email'),(19396,788,18,'Successful return url'),(19397,789,18,'After successful payment returns the buyer on your page.'),(19398,790,18,'Image url'),(19399,791,18,'Add image to PayPal page.'),(19400,792,18,'Cancel return url'),(19401,793,18,'If buyer press cancel in payment page, returns the buyer on your page.'),(19402,794,18,'Real(yes) or a test(no) PayPal account'),(19403,795,18,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(19404,796,18,'PayPal Options'),(19405,797,18,'Number of photos'),(19406,798,18,'How many photos in gallery users can publish from a specific group.'),(19407,799,18,'Total price: '),(19408,800,18,'Go now to PayPal'),(19409,801,18,'Special price per day'),(19410,802,18,'Special price per night'),(19411,803,18,'Add new special price and save'),(19412,804,18,'From'),(19413,805,18,'To'),(19414,806,18,'Price per day'),(19415,807,18,'Сalculate'),(19416,808,18,'Special price and rent time'),(19417,809,18,'Special price per day(\"yes\") or per night(\"no\")'),(19418,810,18,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(19419,811,18,'Pay'),(19420,812,18,'Language'),(19421,813,18,'Select Language'),(19422,814,18,'Clone'),(19423,815,18,'Orders'),(19424,816,18,'Message for Cancel URL text'),(19425,817,18,'Message for Successes URL text'),(19426,818,18,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(19427,819,18,'Category/All vehicle Layout Settings'),(19428,820,18,'Email Notification Options'),(19429,821,18,'Review Notification Options'),(19430,822,18,'Order ID'),(19431,823,18,'Vehicle title'),(19432,824,18,'Email'),(19433,825,18,'Date'),(19434,826,18,'Status'),(19435,827,18,'Price'),(19436,828,18,'Paid'),(19437,829,18,'Details'),(19438,830,18,'User'),(19439,831,18,'Username'),(19440,832,18,'Accept type/info: '),(19441,833,18,'Payment system: '),(19442,834,18,'Payer email: '),(19443,835,18,'Pending reason: '),(19444,836,18,'In your request encountered an error, please contact the administrator!'),(19445,837,18,'Please insert a Price for this house!'),(19446,838,18,'To add special prices, you must first save property !'),(19447,839,18,'Crop image'),(19448,840,18,'Set Yes to crop images and No to scale images'),(19449,841,18,'Insert the Message on page with notification about unsuccessfull payment'),(19450,842,18,'You do unsuccess payment!'),(19451,843,18,'Insert the Message on page with notification about successfull payment'),(19452,844,18,'You do success payment!'),(19453,845,18,'Video'),(19454,846,18,'Video source'),(19455,847,18,'Delete video'),(19456,848,18,'Add new video file'),(19457,849,18,'Track for video'),(19458,850,18,'Track download link'),(19459,851,18,'Delete track'),(19460,852,18,'Video and track support:'),(19461,853,18,'Add new track'),(19462,854,18,'Add alternative video'),(19463,855,18,'Upload video'),(19464,856,18,'Video download link'),(19465,857,18,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(19466,858,18,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(19467,859,18,'Kind (Specifies the kind of text track)'),(19468,860,18,'Src lang (language of the track)'),(19469,861,18,'Label (Specifies the title of the text track)'),(19470,862,18,'Upload track'),(19471,863,18,'Error uploading video!'),(19472,864,18,'Error uploading track!'),(19473,865,18,'Location of video'),(19474,866,18,'Location of track'),(19475,867,18,'Allowed Exts Video'),(19476,868,18,'Allowed Exts Track'),(19477,869,18,'Please insert an track kind'),(19478,870,18,'Please insert an track language'),(19479,871,18,'Please insert an track title'),(19480,872,18,'Video/Track Options'),(19481,873,18,'Options for user groups'),(19482,874,18,'Update options'),(19483,875,18,'Buttons Settings'),(19484,876,18,'Vehicle Maps Image, px:'),(19485,877,18,'Set maps image width/height in pixels'),(19486,878,18,'Vehicle Settings'),(19487,879,18,'Common Settings'),(19488,880,18,'AllCategories Layout Settings'),(19489,881,18,'Approve Published Review:'),(19490,882,18,'Approve Published For'),(19491,883,18,'Buttons Settings'),(19492,884,18,'Post max size in your PHP settings less than your video file.!'),(19493,885,18,'Upload max file size in your PHP settings less than your video file.!'),(19494,886,18,'File uploads is off in your PHP settings.!'),(19495,887,18,'Rent history'),(19496,888,18,'VehicleManager :: Rent Hisory'),(19497,889,18,'Users Rent History'),(19498,890,18,'VehicleManager :: Users Rent Hisory'),(19499,891,18,'OwnerID'),(19500,892,18,'Contact agent'),(19501,894,18,'View listing'),(19502,893,18,'Contact info'),(19503,895,18,'Your review has been added'),(19504,896,18,'Edit vehicles'),(19505,897,18,'Vehicle Location'),(19506,898,18,'Exterior & Interior'),(19507,899,18,'Attachments'),(19508,900,18,'VehicleManager : Orders'),(19509,901,18,'You have max photos. Limit for this users group'),(19510,902,18,'Address'),(19511,903,18,'Range(km)'),(19512,904,18,'Select Category'),(19513,905,18,'Search'),(19514,906,18,'Other'),(19515,907,18,'No reviews for vehicle'),(19516,908,18,'Captcha Settings'),(19517,909,18,'Show captcha<br />for review form'),(19518,910,18,'Show captcha for review form in the reviews tab on the frontend'),(19519,911,18,'Allow captcha<br />for review form'),(19520,912,18,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(19521,913,18,'Show captcha for<br />contact agent form'),(19522,914,18,'Show captcha for contact agent form in the reviews tab on the frontend'),(19523,915,18,'Allow captcha for<br />contact agent form'),(19524,916,18,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(19525,917,18,'Show captcha<br />for booking form'),(19526,918,18,'Show captcha for booking form in the reviews tab on the frontend'),(19527,919,18,'Allow captcha<br />for booking form'),(19528,920,18,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(19529,921,18,'Show button Add to Wish List'),(19530,922,18,'Show button Add to Wish List or not'),(19531,923,18,'Allow Wish List for'),(19532,924,18,'Select users for whom allow Wish List'),(19533,925,18,'Add to wishlist'),(19534,926,18,'Remove from wishlist'),(19535,927,18,'Google Map Options'),(19536,928,18,'Api Key'),(19537,929,18,'Field to enter google map api key'),(19538,930,18,'Google Maps API error: missing key map error!'),(19539,931,18,'To get Google Maps API key follow below link'),(19540,932,18,'Settings Layout Search Results '),(19541,933,18,'Show map<br />for layout search results'),(19542,934,18,'Show map for layout search results on the frontend'),(19543,935,18,'Allow map<br />for layout search results'),(19544,936,18,'Allow map for layout search results in the frontend.'),(19545,937,18,'Show order by form<br />for all layouts'),(19546,938,18,'Show order by form for all layouts on the frontend'),(19547,939,18,'Allow order by form<br />for all layouts'),(19548,940,18,'Allow order by form for all layouts in the frontend.'),(19549,941,18,'Show Contact Agent/Book Now Tab'),(19550,942,18,'Set Yes to show Contact Agent/Book Now tab'),(19551,943,18,'User groups for which Contact Agent/Book Now tab will be shown'),(19552,944,18,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(19553,946,18,'Options access to edit vehicles'),(19554,947,18,'Users group who will have access to edit users vehicles'),(19555,948,18,'Permit edit vehicles for other users'),(19556,949,18,'Select all users'),(19557,950,18,'Select the plugin in Vehicle Manager settings!'),(19558,951,18,'Show google captcha'),(19559,952,18,'Show google captcha'),(19560,953,18,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(19561,954,18,'Mandatory fields'),(19562,955,18,'Year of issue'),(19563,956,18,'Set \"YES\" make the field year of issue mandatory'),(19564,957,18,'Mileage'),(19565,958,18,'Set \"YES\" make the field mileage mandatory'),(19566,959,18,'Price'),(19567,960,18,'Set \"YES\" make the field price mandatory'),(19568,961,18,'Show search button<br>on frontend'),(19569,962,18,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(19570,963,18,'Show search button<br>for users'),(19571,964,18,'Select the user for which the search button on frontend will be displayed.'),(19572,965,18,'anonymous'),(19573,966,18,'New rent request added!'),(19574,967,18,'New buying request added!'),(19575,968,18,'New vehicle review added'),(19576,969,18,'SUBJECT'),(19577,970,18,'Rent expire Notice!'),(19578,971,18,'Add email user to <br /> send reply'),(19579,972,18,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(19580,973,18,'Add email user to review notification'),(19581,974,18,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(19582,975,18,'Add email user to vehicle notification'),(19583,976,18,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(19584,977,18,'Add email user to buying request notification'),(19585,978,18,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(19586,979,18,'Settings rent options on search page'),(19587,982,18,'Search Settings'),(19588,980,18,'Show available for rent'),(19589,981,18,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19590,983,18,'Show year of issue'),(19591,984,18,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19592,985,18,'Show price of vehicle'),(19593,986,18,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19594,987,18,'Show condition status'),(19595,988,18,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19596,989,18,'Show listing status'),(19597,990,18,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19598,991,18,'Show transmission type'),(19599,992,18,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19600,993,18,'Show maker'),(19601,994,18,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19602,995,18,'Show drive type'),(19603,996,18,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19604,997,18,'Show vehicle model'),(19605,998,18,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19606,999,18,'Show number cylinders'),(19607,1000,18,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19608,1001,18,'Show vehicle type'),(19609,1002,18,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19610,1003,18,'Show number speeds'),(19611,1004,18,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19612,1005,18,'Show listing type'),(19613,1006,18,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19614,1007,18,'Show vehicle fuel type'),(19615,1008,18,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19616,1009,18,'Show vehicle price type'),(19617,1010,18,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19618,1011,18,'Show vehicle number doors'),(19619,1012,18,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19620,1013,18,'Show vehicle category'),(19621,1014,18,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19622,1015,18,'Show vehicle ID'),(19623,1016,18,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19624,1017,18,'Show vehicle description'),(19625,1018,18,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19626,1019,18,'Show title'),(19627,1020,18,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19628,1021,18,'Show address'),(19629,1022,18,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19630,1023,18,'Show country'),(19631,1024,18,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19632,1025,18,'Show region'),(19633,1026,18,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19634,1027,18,'Show city'),(19635,1028,18,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19636,1029,18,'Show district'),(19637,1030,18,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19638,1031,18,'Show zipcode'),(19639,1032,18,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19640,1033,18,'Show owner'),(19641,1034,18,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19642,1035,18,'Show mileage'),(19643,1036,18,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19644,1037,18,'Show contact information'),(19645,1038,18,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19646,1039,18,'Show engine type'),(19647,1040,18,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19648,1041,18,'Show city MPG/KPL'),(19649,1042,18,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19650,1043,18,'Show highway MPG/KPL'),(19651,1044,18,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19652,1045,18,'Show wheelbase'),(19653,1046,18,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19654,1047,18,'Show wheeltype'),(19655,1048,18,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19656,1049,18,'Show rear axel type'),(19657,1050,18,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19658,1051,18,'Show brakes type'),(19659,1052,18,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19660,1053,18,'Show exterior colors'),(19661,1054,18,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19662,1055,18,'Show exterior extras'),(19663,1056,18,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19664,1057,18,'Show interior colors'),(19665,1058,18,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19666,1059,18,'Show dashboard options'),(19667,1060,18,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19668,1061,18,'Show interior extras'),(19669,1062,18,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19670,1063,18,'Show safety options'),(19671,1064,18,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19672,1065,18,'Show warranty options'),(19673,1066,18,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19674,1067,18,'Show exactly to all'),(19675,1068,18,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19676,1069,18,'Show search keywords'),(19677,1070,18,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(19678,1071,18,'Options for search button'),(19679,1072,18,'Options for fields in Advance Search Layout'),(19680,1073,18,'Options for search form'),(19681,1074,18,'Show search form on nothing found page'),(19682,1075,18,'Show search form on nothing found page. Set \"YES\" show search form.'),(19683,1076,18,'Show search form on result search page'),(19684,1077,18,'Show search form on result search page. Set \"YES\" show search form.'),(19685,1078,18,'Redirect settings'),(19686,1079,18,'Redirect settings for rent'),(19687,1080,18,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(19688,1081,18,'Redirect settings for sale'),(19689,1082,18,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(19690,945,18,'Access to edit vehicles from other users'),(19691,1083,18,'Show country, region and<br>city option as text field'),(19692,1084,18,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(19693,1085,18,'How fields Country, Region and City use'),(19694,1086,18,'Settings for Search Layout'),(19695,1087,18,'Select Search Layout by default'),(19696,1088,18,'Select search layout by default on the frontend!'),(19697,1089,18,'Order field settings'),(19698,1090,18,'Select order by default'),(19699,1091,18,'Select an option to sort by default the search result.'),(19700,1092,18,'Vehicle slider option'),(19701,1093,18,'Show vehicle as slider'),(19702,1094,18,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(19703,1095,18,'Input initial-final year'),(19704,1096,18,'Input initial and final year of calendar. Final year value should be more then initial value.'),(19705,1097,18,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(19706,1098,18,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(19707,1099,18,'Show fraction in price'),(19708,1100,18,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(19709,1101,18,'Count Vehicles in row'),(19710,1102,18,'More than 1199px'),(19711,1103,18,'More than 1199px'),(19712,1104,18,'Less than 1200px andmore than 991px'),(19713,1105,18,'Less than 1200px andmore than 991px'),(19714,1106,18,'Less than 992px andmore than 767px'),(19715,1107,18,'Less than 992px andmore than 767px'),(19716,1108,18,'Less than 768px andmore than 489px'),(19717,1109,18,'Less than 768px andmore than 489px'),(19718,1110,18,'User order'),(19719,1111,18,'Watermark settings'),(19720,1112,18,'Enable watermark'),(19721,1113,18,'Watermark text'),(19722,1114,18,'Watermark size, %'),(19723,1115,18,'Font color'),(19724,1116,18,'Font angle'),(19725,1117,18,'Watermark position'),(19726,1118,18,'Watermark opacity'),(19727,1119,18,'Set Yes to show watermark'),(19728,1120,18,'Watermark text'),(19729,1121,18,'Watermark size, %'),(19730,1122,18,'Font color for watermark'),(19731,1123,18,'Font angle for watermark'),(19732,1124,18,'Watermark position for watermark'),(19733,1125,18,'Watermark opacity for watermark'),(19734,1127,18,'Watermark Type'),(19735,1128,18,'Select file for watermark'),(19736,1129,18,'Text or Image'),(19737,1130,18,'Select image for Watermark'),(19738,1126,18,'Categories order by default'),(19739,1131,18,'All vehicles'),(19740,1132,18,'Title'),(19741,1133,18,'Maker'),(19742,1134,18,'Model'),(19743,1135,18,'Description'),(19744,1136,18,'Vehicle ID'),(19745,1137,18,'Location'),(19746,1138,18,'Country'),(19747,1139,18,'City'),(19748,1140,18,'Region'),(19749,1141,18,'Zipcode'),(19750,1142,18,'Search by'),(19751,1143,18,'Please select only one value'),(19752,1144,18,'Min size image for watermark'),(19753,1145,18,'Minimum image size to include watermark'),(19754,1146,18,'Rent From and Rent Until fields  are required!'),(19755,1147,18,'Allow price as string'),(19756,1148,18,'Set \"yes\", if you want display price as string. '),(19757,1149,18,'You typed bad characters from picture!'),(19758,1150,18,'Slider settings'),(19759,1151,18,'The height of the slider is measured as a percentage of the slider width'),(19760,1152,18,'Slider height, %'),(19761,1153,18,'Slide show type \"Filling in\" or \"Proportionally\"'),(19762,1154,18,'Slide show type'),(19763,1155,18,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(19764,1156,18,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(19765,1157,18,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(19766,1158,18,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(19767,1159,18,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(19768,1160,18,'Payment system Options'),(19769,1161,18,'Show button \"Buy\" for sale vehicles'),(19770,1162,18,'Allow button \"Buy\" for sale vehicles'),(19771,1163,18,'Show button \"Buy\" for rent vehicles'),(19772,1164,18,'Allow button \"Buy\" for rent vehicles'),(19773,2,19,'Upravljalec Vozil'),(19774,3,19,'Naš katalog vozil z avtomobili za izposojo ali prodajo.'),(19775,4,19,'Iskanje vozil'),(19776,5,19,'Iskanje vozil'),(19777,6,19,'no-img_eng.gif'),(19778,7,19,'Nimate dovoljenja za izvedbo tega dejanja!'),(19779,8,19,'V redu'),(19780,9,19,'Status'),(19781,10,19,'Upravljalec Vozil : Uvoz/Izvoz'),(19782,11,19,'Za to poglavje morate najprej dodati kategorijo.'),(19783,12,19,'Prosimo izberite'),(19784,13,19,'Datoteka CSV'),(19785,14,19,'Datoteka XML'),(19786,15,19,'Morate izbrati tip za uvoz!'),(19787,16,19,'Morate izbrati kategorijo za uvoz!'),(19788,17,19,'Morate izbrati datoteko za uvoz!'),(19789,18,19,'Morate izbrati tip za izvoz!'),(19790,19,19,'Tip uvoza'),(19791,20,19,'Izberite format datoteke'),(19792,21,19,'Izberite format datoteke'),(19793,22,19,'Kategorija'),(19794,23,19,'Kategorija'),(19795,24,19,'Izberite kategorijo'),(19796,25,19,'Datoteka za uvoz'),(19797,26,19,'Datoteka za uvoz'),(19798,27,19,'Izberite datoteko za uvoz'),(19799,28,19,'Trenutno je podprta naslednja oblika CSV:<br />ID Vozila | Opis | Povezava | Vrsta ponudbe |  Lokocaija | Cena | Naslov | ...'),(19800,29,19,'Vrsta za izvoz'),(19801,30,19,'Izberite format datoteke'),(19802,31,19,'Izberite format datoteke'),(19803,32,19,'Kategorija'),(19804,33,19,'Kategorija'),(19805,34,19,'Izberite kategorijo'),(19806,35,19,'Rezultat izvoza'),(19807,36,19,'Lahko prenesete zahtevani izvoz na naslednjem URL-ju (desna tipka na miški za shrani):'),(19808,37,19,'Upoštevajte, da bodo datoteke še vedno shranjene na strežniku in jih morate odstraniti sami.'),(19809,38,19,'Upravljalec Vozil : Kategorije'),(19810,39,19,'Kategorija'),(19811,40,19,'Vozila'),(19812,41,19,'Objavljeno'),(19813,42,19,'Preuredite'),(19814,43,19,'Dostop'),(19815,44,19,'Preverjeno od'),(19816,45,19,'Dodaj'),(19817,46,19,'Uredi'),(19818,47,19,'Ime kategorije ne sme biti prazna'),(19819,48,19,'Kategorije'),(19820,49,19,'- Izberi sliko -'),(19821,50,19,'Na vrhu strani'),(19822,51,19,'Vzdevek Kategorije'),(19823,52,19,'Naslov Kategorije'),(19824,53,19,'Naročanje'),(19825,54,19,'Slika'),(19826,55,19,'Položaj slike'),(19827,56,19,'Podrejeni element'),(19828,57,19,'Predogled ni na voljo'),(19829,58,19,'Podrobnosti'),(19830,59,19,'Izbrisano'),(19831,60,19,'Upravljalec Vozil - Izposoja vozila'),(19832,61,19,'Upravljalec Vozil - Vrnitev vozila iz izposoje'),(19833,62,19,'Uvoz'),(19834,63,19,'Izvoz'),(19835,64,19,'- Vse Kategorije'),(19836,65,19,'Izberite Kategorije'),(19837,66,19,'Izberite vozilo za izposojo'),(19838,67,19,'- Vsa vozila'),(19839,68,19,'Izposoja'),(19840,69,19,'Ni izposoje'),(19841,70,19,'Izberite objavljeno'),(19842,71,19,'- Vsa vozila'),(19843,72,19,'Ni Objavljeno'),(19844,73,19,'Objavljeno'),(19845,74,19,'- Vsi Uporabniki'),(19846,75,19,'Iskanje vozil'),(19847,76,19,'Rezultat iskanja'),(19848,77,19,'Išči ključne besede'),(19849,78,19,'Išči'),(19850,79,19,'Ni zadetkov.'),(19851,80,19,'Upravljalec Vozil : Vozila'),(19852,81,19,'Išči:'),(19853,82,19,'Za to poglavje morate najprej ustvariti kategorijo.'),(19854,83,19,'Povsem za vse'),(19855,84,19,'Napredno<br />išči'),(19856,85,19,'od'),(19857,86,19,'za'),(19858,87,19,'Leto'),(19859,88,19,'Cena'),(19860,89,19,'Vrsta ponudbe'),(19861,90,19,'Status ponudbe'),(19862,91,19,'Tip cene'),(19863,92,19,'Model'),(19864,93,19,'Naslov'),(19865,94,19,'ID Vozila'),(19866,95,19,'Resultat'),(19867,96,19,'Opis'),(19868,97,19,'Kategorija'),(19869,98,19,'# Vozilo'),(19870,99,19,'Poglej'),(19871,100,19,'Hišni naslov'),(19872,101,19,'Država'),(19873,102,19,'Pokrajina'),(19874,103,19,'Mesto'),(19875,104,19,'Okrožje'),(19876,105,19,'Poštna številka'),(19877,106,19,'Zemljepisna širina'),(19878,107,19,'Zemljepisna dolžina'),(19879,108,19,'Nobena lokacija ni na voljo'),(19880,109,19,'Tip Vozila'),(19881,110,19,'Stanje'),(19882,111,19,'Prevožena kilometrina'),(19883,112,19,'Prenos'),(19884,113,19,'Tip motorja'),(19885,114,19,'Leto izdelave'),(19886,115,19,'Vrsta pogona'),(19887,116,19,'Tip goriva'),(19888,117,19,'Število prestav'),(19889,118,19,'Število valjev'),(19890,119,19,'Število vrat'),(19891,120,19,'Število sedežev'),(19892,121,19,'Mestna poraba goriva na 100 km'),(19893,122,19,'Izvenmestna poraba goriva na 100 km'),(19894,123,19,'Medosna razdalja'),(19895,124,19,'Medosna razdalja'),(19896,125,19,'Tip zadnje osi'),(19897,126,19,'Tip zavor'),(19898,127,19,'Barve zunanjosti'),(19899,128,19,'Zunanji dodatki'),(19900,129,19,'Barve notranjosti'),(19901,130,19,'Možnosti armaturne plošče'),(19902,131,19,'Notranji dodatki'),(19903,132,19,'Varnostne možnosti'),(19904,133,19,'Garancijske možnosti'),(19905,134,19,'Osnovni'),(19906,135,19,'Prenosna moč'),(19907,136,19,'Korozija'),(19908,137,19,'Pomoč na cesti'),(19909,138,19,'Telefon'),(19910,139,19,'Ocena'),(19911,140,19,'URL slike'),(19912,141,19,'Slika'),(19913,142,19,'Nakup iz povezave'),(19914,143,19,'Izposoja za'),(19915,144,19,'Izposoja od'),(19916,145,19,'Izposoja do'),(19917,146,19,'Vrnitev izposojenih vozil'),(19918,147,19,'Izposojeno od - do'),(19919,148,19,'neznano'),(19920,149,19,'Uporabnik'),(19921,150,19,'Email'),(19922,151,19,'Poštni naslov'),(19923,152,19,'Telefonska številka'),(19924,153,19,'Izposoja do: '),(19925,154,19,'Kliki'),(19926,155,19,'Preuredite'),(19927,156,19,'Zunanja izposoja'),(19928,157,19,'Objavljeno'),(19929,158,19,'Odjava'),(19930,159,19,'Datum ogleda'),(19931,160,19,'Podkategorije'),(19932,161,19,'Prva fotografija'),(19933,162,19,'Kliknite za prenos novih fotografij za vozila v foto galeriji'),(19934,163,19,'Če naložite sliko, bo URL trenutne slike izbrisan in ponastavljen od naložene slike.'),(19935,164,19,'Napaka pri nalaganju slike! Upoštevajte, da samo te oblike slik (jpg, png, gif), ki so podprte'),(19936,165,19,'Obrazec za rezervacijo'),(19937,166,19,'Dejanski E-Dokument'),(19938,167,19,'Pošiljanje E-Dokumenta'),(19939,168,19,'Sprejemanje E-Dokumenta'),(19940,169,19,'Brisanje E-Dokumenta'),(19941,170,19,'E-Dokument'),(19942,171,19,'Napaka pri pošiljanju E-Dokumenta!'),(19943,172,19,'Status'),(19944,173,19,'Zahtevano'),(19945,174,19,'Dodaj mnenje'),(19946,175,19,'Mnenja'),(19947,176,19,'Shrani'),(19948,177,19,'Prošnja za izposojo vozila'),(19949,178,19,'Rezervirajte zdaj'),(19950,179,19,'Klasifikacija'),(19951,180,19,'Naslov'),(19952,181,19,'Ocena'),(19953,182,19,'Opombe'),(19954,183,19,'Anonimen'),(19955,184,19,'Prikazani kliki'),(19956,185,19,'Prikazani ogledi'),(19957,186,19,'Naslov vozila'),(19958,187,19,'Kliknite na zemljevid, da izberete lokacijo vozila:'),(19959,188,19,'Prosimo vnesite naslov za svoje mnenje!'),(19960,189,19,'Prosimo vnesite besedilo za svoje mnenje!'),(19961,190,19,'Prosimo vnesite oceno za svoje mnenje!'),(19962,191,19,'Prosimo vnesite ime za svoje mnenje!'),(19963,192,19,'Prosimo vnesite veljaven e-mail za svoje mnenje!'),(19964,193,19,'Prosimo vnesite veljaven poštni naslov za svoje mnenje!'),(19965,194,19,'Prosimo vnesite datum vrnitve pri vaši prošnji izposoje!'),(19966,195,19,'Vnesite vsaj eno fotografijo vozila!'),(19967,196,19,'Ni določeno'),(19968,197,19,'Arabski'),(19969,198,19,'Brazilski Portugalski'),(19970,199,19,'Danski'),(19971,200,19,'Nizozemski'),(19972,201,19,'Angleški'),(19973,203,19,'Bosnian'),(19974,202,19,'Farsi'),(19975,204,19,'Francoski'),(19976,205,19,'Nemški'),(19977,206,19,'Madžarski'),(19978,207,19,'Italijanski'),(19979,208,19,'Litvanski'),(19980,209,19,'Norveški'),(19981,210,19,'Poljski'),(19982,211,19,'Portugalski'),(19983,212,19,'Romunski'),(19984,213,19,'Ruski'),(19985,216,19,'Slovenski'),(19986,214,19,'Španski'),(19987,215,19,'Turški'),(19988,217,19,'NE'),(19989,218,19,'DA'),(19990,219,19,'Naslov vozila trenutno ureja drug skrbnik'),(19991,220,19,'Napaka pri brisanju vozila!'),(19992,221,19,'Za vozilo dodaj email obvestilo'),(19993,222,19,'Nastavitve v ospredju'),(19994,223,19,'Nastavitve v ozadju'),(19995,224,19,'ID Vozila auto-prirastek'),(19996,225,19,'ID Vozila samodejni prirastek'),(19997,226,19,'DA, če želite uporabljati ID Vozila s samodejnim prirastkom. NE, če želite uporabljati ročni vnos za ID Vozila'),(19998,227,19,'Aktivirajte podporo E-Dokumenta'),(19999,228,19,'Podpora E-Dokumenta'),(20000,229,19,'DA, če želite aktivirati podporo E-Dokumenta za vmesnega skrbnika.'),(20001,230,19,'Lokacija datotek E-Dokumentov'),(20002,231,19,'Lokacija E-Dokumentov'),(20003,232,19,'Lokacija naloženih dokumentov na strežniku. Pot je relativna glede na glavni imenik Joomle in se mora začeti in končati z /'),(20004,233,19,'Prikaži E-Dokumentovo povezavo za prenos'),(20005,234,19,'Prikaži prenešene E-Dokumente v ospredju'),(20006,235,19,'DA, če želiš imeti v ospredju prikazano E-Dokumentovo povezavo za prenos.'),(20007,236,19,'Prikaži Dodaj mnenja'),(20008,237,19,'Prikaži mnenja v ospredju'),(20009,238,19,'Nastavite Da, če želite prikazati gumb Dodaj mnenja v ospredju.'),(20010,239,19,'Uporabniške skupine, ki bodo videle gumb Dodaj mnenje'),(20011,240,19,'Dovoli Mnenja'),(20012,241,19,'Izberite katere skupine uporabnikov bodo videle gumb Dodaj mnenje. Ta funkcija se aktivira le, če je določena možnost Prikaži Dodaj mnenje na DA. Če želite izbrati več skupin uporabnikov, pritisnite Ctrl in kliknite na želene skupine.'),(20013,242,19,'Pokaži sedaj knjigo rezervacij (Prošnje Izposoj)'),(20014,243,19,'Prikaži status izposoj v ospredju'),(20015,244,19,'Nastavi DA, za prikaz Prikaži sedaj knjigo rezervacij v ospredju.'),(20016,245,19,'Pokaži uporabniške skupine, ki bodo videlele gumb Pokaži sedaj knjigo rezervacij'),(20017,246,19,'Dovoli prošnje izposoj'),(20018,247,19,'Izberite katere skupine bodo videle gumb Pokaži sedaj knjigo rezervacij. Ta funkcija bo aktivirana le, če bo izbrana možnost Pokaži sedaj knjigo rezervacij in nastavljena na Da. Če želite izbrati več skupin uporabnikov, pritisnite Ctrl in kliknite na želene skupine.'),(20019,248,19,'Prikaži ceno'),(20020,249,19,'Prikaži ceno'),(20021,250,19,'Prikaži ceno vozil v ospredju'),(20022,251,19,'Vozila na stran.'),(20023,252,19,'Nastavi število vozil prikazanih na stran.'),(20024,253,19,'Številčenje strani.'),(20025,254,19,'Seznam vozil glede na postavitev velikosti fotografij'),(20026,255,19,'Seznam vozil glede na postavitev velikosti fotografij'),(20027,256,19,'Nastavitev seznam velikosti postavitve fotografije - širina/višina v px'),(20028,257,19,'Nastavite velikost prve slike - širina/višina v px'),(20029,258,19,'Nastavi velikost prve fotografije - širina/višina v px'),(20030,259,19,'Veikost prve fotografije vozila'),(20031,260,19,'Postavitev velikosti fotografije v galeriji vozil'),(20032,261,19,'Vehicle gallery layout photo size'),(20033,262,19,'V galeriji nastavi postavitev velikosti fotografij - širina/višina v px'),(20034,263,19,'Velikost naloženih fotografij vozil'),(20035,264,19,'Velikost naloženih fotografij vozil'),(20036,265,19,'Nastavi velikost naloženih fotografij vozil - širina/višina v px'),(20037,266,19,'Število elementov na stran'),(20038,267,19,'Stran elementov'),(20039,268,19,'Vhodna količina vozil prikazanih na vsaki strani.'),(20040,269,19,'Dodaj za vozilo email naslov'),(20041,270,19,'Email naslov za obveščanje o novih vozilih je bil dodan na'),(20042,271,19,'Email naslov za mnenje'),(20043,272,19,'Email naslov za mnenje'),(20044,273,19,'Kam poslati sporočilo o dodanem mnenju. Vpišete lahko več email naslovov ločenih z vejico.'),(20045,274,19,'Email naslov za Prošnjo izposoj'),(20046,275,19,'Email naslov za Prošnjo izposoj'),(20047,276,19,'Kam poslati sporočilo o dodani novi prošnji izposoje. Vpišete lahko več email naslovov ločenih z vejico.'),(20048,277,19,'Upravljalec Vozil : Prošnje Izposoj'),(20049,278,19,'Upravljalec Vozil : Info'),(20050,279,19,'Info'),(20051,280,19,'Opomba različice'),(20052,281,19,'Spremeniti prijavo '),(20053,282,19,'Dobrodošli v Upravljalcu Vozil'),(20054,283,19,'Hvala, ker uporabljate naše aplikacije!<br /><br />Upravljalec Vozil vam v velikem katalogu omogoča upravljanje vozil. Na voljo je s podporo za kategorije in podkategorije, kjer lahko dodate ID Vozila za interno referenco. Aplikacija za izposojo je bila narejena z možnostjo izdajanja prošnje izposoje uporabnikov vaše spletne strani. VehicleManager ponuja tudi možnost pregledov vozil s strani uporabnikov, z upravljanjem pregleda v ozadju. Edocument podpora je vgrajen. Podatki o vozilu in fotografije vozil lahko vnesete ročno. <br/ ><br />NOTES: <br/ >- za prenos fotografij na strežnik, morate imeti kompatibilnost za PHP5 s CURL podporo<br />- za CSV izvoz, morate imeti kompatibilnost s PHP5 s podporo za XSL<br/ >- za delo z CAPTCHA, morate imeti kompatibilnost s PHP5 s podporo za GD<br /><br />Na spletni strani <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> lahko najdete VehicleManager priročnike, dodatne jezikovne datoteke, podporne forume in tudi prenos dodatnih modulov in vtičnikov.<br /><br />Mi smo na voljo za razvoj po meri, če želite novo funkcijo dodano za VehicleManager. Prosimo napišite nam vaše zahteve na mail <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> in vam bomo poslali našo ponudbo. Ko bo plačano Prilagajanje, boste prejeli naslednjo PRO različico z dodatkom funkcij po svoji meri.'),(20055,284,19,'Spodaj je potrebno izpolniti polja ročno, samo če ste tako nastavili '),(20056,285,19,'. sicer bodo prezrti.'),(20057,286,19,'Prošnja Izposoje'),(20058,287,19,'Seznam vozil prikazuje vozila izbrana za izposojo. <br />Če je prazen, ponovno preverite izbiro.'),(20059,288,19,'Ime'),(20060,289,19,'Email'),(20061,290,19,'Vaš poštni elektronski naslov'),(20062,291,19,'Datum vrnitve vozila'),(20063,292,19,'Izposoja od'),(20064,293,19,'Vaša prošnja za Izposojo je bila shranjena v našo bazo podatkov. Preverili bomo vašo prošnjo in vam odgovorili v najkrajšem možnem času.<br />Hvala, ker uporabljate naše storitve.'),(20065,294,19,'Vaša prošnja za Nakup je bila shranjena v našo bazo podatkov. Preverili bomo vašo prošnjo in vam odgovorili v najkrajšem možnem času.<br />Hvala, ker uporabljate naše storitve.'),(20066,295,19,'Upravljalec Vozil: Prošnja Izposoje sprejeta'),(20067,296,19,'Vozilo'),(20068,297,19,'vaša prošnja je pripravljena za oddajo Izposoje.'),(20069,298,19,'Shrani'),(20070,299,19,'Izposoja Vozila'),(20071,300,19,'Vrni vozilo iz Izposoje'),(20072,301,19,'Sprejmi prošnjo'),(20073,302,19,'Zavrni prošnjo'),(20074,303,19,'Uviz vozil'),(20075,304,19,'Izvoz vozil'),(20076,305,19,'Izbriši mnenje'),(20077,306,19,'Uredi mnenje'),(20078,307,19,'Splošne informacije:'),(20079,308,19,'Različica:'),(20080,309,19,'Datum izdaje:'),(20081,310,19,'Povezava do projekta:'),(20082,311,19,'Gostovanje projekta:'),(20083,312,19,'Licenca:'),(20084,313,19,'Ta program se razširja v upanju, da bo uporaben, vendar brez vsakršnega jamstva. Za več podrobnosti si poglejte priloženo LICENSE.TXT datoteko.'),(20085,314,19,'Razvil:'),(20086,315,19,'Domača stran'),(20087,316,19,'Povezava prenosa E-Dokumenta'),(20088,317,19,'Dovoli prenos E-Dokumenta'),(20089,318,19,'Dovoli prenos E-Dokumenta v ospredju. Ta funkcija bo aktivirana le, če --Prikaži E-Dokumentovo povezavo za prenos-- bo nastavljeno na DA'),(20090,319,19,'Dovoli prenos E-Dokumenta'),(20091,320,19,'Dovoli ceno:'),(20092,321,19,'Dovoli ceno v ospredju. TTa funkcija bo aktivirana le, če --Prikaži ceno-- bo nastavljeno na DA!'),(20093,322,19,'Dovoli ceno'),(20094,323,19,'Upravljalec Vozil : Mnenja'),(20095,324,19,'Naslov Vozila'),(20096,325,19,'Naslov mnenja'),(20097,326,19,'Vnesite znake, ki jih vidite na zgornji sliki v spodnje polje.'),(20098,327,19,'Natisni'),(20099,328,19,'Izberite stolpce za tiskanje in kliknite Naprej!'),(20100,329,19,'Velikost pisave'),(20101,330,19,'Oblika'),(20102,331,19,'Prikaži prenos licence E-Dokumenta'),(20103,332,19,'Prikaži prenos licence E-Dokumenta sprejmi/zavrni preden sprejmete prenos eDocumenta iz ospredja'),(20104,333,19,'Prikaži prenos licence E-Dokumenta'),(20105,334,19,'Licenčna pogodba'),(20106,335,19,'Sprejmi?'),(20107,336,19,'Dodaj mnenje'),(20108,337,19,'Zapri'),(20109,338,19,'Prikaži gumb Kupi zdaj '),(20110,339,19,'Prikaži gumb Kupi zdaj '),(20111,340,19,'Prikaži gumb Kupi zdaj now pri naslednjem vozilu v ospredju'),(20112,341,19,'Dovoli gumb Kupi zdaj:'),(20113,342,19,'Prikaži gumb Kupi zdaj v ospredju za izbrane kategorije. Ta funkcija bo aktivirana le, če --Prikaži gumb Kupi zdaj-- bo nastavljeno na DA! Lahko izberete več kategorij.'),(20114,343,19,'Dovoli gumb Kupi zdaj '),(20115,344,19,'Celoten izvoz podatkov'),(20116,345,19,'Celoten uvoz podatkov'),(20117,346,19,'Ta operacija bo odpravila vse obstoječe podatke v Upravljalec Vozil pred njenim uvozom. Želite nadaljevati?'),(20118,347,19,'<strong>CSV&nbsp;UVOZ:</strong><ul>	<li>Trenutno je podprta naslednja oblika CSV:&nbsp;&nbsp;ID Vozila&nbsp;|&nbsp;Opis&nbsp;|&nbsp;Povezava&nbsp;|&nbsp;Model&nbsp;|&nbsp;Tip Vozila&nbsp;|&nbsp;Seznam tipov&nbsp;|&nbsp;Cena&nbsp;|&nbsp;Tip Cene type&nbsp;|&nbsp;Naslov Vozila&nbsp;|&nbsp;...&nbsp;|</li>	<li>Polja so ločena s posebnimi znaki (<strong>&nbsp;|&nbsp;</strong>)</li>	<li>Lahko uvozite celoten seznam s samo IDVozili in so druga polja prazna, za primer:&nbsp;&nbsp;ID Vozila&nbsp;|&nbsp;<i>prazno</i>&nbsp;|&nbsp;<i>prazno</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>prazno</i>&nbsp;|&nbsp;<i>prazno</i>&nbsp;|&nbsp;Cena&nbsp;|&nbsp;<i>prazno</i>&nbsp;|&nbsp;...&nbsp;|</li>	<li><strong>OPOZORILO:</strong>&nbsp;Ne uporabljajte uvoz CSV, če obstajajo Ocene vozil, v tem primeru uporabite celoten uvoz podatkov!</li></ul><strong>XML&nbsp;UVOZ:</strong><ul>	<li>uvoz v XML obliki</li>	<li><strong>OPOZORILO:</strong>&nbsp;ne uporabljajte uvoz XML import, če obstajajo ocene vozil, v tem primeru uporabite celoten uvoz podatkov!</li><li><strong>OPOZORILO:</strong>&nbsp;medsebojne vezi ne bodo shranjene!</li>\r\n        <li><strong>OPOZORILO:</strong>&nbsp;slike morate naložiti posamezno, sicer slike ne bodo shranjene!</li></ul><strong>CELOTEN&nbsp;UVOZ&nbsp;PODATKOV:</strong><ul>	<li>Ta uvoz bo uvozil vse od Upravljalec Vozil podatke in obnovil vsa polja in podrobnosti</li>	<li>Ta možnost bo prepisala VSE obstoječe vnose, zato bodite previdni, ko ga uporabljate!</li>	<li>Za shranjevanje vseh fotografij vozil, shranite vse datoteke iz mape: --components/com_vehiclemanager/photos--!</li>	<li>Za shranjevanje vseh Vozil E-Dokumentov, shranite vse datoteke iz mape, kar ste nastavili pri določanju baza --Lokacija E-Dokumenta--!</li></ul>'),(20119,348,19,'<strong>CSV&nbsp;IZVOZ:</strong><ul>	<li>CSV izvoz bo vseboval vsa polja za nadaljnje urejanje v urejevalniku besedil ali preglednic</li>	<li>Upoštevajte, da za nadaljnji uvoz je podprt samo naslednji format CSV:&nbsp;&nbsp;ID Vozila&nbsp;|&nbsp;Opis&nbsp;|&nbsp;Povezava&nbsp;|&nbsp;Model&nbsp;|&nbsp;Tip Vozila&nbsp;|&nbsp;Seznam tipov&nbsp;|&nbsp;Cena&nbsp;|&nbsp;Tip Cene&nbsp;|&nbsp;Naslov Vozila&nbsp;|&nbsp;...&nbsp;|</li>	<li>Prav tako lahko pozneje uvozite tudi Mnenja vozil, namesto da bi uporabili FULL izvoz!</li><li></ul><strong>XML&nbsp;IZVOZ:</strong><ul>	<li>XMLizvoz je najbolj primeren način za izvoz vozila z opisi vozil</li>	<li>XML izvoz bo vseboval vse podatke vozila, vključno z opisi, pripravljene za kasnejši uvoz</li><strong>OPOZORILO:</strong>&nbspmedsebojne vezi ne bodo shranjene!</li>\r\n        <li><strong>OPOZORILO:</strong>&nbsp;slike morate naložiti posamezno, sicer slike ne bodo shranjene!</li></ul><strong>CELOTEN&nbsp;UVOZ&nbsp;PODATKOV:</strong><ul>	<li>Ta izvoz bo izvozil vse od Upravljalec Vozil podatke in obnovil vsa polja in podrobnosti</li>	<li>Pozneje lahko te datoteke od Manager vozila v celoti obnovite</li>	<li>Ta poznejši uvoz bo prepisal VSE obstoječe vnose, zato bodite previdni, ko ga uporabljate!</li>	<li>Za obnovitev vseh fotografij vozila, prosim obnovite vse datoteke iz mape: --components/com_vehiclemanager/photos--!</li>	<li>Za obnovitev vseh E-Dokumentov vozila, prosim obnovite vse datoteke iz mape ki ste ga nastavili v [Nastavitve v ozadju] -- [Lokacija E-Dokumenta]</li></ul>'),(20120,349,19,'Pošlji obvestilo o mnenjih'),(20121,350,19,'Pošlji obvestilo o mnenjih'),(20122,351,19,'Nastavite na DA, če želite biti obveščeni prek e-pošte, ko uporabnik doda mnenje vozila. Uporabite ploščo na desni strani, da določite, kdo bo pošiljatelj teh obvestil. Nastavite lahko prejemanje e-mail naslovov v konfiguraciji v ozadju.'),(20123,352,19,'Uporabniške skupine, katerim bo poslano obvestilo, ko bo napisano novo mnenje'),(20124,353,19,'Uporabniške skupine, katerim bo poslano obvestilo, ko bo napisano novo mnenje'),(20125,354,19,'Izberite katerim skupinam bo poslano obvestilo, ko bo napisano novo mnenje. Ta funkcija bo aktivirana le, če --Pošlji obvestilo o mnenjih-- bo nastavljeno na DA'),(20126,355,19,'Pošlji obvestilo o prošnji izposoje'),(20127,356,19,'Pošlji obvestilo o prošnji izposoje'),(20128,357,19,'Nastavite na DA, če želite biti obveščeni prek e-pošte, ko uporabnik poda prošnjo za izposojo. Uporabite ploščo na desni strani, da določite, kdo bo pošiljatelj teh obvestil. Nastavite lahko prejemanje e-mail naslovov v konfiguraciji v ozadju.'),(20129,358,19,'Uporabniške skupine, katerim bo poslano obvestilo, ko bo podana prošnja za izposojo'),(20130,359,19,'Uporabniške skupine, katerim bo poslano obvestilo, ko bo podana prošnja za izposojo'),(20131,360,19,'Izberite katerim skupinam bo poslano obvestilo, ko bo napisana nova prošnja za izposojo. Ta funkcija bo aktivirana le, če --Pošlji obvestilo o prošnji izposoje-- bo nastavljeno na DA'),(20132,361,19,'Pregled opombe'),(20133,362,19,'Po meri kategorija za slike'),(20134,363,19,'Po meri kategorija za slike'),(20135,364,19,'Če je nastavljeno na DA lahko določite sliko po meri za vsako kategorijo namesto standardne ikone za mape. Nato lahko prilagodite kategorijo slike v Upravljalec Vozil - Upravljanje&nbsp;Kategorij - Uredi - Izberi&nbsp;sliko '),(20136,365,19,'Prikaži Podkategorijo'),(20137,367,19,'Prikaži Podkategorijo'),(20138,368,19,'Če je nastavljeno na DA, boste videli Podkategorije za vsako kategorijo'),(20139,370,19,'Ne morete vrniti vozilo, ki ni bilo najeto'),(20140,371,19,'Prosimo vas, da Izberite iz seznama najetih vozil'),(20141,372,19,'Prosimo vas, da Izberite iz seznama katero najeto vozilo se vrne'),(20142,373,19,'Prosimo vas, da Izberite iz seznama katero vozilo bo sprejeto'),(20143,374,19,'Prosimo vas, da Izberite iz seznama katero vozilo ne bo sprejeto'),(20144,375,19,'Izbrati morate vrsto za uvoz!'),(20145,376,19,'Izbrati morate vrsto za izvoz!'),(20146,377,19,'Prosimo, vstavite naslov!'),(20147,378,19,'Prosimo, vstavite ID Vozila!'),(20148,379,19,'Vozilo s tem IDVozilom že obstaja!'),(20149,380,19,'Izbrati morate kategorijo!'),(20150,381,19,'Prosimo vnesite ime za vašo prošnjo nakupa!'),(20151,382,19,'Prosimo nesite veljaven e-mail naslov za vašo prošnjo nakupa!'),(20152,383,19,'Prosimo vnesite veljavno telefonsko številko za vašo prošnjo nakupa!'),(20153,384,19,'Zahtevana polja'),(20154,385,19,'Tehnične značilnosti'),(20155,386,19,'Naslovna polja'),(20156,387,19,'Možnosti'),(20157,388,19,'Zunanje možnosti'),(20158,389,19,'Notranje možnosti'),(20159,390,19,'Drugo'),(20160,391,19,'Upravljalnik fotografija'),(20161,392,19,'Fotogalerija vozil'),(20162,393,19,'Predstavljene možnosti vozil'),(20163,394,19,'Kupčeve informacije '),(20164,395,19,'Upravljalec Vozil : Upravljalec Prodaje'),(20165,396,19,'Prošnja nakupa'),(20166,397,19,'Skriti nakup'),(20167,398,19,' Pošlji prošnjo nakupa'),(20168,399,19,'Pošlji obvestilo o prošnji nakupa'),(20169,400,19,'Pošlji obvestilo o prošnji nakupa'),(20170,401,19,'Nastavite na DA, če želite biti obveščeni prek e-pošte, ko uporabnik poda prošnjo za nakup. Uporabite ploščo na desni strani, da določite, kdo bo pošiljatelj teh obvestil. Nastavite lahko prejemanje e-mail naslovov v konfiguraciji v ozadju.'),(20171,402,19,'Uporabniške skupine, katerim bo poslano obvestilo, ko bo podana prošnja za nakup'),(20172,403,19,'Uporabniške skupine, katerim bo poslano obvestilo, ko bo podana prošnja za nakup'),(20173,404,19,'Izberite katerim skupinam bo poslano obvestilo, ko bo napisana nova prošnja za nakup. Ta funkcija bo aktivirana le, če --Pošlji obvestilo o prošnji nakupa-- bo nastavljeno na DA'),(20174,405,19,'E-mail za prošnjo nakupa'),(20175,406,19,'E-mail za prošnjo nakupa'),(20176,407,19,'Kam poslati sporočilo o dodani novi prošnji nakupa. Vpišete lahko več email naslovov ločenih z vejico.'),(20177,408,19,'Upravljalec Vozil : Nastavitve'),(20178,409,19,'Odstrani'),(20179,410,19,'Fotografije '),(20180,411,19,'Prikaži zavihek mnenja'),(20181,412,19,'Prikaži zavihek mnenja'),(20182,413,19,'Nastavite Da za prikaz zavihka Mnenja'),(20183,414,19,'Prikaži zavihek Lokacija'),(20184,415,19,'Prikaži zavihek Lokacija'),(20185,416,19,'Nastavite Da za prikaz zavihka Lokacija\r\n'),(20186,417,19,' Dodaj vozilo '),(20187,418,19,'Prikaži gumb<br />Dodaj vozilo '),(20188,419,19,'Prikaži gumb<br />Dodaj vozilo '),(20189,420,19,'Prikaži gumb Dodaj vozilo v ospredju seznama vozil'),(20190,421,19,'Omogoči gumb<br />Dodaj vozilo '),(20191,422,19,'Omogoči gumb<br />Dodaj vozilo '),(20192,423,19,'V ospredju omogoči gumb Dodaj vozilo. Ta funkcija bo aktivirana le, če --Prikaži gumb Dodaj vozilo-- bo nastavljeno na DA!'),(20193,424,19,'Prikaži gumb<br />Natisni PDF '),(20194,425,19,'Prikaži gumb<br />Natisni PDF '),(20195,426,19,'Prikaži gumb Natisni PDF v ospredju seznama vozil'),(20196,427,19,'Omogoči gumb<br />Natisni PDF '),(20197,428,19,'Omogoči gumb<br />Natisni PDF '),(20198,429,19,'V ospredju omogoči gumb Print PDF. Ta funkcija bo aktivirana le, če --Prikaži gumb Natisni PDF-- bo nastavljeno na DA!'),(20199,430,19,'Prikaži gumb<br />Predogled tiskanja '),(20200,431,19,'Prikaži gumb<br />Predogled tiskanja '),(20201,432,19,'Prikaži gumb Predogled tiskanja v ospredju seznama vozil'),(20202,433,19,'Omogoči gumb<br />Predogled tiskanja '),(20203,434,19,'Omogoči gumb<br />Predogled tiskanja '),(20204,435,19,'V ospredju omogoči gumb Predogled tiskanja. Ta funkcija bo aktivirana le, če --Prikaži gumb Predogled tiskanja-- bo nastavljeno na DA!'),(20205,436,19,'Prikaži gumb<br />Pošlji povezavo '),(20206,437,19,'Prikaži gumb<br />Pošlji povezavo '),(20207,438,19,'Prikaži gumb Pošlji povezavo v ospredju seznama vozil'),(20208,439,19,'Omogoči gumb<br />Pošlji povezavo '),(20209,440,19,'Omogoči gumb<br />Pošlji povezavo '),(20210,441,19,'V ospredju omogoči gumb Pošlji povezavo. Ta funkcija bo aktivirana le, če --Prikaži gumb Pošlji povezavo-- bo nastavljeno na DA!'),(20211,442,19,'Kontaktni podatki'),(20212,443,19,'Prikaži Kontaktne podatke'),(20213,444,19,'Prikaži Kontaktne podatke'),(20214,445,19,'Prikaz Kontaktih podatkov \'Glavni\' zavihek .'),(20215,446,19,'Lokacija fotografij'),(20216,447,19,'Lokacija naloženih fotografij na strežniku. Pot je relativna glede na glavni imenik Joomle in se mora začeti in končati z /'),(20217,448,19,'Lokacija fotografij'),(20218,449,19,'od'),(20219,450,19,'do'),(20220,451,19,'Ni na voljo za izposojo'),(20221,452,19,'Na voljo za izposojo'),(20222,453,19,'Vaše vozilo je bilo shranjeno v našo bazo podatkov. Preverili bomo vašo prošnjo in vam odgovorili v najkrajšem možnem času.<br />Hvala, ker uporabljate naše storitve.'),(20223,454,19,'Lokacija'),(20224,455,19,'Glavni'),(20225,456,19,'---izberi---'),(20226,457,19,'Za izposojo'),(20227,458,19,'Za prodajo'),(20228,459,19,'Po dogovoru, Začetna'),(20229,460,19,'limuzina, kabriolet, kupe, crossover, kombilimuzina, pickup, suv, tovornjak, karavan'),(20230,461,19,'novo,rabljeno'),(20231,462,19,'ročni,automatik'),(20232,463,19,'aktiven, ponudba, pogodba, zaprta, umaknjena'),(20233,464,19,'Sprednji,Zadnji,4x4,4wd,2wd'),(20234,465,19,'bencin, dizel, plin, elektrika, hibrid, nenaveden'),(20235,466,19,'3Pr,4Pr,5Pr,6Pr,7Pr,8Pr'),(20236,467,19,'4,5,6,8,10,12,16'),(20237,468,19,'brez,2,3,4,5,6,7'),(20238,469,19,'Urejanje'),(20239,470,19,'Odobritev'),(20240,471,19,'Ustvarjanje'),(20241,472,19,'Prikaži moja vozila'),(20242,473,19,'vsa'),(20243,474,19,'od'),(20244,475,19,'do'),(20245,476,19,'seznam'),(20246,477,19,'galerija'),(20247,478,19,'Uporabnik-izbor'),(20248,479,19,'Lastnik'),(20249,480,19,'Celoten XML'),(20250,481,19,'Id'),(20251,482,19,'Dodaj vozilo'),(20252,483,19,'Objavi'),(20253,484,19,'Ne Objavi'),(20254,485,19,'Izbriši'),(20255,486,19,'Vrni vozilo iz Izposoje'),(20256,487,19,'Izposoja'),(20257,488,19,'Nimate vozil'),(20258,489,19,'Oprostite, žal nimate dostopa do te strani'),(20259,490,19,'Prikaži RSS'),(20260,491,19,'Prikaži / Ne prikaži RSS'),(20261,492,19,'Prikaži RSS'),(20262,493,19,'Omogoči RSS za'),(20263,494,19,'Omogoči RSS'),(20264,495,19,'Izberi uporabnike, katerim je omogočen RSS'),(20265,496,19,'Odobri dodana vozila'),(20266,497,19,'Odobri dodana vozila'),(20267,498,19,'Dovoli vozila dodana iz ospredja'),(20268,499,19,'Dovoli odobreno'),(20269,500,19,'Dovoli odobreno'),(20270,501,19,'Izberite uporabnike, ki v ospredju lahko omogočijo odobritev vozil'),(20271,502,19,'Izberi kategorijo Predogled'),(20272,503,19,'Kategorijo Predogled'),(20273,504,19,'Za vozila izberi kategorijo Predogled'),(20274,505,19,'Prikaži Google zemljevid'),(20275,506,19,'Google zemljevid'),(20276,507,19,'Če izberete \\\"da\\\" potem bo prikazan Google zemljevid'),(20277,508,19,'Shranite bazo podatkov po odstranitvi komponente:'),(20278,509,19,'Nadgradi'),(20279,510,19,'Če izberete \\\"da\\\" potem ne odstranite baze podatkov ali komponente'),(20280,511,19,'Prikaži lastnika vozila'),(20281,512,19,'Prikaži lastnika vozila'),(20282,513,19,'Prikaži / Ne prikaži lastnika vozila'),(20283,514,19,'Za Izposojo je potreben odgovor'),(20284,515,19,'Za Izposojo je potreben odgovor'),(20285,516,19,'Pošljite e-mail uporabniku o rešitvi prošnje za izposojo'),(20286,517,19,'Sprejeto'),(20287,518,19,'Zavrnjeno'),(20288,519,19,'Odgovor na vašo prošnjo za izposojo'),(20289,520,19,'Vaša prošnja izposoje za vozila'),(20290,521,19,''),(20291,522,19,'no-img_eng_big.gif'),(20292,523,19,'Uredi vozilo'),(20293,524,19,'Dodaj vozilo'),(20294,525,19,'Uredi vozilo'),(20295,526,19,'Moja vozila'),(20296,527,19,'Prikaži gumb<br />Seznam lastnikov '),(20297,528,19,'Prikaži seznam lastnikov'),(20298,529,19,'Če izberete \\\"da\\\" potem v ospredju prikaže seznam lastnikov'),(20299,530,19,'Dovoli gumb<br />Seznam lastnikov '),(20300,531,19,'Dovoli seznam lastnikov'),(20301,532,19,'Izberite uporabnike, ki v ospredju lahko omogočijo prikaz seznam lastnikov'),(20302,533,19,'Seznam lastnikov'),(20303,534,19,'Seznam lastnikov'),(20304,535,19,'Lastniki'),(20305,536,19,'Vozila'),(20306,537,19,'Uporabnik vozil'),(20307,538,19,'Vozila ne obstajajo'),(20308,539,19,'Niste prijavljeni! Če želite urediti vozila, se boste morali najprej prijaviti!'),(20309,540,19,'Prošnja Izposoje'),(20310,541,19,'Vozilo s tem ID-jem ni najdeno'),(20311,542,19,'Ne morete si ogledati to stran, ker ni objavljena'),(20312,543,19,'Ne morete si ogledati to stran, ker ni odobrena s strani skrbnika'),(20313,544,19,'Preverite kategorije vozil'),(20314,545,19,'Ali ste prepričani?'),(20315,546,19,'Prosimo, da najprej izberete vozilo!'),(20316,547,19,'Obrazec za odgovor pri prošnji izposoje'),(20317,548,19,'Obrazec za odgovor pri prošnji izposoje'),(20318,549,19,'Obrazec za odgovor pri prošnji izposoje'),(20319,550,19,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(20320,551,19,'Odgovor pri prošnji nakupa'),(20321,552,19,'Odgovor pri prošnji nakupa'),(20322,553,19,'Pošljite e-mail uporabniku o rešitvi prošnje za nakup'),(20323,554,19,'Form for answer to buy request'),(20324,555,19,'Obrazec za odgovor pri prošnji nakupa'),(20325,556,19,'Obrazec za odgovor pri prošnji nakupa'),(20326,557,19,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(20327,558,19,'Sprejeto'),(20328,559,19,'Zavrnjeno'),(20329,560,19,'Objavi dodana vozila'),(20330,561,19,'Objavi dodana vozila'),(20331,562,19,'V ospredju objavi dodana vozila '),(20332,563,19,'Dovoli objavo'),(20333,564,19,'Dovoli objavo'),(20334,565,19,'Izberite uporabnike, ki v ospredju lahko dovolijo objavo vozil'),(20335,566,19,'Datum'),(20336,567,19,'Izposodite pred iztekom obvestila'),(20337,568,19,'Izposodite pred iztekom obvestila'),(20338,569,19,'Pošljite email skrbniku pred iztekom izposoje. Za to boste morali ustvariti CRON in povezavo z Cron preveriti URL: http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify with span - every day. Cron Jobs may look like:\"wget -q -O - http://localhost/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\"'),(20339,570,19,'Število dni do izteka izposoje'),(20340,571,19,'Število dni do izteka izposoje'),(20341,572,19,'Koliko dni pred iztekom izposoje poslati email obvestilo'),(20342,573,19,'Email pri izteku izposoje'),(20343,574,19,'Email pri izteku izposoje'),(20344,575,19,'Nastavitev e-pošte za pošiljanje obvestil emailov uporabniku o izteku izposoje. Lahko nastavite več prejemnikov e-pošte, ki jih ločite z vejico.'),(20345,576,19,'Uredi izposojo'),(20346,577,19,'Upravljalec Vozil - Urejanje podatkov izposojenega vozila'),(20347,578,19,'Uporabniške skupine, katere bodo videle kontakt'),(20348,579,19,'Uporabniške skupine, katere bodo videle kontakt'),(20349,580,19,'Izberite katere skupine bodo videle Kontakt. Ta funkcija bo aktivirana le, če --Prikaži Kontakt-- bo nastavljeno na DA'),(20350,581,19,'Uporabniške skupine, katere bodo videle zavihek Lokacija'),(20351,582,19,'Uporabniške skupine, katere bodo videle zavihek Lokacija'),(20352,583,19,'Izberite katere skupine bodo videle zavihek Lokacija. Ta funkcija bo aktivirana le, če bo zavihek Lokacija nastavljeno na DA. Če želite izbrati več skupin uporabnikov, pritisnite Ctrl in kliknite na potrebne skupine.'),(20353,584,19,'Uporabniške skupine, za katere bo prikazan zavihek Mnenja'),(20354,585,19,'Uporabniške skupine, katere bodo videle zavihek Mnenja'),(20355,586,19,'Izberite katere skupine bodo videle zavihek Mnenja. Ta funkcija bo aktivirana le, če bo zavihek Lokacija nastavljeno na DA. Če želite izbrati več skupin uporabnikov, pritisnite Ctrl in kliknite na potrebne skupine.'),(20356,587,19,'Prikaži prošnjo nakupa'),(20357,588,19,'V ospredju prikaži prošnjo nakupa'),(20358,589,19,'Nastavite na Da, če želite v ospredju prikazati gumb Pošlji prošnjo nakupa.'),(20359,590,19,'Uporabniške skupine, katere bodo videle gumb Pošlji prošnjo nakupa'),(20360,591,19,'Dovoli prošnjo nakupa'),(20361,592,19,'Izberite katere skupine bodo videle gumb Pošlji prošnjo nakupa. Ta funkcija bo aktivirana le, če bo gumb Pošlji prošnjo nakupa nastavljeno na DA. Če želite izbrati več skupin uporabnikov, pritisnite Ctrl in kliknite na potrebne skupine. '),(20362,593,19,'Pošlji obvestilo o dodanem vozilu'),(20363,594,19,'Pošlji obvestilo o dodanem vozilu'),(20364,595,19,'Nastavite na DA, če želite biti obveščeni prek e-pošte, ko uporabnik doda vozilo. Uporabite ploščo na desni strani, da določite, kdo bo pošiljatelj teh obvestil. Nastavite lahko prejemanje e-mail naslovov v konfiguraciji v ozadju.'),(20365,596,19,'Uporabniške skupine, katere bodo poslale obvestilo o Dodanem Vozilu'),(20366,597,19,'Uporabniške skupine, katere bodo poslale obvestilo o Dodanem Vozilu'),(20367,598,19,'Izberite katere skupine bodo poslale obvestilo o dodanem vozilu. Ta funkcija bo aktivirana le, če --Pošlji obvestilo o dodanem vozilu-- bo nastavljeno na DA'),(20368,599,19,'Pokaži polja pri seznamu'),(20369,600,19,'To poglavje vam pomaga konfigurirati le pogled, vendar ne omeji pravic uporabnikov.'),(20370,601,19,'Če želite prikazati [Cena] mora biti polje [Prikaži ceno] označeno.'),(20371,602,19,'Lahko vključuje [Kliki], [Kategorija] in [status Izposoje] v podobnem načinu pogleda.'),(20372,603,19,'Vtičnik ustvarjalec Skupnosti/ Nastavitve postavk v meniju Mojih Vozil'),(20373,604,19,'Prikaži moja vozila (v CB)'),(20374,605,19,'Prikaži urejanje vozil'),(20375,606,19,'Prikaži prošnjo Izposoje'),(20376,607,19,'Prikaži prošnjo Nakupa'),(20377,608,19,'Prikaži uporabnikovo zgodovino izposoj'),(20378,609,19,'Prikaži moja vozila za'),(20379,610,19,'Prikaži urejanje vozil za'),(20380,611,19,'Prikaži prošnjo izposoj za'),(20381,612,19,'Prikaži prošnjo nakupa za'),(20382,613,19,'Prikaži uporabnikovo zgodovino izposoj za'),(20383,614,19,'Prikaži moja vozila'),(20384,615,19,'Prikaži urejanje vozil'),(20385,616,19,'Prikaži prošnjo izposoj'),(20386,617,19,'Prikaži prošnjo nakupa'),(20387,618,19,'Prikaži uporabnikovo zgodovino izposoj'),(20388,619,19,'Prikaži gumb \'prikaži moja vozila\' v CB vtičniku'),(20389,620,19,'Prikaži moja vozila'),(20390,621,19,'Uporabniške skupine, katere bodo videle ta gumb'),(20391,622,19,'Prikaži gumb \'uredi moja vozila\' v CB vtičniku / Menu elementov mojih vozil'),(20392,623,19,'Prikaži urejanje vozil'),(20393,624,19,'Prikaži gumb \'prošnja izposoje\' v CB vtičniku / Menu elementov mojih vozil'),(20394,625,19,'Prikaži prošnjo izposoje'),(20395,626,19,'Prikaži gumb \'prošnjo nakupa\' v CB vtičniku / Menu elementov mojih vozil'),(20396,627,19,'Prikaži prošnjo nakupa'),(20397,628,19,'Prikaži gumb \'moja zgodovinia izposoje\' v CB vtičniku / Menu elementov mojih vozil'),(20398,629,19,'Prikaži mojo zgodovino izposoje'),(20399,630,19,'Koledar razpoložljivosti in stopnja izposoje na obdobje'),(20400,631,19,'Teden'),(20401,632,19,'Vikend'),(20402,633,19,'Sredi tedna'),(20403,634,19,'Leto'),(20404,635,19,'Mesec'),(20405,636,19,'Koledar'),(20406,637,19,'Dodaj ceno'),(20407,638,19,'Izberite ceno, katero je potrebno odstraniti'),(20408,639,19,'Na voljo datum za izposojo'),(20409,640,19,'Ni na voljo datuma za izposojo'),(20410,641,19,'Nova cena izposoje'),(20411,642,19,'Dodaj novo ceno izposoje'),(20412,643,19,'Koledar'),(20413,644,19,'Uporabniške skupine, katere bodo videle zavihek Koledar'),(20414,645,19,'Prikaži koledarjev zavihek izposoje'),(20415,646,19,'Izberite katere skupine bodo videle zavihek Koledar. Ta funkcija bo aktivirana le, če bo zavihek Koledar nastavljen na DA. Če želite izbrati več skupin uporabnikov, pritisnite Ctrl in kliknite na potrebne skupine.'),(20416,647,19,'Prikaži zavihek Koledar'),(20417,648,19,'Prikaži zavihek Koledar'),(20418,649,19,'Nastavi DA za prikaz zavihka Koledar'),(20419,650,19,'Prikaži Koledar'),(20420,651,19,'Prikaži Koledar'),(20421,652,19,'Prikaži / Ne prikaži hišni koledar'),(20422,653,19,'Privzeta cena oznake za koledar'),(20423,654,19,'Privzeta cena oznake za koledar (vikend, teden, sredina tedna)'),(20424,655,19,'Privzeta cena oznake za koledar'),(20425,656,19,'Upravljalec Vozil : Upravljalec Značilnosti'),(20426,657,19,'Značilnosti'),(20427,658,19,'Kategorija'),(20428,659,19,'Objavljeno'),(20429,660,19,'Ime drugega imena'),(20430,661,19,'Kategorija drugega imena'),(20431,662,19,'Značilnosti'),(20432,663,19,'Slika'),(20433,664,19,'Izberite fotografijo, če jo je potrebno odstraniti'),(20434,665,19,'Priporočena velikost slike 25 x 25 pixels'),(20435,666,19,'Kategorija za Upravljalca Značilnosti'),(20436,667,19,'Kategorije morajo biti vpisane, ločene z vejico'),(20437,668,19,'Kategorija za Upravljalca Značilnosti'),(20438,669,19,'Prikaži predstavljeno ikono'),(20439,670,19,'Prikaži predstavljeno ikono'),(20440,671,19,'Če izberete \\\"da\\\" potem se prikaže ikona za Upravljalca Značilnosti'),(20441,672,19,'Prikaži naslov za Kategorijo Značilnosti'),(20442,673,19,'Prikaži naslov za Kategorijo Značilnosti'),(20443,674,19,'Če izberete \\\"da\\\" potem se prikaže naslov kategorije za Upravljalca Značilnosti'),(20444,675,19,'Valuta'),(20445,676,19,'Če želite uporabiti druge valute, vnesite vrednosti, kot so: EUR = 1; USD = 1.13; ali EUR=;  USD=; Na voljo za paypal valute: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(20446,677,19,'Valuta s koeficienti'),(20447,678,19,'Prikaži ločilo cene'),(20448,679,19,'Prikaži ločilo cene'),(20449,680,19,'Prikaži ločilo cene'),(20450,681,19,'Pridobite zemljepisne koordinate'),(20451,682,19,'Jezik'),(20452,683,19,'Prikaži po meri narejeno besedilno polje 1'),(20453,684,19,'Prikaži po meri narejeno besedilno polje 2'),(20454,685,19,'Prikaži po meri narejeno besedilno polje 3'),(20455,686,19,'Prikaži po meri narejeno besedilno polje 4'),(20456,687,19,'Prikaži po meri narejeno besedilno polje 5'),(20457,688,19,'Prikaži po meri narejeno spustno polje 6'),(20458,689,19,'Prikaži po meri narejeno spustno polje 7'),(20459,690,19,'Prikaži po meri narejeno spustno polje 8'),(20460,691,19,'Prikaži po meri narejeno spustno polje 9'),(20461,692,19,'Prikaži po meri narejeno spustno polje 10'),(20462,693,19,'Upravljalec po meri narejenih polj'),(20463,694,19,'Po meri napisano besedilo 1'),(20464,695,19,'Po meri napisano besedilo 2'),(20465,696,19,'Po meri napisano besedilo 3'),(20466,697,19,'Po meri napisano besedilo 4'),(20467,698,19,'Po meri napisano besedilo 5'),(20468,699,19,'Po meri narejeno spustno polje 6'),(20469,700,19,'Po meri narejeno spustno polje 7'),(20470,701,19,'Po meri narejeno spustno polje 8'),(20471,702,19,'Po meri narejeno spustno polje 9'),(20472,703,19,'Po meri narejeno spustno polje 10'),(20473,704,19,'Dodatno1,Dodatno2,Dodatno3,Dodatno4,Dodatno5'),(20474,705,19,'Dodatno1,Dodatno2,Dodatno3,Dodatno4,Dodatno5'),(20475,706,19,'Dodatno1,Dodatno2,Dodatno3,Dodatno4,Dodatno5'),(20476,707,19,'Dodatno1,Dodatno2,Dodatno3,Dodatno4,Dodatno5'),(20477,708,19,'Dodatno1,Dodatno2,Dodatno3,Dodatno4,Dodatno5'),(20478,709,19,'Nastavitve v ospredju'),(20479,710,19,'Nastavitve kategorije strani'),(20480,711,19,'Nastavitve emaila in obvestil'),(20481,712,19,'Globalne nastavitve'),(20482,713,19,'Nastavitve objav'),(20483,714,19,'Nastavitve slik'),(20484,715,19,'Nastavitve zavihkov'),(20485,716,19,'Nastavitve prodajalčevega kontakta'),(20486,717,19,'Nastavitve seznama značilnost'),(20487,718,19,'Upravljalec dodatnih polj'),(20488,719,19,'Možnosti prošnje izposoje'),(20489,720,19,'Možnosti prošnje nakupa'),(20490,721,19,'Možnosti E-Dokumenta'),(20491,722,19,'Nastavitve cene'),(20492,723,19,'Pokaži naslov na zemljevidu'),(20493,724,19,'Splošne informacije'),(20494,725,19,'Tehnični podatki'),(20495,726,19,'Fotografije in dokumenti'),(20496,727,19,'Dodatne informacije'),(20497,728,19,'Prodajalčev kontakt'),(20498,729,19,'Zahtevana polja'),(20499,730,19,'Podrobnosti o vozilu'),(20500,731,19,'Pripeti dokumenti'),(20501,732,19,'Nastavi velikost slike v galeriji - širina/višina v px'),(20502,733,19,'Velikost slik v galeriji vozil'),(20503,734,19,'Nastavi velikost fotografije v galeriji - širina/višina v px'),(20504,735,19,'Upravljalec Vozil : Upravljalec Jezikov'),(20505,736,19,'Oznaka Jezik'),(20506,737,19,'Konstantno'),(20507,738,19,'Konstantna vrednost'),(20508,739,19,'Tip Sys'),(20509,740,19,'Postavitev za Vse Kategorije'),(20510,741,19,'Postavitev za Posamezno Kategorijo'),(20511,742,19,'Postavitev za Stran Vozil'),(20512,743,19,'Postavitev za Vsa Vozila'),(20513,744,19,'Skupne nastavitve'),(20514,745,19,'Dovoljen Exts E-Dokument'),(20515,746,19,'Dovoljen Exts Slika'),(20516,747,19,'Oblika Cene'),(20517,748,19,'Oblika Datuma & časa'),(20518,749,19,'Oblika Datuma'),(20519,750,19,'Oblika časa'),(20520,751,19,'%d - day; %m - month; %Y - Year '),(20521,752,19,'%H - hours; %i - minutes; %s - seconds'),(20522,753,19,'Prikaži Ceno na enoto'),(20523,754,19,'Po'),(20524,755,19,'Pred'),(20525,756,19,'Izberi oznako cene in jo nastavi za svojo.'),(20526,757,19,'Prikaži Enoto cene pred ali po ceni'),(20527,758,19,'Lastnikov e-mail'),(20528,759,19,'Manjka glavna slika'),(20529,760,19,'Izberite fotografije, ki so potrebne, da se odstranijo iz fotogalerije'),(20530,761,19,'Dodaj novo fotografijo'),(20531,762,19,'Razvrsti po'),(20532,763,19,'Ni mnenj za vozilo.'),(20533,764,19,'{title}ID Vozila: {id}<p>Novo vozilo je dodal {username}na {date}za kategorijo {category}. Prosimo, da se prijavite in potrdite ali zanikate to postavko.</p>'),(20534,765,19,'Uporabnik {username} je dodal Mnenje za vozilo:<br />{vehicle_title}<br />Naslov mnenja: {title}<br />Ocena: [{rating}]<br />Ocena mnenja:<br /> {comment} <br />Prosimo, da se prijavite in uredite mnenje, kjer je to potrebno.'),(20535,766,19,'Uporabnik {username} je predložil prošnjo izposoje za:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Prosimo, da se prijavite in potrdite ali zanikate to prošnjo Izposoje'),(20536,767,19,'<p>Spoštovani {username}!</p><p>Vaša prošnja izposoje za</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(20537,768,19,'Uporabnik {username}, e-mail {customer_email}  je predložena prošnja Nakupa za:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Prosimo, da se prijavite in potrdite ali zanikate to prošnjo Nakupa'),(20538,769,19,'<p>Spoštovani {username}!<br />Vaša prošnja Nakupa za</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(20539,770,19,'Uporabnik Izposoje: {username}({user_email})<br />Vozilo: {vehicle_title}<br />ID: {id}<br />ID Vozila: {vid}<br />Model Vozila: {model}<br />'),(20540,771,19,'Iskanje Postavitev'),(20541,772,19,'Tu lahko izberete postavitev za nekateri pogled.'),(20542,773,19,'Licenca-besedilo <br> Tip Sys(Licenca-besedilo)'),(20543,774,19,'Prošnja Izposoje'),(20544,775,19,'Upravljalec Prodaje'),(20545,776,19,'Upravljalec Značilnosti'),(20546,777,19,'Uvoz/Izvoz'),(20547,778,19,'Upravljalec Jezika'),(20548,779,19,'Nastavitve'),(20549,780,19,'Skupina'),(20550,781,19,'Število avtomobilov'),(20551,782,19,'Koliko avtomobilov lahko objavijo uporabniki iz posebne skupine.'),(20552,783,19,'Prikaži PayPal nakup'),(20553,784,19,'Dovoli PayPal nakup'),(20554,785,19,'Prikaži PayPal izposojo'),(20555,786,19,'Dovoli PayPal izposojo'),(20556,787,19,'Vaš PayPal e-mail'),(20557,788,19,'Uspešno izveden povratni url'),(20558,789,19,'Po uspešno izvedenem plačilu vrniti kupca na vašo strano.'),(20559,790,19,'url Slike'),(20560,791,19,'Dodaj sliko na PayPal stran.'),(20561,792,19,'Prekliči povratni URL'),(20562,793,19,'Če kupec pritisne preklic na plačilni strani, vrne kupca na vašo stran.'),(20563,794,19,'Resnično(da) ali test(ne) PayPal račun'),(20564,795,19,'Če je resnično pojdi na www.paypal.com za ostalo pa pojdi na www.sandbox.paypal.com'),(20565,796,19,'PayPal Možnosti'),(20566,797,19,'Število fotografij'),(20567,798,19,'Koliko fotografij lahko uporabniki galerije objavijo iz posebne skupine.'),(20568,799,19,'Skupna cena: '),(20569,800,19,'Pojdite na PayPal'),(20570,801,19,'Posebna cena na dan'),(20571,802,19,'Posebna cena na noč'),(20572,803,19,'Dodaj novo posebno ceno in prihrani'),(20573,804,19,'Od'),(20574,805,19,'Do'),(20575,806,19,'Cena na dan'),(20576,807,19,'Izračun'),(20577,808,19,'Posebna cena in čas izposoje'),(20578,809,19,'Posebna cena na dan(\"da\") ali na noč(\"ne\")'),(20579,810,19,'če je na dan izračun vseh dni(primer od 10-02-2014 do 16-02-2014 je 7 dni) če je na noč izračun vseh noči (primer od 10-02-2014 do 16-02-2014 je 6 noči)'),(20580,811,19,'Plačaj'),(20581,812,19,'Jezik'),(20582,813,19,'Izberi jezik'),(20583,814,19,'Kloniraj'),(20584,815,19,'Naročila'),(20585,816,19,'Sporočilo pri preklicu URL'),(20586,817,19,'Sporočilo pri uspešnem URL'),(20587,818,19,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(20588,819,19,'Category/All vehicle Layout Settings'),(20589,820,19,'Možnosti obvestil za e-pošto'),(20590,821,19,'Možnosti obvestil za mnenja'),(20591,822,19,'ID Naročila'),(20592,823,19,'Naslov Vozila'),(20593,824,19,'e-mail'),(20594,825,19,'Datum'),(20595,826,19,'Status'),(20596,827,19,'Cena'),(20597,828,19,'Plačaj'),(20598,829,19,'Podrobnosti'),(20599,830,19,'Uporabnik'),(20600,831,19,'Uporabniško ime'),(20601,832,19,'Sprejmi tip/info: '),(20602,833,19,'Plačilni sistem: '),(20603,834,19,'Plačnikov e-mail: '),(20604,835,19,'Vzrok čakanja: '),(20605,836,19,'Pri vaši prošnji je prišlo do napake, prosimo obrnite se na skrbnika!'),(20606,837,19,'Prosimo postavite ceno za ta objekt!'),(20607,838,19,'Če želite dodati posebne cene, morate najprej shraniti artikle !'),(20608,839,19,'Obrez slike'),(20609,840,19,'Nastavite Da za obrez slike in Ne za celotni obseg slike'),(20610,841,19,'Na strani prikaži sporočilo z obvestilom o neuspešnem plačilu'),(20611,842,19,'Neuspešno izvedeno plačilo!'),(20612,843,19,'Na strani prikaži sporočilo z obvestilom o uspešnem plačilu'),(20613,844,19,'Uspešno izvedeno plačilo!'),(20614,845,19,'Video'),(20615,846,19,'Izvirni videoposnetek'),(20616,847,19,'Izbriši video'),(20617,848,19,'Dodaj nov video'),(20618,849,19,'Video posnetek'),(20619,862,19,'Naloži posnetek'),(20620,850,19,'Povezava za prenos posnetka'),(20621,851,19,'Izbriši posnetek'),(20622,852,19,'Video in posnetek podpora:'),(20623,853,19,'Dodaj nov posnetek'),(20624,854,19,'Dodaj nadomestni video'),(20625,855,19,'Naloži video'),(20626,856,19,'Povezava za prenos Videa'),(20627,857,19,'Youtube koda <br> (primer <br> OtPn6qDy5GU)'),(20628,858,19,'<p><font color=\"red\">!!!</font>Youtube koda ima več prednosti. Če vnesete Youtube kodo, boste videli v ospredju video iz youtube vira</p><br/>'),(20629,859,19,'Vrsta (Določa vrsto besedilnega zapisa)'),(20630,860,19,'Src jezik (jezik posnetka)'),(20631,861,19,'Oznaka (Določa naslov besedila posnetka)'),(20632,863,19,'Napaka pri prenosu videa!'),(20633,864,19,'Napaka pri prenosu posnetka!'),(20634,865,19,'Lokacija videa'),(20635,866,19,'Lokacija posnetka'),(20636,867,19,'Sprejeti Exts Video'),(20637,868,19,'Sprejeti Exts Posnetek'),(20638,869,19,'Prosimo vnesite nekakšen posnetek'),(20639,870,19,'Prosimo vnesite jezik posnetka'),(20640,871,19,'Prosimo vnesite naslov posnetka'),(20641,872,19,'Video/Posnetek Možnosti'),(20642,873,19,'Možnosti za skupine uporabnikov'),(20643,874,19,'Možnosti posodobitve'),(20644,875,19,'Nastavitve gumbov'),(20645,876,19,'Slika zemljevida vozila, px:'),(20646,877,19,'Nastavi sliko zemljevida širina/višina v slikovnih pikah, px'),(20647,878,19,'Nastavitve strani za vozilo'),(20648,879,19,'Skupne nastavitve'),(20649,880,19,'Nastavitve postavitve za vse kategorije'),(20650,881,19,'Odobri objavo mnenja:'),(20651,882,19,'Odobri objavo za:'),(20652,883,19,'Nastavitve gumbov'),(20653,884,19,'Objava najvišje velikosti v nastavitvah PHP, ki je nižja od vaše video datoteke!'),(20654,885,19,'Naložite najvišjo velikost datoteke v nastavitvah PHP, ki je nižja od vaše video datoteke!'),(20655,886,19,'Nalaganje datotek je izklopljeno v nastavitvah PHP!'),(20656,887,19,'Zgodovina izposoj'),(20657,888,19,'Upravljalec Vozil : Zgodovina Izposoj'),(20658,889,19,'Uporabnikova zgodovina izposoj'),(20659,890,19,'Upravljalec Vozil : Uporabnikova zgodovina izposoj'),(20660,891,19,'ID Lastnika'),(20661,892,19,'Kontakt zastopnika'),(20662,893,19,'Kontaktne informacije'),(20663,894,19,'Ogled seznama'),(20664,895,19,'Vaše mnenje je bilo dodano'),(20665,896,19,'Uredi Vozila'),(20666,897,19,'Lokacija Vozila'),(20667,898,19,'Zunanjost & notranjost'),(20668,899,19,'Priponke'),(20669,900,19,'Upravljalec Vozil : Naročila'),(20670,901,19,'Imate maksimalno število fotografij. Omejitev za to uporabnikov skupino'),(20671,902,19,'Naslov'),(20672,903,19,'Območje(km)'),(20673,904,19,'Izberi kategorijo'),(20674,905,19,'Išči'),(20675,906,19,'Drugo'),(20676,907,19,'No reviews for vehicle'),(20677,908,19,'Captcha Settings'),(20678,909,19,'Show captcha<br />for review form'),(20679,910,19,'Show captcha for review form in the reviews tab on the frontend'),(20680,911,19,'Allow captcha<br />for review form'),(20681,912,19,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(20682,913,19,'Show captcha for<br />contact agent form'),(20683,914,19,'Show captcha for contact agent form in the reviews tab on the frontend'),(20684,915,19,'Allow captcha for<br />contact agent form'),(20685,916,19,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(20686,917,19,'Show captcha<br />for booking form'),(20687,918,19,'Show captcha for booking form in the reviews tab on the frontend'),(20688,919,19,'Allow captcha<br />for booking form'),(20689,920,19,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(20690,366,19,'Show for single subcategory'),(20691,369,19,'If set to YES, you will see subcategory for single select category'),(20692,921,19,'Show button Add to Wish List'),(20693,922,19,'Show button Add to Wish List or not'),(20694,923,19,'Allow Wish List for'),(20695,924,19,'Select users for whom allow Wish List'),(20696,925,19,'Add to wishlist'),(20697,926,19,'Remove from wishlist'),(20698,927,19,'Google Map Options'),(20699,928,19,'Api Key'),(20700,929,19,'Field to enter google map api key'),(20701,930,19,'Google Maps API error: missing key map error!'),(20702,931,19,'To get Google Maps API key follow below link'),(20703,932,19,'Settings Layout Search Results '),(20704,933,19,'Show map<br />for layout search results'),(20705,934,19,'Show map for layout search results on the frontend'),(20706,935,19,'Allow map<br />for layout search results'),(20707,936,19,'Allow map for layout search results in the frontend.'),(20708,937,19,'Show order by form<br />for all layouts'),(20709,938,19,'Show order by form for all layouts on the frontend'),(20710,939,19,'Allow order by form<br />for all layouts'),(20711,940,19,'Allow order by form for all layouts in the frontend.'),(20712,941,19,'Show Contact Agent/Book Now Tab'),(20713,942,19,'Set Yes to show Contact Agent/Book Now tab'),(20714,943,19,'User groups for which Contact Agent/Book Now tab will be shown'),(20715,944,19,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(20716,946,19,'Options access to edit vehicles'),(20717,947,19,'Users group who will have access to edit users vehicles'),(20718,948,19,'Permit edit vehicles for other users'),(20719,949,19,'Select all users'),(20720,950,19,'Select the plugin in Vehicle Manager settings!'),(20721,951,19,'Show google captcha'),(20722,952,19,'Show google captcha'),(20723,953,19,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(20724,954,19,'Mandatory fields'),(20725,955,19,'Year of issue'),(20726,956,19,'Set \"YES\" make the field year of issue mandatory'),(20727,957,19,'Mileage'),(20728,958,19,'Set \"YES\" make the field mileage mandatory'),(20729,959,19,'Price'),(20730,960,19,'Set \"YES\" make the field price mandatory'),(20731,961,19,'Show search button<br>on frontend'),(20732,962,19,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(20733,963,19,'Show search button<br>for users'),(20734,964,19,'Select the user for which the search button on frontend will be displayed.'),(20735,965,19,'anonymous'),(20736,966,19,'New rent request added!'),(20737,967,19,'New buying request added!'),(20738,968,19,'New vehicle review added'),(20739,969,19,'SUBJECT'),(20740,970,19,'Rent expire Notice!'),(20741,971,19,'Add email user to <br /> send reply'),(20742,972,19,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(20743,973,19,'Add email user to review notification'),(20744,974,19,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(20745,975,19,'Add email user to vehicle notification'),(20746,976,19,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(20747,977,19,'Add email user to buying request notification'),(20748,978,19,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(20749,979,19,'Settings rent options on search page'),(20750,982,19,'Search Settings'),(20751,980,19,'Show available for rent'),(20752,981,19,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20753,983,19,'Show year of issue'),(20754,984,19,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20755,985,19,'Show price of vehicle'),(20756,986,19,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20757,987,19,'Show condition status'),(20758,988,19,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20759,989,19,'Show listing status'),(20760,990,19,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20761,991,19,'Show transmission type'),(20762,992,19,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20763,993,19,'Show maker'),(20764,994,19,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20765,995,19,'Show drive type'),(20766,996,19,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20767,997,19,'Show vehicle model'),(20768,998,19,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20769,999,19,'Show number cylinders'),(20770,1000,19,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20771,1001,19,'Show vehicle type'),(20772,1002,19,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20773,1003,19,'Show number speeds'),(20774,1004,19,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20775,1005,19,'Show listing type'),(20776,1006,19,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20777,1007,19,'Show vehicle fuel type'),(20778,1008,19,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20779,1009,19,'Show vehicle price type'),(20780,1010,19,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20781,1011,19,'Show vehicle number doors'),(20782,1012,19,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20783,1013,19,'Show vehicle category'),(20784,1014,19,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20785,1015,19,'Show vehicle ID'),(20786,1016,19,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20787,1017,19,'Show vehicle description'),(20788,1018,19,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20789,1019,19,'Show title'),(20790,1020,19,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20791,1021,19,'Show address'),(20792,1022,19,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20793,1023,19,'Show country'),(20794,1024,19,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20795,1025,19,'Show region'),(20796,1026,19,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20797,1027,19,'Show city'),(20798,1028,19,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20799,1029,19,'Show district'),(20800,1030,19,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20801,1031,19,'Show zipcode'),(20802,1032,19,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20803,1033,19,'Show owner'),(20804,1034,19,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20805,1035,19,'Show mileage'),(20806,1036,19,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20807,1037,19,'Show contact information'),(20808,1038,19,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20809,1039,19,'Show engine type'),(20810,1040,19,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20811,1041,19,'Show city MPG/KPL'),(20812,1042,19,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20813,1043,19,'Show highway MPG/KPL'),(20814,1044,19,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20815,1045,19,'Show wheelbase'),(20816,1046,19,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20817,1047,19,'Show wheeltype'),(20818,1048,19,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20819,1049,19,'Show rear axel type'),(20820,1050,19,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20821,1051,19,'Show brakes type'),(20822,1052,19,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20823,1053,19,'Show exterior colors'),(20824,1054,19,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20825,1055,19,'Show exterior extras'),(20826,1056,19,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20827,1057,19,'Show interior colors'),(20828,1058,19,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20829,1059,19,'Show dashboard options'),(20830,1060,19,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20831,1061,19,'Show interior extras'),(20832,1062,19,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20833,1063,19,'Show safety options'),(20834,1064,19,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20835,1065,19,'Show warranty options'),(20836,1066,19,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20837,1067,19,'Show exactly to all'),(20838,1068,19,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20839,1069,19,'Show search keywords'),(20840,1070,19,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(20841,1071,19,'Options for search button'),(20842,1072,19,'Options for fields in Advance Search Layout'),(20843,1073,19,'Options for search form'),(20844,1074,19,'Show search form on nothing found page'),(20845,1075,19,'Show search form on nothing found page. Set \"YES\" show search form.'),(20846,1076,19,'Show search form on result search page'),(20847,1077,19,'Show search form on result search page. Set \"YES\" show search form.'),(20848,1078,19,'Redirect settings'),(20849,1079,19,'Redirect settings for rent'),(20850,1080,19,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(20851,1081,19,'Redirect settings for sale'),(20852,1082,19,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(20853,945,19,'Access to edit vehicles from other users'),(20854,1083,19,'Show country, region and<br>city option as text field'),(20855,1084,19,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(20856,1085,19,'How fields Country, Region and City use'),(20857,1086,19,'Settings for Search Layout'),(20858,1087,19,'Select Search Layout by default'),(20859,1088,19,'Select search layout by default on the frontend!'),(20860,1089,19,'Order field settings'),(20861,1090,19,'Select order by default'),(20862,1091,19,'Select an option to sort by default the search result.'),(20863,1092,19,'Vehicle slider option'),(20864,1093,19,'Show vehicle as slider'),(20865,1094,19,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(20866,1095,19,'Input initial-final year'),(20867,1096,19,'Input initial and final year of calendar. Final year value should be more then initial value.'),(20868,1097,19,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(20869,1098,19,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(20870,1099,19,'Show fraction in price'),(20871,1100,19,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(20872,1101,19,'Count Vehicles in row'),(20873,1102,19,'More than 1199px'),(20874,1103,19,'More than 1199px'),(20875,1104,19,'Less than 1200px andmore than 991px'),(20876,1105,19,'Less than 1200px andmore than 991px'),(20877,1106,19,'Less than 992px andmore than 767px'),(20878,1107,19,'Less than 992px andmore than 767px'),(20879,1108,19,'Less than 768px andmore than 489px'),(20880,1109,19,'Less than 768px andmore than 489px'),(20881,1110,19,'User order'),(20882,1111,19,'Watermark settings'),(20883,1112,19,'Enable watermark'),(20884,1113,19,'Watermark text'),(20885,1114,19,'Watermark size, %'),(20886,1115,19,'Font color'),(20887,1116,19,'Font angle'),(20888,1117,19,'Watermark position'),(20889,1118,19,'Watermark opacity'),(20890,1119,19,'Set Yes to show watermark'),(20891,1120,19,'Watermark text'),(20892,1121,19,'Watermark size, %'),(20893,1122,19,'Font color for watermark'),(20894,1123,19,'Font angle for watermark'),(20895,1124,19,'Watermark position for watermark'),(20896,1125,19,'Watermark opacity for watermark'),(20897,1127,19,'Watermark Type'),(20898,1128,19,'Select file for watermark'),(20899,1129,19,'Text or Image'),(20900,1130,19,'Select image for Watermark'),(20901,1126,19,'Categories order by default'),(20902,1131,19,'All vehicles'),(20903,1132,19,'Title'),(20904,1133,19,'Maker'),(20905,1134,19,'Model'),(20906,1135,19,'Description'),(20907,1136,19,'Vehicle ID'),(20908,1137,19,'Location'),(20909,1138,19,'Country'),(20910,1139,19,'City'),(20911,1140,19,'Region'),(20912,1141,19,'Zipcode'),(20913,1142,19,'Search by'),(20914,1143,19,'Please select only one value'),(20915,1144,19,'Min size image for watermark'),(20916,1145,19,'Minimum image size to include watermark'),(20917,1146,19,'Rent From and Rent Until fields  are required!'),(20918,1147,19,'Allow price as string'),(20919,1148,19,'Set \"yes\", if you want display price as string. '),(20920,1149,19,'You typed bad characters from picture!'),(20921,1150,19,'Slider settings'),(20922,1151,19,'The height of the slider is measured as a percentage of the slider width'),(20923,1152,19,'Slider height, %'),(20924,1153,19,'Slide show type \"Filling in\" or \"Proportionally\"'),(20925,1154,19,'Slide show type'),(20926,1155,19,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(20927,1156,19,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(20928,1157,19,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(20929,1158,19,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(20930,1159,19,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(20931,1160,19,'Payment system Options'),(20932,1161,19,'Show button \"Buy\" for sale vehicles'),(20933,1162,19,'Allow button \"Buy\" for sale vehicles'),(20934,1163,19,'Show button \"Buy\" for rent vehicles'),(20935,1164,19,'Allow button \"Buy\" for rent vehicles'),(20936,2,20,'VehicleManager'),(20937,3,20,'Nuestro catálogo de vehículos para renta o venta.'),(20938,4,20,'Buscar vehículos'),(20939,5,20,'Buscar vehículos'),(20940,6,20,'no-img_eng.gif'),(20941,7,20,'Usted no tiene permisos para realizar esta acción!'),(20942,8,20,'OK'),(20943,9,20,'Estado'),(20944,10,20,'VehicleManager :: Importar/Exportar'),(20945,11,20,'Antes debe agregar una categoría para esta sección.'),(20946,12,20,'Por favor selecciones'),(20947,13,20,'Archivo CSV'),(20948,14,20,'Archivo XML'),(20949,15,20,'Debe seleccionar un tipo para importar!'),(20950,16,20,'Debe seleccionar una categoría para importar!'),(20951,17,20,'Debe escoger un archivo para importar!'),(20952,18,20,'Debe seleccionar un tipo para exportar!'),(20953,19,20,'Importar tipo'),(20954,20,20,'Seleccionar formato de archivo'),(20955,21,20,'Seleccionar formato de archivo'),(20956,22,20,'Categoría'),(20957,23,20,'Categoría'),(20958,24,20,'Seleccione categoría'),(20959,25,20,'Archivo para importar'),(20960,26,20,'Archivo para importar'),(20961,27,20,'Seleccione un archivo para importar'),(20962,28,20,'En el momento el formato CSV soportado es:<br />IDVehiculo | Descripcion | Enlace | Tipo de lista |  Ubicacion | Precio | Titulo | ...'),(20963,29,20,'Exportar tipo'),(20964,30,20,'Seleccione el formato de archivo'),(20965,31,20,'Seleccione el formato de archivo'),(20966,32,20,'Categoría'),(20967,33,20,'Categoría'),(20968,34,20,'Selecione categoría'),(20969,35,20,'Exportar Resultado'),(20970,36,20,'Usted puede descargar el archivo exportado en el siguiente enlace (Click derecho para guardar):'),(20971,37,20,'Por favor considere que los archivos aún serán guardados en el servidor y usted deberá eliminarlos manualmente.'),(20972,38,20,'VehicleManager :: Categorías'),(20973,39,20,'Categoría'),(20974,40,20,'Vehículos'),(20975,41,20,'Publicado'),(20976,42,20,'Reordenar'),(20977,43,20,'Acceso'),(20978,44,20,'Verificado por'),(20979,45,20,'Agregar'),(20980,46,20,'Editar'),(20981,47,20,'El nombre de la categoría no puede encontrarse vacío'),(20982,48,20,'Categorías'),(20983,49,20,'- Seleccionar Imagen -'),(20984,50,20,'Arriba'),(20985,51,20,'Alias de Categoría'),(20986,52,20,'Título de Categoría'),(20987,53,20,'Orden'),(20988,54,20,'Imagen'),(20989,55,20,'Posición de la Imagen'),(20990,56,20,'Item superior'),(20991,57,20,'No hay vista disponible'),(20992,58,20,'Detalles'),(20993,59,20,'Borrado'),(20994,60,20,'VehicleManager - Rentar vehículo'),(20995,61,20,'VehicleManager - Retornar vehículo de renta'),(20996,62,20,'Importar'),(20997,63,20,'Exportar'),(20998,64,20,'- Todas las categorías'),(20999,65,20,'Seleccionar Categorías'),(21000,66,20,'Seleccionar un vehículo para rentar'),(21001,67,20,'- Todos los vehículos'),(21002,68,20,'Rentar'),(21003,69,20,'No Rentar'),(21004,70,20,'Seleccionar Publicado'),(21005,71,20,'- Todos los vehículos'),(21006,72,20,'No publicado'),(21007,73,20,'Publicado'),(21008,74,20,'- All Users'),(21009,75,20,'Buscar vehículos'),(21010,76,20,'Buscar vehículos'),(21011,77,20,'Buscar palabras clave'),(21012,78,20,'Buscar'),(21013,79,20,'No se encontró nada.'),(21014,80,20,'VehicleManager :: Vehículos'),(21015,81,20,'Buscar:'),(21016,82,20,'Antes debe crear una categoría para esta sección.'),(21017,83,20,'Exactly to all'),(21018,84,20,'Advanced<br />search'),(21019,85,20,'from'),(21020,86,20,'to'),(21021,87,20,'Year'),(21022,88,20,'Precio'),(21023,89,20,'Tipo de lista'),(21024,90,20,'Estado de la lista'),(21025,91,20,'Tipo de precio'),(21026,92,20,'Modelo'),(21027,93,20,'Título'),(21028,94,20,'IDVehiculo'),(21029,95,20,'Resultado'),(21030,96,20,'Descripción'),(21031,97,20,'Categoría'),(21032,98,20,'Vehículo #'),(21033,99,20,'Vista'),(21034,100,20,'Dirección'),(21035,101,20,'Country'),(21036,102,20,'Region'),(21037,103,20,'City'),(21038,104,20,'District'),(21039,105,20,'Zipcode'),(21040,106,20,'Latitud'),(21041,107,20,'Longitud'),(21042,108,20,'No location available'),(21043,109,20,'Tipo de Vehiculo'),(21044,110,20,'Condición'),(21045,111,20,'Kilometraje'),(21046,112,20,'Transmisión'),(21047,113,20,'Tipo de motor'),(21048,114,20,'Año'),(21049,115,20,'Drive Type'),(21050,116,20,'Tipo de combustible'),(21051,117,20,'Número de velocidades'),(21052,118,20,'Número de cilindros'),(21053,119,20,'Número de puertas'),(21054,120,20,'Número de asientos'),(21055,121,20,'Ciudad MPG/KPL'),(21056,122,20,'Carretera MPG/KPL'),(21057,123,20,'Distancia entre ejes'),(21058,124,20,'Wheeltype'),(21059,125,20,'Tipo de eje trasero'),(21060,126,20,'Tipo de frenos'),(21061,127,20,'Colores Exteriores'),(21062,128,20,'Extras Exteriores'),(21063,129,20,'Colores Interiores'),(21064,130,20,'Opciones en tablero'),(21065,131,20,'Extras Interiores'),(21066,132,20,'Opciones de seguridad'),(21067,133,20,'Options de garantía'),(21068,134,20,'Basica'),(21069,135,20,'Tracción'),(21070,136,20,'Corrosión'),(21071,137,20,'Asistencia en carretera'),(21072,138,20,'Su teléfono'),(21073,139,20,'Calificación'),(21074,140,20,'URL imagen'),(21075,141,20,'Imagen'),(21076,142,20,'Compre en enlace'),(21077,143,20,'Nombre de quien renta'),(21078,144,20,'Nombre de quien ofrece para rentar'),(21079,145,20,'Rentar hasta'),(21080,146,20,'Rent return'),(21081,147,20,'Rentado desde - hasta'),(21082,148,20,'Desconocido'),(21083,149,20,'Usuario'),(21084,150,20,'email'),(21085,151,20,'Dirección postal'),(21086,152,20,'Teléfono'),(21087,153,20,'Rentar hasta: '),(21088,154,20,'Hits'),(21089,155,20,'Reordenar'),(21090,156,20,'Rentar'),(21091,157,20,'Publicado'),(21092,158,20,'Verificado'),(21093,159,20,'Fecha de revisión'),(21094,160,20,'Subcategorías'),(21095,161,20,'Subir foto principal'),(21096,162,20,'Click para sunir nuevas fotos a la galería de vehículos'),(21097,163,20,'Si usted sube una imagen, la URL de la imagen actual será eliminada y se tomará la URL de la imagen subida.'),(21098,164,20,'Error subiendo imagen! Note que solo se soportan imagenes en formato (jpg, png, gif)'),(21099,165,20,'Información de renta'),(21100,166,20,'edocument actual'),(21101,167,20,'Subir edocument'),(21102,168,20,'Descargar edocument'),(21103,169,20,'Borrar edocument'),(21104,170,20,'edocument'),(21105,171,20,'Error subiendo edocument!'),(21106,172,20,'Estado'),(21107,173,20,'Requerido'),(21108,174,20,'Agregar observaciones'),(21109,175,20,'Observaciones'),(21110,176,20,'Guardar'),(21111,177,20,'Solicitar Renta'),(21112,178,20,'Enviar solicitud de renta'),(21113,179,20,'Observaciones'),(21114,180,20,'Título'),(21115,181,20,'Calificación'),(21116,182,20,'Comentario'),(21117,183,20,'Anónimo'),(21118,184,20,'Number click'),(21119,185,20,'Shows'),(21120,186,20,'Título de vehículo'),(21121,187,20,'Click en el mapa para escoger la localización del vehículo:'),(21122,188,20,'Por favor ingrese un Título para sus observaciones!'),(21123,189,20,'Por favor ingrese un texto para sus observaciones!'),(21124,190,20,'Por favor ingrese una calificación para sus observaciones!'),(21125,191,20,'Por favor ingrese un Nombre para su solicitud de renta!'),(21126,192,20,'Por favor ingrese una dirección vpalida de email para su solicitud de renta!'),(21127,193,20,'Por favor ingrese una dirección postal válida para su solicitud de renta!'),(21128,194,20,'Por favor ingrese una fecha de retorno para su solicitud de renta!'),(21129,195,20,'Please enter at least one vehicle photo!'),(21130,196,20,'Not specified'),(21131,197,20,'Arabic'),(21132,198,20,'Brazilian Portuguese'),(21133,199,20,'Danish'),(21134,200,20,'Dutch'),(21135,201,20,'English'),(21136,203,20,'Bosnian'),(21137,202,20,'Farsi'),(21138,204,20,'French'),(21139,205,20,'German'),(21140,206,20,'Hungarian'),(21141,207,20,'Italian'),(21142,208,20,'Lithuanian'),(21143,209,20,'Norwegian'),(21144,210,20,'Polski'),(21145,211,20,'Portuguese'),(21146,212,20,'Romanian'),(21147,213,20,'Russian'),(21148,216,20,'Esloveno'),(21149,214,20,'Spanish'),(21150,215,20,'Turkish'),(21151,217,20,'NO'),(21152,218,20,'SI'),(21153,219,20,'EL título del vehículo está siendo editado por otro administrador'),(21154,220,20,'Error borrando vehículo!'),(21155,221,20,'Add Vehicle notification email'),(21156,222,20,'Configuración Frontend'),(21157,223,20,'Configuración Backend'),(21158,224,20,'IDVehículo auto-incremento'),(21159,225,20,'IDVehículo auto incremento'),(21160,226,20,'SI en caso que desee usar auto-increment en IDVehículo. NO en caso que desee ingresar IDVehículo manualmente'),(21161,227,20,'Soporte de edocument'),(21162,228,20,'Soporte de edocument'),(21163,229,20,'SI en caso que desee activar soporte de edocument para la interfase del administrador.'),(21164,230,20,'Ubicación de edocuments'),(21165,231,20,'Ubicación de edocuments'),(21166,232,20,'La ubicación de los edocuments subidos al servidor. La ruta es relativa al directorio pricipal de Joomla y debe iniciar con /'),(21167,233,20,'Mostrar enlace de descarga de edocuments'),(21168,234,20,'Mostrar descarga de edocumentos en la interfase de usuario'),(21169,235,20,'SI en caso que desee mostrar un enlace de descarga para edocument en la interfse de usuario.'),(21170,236,20,'Mostrar observaciones'),(21171,237,20,'Mostrar observaciones en la interfase de usuario'),(21172,238,20,'SI en caso que desee mostrar observaciones en la interfse de usuario.'),(21173,239,20,'Permitir observaciones'),(21174,240,20,'Permitir observaciones'),(21175,241,20,'Permitir Observaciones en la interfase de usuario. Esta función solo será activada si --Mostrar Observaciones-- se configura en SI!'),(21176,242,20,'Mostrar estado de renta'),(21177,243,20,'Mostrar estado de renta en la interfase de usuario'),(21178,244,20,'SI en caso que desee mostrar el estado actual de Renta de los vehículos en la interfase de usuario.'),(21179,245,20,'Permitir solicitudes de Renta'),(21180,246,20,'Permitir solicitudes de Renta'),(21181,247,20,'Permitir solicitudes de Renta en la interfase de usuario. Esta función solo será activada si --Mostrar estado de Renta-- se configura en SI!'),(21182,248,20,'Mostrar precio'),(21183,249,20,'Mostrar precio'),(21184,250,20,'Muestra el precio del vehículo en la interfase de usuario'),(21185,251,20,'Vehículos por página.'),(21186,252,20,'Define el número de vehículos mostrados por página.'),(21187,253,20,'Paginación.'),(21188,254,20,'Tamaño de fotos de Vehículos'),(21189,255,20,'Tamaño de fotos de Vehículos'),(21190,256,20,'Define el tamaño de las fotos - alto/ancho en px'),(21191,257,20,'Set size of main image - width/height in px'),(21192,258,20,'Set main photos size - width/height in px'),(21193,259,20,'Vehicle main photos size'),(21194,260,20,'Vehicle gallery photo size'),(21195,261,20,'Vehicle gallery photo size'),(21196,262,20,'Set gallery photo size - width/height in px'),(21197,263,20,'Vehicle upload photo size'),(21198,264,20,'Vehicle upload photo size'),(21199,265,20,'Set upload photo size - width/height in px'),(21200,266,20,'Items por página'),(21201,267,20,'Items por página'),(21202,268,20,'Ingrese la cantidad de vehículos mostrados en cada página.'),(21203,269,20,'Add Vehicle email'),(21204,270,20,'An email address for notifying about new vehicle has been added on'),(21205,271,20,'email de Observaciones'),(21206,272,20,'email de Observaciones'),(21207,273,20,'Dirección de email para enviar mensajes de notificación al agregar Observaciones. Puede agregar varias direcciones separadas por coma.'),(21208,274,20,'email de Solicitud de Renta'),(21209,275,20,'email de Solicitud de Renta'),(21210,276,20,'Dirección de email para enviar mensajes de notificación al agregar Solicitudes de Renta. Puede agregar varias direcciones separadas por coma.'),(21211,277,20,'VehicleManager :: Rent Requests'),(21212,278,20,'VehicleManager :: Acerca de'),(21213,279,20,'Acerca de'),(21214,280,20,'Notas de versión'),(21215,281,20,'Bitácora de cambios'),(21216,282,20,'Bienvenido a VehicleManager'),(21217,283,20,'Gracias por usar nuestro componente!<br /><br />\\nVehicleManager le permite manejar una gran cantidad de catálogos de vehículos. Incluye soporte para categorías y subcategorías y puede agregar un ID de Vehículo para su referencia interna. La adminsitración de renta está incluida, con la posibilidad de solicitar renta para los usuarios de su website. VehicleManager también ofrece la posibilidad de Observaciones de los vehículos por parte de los usuarios, con manejo de ellas en la interfase de administración. Se incluye también soporte de Edocuments.  La información de vehículos y fotos se pueden ingresar manualmente. <br/ ><br />\\nNOTES: <br/ >\\n- Para la descarga de fotos en su servidor, se requiere compilar PHP5 con soporte CURL<br />\\n- Para exportar CSV, se requiere compilar PHP5 con soporte XSL<br/ >\\n- Para usar CAPTCHA, se requiere compilar PHP5 con soporte GD<br />\\n<br />\\nEn el website <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> encontrará los manuales, archivos de idioma adicionales, Foros de soporte, así como módulos y plugins adicionales.<br />\\n<br />\\nEstamos disponibles para desarrollos particulares si usted quiere una nueva funcionalidad en VehicleManager. Por favor envienos un email con sus requerimientos exactos a <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> y le responderemos con una propuesta y costos. Al ordenar un desarrollo particular, usted recibirá la siguiente versión PRO con su desarrollo incluido.'),(21218,284,20,'Los campos abajo solo requieren ser llenados manualmente cuando usted ha definido '),(21219,285,20,'. de otro modo, serán ignorados.'),(21220,286,20,'Solicitud de renta'),(21221,287,20,'La lista muestra los vehículos seleccionados para renta.<br />Si se encuentra en blanco, por favor indique su selección nuevamente.'),(21222,288,20,'Nombre completo'),(21223,289,20,'email'),(21224,290,20,'Dirección postal'),(21225,291,20,'Fecha de retorno del vehículo'),(21226,292,20,'Rentado de'),(21227,293,20,'Su solicitud de Renta ha sido almacenada en nuestra base de datos. Verificaremos su solicitud y le informaremos a la mayor brevedad. <br />Gracias por usar nuestro servicio.'),(21228,294,20,'Su solicitud de compra ha sido almacenada en nuestra base de datos. Verificaremos su solicitud y le informaremos a la mayor brevedad.<br />Gracias por usar nuestro servicio.'),(21229,295,20,'VehicleManager: SOlicitud de renta aceptada'),(21230,296,20,'El vehículo'),(21231,297,20,'Su solicitud está lista para renta.'),(21232,298,20,'Guardar'),(21233,299,20,'Rentar vehículo'),(21234,300,20,'Retornar vehículo rentado'),(21235,301,20,'Aceptar solicitud'),(21236,302,20,'Rechazar solicitud'),(21237,303,20,'Importar vehículos'),(21238,304,20,'Exportar vehículos'),(21239,305,20,'Borrar Observaciones'),(21240,306,20,'Editar Observaciones'),(21241,307,20,'Información General:'),(21242,308,20,'Versión:'),(21243,309,20,'Fecha de liberación:'),(21244,310,20,'Enlace del proyecto:'),(21245,311,20,'Host del proyecto:'),(21246,312,20,'Licencia:'),(21247,313,20,'Este programa se distribuye con la esperanza de que sea útil, pero sin ninguna garantía. Vea el archivo LICENSE.TXT para más detalles.'),(21248,314,20,'Desarrollado por:'),(21249,315,20,'Homepage'),(21250,316,20,'Enlace de descarga de edocument URL'),(21251,317,20,'Permitir descarga de edocuments'),(21252,318,20,'Permitir descarga de edocuments desde la interfase de usuario esta función solo se activará si --Mostrar enlace de descarga de edocuments-- se define como SI'),(21253,319,20,'Permitir descarga de edocuments'),(21254,320,20,'Permitir precio:'),(21255,321,20,'Permitir precio en la interfase de usuario. Esta función solo será activada si --Mostrar Precio-- se defini como SI!'),(21256,322,20,'Permitir precio'),(21257,323,20,'VehicleManager :: Observaciones'),(21258,324,20,'Título del vehículo'),(21259,325,20,'Título de la Observación'),(21260,326,20,'Escriba los caracteres que ve en la imagen de arriba en la siguiente caja.'),(21261,327,20,'Imprimir'),(21262,328,20,'Por favor seleccione las columnas para imprimir y haga click en  Siguiente!'),(21263,329,20,'Tamaño de fuente'),(21264,330,20,'Formato'),(21265,331,20,'Mostrar descarga de licencia de edocument'),(21266,332,20,'Mostrar aceptar/rechazar la descarga del edocument antes de permitir la descarga del edocument desde la interfase de usuario'),(21267,333,20,'Mostrar descarga de licencia edocument'),(21268,334,20,'Acuerdo de Licencia'),(21269,335,20,'Acepta?'),(21270,336,20,'Agregar Observación'),(21271,337,20,'Esconder Observación'),(21272,338,20,'Mostrar Botón Comprar ahora'),(21273,339,20,'Mostrar Botón Comprar ahora'),(21274,340,20,'Mostrar Botón Comprar ahora al lado del vehículo en la interfse de usuario'),(21275,341,20,'Permitir Botón Comprar Ahora:'),(21276,342,20,'Mostrar Botón Comprar ahora en la interfase de usuario para categorías seleccionadas. Esta función solo se activará si --Mostrar Botón Comprar ahora-- también está definida como SI! Usted puede seleccionar varias categorías.'),(21277,343,20,'Permitir Botón Comprar Ahora'),(21278,344,20,'Exportación completa'),(21279,345,20,'Importación completa'),(21280,346,20,'Esta operación removerá TODA la información existente de VehicleManager antes de importar. Quiere continuar?'),(21281,347,20,'\\n<strong>CSV&nbsp;IMPORT:</strong>\\n<ul>\\n	<li>En el momento es soportado el siguiente formato CSV:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Los campos se separan con el caracter tubería (pipe) (<strong>&nbsp;|&nbsp;</strong>)</li>\\n	<li>Usted puede importar una lista completa con el solo VehicleID dejando los otros campos vacíos, por ejemplo:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;<i>vacío</i>&nbsp;|&nbsp;<i>vacío</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>vacío</i>&nbsp;|&nbsp;<i>vacío</i>&nbsp;|&nbsp;Price&nbsp;|&nbsp;<i>vacío</i>&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li><strong>PRECAUCIÓN:</strong>&nbsp;no use la importación CSV si hay Observaciones de vehículos presentes. En ese caso, use importación completa!</li>\\n</ul>\\n<strong>XML&nbsp;IMPORTAR:</strong>\\n<ul>\\n	<li>importar en formato XML</li>\\n	<li><strong>PRECAUCIÓN:</strong>&nbsp;no use la importación XML si hay Observaciones de vehículos presentes. En ese caso, use importación completa!</li>\\n      <li><strong>ALERTA:</strong>&nbsp;No se guardarán las asociaciones entre las casas!</li>\n        <li><strong>ALERTA:</strong>&nbsp;lo que tienes que subir imágenes solos, no hay fotos se guardarán!</li></ul>\\n<strong>FULL&nbsp;DATA&nbsp;IMPORTAR:</strong>\\n<ul>\\n	<li>Esta importación importará toda la información de VehicleManager y restaurará todos los campos y detalles</li>\\n	<li>Esta opción sobreescribirá TODAS las entradas existentes, sea cuidadoso al usarla!</li>\\n	<li>Para guardar todas las fotos de vehículos, por favor guarde todos los archivos de la carpeta: --components/com_vehiclemanager/photos--!</li>\\n	<li>Para guardar todos los eDocuments de vehículos, por favor guarde todos los archivos de la carpeta que definió en --Location of edocuments--!</li>\\n</ul>'),(21282,348,20,'\\n<strong>CSV&nbsp;EXPORTAR:</strong>\\n<ul>\\n	<li>La exportación CSV contendrá todos los campos para edición adicional en un editor de texto o una hoja de cálculo</li>\\n	<li>por favor note que para importaciones subsecuentes, solo es soportado el siguiente formato CSV:&nbsp;&nbsp;VehicleID&nbsp;|&nbsp;Description&nbsp;|&nbsp;Link&nbsp;|&nbsp;Model&nbsp;|&nbsp;Vehicle type&nbsp;|&nbsp;Listing type&nbsp;|&nbsp;Price&nbsp;|&nbsp;Price type&nbsp;|&nbsp;Vehicle Title&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Usted también puede importar después incluyendo Observaciones de vehículos, use en cambio exportación COMPLETA!</li>\\n</ul>\\n<strong>XML&nbsp;EXPORTAR:</strong>\\n<ul>\\n	<li>La exportación XML es la manera preferida para exportar vehículos con sus descripciones</li>\\n	<li>La exportación XML contendrá todos los detalles de vehículos, incluyendo Descripciones, listos para importanción posterior</li>\\n   <li><strong>ALERTA:</strong>&nbsp;No se guardarán las asociaciones entre las casas!</li>\n        <li><strong>ALERTA:</strong>&nbsp;lo que tienes que subir imágenes solos, no hay fotos se guardarán!</li></ul>\\n<strong>FULL&nbsp;DATA&nbsp;EXPORTAR:</strong>\\n<ul>\\n	<li>Esta exportación exportará toda la información de VehicleManager y restaurará todos los campos y detalles</li>\\n	<li>Usted puede usar después estos archivos para restaurar completamente su información de VehicleManager</li>\\n	<li>Esta importación subsecuente reescribirpa TODAS las entradas existentes. Sea cuidadoso cuendo la use!</li>\\n	<li>Para restaurar todas las fotos de vehículos, por favor restaure todos los archivos de la carpeta: --components/com_vehiclemanager/photos--!</li>\\n	<li>Para restaurar todos los eDocuments de vehículos, por favor restaure todos los archivos de la carpeta que definió en [Configuración Administrador] -- [ubicación de edocuments]</li>\\n</ul>'),(21283,349,20,'Enviar Notificación de Observaciones'),(21284,350,20,'Enviar Notificación de Observaciones'),(21285,351,20,'Definir SI en caso que quiera ser notificado por email cuando un usuario agrega una observación.  Use el panel de la derecha para definir quien enviará esas notificaciones. Usted puede definir las direcciones de recibo en  Configuración Administrador.'),(21286,352,20,'Grupos de usuarios desde los cuales se enviarán notificaciones de Observaciones'),(21287,353,20,'Grupos de usuarios desde los cuales se enviarán notificaciones de Observaciones'),(21288,354,20,'Escoja cuales grupos de usuarios enviarán notificaciones de Observaciones.  Esta función solo se activará si --Enviar Notificaciones de Observaciones-- también está definida como SI'),(21289,355,20,'Enviar Notificación de Solicitud de Renta'),(21290,356,20,'Enviar Notificación de Solicitud de Renta'),(21291,357,20,'Definir SI en caso que quiera ser notificado por email cuando un usuario agrega una Solicitud de Renta.  Use el panel de la derecha para definir quien enviará esas notificaciones. Usted puede definir las direcciones de recibo en  Configuración Administrador.'),(21292,358,20,'Grupos de usuarios desde los cuales se enviarán notificaciones de Solicitud de Renta'),(21293,359,20,'Grupos de usuarios desde los cuales se enviarán notificaciones de Solicitud de Renta'),(21294,360,20,'Escoja cuales grupos de usuarios enviarán notificaciones de Solicitud de Renta.  Esta función solo se activará si --Enviar Notificaciones de Solicitud de Renta-- también está definida como SI.'),(21295,361,20,'Comentario Observaciones'),(21296,362,20,'Imágenes para categorías particulares'),(21297,363,20,'Imágenes para categorías particulares'),(21298,364,20,'En caso de escoger SI, usted puede asignar una imagen particular para cada categoría en logar del icono estándar. Usted puede después ajustar las imágenes de la categoría en VehicleManager - Manejar&nbsp;Categorías - Editar - Seleccionar&nbsp;imagen'),(21299,365,20,'Mostrar subcategoría'),(21300,366,20,'Show for single subcategory'),(21301,367,20,'Mostrar subcategoría'),(21302,368,20,'En caso de definir SI, usted verá una subcategoría para cada categoría'),(21303,369,20,'If set to YES, you will see subcategory for single select category'),(21304,370,20,'Usted no puede retornar lo que no ha sido rentado'),(21305,371,20,'Por favor seleccione de la lista de vehículos para rentar'),(21306,372,20,'Por favor seleccione de la lista de vehículos para retornar'),(21307,373,20,'Por favor seleccione de la lista para Aceptar Solicitud'),(21308,374,20,'Por favor seleccione de la lista para Rechazar Solicitud'),(21309,375,20,'Debe seleccionar un tipo para importar!'),(21310,376,20,'Debe seleccionar un tipo para exportar!!'),(21311,377,20,'Por favor escriba un Título para este vehículo!'),(21312,378,20,'Por favor iserte un IDVehiculo para este vehículo!'),(21313,379,20,'Ya existe un vehículo con ese IDVehículo!'),(21314,380,20,'Seleccione una categoría para ese vehículo!'),(21315,381,20,'Por favor escriba un Nombre para su solicitud de compra!'),(21316,382,20,'Por favor escriba una dirección de email válida para su solicitud de compra!'),(21317,383,20,'Por favor escriba un teléfono válido para su solicitud de compra!'),(21318,384,20,'Campos requeridos'),(21319,385,20,'Campos recomendados'),(21320,386,20,'Campos de dirección'),(21321,387,20,'Opciones'),(21322,388,20,'Opciones exteriores'),(21323,389,20,'Opciones interiores'),(21324,390,20,'Otras opciones'),(21325,391,20,'Administración de fotos'),(21326,392,20,'Foto galería de vehículos'),(21327,393,20,'Advertisment'),(21328,394,20,'Información del cliente '),(21329,395,20,'VehicleManager :: Administrador de ventas'),(21330,396,20,'Solicitud de compra'),(21331,397,20,'Compra oculta'),(21332,398,20,'Enviar solicitud'),(21333,399,20,'Enviar Notificación de Solicitud de Compra'),(21334,400,20,'Enviar Notificación de Solicitud de Compra'),(21335,401,20,'Definir SI en caso que quiera ser notificado por email cuando un usuario envía una solocitu de Compra.  Use el panel de la derecha para definir quien enviará esas notificaciones. Usted puede definir las direcciones de recibo en  Configuración Administrador.'),(21336,402,20,'Grupos de usuarios desde los cuales se enviarán notificaciones de Solicitud de Compra'),(21337,403,20,'Grupos de usuarios desde los cuales se enviarán notificaciones de Solicitud de Compra'),(21338,404,20,'Escoja cuales grupos de usuarios enviarán notificaciones de Solicitud de Compra.  Esta función solo se activará si --Enviar Notificaciones de Solicitud de Compra-- también está definida como SI.'),(21339,405,20,'email de Solicitud de Compra'),(21340,406,20,'email de Solicitud de Compra'),(21341,407,20,'Dirección de email donde se enviarán mensajes para las nuevas Solicitudes de compra agregadas.  Usted puede incluir varias direcciones separadas por coma.'),(21342,408,20,'VehicleManager :: Configuración'),(21343,409,20,'Remover'),(21344,410,20,'Foto '),(21345,411,20,'Mostrar pestaña de Observaciones'),(21346,412,20,'Mostrar pestaña de Observaciones'),(21347,413,20,'Defina como SI si desea ver la pestaña de Observaciones.'),(21348,414,20,'Ver pestaña de Localización'),(21349,415,20,'Ver pestaña de Localización'),(21350,416,20,'Defina como SI si desea ver la pestaña de Localización.'),(21351,417,20,'Agregar Vehículo'),(21352,418,20,'Mostrar Botón<br />Agregar Vehículo'),(21353,419,20,'Mostrar Botón<br />Agregar Vehículo'),(21354,420,20,'Mostrar Botón<br />Agregar Vehículo en la interfase de usuario en la lista de vehículos'),(21355,421,20,'Permitir Botón<br />Agregar Vehículo'),(21356,422,20,'Permitir Botón<br />Agregar Vehículo'),(21357,423,20,'Permitir Botón<br />Agregar Vehículo en la interfase de usuario. Esta función solo será activada si --Mostrar Botón Agregar Vehículo-- Esta también definida como SI!'),(21358,424,20,'Show button<br />print PDF'),(21359,425,20,'Show button<br />print PDF'),(21360,426,20,'Shows button print PDF in the vehicle list in the frontend'),(21361,427,20,'Allow button<br />print PDF'),(21362,428,20,'Allow button<br />print PDF'),(21363,429,20,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(21364,430,20,'Show button<br />print View'),(21365,431,20,'Show button<br />print View'),(21366,432,20,'Shows button print View in the vehicle list in the frontend'),(21367,433,20,'Allow button<br />print View'),(21368,434,20,'Allow button<br />print View'),(21369,435,20,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(21370,436,20,'Show button<br />send Link'),(21371,437,20,'Show button<br />send Link'),(21372,438,20,'Shows button send Link in the vehicle list in the frontend'),(21373,439,20,'Allow button<br />send Link'),(21374,440,20,'Allow button<br />send Link'),(21375,441,20,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(21376,442,20,'Contactos'),(21377,443,20,'Mostrar contactos'),(21378,444,20,'Mostrar contactos '),(21379,445,20,'Mostrando contactos en pestaña \'Main\' '),(21380,446,20,'Ubicación de fotos'),(21381,447,20,'La ubicación de las fotos subidas al servidor. La ruta es relativa al directorio principal de Joomla y debe iniciar y terinar con un /'),(21382,448,20,'Ubicación de fotos'),(21383,449,20,'Disponible para renta en'),(21384,450,20,'Disponible para renta hasta'),(21385,451,20,'No disponible para renta'),(21386,452,20,'Disponible para renta'),(21387,453,20,'Su vehículo fue almacenado en nuestra base de datos. Revisaremos su solicitud y agregaremos su vehículo a la mayor brevedad.<br />Gracias por usar nuestro servicio'),(21388,454,20,'Ubicación'),(21389,455,20,'Principal'),(21390,456,20,'---select---'),(21391,457,20,'For rent'),(21392,458,20,'For sale'),(21393,459,20,'negotiable,starting'),(21394,460,20,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(21395,461,20,'new,used'),(21396,462,20,'manual,automatic'),(21397,463,20,'active,offer,contract,closed,withdrawn'),(21398,464,20,'Fwd,Rwd,Awd,4wd,2wd'),(21399,465,20,'petrol,diesel,gas,electric,hybrid,unlisted'),(21400,466,20,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(21401,467,20,'4,5,6,8,10,12,16'),(21402,468,20,'none,2,3,4,5,6,7'),(21403,469,20,'Edit'),(21404,470,20,'Approved'),(21405,471,20,'Maker'),(21406,472,20,'Show my vehicles'),(21407,473,20,'all'),(21408,474,20,'from'),(21409,475,20,'to'),(21410,476,20,'list'),(21411,477,20,'gallery'),(21412,478,20,'User-selectable'),(21413,479,20,'Owner'),(21414,480,20,'Full XML'),(21415,481,20,'Id'),(21416,482,20,'Add Vehicle'),(21417,483,20,'Publish'),(21418,484,20,'Unpublish'),(21419,485,20,'Delete'),(21420,486,20,'Return vehicle from rent'),(21421,487,20,'Rent'),(21422,488,20,'You have not hevicles'),(21423,489,20,'Sorry, you have not access to this page'),(21424,490,20,'Show RSS'),(21425,491,20,'Show RSS or not'),(21426,492,20,'Show RSS'),(21427,493,20,'Allow RSS for'),(21428,494,20,'Allow RSS'),(21429,495,20,'Select users for whom allow RSS'),(21430,496,20,'Approve added vehicles'),(21431,497,20,'Approve added vehicles'),(21432,498,20,'Approve vehicles added'),(21433,499,20,'Allow approve'),(21434,500,20,'Allow approve'),(21435,501,20,'Choose users whom allow approve vehicles from frontend'),(21436,502,20,'View type'),(21437,503,20,'View type'),(21438,504,20,'Select view type for vehicles'),(21439,505,20,'Show location map'),(21440,506,20,'Location map'),(21441,507,20,'If choose \\\"yes\\\" then show location map '),(21442,508,20,'Save database after uninstall component:'),(21443,509,20,'Update'),(21444,510,20,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(21445,511,20,'Show owner'),(21446,512,20,'Show owner'),(21447,513,20,'Show vehicle owner or not'),(21448,514,20,'Rent request answer'),(21449,515,20,'Rent request answer'),(21450,516,20,'Send email to user about rent request solution'),(21451,517,20,'Accepted'),(21452,518,20,'Declined'),(21453,519,20,'Answer for your rent request'),(21454,520,20,'Your rent request for vehicle'),(21455,521,20,''),(21456,522,20,'no-img_eng_big.gif'),(21457,523,20,'Edit vehicle'),(21458,524,20,'Add Vehicle'),(21459,525,20,'Edit Vehicle'),(21460,526,20,'My vehicles'),(21461,527,20,'Show button<br />Owners List'),(21462,528,20,'Show owners list'),(21463,529,20,'If choose \\\"yes\\\" then show owners list in frontend'),(21464,530,20,'Allow button<br />Owners List'),(21465,531,20,'Allow owners list'),(21466,532,20,'Choose users, whom allow show owners list'),(21467,533,20,'Owners list'),(21468,534,20,'Owners list'),(21469,535,20,'Owners'),(21470,536,20,'Vehicles'),(21471,537,20,'User vehicles'),(21472,538,20,'There have not vehicles'),(21473,539,20,'You have not logined! If you want edit vehicle in future, then login!'),(21474,540,20,'Rent request'),(21475,541,20,'Vehicle with this Id do not find'),(21476,542,20,'You can\'t view this page because it not published'),(21477,543,20,'You can\'t view this page because it not approved by administrator'),(21478,544,20,'Check categories of vehicles'),(21479,545,20,'Are you sure?'),(21480,546,20,'Please select vehicles first!'),(21481,547,20,'Form for answer to rent request'),(21482,548,20,'Form for answer to rent request'),(21483,549,20,'Form for answer to rent request'),(21484,550,20,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(21485,551,20,'Buy request answer'),(21486,552,20,'Buy request answer'),(21487,553,20,'Send email to user about buy request solution'),(21488,554,20,'Form for answer to buy request'),(21489,555,20,'Form for answer to buy request'),(21490,556,20,'Form for answer to buy request'),(21491,557,20,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(21492,558,20,'Accepted'),(21493,559,20,'Declined'),(21494,560,20,'Publish added vehicles'),(21495,561,20,'Publish added vehicles'),(21496,562,20,'Publish vehicles added'),(21497,563,20,'Allow publish'),(21498,564,20,'Allow publish'),(21499,565,20,'Choose users whom allow publish vehicles'),(21500,566,20,'Date'),(21501,567,20,'Rent before end notify'),(21502,568,20,'Rent before end notify'),(21503,569,20,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(21504,570,20,'Rent end days'),(21505,571,20,'Rent end days'),(21506,572,20,'How much days before rent end send notify email'),(21507,573,20,'Rent end email'),(21508,574,20,'Rent end email'),(21509,575,20,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(21510,576,20,'Edit rent'),(21511,577,20,'VehicleManager - Edit vehicle rent details'),(21512,578,20,'User groups for which Contacts  will show'),(21513,579,20,'User groups for which Contacts  will show'),(21514,580,20,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(21515,581,20,' User groups for which Location tab will be shown'),(21516,582,20,' User groups for which Location tab will be shown'),(21517,583,20,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(21518,584,20,'User groups for which Reviews tab will be shown'),(21519,585,20,'User groups for which Reviews tab will be shown'),(21520,586,20,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(21521,587,20,'Show Buy Request'),(21522,588,20,'Show Buy request in the frontend'),(21523,589,20,'Set Yes to show the button Send Buy Request on the frontend.'),(21524,590,20,'User groups which will see button Send Buy Request'),(21525,591,20,'Allow Buy request'),(21526,592,20,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(21527,593,20,'Send Add vehicle Notification'),(21528,594,20,'Send Add vehicle Notification'),(21529,595,20,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(21530,596,20,'User groups from which Add vehicle notifications will be sent'),(21531,597,20,'User groups from which Add vehicle notifications will be sent'),(21532,598,20,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(21533,599,20,'Show fields in list view'),(21534,600,20,'This section helps to configure the view only but not to restrict user rights.'),(21535,601,20,'To show the [Price] a radio selector [Show price] must be checked.'),(21536,602,20,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(21537,603,20,'Community Builder plugin / My Vehicles menu item settings'),(21538,604,20,'Show my vehicles (in CB)'),(21539,605,20,'Show edit vehicles'),(21540,606,20,'Show rent requests'),(21541,607,20,'Show buy requests'),(21542,608,20,'Show user rent history'),(21543,609,20,'Show my vehicles to'),(21544,610,20,'Show edit vehicles to'),(21545,611,20,'Show rent requests to'),(21546,612,20,'Show buy requests to'),(21547,613,20,'Show user rent history to'),(21548,614,20,'Show my vehicles'),(21549,615,20,'Show edit vehicles'),(21550,616,20,'Show rent requests'),(21551,617,20,'Show buy requests'),(21552,618,20,'Show user rent history'),(21553,619,20,'Show button \'show my vehicles\' on CB plugin'),(21554,620,20,'Show my vehicles'),(21555,621,20,'Select user group for which will be show this button'),(21556,622,20,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(21557,623,20,'Show edit vehicles'),(21558,624,20,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(21559,625,20,'Show rent requests'),(21560,626,20,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(21561,627,20,'Show buy requsts'),(21562,628,20,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(21563,629,20,'Show my rent history'),(21564,630,20,'Calendar of availability and rental rates per period'),(21565,631,20,'Week'),(21566,632,20,'Weekend'),(21567,633,20,'Midweek'),(21568,634,20,'Year'),(21569,635,20,'Month'),(21570,636,20,'Calendar'),(21571,637,20,'Add price'),(21572,638,20,'Select price which are necessary to remove'),(21573,639,20,'Available date Not available date for rent'),(21574,640,20,'Not available date for rent'),(21575,641,20,'New price rent'),(21576,642,20,'Add new price rent'),(21577,643,20,'Calendar'),(21578,644,20,'User groups for which Calendar tab will be shown'),(21579,645,20,'Show Rent Calendar Tab'),(21580,646,20,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(21581,647,20,'Show Calendar Tab'),(21582,648,20,'Show Calendar Tab'),(21583,649,20,'Set Yes to show Calendar tab'),(21584,650,20,'Show owner'),(21585,651,20,'Show calendar'),(21586,652,20,'Show house calendar or not'),(21587,653,20,'Default price label for calendar'),(21588,654,20,'Default price labels for calendar (weekend, week, midweek)'),(21589,655,20,'Default price label for calendar'),(21590,656,20,'VehicleManager :: Featured Manager'),(21591,657,20,'Feature'),(21592,658,20,'Category'),(21593,659,20,'Published'),(21594,660,20,'Name Alias'),(21595,661,20,'Category Alias'),(21596,662,20,'Features'),(21597,663,20,'Image'),(21598,664,20,'Select photo if it is necessary to remove'),(21599,665,20,'Recommended image size 25 x 25 pixels'),(21600,666,20,'Categories for Manager Feature'),(21601,667,20,'Category must be entered, separated by commas'),(21602,668,20,'Categories for Manager Feature'),(21603,669,20,'Image for Manager Feature'),(21604,670,20,'Image for Manager Feature'),(21605,671,20,'If choose \\\"yes\\\" then show image for Manager Feature'),(21606,672,20,'Show categories for Manager Feature'),(21607,673,20,'Show categories for Manager Feature'),(21608,674,20,'If choose \\\"yes\\\" then show categories for Manager Feature'),(21609,675,20,'Currency'),(21610,676,20,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(21611,677,20,'Currency with coefficients'),(21612,678,20,'Show price sepaprator'),(21613,679,20,'Show price sepaprator'),(21614,680,20,'Show price sepaprator'),(21615,681,20,'Get geographic coordinates'),(21616,682,20,'Language'),(21617,683,20,'Show Custom Text Field 1'),(21618,684,20,'Show Custom Text Field 2'),(21619,685,20,'Show Custom Text Field 3'),(21620,686,20,'Show Custom Text Field 4'),(21621,687,20,'Show Custom Text Field 5'),(21622,688,20,'Show Custom Dropdown Field 6'),(21623,689,20,'Show Custom Dropdown Field 7'),(21624,690,20,'Show Custom Dropdown 8'),(21625,691,20,'Show Custom Dropdown 9'),(21626,692,20,'Show Custom Dropdown 10'),(21627,693,20,'Custom Fields Manager'),(21628,694,20,'Custom Text 1'),(21629,695,20,'Custom Text 2'),(21630,696,20,'Custom Text 3'),(21631,697,20,'Custom Text 4'),(21632,698,20,'Custom Text 5'),(21633,699,20,'Custom Dropdown Field 6'),(21634,700,20,'Custom Dropdown Field 7'),(21635,701,20,'Custom Dropdown Field 8'),(21636,702,20,'Custom Dropdown Field 9'),(21637,703,20,'Custom Dropdown Field 10'),(21638,704,20,'Extra1,Extra2,Extra3,Extra4,Extra5'),(21639,705,20,'Extra1,Extra2,Extra3,Extra4,Extra5'),(21640,706,20,'Extra1,Extra2,Extra3,Extra4,Extra5'),(21641,707,20,'Extra1,Extra2,Extra3,Extra4,Extra5'),(21642,708,20,'Extra1,Extra2,Extra3,Extra4,Extra5'),(21643,709,20,'Frontend Settings'),(21644,710,20,'Category Page Settings'),(21645,711,20,'Email and Notification Settings'),(21646,712,20,'Global Settings'),(21647,713,20,'Plugins Settings'),(21648,714,20,'Image Settings'),(21649,715,20,'Tabs Settings'),(21650,716,20,'Seller Contact Settings'),(21651,717,20,'Feature list settings'),(21652,718,20,'Extra Fields manager'),(21653,719,20,'Rent Request Options'),(21654,720,20,'Buy Request Options'),(21655,721,20,'eDocument Options'),(21656,722,20,'Price Settings'),(21657,723,20,'Show address on map'),(21658,724,20,'General Info'),(21659,725,20,'Specifications'),(21660,726,20,'Photos and Documents'),(21661,727,20,'Additional info'),(21662,728,20,'Seller Contacts'),(21663,729,20,'Required fields'),(21664,730,20,'Vehicle Details'),(21665,731,20,'Attachment Documents'),(21666,732,20,'Set size of main image - width/height in px'),(21667,733,20,'Vehicle gallery photo size'),(21668,734,20,'Set gallery photo size - width/height in px'),(21669,735,20,'VehicleManager :: Language Manager'),(21670,736,20,'Lang tag'),(21671,737,20,'Constant'),(21672,738,20,'Value constant'),(21673,739,20,'Sys type'),(21674,740,20,'All Categories Layout'),(21675,741,20,'Single Category Layout'),(21676,742,20,'Vehicle Page Layout'),(21677,743,20,'All Vehicles Layout'),(21678,744,20,'Common Settings'),(21679,745,20,'Allowed Exts eDocument'),(21680,746,20,'Allowed Exts Image'),(21681,747,20,'Price Format'),(21682,748,20,'Date & Time format'),(21683,749,20,'Date format'),(21684,750,20,'Time format'),(21685,751,20,'%Y - Year; %m - month;  %d - day'),(21686,752,20,'%H - hours; %i - minutes; %s - seconds'),(21687,753,20,'Price unit show'),(21688,754,20,'After'),(21689,755,20,'Before'),(21690,756,20,'Select price ditlimer os set youre.'),(21691,757,20,'Show price unit before or affter price'),(21692,758,20,'Owner custom email'),(21693,759,20,'The main image is absent'),(21694,760,20,'Select photos which are necessary to remove from photo gallery'),(21695,761,20,'Add new photo'),(21696,762,20,'Order By'),(21697,763,20,'No reviews for vehicle.'),(21698,764,20,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(21699,765,20,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(21700,766,20,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(21701,767,20,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(21702,768,20,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(21703,769,20,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(21704,770,20,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(21705,771,20,'Search Layout'),(21706,772,20,'Here You can select a layout for some view.'),(21707,773,20,'License text <br> Sys type(License Text)'),(21708,774,20,'Rent Requests'),(21709,775,20,'Sale Manager'),(21710,776,20,'Features Manager'),(21711,777,20,'Import/Export'),(21712,778,20,'Language Manager'),(21713,779,20,'Settings'),(21714,780,20,'Group'),(21715,781,20,'Count of cars'),(21716,782,20,'How many cars users can publish from a specific group.'),(21717,783,20,'Show PayPal buy'),(21718,784,20,'Allow PayPal buy'),(21719,785,20,'Show PayPal rent'),(21720,786,20,'Allow PayPal rent'),(21721,787,20,'Your PayPal email'),(21722,788,20,'Successful return url'),(21723,789,20,'After successful payment returns the buyer on your page.'),(21724,790,20,'Image url'),(21725,791,20,'Add image to PayPal page.'),(21726,792,20,'Cancel return url'),(21727,793,20,'If buyer press cancel in payment page, returns the buyer on your page.'),(21728,794,20,'Real(yes) or a test(no) PayPal account'),(21729,795,20,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(21730,796,20,'PayPal Options'),(21731,797,20,'Number of photos'),(21732,798,20,'How many photos in gallery users can publish from a specific group.'),(21733,799,20,'Total price: '),(21734,800,20,'Go now to PayPal'),(21735,801,20,'Special price per day'),(21736,802,20,'Special price per night'),(21737,803,20,'Add new special price and save'),(21738,804,20,'From'),(21739,805,20,'To'),(21740,806,20,'Price per day'),(21741,807,20,'Сalculate'),(21742,808,20,'Special price and rent time'),(21743,809,20,'Special price per day(\"yes\") or per night(\"no\")'),(21744,810,20,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(21745,811,20,'Pay'),(21746,812,20,'Language'),(21747,813,20,'Select Language'),(21748,814,20,'Clone'),(21749,815,20,'Orders'),(21750,816,20,'Message for Cancel URL text'),(21751,817,20,'Message for Successes URL text'),(21752,818,20,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(21753,822,20,'Order ID'),(21754,823,20,'Vehicle title'),(21755,824,20,'Email'),(21756,825,20,'Date'),(21757,826,20,'Status'),(21758,827,20,'Price'),(21759,828,20,'Paid'),(21760,829,20,'Details'),(21761,830,20,'User'),(21762,831,20,'Username'),(21763,832,20,'Accept type/info: '),(21764,833,20,'Payment system: '),(21765,834,20,'Payer email: '),(21766,835,20,'Pending reason: '),(21767,836,20,'In your request encountered an error, please contact the administrator!'),(21768,837,20,'Please insert a Price for this house!'),(21769,838,20,'To add special prices, you must first save property !'),(21770,839,20,'Crop image'),(21771,840,20,'Set Yes to crop images and No to scale images'),(21772,841,20,'Insert the Message on page with notification about unsuccessfull payment'),(21773,842,20,'You do unsuccess payment!'),(21774,843,20,'Insert the Message on page with notification about successfull payment'),(21775,844,20,'You do success payment!'),(21776,845,20,'Video'),(21777,846,20,'Video source'),(21778,847,20,'Delete video'),(21779,848,20,'Add new video file'),(21780,849,20,'Track for video'),(21781,850,20,'Track download link'),(21782,851,20,'Delete track'),(21783,852,20,'Video and track support:'),(21784,853,20,'Add new track'),(21785,854,20,'Add alternative video'),(21786,855,20,'Upload video'),(21787,856,20,'Video download link'),(21788,857,20,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(21789,858,20,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(21790,859,20,'Kind (Specifies the kind of text track)'),(21791,860,20,'Src lang (language of the track)'),(21792,861,20,'Label (Specifies the title of the text track)'),(21793,819,20,'Category/All vehicle Layout Settings'),(21794,820,20,'Email Notification Options'),(21795,821,20,'Review Notification Options'),(21796,862,20,'Upload track'),(21797,863,20,'Error uploading video!'),(21798,864,20,'Error uploading track!'),(21799,865,20,'Location of video'),(21800,866,20,'Location of track'),(21801,867,20,'Allowed Exts Video'),(21802,868,20,'Allowed Exts Track'),(21803,869,20,'Please insert an track kind'),(21804,870,20,'Please insert an track language'),(21805,871,20,'Please insert an track title'),(21806,872,20,'Video/Track Options'),(21807,873,20,'Options for user groups'),(21808,874,20,'Update options'),(21809,875,20,'Buttons Settings'),(21810,876,20,'Vehicle Maps Image, px:'),(21811,877,20,'Set maps image width/height in pixels'),(21812,878,20,'Vehicle Page Settings'),(21813,879,20,'Common Settings'),(21814,880,20,'AllCategories Layout Settings'),(21815,881,20,'Approve Published Review:'),(21816,882,20,'Approve Published For'),(21817,883,20,'Buttons Settings'),(21818,884,20,'Post max size in your PHP settings less than your video file.!'),(21819,885,20,'Upload max file size in your PHP settings less than your video file.!'),(21820,886,20,'File uploads is off in your PHP settings.!'),(21821,887,20,'Rent history'),(21822,888,20,'VehicleManager :: Rent Hisory'),(21823,889,20,'Users Rent History'),(21824,890,20,'VehicleManager :: Users Rent Hisory'),(21825,891,20,'OwnerID'),(21826,892,20,'Contact agent'),(21827,894,20,'View listing'),(21828,893,20,'Contact info'),(21829,895,20,'Your review has been added'),(21830,896,20,'Edit vehicles'),(21831,897,20,'Vehicle Location'),(21832,898,20,'Exterior & Interior'),(21833,899,20,'Attachments'),(21834,900,20,'VehicleManager : Orders'),(21835,901,20,'You have max photos. Limit for this users group'),(21836,902,20,'Address'),(21837,903,20,'Range(km)'),(21838,904,20,'Select Category'),(21839,905,20,'Search'),(21840,906,20,'Other'),(21841,907,20,'No reviews for vehicle'),(21842,908,20,'Captcha Settings'),(21843,909,20,'Show captcha<br />for review form'),(21844,910,20,'Show captcha for review form in the reviews tab on the frontend'),(21845,911,20,'Allow captcha<br />for review form'),(21846,912,20,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(21847,913,20,'Show captcha for<br />contact agent form'),(21848,914,20,'Show captcha for contact agent form in the reviews tab on the frontend'),(21849,915,20,'Allow captcha for<br />contact agent form'),(21850,916,20,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(21851,917,20,'Show captcha<br />for booking form'),(21852,918,20,'Show captcha for booking form in the reviews tab on the frontend'),(21853,919,20,'Allow captcha<br />for booking form'),(21854,920,20,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(21855,921,20,'Show button Add to Wish List'),(21856,922,20,'Show button Add to Wish List or not'),(21857,923,20,'Allow Wish List for'),(21858,924,20,'Select users for whom allow Wish List'),(21859,925,20,'Add to wishlist'),(21860,926,20,'Remove from wishlist'),(21861,927,20,'Google Map Options'),(21862,928,20,'Api Key'),(21863,929,20,'Field to enter google map api key'),(21864,930,20,'Google Maps API error: missing key map error!'),(21865,931,20,'To get Google Maps API key follow below link'),(21866,932,20,'Settings Layout Search Results '),(21867,933,20,'Show map<br />for layout search results'),(21868,934,20,'Show map for layout search results on the frontend'),(21869,935,20,'Allow map<br />for layout search results'),(21870,936,20,'Allow map for layout search results in the frontend.'),(21871,937,20,'Show order by form<br />for all layouts'),(21872,938,20,'Show order by form for all layouts on the frontend'),(21873,939,20,'Allow order by form<br />for all layouts'),(21874,940,20,'Allow order by form for all layouts in the frontend.'),(21875,941,20,'Show Contact Agent/Book Now Tab'),(21876,942,20,'Set Yes to show Contact Agent/Book Now tab'),(21877,943,20,'User groups for which Contact Agent/Book Now tab will be shown'),(21878,944,20,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(21879,946,20,'Options access to edit vehicles'),(21880,947,20,'Users group who will have access to edit users vehicles'),(21881,948,20,'Permit edit vehicles for other users'),(21882,949,20,'Select all users'),(21883,950,20,'Select the plugin in Vehicle Manager settings!'),(21884,951,20,'Show google captcha'),(21885,952,20,'Show google captcha'),(21886,953,20,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(21887,954,20,'Mandatory fields'),(21888,955,20,'Year of issue'),(21889,956,20,'Set \"YES\" make the field year of issue mandatory'),(21890,957,20,'Mileage'),(21891,958,20,'Set \"YES\" make the field mileage mandatory'),(21892,959,20,'Price'),(21893,960,20,'Set \"YES\" make the field price mandatory'),(21894,961,20,'Show search button<br>on frontend'),(21895,962,20,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(21896,963,20,'Show search button<br>for users'),(21897,964,20,'Select the user for which the search button on frontend will be displayed.'),(21898,965,20,'anonymous'),(21899,966,20,'New rent request added!'),(21900,967,20,'New buying request added!'),(21901,968,20,'New vehicle review added'),(21902,969,20,'SUBJECT'),(21903,970,20,'Rent expire Notice!'),(21904,971,20,'Add email user to <br /> send reply'),(21905,972,20,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(21906,973,20,'Add email user to review notification'),(21907,974,20,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(21908,975,20,'Add email user to vehicle notification'),(21909,976,20,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(21910,977,20,'Add email user to buying request notification'),(21911,978,20,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(21912,979,20,'Settings rent options on search page'),(21913,982,20,'Search Settings'),(21914,980,20,'Show available for rent'),(21915,981,20,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21916,983,20,'Show year of issue'),(21917,984,20,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21918,985,20,'Show price of vehicle'),(21919,986,20,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21920,987,20,'Show condition status'),(21921,988,20,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21922,989,20,'Show listing status'),(21923,990,20,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21924,991,20,'Show transmission type'),(21925,992,20,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21926,993,20,'Show maker'),(21927,994,20,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21928,995,20,'Show drive type'),(21929,996,20,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21930,997,20,'Show vehicle model'),(21931,998,20,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21932,999,20,'Show number cylinders'),(21933,1000,20,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21934,1001,20,'Show vehicle type'),(21935,1002,20,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21936,1003,20,'Show number speeds'),(21937,1004,20,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21938,1005,20,'Show listing type'),(21939,1006,20,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21940,1007,20,'Show vehicle fuel type'),(21941,1008,20,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21942,1009,20,'Show vehicle price type'),(21943,1010,20,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21944,1011,20,'Show vehicle number doors'),(21945,1012,20,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21946,1013,20,'Show vehicle category'),(21947,1014,20,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21948,1015,20,'Show vehicle ID'),(21949,1016,20,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21950,1017,20,'Show vehicle description'),(21951,1018,20,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21952,1019,20,'Show title'),(21953,1020,20,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21954,1021,20,'Show address'),(21955,1022,20,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21956,1023,20,'Show country'),(21957,1024,20,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21958,1025,20,'Show region'),(21959,1026,20,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21960,1027,20,'Show city'),(21961,1028,20,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21962,1029,20,'Show district'),(21963,1030,20,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21964,1031,20,'Show zipcode'),(21965,1032,20,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21966,1033,20,'Show owner'),(21967,1034,20,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21968,1035,20,'Show mileage'),(21969,1036,20,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21970,1037,20,'Show contact information'),(21971,1038,20,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21972,1039,20,'Show engine type'),(21973,1040,20,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21974,1041,20,'Show city MPG/KPL'),(21975,1042,20,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21976,1043,20,'Show highway MPG/KPL'),(21977,1044,20,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21978,1045,20,'Show wheelbase'),(21979,1046,20,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21980,1047,20,'Show wheeltype'),(21981,1048,20,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21982,1049,20,'Show rear axel type'),(21983,1050,20,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21984,1051,20,'Show brakes type'),(21985,1052,20,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21986,1053,20,'Show exterior colors'),(21987,1054,20,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21988,1055,20,'Show exterior extras'),(21989,1056,20,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21990,1057,20,'Show interior colors'),(21991,1058,20,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21992,1059,20,'Show dashboard options'),(21993,1060,20,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21994,1061,20,'Show interior extras'),(21995,1062,20,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21996,1063,20,'Show safety options'),(21997,1064,20,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(21998,1065,20,'Show warranty options'),(21999,1066,20,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(22000,1067,20,'Show exactly to all'),(22001,1068,20,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(22002,1069,20,'Show search keywords'),(22003,1070,20,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(22004,1071,20,'Options for search button'),(22005,1072,20,'Options for fields in Advance Search Layout'),(22006,1073,20,'Options for search form'),(22007,1074,20,'Show search form on nothing found page'),(22008,1075,20,'Show search form on nothing found page. Set \"YES\" show search form.'),(22009,1076,20,'Show search form on result search page'),(22010,1077,20,'Show search form on result search page. Set \"YES\" show search form.'),(22011,1078,20,'Redirect settings'),(22012,1079,20,'Redirect settings for rent'),(22013,1080,20,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(22014,1081,20,'Redirect settings for sale'),(22015,1082,20,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(22016,945,20,'Access to edit vehicles from other users'),(22017,1083,20,'Show country, region and<br>city option as text field'),(22018,1084,20,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(22019,1085,20,'How fields Country, Region and City use'),(22020,1086,20,'Settings for Search Layout'),(22021,1087,20,'Select Search Layout by default'),(22022,1088,20,'Select search layout by default on the frontend!'),(22023,1089,20,'Order field settings'),(22024,1090,20,'Select order by default'),(22025,1091,20,'Select an option to sort by default the search result.'),(22026,1092,20,'Vehicle slider option'),(22027,1093,20,'Show vehicle as slider'),(22028,1094,20,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(22029,1095,20,'Input initial-final year'),(22030,1096,20,'Input initial and final year of calendar. Final year value should be more then initial value.'),(22031,1097,20,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(22032,1098,20,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(22033,1099,20,'Show fraction in price'),(22034,1100,20,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(22035,1101,20,'Count Vehicles in row'),(22036,1102,20,'More than 1199px'),(22037,1103,20,'More than 1199px'),(22038,1104,20,'Less than 1200px andmore than 991px'),(22039,1105,20,'Less than 1200px andmore than 991px'),(22040,1106,20,'Less than 992px andmore than 767px'),(22041,1107,20,'Less than 992px andmore than 767px'),(22042,1108,20,'Less than 768px andmore than 489px'),(22043,1109,20,'Less than 768px andmore than 489px'),(22044,1110,20,'User order'),(22045,1111,20,'Watermark settings'),(22046,1112,20,'Enable watermark'),(22047,1113,20,'Watermark text'),(22048,1114,20,'Watermark size, %'),(22049,1115,20,'Font color'),(22050,1116,20,'Font angle'),(22051,1117,20,'Watermark position'),(22052,1118,20,'Watermark opacity'),(22053,1119,20,'Set Yes to show watermark'),(22054,1120,20,'Watermark text'),(22055,1121,20,'Watermark size, %'),(22056,1122,20,'Font color for watermark'),(22057,1123,20,'Font angle for watermark'),(22058,1124,20,'Watermark position for watermark'),(22059,1125,20,'Watermark opacity for watermark'),(22060,1127,20,'Watermark Type'),(22061,1128,20,'Select file for watermark'),(22062,1129,20,'Text or Image'),(22063,1130,20,'Select image for Watermark'),(22064,1126,20,'Categories order by default'),(22065,1131,20,'All vehicles'),(22066,1132,20,'Title'),(22067,1133,20,'Maker'),(22068,1134,20,'Model'),(22069,1135,20,'Description'),(22070,1136,20,'Vehicle ID'),(22071,1137,20,'Location'),(22072,1138,20,'Country'),(22073,1139,20,'City'),(22074,1140,20,'Region'),(22075,1141,20,'Zipcode'),(22076,1142,20,'Search by'),(22077,1143,20,'Please select only one value'),(22078,1144,20,'Min size image for watermark'),(22079,1145,20,'Minimum image size to include watermark'),(22080,1146,20,'Rent From and Rent Until fields  are required!'),(22081,1147,20,'Allow price as string'),(22082,1148,20,'Set \"yes\", if you want display price as string. '),(22083,1149,20,'You typed bad characters from picture!'),(22084,1150,20,'Slider settings'),(22085,1151,20,'The height of the slider is measured as a percentage of the slider width'),(22086,1152,20,'Slider height, %'),(22087,1153,20,'Slide show type \"Filling in\" or \"Proportionally\"'),(22088,1154,20,'Slide show type'),(22089,1155,20,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(22090,1156,20,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(22091,1157,20,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(22092,1158,20,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(22093,1159,20,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(22094,1160,20,'Payment system Options'),(22095,1161,20,'Show button \"Buy\" for sale vehicles'),(22096,1162,20,'Allow button \"Buy\" for sale vehicles'),(22097,1163,20,'Show button \"Buy\" for rent vehicles'),(22098,1164,20,'Allow button \"Buy\" for rent vehicles'),(22099,2,21,'Araç Yönetimi'),(22100,3,21,'Kiralık veya satılık araba ile yaptığımız araç kataloğu.'),(22101,4,21,'Araç ara'),(22102,5,21,'Araç ara'),(22103,6,21,'no-img_eng.gif'),(22104,7,21,'Bu eylemi gerçekleştirmek için izin verilmez!'),(22105,8,21,'TAMAM'),(22106,9,21,'Durum'),(22107,10,21,'AraçYönetimi :: Al/Ver'),(22108,11,21,'Bu bölüm için ilk olarak bir kategori eklemek gerekir.'),(22109,12,21,'Lütfen seçin'),(22110,13,21,'CSV Dosyası'),(22111,14,21,'XML Dosyası'),(22112,15,21,'İçeri almak için bir tür seçmelisiniz!'),(22113,16,21,'İçeri almak için bir kategori seçmelisiniz!'),(22114,17,21,'İçeri almak için bir dosya seçmelisiniz!'),(22115,18,21,'Dışarı vermek için bir tür seçmelisiniz!'),(22116,19,21,'İçeri alma türü'),(22117,20,21,'Dosya biçimini seçiniz'),(22118,21,21,'Dosya biçimini seçiniz'),(22119,22,21,'Kategori'),(22120,23,21,'Kategori'),(22121,24,21,'Kategori seçiniz'),(22122,25,21,'İçeri alınacak dosya'),(22123,26,21,'İçeri alınacak dosya'),(22124,27,21,'İçeri almak için dosyayı seçin'),(22125,28,21,'Şu anda aşağıdaki CSV biçimi desteklenir:<br />AraçID | Açıklama | Bağlantı | Listeleme Türü |  Yerleşim | Fiyat | Başlık | ...'),(22126,29,21,'Dışarı verme türü'),(22127,30,21,'Dosya biçimini seçin'),(22128,31,21,'Dosya biçimini seçin'),(22129,32,21,'Kategori'),(22130,33,21,'Kategori'),(22131,34,21,'Kategoriyi Seçin'),(22132,35,21,'Dışarı Verme Sonucu'),(22133,36,21,'Takip eden bağlantıdan dışarı verme isteğinizi indirin (sağ tıkla kaydedin):'),(22134,37,21,'Unutmayın ki dosyalar sunucuda kaydedilir ve bunları kendiniz temizlemelisiniz.'),(22135,38,21,'AraçYönetimi :: Kategoriler'),(22136,39,21,'Kategori'),(22137,40,21,'Araçlar'),(22138,41,21,'Yayınlandı'),(22139,42,21,'Sırala'),(22140,43,21,'Erişim'),(22141,44,21,'Kontrol eden'),(22142,45,21,'Ekle'),(22143,46,21,'Düzenle'),(22144,47,21,'Kategori adı boş bırakılamaz'),(22145,48,21,'Kategoriler'),(22146,49,21,'- Resim Seçin -'),(22147,50,21,'Top'),(22148,51,21,'Kategori Takma Adı'),(22149,52,21,'Kategori Başlığı'),(22150,53,21,'Sırala'),(22151,54,21,'Resim'),(22152,55,21,'Resim Konumu'),(22153,56,21,'Üst Öğe'),(22154,57,21,'Önizleme Yok'),(22155,58,21,'Ayrıntılar'),(22156,59,21,'Silindi'),(22157,60,21,'AraçYönetimi - Bir aracı kiraya ver'),(22158,61,21,'AraçYönetimi - Kiradan dönen araç'),(22159,62,21,'İçeri Al'),(22160,63,21,'Dışarı Ver'),(22161,64,21,'- Tüm Kategoriler'),(22162,65,21,'Kategorileri Seçin'),(22163,66,21,'Kiralamak için bir araç seçin'),(22164,67,21,'- Tüm Araçlar'),(22165,68,21,'Kiralık'),(22166,69,21,'Kiralık Değil'),(22167,70,21,'Yayınlanmış Seçin'),(22168,71,21,'- Tüm Araçlar'),(22169,72,21,'Yayınlanmamış'),(22170,73,21,'Yayınlanmış'),(22171,74,21,'- All Users'),(22172,75,21,'Araçları Ara'),(22173,76,21,'Araçları Ara'),(22174,77,21,'Anahtar kelimeleri ara'),(22175,78,21,'Ara'),(22176,79,21,'Hiçbir şey bulunamadı.'),(22177,80,21,'AraçYönetimi :: Araçlar'),(22178,81,21,'Ara:'),(22179,82,21,'Bu bölüm için önce bir kategori oluşturmalısınız.'),(22180,83,21,'Exactly to all'),(22181,84,21,'Advanced<br />search'),(22182,85,21,'from'),(22183,86,21,'to'),(22184,87,21,'Year'),(22185,88,21,'Fiyat'),(22186,89,21,'Listelenme türü'),(22187,90,21,'Listeleme durumu'),(22188,91,21,'Fiyat türü'),(22189,92,21,'Model'),(22190,93,21,'Başlık'),(22191,94,21,'AraçID'),(22192,95,21,'Sonuç'),(22193,96,21,'Açıklama'),(22194,97,21,'Kategori'),(22195,98,21,'# Araç'),(22196,99,21,'Görünüm'),(22197,100,21,'Adres'),(22198,101,21,'Country'),(22199,102,21,'Region'),(22200,103,21,'City'),(22201,104,21,'District'),(22202,105,21,'Zipcode'),(22203,106,21,'Enlem'),(22204,107,21,'Boylam'),(22205,108,21,'No location available'),(22206,109,21,'Araç Türü'),(22207,110,21,'Durumu'),(22208,111,21,'Km'),(22209,112,21,'Transmisyon'),(22210,113,21,'Motor tipi'),(22211,114,21,'Çıkış Yılı'),(22212,115,21,'Çekiş türü'),(22213,116,21,'Yakıt türü'),(22214,117,21,'Vites Sayısı'),(22215,118,21,'Silindir sayısı'),(22216,119,21,'Kapı sayısı'),(22217,120,21,'Koltuk sayısı'),(22218,121,21,'Şehirde MPG/KPL'),(22219,122,21,'Uzun Yolda MPG/KPL'),(22220,123,21,'Aks mesafesi'),(22221,124,21,'Jant türü'),(22222,125,21,'Arka Aks türü'),(22223,126,21,'Fren tipi'),(22224,127,21,'Dış renk'),(22225,128,21,'Dış ekstralar'),(22226,129,21,'İç renk'),(22227,130,21,'Kontrol Paneli Seçenekleri'),(22228,131,21,'İç ekstralar'),(22229,132,21,'Güvenlik Seçenekleri'),(22230,133,21,'Garanti Seçenekleri'),(22231,134,21,'Basit'),(22232,135,21,'Yürür Aksam'),(22233,136,21,'Paslanma'),(22234,137,21,'Yol Yardımı'),(22235,138,21,'Telefon numaranız'),(22236,139,21,'Reyting'),(22237,140,21,'Resim Bağlantısı'),(22238,141,21,'Resim'),(22239,142,21,'Satın al bağlantı'),(22240,143,21,'Kiralayan'),(22241,144,21,'Kira başlangıç'),(22242,145,21,'Kira bitiş'),(22243,146,21,'Rent return'),(22244,147,21,'Kira başlangıç - bitiş'),(22245,148,21,'bilinmiyor'),(22246,149,21,'Kullanıcı'),(22247,150,21,'e-posta'),(22248,151,21,'Postalar için posta adresi'),(22249,152,21,'Telefon no'),(22250,153,21,'Kira bitiş: '),(22251,154,21,'Tıklanma'),(22252,155,21,'Sıralamayı Düzenle'),(22253,156,21,'Kiraya verme'),(22254,157,21,'Yayınlandı'),(22255,158,21,'Kontrol et'),(22256,159,21,'Değerlendirme tarihi'),(22257,160,21,'Alt kategoriler'),(22258,161,21,'Ana resmi yükle'),(22259,162,21,'Araç resim galerisine yeni resimler yüklemek için tıkla'),(22260,163,21,'Eğer resimi yüklersen, Mevcut resmin bağlantısı silinecek ve yüklenen resim sıfırlanır.'),(22261,164,21,'Resim yükleme hatası! Sadece belirtilen türler (jpg, png, gif) desteklenir'),(22262,165,21,'Kiralama bilgileri'),(22263,166,21,'Edökümanı güncelle'),(22264,167,21,'Edökümanı yükle'),(22265,168,21,'Edökümanı indir'),(22266,169,21,'Edökümanı sil'),(22267,170,21,'Edöküman'),(22268,171,21,'Edöküman yüklenirken hata oluştu!'),(22269,172,21,'Durum'),(22270,173,21,'Gerekli'),(22271,174,21,'Değerlendirme ekle'),(22272,175,21,'Değerlendirmeler'),(22273,176,21,'Kaydet'),(22274,177,21,'Kiralama İsteği'),(22275,178,21,'Kira İsteğini Onayla'),(22276,179,21,'Eleştiri'),(22277,180,21,'Başlık'),(22278,181,21,'Reyting'),(22279,182,21,'Yorum'),(22280,183,21,'Sahipsiz'),(22281,184,21,'Number click'),(22282,185,21,'Shows'),(22283,186,21,'Araç Başlığı'),(22284,187,21,'Harita üzerinde araç yerleşimini seçmek için tıklayın:'),(22285,188,21,'Değerlendirmeniz için bir başlık girin!'),(22286,189,21,'Lütfen Değerlendirmeniz için bir metin girin!'),(22287,190,21,'Lütfen Değerlendirmeniz için bir reyting girin!'),(22288,191,21,'Lütfen kiralama isteğiniz için bir isim girin!'),(22289,192,21,'Lütfen kiralama isteğiniz için geçerli bir e-posta girin!'),(22290,193,21,'Lütfen kiralama isteğiniz için geçerli bir posta adresi girin!'),(22291,194,21,'Lüfen kiralama isteğiniz için dönüş tarihini girin!'),(22292,195,21,'Please enter at least one vehicle photo!'),(22293,196,21,'Belirtilmedi'),(22294,197,21,'Arabic'),(22295,198,21,'Brazilian Portuguese'),(22296,199,21,'Danish'),(22297,200,21,'Dutch'),(22298,201,21,'English'),(22299,203,21,'Bosnian'),(22300,202,21,'Farsi'),(22301,204,21,'French'),(22302,205,21,'German'),(22303,206,21,'Hungarian'),(22304,207,21,'Italian'),(22305,208,21,'Lithuanian'),(22306,209,21,'Norwegian'),(22307,210,21,'Polski'),(22308,211,21,'Portuguese'),(22309,212,21,'Romanian'),(22310,213,21,'Russian'),(22311,216,21,'Slovence'),(22312,214,21,'Spanish'),(22313,215,21,'Türkçe'),(22314,217,21,'Hayır'),(22315,218,21,'Evet'),(22316,219,21,'Bu araç başlığı başka bir yönetici tarafından düzenleniyor'),(22317,220,21,'Araç silme hatası!'),(22318,221,21,'Add Vehicle notification email'),(22319,222,21,'Ön uç Ayarları'),(22320,223,21,'Arka uç Ayarları'),(22321,224,21,'AraçID oto-artır'),(22322,225,21,'AraçID oto-artır'),(22323,226,21,'Eğer AraçID oto-artır kullanmak istiyorsanız EVET. Eğer AraçID el ile girmek istiyorsanız HAYIR'),(22324,227,21,'edöküman desteği'),(22325,228,21,'edöküman desteği'),(22326,229,21,'Eğer yönetim arayüzü için edöküman desteğini etkinleştirmek istiyorsanız EVET\'i seçin.'),(22327,230,21,'edökümanın konumu'),(22328,231,21,'edökümanın konumu'),(22329,232,21,'Sunucada yüklü edökümanın konumu. Önerilen yol Joomla ana dizininde olmalı ve / ile başlayıp bitmeli'),(22330,233,21,'Edökümanın indirme bağlantısını göster'),(22331,234,21,'Ön uçda edökümanların yüklemesini göster'),(22332,235,21,'Eğer ön uçda edökümanların yükleme bağlanısının gösterilmesini istiyorsan EVET\'i seçin.'),(22333,236,21,'Değerlendirmeleri göster'),(22334,237,21,'Ön uçda değerlendirmeleri göster'),(22335,238,21,'Web sitenizdeki kullanıcıların araçlar için değerlendirme yapmasını istiyorsanız EVET\'i seçin.'),(22336,239,21,'Değerlendirmelere İzin Ver'),(22337,240,21,'Değerlendirmelere İzin Ver'),(22338,241,21,'Ön uçda Değerlendirmelere İzin Ver. Bu işlev sadece --Değerlendirmeleri Göster-- EVET seçilmiş ise etkinleşir!'),(22339,242,21,'Kiralama durumlarını göster'),(22340,243,21,'Ön uçda kiralama durumlarını göster'),(22341,244,21,'Eğer ön uçda araçların kira durumlarını gösterilmesini istiyorsanız EVET\'i seçin.'),(22342,245,21,'Kiralama İsteğine İzin Ver'),(22343,246,21,'Kiralama İsteğine İzin Ver'),(22344,247,21,'Ön uçda Kiralama İsteğine İzin Ver. Bu işlev sadece--Kira Durumunu Göster-- EVET seçilmiş ise etkinleşir!'),(22345,248,21,'Ücreti göster'),(22346,249,21,'Ücreti göster'),(22347,250,21,'Ön uçda aracın ücretini göster'),(22348,251,21,'Sayfa başına araç.'),(22349,252,21,'Sayfa başına gösterilecek araç sayısını girin.'),(22350,253,21,'Sayfalama.'),(22351,254,21,'Araç resimleri boyutu'),(22352,255,21,'Araç resimleri boyutu'),(22353,256,21,'Resimlerin boyutunu ayarla - yükseklik/genişlik px'),(22354,257,21,'Set size of main image - width/height in px'),(22355,258,21,'Set main photos size - width/height in px'),(22356,259,21,'Vehicle main photos size'),(22357,260,21,'Vehicle gallery photo size'),(22358,261,21,'Vehicle gallery photo size'),(22359,262,21,'Set gallery photo size - width/height in px'),(22360,263,21,'Vehicle upload photo size'),(22361,264,21,'Vehicle upload photo size'),(22362,265,21,'Set upload photo size - width/height in px'),(22363,266,21,'Sayfa öğeleri'),(22364,267,21,'Sayfa öğeleri'),(22365,268,21,'Her sayfada gösterilen Araçların Giriş miktarı.'),(22366,269,21,'Add Vehicle email'),(22367,270,21,'An email address for notifying about new vehicle has been added on'),(22368,271,21,'Değerlendirme e-postası'),(22369,272,21,'Değerlendirme e-postası'),(22370,273,21,'Yeni eklenen değerlendirmeler için bildirim mesajı nereye gönderilsin. Çoklu e-posta adreslerini virgül kullanarak ayırınız.'),(22371,274,21,'Kiralama isteği e-postası'),(22372,275,21,'Kiralama isteği e-postası'),(22373,276,21,'Yeni eklenen Kiralama isteği için bildirim mesajı nereye gönderilsin. Çoklu e-posta adreslerini virgül kullanarak ayırınız.'),(22374,277,21,'AraçYönetimi :: Kiralama İstekleri'),(22375,278,21,'AraçYönetimi :: Hakkında'),(22376,279,21,'Hakkında'),(22377,280,21,'Sürüm notları'),(22378,281,21,'Değişiklikler'),(22379,282,21,'AraçYönetimine hoş Geldiniz'),(22380,283,21,'Bileşenimizi kullandığınız için teşekkür ederiz!<br /><br />\\nAraçYönetimi geniş araç katoloğunuzu yönetmenize izin verir. O kategori ve alt kategori desteği ile gelir ve iç referans için AraçID ekleyebilirsiniz. İçinde kiralama yönetimi vardır, websitenizde kullanıcıların araç kiralama isteği için olanak sağlar. AraçYönetiminde ayrıca kullanıcıların araç için yorum yapma olanağı vardır, arka uçda yorumları yönetebilirsiniz. Edöküman desteği içindedir. Araç bilgi ve resimleri el ile girilebilir. <br/ ><br />\\nNOTES: <br/ >\\n- Resimler ile çalışmak için, PHP5 ile GD desteğine ihtiyacınız var<br />\\n<br />\\nWebsitesinde <a href=\\\"http://www.ordasoft.com\\\">www.ordasoft.com</a> AraçYönetimi Manuelleri, eklenmiş dil dosyalarını, Destek forumları ve ayrıca modül ve eklentilerini bulabilirsiniz.<br />\\n<br />\\nAraçYönetimi için biz geliştiricilerden eğer yeni bir özellik istiyorsanız. Lütfen ihtiyacınızı <a href=\\\"mailto:sales@ordasoft.com\\\">sales@ordasoft.com</a> bildirin ve aldığımızda size dönülecektir. Ne zaman ücretli bir özellik sipariş ederseniz, Pro sürümü ile bu özellikleri alacaksınız.'),(22381,284,21,'Ayarlar iken sadece aşşağıdaki alanları doldurmanız gerekir '),(22382,285,21,'. aksi takdirde yok sayılır.'),(22383,286,21,'Kiralama İsteği'),(22384,287,21,'Kiralama için seçilen araçlar listede gösterilir.<br />Eğer boşsa, lütfen seçiminizi tekrar kontrol edin.'),(22385,288,21,'Tam adınız'),(22386,289,21,'e-posta'),(22387,290,21,'Posta adresiniz'),(22388,291,21,'Araç dönüş tarihi'),(22389,292,21,'Kira başlangıcı'),(22390,293,21,'Kiralama isteğiniz veritabanımızda depolandı. İsteğinizi kontrol edeceğiz ve en kısa zamanda size bilgi vereceğiz.<br />Servisimizi kullandığınız için teşekkür ederiz.'),(22391,294,21,'Satın alma isteğiniz veritabanımızda depolandı. İsteğinizi kontrol edeceğiz ve en kısa zamanda size bilgi vereceğiz.<br />Servisimizi kullandığınız için teşekkür ederiz.'),(22392,295,21,'AraçYönetimi: Kiralama isteği onaylandı'),(22393,296,21,'Araç'),(22394,297,21,'İstediğiniz kira için hazırdır.'),(22395,298,21,'Kaydet'),(22396,299,21,'Aracı kiraya ver'),(22397,300,21,'Araç kiradan döndü'),(22398,301,21,'İsteği onayla'),(22399,302,21,'İsteği reddet'),(22400,303,21,'Araçları içeri al'),(22401,304,21,'Araçları dışarı ver'),(22402,305,21,'Değerlendirmeyi sil'),(22403,306,21,'Değerlendirmeyi düzenle'),(22404,307,21,'Genel bilgi:'),(22405,308,21,'Sürüm:'),(22406,309,21,'Sürüm tarihi:'),(22407,310,21,'Proje bağlantısı:'),(22408,311,21,'Proje sahibi:'),(22409,312,21,'Lisans:'),(22410,313,21,'Bu program umuyoruz çok faydalı olacaktır, ancak herhangi bir garanti olmadan dağıtılmaktadır. Daha fazla bilgi için License.txt içine bakınız.'),(22411,314,21,'Geliştiren:'),(22412,315,21,'Anasayfa'),(22413,316,21,'Edöküman indirme bağlantısı'),(22414,317,21,'Edöküman indirilmesine izin ver'),(22415,318,21,'Ön uçda edöküman indirilmesine izin ver. Bu işlev eğer --Edöküman indirme bağlantılarını göster-- EVET ayarlanmışsa aktif olacaktır'),(22416,319,21,'Edöküman indirilmesine izin ver'),(22417,320,21,'Fiyata izin ver:'),(22418,321,21,'Ön uçda fiyata izin ver. Bu işlev eğer --Fiyatı göster-- EVET ayarlanmışsa aktif olacaktır'),(22419,322,21,'Fiyata izin ver'),(22420,323,21,'AraçYönetimi :: Değerlendirmeler'),(22421,324,21,'Araç başlığı'),(22422,325,21,'Değerlendirme başlığı'),(22423,326,21,'Yukarıdaki resimde kutu içine gördüğünüz karakterleri aşşağıya yazın.'),(22424,327,21,'Yazdır'),(22425,328,21,'Lütfen yazdırmak için sütunları seçin ve Sonraki! üzerine tıklayın'),(22426,329,21,'Yazı Boyutu'),(22427,330,21,'Biçim'),(22428,331,21,'Edöküman indirme lisansını göster'),(22429,332,21,'Ön uçdan Edöküman indirme izninden önce Edöküman indirme lisansını onayla/reddet\'i göster'),(22430,333,21,'Edöküman indirme lisansını göster'),(22431,334,21,'Lisans Anlaşması'),(22432,335,21,'Kabül?'),(22433,336,21,'Değerlendirme ekle'),(22434,337,21,'Değerlendirmeyi gizle'),(22435,338,21,'Düğmeyi göster Şimdi al'),(22436,339,21,'Düğmeyi göster Şimdi al'),(22437,340,21,'Ön uçda araçların yanında Düğmeyi göster Şimdi al'),(22438,341,21,'Düğmeye izin ver Şimdi al:'),(22439,342,21,'Seçilen kategoriler için ön uçda Düğmeyi göster Şimdi al. Bu işlev eğer --Düğmeyi göster Şimdi al-- EVET ayarlanmışsa aktif olacaktır. Birden fazla kategori seçebilirsiniz.'),(22440,343,21,'Düğmeye izin ver Şimdi al'),(22441,344,21,'Tüm veriyi dışarı ver'),(22442,345,21,'Tüm veriyi içeri al'),(22443,346,21,'Bu işlem içeri almadan önceki tüm var olan AraçYönetimi verilerini silecek. Devam etmek istiyor musunuz?'),(22444,347,21,'\\n<strong>CSV&nbsp;İÇERİ AL:</strong>\\n<ul>\\n	<li>Şu anda aşağıdaki CSV biçimi desteklenir:&nbsp;&nbsp;AraçID&nbsp;|&nbsp;Açıklama&nbsp;|&nbsp;Bağlantı&nbsp;|&nbsp;Model&nbsp;|&nbsp;Araç türü&nbsp;|&nbsp;Listeleme türü&nbsp;|&nbsp;Fiyat&nbsp;|&nbsp;Fiyat türü&nbsp;|&nbsp;Araç başlığı&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Alanlar boru karekteri ile ayrılır (<strong>&nbsp;|&nbsp;</strong>)</li>\\n	<li>Başka alanlar boş bırakarak AraçID ile şimdi ile bütün listeyi içeri alabilirsin, örneğin:&nbsp;&nbsp;AraçID&nbsp;|&nbsp;<i>boş</i>&nbsp;|&nbsp;<i>boş</i>&nbsp;|&nbsp;Model&nbsp;|&nbsp;<i>boş</i>&nbsp;|&nbsp;<i>boş</i>&nbsp;|&nbsp;Fiyat&nbsp;|&nbsp;<i>boş</i>&nbsp;|&nbsp;...&nbsp;|</li>\\n<li> <strong> UYARI: </ strong> & nbsp; evler arasındaki ilişkiler kaydedilmez </ li>\n<li> <strong> UYARI: </ strong> & nbsp; tek tek görüntü yüklemek zorunda, hiçbir fotoğraf kaydedilir </ li>!</ul>\\n<strong>XML&nbsp;İÇERİ AL:</strong>\\n<ul>\\n	<li>XML de içeri al формат</li>\\n</ul>'),(22445,348,21,'\\n<strong>CSV&nbsp;DIŞARI VER:</strong>\\n<ul>\\n	<li>CSV dışarı ver bir metin düzenleyicisi veya elektronik tablo uygulamasında daha fazla düzenleme için tüm alanları içerecek</li>\\n	<li>Lütfen sonrakini dışarı vermek için not alın, Şu anda sadece aşağıdaki CSV biçimi desteklenir:&nbsp;&nbsp;AraçID&nbsp;|&nbsp;Açıklama&nbsp;|&nbsp;Bağlantı&nbsp;|&nbsp;Model&nbsp;|&nbsp;Araç türü&nbsp;|&nbsp;Listeleme türü&nbsp;|&nbsp;Fiyat&nbsp;|&nbsp;Fiyat türü&nbsp;|&nbsp;Araç başlığı&nbsp;|&nbsp;...&nbsp;|</li>\\n	<li>Ayrıca daha sonra Araç Değerlendirmeleri dahil TAM dışarı vermeyi kullanabilirsiniz!</li>\\n<li> <strong> UYARI: </ strong> & nbsp; evler arasındaki ilişkiler kaydedilmez </ li>\n<li> <strong> UYARI: </ strong> & nbsp; tek tek görüntü yüklemek zorunda, hiçbir fotoğraf kaydedilir </ li></ul>\\n<strong>XML&nbsp;DIŞARI VER:</strong>\\n<ul>\\n	<li>XML dışarı ver Araç Açıklamaları ile araç dışarı ver için tercih edilen yoldur</li>\\n	<li>XML dışarı ver tüm araç ayrıntılarını kapsayacak, Açıklamalar kapsamı, sonraki içeri al için hazır</li>\\n</ul>\\n'),(22446,349,21,'Değerlendirme Bildirini Gönder'),(22447,350,21,'Değerlendirme Bildirini Gönder'),(22448,351,21,'Eğer bir kullanıcı araç değerlendirmesi eklediği anda e-posta yoluyla bildirim istiyorsanız EVET\'e ayarlayın. Bu bildirimlerin kime gönderileceğini ayarlamak için sağdaki paneli kullanın. Arka Uç Yapılandırması da alıcı e-posta adresleri ayarlayabilirsiniz.'),(22449,352,21,'Hangi kullanıcı gruplarından değerlendirme bildirimi gönderilecek'),(22450,353,21,'Hangi kullanıcı gruplarından değerlendirme bildirimi gönderilecek'),(22451,354,21,'Hangi kullanıcı gruplarına değerlendirme bildirimi gönderilecek seçin. Bu işlev eğer --Değerlendirme Bildirimi Gönder-- EVET ayarlanmışsa aktif olacaktır!'),(22452,355,21,'Kiralama İsteği Bildirini Gönder'),(22453,356,21,'Kiralama İsteği Bildirini Gönder'),(22454,357,21,'Eğer bir kullanıcı kiralama isteğini gönderdiği anda e-posta yoluyla bildirim istiyorsanız EVET\'e ayarlayın. Bu bildirimlerin kime gönderileceğini ayarlamak için sağdaki paneli kullanın. Arka Uç Yapılandırması da alıcı e-posta adresleri ayarlayabilirsiniz.'),(22455,358,21,'Hangi kullanıcı gruplarından kiralama isteği bildirimleri gönderilecek'),(22456,359,21,'Hangi kullanıcı gruplarından kiralama isteği bildirimleri gönderilecek'),(22457,360,21,'Hangi kullanıcı gruplarına kiralama isteği bildirimi gönderilecek. Bu işlev eğer --Kiralama İsteği Bildirini Gönder-- EVET ayarlanmışsa aktif olacaktır'),(22458,361,21,'Değerlendirme Yorumu'),(22459,362,21,'Özel Kategori Resimleri'),(22460,363,21,'Özel Kategori Resimleri'),(22461,364,21,'Eğer EVET ayarlanırsa, her kategoriye standart klasör simgesinin yerine özel bir resim atayabilirsiniz. Daha sonra AraçYönetimi - Kategorileri&nbsp;Yönet - Düzenle - Resim&nbsp;seçin de kategori görüntüleri ayarlayabilirsiniz'),(22462,365,21,'Alt kategoriyi göster'),(22463,366,21,'Show for single subcategory'),(22464,367,21,'Alt kategoriyi göster'),(22465,368,21,'Eğer EVET ayarlanırsa, her kategori için alt kategoriyi göreceksiniz'),(22466,369,21,'If set to YES, you will see subcategory for single select category'),(22467,370,21,'Bu kiralanmadı kiradan eve geri dönemezsiniz'),(22468,371,21,'Lütfen kiralık araçlar için listeden seçiminizi yapınız'),(22469,372,21,'Lütfen kiradan dönen araçlar için listeden seçiminizi yapınız'),(22470,373,21,'Lütfen isteği onaylamak için listeden seçiminizi yapınız'),(22471,374,21,'Lütfen isteği reddetmek için listeden seçiminizi yapınız'),(22472,375,21,'İçeri alma türünü seçmelisiniz!'),(22473,376,21,'Dışarı verme türünü seçmelisiniz!'),(22474,377,21,'Lütfen bu araç için bir başlık girin!'),(22475,378,21,'Lütfen bu araç için bir AraçID giriniz!'),(22476,379,21,'Bu AraçID olan bir araç zaten var!'),(22477,380,21,'Bu araç için bir Kategori seçmelisiniz!'),(22478,381,21,'Lütfen satın alma adınız için adınızı girin!'),(22479,382,21,'Lütfen satın alma isteğiniz için geçerli bir e-posta adresi girin!'),(22480,383,21,'Lütfen satın alma isteğiniz için geçerli bir telefon numarası girin!'),(22481,384,21,'Gerekli alanlar'),(22482,385,21,'Önerilen alanlar'),(22483,386,21,'Adres alanları'),(22484,387,21,'Seçenekler'),(22485,388,21,'Dış seçenekler'),(22486,389,21,'İç seçenekler'),(22487,390,21,'Diğer seçenekler'),(22488,391,21,'Resim Yönetimi'),(22489,392,21,'Araç Resim Galerisi'),(22490,393,21,'Advertisment'),(22491,394,21,'Müşterinin bilgisi '),(22492,395,21,'AraçYönetimi :: Satış Yönetimi'),(22493,396,21,'Satın alma isteği'),(22494,397,21,'Satın almayı gizle'),(22495,398,21,'İsteği Gönder'),(22496,399,21,'Satın Alma İsteği Bildirimlerini Gönder'),(22497,400,21,'Satın Alma İsteği Bildirimlerini Gönder'),(22498,401,21,'Bir kullanıcı satın alma isteğini onayladığı anda e-posta gönderilmesini istiyorsanız, EVET ayarlayın. Bu bildirimlerin kime gönderileceğini ayarlamak için sağdaki paneli kullanın. Arka Uç Yapılandırması da alıcı e-posta adresleri ayarlayabilirsiniz.'),(22499,402,21,'Hangi kullanıcı gruplarından satın alma isteği bildirimi gönderilecek'),(22500,403,21,'Hangi kullanıcı gruplarından satın alma isteği bildirimi gönderilecek'),(22501,404,21,'Hangi kullanıcı gruplarından satın alma isteği bildirimi gönderilecek. Bu işlev eğer --Satın Alma İsteği Bildirimlerini Gönder-- EVET ayarlanmışsa aktif olacaktır!'),(22502,405,21,'Satın alma isteği e-postası'),(22503,406,21,'Satın alma isteği e-postası'),(22504,407,21,'Yeni eklenen Satın alma isteği için bildirim mesajı nereye gönderilsin. Çoklu e-posta adreslerini virgül kullanarak ayırınız.'),(22505,408,21,'AraçYönetimi :: Ayarlar'),(22506,409,21,'Kaldır'),(22507,410,21,'Resim '),(22508,411,21,'Değerlendirme sekmesini göster'),(22509,412,21,'Değerlendirme sekmesini göster'),(22510,413,21,'Eğer değerlendirme sekmesinin gösterilmesini istiyorsanız EVET ayarlayın.'),(22511,414,21,'Yerleşim sekmesini göster'),(22512,415,21,'Yerleşim sekmesini göster'),(22513,416,21,'Eğer yerleşim sekmesinin gösterilmesini istiyorsanız EVET ayarlayın.'),(22514,417,21,'Araç Ekle'),(22515,418,21,'Düğmeyi göster<br />Araç Ekle'),(22516,419,21,'Düğmeyi Göster<br />Araç Ekle'),(22517,420,21,'Ön uçda araç listesinde düğmeyi Göster Araç Ekle'),(22518,421,21,'Düğmeye izin ver<br />Araç Ekle'),(22519,422,21,'Düğmeye izin ver<br />Araç Ekle'),(22520,423,21,'Ön uçda düğmeye izin ver Araç Ekle. Bu işlev eğer --Düğmeyi Göster Araç Ekle-- EVET ayarlanmışsa aktif olacaktır!'),(22521,424,21,'Show button<br />print PDF'),(22522,425,21,'Show button<br />print PDF'),(22523,426,21,'Shows button print PDF in the vehicle list in the frontend'),(22524,427,21,'Allow button<br />print PDF'),(22525,428,21,'Allow button<br />print PDF'),(22526,429,21,'Allow button print PDF in the frontend. This function will be activated only if --Show button print PDF-- is also set to YES!'),(22527,430,21,'Show button<br />print View'),(22528,431,21,'Show button<br />print View'),(22529,432,21,'Shows button print View in the vehicle list in the frontend'),(22530,433,21,'Allow button<br />print View'),(22531,434,21,'Allow button<br />print View'),(22532,435,21,'Allow button print View in the frontend. This function will be activated only if --Show button print View-- is also set to YES!'),(22533,436,21,'Show button<br />send Link'),(22534,437,21,'Show button<br />send Link'),(22535,438,21,'Shows button send Link in the vehicle list in the frontend'),(22536,439,21,'Allow button<br />send Link'),(22537,440,21,'Allow button<br />send Link'),(22538,441,21,'Allow button send Link in the frontend. This function will be activated only if --Show button send Mail-- is also set to YES!'),(22539,442,21,'İletişim'),(22540,443,21,'İletişimleri Göster'),(22541,444,21,'İletişimleri Göster'),(22542,445,21,'\'Ana\' sekmede iletişimler görüntüleniyor.'),(22543,446,21,'Resimlerin yerleşimi'),(22544,447,21,'Sunucuya yüklenmiş resimlerin yerleşimi. Önerilen yol Joomla ana dizininde olmalı ve / ile başlayıp bitmeli.'),(22545,448,21,'Resimlerin Yerleşimi'),(22546,449,21,'Kiraya uygun başlangıç tarihi'),(22547,450,21,'Bu tarihe kadar kiraya uygun'),(22548,451,21,'Kiraya uygun değil'),(22549,452,21,'Kiralık Available'),(22550,453,21,'Aracınız veritabanımızda kaydedilidi. İsteğinizi kontrol edeceğiz ve enkısa zamanda aracınızı ekleyeceğiz.<br />Servisimizi kullandığınız için teşekkür ederiz.'),(22551,454,21,'Yerleşim'),(22552,455,21,'Ana'),(22553,456,21,'---select---'),(22554,457,21,'For rent'),(22555,458,21,'For sale'),(22556,459,21,'negotiable,starting'),(22557,460,21,'sedan,convertible,coupe,crossover,hatchback,pickup,suv,truck,wagon'),(22558,461,21,'new,used'),(22559,462,21,'manual,automatic'),(22560,463,21,'active,offer,contract,closed,withdrawn'),(22561,464,21,'Fwd,Rwd,Awd,4wd,2wd'),(22562,465,21,'petrol,diesel,gas,electric,hybrid,unlisted'),(22563,466,21,'3Spd,4Spd,5Spd,6Spd,7Spd,8Spd'),(22564,467,21,'4,5,6,8,10,12,16'),(22565,468,21,'none,2,3,4,5,6,7'),(22566,469,21,'Edit'),(22567,470,21,'Approved'),(22568,471,21,'Maker'),(22569,472,21,'Show my vehicles'),(22570,473,21,'all'),(22571,474,21,'from'),(22572,475,21,'to'),(22573,476,21,'list'),(22574,477,21,'gallery'),(22575,478,21,'User-selectable'),(22576,479,21,'Owner'),(22577,480,21,'Full XML'),(22578,481,21,'Id'),(22579,482,21,'Add Vehicle'),(22580,483,21,'Publish'),(22581,484,21,'Unpublish'),(22582,485,21,'Delete'),(22583,486,21,'Return vehicle from rent'),(22584,487,21,'Rent'),(22585,488,21,'You have not hevicles'),(22586,489,21,'Sorry, you have not access to this page'),(22587,490,21,'Show RSS'),(22588,491,21,'Show RSS or not'),(22589,492,21,'Show RSS'),(22590,493,21,'Allow RSS for'),(22591,494,21,'Allow RSS'),(22592,495,21,'Select users for whom allow RSS'),(22593,496,21,'Approve added vehicles'),(22594,497,21,'Approve added vehicles'),(22595,498,21,'Approve vehicles added'),(22596,499,21,'Allow approve'),(22597,500,21,'Allow approve'),(22598,501,21,'Choose users whom allow approve vehicles from frontend'),(22599,502,21,'View type'),(22600,503,21,'View type'),(22601,504,21,'Select view type for vehicles'),(22602,505,21,'Show location map'),(22603,506,21,'Location map'),(22604,507,21,'If choose \\\"yes\\\" then show location map '),(22605,508,21,'Save database after uninstall component:'),(22606,509,21,'Update'),(22607,510,21,'If choose \\\"yes\\\" then do not remove database on uninstall component'),(22608,511,21,'Show owner'),(22609,512,21,'Show owner'),(22610,513,21,'Show vehicle owner or not'),(22611,514,21,'Rent request answer'),(22612,515,21,'Rent request answer'),(22613,516,21,'Send email to user about rent request solution'),(22614,517,21,'Accepted'),(22615,518,21,'Declined'),(22616,519,21,'Answer for your rent request'),(22617,520,21,'Your rent request for vehicle'),(22618,521,21,''),(22619,522,21,'no-img_eng_big.gif'),(22620,523,21,'Edit vehicle'),(22621,524,21,'Add Vehicle'),(22622,525,21,'Edit Vehicle'),(22623,526,21,'My vehicles'),(22624,527,21,'Show button<br />Owners List'),(22625,528,21,'Show owners list'),(22626,529,21,'If choose \\\"yes\\\" then show owners list in frontend'),(22627,530,21,'Allow button<br />Owners List'),(22628,531,21,'Allow owners list'),(22629,532,21,'Choose users, whom allow show owners list'),(22630,533,21,'Owners list'),(22631,534,21,'Owners list'),(22632,535,21,'Owners'),(22633,536,21,'Vehicles'),(22634,537,21,'User vehicles'),(22635,538,21,'There have not vehicles'),(22636,539,21,'You have not logined! If you want edit vehicle in future, then login!'),(22637,540,21,'Rent request'),(22638,541,21,'Vehicle with this Id do not find'),(22639,542,21,'You can\'t view this page because it not published'),(22640,543,21,'You can\'t view this page because it not approved by administrator'),(22641,544,21,'Check categories of vehicles'),(22642,545,21,'Are you sure?'),(22643,546,21,'Please select vehicles first!'),(22644,547,21,'Form for answer to rent request'),(22645,548,21,'Form for answer to rent request'),(22646,549,21,'Form for answer to rent request'),(22647,550,21,'You can use: <br/>{username} - name of the owner of vehicle<br />{user_name} - name of the renter<br />{vid_value} - ID number rent vehicle<br />{vehicle_title} - title of rent vehicle<br />{model} - vehicle model name<br />{user_email} - email of the renter<br />{user_mailing} - description of the renter<br />{rent_from} - rent vehicle from<br />{rent_until} - rent vehicle until<br />'),(22648,551,21,'Buy request answer'),(22649,552,21,'Buy request answer'),(22650,553,21,'Send email to user about buy request solution'),(22651,554,21,'Form for answer to buy request'),(22652,555,21,'Form for answer to buy request'),(22653,556,21,'Form for answer to buy request'),(22654,557,21,'You can use: <br/>{username} - name of the seller of vehicle<br/>{user_name} - name of the customer of vehicle<br/>{customer_email} - mail of customer<br/>{vid_value} - ID number buying vehicle<br/>{vehicle_title} - title buying vehicle<br/>{model} - buying vehicle model name<br/>{customer_comment} - description customer<br/>{customer_phone} - customer phone<br/>'),(22655,558,21,'Accepted'),(22656,559,21,'Declined'),(22657,560,21,'Publish added vehicles'),(22658,561,21,'Publish added vehicles'),(22659,562,21,'Publish vehicles added'),(22660,563,21,'Allow publish'),(22661,564,21,'Allow publish'),(22662,565,21,'Choose users whom allow publish vehicles'),(22663,566,21,'Date'),(22664,567,21,'Rent before end notify'),(22665,568,21,'Rent before end notify'),(22666,569,21,'Send email to admin before Rent end.<br /> For that you need create GRON job and connect to Cron check so URL:<br /> \'http://{yours site}/index.php?option=com_vehiclemanager&Itemid={Yours ItemID}&task=rent_before_end_notify\'   with span - every day.<br /> Cron Jobs may look like:<br /> \'wget -q -O - http://localhost/~andrew/joomla_15/index.php?option=com_vehiclemanager&Iteid=56&task=rent_before_end_notify /dev/null\' '),(22667,570,21,'Rent end days'),(22668,571,21,'Rent end days'),(22669,572,21,'How much days before rent end send notify email'),(22670,573,21,'Rent end email'),(22671,574,21,'Rent end email'),(22672,575,21,'Set emails for send notify email to user about Rent end. You may set set emails divid them with help coma.'),(22673,576,21,'Edit rent'),(22674,577,21,'VehicleManager - Edit vehicle rent details'),(22675,578,21,'User groups for which Contacts  will show'),(22676,579,21,'User groups for which Contacts  will show'),(22677,580,21,'Choose which user groups will see Contacts. This function will be activated only if --Show Contacts-- is also set to YES'),(22678,581,21,' User groups for which Location tab will be shown'),(22679,582,21,' User groups for which Location tab will be shown'),(22680,583,21,'Choose which user groups will can edit vehicles from other users. To choose several user groups, press Ctrl and click on needed groups.'),(22681,584,21,'User groups for which Reviews tab will be shown'),(22682,585,21,'User groups for which Reviews tab will be shown'),(22683,586,21,'Choose which user groups will see Reviews tab. This function will be activated only if option Reviews tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(22684,587,21,'Show Buy Request'),(22685,588,21,'Show Buy request in the frontend'),(22686,589,21,'Set Yes to show the button Send Buy Request on the frontend.'),(22687,590,21,'User groups which will see button Send Buy Request'),(22688,591,21,'Allow Buy request'),(22689,592,21,'Choose which user groups will see button Send Buy Request. This function will be activated only if option Show Send Buy Request is also set to Yes. To choose several user groups, press Ctrl and click on needed groups. '),(22690,593,21,'Send Add vehicle Notification'),(22691,594,21,'Send Add vehicle Notification'),(22692,595,21,'Set to YES if you want to be notified through email when a user adds a Vehicle. Use the panel on the right to set who will send these notifications. You can set the receiving email addresses in Configuration Backend.'),(22693,596,21,'User groups from which Add vehicle notifications will be sent'),(22694,597,21,'User groups from which Add vehicle notifications will be sent'),(22695,598,21,'Choose which user groups will send Add vehicle notifications. This function will be activated only if --Send Add vehicle Notification-- is also set to YES'),(22696,599,21,'Show fields in list view'),(22697,600,21,'This section helps to configure the view only but not to restrict user rights.'),(22698,601,21,'To show the [Price] a radio selector [Show price] must be checked.'),(22699,602,21,'You could include  [Hits], [Category] and [rentstatus] into the view by similar way as well.'),(22700,603,21,'Community Builder plugin / My Vehicles menu item settings'),(22701,604,21,'Show my vehicles (in CB)'),(22702,605,21,'Show edit vehicles'),(22703,606,21,'Show rent requests'),(22704,607,21,'Show buy requests'),(22705,608,21,'Show user rent history'),(22706,609,21,'Show my vehicles to'),(22707,610,21,'Show edit vehicles to'),(22708,611,21,'Show rent requests to'),(22709,612,21,'Show buy requests to'),(22710,613,21,'Show user rent history to'),(22711,614,21,'Show my vehicles'),(22712,615,21,'Show edit vehicles'),(22713,616,21,'Show rent requests'),(22714,617,21,'Show buy requests'),(22715,618,21,'Show user rent history'),(22716,619,21,'Show button \'show my vehicles\' on CB plugin'),(22717,620,21,'Show my vehicles'),(22718,621,21,'Select user group for which will be show this button'),(22719,622,21,'Show button \'edit my vehicles\' on CB plugin / My Vehicles menu item'),(22720,623,21,'Show edit vehicles'),(22721,624,21,'Show button \'rent requests\' on CB plugin / My Vehicles menu item'),(22722,625,21,'Show rent requests'),(22723,626,21,'Show button \'buy requsts\' on CB plugin / My Vehicles menu item'),(22724,627,21,'Show buy requsts'),(22725,628,21,'Show button \'my rent history\' on CB plugin / My Vehicles menu item'),(22726,629,21,'Show my rent history'),(22727,630,21,'Calendar of availability and rental rates per period'),(22728,631,21,'Week'),(22729,632,21,'Weekend'),(22730,633,21,'Midweek'),(22731,634,21,'Year'),(22732,635,21,'Month'),(22733,636,21,'Calendar'),(22734,637,21,'Add price'),(22735,638,21,'Select price which are necessary to remove'),(22736,639,21,'Available date Not available date for rent'),(22737,640,21,'Not available date for rent'),(22738,641,21,'New price rent'),(22739,642,21,'Add new price rent'),(22740,643,21,'Calendar'),(22741,644,21,'User groups for which Calendar tab will be shown'),(22742,645,21,'Show Rent Calendar Tab'),(22743,646,21,'Choose which user groups will see Calendar tab. This function will be activated only if option Calendar tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(22744,647,21,'Show Calendar Tab'),(22745,648,21,'Show Calendar Tab'),(22746,649,21,'Set Yes to show Calendar tab'),(22747,650,21,'Show owner'),(22748,651,21,'Show calendar'),(22749,652,21,'Show house calendar or not'),(22750,653,21,'Default price label for calendar'),(22751,654,21,'Default price labels for calendar (weekend, week, midweek)'),(22752,655,21,'Default price label for calendar'),(22753,656,21,'VehicleManager :: Featured Manager'),(22754,657,21,'Feature'),(22755,658,21,'Category'),(22756,659,21,'Published'),(22757,660,21,'Name Alias'),(22758,661,21,'Category Alias'),(22759,662,21,'Features'),(22760,663,21,'Image'),(22761,664,21,'Select photo if it is necessary to remove'),(22762,665,21,'Recommended image size 25 x 25 pixels'),(22763,666,21,'Categories for Manager Feature'),(22764,667,21,'Category must be entered, separated by commas'),(22765,668,21,'Categories for Manager Feature'),(22766,669,21,'Image for Manager Feature'),(22767,670,21,'Image for Manager Feature'),(22768,671,21,'If choose \\\"yes\\\" then show image for Manager Feature'),(22769,672,21,'Show categories for Manager Feature'),(22770,673,21,'Show categories for Manager Feature'),(22771,674,21,'If choose \\\"yes\\\" then show categories for Manager Feature'),(22772,675,21,'Currency'),(22773,676,21,'If you want to use other currencies, enter the values as: USD = 1; EUR = 3.15; or USD=; EUR=; Available for paypal currencies: AUD, CAD, CZK, DKK, EUR, HKD, HUF, JPY, NOK, NZD, PLN, SGD, SEK, CHF, USD, RUB, ILS, MXN, PHP, GBP, THB .'),(22774,677,21,'Currency with coefficients'),(22775,678,21,'Show price sepaprator'),(22776,679,21,'Show price sepaprator'),(22777,680,21,'Show price sepaprator'),(22778,681,21,'Get geographic coordinates'),(22779,682,21,'Language'),(22780,683,21,'Show Custom Text Field 1'),(22781,684,21,'Show Custom Text Field 2'),(22782,685,21,'Show Custom Text Field 3'),(22783,686,21,'Show Custom Text Field 4'),(22784,687,21,'Show Custom Text Field 5'),(22785,688,21,'Show Custom Dropdown Field 6'),(22786,689,21,'Show Custom Dropdown Field 7'),(22787,690,21,'Show Custom Dropdown 8'),(22788,691,21,'Show Custom Dropdown 9'),(22789,692,21,'Show Custom Dropdown 10'),(22790,693,21,'Custom Fields Manager'),(22791,694,21,'Custom Text 1'),(22792,695,21,'Custom Text 2'),(22793,696,21,'Custom Text 3'),(22794,697,21,'Custom Text 4'),(22795,698,21,'Custom Text 5'),(22796,699,21,'Custom Dropdown Field 6'),(22797,700,21,'Custom Dropdown Field 7'),(22798,701,21,'Custom Dropdown Field 8'),(22799,702,21,'Custom Dropdown Field 9'),(22800,703,21,'Custom Dropdown Field 10'),(22801,704,21,'Extra1,Extra2,Extra3,Extra4,Extra5'),(22802,705,21,'Extra1,Extra2,Extra3,Extra4,Extra5'),(22803,706,21,'Extra1,Extra2,Extra3,Extra4,Extra5'),(22804,707,21,'Extra1,Extra2,Extra3,Extra4,Extra5'),(22805,708,21,'Extra1,Extra2,Extra3,Extra4,Extra5'),(22806,709,21,'Frontend Settings'),(22807,710,21,'Category Page Settings'),(22808,711,21,'Email and Notification Settings'),(22809,712,21,'Global Settings'),(22810,713,21,'Plugins Settings'),(22811,714,21,'Image Settings'),(22812,715,21,'Tabs Settings'),(22813,716,21,'Seller Contact Settings'),(22814,717,21,'Feature list settings'),(22815,718,21,'Extra Fields manager'),(22816,719,21,'Rent Request Options'),(22817,720,21,'Buy Request Options'),(22818,721,21,'eDocument Options'),(22819,722,21,'Price Settings'),(22820,723,21,'Show address on map'),(22821,724,21,'General Info'),(22822,725,21,'Specifications'),(22823,726,21,'Photos and Documents'),(22824,727,21,'Additional info'),(22825,728,21,'Seller Contacts'),(22826,729,21,'Required fields'),(22827,730,21,'Vehicle Details'),(22828,731,21,'Attachment Documents'),(22829,732,21,'Set size of main image - width/height in px'),(22830,733,21,'Vehicle gallery photo size'),(22831,734,21,'Set gallery photo size - width/height in px'),(22832,735,21,'VehicleManager :: Language Manager'),(22833,736,21,'Lang tag'),(22834,737,21,'Constant'),(22835,738,21,'Value constant'),(22836,739,21,'Sys type'),(22837,740,21,'All Categories Layout'),(22838,741,21,'Single Category Layout'),(22839,742,21,'Vehicle Page Layout'),(22840,743,21,'All Vehicles Layout'),(22841,744,21,'Common Settings'),(22842,745,21,'Allowed Exts eDocument'),(22843,746,21,'Allowed Exts Image'),(22844,747,21,'Price Format'),(22845,748,21,'Date & Time format'),(22846,749,21,'Date format'),(22847,750,21,'Time format'),(22848,751,21,'%Y - Year; %m - month;  %d - day'),(22849,752,21,'%H - hours; %i - minutes; %s - seconds'),(22850,753,21,'Price unit show'),(22851,754,21,'After'),(22852,755,21,'Before'),(22853,756,21,'Select price ditlimer os set youre.'),(22854,757,21,'Show price unit before or affter price'),(22855,758,21,'Owner custom email'),(22856,759,21,'The main image is absent'),(22857,760,21,'Select photos which are necessary to remove from photo gallery'),(22858,761,21,'Add new photo'),(22859,762,21,'Order By'),(22860,763,21,'No reviews for vehicle.'),(22861,764,21,'{title}VehicleID: {id}<p>A new vehicle was added by {username}on {date}to category {category}. Please log on and approve or deny this item.</p>'),(22862,765,21,'User {username} has added a Review to vehicle:<br />{vehicle_title}<br />Comment title: {title}<br />Rating: [{rating}]<br />Review comment:<br /> {comment} <br />Please log on and edit this review where necessary.'),(22863,766,21,'User {username} has submitted a Rent Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Please log on and approve or deny this Rent Request'),(22864,767,21,'<p>Dear {username}!</p><p>Your rent request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(22865,768,21,'User: {username},<br />phone: {customer_phone}, <br />email: {customer_email}  has submitted a Buying Request for:<br />{vid_title}: {vid_value}<br />{vehicle_title}<br />{model}<br />Comment: {customer_comment}<br />Please log on and approve or deny this Buying Request'),(22866,769,21,'<p>Dear {username}!<br />Your buy request for</p><p>{title} {owneremail} {ownername}</p><p>{answer}</p>'),(22867,770,21,'Rent User: {username}({user_email})<br />Vehicle: {vehicle_title}<br />ID: {id}<br />VehicleID: {vid}<br />vmodel: {model}<hr /><br />'),(22868,771,21,'Search Layout'),(22869,772,21,'Here You can select a layout for some view.'),(22870,773,21,'License text <br> Sys type(License Text)'),(22871,774,21,'Rent Requests'),(22872,775,21,'Sale Manager'),(22873,776,21,'Features Manager'),(22874,777,21,'Import/Export'),(22875,778,21,'Language Manager'),(22876,779,21,'Settings'),(22877,780,21,'Group'),(22878,781,21,'Count of cars'),(22879,782,21,'How many cars users can publish from a specific group.'),(22880,783,21,'Show PayPal buy'),(22881,784,21,'Allow PayPal buy'),(22882,785,21,'Show PayPal rent'),(22883,786,21,'Allow PayPal rent'),(22884,787,21,'Your PayPal email'),(22885,788,21,'Successful return url'),(22886,789,21,'After successful payment returns the buyer on your page.'),(22887,790,21,'Image url'),(22888,791,21,'Add image to PayPal page.'),(22889,792,21,'Cancel return url'),(22890,793,21,'If buyer press cancel in payment page, returns the buyer on your page.'),(22891,794,21,'Real(yes) or a test(no) PayPal account'),(22892,795,21,'If real go to www.paypal.com else go to www.sandbox.paypal.com'),(22893,796,21,'PayPal Options'),(22894,797,21,'Number of photos'),(22895,798,21,'How many photos in gallery users can publish from a specific group.'),(22896,799,21,'Total price: '),(22897,800,21,'Go now to PayPal'),(22898,801,21,'Special price per day'),(22899,802,21,'Special price per night'),(22900,803,21,'Add new special price and save'),(22901,804,21,'From'),(22902,805,21,'To'),(22903,806,21,'Price per day'),(22904,807,21,'Сalculate'),(22905,808,21,'Special price and rent time'),(22906,809,21,'Special price per day(\"yes\") or per night(\"no\")'),(22907,810,21,'if per day calculation all day(example of 2014-02-10 from 2014-02-16 is 7 days) if per night calculation all night (example of 2014-02-10 from 2014-02-16 is 6 nights)'),(22908,811,21,'Pay'),(22909,812,21,'Language'),(22910,813,21,'Select Language'),(22911,814,21,'Clone'),(22912,815,21,'Orders'),(22913,816,21,'Message for Cancel URL text'),(22914,817,21,'Message for Successes URL text'),(22915,818,21,'/images/marker-1.png,/images/marker-2.png,/images/marker-3.png,/images/marker-4.png,/images/marker-5.png,/images/marker-6.png,/images/marker-7.png,/images/marker-8.png,/images/marker-9.png'),(22916,822,21,'Order ID'),(22917,823,21,'Vehicle title'),(22918,824,21,'Email'),(22919,825,21,'Date'),(22920,826,21,'Status'),(22921,827,21,'Price'),(22922,828,21,'Paid'),(22923,829,21,'Details'),(22924,830,21,'User'),(22925,831,21,'Username'),(22926,832,21,'Accept type/info: '),(22927,833,21,'Payment system: '),(22928,834,21,'Payer email: '),(22929,835,21,'Pending reason: '),(22930,836,21,'In your request encountered an error, please contact the administrator!'),(22931,837,21,'Please insert a Price for this house!'),(22932,838,21,'To add special prices, you must first save property !'),(22933,839,21,'Crop image'),(22934,840,21,'Set Yes to crop images and No to scale images'),(22935,841,21,'Insert the Message on page with notification about unsuccessfull payment'),(22936,842,21,'You do unsuccess payment!'),(22937,843,21,'Insert the Message on page with notification about successfull payment'),(22938,844,21,'You do success payment!'),(22939,845,21,'Video'),(22940,846,21,'Video source'),(22941,847,21,'Delete video'),(22942,848,21,'Add new video file'),(22943,849,21,'Track for video'),(22944,850,21,'Track download link'),(22945,851,21,'Delete track'),(22946,852,21,'Video and track support:'),(22947,853,21,'Add new track'),(22948,854,21,'Add alternative video'),(22949,855,21,'Upload video'),(22950,856,21,'Video download link'),(22951,857,21,'Youtube code <br> (For example <br> OtPn6qDy5GU)'),(22952,858,21,'<p><font color=\"red\">!!!</font>Youtube code has more priority. If you enter Youtube code you will see video in the frontend from youtube source</p><br/>'),(22953,859,21,'Kind (Specifies the kind of text track)'),(22954,860,21,'Src lang (language of the track)'),(22955,861,21,'Label (Specifies the title of the text track)'),(22956,819,21,'Category/All vehicle Layout Settings'),(22957,820,21,'Email Notification Options'),(22958,821,21,'Review Notification Options'),(22959,862,21,'Upload track'),(22960,863,21,'Error uploading video!'),(22961,864,21,'Error uploading track!'),(22962,865,21,'Location of video'),(22963,866,21,'Location of track'),(22964,867,21,'Allowed Exts Video'),(22965,868,21,'Allowed Exts Track'),(22966,869,21,'Please insert an track kind'),(22967,870,21,'Please insert an track language'),(22968,871,21,'Please insert an track title'),(22969,872,21,'Video/Track Options'),(22970,873,21,'Options for user groups'),(22971,874,21,'Update options'),(22972,875,21,'Buttons Settings'),(22973,876,21,'Vehicle Maps Image, px:'),(22974,877,21,'Set maps image width/height in pixels'),(22975,878,21,'Vehicle Page Settings'),(22976,879,21,'Common Settings'),(22977,880,21,'AllCategories Layout Settings'),(22978,881,21,'Approve Published Review:'),(22979,882,21,'Approve Published For'),(22980,883,21,'Buttons Settings'),(22981,884,21,'Post max size in your PHP settings less than your video file.!'),(22982,885,21,'Upload max file size in your PHP settings less than your video file.!'),(22983,886,21,'File uploads is off in your PHP settings.!'),(22984,887,21,'Rent history'),(22985,888,21,'VehicleManager :: Rent Hisory'),(22986,889,21,'Users Rent History'),(22987,890,21,'VehicleManager :: Users Rent Hisory'),(22988,891,21,'OwnerID'),(22989,894,21,'View listing'),(22990,892,21,'Contact agent'),(22991,893,21,'Contact info'),(22992,895,21,'Your review has been added'),(22993,896,21,'Edit vehicles'),(22994,897,21,'Vehicle Location'),(22995,898,21,'Exterior & Interior'),(22996,899,21,'Attachments'),(22997,900,21,'VehicleManager : Orders'),(22998,901,21,'You have max photos. Limit for this users group'),(22999,902,21,'Address'),(23000,903,21,'Range(km)'),(23001,904,21,'Select Category'),(23002,905,21,'Search'),(23003,906,21,'Other'),(23004,907,21,'No reviews for vehicle'),(23005,908,21,'Captcha Settings'),(23006,909,21,'Show captcha<br />for review form'),(23007,910,21,'Show captcha for review form in the reviews tab on the frontend'),(23008,911,21,'Allow captcha<br />for review form'),(23009,912,21,'Allow captcha for review form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(23010,913,21,'Show captcha for<br />contact agent form'),(23011,914,21,'Show captcha for contact agent form in the reviews tab on the frontend'),(23012,915,21,'Allow captcha for<br />contact agent form'),(23013,916,21,'Allow captcha for contact agent form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(23014,917,21,'Show captcha<br />for booking form'),(23015,918,21,'Show captcha for booking form in the reviews tab on the frontend'),(23016,919,21,'Allow captcha<br />for booking form'),(23017,920,21,'Allow captcha for booking form in the frontend. This function will be activated only if --Show captcha for review form-- is also set to YES!'),(23018,921,21,'Show button Add to Wish List'),(23019,922,21,'Show button Add to Wish List or not'),(23020,923,21,'Allow Wish List for'),(23021,924,21,'Select users for whom allow Wish List'),(23022,925,21,'Add to wishlist'),(23023,926,21,'Remove from wishlist'),(23024,927,21,'Google Map Options'),(23025,928,21,'Api Key'),(23026,929,21,'Field to enter google map api key'),(23027,930,21,'Google Maps API error: missing key map error!'),(23028,931,21,'To get Google Maps API key follow below link'),(23029,932,21,'Settings Layout Search Results '),(23030,933,21,'Show map<br />for layout search results'),(23031,934,21,'Show map for layout search results on the frontend'),(23032,935,21,'Allow map<br />for layout search results'),(23033,936,21,'Allow map for layout search results in the frontend.'),(23034,937,21,'Show order by form<br />for all layouts'),(23035,938,21,'Show order by form for all layouts on the frontend'),(23036,939,21,'Allow order by form<br />for all layouts'),(23037,940,21,'Allow order by form for all layouts in the frontend.'),(23038,941,21,'Show Contact Agent/Book Now Tab'),(23039,942,21,'Set Yes to show Contact Agent/Book Now tab'),(23040,943,21,'User groups for which Contact Agent/Book Now tab will be shown'),(23041,944,21,'Choose which user groups will see Contact Agent/Book Now tab. This function will be activated only if option Contact Agent/Book Now tab is also set to Yes. To choose several user groups, press Ctrl and click on needed groups.'),(23042,946,21,'Options access to edit vehicles'),(23043,947,21,'Users group who will have access to edit users vehicles'),(23044,948,21,'Permit edit vehicles for other users'),(23045,949,21,'Select all users'),(23046,950,21,'Select the plugin in Vehicle Manager settings!'),(23047,951,21,'Show google captcha'),(23048,952,21,'Show google captcha'),(23049,953,21,'To enable the option google captcha, you must in the frontend settings project for the option Default Captcha set value Captcha-ReCaptcha and press button Save or Save&close'),(23050,954,21,'Mandatory fields'),(23051,955,21,'Year of issue'),(23052,956,21,'Set \"YES\" make the field year of issue mandatory'),(23053,957,21,'Mileage'),(23054,958,21,'Set \"YES\" make the field mileage mandatory'),(23055,959,21,'Price'),(23056,960,21,'Set \"YES\" make the field price mandatory'),(23057,961,21,'Show search button<br>on frontend'),(23058,962,21,'Set \"YES\" - show search button or set \"NO\" - hide search button on frontend'),(23059,963,21,'Show search button<br>for users'),(23060,964,21,'Select the user for which the search button on frontend will be displayed.'),(23061,965,21,'anonymous'),(23062,966,21,'New rent request added!'),(23063,967,21,'New buying request added!'),(23064,968,21,'New vehicle review added'),(23065,969,21,'SUBJECT'),(23066,970,21,'Rent expire Notice!'),(23067,971,21,'Add email user to <br /> send reply'),(23068,972,21,'Add email of the user to the replyto email address of the message for rent request. Set \"YES\" to add.'),(23069,973,21,'Add email user to review notification'),(23070,974,21,'Add email of the user to the reply message for review notification. Set \"YES\" to add.'),(23071,975,21,'Add email user to vehicle notification'),(23072,976,21,'Add email of the user to the reply message for vehicle notification. Set \"YES\" to add.'),(23073,977,21,'Add email user to buying request notification'),(23074,978,21,'Add email of the user to the reply message for buying request notification. Set \"YES\" to add.'),(23075,979,21,'Settings rent options on search page'),(23076,982,21,'Search Settings'),(23077,980,21,'Show available for rent'),(23078,981,21,'Show available for rent field on search page. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23079,983,21,'Show year of issue'),(23080,984,21,'Show year of issue vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23081,985,21,'Show price of vehicle'),(23082,986,21,'Show price of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23083,987,21,'Show condition status'),(23084,988,21,'Show condition status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23085,989,21,'Show listing status'),(23086,990,21,'Show listing status of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23087,991,21,'Show transmission type'),(23088,992,21,'Show transmission type of vehicle field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23089,993,21,'Show maker'),(23090,994,21,'Show maker field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23091,995,21,'Show drive type'),(23092,996,21,'Show vehicle drive type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23093,997,21,'Show vehicle model'),(23094,998,21,'Show vehicle model field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23095,999,21,'Show number cylinders'),(23096,1000,21,'Show number cylinders field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23097,1001,21,'Show vehicle type'),(23098,1002,21,'Show vehicle type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23099,1003,21,'Show number speeds'),(23100,1004,21,'Show vehicle number speeds field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23101,1005,21,'Show listing type'),(23102,1006,21,'Show listing type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23103,1007,21,'Show vehicle fuel type'),(23104,1008,21,'Show vehicle fuel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23105,1009,21,'Show vehicle price type'),(23106,1010,21,'Show vehicle price type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23107,1011,21,'Show vehicle number doors'),(23108,1012,21,'Show vehicle number doors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23109,1013,21,'Show vehicle category'),(23110,1014,21,'Show vehicle category field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23111,1015,21,'Show vehicle ID'),(23112,1016,21,'Show vehicle ID field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23113,1017,21,'Show vehicle description'),(23114,1018,21,'Show vehicle description field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23115,1019,21,'Show title'),(23116,1020,21,'Show title field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23117,1021,21,'Show address'),(23118,1022,21,'Show address field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23119,1023,21,'Show country'),(23120,1024,21,'Show country field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23121,1025,21,'Show region'),(23122,1026,21,'Show region. field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23123,1027,21,'Show city'),(23124,1028,21,'Show city field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23125,1029,21,'Show district'),(23126,1030,21,'Show district field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23127,1031,21,'Show zipcode'),(23128,1032,21,'Show zipcode field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23129,1033,21,'Show owner'),(23130,1034,21,'Show owner field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23131,1035,21,'Show mileage'),(23132,1036,21,'Show mileage field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23133,1037,21,'Show contact information'),(23134,1038,21,'Show contact information field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23135,1039,21,'Show engine type'),(23136,1040,21,'Show engine type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23137,1041,21,'Show city MPG/KPL'),(23138,1042,21,'Show city MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23139,1043,21,'Show highway MPG/KPL'),(23140,1044,21,'Show highway MPG/KPL field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23141,1045,21,'Show wheelbase'),(23142,1046,21,'Show wheelbase field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23143,1047,21,'Show wheeltype'),(23144,1048,21,'Show wheeltype field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23145,1049,21,'Show rear axel type'),(23146,1050,21,'Show rear axel type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23147,1051,21,'Show brakes type'),(23148,1052,21,'Show brakes type field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23149,1053,21,'Show exterior colors'),(23150,1054,21,'Show exterior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23151,1055,21,'Show exterior extras'),(23152,1056,21,'Show exterior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23153,1057,21,'Show interior colors'),(23154,1058,21,'Show interior colors field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23155,1059,21,'Show dashboard options'),(23156,1060,21,'Show dashboard options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23157,1061,21,'Show interior extras'),(23158,1062,21,'Show interior extras field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23159,1063,21,'Show safety options'),(23160,1064,21,'Show safety options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23161,1065,21,'Show warranty options'),(23162,1066,21,'Show warranty options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23163,1067,21,'Show exactly to all'),(23164,1068,21,'Show exactly to all options field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23165,1069,21,'Show search keywords'),(23166,1070,21,'Show search keywords field. Set \"Show & search\" to show and search. Set \"Search\" not show, but search. Set \"None\" not show and search.'),(23167,1071,21,'Options for search button'),(23168,1072,21,'Options for fields in Advance Search Layout'),(23169,1073,21,'Options for search form'),(23170,1074,21,'Show search form on nothing found page'),(23171,1075,21,'Show search form on nothing found page. Set \"YES\" show search form.'),(23172,1076,21,'Show search form on result search page'),(23173,1077,21,'Show search form on result search page. Set \"YES\" show search form.'),(23174,1078,21,'Redirect settings'),(23175,1079,21,'Redirect settings for rent'),(23176,1080,21,'Redirect settings for rent. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(23177,1081,21,'Redirect settings for sale'),(23178,1082,21,'Redirect settings for sale. Set \"Default\" - redirect on default page. Set \"Redirect to current vehicle\" - redirect on page current vehicle. Set \"redirect to input lin\" - input link for other redirect page'),(23179,945,21,'Access to edit vehicles from other users'),(23180,1083,21,'Show country, region and<br>city option as text field'),(23181,1084,21,'Display options for country, region and city. Set \"Yes\" - show country, region and city as text field or set \"No\" - show country, region and city as select list.'),(23182,1085,21,'How fields Country, Region and City use'),(23183,1086,21,'Settings for Search Layout'),(23184,1087,21,'Select Search Layout by default'),(23185,1088,21,'Select search layout by default on the frontend!'),(23186,1089,21,'Order field settings'),(23187,1090,21,'Select order by default'),(23188,1091,21,'Select an option to sort by default the search result.'),(23189,1092,21,'Vehicle slider option'),(23190,1093,21,'Show vehicle as slider'),(23191,1094,21,'Show vehicle as slider. Set \"Yes\" - show vehicle as slider. Set \"No\" - show as gallery'),(23192,1095,21,'Input initial-final year'),(23193,1096,21,'Input initial and final year of calendar. Final year value should be more then initial value.'),(23194,1097,21,'Options for dropdown extra field. Select \"Show & search\" - show extra field and search. Set \"Search\" - hide extra field and search. Set \"None\" - hide  field and do not search.'),(23195,1098,21,'Options for checkbox extra field. Select \"Show & search\" - show checkbox extra field and search. Set \"None\" - hide checkbox extra field and do not search.'),(23196,1099,21,'Show fraction in price'),(23197,1100,21,'Show fraction in price. Set \"Yes\" - show fraction in price. Set \"No\" - hideb fraction.'),(23198,1101,21,'Count Vehicles in row'),(23199,1102,21,'More than 1199px'),(23200,1103,21,'More than 1199px'),(23201,1104,21,'Less than 1200px andmore than 991px'),(23202,1105,21,'Less than 1200px andmore than 991px'),(23203,1106,21,'Less than 992px andmore than 767px'),(23204,1107,21,'Less than 992px andmore than 767px'),(23205,1108,21,'Less than 768px andmore than 489px'),(23206,1109,21,'Less than 768px andmore than 489px'),(23207,1110,21,'User order'),(23208,1111,21,'Watermark settings'),(23209,1112,21,'Enable watermark'),(23210,1113,21,'Watermark text'),(23211,1114,21,'Watermark size, %'),(23212,1115,21,'Font color'),(23213,1116,21,'Font angle'),(23214,1117,21,'Watermark position'),(23215,1118,21,'Watermark opacity'),(23216,1119,21,'Set Yes to show watermark'),(23217,1120,21,'Watermark text'),(23218,1121,21,'Watermark size, %'),(23219,1122,21,'Font color for watermark'),(23220,1123,21,'Font angle for watermark'),(23221,1124,21,'Watermark position for watermark'),(23222,1125,21,'Watermark opacity for watermark'),(23223,1127,21,'Watermark Type'),(23224,1128,21,'Select file for watermark'),(23225,1129,21,'Text or Image'),(23226,1130,21,'Select image for Watermark'),(23227,1126,21,'Categories order by default'),(23228,1131,21,'All vehicles'),(23229,1132,21,'Title'),(23230,1133,21,'Maker'),(23231,1134,21,'Model'),(23232,1135,21,'Description'),(23233,1136,21,'Vehicle ID'),(23234,1137,21,'Location'),(23235,1138,21,'Country'),(23236,1139,21,'City'),(23237,1140,21,'Region'),(23238,1141,21,'Zipcode'),(23239,1142,21,'Search by'),(23240,1143,21,'Please select only one value'),(23241,1144,21,'Min size image for watermark'),(23242,1145,21,'Minimum image size to include watermark'),(23243,1146,21,'Rent From and Rent Until fields  are required!'),(23244,1147,21,'Allow price as string'),(23245,1148,21,'Set \"yes\", if you want display price as string. '),(23246,1149,21,'You typed bad characters from picture!'),(23247,1150,21,'Slider settings'),(23248,1151,21,'The height of the slider is measured as a percentage of the slider width'),(23249,1152,21,'Slider height, %'),(23250,1153,21,'Slide show type \"Filling in\" or \"Proportionally\"'),(23251,1154,21,'Slide show type'),(23252,1155,21,'{username} - user who added a review to vehicle<br />{title} - review comment title<br />{rating} - choose rating to viewed vehicle<br />{comment} - review comment field<br />Please log on and edit this review where necessary.'),(23253,1156,21,'You can use:<br />{title} - title of vehicle<br />{id} - ID number of vehicle<br />{username} - name of user who add vehicle<br />{date} - date of add vehicle<br />{category} - name of category vehicle.'),(23254,1157,21,'{username} - name of the renter vehicle<br />{owneremail} - email of the owner of vehicle<br />{ownername} - name of the owner of vehicle<br />{answer} - vehicle owner\'s response to the renter.'),(23255,1158,21,'You can use:<br />{username} - name of the renter<br />{user_email} - email of the renter<br />{vehicle_title} - title of rent vehicle<br />{id} - text line \"id:\"<br />{vid} - ID number  rent vehicle<br />{model} - model name rent vehicle.'),(23256,1159,21,'You can use:<br />{username} - name of the buyer of vehicle<br />{title} - title of vehicle<br />{owneremail} - email of the owner<br />{ownername} - namel of the owner<br />{answer} - answer from owner to buyer.'),(23257,1160,21,'Payment system Options'),(23258,1161,21,'Show button \"Buy\" for sale vehicles'),(23259,1162,21,'Allow button \"Buy\" for sale vehicles'),(23260,1163,21,'Show button \"Buy\" for rent vehicles'),(23261,1164,21,'Allow button \"Buy\" for rent vehicles');
/*!40000 ALTER TABLE `JB21_vehiclemanager_const_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_feature`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_feature`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_feature` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) DEFAULT '',
  `categories` varchar(250) DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `image_link` varchar(250) DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_feature`
--

LOCK TABLES `JB21_vehiclemanager_feature` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_feature` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_feature` VALUES (13,'Castle at the checkpoint','Safety',1,''),(12,'Halogen headlights','Safety',1,''),(11,'EBD','Safety',1,''),(10,'ESP','Safety',1,''),(9,'ABS','Safety',1,''),(8,'ABD','Safety',1,''),(14,'Immobilizer','Safety',1,''),(15,'Xenon headlights','Safety',1,''),(16,'Airbag','Safety',1,''),(17,'Servotab','Safety',1,''),(18,'Signaling','Safety',1,''),(19,'Central locking','Safety',1,''),(20,'Fog lights','Safety',1,''),(21,'On-board computer','Comfort',1,''),(22,'Oven','Comfort',1,''),(23,'Light sensor','Comfort',1,''),(24,'Climate control','Comfort',1,''),(25,'Leather interior','Comfort',1,''),(26,'Air conditioning','Comfort',1,''),(27,'Cruise control','Comfort',1,''),(28,'Luke','Comfort',1,''),(29,'Multiwheel','Comfort',1,''),(30,'Headlight washer','Comfort',1,''),(31,'Parktronic','Comfort',1,''),(32,'Heated mirrors','Comfort',1,''),(33,'Heated seats','Comfort',1,''),(34,'Rain sensor','Comfort',1,''),(35,'Power steering','Comfort',1,''),(36,'Power windows','Comfort',1,''),(38,'R-camera','Multimedia',1,''),(39,'Acoustics','Multimedia',1,''),(40,'Subwoofer','Multimedia',1,''),(41,'Tape recorder','Multimedia',1,''),(42,'CD','Multimedia',1,''),(43,'DVD','Multimedia',1,''),(44,'MP3','Multimedia',1,''),(45,'GPS','Multimedia',1,''),(46,'Service book','Other',1,''),(47,'Tuning','Other',1,''),(48,'Toning','Other',1,''),(49,'Hitch','Other',1,'');
/*!40000 ALTER TABLE `JB21_vehiclemanager_feature` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_feature_vehicles`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_feature_vehicles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_feature_vehicles` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_vehicleid` int(11) NOT NULL DEFAULT '0',
  `fk_featureid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `fk_featureid` (`fk_featureid`),
  KEY `fk_vehicleid` (`fk_vehicleid`,`fk_featureid`)
) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_feature_vehicles`
--

LOCK TABLES `JB21_vehiclemanager_feature_vehicles` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_feature_vehicles` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_feature_vehicles` VALUES (2,2,21),(3,2,24),(4,2,26),(5,2,27),(6,2,31),(7,2,40),(8,2,44),(9,2,45),(10,2,9),(11,2,14),(12,2,16),(13,3,24),(14,3,26),(15,3,27),(16,3,31),(17,3,40),(18,3,43),(19,3,44),(20,3,45),(21,3,9),(22,3,16),(23,4,23),(24,4,24),(25,4,26),(26,4,27),(27,4,34),(28,4,36),(29,4,39),(30,4,40),(31,4,42),(32,4,43),(33,4,44),(34,4,45),(35,4,11),(36,4,10),(37,4,9),(38,4,8),(39,4,16),(40,5,21),(41,5,23),(42,5,24),(43,5,26),(44,5,27),(45,5,31),(46,5,34),(47,5,39),(48,5,42),(49,5,43),(50,5,44),(51,5,45),(52,5,48),(53,5,49),(54,5,9),(55,5,8),(56,5,15),(57,5,16),(58,5,20),(59,6,21),(60,6,23),(61,6,24),(62,6,25),(63,6,26),(64,6,27),(65,6,29),(66,6,30),(67,6,31),(68,6,35),(69,6,11),(70,6,10),(71,6,9),(72,6,8),(73,6,14),(74,6,15),(75,6,17),(76,6,18);
/*!40000 ALTER TABLE `JB21_vehiclemanager_feature_vehicles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_languages`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_languages` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `lang_code` char(7) DEFAULT NULL,
  `title` varchar(250) DEFAULT '',
  `sef` char(7) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `lang_code` (`lang_code`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_languages`
--

LOCK TABLES `JB21_vehiclemanager_languages` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_languages` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_languages` VALUES (2,'ar-AA','Arabic',NULL),(3,'ba-BS','Bosnian',NULL),(4,'pt-BR','Brazilian',NULL),(5,'da-DK','Danish',NULL),(6,'nl-NL','Dutch',NULL),(7,'en-GB','English',NULL),(8,'fa-IR','Farsi',NULL),(9,'fr-FR','France',NULL),(10,'de-DE','German',NULL),(11,'hu-HU','Hungarian',NULL),(12,'it-IT','Italian',NULL),(13,'lt-LT','Lithuanian',NULL),(14,'nb-NO','Norwegian',NULL),(15,'pl-PL','Polish',NULL),(16,'pt-PT','Portuguese',NULL),(17,'ro-RO','Romanian',NULL),(18,'ru-RU','Russian',NULL),(19,'sl-SI','Slovenian',NULL),(20,'es-ES','Spanish',NULL),(21,'tr-TR','Turkish',NULL);
/*!40000 ALTER TABLE `JB21_vehiclemanager_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_main_categories`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_main_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_main_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table. Field is reserved for future J versions',
  `associate_category` varchar(255) DEFAULT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `section` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL COMMENT 'The language code for the category.',
  `params` text NOT NULL,
  `params2` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=MyISAM AUTO_INCREMENT=52 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_main_categories`
--

LOCK TABLES `JB21_vehiclemanager_main_categories` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_main_categories` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_main_categories` VALUES (46,0,62,'a:1:{s:1:\"*\";i:46;}','Smart','Smart','','','com_vehiclemanager','','',1,0,'0000-00-00 00:00:00',NULL,4,1,0,'*','-2','O:8:\"stdClass\":2:{s:14:\"alone_category\";N;s:12:\"view_vehicle\";N;}'),(47,0,63,'a:1:{s:1:\"*\";i:47;}','Sedan','Sedan','','','com_vehiclemanager','','',1,0,'0000-00-00 00:00:00',NULL,3,1,0,'*','-2','O:8:\"stdClass\":2:{s:14:\"alone_category\";N;s:12:\"view_vehicle\";N;}'),(48,0,64,'a:1:{s:1:\"*\";i:48;}','Trucks','Trucks','','','com_vehiclemanager','','',1,0,'0000-00-00 00:00:00',NULL,2,1,0,'*','-2','O:8:\"stdClass\":2:{s:14:\"alone_category\";N;s:12:\"view_vehicle\";N;}'),(49,0,65,'a:1:{s:1:\"*\";i:49;}','Sport','Sport','','','com_vehiclemanager','','',1,0,'0000-00-00 00:00:00',NULL,1,1,0,'*','-2','O:8:\"stdClass\":2:{s:14:\"alone_category\";N;s:12:\"view_vehicle\";N;}'),(50,46,66,'','Sale','Sale','','','com_vehiclemanager','','',1,0,'0000-00-00 00:00:00',NULL,2,1,0,'*','-2','O:8:\"stdClass\":2:{s:14:\"alone_category\";s:0:\"\";s:12:\"view_vehicle\";s:0:\"\";}'),(51,46,67,'','Rent','Rent','','','com_vehiclemanager','','',1,0,'0000-00-00 00:00:00',NULL,1,1,0,'*','-2','O:8:\"stdClass\":2:{s:14:\"alone_category\";s:0:\"\";s:12:\"view_vehicle\";s:0:\"\";}');
/*!40000 ALTER TABLE `JB21_vehiclemanager_main_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_mime_types`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_mime_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_mime_types` (
  `mime_ext` text,
  `mime_type` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_mime_types`
--

LOCK TABLES `JB21_vehiclemanager_mime_types` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_mime_types` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_mime_types` VALUES ('ez','application/andrew-inset'),('aw','application/applixware'),('atom','application/atom+xml'),('atomcat','application/atomcat+xml'),('atomsvc','application/atomsvc+xml'),('ccxml','application/ccxml+xml'),('cdmia','application/cdmi-capability'),('cdmic','application/cdmi-container'),('cdmid','application/cdmi-domain'),('cdmio','application/cdmi-object'),('cdmiq','application/cdmi-queue'),('cu','application/cu-seeme'),('davmount','application/davmount+xml'),('dbk','application/docbook+xml'),('dssc','application/dssc+der'),('xdssc','application/dssc+xml'),('ecma','application/ecmascript'),('emma','application/emma+xml'),('epub','application/epub+zip'),('exi','application/exi'),('pfr','application/font-tdpfr'),('gml','application/gml+xml'),('gpx','application/gpx+xml'),('gxf','application/gxf'),('stk','application/hyperstudio'),('ink','application/inkml+xml'),('inkml','application/inkml+xml'),('ipfix','application/ipfix'),('jar','application/java-archive'),('ser','application/java-serialized-object'),('class','application/java-vm'),('js','application/javascript'),('json','application/json'),('jsonml','application/jsonml+json'),('lostxml','application/lost+xml'),('hqx','application/mac-binhex40'),('cpt','application/mac-compactpro'),('mads','application/mads+xml'),('mrc','application/marc'),('mrcx','application/marcxml+xml'),('ma','application/mathematica'),('nb','application/mathematica'),('mb','application/mathematica'),('mathml','application/mathml+xml'),('mbox','application/mbox'),('mscml','application/mediaservercontrol+xml'),('metalink','application/metalink+xml'),('meta4','application/metalink4+xml'),('mets','application/mets+xml'),('mods','application/mods+xml'),('m21','application/mp21'),('mp21','application/mp21'),('mp4s','application/mp4'),('doc','application/msword'),('dot','application/msword'),('mxf','application/mxf'),('bin','application/octet-stream'),('dms','application/octet-stream'),('lrf','application/octet-stream'),('mar','application/octet-stream'),('so','application/octet-stream'),('dist','application/octet-stream'),('distz','application/octet-stream'),('pkg','application/octet-stream'),('bpk','application/octet-stream'),('dump','application/octet-stream'),('elc','application/octet-stream'),('deploy','application/octet-stream'),('oda','application/oda'),('opf','application/oebps-package+xml'),('ogx','application/ogg'),('omdoc','application/omdoc+xml'),('onetoc','application/onenote'),('onetoc2','application/onenote'),('onetmp','application/onenote'),('onepkg','application/onenote'),('oxps','application/oxps'),('xer','application/patch-ops-error+xml'),('pdf','application/pdf'),('pgp','application/pgp-encrypted'),('asc','application/pgp-signature'),('sig','application/pgp-signature'),('prf','application/pics-rules'),('p10','application/pkcs10'),('p7m','application/pkcs7-mime'),('p7c','application/pkcs7-mime'),('p7s','application/pkcs7-signature'),('p8','application/pkcs8'),('ac','application/pkix-attr-cert'),('cer','application/pkix-cert'),('crl','application/pkix-crl'),('pkipath','application/pkix-pkipath'),('pki','application/pkixcmp'),('pls','application/pls+xml'),('ai','application/postscript'),('eps','application/postscript'),('ps','application/postscript'),('cww','application/prs.cww'),('pskcxml','application/pskc+xml'),('rdf','application/rdf+xml'),('rif','application/reginfo+xml'),('rnc','application/relax-ng-compact-syntax'),('rl','application/resource-lists+xml'),('rld','application/resource-lists-diff+xml'),('rs','application/rls-services+xml'),('gbr','application/rpki-ghostbusters'),('mft','application/rpki-manifest'),('roa','application/rpki-roa'),('rsd','application/rsd+xml'),('rss','application/rss+xml'),('rtf','application/rtf'),('sbml','application/sbml+xml'),('scq','application/scvp-cv-request'),('scs','application/scvp-cv-response'),('spq','application/scvp-vp-request'),('spp','application/scvp-vp-response'),('sdp','application/sdp'),('setpay','application/set-payment-initiation'),('setreg','application/set-registration-initiation'),('shf','application/shf+xml'),('smi','application/smil+xml'),('smil','application/smil+xml'),('rq','application/sparql-query'),('srx','application/sparql-results+xml'),('gram','application/srgs'),('grxml','application/srgs+xml'),('sru','application/sru+xml'),('ssdl','application/ssdl+xml'),('ssml','application/ssml+xml'),('tei','application/tei+xml'),('teicorpus','application/tei+xml'),('tfi','application/thraud+xml'),('tsd','application/timestamped-data'),('plb','application/vnd.3gpp.pic-bw-large'),('psb','application/vnd.3gpp.pic-bw-small'),('pvb','application/vnd.3gpp.pic-bw-var'),('tcap','application/vnd.3gpp2.tcap'),('pwn','application/vnd.3m.post-it-notes'),('aso','application/vnd.accpac.simply.aso'),('imp','application/vnd.accpac.simply.imp'),('acu','application/vnd.acucobol'),('atc','application/vnd.acucorp'),('acutc','application/vnd.acucorp'),('air','application/vnd.adobe.air-application-installer-package+zip'),('fcdt','application/vnd.adobe.formscentral.fcdt'),('fxp','application/vnd.adobe.fxp'),('fxpl','application/vnd.adobe.fxp'),('xdp','application/vnd.adobe.xdp+xml'),('xfdf','application/vnd.adobe.xfdf'),('ahead','application/vnd.ahead.space'),('azf','application/vnd.airzip.filesecure.azf'),('azs','application/vnd.airzip.filesecure.azs'),('azw','application/vnd.amazon.ebook'),('acc','application/vnd.americandynamics.acc'),('ami','application/vnd.amiga.ami'),('apk','application/vnd.android.package-archive'),('cii','application/vnd.anser-web-certificate-issue-initiation'),('fti','application/vnd.anser-web-funds-transfer-initiation'),('atx','application/vnd.antix.game-component'),('mpkg','application/vnd.apple.installer+xml'),('m3u8','application/vnd.apple.mpegurl'),('swi','application/vnd.aristanetworks.swi'),('iota','application/vnd.astraea-software.iota'),('aep','application/vnd.audiograph'),('mpm','application/vnd.blueice.multipass'),('bmi','application/vnd.bmi'),('rep','application/vnd.businessobjects'),('cdxml','application/vnd.chemdraw+xml'),('mmd','application/vnd.chipnuts.karaoke-mmd'),('cdy','application/vnd.cinderella'),('cla','application/vnd.claymore'),('rp9','application/vnd.cloanto.rp9'),('c4g','application/vnd.clonk.c4group'),('c4d','application/vnd.clonk.c4group'),('c4f','application/vnd.clonk.c4group'),('c4p','application/vnd.clonk.c4group'),('c4u','application/vnd.clonk.c4group'),('c11amc','application/vnd.cluetrust.cartomobile-config'),('c11amz','application/vnd.cluetrust.cartomobile-config-pkg'),('csp','application/vnd.commonspace'),('cdbcmsg','application/vnd.contact.cmsg'),('cmc','application/vnd.cosmocaller'),('clkx','application/vnd.crick.clicker'),('clkk','application/vnd.crick.clicker.keyboard'),('clkp','application/vnd.crick.clicker.palette'),('clkt','application/vnd.crick.clicker.template'),('clkw','application/vnd.crick.clicker.wordbank'),('wbs','application/vnd.criticaltools.wbs+xml'),('pml','application/vnd.ctc-posml'),('ppd','application/vnd.cups-ppd'),('car','application/vnd.curl.car'),('pcurl','application/vnd.curl.pcurl'),('dart','application/vnd.dart'),('rdz','application/vnd.data-vision.rdz'),('uvf','application/vnd.dece.data'),('uvvf','application/vnd.dece.data'),('uvd','application/vnd.dece.data'),('uvvd','application/vnd.dece.data'),('uvt','application/vnd.dece.ttml+xml'),('uvvt','application/vnd.dece.ttml+xml'),('uvx','application/vnd.dece.unspecified'),('uvvx','application/vnd.dece.unspecified'),('uvz','application/vnd.dece.zip'),('uvvz','application/vnd.dece.zip'),('fe_launch','application/vnd.denovo.fcselayout-link'),('dna','application/vnd.dna'),('mlp','application/vnd.dolby.mlp'),('dpg','application/vnd.dpgraph'),('dfac','application/vnd.dreamfactory'),('kpxx','application/vnd.ds-keypoint'),('ait','application/vnd.dvb.ait'),('svc','application/vnd.dvb.service'),('geo','application/vnd.dynageo'),('mag','application/vnd.ecowin.chart'),('nml','application/vnd.enliven'),('esf','application/vnd.epson.esf'),('msf','application/vnd.epson.msf'),('qam','application/vnd.epson.quickanime'),('slt','application/vnd.epson.salt'),('ssf','application/vnd.epson.ssf'),('es3','application/vnd.eszigno3+xml'),('et3','application/vnd.eszigno3+xml'),('ez2','application/vnd.ezpix-album'),('ez3','application/vnd.ezpix-package'),('fdf','application/vnd.fdf'),('mseed','application/vnd.fdsn.mseed'),('seed','application/vnd.fdsn.seed'),('dataless','application/vnd.fdsn.seed'),('gph','application/vnd.flographit'),('ftc','application/vnd.fluxtime.clip'),('fm','application/vnd.framemaker'),('frame','application/vnd.framemaker'),('maker','application/vnd.framemaker'),('book','application/vnd.framemaker'),('fnc','application/vnd.frogans.fnc'),('ltf','application/vnd.frogans.ltf'),('fsc','application/vnd.fsc.weblaunch'),('oas','application/vnd.fujitsu.oasys'),('oa2','application/vnd.fujitsu.oasys2'),('oa3','application/vnd.fujitsu.oasys3'),('fg5','application/vnd.fujitsu.oasysgp'),('bh2','application/vnd.fujitsu.oasysprs'),('ddd','application/vnd.fujixerox.ddd'),('xdw','application/vnd.fujixerox.docuworks'),('xbd','application/vnd.fujixerox.docuworks.binder'),('fzs','application/vnd.fuzzysheet'),('txd','application/vnd.genomatix.tuxedo'),('ggb','application/vnd.geogebra.file'),('ggt','application/vnd.geogebra.tool'),('gex','application/vnd.geometry-explorer'),('gre','application/vnd.geometry-explorer'),('gxt','application/vnd.geonext'),('g2w','application/vnd.geoplan'),('g3w','application/vnd.geospace'),('gmx','application/vnd.gmx'),('kml','application/vnd.google-earth.kml+xml'),('kmz','application/vnd.google-earth.kmz'),('gqf','application/vnd.grafeq'),('gqs','application/vnd.grafeq'),('gac','application/vnd.groove-account'),('ghf','application/vnd.groove-help'),('gim','application/vnd.groove-identity-message'),('grv','application/vnd.groove-injector'),('gtm','application/vnd.groove-tool-message'),('tpl','application/vnd.groove-tool-template'),('vcg','application/vnd.groove-vcard'),('hal','application/vnd.hal+xml'),('zmm','application/vnd.handheld-entertainment+xml'),('hbci','application/vnd.hbci'),('les','application/vnd.hhe.lesson-player'),('hpgl','application/vnd.hp-hpgl'),('hpid','application/vnd.hp-hpid'),('hps','application/vnd.hp-hps'),('jlt','application/vnd.hp-jlyt'),('pcl','application/vnd.hp-pcl'),('pclxl','application/vnd.hp-pclxl'),('sfd','application/vnd.hydrostatix.sof-data'),('mpy','application/vnd.ibm.minipay'),('afp','application/vnd.ibm.modcap'),('listafp','application/vnd.ibm.modcap'),('list3820','application/vnd.ibm.modcap'),('irm','application/vnd.ibm.rights-management'),('sc','application/vnd.ibm.secure-container'),('icc','application/vnd.iccprofile'),('icm','application/vnd.iccprofile'),('igl','application/vnd.igloader'),('ivp','application/vnd.immervision-ivp'),('ivu','application/vnd.immervision-ivu'),('igm','application/vnd.insors.igm'),('xpw','application/vnd.intercon.formnet'),('xpx','application/vnd.intercon.formnet'),('i2g','application/vnd.intergeo'),('qbo','application/vnd.intu.qbo'),('qfx','application/vnd.intu.qfx'),('rcprofile','application/vnd.ipunplugged.rcprofile'),('irp','application/vnd.irepository.package+xml'),('xpr','application/vnd.is-xpr'),('fcs','application/vnd.isac.fcs'),('jam','application/vnd.jam'),('rms','application/vnd.jcp.javame.midlet-rms'),('jisp','application/vnd.jisp'),('joda','application/vnd.joost.joda-archive'),('ktz','application/vnd.kahootz'),('ktr','application/vnd.kahootz'),('karbon','application/vnd.kde.karbon'),('chrt','application/vnd.kde.kchart'),('kfo','application/vnd.kde.kformula'),('flw','application/vnd.kde.kivio'),('kon','application/vnd.kde.kontour'),('kpr','application/vnd.kde.kpresenter'),('kpt','application/vnd.kde.kpresenter'),('ksp','application/vnd.kde.kspread'),('kwd','application/vnd.kde.kword'),('kwt','application/vnd.kde.kword'),('htke','application/vnd.kenameaapp'),('kia','application/vnd.kidspiration'),('kne','application/vnd.kinar'),('knp','application/vnd.kinar'),('skp','application/vnd.koan'),('skd','application/vnd.koan'),('skt','application/vnd.koan'),('skm','application/vnd.koan'),('sse','application/vnd.kodak-descriptor'),('lasxml','application/vnd.las.las+xml'),('lbd','application/vnd.llamagraphics.life-balance.desktop'),('lbe','application/vnd.llamagraphics.life-balance.exchange+xml'),('123','application/vnd.lotus-1-2-3'),('apr','application/vnd.lotus-approach'),('pre','application/vnd.lotus-freelance'),('nsf','application/vnd.lotus-notes'),('org','application/vnd.lotus-organizer'),('scm','application/vnd.lotus-screencam'),('lwp','application/vnd.lotus-wordpro'),('portpkg','application/vnd.macports.portpkg'),('mcd','application/vnd.mcd'),('mc1','application/vnd.medcalcdata'),('cdkey','application/vnd.mediastation.cdkey'),('mwf','application/vnd.mfer'),('mfm','application/vnd.mfmp'),('flo','application/vnd.micrografx.flo'),('igx','application/vnd.micrografx.igx'),('mif','application/vnd.mif'),('daf','application/vnd.mobius.daf'),('dis','application/vnd.mobius.dis'),('mbk','application/vnd.mobius.mbk'),('mqy','application/vnd.mobius.mqy'),('msl','application/vnd.mobius.msl'),('plc','application/vnd.mobius.plc'),('txf','application/vnd.mobius.txf'),('mpn','application/vnd.mophun.application'),('mpc','application/vnd.mophun.certificate'),('xul','application/vnd.mozilla.xul+xml'),('cil','application/vnd.ms-artgalry'),('cab','application/vnd.ms-cab-compressed'),('xls','application/vnd.ms-excel'),('xlm','application/vnd.ms-excel'),('xla','application/vnd.ms-excel'),('xlc','application/vnd.ms-excel'),('xlt','application/vnd.ms-excel'),('xlw','application/vnd.ms-excel'),('xlam','application/vnd.ms-excel.addin.macroenabled.12'),('xlsb','application/vnd.ms-excel.sheet.binary.macroenabled.12'),('xlsm','application/vnd.ms-excel.sheet.macroenabled.12'),('xltm','application/vnd.ms-excel.template.macroenabled.12'),('eot','application/vnd.ms-fontobject'),('chm','application/vnd.ms-htmlhelp'),('ims','application/vnd.ms-ims'),('lrm','application/vnd.ms-lrm'),('thmx','application/vnd.ms-officetheme'),('cat','application/vnd.ms-pki.seccat'),('stl','application/vnd.ms-pki.stl'),('ppt','application/vnd.ms-powerpoint'),('pps','application/vnd.ms-powerpoint'),('pot','application/vnd.ms-powerpoint'),('ppam','application/vnd.ms-powerpoint.addin.macroenabled.12'),('pptm','application/vnd.ms-powerpoint.presentation.macroenabled.12'),('sldm','application/vnd.ms-powerpoint.slide.macroenabled.12'),('ppsm','application/vnd.ms-powerpoint.slideshow.macroenabled.12'),('potm','application/vnd.ms-powerpoint.template.macroenabled.12'),('mpp','application/vnd.ms-project'),('mpt','application/vnd.ms-project'),('docm','application/vnd.ms-word.document.macroenabled.12'),('dotm','application/vnd.ms-word.template.macroenabled.12'),('wps','application/vnd.ms-works'),('wks','application/vnd.ms-works'),('wcm','application/vnd.ms-works'),('wdb','application/vnd.ms-works'),('wpl','application/vnd.ms-wpl'),('xps','application/vnd.ms-xpsdocument'),('mseq','application/vnd.mseq'),('mus','application/vnd.musician'),('msty','application/vnd.muvee.style'),('taglet','application/vnd.mynfc'),('nlu','application/vnd.neurolanguage.nlu'),('ntf','application/vnd.nitf'),('nitf','application/vnd.nitf'),('nnd','application/vnd.noblenet-directory'),('nns','application/vnd.noblenet-sealer'),('nnw','application/vnd.noblenet-web'),('ngdat','application/vnd.nokia.n-gage.data'),('n','application/vnd.nokia.n-gage.symbian.install'),('rpst','application/vnd.nokia.radio-preset'),('rpss','application/vnd.nokia.radio-presets'),('edm','application/vnd.novadigm.edm'),('edx','application/vnd.novadigm.edx'),('ext','application/vnd.novadigm.ext'),('odc','application/vnd.oasis.opendocument.chart'),('otc','application/vnd.oasis.opendocument.chart-template'),('odb','application/vnd.oasis.opendocument.database'),('odf','application/vnd.oasis.opendocument.formula'),('odft','application/vnd.oasis.opendocument.formula-template'),('odg','application/vnd.oasis.opendocument.graphics'),('otg','application/vnd.oasis.opendocument.graphics-template'),('odi','application/vnd.oasis.opendocument.image'),('oti','application/vnd.oasis.opendocument.image-template'),('odp','application/vnd.oasis.opendocument.presentation'),('otp','application/vnd.oasis.opendocument.presentation-template'),('ods','application/vnd.oasis.opendocument.spreadsheet'),('ots','application/vnd.oasis.opendocument.spreadsheet-template'),('odt','application/vnd.oasis.opendocument.text'),('odm','application/vnd.oasis.opendocument.text-master'),('ott','application/vnd.oasis.opendocument.text-template'),('oth','application/vnd.oasis.opendocument.text-web'),('xo','application/vnd.olpc-sugar'),('dd2','application/vnd.oma.dd2+xml'),('oxt','application/vnd.openofficeorg.extension'),('pptx','application/vnd.openxmlformats-officedocument.presentationml.presentation'),('sldx','application/vnd.openxmlformats-officedocument.presentationml.slide'),('ppsx','application/vnd.openxmlformats-officedocument.presentationml.slideshow'),('potx','application/vnd.openxmlformats-officedocument.presentationml.template'),('xlsx','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'),('xltx','application/vnd.openxmlformats-officedocument.spreadsheetml.template'),('docx','application/vnd.openxmlformats-officedocument.wordprocessingml.document'),('dotx','application/vnd.openxmlformats-officedocument.wordprocessingml.template'),('mgp','application/vnd.osgeo.mapguide.package'),('dp','application/vnd.osgi.dp'),('esa','application/vnd.osgi.subsystem'),('pdb','application/vnd.palm'),('pqa','application/vnd.palm'),('oprc','application/vnd.palm'),('paw','application/vnd.pawaafile'),('str','application/vnd.pg.format'),('ei6','application/vnd.pg.osasli'),('efif','application/vnd.picsel'),('wg','application/vnd.pmi.widget'),('plf','application/vnd.pocketlearn'),('pbd','application/vnd.powerbuilder6'),('box','application/vnd.previewsystems.box'),('mgz','application/vnd.proteus.magazine'),('qps','application/vnd.publishare-delta-tree'),('ptid','application/vnd.pvi.ptid1'),('qxd','application/vnd.quark.quarkxpress'),('qxt','application/vnd.quark.quarkxpress'),('qwd','application/vnd.quark.quarkxpress'),('qwt','application/vnd.quark.quarkxpress'),('qxl','application/vnd.quark.quarkxpress'),('qxb','application/vnd.quark.quarkxpress'),('bed','application/vnd.realvnc.bed'),('mxl','application/vnd.recordare.musicxml'),('musicxml','application/vnd.recordare.musicxml+xml'),('cryptonote','application/vnd.rig.cryptonote'),('cod','application/vnd.rim.cod'),('rm','application/vnd.rn-realmedia'),('rmvb','application/vnd.rn-realmedia-vbr'),('link66','application/vnd.route66.link66+xml'),('st','application/vnd.sailingtracker.track'),('see','application/vnd.seemail'),('sema','application/vnd.sema'),('semd','application/vnd.semd'),('semf','application/vnd.semf'),('ifm','application/vnd.shana.informed.formdata'),('itp','application/vnd.shana.informed.formtemplate'),('iif','application/vnd.shana.informed.interchange'),('ipk','application/vnd.shana.informed.package'),('twd','application/vnd.simtech-mindmapper'),('twds','application/vnd.simtech-mindmapper'),('mmf','application/vnd.smaf'),('teacher','application/vnd.smart.teacher'),('sdkm','application/vnd.solent.sdkm+xml'),('sdkd','application/vnd.solent.sdkm+xml'),('dxp','application/vnd.spotfire.dxp'),('sfs','application/vnd.spotfire.sfs'),('sdc','application/vnd.stardivision.calc'),('sda','application/vnd.stardivision.draw'),('sdd','application/vnd.stardivision.impress'),('smf','application/vnd.stardivision.math'),('sdw','application/vnd.stardivision.writer'),('vor','application/vnd.stardivision.writer'),('sgl','application/vnd.stardivision.writer-global'),('smzip','application/vnd.stepmania.package'),('sm','application/vnd.stepmania.stepchart'),('sxc','application/vnd.sun.xml.calc'),('stc','application/vnd.sun.xml.calc.template'),('sxd','application/vnd.sun.xml.draw'),('std','application/vnd.sun.xml.draw.template'),('sxi','application/vnd.sun.xml.impress'),('sti','application/vnd.sun.xml.impress.template'),('sxm','application/vnd.sun.xml.math'),('sxw','application/vnd.sun.xml.writer'),('sxg','application/vnd.sun.xml.writer.global'),('stw','application/vnd.sun.xml.writer.template'),('sus','application/vnd.sus-calendar'),('susp','application/vnd.sus-calendar'),('svd','application/vnd.svd'),('sis','application/vnd.symbian.install'),('sisx','application/vnd.symbian.install'),('xsm','application/vnd.syncml+xml'),('bdm','application/vnd.syncml.dm+wbxml'),('xdm','application/vnd.syncml.dm+xml'),('tao','application/vnd.tao.intent-module-archive'),('pcap','application/vnd.tcpdump.pcap'),('cap','application/vnd.tcpdump.pcap'),('dmp','application/vnd.tcpdump.pcap'),('tmo','application/vnd.tmobile-livetv'),('tpt','application/vnd.trid.tpt'),('mxs','application/vnd.triscape.mxs'),('tra','application/vnd.trueapp'),('ufd','application/vnd.ufdl'),('ufdl','application/vnd.ufdl'),('utz','application/vnd.uiq.theme'),('umj','application/vnd.umajin'),('unityweb','application/vnd.unity'),('uoml','application/vnd.uoml+xml'),('vcx','application/vnd.vcx'),('vsd','application/vnd.visio'),('vst','application/vnd.visio'),('vss','application/vnd.visio'),('vsw','application/vnd.visio'),('vis','application/vnd.visionary'),('vsf','application/vnd.vsf'),('wbxml','application/vnd.wap.wbxml'),('wmlc','application/vnd.wap.wmlc'),('wmlsc','application/vnd.wap.wmlscriptc'),('wtb','application/vnd.webturbo'),('nbp','application/vnd.wolfram.player'),('wpd','application/vnd.wordperfect'),('wqd','application/vnd.wqd'),('stf','application/vnd.wt.stf'),('xar','application/vnd.xara'),('xfdl','application/vnd.xfdl'),('hvd','application/vnd.yamaha.hv-dic'),('hvs','application/vnd.yamaha.hv-script'),('hvp','application/vnd.yamaha.hv-voice'),('osf','application/vnd.yamaha.openscoreformat'),('osfpvg','application/vnd.yamaha.openscoreformat.osfpvg+xml'),('saf','application/vnd.yamaha.smaf-audio'),('spf','application/vnd.yamaha.smaf-phrase'),('cmp','application/vnd.yellowriver-custom-menu'),('zir','application/vnd.zul'),('zirz','application/vnd.zul'),('zaz','application/vnd.zzazz.deck+xml'),('vxml','application/voicexml+xml'),('wgt','application/widget'),('hlp','application/winhlp'),('wsdl','application/wsdl+xml'),('wspolicy','application/wspolicy+xml'),('7z','application/x-7z-compressed'),('abw','application/x-abiword'),('ace','application/x-ace-compressed'),('dmg','application/x-apple-diskimage'),('aab','application/x-authorware-bin'),('x32','application/x-authorware-bin'),('u32','application/x-authorware-bin'),('vox','application/x-authorware-bin'),('aam','application/x-authorware-map'),('aas','application/x-authorware-seg'),('bcpio','application/x-bcpio'),('torrent','application/x-bittorrent'),('blb','application/x-blorb'),('blorb','application/x-blorb'),('bz','application/x-bzip'),('bz2','application/x-bzip2'),('boz','application/x-bzip2'),('cbr','application/x-cbr'),('cba','application/x-cbr'),('cbt','application/x-cbr'),('cbz','application/x-cbr'),('cb7','application/x-cbr'),('vcd','application/x-cdlink'),('cfs','application/x-cfs-compressed'),('chat','application/x-chat'),('pgn','application/x-chess-pgn'),('nsc','application/x-conference'),('cpio','application/x-cpio'),('csh','application/x-csh'),('deb','application/x-debian-package'),('udeb','application/x-debian-package'),('dgc','application/x-dgc-compressed'),('dir','application/x-director'),('dcr','application/x-director'),('dxr','application/x-director'),('cst','application/x-director'),('cct','application/x-director'),('cxt','application/x-director'),('w3d','application/x-director'),('fgd','application/x-director'),('swa','application/x-director'),('wad','application/x-doom'),('ncx','application/x-dtbncx+xml'),('dtb','application/x-dtbook+xml'),('res','application/x-dtbresource+xml'),('dvi','application/x-dvi'),('evy','application/x-envoy'),('eva','application/x-eva'),('bdf','application/x-font-bdf'),('gsf','application/x-font-ghostscript'),('psf','application/x-font-linux-psf'),('otf','application/x-font-otf'),('pcf','application/x-font-pcf'),('snf','application/x-font-snf'),('ttf','application/x-font-ttf'),('ttc','application/x-font-ttf'),('pfa','application/x-font-type1'),('pfb','application/x-font-type1'),('pfm','application/x-font-type1'),('afm','application/x-font-type1'),('woff','application/x-font-woff'),('arc','application/x-freearc'),('spl','application/x-futuresplash'),('gca','application/x-gca-compressed'),('ulx','application/x-glulx'),('gnumeric','application/x-gnumeric'),('gramps','application/x-gramps-xml'),('gtar','application/x-gtar'),('hdf','application/x-hdf'),('install','application/x-install-instructions'),('iso','application/x-iso9660-image'),('jnlp','application/x-java-jnlp-file'),('latex','application/x-latex'),('lzh','application/x-lzh-compressed'),('lha','application/x-lzh-compressed'),('mie','application/x-mie'),('prc','application/x-mobipocket-ebook'),('mobi','application/x-mobipocket-ebook'),('application','application/x-ms-application'),('lnk','application/x-ms-shortcut'),('wmd','application/x-ms-wmd'),('wmz','application/x-msmetafile'),('xbap','application/x-ms-xbap'),('mdb','application/x-msaccess'),('obd','application/x-msbinder'),('crd','application/x-mscardfile'),('clp','application/x-msclip'),('exe','application/x-msdownload'),('dll','application/x-msdownload'),('com','application/x-msdownload'),('bat','application/x-msdownload'),('msi','application/x-msdownload'),('mvb','application/x-msmediaview'),('m13','application/x-msmediaview'),('m14','application/x-msmediaview'),('wmf','application/x-msmetafile'),('emf','application/x-msmetafile'),('emz','application/x-msmetafile'),('mny','application/x-msmoney'),('pub','application/x-mspublisher'),('scd','application/x-msschedule'),('trm','application/x-msterminal'),('wri','application/x-mswrite'),('nc','application/x-netcdf'),('cdf','application/x-netcdf'),('nzb','application/x-nzb'),('p12','application/x-pkcs12'),('pfx','application/x-pkcs12'),('p7b','application/x-pkcs7-certificates'),('spc','application/x-pkcs7-certificates'),('p7r','application/x-pkcs7-certreqresp'),('rar','application/x-rar-compressed'),('ris','application/x-research-info-systems'),('sh','application/x-sh'),('shar','application/x-shar'),('swf','application/x-shockwave-flash'),('xap','application/x-silverlight-app'),('sql','application/x-sql'),('sit','application/x-stuffit'),('sitx','application/x-stuffitx'),('srt','application/x-subrip'),('sv4cpio','application/x-sv4cpio'),('sv4crc','application/x-sv4crc'),('t3','application/x-t3vm-image'),('gam','application/x-tads'),('tar','application/x-tar'),('tcl','application/x-tcl'),('tex','application/x-tex'),('tfm','application/x-tex-tfm'),('texinfo','application/x-texinfo'),('texi','application/x-texinfo'),('obj','application/x-tgif'),('ustar','application/x-ustar'),('src','application/x-wais-source'),('der','application/x-x509-ca-cert'),('crt','application/x-x509-ca-cert'),('fig','application/x-xfig'),('xlf','application/x-xliff+xml'),('xpi','application/x-xpinstall'),('xz','application/x-xz'),('z1','application/x-zmachine'),('z2','application/x-zmachine'),('z3','application/x-zmachine'),('z4','application/x-zmachine'),('z5','application/x-zmachine'),('z6','application/x-zmachine'),('z7','application/x-zmachine'),('z8','application/x-zmachine'),('xaml','application/xaml+xml'),('xdf','application/xcap-diff+xml'),('xenc','application/xenc+xml'),('xhtml','application/xhtml+xml'),('xht','application/xhtml+xml'),('xml','application/xml'),('xsl','application/xml'),('dtd','application/xml-dtd'),('xop','application/xop+xml'),('xpl','application/xproc+xml'),('xslt','application/xslt+xml'),('xspf','application/xspf+xml'),('mxml','application/xv+xml'),('xhvml','application/xv+xml'),('xvml','application/xv+xml'),('xvm','application/xv+xml'),('yang','application/yang'),('yin','application/yin+xml'),('zip','application/x-zip'),('zip','application/zip'),('adp','audio/adpcm'),('au','audio/basic'),('snd','audio/basic'),('mid','audio/midi'),('midi','audio/midi'),('kar','audio/midi'),('rmi','audio/midi'),('mp4a','audio/mp4'),('mpga','audio/mpeg'),('mp2','audio/mpeg'),('mp2a','audio/mpeg'),('mp3','audio/mpeg'),('m2a','audio/mpeg'),('m3a','audio/mpeg'),('oga','audio/ogg'),('ogg','audio/ogg'),('spx','audio/ogg'),('s3m','audio/s3m'),('sil','audio/silk'),('uva','audio/vnd.dece.audio'),('uvva','audio/vnd.dece.audio'),('eol','audio/vnd.digital-winds'),('dra','audio/vnd.dra'),('dts','audio/vnd.dts'),('dtshd','audio/vnd.dts.hd'),('lvp','audio/vnd.lucent.voice'),('pya','audio/vnd.ms-playready.media.pya'),('ecelp4800','audio/vnd.nuera.ecelp4800'),('ecelp7470','audio/vnd.nuera.ecelp7470'),('ecelp9600','audio/vnd.nuera.ecelp9600'),('rip','audio/vnd.rip'),('weba','audio/webm'),('aac','audio/x-aac'),('aif','audio/x-aiff'),('aiff','audio/x-aiff'),('aifc','audio/x-aiff'),('caf','audio/x-caf'),('flac','audio/x-flac'),('mka','audio/x-matroska'),('m3u','audio/x-mpegurl'),('wax','audio/x-ms-wax'),('wma','audio/x-ms-wma'),('ram','audio/x-pn-realaudio'),('ra','audio/x-pn-realaudio'),('rmp','audio/x-pn-realaudio-plugin'),('wav','audio/x-wav'),('xm','audio/xm'),('cdx','chemical/x-cdx'),('cif','chemical/x-cif'),('cmdf','chemical/x-cmdf'),('cml','chemical/x-cml'),('csml','chemical/x-csml'),('xyz','chemical/x-xyz'),('bmp','image/bmp'),('cgm','image/cgm'),('g3','image/g3fax'),('gif','image/gif'),('ief','image/ief'),('jpeg','image/jpeg'),('jpg','image/jpeg'),('jpe','image/jpeg'),('ktx','image/ktx'),('png','image/png'),('btif','image/prs.btif'),('sgi','image/sgi'),('svg','image/svg+xml'),('svgz','image/svg+xml'),('tiff','image/tiff'),('tif','image/tiff'),('psd','image/vnd.adobe.photoshop'),('uvi','image/vnd.dece.graphic'),('uvvi','image/vnd.dece.graphic'),('uvg','image/vnd.dece.graphic'),('uvvg','image/vnd.dece.graphic'),('sub','text/vnd.dvb.subtitle'),('djvu','image/vnd.djvu'),('djv','image/vnd.djvu'),('dwg','image/vnd.dwg'),('dxf','image/vnd.dxf'),('fbs','image/vnd.fastbidsheet'),('fpx','image/vnd.fpx'),('fst','image/vnd.fst'),('mmr','image/vnd.fujixerox.edmics-mmr'),('rlc','image/vnd.fujixerox.edmics-rlc'),('mdi','image/vnd.ms-modi'),('wdp','image/vnd.ms-photo'),('npx','image/vnd.net-fpx'),('wbmp','image/vnd.wap.wbmp'),('xif','image/vnd.xiff'),('webp','image/webp'),('3ds','image/x-3ds'),('ras','image/x-cmu-raster'),('cmx','image/x-cmx'),('fh','image/x-freehand'),('fhc','image/x-freehand'),('fh4','image/x-freehand'),('fh5','image/x-freehand'),('fh7','image/x-freehand'),('ico','image/x-icon'),('sid','image/x-mrsid-image'),('pcx','image/x-pcx'),('pic','image/x-pict'),('pct','image/x-pict'),('pnm','image/x-portable-anymap'),('pbm','image/x-portable-bitmap'),('pgm','image/x-portable-graymap'),('ppm','image/x-portable-pixmap'),('rgb','image/x-rgb'),('tga','image/x-tga'),('xbm','image/x-xbitmap'),('xpm','image/x-xpixmap'),('xwd','image/x-xwindowdump'),('eml','message/rfc822'),('mime','message/rfc822'),('igs','model/iges'),('iges','model/iges'),('msh','model/mesh'),('mesh','model/mesh'),('silo','model/mesh'),('dae','model/vnd.collada+xml'),('dwf','model/vnd.dwf'),('gdl','model/vnd.gdl'),('gtw','model/vnd.gtw'),('mts','model/vnd.mts'),('vtu','model/vnd.vtu'),('wrl','model/vrml'),('vrml','model/vrml'),('x3db','model/x3d+binary'),('x3dbz','model/x3d+binary'),('x3dv','model/x3d+vrml'),('x3dvz','model/x3d+vrml'),('x3d','model/x3d+xml'),('x3dz','model/x3d+xml'),('appcache','text/cache-manifest'),('ics','text/calendar'),('ifb','text/calendar'),('css','text/css'),('csv','text/csv'),('html','text/html'),('htm','text/html'),('n3','text/n3'),('txt','text/plain'),('text','text/plain'),('conf','text/plain'),('def','text/plain'),('list','text/plain'),('log','text/plain'),('in','text/plain'),('dsc','text/prs.lines.tag'),('rtx','text/richtext'),('sgml','text/sgml'),('sgm','text/sgml'),('tsv','text/tab-separated-values'),('t','text/troff'),('tr','text/troff'),('roff','text/troff'),('man','text/troff'),('me','text/troff'),('ms','text/troff'),('ttl','text/turtle'),('uri','text/uri-list'),('uris','text/uri-list'),('urls','text/uri-list'),('vcard','text/vcard'),('curl','text/vnd.curl'),('dcurl','text/vnd.curl.dcurl'),('scurl','text/vnd.curl.scurl'),('mcurl','text/vnd.curl.mcurl'),('fly','text/vnd.fly'),('flx','text/vnd.fmi.flexstor'),('gv','text/vnd.graphviz'),('3dml','text/vnd.in3d.3dml'),('spot','text/vnd.in3d.spot'),('jad','text/vnd.sun.j2me.app-descriptor'),('wml','text/vnd.wap.wml'),('wmls','text/vnd.wap.wmlscript'),('s','text/x-asm'),('asm','text/x-asm'),('c','text/x-c'),('cc','text/x-c'),('cxx','text/x-c'),('cpp','text/x-c'),('h','text/x-c'),('hh','text/x-c'),('dic','text/x-c'),('f','text/x-fortran'),('for','text/x-fortran'),('f77','text/x-fortran'),('f90','text/x-fortran'),('java','text/x-java-source'),('opml','text/x-opml'),('p','text/x-pascal'),('pas','text/x-pascal'),('nfo','text/x-nfo'),('etx','text/x-setext'),('sfv','text/x-sfv'),('uu','text/x-uuencode'),('vcs','text/x-vcalendar'),('vcf','text/x-vcard'),('3gp','video/3gpp'),('3g2','video/3gpp2'),('h261','video/h261'),('h263','video/h263'),('h264','video/h264'),('jpgv','video/jpeg'),('jpm','video/jpm'),('jpgm','video/jpm'),('mj2','video/mj2'),('mjp2','video/mj2'),('mp4','video/mp4'),('mp4v','video/mp4'),('mpg4','video/mp4'),('mpeg','video/mpeg'),('mpg','video/mpeg'),('mpe','video/mpeg'),('m1v','video/mpeg'),('m2v','video/mpeg'),('ogv','video/ogg'),('qt','video/quicktime'),('mov','video/quicktime'),('uvh','video/vnd.dece.hd'),('uvvh','video/vnd.dece.hd'),('uvm','video/vnd.dece.mobile'),('uvvm','video/vnd.dece.mobile'),('uvp','video/vnd.dece.pd'),('uvvp','video/vnd.dece.pd'),('uvs','video/vnd.dece.sd'),('uvvs','video/vnd.dece.sd'),('uvv','video/vnd.dece.video'),('uvvv','video/vnd.dece.video'),('dvb','video/vnd.dvb.file'),('fvt','video/vnd.fvt'),('mxu','video/vnd.mpegurl'),('m4u','video/vnd.mpegurl'),('pyv','video/vnd.ms-playready.media.pyv'),('uvu','video/vnd.uvvu.mp4'),('uvvu','video/vnd.uvvu.mp4'),('viv','video/vnd.vivo'),('webm','video/webm'),('f4v','video/x-f4v'),('fli','video/x-fli'),('flv','video/x-flv'),('m4v','video/x-m4v'),('mkv','video/x-matroska'),('mk3d','video/x-matroska'),('mks','video/x-matroska'),('mng','video/x-mng'),('asf','video/x-ms-asf'),('asx','video/x-ms-asf'),('vob','video/x-ms-vob'),('wm','video/x-ms-wm'),('wmv','video/x-ms-wmv'),('wmx','video/x-ms-wmx'),('wvx','video/x-ms-wvx'),('avi','video/x-msvideo'),('movie','video/x-sgi-movie'),('smv','video/x-smv'),('ice','x-conference/x-cooltalk');
/*!40000 ALTER TABLE `JB21_vehiclemanager_mime_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_orders`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_orders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fk_user_id` int(11) DEFAULT NULL,
  `usr_email` varchar(255) NOT NULL DEFAULT '',
  `usr_name` varchar(255) NOT NULL DEFAULT '',
  `status` varchar(255) NOT NULL DEFAULT '',
  `order_date` datetime DEFAULT NULL,
  `fk_vehicle_id` int(11) DEFAULT NULL,
  `fk_vehicle_vtitle` varchar(255) NOT NULL DEFAULT '',
  `txn_type` varchar(255) NOT NULL DEFAULT '',
  `txn_id` varchar(255) NOT NULL DEFAULT '',
  `payer_id` varchar(255) NOT NULL DEFAULT '',
  `payer_status` varchar(255) NOT NULL DEFAULT '',
  `order_calculated_price` varchar(255) NOT NULL DEFAULT '',
  `order_price` int(11) DEFAULT NULL,
  `order_currency_code` varchar(255) NOT NULL DEFAULT '',
  `paypal_paykay` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `fk_vehicle_id` (`fk_vehicle_id`),
  KEY `fk_user_id` (`fk_user_id`),
  KEY `fk_vehicle_vtitle` (`fk_vehicle_vtitle`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_orders`
--

LOCK TABLES `JB21_vehiclemanager_orders` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_orders` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_orders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_orders_details`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_orders_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_orders_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fk_order_id` int(11) DEFAULT NULL,
  `fk_user_id` int(11) DEFAULT NULL,
  `usr_email` varchar(255) NOT NULL DEFAULT '',
  `usr_name` varchar(255) NOT NULL DEFAULT '',
  `status` varchar(255) NOT NULL DEFAULT '',
  `order_date` datetime DEFAULT NULL,
  `fk_vehicle_id` int(11) DEFAULT NULL,
  `fk_vehicle_vtitle` varchar(255) NOT NULL DEFAULT '',
  `txn_type` varchar(255) NOT NULL DEFAULT '',
  `txn_id` varchar(255) NOT NULL DEFAULT '',
  `payer_id` varchar(255) NOT NULL DEFAULT '',
  `payer_status` varchar(255) NOT NULL DEFAULT '',
  `order_calculated_price` varchar(255) NOT NULL DEFAULT '',
  `order_price` int(11) DEFAULT NULL,
  `order_currency_code` varchar(255) NOT NULL DEFAULT '',
  `payment_details` text NOT NULL,
  `paypal_paykay` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `fk_order_id` (`fk_order_id`),
  KEY `fk_vehicle_id` (`fk_vehicle_id`),
  KEY `fk_user_id` (`fk_user_id`),
  KEY `fk_vehicle_vtitle` (`fk_vehicle_vtitle`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_orders_details`
--

LOCK TABLES `JB21_vehiclemanager_orders_details` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_orders_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_orders_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_photos`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_photos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_photos` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_vehicleid` int(11) DEFAULT NULL,
  `thumbnail_img` varchar(250) DEFAULT '',
  `main_img` varchar(250) DEFAULT '',
  `img_ordering` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `fk_vehicleid` (`fk_vehicleid`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_photos`
--

LOCK TABLES `JB21_vehiclemanager_photos` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_photos` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_photos` VALUES (2,2,'','3A82B2F5-897D-D2F8-4E0C-614C20BE3201_toyota2.jpeg',NULL),(3,2,'','C7D44CB2-9488-0C32-C9B3-EB6D91B4B961_toyota3.jpeg',NULL),(4,3,'','B4716CC2-F182-7834-0F6D-BD31874BD9BA_ford3.jpeg',NULL),(5,3,'','4B3C5DB6-5BB8-F3C8-18CE-C92D064BCBE8_ford2.jpeg',NULL),(6,4,'','E538F8E0-A748-BDB6-BAFE-FE272DE7FD3E_bmw3.jpeg',NULL),(7,4,'','5190FB24-BE46-F5EF-4B85-2C9E8F8E884B_bmw1.jpeg',NULL),(8,5,'','4CF706D6-3493-DF4D-4716-4AFAA1CD1F27_golf1.jpeg',NULL),(9,5,'','C9820E52-4664-A54E-2674-E4E0DD8268E0_golf2.jpeg',NULL),(10,6,'','9734D3E6-358E-D9B9-51FB-5B47284E6BB3_iinfiniti2.jpeg',NULL),(11,6,'','7B6D1621-4FD4-A3B0-73F8-E3418D54662E_iinfiniti1.jpeg',NULL);
/*!40000 ALTER TABLE `JB21_vehiclemanager_photos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_rent`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_rent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_rent` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_vehicleid` int(11) NOT NULL DEFAULT '0',
  `fk_userid` int(11) DEFAULT NULL,
  `rent_from` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rent_until` datetime DEFAULT NULL,
  `rent_return` datetime DEFAULT NULL,
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_name` varchar(150) DEFAULT NULL,
  `user_email` varchar(100) DEFAULT NULL,
  `user_mailing` text,
  PRIMARY KEY (`id`),
  KEY `fk_vehicleid` (`fk_vehicleid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_rent`
--

LOCK TABLES `JB21_vehiclemanager_rent` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_rent` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_rent` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_rent_request`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_rent_request`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_rent_request` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_vehicleid` int(11) NOT NULL DEFAULT '0',
  `fk_userid` int(11) DEFAULT NULL,
  `rent_from` date NOT NULL DEFAULT '0000-00-00',
  `rent_until` date DEFAULT NULL,
  `rent_request` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_name` varchar(150) DEFAULT NULL,
  `user_email` varchar(100) DEFAULT NULL,
  `user_mailing` text,
  `status` int(1) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `fk_vehicleid` (`fk_vehicleid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_rent_request`
--

LOCK TABLES `JB21_vehiclemanager_rent_request` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_rent_request` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_rent_request` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_rent_sal`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_rent_sal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_rent_sal` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_vehiclesid` int(11) DEFAULT NULL,
  `monthW` int(4) NOT NULL DEFAULT '0',
  `yearW` int(4) NOT NULL DEFAULT '0',
  `week` varchar(1250) DEFAULT '',
  `weekend` varchar(1250) DEFAULT '',
  `midweek` varchar(1250) DEFAULT '',
  `price_from` date NOT NULL,
  `price_to` date NOT NULL,
  `special_price` int(11) NOT NULL,
  `comment_price` varchar(1000) NOT NULL,
  `priceunit` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `fk_vehiclesid` (`fk_vehiclesid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_rent_sal`
--

LOCK TABLES `JB21_vehiclemanager_rent_sal` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_rent_sal` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_rent_sal` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_review`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_review`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_review` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_vehicleid` int(11) NOT NULL DEFAULT '0',
  `user_name` varchar(150) DEFAULT NULL,
  `user_email` varchar(100) DEFAULT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rating` int(2) DEFAULT '0',
  `title` varchar(250) DEFAULT '',
  `comment` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `fk_vehicleid` (`fk_vehicleid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_review`
--

LOCK TABLES `JB21_vehiclemanager_review` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_review` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_review` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_track_source`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_track_source`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_track_source` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_vehicle_id` int(11) DEFAULT NULL,
  `sequence_number` int(11) DEFAULT NULL,
  `src` varchar(255) DEFAULT NULL,
  `kind` varchar(255) DEFAULT NULL,
  `scrlang` varchar(255) DEFAULT NULL,
  `label` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `fk_vehicle_id` (`fk_vehicle_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_track_source`
--

LOCK TABLES `JB21_vehiclemanager_track_source` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_track_source` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_track_source` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_users_wishlist`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_users_wishlist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_users_wishlist` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fk_vehicleid` int(11) DEFAULT NULL,
  `fk_userid` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `fk_vehicleid` (`fk_vehicleid`),
  KEY `fk_userid` (`fk_userid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_users_wishlist`
--

LOCK TABLES `JB21_vehiclemanager_users_wishlist` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_users_wishlist` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_users_wishlist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_vehicles`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_vehicles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_vehicles` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table. Reserved field for future.',
  `vehicleid` varchar(20) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `fk_rentid` int(11) DEFAULT '0',
  `associate_vehicle` varchar(255) DEFAULT NULL,
  `description` text NOT NULL,
  `link` varchar(250) NOT NULL DEFAULT '',
  `listing_type` varchar(45) NOT NULL DEFAULT '',
  `price` varchar(255) NOT NULL DEFAULT '',
  `priceunit` varchar(14) NOT NULL DEFAULT '',
  `vtitle` varchar(200) NOT NULL DEFAULT '',
  `maker` varchar(15) NOT NULL DEFAULT '',
  `vmodel` varchar(100) NOT NULL DEFAULT '',
  `vtype` varchar(20) NOT NULL DEFAULT '',
  `vlocation` varchar(100) NOT NULL DEFAULT '',
  `vlatitude` varchar(20) NOT NULL DEFAULT '',
  `vlongitude` varchar(20) NOT NULL DEFAULT '',
  `map_zoom` varchar(5) NOT NULL DEFAULT '',
  `contacts` varchar(250) DEFAULT '',
  `year` varchar(4) DEFAULT '',
  `vcondition` varchar(4) DEFAULT '',
  `mileage` varchar(20) DEFAULT '',
  `image_link` varchar(200) DEFAULT '',
  `listing_status` varchar(45) DEFAULT '',
  `price_type` varchar(45) DEFAULT '',
  `transmission` varchar(10) DEFAULT '',
  `num_speed` varchar(5) DEFAULT '',
  `interior_color` varchar(45) DEFAULT '',
  `exterior_color` varchar(45) DEFAULT '',
  `doors` varchar(2) DEFAULT '0',
  `engine` varchar(100) DEFAULT '',
  `fuel_type` varchar(20) DEFAULT '',
  `drive_type` varchar(20) DEFAULT 'Fwd',
  `cylinder` varchar(80) DEFAULT '',
  `wheelbase` varchar(20) DEFAULT '',
  `seating` varchar(4) DEFAULT '',
  `city_fuel_mpg` varchar(5) DEFAULT '',
  `highway_fuel_mpg` varchar(5) DEFAULT '',
  `wheeltype` varchar(80) DEFAULT '',
  `rear_axe_type` varchar(80) DEFAULT '',
  `brakes_type` varchar(80) DEFAULT '',
  `exterior_amenities` text,
  `dashboard_options` text,
  `interior_amenities` text,
  `safety_options` text,
  `w_basic` varchar(30) DEFAULT '',
  `w_drivetrain` varchar(30) DEFAULT '',
  `w_corrosion` varchar(30) DEFAULT '',
  `w_roadside_ass` varchar(30) DEFAULT '',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL DEFAULT '0',
  `edok_link` varchar(200) DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '1',
  `country` varchar(25) DEFAULT '',
  `region` varchar(25) DEFAULT '',
  `city` varchar(25) DEFAULT '',
  `district` varchar(25) DEFAULT '',
  `zipcode` varchar(25) DEFAULT '',
  `owneremail` varchar(50) DEFAULT '',
  `language` char(7) NOT NULL COMMENT 'The language code for the vehicle.',
  `featured_clicks` varchar(100) DEFAULT '',
  `featured_shows` varchar(100) DEFAULT '',
  `extra1` varchar(250) DEFAULT '',
  `extra2` varchar(250) DEFAULT '',
  `extra3` varchar(250) DEFAULT '',
  `extra4` varchar(250) DEFAULT '',
  `extra5` varchar(250) DEFAULT '',
  `extra6` varchar(250) DEFAULT '',
  `extra7` varchar(250) DEFAULT '',
  `extra8` varchar(250) DEFAULT '',
  `extra9` varchar(250) DEFAULT '',
  `extra10` varchar(250) DEFAULT '',
  `video_link` varchar(250) DEFAULT '',
  `owner_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_vehicles`
--

LOCK TABLES `JB21_vehiclemanager_vehicles` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_vehicles` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_vehicles` VALUES (2,68,'1',0,0,0,'a:1:{s:1:\"*\";i:2;}','The Toyota Corolla, for decades, has epitomized basic, trouble-free, and relatively comfortable transportation. That \'no frills\' reputation changed a bit a couple of years ago, when Toyota added some more technology and flair to the Corolla, arguably breaking free of biases that have long pegged it as the blandest of the compact-sedan bunch.The current 2015 Corolla is isn\'t all-out charming, but it\'s engaging and interesting in a way the previous-generation Corolla missed.','','2','17000','USD','2015 Toyota Corolla Sedan','TOYOTA','Corolla','1','','35.7090259','139.73199249999993','14','8-10-81-3-77888999','2015','1','0','918ADB27-B2CB-615E-3F13-45518305EC31_toyotaMain.jpeg','1','2','2','4','Black','Super White','4','Regular Unleaded I-4, 1.8 L','3','1','1','106.3','5','29 mp','37 mp','','','','','','','Child Safety Rear Door Locks; Front and rear head airbags; Dual front side-mounted airbags; Night Vision etc.','3 Years/36,000 Miles','5 Years/60,000 Miles','5 Years/Unlimited','2 Years/25,000 Miles',0,'0000-00-00 00:00:00',0,'2015-07-22 15:48:26',31,'',1,1,'Japan','','Tokio','','','admin@admin','*','','','','','','','','0','0','','','','',0),(3,69,'2',0,0,0,'a:1:{s:1:\"*\";i:3;}','Compact cars have evolved greatly since the grim old days of \"econoboxes,\" and the 2014 Ford Focus is as good a case study as any. It\'s attractive, fun to drive, well-equipped, and affordable--and it\'s eliminated pretty much all of the grim and noisy downsides of smaller and more fuel-efficient vehicles. We even named the current Focus our 2012 Best Car To Buy in its first year on the market.The Focus ST, its hot-rod sibling, is not only a blast behind the wheel but competes surprisingly well with European hot hatches and is one of the high-performance bargains in the market.','1','1','15','USD','2014 Ford Focus ST Hatchback','FORD','Focus','5','','40.7384402','-74.00344469999999','14','+1(212)7788999','2014','1','0','94201FFF-85D5-4586-7889-06BD14239662_fordMain.jpeg','1','2','1','4','','Tangerine Scream Tri-Coat Metallic','4','Regular Unleaded I-4, 2.0 L','3','1','1','','','23 mp','32 mp','','','','','','','Rollover Protection Bars; Fog Lamps; Back-Up Camera etc.','3 Years/36,000 Miles','5 Years/60,000 Miles','5 Years/Unlimited','5 Years/60,000 Miles',0,'0000-00-00 00:00:00',0,'2015-07-22 16:35:55',35,'',1,1,'USA','','New York','','','admin@admin','*','','','','','','','','0','0','Extra1','Extra1','Extra1','',0),(4,70,'3',0,0,0,'a:1:{s:1:\"*\";i:4;}','This 2012 BMW X5 4dr DIESEL 1-OWN.NAVI HUD CAMERAS PREMIUM,COLD WEATHER PKG.PANORAMA AWD SUV features a 3.0L STRAIGHT 6 CYLINDER 6cyl Diesel engine. It is equipped with a 6 Speed Automatic transmission. The vehicle is Alpine White with a WHITE/BLACK Leather interior. It is covered by a limited warranty.','2','2','26990','USD','2012 BMW X5 35d','BMW','X5','7','Innere','48.1341328','11.596486599999935','14',' +49(89)1235555','2012','2','72000','681C2F37-8CF5-80B5-22B9-0444DC2E0397_bmwMain.jpeg','1','1','1','4','White/Black','Brown Metalic','4','Diesel I6 3.0L/182','2','3','3','','5','19 mp','26 mp','','','','','','','Child Safety Locks; Driver Air Bag; Leather Steering Wheel etc.','','','','',0,'0000-00-00 00:00:00',0,'2015-07-22 15:43:56',67,'',1,1,'Germany','','Munich','','','admin@admin','*','','','','','','','','0','0','Extra1','Extra1','Extra1','',0),(5,71,'4',0,0,0,'a:1:{s:1:\"*\";i:5;}','The 2014 Volkswagen Golf, as well as its sporty sibling the Volkswagen GTI, are making their final appearance before the launch of an all-new and totally redesigned 2015 VW Golf. The seventh generation vehicle to bear the name will arrive arly in 2014, so the 2014 models will have a short year, and as such, they\'re purely carryover models.The design of the current car (and the new one, for that matter) instantly marks it as a Golf, with styling cues that deliberately evolve in a recognizable progression. ','3','1','15','USD','2014 Volkswagen Golf Diesel','VOLKSWAGEN','Golf','5','','52.6015167','13.473547800000006','14','+49(30)7788998','2014','1','0','EBC09D5D-A3AF-F379-3790-5E4379C46F3B_golfMain.jpeg','1','2','1','4','black','Tornado Red','4','Turbo Diesel I-4, 2.0 L','2','1','1','','5','30 mp',' 42 m','','','','','','','Daytime Running Lights; Night Vision; Airbags, Airbag Occupancy Sensor etc.','3 Years/36,000 Miles','5 Years/60,000 Miles','12 Years/Unlimited','3 Years/36,000 Miles',0,'0000-00-00 00:00:00',0,'2015-07-22 16:36:23',378,'/~Mayweather/VHM/components/com_vehiclemanager/edocs/receipts.pdf',1,1,'Germany','','Berlin','','','admin@admin','*','','','Custom Text 1','Custom Text 2','','','','1','2','Extra1','Extra1','Extra1','',0),(6,72,'5',0,0,0,'a:1:{s:1:\"*\";i:6;}','Formerly called the FX, the Infiniti QX70 makes some deliberate sacrifices to be one of the most driver-focused crossovers available.The 2015 Infiniti QX70 isn\'t a trail-ready or rugged crossover by any stretch of the imagination, and it\'s not space-efficient either. Instead the QX70 focuses on excellent driving dynamics, handsome looks and its legitimately luxurious interior appointments. At first glance, it\'s one of the best-executed marriages of sleek lines, wagon practicality, and fast underpinnings we\'ve seen. Where the BMW X6 failed in that mission, the QX70 excels from a design standpoint. Sure, there are a few too many details that might clutter the look from some angles, but it\'s otherwise excellent–from it\'s racy roofline to its beautiful sheetmetal. Inside, it\'s inviting and warm, with rich appointments like quilted leather and subdued wood trim–though there may be a few too many buttons for some shoppers.','4','2','46000','USD','2015 Infiniti QX70 SUV','INFINITI','QX70','7','','37.6644966','-5.716747499999997','14','+34(91)4568897','2015','1','0','DBBDF5D6-FB08-6E39-A57B-BA2ED0B97B65_iinfinitiMain.jpeg','1','2','2','5','Liquid Platinum','Black Obsidian','4','Premium Unleaded V-6, 3.7 L','1','1','3','','5','17 mp','24 mp','Rear Wheel Drive','','','','','','Brakes-ABS; Airbag etc.','4 Years/60,000 Miles','5 Years/100,000 Miles','6 Years/70,000 Miles','4 Years/Unlimited',0,'0000-00-00 00:00:00',0,'2015-07-22 15:47:41',42,'',1,1,'Spain','','Madrid','','','admin@admin','*','','','','','','','','0','0','','','','',0);
/*!40000 ALTER TABLE `JB21_vehiclemanager_vehicles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_version`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_version`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_version` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(11) NOT NULL DEFAULT '0',
  `number` varchar(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_version`
--

LOCK TABLES `JB21_vehiclemanager_version` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_version` DISABLE KEYS */;
INSERT INTO `JB21_vehiclemanager_version` VALUES (2,'4.1','PRO');
/*!40000 ALTER TABLE `JB21_vehiclemanager_version` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_vehiclemanager_video_source`
--

DROP TABLE IF EXISTS `JB21_vehiclemanager_video_source`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_vehiclemanager_video_source` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `fk_vehicle_id` int(11) DEFAULT NULL,
  `sequence_number` int(11) DEFAULT NULL,
  `src` varchar(255) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `media` varchar(255) DEFAULT NULL,
  `youtube` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `fk_vehicle_id` (`fk_vehicle_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_vehiclemanager_video_source`
--

LOCK TABLES `JB21_vehiclemanager_video_source` WRITE;
/*!40000 ALTER TABLE `JB21_vehiclemanager_video_source` DISABLE KEYS */;
/*!40000 ALTER TABLE `JB21_vehiclemanager_video_source` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `JB21_viewlevels`
--

DROP TABLE IF EXISTS `JB21_viewlevels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `JB21_viewlevels` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `JB21_viewlevels`
--

LOCK TABLES `JB21_viewlevels` WRITE;
/*!40000 ALTER TABLE `JB21_viewlevels` DISABLE KEYS */;
INSERT INTO `JB21_viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',2,'[6,2,8]'),(3,'Special',3,'[6,3,8]'),(5,'Guest',1,'[9]'),(6,'Super Users',4,'[8]');
/*!40000 ALTER TABLE `JB21_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'netcarz_NKZ'
--

--
-- Dumping routines for database 'netcarz_NKZ'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-05-10 13:57:01
