Server IP : 185.61.155.44  /  Your IP : 3.141.19.186
Web Server : LiteSpeed
System : Linux premium145.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : antommvy ( 964)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /var/softaculous/procwire/../buggenie/../tangobb/../newsletter/../faveo/../plikli/../saurus/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/softaculous/procwire/../buggenie/../tangobb/../newsletter/../faveo/../plikli/../saurus/saurus.sql
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!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 */;

--
-- Database: `soft_saurus47`
--

-- --------------------------------------------------------

--
-- Table structure for table `admin_osa`
--

CREATE TABLE `admin_osa` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) unsigned NOT NULL DEFAULT '0',
  `sorteering` int(11) unsigned NOT NULL DEFAULT '0',
  `nimetus` varchar(255) DEFAULT NULL,
  `eng_nimetus` varchar(255) DEFAULT NULL,
  `fail` varchar(255) DEFAULT NULL,
  `moodul_id` int(11) unsigned NOT NULL DEFAULT '0',
  `extension` varchar(100) DEFAULT NULL,
  `show_in_editor` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`,`parent_id`),
  KEY `id_2` (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=159 ;

--
-- Dumping data for table `admin_osa`
--

INSERT INTO `admin_osa` VALUES
(2, 1, 40, '', 'Data', '', 0, NULL, 0),
(5, 1, 20, '', 'System', '', 0, NULL, 0),
(9, 32, 90, '', 'Translations', 'sys_sonad_loetelu.php', 0, NULL, 0),
(15, 69, 30, '', 'Log', 'log.php', 0, NULL, 1),
(17, 32, 80, '', 'System articles', 'sys_alias.php', 0, NULL, 0),
(19, 1, 90, '', 'Properties', '', 0, NULL, 1),
(32, 1, 60, '', 'Languages', '', 0, NULL, 0),
(33, 32, 100, '', 'Languages', 'keeled.php', 0, NULL, 0),
(34, 1, 50, '', 'Presentation', NULL, 0, NULL, 0),
(39, 34, 90, '', 'Custom Style Sheet', 'custom_css.php', 0, NULL, 0),
(42, 5, 70, '', 'Configuration', 'change_config.php', 0, NULL, 0),
(58, 34, 70, '', 'Content templates', 'content_templates.php', 0, NULL, 0),
(59, 34, 80, '', 'Page templates', 'page_templates.php', 0, NULL, 0),
(60, 19, 100, '', 'Site properties', 'change_config.php?group=1', 0, NULL, 1),
(62, 69, 80, '', 'Recycle Bin', 'trash.php', 0, NULL, 1),
(68, 5, 100, '', 'System info', 'sys_info.php', 0, NULL, 0),
(69, 1, 100, '', 'Tools', '', 0, NULL, 1),
(71, 34, 60, '', 'Object templates', 'object_template_map.php', 0, NULL, 0),
(73, 69, 90, '', 'People', 'user_management.php', 0, NULL, 1),
(74, 2, 90, '', 'Profiles', 'profiles.php', 0, NULL, 0),
(75, 2, 80, '', 'Profile data', 'profile_data.php', 0, NULL, 0),
(76, 5, 20, '', 'External tables', 'db_data.php', 0, NULL, 0),
(77, 69, 100, '', 'Files', 'filemanager.php', 0, NULL, 1),
(78, 1, 10, '', 'Help', NULL, 0, NULL, 0),
(81, 78, 10, '', 'About', 'javascript:void(openpopup(''about.php'',''about'',''450'',''300''))', 0, NULL, 0),
(83, 19, 80, '', 'Permissions', 'permissions.php', 0, NULL, 0),
(85, 5, 80, '', 'Error log', 'error_log.php', 0, NULL, 0),
(86, 1, 70, '', 'Extensions', '', 0, NULL, 0),
(87, 86, 110, '', 'Extensions', 'extensions.php', 0, NULL, 0),
(150, 69, 60, '', 'Feedback forms', 'feedbackforms_handler.php', 0, NULL, 1),
(151, 19, 70, '', 'Image manipulation', 'images_config.php', 0, NULL, 0),
(152, 2, 100, '', 'Explorer', 'site_explorer.php', 0, NULL, 0),
(153, 19, 90, '', 'Site Design', 'designs.php', 0, NULL, 0),
(158, 78, 100, NULL, 'Saurus CMS homepage', 'http://www.saurus.info/" target="_blank', 0, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `allowed_mails`
--

CREATE TABLE `allowed_mails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `mail` varchar(255) DEFAULT '0',
  `objekt_id_list` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `cache`
--

CREATE TABLE `cache` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `objekt_id` int(10) unsigned NOT NULL DEFAULT '0',
  `aeg` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `checksum` varchar(20) NOT NULL DEFAULT '',
  `requests` int(11) unsigned NOT NULL DEFAULT '0',
  `sisu` longtext,
  `url` text NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `site_id` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `objekt_id` (`objekt_id`),
  KEY `url` (`url`(200))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `config`
--

CREATE TABLE `config` (
  `nimi` varchar(255) NOT NULL DEFAULT '',
  `sisu` varchar(255) DEFAULT NULL,
  `kirjeldus` text,
  `on_nahtav` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`nimi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `config`
--

INSERT INTO `config` VALUES
('active_users', '0:0', 'Visitors count on the site (guests:users)', '0'),
('add_new_user_to_mailinglists', '0', 'Add new users to all mailinglists by default', '1'),
('admin_ip_filter', '0', 'User IP access: 0 - luba k6ik, valja arvatud ... / 1 - keela k6ik, valja arvatud ...', '0'),
('adm_img_path', '/admin/images', 'administraatori osas', '0'),
('adm_path', '/admin', 'admini juur', '0'),
('ad_auth_users', '0', 'Use Active Directory authentication for users (Y/N)', '0'),
('ad_base_dn', 'OU=Company,DC=example,DC=com', 'Base DN of the AD server', '1'),
('ad_create_cms_groups', '0', 'Create group if not found in CMS? (Y/N)', '1'),
('ad_create_cms_users', '0', 'Create user if not found in CMS? (Y/N)', '1'),
('ad_readall_password', '', 'Password of the AD user with read access to the Base DN (fill only if anonymous access is denied)', '1'),
('ad_readall_username', '', 'Username of the AD user with read access to the Base DN (fill only if anonymous access is denied)', '1'),
('ad_server', '', 'Active Directory server address', '1'),
('ad_server_port', '389', 'Active Directory server port', '1'),
('alamartiklid_paises', '0', 'Subarticles alignment', '1'),
('alias_language_format', '0', 'Alias prefix format', '1'),
('alias_trail_format', '0', 'Alias format', '1'),
('allow_autologin_from_ip', '0', 'Automatic login based on user IP-address', '1'),
('allow_change_position', '0', 'Allow to change position for the objects', '1'),
('allow_commenting', '1', 'Allow commenting', '1'),
('allow_forgot_password', '1', 'Allow "Forgot password" feature', '1'),
('artiklite_arv_arhiivis', '20', 'Number of articles on archive page in "News" template', '1'),
('bank_connection_logfile', '', 'The log file for Bank Connection', '0'),
('cache_expired', '0', 'Cache expires (hours). 0 = cache is not used', '1'),
('check_for_captcha', '1', 'Use CAPTCHA verification for comments and forums', '1'),
('comment_max_chars', '120', 'Maximum length of word in the comment. Longer words will cause text wrapping.', '1'),
('company_name', '', 'Company name to display when paying', '0'),
('context_menu_open_event', 'click', 'Context menu open event', '1'),
('custom_img_path', '/px_custom', 'custom piltide jaoks, mis ei kuulu toote komplekti', '0'),
('custom_login_url', '', 'Enter a custom login page URL instead of the standard form like:  http://www.example.com', '1'),
('cyr_convert_encoding', '', 'Cyrillic conversation type. Value=(k,i,a,d,m,u) or empty', '1'),
('date_format', 'dd.mm.yyyy', 'System date format', '1'),
('default_comments', '0', 'Adding comments is allowed for objects by default', '1'),
('default_mail', '[[admin_email]]', 'Default "To" e-mail address', '1'),
('default_pass_expire_days', '365', 'Registered users password expiration time (in days)', '1'),
('disable_form_based_login', '0', 'Disable form based login', '1'),
('display_errors_ip', '', 'Display errors only to these IP addresses (semicolon separated)', '1'),
('documents_directory', '/shared/documents', 'Documents directory', '1'),
('documents_in_filesystem', '1', 'If this is 1 and documents_directory has a value, then {init_documents} saves documents to the filesystem', '1'),
('documents_mod_xsendfile', '1', 'If this is 1 and documents_in_filesystem is 1 and documents_directory has a value and mod_xsendfile Apache mod has been installed, then mod_xsendfile will serve the files', '1'),
('dont_cache_objects', '', 'Cache will be skipped for ID''s (coma separated list)', '1'),
('editor_intra_link', '0', 'If "intranet" hyperlinks are allowed in the editor', '0'),
('enable_mailing_list', '1', 'Enable mailing lists', '1'),
('eshop_key', '', 'Key used to sign data in the shoppingcart (Not the same as the bank key!)', '0'),
('ESTCARD_id', '', 'ID in the ESTCARD payment system', '0'),
('ESTCARD_signature', '', 'SIGNATURE path or text for the ESTCARD payment system', '0'),
('ESTCARD_url', 'https://pos.estcard.ee/test-pos/servlet/iPAYServlet', 'URL for connecting to ESTCARD payment system', '0'),
('feedbackform_action', 'form.php', 'Form action', '1'),
('feedbackform_check_for_captcha', '0', 'Use CAPTCHA verification for feedback forms', '1'),
('feedbackform_form_name', 'SCMSForm', 'Form name', '1'),
('feedbackform_method', 'post', 'Form method', '1'),
('file_path', '/public', 'failide asukoht', '0'),
('fm_allow_multiple_upload', '1', 'Allow for multiple file uploading', '1'),
('force_https_for_admin', '0', 'Force HTTPS for admin environment', '1'),
('force_https_for_editing', '0', 'Force HTTPS for editor environment', '1'),
('from_email', '[[admin_email]]', 'Default "From" e-mail address', '1'),
('gallup_ip_check', '2', 'Prevent multiple votes', '1'),
('goto_user_details', '0:1:details.php?user=[user_id]', 'Hidden feature: kui sisselülitatud, siis kommentaari juures ei näidata mitte autori nime ja emaili,<br> vaid kasutajanime ja linki valislehele.', '0'),
('HANZA_account', '', 'ACCOUNT to use for the HANZA.NET payment system', '0'),
('HANZA_signature', '', 'SIGNATURE path or text for the HANZA.NET payment system', '0'),
('HANZA_url', 'https://www.hanza.net/cgi-bin/hanza/pangalink.jsp', 'URL for connecting to the HANZA.NET payment system', '0'),
('HANZA_username', '', 'USERNAME for the HANZA.NET payment system', '0'),
('hostname', '[[domhost]]', 'Website domain e.g "your.site.com" (Caution! Affects whole website!)', '0'),
('id_card_create_cms_users', '0', 'Create user if not found in CMS? (Y/N)', ''),
('id_card_default_cms_group', '0', 'Default group for created users', ''),
('imagemagick_path', '', 'Imagemagick binaries path. Fill only if Imagemagick is used for image \nmanipulation and it is not found in system path', '1'),
('image_mode', 'gd lib', 'Image manipulation is handed by', '1'),
('image_width', '600', 'Maximum size of picture in gallery (in pixels)', '1'),
('img_path', '/px', 'piltide asukoht', '0'),
('IPOS_account', '', 'ACCOUNT to use for the IPOS payment system', '0'),
('IPOS_signature', '', 'SIGNATURE path or text for the IPOS payment system', '0'),
('IPOS_url', 'https://unet.eyp.ee/cgi-bin/ws.sh/u-commerce.w', 'URL for connecting to the IPOS payment system', '0'),
('IPOS_username', '', 'USERNAME for the IPOS payment system', '0'),
('js_path', '/js', 'javascriptide asukoht', '0'),
('kasutaja_voti', 'deprecated', 'reg.kasutaja parooli kodeerimisel kasutatav võti', '0'),
('kasuta_ip_filter', '0', '0 - don''t use; 1 - users only; 2 - admins only; 3 - both admins and users', '0'),
('kommentaaride_lehekulgede_arv', '10', 'Number of comments pages', '1'),
('komment_arv_lehel', '10', 'Number of comments on 1 comments page', '1'),
('KREP_account', '', 'ACCOUNT to use for the KREP payment system', '0'),
('KREP_signature', '', 'SIGNATURE path or text for the KREP payment system', '0'),
('KREP_url', 'https://i-pank.krediidipank.ee/', 'URL for connecting to the KREP payment system', '0'),
('KREP_username', '', 'USERNAME for the KREP payment system', '0'),
('lock_inactive_user_after_x_days', '0', 'Lock inactive user after x days', '1'),
('login_duration_time', '5', 'Time within the login attempts are considered as one (in minutes)', '1'),
('login_locked_time', '20', 'How long user is locked after failed login attempts (in minutes)', '1'),
('mailinglist_sending_option', '0', 'Mailinglist send type', '1'),
('maillist_article_content', '0', 'Article content', '1'),
('maillist_article_title', '0', 'Article title', '1'),
('maillist_footer', '', 'Custom footer (will be added after articles)', '1'),
('maillist_format', '0', 'Mailinglists format', '1'),
('maillist_header', '', 'Custom header (will be added prior articles)', '1'),
('maillist_interval', '1', 'Mailing list interval (in hour)', '1'),
('maillist_reporter_address', '', 'Send reports about mailinglist postings to (e-mail address)', '1'),
('maillist_sender_address', '', 'Sender address', '1'),
('maillist_sending_after_publishing', '0', 'Run mailinglists after each publishing (otherwise run on pageload)', '1'),
('maillist_send_newer_than', '01.09.2004', 'Send articles that are newer than (dd.mm.yyyy)', '1'),
('maillist_subject', '0', 'Mailinglist subject', '1'),
('max_login_attempts', '5', 'Maximum number of login attempts', '1'),
('new_user_password', '', 'Password string for new users (default is empty)', '1'),
('next_10min', '1305282327', 'Time for next 10 minutes interval run', '0'),
('next_counting_active_users', '0', 'Next calculation time for the visitors count', '0'),
('next_day', '1305368127', 'Time for next day run', '0'),
('next_hour', '1305285327', 'Millal järgmine auto_publishing  toimub', '0'),
('next_mailinglist', '1305285327', 'Millal järgmine auto_maillist  toimub', '0'),
('next_week', '1305886527', 'Time for next week run', '0'),
('NORDEA_account', '', 'ACCOUNT to use for the Nordea Solo payment system', '0'),
('NORDEA_MAC_key', '', 'Nordea MAC signature key', '0'),
('NORDEA_url', 'https://solo3.nordea.fi/cgi-bin/SOLOPM01', 'URL for connecting to the Nordea Solo payment system', '0'),
('NORDEA_username', '', 'USERNAME for the Nordea Solo payment system', '0'),
('notification_about_new_user_enabled', '0', 'Notify administrator about new registered users by e-mail Y/N', '1'),
('only_regusers_comment', '0', 'Only authenticated users may add comments', '1'),
('original_picture_saved', '0', 'Allow original file download in image gallery\r\n', '1'),
('otsingu_tulemuste_arv', '20', 'Number of articles on search result page', '1'),
('payment_secret_key', '', 'Secret key to use for the payment system', '0'),
('php_max_execution_time', '1300', 'Maximum time a script is allowed to run (seconds)', '1'),
('php_memory_limit', '64', 'Maximum amount of memory a script is allowed to allocate (Mbytes)', '1'),
('prog_path', '', 'Path to the ''kontrolli'' and ''signeeri'' programs', '0'),
('protocol', 'http://', 'Protocol of the public website', '1'),
('proxy_server', '', 'Proxy server address', '1'),
('proxy_server_port', '', 'Proxy server port', '1'),
('redirect_to_alias', '1', 'Redirect links containing object ID to object alias', '1'),
('regusers_access_enabled', '0', '1 - enabled / 0 - disabled', '0'),
('replace_links_with_alias', '0', 'Replace local links in content with their respective aliases', '1'),
('SAMPO_account', '', 'ACCOUNT to use for the SAMPO payment system', '0'),
('SAMPO_signature', '', 'SIGNATURE path or text for the SAMPO payment system', '0'),
('SAMPO_url', 'https://www2.sampo.ee/cgi-bin/pizza', 'URL for connecting to the SAMPO payment system', '0'),
('SAMPO_username', '', 'USERNAME for the SAMPO payment system', '0'),
('save_error_log', '1', 'Save PHP and MySQL errors into the database', '1'),
('save_site_log', '1', 'Enable site log', '1'),
('search_result_excerpt_length', '180', 'Search result excerpt length', '0'),
('secure_file_path', '/shared', 'File path for non public files', '0'),
('send_error_notifiations_last_run', '2008-02-24 17:27:46', 'Last time when error notifications were sent', '0'),
('send_error_notifiations_setting', '0', 'Method for error notifications activation', '1'),
('send_error_notifiations_to', '', 'E-mail addresses to send error notifications (comma separated)', '1'),
('send_error_notifiations_to_superusers', '0', 'Send error notifications to all superusers', '1'),
('send_feedback_email', 'feedback@saurus.info', 'E-mail address where bug, feature request and other feedback are sent', '0'),
('site_name', 'Saurus CMS', 'Website name, used on printer-friendly pages', '1'),
('start_date_of_objects_counting', '01.09.2004', '[dd.mm.yyyy ] Start counting from that date', '1'),
('styles_path', '/styles/default', 'Application skin', '1'),
('subject', 'Data from website', 'E-mail "Subject"', '1'),
('thumb_width', '150', 'Maximum size of thumbnail in gallery (in pixels)', '1'),
('time_zone', '', 'GMT time zone the website is located in', '1'),
('toolbar_allowed_on_print_page', '0', 'Standard buttons allowed on the Print Page', '0'),
('transport_vat', '0.18', 'Transport V.A.T. value in percent', '1'),
('trash_expires', '10', 'Number of days content objects are preserved in recycle bin. <br>If "0", objects will be deleted immediately.', '1'),
('unix_userpasswd', '0', 'Use UNIX crypt for user login', '0'),
('UPOS_account', '', 'ACCOUNT to use for the UPOS payment system', '0'),
('UPOS_signature', '', 'SIGNATURE path or text for the UPOS payment system', '0'),
('UPOS_url', 'https://unet.eyp.ee/cgi-bin/ws.sh/u-pos.w', 'URL for connecting to the UPOS payment system', '0'),
('UPOS_username', '', 'USERNAME for the UPOS payment system', '0'),
('users_can_delete_comment', '1', 'Users are allowed to delete their last comment', '1'),
('users_can_register', '0', 'Site visitors are allowed to register', '1'),
('users_require_safe_password', '0', 'Check for password difficulty', '1'),
('user_ip_filter', '0', 'User IP access: 0 - luba k6ik, valja arvatud ... / 1 - keela k6ik, valja arvatud ...', '0'),
('use_aliases', '0', 'Use human friendly URLs', '1'),
('use_ntlm_auth', '0', 'Use NTLM authentication for users? (Y/N)', '1'),
('wwwroot', '[[relativeurl]]', 'Website root URL (if any) e.g "/mysite" (Caution! Affects whole website!)', '0'),
('xml_max_filecount', '100', 'The maximum number of XML import files that are processed at once', '1');

-- --------------------------------------------------------

--
-- Table structure for table `config_images`
--

CREATE TABLE `config_images` (
  `definition_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` text,
  `value` text,
  PRIMARY KEY (`definition_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `config_images`
--

INSERT INTO `config_images` VALUES
(2, 'Content width', '520'),
(3, 'Half of content width', '260');

-- --------------------------------------------------------

--
-- Table structure for table `css`
--

CREATE TABLE `css` (
  `css_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `data` blob,
  `is_active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`css_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `css`
--

INSERT INTO `css` VALUES
(1, 'custom_css', '@import url(extensions/saurus4/css/main.css);\r\n@import url(extensions/saurus4/css/content.css);\r\n\r\nbody, td {\r\n	font-family: "Lucida Sans Unicode", Verdana, sans-serif;\r\n	font-size: 13px;\r\n	color: #495B76;\r\n}\r\n\r\na {\r\n	color: #85A5EF;\r\n}\r\n\r\nh1 {\r\n	margin: 0px;\r\n	padding-top: 10px;\r\n	font-size: 24px;\r\n	font-weight: normal;\r\n}\r\n\r\nh2 {\r\n	margin: 0px;\r\n	padding-top: 10px;\r\n	font-size: 20px;\r\n	font-weight: normal;\r\n}\r\n\r\nh3 {\r\n	margin: 0px;\r\n	padding-top: 10px;\r\n	font-size: 16px;\r\n	font-weight: normal;\r\n}\r\n\r\np.qoute {\r\n	margin: 10px 0px 10px 0px;\r\n	padding-left: 15px;\r\n	font-style: italic;\r\n	border-left: 3px solid #85A5EF;\r\n}\r\n\r\nspan.Date {\r\n	font-size: 11px;\r\n	color: #85A5EF;\r\n}\r\n', 1),
(2, 'wysiwyg_css', 'h1 {\r\n	margin: 0px;\r\n	padding-top: 10px;\r\n	font-size: 24px !important;\r\n	font-weight: normal;\r\n}\r\n\r\nh2 {\r\n	margin: 0px;\r\n	padding-top: 10px;\r\n	font-size: 20px !important;\r\n	font-weight: normal;\r\n}\r\n\r\nh3 {\r\n	margin: 0px;\r\n	padding-top: 10px;\r\n	font-size: 16px !important;\r\n	font-weight: normal;\r\n} \r\n\r\np.qoute {\r\n	margin: 10px 0px 10px 0px;\r\n	padding-left: 15px;\r\n	font-style: italic;\r\n	border-left: 3px solid #85A5EF;\r\n}\r\n\r\npre {\r\n}\r\n\r\nspan.Date {\r\n	font-size: 11px;\r\n	color: #85A5EF;\r\n}\r\n', 1),
(3, 'wysiwyg_css_general', 'body, td {\r\n	padding: 5px 5px 5px 5px;\r\n	margin: 0px;\r\n	background-color: #ffffff;\r\n	font-family: "Lucida Sans Unicode", Verdana, sans-serif;\r\n	font-size: 13px;\r\n	color: #495B76;\r\n}\r\n\r\na {\r\n	color: #85A5EF !important;\r\n}\r\n', 1);

-- --------------------------------------------------------

--
-- Table structure for table `document_parts`
--

CREATE TABLE `document_parts` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `content` longblob NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id_objekt_id` (`objekt_id`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `error_log`
--

CREATE TABLE `error_log` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time_of_error` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `source` text NOT NULL,
  `err_text` text NOT NULL,
  `err_type` enum('PHP','SQL','CMS') NOT NULL DEFAULT 'CMS',
  `domain` varchar(255) NOT NULL DEFAULT '',
  `referrer` varchar(255) NOT NULL DEFAULT '',
  `fdat_scope` text NOT NULL,
  `ip` varchar(15) NOT NULL DEFAULT '',
  `remote_user` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `err_type` (`err_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `extensions`
--

CREATE TABLE `extensions` (
  `extension_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `title` varchar(255) DEFAULT NULL,
  `description` text,
  `path` varchar(255) DEFAULT NULL,
  `author` varchar(255) DEFAULT NULL,
  `icon_path` varchar(255) DEFAULT NULL,
  `version` varchar(15) DEFAULT NULL,
  `version_date` date NOT NULL DEFAULT '0000-00-00',
  `min_saurus_version` varchar(15) DEFAULT NULL,
  `min_saurus_modules` varchar(255) DEFAULT NULL,
  `is_official` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `is_active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `is_downloadable` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`extension_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `extensions`
--

INSERT INTO `extensions` VALUES
(1, 'saurus4', 'Saurus 4', 'These templates ship with Saurus CMS 4 installation.', 'extensions/saurus4/', 'Saurus <a href="http://www.saurus.info" target="_blank">www.saurus.info</a>', 'logo.gif', '1.8', '2009-11-19', '4.6.4', '', 1, 0, 1),
(4, 'sample', 'Sample Extension', 'For explaining how stuff works', 'extensions/sample/', 'Saurus <a href="http://www.saurus.info" target="_blank">www.saurus.info</a>', 'logo.gif', '1.0', '2006-05-18', '4.2.0', '', 1, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `ext_country`
--

CREATE TABLE `ext_country` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `profile_id` int(4) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `profile_id` (`profile_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=235 ;

--
-- Dumping data for table `ext_country`
--

INSERT INTO `ext_country` VALUES
(2, 135, 'Afghanistan'),
(3, 135, 'Albania'),
(4, 135, 'Algeria'),
(5, 135, 'American Samoa'),
(6, 135, 'Andorra'),
(7, 135, 'Angola'),
(8, 135, 'Anguilla'),
(9, 135, 'Antartica'),
(10, 135, 'Antigua and Barbuda'),
(11, 135, 'Argentina'),
(12, 135, 'Armenia'),
(13, 135, 'Aruba'),
(14, 135, 'Ascension Island'),
(15, 135, 'Australia'),
(16, 135, 'Azerbaijan'),
(17, 135, 'Bahamas'),
(18, 135, 'Bahrain'),
(19, 135, 'Bangladesh'),
(20, 135, 'Barbados'),
(21, 135, 'Belarus'),
(22, 135, 'Belgium'),
(23, 135, 'Belize'),
(24, 135, 'Benin'),
(25, 135, 'Bermuda'),
(26, 135, 'Bhutan'),
(27, 135, 'Bolivia'),
(28, 135, 'Bosnia and Herzegovina'),
(29, 135, 'Botswana'),
(30, 135, 'Bouvet Island'),
(31, 135, 'Brazil'),
(32, 135, 'British Indian Ocean Territory'),
(33, 135, 'Brunei Darussalam'),
(34, 135, 'Bulgaria'),
(35, 135, 'Burkina Faso'),
(36, 135, 'Burundi'),
(37, 135, 'Cambodia'),
(38, 135, 'Cameroon'),
(39, 135, 'Canada'),
(40, 135, 'Cap Verde'),
(41, 135, 'Cayman Islands'),
(42, 135, 'Central African Republic'),
(43, 135, 'Chad'),
(44, 135, 'Chile'),
(45, 135, 'China'),
(46, 135, 'Christmas Island'),
(47, 135, 'Cocos (Keeling) Islands'),
(48, 135, 'Colombia'),
(49, 135, 'Comoros'),
(50, 135, 'Croatia/Hrvatska'),
(51, 135, 'Cuba'),
(52, 135, 'Cyprus'),
(53, 135, 'Czech Republic'),
(54, 135, 'Denmark'),
(55, 135, 'Djibouti'),
(56, 135, 'Dominica'),
(57, 135, 'Dominican Republic'),
(58, 135, 'East Timor'),
(59, 135, 'Ecuador'),
(60, 135, 'Egypt'),
(61, 135, 'El Salvador'),
(62, 135, 'Equatorial Guinea'),
(63, 135, 'Eritrea'),
(64, 135, 'Estonia'),
(65, 135, 'Ethiopia'),
(66, 135, 'Falkland Islands (Malvina)'),
(67, 135, 'Faroe Islands'),
(68, 135, 'Fiji'),
(69, 135, 'Finland'),
(70, 135, 'France'),
(71, 135, 'French Guiana'),
(72, 135, 'French Polynesia'),
(73, 135, 'French Southern Territories'),
(74, 135, 'Gabon'),
(75, 135, 'Gambia'),
(76, 135, 'Georgia'),
(77, 135, 'Germany'),
(78, 135, 'Ghana'),
(79, 135, 'Gibraltar'),
(80, 135, 'Greece'),
(81, 135, 'Greenland'),
(82, 135, 'Grenada'),
(83, 135, 'Guadeloupe'),
(84, 135, 'Guam'),
(85, 135, 'Guatemala'),
(86, 135, 'Guernsey'),
(87, 135, 'Guinea'),
(88, 135, 'Guinea-Bissau'),
(89, 135, 'Guyana'),
(90, 135, 'Haiti'),
(91, 135, 'Heard and McDonald Islands'),
(92, 135, 'Holy See (City Vatican State)'),
(93, 135, 'Honduras'),
(94, 135, 'Hong Kong'),
(95, 135, 'Hungary'),
(96, 135, 'Iceland'),
(97, 135, 'India'),
(98, 135, 'Indonesia'),
(99, 135, 'Iran (Islamic Republic of)'),
(100, 135, 'Iraq'),
(101, 135, 'Ireland'),
(102, 135, 'Isle of Man'),
(103, 135, 'Israel'),
(104, 135, 'Italy'),
(105, 135, 'Jamaica'),
(106, 135, 'Japan'),
(107, 135, 'Jersey'),
(108, 135, 'Jordan'),
(109, 135, 'Kazakhstan'),
(110, 135, 'Kenya'),
(111, 135, 'Kiribati'),
(112, 135, 'Latvia'),
(113, 135, 'Lebanon'),
(114, 135, 'Lesotho'),
(115, 135, 'Liberia'),
(116, 135, 'Libyan Arab Jamahiriya'),
(117, 135, 'Liechtenstein'),
(118, 135, 'Lithuania'),
(119, 135, 'Luxembourg'),
(120, 135, 'Macau'),
(121, 135, 'Macedonia, Former Yugoslav Republic'),
(122, 135, 'Madagascar'),
(123, 135, 'Malawi'),
(124, 135, 'Malaysia'),
(125, 135, 'Maldives'),
(126, 135, 'Mali'),
(127, 135, 'Malta'),
(128, 135, 'Marshall Islands'),
(129, 135, 'Martinique'),
(130, 135, 'Mauritania'),
(131, 135, 'Mauritius'),
(132, 135, 'Mayotte'),
(133, 135, 'Mexico'),
(134, 135, 'Micronesia, Federal State of'),
(135, 135, 'Moldova, Republic of'),
(136, 135, 'Monaco'),
(137, 135, 'Mongolia'),
(138, 135, 'Montserrat'),
(139, 135, 'Morocco'),
(140, 135, 'Mozambique'),
(141, 135, 'Myanmar'),
(142, 135, 'Namibia'),
(143, 135, 'Nauru'),
(144, 135, 'Nepal'),
(145, 135, 'Netherlands'),
(146, 135, 'Netherlands Antilles'),
(147, 135, 'New Caledonia'),
(148, 135, 'New Zealand'),
(149, 135, 'Nicaragua'),
(150, 135, 'Niger'),
(151, 135, 'Nigeria'),
(152, 135, 'Niue'),
(153, 135, 'Norfolk Island'),
(154, 135, 'Northern Mariana Islands'),
(155, 135, 'Norway'),
(156, 135, 'Oman'),
(157, 135, 'Pakistan'),
(158, 135, 'Palau'),
(159, 135, 'Panama'),
(160, 135, 'Papua New Guinea'),
(161, 135, 'Paraguay'),
(162, 135, 'Peru'),
(163, 135, 'Philippines'),
(164, 135, 'Pitcairn Island'),
(165, 135, 'Poland'),
(166, 135, 'Portugal'),
(167, 135, 'Puerto Rico'),
(168, 135, 'Qatar'),
(169, 135, 'Reunion Island'),
(170, 135, 'Romania'),
(171, 135, 'Russian Federation'),
(172, 135, 'Rwanda'),
(173, 135, 'Saint Kitts and Nevis'),
(174, 135, 'Saint Lucia'),
(175, 135, 'Saint Vincent and the Grenadines'),
(176, 135, 'San Marino'),
(177, 135, 'Sao Tome and Principe'),
(178, 135, 'Saudi Arabia'),
(179, 135, 'Senegal'),
(180, 135, 'Seychelles'),
(181, 135, 'Sierra Leone'),
(182, 135, 'Singapore'),
(183, 135, 'Slovak Republic'),
(184, 135, 'Slovenia'),
(185, 135, 'Solomon Islands'),
(186, 135, 'Somalia'),
(187, 135, 'South Africa'),
(188, 135, 'South Georgia and the South Sandwich Islands'),
(189, 135, 'Spain'),
(190, 135, 'Sri Lanka'),
(191, 135, 'St. Helena'),
(192, 135, 'St. Pierre and Miquelon'),
(193, 135, 'Sudan'),
(194, 135, 'Suriname'),
(195, 135, 'Svalbard and Jan Mayen Islands'),
(196, 135, 'Swaziland'),
(197, 135, 'Sweden'),
(198, 135, 'Switzerland'),
(199, 135, 'Syrian Arab Republic'),
(200, 135, 'Taiwan'),
(201, 135, 'Tajikistan'),
(202, 135, 'Tanzania'),
(203, 135, 'Thailand'),
(204, 135, 'Togo'),
(205, 135, 'Tokelau'),
(206, 135, 'Tonga'),
(207, 135, 'Trinidad and Tobago'),
(208, 135, 'Tunisia'),
(209, 135, 'Turkey'),
(210, 135, 'Turkmenistan'),
(211, 135, 'Turks and Ciacos Islands'),
(212, 135, 'Tuvalu'),
(213, 135, 'Uganda'),
(214, 135, 'Ukraine'),
(215, 135, 'United Arab Emirates'),
(216, 135, 'United Kingdom'),
(217, 135, 'United Kingdom'),
(218, 135, 'United States'),
(219, 135, 'Uruguay'),
(220, 135, 'US Minor Outlying Islands'),
(221, 135, 'Uzbekistan'),
(222, 135, 'Vanuatu'),
(223, 135, 'Venezuela'),
(224, 135, 'Vietnam'),
(225, 135, 'Virgin Islands (British)'),
(226, 135, 'Virgin Islands (USA)'),
(227, 135, 'Wallis and Futuna Islands'),
(228, 135, 'Western Sahara'),
(229, 135, 'Western Samoa'),
(230, 135, 'Yemen'),
(231, 135, 'Yugoslavia'),
(232, 135, 'Zaire'),
(233, 135, 'Zambia'),
(234, 135, 'Zimbabwe');

-- --------------------------------------------------------

--
-- Table structure for table `ext_timezones`
--

CREATE TABLE `ext_timezones` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `profile_id` int(4) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) DEFAULT NULL,
  `UTC_dif` float(7,2) DEFAULT NULL,
  `php_variable` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=72 ;

--
-- Dumping data for table `ext_timezones`
--

INSERT INTO `ext_timezones` VALUES
(1, 138, '(GMT -11) Midway Island,Samoa', -11.00, 'Pacific/Midway'),
(2, 138, '(GMT -10) Hawaii', -10.00, 'Pacific/Honolulu'),
(3, 138, '(GMT -9) Alaska', -9.00, 'America/Adak'),
(4, 138, '(GMT -8) Pacific Time (US & Canada),Tijuana', -8.00, 'America/Tijuana'),
(5, 138, '(GMT -7) Arizona', -7.00, 'America/Phoenix'),
(6, 138, '(GMT -7) Chihuahua, La Paz, Mazatlan', -7.00, 'America/Mazatlan'),
(7, 138, '(GMT -7) Mountain Time (US & Canada)', -7.00, 'America/Dawson_Creek'),
(8, 138, '(GMT -6) Central America', -6.00, 'America/Mexico_City'),
(9, 138, '(GMT -6) Central Time (US & Canada)', -6.00, 'America/Regina'),
(10, 138, '(GMT -6) Guadalajara, Mexico City, Monterrey', -6.00, 'America/Mexico_City'),
(11, 138, '(GMT -5) Bogota, Lime, Quito', -5.00, 'America/Bogota'),
(12, 138, '(GMT -5) Eastern Time (US & Canada)', -5.00, 'America/Indianapolis'),
(13, 138, '(GMT -5) Indiana (East)', -5.00, 'America/Indianapolis'),
(14, 138, '(GMT -4) Atlantic Time (Canada)', -4.00, 'America/Halifax'),
(15, 138, '(GMT -4) Caracas, La Paz', -4.00, 'America/Caracas'),
(16, 138, '(GMT -4) Santiago', -4.00, 'America/Santiago'),
(17, 138, '(GMT -3:30) Newfoundland', -3.50, 'America/St_Johns'),
(18, 138, '(GMT -3) Buenos Aires, Georgetown', -3.00, 'America/Buenos_Aires'),
(19, 138, '(GMT -3) Greenland', -3.00, 'America/Thule'),
(20, 138, '(GMT -2) Mid-Atlantic', -2.00, 'Atlantic/South_Georgia'),
(21, 138, '(GMT -1) Azores', -1.00, 'Atlantic/Azores'),
(22, 138, '(GMT -1) Cape Verde Is.', -1.00, 'Atlantic/Cape_Verde'),
(23, 138, '(GMT) Casablanca, Monrovia', 0.00, 'Africa/Monrovia'),
(24, 138, '(GMT) Greenwich Mean Time - Dublin, Edinburgh, Lisbon, London', 0.00, 'Europe/London'),
(25, 138, '(GMT +1) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna', 1.00, 'Europe/Vienna'),
(26, 138, '(GMT +1) Belgrade, Bratislava, Budapest, Ljubljana, Prague', 1.00, 'Europe/Prague'),
(27, 138, '(GMT +1) Brussels, Copenhagen, Madrid, Paris', 1.00, 'Europe/Paris'),
(28, 138, '(GMT +1) Sarajevo, Skopje, Warsaw, Zagreb', 1.00, 'Europe/Zagreb'),
(29, 138, '(GMT +1) West Central Africa', 1.00, 'Africa/Kinshasa'),
(30, 138, '(GMT +2) Athens, Istanbul, Minsk', 2.00, 'Europe/Minsk'),
(31, 138, '(GMT +2) Bucharest', 2.00, 'Europe/Bucharest'),
(32, 138, '(GMT +2) Cairo', 2.00, 'Africa/Cairo'),
(33, 138, '(GMT +2) Harare, Pretoria', 2.00, 'Africa/Harare'),
(34, 138, '(GMT +2) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius', 2.00, 'Europe/Tallinn'),
(35, 138, '(GMT +2) Jerusalem', 2.00, 'Asia/Jerusalem'),
(36, 138, '(GMT +3) Baghdad', 3.00, 'Asia/Baghdad'),
(37, 138, '(GMT +3) Kuwait, Riyadh', 3.00, 'Asia/Kuwait'),
(38, 138, '(GMT +3) Moscow, St. Petersburg, Volgograd', 3.00, 'Europe/Moscow'),
(39, 138, '(GMT +3) Nairobi', 3.00, 'Africa/Nairobi'),
(40, 138, '(GMT +3:30) Tehran', 3.50, 'Asia/Tehran'),
(41, 138, '(GMT +4) Abu Dhabi, Muscat', 4.00, 'Asia/Muscat'),
(42, 138, '(GMT +4) Baku, Tbilisi, Yerevan', 4.00, 'Asia/Tbilisi'),
(43, 138, '(GMT +4:30) Kabul', 4.00, 'Asia/Kabul'),
(44, 138, '(GMT +5) Ekaterinburg', 5.00, 'Asia/Yekaterinburg'),
(45, 138, '(GMT +5) Islamabad, Karachi, Tashkent', 5.00, 'Asia/Karachi'),
(46, 138, '(GMT +5:30) Chennai, Kolkata, Mumbai, New Delhi', 5.50, 'Asia/Calcutta'),
(47, 138, '(GMT +5:45) Kathmandu', 5.75, 'Asia/Katmandu'),
(48, 138, '(GMT +6) Almaty, Novosibirsk', 6.00, 'Asia/Novosibirsk'),
(49, 138, '(GMT +6) Astana, Dhaka', 6.00, 'Asia/Dhaka'),
(50, 138, '(GMT +6:30) Rangoon', 6.50, 'Asia/Rangoon'),
(51, 138, '(GMT +7) Bangkok, Hanoi, Jakarta', 7.00, 'Asia/Bangkok'),
(52, 138, '(GMT +7) Krasnoyarsk', 7.00, 'Asia/Krasnoyarsk'),
(53, 138, '(GMT +8) Beijing, Chongging, Hong Kong, Urumgi', 8.00, 'Asia/Hong_Kong'),
(54, 138, '(GMT +8) Irkutsk, Ulaan Bataar', 8.00, 'Asia/Irkutsk'),
(55, 138, '(GMT +8) Kuala Lumpur, Singapore', 8.00, 'Asia/Kuala_Lumpur'),
(56, 138, '(GMT +8) Perth', 8.00, 'Australia/Perth'),
(57, 138, '(GMT +8) Taipei', 8.00, 'Asia/Taipei'),
(58, 138, '(GMT +9) Osaka, Sapporo, Tokyo', 9.00, 'Asia/Tokyo'),
(59, 138, '(GMT +9) Seoul', 9.00, 'Asia/Seoul'),
(60, 138, '(GMT +9) Yakutsk', 9.00, 'Asia/Yakutsk'),
(61, 138, '(GMT +9:30) Adelaide', 9.50, 'Australia/Adelaide'),
(62, 138, '(GMT +9:30) Darwin', 9.50, 'Australia/Darwin'),
(63, 138, '(GMT +10) Brisbane', 10.00, 'Australia/Brisbane'),
(64, 138, '(GMT +10) Canberra, Melbourne, Sydney', 10.00, 'Australia/Sydney'),
(65, 138, '(GMT +10) Guam, Port Moresby', 10.00, 'Pacific/Guam'),
(66, 138, '(GMT +10) Hobart', 10.00, 'Australia/Hobart'),
(67, 138, '(GMT +10) Vladivostok', 10.00, 'Asia/Vladivostok'),
(68, 138, '(GMT +11) Magadan, Solomon Is., New Caledonia', 11.00, 'Asia/Magadan'),
(69, 138, '(GMT +12) Auckland, Wellington', 12.00, 'Pacific/Auckland'),
(70, 138, '(GMT +12) Figi, Kamchatka, Marshall Is.', 12.00, 'Asia/Kamchatka'),
(71, 138, '(GMT +13) Nuku''alofa', 13.00, 'Pacific/Enderbury');

-- --------------------------------------------------------

--
-- Table structure for table `favorites`
--

CREATE TABLE `favorites` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `fav_objekt_id` bigint(20) unsigned DEFAULT NULL,
  `fav_user` bigint(20) unsigned DEFAULT NULL,
  `fav_group` bigint(20) unsigned DEFAULT NULL,
  `is_selected` tinyint(1) unsigned DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `id_2` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `forms`
--

CREATE TABLE `forms` (
  `form_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `profile_id` int(10) unsigned DEFAULT '0',
  `source_table` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `gallup_ip`
--

CREATE TABLE `gallup_ip` (
  `gi_id` bigint(21) NOT NULL AUTO_INCREMENT,
  `objekt_id` bigint(20) NOT NULL DEFAULT '0',
  `ip` char(15) DEFAULT NULL,
  `user_id` bigint(20) NOT NULL DEFAULT '0',
  `vote_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `gv_id` bigint(21) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`gi_id`),
  KEY `gallup_id` (`objekt_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `gallup_vastus`
--

CREATE TABLE `gallup_vastus` (
  `gv_id` bigint(21) NOT NULL AUTO_INCREMENT,
  `objekt_id` bigint(20) NOT NULL DEFAULT '0',
  `vastus` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) DEFAULT '0',
  PRIMARY KEY (`gv_id`),
  KEY `gallup_id` (`objekt_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `gallup_vastus`
--

INSERT INTO `gallup_vastus` VALUES
(1, 10350, 'Sed mollis dui vel', 11),
(2, 10350, 'Nam blandit neque', 7),
(3, 10350, 'Morbi metus', 2),
(4, 10350, 'Aenean congue', 1),
(5, 10350, 'Nunc commodo', 14),
(6, 10351, 'Sed mollis dui vel', 21),
(7, 10351, 'Nam blandit neque et', 9),
(8, 10351, 'Morbi metus', 3),
(9, 10351, 'Aenean congue', 4),
(10, 10351, 'Nunc commodo', 0);

-- --------------------------------------------------------

--
-- Table structure for table `groups`
--

CREATE TABLE `groups` (
  `group_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `parent_group_id` int(11) NOT NULL DEFAULT '0',
  `is_predefined` char(1) DEFAULT '0',
  `description` varchar(255) DEFAULT NULL,
  `auth_type` enum('CMS','LDAP','AD') NOT NULL DEFAULT 'CMS',
  `auth_params` varchar(100) DEFAULT NULL,
  `profile_id` int(4) unsigned DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `address` text,
  `website` varchar(255) DEFAULT NULL,
  `notes` text,
  PRIMARY KEY (`group_id`),
  KEY `parent_group_id` (`parent_group_id`),
  KEY `profile_id` (`profile_id`),
  KEY `name` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `groups`
--

INSERT INTO `groups` VALUES
(1, 'Everybody', 0, '1', '', 'CMS', NULL, 0, NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `ip_filter`
--

CREATE TABLE `ip_filter` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(15) NOT NULL DEFAULT '127.0.0.1',
  `type` enum('user','admin') NOT NULL DEFAULT 'user',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `id_2` (`id`),
  KEY `ip` (`ip`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `kasutaja_sso`
--

CREATE TABLE `kasutaja_sso` (
  `kasutaja_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `sso_id` int(3) unsigned NOT NULL DEFAULT '0',
  `kgrupp_id` int(3) unsigned NOT NULL DEFAULT '0',
  `user_value` varchar(100) DEFAULT NULL,
  `pwd_value` varchar(100) DEFAULT NULL,
  UNIQUE KEY `kasutaja` (`kasutaja_id`,`sso_id`,`kgrupp_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `keel`
--

CREATE TABLE `keel` (
  `keel_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `nimi` varchar(32) NOT NULL DEFAULT '',
  `encoding` varchar(255) DEFAULT NULL,
  `glossary_id` int(11) unsigned NOT NULL DEFAULT '0',
  `extension` varchar(255) DEFAULT NULL,
  `on_default` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `on_default_admin` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `on_kasutusel` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `site_url` varchar(100) DEFAULT NULL,
  `page_ttyyp_id` int(11) unsigned NOT NULL DEFAULT '0',
  `ttyyp_id` int(10) unsigned NOT NULL DEFAULT '0',
  `locale` varchar(20) NOT NULL DEFAULT '',
  PRIMARY KEY (`keel_id`),
  KEY `on_kasutusel` (`on_kasutusel`),
  KEY `nimi` (`nimi`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=501 ;

--
-- Dumping data for table `keel`
--

INSERT INTO `keel` VALUES
(0, 'Estonian', 'UTF-8', 0, 'et', 0, 0, 1, '', 1060, 1040, 'et_EE'),
(1, 'English', 'UTF-8', 1, 'en', 1, 1, 1, '', 1060, 1040, 'en_GB'),
(2, 'Russian', 'UTF-8', 2, '', 0, 0, 0, '', 0, 0, 'ru_RU'),
(3, 'Finnish', 'UTF-8', 3, '', 0, 0, 0, '', 0, 0, 'fi_FI'),
(4, 'Afan (Oromo)', 'UTF-8', 4, '', 0, 0, 0, NULL, 0, 0, ''),
(5, 'Abkhazian', 'UTF-8', 5, '', 0, 0, 0, '', 0, 0, ''),
(6, 'Afar', 'UTF-8', 6, '', 0, 0, 0, NULL, 0, 0, ''),
(7, 'Afrikaans', 'UTF-8', 7, '', 0, 0, 0, NULL, 0, 0, 'af_ZA'),
(8, 'Albanian', 'UTF-8', 8, '', 0, 0, 0, NULL, 0, 0, 'sq_AL'),
(9, 'Algerian darja', 'UTF-8', 9, '', 0, 0, 0, NULL, 0, 0, ''),
(10, 'Amharic', 'UTF-8', 10, '', 0, 0, 0, NULL, 0, 0, 'am_ET'),
(11, 'Arabic', 'UTF-8', 11, '', 0, 0, 0, NULL, 0, 0, 'ar_SA'),
(12, 'Armenian', 'UTF-8', 12, '', 0, 0, 0, NULL, 0, 0, 'hy_AM'),
(13, 'Assamese', 'UTF-8', 13, '', 0, 0, 0, NULL, 0, 0, 'as_IN'),
(14, 'Asturian', 'UTF-8', 14, '', 0, 0, 0, NULL, 0, 0, 'ast_ES'),
(15, 'Aymara', 'UTF-8', 15, '', 0, 0, 0, NULL, 0, 0, ''),
(16, 'Azerbaijani', 'UTF-8', 16, '', 0, 0, 0, NULL, 0, 0, 'az_AZ'),
(17, 'Bantu', 'UTF-8', 17, '', 0, 0, 0, NULL, 0, 0, ''),
(18, 'Bashkir', 'UTF-8', 18, '', 0, 0, 0, NULL, 0, 0, 'ba_RU'),
(19, 'Basque', 'UTF-8', 19, '', 0, 0, 0, NULL, 0, 0, 'eu_ES'),
(20, 'Bengali (Bangla)', 'UTF-8', 20, '', 0, 0, 0, NULL, 0, 0, 'bn_IN'),
(21, 'Bhutani', 'UTF-8', 21, '', 0, 0, 0, NULL, 0, 0, 'bo_BT'),
(22, 'Bihari', 'UTF-8', 22, '', 0, 0, 0, NULL, 0, 0, ''),
(23, 'Bislama', 'UTF-8', 23, '', 0, 0, 0, NULL, 0, 0, ''),
(24, 'Bosniac', 'UTF-8', 24, '', 0, 0, 0, NULL, 0, 0, ''),
(25, 'Braille', 'UTF-8', 25, '', 0, 0, 0, NULL, 0, 0, ''),
(26, 'Brazilian portuguese', 'UTF-8', 26, '', 0, 0, 0, '', 0, 0, ''),
(27, 'Breton', 'UTF-8', 27, '', 0, 0, 0, NULL, 0, 0, 'br_FR'),
(28, 'Bulgarian', 'UTF-8', 28, '', 0, 0, 0, NULL, 0, 0, 'bg_BG'),
(29, 'Burmese', 'UTF-8', 29, '', 0, 0, 0, NULL, 0, 0, ''),
(30, 'Byelorussian', 'UTF-8', 30, '', 0, 0, 0, NULL, 0, 0, ''),
(31, 'Cambodian', 'UTF-8', 31, '', 0, 0, 0, NULL, 0, 0, ''),
(32, 'Camuno', 'UTF-8', 32, '', 0, 0, 0, NULL, 0, 0, ''),
(33, 'Canadian french', 'UTF-8', 33, '', 0, 0, 0, NULL, 0, 0, ''),
(34, 'Catalan', 'UTF-8', 34, '', 0, 0, 0, NULL, 0, 0, 'ca_ES'),
(35, 'Chinese', 'UTF-8', 35, '', 0, 0, 0, NULL, 0, 0, 'zh_CN'),
(36, 'Chinese of taiwan', 'UTF-8', 36, '', 0, 0, 0, NULL, 0, 0, 'zh_TW'),
(37, 'Corsican', 'UTF-8', 37, '', 0, 0, 0, NULL, 0, 0, 'co_FR'),
(38, 'Cree', 'UTF-8', 38, '', 0, 0, 0, NULL, 0, 0, ''),
(39, 'Croatian', 'UTF-8', 39, '', 0, 0, 0, NULL, 0, 0, 'hr_HR'),
(40, 'Czech', 'UTF-8', 40, '', 0, 0, 0, NULL, 0, 0, 'cs_CZ'),
(41, 'Danish', 'UTF-8', 41, '', 0, 0, 0, NULL, 0, 0, 'da_DK'),
(42, 'Dioula', 'UTF-8', 42, '', 0, 0, 0, NULL, 0, 0, ''),
(43, 'Dutch', 'UTF-8', 43, '', 0, 0, 0, NULL, 0, 0, 'nl_NL'),
(44, 'Esperanto', 'UTF-8', 44, '', 0, 0, 0, NULL, 0, 0, ''),
(45, 'Faeroese', 'UTF-8', 45, '', 0, 0, 0, NULL, 0, 0, 'fo_FO'),
(46, 'Fiji', 'UTF-8', 46, '', 0, 0, 0, NULL, 0, 0, ''),
(47, 'French', 'UTF-8', 47, '', 0, 0, 0, NULL, 0, 0, 'fr_FR'),
(48, 'Frisian', 'UTF-8', 48, '', 0, 0, 0, NULL, 0, 0, 'fy_NL'),
(49, 'Furlan', 'UTF-8', 49, '', 0, 0, 0, NULL, 0, 0, ''),
(50, 'Galician', 'UTF-8', 50, '', 0, 0, 0, NULL, 0, 0, 'gl_ES'),
(51, 'Georgian', 'UTF-8', 51, '', 0, 0, 0, NULL, 0, 0, 'ka_GE'),
(52, 'German', 'UTF-8', 52, '', 0, 0, 0, NULL, 0, 0, 'de_DE'),
(53, 'Greek', 'UTF-8', 53, '', 0, 0, 0, NULL, 0, 0, 'el_GR'),
(54, 'Greenlandic', 'UTF-8', 54, '', 0, 0, 0, NULL, 0, 0, 'kl_GL'),
(55, 'Guarani', 'UTF-8', 55, '', 0, 0, 0, NULL, 0, 0, ''),
(56, 'Gujarati', 'UTF-8', 56, '', 0, 0, 0, NULL, 0, 0, 'gu_IN'),
(57, 'Hausa', 'UTF-8', 57, '', 0, 0, 0, NULL, 0, 0, 'ha_NG'),
(58, 'Hebrew', 'UTF-8', 58, '', 0, 0, 0, NULL, 0, 0, 'he_IL'),
(59, 'Hindi', 'UTF-8', 59, '', 0, 0, 0, NULL, 0, 0, 'hi_IN'),
(60, 'Hungarian', 'UTF-8', 60, '', 0, 0, 0, NULL, 0, 0, 'hu_HU'),
(61, 'Icelandic', 'UTF-8', 61, '', 0, 0, 0, NULL, 0, 0, 'is_IS'),
(62, 'Iluko', 'UTF-8', 62, '', 0, 0, 0, NULL, 0, 0, ''),
(63, 'Indonesian', 'UTF-8', 63, '', 0, 0, 0, NULL, 0, 0, 'id_ID'),
(64, 'Interlingue', 'UTF-8', 64, '', 0, 0, 0, NULL, 0, 0, ''),
(65, 'Inupiak', 'UTF-8', 65, '', 0, 0, 0, NULL, 0, 0, ''),
(66, 'Irish', 'UTF-8', 66, '', 0, 0, 0, NULL, 0, 0, 'ga_IE'),
(67, 'Italian', 'UTF-8', 67, '', 0, 0, 0, NULL, 0, 0, 'it_IT'),
(68, 'Japanese', 'UTF-8', 68, '', 0, 0, 0, NULL, 0, 0, 'ja_JP'),
(69, 'Javanese', 'UTF-8', 69, '', 0, 0, 0, NULL, 0, 0, ''),
(70, 'Kannada', 'UTF-8', 70, '', 0, 0, 0, NULL, 0, 0, 'kn_IN'),
(71, 'Kashmiri', 'UTF-8', 71, '', 0, 0, 0, NULL, 0, 0, ''),
(72, 'Kawesqar (Alacalufe)', 'UTF-8', 72, '', 0, 0, 0, NULL, 0, 0, ''),
(73, 'Kazakh', 'UTF-8', 73, '', 0, 0, 0, NULL, 0, 0, 'kk_KZ'),
(74, 'Kinyarwanda', 'UTF-8', 74, '', 0, 0, 0, NULL, 0, 0, 'rw_RW'),
(75, 'Kirghiz', 'UTF-8', 75, '', 0, 0, 0, NULL, 0, 0, 'ky_KG'),
(76, 'Kirundi', 'UTF-8', 76, '', 0, 0, 0, NULL, 0, 0, ''),
(77, 'Korean', 'UTF-8', 77, '', 0, 0, 0, NULL, 0, 0, 'ko_KR'),
(78, 'Kurdish', 'UTF-8', 78, '', 0, 0, 0, NULL, 0, 0, ''),
(79, 'Laothian', 'UTF-8', 79, '', 0, 0, 0, NULL, 0, 0, ''),
(80, 'Latin', 'UTF-8', 80, '', 0, 0, 0, NULL, 0, 0, ''),
(81, 'Latvian (Lettish)', 'UTF-8', 81, '', 0, 0, 0, NULL, 0, 0, 'lv_LV'),
(82, 'Lingala', 'UTF-8', 82, '', 0, 0, 0, NULL, 0, 0, ''),
(83, 'Lithuanian', 'UTF-8', 83, '', 0, 0, 0, NULL, 0, 0, 'lt_LT'),
(84, 'Macedonian', 'UTF-8', 84, '', 0, 0, 0, NULL, 0, 0, 'mk_MK'),
(85, 'Malagasy', 'UTF-8', 85, '', 0, 0, 0, NULL, 0, 0, ''),
(86, 'Malay', 'UTF-8', 86, '', 0, 0, 0, NULL, 0, 0, 'ms_MY'),
(87, 'Malayalam', 'UTF-8', 87, '', 0, 0, 0, NULL, 0, 0, 'ml_IN'),
(88, 'Maltese', 'UTF-8', 88, '', 0, 0, 0, NULL, 0, 0, 'mt_MT'),
(89, 'Maori', 'UTF-8', 89, '', 0, 0, 0, NULL, 0, 0, 'mi_NZ'),
(90, 'Mapudungun', 'UTF-8', 90, '', 0, 0, 0, '', 1051, 0, 'arn_CL'),
(91, 'Marathi', 'UTF-8', 91, '', 0, 0, 0, NULL, 0, 0, 'mr_IN'),
(92, 'Maya', 'UTF-8', 92, '', 0, 0, 0, NULL, 0, 0, ''),
(93, 'Mayangna', 'UTF-8', 93, '', 0, 0, 0, NULL, 0, 0, ''),
(94, 'Miskitu', 'UTF-8', 94, '', 0, 0, 0, NULL, 0, 0, ''),
(95, 'Moldavian', 'UTF-8', 95, '', 0, 0, 0, NULL, 0, 0, ''),
(96, 'Mongolian', 'UTF-8', 96, '', 0, 0, 0, NULL, 0, 0, 'mn_MN'),
(97, 'Nauru', 'UTF-8', 97, '', 0, 0, 0, NULL, 0, 0, ''),
(98, 'Nepali', 'UTF-8', 98, '', 0, 0, 0, NULL, 0, 0, 'ne_NP'),
(99, 'Norwegian', 'UTF-8', 99, '', 0, 0, 0, NULL, 0, 0, 'no_NO'),
(100, 'Occitan', 'UTF-8', 100, '', 0, 0, 0, NULL, 0, 0, 'oc_FR'),
(101, 'Old greek', 'UTF-8', 101, '', 0, 0, 0, NULL, 0, 0, ''),
(102, 'Oriya', 'UTF-8', 102, '', 0, 0, 0, NULL, 0, 0, 'or_IN'),
(103, 'Pastho (Pustho)', 'UTF-8', 103, '', 0, 0, 0, NULL, 0, 0, 'ps_AF'),
(104, 'Persian', 'UTF-8', 104, '', 0, 0, 0, NULL, 0, 0, 'fa_IR'),
(105, 'Polish', 'UTF-8', 105, '', 0, 0, 0, NULL, 0, 0, 'pl_PL'),
(106, 'Portuguese', 'UTF-8', 106, '', 0, 0, 0, NULL, 0, 0, 'pt_PT'),
(107, 'Provensal', 'UTF-8', 107, '', 0, 0, 0, NULL, 0, 0, ''),
(108, 'Punjabi', 'UTF-8', 108, '', 0, 0, 0, NULL, 0, 0, 'pa_IN'),
(109, 'Quechua', 'UTF-8', 109, '', 0, 0, 0, NULL, 0, 0, 'quz_EC'),
(110, 'haeto-romance', 'UTF-8', 110, '', 0, 0, 0, NULL, 0, 0, ''),
(111, 'omanian', 'UTF-8', 111, '', 0, 0, 0, NULL, 0, 0, ''),
(112, 'omansh', 'UTF-8', 112, '', 0, 0, 0, NULL, 0, 0, ''),
(113, 'Samoan', 'UTF-8', 113, '', 0, 0, 0, NULL, 0, 0, ''),
(114, 'Sangro', 'UTF-8', 114, '', 0, 0, 0, NULL, 0, 0, ''),
(115, 'Sanskrit', 'UTF-8', 115, '', 0, 0, 0, NULL, 0, 0, 'sa_IN'),
(116, 'Sardinian', 'UTF-8', 116, '', 0, 0, 0, NULL, 0, 0, ''),
(117, 'Scots gaelic', 'UTF-8', 117, '', 0, 0, 0, NULL, 0, 0, ''),
(118, 'Serbian', 'UTF-8', 118, '', 0, 0, 0, NULL, 0, 0, 'sr_SP'),
(119, 'Sesotho', 'UTF-8', 119, '', 0, 0, 0, NULL, 0, 0, 'ns_ZA'),
(120, 'Setswana', 'UTF-8', 120, '', 0, 0, 0, NULL, 0, 0, 'tn_ZA'),
(121, 'Shona', 'UTF-8', 121, '', 0, 0, 0, NULL, 0, 0, ''),
(122, 'Sindhi', 'UTF-8', 122, '', 0, 0, 0, NULL, 0, 0, ''),
(123, 'Singhalese', 'UTF-8', 123, '', 0, 0, 0, NULL, 0, 0, ''),
(124, 'Siswati', 'UTF-8', 124, '', 0, 0, 0, NULL, 0, 0, ''),
(125, 'Slovak', 'UTF-8', 125, '', 0, 0, 0, NULL, 0, 0, 'sk_SK'),
(126, 'Slovenian', 'UTF-8', 126, '', 0, 0, 0, NULL, 0, 0, 'sl_SI'),
(127, 'Somali', 'UTF-8', 127, '', 0, 0, 0, NULL, 0, 0, ''),
(128, 'Spanish', 'UTF-8', 128, '', 0, 0, 0, NULL, 0, 0, 'es_ES'),
(129, 'Sundanese', 'UTF-8', 129, '', 0, 0, 0, NULL, 0, 0, ''),
(130, 'Swahili', 'UTF-8', 130, '', 0, 0, 0, NULL, 0, 0, 'sw_KE'),
(131, 'Swedish', 'UTF-8', 131, '', 0, 0, 0, NULL, 0, 0, 'sv_SE'),
(132, 'Tagalog', 'UTF-8', 132, '', 0, 0, 0, NULL, 0, 0, ''),
(133, 'Tajik', 'UTF-8', 133, '', 0, 0, 0, NULL, 0, 0, 'tg_TJ'),
(134, 'Tamil', 'UTF-8', 134, '', 0, 0, 0, NULL, 0, 0, 'ta_IN'),
(135, 'Tatar', 'UTF-8', 135, '', 0, 0, 0, NULL, 0, 0, 'tt_RU'),
(136, 'Telugu', 'UTF-8', 136, '', 0, 0, 0, NULL, 0, 0, 'te_IN'),
(137, 'Thai', 'UTF-8', 137, '', 0, 0, 0, NULL, 0, 0, 'th_TH'),
(138, 'Tibetan', 'UTF-8', 138, '', 0, 0, 0, NULL, 0, 0, ''),
(139, 'Tigrinya', 'UTF-8', 139, '', 0, 0, 0, NULL, 0, 0, ''),
(140, 'Tonga', 'UTF-8', 140, '', 0, 0, 0, NULL, 0, 0, ''),
(141, 'Tsonga', 'UTF-8', 141, '', 0, 0, 0, NULL, 0, 0, ''),
(142, 'Turkish', 'UTF-8', 142, '', 0, 0, 0, NULL, 0, 0, 'tr_TR'),
(143, 'Turkmen', 'UTF-8', 143, '', 0, 0, 0, NULL, 0, 0, 'tk_TM'),
(144, 'Twi', 'UTF-8', 144, '', 0, 0, 0, NULL, 0, 0, ''),
(145, 'Ukrainian', 'UTF-8', 145, '', 0, 0, 0, NULL, 0, 0, 'uk_UA'),
(146, 'Urdu', 'UTF-8', 146, '', 0, 0, 0, NULL, 0, 0, 'ur_PK'),
(147, 'Uzbek', 'UTF-8', 147, '', 0, 0, 0, NULL, 0, 0, 'uz_UZ'),
(148, 'Valencian', 'UTF-8', 148, '', 0, 0, 0, NULL, 0, 0, ''),
(149, 'Vietnamese', 'UTF-8', 149, '', 0, 0, 0, '', 0, 0, 'vi_VN'),
(150, 'Volapuk', 'UTF-8', 150, '', 0, 0, 0, NULL, 0, 0, ''),
(151, 'Welsh', 'UTF-8', 151, '', 0, 0, 0, NULL, 0, 0, 'cy_GB'),
(152, 'Wolof', 'UTF-8', 152, '', 0, 0, 0, NULL, 0, 0, 'wo_SN'),
(153, 'Xhosa', 'UTF-8', 153, '', 0, 0, 0, NULL, 0, 0, 'xh_ZA'),
(154, 'Yiddish', 'UTF-8', 154, '', 0, 0, 0, NULL, 0, 0, ''),
(155, 'Yoruba', 'UTF-8', 155, '', 0, 0, 0, NULL, 0, 0, 'yo_NG'),
(156, 'Zulu', 'UTF-8', 156, '', 0, 0, 0, '', 0, 0, 'zu_ZA'),
(157, 'Romanian', 'UTF-8', 157, NULL, 0, 0, 0, NULL, 0, 0, 'ro_RO'),
(158, 'Belarusian', 'UTF-8', 158, NULL, 0, 0, 0, NULL, 0, 0, 'be_BY'),
(159, 'Bosnian', 'UTF-8', 159, NULL, 0, 0, 0, NULL, 0, 0, 'bs_BA'),
(160, 'Filipino (Philippines)', 'UTF-8', 160, NULL, 0, 0, 0, NULL, 0, 0, 'fil_PH'),
(161, 'Dari', 'UTF-8', 161, NULL, 0, 0, 0, NULL, 0, 0, 'gbz_AF'),
(162, 'Luxembourgish', 'UTF-8', 162, NULL, 0, 0, 0, NULL, 0, 0, 'lb_LU'),
(163, 'Romansh', 'UTF-8', 163, NULL, 0, 0, 0, NULL, 0, 0, 'rm_CH'),
(164, 'Syriac', 'UTF-8', 164, NULL, 0, 0, 0, NULL, 0, 0, 'syr_SY'),
(500, '_Custom language', 'UTF-8', 500, '', 0, 0, 0, '', 1021, 1027, '');

-- --------------------------------------------------------

--
-- Table structure for table `ldap_map`
--

CREATE TABLE `ldap_map` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `element_name` varchar(100) NOT NULL DEFAULT '',
  `parameters` tinytext,
  `return_fields` tinytext NOT NULL,
  `server_id` int(10) unsigned NOT NULL DEFAULT '0',
  `type` enum('SEARCH','EDITOR','USER') NOT NULL DEFAULT 'SEARCH',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `id_2` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ldap_servers`
--

CREATE TABLE `ldap_servers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `serverURL` varchar(255) NOT NULL DEFAULT '',
  `port` varchar(4) NOT NULL DEFAULT '',
  `baseDN` varchar(100) DEFAULT NULL,
  `bindDN` varchar(100) DEFAULT NULL,
  `password` varchar(100) DEFAULT NULL,
  `only_bind` tinyint(1) unsigned DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `id_2` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `license`
--

CREATE TABLE `license` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `URL` varchar(255) NOT NULL DEFAULT '',
  `license_key` varchar(100) NOT NULL DEFAULT '',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation_key` varchar(100) NOT NULL DEFAULT '',
  `status` varchar(255) NOT NULL DEFAULT 'not verified',
  `type` blob,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `moodulid`
--

CREATE TABLE `moodulid` (
  `moodul_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `nimi` varchar(255) NOT NULL DEFAULT '',
  `on_aktiivne` tinyint(1) unsigned DEFAULT '0',
  `is_invisible` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `status` blob NOT NULL,
  PRIMARY KEY (`moodul_id`),
  UNIQUE KEY `moodul_id` (`moodul_id`,`nimi`),
  KEY `moodul_id_2` (`moodul_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `notifications`
--

CREATE TABLE `notifications` (
  `notification_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `type` varchar(255) NOT NULL DEFAULT '0',
  `name` varchar(255) DEFAULT '0',
  `value` varchar(255) DEFAULT '0',
  `value_type` enum('active','run','send','misc','mails') DEFAULT NULL,
  PRIMARY KEY (`notification_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `object_profiles`
--

CREATE TABLE `object_profiles` (
  `profile_id` int(4) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `data` text,
  `source_table` varchar(50) DEFAULT NULL,
  `is_predefined` char(1) DEFAULT NULL,
  `is_default` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`profile_id`),
  UNIQUE KEY `name` (`name`),
  KEY `source_table` (`source_table`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=140 ;

--
-- Dumping data for table `object_profiles`
--

INSERT INTO `object_profiles` VALUES
(38, 'Contact', 'a:12:{s:3:"tel";a:7:{s:4:"name";s:3:"tel";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:6:"mobile";a:7:{s:4:"name";s:6:"mobile";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:9:"birthdate";a:7:{s:4:"name";s:9:"birthdate";s:4:"type";s:4:"DATE";s:13:"source_object";s:0:"";s:7:"db_type";s:4:"date";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:5:"title";a:7:{s:4:"name";s:5:"title";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:7:"country";a:7:{s:4:"name";s:7:"country";s:4:"type";s:6:"SELECT";s:13:"source_object";s:3:"135";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:4:"city";a:7:{s:4:"name";s:4:"city";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:7:"address";a:7:{s:4:"name";s:7:"address";s:4:"type";s:8:"TEXTAREA";s:13:"source_object";s:0:"";s:7:"db_type";s:4:"text";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:10:"postalcode";a:9:{s:4:"name";s:10:"postalcode";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;s:10:"is_general";i:0;}s:5:"notes";a:9:{s:4:"name";s:5:"notes";s:4:"type";s:8:"TEXTAREA";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:4:"text";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;s:10:"is_general";i:0;}s:8:"username";a:9:{s:4:"name";s:8:"username";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:0;s:13:"is_predefined";i:1;s:10:"is_general";i:0;}s:9:"firstname";a:9:{s:4:"name";s:9:"firstname";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:0;s:13:"is_predefined";i:1;s:10:"is_general";i:0;}s:8:"lastname";a:9:{s:4:"name";s:8:"lastname";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:0;s:13:"is_predefined";i:1;s:10:"is_general";i:0;}}', 'users', '1', 1),
(55, 'Document', NULL, 'obj_dokument', '1', 1),
(80, 'Files', 'a:4:{s:3:"aeg";a:9:{s:4:"name";s:3:"aeg";s:4:"type";s:8:"DATETIME";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:8:"datetime";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}s:6:"author";a:9:{s:4:"name";s:6:"author";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:0;}s:5:"notes";a:9:{s:4:"name";s:5:"notes";s:4:"type";s:8:"TEXTAREA";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:4:"text";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:0;}s:8:"mimetype";a:9:{s:4:"name";s:8:"mimetype";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:0;s:13:"is_predefined";i:1;s:10:"is_general";i:0;}}', 'obj_file', '1', 1),
(124, 'Room', 'a:3:{s:6:"number";a:7:{s:4:"name";s:6:"number";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:5:"floor";a:7:{s:4:"name";s:5:"floor";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:5:"notes";a:7:{s:4:"name";s:5:"notes";s:4:"type";s:8:"TEXTAREA";s:13:"source_object";s:0:"";s:7:"db_type";s:4:"text";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}}', 'obj_resource', NULL, 0),
(127, 'Company', 'a:5:{s:4:"name";a:9:{s:4:"name";s:4:"name";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:0;}s:7:"website";a:7:{s:4:"name";s:7:"website";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:7:"address";a:7:{s:4:"name";s:7:"address";s:4:"type";s:8:"TEXTAREA";s:13:"source_object";s:0:"";s:7:"db_type";s:4:"text";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:5:"phone";a:7:{s:4:"name";s:5:"phone";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:5:"notes";a:9:{s:4:"name";s:5:"notes";s:4:"type";s:8:"TEXTAREA";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:4:"text";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:0;}}', 'groups', NULL, 0),
(135, 'country', 'a:1:{s:4:"name";a:7:{s:4:"name";s:4:"name";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}}', 'ext_country', NULL, 0),
(136, 'device', 'a:2:{s:6:"number";a:7:{s:4:"name";s:6:"number";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}s:5:"notes";a:7:{s:4:"name";s:5:"notes";s:4:"type";s:8:"TEXTAREA";s:13:"source_object";s:0:"";s:7:"db_type";s:4:"text";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;}}', 'obj_resource', NULL, 0),
(137, 'Article', 'a:5:{s:6:"author";a:9:{s:4:"name";s:6:"author";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}s:3:"aeg";a:9:{s:4:"name";s:3:"aeg";s:4:"type";s:8:"DATETIME";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:8:"datetime";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}s:18:"avaldamisaeg_algus";a:9:{s:4:"name";s:18:"avaldamisaeg_algus";s:4:"type";s:8:"DATETIME";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:8:"datetime";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}s:17:"avaldamisaeg_lopp";a:9:{s:4:"name";s:17:"avaldamisaeg_lopp";s:4:"type";s:8:"DATETIME";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:8:"datetime";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}s:17:"fulltext_keywords";a:9:{s:4:"name";s:17:"fulltext_keywords";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:4:"text";s:11:"is_required";i:0;s:9:"is_active";i:0;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}}', 'obj_artikkel', '1', 1),
(138, 'Timezones', 'a:3:{s:4:"name";a:9:{s:4:"name";s:4:"name";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;s:10:"is_general";i:0;}s:7:"UTC_dif";a:9:{s:4:"name";s:7:"UTC_dif";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:5:"float";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;s:10:"is_general";i:0;}s:12:"php_variable";a:9:{s:4:"name";s:12:"php_variable";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;s:10:"is_general";i:0;}}', 'ext_timezones', NULL, 0),
(139, 'converted_event', 'a:6:{s:6:"author";a:9:{s:4:"name";s:6:"author";s:4:"type";s:4:"TEXT";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:7:"varchar";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}s:3:"aeg";a:9:{s:4:"name";s:3:"aeg";s:4:"type";s:8:"DATETIME";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:8:"datetime";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}s:18:"avaldamisaeg_algus";a:9:{s:4:"name";s:18:"avaldamisaeg_algus";s:4:"type";s:8:"DATETIME";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:8:"datetime";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}s:17:"avaldamisaeg_lopp";a:9:{s:4:"name";s:17:"avaldamisaeg_lopp";s:4:"type";s:8:"DATETIME";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:8:"datetime";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:1;s:10:"is_general";i:1;}s:9:"starttime";a:9:{s:4:"name";s:9:"starttime";s:4:"type";s:8:"DATETIME";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:8:"datetime";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;s:10:"is_general";i:0;}s:7:"endtime";a:9:{s:4:"name";s:7:"endtime";s:4:"type";s:8:"DATETIME";s:13:"source_object";s:0:"";s:13:"default_value";s:0:"";s:7:"db_type";s:8:"datetime";s:11:"is_required";i:0;s:9:"is_active";i:1;s:13:"is_predefined";i:0;s:10:"is_general";i:0;}}', 'obj_artikkel', NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `objekt`
--

CREATE TABLE `objekt` (
  `objekt_id` bigint(11) NOT NULL AUTO_INCREMENT,
  `pealkiri` varchar(255) NOT NULL DEFAULT '',
  `on_pealkiri` tinyint(1) DEFAULT '1',
  `tyyp_id` int(3) NOT NULL DEFAULT '0',
  `author` varchar(100) DEFAULT NULL,
  `on_avaldatud` tinyint(1) NOT NULL DEFAULT '0',
  `keel` smallint(1) NOT NULL DEFAULT '0',
  `kesk` smallint(5) unsigned NOT NULL DEFAULT '0',
  `ttyyp_id` smallint(5) unsigned DEFAULT NULL,
  `pealkiri_strip` varchar(255) DEFAULT NULL,
  `sisu_strip` mediumtext,
  `fulltext_keywords` text,
  `on_foorum` tinyint(1) unsigned DEFAULT NULL,
  `aeg` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta_keywords` text,
  `meta_title` varchar(255) DEFAULT NULL,
  `meta_description` text,
  `count` bigint(20) unsigned NOT NULL DEFAULT '0',
  `sys_alias` varchar(50) DEFAULT NULL,
  `ttyyp_params` text,
  `avaldamisaeg_algus` datetime DEFAULT NULL,
  `avaldamisaeg_lopp` datetime DEFAULT NULL,
  `on_saadetud` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `page_ttyyp_id` smallint(5) unsigned NOT NULL DEFAULT '0',
  `last_modified` int(11) unsigned DEFAULT NULL,
  `related_objekt_id` bigint(11) unsigned NOT NULL DEFAULT '0',
  `friendly_url` varchar(255) DEFAULT NULL,
  `is_hided_in_menu` enum('0','1') NOT NULL DEFAULT '0',
  `check_in` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `check_in_admin_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `created_user_name` varchar(255) NOT NULL DEFAULT '',
  `changed_user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `changed_user_name` varchar(255) NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `changed_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_commented_time` datetime DEFAULT NULL,
  `comment_count` int(10) unsigned DEFAULT '0',
  `repl_site_key` varchar(4) DEFAULT NULL,
  PRIMARY KEY (`objekt_id`),
  KEY `pealkiri` (`pealkiri`),
  KEY `tyyp_id` (`tyyp_id`),
  KEY `kesk` (`kesk`),
  KEY `aeg` (`aeg`),
  KEY `on_saadetud` (`on_saadetud`),
  KEY `friendly_url` (`friendly_url`),
  KEY `keel_avaldatud` (`keel`,`on_avaldatud`),
  KEY `repl_site_key` (`repl_site_key`),
  KEY `related_objekt_id` (`related_objekt_id`),
  KEY `avaldatud` (`avaldamisaeg_algus`,`avaldamisaeg_lopp`),
  FULLTEXT KEY `fulltext_search` (`pealkiri_strip`,`sisu_strip`),
  FULLTEXT KEY `fulltext_keywords` (`fulltext_keywords`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=10569 ;

--
-- Dumping data for table `objekt`
--

INSERT INTO `objekt` VALUES
(1, 'Sait', 1, 1, '', 1, 0, 0, 0, 'Sait', '', NULL, 0, '2006-01-01 00:00:00', 'Saurus CMS sisuhaldustarkvara\r\nwww.saurus.ee', 'Saurus CMS sisuhaldustarkvara', '', 115, 'home', 'site_name = ShowTime\nslogan = Saurus CMS out-of-the-box experience\npage_end_html = \n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1187180404, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2999-12-31 00:00:00', '2007-08-15 15:20:04', NULL, 0, NULL),
(13, 'Süsteem', 1, 1, '', 1, 0, 0, 0, 'Süsteem', '', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 4, 'system', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1246363122, 0, 'susteem', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2999-12-31 00:00:00', '2009-06-30 11:58:42', NULL, 0, NULL),
(25, 'Ei leitud ühtegi tulemust', 1, 2, '', 1, 0, 0, 0, 'Ei leitud ühtegi tulemust', 'Palun muutke otsingukriteeriumit või kasutage  täppisotsingut.', '', 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'tyhiotsing', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1176300153, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2001-11-07 00:00:00', '2007-04-11 17:02:33', NULL, 0, NULL),
(23, 'Viga andmete sisestamisel', 1, 2, '', 1, 0, 0, 0, 'Viga andmete sisestamisel', 'Palun kontrolli järgmiste väljade õigsust:  [error]', '', 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'error_page', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1176300225, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2001-11-07 00:00:00', '2007-04-11 17:03:45', NULL, 0, NULL),
(24, 'Aitäh', 1, 2, '', 1, 0, 0, 0, 'Aitäh', 'Teie andmed on saadetud!', '', 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'ok_page', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1176300209, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2001-11-07 00:00:00', '2007-04-11 17:03:29', NULL, 0, NULL),
(44, 'Gallupi arhiiv', 1, 1, '', 1, 0, 0, 0, 'Gallupi arhiiv', ' ', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 3, 'gallup_arhiiv', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1055169020, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2999-12-31 00:00:00', '2003-06-09 17:30:20', NULL, 0, NULL),
(428, 'Vale kasutajanimi või parool', 1, 2, '', 1, 0, 0, 0, 'Vale kasutajanimi või parool', 'Palun kontrollige andmeid.', '', 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'login_incorrect', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1176300168, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2002-04-23 00:00:00', '2007-04-11 17:02:48', NULL, 0, NULL),
(382, 'Site', 1, 1, '', 1, 1, 0, 0, 'Site', '', NULL, 0, '2006-01-01 00:00:00', 'Saurus CMS web publishing\r\nwww.saurus.info', 'Saurus CMS content management system', '', 111, 'home', 'site_name = ShowTime\nslogan = Saurus CMS out-of-the-box experience\npage_end_html = \n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1187180375, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2999-12-31 00:00:00', '2007-08-15 15:19:35', NULL, 0, NULL),
(385, 'System', 1, 1, '', 1, 1, 0, 0, 'System', '', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 8, 'system', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1187180390, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2999-12-31 00:00:00', '2007-08-15 15:19:50', NULL, 0, NULL),
(389, 'Sa oled juba korra hääletanud!', 1, 2, '', 1, 0, 0, 0, 'Sa oled juba korra hääletanud!', 'Meie andmetel oled sa juba sellele küsitlusele vastanud.', '', 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'gallup_ip_olemas', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1176300094, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2002-02-27 00:00:00', '2007-04-11 17:01:34', NULL, 0, NULL),
(424, 'Parool saadetud', 1, 2, '', 1, 0, 0, 0, 'Parool saadetud', ' Parool on saadetud teile e-posti teel.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'unustatud_parool_saadetud', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098527457, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-04-22 00:00:00', '2004-10-23 13:30:57', NULL, 0, NULL),
(418, 'Registreerimine õnnestus!', 1, 2, '', 1, 0, 0, 0, 'Registreerimine õnnestus!', 'Täname, et registreerisite ennast veebisaidi kasutajaks.', '', 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'kasutaja_registreeritud', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1176300130, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2002-04-19 00:00:00', '2007-04-11 17:02:10', NULL, 0, NULL),
(419, 'Kasutaja andmed salvestatud', 1, 2, '', 1, 0, 0, 0, 'Kasutaja andmed salvestatud', ' Sinu andmed on edukalt muudetud.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'kasutaja_uuendatud', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098527356, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-04-19 00:00:00', '2004-10-23 13:29:16', NULL, 0, NULL),
(10245, 'Page not found', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Page not found', ' The page you are looking for has not been found.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, '404error', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145623718, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-21 15:48:15', '2006-04-21 15:48:38', NULL, 0, NULL),
(426, 'No results', 1, 2, '', 1, 1, 0, 0, 'No results', 'Did not find any articles or documents matching your search query, please try to refine your searh.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'tyhiotsing', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1164275033, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '2002-04-22 00:00:00', '2006-11-23 11:43:53', NULL, 0, NULL),
(427, 'Kasutaja blokeeritud', 1, 2, '', 1, 0, 0, 0, 'Kasutaja blokeeritud', '        Sinu kasutajanimi on blokeeritud.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'kasutaja_locked', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098527267, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-04-23 00:00:00', '2004-10-23 13:27:47', NULL, 0, NULL),
(694, 'Saiti sisenemine keelatud!', 1, 2, '', 1, 0, 0, 0, 'Saiti sisenemine keelatud!', '  Sinu IP aadressilt ei ole lubatud siseneda.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'your_IP_disabled', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098527219, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-07-24 00:00:00', '2004-10-23 13:26:59', NULL, 0, NULL),
(6246, 'Poll''s archive', 1, 1, NULL, 1, 1, 0, 0, 'Poll''s archive', ' ', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 3, 'gallup_arhiiv', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2999-12-31 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(6245, 'Error!', 1, 2, '', 1, 1, 0, 0, 'Error!', '  Please check the  following fields:   [error]', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 1, 'error_page', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098528850, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-10-28 00:00:00', '2004-10-23 13:54:10', NULL, 0, NULL),
(6247, 'You have already voted!', 1, 2, '', 1, 1, 0, 0, 'You have already voted!', '  According to our records you have already voted.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'gallup_ip_olemas', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098528171, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-10-28 00:00:00', '2004-10-23 13:42:51', NULL, 0, NULL),
(6248, 'User blocked', 1, 2, '', 1, 1, 0, 0, 'User blocked', '   This user has been  blocked by site  administrator.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'kasutaja_locked', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098528226, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-10-28 00:00:00', '2004-10-23 13:43:46', NULL, 0, NULL),
(6249, 'Thank you', 1, 2, '', 1, 1, 0, 0, 'Thank you', '  Thank you for registering at our site!', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'kasutaja_registreeritud', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098528309, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-10-28 00:00:00', '2004-10-23 13:45:09', NULL, 0, NULL),
(6250, 'User profile has been changed!', 1, 2, '', 1, 1, 0, 0, 'User profile has been changed!', '  Your data has been successfully updated!', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'kasutaja_uuendatud', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098528339, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-10-28 00:00:00', '2004-10-23 13:45:39', NULL, 0, NULL),
(6251, 'Login incorrect', 1, 2, '', 1, 1, 0, 0, 'Login incorrect', '   Please check your username and password.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'login_incorrect', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098528600, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-10-28 00:00:00', '2004-10-23 13:50:00', NULL, 0, NULL),
(6252, 'Thank you!', 1, 2, '', 1, 1, 0, 0, 'Thank you!', '  Your data has been successfully submitted.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'ok_page', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098528829, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-10-28 00:00:00', '2004-10-23 13:53:49', NULL, 0, NULL),
(6253, 'Account data sent', 1, 2, '', 1, 1, 0, 0, 'Account data sent', '  You should receive an e-mail with your password  shortly.', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 0, 'unustatud_parool_saadetud', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1098528558, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2002-10-28 00:00:00', '2004-10-23 13:49:18', NULL, 0, NULL),
(6256, 'Recycle Bin', 1, 1, NULL, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '2006-04-18 00:00:00', NULL, NULL, NULL, 0, 'trash', NULL, NULL, NULL, 0, 0, NULL, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, 'Default Administrator', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2009-06-30 14:08:46', 0, NULL),
(10208, 'Sed varius elementum risus', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Aliquam porta quam nec lorem. Suspendisse eros nibh, sollicitudin et, placerat vel, euismod vestibulum, ipsum. Maecenas sollicitudin. Nullam vulputate auctor urna. Sed rutrum. Proin tincidunt. Vestibulum mattis iaculis sapien. Mauris ullamcorper purus et nulla. Morbi nunc ligula, tempor non, convallis vitae, laoreet eu, tellus. Mauris urna odio, rhoncus et, ornare elementum, varius quis, erat. Maecenas commodo, nulla nec gravida mattis, magna pede feugiat dui, nec consequat orci ligula eu neque. Morbi sit amet elit. In pellentesque mattis lorem. Maecenas hendrerit tincidunt dolor. Pellentesque nonummy, orci a placerat auctor, augue leo consequat nibh, sit amet viverra urna mauris a sapien. Maecenas cursus lorem eu dolor. Nulla sagittis pharetra orci. Nullam risus elit, tempus eu, vestibulum a, tincidunt vel, mauris. Donec a nisl eget dui lacinia sollicitudin. Nunc mauris. In eu sem. Quisque vitae libero sit amet velit venenatis lobortis. Aliquam erat volutpat. Aenean nulla massa, feugiat at, rhoncus nec, aliquam sed, lorem. Mauris quis purus sit amet lacus accumsan sodales. Suspendisse euismod ornare ipsum. Praesent varius tincidunt arcu. Morbi interdum tellus sed erat. ', NULL, 0, '2005-08-05 00:00:00', '', '', '', 2, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145534029, 0, 'sed-varius-elementum-risus', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 14:53:49', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10029, 'Homepage', 1, 1, '', 1, 1, 0, 0, 'Homepage', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 560, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145451608, 0, 'homepage', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-19 16:00:08', '0000-00-00 00:00:00', '2009-07-01 11:02:09', 0, NULL),
(10032, 'Welcome to Saurus CMS!', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Welcome to Saurus CMS!', 'Your installation of Saurus web content management system is completed successfully. What you see is a sample website with some content to get you started. Click&#160;on&#160;the menu links at right for available pre-defined content layouts. Edit content To start editing web content, type /editor after your site address e.g. sitename.com/editor or sitename.com/folder/editor. Administer To use site administration tools, type /admin after your site address e.g. sitename.com/admin or sitename.com/folder/admin. Develop Visit our support site&#160;for technical documentation, API reference and code samples.       We hope you enjoy your copy of Saurus CMS!', NULL, 0, '2006-04-20 00:00:00', NULL, NULL, NULL, 56, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1305282046, 0, 'welcome-to-saurus-cms', '0', '0000-00-00 00:00:00', 19, 19, 'Default Administrator', 19, 'Default Administrator ', '2006-04-20 09:37:40', '2011-05-13 13:20:46', '2006-04-20 17:09:32', 0, NULL),
(10033, 'Sample templates', 1, 1, '', 1, 1, 0, 0, 'Sample templates', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 81, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145515478, 0, 'sample-templates', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 09:44:38', '0000-00-00 00:00:00', NULL, 0, NULL),
(10044, 'News with archive', 1, 1, '', 1, 1, 0, 1056, 'News with archive', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 249, '', 'open_news = 1\ntotal_news = 3\n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145540673, 0, 'news-with-archive', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 14:46:29', '2006-04-20 16:44:33', NULL, 0, NULL),
(10042, 'Saurus CMS', 1, 3, '', 1, 1, 0, 0, 'Saurus CMS', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145629000, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 12:55:24', '2006-04-21 17:16:40', NULL, 0, NULL),
(10205, 'Saurus CMS', 1, 3, '', 1, 0, 0, 0, 'Saurus CMS', '', NULL, 0, '0000-00-00 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1246446190, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 12:55:24', '2009-07-01 11:03:10', '0000-00-00 00:00:00', 0, NULL),
(10204, 'Artiklid', 1, 1, '', 1, 0, 0, 1040, 'Artiklid', ' ', NULL, 0, '0000-00-00 00:00:00', '', '', '', 81, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145627621, 0, 'artiklid', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:23:38', '2006-04-21 16:53:41', '0000-00-00 00:00:00', 0, NULL),
(10203, 'Artiklid 2 veerus', 1, 1, '', 1, 0, 0, 1041, 'Artiklid 2 veerus', ' ', NULL, 0, '0000-00-00 00:00:00', '', '', '', 45, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145627597, 0, 'artiklid-2-veerus', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:16:21', '2006-04-21 16:53:17', '0000-00-00 00:00:00', 0, NULL),
(10201, 'Uudised arhiiviga', 1, 1, '', 1, 0, 0, 1056, 'Uudised arhiiviga', ' ', NULL, 0, '0000-00-00 00:00:00', '', '', '', 238, '', 'open_news = 1\ntotal_news = 3\n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145626827, 0, 'uudised-arhiiviga', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 14:46:29', '2006-04-21 16:40:27', '0000-00-00 00:00:00', 0, NULL),
(10200, 'Peidetud rubriik', 1, 1, '', 1, 0, 0, 0, 'Peidetud rubriik', ' ', NULL, 0, '0000-00-00 00:00:00', '', '', '', 32, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145626204, 0, 'peidetud-rubriik', '1', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:17:40', '2006-04-21 16:30:04', '0000-00-00 00:00:00', 0, NULL),
(10198, 'Foorum', 1, 1, '', 1, 0, 0, 1045, 'Foorum', ' ', NULL, 0, '0000-00-00 00:00:00', '', '', '', 65, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145626037, 0, 'foorum', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:12:09', '2006-04-21 16:27:17', '0000-00-00 00:00:00', 0, NULL),
(10197, 'Tere tulemast!', 1, 2, 'Default Administrator', 1, 0, 0, 0, 'Tere tulemast!', 'Oled edukalt paigaldanud Saurus CMS sisuhaldustarkvara. Näed hetkel lihtsat veebisaiti mille oleme ette valmistanud et saaksid alustada oma saidi sisu toimetamist või kujundusega sidumist. Paremal menüüs klikkides leiad näidised erinevatest tootega kaasas olevatest sisumallidest. Toimeta sisu Veebi sisu toimetamiseks lisa oma veebisaidi aadressile /editor: näiteks firma.ee/editor või firma.ee/kataloog/editor. Administreeri Administreerimisvahendid leiad /admin osast. Täienda vastavalt oma veebi aadressi: firma.ee/admin või firma.ee/kataloog/admin. Arenda Oma kujunduse sidumiseks ja paigalduskomplektiga kaasasoleva funktsionaalsuse täiendamiseks uuri administreerimisvahendeid ja külasta inglisekeelset tugiveebi kust leiad tehnilise dokumentatsiooni, keelesüntaksi ja koodinäidised. Edukat toimetamist!', NULL, 0, '2006-04-20 00:00:00', '', '', '', 56, '', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1305282120, 0, 'tere-tulemast', '0', '0000-00-00 00:00:00', 19, 19, 'Default Administrator', 19, 'Default Administrator ', '2006-04-20 09:37:40', '2011-05-13 13:22:00', '2006-04-20 17:09:32', 0, NULL),
(10565, 'Sauropol', 1, 3, '', 1, 0, 0, 0, 'Sauropol', '', NULL, 0, '2009-07-01 11:03:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1246446218, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2009-07-01 11:03:38', '0000-00-00 00:00:00', NULL, 0, NULL),
(10194, 'Avalehekülg', 1, 1, '', 1, 0, 0, 0, 'Avalehekülg', '', NULL, 0, '0000-00-00 00:00:00', '', '', '', 394, '', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1165508603, 0, 'avalehekulg', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-19 16:00:08', '2006-12-07 18:23:23', '2009-07-01 11:03:23', 0, NULL),
(10193, 'Sisumallid', 1, 1, '', 1, 0, 0, 0, 'Sisumallid', ' ', NULL, 0, '0000-00-00 00:00:00', '', '', '', 69, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145626024, 0, 'sisumallid', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 09:44:38', '2006-04-21 16:27:04', '0000-00-00 00:00:00', 0, NULL),
(10083, 'Sed varius elementum risus', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Sed varius elementum risus', ' Aliquam porta quam nec lorem. Suspendisse eros nibh, sollicitudin et, placerat vel, euismod vestibulum, ipsum. Maecenas sollicitudin. Nullam vulputate auctor urna. Sed rutrum. Proin tincidunt. Vestibulum mattis iaculis sapien. Mauris ullamcorper purus et nulla. Morbi nunc ligula, tempor non, convallis vitae, laoreet eu, tellus. Mauris urna odio, rhoncus et, ornare elementum, varius quis, erat. Maecenas commodo, nulla nec gravida mattis, magna pede feugiat dui, nec consequat orci ligula eu neque. Morbi sit amet elit. In pellentesque mattis lorem. Maecenas hendrerit tincidunt dolor. Pellentesque nonummy, orci a placerat auctor, augue leo consequat nibh, sit amet viverra urna mauris a sapien. Maecenas cursus lorem eu dolor. Nulla sagittis pharetra orci. Nullam risus elit, tempus eu, vestibulum a, tincidunt vel, mauris. Donec a nisl eget dui lacinia sollicitudin. Nunc mauris. In eu sem. Quisque vitae libero sit amet velit venenatis lobortis. Aliquam erat volutpat. Aenean nulla massa, feugiat at, rhoncus nec, aliquam sed, lorem. Mauris quis purus sit amet lacus accumsan sodales. Suspendisse euismod ornare ipsum. Praesent varius tincidunt arcu. Morbi interdum tellus sed erat. ', NULL, 0, '2005-08-05 00:00:00', NULL, NULL, NULL, 2, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145534029, 0, 'sed-varius-elementum-risus', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 14:53:49', '0000-00-00 00:00:00', NULL, 0, NULL),
(10084, 'Aliquam sit amet tellus sit amet erat cursus ullamcorper', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Aliquam sit amet tellus sit amet erat cursus ullamcorper', ' Integer laoreet, pede in pretium congue, erat mi nonummy orci, nec pharetra lacus elit nec lectus. In eget ipsum. Aliquam adipiscing placerat erat. Ut posuere diam quis metus. Praesent facilisis congue arcu. Etiam iaculis mi ut ipsum. Aliquam non turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse ante. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc lorem mi, aliquam et, sagittis non, gravida vel, urna. Aliquam erat volutpat. Aliquam sit amet tellus sit amet erat cursus ullamcorper. Nam eget sem at arcu dignissim dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean nisi eros, feugiat sed, tempus vel, luctus id, tortor. In elementum urna vitae pede. Sed nec arcu ut elit tempor semper. Aenean volutpat leo id dui. Nulla lacinia, leo sit amet vehicula vestibulum, nisi lectus pulvinar odio, in interdum libero pede a nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec suscipit gravida massa. Morbi eget enim vitae erat molestie porttitor. Sed commodo venenatis massa. ', NULL, 0, '2005-09-01 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145534065, 0, 'aliquam-sit-amet-tellus-sit-amet-erat-cursus-ullamcorper', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 14:54:25', '0000-00-00 00:00:00', NULL, 0, NULL),
(10085, 'Sed gravida consectetuer nisi', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Sed gravida consectetuer nisi', ' Nullam tempor, nibh et volutpat placerat, lectus leo dignissim libero, blandit venenatis enim magna vitae mauris. Nullam pellentesque magna. Nullam tempor turpis eu elit. Aliquam erat volutpat. Aliquam magna. Sed iaculis, urna non accumsan ornare, neque dolor porttitor velit, id interdum metus dolor at dui. Curabitur tincidunt magna id eros. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Vestibulum eu neque sed odio tristique cursus. Nunc est est, placerat sed, rhoncus vitae, tempor at, felis. Fusce sem magna, iaculis sit amet, imperdiet nec, suscipit nec, eros. Aenean aliquam mauris sit amet augue. Ut in nunc nec neque sagittis nonummy. Praesent est. Duis nec massa ac sapien luctus mattis. Phasellus tortor sapien, scelerisque vitae, gravida id, imperdiet quis, justo. Mauris mauris velit, adipiscing dignissim, euismod vitae, tincidunt ut, libero. Cras ut nisl. Sed iaculis nunc fringilla erat. Morbi fringilla quam eu mi. Sed gravida consectetuer nisi. Pellentesque consectetuer tempus justo. Quisque gravida. Praesent vel quam. Vivamus blandit dignissim risus. Donec libero. Nunc quis purus at magna suscipit scelerisque. Fusce sit amet justo vel diam iaculis ultricies. Ut felis diam, iaculis non, imperdiet tempor, rhoncus vitae, sem. Suspendisse potenti. Maecenas fermentum nisi eget pede. Duis sit amet sem vel dui faucibus condimentum. Curabitur dictum arcu. Morbi consectetuer dignissim orci. Aenean lectus pede, imperdiet eu, venenatis a, luctus nec, libero. Aenean sapien quam, faucibus non, placerat id, bibendum ac, eros. Nullam rutrum, nibh a suscipit lacinia, massa est pellentesque mi, eu mattis nisl ipsum sed diam. ', NULL, 0, '2005-12-16 00:00:00', NULL, NULL, NULL, 1, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145534096, 0, 'sed-gravida-consectetuer-nisi', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 14:54:56', '0000-00-00 00:00:00', NULL, 0, NULL),
(10087, 'Forum', 1, 1, '', 1, 1, 0, 1045, 'Forum', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 69, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535129, 0, 'forum', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:12:09', '0000-00-00 00:00:00', NULL, 0, NULL),
(10088, 'Aliquam sollicitudin', 1, 15, '', 1, 1, 0, 0, 'Aliquam sollicitudin', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 8, '', 'email = \non_saada_email = 0\n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535282, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:14:42', '0000-00-00 00:00:00', '2006-04-20 15:55:53', 3, NULL),
(10089, 'Integer et libero a magna fermentum bibendum', 1, 15, '', 1, 1, 0, 0, 'Integer et libero a magna fermentum bibendum', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 9, '', 'email = \non_saada_email = 0\n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535298, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:14:58', '0000-00-00 00:00:00', '2006-04-20 15:49:30', 1, NULL),
(10090, 'Pellentesque a diam', 1, 15, '', 1, 1, 0, 0, 'Pellentesque a diam', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 26, '', 'email = \non_saada_email = 0\n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535312, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:15:12', '0000-00-00 00:00:00', '2006-04-20 15:45:31', 2, NULL),
(10091, 'Articles in 2 columns', 1, 1, '', 1, 1, 0, 1041, 'Articles in 2 columns', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 48, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535437, 0, 'articles-in-2-columns', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:16:21', '2006-04-20 15:17:17', NULL, 0, NULL),
(10093, 'Hidden section', 1, 1, '', 1, 1, 0, 0, 'Hidden section', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 26, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535460, 0, 'hidden-section', '1', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:17:40', '0000-00-00 00:00:00', NULL, 0, NULL),
(10094, 'Hidden section', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Hidden section', ' The current section "Hidden section" is published but marked with "Hide in navigation menu" which makes the section name to disappear from menus and sitemap. You can tell the hidden status by the yellow colour of the v-shaped action button. The contents of the section are still visible if you know the direct link or use site search.', NULL, 0, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145536370, 0, 'hidden-section-2', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:20:11', '2006-04-20 15:32:50', NULL, 0, NULL),
(10095, 'Article list', 1, 1, '', 1, 1, 0, 1040, 'Article list', ' ', NULL, 0, '0000-00-00 00:00:00', NULL, NULL, NULL, 73, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535818, 0, 'article-list', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:23:38', '0000-00-00 00:00:00', NULL, 0, NULL),
(10096, 'Unpublished article', 1, 2, 'Default Administrator', 0, 1, 0, 0, 'Unpublished article', ' This article is unpublished and cannot be seen by any of the site visitors. You can tell the unpublished status by the red colour of the v-shaped action button.  ', NULL, 0, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145536456, 0, 'unpublished-article', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:34:16', '0000-00-00 00:00:00', NULL, 0, NULL),
(10098, 'Article with comments', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Article with comments', ' This article has the option "Allow comments" ticked. Suspendisse nec elit at lacus pulvinar elementum. Nam egestas. Vivamus gravida arcu sit amet tortor. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Donec lacinia dui eget nulla. Nam vitae libero ut metus molestie rutrum. Aenean congue cursus erat. Nam commodo consectetuer ante. Curabitur sodales. Donec semper ipsum quis elit. Pellentesque a tellus.', NULL, 1, '2006-04-20 00:00:00', NULL, NULL, NULL, 13, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145539654, 0, 'article-with-comments', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:36:06', '2006-04-20 16:27:34', '2006-04-20 16:29:17', 2, NULL),
(10099, 'Curabitur aliquet purus et nulla.', 1, 14, NULL, 1, 1, 0, NULL, 'Curabitur aliquet purus et nulla.', 'Curabitur aliquet purus et nulla. Nam aliquet ullamcorper enim. Donec commodo viverra dui. Praesent sodales malesuada turpis. Aliquam ultricies, mi eu eleifend tempor, augue dui adipiscing ante, sed malesuada odio risus in tellus. Mauris scelerisque.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2006-04-20 15:44:30', 2, NULL),
(10100, 'Re: Curabitur aliquet purus et nulla.', 1, 14, NULL, 1, 1, 0, NULL, 'Re: Curabitur aliquet purus et nulla.', 'Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut justo ligula, venenatis sit amet, suscipit nec, hendrerit quis, diam. Etiam sit amet justo. In hac habitasse platea dictumst.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 2, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10101, 'Re: Curabitur aliquet purus et nulla.', 1, 14, NULL, 1, 1, 0, NULL, 'Re: Curabitur aliquet purus et nulla.', 'Urabitur porttitor risus a ligula. Donec gravida auctor lorem. Vestibulum justo lorem, eleifend ac, semper ac, varius id, risus. In leo enim, gravida mattis, pretium sit amet, ornare ut, ligula. Donec pulvinar.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10102, 'Aliquam gravida', 1, 14, NULL, 1, 1, 0, NULL, 'Aliquam gravida', 'Mauris iaculis tellus eget pede accumsan hendrerit: http://www.saurus.info. Etiam elit. Quisque sem nisl, consequat eget, porta at, porta non, dui. In nec lacus. Sed eget lacus. Pellentesque tempus massa nec velit. Cras elit justo, accumsan sit amet, mattis a, nonummy a, velit.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 23, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2006-04-20 15:46:22', 1, NULL),
(10111, 'Aenean vulputate fermentum nunc', 1, 14, NULL, 1, 1, 0, NULL, 'Aenean vulputate fermentum nunc', 'Suspendisse potenti. Aliquam erat volutpat. Cras aliquet, urna vel semper fringilla, tortor ligula adipiscing diam, id elementum magna elit non ligula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque dictum. Integer malesuada lorem vel elit. Ut ut tellus eget ante interdum venenatis. Duis et nulla.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 2, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(6257, 'Recycle Bin', 1, 1, NULL, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, 'trash', NULL, NULL, NULL, 0, 0, NULL, 0, NULL, '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10107, 'Re: Aliquam gravida', 1, 14, '', 1, 1, 0, 0, 'Re: Aliquam gravida', 'Ut sem magna, pellentesque a, tincidunt quis, adipiscing a, tortor. Sed orci :). Nullam nec lacus sed nunc porttitor tristique. Etiam eu nisi. Mauris enim erat, interdum a, tincidunt sed, auctor condimentum, lectus. Suspendisse diam. Cras et enim. Nam in elit eget quam venenatis facilisis. Suspendisse leo massa, laoreet eget, condimentum accumsan, semper a, nunc.', NULL, 0, '2006-04-20 00:00:00', NULL, NULL, NULL, 11, NULL, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145608229, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '0000-00-00 00:00:00', '2006-04-21 11:30:29', '2006-04-20 15:47:46', 1, NULL),
(10171, 'Pellentesque aliquam, leo tincidunt euismod tempo', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Pellentesque aliquam, leo tincidunt euismod tempo', ' Morbi nec odio. Sed at ante. Suspendisse orci mauris, tempus at, hendrerit sit amet, sollicitudin sed, mi. Nullam tincidunt tincidunt tortor. Fusce augue enim, convallis sit amet, porttitor vitae, interdum sed, felis. Nulla condimentum. Praesent egestas venenatis dolor. Fusce tortor neque, dictum ut, feugiat a, adipiscing in, odio. Aenean eget est. Nam odio tellus, vehicula quis, tempor nec, auctor non, turpis. Aenean ac lacus. Etiam adipiscing nunc a erat. Nam vehicula tempus eros. Duis vitae nisl. Nunc quis mi. Etiam interdum, purus id vestibulum egestas, felis sapien ornare nulla, vel condimentum mi lectus a odio. Proin in ipsum ut nibh pellentesque sagittis. In ante. Nulla quam. Nulla orci pede, commodo id, commodo id, sollicitudin et, nibh. ', NULL, 0, '2006-03-25 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145608771, 0, 'pellentesque-aliquam-leo-tincidunt-euismod-tempo', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-21 11:39:31', '0000-00-00 00:00:00', NULL, 0, NULL),
(10108, 'Re: Re: Aliquam gravida', 1, 14, NULL, 1, 1, 0, NULL, 'Re: Re: Aliquam gravida', 'Phasellus ultrices rutrum leo!', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10109, 'Donec dapibus', 1, 14, NULL, 1, 1, 0, NULL, 'Donec dapibus', 'Quisque enim augue, pharetra in, iaculis et, rhoncus a, lorem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed volutpat magna non tellus. Maecenas semper nibh tincidunt nunc. Morbi tellus ipsum, tincidunt non, posuere sit amet, cursus nec, augue. Vestibulum egestas arcu eu mauris. Sed vitae enim ac lacus eleifend lobortis.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10113, 'Nunc in metus', 1, 14, NULL, 1, 1, 0, NULL, 'Nunc in metus', 'Ut porttitor tortor ut dui. Pellentesque varius felis ac libero hendrerit iaculis. Nunc ipsum. Aliquam tellus lacus, pulvinar at, tempor ac, facilisis quis, velit. Fusce tortor ante, semper ut, suscipit vel, dignissim id, enim. Donec nunc nisl, semper quis, tempor at, porttitor vel, felis. :)', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2006-04-20 15:54:38', 2, NULL),
(10114, 'Re: Nunc in metus', 1, 14, NULL, 1, 1, 0, NULL, 'Re: Nunc in metus', 'Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque rhoncus, erat eu ullamcorper elementum, nibh purus tincidunt ligula, ut dictum sapien erat ac urna. Etiam tempor sollicitudin leo. Aliquam erat volutpat. Sed sed nulla. Donec sollicitudin, ipsum quis adipiscing malesuada, dui augue posuere leo, ut tristique erat ipsum id nibh. Nunc mauris nulla, blandit lobortis, aliquet ac, viverra id, eros. Nullam mauris. Phasellus mattis. Nunc imperdiet sapien vel lacus.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10116, 'Re: Nunc in metus', 1, 14, NULL, 1, 1, 0, NULL, 'Re: Nunc in metus', 'Quisque sit amet purus ac quam viverra malesuada. Sed arcu. Quisque velit lectus, bibendum nec, tristique eu, sagittis eget, massa. Donec laoreet odio a augue. http://www.saurus.info', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10117, 'Fusce lorem urna', 1, 14, NULL, 1, 1, 0, NULL, 'Fusce lorem urna', 'Quisque a arcu. Aenean consequat, leo id mollis sagittis, ligula magna adipiscing quam, ac aliquet nisl justo nec dolor. Sed porta nulla eget odio. Sed convallis sapien eu mauris. Fusce sem leo, ultrices sed, rutrum quis, vestibulum id, mauris. Phasellus hendrerit velit eget erat. Sed nec mauris ac justo lobortis facilisis. Duis et velit sit amet tortor consequat rhoncus. Etiam magna. Suspendisse id turpis et leo sodales mattis. Phasellus a risus quis sapien vehicula auctor. Nam accumsan, mi eget tincidunt tincidunt, est quam adipiscing tortor, ut consequat nisl metus sed mauris. Vivamus semper tellus a lorem. Aliquam erat volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur et dolor id turpis pharetra blandit. ', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2006-04-20 15:57:03', 3, NULL),
(10118, 'Re: Fusce lorem urna', 1, 14, NULL, 1, 1, 0, NULL, 'Re: Fusce lorem urna', 'Aliquam magna lacus, gravida vel, fermentum vitae, commodo vitae, massa. Quisque tristique euismod turpis. Integer vitae sapien vel quam egestas euismod.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10119, 'Re: Fusce lorem urna', 1, 14, NULL, 1, 1, 0, NULL, 'Re: Fusce lorem urna', 'Etiam orci neque, porta id, vehicula id, vulputate a, magna. Vestibulum eu mi. In iaculis, nisi quis egestas tincidunt, dui magna scelerisque dolor, ut imperdiet sem sapien a leo.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10120, 'Re: Fusce lorem urna', 1, 14, NULL, 1, 1, 0, NULL, 'Re: Fusce lorem urna', 'Morbi augue purus, scelerisque accumsan, tincidunt ut, tincidunt vitae, est. Proin id nunc. Mauris felis elit, scelerisque sit amet, tincidunt id, pretium at, purus. Nam quis tortor non ipsum porta mattis. Morbi nisl. Aliquam sapien nunc, tempus quis, faucibus et, sagittis in, velit. Proin quis nisi eget lacus sollicitudin dapibus.', NULL, NULL, '2006-04-20 00:00:00', NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 0, NULL),
(10121, 'Forum', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Forum', ' Nulla dignissim nibh id felis. Vestibulum elit urna, lobortis id, sagittis at, scelerisque at, tortor. Etiam odio nisi, tempus eu, pulvinar non, ullamcorper non, lectus. Duis orci orci, rutrum nec, elementum et, feugiat non, risus.', NULL, 0, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145537947, 0, 'forum-2', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:59:07', '0000-00-00 00:00:00', NULL, 0, NULL),
(10246, 'IP blocked', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'IP blocked', ' Your IP address is blocked.', NULL, 0, '2006-04-21 00:00:00', NULL, NULL, NULL, 0, 'your_IP_disabled', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145623751, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-21 15:49:11', '0000-00-00 00:00:00', NULL, 0, NULL),
(10247, 'Item added to the cart', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Item added to the cart', '    The item has been added to the cart!  Back View cart', NULL, 0, '2006-04-21 00:00:00', NULL, NULL, NULL, 0, 'add_cart', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145623788, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-21 15:49:48', '0000-00-00 00:00:00', NULL, 0, NULL),
(10248, 'The cart has been saved', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'The cart has been saved', '  &lt;table width="100%" cellspacing="0" cellpadding="10" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td align="center" class="boxhead"&gt;&lt;strong&gt;The cart has been saved!&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="center" align="center" class="txt"&gt;&lt;a href="javascript:window.close()"&gt;Back&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;', NULL, 0, '2006-04-21 00:00:00', NULL, NULL, NULL, 0, 'save_cart', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145623815, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-21 15:50:15', '0000-00-00 00:00:00', NULL, 0, NULL),
(10147, '', 1, 14, '', 1, 1, 0, 0, '', 'Cras fermentum bibendum est. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam orci risus, sollicitudin at, luctus ut, volutpat at, elit.', NULL, 0, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, NULL, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145539700, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '0000-00-00 00:00:00', '2006-04-20 16:28:20', NULL, 0, NULL),
(10149, '', 1, 14, '', 1, 1, 0, 0, '', 'Vivamus facilisis pellentesque arcu: http://www.saurus.info Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Maecenas convallis accumsan ante. Nullam in dolor. Curabitur felis turpis, varius ut, sollicitudin vitae, consequat sed, mi. Etiam id felis sed neque nonummy congue. Duis vitae augue.  :)', NULL, 0, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, NULL, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145539792, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '0000-00-00 00:00:00', '2006-04-20 16:29:52', NULL, 0, NULL),
(10151, 'Lead & body', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Lead & body', 'Article can be split into lead and body. The current template “Articles: 1 column” then displays only lead with a link to the full article text.  Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aenean ultrices libero nec felis. Sed imperdiet. Aenean et lacus. Etiam vel tortor. Mauris euismod. Nam ipsum diam, pharetra id, hendrerit quis, vulputate ut, augue. Duis tempor sodales nisi. Etiam euismod, leo non adipiscing placerat, lorem turpis gravida mi, sit amet condimentum velit dolor molestie nibh. Praesent elit est, tempus eleifend, porta sed, rhoncus eget, lacus. Nullam eleifend interdum augue. Quisque sed felis quis sem malesuada pulvinar. Donec placerat. Praesent arcu. Maecenas tortor. Curabitur purus pede, mattis eu, condimentum quis, tristique sit amet, ipsum. Suspendisse orci. Vestibulum vulputate.', NULL, 0, '2006-04-20 00:00:00', NULL, NULL, NULL, 3, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145541595, 0, 'lead-body', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 16:59:37', '2006-04-20 16:59:55', NULL, 0, NULL),
(10152, 'Suspendisse potenti', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Suspendisse potenti', ' Nunc varius ante. Proin vitae magna at quam suscipit vehicula. Mauris sollicitudin urna id erat. Donec nec nisl ut urna sollicitudin faucibus:Pellentesque pellentesque. Aliquam iaculis congue erat.Donec ullamcorper. Fusce lacus magna, pretium vel.Mauris ultricies ipsum ut eros. Fusce blandit accumsan risus. Nulla aliquet. Duis sollicitudin orci id purus.Donec pretium laoreet erat. Nulla lectus. Cras suscipit nisi convallis lectus. Vestibulum magna urna, euismod nec, rutrum at.', NULL, 0, '2006-04-20 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145541996, 0, 'suspendisse-potenti', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 17:03:40', '2006-04-20 17:06:36', NULL, 0, NULL),
(10153, 'Curabitur sollicitudin', 1, 2, 'Default Administrator', 1, 1, 6, 0, 'Curabitur sollicitudin', ' Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut adipiscing mi et dui. Pellentesque mi justo, congue eget, malesuada ac, vehicula ut, mi. Nulla pellentesque. Curabitur sollicitudin ipsum. Nulla et orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam congue diam et felis vehicula pellentesque. Mauris vestibulum sollicitudin est. Nam bibendum magna quis urna.', NULL, 1, '2006-04-20 00:00:00', NULL, NULL, NULL, 3, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145541919, 0, 'curabitur-sollicitudin', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 17:04:53', '2006-04-20 17:05:19', NULL, 0, NULL),
(10564, 'Sauropol', 1, 3, '', 1, 1, 0, 0, 'Sauropol', '', NULL, 0, '2009-07-01 11:02:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1246446148, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2009-07-01 11:02:28', '0000-00-00 00:00:00', NULL, 0, NULL),
(10250, 'Toode on lisatud ostukorvi', 1, 2, 'Default Administrator', 1, 0, 0, 0, 'Toode on lisatud ostukorvi', '    Toode on lisatud ostukorvi!  Tagasi Edasi', NULL, 0, '2006-04-21 00:00:00', NULL, NULL, NULL, 0, 'add_cart', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145623927, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-21 15:51:26', '2006-04-21 15:52:07', NULL, 0, NULL),
(10251, 'Ostukorv on salvestatud', 1, 2, 'Default Administrator', 1, 0, 0, 0, 'Ostukorv on salvestatud', '    Teie ostukorv on salvestatud!  Tagasi', NULL, 0, '2006-04-21 00:00:00', NULL, NULL, NULL, 0, 'save_cart', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145623913, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-21 15:51:53', '0000-00-00 00:00:00', NULL, 0, NULL),
(10249, 'Viga', 1, 2, 'Default Administrator', 1, 0, 0, 0, 'Viga', 'Seda lehekülge ei leitud.', '', 0, '2006-04-21 00:00:00', NULL, NULL, NULL, 9, '404error', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1176300105, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-21 15:51:02', '2007-04-11 17:01:45', NULL, 0, NULL),
(10166, 'Morbi feugiat condimentum libero', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Morbi feugiat condimentum libero', ' Aliquam eu mauris. Suspendisse sed augue. Aliquam orci neque, adipiscing a, fringilla quis, lacinia vel, nisi. Aliquam luctus, odio non faucibus imperdiet, justo tortor pharetra lacus, bibendum accumsan velit nisl pellentesque nisl. Aenean pharetra erat ullamcorper mi. Phasellus blandit, nisl a molestie scelerisque, justo nibh consectetuer pede, at facilisis sem lectus vitae lorem. Quisque nibh. Maecenas massa. Suspendisse porta dignissim dolor. Suspendisse pede nulla, consequat et, imperdiet at, vulputate vitae, massa. Etiam dolor odio, tincidunt id, consequat nonummy, aliquam eget, massa. Nulla facilisi. Sed non erat nec velit eleifend ultricies. Curabitur quis diam nec erat ultrices scelerisque. Quisque aliquet tincidunt sapien. Praesent quis ligula blandit urna adipiscing semper. Praesent massa. Sed fermentum ornare lorem. Nulla facilisi. ', NULL, 0, '2006-02-01 00:00:00', NULL, NULL, NULL, 1, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145546021, 0, 'morbi-feugiat-condimentum-libero', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 18:13:41', '0000-00-00 00:00:00', NULL, 0, NULL);
INSERT INTO `objekt` VALUES
(10167, 'Aenean metus', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Aenean metus', ' Sed ornare dolor in leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Fusce feugiat tortor. Pellentesque consequat leo volutpat lectus. Fusce rhoncus, sem id rhoncus aliquet, erat lorem viverra erat, et molestie massa urna et mauris. Quisque adipiscing lacus placerat nibh. Ut mattis nulla sit amet diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc dapibus vulputate metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Integer vel ligula id enim commodo condimentum. Vivamus convallis ante a purus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus vehicula, nibh nec tristique tincidunt, diam turpis commodo purus, ac pretium dui nisl ac nulla. Maecenas pede mauris, luctus a, rhoncus nec, interdum ut, pede. Duis quis augue dapibus dolor ultrices convallis. Proin ut sapien. Ut sit amet mi a urna aliquet dignissim. Maecenas placerat. Phasellus tempus risus vel est. Fusce venenatis dui a ipsum. Aliquam ut libero. Praesent tincidunt, tortor ornare vulputate dapibus, dui mauris euismod lectus, ut viverra tortor tortor in tortor. ', NULL, 0, '2006-01-01 00:00:00', NULL, NULL, NULL, 1, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145546138, 0, 'aenean-metus', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 18:15:38', '0000-00-00 00:00:00', NULL, 0, NULL),
(10168, 'Morbi feugiat condimentum libero', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Morbi feugiat condimentum libero', ' Aliquam eu mauris. Suspendisse sed augue. Aliquam orci neque, adipiscing a, fringilla quis, lacinia vel, nisi. Aliquam luctus, odio non faucibus imperdiet, justo tortor pharetra lacus, bibendum accumsan velit nisl pellentesque nisl. Aenean pharetra erat ullamcorper mi. Phasellus blandit, nisl a molestie scelerisque, justo nibh consectetuer pede, at facilisis sem lectus vitae lorem. Quisque nibh. Maecenas massa. Suspendisse porta dignissim dolor. Suspendisse pede nulla, consequat et, imperdiet at, vulputate vitae, massa. Etiam dolor odio, tincidunt id, consequat nonummy, aliquam eget, massa. Nulla facilisi. Sed non erat nec velit eleifend ultricies. Curabitur quis diam nec erat ultrices scelerisque. Quisque aliquet tincidunt sapien. Praesent quis ligula blandit urna adipiscing semper. Praesent massa. Sed fermentum ornare lorem. Nulla facilisi. ', NULL, 0, '2006-03-16 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145546168, 0, 'morbi-feugiat-condimentum-libero-2', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 18:15:41', '2006-04-20 18:16:08', NULL, 0, NULL),
(10169, 'Curabitur eu nulla', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Curabitur eu nulla', ' Curabitur enim. Ut urna enim, congue dapibus, ultricies nec, ultricies ut, ligula. Ut urna. In massa. Vivamus semper massa vitae nibh. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In pharetra, lacus feugiat vestibulum volutpat, nisl dui ultrices leo, suscipit mollis urna justo sed elit. Duis sed lorem. In nonummy odio fermentum ligula. Praesent blandit risus id tortor. Pellentesque nulla. Nam diam mauris, vulputate eget, suscipit ut, cursus at, eros. Integer blandit dignissim purus. Aenean ornare auctor ante. Proin metus tortor, luctus a, facilisis id, elementum quis, augue. Quisque sed lorem vel pede rutrum volutpat. Morbi imperdiet eros vel nisi. Ut condimentum pellentesque tortor. Nulla magna. ', NULL, 0, '2004-05-20 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145546248, 0, 'curabitur-eu-nulla', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 18:17:28', '0000-00-00 00:00:00', NULL, 0, NULL),
(10170, 'Duis interdum quam', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Duis interdum quam', ' Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam sit amet diam at sapien posuere suscipit. Praesent dictum eros et sapien. Donec volutpat, purus a malesuada molestie, orci velit euismod massa, eget sagittis felis magna elementum augue. Ut vitae pede. Curabitur eu velit. Mauris ac velit. Donec viverra nunc ac mauris. Ut pretium. Morbi velit augue, aliquam nec, tristique a, egestas imperdiet, nisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut et nisi. Vivamus venenatis suscipit ipsum. Duis vel felis vel turpis vulputate accumsan. Vivamus eleifend, massa ut aliquam tincidunt, est lectus aliquam ante, vel faucibus magna purus vitae magna. Ut condimentum luctus nisi. In justo elit, blandit vel, semper nec, rhoncus quis, risus. Praesent ut leo. Proin blandit urna vitae elit.', NULL, 0, '2006-03-01 00:00:00', NULL, NULL, NULL, 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145608707, 0, 'duis-interdum-quam', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-21 11:38:27', '0000-00-00 00:00:00', NULL, 0, NULL),
(10209, 'Aliquam sit amet tellus sit amet erat cursus ullamcorper', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Integer laoreet, pede in pretium congue, erat mi nonummy orci, nec pharetra lacus elit nec lectus. In eget ipsum. Aliquam adipiscing placerat erat. Ut posuere diam quis metus. Praesent facilisis congue arcu. Etiam iaculis mi ut ipsum. Aliquam non turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse ante. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc lorem mi, aliquam et, sagittis non, gravida vel, urna. Aliquam erat volutpat. Aliquam sit amet tellus sit amet erat cursus ullamcorper. Nam eget sem at arcu dignissim dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean nisi eros, feugiat sed, tempus vel, luctus id, tortor. In elementum urna vitae pede. Sed nec arcu ut elit tempor semper. Aenean volutpat leo id dui. Nulla lacinia, leo sit amet vehicula vestibulum, nisi lectus pulvinar odio, in interdum libero pede a nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec suscipit gravida massa. Morbi eget enim vitae erat molestie porttitor. Sed commodo venenatis massa. ', NULL, 0, '2005-09-01 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145534065, 0, 'aliquam-sit-amet-tellus-sit-amet-erat-cursus-ullamcorper', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 14:54:25', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10210, 'Sed gravida consectetuer nisi', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Nullam tempor, nibh et volutpat placerat, lectus leo dignissim libero, blandit venenatis enim magna vitae mauris. Nullam pellentesque magna. Nullam tempor turpis eu elit. Aliquam erat volutpat. Aliquam magna. Sed iaculis, urna non accumsan ornare, neque dolor porttitor velit, id interdum metus dolor at dui. Curabitur tincidunt magna id eros. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Vestibulum eu neque sed odio tristique cursus. Nunc est est, placerat sed, rhoncus vitae, tempor at, felis. Fusce sem magna, iaculis sit amet, imperdiet nec, suscipit nec, eros. Aenean aliquam mauris sit amet augue. Ut in nunc nec neque sagittis nonummy. Praesent est. Duis nec massa ac sapien luctus mattis. Phasellus tortor sapien, scelerisque vitae, gravida id, imperdiet quis, justo. Mauris mauris velit, adipiscing dignissim, euismod vitae, tincidunt ut, libero. Cras ut nisl. Sed iaculis nunc fringilla erat. Morbi fringilla quam eu mi. Sed gravida consectetuer nisi. Pellentesque consectetuer tempus justo. Quisque gravida. Praesent vel quam. Vivamus blandit dignissim risus. Donec libero. Nunc quis purus at magna suscipit scelerisque. Fusce sit amet justo vel diam iaculis ultricies. Ut felis diam, iaculis non, imperdiet tempor, rhoncus vitae, sem. Suspendisse potenti. Maecenas fermentum nisi eget pede. Duis sit amet sem vel dui faucibus condimentum. Curabitur dictum arcu. Morbi consectetuer dignissim orci. Aenean lectus pede, imperdiet eu, venenatis a, luctus nec, libero. Aenean sapien quam, faucibus non, placerat id, bibendum ac, eros. Nullam rutrum, nibh a suscipit lacinia, massa est pellentesque mi, eu mattis nisl ipsum sed diam. ', NULL, 0, '2005-12-16 00:00:00', '', '', '', 1, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145534096, 0, 'sed-gravida-consectetuer-nisi', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 14:54:56', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10211, 'Aliquam sollicitudin', 1, 15, '', 1, 0, 0, 0, '', ' ', NULL, 0, '0000-00-00 00:00:00', '', '', '', 7, '', 'email = \non_saada_email = 0\n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535282, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:14:42', '0000-00-00 00:00:00', '2006-04-20 15:55:53', 3, NULL),
(10212, 'Integer et libero a magna fermentum bibendum', 1, 15, '', 1, 0, 0, 0, '', ' ', NULL, 0, '0000-00-00 00:00:00', '', '', '', 7, '', 'email = \non_saada_email = 0\n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535298, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:14:58', '0000-00-00 00:00:00', '2006-04-20 15:49:30', 1, NULL),
(10213, 'Pellentesque a diam', 1, 15, '', 1, 0, 0, 0, '', ' ', NULL, 0, '0000-00-00 00:00:00', '', '', '', 19, '', 'email = \non_saada_email = 0\n', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145535312, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:15:12', '0000-00-00 00:00:00', '2006-04-20 15:45:31', 2, NULL),
(10214, 'Peidetud rubriik', 1, 2, 'Default Administrator', 1, 0, 0, 0, 'Peidetud rubriik', 'See veebi rubriik on küll avalikustatud, kuid märgitud linnukesega "Peida menüüs" mille tulemusena ei ilmu ta avalikus osas menüüdes ega sisukaardil. Peidetud staatust märgib ka v-kujulise käsunupu kollane värv. Ehkki menüü ei ole külastajatele nähtav, saavad nad siiski selle sisuga tutvuda kui teavad otselinki või kasutavad saidi otsingut. ', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1165573792, 0, 'peidetud-rubriik-2', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:20:11', '2006-12-08 12:29:52', '0000-00-00 00:00:00', 0, NULL),
(10215, 'Avaldamata artikkel', 1, 2, 'Default Administrator', 0, 0, 0, 0, 'Avaldamata artikkel', 'See artikkel on avaldamata ja pole seega veebi külastajatele nähtav. Avaldamata staatust märgib v-kujulise käsunupu punane värv.  ', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1165573707, 0, 'avaldamata-artikkel', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:34:16', '2006-12-08 12:28:27', '0000-00-00 00:00:00', 0, NULL),
(10216, 'Sissejuhatus ja sisu', 1, 2, 'Default Administrator', 1, 0, 0, 0, 'Sissejuhatus ja sisu', 'Artikli võib jagada sissejuhatuseks ja sisuks. Siin kasutusel olev sisumall "Articles: 1 column" kuvab sellisel juhul nimekirjas sissejuhatuse koos lingiga artikli täielikule tekstile.  Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aenean ultrices libero nec felis. Sed imperdiet. Aenean et lacus. Etiam vel tortor. Mauris euismod. Nam ipsum diam, pharetra id, hendrerit quis, vulputate ut, augue. Duis tempor sodales nisi. Etiam euismod, leo non adipiscing placerat, lorem turpis gravida mi, sit amet condimentum velit dolor molestie nibh. Praesent elit est, tempus eleifend, porta sed, rhoncus eget, lacus. Nullam eleifend interdum augue. Quisque sed felis quis sem malesuada pulvinar. Donec placerat. Praesent arcu. Maecenas tortor. Curabitur purus pede, mattis eu, condimentum quis, tristique sit amet, ipsum. Suspendisse orci. Vestibulum vulputate.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 7, '', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1246446365, 0, 'sissejuhatus-ja-sisu', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 16:59:37', '2009-07-01 11:06:05', '0000-00-00 00:00:00', 0, NULL),
(10217, 'Forum', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Nulla dignissim nibh id felis. Vestibulum elit urna, lobortis id, sagittis at, scelerisque at, tortor. Etiam odio nisi, tempus eu, pulvinar non, ullamcorper non, lectus. Duis orci orci, rutrum nec, elementum et, feugiat non, risus.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145537947, 0, 'forum', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 15:59:07', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10219, 'Kommentaaridega artikkel', 1, 2, 'Default Administrator', 1, 0, 0, 0, 'Kommentaaridega artikkel', 'Sellel artiklil on aktiivne märgend "Kommentaarid lubatud".Suspendisse nec elit at lacus pulvinar elementum. Nam egestas. Vivamus gravida arcu sit amet tortor. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Donec lacinia dui eget nulla. Nam vitae libero ut metus molestie rutrum. Aenean congue cursus erat. Nam commodo consectetuer ante. Curabitur sodales. Donec semper ipsum quis elit. Pellentesque a tellus.', NULL, 1, '2006-04-20 00:00:00', '', '', '', 16, '', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1246446353, 0, 'kommentaaridega-artikkel', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 15:36:06', '2009-07-01 11:05:53', '2006-04-20 16:29:17', 2, NULL),
(10220, 'Suspendisse potenti', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Nunc varius ante. Proin vitae magna at quam suscipit vehicula. Mauris sollicitudin urna id erat. Donec nec nisl ut urna sollicitudin faucibus:Pellentesque pellentesque. Aliquam iaculis congue erat.Donec ullamcorper. Fusce lacus magna, pretium vel.Mauris ultricies ipsum ut eros. Fusce blandit accumsan risus. Nulla aliquet. Duis sollicitudin orci id purus.Donec pretium laoreet erat. Nulla lectus. Cras suscipit nisi convallis lectus. Vestibulum magna urna, euismod nec, rutrum at.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145541996, 0, 'suspendisse-potenti', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 17:03:40', '2006-04-20 17:06:36', '0000-00-00 00:00:00', 0, NULL),
(10221, 'Curabitur sollicitudin', 1, 2, 'Default Administrator', 1, 0, 6, 0, '', ' Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut adipiscing mi et dui. Pellentesque mi justo, congue eget, malesuada ac, vehicula ut, mi. Nulla pellentesque. Curabitur sollicitudin ipsum. Nulla et orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam congue diam et felis vehicula pellentesque. Mauris vestibulum sollicitudin est. Nam bibendum magna quis urna.', NULL, 1, '2006-04-20 00:00:00', '', '', '', 3, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145541919, 0, 'curabitur-sollicitudin', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 17:04:53', '2006-04-20 17:05:19', '0000-00-00 00:00:00', 0, NULL),
(10222, 'Morbi feugiat condimentum libero', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Aliquam eu mauris. Suspendisse sed augue. Aliquam orci neque, adipiscing a, fringilla quis, lacinia vel, nisi. Aliquam luctus, odio non faucibus imperdiet, justo tortor pharetra lacus, bibendum accumsan velit nisl pellentesque nisl. Aenean pharetra erat ullamcorper mi. Phasellus blandit, nisl a molestie scelerisque, justo nibh consectetuer pede, at facilisis sem lectus vitae lorem. Quisque nibh. Maecenas massa. Suspendisse porta dignissim dolor. Suspendisse pede nulla, consequat et, imperdiet at, vulputate vitae, massa. Etiam dolor odio, tincidunt id, consequat nonummy, aliquam eget, massa. Nulla facilisi. Sed non erat nec velit eleifend ultricies. Curabitur quis diam nec erat ultrices scelerisque. Quisque aliquet tincidunt sapien. Praesent quis ligula blandit urna adipiscing semper. Praesent massa. Sed fermentum ornare lorem. Nulla facilisi. ', NULL, 0, '2006-02-01 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145546021, 0, 'morbi-feugiat-condimentum-libero', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 18:13:41', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10223, 'Aenean metus', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Sed ornare dolor in leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Fusce feugiat tortor. Pellentesque consequat leo volutpat lectus. Fusce rhoncus, sem id rhoncus aliquet, erat lorem viverra erat, et molestie massa urna et mauris. Quisque adipiscing lacus placerat nibh. Ut mattis nulla sit amet diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc dapibus vulputate metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Integer vel ligula id enim commodo condimentum. Vivamus convallis ante a purus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus vehicula, nibh nec tristique tincidunt, diam turpis commodo purus, ac pretium dui nisl ac nulla. Maecenas pede mauris, luctus a, rhoncus nec, interdum ut, pede. Duis quis augue dapibus dolor ultrices convallis. Proin ut sapien. Ut sit amet mi a urna aliquet dignissim. Maecenas placerat. Phasellus tempus risus vel est. Fusce venenatis dui a ipsum. Aliquam ut libero. Praesent tincidunt, tortor ornare vulputate dapibus, dui mauris euismod lectus, ut viverra tortor tortor in tortor. ', NULL, 0, '2006-01-01 00:00:00', '', '', '', 1, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145546138, 0, 'aenean-metus', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 18:15:38', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10224, 'Morbi feugiat condimentum libero', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Aliquam eu mauris. Suspendisse sed augue. Aliquam orci neque, adipiscing a, fringilla quis, lacinia vel, nisi. Aliquam luctus, odio non faucibus imperdiet, justo tortor pharetra lacus, bibendum accumsan velit nisl pellentesque nisl. Aenean pharetra erat ullamcorper mi. Phasellus blandit, nisl a molestie scelerisque, justo nibh consectetuer pede, at facilisis sem lectus vitae lorem. Quisque nibh. Maecenas massa. Suspendisse porta dignissim dolor. Suspendisse pede nulla, consequat et, imperdiet at, vulputate vitae, massa. Etiam dolor odio, tincidunt id, consequat nonummy, aliquam eget, massa. Nulla facilisi. Sed non erat nec velit eleifend ultricies. Curabitur quis diam nec erat ultrices scelerisque. Quisque aliquet tincidunt sapien. Praesent quis ligula blandit urna adipiscing semper. Praesent massa. Sed fermentum ornare lorem. Nulla facilisi. ', NULL, 0, '2006-03-16 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145546168, 0, 'morbi-feugiat-condimentum-libero-2', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2006-04-20 18:15:41', '2006-04-20 18:16:08', '0000-00-00 00:00:00', 0, NULL),
(10225, 'Curabitur eu nulla', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Curabitur enim. Ut urna enim, congue dapibus, ultricies nec, ultricies ut, ligula. Ut urna. In massa. Vivamus semper massa vitae nibh. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In pharetra, lacus feugiat vestibulum volutpat, nisl dui ultrices leo, suscipit mollis urna justo sed elit. Duis sed lorem. In nonummy odio fermentum ligula. Praesent blandit risus id tortor. Pellentesque nulla. Nam diam mauris, vulputate eget, suscipit ut, cursus at, eros. Integer blandit dignissim purus. Aenean ornare auctor ante. Proin metus tortor, luctus a, facilisis id, elementum quis, augue. Quisque sed lorem vel pede rutrum volutpat. Morbi imperdiet eros vel nisi. Ut condimentum pellentesque tortor. Nulla magna. ', NULL, 0, '2004-05-20 00:00:00', '', '', '', 1, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145546248, 0, 'curabitur-eu-nulla', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-20 18:17:28', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10226, 'Duis interdum quam', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam sit amet diam at sapien posuere suscipit. Praesent dictum eros et sapien. Donec volutpat, purus a malesuada molestie, orci velit euismod massa, eget sagittis felis magna elementum augue. Ut vitae pede. Curabitur eu velit. Mauris ac velit. Donec viverra nunc ac mauris. Ut pretium. Morbi velit augue, aliquam nec, tristique a, egestas imperdiet, nisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut et nisi. Vivamus venenatis suscipit ipsum. Duis vel felis vel turpis vulputate accumsan. Vivamus eleifend, massa ut aliquam tincidunt, est lectus aliquam ante, vel faucibus magna purus vitae magna. Ut condimentum luctus nisi. In justo elit, blandit vel, semper nec, rhoncus quis, risus. Praesent ut leo. Proin blandit urna vitae elit.', NULL, 0, '2006-03-01 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145608707, 0, 'duis-interdum-quam', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-21 11:38:27', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10227, 'Pellentesque aliquam, leo tincidunt euismod tempo', 1, 2, 'Default Administrator', 1, 0, 0, 0, '', ' Morbi nec odio. Sed at ante. Suspendisse orci mauris, tempus at, hendrerit sit amet, sollicitudin sed, mi. Nullam tincidunt tincidunt tortor. Fusce augue enim, convallis sit amet, porttitor vitae, interdum sed, felis. Nulla condimentum. Praesent egestas venenatis dolor. Fusce tortor neque, dictum ut, feugiat a, adipiscing in, odio. Aenean eget est. Nam odio tellus, vehicula quis, tempor nec, auctor non, turpis. Aenean ac lacus. Etiam adipiscing nunc a erat. Nam vehicula tempus eros. Duis vitae nisl. Nunc quis mi. Etiam interdum, purus id vestibulum egestas, felis sapien ornare nulla, vel condimentum mi lectus a odio. Proin in ipsum ut nibh pellentesque sagittis. In ante. Nulla quam. Nulla orci pede, commodo id, commodo id, sollicitudin et, nibh. ', NULL, 0, '2006-03-25 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1145608771, 0, 'pellentesque-aliquam-leo-tincidunt-euismod-tempo', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2006-04-21 11:39:31', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10228, 'Curabitur aliquet purus et nulla.', 1, 14, '', 1, 0, 0, 0, '', 'Curabitur aliquet purus et nulla. Nam aliquet ullamcorper enim. Donec commodo viverra dui. Praesent sodales malesuada turpis. Aliquam ultricies, mi eu eleifend tempor, augue dui adipiscing ante, sed malesuada odio risus in tellus. Mauris scelerisque.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 4, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2006-04-20 15:44:30', 2, NULL),
(10229, 'Aliquam gravida', 1, 14, '', 1, 0, 0, 0, '', 'Mauris iaculis tellus eget pede accumsan hendrerit: http://www.saurus.info. Etiam elit. Quisque sem nisl, consequat eget, porta at, porta non, dui. In nec lacus. Sed eget lacus. Pellentesque tempus massa nec velit. Cras elit justo, accumsan sit amet, mattis a, nonummy a, velit.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 19, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2006-04-20 15:46:22', 1, NULL),
(10230, 'Donec dapibus', 1, 14, '', 1, 0, 0, 0, '', 'Quisque enim augue, pharetra in, iaculis et, rhoncus a, lorem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed volutpat magna non tellus. Maecenas semper nibh tincidunt nunc. Morbi tellus ipsum, tincidunt non, posuere sit amet, cursus nec, augue. Vestibulum egestas arcu eu mauris. Sed vitae enim ac lacus eleifend lobortis.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10231, 'Aenean vulputate fermentum nunc', 1, 14, '', 1, 0, 0, 0, '', 'Suspendisse potenti. Aliquam erat volutpat. Cras aliquet, urna vel semper fringilla, tortor ligula adipiscing diam, id elementum magna elit non ligula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque dictum. Integer malesuada lorem vel elit. Ut ut tellus eget ante interdum venenatis. Duis et nulla.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 1, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10232, 'Nunc in metus', 1, 14, '', 1, 0, 0, 0, '', 'Ut porttitor tortor ut dui. Pellentesque varius felis ac libero hendrerit iaculis. Nunc ipsum. Aliquam tellus lacus, pulvinar at, tempor ac, facilisis quis, velit. Fusce tortor ante, semper ut, suscipit vel, dignissim id, enim. Donec nunc nisl, semper quis, tempor at, porttitor vel, felis. :)', NULL, 0, '2006-04-20 00:00:00', '', '', '', 3, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2006-04-20 15:54:38', 2, NULL),
(10233, 'Fusce lorem urna', 1, 14, '', 1, 0, 0, 0, '', 'Quisque a arcu. Aenean consequat, leo id mollis sagittis, ligula magna adipiscing quam, ac aliquet nisl justo nec dolor. Sed porta nulla eget odio. Sed convallis sapien eu mauris. Fusce sem leo, ultrices sed, rutrum quis, vestibulum id, mauris. Phasellus hendrerit velit eget erat. Sed nec mauris ac justo lobortis facilisis. Duis et velit sit amet tortor consequat rhoncus. Etiam magna. Suspendisse id turpis et leo sodales mattis. Phasellus a risus quis sapien vehicula auctor. Nam accumsan, mi eget tincidunt tincidunt, est quam adipiscing tortor, ut consequat nisl metus sed mauris. Vivamus semper tellus a lorem. Aliquam erat volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur et dolor id turpis pharetra blandit. ', NULL, 0, '2006-04-20 00:00:00', '', '', '', 5, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2006-04-20 15:57:03', 3, NULL),
(10234, '', 1, 14, '', 1, 0, 0, 0, '', 'Cras fermentum bibendum est. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam orci risus, sollicitudin at, luctus ut, volutpat at, elit.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145539700, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '0000-00-00 00:00:00', '2006-04-20 16:28:20', '0000-00-00 00:00:00', 0, NULL),
(10235, '', 1, 14, '', 1, 0, 0, 0, '', 'Vivamus facilisis pellentesque arcu: http://www.saurus.info Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Maecenas convallis accumsan ante. Nullam in dolor. Curabitur felis turpis, varius ut, sollicitudin vitae, consequat sed, mi. Etiam id felis sed neque nonummy congue. Duis vitae augue.  :)', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145539792, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '0000-00-00 00:00:00', '2006-04-20 16:29:52', '0000-00-00 00:00:00', 0, NULL),
(10236, 'Re: Curabitur aliquet purus et nulla.', 1, 14, '', 1, 0, 0, 0, '', 'Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut justo ligula, venenatis sit amet, suscipit nec, hendrerit quis, diam. Etiam sit amet justo. In hac habitasse platea dictumst.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 2, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10237, 'Re: Curabitur aliquet purus et nulla.', 1, 14, '', 1, 0, 0, 0, '', 'Urabitur porttitor risus a ligula. Donec gravida auctor lorem. Vestibulum justo lorem, eleifend ac, semper ac, varius id, risus. In leo enim, gravida mattis, pretium sit amet, ornare ut, ligula. Donec pulvinar.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10238, 'Re: Aliquam gravida', 1, 14, '', 1, 0, 0, 0, '', 'Ut sem magna, pellentesque a, tincidunt quis, adipiscing a, tortor. Sed orci :). Nullam nec lacus sed nunc porttitor tristique. Etiam eu nisi. Mauris enim erat, interdum a, tincidunt sed, auctor condimentum, lectus. Suspendisse diam. Cras et enim. Nam in elit eget quam venenatis facilisis. Suspendisse leo massa, laoreet eget, condimentum accumsan, semper a, nunc.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 9, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1145608229, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 19, 'Default Administrator', '0000-00-00 00:00:00', '2006-04-21 11:30:29', '2006-04-20 15:47:46', 1, NULL),
(10239, 'Re: Nunc in metus', 1, 14, '', 1, 0, 0, 0, '', 'Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque rhoncus, erat eu ullamcorper elementum, nibh purus tincidunt ligula, ut dictum sapien erat ac urna. Etiam tempor sollicitudin leo. Aliquam erat volutpat. Sed sed nulla. Donec sollicitudin, ipsum quis adipiscing malesuada, dui augue posuere leo, ut tristique erat ipsum id nibh. Nunc mauris nulla, blandit lobortis, aliquet ac, viverra id, eros. Nullam mauris. Phasellus mattis. Nunc imperdiet sapien vel lacus.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 1, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10240, 'Re: Nunc in metus', 1, 14, '', 1, 0, 0, 0, '', 'Quisque sit amet purus ac quam viverra malesuada. Sed arcu. Quisque velit lectus, bibendum nec, tristique eu, sagittis eget, massa. Donec laoreet odio a augue. http://www.saurus.info', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10241, 'Re: Fusce lorem urna', 1, 14, '', 1, 0, 0, 0, '', 'Aliquam magna lacus, gravida vel, fermentum vitae, commodo vitae, massa. Quisque tristique euismod turpis. Integer vitae sapien vel quam egestas euismod.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10242, 'Re: Fusce lorem urna', 1, 14, '', 1, 0, 0, 0, '', 'Etiam orci neque, porta id, vehicula id, vulputate a, magna. Vestibulum eu mi. In iaculis, nisi quis egestas tincidunt, dui magna scelerisque dolor, ut imperdiet sem sapien a leo.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10243, 'Re: Fusce lorem urna', 1, 14, '', 1, 0, 0, 0, '', 'Morbi augue purus, scelerisque accumsan, tincidunt ut, tincidunt vitae, est. Proin id nunc. Mauris felis elit, scelerisque sit amet, tincidunt id, pretium at, purus. Nam quis tortor non ipsum porta mattis. Morbi nisl. Aliquam sapien nunc, tempus quis, faucibus et, sagittis in, velit. Proin quis nisi eget lacus sollicitudin dapibus.', NULL, 0, '2006-04-20 00:00:00', '', '', '', 1, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10244, 'Re: Re: Aliquam gravida', 1, 14, '', 1, 0, 0, 0, '', 'Phasellus ultrices rutrum leo!', NULL, 0, '2006-04-20 00:00:00', '', '', '', 0, '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, '', '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(10350, 'Quisque porttitor viverra erat?', 1, 6, '', 1, 1, 0, 0, 'Quisque porttitor viverra erat?', '', NULL, 0, '2007-04-11 00:00:00', NULL, NULL, NULL, 0, '', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1207236091, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2007-04-11 15:53:29', '2008-04-03 18:21:31', NULL, 0, NULL),
(10351, 'Quisque porttitor viverra erat?', 1, 6, '', 1, 0, 0, 0, 'Quisque porttitor viverra erat?', '', NULL, 0, '2007-04-11 00:00:00', NULL, NULL, NULL, 17, '', 'ttyyp_params', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1207236136, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2007-04-11 16:11:46', '2008-04-03 18:22:16', NULL, 0, NULL),
(10568, 'Site footer', 1, 2, 'Default Administrator', 1, 1, 0, 0, 'Site footer', 'Powered by Saurus CMS | Sitemap', NULL, 0, '2009-07-01 11:58:00', NULL, NULL, NULL, 0, 'footer', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1246449560, 0, 'site-footer', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 0, '', '2009-07-01 11:59:20', '0000-00-00 00:00:00', NULL, 0, NULL),
(10462, 'Saidi jalus', 1, 2, 'Default Administrator', 1, 0, 0, 0, 'Saidi jalus', 'Saiti jooksutab Saurus CMS | Sisukaart', NULL, 0, '2008-02-28 17:40:00', NULL, NULL, NULL, 0, 'footer', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 0, 1246446463, 0, '', '0', '0000-00-00 00:00:00', 0, 19, 'Default Administrator', 19, 'Default Administrator', '2008-02-28 17:42:12', '2009-07-01 11:07:43', NULL, 0, NULL),
(10506, 'public', 1, 22, NULL, 1, 1, 0, NULL, 'public', NULL, NULL, NULL, '2009-06-30 12:18:45', NULL, NULL, NULL, 0, 'public', NULL, NULL, NULL, 0, 0, NULL, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2009-06-30 12:18:45', '0000-00-00 00:00:00', NULL, 0, NULL),
(10507, 'shared', 1, 22, NULL, 1, 1, 0, NULL, 'shared', NULL, NULL, NULL, '2009-06-30 12:18:45', NULL, NULL, NULL, 0, 'shared', NULL, NULL, NULL, 0, 0, NULL, 0, NULL, '0', '0000-00-00 00:00:00', 0, 0, '', 0, '', '2009-06-30 12:18:45', '0000-00-00 00:00:00', NULL, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `objekt_objekt`
--

CREATE TABLE `objekt_objekt` (
  `objekt_id` bigint(20) NOT NULL DEFAULT '0',
  `parent_id` bigint(20) NOT NULL DEFAULT '0',
  `sorteering` bigint(20) unsigned DEFAULT '0',
  PRIMARY KEY (`objekt_id`,`parent_id`),
  KEY `sorteering` (`sorteering`),
  KEY `parent_id` (`parent_id`),
  KEY `objekt_id` (`objekt_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `objekt_objekt`
--

INSERT INTO `objekt_objekt` VALUES
(1, 0, 1),
(6257, 13, 1),
(10507, 0, 1),
(10506, 0, 2),
(13, 0, 13),
(23, 13, 21),
(24, 13, 22),
(25, 13, 23),
(44, 13, 36),
(385, 0, 308),
(389, 13, 312),
(418, 13, 331),
(419, 13, 332),
(424, 13, 339),
(426, 385, 341),
(427, 13, 342),
(428, 13, 343),
(694, 13, 677),
(382, 0, 5047),
(6245, 385, 5401),
(6246, 385, 5402),
(6247, 385, 5403),
(6248, 385, 5404),
(6249, 385, 5405),
(6250, 385, 5406),
(6251, 385, 5407),
(6252, 385, 5408),
(6253, 385, 5409),
(6256, 385, 5414),
(10033, 382, 5417),
(10029, 382, 5420),
(10564, 10029, 5426),
(10087, 10033, 5427),
(10083, 10044, 5429),
(10084, 10044, 5430),
(10085, 10044, 5431),
(10093, 10033, 5432),
(10044, 10033, 5433),
(10088, 10087, 5434),
(10089, 10087, 5435),
(10090, 10087, 5436),
(10091, 10033, 5439),
(10094, 10093, 5440),
(10095, 10033, 5441),
(10096, 10095, 5442),
(10151, 10095, 5444),
(10099, 10090, 5445),
(10100, 10099, 5446),
(10101, 10099, 5447),
(10102, 10090, 5448),
(10107, 10102, 5453),
(10108, 10107, 5454),
(10109, 10089, 5455),
(10111, 10088, 5457),
(10113, 10088, 5459),
(10114, 10113, 5460),
(10116, 10113, 5462),
(10117, 10088, 5463),
(10118, 10117, 5464),
(10119, 10117, 5465),
(10120, 10117, 5466),
(10121, 10087, 5467),
(10147, 10098, 5472),
(10149, 10098, 5474),
(10098, 10095, 5476),
(10152, 10091, 5477),
(10153, 10091, 5478),
(10032, 10029, 5479),
(10166, 10044, 5490),
(10167, 10044, 5491),
(10168, 10044, 5492),
(10169, 10044, 5493),
(10170, 10044, 5494),
(10171, 10044, 5495),
(10193, 1, 5496),
(10194, 1, 5497),
(10565, 10194, 5500),
(10198, 10193, 5501),
(10200, 10193, 5503),
(10201, 10193, 5504),
(10203, 10193, 5506),
(10204, 10193, 5507),
(10197, 10194, 5508),
(10208, 10201, 5511),
(10209, 10201, 5512),
(10210, 10201, 5513),
(10211, 10198, 5514),
(10212, 10198, 5515),
(10213, 10198, 5516),
(10214, 10200, 5517),
(10215, 10204, 5518),
(10216, 10204, 5519),
(10217, 10198, 5520),
(10219, 10204, 5522),
(10220, 10203, 5523),
(10221, 10203, 5524),
(10222, 10201, 5525),
(10223, 10201, 5526),
(10224, 10201, 5527),
(10225, 10201, 5528),
(10226, 10201, 5529),
(10227, 10201, 5530),
(10228, 10213, 5531),
(10229, 10213, 5532),
(10230, 10212, 5533),
(10231, 10211, 5534),
(10232, 10211, 5535),
(10233, 10211, 5536),
(10234, 10219, 5537),
(10235, 10219, 5538),
(10236, 10228, 5539),
(10237, 10228, 5540),
(10238, 10229, 5541),
(10239, 10232, 5542),
(10240, 10232, 5543),
(10241, 10233, 5544),
(10242, 10233, 5545),
(10243, 10233, 5546),
(10244, 10238, 5547),
(10245, 385, 5548),
(10246, 385, 5549),
(10247, 385, 5550),
(10248, 385, 5551),
(10249, 13, 5552),
(10250, 13, 5553),
(10251, 13, 5554),
(10042, 10029, 5555),
(10205, 10194, 5556),
(10462, 13, 5558),
(10350, 10029, 5586),
(10351, 10194, 5587),
(10568, 385, 5590);

-- --------------------------------------------------------

--
-- Table structure for table `obj_artikkel`
--

CREATE TABLE `obj_artikkel` (
  `lyhi` mediumtext,
  `sisu` mediumtext,
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `algus_aeg` date NOT NULL DEFAULT '0000-00-00',
  `lopp_aeg` date NOT NULL DEFAULT '0000-00-00',
  `profile_id` int(4) unsigned DEFAULT NULL,
  `starttime` datetime DEFAULT NULL,
  `endtime` datetime DEFAULT NULL,
  PRIMARY KEY (`objekt_id`),
  KEY `profile_id` (`profile_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `obj_artikkel`
--

INSERT INTO `obj_artikkel` VALUES
('', '<strong>Palun kontrolli järgmiste väljade õigsust:</strong> <p>&nbsp;</p><p><strong><font color="#cc0000">[error]</font></strong></p>', 23, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Teie andmed on saadetud!', 24, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Palun muutke otsingukriteeriumit või kasutage  täppisotsingut.', 25, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Meie andmetel oled sa juba sellele küsitlusele vastanud.', 389, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Täname, et registreerisite ennast veebisaidi kasutajaks.', 418, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Sinu andmed on edukalt muudetud.', 419, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', 'Parool on saadetud teile e-posti teel.', 424, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', 'Did not&nbsp;find any articles or documents matching your search query, please try to refine your searh.', 426, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', ' <font class="Alampealkiri"> <p align="center">     </p></font>Sinu kasutajanimi on blokeeritud.', 427, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', 'Palun kontrollige andmeid.', 428, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', ' Sinu IP aadressilt ei ole lubatud siseneda.', 694, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', ' <strong>Please check the  following fields:</strong>  <p /> <p><strong><font color="#cc0000">[error]</font></strong></p>', 6245, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', ' According to our records you have already voted.', 6247, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', '  <p align="left">This user has been  blocked by site  administrator.</p>', 6248, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', ' Thank you for registering at our site!', 6249, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', ' Your data has been successfully updated!', 6250, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', '  Please check your username and password.', 6251, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', ' Your data has been successfully submitted.', 6252, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', ' You should receive an e-mail with your password  shortly.', 6253, '0000-00-00', '0000-00-00', NULL, NULL, NULL),
('', '<p>Your installation of Saurus <a title="Saurus CMS web content management system" target="_blank" href="http://www.saurus.info">web content management system</a> is completed successfully. What you see is a sample website with some content to get you started. Click&#160;on&#160;the menu links at right for available pre-defined content layouts.</p> <h2>Edit content</h2> <p>To start editing web content, type /editor after your site address e.g. sitename.com/editor or sitename.com/folder/editor.</p> <h2>Administer</h2> <p>To use site administration tools, type /admin after your site address e.g. sitename.com/admin or sitename.com/folder/admin.</p> <h2>Develop</h2> <p>Visit our <a title="Saurus CMS support site" target="_blank" href="http://www.saurus.info/support">support site</a>&#160;for technical documentation, API reference and code samples. <br /> <br /> <br /> We hope you enjoy your copy of Saurus CMS!</p>', 10032, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Aliquam porta quam nec lorem. Suspendisse eros nibh, sollicitudin et, placerat vel, euismod vestibulum, ipsum. Maecenas sollicitudin. Nullam vulputate auctor urna. Sed rutrum. Proin tincidunt. Vestibulum mattis iaculis sapien. Mauris ullamcorper purus et nulla. Morbi nunc ligula, tempor non, convallis vitae, laoreet eu, tellus. </p><p>Mauris urna odio, rhoncus et, ornare elementum, varius quis, erat. Maecenas commodo, nulla nec gravida mattis, magna pede feugiat dui, nec consequat orci ligula eu neque. Morbi sit amet elit. In pellentesque mattis lorem. Maecenas hendrerit tincidunt dolor. Pellentesque nonummy, orci a placerat auctor, augue leo consequat nibh, sit amet viverra urna mauris a sapien. Maecenas cursus lorem eu dolor. Nulla sagittis pharetra orci. Nullam risus elit, tempus eu, vestibulum a, tincidunt vel, mauris. Donec a nisl eget dui lacinia sollicitudin. Nunc mauris. In eu sem. Quisque vitae libero sit amet velit venenatis lobortis. Aliquam erat volutpat. Aenean nulla massa, feugiat at, rhoncus nec, aliquam sed, lorem. Mauris quis purus sit amet lacus accumsan sodales. Suspendisse euismod ornare ipsum. Praesent varius tincidunt arcu. Morbi interdum tellus sed erat. </p>', 10083, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Integer laoreet, pede in pretium congue, erat mi nonummy orci, nec pharetra lacus elit nec lectus. In eget ipsum. Aliquam adipiscing placerat erat. Ut posuere diam quis metus. Praesent facilisis congue arcu. Etiam iaculis mi ut ipsum. Aliquam non turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse ante. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc lorem mi, aliquam et, sagittis non, gravida vel, urna. </p><p>Aliquam erat volutpat. Aliquam sit amet tellus sit amet erat cursus ullamcorper. Nam eget sem at arcu dignissim dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean nisi eros, feugiat sed, tempus vel, luctus id, tortor. In elementum urna vitae pede. Sed nec arcu ut elit tempor semper. Aenean volutpat leo id dui. Nulla lacinia, leo sit amet vehicula vestibulum, nisi lectus pulvinar odio, in interdum libero pede a nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec suscipit gravida massa. Morbi eget enim vitae erat molestie porttitor. Sed commodo venenatis massa. </p></div>', 10084, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Nullam tempor, nibh et volutpat placerat, lectus leo dignissim libero, blandit venenatis enim magna vitae mauris. Nullam pellentesque magna. Nullam tempor turpis eu elit. Aliquam erat volutpat. Aliquam magna. Sed iaculis, urna non accumsan ornare, neque dolor porttitor velit, id interdum metus dolor at dui. Curabitur tincidunt magna id eros. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Vestibulum eu neque sed odio tristique cursus. Nunc est est, placerat sed, rhoncus vitae, tempor at, felis. Fusce sem magna, iaculis sit amet, imperdiet nec, suscipit nec, eros. Aenean aliquam mauris sit amet augue. Ut in nunc nec neque sagittis nonummy. Praesent est. Duis nec massa ac sapien luctus mattis. Phasellus tortor sapien, scelerisque vitae, gravida id, imperdiet quis, justo. Mauris mauris velit, adipiscing dignissim, euismod vitae, tincidunt ut, libero. Cras ut nisl. Sed iaculis nunc fringilla erat. Morbi fringilla quam eu mi. </p><p>Sed gravida consectetuer nisi. Pellentesque consectetuer tempus justo. Quisque gravida. Praesent vel quam. Vivamus blandit dignissim risus. Donec libero. Nunc quis purus at magna suscipit scelerisque. Fusce sit amet justo vel diam iaculis ultricies. Ut felis diam, iaculis non, imperdiet tempor, rhoncus vitae, sem. Suspendisse potenti. Maecenas fermentum nisi eget pede. Duis sit amet sem vel dui faucibus condimentum. Curabitur dictum arcu. Morbi consectetuer dignissim orci. Aenean lectus pede, imperdiet eu, venenatis a, luctus nec, libero. Aenean sapien quam, faucibus non, placerat id, bibendum ac, eros. Nullam rutrum, nibh a suscipit lacinia, massa est pellentesque mi, eu mattis nisl ipsum sed diam. </p></div>', 10085, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'The current section "Hidden section" is published but marked with "Hide in navigation menu" which makes the section name to disappear from menus and sitemap. You can tell the hidden status by the yellow colour of the v-shaped action button. The contents of the section are still visible if you know the direct link or use site search.', 10094, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'This article is unpublished and cannot be seen by any of the site visitors. You can tell the unpublished status by the red colour of the v-shaped action button. <br />', 10096, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'This article has the option "Allow comments" ticked. <p>Suspendisse nec elit at lacus pulvinar elementum. Nam egestas. Vivamus gravida arcu sit amet tortor. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Donec lacinia dui eget nulla. Nam vitae libero ut metus molestie rutrum. Aenean congue cursus erat. Nam commodo consectetuer ante. Curabitur sodales. Donec semper ipsum quis elit. Pellentesque a tellus.</p>', 10098, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Nulla dignissim nibh id felis. Vestibulum elit urna, lobortis id, sagittis at, scelerisque at, tortor. Etiam odio nisi, tempus eu, pulvinar non, ullamcorper non, lectus. Duis orci orci, rutrum nec, elementum et, feugiat non, risus.', 10121, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('Article can be split into lead and body. The current template "Articles: 1 column" then displays only lead with a link to the full article text. ', 'Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aenean ultrices libero nec felis. Sed imperdiet. Aenean et lacus. Etiam vel tortor. Mauris euismod. Nam ipsum diam, pharetra id, hendrerit quis, vulputate ut, augue. Duis tempor sodales nisi. Etiam euismod, leo non adipiscing placerat, lorem turpis gravida mi, sit amet condimentum velit dolor molestie nibh. Praesent elit est, tempus eleifend, porta sed, rhoncus eget, lacus. Nullam eleifend interdum augue. Quisque sed felis quis sem malesuada pulvinar. Donec placerat. Praesent arcu. Maecenas tortor. Curabitur purus pede, mattis eu, condimentum quis, tristique sit amet, ipsum. Suspendisse orci. Vestibulum vulputate.', 10151, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Nunc varius ante. Proin vitae magna at quam suscipit vehicula. Mauris sollicitudin urna id erat. Donec nec nisl ut urna sollicitudin faucibus:<ol><li>Pellentesque pellentesque. Aliquam iaculis congue erat.</li><li>Donec ullamcorper. Fusce lacus magna, pretium vel.</li><li>Mauris ultricies ipsum ut eros. Fusce blandit accumsan risus. Nulla aliquet. Duis sollicitudin orci id purus.</li></ol><p>Donec pretium laoreet erat. Nulla lectus. Cras suscipit nisi convallis lectus. Vestibulum magna urna, euismod nec, rutrum at.</p>', 10152, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut adipiscing mi et dui. Pellentesque mi justo, congue eget, malesuada ac, vehicula ut, mi. Nulla pellentesque. </p><p>Curabitur sollicitudin ipsum. Nulla et orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam congue diam et felis vehicula pellentesque. Mauris vestibulum sollicitudin est. Nam bibendum magna quis urna.</p>', 10153, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Aliquam eu mauris. Suspendisse sed augue. Aliquam orci neque, adipiscing a, fringilla quis, lacinia vel, nisi. Aliquam luctus, odio non faucibus imperdiet, justo tortor pharetra lacus, bibendum accumsan velit nisl pellentesque nisl. Aenean pharetra erat ullamcorper mi. Phasellus blandit, nisl a molestie scelerisque, justo nibh consectetuer pede, at facilisis sem lectus vitae lorem. Quisque nibh. Maecenas massa. Suspendisse porta dignissim dolor. </p><p>Suspendisse pede nulla, consequat et, imperdiet at, vulputate vitae, massa. Etiam dolor odio, tincidunt id, consequat nonummy, aliquam eget, massa. Nulla facilisi. Sed non erat nec velit eleifend ultricies. Curabitur quis diam nec erat ultrices scelerisque. Quisque aliquet tincidunt sapien. Praesent quis ligula blandit urna adipiscing semper. Praesent massa. Sed fermentum ornare lorem. Nulla facilisi. </p></div>', 10166, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Sed ornare dolor in leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Fusce feugiat tortor. Pellentesque consequat leo volutpat lectus. Fusce rhoncus, sem id rhoncus aliquet, erat lorem viverra erat, et molestie massa urna et mauris. Quisque adipiscing lacus placerat nibh. Ut mattis nulla sit amet diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc dapibus vulputate metus. </p><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Integer vel ligula id enim commodo condimentum. Vivamus convallis ante a purus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus vehicula, nibh nec tristique tincidunt, diam turpis commodo purus, ac pretium dui nisl ac nulla. Maecenas pede mauris, luctus a, rhoncus nec, interdum ut, pede. Duis quis augue dapibus dolor ultrices convallis. Proin ut sapien. Ut sit amet mi a urna aliquet dignissim. Maecenas placerat. Phasellus tempus risus vel est. Fusce venenatis dui a ipsum. Aliquam ut libero. Praesent tincidunt, tortor ornare vulputate dapibus, dui mauris euismod lectus, ut viverra tortor tortor in tortor. </p></div>', 10167, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Aliquam eu mauris. Suspendisse sed augue. Aliquam orci neque, adipiscing a, fringilla quis, lacinia vel, nisi. Aliquam luctus, odio non faucibus imperdiet, justo tortor pharetra lacus, bibendum accumsan velit nisl pellentesque nisl. Aenean pharetra erat ullamcorper mi. Phasellus blandit, nisl a molestie scelerisque, justo nibh consectetuer pede, at facilisis sem lectus vitae lorem. Quisque nibh. Maecenas massa. Suspendisse porta dignissim dolor. </p><p>Suspendisse pede nulla, consequat et, imperdiet at, vulputate vitae, massa. Etiam dolor odio, tincidunt id, consequat nonummy, aliquam eget, massa. Nulla facilisi. Sed non erat nec velit eleifend ultricies. Curabitur quis diam nec erat ultrices scelerisque. Quisque aliquet tincidunt sapien. Praesent quis ligula blandit urna adipiscing semper. Praesent massa. Sed fermentum ornare lorem. Nulla facilisi. </p></div>', 10168, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Curabitur enim. Ut urna enim, congue dapibus, ultricies nec, ultricies ut, ligula. Ut urna. In massa. Vivamus semper massa vitae nibh. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In pharetra, lacus feugiat vestibulum volutpat, nisl dui ultrices leo, suscipit mollis urna justo sed elit. Duis sed lorem. In nonummy odio fermentum ligula. </p><p>Praesent blandit risus id tortor. Pellentesque nulla. Nam diam mauris, vulputate eget, suscipit ut, cursus at, eros. Integer blandit dignissim purus. Aenean ornare auctor ante. Proin metus tortor, luctus a, facilisis id, elementum quis, augue. Quisque sed lorem vel pede rutrum volutpat. Morbi imperdiet eros vel nisi. Ut condimentum pellentesque tortor. Nulla magna. </p></div>', 10169, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam sit amet diam at sapien posuere suscipit. Praesent dictum eros et sapien. Donec volutpat, purus a malesuada molestie, orci velit euismod massa, eget sagittis felis magna elementum augue. Ut vitae pede. Curabitur eu velit. Mauris ac velit. Donec viverra nunc ac mauris. Ut pretium. Morbi velit augue, aliquam nec, tristique a, egestas imperdiet, nisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut et nisi. Vivamus venenatis suscipit ipsum. Duis vel felis vel turpis vulputate accumsan. Vivamus eleifend, massa ut aliquam tincidunt, est lectus aliquam ante, vel faucibus magna purus vitae magna. Ut condimentum luctus nisi. In justo elit, blandit vel, semper nec, rhoncus quis, risus. Praesent ut leo. Proin blandit urna vitae elit.', 10170, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Morbi nec odio. Sed at ante. Suspendisse orci mauris, tempus at, hendrerit sit amet, sollicitudin sed, mi. Nullam tincidunt tincidunt tortor. Fusce augue enim, convallis sit amet, porttitor vitae, interdum sed, felis. Nulla condimentum. Praesent egestas venenatis dolor. Fusce tortor neque, dictum ut, feugiat a, adipiscing in, odio. Aenean eget est. Nam odio tellus, vehicula quis, tempor nec, auctor non, turpis. Aenean ac lacus. Etiam adipiscing nunc a erat. Nam vehicula tempus eros. Duis vitae nisl. Nunc quis mi. Etiam interdum, purus id vestibulum egestas, felis sapien ornare nulla, vel condimentum mi lectus a odio. Proin in ipsum ut nibh pellentesque sagittis. In ante. Nulla quam. Nulla orci pede, commodo id, commodo id, sollicitudin et, nibh. </p>', 10171, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Oled edukalt paigaldanud Saurus CMS <a href="http://www.saurus.ee" target="_blank" title="Saurus CMS sisuhaldustarkvara">sisuhaldustarkvara</a>. Näed hetkel lihtsat veebisaiti mille oleme ette valmistanud et saaksid alustada oma saidi sisu toimetamist või kujundusega sidumist. Paremal menüüs klikkides leiad näidised erinevatest tootega kaasas olevatest sisumallidest.</p> <h2>Toimeta sisu</h2> <p>Veebi sisu toimetamiseks lisa oma veebisaidi aadressile /editor: näiteks firma.ee/editor või firma.ee/kataloog/editor.</p> <h2>Administreeri</h2> <p>Administreerimisvahendid leiad /admin osast. Täienda vastavalt oma veebi aadressi: firma.ee/admin või firma.ee/kataloog/admin.</p> <h2>Arenda</h2> <p>Oma kujunduse sidumiseks ja paigalduskomplektiga kaasasoleva funktsionaalsuse täiendamiseks uuri administreerimisvahendeid ja külasta inglisekeelset <a href="http://www.saurus.info/support" target="_blank" title="Saurus CMS tugiveeb">tugiveebi</a> kust leiad tehnilise dokumentatsiooni, keelesüntaksi ja koodinäidised.</p> <p>Edukat toimetamist!</p>', 10197, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Aliquam porta quam nec lorem. Suspendisse eros nibh, sollicitudin et, placerat vel, euismod vestibulum, ipsum. Maecenas sollicitudin. Nullam vulputate auctor urna. Sed rutrum. Proin tincidunt. Vestibulum mattis iaculis sapien. Mauris ullamcorper purus et nulla. Morbi nunc ligula, tempor non, convallis vitae, laoreet eu, tellus. </p><p>Mauris urna odio, rhoncus et, ornare elementum, varius quis, erat. Maecenas commodo, nulla nec gravida mattis, magna pede feugiat dui, nec consequat orci ligula eu neque. Morbi sit amet elit. In pellentesque mattis lorem. Maecenas hendrerit tincidunt dolor. Pellentesque nonummy, orci a placerat auctor, augue leo consequat nibh, sit amet viverra urna mauris a sapien. Maecenas cursus lorem eu dolor. Nulla sagittis pharetra orci. Nullam risus elit, tempus eu, vestibulum a, tincidunt vel, mauris. Donec a nisl eget dui lacinia sollicitudin. Nunc mauris. In eu sem. Quisque vitae libero sit amet velit venenatis lobortis. Aliquam erat volutpat. Aenean nulla massa, feugiat at, rhoncus nec, aliquam sed, lorem. Mauris quis purus sit amet lacus accumsan sodales. Suspendisse euismod ornare ipsum. Praesent varius tincidunt arcu. Morbi interdum tellus sed erat. </p>', 10208, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Integer laoreet, pede in pretium congue, erat mi nonummy orci, nec pharetra lacus elit nec lectus. In eget ipsum. Aliquam adipiscing placerat erat. Ut posuere diam quis metus. Praesent facilisis congue arcu. Etiam iaculis mi ut ipsum. Aliquam non turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse ante. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc lorem mi, aliquam et, sagittis non, gravida vel, urna. </p><p>Aliquam erat volutpat. Aliquam sit amet tellus sit amet erat cursus ullamcorper. Nam eget sem at arcu dignissim dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean nisi eros, feugiat sed, tempus vel, luctus id, tortor. In elementum urna vitae pede. Sed nec arcu ut elit tempor semper. Aenean volutpat leo id dui. Nulla lacinia, leo sit amet vehicula vestibulum, nisi lectus pulvinar odio, in interdum libero pede a nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec suscipit gravida massa. Morbi eget enim vitae erat molestie porttitor. Sed commodo venenatis massa. </p></div>', 10209, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Nullam tempor, nibh et volutpat placerat, lectus leo dignissim libero, blandit venenatis enim magna vitae mauris. Nullam pellentesque magna. Nullam tempor turpis eu elit. Aliquam erat volutpat. Aliquam magna. Sed iaculis, urna non accumsan ornare, neque dolor porttitor velit, id interdum metus dolor at dui. Curabitur tincidunt magna id eros. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Vestibulum eu neque sed odio tristique cursus. Nunc est est, placerat sed, rhoncus vitae, tempor at, felis. Fusce sem magna, iaculis sit amet, imperdiet nec, suscipit nec, eros. Aenean aliquam mauris sit amet augue. Ut in nunc nec neque sagittis nonummy. Praesent est. Duis nec massa ac sapien luctus mattis. Phasellus tortor sapien, scelerisque vitae, gravida id, imperdiet quis, justo. Mauris mauris velit, adipiscing dignissim, euismod vitae, tincidunt ut, libero. Cras ut nisl. Sed iaculis nunc fringilla erat. Morbi fringilla quam eu mi. </p><p>Sed gravida consectetuer nisi. Pellentesque consectetuer tempus justo. Quisque gravida. Praesent vel quam. Vivamus blandit dignissim risus. Donec libero. Nunc quis purus at magna suscipit scelerisque. Fusce sit amet justo vel diam iaculis ultricies. Ut felis diam, iaculis non, imperdiet tempor, rhoncus vitae, sem. Suspendisse potenti. Maecenas fermentum nisi eget pede. Duis sit amet sem vel dui faucibus condimentum. Curabitur dictum arcu. Morbi consectetuer dignissim orci. Aenean lectus pede, imperdiet eu, venenatis a, luctus nec, libero. Aenean sapien quam, faucibus non, placerat id, bibendum ac, eros. Nullam rutrum, nibh a suscipit lacinia, massa est pellentesque mi, eu mattis nisl ipsum sed diam. </p></div>', 10210, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'See veebi rubriik on küll avalikustatud, kuid märgitud linnukesega "Peida menüüs" mille tulemusena ei ilmu ta avalikus osas menüüdes ega sisukaardil. Peidetud staatust märgib ka v-kujulise käsunupu kollane värv. Ehkki menüü ei ole külastajatele nähtav, saavad nad siiski selle sisuga tutvuda kui teavad otselinki või kasutavad saidi otsingut. ', 10214, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'See artikkel on avaldamata ja pole seega veebi külastajatele nähtav. Avaldamata staatust märgib v-kujulise käsunupu punane värv. <br />', 10215, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('<p>Artikli võib jagada sissejuhatuseks ja sisuks. Siin kasutusel olev sisumall "Articles: 1 column" kuvab sellisel juhul nimekirjas sissejuhatuse koos lingiga artikli täielikule tekstile. <br />', 'Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Aenean ultrices libero nec felis. Sed imperdiet. Aenean et lacus. Etiam vel tortor. Mauris euismod. Nam ipsum diam, pharetra id, hendrerit quis, vulputate ut, augue. Duis tempor sodales nisi. Etiam euismod, leo non adipiscing placerat, lorem turpis gravida mi, sit amet condimentum velit dolor molestie nibh. Praesent elit est, tempus eleifend, porta sed, rhoncus eget, lacus. Nullam eleifend interdum augue. Quisque sed felis quis sem malesuada pulvinar. Donec placerat. Praesent arcu. Maecenas tortor. Curabitur purus pede, mattis eu, condimentum quis, tristique sit amet, ipsum. Suspendisse orci. Vestibulum vulputate.</p>', 10216, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Nulla dignissim nibh id felis. Vestibulum elit urna, lobortis id, sagittis at, scelerisque at, tortor. Etiam odio nisi, tempus eu, pulvinar non, ullamcorper non, lectus. Duis orci orci, rutrum nec, elementum et, feugiat non, risus.', 10217, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Sellel artiklil on aktiivne märgend "Kommentaarid lubatud".</p><p>Suspendisse nec elit at lacus pulvinar elementum. Nam egestas. Vivamus gravida arcu sit amet tortor. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Donec lacinia dui eget nulla. Nam vitae libero ut metus molestie rutrum. Aenean congue cursus erat. Nam commodo consectetuer ante. Curabitur sodales. Donec semper ipsum quis elit. Pellentesque a tellus.</p>', 10219, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Nunc varius ante. Proin vitae magna at quam suscipit vehicula. Mauris sollicitudin urna id erat. Donec nec nisl ut urna sollicitudin faucibus:<ol><li>Pellentesque pellentesque. Aliquam iaculis congue erat.</li><li>Donec ullamcorper. Fusce lacus magna, pretium vel.</li><li>Mauris ultricies ipsum ut eros. Fusce blandit accumsan risus. Nulla aliquet. Duis sollicitudin orci id purus.</li></ol><p>Donec pretium laoreet erat. Nulla lectus. Cras suscipit nisi convallis lectus. Vestibulum magna urna, euismod nec, rutrum at.</p>', 10220, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut adipiscing mi et dui. Pellentesque mi justo, congue eget, malesuada ac, vehicula ut, mi. Nulla pellentesque. </p><p>Curabitur sollicitudin ipsum. Nulla et orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam congue diam et felis vehicula pellentesque. Mauris vestibulum sollicitudin est. Nam bibendum magna quis urna.</p>', 10221, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Aliquam eu mauris. Suspendisse sed augue. Aliquam orci neque, adipiscing a, fringilla quis, lacinia vel, nisi. Aliquam luctus, odio non faucibus imperdiet, justo tortor pharetra lacus, bibendum accumsan velit nisl pellentesque nisl. Aenean pharetra erat ullamcorper mi. Phasellus blandit, nisl a molestie scelerisque, justo nibh consectetuer pede, at facilisis sem lectus vitae lorem. Quisque nibh. Maecenas massa. Suspendisse porta dignissim dolor. </p><p>Suspendisse pede nulla, consequat et, imperdiet at, vulputate vitae, massa. Etiam dolor odio, tincidunt id, consequat nonummy, aliquam eget, massa. Nulla facilisi. Sed non erat nec velit eleifend ultricies. Curabitur quis diam nec erat ultrices scelerisque. Quisque aliquet tincidunt sapien. Praesent quis ligula blandit urna adipiscing semper. Praesent massa. Sed fermentum ornare lorem. Nulla facilisi. </p></div>', 10222, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Sed ornare dolor in leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Fusce feugiat tortor. Pellentesque consequat leo volutpat lectus. Fusce rhoncus, sem id rhoncus aliquet, erat lorem viverra erat, et molestie massa urna et mauris. Quisque adipiscing lacus placerat nibh. Ut mattis nulla sit amet diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc dapibus vulputate metus. </p><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Integer vel ligula id enim commodo condimentum. Vivamus convallis ante a purus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus vehicula, nibh nec tristique tincidunt, diam turpis commodo purus, ac pretium dui nisl ac nulla. Maecenas pede mauris, luctus a, rhoncus nec, interdum ut, pede. Duis quis augue dapibus dolor ultrices convallis. Proin ut sapien. Ut sit amet mi a urna aliquet dignissim. Maecenas placerat. Phasellus tempus risus vel est. Fusce venenatis dui a ipsum. Aliquam ut libero. Praesent tincidunt, tortor ornare vulputate dapibus, dui mauris euismod lectus, ut viverra tortor tortor in tortor. </p></div>', 10223, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Aliquam eu mauris. Suspendisse sed augue. Aliquam orci neque, adipiscing a, fringilla quis, lacinia vel, nisi. Aliquam luctus, odio non faucibus imperdiet, justo tortor pharetra lacus, bibendum accumsan velit nisl pellentesque nisl. Aenean pharetra erat ullamcorper mi. Phasellus blandit, nisl a molestie scelerisque, justo nibh consectetuer pede, at facilisis sem lectus vitae lorem. Quisque nibh. Maecenas massa. Suspendisse porta dignissim dolor. </p><p>Suspendisse pede nulla, consequat et, imperdiet at, vulputate vitae, massa. Etiam dolor odio, tincidunt id, consequat nonummy, aliquam eget, massa. Nulla facilisi. Sed non erat nec velit eleifend ultricies. Curabitur quis diam nec erat ultrices scelerisque. Quisque aliquet tincidunt sapien. Praesent quis ligula blandit urna adipiscing semper. Praesent massa. Sed fermentum ornare lorem. Nulla facilisi. </p></div>', 10224, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<div id="lipsum"><p>Curabitur enim. Ut urna enim, congue dapibus, ultricies nec, ultricies ut, ligula. Ut urna. In massa. Vivamus semper massa vitae nibh. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In pharetra, lacus feugiat vestibulum volutpat, nisl dui ultrices leo, suscipit mollis urna justo sed elit. Duis sed lorem. In nonummy odio fermentum ligula. </p><p>Praesent blandit risus id tortor. Pellentesque nulla. Nam diam mauris, vulputate eget, suscipit ut, cursus at, eros. Integer blandit dignissim purus. Aenean ornare auctor ante. Proin metus tortor, luctus a, facilisis id, elementum quis, augue. Quisque sed lorem vel pede rutrum volutpat. Morbi imperdiet eros vel nisi. Ut condimentum pellentesque tortor. Nulla magna. </p></div>', 10225, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nullam sit amet diam at sapien posuere suscipit. Praesent dictum eros et sapien. Donec volutpat, purus a malesuada molestie, orci velit euismod massa, eget sagittis felis magna elementum augue. Ut vitae pede. Curabitur eu velit. Mauris ac velit. Donec viverra nunc ac mauris. Ut pretium. Morbi velit augue, aliquam nec, tristique a, egestas imperdiet, nisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut et nisi. Vivamus venenatis suscipit ipsum. Duis vel felis vel turpis vulputate accumsan. Vivamus eleifend, massa ut aliquam tincidunt, est lectus aliquam ante, vel faucibus magna purus vitae magna. Ut condimentum luctus nisi. In justo elit, blandit vel, semper nec, rhoncus quis, risus. Praesent ut leo. Proin blandit urna vitae elit.', 10226, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Morbi nec odio. Sed at ante. Suspendisse orci mauris, tempus at, hendrerit sit amet, sollicitudin sed, mi. Nullam tincidunt tincidunt tortor. Fusce augue enim, convallis sit amet, porttitor vitae, interdum sed, felis. Nulla condimentum. Praesent egestas venenatis dolor. Fusce tortor neque, dictum ut, feugiat a, adipiscing in, odio. Aenean eget est. Nam odio tellus, vehicula quis, tempor nec, auctor non, turpis. Aenean ac lacus. Etiam adipiscing nunc a erat. Nam vehicula tempus eros. Duis vitae nisl. Nunc quis mi. Etiam interdum, purus id vestibulum egestas, felis sapien ornare nulla, vel condimentum mi lectus a odio. Proin in ipsum ut nibh pellentesque sagittis. In ante. Nulla quam. Nulla orci pede, commodo id, commodo id, sollicitudin et, nibh. </p>', 10227, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'The page you are looking for has not been found.', 10245, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Your IP address is blocked.', 10246, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<table width="100%" cellspacing="0" cellpadding="10" border="0"> <tbody> <tr> <td align="center" class="boxhead" colspan="2"><strong>The item has been added to the cart!</strong></td></tr> <tr> <td valign="center" align="center" class="txt"><a href="javascript:window.close()">Back</a></td> <td valign="center" align="center" class="txt"><a href="javascript:to_cart()">View cart</a></td></tr></tbody></table>', 10247, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<br />&lt;table width="100%" cellspacing="0" cellpadding="10" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td align="center" class="boxhead"&gt;&lt;strong&gt;The cart has been saved!&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="center" align="center" class="txt"&gt;&lt;a href="javascript:window.close()"&gt;Back&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;', 10248, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', 'Seda lehekülge ei leitud.', 10249, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<table width="100%" cellspacing="0" cellpadding="10" border="0"> <tbody> <tr> <td align="center" colspan="2" class="boxhead"><strong>Toode on lisatud ostukorvi!</strong></td></tr> <tr> <td valign="center" align="center" class="txt"><a href="javascript:window.close()">Tagasi</a></td> <td valign="center" align="center" class="txt"><a href="javascript:to_cart()">Edasi</a></td></tr></tbody></table>', 10250, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<table width="100%" cellspacing="0" cellpadding="10" border="0"> <tbody> <tr> <td align="center" class="boxhead"><strong>Teie ostukorv on salvestatud!</strong></td></tr> <tr> <td valign="center" align="center" class="txt"><a href="javascript:window.close()">Tagasi</a><a href="javascript:to_cart()"></a></td></tr></tbody></table>', 10251, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Saiti jooksutab <a title="Sisuhaldustarkvara" target="_blank" href="http://www.saurus.ee">Saurus CMS</a> | <a title="Sisukaart" href="?op=sitemap">Sisukaart</a></p>', 10462, '0000-00-00', '0000-00-00', 137, NULL, NULL),
('', '<p>Powered by <a href="http://www.saurus.info" target="_blank" title="Sisuhaldustarkvara">Saurus CMS</a> | <a href="?op=sitemap" title="Sisukaart">Sitemap</a></p>', 10568, '0000-00-00', '0000-00-00', 137, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `obj_asset`
--

CREATE TABLE `obj_asset` (
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `profile_id` int(4) unsigned DEFAULT NULL,
  PRIMARY KEY (`objekt_id`),
  UNIQUE KEY `objekt_profile` (`objekt_id`,`profile_id`),
  KEY `profile_id` (`profile_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `obj_dokument`
--

CREATE TABLE `obj_dokument` (
  `fail` varchar(255) NOT NULL DEFAULT '',
  `kirjeldus` text,
  `autor` varchar(255) DEFAULT NULL,
  `size` int(10) unsigned NOT NULL DEFAULT '0',
  `tyyp` varchar(10) DEFAULT NULL,
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `mime_tyyp` varchar(255) DEFAULT NULL,
  `sisu_blob` longblob,
  `profile_id` int(4) unsigned NOT NULL DEFAULT '0',
  `repl_last_modified` int(11) unsigned NOT NULL DEFAULT '0',
  `download_type` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`objekt_id`),
  KEY `autor` (`autor`),
  KEY `profile_id` (`profile_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `obj_file`
--

CREATE TABLE `obj_file` (
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `fullpath` tinytext NOT NULL,
  `relative_path` tinytext,
  `filename` tinytext NOT NULL,
  `mimetype` varchar(80) DEFAULT NULL,
  `size` float(12,0) DEFAULT NULL,
  `lastmodified` datetime DEFAULT NULL,
  `is_deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `profile_id` int(4) unsigned NOT NULL DEFAULT '0',
  `author` varchar(255) DEFAULT NULL,
  `notes` text,
  `kirjeldus` text,
  PRIMARY KEY (`objekt_id`),
  UNIQUE KEY `objekt_id` (`objekt_id`),
  KEY `objekt_id_2` (`objekt_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `obj_folder`
--

CREATE TABLE `obj_folder` (
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `fullpath` tinytext NOT NULL,
  `relative_path` tinytext,
  PRIMARY KEY (`objekt_id`),
  UNIQUE KEY `id` (`objekt_id`),
  KEY `id_2` (`objekt_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `obj_folder`
--

INSERT INTO `obj_folder` VALUES
(10506, '', '/public'),
(10507, '', '/shared');

-- --------------------------------------------------------

--
-- Table structure for table `obj_gallup`
--

CREATE TABLE `obj_gallup` (
  `on_avatud` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `orig_parent_id` int(11) NOT NULL DEFAULT '0',
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `expires` date DEFAULT NULL,
  `is_anonymous` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`objekt_id`),
  KEY `on_avatud` (`on_avatud`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `obj_gallup`
--

INSERT INTO `obj_gallup` VALUES
(1, 10029, 10350, '2010-04-01', 1),
(1, 10194, 10351, '0000-00-00', 1);

-- --------------------------------------------------------

--
-- Table structure for table `obj_kommentaar`
--

CREATE TABLE `obj_kommentaar` (
  `objekt_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `nimi` varchar(100) NOT NULL DEFAULT '',
  `email` varchar(100) DEFAULT NULL,
  `on_saada_email` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `on_peida_email` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ip` varchar(15) DEFAULT NULL,
  `text` text,
  `kasutaja_id` bigint(20) DEFAULT NULL,
  `url` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`objekt_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=10245 ;

--
-- Dumping data for table `obj_kommentaar`
--

INSERT INTO `obj_kommentaar` VALUES
(10099, 'Jim', '', 0, 0, '192.168.0.16', 'Curabitur aliquet purus et nulla. Nam aliquet ullamcorper enim. Donec commodo viverra dui. Praesent sodales malesuada turpis. Aliquam ultricies, mi eu eleifend tempor, augue dui adipiscing ante, sed malesuada odio risus in tellus. Mauris scelerisque.', 0, NULL),
(10100, 'Margaret', '', 0, 0, '192.168.0.16', 'Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut justo ligula, venenatis sit amet, suscipit nec, hendrerit quis, diam. Etiam sit amet justo. In hac habitasse platea dictumst.', 0, NULL),
(10101, 'Don', '', 0, 0, '192.168.0.16', 'Urabitur porttitor risus a ligula. Donec gravida auctor lorem. Vestibulum justo lorem, eleifend ac, semper ac, varius id, risus. In leo enim, gravida mattis, pretium sit amet, ornare ut, ligula. Donec pulvinar.', 0, NULL),
(10102, 'Jessica Tim', 'some@body.com', 0, 0, '192.168.0.16', 'Mauris iaculis tellus eget pede accumsan hendrerit: http://www.saurus.info. Etiam elit. Quisque sem nisl, consequat eget, porta at, porta non, dui. In nec lacus. Sed eget lacus. Pellentesque tempus massa nec velit. Cras elit justo, accumsan sit amet, mattis a, nonummy a, velit.', 0, NULL),
(10107, 'John Smidth', '', 0, 0, '192.168.0.16', 'Ut sem magna, pellentesque a, tincidunt quis, adipiscing a, tortor. Sed orci :). Nullam nec lacus sed nunc porttitor tristique. Etiam eu nisi. Mauris enim erat, interdum a, tincidunt sed, auctor condimentum, lectus. Suspendisse diam. Cras et enim. Nam in elit eget quam venenatis facilisis. Suspendisse leo massa, laoreet eget, condimentum accumsan, semper a, nunc.', 0, NULL),
(10108, 'Amadeus', '', 0, 0, '192.168.0.16', 'Phasellus ultrices rutrum leo!', 0, NULL),
(10109, 'Humbert', '', 0, 0, '192.168.0.16', 'Quisque enim augue, pharetra in, iaculis et, rhoncus a, lorem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed volutpat magna non tellus. Maecenas semper nibh tincidunt nunc. Morbi tellus ipsum, tincidunt non, posuere sit amet, cursus nec, augue. Vestibulum egestas arcu eu mauris. Sed vitae enim ac lacus eleifend lobortis.', 0, NULL),
(10111, 'Kati', '', 0, 0, '192.168.0.16', 'Suspendisse potenti. Aliquam erat volutpat. Cras aliquet, urna vel semper fringilla, tortor ligula adipiscing diam, id elementum magna elit non ligula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque dictum. Integer malesuada lorem vel elit. Ut ut tellus eget ante interdum venenatis. Duis et nulla.', 0, NULL),
(10113, 'Xena', '', 0, 0, '192.168.0.16', 'Ut porttitor tortor ut dui. Pellentesque varius felis ac libero hendrerit iaculis. Nunc ipsum. Aliquam tellus lacus, pulvinar at, tempor ac, facilisis quis, velit. Fusce tortor ante, semper ut, suscipit vel, dignissim id, enim. Donec nunc nisl, semper quis, tempor at, porttitor vel, felis. :)', 0, NULL),
(10114, 'Daniel', 'dan@smidth.com', 0, 0, '192.168.0.16', 'Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque rhoncus, erat eu ullamcorper elementum, nibh purus tincidunt ligula, ut dictum sapien erat ac urna. Etiam tempor sollicitudin leo. Aliquam erat volutpat. Sed sed nulla. Donec sollicitudin, ipsum quis adipiscing malesuada, dui augue posuere leo, ut tristique erat ipsum id nibh. Nunc mauris nulla, blandit lobortis, aliquet ac, viverra id, eros. Nullam mauris. Phasellus mattis. Nunc imperdiet sapien vel lacus.', 0, NULL),
(10116, 'Gulliver', '', 0, 0, '192.168.0.16', 'Quisque sit amet purus ac quam viverra malesuada. Sed arcu. Quisque velit lectus, bibendum nec, tristique eu, sagittis eget, massa. Donec laoreet odio a augue. http://www.saurus.info', 0, NULL),
(10117, 'Jane', '', 0, 0, '192.168.0.16', 'Quisque a arcu. Aenean consequat, leo id mollis sagittis, ligula magna adipiscing quam, ac aliquet nisl justo nec dolor. Sed porta nulla eget odio. Sed convallis sapien eu mauris. Fusce sem leo, ultrices sed, rutrum quis, vestibulum id, mauris. Phasellus hendrerit velit eget erat. Sed nec mauris ac justo lobortis facilisis. Duis et velit sit amet tortor consequat rhoncus. Etiam magna. Suspendisse id turpis et leo sodales mattis. Phasellus a risus quis sapien vehicula auctor. Nam accumsan, mi eget tincidunt tincidunt, est quam adipiscing tortor, ut consequat nisl metus sed mauris. Vivamus semper tellus a lorem. Aliquam erat volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur et dolor id turpis pharetra blandit. ', 0, NULL),
(10118, 'Mary', '', 0, 0, '192.168.0.16', 'Aliquam magna lacus, gravida vel, fermentum vitae, commodo vitae, massa. Quisque tristique euismod turpis. Integer vitae sapien vel quam egestas euismod.', 0, NULL),
(10119, 'Wane', '', 0, 0, '192.168.0.16', 'Etiam orci neque, porta id, vehicula id, vulputate a, magna. Vestibulum eu mi. In iaculis, nisi quis egestas tincidunt, dui magna scelerisque dolor, ut imperdiet sem sapien a leo.', 0, NULL),
(10120, 'Tom', '', 0, 0, '192.168.0.16', 'Morbi augue purus, scelerisque accumsan, tincidunt ut, tincidunt vitae, est. Proin id nunc. Mauris felis elit, scelerisque sit amet, tincidunt id, pretium at, purus. Nam quis tortor non ipsum porta mattis. Morbi nisl. Aliquam sapien nunc, tempus quis, faucibus et, sagittis in, velit. Proin quis nisi eget lacus sollicitudin dapibus.', 0, NULL),
(10147, 'Claire', '', 0, 0, '192.168.0.16', 'Cras fermentum bibendum est. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam orci risus, sollicitudin at, luctus ut, volutpat at, elit.', 19, NULL),
(10149, 'Ruth', '', 0, 0, '192.168.0.16', 'Vivamus facilisis pellentesque arcu: http://www.saurus.info Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Maecenas convallis accumsan ante. Nullam in dolor. Curabitur felis turpis, varius ut, sollicitudin vitae, consequat sed, mi. Etiam id felis sed neque nonummy congue. Duis vitae augue.  :)', 19, NULL),
(10228, 'Jim', '', 0, 0, '192.168.0.16', 'Curabitur aliquet purus et nulla. Nam aliquet ullamcorper enim. Donec commodo viverra dui. Praesent sodales malesuada turpis. Aliquam ultricies, mi eu eleifend tempor, augue dui adipiscing ante, sed malesuada odio risus in tellus. Mauris scelerisque.', 0, NULL),
(10229, 'Jessica Tim', 'some@body.com', 0, 0, '192.168.0.16', 'Mauris iaculis tellus eget pede accumsan hendrerit: http://www.saurus.info. Etiam elit. Quisque sem nisl, consequat eget, porta at, porta non, dui. In nec lacus. Sed eget lacus. Pellentesque tempus massa nec velit. Cras elit justo, accumsan sit amet, mattis a, nonummy a, velit.', 0, NULL),
(10230, 'Humbert', '', 0, 0, '192.168.0.16', 'Quisque enim augue, pharetra in, iaculis et, rhoncus a, lorem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed volutpat magna non tellus. Maecenas semper nibh tincidunt nunc. Morbi tellus ipsum, tincidunt non, posuere sit amet, cursus nec, augue. Vestibulum egestas arcu eu mauris. Sed vitae enim ac lacus eleifend lobortis.', 0, NULL),
(10231, 'Kati', '', 0, 0, '192.168.0.16', 'Suspendisse potenti. Aliquam erat volutpat. Cras aliquet, urna vel semper fringilla, tortor ligula adipiscing diam, id elementum magna elit non ligula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque dictum. Integer malesuada lorem vel elit. Ut ut tellus eget ante interdum venenatis. Duis et nulla.', 0, NULL),
(10232, 'Xena', '', 0, 0, '192.168.0.16', 'Ut porttitor tortor ut dui. Pellentesque varius felis ac libero hendrerit iaculis. Nunc ipsum. Aliquam tellus lacus, pulvinar at, tempor ac, facilisis quis, velit. Fusce tortor ante, semper ut, suscipit vel, dignissim id, enim. Donec nunc nisl, semper quis, tempor at, porttitor vel, felis. :)', 0, NULL),
(10233, 'Jane', '', 0, 0, '192.168.0.16', 'Quisque a arcu. Aenean consequat, leo id mollis sagittis, ligula magna adipiscing quam, ac aliquet nisl justo nec dolor. Sed porta nulla eget odio. Sed convallis sapien eu mauris. Fusce sem leo, ultrices sed, rutrum quis, vestibulum id, mauris. Phasellus hendrerit velit eget erat. Sed nec mauris ac justo lobortis facilisis. Duis et velit sit amet tortor consequat rhoncus. Etiam magna. Suspendisse id turpis et leo sodales mattis. Phasellus a risus quis sapien vehicula auctor. Nam accumsan, mi eget tincidunt tincidunt, est quam adipiscing tortor, ut consequat nisl metus sed mauris. Vivamus semper tellus a lorem. Aliquam erat volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur et dolor id turpis pharetra blandit. ', 0, NULL),
(10234, 'Claire', '', 0, 0, '192.168.0.16', 'Cras fermentum bibendum est. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam orci risus, sollicitudin at, luctus ut, volutpat at, elit.', 19, NULL),
(10235, 'Ruth', '', 0, 0, '192.168.0.16', 'Vivamus facilisis pellentesque arcu: http://www.saurus.info Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Maecenas convallis accumsan ante. Nullam in dolor. Curabitur felis turpis, varius ut, sollicitudin vitae, consequat sed, mi. Etiam id felis sed neque nonummy congue. Duis vitae augue.  :)', 19, NULL),
(10236, 'Margaret', '', 0, 0, '192.168.0.16', 'Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut justo ligula, venenatis sit amet, suscipit nec, hendrerit quis, diam. Etiam sit amet justo. In hac habitasse platea dictumst.', 0, NULL),
(10237, 'Don', '', 0, 0, '192.168.0.16', 'Urabitur porttitor risus a ligula. Donec gravida auctor lorem. Vestibulum justo lorem, eleifend ac, semper ac, varius id, risus. In leo enim, gravida mattis, pretium sit amet, ornare ut, ligula. Donec pulvinar.', 0, NULL),
(10238, 'John Smidth', '', 0, 0, '192.168.0.16', 'Ut sem magna, pellentesque a, tincidunt quis, adipiscing a, tortor. Sed orci :). Nullam nec lacus sed nunc porttitor tristique. Etiam eu nisi. Mauris enim erat, interdum a, tincidunt sed, auctor condimentum, lectus. Suspendisse diam. Cras et enim. Nam in elit eget quam venenatis facilisis. Suspendisse leo massa, laoreet eget, condimentum accumsan, semper a, nunc.', 0, NULL),
(10239, 'Daniel', 'dan@smidth.com', 0, 0, '192.168.0.16', 'Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque rhoncus, erat eu ullamcorper elementum, nibh purus tincidunt ligula, ut dictum sapien erat ac urna. Etiam tempor sollicitudin leo. Aliquam erat volutpat. Sed sed nulla. Donec sollicitudin, ipsum quis adipiscing malesuada, dui augue posuere leo, ut tristique erat ipsum id nibh. Nunc mauris nulla, blandit lobortis, aliquet ac, viverra id, eros. Nullam mauris. Phasellus mattis. Nunc imperdiet sapien vel lacus.', 0, NULL),
(10240, 'Gulliver', '', 0, 0, '192.168.0.16', 'Quisque sit amet purus ac quam viverra malesuada. Sed arcu. Quisque velit lectus, bibendum nec, tristique eu, sagittis eget, massa. Donec laoreet odio a augue. http://www.saurus.info', 0, NULL),
(10241, 'Mary', '', 0, 0, '192.168.0.16', 'Aliquam magna lacus, gravida vel, fermentum vitae, commodo vitae, massa. Quisque tristique euismod turpis. Integer vitae sapien vel quam egestas euismod.', 0, NULL),
(10242, 'Wane', '', 0, 0, '192.168.0.16', 'Etiam orci neque, porta id, vehicula id, vulputate a, magna. Vestibulum eu mi. In iaculis, nisi quis egestas tincidunt, dui magna scelerisque dolor, ut imperdiet sem sapien a leo.', 0, NULL),
(10243, 'Tom', '', 0, 0, '192.168.0.16', 'Morbi augue purus, scelerisque accumsan, tincidunt ut, tincidunt vitae, est. Proin id nunc. Mauris felis elit, scelerisque sit amet, tincidunt id, pretium at, purus. Nam quis tortor non ipsum porta mattis. Morbi nisl. Aliquam sapien nunc, tempus quis, faucibus et, sagittis in, velit. Proin quis nisi eget lacus sollicitudin dapibus.', 0, NULL),
(10244, 'Amadeus', '', 0, 0, '192.168.0.16', 'Phasellus ultrices rutrum leo!', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `obj_link`
--

CREATE TABLE `obj_link` (
  `url` varchar(255) DEFAULT NULL,
  `on_uusaken` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `tiitel` text,
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`objekt_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `obj_link`
--

INSERT INTO `obj_link` VALUES
('http://www.saurus.info', 1, NULL, 10042),
('http://www.saurus.ee', 1, '', 10205),
('http://www.sauropol.com', 1, NULL, 10564),
('http://www.sauropol.com', 1, NULL, 10565);

-- --------------------------------------------------------

--
-- Table structure for table `obj_pilt`
--

CREATE TABLE `obj_pilt` (
  `fail` varchar(255) NOT NULL DEFAULT '',
  `kirjeldus` text,
  `autor` varchar(255) DEFAULT NULL,
  `size` int(10) unsigned NOT NULL DEFAULT '0',
  `tyyp` varchar(10) DEFAULT NULL,
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `mime_tyyp` varchar(255) DEFAULT NULL,
  `sisu_blob` longblob,
  `vaike_blob` blob,
  PRIMARY KEY (`objekt_id`),
  KEY `autor` (`autor`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `obj_rubriik`
--

CREATE TABLE `obj_rubriik` (
  `kirjeldus` text,
  `on_peida_vmenyy` tinyint(1) unsigned DEFAULT '0',
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `on_kp_nahtav` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `art_arv` smallint(5) unsigned NOT NULL DEFAULT '0',
  `on_printlink` enum('0','1') NOT NULL DEFAULT '0',
  `on_meilinglist` enum('0','1') NOT NULL DEFAULT '0',
  `on_alamartiklid` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`objekt_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `obj_rubriik`
--

INSERT INTO `obj_rubriik` VALUES
(NULL, 0, 1, 0, 0, '0', '0', '0'),
(NULL, 0, 13, 0, 0, '0', '0', '0'),
(NULL, 0, 44, 0, 0, '1', '0', '0'),
(NULL, 0, 382, 0, 0, '0', '0', '0'),
(NULL, 0, 385, 0, 0, '0', '0', '0'),
(NULL, 0, 6246, 0, 0, '1', '0', '0'),
(NULL, 0, 6256, 0, 0, '0', '0', '0'),
(NULL, 0, 10029, 0, 0, '0', '0', '0'),
(NULL, 0, 10033, 0, 0, '0', '0', '0'),
(NULL, 0, 10044, 0, 0, '0', '0', '0'),
(NULL, 0, 10087, 0, 0, '0', '0', '0'),
(NULL, 0, 10088, 0, 0, '0', '0', '0'),
(NULL, 0, 10089, 0, 0, '0', '0', '0'),
(NULL, 0, 10090, 0, 0, '0', '0', '0'),
(NULL, 0, 10091, 0, 0, '0', '0', '0'),
(NULL, 0, 10093, 0, 0, '0', '0', '0'),
(NULL, 0, 10095, 0, 0, '0', '0', '0'),
('', 0, 10193, 0, 0, '0', '0', '0'),
('', 0, 10194, 0, 0, '0', '0', '0'),
('', 0, 10198, 0, 0, '0', '0', '0'),
('', 0, 10200, 0, 0, '0', '0', '0'),
('', 0, 10201, 0, 0, '0', '0', '0'),
('', 0, 10203, 0, 0, '0', '0', '0'),
('', 0, 10204, 0, 0, '0', '0', '0'),
('', 0, 10211, 0, 0, '0', '0', '0'),
('', 0, 10212, 0, 0, '0', '0', '0'),
('', 0, 10213, 0, 0, '0', '0', '0');

-- --------------------------------------------------------

--
-- Table structure for table `permissions`
--

CREATE TABLE `permissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` enum('OBJ','ADMIN','ACL','EXT') NOT NULL DEFAULT 'OBJ',
  `source_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `role_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `group_id` bigint(20) unsigned DEFAULT '0',
  `user_id` bigint(20) unsigned DEFAULT '0',
  `C` enum('1','0') NOT NULL DEFAULT '0',
  `R` enum('1','0') NOT NULL DEFAULT '0',
  `U` enum('1','0') NOT NULL DEFAULT '0',
  `P` enum('1','0') NOT NULL DEFAULT '0',
  `D` enum('1','0') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `uni_perm` (`group_id`,`source_id`,`user_id`,`type`,`role_id`),
  KEY `permission` (`type`,`source_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=403 ;

--
-- Dumping data for table `permissions`
--

INSERT INTO `permissions` VALUES
(3, 'OBJ', 1, 0, 1, 0, '0', '1', '0', '0', '0'),
(4, 'OBJ', 382, 0, 1, 0, '0', '1', '0', '0', '0'),
(5, 'ACL', 1, 0, 1, 0, '0', '1', '0', '0', '0'),
(268, 'OBJ', 10029, 0, 1, 0, '0', '1', '0', '0', '0'),
(270, 'OBJ', 10033, 0, 1, 0, '0', '1', '0', '0', '0'),
(273, 'OBJ', 10044, 0, 1, 0, '0', '1', '0', '0', '0'),
(278, 'OBJ', 10087, 0, 1, 0, '0', '1', '0', '0', '0'),
(279, 'OBJ', 10091, 0, 1, 0, '0', '1', '0', '0', '0'),
(280, 'OBJ', 10093, 0, 1, 0, '0', '1', '0', '0', '0'),
(281, 'OBJ', 10095, 0, 1, 0, '0', '1', '0', '0', '0'),
(401, 'OBJ', 10506, 0, 1, 0, '1', '1', '1', '1', '1'),
(402, 'OBJ', 10507, 0, 1, 0, '0', '0', '0', '0', '0');

-- --------------------------------------------------------

--
-- Table structure for table `preferences`
--

CREATE TABLE `preferences` (
  `pref_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  PRIMARY KEY (`pref_id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=18 ;

--
-- Dumping data for table `preferences`
--

INSERT INTO `preferences` VALUES
(1, 'user_management_fields', 'a:24:{s:8:"fullname";a:2:{s:9:"fieldname";s:8:"fullname";s:10:"is_visible";i:1;}s:5:"email";a:2:{s:9:"fieldname";s:5:"email";s:10:"is_visible";i:1;}s:3:"tel";a:2:{s:9:"fieldname";s:3:"tel";s:10:"is_visible";i:1;}s:6:"mobile";a:2:{s:9:"fieldname";s:6:"mobile";s:10:"is_visible";i:1;}s:5:"title";a:2:{s:9:"fieldname";s:5:"title";s:10:"is_visible";i:1;}s:8:"username";a:2:{s:9:"fieldname";s:8:"username";s:10:"is_visible";i:1;}s:8:"lastname";a:2:{s:9:"fieldname";s:8:"lastname";s:10:"is_visible";i:0;}s:9:"firstname";a:2:{s:9:"fieldname";s:9:"firstname";s:10:"is_visible";i:0;}s:7:"address";a:2:{s:9:"fieldname";s:7:"address";s:10:"is_visible";i:0;}s:10:"postalcode";a:2:{s:9:"fieldname";s:10:"postalcode";s:10:"is_visible";i:0;}s:12:"autologin_ip";a:2:{s:9:"fieldname";s:12:"autologin_ip";s:10:"is_visible";i:0;}s:7:"last_ip";a:2:{s:9:"fieldname";s:7:"last_ip";s:10:"is_visible";i:0;}s:10:"account_nr";a:2:{s:9:"fieldname";s:10:"account_nr";s:10:"is_visible";i:0;}s:12:"reference_nr";a:2:{s:9:"fieldname";s:12:"reference_nr";s:10:"is_visible";i:0;}s:4:"city";a:2:{s:9:"fieldname";s:4:"city";s:10:"is_visible";i:0;}s:7:"country";a:2:{s:9:"fieldname";s:7:"country";s:10:"is_visible";i:0;}s:16:"delivery_address";a:2:{s:9:"fieldname";s:16:"delivery_address";s:10:"is_visible";i:0;}s:13:"delivery_city";a:2:{s:9:"fieldname";s:13:"delivery_city";s:10:"is_visible";i:0;}s:12:"delivery_zip";a:2:{s:9:"fieldname";s:12:"delivery_zip";s:10:"is_visible";i:0;}s:16:"delivery_country";a:2:{s:9:"fieldname";s:16:"delivery_country";s:10:"is_visible";i:0;}s:13:"contactperson";a:2:{s:9:"fieldname";s:13:"contactperson";s:10:"is_visible";i:0;}s:13:"contact_phone";a:2:{s:9:"fieldname";s:13:"contact_phone";s:10:"is_visible";i:0;}s:9:"birthdate";a:2:{s:9:"fieldname";s:9:"birthdate";s:10:"is_visible";i:0;}s:5:"notes";a:2:{s:9:"fieldname";s:5:"notes";s:10:"is_visible";i:0;}}'),
(2, 'xml_dir_fields', 'a:24:{s:9:"direction";a:2:{s:9:"fieldname";s:9:"direction";s:10:"is_visible";i:1;}s:6:"dtd_id";a:2:{s:9:"fieldname";s:6:"dtd_id";s:10:"is_visible";i:1;}s:8:"dir_path";a:2:{s:9:"fieldname";s:8:"dir_path";s:10:"is_visible";i:1;}s:15:"delete_old_data";a:2:{s:9:"fieldname";s:15:"delete_old_data";s:10:"is_visible";i:0;}s:18:"delete_match_field";a:2:{s:9:"fieldname";s:18:"delete_match_field";s:10:"is_visible";i:0;}s:8:"el_start";a:2:{s:9:"fieldname";s:8:"el_start";s:10:"is_visible";i:1;}s:12:"reverse_data";a:2:{s:9:"fieldname";s:12:"reverse_data";s:10:"is_visible";i:0;}s:9:"is_active";a:2:{s:9:"fieldname";s:9:"is_active";s:10:"is_visible";i:1;}s:7:"is_cron";a:2:{s:9:"fieldname";s:7:"is_cron";s:10:"is_visible";i:0;}s:11:"delete_file";a:2:{s:9:"fieldname";s:11:"delete_file";s:10:"is_visible";i:0;}s:13:"spec_dataproc";a:2:{s:9:"fieldname";s:13:"spec_dataproc";s:10:"is_visible";i:0;}s:8:"encoding";a:2:{s:9:"fieldname";s:8:"encoding";s:10:"is_visible";i:0;}s:6:"jrk_nr";a:2:{s:9:"fieldname";s:6:"jrk_nr";s:10:"is_visible";i:0;}s:16:"delete_condition";a:2:{s:9:"fieldname";s:16:"delete_condition";s:10:"is_visible";i:0;}s:10:"root_begin";a:2:{s:9:"fieldname";s:10:"root_begin";s:10:"is_visible";i:0;}s:8:"root_end";a:2:{s:9:"fieldname";s:8:"root_end";s:10:"is_visible";i:0;}s:14:"result_tagname";a:2:{s:9:"fieldname";s:14:"result_tagname";s:10:"is_visible";i:0;}s:16:"export_file_name";a:2:{s:9:"fieldname";s:16:"export_file_name";s:10:"is_visible";i:0;}s:17:"is_addtime_tofile";a:2:{s:9:"fieldname";s:17:"is_addtime_tofile";s:10:"is_visible";i:0;}s:11:"source_data";a:2:{s:9:"fieldname";s:11:"source_data";s:10:"is_visible";i:0;}s:11:"export_type";a:2:{s:9:"fieldname";s:11:"export_type";s:10:"is_visible";i:0;}s:12:"dtd_new_name";a:2:{s:9:"fieldname";s:12:"dtd_new_name";s:10:"is_visible";i:0;}s:12:"export_email";a:2:{s:9:"fieldname";s:12:"export_email";s:10:"is_visible";i:0;}s:11:"import_type";a:2:{s:9:"fieldname";s:11:"import_type";s:10:"is_visible";i:0;}}'),
(3, 'select_group', 'a:36:{s:5:"email";a:2:{s:9:"fieldname";s:5:"email";s:10:"is_visible";i:0;}s:8:"username";a:2:{s:9:"fieldname";s:8:"username";s:10:"is_visible";i:0;}s:8:"lastname";a:2:{s:9:"fieldname";s:8:"lastname";s:10:"is_visible";i:0;}s:9:"firstname";a:2:{s:9:"fieldname";s:9:"firstname";s:10:"is_visible";i:1;}s:5:"title";a:2:{s:9:"fieldname";s:5:"title";s:10:"is_visible";i:0;}s:7:"address";a:2:{s:9:"fieldname";s:7:"address";s:10:"is_visible";i:0;}s:10:"postalcode";a:2:{s:9:"fieldname";s:10:"postalcode";s:10:"is_visible";i:0;}s:3:"tel";a:2:{s:9:"fieldname";s:3:"tel";s:10:"is_visible";i:0;}s:12:"autologin_ip";a:2:{s:9:"fieldname";s:12:"autologin_ip";s:10:"is_visible";i:0;}s:7:"last_ip";a:2:{s:9:"fieldname";s:7:"last_ip";s:10:"is_visible";i:0;}s:10:"account_nr";a:2:{s:9:"fieldname";s:10:"account_nr";s:10:"is_visible";i:0;}s:12:"reference_nr";a:2:{s:9:"fieldname";s:12:"reference_nr";s:10:"is_visible";i:0;}s:4:"city";a:2:{s:9:"fieldname";s:4:"city";s:10:"is_visible";i:0;}s:7:"country";a:2:{s:9:"fieldname";s:7:"country";s:10:"is_visible";i:0;}s:16:"delivery_address";a:2:{s:9:"fieldname";s:16:"delivery_address";s:10:"is_visible";i:0;}s:13:"delivery_city";a:2:{s:9:"fieldname";s:13:"delivery_city";s:10:"is_visible";i:0;}s:12:"delivery_zip";a:2:{s:9:"fieldname";s:12:"delivery_zip";s:10:"is_visible";i:0;}s:16:"delivery_country";a:2:{s:9:"fieldname";s:16:"delivery_country";s:10:"is_visible";i:0;}s:13:"contact_phone";a:2:{s:9:"fieldname";s:13:"contact_phone";s:10:"is_visible";i:0;}s:13:"contactperson";a:2:{s:9:"fieldname";s:13:"contactperson";s:10:"is_visible";i:0;}s:1:"a";a:2:{s:9:"fieldname";s:1:"a";s:10:"is_visible";i:0;}s:3:"a_2";a:2:{s:9:"fieldname";s:3:"a_2";s:10:"is_visible";i:0;}s:4:"palk";a:2:{s:9:"fieldname";s:4:"palk";s:10:"is_visible";i:0;}s:8:"tsekboks";a:2:{s:9:"fieldname";s:8:"tsekboks";s:10:"is_visible";i:0;}s:6:"selekt";a:2:{s:9:"fieldname";s:6:"selekt";s:10:"is_visible";i:0;}s:6:"raadio";a:2:{s:9:"fieldname";s:6:"raadio";s:10:"is_visible";i:0;}s:4:"fail";a:2:{s:9:"fieldname";s:4:"fail";s:10:"is_visible";i:0;}s:8:"Multiple";a:2:{s:9:"fieldname";s:8:"Multiple";s:10:"is_visible";i:0;}s:7:"boolean";a:2:{s:9:"fieldname";s:7:"boolean";s:10:"is_visible";i:0;}s:8:"karvkate";a:2:{s:9:"fieldname";s:8:"karvkate";s:10:"is_visible";i:0;}s:9:"birthtime";a:2:{s:9:"fieldname";s:9:"birthtime";s:10:"is_visible";i:0;}s:9:"birthdate";a:2:{s:9:"fieldname";s:9:"birthdate";s:10:"is_visible";i:0;}s:8:"fullname";a:2:{s:9:"fieldname";s:8:"fullname";s:10:"is_visible";i:0;}s:10:"test_radio";a:2:{s:9:"fieldname";s:10:"test_radio";s:10:"is_visible";i:0;}s:10:"veel_radio";a:2:{s:9:"fieldname";s:10:"veel_radio";s:10:"is_visible";i:0;}s:11:"Testin_Veel";a:2:{s:9:"fieldname";s:11:"Testin_Veel";s:10:"is_visible";i:0;}}'),
(4, 'keeled_fields', 'a:6:{s:4:"nimi";a:2:{s:9:"fieldname";s:4:"nimi";s:10:"is_visible";i:1;}s:9:"extension";a:2:{s:9:"fieldname";s:9:"extension";s:10:"is_visible";i:1;}s:8:"encoding";a:2:{s:9:"fieldname";s:8:"encoding";s:10:"is_visible";i:1;}s:8:"site_url";a:2:{s:9:"fieldname";s:8:"site_url";s:10:"is_visible";i:1;}s:10:"on_default";a:2:{s:9:"fieldname";s:10:"on_default";s:10:"is_visible";i:1;}s:16:"on_default_admin";a:2:{s:9:"fieldname";s:16:"on_default_admin";s:10:"is_visible";i:1;}}'),
(5, 'pagetemplates_fields', 'a:12:{s:4:"nimi";a:2:{s:9:"fieldname";s:4:"nimi";s:10:"is_visible";i:1;}s:10:"templ_fail";a:2:{s:9:"fieldname";s:10:"templ_fail";s:10:"is_visible";i:1;}s:9:"kirjeldus";a:2:{s:9:"fieldname";s:9:"kirjeldus";s:10:"is_visible";i:0;}s:4:"pilt";a:2:{s:9:"fieldname";s:4:"pilt";s:10:"is_visible";i:0;}s:9:"on_nahtav";a:2:{s:9:"fieldname";s:9:"on_nahtav";s:10:"is_visible";i:1;}s:18:"on_konfigureeritav";a:2:{s:9:"fieldname";s:18:"on_konfigureeritav";s:10:"is_visible";i:0;}s:14:"on_auto_avanev";a:2:{s:9:"fieldname";s:14:"on_auto_avanev";s:10:"is_visible";i:0;}s:6:"on_aeg";a:2:{s:9:"fieldname";s:6:"on_aeg";s:10:"is_visible";i:0;}s:10:"eri_params";a:2:{s:9:"fieldname";s:10:"eri_params";s:10:"is_visible";i:0;}s:14:"on_objekt_only";a:2:{s:9:"fieldname";s:14:"on_objekt_only";s:10:"is_visible";i:0;}s:13:"on_page_templ";a:2:{s:9:"fieldname";s:13:"on_page_templ";s:10:"is_visible";i:0;}s:9:"moodul_id";a:2:{s:9:"fieldname";s:9:"moodul_id";s:10:"is_visible";i:0;}}'),
(6, 'contenttemplates_fields', 'a:12:{s:4:"nimi";a:2:{s:9:"fieldname";s:4:"nimi";s:10:"is_visible";i:1;}s:10:"templ_fail";a:2:{s:9:"fieldname";s:10:"templ_fail";s:10:"is_visible";i:1;}s:9:"kirjeldus";a:2:{s:9:"fieldname";s:9:"kirjeldus";s:10:"is_visible";i:0;}s:4:"pilt";a:2:{s:9:"fieldname";s:4:"pilt";s:10:"is_visible";i:0;}s:9:"on_nahtav";a:2:{s:9:"fieldname";s:9:"on_nahtav";s:10:"is_visible";i:1;}s:18:"on_konfigureeritav";a:2:{s:9:"fieldname";s:18:"on_konfigureeritav";s:10:"is_visible";i:0;}s:14:"on_auto_avanev";a:2:{s:9:"fieldname";s:14:"on_auto_avanev";s:10:"is_visible";i:0;}s:6:"on_aeg";a:2:{s:9:"fieldname";s:6:"on_aeg";s:10:"is_visible";i:0;}s:10:"eri_params";a:2:{s:9:"fieldname";s:10:"eri_params";s:10:"is_visible";i:0;}s:14:"on_objekt_only";a:2:{s:9:"fieldname";s:14:"on_objekt_only";s:10:"is_visible";i:0;}s:13:"on_page_templ";a:2:{s:9:"fieldname";s:13:"on_page_templ";s:10:"is_visible";i:0;}s:9:"moodul_id";a:2:{s:9:"fieldname";s:9:"moodul_id";s:10:"is_visible";i:0;}}'),
(7, 'log_fields', 'a:11:{s:2:"id";a:2:{s:9:"fieldname";s:2:"id";s:10:"is_visible";i:0;}s:3:"aeg";a:2:{s:9:"fieldname";s:3:"aeg";s:10:"is_visible";i:1;}s:8:"on_error";a:2:{s:9:"fieldname";s:8:"on_error";s:10:"is_visible";i:0;}s:17:"on_fataalne_error";a:2:{s:9:"fieldname";s:17:"on_fataalne_error";s:10:"is_visible";i:0;}s:6:"on_sql";a:2:{s:9:"fieldname";s:6:"on_sql";s:10:"is_visible";i:0;}s:9:"on_import";a:2:{s:9:"fieldname";s:9:"on_import";s:10:"is_visible";i:0;}s:10:"on_eksport";a:2:{s:9:"fieldname";s:10:"on_eksport";s:10:"is_visible";i:0;}s:9:"asutus_id";a:2:{s:9:"fieldname";s:9:"asutus_id";s:10:"is_visible";i:0;}s:9:"sisestaja";a:2:{s:9:"fieldname";s:9:"sisestaja";s:10:"is_visible";i:1;}s:4:"text";a:2:{s:9:"fieldname";s:4:"text";s:10:"is_visible";i:1;}s:3:"sql";a:2:{s:9:"fieldname";s:3:"sql";s:10:"is_visible";i:0;}}'),
(12, 'file_management_fields', 'a:10:{s:8:"pealkiri";a:2:{s:9:"fieldname";s:8:"pealkiri";s:10:"is_visible";i:1;}s:8:"filename";a:2:{s:9:"fieldname";s:8:"filename";s:10:"is_visible";i:1;}s:12:"last_changed";a:2:{s:9:"fieldname";s:12:"last_changed";s:10:"is_visible";i:0;}s:4:"size";a:2:{s:9:"fieldname";s:4:"size";s:10:"is_visible";i:1;}s:8:"mimetype";a:2:{s:9:"fieldname";s:8:"mimetype";s:10:"is_visible";i:1;}s:12:"lastmodified";a:2:{s:9:"fieldname";s:12:"lastmodified";s:10:"is_visible";i:0;}s:10:"profile_id";a:2:{s:9:"fieldname";s:10:"profile_id";s:10:"is_visible";i:0;}s:6:"author";a:2:{s:9:"fieldname";s:6:"author";s:10:"is_visible";i:1;}s:5:"notes";a:2:{s:9:"fieldname";s:5:"notes";s:10:"is_visible";i:1;}s:9:"kirjeldus";a:2:{s:9:"fieldname";s:9:"kirjeldus";s:10:"is_visible";i:0;}}'),
(16, 'profiles', 'a:5:{s:10:"profile_id";a:2:{s:9:"fieldname";s:10:"profile_id";s:10:"is_visible";i:0;}s:4:"name";a:2:{s:9:"fieldname";s:4:"name";s:10:"is_visible";i:1;}s:4:"data";a:2:{s:9:"fieldname";s:4:"data";s:10:"is_visible";i:1;}s:12:"source_table";a:2:{s:9:"fieldname";s:12:"source_table";s:10:"is_visible";i:1;}s:13:"is_predefined";a:2:{s:9:"fieldname";s:13:"is_predefined";s:10:"is_visible";i:1;}}'),
(17, 'resource_fields', 'a:4:{s:4:"name";a:2:{s:9:"fieldname";s:4:"name";s:10:"is_visible";i:0;}s:6:"number";a:2:{s:9:"fieldname";s:6:"number";s:10:"is_visible";i:1;}s:5:"notes";a:2:{s:9:"fieldname";s:5:"notes";s:10:"is_visible";i:1;}s:5:"floor";a:2:{s:9:"fieldname";s:5:"floor";s:10:"is_visible";i:0;}}');

-- --------------------------------------------------------

--
-- Table structure for table `replicator`
--

CREATE TABLE `replicator` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `direction` enum('I','E') NOT NULL DEFAULT 'I',
  `name` varchar(255) DEFAULT NULL,
  `scope` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `is_subtree` tinyint(1) NOT NULL DEFAULT '1',
  `file_type` tinyint(3) unsigned DEFAULT NULL,
  `file` varchar(255) DEFAULT NULL,
  `oi_format` tinyint(3) unsigned DEFAULT '0',
  `time_interval` int(10) unsigned DEFAULT '0',
  `is_active` enum('0','1') NOT NULL DEFAULT '0',
  `on_avaldatud` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `on_lukus` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `last_replication` int(11) unsigned NOT NULL DEFAULT '0',
  `jrk_nr` int(10) unsigned NOT NULL DEFAULT '0',
  `obj_types` varchar(255) NOT NULL DEFAULT '',
  `is_insert` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `is_update` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `is_publish` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `is_delete` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `sql_select` varchar(255) DEFAULT NULL,
  `sql_from` varchar(255) DEFAULT NULL,
  `sql_where` varchar(255) DEFAULT NULL,
  `sql_order` varchar(255) DEFAULT NULL,
  `method` enum('FILE','HTTP') DEFAULT 'FILE',
  PRIMARY KEY (`id`),
  KEY `time_interval` (`time_interval`),
  KEY `is_active` (`is_active`),
  KEY `on_lukus` (`on_lukus`),
  KEY `jrk_nr` (`jrk_nr`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `roles`
--

CREATE TABLE `roles` (
  `role_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`role_id`),
  KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `session`
--

CREATE TABLE `session` (
  `sess_id` varchar(32) NOT NULL DEFAULT '',
  `update_time` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `url` varchar(255) NOT NULL DEFAULT '',
  `ip` varchar(15) NOT NULL DEFAULT '',
  PRIMARY KEY (`sess_id`),
  KEY `update_time` (`update_time`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `sitelog`
--

CREATE TABLE `sitelog` (
  `site_log_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `objekt_id` int(10) unsigned NOT NULL DEFAULT '0',
  `username` varchar(255) NOT NULL DEFAULT '',
  `component` varchar(255) NOT NULL DEFAULT '',
  `type` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `action` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `message` text NOT NULL,
  PRIMARY KEY (`site_log_id`),
  KEY `user_id` (`user_id`),
  KEY `objekt_id` (`objekt_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `sitelog`
--

INSERT INTO `sitelog` VALUES
(1, '[[regtime]]', 0, 0, 'system', '', 0, 5, 'Update 480 done.'),
(2, '[[regtime]]', 0, 0, 'system', '', 0, 5, 'Update 481 done.'),
(3, '[[regtime]]', 0, 0, 'system', '', 0, 5, 'Update 482 done.'),
(4, '[[regtime]]', 0, 0, 'system', '', 0, 5, 'Update 483 done.'),
(5, '[[regtime]]', 0, 0, 'system', '', 0, 5, 'Update 484 done.'),
(6, '[[regtime]]', 0, 0, 'system', 'Extensions', 0, 5, 'New extension ''sample'' updated. (sync)'),
(7, '[[regtime]]', 0, 0, 'system', 'Extensions', 0, 3, 'Extension ''sample'': new glossary group ''Sample Extension'' inserted (sync)'),
(8, '[[regtime]]', 0, 0, 'system', 'Extensions', 0, 5, 'New extension ''saurus4'' updated. (sync)'),
(9, '[[regtime]]', 0, 0, 'system', 'Extensions', 0, 3, 'Extension ''saurus4'': new template ''Articles: feedback errors'' inserted (sync)'),
(10, '[[regtime]]', 0, 0, 'system', 'Extensions', 0, 3, 'Extension ''saurus4'': new glossary group ''Saurus 4'' inserted (sync)'),
(11, '[[regtime]]', 0, 0, 'system', 'Languages', 3, 6, 'Dictionary import successful. Language: '),
(12, '[[regtime]]', 0, 0, 'system', 'Languages', 3, 6, 'Dictionary import successful. Language: '),
(13, '[[regtime]]', 0, 0, 'system', 'Languages', 3, 6, 'Dictionary import successful. Language: '),
(14, '[[regtime]]', 0, 0, 'system', 'Languages', 3, 6, 'Dictionary import successful. Language: ');

-- --------------------------------------------------------

--
-- Table structure for table `sso`
--

CREATE TABLE `sso` (
  `sso_id` int(3) unsigned NOT NULL AUTO_INCREMENT,
  `app_name` varchar(255) NOT NULL DEFAULT '',
  `login_url` varchar(255) DEFAULT NULL,
  `user_fieldname` varchar(100) DEFAULT NULL,
  `pwd_fieldname` varchar(100) DEFAULT NULL,
  `request_method` enum('GET','POST') NOT NULL DEFAULT 'POST',
  `keel` int(11) unsigned NOT NULL DEFAULT '0',
  `additional_fields` text,
  PRIMARY KEY (`sso_id`),
  KEY `app_name` (`app_name`),
  KEY `keel` (`keel`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `sys_sonad`
--

CREATE TABLE `sys_sonad` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sys_sona` varchar(255) NOT NULL DEFAULT '',
  `keel` int(11) NOT NULL DEFAULT '0',
  `sona` text,
  `origin_sona` text,
  `sst_id` tinyint(1) unsigned NOT NULL DEFAULT '2',
  PRIMARY KEY (`id`),
  UNIQUE KEY `sona` (`sys_sona`,`keel`,`sst_id`),
  KEY `sys_sona` (`sys_sona`),
  KEY `keel` (`keel`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2010 ;

--
-- Dumping data for table `sys_sonad`
--

INSERT INTO `sys_sonad` VALUES
(1, 'date', 1, 'Date', NULL, 23),
(2, 'firstname', 0, 'Eesnimi', 'Eesnimi', 23),
(3, 'Files', 0, 'Fail', 'Failid', 23),
(4, 'fax', 0, 'Faks', 'Faks', 23),
(5, 'Document', 0, 'Dokument', 'Dokument', 23),
(6, 'tel', 1, 'Phone', 'Phone', 23),
(7, 'email', 0, 'E-post', 'E-post', 23),
(8, 'Room', 1, 'Room', 'Room', 23),
(9, 'postalcode', 1, 'Zip code', 'PO Box', 23),
(10, 'phone', 1, 'Phone', 'Phone', 23),
(11, 'number', 1, 'Number', 'Number', 23),
(12, 'notes', 1, 'Description', 'Notes', 23),
(13, 'name', 1, 'Name', 'Name', 23),
(14, 'mobile', 1, 'Mobile', 'Mobile', 23),
(15, 'mimetype', 1, 'MIME type', 'MIME type', 23),
(16, 'lastname', 1, 'Lastname', 'Last name', 23),
(17, 'Images', 1, 'Images', 'Images', 23),
(18, 'image', 1, 'Image', 'Image', 23),
(19, 'firstname', 1, 'Firstname', 'First name', 23),
(20, 'Files', 1, 'File', 'Files', 23),
(21, 'fax', 1, 'Fax', 'Fax', 23),
(22, 'email', 1, 'E-mail', 'E-mail', 23),
(23, 'Document', 1, 'Document', 'Document', 23),
(24, 'Country-short', 1, 'Country-short', 'Country-short', 23),
(25, 'country', 1, 'Country', 'Country', 23),
(26, 'Contact', 1, 'Contact', 'Contact', 23),
(27, 'city', 1, 'City', 'City', 23),
(28, 'birthdate', 1, 'Birthdate', 'Birthdate', 23),
(29, 'author', 1, 'Author', 'Author', 23),
(30, 'address', 1, 'Address', 'Address', 23),
(31, 'country', 0, 'Riik', 'Riik', 23),
(32, 'Contact', 0, 'Kontakt', 'Kontakt', 23),
(33, 'city', 0, 'Linn', 'Linn', 23),
(34, 'birthdate', 0, 'Sünnipäev', 'Sünnipäev', 23),
(35, 'author', 0, 'Autor', 'Autor', 23),
(36, 'address', 0, 'Aadress', 'Aadress', 23),
(37, 'title', 1, 'Title', 'Title', 23),
(38, 'username', 1, 'Username', 'Username', 23),
(39, 'website', 1, 'Web site', 'Web site', 23),
(40, 'image', 0, 'Pilt', 'Pilt', 23),
(41, 'lastname', 0, 'Perekonnanimi', 'Perekonnanimi', 23),
(42, 'mimetype', 0, 'MIME tüüp', 'MIME tüüp', 23),
(43, 'mobile', 0, 'Mobiil', 'Mobiil', 23),
(44, 'name', 0, 'Nimi', 'Nimi', 23),
(45, 'notes', 0, 'Kirjeldus', 'Märkmed', 23),
(46, 'number', 0, 'Number', 'Number', 23),
(47, 'phone', 0, 'Telefon', 'Telefon', 23),
(48, 'postalcode', 0, 'Postiindeks', 'Postiindeks', 23),
(49, 'Room', 0, 'Ruum', 'Ruum', 23),
(50, 'tel', 0, 'Telefon', 'Telefon', 23),
(51, 'title', 0, 'Amet', 'Amet', 23),
(52, 'username', 0, 'Kasutajanimi', 'Kasutajanimi', 23),
(53, 'website', 0, 'Veeb', 'Veeb', 23),
(54, 'aeg', 1, 'Time', 'Time', 23),
(55, 'Article', 1, 'Article', 'Article', 23),
(56, 'avaldamisaeg_algus', 1, 'Publish', 'Publish', 23),
(57, 'avaldamisaeg_lopp', 1, 'Until', 'Until', 23),
(58, 'aeg', 0, 'Aeg', NULL, 23),
(59, 'Article', 0, 'Artikkel', NULL, 23),
(60, 'avaldamisaeg_algus', 0, 'Avaldatud', NULL, 23),
(61, 'avaldamisaeg_lopp', 0, 'Kuni', NULL, 23),
(62, 'fulltext_keywords', 0, 'Keywords', 'Keywords', 23),
(63, 'fulltext_keywords', 1, 'Keywords', 'Keywords', 23),
(64, 'image_definitions_Sisu laius', 1, NULL, NULL, 23),
(65, 'image_definitions_Sisu laius', 0, 'Sisu laius', 'Sisu laius', 23),
(66, 'image_definitions_Content width', 1, 'Content width', 'Content width', 23),
(67, 'image_definitions_Content width', 0, 'Sisu laius', 'Sisu laius', 23),
(68, 'image_definitions_Half of content width', 1, 'Half of content width', 'Half of content width', 23),
(69, 'image_definitions_Half of content width', 0, 'Pool sisu laiust', 'Pool sisu laiust', 23),
(70, 'address', 3, NULL, NULL, 23),
(71, 'aeg', 3, NULL, NULL, 23),
(72, 'Article', 3, NULL, NULL, 23),
(73, 'author', 3, NULL, NULL, 23),
(74, 'avaldamisaeg_algus', 3, NULL, NULL, 23),
(75, 'avaldamisaeg_lopp', 3, NULL, NULL, 23),
(76, 'birthdate', 3, NULL, NULL, 23),
(77, 'city', 3, NULL, NULL, 23),
(78, 'Contact', 3, NULL, NULL, 23),
(79, 'country', 3, NULL, NULL, 23),
(80, 'Country-short', 3, NULL, NULL, 23),
(81, 'currency', 3, NULL, NULL, 23),
(82, 'date', 3, NULL, NULL, 23),
(83, 'Document', 3, NULL, NULL, 23),
(84, 'email', 3, NULL, NULL, 23),
(85, 'fax', 3, NULL, NULL, 23),
(86, 'Files', 3, NULL, NULL, 23),
(87, 'firstname', 3, NULL, NULL, 23),
(88, 'fulltext_keywords', 3, NULL, NULL, 23),
(89, 'image', 3, NULL, NULL, 23),
(90, 'Images', 3, NULL, NULL, 23),
(91, 'image_definitions_Content width', 3, NULL, NULL, 23),
(92, 'image_definitions_Half of content width', 3, NULL, NULL, 23),
(93, 'image_definitions_Sisu laius', 3, NULL, NULL, 23),
(94, 'lastname', 3, NULL, NULL, 23),
(95, 'mimetype', 3, NULL, NULL, 23),
(96, 'mobile', 3, NULL, NULL, 23),
(97, 'name', 3, NULL, NULL, 23),
(98, 'notes', 3, NULL, NULL, 23),
(99, 'number', 3, NULL, NULL, 23),
(100, 'phone', 3, NULL, NULL, 23),
(101, 'postalcode', 3, NULL, NULL, 23),
(102, 'price', 3, NULL, NULL, 23),
(103, 'Room', 3, NULL, NULL, 23),
(104, 'tel', 3, NULL, NULL, 23),
(105, 'title', 3, NULL, NULL, 23),
(106, 'username', 3, NULL, NULL, 23),
(107, 'website', 3, NULL, NULL, 23),
(108, 'add', 0, 'Lisa', 'Lisa', 101),
(109, 'add comment', 0, 'Lisa kommentaar', 'Lisa kommentaar', 101),
(110, 'advanced search', 0, 'Täppisotsing', 'Täppisotsing', 101),
(111, 'all the words', 0, 'Kõiki sõnu', 'Kõiki sõnu', 101),
(112, 'application name', 0, 'Rakendus', 'Rakendus', 101),
(113, 'applications login info', 0, 'Rakendused', 'Rakendused', 101),
(114, 'archive', 0, 'Arhiiv', 'Arhiiv', 101),
(115, 'author', 0, 'Autor', 'Autor', 101),
(116, 'by title', 0, 'Pealkirja järgi', 'Pealkirja järgi', 101),
(117, 'CAPTCHA failed', 0, 'Sisestatud tekst ei klappinud pildi tekstiga', 'Sisestatud tekst ei klappinud pildi tekstiga', 101),
(118, 'changed last', 0, 'Viimati muudetud', 'Viimati muudetud', 101),
(119, 'comment', 0, 'Kommentaar', 'Kommentaar', 101),
(120, 'comments', 0, 'Kommentaarid', 'Kommentaarid', 101),
(121, 'does not include', 0, 'Ei sisalda', 'Ei sisalda', 101),
(122, 'e-mail', 0, 'E-mail', 'E-mail', 101),
(123, 'enter_the_text_on_the_image', 0, 'Tekst pildil', 'Tekst pildil', 101),
(124, 'exact phrase', 0, 'Täpset fraasi', 'Täpset fraasi', 101),
(125, 'forums', 0, 'Foorumid', 'Foorumid', 101),
(126, 'from section', 0, 'Rubriigist', 'Rubriigist', 101),
(127, 'hide e-mail', 0, 'Ära näita minu e-posti aadressi', 'Ära näita minu e-posti aadressi', 101),
(128, 'keyword_too_short', 0, 'Palun sisesta vähemalt 4 täheline otsisõna', 'Palun sisesta vähemalt 4 täheline otsisõna', 101),
(129, 'last 3 months', 0, 'Viimased 3 kuud', 'Viimased 3 kuud', 101),
(130, 'last 6 months', 0, 'Viimased 6 kuud', 'Viimased 6 kuud', 101),
(131, 'last month', 0, 'Viimane 1 kuu', 'Viimane 1 kuu', 101),
(132, 'last reply', 0, 'Viimane vastus', 'Viimane vastus', 101),
(133, 'last week', 0, 'Viimane nädal', 'Viimane nädal', 101),
(134, 'last year', 0, 'Viimane aasta', 'Viimane aasta', 101),
(135, 'latest posts', 0, 'Viimased postitused', 'Viimased postitused', 101),
(136, 'mailinglists', 0, 'Uudiste teemad', 'Uudiste teemad', 101),
(137, 'name', 0, 'Nimi', 'Nimi', 101),
(138, 'new comment', 0, 'Uus kommentaar', 'Uus kommentaar', 101),
(139, 'new message', 0, 'Uus postitus', 'Uus postitus', 101),
(140, 'new topic', 0, 'Uus teema', 'Uus teema', 101),
(141, 'newest first', 0, 'Uuemad enne', 'Uuemad enne', 101),
(142, 'one of the words', 0, 'Ühte sõnadest', 'Ühte sõnadest', 101),
(143, 'password', 0, 'Parool', 'Parool', 101),
(144, 'password expired message', 0, 'Sinu parool on aegunud, sisesta uus parool', 'Sinu parool on aegunud, sisesta uus parool', 101),
(145, 'please fill in', 0, 'Palun täida', 'Palun täida', 101),
(146, 'profile', 0, 'Profiil', 'Profiil', 101),
(147, 'register', 0, 'Registreerimisvorm', 'Registreerimisvorm', 101),
(148, 'replies', 0, 'Vastused', 'Vastused', 101),
(149, 'reply', 0, 'Vastus', 'Vastus', 101),
(150, 'rss entries', 0, 'Postitused', 'Postitused', 101),
(151, 'search', 0, 'Otsi', 'Otsi', 101),
(152, 'search_order_relevance', 0, 'Relevantsuse järgi', 'Relevantsuse järgi', 101),
(153, 'see also', 0, 'Vaata lisaks', 'Vaata lisaks', 101),
(154, 'send', 0, 'Saada', 'Saada', 101),
(155, 'send_replies', 0, 'Saada vastused mulle e-postiga', 'Saada vastused mulle e-postiga', 101),
(156, 'sitemap', 0, 'Sisukaart', 'Sisukaart', 101),
(157, 'title', 0, 'Pealkiri', 'Pealkiri', 101),
(158, 'topics', 0, 'Teemad', 'Teemad', 101),
(159, 'username', 0, 'Kasutajanimi', 'Kasutajanimi', 101),
(160, 'whenever', 0, 'Millal iganes', 'Millal iganes', 101),
(161, 'yesterday', 0, 'Eile', 'Eile', 101),
(162, 'add', 1, 'Add', 'Add', 101),
(163, 'add comment', 1, 'Add comment', 'Add comment', 101),
(164, 'advanced search', 1, 'Advanced search', 'Advanced search', 101),
(165, 'all the words', 1, 'All the words', 'All the words', 101),
(166, 'application name', 1, 'Application', 'Application', 101),
(167, 'applications login info', 1, 'Applications', 'Applications', 101),
(168, 'archive', 1, 'Archive', 'Archive', 101),
(169, 'author', 1, 'Author', 'Author', 101),
(170, 'by title', 1, 'By title', 'By title', 101),
(171, 'CAPTCHA failed', 1, 'Entered text did not match text on the image', 'Entered text did not match text on the image', 101),
(172, 'changed last', 1, 'Changed last', 'Changed last', 101),
(173, 'comment', 1, 'Comment', 'Comment', 101),
(174, 'comments', 1, 'Comments', 'Comments', 101),
(175, 'does not include', 1, 'Does not include', 'Does not include', 101),
(176, 'e-mail', 1, 'E-mail', 'E-mail', 101),
(177, 'enter_the_text_on_the_image', 1, 'Text on image', 'Text on image', 101),
(178, 'exact phrase', 1, 'Exact phrase', 'Exact phrase', 101),
(179, 'forums', 1, 'Forums', 'Forums', 101),
(180, 'from section', 1, 'From section', 'From section', 101),
(181, 'hide e-mail', 1, 'Don''t show my e-mail', 'Don''t show my e-mail', 101),
(182, 'keyword_too_short', 1, 'Please enter keyword at least 4 characters long', 'Please enter keyword at least 4 characters long', 101),
(183, 'last 3 months', 1, 'Last 3 months', 'Last 3 months', 101),
(184, 'last 6 months', 1, 'Last 6 months', 'Last 6 months', 101),
(185, 'last month', 1, 'Last month', 'Last month', 101),
(186, 'last reply', 1, 'Last reply', 'Last reply', 101),
(187, 'last week', 1, 'Last week', 'Last week', 101),
(188, 'last year', 1, 'Last year', 'Last year', 101),
(189, 'latest posts', 1, 'Latest posts', 'Latest posts', 101),
(190, 'mailinglists', 1, 'mailinglists', 'mailinglists', 101),
(191, 'name', 1, 'Name', 'Name', 101),
(192, 'new comment', 1, 'New comment', 'New comment', 101),
(193, 'new message', 1, 'New message', 'New message', 101),
(194, 'new topic', 1, 'New topic', 'New topic', 101),
(195, 'newest first', 1, 'Newest first', 'Newest first', 101),
(196, 'one of the words', 1, 'One of the words', 'One of the words', 101),
(197, 'password', 1, 'Password', 'Password', 101),
(198, 'password expired message', 1, 'Your password is expired, enter new password', 'Your password is expired, enter new password', 101),
(199, 'please fill in', 1, 'Please fill in', 'Please fill in', 101),
(200, 'profile', 1, 'Profile', 'Profile', 101),
(201, 'register', 1, 'Register', 'Register', 101),
(202, 'replies', 1, 'Replies', 'Replies', 101),
(203, 'reply', 1, 'Reply', 'Reply', 101),
(204, 'rss entries', 1, 'Entries', 'Entries', 101),
(205, 'search', 1, 'Search', 'Search', 101),
(206, 'search_order_relevance', 1, 'By relevance', 'By relevance', 101),
(207, 'see also', 1, 'See also', 'See also', 101),
(208, 'send', 1, 'Send', 'Send', 101),
(209, 'send_replies', 1, 'Send replies to my e-mail', 'Send replies to my e-mail', 101),
(210, 'sitemap', 1, 'Sitemap', 'Sitemap', 101),
(211, 'title', 1, 'Title', 'Title', 101),
(212, 'topics', 1, 'Topics', 'Topics', 101),
(213, 'username', 1, 'Username', 'Username', 101),
(214, 'whenever', 1, 'Whenever', 'Whenever', 101),
(215, 'yesterday', 1, 'Yesterday', 'Yesterday', 101),
(216, '404error', 0, '404 viga - lehekülge ei leitud', '404 viga - lehekülge ei leitud', 103),
(217, 'add_cart', 0, 'Toode on lisatud ostukorvi', 'Toode on lisatud ostukorvi', 103),
(218, 'Album', 0, 'Album', 'Album', 103),
(219, 'Artiklid', 0, 'Artiklid', 'Artiklid', 103),
(220, 'Artiklid 2 veerus', 0, 'Artiklid 2 veerus', 'Artiklid 2 veerus', 103),
(221, 'Artiklite pealkirjad', 0, 'Artiklite pealkirjad', 'Artiklite pealkirjad', 103),
(222, 'default', 0, 'default', 'default', 103),
(223, 'Dokumendid', 0, 'Dokumendid', 'Dokumendid', 103),
(224, 'error_page', 0, 'Vea lehekülg', 'Vea lehekülg', 103),
(225, 'Event calendar', 0, 'Sündmuste kalender', 'Sündmuste kalender', 103),
(226, 'External application', 0, 'Väline rakendus', 'Väline rakendus', 103),
(227, 'Foorum', 0, 'Foorum', 'Foorum', 103),
(228, 'gallup_arhiiv', 0, 'Gallupi arhiiv', 'Gallupi arhiiv', 103),
(229, 'gallup_ip_olemas', 0, 'IP on juba hääletanud', 'IP on juba hääletanud', 103),
(230, 'gallup_ok', 0, 'Hääletamise tänud', 'Hääletamise tänud', 103),
(231, 'home', 0, 'Kodurubriik', 'Kodurubriik', 103),
(232, 'kasutaja_locked', 0, 'Kasutaja blokeeritud', 'Kasutaja blokeeritud', 103),
(233, 'kasutaja_registreeritud', 0, 'Kasutaja registreeritud', 'Kasutaja registreeritud', 103),
(234, 'kasutaja_uuendatud', 0, 'Kasutaja andmed salvestatud', 'Kasutaja andmed salvestatud', 103),
(235, 'login_incorrect', 0, 'Vigane sisselogimine', 'Vigane sisselogimine', 103),
(236, 'Metadata', 0, 'Metadata', 'Metadata', 103),
(237, 'ok_page', 0, 'Ok Leht', 'Ok Leht', 103),
(238, 'Registreerimisvorm', 0, 'Registreerimisvorm', 'Registreerimisvorm', 103),
(239, 'save_cart', 0, 'Ostukorv on salvestatud', 'Ostukorv on salvestatud', 103),
(240, 'system', 0, 'Süsteemirubriik', 'Süsteemirubriik', 103),
(241, 'Tappisotsing', 0, 'Täppisotsing', 'Täppisotsing', 103),
(242, 'trash', 0, 'Prügikast', 'Prügikast', 103),
(243, 'tyhiotsing', 0, 'Tühi Otsingutulemus', 'Tühi Otsingutulemus', 103),
(244, 'tyyp_Album', 0, 'Album', 'Album', 103),
(245, 'tyyp_Artikkel', 0, 'Artikkel', 'Artikkel', 103),
(246, 'tyyp_asset', 0, 'Eriobjekt', 'Eriobjekt', 103),
(247, 'tyyp_Dokument', 0, 'Dokument', 'Dokument', 103),
(248, 'tyyp_Event', 0, 'Sündmus', 'Sündmus', 103),
(249, 'tyyp_file', 0, 'Fail', 'Fail', 103),
(250, 'tyyp_folder', 0, 'Kataloog', 'Kataloog', 103),
(251, 'tyyp_Gallup', 0, 'Gallup', 'Gallup', 103),
(252, 'tyyp_Iframe-kast', 0, 'Iframe-kast', 'Iframe-kast', 103),
(253, 'tyyp_Kommentaar', 0, 'Kommentaar', 'Kommentaar', 103),
(254, 'tyyp_Lingikast', 0, 'Lingikast', 'Lingikast', 103),
(255, 'tyyp_link', 0, 'link', 'link', 103),
(256, 'tyyp_Login-kast', 0, 'Login-kast', 'Login-kast', 103),
(257, 'tyyp_Pilt', 0, 'Pilt', 'Pilt', 103),
(258, 'tyyp_product_category', 0, 'Tootekataloog', 'Tootekataloog', 103),
(259, 'tyyp_resource', 0, 'Ressurss', 'Ressurss', 103),
(260, 'tyyp_Rubriik', 0, 'Rubriik', 'Rubriik', 103),
(261, 'tyyp_Teema', 0, 'Teema', 'Teema', 103),
(262, 'tyyp_Uudistekogu', 0, 'Uudistekogu', 'Uudistekogu', 103),
(263, 'tyyp_Valine link', 0, 'Hüperlink', 'Hüperlink', 103),
(264, 'unustatud_parool_saadetud', 0, 'Unustatud parool saadetud', 'Unustatud parool saadetud', 103),
(265, 'Uudised', 0, 'Uudised', 'Uudised', 103),
(266, 'your_IP_disabled', 0, 'Kasutaja IP aadress on blokeeritud', 'Kasutaja IP aadress on blokeeritud', 103),
(267, 'access denied', 0, 'Kasutajal pole õigust selle operatsioonile', 'Kasutajal pole õigust selle operatsioonile', 104),
(268, 'Address', 0, 'Aadress', 'Aadress', 104),
(269, 'add_images', 0, 'Lisa pilte', 'Lisa pilte', 104),
(270, 'advanced', 0, 'Täiendav', 'Täiendav', 104),
(271, 'Aeg', 0, 'Aeg', 'Aeg', 104),
(272, 'Alampuu', 0, 'Alampuu', 'Alampuu', 104),
(273, 'Alates', 0, 'Alates', 'Alates', 104),
(274, 'albumis on', 0, 'Albumis on', 'Albumis on', 104),
(275, 'Algatatud', 0, 'Algatatud', 'Algatatud', 104),
(276, 'Anonymous', 0, 'Anonüümne', 'Anonüümne', 104),
(277, 'Another editor is editing this document right now', 0, 'Seda dokumenti muudetakse parajasti teise toimetaja poolt', 'Seda dokumenti muudetakse parajasti teise toimetaja poolt', 104),
(278, 'Apply', 0, 'Uuenda', 'Uuenda', 104),
(279, 'artikkel', 0, 'Artikkel', 'Artikkel', 104),
(280, 'Artiklite arv', 0, 'Artiklite arv', 'Artiklite arv', 104),
(281, 'asset', 0, 'Eriobjekt', 'Eriobjekt', 104),
(282, 'asub veel kohtades', 0, 'asub veel kohtades', 'asub veel kohtades', 104),
(283, 'Autor', 0, 'Autor', 'Autor', 104),
(284, 'avaldamine', 0, 'Avaldamine', 'Avaldamine', 104),
(285, 'Avaldatud', 0, 'Avaldatud', 'Avaldatud', 104),
(286, 'Avatud', 0, 'Avatud', 'Avatud', 104),
(287, 'Avatud artiklid', 0, 'Avatud artikleid', 'Avatud artikleid', 104),
(288, 'big_file', 0, 'Faili suurus on üle lubatud piiri!', 'Faili suurus on üle lubatud piiri!', 104),
(289, 'Choose', 0, 'Vali', 'Vali', 104),
(290, 'choose_a_folder', 0, 'Vali kaust', 'Vali kaust', 104),
(291, 'Close', 0, 'Sulge', 'Sulge', 104),
(292, 'Content template', 0, 'Sisumall', 'Sisumall', 104),
(293, 'context_button_edit', 0, 'Muuda', 'Muuda', 104),
(294, 'context_button_move_down', 0, 'Liiguta alla', 'Liiguta alla', 104),
(295, 'context_button_move_up', 0, 'Liiguta üles', 'Liiguta üles', 104),
(296, 'context_button_unpublish', 0, 'Varja', 'Varja', 104),
(297, 'Copy permissions to subtree', 0, 'Kopeeri õigused alampuule', 'Kopeeri õigused alampuule', 104),
(298, 'Create', 0, 'Create', 'Create', 104),
(299, 'delete_object_alert', 0, 'NB! See objekt kuulub ka teistesse rubriikidesse. Objekt kustutatakse kõigist rubriikidest!', 'NB! See objekt kuulub ka teistesse rubriikidesse. Objekt kustutatakse kõigist rubriikidest!', 104),
(300, 'delete_section_alert', 0, 'NB! Leiti objekte, mis kuuluvad ka teistesse rubriikidesse. <br>Need objektid kustutatakse ainult siit rubriigist.', 'NB! Leiti objekte, mis kuuluvad ka teistesse rubriikidesse. <br>Need objektid kustutatakse ainult siit rubriigist.', 104),
(301, 'delete_table', 0, 'Kustuta tabel', 'Kustuta tabel', 104),
(302, 'do you want to permanently delete', 0, 'Kas soovite jäädavalt kustutatada?', 'Kas soovite jäädavalt kustutatada?', 104),
(303, 'dokument', 0, 'Dokument', 'Dokument', 104),
(304, 'download', 0, 'Lae alla', 'Lae alla', 104),
(305, 'E-mail', 0, 'E-mail', 'E-mail', 104),
(306, 'Eelmine pilt', 0, 'Eelmine', 'Eelmine', 104),
(307, 'Encoding', 0, 'Encoding', 'Encoding', 104),
(308, 'End date is sooner than start date', 0, 'Lõppkuupäev on väikesem kui alguskuupäev', 'Lõppkuupäev on väikesem kui alguskuupäev', 104),
(309, 'eraldaja', 0, 'eraldaja', 'eraldaja', 104),
(310, 'Event', 0, 'Sündmus', 'Sündmus', 104),
(311, 'Expires', 0, 'Aegub', 'Aegub', 104),
(312, 'Fail', 0, 'Fail', 'Fail', 104),
(313, 'Faili nimi juba kinni', 0, 'Faili nimi on juba kinni', 'Faili nimi on juba kinni', 104),
(314, 'Faili salvestamisel tekkis viga', 0, 'Faili salvestamisel tekkis viga', 'Faili salvestamisel tekkis viga', 104),
(315, 'fieldname', 0, 'Välja nimi', 'Välja nimi', 104),
(316, 'Filename', 0, 'Failinimi', 'Failinimi', 104),
(317, 'fm_choose_file_for_link', 0, 'Vali fail, millele linkida', 'Vali fail, millele linkida', 104),
(318, 'fm_choose_file_into_article', 0, 'Vali fail artiklisse asetamiseks', 'Vali fail artiklisse asetamiseks', 104),
(319, 'fm_choose_file_into_profile_field', 0, 'Vali fail', 'Vali fail', 104),
(320, 'fm_choose_user_image', 0, 'Vali pilt kasutaja pildiks', 'Vali pilt kasutaja pildiks', 104),
(321, 'fm_insert_file_into_article', 0, 'Aseta fail artiklisse', 'Aseta fail artiklisse', 104),
(322, 'fm_insert_file_into_profile_field', 0, 'Vali fail', 'Vali fail', 104),
(323, 'fm_use_user_image', 0, 'Vali pilt', 'Vali pilt', 104),
(324, 'folder', 0, 'Kaust', 'Kaust', 104),
(325, 'Foorum lubatud', 0, 'Kommentaarid lubatud', 'Kommentaarid lubatud', 104),
(326, 'Forbidden', 0, 'Forbidden', 'Forbidden', 104),
(327, 'Forum alert: Your question has been sent', 0, 'Teie küsimus on saadetud!', 'Teie küsimus on saadetud!', 104),
(328, 'Forum link: Show all questions', 0, 'Naita kõik küsimused', 'Naita kõik küsimused', 104),
(329, 'Forum link: Show only new questions', 0, 'Näita ainult vastamata küsimused', 'Näita ainult vastamata küsimused', 104),
(330, 'Friendly_URL', 0, 'Alias', 'Alias', 104),
(331, 'gallup', 0, 'Küsitlus', 'Küsitlus', 104),
(332, 'Hide in menu', 0, 'Peida menüüs', 'Peida menüüs', 104),
(333, 'Hyperlink', 0, 'Hüperlink', 'Hüperlink', 104),
(334, 'Image files directory', 0, 'Pildifailide kataloog', 'Pildifailide kataloog', 104),
(335, 'Image size', 0, 'Pildi suurus', 'Pildi suurus', 104),
(336, 'Is FAQ', 0, 'On KKK tüüpi', 'On KKK tüüpi', 104),
(337, 'Jargmine pilt', 0, 'Järgmine', 'Järgmine', 104),
(338, 'Jrk.nr', 0, 'Jrk.nr', 'Jrk.nr', 104),
(339, 'Kas tahate kustutada', 0, 'Kas tahate saata prügikasti?', 'Kas tahate saata prügikasti?', 104),
(340, 'Kasutajad', 0, 'Inimesed', 'Inimesed', 104),
(341, 'Kasutajanimi', 0, 'Kasutajanimi', 'Kasutajanimi', 104),
(342, 'Katkesta', 0, 'Katkesta', 'Katkesta', 104),
(343, 'Keel', 0, 'Keel', 'Keel', 104),
(344, 'Kirjad', 0, 'Kirjad', 'Kirjad', 104),
(345, 'Kirjeldus', 0, 'Kirjeldus', 'Kirjeldus', 104),
(346, 'Kirju', 0, 'Kirju', 'Kirju', 104),
(347, 'kogumik', 0, 'Artiklite list', 'Artiklite list', 104),
(348, 'kohustuslik', 0, 'kohustuslik', 'kohustuslik', 104),
(349, 'koik', 0, 'kõik', 'kõik', 104),
(350, 'Kommentaar', 0, 'Kommentaar', 'Kommentaar', 104),
(351, 'Kujundusmall', 0, 'Kujundusmall', 'Kujundusmall', 104),
(352, 'Kuni', 0, 'Kuni', 'Kuni', 104),
(353, 'Kustuta', 0, 'Kustuta', 'Kustuta', 104),
(354, 'Laius', 0, 'Laius', 'Laius', 104),
(355, 'Leiti', 0, 'Leiti', 'Leiti', 104),
(356, 'Link', 0, 'Link', 'Link', 104),
(357, 'Lisa', 0, 'Lisa', 'Lisa', 104),
(358, 'Lisa pilte', 0, 'Lisa pilt(e)', 'Lisa pilt(e)', 104),
(359, 'loginkast', 0, 'Login kast', 'Login kast', 104),
(360, 'Luhend', 0, 'Lühend', 'Lühend', 104),
(361, 'Lukus', 0, 'Lukus', 'Lukus', 104),
(362, 'maaratud pealkiri', 0, 'Pealkiri peab olema määratud!', 'Pealkiri peab olema määratud!', 104),
(363, 'Mall muudetav', 0, 'Mall muudetav', 'Mall muudetav', 104),
(364, 'Mall tyhi', 0, 'Mall tühi', 'Mall tühi', 104),
(365, 'Metadata', 0, 'Metadata', 'Metadata', 104),
(366, 'Metainfo', 0, 'Metaandmed', 'Metaandmed', 104),
(367, 'Muuda', 0, 'Muuda', 'Muuda', 104),
(368, 'Naita alamartiklid', 0, 'Näita alamartiklid', 'Näita alamartiklid', 104),
(369, 'Naita kuupaev', 0, 'Näita kuupäev', 'Näita kuupäev', 104),
(370, 'Naita prindi ikoon', 0, 'Näita prindi ikoon', 'Näita prindi ikoon', 104),
(371, 'New', 0, 'Uus', 'Uus', 104),
(372, 'New child', 0, 'Uus alluv', 'Uus alluv', 104),
(373, 'Nimetus', 0, 'Nimi', 'Nimi', 104),
(374, 'Nimi', 0, 'Nimi', 'Nimi', 104),
(375, 'No', 0, 'Ei', 'Ei', 104),
(376, 'Objects', 0, 'Objektid', 'Objektid', 104),
(377, 'object_changed', 0, 'Muudetud', 'Muudetud', 104),
(378, 'object_created', 0, 'Loodud', 'Loodud', 104),
(379, 'Objekt', 0, 'Objekt', 'Objekt', 104),
(380, 'OK', 0, 'OK', 'OK', 104),
(381, 'On kuupaev', 0, 'Kuupäev', 'Kuupäev', 104),
(382, 'On meilinglist', 0, 'On meilinglist', 'On meilinglist', 104),
(383, 'On noutud', 0, 'Kohustuslik', 'Kohustuslik', 104),
(384, 'On select', 0, 'Kuva rippmenüüna', 'Kuva rippmenüüna', 104),
(385, 'Open in new window', 0, 'Ava uues aknas', 'Ava uues aknas', 104),
(386, 'or', 0, 'or', 'or', 104),
(387, 'original picture', 0, 'Originaalfail', 'Originaalfail', 104),
(388, 'Otsi', 0, 'Otsi', 'Otsi', 104),
(389, 'Page template', 0, 'Lehemall', 'Lehemall', 104),
(390, 'Pages', 0, 'Leheküljed', 'Leheküljed', 104),
(391, 'Parent category', 0, 'Kuulub kategooriasse', 'Kuulub kategooriasse', 104),
(392, 'Parool', 0, 'Parool', 'Parool', 104),
(393, 'Parool uuesti', 0, 'Parool uuesti', 'Parool uuesti', 104),
(394, 'Pealkiri', 0, 'Pealkiri', 'Pealkiri', 104),
(395, 'Pealkiri on nahtav', 0, 'Pealkiri on nähtav', 'Pealkiri on nähtav', 104),
(396, 'Peida meiliaadress', 0, 'Peida minu meiliaadress avalikus veebis', 'Peida minu meiliaadress avalikus veebis', 104),
(397, 'Permission denied', 0, 'Tegevus keelatud', 'Tegevus keelatud', 104),
(398, 'Permissions', 0, 'Õigused', 'Õigused', 104),
(399, 'Permissions copied to subtree', 0, 'Õigused kopeeritud alampuule', 'Õigused kopeeritud alampuule', 104),
(400, 'Permissions not defined', 0, 'Õigused määramata', 'Õigused määramata', 104),
(401, 'Pilt', 0, 'Pilt', 'Pilt', 104),
(402, 'Pilti', 0, 'pilti', 'pilti', 104),
(403, 'Please use format dd.mm.yyyy', 0, 'Palun kasuta vormingut dd.mm.yyyy', 'Palun kasuta vormingut dd.mm.yyyy', 104),
(404, 'Pohitext', 0, 'Normal', 'Normal', 104),
(405, 'Pohivarv', 0, 'Põhivarv', 'Põhivarv', 104),
(406, 'Position', 0, 'Asukoht', 'Asukoht', 104),
(407, 'product_profile', 0, 'Toote profiil', 'Toote profiil', 104),
(408, 'product_profiles', 0, 'Toote profiilid', 'Toote profiilid', 104),
(409, 'profile', 0, 'Profiil', 'Profiil', 104),
(410, 'Publish', 0, 'Avalda', 'Avalda', 104),
(411, 'published', 0, 'Avaldatud', 'Avaldatud', 104),
(412, 'Publishing', 0, 'Avaldamine', 'Avaldamine', 104),
(413, 'Registreeritud', 0, 'Registreeritud', 'Registreeritud', 104),
(414, 'Reset', 0, 'Tühjenda', 'Tühjenda', 104),
(415, 'Resource', 0, 'Ressurss', 'Ressurss', 104),
(416, 'Ridade arv', 0, 'Ridade arv', 'Ridade arv', 104),
(417, 'Rubriigid', 0, 'Ãœlemine tase', 'Ãœlemine tase', 104),
(418, 'rubriik', 0, 'Rubriik', 'Rubriik', 104),
(419, 'Saada meilile', 0, 'Saada selle kirja vastused minu meiliaadressile', 'Saada selle kirja vastused minu meiliaadressile', 104),
(420, 'Saidi tiitel', 0, 'Saidi tiitel', 'Saidi tiitel', 104),
(421, 'Salvesta', 0, 'Salvesta', 'Salvesta', 104),
(422, 'Salvestatud', 0, 'Salvestatud', 'Salvestatud', 104),
(423, 'save parameters', 0, 'Salvesta parameetrid', 'Salvesta parameetrid', 104),
(424, 'save_and_close', 0, 'Salvesta ja sulge', 'Salvesta ja sulge', 104),
(425, 'Sellised stiilid ilmuvad artikli editoris', 0, 'Sellised stiilid ilmuvad artikli editoris', 'Sellised stiilid ilmuvad artikli editoris', 104),
(426, 'Send', 0, 'Saada', 'Saada', 104),
(427, 'Sisestas', 0, 'Sisestas', 'Sisestas', 104),
(428, 'Sissejuhatus', 0, 'Sissejuhatus', 'Sissejuhatus', 104),
(429, 'Sisu', 0, 'Sisu', 'Sisu', 104),
(430, 'Start date is later than end date', 0, 'Alguskuupäev on suurem lõppkuupäevast', 'Alguskuupäev on suurem lõppkuupäevast', 104),
(431, 'Suurus', 0, 'Suurus', 'Suurus', 104),
(432, 'sys alias', 0, 'Alias', 'Alias', 104),
(433, 'sys sona', 0, 'Kirjeldus', 'Kirjeldus', 104),
(434, 'Systeemi sona', 0, 'Süsteemisõna', 'Süsteemisõna', 104),
(435, 'System', 0, 'Süsteemsed artiklid', 'Süsteemsed artiklid', 104),
(436, 'Tabel', 0, 'Tabel', 'Tabel', 104),
(437, 'Tagasi', 0, 'Tagasi', 'Tagasi', 104),
(438, 'Teemad', 0, 'Teemad', 'Teemad', 104),
(439, 'Tekst', 0, 'Tekst', 'Tekst', 104),
(440, 'Thumbnail size', 0, 'Eelvaate suurus', 'Eelvaate suurus', 104),
(441, 'Tuhista', 0, 'Tühista', 'Tühista', 104),
(442, 'Tyyp', 0, 'Tüüp', 'Tüüp', 104),
(443, 'Uhik', 0, 'Ãœhik', 'Ãœhik', 104),
(444, 'unpublished', 0, 'Avaldamata', 'Avaldamata', 104),
(445, 'Update', 0, 'Update', 'Update', 104),
(446, 'URL', 0, 'URL', 'URL', 104),
(447, 'use_this_folder_for_album', 0, 'Kasuta seda kausta albumina', 'Kasuta seda kausta albumina', 104),
(448, 'Uudised', 0, 'Uudised', 'Uudised', 104),
(449, 'Uudiste rubriigid', 0, 'Uudiste rubriigid', 'Uudiste rubriigid', 104),
(450, 'Uudistekogu', 0, 'Kogumikukast', 'Kogumikukast', 104),
(451, 'Vaikimisi_editoris', 0, 'Vaikimisi toimetajakeskkonnas', 'Vaikimisi toimetajakeskkonnas', 104),
(452, 'Vaikimisi_veebis', 0, 'Vaikimisi veebis', 'Vaikimisi veebis', 104),
(453, 'Vali', 0, 'Väli', 'Väli', 104),
(454, 'value exists', 0, 'Väärtus on juba olemas', 'Väärtus on juba olemas', 104),
(455, 'Vastus', 0, 'Vastus', 'Vastus', 104),
(456, 'Vastused', 0, 'Vastused', 'Vastused', 104),
(457, 'Vastuseid', 0, 'Vastuseid', 'Vastuseid', 104),
(458, 'Veergude arv', 0, 'Veergude arv', 'Veergude arv', 104),
(459, 'view', 0, 'Vaata', 'Vaata', 104),
(460, 'Viimane kiri', 0, 'Viimane kiri', 'Viimane kiri', 104),
(461, 'Viimati muutis', 0, 'Viimati muutis', 'Viimati muutis', 104),
(462, 'visible_to_visitors', 0, 'Nähtavus külastajatele', 'Nähtavus külastajatele', 104),
(463, 'Yes', 0, 'Jah', 'Jah', 104),
(464, 'Aeg', 0, 'Aeg', 'Aeg', 105),
(465, 'Autor', 0, 'Autor', 'Autor', 105),
(466, 'fail', 0, 'Faili nimi', 'Faili nimi', 105),
(467, 'Kirjeldus', 0, 'Kirjeldus', 'Kirjeldus', 105),
(468, 'Pealkiri', 0, 'Pealkiri', 'Pealkiri', 105),
(469, 'sub_documents', 0, 'Alamdokumendid', 'Alamdokumendid', 105),
(470, 'Suurus', 0, 'Suurus', 'Suurus', 105),
(471, 'type', 0, 'Tüüp', 'Tüüp', 105),
(472, 'clear', 0, 'puhasta', 'puhasta', 106),
(473, 'close', 0, 'sulge', 'sulge', 106),
(474, 'Daily', 0, 'Päeva kaupa', 'Päeva kaupa', 106),
(475, 'Date', 0, 'Kuupäev', 'Kuupäev', 106),
(476, 'Day', 0, 'Päev', 'Päev', 106),
(477, 'Hour', 0, 'Tund', 'Tund', 106),
(478, 'Hourly', 0, 'Tunni kaupa', 'Tunni kaupa', 106),
(479, 'Month', 0, 'Kuu', 'Kuu', 106),
(480, 'month1', 0, 'jaanuar', 'jaanuar', 106),
(481, 'month10', 0, 'oktoober', 'oktoober', 106),
(482, 'month11', 0, 'november', 'november', 106),
(483, 'month12', 0, 'detsember', 'detsember', 106),
(484, 'month2', 0, 'veebruar', 'veebruar', 106),
(485, 'month3', 0, 'märts', 'märts', 106),
(486, 'month4', 0, 'aprill', 'aprill', 106),
(487, 'month5', 0, 'mai', 'mai', 106),
(488, 'month6', 0, 'juuni', 'juuni', 106),
(489, 'month7', 0, 'juuli', 'juuli', 106),
(490, 'month8', 0, 'august', 'august', 106),
(491, 'month9', 0, 'september', 'september', 106),
(492, 'Monthly', 0, 'Igakuiselt', 'Igakuiselt', 106),
(493, 'next', 0, '»', '»', 106),
(494, 'previous', 0, '«', '«', 106),
(495, 'today', 0, 'täna', 'täna', 106),
(496, 'week', 0, 'nädal', 'nädal', 106),
(497, 'weekday1', 0, 'E', 'E', 106),
(498, 'weekday1_long', 0, 'esmaspäev', 'esmaspäev', 106),
(499, 'weekday2', 0, 'T', 'T', 106),
(500, 'weekday2_long', 0, 'teisipäev', 'teisipäev', 106),
(501, 'weekday3', 0, 'K', 'K', 106),
(502, 'weekday3_long', 0, 'kolmapäev', 'kolmapäev', 106),
(503, 'weekday4', 0, 'N', 'N', 106),
(504, 'weekday4_long', 0, 'neljapäev', 'neljapäev', 106),
(505, 'weekday5', 0, 'R', 'R', 106),
(506, 'weekday5_long', 0, 'reede', 'reede', 106),
(507, 'weekday6', 0, 'L', 'L', 106),
(508, 'weekday6_long', 0, 'laupäev', 'laupäev', 106),
(509, 'weekday7', 0, 'P', 'P', 106),
(510, 'weekday7_long', 0, 'pühapäev', 'pühapäev', 106),
(511, 'Weekly', 0, 'Igal nädal', 'Igal nädal', 106),
(512, 'whole month', 0, 'kogu kuu', 'kogu kuu', 106),
(513, 'whole_day', 0, 'Kogu päev', 'Kogu päev', 106),
(514, 'Year', 0, 'Aasta', 'Aasta', 106),
(515, 'yearly', 0, 'Iga aasta', 'Iga aasta', 106),
(516, 'Ei sisalda sonu', 0, 'Ei sisalda sõnu', 'Ei sisalda sõnu', 107),
(517, 'Eile', 0, 'Eile', 'Eile', 107),
(518, 'Koiki sonu', 0, 'Kõiki sõnu', 'Kõiki sõnu', 107),
(519, 'Lipik Album', 0, 'Galeriid', 'Galeriid', 107),
(520, 'Lipik Artikkel', 0, 'Artiklid', 'Artiklid', 107),
(521, 'Lipik Asset', 0, 'Muud', 'Muud', 107),
(522, 'Lipik Dokument', 0, 'Dokumendid', 'Dokumendid', 107),
(523, 'Lipik Event', 0, 'Sündmused', 'Sündmused', 107),
(524, 'Lipik Kommentaar', 0, 'Kommentaarid', 'Kommentaarid', 107),
(525, 'Lipik Link', 0, 'Lingid', 'Lingid', 107),
(526, 'Lipik Pilt', 0, 'Pildid', 'Pildid', 107),
(527, 'Lipik product_category', 0, 'Tooted', 'Tooted', 107),
(528, 'Lipik Rubriik', 0, 'Rubriigid', 'Rubriigid', 107),
(529, 'Lipik Valine link', 0, 'Lingid', 'Lingid', 107),
(530, 'Millal iganes', 0, 'Millal iganes', 'Millal iganes', 107),
(531, 'Otsi', 0, 'Otsi', 'Otsi', 107),
(532, 'Otsingutulemused', 0, 'Otsingutulemused', 'Otsingutulemused', 107),
(533, 'Otsi_rubriigist', 0, 'Otsi rubriigist', 'Otsi rubriigist', 107),
(534, 'Pealkirja jargi', 0, 'Pealkirja järgi', 'Pealkirja järgi', 107),
(535, 'Search subtree', 0, 'Otsi alampuust', 'Otsi alampuust', 107),
(536, 'Search_category', 0, 'Otsi kategooriast', 'Otsi kategooriast', 107),
(537, 'search_unused_files', 0, 'Artiklites viitamata failid', 'Artiklites viitamata failid', 107),
(538, 'Sorteeri', 0, 'Sorteeri', 'Sorteeri', 107),
(539, 'Tappisotsing', 0, 'Täppisotsing', 'Täppisotsing', 107),
(540, 'Tapset fraasi', 0, 'Täpset fraasi', 'Täpset fraasi', 107),
(541, 'Tulemusi', 0, 'Tulemusi', 'Tulemusi', 107),
(542, 'Uuemad enne', 0, 'Uuemad enne', 'Uuemad enne', 107),
(543, 'Viimane 1 kuu', 0, 'Viimane 1 kuu', 'Viimane 1 kuu', 107),
(544, 'Viimane aasta', 0, 'Viimane aasta', 'Viimane aasta', 107),
(545, 'Viimane nadal', 0, 'Viimane nädal', 'Viimane nädal', 107),
(546, 'Viimased 3 kuud', 0, 'Viimased 3 kuud', 'Viimased 3 kuud', 107),
(547, 'Viimased 6 kuud', 0, 'Viimased 6 kuud', 'Viimased 6 kuud', 107),
(548, 'Viimati muudetud', 0, 'Viimati muudetud', 'Viimati muudetud', 107),
(549, 'Votmesona', 0, 'Võtmesõna', 'Võtmesõna', 107),
(550, 'yhte sonadest', 0, 'Ühte sõnadest', 'Ühte sõnadest', 107),
(551, 'Add', 0, 'Lisa', 'Lisa', 108),
(552, 'Arhiiv', 0, 'Arhiiv', 'Arhiiv', 108),
(553, 'Artiklil on', 0, 'Sellel artiklil on', 'Sellel artiklil on', 108),
(554, 'Comments: Login required', 0, 'Kommenteerimiseks pead sisse logima', 'Kommenteerimiseks pead sisse logima', 108),
(555, 'Forum alert: Enter your name!', 0, 'Täitke oma nimi!', 'Täitke oma nimi!', 108),
(556, 'Forum alert: Please fill in the message body!', 0, 'Täitke tekst!', 'Täitke tekst!', 108),
(557, 'Forum alert: Please fill in the subject!', 0, 'Täitke pealkiri!', 'Täitke pealkiri!', 108),
(558, 'Gallup', 0, 'Gallup', 'Gallup', 108),
(559, 'Gallup Arhiiv', 0, 'Arhiiv', 'Arhiiv', 108),
(560, 'haaleta', 0, 'Hääleta', 'Hääleta', 108),
(561, 'Kaart', 0, 'Sisukaart', 'Sisukaart', 108),
(562, 'Kommentaarid', 0, 'Kommentaarid', 'Kommentaarid', 108),
(563, 'Lehekulg', 0, 'Lehekülg', 'Lehekülg', 108),
(564, 'Loe edasi', 0, 'Loe veel', 'Loe veel', 108),
(565, 'Login', 0, 'Login', 'Login', 108),
(566, 'Logout', 0, 'Logi välja', 'Logi välja', 108),
(567, 'navbar', 0, 'asud siin:', 'asud siin:', 108),
(568, 'next', 0, 'järgmised', 'järgmised', 108),
(569, 'or', 0, 'või', 'või', 108),
(570, 'Otsing', 0, 'Otsing', 'Otsing', 108),
(571, 'Pildil_on', 0, 'Sellel pildil on', 'Sellel pildil on', 108),
(572, 'poll_results', 0, 'Tulemused', 'Tulemused', 108),
(573, 'poll_voters', 0, 'Hääletajad', 'Hääletajad', 108),
(574, 'previous', 0, 'eelmised', 'eelmised', 108),
(575, 'Print', 0, 'Print', 'Print', 108),
(576, 'Profile', 0, 'Profile', 'Profile', 108),
(577, 'Registreerimisvorm', 0, 'Registreerimisvorm', 'Registreerimisvorm', 108),
(578, 'SSO turned off', 0, 'SSO moodul on välja lülitatud.', 'SSO moodul on välja lülitatud.', 108),
(579, 'Tagasi', 0, 'Tagasi', 'Tagasi', 108),
(580, 'Tagasi artikli juurde', 0, 'Tagasi artikli juurde', 'Tagasi artikli juurde', 108),
(581, 'Taitke nimi', 0, 'Sisestage oma nimi!', 'Sisestage oma nimi!', 108),
(582, 'Taitke tekst', 0, 'Sisestage tekst!', 'Sisestage tekst!', 108),
(583, 'Tappisotsing', 0, 'Täppisotsing', 'Täppisotsing', 108),
(584, 'Unustatud parooli saatmine', 0, 'Unustatud parooli saatmine', 'Unustatud parooli saatmine', 108),
(585, 'Vaata lisaks', 0, 'Vaata lisaks', 'Vaata lisaks', 108),
(586, 'Vasta', 0, 'Vasta', 'Vasta', 108),
(587, 'vastajaid', 0, 'Vastajaid', 'Vastajaid', 108),
(588, 'Viga', 0, 'Viga', 'Viga', 108),
(589, 'Account', 0, 'Ligipääs', 'Ligipääs', 109),
(590, 'Account_nr', 0, 'Kontonumber', 'Kontonumber', 109),
(591, 'Additional info', 0, 'Lisainfo', 'Lisainfo', 109),
(592, 'Aeg', 0, 'Aeg', 'Aeg', 109),
(593, 'Allow autologin from IP', 0, 'Logi sisse kui IP aadress on', 'Logi sisse kui IP aadress on', 109),
(594, 'Applications login info', 0, 'Rakendused', 'Rakendused', 109),
(595, 'auth_type', 0, 'Autentimine', 'Autentimine', 109),
(596, 'Autologin_ip', 0, 'Autologin IP', 'Autologin IP', 109),
(597, 'City', 0, 'Linn', 'Linn', 109),
(598, 'Contactperson', 0, 'Kontaktisik', 'Kontaktisik', 109),
(599, 'Contact_phone', 0, 'Telefon', 'Telefon', 109),
(600, 'Country', 0, 'Riik', 'Riik', 109),
(601, 'Delivery_address', 0, 'Tarneaadress', 'Tarneaadress', 109),
(602, 'Delivery_city', 0, 'Linn', 'Linn', 109),
(603, 'Delivery_country', 0, 'Riik', 'Riik', 109),
(604, 'Delivery_zip', 0, 'Indeks', 'Indeks', 109),
(605, 'Eesnimi', 0, 'Eesnimi', 'Eesnimi', 109),
(606, 'Email', 0, 'E-post', 'E-post', 109),
(607, 'Email already exists', 0, 'Selline e-maili aadress on juba olemas', 'Selline e-maili aadress on juba olemas', 109),
(608, 'email not found', 0, 'E-posti aadressi ei leitud', 'E-posti aadressi ei leitud', 109),
(609, 'field required', 0, 'Palun täida väli', 'Palun täida väli', 109),
(610, 'forgotten password: mail body', 0, 'Parooli saab vahetada oma kasutajaprofiilis pärast esimest edukat sisselogimist veebisaidis.', 'Parooli saab vahetada oma kasutajaprofiilis pärast esimest edukat sisselogimist veebisaidis.', 109),
(611, 'fullname', 0, 'Nimi', 'Nimi', 109),
(612, 'Group', 0, 'Grupp', 'Grupp', 109),
(613, 'Groups', 0, 'Grupid', 'Grupid', 109),
(614, 'isikukood', 0, 'Isikukood', 'Isikukood', 109),
(615, 'Kasutaja_id', 0, 'Kasutaja ID', 'Kasutaja ID', 109),
(616, 'Last_access_time', 0, 'Viimane login', 'Viimane login', 109),
(617, 'Last_ip', 0, 'Viimane IP', 'Viimane IP', 109),
(618, 'Lock', 0, 'Lukusta', 'Lukusta', 109),
(619, 'Logi valja', 0, 'Logi välja', 'Logi välja', 109),
(620, 'Login', 0, 'Kasutajanimi', 'Kasutajanimi', 109),
(621, 'mailinglists', 0, 'Uudiste teemad', 'Uudiste teemad', 109),
(622, 'Mailinglists: e-mail subject', 0, '[Website name] uudised', '[Website name] uudised', 109),
(623, 'Main info', 0, 'Põhiandmed', 'Põhiandmed', 109),
(624, 'Muuda oma andmeid', 0, 'Muuda oma andmeid', 'Muuda oma andmeid', 109),
(625, 'new_user_registered', 0, 'Uus kasutaja registreeritud!', 'Uus kasutaja registreeritud!', 109),
(626, 'nupp login', 0, 'Edasi', 'Edasi', 109),
(627, 'only for reg users', 0, 'Ainult registreeritud kasutajatele', 'Ainult registreeritud kasutajatele', 109),
(628, 'On_lukus', 0, 'On lukus', 'On lukus', 109),
(629, 'Parent group', 0, 'Kuulub gruppi', 'Kuulub gruppi', 109),
(630, 'Password', 0, 'Parool', 'Parool', 109),
(631, 'password confirmation', 0, 'Parool uuesti', 'Parool uuesti', 109),
(632, 'Password expired message', 0, 'Sinu parool on aegunud, sisesta uus parool.', 'Sinu parool on aegunud, sisesta uus parool.', 109),
(633, 'Password expires', 0, 'Parool kehtib kuni', 'Parool kehtib kuni', 109),
(634, 'Pass_expires', 0, 'Parool aegub', 'Parool aegub', 109),
(635, 'pass_not_strong', 0, 'Parool peab olema vähemalt 8 märki pikk ja sisaldama nii suur kui väike tähti', 'Parool peab olema vähemalt 8 märki pikk ja sisaldama nii suur kui väike tähti', 109),
(636, 'Perekonnanimi', 0, 'Perekonnanimi', 'Perekonnanimi', 109),
(637, 'postalcode', 0, 'Postiindeks', 'Postiindeks', 109),
(638, 'postiaadress', 0, 'Postiaadress', 'Postiaadress', 109),
(639, 'Profile', 0, 'Profile', 'Profile', 109),
(640, 'Reference_nr', 0, 'Viitenumber', 'Viitenumber', 109),
(641, 'Registeeru', 0, 'Registreeru', 'Registreeru', 109),
(642, 'Role', 0, 'Roll', 'Roll', 109),
(643, 'Roles', 0, 'Rollid', 'Rollid', 109),
(644, 'Saada', 0, 'Saada', 'Saada', 109),
(645, 'Session_id', 0, 'Session_id', 'Session_id', 109),
(646, 'Superuser', 0, 'Superuser', 'Superuser', 109),
(647, 'telefon', 0, 'Telefon', 'Telefon', 109),
(648, 'tere', 0, 'Kasutaja', 'Kasutaja', 109),
(649, 'This IP is already in use for user: [user]', 0, 'See IP aadress on juba registreeritud kasutajale: [user]', 'See IP aadress on juba registreeritud kasutajale: [user]', 109),
(650, 'Tyhista', 0, 'Tühista', 'Tühista', 109),
(651, 'Unlock', 0, 'Ava', 'Ava', 109),
(652, 'Unustasid parooli', 0, 'Unustasid parooli?', 'Unustasid parooli?', 109),
(653, 'unustatud parool: subject', 0, 'Parooli meeldetuletus', 'Parooli meeldetuletus', 109),
(654, 'User', 0, 'Inimene', 'Inimene', 109),
(655, 'user exists', 0, 'Selline kasutajanimi on juba olemas', 'Selline kasutajanimi on juba olemas', 109),
(656, 'user_details', 0, '-Kasutaja info-', '-Kasutaja info-', 109),
(657, 'user_registered', 0, 'Kasutaja [user] registreeris end veebisaidis', 'Kasutaja [user] registreeris end veebisaidis', 109),
(658, 'wrong confirmation', 0, 'Paroolid ei ole identsed', 'Paroolid ei ole identsed', 109),
(659, 'wrong email format', 0, 'Vale e-posti aadressi formaat!', 'Vale e-posti aadressi formaat!', 109),
(660, 'about', 0, 'Info', 'Info', 110),
(661, 'Actions', 0, 'Tegevused', 'Tegevused', 110),
(662, 'Active', 0, 'Aktiivne', 'Aktiivne', 110),
(663, 'Active Directory', 0, 'Active Directory', 'Active Directory', 110),
(664, 'Additional fields', 0, 'Lisaväljad', 'Lisaväljad', 110),
(665, 'add_translation', 0, 'Lisa tõlge', 'Lisa tõlge', 110),
(666, 'Admin login', 0, 'Login', 'Login', 110),
(667, 'admin_manual', 0, 'Administraatori kasutajajuhend', 'Administraatori kasutajajuhend', 110),
(668, 'ADR settings', 0, '', '', 110),
(669, 'aliases', 0, 'Aliased', 'Aliased', 110),
(670, 'another one', 0, '', '', 110),
(671, 'Application name', 0, 'Rakendus', 'Rakendus', 110),
(672, 'Are you sure?', 0, 'Oled kindel?', 'Oled kindel?', 110),
(673, 'attachment', 0, 'Manus', 'Manus', 110),
(674, 'at_least_one_translation_required', 0, 'Vähemalt üks tõlge on kohustuslik', 'Vähemalt üks tõlge on kohustuslik', 110),
(675, 'auto-jump', 0, 'Auto-jump', 'Auto-jump', 110),
(676, 'Banner manager', 0, '', '', 110),
(677, 'Based on cookies', 0, 'Cookie-põhine', 'Cookie-põhine', 110),
(678, 'Based on IP address', 0, 'IP-põhine', 'IP-põhine', 110),
(679, 'Based on User id', 0, 'Kasutaja ID põhine', 'Kasutaja ID põhine', 110),
(680, 'Built-in templates', 0, 'Sisse-ehitatud mallid (v3 ühilduvus)', 'Sisse-ehitatud mallid (v3 ühilduvus)', 110),
(681, 'by_default_templates_replaced_in_all_languages', 0, 'See komplekt malle omistatakse kõigile saidi keeltele', 'See komplekt malle omistatakse kõigile saidi keeltele', 110),
(682, 'cache', 0, 'Jõudlus', 'Jõudlus', 110),
(683, 'cancel', 0, 'Tühista', 'Tühista', 110),
(684, 'Change password', 0, 'Nõua järgmisel sisselogimisel paroolivahetust', 'Nõua järgmisel sisselogimisel paroolivahetust', 110),
(685, 'Children count', 0, 'Alluvate arv', 'Alluvate arv', 110),
(686, 'class', 0, 'Klass', 'Klass', 110),
(687, 'Configuration', 0, 'Konfiguratsioon', 'Konfiguratsioon', 110),
(688, 'Content Aging', 0, '', '', 110),
(689, 'Content templates', 0, 'Sisumallid', 'Sisumallid', 110),
(690, 'content_editing', 0, 'Sisu toimetamine', 'Sisu toimetamine', 110),
(691, 'counter', 0, 'Loendur', 'Loendur', 110),
(692, 'create_glossary', 0, 'Lisa sõnastik', 'Lisa sõnastik', 110),
(693, 'create_sub_site', 0, 'Loo uus sait', 'Loo uus sait', 110),
(694, 'Custom', 0, 'Eri tüüp', 'Eri tüüp', 110),
(695, 'Custom assets', 0, 'Eriobjektid', 'Eriobjektid', 110),
(696, 'Custom Style Sheet', 0, 'CSS stiilid', 'CSS stiilid', 110),
(697, 'data', 0, 'Andmed', 'Andmed', 110),
(698, 'data_type', 0, 'Andmetüüp', 'Andmetüüp', 110),
(699, 'debugging', 0, 'Debugimine', 'Debugimine', 110),
(700, 'Default', 0, 'Vaikimisi', 'Vaikimisi', 110),
(701, 'default_timezone', 0, 'Vaikimisi ajavöönd', 'Vaikimisi ajavöönd', 110),
(702, 'default_value', 0, 'Vaikeväärtus', 'Vaikeväärtus', 110),
(703, 'Delete old data', 0, 'Kustuta vanad andmed', 'Kustuta vanad andmed', 110),
(704, 'Design', 0, 'Kujundus', 'Kujundus', 110),
(705, 'Directories', 0, 'XML vood', 'XML vood', 110),
(706, 'Dokumendid', 0, 'Dokumendid', 'Dokumendid', 110),
(707, 'E-Commerce', 0, 'E-pood', 'E-pood', 110),
(708, 'editor_manual', 0, 'Toimetaja kasutajajuhend', 'Toimetaja kasutajajuhend', 110),
(709, 'Element_name', 0, 'Elemendi nimi', 'Elemendi nimi', 110),
(710, 'Element_path', 0, 'Elemendi path', 'Elemendi path', 110),
(711, 'Email', 0, 'E-mail', 'E-mail', 110),
(712, 'Empty', 0, 'Tühjenda', 'Tühjenda', 110),
(713, 'Error log', 0, 'Veateadete Logi', 'Veateadete Logi', 110),
(714, 'ERROR: File upload error', 0, 'Viga faili üleslaadimisel!!!', 'Viga faili üleslaadimisel!!!', 110),
(715, 'ERROR: Language-file corrupted', 0, 'Vales formaadis keelefail!', 'Vales formaadis keelefail!', 110),
(716, 'ERROR: There is invalid language in lang-file', 0, 'VIGA: keelefailis olev keel ei kattu siin lehel valitud keelega!', 'VIGA: keelefailis olev keel ei kattu siin lehel valitud keelega!', 110),
(717, 'error_notifications', 0, 'Vigade teavitused', 'Vigade teavitused', 110),
(718, 'estcard_payment', 0, 'Krediitkaardid (ESTCARD)', 'Krediitkaardid (ESTCARD)', 110),
(719, 'explorer', 0, 'Saidi Sirvija', 'Saidi Sirvija', 110),
(720, 'Export', 0, 'Eksport', 'Eksport', 110),
(721, 'export_glossary', 0, 'Ekspordi sõnastik', 'Ekspordi sõnastik', 110),
(722, 'Extensions', 0, 'Tarkvara laiendused', 'Tarkvara laiendused', 110),
(723, 'extension_upload', 0, 'Tarkvara laienduse üleslaadimine', 'Tarkvara laienduse üleslaadimine', 110),
(724, 'extension_upload_error', 0, 'Viga tarkvara laienduse üleslaadimisel', 'Viga tarkvara laienduse üleslaadimisel', 110),
(725, 'external tables', 0, 'Välised tabelid', 'Välised tabelid', 110),
(726, 'e_payment', 0, 'Pangamaksed', 'Pangamaksed', 110),
(727, 'favorites', 0, 'Lemmikud', 'Lemmikud', 110),
(728, 'feedbackforms_properties', 0, 'Tagasisidevormid', 'Tagasisidevormid', 110),
(729, 'feedback_forms', 0, 'Tagasisidevormid', 'Tagasisidevormid', 110),
(730, 'feedback_from_email', 0, 'Kellelt', 'Kellelt', 110),
(731, 'feedback_type_bug', 0, 'Viga', 'Viga', 110),
(732, 'feedback_type_feature', 0, 'Puuduv funktsionaalsus', 'Puuduv funktsionaalsus', 110),
(733, 'feedback_type_other', 0, 'Muu', 'Muu', 110),
(734, 'Fields', 0, 'Väljad', 'Väljad', 110),
(735, 'file manager', 0, 'Failiarhiiv', 'Failiarhiiv', 110),
(736, 'filemanager', 0, 'Failid', 'Failid', 110),
(737, 'files', 0, 'Failid', 'Failid', 110),
(738, 'file_dir', 0, 'Fail või kataloog', 'Fail või kataloog', 110),
(739, 'file_list', 0, 'Nimekiri', 'Nimekiri', 110),
(740, 'folders', 0, 'Kaustad', 'Kaustad', 110),
(741, 'footer', 0, 'Jalus', 'Jalus', 110),
(742, 'Form', 0, 'Vorm', 'Vorm', 110),
(743, 'form_messages', 0, 'Tagasiside vormi teated', 'Tagasiside vormi teated', 110),
(744, 'forums_and_comments', 0, 'Kommentaarid ja foorumi postitused', 'Kommentaarid ja foorumi postitused', 110),
(745, 'found', 0, 'Leiti', 'Leiti', 110),
(746, 'from_email', 0, 'Kellelt', 'Kellelt', 110),
(747, 'gallery', 0, 'Galerii', 'Galerii', 110),
(748, 'Gallup', 0, 'Gallup', 'Gallup', 110),
(749, 'Get values from', 0, 'Võta väärtused', 'Võta väärtused', 110),
(750, 'Glossary export', 0, 'Sõnastiku eksport', 'Sõnastiku eksport', 110),
(751, 'Glossary import', 0, 'Sõnastiku import', 'Sõnastiku import', 110),
(752, 'glossary_changed', 0, 'sõnastik muudetud', 'sõnastik muudetud', 110),
(753, 'glossary_created', 0, 'sõnastik loodud', 'sõnastik loodud', 110),
(754, 'glossary_delete', 0, 'Kustuta sõnastik', 'Kustuta sõnastik', 110),
(755, 'glossary_delete_confirm', 0, 'Oled kindel, et soovid kustutada sõnastikku', 'Oled kindel, et soovid kustutada sõnastikku', 110),
(756, 'glossary_edit', 0, 'Muuda sõnastikku', 'Muuda sõnastikku', 110),
(757, 'glossary_exists', 0, 'Sõnastik on juba olemas', 'Sõnastik on juba olemas', 110),
(758, 'glossary_is_used_by', 0, 'sõnastik on kasutusel', 'sõnastik on kasutusel', 110),
(759, 'glossary_name_and_encoding_required', 0, 'Sõnastiku nimi ja kodeering on kohustuslikud', 'Sõnastiku nimi ja kodeering on kohustuslikud', 110),
(760, 'glossary_removed', 0, 'sõnastik eemaldatud', 'sõnastik eemaldatud', 110),
(761, 'glossary_translation_deleted', 0, 'Tõlge kustutatud', 'Tõlge kustutatud', 110),
(762, 'glossary_translation_delete_confirm', 0, 'Oled kindel, et soovid kustutada tõlget', 'Oled kindel, et soovid kustutada tõlget', 110),
(763, 'glossary_translation_exists', 0, 'Tõlge on juba olemas', 'Tõlge on juba olemas', 110),
(764, 'hanza_payment', 0, 'Hansapank', 'Hansapank', 110),
(765, 'help', 0, 'Abi', 'Abi', 110),
(766, 'help_topics', 0, 'Abi teemad', 'Abi teemad', 110),
(767, 'Hidden', 0, 'Peidetud', 'Peidetud', 110),
(768, 'html_format', 0, 'HTML', 'HTML', 110),
(769, 'Image manipulation', 0, 'Piltide haldus', 'Piltide haldus', 110),
(770, 'image_resizing', 0, 'Pildi suuruse muutmine', 'Pildi suuruse muutmine', 110),
(771, 'Import', 0, 'Import', 'Import', 110),
(772, 'import_glossary', 0, 'Impordi sõnastik', 'Impordi sõnastik', 110),
(773, 'input_type', 0, 'Väljatüüp', 'Väljatüüp', 110),
(774, 'Integration', 0, 'Integratsioon', 'Integratsioon', 110),
(775, 'IP filter', 0, 'IP filter', 'IP filter', 110),
(776, 'IP Filter: Kasutusel avalikus veebis', 0, 'Kasutusel avalikus veebis', 'Kasutusel avalikus veebis', 110),
(777, 'IP filter: Kasutusel toimetaja keskkonnas', 0, 'Kasutusel toimetaja keskkonnas', 'Kasutusel toimetaja keskkonnas', 110),
(778, 'IP Filter: Keela koik, valja arvatud', 0, 'Keela kõik, välja arvatud', 'Keela kõik, välja arvatud', 110),
(779, 'IP Filter: Luba autoriseeritud kasutajaid', 0, 'Luba autoriseeritud kasutajaid', 'Luba autoriseeritud kasutajaid', 110),
(780, 'IP Filter: Luba koik, valja arvatud', 0, 'Luba kõik, välja arvatud', 'Luba kõik, välja arvatud', 110),
(781, 'krep_payment', 0, 'Eesti Krediidipank', 'Eesti Krediidipank', 110),
(782, 'Lang-file import finished successfully', 0, 'Keelefaili sisu imporditud sõnastikku', 'Keelefaili sisu imporditud sõnastikku', 110),
(783, 'Language', 0, 'Keel', 'Keel', 110),
(784, 'Language file', 0, 'Keelte fail', 'Keelte fail', 110),
(785, 'Languages', 0, 'Saidid', 'Saidid', 110),
(786, 'LDAP', 0, 'LDAP', 'LDAP', 110),
(787, 'LDAP_Andmeseosed', 0, 'Andmeseosed', 'Andmeseosed', 110),
(788, 'LDAP_elements', 0, 'LDAP element', 'LDAP element', 110),
(789, 'LDAP_Server_config', 0, 'LDAP serveri konfiguratsioon', 'LDAP serveri konfiguratsioon', 110),
(790, 'License', 0, 'Litsents', 'Litsents', 110),
(791, 'Link verifier', 0, 'Lingikontroll', 'Lingikontroll', 110),
(792, 'List', 0, 'Nimekiri', 'Nimekiri', 110),
(793, 'Locale', 0, 'Locale', 'Locale', 110),
(794, 'Log', 0, 'Veebisaidi Logi', 'Veebisaidi Logi', 110),
(795, 'logging', 0, 'Logid', 'Logid', 110),
(796, 'Login', 0, 'Logi sisse', 'Logi sisse', 110),
(797, 'Login URL', 0, 'Login URL', 'Login URL', 110),
(798, 'mailinglist_format', 0, 'Mailinglisti formaat', 'Mailinglisti formaat', 110),
(799, 'mailing_list', 0, 'Mailinglist', 'Mailinglist', 110),
(800, 'mails_has_been_sent', 0, 'kirjad on saadetud!', 'kirjad on saadetud!', 110),
(801, 'mail_has_been_sent', 0, 'kiri on saadetud!', 'kiri on saadetud!', 110),
(802, 'main_sections', 0, 'Põhirubriigid', 'Põhirubriigid', 110),
(803, 'Mapped sections', 0, 'Seotud rubriigid', 'Seotud rubriigid', 110),
(804, 'Mapping', 0, 'XML andmeseosed', 'XML andmeseosed', 110),
(805, 'map_to', 0, 'Väli CMSi andmebaasis', 'Väli CMSi andmebaasis', 110),
(806, 'Master_templates', 0, 'Põhimallid', 'Põhimallid', 110),
(807, 'Maximum logins error', 0, 'You have exceeded the maximum number of login attempts. You will have to wait for [minutes] minutes before you can attempt to login again.', 'You have exceeded the maximum number of login attempts. You will have to wait for [minutes] minutes before you can attempt to login again.', 110);
INSERT INTO `sys_sonad` VALUES
(808, 'meta-info', 0, 'Metainfo', 'Metainfo', 110),
(809, 'missing', 0, 'puudub', 'puudub', 110),
(810, 'move_files', 0, 'Liiguta', 'Liiguta', 110),
(811, 'msg: Language file uploaded', 0, 'Keelefail üleslaaditud', 'Keelefail üleslaaditud', 110),
(812, 'my_account', 0, 'Minu konto', 'Minu konto', 110),
(813, 'name', 0, 'Nimi', 'Nimi', 110),
(814, 'nordea_payment', 0, 'Nordea Pank', 'Nordea Pank', 110),
(815, 'NTLM', 0, 'NTLM', 'NTLM', 110),
(816, 'Nupp: Edasi', 0, 'Edasi', 'Edasi', 110),
(817, 'Nupp: Request downloading from supplier', 0, 'Laadi alla Sauruse kodulehelt', 'Laadi alla Sauruse kodulehelt', 110),
(818, 'object_templates', 0, 'Objekti mallid', 'Objekti mallid', 110),
(819, 'oi_format', 0, 'Formaat', 'Formaat', 110),
(820, 'ok', 0, 'OK', 'OK', 110),
(821, 'Orders', 0, 'Tellimused', 'Tellimused', 110),
(822, 'Organization', 0, 'Organisatsioon', 'Organisatsioon', 110),
(823, 'Original string', 0, 'Tõlge tootes', 'Tõlge tootes', 110),
(824, 'overview', 0, 'Ãœlevaade', 'Ãœlevaade', 110),
(825, 'overwrite', 0, 'Asenda olemasolevad andmed', 'Asenda olemasolevad andmed', 110),
(826, 'Overwrite custom translations', 0, 'Kirjuta üle muudetud tõlked', 'Kirjuta üle muudetud tõlked', 110),
(827, 'overwrite_file', 0, 'Kas oled kindel, et soovid olemasoleva faili uuega asendada?', 'Kas oled kindel, et soovid olemasoleva faili uuega asendada?', 110),
(828, 'Page templates', 0, 'Lehemallid', 'Lehemallid', 110),
(829, 'page_end_html', 0, 'Google Analytics JavaScript', 'Google Analytics JavaScript', 110),
(830, 'Passwd fieldname', 0, 'Parooli väljanimi', 'Parooli väljanimi', 110),
(831, 'Password', 0, 'Parool', 'Parool', 110),
(832, 'People', 0, 'Inimesed', 'Inimesed', 110),
(833, 'Permissions', 0, 'Õigused', 'Õigused', 110),
(834, 'plain_text', 0, 'Tavaline tekst', 'Tavaline tekst', 110),
(835, 'please_fill_in_the_title!', 0, 'Palun täida pealkiri!', 'Palun täida pealkiri!', 110),
(836, 'presentation', 0, 'Presentatsioon', 'Presentatsioon', 110),
(837, 'Privileegid', 0, 'Privileegid', 'Privileegid', 110),
(838, 'products', 0, 'Tooted', 'Tooted', 110),
(839, 'product_category', 0, 'Kategooria', 'Kategooria', 110),
(840, 'product_manufacturer', 0, 'Tootja', 'Tootja', 110),
(841, 'product_profiles', 0, 'Toote profiilid', 'Toote profiilid', 110),
(842, 'profile definition', 0, 'Määrangud', 'Määrangud', 110),
(843, 'Profiles', 0, 'Profiilid', 'Profiilid', 110),
(844, 'profile_data', 0, 'Andmed', 'Andmed', 110),
(845, 'Properties', 0, 'Määrangud', 'Määrangud', 110),
(846, 'protocol', 0, 'Protokoll', 'Protokoll', 110),
(847, 'proxy', 0, 'Välisühenduse proxy', 'Välisühenduse proxy', 110),
(848, 'Recievers', 0, 'Saajad', 'Saajad', 110),
(849, 'Recycle Bin is empty', 0, 'Prügikast on tühi', 'Prügikast on tühi', 110),
(850, 'recycle_bin', 0, 'Prügikast', 'Prügikast', 110),
(851, 'Refresh', 0, 'Uuenda', 'Uuenda', 110),
(852, 'replication', 0, 'Replikatsioon', 'Replikatsioon', 110),
(853, 'Report a bug', 0, 'Teavita veast', 'Teavita veast', 110),
(854, 'Request method', 0, 'Päringu meetod', 'Päringu meetod', 110),
(855, 'reset', 0, 'Puhasta', 'Puhasta', 110),
(856, 'Resources', 0, 'Ressursid', 'Ressursid', 110),
(857, 'Return_fields', 0, 'Tagastatav info', 'Tagastatav info', 110),
(858, 'Rubriigi alampuu', 0, 'Rubriigi alampuu', 'Rubriigi alampuu', 110),
(859, 'Salasonad ei ole uhesugused', 0, 'Salasõnad ei ole ühesugused', 'Salasõnad ei ole ühesugused', 110),
(860, 'Sample adminpage', 0, 'Näidis adminleht', 'Näidis adminleht', 110),
(861, 'sampo_payment', 0, 'Sampo Pank', 'Sampo Pank', 110),
(862, 'saurus_cms_homepage', 0, 'Saurus CMS kodulehekülg', 'Saurus CMS kodulehekülg', 110),
(863, 'save', 0, 'Salvesta', 'Salvesta', 110),
(864, 'scope', 0, 'Ulatus', 'Ulatus', 110),
(865, 'search & replace', 0, 'Otsi ja asenda', 'Otsi ja asenda', 110),
(866, 'second one', 0, '', '', 110),
(867, 'Send your feedback', 0, 'Saada teade', 'Saada teade', 110),
(868, 'session_and_timeouts', 0, 'Sessioon ja limiidid', 'Sessioon ja limiidid', 110),
(869, 'shop_cart', 0, 'Ostukorv', 'Ostukorv', 110),
(870, 'Site CSS styles', 0, 'Saidi CSS stiilid', 'Saidi CSS stiilid', 110),
(871, 'sites_delete_confirm', 0, 'Oled kindel, et soovid kustutada saiti', 'Oled kindel, et soovid kustutada saiti', 110),
(872, 'site_changed', 0, 'sait muudetud', 'sait muudetud', 110),
(873, 'site_created', 0, 'sait loodud', 'sait loodud', 110),
(874, 'site_delete', 0, 'Kustuta sait', 'Kustuta sait', 110),
(875, 'site_deleted', 0, 'sait kustutatud', 'sait kustutatud', 110),
(876, 'site_design', 0, 'Saidi kujundus', 'Saidi kujundus', 110),
(877, 'site_extension_must_be_unique', 0, 'Lühend peab olema unikaalne', 'Lühend peab olema unikaalne', 110),
(878, 'site_name', 0, 'Saidi nimi', 'Saidi nimi', 110),
(879, 'site_name_extension_encoding_glossary_required', 0, 'Nimi, lühend, kodeering ja sõnastik on kohustuslikud', 'Nimi, lühend, kodeering ja sõnastik on kohustuslikud', 110),
(880, 'site_objects_will_be_deleted', 0, 'objekti kustutatakse jäädavalt', 'objekti kustutatakse jäädavalt', 110),
(881, 'Site_properties', 0, 'Saidi määrangud', 'Saidi määrangud', 110),
(882, 'Site_styles', 0, 'Saidi stiilid', 'Saidi stiilid', 110),
(883, 'slogan', 0, 'Slogan', 'Slogan', 110),
(884, 'Spam', 0, 'Spam', 'Spam', 110),
(885, 'sso_applications', 0, 'SSO rakendused', 'SSO rakendused', 110),
(886, 'Status', 0, 'Staatus', 'Staatus', 110),
(887, 'Styles', 0, 'Stiilid', 'Stiilid', 110),
(888, 'subject_line', 0, 'Pealkiri', 'Pealkiri', 110),
(889, 'System', 0, 'Süsteem', 'Süsteem', 110),
(890, 'system info', 0, 'Süsteemiinfo', 'Süsteemiinfo', 110),
(891, 'System_articles', 0, 'Saidi seaded', 'Saidi seaded', 110),
(892, 'system_messages', 0, 'Süsteemsed teated', 'Süsteemsed teated', 110),
(893, 'Tagasisidevormid', 0, '', '', 110),
(894, 'Target site actions', 0, 'Sihtsaidi tegevused', 'Sihtsaidi tegevused', 110),
(895, 'Templates', 0, 'Mallid', 'Mallid', 110),
(896, 'Test it', 0, 'Testi', 'Testi', 110),
(897, 'Text_styles', 0, 'Fondid', 'Fondid', 110),
(898, 'Thank you for your feedback', 0, 'Teie tagasiside on saadetud, täname', 'Teie tagasiside on saadetud, täname', 110),
(899, 'thumbnail_view', 0, 'Eelvaated', 'Eelvaated', 110),
(900, 'timezone', 0, 'Ajavöönd', 'Ajavöönd', 110),
(901, 'time_interval', 0, 'Aja intervall', 'Aja intervall', 110),
(902, 'Toimetaja keskond IP filter valja lulitatud', 0, 'Sa ei saa lukustada enda IP-aadressi! Filter välja lülitatud.', 'Sa ei saa lukustada enda IP-aadressi! Filter välja lülitatud.', 110),
(903, 'Tolkimine', 0, 'Tõlge', 'Tõlge', 110),
(904, 'tools', 0, 'Tööriistad', 'Tööriistad', 110),
(905, 'total items', 0, 'Kokku', 'Kokku', 110),
(906, 'Translations', 0, 'Sõnastik', 'Sõnastik', 110),
(907, 'translation_word_is_required', 0, 'Süsteemisõna on kohustuslik', 'Süsteemisõna on kohustuslik', 110),
(908, 'Type', 0, 'Tüüp', 'Tüüp', 110),
(909, 'Type your feedback here', 0, 'Tagaside kirjutage siia', 'Tagaside kirjutage siia', 110),
(910, 'Unauthorized access', 0, 'Kasutajanimi või parool vale!', 'Kasutajanimi või parool vale!', 110),
(911, 'upload', 0, 'Lae üles', 'Lae üles', 110),
(912, 'Upload new file', 0, 'Laadi uus fail', 'Laadi uus fail', 110),
(913, 'upos_payment', 0, 'SEB Eesti Ãœhispank', 'SEB Eesti Ãœhispank', 110),
(914, 'User fieldname', 0, 'Kasutajanime väljanimi', 'Kasutajanime väljanimi', 110),
(915, 'Username', 0, 'Kasutajanimi', 'Kasutajanimi', 110),
(916, 'Users', 0, 'Uued kasutajad', 'Uued kasutajad', 110),
(917, 'users_login', 0, 'Sisse logimine', 'Sisse logimine', 110),
(918, 'user_defined_messages', 0, 'Muud artiklid', 'Muud artiklid', 110),
(919, 'Vali', 0, 'Vali', 'Vali', 110),
(920, 'view', 0, 'Vaade', 'Vaade', 110),
(921, 'Visible in section editor', 0, 'Nähtav rubriigi editoris', 'Nähtav rubriigi editoris', 110),
(922, 'warning', 0, 'Hoiatus', 'Hoiatus', 110),
(923, 'website_properties', 0, 'Veebisaidi seadistused', 'Veebisaidi seadistused', 110),
(924, 'when', 0, 'Millal', 'Millal', 110),
(925, 'who', 0, 'Kes', 'Kes', 110),
(926, 'WYSIWYG Fonts', 0, 'Stiilid artiklieditori valiklistis', 'Stiilid artiklieditori valiklistis', 110),
(927, 'WYSIWYG General', 0, 'Ainult artiklieditoris kasutatavad stiilid', 'Ainult artiklieditoris kasutatavad stiilid', 110),
(928, 'XML', 0, 'XML', 'XML', 110),
(929, 'amount', 0, 'Kogus', 'Kogus', 111),
(930, 'cart', 0, 'Ostukorv', 'Ostukorv', 111),
(931, 'cart delete confirmation', 0, 'Kas tahate ostukorvi kustutada?', 'Kas tahate ostukorvi kustutada?', 111),
(932, 'cart_data', 0, 'Ostukorvi sisu', 'Ostukorvi sisu', 111),
(933, 'cart_id', 0, 'Ostukorvi ID', 'Ostukorvi ID', 111),
(934, 'category', 0, 'Kategooria', 'Kategooria', 111),
(935, 'code', 0, 'Kood', 'Kood', 111),
(936, 'description', 0, 'Kirjeldus', 'Kirjeldus', 111),
(937, 'image', 0, 'Suur pilt', 'Suur pilt', 111),
(938, 'manufacturer', 0, 'Tootja', 'Tootja', 111),
(939, 'order', 0, 'Tellimus', 'Tellimus', 111),
(940, 'Order nr', 0, 'Nr', 'Nr', 111),
(941, 'orders', 0, 'Tellimused', 'Tellimused', 111),
(942, 'order_date', 0, 'Kp', 'Kp', 111),
(943, 'payment_status', 0, 'Maksestaatus', 'Maksestaatus', 111),
(944, 'payment_type', 0, 'Makseviis', 'Makseviis', 111),
(945, 'price', 0, 'Hind', 'Hind', 111),
(946, 'Product', 0, 'Toode', 'Toode', 111),
(947, 'status', 0, 'Staatus', 'Staatus', 111),
(948, 'thubmnail', 0, 'Väike pilt', 'Väike pilt', 111),
(949, 'total', 0, 'Summa', 'Summa', 111),
(950, 'transport', 0, 'Transport', 'Transport', 111),
(951, 'user_data', 0, 'Kliendiinfo', 'Kliendiinfo', 111),
(952, 'VAT', 0, 'KM summa', 'KM summa', 111),
(953, 'Clear cache', 0, 'Tühjenda vahemälu', 'Tühjenda vahemälu', 112),
(954, 'add date and time info to filename', 0, 'lisa failinimesse loomise aeg', 'lisa failinimesse loomise aeg', 113),
(955, 'CMS objects from Sections', 0, 'CMS-i objektid rubriikidest', 'CMS-i objektid rubriikidest', 113),
(956, 'Custom SQL', 0, 'Isekoostatud SQL', 'Isekoostatud SQL', 113),
(957, 'Data from DB-table', 0, 'Andmebaasi tabel', 'Andmebaasi tabel', 113),
(958, 'DB field', 0, 'Andmebaasi väli', 'Andmebaasi väli', 113),
(959, 'DB table', 0, 'Andmebaasi tabel', 'Andmebaasi tabel', 113),
(960, 'Delete file after import?', 0, 'Kustuta fail pärast importi', 'Kustuta fail pärast importi', 113),
(961, 'Delete old data', 0, 'Kustuta olemasolevad andmed', 'Kustuta olemasolevad andmed', 113),
(962, 'Delete old data using WHERE SQL', 0, 'Kustuta olemasolevad andmed kasutades WHERE SQL lauset', 'Kustuta olemasolevad andmed kasutades WHERE SQL lauset', 113),
(963, 'Directory', 0, 'XML failide kataloog', 'XML failide kataloog', 113),
(964, 'Error: Broken source data', 0, 'Viga: vigased algandmed', 'Viga: vigased algandmed', 113),
(965, 'Export_email', 0, 'E-mail, kuhu eksportfail saadetakse', 'E-mail, kuhu eksportfail saadetakse', 113),
(966, 'Mapping name', 0, 'Andmeseos', 'Andmeseos', 113),
(967, 'PHP script for data mappings', 0, 'Andmeseoseid määrav PHP skript', 'Andmeseoseid määrav PHP skript', 113),
(968, 'Preserve old data', 0, 'Säilita olemasolevad andmed', 'Säilita olemasolevad andmed', 113),
(969, 'Reverse data', 0, 'Pööra andmete järjekord ümber', 'Pööra andmete järjekord ümber', 113),
(970, 'Run with Cron', 0, 'Käivita ainult cron-tööna', 'Käivita ainult cron-tööna', 113),
(971, 'Run with pageload', 0, 'Käivita saidi vaatamisel iga 1 tunni tagant', 'Käivita saidi vaatamisel iga 1 tunni tagant', 113),
(972, 'Select data source for Export', 0, 'Vali andmed eksportimiseks', 'Vali andmed eksportimiseks', 113),
(973, 'Select data source for Import', 0, 'Vali kuidas määrad impordi andmeseosed', 'Vali kuidas määrad impordi andmeseosed', 113),
(974, 'Source (XML) encoding', 0, 'Lähte (XML) kodeering', 'Lähte (XML) kodeering', 113),
(975, 'Special dataprocessing', 0, 'Andmete eritöötlus', 'Andmete eritöötlus', 113),
(976, 'Starting element', 0, 'Alusta elemendist', 'Alusta elemendist', 113),
(977, 'Target (site) encoding', 0, 'Siht (veebi) kodeering', 'Siht (veebi) kodeering', 113),
(978, 'Update records by unique field', 0, 'Uuenda kirjeid unikaalse välja järgi', 'Uuenda kirjeid unikaalse välja järgi', 113),
(979, 'using CMS', 0, 'kasutades CMS-i', 'kasutades CMS-i', 113),
(980, 'using PHP script', 0, 'kasutades omaenda PHP skripti', 'kasutades omaenda PHP skripti', 113),
(981, 'With special processing', 0, 'Olemasolev andmetöötlus', 'Olemasolev andmetöötlus', 113),
(982, 'XML element', 0, 'XML element', 'XML element', 113),
(983, 'XML name', 0, 'Nimetus', 'Nimetus', 113),
(984, 'XML Result tagname', 0, 'XML-i tsükli elemendi nimi', 'XML-i tsükli elemendi nimi', 113),
(985, 'XML Root Begin', 0, 'XML-i alustav element', 'XML-i alustav element', 113),
(986, 'XML Root End', 0, 'XML-i lõpetav element', 'XML-i lõpetav element', 113),
(987, 'any case', 0, 'Osa sõnast', 'Osa sõnast', 114),
(988, 'Are you sure?', 0, 'Oled kindel?', 'Oled kindel?', 114),
(989, 'Article', 0, 'Artikkel', 'Artikkel', 114),
(990, 'Available', 0, 'Vaba', 'Vaba', 114),
(991, 'button: find', 0, 'Otsi!', 'Otsi!', 114),
(992, 'button: Replace', 0, 'Asenda!', 'Asenda!', 114),
(993, 'Changed', 0, 'Muudetud!', 'Muudetud!', 114),
(994, 'compare', 0, 'võrdle', 'võrdle', 114),
(995, 'Database', 0, 'Andmebaas', 'Andmebaas', 114),
(996, 'Database optimized', 0, 'Andmebaas optimeeritud', 'Andmebaas optimeeritud', 114),
(997, 'Download CSV file', 0, 'Laadi alla CSV fail', 'Laadi alla CSV fail', 114),
(998, 'everythere', 0, 'Kõikjal', 'Kõikjal', 114),
(999, 'Files', 0, 'Failid', 'Failid', 114),
(1000, 'From', 0, 'Alates', 'Alates', 114),
(1001, 'location', 0, 'Asukoht', 'Asukoht', 114),
(1002, 'Modified', 0, 'Muudetud', 'Muudetud', 114),
(1003, 'Modified date', 0, 'Muudetud', 'Muudetud', 114),
(1004, 'NOT FOUND', 0, 'Ei leitud', 'Ei leitud', 114),
(1005, 'optimize database', 0, 'Optimeeri andmebaasi', 'Optimeeri andmebaasi', 114),
(1006, 'Quota for database', 0, 'Andmebaasi limiit', 'Andmebaasi limiit', 114),
(1007, 'Quota for files', 0, 'Failide limiit', 'Failide limiit', 114),
(1008, 'Replace string', 0, 'Asenda', 'Asenda', 114),
(1009, 'Results', 0, 'Tulemused', 'Tulemused', 114),
(1010, 'Search in sections', 0, 'Rubriigid', 'Rubriigid', 114),
(1011, 'Search string', 0, 'Otsi', 'Otsi', 114),
(1012, 'Search type', 0, 'Otsingu tüüp', 'Otsingu tüüp', 114),
(1013, 'Select all', 0, 'Vali kõik', 'Vali kõik', 114),
(1014, 'Show only broken links', 0, 'Näita vaid katkiseid linke', 'Näita vaid katkiseid linke', 114),
(1015, 'Show only published objects', 0, 'Ainult avaldatud objektid', 'Ainult avaldatud objektid', 114),
(1016, 'To', 0, 'kuni', 'kuni', 114),
(1017, 'Total quota', 0, 'Kogulimiit', 'Kogulimiit', 114),
(1018, 'Totally [XXX]([YYY] unique) links or images will be checked', 0, 'Kokku kontrollitakse [XXX] ([YYY] unikaalset) linki või pilti', 'Kokku kontrollitakse [XXX] ([YYY] unikaalset) linki või pilti', 114),
(1019, 'whole word', 0, 'Terve sõna', 'Terve sõna', 114),
(1020, 'Assign to', 0, 'Määra', 'Määra', 115),
(1021, 'completed', 0, 'Lõpetatud', 'Lõpetatud', 115),
(1022, 'Conflicts found!', 0, 'Leiti konflikte!', 'Leiti konflikte!', 115),
(1023, 'daily', 0, 'Päeviti', 'Päeviti', 115),
(1024, 'day', 0, 'päev', 'päev', 115),
(1025, 'end', 0, 'Lõpp', 'Lõpp', 115),
(1026, 'ends_after', 0, 'Lõpeb pärast', 'Lõpeb pärast', 115),
(1027, 'Events', 0, 'Sündmust', 'Sündmust', 115),
(1028, 'every', 0, 'Iga', 'Iga', 115),
(1029, 'hours', 0, 'tundi', 'tundi', 115),
(1030, 'Location', 0, 'Asukoht', 'Asukoht', 115),
(1031, 'month', 0, 'kuu', 'kuu', 115),
(1032, 'Never ends', 0, 'Ei lõpe kunagi', 'Ei lõpe kunagi', 115),
(1033, 'occurs', 0, 'Toimub', 'Toimub', 115),
(1034, 'once', 0, 'Ãœks kord', 'Ãœks kord', 115),
(1035, 'participants', 0, 'Osalejad', 'Osalejad', 115),
(1036, 'Please fill in the end date!', 0, 'Palun täida lõppkuupäev!', 'Palun täida lõppkuupäev!', 115),
(1037, 'private', 0, 'Privaatne', 'Privaatne', 115),
(1038, 'progress', 0, 'Edenemine', 'Edenemine', 115),
(1039, 'Recurrence', 0, 'Kordumine', 'Kordumine', 115),
(1040, 'recurrent', 0, 'Korduv', 'Korduv', 115),
(1041, 'start', 0, 'Algus', 'Algus', 115),
(1042, 'started', 0, 'Alustatud', 'Alustatud', 115),
(1043, 'task_event', 0, 'Sündmus / Töö', 'Sündmus / Töö', 115),
(1044, 'The date has to be in format: dd.mm.yyyy!', 0, 'Kuupäev peab olema kujul: dd.mm.yyyy!', 'Kuupäev peab olema kujul: dd.mm.yyyy!', 115),
(1045, 'time', 0, 'Aeg', 'Aeg', 115),
(1046, 'Total time', 0, 'Koguaeg', 'Koguaeg', 115),
(1047, 'tracking', 0, 'Jälgimine', 'Jälgimine', 115),
(1048, 'workday', 0, 'tööpäev', 'tööpäev', 115),
(1049, 'add_file_favorite', 0, 'Lisa lemmik', 'Lisa lemmik', 116),
(1050, 'add_folder', 0, 'Uus kaust', 'Uus kaust', 116),
(1051, 'add_folder_favorite', 0, 'Lisa lemmik', 'Lisa lemmik', 116),
(1052, 'cancel', 0, 'Tühista', 'Tühista', 116),
(1053, 'cant_delete_folder', 0, 'Ei saa kustutada - kataloog ei ole tühi!', 'Ei saa kustutada - kataloog ei ole tühi!', 116),
(1054, 'could_not_create_folder', 0, 'Kausta loomine ebaõnnestus', 'Kausta loomine ebaõnnestus', 116),
(1055, 'could_not_delete_folder_from_filesystem', 0, 'Kausta kustutamine ebaõnnestus', 'Kausta kustutamine ebaõnnestus', 116),
(1056, 'could_not_rename_folder', 0, 'Kausta ümbernimetamine ebaõnnestus', 'Kausta ümbernimetamine ebaõnnestus', 116),
(1057, 'create_folder', 0, 'Lisa', 'Lisa', 116),
(1058, 'create_subfolder', 0, 'Lisa alamkaust', 'Lisa alamkaust', 116),
(1059, 'delete_file', 0, 'kustuta', 'kustuta', 116),
(1060, 'delete_folder', 0, 'Kustuta', 'Kustuta', 116),
(1061, 'edit_file', 0, 'Muuda', 'Muuda', 116),
(1062, 'file', 0, 'fail', 'fail', 116),
(1063, 'filename', 0, 'Failinimi', 'Failinimi', 116),
(1064, 'files', 0, 'faili', 'faili', 116),
(1065, 'files_delete_confirmation', 0, 'Kas oled kindel, et soovid kustutada valitud failid?', 'Kas oled kindel, et soovid kustutada valitud failid?', 116),
(1066, 'files_selected', 0, 'Valitud failidega', 'Valitud failidega', 116),
(1067, 'file_date', 0, 'Kuupäev', 'Kuupäev', 116),
(1068, 'file_delete_confirmation', 0, 'Kas oled kindel, et soovid kustutada faili', 'Kas oled kindel, et soovid kustutada faili', 116),
(1069, 'file_list_view', 0, 'vaata nimekirja', 'vaata nimekirja', 116),
(1070, 'folder_delete_confirmation', 0, 'Kas oled kindel, et soovid kustutada', 'Kas oled kindel, et soovid kustutada', 116),
(1071, 'folder_exists', 0, 'Sellise nimega kaust on juba olemas', 'Sellise nimega kaust on juba olemas', 116),
(1072, 'folder_has_files', 0, 'Selles kaustas on faile. Palun kustuta need esmalt', 'Selles kaustas on faile. Palun kustuta need esmalt', 116),
(1073, 'folder_has_no_fs_permissions', 0, 'kaustal puuduvad kettale kirjutamisõigused', 'kaustal puuduvad kettale kirjutamisõigused', 116),
(1074, 'folder_has_subfolders', 0, 'Selles kaustas on teised kasutad. Palun kustuta need esmalt', 'Selles kaustas on teised kasutad. Palun kustuta need esmalt', 116),
(1075, 'folder_path', 0, 'Kaust', 'Kaust', 116),
(1076, 'folder_permissions', 0, 'Õigused', 'Õigused', 116),
(1077, 'lastmodified', 0, 'Viimati muudetud', 'Viimati muudetud', 116),
(1078, 'last_changed', 0, 'Viimati muudetud', 'Viimati muudetud', 116),
(1079, 'mimetype', 0, 'MIME tüüp', 'MIME tüüp', 116),
(1080, 'move_file', 0, 'liiguta', 'liiguta', 116),
(1081, 'no_files_found', 0, 'Ei leitud ühtegi faili', 'Ei leitud ühtegi faili', 116),
(1082, 'no_files_in_folder', 0, 'Kaustas pole ühtegi faili', 'Kaustas pole ühtegi faili', 116),
(1083, 'no_files_selected', 0, 'Ãœhtegi faili pole valitud', 'Ãœhtegi faili pole valitud', 116),
(1084, 'no_permissions', 0, 'Sul ei ole lubatud seda teha', 'Sul ei ole lubatud seda teha', 116),
(1085, 'no_permissions_to_create_folder', 0, 'Sul puudub luba failide või kaustade loomiseks kaustas:', 'Sul puudub luba failide või kaustade loomiseks kaustas:', 116),
(1086, 'no_permissions_to_delete_some_files', 0, 'Sul ei ole lubatud osasid faile kustutada', 'Sul ei ole lubatud osasid faile kustutada', 116),
(1087, 'ok', 0, 'OK', 'OK', 116),
(1088, 'Path', 0, 'Kataloogitee', 'Kataloogitee', 116),
(1089, 'pealkiri', 0, 'Pealkiri', 'Pealkiri', 116),
(1090, 'rename_folder', 0, 'Nimeta ümber', 'Nimeta ümber', 116),
(1091, 'save_folder', 0, 'Salvesta', 'Salvesta', 116),
(1092, 'search_files', 0, 'Otsi', 'Otsi', 116),
(1093, 'select_all_files', 0, 'vali kõik', 'vali kõik', 116),
(1094, 'size', 0, 'Suurus', 'Suurus', 116),
(1095, 'some_files_could_not_be_deleted', 0, 'Osade failide kustutamine ebaõnnestus', 'Osade failide kustutamine ebaõnnestus', 116),
(1096, 'synchronise_folder', 0, 'Sünkroniseeri', 'Sünkroniseeri', 116),
(1097, 'thumbnail_view', 0, 'vaata eelvaateid', 'vaata eelvaateid', 116),
(1098, 'unable_to_move_files', 0, 'Osasid faile ei saanud liigutada', 'Osasid faile ei saanud liigutada', 116),
(1099, 'unselect_all_files', 0, 'tühista valik', 'tühista valik', 116),
(1100, 'upload', 0, 'Upload', 'Upload', 116),
(1101, 'upload_files', 0, 'Lisa faile', 'Lisa faile', 116),
(1102, 'upload_limit_size', 0, 'suurus ületab üleslaadmise piirangu:', 'suurus ületab üleslaadmise piirangu:', 116),
(1103, 'upload_queue_limit', 0, 'Korraga saab faile üles laadida', 'Korraga saab faile üles laadida', 116),
(1104, 'view_file', 0, 'Vaata', 'Vaata', 116),
(1105, 'Extension', 0, 'Tarkvara laiendus', 'Tarkvara laiendus', 117),
(1106, 'icon_path', 0, 'Logo asukoht', 'Logo asukoht', 117),
(1107, 'min_saurus_modules', 0, 'Nõutavad Sauruse moodulid', 'Nõutavad Sauruse moodulid', 117),
(1108, 'min_saurus_version', 0, 'Minimaalne Sauruse versioon', 'Minimaalne Sauruse versioon', 117),
(1109, 'Official', 0, 'Ametlik', 'Ametlik', 117),
(1110, 'Version', 0, 'Versioon', 'Versioon', 117),
(1111, 'Definitions', 0, 'Definitsioonid', 'Definitsioonid', 118),
(1112, 'Processes', 0, 'Protsessid', 'Protsessid', 118),
(1113, '404error', 1, 'Error 404 - page not found', 'Error 404 - page not found', 103),
(1114, 'add_cart', 1, 'The item has been added to the cart', 'The item has been added to the cart', 103),
(1115, 'Album', 1, 'Album', 'Album', 103),
(1116, 'Artiklid', 1, '1 Column Layout', '1 Column Layout', 103),
(1117, 'Artiklid 2 veerus', 1, '2 Column Layout', '2 Column Layout', 103),
(1118, 'Artiklite pealkirjad', 1, 'Article headlines', 'Article headlines', 103),
(1119, 'default', 1, 'Default', 'Default', 103),
(1120, 'Dokumendid', 1, 'Documents', 'Documents', 103),
(1121, 'error_page', 1, 'Error message page', 'Error message page', 103),
(1122, 'Event calendar', 1, 'Event calendar', 'Event calendar', 103),
(1123, 'External application', 1, 'External application', 'External application', 103),
(1124, 'Foorum', 1, 'Forum', 'Forum', 103),
(1125, 'gallup_arhiiv', 1, 'Poll''s archive', 'Poll''s archive', 103),
(1126, 'gallup_ip_olemas', 1, 'Error message for repeating IP (Poll)', 'Error message for repeating IP (Poll)', 103),
(1127, 'gallup_ok', 1, 'Poll results OK', 'Poll results OK', 103),
(1128, 'home', 1, 'Homepage', 'Homepage', 103),
(1129, 'kasutaja_locked', 1, 'User blocked', 'User blocked', 103),
(1130, 'kasutaja_registreeritud', 1, 'Thank you for registering', 'Thank you for registering', 103),
(1131, 'kasutaja_uuendatud', 1, 'User updated', 'User updated', 103),
(1132, 'login_incorrect', 1, 'Login incorrect', 'Login incorrect', 103),
(1133, 'Metadata', 1, 'Metadata', 'Metadata', 103),
(1134, 'ok_page', 1, 'OK page', 'OK page', 103),
(1135, 'Registreerimisvorm', 1, 'Registration form', 'Registration form', 103),
(1136, 'save_cart', 1, 'The cart has been saved', 'The cart has been saved', 103),
(1137, 'system', 1, 'System section', 'System section', 103),
(1138, 'Tappisotsing', 1, 'Advanced search', 'Advanced search', 103),
(1139, 'trash', 1, 'Recycle Bin', 'Recycle Bin', 103),
(1140, 'tyhiotsing', 1, 'Empty search result message', 'Empty search result message', 103),
(1141, 'tyyp_Album', 1, 'Album', 'Album', 103),
(1142, 'tyyp_Artikkel', 1, 'Article', 'Article', 103),
(1143, 'tyyp_asset', 1, 'Custom asset', 'Custom asset', 103),
(1144, 'tyyp_Dokument', 1, 'Document', 'Document', 103),
(1145, 'tyyp_Event', 1, 'Event', 'Event', 103),
(1146, 'tyyp_file', 1, 'File', 'File', 103),
(1147, 'tyyp_folder', 1, 'Folder', 'Folder', 103),
(1148, 'tyyp_Gallup', 1, 'Poll', 'Poll', 103),
(1149, 'tyyp_Iframe-kast', 1, 'Iframe-box', 'Iframe-box', 103),
(1150, 'tyyp_Kommentaar', 1, 'Comment', 'Comment', 103),
(1151, 'tyyp_Lingikast', 1, 'Link list', 'Link list', 103),
(1152, 'tyyp_link', 1, 'link', 'link', 103),
(1153, 'tyyp_Login-kast', 1, 'Login-box', 'Login-box', 103),
(1154, 'tyyp_Pilt', 1, 'Picture', 'Picture', 103),
(1155, 'tyyp_product_category', 1, 'Product catalog', 'Product catalog', 103),
(1156, 'tyyp_resource', 1, 'Resource', 'Resource', 103),
(1157, 'tyyp_Rubriik', 1, 'Section', 'Section', 103),
(1158, 'tyyp_Teema', 1, 'Topic', 'Topic', 103),
(1159, 'tyyp_Uudistekogu', 1, 'Article''s list', 'Article''s list', 103),
(1160, 'tyyp_Valine link', 1, 'Link', 'Link', 103),
(1161, 'unustatud_parool_saadetud', 1, 'Forgotten password sent', 'Forgotten password sent', 103),
(1162, 'Uudised', 1, 'News with Archiveing', 'News with Archiveing', 103),
(1163, 'your_IP_disabled', 1, 'User IP blocked', 'User IP blocked', 103),
(1164, 'access denied', 1, 'Access denied', 'Access denied', 104),
(1165, 'Address', 1, 'Address', 'Address', 104),
(1166, 'add_images', 1, 'add_images', 'add_images', 104),
(1167, 'advanced', 1, 'Advanced', 'Advanced', 104),
(1168, 'Aeg', 1, '', '', 104),
(1169, 'Alampuu', 1, 'Sub-tree', 'Sub-tree', 104),
(1170, 'Alates', 1, 'Since', 'Since', 104),
(1171, 'albumis on', 1, 'This album contains', 'This album contains', 104),
(1172, 'Algatatud', 1, 'Started', 'Started', 104),
(1173, 'Anonymous', 1, 'Anonymous', 'Anonymous', 104),
(1174, 'Another editor is editing this document right now', 1, 'Another editor is editing this document right now', 'Another editor is editing this document right now', 104),
(1175, 'Apply', 1, 'Apply', 'Apply', 104),
(1176, 'artikkel', 1, 'Article', 'Article', 104),
(1177, 'Artiklite arv', 1, 'Number of articles', 'Number of articles', 104),
(1178, 'asset', 1, 'Custom asset', 'Custom asset', 104),
(1179, 'asub veel kohtades', 1, 'Is located on following places', 'Is located on following places', 104),
(1180, 'Autor', 1, 'Author', 'Author', 104),
(1181, 'avaldamine', 1, 'Publishing', 'Publishing', 104),
(1182, 'Avaldatud', 1, 'Publish', 'Publish', 104),
(1183, 'Avatud', 1, 'Opened', 'Opened', 104),
(1184, 'Avatud artiklid', 1, 'Open articles', 'Open articles', 104),
(1185, 'big_file', 1, 'File size exceeds allowed limits!', 'File size exceeds allowed limits!', 104),
(1186, 'Choose', 1, 'Choose', 'Choose', 104),
(1187, 'choose_a_folder', 1, 'choose_a_folder', 'choose_a_folder', 104),
(1188, 'Close', 1, 'Close', 'Close', 104),
(1189, 'Content template', 1, 'Content template', 'Content template', 104),
(1190, 'context_button_edit', 1, 'Edit', 'Edit', 104),
(1191, 'context_button_move_down', 1, 'Move down', 'Move down', 104),
(1192, 'context_button_move_up', 1, 'Move up', 'Move up', 104),
(1193, 'context_button_unpublish', 1, 'Unpublish', 'Unpublish', 104),
(1194, 'Copy permissions to subtree', 1, 'Copy permissions to subtree', 'Copy permissions to subtree', 104),
(1195, 'Create', 1, 'Create', 'Create', 104),
(1196, 'delete_object_alert', 1, 'NB! This object belongs to multiple sections. It will be deleted from ALL of these sections!', 'NB! This object belongs to multiple sections. It will be deleted from ALL of these sections!', 104),
(1197, 'delete_section_alert', 1, 'NB! This section includes objects which are published also in other sections. <br>These objects are deleted only from this section.', 'NB! This section includes objects which are published also in other sections. <br>These objects are deleted only from this section.', 104),
(1198, 'delete_table', 1, 'Delete Table', 'Delete Table', 104),
(1199, 'do you want to permanently delete', 1, 'Do you want to delete this permanently?', 'Do you want to delete this permanently?', 104),
(1200, 'dokument', 1, 'Document', 'Document', 104),
(1201, 'download', 1, 'Download', 'Download', 104),
(1202, 'E-mail', 1, 'E-mail', 'E-mail', 104),
(1203, 'Eelmine pilt', 1, 'Previous', 'Previous', 104),
(1204, 'Encoding', 1, 'Encoding', 'Encoding', 104),
(1205, 'End date is sooner than start date', 1, 'End date is sooner than start date', 'End date is sooner than start date', 104),
(1206, 'eraldaja', 1, 'Divider', 'Divider', 104),
(1207, 'Event', 1, 'Event', 'Event', 104),
(1208, 'Expires', 1, 'Expires', 'Expires', 104),
(1209, 'Fail', 1, 'File', 'File', 104),
(1210, 'Faili nimi juba kinni', 1, 'Filename already in use', 'Filename already in use', 104),
(1211, 'Faili salvestamisel tekkis viga', 1, 'Error in saving file', 'Error in saving file', 104),
(1212, 'fieldname', 1, 'Field name', 'Field name', 104),
(1213, 'Filename', 1, 'Filename', 'Filename', 104),
(1214, 'fm_choose_file_for_link', 1, 'Choose file for link', 'Choose file for link', 104),
(1215, 'fm_choose_file_into_article', 1, 'Choose a file to insert file into article', 'Choose a file to insert file into article', 104),
(1216, 'fm_choose_file_into_profile_field', 1, 'Choose a file', 'Choose a file', 104),
(1217, 'fm_choose_user_image', 1, 'Choose an image as user image', 'Choose an image as user image', 104),
(1218, 'fm_insert_file_into_article', 1, 'Insert file into article', 'Insert file into article', 104),
(1219, 'fm_insert_file_into_profile_field', 1, 'Insert file', 'Insert file', 104),
(1220, 'fm_use_user_image', 1, 'Use image', 'Use image', 104),
(1221, 'folder', 1, 'Folder', 'Folder', 104),
(1222, 'Foorum lubatud', 1, 'Allow comments', 'Allow comments', 104),
(1223, 'Forbidden', 1, 'Forbidden', 'Forbidden', 104),
(1224, 'Forum alert: Your question has been sent', 1, 'Your question has been sent.', 'Your question has been sent.', 104),
(1225, 'Forum link: Show all questions', 1, 'Show all questions', 'Show all questions', 104),
(1226, 'Forum link: Show only new questions', 1, 'Show only new questions', 'Show only new questions', 104),
(1227, 'Friendly_URL', 1, 'Alias', 'Alias', 104),
(1228, 'gallup', 1, 'Poll', 'Poll', 104),
(1229, 'Hide in menu', 1, 'Hide in navigation menu', 'Hide in navigation menu', 104),
(1230, 'Hyperlink', 1, 'Hyperlink', 'Hyperlink', 104),
(1231, 'Image files directory', 1, 'Image files directory', 'Image files directory', 104),
(1232, 'Image size', 1, 'Image size', 'Image size', 104),
(1233, 'Is FAQ', 1, 'Is FAQ', 'Is FAQ', 104),
(1234, 'Jargmine pilt', 1, 'Next', 'Next', 104),
(1235, 'Jrk.nr', 1, 'Nr.', 'Nr.', 104),
(1236, 'Kas tahate kustutada', 1, 'Do you want to move this to the Recycle bin?', 'Do you want to move this to the Recycle bin?', 104),
(1237, 'Kasutajad', 1, 'Persons', 'Persons', 104),
(1238, 'Kasutajanimi', 1, 'Username', 'Username', 104),
(1239, 'Katkesta', 1, 'Cancel', 'Cancel', 104),
(1240, 'Keel', 1, 'Language', 'Language', 104),
(1241, 'Kirjad', 1, 'Messages', 'Messages', 104),
(1242, 'Kirjeldus', 1, 'Description', 'Description', 104),
(1243, 'Kirju', 1, 'Messages', 'Messages', 104),
(1244, 'kogumik', 1, 'Article list', 'Article list', 104),
(1245, 'kohustuslik', 1, 'required', 'required', 104),
(1246, 'koik', 1, 'All', 'All', 104),
(1247, 'Kommentaar', 1, 'Comment', 'Comment', 104),
(1248, 'Kujundusmall', 1, 'Design template', 'Design template', 104),
(1249, 'Kuni', 1, 'Until', 'Until', 104),
(1250, 'Kustuta', 1, 'Delete', 'Delete', 104),
(1251, 'Laius', 1, 'Width', 'Width', 104),
(1252, 'Leiti', 1, 'Found', 'Found', 104),
(1253, 'Link', 1, 'Hyperlink', 'Hyperlink', 104),
(1254, 'Lisa', 1, 'Add', 'Add', 104),
(1255, 'Lisa pilte', 1, 'Add picture(s)', 'Add picture(s)', 104),
(1256, 'loginkast', 1, 'Login module', 'Login module', 104),
(1257, 'Luhend', 1, 'Abbreviation', 'Abbreviation', 104),
(1258, 'Lukus', 1, 'Locked', 'Locked', 104),
(1259, 'maaratud pealkiri', 1, 'Headline can''t be empty!', 'Headline can''t be empty!', 104),
(1260, 'Mall muudetav', 1, 'Changeable template', 'Changeable template', 104),
(1261, 'Mall tyhi', 1, 'Empty template', 'Empty template', 104),
(1262, 'Metadata', 1, 'Metadata', 'Metadata', 104),
(1263, 'Metainfo', 1, 'Metainfo', 'Metainfo', 104),
(1264, 'Muuda', 1, 'Change', 'Change', 104),
(1265, 'Naita alamartiklid', 1, 'Show subarticles', 'Show subarticles', 104),
(1266, 'Naita kuupaev', 1, 'Show dates', 'Show dates', 104),
(1267, 'Naita prindi ikoon', 1, 'Show tool icons', 'Show tool icons', 104),
(1268, 'New', 1, 'New', 'New', 104),
(1269, 'New child', 1, 'New child', 'New child', 104),
(1270, 'Nimetus', 1, 'Name', 'Name', 104),
(1271, 'Nimi', 1, 'Name', 'Name', 104),
(1272, 'No', 1, 'No', 'No', 104),
(1273, 'Objects', 1, 'Objects', 'Objects', 104),
(1274, 'object_changed', 1, 'Modified', 'Modified', 104),
(1275, 'object_created', 1, 'Created', 'Created', 104),
(1276, 'Objekt', 1, 'Object', 'Object', 104),
(1277, 'OK', 1, 'OK', 'OK', 104),
(1278, 'On kuupaev', 1, 'Use date', 'Use date', 104),
(1279, 'On meilinglist', 1, 'Add mailinglist', 'Add mailinglist', 104),
(1280, 'On noutud', 1, 'Required', 'Required', 104),
(1281, 'On select', 1, 'On select', 'On select', 104),
(1282, 'Open in new window', 1, 'Open in new window', 'Open in new window', 104),
(1283, 'or', 1, 'or', 'or', 104),
(1284, 'original picture', 1, 'Original picture', 'Original picture', 104),
(1285, 'Otsi', 1, 'Search', 'Search', 104),
(1286, 'Page template', 1, 'Page template', 'Page template', 104),
(1287, 'Pages', 1, 'Pages', 'Pages', 104),
(1288, 'Parent category', 1, 'Parent category', 'Parent category', 104),
(1289, 'Parool', 1, 'Password', 'Password', 104),
(1290, 'Parool uuesti', 1, 'Confirm password', 'Confirm password', 104),
(1291, 'Pealkiri', 1, 'Headline', 'Headline', 104),
(1292, 'Pealkiri on nahtav', 1, 'Show headline', 'Show headline', 104),
(1293, 'Peida meiliaadress', 1, 'Hide my e-mail address', 'Hide my e-mail address', 104),
(1294, 'Permission denied', 1, 'Permission denied', 'Permission denied', 104),
(1295, 'Permissions', 1, 'Permissions', 'Permissions', 104),
(1296, 'Permissions copied to subtree', 1, 'Permissions copied to subtree', 'Permissions copied to subtree', 104),
(1297, 'Permissions not defined', 1, 'Permissions not defined', 'Permissions not defined', 104),
(1298, 'Pilt', 1, 'Picture', 'Picture', 104),
(1299, 'Pilti', 1, 'pictures', 'pictures', 104),
(1300, 'Please use format dd.mm.yyyy', 1, 'Please use format dd.mm.yyyy', 'Please use format dd.mm.yyyy', 104),
(1301, 'Pohitext', 1, 'Main text', 'Main text', 104),
(1302, 'Pohivarv', 1, 'Main color', 'Main color', 104),
(1303, 'Position', 1, 'Position', 'Position', 104),
(1304, 'product_profile', 1, 'Product profile', 'Product profile', 104),
(1305, 'product_profiles', 1, 'Product profiles', 'Product profiles', 104),
(1306, 'profile', 1, 'Profile', 'Profile', 104),
(1307, 'Publish', 1, 'Publish', 'Publish', 104),
(1308, 'published', 1, 'Published', 'Published', 104),
(1309, 'Publishing', 1, 'Publishing', 'Publishing', 104),
(1310, 'Registreeritud', 1, 'Registered', 'Registered', 104),
(1311, 'Reset', 1, 'Reset', 'Reset', 104),
(1312, 'Resource', 1, 'Resource', 'Resource', 104),
(1313, 'Ridade arv', 1, 'Number of rows', 'Number of rows', 104),
(1314, 'Rubriigid', 1, 'Parent', 'Parent', 104),
(1315, 'rubriik', 1, 'Section', 'Section', 104),
(1316, 'Saada meilile', 1, 'Send responses to my e-mail', 'Send responses to my e-mail', 104),
(1317, 'Saidi tiitel', 1, 'Meta-title', 'Meta-title', 104),
(1318, 'Salvesta', 1, 'Save', 'Save', 104),
(1319, 'Salvestatud', 1, 'Saved', 'Saved', 104),
(1320, 'save parameters', 1, 'Save parameters', 'Save parameters', 104),
(1321, 'save_and_close', 1, 'Save and close', 'Save and close', 104),
(1322, 'Sellised stiilid ilmuvad artikli editoris', 1, 'Those styles appear in the article editor', 'Those styles appear in the article editor', 104),
(1323, 'Send', 1, 'Send', 'Send', 104),
(1324, 'Sisestas', 1, 'Inserted by', 'Inserted by', 104),
(1325, 'Sissejuhatus', 1, 'Lead', 'Lead', 104),
(1326, 'Sisu', 1, 'Body text', 'Body text', 104),
(1327, 'Start date is later than end date', 1, 'Start date is later than end date', 'Start date is later than end date', 104),
(1328, 'Suurus', 1, 'Size', 'Size', 104),
(1329, 'sys alias', 1, 'System alias', 'System alias', 104),
(1330, 'sys sona', 1, 'Description', 'Description', 104),
(1331, 'Systeemi sona', 1, 'System string', 'System string', 104),
(1332, 'System', 1, 'System Articles', 'System Articles', 104),
(1333, 'Tabel', 1, 'Table', 'Table', 104),
(1334, 'Tagasi', 1, 'Back', 'Back', 104),
(1335, 'Teemad', 1, 'Subjects', 'Subjects', 104),
(1336, 'Tekst', 1, 'Text', 'Text', 104),
(1337, 'Thumbnail size', 1, 'Thumbnail size', 'Thumbnail size', 104),
(1338, 'Tuhista', 1, 'Cancel', 'Cancel', 104),
(1339, 'Tyyp', 1, 'Type', 'Type', 104),
(1340, 'Uhik', 1, 'Unit', 'Unit', 104),
(1341, 'unpublished', 1, 'Unpublished', 'Unpublished', 104),
(1342, 'Update', 1, 'Update', 'Update', 104),
(1343, 'URL', 1, 'URL', 'URL', 104),
(1344, 'use_this_folder_for_album', 1, 'Use this folder for album', 'Use this folder for album', 104),
(1345, 'Uudised', 1, 'News', 'News', 104),
(1346, 'Uudiste rubriigid', 1, 'News sections', 'News sections', 104),
(1347, 'Uudistekogu', 1, 'Articles'' list', 'Articles'' list', 104),
(1348, 'Vaikimisi_editoris', 1, 'Default administration language', 'Default administration language', 104),
(1349, 'Vaikimisi_veebis', 1, 'Default language in web site', 'Default language in web site', 104),
(1350, 'Vali', 1, 'Data Field', 'Data Field', 104),
(1351, 'value exists', 1, 'The value already exists', 'The value already exists', 104),
(1352, 'Vastus', 1, 'Answer', 'Answer', 104),
(1353, 'Vastused', 1, 'Answers', 'Answers', 104),
(1354, 'Vastuseid', 1, 'Replies', 'Replies', 104),
(1355, 'Veergude arv', 1, 'Number of columns', 'Number of columns', 104),
(1356, 'view', 1, 'View', 'View', 104),
(1357, 'Viimane kiri', 1, 'Last message', 'Last message', 104),
(1358, 'Viimati muutis', 1, 'Last changed by', 'Last changed by', 104),
(1359, 'visible_to_visitors', 1, 'Viewable by visitors', 'Viewable by visitors', 104),
(1360, 'Yes', 1, 'Yes', 'Yes', 104),
(1361, 'Aeg', 1, '', '', 105),
(1362, 'Autor', 1, 'Author', 'Author', 105),
(1363, 'fail', 1, 'File', 'File', 105),
(1364, 'Kirjeldus', 1, 'Description', 'Description', 105),
(1365, 'Pealkiri', 1, 'Headline', 'Headline', 105),
(1366, 'sub_documents', 1, 'Sub-documents', 'Sub-documents', 105),
(1367, 'Suurus', 1, 'Size', 'Size', 105),
(1368, 'type', 1, 'type', 'type', 105),
(1369, 'clear', 1, 'clear', 'clear', 106),
(1370, 'close', 1, 'close', 'close', 106),
(1371, 'Daily', 1, 'Daily', 'Daily', 106),
(1372, 'Date', 1, 'Date', 'Date', 106),
(1373, 'Day', 1, 'Day', 'Day', 106),
(1374, 'Hour', 1, 'Hour', 'Hour', 106),
(1375, 'Hourly', 1, 'Hourly', 'Hourly', 106),
(1376, 'Month', 1, 'Month', 'Month', 106),
(1377, 'month1', 1, 'January', 'January', 106),
(1378, 'month10', 1, 'October', 'October', 106),
(1379, 'month11', 1, 'November', 'November', 106),
(1380, 'month12', 1, 'December', 'December', 106),
(1381, 'month2', 1, 'February', 'February', 106),
(1382, 'month3', 1, 'March', 'March', 106),
(1383, 'month4', 1, 'April', 'April', 106),
(1384, 'month5', 1, 'May', 'May', 106),
(1385, 'month6', 1, 'June', 'June', 106),
(1386, 'month7', 1, 'July', 'July', 106),
(1387, 'month8', 1, 'August', 'August', 106),
(1388, 'month9', 1, 'September', 'September', 106),
(1389, 'Monthly', 1, 'Monthly', 'Monthly', 106),
(1390, 'next', 1, '»', '»', 106),
(1391, 'previous', 1, '«', '«', 106),
(1392, 'today', 1, 'today', 'today', 106),
(1393, 'week', 1, 'week', 'week', 106),
(1394, 'weekday1', 1, 'Mon', 'Mon', 106),
(1395, 'weekday1_long', 1, 'Monday', 'Monday', 106),
(1396, 'weekday2', 1, 'Tue', 'Tue', 106),
(1397, 'weekday2_long', 1, 'Tuesday', 'Tuesday', 106),
(1398, 'weekday3', 1, 'Wed', 'Wed', 106),
(1399, 'weekday3_long', 1, 'Wednesday', 'Wednesday', 106),
(1400, 'weekday4', 1, 'Thu', 'Thu', 106),
(1401, 'weekday4_long', 1, 'Thursday', 'Thursday', 106),
(1402, 'weekday5', 1, 'Fri', 'Fri', 106),
(1403, 'weekday5_long', 1, 'Friday', 'Friday', 106),
(1404, 'weekday6', 1, 'Sat', 'Sat', 106),
(1405, 'weekday6_long', 1, 'Saturday', 'Saturday', 106),
(1406, 'weekday7', 1, 'Sun', 'Sun', 106),
(1407, 'weekday7_long', 1, 'Sunday', 'Sunday', 106),
(1408, 'Weekly', 1, 'Weekly', 'Weekly', 106),
(1409, 'whole month', 1, 'whole month', 'whole month', 106),
(1410, 'whole_day', 1, 'Whole day', 'Whole day', 106),
(1411, 'Year', 1, 'Year', 'Year', 106),
(1412, 'yearly', 1, 'Yearly', 'Yearly', 106),
(1413, 'Ei sisalda sonu', 1, 'Does not include words', 'Does not include words', 107),
(1414, 'Eile', 1, 'Yesterday', 'Yesterday', 107),
(1415, 'Koiki sonu', 1, 'All words', 'All words', 107),
(1416, 'Lipik Album', 1, 'Galleries', 'Galleries', 107),
(1417, 'Lipik Artikkel', 1, 'Articles', 'Articles', 107),
(1418, 'Lipik Asset', 1, 'Other', 'Other', 107),
(1419, 'Lipik Dokument', 1, 'Documents', 'Documents', 107),
(1420, 'Lipik Event', 1, 'Events', 'Events', 107),
(1421, 'Lipik Kommentaar', 1, 'Comments', 'Comments', 107),
(1422, 'Lipik Link', 1, 'Links', 'Links', 107),
(1423, 'Lipik Pilt', 1, 'Images', 'Images', 107),
(1424, 'Lipik product_category', 1, 'Products', 'Products', 107),
(1425, 'Lipik Rubriik', 1, 'Sections', 'Sections', 107),
(1426, 'Lipik Valine link', 1, 'Links', 'Links', 107),
(1427, 'Millal iganes', 1, 'Whenever', 'Whenever', 107),
(1428, 'Otsi', 1, 'Search', 'Search', 107),
(1429, 'Otsingutulemused', 1, 'Search results', 'Search results', 107),
(1430, 'Otsi_rubriigist', 1, 'Search section', 'Search section', 107),
(1431, 'Pealkirja jargi', 1, 'By subject', 'By subject', 107),
(1432, 'Search subtree', 1, 'Search subtree', 'Search subtree', 107),
(1433, 'Search_category', 1, 'Search category', 'Search category', 107),
(1434, 'search_unused_files', 1, 'Files not linked from articles', 'Files not linked from articles', 107),
(1435, 'Sorteeri', 1, 'Sort', 'Sort', 107),
(1436, 'Tappisotsing', 1, 'Advanced search', 'Advanced search', 107),
(1437, 'Tapset fraasi', 1, 'Exact phrase', 'Exact phrase', 107),
(1438, 'Tulemusi', 1, 'Results', 'Results', 107),
(1439, 'Uuemad enne', 1, 'Newest first', 'Newest first', 107),
(1440, 'Viimane 1 kuu', 1, 'Last month', 'Last month', 107),
(1441, 'Viimane aasta', 1, 'Last year', 'Last year', 107),
(1442, 'Viimane nadal', 1, 'Last week', 'Last week', 107),
(1443, 'Viimased 3 kuud', 1, 'Last 3 months', 'Last 3 months', 107),
(1444, 'Viimased 6 kuud', 1, 'Last 6 months', 'Last 6 months', 107),
(1445, 'Viimati muudetud', 1, 'Last changes', 'Last changes', 107),
(1446, 'Votmesona', 1, 'Keyword', 'Keyword', 107),
(1447, 'yhte sonadest', 1, 'One of the words', 'One of the words', 107),
(1448, 'Add', 1, 'Add', 'Add', 108),
(1449, 'Arhiiv', 1, 'Archive', 'Archive', 108),
(1450, 'Artiklil on', 1, 'This article has', 'This article has', 108),
(1451, 'Comments: Login required', 1, 'You must login before adding comments', 'You must login before adding comments', 108),
(1452, 'Forum alert: Enter your name!', 1, 'Enter your name!', 'Enter your name!', 108),
(1453, 'Forum alert: Please fill in the message body!', 1, 'Please fill in the message body!', 'Please fill in the message body!', 108),
(1454, 'Forum alert: Please fill in the subject!', 1, 'Please fill in the subject!', 'Please fill in the subject!', 108),
(1455, 'Gallup', 1, 'Poll', 'Poll', 108),
(1456, 'Gallup Arhiiv', 1, 'Poll''s archive', 'Poll''s archive', 108),
(1457, 'haaleta', 1, 'Vote', 'Vote', 108),
(1458, 'Kaart', 1, 'Sitemap', 'Sitemap', 108),
(1459, 'Kommentaarid', 1, 'Comments', 'Comments', 108),
(1460, 'Lehekulg', 1, 'Page', 'Page', 108),
(1461, 'Loe edasi', 1, 'More', 'More', 108),
(1462, 'Login', 1, 'Login', 'Login', 108),
(1463, 'Logout', 1, 'Logout', 'Logout', 108),
(1464, 'navbar', 1, 'Location:', 'Location:', 108),
(1465, 'next', 1, 'Next', 'Next', 108),
(1466, 'or', 1, 'or', 'or', 108),
(1467, 'Otsing', 1, 'Search', 'Search', 108),
(1468, 'Pildil_on', 1, 'This picture has', 'This picture has', 108),
(1469, 'poll_results', 1, 'Results', 'Results', 108),
(1470, 'poll_voters', 1, 'Voters list', 'Voters list', 108),
(1471, 'previous', 1, 'Previous', 'Previous', 108),
(1472, 'Print', 1, 'Print', 'Print', 108),
(1473, 'Profile', 1, 'Profile', 'Profile', 108),
(1474, 'Registreerimisvorm', 1, 'Register', 'Register', 108),
(1475, 'SSO turned off', 1, 'The SSO module is turned off.', 'The SSO module is turned off.', 108),
(1476, 'Tagasi', 1, 'Back', 'Back', 108),
(1477, 'Tagasi artikli juurde', 1, 'Back to the article', 'Back to the article', 108),
(1478, 'Taitke nimi', 1, 'Enter your name!', 'Enter your name!', 108),
(1479, 'Taitke tekst', 1, 'Enter text!', 'Enter text!', 108),
(1480, 'Tappisotsing', 1, 'Advanced search', 'Advanced search', 108),
(1481, 'Unustatud parooli saatmine', 1, 'Forgot password?', 'Forgot password?', 108),
(1482, 'Vaata lisaks', 1, 'See also', 'See also', 108),
(1483, 'Vasta', 1, 'Reply', 'Reply', 108),
(1484, 'vastajaid', 1, 'Responses', 'Responses', 108),
(1485, 'Viga', 1, 'Error', 'Error', 108),
(1486, 'Account', 1, 'Account', 'Account', 109),
(1487, 'Account_nr', 1, 'Account number', 'Account number', 109),
(1488, 'Additional info', 1, 'Additional info', 'Additional info', 109),
(1489, 'Aeg', 1, '', '', 109),
(1490, 'Allow autologin from IP', 1, 'Allow autologin from IP', 'Allow autologin from IP', 109),
(1491, 'Applications login info', 1, 'Applications', 'Applications', 109),
(1492, 'auth_type', 1, 'Authentication', 'Authentication', 109),
(1493, 'Autologin_ip', 1, 'Autologin IP', 'Autologin IP', 109),
(1494, 'City', 1, 'City', 'City', 109),
(1495, 'Contactperson', 1, 'Contactperson', 'Contactperson', 109),
(1496, 'Contact_phone', 1, 'Contact Phone', 'Contact Phone', 109),
(1497, 'Country', 1, 'Country', 'Country', 109),
(1498, 'Delivery_address', 1, 'Delivery Address', 'Delivery Address', 109),
(1499, 'Delivery_city', 1, 'Delivery City', 'Delivery City', 109),
(1500, 'Delivery_country', 1, 'Delivery Country', 'Delivery Country', 109),
(1501, 'Delivery_zip', 1, 'Delivery Zip', 'Delivery Zip', 109),
(1502, 'Eesnimi', 1, 'Name', 'Name', 109),
(1503, 'Email', 1, 'E-mail', 'E-mail', 109),
(1504, 'Email already exists', 1, 'e-mail already exists', 'e-mail already exists', 109),
(1505, 'email not found', 1, 'E-mail not found', 'E-mail not found', 109),
(1506, 'field required', 1, 'Field required', 'Field required', 109),
(1507, 'forgotten password: mail body', 1, 'You can change this password in your profile after the first successful login on the website.', 'You can change this password in your profile after the first successful login on the website.', 109),
(1508, 'fullname', 1, 'Name', 'Name', 109),
(1509, 'Group', 1, 'Group', 'Group', 109),
(1510, 'Groups', 1, 'Groups', 'Groups', 109),
(1511, 'isikukood', 1, 'ID-code', 'ID-code', 109),
(1512, 'Kasutaja_id', 1, 'User ID', 'User ID', 109),
(1513, 'Last_access_time', 1, 'Last access time', 'Last access time', 109),
(1514, 'Last_ip', 1, 'Last IP', 'Last IP', 109),
(1515, 'Lock', 1, 'Lock', 'Lock', 109),
(1516, 'Logi valja', 1, 'Log out', 'Log out', 109),
(1517, 'Login', 1, 'Log in', 'Log in', 109),
(1518, 'mailinglists', 1, 'Subscribe to mailinglists', 'Subscribe to mailinglists', 109),
(1519, 'Mailinglists: e-mail subject', 1, 'News from [Website name]', 'News from [Website name]', 109),
(1520, 'Main info', 1, 'Main info', 'Main info', 109),
(1521, 'Muuda oma andmeid', 1, 'Change your profile', 'Change your profile', 109),
(1522, 'new_user_registered', 1, 'New user registered on website!', 'New user registered on website!', 109),
(1523, 'nupp login', 1, 'Login', 'Login', 109),
(1524, 'only for reg users', 1, 'Only for registered users', 'Only for registered users', 109),
(1525, 'On_lukus', 1, 'Is locked', 'Is locked', 109),
(1526, 'Parent group', 1, 'Parent group', 'Parent group', 109),
(1527, 'Password', 1, 'Password', 'Password', 109),
(1528, 'password confirmation', 1, 'Confirm password', 'Confirm password', 109),
(1529, 'Password expired message', 1, 'Your password is expired, enter new password.', 'Your password is expired, enter new password.', 109),
(1530, 'Password expires', 1, 'Password expires', 'Password expires', 109),
(1531, 'Pass_expires', 1, 'Password expires', 'Password expires', 109),
(1532, 'pass_not_strong', 1, 'Password must be at least 8 characters long and must contain lower and upper case letters', 'Password must be at least 8 characters long and must contain lower and upper case letters', 109),
(1533, 'Perekonnanimi', 1, 'Surname', 'Surname', 109),
(1534, 'postalcode', 1, 'Postal code', 'Postal code', 109),
(1535, 'postiaadress', 1, 'Address', 'Address', 109),
(1536, 'Profile', 1, 'Profile', 'Profile', 109),
(1537, 'Reference_nr', 1, 'Reference number', 'Reference number', 109),
(1538, 'Registeeru', 1, 'Register', 'Register', 109),
(1539, 'Role', 1, 'Role', 'Role', 109),
(1540, 'Roles', 1, 'Roles', 'Roles', 109),
(1541, 'Saada', 1, 'Send', 'Send', 109),
(1542, 'Session_id', 1, 'Session ID', 'Session ID', 109),
(1543, 'Superuser', 1, 'Superuser', 'Superuser', 109),
(1544, 'telefon', 1, 'Phone', 'Phone', 109),
(1545, 'tere', 1, 'Hello!', 'Hello!', 109),
(1546, 'This IP is already in use for user: [user]', 1, 'This IP is already in use for user: [user]', 'This IP is already in use for user: [user]', 109),
(1547, 'Tyhista', 1, 'Cancel', 'Cancel', 109),
(1548, 'Unlock', 1, 'Unlock', 'Unlock', 109),
(1549, 'Unustasid parooli', 1, 'Forgot your password?', 'Forgot your password?', 109),
(1550, 'unustatud parool: subject', 1, 'Forgotten password', 'Forgotten password', 109),
(1551, 'User', 1, 'Person', 'Person', 109),
(1552, 'user exists', 1, 'Username already exists', 'Username already exists', 109),
(1553, 'user_details', 1, '-User details-', '-User details-', 109),
(1554, 'user_registered', 1, 'User [user] has registered on your website', 'User [user] has registered on your website', 109),
(1555, 'wrong confirmation', 1, 'Error in confirmation', 'Error in confirmation', 109),
(1556, 'wrong email format', 1, 'Incorrect e-mail format', 'Incorrect e-mail format', 109),
(1557, 'about', 1, 'About', 'About', 110),
(1558, 'Actions', 1, 'Actions', 'Actions', 110),
(1559, 'Active', 1, 'Active', 'Active', 110),
(1560, 'Active Directory', 1, 'Active Directory', 'Active Directory', 110),
(1561, 'Additional fields', 1, 'Additional fields', 'Additional fields', 110),
(1562, 'add_translation', 1, 'Add translation', 'Add translation', 110),
(1563, 'Admin login', 1, 'Login', 'Login', 110),
(1564, 'admin_manual', 1, 'Administrator manual', 'Administrator manual', 110),
(1565, 'ADR settings', 1, 'ADR settings', 'ADR settings', 110),
(1566, 'aliases', 1, 'Aliases', 'Aliases', 110),
(1567, 'another one', 1, 'Another One', 'Another One', 110),
(1568, 'Application name', 1, 'Application', 'Application', 110),
(1569, 'Are you sure?', 1, 'Are you sure?', 'Are you sure?', 110),
(1570, 'attachment', 1, 'Attachment', 'Attachment', 110);
INSERT INTO `sys_sonad` VALUES
(1571, 'at_least_one_translation_required', 1, 'At least one translation is required', 'At least one translation is required', 110),
(1572, 'auto-jump', 1, 'Auto-jump', 'Auto-jump', 110),
(1573, 'Banner manager', 1, 'Banner manager', 'Banner manager', 110),
(1574, 'Based on cookies', 1, 'Based on cookies', 'Based on cookies', 110),
(1575, 'Based on IP address', 1, 'Based on IP address', 'Based on IP address', 110),
(1576, 'Based on User id', 1, 'Based on user ID', 'Based on user ID', 110),
(1577, 'Built-in templates', 1, 'Built-in templates (v3 compatibility)', 'Built-in templates (v3 compatibility)', 110),
(1578, 'by_default_templates_replaced_in_all_languages', 1, 'This set of templates will be applied to all site languages', 'This set of templates will be applied to all site languages', 110),
(1579, 'cache', 1, 'Performance', 'Performance', 110),
(1580, 'cancel', 1, 'Cancel', 'Cancel', 110),
(1581, 'Change password', 1, 'Force to change password on next login', 'Force to change password on next login', 110),
(1582, 'Children count', 1, 'Children count', 'Children count', 110),
(1583, 'class', 1, 'Class', 'Class', 110),
(1584, 'Configuration', 1, 'Configuration', 'Configuration', 110),
(1585, 'Content Aging', 1, 'Content Aging', 'Content Aging', 110),
(1586, 'Content templates', 1, 'Content templates', 'Content templates', 110),
(1587, 'content_editing', 1, 'Content editing', 'Content editing', 110),
(1588, 'counter', 1, 'Counter', 'Counter', 110),
(1589, 'create_glossary', 1, 'Add glossary', 'Add glossary', 110),
(1590, 'create_sub_site', 1, 'Create new site', 'Create new site', 110),
(1591, 'Custom', 1, 'Custom', 'Custom', 110),
(1592, 'Custom assets', 1, 'Custom assets', 'Custom assets', 110),
(1593, 'Custom Style Sheet', 1, 'CSS styles', 'CSS styles', 110),
(1594, 'data', 1, 'Data', 'Data', 110),
(1595, 'data_type', 1, 'Data type', 'Data type', 110),
(1596, 'debugging', 1, 'Debugging', 'Debugging', 110),
(1597, 'Default', 1, 'Default', 'Default', 110),
(1598, 'default_timezone', 1, 'Default time zone', 'Default time zone', 110),
(1599, 'default_value', 1, 'Default value', 'Default value', 110),
(1600, 'Delete old data', 1, 'Delete old data', 'Delete old data', 110),
(1601, 'Design', 1, 'Visual Design', 'Visual Design', 110),
(1602, 'Directories', 1, 'XML feeds', 'XML feeds', 110),
(1603, 'Dokumendid', 1, 'Documents', 'Documents', 110),
(1604, 'E-Commerce', 1, 'E-Commerce', 'E-Commerce', 110),
(1605, 'editor_manual', 1, 'Editor manual', 'Editor manual', 110),
(1606, 'Element_name', 1, 'Element name', 'Element name', 110),
(1607, 'Element_path', 1, 'Element path', 'Element path', 110),
(1608, 'Email', 1, 'E-mail', 'E-mail', 110),
(1609, 'Empty', 1, 'Empty', 'Empty', 110),
(1610, 'Error log', 1, 'Error Log', 'Error Log', 110),
(1611, 'ERROR: File upload error', 1, 'File upload error!!!', 'File upload error!!!', 110),
(1612, 'ERROR: Language-file corrupted', 1, 'Language file corrupted!', 'Language file corrupted!', 110),
(1613, 'ERROR: There is invalid language in lang-file', 1, 'ERROR: Language in file doesn''t match with selected language on this page!', 'ERROR: Language in file doesn''t match with selected language on this page!', 110),
(1614, 'error_notifications', 1, 'Error notifications', 'Error notifications', 110),
(1615, 'estcard_payment', 1, 'Credit Cards (ESTCARD)', 'Credit Cards (ESTCARD)', 110),
(1616, 'explorer', 1, 'Site explorer', 'Site explorer', 110),
(1617, 'Export', 1, 'Export', 'Export', 110),
(1618, 'export_glossary', 1, 'Export glossary', 'Export glossary', 110),
(1619, 'Extensions', 1, 'Extensions', 'Extensions', 110),
(1620, 'extension_upload', 1, 'Upload extension', 'Upload extension', 110),
(1621, 'extension_upload_error', 1, 'Error occured in extension upload', 'Error occured in extension upload', 110),
(1622, 'external tables', 1, 'External tables', 'External tables', 110),
(1623, 'e_payment', 1, 'Bank payments', 'Bank payments', 110),
(1624, 'favorites', 1, 'Favorites', 'Favorites', 110),
(1625, 'feedbackforms_properties', 1, 'Feedback form defaults', 'Feedback form defaults', 110),
(1626, 'feedback_forms', 1, 'Feedback forms', 'Feedback forms', 110),
(1627, 'feedback_from_email', 1, 'From', 'From', 110),
(1628, 'feedback_type_bug', 1, 'Bug', 'Bug', 110),
(1629, 'feedback_type_feature', 1, 'Feature request', 'Feature request', 110),
(1630, 'feedback_type_other', 1, 'Other', 'Other', 110),
(1631, 'Fields', 1, 'Fields', 'Fields', 110),
(1632, 'file manager', 1, 'File manager', 'File manager', 110),
(1633, 'filemanager', 1, 'Files', 'Files', 110),
(1634, 'files', 1, 'Files', 'Files', 110),
(1635, 'file_dir', 1, 'File/Dir', 'File/Dir', 110),
(1636, 'file_list', 1, 'List', 'List', 110),
(1637, 'folders', 1, 'Folders', 'Folders', 110),
(1638, 'footer', 1, 'Footer', 'Footer', 110),
(1639, 'Form', 1, 'Form', 'Form', 110),
(1640, 'form_messages', 1, 'Feedback form messages', 'Feedback form messages', 110),
(1641, 'forums_and_comments', 1, 'Comments and forum postings', 'Comments and forum postings', 110),
(1642, 'found', 1, 'Found', 'Found', 110),
(1643, 'from_email', 1, 'From email', 'From email', 110),
(1644, 'gallery', 1, 'Gallery', 'Gallery', 110),
(1645, 'Gallup', 1, 'Poll', 'Poll', 110),
(1646, 'Get values from', 1, 'Get values from', 'Get values from', 110),
(1647, 'Glossary export', 1, 'Glossary export', 'Glossary export', 110),
(1648, 'Glossary import', 1, 'Glossary import', 'Glossary import', 110),
(1649, 'glossary_changed', 1, 'glossary changed', 'glossary changed', 110),
(1650, 'glossary_created', 1, 'glossary created', 'glossary created', 110),
(1651, 'glossary_delete', 1, 'Delete glossary', 'Delete glossary', 110),
(1652, 'glossary_delete_confirm', 1, 'Are you sure you want to delete glossary', 'Are you sure you want to delete glossary', 110),
(1653, 'glossary_edit', 1, 'Edit glossary', 'Edit glossary', 110),
(1654, 'glossary_exists', 1, 'Glossary already exists', 'Glossary already exists', 110),
(1655, 'glossary_is_used_by', 1, 'glossary is used by', 'glossary is used by', 110),
(1656, 'glossary_name_and_encoding_required', 1, 'Glossary name and encoding are required', 'Glossary name and encoding are required', 110),
(1657, 'glossary_removed', 1, 'glossary removed', 'glossary removed', 110),
(1658, 'glossary_translation_deleted', 1, 'Translation deleted', 'Translation deleted', 110),
(1659, 'glossary_translation_delete_confirm', 1, 'Are you sure you want to delete translation', 'Are you sure you want to delete translation', 110),
(1660, 'glossary_translation_exists', 1, 'Translation already exists', 'Translation already exists', 110),
(1661, 'hanza_payment', 1, 'Hansabank', 'Hansabank', 110),
(1662, 'help', 1, 'Help', 'Help', 110),
(1663, 'help_topics', 1, 'Help topics', 'Help topics', 110),
(1664, 'Hidden', 1, 'Hidden', 'Hidden', 110),
(1665, 'html_format', 1, 'HTML', 'HTML', 110),
(1666, 'Image manipulation', 1, 'Image manipulation', 'Image manipulation', 110),
(1667, 'image_resizing', 1, 'Image resizing', 'Image resizing', 110),
(1668, 'Import', 1, 'Import', 'Import', 110),
(1669, 'import_glossary', 1, 'Import glossary', 'Import glossary', 110),
(1670, 'input_type', 1, 'Input type', 'Input type', 110),
(1671, 'Integration', 1, 'Integration', 'Integration', 110),
(1672, 'IP filter', 1, 'IP filter', 'IP filter', 110),
(1673, 'IP Filter: Kasutusel avalikus veebis', 1, 'Enable for public site', 'Enable for public site', 110),
(1674, 'IP filter: Kasutusel toimetaja keskkonnas', 1, 'Enable for content creation', 'Enable for content creation', 110),
(1675, 'IP Filter: Keela koik, valja arvatud', 1, 'Deny all, except', 'Deny all, except', 110),
(1676, 'IP Filter: Luba autoriseeritud kasutajaid', 1, 'Allow authorized users', 'Allow authorized users', 110),
(1677, 'IP Filter: Luba koik, valja arvatud', 1, 'Allow all, except', 'Allow all, except', 110),
(1678, 'krep_payment', 1, 'Eesti Krediidipank', 'Eesti Krediidipank', 110),
(1679, 'Lang-file import finished successfully', 1, 'Content of language file imported into dictionary', 'Content of language file imported into dictionary', 110),
(1680, 'Language', 1, 'Language', 'Language', 110),
(1681, 'Language file', 1, 'Language file', 'Language file', 110),
(1682, 'Languages', 1, 'Sites', 'Sites', 110),
(1683, 'LDAP', 1, 'LDAP', 'LDAP', 110),
(1684, 'LDAP_Andmeseosed', 1, 'LDAP_Andmeseosed', 'LDAP_Andmeseosed', 110),
(1685, 'LDAP_elements', 1, 'LDAP element', 'LDAP element', 110),
(1686, 'LDAP_Server_config', 1, 'LDAP Server config', 'LDAP Server config', 110),
(1687, 'License', 1, 'License', 'License', 110),
(1688, 'Link verifier', 1, 'Link verifier', 'Link verifier', 110),
(1689, 'List', 1, 'List', 'List', 110),
(1690, 'Locale', 1, 'Locale', 'Locale', 110),
(1691, 'Log', 1, 'Site Log', 'Site Log', 110),
(1692, 'logging', 1, 'Logging', 'Logging', 110),
(1693, 'Login', 1, 'Login', 'Login', 110),
(1694, 'Login URL', 1, 'Login URL', 'Login URL', 110),
(1695, 'mailinglist_format', 1, 'Mailinglist format', 'Mailinglist format', 110),
(1696, 'mailing_list', 1, 'Mailing lists', 'Mailing lists', 110),
(1697, 'mails_has_been_sent', 1, 'mails have been sent', 'mails have been sent', 110),
(1698, 'mail_has_been_sent', 1, 'mail has been sent!', 'mail has been sent!', 110),
(1699, 'main_sections', 1, 'Main sections', 'Main sections', 110),
(1700, 'Mapped sections', 1, 'Mapped sections', 'Mapped sections', 110),
(1701, 'Mapping', 1, 'XML data mapping', 'XML data mapping', 110),
(1702, 'map_to', 1, 'Field in CMS database', 'Field in CMS database', 110),
(1703, 'Master_templates', 1, 'Master templates', 'Master templates', 110),
(1704, 'Maximum logins error', 1, 'You have exceeded the maximum number of login attempts. You will have to wait for [minutes] minutes before you can attempt to login again.', 'You have exceeded the maximum number of login attempts. You will have to wait for [minutes] minutes before you can attempt to login again.', 110),
(1705, 'meta-info', 1, 'Meta-info', 'Meta-info', 110),
(1706, 'missing', 1, 'missing', 'missing', 110),
(1707, 'move_files', 1, 'Move', 'Move', 110),
(1708, 'msg: Language file uploaded', 1, 'Keeltefail üleslaaditud', 'Keeltefail üleslaaditud', 110),
(1709, 'my_account', 1, 'My account', 'My account', 110),
(1710, 'name', 1, 'Name', 'Name', 110),
(1711, 'nordea_payment', 1, 'Nordea Bank', 'Nordea Bank', 110),
(1712, 'NTLM', 1, 'NTLM', 'NTLM', 110),
(1713, 'Nupp: Edasi', 1, 'Continue', 'Continue', 110),
(1714, 'Nupp: Request downloading from supplier', 1, 'Download from Saurus homepage', 'Download from Saurus homepage', 110),
(1715, 'object_templates', 1, 'Object templates', 'Object templates', 110),
(1716, 'oi_format', 1, 'Output/Input format', 'Output/Input format', 110),
(1717, 'ok', 1, 'OK', 'OK', 110),
(1718, 'Orders', 1, 'Orders', 'Orders', 110),
(1719, 'Organization', 1, 'Organization', 'Organization', 110),
(1720, 'Original string', 1, 'Translation in product', 'Translation in product', 110),
(1721, 'overview', 1, 'Overview', 'Overview', 110),
(1722, 'overwrite', 1, 'Overwrite existing data', 'Overwrite existing data', 110),
(1723, 'Overwrite custom translations', 1, 'Overwrite custom translations', 'Overwrite custom translations', 110),
(1724, 'overwrite_file', 1, 'Are you sure you want to overwrite existing file?', 'Are you sure you want to overwrite existing file?', 110),
(1725, 'Page templates', 1, 'Page templates', 'Page templates', 110),
(1726, 'page_end_html', 1, 'Google Analytics JavaScript', 'Google Analytics JavaScript', 110),
(1727, 'Passwd fieldname', 1, 'Password fieldname', 'Password fieldname', 110),
(1728, 'Password', 1, 'Password', 'Password', 110),
(1729, 'People', 1, 'People', 'People', 110),
(1730, 'Permissions', 1, 'Permissions', 'Permissions', 110),
(1731, 'plain_text', 1, 'Plain text', 'Plain text', 110),
(1732, 'please_fill_in_the_title!', 1, 'Please fill in the title!', 'Please fill in the title!', 110),
(1733, 'presentation', 1, 'Presentation', 'Presentation', 110),
(1734, 'Privileegid', 1, 'Privileges', 'Privileges', 110),
(1735, 'products', 1, 'Products', 'Products', 110),
(1736, 'product_category', 1, 'Product category', 'Product category', 110),
(1737, 'product_manufacturer', 1, 'Product manufacturer', 'Product manufacturer', 110),
(1738, 'product_profiles', 1, 'Product profiles', 'Product profiles', 110),
(1739, 'profile definition', 1, 'Profile Definition', 'Profile Definition', 110),
(1740, 'Profiles', 1, 'Profiles', 'Profiles', 110),
(1741, 'profile_data', 1, 'Data', 'Data', 110),
(1742, 'Properties', 1, 'Properties', 'Properties', 110),
(1743, 'protocol', 1, 'Protocol', 'Protocol', 110),
(1744, 'proxy', 1, 'Proxy for outgoing connection', 'Proxy for outgoing connection', 110),
(1745, 'Recievers', 1, 'Recievers', 'Recievers', 110),
(1746, 'Recycle Bin is empty', 1, 'Recycle Bin is empty', 'Recycle Bin is empty', 110),
(1747, 'recycle_bin', 1, 'Recycle bin', 'Recycle bin', 110),
(1748, 'Refresh', 1, 'Refresh', 'Refresh', 110),
(1749, 'replication', 1, 'Replication', 'Replication', 110),
(1750, 'Report a bug', 1, 'Report a bug', 'Report a bug', 110),
(1751, 'Request method', 1, 'Request method', 'Request method', 110),
(1752, 'reset', 1, 'Reset', 'Reset', 110),
(1753, 'Resources', 1, 'Resources', 'Resources', 110),
(1754, 'Return_fields', 1, 'Returned fields', 'Returned fields', 110),
(1755, 'Rubriigi alampuu', 1, 'Subtree of section', 'Subtree of section', 110),
(1756, 'Salasonad ei ole uhesugused', 1, 'Passwords do not match', 'Passwords do not match', 110),
(1757, 'Sample adminpage', 1, 'Sample adminpage', 'Sample adminpage', 110),
(1758, 'sampo_payment', 1, 'Sampo Bank', 'Sampo Bank', 110),
(1759, 'saurus_cms_homepage', 1, 'Saurus CMS homepage', 'Saurus CMS homepage', 110),
(1760, 'save', 1, 'Save', 'Save', 110),
(1761, 'scope', 1, 'Scope', 'Scope', 110),
(1762, 'search & replace', 1, 'Search & replace', 'Search & replace', 110),
(1763, 'second one', 1, 'Second One', 'Second One', 110),
(1764, 'Send your feedback', 1, 'Send your feedback', 'Send your feedback', 110),
(1765, 'session_and_timeouts', 1, 'Session and limits', 'Session and limits', 110),
(1766, 'shop_cart', 1, 'Shopping cart', 'Shopping cart', 110),
(1767, 'Site CSS styles', 1, 'Site CSS styles', 'Site CSS styles', 110),
(1768, 'sites_delete_confirm', 1, 'Are you sure you want to delete site', 'Are you sure you want to delete site', 110),
(1769, 'site_changed', 1, 'site changed', 'site changed', 110),
(1770, 'site_created', 1, 'site created', 'site created', 110),
(1771, 'site_delete', 1, 'Delete site', 'Delete site', 110),
(1772, 'site_deleted', 1, 'site deleted', 'site deleted', 110),
(1773, 'site_design', 1, 'Site design', 'Site design', 110),
(1774, 'site_extension_must_be_unique', 1, 'Site extension must be unique', 'Site extension must be unique', 110),
(1775, 'site_name', 1, 'Site name', 'Site name', 110),
(1776, 'site_name_extension_encoding_glossary_required', 1, 'Name, extension, encoding and glossary are required', 'Name, extension, encoding and glossary are required', 110),
(1777, 'site_objects_will_be_deleted', 1, 'objects will be permanently deleted', 'objects will be permanently deleted', 110),
(1778, 'Site_properties', 1, 'Site properties', 'Site properties', 110),
(1779, 'Site_styles', 1, 'Site Styles', 'Site Styles', 110),
(1780, 'slogan', 1, 'Slogan', 'Slogan', 110),
(1781, 'Spam', 1, 'Spam', 'Spam', 110),
(1782, 'sso_applications', 1, 'SSO applications', 'SSO applications', 110),
(1783, 'Status', 1, 'Status', 'Status', 110),
(1784, 'Styles', 1, 'Styles', 'Styles', 110),
(1785, 'subject_line', 1, 'Subject', 'Subject', 110),
(1786, 'System', 1, 'System', 'System', 110),
(1787, 'system info', 1, 'System info', 'System info', 110),
(1788, 'System_articles', 1, 'Site settings', 'Site settings', 110),
(1789, 'system_messages', 1, 'System messages', 'System messages', 110),
(1790, 'Tagasisidevormid', 1, 'Tagasisidevormid', 'Tagasisidevormid', 110),
(1791, 'Target site actions', 1, 'Target site actions', 'Target site actions', 110),
(1792, 'Templates', 1, 'Templates', 'Templates', 110),
(1793, 'Test it', 1, 'Test it', 'Test it', 110),
(1794, 'Text_styles', 1, 'Text Styles', 'Text Styles', 110),
(1795, 'Thank you for your feedback', 1, 'Thank you for your feedback', 'Thank you for your feedback', 110),
(1796, 'thumbnail_view', 1, 'Thumbnails', 'Thumbnails', 110),
(1797, 'timezone', 1, 'Time zone', 'Time zone', 110),
(1798, 'time_interval', 1, 'Time interval', 'Time interval', 110),
(1799, 'Toimetaja keskond IP filter valja lulitatud', 1, 'You can not disable your own IP-address! Filtering disabled.', 'You can not disable your own IP-address! Filtering disabled.', 110),
(1800, 'Tolkimine', 1, 'Translation', 'Translation', 110),
(1801, 'tools', 1, 'Tools', 'Tools', 110),
(1802, 'total items', 1, 'Total', 'Total', 110),
(1803, 'Translations', 1, 'Glossary', 'Glossary', 110),
(1804, 'translation_word_is_required', 1, 'System string is required', 'System string is required', 110),
(1805, 'Type', 1, 'Type', 'Type', 110),
(1806, 'Type your feedback here', 1, 'Type your feedback here', 'Type your feedback here', 110),
(1807, 'Unauthorized access', 1, 'Unauthorized access', 'Unauthorized access', 110),
(1808, 'upload', 1, 'Upload', 'Upload', 110),
(1809, 'Upload new file', 1, 'Upload new file', 'Upload new file', 110),
(1810, 'upos_payment', 1, 'SEB Eesti Ãœhispank', 'SEB Eesti Ãœhispank', 110),
(1811, 'User fieldname', 1, 'Username fieldname', 'Username fieldname', 110),
(1812, 'Username', 1, 'Username', 'Username', 110),
(1813, 'Users', 1, 'New users', 'New users', 110),
(1814, 'users_login', 1, 'User login', 'User login', 110),
(1815, 'user_defined_messages', 1, 'User defined messages', 'User defined messages', 110),
(1816, 'Vali', 1, 'Choose', 'Choose', 110),
(1817, 'view', 1, 'View', 'View', 110),
(1818, 'Visible in section editor', 1, 'Visible in section editor', 'Visible in section editor', 110),
(1819, 'warning', 1, 'Warning', 'Warning', 110),
(1820, 'website_properties', 1, 'Website properties', 'Website properties', 110),
(1821, 'when', 1, 'When', 'When', 110),
(1822, 'who', 1, 'Who', 'Who', 110),
(1823, 'WYSIWYG Fonts', 1, 'Styles in article editor dropdown', 'Styles in article editor dropdown', 110),
(1824, 'WYSIWYG General', 1, 'Styles used only by article editor', 'Styles used only by article editor', 110),
(1825, 'XML', 1, 'XML', 'XML', 110),
(1826, 'amount', 1, 'Amount', 'Amount', 111),
(1827, 'cart', 1, 'Cart', 'Cart', 111),
(1828, 'cart delete confirmation', 1, 'Delete this shoppingcart?', 'Delete this shoppingcart?', 111),
(1829, 'cart_data', 1, 'Cart content', 'Cart content', 111),
(1830, 'cart_id', 1, 'Cart ID', 'Cart ID', 111),
(1831, 'category', 1, 'Category', 'Category', 111),
(1832, 'code', 1, 'Code', 'Code', 111),
(1833, 'description', 1, 'Description', 'Description', 111),
(1834, 'image', 1, 'Image', 'Image', 111),
(1835, 'manufacturer', 1, 'Manufacturer', 'Manufacturer', 111),
(1836, 'order', 1, 'Order', 'Order', 111),
(1837, 'Order nr', 1, 'Nr', 'Nr', 111),
(1838, 'orders', 1, 'Orders', 'Orders', 111),
(1839, 'order_date', 1, 'Date', 'Date', 111),
(1840, 'payment_status', 1, 'Payment status', 'Payment status', 111),
(1841, 'payment_type', 1, 'Payment type', 'Payment type', 111),
(1842, 'price', 1, 'Price', 'Price', 111),
(1843, 'Product', 1, 'Product', 'Product', 111),
(1844, 'status', 1, 'Status', 'Status', 111),
(1845, 'thubmnail', 1, 'Thumbnail', 'Thumbnail', 111),
(1846, 'total', 1, 'Total', 'Total', 111),
(1847, 'transport', 1, 'Transport', 'Transport', 111),
(1848, 'user_data', 1, 'Client info', 'Client info', 111),
(1849, 'VAT', 1, 'VAT', 'VAT', 111),
(1850, 'Clear cache', 1, 'Clear cache', 'Clear cache', 112),
(1851, 'add date and time info to filename', 1, 'add date and time info to filename', 'add date and time info to filename', 113),
(1852, 'CMS objects from Sections', 1, 'CMS objects from Sections', 'CMS objects from Sections', 113),
(1853, 'Custom SQL', 1, 'Custom SQL', 'Custom SQL', 113),
(1854, 'Data from DB-table', 1, 'Data from DB-table', 'Data from DB-table', 113),
(1855, 'DB field', 1, 'Database field', 'Database field', 113),
(1856, 'DB table', 1, 'Database table', 'Database table', 113),
(1857, 'Delete file after import?', 1, 'Delete file after import', 'Delete file after import', 113),
(1858, 'Delete old data', 1, 'Delete old data', 'Delete old data', 113),
(1859, 'Delete old data using WHERE SQL', 1, 'Delete old data using WHERE SQL', 'Delete old data using WHERE SQL', 113),
(1860, 'Directory', 1, 'XML files directory', 'XML files directory', 113),
(1861, 'Error: Broken source data', 1, 'Error: Broken source data', 'Error: Broken source data', 113),
(1862, 'Export_email', 1, 'E-mail, where exportfile will be sent', 'E-mail, where exportfile will be sent', 113),
(1863, 'Mapping name', 1, 'Data mapping name', 'Data mapping name', 113),
(1864, 'PHP script for data mappings', 1, 'PHP script for setting your own data mappings', 'PHP script for setting your own data mappings', 113),
(1865, 'Preserve old data', 1, 'Preserve old data', 'Preserve old data', 113),
(1866, 'Reverse data', 1, 'Reverse data', 'Reverse data', 113),
(1867, 'Run with Cron', 1, 'Run with Cron', 'Run with Cron', 113),
(1868, 'Run with pageload', 1, 'Run with pageload', 'Run with pageload', 113),
(1869, 'Select data source for Export', 1, 'Select data source for Export', 'Select data source for Export', 113),
(1870, 'Select data source for Import', 1, 'Select how you define data mappings for import', 'Select how you define data mappings for import', 113),
(1871, 'Source (XML) encoding', 1, 'Source (XML) encoding', 'Source (XML) encoding', 113),
(1872, 'Special dataprocessing', 1, 'Special dataprocessing', 'Special dataprocessing', 113),
(1873, 'Starting element', 1, 'Start from element', 'Start from element', 113),
(1874, 'Target (site) encoding', 1, 'Target (site) encoding', 'Target (site) encoding', 113),
(1875, 'Update records by unique field', 1, 'Update records by unique field', 'Update records by unique field', 113),
(1876, 'using CMS', 1, 'using CMS (default)', 'using CMS (default)', 113),
(1877, 'using PHP script', 1, 'using my own PHP script', 'using my own PHP script', 113),
(1878, 'With special processing', 1, 'With special processing (old)', 'With special processing (old)', 113),
(1879, 'XML element', 1, 'XML element', 'XML element', 113),
(1880, 'XML name', 1, 'Name', 'Name', 113),
(1881, 'XML Result tagname', 1, 'XML Result tagname', 'XML Result tagname', 113),
(1882, 'XML Root Begin', 1, 'XML Root Begin', 'XML Root Begin', 113),
(1883, 'XML Root End', 1, 'XML Root End', 'XML Root End', 113),
(1884, 'any case', 1, 'Any case', 'Any case', 114),
(1885, 'Are you sure?', 1, 'Are you sure?', 'Are you sure?', 114),
(1886, 'Article', 1, 'Article', 'Article', 114),
(1887, 'Available', 1, 'Available', 'Available', 114),
(1888, 'button: find', 1, 'Find!', 'Find!', 114),
(1889, 'button: Replace', 1, 'Replace!', 'Replace!', 114),
(1890, 'Changed', 1, 'Changed!', 'Changed!', 114),
(1891, 'compare', 1, 'compare', 'compare', 114),
(1892, 'Database', 1, 'Database', 'Database', 114),
(1893, 'Database optimized', 1, 'Database optimized', 'Database optimized', 114),
(1894, 'Download CSV file', 1, 'Download CSV file', 'Download CSV file', 114),
(1895, 'everythere', 1, 'Everywhere', 'Everywhere', 114),
(1896, 'Files', 1, 'Files', 'Files', 114),
(1897, 'From', 1, 'From', 'From', 114),
(1898, 'location', 1, 'Location', 'Location', 114),
(1899, 'Modified', 1, 'Modified', 'Modified', 114),
(1900, 'Modified date', 1, 'Modified date', 'Modified date', 114),
(1901, 'NOT FOUND', 1, 'Not found', 'Not found', 114),
(1902, 'optimize database', 1, 'Optimize database', 'Optimize database', 114),
(1903, 'Quota for database', 1, 'Quota for database', 'Quota for database', 114),
(1904, 'Quota for files', 1, 'Quota for files', 'Quota for files', 114),
(1905, 'Replace string', 1, 'Replace string', 'Replace string', 114),
(1906, 'Results', 1, 'Results', 'Results', 114),
(1907, 'Search in sections', 1, 'Search in sections', 'Search in sections', 114),
(1908, 'Search string', 1, 'Search string', 'Search string', 114),
(1909, 'Search type', 1, 'Search type', 'Search type', 114),
(1910, 'Select all', 1, 'Select all', 'Select all', 114),
(1911, 'Show only broken links', 1, 'Show only broken links', 'Show only broken links', 114),
(1912, 'Show only published objects', 1, 'Show only published objects', 'Show only published objects', 114),
(1913, 'To', 1, 'To', 'To', 114),
(1914, 'Total quota', 1, 'Total quota', 'Total quota', 114),
(1915, 'Totally [XXX]([YYY] unique) links or images will be checked', 1, 'Totally [XXX]([YYY] unique) links or images will be checked', 'Totally [XXX]([YYY] unique) links or images will be checked', 114),
(1916, 'whole word', 1, 'Whole word', 'Whole word', 114),
(1917, 'Assign to', 1, 'Assign to', 'Assign to', 115),
(1918, 'completed', 1, 'Completed', 'Completed', 115),
(1919, 'Conflicts found!', 1, 'Conflicts found!', 'Conflicts found!', 115),
(1920, 'daily', 1, 'Daily', 'Daily', 115),
(1921, 'day', 1, 'day', 'day', 115),
(1922, 'end', 1, 'End', 'End', 115),
(1923, 'ends_after', 1, 'Ends after', 'Ends after', 115),
(1924, 'Events', 1, 'Events', 'Events', 115),
(1925, 'every', 1, 'Every', 'Every', 115),
(1926, 'hours', 1, 'hours', 'hours', 115),
(1927, 'Location', 1, 'Location', 'Location', 115),
(1928, 'month', 1, 'month', 'month', 115),
(1929, 'Never ends', 1, 'Never ends', 'Never ends', 115),
(1930, 'occurs', 1, 'Occurs', 'Occurs', 115),
(1931, 'once', 1, 'Once', 'Once', 115),
(1932, 'participants', 1, 'Participants', 'Participants', 115),
(1933, 'Please fill in the end date!', 1, 'Please fill in the end date!', 'Please fill in the end date!', 115),
(1934, 'private', 1, 'Private', 'Private', 115),
(1935, 'progress', 1, 'Progress', 'Progress', 115),
(1936, 'Recurrence', 1, 'Recurrence', 'Recurrence', 115),
(1937, 'recurrent', 1, 'Recurrent', 'Recurrent', 115),
(1938, 'start', 1, 'Start', 'Start', 115),
(1939, 'started', 1, 'Started', 'Started', 115),
(1940, 'task_event', 1, 'Task / Event', 'Task / Event', 115),
(1941, 'The date has to be in format: dd.mm.yyyy!', 1, 'The date has to be in format: dd.mm.yyyy!', 'The date has to be in format: dd.mm.yyyy!', 115),
(1942, 'time', 1, 'Time', 'Time', 115),
(1943, 'Total time', 1, 'Total time', 'Total time', 115),
(1944, 'tracking', 1, 'Tracking', 'Tracking', 115),
(1945, 'workday', 1, 'workday', 'workday', 115),
(1946, 'add_file_favorite', 1, 'Add favorite', 'Add favorite', 116),
(1947, 'add_folder', 1, 'Add folder', 'Add folder', 116),
(1948, 'add_folder_favorite', 1, 'Add favorite', 'Add favorite', 116),
(1949, 'cancel', 1, 'Cancel', 'Cancel', 116),
(1950, 'cant_delete_folder', 1, 'Can''t delete - folder is not empty!', 'Can''t delete - folder is not empty!', 116),
(1951, 'could_not_create_folder', 1, 'Could not create folder', 'Could not create folder', 116),
(1952, 'could_not_delete_folder_from_filesystem', 1, 'Could not delete folder', 'Could not delete folder', 116),
(1953, 'could_not_rename_folder', 1, 'Could not rename folder', 'Could not rename folder', 116),
(1954, 'create_folder', 1, 'Create', 'Create', 116),
(1955, 'create_subfolder', 1, 'Create subfolder', 'Create subfolder', 116),
(1956, 'delete_file', 1, 'delete', 'delete', 116),
(1957, 'delete_folder', 1, 'Delete', 'Delete', 116),
(1958, 'edit_file', 1, 'Edit', 'Edit', 116),
(1959, 'file', 1, 'file', 'file', 116),
(1960, 'filename', 1, 'Filename', 'Filename', 116),
(1961, 'files', 1, 'files', 'files', 116),
(1962, 'files_delete_confirmation', 1, 'Are you sure you want to delete selected files?', 'Are you sure you want to delete selected files?', 116),
(1963, 'files_selected', 1, 'With selected files you can', 'With selected files you can', 116),
(1964, 'file_date', 1, 'Date', 'Date', 116),
(1965, 'file_delete_confirmation', 1, 'Are you sure you want to delete the file', 'Are you sure you want to delete the file', 116),
(1966, 'file_list_view', 1, 'file list view', 'file list view', 116),
(1967, 'folder_delete_confirmation', 1, 'Are you sure you want to delete', 'Are you sure you want to delete', 116),
(1968, 'folder_exists', 1, 'Folder with this name already exists', 'Folder with this name already exists', 116),
(1969, 'folder_has_files', 1, 'This folder has files in it. Please delete these first', 'This folder has files in it. Please delete these first', 116),
(1970, 'folder_has_no_fs_permissions', 1, 'folder does not have write permissions', 'folder does not have write permissions', 116),
(1971, 'folder_has_subfolders', 1, 'This folder has subfolders, please delete these first', 'This folder has subfolders, please delete these first', 116),
(1972, 'folder_path', 1, 'Folder', 'Folder', 116),
(1973, 'folder_permissions', 1, 'Permissions', 'Permissions', 116),
(1974, 'lastmodified', 1, 'Last modified', 'Last modified', 116),
(1975, 'last_changed', 1, 'Last Edit Date', 'Last Edit Date', 116),
(1976, 'mimetype', 1, 'MIME type', 'MIME type', 116),
(1977, 'move_file', 1, 'move', 'move', 116),
(1978, 'no_files_found', 1, 'No files found', 'No files found', 116),
(1979, 'no_files_in_folder', 1, 'There are no files in this folder, try uploading', 'There are no files in this folder, try uploading', 116),
(1980, 'no_files_selected', 1, 'No files have been selected, you can', 'No files have been selected, you can', 116),
(1981, 'no_permissions', 1, 'You do not have permissions to do that', 'You do not have permissions to do that', 116),
(1982, 'no_permissions_to_create_folder', 1, 'You do not have permissions to create folders or files under:', 'You do not have permissions to create folders or files under:', 116),
(1983, 'no_permissions_to_delete_some_files', 1, 'You do not have permissions do delete some files', 'You do not have permissions do delete some files', 116),
(1984, 'ok', 1, 'OK', 'OK', 116),
(1985, 'Path', 1, 'Path', 'Path', 116),
(1986, 'pealkiri', 1, 'Name', 'Name', 116),
(1987, 'rename_folder', 1, 'Rename', 'Rename', 116),
(1988, 'save_folder', 1, 'Save', 'Save', 116),
(1989, 'search_files', 1, 'Search', 'Search', 116),
(1990, 'select_all_files', 1, 'select all', 'select all', 116),
(1991, 'size', 1, 'Size', 'Size', 116),
(1992, 'some_files_could_not_be_deleted', 1, 'Some files could not be deleted', 'Some files could not be deleted', 116),
(1993, 'synchronise_folder', 1, 'Synchronise', 'Synchronise', 116),
(1994, 'thumbnail_view', 1, 'thumbnail view', 'thumbnail view', 116),
(1995, 'unable_to_move_files', 1, 'Some files were not movable', 'Some files were not movable', 116),
(1996, 'unselect_all_files', 1, 'unselect all', 'unselect all', 116),
(1997, 'upload', 1, 'Upload', 'Upload', 116),
(1998, 'upload_files', 1, 'Upload files', 'Upload files', 116),
(1999, 'upload_limit_size', 1, 'size exceeds upload limit of', 'size exceeds upload limit of', 116),
(2000, 'upload_queue_limit', 1, 'You have attempted to upload too many files, the limit is', 'You have attempted to upload too many files, the limit is', 116),
(2001, 'view_file', 1, 'View', 'View', 116),
(2002, 'Extension', 1, 'Extension', 'Extension', 117),
(2003, 'icon_path', 1, 'Icon path', 'Icon path', 117),
(2004, 'min_saurus_modules', 1, 'Minimum Saurus modules required', 'Minimum Saurus modules required', 117),
(2005, 'min_saurus_version', 1, 'Minimum Saurus version required', 'Minimum Saurus version required', 117),
(2006, 'Official', 1, 'Official', 'Official', 117),
(2007, 'Version', 1, 'Version', 'Version', 117),
(2008, 'Definitions', 1, 'Definitions', 'Definitions', 118),
(2009, 'Processes', 1, 'Processes', 'Processes', 118);

-- --------------------------------------------------------

--
-- Table structure for table `sys_sonad_kirjeldus`
--

CREATE TABLE `sys_sonad_kirjeldus` (
  `sst_id` smallint(6) unsigned NOT NULL DEFAULT '0',
  `sys_sona` varchar(255) NOT NULL DEFAULT '',
  `sona` varchar(255) DEFAULT NULL,
  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`sst_id`,`sys_sona`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `sys_sonad_kirjeldus`
--

INSERT INTO `sys_sonad_kirjeldus` VALUES
(23, 'address', 'address', '2005-07-12 12:46:33'),
(23, 'aeg', 'aeg', '2005-07-12 12:48:36'),
(23, 'Article', 'Article', '2005-07-12 12:48:36'),
(23, 'author', 'author', '2005-07-12 12:46:33'),
(23, 'avaldamisaeg_algus', 'avaldamisaeg_algus', '2005-07-12 12:48:36'),
(23, 'avaldamisaeg_lopp', 'avaldamisaeg_lopp', '2005-07-12 12:48:36'),
(23, 'birthdate', 'birthdate', '2005-07-12 12:46:33'),
(23, 'city', 'city', '2005-07-12 12:46:33'),
(23, 'Contact', 'Contact', '2005-07-12 12:46:33'),
(23, 'country', 'country', '2005-07-12 12:46:33'),
(23, 'Country-short', 'Country-short', '2005-07-12 12:46:33'),
(23, 'date', 'date', '2006-04-06 11:59:16'),
(23, 'Document', 'Document', '2005-07-12 12:46:33'),
(23, 'email', 'email', '2005-07-12 12:46:33'),
(23, 'fax', 'fax', '2005-07-12 12:46:33'),
(23, 'Files', 'Files', '2005-07-12 12:46:33'),
(23, 'firstname', 'firstname', '2005-07-12 12:46:33'),
(23, 'fulltext_keywords', 'Keywords', '2007-04-11 15:12:13'),
(23, 'image', 'image', '2005-07-12 12:46:33'),
(23, 'Images', 'Images', '2005-07-12 12:46:33'),
(23, 'image_definitions_Content width', NULL, '0000-00-00 00:00:00'),
(23, 'image_definitions_Half of content width', NULL, '0000-00-00 00:00:00'),
(23, 'image_definitions_Sisu laius', NULL, '0000-00-00 00:00:00'),
(23, 'lastname', 'lastname', '2005-07-12 12:46:33'),
(23, 'mimetype', 'mimetype', '2005-07-12 12:46:33'),
(23, 'mobile', 'mobile', '2005-07-12 12:46:33'),
(23, 'name', 'name', '2005-07-12 12:46:33'),
(23, 'notes', 'notes', '2005-07-12 12:46:33'),
(23, 'number', 'number', '2005-07-12 12:46:33'),
(23, 'phone', 'phone', '2005-07-12 12:46:33'),
(23, 'postalcode', 'postalcode', '2005-07-12 12:46:33'),
(23, 'Room', 'Room', '2005-07-12 12:46:33'),
(23, 'tel', 'tel', '2005-07-12 12:46:33'),
(23, 'username', 'username', '2005-07-12 12:46:33'),
(23, 'website', 'website', '2005-07-12 12:46:33'),
(101, 'add', 'Add', '[[regtime]]'),
(101, 'add comment', 'Add comment', '[[regtime]]'),
(101, 'advanced search', 'Advanced search', '[[regtime]]'),
(101, 'all the words', 'All the words', '[[regtime]]'),
(101, 'application name', 'Application', '[[regtime]]'),
(101, 'applications login info', 'Applications', '[[regtime]]'),
(101, 'archive', 'Archive', '[[regtime]]'),
(101, 'author', 'Author', '[[regtime]]'),
(101, 'by title', 'By title', '[[regtime]]'),
(101, 'CAPTCHA failed', 'Entered text did not match text on the image', '[[regtime]]'),
(101, 'changed last', 'Changed last', '[[regtime]]'),
(101, 'comment', 'Comment', '[[regtime]]'),
(101, 'comments', 'Comments', '[[regtime]]'),
(101, 'does not include', 'Does not include', '[[regtime]]'),
(101, 'e-mail', 'E-mail', '[[regtime]]'),
(101, 'enter_the_text_on_the_image', 'Enter the text on the image', '[[regtime]]'),
(101, 'exact phrase', 'Exact phrase', '[[regtime]]'),
(101, 'forums', 'Forums', '[[regtime]]'),
(101, 'from section', 'From section', '[[regtime]]'),
(101, 'hide e-mail', 'Don''t show e-mail', '[[regtime]]'),
(101, 'keyword_too_short', 'Keyword is too short', '[[regtime]]'),
(101, 'last 3 months', 'Last 3 months', '[[regtime]]'),
(101, 'last 6 months', 'Last 6 months', '[[regtime]]'),
(101, 'last month', 'Last month', '[[regtime]]'),
(101, 'last reply', 'Last reply', '[[regtime]]'),
(101, 'last week', 'Last week', '[[regtime]]'),
(101, 'last year', 'Last year', '[[regtime]]'),
(101, 'latest posts', 'Latest posts', '[[regtime]]'),
(101, 'mailinglists', 'Subscribe to mailinglists', '[[regtime]]'),
(101, 'name', 'Name', '[[regtime]]'),
(101, 'new comment', 'New comment', '[[regtime]]'),
(101, 'new message', 'New message', '[[regtime]]'),
(101, 'new topic', 'New topic', '[[regtime]]'),
(101, 'newest first', 'Newest first', '[[regtime]]'),
(101, 'one of the words', 'One of the words', '[[regtime]]'),
(101, 'password', 'Password', '[[regtime]]'),
(101, 'password expired message', 'Your password is expired, enter new password', '[[regtime]]'),
(101, 'please fill in', 'Please fill in', '[[regtime]]'),
(101, 'profile', 'Profile', '[[regtime]]'),
(101, 'register', 'Register', '[[regtime]]'),
(101, 'replies', 'Replies', '[[regtime]]'),
(101, 'reply', 'Reply', '[[regtime]]'),
(101, 'rss entries', 'Entries', '[[regtime]]'),
(101, 'search', 'Search', '[[regtime]]'),
(101, 'search_order_relevance', 'By relevance', '[[regtime]]'),
(101, 'see also', 'See also', '[[regtime]]'),
(101, 'send', 'Send', '[[regtime]]'),
(101, 'send_replies', 'Send replies to e-mail', '[[regtime]]'),
(101, 'sitemap', 'Sitemap', '[[regtime]]'),
(101, 'title', 'Title', '[[regtime]]'),
(101, 'topics', 'Topics', '[[regtime]]'),
(101, 'username', 'Username', '[[regtime]]'),
(101, 'whenever', 'Whenever', '[[regtime]]'),
(101, 'yesterday', 'Yesterday', '[[regtime]]'),
(103, '404error', 'Error 404 - page not found', '[[regtime]]'),
(103, 'add_cart', 'The item has been added to the cart', '[[regtime]]'),
(103, 'Album', 'Album', '[[regtime]]'),
(103, 'Artiklid', '1 Column Layout', '[[regtime]]'),
(103, 'Artiklid 2 veerus', '2 Column Layout', '[[regtime]]'),
(103, 'Artiklite pealkirjad', 'Article headlines', '[[regtime]]'),
(103, 'default', 'Default', '[[regtime]]'),
(103, 'Dokumendid', 'Documents', '[[regtime]]'),
(103, 'error_page', 'Error message page', '[[regtime]]'),
(103, 'Event calendar', 'Event calendar', '[[regtime]]'),
(103, 'External application', 'External application', '[[regtime]]'),
(103, 'Foorum', 'Forum', '[[regtime]]'),
(103, 'gallup_arhiiv', 'Poll''s archive', '[[regtime]]'),
(103, 'gallup_ip_olemas', 'Error message for repeating IP (Poll)', '[[regtime]]'),
(103, 'gallup_ok', 'Poll results OK', '[[regtime]]'),
(103, 'home', 'Homepage', '[[regtime]]'),
(103, 'kasutaja_locked', 'User blocked', '[[regtime]]'),
(103, 'kasutaja_registreeritud', 'User already registered', '[[regtime]]'),
(103, 'kasutaja_uuendatud', 'User updated', '[[regtime]]'),
(103, 'login_incorrect', 'Login incorrect', '[[regtime]]'),
(103, 'Metadata', 'Metadata', '[[regtime]]'),
(103, 'ok_page', 'OK page', '[[regtime]]'),
(103, 'Registreerimisvorm', 'Registration form', '[[regtime]]'),
(103, 'save_cart', 'The cart has been saved', '[[regtime]]'),
(103, 'system', 'System', '[[regtime]]'),
(103, 'Tappisotsing', 'Advanced search', '[[regtime]]'),
(103, 'trash', 'Recycle Bin', '[[regtime]]'),
(103, 'tyhiotsing', 'Empty search result message', '[[regtime]]'),
(103, 'tyyp_Album', 'Album', '[[regtime]]'),
(103, 'tyyp_Artikkel', 'Article', '[[regtime]]'),
(103, 'tyyp_asset', 'Custom asset', '[[regtime]]'),
(103, 'tyyp_Dokument', 'Document', '[[regtime]]'),
(103, 'tyyp_Event', 'Event', '[[regtime]]'),
(103, 'tyyp_file', 'File', '[[regtime]]'),
(103, 'tyyp_folder', 'Folder', '[[regtime]]'),
(103, 'tyyp_Gallup', 'Poll', '[[regtime]]'),
(103, 'tyyp_Iframe-kast', 'Iframe-box', '[[regtime]]'),
(103, 'tyyp_Kommentaar', 'Comment', '[[regtime]]'),
(103, 'tyyp_Lingikast', 'Link list', '[[regtime]]'),
(103, 'tyyp_link', 'link', '[[regtime]]'),
(103, 'tyyp_Login-kast', 'Login-box', '[[regtime]]'),
(103, 'tyyp_Pilt', 'Picture', '[[regtime]]'),
(103, 'tyyp_product_category', 'Product catalog', '[[regtime]]'),
(103, 'tyyp_resource', 'Resource', '[[regtime]]'),
(103, 'tyyp_Rubriik', 'Section', '[[regtime]]'),
(103, 'tyyp_Teema', 'Topic', '[[regtime]]'),
(103, 'tyyp_Uudistekogu', 'Article''s list', '[[regtime]]'),
(103, 'tyyp_Valine link', 'Link', '[[regtime]]'),
(103, 'unustatud_parool_saadetud', 'Forgotten password sent', '[[regtime]]'),
(103, 'Uudised', 'News with Archiveing', '[[regtime]]'),
(103, 'your_IP_disabled', 'User IP blocked', '[[regtime]]'),
(104, 'access denied', 'Access denied', '[[regtime]]'),
(104, 'Address', 'Aadress', '[[regtime]]'),
(104, 'add_images', 'add_images', '[[regtime]]'),
(104, 'advanced', 'Advanced', '[[regtime]]'),
(104, 'Aeg', 'Time', '[[regtime]]'),
(104, 'Alampuu', 'Sub-tree', '[[regtime]]'),
(104, 'Alates', 'Since', '[[regtime]]'),
(104, 'albumis on', 'This album contains', '[[regtime]]'),
(104, 'Algatatud', 'Started', '[[regtime]]'),
(104, 'Anonymous', 'Anonymous', '[[regtime]]'),
(104, 'Another editor is editing this document right now', 'Another editor is editing this document right now', '[[regtime]]'),
(104, 'Apply', 'Apply', '[[regtime]]'),
(104, 'artikkel', 'Article', '[[regtime]]'),
(104, 'Artiklite arv', 'Number of articles', '[[regtime]]'),
(104, 'asset', 'Custom asset', '[[regtime]]'),
(104, 'asub veel kohtades', 'Is located on following places', '[[regtime]]'),
(104, 'Autor', 'Author', '[[regtime]]'),
(104, 'avaldamine', 'Publishing', '[[regtime]]'),
(104, 'Avaldatud', 'Publish', '[[regtime]]'),
(104, 'Avatud', 'Opened', '[[regtime]]'),
(104, 'Avatud artiklid', 'Open articles', '[[regtime]]'),
(104, 'big_file', 'File size exceeds allowed limits!', '[[regtime]]'),
(104, 'Choose', 'Choose', '[[regtime]]'),
(104, 'choose_a_folder', 'choose_a_folder', '[[regtime]]'),
(104, 'Close', 'Close', '[[regtime]]'),
(104, 'Content template', 'Content template', '[[regtime]]'),
(104, 'context_button_edit', 'Edit', '[[regtime]]'),
(104, 'context_button_move_down', 'Move down', '[[regtime]]'),
(104, 'context_button_move_up', 'Move up', '[[regtime]]'),
(104, 'context_button_unpublish', 'Unpublish', '[[regtime]]'),
(104, 'Copy permissions to subtree', 'Copy permissions to subtree', '[[regtime]]'),
(104, 'Create', 'Create', '[[regtime]]'),
(104, 'delete_object_alert', 'NB! This object is located in other sections also. The object will be deleted from all sections!', '[[regtime]]'),
(104, 'delete_section_alert', 'NB! This section includes objects which are published also in other sections. <br>These objects are deleted only from this section.', '[[regtime]]'),
(104, 'delete_table', 'Delete Table', '[[regtime]]'),
(104, 'do you want to permanently delete', 'Do you want to delete this permanently?', '[[regtime]]'),
(104, 'dokument', 'Document', '[[regtime]]'),
(104, 'download', 'Download', '[[regtime]]'),
(104, 'E-mail', 'E-mail', '[[regtime]]'),
(104, 'Eelmine pilt', 'Previous', '[[regtime]]'),
(104, 'Encoding', 'Encoding', '[[regtime]]'),
(104, 'End date is sooner than start date', 'End date is sooner than start date', '[[regtime]]'),
(104, 'eraldaja', 'Divider', '[[regtime]]'),
(104, 'Event', 'Event', '[[regtime]]'),
(104, 'Expires', 'Expires', '[[regtime]]'),
(104, 'Fail', 'File', '[[regtime]]'),
(104, 'Faili nimi juba kinni', 'Filename already in use', '[[regtime]]'),
(104, 'Faili salvestamisel tekkis viga', 'Error in saving file', '[[regtime]]'),
(104, 'fieldname', 'fieldname', '[[regtime]]'),
(104, 'Filename', 'File name', '[[regtime]]'),
(104, 'fm_choose_file_for_link', 'Choose file for link', '[[regtime]]'),
(104, 'fm_choose_file_into_article', 'Choose a file to insert file into article', '[[regtime]]'),
(104, 'fm_choose_file_into_profile_field', 'Choose a file', '[[regtime]]'),
(104, 'fm_choose_user_image', 'Choose an image as user image', '[[regtime]]'),
(104, 'fm_insert_file_into_article', 'Insert file into article', '[[regtime]]'),
(104, 'fm_insert_file_into_profile_field', 'Insert file', '[[regtime]]'),
(104, 'fm_use_user_image', 'Use image', '[[regtime]]'),
(104, 'folder', 'Folder', '[[regtime]]'),
(104, 'Foorum lubatud', 'Allow comments', '[[regtime]]'),
(104, 'Forbidden', 'Forbidden', '[[regtime]]'),
(104, 'Forum alert: Your question has been sent', 'Your question has been sent.', '[[regtime]]'),
(104, 'Forum link: Show all questions', 'Show all questions', '[[regtime]]'),
(104, 'Forum link: Show only new questions', 'Show only new questions', '[[regtime]]'),
(104, 'Friendly_URL', 'Alias', '[[regtime]]'),
(104, 'gallup', 'Poll', '[[regtime]]'),
(104, 'Hide in menu', 'Hide in navigation menu', '[[regtime]]'),
(104, 'Hyperlink', 'Hyperlink', '[[regtime]]'),
(104, 'Image files directory', 'Image files directory', '[[regtime]]'),
(104, 'Image size', 'Image size', '[[regtime]]'),
(104, 'Is FAQ', 'Is FAQ', '[[regtime]]'),
(104, 'Jargmine pilt', 'Next', '[[regtime]]'),
(104, 'Jrk.nr', 'Nr.', '[[regtime]]'),
(104, 'Kas tahate kustutada', 'Do you want to delete?', '[[regtime]]'),
(104, 'Kasutajad', 'Users', '[[regtime]]'),
(104, 'Kasutajanimi', 'Username', '[[regtime]]'),
(104, 'Katkesta', 'Cancel', '[[regtime]]'),
(104, 'Keel', 'Language', '[[regtime]]'),
(104, 'Kirjad', 'Messages', '[[regtime]]'),
(104, 'Kirjeldus', 'Description', '[[regtime]]'),
(104, 'Kirju', 'Messages', '[[regtime]]'),
(104, 'kogumik', 'Article list', '[[regtime]]'),
(104, 'kohustuslik', 'required', '[[regtime]]'),
(104, 'koik', 'All', '[[regtime]]'),
(104, 'Kommentaar', 'Comment', '[[regtime]]'),
(104, 'Kujundusmall', 'Design template', '[[regtime]]'),
(104, 'Kuni', 'Until', '[[regtime]]'),
(104, 'Kustuta', 'Delete', '[[regtime]]'),
(104, 'Laius', 'Width', '[[regtime]]'),
(104, 'Leiti', 'Found', '[[regtime]]'),
(104, 'Link', 'Hyperlink', '[[regtime]]'),
(104, 'Lisa', 'Add', '[[regtime]]'),
(104, 'Lisa pilte', 'Add picture(s)', '[[regtime]]'),
(104, 'loginkast', 'Login module', '[[regtime]]'),
(104, 'Luhend', 'Abbreviation', '[[regtime]]'),
(104, 'Lukus', 'Locked', '[[regtime]]'),
(104, 'maaratud pealkiri', 'Headline can''t be empty!', '[[regtime]]'),
(104, 'Mall muudetav', 'Changeable template', '[[regtime]]'),
(104, 'Mall tyhi', 'Empty template', '[[regtime]]'),
(104, 'Metadata', 'Metadata', '[[regtime]]'),
(104, 'Metainfo', 'Metainfo', '[[regtime]]'),
(104, 'Muuda', 'Change', '[[regtime]]'),
(104, 'Naita alamartiklid', 'Show subarticles', '[[regtime]]'),
(104, 'Naita kuupaev', 'Show dates', '[[regtime]]'),
(104, 'Naita prindi ikoon', 'Show tools icons', '[[regtime]]'),
(104, 'New', 'New', '[[regtime]]'),
(104, 'New child', 'New child', '[[regtime]]'),
(104, 'Nimetus', 'Name', '[[regtime]]'),
(104, 'Nimi', 'Name', '[[regtime]]'),
(104, 'No', 'No', '[[regtime]]'),
(104, 'Objects', 'Objects', '[[regtime]]'),
(104, 'object_changed', 'Changed', '[[regtime]]'),
(104, 'object_created', 'Created', '[[regtime]]'),
(104, 'Objekt', 'Object', '[[regtime]]'),
(104, 'OK', 'OK', '[[regtime]]'),
(104, 'On kuupaev', 'Use date', '[[regtime]]'),
(104, 'On meilinglist', 'Add mailinglist', '[[regtime]]'),
(104, 'On noutud', 'On noutud', '[[regtime]]'),
(104, 'On select', 'On select', '[[regtime]]'),
(104, 'Open in new window', 'Open in new window', '[[regtime]]'),
(104, 'or', 'or', '[[regtime]]'),
(104, 'original picture', 'Original picture', '[[regtime]]'),
(104, 'Otsi', 'Search', '[[regtime]]'),
(104, 'Page template', 'Page template', '[[regtime]]'),
(104, 'Pages', 'Pages', '[[regtime]]'),
(104, 'Parent category', 'Parent category', '[[regtime]]'),
(104, 'Parool', 'Password', '[[regtime]]'),
(104, 'Parool uuesti', 'Confirm password', '[[regtime]]'),
(104, 'Pealkiri', 'Headline', '[[regtime]]'),
(104, 'Pealkiri on nahtav', 'Show headline', '[[regtime]]'),
(104, 'Peida meiliaadress', 'Hide my e-mail address', '[[regtime]]'),
(104, 'Permission denied', 'Permission denied', '[[regtime]]'),
(104, 'Permissions', 'Permissions', '[[regtime]]'),
(104, 'Permissions copied to subtree', 'Permissions copied to subtree', '[[regtime]]'),
(104, 'Permissions not defined', 'Permissions not defined', '[[regtime]]'),
(104, 'Pilt', 'Picture', '[[regtime]]'),
(104, 'Pilti', 'pictures', '[[regtime]]'),
(104, 'Please use format dd.mm.yyyy', 'Please use format dd.mm.yyyy', '[[regtime]]'),
(104, 'Pohitext', 'Main text', '[[regtime]]'),
(104, 'Pohivarv', 'Main color', '[[regtime]]'),
(104, 'Position', 'Position', '[[regtime]]'),
(104, 'product_profile', 'Product profile', '[[regtime]]'),
(104, 'product_profiles', 'Product profiles', '[[regtime]]'),
(104, 'profile', 'Profile', '[[regtime]]'),
(104, 'Publish', 'Publish', '[[regtime]]'),
(104, 'published', 'Published', '[[regtime]]'),
(104, 'Publishing', 'Publishing', '[[regtime]]'),
(104, 'Registreeritud', 'Registered', '[[regtime]]'),
(104, 'Reset', 'Reset', '[[regtime]]'),
(104, 'Resource', 'Resource', '[[regtime]]'),
(104, 'Ridade arv', 'Number of rows', '[[regtime]]'),
(104, 'Rubriigid', 'Save to this section', '[[regtime]]'),
(104, 'rubriik', 'Section', '[[regtime]]'),
(104, 'Saada meilile', 'Send responses to my e-mail', '[[regtime]]'),
(104, 'Saidi tiitel', 'Web site title', '[[regtime]]'),
(104, 'Salvesta', 'Save', '[[regtime]]'),
(104, 'Salvestatud', 'Saved', '[[regtime]]'),
(104, 'save parameters', 'Save parameters', '[[regtime]]'),
(104, 'save_and_close', 'Save and close', '[[regtime]]'),
(104, 'Sellised stiilid ilmuvad artikli editoris', 'Those styles appear in the article editor', '[[regtime]]'),
(104, 'Send', 'Send', '[[regtime]]'),
(104, 'Sisestas', 'Inserted by', '[[regtime]]'),
(104, 'Sissejuhatus', 'Lead', '[[regtime]]'),
(104, 'Sisu', 'Body text', '[[regtime]]'),
(104, 'Start date is later than end date', 'Start date is later than end date', '[[regtime]]'),
(104, 'Suurus', 'Size', '[[regtime]]'),
(104, 'sys alias', 'System alias', '[[regtime]]'),
(104, 'sys sona', 'System string', '[[regtime]]'),
(104, 'Systeemi sona', 'System string', '[[regtime]]'),
(104, 'System', 'System Articles', '[[regtime]]'),
(104, 'Tabel', 'Table', '[[regtime]]'),
(104, 'Tagasi', 'Back', '[[regtime]]'),
(104, 'Teemad', 'Subjects', '[[regtime]]'),
(104, 'Tekst', 'Text', '[[regtime]]'),
(104, 'Thumbnail size', 'Thumbnail size', '[[regtime]]'),
(104, 'Tuhista', 'Cancel', '[[regtime]]'),
(104, 'Tyyp', 'Type', '[[regtime]]'),
(104, 'Uhik', 'Unit', '[[regtime]]'),
(104, 'unpublished', 'Unpublished', '[[regtime]]'),
(104, 'Update', 'Update', '[[regtime]]'),
(104, 'URL', 'URL', '[[regtime]]'),
(104, 'use_this_folder_for_album', 'Use this folder for album', '[[regtime]]'),
(104, 'Uudised', 'News', '[[regtime]]'),
(104, 'Uudiste rubriigid', 'News sections', '[[regtime]]'),
(104, 'Uudistekogu', 'Articles'' list', '[[regtime]]'),
(104, 'Vaikimisi_editoris', 'Default administration language', '[[regtime]]'),
(104, 'Vaikimisi_veebis', 'Default language in web site', '[[regtime]]'),
(104, 'Vali', 'Data Field', '[[regtime]]'),
(104, 'value exists', 'The value already exists', '[[regtime]]'),
(104, 'Vastus', 'Answer', '[[regtime]]'),
(104, 'Vastused', 'Answers', '[[regtime]]'),
(104, 'Vastuseid', 'Replies', '[[regtime]]'),
(104, 'Veergude arv', 'Number of columns', '[[regtime]]'),
(104, 'view', 'View', '[[regtime]]'),
(104, 'Viimane kiri', 'Last message', '[[regtime]]'),
(104, 'Viimati muutis', 'Last changed by', '[[regtime]]'),
(104, 'visible_to_visitors', 'Visible to visitors', '[[regtime]]'),
(104, 'Yes', 'Yes', '[[regtime]]'),
(105, 'Aeg', 'Time', '[[regtime]]'),
(105, 'Autor', 'Author', '[[regtime]]'),
(105, 'fail', 'File', '[[regtime]]'),
(105, 'Kirjeldus', 'Description', '[[regtime]]'),
(105, 'Pealkiri', 'Headline', '[[regtime]]'),
(105, 'sub_documents', 'Sub-documents', '[[regtime]]'),
(105, 'Suurus', 'Size', '[[regtime]]'),
(105, 'type', 'Type', '[[regtime]]'),
(106, 'clear', 'clear', '[[regtime]]'),
(106, 'close', 'close', '[[regtime]]'),
(106, 'Daily', 'Daily', '[[regtime]]'),
(106, 'Date', 'Date', '[[regtime]]'),
(106, 'Day', 'Day', '[[regtime]]'),
(106, 'Hour', 'Hour', '[[regtime]]'),
(106, 'Hourly', 'Hourly', '[[regtime]]'),
(106, 'Month', 'Month', '[[regtime]]'),
(106, 'month1', 'January', '[[regtime]]'),
(106, 'month10', 'October', '[[regtime]]'),
(106, 'month11', 'November', '[[regtime]]'),
(106, 'month12', 'December', '[[regtime]]'),
(106, 'month2', 'February', '[[regtime]]'),
(106, 'month3', 'March', '[[regtime]]'),
(106, 'month4', 'April', '[[regtime]]'),
(106, 'month5', 'May', '[[regtime]]'),
(106, 'month6', 'June', '[[regtime]]'),
(106, 'month7', 'July', '[[regtime]]'),
(106, 'month8', 'August', '[[regtime]]'),
(106, 'month9', 'September', '[[regtime]]'),
(106, 'Monthly', 'Monthly', '[[regtime]]'),
(106, 'next', '»', '[[regtime]]'),
(106, 'previous', '«', '[[regtime]]'),
(106, 'today', 'today', '[[regtime]]'),
(106, 'week', 'week', '[[regtime]]'),
(106, 'weekday1', 'Mon', '[[regtime]]'),
(106, 'weekday1_long', 'Monday', '[[regtime]]'),
(106, 'weekday2', 'Tue', '[[regtime]]'),
(106, 'weekday2_long', 'Tuesday', '[[regtime]]'),
(106, 'weekday3', 'Wed', '[[regtime]]'),
(106, 'weekday3_long', 'Wednesday', '[[regtime]]'),
(106, 'weekday4', 'Thu', '[[regtime]]'),
(106, 'weekday4_long', 'Thursday', '[[regtime]]'),
(106, 'weekday5', 'Fri', '[[regtime]]'),
(106, 'weekday5_long', 'Friday', '[[regtime]]'),
(106, 'weekday6', 'Sat', '[[regtime]]'),
(106, 'weekday6_long', 'Saturday', '[[regtime]]'),
(106, 'weekday7', 'Sun', '[[regtime]]'),
(106, 'weekday7_long', 'Sunday', '[[regtime]]'),
(106, 'Weekly', 'Weekly', '[[regtime]]'),
(106, 'whole month', 'whole month', '[[regtime]]'),
(106, 'whole_day', 'Whole day', '[[regtime]]'),
(106, 'Year', 'Year', '[[regtime]]'),
(106, 'yearly', 'Yearly', '[[regtime]]'),
(107, 'Ei sisalda sonu', 'Doesn''t include words', '[[regtime]]'),
(107, 'Eile', 'Yesterday', '[[regtime]]'),
(107, 'Koiki sonu', 'All words', '[[regtime]]'),
(107, 'Lipik Album', 'Albums', '[[regtime]]'),
(107, 'Lipik Artikkel', 'Articles', '[[regtime]]'),
(107, 'Lipik Asset', 'Other', '[[regtime]]'),
(107, 'Lipik Dokument', 'Documents', '[[regtime]]'),
(107, 'Lipik Event', 'Events', '[[regtime]]'),
(107, 'Lipik Kommentaar', 'Comments', '[[regtime]]'),
(107, 'Lipik Link', 'Links', '[[regtime]]'),
(107, 'Lipik Pilt', 'Images', '[[regtime]]'),
(107, 'Lipik product_category', 'Products', '[[regtime]]'),
(107, 'Lipik Rubriik', 'Sections', '[[regtime]]'),
(107, 'Lipik Valine link', 'Links', '[[regtime]]'),
(107, 'Millal iganes', 'Whenever', '[[regtime]]'),
(107, 'Otsi', 'Search', '[[regtime]]'),
(107, 'Otsingutulemused', 'Search results', '[[regtime]]'),
(107, 'Otsi_rubriigist', 'Search section', '[[regtime]]'),
(107, 'Pealkirja jargi', 'By subject', '[[regtime]]'),
(107, 'Search subtree', 'Search subtree', '[[regtime]]'),
(107, 'Search_category', 'Search category', '[[regtime]]'),
(107, 'search_unused_files', 'Files not linked from articles', '[[regtime]]'),
(107, 'Sorteeri', 'Sort', '[[regtime]]'),
(107, 'Tappisotsing', 'Advanced search', '[[regtime]]'),
(107, 'Tapset fraasi', 'Exact phrase', '[[regtime]]'),
(107, 'Tulemusi', 'Results', '[[regtime]]'),
(107, 'Uuemad enne', 'Newest first', '[[regtime]]'),
(107, 'Viimane 1 kuu', 'Last month', '[[regtime]]'),
(107, 'Viimane aasta', 'Last year', '[[regtime]]'),
(107, 'Viimane nadal', 'Last week', '[[regtime]]'),
(107, 'Viimased 3 kuud', 'Last 3 months', '[[regtime]]'),
(107, 'Viimased 6 kuud', 'Last 6 months', '[[regtime]]'),
(107, 'Viimati muudetud', 'Last changes', '[[regtime]]'),
(107, 'Votmesona', 'Keyword', '[[regtime]]'),
(107, 'yhte sonadest', 'One of the words', '[[regtime]]'),
(108, 'Add', 'Add', '[[regtime]]'),
(108, 'Arhiiv', 'Archive', '[[regtime]]'),
(108, 'Artiklil on', 'This article has', '[[regtime]]'),
(108, 'Comments: Login required', 'You must login before adding comments', '[[regtime]]'),
(108, 'Forum alert: Enter your name!', 'Forum alert: Enter your name!', '[[regtime]]'),
(108, 'Forum alert: Please fill in the message body!', 'Forum alert: Please fill in the message body!', '[[regtime]]'),
(108, 'Forum alert: Please fill in the subject!', 'Forum alert: Please fill in the subject!', '[[regtime]]'),
(108, 'Gallup', 'Poll', '[[regtime]]'),
(108, 'Gallup Arhiiv', 'Poll''s archive', '[[regtime]]'),
(108, 'haaleta', 'Vote', '[[regtime]]'),
(108, 'Kaart', 'Sitemap', '[[regtime]]'),
(108, 'Kommentaarid', 'Comments', '[[regtime]]'),
(108, 'Lehekulg', 'Page', '[[regtime]]'),
(108, 'Loe edasi', 'More', '[[regtime]]'),
(108, 'Login', 'Login', '[[regtime]]'),
(108, 'Logout', 'Logout', '[[regtime]]'),
(108, 'navbar', 'Location', '[[regtime]]'),
(108, 'next', 'Next', '[[regtime]]'),
(108, 'or', 'or', '[[regtime]]'),
(108, 'Otsing', 'Search', '[[regtime]]'),
(108, 'Pildil_on', 'This picture has', '[[regtime]]'),
(108, 'poll_results', 'Results', '[[regtime]]'),
(108, 'poll_voters', 'Voters list', '[[regtime]]'),
(108, 'previous', 'Previous', '[[regtime]]'),
(108, 'Print', 'Print', '[[regtime]]'),
(108, 'Profile', 'Profile', '[[regtime]]'),
(108, 'Registreerimisvorm', 'Register', '[[regtime]]'),
(108, 'SSO turned off', 'The SSO module is turned off.', '[[regtime]]'),
(108, 'Tagasi', 'Back', '[[regtime]]'),
(108, 'Tagasi artikli juurde', 'Back to the article', '[[regtime]]'),
(108, 'Taitke nimi', 'Enter your name!', '[[regtime]]'),
(108, 'Taitke tekst', 'Enter text!', '[[regtime]]'),
(108, 'Tappisotsing', 'Advanced search', '[[regtime]]'),
(108, 'Unustatud parooli saatmine', 'Forgot password?', '[[regtime]]'),
(108, 'Vaata lisaks', 'See also', '[[regtime]]'),
(108, 'Vasta', 'Reply', '[[regtime]]'),
(108, 'vastajaid', 'Responses', '[[regtime]]'),
(108, 'Viga', 'Error', '[[regtime]]'),
(109, 'Account', 'Account', '[[regtime]]'),
(109, 'Account_nr', 'Account number', '[[regtime]]'),
(109, 'Additional info', 'Additional info', '[[regtime]]'),
(109, 'Aeg', 'Time', '[[regtime]]'),
(109, 'Allow autologin from IP', 'Allow autologin from IP', '[[regtime]]'),
(109, 'Applications login info', 'Applications login information', '[[regtime]]'),
(109, 'auth_type', 'Authentication', '[[regtime]]'),
(109, 'Autologin_ip', 'Autologin_ip', '[[regtime]]'),
(109, 'City', 'City', '[[regtime]]'),
(109, 'Contactperson', 'Contactperson', '[[regtime]]'),
(109, 'Contact_phone', 'Contact Phone', '[[regtime]]'),
(109, 'Country', 'Country', '[[regtime]]'),
(109, 'Delivery_address', 'Delivery Address', '[[regtime]]'),
(109, 'Delivery_city', 'Delivery City', '[[regtime]]'),
(109, 'Delivery_country', 'Delivery Country', '[[regtime]]'),
(109, 'Delivery_zip', 'Delivery Zip', '[[regtime]]'),
(109, 'Eesnimi', 'Name', '[[regtime]]'),
(109, 'Email', 'Email', '[[regtime]]'),
(109, 'Email already exists', 'e-mail already exists', '[[regtime]]'),
(109, 'email not found', 'E-mail not found', '[[regtime]]'),
(109, 'field required', 'Field required', '[[regtime]]'),
(109, 'forgotten password: mail body', 'You can change this password after the first successful login on the website.', '[[regtime]]'),
(109, 'fullname', 'Name', '[[regtime]]'),
(109, 'Group', 'Group', '[[regtime]]'),
(109, 'Groups', 'Groups', '[[regtime]]'),
(109, 'isikukood', 'ID-code', '[[regtime]]'),
(109, 'Kasutaja_id', 'User ID', '[[regtime]]'),
(109, 'Last_access_time', 'Last access time', '[[regtime]]'),
(109, 'Last_ip', 'Last_ip', '[[regtime]]'),
(109, 'Lock', 'Lock', '[[regtime]]'),
(109, 'Logi valja', 'Log out', '[[regtime]]'),
(109, 'Login', 'Log in', '[[regtime]]'),
(109, 'mailinglists', 'Subscribe to mailinglists', '[[regtime]]'),
(109, 'Mailinglists: e-mail subject', 'News from [Website name]', '[[regtime]]'),
(109, 'Main info', 'Main info', '[[regtime]]'),
(109, 'Muuda oma andmeid', 'Change your profile', '[[regtime]]'),
(109, 'new_user_registered', 'New user registered on website!', '[[regtime]]'),
(109, 'nupp login', 'Login', '[[regtime]]'),
(109, 'only for reg users', 'Only for registered users.', '[[regtime]]'),
(109, 'On_lukus', 'Is locked', '[[regtime]]'),
(109, 'Parent group', 'Parent group', '[[regtime]]'),
(109, 'Password', 'Password', '[[regtime]]'),
(109, 'password confirmation', 'Confirm password', '[[regtime]]'),
(109, 'Password expired message', 'Your password is expired, enter new password.', '[[regtime]]'),
(109, 'Password expires', 'Password expires', '[[regtime]]'),
(109, 'Pass_expires', 'Pass_expires', '[[regtime]]'),
(109, 'pass_not_strong', 'Password must be at least 8 characters long and must contain lower and upper case letters', '[[regtime]]'),
(109, 'Perekonnanimi', 'Surname', '[[regtime]]'),
(109, 'postalcode', 'Post code', '[[regtime]]'),
(109, 'postiaadress', 'Address', '[[regtime]]'),
(109, 'Profile', 'Profile', '[[regtime]]'),
(109, 'Reference_nr', 'Reference number', '[[regtime]]'),
(109, 'Registeeru', 'Register', '[[regtime]]'),
(109, 'Role', 'Role', '[[regtime]]'),
(109, 'Roles', 'Roles', '[[regtime]]'),
(109, 'Saada', 'Send', '[[regtime]]'),
(109, 'Session_id', 'Session ID', '[[regtime]]'),
(109, 'Superuser', 'Superuser', '[[regtime]]'),
(109, 'telefon', 'Phone', '[[regtime]]'),
(109, 'tere', 'Hello!', '[[regtime]]'),
(109, 'This IP is already in use for user: [user]', 'This IP is already in use for user: [user]', '[[regtime]]'),
(109, 'Tyhista', 'Cancel', '[[regtime]]'),
(109, 'Unlock', 'Unlock', '[[regtime]]'),
(109, 'Unustasid parooli', 'Forgot your password?', '[[regtime]]'),
(109, 'unustatud parool: subject', 'Subject', '[[regtime]]'),
(109, 'User', 'User', '[[regtime]]'),
(109, 'user exists', 'Username already exists', '[[regtime]]'),
(109, 'user_details', 'User details', '[[regtime]]'),
(109, 'user_registered', 'User [user] has registered on your website', '[[regtime]]'),
(109, 'wrong confirmation', 'Error in confirmation', '[[regtime]]'),
(109, 'wrong email format', 'Incorrect e-mail format', '[[regtime]]'),
(110, 'about', 'About', '[[regtime]]'),
(110, 'Actions', 'Actions', '[[regtime]]'),
(110, 'Active', 'Active', '[[regtime]]'),
(110, 'Active Directory', 'Active Directory', '[[regtime]]'),
(110, 'Additional fields', 'Additional fields', '[[regtime]]'),
(110, 'add_translation', 'Add translation', '[[regtime]]'),
(110, 'Admin login', 'Administrators login', '[[regtime]]'),
(110, 'admin_manual', 'Administrator manual', '[[regtime]]'),
(110, 'ADR settings', 'ADR settings', '[[regtime]]'),
(110, 'aliases', 'Aliases', '[[regtime]]'),
(110, 'another one', 'Another One', '[[regtime]]'),
(110, 'Application name', 'Application name', '[[regtime]]'),
(110, 'Are you sure?', 'Are you sure?', '[[regtime]]'),
(110, 'attachment', 'attachment', '[[regtime]]'),
(110, 'at_least_one_translation_required', 'At least one translation is required', '[[regtime]]'),
(110, 'auto-jump', 'Auto-jump', '[[regtime]]'),
(110, 'Banner manager', 'Banner manager', '[[regtime]]'),
(110, 'Based on cookies', 'Based on cookies', '[[regtime]]'),
(110, 'Based on IP address', 'Based on IP address', '[[regtime]]'),
(110, 'Based on User id', 'Based on User id', '[[regtime]]'),
(110, 'Built-in templates', 'Built-in templates', '[[regtime]]'),
(110, 'by_default_templates_replaced_in_all_languages', 'This set of templates will be applied to all site languages', '[[regtime]]'),
(110, 'cache', 'Cache', '[[regtime]]'),
(110, 'cancel', 'Cancel', '[[regtime]]'),
(110, 'Change password', 'Force to change password on next login', '[[regtime]]'),
(110, 'Children count', 'Children count', '[[regtime]]'),
(110, 'class', 'Class', '[[regtime]]'),
(110, 'Configuration', 'Configuration', '[[regtime]]'),
(110, 'Content Aging', 'Content Aging', '[[regtime]]'),
(110, 'Content templates', 'Content templates', '[[regtime]]'),
(110, 'content_editing', 'Content editing', '[[regtime]]'),
(110, 'counter', 'Counter', '[[regtime]]'),
(110, 'create_glossary', 'Add glossary', '[[regtime]]'),
(110, 'create_sub_site', 'Create new site', '[[regtime]]'),
(110, 'Custom', 'Custom', '[[regtime]]'),
(110, 'Custom assets', 'Custom assets', '[[regtime]]'),
(110, 'Custom Style Sheet', 'CSS styles', '[[regtime]]'),
(110, 'data', 'Data', '[[regtime]]'),
(110, 'data_type', 'Data type', '[[regtime]]'),
(110, 'debugging', 'Debugging', '[[regtime]]'),
(110, 'Default', 'Default', '[[regtime]]'),
(110, 'default_timezone', 'Default timezone', '[[regtime]]'),
(110, 'default_value', 'Default value', '[[regtime]]'),
(110, 'Delete old data', 'Delete old data', '[[regtime]]'),
(110, 'Design', 'Visual Design', '[[regtime]]'),
(110, 'Directories', 'Directories', '[[regtime]]'),
(110, 'Dokumendid', 'Documents', '[[regtime]]'),
(110, 'E-Commerce', 'E-Commerce', '[[regtime]]'),
(110, 'editor_manual', 'Editor manual', '[[regtime]]'),
(110, 'Element_name', 'Element_name', '[[regtime]]'),
(110, 'Element_path', 'Element_path', '[[regtime]]'),
(110, 'Email', 'Email', '[[regtime]]'),
(110, 'Empty', 'Empty', '[[regtime]]'),
(110, 'Error log', 'Error Log', '[[regtime]]'),
(110, 'ERROR: File upload error', 'File upload error!!!', '[[regtime]]'),
(110, 'ERROR: Language-file corrupted', 'Language-file corrupted!', '[[regtime]]'),
(110, 'ERROR: There is invalid language in lang-file', 'ERROR: There is invalid language in lang-file!', '[[regtime]]'),
(110, 'error_notifications', 'Error notifications', '[[regtime]]'),
(110, 'estcard_payment', 'Credit Cards (ESTCARD)', '[[regtime]]'),
(110, 'explorer', 'Site Explorer', '[[regtime]]'),
(110, 'Export', 'Export', '[[regtime]]'),
(110, 'export_glossary', 'Export glossary', '[[regtime]]'),
(110, 'Extensions', 'Extensions', '[[regtime]]'),
(110, 'extension_upload', 'Upload extension', '[[regtime]]'),
(110, 'extension_upload_error', 'Error occured in extension upload', '[[regtime]]'),
(110, 'external tables', 'External tables', '[[regtime]]'),
(110, 'e_payment', 'Bank payments', '[[regtime]]'),
(110, 'favorites', 'Favorites', '[[regtime]]'),
(110, 'feedbackforms_properties', 'Feedback forms', '[[regtime]]'),
(110, 'feedback_forms', 'Feedback forms', '[[regtime]]'),
(110, 'feedback_from_email', 'From', '[[regtime]]'),
(110, 'feedback_type_bug', 'Bug', '[[regtime]]'),
(110, 'feedback_type_feature', 'Feature request', '[[regtime]]'),
(110, 'feedback_type_other', 'Other', '[[regtime]]'),
(110, 'Fields', 'Fields', '[[regtime]]'),
(110, 'file manager', 'File manager', '[[regtime]]'),
(110, 'filemanager', 'Files', '[[regtime]]'),
(110, 'files', 'Files', '[[regtime]]'),
(110, 'file_dir', 'File/Dir', '[[regtime]]'),
(110, 'file_list', 'List', '[[regtime]]'),
(110, 'folders', 'Folders', '[[regtime]]'),
(110, 'footer', 'Footer', '[[regtime]]'),
(110, 'Form', 'Form', '[[regtime]]'),
(110, 'form_messages', 'Feedback form messages', '[[regtime]]'),
(110, 'forums_and_comments', 'Forums and comments', '[[regtime]]'),
(110, 'found', 'Found', '[[regtime]]'),
(110, 'from_email', 'from email', '[[regtime]]'),
(110, 'gallery', 'Gallery', '[[regtime]]'),
(110, 'Gallup', 'Gallup', '[[regtime]]'),
(110, 'Get values from', 'Get values from', '[[regtime]]'),
(110, 'Glossary export', 'Glossary export', '[[regtime]]'),
(110, 'Glossary import', 'Glossary import', '[[regtime]]'),
(110, 'glossary_changed', 'glossary changed', '[[regtime]]'),
(110, 'glossary_created', 'glossary created', '[[regtime]]'),
(110, 'glossary_delete', 'Delete glossary', '[[regtime]]'),
(110, 'glossary_delete_confirm', 'Are you sure you want to delete glossary', '[[regtime]]'),
(110, 'glossary_edit', 'Edit glossary', '[[regtime]]'),
(110, 'glossary_exists', 'Glossary already exists', '[[regtime]]'),
(110, 'glossary_is_used_by', 'glossary is used by', '[[regtime]]'),
(110, 'glossary_name_and_encoding_required', 'Glossary name and encoding are required', '[[regtime]]'),
(110, 'glossary_removed', 'glossary removed', '[[regtime]]'),
(110, 'glossary_translation_deleted', 'Translation deleted', '[[regtime]]'),
(110, 'glossary_translation_delete_confirm', 'Are you sure you want to delete translation', '[[regtime]]'),
(110, 'glossary_translation_exists', 'Translation already exists', '[[regtime]]'),
(110, 'hanza_payment', 'Hansabank', '[[regtime]]'),
(110, 'help', 'Help', '[[regtime]]'),
(110, 'help_topics', 'Help topics', '[[regtime]]'),
(110, 'Hidden', 'Hidden', '[[regtime]]'),
(110, 'html_format', 'html format', '[[regtime]]'),
(110, 'Image manipulation', 'Image manipulation', '[[regtime]]'),
(110, 'image_resizing', 'Image resizing', '[[regtime]]'),
(110, 'Import', 'Import', '[[regtime]]'),
(110, 'import_glossary', 'Import glossary', '[[regtime]]'),
(110, 'input_type', 'Input type', '[[regtime]]'),
(110, 'Integration', 'Integration', '[[regtime]]'),
(110, 'IP filter', 'IP filter', '[[regtime]]'),
(110, 'IP Filter: Kasutusel avalikus veebis', 'Enable for public site', '[[regtime]]'),
(110, 'IP filter: Kasutusel toimetaja keskkonnas', 'Enable for content creation', '[[regtime]]'),
(110, 'IP Filter: Keela koik, valja arvatud', 'Deny all, except', '[[regtime]]'),
(110, 'IP Filter: Luba autoriseeritud kasutajaid', 'Allow authorized users', '[[regtime]]'),
(110, 'IP Filter: Luba koik, valja arvatud', 'Allow all, except', '[[regtime]]'),
(110, 'krep_payment', 'Eesti Krediidipank', '[[regtime]]'),
(110, 'Lang-file import finished successfully', 'Lang-file import finished successfully!', '[[regtime]]'),
(110, 'Language', 'Language', '[[regtime]]'),
(110, 'Language file', 'Language file', '[[regtime]]'),
(110, 'Languages', 'Languages', '[[regtime]]'),
(110, 'LDAP', 'LDAP', '[[regtime]]'),
(110, 'LDAP_Andmeseosed', 'LDAP_Andmeseosed', '[[regtime]]'),
(110, 'LDAP_elements', 'LDAP_elements', '[[regtime]]'),
(110, 'LDAP_Server_config', 'LDAP_Server_config', '[[regtime]]'),
(110, 'License', 'License', '[[regtime]]'),
(110, 'Link verifier', 'Link verifier', '[[regtime]]'),
(110, 'List', 'List', '[[regtime]]'),
(110, 'Locale', 'Locale', '[[regtime]]'),
(110, 'Log', 'Log', '[[regtime]]'),
(110, 'logging', 'Logging', '[[regtime]]'),
(110, 'Login', 'Login', '[[regtime]]'),
(110, 'Login URL', 'Login URL', '[[regtime]]'),
(110, 'mailinglist_format', 'Mailinglist format', '[[regtime]]'),
(110, 'mailing_list', 'Mailing list', '[[regtime]]'),
(110, 'mails_has_been_sent', 'mails_has_been_sent', '[[regtime]]'),
(110, 'mail_has_been_sent', 'mail_has_been_sent', '[[regtime]]'),
(110, 'main_sections', 'Main sections', '[[regtime]]'),
(110, 'Mapped sections', 'Mapped sections', '[[regtime]]'),
(110, 'Mapping', 'Data mapping', '[[regtime]]'),
(110, 'map_to', 'Field in CMS database', '[[regtime]]'),
(110, 'Master_templates', 'Master templates', '[[regtime]]'),
(110, 'Maximum logins error', 'You have exceeded the maximum number of login attempts. You will have to wait for [minutes] minutes before you can attempt to login again.', '[[regtime]]'),
(110, 'meta-info', 'Meta-info', '[[regtime]]'),
(110, 'missing', 'missing', '[[regtime]]'),
(110, 'move_files', 'Move', '[[regtime]]'),
(110, 'msg: Language file uploaded', 'msg: Language file uploaded', '[[regtime]]'),
(110, 'my_account', 'My account', '[[regtime]]'),
(110, 'name', 'Name', '[[regtime]]'),
(110, 'nordea_payment', 'Nordea Pank', '[[regtime]]'),
(110, 'NTLM', 'NTLM', '[[regtime]]'),
(110, 'Nupp: Edasi', 'Button: Continue', '[[regtime]]'),
(110, 'Nupp: Request downloading from supplier', 'Button: Request downloading from supplier', '[[regtime]]'),
(110, 'object_templates', 'Object templates', '[[regtime]]'),
(110, 'oi_format', 'Output/Input format', '[[regtime]]'),
(110, 'ok', 'OK', '[[regtime]]'),
(110, 'Orders', 'Orders', '[[regtime]]'),
(110, 'Organization', 'Organization', '[[regtime]]'),
(110, 'Original string', 'Original system string', '[[regtime]]'),
(110, 'overview', 'Overview', '[[regtime]]'),
(110, 'overwrite', 'Overwrite existing data', '[[regtime]]'),
(110, 'Overwrite custom translations', 'Overwrite custom translations', '[[regtime]]'),
(110, 'overwrite_file', 'Are you sure you want to overwrite existing file?', '[[regtime]]'),
(110, 'Page templates', 'Page templates', '[[regtime]]'),
(110, 'page_end_html', 'Page-end HTML', '[[regtime]]'),
(110, 'Passwd fieldname', 'Password fieldname', '[[regtime]]'),
(110, 'Password', 'Password', '[[regtime]]'),
(110, 'People', 'People', '[[regtime]]'),
(110, 'Permissions', 'Permissions', '[[regtime]]'),
(110, 'plain_text', 'plain text', '[[regtime]]'),
(110, 'please_fill_in_the_title!', 'Please fill in the title!', '[[regtime]]'),
(110, 'presentation', 'Presentation', '[[regtime]]'),
(110, 'Privileegid', 'Privileges', '[[regtime]]'),
(110, 'products', 'Products', '[[regtime]]'),
(110, 'product_category', 'Product category', '[[regtime]]'),
(110, 'product_manufacturer', 'Product manufacturer', '[[regtime]]'),
(110, 'product_profiles', 'Product profiles', '[[regtime]]'),
(110, 'profile definition', 'Profile Definition', '[[regtime]]'),
(110, 'Profiles', 'Profiles', '[[regtime]]'),
(110, 'profile_data', 'Data', '[[regtime]]'),
(110, 'Properties', 'Properties', '[[regtime]]'),
(110, 'protocol', 'Protocol', '[[regtime]]'),
(110, 'proxy', 'Proxy for outgoing connection', '[[regtime]]'),
(110, 'Recievers', 'Recievers', '[[regtime]]'),
(110, 'Recycle Bin is empty', 'Recycle Bin is empty', '[[regtime]]'),
(110, 'recycle_bin', 'Recycle Bin', '[[regtime]]'),
(110, 'Refresh', 'Refresh', '[[regtime]]'),
(110, 'replication', 'Replication', '[[regtime]]'),
(110, 'Report a bug', 'Report a bug', '[[regtime]]'),
(110, 'Request method', 'Request method', '[[regtime]]'),
(110, 'reset', 'Reset', '[[regtime]]'),
(110, 'Resources', 'Resources', '[[regtime]]'),
(110, 'Return_fields', 'Return_fields', '[[regtime]]'),
(110, 'Rubriigi alampuu', 'Subtree of section', '[[regtime]]'),
(110, 'Salasonad ei ole uhesugused', 'Passwords do not match', '[[regtime]]'),
(110, 'Sample adminpage', 'Sample adminpage', '[[regtime]]'),
(110, 'sampo_payment', 'Sampo', '[[regtime]]'),
(110, 'saurus_cms_homepage', 'Saurus CMS homepage', '[[regtime]]'),
(110, 'save', 'Save', '[[regtime]]'),
(110, 'scope', 'Scope', '[[regtime]]'),
(110, 'search & replace', 'Search & Replace', '[[regtime]]'),
(110, 'second one', 'Second One', '[[regtime]]'),
(110, 'Send your feedback', 'Send your feedback', '[[regtime]]'),
(110, 'session_and_timeouts', 'Session and timeouts', '[[regtime]]'),
(110, 'shop_cart', 'Shopping cart', '[[regtime]]'),
(110, 'Site CSS styles', 'Site CSS styles', '[[regtime]]'),
(110, 'sites_delete_confirm', 'Are you sure you want to delete site', '[[regtime]]'),
(110, 'site_changed', 'site changed', '[[regtime]]'),
(110, 'site_created', 'site created', '[[regtime]]'),
(110, 'site_delete', 'Delete site', '[[regtime]]'),
(110, 'site_deleted', 'site deleted', '[[regtime]]'),
(110, 'site_design', 'Site design', '[[regtime]]'),
(110, 'site_extension_must_be_unique', 'Site extension must be unique', '[[regtime]]'),
(110, 'site_name', 'Site name', '[[regtime]]'),
(110, 'site_name_extension_encoding_glossary_required', 'Name, extension, encoding and glossary are required', '[[regtime]]'),
(110, 'site_objects_will_be_deleted', 'objects will be permanently deleted', '[[regtime]]'),
(110, 'Site_properties', 'Site Properties', '[[regtime]]'),
(110, 'Site_styles', 'Site Styles', '[[regtime]]'),
(110, 'slogan', 'Slogan', '[[regtime]]'),
(110, 'Spam', 'Spam', '[[regtime]]'),
(110, 'sso_applications', 'SSO applications', '[[regtime]]'),
(110, 'Status', 'Status', '[[regtime]]'),
(110, 'Styles', 'Styles', '[[regtime]]'),
(110, 'subject_line', 'subject line', '[[regtime]]'),
(110, 'System', 'System', '[[regtime]]'),
(110, 'system info', 'System info', '[[regtime]]'),
(110, 'System_articles', 'System Articles', '[[regtime]]'),
(110, 'system_messages', 'System messages', '[[regtime]]'),
(110, 'Tagasisidevormid', 'Tagasisidevormid', '[[regtime]]'),
(110, 'Target site actions', 'Target site actions', '[[regtime]]'),
(110, 'Templates', 'Templates', '[[regtime]]'),
(110, 'Test it', 'Test it', '[[regtime]]'),
(110, 'Text_styles', 'Text Styles', '[[regtime]]'),
(110, 'Thank you for your feedback', 'Thank you for your feedback', '[[regtime]]'),
(110, 'thumbnail_view', 'Thumbnails', '[[regtime]]'),
(110, 'timezone', 'Timezone', '[[regtime]]'),
(110, 'time_interval', 'Time interval', '[[regtime]]'),
(110, 'Toimetaja keskond IP filter valja lulitatud', 'You can not disable your own IP-address! Filtering disabled.', '[[regtime]]'),
(110, 'Tolkimine', 'Translations', '[[regtime]]'),
(110, 'tools', 'Tools', '[[regtime]]'),
(110, 'total items', 'Total', '[[regtime]]'),
(110, 'Translations', 'Glossary', '[[regtime]]'),
(110, 'translation_word_is_required', 'Translation word is required', '[[regtime]]'),
(110, 'Type', 'Type', '[[regtime]]'),
(110, 'Type your feedback here', 'Type your feedback here', '[[regtime]]'),
(110, 'Unauthorized access', 'Unauthorized access', '[[regtime]]'),
(110, 'upload', 'Upload', '[[regtime]]'),
(110, 'Upload new file', 'Upload new file', '[[regtime]]'),
(110, 'upos_payment', 'SEB Eesti Ãœhispank', '[[regtime]]'),
(110, 'User fieldname', 'Username fieldname', '[[regtime]]'),
(110, 'Username', 'Username', '[[regtime]]'),
(110, 'Users', 'Users', '[[regtime]]'),
(110, 'users_login', 'Sisse logimine', '[[regtime]]'),
(110, 'user_defined_messages', 'User defined messages', '[[regtime]]'),
(110, 'Vali', 'Vali', '[[regtime]]'),
(110, 'view', 'View', '[[regtime]]'),
(110, 'Visible in section editor', 'Visible in section editor', '[[regtime]]'),
(110, 'warning', 'Warning', '[[regtime]]'),
(110, 'website_properties', 'Website properties', '[[regtime]]'),
(110, 'when', 'When', '[[regtime]]'),
(110, 'who', 'Who', '[[regtime]]'),
(110, 'WYSIWYG Fonts', 'Styles in article editor dropdown', '[[regtime]]'),
(110, 'WYSIWYG General', 'Styles used only by article editor', '[[regtime]]'),
(110, 'XML', 'XML', '[[regtime]]'),
(111, 'amount', 'Amount', '[[regtime]]'),
(111, 'cart', 'Cart', '[[regtime]]'),
(111, 'cart delete confirmation', 'Delete this shoppingcart?', '[[regtime]]'),
(111, 'cart_data', 'Cart content', '[[regtime]]'),
(111, 'cart_id', 'Cart ID', '[[regtime]]'),
(111, 'category', 'Category', '[[regtime]]'),
(111, 'code', 'Code', '[[regtime]]'),
(111, 'description', 'Description', '[[regtime]]'),
(111, 'image', 'Image', '[[regtime]]'),
(111, 'manufacturer', 'Manufacturer', '[[regtime]]'),
(111, 'order', 'Order', '[[regtime]]'),
(111, 'Order nr', 'Order nr', '[[regtime]]'),
(111, 'orders', 'Orders', '[[regtime]]'),
(111, 'order_date', 'Date', '[[regtime]]'),
(111, 'payment_status', 'Payment status', '[[regtime]]'),
(111, 'payment_type', 'Payment type', '[[regtime]]'),
(111, 'price', 'Price', '[[regtime]]'),
(111, 'Product', 'Product', '[[regtime]]'),
(111, 'status', 'Status', '[[regtime]]'),
(111, 'thubmnail', 'Thubmnail', '[[regtime]]'),
(111, 'total', 'Total', '[[regtime]]'),
(111, 'transport', 'Transport', '[[regtime]]'),
(111, 'user_data', 'Client info', '[[regtime]]');
INSERT INTO `sys_sonad_kirjeldus` VALUES
(111, 'VAT', 'VAT', '[[regtime]]'),
(112, 'Clear cache', 'Clear cache', '[[regtime]]'),
(113, 'add date and time info to filename', 'add date and time info to filename', '[[regtime]]'),
(113, 'CMS objects from Sections', 'CMS objects from Sections', '[[regtime]]'),
(113, 'Custom SQL', 'Custom SQL', '[[regtime]]'),
(113, 'Data from DB-table', 'Data from DB-table', '[[regtime]]'),
(113, 'DB field', 'Database field', '[[regtime]]'),
(113, 'DB table', 'Database table', '[[regtime]]'),
(113, 'Delete file after import?', 'Delete file after import?', '[[regtime]]'),
(113, 'Delete old data', 'Delete old data from database', '[[regtime]]'),
(113, 'Delete old data using WHERE SQL', 'Delete old data using WHERE SQL', '[[regtime]]'),
(113, 'Directory', 'XML files directory', '[[regtime]]'),
(113, 'Error: Broken source data', 'Error: Broken source data', '[[regtime]]'),
(113, 'Export_email', 'E-mail, where exportfile will be sent', '[[regtime]]'),
(113, 'Mapping name', 'Data mapping name', '[[regtime]]'),
(113, 'PHP script for data mappings', 'PHP script for setting your own data mappings', '[[regtime]]'),
(113, 'Preserve old data', 'Preserve old data', '[[regtime]]'),
(113, 'Reverse data', 'Reverse data', '[[regtime]]'),
(113, 'Run with Cron', 'Run with Cron', '[[regtime]]'),
(113, 'Run with pageload', 'Run with pageload', '[[regtime]]'),
(113, 'Select data source for Export', 'Select data source for Export', '[[regtime]]'),
(113, 'Select data source for Import', 'Select how you define data mappings for import', '[[regtime]]'),
(113, 'Source (XML) encoding', 'Source (XML) encoding', '[[regtime]]'),
(113, 'Special dataprocessing', 'Special dataprocessing', '[[regtime]]'),
(113, 'Starting element', 'Start from element', '[[regtime]]'),
(113, 'Target (site) encoding', 'Target (site) encoding', '[[regtime]]'),
(113, 'Update records by unique field', 'Update records by unique field', '[[regtime]]'),
(113, 'using CMS', 'using CMS (default)', '[[regtime]]'),
(113, 'using PHP script', 'using my own PHP script', '[[regtime]]'),
(113, 'With special processing', 'With special processing (old)', '[[regtime]]'),
(113, 'XML element', 'XML element', '[[regtime]]'),
(113, 'XML name', 'Name', '[[regtime]]'),
(113, 'XML Result tagname', 'XML Result tagname', '[[regtime]]'),
(113, 'XML Root Begin', 'XML Root Begin', '[[regtime]]'),
(113, 'XML Root End', 'XML Root End', '[[regtime]]'),
(114, 'any case', 'any case', '[[regtime]]'),
(114, 'Are you sure?', 'Are you sure?', '[[regtime]]'),
(114, 'Article', 'Article', '[[regtime]]'),
(114, 'Available', 'Available', '[[regtime]]'),
(114, 'button: find', 'Find!', '[[regtime]]'),
(114, 'button: Replace', 'Replace!', '[[regtime]]'),
(114, 'Changed', 'Changed!', '[[regtime]]'),
(114, 'compare', 'compare', '[[regtime]]'),
(114, 'Database', 'Database', '[[regtime]]'),
(114, 'Database optimized', 'Database optimized', '[[regtime]]'),
(114, 'Download CSV file', 'Download CSV file', '[[regtime]]'),
(114, 'everythere', 'Everythere', '[[regtime]]'),
(114, 'Files', 'Files', '[[regtime]]'),
(114, 'From', 'From', '[[regtime]]'),
(114, 'location', 'location', '[[regtime]]'),
(114, 'Modified', 'Modified', '[[regtime]]'),
(114, 'Modified date', 'Modified date', '[[regtime]]'),
(114, 'NOT FOUND', 'NOT FOUND', '[[regtime]]'),
(114, 'optimize database', 'Optimize database', '[[regtime]]'),
(114, 'Quota for database', 'Quota for database', '[[regtime]]'),
(114, 'Quota for files', 'Quota for files', '[[regtime]]'),
(114, 'Replace string', 'Replace string', '[[regtime]]'),
(114, 'Results', 'Results', '[[regtime]]'),
(114, 'Search in sections', 'Search in sections', '[[regtime]]'),
(114, 'Search string', 'Search string', '[[regtime]]'),
(114, 'Search type', 'Search type', '[[regtime]]'),
(114, 'Select all', 'Select all', '[[regtime]]'),
(114, 'Show only broken links', 'Show only broken links', '[[regtime]]'),
(114, 'Show only published objects', 'Show only published objects', '[[regtime]]'),
(114, 'To', 'To', '[[regtime]]'),
(114, 'Total quota', 'Total quota', '[[regtime]]'),
(114, 'Totally [XXX]([YYY] unique) links or images will be checked', 'Totally [XXX]([YYY] unique) links or images will be checked', '[[regtime]]'),
(114, 'whole word', 'whole word', '[[regtime]]'),
(115, 'Assign to', 'Assign to', '[[regtime]]'),
(115, 'completed', 'Completed', '[[regtime]]'),
(115, 'Conflicts found!', 'Conflicts found!', '[[regtime]]'),
(115, 'daily', 'Daily', '[[regtime]]'),
(115, 'day', 'day', '[[regtime]]'),
(115, 'end', 'End', '[[regtime]]'),
(115, 'ends_after', 'Ends after', '[[regtime]]'),
(115, 'Events', 'Events', '[[regtime]]'),
(115, 'every', 'Every', '[[regtime]]'),
(115, 'hours', 'Hours', '[[regtime]]'),
(115, 'Location', 'Location', '[[regtime]]'),
(115, 'month', 'month', '[[regtime]]'),
(115, 'Never ends', 'Never ends', '[[regtime]]'),
(115, 'occurs', 'Occurs', '[[regtime]]'),
(115, 'once', 'Once', '[[regtime]]'),
(115, 'participants', 'Participants', '[[regtime]]'),
(115, 'Please fill in the end date!', 'Please fill in the end date!', '[[regtime]]'),
(115, 'private', 'Private', '[[regtime]]'),
(115, 'progress', 'Progress', '[[regtime]]'),
(115, 'Recurrence', 'Recurrence', '[[regtime]]'),
(115, 'recurrent', 'Recurrent', '[[regtime]]'),
(115, 'start', 'Start', '[[regtime]]'),
(115, 'started', 'Started', '[[regtime]]'),
(115, 'task_event', 'Sündmus/Töö', '[[regtime]]'),
(115, 'The date has to be in format: dd.mm.yyyy!', 'The date has to be in format: dd.mm.yyyy!', '[[regtime]]'),
(115, 'time', 'Time', '[[regtime]]'),
(115, 'Total time', 'Total time', '[[regtime]]'),
(115, 'tracking', 'Tracking', '[[regtime]]'),
(115, 'workday', 'Workday', '[[regtime]]'),
(116, 'add_file_favorite', 'Add favorite', '[[regtime]]'),
(116, 'add_folder', 'Add folder', '[[regtime]]'),
(116, 'add_folder_favorite', 'Add favorite', '[[regtime]]'),
(116, 'cancel', 'Cancel', '[[regtime]]'),
(116, 'cant_delete_folder', 'Can''t delete - folder is not empty!', '[[regtime]]'),
(116, 'could_not_create_folder', 'Could not create folder', '[[regtime]]'),
(116, 'could_not_delete_folder_from_filesystem', 'Could not delete folder', '[[regtime]]'),
(116, 'could_not_rename_folder', 'Could not rename folder', '[[regtime]]'),
(116, 'create_folder', 'Create', '[[regtime]]'),
(116, 'create_subfolder', 'Create subfolder', '[[regtime]]'),
(116, 'delete_file', 'delete', '[[regtime]]'),
(116, 'delete_folder', 'Delete', '[[regtime]]'),
(116, 'edit_file', 'Edit', '[[regtime]]'),
(116, 'file', 'file', '[[regtime]]'),
(116, 'filename', 'Filename', '[[regtime]]'),
(116, 'files', 'files', '[[regtime]]'),
(116, 'files_delete_confirmation', 'Are you sure you want to delete selected files?', '[[regtime]]'),
(116, 'files_selected', 'With selected files you can', '[[regtime]]'),
(116, 'file_date', 'Date', '[[regtime]]'),
(116, 'file_delete_confirmation', 'Are you sure you want to delete the file', '[[regtime]]'),
(116, 'file_list_view', 'file list view', '[[regtime]]'),
(116, 'folder_delete_confirmation', 'Are you sure you want to delete', '[[regtime]]'),
(116, 'folder_exists', 'Folder with this name already exists', '[[regtime]]'),
(116, 'folder_has_files', 'This folder has files in it. Please delete these first', '[[regtime]]'),
(116, 'folder_has_no_fs_permissions', 'folder does not have write permissions', '[[regtime]]'),
(116, 'folder_has_subfolders', 'This folder has subfolders, please delete these first', '[[regtime]]'),
(116, 'folder_path', 'Folder', '[[regtime]]'),
(116, 'folder_permissions', 'Permissions', '[[regtime]]'),
(116, 'lastmodified', 'Last modified', '[[regtime]]'),
(116, 'last_changed', 'Last Edit Date', '[[regtime]]'),
(116, 'mimetype', 'MIME type', '[[regtime]]'),
(116, 'move_file', 'move', '[[regtime]]'),
(116, 'no_files_found', 'No files found', '[[regtime]]'),
(116, 'no_files_in_folder', 'There are no files in this folder, try uploading', '[[regtime]]'),
(116, 'no_files_selected', 'No files have been selected, you can', '[[regtime]]'),
(116, 'no_permissions', 'You do not have permissions to do that', '[[regtime]]'),
(116, 'no_permissions_to_create_folder', 'You do not have permissions to create folders or files under:', '[[regtime]]'),
(116, 'no_permissions_to_delete_some_files', 'You do not have permissions do delete some files', '[[regtime]]'),
(116, 'ok', 'OK', '[[regtime]]'),
(116, 'Path', 'Path', '[[regtime]]'),
(116, 'pealkiri', 'Name', '[[regtime]]'),
(116, 'rename_folder', 'Rename', '[[regtime]]'),
(116, 'save_folder', 'Save', '[[regtime]]'),
(116, 'search_files', 'Search', '[[regtime]]'),
(116, 'select_all_files', 'select all', '[[regtime]]'),
(116, 'size', 'Size', '[[regtime]]'),
(116, 'some_files_could_not_be_deleted', 'Some files could not be deleted', '[[regtime]]'),
(116, 'synchronise_folder', 'Synchronise', '[[regtime]]'),
(116, 'thumbnail_view', 'thumbnail view', '[[regtime]]'),
(116, 'unable_to_move_files', 'Some files were not movable', '[[regtime]]'),
(116, 'unselect_all_files', 'unselect all', '[[regtime]]'),
(116, 'upload', 'Upload', '[[regtime]]'),
(116, 'upload_files', 'Upload files', '[[regtime]]'),
(116, 'upload_limit_size', 'size exceeds upload limit of', '[[regtime]]'),
(116, 'upload_queue_limit', 'You have attempted to upload too many files, the limit is', '[[regtime]]'),
(116, 'view_file', 'View', '[[regtime]]'),
(117, 'Extension', 'Extension', '[[regtime]]'),
(117, 'icon_path', 'Icon path', '[[regtime]]'),
(117, 'min_saurus_modules', 'Minimum Saurus modules required', '[[regtime]]'),
(117, 'min_saurus_version', 'Minimum Saurus version required', '[[regtime]]'),
(117, 'Official', 'Official', '[[regtime]]'),
(117, 'Version', 'Version', '[[regtime]]'),
(118, 'Definitions', 'Definitions', '[[regtime]]'),
(118, 'Processes', 'Processes', '[[regtime]]');

-- --------------------------------------------------------

--
-- Table structure for table `sys_sona_tyyp`
--

CREATE TABLE `sys_sona_tyyp` (
  `sst_id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
  `voti` varchar(100) NOT NULL DEFAULT '',
  `nimi` varchar(255) DEFAULT NULL,
  `moodul_id` int(10) unsigned NOT NULL DEFAULT '0',
  `extension` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`sst_id`),
  UNIQUE KEY `voti` (`voti`),
  KEY `moodul_id` (`moodul_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=119 ;

--
-- Dumping data for table `sys_sona_tyyp`
--

INSERT INTO `sys_sona_tyyp` VALUES
(23, 'custom', 'Custom', 0, NULL),
(100, 'sample', 'Sample Extension', 0, 'sample'),
(101, 'saurus4', 'Saurus 4', 0, 'saurus4'),
(102, 'saurus4_estidcard', 'Saurus 4 Estonian ID card', 0, NULL),
(103, 'system', 'System', 0, NULL),
(104, 'editor', 'Editor', 0, NULL),
(105, 'dokumendid', 'Documents', 0, NULL),
(106, 'kalender', 'Calendar', 0, NULL),
(107, 'otsing', 'Search', 0, NULL),
(108, 'kujundus', 'Visual design', 0, NULL),
(109, 'kasutaja', 'Users', 0, NULL),
(110, 'admin', 'Admin', 0, NULL),
(111, 'e_commerce', 'E-Commerce', 0, NULL),
(112, 'sapi', 'Saurus API', 0, NULL),
(113, 'xml', 'XML', 0, NULL),
(114, 'powertools', 'Power Tools', 0, NULL),
(115, 'event', 'Event', 0, NULL),
(116, 'files', 'Files', 0, NULL),
(117, 'extensions', 'Extensions', 0, NULL),
(118, 'workflow', 'Workflow Manager', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `tbl`
--

CREATE TABLE `tbl` (
  `tbl_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tbl` varchar(50) DEFAULT NULL,
  `field` varchar(50) DEFAULT NULL,
  `field_label` varchar(100) DEFAULT NULL,
  `on_nahtav` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `jrk_nr` int(10) unsigned NOT NULL DEFAULT '0',
  `on_kp` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `on_select` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ttyyp_id` int(10) unsigned DEFAULT '0',
  `on_noutud` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `pp_dok_liik` text NOT NULL,
  PRIMARY KEY (`tbl_id`),
  KEY `kompl` (`field`,`tbl`,`ttyyp_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=486 ;

--
-- Dumping data for table `tbl`
--

INSERT INTO `tbl` VALUES
(95, 'kasutaja', 'email', 'E-post', 1, 5, 0, 0, 18, 1, ''),
(97, 'kasutaja', 'pass', 'Pass', 1, 4, 0, 0, 18, 1, ''),
(116, 'objekt', 'aeg', 'Aeg', 1, 1, 1, 0, 11, 0, ''),
(117, 'obj_dokument', 'size', 'Suurus', 1, 4, 0, 0, 11, 0, ''),
(118, 'obj_dokument', 'autor', 'Autor', 0, 3, 0, 0, 11, 0, ''),
(119, 'objekt', 'pealkiri', 'Pealkiri', 1, 2, 0, 0, 11, 0, ''),
(120, 'obj_dokument', 'kirjeldus', 'Kirjeldus', 1, 5, 0, 0, 11, 0, ''),
(124, 'obj_dokument', 'fail', 'fail', 0, 6, 0, 0, 11, 0, ''),
(125, 'kasutaja', 'tiitel', 'tiitel', 0, 6, 0, 0, 18, 0, ''),
(129, 'kasutaja', 'postiaadress', 'postiaadress', 1, 9, 0, 0, 18, 0, ''),
(130, 'kasutaja', 'telefon', 'telefon', 0, 10, 0, 0, 18, 0, ''),
(184, 'kasutaja', 'kasutaja_id', 'Kasutaja_id', 0, 11, 0, 0, 18, 0, ''),
(185, 'kasutaja', 'aeg', 'Aeg', 0, 12, 0, 0, 18, 0, ''),
(186, 'kasutaja', 'session_id', 'Session_id', 0, 13, 0, 0, 18, 0, ''),
(187, 'kasutaja', 'last_access_time', 'Last_access_time', 0, 14, 0, 0, 18, 0, ''),
(188, 'kasutaja', 'on_lukus', 'On_lukus', 0, 15, 0, 0, 18, 0, ''),
(189, 'kasutaja', 'postiindeks', 'Postiindeks', 0, 16, 0, 0, 18, 0, ''),
(193, 'kasutaja', 'pass_expires', 'Pass_expires', 0, 17, 0, 0, 18, 0, ''),
(423, 'kasutaja', 'autologin_ip', 'Autologin_ip', 0, 18, 0, 0, 18, 0, ''),
(424, 'kasutaja', 'last_ip', 'Last_ip', 0, 19, 0, 0, 18, 0, ''),
(426, 'obj_dokument', 'tyyp', 'type', 0, 7, 0, 0, 11, 0, ''),
(456, 'kasutaja', 'reference_nr', 'Reference_nr', 0, 21, 0, 0, 18, 0, ''),
(457, 'kasutaja', 'account_nr', 'Account_nr', 0, 22, 0, 0, 18, 0, ''),
(458, 'kasutaja', 'eesnimi', 'Eesnimi', 1, 23, 0, 0, 18, 1, ''),
(459, 'kasutaja', 'user', 'User', 1, 24, 0, 0, 18, 1, ''),
(460, 'kasutaja', 'perenimi', 'Perenimi', 1, 25, 0, 0, 18, 0, ''),
(477, 'kasutaja', 'city', 'City', 1, 27, 0, 0, 18, 0, ''),
(478, 'kasutaja', 'country', 'Country', 1, 28, 0, 0, 18, 0, ''),
(479, 'kasutaja', 'delivery_address', 'Delivery_address', 0, 29, 0, 0, 18, 0, ''),
(480, 'kasutaja', 'delivery_city', 'Delivery_city', 0, 30, 0, 0, 18, 0, ''),
(481, 'kasutaja', 'delivery_zip', 'Delivery_zip', 0, 31, 0, 0, 18, 0, ''),
(482, 'kasutaja', 'delivery_country', 'Delivery_country', 0, 32, 0, 0, 18, 0, ''),
(483, 'kasutaja', 'contact_phone', 'Contact_phone', 0, 33, 0, 0, 18, 0, ''),
(484, 'kasutaja', 'contactperson', 'Contactperson', 0, 34, 0, 0, 18, 0, ''),
(485, 'kasutaja', 'isikukood', 'Isikukood', 0, 35, 0, 0, 18, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `templ_tyyp`
--

CREATE TABLE `templ_tyyp` (
  `ttyyp_id` int(11) NOT NULL AUTO_INCREMENT,
  `op` varchar(25) NOT NULL DEFAULT '',
  `nimi` varchar(100) DEFAULT NULL,
  `templ_fail` varchar(100) DEFAULT NULL,
  `on_nahtav` enum('0','1') NOT NULL DEFAULT '0',
  `on_auto_avanev` tinyint(1) NOT NULL DEFAULT '1',
  `sst_id` int(11) NOT NULL DEFAULT '0',
  `on_page_templ` enum('0','1') NOT NULL DEFAULT '0',
  `tbl` varchar(100) DEFAULT NULL,
  `smarty_prefilter` text,
  `smarty_postfilter` text,
  `extension` varchar(100) DEFAULT NULL,
  `is_readonly` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `is_default` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `preview` text,
  `preview_thumb` text,
  PRIMARY KEY (`ttyyp_id`),
  KEY `nimi` (`nimi`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1064 ;

--
-- Dumping data for table `templ_tyyp`
--

INSERT INTO `templ_tyyp` VALUES
(30, 'vote', 'Poll', 'templ_poll.php', '0', 1, 0, '0', NULL, NULL, NULL, NULL, 1, 0, NULL, NULL),
(38, 'gallup_arhiiv', 'Poll archive', 'templ_pollarchive.php', '0', 1, 0, '0', NULL, NULL, NULL, NULL, 1, 0, NULL, NULL),
(1039, '', 'Page template', '../../../extensions/saurus4/page_templates/default_page_template.html', '0', 1, 0, '1', NULL, NULL, NULL, 'saurus4', 1, 0, 'images/page_template_preview.jpg', 'images/page_template_thumbnail.jpg'),
(1040, '', 'Articles: 1 column', '../../../extensions/saurus4/content_templates/articles.html', '1', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 1, '', ''),
(1041, '', 'Articles: 2 columns', '../../../extensions/saurus4/content_templates/articles_2_columns.html', '1', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1043, '', 'Articles: bulleted list', '../../../extensions/saurus4/content_templates/article_list.html', '1', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1045, '', 'Forum', '../../../extensions/saurus4/content_templates/forum.html', '1', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1046, 'search', 'Search: results', '../../../extensions/saurus4/content_templates/search_results.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1047, 'tappisotsing', 'Search: advanced', '../../../extensions/saurus4/content_templates/advanced_search.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1048, '', 'Articles: detail view', '../../../extensions/saurus4/object_templates/article.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1049, '', 'Forum: topic view', '../../../extensions/saurus4/object_templates/forum_topic.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1050, '', 'Forum: message view', '../../../extensions/saurus4/object_templates/forum_message.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1051, '', 'Documents', '../../../extensions/saurus4/content_templates/documents.html', '1', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1052, 'kaart', 'Sitemap', '../../../extensions/saurus4/content_templates/sitemap.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1055, '', 'Gallery: detail view', '../../../extensions/saurus4/object_templates/gallery.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1056, '', 'Articles: news with archive', '../../../extensions/saurus4/content_templates/news_list.html', '1', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1057, '', 'Gallery', '../../../extensions/saurus4/content_templates/gallery_list.html', '1', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1058, 'arhiiv', 'Articles: news archive', '../../../extensions/saurus4/content_templates/news_archive.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1059, 'register', 'User registration', '../../../extensions/saurus4/content_templates/register.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1060, '', 'Modern page template', '../../../extensions/saurus4/page_templates/modern_page_template.html', '1', 1, 0, '1', NULL, NULL, NULL, 'saurus4', 1, 1, 'images/page_template_preview.jpg', 'images/page_template_thumbnail.jpg'),
(1061, 'rss', 'RSS feed of a section', '../../../extensions/saurus4/page_templates/section_rss.html', '0', 1, 0, '1', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1062, '', 'Blog', '../../../extensions/saurus4/content_templates/blog.html', '1', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', ''),
(1063, 'error', 'Articles: feedback errors', '../../../extensions/saurus4/object_templates/feedback_error.html', '0', 1, 0, '0', NULL, NULL, NULL, 'saurus4', 1, 0, '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tyyp`
--

CREATE TABLE `tyyp` (
  `tyyp_id` int(3) NOT NULL AUTO_INCREMENT,
  `nimi` varchar(50) NOT NULL DEFAULT '',
  `klass` varchar(20) NOT NULL DEFAULT '',
  `tabel` varchar(20) DEFAULT NULL,
  `on_alampuu_kustutamine` enum('0','1') NOT NULL DEFAULT '0',
  `on_kujundusmall` enum('0','1') NOT NULL DEFAULT '0',
  `on_kast` enum('0','1') NOT NULL DEFAULT '0',
  `on_otsingus` enum('0','1','2') NOT NULL DEFAULT '0',
  `use_trash` enum('0','1') NOT NULL DEFAULT '0',
  `ttyyp_id` int(11) unsigned DEFAULT NULL,
  PRIMARY KEY (`tyyp_id`),
  UNIQUE KEY `nimi` (`nimi`),
  KEY `klass` (`klass`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=23 ;

--
-- Dumping data for table `tyyp`
--

INSERT INTO `tyyp` VALUES
(1, 'Rubriik', 'rubriik', 'obj_rubriik', '1', '1', '0', '1', '1', NULL),
(2, 'Artikkel', 'artikkel', 'obj_artikkel', '1', '0', '0', '1', '1', 1048),
(3, 'Valine link', 'link', 'obj_link', '1', '0', '1', '1', '0', NULL),
(6, 'Gallup', 'gallup', 'obj_gallup', '1', '0', '0', '0', '1', 0),
(7, 'Dokument', 'dokument', 'obj_dokument', '1', '0', '0', '1', '1', 0),
(8, 'Lingikast', 'rubriik', 'obj_rubriik', '1', '0', '1', '0', '1', NULL),
(9, 'Uudistekogu', 'kogumik', 'obj_rubriik', '0', '0', '1', '0', '0', NULL),
(12, 'Pilt', 'pilt', 'obj_pilt', '1', '0', '0', '1', '0', 0),
(13, 'Login-kast', 'loginkast', 'obj_artikkel', '1', '0', '1', '0', '0', NULL),
(14, 'Kommentaar', 'kommentaar', 'obj_kommentaar', '1', '0', '0', '1', '0', 1050),
(15, 'Teema', 'teema', 'obj_rubriik', '1', '1', '0', '2', '0', 1049),
(16, 'Album', 'album', 'obj_rubriik', '1', '0', '0', '2', '1', 1055),
(17, 'Iframe-kast', 'iframekast', 'obj_artikkel', '1', '0', '1', '0', '0', NULL),
(19, 'Product Category', 'productcategory', 'obj_rubriik', '1', '0', '1', '1', '0', 0),
(20, 'Asset', 'asset', 'obj_asset', '1', '0', '0', '1', '1', 0),
(21, 'File', 'file', 'obj_file', '1', '0', '0', '1', '0', 0),
(22, 'Folder', 'folder', 'obj_folder', '1', '0', '0', '1', '0', 0);

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `user_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `group_id` int(10) unsigned NOT NULL DEFAULT '0',
  `email` varchar(255) DEFAULT NULL,
  `is_predefined` char(1) DEFAULT NULL,
  `is_readonly` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `profile_id` int(4) unsigned NOT NULL DEFAULT '0',
  `username` varchar(50) DEFAULT NULL,
  `password` blob,
  `firstname` varchar(255) DEFAULT NULL,
  `lastname` varchar(255) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `image` tinytext,
  `created_date` date NOT NULL DEFAULT '0000-00-00',
  `session_id` varchar(255) NOT NULL DEFAULT '',
  `last_access_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `is_locked` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `idcode` varchar(11) DEFAULT NULL,
  `address` text,
  `postalcode` varchar(20) DEFAULT NULL,
  `tel` varchar(20) DEFAULT NULL,
  `pass_expires` date NOT NULL DEFAULT '2029-01-01',
  `autologin_ip` varchar(20) DEFAULT NULL,
  `last_ip` varchar(20) DEFAULT NULL,
  `account_nr` varchar(50) DEFAULT NULL,
  `reference_nr` varchar(50) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `delivery_address` varchar(255) DEFAULT NULL,
  `delivery_city` varchar(255) DEFAULT NULL,
  `delivery_zip` varchar(255) DEFAULT NULL,
  `delivery_country` varchar(255) DEFAULT NULL,
  `contact_phone` varchar(255) DEFAULT NULL,
  `contactperson` varchar(255) DEFAULT NULL,
  `mobile` varchar(255) DEFAULT NULL,
  `birthdate` date DEFAULT NULL,
  `notes` text,
  `failed_logins` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `first_failed_login` int(10) unsigned NOT NULL DEFAULT '0',
  `last_failed_login` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`),
  UNIQUE KEY `username` (`username`),
  KEY `created_date` (`created_date`),
  KEY `session_id` (`session_id`),
  KEY `group_id` (`group_id`),
  KEY `email` (`email`),
  KEY `profile_id` (`profile_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `users`
--

INSERT INTO `users` VALUES
(1, 1, '', '1', 0, 38, '[[admin_username]]', '[[admin_pass]]', '[[admin_realname]]', '', '', '', '0000-00-00', '', '[[regtime]]', 0, NULL, '', '', '', '2029-01-01', '', '[[clientip]]', NULL, NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, '', '0000-00-00', '', 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `user_mailinglist`
--

CREATE TABLE `user_mailinglist` (
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  KEY `user_id` (`user_id`),
  KEY `objekt_id` (`objekt_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `user_roles`
--

CREATE TABLE `user_roles` (
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `role_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `version`
--

CREATE TABLE `version` (
  `version_nr` varchar(15) NOT NULL DEFAULT '0',
  `release_date` date NOT NULL DEFAULT '0000-00-00',
  `install_date` date NOT NULL DEFAULT '0000-00-00',
  `description` text,
  PRIMARY KEY (`version_nr`),
  UNIQUE KEY `version_nr` (`version_nr`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `version`
--

INSERT INTO `version` VALUES
('4.7.FINAL', '2011-05-17', '[[regday]]', '484');

-- --------------------------------------------------------

--
-- Table structure for table `xml`
--

CREATE TABLE `xml` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `dir_path` varchar(255) DEFAULT NULL,
  `direction` enum('I','E') NOT NULL DEFAULT 'I',
  `dtd_id` int(11) NOT NULL DEFAULT '0',
  `delete_old_data` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `delete_match_field` varchar(255) DEFAULT NULL,
  `el_start` varchar(255) NOT NULL DEFAULT '',
  `reverse_data` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `keel` int(11) unsigned NOT NULL DEFAULT '0',
  `is_active` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `is_cron` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `delete_file` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `spec_dataproc` varchar(255) NOT NULL DEFAULT '-',
  `encoding` varchar(255) NOT NULL DEFAULT 'ISO-8859-1',
  `jrk_nr` int(10) unsigned NOT NULL DEFAULT '0',
  `delete_condition` varchar(255) DEFAULT NULL,
  `root_begin` text,
  `root_end` varchar(255) DEFAULT NULL,
  `result_tagname` varchar(255) DEFAULT NULL,
  `export_file_name` varchar(255) DEFAULT NULL,
  `is_addtime_tofile` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `source_data` text,
  `export_type` enum('table','query','objects') DEFAULT NULL,
  `dtd_new_name` varchar(100) NOT NULL DEFAULT '',
  `export_email` varchar(100) DEFAULT NULL,
  `import_type` enum('default','php script') DEFAULT 'default',
  `is_locked` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `encoding_to` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `keel` (`keel`),
  KEY `dtd` (`dtd_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `xml_dtd`
--

CREATE TABLE `xml_dtd` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `dtd_name` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `xml_map`
--

CREATE TABLE `xml_map` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `dtd_element_name` varchar(100) NOT NULL DEFAULT '',
  `db_field_name` varchar(100) NOT NULL DEFAULT '',
  `dtd_id` int(11) NOT NULL DEFAULT '0',
  `tbl_name` varchar(50) NOT NULL DEFAULT '',
  `type` enum('TEXT','DATE','BINARY','HTML') NOT NULL DEFAULT 'TEXT',
  `objekt_id` int(10) unsigned DEFAULT NULL,
  `date_format` varchar(50) DEFAULT 'dd.mm.yyyy',
  `fixed_value` text,
  `xml_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `dtd_name` (`dtd_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

/*!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 */;