webgui/docs/previousVersion.sql
2002-12-05 07:34:21 +00:00

9709 lines
1 MiB
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- MySQL dump 8.21
--
-- Host: localhost Database: WebGUI
---------------------------------------------------------
-- Server version 3.23.49
--
-- Table structure for table 'Article'
--
CREATE TABLE Article (
wobjectId int(11) NOT NULL default '0',
image varchar(255) default NULL,
linkTitle varchar(255) default NULL,
linkURL text,
attachment varchar(255) default NULL,
convertCarriageReturns int(11) NOT NULL default '0',
allowDiscussion int(11) NOT NULL default '0',
templateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Article'
--
INSERT INTO Article VALUES (-2,NULL,'','','',0,0,1);
INSERT INTO Article VALUES (-3,NULL,'','',NULL,0,0,1);
INSERT INTO Article VALUES (-4,NULL,'','',NULL,0,0,1);
INSERT INTO Article VALUES (-5,NULL,'','',NULL,0,0,1);
--
-- Table structure for table 'EventsCalendar'
--
CREATE TABLE EventsCalendar (
wobjectId int(11) NOT NULL default '0',
calendarLayout varchar(30) NOT NULL default 'list',
paginateAfter int(11) NOT NULL default '50',
startMonth varchar(35) NOT NULL default 'current',
endMonth varchar(35) NOT NULL default 'after12',
defaultMonth varchar(35) NOT NULL default 'current',
templateId int(11) NOT NULL default '1',
eventTemplateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'EventsCalendar'
--
--
-- Table structure for table 'EventsCalendar_event'
--
CREATE TABLE EventsCalendar_event (
EventsCalendar_eventId int(11) NOT NULL default '0',
wobjectId int(11) NOT NULL default '0',
name varchar(255) default NULL,
description text,
startDate int(11) default NULL,
endDate int(11) default NULL,
EventsCalendar_recurringEventId int(11) NOT NULL default '0',
PRIMARY KEY (EventsCalendar_eventId)
) TYPE=MyISAM;
--
-- Dumping data for table 'EventsCalendar_event'
--
--
-- Table structure for table 'ExtraColumn'
--
CREATE TABLE ExtraColumn (
wobjectId int(11) NOT NULL default '0',
spacer int(11) default NULL,
width int(11) default NULL,
class varchar(50) default NULL,
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'ExtraColumn'
--
--
-- Table structure for table 'FAQ'
--
CREATE TABLE FAQ (
wobjectId int(11) NOT NULL default '0',
templateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'FAQ'
--
--
-- Table structure for table 'FAQ_question'
--
CREATE TABLE FAQ_question (
wobjectId int(11) NOT NULL default '0',
FAQ_questionId int(11) NOT NULL default '0',
question text,
answer text,
sequenceNumber int(11) NOT NULL default '0',
PRIMARY KEY (FAQ_questionId)
) TYPE=MyISAM;
--
-- Dumping data for table 'FAQ_question'
--
--
-- Table structure for table 'FileManager'
--
CREATE TABLE FileManager (
wobjectId int(11) NOT NULL default '0',
paginateAfter int(11) NOT NULL default '50',
templateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'FileManager'
--
--
-- Table structure for table 'FileManager_file'
--
CREATE TABLE FileManager_file (
FileManager_fileId int(11) NOT NULL default '0',
wobjectId int(11) NOT NULL default '0',
fileTitle varchar(128) NOT NULL default 'untitled',
downloadFile varchar(255) default NULL,
groupToView int(11) NOT NULL default '2',
briefSynopsis varchar(255) default NULL,
dateUploaded int(11) default NULL,
sequenceNumber int(11) NOT NULL default '1',
alternateVersion1 varchar(255) default NULL,
alternateVersion2 varchar(255) default NULL,
PRIMARY KEY (FileManager_fileId)
) TYPE=MyISAM;
--
-- Dumping data for table 'FileManager_file'
--
--
-- Table structure for table 'Item'
--
CREATE TABLE Item (
wobjectId int(11) NOT NULL default '0',
linkURL text,
attachment varchar(255) default NULL,
templateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Item'
--
--
-- Table structure for table 'LinkList'
--
CREATE TABLE LinkList (
wobjectId int(11) NOT NULL default '0',
templateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'LinkList'
--
--
-- Table structure for table 'LinkList_link'
--
CREATE TABLE LinkList_link (
wobjectId int(11) NOT NULL default '0',
LinkList_linkId int(11) NOT NULL default '0',
name varchar(128) default NULL,
url text,
description text,
sequenceNumber int(11) NOT NULL default '0',
newWindow int(11) NOT NULL default '0',
PRIMARY KEY (LinkList_linkId)
) TYPE=MyISAM;
--
-- Dumping data for table 'LinkList_link'
--
--
-- Table structure for table 'MailForm'
--
CREATE TABLE MailForm (
wobjectId int(11) NOT NULL default '0',
width int(11) NOT NULL default '0',
fromField text,
fromStatus char(1) default '0',
toField text,
toStatus char(1) default '0',
ccField text,
ccStatus char(1) default '0',
bccField text,
bccStatus char(1) default '0',
subjectField text,
subjectStatus char(1) default '0',
acknowledgement text,
storeEntries char(1) default NULL
) TYPE=MyISAM;
--
-- Dumping data for table 'MailForm'
--
--
-- Table structure for table 'MailForm_entry'
--
CREATE TABLE MailForm_entry (
MailForm_entryId int(11) NOT NULL default '0',
wobjectId int(11) NOT NULL default '0',
userId int(11) default NULL,
username varchar(255) default NULL,
ipAddress varchar(255) default NULL,
submissionDate int(11) NOT NULL default '0',
PRIMARY KEY (MailForm_entryId)
) TYPE=MyISAM;
--
-- Dumping data for table 'MailForm_entry'
--
--
-- Table structure for table 'MailForm_entryData'
--
CREATE TABLE MailForm_entryData (
MailForm_entryId int(11) NOT NULL default '0',
wobjectId int(11) NOT NULL default '0',
sequenceNumber int(11) NOT NULL default '0',
name varchar(255) NOT NULL default '',
value text,
KEY MailForm1 (MailForm_entryId,sequenceNumber)
) TYPE=MyISAM;
--
-- Dumping data for table 'MailForm_entryData'
--
--
-- Table structure for table 'MailForm_field'
--
CREATE TABLE MailForm_field (
wobjectId int(11) NOT NULL default '0',
MailForm_fieldId int(11) NOT NULL default '0',
sequenceNumber int(11) NOT NULL default '0',
name varchar(255) NOT NULL default '',
status char(1) NOT NULL default '0',
type varchar(30) NOT NULL default '',
possibleValues text,
defaultValue text,
PRIMARY KEY (MailForm_fieldId)
) TYPE=MyISAM;
--
-- Dumping data for table 'MailForm_field'
--
--
-- Table structure for table 'MessageBoard'
--
CREATE TABLE MessageBoard (
wobjectId int(11) NOT NULL default '0',
messagesPerPage int(11) NOT NULL default '50',
templateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'MessageBoard'
--
--
-- Table structure for table 'Poll'
--
CREATE TABLE Poll (
wobjectId int(11) NOT NULL default '0',
active int(11) NOT NULL default '1',
graphWidth int(11) NOT NULL default '150',
voteGroup int(11) default NULL,
question varchar(255) default NULL,
a1 varchar(255) default NULL,
a2 varchar(255) default NULL,
a3 varchar(255) default NULL,
a4 varchar(255) default NULL,
a5 varchar(255) default NULL,
a6 varchar(255) default NULL,
a7 varchar(255) default NULL,
a8 varchar(255) default NULL,
a9 varchar(255) default NULL,
a10 varchar(255) default NULL,
a11 varchar(255) default NULL,
a12 varchar(255) default NULL,
a13 varchar(255) default NULL,
a14 varchar(255) default NULL,
a15 varchar(255) default NULL,
a16 varchar(255) default NULL,
a17 varchar(255) default NULL,
a18 varchar(255) default NULL,
a19 varchar(255) default NULL,
a20 varchar(255) default NULL,
karmaPerVote int(11) NOT NULL default '0',
randomizeAnswers int(11) NOT NULL default '0',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Poll'
--
--
-- Table structure for table 'Poll_answer'
--
CREATE TABLE Poll_answer (
wobjectId int(11) NOT NULL default '0',
answer char(3) default NULL,
userId int(11) default NULL,
ipAddress varchar(50) default NULL
) TYPE=MyISAM;
--
-- Dumping data for table 'Poll_answer'
--
--
-- Table structure for table 'Product'
--
CREATE TABLE Product (
wobjectId int(11) NOT NULL default '0',
image1 varchar(255) default NULL,
image2 varchar(255) default NULL,
image3 varchar(255) default NULL,
brochure varchar(255) default NULL,
manual varchar(255) default NULL,
warranty varchar(255) default NULL,
price varchar(255) default NULL,
productNumber varchar(255) default NULL,
templateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Product'
--
--
-- Table structure for table 'Product_accessory'
--
CREATE TABLE Product_accessory (
wobjectId int(11) NOT NULL default '0',
AccessoryWobjectId int(11) NOT NULL default '0',
sequenceNumber int(11) NOT NULL default '0',
PRIMARY KEY (wobjectId,AccessoryWobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Product_accessory'
--
--
-- Table structure for table 'Product_benefit'
--
CREATE TABLE Product_benefit (
wobjectId int(11) NOT NULL default '0',
Product_benefitId int(11) NOT NULL default '0',
benefit varchar(255) default NULL,
sequenceNumber int(11) NOT NULL default '0',
PRIMARY KEY (Product_benefitId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Product_benefit'
--
--
-- Table structure for table 'Product_feature'
--
CREATE TABLE Product_feature (
wobjectId int(11) NOT NULL default '0',
Product_featureId int(11) NOT NULL default '0',
feature varchar(255) default NULL,
sequenceNumber int(11) NOT NULL default '0',
PRIMARY KEY (Product_featureId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Product_feature'
--
--
-- Table structure for table 'Product_related'
--
CREATE TABLE Product_related (
wobjectId int(11) NOT NULL default '0',
RelatedWobjectId int(11) NOT NULL default '0',
sequenceNumber int(11) NOT NULL default '0',
PRIMARY KEY (wobjectId,RelatedWobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Product_related'
--
--
-- Table structure for table 'Product_specification'
--
CREATE TABLE Product_specification (
wobjectId int(11) NOT NULL default '0',
Product_specificationId int(11) NOT NULL default '0',
name varchar(255) default NULL,
value varchar(255) default NULL,
units varchar(255) default NULL,
sequenceNumber int(11) NOT NULL default '0',
PRIMARY KEY (Product_specificationId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Product_specification'
--
--
-- Table structure for table 'SQLReport'
--
CREATE TABLE SQLReport (
wobjectId int(11) NOT NULL default '0',
template text,
dbQuery text,
DSN varchar(255) default NULL,
username varchar(255) default NULL,
identifier varchar(255) default NULL,
convertCarriageReturns int(11) NOT NULL default '0',
paginateAfter int(11) NOT NULL default '50',
preprocessMacros int(11) NOT NULL default '0',
debugMode int(11) NOT NULL default '0',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'SQLReport'
--
--
-- Table structure for table 'SiteMap'
--
CREATE TABLE SiteMap (
wobjectId int(11) NOT NULL default '0',
startAtThisLevel int(11) default NULL,
depth int(11) NOT NULL default '0',
indent int(11) NOT NULL default '5',
templateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'SiteMap'
--
INSERT INTO SiteMap VALUES (-1,0,0,5,2);
--
-- Table structure for table 'Survey'
--
CREATE TABLE Survey (
wobjectId int(11) NOT NULL default '0',
questionOrder varchar(30) default NULL,
groupToTakeSurvey int(11) default NULL,
groupToViewReports int(11) default NULL,
mode varchar(30) default NULL,
Survey_id int(11) NOT NULL default '0',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Survey'
--
--
-- Table structure for table 'Survey_answer'
--
CREATE TABLE Survey_answer (
Survey_id int(11) default NULL,
Survey_questionId int(11) NOT NULL default '0',
Survey_answerId int(11) NOT NULL default '0',
sequenceNumber int(11) NOT NULL default '1',
goto int(11) default NULL,
answer varchar(255) default NULL,
isCorrect int(11) NOT NULL default '0',
PRIMARY KEY (Survey_answerId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Survey_answer'
--
--
-- Table structure for table 'Survey_question'
--
CREATE TABLE Survey_question (
Survey_id int(11) default NULL,
Survey_questionId int(11) NOT NULL default '0',
question text,
sequenceNumber int(11) NOT NULL default '1',
allowComment int(11) NOT NULL default '0',
randomizeAnswers int(11) NOT NULL default '0',
answerFieldType varchar(35) default NULL,
PRIMARY KEY (Survey_questionId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Survey_question'
--
--
-- Table structure for table 'Survey_response'
--
CREATE TABLE Survey_response (
Survey_id int(11) default NULL,
Survey_questionId int(11) NOT NULL default '0',
Survey_answerId int(11) NOT NULL default '0',
Survey_responseId int(11) NOT NULL default '0',
userId int(11) default NULL,
username varchar(255) default NULL,
ipAddress varchar(15) default NULL,
response varchar(255) default NULL,
comment text,
dateOfResponse int(11) default NULL,
PRIMARY KEY (Survey_responseId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Survey_response'
--
--
-- Table structure for table 'SyndicatedContent'
--
CREATE TABLE SyndicatedContent (
wobjectId int(11) NOT NULL default '0',
rssUrl text,
content text,
lastFetched int(11) default NULL,
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'SyndicatedContent'
--
--
-- Table structure for table 'USS'
--
CREATE TABLE USS (
wobjectId int(11) NOT NULL default '0',
groupToContribute int(11) default NULL,
submissionsPerPage int(11) NOT NULL default '50',
defaultStatus varchar(30) default 'Approved',
groupToApprove int(11) NOT NULL default '4',
allowDiscussion int(11) NOT NULL default '0',
karmaPerSubmission int(11) NOT NULL default '0',
templateId int(11) NOT NULL default '1',
submissionTemplateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'USS'
--
--
-- Table structure for table 'USS_submission'
--
CREATE TABLE USS_submission (
wobjectId int(11) NOT NULL default '0',
USS_submissionId int(11) NOT NULL default '0',
title varchar(128) default NULL,
dateSubmitted int(11) default NULL,
username varchar(30) default NULL,
userId int(11) NOT NULL default '1',
content text,
image varchar(255) default NULL,
attachment varchar(255) default NULL,
status varchar(30) NOT NULL default 'Approved',
convertCarriageReturns int(11) NOT NULL default '0',
views int(11) NOT NULL default '0',
PRIMARY KEY (USS_submissionId),
KEY test (wobjectId,status,userId)
) TYPE=MyISAM;
--
-- Dumping data for table 'USS_submission'
--
--
-- Table structure for table 'WobjectProxy'
--
CREATE TABLE WobjectProxy (
wobjectId int(11) NOT NULL default '0',
proxiedWobjectId int(11) NOT NULL default '0',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'WobjectProxy'
--
--
-- Table structure for table 'authentication'
--
CREATE TABLE authentication (
userId int(11) NOT NULL default '0',
authMethod varchar(30) NOT NULL default '',
fieldName varchar(128) NOT NULL default '',
fieldData text,
PRIMARY KEY (userId,authMethod,fieldName)
) TYPE=MyISAM;
--
-- Dumping data for table 'authentication'
--
INSERT INTO authentication VALUES (1,'LDAP','ldapUrl',NULL);
INSERT INTO authentication VALUES (3,'LDAP','ldapUrl','');
INSERT INTO authentication VALUES (1,'LDAP','connectDN',NULL);
INSERT INTO authentication VALUES (3,'LDAP','connectDN','');
INSERT INTO authentication VALUES (1,'WebGUI','identifier','No Login');
INSERT INTO authentication VALUES (3,'WebGUI','identifier','RvlMjeFPs2aAhQdo/xt/Kg');
--
-- Table structure for table 'collateral'
--
CREATE TABLE collateral (
collateralId int(11) NOT NULL default '0',
name varchar(128) NOT NULL default 'untitled',
filename varchar(255) default NULL,
parameters text,
userId int(11) default NULL,
username varchar(128) default NULL,
dateUploaded int(11) default NULL,
collateralFolderId int(11) NOT NULL default '0',
collateralType varchar(30) NOT NULL default 'image',
thumbnailsize int(4) default NULL,
PRIMARY KEY (collateralId)
) TYPE=MyISAM;
--
-- Dumping data for table 'collateral'
--
--
-- Table structure for table 'collateralFolder'
--
CREATE TABLE collateralFolder (
collateralFolderId int(11) NOT NULL default '0',
name varchar(128) NOT NULL default 'untitled',
parentId int(11) NOT NULL default '0',
description varchar(255) default NULL
) TYPE=MyISAM;
--
-- Dumping data for table 'collateralFolder'
--
INSERT INTO collateralFolder VALUES (0,'Root',0,'Top level');
--
-- Table structure for table 'discussion'
--
CREATE TABLE discussion (
messageId int(11) NOT NULL default '0',
rid int(11) default NULL,
wobjectId int(11) NOT NULL default '0',
pid int(11) default NULL,
userId int(11) default NULL,
username varchar(30) default NULL,
subject varchar(255) default NULL,
message text,
dateOfPost int(11) default NULL,
subId int(11) default NULL,
views int(11) NOT NULL default '0',
locked int(11) NOT NULL default '0',
status varchar(30) NOT NULL default 'Approved',
userDefined1 varchar(255) default NULL,
userDefined2 varchar(255) default NULL,
userDefined3 varchar(255) default NULL,
userDefined4 varchar(255) default NULL,
userDefined5 varchar(255) default NULL,
PRIMARY KEY (messageId),
KEY MessageBoard1 (wobjectId,pid,status,userId),
KEY MessageBoard2 (wobjectId,rid,status)
) TYPE=MyISAM;
--
-- Dumping data for table 'discussion'
--
--
-- Table structure for table 'groupGroupings'
--
CREATE TABLE groupGroupings (
groupId int(11) NOT NULL default '0',
inGroup int(11) NOT NULL default '0'
) TYPE=MyISAM;
--
-- Dumping data for table 'groupGroupings'
--
--
-- Table structure for table 'groupings'
--
CREATE TABLE groupings (
groupId int(11) NOT NULL default '0',
userId int(11) NOT NULL default '0',
expireDate int(11) NOT NULL default '2114402400',
PRIMARY KEY (groupId,userId)
) TYPE=MyISAM;
--
-- Dumping data for table 'groupings'
--
INSERT INTO groupings VALUES (5,3,2114402400);
INSERT INTO groupings VALUES (4,3,2114402400);
INSERT INTO groupings VALUES (3,3,2114402400);
INSERT INTO groupings VALUES (6,3,2114402400);
--
-- Table structure for table 'groups'
--
CREATE TABLE groups (
groupId int(11) NOT NULL default '0',
groupName varchar(30) default NULL,
description varchar(255) default NULL,
expireAfter int(11) NOT NULL default '314496000',
karmaThreshold int(11) NOT NULL default '1000000000',
PRIMARY KEY (groupId)
) TYPE=MyISAM;
--
-- Dumping data for table 'groups'
--
INSERT INTO groups VALUES (1,'Visitors','This is the public group that has no privileges.',314496000,1000000000);
INSERT INTO groups VALUES (2,'Registered Users','All registered users belong to this group automatically. There are no associated privileges other than that the user has an account and is logged in.',314496000,1000000000);
INSERT INTO groups VALUES (3,'Admins','Anyone who belongs to this group has privileges to do anything and everything.',314496000,1000000000);
INSERT INTO groups VALUES (4,'Content Managers','Users that have privileges to edit content on this site. The user still needs to be added to a group that has editing privileges on specific pages.',314496000,1000000000);
INSERT INTO groups VALUES (5,'Style Managers','Users that have privileges to edit styles for this site. These privileges do not allow the user to assign privileges to a page, just define them to be used.',314496000,1000000000);
INSERT INTO groups VALUES (6,'Package Managers','Users that have privileges to add, edit, and delete packages of wobjects and pages to deploy.',314496000,1000000000);
INSERT INTO groups VALUES (7,'Everyone','A group that automatically includes all users including Visitors.',314496000,1000000000);
INSERT INTO groups VALUES (8,'Template Managers','Users that have privileges to edit templates for this site.',314496000,1000000000);
--
-- Table structure for table 'help'
--
CREATE TABLE help (
helpId int(11) NOT NULL default '0',
namespace varchar(30) NOT NULL default 'WebGUI',
titleId int(11) default NULL,
bodyId int(11) default NULL,
seeAlso text,
PRIMARY KEY (helpId,namespace),
KEY helpId (helpId)
) TYPE=MyISAM;
--
-- Dumping data for table 'help'
--
INSERT INTO help VALUES (20,'WebGUI',670,625,'49,WebGUI;');
INSERT INTO help VALUES (1,'FileManager',61,71,'3,FileManager;2,FileManager;21,WebGUI;');
INSERT INTO help VALUES (28,'WebGUI',678,633,'1,WebGUI;3,WebGUI;');
INSERT INTO help VALUES (31,'WebGUI',681,636,'30,WebGUI;1,WebGUI;3,WebGUI;');
INSERT INTO help VALUES (30,'WebGUI',680,635,'31,WebGUI;');
INSERT INTO help VALUES (25,'WebGUI',675,630,'60,WebGUI;');
INSERT INTO help VALUES (1,'Item',61,71,'2,Item;21,WebGUI;');
INSERT INTO help VALUES (6,'WebGUI',656,611,'12,WebGUI;');
INSERT INTO help VALUES (46,'WebGUI',696,651,NULL);
INSERT INTO help VALUES (22,'WebGUI',672,627,'12,WebGUI;');
INSERT INTO help VALUES (1,'USS',61,71,'3,USS;2,USS;21,WebGUI;');
INSERT INTO help VALUES (24,'WebGUI',674,629,'12,WebGUI;');
INSERT INTO help VALUES (1,'FAQ',61,71,'3,FAQ;2,FAQ;21,WebGUI;');
INSERT INTO help VALUES (13,'WebGUI',663,618,'12,WebGUI;');
INSERT INTO help VALUES (1,'SyndicatedContent',61,71,'21,WebGUI;');
INSERT INTO help VALUES (1,'EventsCalendar',61,71,'2,EventsCalendar;3,EventsCalendar;21,WebGUI;');
INSERT INTO help VALUES (1,'MessageBoard',61,71,'2,MessageBoard;21,WebGUI;');
INSERT INTO help VALUES (1,'LinkList',61,71,'3,LinkList;2,LinkList;21,WebGUI;');
INSERT INTO help VALUES (21,'WebGUI',671,626,'1,Article;1,FileManager;1,EventsCalendar;1,ExtraColumn;1,FAQ;1,Item;1,LinkList;19,WebGUI;1,MailForm;1,MessageBoard;1,Poll;1,Product;1,SiteMap;1,SQLReport;18,WebGUI;1,SyndicatedContent;1,USS;1,WobjectProxy;27,WebGUI;14,WebGUI;');
INSERT INTO help VALUES (1,'Article',61,71,'21,WebGUI;');
INSERT INTO help VALUES (1,'ExtraColumn',61,71,'21,WebGUI;');
INSERT INTO help VALUES (27,'WebGUI',677,632,'21,WebGUI;');
INSERT INTO help VALUES (1,'Poll',61,71,'21,WebGUI;');
INSERT INTO help VALUES (1,'SiteMap',61,71,'2,SiteMap;21,WebGUI;');
INSERT INTO help VALUES (1,'SQLReport',61,71,'21,WebGUI;');
INSERT INTO help VALUES (18,'WebGUI',668,623,NULL);
INSERT INTO help VALUES (17,'WebGUI',667,622,'10,WebGUI;');
INSERT INTO help VALUES (2,'WebGUI',652,607,'12,WebGUI;');
INSERT INTO help VALUES (15,'WebGUI',665,620,'10,WebGUI;');
INSERT INTO help VALUES (16,'WebGUI',666,621,'60,WebGUI;9,WebGUI;');
INSERT INTO help VALUES (14,'WebGUI',664,619,'21,WebGUI;');
INSERT INTO help VALUES (12,'WebGUI',662,617,'6,WebGUI;29,WebGUI;13,WebGUI;24,WebGUI;22,WebGUI;2,WebGUI;');
INSERT INTO help VALUES (10,'WebGUI',660,615,'17,WebGUI;15,WebGUI;8,WebGUI;');
INSERT INTO help VALUES (8,'WebGUI',658,613,'10,WebGUI;32,WebGUI;5,WebGUI;7,WebGUI;');
INSERT INTO help VALUES (9,'WebGUI',659,614,'19,WebGUI;18,WebGUI;16,WebGUI;4,WebGUI;');
INSERT INTO help VALUES (7,'WebGUI',657,612,'8,WebGUI;');
INSERT INTO help VALUES (32,'WebGUI',682,637,'8,WebGUI;');
INSERT INTO help VALUES (5,'WebGUI',655,610,'8,WebGUI;');
INSERT INTO help VALUES (3,'WebGUI',653,608,'1,WebGUI;');
INSERT INTO help VALUES (4,'WebGUI',654,609,'9,WebGUI;');
INSERT INTO help VALUES (1,'WebGUI',642,606,'52,WebGUI;3,WebGUI;');
INSERT INTO help VALUES (29,'WebGUI',679,634,'12,WebGUI;');
INSERT INTO help VALUES (33,'WebGUI',683,638,'34,WebGUI;35,WebGUI;50,WebGUI;');
INSERT INTO help VALUES (34,'WebGUI',684,639,'33,WebGUI;');
INSERT INTO help VALUES (35,'WebGUI',685,640,'33,WebGUI;');
INSERT INTO help VALUES (19,'WebGUI',669,624,'53,WebGUI;58,WebGUI;57,WebGUI;60,WebGUI;59,WebGUI;');
INSERT INTO help VALUES (1,'MailForm',61,71,'21,WebGUI;');
INSERT INTO help VALUES (2,'MailForm',62,72,'1,MailForm;');
INSERT INTO help VALUES (2,'FileManager',72,73,'1,FileManager;');
INSERT INTO help VALUES (2,'EventsCalendar',72,73,'4,EventsCalendar;1,EventsCalendar;');
INSERT INTO help VALUES (2,'FAQ',72,73,'1,FAQ;');
INSERT INTO help VALUES (2,'LinkList',72,73,'1,LinkList;');
INSERT INTO help VALUES (47,'WebGUI',697,698,'1,Article;17,WebGUI;1,MessageBoard;1,Poll;2,WebGUI;1,USS;');
INSERT INTO help VALUES (1,'WobjectProxy',5,6,'21,WebGUI;');
INSERT INTO help VALUES (1,'Product',38,39,'5,Product;4,Product;6,Product;2,Product;3,Product;7,Product;21,WebGUI;');
INSERT INTO help VALUES (2,'Product',40,41,'6,Product;1,Product;');
INSERT INTO help VALUES (3,'Product',42,43,'1,Product;');
INSERT INTO help VALUES (4,'Product',44,45,'1,Product;');
INSERT INTO help VALUES (5,'Product',46,47,'1,Product;');
INSERT INTO help VALUES (48,'WebGUI',708,709,'12,WebGUI;');
INSERT INTO help VALUES (6,'Product',49,50,'2,Product;1,Product;');
INSERT INTO help VALUES (7,'Product',62,63,'1,Product;51,WebGUI;');
INSERT INTO help VALUES (1,'Survey',3,4,'21,WebGUI;');
INSERT INTO help VALUES (49,'WebGUI',785,786,'53,WebGUI;54,WebGUI;56,WebGUI;20,WebGUI;55,WebGUI;');
INSERT INTO help VALUES (50,'WebGUI',825,826,'33,WebGUI;');
INSERT INTO help VALUES (2,'Article',72,73,'1,Article;51,WebGUI;');
INSERT INTO help VALUES (51,'WebGUI',827,828,'33,WebGUI;');
INSERT INTO help VALUES (3,'EventsCalendar',94,95,'1,EventsCalendar;51,WebGUI;');
INSERT INTO help VALUES (3,'FAQ',76,77,'1,FAQ;51,WebGUI;');
INSERT INTO help VALUES (3,'FileManager',75,76,'1,FileManager;51,WebGUI;');
INSERT INTO help VALUES (4,'EventsCalendar',96,97,'2,EventsCalendar;51,WebGUI;');
INSERT INTO help VALUES (2,'Item',73,74,'1,Item;51,WebGUI;');
INSERT INTO help VALUES (3,'LinkList',75,76,'1,LinkList;51,WebGUI;');
INSERT INTO help VALUES (2,'MessageBoard',73,74,'1,MessageBoard;51,WebGUI;');
INSERT INTO help VALUES (2,'SiteMap',72,73,'1,SiteMap;51,WebGUI;');
INSERT INTO help VALUES (2,'USS',74,75,'1,USS;51,WebGUI;');
INSERT INTO help VALUES (3,'USS',76,77,'1,USS;51,WebGUI;');
INSERT INTO help VALUES (52,'WebGUI',829,830,'1,WebGUI;33,WebGUI;');
INSERT INTO help VALUES (53,'WebGUI',831,832,'49,WebGUI;19,WebGUI;');
INSERT INTO help VALUES (54,'WebGUI',833,834,'49,WebGUI;');
INSERT INTO help VALUES (55,'WebGUI',835,836,'49,WebGUI;');
INSERT INTO help VALUES (56,'WebGUI',837,838,'49,WebGUI;');
INSERT INTO help VALUES (57,'WebGUI',839,840,'19,WebGUI;');
INSERT INTO help VALUES (58,'WebGUI',841,842,'19,WebGUI;');
INSERT INTO help VALUES (59,'WebGUI',843,844,'19,WebGUI;');
INSERT INTO help VALUES (60,'WebGUI',845,846,'19,WebGUI;16,WebGUI;');
--
-- Table structure for table 'incrementer'
--
CREATE TABLE incrementer (
incrementerId varchar(50) NOT NULL default '',
nextValue int(11) NOT NULL default '1',
PRIMARY KEY (incrementerId)
) TYPE=MyISAM;
--
-- Dumping data for table 'incrementer'
--
INSERT INTO incrementer VALUES ('groupId',26);
INSERT INTO incrementer VALUES ('messageId',100000);
INSERT INTO incrementer VALUES ('pageId',1000);
INSERT INTO incrementer VALUES ('styleId',1000);
INSERT INTO incrementer VALUES ('userId',26);
INSERT INTO incrementer VALUES ('wobjectId',1);
INSERT INTO incrementer VALUES ('EventsCalendar_eventId',1000);
INSERT INTO incrementer VALUES ('LinkList_linkId',1000);
INSERT INTO incrementer VALUES ('FAQ_questionId',1000);
INSERT INTO incrementer VALUES ('USS_submissionId',1);
INSERT INTO incrementer VALUES ('EventsCalendar_recurringEventId',1000);
INSERT INTO incrementer VALUES ('messageLogId',1000);
INSERT INTO incrementer VALUES ('FileManager_fileId',1);
INSERT INTO incrementer VALUES ('collateralId',1);
INSERT INTO incrementer VALUES ('profileCategoryId',1000);
INSERT INTO incrementer VALUES ('templateId',1000);
INSERT INTO incrementer VALUES ('collateralFolderId',1000);
INSERT INTO incrementer VALUES ('Product_featureId',1000);
INSERT INTO incrementer VALUES ('Product_specificationId',1000);
INSERT INTO incrementer VALUES ('languageId',1000);
INSERT INTO incrementer VALUES ('MailForm_fieldId',1000);
INSERT INTO incrementer VALUES ('MailForm_entryId',1000);
INSERT INTO incrementer VALUES ('Product_benefitId',1000);
INSERT INTO incrementer VALUES ('Survey_answerId',1000);
INSERT INTO incrementer VALUES ('Survey_questionId',1000);
INSERT INTO incrementer VALUES ('Survey_responseId',1000);
INSERT INTO incrementer VALUES ('Survey_id',1000);
--
-- Table structure for table 'international'
--
CREATE TABLE international (
internationalId int(11) NOT NULL default '0',
namespace varchar(30) NOT NULL default 'WebGUI',
languageId int(11) NOT NULL default '1',
message mediumtext,
lastUpdated int(11) default NULL,
PRIMARY KEY (internationalId,namespace,languageId)
) TYPE=MyISAM;
--
-- Dumping data for table 'international'
--
INSERT INTO international VALUES (367,'WebGUI',1,'Expire After',1031514049);
INSERT INTO international VALUES (39,'USS',3,'Post een reactie',1031516049);
INSERT INTO international VALUES (1,'Article',1,'Article',1031514049);
INSERT INTO international VALUES (1,'Article',4,'Art<72>culo',1031510000);
INSERT INTO international VALUES (1,'Article',5,'Artigo',1031510000);
INSERT INTO international VALUES (37,'USS',3,'Verwijder',1031516049);
INSERT INTO international VALUES (89,'EventsCalendar',1,'Show 3 months from start.',1038190646);
INSERT INTO international VALUES (10,'LinkList',2,'Link Liste\nbearbeiten',1031510000);
INSERT INTO international VALUES (35,'USS',3,'Titel',1031516049);
INSERT INTO international VALUES (1,'ExtraColumn',1,'Extra Column',1031514049);
INSERT INTO international VALUES (1,'ExtraColumn',4,'Columna Extra',1031510000);
INSERT INTO international VALUES (1,'ExtraColumn',5,'Coluna extra',1031510000);
INSERT INTO international VALUES (34,'USS',3,'Return converteren',1031516049);
INSERT INTO international VALUES (1,'Item',1,'Link URL',1031514049);
INSERT INTO international VALUES (5,'ExtraColumn',6,'StyleSheet Class',1031510000);
INSERT INTO international VALUES (700,'WebGUI',6,'Dag',1031510000);
INSERT INTO international VALUES (5,'Article',6,'Body',1031510000);
INSERT INTO international VALUES (4,'WebGUI',6,'Kontrollera inst<73>llningar.',1031581194);
INSERT INTO international VALUES (10,'Poll',2,'Abstimmung\nzur<75>cksetzen',1031510000);
INSERT INTO international VALUES (33,'USS',3,'Bijlage',1031516049);
INSERT INTO international VALUES (1,'Poll',1,'Poll',1031514049);
INSERT INTO international VALUES (1,'Poll',4,'Encuesta',1031510000);
INSERT INTO international VALUES (1,'Poll',5,'Sondagem',1031510000);
INSERT INTO international VALUES (4,'USS',6,'Ditt meddelande har blivit validerat.',1031648642);
INSERT INTO international VALUES (4,'SyndicatedContent',6,'Redigera Syndicated ineh<65>ll',1031510000);
INSERT INTO international VALUES (563,'WebGUI',2,'Standard\nstatus',1031510000);
INSERT INTO international VALUES (32,'USS',3,'Plaatje',1031516049);
INSERT INTO international VALUES (1,'SQLReport',1,'SQL Report',1031514049);
INSERT INTO international VALUES (1,'SQLReport',4,'Reporte SQL',1031510000);
INSERT INTO international VALUES (1,'SQLReport',5,'Relat<61>rio SQL',1031510000);
INSERT INTO international VALUES (31,'USS',3,'Inhoud',1031516049);
INSERT INTO international VALUES (1,'SyndicatedContent',1,'URL to RSS File',1031514049);
INSERT INTO international VALUES (1,'SyndicatedContent',5,'Ficheiro de URL para RSS',1031510000);
INSERT INTO international VALUES (1,'USS',1,'Who can approve?',1031514049);
INSERT INTO international VALUES (1,'USS',5,'Quem pode aprovar?',1031510000);
INSERT INTO international VALUES (18,'SQLReport',3,'Er waren geen resultaten voor deze query',1031516049);
INSERT INTO international VALUES (1,'WebGUI',1,'Add content...',1031514049);
INSERT INTO international VALUES (1,'WebGUI',4,'Agregar Contenido ...',1031510000);
INSERT INTO international VALUES (1,'WebGUI',5,'Adicionar conteudo...',1031510000);
INSERT INTO international VALUES (2,'EventsCalendar',1,'Events Calendar',1031514049);
INSERT INTO international VALUES (2,'EventsCalendar',4,'Calendario de Eventos',1031510000);
INSERT INTO international VALUES (2,'EventsCalendar',5,'Calend<6E>rio de eventos',1031510000);
INSERT INTO international VALUES (4,'SiteMap',6,'Niv<69>er att traversera',1031510000);
INSERT INTO international VALUES (4,'Poll',6,'Vem kan r<>sta?',1031510000);
INSERT INTO international VALUES (4,'MessageBoard',6,'Meddelanden per sida',1031510000);
INSERT INTO international VALUES (10,'SQLReport',2,'Fehler: Das\nSQL-Statement ist im falschen Format.',1031510000);
INSERT INTO international VALUES (17,'SQLReport',3,'Debug: Query:',1031516049);
INSERT INTO international VALUES (2,'FAQ',1,'F.A.Q.',1031514049);
INSERT INTO international VALUES (2,'FAQ',4,'F.A.Q.',1031510000);
INSERT INTO international VALUES (2,'FAQ',5,'Perguntas mais frequentes',1031510000);
INSERT INTO international VALUES (2,'Item',1,'Attachment',1031514049);
INSERT INTO international VALUES (16,'SQLReport',3,'Debug?',1031516049);
INSERT INTO international VALUES (1,'Article',10,'Artikkel',1032469833);
INSERT INTO international VALUES (2,'MessageBoard',1,'Message Board',1031514049);
INSERT INTO international VALUES (2,'MessageBoard',4,'Table de Mensages',1031510000);
INSERT INTO international VALUES (2,'MessageBoard',5,'Quadro de mensagens',1031510000);
INSERT INTO international VALUES (4,'FAQ',6,'L<>gg till fr<66>ga',1031510000);
INSERT INTO international VALUES (4,'ExtraColumn',6,'Bredd',1031510000);
INSERT INTO international VALUES (15,'SQLReport',3,'Verwerk macros voor query?',1031516049);
INSERT INTO international VALUES (2,'SiteMap',1,'Site Map',1031514049);
INSERT INTO international VALUES (2,'SiteMap',5,'Mapa do site',1031510000);
INSERT INTO international VALUES (10,'WebGUI',2,'M<>lleimer\nanschauen',1031510000);
INSERT INTO international VALUES (4,'Article',6,'Slutdatum',1032257354);
INSERT INTO international VALUES (3,'WebGUI',6,'Klistra in fr<66>n klippbord...',1031510000);
INSERT INTO international VALUES (14,'SQLReport',3,'Breek pagina af na',1031516049);
INSERT INTO international VALUES (2,'SyndicatedContent',1,'Syndicated Content',1031514049);
INSERT INTO international VALUES (2,'SyndicatedContent',5,'Conteudo sindical',1031510000);
INSERT INTO international VALUES (2,'USS',1,'Who can contribute?',1031514049);
INSERT INTO international VALUES (2,'USS',4,'Qui<75>nes pueden contribuir?',1031510000);
INSERT INTO international VALUES (2,'USS',5,'Quem pode contribuir?',1031510000);
INSERT INTO international VALUES (13,'SQLReport',3,'Converteer Return?',1031516049);
INSERT INTO international VALUES (2,'WebGUI',1,'Page',1031514049);
INSERT INTO international VALUES (2,'WebGUI',4,'P<>gina',1031510000);
INSERT INTO international VALUES (2,'WebGUI',5,'P<>gina',1031510000);
INSERT INTO international VALUES (3,'Article',1,'Start Date',1031514049);
INSERT INTO international VALUES (3,'Article',4,'Fecha Inicio',1031510000);
INSERT INTO international VALUES (3,'Article',5,'Data de inicio',1031510000);
INSERT INTO international VALUES (11,'Article',2,'(Bitte anklicken,\nfalls Sie nicht &lt;br&gt; in Ihrem Text hinzuf<75>gen.)',1031510000);
INSERT INTO international VALUES (3,'SyndicatedContent',6,'L<>gg till syndicated inneh<65>ll',1031581068);
INSERT INTO international VALUES (3,'SQLReport',6,'Rapportmall',1032859295);
INSERT INTO international VALUES (3,'SiteMap',6,'Starta fr<66>n denna niv<69>?',1031510000);
INSERT INTO international VALUES (3,'Poll',6,'Aktiv',1031510000);
INSERT INTO international VALUES (3,'ExtraColumn',1,'Spacer',1031514049);
INSERT INTO international VALUES (3,'ExtraColumn',4,'Espaciador',1031510000);
INSERT INTO international VALUES (3,'ExtraColumn',5,'Espa<70>amento',1031510000);
INSERT INTO international VALUES (564,'WebGUI',6,'Vem kan posta?',1031510000);
INSERT INTO international VALUES (3,'LinkList',6,'<27>ppna i nytt f<>nster?',1031649790);
INSERT INTO international VALUES (3,'Item',1,'Delete Attachment',1031514049);
INSERT INTO international VALUES (11,'FileManager',2,'Neuen\nDownload hinzuf<75>gen.',1031510000);
INSERT INTO international VALUES (11,'Poll',3,'Stem!',1031516049);
INSERT INTO international VALUES (3,'LinkList',1,'Open in new window?',1031514049);
INSERT INTO international VALUES (3,'LinkList',5,'Abrir numa nova janela?',1031510000);
INSERT INTO international VALUES (564,'WebGUI',1,'Who can post?',1031514049);
INSERT INTO international VALUES (564,'WebGUI',4,'Quienes pueden mandar?',1031510000);
INSERT INTO international VALUES (564,'WebGUI',5,'Quem pode colocar novas?',1031510000);
INSERT INTO international VALUES (22,'MessageBoard',3,'Verwijder bericht',1031516049);
INSERT INTO international VALUES (3,'Poll',1,'Active',1031514049);
INSERT INTO international VALUES (3,'Poll',4,'Activar',1031510000);
INSERT INTO international VALUES (3,'Poll',5,'Activo',1031510000);
INSERT INTO international VALUES (3,'SiteMap',1,'Starting from this level?',1031514049);
INSERT INTO international VALUES (3,'SiteMap',5,'Iniciando neste n<>vel?',1031510000);
INSERT INTO international VALUES (565,'WebGUI',3,'Wie kan bewerken?',1031516049);
INSERT INTO international VALUES (3,'SQLReport',1,'Report Template',1031514049);
INSERT INTO international VALUES (3,'SQLReport',4,'Modelo',1031510000);
INSERT INTO international VALUES (3,'SQLReport',5,'Template',1031510000);
INSERT INTO international VALUES (3,'ExtraColumn',6,'Mellanrum',1031649752);
INSERT INTO international VALUES (3,'EventsCalendar',6,'L<>gg till h<>ndelsekalender',1031581052);
INSERT INTO international VALUES (3,'Article',6,'Startdatum',1032257347);
INSERT INTO international VALUES (4,'Item',3,'Item',1031516049);
INSERT INTO international VALUES (5,'Item',3,'Download bijlage',1031516049);
INSERT INTO international VALUES (3,'USS',1,'You have a new user submission to approve.',1031514049);
INSERT INTO international VALUES (3,'USS',5,'Tem nova submiss<73>o para aprovar.',1031510000);
INSERT INTO international VALUES (3,'WebGUI',1,'Paste from clipboard...',1031514049);
INSERT INTO international VALUES (3,'WebGUI',4,'Pegar desde el Portapapeles...',1031510000);
INSERT INTO international VALUES (3,'WebGUI',5,'Colar do clipboard...',1031510000);
INSERT INTO international VALUES (11,'Poll',2,'Abstimmen',1031510000);
INSERT INTO international VALUES (11,'MessageBoard',2,'Zur<75>ck zur\nBeitragsliste',1031510000);
INSERT INTO international VALUES (3,'Item',3,'Verwijder bijlage',1031516049);
INSERT INTO international VALUES (4,'Article',1,'End Date',1031514049);
INSERT INTO international VALUES (4,'Article',4,'Fecha finalizaci<63>n',1031510000);
INSERT INTO international VALUES (4,'Article',5,'Data de fim',1031510000);
INSERT INTO international VALUES (2,'Item',3,'Bijlage',1031516049);
INSERT INTO international VALUES (4,'EventsCalendar',1,'Happens only once.',1031514049);
INSERT INTO international VALUES (4,'EventsCalendar',4,'Sucede solo una vez.',1031510000);
INSERT INTO international VALUES (4,'EventsCalendar',5,'Apenas uma vez.',1031510000);
INSERT INTO international VALUES (1,'Item',3,'Link URL',1031516049);
INSERT INTO international VALUES (4,'ExtraColumn',1,'Width',1031514049);
INSERT INTO international VALUES (4,'ExtraColumn',4,'Ancho',1031510000);
INSERT INTO international VALUES (4,'ExtraColumn',5,'Largura',1031510000);
INSERT INTO international VALUES (2,'USS',6,'Vem kan g<>ra inl<6E>gg?',1031510000);
INSERT INTO international VALUES (2,'SyndicatedContent',6,'Syndicated ineh<65>ll',1031510000);
INSERT INTO international VALUES (4,'Item',1,'Item',1031514049);
INSERT INTO international VALUES (4,'MessageBoard',1,'Messages Per Page',1031514049);
INSERT INTO international VALUES (4,'MessageBoard',4,'Mensages por p<>gina',1031510000);
INSERT INTO international VALUES (4,'MessageBoard',5,'Mensagens por p<>gina',1031510000);
INSERT INTO international VALUES (4,'Poll',1,'Who can vote?',1031514049);
INSERT INTO international VALUES (4,'Poll',4,'Qui<75>nes pueden votar?',1031510000);
INSERT INTO international VALUES (4,'Poll',5,'Quem pode votar?',1031510000);
INSERT INTO international VALUES (13,'FAQ',3,'Zet [top] link aan?',1031516049);
INSERT INTO international VALUES (4,'SiteMap',1,'Depth To Traverse',1031514049);
INSERT INTO international VALUES (4,'SiteMap',5,'profundidade a travessar',1031510000);
INSERT INTO international VALUES (11,'SQLReport',2,'Fehler: Es gab\nein Problem mit der Abfrage.',1031510000);
INSERT INTO international VALUES (12,'FAQ',3,'Zet V/A aan?',1031516049);
INSERT INTO international VALUES (4,'SQLReport',1,'Query',1031514049);
INSERT INTO international VALUES (4,'SQLReport',4,'Consulta',1031510000);
INSERT INTO international VALUES (4,'SQLReport',5,'Query',1031510000);
INSERT INTO international VALUES (11,'FAQ',3,'Zet inhoud aan?',1031516049);
INSERT INTO international VALUES (4,'SyndicatedContent',1,'Edit Syndicated Content',1031514049);
INSERT INTO international VALUES (4,'SyndicatedContent',5,'Modificar conteudo sindical',1031510000);
INSERT INTO international VALUES (19,'EventsCalendar',3,'Breek pagina af na',1031516049);
INSERT INTO international VALUES (4,'USS',1,'Your submission has been approved.',1031514049);
INSERT INTO international VALUES (4,'USS',5,'A sua submiss<73>o foi aprovada.',1031510000);
INSERT INTO international VALUES (4,'WebGUI',1,'Manage settings.',1031514049);
INSERT INTO international VALUES (4,'WebGUI',4,'Configurar Opciones.',1031510000);
INSERT INTO international VALUES (4,'WebGUI',5,'Organizar prefer<65>ncias.',1031510000);
INSERT INTO international VALUES (11,'WebGUI',2,'M<>lleimer\nleeren',1031510000);
INSERT INTO international VALUES (38,'USS',1,'(Select \"No\" if you\'re writing an HTML/Rich Edit submission.)',1031514049);
INSERT INTO international VALUES (20,'EventsCalendar',1,'Add an event.',1031514049);
INSERT INTO international VALUES (700,'WebGUI',1,'Day(s)',1031514049);
INSERT INTO international VALUES (700,'WebGUI',4,'D<>a',1031510000);
INSERT INTO international VALUES (700,'WebGUI',5,'Dia',1031510000);
INSERT INTO international VALUES (5,'ExtraColumn',1,'StyleSheet Class',1031514049);
INSERT INTO international VALUES (5,'ExtraColumn',4,'Clase StyleSheet',1031510000);
INSERT INTO international VALUES (5,'ExtraColumn',5,'StyleSheet Class',1031510000);
INSERT INTO international VALUES (5,'FAQ',1,'Question',1031514049);
INSERT INTO international VALUES (5,'FAQ',4,'Pregunta',1031510000);
INSERT INTO international VALUES (5,'FAQ',5,'Quest<73>o',1031510000);
INSERT INTO international VALUES (5,'Item',1,'Download Attachment',1031514049);
INSERT INTO international VALUES (816,'WebGUI',1,'Status',1038431169);
INSERT INTO international VALUES (566,'WebGUI',1,'Edit Timeout',1031514049);
INSERT INTO international VALUES (566,'WebGUI',4,'Timeout de edici<63>n',1031510000);
INSERT INTO international VALUES (566,'WebGUI',5,'Modificar Timeout',1031510000);
INSERT INTO international VALUES (12,'Article',2,'Artikel\nbearbeiten',1031510000);
INSERT INTO international VALUES (15,'EventsCalendar',3,'Eind datum',1031516049);
INSERT INTO international VALUES (5,'Poll',1,'Graph Width',1031514049);
INSERT INTO international VALUES (5,'Poll',4,'Ancho del gr<67>fico',1031510000);
INSERT INTO international VALUES (5,'Poll',5,'Largura do gr<67>fico',1031510000);
INSERT INTO international VALUES (5,'SiteMap',1,'Edit Site Map',1031514049);
INSERT INTO international VALUES (5,'SiteMap',5,'Editar mapa do site',1031510000);
INSERT INTO international VALUES (14,'EventsCalendar',3,'Start datum',1031516049);
INSERT INTO international VALUES (5,'SQLReport',1,'DSN',1031514049);
INSERT INTO international VALUES (5,'SQLReport',4,'DSN',1031510000);
INSERT INTO international VALUES (5,'SQLReport',5,'DSN',1031510000);
INSERT INTO international VALUES (5,'SyndicatedContent',1,'Last Fetched',1031514049);
INSERT INTO international VALUES (5,'SyndicatedContent',5,'Ultima retirada',1031510000);
INSERT INTO international VALUES (93,'EventsCalendar',1,'Next Event',1038202290);
INSERT INTO international VALUES (5,'USS',1,'Your submission has been denied.',1031514049);
INSERT INTO international VALUES (5,'USS',5,'A sua submiss<73>o n<>o foi aprovada.',1031510000);
INSERT INTO international VALUES (5,'WebGUI',1,'Manage groups.',1031514049);
INSERT INTO international VALUES (5,'WebGUI',4,'Configurar Grupos.',1031510000);
INSERT INTO international VALUES (5,'WebGUI',5,'Organizar grupos.',1031510000);
INSERT INTO international VALUES (6,'Article',1,'Image',1031514049);
INSERT INTO international VALUES (6,'Article',4,'Imagen',1031510000);
INSERT INTO international VALUES (6,'Article',5,'Imagem',1031510000);
INSERT INTO international VALUES (20,'EventsCalendar',3,'Evenement toevoegen',1031516049);
INSERT INTO international VALUES (701,'WebGUI',1,'Week(s)',1031514049);
INSERT INTO international VALUES (701,'WebGUI',4,'Semana',1031510000);
INSERT INTO international VALUES (701,'WebGUI',5,'Semana',1031510000);
INSERT INTO international VALUES (6,'ExtraColumn',1,'Edit Extra Column',1031514049);
INSERT INTO international VALUES (6,'ExtraColumn',4,'Editar Columna Extra',1031510000);
INSERT INTO international VALUES (6,'ExtraColumn',5,'Modificar coluna extra',1031510000);
INSERT INTO international VALUES (6,'FAQ',1,'Answer',1031514049);
INSERT INTO international VALUES (6,'FAQ',4,'Respuesta',1031510000);
INSERT INTO international VALUES (6,'FAQ',5,'Resposta',1031510000);
INSERT INTO international VALUES (12,'FileManager',2,'Sind Sie\nsicher, dass Sie diesen Download l<>schen m<>chten?',1031510000);
INSERT INTO international VALUES (6,'LinkList',1,'Link List',1031514049);
INSERT INTO international VALUES (6,'LinkList',4,'Lista de Enlaces',1031510000);
INSERT INTO international VALUES (6,'LinkList',5,'Lista de hiperlinks',1031510000);
INSERT INTO international VALUES (6,'MessageBoard',1,'Edit Message Board',1031514049);
INSERT INTO international VALUES (6,'MessageBoard',4,'Editar Tabla de Mensages',1031510000);
INSERT INTO international VALUES (6,'MessageBoard',5,'Modificar quadro de mensagens',1031510000);
INSERT INTO international VALUES (6,'Poll',1,'Question',1031514049);
INSERT INTO international VALUES (6,'Poll',4,'Pregunta',1031510000);
INSERT INTO international VALUES (6,'Poll',5,'Quest<73>o',1031510000);
INSERT INTO international VALUES (6,'SiteMap',1,'Indent',1031514049);
INSERT INTO international VALUES (6,'SiteMap',5,'Destaque',1031510000);
INSERT INTO international VALUES (12,'EventsCalendar',2,'Veranstaltungskalender bearbeiten',1031510000);
INSERT INTO international VALUES (20,'FileManager',3,'Kap pagina af na',1031516049);
INSERT INTO international VALUES (6,'SQLReport',1,'Database User',1031514049);
INSERT INTO international VALUES (6,'SQLReport',4,'Usuario de la Base de Datos',1031510000);
INSERT INTO international VALUES (6,'SQLReport',5,'User da base de dados',1031510000);
INSERT INTO international VALUES (6,'SyndicatedContent',1,'Current Content',1031514049);
INSERT INTO international VALUES (6,'SyndicatedContent',5,'Conteudo actual',1031510000);
INSERT INTO international VALUES (12,'LinkList',2,'Link\nbearbeiten',1031510000);
INSERT INTO international VALUES (19,'FileManager',3,'U heeft geen bestanden te downloaden',1031516049);
INSERT INTO international VALUES (6,'USS',1,'Submissions Per Page',1031514049);
INSERT INTO international VALUES (6,'USS',4,'Contribuciones por p<>gina',1031510000);
INSERT INTO international VALUES (6,'USS',5,'Submiss<73>es por p<>gina',1031510000);
INSERT INTO international VALUES (6,'WebGUI',1,'Manage styles.',1031514049);
INSERT INTO international VALUES (6,'WebGUI',4,'Configurar Estilos',1031510000);
INSERT INTO international VALUES (6,'WebGUI',5,'Organizar estilos.',1031510000);
INSERT INTO international VALUES (18,'FileManager',3,'Alternatieve Versie #2',1031516049);
INSERT INTO international VALUES (7,'Article',1,'Link Title',1031514049);
INSERT INTO international VALUES (7,'Article',4,'Link T<>tulo',1031510000);
INSERT INTO international VALUES (7,'Article',5,'Titulo da hiperlink',1031510000);
INSERT INTO international VALUES (2,'SiteMap',6,'Sitekarta',1031651399);
INSERT INTO international VALUES (2,'Poll',6,'L<>gg till fr<66>ga',1031510000);
INSERT INTO international VALUES (2,'MessageBoard',6,'Meddelandeforum',1031650036);
INSERT INTO international VALUES (12,'MessageBoard',2,'Beitrag\nbearbeiten',1031510000);
INSERT INTO international VALUES (7,'FAQ',1,'Are you certain that you want to delete this question?',1031514049);
INSERT INTO international VALUES (7,'FAQ',4,'Est<73> seguro de querer eliminar <20>sta pregunta?',1031510000);
INSERT INTO international VALUES (7,'FAQ',5,'Tem a certeza que quer apagar esta quest<73>o?',1031510000);
INSERT INTO international VALUES (2,'Item',6,'Bilagor',1031510000);
INSERT INTO international VALUES (2,'FAQ',6,'F.A.Q.',1031510000);
INSERT INTO international VALUES (2,'ExtraColumn',6,'L<>gg till extra kolumn',1031579372);
INSERT INTO international VALUES (17,'FileManager',3,'Alternatieve Versie #1',1031516049);
INSERT INTO international VALUES (7,'MessageBoard',1,'Author:',1031514049);
INSERT INTO international VALUES (7,'MessageBoard',4,'Autor:',1031510000);
INSERT INTO international VALUES (7,'MessageBoard',5,'Autor:',1031510000);
INSERT INTO international VALUES (12,'SQLReport',2,'Fehler:\nDatenbankverbindung konnte nicht aufgebaut werden.',1031510000);
INSERT INTO international VALUES (7,'Poll',1,'Answers',1031514049);
INSERT INTO international VALUES (7,'Poll',4,'Respuestas',1031510000);
INSERT INTO international VALUES (7,'Poll',5,'Respostas',1031510000);
INSERT INTO international VALUES (16,'FileManager',3,'Upload datum',1031516049);
INSERT INTO international VALUES (7,'SQLReport',1,'Database Password',1031514049);
INSERT INTO international VALUES (7,'SQLReport',4,'Password de la Base de Datos',1031510000);
INSERT INTO international VALUES (7,'SQLReport',5,'Password da base de dados',1031510000);
INSERT INTO international VALUES (15,'FileManager',3,'Beschrijving',1031516049);
INSERT INTO international VALUES (560,'WebGUI',1,'Approved',1031514049);
INSERT INTO international VALUES (560,'WebGUI',4,'Aprobado',1031510000);
INSERT INTO international VALUES (560,'WebGUI',5,'Aprovado',1031510000);
INSERT INTO international VALUES (14,'FileManager',3,'Bestand',1031516049);
INSERT INTO international VALUES (7,'WebGUI',1,'Manage users.',1031514049);
INSERT INTO international VALUES (7,'WebGUI',4,'Configurar Usuarios',1031510000);
INSERT INTO international VALUES (7,'WebGUI',5,'Organizar utilizadores.',1031510000);
INSERT INTO international VALUES (8,'Article',1,'Link URL',1031514049);
INSERT INTO international VALUES (8,'Article',4,'Link URL',1031510000);
INSERT INTO international VALUES (8,'Article',5,'URL da hiperlink',1031510000);
INSERT INTO international VALUES (8,'EventsCalendar',1,'Recurs every',1031514049);
INSERT INTO international VALUES (8,'EventsCalendar',4,'Se repite cada',1031510000);
INSERT INTO international VALUES (8,'EventsCalendar',5,'Repeti<74><69>o',1031510000);
INSERT INTO international VALUES (8,'FAQ',1,'Edit F.A.Q.',1031514049);
INSERT INTO international VALUES (8,'FAQ',4,'Editar F.A.Q.',1031510000);
INSERT INTO international VALUES (8,'FAQ',5,'Modificar perguntas mais frequentes',1031510000);
INSERT INTO international VALUES (12,'FileManager',3,'Weet u zeker dat u deze download wilt verwijderen?',1031516049);
INSERT INTO international VALUES (8,'LinkList',1,'URL',1031514049);
INSERT INTO international VALUES (8,'LinkList',4,'URL',1031510000);
INSERT INTO international VALUES (8,'LinkList',5,'URL',1031510000);
INSERT INTO international VALUES (12,'USS',2,'(Bitte\nausklicken, wenn Ihr Beitrag in HTML geschrieben ist)',1031510000);
INSERT INTO international VALUES (8,'MessageBoard',1,'Date:',1031514049);
INSERT INTO international VALUES (8,'MessageBoard',4,'Fecha:',1031510000);
INSERT INTO international VALUES (8,'MessageBoard',5,'Data:',1031510000);
INSERT INTO international VALUES (11,'FileManager',3,'Nieuwe download toevoegen',1031516049);
INSERT INTO international VALUES (8,'Poll',1,'(Enter one answer per line. No more than 20.)',1031514049);
INSERT INTO international VALUES (8,'Poll',4,'(Ingrese una por l<>nea. No m<>s de 20)',1031510000);
INSERT INTO international VALUES (8,'Poll',5,'(Introduza uma resposta por linha. N<>o passe das 20.)',1031510000);
INSERT INTO international VALUES (10,'FileManager',3,'Bewerk Download',1031516049);
INSERT INTO international VALUES (8,'SQLReport',1,'Edit SQL Report',1031514049);
INSERT INTO international VALUES (8,'SQLReport',4,'Editar Reporte SQL',1031510000);
INSERT INTO international VALUES (8,'SQLReport',5,'Modificar o rela<6C>rio SQL',1031510000);
INSERT INTO international VALUES (9,'FileManager',3,'Bewerk download Manager',1031516049);
INSERT INTO international VALUES (561,'WebGUI',1,'Denied',1031514049);
INSERT INTO international VALUES (561,'WebGUI',4,'Denegado',1031510000);
INSERT INTO international VALUES (561,'WebGUI',5,'Negado',1031510000);
INSERT INTO international VALUES (8,'WebGUI',1,'View page not found.',1031514049);
INSERT INTO international VALUES (8,'WebGUI',4,'Ver P<>gina No Encontrada',1031510000);
INSERT INTO international VALUES (8,'WebGUI',5,'Ver p<>gina n<>o encontrada.',1031510000);
INSERT INTO international VALUES (12,'WebGUI',2,'Administrationsmodus abschalten',1031510000);
INSERT INTO international VALUES (8,'FileManager',3,'Korte Omschrijving',1031516049);
INSERT INTO international VALUES (9,'Article',1,'Attachment',1031514049);
INSERT INTO international VALUES (9,'Article',4,'Adjuntar',1031510000);
INSERT INTO international VALUES (9,'Article',5,'Anexar',1031510000);
INSERT INTO international VALUES (9,'EventsCalendar',1,'until',1031514049);
INSERT INTO international VALUES (9,'EventsCalendar',4,'hasta',1031510000);
INSERT INTO international VALUES (9,'EventsCalendar',5,'at<61>',1031510000);
INSERT INTO international VALUES (13,'Article',2,'L<>schen',1031510000);
INSERT INTO international VALUES (7,'FileManager',3,'Groep om te downloaden',1031516049);
INSERT INTO international VALUES (9,'FAQ',1,'Add a new question.',1031514049);
INSERT INTO international VALUES (9,'FAQ',4,'Agregar nueva pregunta.',1031510000);
INSERT INTO international VALUES (9,'FAQ',5,'Adicionar nova quest<73>o.',1031510000);
INSERT INTO international VALUES (728,'WebGUI',1,'Are you certain you wish to delete this file?',1031514049);
INSERT INTO international VALUES (6,'FileManager',3,'Download bestand',1031516049);
INSERT INTO international VALUES (9,'LinkList',1,'Are you certain that you want to delete this link?',1031514049);
INSERT INTO international VALUES (9,'LinkList',4,'Est<73> seguro de querer eliminar <20>ste enlace?',1031510000);
INSERT INTO international VALUES (9,'LinkList',5,'Tem a certeza que quer apagar esta hiperlink?',1031510000);
INSERT INTO international VALUES (9,'MessageBoard',1,'Message ID:',1031514049);
INSERT INTO international VALUES (9,'MessageBoard',4,'ID del mensage:',1031510000);
INSERT INTO international VALUES (9,'MessageBoard',5,'ID da mensagem:',1031510000);
INSERT INTO international VALUES (5,'FileManager',3,'Bestand Titel',1031516049);
INSERT INTO international VALUES (9,'Poll',1,'Edit Poll',1031514049);
INSERT INTO international VALUES (9,'Poll',4,'Editar Encuesta',1031510000);
INSERT INTO international VALUES (9,'Poll',5,'Modificar sondagem',1031510000);
INSERT INTO international VALUES (3,'FileManager',3,'Verder gaan met bestand toevoegen?',1031516049);
INSERT INTO international VALUES (9,'SQLReport',1,'<b>Debug:</b> Error: The DSN specified is of an improper format.',1031514049);
INSERT INTO international VALUES (9,'SQLReport',4,'Error: El DSN especificado est<73> en un formato incorrecto.',1031510000);
INSERT INTO international VALUES (9,'SQLReport',5,'Erro: O DSN especificado tem um formato impr<70>prio.',1031510000);
INSERT INTO international VALUES (13,'EventsCalendar',2,'Veranstaltung bearbeiten',1031510000);
INSERT INTO international VALUES (562,'WebGUI',1,'Pending',1031514049);
INSERT INTO international VALUES (562,'WebGUI',4,'Pendiente',1031510000);
INSERT INTO international VALUES (562,'WebGUI',5,'Pendente',1031510000);
INSERT INTO international VALUES (1,'FileManager',3,'Download Manager',1031516049);
INSERT INTO international VALUES (9,'WebGUI',1,'View clipboard.',1031514049);
INSERT INTO international VALUES (9,'WebGUI',4,'Ver Portapapeles',1031510000);
INSERT INTO international VALUES (9,'WebGUI',5,'Ver o clipboard.',1031510000);
INSERT INTO international VALUES (10,'Article',1,'Convert carriage returns?',1031514049);
INSERT INTO international VALUES (10,'Article',4,'Convertir saltos de carro?',1031510000);
INSERT INTO international VALUES (10,'Article',5,'Converter o caracter de retorno (CR) ?',1031510000);
INSERT INTO international VALUES (13,'LinkList',2,'Neuen Link\nhinzuf<75>gen',1031510000);
INSERT INTO international VALUES (577,'WebGUI',2,'Antwort\nschicken',1031510000);
INSERT INTO international VALUES (28,'Article',3,'Bekijk reacties',1031516049);
INSERT INTO international VALUES (10,'FAQ',1,'Edit Question',1031514049);
INSERT INTO international VALUES (10,'FAQ',4,'Editar Pregunta',1031510000);
INSERT INTO international VALUES (10,'FAQ',5,'Modificar quest<73>o',1031510000);
INSERT INTO international VALUES (10,'LinkList',1,'Edit Link List',1031514049);
INSERT INTO international VALUES (10,'LinkList',4,'Editar Lista de Enlaces',1031510000);
INSERT INTO international VALUES (10,'LinkList',5,'Modificar lista de hiperlinks',1031510000);
INSERT INTO international VALUES (394,'WebGUI',2,'Grafiken\nverwalten',1031510000);
INSERT INTO international VALUES (6,'Article',10,'Billede',1031510000);
INSERT INTO international VALUES (5,'Article',10,'Br<42>dtekst',1031510000);
INSERT INTO international VALUES (4,'Article',10,'Til dato',1031510000);
INSERT INTO international VALUES (3,'Article',10,'Fra dato',1031510000);
INSERT INTO international VALUES (27,'Article',3,'Terug naar artikel',1031516049);
INSERT INTO international VALUES (10,'Poll',1,'Reset votes.',1031514049);
INSERT INTO international VALUES (10,'Poll',5,'Reinicializar os votos.',1031510000);
INSERT INTO international VALUES (23,'Article',3,'Datum',1031516049);
INSERT INTO international VALUES (24,'Article',3,'Post reactie',1031516049);
INSERT INTO international VALUES (10,'SQLReport',1,'<b>Debug:</b> Error: The SQL specified is of an improper format.',1031514049);
INSERT INTO international VALUES (10,'SQLReport',4,'Error: El SQL especificado est<73> en un formato incorrecto.',1031510000);
INSERT INTO international VALUES (10,'SQLReport',5,'Erro: O SQL especificado tem um formato impr<70>prio.',1031510000);
INSERT INTO international VALUES (22,'Article',3,'Auteur',1031516049);
INSERT INTO international VALUES (563,'WebGUI',1,'Default Status',1031514049);
INSERT INTO international VALUES (563,'WebGUI',4,'Estado por defecto',1031510000);
INSERT INTO international VALUES (563,'WebGUI',5,'Estado por defeito',1031510000);
INSERT INTO international VALUES (18,'Article',3,'Discussie toelaten?',1031516049);
INSERT INTO international VALUES (10,'WebGUI',1,'Manage trash.',1031514049);
INSERT INTO international VALUES (10,'WebGUI',4,'Ver Papelera',1031510000);
INSERT INTO international VALUES (10,'WebGUI',5,'Ver o caixote do lixo.',1031510000);
INSERT INTO international VALUES (11,'Article',1,'(Select \"Yes\" only if you aren\'t adding &lt;br&gt; manually.)',1031514049);
INSERT INTO international VALUES (11,'Article',4,'(marque si no est<73> agregando &lt;br&gt; manualmente.)',1031510000);
INSERT INTO international VALUES (11,'Article',5,'(escolher se n<>o adicionar &lt;br&gt; manualmente.)',1031510000);
INSERT INTO international VALUES (590,'WebGUI',10,'Sprog ID',1037205552);
INSERT INTO international VALUES (589,'WebGUI',10,'Redig<69>r sprog.',1037205536);
INSERT INTO international VALUES (58,'Product',1,'Edit Product Template',1031514049);
INSERT INTO international VALUES (707,'WebGUI',1,'Show debugging?',1031514049);
INSERT INTO international VALUES (78,'EventsCalendar',1,'Don\'t delete anything, I made a mistake.',1031514049);
INSERT INTO international VALUES (780,'WebGUI',1,'File',1036912946);
INSERT INTO international VALUES (2,'EventsCalendar',6,'H<>ndelsekalender',1032259717);
INSERT INTO international VALUES (2,'Article',6,'L<>gg till artikel',1031510000);
INSERT INTO international VALUES (1,'WebGUI',6,'L<>gg till inneh<65>ll...',1031648961);
INSERT INTO international VALUES (1,'USS',6,'Vem kan validera?',1031510000);
INSERT INTO international VALUES (772,'WebGUI',1,'Edit File',1036893140);
INSERT INTO international VALUES (11,'MessageBoard',1,'Back To Message List',1031514049);
INSERT INTO international VALUES (11,'MessageBoard',4,'Volver a la Lista de Mensages',1031510000);
INSERT INTO international VALUES (11,'MessageBoard',5,'Voltar <20> lista de mensagens',1031510000);
INSERT INTO international VALUES (767,'WebGUI',1,'Collateral Id',1036892929);
INSERT INTO international VALUES (11,'SQLReport',1,'<b>Debug:</b> Error: There was a problem with the query.',1031514049);
INSERT INTO international VALUES (11,'SQLReport',4,'Error: Hay un problema con la consulta.',1031510000);
INSERT INTO international VALUES (11,'SQLReport',5,'Erro: Houve um problema com a query.',1031510000);
INSERT INTO international VALUES (391,'WebGUI',2,'Anhang l<>schen',1031510000);
INSERT INTO international VALUES (1,'SQLReport',6,'SQL Rapport',1031510000);
INSERT INTO international VALUES (1,'SiteMap',6,'L<>gg till site-karta',1031579426);
INSERT INTO international VALUES (1,'Poll',6,'Fr<46>ga',1031510000);
INSERT INTO international VALUES (763,'WebGUI',1,'Add a snippet.',1036892785);
INSERT INTO international VALUES (11,'WebGUI',1,'Empy trash.',1031514049);
INSERT INTO international VALUES (11,'WebGUI',4,'Vaciar Papelera',1031510000);
INSERT INTO international VALUES (11,'WebGUI',5,'Esvaziar o caixote do lixo.',1031510000);
INSERT INTO international VALUES (355,'WebGUI',3,'Standaard',1031516049);
INSERT INTO international VALUES (12,'Article',1,'Edit Article',1031514049);
INSERT INTO international VALUES (12,'Article',4,'Editar Art<72>culo',1031510000);
INSERT INTO international VALUES (12,'Article',5,'Modificar artigo',1031510000);
INSERT INTO international VALUES (354,'WebGUI',3,'Bekijk berichten log.',1031516049);
INSERT INTO international VALUES (12,'EventsCalendar',1,'Edit Events Calendar',1031514049);
INSERT INTO international VALUES (12,'EventsCalendar',4,'Editar Calendario de Eventos',1031510000);
INSERT INTO international VALUES (12,'EventsCalendar',5,'Modificar calend<6E>rio de eventos',1031510000);
INSERT INTO international VALUES (12,'LinkList',1,'Edit Link',1031514049);
INSERT INTO international VALUES (12,'LinkList',4,'Editar Enlace',1031510000);
INSERT INTO international VALUES (12,'LinkList',5,'Modificar hiperlink',1031510000);
INSERT INTO international VALUES (353,'WebGUI',3,'U heeft nu geen berichten log toevoegingen.',1031516049);
INSERT INTO international VALUES (12,'MessageBoard',1,'Edit Message',1031514049);
INSERT INTO international VALUES (12,'MessageBoard',4,'Editar mensage',1031510000);
INSERT INTO international VALUES (12,'MessageBoard',5,'Modificar mensagem',1031510000);
INSERT INTO international VALUES (807,'WebGUI',1,'Manage the groups in this group.',1037579473);
INSERT INTO international VALUES (352,'WebGUI',3,'Datum van toevoeging',1031516049);
INSERT INTO international VALUES (12,'SQLReport',1,'<b>Debug:</b> Error: Could not connect to the database.',1031514049);
INSERT INTO international VALUES (12,'SQLReport',4,'Error: No se puede conectar a la base de datos.',1031510000);
INSERT INTO international VALUES (12,'SQLReport',5,'Erro: N<>o <20> poss<73>vel ligar <20> base de dados.',1031510000);
INSERT INTO international VALUES (702,'WebGUI',10,'m<>ned(er)',1036855955);
INSERT INTO international VALUES (350,'WebGUI',3,'Klaar',1031516049);
INSERT INTO international VALUES (351,'WebGUI',3,'Bericht',1031516049);
INSERT INTO international VALUES (12,'USS',1,'(Uncheck if you\'re writing an HTML submission.)',1031514049);
INSERT INTO international VALUES (12,'USS',4,'(desmarque si est<73> escribiendo la contribuci<63>n en HTML.)',1031510000);
INSERT INTO international VALUES (12,'USS',5,'(deixar em branco se a submiss<73>o for em HTML.)',1031510000);
INSERT INTO international VALUES (388,'WebGUI',2,'Upload Datum',1031510000);
INSERT INTO international VALUES (12,'WebGUI',1,'Turn admin off.',1031514049);
INSERT INTO international VALUES (12,'WebGUI',4,'Apagar Admin',1031510000);
INSERT INTO international VALUES (12,'WebGUI',5,'Desligar o modo administrativo.',1031510000);
INSERT INTO international VALUES (349,'WebGUI',3,'Laatst beschikbare versie',1031516049);
INSERT INTO international VALUES (13,'Article',1,'Delete',1031514049);
INSERT INTO international VALUES (13,'Article',4,'Eliminar',1031510000);
INSERT INTO international VALUES (13,'Article',5,'Apagar',1031510000);
INSERT INTO international VALUES (348,'WebGUI',3,'Naam',1031516049);
INSERT INTO international VALUES (13,'EventsCalendar',1,'Edit Event',1031514049);
INSERT INTO international VALUES (13,'EventsCalendar',4,'Editar Evento',1031510000);
INSERT INTO international VALUES (13,'EventsCalendar',5,'Modificar evento',1031510000);
INSERT INTO international VALUES (387,'WebGUI',2,'Zur Verf<72>gung\ngestellt von',1031510000);
INSERT INTO international VALUES (13,'LinkList',1,'Add a new link.',1031514049);
INSERT INTO international VALUES (13,'LinkList',4,'Agregar nuevo Enlace',1031510000);
INSERT INTO international VALUES (13,'LinkList',5,'Adicionar nova hiperlink.',1031510000);
INSERT INTO international VALUES (385,'WebGUI',2,'Parameter',1031510000);
INSERT INTO international VALUES (347,'WebGUI',3,'Bekijk profiel van',1031516049);
INSERT INTO international VALUES (577,'WebGUI',1,'Post Reply',1031514049);
INSERT INTO international VALUES (577,'WebGUI',4,'Responder',1031510000);
INSERT INTO international VALUES (577,'WebGUI',5,'Responder',1031510000);
INSERT INTO international VALUES (13,'USS',1,'Date Submitted',1031514049);
INSERT INTO international VALUES (13,'USS',4,'Fecha Contribuci<63>n',1031510000);
INSERT INTO international VALUES (13,'USS',5,'Data de submiss<73>o',1031510000);
INSERT INTO international VALUES (386,'WebGUI',2,'Bild\nbearbeiten',1031510000);
INSERT INTO international VALUES (13,'WebGUI',1,'View help index.',1031514049);
INSERT INTO international VALUES (13,'WebGUI',4,'Ver <20>ndice de Ayuda',1031510000);
INSERT INTO international VALUES (13,'WebGUI',5,'Ver o indice da ajuda.',1031510000);
INSERT INTO international VALUES (761,'WebGUI',1,'Add an image.',1036892765);
INSERT INTO international VALUES (384,'WebGUI',2,'Datei',1031510000);
INSERT INTO international VALUES (516,'WebGUI',1,'Turn Admin On!',1031514049);
INSERT INTO international VALUES (517,'WebGUI',1,'Turn Admin Off!',1031514049);
INSERT INTO international VALUES (515,'WebGUI',1,'Add edit stamp to posts?',1031514049);
INSERT INTO international VALUES (686,'WebGUI',10,'Image gruppe, Tilf<6C>j',1036856023);
INSERT INTO international VALUES (14,'USS',1,'Status',1031514049);
INSERT INTO international VALUES (14,'USS',4,'Estado',1031510000);
INSERT INTO international VALUES (14,'USS',5,'Estado',1031510000);
INSERT INTO international VALUES (346,'WebGUI',3,'Deze gebruiker in geen lid meer van onze site. We hebben geen informatie meer over deze gebruiker.',1031516049);
INSERT INTO international VALUES (14,'WebGUI',1,'View pending submissions.',1031514049);
INSERT INTO international VALUES (14,'WebGUI',4,'Ver contribuciones pendientes.',1031510000);
INSERT INTO international VALUES (14,'WebGUI',5,'Ver submiss<73>es pendentes.',1031510000);
INSERT INTO international VALUES (345,'WebGUI',3,'Geen lid',1031516049);
INSERT INTO international VALUES (15,'MessageBoard',1,'Author',1031514049);
INSERT INTO international VALUES (15,'MessageBoard',4,'Autor',1031510000);
INSERT INTO international VALUES (15,'MessageBoard',5,'Autor',1031510000);
INSERT INTO international VALUES (343,'WebGUI',3,'Bekijk profiel.',1031516049);
INSERT INTO international VALUES (15,'USS',1,'Edit/Delete',1031514049);
INSERT INTO international VALUES (15,'USS',4,'Editar/Eliminar',1031510000);
INSERT INTO international VALUES (15,'USS',5,'Modificar/Apagar',1031510000);
INSERT INTO international VALUES (15,'WebGUI',1,'January',1031514049);
INSERT INTO international VALUES (15,'WebGUI',4,'Enero',1031510000);
INSERT INTO international VALUES (15,'WebGUI',5,'Janeiro',1031510000);
INSERT INTO international VALUES (379,'WebGUI',2,'Gruppen ID',1031510000);
INSERT INTO international VALUES (342,'WebGUI',3,'Bewerk account informatie.',1031516049);
INSERT INTO international VALUES (16,'MessageBoard',1,'Date',1031514049);
INSERT INTO international VALUES (16,'MessageBoard',4,'Fecha',1031510000);
INSERT INTO international VALUES (16,'MessageBoard',5,'Data',1031510000);
INSERT INTO international VALUES (341,'WebGUI',3,'Bewerk profiel.',1031516049);
INSERT INTO international VALUES (16,'USS',1,'Untitled',1031514049);
INSERT INTO international VALUES (16,'USS',4,'Sin t<>tulo',1031510000);
INSERT INTO international VALUES (16,'USS',5,'Sem titulo',1031510000);
INSERT INTO international VALUES (380,'WebGUI',2,'Stil ID',1031510000);
INSERT INTO international VALUES (340,'WebGUI',3,'Vrouw',1031516049);
INSERT INTO international VALUES (16,'WebGUI',1,'February',1031514049);
INSERT INTO international VALUES (16,'WebGUI',4,'Febrero',1031510000);
INSERT INTO international VALUES (16,'WebGUI',5,'Fevereiro',1031510000);
INSERT INTO international VALUES (339,'WebGUI',3,'Man',1031516049);
INSERT INTO international VALUES (17,'MessageBoard',1,'Post New Message',1031514049);
INSERT INTO international VALUES (17,'MessageBoard',4,'Mandar Nuevo Mensage',1031510000);
INSERT INTO international VALUES (17,'MessageBoard',5,'Colocar nova mensagem',1031510000);
INSERT INTO international VALUES (338,'WebGUI',3,'Bewerk profiel',1031516049);
INSERT INTO international VALUES (17,'USS',1,'Are you certain you wish to delete this submission?',1031514049);
INSERT INTO international VALUES (17,'USS',4,'Est<73> seguro de querer eliminar <20>sta contribuci<63>n?',1031510000);
INSERT INTO international VALUES (17,'USS',5,'Tem a certeza que quer apagar esta submiss<73>o?',1031510000);
INSERT INTO international VALUES (337,'WebGUI',3,'Home pagina URL',1031516049);
INSERT INTO international VALUES (17,'WebGUI',1,'March',1031514049);
INSERT INTO international VALUES (17,'WebGUI',4,'Marzo',1031510000);
INSERT INTO international VALUES (17,'WebGUI',5,'Mar<61>o',1031510000);
INSERT INTO international VALUES (336,'WebGUI',3,'Geboortedatum',1031516049);
INSERT INTO international VALUES (18,'MessageBoard',1,'Thread Started',1031514049);
INSERT INTO international VALUES (18,'MessageBoard',4,'Inicio',1031510000);
INSERT INTO international VALUES (18,'MessageBoard',5,'Inicial',1031510000);
INSERT INTO international VALUES (59,'USS',1,'Next Submission',1031514049);
INSERT INTO international VALUES (335,'WebGUI',3,'Sexe',1031516049);
INSERT INTO international VALUES (18,'USS',1,'Edit User Submission System',1031514049);
INSERT INTO international VALUES (18,'USS',4,'Editar Sistema de Contribuci<63>n de Usuarios',1031510000);
INSERT INTO international VALUES (18,'USS',5,'Modificar sistema de submiss<73>o do utilizador',1031510000);
INSERT INTO international VALUES (334,'WebGUI',3,'Werk telefoon',1031516049);
INSERT INTO international VALUES (18,'WebGUI',1,'April',1031514049);
INSERT INTO international VALUES (18,'WebGUI',4,'Abril',1031510000);
INSERT INTO international VALUES (18,'WebGUI',5,'Abril',1031510000);
INSERT INTO international VALUES (333,'WebGUI',3,'Werk land',1031516049);
INSERT INTO international VALUES (19,'MessageBoard',1,'Replies',1031514049);
INSERT INTO international VALUES (19,'MessageBoard',4,'Respuestas',1031510000);
INSERT INTO international VALUES (19,'MessageBoard',5,'Respostas',1031510000);
INSERT INTO international VALUES (19,'USS',1,'Edit Submission',1031514049);
INSERT INTO international VALUES (19,'USS',4,'Editar Contribuci<63>n',1031510000);
INSERT INTO international VALUES (19,'USS',5,'Modificar submiss<73>o',1031510000);
INSERT INTO international VALUES (332,'WebGUI',3,'Werk postcode',1031516049);
INSERT INTO international VALUES (19,'WebGUI',1,'May',1031514049);
INSERT INTO international VALUES (19,'WebGUI',4,'Mayo',1031510000);
INSERT INTO international VALUES (19,'WebGUI',5,'Maio',1031510000);
INSERT INTO international VALUES (331,'WebGUI',3,'Werk staat',1031516049);
INSERT INTO international VALUES (20,'MessageBoard',1,'Last Reply',1031514049);
INSERT INTO international VALUES (20,'MessageBoard',4,'<27>ltima respuesta',1031510000);
INSERT INTO international VALUES (20,'MessageBoard',5,'Ultima resposta',1031510000);
INSERT INTO international VALUES (20,'USS',1,'Post New Submission',1031514049);
INSERT INTO international VALUES (20,'USS',4,'Nueva Contribuci<63>n',1031510000);
INSERT INTO international VALUES (20,'USS',5,'Colocar nova submiss<73>o',1031510000);
INSERT INTO international VALUES (330,'WebGUI',3,'Werk stad',1031516049);
INSERT INTO international VALUES (20,'WebGUI',1,'June',1031514049);
INSERT INTO international VALUES (20,'WebGUI',4,'Junio',1031510000);
INSERT INTO international VALUES (20,'WebGUI',5,'Junho',1031510000);
INSERT INTO international VALUES (21,'USS',1,'Submitted By',1031514049);
INSERT INTO international VALUES (21,'USS',4,'Contribuida por',1031510000);
INSERT INTO international VALUES (21,'USS',5,'Submetido por',1031510000);
INSERT INTO international VALUES (329,'WebGUI',3,'Werk adres',1031516049);
INSERT INTO international VALUES (21,'WebGUI',1,'July',1031514049);
INSERT INTO international VALUES (21,'WebGUI',4,'Julio',1031510000);
INSERT INTO international VALUES (21,'WebGUI',5,'Julho',1031510000);
INSERT INTO international VALUES (328,'WebGUI',3,'Thuis telefoon',1031516049);
INSERT INTO international VALUES (22,'WebGUI',1,'August',1031514049);
INSERT INTO international VALUES (22,'WebGUI',4,'Agosto',1031510000);
INSERT INTO international VALUES (22,'WebGUI',5,'Agosto',1031510000);
INSERT INTO international VALUES (327,'WebGUI',3,'Thuis land',1031516049);
INSERT INTO international VALUES (23,'WebGUI',1,'September',1031514049);
INSERT INTO international VALUES (23,'WebGUI',4,'Septiembre',1031510000);
INSERT INTO international VALUES (23,'WebGUI',5,'Setembro',1031510000);
INSERT INTO international VALUES (572,'WebGUI',1,'Approve',1031514049);
INSERT INTO international VALUES (572,'WebGUI',4,'Aprobar',1031510000);
INSERT INTO international VALUES (572,'WebGUI',5,'Aprovar',1031510000);
INSERT INTO international VALUES (326,'WebGUI',3,'Thuis postcode',1031516049);
INSERT INTO international VALUES (24,'WebGUI',1,'October',1031514049);
INSERT INTO international VALUES (24,'WebGUI',4,'Octubre',1031510000);
INSERT INTO international VALUES (24,'WebGUI',5,'Outubro',1031510000);
INSERT INTO international VALUES (381,'WebGUI',2,'WebGUI hat eine\nverst<73>mmelte Anfrage erhalten und kann nicht weitermachen. <20>blicherweise\nwird das durch Sonderzeichen verursacht. Nutzen Sie bitte den \"Zur<75>ck\"\nButton Ihres Browsers und versuchen Sie es noch einmal.',1031510000);
INSERT INTO international VALUES (573,'WebGUI',1,'Leave Pending',1031514049);
INSERT INTO international VALUES (573,'WebGUI',4,'Dejan pendiente',1031510000);
INSERT INTO international VALUES (573,'WebGUI',5,'Deixar pendente',1031510000);
INSERT INTO international VALUES (325,'WebGUI',3,'Thuis staat',1031516049);
INSERT INTO international VALUES (25,'WebGUI',1,'November',1031514049);
INSERT INTO international VALUES (25,'WebGUI',4,'Noviembre',1031510000);
INSERT INTO international VALUES (25,'WebGUI',5,'Novembro',1031510000);
INSERT INTO international VALUES (574,'WebGUI',1,'Deny',1031514049);
INSERT INTO international VALUES (574,'WebGUI',4,'Denegar',1031510000);
INSERT INTO international VALUES (574,'WebGUI',5,'Negar',1031510000);
INSERT INTO international VALUES (378,'WebGUI',2,'Benutzer ID',1031510000);
INSERT INTO international VALUES (324,'WebGUI',3,'Thuis plaats',1031516049);
INSERT INTO international VALUES (26,'WebGUI',1,'December',1031514049);
INSERT INTO international VALUES (26,'WebGUI',4,'Diciembre',1031510000);
INSERT INTO international VALUES (26,'WebGUI',5,'Dezembro',1031510000);
INSERT INTO international VALUES (323,'WebGUI',3,'Thuis adres',1031516049);
INSERT INTO international VALUES (27,'USS',1,'Edit',1031514049);
INSERT INTO international VALUES (27,'USS',4,'Editar',1031510000);
INSERT INTO international VALUES (27,'USS',5,'Modificar',1031510000);
INSERT INTO international VALUES (322,'WebGUI',3,'Pager',1031516049);
INSERT INTO international VALUES (27,'WebGUI',1,'Sunday',1031514049);
INSERT INTO international VALUES (27,'WebGUI',4,'Domingo',1031510000);
INSERT INTO international VALUES (27,'WebGUI',5,'Domingo',1031510000);
INSERT INTO international VALUES (321,'WebGUI',3,'Mobiel nummer',1031516049);
INSERT INTO international VALUES (28,'USS',1,'Return To Submissions List',1031514049);
INSERT INTO international VALUES (28,'USS',4,'Regresar a lista de contribuciones',1031510000);
INSERT INTO international VALUES (28,'USS',5,'Voltar <20> lista de submiss<73>es',1031510000);
INSERT INTO international VALUES (376,'WebGUI',2,'Paket',1031510000);
INSERT INTO international VALUES (28,'WebGUI',1,'Monday',1031514049);
INSERT INTO international VALUES (28,'WebGUI',4,'Lunes',1031510000);
INSERT INTO international VALUES (28,'WebGUI',5,'Segunda',1031510000);
INSERT INTO international VALUES (29,'USS',1,'User Submission System',1031514049);
INSERT INTO international VALUES (29,'USS',4,'Sistema de Contribuci<63>n de Usuarios',1031510000);
INSERT INTO international VALUES (29,'USS',5,'Sistema de submiss<73>o do utilizador',1031510000);
INSERT INTO international VALUES (320,'WebGUI',3,'\"<a href=\"\"http://messenger.yahoo.com/\"\">Yahoo! Messenger</a> Id\"',1031516049);
INSERT INTO international VALUES (29,'WebGUI',1,'Tuesday',1031514049);
INSERT INTO international VALUES (29,'WebGUI',4,'Martes',1031510000);
INSERT INTO international VALUES (29,'WebGUI',5,'Ter<65>a',1031510000);
INSERT INTO international VALUES (1,'Item',6,'L<>nk URL',1031510000);
INSERT INTO international VALUES (1,'ExtraColumn',6,'Extra kolumn',1031649742);
INSERT INTO international VALUES (30,'WebGUI',1,'Wednesday',1031514049);
INSERT INTO international VALUES (30,'WebGUI',4,'Mi<4D>rcoles',1031510000);
INSERT INTO international VALUES (30,'WebGUI',5,'Quarta',1031510000);
INSERT INTO international VALUES (31,'WebGUI',1,'Thursday',1031514049);
INSERT INTO international VALUES (31,'WebGUI',4,'Jueves',1031510000);
INSERT INTO international VALUES (31,'WebGUI',5,'Quinta',1031510000);
INSERT INTO international VALUES (377,'WebGUI',2,'Von Ihren (Paket)\n-Administratoren wurden keine Pakete bereitgestellt.',1031510000);
INSERT INTO international VALUES (32,'WebGUI',1,'Friday',1031514049);
INSERT INTO international VALUES (32,'WebGUI',4,'Viernes',1031510000);
INSERT INTO international VALUES (32,'WebGUI',5,'Sexta',1031510000);
INSERT INTO international VALUES (319,'WebGUI',3,'\"<a href=\"\"http://messenger.msn.com/\"\">MSN Messenger</a> Id\"',1031516049);
INSERT INTO international VALUES (33,'WebGUI',1,'Saturday',1031514049);
INSERT INTO international VALUES (33,'WebGUI',4,'Sabado',1031510000);
INSERT INTO international VALUES (33,'WebGUI',5,'Sabado',1031510000);
INSERT INTO international VALUES (34,'WebGUI',1,'set date',1031514049);
INSERT INTO international VALUES (34,'WebGUI',4,'fijar fecha',1031510000);
INSERT INTO international VALUES (34,'WebGUI',5,'acertar a data',1031510000);
INSERT INTO international VALUES (1,'MessageBoard',6,'L<>gg till meddelandeforum',1031579387);
INSERT INTO international VALUES (35,'WebGUI',1,'Administrative Function',1031514049);
INSERT INTO international VALUES (35,'WebGUI',4,'Funciones Administrativas',1031510000);
INSERT INTO international VALUES (35,'WebGUI',5,'Fun<75><6E>o administrativa',1031510000);
INSERT INTO international VALUES (317,'WebGUI',3,'\"<a href=\"\"http://www.icq.com\"\">ICQ</a> UIN\"',1031516049);
INSERT INTO international VALUES (318,'WebGUI',3,'\"<a href=\"\"http://www.aol.com/aim/homenew.adp\"\">AIM</a> Id\"',1031516049);
INSERT INTO international VALUES (36,'WebGUI',1,'You must be an administrator to perform this function. Please contact one of your administrators. The following is a list of the administrators for this system:',1031514049);
INSERT INTO international VALUES (36,'WebGUI',4,'Debe ser administrador para realizar esta tarea. Por favor contacte a uno de los administradores. La siguiente es una lista de los administradores de <20>ste sistema:',1031510000);
INSERT INTO international VALUES (36,'WebGUI',5,'Fun<75><6E>o reservada a administradores. Fale com um dos seguintes administradores:',1031510000);
INSERT INTO international VALUES (316,'WebGUI',3,'Achternaam',1031516049);
INSERT INTO international VALUES (37,'WebGUI',1,'Permission Denied!',1031514049);
INSERT INTO international VALUES (37,'WebGUI',4,'Permiso Denegado!',1031510000);
INSERT INTO international VALUES (37,'WebGUI',5,'Permiss<73>o negada!',1031510000);
INSERT INTO international VALUES (38,'WebGUI',5,'\"N<>o tem privil<69>gios para essa opera<72><61>o. ^a(Identifique-se na entrada); com uma conta que permita essa opera<72><61>o.\"',1031510000);
INSERT INTO international VALUES (404,'WebGUI',1,'First Page',1031514049);
INSERT INTO international VALUES (38,'WebGUI',4,'\"No tiene privilegios suficientes para realizar <20>sta operaci<63>n. Por favor ^a(ingrese con una cuenta); que posea los privilegios suficientes antes de intentar <20>sta operaci<63>n.\"',1031510000);
INSERT INTO international VALUES (314,'WebGUI',3,'Voornaam',1031516049);
INSERT INTO international VALUES (315,'WebGUI',3,'Tussenvoegsel',1031516049);
INSERT INTO international VALUES (38,'WebGUI',1,'You do not have sufficient privileges to perform this operation. Please ^a(log in with an account); that has sufficient privileges before attempting this operation.',1031514049);
INSERT INTO international VALUES (375,'WebGUI',2,'Paket ausw<73>hlen,\ndas verteilt werden soll',1031510000);
INSERT INTO international VALUES (374,'WebGUI',2,'Pakete\nanschauen',1031510000);
INSERT INTO international VALUES (313,'WebGUI',3,'Sta andere informatie toe?',1031516049);
INSERT INTO international VALUES (39,'WebGUI',1,'You do not have sufficient privileges to access this page.',1031514049);
INSERT INTO international VALUES (39,'WebGUI',4,'No tiene suficientes privilegios para ingresar a <20>sta p<>gina.',1031510000);
INSERT INTO international VALUES (39,'WebGUI',5,'N<>o tem privil<69>gios para aceder a essa p<>gina.',1031510000);
INSERT INTO international VALUES (372,'WebGUI',2,'Gruppen eines\nBenutzers bearbeiten',1031510000);
INSERT INTO international VALUES (312,'WebGUI',3,'Sta bedrijfs informatie toe?',1031516049);
INSERT INTO international VALUES (40,'WebGUI',1,'Vital Component',1031514049);
INSERT INTO international VALUES (40,'WebGUI',4,'Componente Vital',1031510000);
INSERT INTO international VALUES (40,'WebGUI',5,'Componente vital',1031510000);
INSERT INTO international VALUES (371,'WebGUI',2,'Gruppierung\nhinzuf<75>gen',1031510000);
INSERT INTO international VALUES (310,'WebGUI',3,'Sta extra contact informatie toe?',1031516049);
INSERT INTO international VALUES (311,'WebGUI',3,'Sta thuis informatie toe?',1031516049);
INSERT INTO international VALUES (41,'WebGUI',1,'You\'re attempting to remove a vital component of the WebGUI system. If you were allowed to continue WebGUI may cease to function.',1031514049);
INSERT INTO international VALUES (41,'WebGUI',4,'Esta intentando eliminar un componente vital del sistema WebGUI. Si contin<69>a puede causar un mal funcionamiento de WebGUI.',1031510000);
INSERT INTO international VALUES (41,'WebGUI',5,'Est<73> a tentar remover um componente vital do WebGUI. Se continuar pode haver um erro grave.',1031510000);
INSERT INTO international VALUES (42,'WebGUI',1,'Please Confirm',1031514049);
INSERT INTO international VALUES (42,'WebGUI',4,'Por favor confirme',1031510000);
INSERT INTO international VALUES (42,'WebGUI',5,'Confirma',1031510000);
INSERT INTO international VALUES (309,'WebGUI',3,'Sta echte naam toe?',1031516049);
INSERT INTO international VALUES (43,'WebGUI',1,'Are you certain that you wish to delete this content?',1031514049);
INSERT INTO international VALUES (43,'WebGUI',4,'Est<73> seguro de querer eliminar <20>ste contenido?',1031510000);
INSERT INTO international VALUES (43,'WebGUI',5,'Tem a certeza que quer apagar este conteudo?',1031510000);
INSERT INTO international VALUES (368,'WebGUI',2,'Diesem Benutzer\neine neue Gruppe hinzuf<75>gen.',1031510000);
INSERT INTO international VALUES (308,'WebGUI',3,'Bewerk profiel instellingen',1031516049);
INSERT INTO international VALUES (44,'WebGUI',1,'Yes, I\'m sure.',1031514049);
INSERT INTO international VALUES (44,'WebGUI',4,'Si',1031510000);
INSERT INTO international VALUES (44,'WebGUI',5,'\"Sim, tenho a certeza.\"',1031510000);
INSERT INTO international VALUES (45,'WebGUI',1,'No, I made a mistake.',1031514049);
INSERT INTO international VALUES (45,'WebGUI',4,'No',1031510000);
INSERT INTO international VALUES (45,'WebGUI',5,'\"N<>o, enganei-me.\"',1031510000);
INSERT INTO international VALUES (46,'WebGUI',1,'My Account',1031514049);
INSERT INTO international VALUES (46,'WebGUI',4,'Mi Cuenta',1031510000);
INSERT INTO international VALUES (46,'WebGUI',5,'Minha Conta',1031510000);
INSERT INTO international VALUES (307,'WebGUI',3,'Gebruik standaard metag tags?',1031516049);
INSERT INTO international VALUES (47,'WebGUI',1,'Home',1031514049);
INSERT INTO international VALUES (47,'WebGUI',4,'Home',1031510000);
INSERT INTO international VALUES (47,'WebGUI',5,'Inicio',1031510000);
INSERT INTO international VALUES (48,'WebGUI',1,'Hello',1031514049);
INSERT INTO international VALUES (48,'WebGUI',4,'Hola',1031510000);
INSERT INTO international VALUES (48,'WebGUI',5,'Ola',1031510000);
INSERT INTO international VALUES (304,'WebGUI',3,'Taal',1031516049);
INSERT INTO international VALUES (306,'WebGUI',3,'Bind gebruikersnaam',1031516049);
INSERT INTO international VALUES (49,'WebGUI',1,'Click <a href=\"^\\;?op=logout\">here</a> to log out.',1031514049);
INSERT INTO international VALUES (49,'WebGUI',4,'Click <a href=\"^\\;?op=logout\">aqu<71></a> para salir.',1031510000);
INSERT INTO international VALUES (49,'WebGUI',5,'Clique <a href=\"^\\;?op=logout\">aqui</a> para sair.',1031510000);
INSERT INTO international VALUES (245,'WebGUI',3,'Datum',1031516049);
INSERT INTO international VALUES (50,'WebGUI',1,'Username',1031514049);
INSERT INTO international VALUES (50,'WebGUI',4,'Nombre usuario',1031510000);
INSERT INTO international VALUES (50,'WebGUI',5,'Username',1031510000);
INSERT INTO international VALUES (51,'WebGUI',1,'Password',1031514049);
INSERT INTO international VALUES (51,'WebGUI',4,'Password',1031510000);
INSERT INTO international VALUES (51,'WebGUI',5,'Password',1031510000);
INSERT INTO international VALUES (244,'WebGUI',3,'Afzender',1031516049);
INSERT INTO international VALUES (52,'WebGUI',1,'login',1031514049);
INSERT INTO international VALUES (52,'WebGUI',4,'ingresar',1031510000);
INSERT INTO international VALUES (52,'WebGUI',5,'entrar',1031510000);
INSERT INTO international VALUES (367,'WebGUI',2,'verf<72>llt nach',1031510000);
INSERT INTO international VALUES (370,'WebGUI',2,'Gruppierung\nbearbeiten',1031510000);
INSERT INTO international VALUES (369,'WebGUI',2,'Verfallsdatum',1031510000);
INSERT INTO international VALUES (240,'WebGUI',3,'Bericht ID:',1031516049);
INSERT INTO international VALUES (53,'WebGUI',1,'Make Page Printable',1031514049);
INSERT INTO international VALUES (53,'WebGUI',4,'Hacer p<>gina imprimible',1031510000);
INSERT INTO international VALUES (53,'WebGUI',5,'Vers<72>o para impress<73>o',1031510000);
INSERT INTO international VALUES (239,'WebGUI',3,'Datum:',1031516049);
INSERT INTO international VALUES (54,'WebGUI',1,'Create Account',1031514049);
INSERT INTO international VALUES (54,'WebGUI',4,'Crear Cuenta',1031510000);
INSERT INTO international VALUES (54,'WebGUI',5,'Criar conta',1031510000);
INSERT INTO international VALUES (238,'WebGUI',3,'Naam:',1031516049);
INSERT INTO international VALUES (55,'WebGUI',1,'Password (confirm)',1031514049);
INSERT INTO international VALUES (55,'WebGUI',4,'Password (confirmar)',1031510000);
INSERT INTO international VALUES (55,'WebGUI',5,'Password (confirmar)',1031510000);
INSERT INTO international VALUES (237,'WebGUI',3,'Onderwerp:',1031516049);
INSERT INTO international VALUES (56,'WebGUI',1,'Email Address',1031514049);
INSERT INTO international VALUES (56,'WebGUI',4,'Direcci<63>n de e-mail',1031510000);
INSERT INTO international VALUES (56,'WebGUI',5,'Endere<72>o de e-mail',1031510000);
INSERT INTO international VALUES (233,'WebGUI',3,'(einde)',1031516049);
INSERT INTO international VALUES (234,'WebGUI',3,'Bezig met antwoord posten',1031516049);
INSERT INTO international VALUES (57,'WebGUI',1,'This is only necessary if you wish to use features that require Email.',1031514049);
INSERT INTO international VALUES (57,'WebGUI',4,'Solo es necesaria si desea usar opciones que requieren e-mail.',1031510000);
INSERT INTO international VALUES (57,'WebGUI',5,'Apenas <20> necess<73>rio se pretender utilizar as funcionalidade que envolvam e-mail.',1031510000);
INSERT INTO international VALUES (232,'WebGUI',3,'Geen onderwerp',1031516049);
INSERT INTO international VALUES (58,'WebGUI',1,'I already have an account.',1031514049);
INSERT INTO international VALUES (58,'WebGUI',4,'Ya tengo una cuenta!',1031510000);
INSERT INTO international VALUES (58,'WebGUI',5,'J<> tenho uma conta.',1031510000);
INSERT INTO international VALUES (59,'WebGUI',1,'I forgot my password.',1031514049);
INSERT INTO international VALUES (59,'WebGUI',4,'Perd<72> mi password',1031510000);
INSERT INTO international VALUES (59,'WebGUI',5,'Esqueci a minha password.',1031510000);
INSERT INTO international VALUES (363,'WebGUI',2,'Position des\nTemplates',1031510000);
INSERT INTO international VALUES (365,'WebGUI',2,'Ergebnisse der\nAbfrage',1031510000);
INSERT INTO international VALUES (366,'WebGUI',2,'Es wurden keine\nSeiten gefunden, die zu Ihrer Abfrage passen.',1031510000);
INSERT INTO international VALUES (229,'WebGUI',3,'Onderwerp',1031516049);
INSERT INTO international VALUES (230,'WebGUI',3,'Bericht',1031516049);
INSERT INTO international VALUES (231,'WebGUI',3,'Bezig met bericht posten...',1031516049);
INSERT INTO international VALUES (60,'WebGUI',1,'Are you certain you want to deactivate your account. If you proceed your account information will be lost permanently.',1031514049);
INSERT INTO international VALUES (60,'WebGUI',4,'Est<73> seguro que quiere desactivar su cuenta. Si contin<69>a su informaci<63>n se perder<65> permanentemente.',1031510000);
INSERT INTO international VALUES (60,'WebGUI',5,'Tem a certeza que quer desactivar a sua conta. Se o fizer <20> permanente!',1031510000);
INSERT INTO international VALUES (61,'WebGUI',1,'Update Account Information',1031514049);
INSERT INTO international VALUES (61,'WebGUI',4,'Actualizar informaci<63>n de la Cuenta',1031510000);
INSERT INTO international VALUES (61,'WebGUI',5,'Actualizar as informa<6D><61>es da conta',1031510000);
INSERT INTO international VALUES (228,'WebGUI',3,'Bewerk bericht...',1031516049);
INSERT INTO international VALUES (62,'WebGUI',1,'save',1031514049);
INSERT INTO international VALUES (62,'WebGUI',4,'guardar',1031510000);
INSERT INTO international VALUES (62,'WebGUI',5,'gravar',1031510000);
INSERT INTO international VALUES (63,'WebGUI',1,'Turn admin on.',1031514049);
INSERT INTO international VALUES (63,'WebGUI',4,'Encender Admin',1031510000);
INSERT INTO international VALUES (63,'WebGUI',5,'Ligar modo administrativo.',1031510000);
INSERT INTO international VALUES (175,'WebGUI',3,'Macro\'s uitvoeren?',1031516049);
INSERT INTO international VALUES (64,'WebGUI',1,'Log out.',1031514049);
INSERT INTO international VALUES (64,'WebGUI',4,'Salir',1031510000);
INSERT INTO international VALUES (64,'WebGUI',5,'Sair.',1031510000);
INSERT INTO international VALUES (364,'WebGUI',2,'Suchen',1031510000);
INSERT INTO international VALUES (362,'WebGUI',2,'Nebeneinander',1031510000);
INSERT INTO international VALUES (65,'WebGUI',1,'Please deactivate my account permanently.',1031514049);
INSERT INTO international VALUES (65,'WebGUI',4,'Por favor desactive mi cuenta permanentemente',1031510000);
INSERT INTO international VALUES (65,'WebGUI',5,'Desactivar a minha conta permanentemente.',1031510000);
INSERT INTO international VALUES (174,'WebGUI',3,'Titel laten zien?',1031516049);
INSERT INTO international VALUES (66,'WebGUI',1,'Log In',1031514049);
INSERT INTO international VALUES (66,'WebGUI',4,'Ingresar',1031510000);
INSERT INTO international VALUES (66,'WebGUI',5,'Entrar',1031510000);
INSERT INTO international VALUES (171,'WebGUI',3,'Rich edit',1031516049);
INSERT INTO international VALUES (67,'WebGUI',1,'Create a new account.',1031514049);
INSERT INTO international VALUES (67,'WebGUI',4,'Crear nueva Cuenta',1031510000);
INSERT INTO international VALUES (67,'WebGUI',5,'Criar nova conta.',1031510000);
INSERT INTO international VALUES (169,'WebGUI',3,'Een nieuwe gebruiker toevoegen.',1031516049);
INSERT INTO international VALUES (170,'WebGUI',3,'Zoeken',1031516049);
INSERT INTO international VALUES (68,'WebGUI',1,'The account information you supplied is invalid. Either the account does not exist or the username/password combination was incorrect.',1031514049);
INSERT INTO international VALUES (68,'WebGUI',4,'La informaci<63>n de su cuenta no es v<>lida. O la cuenta no existe',1031510000);
INSERT INTO international VALUES (68,'WebGUI',5,'As informa<6D><61>es da sua conta n<>o foram encontradas. N<>o existe ou a combina<6E><61>o username/password est<73> incorrecta.',1031510000);
INSERT INTO international VALUES (69,'WebGUI',1,'Please contact your system administrator for assistance.',1031514049);
INSERT INTO international VALUES (69,'WebGUI',4,'Por favor contacte a su administrador por asistencia.',1031510000);
INSERT INTO international VALUES (69,'WebGUI',5,'Contacte o seu administrador de sistemas para assist<73>ncia.',1031510000);
INSERT INTO international VALUES (361,'WebGUI',2,'Drei <20>ber\neinem',1031510000);
INSERT INTO international VALUES (360,'WebGUI',2,'Einer <20>ber\ndrei',1031510000);
INSERT INTO international VALUES (357,'WebGUI',2,'Nachrichten',1031510000);
INSERT INTO international VALUES (358,'WebGUI',2,'Linke Spalte',1031510000);
INSERT INTO international VALUES (168,'WebGUI',3,'Bewerk gebruiker',1031516049);
INSERT INTO international VALUES (70,'WebGUI',1,'Error',1031514049);
INSERT INTO international VALUES (70,'WebGUI',4,'Error',1031510000);
INSERT INTO international VALUES (70,'WebGUI',5,'Erro',1031510000);
INSERT INTO international VALUES (71,'WebGUI',1,'Recover password',1031514049);
INSERT INTO international VALUES (71,'WebGUI',4,'Recuperar password',1031510000);
INSERT INTO international VALUES (71,'WebGUI',5,'Recuperar password',1031510000);
INSERT INTO international VALUES (72,'WebGUI',1,'recover',1031514049);
INSERT INTO international VALUES (72,'WebGUI',4,'recuperar',1031510000);
INSERT INTO international VALUES (72,'WebGUI',5,'recoperar',1031510000);
INSERT INTO international VALUES (73,'WebGUI',1,'Log in.',1031514049);
INSERT INTO international VALUES (73,'WebGUI',4,'Ingresar.',1031510000);
INSERT INTO international VALUES (73,'WebGUI',5,'Entrar.',1031510000);
INSERT INTO international VALUES (359,'WebGUI',2,'Rechte Spalte',1031510000);
INSERT INTO international VALUES (74,'WebGUI',1,'Account Information',1031514049);
INSERT INTO international VALUES (74,'WebGUI',4,'Informaci<63>n de la Cuenta',1031510000);
INSERT INTO international VALUES (74,'WebGUI',5,'Informa<6D><61>es da sua conta',1031510000);
INSERT INTO international VALUES (354,'WebGUI',2,'Beitrags Log\nanschauen.',1031510000);
INSERT INTO international VALUES (166,'WebGUI',3,'Verbindt DN',1031516049);
INSERT INTO international VALUES (167,'WebGUI',3,'Weet u zeker dat u deze gebruiker wilt verwijderen? Alle gebruikersinformatie wordt permanent verwijdert als u door gaat.',1031516049);
INSERT INTO international VALUES (75,'WebGUI',1,'Your account information has been sent to your email address.',1031514049);
INSERT INTO international VALUES (75,'WebGUI',4,'La informaci<63>n de su cuenta ha sido enviada a su e-mail-',1031510000);
INSERT INTO international VALUES (75,'WebGUI',5,'As informa<6D><61>es da sua conta foram envidas para o seu e-mail.',1031510000);
INSERT INTO international VALUES (165,'WebGUI',3,'LDAP URL',1031516049);
INSERT INTO international VALUES (76,'WebGUI',1,'That email address is not in our databases.',1031514049);
INSERT INTO international VALUES (76,'WebGUI',4,'El e-mail no est<73> en nuestra base de datos',1031510000);
INSERT INTO international VALUES (76,'WebGUI',5,'Esse endere<72>o de e-mail n<>o foi encontrado nas nossas bases de dados',1031510000);
INSERT INTO international VALUES (356,'WebGUI',2,'Vorlage',1031510000);
INSERT INTO international VALUES (355,'WebGUI',2,'Standard',1031510000);
INSERT INTO international VALUES (163,'WebGUI',3,'Gebruiker toevoegen',1031516049);
INSERT INTO international VALUES (164,'WebGUI',3,'Toegangs controle methode',1031516049);
INSERT INTO international VALUES (77,'WebGUI',1,'That account name is already in use by another member of this site. Please try a different username. The following are some suggestions:',1031514049);
INSERT INTO international VALUES (77,'WebGUI',4,'El nombre de cuenta ya est<73> en uso por otro miembro. Por favor trate con otro nombre de usuario. Los siguiente son algunas sugerencias:',1031510000);
INSERT INTO international VALUES (77,'WebGUI',5,'\"Esse nome de conta j<> existe, tente outro. Veja as nossas sugest<73>es:\"',1031510000);
INSERT INTO international VALUES (162,'WebGUI',3,'Weet u zeker dat u alle pagina\'s en wobjects uit de prullenbak wilt verwijderen?',1031516049);
INSERT INTO international VALUES (78,'WebGUI',1,'Your passwords did not match. Please try again.',1031514049);
INSERT INTO international VALUES (78,'WebGUI',4,'Su password no concuerda. Trate de nuevo.',1031510000);
INSERT INTO international VALUES (78,'WebGUI',5,'\"As suas passwords n<>o coincidem, tente novamente.\"',1031510000);
INSERT INTO international VALUES (161,'WebGUI',3,'Ingevoerd door',1031516049);
INSERT INTO international VALUES (79,'WebGUI',1,'Cannot connect to LDAP server.',1031514049);
INSERT INTO international VALUES (79,'WebGUI',4,'No se puede conectar con el servidor LDAP',1031510000);
INSERT INTO international VALUES (79,'WebGUI',5,'Impossivel ligar ao LDAP.',1031510000);
INSERT INTO international VALUES (160,'WebGUI',3,'Invoer datum',1031516049);
INSERT INTO international VALUES (80,'WebGUI',1,'Account created successfully!',1031514049);
INSERT INTO international VALUES (80,'WebGUI',4,'La cuenta se ha creado con <20>xito!',1031510000);
INSERT INTO international VALUES (80,'WebGUI',5,'Conta criada com sucesso!',1031510000);
INSERT INTO international VALUES (159,'WebGUI',3,'Berichten log',1031516049);
INSERT INTO international VALUES (81,'WebGUI',1,'Account updated successfully!',1031514049);
INSERT INTO international VALUES (81,'WebGUI',4,'La cuenta se actualiz<69> con <20>xito!',1031510000);
INSERT INTO international VALUES (81,'WebGUI',5,'Conta actualizada com sucesso!',1031510000);
INSERT INTO international VALUES (82,'WebGUI',1,'Administrative functions...',1031514049);
INSERT INTO international VALUES (82,'WebGUI',4,'Funciones Administrativas...',1031510000);
INSERT INTO international VALUES (82,'WebGUI',5,'Fun<75><6E>es administrativas...',1031510000);
INSERT INTO international VALUES (353,'WebGUI',2,'Zur Zeit sind\nkeine ausstehenden Beitr<74>ge vorhanden.',1031510000);
INSERT INTO international VALUES (350,'WebGUI',2,'Abgeschlossen',1031510000);
INSERT INTO international VALUES (158,'WebGUI',3,'Een nieuwe stijl toevoegen.',1031516049);
INSERT INTO international VALUES (84,'WebGUI',1,'Group Name',1031514049);
INSERT INTO international VALUES (84,'WebGUI',4,'Nombre del Grupo',1031510000);
INSERT INTO international VALUES (84,'WebGUI',5,'Nome do grupo',1031510000);
INSERT INTO international VALUES (351,'WebGUI',2,'Beitragseingang',1031510000);
INSERT INTO international VALUES (157,'WebGUI',3,'Stijlen',1031516049);
INSERT INTO international VALUES (85,'WebGUI',1,'Description',1031514049);
INSERT INTO international VALUES (85,'WebGUI',4,'Descripci<63>n',1031510000);
INSERT INTO international VALUES (85,'WebGUI',5,'Descri<72><69>o',1031510000);
INSERT INTO international VALUES (352,'WebGUI',2,'Beitragsdatum',1031510000);
INSERT INTO international VALUES (155,'WebGUI',3,'Weet u zeker dat u deze stijl wilt verwijderen en migreer alle pagina\'s met de <20>fail safe<66> stijl?',1031516049);
INSERT INTO international VALUES (156,'WebGUI',3,'Bewerk stijl',1031516049);
INSERT INTO international VALUES (86,'WebGUI',1,'Are you certain you wish to delete this group? Beware that deleting a group is permanent and will remove all privileges associated with this group.',1031514049);
INSERT INTO international VALUES (86,'WebGUI',4,'Est<73> segugo de querer eliminar <20>ste grupo? Tenga en cuenta que la eliminaci<63>n es permanente y remover<65> todos los privilegios asociados con el grupo.',1031510000);
INSERT INTO international VALUES (86,'WebGUI',5,'Tem a certeza que quer apagar este grupo. Se o fizer apaga-o permanentemente e a todos os seus provil<69>gios.',1031510000);
INSERT INTO international VALUES (348,'WebGUI',2,'Name',1031510000);
INSERT INTO international VALUES (154,'WebGUI',3,'Style sheet',1031516049);
INSERT INTO international VALUES (87,'WebGUI',1,'Edit Group',1031514049);
INSERT INTO international VALUES (87,'WebGUI',4,'Editar Grupo',1031510000);
INSERT INTO international VALUES (87,'WebGUI',5,'Modificar grupo',1031510000);
INSERT INTO international VALUES (88,'WebGUI',1,'Users In Group',1031514049);
INSERT INTO international VALUES (88,'WebGUI',4,'Usuarios en Grupo',1031510000);
INSERT INTO international VALUES (88,'WebGUI',5,'Utilizadores no grupo',1031510000);
INSERT INTO international VALUES (349,'WebGUI',2,'Aktuelle\nVersion',1031510000);
INSERT INTO international VALUES (151,'WebGUI',3,'Stijl naam',1031516049);
INSERT INTO international VALUES (89,'WebGUI',1,'Groups',1031514049);
INSERT INTO international VALUES (89,'WebGUI',4,'Grupos',1031510000);
INSERT INTO international VALUES (89,'WebGUI',5,'Grupos',1031510000);
INSERT INTO international VALUES (149,'WebGUI',3,'Gebruikers',1031516049);
INSERT INTO international VALUES (90,'WebGUI',1,'Add new group.',1031514049);
INSERT INTO international VALUES (90,'WebGUI',4,'Agregar nuevo grupo',1031510000);
INSERT INTO international VALUES (90,'WebGUI',5,'Adicionar novo grupo.',1031510000);
INSERT INTO international VALUES (148,'WebGUI',3,'Wobjects',1031516049);
INSERT INTO international VALUES (91,'WebGUI',1,'Previous Page',1031514049);
INSERT INTO international VALUES (91,'WebGUI',4,'P<>gina previa',1031510000);
INSERT INTO international VALUES (91,'WebGUI',5,'P<>gina anterior',1031510000);
INSERT INTO international VALUES (147,'WebGUI',3,'Pagina\'s',1031516049);
INSERT INTO international VALUES (92,'WebGUI',1,'Next Page',1031514049);
INSERT INTO international VALUES (92,'WebGUI',4,'Siguiente p<>gina',1031510000);
INSERT INTO international VALUES (92,'WebGUI',5,'Pr<50>xima p<>gina',1031510000);
INSERT INTO international VALUES (93,'WebGUI',1,'Help',1031514049);
INSERT INTO international VALUES (93,'WebGUI',4,'Ayuda',1031510000);
INSERT INTO international VALUES (93,'WebGUI',5,'Ajuda',1031510000);
INSERT INTO international VALUES (146,'WebGUI',3,'Aktieve sessies',1031516049);
INSERT INTO international VALUES (94,'WebGUI',1,'See also',1031514049);
INSERT INTO international VALUES (94,'WebGUI',4,'Vea tambi<62>n',1031510000);
INSERT INTO international VALUES (94,'WebGUI',5,'Ver temb<6D>m',1031510000);
INSERT INTO international VALUES (347,'WebGUI',2,'Profil anschauen\nvon',1031510000);
INSERT INTO international VALUES (145,'WebGUI',3,'WebGUI versie',1031516049);
INSERT INTO international VALUES (95,'WebGUI',1,'Help Index',1031514049);
INSERT INTO international VALUES (95,'WebGUI',4,'<27>ndice de Ayuda',1031510000);
INSERT INTO international VALUES (95,'WebGUI',5,'Indice da ajuda',1031510000);
INSERT INTO international VALUES (817,'WebGUI',1,'Active',1038431287);
INSERT INTO international VALUES (5,'Item',6,'Ladda ned bilaga',1031510000);
INSERT INTO international VALUES (346,'WebGUI',2,'Dieser Benutzer\nist kein Mitglied. Wir haben keine weiteren Informationen <20>ber ihn.',1031510000);
INSERT INTO international VALUES (99,'WebGUI',1,'Title',1031514049);
INSERT INTO international VALUES (99,'WebGUI',4,'T<>tulo',1031510000);
INSERT INTO international VALUES (99,'WebGUI',5,'Titulo',1031510000);
INSERT INTO international VALUES (144,'WebGUI',3,'Bekijk statistieken',1031516049);
INSERT INTO international VALUES (100,'WebGUI',1,'Meta Tags',1031514049);
INSERT INTO international VALUES (100,'WebGUI',4,'Meta Tags',1031510000);
INSERT INTO international VALUES (100,'WebGUI',5,'Meta Tags',1031510000);
INSERT INTO international VALUES (345,'WebGUI',2,'Kein Mitglied',1031510000);
INSERT INTO international VALUES (142,'WebGUI',3,'Sessie time out',1031516049);
INSERT INTO international VALUES (143,'WebGUI',3,'Beheer instellingen.',1031516049);
INSERT INTO international VALUES (101,'WebGUI',1,'Are you certain that you wish to delete this page, its content, and all items under it?',1031514049);
INSERT INTO international VALUES (101,'WebGUI',4,'Est<73> seguro de querer eliminar <20>sta p<>gina',1031510000);
INSERT INTO international VALUES (101,'WebGUI',5,'\"Tem a certeza que quer apagar esta p<>gina, o seu conteudo e tudo que est<73> abaixo?\"',1031510000);
INSERT INTO international VALUES (102,'WebGUI',1,'Edit Page',1031514049);
INSERT INTO international VALUES (102,'WebGUI',4,'Editar P<>gina',1031510000);
INSERT INTO international VALUES (102,'WebGUI',5,'Modificar a p<>gina',1031510000);
INSERT INTO international VALUES (141,'WebGUI',3,'Niet gevonden pagina',1031516049);
INSERT INTO international VALUES (103,'WebGUI',1,'Page Specifics',1031514049);
INSERT INTO international VALUES (103,'WebGUI',4,'Propio de la p<>gina',1031510000);
INSERT INTO international VALUES (103,'WebGUI',5,'Especifica<63><61>es da p<>gina',1031510000);
INSERT INTO international VALUES (104,'WebGUI',1,'Page URL',1031514049);
INSERT INTO international VALUES (104,'WebGUI',4,'URL de la p<>gina',1031510000);
INSERT INTO international VALUES (104,'WebGUI',5,'URL da p<>gina',1031510000);
INSERT INTO international VALUES (140,'WebGUI',3,'Bewerk allerlei instellingen',1031516049);
INSERT INTO international VALUES (105,'WebGUI',1,'Style',1031514049);
INSERT INTO international VALUES (105,'WebGUI',4,'Estilo',1031510000);
INSERT INTO international VALUES (105,'WebGUI',5,'Estilo',1031510000);
INSERT INTO international VALUES (342,'WebGUI',2,'Benutzerkonto\nbearbeiten.',1031510000);
INSERT INTO international VALUES (341,'WebGUI',2,'Profil\nbearbeiten.',1031510000);
INSERT INTO international VALUES (340,'WebGUI',2,'weiblich',1031510000);
INSERT INTO international VALUES (138,'WebGUI',3,'Ja',1031516049);
INSERT INTO international VALUES (139,'WebGUI',3,'Nee',1031516049);
INSERT INTO international VALUES (106,'WebGUI',1,'Select \"Yes\" to change all the pages under this page to this style.',1031514049);
INSERT INTO international VALUES (106,'WebGUI',4,'Marque para dar <20>ste estilo a todas las sub-p<>ginas.',1031510000);
INSERT INTO international VALUES (106,'WebGUI',5,'Escolha para atribuir este estilo a todas as sub-p<>ginas',1031510000);
INSERT INTO international VALUES (135,'WebGUI',3,'SMTP server',1031516049);
INSERT INTO international VALUES (107,'WebGUI',1,'Privileges',1031514049);
INSERT INTO international VALUES (107,'WebGUI',4,'Privilegios',1031510000);
INSERT INTO international VALUES (107,'WebGUI',5,'Privil<69>gios',1031510000);
INSERT INTO international VALUES (108,'WebGUI',1,'Owner',1031514049);
INSERT INTO international VALUES (108,'WebGUI',4,'Due<75>o',1031510000);
INSERT INTO international VALUES (108,'WebGUI',5,'Dono',1031510000);
INSERT INTO international VALUES (134,'WebGUI',3,'Bericht om wachtwoord terug te vinden',1031516049);
INSERT INTO international VALUES (109,'WebGUI',1,'Owner can view?',1031514049);
INSERT INTO international VALUES (109,'WebGUI',4,'Due<75>o puede ver?',1031510000);
INSERT INTO international VALUES (109,'WebGUI',5,'O dono pode ver?',1031510000);
INSERT INTO international VALUES (110,'WebGUI',1,'Owner can edit?',1031514049);
INSERT INTO international VALUES (110,'WebGUI',4,'Due<75>o puede editar?',1031510000);
INSERT INTO international VALUES (110,'WebGUI',5,'O dono pode modificar?',1031510000);
INSERT INTO international VALUES (343,'WebGUI',2,'Profil\nanschauen.',1031510000);
INSERT INTO international VALUES (133,'WebGUI',3,'Bewerk email instellingen',1031516049);
INSERT INTO international VALUES (111,'WebGUI',1,'Group',1031514049);
INSERT INTO international VALUES (111,'WebGUI',4,'Grupo',1031510000);
INSERT INTO international VALUES (111,'WebGUI',5,'Grupo',1031510000);
INSERT INTO international VALUES (112,'WebGUI',1,'Group can view?',1031514049);
INSERT INTO international VALUES (112,'WebGUI',4,'Grupo puede ver?',1031510000);
INSERT INTO international VALUES (112,'WebGUI',5,'O grupo pode ver?',1031510000);
INSERT INTO international VALUES (130,'WebGUI',3,'Maximum grootte bijlagen',1031516049);
INSERT INTO international VALUES (113,'WebGUI',1,'Group can edit?',1031514049);
INSERT INTO international VALUES (113,'WebGUI',4,'Grupo puede editar?',1031510000);
INSERT INTO international VALUES (113,'WebGUI',5,'O grupo pode modificar?',1031510000);
INSERT INTO international VALUES (338,'WebGUI',2,'Profil\nbearbeiten',1031510000);
INSERT INTO international VALUES (127,'WebGUI',3,'URL bedrijf',1031516049);
INSERT INTO international VALUES (114,'WebGUI',1,'Anybody can view?',1031514049);
INSERT INTO international VALUES (114,'WebGUI',4,'Cualquiera puede ver?',1031510000);
INSERT INTO international VALUES (114,'WebGUI',5,'Qualquer pessoa pode ver?',1031510000);
INSERT INTO international VALUES (115,'WebGUI',1,'Anybody can edit?',1031514049);
INSERT INTO international VALUES (115,'WebGUI',4,'Cualquiera puede editar?',1031510000);
INSERT INTO international VALUES (115,'WebGUI',5,'Qualquer pessoa pode modificar?',1031510000);
INSERT INTO international VALUES (339,'WebGUI',2,'m<>nnlich',1031510000);
INSERT INTO international VALUES (125,'WebGUI',3,'Bedrijfsnaam',1031516049);
INSERT INTO international VALUES (126,'WebGUI',3,'Email adres bedrijf',1031516049);
INSERT INTO international VALUES (116,'WebGUI',1,'Select \"Yes\" to change the privileges of all pages under this page to these privileges.',1031514049);
INSERT INTO international VALUES (116,'WebGUI',4,'Marque para dar <20>stos privilegios a todas las sub-p<>ginas.',1031510000);
INSERT INTO international VALUES (116,'WebGUI',5,'Escolher para atribuir estes privil<69>gios a todas as sub-p<>ginas.',1031510000);
INSERT INTO international VALUES (117,'WebGUI',1,'Edit User Settings',1031514049);
INSERT INTO international VALUES (117,'WebGUI',4,'Editar Opciones de Auntentificaci<63>n',1031510000);
INSERT INTO international VALUES (117,'WebGUI',5,'Modificar prefer<65>ncias de autentica<63><61>o',1031510000);
INSERT INTO international VALUES (337,'WebGUI',2,'Homepage URL',1031510000);
INSERT INTO international VALUES (124,'WebGUI',3,'Bewerk bedrijfsinformatie',1031516049);
INSERT INTO international VALUES (118,'WebGUI',1,'Anonymous Registration',1031514049);
INSERT INTO international VALUES (118,'WebGUI',4,'Registraci<63>n An<41>nima',1031510000);
INSERT INTO international VALUES (118,'WebGUI',5,'Registo an<61>nimo',1031510000);
INSERT INTO international VALUES (123,'WebGUI',3,'LDAP wachtwoord naam',1031516049);
INSERT INTO international VALUES (119,'WebGUI',1,'Authentication Method (default)',1031514049);
INSERT INTO international VALUES (119,'WebGUI',4,'M<>todo de Autentificaci<63>n (por defecto)',1031510000);
INSERT INTO international VALUES (119,'WebGUI',5,'M<>todo de autentica<63><61>o (defeito)',1031510000);
INSERT INTO international VALUES (122,'WebGUI',3,'LDAP identiteit naam',1031516049);
INSERT INTO international VALUES (120,'WebGUI',1,'LDAP URL (default)',1031514049);
INSERT INTO international VALUES (120,'WebGUI',4,'URL LDAP (por defecto)',1031510000);
INSERT INTO international VALUES (120,'WebGUI',5,'URL LDAP (defeito)',1031510000);
INSERT INTO international VALUES (121,'WebGUI',1,'LDAP Identity (default)',1031514049);
INSERT INTO international VALUES (121,'WebGUI',4,'Identidad LDAP (por defecto)',1031510000);
INSERT INTO international VALUES (121,'WebGUI',5,'Identidade LDAP (defeito)',1031510000);
INSERT INTO international VALUES (121,'WebGUI',3,'LDAP identiteit (standaard)',1031516049);
INSERT INTO international VALUES (122,'WebGUI',1,'LDAP Identity Name',1031514049);
INSERT INTO international VALUES (122,'WebGUI',4,'Nombre Identidad LDAP',1031510000);
INSERT INTO international VALUES (122,'WebGUI',5,'Nome da entidade LDAP',1031510000);
INSERT INTO international VALUES (120,'WebGUI',3,'LDAP URL (standaard)',1031516049);
INSERT INTO international VALUES (123,'WebGUI',1,'LDAP Password Name',1031514049);
INSERT INTO international VALUES (123,'WebGUI',4,'Password LDAP',1031510000);
INSERT INTO international VALUES (123,'WebGUI',5,'Nome da password LDAP',1031510000);
INSERT INTO international VALUES (124,'WebGUI',1,'Edit Company Information',1031514049);
INSERT INTO international VALUES (124,'WebGUI',4,'Editar Informaci<63>n de la Compan<61>a',1031510000);
INSERT INTO international VALUES (124,'WebGUI',5,'Modificar informa<6D><61>o da empresa',1031510000);
INSERT INTO international VALUES (119,'WebGUI',3,'Toegangs controle methode (standaard)',1031516049);
INSERT INTO international VALUES (125,'WebGUI',1,'Company Name',1031514049);
INSERT INTO international VALUES (125,'WebGUI',4,'Nombre de la Compan<61>a',1031510000);
INSERT INTO international VALUES (125,'WebGUI',5,'Nome da empresa',1031510000);
INSERT INTO international VALUES (118,'WebGUI',3,'Anonieme registratie',1031516049);
INSERT INTO international VALUES (126,'WebGUI',1,'Company Email Address',1031514049);
INSERT INTO international VALUES (126,'WebGUI',4,'E-mail de la Compan<61>a',1031510000);
INSERT INTO international VALUES (126,'WebGUI',5,'Moarada da empresa',1031510000);
INSERT INTO international VALUES (333,'WebGUI',2,'Land (B<>ro)',1031510000);
INSERT INTO international VALUES (335,'WebGUI',2,'Geschlecht',1031510000);
INSERT INTO international VALUES (334,'WebGUI',2,'Telefon (B<>ro)',1031510000);
INSERT INTO international VALUES (336,'WebGUI',2,'Geburtstag',1031510000);
INSERT INTO international VALUES (127,'WebGUI',1,'Company URL',1031514049);
INSERT INTO international VALUES (127,'WebGUI',4,'URL de la Compan<61>a',1031510000);
INSERT INTO international VALUES (127,'WebGUI',5,'URL da empresa',1031510000);
INSERT INTO international VALUES (331,'WebGUI',2,'Bundesland\n(B<>ro)',1031510000);
INSERT INTO international VALUES (117,'WebGUI',3,'Bewerk toegangs controle instellingen',1031516049);
INSERT INTO international VALUES (130,'WebGUI',1,'Maximum Attachment Size',1031514049);
INSERT INTO international VALUES (130,'WebGUI',4,'Tama<6D>o m<>ximo de adjuntos',1031510000);
INSERT INTO international VALUES (130,'WebGUI',5,'Tamanho m<>ximo dos anexos',1031510000);
INSERT INTO international VALUES (330,'WebGUI',2,'Ort (B<>ro)',1031510000);
INSERT INTO international VALUES (133,'WebGUI',1,'Edit Mail Settings',1031514049);
INSERT INTO international VALUES (133,'WebGUI',4,'Editar configuraci<63>n de e-mail',1031510000);
INSERT INTO international VALUES (133,'WebGUI',5,'Modificar prefer<65>ncias de e-mail',1031510000);
INSERT INTO international VALUES (332,'WebGUI',2,'Postleitzahl\n(B<>ro)',1031510000);
INSERT INTO international VALUES (116,'WebGUI',3,'Aanvinken om deze privileges aan alle sub pagina\'s te geven.',1031516049);
INSERT INTO international VALUES (134,'WebGUI',1,'Recover Password Message',1031514049);
INSERT INTO international VALUES (134,'WebGUI',4,'Mensage de Recuperar Password',1031510000);
INSERT INTO international VALUES (134,'WebGUI',5,'Mensagem de recupera<72><61>o de password',1031510000);
INSERT INTO international VALUES (135,'WebGUI',1,'SMTP Server',1031514049);
INSERT INTO international VALUES (135,'WebGUI',4,'Servidor SMTP',1031510000);
INSERT INTO international VALUES (135,'WebGUI',5,'Servidor SMTP',1031510000);
INSERT INTO international VALUES (326,'WebGUI',2,'Postleitzahl\n(privat)',1031510000);
INSERT INTO international VALUES (327,'WebGUI',2,'Land (privat)',1031510000);
INSERT INTO international VALUES (138,'WebGUI',1,'Yes',1031514049);
INSERT INTO international VALUES (138,'WebGUI',4,'Si',1031510000);
INSERT INTO international VALUES (138,'WebGUI',5,'Sim',1031510000);
INSERT INTO international VALUES (115,'WebGUI',3,'Iedereen kan bewerken?',1031516049);
INSERT INTO international VALUES (139,'WebGUI',1,'No',1031514049);
INSERT INTO international VALUES (139,'WebGUI',4,'No',1031510000);
INSERT INTO international VALUES (139,'WebGUI',5,'N<>o',1031510000);
INSERT INTO international VALUES (329,'WebGUI',2,'Strasse (B<>ro)',1031510000);
INSERT INTO international VALUES (328,'WebGUI',2,'Telefon\n(privat)',1031510000);
INSERT INTO international VALUES (114,'WebGUI',3,'Iedereen kan bekijken?',1031516049);
INSERT INTO international VALUES (140,'WebGUI',1,'Edit Miscellaneous Settings',1031514049);
INSERT INTO international VALUES (140,'WebGUI',4,'Editar configuraciones miscel<65>neas',1031510000);
INSERT INTO international VALUES (140,'WebGUI',5,'Modificar prefer<65>ncias mistas',1031510000);
INSERT INTO international VALUES (141,'WebGUI',1,'Not Found Page',1031514049);
INSERT INTO international VALUES (141,'WebGUI',4,'P<>gina no encontrada',1031510000);
INSERT INTO international VALUES (141,'WebGUI',5,'P<>gina n<>o encontrada',1031510000);
INSERT INTO international VALUES (113,'WebGUI',3,'Groep kan bewerken?',1031516049);
INSERT INTO international VALUES (142,'WebGUI',1,'Session Timeout',1031514049);
INSERT INTO international VALUES (142,'WebGUI',4,'Timeout de sesi<73>n',1031510000);
INSERT INTO international VALUES (142,'WebGUI',5,'Timeout de sess<73>o',1031510000);
INSERT INTO international VALUES (325,'WebGUI',2,'Bundesland\n(privat)',1031510000);
INSERT INTO international VALUES (112,'WebGUI',3,'Groep kan bekijken?',1031516049);
INSERT INTO international VALUES (143,'WebGUI',1,'Manage Settings',1031514049);
INSERT INTO international VALUES (143,'WebGUI',4,'Configurar Opciones',1031510000);
INSERT INTO international VALUES (143,'WebGUI',5,'Organizar prefer<65>ncias',1031510000);
INSERT INTO international VALUES (111,'WebGUI',3,'Groep',1031516049);
INSERT INTO international VALUES (144,'WebGUI',1,'View statistics.',1031514049);
INSERT INTO international VALUES (144,'WebGUI',4,'Ver estad<61>sticas',1031510000);
INSERT INTO international VALUES (144,'WebGUI',5,'Ver estatisticas.',1031510000);
INSERT INTO international VALUES (145,'WebGUI',1,'WebGUI Build Version',1031514049);
INSERT INTO international VALUES (145,'WebGUI',4,'Versi<73>n de WebGUI',1031510000);
INSERT INTO international VALUES (145,'WebGUI',5,'WebGUI vers<72>o',1031510000);
INSERT INTO international VALUES (323,'WebGUI',2,'Strasse\n(privat)',1031510000);
INSERT INTO international VALUES (110,'WebGUI',3,'Gebruiker kan bewerken?',1031516049);
INSERT INTO international VALUES (146,'WebGUI',1,'Active Sessions',1031514049);
INSERT INTO international VALUES (146,'WebGUI',4,'Sesiones activas',1031510000);
INSERT INTO international VALUES (146,'WebGUI',5,'Sess<73>es activas',1031510000);
INSERT INTO international VALUES (147,'WebGUI',1,'Pages',1031514049);
INSERT INTO international VALUES (147,'WebGUI',4,'P<>ginas',1031510000);
INSERT INTO international VALUES (147,'WebGUI',5,'P<>ginas',1031510000);
INSERT INTO international VALUES (109,'WebGUI',3,'Eigenaar kan bekijken?',1031516049);
INSERT INTO international VALUES (148,'WebGUI',1,'Wobjects',1031514049);
INSERT INTO international VALUES (148,'WebGUI',4,'Wobjects',1031510000);
INSERT INTO international VALUES (148,'WebGUI',5,'Wobjects',1031510000);
INSERT INTO international VALUES (108,'WebGUI',3,'Eigenaar',1031516049);
INSERT INTO international VALUES (149,'WebGUI',1,'Users',1031514049);
INSERT INTO international VALUES (149,'WebGUI',4,'Usuarios',1031510000);
INSERT INTO international VALUES (149,'WebGUI',5,'Utilizadores',1031510000);
INSERT INTO international VALUES (107,'WebGUI',3,'Privileges',1031516049);
INSERT INTO international VALUES (151,'WebGUI',1,'Style Name',1031514049);
INSERT INTO international VALUES (151,'WebGUI',4,'Nombre del Estilo',1031510000);
INSERT INTO international VALUES (151,'WebGUI',5,'Nome do estilo',1031510000);
INSERT INTO international VALUES (505,'WebGUI',1,'Add a new template.',1031514049);
INSERT INTO international VALUES (504,'WebGUI',1,'Template',1031514049);
INSERT INTO international VALUES (503,'WebGUI',1,'Template ID',1031514049);
INSERT INTO international VALUES (502,'WebGUI',1,'Are you certain you wish to delete this template and set all pages using this template to the default template?',1031514049);
INSERT INTO international VALUES (154,'WebGUI',1,'Style Sheet',1031514049);
INSERT INTO international VALUES (154,'WebGUI',4,'Hoja de Estilo',1031510000);
INSERT INTO international VALUES (154,'WebGUI',5,'Estilo de p<>gina',1031510000);
INSERT INTO international VALUES (322,'WebGUI',2,'Pager',1031510000);
INSERT INTO international VALUES (321,'WebGUI',2,'Mobiltelefon',1031510000);
INSERT INTO international VALUES (324,'WebGUI',2,'Ort (privat)',1031510000);
INSERT INTO international VALUES (320,'WebGUI',2,'<a href=\"\"\nhttp://messenger.yahoo.com/\"\">Yahoo! Messenger</a> Id',1031510000);
INSERT INTO international VALUES (105,'WebGUI',3,'Stijl',1031516049);
INSERT INTO international VALUES (106,'WebGUI',3,'Aanvinken om deze stijl in alle pagina\'s te gebruiiken.',1031516049);
INSERT INTO international VALUES (155,'WebGUI',1,'Are you certain you wish to delete this style and migrate all pages using this style to the \"Fail Safe\" style?',1031514049);
INSERT INTO international VALUES (155,'WebGUI',4,'\"Est<73> seguro de querer eliminar <20>ste estilo y migrar todas la p<>ginas que lo usen al estilo \"\"Fail Safe\"\"?\"',1031510000);
INSERT INTO international VALUES (155,'WebGUI',5,'\"Tem a certeza que quer apagar este estilo e migrar todas as p<>ginas para o estilo \"\"Fail Safe\"\"?\"',1031510000);
INSERT INTO international VALUES (156,'WebGUI',1,'Edit Style',1031514049);
INSERT INTO international VALUES (156,'WebGUI',4,'Editar Estilo',1031510000);
INSERT INTO international VALUES (156,'WebGUI',5,'Modificar estilo',1031510000);
INSERT INTO international VALUES (104,'WebGUI',3,'Pagina URL',1031516049);
INSERT INTO international VALUES (157,'WebGUI',1,'Styles',1031514049);
INSERT INTO international VALUES (157,'WebGUI',4,'Estilos',1031510000);
INSERT INTO international VALUES (157,'WebGUI',5,'Estilos',1031510000);
INSERT INTO international VALUES (103,'WebGUI',3,'Pagina specifiek',1031516049);
INSERT INTO international VALUES (158,'WebGUI',1,'Add a new style.',1031514049);
INSERT INTO international VALUES (158,'WebGUI',4,'Agregar nuevo Estilo',1031510000);
INSERT INTO international VALUES (158,'WebGUI',5,'Adicionar novo estilo.',1031510000);
INSERT INTO international VALUES (102,'WebGUI',3,'Bewerk pagina',1031516049);
INSERT INTO international VALUES (471,'WebGUI',10,'Rediger bruger profil felt',1031510000);
INSERT INTO international VALUES (159,'WebGUI',4,'Contribuciones Pendientes',1031510000);
INSERT INTO international VALUES (159,'WebGUI',5,'Log das mensagens',1031510000);
INSERT INTO international VALUES (160,'WebGUI',1,'Date Submitted',1031514049);
INSERT INTO international VALUES (160,'WebGUI',4,'Fecha Contribuci<63>n',1031510000);
INSERT INTO international VALUES (160,'WebGUI',5,'Data de submiss<73>o',1031510000);
INSERT INTO international VALUES (319,'WebGUI',2,'<a href=\"\"\nhttp://messenger.msn.com/\"\">MSN Messenger</a> Id',1031510000);
INSERT INTO international VALUES (161,'WebGUI',1,'Submitted By',1031514049);
INSERT INTO international VALUES (161,'WebGUI',4,'Contribuido por',1031510000);
INSERT INTO international VALUES (161,'WebGUI',5,'Submetido por',1031510000);
INSERT INTO international VALUES (100,'WebGUI',3,'Meta tags',1031516049);
INSERT INTO international VALUES (101,'WebGUI',3,'Weet u zeker dat u deze pagina wilt verwijderen en alle inhoud en objecten erachter?',1031516049);
INSERT INTO international VALUES (162,'WebGUI',1,'Are you certain that you wish to purge all the pages and wobjects in the trash?',1031514049);
INSERT INTO international VALUES (162,'WebGUI',4,'Est<73> seguro de querer eliminar todos los elementos de la papelera?',1031510000);
INSERT INTO international VALUES (162,'WebGUI',5,'Tem a certeza que quer limpar todas as p<>ginas e wobjects para o caixote do lixo?',1031510000);
INSERT INTO international VALUES (99,'WebGUI',3,'Titel',1031516049);
INSERT INTO international VALUES (163,'WebGUI',1,'Add User',1031514049);
INSERT INTO international VALUES (163,'WebGUI',4,'Agregar usuario',1031510000);
INSERT INTO international VALUES (163,'WebGUI',5,'Adicionar utilizador',1031510000);
INSERT INTO international VALUES (95,'WebGUI',3,'Help index',1031516049);
INSERT INTO international VALUES (164,'WebGUI',1,'Authentication Method',1031514049);
INSERT INTO international VALUES (164,'WebGUI',4,'M<>todo de Auntentificaci<63>n',1031510000);
INSERT INTO international VALUES (164,'WebGUI',5,'Metodo de autentica<63><61>o',1031510000);
INSERT INTO international VALUES (94,'WebGUI',3,'Zie ook',1031516049);
INSERT INTO international VALUES (165,'WebGUI',1,'LDAP URL',1031514049);
INSERT INTO international VALUES (165,'WebGUI',4,'LDAP URL',1031510000);
INSERT INTO international VALUES (165,'WebGUI',5,'LDAP URL',1031510000);
INSERT INTO international VALUES (317,'WebGUI',2,'<a href=\"\"\nhttp://www.icq.com\"\">ICQ</a> UIN',1031510000);
INSERT INTO international VALUES (93,'WebGUI',3,'Help',1031516049);
INSERT INTO international VALUES (166,'WebGUI',1,'Connect DN',1031514049);
INSERT INTO international VALUES (166,'WebGUI',4,'Connect DN',1031510000);
INSERT INTO international VALUES (166,'WebGUI',5,'Connectar DN',1031510000);
INSERT INTO international VALUES (91,'WebGUI',3,'Vorige pagina',1031516049);
INSERT INTO international VALUES (92,'WebGUI',3,'Volgende pagina',1031516049);
INSERT INTO international VALUES (167,'WebGUI',1,'Are you certain you want to delete this user? Be warned that all this user\'s information will be lost permanently if you choose to proceed.',1031514049);
INSERT INTO international VALUES (167,'WebGUI',4,'Est<73> seguro de querer eliminar <20>ste usuario? Tenga en cuenta que toda la informaci<63>n del usuario ser<65> eliminada permanentemente si procede.',1031510000);
INSERT INTO international VALUES (167,'WebGUI',5,'Tem a certeza que quer apagar este utilizador? Se o fizer perde todas as informa<6D><61>es do utilizador.',1031510000);
INSERT INTO international VALUES (90,'WebGUI',3,'Voeg nieuwe groep toe.',1031516049);
INSERT INTO international VALUES (168,'WebGUI',1,'Edit User',1031514049);
INSERT INTO international VALUES (168,'WebGUI',4,'Editar Usuario',1031510000);
INSERT INTO international VALUES (168,'WebGUI',5,'Modificar utilizador',1031510000);
INSERT INTO international VALUES (89,'WebGUI',3,'Groepen',1031516049);
INSERT INTO international VALUES (169,'WebGUI',1,'Add a new user.',1031514049);
INSERT INTO international VALUES (169,'WebGUI',4,'Agregar nuevo usuario',1031510000);
INSERT INTO international VALUES (169,'WebGUI',5,'Adicionar utilizador.',1031510000);
INSERT INTO international VALUES (170,'WebGUI',1,'search',1031514049);
INSERT INTO international VALUES (170,'WebGUI',4,'buscar',1031510000);
INSERT INTO international VALUES (170,'WebGUI',5,'procurar',1031510000);
INSERT INTO international VALUES (88,'WebGUI',3,'Gebruikers in groep',1031516049);
INSERT INTO international VALUES (171,'WebGUI',1,'rich edit',1031514049);
INSERT INTO international VALUES (171,'WebGUI',4,'rich edit',1031510000);
INSERT INTO international VALUES (171,'WebGUI',5,'rich edit',1031510000);
INSERT INTO international VALUES (318,'WebGUI',2,'<a href=\"\"\nhttp://www.aol.com/aim/homenew.adp\"\">AIM</a> Id',1031510000);
INSERT INTO international VALUES (87,'WebGUI',3,'Bewerk groep',1031516049);
INSERT INTO international VALUES (174,'WebGUI',1,'Display the title?',1031514049);
INSERT INTO international VALUES (174,'WebGUI',4,'Mostrar el t<>tulo?',1031510000);
INSERT INTO international VALUES (174,'WebGUI',5,'Mostrar o titulo?',1031510000);
INSERT INTO international VALUES (175,'WebGUI',1,'Process macros?',1031514049);
INSERT INTO international VALUES (175,'WebGUI',4,'Procesar macros?',1031510000);
INSERT INTO international VALUES (175,'WebGUI',5,'Processar macros?',1031510000);
INSERT INTO international VALUES (228,'WebGUI',1,'Editing Message...',1031514049);
INSERT INTO international VALUES (228,'WebGUI',4,'Editar Mensage...',1031510000);
INSERT INTO international VALUES (228,'WebGUI',5,'Modificando mensagem...',1031510000);
INSERT INTO international VALUES (229,'WebGUI',1,'Subject',1031514049);
INSERT INTO international VALUES (229,'WebGUI',4,'Asunto',1031510000);
INSERT INTO international VALUES (229,'WebGUI',5,'Assunto',1031510000);
INSERT INTO international VALUES (230,'WebGUI',1,'Message',1031514049);
INSERT INTO international VALUES (230,'WebGUI',4,'Mensage',1031510000);
INSERT INTO international VALUES (230,'WebGUI',5,'Mensagem',1031510000);
INSERT INTO international VALUES (231,'WebGUI',1,'Posting New Message...',1031514049);
INSERT INTO international VALUES (231,'WebGUI',4,'Mandando Nuevo Mensage ...',1031510000);
INSERT INTO international VALUES (231,'WebGUI',5,'Colocando nova mensagem...',1031510000);
INSERT INTO international VALUES (232,'WebGUI',1,'no subject',1031514049);
INSERT INTO international VALUES (232,'WebGUI',4,'sin t<>tulo',1031510000);
INSERT INTO international VALUES (232,'WebGUI',5,'sem assunto',1031510000);
INSERT INTO international VALUES (86,'WebGUI',3,'Weet u zeker dat u deze groep wilt verwijderen? Denk er aan dat een groep verwijderen permanent en alle privileges geassocieerd met de groep verwijdert worden.',1031516049);
INSERT INTO international VALUES (233,'WebGUI',1,'(eom)',1031514049);
INSERT INTO international VALUES (233,'WebGUI',4,'(eom)',1031510000);
INSERT INTO international VALUES (233,'WebGUI',5,'(eom)',1031510000);
INSERT INTO international VALUES (85,'WebGUI',3,'Beschrijving',1031516049);
INSERT INTO international VALUES (234,'WebGUI',1,'Posting Reply...',1031514049);
INSERT INTO international VALUES (234,'WebGUI',4,'Respondiendo...',1031510000);
INSERT INTO international VALUES (234,'WebGUI',5,'Respondendo...',1031510000);
INSERT INTO international VALUES (315,'WebGUI',2,'Zweiter\nVorname',1031510000);
INSERT INTO international VALUES (314,'WebGUI',2,'Vorname',1031510000);
INSERT INTO international VALUES (316,'WebGUI',2,'Nachname',1031510000);
INSERT INTO international VALUES (237,'WebGUI',1,'Subject:',1031514049);
INSERT INTO international VALUES (237,'WebGUI',4,'Asunto:',1031510000);
INSERT INTO international VALUES (237,'WebGUI',5,'Assunto:',1031510000);
INSERT INTO international VALUES (84,'WebGUI',3,'Groep naam',1031516049);
INSERT INTO international VALUES (238,'WebGUI',1,'Author:',1031514049);
INSERT INTO international VALUES (238,'WebGUI',4,'Autor:',1031510000);
INSERT INTO international VALUES (238,'WebGUI',5,'Autor:',1031510000);
INSERT INTO international VALUES (239,'WebGUI',1,'Date:',1031514049);
INSERT INTO international VALUES (239,'WebGUI',4,'Fecha:',1031510000);
INSERT INTO international VALUES (239,'WebGUI',5,'Data:',1031510000);
INSERT INTO international VALUES (313,'WebGUI',2,'Zus<75>tzliche\nInformationen anzeigen?',1031510000);
INSERT INTO international VALUES (82,'WebGUI',3,'Administratieve functies...',1031516049);
INSERT INTO international VALUES (240,'WebGUI',1,'Message ID:',1031514049);
INSERT INTO international VALUES (240,'WebGUI',4,'ID del mensage:',1031510000);
INSERT INTO international VALUES (240,'WebGUI',5,'ID da mensagem:',1031510000);
INSERT INTO international VALUES (244,'WebGUI',1,'Author',1031514049);
INSERT INTO international VALUES (244,'WebGUI',4,'Autor',1031510000);
INSERT INTO international VALUES (244,'WebGUI',5,'Autor',1031510000);
INSERT INTO international VALUES (81,'WebGUI',3,'Account is aangepast!',1031516049);
INSERT INTO international VALUES (245,'WebGUI',1,'Date',1031514049);
INSERT INTO international VALUES (245,'WebGUI',4,'Fecha',1031510000);
INSERT INTO international VALUES (245,'WebGUI',5,'Data',1031510000);
INSERT INTO international VALUES (304,'WebGUI',1,'Language',1031514049);
INSERT INTO international VALUES (304,'WebGUI',4,'Idioma',1031510000);
INSERT INTO international VALUES (304,'WebGUI',5,'Lingua',1031510000);
INSERT INTO international VALUES (312,'WebGUI',2,'Gesch<63>ftsadresse\nanzeigen?',1031510000);
INSERT INTO international VALUES (80,'WebGUI',3,'Account is aangemaakt!',1031516049);
INSERT INTO international VALUES (306,'WebGUI',1,'Username Binding',1031514049);
INSERT INTO international VALUES (306,'WebGUI',5,'Liga<67><61>o ao username',1031510000);
INSERT INTO international VALUES (307,'WebGUI',1,'Use default meta tags?',1031514049);
INSERT INTO international VALUES (307,'WebGUI',5,'Usar as meta tags de defeito?',1031510000);
INSERT INTO international VALUES (79,'WebGUI',3,'Kan niet verbinden met LDAP server.',1031516049);
INSERT INTO international VALUES (308,'WebGUI',1,'Edit Profile Settings',1031514049);
INSERT INTO international VALUES (308,'WebGUI',5,'Modificar as prefer<65>ncias do perfil',1031510000);
INSERT INTO international VALUES (309,'WebGUI',1,'Allow real name?',1031514049);
INSERT INTO international VALUES (309,'WebGUI',5,'Permitir o nome real?',1031510000);
INSERT INTO international VALUES (311,'WebGUI',2,'Privatadresse\nanzeigen?',1031510000);
INSERT INTO international VALUES (78,'WebGUI',3,'De wachtwoorden waren niet gelijk. Probeer opnieuw.',1031516049);
INSERT INTO international VALUES (310,'WebGUI',1,'Allow extra contact information?',1031514049);
INSERT INTO international VALUES (310,'WebGUI',5,'Permitir informa<6D><61>o extra de contacto?',1031510000);
INSERT INTO international VALUES (311,'WebGUI',1,'Allow home information?',1031514049);
INSERT INTO international VALUES (311,'WebGUI',5,'Permitir informa<6D><61>o de casa?',1031510000);
INSERT INTO international VALUES (309,'WebGUI',2,'Name anzeigen?',1031510000);
INSERT INTO international VALUES (312,'WebGUI',1,'Allow business information?',1031514049);
INSERT INTO international VALUES (312,'WebGUI',5,'Permitir informa<6D><61>o do emprego?',1031510000);
INSERT INTO international VALUES (313,'WebGUI',1,'Allow miscellaneous information?',1031514049);
INSERT INTO international VALUES (313,'WebGUI',5,'Permitir informa<6D>ao mista?',1031510000);
INSERT INTO international VALUES (314,'WebGUI',1,'First Name',1031514049);
INSERT INTO international VALUES (314,'WebGUI',5,'Nome',1031510000);
INSERT INTO international VALUES (77,'WebGUI',3,'Deze account naam wordt al gebruikt door een andere gebruiker van dit systeem. Probeer een andere naam. We hebben de volgende suggesties:',1031516049);
INSERT INTO international VALUES (315,'WebGUI',1,'Middle Name',1031514049);
INSERT INTO international VALUES (315,'WebGUI',5,'segundo(s) nome(s)',1031510000);
INSERT INTO international VALUES (316,'WebGUI',1,'Last Name',1031514049);
INSERT INTO international VALUES (316,'WebGUI',5,'Apelido',1031510000);
INSERT INTO international VALUES (76,'WebGUI',3,'Dat email adresis niet in onze database aanwezig.',1031516049);
INSERT INTO international VALUES (317,'WebGUI',1,'<a href=\"http://www.icq.com\">ICQ</a> UIN',1031514049);
INSERT INTO international VALUES (317,'WebGUI',5,'\"<a href=\"\"http://www.icq.com\"\">ICQ</a> UIN\"',1031510000);
INSERT INTO international VALUES (75,'WebGUI',3,'Uw account informatie is naar uw email adres verzonden.',1031516049);
INSERT INTO international VALUES (318,'WebGUI',1,'<a href=\"http://www.aol.com/aim/homenew.adp\">AIM</a> Id',1031514049);
INSERT INTO international VALUES (318,'WebGUI',5,'\"<a href=\"\"http://www.aol.com/aim/homenew.adp\"\">AIM</a> Id\"',1031510000);
INSERT INTO international VALUES (310,'WebGUI',2,'Kontaktinformationen anzeigen?',1031510000);
INSERT INTO international VALUES (566,'WebGUI',6,'Redigera Timeout',1031510000);
INSERT INTO international VALUES (74,'WebGUI',3,'Account informatie',1031516049);
INSERT INTO international VALUES (319,'WebGUI',1,'<a href=\"http://messenger.msn.com/\">MSN Messenger</a> Id',1031514049);
INSERT INTO international VALUES (319,'WebGUI',5,'\"<a href=\"\"http://messenger.msn.com/\"\">MSN Messenger</a> Id\"',1031510000);
INSERT INTO international VALUES (72,'WebGUI',3,'Terugvinden',1031516049);
INSERT INTO international VALUES (73,'WebGUI',3,'Log in.',1031516049);
INSERT INTO international VALUES (320,'WebGUI',1,'<a href=\"http://messenger.yahoo.com/\">Yahoo! Messenger</a> Id',1031514049);
INSERT INTO international VALUES (320,'WebGUI',5,'\"<a href=\"\"http://messenger.yahoo.com/\"\">Yahoo! Messenger</a> Id\"',1031510000);
INSERT INTO international VALUES (321,'WebGUI',1,'Cell Phone',1031514049);
INSERT INTO international VALUES (321,'WebGUI',5,'Telem<65>vel',1031510000);
INSERT INTO international VALUES (71,'WebGUI',3,'Wachtwoord terugvinden',1031516049);
INSERT INTO international VALUES (322,'WebGUI',1,'Pager',1031514049);
INSERT INTO international VALUES (322,'WebGUI',5,'Pager',1031510000);
INSERT INTO international VALUES (70,'WebGUI',3,'Fout',1031516049);
INSERT INTO international VALUES (323,'WebGUI',1,'Home Address',1031514049);
INSERT INTO international VALUES (323,'WebGUI',5,'Morada (de casa)',1031510000);
INSERT INTO international VALUES (307,'WebGUI',2,'Standard Meta\nTags benutzen?',1031510000);
INSERT INTO international VALUES (324,'WebGUI',1,'Home City',1031514049);
INSERT INTO international VALUES (324,'WebGUI',5,'Cidade (de casa)',1031510000);
INSERT INTO international VALUES (308,'WebGUI',2,'Profil\nbearbeiten',1031510000);
INSERT INTO international VALUES (325,'WebGUI',1,'Home State',1031514049);
INSERT INTO international VALUES (325,'WebGUI',5,'Concelho (de casa)',1031510000);
INSERT INTO international VALUES (69,'WebGUI',3,'Vraag uw systeembeheerder om assistentie.',1031516049);
INSERT INTO international VALUES (326,'WebGUI',1,'Home Zip Code',1031514049);
INSERT INTO international VALUES (326,'WebGUI',5,'C<>digo postal (de casa)',1031510000);
INSERT INTO international VALUES (327,'WebGUI',1,'Home Country',1031514049);
INSERT INTO international VALUES (327,'WebGUI',5,'Pa<50>s (de casa)',1031510000);
INSERT INTO international VALUES (328,'WebGUI',1,'Home Phone',1031514049);
INSERT INTO international VALUES (328,'WebGUI',5,'Telefone (de casa)',1031510000);
INSERT INTO international VALUES (329,'WebGUI',1,'Work Address',1031514049);
INSERT INTO international VALUES (329,'WebGUI',5,'Morada (do emprego)',1031510000);
INSERT INTO international VALUES (306,'WebGUI',2,'Benutze LDAP\nBenutzername',1031510000);
INSERT INTO international VALUES (330,'WebGUI',1,'Work City',1031514049);
INSERT INTO international VALUES (330,'WebGUI',5,'Cidade (do emprego)',1031510000);
INSERT INTO international VALUES (68,'WebGUI',3,'De account informatie is niet geldig. Het account bestaat niet of de gebruikersnaam/wachtwoord was fout.',1031516049);
INSERT INTO international VALUES (331,'WebGUI',1,'Work State',1031514049);
INSERT INTO international VALUES (331,'WebGUI',5,'Concelho (do emprego)',1031510000);
INSERT INTO international VALUES (239,'WebGUI',2,'Datum:',1031510000);
INSERT INTO international VALUES (332,'WebGUI',1,'Work Zip Code',1031514049);
INSERT INTO international VALUES (332,'WebGUI',5,'C<>digo postal (do emprego)',1031510000);
INSERT INTO international VALUES (67,'WebGUI',3,'Cre<72>er een nieuw account',1031516049);
INSERT INTO international VALUES (333,'WebGUI',1,'Work Country',1031514049);
INSERT INTO international VALUES (333,'WebGUI',5,'Pa<50>s (do emprego)',1031510000);
INSERT INTO international VALUES (334,'WebGUI',1,'Work Phone',1031514049);
INSERT INTO international VALUES (334,'WebGUI',5,'Telefone (do emprego)',1031510000);
INSERT INTO international VALUES (66,'WebGUI',3,'Log in',1031516049);
INSERT INTO international VALUES (335,'WebGUI',1,'Gender',1031514049);
INSERT INTO international VALUES (335,'WebGUI',5,'Sexo',1031510000);
INSERT INTO international VALUES (244,'WebGUI',2,'Autor',1031510000);
INSERT INTO international VALUES (336,'WebGUI',1,'Birth Date',1031514049);
INSERT INTO international VALUES (336,'WebGUI',5,'Data de nascimento',1031510000);
INSERT INTO international VALUES (65,'WebGUI',3,'Deaktiveer mijn account voorgoed.',1031516049);
INSERT INTO international VALUES (337,'WebGUI',1,'Homepage URL',1031514049);
INSERT INTO international VALUES (337,'WebGUI',5,'Endere<72>o da Homepage',1031510000);
INSERT INTO international VALUES (338,'WebGUI',1,'Edit Profile',1031514049);
INSERT INTO international VALUES (338,'WebGUI',5,'Modificar perfil',1031510000);
INSERT INTO international VALUES (64,'WebGUI',3,'Log uit.',1031516049);
INSERT INTO international VALUES (339,'WebGUI',1,'Male',1031514049);
INSERT INTO international VALUES (339,'WebGUI',5,'Masculino',1031510000);
INSERT INTO international VALUES (240,'WebGUI',2,'Beitrags ID:',1031510000);
INSERT INTO international VALUES (340,'WebGUI',1,'Female',1031514049);
INSERT INTO international VALUES (340,'WebGUI',5,'Feminino',1031510000);
INSERT INTO international VALUES (63,'WebGUI',3,'Zet beheermode aan',1031516049);
INSERT INTO international VALUES (341,'WebGUI',1,'Edit profile.',1031514049);
INSERT INTO international VALUES (341,'WebGUI',5,'Modificar o perfil.',1031510000);
INSERT INTO international VALUES (245,'WebGUI',2,'Datum',1031510000);
INSERT INTO international VALUES (62,'WebGUI',3,'Bewaar',1031516049);
INSERT INTO international VALUES (342,'WebGUI',1,'Edit account information.',1031514049);
INSERT INTO international VALUES (342,'WebGUI',5,'Modificar as informa<6D><61>es da conta.',1031510000);
INSERT INTO international VALUES (304,'WebGUI',2,'Sprache',1031510000);
INSERT INTO international VALUES (343,'WebGUI',1,'View profile.',1031514049);
INSERT INTO international VALUES (343,'WebGUI',5,'Ver perfil.',1031510000);
INSERT INTO international VALUES (351,'WebGUI',1,'Message',1031514049);
INSERT INTO international VALUES (468,'WebGUI',10,'Rediger bruger profil kategori',1031510000);
INSERT INTO international VALUES (61,'WebGUI',3,'Account informatie bijwerken',1031516049);
INSERT INTO international VALUES (345,'WebGUI',1,'Not A Member',1031514049);
INSERT INTO international VALUES (345,'WebGUI',5,'N<>o <20> membro',1031510000);
INSERT INTO international VALUES (233,'WebGUI',2,'(eom)',1031510000);
INSERT INTO international VALUES (234,'WebGUI',2,'Antworten...',1031510000);
INSERT INTO international VALUES (346,'WebGUI',1,'This user is no longer a member of our site. We have no further information about this user.',1031514049);
INSERT INTO international VALUES (346,'WebGUI',5,'Esse utilizador j<> n<>o <20> membro do site. N<>o existe mais informa<6D><61>o.',1031510000);
INSERT INTO international VALUES (237,'WebGUI',2,'Betreff:',1031510000);
INSERT INTO international VALUES (347,'WebGUI',1,'View Profile For',1031514049);
INSERT INTO international VALUES (347,'WebGUI',5,'Ver o perfil de',1031510000);
INSERT INTO international VALUES (60,'WebGUI',3,'Weet u zeker dat u uw account wilt deaktiveren? Als u doorgaat gaat alle account informatie voorgoed verloren.',1031516049);
INSERT INTO international VALUES (348,'WebGUI',1,'Name',1031514049);
INSERT INTO international VALUES (348,'WebGUI',5,'Nome',1031510000);
INSERT INTO international VALUES (349,'WebGUI',1,'Latest version available',1031514049);
INSERT INTO international VALUES (349,'WebGUI',5,'Ultima vers<72>o dispon<6F>vel',1031510000);
INSERT INTO international VALUES (59,'WebGUI',3,'Ik ben mijn wachtwoord vergeten.',1031516049);
INSERT INTO international VALUES (350,'WebGUI',1,'Completed',1031514049);
INSERT INTO international VALUES (350,'WebGUI',5,'Completo',1031510000);
INSERT INTO international VALUES (351,'WebGUI',5,'Entrada no log de mensagens',1031510000);
INSERT INTO international VALUES (58,'WebGUI',3,'Ik heb al een account.',1031516049);
INSERT INTO international VALUES (352,'WebGUI',1,'Date Of Entry',1031514049);
INSERT INTO international VALUES (352,'WebGUI',5,'Data de entrada',1031510000);
INSERT INTO international VALUES (471,'WebGUI',6,'Redigera anv<6E>ndarprofils attribut',1032859851);
INSERT INTO international VALUES (353,'WebGUI',5,'Actualmente n<>o tem entradas no log de mensagens.',1031510000);
INSERT INTO international VALUES (471,'WebGUI',1,'Edit User Profile Field',1031514049);
INSERT INTO international VALUES (354,'WebGUI',5,'Ver o log das mensagens.',1031510000);
INSERT INTO international VALUES (57,'WebGUI',3,'Dit is alleen nodig als er functies gebruikt worden die email nodig hebben.',1031516049);
INSERT INTO international VALUES (355,'WebGUI',1,'Default',1031514049);
INSERT INTO international VALUES (355,'WebGUI',5,'Por defeito',1031510000);
INSERT INTO international VALUES (356,'WebGUI',1,'Template',1031514049);
INSERT INTO international VALUES (357,'WebGUI',1,'News',1031514049);
INSERT INTO international VALUES (358,'WebGUI',1,'Left Column',1031514049);
INSERT INTO international VALUES (359,'WebGUI',1,'Right Column',1031514049);
INSERT INTO international VALUES (360,'WebGUI',1,'One Over Three',1031514049);
INSERT INTO international VALUES (361,'WebGUI',1,'Three Over One',1031514049);
INSERT INTO international VALUES (362,'WebGUI',1,'SideBySide',1031514049);
INSERT INTO international VALUES (363,'WebGUI',1,'Page Template Position',1034736999);
INSERT INTO international VALUES (364,'WebGUI',1,'Search',1031514049);
INSERT INTO international VALUES (365,'WebGUI',1,'Search results...',1031514049);
INSERT INTO international VALUES (366,'WebGUI',1,'No pages were found with content that matched your query.',1031514049);
INSERT INTO international VALUES (368,'WebGUI',1,'Add a new group to this user.',1031514049);
INSERT INTO international VALUES (369,'WebGUI',1,'Expire Date',1031514049);
INSERT INTO international VALUES (370,'WebGUI',1,'Edit Grouping',1031514049);
INSERT INTO international VALUES (371,'WebGUI',1,'Add Grouping',1031514049);
INSERT INTO international VALUES (372,'WebGUI',1,'Edit User\'s Groups',1031514049);
INSERT INTO international VALUES (374,'WebGUI',1,'Manage packages.',1031514049);
INSERT INTO international VALUES (375,'WebGUI',1,'Select Package To Deploy',1031514049);
INSERT INTO international VALUES (376,'WebGUI',1,'Package',1031514049);
INSERT INTO international VALUES (377,'WebGUI',1,'No packages have been defined by your package manager(s) or administrator(s).',1031514049);
INSERT INTO international VALUES (11,'Poll',1,'Vote!',1031514049);
INSERT INTO international VALUES (31,'USS',1,'Content',1031514049);
INSERT INTO international VALUES (32,'USS',1,'Image',1031514049);
INSERT INTO international VALUES (33,'USS',1,'Attachment',1031514049);
INSERT INTO international VALUES (34,'USS',1,'Convert Carriage Returns',1031514049);
INSERT INTO international VALUES (35,'USS',1,'Title',1031514049);
INSERT INTO international VALUES (71,'MailForm',21,'<27><><F0> <20><><D0><CF><CD><CF> <20><><DC><D4><CF> <20><><CD><CF><C4><D5> <20><><CD><CF><D6> <20><><D3><CF><DA><C4><C1> <20><><D0><D2><CF><D3><D4> <20><><C6><CF><D2> <20><><CF><D4><D0><D2><C1><D7><CC><D1><C5><CD> <20><> e-mail.\r\n<br><br>\r\n\r\n<b><3E><><FB><C9><D2><C9></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><DB><C9><D2><C9> <20><><D7><D3> <20><><D0><CF><CC> <20><><C6><CF><D2>. <20><> <20><><D5><CD><CF><CC><DE><C1><CE> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20><><DA><CE><C1><DE><C5><CE> 45.\r\n<p>\r\n\r\n<b><3E><>, <20><><EB><CF>, Cc, Bcc, <20><><F4><C5></b><br>\r\n<> <20><><DC><D4> <20><><D0><CF><CC> <20><><CE><C1> <20><><D7><D7><C5><D3> email <20><><D0><CF><CC><D5><DE><C1><D4><C5>. <20><> <20><><CD><CF><D6><C5> <20><><C4><C1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D7><CF><DA><CD><CF><D6><CE><CF><D3> <20><><C9><DA><CD><C5><CE><C9> <20><><CE><C5><CB><CF><D4><CF><D2> <20><><C9> <20><><D7> <20><><D0><CF>, <20><> <20><><CF><C2><D9><DE> <20><><C9><DA><CD><C5><CE><D1><C5><CD><D9> <20><><D0><CF><CC><D1> <20><><D1><D7><CC><D1><C0><D4> <20><><D0><CF> \"<22><>\" <20> \"<22><><F4><C5>\". <20> <20><><D0><CF><CD><CF><DD> <20><><D7><D9><D0><C1><C4><C1><C0><DD><C5> <20><><CD><C5> <20><> <20><><CD><CF><D6><C5> <20><><DA><C1><C4><C1> <20><><C4> <20><><CB><C1><D6><C4><CF> <20><><D0><CF>, <20><><C9><CD><C5> <20><> <20><><D0><D2><C1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C5> <20><><CD><C5><CE><D1> <20><><C9> <20><><CE>.\r\n<p>\r\n\r\n<b><3E><><F0><CF><C4><D4><D7><C5><D2><D6><C4><C5><CE></b><br>\r\n<><6E><FC> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><C2><D5><C4> <20><><CF><D4><CF><C2><D2><C1><D6><C5> <20><><D0><CF><D3> <20><><CE><C1><D6><C1><D4> <20><> <20><><CB><CE><CF><D0> \"<22><><F0><CF><D3><CC><C1>\".\r\n<p>\r\n\r\n<b><3E><><F3><CF><C8><D2><C1><CE><C9> <20><><DA><C1><D0><C9>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><D7><D9><C2><C5><D2><C9> \"<22><>\", <20><> <20><><DA><C1><D0><CF><CC><CE><C5><CE> <20><><D0><CF> <20><><C6><CF><D2> <20><><C2><D5><C4> <20><><D3><CF><C8><D2><C1><CE><C5>.\r\n<p>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D0><CF>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><D3><D2><C1> <20><><C4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D0><CF>, <20><> <20><><D7><D9><C2><C5><D2><C9> \"<22><>\".',1035370234);
INSERT INTO international VALUES (378,'WebGUI',1,'User ID',1031514049);
INSERT INTO international VALUES (379,'WebGUI',1,'Group ID',1031514049);
INSERT INTO international VALUES (380,'WebGUI',1,'Style ID',1031514049);
INSERT INTO international VALUES (381,'WebGUI',1,'WebGUI received a malformed request and was unable to continue. Proprietary characters being passed through a form typically cause this. Please feel free to hit your back button and try again.',1031514049);
INSERT INTO international VALUES (1,'FileManager',1,'File Manager',1038028463);
INSERT INTO international VALUES (90,'EventsCalendar',1,'Default Month',1038190708);
INSERT INTO international VALUES (3,'FileManager',1,'Proceed to add file?',1031514049);
INSERT INTO international VALUES (367,'WebGUI',6,'B<>st f<>re',1031510000);
INSERT INTO international VALUES (5,'FileManager',1,'File Title',1031514049);
INSERT INTO international VALUES (6,'FileManager',1,'File',1038882929);
INSERT INTO international VALUES (7,'FileManager',1,'Group to Download',1031514049);
INSERT INTO international VALUES (8,'FileManager',1,'Brief Synopsis',1031514049);
INSERT INTO international VALUES (9,'FileManager',1,'Edit File Manager',1038028499);
INSERT INTO international VALUES (10,'FileManager',1,'Edit File',1038882889);
INSERT INTO international VALUES (11,'FileManager',1,'Add a new file.',1038882956);
INSERT INTO international VALUES (12,'FileManager',1,'Are you certain that you wish to delete this file?',1038882975);
INSERT INTO international VALUES (14,'FileManager',1,'File',1031514049);
INSERT INTO international VALUES (15,'FileManager',1,'Description',1031514049);
INSERT INTO international VALUES (16,'FileManager',1,'Date Uploaded',1031514049);
INSERT INTO international VALUES (766,'WebGUI',1,'Back to collateral list.',1036892898);
INSERT INTO international VALUES (770,'WebGUI',1,'Edit Snippet',1036893050);
INSERT INTO international VALUES (37,'USS',1,'Delete',1031514049);
INSERT INTO international VALUES (13,'SQLReport',1,'Convert carriage returns?',1031514049);
INSERT INTO international VALUES (17,'FileManager',1,'Alternate Version #1',1031514049);
INSERT INTO international VALUES (18,'FileManager',1,'Alternate Version #2',1031514049);
INSERT INTO international VALUES (19,'FileManager',1,'You have no files available.',1038882995);
INSERT INTO international VALUES (14,'EventsCalendar',1,'Start Date',1031514049);
INSERT INTO international VALUES (15,'EventsCalendar',1,'End Date',1031514049);
INSERT INTO international VALUES (20,'FileManager',1,'Paginate After',1031514049);
INSERT INTO international VALUES (14,'SQLReport',1,'Paginate After',1031514049);
INSERT INTO international VALUES (19,'EventsCalendar',1,'Paginate After',1031514049);
INSERT INTO international VALUES (384,'WebGUI',1,'File',1031514049);
INSERT INTO international VALUES (385,'WebGUI',1,'Parameters',1031514049);
INSERT INTO international VALUES (386,'WebGUI',1,'Edit Image',1031514049);
INSERT INTO international VALUES (387,'WebGUI',1,'Uploaded By',1031514049);
INSERT INTO international VALUES (388,'WebGUI',1,'Upload Date',1031514049);
INSERT INTO international VALUES (703,'WebGUI',10,'<27>r',1036855939);
INSERT INTO international VALUES (391,'WebGUI',1,'Delete attached file.',1031514049);
INSERT INTO international VALUES (588,'WebGUI',10,'Er du sikker p<> at du vil indsende denne overs<72>ttelse til Plain Black for de kan inkludere den i den officielle distribution af WebGUI?.\r\nHvis du klikker p<> ja betyder det, at du giver Plain Black alle rettigheder til overs<72>ttelsen.',1037205505);
INSERT INTO international VALUES (779,'WebGUI',1,'Image',1036912938);
INSERT INTO international VALUES (394,'WebGUI',1,'Manage collateral.',1036954925);
INSERT INTO international VALUES (395,'WebGUI',1,'Add a new image.',1031514049);
INSERT INTO international VALUES (723,'WebGUI',10,'Undertrykt',1036855601);
INSERT INTO international VALUES (715,'WebGUI',10,'Rediriger URL',1036855743);
INSERT INTO international VALUES (398,'WebGUI',1,'Document Type Declaration',1031514049);
INSERT INTO international VALUES (399,'WebGUI',1,'Validate this page.',1031514049);
INSERT INTO international VALUES (400,'WebGUI',1,'Prevent Proxy Caching',1031514049);
INSERT INTO international VALUES (401,'WebGUI',1,'Are you certain you wish to delete this message and all messages under it in this thread?',1031514049);
INSERT INTO international VALUES (565,'WebGUI',1,'Who can moderate?',1031514049);
INSERT INTO international VALUES (22,'MessageBoard',1,'Delete Message',1031514049);
INSERT INTO international VALUES (402,'WebGUI',1,'The message you requested does not exist.',1031514049);
INSERT INTO international VALUES (403,'WebGUI',1,'Prefer not to say.',1031514049);
INSERT INTO international VALUES (405,'WebGUI',1,'Last Page',1031514049);
INSERT INTO international VALUES (406,'WebGUI',1,'Thumbnail Size',1031514049);
INSERT INTO international VALUES (407,'WebGUI',1,'Click here to register.',1031514049);
INSERT INTO international VALUES (15,'SQLReport',1,'Preprocess macros on query?',1031514049);
INSERT INTO international VALUES (16,'SQLReport',1,'Debug?',1031514049);
INSERT INTO international VALUES (17,'SQLReport',1,'<b>Debug:</b> Query:',1031514049);
INSERT INTO international VALUES (18,'SQLReport',1,'There were no results for this query.',1031514049);
INSERT INTO international VALUES (231,'WebGUI',2,'Neuen Beitrag\nschreiben...',1031510000);
INSERT INTO international VALUES (238,'WebGUI',2,'Autor:',1031510000);
INSERT INTO international VALUES (230,'WebGUI',2,'Beitrag',1031510000);
INSERT INTO international VALUES (229,'WebGUI',2,'Betreff',1031510000);
INSERT INTO international VALUES (232,'WebGUI',2,'kein Betreff',1031510000);
INSERT INTO international VALUES (175,'WebGUI',2,'Makros\nausf<73>hren?',1031510000);
INSERT INTO international VALUES (228,'WebGUI',2,'Beitr<74>ge\nbearbeiten ...',1031510000);
INSERT INTO international VALUES (169,'WebGUI',2,'Neuen Benutzer\nhinzuf<75>gen',1031510000);
INSERT INTO international VALUES (171,'WebGUI',2,'Bearbeiten mit\nAttributen',1031510000);
INSERT INTO international VALUES (170,'WebGUI',2,'suchen',1031510000);
INSERT INTO international VALUES (174,'WebGUI',2,'Titel\nanzeigen?',1031510000);
INSERT INTO international VALUES (168,'WebGUI',2,'Benutzer\nbearbeiten',1031510000);
INSERT INTO international VALUES (167,'WebGUI',2,'Sind Sie sicher,\ndass sie diesen Benutzer l<>schen m<>chten? Die Benutzerinformation geht\ndamit endg<64>ltig verloren!',1031510000);
INSERT INTO international VALUES (166,'WebGUI',2,'Connect DN',1031510000);
INSERT INTO international VALUES (165,'WebGUI',2,'LDAP URL',1031510000);
INSERT INTO international VALUES (164,'WebGUI',2,'Authentifizierungsmethode',1031510000);
INSERT INTO international VALUES (163,'WebGUI',2,'Benutzer\nhinzuf<75>gen',1031510000);
INSERT INTO international VALUES (162,'WebGUI',2,'Sind Sie sicher,\ndass Sie alle Seiten und Widgets im M<>lleimer l<>schen m<>chten?',1031510000);
INSERT INTO international VALUES (160,'WebGUI',2,'Erstellungsdatum',1031510000);
INSERT INTO international VALUES (161,'WebGUI',2,'Erstellt von',1031510000);
INSERT INTO international VALUES (158,'WebGUI',2,'Neuen Stil\nhinzuf<75>gen',1031510000);
INSERT INTO international VALUES (506,'WebGUI',1,'Manage Templates',1031514049);
INSERT INTO international VALUES (159,'WebGUI',2,'Ausstehende\nBeitr<74>ge',1031510000);
INSERT INTO international VALUES (157,'WebGUI',2,'Stile',1031510000);
INSERT INTO international VALUES (156,'WebGUI',2,'Stil\nbearbeiten',1031510000);
INSERT INTO international VALUES (155,'WebGUI',2,'Sind Sie sicher,\ndass Sie diesen Stil l<>schen und alle Seiten die diesen Stil benutzen in\nden Stil \"Fail Safe\" <20>berf<72>hren wollen?',1031510000);
INSERT INTO international VALUES (154,'WebGUI',2,'Style Sheet',1031510000);
INSERT INTO international VALUES (151,'WebGUI',2,'Stil Name',1031510000);
INSERT INTO international VALUES (149,'WebGUI',2,'Benutzer',1031510000);
INSERT INTO international VALUES (146,'WebGUI',2,'Aktive\nSitzungen',1031510000);
INSERT INTO international VALUES (148,'WebGUI',2,'Widgets',1031510000);
INSERT INTO international VALUES (147,'WebGUI',2,'sichtbare\nSeiten',1031510000);
INSERT INTO international VALUES (145,'WebGUI',2,'WebGUI Build\nVersion',1031510000);
INSERT INTO international VALUES (140,'WebGUI',2,'Sonstige\nEinstellungen bearbeiten',1031510000);
INSERT INTO international VALUES (144,'WebGUI',2,'Auswertungen\nanschauen',1031510000);
INSERT INTO international VALUES (141,'WebGUI',2,'\"Nicht gefunden\nSeite\"',1031510000);
INSERT INTO international VALUES (142,'WebGUI',2,'Sitzungs\nZeit<69>berschreitung',1031510000);
INSERT INTO international VALUES (143,'WebGUI',2,'Einstellungen\nverwalten',1031510000);
INSERT INTO international VALUES (139,'WebGUI',2,'Nein',1031510000);
INSERT INTO international VALUES (138,'WebGUI',2,'Ja',1031510000);
INSERT INTO international VALUES (135,'WebGUI',2,'SMTP Server',1031510000);
INSERT INTO international VALUES (134,'WebGUI',2,'Passwortmeldung\nwiederherstellen',1031510000);
INSERT INTO international VALUES (133,'WebGUI',2,'Maileinstellungen\nbearbeiten',1031510000);
INSERT INTO international VALUES (130,'WebGUI',2,'Maximale\nDateigr<67><72>e f<>r Anh<6E>nge',1031510000);
INSERT INTO international VALUES (125,'WebGUI',2,'Firmenname',1031510000);
INSERT INTO international VALUES (126,'WebGUI',2,'Emailadresse der\nFirma',1031510000);
INSERT INTO international VALUES (127,'WebGUI',2,'Webseite der\nFirma',1031510000);
INSERT INTO international VALUES (124,'WebGUI',2,'Firmeninformationen bearbeiten',1031510000);
INSERT INTO international VALUES (122,'WebGUI',2,'LDAP\nIdentit<69>ts-Name',1031510000);
INSERT INTO international VALUES (123,'WebGUI',2,'LDAP Passwort\nName',1031510000);
INSERT INTO international VALUES (121,'WebGUI',2,'LDAP Identit<69>t\n(Standard)',1031510000);
INSERT INTO international VALUES (119,'WebGUI',2,'Authentifizierungsmethode (Standard)',1031510000);
INSERT INTO international VALUES (120,'WebGUI',2,'LDAP URL\n(Standard)',1031510000);
INSERT INTO international VALUES (117,'WebGUI',2,'Authentifizierungseinstellungen bearbeiten',1031510000);
INSERT INTO international VALUES (118,'WebGUI',2,'anonyme\nRegistrierung',1031510000);
INSERT INTO international VALUES (115,'WebGUI',2,'Kann jeder\nbearbeiten?',1031510000);
INSERT INTO international VALUES (116,'WebGUI',2,'Rechte an alle\nnachfolgenden Seiten weitergeben.',1031510000);
INSERT INTO international VALUES (114,'WebGUI',2,'Kann jeder\nanschauen?',1031510000);
INSERT INTO international VALUES (111,'WebGUI',2,'Gruppe',1031510000);
INSERT INTO international VALUES (113,'WebGUI',2,'Gruppe kann\nbearbeiten?',1031510000);
INSERT INTO international VALUES (110,'WebGUI',2,'Besitzer kann\nbearbeiten?',1031510000);
INSERT INTO international VALUES (112,'WebGUI',2,'Gruppe kann\nanschauen?',1031510000);
INSERT INTO international VALUES (108,'WebGUI',2,'Besitzer',1031510000);
INSERT INTO international VALUES (109,'WebGUI',2,'Besitzer kann\nanschauen?',1031510000);
INSERT INTO international VALUES (107,'WebGUI',2,'Rechte',1031510000);
INSERT INTO international VALUES (105,'WebGUI',2,'Stil',1031510000);
INSERT INTO international VALUES (106,'WebGUI',2,'Stil an alle\nnachfolgenden Seiten weitergeben.',1031510000);
INSERT INTO international VALUES (104,'WebGUI',2,'URL der Seite',1031510000);
INSERT INTO international VALUES (103,'WebGUI',2,'Seitenspezifikation',1031510000);
INSERT INTO international VALUES (102,'WebGUI',2,'Seite\nbearbeiten',1031510000);
INSERT INTO international VALUES (100,'WebGUI',2,'Meta Tags',1031510000);
INSERT INTO international VALUES (353,'WebGUI',1,'You have no messages in your Inbox at this time.',1031514049);
INSERT INTO international VALUES (101,'WebGUI',2,'Sind Sie sicher,\ndass Sie diese Seite und ihren kompletten Inhalt darunter l<>schen\nm<6E>chten?',1031510000);
INSERT INTO international VALUES (99,'WebGUI',2,'Titel',1031510000);
INSERT INTO international VALUES (93,'WebGUI',2,'Hilfe',1031510000);
INSERT INTO international VALUES (94,'WebGUI',2,'Siehe auch',1031510000);
INSERT INTO international VALUES (92,'WebGUI',2,'N<>chste Seite',1031510000);
INSERT INTO international VALUES (95,'WebGUI',2,'Hilfe',1031510000);
INSERT INTO international VALUES (91,'WebGUI',2,'Vorherige Seite',1031510000);
INSERT INTO international VALUES (89,'WebGUI',2,'Gruppen',1031510000);
INSERT INTO international VALUES (90,'WebGUI',2,'Neue Gruppe\nhinzuf<75>gen',1031510000);
INSERT INTO international VALUES (88,'WebGUI',2,'Benutzer in dieser\nGruppe',1031510000);
INSERT INTO international VALUES (87,'WebGUI',2,'Gruppe\nbearbeiten',1031510000);
INSERT INTO international VALUES (86,'WebGUI',2,'Sind Sie sicher,\ndass Sie diese Gruppe l<>schen m<>chten? Denken Sie daran, dass diese Gruppe\nund die zugeh<65>rige Rechtesstruktur endg<64>ltig gel<65>scht wird.',1031510000);
INSERT INTO international VALUES (85,'WebGUI',2,'Beschreibung',1031510000);
INSERT INTO international VALUES (84,'WebGUI',2,'Gruppenname',1031510000);
INSERT INTO international VALUES (82,'WebGUI',2,'Administrative\nFunktionen ...',1031510000);
INSERT INTO international VALUES (81,'WebGUI',2,'Benutzerkonto\nwurde aktualisiert',1031510000);
INSERT INTO international VALUES (80,'WebGUI',2,'Benutzerkonto\nwurde angelegt',1031510000);
INSERT INTO international VALUES (78,'WebGUI',2,'Die Passworte\nunterscheiden sich. Bitte versuchen Sie es noch einmal.',1031510000);
INSERT INTO international VALUES (79,'WebGUI',2,'Verbindung zum\nLDAP-Server konnte nicht hergestellt werden.',1031510000);
INSERT INTO international VALUES (77,'WebGUI',2,'Ein anderes\nMitglied dieser Seiten benutzt bereits diesen Namen. Bitte w<>hlen Sie einen\nanderen Benutzernamen. Hier sind einige Vorschl<68>ge:',1031510000);
INSERT INTO international VALUES (74,'WebGUI',2,'Benutzerkonteninformation',1031510000);
INSERT INTO international VALUES (73,'WebGUI',2,'Anmelden',1031510000);
INSERT INTO international VALUES (76,'WebGUI',2,'Ihre Emailadresse\nist nicht in unserer Datenbank.',1031510000);
INSERT INTO international VALUES (75,'WebGUI',2,'Ihre\nBenutzerkonteninformation wurde an Ihre Emailadresse geschickt',1031510000);
INSERT INTO international VALUES (72,'WebGUI',2,'wiederherstellen',1031510000);
INSERT INTO international VALUES (71,'WebGUI',2,'Passwort\nwiederherstellen',1031510000);
INSERT INTO international VALUES (70,'WebGUI',2,'Fehler',1031510000);
INSERT INTO international VALUES (69,'WebGUI',2,'Bitten Sie Ihren\nSystemadministrator um Hilfe.',1031510000);
INSERT INTO international VALUES (66,'WebGUI',2,'Anmelden',1031510000);
INSERT INTO international VALUES (67,'WebGUI',2,'Neues\nBenutzerkonto einrichten',1031510000);
INSERT INTO international VALUES (408,'WebGUI',1,'Manage Roots',1031514049);
INSERT INTO international VALUES (409,'WebGUI',1,'Add a new root.',1031514049);
INSERT INTO international VALUES (410,'WebGUI',1,'Manage roots.',1031514049);
INSERT INTO international VALUES (411,'WebGUI',1,'Menu Title',1031514049);
INSERT INTO international VALUES (412,'WebGUI',1,'Synopsis',1031514049);
INSERT INTO international VALUES (18,'Article',1,'Allow discussion?',1031514049);
INSERT INTO international VALUES (10,'Product',1,'Price',1031514049);
INSERT INTO international VALUES (22,'Article',1,'Author',1031514049);
INSERT INTO international VALUES (23,'Article',1,'Date',1031514049);
INSERT INTO international VALUES (24,'Article',1,'Post Response',1031514049);
INSERT INTO international VALUES (58,'USS',1,'Previous Submission',1031514049);
INSERT INTO international VALUES (27,'Article',1,'Back To Article',1031514049);
INSERT INTO international VALUES (28,'Article',1,'View Responses',1031514049);
INSERT INTO international VALUES (55,'Product',1,'Add a benefit.',1031514049);
INSERT INTO international VALUES (416,'WebGUI',1,'<h1>Problem With Request</h1>We have encountered a problem with your request. Please use your back button and try again. If this problem persists, please contact us with what you were trying to do and the time and date of the problem.',1031514049);
INSERT INTO international VALUES (417,'WebGUI',1,'<h1>Security Violation</h1>You attempted to access a wobject not associated with this page. This incident has been reported.',1031514049);
INSERT INTO international VALUES (418,'WebGUI',1,'Filter Contributed HTML',1031514049);
INSERT INTO international VALUES (419,'WebGUI',1,'Remove all tags.',1031514049);
INSERT INTO international VALUES (420,'WebGUI',1,'Leave as is.',1031514049);
INSERT INTO international VALUES (421,'WebGUI',1,'Remove all but basic formating.',1031514049);
INSERT INTO international VALUES (422,'WebGUI',1,'<h1>Login Failed</h1>The information supplied does not match the account.',1031514049);
INSERT INTO international VALUES (423,'WebGUI',1,'View active sessions.',1031514049);
INSERT INTO international VALUES (424,'WebGUI',1,'View login history.',1031514049);
INSERT INTO international VALUES (425,'WebGUI',1,'Active Sessions',1031514049);
INSERT INTO international VALUES (426,'WebGUI',1,'Login History',1031514049);
INSERT INTO international VALUES (427,'WebGUI',1,'Styles',1031514049);
INSERT INTO international VALUES (428,'WebGUI',1,'User (ID)',1031514049);
INSERT INTO international VALUES (429,'WebGUI',1,'Login Time',1031514049);
INSERT INTO international VALUES (430,'WebGUI',1,'Last Page View',1031514049);
INSERT INTO international VALUES (431,'WebGUI',1,'IP Address',1031514049);
INSERT INTO international VALUES (432,'WebGUI',1,'Expires',1031514049);
INSERT INTO international VALUES (433,'WebGUI',1,'User Agent',1031514049);
INSERT INTO international VALUES (434,'WebGUI',1,'Status',1031514049);
INSERT INTO international VALUES (435,'WebGUI',1,'Session Signature',1031514049);
INSERT INTO international VALUES (436,'WebGUI',1,'Kill Session',1031514049);
INSERT INTO international VALUES (437,'WebGUI',1,'Statistics',1031514049);
INSERT INTO international VALUES (438,'WebGUI',1,'Your Name',1031514049);
INSERT INTO international VALUES (68,'WebGUI',2,'Die\nBenutzerkontoinformationen die Sie eingegeben haben, sind ung<6E>ltig.\nEntweder existiert das Konto nicht, oder die Kombination aus Benutzername\nund Passwort ist falsch.',1031510000);
INSERT INTO international VALUES (65,'WebGUI',2,'Benutzerkonto\nendg<64>ltig deaktivieren',1031510000);
INSERT INTO international VALUES (62,'WebGUI',2,'sichern',1031510000);
INSERT INTO international VALUES (64,'WebGUI',2,'Abmelden',1031510000);
INSERT INTO international VALUES (63,'WebGUI',2,'Administrationsmodus einschalten',1031510000);
INSERT INTO international VALUES (61,'WebGUI',2,'Benutzerkontendetails aktualisieren',1031510000);
INSERT INTO international VALUES (60,'WebGUI',2,'Sind Sie sicher,\ndass Sie dieses Benutzerkonto deaktivieren m<>chten? Wenn Sie fortfahren\nsind Ihre Konteninformationen endg<64>ltig verloren.',1031510000);
INSERT INTO international VALUES (1,'SyndicatedContent',6,'URL till RSS filen',1031510000);
INSERT INTO international VALUES (59,'WebGUI',2,'Ich habe mein\nPasswort vergessen',1031510000);
INSERT INTO international VALUES (58,'WebGUI',2,'Ich besitze\nbereits ein Benutzerkonto.',1031510000);
INSERT INTO international VALUES (59,'Product',1,'Name',1031514049);
INSERT INTO international VALUES (60,'Product',1,'Template',1031514049);
INSERT INTO international VALUES (56,'WebGUI',2,'Email Adresse',1031510000);
INSERT INTO international VALUES (57,'WebGUI',2,'(Dies ist nur\nnotwendig, wenn Sie Eigenschaften benutzen m<>chten die eine Emailadresse\nvoraussetzen)',1031510000);
INSERT INTO international VALUES (55,'WebGUI',2,'Passwort\n(best<73>tigen)',1031510000);
INSERT INTO international VALUES (54,'WebGUI',2,'Benutzerkonto\nanlegen',1031510000);
INSERT INTO international VALUES (7,'Article',10,'Titel p<> henvisning',1031510000);
INSERT INTO international VALUES (53,'WebGUI',2,'Druckerbares\nFormat',1031510000);
INSERT INTO international VALUES (51,'WebGUI',2,'Passwort',1031510000);
INSERT INTO international VALUES (49,'WebGUI',2,'Hier k<>nnen Sie\nsich <a href=\"^;?op=logout\">abmelden</a>.',1031510000);
INSERT INTO international VALUES (52,'WebGUI',2,'Anmelden',1031510000);
INSERT INTO international VALUES (50,'WebGUI',2,'Benutzername',1031510000);
INSERT INTO international VALUES (48,'WebGUI',2,'Hallo',1031510000);
INSERT INTO international VALUES (47,'WebGUI',2,'Startseite',1031510000);
INSERT INTO international VALUES (46,'WebGUI',2,'Mein\nBenutzerkonto',1031510000);
INSERT INTO international VALUES (45,'WebGUI',2,'Nein, ich habe\neinen Fehler gemacht.',1031510000);
INSERT INTO international VALUES (44,'WebGUI',2,'Ja, ich bin mir\nsicher.',1031510000);
INSERT INTO international VALUES (43,'WebGUI',2,'Sind Sie sicher,\ndass Sie diesen Inhalt l<>schen m<>chten?',1031510000);
INSERT INTO international VALUES (42,'WebGUI',2,'Bitte best<73>tigen\nSie',1031510000);
INSERT INTO international VALUES (41,'WebGUI',2,'Sie versuchen\neinen notwendigen Bestandteil des Systems zu l<>schen. WebGUI wird nach\ndieser Aktion m<>glicherweise nicht mehr richtig funktionieren.',1031510000);
INSERT INTO international VALUES (39,'WebGUI',2,'Sie sind nicht\nberechtigt, diese Seite anzuschauen.',1031510000);
INSERT INTO international VALUES (40,'WebGUI',2,'Notwendiger\nBestandteil',1031510000);
INSERT INTO international VALUES (38,'WebGUI',2,'Sie sind nicht\nberechtigt, diese Aktion auszuf<75>hren. ^a(Melden Sie sich bitte mit einem\nBenutzernamen an);, der <20>ber ausreichende Rechte verf<72>gt.',1031510000);
INSERT INTO international VALUES (37,'WebGUI',2,'Zugriff\nverweigert!',1031510000);
INSERT INTO international VALUES (2,'SQLReport',6,'L<>gg till SQL-rapport',1031579399);
INSERT INTO international VALUES (37,'USS',2,'L<>schen',1031510000);
INSERT INTO international VALUES (36,'WebGUI',2,'Um diese Funktion\nausf<73>hren zu k<>nnen, m<>ssen Sie Administrator sein. Eine der folgenden\nPersonen kann Sie zum Administrator machen:',1031510000);
INSERT INTO international VALUES (35,'WebGUI',2,'Administrative\nFunktion',1031510000);
INSERT INTO international VALUES (35,'USS',2,'Titel',1031510000);
INSERT INTO international VALUES (34,'WebGUI',2,'Datum setzen',1031510000);
INSERT INTO international VALUES (34,'USS',2,'Carriage\nReturn beachten?',1031510000);
INSERT INTO international VALUES (33,'WebGUI',2,'Samstag',1031510000);
INSERT INTO international VALUES (32,'WebGUI',2,'Freitag',1031510000);
INSERT INTO international VALUES (33,'USS',2,'Anhang',1031510000);
INSERT INTO international VALUES (32,'USS',2,'Grafik',1031510000);
INSERT INTO international VALUES (31,'WebGUI',2,'Donnerstag',1031510000);
INSERT INTO international VALUES (30,'WebGUI',2,'Mittwoch',1031510000);
INSERT INTO international VALUES (31,'USS',2,'Inhalt',1031510000);
INSERT INTO international VALUES (29,'WebGUI',2,'Dienstag',1031510000);
INSERT INTO international VALUES (28,'WebGUI',2,'Montag',1031510000);
INSERT INTO international VALUES (29,'USS',2,'Benutzer\nBeitragssystem',1031510000);
INSERT INTO international VALUES (28,'USS',2,'Zur<75>ck zur\nBeitragsliste',1031510000);
INSERT INTO international VALUES (28,'Article',2,'Kommentare\nanschauen',1031510000);
INSERT INTO international VALUES (27,'WebGUI',2,'Sonntag',1031510000);
INSERT INTO international VALUES (27,'USS',2,'Bearbeiten',1031510000);
INSERT INTO international VALUES (27,'Article',2,'Zur<75>ck zum\nArtikel',1031510000);
INSERT INTO international VALUES (26,'WebGUI',2,'Dezember',1031510000);
INSERT INTO international VALUES (2,'WebGUI',6,'Sida',1031510000);
INSERT INTO international VALUES (574,'WebGUI',2,'Verbieten',1031510000);
INSERT INTO international VALUES (25,'WebGUI',2,'November',1031510000);
INSERT INTO international VALUES (573,'WebGUI',2,'Ausstehend\nverlassen',1031510000);
INSERT INTO international VALUES (24,'WebGUI',2,'Oktober',1031510000);
INSERT INTO international VALUES (24,'Article',2,'Kommentar\nschreiben',1031510000);
INSERT INTO international VALUES (1,'Article',6,'Artikel',1031510000);
INSERT INTO international VALUES (572,'WebGUI',2,'Erlauben',1031510000);
INSERT INTO international VALUES (23,'WebGUI',2,'September',1031510000);
INSERT INTO international VALUES (3,'FAQ',6,'L<>gg till F.A.Q.',1031510000);
INSERT INTO international VALUES (23,'Article',2,'Datum',1031510000);
INSERT INTO international VALUES (22,'WebGUI',2,'August',1031510000);
INSERT INTO international VALUES (22,'Article',2,'Autor',1031510000);
INSERT INTO international VALUES (22,'MessageBoard',2,'Beitrag\nl<6E>schen',1031510000);
INSERT INTO international VALUES (3,'USS',6,'Du har ett nytt meddelande att validera.',1031648406);
INSERT INTO international VALUES (21,'WebGUI',2,'Juli',1031510000);
INSERT INTO international VALUES (21,'USS',2,'Erstellt\nvon',1031510000);
INSERT INTO international VALUES (565,'WebGUI',2,'Wer kann\nmoderieren?',1031510000);
INSERT INTO international VALUES (4,'EventsCalendar',6,'Intr<74>ffar endast en g<>ng.',1031510000);
INSERT INTO international VALUES (20,'WebGUI',2,'Juni',1031510000);
INSERT INTO international VALUES (20,'USS',2,'Neuen\nBeitrag schreiben',1031510000);
INSERT INTO international VALUES (20,'MessageBoard',2,'Letzte\nAntwort',1031510000);
INSERT INTO international VALUES (4,'Item',6,'Post',1031510000);
INSERT INTO international VALUES (4,'SQLReport',6,'Query',1031510000);
INSERT INTO international VALUES (20,'FileManager',2,'Sp<53>ter\nmit Seitenzahlen versehen',1031510000);
INSERT INTO international VALUES (19,'WebGUI',2,'Mai',1031510000);
INSERT INTO international VALUES (19,'USS',2,'Beitrag\nbearbeiten',1031510000);
INSERT INTO international VALUES (19,'MessageBoard',2,'Antworten',1031510000);
INSERT INTO international VALUES (5,'FAQ',6,'Fr<46>ga',1031510000);
INSERT INTO international VALUES (19,'EventsCalendar',2,'Sp<53>ter mit\nSeitenzahlen versehen',1031510000);
INSERT INTO international VALUES (19,'FileManager',2,'Sie\nbesitzen keine Dateien, die zum Download bereitstehen.',1031510000);
INSERT INTO international VALUES (18,'WebGUI',2,'April',1031510000);
INSERT INTO international VALUES (18,'USS',2,'Benutzer\nBeitragssystem bearbeiten',1031510000);
INSERT INTO international VALUES (18,'SQLReport',2,'Diese Abfrage\nliefert keine Ergebnisse.',1031510000);
INSERT INTO international VALUES (18,'MessageBoard',2,'Diskussion\nbegonnen',1031510000);
INSERT INTO international VALUES (18,'FileManager',2,'Alternative #2',1031510000);
INSERT INTO international VALUES (17,'WebGUI',2,'M<>rz',1031510000);
INSERT INTO international VALUES (18,'Article',2,'Diskussion\nerlauben?',1031510000);
INSERT INTO international VALUES (17,'USS',2,'Sind Sie\nsicher, dass Sie diesen Beitrag l<>schen wollen?',1031510000);
INSERT INTO international VALUES (17,'SQLReport',2,'<b>Debug:</b>\nAbfrage:',1031510000);
INSERT INTO international VALUES (17,'MessageBoard',2,'Neuen\nBeitrag schreiben',1031510000);
INSERT INTO international VALUES (17,'FileManager',2,'Alternative #1',1031510000);
INSERT INTO international VALUES (16,'WebGUI',2,'Februar',1031510000);
INSERT INTO international VALUES (16,'USS',2,'Ohne\nTitel',1031510000);
INSERT INTO international VALUES (48,'Product',1,'Are you certain you wish to delete this benefit? It cannot be recovered once it has been deleted.',1031514049);
INSERT INTO international VALUES (16,'FileManager',2,'Upload\nDatum',1031510000);
INSERT INTO international VALUES (16,'SQLReport',2,'debuggen?',1031510000);
INSERT INTO international VALUES (16,'MessageBoard',2,'Datum',1031510000);
INSERT INTO international VALUES (774,'WebGUI',1,'Are you certain you wish to delete this collateral? It cannot be recovered once deleted.',1036902945);
INSERT INTO international VALUES (15,'USS',2,'Bearbeiten/L<>schen',1031510000);
INSERT INTO international VALUES (15,'WebGUI',2,'Januar',1031510000);
INSERT INTO international VALUES (771,'WebGUI',1,'Snippet',1036893079);
INSERT INTO international VALUES (15,'SQLReport',2,'Sollen die\nMakros in der Abfrage vorverarbeitet werden?',1031510000);
INSERT INTO international VALUES (15,'MessageBoard',2,'Autor',1031510000);
INSERT INTO international VALUES (15,'EventsCalendar',2,'Ende\nDatum',1031510000);
INSERT INTO international VALUES (14,'WebGUI',2,'Ausstehende\nBeitr<74>ge anschauen',1031510000);
INSERT INTO international VALUES (15,'FileManager',2,'Beschreibung',1031510000);
INSERT INTO international VALUES (14,'USS',2,'Status',1031510000);
INSERT INTO international VALUES (14,'SQLReport',2,'Sp<53>ter mit\nSeitenzahlen versehen',1031510000);
INSERT INTO international VALUES (14,'EventsCalendar',2,'Start\nDatum',1031510000);
INSERT INTO international VALUES (14,'FileManager',2,'Datei',1031510000);
INSERT INTO international VALUES (762,'WebGUI',1,'Add a file.',1036892774);
INSERT INTO international VALUES (13,'WebGUI',2,'Hilfe anschauen',1031510000);
INSERT INTO international VALUES (13,'USS',2,'Erstellungsdatum',1031510000);
INSERT INTO international VALUES (13,'SQLReport',2,'Carriage Return\nbeachten?',1031510000);
INSERT INTO international VALUES (439,'WebGUI',1,'Personal Information',1031514049);
INSERT INTO international VALUES (440,'WebGUI',1,'Contact Information',1031514049);
INSERT INTO international VALUES (441,'WebGUI',1,'Email To Pager Gateway',1031514049);
INSERT INTO international VALUES (442,'WebGUI',1,'Work Information',1031514049);
INSERT INTO international VALUES (443,'WebGUI',1,'Home Information',1031514049);
INSERT INTO international VALUES (444,'WebGUI',1,'Demographic Information',1031514049);
INSERT INTO international VALUES (445,'WebGUI',1,'Preferences',1031514049);
INSERT INTO international VALUES (446,'WebGUI',1,'Work Web Site',1031514049);
INSERT INTO international VALUES (447,'WebGUI',1,'Manage page tree.',1031514049);
INSERT INTO international VALUES (448,'WebGUI',1,'Page Tree',1031514049);
INSERT INTO international VALUES (449,'WebGUI',1,'Miscellaneous Information',1031514049);
INSERT INTO international VALUES (450,'WebGUI',1,'Work Name (Company Name)',1031514049);
INSERT INTO international VALUES (451,'WebGUI',1,'is required.',1031514049);
INSERT INTO international VALUES (452,'WebGUI',1,'Please wait...',1031514049);
INSERT INTO international VALUES (453,'WebGUI',1,'Date Created',1031514049);
INSERT INTO international VALUES (454,'WebGUI',1,'Last Updated',1031514049);
INSERT INTO international VALUES (455,'WebGUI',1,'Edit User\'s Profile',1031514049);
INSERT INTO international VALUES (456,'WebGUI',1,'Back to user list.',1031514049);
INSERT INTO international VALUES (457,'WebGUI',1,'Edit this user\'s account.',1031514049);
INSERT INTO international VALUES (458,'WebGUI',1,'Edit this user\'s groups.',1031514049);
INSERT INTO international VALUES (459,'WebGUI',1,'Edit this user\'s profile.',1031514049);
INSERT INTO international VALUES (460,'WebGUI',1,'Time Offset',1031514049);
INSERT INTO international VALUES (461,'WebGUI',1,'Date Format',1031514049);
INSERT INTO international VALUES (462,'WebGUI',1,'Time Format',1031514049);
INSERT INTO international VALUES (463,'WebGUI',1,'Text Area Rows',1031514049);
INSERT INTO international VALUES (464,'WebGUI',1,'Text Area Columns',1031514049);
INSERT INTO international VALUES (465,'WebGUI',1,'Text Box Size',1031514049);
INSERT INTO international VALUES (466,'WebGUI',1,'Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?',1031514049);
INSERT INTO international VALUES (467,'WebGUI',1,'Are you certain you wish to delete this field and all user data attached to it?',1031514049);
INSERT INTO international VALUES (468,'WebGUI',6,'Redigera Anv<6E>ndar Profil Kategorier',1031579473);
INSERT INTO international VALUES (469,'WebGUI',1,'Id',1031514049);
INSERT INTO international VALUES (470,'WebGUI',1,'Name',1031514049);
INSERT INTO international VALUES (472,'WebGUI',1,'Label',1031514049);
INSERT INTO international VALUES (473,'WebGUI',1,'Visible?',1031514049);
INSERT INTO international VALUES (474,'WebGUI',1,'Required?',1031514049);
INSERT INTO international VALUES (475,'WebGUI',1,'Text',1031514049);
INSERT INTO international VALUES (476,'WebGUI',1,'Text Area',1031514049);
INSERT INTO international VALUES (477,'WebGUI',1,'HTML Area',1031514049);
INSERT INTO international VALUES (478,'WebGUI',1,'URL',1031514049);
INSERT INTO international VALUES (479,'WebGUI',1,'Date',1031514049);
INSERT INTO international VALUES (480,'WebGUI',1,'Email Address',1031514049);
INSERT INTO international VALUES (481,'WebGUI',1,'Telephone Number',1031514049);
INSERT INTO international VALUES (482,'WebGUI',1,'Number (Integer)',1031514049);
INSERT INTO international VALUES (483,'WebGUI',1,'Yes or No',1031514049);
INSERT INTO international VALUES (484,'WebGUI',1,'Select List',1031514049);
INSERT INTO international VALUES (485,'WebGUI',1,'Boolean (Checkbox)',1031514049);
INSERT INTO international VALUES (486,'WebGUI',1,'Data Type',1031514049);
INSERT INTO international VALUES (487,'WebGUI',1,'Possible Values',1031514049);
INSERT INTO international VALUES (488,'WebGUI',1,'Default Value(s)',1031514049);
INSERT INTO international VALUES (489,'WebGUI',1,'Profile Category',1031514049);
INSERT INTO international VALUES (490,'WebGUI',1,'Add a profile category.',1031514049);
INSERT INTO international VALUES (491,'WebGUI',1,'Add a profile field.',1031514049);
INSERT INTO international VALUES (492,'WebGUI',1,'Profile fields list.',1031514049);
INSERT INTO international VALUES (493,'WebGUI',1,'Back to site.',1031514049);
INSERT INTO international VALUES (495,'WebGUI',1,'htmlArea (default)',1038159820);
INSERT INTO international VALUES (496,'WebGUI',1,'Editor To Use',1031514049);
INSERT INTO international VALUES (494,'WebGUI',1,'Real Objects Edit-On Pro',1031514049);
INSERT INTO international VALUES (497,'WebGUI',1,'Start Date',1031514049);
INSERT INTO international VALUES (498,'WebGUI',1,'End Date',1031514049);
INSERT INTO international VALUES (499,'WebGUI',1,'Wobject ID',1031514049);
INSERT INTO international VALUES (500,'WebGUI',1,'Page ID',1031514049);
INSERT INTO international VALUES (5,'Poll',6,'Bredd p<> staplar',1031650849);
INSERT INTO international VALUES (5,'SiteMap',6,'Redigera Site Kartan',1031510000);
INSERT INTO international VALUES (5,'SQLReport',6,'DSN',1031510000);
INSERT INTO international VALUES (5,'SyndicatedContent',6,'Senast h<>mtad',1031510000);
INSERT INTO international VALUES (5,'USS',6,'Ditt meddelande har blivit nekat validering.',1031648653);
INSERT INTO international VALUES (5,'WebGUI',6,'Kontrollera grupper.',1031580887);
INSERT INTO international VALUES (6,'Article',6,'Bild',1031510000);
INSERT INTO international VALUES (701,'WebGUI',6,'Vecka',1031510000);
INSERT INTO international VALUES (6,'ExtraColumn',6,'L<>gg till extra column',1031510000);
INSERT INTO international VALUES (6,'FAQ',6,'Svar',1031510000);
INSERT INTO international VALUES (6,'LinkList',6,'L<>nklista',1032257336);
INSERT INTO international VALUES (6,'MessageBoard',6,'Redigera Meddelande Forum',1031510000);
INSERT INTO international VALUES (6,'Poll',6,'Fr<46>ga',1031510000);
INSERT INTO international VALUES (6,'SiteMap',6,'Indentering',1031510000);
INSERT INTO international VALUES (6,'SQLReport',6,'Databas anv<6E>ndare',1031651366);
INSERT INTO international VALUES (6,'SyndicatedContent',6,'Nuvarande inneh<65>ll',1031651469);
INSERT INTO international VALUES (6,'USS',6,'Inl<6E>gg per sida',1031510000);
INSERT INTO international VALUES (6,'WebGUI',6,'Kontrollera stilar.',1031579234);
INSERT INTO international VALUES (7,'Article',6,'L<>nktitel',1032859374);
INSERT INTO international VALUES (7,'EventsCalendar',6,'L<>gg till h<>ndelse',1031510000);
INSERT INTO international VALUES (7,'FAQ',6,'<27>r du s<>ker p<> att du vill radera denna fr<66>ga?',1031510000);
INSERT INTO international VALUES (7,'LinkList',6,'L<>gg till l<>nk',1031510000);
INSERT INTO international VALUES (7,'MessageBoard',6,'F<>rfattare:',1031510000);
INSERT INTO international VALUES (7,'Poll',6,'Svar',1031510000);
INSERT INTO international VALUES (7,'SQLReport',6,'Databas l<>senord',1031651382);
INSERT INTO international VALUES (560,'WebGUI',6,'Godk<64>nnt',1031510000);
INSERT INTO international VALUES (7,'WebGUI',6,'Kontrollera anv<6E>ndare.',1031647963);
INSERT INTO international VALUES (8,'Article',6,'L<>nk-URL',1032859384);
INSERT INTO international VALUES (8,'EventsCalendar',6,'<27>terkommer varje',1031649719);
INSERT INTO international VALUES (8,'FAQ',6,'Redigera F.A.Q.',1031510000);
INSERT INTO international VALUES (8,'LinkList',6,'URL',1031510000);
INSERT INTO international VALUES (8,'MessageBoard',6,'Datum:',1031510000);
INSERT INTO international VALUES (8,'Poll',6,'(Mata in ett svar per rad. Max 20.)',1031510000);
INSERT INTO international VALUES (8,'SQLReport',6,'Redigera SQL Rapport',1031510000);
INSERT INTO international VALUES (561,'WebGUI',6,'Nekat',1031510000);
INSERT INTO international VALUES (8,'WebGUI',6,'Visa page not found.',1031510000);
INSERT INTO international VALUES (9,'Article',6,'Bilagor',1031510000);
INSERT INTO international VALUES (9,'EventsCalendar',6,'till',1031649729);
INSERT INTO international VALUES (9,'FAQ',6,'L<>gg till ny fr<66>ga.',1031510000);
INSERT INTO international VALUES (9,'LinkList',6,'<27>r du s<>ker att du vill radera denna l<>nk?',1031510000);
INSERT INTO international VALUES (9,'MessageBoard',6,'Meddelande-ID:',1031650055);
INSERT INTO international VALUES (9,'Poll',6,'Redigera fr<66>ga',1031510000);
INSERT INTO international VALUES (9,'SQLReport',6,'&lt;b&gt;Debug:&lt;/b&gt; Error: The DSN specified is of an improper format.',1031510000);
INSERT INTO international VALUES (562,'WebGUI',6,'V<>ntande',1031510000);
INSERT INTO international VALUES (9,'WebGUI',6,'Visa klippbord.',1031510000);
INSERT INTO international VALUES (10,'Article',6,'Konvertera radbrytning?',1031510000);
INSERT INTO international VALUES (10,'FAQ',6,'Redigera fr<66>ga',1031510000);
INSERT INTO international VALUES (10,'LinkList',6,'Redigera l<>nklista',1032257325);
INSERT INTO international VALUES (2,'Article',10,'Tilf<6C>j artikel',1031510000);
INSERT INTO international VALUES (10,'Poll',6,'<27>terst<73>ll r<>ster.',1031510000);
INSERT INTO international VALUES (10,'SQLReport',6,'&lt;b&gt;Debug:&lt;/b&gt; Error: The SQL specified is of an improper format.',1031510000);
INSERT INTO international VALUES (563,'WebGUI',6,'Standardstatus',1031580967);
INSERT INTO international VALUES (10,'WebGUI',6,'Hantera skr<6B>pkorgen.',1031510000);
INSERT INTO international VALUES (11,'Article',6,'(Kryssa i om du inte skriver &lt;br&gt; manuellt.)',1031841919);
INSERT INTO international VALUES (77,'EventsCalendar',1,'Delete this event <b>and</b> all of its recurrences.',1031514049);
INSERT INTO international VALUES (11,'LinkList',6,'L<>gg till l<>nklista',1031579360);
INSERT INTO international VALUES (11,'MessageBoard',6,'Tillbaka till meddelandelista',1031649810);
INSERT INTO international VALUES (11,'SQLReport',6,'&lt;b&gt;Debug:&lt;/b&gt; Error: There was a problem with the query.',1031510000);
INSERT INTO international VALUES (11,'USS',6,'L<>gg till inl<6E>gg',1031510000);
INSERT INTO international VALUES (11,'WebGUI',6,'T<>m skr<6B>pkorgen.',1031648713);
INSERT INTO international VALUES (12,'Article',6,'Redigera artikel',1031841932);
INSERT INTO international VALUES (12,'EventsCalendar',6,'Redigera H<>ndelser Kalender',1031649518);
INSERT INTO international VALUES (12,'LinkList',6,'Redigera L<>nk',1031510000);
INSERT INTO international VALUES (12,'MessageBoard',6,'Redigera meddelande',1031510000);
INSERT INTO international VALUES (12,'SQLReport',6,'&lt;b&gt;Debug:&lt;/b&gt; Error: Could not connect to the database.',1031510000);
INSERT INTO international VALUES (12,'USS',6,'(Avkryssa om du skriver ett HTML-inl<6E>gg)',1031648376);
INSERT INTO international VALUES (12,'WebGUI',6,'St<53>ng av adminverktyg.',1031510000);
INSERT INTO international VALUES (13,'Article',6,'Radera',1031510000);
INSERT INTO international VALUES (13,'EventsCalendar',6,'L<>gg till h<>ndelse',1031510000);
INSERT INTO international VALUES (13,'LinkList',6,'L<>gg till en ny l<>nk.',1031510000);
INSERT INTO international VALUES (577,'WebGUI',6,'Skicka svar',1031510000);
INSERT INTO international VALUES (13,'USS',6,'Inlagt den',1031510000);
INSERT INTO international VALUES (13,'WebGUI',6,'Visa hj<68>lpindex.',1031510000);
INSERT INTO international VALUES (514,'WebGUI',1,'Views',1031514049);
INSERT INTO international VALUES (14,'USS',6,'Status',1031510000);
INSERT INTO international VALUES (14,'WebGUI',6,'Visa v<>ntande meddelanden.',1031510000);
INSERT INTO international VALUES (15,'MessageBoard',6,'F<>rfattare',1031510000);
INSERT INTO international VALUES (15,'USS',6,'Redigera/Ta bort',1031510000);
INSERT INTO international VALUES (15,'WebGUI',6,'Januari',1031510000);
INSERT INTO international VALUES (16,'MessageBoard',6,'Datum',1031510000);
INSERT INTO international VALUES (16,'USS',6,'Namnl<6E>s',1031510000);
INSERT INTO international VALUES (16,'WebGUI',6,'Februari',1031510000);
INSERT INTO international VALUES (17,'MessageBoard',6,'Skicka nytt meddelande',1031510000);
INSERT INTO international VALUES (17,'USS',6,'<27>r du s<>ker du vill ta bort detta inl<6E>gg?',1031648389);
INSERT INTO international VALUES (17,'WebGUI',6,'Mars',1031510000);
INSERT INTO international VALUES (18,'MessageBoard',6,'Tr<54>d startad',1031510000);
INSERT INTO international VALUES (18,'USS',6,'Redigera inl<6E>ggssystem',1032257235);
INSERT INTO international VALUES (18,'WebGUI',6,'April',1031510000);
INSERT INTO international VALUES (19,'MessageBoard',6,'Svar',1031510000);
INSERT INTO international VALUES (19,'USS',6,'Redigera inl<6E>gg',1031510000);
INSERT INTO international VALUES (19,'WebGUI',6,'Maj',1031510000);
INSERT INTO international VALUES (20,'MessageBoard',6,'Senaste svar',1031510000);
INSERT INTO international VALUES (20,'USS',6,'Skicka nytt inl<6E>gg',1031510000);
INSERT INTO international VALUES (20,'WebGUI',6,'Juni',1031510000);
INSERT INTO international VALUES (21,'USS',6,'Skrivet av',1031510000);
INSERT INTO international VALUES (21,'WebGUI',6,'Juli',1031510000);
INSERT INTO international VALUES (22,'WebGUI',6,'Augusti',1031510000);
INSERT INTO international VALUES (23,'WebGUI',6,'September',1031510000);
INSERT INTO international VALUES (572,'WebGUI',6,'Godk<64>nn',1031510000);
INSERT INTO international VALUES (24,'WebGUI',6,'Oktober',1031510000);
INSERT INTO international VALUES (573,'WebGUI',6,'L<>mna i v<>ntel<65>ge',1031510000);
INSERT INTO international VALUES (25,'WebGUI',6,'November',1031510000);
INSERT INTO international VALUES (574,'WebGUI',6,'Neka',1031510000);
INSERT INTO international VALUES (26,'WebGUI',6,'December',1031510000);
INSERT INTO international VALUES (27,'USS',6,'Redigera',1031510000);
INSERT INTO international VALUES (27,'WebGUI',6,'S<>ndag',1031510000);
INSERT INTO international VALUES (28,'USS',6,'<27>terg<72> till inl<6E>ggslistan',1031510000);
INSERT INTO international VALUES (28,'WebGUI',6,'M<>ndag',1031510000);
INSERT INTO international VALUES (29,'USS',6,'Anv<6E>ndar-inl<6E>ggssystem',1032257257);
INSERT INTO international VALUES (29,'WebGUI',6,'Tisdag',1031510000);
INSERT INTO international VALUES (576,'WebGUI',1,'Delete',1031514049);
INSERT INTO international VALUES (30,'WebGUI',6,'Onsdag',1031510000);
INSERT INTO international VALUES (31,'WebGUI',6,'Torsdag',1031510000);
INSERT INTO international VALUES (32,'WebGUI',6,'Fredag',1031510000);
INSERT INTO international VALUES (33,'WebGUI',6,'L<>rdag',1031510000);
INSERT INTO international VALUES (34,'WebGUI',6,'s<>tt datum',1031510000);
INSERT INTO international VALUES (35,'WebGUI',6,'Administrativa funktioner',1031510000);
INSERT INTO international VALUES (36,'WebGUI',6,'Du m<>ste vara administrat<61>r f<>r att utf<74>ra denna funktion. Var v<>nlig kontakta n<>gon av administrat<61>rerna. F<>ljande <20>r en lista av administrat<61>rer i systemet:',1031510000);
INSERT INTO international VALUES (37,'WebGUI',6,'<27>tkomst nekas!',1031510000);
INSERT INTO international VALUES (404,'WebGUI',6,'F<>rstasidan',1032859685);
INSERT INTO international VALUES (38,'WebGUI',6,'Du har inte r<>ttigheter att utf<74>ra denna operation. Var v<>nlig och ^a(logga in); p<> ett konto med tillr<6C>ckliga r<>ttigheter.',1031510000);
INSERT INTO international VALUES (39,'WebGUI',6,'<27>tkomst nekas, du har inte tillr<6C>ckliga privilegier.',1032434775);
INSERT INTO international VALUES (40,'WebGUI',6,'Vital komponent',1031510000);
INSERT INTO international VALUES (41,'WebGUI',6,'Du h<>ller p<> att ta bort en vital komponent fr<66>n WebGUI systemet. Om du hade varit till<6C>ten att g<>ra detta, hade WebGUI slutat fungera!',1032859714);
INSERT INTO international VALUES (42,'WebGUI',6,'Var v<>nlig konfirmera',1031510000);
INSERT INTO international VALUES (43,'WebGUI',6,'<27>r du s<>ker att du vill ta bort detta inneh<65>ll?',1032434800);
INSERT INTO international VALUES (44,'WebGUI',6,'Ja, jag <20>r s<>ker.',1031510000);
INSERT INTO international VALUES (45,'WebGUI',6,'Nej, jag gjorde ett misstag.',1031510000);
INSERT INTO international VALUES (46,'WebGUI',6,'Mitt konto',1031510000);
INSERT INTO international VALUES (47,'WebGUI',6,'Hem',1031510000);
INSERT INTO international VALUES (48,'WebGUI',6,'Hej',1031510000);
INSERT INTO international VALUES (49,'WebGUI',6,'Klicka &lt;a href=unknown://\"^\\;?op=logout\" TARGET=\"_blank\"&gt;h<>r&lt;/a&gt; f<>r att logga ur.',1031510000);
INSERT INTO international VALUES (50,'WebGUI',6,'Anv<6E>ndarnamn',1031510000);
INSERT INTO international VALUES (51,'WebGUI',6,'L<>senord',1031510000);
INSERT INTO international VALUES (52,'WebGUI',6,'logga in',1031580920);
INSERT INTO international VALUES (53,'WebGUI',6,'Utskriftsversion',1031580930);
INSERT INTO international VALUES (54,'WebGUI',6,'Skapa konto',1031510000);
INSERT INTO international VALUES (55,'WebGUI',6,'L<>senord (kontroll)',1031510000);
INSERT INTO international VALUES (56,'WebGUI',6,'E-postadress',1031580948);
INSERT INTO international VALUES (57,'WebGUI',6,'Detta kr<6B>vs endas om du vill anv<6E>nda tj<74>nster som kr<6B>ver e-post.',1031580985);
INSERT INTO international VALUES (58,'WebGUI',6,'Jag har redan ett konto.',1031510000);
INSERT INTO international VALUES (59,'WebGUI',6,'Jag har gl<67>mt mitt l<>senord.',1031510000);
INSERT INTO international VALUES (60,'WebGUI',6,'<27>r du s<>ker p<> att du vill st<73>nga ned ditt konto? Om du forts<74>tter kommer all information att vara permanent f<>rlorad.',1032859889);
INSERT INTO international VALUES (61,'WebGUI',6,'Uppdatera kontoinformation',1032859900);
INSERT INTO international VALUES (62,'WebGUI',6,'spara',1031510000);
INSERT INTO international VALUES (63,'WebGUI',6,'Sl<53> p<> admin-verktyg.',1031510000);
INSERT INTO international VALUES (64,'WebGUI',6,'Logga ut.',1031510000);
INSERT INTO international VALUES (65,'WebGUI',6,'Var v<>nlig och radera mitt konto permanent.',1031510000);
INSERT INTO international VALUES (66,'WebGUI',6,'Logga in.',1031510000);
INSERT INTO international VALUES (67,'WebGUI',6,'Skapa ett konto.',1031510000);
INSERT INTO international VALUES (68,'WebGUI',6,'Informationen du gav var felaktig. Antingen s<> finns ingen s<>dan anv<6E>ndare eller ocks<6B> s<> gav du fel l<>senord.',1031582413);
INSERT INTO international VALUES (69,'WebGUI',6,'Var v<>nlig kontakta system administrat<61>ren f<>r vidare hj<68>lp.',1031510000);
INSERT INTO international VALUES (70,'WebGUI',6,'Fel',1031510000);
INSERT INTO international VALUES (71,'WebGUI',6,'<27>terh<72>mta l<>senord',1031840958);
INSERT INTO international VALUES (72,'WebGUI',6,'r<>dda',1031510000);
INSERT INTO international VALUES (73,'WebGUI',6,'Logga in.',1031510000);
INSERT INTO international VALUES (74,'WebGUI',6,'Kontoinformation',1031647976);
INSERT INTO international VALUES (75,'WebGUI',6,'Din kontoinformation har skickats till din e-postadress.',1031648000);
INSERT INTO international VALUES (76,'WebGUI',6,'Den e-postadressen finns inte i v<>rt system.',1031582377);
INSERT INTO international VALUES (77,'WebGUI',6,'Det kontonamnet du valde anv<6E>nds redan p<> denna site. Var v<>nlig v<>lj ett annat. H<>r kommer n<>gra ideer som du kan anv<6E>nda:',1031510000);
INSERT INTO international VALUES (78,'WebGUI',6,'Ditt l<>senord st<73>mde inte. Var v<>nlig f<>rs<72>k igen.',1031510000);
INSERT INTO international VALUES (79,'WebGUI',6,'Kan inte ansluta till LDAP-server.',1031581018);
INSERT INTO international VALUES (80,'WebGUI',6,'Kontot skapades utan problem!',1031510000);
INSERT INTO international VALUES (81,'WebGUI',6,'Kontot uppdaterat utan problem!',1031510000);
INSERT INTO international VALUES (82,'WebGUI',6,'Administrativa funktioner...',1031510000);
INSERT INTO international VALUES (84,'WebGUI',6,'Grupp namn',1031510000);
INSERT INTO international VALUES (85,'WebGUI',6,'Beskrivning',1031510000);
INSERT INTO international VALUES (86,'WebGUI',6,'<27>r du s<>ker p<> att du vill radera denna grupp? Var medveten om att alla r<>ttigheter associerade med denna grupp kommer att raderas.',1031510000);
INSERT INTO international VALUES (87,'WebGUI',6,'<27>ndra grupp',1031510000);
INSERT INTO international VALUES (88,'WebGUI',6,'Anv<6E>ndare i gruppen',1031510000);
INSERT INTO international VALUES (89,'WebGUI',6,'Grupper',1031510000);
INSERT INTO international VALUES (90,'WebGUI',6,'L<>gg till grupp.',1031510000);
INSERT INTO international VALUES (91,'WebGUI',6,'F<>reg<65>ende sida',1031510000);
INSERT INTO international VALUES (92,'WebGUI',6,'N<>sta sida',1031510000);
INSERT INTO international VALUES (93,'WebGUI',6,'Hj<48>lp',1031510000);
INSERT INTO international VALUES (94,'WebGUI',6,'Se vidare',1031510000);
INSERT INTO international VALUES (95,'WebGUI',6,'Hj<48>lpindex',1031648017);
INSERT INTO international VALUES (98,'WebGUI',6,'L<>gg till sida',1031510000);
INSERT INTO international VALUES (99,'WebGUI',6,'Titel',1031510000);
INSERT INTO international VALUES (100,'WebGUI',6,'Meta Tag',1031510000);
INSERT INTO international VALUES (101,'WebGUI',6,'<27>r du s<>ker p<> att du vill radera denna sida, dess inneh<65>ll och underliggande objekt?',1032851375);
INSERT INTO international VALUES (102,'WebGUI',6,'Redigera sida',1031649551);
INSERT INTO international VALUES (103,'WebGUI',6,'Sidspecifikation',1031510000);
INSERT INTO international VALUES (104,'WebGUI',6,'Sidans URL',1031510000);
INSERT INTO international VALUES (105,'WebGUI',6,'Stil',1031510000);
INSERT INTO international VALUES (106,'WebGUI',6,'Ge samma stil till underliggande sidor.',1031510000);
INSERT INTO international VALUES (107,'WebGUI',6,'Privilegier',1031648692);
INSERT INTO international VALUES (108,'WebGUI',6,'<27>gare',1031510000);
INSERT INTO international VALUES (109,'WebGUI',6,'<27>garen kan se?',1031510000);
INSERT INTO international VALUES (110,'WebGUI',6,'<27>garen kan redigera?',1032859339);
INSERT INTO international VALUES (111,'WebGUI',6,'Grupp',1031510000);
INSERT INTO international VALUES (112,'WebGUI',6,'Gruppen kan se?',1031510000);
INSERT INTO international VALUES (113,'WebGUI',6,'Gruppen kan redigera?',1032859356);
INSERT INTO international VALUES (114,'WebGUI',6,'Vem som helst kan titta?',1031649397);
INSERT INTO international VALUES (115,'WebGUI',6,'Kan vem som helst redigera?',1031510000);
INSERT INTO international VALUES (116,'WebGUI',6,'Kryssa h<>r f<>r att kopiera dessa previlegier till undersidor.',1031510000);
INSERT INTO international VALUES (117,'WebGUI',6,'Redigera anv<6E>ndarinst<73>llningar',1032859534);
INSERT INTO international VALUES (118,'WebGUI',6,'Anonyma registreringar',1031510000);
INSERT INTO international VALUES (119,'WebGUI',6,'Authentiseringsmetod (standard)',1031648747);
INSERT INTO international VALUES (120,'WebGUI',6,'LDAP URL (standard)',1031649002);
INSERT INTO international VALUES (121,'WebGUI',6,'LDAP Identitet (standard)',1031648988);
INSERT INTO international VALUES (122,'WebGUI',6,'LDAP Identitet namn',1031649021);
INSERT INTO international VALUES (123,'WebGUI',6,'LDAP L<>senord namn',1031649038);
INSERT INTO international VALUES (124,'WebGUI',6,'Redigera f<>retagsinformation',1031649057);
INSERT INTO international VALUES (125,'WebGUI',6,'F<>retagets namn',1031649080);
INSERT INTO international VALUES (126,'WebGUI',6,'F<>retagets e-postadress',1031649095);
INSERT INTO international VALUES (127,'WebGUI',6,'F<>retagets URL',1031649115);
INSERT INTO international VALUES (130,'WebGUI',6,'Maximal storlek p<> bilagor',1031510000);
INSERT INTO international VALUES (133,'WebGUI',6,'Redigera e-post-inst<73>llningar',1032859588);
INSERT INTO international VALUES (134,'WebGUI',6,'R<>dda-l<>senords-meddelande',1032859568);
INSERT INTO international VALUES (135,'WebGUI',6,'SMTP Server',1031510000);
INSERT INTO international VALUES (527,'WebGUI',1,'Default Home Page',1031514049);
INSERT INTO international VALUES (138,'WebGUI',6,'Ja',1031510000);
INSERT INTO international VALUES (139,'WebGUI',6,'Nej',1031510000);
INSERT INTO international VALUES (140,'WebGUI',6,'Redigera <20>vriga inst<73>llningar',1031510000);
INSERT INTO international VALUES (141,'WebGUI',6,'Not Found Page',1031510000);
INSERT INTO international VALUES (142,'WebGUI',6,'Session Timeout',1031510000);
INSERT INTO international VALUES (143,'WebGUI',6,'Kontrollera inst<73>llningar',1031649291);
INSERT INTO international VALUES (144,'WebGUI',6,'Visa statistik.',1031510000);
INSERT INTO international VALUES (145,'WebGUI',6,'WebGUI Build Version',1031510000);
INSERT INTO international VALUES (146,'WebGUI',6,'Aktiva sessioner',1031510000);
INSERT INTO international VALUES (147,'WebGUI',6,'Sidor',1031510000);
INSERT INTO international VALUES (148,'WebGUI',6,'Wobjects',1031510000);
INSERT INTO international VALUES (149,'WebGUI',6,'Anv<6E>ndare',1031510000);
INSERT INTO international VALUES (151,'WebGUI',6,'Stilnamn',1032859552);
INSERT INTO international VALUES (501,'WebGUI',1,'Body',1031514049);
INSERT INTO international VALUES (154,'WebGUI',6,'Stil schema (style sheet)',1031649332);
INSERT INTO international VALUES (155,'WebGUI',6,'<27>r du s<>ker p<> att du vill radera denna stil och vilket resulterar i att alla sidor som anv<6E>nder den stilen kommer anv<6E>nda \"Fail Safe\" stilen?',1031510000);
INSERT INTO international VALUES (156,'WebGUI',6,'Redigera stil',1031510000);
INSERT INTO international VALUES (157,'WebGUI',6,'Stilar',1031510000);
INSERT INTO international VALUES (158,'WebGUI',6,'L<>gg till en ny stil.',1031510000);
INSERT INTO international VALUES (159,'WebGUI',6,'Inbox',1031649349);
INSERT INTO international VALUES (160,'WebGUI',6,'Inlagt den',1031510000);
INSERT INTO international VALUES (161,'WebGUI',6,'Skrivet av',1031510000);
INSERT INTO international VALUES (162,'WebGUI',6,'<27>r du s<>ker p<> att du vill ta bort allt ur skr<6B>pkorgen?',1031510000);
INSERT INTO international VALUES (163,'WebGUI',6,'L<>gg till anv<6E>ndare',1031510000);
INSERT INTO international VALUES (164,'WebGUI',6,'Autentiserings metod',1031510000);
INSERT INTO international VALUES (165,'WebGUI',6,'LDAP URL',1031510000);
INSERT INTO international VALUES (166,'WebGUI',6,'Connect DN',1031510000);
INSERT INTO international VALUES (167,'WebGUI',6,'<27>r du absolut s<>ker att du vill radera denna anv<6E>ndare? Var medveten om att all information om denna anv<6E>ndare kommer att vara permanent f<>rlorade om du forts<74>tter.',1031510000);
INSERT INTO international VALUES (168,'WebGUI',6,'Redigera anv<6E>ndare',1031649411);
INSERT INTO international VALUES (169,'WebGUI',6,'L<>gg till en ny anv<6E>ndare.',1031510000);
INSERT INTO international VALUES (170,'WebGUI',6,'s<>k',1031510000);
INSERT INTO international VALUES (171,'WebGUI',6,'rich edit',1031510000);
INSERT INTO international VALUES (174,'WebGUI',6,'Visa titel?',1031510000);
INSERT INTO international VALUES (175,'WebGUI',6,'K<>r makron?',1031649373);
INSERT INTO international VALUES (228,'WebGUI',6,'Redigerar meddelande...',1031648121);
INSERT INTO international VALUES (229,'WebGUI',6,'<27>mne',1031648152);
INSERT INTO international VALUES (230,'WebGUI',6,'Meddelande',1031510000);
INSERT INTO international VALUES (231,'WebGUI',6,'Skickar nytt meddelande...',1031510000);
INSERT INTO international VALUES (232,'WebGUI',6,'inget <20>mne',1031583873);
INSERT INTO international VALUES (233,'WebGUI',6,'(eom)',1031510000);
INSERT INTO international VALUES (234,'WebGUI',6,'Skickar svar...',1031510000);
INSERT INTO international VALUES (237,'WebGUI',6,'<27>mne:',1031583849);
INSERT INTO international VALUES (238,'WebGUI',6,'F<>rfattare:',1031510000);
INSERT INTO international VALUES (239,'WebGUI',6,'Datum:',1031510000);
INSERT INTO international VALUES (240,'WebGUI',6,'Meddelande-ID:',1031583887);
INSERT INTO international VALUES (244,'WebGUI',6,'F<>rfattare',1031510000);
INSERT INTO international VALUES (245,'WebGUI',6,'Datum',1031510000);
INSERT INTO international VALUES (304,'WebGUI',6,'Spr<70>k',1031510000);
INSERT INTO international VALUES (306,'WebGUI',6,'Anv<6E>ndarnamn Bindning',1031648142);
INSERT INTO international VALUES (307,'WebGUI',6,'Anv<6E>nd den vanliga meta tagen?',1031510000);
INSERT INTO international VALUES (308,'WebGUI',6,'Redigera profilinst<73>llningar',1031510000);
INSERT INTO international VALUES (309,'WebGUI',6,'Till<6C>t riktigt namn?',1031510000);
INSERT INTO international VALUES (310,'WebGUI',6,'Till<6C>t extra kontaktinformation?',1031510000);
INSERT INTO international VALUES (311,'WebGUI',6,'Till<6C>t heminformation?',1031510000);
INSERT INTO international VALUES (312,'WebGUI',6,'Till<6C>t f<>retagsinformation?',1031510000);
INSERT INTO international VALUES (313,'WebGUI',6,'Till<6C>t extra informaiton?',1031510000);
INSERT INTO international VALUES (314,'WebGUI',6,'F<>rnamn',1031510000);
INSERT INTO international VALUES (315,'WebGUI',6,'Mellannamn',1031510000);
INSERT INTO international VALUES (316,'WebGUI',6,'Efternamn',1031510000);
INSERT INTO international VALUES (317,'WebGUI',6,'ICQ UIN',1031510000);
INSERT INTO international VALUES (318,'WebGUI',6,'AIM Id',1031510000);
INSERT INTO international VALUES (319,'WebGUI',6,'MSN Messenger Id',1031510000);
INSERT INTO international VALUES (320,'WebGUI',6,'Yahoo! Messenger Id',1031510000);
INSERT INTO international VALUES (321,'WebGUI',6,'Mobilnummer',1031648173);
INSERT INTO international VALUES (322,'WebGUI',6,'Persons<6E>kare',1031510000);
INSERT INTO international VALUES (323,'WebGUI',6,'Hem adress',1031510000);
INSERT INTO international VALUES (324,'WebGUI',6,'Hem stad',1031510000);
INSERT INTO international VALUES (325,'WebGUI',6,'Hem l<>n',1031510000);
INSERT INTO international VALUES (326,'WebGUI',6,'Hem postnummer',1031510000);
INSERT INTO international VALUES (327,'WebGUI',6,'Hem land',1031510000);
INSERT INTO international VALUES (328,'WebGUI',6,'Hem telefon',1031510000);
INSERT INTO international VALUES (329,'WebGUI',6,'Arbete adress',1031648204);
INSERT INTO international VALUES (330,'WebGUI',6,'Arbete stad',1031648188);
INSERT INTO international VALUES (331,'WebGUI',6,'Arbete l<>n',1031648292);
INSERT INTO international VALUES (332,'WebGUI',6,'Arbete postnummer',1031648218);
INSERT INTO international VALUES (333,'WebGUI',6,'Arbete land',1031648266);
INSERT INTO international VALUES (334,'WebGUI',6,'Arbete telefon',1031648277);
INSERT INTO international VALUES (335,'WebGUI',6,'K<>n',1031510000);
INSERT INTO international VALUES (336,'WebGUI',6,'F<>delsedatum',1031510000);
INSERT INTO international VALUES (337,'WebGUI',6,'Hemsida (URL)',1031584026);
INSERT INTO international VALUES (338,'WebGUI',6,'Redigera profil',1031510000);
INSERT INTO international VALUES (339,'WebGUI',6,'Man',1031510000);
INSERT INTO international VALUES (340,'WebGUI',6,'Kvinna',1031510000);
INSERT INTO international VALUES (341,'WebGUI',6,'Redigera profil.',1031510000);
INSERT INTO international VALUES (342,'WebGUI',6,'Redigera kontoinformation.',1031510000);
INSERT INTO international VALUES (343,'WebGUI',6,'Visa profil.',1031510000);
INSERT INTO international VALUES (345,'WebGUI',6,'Inte en medlem',1031510000);
INSERT INTO international VALUES (346,'WebGUI',6,'Denna anv<6E>ndare <20>r inte l<>ngre medlem p<> v<>r webbplats. Vi har ingen vidare information om anv<6E>ndaren.',1032859632);
INSERT INTO international VALUES (347,'WebGUI',6,'Visa profilen f<>r',1031510000);
INSERT INTO international VALUES (348,'WebGUI',6,'Namn',1031510000);
INSERT INTO international VALUES (349,'WebGUI',6,'Senaste tillg<6C>ngliga version',1031510000);
INSERT INTO international VALUES (350,'WebGUI',6,'Avslutad',1031510000);
INSERT INTO international VALUES (351,'WebGUI',6,'Meddelande',1031584059);
INSERT INTO international VALUES (352,'WebGUI',6,'Skapat datum',1031510000);
INSERT INTO international VALUES (353,'WebGUI',6,'Du har inga meddelanden i din Inbox just nu.',1031584097);
INSERT INTO international VALUES (354,'WebGUI',6,'Visa Inbox.',1031584128);
INSERT INTO international VALUES (355,'WebGUI',6,'Standard',1031510000);
INSERT INTO international VALUES (356,'WebGUI',6,'Mall',1031510000);
INSERT INTO international VALUES (357,'WebGUI',6,'Nyheter',1031510000);
INSERT INTO international VALUES (358,'WebGUI',6,'V<>nster kolumn',1031510000);
INSERT INTO international VALUES (359,'WebGUI',6,'H<>ger kolumn',1031510000);
INSERT INTO international VALUES (360,'WebGUI',6,'En <20>ver tre',1031510000);
INSERT INTO international VALUES (361,'WebGUI',6,'Tre <20>ver en',1031510000);
INSERT INTO international VALUES (362,'WebGUI',6,'Sida vid sida',1031648324);
INSERT INTO international VALUES (363,'WebGUI',6,'Mall-position',1031648339);
INSERT INTO international VALUES (364,'WebGUI',6,'S<>k',1031510000);
INSERT INTO international VALUES (365,'WebGUI',6,'S<>kresultaten..',1031510000);
INSERT INTO international VALUES (366,'WebGUI',6,'Inga sidor hittades som st<73>mde med din f<>rfr<66>gan.',1031510000);
INSERT INTO international VALUES (368,'WebGUI',6,'L<>gg till en ny grupp till denna anv<6E>ndare.',1031510000);
INSERT INTO international VALUES (369,'WebGUI',6,'B<>st f<>re datum',1031648357);
INSERT INTO international VALUES (370,'WebGUI',6,'Redigera gruppering',1031510000);
INSERT INTO international VALUES (371,'WebGUI',6,'L<>gg till gruppering',1031510000);
INSERT INTO international VALUES (372,'WebGUI',6,'Redigera anv<6E>ndares grupper',1032859654);
INSERT INTO international VALUES (374,'WebGUI',6,'Hantera paket.',1031510000);
INSERT INTO international VALUES (375,'WebGUI',6,'V<>lj ett paket att anv<6E>nda',1031510000);
INSERT INTO international VALUES (376,'WebGUI',6,'Paket',1031510000);
INSERT INTO international VALUES (377,'WebGUI',6,'Inga paket har definierats av din pakethanterare eller administrat<61>r.',1031581099);
INSERT INTO international VALUES (11,'Poll',6,'R<>sta!',1031510000);
INSERT INTO international VALUES (31,'USS',6,'Inneh<65>ll',1031648476);
INSERT INTO international VALUES (32,'USS',6,'Bild',1031510000);
INSERT INTO international VALUES (33,'USS',6,'Bilaga',1031648631);
INSERT INTO international VALUES (34,'USS',6,'Konvertera radbrytningar',1031510000);
INSERT INTO international VALUES (35,'USS',6,'Titel',1031510000);
INSERT INTO international VALUES (36,'USS',6,'Radera fil.',1031510000);
INSERT INTO international VALUES (378,'WebGUI',6,'Anv<6E>ndar-ID',1031581110);
INSERT INTO international VALUES (379,'WebGUI',6,'Grupp-ID',1031581117);
INSERT INTO international VALUES (380,'WebGUI',6,'Stil-ID',1031581134);
INSERT INTO international VALUES (381,'WebGUI',6,'WebGUI fick in en felformulerad f<>rfr<66>gan och kunde inte forts<74>tta. Oftast beror detta p<> ovanliga tecken som skickas fr<66>n ett formul<75>r. Du kan f<>rs<72>ka med att g<> tillbaka och f<>rs<72>ka igen.',1031510000);
INSERT INTO international VALUES (1,'FileManager',6,'Filhanterare',1031510000);
INSERT INTO international VALUES (2,'FileManager',6,'L<>gg till filhanterare',1031581035);
INSERT INTO international VALUES (3,'FileManager',6,'Forts<74>tt med att l<>gga till fil?',1031510000);
INSERT INTO international VALUES (4,'FileManager',6,'L<>gg till nedladdning',1031581043);
INSERT INTO international VALUES (5,'FileManager',6,'Filens titel',1032859258);
INSERT INTO international VALUES (6,'FileManager',6,'Ladda ned fil',1031510000);
INSERT INTO international VALUES (7,'FileManager',6,'Grupp f<>r nedladdning',1031510000);
INSERT INTO international VALUES (8,'FileManager',6,'Kort beskrivning',1031649429);
INSERT INTO international VALUES (9,'FileManager',6,'Redigera filhanterare',1031649529);
INSERT INTO international VALUES (10,'FileManager',6,'Redigera nedladdning',1032859231);
INSERT INTO international VALUES (11,'FileManager',6,'L<>gg till en ny nedladdning.',1031510000);
INSERT INTO international VALUES (12,'FileManager',6,'<27>r du s<>ker p<> att du vill ta bort denna nedladdning?',1031510000);
INSERT INTO international VALUES (13,'FileManager',6,'Radera',1031510000);
INSERT INTO international VALUES (14,'FileManager',6,'Fil',1031510000);
INSERT INTO international VALUES (15,'FileManager',6,'Beskrivning',1031510000);
INSERT INTO international VALUES (16,'FileManager',6,'Uppladdat den',1032859243);
INSERT INTO international VALUES (768,'WebGUI',1,'Name',1036892946);
INSERT INTO international VALUES (773,'WebGUI',1,'File',1036893165);
INSERT INTO international VALUES (37,'USS',6,'Radera',1031510000);
INSERT INTO international VALUES (13,'SQLReport',6,'Konvertera radbrytning?',1031510000);
INSERT INTO international VALUES (17,'FileManager',6,'Alternativ version #1',1032859401);
INSERT INTO international VALUES (18,'FileManager',6,'Alternativ version #2',1032859416);
INSERT INTO international VALUES (19,'FileManager',6,'Du har inga filer att ladda ned.',1031510000);
INSERT INTO international VALUES (14,'EventsCalendar',6,'Start datum',1031510000);
INSERT INTO international VALUES (15,'EventsCalendar',6,'Slut datum',1031510000);
INSERT INTO international VALUES (20,'FileManager',6,'Sidbrytning efter',1031510000);
INSERT INTO international VALUES (14,'SQLReport',6,'Sidbrytning efter',1031510000);
INSERT INTO international VALUES (19,'EventsCalendar',6,'Sidbrytning efter',1031510000);
INSERT INTO international VALUES (354,'WebGUI',1,'View Inbox.',1031514049);
INSERT INTO international VALUES (685,'WebGUI',10,'Skabelon, Slet',1036856042);
INSERT INTO international VALUES (384,'WebGUI',6,'Fil',1031510000);
INSERT INTO international VALUES (385,'WebGUI',6,'Parametrar',1031510000);
INSERT INTO international VALUES (386,'WebGUI',6,'Redigera bild',1031581152);
INSERT INTO international VALUES (387,'WebGUI',6,'Uppladdat av',1031581166);
INSERT INTO international VALUES (388,'WebGUI',6,'Uppladdat den',1031581182);
INSERT INTO international VALUES (699,'WebGUI',10,'F<>rste dag i ugen',1036855969);
INSERT INTO international VALUES (808,'WebGUI',1,'Email this group.',1037579487);
INSERT INTO international VALUES (391,'WebGUI',6,'Radera',1031510000);
INSERT INTO international VALUES (592,'WebGUI',10,'Karakter s<>t',1037205577);
INSERT INTO international VALUES (782,'WebGUI',1,'Any',1036913053);
INSERT INTO international VALUES (394,'WebGUI',6,'Hantera bilder.',1031510000);
INSERT INTO international VALUES (395,'WebGUI',6,'L<>gg till en ny bild.',1031510000);
INSERT INTO international VALUES (720,'WebGUI',10,'OK',1036855648);
INSERT INTO international VALUES (398,'WebGUI',6,'Dokumenttypsdeklaration',1032859737);
INSERT INTO international VALUES (399,'WebGUI',6,'Validera denna sida.',1031510000);
INSERT INTO international VALUES (400,'WebGUI',6,'Blockera proxy caching',1031582451);
INSERT INTO international VALUES (401,'WebGUI',6,'<27>r du s<>ker p<> att du vill radera meddelandet och alla undermeddelanden i denna tr<74>d?',1031582487);
INSERT INTO international VALUES (565,'WebGUI',6,'Vem kan moderera?',1031510000);
INSERT INTO international VALUES (22,'MessageBoard',6,'Radera meddelandet',1031649828);
INSERT INTO international VALUES (402,'WebGUI',6,'Meddelandet du fr<66>gade efter existerar inte.',1032859672);
INSERT INTO international VALUES (403,'WebGUI',6,'F<>redrar att inte s<>ga.',1031510000);
INSERT INTO international VALUES (405,'WebGUI',6,'Sista sidan',1031510000);
INSERT INTO international VALUES (407,'WebGUI',6,'Klicka h<>r f<>r att registrera.',1031510000);
INSERT INTO international VALUES (15,'SQLReport',6,'K<>r macron vid f<>rfr<66>gan?',1031651307);
INSERT INTO international VALUES (16,'SQLReport',6,'Debug?',1031510000);
INSERT INTO international VALUES (17,'SQLReport',6,'&lt;b&gt;Debug:&lt;/b&gt; F<>rfr<66>gan(query):',1031510000);
INSERT INTO international VALUES (18,'SQLReport',6,'Det fanns inga resultat f<>r denna f<>rfr<66>gan.',1031510000);
INSERT INTO international VALUES (408,'WebGUI',6,'Hantera bassidor (roots)',1031582598);
INSERT INTO international VALUES (409,'WebGUI',6,'L<>gg till en ny bassida.',1031510000);
INSERT INTO international VALUES (410,'WebGUI',6,'Hantera bassidor.',1031510000);
INSERT INTO international VALUES (411,'WebGUI',6,'Huvudtitel',1031582640);
INSERT INTO international VALUES (412,'WebGUI',6,'Synopsis',1031510000);
INSERT INTO international VALUES (76,'Survey',1,'Start Time',1038782111);
INSERT INTO international VALUES (18,'Article',6,'Till<6C>t diskussion?',1031841978);
INSERT INTO international VALUES (6,'Product',1,'Edit Product',1031514049);
INSERT INTO international VALUES (4,'Product',1,'Are you certain you wish to delete the relationship to this related product?',1031514049);
INSERT INTO international VALUES (22,'Article',6,'F<>rfattare',1031510000);
INSERT INTO international VALUES (23,'Article',6,'Datum',1031510000);
INSERT INTO international VALUES (24,'Article',6,'Skicka svar',1031510000);
INSERT INTO international VALUES (578,'WebGUI',1,'You have a pending message to approve.',1031514049);
INSERT INTO international VALUES (27,'Article',6,'Tillbaka till artikel',1031510000);
INSERT INTO international VALUES (28,'Article',6,'Visa svar',1031510000);
INSERT INTO international VALUES (54,'Product',1,'Benefits',1031514049);
INSERT INTO international VALUES (416,'WebGUI',6,'<h1>Problem med f<>rfr<66>gan</h1>\r\nVi har st<73>tt p<> ett problem med din f<>rfr<66>gan. Var v<>nlig och g<> tillbaka och f<>s<F6>k igen. Om problemet kvarst<73>r var v<>nlig och rapportera detta till oss med tid och datum samt vad du f<>rs<72>kte g<>ra.',1031582660);
INSERT INTO international VALUES (417,'WebGUI',6,'<h1>S<>kerhets<74>vertr<74>delse</h1><br>Du f<>rs<72>kte att komma <20>t en wobject som inte associeras med denna sida. Denna incident har rapporterats.',1032859766);
INSERT INTO international VALUES (418,'WebGUI',6,'Ta bort inmatad HTML',1031510000);
INSERT INTO international VALUES (419,'WebGUI',6,'Ta bort alla taggar.',1031510000);
INSERT INTO international VALUES (420,'WebGUI',6,'L<>mna som den <20>r.',1031510000);
INSERT INTO international VALUES (421,'WebGUI',6,'Ta bort allt utom grundformateringen.',1031510000);
INSERT INTO international VALUES (422,'WebGUI',6,'&lt;h1&gt;Inloggning misslyckades&lt;/h1&gt;\r\nInformationen du gav st<73>mmer inte med kontot.',1031510000);
INSERT INTO international VALUES (423,'WebGUI',6,'Visa aktiva sessioner.',1031510000);
INSERT INTO international VALUES (424,'WebGUI',6,'Visa inloggningshistorik.',1031582778);
INSERT INTO international VALUES (425,'WebGUI',6,'Aktiva sessioner',1031510000);
INSERT INTO international VALUES (426,'WebGUI',6,'Inloggningshistorik',1031582752);
INSERT INTO international VALUES (427,'WebGUI',6,'Stilar',1031510000);
INSERT INTO international VALUES (428,'WebGUI',6,'Anv<6E>ndar-ID',1031582798);
INSERT INTO international VALUES (429,'WebGUI',6,'Inloggningstid',1031583069);
INSERT INTO international VALUES (430,'WebGUI',6,'Senaste sida visad',1031510000);
INSERT INTO international VALUES (431,'WebGUI',6,'IP-adress',1031582843);
INSERT INTO international VALUES (432,'WebGUI',6,'B<>st f<>re',1031510000);
INSERT INTO international VALUES (433,'WebGUI',6,'Anv<6E>ndarklient (webbl<62>sare)',1031582872);
INSERT INTO international VALUES (434,'WebGUI',6,'Status',1031510000);
INSERT INTO international VALUES (435,'WebGUI',6,'Sessions-signatur',1031582926);
INSERT INTO international VALUES (436,'WebGUI',6,'Avsluta session',1031510000);
INSERT INTO international VALUES (437,'WebGUI',6,'Statistik',1031510000);
INSERT INTO international VALUES (438,'WebGUI',6,'Ditt namn',1031510000);
INSERT INTO international VALUES (439,'WebGUI',6,'Personlig information',1031582964);
INSERT INTO international VALUES (440,'WebGUI',6,'Kontaktinformation',1031582615);
INSERT INTO international VALUES (441,'WebGUI',6,'E-post till persons<6E>kar-gateway',1031582891);
INSERT INTO international VALUES (442,'WebGUI',6,'Arbetsinformation',1031583936);
INSERT INTO international VALUES (443,'WebGUI',6,'Heminformation',1031648066);
INSERT INTO international VALUES (444,'WebGUI',6,'Demografisk Information',1031510000);
INSERT INTO international VALUES (445,'WebGUI',6,'Inst<73>llningar',1031510000);
INSERT INTO international VALUES (446,'WebGUI',6,'Arbetets Website',1031510000);
INSERT INTO international VALUES (447,'WebGUI',6,'Hantera sidtr<74>d.',1031510000);
INSERT INTO international VALUES (448,'WebGUI',6,'Sidtr<74>d',1031583051);
INSERT INTO international VALUES (449,'WebGUI',6,'<27>vrig information',1031510000);
INSERT INTO international VALUES (450,'WebGUI',6,'F<>retagsnamn',1031582830);
INSERT INTO international VALUES (451,'WebGUI',6,'<27>r obligatoriskt.',1031510000);
INSERT INTO international VALUES (452,'WebGUI',6,'Var god v<>nta...',1031510000);
INSERT INTO international VALUES (453,'WebGUI',6,'Skapad den',1031510000);
INSERT INTO international VALUES (454,'WebGUI',6,'Senast uppdaterad',1031583228);
INSERT INTO international VALUES (455,'WebGUI',6,'Redigera Anv<6E>ndar Profil',1031510000);
INSERT INTO international VALUES (456,'WebGUI',6,'Tillbaka till anv<6E>ndarlistan.',1031510000);
INSERT INTO international VALUES (457,'WebGUI',6,'Redigera denna anv<6E>ndares konto.',1031510000);
INSERT INTO international VALUES (458,'WebGUI',6,'Redigera denna anv<6E>ndares grupper.',1031510000);
INSERT INTO international VALUES (459,'WebGUI',6,'Redigera denna anv<6E>ndares profil.',1031510000);
INSERT INTO international VALUES (460,'WebGUI',6,'Tidsoffset',1031510000);
INSERT INTO international VALUES (461,'WebGUI',6,'Datumformat',1031583703);
INSERT INTO international VALUES (462,'WebGUI',6,'Tidsformat',1031583793);
INSERT INTO international VALUES (463,'WebGUI',6,'Textf<74>lt, rader',1032859800);
INSERT INTO international VALUES (464,'WebGUI',6,'Textf<74>lt, kolumner',1032859816);
INSERT INTO international VALUES (465,'WebGUI',6,'Textruta, storlek',1032859827);
INSERT INTO international VALUES (466,'WebGUI',6,'<27>r du s<>ker p<> att du vill ta bort denna kategori och flytta alla dess attribut till <20>vrigt-kategorin.',1031583816);
INSERT INTO international VALUES (467,'WebGUI',6,'<27>r du s<>ker p<> att du vill ta bort detta attribut och all anv<6E>ndar data som finns i det ?',1031510000);
INSERT INTO international VALUES (468,'WebGUI',1,'Edit User Profile Category',1031514049);
INSERT INTO international VALUES (469,'WebGUI',6,'Id',1031510000);
INSERT INTO international VALUES (470,'WebGUI',6,'Namn',1031510000);
INSERT INTO international VALUES (159,'WebGUI',1,'Inbox',1031514049);
INSERT INTO international VALUES (472,'WebGUI',6,'M<>rke',1031510000);
INSERT INTO international VALUES (473,'WebGUI',6,'Synligt?',1031510000);
INSERT INTO international VALUES (474,'WebGUI',6,'Obligatoriskt?',1031510000);
INSERT INTO international VALUES (475,'WebGUI',6,'Text',1031510000);
INSERT INTO international VALUES (476,'WebGUI',6,'Textomr<6D>de',1031580764);
INSERT INTO international VALUES (477,'WebGUI',6,'HTML-omr<6D>de',1031580775);
INSERT INTO international VALUES (478,'WebGUI',6,'URL',1031510000);
INSERT INTO international VALUES (479,'WebGUI',6,'Datum',1031510000);
INSERT INTO international VALUES (480,'WebGUI',6,'E-postadress',1031580789);
INSERT INTO international VALUES (481,'WebGUI',6,'Telefonnummer',1031580799);
INSERT INTO international VALUES (482,'WebGUI',6,'Nummer (Heltal)',1031510000);
INSERT INTO international VALUES (483,'WebGUI',6,'Ja eller Nej',1031510000);
INSERT INTO international VALUES (484,'WebGUI',6,'Vallista',1031510000);
INSERT INTO international VALUES (485,'WebGUI',6,'Boolean (Kryssbox)',1031510000);
INSERT INTO international VALUES (486,'WebGUI',6,'Data typ',1031510000);
INSERT INTO international VALUES (487,'WebGUI',6,'M<>jliga v<>rden',1031510000);
INSERT INTO international VALUES (488,'WebGUI',6,'Standardv<64>rden',1031580822);
INSERT INTO international VALUES (489,'WebGUI',6,'Profilkategorier.',1031580898);
INSERT INTO international VALUES (490,'WebGUI',6,'L<>gg till en profilkategori.',1031510000);
INSERT INTO international VALUES (491,'WebGUI',6,'L<>gg till profilattribut.',1031510000);
INSERT INTO international VALUES (492,'WebGUI',6,'Profilattribut, lista.',1031580860);
INSERT INTO international VALUES (493,'WebGUI',6,'Tillbaka till webbplatsen.',1032434829);
INSERT INTO international VALUES (507,'WebGUI',1,'Edit Template',1031514049);
INSERT INTO international VALUES (508,'WebGUI',1,'Manage templates.',1031514049);
INSERT INTO international VALUES (39,'USS',1,'Post a Reply',1031514049);
INSERT INTO international VALUES (41,'USS',1,'Date',1031514049);
INSERT INTO international VALUES (8,'Product',1,'Product Image 2',1031514049);
INSERT INTO international VALUES (1,'Product',1,'Product',1031514049);
INSERT INTO international VALUES (45,'USS',1,'Return to Submission',1031514049);
INSERT INTO international VALUES (46,'USS',1,'Read more...',1031514049);
INSERT INTO international VALUES (47,'USS',1,'Post a Response',1031514049);
INSERT INTO international VALUES (48,'USS',1,'Allow discussion?',1031514049);
INSERT INTO international VALUES (571,'WebGUI',1,'Unlock Thread',1031514049);
INSERT INTO international VALUES (569,'WebGUI',1,'Moderation Type',1031514049);
INSERT INTO international VALUES (567,'WebGUI',1,'Pre-emptive',1031514049);
INSERT INTO international VALUES (51,'USS',1,'Display thumbnails?',1031514049);
INSERT INTO international VALUES (52,'USS',1,'Thumbnail',1031514049);
INSERT INTO international VALUES (53,'USS',1,'Layout',1031514049);
INSERT INTO international VALUES (57,'USS',1,'Responses',1031514049);
INSERT INTO international VALUES (11,'FAQ',1,'Turn TOC on?',1031514049);
INSERT INTO international VALUES (12,'FAQ',1,'Turn Q/A on?',1031514049);
INSERT INTO international VALUES (13,'FAQ',1,'Turn [top] link on?',1031514049);
INSERT INTO international VALUES (509,'WebGUI',1,'Discussion Layout',1031514049);
INSERT INTO international VALUES (510,'WebGUI',1,'Flat',1031514049);
INSERT INTO international VALUES (511,'WebGUI',1,'Threaded',1031514049);
INSERT INTO international VALUES (512,'WebGUI',1,'Next Thread',1031514049);
INSERT INTO international VALUES (513,'WebGUI',1,'Previous Thread',1031514049);
INSERT INTO international VALUES (8,'Article',10,'henvisning URL',1031510000);
INSERT INTO international VALUES (9,'Article',10,'Vis besvarelser',1031510000);
INSERT INTO international VALUES (10,'Article',10,'Konverter linieskift?',1032469845);
INSERT INTO international VALUES (11,'Article',10,'(Kontroller at du ikke tilf<6C>jer <br> manuelt.)',1032469877);
INSERT INTO international VALUES (12,'Article',10,'rediger artikel',1031510000);
INSERT INTO international VALUES (13,'Article',10,'Slet',1031510000);
INSERT INTO international VALUES (777,'WebGUI',1,'Folder Id',1036905972);
INSERT INTO international VALUES (18,'Article',10,'Tillad diskussion?',1031510000);
INSERT INTO international VALUES (3,'Product',1,'Are you certain you wish to delete this feature?',1031514049);
INSERT INTO international VALUES (22,'Article',10,'Forfatter',1031510000);
INSERT INTO international VALUES (23,'Article',10,'Dato',1031510000);
INSERT INTO international VALUES (24,'Article',10,'Send respons',1031510000);
INSERT INTO international VALUES (580,'WebGUI',1,'Your message has been denied.',1031514049);
INSERT INTO international VALUES (27,'Article',10,'Tilbage til artikel',1031510000);
INSERT INTO international VALUES (28,'Article',10,'Vis respons',1031510000);
INSERT INTO international VALUES (1,'FileManager',10,'Download Manager',1031510000);
INSERT INTO international VALUES (2,'FileManager',10,'Tilf<6C>j Download Manager',1031510000);
INSERT INTO international VALUES (3,'FileManager',10,'Forts<74>t med at tilf<6C>je fil?',1031510000);
INSERT INTO international VALUES (4,'FileManager',10,'Tilf<6C>j Download',1031510000);
INSERT INTO international VALUES (5,'FileManager',10,'Navn p<> fil',1031510000);
INSERT INTO international VALUES (6,'FileManager',10,'Hent fil',1031510000);
INSERT INTO international VALUES (7,'FileManager',10,'Gruppe til Download',1031510000);
INSERT INTO international VALUES (8,'FileManager',10,'Kort beskrivelse',1031510000);
INSERT INTO international VALUES (9,'FileManager',10,'rediger Download Manager',1031510000);
INSERT INTO international VALUES (10,'FileManager',10,'rediger Download ',1031510000);
INSERT INTO international VALUES (11,'FileManager',10,'Tilf<6C>j ny Download',1031510000);
INSERT INTO international VALUES (12,'FileManager',10,'Er du sikker p<> du vil slette denne Download?',1031510000);
INSERT INTO international VALUES (13,'FileManager',10,'Slet tilf<6C>jet fil?',1031510000);
INSERT INTO international VALUES (14,'FileManager',10,'Fil',1031510000);
INSERT INTO international VALUES (15,'FileManager',10,'Beskrivelse',1031510000);
INSERT INTO international VALUES (16,'FileManager',10,'Oprettelsesdato',1031510000);
INSERT INTO international VALUES (17,'FileManager',10,'Alternativ version nr. 1',1031510000);
INSERT INTO international VALUES (18,'FileManager',10,'Alternativ version nr. 2',1031510000);
INSERT INTO international VALUES (19,'FileManager',10,'Du har ikke nogen filer til Download',1031510000);
INSERT INTO international VALUES (20,'FileManager',10,'Slet efter',1031510000);
INSERT INTO international VALUES (74,'FileManager',1,'Add a new file.',1038262375);
INSERT INTO international VALUES (82,'EventsCalendar',1,'Current.',1038190803);
INSERT INTO international VALUES (2,'EventsCalendar',10,'Begivenheds kalender',1032274027);
INSERT INTO international VALUES (3,'EventsCalendar',10,'Tilf<6C>j begivenheds kalender',1031510000);
INSERT INTO international VALUES (4,'EventsCalendar',10,'Begivenhed sker <20>n gang',1031510000);
INSERT INTO international VALUES (700,'WebGUI',10,'dag',1031510000);
INSERT INTO international VALUES (701,'WebGUI',10,'uge',1031510000);
INSERT INTO international VALUES (7,'EventsCalendar',10,'Tilf<6C>j begivenhed ',1031510000);
INSERT INTO international VALUES (8,'EventsCalendar',10,'Gentages hver',1032274480);
INSERT INTO international VALUES (9,'EventsCalendar',10,'indtil',1031510000);
INSERT INTO international VALUES (61,'Product',1,'Product Template',1031514049);
INSERT INTO international VALUES (12,'EventsCalendar',10,'rediger begivenheds kalender',1031510000);
INSERT INTO international VALUES (13,'EventsCalendar',10,'rediger begivenhed ',1031510000);
INSERT INTO international VALUES (14,'EventsCalendar',10,'Fra dato',1031510000);
INSERT INTO international VALUES (15,'EventsCalendar',10,'Til dato',1031510000);
INSERT INTO international VALUES (19,'EventsCalendar',10,'Slet efter ',1032273982);
INSERT INTO international VALUES (1,'ExtraColumn',10,'Ekstra kolonne',1031510000);
INSERT INTO international VALUES (2,'ExtraColumn',10,'Tilf<6C>j ekstra kolonne',1031510000);
INSERT INTO international VALUES (3,'ExtraColumn',10,'Mellemrum',1032469898);
INSERT INTO international VALUES (4,'ExtraColumn',10,'Bredde',1032469906);
INSERT INTO international VALUES (5,'ExtraColumn',10,'stilarter klasse',1032469915);
INSERT INTO international VALUES (6,'ExtraColumn',10,'rediger ekstra kolonne',1032469927);
INSERT INTO international VALUES (74,'FAQ',1,'Template',1036260684);
INSERT INTO international VALUES (2,'FAQ',10,'Ofte stillede sp<73>rgsm<73>l (F.A.Q.)',1032469958);
INSERT INTO international VALUES (3,'FAQ',10,'Tilf<6C>j F.A.Q.',1031510000);
INSERT INTO international VALUES (4,'FAQ',10,'Tilf<6C>j sp<73>rgsm<73>l',1031510000);
INSERT INTO international VALUES (5,'FAQ',10,'Sp<53>rgsm<73>l',1032469969);
INSERT INTO international VALUES (6,'FAQ',10,'Svar',1032469976);
INSERT INTO international VALUES (7,'FAQ',10,'Er du sikker p<> du vil slette dette sp<73>rgsm<73>l?',1032469993);
INSERT INTO international VALUES (8,'FAQ',10,'Rediger F.A.Q.',1032470003);
INSERT INTO international VALUES (9,'FAQ',10,'Tilf<6C>j nyt sp<73>rgsm<73>l',1032470012);
INSERT INTO international VALUES (10,'FAQ',10,'rediger sp<73>rgsm<73>l',1032469946);
INSERT INTO international VALUES (1,'Item',10,'henvisning til URL',1032470034);
INSERT INTO international VALUES (2,'Item',10,'Vedh<64>ft',1032470070);
INSERT INTO international VALUES (3,'Item',10,'Slet vedh<64>ftet',1032470084);
INSERT INTO international VALUES (4,'Item',10,'Item',1032470093);
INSERT INTO international VALUES (5,'Item',10,'Hent vedh<64>ftet',1032470104);
INSERT INTO international VALUES (3,'LinkList',10,'Skal der <20>bnes i nyt vindue?',1032470165);
INSERT INTO international VALUES (6,'LinkList',10,'Liste over henvisning',1032470193);
INSERT INTO international VALUES (7,'LinkList',10,'Tilf<6C>j henvisning',1031510000);
INSERT INTO international VALUES (8,'LinkList',10,'URL',1032470215);
INSERT INTO international VALUES (9,'LinkList',10,'Er du sikker p<> du vil slette denne henvisning?',1032470231);
INSERT INTO international VALUES (10,'LinkList',10,'Rediger henvisnings liste',1032470126);
INSERT INTO international VALUES (11,'LinkList',10,'Tilf<6C>j henvisnings liste',1031510000);
INSERT INTO international VALUES (12,'LinkList',10,'Rediger henvisning ',1032470135);
INSERT INTO international VALUES (13,'LinkList',10,'Tilf<6C>j ny henvisning',1032470146);
INSERT INTO international VALUES (1,'MessageBoard',10,'Tilf<6C>j opslagstavle',1031510000);
INSERT INTO international VALUES (2,'MessageBoard',10,'Opslagstavle',1031510000);
INSERT INTO international VALUES (564,'WebGUI',10,'Hvem kan komme med indl<64>g?',1031510000);
INSERT INTO international VALUES (4,'MessageBoard',10,'Antal beskeder pr. side',1031510000);
INSERT INTO international VALUES (566,'WebGUI',10,'Rediger Timeout',1031510000);
INSERT INTO international VALUES (6,'MessageBoard',10,'Rediger opslagstavle',1031510000);
INSERT INTO international VALUES (7,'MessageBoard',10,'Forfatter:',1031510000);
INSERT INTO international VALUES (8,'MessageBoard',10,'Dato:',1031510000);
INSERT INTO international VALUES (9,'MessageBoard',10,'Besked nr.:',1031510000);
INSERT INTO international VALUES (10,'MessageBoard',10,'Forrige tr<74>d',1031510000);
INSERT INTO international VALUES (11,'MessageBoard',10,'Tilbage til oversigt',1032470244);
INSERT INTO international VALUES (12,'MessageBoard',10,'Rediger meddelelse',1032470260);
INSERT INTO international VALUES (577,'WebGUI',10,'Send respons',1031510000);
INSERT INTO international VALUES (14,'MessageBoard',10,'N<>ste tr<74>d',1031510000);
INSERT INTO international VALUES (15,'MessageBoard',10,'Forfatter',1032470276);
INSERT INTO international VALUES (16,'MessageBoard',10,'Dato',1032470297);
INSERT INTO international VALUES (17,'MessageBoard',10,'Ny meddelelse',1031510000);
INSERT INTO international VALUES (18,'MessageBoard',10,'Tr<54>d startet',1033508852);
INSERT INTO international VALUES (19,'MessageBoard',10,'Antal svar',1031510000);
INSERT INTO international VALUES (20,'MessageBoard',10,'Seneste svar',1031510000);
INSERT INTO international VALUES (565,'WebGUI',10,'Hvem kan moderere?',1031510000);
INSERT INTO international VALUES (22,'MessageBoard',10,'Slet besked',1031510000);
INSERT INTO international VALUES (1,'Poll',10,'Afstemning',1031510000);
INSERT INTO international VALUES (2,'Poll',10,'Tilf<6C>j afstemning',1031510000);
INSERT INTO international VALUES (3,'Poll',10,'Aktiv',1031510000);
INSERT INTO international VALUES (4,'Poll',10,'Hvem kan stemme',1031510000);
INSERT INTO international VALUES (5,'Poll',10,'Bredde p<> graf',1031510000);
INSERT INTO international VALUES (6,'Poll',10,'Sp<53>rgsm<73>l',1031510000);
INSERT INTO international VALUES (7,'Poll',10,'Svar',1031510000);
INSERT INTO international VALUES (8,'Poll',10,'(Indtast <20>t svar pr. linie. Ikke mere end 20.)',1031510000);
INSERT INTO international VALUES (9,'Poll',10,'Rediger afstemning',1031510000);
INSERT INTO international VALUES (10,'Poll',10,'Nulstil afstemning',1031510000);
INSERT INTO international VALUES (11,'Poll',10,'Stem!',1031510000);
INSERT INTO international VALUES (1,'SiteMap',10,'Tilf<6C>j Site oversigt',1031510000);
INSERT INTO international VALUES (2,'SiteMap',10,'Site oversigt',1031510000);
INSERT INTO international VALUES (3,'SiteMap',10,'Startende fra dette niveau',1031510000);
INSERT INTO international VALUES (4,'SiteMap',10,'Dybde?',1031510000);
INSERT INTO international VALUES (5,'SiteMap',10,'Rediger Site oversigt',1031510000);
INSERT INTO international VALUES (6,'SiteMap',10,'Indryk',1031510000);
INSERT INTO international VALUES (80,'Survey',1,'seconds',1038789602);
INSERT INTO international VALUES (1,'SQLReport',10,'SQL rapport',1031510000);
INSERT INTO international VALUES (2,'SQLReport',10,'Tilf<6C>j SQL rapport',1031510000);
INSERT INTO international VALUES (3,'SQLReport',10,'Rapport template',1031510000);
INSERT INTO international VALUES (4,'SQLReport',10,'Query',1031510000);
INSERT INTO international VALUES (5,'SQLReport',10,'DSN',1031510000);
INSERT INTO international VALUES (6,'SQLReport',10,'Database bruger',1031510000);
INSERT INTO international VALUES (7,'SQLReport',10,'Database Password',1031510000);
INSERT INTO international VALUES (8,'SQLReport',10,'Rediger SQL rapport',1031510000);
INSERT INTO international VALUES (9,'SQLReport',10,'<b>Debug:</b> Error: The DSN specified is of an improper format.',1031510000);
INSERT INTO international VALUES (10,'SQLReport',10,'<b>Debug:</b> Error: The SQL specified is of an improper format.',1031510000);
INSERT INTO international VALUES (11,'SQLReport',10,'<b>Debug:</b> Error: There was a problem with the query.',1031510000);
INSERT INTO international VALUES (12,'SQLReport',10,'<b>Debug:</b> Error: Could not connect to the database.',1031510000);
INSERT INTO international VALUES (13,'SQLReport',10,'Konverter linieskift?',1031510000);
INSERT INTO international VALUES (14,'SQLReport',10,'Slet efter',1031510000);
INSERT INTO international VALUES (15,'SQLReport',10,'Udf<64>r makroer ved foresp<73>rgsel?',1031510000);
INSERT INTO international VALUES (16,'SQLReport',10,'Debug?',1031671019);
INSERT INTO international VALUES (17,'SQLReport',10,'<b>Debug:</b> Query:',1031510000);
INSERT INTO international VALUES (18,'SQLReport',10,'Der var ikke nogen svar til denne foresp<73>rgsel!',1031510000);
INSERT INTO international VALUES (1,'SyndicatedContent',10,'URL til RSS fil',1031510000);
INSERT INTO international VALUES (2,'SyndicatedContent',10,'Syndicated Content',1031510000);
INSERT INTO international VALUES (3,'SyndicatedContent',10,'Tilf<6C>j Syndicated Content',1031510000);
INSERT INTO international VALUES (4,'SyndicatedContent',10,'Rediger Syndicated Content',1031510000);
INSERT INTO international VALUES (5,'SyndicatedContent',10,'Sidst opdateret',1031510000);
INSERT INTO international VALUES (6,'SyndicatedContent',10,'G<>ldende indhold',1031510000);
INSERT INTO international VALUES (1,'USS',10,'Hvem kan godkende indl<64>g?',1031510000);
INSERT INTO international VALUES (2,'USS',10,'Hvem kan tilf<6C>je indl<64>g?',1031510000);
INSERT INTO international VALUES (3,'USS',10,'Du har nye indl<64>g til godkendelse',1031510000);
INSERT INTO international VALUES (4,'USS',10,'Dit indl<64>g er godkendt',1031510000);
INSERT INTO international VALUES (5,'USS',10,'Dit indl<64>g er afvist',1031510000);
INSERT INTO international VALUES (6,'USS',10,'Antal indl<64>g pr. side',1031510000);
INSERT INTO international VALUES (560,'WebGUI',10,'Godkendt',1031510000);
INSERT INTO international VALUES (561,'WebGUI',10,'Afvist',1031510000);
INSERT INTO international VALUES (562,'WebGUI',10,'Afventer',1031510000);
INSERT INTO international VALUES (563,'WebGUI',10,'Default Status',1031510000);
INSERT INTO international VALUES (11,'USS',10,'Tilf<6C>j indl<64>g',1031510000);
INSERT INTO international VALUES (12,'USS',10,'(Kryds ikke hvis du laver et HTML indl<64>g.)',1031510000);
INSERT INTO international VALUES (13,'USS',10,'Tilf<6C>jet dato',1031510000);
INSERT INTO international VALUES (14,'USS',10,'Status',1031510000);
INSERT INTO international VALUES (15,'USS',10,'Rediger/Slet',1031510000);
INSERT INTO international VALUES (16,'USS',10,'Ingen titel',1031510000);
INSERT INTO international VALUES (17,'USS',10,'Er du sikker p<> du vil slette dette indl<64>g?',1031510000);
INSERT INTO international VALUES (18,'USS',10,'Rediger User Submission System',1031510000);
INSERT INTO international VALUES (19,'USS',10,'Rediger indl<64>g',1031510000);
INSERT INTO international VALUES (20,'USS',10,'Lav nyt indl<64>g',1031510000);
INSERT INTO international VALUES (21,'USS',10,'Indsendt af',1031510000);
INSERT INTO international VALUES (572,'WebGUI',10,'Godkendt',1031510000);
INSERT INTO international VALUES (573,'WebGUI',10,'Afvent ',1031510000);
INSERT INTO international VALUES (574,'WebGUI',10,'Afvist',1031510000);
INSERT INTO international VALUES (27,'USS',10,'Rediger',1031510000);
INSERT INTO international VALUES (28,'USS',10,'Tilbage til Submission oversigt',1031510000);
INSERT INTO international VALUES (29,'USS',10,'Bruger Indl<64>g',1031510000);
INSERT INTO international VALUES (31,'USS',10,'Indhold',1031510000);
INSERT INTO international VALUES (32,'USS',10,'Billede',1031510000);
INSERT INTO international VALUES (33,'USS',10,'Till<6C>g',1031510000);
INSERT INTO international VALUES (34,'USS',10,'Konverter linieskift?',1031510000);
INSERT INTO international VALUES (35,'USS',10,'Titel',1031510000);
INSERT INTO international VALUES (36,'USS',10,'Slet fil.',1031510000);
INSERT INTO international VALUES (37,'USS',10,'Slet',1031510000);
INSERT INTO international VALUES (1,'WebGUI',10,'Tilf<6C>j indhold',1031510000);
INSERT INTO international VALUES (2,'WebGUI',10,'Side',1031510000);
INSERT INTO international VALUES (3,'WebGUI',10,'Kopier fra udklipsholder',1031510000);
INSERT INTO international VALUES (4,'WebGUI',10,'administrer indstillinger',1031510000);
INSERT INTO international VALUES (5,'WebGUI',10,'administrer grupper',1031510000);
INSERT INTO international VALUES (6,'WebGUI',10,'administrer Stilarter',1031510000);
INSERT INTO international VALUES (7,'WebGUI',10,'administrer brugere',1031510000);
INSERT INTO international VALUES (8,'WebGUI',10,'Vis side_ikke_fundet',1031510000);
INSERT INTO international VALUES (9,'WebGUI',10,'Vis udklipsholder',1031510000);
INSERT INTO international VALUES (10,'WebGUI',10,'administrer skraldespand',1031510000);
INSERT INTO international VALUES (11,'WebGUI',10,'T<>m skraldespand',1031510000);
INSERT INTO international VALUES (12,'WebGUI',10,'Sl<53> administration fra',1031510000);
INSERT INTO international VALUES (13,'WebGUI',10,'Vis hj<68>lpe indeks',1031510000);
INSERT INTO international VALUES (14,'WebGUI',10,'Vis afventende indl<64>g',1031510000);
INSERT INTO international VALUES (15,'WebGUI',10,'Januar',1031510000);
INSERT INTO international VALUES (16,'WebGUI',10,'Februar',1031510000);
INSERT INTO international VALUES (17,'WebGUI',10,'Marts',1031510000);
INSERT INTO international VALUES (18,'WebGUI',10,'April',1031510000);
INSERT INTO international VALUES (19,'WebGUI',10,'Maj',1031510000);
INSERT INTO international VALUES (20,'WebGUI',10,'Juni',1031510000);
INSERT INTO international VALUES (21,'WebGUI',10,'Juli',1031510000);
INSERT INTO international VALUES (22,'WebGUI',10,'August',1031510000);
INSERT INTO international VALUES (23,'WebGUI',10,'September',1031510000);
INSERT INTO international VALUES (24,'WebGUI',10,'Oktober',1031510000);
INSERT INTO international VALUES (25,'WebGUI',10,'November',1031510000);
INSERT INTO international VALUES (26,'WebGUI',10,'December',1031510000);
INSERT INTO international VALUES (27,'WebGUI',10,'S<>ndag',1031510000);
INSERT INTO international VALUES (28,'WebGUI',10,'Mandag',1031510000);
INSERT INTO international VALUES (29,'WebGUI',10,'Tirsdag',1031510000);
INSERT INTO international VALUES (30,'WebGUI',10,'Onsdag',1031510000);
INSERT INTO international VALUES (31,'WebGUI',10,'Torsdag',1031510000);
INSERT INTO international VALUES (32,'WebGUI',10,'Fredag',1031510000);
INSERT INTO international VALUES (33,'WebGUI',10,'L<>rdag',1031510000);
INSERT INTO international VALUES (34,'WebGUI',10,'S<>t dato',1031510000);
INSERT INTO international VALUES (35,'WebGUI',10,'Administrative funktioner',1031510000);
INSERT INTO international VALUES (36,'WebGUI',10,'Du skal v<>re administrator for at udf<64>re denne funktion. Kontakt en af f<>lgende personer der er administratorer:',1031510000);
INSERT INTO international VALUES (37,'WebGUI',10,'Adgang n<>gtet!',1031510000);
INSERT INTO international VALUES (38,'WebGUI',10,'\"Du har ikke n<>dvendige rettigheder til at udf<64>re denne funktion. Venligst log in ^a(log in med en konto); med n<>dvendige rettigheder f<>r du pr<70>ver dette.\"',1031510000);
INSERT INTO international VALUES (39,'WebGUI',10,'Du har ikke rettigheder til at f<> adgang til denne side.',1031510000);
INSERT INTO international VALUES (40,'WebGUI',10,'Vital komponent',1031510000);
INSERT INTO international VALUES (41,'WebGUI',10,'DU fors<72>ger at fjerne en VITAL system komponent. Hvis du fik lov til dette, ville systemet ikke virke mere <20>..',1031510000);
INSERT INTO international VALUES (42,'WebGUI',10,'Venligst bekr<6B>ft',1031510000);
INSERT INTO international VALUES (43,'WebGUI',10,'Er du sikker p<> du vil slette dette indhold?',1031510000);
INSERT INTO international VALUES (44,'WebGUI',10,'Ja, jeg er sikker!',1031510000);
INSERT INTO international VALUES (45,'WebGUI',10,'Nej, jeg lavede en fejl',1031510000);
INSERT INTO international VALUES (46,'WebGUI',10,'Min konto',1031510000);
INSERT INTO international VALUES (47,'WebGUI',10,'Hjem',1031510000);
INSERT INTO international VALUES (48,'WebGUI',10,'Hej',1031510000);
INSERT INTO international VALUES (49,'WebGUI',10,'\"Klik <a href=\"\"^\\;?op=logout\"\">her</a> for at logge ud.\"',1031510000);
INSERT INTO international VALUES (50,'WebGUI',10,'Brugernavn',1031510000);
INSERT INTO international VALUES (51,'WebGUI',10,'Kodeord',1031510000);
INSERT INTO international VALUES (52,'WebGUI',10,'Login',1031510000);
INSERT INTO international VALUES (53,'WebGUI',10,'Print side',1031510000);
INSERT INTO international VALUES (54,'WebGUI',10,'Opret konto',1031510000);
INSERT INTO international VALUES (55,'WebGUI',10,'Kodeord (bekr<6B>ft)',1031510000);
INSERT INTO international VALUES (56,'WebGUI',10,'Email Adresse',1031510000);
INSERT INTO international VALUES (57,'WebGUI',10,'Dette er kun n<>dvendigt hvis du bruger en funktion der kr<6B>ver Email',1031510000);
INSERT INTO international VALUES (58,'WebGUI',10,'Jeg har allerede en konto',1031510000);
INSERT INTO international VALUES (59,'WebGUI',10,'Jeg har glemt mit kodeord (igen)',1031510000);
INSERT INTO international VALUES (60,'WebGUI',10,'Er du sikker p<> du vil deaktivere din konto. Kontoen kan IKKE <20>bnes igen.',1031510000);
INSERT INTO international VALUES (61,'WebGUI',10,'Opdater konto information',1031510000);
INSERT INTO international VALUES (62,'WebGUI',10,'Gem',1031510000);
INSERT INTO international VALUES (63,'WebGUI',10,'Sl<53> administration til.',1031510000);
INSERT INTO international VALUES (64,'WebGUI',10,'Log ud.',1031510000);
INSERT INTO international VALUES (65,'WebGUI',10,'Venligst de-aktiver min konto permanent.',1031510000);
INSERT INTO international VALUES (66,'WebGUI',10,'Log In',1031510000);
INSERT INTO international VALUES (67,'WebGUI',10,'Opret ny konto',1031510000);
INSERT INTO international VALUES (68,'WebGUI',10,'Konto informationen er ikke gyldig. Enten eksisterer kontoen ikke, eller ogs<67> er brugernavn/kodeord forkert',1031510000);
INSERT INTO international VALUES (69,'WebGUI',10,'Kontakt venligst systemadministratoren for yderligere hj<68>lp!',1031510000);
INSERT INTO international VALUES (70,'WebGUI',10,'Fejl',1031510000);
INSERT INTO international VALUES (71,'WebGUI',10,'Genskab kodeord',1031510000);
INSERT INTO international VALUES (72,'WebGUI',10,'Genskab ',1031510000);
INSERT INTO international VALUES (73,'WebGUI',10,'Log in.',1031510000);
INSERT INTO international VALUES (74,'WebGUI',10,'Konto information.',1031510000);
INSERT INTO international VALUES (75,'WebGUI',10,'Din konto information er sendt til den oplyste Email adresse',1031510000);
INSERT INTO international VALUES (76,'WebGUI',10,'Email adressen er ikke registreret i systemet',1031510000);
INSERT INTO international VALUES (77,'WebGUI',10,'Det brugernavn er desv<73>rre allerede brugt af en anden. Pr<50>v evt. en af disse:',1031510000);
INSERT INTO international VALUES (78,'WebGUI',10,'Du har indtastet to forskellige kodeord - pr<70>v igen!',1031510000);
INSERT INTO international VALUES (79,'WebGUI',10,'Kan ikke forbinde til LDAP server',1031510000);
INSERT INTO international VALUES (80,'WebGUI',10,'Konto er nu oprettet!',1031510000);
INSERT INTO international VALUES (81,'WebGUI',10,'Konto er nu opdateret.',1031510000);
INSERT INTO international VALUES (82,'WebGUI',10,'Administrative funktioner',1031510000);
INSERT INTO international VALUES (84,'WebGUI',10,'Gruppe navn',1031510000);
INSERT INTO international VALUES (85,'WebGUI',10,'Beskrivelse',1031510000);
INSERT INTO international VALUES (86,'WebGUI',10,'Er du sikker p<> du vil slette denne gruppe? - og dermed alle rettigheder der er knyttet hertil',1031510000);
INSERT INTO international VALUES (87,'WebGUI',10,'Rediger gruppe',1031510000);
INSERT INTO international VALUES (88,'WebGUI',10,'brugere i gruppe',1031510000);
INSERT INTO international VALUES (89,'WebGUI',10,'Grupper',1031510000);
INSERT INTO international VALUES (90,'WebGUI',10,'Tilf<6C>j gruppe',1031510000);
INSERT INTO international VALUES (91,'WebGUI',10,'Forrige side',1031510000);
INSERT INTO international VALUES (92,'WebGUI',10,'N<>ste side',1031510000);
INSERT INTO international VALUES (93,'WebGUI',10,'Hj<48>lp',1031510000);
INSERT INTO international VALUES (94,'WebGUI',10,'Se ogs<67>',1031510000);
INSERT INTO international VALUES (95,'WebGUI',10,'Hj<48>lpe indeks',1031510000);
INSERT INTO international VALUES (98,'WebGUI',10,'Tilf<6C>j side',1031510000);
INSERT INTO international VALUES (99,'WebGUI',10,'Titel',1031510000);
INSERT INTO international VALUES (100,'WebGUI',10,'Meta Tags',1031510000);
INSERT INTO international VALUES (101,'WebGUI',10,'Er du sikker p<> du vil slette denne side, og alt indhold derunder?',1031510000);
INSERT INTO international VALUES (102,'WebGUI',10,'Rediger side',1031510000);
INSERT INTO international VALUES (103,'WebGUI',10,'Side specifikationer',1031510000);
INSERT INTO international VALUES (104,'WebGUI',10,'Side URL',1031510000);
INSERT INTO international VALUES (105,'WebGUI',10,'Stil',1031510000);
INSERT INTO international VALUES (106,'WebGUI',10,'S<>t kryds for at give denne stil til alle undersider',1031510000);
INSERT INTO international VALUES (107,'WebGUI',10,'Rettigheder',1031510000);
INSERT INTO international VALUES (108,'WebGUI',10,'Ejer',1031510000);
INSERT INTO international VALUES (109,'WebGUI',10,'Ejer kan se?',1031510000);
INSERT INTO international VALUES (110,'WebGUI',10,'Ejer kan redigere?',1031510000);
INSERT INTO international VALUES (111,'WebGUI',10,'Gruppe',1031510000);
INSERT INTO international VALUES (112,'WebGUI',10,'Gruppe kan se?',1031510000);
INSERT INTO international VALUES (113,'WebGUI',10,'Gruppe kan redigere?',1031510000);
INSERT INTO international VALUES (114,'WebGUI',10,'Alle kan se?',1031510000);
INSERT INTO international VALUES (115,'WebGUI',10,'Alle kan redigere?',1031510000);
INSERT INTO international VALUES (116,'WebGUI',10,'S<>t kryds for at give disse rettigheder til alle undersider',1031510000);
INSERT INTO international VALUES (117,'WebGUI',10,'Rediger autorisations indstillinger',1031510000);
INSERT INTO international VALUES (118,'WebGUI',10,'Anonym registrering',1031510000);
INSERT INTO international VALUES (119,'WebGUI',10,'autorisations metode (default)',1031510000);
INSERT INTO international VALUES (120,'WebGUI',10,'LDAP URL (default)',1031510000);
INSERT INTO international VALUES (121,'WebGUI',10,'LDAP Identitet (default)',1031510000);
INSERT INTO international VALUES (122,'WebGUI',10,'LDAP Identitets navn',1031510000);
INSERT INTO international VALUES (123,'WebGUI',10,'LDAP kodeord',1031510000);
INSERT INTO international VALUES (124,'WebGUI',10,'Rediger firma information',1031510000);
INSERT INTO international VALUES (125,'WebGUI',10,'Firma/organisations navn',1031510000);
INSERT INTO international VALUES (126,'WebGUI',10,'Firma/organisations Email',1031510000);
INSERT INTO international VALUES (127,'WebGUI',10,'Firma/organisation URL',1031510000);
INSERT INTO international VALUES (130,'WebGUI',10,'Maksimal st<73>rrelse p<> vedh<64>ftede filer',1031510000);
INSERT INTO international VALUES (133,'WebGUI',10,'Rediger Mail indstillinger',1031510000);
INSERT INTO international VALUES (134,'WebGUI',10,'Besked for genskab adgangskode',1031510000);
INSERT INTO international VALUES (135,'WebGUI',10,'SMTP Server',1031510000);
INSERT INTO international VALUES (138,'WebGUI',10,'Ja',1031510000);
INSERT INTO international VALUES (139,'WebGUI',10,'Nej ',1031510000);
INSERT INTO international VALUES (140,'WebGUI',10,'Rediger diverse indstillinger',1031510000);
INSERT INTO international VALUES (141,'WebGUI',10,'Ikke fundet side',1031510000);
INSERT INTO international VALUES (142,'WebGUI',10,'Session Timeout',1031510000);
INSERT INTO international VALUES (143,'WebGUI',10,'administrer indstillinger',1031510000);
INSERT INTO international VALUES (144,'WebGUI',10,'Vis statistik',1031510000);
INSERT INTO international VALUES (145,'WebGUI',10,'WebGUI Build Version',1031510000);
INSERT INTO international VALUES (146,'WebGUI',10,'Aktive sessioner',1031510000);
INSERT INTO international VALUES (147,'WebGUI',10,'Sider',1031510000);
INSERT INTO international VALUES (148,'WebGUI',10,'Wobjects',1031510000);
INSERT INTO international VALUES (149,'WebGUI',10,'brugere i gruppe',1031510000);
INSERT INTO international VALUES (151,'WebGUI',10,'Navn p<> stilart',1031510000);
INSERT INTO international VALUES (152,'WebGUI',10,'Hoved',1031510000);
INSERT INTO international VALUES (153,'WebGUI',10,'Fod',1031510000);
INSERT INTO international VALUES (154,'WebGUI',10,'Stilart Sheet',1031510000);
INSERT INTO international VALUES (155,'WebGUI',10,'\"Er du sikker p<> du vil slette denne stilart og overf<72>re alle sider der bruger denne til \"\"Fail Safe\"\" stilarten ?\"',1031510000);
INSERT INTO international VALUES (156,'WebGUI',10,'Rediger stilart',1031510000);
INSERT INTO international VALUES (157,'WebGUI',10,'stilarter',1031510000);
INSERT INTO international VALUES (158,'WebGUI',10,'Tilf<6C>j ny stilart',1031510000);
INSERT INTO international VALUES (159,'WebGUI',10,'Meddelelses log',1031510000);
INSERT INTO international VALUES (160,'WebGUI',10,'Dato oprettet',1031510000);
INSERT INTO international VALUES (161,'WebGUI',10,'Oprettet af',1031510000);
INSERT INTO international VALUES (162,'WebGUI',10,'Er du sikker p<> du vil t<>mme skraldespanden?',1031510000);
INSERT INTO international VALUES (163,'WebGUI',10,'Tilf<6C>j bruger ',1031510000);
INSERT INTO international VALUES (164,'WebGUI',10,'Metode for autorisation',1031510000);
INSERT INTO international VALUES (165,'WebGUI',10,'LDAP URL',1031510000);
INSERT INTO international VALUES (166,'WebGUI',10,'Connect DN',1031510000);
INSERT INTO international VALUES (167,'WebGUI',10,'Er du sikker p<> du vil slette denne bruger? (Du kan ikke fortryde)',1031510000);
INSERT INTO international VALUES (168,'WebGUI',10,'Rediger bruger',1031510000);
INSERT INTO international VALUES (169,'WebGUI',10,'Tilf<6C>j ny bruger',1031510000);
INSERT INTO international VALUES (170,'WebGUI',10,'S<>g',1031510000);
INSERT INTO international VALUES (171,'WebGUI',10,'Avanceret redigering',1031510000);
INSERT INTO international VALUES (174,'WebGUI',10,'Vis titel p<> siden?',1031510000);
INSERT INTO international VALUES (175,'WebGUI',10,'Udf<64>r makroer?',1031510000);
INSERT INTO international VALUES (228,'WebGUI',10,'Rediger besked<65>',1031510000);
INSERT INTO international VALUES (229,'WebGUI',10,'Emne',1031546537);
INSERT INTO international VALUES (230,'WebGUI',10,'Besked ',1031510000);
INSERT INTO international VALUES (231,'WebGUI',10,'Oprettet ny besked <20>',1031510000);
INSERT INTO international VALUES (232,'WebGUI',10,'Intet emne',1031510000);
INSERT INTO international VALUES (233,'WebGUI',10,'(eom)',1031510000);
INSERT INTO international VALUES (234,'WebGUI',10,'Oprettet svar <20>',1031510000);
INSERT INTO international VALUES (237,'WebGUI',10,'Emne:',1031510000);
INSERT INTO international VALUES (238,'WebGUI',10,'Forfatter:',1031510000);
INSERT INTO international VALUES (239,'WebGUI',10,'Dato:',1031510000);
INSERT INTO international VALUES (240,'WebGUI',10,'Besked ID:',1031510000);
INSERT INTO international VALUES (244,'WebGUI',10,'Forfatter ',1031510000);
INSERT INTO international VALUES (245,'WebGUI',10,'Dato',1031510000);
INSERT INTO international VALUES (304,'WebGUI',10,'Sprog',1031510000);
INSERT INTO international VALUES (306,'WebGUI',10,'Brugernavn binding',1031510000);
INSERT INTO international VALUES (307,'WebGUI',10,'Brug standard meta tags?',1031510000);
INSERT INTO international VALUES (308,'WebGUI',10,'Rediger profil indstillinger',1031510000);
INSERT INTO international VALUES (309,'WebGUI',10,'Tillad rigtige navne?',1031510000);
INSERT INTO international VALUES (310,'WebGUI',10,'Tillad ekstra kontakt information?',1031510000);
INSERT INTO international VALUES (311,'WebGUI',10,'Tillad hjemme information?',1031510000);
INSERT INTO international VALUES (312,'WebGUI',10,'Tillad arbejds information?',1031510000);
INSERT INTO international VALUES (313,'WebGUI',10,'Tillad diverse information?',1031510000);
INSERT INTO international VALUES (314,'WebGUI',10,'Fornavn',1031510000);
INSERT INTO international VALUES (315,'WebGUI',10,'Mellemnavn',1031510000);
INSERT INTO international VALUES (316,'WebGUI',10,'Efternavn',1031510000);
INSERT INTO international VALUES (317,'WebGUI',10,'\"<a href=\"\"http://www.icq.com\"\">ICQ</a> UIN\"',1031510000);
INSERT INTO international VALUES (318,'WebGUI',10,'\"<a href=\"\"http://www.aol.com/aim/homenew.adp\"\">AIM</a> Id\"',1031510000);
INSERT INTO international VALUES (319,'WebGUI',10,'\"<a href=\"\"http://messenger.msn.com/\"\">MSN Messenger</a> Id\"',1031510000);
INSERT INTO international VALUES (320,'WebGUI',10,'\"<a href=\"\"http://messenger.yahoo.com/\"\">Yahoo! Messenger</a> Id\"',1031510000);
INSERT INTO international VALUES (321,'WebGUI',10,'Bil tlf.',1031510000);
INSERT INTO international VALUES (322,'WebGUI',10,'OPS',1031510000);
INSERT INTO international VALUES (323,'WebGUI',10,'Hjemme adresse',1031510000);
INSERT INTO international VALUES (324,'WebGUI',10,'Hjemme by',1031510000);
INSERT INTO international VALUES (325,'WebGUI',10,'Hjemme stat',1031510000);
INSERT INTO international VALUES (326,'WebGUI',10,'Hjemme postnr.',1031510000);
INSERT INTO international VALUES (327,'WebGUI',10,'Hjemme amt',1031510000);
INSERT INTO international VALUES (328,'WebGUI',10,'Hjemme tlf.',1031510000);
INSERT INTO international VALUES (329,'WebGUI',10,'Arbejds adresse',1031510000);
INSERT INTO international VALUES (330,'WebGUI',10,'Arbejds by',1031510000);
INSERT INTO international VALUES (331,'WebGUI',10,'Arbejds stat',1031510000);
INSERT INTO international VALUES (332,'WebGUI',10,'Arbejds postnr.',1031510000);
INSERT INTO international VALUES (333,'WebGUI',10,'Arbejds amt',1031510000);
INSERT INTO international VALUES (334,'WebGUI',10,'Arbejds tlf.',1031510000);
INSERT INTO international VALUES (335,'WebGUI',10,'M/K',1031510000);
INSERT INTO international VALUES (336,'WebGUI',10,'F<>dselsdag',1031510000);
INSERT INTO international VALUES (337,'WebGUI',10,'Hjemmeside URL',1031510000);
INSERT INTO international VALUES (338,'WebGUI',10,'Rediger profil ',1031510000);
INSERT INTO international VALUES (339,'WebGUI',10,'Mand',1031510000);
INSERT INTO international VALUES (340,'WebGUI',10,'Kvinde',1031510000);
INSERT INTO international VALUES (341,'WebGUI',10,'Rediger profil',1031510000);
INSERT INTO international VALUES (342,'WebGUI',10,'Rediger konto information',1031510000);
INSERT INTO international VALUES (343,'WebGUI',10,'Vis profil',1031510000);
INSERT INTO international VALUES (345,'WebGUI',10,'Ikke medlem',1031510000);
INSERT INTO international VALUES (346,'WebGUI',10,'Denne bruger findes ikke l<>ngere p<> dette system. Jeg har ikke yderligere oplysninger om denne bruger',1031510000);
INSERT INTO international VALUES (347,'WebGUI',10,'Vis profil for',1031510000);
INSERT INTO international VALUES (348,'WebGUI',10,'Navn ',1031510000);
INSERT INTO international VALUES (349,'WebGUI',10,'Seneste version',1031510000);
INSERT INTO international VALUES (350,'WebGUI',10,'Gennemf<6D>rt',1031510000);
INSERT INTO international VALUES (351,'WebGUI',10,'Message Log Entry',1031510000);
INSERT INTO international VALUES (352,'WebGUI',10,'Dato',1031510000);
INSERT INTO international VALUES (353,'WebGUI',10,'Du har ingen meddelelser i <20>jeblikket',1031510000);
INSERT INTO international VALUES (354,'WebGUI',10,'Vis meddelelses log',1031510000);
INSERT INTO international VALUES (355,'WebGUI',10,'Standard',1031510000);
INSERT INTO international VALUES (356,'WebGUI',10,'Template',1031510000);
INSERT INTO international VALUES (357,'WebGUI',10,'Nyheder',1031510000);
INSERT INTO international VALUES (358,'WebGUI',10,'Venstre kolonne',1031510000);
INSERT INTO international VALUES (359,'WebGUI',10,'H<>jre kolonne',1031510000);
INSERT INTO international VALUES (360,'WebGUI',10,'En over tre',1031510000);
INSERT INTO international VALUES (361,'WebGUI',10,'Tre over en',1031510000);
INSERT INTO international VALUES (362,'WebGUI',10,'Side ved side',1031510000);
INSERT INTO international VALUES (363,'WebGUI',10,'Template position',1031510000);
INSERT INTO international VALUES (364,'WebGUI',10,'S<>g',1031510000);
INSERT INTO international VALUES (365,'WebGUI',10,'S<>ge resultater <20>',1031510000);
INSERT INTO international VALUES (366,'WebGUI',10,'Jeg fandt desv<73>rre ingen sider med de(t) s<>geord',1031510000);
INSERT INTO international VALUES (367,'WebGUI',10,'Udl<64>ber efter',1031510000);
INSERT INTO international VALUES (368,'WebGUI',10,'Tilf<6C>j en ny gruppen til denne bruger.',1031510000);
INSERT INTO international VALUES (369,'WebGUI',10,'Udl<64>bs dato',1031510000);
INSERT INTO international VALUES (370,'WebGUI',10,'Rediger gruppering',1031510000);
INSERT INTO international VALUES (371,'WebGUI',10,'Tilf<6C>j gruppering',1031510000);
INSERT INTO international VALUES (372,'WebGUI',10,'Rediger brugers gruppe',1031510000);
INSERT INTO international VALUES (374,'WebGUI',10,'administrer packages',1031510000);
INSERT INTO international VALUES (375,'WebGUI',10,'V<>lg package der skal tages i brug',1031510000);
INSERT INTO international VALUES (376,'WebGUI',10,'Package',1031510000);
INSERT INTO international VALUES (377,'WebGUI',10,'\"Der er endnu ikke defineret nogle \"\"Packages\"\".\"',1031510000);
INSERT INTO international VALUES (378,'WebGUI',10,'Bruger ID',1031510000);
INSERT INTO international VALUES (379,'WebGUI',10,'Gruppe ID',1031510000);
INSERT INTO international VALUES (380,'WebGUI',10,'Stilart ID',1031510000);
INSERT INTO international VALUES (381,'WebGUI',10,'WebGUI modtog en fejlformateret besked og kan ikke forts<74>tte - dette skyldes typisk eb speciel karakter. Pr<50>v evt. at trykke tilbage og pr<70>v igen.',1031510000);
INSERT INTO international VALUES (683,'WebGUI',10,'Skabeloner, H<>ndter',1036856078);
INSERT INTO international VALUES (384,'WebGUI',10,'Fil ',1031510000);
INSERT INTO international VALUES (385,'WebGUI',10,'Parametre',1031510000);
INSERT INTO international VALUES (386,'WebGUI',10,'Rediger billede',1031510000);
INSERT INTO international VALUES (387,'WebGUI',10,'Tilf<6C>jet af',1031510000);
INSERT INTO international VALUES (388,'WebGUI',10,'Tilf<6C>jet dato',1031510000);
INSERT INTO international VALUES (812,'WebGUI',1,'Your message has been sent.',1037580328);
INSERT INTO international VALUES (391,'WebGUI',10,'Sletter vedh<64>ftet fil',1031510000);
INSERT INTO international VALUES (596,'WebGUI',10,'MANGLER',1037205673);
INSERT INTO international VALUES (394,'WebGUI',10,'administrer billeder.',1031510000);
INSERT INTO international VALUES (395,'WebGUI',10,'Tilf<6C>j nyt billede',1031510000);
INSERT INTO international VALUES (717,'WebGUI',10,'Log ud',1036855705);
INSERT INTO international VALUES (705,'WebGUI',10,'minut(ter)',1036855912);
INSERT INTO international VALUES (398,'WebGUI',10,'Dokument type deklarering',1031510000);
INSERT INTO international VALUES (399,'WebGUI',10,'Valider denne side.',1031510000);
INSERT INTO international VALUES (400,'WebGUI',10,'Forhindre Proxy Caching',1031510000);
INSERT INTO international VALUES (401,'WebGUI',10,'Er du sikker p<> du vil slette denne besked, og alle under beskeder i tr<74>den?',1031510000);
INSERT INTO international VALUES (402,'WebGUI',10,'Beskeden findes ikke',1031510000);
INSERT INTO international VALUES (403,'WebGUI',10,'Det foretr<74>kker jeg ikke at oplyse',1031510000);
INSERT INTO international VALUES (404,'WebGUI',10,'F<>rste side',1031510000);
INSERT INTO international VALUES (405,'WebGUI',10,'Sidste side',1031510000);
INSERT INTO international VALUES (406,'WebGUI',10,'Miniature st<73>rrelse',1031510000);
INSERT INTO international VALUES (407,'WebGUI',10,'Klik her for at registrere',1031510000);
INSERT INTO international VALUES (408,'WebGUI',10,'administrer rod',1031510000);
INSERT INTO international VALUES (409,'WebGUI',10,'Tilf<6C>j ny rod',1031510000);
INSERT INTO international VALUES (410,'WebGUI',10,'Administrer rod',1031510000);
INSERT INTO international VALUES (411,'WebGUI',10,'Menu titel',1031510000);
INSERT INTO international VALUES (412,'WebGUI',10,'Synopsis',1031510000);
INSERT INTO international VALUES (51,'Product',1,'Benefit',1031514049);
INSERT INTO international VALUES (56,'Product',1,'Add a product template.',1031514049);
INSERT INTO international VALUES (416,'WebGUI',10,'<h1>Problem med foresp<73>rgsel</h1>Oops, jeg har lidt problemer med din foresp<73>rgsel. Tryk tilbage og pr<70>v igen. Hvis problemet forts<74>tte vil jeg v<>re glad hvis du vil kontakte os og fort<72>lle hvad du pr<70>ver, p<> forh<72>nd tak.',1031510000);
INSERT INTO international VALUES (417,'WebGUI',10,'<h1>Sikkerhedsbrud</h1>Du fors<72>gte at f<> adgang med en Wobject der ikke h<>rer til her. Jeg har rapporteret dit fors<72>g.',1031510000);
INSERT INTO international VALUES (418,'WebGUI',10,'Filter Contributed HTML',1031510000);
INSERT INTO international VALUES (419,'WebGUI',10,'Fjern alle tags',1031510000);
INSERT INTO international VALUES (420,'WebGUI',10,'Lad det v<>re',1031510000);
INSERT INTO international VALUES (421,'WebGUI',10,'Fjerne alt bortset fra basal formatering',1031510000);
INSERT INTO international VALUES (422,'WebGUI',10,'Login mislykkedes.\r\nDe indtastede informationer stemmer ikke med mine oplysninger',1032470666);
INSERT INTO international VALUES (423,'WebGUI',10,'Vis aktive sessioner',1031510000);
INSERT INTO international VALUES (424,'WebGUI',10,'Vis login historik',1031510000);
INSERT INTO international VALUES (425,'WebGUI',10,'Aktive sessioner',1031510000);
INSERT INTO international VALUES (426,'WebGUI',10,'Login historik',1031510000);
INSERT INTO international VALUES (427,'WebGUI',10,'stilarter',1031510000);
INSERT INTO international VALUES (428,'WebGUI',10,'Bruger (ID)',1031510000);
INSERT INTO international VALUES (429,'WebGUI',10,'Login tid',1031510000);
INSERT INTO international VALUES (430,'WebGUI',10,'Sidste side vist',1031510000);
INSERT INTO international VALUES (431,'WebGUI',10,'IP Adresse',1031510000);
INSERT INTO international VALUES (432,'WebGUI',10,'Udl<64>ber efter',1031510000);
INSERT INTO international VALUES (433,'WebGUI',10,'Bruger agent:',1031510000);
INSERT INTO international VALUES (434,'WebGUI',10,'Status',1031510000);
INSERT INTO international VALUES (435,'WebGUI',10,'Session Signatur',1031510000);
INSERT INTO international VALUES (436,'WebGUI',10,'Afbryd Session',1031510000);
INSERT INTO international VALUES (437,'WebGUI',10,'Statistik',1031510000);
INSERT INTO international VALUES (438,'WebGUI',10,'Dit navn',1031510000);
INSERT INTO international VALUES (439,'WebGUI',10,'Personlig information',1031510000);
INSERT INTO international VALUES (440,'WebGUI',10,'Kontakt information',1031510000);
INSERT INTO international VALUES (441,'WebGUI',10,'Email til OPS Gateway',1031510000);
INSERT INTO international VALUES (442,'WebGUI',10,'Arbejdsinformation',1031510000);
INSERT INTO international VALUES (443,'WebGUI',10,'Hjemme information',1031510000);
INSERT INTO international VALUES (444,'WebGUI',10,'Demografisk information',1031510000);
INSERT INTO international VALUES (445,'WebGUI',10,'Pr<50>ferencer',1031510000);
INSERT INTO international VALUES (446,'WebGUI',10,'Arbejds hjemmeside',1031510000);
INSERT INTO international VALUES (447,'WebGUI',10,'Administrer tr<74> struktur',1031510000);
INSERT INTO international VALUES (448,'WebGUI',10,'Tr<54> struktur',1031510000);
INSERT INTO international VALUES (449,'WebGUI',10,'Diverse information',1031510000);
INSERT INTO international VALUES (450,'WebGUI',10,'Arbejdsnavn (Firma navn)',1031510000);
INSERT INTO international VALUES (451,'WebGUI',10,'er p<>kr<6B>vet',1031510000);
INSERT INTO international VALUES (452,'WebGUI',10,'<27>jeblik ...',1032273938);
INSERT INTO international VALUES (453,'WebGUI',10,'Dato oprettet',1031510000);
INSERT INTO international VALUES (454,'WebGUI',10,'Sidste opdateret',1031510000);
INSERT INTO international VALUES (455,'WebGUI',10,'Rediger bruger profil',1031510000);
INSERT INTO international VALUES (456,'WebGUI',10,'Tilbage til bruger liste',1031510000);
INSERT INTO international VALUES (457,'WebGUI',10,'Rediger denne brugers konto',1031510000);
INSERT INTO international VALUES (458,'WebGUI',10,'Rediger denne bruger gruppe',1031510000);
INSERT INTO international VALUES (459,'WebGUI',10,'Rediger denne brugers profil',1031510000);
INSERT INTO international VALUES (460,'WebGUI',10,'Tidsforskel',1031510000);
INSERT INTO international VALUES (461,'WebGUI',10,'Dato format',1031510000);
INSERT INTO international VALUES (462,'WebGUI',10,'Tids format',1031510000);
INSERT INTO international VALUES (463,'WebGUI',10,'Tekst Area Rows',1031510000);
INSERT INTO international VALUES (464,'WebGUI',10,'Tekst Area Columns',1031510000);
INSERT INTO international VALUES (465,'WebGUI',10,'Tekst Box Size',1031510000);
INSERT INTO international VALUES (466,'WebGUI',10,'Er du sikker p<> du vil slette denne kategori og flytte indholdet over i diverse kategorien?',1031510000);
INSERT INTO international VALUES (467,'WebGUI',10,'Er du sikker p<> du vil slette dette felt, og alle relaterede brugerdata?',1031510000);
INSERT INTO international VALUES (469,'WebGUI',10,'Id',1031510000);
INSERT INTO international VALUES (470,'WebGUI',10,'Navn',1031510000);
INSERT INTO international VALUES (472,'WebGUI',10,'Label',1031510000);
INSERT INTO international VALUES (473,'WebGUI',10,'Synlig?',1031510000);
INSERT INTO international VALUES (474,'WebGUI',10,'P<>kr<6B>vet?',1031510000);
INSERT INTO international VALUES (475,'WebGUI',10,'Tekst',1031510000);
INSERT INTO international VALUES (476,'WebGUI',10,'Tekst omr<6D>de',1031510000);
INSERT INTO international VALUES (477,'WebGUI',10,'HTML omr<6D>de',1031510000);
INSERT INTO international VALUES (478,'WebGUI',10,'URL',1031510000);
INSERT INTO international VALUES (479,'WebGUI',10,'Dato',1031510000);
INSERT INTO international VALUES (480,'WebGUI',10,'Email Adresse',1031510000);
INSERT INTO international VALUES (481,'WebGUI',10,'Tlf. nr.',1031510000);
INSERT INTO international VALUES (482,'WebGUI',10,'Heltal',1031510000);
INSERT INTO international VALUES (483,'WebGUI',10,'Ja eller Nej',1031510000);
INSERT INTO international VALUES (484,'WebGUI',10,'V<>lg fra list',1031510000);
INSERT INTO international VALUES (485,'WebGUI',10,'Logisk (Checkboks)',1031510000);
INSERT INTO international VALUES (486,'WebGUI',10,'Data type',1031510000);
INSERT INTO international VALUES (487,'WebGUI',10,'Mulige v<>rdier',1031510000);
INSERT INTO international VALUES (488,'WebGUI',10,'Standard v<>rdi',1031510000);
INSERT INTO international VALUES (489,'WebGUI',10,'Profil kategori',1031510000);
INSERT INTO international VALUES (490,'WebGUI',10,'Tilf<6C>j en profil kategori',1031510000);
INSERT INTO international VALUES (491,'WebGUI',10,'Tilf<6C>j et profil felt',1031510000);
INSERT INTO international VALUES (492,'WebGUI',10,'Liste over profil felter',1031510000);
INSERT INTO international VALUES (493,'WebGUI',10,'Tilbage til Site',1031510000);
INSERT INTO international VALUES (494,'WebGUI',10,'Real Objects Edit-On Pro',1031510000);
INSERT INTO international VALUES (495,'WebGUI',10,'Indbygget editor',1031510000);
INSERT INTO international VALUES (496,'WebGUI',10,'Hvilken editor bruges',1031510000);
INSERT INTO international VALUES (497,'WebGUI',10,'Start dato',1031510000);
INSERT INTO international VALUES (498,'WebGUI',10,'Slut dato',1031510000);
INSERT INTO international VALUES (499,'WebGUI',10,'Wobject ID',1031510000);
INSERT INTO international VALUES (518,'WebGUI',1,'Inbox Notifications',1031514049);
INSERT INTO international VALUES (519,'WebGUI',1,'I would not like to be notified.',1031514049);
INSERT INTO international VALUES (520,'WebGUI',1,'I would like to be notified via email.',1031514049);
INSERT INTO international VALUES (521,'WebGUI',1,'I would like to be notified via email to pager.',1031514049);
INSERT INTO international VALUES (522,'WebGUI',1,'I would like to be notified via ICQ.',1031514049);
INSERT INTO international VALUES (523,'WebGUI',1,'Notification',1031514049);
INSERT INTO international VALUES (524,'WebGUI',1,'Add edit stamp to posts?',1031514049);
INSERT INTO international VALUES (525,'WebGUI',1,'Edit Content Settings',1031514049);
INSERT INTO international VALUES (526,'WebGUI',1,'Remove only JavaScript.',1031514049);
INSERT INTO international VALUES (528,'WebGUI',1,'Template Name',1031514049);
INSERT INTO international VALUES (529,'WebGUI',1,'results',1031514049);
INSERT INTO international VALUES (530,'WebGUI',1,'with <b>all</b> the words',1031514049);
INSERT INTO international VALUES (531,'WebGUI',1,'with the <b>exact phrase</b>',1031514049);
INSERT INTO international VALUES (532,'WebGUI',1,'with <b>at least one</b> of the words',1031514049);
INSERT INTO international VALUES (533,'WebGUI',1,'<b>without</b> the words',1031514049);
INSERT INTO international VALUES (535,'WebGUI',1,'Group To Alert On New User',1031514049);
INSERT INTO international VALUES (534,'WebGUI',1,'Alert on new user?',1031514049);
INSERT INTO international VALUES (536,'WebGUI',1,'A new user named ^@; has joined the site.',1031514049);
INSERT INTO international VALUES (56,'WebGUI',3,'Emailadres',1031516049);
INSERT INTO international VALUES (55,'WebGUI',3,'Wachtwoord (bevestigen)',1031516049);
INSERT INTO international VALUES (11,'Product',1,'Product Number',1031514049);
INSERT INTO international VALUES (2,'Product',1,'Are you certain you wish to delete the relationship to this accessory?',1031514049);
INSERT INTO international VALUES (54,'WebGUI',3,'Cre<72>er account',1031516049);
INSERT INTO international VALUES (53,'WebGUI',3,'Maak pagina printbaar',1031516049);
INSERT INTO international VALUES (579,'WebGUI',1,'Your message has been approved.',1031514049);
INSERT INTO international VALUES (52,'WebGUI',3,'Login',1031516049);
INSERT INTO international VALUES (51,'WebGUI',3,'Wachtwoord',1031516049);
INSERT INTO international VALUES (50,'WebGUI',3,'Gebruikersnaam',1031516049);
INSERT INTO international VALUES (49,'WebGUI',3,'Klik <a href=\"^\\;?op=logout\">hier</a> om uit te loggen.',1031516049);
INSERT INTO international VALUES (48,'WebGUI',3,'Hallo',1031516049);
INSERT INTO international VALUES (47,'WebGUI',3,'Home',1031516049);
INSERT INTO international VALUES (46,'WebGUI',3,'Mijn account',1031516049);
INSERT INTO international VALUES (45,'WebGUI',3,'\"Nee, ik heb een foutje gemaakt.\"',1031516049);
INSERT INTO international VALUES (44,'WebGUI',3,'\"Ja, ik weet het zeker.\"',1031516049);
INSERT INTO international VALUES (43,'WebGUI',3,'Weet u zeker dat u deze inhoud wilt verwijderen?',1031516049);
INSERT INTO international VALUES (42,'WebGUI',3,'Alstublieft bevestigen',1031516049);
INSERT INTO international VALUES (41,'WebGUI',3,'U probeert een vitaal component van het WebGUI systeem te verwijderen. Als u dit zou mogen dan zou WebGUI waarschijnlijk niet meer werken.',1031516049);
INSERT INTO international VALUES (40,'WebGUI',3,'Vitaal component',1031516049);
INSERT INTO international VALUES (39,'WebGUI',3,'U heeft niet voldoende privileges om deze pagina op te vragen.',1031516049);
INSERT INTO international VALUES (38,'WebGUI',3,'U heeft niet voldoende privileges om deze bewerking uit te voeren. ^a(Log in); als een gebruiker met voldoende privileges.',1031516049);
INSERT INTO international VALUES (37,'WebGUI',3,'Geen toegang!',1031516049);
INSERT INTO international VALUES (36,'WebGUI',3,'U moet een beheerder zijn om deze functie uit te voeren. Neem contact op met een van de beheerders:',1031516049);
INSERT INTO international VALUES (35,'WebGUI',3,'Administratieve functie',1031516049);
INSERT INTO international VALUES (34,'WebGUI',3,'Zet datum',1031516049);
INSERT INTO international VALUES (33,'WebGUI',3,'zaterdag',1031516049);
INSERT INTO international VALUES (32,'WebGUI',3,'vrijdag',1031516049);
INSERT INTO international VALUES (31,'WebGUI',3,'donderdag',1031516049);
INSERT INTO international VALUES (30,'WebGUI',3,'woensdag',1031516049);
INSERT INTO international VALUES (29,'WebGUI',3,'dinsdag',1031516049);
INSERT INTO international VALUES (29,'USS',3,'Gebruikers bijdrage systeem',1031516049);
INSERT INTO international VALUES (28,'WebGUI',3,'maandag',1031516049);
INSERT INTO international VALUES (28,'USS',3,'Ga terug naar bijdrage lijst',1031516049);
INSERT INTO international VALUES (27,'WebGUI',3,'zondag',1031516049);
INSERT INTO international VALUES (27,'USS',3,'Bewerk',1031516049);
INSERT INTO international VALUES (26,'WebGUI',3,'december',1031516049);
INSERT INTO international VALUES (574,'WebGUI',3,'Keur af',1031516049);
INSERT INTO international VALUES (25,'WebGUI',3,'november',1031516049);
INSERT INTO international VALUES (573,'WebGUI',3,'Laat in behandeling',1031516049);
INSERT INTO international VALUES (24,'WebGUI',3,'oktober',1031516049);
INSERT INTO international VALUES (572,'WebGUI',3,'Keur goed',1031516049);
INSERT INTO international VALUES (23,'WebGUI',3,'september',1031516049);
INSERT INTO international VALUES (22,'WebGUI',3,'augustus',1031516049);
INSERT INTO international VALUES (9,'Product',1,'Product Image 3',1031514049);
INSERT INTO international VALUES (7,'Product',1,'Product Image 1',1031514049);
INSERT INTO international VALUES (21,'WebGUI',3,'juli',1031516049);
INSERT INTO international VALUES (21,'USS',3,'Ingevoerd door',1031516049);
INSERT INTO international VALUES (20,'WebGUI',3,'juni',1031516049);
INSERT INTO international VALUES (575,'WebGUI',1,'Edit',1031514049);
INSERT INTO international VALUES (570,'WebGUI',1,'Lock Thread',1031514049);
INSERT INTO international VALUES (568,'WebGUI',1,'After-the-fact',1031514049);
INSERT INTO international VALUES (20,'USS',3,'Post nieuwe bijdrage',1031516049);
INSERT INTO international VALUES (20,'MessageBoard',3,'Laatste antwoord',1031516049);
INSERT INTO international VALUES (19,'WebGUI',3,'mei',1031516049);
INSERT INTO international VALUES (19,'USS',3,'Bewerk bijdrage',1031516049);
INSERT INTO international VALUES (19,'MessageBoard',3,'Antwoorden',1031516049);
INSERT INTO international VALUES (18,'WebGUI',3,'april',1031516049);
INSERT INTO international VALUES (18,'USS',3,'Bewerk gebruikers bijdrage systeem',1031516049);
INSERT INTO international VALUES (18,'MessageBoard',3,'Tread gestart',1031516049);
INSERT INTO international VALUES (17,'WebGUI',3,'maart',1031516049);
INSERT INTO international VALUES (16,'WebGUI',3,'februari',1031516049);
INSERT INTO international VALUES (17,'MessageBoard',3,'Post nieuw bericht',1031516049);
INSERT INTO international VALUES (17,'USS',3,'Weet u zeker dat u deze bijdrage wilt verwijderen?',1031516049);
INSERT INTO international VALUES (16,'USS',3,'Zonder titel',1031516049);
INSERT INTO international VALUES (16,'MessageBoard',3,'Datum',1031516049);
INSERT INTO international VALUES (15,'WebGUI',3,'januari',1031516049);
INSERT INTO international VALUES (15,'USS',3,'bewerk/Verwijder',1031516049);
INSERT INTO international VALUES (15,'MessageBoard',3,'Afzender',1031516049);
INSERT INTO international VALUES (14,'WebGUI',3,'Laat lopende aanmeldingen zien.',1031516049);
INSERT INTO international VALUES (14,'USS',3,'Status',1031516049);
INSERT INTO international VALUES (13,'WebGUI',3,'Laat help index zien.',1031516049);
INSERT INTO international VALUES (13,'USS',3,'Invoerdatum',1031516049);
INSERT INTO international VALUES (577,'WebGUI',3,'Post antwoord',1031516049);
INSERT INTO international VALUES (13,'LinkList',3,'Voeg een nieuwe link toe.',1031516049);
INSERT INTO international VALUES (13,'EventsCalendar',3,'Bewerk evenement',1031516049);
INSERT INTO international VALUES (13,'Article',3,'Verwijder',1031516049);
INSERT INTO international VALUES (12,'WebGUI',3,'Zet beheermode uit.',1031516049);
INSERT INTO international VALUES (12,'USS',3,'(niet aanvinken als u een HTML bijdrage levert.)',1031516049);
INSERT INTO international VALUES (12,'SQLReport',3,'Fout: Kon niet met de database verbinden.',1031516049);
INSERT INTO international VALUES (12,'EventsCalendar',3,'Bewerk evenementen kalender',1031516049);
INSERT INTO international VALUES (12,'LinkList',3,'Bewerk link',1031516049);
INSERT INTO international VALUES (12,'MessageBoard',3,'Bewerk bericht',1031516049);
INSERT INTO international VALUES (12,'Article',3,'Bewerk artikel',1031516049);
INSERT INTO international VALUES (11,'WebGUI',3,'Leeg prullenbak.',1031516049);
INSERT INTO international VALUES (11,'SQLReport',3,'Fout: Er was een probleem met de query',1031516049);
INSERT INTO international VALUES (11,'MessageBoard',3,'Terug naar berichten lijst',1031516049);
INSERT INTO international VALUES (11,'Article',3,'(Vink aan als u geen &lt;br&gt; manueel gebruikt.)',1031516049);
INSERT INTO international VALUES (10,'WebGUI',3,'Bekijk prullenbak.',1031516049);
INSERT INTO international VALUES (563,'WebGUI',3,'Standaard status',1031516049);
INSERT INTO international VALUES (10,'SQLReport',3,'Fout: De ingevoerde SQL instructie is van een verkeerd formaat.',1031516049);
INSERT INTO international VALUES (10,'Poll',3,'Begin opnieuw met stemmen',1031516049);
INSERT INTO international VALUES (10,'LinkList',3,'Bewerk link lijst',1031516049);
INSERT INTO international VALUES (10,'FAQ',3,'Bewerk vraag',1031516049);
INSERT INTO international VALUES (10,'Article',3,'Enter converteren?',1031516049);
INSERT INTO international VALUES (562,'WebGUI',3,'Lopend',1031516049);
INSERT INTO international VALUES (9,'WebGUI',3,'Bekijk klembord.',1031516049);
INSERT INTO international VALUES (9,'SQLReport',3,'Fout: De ingevoerde DSN is van een verkeerd formaat.',1031516049);
INSERT INTO international VALUES (9,'Poll',3,'Bewerk stemming',1031516049);
INSERT INTO international VALUES (9,'MessageBoard',3,'Bericht ID:',1031516049);
INSERT INTO international VALUES (9,'LinkList',3,'Weet u zeker dat u deze link wilt verwijderen?',1031516049);
INSERT INTO international VALUES (9,'FAQ',3,'Voeg een nieuwe vraag toe',1031516049);
INSERT INTO international VALUES (9,'EventsCalendar',3,'Tot',1031516049);
INSERT INTO international VALUES (9,'Article',3,'Bijlage',1031516049);
INSERT INTO international VALUES (713,'WebGUI',1,'Style Managers Group',1031514049);
INSERT INTO international VALUES (714,'WebGUI',1,'Template Managers Group',1031514049);
INSERT INTO international VALUES (8,'SQLReport',3,'Bewerk SQL rapport',1031516049);
INSERT INTO international VALUES (561,'WebGUI',3,'Afgekeurd',1031516049);
INSERT INTO international VALUES (8,'WebGUI',3,'Bekijk \'pagina niet gevonden\'.',1031516049);
INSERT INTO international VALUES (8,'LinkList',3,'URL',1031516049);
INSERT INTO international VALUES (8,'MessageBoard',3,'Datum:',1031516049);
INSERT INTO international VALUES (8,'Poll',3,'(Voer een antwoord per regel in. Niet meer dan 20.)',1031516049);
INSERT INTO international VALUES (8,'FAQ',3,'Bewerk FAQ',1031516049);
INSERT INTO international VALUES (8,'EventsCalendar',3,'Herhaalt elke',1031516049);
INSERT INTO international VALUES (8,'Article',3,'Link URL',1031516049);
INSERT INTO international VALUES (7,'WebGUI',3,'Beheer gebruikers',1031516049);
INSERT INTO international VALUES (7,'SQLReport',3,'Database wachtwoord',1031516049);
INSERT INTO international VALUES (560,'WebGUI',3,'Goedgekeurd',1031516049);
INSERT INTO international VALUES (7,'Poll',3,'Antwoorden',1031516049);
INSERT INTO international VALUES (7,'MessageBoard',3,'Naam:',1031516049);
INSERT INTO international VALUES (7,'FAQ',3,'Weet u zeker dat u deze vraag wilt verwijderen?',1031516049);
INSERT INTO international VALUES (7,'Article',3,'Link titel',1031516049);
INSERT INTO international VALUES (6,'WebGUI',3,'Beheer stijlen.',1031516049);
INSERT INTO international VALUES (6,'USS',3,'Bijdrages per pagina',1031516049);
INSERT INTO international VALUES (6,'SyndicatedContent',3,'Huidige inhoud',1031516049);
INSERT INTO international VALUES (6,'SQLReport',3,'Database gebruiker',1031516049);
INSERT INTO international VALUES (6,'SiteMap',3,'Inspringen',1031516049);
INSERT INTO international VALUES (6,'Poll',3,'Vraag',1031516049);
INSERT INTO international VALUES (6,'MessageBoard',3,'Bewerk berichten bord',1031516049);
INSERT INTO international VALUES (6,'LinkList',3,'Link lijst',1031516049);
INSERT INTO international VALUES (6,'FAQ',3,'Andwoord',1031516049);
INSERT INTO international VALUES (6,'ExtraColumn',3,'Bewerk extra kolom',1031516049);
INSERT INTO international VALUES (701,'WebGUI',3,'Week',1031516049);
INSERT INTO international VALUES (6,'Article',3,'Plaatje',1031516049);
INSERT INTO international VALUES (5,'WebGUI',3,'Beheer groepen.',1031516049);
INSERT INTO international VALUES (5,'USS',3,'Uw bijdrage is afgekeurd.',1031516049);
INSERT INTO international VALUES (5,'SyndicatedContent',3,'Laatste keer bijgewerkt',1031516049);
INSERT INTO international VALUES (5,'SQLReport',3,'DSN',1031516049);
INSERT INTO international VALUES (5,'SiteMap',3,'Bewerk sitemap',1031516049);
INSERT INTO international VALUES (5,'Poll',3,'Grafiek breedte',1031516049);
INSERT INTO international VALUES (566,'WebGUI',3,'Bewerk timeout',1031516049);
INSERT INTO international VALUES (72,'MessageBoard',1,'Main Template',1038678090);
INSERT INTO international VALUES (5,'FAQ',3,'Vraag',1031516049);
INSERT INTO international VALUES (5,'ExtraColumn',3,'Style sheet klasse (class)',1031516049);
INSERT INTO international VALUES (700,'WebGUI',3,'Dag',1031516049);
INSERT INTO international VALUES (4,'WebGUI',3,'Beheer instellingen.',1031516049);
INSERT INTO international VALUES (4,'USS',3,'Uw bijdrage is goedgekeurd.',1031516049);
INSERT INTO international VALUES (4,'SQLReport',3,'Query',1031516049);
INSERT INTO international VALUES (4,'SyndicatedContent',3,'Bewerk syndicated content',1031516049);
INSERT INTO international VALUES (4,'Poll',3,'Wie kan stemmen?',1031516049);
INSERT INTO international VALUES (4,'SiteMap',3,'Diepteniveau',1031516049);
INSERT INTO international VALUES (4,'MessageBoard',3,'Berichten per pagina',1031516049);
INSERT INTO international VALUES (4,'ExtraColumn',3,'Breedte',1031516049);
INSERT INTO international VALUES (4,'EventsCalendar',3,'Gebeurt maar een keer.',1031516049);
INSERT INTO international VALUES (4,'Article',3,'Eind datum',1031516049);
INSERT INTO international VALUES (3,'WebGUI',3,'Plakken van het klemboord...',1031516049);
INSERT INTO international VALUES (3,'USS',3,'U heeft een nieuwe bijdrage om goed te keuren.',1031516049);
INSERT INTO international VALUES (3,'SQLReport',3,'Sjabloon',1031516049);
INSERT INTO international VALUES (3,'SiteMap',3,'Op dit niveau beginnen?',1031516049);
INSERT INTO international VALUES (3,'Poll',3,'Aktief',1031516049);
INSERT INTO international VALUES (564,'WebGUI',3,'Wie kan posten',1031516049);
INSERT INTO international VALUES (3,'LinkList',3,'Open in nieuw venster?',1031516049);
INSERT INTO international VALUES (3,'ExtraColumn',3,'Tussenruimte',1031516049);
INSERT INTO international VALUES (3,'Article',3,'Begindatum',1031516049);
INSERT INTO international VALUES (2,'WebGUI',3,'Pagina',1031516049);
INSERT INTO international VALUES (2,'USS',3,'Wie kan bijdragen?',1031516049);
INSERT INTO international VALUES (2,'SyndicatedContent',3,'Syndicated content',1031516049);
INSERT INTO international VALUES (2,'SiteMap',3,'Sitemap',1031516049);
INSERT INTO international VALUES (2,'MessageBoard',3,'Berichtenbord',1031516049);
INSERT INTO international VALUES (2,'FAQ',3,'FAQ',1031516049);
INSERT INTO international VALUES (2,'EventsCalendar',3,'Evenementen kalender',1031516049);
INSERT INTO international VALUES (1,'WebGUI',3,'Inhoud toevoegen...',1031516049);
INSERT INTO international VALUES (1,'USS',3,'Wie kan goedkeuren?',1031516049);
INSERT INTO international VALUES (1,'SyndicatedContent',3,'URL naar RSS bestand',1031516049);
INSERT INTO international VALUES (1,'SQLReport',3,'SQL rapport',1031516049);
INSERT INTO international VALUES (1,'Poll',3,'Stemming',1031516049);
INSERT INTO international VALUES (1,'ExtraColumn',3,'Extra kolom',1031516049);
INSERT INTO international VALUES (88,'EventsCalendar',1,'Show 6 months from start.',1038190632);
INSERT INTO international VALUES (1,'Article',3,'Artikel',1031516049);
INSERT INTO international VALUES (537,'WebGUI',1,'Karma',1031514049);
INSERT INTO international VALUES (538,'WebGUI',1,'Karma Threshold',1031514049);
INSERT INTO international VALUES (539,'WebGUI',1,'Enable Karma?',1031514049);
INSERT INTO international VALUES (540,'WebGUI',1,'Karma Per Login',1031514049);
INSERT INTO international VALUES (20,'Poll',1,'Karma Per Vote',1031514049);
INSERT INTO international VALUES (541,'WebGUI',1,'Karma Per Post',1031514049);
INSERT INTO international VALUES (5,'Product',1,'Are you certain you wish to delete this specification?',1031514049);
INSERT INTO international VALUES (542,'WebGUI',1,'Previous..',1031514049);
INSERT INTO international VALUES (543,'WebGUI',1,'Add a new image group.',1031514049);
INSERT INTO international VALUES (1,'WobjectProxy',10,'Wobject der skal laves proxy fra',1036856119);
INSERT INTO international VALUES (661,'WebGUI',10,'Fil indstillinger, Redig<69>r',1036856289);
INSERT INTO international VALUES (586,'WebGUI',10,'Sprog',1037205357);
INSERT INTO international VALUES (598,'WebGUI',10,'Redig<69>r sprog',1037205737);
INSERT INTO international VALUES (551,'WebGUI',1,'Notice',1031514049);
INSERT INTO international VALUES (552,'WebGUI',1,'Pending',1031514049);
INSERT INTO international VALUES (553,'WebGUI',1,'Status',1031514049);
INSERT INTO international VALUES (554,'WebGUI',1,'Take Action',1031514049);
INSERT INTO international VALUES (555,'WebGUI',1,'Edit this user\'s karma.',1031514049);
INSERT INTO international VALUES (556,'WebGUI',1,'Amount',1031514049);
INSERT INTO international VALUES (557,'WebGUI',1,'Description',1031514049);
INSERT INTO international VALUES (558,'WebGUI',1,'Edit User\'s Karma',1031514049);
INSERT INTO international VALUES (6,'Item',1,'Edit Item',1031514049);
INSERT INTO international VALUES (559,'WebGUI',1,'Run On Registration',1031514049);
INSERT INTO international VALUES (13,'Product',1,'Brochure',1031514049);
INSERT INTO international VALUES (14,'Product',1,'Manual',1031514049);
INSERT INTO international VALUES (15,'Product',1,'Warranty',1031514049);
INSERT INTO international VALUES (16,'Product',1,'Add Accessory',1031514049);
INSERT INTO international VALUES (17,'Product',1,'Accessory',1031514049);
INSERT INTO international VALUES (18,'Product',1,'Add another accessory?',1031514049);
INSERT INTO international VALUES (21,'Product',1,'Add another related product?',1031514049);
INSERT INTO international VALUES (19,'Product',1,'Add Related Product',1031514049);
INSERT INTO international VALUES (20,'Product',1,'Related Product',1031514049);
INSERT INTO international VALUES (22,'Product',1,'Edit Feature',1031514049);
INSERT INTO international VALUES (23,'Product',1,'Feature',1031514049);
INSERT INTO international VALUES (24,'Product',1,'Add another feature?',1031514049);
INSERT INTO international VALUES (25,'Product',1,'Edit Specification',1031514049);
INSERT INTO international VALUES (26,'Product',1,'Label',1031514049);
INSERT INTO international VALUES (27,'Product',1,'Specification',1031514049);
INSERT INTO international VALUES (28,'Product',1,'Add another specification?',1031514049);
INSERT INTO international VALUES (29,'Product',1,'Units',1031514049);
INSERT INTO international VALUES (30,'Product',1,'Features',1031514049);
INSERT INTO international VALUES (31,'Product',1,'Specifications',1031514049);
INSERT INTO international VALUES (32,'Product',1,'Accessories',1031514049);
INSERT INTO international VALUES (33,'Product',1,'Related Products',1031514049);
INSERT INTO international VALUES (34,'Product',1,'Add a feature.',1031514049);
INSERT INTO international VALUES (35,'Product',1,'Add a specification.',1031514049);
INSERT INTO international VALUES (36,'Product',1,'Add an accessory.',1031514049);
INSERT INTO international VALUES (37,'Product',1,'Add a related product.',1031514049);
INSERT INTO international VALUES (581,'WebGUI',1,'Add New Value',1031514049);
INSERT INTO international VALUES (582,'WebGUI',1,'Leave Blank',1031514049);
INSERT INTO international VALUES (583,'WebGUI',1,'Max Image Size',1031514049);
INSERT INTO international VALUES (1,'WobjectProxy',1,'Wobject To Proxy',1031514049);
INSERT INTO international VALUES (2,'WobjectProxy',1,'Edit Wobject Proxy',1031514049);
INSERT INTO international VALUES (3,'WobjectProxy',1,'Wobject Proxy',1031514049);
INSERT INTO international VALUES (4,'WobjectProxy',1,'Wobject proxying failed. Perhaps the proxied wobject has been deleted.',1031514049);
INSERT INTO international VALUES (5,'USS',7,'<27><><C4><FA>Ͷ<C4><B8>ܾ<BE><DCBE><F8>',1031510000);
INSERT INTO international VALUES (5,'SyndicatedContent',7,'<27><><D7><EE><BA><F3>ȡ<E1><C8A1>',1031510000);
INSERT INTO international VALUES (5,'SQLReport',7,'DSN',1031510000);
INSERT INTO international VALUES (5,'SiteMap',7,'<27><B1><E0BCAD>վ<F8><D5BE>ͼ',1031510000);
INSERT INTO international VALUES (5,'Poll',7,'ͼ<>ο<D0><CEBF><ED>',1031510000);
INSERT INTO international VALUES (5,'MessageBoard',7,'<27><B1><E0BCAD>ʱ',1031510000);
INSERT INTO international VALUES (818,'WebGUI',1,'Deactivated',1038431300);
INSERT INTO international VALUES (5,'Item',7,'<27><><CF>ظ<D4><D8B8><BD>',1031510000);
INSERT INTO international VALUES (5,'FAQ',7,'<27><><CE><CA>',1031510000);
INSERT INTO international VALUES (5,'ExtraColumn',7,'<27><><B7><E7><B8><F1> Class',1031510000);
INSERT INTO international VALUES (700,'WebGUI',7,'<27><>',1031510000);
INSERT INTO international VALUES (20,'EventsCalendar',7,'<27><><CC><ED><BC><D3><CA><C2><CE><F1>',1031510000);
INSERT INTO international VALUES (38,'USS',7,'(<28><><C8><E7><B9><FB>ʹ<FA><CAB9><D3>˳<C1><CBB3>ı<CE><C4B1><BE><D3>ԣ<D1><D4A3><AC>ѡ<EB>񡰷񡱡<F1A1B0B7>)',1031510000);
INSERT INTO international VALUES (4,'WebGUI',7,'<27><><B9><DC><C0><ED><C9>á<D6>',1031510000);
INSERT INTO international VALUES (4,'USS',7,'<27><><C4><FA>Ͷ<C4><CDB6><B8><E5>ͨ<D1><CDA8><B9><FD><C9>ˡ<BA>',1031510000);
INSERT INTO international VALUES (4,'SyndicatedContent',7,'<27>༭ͬ<E0BCAD><CDAC><B2><BD><C4><DA>',1031510000);
INSERT INTO international VALUES (4,'SQLReport',7,'<27><>ѯ',1031510000);
INSERT INTO international VALUES (4,'SiteMap',7,'չ<><D5B9><BF><AA><C9><EE>',1031510000);
INSERT INTO international VALUES (4,'Poll',7,'ͶƱȨ<C6B1>ޣ<CF>',1031510000);
INSERT INTO international VALUES (4,'MessageBoard',7,'ÿҳ<C3BF><D2B3>ʾ',1031510000);
INSERT INTO international VALUES (4,'Item',7,'<27><>Ŀ',1031510000);
INSERT INTO international VALUES (4,'ExtraColumn',7,'<27><><BF><ED>',1031510000);
INSERT INTO international VALUES (4,'EventsCalendar',7,'ֻ<><D6BB><B7><A2>һ<FA>Ρ<B4>',1031510000);
INSERT INTO international VALUES (4,'Article',7,'<27><><BD><E1><CA><F8><C8><D5>',1031510000);
INSERT INTO international VALUES (3,'WebGUI',7,'<27>Ӽ<B4><D3BC><F4><CC><F9><B0><E5>ճ<D0><D5B3>...',1031510000);
INSERT INTO international VALUES (3,'USS',7,'<27><><C4><FA>һƪ<D2BB>µ<D0><C2B5>û<D3>Ͷ<A7><CDB6><B8>ȴ<B5><C8B4><FD><C9>ˡ<BA>',1031510000);
INSERT INTO international VALUES (3,'SQLReport',7,'<27><><B1><A8>ģ<E6><C4A3>',1031510000);
INSERT INTO international VALUES (3,'SiteMap',7,'<27>Ƿ<CA><C7B7>Ӵ˼<D3B4><CBBC><B6><B1><F0>ʼ<AA><CABC>',1031510000);
INSERT INTO international VALUES (3,'Poll',7,'<27><><BC><A4>',1031510000);
INSERT INTO international VALUES (3,'MessageBoard',7,'<27><><B7><A2>Ȩ<ED>ޣ<CF>',1031510000);
INSERT INTO international VALUES (3,'LinkList',7,'<27>Ƿ<CA><C7B7><F1><D4>´<D0><C2B4><B0><BF>д򿪣<D0B4>',1031510000);
INSERT INTO international VALUES (3,'Item',7,'ɾ<><C9BE><B3><FD><B8><BD>',1031510000);
INSERT INTO international VALUES (3,'ExtraColumn',7,'<27>հ<BF>',1031510000);
INSERT INTO international VALUES (3,'Article',7,'<27><>ʼ<AA><CABC><C8><D5>',1031510000);
INSERT INTO international VALUES (2,'WebGUI',7,'ҳ',1031510000);
INSERT INTO international VALUES (2,'USS',7,'Ͷ<><CDB6>Ȩ<E5>ޣ<CF>',1031510000);
INSERT INTO international VALUES (2,'SyndicatedContent',7,'ͬ<><CDAC><B2><BD><C4><DA>',1031510000);
INSERT INTO international VALUES (2,'SiteMap',7,'<27><>վ<F8><D5BE>ͼ',1031510000);
INSERT INTO international VALUES (2,'MessageBoard',7,'<27><><B9><AB><B8><E6>',1031510000);
INSERT INTO international VALUES (2,'Item',7,'<27><><B8><BD>',1031510000);
INSERT INTO international VALUES (2,'FAQ',7,'F.A.Q.',1031510000);
INSERT INTO international VALUES (2,'EventsCalendar',7,'<27><><D0><D0><CA><C2>',1031510000);
INSERT INTO international VALUES (507,'WebGUI',7,'<27>༭ģ<E0BCAD><C4A3>',1031510000);
INSERT INTO international VALUES (1,'WebGUI',7,'<27><><CC><ED><BC><D3><C4><DA>...',1031510000);
INSERT INTO international VALUES (1,'USS',7,'<27><><C9><F3>Ȩ<CB>ޣ<CF>',1031510000);
INSERT INTO international VALUES (1,'SyndicatedContent',7,'RSS <20>ļ<CE><C4BC><FE><C1><B4>',1031510000);
INSERT INTO international VALUES (1,'SQLReport',7,'SQL <20><><B1><A8>',1031510000);
INSERT INTO international VALUES (1,'Poll',7,'<27><><B5><F7>',1031510000);
INSERT INTO international VALUES (1,'Item',7,'<27><><C1><B4> URL',1031510000);
INSERT INTO international VALUES (1,'ExtraColumn',7,'<27><>չ<A9><D5B9>',1031510000);
INSERT INTO international VALUES (1,'Article',7,'<27><><CE><C4>',1031510000);
INSERT INTO international VALUES (367,'WebGUI',7,'<27><><B9><FD>ʱ<DA><CAB1>',1031510000);
INSERT INTO international VALUES (5,'WebGUI',7,'<27><><B9><DC><C0>û<D3><C3BB>顣',1031510000);
INSERT INTO international VALUES (6,'Article',7,'ͼƬ',1031510000);
INSERT INTO international VALUES (701,'WebGUI',7,'<27><><D0><C7>',1031510000);
INSERT INTO international VALUES (6,'ExtraColumn',7,'<27><B1><E0BCAD>չ<A9><D5B9>',1031510000);
INSERT INTO international VALUES (6,'FAQ',7,'<27>ش<BB>',1031510000);
INSERT INTO international VALUES (6,'LinkList',7,'<27><><C1><B4><BD>б<C1>',1031510000);
INSERT INTO international VALUES (6,'MessageBoard',7,'<27><B1><E0BCAD><B9><AB><B8><E6>',1031510000);
INSERT INTO international VALUES (6,'Poll',7,'<27><><CE><CA>',1031510000);
INSERT INTO international VALUES (6,'SiteMap',7,'<27><><CB><F5>',1031510000);
INSERT INTO international VALUES (6,'SQLReport',7,'<27><><CA>ݿ<BE><DDBF>û<D3>',1031510000);
INSERT INTO international VALUES (6,'SyndicatedContent',7,'<27><>ǰ<B1><C7B0><C4><DA>',1031510000);
INSERT INTO international VALUES (6,'USS',7,'ÿҳͶ<D2B3><CDB6><B8><E5>',1031510000);
INSERT INTO international VALUES (6,'WebGUI',7,'<27><><B9><DC><C0><ED><B7><E7>',1031510000);
INSERT INTO international VALUES (7,'Article',7,'<27><><C1>ӱ<BD><D3B1><EA>',1031510000);
INSERT INTO international VALUES (7,'FAQ',7,'<27><><C4>Ƿ<CA>ȷ<F1><C8B7><D0><C5>Ҫɾ<D2AA><C9BE><B3><FD><D5><E2><B8><F6><CE>⣿',1031510000);
INSERT INTO international VALUES (7,'MessageBoard',7,'<27><><D7>ߣ<D5>',1031510000);
INSERT INTO international VALUES (7,'Poll',7,'<27>ش<BB>',1031510000);
INSERT INTO international VALUES (7,'SQLReport',7,'<27><><CA>ݿ<BE><DDBF><E2><C3><DC>',1031510000);
INSERT INTO international VALUES (7,'USS',7,'ͨ<><CDA8>',1031510000);
INSERT INTO international VALUES (7,'WebGUI',7,'<27><><B9><DC><C0>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (8,'Article',7,'<27><><C1><B4> URL',1031510000);
INSERT INTO international VALUES (8,'EventsCalendar',7,'<27>ظ<D6><D8B8><B4><D6><DC>',1031510000);
INSERT INTO international VALUES (8,'FAQ',7,'<27>༭ F.A.Q.',1031510000);
INSERT INTO international VALUES (8,'LinkList',7,'URL',1031510000);
INSERT INTO international VALUES (8,'MessageBoard',7,'<27><><C8>ڣ<C6>',1031510000);
INSERT INTO international VALUES (8,'Poll',7,'<27><>ÿ<A8><C3BF><D0><D0><CA><E4>һ<EB><D2BB><CC>𰸡<B4><F0B0B8A1><A3><D7><B6><E0B2BB><B3><AC>20<32><30><CC><F5><A1><A3>',1031510000);
INSERT INTO international VALUES (9,'MessageBoard',7,'<27><><CE><C4> ID:',1031510000);
INSERT INTO international VALUES (11,'MessageBoard',7,'<27><><B7><B5><BB><D8><CE><C4><D5>б<C1>',1031510000);
INSERT INTO international VALUES (12,'MessageBoard',7,'<27><B1><E0BCAD><CE><C4>',1031510000);
INSERT INTO international VALUES (13,'MessageBoard',7,'<27><><B7><A2><B1>ظ<BB>',1031510000);
INSERT INTO international VALUES (15,'MessageBoard',7,'<27><><D7><F7>',1031510000);
INSERT INTO international VALUES (16,'MessageBoard',7,'<27><><C8><D5>',1031510000);
INSERT INTO international VALUES (17,'MessageBoard',7,'<27><><B7><A2><B1><ED><D0><C2><CE><C4>',1031510000);
INSERT INTO international VALUES (18,'MessageBoard',7,'<27><><CF><DF><CB><F7>ʼ',1031510000);
INSERT INTO international VALUES (19,'MessageBoard',7,'<27>ظ<BB>',1031510000);
INSERT INTO international VALUES (20,'MessageBoard',7,'<27><><D7><EE><BA>ظ<BB>',1031510000);
INSERT INTO international VALUES (21,'MessageBoard',7,'<27><><B9><DC>Ȩ<ED>ޣ<CF>',1031510000);
INSERT INTO international VALUES (22,'MessageBoard',7,'ɾ<><C9BE><B3><FD><CE><C4>',1031510000);
INSERT INTO international VALUES (9,'Poll',7,'<27><B1><E0BCAD><B5><F7>',1031510000);
INSERT INTO international VALUES (10,'Poll',7,'<27><>ʼ<F5><CABC>ͶƱ<CDB6><C6B1>',1031510000);
INSERT INTO international VALUES (11,'Poll',7,'ͶƱ<CDB6><C6B1>',1031510000);
INSERT INTO international VALUES (8,'SQLReport',7,'Edit SQL Report',1031510000);
INSERT INTO international VALUES (8,'USS',7,'<27><><B1>ܾ<BE>',1031510000);
INSERT INTO international VALUES (8,'WebGUI',7,'<27><><C4><B2><E9BFB4>ҳ<C4><C3><E6B2BB><B4>ڡ<D4>',1031510000);
INSERT INTO international VALUES (9,'Article',7,'<27><><B8><BD>',1031510000);
INSERT INTO international VALUES (9,'EventsCalendar',7,'ֱ<><D6B1>',1031510000);
INSERT INTO international VALUES (9,'FAQ',7,'<27><><CC><ED><BC><D3><D0><C2><CE>⡣',1031510000);
INSERT INTO international VALUES (9,'LinkList',7,'<27><><C4>Ƿ<CA>ȷ<F1><C8B7>Ҫɾ<D2AA><C9BE><B3><FD><B4><CB><C1>ӣ<BD>',1031510000);
INSERT INTO international VALUES (9,'SQLReport',7,'<b>Debug:</b> Error: The DSN specified is of an improper format.',1031510000);
INSERT INTO international VALUES (9,'USS',7,'<27><><C9><F3><BA><CB>',1031510000);
INSERT INTO international VALUES (9,'WebGUI',7,'<27><B2><E9BFB4><BC><F4><CC><F9>',1031510000);
INSERT INTO international VALUES (10,'Article',7,'<27>Ƿ<CA>ת<F1><D7AA><BB>س<BB><D8B3><B5><B7><FB>',1031510000);
INSERT INTO international VALUES (10,'FAQ',7,'<27><B1><E0BCAD><CE><CA>',1031510000);
INSERT INTO international VALUES (10,'LinkList',7,'<27><B1><E0BCAD><C1><B4><BD>б<C1>',1031510000);
INSERT INTO international VALUES (10,'SQLReport',7,'<b>Debug:</b> Error: The SQL specified is of an improper format.',1031510000);
INSERT INTO international VALUES (10,'USS',7,'Ĭ<><C4AC>״̬',1031510000);
INSERT INTO international VALUES (10,'WebGUI',7,'<27><><B9><DC><C0><ED><C0><AC><BB><F8>',1031510000);
INSERT INTO international VALUES (11,'Article',7,'(<28><><C8><E7><B9><FB>û<FA><C3BB><D3>ֶ<CA><D6B6><AF><CA><E4>&lt;br&gt;<3B><><A3><AC>ѡ<EB><D1A1><D4><F1><A1>ǡ<CA>)',1031510000);
INSERT INTO international VALUES (76,'EventsCalendar',1,'Delete only this event.',1031514049);
INSERT INTO international VALUES (11,'SQLReport',7,'<b>Debug:</b> Error: There was a problem with the query.',1031510000);
INSERT INTO international VALUES (11,'WebGUI',7,'<27><><C7><E5><BF><D5><C0><AC><BB><F8>',1031510000);
INSERT INTO international VALUES (12,'Article',7,'<27><B1><E0BCAD><CE><C4>',1031510000);
INSERT INTO international VALUES (12,'EventsCalendar',7,'<27><B1><E0BCAD><D0><D0><CA><C2>',1031510000);
INSERT INTO international VALUES (12,'LinkList',7,'<27><B1><E0BCAD><C1><B4>',1031510000);
INSERT INTO international VALUES (12,'SQLReport',7,'<b>Debug:</b> Error: Could not connect to the database.',1031510000);
INSERT INTO international VALUES (12,'USS',7,'(<28><><C8><E7><B9><FB>ʹ<FA><CAB9><D3>˳<C1><CBB3>ı<CE><C4B1><BE><D3>ԣ<D1><D4A3>벻Ҫѡ<D2AA><D1A1><D4><F1><B4><CB>)',1031510000);
INSERT INTO international VALUES (12,'WebGUI',7,'<27>˳<CD><CBB3><F6><B9><DC>',1031510000);
INSERT INTO international VALUES (13,'Article',7,'ɾ<><C9BE>',1031510000);
INSERT INTO international VALUES (13,'EventsCalendar',7,'<27><B1><E0BCAD><CA><C2>',1031510000);
INSERT INTO international VALUES (13,'LinkList',7,'<27><><CC><ED><BC><D3><D0><C2><C1>ӡ<BD>',1031510000);
INSERT INTO international VALUES (13,'USS',7,'Ͷ<><CDB6>ʱ<E5><CAB1>',1031510000);
INSERT INTO international VALUES (13,'WebGUI',7,'<27><B2><E9BFB4><B0><EF><D6><FA><CB><F7>',1031510000);
INSERT INTO international VALUES (764,'WebGUI',1,'Edit this collateral item.',1036892856);
INSERT INTO international VALUES (516,'WebGUI',7,'<27><><BD><F8><C8><EB><B9><DC>',1031510000);
INSERT INTO international VALUES (517,'WebGUI',7,'<27>˳<CD><CBB3><F6><B9><DC>',1031510000);
INSERT INTO international VALUES (515,'WebGUI',7,'<27>Ƿ<CA><C7B7><F1><CC>ӱ༭<D3B1><E0BCAD><B4><C1>',1031510000);
INSERT INTO international VALUES (14,'USS',7,'״̬',1031510000);
INSERT INTO international VALUES (14,'WebGUI',7,'<27><B2>ȴ<B5><C8B4><FD><C9>˵<BA>Ͷ<C4><CDB6>',1031510000);
INSERT INTO international VALUES (15,'USS',7,'<27>༭/ɾ<><C9BE>',1031510000);
INSERT INTO international VALUES (15,'WebGUI',7,'һ<><D2BB>',1031510000);
INSERT INTO international VALUES (16,'USS',7,'<27>ޱ<CE><DEB1><EA>',1031510000);
INSERT INTO international VALUES (16,'WebGUI',7,'<27><><B6><FE>',1031510000);
INSERT INTO international VALUES (17,'USS',7,'<27><>ȷ<FA><C8B7>Ҫɾ<D2AA><C9BE><B3>˸<B4><CBB8><E5><BC><FE><C2><F0>',1031510000);
INSERT INTO international VALUES (17,'WebGUI',7,'<27><><C8><FD>',1031510000);
INSERT INTO international VALUES (18,'USS',7,'<27><B1>û<D3>Ͷ<A7><CDB6>ϵͳ',1031510000);
INSERT INTO international VALUES (18,'WebGUI',7,'<27><><CB><C4>',1031510000);
INSERT INTO international VALUES (19,'USS',7,'<27>༭Ͷ<E0BCAD><CDB6>',1031510000);
INSERT INTO international VALUES (19,'WebGUI',7,'<27><><CE><E5>',1031510000);
INSERT INTO international VALUES (20,'USS',7,'<27><>ҪͶ<D2AA><CDB6>',1031510000);
INSERT INTO international VALUES (20,'WebGUI',7,'<27><><C1><F9>',1031510000);
INSERT INTO international VALUES (21,'USS',7,'<27><><B7><A2><B1><ED>',1031510000);
INSERT INTO international VALUES (21,'WebGUI',7,'<27><><C6><DF>',1031510000);
INSERT INTO international VALUES (22,'WebGUI',7,'<27><><B0><CB>',1031510000);
INSERT INTO international VALUES (23,'WebGUI',7,'<27><><BE><C5>',1031510000);
INSERT INTO international VALUES (24,'USS',7,'ͨ<><CDA8>',1031510000);
INSERT INTO international VALUES (24,'WebGUI',7,'ʮ<><CAAE>',1031510000);
INSERT INTO international VALUES (25,'USS',7,'<27><><BC><CC><D0><F8><C9><F3>',1031510000);
INSERT INTO international VALUES (25,'WebGUI',7,'ʮһ<CAAE><D2BB>',1031510000);
INSERT INTO international VALUES (26,'USS',7,'<27>ܾ<BE>',1031510000);
INSERT INTO international VALUES (26,'WebGUI',7,'ʮ<><CAAE><B6><FE>',1031510000);
INSERT INTO international VALUES (27,'USS',7,'<27>༭',1031510000);
INSERT INTO international VALUES (27,'WebGUI',7,'<27><><D0><C7><C6><DA>',1031510000);
INSERT INTO international VALUES (28,'USS',7,'<27><><B7>ظ<BB><D8B8><E5><BC>б<C1>',1031510000);
INSERT INTO international VALUES (28,'WebGUI',7,'<27><><D0><C7>һ',1031510000);
INSERT INTO international VALUES (29,'USS',7,'<27>û<D3>Ͷ<A7><CDB6>ϵͳ',1031510000);
INSERT INTO international VALUES (29,'WebGUI',7,'<27><><D0>ڶ<C6>',1031510000);
INSERT INTO international VALUES (30,'WebGUI',7,'<27><><D0><C7><C6><DA>',1031510000);
INSERT INTO international VALUES (31,'WebGUI',7,'<27><><D0><C7><C6><DA>',1031510000);
INSERT INTO international VALUES (32,'WebGUI',7,'<27><><D0><C7><C6><DA>',1031510000);
INSERT INTO international VALUES (33,'WebGUI',7,'<27><><D0><C7><C6><DA>',1031510000);
INSERT INTO international VALUES (34,'WebGUI',7,'<27><><C9><E8><D6><C3><C8><D5>',1031510000);
INSERT INTO international VALUES (35,'WebGUI',7,'<27><><B9><DC><C0><ED><B9><A6>',1031510000);
INSERT INTO international VALUES (36,'WebGUI',7,'<27><><C4><FA><B1><D8><D0><EB>ϵͳ<CFB5><CDB3><B9><DC>Ա<ED><D4B1><B2><C5>ʹ<DC>ô˹<C3B4><CBB9>ܡ<C4><DCA1><A3><C7><EB>ϵ<AA><CFB5><C4><FA>ϵͳ<CFB5><CDB3><B9><DC>Ա<ED><D4B1><A1><A3><D2><D4><CF>DZ<CA>ϵͳ<CFB5><CDB3>ϵͳ<CFB5><CDB3><B9><DC>Ա<ED><C7><E5B5A5>',1031510000);
INSERT INTO international VALUES (37,'WebGUI',7,'Ȩ<>ޱ<CF><DEB1>ܾ<BE><DCBE><F8>',1031510000);
INSERT INTO international VALUES (404,'WebGUI',7,'<27><>һҳ',1031510000);
INSERT INTO international VALUES (38,'WebGUI',7,'<27><>û<FA><C3BB><D3><D7><E3B9BB>Ȩ<C4><C8A8>ִ<DE>д<D0><D0B4><CB><CF><EE><B2><D9><D7><F7><A1><A3>^a(<28><>¼);Ȼ<><C8BB><BA><F3><D4><D9>һ<D4>Ρ<B4>',1031510000);
INSERT INTO international VALUES (39,'WebGUI',7,'<27>Բ<B6><D4B2><BB><C6><F0><A3><AC>û<FA><C3BB><D3><D7><E3B9BB>Ȩ<C4>޷<CF><DEB7><C3>һҳ<D2BB><D2B3>',1031510000);
INSERT INTO international VALUES (40,'WebGUI',7,'ϵͳ<CFB5><CDB3><D7><E9>',1031510000);
INSERT INTO international VALUES (41,'WebGUI',7,'<27><><C4><FA>Ҫɾ<D2AA><C9BE>һ<FD><D2BB>ϵͳ<CFB5><CDB3><D7><E9><BC><FE><A1><A3><C8><E7><B9><FB><C4><FA><BC><CC><D0><F8>ϵͳ<CFB5><CDB3><B9>ܿ<C4><DCBF>ܻ<C4><DCBB>ܵ<CA>Ӱ<BD>졣',1031510000);
INSERT INTO international VALUES (42,'WebGUI',7,'<27><>ȷ<EB><C8B7>',1031510000);
INSERT INTO international VALUES (43,'WebGUI',7,'<27><><C4>Ƿ<CA>ȷ<F1><C8B7>Ҫɾ<D2AA><C9BE><B3><FD><B4><CB><C4><DA><C8><DD><C2><F0>',1031510000);
INSERT INTO international VALUES (44,'WebGUI',7,'<27>ǵģ<C7B5><C4A3><AC>ȷ<D2><C8B7><B6><A8>',1031510000);
INSERT INTO international VALUES (45,'WebGUI',7,'<27><><B2><BB><A3>Ұ<CE><D2B0><B4><B4>ˡ<C1>',1031510000);
INSERT INTO international VALUES (46,'WebGUI',7,'<27>ҵ<CE><D2B5>ʻ<D5>',1031510000);
INSERT INTO international VALUES (47,'WebGUI',7,'<27><>ҳ',1031510000);
INSERT INTO international VALUES (48,'WebGUI',7,'<27><>ӭ<B6><D3AD>',1031510000);
INSERT INTO international VALUES (49,'WebGUI',7,'<27><><B5><E3> <a href=\"^;?op=logout\"><3E>˴<B4></a> <20>˳<CD><CBB3><F6>¼<C7><C2BC>',1031510000);
INSERT INTO international VALUES (50,'WebGUI',7,'<27>ʻ<D5>',1031510000);
INSERT INTO international VALUES (51,'WebGUI',7,'<27><><C3><DC>',1031510000);
INSERT INTO international VALUES (52,'WebGUI',7,'<27><>¼',1031510000);
INSERT INTO international VALUES (53,'WebGUI',7,'<27><>ӡ<F2><D3A1>ҳ',1031510000);
INSERT INTO international VALUES (54,'WebGUI',7,'<27><><B4><B4><BD>ʻ<D5>',1031510000);
INSERT INTO international VALUES (55,'WebGUI',7,'<27><><C3>루ȷ<EBA3A8>ϣ<C8>',1031510000);
INSERT INTO international VALUES (56,'WebGUI',7,'<27><><B5><E7><D7>ʼ<D3>',1031510000);
INSERT INTO international VALUES (57,'WebGUI',7,'<27><><B4><CB>ֻ<EE><D6BB><D4><DA>ϣ<FA><CFA3>ʹ<FB>õ<D3><C3B5><BD>Ҫ<E8><D2AA><B5><E7><D7>ʼ<D3><CABC>Ĺ<B5><C4B9>ܵ<C4>ʱ<C4><CAB1><BA><F2><D3>á<D3>',1031510000);
INSERT INTO international VALUES (58,'WebGUI',7,'<27><><CE>Ѿ<D2><D1BE><AD><D3><D0>һ<CB><D2BB><B8>ʻ<D5><CABB><A7>',1031510000);
INSERT INTO international VALUES (59,'WebGUI',7,'<27><><CE><D2><CD><FC><BC><C7><C1><CB><C3>롣',1031510000);
INSERT INTO international VALUES (60,'WebGUI',7,'<27><><C4>Ƿ<CA><C7B7><F1><D5><E6>ϣ<C4><CFA3>ע<FB><D7A2><CF><FA><C4><FA><B5>ʻ<D5><CABB><A7><A3><BF><C8><E7><B9><FB><C4><FA><BC><CC><D0><F8><A3><AC><C4><FA><B5>ʻ<D5><CABB><A7>Ϣ<C5><CFA2><BD><AB><B1><BB><D3><C0>ɾ<C3><C9BE><B3><FD>',1031510000);
INSERT INTO international VALUES (61,'WebGUI',7,'<27><><B8><FC><D0>ʻ<D5><CABB><A7>Ϣ',1031510000);
INSERT INTO international VALUES (62,'WebGUI',7,'<27><><B1><A3>',1031510000);
INSERT INTO international VALUES (63,'WebGUI',7,'<27><><BD><F8><C8><EB><B9><DC><C0><ED>',1031510000);
INSERT INTO international VALUES (64,'WebGUI',7,'<27>˳<CD><CBB3><F6>¼<C7><C2BC>',1031510000);
INSERT INTO international VALUES (65,'WebGUI',7,'<27><>ɾ<EB><C9BE><B3>ҵ<CE><D2B5>ʻ<D5><CABB><A7>',1031510000);
INSERT INTO international VALUES (66,'WebGUI',7,'<27>û<D3><C3BB><A7>¼',1031510000);
INSERT INTO international VALUES (67,'WebGUI',7,'<27><><B4><B4><BD><A8><D0>ʻ<D5><CABB><A7>',1031510000);
INSERT INTO international VALUES (68,'WebGUI',7,'<27><><C4><FA><CA><E4><C8><EB><B5>ʻ<D5><CABB><A7>Ϣ<C5><CFA2>Ч<DE><D0A7><A1><A3><BF><C9><C4><DC><CA><C7><C4><FA><CA><E4><C8><EB><B5>ʻ<D5><CABB><A7><B2><BB><B4>ڣ<D4><DAA3><AC><BB><F2><CA><E4><C8>˴<C1><CBB4><ED><CE><F3><B5><C4><C3>롣',1031510000);
INSERT INTO international VALUES (69,'WebGUI',7,'<27><><C8><E7><B9><FB><C4><FA>ҪЭ<D2AA><D0AD><D6><FA><A3><AC><C7><EB>ϵϵͳ<CFB5><CDB3><B9><DC>Ա<ED><D4B1>',1031510000);
INSERT INTO international VALUES (70,'WebGUI',7,'<27><><B4><ED>',1031510000);
INSERT INTO international VALUES (71,'WebGUI',7,'<27>ָ<BB><D6B8><B4><C3><DC>',1031510000);
INSERT INTO international VALUES (72,'WebGUI',7,'<27>ָ<BB>',1031510000);
INSERT INTO international VALUES (73,'WebGUI',7,'<27>û<D3><C3BB><A7>¼',1031510000);
INSERT INTO international VALUES (74,'WebGUI',7,'<27>ʻ<D5><CABB><A7>Ϣ',1031510000);
INSERT INTO international VALUES (75,'WebGUI',7,'<27><><C4><FA><B5>ʻ<D5><CABB><A7>Ϣ<C5>Ѿ<D2><D1BE><AD><B7>͵<CB><CDB5><BD><C4>ĵ<B5><C4B5><E7><D7>ʼ<D3><CABC>С<D6>',1031510000);
INSERT INTO international VALUES (76,'WebGUI',7,'<27>Բ<B6><D4B2>𣬴˵<F0A3ACB4><CBB5><E7><D7>ʼ<D3><CABC><FE>ַ<D8><D6B7><B2><BB>ϵͳ<CFB5><CDB3><CA>ݿ<BE><DDBF>С<D6>',1031510000);
INSERT INTO international VALUES (77,'WebGUI',7,'<27>Բ<B6><D4B2>𣬴<C6><F0A3ACB4>ʻ<D5><CABB><A7><C3>ѱ<D2><D1B1><BB><C6><E4><CB>û<D3>ʹ<A7>á<D3><C3A1><A3><C7><EB><C1><ED>ѡ<E2><D1A1>һ<F1><D2BB><B8>û<D3><C3BB><A7><C3><FB><A1><A3><CE>ǽ<C3><C7BD><A8><D2><E9>ʹ<FA><CAB9><D3><C3><D2><D4><CF><C2><C3><FB><D7><D6>Ϊ<F7><CEAA>¼<C7><C2BC><C3><FB>',1031510000);
INSERT INTO international VALUES (78,'WebGUI',7,'<27><><C4><FA><CA><E4><C8><EB><B5><C4><C3>һ<EBB2BB>£<D6><C2A3><AC><C7><EB><D6><D8><D0><C2><CA>롣',1031510000);
INSERT INTO international VALUES (79,'WebGUI',7,'<27><><B2><BB><C4><DC><C1>ӵ<BD>Ŀ¼<C4BF><C2BC><B7><FE><CE><F1><C6><F7>',1031510000);
INSERT INTO international VALUES (80,'WebGUI',7,'<27><><B4><B4><BD>ʻ<D5><CABB>ɹ<B3><C9B9><A6>',1031510000);
INSERT INTO international VALUES (81,'WebGUI',7,'<27><><B8><FC><D0>ʻ<D5><CABB>ɹ<B3><C9B9><A6>',1031510000);
INSERT INTO international VALUES (82,'WebGUI',7,'<27><><B9><DC><C0><ED><B9><A6>...',1031510000);
INSERT INTO international VALUES (536,'WebGUI',7,'<27><><D0>û<D3> ^@; <20>ռ<B8><D5BC>뱾վ<EBB1BE><D5BE>',1031510000);
INSERT INTO international VALUES (84,'WebGUI',7,'<27>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (85,'WebGUI',7,'<27><><C3><E8>',1031510000);
INSERT INTO international VALUES (86,'WebGUI',7,'<27><>ȷ<FA><C8B7>Ҫɾ<D2AA><C9BE><B3><FD><B4>û<D3><C3BB><A7><D7>𣿴<C2><F0A3BFB4><CB><CF><EE><B2><D9><D7><F7><BD><AB><D3><C0>ɾ<C3><C9BE><B3><FD><B4>û<D3><C3BB><D7><E9A3AC>ȡ<A2><C8A1><CF><FB><B4>û<D3><C3BB><A7><D7><E9><CB><F9><D3><D0><CF><E0>Ȩ<D8>ޡ<CF>',1031510000);
INSERT INTO international VALUES (87,'WebGUI',7,'<27><B1>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (88,'WebGUI',7,'<27>û<D3><C3BB><A7><D7><E9>Ա',1031510000);
INSERT INTO international VALUES (89,'WebGUI',7,'<27>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (90,'WebGUI',7,'<27><><CC><ED><BC><D3><D0>顣',1031510000);
INSERT INTO international VALUES (91,'WebGUI',7,'<27><>һҳ',1031510000);
INSERT INTO international VALUES (92,'WebGUI',7,'<27><>һҳ',1031510000);
INSERT INTO international VALUES (93,'WebGUI',7,'<27><><B0><EF>',1031510000);
INSERT INTO international VALUES (94,'WebGUI',7,'<27>ο<B2>',1031510000);
INSERT INTO international VALUES (95,'WebGUI',7,'<27><><B0><EF><D6><FA><CB><F7>',1031510000);
INSERT INTO international VALUES (99,'WebGUI',7,'<27><><B1><EA>',1031510000);
INSERT INTO international VALUES (100,'WebGUI',7,'Meta <20><>ʶ',1031510000);
INSERT INTO international VALUES (101,'WebGUI',7,'<27><>ȷ<FA><C8B7>Ҫɾ<D2AA><C9BE><B3><FD>ҳ<CB><D2B3><C3>Լ<D2>ҳ<B0><D2B3><C3>ڵ<C4><DAB5><C4><CB><F9><D3><D0><C4>ݺ<C8><DDBA><CD><D7><E9><BC><FE><C2><F0>',1031510000);
INSERT INTO international VALUES (102,'WebGUI',7,'<27>༭ҳ<E0BCAD><D2B3>',1031510000);
INSERT INTO international VALUES (103,'WebGUI',7,'ҳ<><D2B3><C3><E6><C3><E8>',1031510000);
INSERT INTO international VALUES (104,'WebGUI',7,'ҳ<><D2B3> URL',1031510000);
INSERT INTO international VALUES (105,'WebGUI',7,'<27><><B7><E7>',1031510000);
INSERT INTO international VALUES (106,'WebGUI',7,'ѡ<><D1A1><D4><F1><A1>ǡ<CA><C7A1><B1><BD><AB>ҳ<BE><D2B3><C3>¼<CF><C2BC><B6><CB><F9>ҳ<D0><D2B3><C3><E6><B7><E7><B8><F1>Ϊ<C4>˷<B4><CBB7><E7><B8><F1>',1031510000);
INSERT INTO international VALUES (107,'WebGUI',7,'Ȩ<><C8A8><CF><DE><C9><E8>',1031510000);
INSERT INTO international VALUES (108,'WebGUI',7,'ӵ<><D3B5><D3><D0>',1031510000);
INSERT INTO international VALUES (109,'WebGUI',7,'ӵ<><D3B5><D3>߷<D5><DFB7><C3>Ȩ<CA>ޣ<CF>',1031510000);
INSERT INTO international VALUES (110,'WebGUI',7,'ӵ<><D3B5><D3>߱༭Ȩ<E0BCAD>ޣ<CF>',1031510000);
INSERT INTO international VALUES (111,'WebGUI',7,'<27>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (112,'WebGUI',7,'<27>û<D3><C3BB><A7><D7><E9><B7><C3>Ȩ<CA>ޣ<CF>',1031510000);
INSERT INTO international VALUES (113,'WebGUI',7,'<27>û<D3><C3BB><A7><D7>༭Ȩ<E0BCAD>ޣ<CF>',1031510000);
INSERT INTO international VALUES (114,'WebGUI',7,'<27>κ<C8><CEBA>˿ɷ<CBBF><C9B7>ʣ<CE>',1031510000);
INSERT INTO international VALUES (115,'WebGUI',7,'<27>κ<C8><CEBA>˿ɱ༭<C9B1><E0BCAD>',1031510000);
INSERT INTO international VALUES (116,'WebGUI',7,'ѡ<><D1A1><D4><F1><A1>ǡ<CA><C7A1><B1><BD><AB>ҳ<BE><D2B3><C3>¼<CF><C2BC><B6><CB><F9>ҳ<D0><D2B3>Ȩ<E6>޸<CF>Ϊ<C4><CEAA>Ȩ<CB><C8A8><CF><DE><C9>á<D6>',1031510000);
INSERT INTO international VALUES (117,'WebGUI',7,'<27><B1>û<D3><C3BB><A7><C9><E8>',1031510000);
INSERT INTO international VALUES (118,'WebGUI',7,'<27><><C4><E4><C3>û<D3>ע<A7><D7A2>',1031510000);
INSERT INTO international VALUES (119,'WebGUI',7,'Ĭ<><C4AC><C8>û<D3><C3BB><A7>֤<CF><D6A4>ʽ',1031510000);
INSERT INTO international VALUES (120,'WebGUI',7,'Ĭ<><C4AC> LDAP URL',1031510000);
INSERT INTO international VALUES (121,'WebGUI',7,'Ĭ<><C4AC> LDAP Identity',1031510000);
INSERT INTO international VALUES (122,'WebGUI',7,'LDAP Identity <20><>',1031510000);
INSERT INTO international VALUES (123,'WebGUI',7,'LDAP Password <20><>',1031510000);
INSERT INTO international VALUES (124,'WebGUI',7,'<27><B1><E0BCAD>˾<AB><CBBE>Ϣ',1031510000);
INSERT INTO international VALUES (125,'WebGUI',7,'<27><>˾<AB><CBBE>',1031510000);
INSERT INTO international VALUES (126,'WebGUI',7,'<27><>˾<AB><CBBE><B5><E7><D7>ʼ<D3><CABC><FE>ַ',1031510000);
INSERT INTO international VALUES (127,'WebGUI',7,'<27><>˾<AB><CBBE><C1><B4>',1031510000);
INSERT INTO international VALUES (130,'WebGUI',7,'<27><><D7>󸽼<B4><F3B8BDBC><FE>С',1031510000);
INSERT INTO international VALUES (133,'WebGUI',7,'<27><B1>ʼ<D3><CABC><FE><C9><E8>',1031510000);
INSERT INTO international VALUES (134,'WebGUI',7,'<27>ָ<BB><D6B8><B4><C3><DC><C2>ʼ<D3><CABC><FE><C4><DA>',1031510000);
INSERT INTO international VALUES (135,'WebGUI',7,'<27>ʼ<D3><CABC><FE><B7><FE><CE><F1>',1031510000);
INSERT INTO international VALUES (138,'WebGUI',7,'<27><>',1031510000);
INSERT INTO international VALUES (139,'WebGUI',7,'<27><>',1031510000);
INSERT INTO international VALUES (140,'WebGUI',7,'<27>һ<E0BCAD><D2BB><B0><E3><C9><E8>',1031510000);
INSERT INTO international VALUES (141,'WebGUI',7,'Ĭ<><C4AC>δ<CF>ҵ<D5>ҳ<BD><D2B3>',1031510000);
INSERT INTO international VALUES (142,'WebGUI',7,'<27>Ի<B6><D4BB><B0>ʱ',1031510000);
INSERT INTO international VALUES (143,'WebGUI',7,'<27><><B9><DC><C0><ED><C9><E8>',1031510000);
INSERT INTO international VALUES (144,'WebGUI',7,'<27>鿴ͳ<E9BFB4><CDB3><BC><C6>Ϣ<C5><CFA2>',1031510000);
INSERT INTO international VALUES (145,'WebGUI',7,'ϵͳ<CFB5>汾',1031510000);
INSERT INTO international VALUES (146,'WebGUI',7,'<27><BB>Ի<B6>',1031510000);
INSERT INTO international VALUES (147,'WebGUI',7,'ҳ<><D2B3><C3><E6>',1031510000);
INSERT INTO international VALUES (148,'WebGUI',7,'<27><><D7><E9><BC><FE>',1031510000);
INSERT INTO international VALUES (149,'WebGUI',7,'<27>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (533,'WebGUI',7,'<b><3E><><B2><BB><B0><FC></b><3E><><CB><D1><CB><F7>',1031510000);
INSERT INTO international VALUES (532,'WebGUI',7,'<27><><B0><FC><b><3E><><D6><C1>һ<D9><D2BB></b><3E><><CB><D1><CB><F7>',1031510000);
INSERT INTO international VALUES (151,'WebGUI',7,'<27><><B7><E7><B8><F1>',1031510000);
INSERT INTO international VALUES (505,'WebGUI',7,'<27><><CC><ED>һ<D3><D2BB><B8><F6>ģ<C2><C4A3>',1031510000);
INSERT INTO international VALUES (504,'WebGUI',7,'ģ<><C4A3>',1031510000);
INSERT INTO international VALUES (502,'WebGUI',7,'<27><>ȷ<FA><C8B7>Ҫɾ<D2AA><C9BE><B3><FD>ģ<CB><B0><E5A3AC><B2><A2><BD><AB><CB><F9>ʹ<D0>ô<D3>ģ<CB><C4A3><B0><E5>ҳ<C4><D2B3><C3><E6>ΪĬ<CEAA><C4AC>ģ<CF>壿',1031510000);
INSERT INTO international VALUES (154,'WebGUI',7,'<27><><B7><E7><B8><F1>',1031510000);
INSERT INTO international VALUES (155,'WebGUI',7,'<27><>ȷ<FA><C8B7>Ҫɾ<D2AA><C9BE><B3><FD>ҳ<CB><D2B3><C3><E6><B7>񣬲<B8><F1A3ACB2><A2><BD><AB><CB><F9>ʹ<D0>ô˷<C3B4><CBB7><E7><B8><F1>ҳ<C4><D2B3><C3><E6><B7><E7><B8><F1>Ϊ<E8><CEAA><A1><B0>ȫģʽ<C4A3><CABD><A1><B1><B7><E7><B8><F1>',1031510000);
INSERT INTO international VALUES (156,'WebGUI',7,'<27><B1><E0BCAD><B7><E7>',1031510000);
INSERT INTO international VALUES (157,'WebGUI',7,'<27><><B7><E7>',1031510000);
INSERT INTO international VALUES (158,'WebGUI',7,'<27><><CC><ED><BC>·<D0><C2B7><E7><B8><F1>',1031510000);
INSERT INTO international VALUES (160,'WebGUI',7,'<27><CC><E1BDBB><C8><D5>',1031510000);
INSERT INTO international VALUES (161,'WebGUI',7,'<27><CC><E1BDBB>',1031510000);
INSERT INTO international VALUES (162,'WebGUI',7,'<27><><C4>Ƿ<CA>ȷ<F1><C8B7>Ҫ<A8><D2AA><C7><E5><BF><D5><C0><AC><BB><F8><CF><E4><D6><D0><CB><F9>ҳ<D0><D2B3><C3><E6><BA><CD><D7><E9><BC><FE><C2><F0>',1031510000);
INSERT INTO international VALUES (163,'WebGUI',7,'<27><><CC><ED><BC>û<D3>',1031510000);
INSERT INTO international VALUES (164,'WebGUI',7,'<27>û<D3><C3BB><A7>֤<CF><D6A4>ʽ',1031510000);
INSERT INTO international VALUES (165,'WebGUI',7,'LDAP URL',1031510000);
INSERT INTO international VALUES (166,'WebGUI',7,'<27><><C1><AC> DN',1031510000);
INSERT INTO international VALUES (167,'WebGUI',7,'<27><><C4>Ƿ<CA>ȷ<F1><C8B7>Ҫɾ<D2AA><C9BE><B3><FD><B4>û<D3><C3BB><A7><C2><F0>ע<BF><D7A2>ɾ<E2><C9BE><B3>û<D3><C3BB><A7><BD><AB><D3><C0>ɾ<C3><C9BE><B3><FD><B8>û<D3><C3BB><A7><B5><C4><CB><F9><D3><D0>Ϣ<C5><CFA2>',1031510000);
INSERT INTO international VALUES (168,'WebGUI',7,'<27><B1>û<D3>',1031510000);
INSERT INTO international VALUES (169,'WebGUI',7,'<27><><CC><ED><BC><D3><D0>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (170,'WebGUI',7,'<27><><CB><D1>',1031510000);
INSERT INTO international VALUES (171,'WebGUI',7,'<27><><BF>ӻ<CA><D3BB>༭',1031510000);
INSERT INTO international VALUES (174,'WebGUI',7,'<27>Ƿ<CA><C7B7><F1>ʾ<D4><CABE><B1>⣿',1031510000);
INSERT INTO international VALUES (175,'WebGUI',7,'<27>Ƿ<CA>ִ<F1>к<D0><D0BA><EA><C3>',1031510000);
INSERT INTO international VALUES (228,'WebGUI',7,'<27><B1><E0BCAD>Ϣ...',1031510000);
INSERT INTO international VALUES (229,'WebGUI',7,'<27><><B1><EA>',1031510000);
INSERT INTO international VALUES (230,'WebGUI',7,'<27><>Ϣ',1031510000);
INSERT INTO international VALUES (231,'WebGUI',7,'<27><><B7><A2><B2><BC><D0><C2>Ϣ...',1031510000);
INSERT INTO international VALUES (232,'WebGUI',7,'<27>ޱ<CE><DEB1><EA>',1031510000);
INSERT INTO international VALUES (233,'WebGUI',7,'(eom)',1031510000);
INSERT INTO international VALUES (234,'WebGUI',7,'<27><><B7><A2><B1><ED>Ӧ...',1031510000);
INSERT INTO international VALUES (237,'WebGUI',7,'<27><><B1>⣺',1031510000);
INSERT INTO international VALUES (238,'WebGUI',7,'<27><><D7>ߣ<D5>',1031510000);
INSERT INTO international VALUES (239,'WebGUI',7,'<27><><C8>ڣ<C6>',1031510000);
INSERT INTO international VALUES (240,'WebGUI',7,'<27><>Ϣ ID:',1031510000);
INSERT INTO international VALUES (244,'WebGUI',7,'<27><><D7><F7>',1031510000);
INSERT INTO international VALUES (245,'WebGUI',7,'<27><><C8><D5>',1031510000);
INSERT INTO international VALUES (304,'WebGUI',7,'<27><><D3><EF>',1031510000);
INSERT INTO international VALUES (306,'WebGUI',7,'<27>û<D3><C3BB><A7><C3><FB><B0><F3>',1031510000);
INSERT INTO international VALUES (307,'WebGUI',7,'<27>Ƿ<CA>ʹ<F1><CAB9>Ĭ<C3><C4AC> meta <20><>ʶ<EA><CAB6><B7><FB>',1031510000);
INSERT INTO international VALUES (308,'WebGUI',7,'<27><B1>û<D3><C3BB><A7><CA><F4><D0><D4><C9><E8>',1031510000);
INSERT INTO international VALUES (309,'WebGUI',7,'<27>Ƿ<CA><C7B7><F1><D4><CA>ʹ<ED><CAB9><D3><C3>ʵ<E6><CAB5><D0><D5><C3><FB>',1031510000);
INSERT INTO international VALUES (310,'WebGUI',7,'<27>Ƿ<CA><C7B7><F1><D4><CA>ʹ<ED><CAB9><D3><C3>չ<A9><D5B9>ϵ<AA><CFB5>Ϣ<C5><CFA2>',1031510000);
INSERT INTO international VALUES (311,'WebGUI',7,'<27>Ƿ<CA><C7B7><F1><D4><CA>ʹ<ED>ü<D3>ͥ<D2><CDA5>Ϣ<C5><CFA2>',1031510000);
INSERT INTO international VALUES (312,'WebGUI',7,'<27>Ƿ<CA><C7B7><F1><D4><CA>ʹ<ED><CAB9><D3><C3>ҵ<CC><D2B5>Ϣ<C5><CFA2>',1031510000);
INSERT INTO international VALUES (313,'WebGUI',7,'<27>Ƿ<CA><C7B7><F1><D4><CA>ʹ<ED><CAB9><D3><C3><C6><E4><CB><FB>Ϣ<C5><CFA2>',1031510000);
INSERT INTO international VALUES (314,'WebGUI',7,'<27><>',1031510000);
INSERT INTO international VALUES (315,'WebGUI',7,'<27>м<D6><D0BC><E4>',1031510000);
INSERT INTO international VALUES (316,'WebGUI',7,'<27><>',1031510000);
INSERT INTO international VALUES (317,'WebGUI',7,'<a href=\"http://www.icq.com\">ICQ</a> UIN',1031510000);
INSERT INTO international VALUES (318,'WebGUI',7,'<a href=\"http://www.aol.com/aim/homenew.adp\">AIM</a> ID',1031510000);
INSERT INTO international VALUES (319,'WebGUI',7,'<a href=\"http://messenger.msn.com/\">MSN Messenger</a> ID',1031510000);
INSERT INTO international VALUES (320,'WebGUI',7,'<a href=\"http://messenger.yahoo.com/\">Yahoo! Messenger</a> ID',1031510000);
INSERT INTO international VALUES (321,'WebGUI',7,'<27>ƶ<D2><C6B6>绰',1031510000);
INSERT INTO international VALUES (322,'WebGUI',7,'<27><><B4><AB>',1031510000);
INSERT INTO international VALUES (323,'WebGUI',7,'<27><>ͥסַ',1031510000);
INSERT INTO international VALUES (324,'WebGUI',7,'<27><><B3><C7>',1031510000);
INSERT INTO international VALUES (325,'WebGUI',7,'ʡ<><CAA1>',1031510000);
INSERT INTO international VALUES (326,'WebGUI',7,'<27><><D3><CA><D5><FE><B1><E0>',1031510000);
INSERT INTO international VALUES (327,'WebGUI',7,'<27><><B9><FA>',1031510000);
INSERT INTO international VALUES (328,'WebGUI',7,'סլ<D7A1>绰',1031510000);
INSERT INTO international VALUES (329,'WebGUI',7,'<27><>λ<A5><CEBB>ַ',1031510000);
INSERT INTO international VALUES (330,'WebGUI',7,'<27><><B3><C7>',1031510000);
INSERT INTO international VALUES (331,'WebGUI',7,'ʡ<><CAA1>',1031510000);
INSERT INTO international VALUES (332,'WebGUI',7,'<27><><D3><CA><D5><FE><B1><E0>',1031510000);
INSERT INTO international VALUES (333,'WebGUI',7,'<27><><B9><FA>',1031510000);
INSERT INTO international VALUES (334,'WebGUI',7,'<27><>λ<A5>绰',1031510000);
INSERT INTO international VALUES (335,'WebGUI',7,'<27>Ա<D0>',1031510000);
INSERT INTO international VALUES (336,'WebGUI',7,'<27><><C9><FA>',1031510000);
INSERT INTO international VALUES (337,'WebGUI',7,'<27><><B8><F6><C8><CB>ҳ',1031510000);
INSERT INTO international VALUES (338,'WebGUI',7,'<27><B1>û<D3><C3BB><A7><CA><F4>',1031510000);
INSERT INTO international VALUES (339,'WebGUI',7,'<27><>',1031510000);
INSERT INTO international VALUES (340,'WebGUI',7,'Ů',1031510000);
INSERT INTO international VALUES (341,'WebGUI',7,'<27><B1>û<D3><C3BB><A7><CA>ԡ<D0>',1031510000);
INSERT INTO international VALUES (342,'WebGUI',7,'<27><B1>ʻ<D5><CABB><A7>Ϣ',1031510000);
INSERT INTO international VALUES (343,'WebGUI',7,'<27><B2>û<D3><C3BB><A7><CA>ԡ<D0>',1031510000);
INSERT INTO international VALUES (351,'WebGUI',7,'<27><>Ϣ',1031510000);
INSERT INTO international VALUES (345,'WebGUI',7,'<27><><B2>DZ<CA>վ<BE>û<D3>',1031510000);
INSERT INTO international VALUES (346,'WebGUI',7,'<27><><B4>û<D3><C3BB><A7><B2><BB><D4>DZ<CA>վ<BE>û<D3><C3BB><A7><A1>޷<CE><DEB7><CC><E1B9A9><B4>û<D3><C3BB>ĸ<B5><C4B8><FC><B6><E0>Ϣ<C5><CFA2>',1031510000);
INSERT INTO international VALUES (347,'WebGUI',7,'<27><B2>û<D3><C3BB><A7><CA>ԣ<D0>',1031510000);
INSERT INTO international VALUES (348,'WebGUI',7,'<27><><D0><D5>',1031510000);
INSERT INTO international VALUES (349,'WebGUI',7,'<27><><D7>°汾',1031510000);
INSERT INTO international VALUES (350,'WebGUI',7,'<27><><BD><E1>',1031510000);
INSERT INTO international VALUES (352,'WebGUI',7,'<27><><B7><A2><B3><F6><C8><D5>',1031510000);
INSERT INTO international VALUES (471,'WebGUI',7,'<27><B1>û<D3><C3BB><A7><CA><F4><D0><D4>',1031510000);
INSERT INTO international VALUES (355,'WebGUI',7,'Ĭ<><C4AC>',1031510000);
INSERT INTO international VALUES (356,'WebGUI',7,'ģ<><C4A3>',1031510000);
INSERT INTO international VALUES (357,'WebGUI',7,'<27><><D0><C2>',1031510000);
INSERT INTO international VALUES (358,'WebGUI',7,'<27>󵼺<D7>',1031510000);
INSERT INTO international VALUES (359,'WebGUI',7,'<27>ҵ<D3><D2B5><BC>',1031510000);
INSERT INTO international VALUES (360,'WebGUI',7,'һ<><D2BB><BC><D3>',1031510000);
INSERT INTO international VALUES (361,'WebGUI',7,'<27><><C8><FD>һ',1031510000);
INSERT INTO international VALUES (362,'WebGUI',7,'ƽ<><C6BD>',1031510000);
INSERT INTO international VALUES (363,'WebGUI',7,'ģ<>嶨λ',1031510000);
INSERT INTO international VALUES (364,'WebGUI',7,'<27><><CB><D1>',1031510000);
INSERT INTO international VALUES (365,'WebGUI',7,'<27><><CB><D1><CB><F7><BD><E1>...',1031510000);
INSERT INTO international VALUES (366,'WebGUI',7,'û<><C3BB><D3>ҵ<D5><D2B5><BD><B7><FB><BA><CF><CB><D1><CB><F7><CC><F5><BC><FE>ҳ<C4>档',1031510000);
INSERT INTO international VALUES (368,'WebGUI',7,'<27><><BD><AB><B4>û<D3><C3BB><A7><BC><D3><C8><EB><D0>û<D3><C3BB>顣',1031510000);
INSERT INTO international VALUES (369,'WebGUI',7,'<27><><B9><FD><C6><DA><C8><D5>',1031510000);
INSERT INTO international VALUES (370,'WebGUI',7,'<27><B1>û<D3><C3BB><A7><B7><D6>',1031510000);
INSERT INTO international VALUES (371,'WebGUI',7,'<27><><CC><ED><BC>û<D3><C3BB><A7><B7><D6>',1031510000);
INSERT INTO international VALUES (372,'WebGUI',7,'<27><B1>û<D3><C3BB><A7><CB><F9><CA><F4>Ⱥ',1031510000);
INSERT INTO international VALUES (605,'WebGUI',1,'Add Groups',1031514049);
INSERT INTO international VALUES (374,'WebGUI',7,'<27><><B9><DC><C0><ED><B0><FC><B9><FC>',1031510000);
INSERT INTO international VALUES (375,'WebGUI',7,'ѡ<><D1A1>Ҫչ<D2AA><D5B9><BF>İ<B5><C4B0><FC><B9><FC>',1031510000);
INSERT INTO international VALUES (376,'WebGUI',7,'<27><><B0><FC>',1031510000);
INSERT INTO international VALUES (377,'WebGUI',7,'<27><><B0><FC><B9><FC><B9><DC>Ա<ED><D4B1>ϵͳ<CFB5><CDB3><B9><DC>Աû<D4B1>ж<D3><D0B6><A8><D2><E5><B0><FC><B9><FC>',1031510000);
INSERT INTO international VALUES (31,'USS',7,'<27><><C4><DA>',1031510000);
INSERT INTO international VALUES (32,'USS',7,'ͼƬ',1031510000);
INSERT INTO international VALUES (33,'USS',7,'<27><><B8><BD>',1031510000);
INSERT INTO international VALUES (34,'USS',7,'ת<><D7AA><BB>س<BB>',1031510000);
INSERT INTO international VALUES (35,'USS',7,'<27><><B1><EA>',1031510000);
INSERT INTO international VALUES (80,'EventsCalendar',1,'Event Template',1038190379);
INSERT INTO international VALUES (378,'WebGUI',7,'<27>û<D3> ID',1031510000);
INSERT INTO international VALUES (379,'WebGUI',7,'<27>û<D3><C3BB><A7> ID',1031510000);
INSERT INTO international VALUES (380,'WebGUI',7,'<27><><B7><E7> ID',1031510000);
INSERT INTO international VALUES (381,'WebGUI',7,'ϵͳ<CFB5>յ<CA>һ<BD><D2BB><B8><F6>Ч<DE>ı<B5><C4B1><ED><B5><A5><C7><EB><C7><F3><A3>޷<CE><DEB7><A8><BC><CC><D0><F8><A1><A3>ͨ<B1><CDA8><B9><FD><B1><ED><B5><A5><CA><E4><C8><EB>һЩ<D2BB>Ƿ<B7><C7B7>ַ<D7><D6B7><FB>ͨ<AC><CDA8><B3><BB><E1B5BC><D6><C2><D5><E2><B8><F6><BD><E1><B9><FB><A1><C7><EBB0B4><E4><AF><C0><C0><C6>ķ<B5><C4B7>ذ<BB>Ŧ<B4><C5A6><B7><B5><BB><D8>ҳ<CF><D2B3><D6><D8><D0><C2><CA>롣',1031510000);
INSERT INTO international VALUES (1,'FileManager',7,'<27><><CF>ع<D4><D8B9><DC>',1031510000);
INSERT INTO international VALUES (3,'FileManager',7,'<27>Ƿ<CA>ִ<F1><D6B4><D0><D0><CC><ED><BC>ļ<CE><C4BC><FE>',1031510000);
INSERT INTO international VALUES (5,'FileManager',7,'<27>ļ<CE><C4BC><FE><B1><EA>',1031510000);
INSERT INTO international VALUES (6,'FileManager',7,'<27><><CF><C2><D4>ļ<CE>',1031510000);
INSERT INTO international VALUES (7,'FileManager',7,'<27><><CF><C2><D4>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (8,'FileManager',7,'<27><><BC><F2>',1031510000);
INSERT INTO international VALUES (9,'FileManager',7,'<27><B1><E0BCAD><CF>ع<D4><D8B9><DC>Ա',1031510000);
INSERT INTO international VALUES (10,'FileManager',7,'<27><B1><E0BCAD><CF><C2>',1031510000);
INSERT INTO international VALUES (11,'FileManager',7,'<27><><CC><ED><BC><D3><D0><C2><CF><C2>',1031510000);
INSERT INTO international VALUES (12,'FileManager',7,'<27><><C4>Ƿ<CA>ȷ<F1><C8B7>Ҫɾ<D2AA><C9BE><B3><FD><B4><CB><CF><C2><D4><D8><CF><EE><C2><F0>',1031510000);
INSERT INTO international VALUES (14,'FileManager',7,'<27>ļ<CE>',1031510000);
INSERT INTO international VALUES (15,'FileManager',7,'<27><><C3><E8>',1031510000);
INSERT INTO international VALUES (16,'FileManager',7,'<27><><C9><CF><D4><D8><C8><D5>',1031510000);
INSERT INTO international VALUES (37,'USS',7,'ɾ<><C9BE>',1031510000);
INSERT INTO international VALUES (13,'SQLReport',7,'Convert carriage returns?',1031510000);
INSERT INTO international VALUES (17,'FileManager',7,'<27><><C6><E4><CB>汾 #1',1031510000);
INSERT INTO international VALUES (18,'FileManager',7,'<27><><C6><E4><CB>汾 #2',1031510000);
INSERT INTO international VALUES (19,'FileManager',7,'û<><C3BB><D3><D0><C4><FA><BF><C9><D2><D4><CF>ص<D4><D8B5>ļ<CE><C4BC><FE>',1031510000);
INSERT INTO international VALUES (14,'EventsCalendar',7,'<27><>ʼ<AA><CABC><C8><D5>',1031510000);
INSERT INTO international VALUES (15,'EventsCalendar',7,'<27><><BD><E1><CA><F8><C8><D5>',1031510000);
INSERT INTO international VALUES (20,'FileManager',7,'<27>ں<D4><DABA><F3><C3><E6>עҳ<D7A2><D2B3>',1031510000);
INSERT INTO international VALUES (14,'SQLReport',7,'Paginate After',1031510000);
INSERT INTO international VALUES (19,'EventsCalendar',7,'<27>ں<D4><DABA><F3><C3><E6>עҳ<D7A2><D2B3>',1031510000);
INSERT INTO international VALUES (529,'WebGUI',7,'<27><><BD><E1>',1031510000);
INSERT INTO international VALUES (384,'WebGUI',7,'<27>ļ<CE>',1031510000);
INSERT INTO international VALUES (385,'WebGUI',7,'<27><><B2><CE>',1031510000);
INSERT INTO international VALUES (386,'WebGUI',7,'<27>༭ͼ<E0BCAD><CDBC>',1031510000);
INSERT INTO international VALUES (387,'WebGUI',7,'<27><><C9><CF><D4><D8>',1031510000);
INSERT INTO international VALUES (388,'WebGUI',7,'<27><><C9><CF><D4><D8><C8><D5>',1031510000);
INSERT INTO international VALUES (809,'WebGUI',1,'Email Group',1037579611);
INSERT INTO international VALUES (391,'WebGUI',7,'ɾ<><C9BE><B3><FD><B8><BD><BC>ļ<CE><C4BC><FE>',1031510000);
INSERT INTO international VALUES (593,'WebGUI',10,'Indsend overs<72>ttelse',1037205606);
INSERT INTO international VALUES (783,'WebGUI',1,'Type',1036954378);
INSERT INTO international VALUES (394,'WebGUI',7,'<27><><B9><DC>ͼ<ED><CDBC><CF><F3>',1031510000);
INSERT INTO international VALUES (395,'WebGUI',7,'<27><><CC><ED><BC><D3>ͼ<C2><CDBC><CF><F3>',1031510000);
INSERT INTO international VALUES (719,'WebGUI',10,'For<6F>ldet',1036855669);
INSERT INTO international VALUES (710,'WebGUI',10,'Redig<69>r rettigheds indstillinger',1036855857);
INSERT INTO international VALUES (398,'WebGUI',7,'<27>ĵ<CE><C4B5><B5><C0>Ͷ<D0><CDB6><A8>',1031510000);
INSERT INTO international VALUES (399,'WebGUI',7,'<27><><B7><D6><CE><F6>ҳ<BE>档',1031510000);
INSERT INTO international VALUES (400,'WebGUI',7,'<27>Ƿ<CA><C7B7><F1>ֹ<E8><D6B9><B4><FA><C0><ED><BB>棿',1031510000);
INSERT INTO international VALUES (401,'WebGUI',7,'<27><><C4>Ƿ<CA>ȷ<F1><C8B7>Ҫɾ<D2AA><C9BE><B3><FD><B4><CB><CC><F5>Ϣ<FB>Լ<D2><D4BC><B0><B4><CB><CC><F5>Ϣ<FB><CFA2><B5><C4><CB><F9><D3><D0><CF><DF><CB><F7>',1031510000);
INSERT INTO international VALUES (402,'WebGUI',7,'<27><>Ҫ<FA>Ķ<D4><C4B6><C1><B5><C4>Ϣ<FB><CFA2><B2><BB><B4>ڡ<D4>',1031510000);
INSERT INTO international VALUES (403,'WebGUI',7,'<27><><B2><BB><B8><E6><CB><DF>',1031510000);
INSERT INTO international VALUES (405,'WebGUI',7,'<27><><D7><EE>һҳ',1031510000);
INSERT INTO international VALUES (406,'WebGUI',7,'<27><><BF>մ<D5>С',1031510000);
INSERT INTO international VALUES (407,'WebGUI',7,'<27><><B5><E3><BB>˴<B4>ע<A6>ᡣ',1031510000);
INSERT INTO international VALUES (15,'SQLReport',7,'Preprocess macros on query?',1031510000);
INSERT INTO international VALUES (16,'SQLReport',7,'Debug?',1031510000);
INSERT INTO international VALUES (17,'SQLReport',7,'<b>Debug:</b> Query:',1031510000);
INSERT INTO international VALUES (18,'SQLReport',7,'There were no results for this query.',1031510000);
INSERT INTO international VALUES (506,'WebGUI',7,'<27><><B9><DC>ģ<ED><C4A3>',1031510000);
INSERT INTO international VALUES (535,'WebGUI',7,'<27><><B5><B1><D0>û<D3>ע<A7><D7A2>ʱ֪ͨ<CDA8>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (353,'WebGUI',7,'<27><><CF><D6><D4><DA><C4><FA><B5>ռ<CA><D5BC><FE><CF><E4>û<D0><C3BB><D3><D0>Ϣ<FB><CFA2>',1031510000);
INSERT INTO international VALUES (530,'WebGUI',7,'<27><><CB><D1><b><3E><><CB><F9></b><3E>ؼ<B9><D8BC><FC>',1031510000);
INSERT INTO international VALUES (408,'WebGUI',7,'<27><><B9><DC><C0><ED>ҳ<F9><D2B3>',1031510000);
INSERT INTO international VALUES (409,'WebGUI',7,'<27><><CC><ED><BC>¸<D0>ҳ<F9>档',1031510000);
INSERT INTO international VALUES (410,'WebGUI',7,'<27><><B9><DC><C0><ED>ҳ<F9>档',1031510000);
INSERT INTO international VALUES (411,'WebGUI',7,'Ŀ¼<C4BF><C2BC><B1><EA>',1031510000);
INSERT INTO international VALUES (412,'WebGUI',7,'ҳ<><D2B3><C3><E6><C3><E8>',1031510000);
INSERT INTO international VALUES (77,'Survey',1,'End Time',1038782119);
INSERT INTO international VALUES (18,'Article',7,'<27>Ƿ<CA><C7B7><F1><D4><CA><D0><ED><CC>ۣ<C2>',1031510000);
INSERT INTO international VALUES (19,'Article',7,'˭<><CBAD><BF>Է<D2><D4B7><A2><B1><ED>',1031510000);
INSERT INTO international VALUES (20,'Article',7,'˭<><CBAD><BF>Թ<D2><D4B9><DC><C0><ED>',1031510000);
INSERT INTO international VALUES (21,'Article',7,'<27><B1><E0BCAD>ʱ',1031510000);
INSERT INTO international VALUES (22,'Article',7,'<27><><D7><F7>',1031510000);
INSERT INTO international VALUES (23,'Article',7,'<27><><C8><D5>',1031510000);
INSERT INTO international VALUES (24,'Article',7,'<27><><B7><A2><B1><ED>Ӧ',1031510000);
INSERT INTO international VALUES (25,'Article',7,'<27><B1><E0BCAD>Ӧ',1031510000);
INSERT INTO international VALUES (26,'Article',7,'ɾ<><C9BE><B3><FD>Ӧ',1031510000);
INSERT INTO international VALUES (27,'Article',7,'<27><><B7><B5><BB><D8><CE><C4>',1031510000);
INSERT INTO international VALUES (711,'WebGUI',1,'Image Managers Group',1031514049);
INSERT INTO international VALUES (28,'Article',7,'<27><B2><E9BFB4>Ӧ',1031510000);
INSERT INTO international VALUES (57,'Product',1,'Are you certain you wish to delete this template and set all the products using it to the default template?',1031514049);
INSERT INTO international VALUES (53,'Product',1,'Edit Benefit',1031514049);
INSERT INTO international VALUES (416,'WebGUI',7,'<h1><3E><><C4><FA><B5><C4><C7><EB><C7><F3><B3><F6><CF><D6><CE><CA></h1> \r\n<><6E><C4><FA><B5><C4><C7><EB><C7><F3><B3><F6>һ<D6><D2BB><B8><F6><B4><ED><CE><F3><A1><C7><EBB0B4><E4><AF><C0><C0><C6>ķ<B5><C4B7>ذ<BB>ť<B4><C5A5><B7><B5><BB><D8>һҳ<D2BB><D2B3><D6><D8>һ<D4>Ρ<B4><CEA1><A3><C8><E7><B9><FB><B4><CB><CF><EE><B4><ED><CE><F3><BC><CC><D0><F8><B4>ڣ<D4><DAA3><AC><C7><EB>ϵ<AA><CFB5><CE>ǣ<C3>ͬʱ<CDAC><CAB1><B8><E6><CB><DF><CE><D2><C3><C7><C4><FA>ʲôʱ<C3B4><CAB1>ʹ<E4><CAB9>ʲô<CAB2><C3B4><B9>ܵ<C4>ʱ<C4><CAB1><BA><F2><B3>ֵ<CF><D6B5><C4><D5><E2><B8><F6><B4><ED><CE><F3>лл<D0BB><D0BB>',1031510000);
INSERT INTO international VALUES (417,'WebGUI',7,'<h1><3E><>ȫ<B2><C8AB><BE><AF></h1>\r\n <20><><C4><FA><B7>ʵ<CE><CAB5><C4><D7><E9><BC><FE><B2><BB><D4><DA>һҳ<D2BB>ϡ<C9><CFA1><A3><B4><CB>Ϣ<C5>Ѿ<D2><D1BE><AD><B7>͸<CB>ϵͳ<CFB5><CDB3><B9><DC>Ա<ED><D4B1>',1031510000);
INSERT INTO international VALUES (418,'WebGUI',7,'HTML <20><><B9><FD>',1031510000);
INSERT INTO international VALUES (419,'WebGUI',7,'<27><><C7><E5><B3><FD><CB>еı<D0B5>ʶ<EA><CAB6><B7><FB>',1031510000);
INSERT INTO international VALUES (420,'WebGUI',7,'<27><><B1><A3><C1><F4><CB>еı<D0B5>ʶ<EA><CAB6><B7><FB>',1031510000);
INSERT INTO international VALUES (421,'WebGUI',7,'<27><><B1><A3><C1><F4><BB><F9><B1>ı<B5>ʶ<EA><CAB6><B7><FB>',1031510000);
INSERT INTO international VALUES (422,'WebGUI',7,'<h1><3E><>¼ʧ<C2BC><CAA7></h1>\r\n<><6E><C4><FA><CA><E4><C8><EB><B5>ʻ<D5><CABB><A7>Ϣ<C5><CFA2><D3><D0><CE><F3>',1031510000);
INSERT INTO international VALUES (423,'WebGUI',7,'<27><B2><BB>Ի<B6><D4BB><B0>',1031510000);
INSERT INTO international VALUES (424,'WebGUI',7,'<27><B2><E9BFB4>¼<C7><C2BC>ʷ<FA><CAB7>¼<C7><C2BC>',1031510000);
INSERT INTO international VALUES (425,'WebGUI',7,'<27><BB>Ի<B6>',1031510000);
INSERT INTO international VALUES (426,'WebGUI',7,'<27><>¼<C7><C2BC>ʷ<FA><CAB7>¼',1031510000);
INSERT INTO international VALUES (427,'WebGUI',7,'<27><><B7><E7>',1031510000);
INSERT INTO international VALUES (428,'WebGUI',7,'<27>û<D3> (ID)',1031510000);
INSERT INTO international VALUES (429,'WebGUI',7,'<27><>¼ʱ<C2BC><CAB1>',1031510000);
INSERT INTO international VALUES (430,'WebGUI',7,'<27><><D7><EE><BA><F3><B7><C3>ҳ<CA><D2B3>',1031510000);
INSERT INTO international VALUES (431,'WebGUI',7,'IP <20><>ַ',1031510000);
INSERT INTO international VALUES (432,'WebGUI',7,'<27><><B9><FD>',1031510000);
INSERT INTO international VALUES (433,'WebGUI',7,'<27>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (434,'WebGUI',7,'״̬',1031510000);
INSERT INTO international VALUES (435,'WebGUI',7,'<27>Ի<B6><D4BB>ź<D0>',1031510000);
INSERT INTO international VALUES (436,'WebGUI',7,'ɱ<><C9B1><B5>˶Ի<CBB6>',1031510000);
INSERT INTO international VALUES (437,'WebGUI',7,'ͳ<><CDB3><BC><C6>Ϣ',1031510000);
INSERT INTO international VALUES (438,'WebGUI',7,'<27><><C4><FA><B5><C4><C3><FB>',1031510000);
INSERT INTO international VALUES (439,'WebGUI',7,'<27><><B8><F6><C8><CB>Ϣ',1031510000);
INSERT INTO international VALUES (440,'WebGUI',7,'<27><>ϵ<AA><CFB5>Ϣ',1031510000);
INSERT INTO international VALUES (441,'WebGUI',7,'<27><><B5><E7><D7>ʼ<D3><CABC><FE><B5><BD><B4><AB><BA><F4><CD><F8>',1031510000);
INSERT INTO international VALUES (442,'WebGUI',7,'<27><><B9><A4><D7><F7>Ϣ',1031510000);
INSERT INTO international VALUES (443,'WebGUI',7,'<27><>ͥ<D2><CDA5>Ϣ',1031510000);
INSERT INTO international VALUES (444,'WebGUI',7,'<27><><B8><F6><C8><CB>˽',1031510000);
INSERT INTO international VALUES (445,'WebGUI',7,'ϲ<><CFB2><BA><C3><C9><E8>',1031510000);
INSERT INTO international VALUES (446,'WebGUI',7,'<27><>λ<A5><CEBB>վ',1031510000);
INSERT INTO international VALUES (447,'WebGUI',7,'<27><><B9><DC>ҳ<ED><D2B3><C3><E6>',1031510000);
INSERT INTO international VALUES (448,'WebGUI',7,'ҳ<><D2B3><C3><E6>',1031510000);
INSERT INTO international VALUES (449,'WebGUI',7,'һ<><D2BB><B0><E3>Ϣ',1031510000);
INSERT INTO international VALUES (450,'WebGUI',7,'<27><>λ<A5><CEBB><C3><FB>',1031510000);
INSERT INTO international VALUES (451,'WebGUI',7,'<27><><B1><D8>',1031510000);
INSERT INTO international VALUES (452,'WebGUI',7,'<27><><BD><F8><C8><EB>...',1031510000);
INSERT INTO international VALUES (453,'WebGUI',7,'<27><><B4><B4><BD><A8><C8><D5>',1031510000);
INSERT INTO international VALUES (454,'WebGUI',7,'<27><><D7><EE><BA><F3><B8><FC>',1031510000);
INSERT INTO international VALUES (455,'WebGUI',7,'<27><B1>û<D3><C3BB><A7>Ϣ<C5><CFA2>',1031510000);
INSERT INTO international VALUES (456,'WebGUI',7,'<27><><B7><B5><BB>û<D3><C3BB>б<C1><D0B1><ED>',1031510000);
INSERT INTO international VALUES (457,'WebGUI',7,'<27><B1><E0BCAD><B4>û<D3><C3BB>ʻ<D5><CABB><A7>',1031510000);
INSERT INTO international VALUES (458,'WebGUI',7,'<27><B1><E0BCAD><B4>û<D3><C3BB><A7>Ⱥ<E9><C8BA>',1031510000);
INSERT INTO international VALUES (459,'WebGUI',7,'<27><B1><E0BCAD><B4>û<D3><C3BB><A7><CA>ԡ<D0>',1031510000);
INSERT INTO international VALUES (460,'WebGUI',7,'ʱ<><CAB1>',1031510000);
INSERT INTO international VALUES (461,'WebGUI',7,'<27><><C8>ڸ<C6>ʽ',1031510000);
INSERT INTO international VALUES (462,'WebGUI',7,'ʱ<><CAB1><BC><E4>ʽ',1031510000);
INSERT INTO international VALUES (463,'WebGUI',7,'<27>ı<CE><C4B1><BE><CA><E4><C8><EB><C7><F8><D0><D0>',1031510000);
INSERT INTO international VALUES (464,'WebGUI',7,'<27>ı<CE><C4B1><BE><CA><E4><C8><EB><C7><F8><C1><D0>',1031510000);
INSERT INTO international VALUES (465,'WebGUI',7,'<27>ı<CE><C4B1><BE><BF><F2>С',1031510000);
INSERT INTO international VALUES (466,'WebGUI',7,'<27><>ȷ<FA><C8B7>Ҫɾ<D2AA><C9BE><B3><FD><B4><CB><C0><E0><B1><F0><B2>ҽ<C7><D2BD><AB><B4><CB><C0><E0><B1><F0><CF><C2><CB><F9><D3><D0>Ŀ<B8>ƶ<D2><C6B6><AF>һ<BD><D2BB><B0><E3><C0><E0><B1><F0><C2><F0>',1031510000);
INSERT INTO international VALUES (467,'WebGUI',7,'<27><>ȷ<FA><C8B7>Ҫɾ<D2AA><C9BE><B3><FD><B4><CB>Ŀ<B8><C4BF><A3><AC><B2><A2><C7><D2><CB>й<D3><D0B9>ڴ<D3><DAB4><CB>Ŀ<B8><C4BF><B5>û<D3><C3BB><A7>Ϣ<C5><CFA2><C2><F0>',1031510000);
INSERT INTO international VALUES (469,'WebGUI',7,'ID',1031510000);
INSERT INTO international VALUES (470,'WebGUI',7,'<27><><C3><FB>',1031510000);
INSERT INTO international VALUES (472,'WebGUI',7,'<27><><B1><EA>',1031510000);
INSERT INTO international VALUES (473,'WebGUI',7,'<27>ɼ<BF><C9BC><FB>',1031510000);
INSERT INTO international VALUES (474,'WebGUI',7,'<27><><B1>룿',1031510000);
INSERT INTO international VALUES (475,'WebGUI',7,'<27><><CE><C4>',1031510000);
INSERT INTO international VALUES (476,'WebGUI',7,'<27><><CE><C4><D7><D6>',1031510000);
INSERT INTO international VALUES (477,'WebGUI',7,'HTML <20><>',1031510000);
INSERT INTO international VALUES (478,'WebGUI',7,'URL',1031510000);
INSERT INTO international VALUES (479,'WebGUI',7,'<27><><C8><D5>',1031510000);
INSERT INTO international VALUES (480,'WebGUI',7,'<27><><B5><E7><D7>ʼ<D3><CABC><FE>ַ',1031510000);
INSERT INTO international VALUES (481,'WebGUI',7,'<27><B5><E7BBB0><BA><C5>',1031510000);
INSERT INTO international VALUES (482,'WebGUI',7,'<27><><CA><FD> (<28><><D5><FB>)',1031510000);
INSERT INTO international VALUES (483,'WebGUI',7,'<27>ǻ<CA><C7BB><F2>',1031510000);
INSERT INTO international VALUES (484,'WebGUI',7,'ѡ<><D1A1><D4>б<C1>',1031510000);
INSERT INTO international VALUES (485,'WebGUI',7,'<27><><B2><BC>ֵ (ѡ<><D1A1><D4><F1>)',1031510000);
INSERT INTO international VALUES (486,'WebGUI',7,'<27><><CA><FD><BE><DD><C0><E0>',1031510000);
INSERT INTO international VALUES (487,'WebGUI',7,'<27><>ѡֵ',1031510000);
INSERT INTO international VALUES (488,'WebGUI',7,'Ĭ<><C4AC>ֵ',1031510000);
INSERT INTO international VALUES (489,'WebGUI',7,'<27><><CA><F4><D0><D4>',1031510000);
INSERT INTO international VALUES (490,'WebGUI',7,'<27><><CC><ED>һ<D3><D2BB><B8><F6><CA><F4><D0>ࡣ',1031510000);
INSERT INTO international VALUES (491,'WebGUI',7,'<27><><CC><ED>һ<D3><D2BB><B8><F6><CA><F4><D0><D4><C0><B8>',1031510000);
INSERT INTO international VALUES (492,'WebGUI',7,'<27><><CA><F4><D0><D4><C0>б<C1><D0B1><ED>',1031510000);
INSERT INTO international VALUES (493,'WebGUI',7,'<27><><B7><B5><BB><D8>վ<F8><D5BE>',1031510000);
INSERT INTO international VALUES (495,'WebGUI',7,'<27><><C4>ñ༭<C3B1><E0BCAD>',1031510000);
INSERT INTO international VALUES (496,'WebGUI',7,'ʹ<><CAB9>',1031510000);
INSERT INTO international VALUES (494,'WebGUI',7,'Real Objects Edit-On Pro',1031510000);
INSERT INTO international VALUES (497,'WebGUI',7,'<27><>ʼ<AA><CABC><C8><D5>',1031510000);
INSERT INTO international VALUES (498,'WebGUI',7,'<27><><BD><E1><CA><F8><C8><D5>',1031510000);
INSERT INTO international VALUES (499,'WebGUI',7,'<27><><D7><E9> ID',1031510000);
INSERT INTO international VALUES (500,'WebGUI',7,'ҳ<><D2B3> ID',1031510000);
INSERT INTO international VALUES (514,'WebGUI',7,'<27><><B7><C3>',1031510000);
INSERT INTO international VALUES (527,'WebGUI',7,'Ĭ<><C4AC><C8><CF>ҳ',1031510000);
INSERT INTO international VALUES (503,'WebGUI',7,'ģ<><C4A3> ID',1031510000);
INSERT INTO international VALUES (501,'WebGUI',7,'<27><><D6><F7>',1031510000);
INSERT INTO international VALUES (528,'WebGUI',7,'ģ<><C4A3><B0><E5><C3><FB>',1031510000);
INSERT INTO international VALUES (468,'WebGUI',7,'<27><B1>û<D3><C3BB><A7><CA><F4><D0><D4>',1031510000);
INSERT INTO international VALUES (159,'WebGUI',7,'<27>ռ<CA><D5BC><FE>',1031510000);
INSERT INTO international VALUES (508,'WebGUI',7,'<27><><B9><DC>ģ<ED>塣',1031510000);
INSERT INTO international VALUES (39,'USS',7,'<27><><B7><A2><B1>ظ<BB>',1031510000);
INSERT INTO international VALUES (41,'USS',7,'<27><><C8><D5>',1031510000);
INSERT INTO international VALUES (42,'USS',7,'<27><B1><E0BCAD>Ӧ',1031510000);
INSERT INTO international VALUES (43,'USS',7,'ɾ<><C9BE><B3><FD>Ӧ',1031510000);
INSERT INTO international VALUES (45,'USS',7,'<27><><B7><B5>Ͷ<D8><CDB6>ϵͳ',1031510000);
INSERT INTO international VALUES (46,'USS',7,'<27><><B8><FC>...',1031510000);
INSERT INTO international VALUES (47,'USS',7,'<27>ظ<BB>',1031510000);
INSERT INTO international VALUES (48,'USS',7,'<27>Ƿ<CA><C7B7><F1><D4><CA><D0><ED><CC>ۣ<C2>',1031510000);
INSERT INTO international VALUES (49,'USS',7,'<27><B1><E0BCAD>ʱ',1031510000);
INSERT INTO international VALUES (50,'USS',7,'<27><><D4><CA><D0><ED><B7><A2><B1><ED><B5>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (44,'USS',7,'<27><><D4><CA><D0><ED><B9><DC><C0><ED><B5>û<D3><C3BB><A7>',1031510000);
INSERT INTO international VALUES (51,'USS',7,'<27><>ʾ<D4><CABE><BF>գ<D5>',1031510000);
INSERT INTO international VALUES (52,'USS',7,'<27><><BF><EC>',1031510000);
INSERT INTO international VALUES (53,'USS',7,'<27><><B2><BC>',1031510000);
INSERT INTO international VALUES (72,'USS',1,'Main Template',1036277516);
INSERT INTO international VALUES (57,'USS',7,'<27><>Ӧ',1031510000);
INSERT INTO international VALUES (11,'FAQ',7,'<27>Ƿ<CA><C7B7><F1><B4><F2> TOC <20><>',1031510000);
INSERT INTO international VALUES (12,'FAQ',7,'<27>Ƿ<CA><C7B7><F1><B4><F2> Q/A <20><>',1031510000);
INSERT INTO international VALUES (13,'FAQ',7,'<27>Ƿ<CA><C7B7><F1><B4><F2> [top] <20><><C1>ӣ<BD>',1031510000);
INSERT INTO international VALUES (509,'WebGUI',7,'<27><><CC>۲<C2><DBB2><BC>',1031510000);
INSERT INTO international VALUES (510,'WebGUI',7,'ƽ<><C6BD>',1031510000);
INSERT INTO international VALUES (511,'WebGUI',7,'<27><><CF><DF>',1031510000);
INSERT INTO international VALUES (512,'WebGUI',7,'<27><>һ<C2><D2BB><CC><F5><CF><DF>',1031510000);
INSERT INTO international VALUES (513,'WebGUI',7,'<27><>һ<CF><D2BB><CC><F5><CF><DF>',1031510000);
INSERT INTO international VALUES (534,'WebGUI',7,'<27><><D0>û<D3><C3BB><A7>ʾ<E1><CABE>',1031510000);
INSERT INTO international VALUES (354,'WebGUI',7,'<27><B2>ռ<CA><D5BC>䡣',1031510000);
INSERT INTO international VALUES (531,'WebGUI',7,'<27><><B0><FC><b><3E><><CD><EA><D5><FB>ƴд</b>',1031510000);
INSERT INTO international VALUES (518,'WebGUI',7,'<27>ռ<CA><D5BC><FE><CF><E4>ʾ',1031510000);
INSERT INTO international VALUES (519,'WebGUI',7,'<27><>ϣ<D2><CFA3><CD><FB><B1><BB><CC>ѡ<D0>',1031510000);
INSERT INTO international VALUES (520,'WebGUI',7,'<27><>ϣ<D2><CFA3>ͨ<FB><CDA8><B9><FD><B5><E7><D7>ʼ<D3><CABC>ķ<B5>ʽ<BD><CABD><CC>ѡ<D0>',1031510000);
INSERT INTO international VALUES (521,'WebGUI',7,'<27><>ϣ<D2><CFA3>ͨ<FB><CDA8><B9><FD><B5><E7><D7>ʼ<D3><CABC><FE><B5><BD><B4><AB><BA>ķ<B5>ʽ<BD><CABD><CC>ѡ<D0>',1031510000);
INSERT INTO international VALUES (522,'WebGUI',7,'<27><>ϣ<D2><CFA3>ͨ<FB><CDA8> ICQ <20>ķ<B5>ʽ<BD><CABD><CC>ѡ<D0>',1031510000);
INSERT INTO international VALUES (523,'WebGUI',7,'<27><><CC><E1>',1031510000);
INSERT INTO international VALUES (524,'WebGUI',7,'<27>Ƿ<CA><C7B7><F1><CC>ӱ༭<D3B1><E0BCAD><B4><C1>',1031510000);
INSERT INTO international VALUES (525,'WebGUI',7,'<27><B1><E0BCAD><C4><DA><C8><DD><C9><E8>',1031510000);
INSERT INTO international VALUES (526,'WebGUI',7,'ֻ<><D6BB><C7><E5> JavaScript <20><>',1031510000);
INSERT INTO international VALUES (584,'WebGUI',1,'Add a new translation.',1036971092);
INSERT INTO international VALUES (585,'WebGUI',1,'Manage translations.',1031514049);
INSERT INTO international VALUES (586,'WebGUI',1,'Manage Translations',1036971445);
INSERT INTO international VALUES (587,'WebGUI',1,'Are you certain you wish to delete this language and all the help and international messages that go with it?',1031514049);
INSERT INTO international VALUES (589,'WebGUI',1,'Edit Translation',1036971172);
INSERT INTO international VALUES (590,'WebGUI',1,'Language ID',1031514049);
INSERT INTO international VALUES (591,'WebGUI',1,'Language',1031514049);
INSERT INTO international VALUES (592,'WebGUI',1,'Character Set',1031514049);
INSERT INTO international VALUES (595,'WebGUI',1,'International Messages',1031514049);
INSERT INTO international VALUES (596,'WebGUI',1,'MISSING',1031514049);
INSERT INTO international VALUES (597,'WebGUI',1,'Edit International Message',1031514049);
INSERT INTO international VALUES (598,'WebGUI',1,'Edit this translation.',1036971142);
INSERT INTO international VALUES (601,'WebGUI',1,'International ID',1031514049);
INSERT INTO international VALUES (1,'MailForm',1,'Mail Form',1031514049);
INSERT INTO international VALUES (2,'MailForm',1,'Your email subject here',1031514049);
INSERT INTO international VALUES (3,'MailForm',1,'Thank you for your feedback!',1031514049);
INSERT INTO international VALUES (4,'MailForm',1,'Hidden',1031514049);
INSERT INTO international VALUES (5,'MailForm',1,'Displayed',1031514049);
INSERT INTO international VALUES (6,'MailForm',1,'Modifiable',1031514049);
INSERT INTO international VALUES (7,'MailForm',1,'Edit Mail Form',1031514049);
INSERT INTO international VALUES (8,'MailForm',1,'Width',1031514049);
INSERT INTO international VALUES (9,'MailForm',1,'Add Field',1031514049);
INSERT INTO international VALUES (10,'MailForm',1,'From',1031514049);
INSERT INTO international VALUES (11,'MailForm',1,'To (email, username, or group name)',1031514049);
INSERT INTO international VALUES (12,'MailForm',1,'Cc',1031514049);
INSERT INTO international VALUES (13,'MailForm',1,'Bcc',1031514049);
INSERT INTO international VALUES (14,'MailForm',1,'Subject',1031514049);
INSERT INTO international VALUES (15,'MailForm',1,'Proceed to add more fields?',1031514049);
INSERT INTO international VALUES (16,'MailForm',1,'Acknowledgement',1031514049);
INSERT INTO international VALUES (17,'MailForm',1,'Mail Sent',1031514049);
INSERT INTO international VALUES (18,'MailForm',1,'Go back!',1031514049);
INSERT INTO international VALUES (19,'MailForm',1,'Are you certain that you want to delete this field?',1031514049);
INSERT INTO international VALUES (20,'MailForm',1,'Edit Field',1031514049);
INSERT INTO international VALUES (21,'MailForm',1,'Field Name',1031514049);
INSERT INTO international VALUES (22,'MailForm',1,'Status',1031514049);
INSERT INTO international VALUES (23,'MailForm',1,'Type',1031514049);
INSERT INTO international VALUES (24,'MailForm',1,'Possible Values (Drop-Down Box only)',1031514049);
INSERT INTO international VALUES (25,'MailForm',1,'Default Value (optional)',1031514049);
INSERT INTO international VALUES (26,'MailForm',1,'Store Entries?',1031514049);
INSERT INTO international VALUES (491,'WebGUI',8,'Aggiungi un campo al profilo.',1031510000);
INSERT INTO international VALUES (490,'WebGUI',8,'Aggiungi una categoria al profilo.',1031510000);
INSERT INTO international VALUES (489,'WebGUI',8,'Categoria Profilo',1031510000);
INSERT INTO international VALUES (488,'WebGUI',8,'Valore(i) di Default',1031510000);
INSERT INTO international VALUES (487,'WebGUI',8,'Valori Possibili',1031510000);
INSERT INTO international VALUES (486,'WebGUI',8,'Tipo Data',1031510000);
INSERT INTO international VALUES (484,'WebGUI',8,'Seleziona Lista',1031510000);
INSERT INTO international VALUES (485,'WebGUI',8,'Booleano (Checkbox)',1031510000);
INSERT INTO international VALUES (483,'WebGUI',8,'Si o No',1031510000);
INSERT INTO international VALUES (482,'WebGUI',8,'Numero (Intero)',1031510000);
INSERT INTO international VALUES (481,'WebGUI',8,'Telefono',1031510000);
INSERT INTO international VALUES (479,'WebGUI',8,'Data',1031510000);
INSERT INTO international VALUES (480,'WebGUI',8,'Indirizzo Email',1031510000);
INSERT INTO international VALUES (476,'WebGUI',8,'Text Area',1031510000);
INSERT INTO international VALUES (477,'WebGUI',8,'HTML Area',1031510000);
INSERT INTO international VALUES (478,'WebGUI',8,'URL',1031510000);
INSERT INTO international VALUES (475,'WebGUI',8,'Text',1031510000);
INSERT INTO international VALUES (473,'WebGUI',8,'Visibile?',1031510000);
INSERT INTO international VALUES (474,'WebGUI',8,'Campo Richisto?',1031510000);
INSERT INTO international VALUES (470,'WebGUI',8,'Nome',1031510000);
INSERT INTO international VALUES (472,'WebGUI',8,'Etichetta',1031510000);
INSERT INTO international VALUES (469,'WebGUI',8,'Id',1031510000);
INSERT INTO international VALUES (468,'WebGUI',8,'Modifica categoria profilo utenti',1031510000);
INSERT INTO international VALUES (467,'WebGUI',8,'Sei certo di voler cancellare questo campo e tutti i dati ad esso relativi?',1031510000);
INSERT INTO international VALUES (466,'WebGUI',8,'Sei certo di voler cancellare questa categoria e spostare il suo contenuto nella categoria Varie?',1031510000);
INSERT INTO international VALUES (465,'WebGUI',8,'Dimensione Text Box',1031510000);
INSERT INTO international VALUES (464,'WebGUI',8,'Colonne Text Area',1031510000);
INSERT INTO international VALUES (463,'WebGUI',8,'Righe Text Area',1031510000);
INSERT INTO international VALUES (462,'WebGUI',8,'Formato ora',1031510000);
INSERT INTO international VALUES (461,'WebGUI',8,'Formato data',1031510000);
INSERT INTO international VALUES (460,'WebGUI',8,'Time Offset',1031510000);
INSERT INTO international VALUES (459,'WebGUI',8,'Modifica il profilo di questo utente.',1031510000);
INSERT INTO international VALUES (458,'WebGUI',8,'Modifica il gruppo di questo utente.',1031510000);
INSERT INTO international VALUES (457,'WebGUI',8,'Modifica l\'account di questo utente.',1031510000);
INSERT INTO international VALUES (456,'WebGUI',8,'Indietro alla lista degli utenti.',1031510000);
INSERT INTO international VALUES (455,'WebGUI',8,'Modifica il profilo utente',1031510000);
INSERT INTO international VALUES (454,'WebGUI',8,'Ultimo aggiornamento',1031510000);
INSERT INTO international VALUES (452,'WebGUI',8,'Attendi...',1031510000);
INSERT INTO international VALUES (453,'WebGUI',8,'Data di creazione',1031510000);
INSERT INTO international VALUES (450,'WebGUI',8,'Professione (Azienda)',1031510000);
INSERT INTO international VALUES (451,'WebGUI',8,'<27> richiesto.',1031510000);
INSERT INTO international VALUES (448,'WebGUI',8,'Albero di Navigazione',1031510000);
INSERT INTO international VALUES (449,'WebGUI',8,'Informazioni varie',1031510000);
INSERT INTO international VALUES (447,'WebGUI',8,'Gestisci albero di navigazione.',1031510000);
INSERT INTO international VALUES (446,'WebGUI',8,'Web Site',1031510000);
INSERT INTO international VALUES (445,'WebGUI',8,'Preferenze',1031510000);
INSERT INTO international VALUES (444,'WebGUI',8,'Informazioni Geografiche',1031510000);
INSERT INTO international VALUES (443,'WebGUI',8,'Informazioni Tempo Libero',1031510000);
INSERT INTO international VALUES (441,'WebGUI',8,'Email al Pager ',1031510000);
INSERT INTO international VALUES (442,'WebGUI',8,'Informazioni Professionali',1031510000);
INSERT INTO international VALUES (440,'WebGUI',8,'Contatti',1031510000);
INSERT INTO international VALUES (439,'WebGUI',8,'Informazioni Personali',1031510000);
INSERT INTO international VALUES (438,'WebGUI',8,'Il tuo nome',1031510000);
INSERT INTO international VALUES (436,'WebGUI',8,'Uccidi Sessione',1031510000);
INSERT INTO international VALUES (437,'WebGUI',8,'Statistiche',1031510000);
INSERT INTO international VALUES (435,'WebGUI',8,'Firma di Sessione',1031510000);
INSERT INTO international VALUES (434,'WebGUI',8,'Stato',1031510000);
INSERT INTO international VALUES (433,'WebGUI',8,'User Agent',1031510000);
INSERT INTO international VALUES (432,'WebGUI',8,'Scade',1031510000);
INSERT INTO international VALUES (431,'WebGUI',8,'Indirizzo IP',1031510000);
INSERT INTO international VALUES (430,'WebGUI',8,'Ultima pagina vista',1031510000);
INSERT INTO international VALUES (429,'WebGUI',8,'Ultimo Login',1031510000);
INSERT INTO international VALUES (427,'WebGUI',8,'Stili',1031510000);
INSERT INTO international VALUES (428,'WebGUI',8,'Utente (ID)',1031510000);
INSERT INTO international VALUES (426,'WebGUI',8,'Storico Login',1031510000);
INSERT INTO international VALUES (425,'WebGUI',8,'Sessioni Attive',1031510000);
INSERT INTO international VALUES (424,'WebGUI',8,'Visualizza Storico Login.',1031510000);
INSERT INTO international VALUES (423,'WebGUI',8,'Visualizza Sessioni Attive.',1031510000);
INSERT INTO international VALUES (422,'WebGUI',8,'<h1>Login Fallito!</h1>\r\nLe informazioni che hai provvisto non corrispondono all\'account.',1031510000);
INSERT INTO international VALUES (421,'WebGUI',8,'Rimuovi tutto tranne che la formattazione basilare.',1031510000);
INSERT INTO international VALUES (420,'WebGUI',8,'Lascia com\'<27>.',1031510000);
INSERT INTO international VALUES (419,'WebGUI',8,'Rimuovi tutti i tag.',1031510000);
INSERT INTO international VALUES (418,'WebGUI',8,'Filtra l\'HTML nei contributi degli utenti',1031510000);
INSERT INTO international VALUES (417,'WebGUI',8,'<h1>Violazione della Sicurezza</h1>\r\nHai cercato di accedere ad un widget non associato a questa pagina. Questo incidente <20> stato registrato.',1031510000);
INSERT INTO international VALUES (52,'Product',1,'Add another benefit?',1031514049);
INSERT INTO international VALUES (416,'WebGUI',8,'<h1>Problemi con la richiesta</h1>\r\nci sono stati dei problemi con la tua richiesta. Prego clicca sul bottone \"indietro\" del browser e riprova. Se questo problema persiste, contattaci specificando quello che stai tentando di fare e la data dell\'errore.',1031510000);
INSERT INTO international VALUES (28,'Article',8,'Visualizza Risposte',1031510000);
INSERT INTO international VALUES (27,'Article',8,'Torna all\'articolo',1031510000);
INSERT INTO international VALUES (710,'WebGUI',1,'Edit Privilege Settings',1031514049);
INSERT INTO international VALUES (26,'Article',8,'Cancella Risposta',1031510000);
INSERT INTO international VALUES (25,'Article',8,'Modifica Risposta',1031510000);
INSERT INTO international VALUES (24,'Article',8,'Invia Risposta',1031510000);
INSERT INTO international VALUES (21,'Article',8,'Modifica Timeout',1031510000);
INSERT INTO international VALUES (22,'Article',8,'Autore',1031510000);
INSERT INTO international VALUES (23,'Article',8,'Data',1031510000);
INSERT INTO international VALUES (20,'Article',8,'Chi pu<70> moderare?',1031510000);
INSERT INTO international VALUES (19,'Article',8,'Chi pu<70> postare?',1031510000);
INSERT INTO international VALUES (18,'Article',8,'Consenti discussione?',1031510000);
INSERT INTO international VALUES (78,'Survey',1,'Total Time',1038782125);
INSERT INTO international VALUES (411,'WebGUI',8,'Titolo nel Menu',1031510000);
INSERT INTO international VALUES (412,'WebGUI',8,'Descrizione',1031510000);
INSERT INTO international VALUES (410,'WebGUI',8,'Gestisci roots.',1031510000);
INSERT INTO international VALUES (409,'WebGUI',8,'Aggiungi una nuova root.',1031510000);
INSERT INTO international VALUES (408,'WebGUI',8,'Gestisci Roots',1031510000);
INSERT INTO international VALUES (18,'SQLReport',8,'Non ci sono risultati per questa query.',1031510000);
INSERT INTO international VALUES (16,'SQLReport',8,'Debug?',1031510000);
INSERT INTO international VALUES (17,'SQLReport',8,'<b>Debug:</b> Query:',1031510000);
INSERT INTO international VALUES (15,'SQLReport',8,'Preprocessa le macro nella query?',1031510000);
INSERT INTO international VALUES (46,'WebGUI',8,'Il mio account',1031510000);
INSERT INTO international VALUES (407,'WebGUI',8,'Clicca qui per registrarti.',1031510000);
INSERT INTO international VALUES (406,'WebGUI',8,'Grandezza del Thumbnail',1031510000);
INSERT INTO international VALUES (405,'WebGUI',8,'Ultima Pagina',1031510000);
INSERT INTO international VALUES (403,'WebGUI',8,'Preferisco non dirlo.',1031510000);
INSERT INTO international VALUES (402,'WebGUI',8,'Il messaggio che hai richiesto non esiste.',1031510000);
INSERT INTO international VALUES (22,'MessageBoard',8,'Cancella Messaggio',1031510000);
INSERT INTO international VALUES (21,'MessageBoard',8,'Chi pu<70> moderare?',1031510000);
INSERT INTO international VALUES (60,'WebGUI',8,'Sei sicuro di voler disattivare il tuo account? Se continui le informazioni del tuo account saranno perse permanentemente.',1031510000);
INSERT INTO international VALUES (401,'WebGUI',8,'Sei sicuro di voler cancellare questo messaggio e tutti i messaggi sotto di esso in questo thread?',1031510000);
INSERT INTO international VALUES (400,'WebGUI',8,'Impedisci la Cache del Proxy',1031510000);
INSERT INTO international VALUES (399,'WebGUI',8,'Valida questa pagina.',1031510000);
INSERT INTO international VALUES (398,'WebGUI',8,'Document Type Declaration',1031510000);
INSERT INTO international VALUES (394,'WebGUI',8,'Gestisci Immagini.',1031510000);
INSERT INTO international VALUES (395,'WebGUI',8,'Aggiungi una nuova Immagine.',1031510000);
INSERT INTO international VALUES (707,'WebGUI',10,'Vis debug information?',1036855884);
INSERT INTO international VALUES (784,'WebGUI',1,'Thumbnail',1036954393);
INSERT INTO international VALUES (391,'WebGUI',8,'Cancella il file Allegato.',1031510000);
INSERT INTO international VALUES (594,'WebGUI',10,'Overs<72>t tekster',1037205626);
INSERT INTO international VALUES (811,'WebGUI',1,'From',1037580145);
INSERT INTO international VALUES (810,'WebGUI',1,'send',1037579743);
INSERT INTO international VALUES (387,'WebGUI',8,'Uploadato Da',1031510000);
INSERT INTO international VALUES (388,'WebGUI',8,'Data di Upload',1031510000);
INSERT INTO international VALUES (386,'WebGUI',8,'Modifica Immagine',1031510000);
INSERT INTO international VALUES (385,'WebGUI',8,'Parametri',1031510000);
INSERT INTO international VALUES (384,'WebGUI',8,'File',1031510000);
INSERT INTO international VALUES (19,'EventsCalendar',8,'Cambio Pagina dopo',1031510000);
INSERT INTO international VALUES (684,'WebGUI',10,'Skabelon, Tilf<6C>j/Redig<69>r',1036856063);
INSERT INTO international VALUES (20,'FileManager',8,'Cambio Pagina dopo',1031510000);
INSERT INTO international VALUES (14,'SQLReport',8,'Cambio Pagina dopo',1031510000);
INSERT INTO international VALUES (14,'EventsCalendar',8,'Data di Inizio',1031510000);
INSERT INTO international VALUES (15,'EventsCalendar',8,'Data di Fine',1031510000);
INSERT INTO international VALUES (19,'FileManager',8,'Non hai files disponibili per il download.',1031510000);
INSERT INTO international VALUES (18,'FileManager',8,'Versione Alternativa #2',1031510000);
INSERT INTO international VALUES (17,'FileManager',8,'Versione Alternativa #1',1031510000);
INSERT INTO international VALUES (13,'SQLReport',8,'Converti gli a capo?',1031510000);
INSERT INTO international VALUES (37,'USS',8,'Cancella',1031510000);
INSERT INTO international VALUES (775,'WebGUI',1,'Are you certain you wish to delete this folder and move its contents to it\'s parent folder?',1036903002);
INSERT INTO international VALUES (16,'FileManager',8,'Uploadato in Data',1031510000);
INSERT INTO international VALUES (15,'FileManager',8,'Descrizione',1031510000);
INSERT INTO international VALUES (14,'FileManager',8,'File',1031510000);
INSERT INTO international VALUES (9,'FileManager',8,'Modifica Download Manager',1031510000);
INSERT INTO international VALUES (10,'FileManager',8,'Modifica Download',1031510000);
INSERT INTO international VALUES (11,'FileManager',8,'Aggiungi un nuovo download',1031510000);
INSERT INTO international VALUES (12,'FileManager',8,'Sei sicuro di voler cancellare questo download?',1031510000);
INSERT INTO international VALUES (8,'FileManager',8,'Breve Descrizione',1031510000);
INSERT INTO international VALUES (7,'FileManager',8,'Group to Download',1031510000);
INSERT INTO international VALUES (6,'FileManager',8,'Download File',1031510000);
INSERT INTO international VALUES (3,'FileManager',8,'Continua aggiungendo un file?',1031510000);
INSERT INTO international VALUES (5,'FileManager',8,'Titolo del File',1031510000);
INSERT INTO international VALUES (1,'FileManager',8,'Download Manager',1031510000);
INSERT INTO international VALUES (380,'WebGUI',8,'ID Stile',1031510000);
INSERT INTO international VALUES (381,'WebGUI',8,'Il sistema ha ricevuto un richiesta non valida. Utilizza il tasto bagk del browser e prova ancora',1031510000);
INSERT INTO international VALUES (35,'USS',8,'Titolo',1031510000);
INSERT INTO international VALUES (378,'WebGUI',8,'ID utente',1031510000);
INSERT INTO international VALUES (379,'WebGUI',8,'ID Gruppo',1031510000);
INSERT INTO international VALUES (34,'USS',8,'Converti gli a capo',1031510000);
INSERT INTO international VALUES (33,'USS',8,'Allegato',1031510000);
INSERT INTO international VALUES (32,'USS',8,'Immagine',1031510000);
INSERT INTO international VALUES (31,'USS',8,'Contenuto',1031510000);
INSERT INTO international VALUES (377,'WebGUI',8,'Nessun packages <20> stato definito dal tuo package manager o amministratore.',1031510000);
INSERT INTO international VALUES (11,'Poll',8,'Vota!',1031510000);
INSERT INTO international VALUES (374,'WebGUI',8,'Visualizza packages.',1031510000);
INSERT INTO international VALUES (375,'WebGUI',8,'Seleziona Package da svolgere',1031510000);
INSERT INTO international VALUES (376,'WebGUI',8,'Package',1031510000);
INSERT INTO international VALUES (373,'WebGUI',8,'<b>Attenzione:</b> modificando la lista dei gruppi sottostante, si resetta ogni informazione sulla scadenza di ogni gruppo ai nuovi defaults.',1031510000);
INSERT INTO international VALUES (371,'WebGUI',8,'Aggiungi Grouping',1031510000);
INSERT INTO international VALUES (372,'WebGUI',8,'Modifica i gruppi dell\'utente',1031510000);
INSERT INTO international VALUES (370,'WebGUI',8,'Modifica Grouping',1031510000);
INSERT INTO international VALUES (369,'WebGUI',8,'Data di scadenza',1031510000);
INSERT INTO international VALUES (368,'WebGUI',8,'Aggiungi un nuovo gruppo a questo utente.',1031510000);
INSERT INTO international VALUES (365,'WebGUI',8,'Risultati della ricerca...',1031510000);
INSERT INTO international VALUES (366,'WebGUI',8,'Non sono state trovate pagine che soddisfano la tua richiesta.',1031510000);
INSERT INTO international VALUES (364,'WebGUI',8,'Cerca',1031510000);
INSERT INTO international VALUES (362,'WebGUI',8,'Fianco a fianco',1031510000);
INSERT INTO international VALUES (363,'WebGUI',8,'Posizione nel Template',1031510000);
INSERT INTO international VALUES (361,'WebGUI',8,'Tre su Una',1031510000);
INSERT INTO international VALUES (359,'WebGUI',8,'Colonna Destra',1031510000);
INSERT INTO international VALUES (360,'WebGUI',8,'Una su Tre',1031510000);
INSERT INTO international VALUES (358,'WebGUI',8,'Colonna Sinistra',1031510000);
INSERT INTO international VALUES (357,'WebGUI',8,'News',1031510000);
INSERT INTO international VALUES (356,'WebGUI',8,'Template',1031510000);
INSERT INTO international VALUES (355,'WebGUI',8,'Default',1031510000);
INSERT INTO international VALUES (471,'WebGUI',8,'Modifica campi profilo utenti',1031510000);
INSERT INTO international VALUES (352,'WebGUI',8,'Data dell\'Elemento',1031510000);
INSERT INTO international VALUES (159,'WebGUI',8,'Inbox',1031510000);
INSERT INTO international VALUES (349,'WebGUI',8,'Ultima Versione Disponibile',1031510000);
INSERT INTO international VALUES (351,'WebGUI',8,'Messaggio',1031510000);
INSERT INTO international VALUES (350,'WebGUI',8,'Completato',1031510000);
INSERT INTO international VALUES (348,'WebGUI',8,'Nome',1031510000);
INSERT INTO international VALUES (347,'WebGUI',8,'Visualizza il Profilo per',1031510000);
INSERT INTO international VALUES (343,'WebGUI',8,'Visualizza Profilo.',1031510000);
INSERT INTO international VALUES (345,'WebGUI',8,'Non membro',1031510000);
INSERT INTO international VALUES (346,'WebGUI',8,'Questo utente non <20> pi<70> membro del nostro sito. Non abbiamo altre informazioni su questo utente.',1031510000);
INSERT INTO international VALUES (341,'WebGUI',8,'Modifica Profilo.',1031510000);
INSERT INTO international VALUES (342,'WebGUI',8,'Modifica le informazioni dell\'account.',1031510000);
INSERT INTO international VALUES (337,'WebGUI',8,'Homepage URL',1031510000);
INSERT INTO international VALUES (338,'WebGUI',8,'Modifica Profilo',1031510000);
INSERT INTO international VALUES (339,'WebGUI',8,'Maschio',1031510000);
INSERT INTO international VALUES (340,'WebGUI',8,'Femmina',1031510000);
INSERT INTO international VALUES (336,'WebGUI',8,'Data di nascita',1031510000);
INSERT INTO international VALUES (335,'WebGUI',8,'Genere',1031510000);
INSERT INTO international VALUES (331,'WebGUI',8,'Stato lavoro',1031510000);
INSERT INTO international VALUES (332,'WebGUI',8,'CAP lavoro',1031510000);
INSERT INTO international VALUES (333,'WebGUI',8,'Provincia lavoro',1031510000);
INSERT INTO international VALUES (334,'WebGUI',8,'Telefono lavoro',1031510000);
INSERT INTO international VALUES (330,'WebGUI',8,'Citt<74> lavoro',1031510000);
INSERT INTO international VALUES (329,'WebGUI',8,'Indirizzo lavoro',1031510000);
INSERT INTO international VALUES (328,'WebGUI',8,'Telefono casa',1031510000);
INSERT INTO international VALUES (327,'WebGUI',8,'Provincia casa',1031510000);
INSERT INTO international VALUES (326,'WebGUI',8,'CAP casa',1031510000);
INSERT INTO international VALUES (324,'WebGUI',8,'Citt<74> casa',1031510000);
INSERT INTO international VALUES (325,'WebGUI',8,'Stato casa',1031510000);
INSERT INTO international VALUES (323,'WebGUI',8,'Indirizzo casa',1031510000);
INSERT INTO international VALUES (322,'WebGUI',8,'Pager',1031510000);
INSERT INTO international VALUES (321,'WebGUI',8,'Telefono Cellulare',1031510000);
INSERT INTO international VALUES (320,'WebGUI',8,'<a href=\"http://messenger.yahoo.com/\">Yahoo! Messenger</a> Id',1031510000);
INSERT INTO international VALUES (319,'WebGUI',8,'<a href=\"http://messenger.msn.com/\">MSN Messenger</a> Id',1031510000);
INSERT INTO international VALUES (318,'WebGUI',8,'<a href=\"http://www.aol.com/aim/homenew.adp\">AIM</a> Id',1031510000);
INSERT INTO international VALUES (317,'WebGUI',8,'<a href=\"http://www.icq.com\">ICQ</a> UIN',1031510000);
INSERT INTO international VALUES (316,'WebGUI',8,'Cognome',1031510000);
INSERT INTO international VALUES (315,'WebGUI',8,'Altro Nome',1031510000);
INSERT INTO international VALUES (314,'WebGUI',8,'Nome',1031510000);
INSERT INTO international VALUES (313,'WebGUI',8,'Consenti informazioni varie?',1031510000);
INSERT INTO international VALUES (312,'WebGUI',8,'Consenti informazioni business?',1031510000);
INSERT INTO international VALUES (311,'WebGUI',8,'Consenti informazioni home?',1031510000);
INSERT INTO international VALUES (310,'WebGUI',8,'Consenti informazioni extra sugli account?',1031510000);
INSERT INTO international VALUES (309,'WebGUI',8,'Consenti il nome reale?',1031510000);
INSERT INTO international VALUES (307,'WebGUI',8,'Usa i meta tags di default?',1031510000);
INSERT INTO international VALUES (308,'WebGUI',8,'Modifica i settaggi del profilo',1031510000);
INSERT INTO international VALUES (306,'WebGUI',8,'Binding del Nome Utente',1031510000);
INSERT INTO international VALUES (245,'WebGUI',8,'Data',1031510000);
INSERT INTO international VALUES (304,'WebGUI',8,'Lingua',1031510000);
INSERT INTO international VALUES (244,'WebGUI',8,'Autore',1031510000);
INSERT INTO international VALUES (239,'WebGUI',8,'Data:',1031510000);
INSERT INTO international VALUES (240,'WebGUI',8,'ID Messaggio:',1031510000);
INSERT INTO international VALUES (238,'WebGUI',8,'Autore:',1031510000);
INSERT INTO international VALUES (237,'WebGUI',8,'Oggetto:',1031510000);
INSERT INTO international VALUES (234,'WebGUI',8,'Inviare una Risposta...',1031510000);
INSERT INTO international VALUES (233,'WebGUI',8,'(eom)',1031510000);
INSERT INTO international VALUES (232,'WebGUI',8,'Senza Oggetto',1031510000);
INSERT INTO international VALUES (231,'WebGUI',8,'Inviare un nuovo Messaggio...',1031510000);
INSERT INTO international VALUES (230,'WebGUI',8,'Messaggio',1031510000);
INSERT INTO international VALUES (229,'WebGUI',8,'Oggetto',1031510000);
INSERT INTO international VALUES (228,'WebGUI',8,'Modifica Messaggio...',1031510000);
INSERT INTO international VALUES (175,'WebGUI',8,'Processa le macro?',1031510000);
INSERT INTO international VALUES (174,'WebGUI',8,'Visualizza il Titolo?',1031510000);
INSERT INTO international VALUES (170,'WebGUI',8,'cerca',1031510000);
INSERT INTO international VALUES (171,'WebGUI',8,'Assistente per la creazione del testo',1031510000);
INSERT INTO international VALUES (169,'WebGUI',8,'Aggiungi un nuovo Utente.',1031510000);
INSERT INTO international VALUES (168,'WebGUI',8,'Modifica Utente',1031510000);
INSERT INTO international VALUES (167,'WebGUI',8,'Sei sicuro di voler cancellare questo utente? Sappi che tutte le informazioni associate all\'utente saranno cancellate se procedi.',1031510000);
INSERT INTO international VALUES (165,'WebGUI',8,'LDAP URL',1031510000);
INSERT INTO international VALUES (166,'WebGUI',8,'Connect DN',1031510000);
INSERT INTO international VALUES (163,'WebGUI',8,'Aggiungi Utente',1031510000);
INSERT INTO international VALUES (164,'WebGUI',8,'Metodo di autenticazione',1031510000);
INSERT INTO international VALUES (162,'WebGUI',8,'Sei sicuro di voler cancellare tutte le pagine e i widgets nel cestino?',1031510000);
INSERT INTO international VALUES (161,'WebGUI',8,'Inviato Da',1031510000);
INSERT INTO international VALUES (160,'WebGUI',8,'Inviato in Data',1031510000);
INSERT INTO international VALUES (158,'WebGUI',8,'Aggiungi un nuovo stile.',1031510000);
INSERT INTO international VALUES (353,'WebGUI',8,'Non hai messaggi in Inbox attualmente.',1031510000);
INSERT INTO international VALUES (157,'WebGUI',8,'Stili',1031510000);
INSERT INTO international VALUES (156,'WebGUI',8,'Modifica Stile',1031510000);
INSERT INTO international VALUES (155,'WebGUI',8,'Sei sicuro di voler cancellare questo stile ed assegnare a tutte le pagine che lo usano lo stile \"Fail Safe\" ?',1031510000);
INSERT INTO international VALUES (151,'WebGUI',8,'Nome dello stile',1031510000);
INSERT INTO international VALUES (154,'WebGUI',8,'Style Sheet',1031510000);
INSERT INTO international VALUES (149,'WebGUI',8,'Utenti',1031510000);
INSERT INTO international VALUES (148,'WebGUI',8,'Widgets Visualizzabili',1031510000);
INSERT INTO international VALUES (147,'WebGUI',8,'Pagine Visualizzabili',1031510000);
INSERT INTO international VALUES (144,'WebGUI',8,'Visualizza statistiche.',1031510000);
INSERT INTO international VALUES (145,'WebGUI',8,'Versione',1031510000);
INSERT INTO international VALUES (146,'WebGUI',8,'Sessioni Attive',1031510000);
INSERT INTO international VALUES (143,'WebGUI',8,'Gestisci i settaggi',1031510000);
INSERT INTO international VALUES (142,'WebGUI',8,'Timeout della Sessione',1031510000);
INSERT INTO international VALUES (141,'WebGUI',8,'Pagina non trovata',1031510000);
INSERT INTO international VALUES (140,'WebGUI',8,'Modifica settaggi vari',1031510000);
INSERT INTO international VALUES (134,'WebGUI',8,'Messaggio di Recupero Password',1031510000);
INSERT INTO international VALUES (135,'WebGUI',8,'SMTP Server',1031510000);
INSERT INTO international VALUES (138,'WebGUI',8,'S<>',1031510000);
INSERT INTO international VALUES (139,'WebGUI',8,'No',1031510000);
INSERT INTO international VALUES (133,'WebGUI',8,'Modifica i settaggi della Mail',1031510000);
INSERT INTO international VALUES (130,'WebGUI',8,'Massima Dimensione Allegato',1031510000);
INSERT INTO international VALUES (127,'WebGUI',8,'URL dell\'Azienda',1031510000);
INSERT INTO international VALUES (126,'WebGUI',8,'Indirizzo Email dell\'Azienda',1031510000);
INSERT INTO international VALUES (125,'WebGUI',8,'Nome dell\'Azienda',1031510000);
INSERT INTO international VALUES (124,'WebGUI',8,'Modifica informazioni sull\'Azienda',1031510000);
INSERT INTO international VALUES (123,'WebGUI',8,'LDAP Password Name',1031510000);
INSERT INTO international VALUES (122,'WebGUI',8,'LDAP Identity Name',1031510000);
INSERT INTO international VALUES (121,'WebGUI',8,'LDAP Identity (default)',1031510000);
INSERT INTO international VALUES (120,'WebGUI',8,'LDAP URL (default)',1031510000);
INSERT INTO international VALUES (118,'WebGUI',8,'Registrazione Anonima',1031510000);
INSERT INTO international VALUES (119,'WebGUI',8,'Authentication Method (default)',1031510000);
INSERT INTO international VALUES (117,'WebGUI',8,'Modifica settaggi Utente',1031510000);
INSERT INTO international VALUES (116,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine gli stessi privilegi di questa.',1031510000);
INSERT INTO international VALUES (115,'WebGUI',8,'Chiunque pu<70> modificare?',1031510000);
INSERT INTO international VALUES (113,'WebGUI',8,'Il gruppo pu<70> modificare?',1031510000);
INSERT INTO international VALUES (114,'WebGUI',8,'Chiunque pu<70> visualizzare?',1031510000);
INSERT INTO international VALUES (112,'WebGUI',8,'Il gruppo pu<70> visualizzare?',1031510000);
INSERT INTO international VALUES (111,'WebGUI',8,'Gruppo',1031510000);
INSERT INTO international VALUES (110,'WebGUI',8,'Il proprietario pu<70> modificare?',1031510000);
INSERT INTO international VALUES (109,'WebGUI',8,'Il proprietario pu<70> visualizzare?',1031510000);
INSERT INTO international VALUES (108,'WebGUI',8,'Proprietario',1031510000);
INSERT INTO international VALUES (107,'WebGUI',8,'Privilegi',1031510000);
INSERT INTO international VALUES (106,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine lo stesso stile di questa.',1031510000);
INSERT INTO international VALUES (105,'WebGUI',8,'Stile',1031510000);
INSERT INTO international VALUES (104,'WebGUI',8,'URL della Pagina',1031510000);
INSERT INTO international VALUES (102,'WebGUI',8,'Modifica Pagina',1031510000);
INSERT INTO international VALUES (103,'WebGUI',8,'Specifiche della Pagina',1031510000);
INSERT INTO international VALUES (101,'WebGUI',8,'Sei sicuro di voler cancellare questa pagina, il suo contenuto, e tutti gli elementi sotto di essa?',1031510000);
INSERT INTO international VALUES (100,'WebGUI',8,'Meta Tags',1031510000);
INSERT INTO international VALUES (99,'WebGUI',8,'Titolo',1031510000);
INSERT INTO international VALUES (642,'WebGUI',1,'Page, Add/Edit',1038889740);
INSERT INTO international VALUES (95,'WebGUI',8,'Indice Aiuto',1031510000);
INSERT INTO international VALUES (94,'WebGUI',8,'Vedi anche',1031510000);
INSERT INTO international VALUES (93,'WebGUI',8,'Aiuto',1031510000);
INSERT INTO international VALUES (92,'WebGUI',8,'Pagina Successiva',1031510000);
INSERT INTO international VALUES (91,'WebGUI',8,'Pagina Precedente',1031510000);
INSERT INTO international VALUES (89,'WebGUI',8,'Gruppi',1031510000);
INSERT INTO international VALUES (90,'WebGUI',8,'Aggiungi nuovo gruppo.',1031510000);
INSERT INTO international VALUES (88,'WebGUI',8,'Utenti nel Gruppo',1031510000);
INSERT INTO international VALUES (87,'WebGUI',8,'Modifica Gruppo',1031510000);
INSERT INTO international VALUES (86,'WebGUI',8,'Sei sicuro di voler cancellare questo gruppo? Sappi che cancellare un gruppo <20> permanente e rimuover<65> tutti i privilrgi associati a questo gruppo.',1031510000);
INSERT INTO international VALUES (84,'WebGUI',8,'Nome del Gruppo',1031510000);
INSERT INTO international VALUES (85,'WebGUI',8,'Corpo del testo',1031510000);
INSERT INTO international VALUES (82,'WebGUI',8,'Funzioni Amministrative...',1031510000);
INSERT INTO international VALUES (81,'WebGUI',8,'Account aggiornato con successo!',1031510000);
INSERT INTO international VALUES (80,'WebGUI',8,'Account creato con successo!',1031510000);
INSERT INTO international VALUES (79,'WebGUI',8,'Cannot connect to LDAP server.',1031510000);
INSERT INTO international VALUES (78,'WebGUI',8,'Le tue password non corrispondono. Prego prova di nuovo.',1031510000);
INSERT INTO international VALUES (77,'WebGUI',8,'Questo nome di account <20> gi<67> in uso da un altro membro di questo sito. Prego scegli un nuovo nome utente. Ecco alcuni suggerimenti:',1031510000);
INSERT INTO international VALUES (76,'WebGUI',8,'Questo indirizzo di email non <20> nei nostri database.',1031510000);
INSERT INTO international VALUES (75,'WebGUI',8,'Le Informazioni sul tuo account sono state inviate al tuo indirizzo di email.',1031510000);
INSERT INTO international VALUES (74,'WebGUI',8,'Informazioni Account',1031510000);
INSERT INTO international VALUES (73,'WebGUI',8,'Entra.',1031510000);
INSERT INTO international VALUES (72,'WebGUI',8,'recupera',1031510000);
INSERT INTO international VALUES (70,'WebGUI',8,'Errore',1031510000);
INSERT INTO international VALUES (71,'WebGUI',8,'Recupera password',1031510000);
INSERT INTO international VALUES (69,'WebGUI',8,'Prego contatta il tuo amministratore di sistema per assistenza.',1031510000);
INSERT INTO international VALUES (68,'WebGUI',8,'Le informazioni sul\' account non sono valide. O l\'account non esiste oppure hai fornito una combinazione errata di Nome Utente/Password.',1031510000);
INSERT INTO international VALUES (67,'WebGUI',8,'Crea un nuovo account.',1031510000);
INSERT INTO international VALUES (66,'WebGUI',8,'Entra',1031510000);
INSERT INTO international VALUES (65,'WebGUI',8,'Prego disattiva il mio account permanentemente.',1031510000);
INSERT INTO international VALUES (64,'WebGUI',8,'Esci.',1031510000);
INSERT INTO international VALUES (63,'WebGUI',8,'Attiva l\'Interfaccia Amministrativa.',1031510000);
INSERT INTO international VALUES (62,'WebGUI',8,'Salva',1031510000);
INSERT INTO international VALUES (61,'WebGUI',8,'Aggiorna Informazioni dell\'Account',1031510000);
INSERT INTO international VALUES (492,'WebGUI',8,'Lista dei campi del profilo.',1031510000);
INSERT INTO international VALUES (59,'WebGUI',8,'Ho dimenticato la password.',1031510000);
INSERT INTO international VALUES (58,'WebGUI',8,'Ho gi<67> un account.',1031510000);
INSERT INTO international VALUES (57,'WebGUI',8,'E\' necessario solo se vuoi usare funzioni che richiedono l\'email.',1031510000);
INSERT INTO international VALUES (56,'WebGUI',8,'Indirizzo Email',1031510000);
INSERT INTO international VALUES (55,'WebGUI',8,'Password (conferma)',1031510000);
INSERT INTO international VALUES (54,'WebGUI',8,'Crea Account',1031510000);
INSERT INTO international VALUES (51,'WebGUI',8,'Password',1031510000);
INSERT INTO international VALUES (52,'WebGUI',8,'login',1031510000);
INSERT INTO international VALUES (53,'WebGUI',8,'Rendi Pagina Stampabile',1031510000);
INSERT INTO international VALUES (50,'WebGUI',8,'Nome Utente',1031510000);
INSERT INTO international VALUES (48,'WebGUI',8,'Ciao',1031510000);
INSERT INTO international VALUES (49,'WebGUI',8,'<br>Clicca <a href=\"^\\;?op=logout\">qui</a> per uscire.',1031510000);
INSERT INTO international VALUES (47,'WebGUI',8,'Home',1031510000);
INSERT INTO international VALUES (45,'WebGUI',8,'No, ho fatto uno sbaglio.',1031510000);
INSERT INTO international VALUES (44,'WebGUI',8,'S<>, sono sicuro.',1031510000);
INSERT INTO international VALUES (43,'WebGUI',8,'Sei sicuro di voler cancellare questo contenuto?',1031510000);
INSERT INTO international VALUES (42,'WebGUI',8,'Prego Conferma',1031510000);
INSERT INTO international VALUES (41,'WebGUI',8,'Hai cercato di rimuovere un componente vitale del sistema. Se continui pu<70>\r\ncessare di funzionare.',1031510000);
INSERT INTO international VALUES (40,'WebGUI',8,'Componente Vitale',1031510000);
INSERT INTO international VALUES (39,'WebGUI',8,'Non hai abbastanza privilegi per accedere a questa pagina.',1031510000);
INSERT INTO international VALUES (38,'WebGUI',8,'Non hai abbastanza privilegi per questa operazione. Prego ^a(entra con un account); che ha sufficenti privilegi prima di eseguire questa operazione.',1031510000);
INSERT INTO international VALUES (404,'WebGUI',8,'Prima Pagina',1031510000);
INSERT INTO international VALUES (37,'WebGUI',8,'Permesso negato!',1031510000);
INSERT INTO international VALUES (36,'WebGUI',8,'Devi essere un amministratore per usare questa funzione. Per favore contatta uno degli amministratori. Questa <20> una lista degli amministratori di questo sistema:',1031510000);
INSERT INTO international VALUES (35,'WebGUI',8,'Funzioni Amministrative',1031510000);
INSERT INTO international VALUES (34,'WebGUI',8,'imposta la data (mm/gg/aaaa)',1031510000);
INSERT INTO international VALUES (33,'WebGUI',8,'Sabato',1031510000);
INSERT INTO international VALUES (31,'WebGUI',8,'Gioved<65>',1031510000);
INSERT INTO international VALUES (32,'WebGUI',8,'Venerd<72>',1031510000);
INSERT INTO international VALUES (30,'WebGUI',8,'Mercoled<65>',1031510000);
INSERT INTO international VALUES (29,'WebGUI',8,'Marted<65>',1031510000);
INSERT INTO international VALUES (29,'USS',8,'Sistema di Contributi degli Utenti',1031510000);
INSERT INTO international VALUES (28,'WebGUI',8,'Luned<65>',1031510000);
INSERT INTO international VALUES (28,'USS',8,'Ritorna alla lista dei Contributi',1031510000);
INSERT INTO international VALUES (27,'WebGUI',8,'Domenica',1031510000);
INSERT INTO international VALUES (27,'USS',8,'Modifica',1031510000);
INSERT INTO international VALUES (26,'WebGUI',8,'Dicembre',1031510000);
INSERT INTO international VALUES (26,'USS',8,'Rifiuta',1031510000);
INSERT INTO international VALUES (25,'WebGUI',8,'Novembre',1031510000);
INSERT INTO international VALUES (25,'USS',8,'Lascia Pendenti',1031510000);
INSERT INTO international VALUES (24,'WebGUI',8,'Ottobre',1031510000);
INSERT INTO international VALUES (24,'USS',8,'Approva',1031510000);
INSERT INTO international VALUES (23,'WebGUI',8,'Settembre',1031510000);
INSERT INTO international VALUES (22,'WebGUI',8,'Agosto',1031510000);
INSERT INTO international VALUES (21,'WebGUI',8,'Luglio',1031510000);
INSERT INTO international VALUES (21,'USS',8,'Mandato da',1031510000);
INSERT INTO international VALUES (20,'WebGUI',8,'Giugno',1031510000);
INSERT INTO international VALUES (20,'USS',8,'Manda un nuovo Contributo',1031510000);
INSERT INTO international VALUES (19,'WebGUI',8,'Maggio',1031510000);
INSERT INTO international VALUES (20,'MessageBoard',8,'Ultima Risposta',1031510000);
INSERT INTO international VALUES (19,'USS',8,'Modifica Contributo',1031510000);
INSERT INTO international VALUES (19,'MessageBoard',8,'Risposte',1031510000);
INSERT INTO international VALUES (18,'WebGUI',8,'Aprile',1031510000);
INSERT INTO international VALUES (18,'USS',8,'Modifica il sistema di contributi degli utenti',1031510000);
INSERT INTO international VALUES (18,'MessageBoard',8,'Thread Iniziato',1031510000);
INSERT INTO international VALUES (17,'WebGUI',8,'Marzo',1031510000);
INSERT INTO international VALUES (17,'USS',8,'Sei sicuro di voler cancellare questo contributo?',1031510000);
INSERT INTO international VALUES (17,'MessageBoard',8,'Manda un nuovo Messaggio',1031510000);
INSERT INTO international VALUES (16,'WebGUI',8,'Febbraio',1031510000);
INSERT INTO international VALUES (16,'USS',8,'Senza Titolo',1031510000);
INSERT INTO international VALUES (16,'MessageBoard',8,'Data',1031510000);
INSERT INTO international VALUES (15,'WebGUI',8,'Gennaio',1031510000);
INSERT INTO international VALUES (15,'USS',8,'Modifica/Cancella',1031510000);
INSERT INTO international VALUES (15,'MessageBoard',8,'Autore',1031510000);
INSERT INTO international VALUES (14,'WebGUI',8,'Visualizza i contributi pendenti.',1031510000);
INSERT INTO international VALUES (14,'USS',8,'Stato',1031510000);
INSERT INTO international VALUES (13,'WebGUI',8,'Visualizza indice dell\'aiuto.',1031510000);
INSERT INTO international VALUES (13,'USS',8,'Data',1031510000);
INSERT INTO international VALUES (13,'MessageBoard',8,'Rispondi',1031510000);
INSERT INTO international VALUES (13,'LinkList',8,'Aggiungi un nuovo link.',1031510000);
INSERT INTO international VALUES (13,'EventsCalendar',8,'Modifica Evento',1031510000);
INSERT INTO international VALUES (13,'Article',8,'Cancella',1031510000);
INSERT INTO international VALUES (12,'WebGUI',8,'Spegni interfaccia amministrativa.',1031510000);
INSERT INTO international VALUES (12,'USS',8,'(deseleziona se scrivi in HTML)',1031510000);
INSERT INTO international VALUES (12,'EventsCalendar',8,'Modifica Calendario Eventi',1031510000);
INSERT INTO international VALUES (12,'LinkList',8,'Modifica Link',1031510000);
INSERT INTO international VALUES (12,'MessageBoard',8,'Modifica Messaggio',1031510000);
INSERT INTO international VALUES (12,'SQLReport',8,'Error: Could not connect to the database.',1031510000);
INSERT INTO international VALUES (11,'WebGUI',8,'Svuota il cestino',1031510000);
INSERT INTO international VALUES (12,'Article',8,'Modifica Articolo',1031510000);
INSERT INTO international VALUES (11,'SQLReport',8,'<b>Debug:</b> Errore: c\'<27> stato un problema con la query.',1031510000);
INSERT INTO international VALUES (11,'MessageBoard',8,'Torna alla lista dei messaggi',1031510000);
INSERT INTO international VALUES (75,'EventsCalendar',1,'Which do you wish to do?',1031514049);
INSERT INTO international VALUES (11,'Article',8,'(Seleziona \"Si\" solo se non hai aggiunto &lt;br&gt; manualmente.)',1031510000);
INSERT INTO international VALUES (10,'WebGUI',8,'Visualizza il cestino.',1031510000);
INSERT INTO international VALUES (10,'USS',8,'Stato predefinito',1031510000);
INSERT INTO international VALUES (10,'SQLReport',8,'Error: The SQL specified is of an improper format.',1031510000);
INSERT INTO international VALUES (10,'Poll',8,'Azzera i voti.',1031510000);
INSERT INTO international VALUES (10,'LinkList',8,'Modifica Lista di Link',1031510000);
INSERT INTO international VALUES (10,'FAQ',8,'Modifica Domanda',1031510000);
INSERT INTO international VALUES (715,'WebGUI',1,'Redirect URL',1031514049);
INSERT INTO international VALUES (10,'Article',8,'Converti gli \'a capo\'?',1031510000);
INSERT INTO international VALUES (9,'WebGUI',8,'Visualizza appunti.',1031510000);
INSERT INTO international VALUES (9,'USS',8,'Pendente',1031510000);
INSERT INTO international VALUES (9,'SQLReport',8,'Error: The DSN specified is of an improper format.',1031510000);
INSERT INTO international VALUES (9,'Poll',8,'Modifica Sondaggio',1031510000);
INSERT INTO international VALUES (9,'MessageBoard',8,'ID Messaggio:',1031510000);
INSERT INTO international VALUES (9,'LinkList',8,'Sei sicuro di voler cancellare questo link?',1031510000);
INSERT INTO international VALUES (9,'FAQ',8,'Aggiungi una nuova domanda.',1031510000);
INSERT INTO international VALUES (9,'EventsCalendar',8,'finch<63>',1031510000);
INSERT INTO international VALUES (9,'Article',8,'Allegato',1031510000);
INSERT INTO international VALUES (8,'WebGUI',8,'Visualizza pagina non trovata.',1031510000);
INSERT INTO international VALUES (8,'USS',8,'Respinto',1031510000);
INSERT INTO international VALUES (8,'SQLReport',8,'Modifica SQL Report',1031510000);
INSERT INTO international VALUES (8,'Poll',8,'(Aggiungi una risposta per linea. Non pi<70> di 20)',1031510000);
INSERT INTO international VALUES (8,'MessageBoard',8,'Data:',1031510000);
INSERT INTO international VALUES (8,'LinkList',8,'URL',1031510000);
INSERT INTO international VALUES (8,'FAQ',8,'Modifica F.A.Q.',1031510000);
INSERT INTO international VALUES (8,'EventsCalendar',8,'Ricorre ogni',1031510000);
INSERT INTO international VALUES (8,'Article',8,'URL del Link',1031510000);
INSERT INTO international VALUES (7,'WebGUI',8,'Gestisci gli utenti.',1031510000);
INSERT INTO international VALUES (7,'SQLReport',8,'Password Database',1031510000);
INSERT INTO international VALUES (7,'USS',8,'Approvato',1031510000);
INSERT INTO international VALUES (7,'Poll',8,'Risposte',1031510000);
INSERT INTO international VALUES (7,'MessageBoard',8,'Autore:',1031510000);
INSERT INTO international VALUES (7,'FAQ',8,'Sei sicuro di voler cancellare questa domanda?',1031510000);
INSERT INTO international VALUES (7,'Article',8,'Titolo del link',1031510000);
INSERT INTO international VALUES (6,'WebGUI',8,'Gestisci gli stili.',1031510000);
INSERT INTO international VALUES (6,'USS',8,'Contributi per pagina',1031510000);
INSERT INTO international VALUES (6,'SyndicatedContent',8,'Contenuto Attuale',1031510000);
INSERT INTO international VALUES (6,'SQLReport',8,'Utente Database',1031510000);
INSERT INTO international VALUES (6,'SiteMap',8,'Rientro',1031510000);
INSERT INTO international VALUES (6,'Poll',8,'Domanda',1031510000);
INSERT INTO international VALUES (6,'MessageBoard',8,'Modifica Forum',1031510000);
INSERT INTO international VALUES (6,'LinkList',8,'Lista di Link',1031510000);
INSERT INTO international VALUES (6,'FAQ',8,'Risposta',1031510000);
INSERT INTO international VALUES (6,'ExtraColumn',8,'Modifica Colonna Extra',1031510000);
INSERT INTO international VALUES (701,'WebGUI',8,'Settimana',1031510000);
INSERT INTO international VALUES (6,'Article',8,'Immagine',1031510000);
INSERT INTO international VALUES (5,'WebGUI',8,'Gestisci i gruppi.',1031510000);
INSERT INTO international VALUES (5,'USS',8,'Il tuo contributo <20> stato respinto.',1031510000);
INSERT INTO international VALUES (5,'SyndicatedContent',8,'Ultimo preso',1031510000);
INSERT INTO international VALUES (5,'SQLReport',8,'DSN',1031510000);
INSERT INTO international VALUES (5,'SiteMap',8,'Modifica la mappa del sito',1031510000);
INSERT INTO international VALUES (5,'Poll',8,'Larghezza del grafico',1031510000);
INSERT INTO international VALUES (5,'MessageBoard',8,'Modifica Timeout',1031510000);
INSERT INTO international VALUES (819,'WebGUI',1,'Self-Deactivated',1038431323);
INSERT INTO international VALUES (5,'ExtraColumn',8,'StyleSheet Class',1031510000);
INSERT INTO international VALUES (5,'FAQ',8,'Domanda',1031510000);
INSERT INTO international VALUES (5,'Item',8,'Scarica allegato',1031510000);
INSERT INTO international VALUES (700,'WebGUI',8,'Giorno',1031510000);
INSERT INTO international VALUES (4,'WebGUI',8,'Gestisci i settaggi.',1031510000);
INSERT INTO international VALUES (4,'USS',8,'Il tuo contributo <20> stato approvato.',1031510000);
INSERT INTO international VALUES (4,'SyndicatedContent',8,'Modifica Contenuto di altri siti',1031510000);
INSERT INTO international VALUES (4,'SQLReport',8,'Query',1031510000);
INSERT INTO international VALUES (4,'SiteMap',8,'Profondit<69>',1031510000);
INSERT INTO international VALUES (4,'Poll',8,'Chi pu<70> votare?',1031510000);
INSERT INTO international VALUES (4,'MessageBoard',8,'Messaggi Per Pagina',1031510000);
INSERT INTO international VALUES (4,'Item',8,'Item',1031510000);
INSERT INTO international VALUES (4,'ExtraColumn',8,'Larghezza',1031510000);
INSERT INTO international VALUES (4,'EventsCalendar',8,'Accade solo una volta.',1031510000);
INSERT INTO international VALUES (4,'Article',8,'Data di fine',1031510000);
INSERT INTO international VALUES (3,'WebGUI',8,'Incolla dagli appunti...',1031510000);
INSERT INTO international VALUES (3,'USS',8,'Hai nuovi contenuti degli utenti da approvare.',1031510000);
INSERT INTO international VALUES (3,'SQLReport',8,'Template',1031510000);
INSERT INTO international VALUES (3,'SiteMap',8,'Partire da questo livello?',1031510000);
INSERT INTO international VALUES (3,'Poll',8,'Attivo',1031510000);
INSERT INTO international VALUES (3,'MessageBoard',8,'Chi pu<70> postare?',1031510000);
INSERT INTO international VALUES (3,'LinkList',8,'Apri in nuova finestra?',1031510000);
INSERT INTO international VALUES (3,'Item',8,'Cancella allegato',1031510000);
INSERT INTO international VALUES (3,'ExtraColumn',8,'Spaziatore',1031510000);
INSERT INTO international VALUES (3,'Article',8,'Data di inizio',1031510000);
INSERT INTO international VALUES (2,'WebGUI',8,'Pagina',1031510000);
INSERT INTO international VALUES (2,'USS',8,'Chi pu<70> contribuire?',1031510000);
INSERT INTO international VALUES (2,'SyndicatedContent',8,'Contenuto da altri siti',1031510000);
INSERT INTO international VALUES (2,'SiteMap',8,'Mappa del sito',1031510000);
INSERT INTO international VALUES (2,'MessageBoard',8,'Forum',1031510000);
INSERT INTO international VALUES (2,'Item',8,'Allegato',1031510000);
INSERT INTO international VALUES (2,'FAQ',8,'F.A.Q.',1031510000);
INSERT INTO international VALUES (2,'EventsCalendar',8,'Calendario Eventi',1031510000);
INSERT INTO international VALUES (1,'WebGUI',8,'Aggiungi contenuto...',1031510000);
INSERT INTO international VALUES (1,'USS',8,'Chi pu<70> approvare?',1031510000);
INSERT INTO international VALUES (1,'SyndicatedContent',8,'URL del file RSS',1031510000);
INSERT INTO international VALUES (1,'SQLReport',8,'SQL Report',1031510000);
INSERT INTO international VALUES (1,'Poll',8,'Sondaggio',1031510000);
INSERT INTO international VALUES (1,'Item',8,'URL del link',1031510000);
INSERT INTO international VALUES (1,'ExtraColumn',8,'Colonna Extra',1031510000);
INSERT INTO international VALUES (85,'EventsCalendar',1,'Last in the calendar.',1038190764);
INSERT INTO international VALUES (1,'Article',8,'Articolo',1031510000);
INSERT INTO international VALUES (367,'WebGUI',8,'Scade dopo',1031510000);
INSERT INTO international VALUES (493,'WebGUI',8,'Torna al sito.',1031510000);
INSERT INTO international VALUES (495,'WebGUI',8,'Assistente creazione del testo',1031510000);
INSERT INTO international VALUES (496,'WebGUI',8,'Editor da utilizzare',1031510000);
INSERT INTO international VALUES (494,'WebGUI',8,'Real Objects Edit-On Pro',1031510000);
INSERT INTO international VALUES (497,'WebGUI',8,'Data di pubblicazione',1031510000);
INSERT INTO international VALUES (498,'WebGUI',8,'Data di oscuramento',1031510000);
INSERT INTO international VALUES (499,'WebGUI',8,'Wobject ID',1031510000);
INSERT INTO international VALUES (81,'EventsCalendar',1,'Start Month',1038190442);
INSERT INTO international VALUES (20,'EventsCalendar',8,'Aggiungi un evento.',1031510000);
INSERT INTO international VALUES (38,'USS',8,'(Seleziona \"No\" solo se hai usato l\'assistente per la creazione del testo.)',1031510000);
INSERT INTO international VALUES (500,'WebGUI',8,'ID pagina',1031510000);
INSERT INTO international VALUES (501,'WebGUI',8,'Body',1031510000);
INSERT INTO international VALUES (502,'WebGUI',8,'Sei sicuro di voler cancellare questo template e attribuire a tutte le pagine che lo usano il template di default?',1031510000);
INSERT INTO international VALUES (503,'WebGUI',8,'Template ID',1031510000);
INSERT INTO international VALUES (504,'WebGUI',8,'Template',1031510000);
INSERT INTO international VALUES (505,'WebGUI',8,'Aggiungi un nuovo template.',1031510000);
INSERT INTO international VALUES (506,'WebGUI',8,'Gestisci i Templates',1031510000);
INSERT INTO international VALUES (507,'WebGUI',8,'Modifica Template',1031510000);
INSERT INTO international VALUES (508,'WebGUI',8,'Gestisci templates.',1031510000);
INSERT INTO international VALUES (39,'USS',8,'Rispondi',1031510000);
INSERT INTO international VALUES (41,'USS',8,'Data',1031510000);
INSERT INTO international VALUES (42,'USS',8,'Modifica Risposta',1031510000);
INSERT INTO international VALUES (43,'USS',8,'Cancella Risposta',1031510000);
INSERT INTO international VALUES (45,'USS',8,'Torna ad invio',1031510000);
INSERT INTO international VALUES (46,'USS',8,'Leggi di piu\'...',1031510000);
INSERT INTO international VALUES (47,'USS',8,'Rispondi',1031510000);
INSERT INTO international VALUES (48,'USS',8,'Consenti Discussioni?',1031510000);
INSERT INTO international VALUES (49,'USS',8,'Modifica il Timeout',1031510000);
INSERT INTO international VALUES (50,'USS',8,'Chi pu<70> postare',1031510000);
INSERT INTO international VALUES (44,'USS',8,'Chi pu<70> Moderare',1031510000);
INSERT INTO international VALUES (51,'USS',8,'Visualizza thumbnails?',1031510000);
INSERT INTO international VALUES (52,'USS',8,'Thumbnail',1031510000);
INSERT INTO international VALUES (53,'USS',8,'Layout',1031510000);
INSERT INTO international VALUES (57,'USS',8,'Risposte',1031510000);
INSERT INTO international VALUES (11,'FAQ',8,'Attiva elenco domande con link?',1031510000);
INSERT INTO international VALUES (12,'FAQ',8,'Attiva D/R ?',1031510000);
INSERT INTO international VALUES (13,'FAQ',8,'Attiva [top] link?',1031510000);
INSERT INTO international VALUES (509,'WebGUI',8,'Layout Discussioni',1031510000);
INSERT INTO international VALUES (510,'WebGUI',8,'Flat',1031510000);
INSERT INTO international VALUES (511,'WebGUI',8,'Threaded',1031510000);
INSERT INTO international VALUES (512,'WebGUI',8,'Prossimo Thread',1031510000);
INSERT INTO international VALUES (513,'WebGUI',8,'Thread Precedente',1031510000);
INSERT INTO international VALUES (514,'WebGUI',8,'Visto',1031510000);
INSERT INTO international VALUES (515,'WebGUI',8,'Aggiungi la data di modifica nei posts?',1031510000);
INSERT INTO international VALUES (517,'WebGUI',8,'Spegni Admin!',1031510000);
INSERT INTO international VALUES (516,'WebGUI',8,'Attiva Admin!',1031510000);
INSERT INTO international VALUES (518,'WebGUI',8,'Inbox Notifiche',1031510000);
INSERT INTO international VALUES (519,'WebGUI',8,'Non voglio ricevere notifiche.',1031510000);
INSERT INTO international VALUES (520,'WebGUI',8,'Voglio ricevere notifiche via email.',1031510000);
INSERT INTO international VALUES (521,'WebGUI',8,'Voglio ricevere notifiche via email al pager.',1031510000);
INSERT INTO international VALUES (522,'WebGUI',8,'Voglio ricevere notifiche via ICQ.',1031510000);
INSERT INTO international VALUES (523,'WebGUI',8,'Notification',1031510000);
INSERT INTO international VALUES (524,'WebGUI',8,'Aggiungi la data di modifica nei post?',1031510000);
INSERT INTO international VALUES (525,'WebGUI',8,'Modifica Settaggi Contenuti',1031510000);
INSERT INTO international VALUES (526,'WebGUI',8,'Filtra solo JavaScript.',1031510000);
INSERT INTO international VALUES (527,'WebGUI',8,'Home Page di default',1031510000);
INSERT INTO international VALUES (354,'WebGUI',8,'Visualizza Inbox.',1031510000);
INSERT INTO international VALUES (528,'WebGUI',8,'Nome Template',1031510000);
INSERT INTO international VALUES (529,'WebGUI',8,'Risultati',1031510000);
INSERT INTO international VALUES (530,'WebGUI',8,'con <b>tutte</b> le parole',1031510000);
INSERT INTO international VALUES (531,'WebGUI',8,'con la <b>frase esatta</b>',1031510000);
INSERT INTO international VALUES (532,'WebGUI',8,'con <b>almeno</b> queste parole',1031510000);
INSERT INTO international VALUES (533,'WebGUI',8,'<b>senza</b> le parole',1031510000);
INSERT INTO international VALUES (535,'WebGUI',8,'Gruppo a cui notificare un nuovo utente',1031510000);
INSERT INTO international VALUES (534,'WebGUI',8,'Notifica quando si iscrive un nuovo utente?',1031510000);
INSERT INTO international VALUES (536,'WebGUI',8,'Il nuovo utente ^@; si <20> iscritto al sito.',1031510000);
INSERT INTO international VALUES (537,'WebGUI',8,'Karma',1031510000);
INSERT INTO international VALUES (538,'WebGUI',8,'Soglia del Karma',1031510000);
INSERT INTO international VALUES (539,'WebGUI',8,'Abilita Karma?',1031510000);
INSERT INTO international VALUES (540,'WebGUI',8,'Karma Per Login',1031510000);
INSERT INTO international VALUES (20,'Poll',8,'Karma Per Voto',1031510000);
INSERT INTO international VALUES (541,'WebGUI',8,'Karma Per Post',1031510000);
INSERT INTO international VALUES (30,'USS',8,'Karma Per Contributo',1031510000);
INSERT INTO international VALUES (542,'WebGUI',8,'Precedente..',1031510000);
INSERT INTO international VALUES (543,'WebGUI',8,'Aggiungi un nuovo gruppo',1031510000);
INSERT INTO international VALUES (5,'WobjectProxy',10,'Wobject Proxy, Tilf<6C>j/Redig<69>r',1036856225);
INSERT INTO international VALUES (576,'WebGUI',10,'Slet',1037205126);
INSERT INTO international VALUES (605,'WebGUI',10,'Tilf<6C>j grupper',1037205775);
INSERT INTO international VALUES (551,'WebGUI',8,'Avviso',1031510000);
INSERT INTO international VALUES (552,'WebGUI',8,'Pendente',1031510000);
INSERT INTO international VALUES (553,'WebGUI',8,'Stato',1031510000);
INSERT INTO international VALUES (554,'WebGUI',8,'Agisci',1031510000);
INSERT INTO international VALUES (555,'WebGUI',8,'Modifica il karma di questo utente.',1031510000);
INSERT INTO international VALUES (556,'WebGUI',8,'Ammontare',1031510000);
INSERT INTO international VALUES (557,'WebGUI',8,'Descrizione',1031510000);
INSERT INTO international VALUES (558,'WebGUI',8,'Modifica il karma dell\'utente',1031510000);
INSERT INTO international VALUES (61,'FileManager',1,'File Manager, Add/Edit',1038887335);
INSERT INTO international VALUES (61,'Item',1,'Item, Add/Edit',1038887675);
INSERT INTO international VALUES (61,'FAQ',1,'FAQ, Add/Edit',1038887388);
INSERT INTO international VALUES (61,'SyndicatedContent',1,'Syndicated Content, Add/Edit',1031514049);
INSERT INTO international VALUES (61,'EventsCalendar',1,'Events Calendar, Add/Edit',1038887352);
INSERT INTO international VALUES (61,'MessageBoard',1,'Message Board, Add/Edit',1038889218);
INSERT INTO international VALUES (61,'LinkList',1,'Link List, Add/Edit',1038887837);
INSERT INTO international VALUES (61,'Article',1,'Article, Add/Edit',1038870449);
INSERT INTO international VALUES (61,'ExtraColumn',1,'Extra Column, Add/Edit',1038887140);
INSERT INTO international VALUES (61,'Poll',1,'Poll, Add/Edit',1031514049);
INSERT INTO international VALUES (61,'SiteMap',1,'Site Map, Add/Edit',1038890147);
INSERT INTO international VALUES (61,'SQLReport',1,'SQL Report, Add/Edit',1031514049);
INSERT INTO international VALUES (61,'MailForm',1,'Mail Form, Add/Edit',1038888983);
INSERT INTO international VALUES (62,'MailForm',1,'Mail Form Fields, Add/Edit',1038888974);
INSERT INTO international VALUES (71,'FileManager',1,'The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.\r\n<p>\r\n\r\n<b>Template</b><br/>\r\nChoose a layout for the file manager.\r\n<p/>\r\n\r\n<b>Paginate After</b><br>\r\nHow many files should be displayed before splitting the results into separate pages? In other words, how many files should be displayed per page?\r\n<p>\r\n\r\n<b>Proceed to add download?</b><br>\r\nIf you wish to start adding files to download right away, leave this checked.\r\n<p>\r\n\r\n',1038887335);
INSERT INTO international VALUES (71,'Item',1,'Like Articles, Items are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Item, though Items are usually used for smaller content than Articles.\r\n<br><br>\r\n\r\n<b>Link URL</b><br>\r\nThis URL will be attached to the title of this Item.\r\n<br><br>\r\n<i>Example:</i> http://www.google.com\r\n<br><br>\r\n\r\n<b>Attachment</b><br>\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n<p/>\r\n\r\n<b>Template</b><br/>\r\nChoose a layout for this Item.\r\n<p/>\r\n',1038887675);
INSERT INTO international VALUES (71,'FAQ',1,'It seems that almost every web site, intranet, and extranet in the world has a Frequently Asked Questions area. This wobject helps you build one, too.\r\n<br><br>\r\n\r\n<b>Template</b><br>\r\nChoose a layout for this FAQ.\r\n<p/>\r\n\r\n<b>What Next?</b><br>\r\nSelect \"add a question\" if you wish to add another question after this one.\r\n<br><br>\r\n\r\n<hr size=\"1\">\r\n<i><b>Note:</b></i> The following style is specific to the FAQ in some of the built-in templates.\r\n<br><br>\r\n<b>.faqQuestion</b><br>\r\nAn F.A.Q. question. To distinguish it from an answer.\r\n\r\n',1038887388);
INSERT INTO international VALUES (71,'SyndicatedContent',1,'Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like <a href=\"http://www.cnn.com/\">CNN</a> and <a href=\"http://slashdot.org/\">Slashdot</a>. It can, of course, be used for other things like sports scores, stock market info, etc.\r\n<br><br>\r\n\r\n<b>URL to RSS file</b><br>\r\nProvide the exact URL (starting with http://) to the syndicated content\'s RDF or RSS file. The syndicated content will be downloaded from this URL hourly.\r\n<br><br>\r\nYou can find syndicated content at the following locations:\r\n</p><ul>\r\n<li><a href=\"http://www.newsisfree.com/\">http://www.newsisfree.com</a>\r\n</li><li><a href=\"http://www.syndic8.com/\">http://www.syndic8.com</a>\r\n</li><li><a href=\"http://www.voidstar.com/node.php?id=144\">http://www.voidstar.com/node.php?id=144</a>\r\n</li><li><a href=\"http://my.userland.com/\">http://my.userland.com</a>\r\n</li><li><a href=\"http://www.webreference.com/services/news/\">http://www.webreference.com/services/news/</a>\r\n</li><li><a href=\"http://www.xmltree.com/\">http://www.xmltree.com</a>\r\n</li><li><a href=\"http://w.moreover.com/\">http://w.moreover.com/</a>\r\n</li></ul>',1031514049);
INSERT INTO international VALUES (71,'EventsCalendar',1,'Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you\'ll be attending and what promotions you\'ll be having.\r\n<br><br>\r\n\r\n<b>Main Template</b><br>\r\nChoose a layout for the events calendar.\r\n<br><br>\r\n\r\n<b>Event Template</b><br>\r\nChoose a layout for the individual events within the calendars.\r\n<br><br>\r\n\r\n<b>Start Month</b><br>\r\nChoose the start month for your calendar. If you choose \"current\" the calendar will always start on the current month, therefore it will change from month to month. If you choose \"first in the calendar\" then it will start at whatever the earliest date in the calendar is.\r\n<br><br>\r\n\r\n<b>End Month</b><br>\r\nChoose the end month for your calendar. If you choose \"show X months from start\", then only X months worth of information will ever be displayed. If you choose \"current\" then the calendar will end on the month you are currently in. If you choose \"last in calendar\" then the calendar will end on the last date entered into the calendar.\r\n<br><br>\r\n\r\n<b>Default Month</b><br>\r\nChoose which month for this calendar to start on when a visitor comes to the page containing the calendar.\r\n<br><br>\r\n\r\n<b>Paginate After</b><br>\r\nWhen using a list-style calendar, how many events should be shown per page?\r\n<br><br>\r\n<b>Proceed to add event?</b><br>\r\nLeave this set to yes if you want to add events to the Events Calendar directly after creating it.\r\n<br><br>\r\n\r\n<i>Note:</i> Events that have already happened will not be displayed on the events calendar.\r\n<br><br>\r\n<hr size=\"1\">\r\n<i><b>Note:</b></i> The following style is specific to the Events Calendar.\r\n<br><br>\r\n<b>.eventTitle </b><br>\r\nThe title of an individual event.\r\n\r\n',1038887352);
INSERT INTO international VALUES (71,'MessageBoard',1,'Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.\r\n<br><br>\r\n\r\n<b>Messages Per Page</b><br>\r\nWhen a visitor first comes to a message board s/he will be presented with a listing of all the topics (a.k.a. threads) of the Message Board. If a board is popular, it will quickly have many topics. The Messages Per Page attribute allows you to specify how many topics should be shown on one page.\r\n<p>\r\n\r\n<b>Main Template</b><br/>\r\nSelect a layout for the main listing of this message board.\r\n<p/>\r\n\r\n<b>Who can post?</b><br>\r\nSelect the group that is allowed to post to this discussion.\r\n<p>\r\n\r\n<b>Edit Timeout</b><br>\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n<p>\r\n<i>Note:</i> Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n<p>\r\n\r\n<b>Karma Per Post</b><br>\r\nHow much karma should be given to a user when they post to this discussion?\r\n<p>\r\n\r\n<b>Who can moderate?</b><br>\r\nSelect the group that is allowed to moderate this discussion.\r\n<p>\r\n\r\n<b>Moderation Type?</b><br>\r\nYou can select what type of moderation you\'d like for your users. <i>After-the-fact</i> means that when a user posts a message it is displayed publically right away. <i>Pre-emptive</i> means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n<p>\r\nNote: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n<p>\r\n',1038889218);
INSERT INTO international VALUES (71,'LinkList',1,'Link Lists are just what they sound like, a list of links. Many sites have a links section, and this wobject just automates the process.\r\n<br><br>\r\n\r\n<b>Template</b><br/>\r\nChoose a layout for this wobject.\r\n<p/>\r\n\r\n<b>What Next?</b><br>\r\nLeave this set to the default if you wish to add a link after creating the link list.\r\n<br><br>\r\n\r\n',1038887837);
INSERT INTO international VALUES (71,'Article',1,'Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.\r\n<br><br>\r\n\r\n<b>Template</b><br/>\r\nSelect a template to layout your article.\r\n<p/>\r\n\r\n<b>Image</b><br>\r\nChoose an image (.jpg, .gif, .png) file from your hard drive. This file will be uploaded to the server and displayed in your article.\r\n<br><br>\r\n\r\n\r\n<b>Attachment</b><br>\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n<br><br>\r\n\r\n<b>Link Title</b><br>\r\nIf you wish to add a link to your article, enter the title of the link in this field. \r\n<br><br>\r\n<i>Example:</i> Google\r\n<br><br>\r\n\r\n<b>Link URL</b><br>\r\nIf you added a link title, now add the URL (uniform resource locator) here. \r\n<br><br>\r\n<i>Example:</i> http://www.google.com\r\n\r\n<br><br>\r\n\r\n<b>Convert carriage returns?</b><br>\r\nIf you\'re publishing HTML there\'s generally no need to check this option, but if you aren\'t using HTML and you want a carriage return every place you hit your \"Enter\" key, then check this option.\r\n<p>\r\n\r\n<b>Allow discussion?</b><br>\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n<p>\r\n\r\n<b>Who can post?</b><br>\r\nSelect the group that is allowed to post to this discussion.\r\n<p>\r\n\r\n<b>Edit Timeout</b><br>\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n<p>\r\n<i>NOTE:</i> Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n<p>\r\n\r\n<b>Karma Per Post</b><br>\r\nHow much karma should be given to a user when they post to this discussion?\r\n<p>\r\n\r\n<b>Who can moderate?</b><br>\r\nSelect the group that is allowed to moderate this discussion.\r\n<p>\r\n\r\n<b>Moderation Type?</b><br>\r\nYou can select what type of moderation you\'d like for your users. <i>After-the-fact</i> means that when a user posts a message it is displayed publically right away. <i>Pre-emptive</i> means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n<p>\r\n<i>NOTE:</i> In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n<p>\r\n',1038870449);
INSERT INTO international VALUES (71,'ExtraColumn',1,'Extra columns allow you to change the layout of your page for one page only. If you wish to have multiple columns on all your pages, perhaps you should consider altering the <i>style</i> applied to your pages or use a Template instead of an Extra Column. \r\n<br><br>\r\nColumns are always added from left to right. Therefore any existing content will be on the left of the new column.\r\n<br><br>\r\n<b>Spacer</b><br>\r\nSpacer is the amount of space between your existing content and your new column. It is measured in pixels.\r\n<br><br>\r\n<b>Width</b><br>\r\nWidth is the actual width of the new column to be added. Width is measured in pixels.\r\n<br><br>\r\n<b>StyleSheet Class</b><br>\r\nBy default the <i>content</i> style (which is the style the body of your site should be using) that is applied to all columns. However, if you\'ve created a style specifically for columns, then feel free to modify this class.\r\n',1038887140);
INSERT INTO international VALUES (71,'Poll',1,'Polls can be used to get the impressions of your users on various topics.\r\n<br><br>\r\n<b>Active</b><br>\r\nIf this box is checked, then users will be able to vote. Otherwise they\'ll only be able to see the results of the poll.\r\n<br><br>\r\n\r\n<b>Who can vote?</b><br>\r\nChoose a group that can vote on this Poll.\r\n<br><br>\r\n\r\n<b>Karma Per Vote</b><br>\r\nHow much karma should be given to a user when they vote?\r\n<p>\r\n\r\n<b>Graph Width</b><br>\r\nThe width of the poll results graph. The width is measured in pixels.\r\n<br><br>\r\n\r\n<b>Question</b><br>\r\nWhat is the question you\'d like to ask your users?\r\n<br><br>\r\n\r\n<b>Answers</b><br>\r\nEnter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.\r\n<br><br>\r\n\r\n<b>Randomize answers?</b><br>\r\nIn order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select \"yes\" to randomize the answers on the poll.\r\n<p>\r\n\r\n<b>Reset votes.</b><br>\r\nReset the votes on this Poll.\r\n<br><br>\r\n\r\n<hr size=\"1\">\r\n<i><b>Note:</b></i> The following style sheet entries are custom to the Poll wobject:\r\n<br><br>\r\n\r\n<b>.pollAnswer </b><br>\r\nAn answer on a poll.\r\n<p>\r\n\r\n<b>.pollColor </b>\r\nThe color of the percentage bar on a poll.\r\n<p>\r\n\r\n<b>.pollQuestion </b>\r\nThe question on a poll.\r\n\r\n',1031514049);
INSERT INTO international VALUES (71,'SiteMap',1,'Site maps are used to provide additional navigation in WebGUI. You could set up a traditional site map that would display a hierarchical view of all the pages in the site. On the other hand, you could use site maps to provide extra navigation at certain levels in your site.\r\n<br><br>\r\n\r\n<b>Template</b><br/>\r\nChoose a layout for this site map.\r\n<p/>\r\n\r\n<b>Starting from this level?</b><br>\r\nIf the Site Map should display the page tree starting from this level, then check this box. If you wish the Site Map to start from the home page then uncheck it.\r\n<br><br>\r\n\r\n<b>Depth To Traverse</b><br>\r\nHow many levels deep of navigation should the Site Map show? If 0 (zero) is specified, it will show as many levels as there are.\r\n<p>\r\n\r\n<b>Indent\r\nHow many characters should indent each level?\r\n</b></p><p><b>\r\n\r\n',1038890147);
INSERT INTO international VALUES (839,'WebGUI',1,'Programmer Macros',1038889992);
INSERT INTO international VALUES (840,'WebGUI',1,'These macros are designed to provide programming like functionality.\r\n<p/>\r\n\r\n<b>^D; or ^D(); - Date</b><br>\r\nThe current date and time.\r\n<p>\r\n\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this <b>^D(\"%c %D, %y\");</b> it would output <b>September 26, 2001</b>. The following are the available date formatting symbols:\r\n<p>\r\n\r\n<table><tbody><tr><td>%%</td><td>%</td></tr><tr><td>%y</td><td>4 digit year</td></tr><tr><td>%Y</td><td>2 digit year</td></tr><tr><td>%m</td><td>2 digit month</td></tr><tr><td>%M</td><td>variable digit month</td></tr><tr><td>%c</td><td>month name</td></tr><tr><td>%d</td><td>2 digit day of month</td></tr><tr><td>%D</td><td>variable digit day of month</td></tr><tr><td>%w</td><td>day of week name</td></tr><tr><td>%h</td><td>2 digit base 12 hour</td></tr><tr><td>%H</td><td>variable digit base 12 hour</td></tr><tr><td>%j</td><td>2 digit base 24 hour</td></tr><tr><td>%J</td><td>variable digit base 24 hour</td></tr><tr><td>%p</td><td>lower case am/pm</td></tr><tr><td>%P</td><td>upper case AM/PM</td></tr><tr><td>%z</td><td>user preference date format</td></tr><tr><td>%Z</td><td>user preference time format</td></tr></tbody></table>\r\n<p>\r\n\r\n<b>^Env()</b><br>\r\nCan be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl\r\n<p>\r\n\r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\");\r\n<p>\r\n\r\n<b>^Execute();</b><br>\r\nAllows a content manager or administrator to execute an external program. Takes the format of <b>^Execute(\"/this/file.sh\");</b>.\r\n<p>\r\n\r\n\r\n<b>^FormParam();</b><br>\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n<p>\r\n\r\n<b>^Include();</b><br>\r\nAllows a content manager or administrator to include a file from the local filesystem. \r\n<p/>\r\n<i>Example:</i> ^Include(\"/this/file.html\");\r\n<p>\r\n\r\n<b>^International();</b><br/>\r\nPull a translated message from the internationalization system.\r\n<p/>\r\n<i>Example:</i> ^International(45,\"Article\");\r\n<p/>\r\n\r\n\r\n<b>^Page();</b><br>\r\nThis can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");.\r\n<p>\r\n<b>^SQL();</b><br>\r\nA one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:<p>\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");\r\n<p>\r\n^SQL(\"select userId,username from users order by username\",\"&lt;a href=\'^/;?op=viewProfile&uid=^0;\'&gt;^1;&lt;/a&gt;&lt;br&gt;\");\r\n<p>\r\n<b>^URLEncode();</b><br>\r\nThis macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It\'s syntax looks like this: ^URLEncode(\"Is this my string?\");\r\n<p>\r\n\r\n\r\n<b>^User();</b><br>\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User(\"email\");\r\n<p>\r\n\r\n<b>^*; or ^*(); - Random Number</b><br>\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this <b>^*(100);</b> to create a random number between 0 and 100.\r\n<p>\r\n\r\n<b>^-;,^0;,^1;,^2;,^3;, etc.</b><br>\r\nThese macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager.\r\n<p>\r\n',1038889992);
INSERT INTO international VALUES (71,'SQLReport',1,'SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.\r\n<p>\r\n\r\n\r\n<b>Preprocess macros on query?</b><br>\r\nIf you\'re using WebGUI macros in your query you\'ll want to check this box.\r\n<p>\r\n\r\n\r\n<b>Debug?</b><br>\r\nIf you want to display debugging and error messages on the page, check this box.\r\n<p>\r\n\r\n\r\n<b>Query</b><br>\r\nThis is a standard SQL query. If you are unfamiliar with SQL, <a href=\"http://www.plainblack.com/\">Plain Black Software</a> provides training courses in SQL and database management. You can make your queries more dynamic by using the ^FormParam(); macro.\r\n<p>\r\n\r\n\r\n<b>Report Template</b><br>\r\nLayout a template of how this report should look. Usually you\'ll use HTML tables to generate a report. An example is included below. If you leave this field blank a template will be generated based on your result set.\r\n<p>\r\n\r\n\r\nThere are special macro characters used in generating SQL Reports. They are ^-;, ^0;, ^1;, ^2;, ^3;, etc. These macros will be processed regardless of whether you checked the process macros box above. The ^- macro represents split points in the document where the report will begin and end looping. The numeric macros represent the data fields that will be returned from your query. There is an additional macro, ^rownum; that counts the rows of the query starting at 1 for use where the lines of the output need to be numbered.\r\n<p>\r\n\r\n\r\n<b>DSN</b><br>\r\n<b>D</b>ata <b>S</b>ource <b>N</b>ame is the unique identifier that Perl uses to describe the location of your database. It takes the format of DBI:[driver]:[database name]:[host]. \r\n<p>\r\n\r\n\r\n<i>Example:</i> DBI:mysql:WebGUI:localhost\r\n<p>\r\n\r\n\r\n<b>Database User</b>\r\nThe username you use to connect to the DSN.\r\n<p>\r\n\r\n\r\n<b>Database Password</b>\r\nThe password you use to connect to the DSN.\r\n<p>\r\n\r\n\r\n<b>Paginate After</b>\r\nHow many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?\r\n<p>\r\n\r\n\r\n<b>Convert carriage returns?</b>\r\nDo you wish to convert the carriage returns in the resultant data to HTML breaks (<br>).\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (71,'MailForm',1,'This wobject creates a simple form that will email an email address when it is filled out.\r\n<br><br>\r\n\r\n<b>Width</b><br>\r\nThe width of all fields in the form. The default value is 45.\r\n<p>\r\n\r\n<b>From, To, Cc, Bcc, Subject</b><br>\r\nThese fields control how the email will look when sent, and who it is sent to. You can give your site visitors the ability to modify some or all of these fields, but typically the only fields you will want the user to be able to modify are From and Subject. Use the drop-down options by each field to choose whether or not the user can see or modify that field.<br>\r\n<br>\r\nYou may also choose to enter a WebGUI username or group in the To field, and the email will be sent to the corresponding user or group.\r\n<p>\r\n\r\n<b>Acknowledgement</b><br>\r\nThis message will be displayed to the user after they click \"Send\".\r\n<p>\r\n\r\n<b>Store Entries?</b><br>\r\nIf set to yes, when your mail form is submitted the entries will be saved to the database for later viewing. The tool to view these entries is not yet available, but when it is you will be able to view all entries from your form in a centralized location.\r\n<p>\r\n\r\n<b>Proceed to add more fields?</b><br>\r\nLeave this checked if you want to add additional fields to your form directly after creating it.',1038888983);
INSERT INTO international VALUES (72,'MailForm',1,'You may add as many additional fields to your Mail Form as you like.\r\n<br><br>\r\n\r\n<b>Field Name</b><br>\r\nThe name of this field. It must be unique among all of the other fields on your form.\r\n<p>\r\n\r\n<b>Status</b><br>\r\nHidden fields will not be visible to the user, but will be sent in the email.<br>\r\nDisplayed fields can be seen by the user but not modified.<br>\r\nModifiable fields can be filled in by the user.<br>\r\nIf you choose Hidden or Displayed, be sure to fill in a Default Value.\r\n<p>\r\n\r\n<b>Type</b><br>\r\nChoose the type of form element for this field. The following field types are supported:<br>\r\nURL: A textbox that will auto-format URL\'s entered.<br>\r\nTextbox: A standard textbox.<br>\r\nDate: A textbox field with a popup window to select a date.<br>\r\nYes/No: A set of yes/no radio buttons.<br>\r\nEmail Address: A textbox that requires the user to enter a valid email address.<br>\r\nTextarea: A simple textarea.<br>\r\nCheckbox: A single checkbox.<br>\r\nDrop-Down Box: A drop-down box. Use the Possible Values field to enter each option to be displayed in the box. Enter one option per line.\r\n<p>\r\n\r\n<b>Possible Values</b><br>\r\nThis field is only used for the Drop-Down Box type. Enter the values you wish to appear in your drop-down box, one per line.\r\n<p>\r\n\r\n<b>Default Value (optional)</b><br>\r\nEnter the default value (if any) for the field. For Yes/No fields, enter \"yes\" to select \"Yes\" and \"no\" to select \"No\".\r\nFor Checkbox fields, enter \"checked\" to check the box.\r\n<p>\r\n\r\n<b>Proceed to add more fields?</b><br>\r\nLeave this checked if you want to add additional fields to your form directly after creating this field.\r\n<p>\r\n',1038888974);
INSERT INTO international VALUES (625,'WebGUI',1,'Upload any images that you\'ll possibly use in more than one location on your site.\r\n<p/>\r\n\r\n<b>Name</b><br>\r\nThe label that this image will be referenced by to include it into pages.\r\n<p>\r\n\r\n<b>Organize In Folder</b><br/>\r\nWhich collateral folder should this image be placed in.\r\n<p/>\r\n\r\n<b>File</b><br>\r\nSelect a file from your local drive to upload to the server.\r\n<p>\r\n\r\n<b>Parameters</b><br>\r\nAdd any HTML &ltimg&rt; parameters that you wish to act as the defaults for this image.\r\n<p>\r\n\r\n<i>Example:</i><br>\r\nalign=\"right\"<br>\r\nalt=\"This is an image\"<br>\r\n<p/>\r\n\r\n<b>Thumbnail Size</b><br>\r\nHow big (in pixels) should the thumbnail for this image be?\r\n<p/>',1038871530);
INSERT INTO international VALUES (48,'Survey',1,'You are not currently eligible to participate in this survey. ',1037499301);
INSERT INTO international VALUES (47,'Survey',1,'You have completed this quiz.',1037499131);
INSERT INTO international VALUES (46,'Survey',1,'Thank you for taking the time to complete our survey.',1037499049);
INSERT INTO international VALUES (800,'WebGUI',1,'Unique Visitors',1036978829);
INSERT INTO international VALUES (799,'WebGUI',1,'Page Views',1036978804);
INSERT INTO international VALUES (798,'WebGUI',1,'Page Title',1036978688);
INSERT INTO international VALUES (797,'WebGUI',1,'View traffic statistics.',1036978191);
INSERT INTO international VALUES (796,'WebGUI',1,'View page statistics.',1036978043);
INSERT INTO international VALUES (795,'WebGUI',1,'Roots',1036972103);
INSERT INTO international VALUES (794,'WebGUI',1,'Packages',1036971944);
INSERT INTO international VALUES (793,'WebGUI',1,'Pieces of Collateral',1036971785);
INSERT INTO international VALUES (792,'WebGUI',1,'Templates',1036971696);
INSERT INTO international VALUES (805,'WebGUI',1,'Delete this style.',1037075787);
INSERT INTO international VALUES (804,'WebGUI',1,'Copy this style.',1037075775);
INSERT INTO international VALUES (803,'WebGUI',1,'Edit this style.',1037075751);
INSERT INTO international VALUES (74,'Survey',1,'Are you certain you wish to delete all the responses?',1037574455);
INSERT INTO international VALUES (633,'WebGUI',1,'Simply put, roots are pages with no parent. The first and most important root in WebGUI is the \"Home\" page. Many people will never add any additional roots, but a few power users will. Those power users will create new roots for many different reasons. Perhaps they\'ll create a staging area for content managers. Or maybe a hidden area for Admin tools. Or possibly even a new root just to place their search engine.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (636,'WebGUI',1,'To create a package follow these simple steps:\r\n\r\n<ol>\r\n<li> From the admin menu select \"Manage packages.\"\r\n</li>\r\n\r\n<li> Add a page and give it a name. The name of the page will be the name of the package.\r\n</li>\r\n\r\n<li> Go to the new page you created and start adding pages and wobjects. Any pages or wobjects you add will be created each time this package is deployed. \r\n</li>\r\n</ol>\r\n\r\n<b>Notes:</b><br>\r\nIn order to add, edit, or delete packages you must be in the Package Mangers group or in the Admins group.\r\n<br><br>\r\n\r\nIf you add content to any of the wobjects, that content will automatically be copied when the package is deployed.\r\n<br><br>\r\n\r\nPrivileges and styles assigned to pages in the package will not be copied when the package is deployed. Instead the pages will take the privileges and styles of the area to which they are deployed.\r\n<p>\r\n',1038889481);
INSERT INTO international VALUES (635,'WebGUI',1,'Packages are groups of pages and wobjects that are predefined to be deployed together. A package manager may see the need to create a package several pages with a message board, an FAQ, and a Poll because that task is performed quite often. Packages are often defined to lessen the burden of repetitive tasks.\r\n<br><br>\r\nOne package that many people create is a Page/Article package. It is often the case that you want to add a page with an article on it for content. Instead of going through the steps of creating a page, going to the page, and then adding an article to the page, you may wish to simply create a package to do those steps all at once.',1038889471);
INSERT INTO international VALUES (630,'WebGUI',1,'WebGUI has a small, but sturdy real-time search engine built-in. If you wish to use the internal search engine, you can use the ^?; macro, or by adding <i>?op=search</i> to the end of any URL, or feel free to build your own form to access it.\r\n<p>\r\nMany people need a search engine to index their WebGUI site, plus many others. Or they have more advanced needs than what WebGUI\'s search engine allows. In those cases we recommend <a href=\"http://www.mnogosearch.org/\">MnoGo Search</a> or <a href=\"http://www.htdig.org/\">ht://Dig</a>.\r\n<p>\r\n\r\n',1038888957);
INSERT INTO international VALUES (611,'WebGUI',1,'<b>Company Name</b><br>\r\nThe name of your company. It will appear on all emails and anywhere you use the Company Name macro.\r\n<br><br>\r\n\r\n<b>Company Email Address</b><br>\r\nA general email address at your company. This is the address that all automated messages will come from. It can also be used via the WebGUI macro system.\r\n<br><br>\r\n\r\n<b>Company URL</b><br>\r\nThe primary URL of your company. This will appear on all automated emails sent from the WebGUI system. It is also available via the WebGUI macro system.\r\n',1038872019);
INSERT INTO international VALUES (651,'WebGUI',1,'If you choose to empty your trash, any items contained in it will be lost forever. If you\'re unsure about a few items, it might be best to cut them to your clipboard before you empty the trash.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (627,'WebGUI',1,'Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the users profile as you like.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (629,'WebGUI',1,'<b>Prevent Proxy Caching</b><br>\r\nSome companies have proxy servers that cause problems with WebGUI. If you\'re experiencing problems with WebGUI, and you have a proxy server, you may want to set this setting to <i>Yes</i>. Beware that WebGUI\'s URLs will not be as user-friendly after this feature is turned on.\r\n<p>\r\n\r\n<b>Show debugging?</b><br>\r\nShow debugging information in WebGUI\'s output. This is primarily useful for WebGUI developers, but can also be interesting for Administrators trying to troubleshoot a problem.\r\n<p>\r\n\r\n<b>Track page statistics?</b><br/>\r\nWebGUI can track some statistical information for your site. However, this will add a little extra strain on your processor and will make your database grow much more quickly. Enable this only if you do not have an external web statistics program.\r\n<p/>\r\n',1038889454);
INSERT INTO international VALUES (616,'WebGUI',1,'<b>Path to WebGUI Extras</b><br>\r\nThe web-path to the directory containing WebGUI images and javascript files.\r\n<br><br>\r\n\r\n<b>Maximum Attachment Size</b><br>\r\nThe maximum size of files allowed to be uploaded to this site. This applies to all wobjects that allow uploaded files and images (like Article and User Contributions). This size is measured in kilobytes.\r\n<br><br>\r\n\r\n<b>Thumbnail Size</b><br>\r\nThe size of the longest side of thumbnails. The thumbnail generation maintains the aspect ratio of the image. Therefore, if this value is set to 100, and you have an image that\'s 400 pixels wide and 200 pixels tall, the thumbnail will be 100 pixels wide and 50 pixels tall.\r\n<p>\r\n<i>Note:</i> Thumbnails are automatically generated as images are uploaded to the system.\r\n<p>\r\n\r\n<b>Web Attachment Path</b><br>\r\nThe web-path of the directory where attachments are to be stored.\r\n<br><br>\r\n\r\n<b>Server Attachment Path</b><br>\r\nThe local path of the directory where attachments are to be stored. (Perhaps /var/www/public/uploads) Be sure that the web server has the rights to write to that directory.\r\n',1031514049);
INSERT INTO international VALUES (618,'WebGUI',1,'<b>Recover Password Message</b><br>\r\nThe message that gets sent to a user when they use the \"recover password\" function.\r\n<br><br>\r\n\r\n<b>Email Footer</b><br/>\r\nThis footer will be processed for macros and attached to every email sent from this WebGUI instance.\r\n<p/>\r\n\r\n<b>SMTP Server</b><br>\r\nThis is the address of your local mail server. It is needed for all features that use the Internet email system (such as password recovery).\r\n<p>\r\nOptionally, if you are running a sendmail server on the same machine as WebGUI, you can also specify a path to your sendmail executable. On most Linux systems this can be found at \"/usr/lib/sendmail\".\r\n\r\n',1038889094);
INSERT INTO international VALUES (626,'WebGUI',1,'Wobjects (fomerly known as Widgets) are the true power of WebGUI. Wobjects are tiny pluggable applications built to run under WebGUI. Message boards and polls are examples of wobjects.\r\n<p>\r\n\r\nTo add a wobject to a page, first go to that page, then select <i>Add Content...</i> from the upper left corner of your screen. Each wobject has it\'s own help so be sure to read the help if you\'re not sure how to use it.\r\n<p>\r\n\r\n\r\n<i>Style Sheets</i>: All wobjects have a style-sheet class and id attached to them. \r\n<p>\r\n\r\nThe style-sheet class is the word \"wobject\" plus the type of wobject it is. So for a poll the class would be \"wobjectPoll\". The class pertains to all wobjects of that type in the system. \r\n<p>\r\n\r\nThe style-sheet id is the word \"wobjectId\" plus the Wobject Id for that wobject instance. So if you had an Article with a Wobject Id of 94, then the id would be \"wobjectId94\".\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (632,'WebGUI',1,'You can add wobjects by selecting from the <i>Add Content</i> pulldown menu. You can edit them by clicking on the \"Edit\" button that appears directly above an instance of a particular wobject.\r\n<p>\r\n\r\nAlmost all wobjects share some properties. Those properties are:\r\n<p>\r\n\r\n<b>Wobject ID</b><br>\r\nThis is the unique identifier WebGUI uses to keep track of this wobject instance. Normal users should never need to be concerned with the Wobject ID, but some advanced users may need to know it for things like SQL Reports.\r\n<p>\r\n\r\n\r\n<b>Title</b>\r\nThe title of the wobject. This is typically displayed at the top of each wobject.\r\n<p>\r\n\r\n<i>Note:</i> You should always specify a title even if you are going to turn it off (with the next property). This is because the title shows up in the trash and clipboard and you\'ll want to be able to distinguish which wobject is which.\r\n<p>\r\n\r\n\r\n<b>Display title?</b><br>\r\nDo you wish to display the title you specified? On some sites, displaying the title is not necessary.\r\n<p>\r\n\r\n\r\n<b>Process macros?</b><br>\r\nDo you wish to process macros in the content of this wobject? Sometimes you\'ll want to do this, but more often than not you\'ll want to say \"no\" to this question. By disabling the processing of macros on the wobjects that don\'t use them, you\'ll speed up your web server slightly.\r\n<p>\r\n\r\n\r\n<b>Template Position</b><br>\r\nTemplate positions range from 0 (zero) to any number. How many are available depends upon the Template associated with this page. The default template has only one template position, others may have more. By selecting a template position, you\'re specifying where this wobject should be placed within the template.\r\n<p>\r\n\r\n\r\n<b>Start Date</b><br>\r\nOn what date should this wobject become visible? Before this date, the wobject will only be displayed to Content Managers.\r\n<p>\r\n\r\n\r\n<b>End Date</b><br>\r\nOn what date should this wobject become invisible? After this date, the wobject will only be displayed to Content Managers.\r\n<p>\r\n\r\n\r\n<b>Description</b><br>\r\nA content area in which you can place as much content as you wish. For instance, even before an FAQ there is usually a paragraph describing what is contained in the FAQ.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (623,'WebGUI',1,'<a href=\"http://www.w3.org/Style/CSS/\">Cascading Style Sheets (CSS)</a> are a great way to manage the look and feel of any web site. They are used extensively in WebGUI.\r\n<p>\r\n\r\n\r\nIf you are unfamiliar with how to use CSS, <a href=\"http://www.plainblack.com/\">Plain Black Software</a> provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called <a href=\"http://www.bradsoft.com/topstyle/index.asp\">Top Style</a>.\r\n<p>\r\n\r\n\r\nThe following is a list of classes used to control the look of WebGUI:\r\n<p>\r\n\r\n\r\n<b>A</b><br>\r\nThe links throughout the style.\r\n<p>\r\n\r\n\r\n<b>BODY</b><br>\r\nThe default setup of all pages within a style.\r\n<p>\r\n\r\n\r\n<b>H1</b><br>\r\nThe headers on every page.\r\n<p>\r\n\r\n\r\n<b>.accountOptions</b><br>\r\nThe links that appear under the login and account update forms.\r\n<p>\r\n\r\n\r\n<b>.adminBar </b><br>\r\nThe bar that appears at the top of the page when you\'re in admin mode.\r\n<p>\r\n\r\n\r\n<b>.content</b><br>\r\nThe main content area on all pages of the style.\r\n<p>\r\n\r\n\r\n<b>.formDescription </b><br>\r\nThe tags on all forms next to the form elements. \r\n<p>\r\n\r\n\r\n<b>.formSubtext </b><br>\r\nThe tags below some form elements.\r\n<p>\r\n\r\n\r\n<b>.highlight </b><br>\r\nDenotes a highlighted item, such as which message you are viewing within a list.\r\n<p>\r\n\r\n\r\n<b>.horizontalMenu </b><br>\r\nThe horizontal menu (if you use a horizontal menu macro).\r\n<p>\r\n\r\n\r\n<b>.pagination </b><br>\r\nThe Previous and Next links on pages with pagination.\r\n<p>\r\n\r\n\r\n<b>.selectedMenuItem</b><br>\r\nUse this class to highlight the current page in any of the menu macros.\r\n<p>\r\n\r\n\r\n<b>.tableData </b><br>\r\nThe data rows on things like message boards and user contributions.\r\n<p>\r\n\r\n\r\n<b>.tableHeader </b><br>\r\nThe headings of columns on things like message boards and user contributions.\r\n<p>\r\n\r\n\r\n<b>.tableMenu </b><br>\r\nThe menu on things like message boards and user submissions.\r\n<p>\r\n\r\n\r\n<b>.verticalMenu </b><br>\r\nThe vertical menu (if you use a vertical menu macro).\r\n<p>\r\n\r\n\r\n<i><b>Note:</b></i> Some wobjects and macros have their own unique styles sheet classes, which are documented in their individual help files.\r\n<p>\r\n\r\n\r\n',1031514049);
INSERT INTO international VALUES (622,'WebGUI',1,'See <i>Manage Group</i> for a description of grouping functions and the default groups.\r\n<p>\r\n\r\n<b>Group Name</b><br>\r\nA name for the group. It is best if the name is descriptive so you know what it is at a glance.\r\n<p>\r\n\r\n<b>Description</b><br>\r\nA longer description of the group so that other admins and content managers (or you if you forget) will know what the purpose of this group is.\r\n<p>\r\n\r\n<b>Expire After</b><br>\r\nThe amount of time that a user will belong to this group before s/he is expired (or removed) from it. This is very useful for membership sites where users have certain privileges for a specific period of time. Note that this can be overridden on a per-user basis.\r\n<p>\r\n\r\n<b>Karma Threshold</b><br>\r\nIf you\'ve enabled Karma, then you\'ll be able to set this value. Karma Threshold is the amount of karma a user must have to be considered part of this group.\r\n<p>\r\n',1031514049);
INSERT INTO international VALUES (607,'WebGUI',1,'<b>Anonymous Registration</b><br>\r\nDo you wish visitors to your site to be able to register themselves?\r\n<br><br>\r\n\r\n<b>Run On Registration</b><br>\r\nIf there is a command line specified here, it will be executed each time a user registers anonymously.\r\n<p>\r\n\r\n<b>Alert on new user?</b><br>\r\nShould someone be alerted when a new user registers anonymously?\r\n<p>\r\n\r\n<b>Group To Alert On New User</b><br>\r\nWhat group should be alerted when a new user registers?\r\n<p>\r\n\r\n<b>Enable Karma?</b><br>\r\nShould karma be enabled?\r\n<p>\r\n\r\n<b>Karma Per Login</b><br>\r\nThe amount of karma a user should be given when they log in. This only takes affect if karma is enabled.\r\n<p>\r\n\r\n<b>Session Timeout</b><br>\r\nThe amount of time that a user session remains active (before needing to log in again). This timeout is reset each time a user views a page. Therefore if you set the timeout for 8 hours, a user would have to log in again if s/he hadn\'t visited the site for 8 hours.\r\n<p>\r\n\r\n<b>Authentication Method (default)</b><br>\r\nWhat should the default authentication method be for new accounts that are created? The two available options are WebGUI and LDAP. WebGUI authentication means that the users will authenticate against the username and password stored in the WebGUI database. LDAP authentication means that users will authenticate against an external LDAP server.\r\n<br><br>\r\n<i>Note:</i> Authentication settings can be customized on a per user basis.\r\n<br><br>\r\n\r\n<b>Username Binding</b><br>\r\nBind the WebGUI username to the LDAP Identity. This requires the user to have the same username in WebGUI as they specified during the Anonymous Registration process. It also means that they won\'t be able to change their username later. This only in effect if the user is authenticating against LDAP.\r\n<br><br>\r\n\r\n<b>LDAP URL (default)</b><br>\r\nThe default url to your LDAP server. The LDAP URL takes the form of <b>ldap://[server]:[port]/[base DN]</b>. Example: ldap://ldap.mycompany.com:389/o=MyCompany.\r\n<br><br>\r\n\r\n<b>LDAP Identity</b><br>\r\nThe LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is <b>shortname</b>, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be <i>shortname</i> then Jon Doe would enter <i>jdoe</i> during the registration process.\r\n<br><br>\r\n\r\n<b>LDAP Identity Name</b><br>\r\nThe label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their <i>Web Username</i></b><i>. So you could enter that label here for consitency.\r\n<br><br>\r\n\r\n<b>LDAP Password Name</b><br>\r\nJust as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (620,'WebGUI',1,'As the function suggests you\'ll be deleting a group and removing all users from the group. Be careful not to orphan users from pages they should have access to by deleting a group that is in use.\r\n<p>\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.',1031514049);
INSERT INTO international VALUES (621,'WebGUI',1,'Styles are WebGUI macro enabled. See <i>Using Macros</i> for more information.\r\n<p>\r\n\r\n\r\n<b>Style Name</b><br>\r\nA unique name to describe what this style looks like at a glance. The name has no effect on the actual look of the style.\r\n<p>\r\n\r\n\r\n<b>Body</b><br>\r\nThe body is quite literally the HTML body of your site. It defines how the page navigation will be laid out and many other things like logo, copyright, etc. At bare minimum a body must consist of a few things, the ^AdminBar; macro and the ^-; (seperator) macro. The ^AdminBar; macro tells WebGUI where to display admin functions. The ^-; (splitter) macro tells WebGUI where to put the content of your page.\r\n<p>\r\n\r\n\r\nIf you are in need of assistance for creating a look for your site, or if you need help cutting apart your design, <a href=\"http://www.plainblack.com/\">Plain Black Software</a> provides support services for a small fee.\r\n<p>\r\n\r\n\r\nMany people will add WebGUI macros to their body for automated navigation, and other features.\r\n<p>\r\n\r\n\r\n<b>Style Sheet</b><br>\r\nPlace your style sheet entries here. Style sheets are used to control colors, sizes, and other properties of the elements on your site. See <i>Using Style Sheets</i> for more information.\r\n<p>\r\n\r\n\r\n<i>Advanced Users:</i> for greater performance create your stylesheet on the file system (call it something like webgui.css) and add an entry like this to this area: \r\n<link href=\"/webgui.css\" rel=\"stylesheet\" rev=\"stylesheet\" type=\"text/css\">\r\n<p>\r\n\r\n',1038890195);
INSERT INTO international VALUES (619,'WebGUI',1,'This function permanently deletes the selected wobject from a page. If you are unsure whether you wish to delete this content you may be better served to cut the content to the clipboard until you are certain you wish to delete it.\r\n<p>\r\n\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (617,'WebGUI',1,'Settings are items that allow you to adjust WebGUI to your particular needs.\r\n<p>\r\n\r\n\r\n<b>Edit Company Information</b><br>\r\nInformation specific about the company or individual who controls this installation of WebGUI.\r\n<p>\r\n\r\n\r\n<b>Edit Content Settings</b><br>\r\nSettings related to content and content management.\r\n<p>\r\n\r\n\r\n<b>Edit Mail Settings</b><br>\r\nSettings concerning email and related functions.\r\n<p>\r\n\r\n\r\n<b>Edit Miscellaneous Settings</b><br>\r\nAnything we couldn\'t find a place for.\r\n<p>\r\n\r\n\r\n<b>Edit Profile Settings</b><br>\r\nDefine what user profiles look like and what the users have the ability to edit.\r\n<p>\r\n\r\n\r\n<b>Edit User Settings</b><br>\r\nSettings relating to users (beyond profile information), like authentication information, and registration options.\r\n<p>\r\n\r\n\r\n',1031514049);
INSERT INTO international VALUES (615,'WebGUI',1,'Groups are used to subdivide privileges and responsibilities within the WebGUI system. For instance, you may be building a site for a classroom situation. In that case you might set up a different group for each class that you teach. You would then apply those groups to the pages that are designed for each class.\r\n<p>\r\n\r\nThere are several groups built into WebGUI. They are as follows:\r\n<p>\r\n\r\n<b>Admins</b><br>\r\nAdmins are users who have unlimited privileges within WebGUI. A user should only be added to the admin group if they oversee the system. Usually only one to three people will be added to this group.\r\n<p>\r\n\r\n<b>Content Managers</b><br>\r\nContent managers are users who have privileges to add, edit, and delete content from various areas on the site. The content managers group should not be used to control individual content areas within the site, but to determine whether a user can edit content at all. You should set up additional groups to separate content areas on the site.\r\n<p>\r\n\r\n<b>Everyone</b><br>\r\nEveryone is a magic group in that no one is ever physically inserted into it, but yet all members of the site are part of it. If you want to open up your site to both visitors and registered users, use this group to do it.\r\n<p>\r\n\r\n<b>Package Managers</b><br>\r\nUsers that have privileges to add, edit, and delete packages of wobjects and pages to deploy.\r\n<p>\r\n\r\n<b>Registered Users</b><br>\r\nWhen users are added to the system they are put into the registered users group. A user should only be removed from this group if their account is deleted or if you wish to punish a troublemaker.\r\n<p>\r\n\r\n<b>Style Managers</b><br>\r\nUsers that have privileges to edit styles for this site. These privileges do not allow the user to assign privileges to a page, just define them to be used.\r\n<p>\r\n\r\n<b>Template Managers</b><br>\r\nUsers that have privileges to edit templates for this site.\r\n<p>\r\n\r\n<b>Visitors</b><br>\r\nVisitors are users who are not logged in using an account on the system. Also, if you wish to punish a registered user you could remove him/her from the Registered Users group and insert him/her into the Visitors group.\r\n<p>\r\n',1031514049);
INSERT INTO international VALUES (613,'WebGUI',1,'Users are the accounts in the system that are given rights to do certain things. There are two default users built into the system: Admin and Visitor.\r\n</i></p><p><i>\r\n\r\n<b>Admin</b><br>\r\nAdmin is exactly what you\'d expect. It is a user with unlimited rights in the WebGUI environment. If it can be done, this user has the rights to do it.\r\n</i></p><p><i>\r\n\r\n<b>Visitor</b><br>\r\nVisitor is exactly the opposite of Admin. Visitor has no rights what-so-ever. By default any user who is not logged in is seen as the user Visitor.\r\n</i></p><p><i>\r\n\r\n<b>Add a new user.</b><br>\r\nClick on this to go to the add user screen.\r\n</i></p><p><i>\r\n\r\n<b>Search</b><br>\r\nYou can search users based on username and email address. You can do partial searches too if you like.',1031514049);
INSERT INTO international VALUES (614,'WebGUI',1,'Styles are used to manage the look and feel of your WebGUI pages. With WebGUI, you can have an unlimited number of styles, so your site can take on as many looks as you like. You could have some pages that look like your company\'s brochure, and some pages that look like Yahoo!<21>. You could even have some pages that look like pages in a book. Using style management, you have ultimate control over all your designs.\r\n<p>\r\n\r\nThere are several styles built into WebGUI. The first of these are used by WebGUI can should not be edited or deleted. The last few are simply example styles and may be edited or deleted as you please.\r\n<p>\r\n\r\n\r\n<b>Clipboard</b><br>\r\nThis style is used by the clipboard system.\r\n<p>\r\n\r\n\r\n<b>Fail Safe</b><br>\r\nWhen you delete a style that is still in use on some pages, the Fail Safe style will be applied to those pages. This style has a white background and simple navigation.\r\n<p>\r\n\r\n\r\n<b>Make Page Printable</b><br>\r\nThis style is used if you place an <b>^r;</b> macro on your pages and the user clicks on it. This style allows you to put a simple logo and copyright message on your printable pages.\r\n<p>\r\n\r\n\r\n<b>Packages</b><br>\r\nThis style is used by the package management system.\r\n<p>\r\n\r\n\r\n<b>Trash</b><br>\r\nThis style is used by the trash system.\r\n<p>\r\n\r\n\r\n<hr>\r\n\r\n<b>Demo Style</b><br>\r\nThis is a sample design taken from a templates site (www.freewebtemplates.com).\r\n<p>\r\n\r\n\r\n<b>Plain Black Software (black) & (white)</b><br>\r\nThese designs are used on the Plain Black site.\r\n<p>\r\n\r\n\r\n<b>Yahoo!<21></b><br>\r\nThis is the design of the Yahoo!<21> site. (Used without permission.)\r\n<p>\r\n\r\n\r\n<b>WebGUI</b><br>\r\nThis is a simple design featuring WebGUI logos.\r\n<p>\r\n\r\n<b>WebGUI 4</b><br>\r\nThis style was added to WebGUI as of version 4.0.0. It is now the default style and has superceded the \"WebGUI\" style.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (612,'WebGUI',1,'There is no need to ever actually delete a user. If you are concerned with locking out a user, then simply change their password. If you truely wish to delete a user, then please keep in mind that there are consequences. If you delete a user any content that they added to the site via wobjects (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user\'s profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.\r\n<p>\r\n\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (637,'WebGUI',1,'<b>First Name</b><br>\r\nThe given name of this user.\r\n<p>\r\n\r\n<b>Middle Name</b><br>\r\nThe middle name of this user.\r\n<p>\r\n\r\n<b>Last Name</b><br>\r\nThe surname (or family name) of this user.\r\n<p>\r\n\r\n<b>Email Address</b><br>\r\nThe user\'s email address. This must only be specified if the user will partake in functions that require email.\r\n<p>\r\n\r\n<b>ICQ UIN</b><br>\r\nThe <a href=\"http://www.icq.com/\">ICQ</a> UIN is the \"User ID Number\" on the ICQ network. ICQ is a very popular instant messaging platform.\r\n<p>\r\n\r\n<b>AIM Id</b><br>\r\nThe account id for the <a href=\"http://www.aim.com/\">AOL Instant Messenger</a> system.\r\n<p>\r\n\r\n<b>MSN Messenger Id</b><br>\r\nThe account id for the <a href=\"http://messenger.msn.com/\">Microsoft Network Instant Messenger</b> system.\r\n<p>\r\n\r\n<b>Yahoo! Messenger Id</b><br>\r\nThe account id for the <a href=\"http://messenger.yahoo.com/\">Yahoo! Instant Messenger</a> system.\r\n<p>\r\n\r\n<b>Cell Phone</b><br>\r\nThis user\'s cellular telephone number.\r\n<p>\r\n\r\n<b>Pager</b><br>\r\nThis user\'s pager telephone number.\r\n<p>\r\n\r\n<b>Email To Pager Gateway</b><br>\r\nThis user\'s text pager email address.\r\n<p>\r\n\r\n<b>Home Information</b><br>\r\nThe postal (or street) address for this user\'s home.\r\n<p>\r\n\r\n<b>Work Information</b><br>\r\nThe postal (or street) address for this user\'s company.\r\n<p>\r\n\r\n<b>Gender</b><br>\r\nThis user\'s sex.\r\n<p>\r\n\r\n<b>Birth Date</b><br>\r\nThis user\'s date of birth.\r\n\r\n<b>Language</b><br>\r\nWhat language should be used to display system related messages.\r\n<p>\r\n\r\n<b>Time Offset</b><br>\r\nA number of hours (plus or minus) different this user\'s time is from the server. This is used to adjust for time zones.\r\n<p>\r\n\r\n<b>First Day Of Week</b><br>\r\nThe first day of the week on this user\'s local calendar. For instance, in the United States the first day of the week is Sunday, but in many places in Europe, the first day of the week is Monday.\r\n<p>\r\n\r\n<b>Date Format</b><br>\r\nWhat format should dates on this site appear in?\r\n<p>\r\n\r\n<b>Time Format</b><br>\r\nWhat format should times on this site appear in? \r\n<p>\r\n\r\n<b>Discussion Layout</b><br>\r\nShould discussions be laid out flat or threaded? Flat puts all replies on one page in the order they were created. Threaded shows the heirarchical list of replies as they were created.\r\n<p>\r\n\r\n<b>Inbox Notifications</b><br>\r\nHow should this user be notified when they get a new WebGUI message?\r\n\r\n',1031514049);
INSERT INTO international VALUES (610,'WebGUI',1,'See <b>Manage Users</b> for additional details.\r\n<p>\r\n\r\n<b>Username</b><br>\r\nUsername is a unique identifier for a user. Sometimes called a handle, it is also how the user will be known on the site. (<i>Note:</i> Administrators have unlimited power in the WebGUI system. This also means they are capable of breaking the system. If you rename or create a user, be careful not to use a username already in existance.)\r\n<p>\r\n\r\n\r\n<b>Password</b><br>\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n<p>\r\n\r\n\r\n<b>Authentication Method</b><br>\r\nSee <i>Edit Settings</i> for details.\r\n<p>\r\n\r\n\r\n<b>LDAP URL</b><br>\r\nSee <i>Edit Settings</i> for details.\r\n<p>\r\n\r\n\r\n<b>Connect DN</b><br>\r\nThe Connect DN is the <b>cn</b> (or common name) of a given user in your LDAP database. It should be specified as <b>cn=John Doe</b>. This is, in effect, the username that will be used to authenticate this user against your LDAP server.\r\n<p>\r\n\r\n\r\n',1031514049);
INSERT INTO international VALUES (608,'WebGUI',1,'Deleting a page can create a big mess if you are uncertain about what you are doing. When you delete a page you are also deleting the content it contains, all sub-pages connected to this page, and all the content they contain. Be certain that you have already moved all the content you wish to keep before you delete a page.\r\n<p>\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n<p>\r\n',1031514049);
INSERT INTO international VALUES (609,'WebGUI',1,'When you delete a style all pages using that style will be reverted to the fail safe (default) style. To ensure uninterrupted viewing, you should be sure that no pages are using a style before you delete it.\r\n<p>\r\n\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (606,'WebGUI',1,'Think of pages as containers for content. For instance, if you want to write a letter to the editor of your favorite magazine you\'d get out a notepad (or open a word processor) and start filling it with your thoughts. The same is true with WebGUI. Create a page, then add your content to the page.\r\n<p>\r\n\r\n<b>Title</b><br>\r\nThe title of the page is what your users will use to navigate through the site. Titles should be descriptive, but not very long.\r\n<p>\r\n\r\n\r\n<b>Menu Title</b><br>\r\nA shorter or altered title to appear in navigation. If left blank this will default to <i>Title</i>.\r\n<p>\r\n\r\n<b>Page URL</b><br>\r\nWhen you create a page a URL for the page is generated based on the page title. If you are unhappy with the URL that was chosen, you can change it here.\r\n<p>\r\n\r\n<b>Language</b><br/>\r\nChoose the default language for this page. All WebGUI generated messages will appear in that language and the character set will be changed to the character set for that language.\r\n<p/>\r\n\r\n<b>Redirect URL</b><br>\r\nWhen this page is visited, the user will be redirected to the URL specified here. In order to edit this page in the future, you\'ll have to access it from the \"Manage page tree.\" menu under \"Administrative functions...\"\r\n<p>\r\n\r\n<b>Template</b><br>\r\nBy default, WebGUI has one big content area to place wobjects. However, by specifying a template other than the default you can sub-divide the content area into several sections.\r\n<p>\r\n\r\n<b>Synopsis</b><br>\r\nA short description of a page. It is used to populate default descriptive meta tags as well as to provide descriptions on Site Maps.\r\n<p>\r\n\r\n<b>Meta Tags</b><br>\r\nMeta tags are used by some search engines to associate key words to a particular page. There is a great site called <a href=\"http://www.metatagbuilder.com/\">Meta Tag Builder</a> that will help you build meta tags if you\'ve never done it before.\r\n<p>\r\n\r\n<i>Advanced Users:</i> If you have other things (like JavaScript) you usually put in the area of your pages, you may put them here as well.\r\n<p>\r\n\r\n<b>Use default meta tags?</b><br>\r\nIf you don\'t wish to specify meta tags yourself, WebGUI can generate meta tags based on the page title and your company\'s name. Check this box to enable the WebGUI-generated meta tags.\r\n<p>\r\n\r\n\r\n<b>Style</b><br>\r\nBy default, when you create a page, it inherits a few traits from its parent. One of those traits is style. Choose from the list of styles if you would like to change the appearance of this page. See <i>Add Style</i> for more details.\r\n<p>\r\n\r\nIf you select \"Yes\" below the style pull-down menu, all of the pages below this page will take on the style you\'ve chosen for this page.\r\n<p>\r\n\r\n<b>Start Date</b><br>\r\nThe date when users may begin viewing this page. Note that before this date only content managers with the rights to edit this page will see it.\r\n<p>\r\n\r\n<b>End Date</b><br>\r\nThe date when users will stop viewing this page. Note that after this date only content managers with the rights to edit this page will see it.\r\n<p>\r\n\r\n\r\n<b>Owner</b><br>\r\nThe owner of a page is usually the person who created the page.\r\n<p>\r\n\r\n<b>Owner can view?</b><br>\r\nCan the owner view the page or not?\r\n<p>\r\n\r\n<b>Owner can edit?</b><br>\r\nCan the owner edit the page or not? Be careful, if you decide that the owner cannot edit the page and you do not belong to the page group, then you\'ll lose the ability to edit this page.\r\n<p>\r\n\r\n<b>Group</b><br>\r\nA group is assigned to every page for additional privilege control. Pick a group from the pull-down menu.\r\n<p>\r\n\r\n<b>Group can view?</b><br>\r\nCan members of this group view this page?\r\n<p>\r\n\r\n<b>Group can edit?</b><br>\r\nCan members of this group edit this page?\r\n<p>\r\n\r\n<b>Anybody can view?</b><br>\r\nCan any visitor or member regardless of the group and owner view this page?\r\n<p>\r\n\r\n<b>Anybody can edit?</b><br>\r\nCan any visitor or member regardless of the group and owner edit this page?\r\n<p>\r\n\r\nYou can optionally recursively give these privileges to all pages under this page.\r\n<p>\r\n\r\n<b>What next?</b><br/>\r\nIf you leave this on the default setting you\'ll be redirected to the new page after creating it.\r\n<p/>',1038889740);
INSERT INTO international VALUES (634,'WebGUI',1,'<b>Default Home Page</b><br>\r\nSome really small sites don\'t have a home page, but instead like to use one of their internal pages like \"About Us\" or \"Company Information\" as their home page. For that reason, you can set the default page of your site to any page in the site. That page will be the one people go to if they type in just your URL http://www.mywebguisite.com, or if they click on the Home link generated by the ^H; macro.\r\n<p>\r\n\r\n<b>Not Found Page</b><br>\r\nIf a page that a user requests is not found in the system, the user can be redirected to the home page or to an error page where they can attempt to find what they were looking for. You decide which is better for your users.\r\n<p>\r\n\r\n<b>Document Type Declaration</b><br>\r\nThese days it is very common to have a wide array of browsers accessing your site, including automated browsers like search engine spiders. Many of those browsers want to know what kind of content you are serving. The doctype tag allows you to specify that. By default WebGUI generates HTML 4.0 compliant content.\r\n<p>\r\n\r\n<b>Add edit stamp to posts?</b><br>\r\nTypically if a user edits a post on a discussion, a stamp is added to that post to identify who made the edit, and at what time. On some sites that information is not necessary, therefore you can turn it off here.\r\n<p>\r\n\r\n<b>Filter Contributed HTML</b><br>\r\nEspecially when running a public site where anybody can post to your message boards or user submission systems, it is often a good idea to filter their content for malicious code that can harm the viewing experience of your visitors; And in some circumstances, it can even cause security problems. Use this setting to select the level of filtering you wish to apply.\r\n<p>\r\n\r\n<b>Maximum Attachment Size</b><br>\r\nThe size (in kilobytes) of the maximum allowable attachment to be uploaded to your system.\r\n<p>\r\n\r\n<b>Max Image Size</b><br>\r\nIf images are uploaded to your system that are bigger than the max image size, then they will be resized to the max image size. The max image size is measured in pixels and will use the size of the longest side of the image to determine if the limit has been reached.\r\n<p>\r\n\r\n<b>Thumbnail Size</b><br>\r\nWhen images are uploaded to your system, they will automatically have thumbnails generated at the size specified here (unless overridden on a case-by-case basis). Thumbnail size is measured in pixels.\r\n<p>\r\n\r\n<b>Snippet Preview Length</b><br/>\r\nHow many characters of a snippet should be displayed in the collateral management system main listing.\r\n<p/>\r\n\r\n<b>Text Area Rows</b><br>\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many rows of characters will be displayed in textareas on the site.\r\n<p>\r\n\r\n<b>Text Area Columns</b><br>\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many columns of characters will be displayed in textareas on the site.\r\n<p>\r\n\r\n<b>Text Box Size</b><br>\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how characters can be displayed at once in text boxes on the site.\r\n<p>\r\n\r\n<b>Editor To Use</b><br>\r\nWebGUI has a very sophisticated Rich Editor that allows users to fomat content as though they were in Microsoft Word<72> or some other word processor. To use that functionality, select \"Built-In Editor\". Sometimes web sites have the need for even more complex rich editors for things like Spell Check. For that reason you can install an 3rd party editor called <a href=\"http://www.realobjects.de/\"><i>Real Objects Edit-On Pro<72></i></a> rich text editor. After you\'ve installed it change this option. If you need detailed instructions on how to integrate <i>Edit-On Pro<72>)</i>, you can find them in <a href=\"http://www.plainblack.com/ruling_webgui\"><i>Ruling WebGUI</i></a>.\r\n<p>\r\n',1038872365);
INSERT INTO international VALUES (638,'WebGUI',1,'Templates are used to affect how content is laid out in WebGUI. There are many templates that come with WebGUI, and using the template management system, you can add your own templates to the system to ensure that your site looks <b>exactly</b> how you want it to look. \r\n',1038869802);
INSERT INTO international VALUES (76,'USS',1,'Submission Template',1038867009);
INSERT INTO international VALUES (77,'USS',1,'The following are the template variables used in a submission template. Submission templates are used to display the individual submissions in a user submission system.\r\n<p/>\r\n\r\n<b>title</b><br/>\r\nThe title of this submission.\r\n<p/>\r\n\r\n<b>content</b><br/>\r\nThe full text content of this submission.\r\n<p/>\r\n\r\n<b>user.label</b><br/>\r\nThe translated label indicating what user posted this submission.\r\n<p/>\r\n\r\n<b>user.profile</b><br/>\r\nThe URL to the profile of the user that posted this submission.\r\n<p/>\r\n\r\n<b>user.username</b><br/>\r\nThe username of the user that posted this submission.\r\n<p/>\r\n\r\n<b>user.id</b><br/>\r\nThe unique identifier for the user that posted this submission.\r\n<p/>\r\n\r\n<b>date.label</b><br/>\r\nThe translated label indicating what date this submission was posted.\r\n<p/>\r\n\r\n<b>date.epoch</b><br/>\r\nThe number of seconds since January 1, 1970 that this submission was posted.\r\n<p/>\r\n\r\n<b>date.human</b><br/>\r\nA human readable date that displays the date and time this submission was posted.\r\n<p/>\r\n\r\n<b>status.label</b><br/>\r\nA translated label indicating the status of this submission.\r\n<p/>\r\n\r\n<b>status.status</b><br/>\r\nThe actual status of this submission (pending, approved, denied).\r\n<p/>\r\n\r\n<b>views.label</b><br/>\r\nA translated label indicating how many times this submission has been viewed.\r\n<p/>\r\n\r\n<b>views.count</b><br/>\r\nThe number of times this submission has been viewed.\r\n<p/>\r\n\r\n<b>canPost</b><br/>\r\nAn condition indicating whether or not this user can post a new submission.\r\n<p/>\r\n\r\n<b>post.url</b><br/>\r\nThe URL to post a new submission.\r\n<p/>\r\n\r\n<b>post.label</b><br/>\r\nA translated label for the post link.\r\n<p/>\r\n\r\n<b>previous.more</b><br/>\r\nAn condition indicating whether there are any posts prior to this one available for viewing.\r\n<p/>\r\n\r\n<b>previous.url</b><br/>\r\nA URL to the post that came before this one.\r\n<p/>\r\n\r\n<b>previous.label</b><br/>\r\nA translated label for the previous link.\r\n<p/>\r\n\r\n<b>next.more</b><br/>\r\nA condition indicating whether there are any posts after this one available for viewing.\r\n<p/>\r\n\r\n<b>next.url</b><br/>\r\nThe URL to the post that came after this one.\r\n<p/>\r\n\r\n<b>next.label</b><br/>\r\nA translated label for the next link.\r\n<p/>\r\n\r\n<b>canEdit</b><br/>\r\nA condition indicating whether the current user cane edit or delete this post.\r\n<p/>\r\n\r\n<b>edit.url</b><br/>\r\nThe URL to edit this post.\r\n<p/>\r\n\r\n<b>edit.label</b><br/>\r\nA translated label for the edit link.\r\n<p/>\r\n\r\n<b>delete.url</b><br/>\r\nThe URL to delete this post.\r\n<p/>\r\n\r\n<b>delete.label</b><br/>\r\nA translated label for the delete link.\r\n<p/>\r\n\r\n<b>canChangeStatus</b><br/>\r\nA condition indicating whether the current user has the privileges to change the status of this post.\r\n<p/>\r\n\r\n<b>approve.url</b><br/>\r\nThe URL to approve this post.\r\n<p/>\r\n\r\n<b>approve.label</b><br/>\r\nA translated label for the approve link.\r\n<p/>\r\n\r\n<b>deny.url</b><br/>\r\nThe URL to deny this post.\r\n<p/>\r\n\r\n<b>deny.label</b><br/>\r\nA translated label for the deny link.\r\n<p/>\r\n\r\n<b>leave.url</b><br/>\r\nThe URL to leave this post in it\'s current state.\r\n<p/>\r\n\r\n<b>leave.label</b><br/>\r\nA translated label for the leave link.\r\n<p/>\r\n\r\n<b>canReply</b><br/>\r\nA condition indicating whether the current user can reply to this post.\r\n<p/>\r\n\r\n<b>reply.url</b><br/>\r\nThe URL to reply to this post.\r\n<p/>\r\n\r\n<b>reply.label</b><br/>\r\nA translated label for the reply link.\r\n<p/>\r\n\r\n<b>search.url</b><br/>\r\nThe URL to toggle on the WebGUI power search form.\r\n<p/>\r\n\r\n<b>search.label</b><br/>\r\nA translated label for the search link.\r\n<p/>\r\n\r\n<b>back.url</b><br/>\r\nThe URL to return the user to the main listing.\r\n<p/>\r\n\r\n<b>back.label</b><br/>\r\nA translated label for the back link.\r\n<p/>\r\n\r\n<b>replies</b><br/>\r\nA complete listing of all replies to this post.\r\n<p/>\r\n',1039019783);
INSERT INTO international VALUES (639,'WebGUI',1,'<b>Template Name</b><br/>\r\nGive this template a descriptive name so that you\'ll know what it is when you\'re applying a template to content.\r\n<p/>\r\n\r\n<b>Namespace</b><br/>\r\nWhat type of template is this?\r\n<p/>\r\n\r\n<b>Template</b><br/>\r\nCreate your template by using template commands and variables, macros, and HTML.\r\n<p/>\r\n\r\n<b>NOTE:</b> You should never edit the default templates that come with WebGUI as they are subject to change with each new release. Instead, copy the template you wish to edit, and edit the copy.',1038890615);
INSERT INTO international VALUES (640,'WebGUI',1,'It is not a good idea to delete templates as you never know what kind of adverse affect it may have on your site (some content may still be using the template). \r\n<p>\r\n\r\n',1038791020);
INSERT INTO international VALUES (624,'WebGUI',1,'WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n<p>\r\n\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with w semicolon (;). Some macros can be extended/configured by taking the format of ^<i>x</i>(\"<b>config text</b>\");. The following is a description of all the macros in the WebGUI system.\r\n<p>\r\n\r\n<b>^a; or ^a(); - My Account Link</b><br>\r\nA link to your account information. In addition you can change the link text by creating a macro like this <b>^a(\"Account Info\");</b>. \r\n<p>\r\n\r\n<i>Notes:</i> You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more. Also, the .myAccountLink style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^AdminBar;</b><br>\r\nPlaces the administrative tool bar on the page. This is a required element in the \"body\" segment of the Style Manager.\r\n<p>\r\n\r\n<b>^AdminText();</b><br>\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n<p>\r\n\r\n<b>^AdminToggle; or ^AdminToggle();</b><br>\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle(\"Edit On\",\"Edit Off\");\r\n<p>\r\n\r\n<b>^C; or ^C(); - Crumb Trail</b><br>\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n<p>\r\n\r\n<i>Note:</i> The .crumbTrail style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^c; - Company Name</b><br>\r\nThe name of your company specified in the settings by your Administrator.\r\n<p>\r\n\r\n\r\n<b>^D; or ^D(); - Date</b><br>\r\nThe current date and time.\r\n<p>\r\n\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this <b>^D(\"%c %D, %y\");</b> it would output <b>September 26, 2001</b>. The following are the available date formatting symbols:\r\n<p>\r\n\r\n<table><tbody><tr><td>%%</td><td>%</td></tr><tr><td>%y</td><td>4 digit year</td></tr><tr><td>%Y</td><td>2 digit year</td></tr><tr><td>%m</td><td>2 digit month</td></tr><tr><td>%M</td><td>variable digit month</td></tr><tr><td>%c</td><td>month name</td></tr><tr><td>%d</td><td>2 digit day of month</td></tr><tr><td>%D</td><td>variable digit day of month</td></tr><tr><td>%w</td><td>day of week name</td></tr><tr><td>%h</td><td>2 digit base 12 hour</td></tr><tr><td>%H</td><td>variable digit base 12 hour</td></tr><tr><td>%j</td><td>2 digit base 24 hour</td></tr><tr><td>%J</td><td>variable digit base 24 hour</td></tr><tr><td>%p</td><td>lower case am/pm</td></tr><tr><td>%P</td><td>upper case AM/PM</td></tr><tr><td>%z</td><td>user preference date format</td></tr><tr><td>%Z</td><td>user preference time format</td></tr></tbody></table>\r\n<p>\r\n\r\n\r\n<b>^e; - Company Email Address</b><br>\r\nThe email address for your company specified in the settings by your Administrator.\r\n<p>\r\n\r\n<b>^Env()</b><br>\r\nCan be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl\r\n<p>\r\n\r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\");\r\n<p>\r\n\r\n<b>^Execute();</b><br>\r\nAllows a content manager or administrator to execute an external program. Takes the format of <b>^Execute(\"/this/file.sh\");</b>.\r\n<p>\r\n\r\n\r\n<b>^Extras;</b><br>\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n<p>\r\n\r\n\r\n<b>^FlexMenu;</b><br>\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n<p>\r\n\r\n<b>^FormParam();</b><br>\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n<p>\r\n\r\n<b>^GroupText();</b><br>\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\");\r\n<p>\r\n\r\n\r\n<b>^H; or ^H(); - Home Link</b><br>\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this <b>^H(\"Go Home\");</b>.\r\n<p>\r\n\r\n<i>Notes:</i> You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^I(); - Image Manager Image with Tag</b><br>\r\nThis macro returns an image tag with the parameters for an image defined in the image manager. Specify the name of the image using a tag like this <b>^I(\"imageName\")</b>;.\r\n<p>\r\n\r\n<b>^i(); - Image Manager Image Path</b><br>\r\nThis macro returns the path of an image uploaded using the Image Manager. Specify the name of the image using a tag like this <b>^i(\"imageName\");</b>.\r\n<p>\r\n\r\n<b>^Include();</b><br>\r\nAllows a content manager or administrator to include a file from the local filesystem. Takes the format of <b>^Include(\"/this/file.html\")</b>;\r\n<p>\r\n\r\n<b>^L; or ^L(); - Login</b><br>\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n<p>\r\n\r\n<i>Note:</i> The .loginBox style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^LoginToggle; or ^LoginToggle();</b><br>\r\nDisplays a \"Login\" or \"Logout\" message depending upon whether the user is logged in or not. You can optionally specify other messages like this: ^LoginToggle(\"Click here to log in.\",\"Click here to log out.\");\r\n<p>\r\n\r\n<b>^M; or ^M(); - Current Menu (Vertical)</b><br>\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^M(3);</b>. If you set the macro to \"0\" it will track the entire site tree.\r\n<p>\r\n\r\n<b>^m; - Current Menu (Horizontal)</b><br>\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is <20>.\r\n<p>\r\n\r\n<b>^P; or ^P(); - Previous Menu (Vertical)</b><br>\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^P(3);</b>. If you set the macro to \"0\" it will track the entire site tree.\r\n<p>\r\n\r\n<b>^p; - Previous Menu (Horizontal)</b><br>\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is <20>.\r\n<p>\r\n\r\n<b>^Page();</b><br>\r\nThis can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");.\r\n<p>\r\n\r\n<b>^PageTitle;</b><br>\r\nDisplays the title of the current page.\r\n<p>\r\n\r\n<i>Note:</i> If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.\r\n<p>\r\n\r\n<b>^r; or ^r(); - Make Page Printable</b><br>\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this <b>^r(\"Print Me!\");</b>.\r\n<p>\r\n\r\nBy default, when this link is clicked, the current page\'s style is replaced with the \"Make Page Printable\" style in the Style Manager. However, that can be overridden by specifying the name of another style as the second parameter, like this: ^r(\"Print!\",\"WebGUI\");\r\n<p>\r\n\r\n<i>Notes:</i> You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more. Also, the .makePrintableLink style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^rootmenu; or ^rootmenu(); (Horizontal)</b><br>\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n<p>\r\n\r\n\r\n<b>^RootTitle;</b><br>\r\nReturns the title of the root of the current page. For instance, the main root in WebGUI is the \"Home\" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.\r\n<p>\r\n\r\n<b>^S(); - Specific SubMenu (Vertical)</b><br>\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this <b>^S(\"home\",0);</b>. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this <b>^S(\"home\",3);</b>.\r\n<p>\r\n\r\n\r\n<b>^s(); - Specific SubMenu (Horizontal)</b><br>\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this <b>^s(\"home\");</b>. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s(\"home\",\":--:\");. The default delimeter is <20>.\r\n<p>\r\n\r\n<b>^SQL();</b><br>\r\nA one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:<p>\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");\r\n<p>\r\n^SQL(\"select userId,username from users order by username\",\"&lt;a href=\'^/;?op=viewProfile&uid=^0;\'&gt;^1;&lt;/a&gt;&lt;br&gt;\");\r\n<p>\r\n\r\n<b>^Synopsis; or ^Synopsis(); Menu</b><br>\r\nThis macro allows you to get the submenu of a page along with the synopsis of each link. You may specify an integer to specify how many levels deep to traverse the page tree.\r\n<p>\r\n\r\n<i>Notes:</i> The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.\r\n<p>\r\n\r\n<b>^T; or ^T(); - Top Level Menu (Vertical)</b><br>\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^T(3);</b>. If you set the macro to \"0\" it will track the entire site tree.\r\n<p>\r\n\r\n<b>^t; - Top Level Menu (Horizontal)</b><br>\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is <20>.\r\n<p>\r\n\r\n<b>^Thumbnail();</b><br>\r\nReturns the URL of a thumbnail for an image from the image manager. Specify the name of the image like this <b>^Thumbnail(\"imageName\");</b>.\r\n<p>\r\n\r\n<b>^ThumbnailLinker();</b><br>\r\nThis is a good way to create a quick and dirty screenshots page or a simple photo gallery. Simply specify the name of an image in the Image Manager like this: ^ThumbnailLinker(\"My Grandmother\"); and this macro will create a thumnail image with a title under it that links to the full size version of the image.\r\n<p>\r\n\r\n<b>^u; - Company URL</b><br>\r\nThe URL for your company specified in the settings by your Administrator.\r\n<p>\r\n\r\n<b>^URLEncode();</b><br>\r\nThis macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It\'s syntax looks like this: ^URLEncode(\"Is this my string?\");\r\n<p>\r\n\r\n\r\n<b>^User();</b><br>\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User(\"email\");\r\n<p>\r\n\r\n<b>^/; - System URL</b><br>\r\nThe URL to the gateway script (example: <i>/index.pl/</i>).\r\n<p>\r\n\r\n<b>^\\; - Page URL</b><br>\r\nThe URL to the current page (example: <i>/index.pl/pagename</i>).\r\n<p>\r\n\r\n<b>^@; - Username</b><br>\r\nThe username of the currently logged in user.\r\n<p>\r\n\r\n<b>^?; - Search</b><br>\r\nAdd a search box to the page. The search box is tied to WebGUI\'s built-in search engine.\r\n<p>\r\n\r\n<i>Note:</i> The .searchBox style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^#; - User ID</b><br>\r\nThe user id of the currently logged in user.\r\n<p>\r\n\r\n<b>^*; or ^*(); - Random Number</b><br>\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this <b>^*(100);</b> to create a random number between 0 and 100.\r\n<p>\r\n\r\n<b>^-;,^0;,^1;,^2;,^3;, etc.</b><br>\r\nThese macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager.\r\n<p>\r\n',1038888892);
INSERT INTO international VALUES (62,'Product',1,'Product Template',1038864092);
INSERT INTO international VALUES (63,'Product',1,'The following is the list of template variables available in product templates.\r\n<p/>\r\n\r\n<b>brochure.icon</b><br/>\r\nThe URL to the icon for the brochure.\r\n<p/>\r\n\r\n\r\n<b>brochure.url</b><br/>\r\nThe URL to download the brochure.\r\n<p/>\r\n\r\n<b>brochure.label</b><br/>\r\nThe translated label for the brochure URL.\r\n<p/>\r\n\r\n<b>warranty.icon</b><br/>\r\nThe URL to the icon for the warranty.\r\n<p/>\r\n\r\n\r\n<b>warranty.url</b><br/>\r\nThe URL to download the warranty.\r\n<p/>\r\n\r\n<b>warranty.label</b><br/>\r\nThe label for the warranty URL.\r\n<p/>\r\n\r\n<b>image1</b><br/>\r\nThe URL to the first image uploaded to this product.\r\n<p/>\r\n\r\n<b>thumbnail1</b><br/>\r\nThe URL to the thumbnail of the first image uploaded to this product.\r\n<p/>\r\n\r\n<b>image2</b><br/>\r\nThe URL to the second image uploaded to this product.\r\n<p/>\r\n\r\n<b>thumbnail2</b><br/>\r\nThe URL to the thumbnail of the second image uploaded to this product.\r\n<p/>\r\n\r\n<b>image3</b><br/>\r\nThe URL to the third image uploaded to this product.\r\n<p/>\r\n\r\n<b>thumbnail3</b><br/>\r\nThe URL to the thumbnail of the third image uploaded to this product.\r\n<p/>\r\n\r\n\r\n<b>addfeature.url</b><br/>\r\nThe URL to add a feature to this product.\r\n<p/>\r\n\r\n<b>addfeature.label</b><br/>\r\nThe translated label for the add feature link.\r\n<p/>\r\n\r\n<b>feature_loop</b><br/>\r\nThis loop contains all of the features associated with this product.\r\n<blockquote>\r\n<b>feature.controls</b><br/>\r\nThe WebGUI management controls for this feature.\r\n<p/>\r\n\r\n<b>feature.feature</b><br/>\r\nThe text of the feature itself.\r\n<p/>\r\n</blockquote>\r\n<p/>\r\n\r\n<b>addbenefit.url</b><br/>\r\nThe URL to add a benefit to this product.\r\n<p/>\r\n\r\n<b>addbenefit.label</b><br/>\r\nThe translated label for the add benefit link.\r\n<p/>\r\n\r\n<b>benefit_loop</b><br/>\r\nThis loop contains the benefits for this product.\r\n<blockquote>\r\n\r\n<b>benefit.benefit</b><br/>\r\nThe benefit text itself.\r\n<p/>\r\n\r\n<b>benefit.controls</b><br/>\r\nThe WebGUI management controls for this benefit.\r\n<p/>\r\n\r\n</blockquote>\r\n<p/>\r\n\r\n<b>addspecification.url</b><br/>\r\nThe URL to add a specification to this product.\r\n<p/>\r\n\r\n<b>addspecification.label</b><br/>\r\nThe translated label for the add specification link.\r\n<p/>\r\n\r\n<b>specification_loop</b><br/>\r\nThe list of specifications associated with this product.\r\n<blockquote>\r\n\r\n<b>specification.controls</b><br/>\r\nThe WebGUI management controls for this specification.\r\n<p/>\r\n\r\n<b>specification.specification</b><br/>\r\nThe text of the specification itself.\r\n<p/>\r\n\r\n<b>specification.units</b><br/>\r\nThe units for this specification. ex: meters\r\n<p/>\r\n\r\n<b>specification.label</b><br/>\r\nThe label for this specification. ex: height\r\n<p/>\r\n\r\n</blockquote>\r\n<p/>\r\n\r\n<b>addaccessory.url</b><br/>\r\nThe URL to add an accessory to this product.\r\n<p/>\r\n\r\n<b>addaccessory.label</b><br/>\r\nThe translated label for the add accessory link.\r\n<p/>\r\n\r\n<b>accessory_loop</b><br/>\r\nThis loop contains all of the accessories associated with this product.\r\n<blockquote>\r\n\r\n<b>accessory.url</b><br/>\r\nThe URL to the linked accessory.\r\n<p/>\r\n\r\n<b>accessory.title</b><br/>\r\nThe title of the linked accessory.\r\n<p/>\r\n\r\n<b>accessory.controls</b><br/>\r\nThe WebGUI management controls for this accessory.\r\n<p/>\r\n\r\n</blockquote>\r\n<p/>\r\n\r\n<b>addRelatedProduct.url</b><br/>\r\nThe URL to add a related product to this product.\r\n<p/>\r\n\r\n<b>addRelatedProduct.label</b><br/>\r\nThe translated label for the add related product link.\r\n<p/>\r\n\r\n<b>relatedproduct.url</b><br/>\r\nThe URL to the linked product.\r\n<p/>\r\n\r\n<b>relatedproduct.title</b><br/>\r\nThe title of the linked product.\r\n<p/>\r\n\r\n<b>relatedproduct.controls</b><br/>\r\nThe WebGUI management controls for this related product.\r\n<p/>\r\n',1038864092);
INSERT INTO international VALUES (670,'WebGUI',1,'Image, Add/Edit',1038871530);
INSERT INTO international VALUES (813,'WebGUI',1,'Groups In This Group',1037583186);
INSERT INTO international VALUES (72,'Survey',1,'Are you certain you wish to delete this user\'s responses?',1037573460);
INSERT INTO international VALUES (678,'WebGUI',1,'Root, Manage',1031514049);
INSERT INTO international VALUES (681,'WebGUI',1,'Packages, Creating',1038889481);
INSERT INTO international VALUES (680,'WebGUI',1,'Package, Add',1038889471);
INSERT INTO international VALUES (675,'WebGUI',1,'Search Engine, Using',1038888957);
INSERT INTO international VALUES (656,'WebGUI',1,'Company Information, Edit',1038872019);
INSERT INTO international VALUES (696,'WebGUI',1,'Trash, Empty',1031514049);
INSERT INTO international VALUES (672,'WebGUI',1,'Profile Settings, Edit',1031514049);
INSERT INTO international VALUES (674,'WebGUI',1,'Miscellaneous Settings, Edit',1038889454);
INSERT INTO international VALUES (661,'WebGUI',1,'File Settings, Edit',1031514049);
INSERT INTO international VALUES (663,'WebGUI',1,'Mail Settings, Edit',1038889094);
INSERT INTO international VALUES (671,'WebGUI',1,'Wobjects, Using',1031514049);
INSERT INTO international VALUES (677,'WebGUI',1,'Wobject, Add/Edit',1031514049);
INSERT INTO international VALUES (668,'WebGUI',1,'Style Sheets, Using',1031514049);
INSERT INTO international VALUES (667,'WebGUI',1,'Group, Add/Edit',1031514049);
INSERT INTO international VALUES (652,'WebGUI',1,'User Settings, Edit',1031514049);
INSERT INTO international VALUES (665,'WebGUI',1,'Group, Delete',1031514049);
INSERT INTO international VALUES (666,'WebGUI',1,'Style, Add/Edit',1038890195);
INSERT INTO international VALUES (664,'WebGUI',1,'Wobject, Delete',1031514049);
INSERT INTO international VALUES (662,'WebGUI',1,'Settings, Manage',1031514049);
INSERT INTO international VALUES (660,'WebGUI',1,'Groups, Manage',1031514049);
INSERT INTO international VALUES (658,'WebGUI',1,'Users, Manage',1031514049);
INSERT INTO international VALUES (659,'WebGUI',1,'Styles, Manage',1031514049);
INSERT INTO international VALUES (657,'WebGUI',1,'User, Delete',1031514049);
INSERT INTO international VALUES (682,'WebGUI',1,'User Profile, Edit',1031514049);
INSERT INTO international VALUES (655,'WebGUI',1,'User, Add/Edit',1031514049);
INSERT INTO international VALUES (653,'WebGUI',1,'Page, Delete',1031514049);
INSERT INTO international VALUES (654,'WebGUI',1,'Style, Delete',1031514049);
INSERT INTO international VALUES (679,'WebGUI',1,'Content Settings, Edit',1038872365);
INSERT INTO international VALUES (683,'WebGUI',1,'Templates, Manage',1038869802);
INSERT INTO international VALUES (684,'WebGUI',1,'Template, Add/Edit',1038890615);
INSERT INTO international VALUES (685,'WebGUI',1,'Template, Delete',1038791020);
INSERT INTO international VALUES (669,'WebGUI',1,'Macros, Using',1038888892);
INSERT INTO international VALUES (57,'Survey',1,'Comments',1037556124);
INSERT INTO international VALUES (66,'Survey',1,'Responses',1037557127);
INSERT INTO international VALUES (65,'Survey',1,'Export composite summary.',1037556821);
INSERT INTO international VALUES (64,'Survey',1,'Export responses.',1037556721);
INSERT INTO international VALUES (63,'Survey',1,'Export questions.',1037556710);
INSERT INTO international VALUES (62,'Survey',1,'Export answers.',1037556697);
INSERT INTO international VALUES (61,'Survey',1,'View grade book.',1037556642);
INSERT INTO international VALUES (72,'FileManager',1,'File, Add/Edit',1038883174);
INSERT INTO international VALUES (73,'FileManager',1,'<b>File Title</b><br>\r\nThe title that will be displayed for this file. If left blank the filename will be used.\r\n<p>\r\n\r\n<b>File</b><br>\r\nChoose the file from your hard drive that you wish to upload.\r\n<p>\r\n\r\n<b>Alternate Version #1</b><br>\r\nAn alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n<p>\r\n\r\n<b>Alternate Version #2</b><br>\r\nAn alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n<p>\r\n\r\n<b>Brief Synopsis</b><br>\r\nA short description of this file. Be sure to include keywords that users may try to search for.\r\n<p>\r\n\r\n<b>Group To Download</b><br>\r\nChoose the group that may download this file.\r\n<p>\r\n\r\n<b>What\'s next?</b><br>\r\nIf you\'d like to add another file after this one, then select \"add a new file\" otherwise select \"go back to the page\".\r\n<p>\r\n',1038883174);
INSERT INTO international VALUES (72,'EventsCalendar',1,'Event, Add/Edit',1038887363);
INSERT INTO international VALUES (73,'EventsCalendar',1,'<b>Title</b><br>\r\nThe title for this event.\r\n<p>\r\n\r\n<b>Description</b><br>\r\nDescribe the activities of this event or information about where the event is to be held.\r\n<p>\r\n\r\n<b>Start Date</b><br>\r\nOn what date will this event begin?\r\n<p>\r\n\r\n<b>End Date</b><br>\r\nOn what date will this event end?\r\n<p>\r\n\r\n<b>Recurs every<b><br>\r\nSelect a recurrence interval for this event. \r\n\r\n<p>\r\n\r\n<b>What next?</b><br>\r\nSelect \"add new event\" if you\'d like to add another event, otherwise select \"go back to page\".\r\n<p>\r\n',1038887363);
INSERT INTO international VALUES (72,'FAQ',1,'Question, Add/Edit',1038890062);
INSERT INTO international VALUES (73,'FAQ',1,'<b>Question</b><br>\r\nAdd the question you\'d like to appear on the FAQ.\r\n<p>\r\n\r\n\r\n<b>Answer</b><br>\r\nAdd the answer for the question you entered above.\r\n<p>\r\n\r\n\r\n<b>What next?</b><br>\r\nIf you wish to add another question then leave this set to the default.\r\n\r\n<p>\r\n\r\n',1038890062);
INSERT INTO international VALUES (50,'Product',1,'Benefits are typically the result of the features of your product. They are why your product is so good. If you add benefits, you may also wish to consider adding some features.\r\n<p>\r\n\r\n<b>Benefit</b><br>\r\nYou may enter a new benefit, or select from one you\'ve already entered.\r\n<p>\r\n\r\n<b>Add another benefit?</b><br>\r\nIf you\'d like to add another benefit right away, select \"Yes\".\r\n<p>\r\n',1031514049);
INSERT INTO international VALUES (72,'LinkList',1,'Link, Add/Edit',1038887880);
INSERT INTO international VALUES (73,'LinkList',1,'<b>Title</b><br>\r\nThe text that will be linked.\r\n<p>\r\n\r\n<b>URL</b><br>\r\nThe web site to link to.\r\n<p>\r\n\r\n<b>Open in new window?</b><br>\r\nSelect yes if you\'d like this link to pop-up into a new window.\r\n<p>\r\n\r\n<b>Description</b><br>\r\nDescribe the site you\'re linking to. You can omit this if you\'d like.\r\n<p>\r\n\r\n<b>What Next?</b>\r\nLeave this set to the default if you wish to add another link after this one.\r\n<p>\r\n',1038887880);
INSERT INTO international VALUES (49,'Product',1,'Product Benefit, Add/Edit',1031514049);
INSERT INTO international VALUES (697,'WebGUI',1,'Karma, Using',1031514049);
INSERT INTO international VALUES (698,'WebGUI',1,'Karma is a method of tracking the activity of your users, and potentially rewarding or punishing them for their level of activity. Once karma has been enabled, you\'ll notice that the menus of many things in WebGUI change to reflect karma.\r\n<p>\r\n\r\nYou can track whether users are logging in, and how much they contribute to your site. And you can allow them access to additional features by the level of their karma.\r\n<p>\r\n\r\nYou can find out more about karma in <a href=\"http://www.plainblack.com/ruling_webgui\">Ruling WebGUI</a>.',1031514049);
INSERT INTO international VALUES (5,'WobjectProxy',1,'Wobject Proxy, Add/Edit',1031514049);
INSERT INTO international VALUES (6,'WobjectProxy',1,'With the Wobject Proxy you can mirror a wobject from another page to any other page. This is useful if you want to reuse the same content in multiple sections of your site.\r\n<p>\r\n\r\n\r\n<b>Wobject To Proxy</b><br>\r\nSelect the wobject from your system that you\'d like to proxy. The select box takes the format of \"<b>Page Title</b> / <b>Wobject Name</b> (<b>Wobject Id</b>) so that you can quickly and accurately find the wobject you\'re looking for.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (38,'Product',1,'Product, Add/Edit',1038889846);
INSERT INTO international VALUES (39,'Product',1,'WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily.\r\n<p>\r\n\r\n<b>Template</b><br/>\r\nSelect a layout for this product.\r\n<p/>\r\n\r\n<b>Price</b><br>\r\nThe price of this product. You may optionally enter text like \"call for pricing\" if you wish, or you may leave it blank.\r\n<p>\r\n\r\n<b>Product Number</b><br>\r\nThe product number, SKU, ISBN, or other identifier for this product.\r\n<p>\r\n\r\n<b>Product Image 1</b><br>\r\nAn image of this product.\r\n<p>\r\n\r\n<b>Product Image 2</b><br>\r\nAn image of this product.\r\n<p>\r\n\r\n<b>Product Image 3</b><br>\r\nAn image of this product.\r\n<p>\r\n\r\n<b>Brochure</b><br>\r\nThe brochure for this product.\r\n<p>\r\n\r\n<b>Manual</b><br>\r\nThe product, user, or service manual for this product.\r\n<p>\r\n\r\n<b>Warranty</b><br>\r\nThe warranty for this product.\r\n<p>\r\n',1038889846);
INSERT INTO international VALUES (40,'Product',1,'Product Feature, Add/Edit',1031514049);
INSERT INTO international VALUES (41,'Product',1,'Features are selling points for a product. IE: Reasons to buy your product. Features often result in benefits, so you may want to also add some benefits to this product.\r\n<p>\r\n\r\n<b>Feature</b><br>\r\nYou may enter a new feature, or select one you entered for another product in the system.\r\n<p>\r\n\r\n<b>Add another feature?</b><br>\r\nIf you\'d like to add another feature right away, select \"Yes\".\r\n<p>\r\n',1031514049);
INSERT INTO international VALUES (42,'Product',1,'Product Specification, Add/Edit',1031514049);
INSERT INTO international VALUES (43,'Product',1,'Specifications are the technical details of your product.\r\n<p>\r\n\r\n\r\n<b>Label</b><br>\r\nThe type of specification. For instance, height, weight, or color. You may select one you\'ve entered for another product, or type in a new specification.\r\n<p>\r\n\r\n\r\n<b>Specification</b><br>\r\nThe actual specification value. For instance, if you chose height as the Label, then you\'d enter a numeric value like \"18\".\r\n<p>\r\n\r\n\r\n<b>Units</b><br>\r\nThe unit of measurement for this specification. For instance, if you chose height for your label, perhaps the units would be \"meters\".\r\n<p>\r\n\r\n\r\n<b>Add another specification?</b><br>\r\nIf you\'d like to add another specification, select \"Yes\".\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (709,'WebGUI',1,'\r\n<b>Style Managers Group</b><br>\r\nSelect the group that should have control over adding, editing, and deleting styles.\r\n<p>\r\n\r\n<b>Template Managers Group</b><br>\r\nSelect the group that should have control over adding, editing, and deleting templates.\r\n<p>\r\n',1038889779);
INSERT INTO international VALUES (44,'Product',1,'Product Accessory, Add/Edit',1031514049);
INSERT INTO international VALUES (45,'Product',1,'Accessories are products that enhance other products.\r\n<p>\r\n\r\n<b>Accessory</b><br>\r\nChoose from the list of products you\'ve already entered.\r\n<p>\r\n\r\n<b>Add another accessory?</b><br>\r\nSelect \"Yes\" if you have another accessory to add.\r\n<p>\r\n',1031514049);
INSERT INTO international VALUES (46,'Product',1,'Product (Related), Add/Edit',1031514049);
INSERT INTO international VALUES (47,'Product',1,'Related products are products that are comparable or complimentary to other products.\r\n<p>\r\n\r\n\r\n<b>Related products</b><br>\r\nChoose from the list of products you\'ve already entered.\r\n<p>\r\n\r\n\r\n<b>Add another related product?</b><br>\r\nSelect \"Yes\" if you have another related product to add.\r\n<p>\r\n\r\n',1031514049);
INSERT INTO international VALUES (708,'WebGUI',1,'Privilege Settings, Manage',1038889779);
INSERT INTO international VALUES (30,'USS',1,'Karma Per Submission',1031514049);
INSERT INTO international VALUES (72,'Poll',1,'Randomize answers?',1031514049);
INSERT INTO international VALUES (699,'WebGUI',1,'First Day Of Week',1031514049);
INSERT INTO international VALUES (702,'WebGUI',1,'Month(s)',1031514049);
INSERT INTO international VALUES (703,'WebGUI',1,'Year(s)',1031514049);
INSERT INTO international VALUES (704,'WebGUI',1,'Second(s)',1031514049);
INSERT INTO international VALUES (705,'WebGUI',1,'Minute(s)',1031514049);
INSERT INTO international VALUES (706,'WebGUI',1,'Hour(s)',1031514049);
INSERT INTO international VALUES (716,'WebGUI',1,'Login',1031514049);
INSERT INTO international VALUES (717,'WebGUI',1,'Logout',1031514049);
INSERT INTO international VALUES (41,'USS',3,'Datum',1031516049);
INSERT INTO international VALUES (45,'USS',3,'Ga terug naar bijdrages',1031516049);
INSERT INTO international VALUES (46,'USS',3,'Lees meer...',1031516049);
INSERT INTO international VALUES (47,'USS',3,'Post een reactie',1031516049);
INSERT INTO international VALUES (48,'USS',3,'Discussie toestaan?',1031516049);
INSERT INTO international VALUES (51,'USS',3,'Miniaturen weergeven',1031516049);
INSERT INTO international VALUES (52,'USS',3,'Miniatuur',1031516049);
INSERT INTO international VALUES (53,'USS',3,'Layout',1031516049);
INSERT INTO international VALUES (57,'USS',3,'Reacties',1031516049);
INSERT INTO international VALUES (516,'WebGUI',3,'Zet beheermode aan!',1031516049);
INSERT INTO international VALUES (517,'WebGUI',3,'Zet beheermode uit!',1031516049);
INSERT INTO international VALUES (515,'WebGUI',3,'Bewerkings stempel toevoegen?',1031516049);
INSERT INTO international VALUES (532,'WebGUI',3,'Met minstens 1 van de worden',1031516049);
INSERT INTO international VALUES (531,'WebGUI',3,'met de exacte zin',1031516049);
INSERT INTO international VALUES (505,'WebGUI',3,'Een niewe template toevoegen',1031516049);
INSERT INTO international VALUES (504,'WebGUI',3,'Sjabloon',1031516049);
INSERT INTO international VALUES (503,'WebGUI',3,'Sjabloon ID',1031516049);
INSERT INTO international VALUES (502,'WebGUI',3,'Weet u zeker dat u deze sjabloon wilt verwijderen? Elke pagina die de template gebruikt zal de standaard template krijgen!',1031516049);
INSERT INTO international VALUES (536,'WebGUI',3,'Een nieuwe gebruiker genaamd ^@; is bij de site aangemeld',1031516049);
INSERT INTO international VALUES (356,'WebGUI',3,'Sjabloon',1031516049);
INSERT INTO international VALUES (357,'WebGUI',3,'Nieuws',1031516049);
INSERT INTO international VALUES (358,'WebGUI',3,'Linker kolom',1031516049);
INSERT INTO international VALUES (359,'WebGUI',3,'Rechter kolom',1031516049);
INSERT INTO international VALUES (360,'WebGUI',3,'Een boven drie',1031516049);
INSERT INTO international VALUES (361,'WebGUI',3,'Drie boven een',1031516049);
INSERT INTO international VALUES (362,'WebGUI',3,'Zij aan zij',1031516049);
INSERT INTO international VALUES (363,'WebGUI',3,'Sjabloon positie',1031516049);
INSERT INTO international VALUES (364,'WebGUI',3,'Zoeken',1031516049);
INSERT INTO international VALUES (365,'WebGUI',3,'Zoek resultaten',1031516049);
INSERT INTO international VALUES (366,'WebGUI',3,'Er is geen pagina die aan uw vraag voldoet',1031516049);
INSERT INTO international VALUES (368,'WebGUI',3,'Voeg een nieuwe groep aan deze gebruiker toe',1031516049);
INSERT INTO international VALUES (369,'WebGUI',3,'Verloop datum',1031516049);
INSERT INTO international VALUES (370,'WebGUI',3,'Bewerk groeperen',1031516049);
INSERT INTO international VALUES (371,'WebGUI',3,'Groeperen toevoegen',1031516049);
INSERT INTO international VALUES (372,'WebGUI',3,'Bewerk gebruiker groep',1031516049);
INSERT INTO international VALUES (374,'WebGUI',3,'Beheer pakketten',1031516049);
INSERT INTO international VALUES (375,'WebGUI',3,'Selecteer pakket',1031516049);
INSERT INTO international VALUES (376,'WebGUI',3,'Pakket',1031516049);
INSERT INTO international VALUES (377,'WebGUI',3,'Er zijn geen pakketten gedefinieerd door uw pakket manager of beheerder.',1031516049);
INSERT INTO international VALUES (378,'WebGUI',3,'Gebruikers ID',1031516049);
INSERT INTO international VALUES (379,'WebGUI',3,'Groep ID',1031516049);
INSERT INTO international VALUES (380,'WebGUI',3,'Stijl ID',1031516049);
INSERT INTO international VALUES (381,'WebGUI',3,'WebGUI heeft een verkeerde vraag gekregen en kan niet verder gaan. Bepaalde karakters op de pagina kunnen de oorzaak zijn. Probeer terug te gaan naar de vorige pagina en probeer het opnieuw.',1031516049);
INSERT INTO international VALUES (528,'WebGUI',3,'Sjabloon naam',1031516049);
INSERT INTO international VALUES (384,'WebGUI',3,'Bestand',1031516049);
INSERT INTO international VALUES (385,'WebGUI',3,'Parameters',1031516049);
INSERT INTO international VALUES (386,'WebGUI',3,'Bewerk plaatje',1031516049);
INSERT INTO international VALUES (387,'WebGUI',3,'Geleverd door',1031516049);
INSERT INTO international VALUES (388,'WebGUI',3,'Upload datum',1031516049);
INSERT INTO international VALUES (391,'WebGUI',3,'Verwijder bijgevoegd bestand',1031516049);
INSERT INTO international VALUES (591,'WebGUI',10,'Sprog',1037205563);
INSERT INTO international VALUES (781,'WebGUI',1,'Snippet',1036912954);
INSERT INTO international VALUES (394,'WebGUI',3,'Beheer plaatjes.',1031516049);
INSERT INTO international VALUES (395,'WebGUI',3,'Een nieuw plaatje toevoegen',1031516049);
INSERT INTO international VALUES (721,'WebGUI',10,'Ben<65>vnelse',1036855637);
INSERT INTO international VALUES (708,'WebGUI',10,'Rettigheds indstillinger, h<>ndter',1036855832);
INSERT INTO international VALUES (398,'WebGUI',3,'Document type declaratie',1031516049);
INSERT INTO international VALUES (399,'WebGUI',3,'Valideer deze pagina',1031516049);
INSERT INTO international VALUES (400,'WebGUI',3,'Voorkom Proxy Caching',1031516049);
INSERT INTO international VALUES (401,'WebGUI',3,'Weet u zeker dat u dit bericht wilt verwijderen en alle berichten onder deze thread?',1031516049);
INSERT INTO international VALUES (402,'WebGUI',3,'Het bericht wat u vroeg bestaat niet.',1031516049);
INSERT INTO international VALUES (403,'WebGUI',3,'Geen mening',1031516049);
INSERT INTO international VALUES (405,'WebGUI',3,'Laatste pagina',1031516049);
INSERT INTO international VALUES (406,'WebGUI',3,'Miniatuur grootte',1031516049);
INSERT INTO international VALUES (407,'WebGUI',3,'Klik hier om te registreren',1031516049);
INSERT INTO international VALUES (506,'WebGUI',3,'Beheer Sjablonen',1031516049);
INSERT INTO international VALUES (408,'WebGUI',3,'Beheer roots',1031516049);
INSERT INTO international VALUES (409,'WebGUI',3,'Een nieuwe root toevoegen',1031516049);
INSERT INTO international VALUES (410,'WebGUI',3,'Beheer roots.',1031516049);
INSERT INTO international VALUES (411,'WebGUI',3,'Menu Titel',1031516049);
INSERT INTO international VALUES (412,'WebGUI',3,'Omschrijving',1031516049);
INSERT INTO international VALUES (416,'WebGUI',3,'<h1>Probleem met aanvraag</h1><br> We hebben een probleemm gevonden met de aanvraag van deze pagina. Ga terug naar de vorige pagina en probeer het opnieuw. Mocht het probleem zich blijven voordoen wendt u dan tot de beheerder.',1031516049);
INSERT INTO international VALUES (417,'WebGUI',3,'<h1>Beveiligings probleem</h1><br> U probeerde een widget op te vragen die niet bij deze pagina hoort. Het incident is gerapporteerd.',1031516049);
INSERT INTO international VALUES (418,'WebGUI',3,'Filter Contributed HTML',1031516049);
INSERT INTO international VALUES (419,'WebGUI',3,'Verwijder alle tags',1031516049);
INSERT INTO international VALUES (420,'WebGUI',3,'Laat het zoals het is',1031516049);
INSERT INTO international VALUES (421,'WebGUI',3,'Verwijder alles behalve de basis formaten',1031516049);
INSERT INTO international VALUES (422,'WebGUI',3,'<h1>Login Fout</h1><br>De informatie komt niet overeen met het account',1031516049);
INSERT INTO international VALUES (423,'WebGUI',3,'Laat aktieve sessies zien',1031516049);
INSERT INTO international VALUES (424,'WebGUI',3,'Laat login historie zien',1031516049);
INSERT INTO international VALUES (425,'WebGUI',3,'Aktieve sessies',1031516049);
INSERT INTO international VALUES (426,'WebGUI',3,'Login historie',1031516049);
INSERT INTO international VALUES (427,'WebGUI',3,'Stijlen',1031516049);
INSERT INTO international VALUES (428,'WebGUI',3,'Gebruiker (ID)',1031516049);
INSERT INTO international VALUES (429,'WebGUI',3,'Login tijd',1031516049);
INSERT INTO international VALUES (430,'WebGUI',3,'Laatst bekeken pagina',1031516049);
INSERT INTO international VALUES (431,'WebGUI',3,'IP Adres',1031516049);
INSERT INTO international VALUES (432,'WebGUI',3,'Verloopt',1031516049);
INSERT INTO international VALUES (433,'WebGUI',3,'Gebruikers applicatie',1031516049);
INSERT INTO international VALUES (434,'WebGUI',3,'Status',1031516049);
INSERT INTO international VALUES (435,'WebGUI',3,'Sessie handtekening',1031516049);
INSERT INTO international VALUES (436,'WebGUI',3,'Vermoord sessie',1031516049);
INSERT INTO international VALUES (437,'WebGUI',3,'Statistieken',1031516049);
INSERT INTO international VALUES (438,'WebGUI',3,'Uw naam',1031516049);
INSERT INTO international VALUES (441,'WebGUI',3,'Email naar pager gateway',1031516049);
INSERT INTO international VALUES (442,'WebGUI',3,'Bedrijfs informatie',1031516049);
INSERT INTO international VALUES (443,'WebGUI',3,'Thuis informatie',1031516049);
INSERT INTO international VALUES (439,'WebGUI',3,'Persoonlijke informatie',1031516049);
INSERT INTO international VALUES (440,'WebGUI',3,'Contact informatie',1031516049);
INSERT INTO international VALUES (444,'WebGUI',3,'Demografische informatie',1031516049);
INSERT INTO international VALUES (445,'WebGUI',3,'Voorkeuren',1031516049);
INSERT INTO international VALUES (446,'WebGUI',3,'Bedrijfs website',1031516049);
INSERT INTO international VALUES (447,'WebGUI',3,'Beheer pagina boom',1031516049);
INSERT INTO international VALUES (448,'WebGUI',3,'Pagina boom',1031516049);
INSERT INTO international VALUES (449,'WebGUI',3,'Overige informatie',1031516049);
INSERT INTO international VALUES (450,'WebGUI',3,'Werk naam (Bedrijfsnaam)',1031516049);
INSERT INTO international VALUES (451,'WebGUI',3,'is vereist',1031516049);
INSERT INTO international VALUES (452,'WebGUI',3,'Even wachten alstublieft....',1031516049);
INSERT INTO international VALUES (453,'WebGUI',3,'Creatie datum',1031516049);
INSERT INTO international VALUES (454,'WebGUI',3,'Laatst veranderd',1031516049);
INSERT INTO international VALUES (455,'WebGUI',3,'Bewerk gebruikersprofiel',1031516049);
INSERT INTO international VALUES (456,'WebGUI',3,'Terug naar gebruikers lijst',1031516049);
INSERT INTO international VALUES (457,'WebGUI',3,'Bewerk het account van deze gebruiker',1031516049);
INSERT INTO international VALUES (458,'WebGUI',3,'Bewerk de groepen van deze gebruiker',1031516049);
INSERT INTO international VALUES (459,'WebGUI',3,'Bewerk het profiel van deze gebruiker',1031516049);
INSERT INTO international VALUES (460,'WebGUI',3,'Tijd offset',1031516049);
INSERT INTO international VALUES (461,'WebGUI',3,'Datum formaat',1031516049);
INSERT INTO international VALUES (462,'WebGUI',3,'Tijd formaat',1031516049);
INSERT INTO international VALUES (463,'WebGUI',3,'Tekst vlak rijen',1031516049);
INSERT INTO international VALUES (464,'WebGUI',3,'Tekst vlak kolommen',1031516049);
INSERT INTO international VALUES (465,'WebGUI',3,'Tekst blok grootte',1031516049);
INSERT INTO international VALUES (466,'WebGUI',3,'Weet u zeker dat u deze categorie wilt verwijderen en alle velden naar de overige categorie wilt verplaatsen?',1031516049);
INSERT INTO international VALUES (467,'WebGUI',3,'Weet u zeker dat u dit veld wilt verwijderen en daarmee ook alle data die er aan vast zit?',1031516049);
INSERT INTO international VALUES (469,'WebGUI',3,'Id',1031516049);
INSERT INTO international VALUES (470,'WebGUI',3,'Naam',1031516049);
INSERT INTO international VALUES (472,'WebGUI',3,'Label',1031516049);
INSERT INTO international VALUES (473,'WebGUI',3,'Zichtbaar?',1031516049);
INSERT INTO international VALUES (474,'WebGUI',3,'Verplicht?',1031516049);
INSERT INTO international VALUES (475,'WebGUI',3,'Tekst',1031516049);
INSERT INTO international VALUES (476,'WebGUI',3,'Tekst vlak',1031516049);
INSERT INTO international VALUES (477,'WebGUI',3,'HTML vlak',1031516049);
INSERT INTO international VALUES (478,'WebGUI',3,'URL',1031516049);
INSERT INTO international VALUES (479,'WebGUI',3,'Datum',1031516049);
INSERT INTO international VALUES (480,'WebGUI',3,'Email adres',1031516049);
INSERT INTO international VALUES (481,'WebGUI',3,'Telefoon nummer',1031516049);
INSERT INTO international VALUES (482,'WebGUI',3,'Nummer (Geheel getal)',1031516049);
INSERT INTO international VALUES (483,'WebGUI',3,'Ja of nee',1031516049);
INSERT INTO international VALUES (484,'WebGUI',3,'Selecteer lijst',1031516049);
INSERT INTO international VALUES (485,'WebGUI',3,'Booleaanse waarde (Checkbox)',1031516049);
INSERT INTO international VALUES (486,'WebGUI',3,'Data type',1031516049);
INSERT INTO international VALUES (487,'WebGUI',3,'Mogelijke waardes',1031516049);
INSERT INTO international VALUES (488,'WebGUI',3,'Standaard waarde(s)',1031516049);
INSERT INTO international VALUES (489,'WebGUI',3,'Profiel categorie',1031516049);
INSERT INTO international VALUES (490,'WebGUI',3,'Profiel categorie toevoegen',1031516049);
INSERT INTO international VALUES (491,'WebGUI',3,'Profiel veld toevoegen',1031516049);
INSERT INTO international VALUES (492,'WebGUI',3,'Profiel veld lijst',1031516049);
INSERT INTO international VALUES (493,'WebGUI',3,'terug naar de site',1031516049);
INSERT INTO international VALUES (496,'WebGUI',3,'Ingebouwde editor',1031516049);
INSERT INTO international VALUES (494,'WebGUI',3,'Te gebruiken Editor',1031516049);
INSERT INTO international VALUES (497,'WebGUI',3,'Start datum',1031516049);
INSERT INTO international VALUES (498,'WebGUI',3,'Eind Datum',1031516049);
INSERT INTO international VALUES (499,'WebGUI',3,'Wobject ID',1031516049);
INSERT INTO international VALUES (500,'WebGUI',3,'Pagina ID',1031516049);
INSERT INTO international VALUES (514,'WebGUI',3,'Bekeken',1031516049);
INSERT INTO international VALUES (527,'WebGUI',3,'Standaard home pagina',1031516049);
INSERT INTO international VALUES (530,'WebGUI',3,'Met alle woorden',1031516049);
INSERT INTO international VALUES (501,'WebGUI',3,'Body',1031516049);
INSERT INTO international VALUES (468,'WebGUI',3,'Bewerk gebruikers profiel categorie',1031516049);
INSERT INTO international VALUES (507,'WebGUI',3,'Bewerk sjabloon',1031516049);
INSERT INTO international VALUES (508,'WebGUI',3,'Beheer sjablonen',1031516049);
INSERT INTO international VALUES (509,'WebGUI',3,'Discussie layout',1031516049);
INSERT INTO international VALUES (510,'WebGUI',3,'Plat',1031516049);
INSERT INTO international VALUES (511,'WebGUI',3,'threaded',1031516049);
INSERT INTO international VALUES (512,'WebGUI',3,'Volgende thread',1031516049);
INSERT INTO international VALUES (513,'WebGUI',3,'Vorige thread',1031516049);
INSERT INTO international VALUES (533,'WebGUI',3,'Zonder de woorden',1031516049);
INSERT INTO international VALUES (529,'WebGUI',3,'Resultaten',1031516049);
INSERT INTO international VALUES (518,'WebGUI',3,'Inbox notificaties',1031516049);
INSERT INTO international VALUES (519,'WebGUI',3,'Ik wil geen notificatie krijgen',1031516049);
INSERT INTO international VALUES (520,'WebGUI',3,'Ik wil notificatie via email',1031516049);
INSERT INTO international VALUES (521,'WebGUI',3,'Ik wil notificatie via email naar pager',1031516049);
INSERT INTO international VALUES (522,'WebGUI',3,'Ik wil notificatie via ICQ',1031516049);
INSERT INTO international VALUES (523,'WebGUI',3,'Notificatie',1031516049);
INSERT INTO international VALUES (524,'WebGUI',3,'Voeg bewerk stempel toe aan post',1031516049);
INSERT INTO international VALUES (525,'WebGUI',3,'Bewerk inhoud Settings',1031516049);
INSERT INTO international VALUES (526,'WebGUI',3,'Verwijder alleen javascript',1031516049);
INSERT INTO international VALUES (72,'EventsCalendar',3,'Gebeurtenis, Toevoegen/aanpassen',1031516049);
INSERT INTO international VALUES (9,'Product',3,'Product plaatje 3',1031516049);
INSERT INTO international VALUES (9,'MailForm',3,'Voeg veld toe',1031516049);
INSERT INTO international VALUES (8,'Product',3,'Product plaatje 2',1031516049);
INSERT INTO international VALUES (8,'MailForm',3,'Breedte',1031516049);
INSERT INTO international VALUES (78,'EventsCalendar',3,'Niets weggooien, ik heb een foutje gemaakt.',1031516049);
INSERT INTO international VALUES (77,'EventsCalendar',3,'Gooi deze gebeurtenis weg <b>en</b> alle herhalingen hiervan.',1031516049);
INSERT INTO international VALUES (76,'EventsCalendar',3,'Gooi alleen deze gebeurtenis weg.',1031516049);
INSERT INTO international VALUES (75,'EventsCalendar',3,'Welke van deze keuzes wilt u uitvoeren?',1031516049);
INSERT INTO international VALUES (73,'LinkList',3,'<b>Titel</b><br>\r\nText die gelinked zal worden.\r\n<p>\r\n<b>URL</b><br>\r\nDe Website waarnaar gelinked wordt.\r\n<p>\r\n\r\n<b>In een nieuw venster openen?</b><br>\r\nSelecteer ja als u wilt dat deze link in een nieuw opkomend venster geopend wordt.\r\n<p>\r\n\r\n<b>Omschrijving</b><br>\r\nBeschrijf de site waar u naar linkt. Dit kan weggelaten worden als u dat wilt.\r\n<p>\r\n\r\n<b>Nog een link toevoegen?</b><br>\r\nAls u nog een link toe wilt voegen, selecteer dan ja.\r\n<p>\r\n',1031516049);
INSERT INTO international VALUES (73,'FAQ',3,'<b>Vraag</b><br>\r\nVoer de vraag in die u in de FAQ wilt laten verschijnen.\r\n<p>\r\n\r\n\r\n<b>Antwoord</b><br>\r\nVoer het antwoord in voor de vraag die u hierboven heeft ingevuld.\r\n<p>\r\n\r\n\r\n<b>Nog een vraag toevoegen?</b><br>\r\nAls u nog een vraag wilt toevoegen, selecteer dan ja.\r\n<p>\r\n',1031516049);
INSERT INTO international VALUES (73,'EventsCalendar',3,'<b>Titel</b><br>\r\nDe titel voor deze gebeurtenis.\r\n<p>\r\n\r\n<b>Beschrijving</b><br>\r\nOmschrijf de activiteit van deze gebeurtenis of voer informatie in over waar deze gebeurtenis plaatsvind.\r\n<p>\r\n\r\n<b>Begindatum</b><br>\r\nWanneer begint deze gebeurtenis?\r\n<p>\r\n\r\n<b>Einddatum</b><br>\r\nOp welke datum zal deze gebeurtenis plaatsvinden?\r\n<p>\r\n\r\n<b>Gebeurt iedere</b><br>\r\nSelecteer een interval waarin deze gebeurtenis opnieuw plaatsvind.\r\n<p>\r\n\r\n<b>Nog een gebeurtenis toevoegen?</b><br>\r\nAls u nog een gebeurtenis toe wilt voegen, selecteer dan ja.\r\n<p>',1031516049);
INSERT INTO international VALUES (72,'Poll',3,'Antwoorden in willekeurige volgorde weergeven?',1031516049);
INSERT INTO international VALUES (72,'LinkList',3,'Link, Toevoegen/Aanpassen',1031516049);
INSERT INTO international VALUES (72,'FAQ',3,'Vraag, Toevoegen/Aanpasssen',1031516049);
INSERT INTO international VALUES (72,'FileManager',3,'Download, Toevoegen/Aanpassen',1031516049);
INSERT INTO international VALUES (717,'WebGUI',3,'Uitloggen',1031516049);
INSERT INTO international VALUES (716,'WebGUI',3,'Inloggen',1031516049);
INSERT INTO international VALUES (715,'WebGUI',3,'Redirect URL',1031516049);
INSERT INTO international VALUES (714,'WebGUI',3,'Sjabloonbeheer groep',1031516049);
INSERT INTO international VALUES (713,'WebGUI',3,'Stijlbeheer groep',1031516049);
INSERT INTO international VALUES (711,'WebGUI',3,'Plaatjesbeheer groep',1031516049);
INSERT INTO international VALUES (710,'WebGUI',3,'Pas privilege instellingen aan',1031516049);
INSERT INTO international VALUES (654,'WebGUI',3,'Stijl, Verwijder',1031516049);
INSERT INTO international VALUES (471,'WebGUI',3,'Pas gebruikers profielveld aan',1031516049);
INSERT INTO international VALUES (36,'Product',3,'Voeg een accesoire toe',1031516049);
INSERT INTO international VALUES (585,'WebGUI',3,'Beheer vertalingen.',1031516049);
INSERT INTO international VALUES (708,'WebGUI',3,'Privilege instellingen, Beheren',1031516049);
INSERT INTO international VALUES (707,'WebGUI',3,'Laat debugging zien?',1031516049);
INSERT INTO international VALUES (706,'WebGUI',3,'Uren',1031516049);
INSERT INTO international VALUES (705,'WebGUI',3,'Minuten',1031516049);
INSERT INTO international VALUES (704,'WebGUI',3,'Seconden',1031516049);
INSERT INTO international VALUES (703,'WebGUI',3,'Jaren',1031516049);
INSERT INTO international VALUES (702,'WebGUI',3,'Maanden',1031516049);
INSERT INTO international VALUES (7,'Product',3,'Product plaatje 1',1031516049);
INSERT INTO international VALUES (5,'WobjectProxy',3,'Wobject proxy, Toevoegen/aanpassen',1031516049);
INSERT INTO international VALUES (699,'WebGUI',3,'Eerste dag van de week',1031516049);
INSERT INTO international VALUES (696,'WebGUI',3,'Prullenbak, Legen',1031516049);
INSERT INTO international VALUES (697,'WebGUI',3,'Karma, Gebruiken',1031516049);
INSERT INTO international VALUES (685,'WebGUI',3,'Sjabloon, verwijderen',1031516049);
INSERT INTO international VALUES (684,'WebGUI',3,'Template, Toevoegen/aanpassen',1031516049);
INSERT INTO international VALUES (598,'WebGUI',3,'Taal aanpassen.',1031516049);
INSERT INTO international VALUES (596,'WebGUI',3,'NIET AANWEZIG',1031516049);
INSERT INTO international VALUES (605,'WebGUI',3,'Voeg groepen toe',1031516049);
INSERT INTO international VALUES (601,'WebGUI',3,'International ID',1031516049);
INSERT INTO international VALUES (597,'WebGUI',3,'Pas internationaal bericht aan',1031516049);
INSERT INTO international VALUES (594,'WebGUI',3,'Vertaal internationale berichten',1031516049);
INSERT INTO international VALUES (593,'WebGUI',3,'Verstuur vertaling naar Plain Black',1031516049);
INSERT INTO international VALUES (595,'WebGUI',3,'Internationale berichten',1031516049);
INSERT INTO international VALUES (591,'WebGUI',3,'Taal',1031516049);
INSERT INTO international VALUES (590,'WebGUI',3,'Taal ID',1031516049);
INSERT INTO international VALUES (589,'WebGUI',3,'Pas taal aan',1031516049);
INSERT INTO international VALUES (586,'WebGUI',3,'Talen',1031516049);
INSERT INTO international VALUES (584,'WebGUI',3,'Voeg een nieuwe taal toe',1031516049);
INSERT INTO international VALUES (575,'WebGUI',3,'Pas aan',1031516049);
INSERT INTO international VALUES (576,'WebGUI',3,'Verwijder',1031516049);
INSERT INTO international VALUES (582,'WebGUI',3,'Laat leeg',1031516049);
INSERT INTO international VALUES (683,'WebGUI',3,'Sjablonen, beheer',1031516049);
INSERT INTO international VALUES (682,'WebGUI',3,'Gebruikersprofiel, Aanpassen',1031516049);
INSERT INTO international VALUES (681,'WebGUI',3,'Pakketten, Maken',1031516049);
INSERT INTO international VALUES (680,'WebGUI',3,'Pakket, Toevoegen',1031516049);
INSERT INTO international VALUES (679,'WebGUI',3,'Inhoudsinstellingen, Aanpassen',1031516049);
INSERT INTO international VALUES (677,'WebGUI',3,'Wobject, Toevoegen/Aanpassen',1031516049);
INSERT INTO international VALUES (1,'MailForm',3,'E-mail formulier',1031516049);
INSERT INTO international VALUES (10,'MailForm',3,'Van',1031516049);
INSERT INTO international VALUES (11,'MailForm',3,'Aan (email, gebruikersnaam of groepsnaam)',1031516049);
INSERT INTO international VALUES (23,'MailForm',3,'Type',1031516049);
INSERT INTO international VALUES (13,'MailForm',3,'Bcc (Onzichtbare kopie naar)',1031516049);
INSERT INTO international VALUES (12,'MailForm',3,'Cc (Kopie naar)',1031516049);
INSERT INTO international VALUES (22,'MailForm',3,'Status',1031516049);
INSERT INTO international VALUES (21,'MailForm',3,'Veldnaam',1031516049);
INSERT INTO international VALUES (20,'MailForm',3,'Pas veld aan',1031516049);
INSERT INTO international VALUES (2,'MailForm',3,'Uw email onderwerp hier',1031516049);
INSERT INTO international VALUES (14,'MailForm',3,'Onderwerp',1031516049);
INSERT INTO international VALUES (15,'MailForm',3,'Doorgaan met meer velden toevoegen?',1031516049);
INSERT INTO international VALUES (18,'MailForm',3,'Ga terug!',1031516049);
INSERT INTO international VALUES (16,'MailForm',3,'Bevestigingsbericht',1031516049);
INSERT INTO international VALUES (17,'MailForm',3,'Mail is verstuurd',1031516049);
INSERT INTO international VALUES (19,'MailForm',3,'Weet u zeker dat u dit veld wilt verwijderen?',1031516049);
INSERT INTO international VALUES (61,'Article',3,'Artikel, Toevoegen/Aanpassen',1031516049);
INSERT INTO international VALUES (24,'MailForm',3,'Mogelijke waarden (alleen voor \'drop-down box\')',1031516049);
INSERT INTO international VALUES (25,'MailForm',3,'Standaard waarde (optioneel)',1031516049);
INSERT INTO international VALUES (7,'MailForm',3,'Pas email formulier aan',1031516049);
INSERT INTO international VALUES (6,'MailForm',3,'Aanpasbaar',1031516049);
INSERT INTO international VALUES (62,'MailForm',3,'Email formulier velden, toevoegen/aanpassen',1031516049);
INSERT INTO international VALUES (61,'MailForm',3,'Email formulier, toevoegen/aanpassen',1031516049);
INSERT INTO international VALUES (5,'MailForm',3,'Zichtbaar(niet aanpasbaar)',1031516049);
INSERT INTO international VALUES (4,'MailForm',3,'Verborgen',1031516049);
INSERT INTO international VALUES (26,'MailForm',3,'Inzendingen opslaan?',1031516049);
INSERT INTO international VALUES (3,'MailForm',3,'Bedankt voor uw bericht!',1031516049);
INSERT INTO international VALUES (588,'WebGUI',3,'Weet u zeker dat u deze vertaling naar Plain Black wilt versturen voor bundeling in de standaarddistributie? Door op de \'ja\' link te klikken snapt u dat u Plain Black een onbeperkte licentie geeft om de vertaling in haar software verspreidingen te gebruiken.',1031516049);
INSERT INTO international VALUES (581,'WebGUI',3,'Voeg een nieuwe waarde toe',1031516049);
INSERT INTO international VALUES (543,'WebGUI',3,'Voeg een nieuwe plaatjesgroep toe.',1031516049);
INSERT INTO international VALUES (583,'WebGUI',3,'Maximale plaatjesgrootte',1031516049);
INSERT INTO international VALUES (579,'WebGUI',10,'Din meddelelse er blevet godkendt.',1037205180);
INSERT INTO international VALUES (542,'WebGUI',3,'Vorige..',1031516049);
INSERT INTO international VALUES (3,'WobjectProxy',10,'Wobject Proxy',1036856148);
INSERT INTO international VALUES (5,'USS',9,'<27>z<B1><7A><AA>i<B1>K<B6><A4>Q<B3>ڵ<A9>',1031510000);
INSERT INTO international VALUES (5,'SyndicatedContent',9,'<27>̫ᴣ<CCAB><E1B4A3><A8>_',1031510000);
INSERT INTO international VALUES (5,'SQLReport',9,'DSN',1031510000);
INSERT INTO international VALUES (5,'SiteMap',9,'<27>s<BD><73><BF><E8><BA><F4><AF>a<A6><61>',1031510000);
INSERT INTO international VALUES (5,'Poll',9,'<27>ϧμe<CEBC><65>',1031510000);
INSERT INTO international VALUES (5,'MessageBoard',9,'<27>s<BD><73><BF>W<B6><57>',1031510000);
INSERT INTO international VALUES (5,'Item',9,'<27>U<A4><55><B8><FC><AA><FE>',1031510000);
INSERT INTO international VALUES (5,'FAQ',9,'<27><><B0>D',1031510000);
INSERT INTO international VALUES (5,'ExtraColumn',9,'Style Class',1031510000);
INSERT INTO international VALUES (5,'EventsCalendar',9,'<27><>',1031510000);
INSERT INTO international VALUES (20,'EventsCalendar',9,'<27>W<BC>[<5B>ư<A8>',1031510000);
INSERT INTO international VALUES (38,'USS',9,'(<28>p<A6>G<AA>z<B1>ϥΤF<CEA4>W<B6><A4>y<BB><79><A8>A<A1>п<BD><D0BF>ܡ<BE><DCA1>_ǵz)',1031510000);
INSERT INTO international VALUES (4,'WebGUI',9,'<27>޲z<DEB2>]<5D>m',1031510000);
INSERT INTO international VALUES (4,'USS',9,'<27>z<B1><7A><AA>i<B1>K<B6><A4>w<A4>q<B3>L<B9>f<BC><66>',1031510000);
INSERT INTO international VALUES (4,'SyndicatedContent',9,'<27>s<BD><73><BF>P<A6>B<A8><42><A4>e',1031510000);
INSERT INTO international VALUES (4,'SQLReport',9,'<27>d<AC><64>',1031510000);
INSERT INTO international VALUES (4,'SiteMap',9,'<27>i<AE>}<7D>`<60><>',1031510000);
INSERT INTO international VALUES (4,'Poll',9,'<27><A7>v<C5><76>',1031510000);
INSERT INTO international VALUES (4,'MessageBoard',9,'<27>C<A8><43><AD><B6><C5><E3>',1031510000);
INSERT INTO international VALUES (4,'Item',9,'<27><><B6><B5>',1031510000);
INSERT INTO international VALUES (4,'ExtraColumn',9,'<27>e<BC><65>',1031510000);
INSERT INTO international VALUES (4,'EventsCalendar',9,'<27>u<A5>o<B5>ͤ@<40><>',1031510000);
INSERT INTO international VALUES (4,'Article',9,'<27><><B5><B2><A7><F4><A4><E9>',1031510000);
INSERT INTO international VALUES (3,'WebGUI',9,'<27>q<B1>ŶK<C5B6>O<AA><4F><A4>߶K...',1031510000);
INSERT INTO international VALUES (3,'USS',9,'<27>z<B1><7A><A6>@<40>g<BD>s<B7><73><AA>ϥΪ̱i<CCB1>K<B6><A4><E5B3B9><B5>ݼf<DDBC><66>',1031510000);
INSERT INTO international VALUES (3,'SQLReport',9,'<27><><B3>i<A7>ҪO',1031510000);
INSERT INTO international VALUES (3,'SiteMap',9,'<27>O<AC>_<A7>q<B1><71><A6>ŧO<C5A7>}<7D>l',1031510000);
INSERT INTO international VALUES (3,'Poll',9,'<27>E<BF><45>',1031510000);
INSERT INTO international VALUES (3,'MessageBoard',9,'<27>o<B5><6F><AA>v<C5><76>',1031510000);
INSERT INTO international VALUES (3,'LinkList',9,'<27>O<AC>_<A7>b<A6>s<B7><73><B5>f<A4><66><A4><A4><A5>}',1031510000);
INSERT INTO international VALUES (3,'Item',9,'<27>R<A7><52><B0><A3><AA><FE>',1031510000);
INSERT INTO international VALUES (3,'ExtraColumn',9,'<27>ť<AA>',1031510000);
INSERT INTO international VALUES (3,'Article',9,'<27>}<7D>l<A9><6C><A4><E9>',1031510000);
INSERT INTO international VALUES (2,'WebGUI',9,'<27><>',1031510000);
INSERT INTO international VALUES (2,'USS',9,'<27>i<B1>K<B6><A4>v<C5><76>',1031510000);
INSERT INTO international VALUES (2,'SyndicatedContent',9,'<27>P<A6>B<A8><42><A4>e',1031510000);
INSERT INTO international VALUES (2,'SiteMap',9,'<27><><BA><F4><AF>a<A6><61>',1031510000);
INSERT INTO international VALUES (2,'MessageBoard',9,'<27><><A4>i<A7><69>',1031510000);
INSERT INTO international VALUES (2,'Item',9,'<27><><AA><FE>',1031510000);
INSERT INTO international VALUES (2,'FAQ',9,'F.A.Q.',1031510000);
INSERT INTO international VALUES (2,'EventsCalendar',9,'<27><><A6>ƾ<A8>',1031510000);
INSERT INTO international VALUES (507,'WebGUI',9,'<27>s<BD><73><BF>ҪO',1031510000);
INSERT INTO international VALUES (1,'WebGUI',9,'<27>W<BC>[<5B><><A4>e...',1031510000);
INSERT INTO international VALUES (1,'USS',9,'<27>f<BC><66><AE>v<C5><76>',1031510000);
INSERT INTO international VALUES (1,'SyndicatedContent',9,'RSS <20><><A4><E5><A5>W<B6>s<B3><73>',1031510000);
INSERT INTO international VALUES (1,'SQLReport',9,'SQL <20><><B3>i',1031510000);
INSERT INTO international VALUES (1,'Poll',9,'<27>լd',1031510000);
INSERT INTO international VALUES (1,'Item',9,'<27>W<B6>s<B3><73> URL',1031510000);
INSERT INTO international VALUES (72,'Item',1,'Template',1036267550);
INSERT INTO international VALUES (1,'ExtraColumn',9,'<27>X<C2>i<AE>C',1031510000);
INSERT INTO international VALUES (83,'EventsCalendar',1,'First in the calendar.',1038190781);
INSERT INTO international VALUES (1,'Article',9,'<27>峹',1031510000);
INSERT INTO international VALUES (367,'WebGUI',9,'<27>L<B9><4C><B4>ɶ<AE>',1031510000);
INSERT INTO international VALUES (5,'WebGUI',9,'<27>޲z<DEB2>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (6,'Article',9,'<27>Ϥ<B9>',1031510000);
INSERT INTO international VALUES (6,'EventsCalendar',9,'<27>P<AC><50>',1031510000);
INSERT INTO international VALUES (6,'ExtraColumn',9,'<27>s<BD><73><BF>X<C2>i<AE>C',1031510000);
INSERT INTO international VALUES (6,'FAQ',9,'<27>^<5E><>',1031510000);
INSERT INTO international VALUES (6,'LinkList',9,'<27>W<B6>s<B3><73><B5>C<A6><43>',1031510000);
INSERT INTO international VALUES (6,'MessageBoard',9,'<27>s<BD><BF>i<A7><69>',1031510000);
INSERT INTO international VALUES (6,'Poll',9,'<27><><B0>D',1031510000);
INSERT INTO international VALUES (6,'SiteMap',9,'<27>Y<C1>i',1031510000);
INSERT INTO international VALUES (6,'SQLReport',9,'<27><><B8>Ʈw<C6AE>ϥΪ<CFA5>',1031510000);
INSERT INTO international VALUES (6,'SyndicatedContent',9,'<27><><B7>e<AB><65><A4>e',1031510000);
INSERT INTO international VALUES (6,'USS',9,'<27>C<A8><43><AD>i<B1>K<B6><A4><E5B3B9>',1031510000);
INSERT INTO international VALUES (6,'WebGUI',9,'<27>޲zStyle',1031510000);
INSERT INTO international VALUES (7,'Article',9,'<27>s<B3><73><B1><B5><BC>D',1031510000);
INSERT INTO international VALUES (7,'FAQ',9,'<27>z<B1>O<AC>_<A7>T<BD>w<A9>z<B1>n<AD>R<A7><52><B0>o<B3>Ӱ<AD><D3B0>D',1031510000);
INSERT INTO international VALUES (7,'MessageBoard',9,'<27>@<40>̡G',1031510000);
INSERT INTO international VALUES (7,'Poll',9,'<27>^<5E><>',1031510000);
INSERT INTO international VALUES (7,'SQLReport',9,'<27><><B8>Ʈw<C6AE>K<B1>X',1031510000);
INSERT INTO international VALUES (7,'USS',9,'<27>q<B3>L',1031510000);
INSERT INTO international VALUES (7,'WebGUI',9,'<27>޲z<DEB2>ϥΪ<CFA5>',1031510000);
INSERT INTO international VALUES (8,'Article',9,'<27>W<B6>s<B3><73> URL',1031510000);
INSERT INTO international VALUES (8,'EventsCalendar',9,'<27><><AD>ЩP<D0A9><50>',1031510000);
INSERT INTO international VALUES (8,'FAQ',9,'<27>s<BD><73> F.A.Q.',1031510000);
INSERT INTO international VALUES (8,'LinkList',9,'URL',1031510000);
INSERT INTO international VALUES (8,'MessageBoard',9,'<27><><A4><E9><B4>G',1031510000);
INSERT INTO international VALUES (8,'Poll',9,'<27>]<5D>C<A8><43><A6><E6><BF>J<A4>@<40><><B1><F8><B5>סC<D7A1>̦h<CCA6><68><A4>W<B6>L20<32><30><B1>C<A1>^',1031510000);
INSERT INTO international VALUES (9,'MessageBoard',9,'<27>峹 ID:',1031510000);
INSERT INTO international VALUES (11,'MessageBoard',9,'<27><><AA>^<5E><A4>C<A6><43>',1031510000);
INSERT INTO international VALUES (12,'MessageBoard',9,'<27>s<BD><73><BF>峹',1031510000);
INSERT INTO international VALUES (13,'MessageBoard',9,'<27>o<B5><6F><AA>^<5E><>',1031510000);
INSERT INTO international VALUES (15,'MessageBoard',9,'<27>@<40><>',1031510000);
INSERT INTO international VALUES (16,'MessageBoard',9,'<27><><A4><E9>',1031510000);
INSERT INTO international VALUES (17,'MessageBoard',9,'<27>o<B5><6F><AA>s<B7>峹',1031510000);
INSERT INTO international VALUES (18,'MessageBoard',9,'<27>u<BD><75><AF>}<7D>l',1031510000);
INSERT INTO international VALUES (19,'MessageBoard',9,'<27>^<5E><>',1031510000);
INSERT INTO international VALUES (20,'MessageBoard',9,'<27>̫<B3><CCAB>^<5E><>',1031510000);
INSERT INTO international VALUES (21,'MessageBoard',9,'<27>޲z<DEB2>v<C5><76>',1031510000);
INSERT INTO international VALUES (22,'MessageBoard',9,'<27>R<A7><52><B0>峹',1031510000);
INSERT INTO international VALUES (9,'Poll',9,'<27>s<BD><73><BF>լd',1031510000);
INSERT INTO international VALUES (10,'Poll',9,'<27><><AA>l<A9>Ƨ벼',1031510000);
INSERT INTO international VALUES (11,'Poll',9,'<27><A7>I',1031510000);
INSERT INTO international VALUES (8,'SQLReport',9,'Edit SQL Report',1031510000);
INSERT INTO international VALUES (8,'USS',9,'<27>Q<B3>ڵ<A9>',1031510000);
INSERT INTO international VALUES (8,'WebGUI',9,'<27>z<B1>d<AC>ݪ<AC><DDAA><BA><AD><B6><AD><B1><A4>s<A6>b',1031510000);
INSERT INTO international VALUES (9,'Article',9,'<27><><AA><FE>',1031510000);
INSERT INTO international VALUES (9,'EventsCalendar',9,'<27><><AA><BD>',1031510000);
INSERT INTO international VALUES (9,'FAQ',9,'<27>W<BC>[<5B>s<B7><73><B0>D',1031510000);
INSERT INTO international VALUES (9,'LinkList',9,'<27>z<B1>O<AC>_<A7>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6>W<B6>s<B3><73>',1031510000);
INSERT INTO international VALUES (9,'SQLReport',9,'<b>Debug:</b> Error: The DSN specified is of an improper format.',1031510000);
INSERT INTO international VALUES (9,'USS',9,'<27>f<BC>֤<AE>',1031510000);
INSERT INTO international VALUES (9,'WebGUI',9,'<27>d<AC>ݰŶK<C5B6>O',1031510000);
INSERT INTO international VALUES (10,'Article',9,'<27>O<AC>_<A7><C2>^<5E><><A8><AE>',1031510000);
INSERT INTO international VALUES (10,'EventsCalendar',9,'<27>z<B1>O<AC>_<A7>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6><B9><B6>ư<A8>',1031510000);
INSERT INTO international VALUES (10,'FAQ',9,'<27>s<BD><73><BF><E8><B0>D',1031510000);
INSERT INTO international VALUES (10,'LinkList',9,'<27>s<BD><73><BF>W<B6>s<B3><73><B5>C<A6><43>',1031510000);
INSERT INTO international VALUES (10,'SQLReport',9,'<b>Debug:</b> Error: The SQL specified is of an improper format.',1031510000);
INSERT INTO international VALUES (10,'USS',9,'<27>q<C0>{<7B><><AA>A',1031510000);
INSERT INTO international VALUES (10,'WebGUI',9,'<27>޲z<DEB2>U<A9><55><A7><A3>',1031510000);
INSERT INTO international VALUES (11,'Article',9,'(<28>p<A6>G<AA>z<B1>S<A8><53><A6><B3><A4>ʿ<B0><CABF>J&lt;br&gt;<3B>A<A1>п<BD><D0BF>ܡ<BE><DCA1>O\")',1031510000);
INSERT INTO international VALUES (11,'EventsCalendar',9,'<b><3E>M</b><3E>Ҧ<A9><D2A6><B3><AC><DB><C3>ư<A8>',1031510000);
INSERT INTO international VALUES (11,'SQLReport',9,'<b>Debug:</b> Error: There was a problem with the query.',1031510000);
INSERT INTO international VALUES (11,'WebGUI',9,'<27>M<B2>ũU<C5A9><55><A7><A3>',1031510000);
INSERT INTO international VALUES (12,'Article',9,'<27>s<BD><73><BF>峹',1031510000);
INSERT INTO international VALUES (12,'EventsCalendar',9,'<27>s<BD><73><BF><E8><A6>ƾ<A8>',1031510000);
INSERT INTO international VALUES (12,'LinkList',9,'<27>s<BD><73><BF>W<B6>s<B3><73>',1031510000);
INSERT INTO international VALUES (12,'SQLReport',9,'<b>Debug:</b> Error: Could not connect to the database.',1031510000);
INSERT INTO international VALUES (12,'USS',9,'(<28>p<A6>G<AA>z<B1>ϥΤF<CEA4>W<B6><A4>y<BB><79><A8>A<A1>Ф<BD><D0A4>n<AD><6E><BF>ܦ<BE><DCA6><B9>)',1031510000);
INSERT INTO international VALUES (12,'WebGUI',9,'<27>h<B0>X<A5>޲z',1031510000);
INSERT INTO international VALUES (13,'Article',9,'<27>R<A7><52>',1031510000);
INSERT INTO international VALUES (13,'EventsCalendar',9,'<27>s<BD><73><BF>ư<A8>',1031510000);
INSERT INTO international VALUES (13,'LinkList',9,'<27>W<BC>[<5B>s<B7>W<B6>s<B3><73>',1031510000);
INSERT INTO international VALUES (13,'USS',9,'<27>i<B1>K<B6><A4>ɶ<AE>',1031510000);
INSERT INTO international VALUES (13,'WebGUI',9,'<27>d<AC><64><AC><DD><C0>U<A7><55><AF><C1>',1031510000);
INSERT INTO international VALUES (765,'WebGUI',1,'Delete this collateral item.',1036892866);
INSERT INTO international VALUES (516,'WebGUI',9,'<27>i<B6>J<A4>޲z',1031510000);
INSERT INTO international VALUES (517,'WebGUI',9,'<27>h<B0>X<A5>޲z',1031510000);
INSERT INTO international VALUES (515,'WebGUI',9,'<27>O<AC>_<A7>W<BC>[<5B>s<BD><73><BF>W',1031510000);
INSERT INTO international VALUES (14,'USS',9,'<27><><AA>A',1031510000);
INSERT INTO international VALUES (14,'WebGUI',9,'<27>d<AC>ݵ<AC><DDB5>ݼf<DDBC>֪<AE><D6AA>i<B1>K<B6>峹',1031510000);
INSERT INTO international VALUES (15,'USS',9,'<27>s<BD><73>/<2F>R<A7><52>',1031510000);
INSERT INTO international VALUES (15,'WebGUI',9,'<27>@<40><>',1031510000);
INSERT INTO international VALUES (16,'USS',9,'<27>L<B5><4C><BC>D',1031510000);
INSERT INTO international VALUES (16,'WebGUI',9,'<27>G<A4><47>',1031510000);
INSERT INTO international VALUES (17,'USS',9,'<27>z<B1>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6>Z<BD><5A><A5><F3>',1031510000);
INSERT INTO international VALUES (17,'WebGUI',9,'<27>T<A4><54>',1031510000);
INSERT INTO international VALUES (18,'USS',9,'<27>s<BD><73><BF>ϥΪ̱i<CCB1>K<B6><A4>t<A8><74>',1031510000);
INSERT INTO international VALUES (18,'WebGUI',9,'<27>|<7C><>',1031510000);
INSERT INTO international VALUES (19,'USS',9,'<27>s<BD><73><BF>i<B1>K<B6>峹',1031510000);
INSERT INTO international VALUES (19,'WebGUI',9,'<27><><A4><AD>',1031510000);
INSERT INTO international VALUES (20,'USS',9,'<27>ڭn<DAAD>i<B1>K<B6>峹',1031510000);
INSERT INTO international VALUES (20,'WebGUI',9,'<27><><A4><BB>',1031510000);
INSERT INTO international VALUES (21,'USS',9,'<27>o<B5><6F><AA>H',1031510000);
INSERT INTO international VALUES (21,'WebGUI',9,'<27>C<A4><43>',1031510000);
INSERT INTO international VALUES (22,'WebGUI',9,'<27>K<A4><4B>',1031510000);
INSERT INTO international VALUES (23,'WebGUI',9,'<27>E<A4><45>',1031510000);
INSERT INTO international VALUES (24,'USS',9,'<27>q<B3>L',1031510000);
INSERT INTO international VALUES (24,'WebGUI',9,'<27>Q<A4><51>',1031510000);
INSERT INTO international VALUES (25,'USS',9,'<27>~<7E><><C4>f<BC><66>',1031510000);
INSERT INTO international VALUES (25,'WebGUI',9,'<27>Q<A4>@<40><>',1031510000);
INSERT INTO international VALUES (26,'USS',9,'<27>ڵ<A9>',1031510000);
INSERT INTO international VALUES (26,'WebGUI',9,'<27>Q<A4>G<A4><47>',1031510000);
INSERT INTO international VALUES (27,'USS',9,'<27>s<BD><73>',1031510000);
INSERT INTO international VALUES (27,'WebGUI',9,'<27>P<AC><50><B4><C1>',1031510000);
INSERT INTO international VALUES (28,'USS',9,'<27><><AA>^<5E>Z<BD><5A><A5>C<A6><43>',1031510000);
INSERT INTO international VALUES (28,'WebGUI',9,'<27>P<AC><50><B4>@',1031510000);
INSERT INTO international VALUES (29,'USS',9,'<27>ϥΪ̱i<CCB1>K<B6><A4>t<A8><74>',1031510000);
INSERT INTO international VALUES (29,'WebGUI',9,'<27>P<AC><50><B4>G',1031510000);
INSERT INTO international VALUES (30,'WebGUI',9,'<27>P<AC><50><B4>T',1031510000);
INSERT INTO international VALUES (31,'WebGUI',9,'<27>P<AC><50><B4>|',1031510000);
INSERT INTO international VALUES (32,'WebGUI',9,'<27>P<AC><50><B4><C1>',1031510000);
INSERT INTO international VALUES (33,'WebGUI',9,'<27>P<AC><50><B4><C1>',1031510000);
INSERT INTO international VALUES (34,'WebGUI',9,'<27>]<5D>m<B8><6D><A4><E9>',1031510000);
INSERT INTO international VALUES (35,'WebGUI',9,'<27>޲z<DEB2><7A><A5>',1031510000);
INSERT INTO international VALUES (36,'WebGUI',9,'<27>z<B1><7A><A5><B2><B6>O<AC>t<A8>κ޲z<DEB2><7A><AD>~<7E><><AF>ϥΦ<CFA5><CEA6><B9><A5><AF>C<A1><43><BD>p<C1>t<A8>z<B1><7A><AA>t<A8>κ޲z<DEB2><7A><AD>C<A1>H<A5>U<A4>O<AC><4F><A5>t<A8>Ϊ<B2><CEAA>t<A8>κ޲z<DEB2><7A><AD>M<B2><4D><B3>G',1031510000);
INSERT INTO international VALUES (37,'WebGUI',9,'<27>v<C5><76><AD>Q<B3>ڵ<A9><DAB5>I',1031510000);
INSERT INTO international VALUES (404,'WebGUI',9,'<27>Ĥ@<40><>',1031510000);
INSERT INTO international VALUES (38,'WebGUI',9,'<27>z<B1>S<A8><53><A6><B3><A8><AC><B0><F7><AA>v<C5><76><AD><AD><B0><A6><E6A6B9><B6>ާ@<40>C<A1><43>^a(<28>n<B5><6E>);<3B>M<B5><4D><AB>A<A6>դ@<40><>',1031510000);
INSERT INTO international VALUES (39,'WebGUI',9,'<27><B9>_<B0>A<A1>z<B1>S<A8><53><A6><B3><A8><AC><B0><F7><AA>v<C5><76><AD>X<B3>ݤ@<40><>',1031510000);
INSERT INTO international VALUES (40,'WebGUI',9,'<27>t<A8>βե<CEB2>',1031510000);
INSERT INTO international VALUES (41,'WebGUI',9,'<27>z<B1>N<B1>n<AD>R<A7><52><B0>@<40>Өt<D3A8>βե<CEB2><D5A5>C<A1>p<A6>G<AA>z<B1>~<7E><><C4>A<A1>t<A8>Υ<B2><CEA5><AF>i<A5><69><AF>|<7C><><A8><FC><A8>v<BC>T',1031510000);
INSERT INTO international VALUES (42,'WebGUI',9,'<27>нT<D0BD>{',1031510000);
INSERT INTO international VALUES (43,'WebGUI',9,'<27>z<B1>O<AC>_<A7>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6><B9><A4>e<AE><65>',1031510000);
INSERT INTO international VALUES (44,'WebGUI',9,'<27>O<AC><4F><AA>A<A1>ڽT<DABD>w',1031510000);
INSERT INTO international VALUES (45,'WebGUI',9,'<27><><A4>A<A1>ګ<A7><DAAB><F6><BF>F',1031510000);
INSERT INTO international VALUES (46,'WebGUI',9,'<27>ڪ<A7><DAAA>b<B1><62>',1031510000);
INSERT INTO international VALUES (47,'WebGUI',9,'<27><><AD><BA>',1031510000);
INSERT INTO international VALUES (48,'WebGUI',9,'<27>w<C5><77><AA>I',1031510000);
INSERT INTO international VALUES (49,'WebGUI',9,'<27>I<C2><49> <a href=\"^;?op=logout\"><3E><><A6>B</a> <20>h<B0>X<A5>n<B5><6E>',1031510000);
INSERT INTO international VALUES (50,'WebGUI',9,'<27>b<B1><62>',1031510000);
INSERT INTO international VALUES (51,'WebGUI',9,'<27>K<B1>X',1031510000);
INSERT INTO international VALUES (52,'WebGUI',9,'<27>n<B5><6E>',1031510000);
INSERT INTO international VALUES (53,'WebGUI',9,'<27><><A5>L<A6><4C><A5><BB>',1031510000);
INSERT INTO international VALUES (54,'WebGUI',9,'<27>s<B7>رb<D8B1><62>',1031510000);
INSERT INTO international VALUES (55,'WebGUI',9,'<27>K<B1>X<BD>]<5D>T<BD>{<7B>^',1031510000);
INSERT INTO international VALUES (56,'WebGUI',9,'<27>q<B9>l<A4>l<B6><6C>',1031510000);
INSERT INTO international VALUES (57,'WebGUI',9,'<27><><A6><B9><B6>u<A5>b<A6>z<B1>Ʊ<A7><C6B1>ϥΨ<CFA5><CEA8>ݭn<DDAD>q<B9>l<A4>l<B6>󪺥<A5><AF>ɭԦ<C9AD><D4A6><B3>',1031510000);
INSERT INTO international VALUES (58,'WebGUI',9,'<27>ڤw<DAA4>g<B8><67><A6>F<A4>@<40>ӱb<D3B1><62>',1031510000);
INSERT INTO international VALUES (59,'WebGUI',9,'<27>ڧѰO<D1B0>F<A4>K<B1>X',1031510000);
INSERT INTO international VALUES (60,'WebGUI',9,'<27>z<B1>O<AC>_<A7>u<AF><75><AA>Ʊ<A7><C6B1><E6><B5>P<BE>z<B1><7A><AA>b<B1><62><A4>H<A1>p<A6>G<AA>z<B1>~<7E><><C4>A<A1>z<B1><7A><AA>b<B1><62><A4><E1><B8>T<B0>N<B1>Q<B3>ä[<5B>R<A7><52>',1031510000);
INSERT INTO international VALUES (61,'WebGUI',9,'<27><><A7>s<B7>b<B1><62><A4><E1><B8>T',1031510000);
INSERT INTO international VALUES (62,'WebGUI',9,'<27>O<AB>s',1031510000);
INSERT INTO international VALUES (63,'WebGUI',9,'<27>i<B6>J<A4>޲z',1031510000);
INSERT INTO international VALUES (64,'WebGUI',9,'<27>h<B0>X<A5>n<B5><6E>',1031510000);
INSERT INTO international VALUES (65,'WebGUI',9,'<27>ЧR<D0A7><52><B0>ڪ<A7><DAAA>b<B1><62>',1031510000);
INSERT INTO international VALUES (66,'WebGUI',9,'<27>ϥΪ̵n<CCB5><6E>',1031510000);
INSERT INTO international VALUES (67,'WebGUI',9,'<27>Ыطs<D8B7>b<B1><62>',1031510000);
INSERT INTO international VALUES (68,'WebGUI',9,'<27>z<B1><7A><BF>J<A4><4A><AA>b<B1><62><A4><E1><B8>T<B0>L<B5>ġC<C4A1>i<A5><69><AF>O<AC>z<B1><7A><BF>J<A4><4A><AA>b<B1><A4>s<A6>b<A6>A<A1>ο<A9><CEBF>J<A4>F<A4><46><BF>~<7E><><AA>K<B1>X',1031510000);
INSERT INTO international VALUES (69,'WebGUI',9,'<27>p<A6>G<AA>z<B1>ݭn<DDAD><6E><A8>U<A7>A<A1><41><BD>p<C1>t<A8>t<A8>κ޲z<DEB2><7A>',1031510000);
INSERT INTO international VALUES (70,'WebGUI',9,'<27><><BF>~',1031510000);
INSERT INTO international VALUES (71,'WebGUI',9,'<27><><AB>бK<D0B1>X',1031510000);
INSERT INTO international VALUES (72,'WebGUI',9,'<27><><AB><EC>',1031510000);
INSERT INTO international VALUES (73,'WebGUI',9,'<27>ϥΪ̵n<CCB5><6E>',1031510000);
INSERT INTO international VALUES (74,'WebGUI',9,'<27>b<B1><62><A4><E1><B8>T',1031510000);
INSERT INTO international VALUES (75,'WebGUI',9,'<27>z<B1><7A><AA>b<B1><62><A4><E1><B8>T<B0>w<A4>g<B8>o<B5>e<B0><65><A8>z<B1><7A><AA>q<B9>l<A4>l<B6><6C><A5><F3>',1031510000);
INSERT INTO international VALUES (76,'WebGUI',9,'<27><B9>_<B0>A<A1><41><A6>q<B9>l<A4>l<B6><6C><A5>a<A6>}<7D><><A4>b<A6>t<A8>θ<B2><CEB8>Ʈw<C6AE><77>',1031510000);
INSERT INTO international VALUES (77,'WebGUI',9,'<27><B9>_<B0>A<A1><41><A6>b<B1><62><A4>W<A6>w<A4>Q<B3><51><A8>L<A5>ϥΪ̨ϥΡC<CEA1>Хt<D0A5>~<7E><><BF>ܤ@<40>ӨϥΪ̦W<CCA6>C<A1>ڭ̫<DAAD>ij<D8>z<B1>ϥΥH<CEA5>U<A4>W<A6>r<A6>@<40><><AC>n<B5><6E><BF>W<A6>G',1031510000);
INSERT INTO international VALUES (78,'WebGUI',9,'<27>z<B1><7A><BF>J<A4><4A><AA>K<B1>X<BD><58><A4>@<40>P<AD>A<A1>Э<BD><D0AD>s<B7><73><BF>J',1031510000);
INSERT INTO international VALUES (79,'WebGUI',9,'<27><><A4><A3><AF>s<B3><73><B1><B5><A8>ؿ<A5><D8BF>A<AA>Ⱦ<B0>',1031510000);
INSERT INTO international VALUES (80,'WebGUI',9,'<27>Ыرb<D8B1><A4><E1A6A8>I',1031510000);
INSERT INTO international VALUES (81,'WebGUI',9,'<27><><A7>s<B7>b<B1><A4><E1A6A8>I',1031510000);
INSERT INTO international VALUES (82,'WebGUI',9,'<27>޲z<DEB2><7A><A5>...',1031510000);
INSERT INTO international VALUES (536,'WebGUI',9,'<27>s<B7>ϥΪ<CFA5> ^@; <20><><AD>[<5B>J<A4><4A><A5><BB>',1031510000);
INSERT INTO international VALUES (84,'WebGUI',9,'<27>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (85,'WebGUI',9,'<27>y<B4>z',1031510000);
INSERT INTO international VALUES (86,'WebGUI',9,'<27>z<B1>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6>ϥΪ̲նܡH<DCA1><48><A6><B9><B6>ާ@<40>N<B1>ä[<5B>R<A7><52><B0><A3><A6>ϥΪ̲աA<D5A1>}<7D><><A8><FA><AE><F8><A6>ϥΪ̲թҦ<D5A9><D2A6><B3><AC><DB><C3>v<C5><76>',1031510000);
INSERT INTO international VALUES (87,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (88,'WebGUI',9,'<27>ϥΪ̲զ<CCB2><D5A6><A8>',1031510000);
INSERT INTO international VALUES (89,'WebGUI',9,'<27>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (90,'WebGUI',9,'<27>W<BC>[<5B>s<B7><73>',1031510000);
INSERT INTO international VALUES (91,'WebGUI',9,'<27>W<A4>@<40><>',1031510000);
INSERT INTO international VALUES (92,'WebGUI',9,'<27>U<A4>@<40><>',1031510000);
INSERT INTO international VALUES (93,'WebGUI',9,'<27><><C0>U',1031510000);
INSERT INTO international VALUES (94,'WebGUI',9,'<27>Ѧ<B0>',1031510000);
INSERT INTO international VALUES (95,'WebGUI',9,'<27><><C0>U<A7><55><AF><C1>',1031510000);
INSERT INTO international VALUES (99,'WebGUI',9,'<27><><BC>D',1031510000);
INSERT INTO international VALUES (100,'WebGUI',9,'Meta <20><><BC><D0>',1031510000);
INSERT INTO international VALUES (101,'WebGUI',9,'<27>z<B1>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6><B9><AD><B6><AD>H<A5>έ<A4><CEAD><B6><AD><B1><A4><BA><AA>Ҧ<A9><D2A6><B3><A4>e<AE>M<A9>ե<B2><D5A5><F3>',1031510000);
INSERT INTO international VALUES (102,'WebGUI',9,'<27>s<BD><BF><E8ADB6>',1031510000);
INSERT INTO international VALUES (103,'WebGUI',9,'<27><><AD><B6><AD>y<B4>z',1031510000);
INSERT INTO international VALUES (104,'WebGUI',9,'<27><><AD><B6> URL',1031510000);
INSERT INTO international VALUES (105,'WebGUI',9,'<27><><AD><B7>',1031510000);
INSERT INTO international VALUES (106,'WebGUI',9,'Select \"Yes\" to change all the pages under this page to this style.',1031510000);
INSERT INTO international VALUES (107,'WebGUI',9,'<27>v<C5><76><AD>]<5D>m',1031510000);
INSERT INTO international VALUES (108,'WebGUI',9,'<27>֦<BE><D6A6><B3>',1031510000);
INSERT INTO international VALUES (109,'WebGUI',9,'<27>֦<BE><D6A6>̳X<CCB3><58><B0>v<C5><76>',1031510000);
INSERT INTO international VALUES (110,'WebGUI',9,'<27>֦<BE><D6A6>̽s<CCBD><73><BF>v<C5><76>',1031510000);
INSERT INTO international VALUES (111,'WebGUI',9,'<27>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (112,'WebGUI',9,'<27>ϥΪ̲ճX<D5B3><58><B0>v<C5><76>',1031510000);
INSERT INTO international VALUES (113,'WebGUI',9,'<27>ϥΪ̲սs<D5BD><73><BF>v<C5><76>',1031510000);
INSERT INTO international VALUES (114,'WebGUI',9,'<27><><A5><F4><A6>H<A4>i<A5>X<B3><58>',1031510000);
INSERT INTO international VALUES (115,'WebGUI',9,'<27><><A5><F4><A6>H<A4>i<A5>s<BD><73>',1031510000);
INSERT INTO international VALUES (116,'WebGUI',9,'Select \"Yes\" to change the privileges of all pages under this page to these privileges.',1031510000);
INSERT INTO international VALUES (117,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ̳]<5D>m',1031510000);
INSERT INTO international VALUES (118,'WebGUI',9,'<27>ΦW<CEA6>ϥΪ̵<CEAA><CCB5>U',1031510000);
INSERT INTO international VALUES (119,'WebGUI',9,'<27>q<C0>{<7B>ϥΪ̻{<7B><><B5>覡',1031510000);
INSERT INTO international VALUES (120,'WebGUI',9,'<27>q<C0>{ LDAP URL',1031510000);
INSERT INTO international VALUES (121,'WebGUI',9,'<27>q<C0>{ LDAP Identity',1031510000);
INSERT INTO international VALUES (122,'WebGUI',9,'LDAP Identity <20>W',1031510000);
INSERT INTO international VALUES (123,'WebGUI',9,'LDAP Password <20>W',1031510000);
INSERT INTO international VALUES (124,'WebGUI',9,'<27>s<BD><BF>q<A5><71><B8>T',1031510000);
INSERT INTO international VALUES (125,'WebGUI',9,'<27><><A4>q<A5>W',1031510000);
INSERT INTO international VALUES (126,'WebGUI',9,'<27><><A4>q<A5>q<B9>l<A4>l<B6><6C><A5>a<A6>}',1031510000);
INSERT INTO international VALUES (127,'WebGUI',9,'<27><><A4>q<A5>W<B6>s<B3><73>',1031510000);
INSERT INTO international VALUES (130,'WebGUI',9,'<27>̤j<CCA4><6A><AA><FE><A5>j<A4>p',1031510000);
INSERT INTO international VALUES (133,'WebGUI',9,'<27>s<BD><73><BF>l<B6><6C><A5>]<5D>m',1031510000);
INSERT INTO international VALUES (134,'WebGUI',9,'<27><><AB>бK<D0B1>X<BD>l<B6>󤺮e',1031510000);
INSERT INTO international VALUES (135,'WebGUI',9,'<27>l<B6><6C><A5>A<AA>Ⱦ<B0>',1031510000);
INSERT INTO international VALUES (138,'WebGUI',9,'<27>O',1031510000);
INSERT INTO international VALUES (139,'WebGUI',9,'<27>_',1031510000);
INSERT INTO international VALUES (140,'WebGUI',9,'<27>s<BD><73><BF>@<40><><AF>]<5D>m',1031510000);
INSERT INTO international VALUES (141,'WebGUI',9,'<27>q<C0>{<7B><><A5><BC><A7><A8><ECADB6>',1031510000);
INSERT INTO international VALUES (142,'WebGUI',9,'<27><><B9>ܶW<DCB6><57>',1031510000);
INSERT INTO international VALUES (143,'WebGUI',9,'<27>޲z<DEB2>]<5D>m',1031510000);
INSERT INTO international VALUES (144,'WebGUI',9,'<27>d<AC>ݲέp<CEAD><70><B8>T',1031510000);
INSERT INTO international VALUES (145,'WebGUI',9,'<27>t<A8>Ϊ<B2><CEAA><A9>',1031510000);
INSERT INTO international VALUES (146,'WebGUI',9,'<27><><AC>ʹ<B0><CAB9><EF>',1031510000);
INSERT INTO international VALUES (147,'WebGUI',9,'<27><><AD><B6><AD><B1>',1031510000);
INSERT INTO international VALUES (148,'WebGUI',9,'<27>ե<B2><D5A5><F3>',1031510000);
INSERT INTO international VALUES (149,'WebGUI',9,'<27>ϥΪ̼<CEAA>',1031510000);
INSERT INTO international VALUES (533,'WebGUI',9,'<b><3E><><A4>]<5D>A</b><3E>j<B7><6A><AF>r',1031510000);
INSERT INTO international VALUES (532,'WebGUI',9,'<27>]<5D>A<b><3E>ܤ֤@<40><></b><3E>j<B7><6A><AF>r',1031510000);
INSERT INTO international VALUES (151,'WebGUI',9,'<27><><AD><B7><AE>W',1031510000);
INSERT INTO international VALUES (505,'WebGUI',9,'<27>W<BC>[<5B>@<40>ӷs<D3B7>ҪO',1031510000);
INSERT INTO international VALUES (504,'WebGUI',9,'<27>ҪO',1031510000);
INSERT INTO international VALUES (502,'WebGUI',9,'<27>z<B1>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6>ҪO<D2AA>A<A1>}<7D>N<B1>Ҧ<A9><D2A6>ϥΦ<CFA5><CEA6>ҪO<D2AA><4F><AA><BA><AD><B6><AD>]<5D><><AC>q<C0>{<7B>ҪO',1031510000);
INSERT INTO international VALUES (154,'WebGUI',9,'<27><><AD><B7><AE><E6>',1031510000);
INSERT INTO international VALUES (155,'WebGUI',9,'<27>z<B1>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6><B9><AD><B6><AD><B1><AD><B7><AE>A<A1>}<7D>N<B1>Ҧ<A9><D2A6>ϥΦ<CFA5><CEA6><B9><AD><AE><E6AABA><AD><B6><AD><B1><AD><B7><AE>]<5D><><AC><B0><A1>w<A6><77><A5>Ҧ<BC>ǽ<A1>q<E3><71>A',1031510000);
INSERT INTO international VALUES (156,'WebGUI',9,'<27>s<BD><BF><E8ADB7>',1031510000);
INSERT INTO international VALUES (157,'WebGUI',9,'<27><><AD><B7>',1031510000);
INSERT INTO international VALUES (158,'WebGUI',9,'<27>W<BC>[<5B>s<B7><73><AD><B7>',1031510000);
INSERT INTO international VALUES (160,'WebGUI',9,'<27><><B4><A3><A5><E6><A4><E9>',1031510000);
INSERT INTO international VALUES (161,'WebGUI',9,'<27><><B4><A3><A5>H',1031510000);
INSERT INTO international VALUES (162,'WebGUI',9,'<27>z<B1>O<AC>_<A7>T<BD>w<A9>n<AD>M<B2>ũU<C5A9><55><A7><A3><B1><ED><A4>Ҧ<A9><D2A6><B3><AD><B6><AD>M<A9>ե<B2><D5A5><F3>',1031510000);
INSERT INTO international VALUES (163,'WebGUI',9,'<27>W<BC>[<5B>ϥΪ<CFA5>',1031510000);
INSERT INTO international VALUES (164,'WebGUI',9,'<27>ϥΪ̻{<7B><><B5>覡',1031510000);
INSERT INTO international VALUES (165,'WebGUI',9,'LDAP URL',1031510000);
INSERT INTO international VALUES (166,'WebGUI',9,'<27>s<B3><73> DN',1031510000);
INSERT INTO international VALUES (167,'WebGUI',9,'<27>z<B1>O<AC>_<A7>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6>ϥΪ̶ܡH<DCA1>`<60>N<B7>R<A7><52><B0>ϥΪ̱N<CCB1>ä[<5B>R<A7><52><B0>ӨϥΪ̪<CEAA><CCAA>Ҧ<A9><D2A6><B3><B8>T',1031510000);
INSERT INTO international VALUES (168,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ<CFA5>',1031510000);
INSERT INTO international VALUES (169,'WebGUI',9,'<27>W<BC>[<5B>s<B7>ϥΪ<CFA5>',1031510000);
INSERT INTO international VALUES (170,'WebGUI',9,'<27>j<B7><6A>',1031510000);
INSERT INTO international VALUES (171,'WebGUI',9,'<27>i<A5><69><B5>ƽs<C6BD><73>',1031510000);
INSERT INTO international VALUES (174,'WebGUI',9,'<27>O<AC>_<A7><5F><C5>ܼ<A5><DCBC>D',1031510000);
INSERT INTO international VALUES (175,'WebGUI',9,'<27>O<AC>_<A7><5F><B0><A6>R<A9>O',1031510000);
INSERT INTO international VALUES (228,'WebGUI',9,'<27>s<BD><73><BF><E8><AE><F8>...',1031510000);
INSERT INTO international VALUES (229,'WebGUI',9,'<27><><BC>D',1031510000);
INSERT INTO international VALUES (230,'WebGUI',9,'<27><><AE><F8>',1031510000);
INSERT INTO international VALUES (231,'WebGUI',9,'<27>o<B5><6F><A5>s<B7><73><AE><F8>...',1031510000);
INSERT INTO international VALUES (232,'WebGUI',9,'<27>L<B5><4C><BC>D',1031510000);
INSERT INTO international VALUES (233,'WebGUI',9,'(eom)',1031510000);
INSERT INTO international VALUES (234,'WebGUI',9,'<27>o<B5><6F><AA>^<5E><>...',1031510000);
INSERT INTO international VALUES (237,'WebGUI',9,'<27><><BC>D<C3>G',1031510000);
INSERT INTO international VALUES (238,'WebGUI',9,'<27>@<40>̡G',1031510000);
INSERT INTO international VALUES (239,'WebGUI',9,'<27><><A4><E9><B4>G',1031510000);
INSERT INTO international VALUES (240,'WebGUI',9,'<27><><AE><F8> ID:',1031510000);
INSERT INTO international VALUES (244,'WebGUI',9,'<27>@<40><>',1031510000);
INSERT INTO international VALUES (245,'WebGUI',9,'<27><><A4><E9>',1031510000);
INSERT INTO international VALUES (304,'WebGUI',9,'<27>y<BB><79>',1031510000);
INSERT INTO international VALUES (306,'WebGUI',9,'<27>ϥΪ̦W<CCA6>j<B8>w',1031510000);
INSERT INTO international VALUES (307,'WebGUI',9,'<27>O<AC>_<A7>ϥ<A8><CFA5>q<C0>{ meta <20><><BC><D0>',1031510000);
INSERT INTO international VALUES (308,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ<CFA5><CEAA>ݩʳ]<5D>m',1031510000);
INSERT INTO international VALUES (309,'WebGUI',9,'<27>O<AC>_<A7><5F><A4><B9>ϥίu<CEAF><75><B9>m<A9>W',1031510000);
INSERT INTO international VALUES (310,'WebGUI',9,'<27>O<AC>_<A7><5F><A4><B9>ϥ<A8><CFA5>X<C2>i<AE>p<C1>t<A8><74><B8>T',1031510000);
INSERT INTO international VALUES (311,'WebGUI',9,'<27>O<AC>_<A7><5F><A4><B9>ϥήa<CEAE>x<AE><78><B8>T',1031510000);
INSERT INTO international VALUES (312,'WebGUI',9,'<27>O<AC>_<A7><5F><A4><B9>ϥΰӷ~<7E><><B8>T',1031510000);
INSERT INTO international VALUES (313,'WebGUI',9,'<27>O<AC>_<A7><5F><A4><B9>ϥΨ<CFA5><CEA8>L<A5><4C><B8>T',1031510000);
INSERT INTO international VALUES (314,'WebGUI',9,'<27>m',1031510000);
INSERT INTO international VALUES (315,'WebGUI',9,'<27><><A4><A4><B6>W',1031510000);
INSERT INTO international VALUES (316,'WebGUI',9,'<27>W',1031510000);
INSERT INTO international VALUES (317,'WebGUI',9,'<a href=\"http://www.icq.com\">ICQ</a> UIN',1031510000);
INSERT INTO international VALUES (318,'WebGUI',9,'<a href=\"http://www.aol.com/aim/homenew.adp\">AIM</a> ID',1031510000);
INSERT INTO international VALUES (319,'WebGUI',9,'<a href=\"http://messenger.msn.com/\">MSN Messenger</a> ID',1031510000);
INSERT INTO international VALUES (320,'WebGUI',9,'<a href=\"http://messenger.yahoo.com/\">Yahoo! Messenger</a> ID',1031510000);
INSERT INTO international VALUES (321,'WebGUI',9,'<27><><B2>ʹq<CAB9><71>',1031510000);
INSERT INTO international VALUES (322,'WebGUI',9,'<27>ǩI',1031510000);
INSERT INTO international VALUES (323,'WebGUI',9,'<27>a<AE>x<AE><78><A6>}',1031510000);
INSERT INTO international VALUES (324,'WebGUI',9,'<27><><AB><B0>',1031510000);
INSERT INTO international VALUES (325,'WebGUI',9,'<27>٥<AC>',1031510000);
INSERT INTO international VALUES (326,'WebGUI',9,'<27>l<B6>F<AC>s<BD>X',1031510000);
INSERT INTO international VALUES (327,'WebGUI',9,'<27><><B0>a',1031510000);
INSERT INTO international VALUES (328,'WebGUI',9,'<27><><A6>v<A6>q<B9><71>',1031510000);
INSERT INTO international VALUES (329,'WebGUI',9,'<27><><B3><E6><A6>a<A6>}',1031510000);
INSERT INTO international VALUES (330,'WebGUI',9,'<27><><AB><B0>',1031510000);
INSERT INTO international VALUES (331,'WebGUI',9,'<27>٥<AC>',1031510000);
INSERT INTO international VALUES (332,'WebGUI',9,'<27>l<B6>F<AC>s<BD>X',1031510000);
INSERT INTO international VALUES (333,'WebGUI',9,'<27><><B0>a',1031510000);
INSERT INTO international VALUES (334,'WebGUI',9,'<27><><B3><E6><A6>q<B9><71>',1031510000);
INSERT INTO international VALUES (335,'WebGUI',9,'<27>ʧO',1031510000);
INSERT INTO international VALUES (336,'WebGUI',9,'<27>ͤ<A5>',1031510000);
INSERT INTO international VALUES (337,'WebGUI',9,'<27>ӤH<D3A4><48><BA><F4>',1031510000);
INSERT INTO international VALUES (338,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ<CFA5><CEAA>ݩ<C4>',1031510000);
INSERT INTO international VALUES (339,'WebGUI',9,'<27>k',1031510000);
INSERT INTO international VALUES (340,'WebGUI',9,'<27>k',1031510000);
INSERT INTO international VALUES (341,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ<CFA5><CEAA>ݩ<C4>',1031510000);
INSERT INTO international VALUES (342,'WebGUI',9,'<27>s<BD><73><BF>b<B1><62><A4><E1><B8>T',1031510000);
INSERT INTO international VALUES (343,'WebGUI',9,'<27>d<AC>ݨϥΪ<CFA5><CEAA>ݩ<C4>',1031510000);
INSERT INTO international VALUES (351,'WebGUI',9,'<27><><AE><F8>',1031510000);
INSERT INTO international VALUES (345,'WebGUI',9,'<27><><A4>O<AC><4F><A5><BB><AF>ϥΪ<CFA5>',1031510000);
INSERT INTO international VALUES (346,'WebGUI',9,'<27><><A6>ϥΪ̤<CEAA><CCA4>A<A6>O<AC><4F><A5><BB><AF>ϥΪ̡C<CCA1>L<B5>k<AA><6B><B4>Ѧ<A8><D1A6>ϥΪ̪<CEAA><CCAA><BA><A7>h<A6><68><B8>T',1031510000);
INSERT INTO international VALUES (347,'WebGUI',9,'<27>d<AC>ݨϥΪ<CFA5><CEAA>ݩʡG',1031510000);
INSERT INTO international VALUES (348,'WebGUI',9,'<27>m<A9>W',1031510000);
INSERT INTO international VALUES (349,'WebGUI',9,'<27>̷s<CCB7><73><AA><A9>',1031510000);
INSERT INTO international VALUES (350,'WebGUI',9,'<27><><B5><B2>',1031510000);
INSERT INTO international VALUES (352,'WebGUI',9,'<27>o<B5>X<A5><58><A4><E9>',1031510000);
INSERT INTO international VALUES (471,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ<CFA5><CEAA>ݩʶ<DDA9>',1031510000);
INSERT INTO international VALUES (355,'WebGUI',9,'<27>q<C0>{',1031510000);
INSERT INTO international VALUES (356,'WebGUI',9,'<27>ҪO',1031510000);
INSERT INTO international VALUES (357,'WebGUI',9,'<27>s<B7>D',1031510000);
INSERT INTO international VALUES (358,'WebGUI',9,'<27><><A5>ɯ<BE>',1031510000);
INSERT INTO international VALUES (359,'WebGUI',9,'<27>k<A5>ɯ<BE>',1031510000);
INSERT INTO international VALUES (360,'WebGUI',9,'<27>@<40>[<5B>T',1031510000);
INSERT INTO international VALUES (361,'WebGUI',9,'<27>T<A4>[<5B>@',1031510000);
INSERT INTO international VALUES (362,'WebGUI',9,'<27><><A5><AD>',1031510000);
INSERT INTO international VALUES (363,'WebGUI',9,'<27>ҪO<D2AA>w<A9><77>',1031510000);
INSERT INTO international VALUES (364,'WebGUI',9,'<27>j<B7><6A>',1031510000);
INSERT INTO international VALUES (365,'WebGUI',9,'<27>j<B7><6A><AF><C1><B5>G...',1031510000);
INSERT INTO international VALUES (366,'WebGUI',9,'<27>S<A8><53><A6><B3><A7><E4><A8>ŦX<C5A6>j<B7><6A><AF><C1><B1>󪺭<A5><F3AABAAD><B6>',1031510000);
INSERT INTO international VALUES (368,'WebGUI',9,'<27>N<B1><4E><A6>ϥΪ̥[<5B>J<A4>s<B7>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (369,'WebGUI',9,'<27>L<B9><4C><B4><C1><A4><E9>',1031510000);
INSERT INTO international VALUES (370,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ̤<CEAA><CCA4><C0>',1031510000);
INSERT INTO international VALUES (371,'WebGUI',9,'<27>W<BC>[<5B>ϥΪ̤<CEAA><CCA4><C0>',1031510000);
INSERT INTO international VALUES (372,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ̩<CEAA><CCA9>ݲոs',1031510000);
INSERT INTO international VALUES (605,'WebGUI',9,'<27>s<B7>W<BC>s<B8><73>',1031510000);
INSERT INTO international VALUES (374,'WebGUI',9,'<27>޲z<DEB2>]<5D>q',1031510000);
INSERT INTO international VALUES (375,'WebGUI',9,'<27><><BF>ܭn<DCAD>i<AE>}<7D><><AA>]<5D>q',1031510000);
INSERT INTO international VALUES (376,'WebGUI',9,'<27>]<5D>q',1031510000);
INSERT INTO international VALUES (377,'WebGUI',9,'<27>]<5D>q<BB>޲z<DEB2><7A><AD>Ψt<CEA8>κ޲z<DEB2><7A><AD>S<A8><53><A6>w<A9>q<B8>]<5D>q',1031510000);
INSERT INTO international VALUES (31,'USS',9,'<27><><A4>e',1031510000);
INSERT INTO international VALUES (32,'USS',9,'<27>Ϥ<B9>',1031510000);
INSERT INTO international VALUES (33,'USS',9,'<27><><AA><FE>',1031510000);
INSERT INTO international VALUES (34,'USS',9,'<27><C2>^<5E><>',1031510000);
INSERT INTO international VALUES (35,'USS',9,'<27><><BC>D',1031510000);
INSERT INTO international VALUES (378,'WebGUI',9,'<27>ϥΪ<CFA5> ID',1031510000);
INSERT INTO international VALUES (379,'WebGUI',9,'<27>ϥΪ̲<CEAA> ID',1031510000);
INSERT INTO international VALUES (380,'WebGUI',9,'<27><><AD><B7> ID',1031510000);
INSERT INTO international VALUES (381,'WebGUI',9,'<27>t<A8>Φ<B2><CEA6><AC><A8>@<40>ӵL<D3B5>Ī<AE><C4AA><BA><AA><ED><B3>ШD<D0A8>A<A1>L<B5>k<AA>~<7E><><C4>C<A1><43><B7>q<B3>L<B9><4C><AA><ED><B3><E6><BF>J<A4>F<A4>@<40>ǫD<C7AB>k<AA>r<A6>šA<C5A1>q<B3>`<60>|<7C>ɭP<C9AD>o<B3>ӵ<AD><D3B5>G<AA>C<A1>Ы<BD><D0AB>s<C2><73><C4><FD><BE><B9><AA><BA><AA>^<5E><><AB>ê<AF><C3AA>^<5E>W<A4><57><AD><B6><AD>s<B7><73><BF>J',1031510000);
INSERT INTO international VALUES (1,'FileManager',9,'<27>U<A4><55><B8>޲z',1031510000);
INSERT INTO international VALUES (3,'FileManager',9,'<27>O<AC>_<A7><5F><B0><F5><A6>W<BC>[<5B><><A4><E5>',1031510000);
INSERT INTO international VALUES (5,'FileManager',9,'<27><><A4><E5><A5><F3><BC>D',1031510000);
INSERT INTO international VALUES (6,'FileManager',9,'<27>U<A4><55><B8><FC><A4><E5>',1031510000);
INSERT INTO international VALUES (7,'FileManager',9,'<27>U<A4><55><B8>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (8,'FileManager',9,'²<><C2B2>',1031510000);
INSERT INTO international VALUES (9,'FileManager',9,'<27>s<BD><73><BF>U<A4><55><B8>޲z<DEB2><7A>',1031510000);
INSERT INTO international VALUES (10,'FileManager',9,'<27>s<BD><73><BF>U<A4><55>',1031510000);
INSERT INTO international VALUES (11,'FileManager',9,'<27>W<BC>[<5B>s<B7>U<A4><55>',1031510000);
INSERT INTO international VALUES (12,'FileManager',9,'<27>z<B1>O<AC>_<A7>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6>U<A4><55><B8><FC><B6><B5>',1031510000);
INSERT INTO international VALUES (14,'FileManager',9,'<27><><A4><E5>',1031510000);
INSERT INTO international VALUES (15,'FileManager',9,'<27>y<B4>z',1031510000);
INSERT INTO international VALUES (16,'FileManager',9,'<27>W<A4><57><B8><FC><A4><E9>',1031510000);
INSERT INTO international VALUES (769,'WebGUI',1,'Organize in Folder',1036893015);
INSERT INTO international VALUES (776,'WebGUI',1,'Edit Folder',1036905944);
INSERT INTO international VALUES (37,'USS',9,'<27>R<A7><52>',1031510000);
INSERT INTO international VALUES (13,'SQLReport',9,'Convert carriage returns?',1031510000);
INSERT INTO international VALUES (17,'FileManager',9,'<27><><A8>L<A5><4C><AA><A9> #1',1031510000);
INSERT INTO international VALUES (18,'FileManager',9,'<27><><A8>L<A5><4C><AA><A9> #2',1031510000);
INSERT INTO international VALUES (19,'FileManager',9,'<27>S<A8><53><A6>z<B1>i<A5>H<A5>U<A4><55><B8><FC><AA><BA><A4><E5>',1031510000);
INSERT INTO international VALUES (14,'EventsCalendar',9,'<27>}<7D>l<A9><6C><A4><E9>',1031510000);
INSERT INTO international VALUES (15,'EventsCalendar',9,'<27><><B5><B2><A7><F4><A4><E9>',1031510000);
INSERT INTO international VALUES (20,'FileManager',9,'<27>b<A6><AB>Ъ`<60><><AD>X',1031510000);
INSERT INTO international VALUES (14,'SQLReport',9,'Paginate After',1031510000);
INSERT INTO international VALUES (19,'EventsCalendar',9,'<27>b<A6><AB>Ъ`<60><><AD>X',1031510000);
INSERT INTO international VALUES (529,'WebGUI',9,'<27><><B5>G',1031510000);
INSERT INTO international VALUES (384,'WebGUI',9,'<27><><A4><E5>',1031510000);
INSERT INTO international VALUES (385,'WebGUI',9,'<27>Ѽ<B0>',1031510000);
INSERT INTO international VALUES (386,'WebGUI',9,'<27>s<BD><73><BF>Ϥ<B9>',1031510000);
INSERT INTO international VALUES (387,'WebGUI',9,'<27>W<A4><57><B8>H',1031510000);
INSERT INTO international VALUES (388,'WebGUI',9,'<27>W<A4><57><B8><FC><A4><E9>',1031510000);
INSERT INTO international VALUES (697,'WebGUI',10,'Karma, Anvend',1036855986);
INSERT INTO international VALUES (391,'WebGUI',9,'<27>R<A7><52><B0><A3><AA>[<5B><><A4><E5>',1031510000);
INSERT INTO international VALUES (595,'WebGUI',10,'International tekst',1037205654);
INSERT INTO international VALUES (786,'WebGUI',1,'WebGUI\'s collateral management system allows you to upload files and text to a central repository for use elsewhere in your content.\r\n<p/>\r\n',1038871973);
INSERT INTO international VALUES (394,'WebGUI',9,'<27>޲z<DEB2>Ϥ<B9>',1031510000);
INSERT INTO international VALUES (395,'WebGUI',9,'<27>W<BC>[<5B>s<B7>Ϥ<B9>',1031510000);
INSERT INTO international VALUES (718,'WebGUI',10,'Eksporter overs<72>ttelse',1036855692);
INSERT INTO international VALUES (706,'WebGUI',10,'Time(r)',1036855897);
INSERT INTO international VALUES (398,'WebGUI',9,'<27><><A4><E5><C0><C9><C3><FE><AB>w<A9>q',1031510000);
INSERT INTO international VALUES (399,'WebGUI',9,'<27><><A4>R<AA><52><A5><BB><AD><B6>',1031510000);
INSERT INTO international VALUES (400,'WebGUI',9,'<27>O<AC>_<A7><5F><AA><FD><A4>N<A5>z<B2>w<BD>s',1031510000);
INSERT INTO international VALUES (401,'WebGUI',9,'<27>z<B1>O<AC>_<A7>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6><B9><B1><F8><AE><F8><AE>H<A5>Φ<A4><CEA6><B9><B1><F8><AE><F8><AE><A7><AA>Ҧ<A9><D2A6>u<BD><75>',1031510000);
INSERT INTO international VALUES (402,'WebGUI',9,'<27>z<B1>n<AD>Ū<BE><C5AA><AA><BA><AE><F8><AE><A7><A4>s<A6>b',1031510000);
INSERT INTO international VALUES (403,'WebGUI',9,'<27><><A4>i<A7>D<B6>A',1031510000);
INSERT INTO international VALUES (405,'WebGUI',9,'<27>̫<B3><CCAB>@<40><>',1031510000);
INSERT INTO international VALUES (406,'WebGUI',9,'<27>ַӤj<D3A4>p',1031510000);
INSERT INTO international VALUES (407,'WebGUI',9,'<27>I<C2><49><C0><BB><A6>B<B3><42><B5>U',1031510000);
INSERT INTO international VALUES (15,'SQLReport',9,'Preprocess macros on query?',1031510000);
INSERT INTO international VALUES (16,'SQLReport',9,'Debug?',1031510000);
INSERT INTO international VALUES (17,'SQLReport',9,'<b>Debug:</b> Query:',1031510000);
INSERT INTO international VALUES (18,'SQLReport',9,'There were no results for this query.',1031510000);
INSERT INTO international VALUES (506,'WebGUI',9,'<27>޲z<DEB2>ҪO',1031510000);
INSERT INTO international VALUES (535,'WebGUI',9,'<27><><B7>s<B7>ϥΪ̵<CEAA><CCB5>U<A5>ɳq<C9B3><71><AA>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (353,'WebGUI',9,'<27>{<7B>b<A6>z<B1><7A><AA><BA><A6><AC><A5>c<BD><63><A4>S<A8><53><A6><B3><AE><F8>',1031510000);
INSERT INTO international VALUES (530,'WebGUI',9,'<27>j<B7><6A><b><3E>Ҧ<A9></b><3E><><C3><F6><C1>r',1031510000);
INSERT INTO international VALUES (408,'WebGUI',9,'<27>޲z<DEB2>ڭ<AE><DAAD><B6>',1031510000);
INSERT INTO international VALUES (409,'WebGUI',9,'<27>W<BC>[<5B>s<B7>ڭ<AE><DAAD><B6>',1031510000);
INSERT INTO international VALUES (410,'WebGUI',9,'<27>޲z<DEB2>ڭ<AE><DAAD><B6>',1031510000);
INSERT INTO international VALUES (411,'WebGUI',9,'<27>ؿ<A5><D8BF><FD><BC>D',1031510000);
INSERT INTO international VALUES (412,'WebGUI',9,'<27><><AD><B6><AD>y<B4>z',1031510000);
INSERT INTO international VALUES (79,'Survey',1,'minutes',1038789595);
INSERT INTO international VALUES (18,'Article',9,'<27>O<AC>_<A7><5F><A4><B9>Q<B0><51>',1031510000);
INSERT INTO international VALUES (19,'Article',9,'<27>֥i<D6A5>H<A5>o<B5><6F>',1031510000);
INSERT INTO international VALUES (20,'Article',9,'<27>֥i<D6A5>H<A5>޲z',1031510000);
INSERT INTO international VALUES (21,'Article',9,'<27>s<BD><73><BF>W<B6><57>',1031510000);
INSERT INTO international VALUES (22,'Article',9,'<27>@<40><>',1031510000);
INSERT INTO international VALUES (23,'Article',9,'<27><><A4><E9>',1031510000);
INSERT INTO international VALUES (24,'Article',9,'<27>o<B5><6F><AA>^<5E><>',1031510000);
INSERT INTO international VALUES (25,'Article',9,'<27>s<BD><73><BF>^<5E><>',1031510000);
INSERT INTO international VALUES (26,'Article',9,'<27>R<A7><52><B0>^<5E><>',1031510000);
INSERT INTO international VALUES (27,'Article',9,'<27><><AA>^<5E>峹',1031510000);
INSERT INTO international VALUES (413,'WebGUI',9,'<27>J<B9><4A><A8>Y<C4><59><AD><AB><BF>~<7E><>',1031510000);
INSERT INTO international VALUES (28,'Article',9,'<27>d<AC>ݦ^<5E><>',1031510000);
INSERT INTO international VALUES (414,'WebGUI',9,'<27><><C5>ܰ<A5><DCB0><A3><BF><F9><B8>T',1031510000);
INSERT INTO international VALUES (415,'WebGUI',9,'<27><><C5>ܤͦn<CDA6><6E><B8>T',1031510000);
INSERT INTO international VALUES (416,'WebGUI',9,'<h1><3E>z<B1><7A><AA>ШD<D0A8>X<A5>{<7B><><B0>D</h1> \r\n<>z<B1><7A><AA>ШD<D0A8>X<A5>{<7B>@<40>ӿ<AD><D3BF>~<7E>C<A1>Ы<BD><D0AB>s<C2><73><C4><FD><BE><B9><AA><BA><AA>^<5E><><AB>s<B6><73><AA>^<5E>W<A4>@<40><><AD><B6><AD>դ@<40><><A6>C<A1>p<A6>G<AA><47><A6><B9><B6><B5><BF>~<7E>~<7E><><C4>s<A6>b<A6>A<A1><41><BD>p<C1>t<A8>ڭ̡A<CCA1>P<A6>ɧi<C9A7>D<B6>ڭ̱z<CCB1>b<A6><62><A4><B0><BB>ɶ<AE><C9B6>ϥΤ<CFA5><CEA4><B0><BB><F2><AF>ɭԥX<D4A5>{<7B><><AA>o<B3>ӿ<AD><D3BF>~<7E>C<A1><43><C1>¡I',1031510000);
INSERT INTO international VALUES (417,'WebGUI',9,'<h1><3E>w<A6><77>ĵ<FE><C4B5></h1>\r\n <20>z<B1>X<B3>ݪ<B0><DDAA>ե󤣦b<F3A4A3A6>o<B3>@<40><><AD>W<A4>C<A1><43><A6><B9><B8>T<B0>w<A4>g<B8>o<B5>e<B0><65><B5>t<A8>κ޲z<DEB2><7A>',1031510000);
INSERT INTO international VALUES (418,'WebGUI',9,'HTML <20>L<B9>o',1031510000);
INSERT INTO international VALUES (419,'WebGUI',9,'<27>M<B2><4D><B0>Ҧ<A9><D2A6><B3><AA><BA><BC><D0>',1031510000);
INSERT INTO international VALUES (420,'WebGUI',9,'<27>O<AB>d<AF>Ҧ<A9><D2A6><B3><AA><BA><BC><D0>',1031510000);
INSERT INTO international VALUES (421,'WebGUI',9,'<27>O<AB>d<AF>򥻪<B0><F2A5BBAA><BA><BC><D0>',1031510000);
INSERT INTO international VALUES (422,'WebGUI',9,'<h1><3E>n<B5><6E><BF><FD><A5><A2></h1>\r\n<>z<B1><7A><BF>J<A4><4A><AA>b<B1><62><A4><E1><B8>T<B0><54><A6>~',1031510000);
INSERT INTO international VALUES (423,'WebGUI',9,'<27>d<AC>ݬ<AC><DDAC>ʹ<B0><CAB9><EF>',1031510000);
INSERT INTO international VALUES (424,'WebGUI',9,'<27>d<AC>ݵn<DDB5><6E><BF><FD><BE>v<A5>O<B0><4F>',1031510000);
INSERT INTO international VALUES (425,'WebGUI',9,'<27><><AC>ʹ<B0><CAB9><EF>',1031510000);
INSERT INTO international VALUES (426,'WebGUI',9,'<27>n<B5><6E><BF><FD><BE>v<A5>O<B0><4F>',1031510000);
INSERT INTO international VALUES (427,'WebGUI',9,'<27><><AD><B7>',1031510000);
INSERT INTO international VALUES (428,'WebGUI',9,'<27>ϥΪ<CFA5> (ID)',1031510000);
INSERT INTO international VALUES (429,'WebGUI',9,'<27>n<B5><6E><BF>ɶ<AE>',1031510000);
INSERT INTO international VALUES (430,'WebGUI',9,'<27>̫<B3><CCAB>X<B3>ݭ<B0><DDAD><B6>',1031510000);
INSERT INTO international VALUES (431,'WebGUI',9,'IP <20>a<A6>}',1031510000);
INSERT INTO international VALUES (432,'WebGUI',9,'<27>L<B9><4C>',1031510000);
INSERT INTO international VALUES (433,'WebGUI',9,'<27>ϥΪ̺<CEAA>',1031510000);
INSERT INTO international VALUES (434,'WebGUI',9,'<27><><AA>A',1031510000);
INSERT INTO international VALUES (435,'WebGUI',9,'<27><><B9>ܫH<DCAB><48>',1031510000);
INSERT INTO international VALUES (436,'WebGUI',9,'<27><AC><E5B1BC><A6><B9><B9><EF>',1031510000);
INSERT INTO international VALUES (437,'WebGUI',9,'<27>έp<CEAD><70><B8>T',1031510000);
INSERT INTO international VALUES (438,'WebGUI',9,'<27>z<B1><7A><AA>W<A6>r',1031510000);
INSERT INTO international VALUES (439,'WebGUI',9,'<27>ӤH<D3A4><48><B8>T',1031510000);
INSERT INTO international VALUES (440,'WebGUI',9,'<27>p<C1>t<A8><74><B8>T',1031510000);
INSERT INTO international VALUES (441,'WebGUI',9,'<27>q<B9>l<A4>l<B6><6C><A5><F3><A8>ǩI<C7A9><49><BA><F4>',1031510000);
INSERT INTO international VALUES (442,'WebGUI',9,'<27>u<A4>@<40><><B8>T',1031510000);
INSERT INTO international VALUES (443,'WebGUI',9,'<27>a<AE>x<AE><78><B8>T',1031510000);
INSERT INTO international VALUES (444,'WebGUI',9,'<27>ӤH<D3A4><48><C1>p',1031510000);
INSERT INTO international VALUES (445,'WebGUI',9,'<27>ߦn<DFA6>]<5D>m',1031510000);
INSERT INTO international VALUES (446,'WebGUI',9,'<27><><B3><E6><A6><EC><BA><F4>',1031510000);
INSERT INTO international VALUES (447,'WebGUI',9,'<27>޲z<DEB2><7A><AD><B6><AD><B1>',1031510000);
INSERT INTO international VALUES (448,'WebGUI',9,'<27><><AD><B6><AD><B1>',1031510000);
INSERT INTO international VALUES (449,'WebGUI',9,'<27>@<40><><AF><EB><B8>T',1031510000);
INSERT INTO international VALUES (450,'WebGUI',9,'<27><><B3><E6><A6>W<A6><57>',1031510000);
INSERT INTO international VALUES (451,'WebGUI',9,'<27><><A5><B2>',1031510000);
INSERT INTO international VALUES (452,'WebGUI',9,'<27>i<B6>J<A4><4A>...',1031510000);
INSERT INTO international VALUES (453,'WebGUI',9,'<27>Ыؤ<D0AB><D8A4><E9>',1031510000);
INSERT INTO international VALUES (454,'WebGUI',9,'<27>̫<B3><CCAB><E1><A7>s',1031510000);
INSERT INTO international VALUES (455,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ̸<CEAA><CCB8>T',1031510000);
INSERT INTO international VALUES (456,'WebGUI',9,'<27><><AA>^<5E>ϥΪ̦C<CCA6><43>',1031510000);
INSERT INTO international VALUES (457,'WebGUI',9,'<27>s<BD><BF>ϥΪ̱b<CCB1><62>',1031510000);
INSERT INTO international VALUES (458,'WebGUI',9,'<27>s<BD><BF>ϥΪ̲ոs',1031510000);
INSERT INTO international VALUES (459,'WebGUI',9,'<27>s<BD><BF>ϥΪ<CFA5><CEAA>ݩ<C4>',1031510000);
INSERT INTO international VALUES (460,'WebGUI',9,'<27>ɰ<AE>',1031510000);
INSERT INTO international VALUES (461,'WebGUI',9,'<27><><A4><E9><B4>榡',1031510000);
INSERT INTO international VALUES (462,'WebGUI',9,'<27>ɶ<AE><C9B6>榡',1031510000);
INSERT INTO international VALUES (463,'WebGUI',9,'<27><A4><E5A5BB><BF>J<A4>Ϧ<B0><CFA6><E6>',1031510000);
INSERT INTO international VALUES (464,'WebGUI',9,'<27><A4><E5A5BB><BF>J<A4>ϦC<CFA6><43>',1031510000);
INSERT INTO international VALUES (465,'WebGUI',9,'<27><A4>ؤj<D8A4>p',1031510000);
INSERT INTO international VALUES (466,'WebGUI',9,'<27>z<B1>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6><B9><C3>O<A7>åB<C3A5>N<B1><4E><A6><B9><C3>O<A7>U<A4>Ҧ<A9><D2A6><B3><C4>ز<A5><D8B2>ʨ<B0><CAA8>@<40><><AF><EB><C3>O<A7><4F>',1031510000);
INSERT INTO international VALUES (467,'WebGUI',9,'<27>z<B1>T<BD>w<A9>n<AD>R<A7><52><B0><A3><A6><B9><C4>ءA<D8A1>åB<C3A5>Ҧ<A9><D2A6><B3><C3><F6><A9><F3><A6><B9><C4>ت<A5><D8AA>ϥΪ̸<CEAA><CCB8>T<B0><54>',1031510000);
INSERT INTO international VALUES (469,'WebGUI',9,'ID',1031510000);
INSERT INTO international VALUES (470,'WebGUI',9,'<27>W<A6>r',1031510000);
INSERT INTO international VALUES (472,'WebGUI',9,'<27><><BC>D',1031510000);
INSERT INTO international VALUES (473,'WebGUI',9,'<27>i<A5><69>',1031510000);
INSERT INTO international VALUES (474,'WebGUI',9,'<27><><A5><B2>',1031510000);
INSERT INTO international VALUES (475,'WebGUI',9,'<27><><A4>r',1031510000);
INSERT INTO international VALUES (476,'WebGUI',9,'<27><><A4>r<A6><72>',1031510000);
INSERT INTO international VALUES (477,'WebGUI',9,'HTML <20><>',1031510000);
INSERT INTO international VALUES (478,'WebGUI',9,'URL',1031510000);
INSERT INTO international VALUES (479,'WebGUI',9,'<27><><A4><E9>',1031510000);
INSERT INTO international VALUES (480,'WebGUI',9,'<27>q<B9>l<A4>l<B6><6C><A5>a<A6>}',1031510000);
INSERT INTO international VALUES (481,'WebGUI',9,'<27>q<B9>ܸ<B8><DCB8>X',1031510000);
INSERT INTO international VALUES (482,'WebGUI',9,'<27>Ʀr (<28><><BE><E3>)',1031510000);
INSERT INTO international VALUES (483,'WebGUI',9,'<27>O<AC>Χ_',1031510000);
INSERT INTO international VALUES (484,'WebGUI',9,'<27><><BF>ܦC<DCA6><43>',1031510000);
INSERT INTO international VALUES (485,'WebGUI',9,'<27><><A5><AC><BA><B8> (<28><><BF>ܮ<BE>)',1031510000);
INSERT INTO international VALUES (486,'WebGUI',9,'<27><><BC>u<D5><75><C3><FE>',1031510000);
INSERT INTO international VALUES (487,'WebGUI',9,'<27>i<A5><69><BF><EF>',1031510000);
INSERT INTO international VALUES (488,'WebGUI',9,'<27>q<C0>{<7B><>',1031510000);
INSERT INTO international VALUES (489,'WebGUI',9,'<27>ݩ<C4><DDA9><CA>',1031510000);
INSERT INTO international VALUES (490,'WebGUI',9,'<27>W<BC>[<5B>@<40><><AD>ݩ<C4><DDA9><CA>',1031510000);
INSERT INTO international VALUES (491,'WebGUI',9,'<27>W<BC>[<5B>@<40><><AD>ݩ<C4><DDA9><CA>',1031510000);
INSERT INTO international VALUES (492,'WebGUI',9,'<27>ݩ<C4><DDA9><CA><C4>C<A6><43>',1031510000);
INSERT INTO international VALUES (493,'WebGUI',9,'<27><><AA>^<5E><><BA><F4>',1031510000);
INSERT INTO international VALUES (495,'WebGUI',9,'<27><><A4>m<B8>s<BD>边',1031510000);
INSERT INTO international VALUES (496,'WebGUI',9,'<27>ϥ<A8>',1031510000);
INSERT INTO international VALUES (494,'WebGUI',9,'Real Objects Edit-On Pro',1031510000);
INSERT INTO international VALUES (497,'WebGUI',9,'<27>}<7D>l<A9><6C><A4><E9>',1031510000);
INSERT INTO international VALUES (498,'WebGUI',9,'<27><><B5><B2><A7><F4><A4><E9>',1031510000);
INSERT INTO international VALUES (499,'WebGUI',9,'<27>ե<B2> ID',1031510000);
INSERT INTO international VALUES (500,'WebGUI',9,'<27><><AD><B6> ID',1031510000);
INSERT INTO international VALUES (514,'WebGUI',9,'<27>X<B3><58>',1031510000);
INSERT INTO international VALUES (527,'WebGUI',9,'<27>q<C0>{<7B><><AD><BA>',1031510000);
INSERT INTO international VALUES (503,'WebGUI',9,'<27>ҪO ID',1031510000);
INSERT INTO international VALUES (501,'WebGUI',9,'<27>D<A5>^',1031510000);
INSERT INTO international VALUES (528,'WebGUI',9,'<27>ҪO<D2AA>W<A6><57>',1031510000);
INSERT INTO international VALUES (468,'WebGUI',9,'<27>s<BD><73><BF>ϥΪ<CFA5><CEAA>ݩ<C4><DDA9><CA>',1031510000);
INSERT INTO international VALUES (159,'WebGUI',9,'<27><><A6><AC><A5>c',1031510000);
INSERT INTO international VALUES (508,'WebGUI',9,'<27>޲z<DEB2>ҪO',1031510000);
INSERT INTO international VALUES (39,'USS',9,'<27>o<B5><6F><AA>^<5E><>',1031510000);
INSERT INTO international VALUES (747,'WebGUI',1,'Usernames must contain only alpha-numeric characters.',1036384261);
INSERT INTO international VALUES (41,'USS',9,'<27><><A4><E9>',1031510000);
INSERT INTO international VALUES (42,'USS',9,'<27>s<BD><73><BF>^<5E><>',1031510000);
INSERT INTO international VALUES (43,'USS',9,'<27>R<A7><52><B0>^<5E><>',1031510000);
INSERT INTO international VALUES (45,'USS',9,'<27><><AA>^<5E>i<B1>K<B6><A4>t<A8><74>',1031510000);
INSERT INTO international VALUES (46,'USS',9,'<27><><A7>h...',1031510000);
INSERT INTO international VALUES (47,'USS',9,'<27>^<5E><>',1031510000);
INSERT INTO international VALUES (48,'USS',9,'<27>O<AC>_<A7><5F><A4><B9>Q<B0><51>',1031510000);
INSERT INTO international VALUES (49,'USS',9,'<27>s<BD><73><BF>W<B6><57>',1031510000);
INSERT INTO international VALUES (50,'USS',9,'<27><><A4><B9>o<B5><6F><AA><ED><AA>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (44,'USS',9,'<27><><A4><B9>޲z<DEB2><7A><AA>ϥΪ̲<CEAA>',1031510000);
INSERT INTO international VALUES (51,'USS',9,'<27><><C5>ܧַ<DCA7>',1031510000);
INSERT INTO international VALUES (52,'USS',9,'<27>ַ<A7>',1031510000);
INSERT INTO international VALUES (53,'USS',9,'<27><><A5><AC>',1031510000);
INSERT INTO international VALUES (73,'USS',1,'Submission Template',1036277524);
INSERT INTO international VALUES (57,'USS',9,'<27>^<5E><>',1031510000);
INSERT INTO international VALUES (11,'FAQ',9,'<27>O<AC>_<A7><5F><A5>} TOC ',1031510000);
INSERT INTO international VALUES (12,'FAQ',9,'<27>O<AC>_<A7><5F><A5>} Q/A ',1031510000);
INSERT INTO international VALUES (13,'FAQ',9,'<27>O<AC>_<A7><5F><A5>} [top] <20>s<B3><73>',1031510000);
INSERT INTO international VALUES (509,'WebGUI',9,'<27>Q<B0>ץ<BD><D7A5><AC>',1031510000);
INSERT INTO international VALUES (510,'WebGUI',9,'<27><><A5>Q',1031510000);
INSERT INTO international VALUES (511,'WebGUI',9,'<27>u<BD><75>',1031510000);
INSERT INTO international VALUES (512,'WebGUI',9,'<27>U<A4>@<40><><B1>u<BD><75>',1031510000);
INSERT INTO international VALUES (513,'WebGUI',9,'<27>W<A4>@<40><><B1>u<BD><75>',1031510000);
INSERT INTO international VALUES (534,'WebGUI',9,'<27>s<B7>ϥΪ̴<CEAA><CCB4><A3>',1031510000);
INSERT INTO international VALUES (354,'WebGUI',9,'<27>d<AC>ݦ<AC><DDA6><AC><A5>c',1031510000);
INSERT INTO international VALUES (531,'WebGUI',9,'<27>]<5D>A<b><3E><><A7><BE><E3AABA><AB>g</b>',1031510000);
INSERT INTO international VALUES (518,'WebGUI',9,'<27><><A6><AC><A5>c<BD><63><B4><A3>',1031510000);
INSERT INTO international VALUES (519,'WebGUI',9,'<27>ڧƱ<DAA7><C6B1>Q<B3><51><B4><A3>',1031510000);
INSERT INTO international VALUES (520,'WebGUI',9,'<27>ڧƱ<DAA7><C6B1>q<B3>L<B9>q<B9>l<A4>l<B6>󪺤覡<F3AABAA4><E8A6A1><B4><A3>',1031510000);
INSERT INTO international VALUES (521,'WebGUI',9,'<27>ڧƱ<DAA7><C6B1>q<B3>L<B9>q<B9>l<A4>l<B6><6C><A5><F3><A8>ǩI<C7A9><49><AA><A4><E8A6A1><B4><A3>',1031510000);
INSERT INTO international VALUES (522,'WebGUI',9,'<27>ڧƱ<DAA7><C6B1>q<B3>L ICQ <20><><AA><A4><E8A6A1><B4><A3>',1031510000);
INSERT INTO international VALUES (523,'WebGUI',9,'<27><><B4><A3>',1031510000);
INSERT INTO international VALUES (524,'WebGUI',9,'<27>O<AC>_<A7>W<BC>[<5B>s<BD><73><BF>W',1031510000);
INSERT INTO international VALUES (525,'WebGUI',9,'<27>s<BD><BF>e<AE>]<5D>m',1031510000);
INSERT INTO international VALUES (10,'FAQ',2,'Frage bearbeiten',1031510000);
INSERT INTO international VALUES (10,'FileManager',2,'Download\nbearbeiten',1031510000);
INSERT INTO international VALUES (10,'Article',2,'Carriage Return\nbeachten?',1031510000);
INSERT INTO international VALUES (562,'WebGUI',2,'Ausstehend',1031510000);
INSERT INTO international VALUES (9,'WebGUI',2,'Zwischenablage\nanschauen',1031510000);
INSERT INTO international VALUES (9,'SQLReport',2,'Fehler: Die DSN\nbesitzt das falsche Format.',1031510000);
INSERT INTO international VALUES (9,'Poll',2,'Abstimmung\nbearbeiten',1031510000);
INSERT INTO international VALUES (9,'MessageBoard',2,'Beitrags\nID:',1031510000);
INSERT INTO international VALUES (9,'LinkList',2,'Sind Sie sicher,\ndass Sie diesen Link l<>schen wollen?',1031510000);
INSERT INTO international VALUES (9,'FAQ',2,'Neue Frage\nhinzuf<75>gen',1031510000);
INSERT INTO international VALUES (9,'EventsCalendar',2,'bis',1031510000);
INSERT INTO international VALUES (9,'FileManager',2,'Download\nManager bearbeiten',1031510000);
INSERT INTO international VALUES (9,'Article',2,'Dateianhang',1031510000);
INSERT INTO international VALUES (8,'WebGUI',2,'\"Seite nicht\ngefunden\" anschauen',1031510000);
INSERT INTO international VALUES (561,'WebGUI',2,'Verboten',1031510000);
INSERT INTO international VALUES (8,'SQLReport',2,'SQL Bericht\nbearbeiten',1031510000);
INSERT INTO international VALUES (8,'Poll',2,'(Eine Antwort pro\nZeile. Bitte nicht mehr als 20 verschiedene Antworten)',1031510000);
INSERT INTO international VALUES (8,'MessageBoard',2,'Datum:',1031510000);
INSERT INTO international VALUES (8,'LinkList',2,'URL',1031510000);
INSERT INTO international VALUES (8,'FAQ',2,'F.A.Q. bearbeiten',1031510000);
INSERT INTO international VALUES (8,'EventsCalendar',2,'Wiederholt\nsich',1031510000);
INSERT INTO international VALUES (8,'FileManager',2,'Kurze\nBeschreibung',1031510000);
INSERT INTO international VALUES (7,'WebGUI',2,'Benutzer\nverwalten',1031510000);
INSERT INTO international VALUES (8,'Article',2,'Link URL',1031510000);
INSERT INTO international VALUES (560,'WebGUI',2,'Erlaubt',1031510000);
INSERT INTO international VALUES (7,'SQLReport',2,'Datenbankpasswort',1031510000);
INSERT INTO international VALUES (7,'Poll',2,'Antworten',1031510000);
INSERT INTO international VALUES (7,'MessageBoard',2,'Autor:',1031510000);
INSERT INTO international VALUES (7,'FAQ',2,'Sind Sie sicher, dass\nSie diese Frage l<>schen wollen?',1031510000);
INSERT INTO international VALUES (7,'FileManager',2,'Gruppe,\ndie Download benutzen kann',1031510000);
INSERT INTO international VALUES (7,'Article',2,'Link Titel',1031510000);
INSERT INTO international VALUES (6,'WebGUI',2,'Stile verwalten',1031510000);
INSERT INTO international VALUES (6,'USS',2,'Beitr<74>ge\npro Seite',1031510000);
INSERT INTO international VALUES (6,'SyndicatedContent',2,'Aktueller Inhalt',1031510000);
INSERT INTO international VALUES (6,'SQLReport',2,'Datenbankbenutzer',1031510000);
INSERT INTO international VALUES (6,'SiteMap',2,'Zweck',1031510000);
INSERT INTO international VALUES (6,'MessageBoard',2,'Diskussionsforum bearbeiten',1031510000);
INSERT INTO international VALUES (6,'Poll',2,'Frage',1031510000);
INSERT INTO international VALUES (6,'LinkList',2,'Link Liste',1031510000);
INSERT INTO international VALUES (6,'FAQ',2,'Antwort',1031510000);
INSERT INTO international VALUES (6,'ExtraColumn',2,'Extra Spalte\nbearbeiten',1031510000);
INSERT INTO international VALUES (701,'WebGUI',2,'Woche',1031510000);
INSERT INTO international VALUES (6,'FileManager',2,'Dateiname',1031510000);
INSERT INTO international VALUES (6,'Article',2,'Bild',1031510000);
INSERT INTO international VALUES (5,'WebGUI',2,'Gruppen\nverwalten',1031510000);
INSERT INTO international VALUES (5,'USS',2,'Ihr Beitrag\nwurde abgelehnt.',1031510000);
INSERT INTO international VALUES (5,'SyndicatedContent',2,'zuletzt\ngeholt',1031510000);
INSERT INTO international VALUES (5,'SQLReport',2,'DSN (Data Source\nName)',1031510000);
INSERT INTO international VALUES (5,'SiteMap',2,'Site Map\nbearbeiten',1031510000);
INSERT INTO international VALUES (5,'Poll',2,'Breite der Grafik',1031510000);
INSERT INTO international VALUES (566,'WebGUI',2,'Timeout zum\nbearbeiten',1031510000);
INSERT INTO international VALUES (5,'Item',2,'Anhang\nherunterladen',1031510000);
INSERT INTO international VALUES (5,'FAQ',2,'Frage',1031510000);
INSERT INTO international VALUES (5,'ExtraColumn',2,'StyleSheet\nClass',1031510000);
INSERT INTO international VALUES (700,'WebGUI',2,'Tag',1031510000);
INSERT INTO international VALUES (5,'FileManager',2,'Dateititel',1031510000);
INSERT INTO international VALUES (4,'WebGUI',2,'Einstellungen\nverwalten',1031510000);
INSERT INTO international VALUES (4,'USS',2,'Ihr Betrag\nwurde angenommen.',1031510000);
INSERT INTO international VALUES (4,'SQLReport',2,'Abfrage',1031510000);
INSERT INTO international VALUES (4,'SyndicatedContent',2,'Clipping-Dienst bearbeiten',1031510000);
INSERT INTO international VALUES (4,'SiteMap',2,'Tiefe',1031510000);
INSERT INTO international VALUES (4,'Poll',2,'Wer kann\nabstimmen?',1031510000);
INSERT INTO international VALUES (4,'Item',2,'Kleiner Artikel',1031510000);
INSERT INTO international VALUES (4,'MessageBoard',2,'Beitr<74>ge pro\nSeite',1031510000);
INSERT INTO international VALUES (4,'ExtraColumn',2,'Breite',1031510000);
INSERT INTO international VALUES (4,'EventsCalendar',2,'Einmaliges\nEreignis',1031510000);
INSERT INTO international VALUES (4,'Article',2,'Ende Datum',1031510000);
INSERT INTO international VALUES (3,'WebGUI',2,'Aus Zwischenablage\neinf<6E>gen...',1031510000);
INSERT INTO international VALUES (3,'USS',2,'Sie sollten\neinen neuen Beitrag genehmigen.',1031510000);
INSERT INTO international VALUES (3,'SQLReport',2,'Schablone',1031510000);
INSERT INTO international VALUES (3,'SiteMap',2,'Auf dieser Ebene\nStarten?',1031510000);
INSERT INTO international VALUES (3,'Poll',2,'Aktiv',1031510000);
INSERT INTO international VALUES (564,'WebGUI',2,'Wer kann\nBeitr<74>ge schreiben?',1031510000);
INSERT INTO international VALUES (3,'LinkList',2,'In neuem Fenster\n<>ffnen?',1031510000);
INSERT INTO international VALUES (3,'Item',2,'Anhang l<>schen',1031510000);
INSERT INTO international VALUES (3,'ExtraColumn',2,'Platzhalter',1031510000);
INSERT INTO international VALUES (3,'FileManager',2,'Fortfahren\ndie Datei hinzuzuf<75>gen?',1031510000);
INSERT INTO international VALUES (3,'Article',2,'Start Datum',1031510000);
INSERT INTO international VALUES (2,'WebGUI',2,'Seite',1031510000);
INSERT INTO international VALUES (2,'USS',2,'Wer kann\nBeitr<74>ge schreiben?',1031510000);
INSERT INTO international VALUES (2,'SyndicatedContent',2,'Clipping-Dienst',1031510000);
INSERT INTO international VALUES (2,'SiteMap',2,'Site\nMap/<2F>bersicht',1031510000);
INSERT INTO international VALUES (2,'FAQ',2,'F.A.Q.',1031510000);
INSERT INTO international VALUES (2,'Item',2,'Anhang',1031510000);
INSERT INTO international VALUES (2,'MessageBoard',2,'Diskussionsforum',1031510000);
INSERT INTO international VALUES (2,'EventsCalendar',2,'Veranstaltungskalender',1031510000);
INSERT INTO international VALUES (1,'WebGUI',2,'Inhalt\nhinzuf<75>gen...',1031510000);
INSERT INTO international VALUES (1,'SyndicatedContent',2,'URL zur\nRSS-Datei',1031510000);
INSERT INTO international VALUES (1,'USS',2,'Wer kann\ngenehmigen?',1031510000);
INSERT INTO international VALUES (1,'SQLReport',2,'SQL Bericht',1031510000);
INSERT INTO international VALUES (1,'Poll',2,'Abstimmung',1031510000);
INSERT INTO international VALUES (1,'Item',2,'Link URL',1031510000);
INSERT INTO international VALUES (1,'ExtraColumn',2,'Extra\nSpalte',1031510000);
INSERT INTO international VALUES (87,'EventsCalendar',1,'Show 9 months from start.',1038190626);
INSERT INTO international VALUES (1,'FileManager',2,'Download\nManager',1031510000);
INSERT INTO international VALUES (1,'Article',2,'Artikel',1031510000);
INSERT INTO international VALUES (395,'WebGUI',2,'Neue Grafik\nhinzuf<75>gen.',1031510000);
INSERT INTO international VALUES (722,'WebGUI',10,'ID',1036855613);
INSERT INTO international VALUES (398,'WebGUI',2,'Dokumententyp\nBeschreibung',1031510000);
INSERT INTO international VALUES (399,'WebGUI',2,'Diese Seite\n<>berpr<70>fen.',1031510000);
INSERT INTO international VALUES (400,'WebGUI',2,'Caching\nverhindern',1031510000);
INSERT INTO international VALUES (401,'WebGUI',2,'Sind Sie sicher,\ndass Sie diese Nachrichten und alle darunterliegenden l<>schen wollen?',1031510000);
INSERT INTO international VALUES (402,'WebGUI',2,'Die Nachricht die\nsie abfragen wollten existiert leider nicht.',1031510000);
INSERT INTO international VALUES (403,'WebGUI',2,'Ich teile es\nlieber nicht mit.',1031510000);
INSERT INTO international VALUES (404,'WebGUI',2,'Erste Seite',1031510000);
INSERT INTO international VALUES (405,'WebGUI',2,'Letzte Seite',1031510000);
INSERT INTO international VALUES (406,'WebGUI',2,'Gr<47><72>e der kleinen\nBilder',1031510000);
INSERT INTO international VALUES (407,'WebGUI',2,'Klicken Sie hier,\num sich zu registrieren',1031510000);
INSERT INTO international VALUES (408,'WebGUI',2,'Startseiten\nbearbeiten',1031510000);
INSERT INTO international VALUES (409,'WebGUI',2,'Neue Startseite\nanlegen',1031510000);
INSERT INTO international VALUES (410,'WebGUI',2,'Startseiten\nbearbeiten',1031510000);
INSERT INTO international VALUES (411,'WebGUI',2,'Men<65> Titel',1031510000);
INSERT INTO international VALUES (412,'WebGUI',2,'Synopse',1031510000);
INSERT INTO international VALUES (416,'WebGUI',2,'<h1>Abfrageproblem</h1> Ihre Anfrage macht dem\nSystem Probleme. Bitte bet<65>tigen Sie den Zur<75>ckbutton im Browser und\nversuchen Sie es nochmal. Sollte dieses Problem weiterbestehen, teilen Sie\nuns bitte mit, was Sie wo im System wann gemacht haben.',1031510000);
INSERT INTO international VALUES (417,'WebGUI',2,'<h1>Sicherheitsversto<74></h1> Sie haben versucht\nauf einen Systemteil zuzugreifen, der Ihnen nicht erlaubt ist. Der Versto<74>\nwurde gemeldet.',1031510000);
INSERT INTO international VALUES (418,'WebGUI',2,'HTML filtern',1031510000);
INSERT INTO international VALUES (419,'WebGUI',2,'Alle\nBeschreibungselemente entfernen',1031510000);
INSERT INTO international VALUES (420,'WebGUI',2,'Nicht\nver<65>ndern',1031510000);
INSERT INTO international VALUES (421,'WebGUI',2,'Nur einfache\nFormatierungen beibehalten',1031510000);
INSERT INTO international VALUES (422,'WebGUI',2,'<h1>Anmeldung ist\nfehlgeschlagen!</h1> Die eingegebenen Zugansdaten stimmen mit keinen\nBenutzerdaten <20>berein.',1031510000);
INSERT INTO international VALUES (423,'WebGUI',2,'Aktive Sitzungen\nanschauen',1031510000);
INSERT INTO international VALUES (424,'WebGUI',2,'Anmeldungshistorie anschauen',1031510000);
INSERT INTO international VALUES (425,'WebGUI',2,'Aktive\nSitzungen',1031510000);
INSERT INTO international VALUES (426,'WebGUI',2,'Anmeldungshistorie',1031510000);
INSERT INTO international VALUES (427,'WebGUI',2,'Stile',1031510000);
INSERT INTO international VALUES (428,'WebGUI',2,'Benutzername',1031510000);
INSERT INTO international VALUES (429,'WebGUI',2,'Anmeldungszeit',1031510000);
INSERT INTO international VALUES (430,'WebGUI',2,'Seite wurde das\nletzte mal angeschaut',1031510000);
INSERT INTO international VALUES (431,'WebGUI',2,'IP Adresse',1031510000);
INSERT INTO international VALUES (432,'WebGUI',2,'l<>uft ab',1031510000);
INSERT INTO international VALUES (434,'WebGUI',2,'Status',1031510000);
INSERT INTO international VALUES (435,'WebGUI',2,'Sitzungssignatur',1031510000);
INSERT INTO international VALUES (436,'WebGUI',2,'Sitzung\nbeenden',1031510000);
INSERT INTO international VALUES (437,'WebGUI',2,'Statistiken',1031510000);
INSERT INTO international VALUES (438,'WebGUI',2,'Ihr Name',1031510000);
INSERT INTO international VALUES (51,'USS',2,'Bildvorschau anzeigen?',1031510000);
INSERT INTO international VALUES (1,'Product',2,'Produkt',1031510000);
INSERT INTO international VALUES (10,'MailForm',2,'Von',1031510000);
INSERT INTO international VALUES (10,'Product',2,'Preis',1031510000);
INSERT INTO international VALUES (11,'FAQ',2,'Inhaltsverzeichnis einschalten?',1031510000);
INSERT INTO international VALUES (11,'MailForm',2,'senden an (Email, Benutzername oder Gruppenname)',1031510000);
INSERT INTO international VALUES (11,'Product',2,'Produktnummer',1031510000);
INSERT INTO international VALUES (12,'FAQ',2,'Frage/Antwort einschalten?',1031510000);
INSERT INTO international VALUES (12,'MailForm',2,'Kopie',1031510000);
INSERT INTO international VALUES (728,'WebGUI',2,'Sind Sie sicher, da<64> Sie diese Datei l<>schen wollen?',1031510000);
INSERT INTO international VALUES (13,'FAQ',2,'[top] Link einschalten?',1031510000);
INSERT INTO international VALUES (13,'MailForm',2,'Blindkopie',1031510000);
INSERT INTO international VALUES (13,'Product',2,'Brosch<63>re',1031510000);
INSERT INTO international VALUES (14,'MailForm',2,'Betreff',1031510000);
INSERT INTO international VALUES (15,'MailForm',2,'Mehr Felder hinzuf<75>gen?',1031510000);
INSERT INTO international VALUES (15,'Product',2,'Garantie',1031510000);
INSERT INTO international VALUES (9,'MailForm',2,'Feld hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (8,'MailForm',2,'Breite',1031510000);
INSERT INTO international VALUES (1,'MailForm',2,'Mail Vorlage',1031510000);
INSERT INTO international VALUES (16,'MailForm',2,'Wissen',1031510000);
INSERT INTO international VALUES (17,'MailForm',2,'E-mail wurde gesendet',1031510000);
INSERT INTO international VALUES (463,'WebGUI',2,'Zeilen des Textfeldes',1031510000);
INSERT INTO international VALUES (462,'WebGUI',2,'Zeitformat',1031510000);
INSERT INTO international VALUES (461,'WebGUI',2,'Format des Datums',1031510000);
INSERT INTO international VALUES (460,'WebGUI',2,'Zeitabweichung',1031510000);
INSERT INTO international VALUES (46,'USS',2,'Lesen Sie mehr...',1031510000);
INSERT INTO international VALUES (46,'Product',2,'Produkt (verwandt), hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (459,'WebGUI',2,'Das Profil dieses Benutzers bearbeiten.',1031510000);
INSERT INTO international VALUES (458,'WebGUI',2,'Gruppen dieses Benuzters bearbeiten',1031510000);
INSERT INTO international VALUES (457,'WebGUI',2,'Konto des Benutzers bearbeiten',1031510000);
INSERT INTO international VALUES (456,'WebGUI',2,'zur<75>ck zur Benutzer<65>bersicht',1031510000);
INSERT INTO international VALUES (455,'WebGUI',2,'Profil des Benutzers bearbeiten',1031510000);
INSERT INTO international VALUES (454,'WebGUI',2,'letztes Update',1031510000);
INSERT INTO international VALUES (453,'WebGUI',2,'Erstelldatum',1031510000);
INSERT INTO international VALUES (452,'WebGUI',2,'Bitte warten...',1031510000);
INSERT INTO international VALUES (451,'WebGUI',2,'ist erforderlich.',1031510000);
INSERT INTO international VALUES (450,'WebGUI',2,'Firmenname',1031510000);
INSERT INTO international VALUES (45,'USS',2,'zur<75>ck zur Submission',1031510000);
INSERT INTO international VALUES (449,'WebGUI',2,'sonstige Informationen',1031510000);
INSERT INTO international VALUES (448,'WebGUI',2,'Baumstruktur der Seite',1031510000);
INSERT INTO international VALUES (447,'WebGUI',2,'Baumstruktur der Seite verwalten',1031510000);
INSERT INTO international VALUES (445,'WebGUI',2,'Pr<50>ferenzen',1031510000);
INSERT INTO international VALUES (444,'WebGUI',2,'demografische Informationen',1031510000);
INSERT INTO international VALUES (439,'WebGUI',2,'pers<72>nliche Informationen',1031510000);
INSERT INTO international VALUES (39,'USS',2,'Antwort schreiben',1031510000);
INSERT INTO international VALUES (4,'MailForm',2,'unsichtbar',1031510000);
INSERT INTO international VALUES (40,'Product',2,'Produkteigenschaft hinzu<7A>gen/bearbeiten',1031510000);
INSERT INTO international VALUES (41,'USS',2,'Datum',1031510000);
INSERT INTO international VALUES (18,'MailForm',2,'Zur<75>ck!',1031510000);
INSERT INTO international VALUES (21,'Product',2,'Add another related product?',1031510000);
INSERT INTO international VALUES (8,'Product',2,'Produktgrafik 3',1031510000);
INSERT INTO international VALUES (78,'EventsCalendar',2,'L<>schen Sie nichts, ich habe einen Fehler verursacht.',1031510000);
INSERT INTO international VALUES (73,'LinkList',2,'Title\r\nThe text that will be linked. \r\nURL\r\nThe web site to link to. \r\n\r\nOpen in new window?\r\nSelect yes if you\'d like this link to pop-up into a new window. \r\n\r\nDescription\r\nDescribe the site you\'re linking to. You can omit this if you\'d like. \r\n\r\nProceed to add link? If you have another link to add, select \"Yes\". \r\n',1031510000);
INSERT INTO international VALUES (76,'EventsCalendar',2,'Nur dieses Ereignis l<>schen',1031510000);
INSERT INTO international VALUES (77,'EventsCalendar',2,'Dieses Ereignis und alle Wiederholungen l<>schen.',1031510000);
INSERT INTO international VALUES (75,'EventsCalendar',2,'Was m<>chten Sie gerne tun?',1031510000);
INSERT INTO international VALUES (61,'MailForm',21,'<27><><E6><CF><D2> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1035370234);
INSERT INTO international VALUES (72,'Poll',2,'Antworten zuf<75>llig anordnen?',1031510000);
INSERT INTO international VALUES (72,'LinkList',2,'Link hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (72,'FAQ',2,'Frage hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (72,'EventsCalendar',2,'Ereignis hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (72,'FileManager',2,'Download hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (717,'WebGUI',2,'Abmelden',1031510000);
INSERT INTO international VALUES (716,'WebGUI',2,'Anmelden',1031510000);
INSERT INTO international VALUES (715,'WebGUI',2,'Redirect URL',1031510000);
INSERT INTO international VALUES (710,'WebGUI',2,'privilegierte Einstellungen bearbeiten',1031510000);
INSERT INTO international VALUES (27,'Product',2,'Spezifikation',1031510000);
INSERT INTO international VALUES (26,'Product',2,'Label',1031510000);
INSERT INTO international VALUES (25,'Product',2,'Spezifikation bearbeiten',1031510000);
INSERT INTO international VALUES (25,'MailForm',2,'Standartwert (optional)',1031510000);
INSERT INTO international VALUES (24,'Product',2,'Ein weitere Eigenschaft hinzuf<75>gen?',1031510000);
INSERT INTO international VALUES (2,'WobjectProxy',2,'Wobject Proxy bearbeiten',1031510000);
INSERT INTO international VALUES (26,'MailForm',2,'Eintragungen speichern?',1031510000);
INSERT INTO international VALUES (24,'MailForm',2,'M<>gliche Werte der Drop-Down Box',1031510000);
INSERT INTO international VALUES (23,'Product',2,'Eigenschaft',1031510000);
INSERT INTO international VALUES (23,'MailForm',2,'Art',1031510000);
INSERT INTO international VALUES (22,'Product',2,'Eigenschaft bearbeiten',1031510000);
INSERT INTO international VALUES (22,'MailForm',2,'Status',1031510000);
INSERT INTO international VALUES (21,'MailForm',2,'Feldname',1031510000);
INSERT INTO international VALUES (92,'EventsCalendar',1,'Previous Event',1038202281);
INSERT INTO international VALUES (20,'Product',2,'<27>hnliches Produkt',1031510000);
INSERT INTO international VALUES (20,'MailForm',2,'Feld bearbeiten',1031510000);
INSERT INTO international VALUES (2,'MailForm',2,'Hier Betreff ihrer Email eingeben',1031510000);
INSERT INTO international VALUES (14,'Product',2,'Handbuch',1031510000);
INSERT INTO international VALUES (20,'EventsCalendar',2,'ein Ereignis hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (19,'Product',2,'<27>hnliches produkt hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (19,'MailForm',2,'Sind Sie sich sicher, dass Sie dieses Feld l<>schen m<>chten?',1031510000);
INSERT INTO international VALUES (520,'WebGUI',2,'Ich m<>chte gern per Email benachrichtigt werden.',1031510000);
INSERT INTO international VALUES (52,'Product',2,'Einen weiteren Gewinn (benefit) hinzuf<75>gen?',1031510000);
INSERT INTO international VALUES (519,'WebGUI',2,'Ich m<>chte nicht benachrichtigt werden.',1031510000);
INSERT INTO international VALUES (517,'WebGUI',2,'Administrationsmodus ausschalten!',1031510000);
INSERT INTO international VALUES (516,'WebGUI',2,'Administrationsmodus einschalten!',1031510000);
INSERT INTO international VALUES (514,'WebGUI',2,'Ansichten (views)',1031510000);
INSERT INTO international VALUES (51,'Product',2,'Gewinn (benefit)',1031510000);
INSERT INTO international VALUES (508,'WebGUI',2,'Vorlagen verwalten',1031510000);
INSERT INTO international VALUES (507,'WebGUI',2,'Vorlage bearbeiten',1031510000);
INSERT INTO international VALUES (506,'WebGUI',2,'Vorlagen verwalten',1031510000);
INSERT INTO international VALUES (505,'WebGUI',2,'neue Vorlage hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (504,'WebGUI',2,'Vorlage',1031510000);
INSERT INTO international VALUES (503,'WebGUI',2,'ID der Vorlage',1031510000);
INSERT INTO international VALUES (502,'WebGUI',2,'Sind Sie sich sicher, dass Sie diese Vorlage l<>schen m<>chten und alle Seiten, die diese Vorlage benutzen somit auf die Standartvorlage setzen?',1031510000);
INSERT INTO international VALUES (500,'WebGUI',2,'ID der Seite',1031510000);
INSERT INTO international VALUES (5,'Product',2,'Sind Sie sich sicher, dass Sie diese Spezifikation l<>schen m<>chten?',1031510000);
INSERT INTO international VALUES (5,'MailForm',2,'Displayed',1031510000);
INSERT INTO international VALUES (499,'WebGUI',2,'Wobject ID',1031510000);
INSERT INTO international VALUES (498,'WebGUI',2,'Enddatum',1031510000);
INSERT INTO international VALUES (497,'WebGUI',2,'Anfangsdatum',1031510000);
INSERT INTO international VALUES (493,'WebGUI',2,'Zur<75>ck zur Seite.',1031510000);
INSERT INTO international VALUES (49,'Product',2,'Produktgewinn (benefit) hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (488,'WebGUI',2,'Standartwert(e)',1031510000);
INSERT INTO international VALUES (487,'WebGUI',2,'m<>gliche Werte',1031510000);
INSERT INTO international VALUES (486,'WebGUI',2,'Datentyp',1031510000);
INSERT INTO international VALUES (483,'WebGUI',2,'Ja oder Nein',1031510000);
INSERT INTO international VALUES (482,'WebGUI',2,'Zahl (Integer)',1031510000);
INSERT INTO international VALUES (481,'WebGUI',2,'Telefonnummer',1031510000);
INSERT INTO international VALUES (480,'WebGUI',2,'Emailadresse',1031510000);
INSERT INTO international VALUES (48,'USS',2,'Diskussion zulassen?',1031510000);
INSERT INTO international VALUES (48,'Product',2,'Sind Sie sich sicher, dass Sie diesen Gewinn (benefit) l<>schen m<>chten? Er kann, wenn er einmal gel<65>scht wurde, nicht mehr wiederhergestellt werden.',1031510000);
INSERT INTO international VALUES (479,'WebGUI',2,'Datum',1031510000);
INSERT INTO international VALUES (478,'WebGUI',2,'URL',1031510000);
INSERT INTO international VALUES (477,'WebGUI',2,'HTML Bereich',1031510000);
INSERT INTO international VALUES (476,'WebGUI',2,'Textfeld',1031510000);
INSERT INTO international VALUES (475,'WebGUI',2,'Text',1031510000);
INSERT INTO international VALUES (474,'WebGUI',2,'Erforderlich?',1031510000);
INSERT INTO international VALUES (473,'WebGUI',2,'sichtbar?',1031510000);
INSERT INTO international VALUES (472,'WebGUI',2,'Label',1031510000);
INSERT INTO international VALUES (471,'WebGUI',2,'Benutzerprofilfeld bearbeiten',1031510000);
INSERT INTO international VALUES (470,'WebGUI',2,'Name',1031510000);
INSERT INTO international VALUES (47,'USS',2,'eine Antwort schreiben',1031510000);
INSERT INTO international VALUES (469,'WebGUI',2,'Id',1031510000);
INSERT INTO international VALUES (467,'WebGUI',2,'Sind Sie sich sicher, dass Sie dieses Feld und alle daraufbezogenen Benutzerdaten l<>schen m<>chten?',1031510000);
INSERT INTO international VALUES (466,'WebGUI',2,'Sind sie sich sicher, dass Sie diese Kategorie l<>schen m<>chten und alle ihre Felder in die Kategorie \'sonstiges\' verschieben m<>chten?',1031510000);
INSERT INTO international VALUES (465,'WebGUI',2,'Gr<47><72>e der Textbox',1031510000);
INSERT INTO international VALUES (464,'WebGUI',2,'Spalten des Textfeldes',1031510000);
INSERT INTO international VALUES (52,'Survey',1,'Score',1037506007);
INSERT INTO international VALUES (51,'Survey',1,'Comments?',1037499470);
INSERT INTO international VALUES (50,'Survey',1,'Next',1037499410);
INSERT INTO international VALUES (49,'Survey',1,'You may not take this quiz at this time.',1037499363);
INSERT INTO international VALUES (696,'WebGUI',2,'M<>lleimer leeren',1031510000);
INSERT INTO international VALUES (684,'WebGUI',2,'Vorlagen hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (683,'WebGUI',2,'Vorlagen verwalten',1031510000);
INSERT INTO international VALUES (682,'WebGUI',2,'Benutzerpofil bearbeiten',1031510000);
INSERT INTO international VALUES (681,'WebGUI',2,'Packages, Creating',1031510000);
INSERT INTO international VALUES (680,'WebGUI',2,'\'Package\' hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (58,'Survey',1,'Statistical Overview',1037556179);
INSERT INTO international VALUES (679,'WebGUI',2,'inhaltliche Einstellungen bearbeiten',1031510000);
INSERT INTO international VALUES (677,'WebGUI',2,'Wobject hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (708,'WebGUI',2,'Sondereinstellungen verwalten',1031510000);
INSERT INTO international VALUES (706,'WebGUI',2,'Stunde(n)',1031510000);
INSERT INTO international VALUES (707,'WebGUI',2,'Fehlersuche anzeigen?',1031510000);
INSERT INTO international VALUES (699,'WebGUI',2,'Erster Tag der Woche',1031510000);
INSERT INTO international VALUES (702,'WebGUI',2,'Monat(e)',1031510000);
INSERT INTO international VALUES (703,'WebGUI',2,'Jahr(e)',1031510000);
INSERT INTO international VALUES (704,'WebGUI',2,'Sekunde(n)',1031510000);
INSERT INTO international VALUES (7,'MailForm',2,'Emailformular bearbeiten',1031510000);
INSERT INTO international VALUES (685,'WebGUI',2,'Vorlage l<>schen',1031510000);
INSERT INTO international VALUES (678,'WebGUI',2,'Hauptverzeichns verwalten',1031510000);
INSERT INTO international VALUES (73,'Survey',1,'Delete all the responses.',1037573893);
INSERT INTO international VALUES (675,'WebGUI',2,'Suchmaschine benutzen',1031510000);
INSERT INTO international VALUES (674,'WebGUI',2,'sonstige Einstellungen bearbeiten',1031510000);
INSERT INTO international VALUES (672,'WebGUI',2,'Profileinstellungen bearbeiten',1031510000);
INSERT INTO international VALUES (669,'WebGUI',2,'Makros verwenden',1031510000);
INSERT INTO international VALUES (668,'WebGUI',2,'\'Style Sheets\' verwenden',1031510000);
INSERT INTO international VALUES (697,'WebGUI',2,'\'Karma\' verwenden',1031510000);
INSERT INTO international VALUES (670,'WebGUI',2,'Grafik hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (666,'WebGUI',2,'Gestaltung hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (665,'WebGUI',2,'Gruppe l<>schen',1031510000);
INSERT INTO international VALUES (662,'WebGUI',2,'Einstellungen verwalten',1031510000);
INSERT INTO international VALUES (663,'WebGUI',2,'Email-Einstellungen bearbeiten',1031510000);
INSERT INTO international VALUES (705,'WebGUI',2,'Minute(n)',1031510000);
INSERT INTO international VALUES (661,'WebGUI',2,'DateiEinstellungen bearbeiten',1031510000);
INSERT INTO international VALUES (659,'WebGUI',2,'Gestaltungen verwalten',1031510000);
INSERT INTO international VALUES (658,'WebGUI',2,'Benutzer verwalten',1031510000);
INSERT INTO international VALUES (660,'WebGUI',2,'Gruppen verwalten',1031510000);
INSERT INTO international VALUES (655,'WebGUI',2,'Benutzer hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (652,'WebGUI',2,'Benutzereinstelungen bearbeiten',1031510000);
INSERT INTO international VALUES (671,'WebGUI',2,'Wobjects benutzen',1031510000);
INSERT INTO international VALUES (657,'WebGUI',2,'Benutzer l<>schen',1031510000);
INSERT INTO international VALUES (667,'WebGUI',2,'Gruppe hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (653,'WebGUI',2,'Seite l<>schen',1031510000);
INSERT INTO international VALUES (656,'WebGUI',2,'Informationen <20>ber das Unternehemen bearbeiten',1031510000);
INSERT INTO international VALUES (651,'WebGUI',2,'Falls Sie Ihren M<>lleimer leeren, werden alle Posten darin unwiderruflich gel<65>scht. Wenn Sie sich <20>ber einige Posten nicht sicher sind, w<>re es am besten, sie mittels \'ausschneiden\' in die Zwischenablage zu legen bevor Sie den M<>lleimer leeren.',1031510000);
INSERT INTO international VALUES (664,'WebGUI',2,'Wobject l<>schen',1031510000);
INSERT INTO international VALUES (640,'WebGUI',2,'Es ist nicht sinnvoll Vorlagen zu l<>schen, da man nie wei<65>, welche ung<6E>nstige Auswirkung es auf die Seite haben kann (manche Seiten nutzen diese Vorlage eventuell noch). Wenn Sie eine Vorlage l<>schen, werden alle Seiten, die diese Vorlage noch benutzen, auf die Standardcorlage gesetzt.',1031510000);
INSERT INTO international VALUES (7,'Product',2,'Produktgrafik 3',1031510000);
INSERT INTO international VALUES (526,'WebGUI',2,'nur JavaScript entfernen',1031510000);
INSERT INTO international VALUES (578,'WebGUI',10,'Du har afventende meddelelser der skal godkendes.',1037205157);
INSERT INTO international VALUES (552,'WebGUI',2,'Ausstehend',1031510000);
INSERT INTO international VALUES (551,'WebGUI',2,'Notiz/Bemerkung',1031510000);
INSERT INTO international VALUES (542,'WebGUI',2,'Vorhergerige(r)',1031510000);
INSERT INTO international VALUES (55,'Product',2,'Gewinn (benefit) hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (539,'WebGUI',2,'\'Karma\' aktivieren?',1031510000);
INSERT INTO international VALUES (575,'WebGUI',10,'Redig<69>r',1037205114);
INSERT INTO international VALUES (660,'WebGUI',10,'Grupper, H<>ndter',1036856312);
INSERT INTO international VALUES (535,'WebGUI',2,'Group To Alert On New User',1031510000);
INSERT INTO international VALUES (534,'WebGUI',2,'Bei neuem Benutzer benachrichtigen?',1031510000);
INSERT INTO international VALUES (536,'WebGUI',2,'Ein neuer Nebutzer mit dem Namen ^@, hat die Seite betreten',1031510000);
INSERT INTO international VALUES (2,'WobjectProxy',10,'Redig<69>r Wobject Proxy',1036856135);
INSERT INTO international VALUES (543,'WebGUI',2,'neue Gruppe von Bildern hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (541,'WebGUI',2,'Karma Per Post',1031510000);
INSERT INTO international VALUES (537,'WebGUI',2,'Karma',1031510000);
INSERT INTO international VALUES (540,'WebGUI',2,'Karma Per Login',1031510000);
INSERT INTO international VALUES (54,'Product',2,'Gewinne (benefits)',1031510000);
INSERT INTO international VALUES (533,'WebGUI',2,'ohne die W<>rter',1031510000);
INSERT INTO international VALUES (525,'WebGUI',2,'inhaltliche Einstellungen bearbeiten',1031510000);
INSERT INTO international VALUES (522,'WebGUI',2,'Ich m<>chte <20>ber ICQ benachrichtigt werden.',1031510000);
INSERT INTO international VALUES (527,'WebGUI',2,'Standard Startseite',1031510000);
INSERT INTO international VALUES (528,'WebGUI',2,'Name der Vorlage',1031510000);
INSERT INTO international VALUES (523,'WebGUI',2,'Benachrichtigung',1031510000);
INSERT INTO international VALUES (38,'Product',2,'Produkt hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (532,'WebGUI',2,'mit mindestens einem der W<>rter',1031510000);
INSERT INTO international VALUES (36,'Product',2,'Zubeh<65>r hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (531,'WebGUI',2,'mit genau dem Satz',1031510000);
INSERT INTO international VALUES (530,'WebGUI',2,'mit all diesen W<>rtern',1031510000);
INSERT INTO international VALUES (433,'WebGUI',2,'Benutzeragent',1031510000);
INSERT INTO international VALUES (53,'USS',2,'Layout',1031510000);
INSERT INTO international VALUES (31,'Product',2,'Spezifikationen',1031510000);
INSERT INTO international VALUES (53,'Product',2,'Gewinn (benefit) bearbeiten',1031510000);
INSERT INTO international VALUES (30,'Product',2,'Eigenschaften',1031510000);
INSERT INTO international VALUES (3,'MailForm',2,'Vielen Dank f<>r Ihren Beitrag!',1031510000);
INSERT INTO international VALUES (29,'Product',2,'Einheiten',1031510000);
INSERT INTO international VALUES (28,'Product',2,'Eine weitere Spezifikation hinzuf<75>gen?',1031510000);
INSERT INTO international VALUES (3,'Product',2,'Sind Sie sich sicher, dass Sie diese Eigenschaft l<>schen m<>chten?',1031510000);
INSERT INTO international VALUES (32,'Product',2,'Zubeh<65>r',1031510000);
INSERT INTO international VALUES (33,'Product',2,'Verwandte Produkte',1031510000);
INSERT INTO international VALUES (34,'Product',2,'Eine Eigenschaft hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (61,'USS',2,'Benutzerbeitragssystem hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'SiteMap',2,'Site Map/<2F>bersicht hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'SQLReport',2,'SQL Bericht hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'Product',2,'Produktvorlage',1031510000);
INSERT INTO international VALUES (61,'Poll',2,'Abstimmung hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'MessageBoard',2,'\'Diskussionsforum\' hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'LinkList',2,'Linkliste hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'Item',2,'Posten hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'FAQ',2,'FAQ hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'ExtraColumn',2,'zus<75>tzliche Spalte hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'EventsCalendar',2,'Ereigniskalender hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'FileManager',2,'Download Manager hinzuf<75>gen/bearebiten',1031510000);
INSERT INTO international VALUES (61,'Article',2,'Artikel hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (61,'MailForm',2,'Emailformular hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (60,'Product',2,'Vorlage',1031510000);
INSERT INTO international VALUES (6,'Product',2,'Produkt bearbeiten',1031510000);
INSERT INTO international VALUES (6,'MailForm',2,'ver<65>nderbar',1031510000);
INSERT INTO international VALUES (6,'Item',2,'Posten bearbeiten',1031510000);
INSERT INTO international VALUES (597,'WebGUI',2,'<27>bersetzung bearbeiten',1031510000);
INSERT INTO international VALUES (596,'WebGUI',2,'fehlende <20>bersetzung',1031510000);
INSERT INTO international VALUES (598,'WebGUI',2,'Sprache bearbeiten',1031510000);
INSERT INTO international VALUES (594,'WebGUI',2,'<27>bersetzen',1031510000);
INSERT INTO international VALUES (593,'WebGUI',2,'<27>bersetzung zu Plain Black <20>bermitteln',1031510000);
INSERT INTO international VALUES (592,'WebGUI',2,'Zeichensatz',1031510000);
INSERT INTO international VALUES (591,'WebGUI',2,'Sprache',1031510000);
INSERT INTO international VALUES (590,'WebGUI',2,'ID der Sprache',1031510000);
INSERT INTO international VALUES (595,'WebGUI',2,'<27>bersetzungen',1031510000);
INSERT INTO international VALUES (59,'Product',2,'Name',1031510000);
INSERT INTO international VALUES (589,'WebGUI',2,'Sprache bearbeiten',1031510000);
INSERT INTO international VALUES (588,'WebGUI',2,'Sind Sie sich sicher, dass Sie diese <20>bersetzung an Plain Black zur Einbeziehung in die Standardverteilung <20>bermitteln wollen?\r\nWenn Sie den \'Ja\'-Link anklicken, erkl<6B>ren Sie sich damit einverstanden, dass Sie Plain Black eine unbeschr<68>nkte Lizenz zur Verwendung der <20>bersetzung in seiner Softwareverteilung geben.',1031510000);
INSERT INTO international VALUES (587,'WebGUI',2,'Sind Sie sich sicher, dass Sie diese Sprache und somit auch alle damit verbundene internationale und Hilfe -Nachrichten l<>schen m<>chten?',1031510000);
INSERT INTO international VALUES (586,'WebGUI',2,'Sprachen',1031510000);
INSERT INTO international VALUES (585,'WebGUI',2,'<27>bersetzungen bearbeiten',1031510000);
INSERT INTO international VALUES (584,'WebGUI',2,'Eine neue Sprache hinzuf<75>gen.',1031510000);
INSERT INTO international VALUES (35,'Product',2,'Spezifikation hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (654,'WebGUI',2,'Gestaltung l<>schen',1031510000);
INSERT INTO international VALUES (581,'WebGUI',2,'neuen Wert hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (642,'WebGUI',2,'Seite hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (62,'Product',2,'Produktvorlage hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (62,'MailForm',2,'Emailformularfelder hinzuf<75>gen oder bearbeiten',1031510000);
INSERT INTO international VALUES (605,'WebGUI',2,'Gruppen hinzuf<75>gen',1031510000);
INSERT INTO international VALUES (59,'USS',2,'n<>chster Beitrag',1031510000);
INSERT INTO international VALUES (583,'WebGUI',2,'maximale Gr<47><72>e einer Grafik',1031510000);
INSERT INTO international VALUES (582,'WebGUI',2,'freilassen',1031510000);
INSERT INTO international VALUES (580,'WebGUI',2,'Ihre Nachricht wurde abgelehnt.',1031510000);
INSERT INTO international VALUES (58,'USS',2,'vorheriger Beitrag',1031510000);
INSERT INTO international VALUES (58,'Product',2,'Produktvorlage bearbeiten',1031510000);
INSERT INTO international VALUES (579,'WebGUI',2,'Ihre Nachricht wurde akzeptiert.',1031510000);
INSERT INTO international VALUES (576,'WebGUI',2,'L<>schen',1031510000);
INSERT INTO international VALUES (575,'WebGUI',2,'Bearbeiten',1031510000);
INSERT INTO international VALUES (57,'USS',2,'Antworten',1031510000);
INSERT INTO international VALUES (57,'Product',2,'Sind Sie sich sicher, dass Sie diese Vorlage l<>schen nud alle Produkte, die sie benutzen auf die Standardvorlage setzen m<>chten?',1031510000);
INSERT INTO international VALUES (569,'WebGUI',2,'Moderationsart',1031510000);
INSERT INTO international VALUES (56,'Product',2,'Eine Produktvorlage hinzuf<75>gen.',1031510000);
INSERT INTO international VALUES (557,'WebGUI',2,'Beschreibung',1031510000);
INSERT INTO international VALUES (556,'WebGUI',2,'Betrag',1031510000);
INSERT INTO international VALUES (553,'WebGUI',2,'Status',1031510000);
INSERT INTO international VALUES (529,'WebGUI',2,'Ergebnisse',1031510000);
INSERT INTO international VALUES (588,'WebGUI',1,'Are you certain you wish to submit this translation to Plain Black for inclusion in the official distribution of WebGUI? By clicking on the yes link you understand that you\'re giving Plain Black an unlimited license to use the translation in its software distributions.',1031514630);
INSERT INTO international VALUES (593,'WebGUI',1,'Submit this translation.',1036970850);
INSERT INTO international VALUES (594,'WebGUI',1,'Translate messages.',1031514314);
INSERT INTO international VALUES (61,'USS',1,'User Submission System, Add/Edit',1038890802);
INSERT INTO international VALUES (71,'USS',1,'User Submission Systems are a great way to add a sense of community to any site as well as get free content from your users.\r\n<br><br>\r\n\r\n<b>Main Template</b><br>\r\nChoose a layout for this USS.\r\n<p/>\r\n\r\n\r\n<b>Submission Template</b><br/>\r\nChoose a layout for the individual submissions.\r\n<p/>\r\n\r\n<b>Who can approve?</b><br>\r\nWhat group is allowed to approve and deny content?\r\n<br><br>\r\n\r\n<b>Who can contribute?</b><br>\r\nWhat group is allowed to contribute content?\r\n<br><br>\r\n\r\n<b>Submissions Per Page</b><br>\r\nHow many submissions should be listed per page in the submissions index?\r\n<br><br>\r\n\r\n<b>Default Status</b><br>\r\nShould submissions be set to <i>Approved</i>, <i>Pending</i>, or <i>Denied</i> by default?\r\n<br><br>\r\n<i>Note:</i> If you set the default status to Pending, then be prepared to monitor your message log for new submissions.\r\n<p>\r\n\r\n<b>Karma Per Submission</b><br>\r\nHow much karma should be given to a user when they contribute to this user submission system?\r\n<p>\r\n\r\n\r\n<b>Display thumbnails?</b><br>\r\nIf there is an image present in the submission, the thumbnail will be displayed in the Layout (see above).\r\n<p>\r\n\r\n<b>Allow discussion?</b><br>\r\nDo you wish to attach a discussion to this user submission system? If you do, users will be able to comment on each submission.\r\n<p>\r\n\r\n<b>Who can post?</b><br>\r\nSelect the group that is allowed to post to this discussion.\r\n<p>\r\n\r\n<b>Edit Timeout</b><br>\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n<p>\r\n<i>Note:</i> Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n<p>\r\n\r\n<b>Karma Per Post</b><br>\r\nHow much karma should be given to a user when they post to this discussion?\r\n<p>\r\n\r\n<b>Who can moderate?</b><br>\r\nSelect the group that is allowed to moderate this discussion.\r\n<p>\r\n\r\n<b>Moderation Type?</b><br>\r\nYou can select what type of moderation you\'d like for your users. <i>After-the-fact</i> means that when a user posts a message it is displayed publically right away. <i>Pre-emptive</i> means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n<p>\r\nNote: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n<p>\r\n',1038890802);
INSERT INTO international VALUES (722,'WebGUI',1,'Id',1031517195);
INSERT INTO international VALUES (721,'WebGUI',1,'Namespace',1031515005);
INSERT INTO international VALUES (720,'WebGUI',1,'OK',1031514777);
INSERT INTO international VALUES (719,'WebGUI',1,'Out of Date',1031514679);
INSERT INTO international VALUES (718,'WebGUI',1,'Export this translation.',1036970877);
INSERT INTO international VALUES (12,'Poll',1,'Total Votes:',1031514049);
INSERT INTO international VALUES (12,'Poll',7,'<27><>ͶƱ<CDB6><C6B1><C8><CB>:',1031514049);
INSERT INTO international VALUES (723,'WebGUI',1,'Deprecated',1031800566);
INSERT INTO international VALUES (727,'WebGUI',1,'Your password cannot be \"password\".',1031880154);
INSERT INTO international VALUES (725,'WebGUI',1,'Your username cannot be blank.',1031879612);
INSERT INTO international VALUES (724,'WebGUI',1,'Your username cannot begin or end with a space.',1031879593);
INSERT INTO international VALUES (726,'WebGUI',1,'Your password cannot be blank.',1031879567);
INSERT INTO international VALUES (727,'WebGUI',6,'Ditt l<>senord kan inte vara \"l<>senord\".',1032262393);
INSERT INTO international VALUES (726,'WebGUI',6,'Du m<>ste fylla i ett l<>senord.',1032262370);
INSERT INTO international VALUES (725,'WebGUI',6,'Du m<>ste fylla i ett anv<6E>ndarnamn.',1032262345);
INSERT INTO international VALUES (724,'WebGUI',6,'Ditt anv<6E>ndarnamn kan inte b<>rja eller sluta med ett mellanslag.',1032262328);
INSERT INTO international VALUES (12,'Poll',6,'Totalt antal r<>ster:',1032262302);
INSERT INTO international VALUES (723,'WebGUI',6,'F<>r<F6>ldrat',1032262278);
INSERT INTO international VALUES (63,'Product',6,'Produktmallar anv<6E>nds f<>r att kontrollera hur din produkt presenteras f<>r anv<6E>ndarna. Detta fungerar p<> liknande s<>tt som <20>vriga mallar till WebGUI. Det finns n<>gra referensmallar f<>r att ge dig en snabbstart, men det b<>sta <20>r <20>nd<6E> att skapa ett utseende som passar din produkt.\r\n\r\nTroligtvis beh<65>ver du inte anv<6E>nda alla f<>lt som WebGUI\'s produkthanterare tillhandah<61>ller. Ta bort on<6F>diga f<>lt n<>r du skapar en ny mall f<>r att f<> sidorna att ladda snabbare.\r\n\r\n<b>Note:</b> Du b<>r inte <20>ndra standardmallarna utan ist<73>llet g<>ra kopior av dom. Vid WebGUI uppgraderingar skrivs standardmallarna <20>ver med nya uppdaterade vilket tar bort dina <20>ndringar. Kopior r<>rs inte av en uppgradering.\r\n\r\nDet finns m<>nga special-macros att anv<6E>nda i dina produktmallar.\r\n\r\n<b>^Product_Accessories;</b>\r\nVisar en lista p<> tillbeh<65>r till produkten.\r\n\r\n<b>^Product_Benefits;</b>\r\nVisar en lista p<> f<>rdelar med produkten.\r\n\r\n<b>^Product_Description;</b>\r\nVisar en produkts beskrivning.\r\n\r\n<b>^Product_Features;</b>\r\nVisar en lista p<> produktens egenskaper.\r\n\r\n<b>^Product_Image1;</b>\r\nVisar den f<>rsta bilden du laddade upp (om det finns n<>gon).\r\n\r\n<b>^Product_Image2;</b>\r\nVisar den andra bilden du laddade upp (om det finns n<>gon).\r\n\r\n<b>^Product_Image3;</b>\r\nVisar den tredje bilden du laddade upp (om det finns n<>gon).\r\n\r\n<b>^Product_Number;</b>\r\nVisar produktens nummer.\r\n\r\n<b>^Product_Price;</b>\r\nVisar produktens pris.\r\n\r\n<b>^Product_Related;</b>\r\nVisar en lista p<> relaterade produkter.\r\n\r\n<b>^Product_Specifications;</b>\r\nVisar en lista p<> produktens specifikationer.\r\n\r\n<b>^Product_Thumbnail1;</b>\r\nVisar en miniatyrbild av den den f<>rsta bilden du laddade upp till produkten (om du gjorde det) tillsammans med en l<>nk till bilden i full storlek.\r\n\r\n<b>^Product_Thumbnail2;</b>\r\nVisar en miniatyrbild av den den andra bilden du laddade upp till produkten (om du gjorde det) tillsammans med en l<>nk till bilden i full storlek.\r\n\r\n<b>^Product_Thumbnail3;</b>\r\nVisar en miniatyrbild av den den tredje bilden du laddade upp till produkten (om du gjorde det) tillsammans med en l<>nk till bilden i full storlek.\r\n\r\n<b>^Product_Title;</b>\r\nVisar produktens titel. Om du anv<6E>nder det h<>r macrot vill du antagligen st<73>nga av visning av standardtitel genom att v<>lja Nej p<> Visa titel-f<>ltet.',1032260807);
INSERT INTO international VALUES (678,'WebGUI',6,'Bassidor, hantera',1032260722);
INSERT INTO international VALUES (497,'WebGUI',6,'Startdatum',1032259765);
INSERT INTO international VALUES (6,'WobjectProxy',6,'Men wobject proxy kan du spegla ett wobject fr<66>n en annan sida till vilken annan sida som helst. Det <20>r anv<6E>ndbart n<>r du vill <20>teranv<6E>nda inneh<65>ll fr<66>n en sektion av webbplatsen till en annan.\r\n\r\n<b>Wobject till proxy</b>\r\nV<6E>lj ett wobject fr<66>n ditt system som du vill proxya. V<>ljrutan visar inneh<65>ll som \"Sidtitel / Wobject namn (Wobject-ID)\" s<> att du snabbt och enkelt kan hitta det wobject du letar efter.',1032257192);
INSERT INTO international VALUES (5,'WobjectProxy',6,'Wobject Proxy, l<>gg till/redigera',1032256964);
INSERT INTO international VALUES (4,'WobjectProxy',6,'Wobject proxying misslyckades. Kanske det proxiade wobjectet har blivit borttaget?',1032256949);
INSERT INTO international VALUES (3,'WobjectProxy',6,'Wobject Proxy',1032256918);
INSERT INTO international VALUES (2,'WobjectProxy',6,'Redigera wobject proxy',1032256908);
INSERT INTO international VALUES (1,'WobjectProxy',6,'Wobject till Proxy',1032256896);
INSERT INTO international VALUES (709,'WebGUI',6,'<b>Bildhanteringsgrupp</b>\r\nV<6E>lj en grupp som ska ha kontroll <20>ver till<6C>gg, redigering och borttagning av bilder.\r\n\r\n<b>Stilhanteringsgrupp</b>\r\nV<6E>lj en grupp som ska ha kontroll <20>ver till<6C>gg, redigering och borttagning av stilar.\r\n\r\n<b>Mallhanteringsgrupp</b>\r\nV<6E>lj en grupp som ska ha kontroll <20>ver till<6C>gg, redigering och borttagning av mallar.',1032256879);
INSERT INTO international VALUES (698,'WebGUI',6,'Karma <20>r en metod f<>r att m<>ta en anv<6E>ndares aktivitet och eventuellt bel<65>na eller bestraffa denne beroende p<> aktivitetsniv<69>. N<>r v<>l karma <20>r p<>slaget kommer du m<>rka att m<>nga saker i WebGUI <20>ndras f<>r att visa karma.\r\n\r\nDu kan m<>ta om anv<6E>ndarna loggar in och hur mycket de bidrar med till din webbplats. Du kan till<6C>ta dem att komma <20>t material baserat p<> deras karma-niv<69>.\r\n\r\nDu kan l<>sa mer om karma i online-boken Ruling WebGUI.',1032256794);
INSERT INTO international VALUES (651,'WebGUI',6,'Om du v<>ljer att t<>mma skr<6B>pkorgen kommer alla saker i den att f<>rsvinna. Om du <20>r os<6F>ker p<> vissa saker kan du klippa ut dom till klippbordet innan du t<>mmer skr<6B>pkorgen.',1032256602);
INSERT INTO international VALUES (71,'Survey',1,'Grade Book',1037573252);
INSERT INTO international VALUES (70,'Survey',1,'Individual Responses',1037573240);
INSERT INTO international VALUES (69,'Survey',1,'Delete this user\'s responses.',1037573082);
INSERT INTO international VALUES (68,'Survey',1,'View reports and exports.',1037560492);
INSERT INTO international VALUES (67,'Survey',1,'User',1037558860);
INSERT INTO international VALUES (640,'WebGUI',6,'Det <20>r inte en god id<69> att ta bort mallar eftersom du inte vet vilka f<>ljdverkningar det kan f<> p<> din webbplats (vissa sidor kan fortfarande anv<6E>nda mallen). Om du verkligen vill ta bort en mall kommer alla sidor som anv<6E>nder den att byta till standard-mallen',1032255575);
INSERT INTO international VALUES (639,'WebGUI',6,'<b>Mallnamn</b>\r\nGe den h<>r mallen ett beskrivande namn s<> att du vet hur den ser ut n<>r du applicerar den p<> en sida.\r\n\r\n<b>Mall</b>\r\nSkapa en mall genom att placera special macron ^0; ^1; ^2; osv p<> de positioner du vill ska ha inneh<65>ll. Vanligtvis s<> anv<6E>nds en tabell f<>r att positionera inneh<65>llet. Titta g<>rna p<> mallarna som kommer med WebGUI f<>r id<69>er.',1032255389);
INSERT INTO international VALUES (638,'WebGUI',6,'Mallar anv<6E>nds f<>r att p<>verka hur sidor ser ut i WebGUI. Till exempel s<> har de flesta webbplatser idag mer <20>n bara en meny och ett stort textf<74>lt. M<>nga anv<6E>nder tre eller fyra kolumner som b<>rjar med kolumnhuvuden och/eller banners. WebGUI till<6C>ter mycket komplexa designer genom att anv<6E>nda mallar. Det finns flera mallar med WebGUI som kan hj<68>lpa dig komma ig<69>ng, men du kan <20>ven skapa hur m<>nga egna du vill.',1032255225);
INSERT INTO international VALUES (637,'WebGUI',6,'<b>F<>rnamn</b>\r\nSj<53>lvf<76>rklarande.\r\n\r\n<b>Mellannamn</b>\r\nSj<53>lvf<76>rklarande.\r\n\r\n<b>Efternamn</b>\r\nSj<53>lvf<76>rklarande.\r\n\r\n<b>E-postadress</b>\r\nAnv<6E>ndarens e-postadress. Beh<65>vs bara matas in om anv<6E>ndaren kommer delta i funktioner som kr<6B>ver e-post.\r\n\r\n<b>ICQ UIN</b>\r\nUnikt nummer f<>r att kontakta en person via <a href=\"http://www.icq.com/\">ICQ</a>.\r\n\r\n<b>AIM Id</b>\r\nKonto-ID f<>r <a href=\"http://www.aim.com/\">AOL Instant Messenger</a>.\r\n\r\n<b>MSN Messenger Id</b>\r\nKonto-ID f<>r <a href=\"http://messenger.msn.com/\">Microsoft Network Instant Messenger</a>.\r\n\r\n<b>Yahoo! Messenger Id</b>\r\nKonto-ID f<>r <a href=\"http://messenger.yahoo.com/\">Yahoo! Instant Messenger</a>.\r\n\r\n<b>Mobiltelefon</b>\r\nNumret till anv<6E>ndarens mobiltelefon.\r\n\r\n<b>S<>kare</b>\r\nNumret till anv<6E>ndarens s<>kare.\r\n\r\n<b>E-post till s<>kar-gateway</b>\r\nE-postadress f<>r anv<6E>ndarens texts<74>kare.\r\n\r\n<b>Heminformation</b>\r\nPost- eller gatuadress till anv<6E>ndaren.\r\n\r\n<b>Arbetsplatsinformation</b>\r\nPost- eller gatuadress till anv<6E>ndarens arbetsplats.\r\n\r\n<b>K<>n</b>\r\nMan, kvinna eller annat?\r\n\r\n<b>F<>delsedatum</b>\r\nN<6E>r <20>r anv<6E>ndaren f<>dd?\r\n\r\n<b>Spr<70>k</b>\r\nVilket spr<70>k skall anv<6E>ndas i WebGUI?\r\n\r\n<b>Tidsoffset</b>\r\nAntal timmar (plus eller minus) som anv<6E>ndaren befinner sig relativt till tidszonen servern befinner sig i. Detta anv<6E>nds f<>r tidszon-justeringar.\r\n\r\n<b>F<>rsta dag i veckan</b>\r\nVilken r<>knas som veckans f<>rsta dag enligt denna anv<6E>ndarens kalender? Till exempel s<> b<>rjar veckan p<> en S<>ndag i F<>renta Staterna, medan i Europa den oftast b<>rjar p<> M<>ndag.\r\n\r\n<b>Datumformat</b>\r\nVilket format ska datum synas p<>?\r\n\r\n<b>Tidsformat</b>\r\nVilket format ska tiden synas p<>?\r\n\r\n<b>Diskussionsforumslayout</b>\r\nSka diskussionsgrupper synas som platta eller tr<74>dade? Platta visar alla svar p<> inl<6E>gg i en l<>ng lista efter n<>r de skapades. En tr<74>dad visar en hierarkisk lista med svar sorterad efter inl<6E>ggstiden.\r\n\r\n<b>Inkorgsnotifikation</b>\r\nHur ska en anv<6E>ndare bli meddelad n<>r de f<>r ett nytt WebGUI-meddelande?\r\n',1032254909);
INSERT INTO international VALUES (636,'WebGUI',6,'F<>r att skapa ett nytt paket kan du f<>lja dessa enkla steg:\r\n<ol type=\"1\">\r\n <li>Fr<46>n administrationsmenyn v<>ljer du \"Hantera paket\"</li>\r\n <li>L<>gg till en sida och ge den ett namn. Namnet p<> sidan kommer ocks<6B> ge namn till paketet.</li>\r\n <li>G<> till den nya sidan du skapade och l<>gg till sidor och wobjects. Alla sidor och wobjects du skapar kommer skapas p<> nytt n<>r du drifts<74>tter paketet.</li>\r\n</ol>\r\n\r\n<b>Note:</b> F<>r att l<>gga till, redigera eller ta bort paket m<>ste du vara medlem i pakethantereringsgruppen eller administrat<61>rsgruppen. \r\n\r\nOm du l<>gger till inneh<65>ll i wobjects kommer dessa automatiskt att kopieras <20>ver till nya paket.\r\n\r\nPrivilegier och stilar p<> sidor i paketet kommer inte kopieras n<>r paketet tas i drift. Ist<73>llet kommer sidorna f<> <20>rva r<>ttigheter och stil beroende p<> platsen de l<>ggs p<>.',1032252658);
INSERT INTO international VALUES (635,'WebGUI',6,'Paket <20>r grupper av sidor och wobjects som <20>r f<>rvalda att s<>ttas i drift tillsammans, som en enhet. En pakethanterare kan se nyttan att skapa ett paket med ett flertal sidor med funktioner som meddelandeforum, FAQ, r<>stning, eftersom detta g<>rs ganska ofta. Paket anv<6E>nds ofta f<>r att minska problem med upprepande jobb.\r\n\r\nEtt paket som m<>nga anv<6E>ndare skapar <20>r Sida/Artikel-paket. Det <20>r ofta s<> att du l<>gger till en sida och d<>refter en artikel f<>r inneh<65>ll. Ist<73>llet f<>r att g<> alla steg f<>r att skapa en sida, g<> till sidan och sedan l<>gga till en artikel till sidan kan du skapa ett paket f<>r att g<>ra alla steg p<> en g<>ng.',1032251795);
INSERT INTO international VALUES (634,'WebGUI',6,'<b>Standard startsida</b>\r\nM<6E>nga sm<73> webbplatser har inte en dedikerad startsida utan anv<6E>nder en av deras underliggande sidor som \"Om oss\" eller \"F<>retagsinformation\". P<> grund av detta kan du sj<73>lv s<>tta startsidan till vilken sida som helst inom webbplatsen. Det <20>r den sidan bes<65>karna kommer till om de skriver in http://www.minwebplats.nu eller om de klickar p<> en l<>nk genererad av ^H; macrot.\r\n\r\n<b>Not Found sida</b>\r\nOm en sida som bes<65>karen efterfr<66>gar inte finns i systemet kan anv<6E>ndaren bli omdirigerad till startsidan eller till en felsida d<>r de kan f<>rs<72>ka hitta det de letar efter. Du v<>ljer sj<73>lv hur du tror dina bes<65>kare vill ha det.\r\n\r\n<b>Dokumenttypsdeklaration</b>\r\nIdag finns det en m<>ngd olika webbl<62>sare som kan bes<65>ka din webbplats. <20>ven automatiserade webbl<62>sare som s<>kmotorssprindlar. M<>nga webbl<62>sare vill veta vilken typ av dokument du skickar och i dokumenttypsdeklarationen kan du skriva ut just detta. Som standard genererar WebGUI HTML 4.0 inneh<65>ll.\r\n\r\n<b>L<>gg till redigeringsm<73>rkning p<> inl<6E>gg</b>\r\nVanligtvis n<>r en anv<6E>ndare redigerar ett inl<6E>gg p<> ett meddelandeforum s<> l<>ggs det till en m<>rkning som visar vem som redigerade och vilken tid. P<> vissa webbplatser <20>r s<>n information inte viktig och kan d<>rf<72>r st<73>ngas av h<>r.\r\n\r\n<b>Filtrera bidragen HTML</b>\r\nOm du har en publik webbplats d<>r vem som helst kan posta meddelanden till meddelandeforum och dylikt s<> <20>r det ofta en god id<69> att filtrera deras inneh<65>ll fr<66>n \"elak\" data. Elak data kan vara s<>nt som hindrar eller f<>rsv<73>rar f<>r andra bes<65>kare att bes<65>ka din webbplats och ta del av dess inneh<65>ll. Anv<6E>nd detta val f<>r att v<>lja en filtreringsniv<69>.\r\n\r\n<b>Maximal bilagestorlek</b>\r\nStorlek (i kilobyte) f<>r maximal bilaga.\r\n\r\n<b>Maximal bildstorlek</b>\r\nOm bilder laddas upp till din webbplats som <20>r st<73>rre <20>n maximal bildstorlek kommer dessa att skalas ner. Bildstorleken m<>ts i pixlar och anv<6E>nder den l<>ngsta sidan p<> bilden f<>r att avg<76>ra om gr<67>nsen <20>r n<>dd.\r\n\r\n<b>Miniatyrbildsstorlek</b>\r\nN<6E>r bilder laddas upp till webbplatsen kommer det automatiskt att skapas miniatyrbilder av dessa i storleken du v<>ljer h<>r. Storleken m<>ts i pixlar och den l<>ngsta sidan kommer aldrig vara st<73>rre <20>n du anger h<>r.\r\n\r\n<b>Textomr<6D>de, antal rader</b>\r\nVissa webbplatser vill kontrollera storleken p<> formul<75>r som WebGUI genererar. Det <20>r just vad du kan g<>ra h<>r. V<>lj hur m<>nga rader text som skall visas.\r\n\r\n<b>Textomr<6D>de, antal kolumner</b>\r\nPrecis som innan, fast h<>r v<>ljer du antal tecken p<> varje rad (kolumner).\r\n\r\n<b>Textrutestorlek</b>\r\nSamma som ovan, fast med textrutor.\r\n\r\n<b>Editor att anv<6E>nda</b>\r\nWebGUI har en mycket sofistikerad \"Rich Editor\" som l<>ter anv<6E>ndare formatera inneh<65>ll som i Microsoft Word, eller annan likv<6B>rdig ordbehandlare. F<>r att anv<6E>nda den funktionalliteten v<>ljer du \"Inbyggd redigerare\". Vissa webbplatser kan ha behov av en mer komplett redigerare med st<73>d f<>r saker som r<>ttstavning osv. D<>rf<72>r kan du installera en tredjeparts editor som heter Real Objects Edit-On Pro<72>. Efter den <20>r installerad kan du <20>ndra det h<>r valet. Vill du ha mer detaljerade instruktioner p<> hur du integrerar Edit-On Pro<72> kan du hitta information i online-boken \"Ruling WebGUI\".',1032251553);
INSERT INTO international VALUES (633,'WebGUI',6,'F<>r att uttrycka det enkelt s<> <20>r r<>tter hemsidor utan f<>r<F6>ldrar (utan ovanliggande sidor). Den viktigaste sidan i WebGUI <20>r helt klart \"Hem\"-sidan. M<>nga m<>nniskor kommer aldrig att l<>gga till fler r<>tter till sina hemsidor och det g<>r helt klart att klara sig med en rot. Vissa skapar r<>tter f<>r inneh<65>llshanterare, eller kanske en g<>mt omr<6D>de f<>r administrationsverktig. ',1032189185);
INSERT INTO international VALUES (632,'WebGUI',6,'Du kan l<>gga till wobjects genom att v<>lja <i>L<>gg till inneh<65>ll...</i> fr<66>n menyn l<>ngst upp p<> sidan (adminstrationsmenyn). Du kan redigera dom genom att klicka p<> <i>Redigera</i>-knappen som finns strax <20>ver wobjectet du vill redigera.\r\n\r\nN<6E>stan alla wobject delar p<> vissa egenskaper:\r\n\r\n<b>Wobject-ID</b>\r\nDetta <20>r en unik identifierare f<>r ett wobject. Normalt beh<65>ver inte anv<6E>ndare bry sig om detta, men avancerade anv<6E>ndare kan anv<6E>nda id-numret f<>r SQL-rapporter och annat.\r\n\r\n<b>Titel</b>\r\nTitel p<> wobject. Detta visas vanligtvis ovanf<6E>r varje wobject.\r\n\r\n<i>Note:</i> Du ska alltid v<>lja en titel <20>ven om du inte ska visa den eftersom det <20>r genom titeln du kan identifiera inneh<65>ll i skr<6B>pkorgen och klippbordet.\r\n\r\n<b>Visa titel?</b>\r\nVill du visa titeln du valt? Detta <20>r inte n<>dv<64>ndigt p<> alla webbplatser.\r\n\r\n<b>K<>r macros?</b>\r\nVill du k<>ra macros p<> inneh<65>llet i detta wobject? Ibland vill du g<>ra detta, men vet du om att du inte har macros i texten eller p<> andra st<73>llen i ditt wobject s<> kan du st<73>nga av denna funktionen f<>r att sidorna ska laddas snabbare.\r\n\r\n<b>Mallposition</b>\r\nMallpositionen varierar mellan 0 (null) och upp<70>t. Hur m<>nga som finns beror p<> vilken mall som anv<6E>nds p<> sidan. Standardmallen har bara en position, andra kan ha fler. Genom att v<>lja en mallposition s<> v<>ljer du var p<> mallen du vill att wobjectet skall hamna.\r\n\r\n<b>Startdatum</b>\r\nP<6E> vilket datum ska inneh<65>llet visas f<>r anv<6E>ndaren? Innan detta datum kommer objektet bara vara synligt f<>r inneh<65>llshanterare.\r\n\r\n<b>Slutdatum</b>\r\nVilket datum ska sidan inte l<>ngre vara synlig f<>r anv<6E>ndarna. Efter detta datum kommer objektet bara vara synligt f<>r inneh<65>llshanterarna.\r\n\r\n<b>Beskrivning</b>\r\nEtt inneh<65>llsomr<6D>de som du kan fylla med valfritt omr<6D>de. Till exempel kan en f<>rklaring av vad en FAQ <20>r i b<>rjan p<> en FAQ vara en bra id<69>.',1032187841);
INSERT INTO international VALUES (790,'WebGUI',1,'Delete this profile category.',1036964807);
INSERT INTO international VALUES (789,'WebGUI',1,'Edit this profile category.',1036964795);
INSERT INTO international VALUES (788,'WebGUI',1,'Delete this profile field.',1036964681);
INSERT INTO international VALUES (787,'WebGUI',1,'Edit this profile field.',1036964659);
INSERT INTO international VALUES (791,'WebGUI',1,'Delete this translation.',1036970806);
INSERT INTO international VALUES (802,'WebGUI',1,'WebGUI is not currently tracking page statistics. You can enable this feature in the settings.',1036979395);
INSERT INTO international VALUES (801,'WebGUI',1,'Wobject Interactions',1036978843);
INSERT INTO international VALUES (630,'WebGUI',6,'WebGUI har en liten men p<>litlig s<>kmotor inbyggt. Vill du anv<6E>nda den interna s<>kmotor anv<6E>nder du ^?; macrot eller genom att l<>gg till <i>?op=search</i> p<> slutet p<> varje URL, eller g<>ra din egen sida f<>r att komma <20>t den.\r\n\r\nM<6E>nga installationer beh<65>ver en s<>kmotor f<>r att indexera deras WebGUI webbplats eller har krav p<> funktioner som inte WebGUI\'s s<>kmotor st<73>djer. F<>r dessa rekommenderar vi <a href=\"http://www.mnogosearch.org/\">MnoGo Search</a> eller <a href=\"http://www.htdig.org/\">ht://Dig</a>.',1032185821);
INSERT INTO international VALUES (629,'WebGUI',6,'<b>F<>rhindra proxy-cachning</b>\r\nVisa f<>retag har proxy-servrar som kan orsaka problem med WebGUI. Om du m<>rker att du f<>r problem med WebGUI, s<> som att sidor inte uppdateras som dom ska, och du har en proxy-server s<> kan du st<73>lla det h<>r alternativet till Ja. WebGUI kommer inte vara lika anv<6E>ndarv<72>nlig n<>r du sl<73>r p<> den h<>r funktionen.\r\n\r\n<b>Vid kritiskt fel</b>\r\nVad vill du g<>ra om ett kritiskt fel uppst<73>r. Det kan vara en s<>kerhetsrisk att visa fels<6C>kningsinformation, men du kan visa det s<> l<>nge systemet <20>r i utveckling.',1032185342);
INSERT INTO international VALUES (56,'Survey',1,'View comments.',1037555787);
INSERT INTO international VALUES (55,'Survey',1,'View responses.',1037555778);
INSERT INTO international VALUES (54,'Survey',1,'Percentage',1037555267);
INSERT INTO international VALUES (53,'Survey',1,'Responses',1037555255);
INSERT INTO international VALUES (627,'WebGUI',6,'Profiler anv<6E>nds f<>r att spara ut<75>kad information om en anv<6E>ndare. I vissa fall kan profiler vara n<>dv<64>ndiga f<>r en webbplast, ibland inte. Profilsystemet <20>r fullst<73>ndigt utbyggbart med ny f<>lt och grupperingar. Du kan l<>gg till s<> mycket information du vill om en anv<6E>ndare.',1032184553);
INSERT INTO international VALUES (626,'WebGUI',6,'Wobjects (tidigare k<>nda som Widgets) <20>r sj<73>lva styrkan i WebGUI. Wobjects <20>r sm<73> applikationer som g<>r att plugga in i WebGUI. Meddelandeforum och r<>stningar <20>r tv<74> exempel p<> wobjects.\r\n\r\nF<6E>r att l<>agg till ett wobject till en sida s<> g<>r du f<>rst till den sidan du vill att wobjecten ska synas p<>. D<>refter v<>ljer du <i>L<>gg till inneh<65>ll...</i> fr<66>n menyn l<>ngst upp p<> sk<73>rmen. Varje wobject har sin egen hj<68>lp-sida, s<> <20>r det n<>got du beh<65>ver hj<68>lp med s<> <20>r det d<>r du b<>rjar leta.\r\n\r\n<i>Stilmallar:</i> Alla wobjects har en stilmallsklass och ID kopplat till sig.\r\n\r\nStilmallsklassen har order \"wobject\" i b<>rjan plus vilken typ av wobject det <20>r. S<> f<>r en r<>stning skulle stilmallen blir \"wobjectR<74>stning\". Stilen g<>ller f<>r samtliga wobject av den typen p<> hela webbplatsen.\r\n\r\nStilmalls id kan anv<6E>ndas f<>r att bara p<>verka ett viss wobject med en stilmallsklass. Formatet ska vara \"wobjectId\" plus Id f<>r objektet i fr<66>ga. Om du har en artikel med wobject-id 94 s<> ska en stilmallsklass se ut s<>h<E5>r: \"wobjectId94\". Detta p<>verkar bara wobject med r<>tt id-nummer.\r\n',1032184320);
INSERT INTO international VALUES (625,'WebGUI',6,'<b>Namn</b>\r\nEn etikett f<>r denna bild som kommer anv<6E>ndas f<>r att h<>mta bilden fr<66>n andra sidor.\r\n\r\n<b>Fil</b>\r\nV<6E>lj en fil fr<66>n din lokala h<>rddisk f<>r uppladdning till servern.\r\n\r\n<b>Parametrar</b>\r\nL<6E>gg till s<> m<>nga HTML img-tagg parametrar som du vill ha f<>r denna bild.\r\n\r\n<i>Exempel:</i>\r\nalign=\"right\"\r\nalt=\"Bild p<> hunden\"',1032183285);
INSERT INTO international VALUES (624,'WebGUI',6,'WebGUI macros anv<6E>nds f<>r att skapa dynamiskt inneh<65>ll bland statiskt inneh<65>ll. Till exempel s<> kan anv<6E>ndarnamnet f<>r inloggad anv<6E>ndare visas p<> varje sida.\r\n\r\nMacros b<>rjar alltid med \"^\", f<>ljs alltid med minst ett tecken och avslutas alltid med \";\". Vissa macron kan konfigureras genom att man l<>gger in en parameter. Ett vanlig macro kan skrivas: ^x; men med en paramater ser det ut som: ^x(\"parameter, vad du vill\");\r\n\r\nH<6E>r f<>ljer en beskrivning av samtliga macron i WebGUI.\r\n\r\n<b>^a; eller ^a(); - Mitt konto-l<>nk</b>\r\nEn l<>nk f<>r att se din kontoinformation. Du kan <20>ndra l<>nktexten genom att skriva macrot som <b>^a(\"Kontoinformation\");</b>.\r\n\r\n<i>Note:</i> Du kan anv<6E>nda specialparametern linkonly (^a(linkonly)) f<>r att bara skapa en URL till kontosidan och inget mer. .myAccountLink stilmallen <20>r knuten till detta macro.\r\n\r\n<b>^AdminBar;</b>\r\nPlacerar administrativa menyn p<> sidan. Detta <20>r ett obligatoriskt macro i \"body\"-delen av stilhanteraren.\r\n\r\n<b>^AdminText();</b>\r\nVisar ett litet textmeddelande om en anv<6E>ndare <20>r i administrationsl<73>ge. Exempel: ^AdminText(\"Du <20>r nu i administrationsl<73>ge\");.\r\n\r\n<b>^AdminToggle; eller ^AdminToggle();</b>\r\nPlacerar en l<>nk p<> sidan som bara <20>r synlig f<>r inneh<65>llshanterare och administrat<61>rer. L<>nken s<>tter p<>/st<73>nger av administrationsl<73>get. Du kan <20>ven v<>lja andra namn p<> l<>nkarna genom att skriva ^AdminToggle(\"Redigera\",\"Visa\");.\r\n\r\n<b>^C; eller ^C(); - V<>gsp<73>rning</b>\r\nVisar vilken v<>g man g<>tt genom webbplatsen i en hierarkisk struktur. Du kan sj<73>lv v<>lja vilken avgr<67>nsare du vill ha mellan de olika sidorna genom att skriva ^C(::). Standard avgr<67>nsare <20>r \">\". \r\n\r\n<i>Note:</i> .crumbTrail stilklass anger hur den ser ut.\r\n\r\n<b>^c; - F<>retagsnamn</b>\r\nNamnet p<> ditt f<>retag, angett av administrat<61>ren.\r\n\r\n<b>^D; eller ^D(); - Datum</b>\r\nTid just nu.\r\n\r\nDu kan sj<73>lv v<>lja datumformat genom att anv<6E>nda vissa symboler. ^D(\"%c %D, %y\"); skulle generera September 26, 2001. F<>ljande format och symboler finns tillg<6C>ngliga: \r\n\r\n%% % \r\n%y 4-siffrigt <20>rtal\r\n%Y 2-siffrigt <20>rtal\r\n%m 2-siffrig m<>nad\r\n%M m<>nad\r\n%c m<>nadsnamn\r\n%d 2-siffrig m<>nadsdag\r\n%D m<>nadsdag\r\n%w namn p<> veckodag\r\n%h 2-siffrig klocka bas 12 timmar\r\n%H klocka bas 12 timmar\r\n%j 2-siffrig klocka bas 24 timmar\r\n%J klocka bas 12 timmar\r\n%p gemen am/pm\r\n%P versal AM/PM\r\n%z anv<6E>ndarinst<73>llt datumformat\r\n%Z anv<6E>ndarinst<73>llt tidsformat\r\n\r\n<b>^e; - F<>retagets e-postadress</b>\r\nE-postadressen som inst<73>lld av adminstrat<61>ren.\r\n\r\n<b>^Env();</b>\r\nAnv<6E>nds f<>r att visa serverns variabler. Du kan se alla serverns variabler genom att g<> till \"www.dinwebplats.tld/env.pl\". Macrot ska skrivas som ^Env(\"REMOTE_ADDR\");.\r\n\r\n<b>^Execute();</b>\r\nTill<6C>ter inneh<65>llshanterare eller administrat<61>r att k<>ra ett externt program. Anv<6E>nds vanligtvis som ^Execute(\"/this/file.sh\").\r\n\r\n<b>^Extras;</b>\r\nReturnera s<>kv<6B>gen till WebGUI \"extras\" mapp som inneh<65>ller saker som WebGUI ikoner.\r\n\r\n<b>^FlexMenu;</b>\r\nSkapar en expanderbar meny. Fungerar ungerf<72>r som tr<74>dstrukturen i Utforskaren p<> en Windows-dator.\r\n\r\n<b>^FormParam();</b>\r\nAnv<6E>nds oftast f<>r att skapa dynamiska fr<66>gor genom SQL-rapporter. Genom att anv<6E>nda det h<>r macrot kan du f<> v<>rdet fr<66>n valfritt formul<75>rf<72>lt bara genom att anv<6E>nda f<>ltets namn. Exempel: ^FormParam(\"telefonnummer\"); \r\n\r\n<b>^GroupText();</b>\r\nVisar en kort text f<>r anv<6E>ndare som <20>r medlemmar i en specifik grupp. Exempel: ^GroupText(\"Visitors\",\"Du beh<65>ver ett konto f<>r att anv<6E>nda den h<>r webbplatsen!\"); \r\n\r\n<b>^H; or ^H(); - Home Link</b>\r\nEn l<>nk till webbplatsens f<>rstasida. Du kan sj<73>lv v<>lja l<>nktexten genom att skicka med den som en parameter. Exempel: ^H(\"Hem\");. \r\n\r\n<i>Note:</i> Du kan <20>ven skriva ^H(linkonly); f<>r att bara f<> en URL till f<>rstasidan. .homeLink stilklassen anv<6E>nds f<>r att <20>ndra utseende p<> l<>nken.\r\n\r\n<b>^I(); - Bild-tagg fr<66>n bildhanteraren</b>\r\nReturnerar en image-tag (HTML) till en bild definierad i bildhanteraren. V<>lj vilken bild du vill ha genom att skicka namnet som parameter. Exempel: ^I(\"bildnamn\");. \r\n\r\n<b>^i(); - Image Manager Image Path</b>\r\nReturnera s<>kv<6B>gen till en bild som <20>r uppladdad via bildhanteraren. V<>lj vilken bild du vill ha s<>kv<6B>gen till genom att skicka namnet som parameter. Exempel: ^i(\"bildnamn\");.\r\n\r\n<b>^Include();</b>\r\nL<6E>ter administrat<61>r eller inneh<65>llshanterare att inkludera filer fr<66>n lokala filsystemet i HTML-dokumenten. Skicka dokumentets plats som parameter. Exempel: ^Include(\"/denna/filen.html\"); \r\n\r\n<b>^L; or ^L(); - Login</b>\r\nEtt litet inloggningsformul<75>r. Du kan best<73>mma hur bred rutan ska vara och <20>ven ett meddelande som ska visas efter anv<6E>ndaren loggat in. F<>r att best<73>mma storleken s<> skriver man: ^L(20);. F<>r att skriva ett meddelande som visas f<>r anv<6E>ndaren s<> skriver man: ^L(20,Hej ^a(^@;);. Klicka %here% om du vill logga ut!) \r\n\r\n<i>Note:</i> .loginBox stilklassen best<73>mmer utseendet.\r\n\r\n<b>^LoginToggle; or ^LoginToggle();</b>\r\nVisar ett \"Logga in\"- eller \"Logga ut\"-meddelande beroende p<> om man <20>r ut- eller inloggad. Du kan <20>ven v<>lja andra texter genom att skriva s<>h<E5>r: ^LoginToggle(\"Klicka h<>r f<>r att logga in.\",\"Klicka h<>r f<>r att logga ut.\"); \r\n\r\n<b>^M; or ^M(); - Nuvarande meny (vertikal)</b>\r\nEn vertikal meny som visar de underalternativ som finns tillg<6C>ngliga fr<66>n nuvarande sida och ner<65>t. Som standard s<> visar den bara de menyalternativ som leder ner en niv<69>, men du kan sj<73>lv v<>lja hur m<>nga niv<69>er ner som ska visas. F<>r att g<> tre niv<69>er ner kan du skriva s<>h<E5>r: ^M(3);. Byter du 3\'an mot en 0\'a (noll) s<> visas hela webbplatsens undersidor.\r\n\r\n<b>^m; - Nuvarande meny (horisontell)</b>\r\nEn horisontell meny som inneh<65>ller undersidorna r<>knat fr<66>n nuvarande niv<69>. Du kan sj<73>lv v<>lja en avgr<67>nsare genom att skriva ^m(:--:);. Standard avgr<67>nsare <20>r <20>. \r\n\r\n<b>^P; or ^P(); - Tidigare meny (vertikal)</b>\r\nEn vertikal meny som inneh<65>ller l<>nkar till sidorna innan nuvarande niv<69>. Som standard s<> visar den bara de menyalternativ som leder ner en niv<69>, men du kan sj<73>lv v<>lja hur m<>nga niv<69>er ner som ska visas. F<>r att g<> tre niv<69>er ner kan du skriva s<>h<E5>r: ^P(3);. Byter du 3\'an mot en 0\'a (noll) s<> visas hela webbplatsens undersidor.\r\n\r\n<b>^p; - Tidigare meny (horisontell)</b>\r\nEn horisontell meny som inneh<65>ller l<>nkar till sidorna innan nuvarande niv<69>. Du kan sj<73>lv v<>lja en avgr<67>nsare genom att skriva ^m(:--:);. Standard avgr<67>nsare <20>r <20>. \r\n\r\n<b>^Page();</b>\r\nKan anv<6E>ndas f<>r att h<>mta information om aktuell sida. Till exempel s<> kan macrot anv<6E>ndas f<>r att h<>mta sidans URL s<>h<E5>r: ^Page(\"urlizedTitle\"); eller sidans title s<>h<E5>r: ^Page(\"menuTitle\");. \r\n\r\n<b>^PageTitle;</b>\r\nVisar titeln p<> aktuell sida.\r\n\r\n<i>Note:</i> Om du anv<6E>nder administrat<61>rsfunktioner eller \"indepth\"-funktioner i wobjects s<> kommer sidans titel bli en l<>nk som tar dig tillbaka till sidan.\r\n\r\n<b>^r; or ^r(); - Utskriftsbar version</b>\r\nSkapar en l<>nk som visar aktuell sida, men med annan design. Du kan <20>ndra text p<> l<>nken genom att skriva s<>h<E5>r: ^r(\"Skriv ut\");. \r\n\r\nN<6E>r en anv<6E>ndare klickar p<> l<>nken kommer sidans stil att bytas ut mot \"Make Page Printable\"-stilen i stilhanteraren. Detta kan dock <20>ndras till vilken stil som helst genom att skicka med stilen som paramter. Exempel: ^r(\"Print!\",\"WebGUI\");. Utrskriftssidan kommer d<> f<> WebGUI-stilen.\r\n\r\n<i>Note:</i> Du kan <20>ven anv<6E>nda specialmacrot ^r(linkonly); f<>r att f<> en URL till utskriftsbar version. .makePrintableLink stilmallen best<73>mmer utseende p<> l<>nken.\r\n\r\n<b>^rootmenu; eller ^rootmenu(); (horisontell)</b>\r\nSkapar en horisontell meny med r<>tterna i WebGUI (f<>rutom system-menyer). Du kan v<>lja menyavgr<67>nsare genom att skriva s<>h<E5>r: ^rootmenu(|); \r\n\r\n<b>^RootTitle;</b>\r\nReturnerar titlen p<> roten till nuvarande sida. Till exempel <20>r roten till WebGUI \"Hem\"-sidan\r\nAvancerade sidor kan ha flera r<>tter och beh<65>ver s<>ledes ett s<>tt att beskriva f<>r anv<6E>ndaren vilken rot denna befinner sig i.\r\n\r\n<b>^S(); - Specifik undermeny (vertikal)</b>\r\nDetta macro ger dig en vertikal undermeny fr<66>n vilken sida som helst. Undermenyn startar fr<66>n sidan du anger som parameter till macrot. Till exempel kan du f<> en undermeny till alla sidor under \"Hem\" genom att skriva ^S(\"hem\",0);. Det f<>rsta v<>rdet <20>r URL\'iserade titeln av sidan och den andra paramtern <20>r hur djup du vill att tr<74>dstrukturen ska vara. Standardinst<73>llningen <20>r att bara visa en niv<69>. F<>r att g<> tre niv<69>er ner skriver du: ^S(\"hem\",3);. \r\n\r\n<b>^s(); - Specifik undermeny (horisontell)</b>\r\nDetta macro ger dig en horisontell undermeny fr<66>n vilken sida som helst. Undermenyn startar fr<66>n sidan du anger som parameter till macrot. Till exempel kan du f<> en undermeny till alla sidor under \"Hem\" genom att skriva ^s(\"hem\");. Parametern <20>r den URL\'iserade titeln av sidan. Du kan <20>ven sj<73>lv v<>lja en avgr<67>nsare genom att skriva ^s(\"hem\", \":--:\");. Standard avgr<67>nsare <20>r <20>. \r\n\r\n<b>^SQL();</b>\r\nEn en-rads-SQL-rapport. Ibland vill bara bara ha lite snabba data fr<66>n databasen och d<> kan du anv<6E>nda detta macro. Det h<>r macrot kan ocks<6B> anv<6E>ndas f<>r att ut<75>ka ett. Detta macro anv<6E>nder de numeriska macrona (^0; ^1; ^2; etc) f<>r att positionera data. Macrot ^rownum; f<>r att f<> fram radnummer kan ocks<6B> anv<6E>ndas h<>r. Exempel:\r\n\r\n^SQL(\"select count(*) from users\",\"Det finns ^0; anv<6E>ndare p<> det h<>r systemet.\"); \r\n\r\n^SQL(\"select userId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\"); \r\n\r\n<b>^Synopsis; eller ^Synopsis(); Meny</b>\r\nDetta macro ger dig en undermeny till sidor under en viss sida, tillsammans med kort beskrivning av respektive l<>nk. Du kan s<>tta ett heltal som parameter f<>r att v<>lja hur m<>nga niv<69>er djup menyn ska vara.\r\n\r\n<b>Note:</b> .synopsis_sub, .synopsis_summary, och .synopsis_title stilklasser anv<6E>nds av detta macro. \r\n\r\n<b>^T; eller ^T(); - Toppniv<69>meny (vertikal)</b>\r\nEn vertikal meny som inneh<65>ller alla huvudsidor p<> webbplatsen, dvs undersidor fr<66>n hemsidan. Du kan sj<73>lv v<>lja hur djup du vill ha tr<74>dstrukturen genom att skriva ett heltal som parameter. Som standard visar den bara f<>rsta niv<69>n. F<>r att g<> ner tre niv<69>er skriver du ^T(3). Om du skickar \"0\" (noll) s<> kommer hela webbplatsen tr<74>dstruktur visas. \r\n\r\n<b>^t; - Toppniv<69>meny (horisontell)</b>\r\nEn vertikal meny som inneh<65>ller alla huvudsidor p<> webbplatsen, dvs undersidor fr<66>n hemsidan. Du kan sj<73>lv v<>lja en avgr<67>nsare mellan sidnamnen genom att skriva ^t(:--:);. Standard avgr<67>nsare <20>r <20>. \r\n\r\n<b>^Thumbnail();</b>\r\nReturnerar en URL av en minitayrbild av en bild fr<66>n bildhanteraren. V<>lj vilken bild du vill ha genom att skicka med namnet p<> bilden som parameter: ^Thumbnail(\"bildnamn\");. \r\n\r\n<b>^ThumbnailLinker();</b>\r\nDu kan anv<6E>nda detta macro f<>r att enkelt g<>ra en sida med sk<73>rmdumpar eller ett fotogalleri. Skicka med namnet p<> en bild i bildhanteraren som parameter till macrot: ^ThumbnailLinker(\"Min hund\"); och p<> sidan kommer det visas en miniatyrbild men l<>nk under som l<>nkar till bilden i full storlek.\r\n\r\n<b>^u; - F<>retags-URL</b>\r\nURL till ditt f<>retag, som det <20>r inst<73>llt av administrat<61>ren.\r\n\r\n<b>^URLEncode();</b>\r\nDetta macro <20>r mest anv<6E>ndbart i SQL-rapporter, men kan sj<73>lvklart anv<6E>ndas p<> andra st<73>llen ocks<6B>. Macrot tar en str<74>ng som parametera och kodar om den i URL-format s<> man kan anv<6E>nda den i just en URL. S<> h<>r kan du anv<6E>nda den: ^URLEncode(\"Detta <20>r en str<74>ng med tecken!\"); \r\n\r\n<b>^User();</b>\r\nAnv<6E>nd detta macro f<>r att visa information om en anv<6E>ndare fr<66>n dennes kontouppgifter eller profil. Om du vill visa anv<6E>ndaren dennes e-postadress skriver du: ^User(\"email\");.\r\n\r\n<b>^/; - System-URL</b>\r\nURL till WebGUI-scriptet (exempel: /index.pl/). \r\n\r\n<b>^\\; - Sid-URL</b>\r\nURL till nuvarande sida (exempel: /index.pl/pagename).\r\n\r\n<b>^@; - Anv<6E>ndarnamn</b>\r\nAnv<6E>ndarnamnet p<> nu inloggad anv<6E>ndare.\r\n\r\n<b>^?; - S<>k</b>\r\nEn s<>kbox p<> sidan. Knuten till WebGUI\'s inbyggda s<>kmotor.\r\n\r\n<b>Note:</b> .searchBox stilklass anv<6E>nds av detta macrot. \r\n\r\n<b>^#; - Anv<6E>ndar-ID</b>\r\nAnv<6E>ndar-ID f<>r nu inloggad anv<6E>ndare.\r\n\r\n<b>^*; or ^*(); - Slumpm<70>ssigt nummer</b>\r\nSlumpm<70>ssigt genererat nummer. Kan anv<6E>ndas f<>r att rotera banners eller andra typer av bilder. Du kan <20>ven v<>lja h<>gsta nummer f<>r slumptalsfunktionen s<>h<E5>r: ^*(100) f<>r att skapa ett slumptal mellan 0 och 100.\r\n\r\n<b>^-;,^0;,^1;,^2;,^3;, etc.</b>\r\nDessa macros <20>r reserverade f<>r system/wobject-specifika funktioner som i SQL-rapporten och Body i stilhanteraren.',1032183175);
INSERT INTO international VALUES (623,'WebGUI',6,'<a href=\"http://www.w3.org/Style/CSS/\">Cascading Style Sheets (CSS)</a> <20>r ett v<>ldigt bra s<>tt att hantera utseendet p<> webbplasen. CSS anv<6E>nds mycket i WebGUI.\r\n\r\nOm du <20>r obekant till hur man anv<6E>nder CSS kan <a href=\"http://www.rit.se/\">RIT AB</a> hj<68>lpa dig med att skapa dessa. Alternativt kan du anv<6E>nda en CSS-redigerare som heter <a href=\"http://www.bradsoft.com/topstyle/index.asp\">Top Style</a>.\r\n\r\nF<6E>ljande lista p<> klasser anv<6E>nds f<>r att kontrollera utseendet p<> WebGUI:\r\n\r\n<b>A</b>\r\nL<6E>nkar.\r\n\r\n<b>BODY</b>\r\nSj<53>lva dokumentets kropp.\r\n\r\n<b>H1</b>\r\nRubriker p<> webbplatsen (varje sida).\r\n\r\n<b>.accountOptions</b>\r\nL<6E>nkar som visas under inloggning och konto-uppdateringsformul<75>r.\r\n\r\n<b>.adminBar</b>\r\nListen som finns l<>ngst upp p<> sidan n<>r du <20>r i administrationsl<73>ge.\r\n\r\n<b>.content</b>\r\nInneh<65>llsdelen p<> samtliga sidor.\r\n\r\n<b>.formDescription</b>\r\nBeskrivningen av alla formul<75>rf<72>lt.\r\n\r\n<b>.formSubtext</b>\r\nTexten som st<73>r inder vissa formul<75>rf<72>lt.\r\n\r\n<b>.highlight</b>\r\nHur varje valt element ser ut, t.ex. f<>r att markera vilket meddelande det <20>r du tittar p<> i en lista.\r\n\r\n<b>.horizontalMenu</b>\r\nDen horisontella menyn (om du anv<6E>nder det macrot).\r\n\r\n<b>.pagination</b>\r\nFram<61>t- och Bak<61>t-l<>nkarna som visas p<> sidor som <20>r indelade i flera.\r\n\r\n<b>.selectedMenuItem</b>\r\nVisar vilken som <20>r den aktuella sidan (sidan som visas nu) p<> samtliga meny-macron.\r\n\r\n<b>.tableData</b>\r\nRaderna p<> till exempel meddelandesystemet.\r\n\r\n<b>.tableHeader</b>\r\n<>versta raden p<> en tabell, i till exempel meddelandesystemet.\r\n\r\n<b>.tableMenu</b>\r\nMenyn f<>r funktioner som p<> meddelandesystem.\r\n\r\n<b>.verticalMenu</b>\r\nDen vertikala menyn (om du anv<6E>nder den).\r\n\r\n<i><b>Note:</b></i> Vissa wobjects och macron har sina egna stilar som dokumenteras i deras respektive hj<68>lpfiler.',1031919778);
INSERT INTO international VALUES (622,'WebGUI',6,'Se <i>Hantera grupper</i> f<>r en beskrivning av gruppering av funktioner och standardgrupper.\r\n\r\n<b>Gruppnamn</b>\r\nNamnet p<> gruppen. Anv<6E>nd ett s<> beskrivande namn som m<>jligt.\r\n\r\n<b>Beskrivning</b>\r\nEn l<>ngre beskrivning av gruppen s<> att andra kan veta vad gruppen <20>r avsedd f<>r och vilka typer av anv<6E>ndare som skall tillh<6C>ra den.\r\n\r\n<b>B<>st f<>re</b>\r\nHur l<>ng tid kan en anv<6E>ndare vara medlem i denna gruppen innan han tas bort fr<66>n den? Detta <20>r mycket anv<6E>ndbart p<> webbplatser d<>r man kan s<>lja medlemskap t.ex. <20>rsvis.\r\n\r\n<i>Note:</i> B<>st-f<>re kan st<73>llas in individuellt p<> respektive anv<6E>ndare.\r\n\r\n<b>Karma-gr<67>ns</b>\r\nOm du har karma p<>slaget s<> <20>r detta en indikator p<> hur mycket karma anv<6E>ndaren m<>ste ha f<>r att anses som medlem i gruppen.',1031918601);
INSERT INTO international VALUES (621,'WebGUI',6,'I stilar kan du anv<6E>nda macros. Se <i>Anv<6E>nd Macros</i> f<>r mer information.\r\n\r\n<b>Stilnamn</b>\r\nEtt unikt namn som beskriver vad stilen ser ut som. Namnet p<>verkar inte hur stilen ser ut i <20>vrigt.\r\n\r\n<b>Body</b>\r\nBodyn som <20>r precis samma som body-taggen i HTML. D<>r kan du definiera hur hela sidan ser ut, inklusive navigering, logotyper, coppyright osv. Som minimum b<>r bodyn inneh<65>lla n<>gra macron som ^Adminbar; (f<>r att visa administrationsmenyn) och ^-; (avdelare) macrot. ^-; visar var WebGUI kommer l<>gga webbplatsens inneh<65>ll.\r\n\r\nOm du beh<65>ver hj<68>lp att skapa en design p<> din webbplats eller bara hj<68>lp att skapa en stil i WebGUI <20>r du v<>lkommen att kontakta <a href=\"http://www.rit.se\">RIT AB</a>.\r\n\r\nM<6E>nga l<>gger in WebGUI macros f<>r att autmatiskt sk<73>ta navigeringen p<> webbplatsen och andra egenskaper.\r\n\r\n<b>Stilmall (style sheet)</b>\r\nH<6E>r l<>gger du dina stilmallsdefinitioner. Stilmallar anv<6E>nds f<>r att kontrollera f<>rger, storlekar och andra egenskaper f<>r de olika elementen p<> webbplatsen. Se <i>Anv<6E>nd stilmallar</i> f<>r mer information.\r\n\r\n<i>Avancerade anv<6E>ndare:</i> f<>r att <20>ka prestandan kan du skapa en extern stilmall och l<>gga p<> servern. F<>r att l<>nka till den skriver du:\r\n&lt;link href=\"/webgui.css\" rel=\"stylesheet\" rev=\"stylesheet\" type=\"text/css\"&gt;',1031918359);
INSERT INTO international VALUES (620,'WebGUI',6,'Som funktionen l<>ter kommer du att ta bort en grupp och ta bort alla anv<6E>ndarna fr<66>n gruppen. Var f<>rsiktig s<> inte sidor som har gruppen som redigerare inte blir oredigeringsbara.\r\n\r\nSom alla borttagningsoperationer kommer du f<> bekr<6B>fta borttagningen. Svara Ja s<> kommer gruppen tas bort och det g<>r inte att <20>ngra sig. Svara du Nej kommer du tas till f<>reg<65>ende sida.',1031917538);
INSERT INTO international VALUES (619,'WebGUI',6,'Den h<>r funktionen raderar valt wobject fr<66>n sidan, utan m<>jlighet att <20>ngra sig. Om du <20>r os<6F>ker p<> om du vill ta bort detta inneh<65>ll kan du ist<73>llet klippa ut det och l<>ta det ligga i klippbordet tills dess du vill anv<6E>nda det igen eller <20>r s<>ker p<> att du vill ta bort det.\r\n\r\nPrecis som med alla borttagningsoperationer kommer du f<> bekr<6B>fta borttagninen. V<>lj Ja och objektet tas bort och kan inte bli <20>terskapat. V<>lj Nej och du tas till sidan du var p<> tidigare.',1031917136);
INSERT INTO international VALUES (618,'WebGUI',6,'<b>\"<22>terh<72>mta l<>senord\"-meddelande</b>\r\nMeddelande som skickas till anv<6E>ndaren d<> personen anv<6E>nder \"<22>terh<72>mta l<>senords\"-funktionen.\r\n\r\n<b>SMTP server</b>\r\nDetta <20>r adressen till din lokala mailserver. Den beh<65>vs f<>r alla wobject som anv<6E>nder e-post (som l<>senords<64>terh<72>mningen).\r\n\r\nOm du k<>r sendmail p<> samma server som WebGUI kan du <20>ven skriva in s<>kv<6B>gen till ditt sendmail-program. P<> de flesta system ligger den i \"/usr/lib/sendmail\" eller \"/usr/sbin/sendmail\".',1031916978);
INSERT INTO international VALUES (617,'WebGUI',6,'Inst<73>llningar f<>r anpassning av WebGUI till dina f<>rh<72>llanden.\r\n\r\n<b>Redigera f<>retagsinformation</b>\r\nInformation specifikt f<>r f<>retaget eller personen som kontrollerar installationen av WebGUI (<28>gare av webbplatsen).\r\n\r\n<b>Redigera inneh<65>llsinst<73>llningar</b>\r\nInst<73>llningar relaterat till inneh<65>ll och inneh<65>llshantering.\r\n\r\n<b>Redigera e-postinst<73>llningar</b>\r\nInst<73>llningar som r<>r e-post och liknande funktioner.\r\n\r\n<b>Redigera <20>vriga inst<73>llningar</b>\r\nInst<73>llningar som inte platsar under n<>gon av de andra grupperna.\r\n\r\n<b>Redigera profilinst<73>llningar</b>\r\nBest<73>m hur anv<6E>ndarprofilerna ska se ut och vad anv<6E>ndaren sj<73>lv kan <20>ndra.\r\n\r\n<b>Redigera anv<6E>ndarinst<73>llningar</b>\r\nInst<73>llningar som ber<65>r anv<6E>ndare (ut<75>ver profilinst<73>llningar), som autenciering och registreringsm<73>jligheter.',1031916710);
INSERT INTO international VALUES (616,'WebGUI',6,'<b>S<>kv<6B>g till WebGUI Extras</b>\r\nWebadressen till katalogen som inneh<65>ller WebGUI-bilder och JavaScript-filer.\r\n\r\n<b>Maximal bilagsstorlek</b>\r\nMaximal storlek p<> filer som laddas upp. Det g<>ller f<>r samtliga wobjects som till<6C>ter filuppladdning och bilder. Storleken m<>ts i kilobyte.\r\n\r\n<b>Minatyrbildsstorlek</b>\r\nStorleken p<> den l<>ngsta sidan av minityrbilder. Miniatyrvyen beh<65>ller proportionerna p<> bilden. Om du s<>tter detta v<>rde till 100 och har en bild som <20>r 400 pixlar bred, 200 pixlar h<>g s<> kommer miniatyrbilden bli 100 pixlar bred, 50 pixlar h<>g.\r\n\r\n<i>Note:</i> Miniatyrbilder skapas autmatiskt n<>r bilder laddas upp.\r\n\r\n<b>Bilageplats, URL</b>\r\nS<6E>kv<6B>gen fr<66>n webbplatsen dit bifogade filer sparas.\r\n\r\n<b>Bilageplats, p<> servern</b>\r\nDen lokala s<>kv<6B>gen till bilagor p<> servern. Kontrollera att webbservern har r<>ttigheter att skriva till katalogen.',1031916437);
INSERT INTO international VALUES (615,'WebGUI',6,'Grupper anv<6E>nds f<>r att f<>rdela r<>ttigheter och ansvarsomr<6D>den i WebGUI-systemet. Till exempel s<> kanske du vill bygga en webbplats f<>r ett skola. Varje klass kan f<> sin egen grupp med b<>de elever och l<>rare. De kan d<>refter f<> sin egen sida att redigera som dom vill. L<>rarna kan ligga i en egen grupp och ha mer r<>ttigheter <20>n eleverna.\r\n\r\nDet finns flera redan inbyggda grupper i WebGUI som har redan definierade betydelser. De f<>ljer:\r\n\r\n<b>Admins</b>\r\nAdmins <20>r personer med oinskr<6B>nkt makt <20>ver systemet. Vanligtvis <20>r det en till tre personer i denna gruppen som har ett <20>vergripande ansvar f<>r allt inneh<65>ll.\r\n\r\n<b>Inneh<65>llshanterare</b>\r\nInneh<65>llshanterare <20>r anv<6E>ndare som har r<>ttigheter att l<>gga till, redigera och ta bort inneh<65>ll fr<66>n olika delar av webbplatsen. Inneh<65>llshanterarna ska inte som grupp anv<6E>ndas f<>r att dela ut r<>ttigheter till specifika delar av webbplatsen, utan bara anv<6E>ndas f<>r att definiera vilka anv<6E>ndare som har r<>ttigheter att redigera sidor. Skapa individuella grupper f<>r varje del av webbplatsen.\r\n\r\n<b>Alla</b>\r\nAlla <20>r en magisk grupp som ingen l<>ggs till i. Alla <20>r alla. Om du vill ha en <20>ppen webbplatsen f<>r b<>de bes<65>kare och anv<6E>ndare ska du anv<6E>nda denna gruppen.\r\n\r\n<b>Packethanterare</b>\r\nAnv<6E>ndare som har r<>ttigheter att l<>gga till, redigera och ta bort paket med wobjects och sidor.\r\n\r\n<b>Registrerade anv<6E>ndare</b>\r\nN<6E>r anv<6E>ndare l<>ggs till systemet hamnar dom i denna gruppen. En anv<6E>ndare ska bara tas bort fr<66>n gruppen om deras konto ska tas bort eller om du vill straffa en br<62>kmakare.\r\n\r\n<b>Stilhanterare</b>\r\nAnv<6E>ndare som har r<>ttighet att <20>ndra p<> webbplatsens stilar. Denna r<>ttighet inneb<65>r inte att de kan <20>ndra r<>ttigheter p<> sidor, utan bara definiera de r<>ttigheter som kan anv<6E>ndas.\r\n\r\n<b>Mallhanterare</b>\r\nAnv<6E>ndare som har r<>ttighet att <20>ndra mallarna p<> webbplatsen.\r\n\r\n<b>Bes<65>kare</b>\r\nEn bes<65>kare <20>r en anv<6E>ndare som inte loggat in <20>nnu. Om du vill straffa en anv<6E>ndare kan du ta bort personen fr<66>n Registrerade anv<6E>ndare och l<>gga in honom i denna gruppen ist<73>llet.',1031911632);
INSERT INTO international VALUES (614,'WebGUI',6,'Stilar anv<6E>nds f<>r att hantera det visuella i WebGUI-sidor. Du kan ha obegr<67>nsat med stilar och endast din fantasi s<>tter gr<67>nserna. \r\n\r\nDet finns ett flertal stilar inbyggda i WebGUI. De f<>rsta av dessa anv<6E>nds av WebGUI och b<>r inte <20>ndras eller tas bort. De sista <20>r exempel-stilar som du kan experimentera med fritt.\r\n\r\n<b>Klippbord</b>\r\nDen h<>r stilen anv<6E>nds i klippbords-systemet.\r\n\r\n<b>Fels<6C>ker</b>\r\nOm du tar bort en stil som anv<6E>nds av sidor kommer de ist<73>llet att f<> denna stilen. Vit bakgrund och enkel navigering.\r\n\r\n<b>G<>r sidor utskriftsbara</b>\r\nDen h<>r stilen anv<6E>nds om du placerar ett <b>^r;</b> macro p<> n<>gon annan sida och anv<6E>ndaren klicka p<> den. Den h<>r stilen ska vara en enkel stil utan mycket grafik f<>r att passa skrivare.\r\n\r\n<b>Packet</b>\r\nDen h<>r stilen anv<6E>nds av packethanteringssystemet.\r\n\r\n<b>Skr<6B>pkorg</b>\r\nDen h<>r stilen anv<6E>nds f<>r att hantera skr<6B>p (borttagna wobjects).\r\n\r\n<hr>\r\n\r\n<b>Demostil</b>\r\nDetta <20>r en demonstration som anv<6E>nder en mall fr<66>n <a href=\"http://www.freewebtemplates.com\">www.freewebtemplates.com</a>.\r\n\r\n<b>Plain Black Software (black) & (white)</b>\r\nDessa designer anv<6E>nds av Plain Black webbplats.\r\n\r\n<b>Yahoo!<21></b>\r\nDesign anv<6E>nd av Yahoo!.\r\n\r\n<b>WebGUI</b>\r\nEnkel WebGUI-design.\r\n\r\n<b>WebGUI 4.0</b>\r\nVid version 4 kom den nya designen och har ersatt den gamla som bara heter WebGUI.',1031910524);
INSERT INTO international VALUES (613,'WebGUI',6,'Anv<6E>ndare <20>r konton i som till<6C>ts g<>ra olika saker. Det finns tv<74> standard-anv<6E>ndare i systemet: Admin och Visitor.\r\n\r\n<b>Admin</b>\r\nAdmin <20>r precis som det l<>ter, en administrat<61>r. Har obegr<67>nsade r<>ttigheter och kan g<>ra allt som g<>r.\r\n\r\n<b>Visitor</b>\r\nBes<65>kskontot. Inga r<>ttigheter alls, f<>rrutom att titta p<> sidor. Alla anv<6E>ndare som inte <20>r inloggade f<>r identiteten Visitor.\r\n\r\n<b>L<>gg till ny anv<6E>ndare</b>\r\nKlicka h<>r f<>r att l<>gga till en ny anv<6E>ndare.\r\n\r\n<b>S<>k</b>\r\nDu kan s<>ka i anv<6E>ndarlistan baserat p<> anv<6E>ndarnamn och e-postadress. ',1031909288);
INSERT INTO international VALUES (612,'WebGUI',6,'Det finns egentligen ingen anledning att ta bort en anv<6E>ndare. Vill du l<>sa ut en person kan du helt enkelt <20>ndra deras l<>senord. Om du <20>r helt s<>ker p<> att du vill ta bort en anv<6E>ndare b<>r du t<>nka p<> konsekvenserna. Om du tar bort en anv<6E>ndare s<> kommer inneh<65>ll de bidragit med p<> webbplatsen att finnas kvar, men om andra anv<6E>ndare f<>rs<72>ker titta p<> anv<6E>ndarens profil kommer de att f<> ett felmeddelande. Om den borttagna anv<6E>ndaren <20>terv<72>nder till webbplatsen och vill komma <20>t och <20>ndra sina gamla bidrag s<> kan man inte enklet g<>ra det genom att l<>gga till en ny anv<6E>ndare med samma anv<6E>ndarnamn som f<>rr, utan m<>ste g<> in direkt i tabellerna via SQL och l<>gg till honom den v<>gen.\r\n\r\nPrecis som med alla borttagningsoperationer kommer du att f<> bekr<6B>fta att du vill forts<74>tta. Svara Ja och anv<6E>ndaren kommer tas bort. Svara Nej och du kommer tillbaka till senaste sidan du var p<>.',1031909117);
INSERT INTO international VALUES (611,'WebGUI',6,'<b>F<>retagsnamn</b>\r\nNamnet p<> f<>retaget. Det kommer synas p<> all e-post och alla st<73>llen du anv<6E>nder f<>retagsnamnsmacrot.\r\n\r\n<b>F<>retagets e-postadress</b>\r\nEn generell e-postadress f<>r ditt f<>retag. Det <20>r fr<66>n den h<>r adressen alla automatiserade meddelanden kommer komma fr<66>n. Det kan ocks<6B> anv<6E>ndas via WebGUI macro-system.\r\n\r\n<b>F<>retags-URL</b>\r\nDen prim<69>ra URL\'en f<>r ditt f<>retag. Kommer ocks<6B> visas p<> alla automatiserade e-postmeddelanden som skickas via WebGUI. Det finns ocks<6B> tillg<6C>ngligt via WebGUI macro-system.',1031908216);
INSERT INTO international VALUES (610,'WebGUI',6,'Se <b>Hantera anv<6E>ndare</b> f<>r mer detaljer.\r\n\r\n<b>Anv<6E>ndarnamn</b>\r\nEtt anv<6E>ndarnamn <20>r en unik identifierare f<>r en anv<6E>ndare. Det <20>r under det h<>r namnet personen kommer bli k<>nd p<> webbplatsen. \r\n\r\n<i><b>Note:</b></i> Administrat<61>rer har obegr<67>nsat inflytande <20>ver WebGUI och kan f<>rbig<69> reglerna. Om du d<>per om eller skapar en anv<6E>ndare s<> kontrollera att det inte redan finns en anv<6E>ndare med det anv<6E>ndarnamnet.\r\n\r\n<b>L<>senord</b>\r\nEtt l<>senord beh<65>vs f<>r att anv<6E>ndaren ska bevisa att dom <20>r den dom utger sig f<>r att vara.\r\n\r\n<b>Autencieringsmetod</b>\r\nSee <i>Redigera inst<73>llningar</i> f<>r detaljer.\r\n\r\n<b>LDAP URL</b>\r\nSee <i>Redigera inst<73>llningar</i> f<>r detaljer.\r\n\r\n<b>Anslutnings-DN</b>\r\nAnslutnings-DN <20>r cn (common name) f<>r en anv<6E>ndare i LDAP-databasen. Det ska specifieras som <b>cn=Sven Svensson</b>. Det <20>r anv<6E>ndarnamnet som kommer att anv<6E>ndas f<>r autenciering mot LDAP-servern.',1031908076);
INSERT INTO international VALUES (609,'WebGUI',6,'N<>r du tar bort en stil kommer alla sidor som anv<6E>nder den stilen att byta till fels<6C>ker (standard) stil. F<>r att garantera oavbruten visning av sidor b<>r du se till att inga sidor anv<6E>nder stilen innan du tar bort den.\r\n\r\nPrecis som med alla borttagningsoperationer kommer du att f<> bekr<6B>fta innan operationen forts<74>tter. Svarar du Ja kommer borttagningen forts<74>tta och du kommer inte kunna <20>ngra dig. Svara du Nej kommer du tas tillbaka till f<>reg<65>ende sida.',1031907542);
INSERT INTO international VALUES (606,'WebGUI',6,'T<>nk p<> sidor som platsh<73>llare f<>r inneh<65>ll. Skapa sidan f<>rst och fyll den sedan med allt du vill att den ska inneh<65>lla.\r\n\r\n<b>Titel</b>\r\nSidans titel. Den anv<6E>nds i navigeringen. Titlar ska vara beskrivande, men inte f<>r l<>nga.\r\n\r\n<b>Menytitel</b>\r\nEn f<>rkortad eller <20>ndrad titel som visas i navigeringsmenyer. Om f<>ltet <20>r tomt kommer titeln att visas.\r\n\r\n<b>Sid-URL</b>\r\nN<6E>r du skapar en sida kommer en URL att genereras baserad p<> sidans titel. Om du <20>r missn<73>jd med URL\'en den skapar automatiskt kan du v<>lja en egen h<>r.\r\n\r\n<b>Omdirigerings-URL</b>\r\nN<6E>r den h<>r sidan bes<65>ks kommer anv<6E>ndaren bli omdirigerad till en URL du fyller i h<>r. F<>r att redigera den h<>r sidan i forts<74>ttningen m<>ste du g<> till den via \"Hantera tr<74>d-vy\" under \"Administrativa funktioner...\".\r\n\r\n<b>Mall</b>\r\nSom standard har WebGUI en stort omr<6D>de d<>r du kan placera wobjects. Du kan v<>lja en annan f<>r att dela upp sidan i mindre omr<6D>den.\r\n\r\n<b>Beskrivning</b>\r\nKort beskrivning av sidan. Anv<6E>nds f<>r att skapa META-taggar och beskrivningar p<> webbplatskartan.\r\n\r\n<b>META-taggar</b>\r\nMETA-taggar anv<6E>nds av vissa s<>kmotorer f<>r att associera nyckelord med inneh<65>llet i texten p<> sidan. Det finns en bra webbplats som heter <a href=\"http://www.metatagbuilder.com/\">Meta Tag Builder</a> som hj<68>lper dig skapa META-taggar om du aldrig gjort det f<>rrut.\r\n\r\n<i>Avancerade anv<6E>ndare:</i> Om du har andra saker som JavaScript kan du l<>gga in det h<>r.\r\n\r\n<b>Anv<6E>nd standard META-taggar?</b>\r\nOm du inte vill v<>lja META-taggar sj<73>lv s<> kan WebGUI generera dessa f<>r dig, baserat p<> sidans titel och ditt f<>retagsnamn. Bocka i denna rutan f<>r att till<6C>ta WebGUI att g<>ra detta.\r\n\r\n<b>Stil</b>\r\nSom standard s<> <20>rver en ny sida vissa egenskaper fr<66>n sidan ovanf<6E>r. En av dessa egenskaper <20>r stilen. V<>lj fr<66>n en lista av stilar om du vill <20>ndra utseendet p<> just denna sidan. \r\n\r\nV<6E>ljer du Ja p<> fr<66>gan under s<> kommer alla sidor under denna sida att <20>rva stilen.\r\n\r\n<b>Startdatum</b>\r\nDatum d<> sidan kommer b<>rja visas f<>r anv<6E>ndarna. Innan dess kommer sidan bara visas f<>r personer med r<>ttighet att <20>ndra sidor.\r\n\r\n<b>Slutdatum</b>\r\nDatum d<> sidan kommer sluta synas. Efter detta kommer sidan bara visas f<>r personer med r<>ttighet att <20>ndra sidor.\r\n\r\n<b><3E>gare</b>\r\nVem <20>ger sidan? Vanligtvis personen som skapade den.\r\n\r\n<b><3E>garen kan se sidan?</b>\r\nKan <20>garen se sin egen sida?\r\n\r\n<b><3E>garen kan redigera sidan?</b>\r\nKan <20>garen redigera sidan? Var f<>rsiktig med att st<73>nga av denna funktion eftersom om <20>garen inte <20>r i sidgruppen s<> kommer han inte l<>ngre kunna redigera sin egen sida.\r\n\r\n<b>Grupp</b>\r\nV<6E>lj vilken grupp som ska <20>ga sidan.\r\n\r\n<b>Grupp kan se sidan?</b>\r\nKan medlemmar i gruppen se sidan?\r\n\r\n<b>Grupp kan redigera sidan?</b>\r\nKan medlemmar i gruppen redgiera sidan?\r\n\r\n<b>Vem som helst kan se?</b>\r\nVem som helst kan se sidan, medlemskap eller inte?\r\n\r\n<b>Vem som helst kan redigera sidan?</b>\r\nKan vem som helst redigera sidan?\r\n\r\n<b>Note:</b> Du kan ge samtliga r<>ttigheter rekursivt, s<> att de <20>ven g<>ller f<>r undersidor.',1031905607);
INSERT INTO international VALUES (71,'Article',6,'Artiklar <20>r den \"schweiziska arm<72>kniven\" f<>r WebGUI. De flesta delar av statiskt inneh<65>ll kan l<>ggas till via en artikel.\r\n\r\n<b>Bild</b>\r\nV<6E>lj en bild (.jpg, .gif, .png) fr<66>n h<>rddisken. Filen kommer att laddas upp till servern och visas i artikeln.\r\n\r\n<b>Positionera bild</b>\r\nV<6E>lj var du vill positionera bilden ovan.\r\n\r\n<b>Bilaga</b>\r\nOm du vill bifoga en Word-fil, zip-fil eller n<>gon annan typ av fil f<>r nerladdning v<>ljer du en fr<66>n h<>rddisken.\r\n\r\n<b>L<>nktitel</b>\r\nOm du vill ha en l<>nk till din artikel skriver du in titeln i det h<>r f<>ltet.\r\n\r\n<i>Exempel:</i> Google\r\n\r\n<b>L<>nk URL</b>\r\nOm du skrev in en l<>nk ovan kan du l<>gga till en URL h<>r.\r\n\r\n<i>Exempel:</i> http://www.google.com\r\n\r\n<b>Konvertera radmatningar</b>\r\nOm du publicerar HTML beh<65>ver du generellt sett inte kryssa f<>r det h<>r alternativet, men om du inte anv<6E>nder HTML och du vill ha en radmatning p<> varje st<73>lle du tryckt p<> \"Enter\"-tangenten s<> ska du kryssa f<>r detta.\r\n\r\n<b>Till<6C>t diskussion</b>\r\nKryssa i den h<>r rutan f<>r att till<6C>ta diskussion runt artikeln. F<>r exempel p<> hur det kan se ut titta p<> <a href=\"http://www.slashdot.org\">slashdot</a>\r\n\r\n<b>Vem kan g<>ra inl<6E>gg?</b>\r\nV<6E>lj vilken grupp som har till<6C>telse att g<>ra inl<6E>gg.\r\n\r\n<b>Time-out f<>r redigering</b>\r\nHur l<>ng tid ska anv<6E>ndaren ha p<> sig att <20>ndra sitt inl<6E>gg innan det l<>ses.\r\n\r\n<i>Note:</i> S<>tt inte den h<>r gr<67>nsen f<>r h<>gt. En av f<>rdelarna med en diskussionsforum <20>r att det finns svart p<> vitt vem som sa vad. Om du till<6C>ter att anv<6E>ndare kan g<> tillbaka och <20>ndra efter en l<>ng tid, s<> kan anv<6E>ndaren <20>ndra det som sades l<>ngt tillbaka i tiden och p<> s<> s<>tt g<>ra diskussionen f<>rvirrande. \r\n\r\n<b>Karma per inl<6E>gg</b>\r\nHur mycket karma ska ges till anv<6E>ndaren f<>r ett inl<6E>gg?\r\n\r\n<b>Vem kan moderera?</b>\r\nV<6E>lj vilken grupp som modererar inl<6E>ggen.\r\n\r\n<b>Modereringstyp</b>\r\nDu kan v<>lja vilken typ av moderering du vill ha f<>r dina anv<6E>ndare. <i>Efterhand</i> betyder att n<>r en anv<6E>ndare g<>r ett inl<6E>gg s<> visas det direkt och kan d<>refter plockas bort av modereringsgruppen (se ovan). <i>F<>rhand</i> betyder att modereringsgruppen m<>ste godk<64>nna inl<6E>gget innan det visas f<>r allm<6C>nheten.\r\n\r\n<i>Note:</i> I b<>da fallen kan modereringsgruppen g<> in och redigera eller ta bort inl<6E>gg fr<66>n anv<6E>ndarna.',1031842118);
INSERT INTO international VALUES (642,'WebGUI',6,'Sida, l<>gg till/redigera',1031841770);
INSERT INTO international VALUES (655,'WebGUI',6,'Anv<6E>ndare, l<>gg till/redigera',1031841753);
INSERT INTO international VALUES (653,'WebGUI',6,'Sida, radera',1031841741);
INSERT INTO international VALUES (656,'WebGUI',6,'F<>retagsinformation, redigera',1031841724);
INSERT INTO international VALUES (657,'WebGUI',6,'Anv<6E>ndare, radera',1031841708);
INSERT INTO international VALUES (658,'WebGUI',6,'Anv<6E>ndare, hantera',1031841696);
INSERT INTO international VALUES (659,'WebGUI',6,'Stilar, hantera',1031841685);
INSERT INTO international VALUES (660,'WebGUI',6,'Grupper, hantera',1031841674);
INSERT INTO international VALUES (661,'WebGUI',6,'Filinst<73>llningar, redigera',1031841664);
INSERT INTO international VALUES (662,'WebGUI',6,'Inst<73>llningar, hantera',1031841649);
INSERT INTO international VALUES (663,'WebGUI',6,'E-postinst<73>llningar, redigera',1031841636);
INSERT INTO international VALUES (664,'WebGUI',6,'Wobject, radera',1031841613);
INSERT INTO international VALUES (665,'WebGUI',6,'Grupp, radera',1031841586);
INSERT INTO international VALUES (666,'WebGUI',6,'Stil, l<>gg till/redigera',1031841553);
INSERT INTO international VALUES (667,'WebGUI',6,'Grupp, l<>gg till/redigera',1031841539);
INSERT INTO international VALUES (668,'WebGUI',6,'Stilmallar, anv<6E>nder',1031841526);
INSERT INTO international VALUES (671,'WebGUI',6,'Wobjects, anv<6E>nder',1031841502);
INSERT INTO international VALUES (677,'WebGUI',6,'Wobject, l<>gg till/redigera',1031841488);
INSERT INTO international VALUES (721,'WebGUI',6,'Namnrymd',1031841468);
INSERT INTO international VALUES (669,'WebGUI',6,'Macros, anv<6E>nder',1031841455);
INSERT INTO international VALUES (670,'WebGUI',6,'Bild, l<>gg till/redigera',1031841435);
INSERT INTO international VALUES (672,'WebGUI',6,'Profilinst<73>llningar, redigera',1031841417);
INSERT INTO international VALUES (674,'WebGUI',6,'Blandade inst<73>llningar, redigera',1031841383);
INSERT INTO international VALUES (675,'WebGUI',6,'S<>kmotor, anv<6E>nder',1031841354);
INSERT INTO international VALUES (679,'WebGUI',6,'Inneh<65>llsinst<73>llningar, redigera',1031841268);
INSERT INTO international VALUES (680,'WebGUI',6,'Paket, l<>gg till',1031841250);
INSERT INTO international VALUES (681,'WebGUI',6,'Paket, skapa',1031841235);
INSERT INTO international VALUES (608,'WebGUI',6,'Att ta bort en sida kan skapa stor oreda om du <20>r os<6F>ker p<> vad du g<>r. Tas en sida bort tas <20>ven allt inneh<65>ll, alla undersidor samt allt innh<6E>ll undersidorna inneh<65>ller bort. Var s<>ker p<> att du redan flyttat <20>ver inneh<65>ll du vill spara till andra sidor innan du tar bort n<>got.\r\n\r\nPrecis som <20>vriga borttagningsfunktioner, s<> kommer du att bli fr<66>gad om du <20>r s<>ker och kunna v<>lja om du vill forts<74>tta borttagningen, eller avbryta. Om du forts<74>tter kommer borttagningen att fortg<74> utan m<>jlighet att <20>ngra sig. Om du avbryter kommer du tillbaka till f<>reg<65>ende sida.',1031841222);
INSERT INTO international VALUES (682,'WebGUI',6,'Anv<6E>ndarprofil, redigera',1031841215);
INSERT INTO international VALUES (683,'WebGUI',6,'Mallar, hantera',1031841199);
INSERT INTO international VALUES (684,'WebGUI',6,'Mall, l<>gg till/redigera',1031841184);
INSERT INTO international VALUES (696,'WebGUI',6,'Papperskorg, t<>m',1031841167);
INSERT INTO international VALUES (685,'WebGUI',6,'Mall, radera',1031841131);
INSERT INTO international VALUES (59,'Survey',1,'View statistical overview.',1037556614);
INSERT INTO international VALUES (697,'WebGUI',6,'Karma, anv<6E>nder',1031841097);
INSERT INTO international VALUES (699,'WebGUI',6,'F<>rsta dagen i veckan',1031840984);
INSERT INTO international VALUES (713,'WebGUI',6,'Stilhanteringsgrupp',1031840911);
INSERT INTO international VALUES (714,'WebGUI',6,'Mallhanteringsgrupp',1031840891);
INSERT INTO international VALUES (715,'WebGUI',6,'Ompeknings-URL',1031840875);
INSERT INTO international VALUES (716,'WebGUI',6,'Logga in',1031840859);
INSERT INTO international VALUES (717,'WebGUI',6,'Logga ut',1031840849);
INSERT INTO international VALUES (718,'WebGUI',6,'Exportera <20>vers<72>ttning.',1031840838);
INSERT INTO international VALUES (719,'WebGUI',6,'Utg<74>ngen',1031840824);
INSERT INTO international VALUES (601,'WebGUI',6,'Internationell-ID',1031840751);
INSERT INTO international VALUES (592,'WebGUI',6,'Teckenupps<70>ttning',1031840733);
INSERT INTO international VALUES (720,'WebGUI',6,'OK',1031840711);
INSERT INTO international VALUES (589,'WebGUI',6,'Redigera spr<70>k',1031840686);
INSERT INTO international VALUES (722,'WebGUI',6,'ID',1031840678);
INSERT INTO international VALUES (583,'WebGUI',6,'Max bildstorlek',1031840677);
INSERT INTO international VALUES (569,'WebGUI',6,'Modereringstyp',1031840667);
INSERT INTO international VALUES (568,'WebGUI',6,'Efterhand',1031840659);
INSERT INTO international VALUES (559,'WebGUI',6,'K<>r vid registrering',1031840650);
INSERT INTO international VALUES (711,'WebGUI',6,'Bildhanteringsgrupp',1031840616);
INSERT INTO international VALUES (710,'WebGUI',6,'Redigera privilege-inst<73>llningar',1031840588);
INSERT INTO international VALUES (708,'WebGUI',6,'Privilege-inst<73>llningar, hantera',1031840562);
INSERT INTO international VALUES (554,'WebGUI',6,'Behandla',1031840452);
INSERT INTO international VALUES (551,'WebGUI',6,'P<>minnelse',1031840439);
INSERT INTO international VALUES (552,'WebGUI',6,'V<>ntande',1031840427);
INSERT INTO international VALUES (707,'WebGUI',6,'Visa fels<6C>kningsinformation?',1031840397);
INSERT INTO international VALUES (584,'WebGUI',10,'Tilf<6C>j nyt sprog.',1037205300);
INSERT INTO international VALUES (706,'WebGUI',6,'Timma(r)',1031840361);
INSERT INTO international VALUES (705,'WebGUI',6,'Minut(er)',1031840344);
INSERT INTO international VALUES (704,'WebGUI',6,'Sekund(er)',1031840333);
INSERT INTO international VALUES (703,'WebGUI',6,'<27>r',1031840321);
INSERT INTO international VALUES (702,'WebGUI',6,'M<>nad(er)',1031840312);
INSERT INTO international VALUES (582,'WebGUI',10,'Lad v<>re blank',1037205253);
INSERT INTO international VALUES (581,'WebGUI',10,'Tilf<6C>j en ny v<>rdi',1037205231);
INSERT INTO international VALUES (580,'WebGUI',10,'Din meddelels er <bold>ikke</bold> blevet godkendt.',1037205214);
INSERT INTO international VALUES (512,'WebGUI',6,'N<>sta tr<74>d',1031840161);
INSERT INTO international VALUES (509,'WebGUI',6,'Diskussionsdesign',1031840153);
INSERT INTO international VALUES (508,'WebGUI',6,'Hantera mallar.',1031840138);
INSERT INTO international VALUES (506,'WebGUI',6,'Hantera mallar',1031840127);
INSERT INTO international VALUES (505,'WebGUI',6,'L<>gg till ny mall.',1031840119);
INSERT INTO international VALUES (502,'WebGUI',6,'<27>r du s<>ker p<> att du vill ta bort den h<>r mallen och l<>ta alla sidor som anv<6E>nde den att byta till standardmallen?',1031840100);
INSERT INTO international VALUES (500,'WebGUI',6,'Sid-ID',1031839975);
INSERT INTO international VALUES (499,'WebGUI',6,'Wobject-ID',1031839351);
INSERT INTO international VALUES (498,'WebGUI',6,'Slutdatum',1031839341);
INSERT INTO international VALUES (496,'WebGUI',6,'Anv<6E>nd redigerare',1031839332);
INSERT INTO international VALUES (495,'WebGUI',6,'Inbyggd redigerare',1031839316);
INSERT INTO international VALUES (494,'WebGUI',6,'Real Objects Edit-On Pro',1031839302);
INSERT INTO international VALUES (406,'WebGUI',6,'Miniatyrbildsstorlek',1031839235);
INSERT INTO international VALUES (601,'WebGUI',10,'International ID',1037205754);
INSERT INTO international VALUES (71,'USS',6,'Anv<6E>ndarinl<6E>ggsystem <20>r ett bra s<>tt att bygga upp en community p<> webbplatsen och f<> gratis inneh<65>ll fr<66>n dina anv<6E>ndare.\r\n\r\n<b>Design</b>\r\nVad ska inl<6E>ggsystemet se ut som? Dessa olika vyer finns tillg<6C>ngliga:\r\n<lu>\r\n <li><b>Traditionell</b> - Skapar en enkel kalkylarksliknande lista av varje inl<6E>gg och sorterar efter datum.</li>\r\n <li><b>Webbok</b> - Skapar en vy som liknar nyhetswebbplatsen <a href=\"http://www.slashdot.org\">Slashdot</a>. F<>r att begr<67>nsa antalet artiklar p<> f<>rstasidan kan du anv<6E>nda macrot ^-; d<>r du vill att f<>rstasidans inneh<65>ll ska sluta.</li>\r\n <li><b>Fotogalleri</b> - skapar en matris av miniatyrbilder som kan klickas p<> f<>r att <20>ppna bilden i full storlek.</li>\r\n\r\n<b>Vem kan godk<64>nna?</b>\r\nV<6E>lj en grupp som ska godk<64>nna eller refusera inl<6E>gg.\r\n\r\n<b>Vem kan bidra?</b>\r\nV<6E>lj en grupp som kan bidra med inneh<65>ll.\r\n\r\n<b>Inl<6E>gg per sida?</b>\r\nHur m<>nga inl<6E>gg ska visas per sida i inl<6E>ggsindexet?\r\n\r\n<b>Standardstatus</b>\r\nSka inl<6E>gg s<>ttas till <i>godk<64>nd</i>, <i>v<>ntande</i> eller <i>refuserad</i> som standard.\r\n\r\n<i>Note:</i> Om du s<>tter standardstatus till v<>ntande s<> m<>ste du sj<73>lv <20>vervaka meddelandeloggen och godk<64>nna/refusera inl<6E>gg.\r\n\r\n<b>Karma per inl<6E>gg</b>\r\nHur mycket karma ges till en anv<6E>ndare n<>r de bidrar med inl<6E>gg?\r\n\r\n<b>Visa miniatyrbilder?</b>\r\nOm det finns en bild med i inl<6E>gget kommer denna att visas som en miniatyrbild i designen (se ovan).\r\n\r\n<b>Till<6C>t diskussion?</b>\r\nVill du koppla ett diskussionsforum till inl<6E>ggen? Om du g<>r det s<> kommer anv<6E>ndarna att kunna kommentera inl<6E>ggen.\r\n\r\n<b>Vem kan skicka?</b>\r\nV<6E>lj en grupp som kan skicka kommentarer till inl<6E>ggen.\r\n\r\n<b>Redigeringstimeout</b>\r\nHur l<>ng tid har en anv<6E>ndare p<> sig att redigera dennes inl<6E>gg innan det blir l<>st? \r\n\r\n<i>Note:</i> S<>tt inte denna gr<67>nsen f<>r h<>gt. Om anv<6E>ndarna till<6C>ts g<> tillbaka och <20>ndra l<>ngt bak i tiden kan det bli f<>rvirrande n<>r man l<>ser kommentarer till en borttagen text. \r\n\r\n<b>Karma per kommentar</b>\r\nHur mycket karma ges till anv<6E>ndare som g<>r kommentarer till inl<6E>gget?\r\n\r\n<b>Vem kan moderera?</b>\r\nV<6E>lj en grupp som modererar kommentarerna.\r\n\r\n<b>Modereringstyp</b>\r\nDu kan v<>lja vilken typ av moderering du vill ha p<> kommentarerna. <i>Efterhand</i> menar att kommentarerna publiceras direkt och tas bort/redigeras i efterhand. <i>F<>rhand</i> menas att kommentarerna m<>ste godk<64>nnas av n<>gon i modereringsgruppen innan dom visas p<> webbplatsen.\r\n\r\n<b><i>Note:</i><b> oavsett modereringstyp kan modererarna alltid g<> in och redigera/ta bort kommentarer och inl<6E>gg.',1031839167);
INSERT INTO international VALUES (567,'WebGUI',6,'F<>rhand',1031837015);
INSERT INTO international VALUES (582,'WebGUI',6,'L<>mna tom',1031836927);
INSERT INTO international VALUES (581,'WebGUI',6,'L<>gg till nytt v<>rde',1031836912);
INSERT INTO international VALUES (578,'WebGUI',6,'Du har ett meddelande att godk<64>nna v<>ntandes.',1031836898);
INSERT INTO international VALUES (576,'WebGUI',6,'Radera',1031836869);
INSERT INTO international VALUES (575,'WebGUI',6,'Redigera',1031836853);
INSERT INTO international VALUES (571,'WebGUI',6,'L<>s upp tr<74>d',1031836840);
INSERT INTO international VALUES (570,'WebGUI',6,'L<>s tr<74>d',1031836826);
INSERT INTO international VALUES (516,'WebGUI',6,'Sl<53> p<> Admin!',1031836796);
INSERT INTO international VALUES (522,'WebGUI',6,'Jag skulle vilja bli p<>mind via ICQ.',1031836777);
INSERT INTO international VALUES (524,'WebGUI',6,'L<>gg till redigerad-st<73>mpel p<> inl<6E>gg?',1031836642);
INSERT INTO international VALUES (542,'WebGUI',6,'F<>reg<65>ende..',1031836615);
INSERT INTO international VALUES (543,'WebGUI',6,'L<>gg till en ny bildgrupp.',1031836602);
INSERT INTO international VALUES (527,'WebGUI',6,'Startsida',1031836587);
INSERT INTO international VALUES (538,'WebGUI',6,'Karma-tr<74>skel',1031836567);
INSERT INTO international VALUES (540,'WebGUI',6,'Karma per inloggning',1031836552);
INSERT INTO international VALUES (513,'WebGUI',6,'F<>reg<65>ende tr<74>d',1031836539);
INSERT INTO international VALUES (533,'WebGUI',6,'<b>utan</b> orden',1031836528);
INSERT INTO international VALUES (541,'WebGUI',6,'Karma per inl<6E>gg',1031836516);
INSERT INTO international VALUES (517,'WebGUI',6,'Sl<53> av Admin!',1031836504);
INSERT INTO international VALUES (514,'WebGUI',6,'Vyer',1031836491);
INSERT INTO international VALUES (511,'WebGUI',6,'Tr<54>dad',1031836478);
INSERT INTO international VALUES (515,'WebGUI',6,'L<>gg till redigerad-st<73>mpel p<> inl<6E>gg?',1031836467);
INSERT INTO international VALUES (531,'WebGUI',6,'med den <b>exakta frasen</b>',1031836437);
INSERT INTO international VALUES (521,'WebGUI',6,'Jag skulle vilja bli p<>mind via e-post till persons<6E>kare.',1031836411);
INSERT INTO international VALUES (532,'WebGUI',6,'med <b><3E>tminstone ett</b> av orden',1031836371);
INSERT INTO international VALUES (526,'WebGUI',6,'Ta bort bara JavaScript.',1031836348);
INSERT INTO international VALUES (530,'WebGUI',6,'med <b>alla</b> orden',1031836324);
INSERT INTO international VALUES (528,'WebGUI',6,'Mallnamn',1031836303);
INSERT INTO international VALUES (529,'WebGUI',6,'resultat',1031836291);
INSERT INTO international VALUES (525,'WebGUI',6,'Redigera inneh<65>llsinst<73>llningar',1031836278);
INSERT INTO international VALUES (537,'WebGUI',6,'Karma',1031836256);
INSERT INTO international VALUES (536,'WebGUI',6,'En ny anv<6E>ndare kallad ^@; har anslutit till webbplatsen.',1031836246);
INSERT INTO international VALUES (535,'WebGUI',6,'Grupp att varna vid ny anv<6E>ndare',1031836219);
INSERT INTO international VALUES (523,'WebGUI',6,'P<>minnelse',1031836205);
INSERT INTO international VALUES (558,'WebGUI',6,'Redigera anv<6E>ndarens karma',1031836195);
INSERT INTO international VALUES (539,'WebGUI',6,'Anv<6E>nd karma?',1031836178);
INSERT INTO international VALUES (534,'WebGUI',6,'Varna vid ny anv<6E>ndare?',1031836166);
INSERT INTO international VALUES (556,'WebGUI',6,'Antal',1031836143);
INSERT INTO international VALUES (607,'WebGUI',6,'<b>Anonyma registreringar</b>\r\nVill Du till<6C>ta bes<65>kare till din webbplats att registrera sig?\r\n\r\n<b>K<>r vid registrering</b>\r\nOm det <20>terfinns en kommandorad h<>r, kommer den att k<>ras varje g<>ng en anv<6E>ndare registrerar sig anonymt.\r\n\r\n<b>Varning vid ny anv<6E>ndare?</b>\r\nSkall n<>gon f<> en varning n<>r en anv<6E>ndare registrerar sig anonymt?\r\n\r\n<b>Grupp att varna vid ny anv<6E>ndare</b>\r\nVilken grupp skall bli varnad n<>r en ny anv<6E>ndare registreras?\r\n\r\n<b>Anv<6E>nd Karma?</b>\r\nSkall karma anv<6E>ndas?\r\n\r\n<b>Karma per inloggning</b>\r\nDen m<>ngd karma en anv<6E>ndare skall f<> n<>r dom loggar in. Denna inst<73>llning anv<6E>nds bara om karma anv<6E>nds.\r\n\r\n<b>Sessionstimeout</b>\r\nDen m<>ngd tid som en session forts<74>tter vara aktiv (innan man beh<65>ver logga in p<> nytt). Timeoutv<74>rdet nollst<73>lls varje g<>ng en anv<6E>ndare laddar en sida. D<>rf<72>r, om Du s<>tter detta v<>rde till <20>tta timmar, anv<6E>ndaren skulle bli tvungen att logga in p<> nytt om han/hon inte be<62>kt sidan p<> <20>tta timmar.\r\n\r\n<b>Authenticeringsmetod (standard)</b>\r\nVad skall standard-autheticeringsmetoden f<>r nya konton vara? De tv<74> tillg<6C>ngliga alternativen <20>r WebGUI och LDAP. WebGUI authenticering betyder att anv<6E>ndare authenticeras mot det anv<6E>ndarnamn och l<>senord som finns sparat i WebGUI\'s databas. LDAP authenticering betyder att anv<6E>ndare authenticeras mot en extern LDAP server.\r\n\r\n<i>Note:</i> Authenticeringsinst<73>llningar kan s<>ttas per anv<6E>ndare.\r\n\r\n<b>Bindning till anv<6E>ndarnamn</b>\r\nBind WebGUI-anv<6E>ndarnamn till en LDAP-identitet. Detta kr<6B>ver att anv<6E>ndaren har samma anv<6E>ndarnamn i WebGUI som det dom angav i den anonyma registreringsprocessen. Det betyder ocks<6B> att dom inte kan <20>ndra sitt anv<6E>ndarnamn senare. Denna inst<73>llning tr<74>der enbart i kraft om anv<6E>ndaren authenticerar mot LDAP.\r\n\r\n<b>URL till LDAP (standard)</b>\r\nStandards<64>kv<6B>gen till din LDAP-server. En LDAP-URL skall se ut p<> f<>ljande s<>tt, <b>ldap://[server]:[port]/[base DN]</b>.\r\n\r\n<i>Exempel:</i> ldap://ldap.mittforetag.se:389/o=MittForetag.\r\n\r\n---\r\n\r\nLDAP Identity\r\nThe LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is shortname, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be shortname then Jon Doe would enter jdoe during the registration process. \r\n\r\nLDAP Identity Name\r\nThe label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their Web Username. So you could enter that label here for consitency. \r\n\r\nLDAP Password Name\r\nJust as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.',1031836131);
INSERT INTO international VALUES (61,'USS',6,'Anv<6E>ndarinl<6E>ggsystem, l<>gg till/redigera',1031834839);
INSERT INTO international VALUES (59,'USS',6,'N<>sta inl<6E>gg',1031834797);
INSERT INTO international VALUES (58,'USS',6,'Tidigare inl<6E>gg',1031834779);
INSERT INTO international VALUES (57,'USS',6,'Svar',1031834770);
INSERT INTO international VALUES (53,'USS',6,'Design',1031834723);
INSERT INTO international VALUES (52,'USS',6,'Miniatyrbild',1031834714);
INSERT INTO international VALUES (51,'USS',6,'Visa miniatyrbilder?',1031834699);
INSERT INTO international VALUES (48,'USS',6,'Till<6C>t diskussion?',1031834689);
INSERT INTO international VALUES (47,'USS',6,'Skicka ett svar',1031834680);
INSERT INTO international VALUES (46,'USS',6,'L<>s mer...',1031834609);
INSERT INTO international VALUES (45,'USS',6,'<27>terv<72>nd till inl<6E>gg',1031834595);
INSERT INTO international VALUES (41,'USS',6,'Datum',1031834546);
INSERT INTO international VALUES (39,'USS',6,'Skicka ett svar',1031834531);
INSERT INTO international VALUES (38,'USS',6,'(V<>lj \"Nej\" om du skriver ett HTML/Rich Edit inl<6E>gg)',1031834517);
INSERT INTO international VALUES (590,'WebGUI',6,'Spr<70>k-ID',1031834347);
INSERT INTO international VALUES (595,'WebGUI',6,'Internationella meddelanden',1031834336);
INSERT INTO international VALUES (598,'WebGUI',6,'Redigera spr<70>k.',1031834318);
INSERT INTO international VALUES (594,'WebGUI',6,'<27>vers<72>tt meddelanden.',1031834291);
INSERT INTO international VALUES (605,'WebGUI',6,'L<>gg till grupper',1032434647);
INSERT INTO international VALUES (597,'WebGUI',6,'Redigera Internationella Meddelanden',1031834246);
INSERT INTO international VALUES (596,'WebGUI',6,'SAKNAS',1031834211);
INSERT INTO international VALUES (585,'WebGUI',6,'Hantera <20>vers<72>ttningar.',1031834200);
INSERT INTO international VALUES (586,'WebGUI',6,'Spr<70>k',1031834183);
INSERT INTO international VALUES (591,'WebGUI',6,'Spr<70>k',1031834175);
INSERT INTO international VALUES (593,'WebGUI',6,'Skicka <20>vers<72>ttning.',1031834162);
INSERT INTO international VALUES (587,'WebGUI',6,'<27>r Du s<>ker p<> att Du vill ta bort det h<>r spr<70>ket, inklusive all hj<68>lp och internationella meddelanden som h<>r till det?',1031834148);
INSERT INTO international VALUES (553,'WebGUI',6,'Status',1031834095);
INSERT INTO international VALUES (555,'WebGUI',6,'Redigera den h<>r anv<6E>ndarens karma.',1031834086);
INSERT INTO international VALUES (501,'WebGUI',6,'Inneh<65>ll',1031834057);
INSERT INTO international VALUES (30,'USS',6,'Karma per inl<6E>gg',1031834054);
INSERT INTO international VALUES (520,'WebGUI',6,'Jag vill bli p<>mind via e-post.',1031834042);
INSERT INTO international VALUES (71,'SyndicatedContent',6,'Syndikatinneh<65>ll <20>r inneh<65>ll som tas fr<66>n extern webbplats. Formatet p<> inneh<65>llet <20>r RDF/RSS. Denna teknik anv<6E>nds ofta f<>r att dra nyhetsrubriker fr<66>n webplatser som <a href=\"http://www.cnn.com/\">CNN</a> och <a href=\"http://slashdot.org/\">Slashdot</a>. Det kan sj<73>lvklart anv<6E>ndas f<>r andra saker som sportresultat och aktiekurser.\r\n\r\n<b>URL till RSS-fil</b>\r\nSkriv in exakt URL till (inled med http://) till inneh<65>llets RDF eller RSS-fil. Inneh<65>ller kommer laddas ner varje timme.\r\n\r\nDu kan hitta inneh<65>ll p<> f<>ljande webbplatser:\r\n\r\n<ul>\r\n<li><a href=\"http://www.newsisfree.com\">http://www.newsisfree.com</a></li>\r\n<li><a href=\"http://www.syndic8.com\">http://www.syndic8.com</a></li>\r\n<li><a href=\"http://www.voidstar.com/node.php?id=144\">http://www.voidstar.com/node.php?id=144</a></li>\r\n<li><a href=\"http://my.userland.com\">http://my.userland.com</a></li>\r\n<li><a href=\"http://www.webreference.com/services/news/\">http://www.webreference.com/services/news/</a></li>\r\n<li><a href=\"http://www.xmltree.com\">http://www.xmltree.com</a></li>\r\n<li><a href=\"http://w.moreover.com/\">http://w.moreover.com/</a></li>\r\n</ul>',1031834039);
INSERT INTO international VALUES (580,'WebGUI',6,'Ditt meddelande har blivit nekat.',1031834021);
INSERT INTO international VALUES (584,'WebGUI',6,'L<>gg till ett nytt spr<70>k.',1031833978);
INSERT INTO international VALUES (579,'WebGUI',6,'Ditt meddelande har blivit godk<64>nt.',1031833963);
INSERT INTO international VALUES (588,'WebGUI',6,'<27>r du s<>ker p<> att du vill skicka denna <20>vers<72>ttning till Plain Black f<>r inkludering i den officiella distributionen av WebGUI? Genom att klicka p<> Ja-l<>nken <20>r du underf<72>rst<73>dd med att du ger Plain Black ohindrad tillg<6C>ng till att anv<6E>nda <20>vers<72>ttningen i sina mjukvaror.',1032859216);
INSERT INTO international VALUES (507,'WebGUI',6,'Redigera Mall',1031833730);
INSERT INTO international VALUES (519,'WebGUI',6,'Jag vill inte bli p<>mind.',1031833690);
INSERT INTO international VALUES (518,'WebGUI',6,'Inkorgsnotifikationer',1031833674);
INSERT INTO international VALUES (504,'WebGUI',6,'Mall',1031833582);
INSERT INTO international VALUES (503,'WebGUI',6,'Mall-ID\r\n',1031833573);
INSERT INTO international VALUES (510,'WebGUI',6,'Platt',1031833536);
INSERT INTO international VALUES (61,'SyndicatedContent',6,'Syndikatinneh<65>ll, l<>gg till/redigera',1031832804);
INSERT INTO international VALUES (71,'SiteMap',6,'Webbplatskartor anv<6E>nds som alternativ navigering i WebGUI. Du kan s<>tta upp en traditionell webbplatskarta som visar en hierarkisk vy av webbplatsen, eller bara anv<6E>nda den som extra navigering p<> vissa niv<69>er i webbplatsen.\r\n\r\n<b>Visa beskrivning?</b>\r\nOm du vill visa respektive sidas beskrivning bredvid l<>nkar. F<>r att det h<>r alternativet ska fungera b<>r samtliga sidor ha en beskrivning.\r\n\r\n<b>B<>rja fr<66>n denna niv<69>n?</b>\r\nIf du vill att webbplatskartan ska b<>rja fr<66>n den niv<69>n du befinner dig p<> nu s<> bocka h<>r. Om du vill att webbplatskartan ska b<>rja fr<66>n f<>rstasidan s<> bockar du inte i den.\r\n\r\n<b>Djup</b>\r\nHur m<>nga niv<69>er ner ska webbplatskartan g<>? Om du s<>tter 0 (noll) h<>r s<> visas samtliga niv<69>er.\r\n\r\n<b>Indrag</b>\r\nHur m<>nga tecken ska indentera varje niv<69>?\r\n\r\n<b>Kula</b>\r\nV<6E>lj vilken kula som ska vara f<>re varje rad. Du kan l<>mna det h<>r f<>ltet blankt om du vill. Du kan <20>ven v<>lja HTML-kulor som <20> som <20>. Du kan <20>ven anv<6E>nda bilder fr<66>n bildhanteraren genom att anv<6E>nda macrot ^I(kula);\r\n\r\n<b>Linjeh<65>jd</b>\r\nV<6E>lj hur m<>nga radbrytningar som ska vara mellan varje rad. Detta v<>rdet b<>r vara 1 eller h<>gre.\r\n\r\n',1031832684);
INSERT INTO international VALUES (61,'SiteMap',6,'Webbplatskarta, l<>gg till/redigera',1031818471);
INSERT INTO international VALUES (71,'SQLReport',6,'SQL-rapporter <20>n n<>got av det mest kraftfulla vapnet i WebGUI\'s arsenal. Den till<6C>ter dig att g<>ra sql-fr<66>gor direkt mot en databas du har tillg<6C>ng till. Kan anv<6E>ndas f<>r att integrera en m<>ngd olika data i WebGUI.\r\n\r\n<b>K<>r macros p<> fr<66>gan</b>\r\nOm du anv<6E>nder macros i din fr<66>ga s<> kryssa i denna ruta.\r\n\r\n<b>Debug?</b>\r\nVill du visa avlusnings- och felmeddelanden p<> sidan kryssa i denna ruta.\r\n\r\n<b>Fr<46>ga</b>\r\nDetta <20>r en standard SQL-fr<66>ga. Du kan g<>ra fr<66>gorna med dynamiska genom att anv<6E>nda ^FormParam(); macrot.\r\n\r\n<b>Rapportmall</b>\r\nEn mall f<>r hur resultatet kommer presenteras. Normalt anv<6E>nds HTML-tabeller f<>r att skapa en snygg rapport. Om du l<>mnar f<>ltet tomt kommer en standardmall anv<6E>ndas, baserat p<> resultatet fr<66>n SQL-fr<66>gan.\r\n\r\nDet finns special-macros f<>r anv<6E>ndning i SQL-rapporter. Det <20>r ^-;, ^0;, ^1;, ^2;, ^3; och s<> vidare. Dessa macros behandlas oavsett om du kryssat f<>r K<>r macros tidigare. \"^-;\"-macrot <20>r en avgr<67>nsare f<>r att visa var loopande material b<>rjar och slutar. Det mellan \"^-;\" kommer att visas f<>r varje rad av resultatet. De numeriska macron representerar dataf<61>lten som returneras av fr<66>gan (^0; <20>r f<>rsta kolumnen osv). Det finns ett extra macro, ^rownum; som r<>knar vilken rad loopen <20>r p<> (startar p<> 1).\r\n\r\n<b>DSN</b>\r\nData Source Name <20>r den unika identifieraren som Perl anv<6E>nder sig av f<>r att beskriva drivrutin, v<>rddator samt databas du vill st<73>lla fr<66>gan till. Formatet <20>r som f<>ljer: DBI:[drivrutin]:[databasnamn]:[v<>rd].\r\n\r\n<i>Example:</i> DBI:mysql:WebGUI:localhost\r\n\r\n<b>Databasanv<6E>ndare</b>\r\nAnv<6E>ndarnamn f<>r din DSN.\r\n\r\n<b>Databasl<73>senord</b>\r\nL<6E>senorder till din DSN.\r\n\r\n<b>Sidbryt efter</b>\r\nHur m<>nga rader kommer visas innan resultatet delas upp i fler sidor? \r\n\r\n<b>Konvertera radbrytning</b>\r\nVill du konvertera radbrytningar i resultatet till HTML-brytningar?',1031818311);
INSERT INTO international VALUES (61,'SQLReport',6,'SQL-rapport, l<>gg till/redigera',1031754304);
INSERT INTO international VALUES (9,'Product',6,'Produktbild 3',1031754258);
INSERT INTO international VALUES (8,'Product',6,'Produktbild 2',1031754246);
INSERT INTO international VALUES (7,'Product',6,'Produktbild 1',1031754236);
INSERT INTO international VALUES (557,'WebGUI',6,'Beskrivning',1031752171);
INSERT INTO international VALUES (62,'Product',6,'Produktmall, l<>gg till/redigera',1031752165);
INSERT INTO international VALUES (61,'Product',6,'Produktmall',1031752154);
INSERT INTO international VALUES (60,'Product',6,'Mall',1031752147);
INSERT INTO international VALUES (6,'Product',6,'Redigera produkt',1031752141);
INSERT INTO international VALUES (59,'Product',6,'Namn',1031752134);
INSERT INTO international VALUES (58,'Product',6,'Redigera produktmall',1031752128);
INSERT INTO international VALUES (57,'Product',6,'<27>r du s<>ker p<> att du vill ta bort denna mallen och l<>ta alla produkter anv<6E>nda standardmallen.',1031752119);
INSERT INTO international VALUES (56,'Product',6,'L<>gg till en produktmall.',1031752065);
INSERT INTO international VALUES (55,'Product',6,'L<>gg till f<>rdel',1031752048);
INSERT INTO international VALUES (54,'Product',6,'F<>rdelar',1031752039);
INSERT INTO international VALUES (53,'Product',6,'Redigera f<>rdel',1031752033);
INSERT INTO international VALUES (52,'Product',6,'L<>gg till fler f<>rdelar?',1031751996);
INSERT INTO international VALUES (51,'Product',6,'F<>rdel',1031751984);
INSERT INTO international VALUES (50,'Product',6,'F<>rdelar <20>r ett resultat av produktens egenskaper. De f<>rklara varf<72>r din produkt <20>r den b<>sta. L<>gger du till f<>rdelar b<>r du ocks<6B> l<>gga till egenskaper.\r\n\r\n<b>F<>rdel</b>\r\nDu kan l<>gga till en ny f<>rdel eller anv<6E>nda en du redan skrivit in.\r\n\r\n<b>Forts<74>tt att l<>gga till f<>rdelar?</b>\r\nVill du l<>gga till fler f<>rdelar v<>ljer du Ja h<>r.',1031751977);
INSERT INTO international VALUES (5,'Product',6,'<27>r du s<>ker p<> att du vill ta bort denna produktspecifikation?',1031751821);
INSERT INTO international VALUES (49,'Product',6,'Produktf<74>rdel, l<>gg till/redigera',1031751804);
INSERT INTO international VALUES (48,'Product',6,'<27>r du s<>ker p<> att du vill ta bort denna f<>rdelen? Den kan inte tas tillbaka efter borttagning.',1031751703);
INSERT INTO international VALUES (47,'Product',6,'Relaterade produkter <20>r produkter som <20>r likv<6B>rdiga eller som kompletterar varandra.\r\n\r\n<b>Relaterade produkter</b>\r\nV<6E>lj en produkt fr<66>n listan med tidigare skapade produkter.\r\n\r\n<b>Forts<74>tt l<>gga till relaterad produkt?</b>\r\nV<6E>lj Ja om du har ytterligare relaterade produkter.',1031751664);
INSERT INTO international VALUES (46,'Product',6,'Produkt (relaterad), l<>gg till/redigera',1031750934);
INSERT INTO international VALUES (45,'Product',6,'Tillbeh<65>r <20>r produkter som kan ut<75>ka och/eller f<>rb<72>ttra andra produkter.\r\n\r\n<b>Tillbeh<65>r</b>\r\nV<6E>lj fr<66>n en lista med redan upplagda produkter.\r\n\r\n<b>Forts<74>tt med att l<>gga till tillbeh<65>r?</b>\r\nV<6E>lj Ja om du vill forts<74>tta l<>gga till tillbeh<65>r.',1031750754);
INSERT INTO international VALUES (44,'Product',6,'Produktillbeh<65>r, l<>gg till/redigera',1031750680);
INSERT INTO international VALUES (43,'Product',6,'Specifikationer <20>r den tekniska beskrivningen av produkten.\r\n\r\n<b>Etikett</b>\r\nTyp av specifikation. Till exempel h<>jd, bredd, vikt eller f<>rg. Du kan v<>lja en du valt till andra produkter eller skriva in en nya.\r\n\r\n<b>Specifikation</b>\r\nDet faktiska v<>rdet p<> etiketten. Valde du till exempel vikt som etikett s<> s<>tter du specifikationen till 18 (om din produkt v<>ger 18 kilo).\r\n\r\n<b>Enheter</b>\r\nI vilken enhet m<>ts etiketten? Valde du vikt ovan som exempel s<> skriver du \"kg\" eller \"kilo\" h<>r.\r\n\r\n<b>L<>gg till fler specifikationer?</b>\r\nV<6E>lj Ja om du vill l<>gga till fler.',1031750622);
INSERT INTO international VALUES (42,'Product',6,'Produktspecifikation, l<>gg till/redigera',1031749830);
INSERT INTO international VALUES (41,'Product',6,'Egenskaper <20>r s<>ljande fraser f<>r produkten. Anv<6E>nds som f<>rs<72>ljningsargument f<>r <20>kad f<>rs<72>ljning.\r\n\r\n<b>Egenskap</b>\r\nDu kan l<>gga till en ny egenskap eller v<>lja en som du skrivit p<> en tidigare inlagd produkt.\r\n\r\n<b>Forts<74>tt med att l<>gga till egenskaper?</b>\r\nSvara Ja om du vill forts<74>tta l<>gga till egenskaper.',1031749794);
INSERT INTO international VALUES (40,'Product',6,'Produktegenskap, l<>gg till/redigera',1031749653);
INSERT INTO international VALUES (4,'Product',6,'<27>r du s<>ker p<> att du vill ta bort relationen mellan produkterna?',1031749639);
INSERT INTO international VALUES (39,'Product',6,'WebGUI har inbyggt produkthanteringssystem som g<>r det enkelt f<>r dig att publicera dina produkter och tj<74>nster p<> webben.\r\n\r\n<b>Pris</b>\r\nProduktens pris. Du kan <20>ven skriva in text som till exempel \"ring f<>r offert\", eller l<>mna f<>ltet tomt.\r\n\r\n<b>Produktnummer</b>\r\nProduktens nummer, SKU, ISBN, eller annan identifiering av denna produkt.\r\n\r\n<b>Produkt bild 1</b>\r\nEn bild p<> produkten.\r\n\r\n<b>Produkt bild 2</b>\r\nEn bild p<> produkten.\r\n\r\n<b>Produkt bild 3</b>\r\nEn bild p<> produkten.\r\n\r\n<b>Broschyr</b>\r\nProduktens broschyr.\r\n\r\n<b>Manual</b>\r\nProdukt-, anv<6E>ndar- eller servicemanual f<>r produkten.\r\n\r\n<b>Garanti</b>\r\nProduktens garantivillkor.',1031749615);
INSERT INTO international VALUES (38,'Product',6,'Produkt, l<>gg till/redigera',1031749311);
INSERT INTO international VALUES (37,'Product',6,'L<>gg till relaterad produkt.',1031749300);
INSERT INTO international VALUES (36,'Product',6,'L<>gg till tillbeh<65>r.',1031749290);
INSERT INTO international VALUES (35,'Product',6,'L<>gg till specifikation.',1031749281);
INSERT INTO international VALUES (34,'Product',6,'L<>gg till egenskap.',1031749269);
INSERT INTO international VALUES (33,'Product',6,'Relaterade produkter',1031749259);
INSERT INTO international VALUES (32,'Product',6,'Tillbeh<65>r',1031749251);
INSERT INTO international VALUES (31,'Product',6,'Specifikationer',1031749242);
INSERT INTO international VALUES (30,'Product',6,'Egenskaper',1031749232);
INSERT INTO international VALUES (3,'Product',6,'<27>r du s<>ker p<> att du vill ta bort denna egenskapen?',1031749225);
INSERT INTO international VALUES (29,'Product',6,'Enheter',1031749207);
INSERT INTO international VALUES (28,'Product',6,'L<>gg till ytterligare specifikation?',1031749200);
INSERT INTO international VALUES (27,'Product',6,'Specifikation',1031749186);
INSERT INTO international VALUES (26,'Product',6,'Etikett',1031749176);
INSERT INTO international VALUES (25,'Product',6,'Redigera specifikation',1031748562);
INSERT INTO international VALUES (24,'Product',6,'L<>gg till fler egenskaper?',1031748550);
INSERT INTO international VALUES (23,'Product',6,'Egenskap',1031748540);
INSERT INTO international VALUES (22,'Product',6,'Redigera egenskap',1031748534);
INSERT INTO international VALUES (21,'Product',6,'L<>gg till mer relaterade produkter?',1031748521);
INSERT INTO international VALUES (20,'Product',6,'Relaterad produkt',1031748509);
INSERT INTO international VALUES (2,'Product',6,'<27>r du s<>ker p<> att du vill ta bort produktens relation med detta tillbeh<65>r?',1031748500);
INSERT INTO international VALUES (19,'Product',6,'L<>gg till relaterad produkt',1031748475);
INSERT INTO international VALUES (18,'Product',6,'L<>gg till fler tillbeh<65>r?',1031748465);
INSERT INTO international VALUES (17,'Product',6,'Tillbeh<65>r',1031748453);
INSERT INTO international VALUES (16,'Product',6,'L<>gg till tillbeh<65>r',1031748445);
INSERT INTO international VALUES (15,'Product',6,'Garanti',1031748436);
INSERT INTO international VALUES (14,'Product',6,'Manual',1031748429);
INSERT INTO international VALUES (13,'Product',6,'Broschyr',1031748371);
INSERT INTO international VALUES (728,'WebGUI',6,'<27>r du s<>ker p<> att du vill ta bort denna filen?',1031748345);
INSERT INTO international VALUES (11,'Product',6,'Produktnummer',1031748332);
INSERT INTO international VALUES (10,'Product',6,'Pris',1031748322);
INSERT INTO international VALUES (1,'Product',6,'Produkt',1031748316);
INSERT INTO international VALUES (72,'Poll',6,'Slumpa svaren?',1031748307);
INSERT INTO international VALUES (71,'Poll',6,'R<>stningar kan hj<68>lpa dig g<>ra unders<72>kningar om hur hur dina anv<6E>ndare t<>nker samt vilka synpunkter dom har. \r\n\r\n<b>Aktiv</b>\r\nOm den <20>r kryssad s<> kan anv<6E>ndarna r<>sta, annars ser de bara resultatet av r<>stningen.\r\n\r\n<b>Vem kan r<>sta?</b>\r\nV<6E>lj en grupp som kan r<>sta.\r\n\r\n<b>Karma per r<>st</b>\r\nHur mycket karma ges till en anv<6E>ndare som r<>star.\r\n\r\n<b>Bredd p<> graf</b>\r\nBredden p<> grafen som visar resultatet. Bredden m<>ts i pixlar.\r\n\r\n<b>Fr<46>ga</b>\r\nVad <20>r fr<66>gan du vill st<73>lla?\r\n\r\n<b>Svar</b>\r\nSkriv ner de m<>jliga svarsalternativen p<> fr<66>gan, ett svar per rad. En r<>stning kan som mest inneh<65>lla 20 svar.\r\n\r\n<b>Slumpa svar</b>\r\nF<6E>r att vara s<>ker p<> att svarens ordning inte p<>verkar r<>starna svara Ja h<>r. Svarens ordning kommer slumpas fram f<>r varje g<>ng sidan visas.\r\n\r\n<b>Nollst<73>ll svar</b>\r\nNollst<73>ller r<>stningen.\r\n\r\n<hr>\r\n\r\n<b><i>Note:</i></b> F<>ljande stilmallar anv<6E>nds p<> r<>stnings wobjektet.\r\n\r\n<b>.pollAnswer</b>\r\nSvaret p<> en r<>stning.\r\n\r\n<b>.pollColor</b>\r\nF<6E>rgen p<> procent-m<>taren.\r\n\r\n<b>.pollQuestion</b>\r\nFr<46>gan p<> r<>stningen.',1031748292);
INSERT INTO international VALUES (61,'Poll',6,'R<>stning, l<>gg till/redigera',1031745609);
INSERT INTO international VALUES (20,'Poll',6,'Karma per r<>st',1031745596);
INSERT INTO international VALUES (71,'MessageBoard',6,'Meddelandeforum, <20>ven kallat diskussionsgrupper, <20>r ett enkelt s<>tt att skapa en interaktiv och levande webbplats. Meddelandeforumen kan <20>ven vara av intern karakt<6B>r.\r\n\r\n<b>Meddelanden per sida</b>\r\nN<6E>r en bes<65>kare f<>rst kommer till meddelandeforumet kommer denna att presenteras en lista med alla <20>mnen (<28>ven kallat tr<74>dar). Meddelanden per sida anger hur m<>nga <20>mnen som kommer visas p<> varje sida.\r\n\r\n<b>Vem kan skicka inl<6E>gg?</b>\r\nV<6E>lj en grupp som till<6C>ts skicka inl<6E>gg.\r\n\r\n<b>Redigerings-timeout</b>\r\nHur l<>ng tid har en anv<6E>ndare p<> sig att redigera dennes inl<6E>gg innan det blir l<>st?\r\n\r\n<i>Note:</i> S<>tt inte denna gr<67>nsen f<>r h<>gt. En av de bra sakerna med diskussionsforum <20>r att de <20>r en komplett historik <20>ver vad som sagts. Om anv<6E>ndarna till<6C>ts g<> tillbaka och <20>ndra l<>ngt bak i tiden kan det f<>rvirra.\r\n\r\n<b>Karma per inl<6E>gg</b>\r\nHur mycket karma ska ges till anv<6E>ndaren f<>r ett inl<6E>gg?\r\n\r\n<b>Vem kan moderera?</b>\r\nV<6E>lj en grupp som modererar forumet.\r\n\r\n<b>Modereringstyp?</b>\r\nDu kan v<>lja vilken typ av moderering av anv<6E>ndarnas inl<6E>gg. <i>Efterhand</i> menar att inl<6E>gget visas f<>r alla direkt och att moderatorn kan ta bort det i efterhand. <i>F<>rhand</i> menas att moderatorn m<>ste godk<64>nna inl<6E>gget innan det publiceras f<>r allm<6C>nheten.\r\n\r\n<i>Note:</i> Moderatorerna kan alltid g<> in och redigera och ta bort inl<6E>gg, oavsett modereringstyp.',1031745585);
INSERT INTO international VALUES (61,'MessageBoard',6,'Meddelandeforum, l<>gg till/redigera',1031743614);
INSERT INTO international VALUES (9,'MailForm',6,'L<>gg till f<>lt',1031743583);
INSERT INTO international VALUES (8,'MailForm',6,'Bredd',1031743574);
INSERT INTO international VALUES (72,'MailForm',6,'Du kan l<>gga till s<> m<>nga extra f<>lt du vill.\r\n\r\n<b>F<>ltnamn</b>\r\nNamnet p<> f<>ltet. M<>ste vara unikt bland samtliga f<>lt p<> formul<75>ret.\r\n\r\n<b>Status</b>\r\nG<6E>mda f<>lt kommer inte vara synliga f<>r anv<6E>ndaren, men kommer <20>nd<6E> skickas med i e-postmeddelandet. Visade v<>lt <20>r synliga f<>r anv<6E>ndaren, men inte modifierbara. <20>ndringsbara f<>lt fylls i av anv<6E>ndaren. Om du v<>ljer g<>md eller visad s<> gl<67>m inte att fylla i ett standardv<64>rde.\r\n\r\n<b>Typ</b>\r\nV<6E>lj en typ av formul<75>relement f<>r detta f<>lt. F<>ljande element st<73>ds:\r\n<b>URL:</b> En textruta som automatiskt formaterar URL\'er.\r\n<b>Textbox:</b> En textruta.\r\n<b>Datum:</b> En textruta med knapp som <20>ppnar en kalender i vilken du kan v<>lja datum.\r\n<b>Ja/Nej:</b> Ja/Nej-valsknappar.\r\n<b>E-postadress:</b> En textruta som kr<6B>ver att anv<6E>ndaren skriver in en giltig e-postadress.\r\n<b>Textarea:</b> En textruta med flera rader.\r\n<b>Kryssruta:</b> En ruta som kan vara bockad eller inte.\r\n<b>Drop-down:</b> En textruta f<>r f<>rinst<73>llda alternativ och utan m<>jlighet att skriva sj<73>lv. L<>gg till de f<>rinst<73>llda alternativen genom att skriva dom en p<> varje rad i rutan M<>jliga val.\r\n\r\n<b>M<>jliga val</b>\r\nDetta f<>ltet anv<6E>nds enbart f<>r drop-down. Skriv in vilka alternativ du vill ha, en per rad.\r\n\r\n<b>Standardv<64>rde</b>\r\nV<6E>lj standardv<64>rdet f<>r f<>ltet. Kan <20>ven l<>mnas tom. F<>r Ja/Nej-f<>lt skriv ja f<>r att v<>lja Ja och nej f<>r Nej. F<>r kryssrutor skriver du \"checked\" f<>r att kryssa f<>r rutan.\r\n\r\n<b>Forts<74>tt med att l<>gga till fler f<>lt?</b>\r\nL<6E>t denna vara bockad om du vill l<>gga till fler f<>lt.',1031743559);
INSERT INTO international VALUES (71,'MailForm',6,'Detta wobjekt skapar ett enkelt formul<75>r som skickas till vald e-postadress.\r\n\r\n<b>Bredd</b>\r\nBredden p<> alla f<>lt i formul<75>ret. Standardv<64>rdet <20>r 45.\r\n\r\n<b>Fr<46>n, Till, Cc, Bcc, <20>mne</b>\r\nDessa f<>lt kontrollerar hur e-postmeddelandet kommer se ut och vem det kommer komma till. Du kan ge bes<65>karna valfrihet att sj<73>lva v<>lja vilka f<>lt som ska vara redigeringsbara, men vanligtvis <20>r de <20>r endast Fr<46>n och <20>mne m<>jliga att <20>ndra. Anv<6E>nd drop-down f<>lten vid varje f<>lt f<>r att v<>lja om de ska vara redigeringsbara.\r\n\r\nDu kan <20>ven anv<6E>nda ett WebGUI anv<6E>ndarnamn eller grupp i Till-f<>ltet f<>r att skicka till den anv<6E>ndaren/gruppen.\r\n\r\n<b>Bekr<6B>ftelse</b>\r\nDetta meddelande kommer visas f<>r anv<6E>ndaren efter de klickar p<> \"Skicka\".\r\n\r\n<b>Spara mail?</b>\r\nOm du v<>ljer \"Ja\" h<>r kommer e-postmeddelanden som postas sparas i en databas. Ett verktyg f<>r att se e-posten i databasen <20>r under utveckling.\r\n\r\n<b>Forts<74>tt med att l<>gga till f<>lt?</b>\r\nL<6E>t denna vara bockad f<>r att l<>gga till f<>lt direkt.',1031737418);
INSERT INTO international VALUES (26,'MailForm',6,'Spara mail?',1031735211);
INSERT INTO international VALUES (7,'MailForm',6,'Redigera e-postformul<75>r',1031735170);
INSERT INTO international VALUES (62,'MailForm',6,'E-postformul<75>rf<72>lt, l<>gg till/redigera',1031735145);
INSERT INTO international VALUES (61,'MailForm',6,'E-postformul<75>r, l<>gg till/redigera',1031733901);
INSERT INTO international VALUES (6,'MailForm',6,'<27>ndringsbar',1031733885);
INSERT INTO international VALUES (5,'MailForm',6,'Visad',1031733868);
INSERT INTO international VALUES (4,'MailForm',6,'G<>mt',1031733861);
INSERT INTO international VALUES (3,'MailForm',6,'Tack f<>r ditt mail!',1031733849);
INSERT INTO international VALUES (25,'MailForm',6,'Standardv<64>rde (valfritt)',1031733356);
INSERT INTO international VALUES (24,'MailForm',6,'M<>jliga v<>rden (endast drop-down)',1031733343);
INSERT INTO international VALUES (23,'MailForm',6,'Typ',1031733323);
INSERT INTO international VALUES (22,'MailForm',6,'Status',1031733317);
INSERT INTO international VALUES (21,'MailForm',6,'F<>ltnamn',1031733311);
INSERT INTO international VALUES (20,'MailForm',6,'Redigeringsf<73>lt',1031733304);
INSERT INTO international VALUES (2,'MailForm',6,'Ditt <20>mne h<>r',1031733291);
INSERT INTO international VALUES (19,'MailForm',6,'<27>r du s<>ker p<> att du vill ta bort detta f<>lt?',1031733279);
INSERT INTO international VALUES (18,'MailForm',6,'G<> tillbaka!',1031733218);
INSERT INTO international VALUES (17,'MailForm',6,'E-post skickad',1031733209);
INSERT INTO international VALUES (16,'MailForm',6,'Bekr<6B>ftelse',1031733188);
INSERT INTO international VALUES (15,'MailForm',6,'Forts<74>tt med att l<>gga till fler f<>lt?',1031733154);
INSERT INTO international VALUES (14,'MailForm',6,'<27>mne',1031733136);
INSERT INTO international VALUES (13,'MailForm',6,'Bcc',1031733130);
INSERT INTO international VALUES (12,'MailForm',6,'Cc',1031733124);
INSERT INTO international VALUES (11,'MailForm',6,'Till (e-postadress, anv<6E>ndarnamn eller gruppnamn)',1031733109);
INSERT INTO international VALUES (10,'MailForm',6,'Fr<46>n',1031733088);
INSERT INTO international VALUES (1,'MailForm',6,'E-postformul<75>r',1031733080);
INSERT INTO international VALUES (73,'LinkList',6,'<b>Titel</b>\r\nText som kommer bli l<>nkad.\r\n\r\n<b>URL</b>\r\nWebbplats l<>nken leder till. <i>Exempel:</i> http://www.google.com.\r\n\r\n<b><3E>ppna i nytt f<>nster</b>\r\nV<6E>lj \"Ja\" om du vill att l<>nken ska <20>ppna ett nytt f<>nster.\r\n\r\n<b>Beskrivning</b>\r\nKort beskrivning av webbplatsen l<>nken g<>r till. Du kan l<>mna det h<>r f<>ltet tomt.\r\n\r\n<b>Forts<74>tt med att l<>gga till l<>nk?</b>\r\nOm du har fler l<>nkar att l<>gga till v<>ljer du \"Ja\".',1031732803);
INSERT INTO international VALUES (72,'LinkList',6,'L<>nk, l<>gg till/redigera',1031732662);
INSERT INTO international VALUES (71,'LinkList',6,'L<>nklistor <20>r precis vad det l<>ter som, en lista med l<>nkar. M<>nga webbplatser har en l<>nksektion och det h<>r wobjektet hj<68>lper dig skapa en s<>dan.\r\n\r\n<b>Indentering</b>\r\nHur m<>nga bokst<73>vers indentering f<>r varje l<>nk?\r\n\r\n<b>Linjeavst<73>nd</b>\r\nHur m<>nga radbrytningar mellan varje l<>nk?\r\n\r\n<b>Kula</b>\r\nV<6E>lj vilken typ av kula som ska anv<6E>ndas i b<>rjan p<> varje rad. Du kan l<>mna det h<>r f<>ltet tomt om du vill. Du kan <20>ven v<>lja HTML-kulor som <20> och <20>. Du kan <20>ven anv<6E>nda bilder fr<66>n bildhanteraren genom att anv<6E>nda ett macro typ ^I(bullet);.\r\n\r\n<b>Forts<74>tt med att l<>gga till l<>nk?</b>\r\nL<6E>t den h<>r st<73> p<> \"Ja\" f<>r att l<>gga till l<>nkar direkt.\r\n\r\n<b>Stilmall</b>\r\nEn extra stilmallsklass har lagts till f<>r l<>nklistan.\r\n<b>.linkTitle</b> Anv<6E>nd denna f<>r att manipulera utseendet f<>r titeln p<> varje l<>nk.',1031732417);
INSERT INTO international VALUES (61,'LinkList',6,'L<>nklista, l<>gg till/redigera',1031732010);
INSERT INTO international VALUES (61,'Item',6,'Objekt, l<>gg till/redigera',1031731997);
INSERT INTO international VALUES (6,'Item',6,'Redigera objekt',1031731985);
INSERT INTO international VALUES (3,'Item',6,'Ta bort bilaga',1031731976);
INSERT INTO international VALUES (73,'FAQ',6,'<b>Fr<46>ga</b>\r\nSkriv in fr<66>gan du vill ha i din FAQ.\r\n\r\n<b>Svar</b>\r\nSkriv in svaret p<> fr<66>gan ovan.\r\n\r\n<b>Forts<74>tt med att l<>gga till fr<66>gor?</b>\r\nOm du har fler fr<66>gor att l<>gga till v<>ljer du \"Ja\".',1031731966);
INSERT INTO international VALUES (72,'FAQ',6,'Fr<46>ga, l<>gga till/redigera',1031731897);
INSERT INTO international VALUES (71,'FAQ',6,'Det verkar som i princip varenda webbplats har en \"Frequently Asked Questions\"-sektion (ofta st<73>llda fr<66>gor). Det h<>r <20>r ett wobject som hj<68>lper dig bygga din egen.<p><b>S<>tt p<> inneh<65>llsf<73>rteckning?</b><br>Om du vill visa en inneh<65>llsf<73>rteckning f<>r din FAQ. En inneh<65>llsf<73>rteckning listar l<>nkar till alla fr<66>gor i FAQ\'n l<>ngst upp p<> sidan.<p><b>S<>tt p<> Q/A?</b><br>V<>lj om du vill att det ska st<73> ett Q: framf<6D>r varje fr<66>n och ett A: framf<6D>r varje svar.<p><b>S<>tt p<> [top]-l<>nk?</b><br>[top] kommer visas varje fr<66>ga och svar. Klickar man p<> den l<>nken s<> kommer man l<>ngst upp p<> sidan. Anv<6E>nds oftast i samband med en inneh<65>llsf<73>rteckning.<p><b>Forts<74>tt med att l<>gga till fr<66>gor?</b><br>L<>t den vara bockad om du vill l<>gga till fr<66>gor direkt efter du skapat din FAQ.<p><hr><p><b><i>Note:</i></b> F<>ljande stilar <20>r specifika f<>r FAQ.<p><b>.faqQuestion</b><br>En FAQ-fr<66>ga. F<>r att s<>rskilja den fr<66>n ett svar.',1032859954);
INSERT INTO international VALUES (61,'FAQ',6,'FAQ, l<>gg till/redigera',1031669931);
INSERT INTO international VALUES (13,'FAQ',6,'S<>tt p<> [top] l<>nk?',1031669852);
INSERT INTO international VALUES (12,'FAQ',6,'S<>tt p<> Q/A?',1031669840);
INSERT INTO international VALUES (11,'FAQ',6,'S<>tt p<> inneh<65>llsf<73>rteckning?',1031669826);
INSERT INTO international VALUES (71,'ExtraColumn',6,'Extra kolumner l<>ter dig <20>ndra layout p<> endast en sida. Om du vill ha fler kolumner p<> samtliga sidor b<>r du <20>verv<72>ga att <20>ndra p<> stilen som s<>tts p<> dina sidor eller anv<6E>nda en <i>mall</i> ist<73>llet f<>r en extra kolumn.\r\n\r\nKolumner l<>ggs alltid till fr<66>n v<>nster till h<>ger. Tidigare material kommer flyttas till v<>nster om den nya kolumnen.\r\n\r\n<b>Mellanrum</b>\r\nMellanrum <20>r avst<73>ndet mellan existerande inneh<65>ll och din nya kolumn. M<>ts i antalet pixlar.\r\n\r\n<b>Bredd</b>\r\nHur bred vill du att kolumnen ska vara? M<>ts i antalet pixlar.\r\n\r\n<b>Stilmallsklass (style sheet class)</b>\r\nStandard anv<6E>nds <i>content</i>-stilen (samma som <20>vrig text p<> hemsidan). Om du har skapat en egen stil f<>r kolumner s<> kan du <20>ndra till den h<>r.',1031669809);
INSERT INTO international VALUES (61,'ExtraColumn',6,'Extra kolumn, l<>gg till/redigera',1031667836);
INSERT INTO international VALUES (78,'EventsCalendar',6,'Ta inte bort n<>got, jag klickade fel.',1031667821);
INSERT INTO international VALUES (77,'EventsCalendar',6,'Ta bort denna h<>ndelse <b>och</b> alla av dess <20>terkommande h<>ndelser.',1031667806);
INSERT INTO international VALUES (76,'EventsCalendar',6,'Ta enbart bort denna h<>ndelse.',1031667761);
INSERT INTO international VALUES (75,'EventsCalendar',6,'Vilket vill du g<>ra?',1031667747);
INSERT INTO international VALUES (73,'EventsCalendar',6,'<b>Titel</b>\r\nTiteln f<>r denna h<>ndelse.\r\n\r\n<b>Beskrivning</b>\r\nBeskrivning av aktiviteter f<>r denna h<>ndelse eller <20>vrig information om aktiviteten.\r\n\r\n<b>Start datum</b>\r\nVilket datum kommer det b<>rja?\r\n\r\n<b>Slut datum</b>\r\nVilket datum slutar det p<>?\r\n\r\n<b><3E>terkommer varje</b>\r\nV<6E>lj ett <20>terkomstintervall f<>r denna h<>ndelse.\r\n\r\n<b>Forts<74>tt med att l<>gga till h<>ndelse?</b>\r\nOm du vill forts<74>tta l<>gga till h<>ndelser l<>ter du \"Ja\" vara valt.',1031667712);
INSERT INTO international VALUES (71,'EventsCalendar',6,'H<>ndelsekalendrar anv<6E>nds p<> m<>nga intran<61>t f<>r att h<>lla reda p<> interna datum som p<>verkar hela organisationen. Kalendrar p<> handelsinriktade webbplatser <20>r ett bra s<>tt att l<>ta kunderna veta bl.a. vilka m<>ssor/utst<73>llningar du kommer att medverka p<>.\r\n\r\n<b>Visningsformat</b>\r\nDetta kan s<>ttas till <i>Lista</i> eller <i>kalender</i>. N<>r du v<>ljer <i>lista</i> kommer h<>ndelserna vara listade efter datum (h<>ndelser som redan intr<74>ffat kommer inte att visas). Den h<>r typen passar b<>st n<>r det inte h<>nder mer <20>n ett par saker varje m<>nad. Om du v<>ljer <i>kalender</i> s<> kommer h<>ndelserna visas p<> en m<>nadskalender som det g<>r att bl<62>ddra i. Den h<>r formatet passar sig b<>st vid m<>nga h<>ndelser varje m<>nad.\r\n\r\n<b>Radbryt efter</b>\r\nN<6E>r du anv<6E>nder <i>list</i>-formatet s<> anger du h<>r hur m<>nga h<>ndelser som kommer visas per sida.\r\n\r\n<b>Forts<74>tt med att l<>gga till h<>ndelse?</b>\r\nL<6E>t den h<>r vara inst<73>lld p<> \"Ja\" f<>r att direkt kunna l<>gga in h<>ndelser.\r\n\r\n<hr>\r\n<b><i>Note:</i></b> F<>ljande stil <20>r specifik f<>r h<>ndelsekalendern.\r\n\r\n<b>.eventTitle</b>\r\nTiteln f<>r en enskild h<>ndelse.',1031667571);
INSERT INTO international VALUES (72,'EventsCalendar',6,'H<>ndelse, l<>gg till/redigera',1031666394);
INSERT INTO international VALUES (61,'EventsCalendar',6,'H<>ndelsekalender, l<>gg till/redigera',1031666373);
INSERT INTO international VALUES (79,'EventsCalendar',1,'Main Template',1038190356);
INSERT INTO international VALUES (20,'EventsCalendar',6,'L<>gg till en h<>ndelse.',1031666339);
INSERT INTO international VALUES (73,'FileManager',6,'<b>Filtitel</b>\r\nTitel som kommer visas f<>r denna nerladdning.\r\n\r\n<b>Fil</b>\r\nV<6E>lj en fil fr<66>n din h<>rddisk som kommer laddas upp till nerladdningshanteraren.\r\n\r\n<b>Alternativ version #1</b>\r\nEn alternativ version till filen ovan. <20>r filen ovan t.ex. en JPEG s<> kan alternativet vara samma bild fast i TIFF-format.\r\n\r\n<b>Alternativ version #2</b>\r\nEn alternativ version till filen ovan. <20>r filen ovan t.ex. en JPEG s<> kan alternativet vara samma bild fast i TIFF-format.\r\n\r\n<b>Kort beskrivning</b>\r\nKort beskrivning av filen. Kom ih<69>g att anv<6E>nda nyckelord som anv<6E>ndaren kan t<>nkas anv<6E>nda n<>r denne s<>ker p<> webbplatsen.\r\n\r\n<b>Nerladdningsgrupp</b>\r\nAvgr<67>nsa m<>jligheten att ladda ner filen till denna gruppen.\r\n\r\n<b>Forts<74>tt med att ladda upp mer filer f<>r nerladdning?</b>\r\nV<6E>lj \"Ja\" om du har mer filer att ladda upp.',1031665984);
INSERT INTO international VALUES (72,'FileManager',6,'Nerladdning, l<>gg till/redigera',1031664814);
INSERT INTO international VALUES (71,'FileManager',6,'Nerladdningshanteraren <20>r designad f<>r att hj<68>lpa dig hantera distrubitionen av filer p<> din site. Den hj<68>lper dig v<>lja vilka som ska ha tilltr<74>de till filerna.\r\n\r\n<b>Radbryt efter</b>\r\nHur m<>nga filer ska visas innan resultatet delas upp i sidor? Med andra ord, hur m<>nga filer per sida?\r\n\r\n<b>Visa miniatyrbilder?</b>\r\nKlicka f<>r denna och du vill att anv<6E>ndaren ska se miniatyrbilder av bilder du laddat upp. Notera att miniatyrbilden endast syns f<>r huvudfilen. F<>r alternativa versioner visas inga miniatyrbilder.\r\n\r\n<b>Forts<74>tt med att l<>gga upp filer?</b>\r\nOm du vill b<>rja l<>gga upp filer direkt s<> l<>t denna vara kryssad.',1031664796);
INSERT INTO international VALUES (61,'FileManager',6,'Nerladdningshanteraren, l<>gg till/redigera',1031664577);
INSERT INTO international VALUES (71,'Item',6,'Precis som artiklar <20>r objekt den Schweiziska Arm<72>kniven f<>r WebGUI. De flesta delar av statiskt inneh<65>ll kan l<>ggas till via ett objekt, men objekt anv<6E>nds oftast f<>r mindre inneh<65>ll <20>n artiklar.\r\n\r\n<b>L<>nk URL</b>\r\nDenna URL kommer anslutas till titeln p<> objektet.\r\n\r\n<i>Exempel:</i> http://www.google.com\r\n\r\n<b>Bilaga</b>\r\nOm du vill bifoga en Word-fil, zip-fil eller n<>gon annan typ av fil f<>r nerladdning v<>ljer du fr<66>n h<>rddisken.\r\n',1031663580);
INSERT INTO international VALUES (61,'Article',6,'Artikel, L<>gg till/Redigera',1031652255);
INSERT INTO international VALUES (654,'WebGUI',6,'Stilar, ta bort',1031651503);
INSERT INTO international VALUES (652,'WebGUI',6,'Anv<6E>ndarinst<73>llningar, redigera',1031651489);
INSERT INTO international VALUES (739,'WebGUI',1,'UI Level',1033832377);
INSERT INTO international VALUES (738,'WebGUI',1,'9 Guru',1033836704);
INSERT INTO international VALUES (737,'WebGUI',1,'8 Master',1033836698);
INSERT INTO international VALUES (736,'WebGUI',1,'7 Expert',1033836692);
INSERT INTO international VALUES (735,'WebGUI',1,'6 Professional',1033836686);
INSERT INTO international VALUES (734,'WebGUI',1,'5 Adept',1033836678);
INSERT INTO international VALUES (733,'WebGUI',1,'4 Skilled',1033836668);
INSERT INTO international VALUES (732,'WebGUI',1,'3 Rookie',1033836660);
INSERT INTO international VALUES (731,'WebGUI',1,'2 Trained',1033836651);
INSERT INTO international VALUES (730,'WebGUI',1,'1 Novice',1033836642);
INSERT INTO international VALUES (729,'WebGUI',1,'0 Beginner',1033836631);
INSERT INTO international VALUES (106,'WebGUI',11,'\"<22><><C7><E4> \"\"<22><><E4>\"\" <20><><E1><CA><CD><E6> <20><><CC><E3> <20><><C7><E1><D5><DD><CD> <20><><C7><E1> <20><><CA><CD><CA><E6><ED> <20><><E5> <20><><C7><E1><D5><DD> <20><><C5> <20><><E5> <20><><C7><E1><CA><D5><E3>\"',1031514049);
INSERT INTO international VALUES (105,'WebGUI',11,'<27><><CA><D5><E3>. <20><><E5><ED>',1031514049);
INSERT INTO international VALUES (104,'WebGUI',11,'<27><><DA><E4><E6> <20><><C7><E1><D5><DD> <20><><C8><C7><E1><E6>',1031514049);
INSERT INTO international VALUES (103,'WebGUI',11,'<27><><CE><D5><C7> <20><><C7><E1><D5><DD>',1031514049);
INSERT INTO international VALUES (102,'WebGUI',11,'<27><><CA><CD><D1> <20><><C7><E1><D5><DD>',1031514049);
INSERT INTO international VALUES (101,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><D5><DD> <20> <20><><C8><E3><CD><CA><E6><ED><C7>ǡ <20><><E6> <20><> <20><><CA><D4> <20><> <20><><C8>Ͽ',1031514049);
INSERT INTO international VALUES (100,'WebGUI',11,'<27><><DA><E1><C7><E3> <20><><E3><E3><ED>',1031514049);
INSERT INTO international VALUES (99,'WebGUI',11,'<27><><C7> (<28><><DA><E4><E6>)',1031514049);
INSERT INTO international VALUES (95,'WebGUI',11,'<27><><DD><E5> <20><><C7><E1><E3><D3><C7><DA>',1031514049);
INSERT INTO international VALUES (94,'WebGUI',11,'<27><><CA><C3> <20><><C3><ED><D6>',1031514049);
INSERT INTO international VALUES (93,'WebGUI',11,'<27><><E3><D3><C7><DA> (<28><><CA><DA><E1><ED><E3>)',1031514049);
INSERT INTO international VALUES (92,'WebGUI',11,'<27><><C7><E1><D5><DD> <20><><C7><E1><CA><C7><E1>',1031514049);
INSERT INTO international VALUES (91,'WebGUI',11,'<27><><C7><E1><D5><DD> <20><><C7><E1><D3><C7><C8>',1031514049);
INSERT INTO international VALUES (90,'WebGUI',11,'<27><><C5><D6><C7> <20><><E3><CC><E3><E6> <20><><CC><CF><ED>',1031514049);
INSERT INTO international VALUES (89,'WebGUI',11,'<27><><C7><E1><E3><CC><E3><E6><DA>',1031514049);
INSERT INTO international VALUES (88,'WebGUI',11,'<27><><E3><CC><E3><E6> <20><><C7><E1><E3><D3><CA><CE><CF><E3>',1031514049);
INSERT INTO international VALUES (87,'WebGUI',11,'<27><><CA><CD><D1> <20><><E3><CC><E3><E6>',1031514049);
INSERT INTO international VALUES (86,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><E3><CC><E3>ɿ <20><><ED><D1> <20><><C7><E1><C5><CD><C7> <20><><C8> <20><><CD> <20><> <20><><E3><CC><E3><E6> <20><><D3><ED><DF> <20><><E4><E5><C7><C6>ǡ <20><><E6><D3><ED><E3> <20><> <20><><C7><E1><C7><E3><CA><ED><C7><D2> <20><><C7><E1><E3><E3><E4><E6> <20><><E1><E5> <20><><C7><E1><E3><CC><E3><E6>.',1031514049);
INSERT INTO international VALUES (85,'WebGUI',11,'<27><><E6>',1031514049);
INSERT INTO international VALUES (84,'WebGUI',11,'<27><><C7> <20><><C7><E1><E3><CC><E3><E6>',1031514049);
INSERT INTO international VALUES (82,'WebGUI',11,'<27><><E6><D9><C7> <20><><C5><CF><C7><D1>...',1031514049);
INSERT INTO international VALUES (81,'WebGUI',11,'<27><> <20><><CA><CD><CF> <20><><C7><E1><CD><D3> <20><><C8><E4><CC> !',1031514049);
INSERT INTO international VALUES (80,'WebGUI',11,'<27><> <20><><CA><D3><CC> <20><><C7><E1><CD><D3> <20><><C8><E4><CC> !',1031514049);
INSERT INTO international VALUES (79,'WebGUI',11,'<27><><CA><DA> <20><><C7><E1><C7><CA><D5> <20><><C8><DC><D3><ED><D1>LDAP',1031514049);
INSERT INTO international VALUES (78,'WebGUI',11,'<27><><DF><E1> <20><><C7><E1> <20><> <20><><CA><E4><D8>. <20><><ED><D1> <20><><C5><DA><C7> <20><><C7><E1><E3><CD><C7><E6>',1031514049);
INSERT INTO international VALUES (77,'WebGUI',11,'<27><><C7> <20><><D0> <20><><C7><E1><CD><D3> <20><><E3><D3> <20><><C8><C7><E1><DD> <20><><C8><E6><C7><D3> <20><><DA> <20><><C2> <20><><C8><E5> <20><><C7><E1><E3><E6>. <20><><ED><D1> <20><><E3><CD><C7><E6> <20><><C7> <20><><E3><D3><CA><CE> <20><><C2>. <20><><ED><E3><DF> <20><><CA><C3> <20><><C7><E1><E3><DE><CA><D1><CD> <20><><C7><E1><C2><CA>:',1031514049);
INSERT INTO international VALUES (76,'WebGUI',11,'<27><><DA><E4><E6> <20><><D0> <20><><C7><E1><C8><D1> <20><><C7><E1><C5><E1><DF><CA><D1><E6> <20><><DB> <20><><E3><E6><CC> <20><><C8><DE><C7><DA> <20><><C7><E1><C8><ED><C7><E4>',1031514049);
INSERT INTO international VALUES (75,'WebGUI',11,'<27><> <20><><C5><D1><D3> <20><><C8><ED><C7><E4> <20><><CD><D3><C7> <20><><C5> <20><><DA><E4><E6><C7>',1031514049);
INSERT INTO international VALUES (74,'WebGUI',11,'<27><><C8><ED><C7><E4> <20><><C7><E1><CD><D3>',1031514049);
INSERT INTO international VALUES (73,'WebGUI',11,'<27><><CF><CE>',1031514049);
INSERT INTO international VALUES (72,'WebGUI',11,'<27><><C7><D3><CA><DA><C7>',1031514049);
INSERT INTO international VALUES (71,'WebGUI',11,'<27><><C7><D3><CA><DA><C7> <20><><DF><E1> <20><><C7><E1>',1031514049);
INSERT INTO international VALUES (70,'WebGUI',11,'<27><><CE>',1031514049);
INSERT INTO international VALUES (69,'WebGUI',11,'<27><><ED><D1> <20><><C7><E1><C7><CA><D5> <20><><C8><E3><CF> <20><><C7><E1><E4><D9> <20><><C7><E1><CE> <20><> <20><><E1><E1><E3><D3><C7><DA>',1031514049);
INSERT INTO international VALUES (68,'WebGUI',11,'<27><> <20><><ED><E3> <20><><C7><E1><DA><CB> <20><><DA> <20><><C8><ED><C7><E4> <20><><E5> <20><><C7><E1><CD><D3>. <20><><C5> <20><> <20><><C7><E1><CD><D3> <20><><DB> <20><><E3><E6><CC> <20><> <20><> <20><><CA><D1><DF><ED> (<28><><C7> <20><><C7><E1><E3><D3><CA><CE>/<2F><><DF><E1> <20><><C7><E1>) <20><><DB> <20><><D5><CD><ED>',1031514049);
INSERT INTO international VALUES (67,'WebGUI',11,'<27><><CA><D3><CC> <20><><CD><D3> <20><><CC><CF>',1031514049);
INSERT INTO international VALUES (66,'WebGUI',11,'<27><><CF><CE>',1031514049);
INSERT INTO international VALUES (65,'WebGUI',11,'<27><><C8><D1><CC> <20><><CA><DA><D8> <20><><CD><D3><C7> <20><><E4><E5><C7><C6><ED>',1031514049);
INSERT INTO international VALUES (64,'WebGUI',11,'<27><><CE><D1>',1031514049);
INSERT INTO international VALUES (63,'WebGUI',11,'<27><><CA><D4><DB> <20><><C7><E1><C5><CF><C7> (admin)',1031514049);
INSERT INTO international VALUES (62,'WebGUI',11,'<27><><CD>',1031514049);
INSERT INTO international VALUES (61,'WebGUI',11,'<27><><CA><CD><CF> <20><><C8><ED><C7><E4> <20><><C7><E1><CD><D3>',1031514049);
INSERT INTO international VALUES (60,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CA><DA><D8> <20><><CD><D3><C7>. <20><><C5> <20><><C7><D3><CA><DF>ʡ <20><><DD> <20><><C8><ED><C7><E4> <20><><CD><D3><C7> <20><><D3><CA><D6> <20><><E4><E5><C7><C6><ED>',1031514049);
INSERT INTO international VALUES (59,'WebGUI',11,'<27><><E4><D3> <20><><DF><E1> <20><><C7><E1>.',1031514049);
INSERT INTO international VALUES (58,'WebGUI',11,'<27><><E1> <20><><CD><D3> <20><><C8><C7><E1><DD>.',1031514049);
INSERT INTO international VALUES (57,'WebGUI',11,'<27><><E5> <20><><D6><D1><E6> <20><><DD> <20><> <20><><CD><C7> <20><><C7><E1><D1><DB> <20><> <20><><C7><D3><CA><CE><CF> <20><><C3><D4><DF> <20><><CA><CA><D8> <20><><C7><E1><C8><D1> <20><><C7><E1><C5><E1><DF><CA><D1><E6>.',1031514049);
INSERT INTO international VALUES (56,'WebGUI',11,'<27><><DA><E4><E6> <20><><C7><E1><C8><D1> <20><><C7><E1><C5><E1><DF><CA><D1><E6>',1031514049);
INSERT INTO international VALUES (55,'WebGUI',11,'<27><><DF><E1> <20><><C7><E1> (<28><><CA><C3><DF>)',1031514049);
INSERT INTO international VALUES (54,'WebGUI',11,'<27><><CA><D3><CC> <20><><CD><D3> (<28><><D5><ED>)',1031514049);
INSERT INTO international VALUES (53,'WebGUI',11,'<27><><C5><DA><CF> <20><><C7><E1><D5><DD> <20><><E1><E1><D8><C8><C7>',1031514049);
INSERT INTO international VALUES (52,'WebGUI',11,'<27><><CF><CE>',1031514049);
INSERT INTO international VALUES (51,'WebGUI',11,'<27><><DF><E1> <20><><C7><E1>',1031514049);
INSERT INTO international VALUES (50,'WebGUI',11,'<27><><C7> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (49,'WebGUI',11,'?op=logout\"\">here</a> to log out.\"',0);
INSERT INTO international VALUES (48,'WebGUI',11,'<27><><C3><E5><E1> <20><><E6><E3><D1><CD><C8>',1031514049);
INSERT INTO international VALUES (47,'WebGUI',11,'<27><><C7><E1><D5><DD> <20><><C7><E1><D1><C6><ED><D3>',1031514049);
INSERT INTO international VALUES (46,'WebGUI',11,'<27><><C7> <20><><C7><E1><CD><D3>',1031514049);
INSERT INTO international VALUES (45,'WebGUI',11,'<27><>ǡ <20><><E1> <20><><C3><CE><D8>',1031514049);
INSERT INTO international VALUES (44,'WebGUI',11,'<27><><E4><DA> <20><><C8><C7><E1><CA><C3><DF>',1031514049);
INSERT INTO international VALUES (43,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><E3><CD><CA><E6>',1031514049);
INSERT INTO international VALUES (42,'WebGUI',11,'<27><><ED><D1> <20><><C7><E1><CA><C3><DF>',1031514049);
INSERT INTO international VALUES (41,'WebGUI',11,'<27><><C3> <20><><CA><CD><C7> <20><><C5><D2><C7> <20><><E3><DF> <20><><CD><ED> <20><> <20><><E4><D9> <20><><C7>webGUI. <20><><C5> <20><><DF> <20><><E3><D3><E3><E6><CD> <20><> <20><><C8><C7><E1><C7><D3><CA><E3>ѡ <20><><DD> <20><><C7>webGUI <20><><E3><F5><DA><D1> <20><><E1><E1><C7><E4><DE><D8> <20><> <20><><C3><CF> <20><><E3><E5><C7>.',1031514049);
INSERT INTO international VALUES (40,'WebGUI',11,'<27><><E3><DF> <20><><CD><ED>',1031514049);
INSERT INTO international VALUES (39,'WebGUI',11,'<27><><E1> <20><><E1><CF> <20><><C7><E3><CA><ED> <20><><C7><E1><CF><CE> <20><><E1><E5> <20><><C7><E1><D5><DD>',1031514049);
INSERT INTO international VALUES (38,'WebGUI',11,' that has sufficient privileges before attempting this operation.\"',0);
INSERT INTO international VALUES (37,'WebGUI',11,'<27><> <20><><ED><E3> <20><><C7><E1><D3><E3> <20><> <20><><D0> !',1031514049);
INSERT INTO international VALUES (36,'WebGUI',11,'<27><><E1><C7> <20><> <20><><CA><DF> <20><><C5><CF><C7><D1><ED> <20><><CD> <20><><CA><C4> <20><><E5> <20><><C7><E1><E6><D9>ɡ <20><><ED><D1> <20><><C7><E1><C7><CA><D5> <20><><C8><C3> <20><><E3><CF><ED> <20><><E5> <20><><C7><E1><E4><D9><C7> <20><><C7><E1><E3><D0><DF><E6><D1> <20><> <20><><C7><E1><DE><C7><C6> <20><><C7><E1><CA><C7><E1>:',1031514049);
INSERT INTO international VALUES (35,'WebGUI',11,'<27><><E6><D9><ED> <20><><C5><CF><C7><D1>',1031514049);
INSERT INTO international VALUES (34,'WebGUI',11,'<27><><CD> <20><><C7><E1><ED>',1031514049);
INSERT INTO international VALUES (33,'WebGUI',11,'<27><><C7><E1><D3>',1031514049);
INSERT INTO international VALUES (32,'WebGUI',11,'<27><><C7><E1><CC><E3>',1031514049);
INSERT INTO international VALUES (31,'WebGUI',11,'<27><><C7><E1><CE><E3>',1031514049);
INSERT INTO international VALUES (30,'WebGUI',11,'<27><><C7><E1><C3><D1><C8><DA>',1031514049);
INSERT INTO international VALUES (29,'WebGUI',11,'<27><><C7><E1><CB><E1><C7><CB>',1031514049);
INSERT INTO international VALUES (28,'WebGUI',11,'<27><><C7><E1><C7><CB><E4>',1031514049);
INSERT INTO international VALUES (27,'WebGUI',11,'<27><><C7><E1><C3> ',1031514049);
INSERT INTO international VALUES (26,'WebGUI',11,'<27><><CF><ED><D3><E3>',1031514049);
INSERT INTO international VALUES (25,'WebGUI',11,'<27><><E4><E6><DD><E3>',1031514049);
INSERT INTO international VALUES (24,'WebGUI',11,'<27><><C3><DF><CA><E6>',1031514049);
INSERT INTO international VALUES (23,'WebGUI',11,'<27><><D3><C8><CA><E3>',1031514049);
INSERT INTO international VALUES (22,'WebGUI',11,'<27><><C3><DB><D3>',1031514049);
INSERT INTO international VALUES (21,'WebGUI',11,'<27><><ED><E6><E1>',1031514049);
INSERT INTO international VALUES (20,'WebGUI',11,'<27><><ED><E6><E4>',1031514049);
INSERT INTO international VALUES (19,'WebGUI',11,'<27><><E3><C7>',1031514049);
INSERT INTO international VALUES (17,'WebGUI',11,'<27><><E3><C7>',1031514049);
INSERT INTO international VALUES (18,'WebGUI',11,'<27><><C3><C8><D1>',1031514049);
INSERT INTO international VALUES (16,'WebGUI',11,'<27><><DD><C8><D1><C7>',1031514049);
INSERT INTO international VALUES (15,'WebGUI',11,'<27><><ED><E4><C7>',1031514049);
INSERT INTO international VALUES (14,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><C7><E1><D8><E1><C8> <20><><C7><E1><E3><DA><E1> (<28><><C7><E1><E3><E4><CA><D9>)',1031514049);
INSERT INTO international VALUES (13,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><DD><E5> <20><><C7><E1><CA><DA><E1><ED><E3> (<28><><C7><E1><E3><D3><C7><DA>)',1031514049);
INSERT INTO international VALUES (12,'WebGUI',11,'<27><><CA><DA><D8> <20><><C7><E1><C5><CF><C7> (admin)',1031514049);
INSERT INTO international VALUES (11,'WebGUI',11,'<27><><C5><DD><D1> <20><><D3> <20><><C7><E1><E3><E5><E3><E1>',1031514049);
INSERT INTO international VALUES (10,'WebGUI',11,'<27><><C5><CF><C7> <20><><D3> <20><><C7><E1><E3><E5><E3><E1>',1031514049);
INSERT INTO international VALUES (9,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><E1><E6> <20><><C7><E1><DA>',1031514049);
INSERT INTO international VALUES (8,'WebGUI',11,'<27><><E1> <20><><C8><C7><E1><C5><E3><DF> <20><><DA> <20><><C7><E1><D5><DD>',1031514049);
INSERT INTO international VALUES (7,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><E3><D3><CA><CE><CF><E3>',1031514049);
INSERT INTO international VALUES (6,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><CA><D5><E3><ED><E3>',1031514049);
INSERT INTO international VALUES (5,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><E3><CC><E3><E6><DA>',1031514049);
INSERT INTO international VALUES (4,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><CA><CC><E5><ED><D2>',1031514049);
INSERT INTO international VALUES (3,'WebGUI',11,'<27><><C5><E1> <20><> <20><><E1><E6> <20><><C7><E1><DA>',1031514049);
INSERT INTO international VALUES (2,'WebGUI',11,'<27><><D5><DD>',1031514049);
INSERT INTO international VALUES (1,'WebGUI',11,'<27><><C5><D6><C7> <20><><E3><CD><CA>..',1031514049);
INSERT INTO international VALUES (61,'UserSubmission',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E4><D9> <20><><E3><D3><CA><CE> <20><><C7><E1><D8>',1031517089);
INSERT INTO international VALUES (59,'UserSubmission',11,'<27><><C7><E1><D8> <20><><C7><E1><CA><C7>',1031514049);
INSERT INTO international VALUES (58,'UserSubmission',11,'<27><><C7><E1><D8> <20><><C7><E1><D3><C7>',1031514049);
INSERT INTO international VALUES (57,'UserSubmission',11,'<27><><C7><D3><CA><CC><C7><C8> (<28><><D1><CF>)',1031514049);
INSERT INTO international VALUES (56,'UserSubmission',11,'<27><><E3><DA> <20><><C7><E1><D5>',1031514049);
INSERT INTO international VALUES (55,'UserSubmission',11,'<27><><CA><DE><E1><ED>',1031514049);
INSERT INTO international VALUES (54,'UserSubmission',11,'<27><><CA><D3><CC> <20><><E6>',1031514049);
INSERT INTO international VALUES (53,'UserSubmission',11,'<27><><CA><D5><E3>',1031514049);
INSERT INTO international VALUES (52,'UserSubmission',11,'<27><><C5><D4><C7>',1031514049);
INSERT INTO international VALUES (51,'UserSubmission',11,'<27><><DA> <20><><C8><C7><E1><C5><D4>ɿ',1031514049);
INSERT INTO international VALUES (48,'UserSubmission',11,'<27><><DD> <20><><E3><E4><C7><DE>ʿ',1031514049);
INSERT INTO international VALUES (47,'UserSubmission',11,'<27><><CA><DA><ED> <20><><C7><D3><CA><CC><C7>',1031514049);
INSERT INTO international VALUES (46,'UserSubmission',11,'<27><><C5><DE> <20><><C3><ED><D6>...',1031514049);
INSERT INTO international VALUES (45,'UserSubmission',11,'<27><><D1><CC> <20><><C5> <20><><C7><E1><D8><E1><C8>',1031514049);
INSERT INTO international VALUES (41,'UserSubmission',11,'<27><><C7><E1><CA><C7><D1>',1031514049);
INSERT INTO international VALUES (40,'UserSubmission',11,'<27><> <20><><CA><DA><ED><ED> <20><><C8><E6><C7><D3>',1031514049);
INSERT INTO international VALUES (39,'UserSubmission',11,'<27><><CA><DA><ED> <20><>',1031514049);
INSERT INTO international VALUES (38,'UserSubmission',11,'\"<22><><C7><E4> \"\"<22><>\"\"<22><><C5> <20><><DF> <20><><CA><DF> <20><><CA><CD><D1> <20><><D8> HTML/RICH\"',1031514049);
INSERT INTO international VALUES (37,'UserSubmission',11,'<27><><CD>',1031514049);
INSERT INTO international VALUES (35,'UserSubmission',11,'<27><><DA><E4><E6>',1031514049);
INSERT INTO international VALUES (34,'UserSubmission',11,'<27><> <20><><CA><D1> <20><> <20><><CA><CD><E6> <20><><DA><C7><C6><CF> <20><><C7><E1><CA><CD><E3><ED>',1031514049);
INSERT INTO international VALUES (33,'UserSubmission',11,'<27><><E3><D1><DD><DE>',1031514049);
INSERT INTO international VALUES (32,'UserSubmission',11,'<27><><D5><E6>',1031514049);
INSERT INTO international VALUES (31,'UserSubmission',11,'<27><><E3><CD><CA> <20><><C7><E1><D1><C7><C8> (<28><><C7><E1><E4><DE><C7>)',1031514049);
INSERT INTO international VALUES (30,'UserSubmission',11,'<27><><C7><E1><E3><DE><CF> <20><><C8><CD> <20><> <20><><D8>',1031514049);
INSERT INTO international VALUES (29,'UserSubmission',11,'<27><><E4><D9> <20><><E3><D3><CA><CE> <20><><C7><E1><D8>',1031514049);
INSERT INTO international VALUES (28,'UserSubmission',11,'<27><><D1><CC> <20><><C5> <20><><DE><C7><C6> <20><><C7><E1><D8><E1><C8>',1031514049);
INSERT INTO international VALUES (27,'UserSubmission',11,'<27><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (23,'UserSubmission',11,'<27><><CA><C7><D1> <20><><C7><E1><CA><DE><CF>:',1031514049);
INSERT INTO international VALUES (22,'UserSubmission',11,'<27><><E3><DE><CF>:',1031514049);
INSERT INTO international VALUES (21,'UserSubmission',11,'<27><><E3><DE><CF>',1031514049);
INSERT INTO international VALUES (20,'UserSubmission',11,'<27><><CA><DA><ED> <20><><D8> <20><><CC><CF>',1031514049);
INSERT INTO international VALUES (19,'UserSubmission',11,'<27><><CA><CD><D1> <20><><C7><E1><D8>',1031514049);
INSERT INTO international VALUES (18,'UserSubmission',11,'<27><><CA><CD><D1> <20><><E4><D9> <20><><E3><D3><CA><CE> <20><><C7><E1><D8> ',1031514049);
INSERT INTO international VALUES (17,'UserSubmission',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1>ȿ',1031514049);
INSERT INTO international VALUES (16,'UserSubmission',11,'<27><><DB> <20><><E3><D3>',1031514049);
INSERT INTO international VALUES (15,'UserSubmission',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (14,'UserSubmission',11,'<27><><C7><E1><CD><C7>',1031514049);
INSERT INTO international VALUES (13,'UserSubmission',11,'<27><><CA><C7><D1> <20><><C7><E1><CA><DE><CF>',1031514049);
INSERT INTO international VALUES (12,'UserSubmission',11,'<27><><E1><C7><CA><DD> <20><><C5> <20><><DF> <20><><CA><DF> <20><><E6><CB><ED> HTML',1031514049);
INSERT INTO international VALUES (6,'UserSubmission',11,'<27><><DA> <20><><C7><E1><D8><E1><C8> <20><><D5><DD> <20><><C8><D5><DD>',1031514049);
INSERT INTO international VALUES (5,'UserSubmission',11,'<27><><D8><E1> <20><><E3><D1><DD>',1031514049);
INSERT INTO international VALUES (4,'UserSubmission',11,'<27><> <20><><DE><C8> <20><><D8><E1>',1031514049);
INSERT INTO international VALUES (3,'UserSubmission',11,' <20><><E1><CF> <20><><D8> <20><><E3><D3><CA><CE> <20><><CC><CF> <20><><ED><E4><CA> <20><><C7><E1><E3><E6><C7><DD> <20><><DA><E1>',1031514049);
INSERT INTO international VALUES (2,'UserSubmission',11,'<27><> <20><><ED><E3><DF> <20><><C7><E1><E3><D3><C7>ɿ',1031514049);
INSERT INTO international VALUES (1,'UserSubmission',11,'<27><> <20><><ED><E3><DF> <20><><C7><E1><DE><C8> (<28><><C7><E1><E3><E6><C7><DD>)<29>',1031514049);
INSERT INTO international VALUES (61,'SyndicatedContent',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E3><CD><CA> <20><><C7><E1><D1><C7><C8>',1031514049);
INSERT INTO international VALUES (6,'SyndicatedContent',11,'<27><><C7><E1><E3><CD><CA> <20><><C7><E1><CD><C7>',1031514049);
INSERT INTO international VALUES (5,'SyndicatedContent',11,'<27><><C2> <20><> <20><> <20><><C5><CD><D6><C7>',1031514049);
INSERT INTO international VALUES (4,'SyndicatedContent',11,'<27><><CA><CD><D1> <20><><E3><CD><CA> <20><><C7><E1><D1><C7><C8>',1031514049);
INSERT INTO international VALUES (2,'SyndicatedContent',11,'<27><><E3><CD><CA> <20><><C7><E1><D1><C7><C8> (<28><><C7><E1><E4><DE><C7>)',1031514049);
INSERT INTO international VALUES (1,'SyndicatedContent',11,'<27><> URL <20><><C5> <20><><E3> RSS ',1031514049);
INSERT INTO international VALUES (61,'SQLReport',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><CA><DE><D1> <20><><C7>SQL',1031514049);
INSERT INTO international VALUES (18,'SQLReport',11,'<27><><E1><ED> <20><><E5><E4> <20><><E4><CA><C7> <20><><E1><E5> <20><><C7><E1><C7><D3><CA><DD><E5>',1031514049);
INSERT INTO international VALUES (17,'SQLReport',11,'<27><><CA><E4><DE> <b>: <20><><C7><D3><CA><DD><E5> <b/>:',1031514049);
INSERT INTO international VALUES (16,'SQLReport',11,'<27><><CA><E4><DE>',1031514049);
INSERT INTO international VALUES (15,'SQLReport',11,'<27><><DE> (<28><><CA><D4><DB>) <20><><E3><DA><C7><E1> <20><><D1><E3> <20><><C7><E1><C7><CE><CA><D5> <20><><DA> <20><><C7><E1><C7><D3><CA><DD><E5><C7>',1031514049);
INSERT INTO international VALUES (14,'SQLReport',11,'<27><><CA><D1><DE> <20><><C7><E1><D5><DD><CD>',1031514049);
INSERT INTO international VALUES (13,'SQLReport',11,'<27><> <20><><CA><D1> <20><> <20><><CA><CD><E6> <20><><DA><C7><C6><CF> <20><><C7><E1><CA><CD><E3><ED>',1031514049);
INSERT INTO international VALUES (12,'SQLReport',11,'<27><><CA><E4><DE> <b>: <20><><CE> <b/>: <20><> <20><><ED><CA><E3> <20><> <20><><C7><E1><C7><CA><D5> <20><><C8><DE><C7><DA> <20><><C7><E1><C8><ED><C7><E4>',1031514049);
INSERT INTO international VALUES (11,'SQLReport',11,'<27><><CA><E4><DE> <b>: <20><><CE> <b/>: <20><><E5><E4> <20><><E3><D4><DF> <20><> <20><><C7><E1><C7><D3><CA><DD><E5>',1031514049);
INSERT INTO international VALUES (10,'SQLReport',11,'<27><><CA><E4><DE> <b>: <20><><CE> <b/>: <20><><D5><ED> <20><>SQL <20><><C7><E1><E3><DA><ED> <20><><DB> <20><><D5><CD><ED>',1031514049);
INSERT INTO international VALUES (9,'SQLReport',11,'<27><><CA><E4><DE> <b>: <20><><CE> <b/>: <20><><D5><ED> <20><>DSN <20><><C7><E1><E3><DA><ED> <20><><DB> <20><><D5><CD><ED>',1031514049);
INSERT INTO international VALUES (8,'SQLReport',11,'<27><><CA><CD><D1> <20><><CA><DE><D1> SQL',1031514049);
INSERT INTO international VALUES (6,'SQLReport',11,'<27><><E3><D3><CA><CE> <20><><DE><C7><DA> <20><><C7><E1><C8><ED><C7><E4>',1031514049);
INSERT INTO international VALUES (7,'SQLReport',11,'<27><><DF><E1> <20><> <20><><DE><C7><DA> <20><><C7><E1><C8><ED><C7><E4>',1031514049);
INSERT INTO international VALUES (5,'SQLReport',11,'DSN',1031514049);
INSERT INTO international VALUES (4,'SQLReport',11,'<27><><C7><D3><CA><DD><E5>',1031514049);
INSERT INTO international VALUES (3,'SQLReport',11,'<27><><DE><C7> <20><><C7><E1><CA><DE><D1>',1031514049);
INSERT INTO international VALUES (1,'SQLReport',11,'<27><><CA><DE><D1> SQL (<28><><E1> <20><><C7><E1><C7><D3><CA><DD><E5> <20><><C7><E1><E5><ED><DF><E1>)',1031514049);
INSERT INTO international VALUES (61,'SiteMap',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><CE><D1><ED> <20><><C7><E1><E3><E6>',1031514049);
INSERT INTO international VALUES (824,'WebGUI',1,'Email Footer',1038708558);
INSERT INTO international VALUES (75,'Survey',1,'Edit this question.',1038778819);
INSERT INTO international VALUES (6,'SiteMap',11,'<27><><DD><D1> <20><><C3> <20><><C7><E1><D3>',1031514049);
INSERT INTO international VALUES (5,'SiteMap',11,'<27><><CA><CD><D1> <20><><CE><D1><ED> <20><><C7><E1><E3><E6>',1031514049);
INSERT INTO international VALUES (4,'SiteMap',11,'<27><> <20><><C7><E1><DE> <20><><C5> <20><><C7><E1><DE>',1031514049);
INSERT INTO international VALUES (3,'SiteMap',11,'<27><><C7><C8><CA><CF><C7> <20><> <20><><E5> <20><><C7><E1><E3><D3><CA><E6>',1031514049);
INSERT INTO international VALUES (2,'SiteMap',11,'<27><><CE><D1><ED> <20><><C7><E1><E3><E6>',1031514049);
INSERT INTO international VALUES (62,'Product',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><DE><C7> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (61,'Product',11,'<27><><DE><C7> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (60,'Product',11,'<27><><C7><E1><DE><C7>',1031514049);
INSERT INTO international VALUES (59,'Product',11,'<27><><C7><E1><C5>',1031514049);
INSERT INTO international VALUES (58,'Product',11,'<27><><CA><CD><D1> <20><><DE><C7> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (57,'Product',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><DE><C7> <20><><E6><CA><CC><E5> <20><> <20><><C7><E1><E3><E4><CA><CC> <20><><C8><C7><D3><CA><CE><CF> <20><><C7><E1><DE><C7> <20><><C7><E1><C7><DA><CA><ED><C7><CF>',1031514049);
INSERT INTO international VALUES (56,'Product',11,'<27><><C5><D6><C7> <20><><DE><C7> <20><><E3><E4>',1031514049);
INSERT INTO international VALUES (55,'Product',11,'<27><><C5><D6><C7> <20><><E3><ED>',1031514049);
INSERT INTO international VALUES (54,'Product',11,'<27><><E3><ED><D2>',1031514049);
INSERT INTO international VALUES (53,'Product',11,'<27><><CA><CD><D1> <20><><E3><ED>',1031514049);
INSERT INTO international VALUES (52,'Product',11,'<27><><C5><D6><C7> <20><><E3><ED> <20><><C3><CE><D1>',1031514049);
INSERT INTO international VALUES (51,'Product',11,'<27><><E3><ED>',1031514049);
INSERT INTO international VALUES (49,'Product',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E3><ED><D2> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (48,'Product',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><E3>ɿ <20><> <20><><ED><E3><DF> <20><><C7><D3><CA><D1><CC><C7><DA> <20><><C5> <20><> <20><><CD><D0>',1031514049);
INSERT INTO international VALUES (46,'Product',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E3><E4> (<28><> <20><><DA><E1><C7>)',1031514049);
INSERT INTO international VALUES (44,'Product',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><CD><E1> <20><><E3><E4>',1031514049);
INSERT INTO international VALUES (42,'Product',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E3><E6><C7><D5> <20><><E3><E4>',1031514049);
INSERT INTO international VALUES (38,'Product',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E3><E4> <20><> <20><><DA><E1><C7>',1031514049);
INSERT INTO international VALUES (40,'Product',11,'<27><><C5><D6><C9>/<2F><><CA><CD><D1> <20><><D4> <20><><E3><E4>',1031514049);
INSERT INTO international VALUES (37,'Product',11,'<27><><C5><D6><C7> <20><><E3><E4> <20><> <20><><DA><E1><C7>',1031514049);
INSERT INTO international VALUES (36,'Product',11,'<27><><C5><D6><C7> <20><><CD><E1>',1031514049);
INSERT INTO international VALUES (35,'Product',11,'<27><><C5><D6><C7> <20><><E3><E6><C7><D5>',1031514049);
INSERT INTO international VALUES (34,'Product',11,'<27><><C5><D6><C7> <20><><D4>',1031514049);
INSERT INTO international VALUES (33,'Product',11,'<27><><E3><E4><CA><CC> <20><><D0> <20><><DA><E1><C7>',1031514049);
INSERT INTO international VALUES (31,'Product',11,'<27><><E3><E6><C7><D5><DD>',1031514049);
INSERT INTO international VALUES (32,'Product',11,'<27><><E3><E1><CD><DE> <20><><CB><C7><E4><E6> (<28><><CD>)',1031514049);
INSERT INTO international VALUES (30,'Product',11,'<27><><C3><D4><DF>',1031514049);
INSERT INTO international VALUES (29,'Product',11,'<27><><E6><CD><CF>',1031514049);
INSERT INTO international VALUES (28,'Product',11,'<27><><C5><D6><C9> <20><><E3><E6><C7><D5><DD> <20><><C3><CE><D1>',1031514049);
INSERT INTO international VALUES (27,'Product',11,'<27><><E3><E6><C7><D5>',1031514049);
INSERT INTO international VALUES (26,'Product',11,'<27><><E3><E1> <20><><CA><CC><C7> (<28><><D8><C7>)',1031514049);
INSERT INTO international VALUES (25,'Product',11,'<27><><CA><CD><D1> <20><><C7><E1><E3><E6><C7><D5><DD>',1031514049);
INSERT INTO international VALUES (24,'Product',11,'<27><><C5><D6>ɿ',1031514049);
INSERT INTO international VALUES (23,'Product',11,'<27><><D4>',1031514049);
INSERT INTO international VALUES (22,'Product',11,'<27><><CA><CD><D1> <20><><C7><E1><D4>',1031514049);
INSERT INTO international VALUES (21,'Product',11,'<27><><C5><D6><C7> <20><><E3><E4> <20><> <20><><DA><E1><C7> <20><>ѿ',1031514049);
INSERT INTO international VALUES (20,'Product',11,'<27><><E3><E4> <20><> <20><><DA><E1><C7>',1031514049);
INSERT INTO international VALUES (19,'Product',11,'<27><><C5><D6><C7> <20><><E3><E4> <20><> <20><><DA><E1><C7>',1031514049);
INSERT INTO international VALUES (18,'Product',11,'<27><><C5><D6><C7> <20><><CD><E1> <20><><C3><CE><D1>',1031514049);
INSERT INTO international VALUES (17,'Product',11,'<27><><CD><E1>',1031514049);
INSERT INTO international VALUES (16,'Product',11,'<27><><C5><D6><C7> <20><><CD><E1>',1031514049);
INSERT INTO international VALUES (15,'Product',11,'<27><><D6><E3>',1031514049);
INSERT INTO international VALUES (14,'Product',11,'<27><><ED><CF>',1031514049);
INSERT INTO international VALUES (13,'Product',11,'<27><><DF><D1><C7> <20><><DA> (<28><><DA> <20><><CA><DE><CF><ED>)',1031514049);
INSERT INTO international VALUES (12,'Product',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1>ݿ',1031514049);
INSERT INTO international VALUES (11,'Product',11,'<27><><D1> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (10,'Product',11,'<27><><C7><E1><D3>',1031514049);
INSERT INTO international VALUES (9,'Product',11,'<27><><D5><E6> <20><><E3><E4> <20><><D1> 3',1031514049);
INSERT INTO international VALUES (8,'Product',11,'<27><><D5><E6> <20><><E3><E4> <20><><D1> 2',1031514049);
INSERT INTO international VALUES (7,'Product',11,'<27><><D5><E6> <20><><E3><E4> <20><><D1> 1',1031514049);
INSERT INTO international VALUES (6,'Product',11,'<27><><CA><CD><D1> <20><><E3><E4>',1031514049);
INSERT INTO international VALUES (5,'Product',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><E3><E6><C7><D5>ʿ',1031514049);
INSERT INTO international VALUES (4,'Product',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><DA><E1><C7> <20><><C7><E1><CE><C7> <20><><C8><E5> <20><><C7><E1><E3><E4> <20>',1031514049);
INSERT INTO international VALUES (3,'Product',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><D4><DF>',1031514049);
INSERT INTO international VALUES (2,'Product',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><DA><E1><C7> <20><><C8><E5> <20><><C7><E1><CD>ɿ',1031514049);
INSERT INTO international VALUES (1,'Product',11,'<27><><E3><E4>',1031514049);
INSERT INTO international VALUES (72,'Poll',11,'<27><><DA><D4><E6><C7><C6> <20><><C7><E1><C5><CC><C7>ʿ',1031514049);
INSERT INTO international VALUES (61,'Poll',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><C7><E1><D1>',1031514049);
INSERT INTO international VALUES (20,'Poll',11,'<27><><C7><E1><E3><DE><CF> <20><><C8><CD> <20><> <20><><D5>',1031514049);
INSERT INTO international VALUES (12,'Poll',11,'<27><><E3><CC><E3> <20><><C7><E1><C3><D5><E6>:',1031514049);
INSERT INTO international VALUES (11,'Poll',11,'<27><><C7><DE><CA> !',1031514049);
INSERT INTO international VALUES (10,'Poll',11,'<27><><C5><DA><C7> <20><><CA><CC><E5> <20><><C7><E1><C3><D5><E6>',1031514049);
INSERT INTO international VALUES (9,'Poll',11,'<27><><CA><CD><D1> <20><><C7><E1><D1>',1031514049);
INSERT INTO international VALUES (8,'Poll',11,'(<28><><C3><CF> <20><><C5><CC><C7> <20><><E6><C7><CD> <20><><E1> <20><><D3>. <20><><C8> <20><><C3><DE> 20)',1031514049);
INSERT INTO international VALUES (7,'Poll',11,'<27><><CC><E6>',1031514049);
INSERT INTO international VALUES (6,'Poll',11,'<27><><D3><C4>',1031514049);
INSERT INTO international VALUES (5,'Poll',11,'<27><><C7><CA><D3> <20><><C7><E1><D4> <20><><C7><E1><C8><ED><C7>',1031514049);
INSERT INTO international VALUES (4,'Poll',11,'<27><> <20><><ED><E3><DF> <20><><C7><E1><C7><DE><CA>ڿ',1031514049);
INSERT INTO international VALUES (61,'MessageBoard',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E1><E6> <20><><C7><E1><D1><D3><C7>',1031514049);
INSERT INTO international VALUES (1,'Poll',11,'<27><><D1>',1031514049);
INSERT INTO international VALUES (3,'Poll',11,'<27><><E4>',1031514049);
INSERT INTO international VALUES (22,'MessageBoard',11,'<27><><CD> <20><><D1><D3><C7>',1031514049);
INSERT INTO international VALUES (20,'MessageBoard',11,'<27><><C2> <20><>',1031514049);
INSERT INTO international VALUES (19,'MessageBoard',11,'<27><><D1><CF>',1031514049);
INSERT INTO international VALUES (18,'MessageBoard',11,'<27><><C7><E1> <20><><C7><E1><C8><C7>',1031514049);
INSERT INTO international VALUES (17,'MessageBoard',11,'<27><><CA><DA><ED> <20><><D1><D3><C7> <20><><CC><CF><ED>',1031514049);
INSERT INTO international VALUES (16,'MessageBoard',11,'<27><><C7><E1><CA><C7><D1>',1031514049);
INSERT INTO international VALUES (15,'MessageBoard',11,'<27><><C7><E1><DF><C7>',1031514049);
INSERT INTO international VALUES (12,'MessageBoard',11,'<27><><CA><CD><D1> <20><><C7><E1><D1><D3><C7>',1031514049);
INSERT INTO international VALUES (11,'MessageBoard',11,'<27><><D1><CC> <20><><C5> <20><><DE><C7><C6> <20><><C7><E1><D1><D3><C7>',1031514049);
INSERT INTO international VALUES (9,'MessageBoard',11,'<27><><E5><E6> <20><><C7><E1><D1><D3><C7>:',1031514049);
INSERT INTO international VALUES (8,'MessageBoard',11,'<27><><C7><E1><CA><C7><D1>:',1031514049);
INSERT INTO international VALUES (7,'MessageBoard',11,'<27><><C7><E1><DF><C7>:',1031514049);
INSERT INTO international VALUES (6,'MessageBoard',11,'<27><><CA><CD><D1> <20><><E1><E6> <20><><C7><E1><D1><D3><C7>',1031514049);
INSERT INTO international VALUES (4,'MessageBoard',11,'<27><><E1><E6> <20><><C7><E1><D1><D3><C7> <20><><E1> <20><><D5><DD>',1031514049);
INSERT INTO international VALUES (61,'MailForm',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><CA><D4><DF> <20><><C7><E1><C8><D1>',1031514049);
INSERT INTO international VALUES (62,'MailForm',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><CD><DE> <20><><CA><D4><DF> <20><><C7><E1><C8><D1>',1031514049);
INSERT INTO international VALUES (2,'MessageBoard',11,'<27><><E1><E6> <20><><C7><E1><D1><D3><C7>',1031514049);
INSERT INTO international VALUES (26,'MailForm',11,'<27><><CA><CE><D2> <20><><C7><E1><E3><CF><C7><CE>',1031514049);
INSERT INTO international VALUES (25,'MailForm',11,'<27><><DE> <20><><E3><E5><E3> <20><> <20><><C7><DA><CA><ED><C7><CF> (<28><><C7><CE><CA><ED><C7>)',1031514049);
INSERT INTO international VALUES (23,'MailForm',11,'<27><><C7><E1><E4>',1031514049);
INSERT INTO international VALUES (24,'MailForm',11,'<27><><DE> <20><><E3><CD><CA><E3> (<28><><D5><E4><CF> <20><><C7><E1><C3><D3><DE> <20><><DD>)',1031514049);
INSERT INTO international VALUES (22,'MailForm',11,'<27><><C7><E1><CD><C7>',1031514049);
INSERT INTO international VALUES (21,'MailForm',11,'<27><><C7> <20><><C7><E1><CD>',1031514049);
INSERT INTO international VALUES (20,'MailForm',11,'<27><><CA><CD><D1> <20><><C7><E1><CD>',1031514049);
INSERT INTO international VALUES (19,'MailForm',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><CD><DE>',1031514049);
INSERT INTO international VALUES (18,'MailForm',11,'<27><><D1><CC> !',1031514049);
INSERT INTO international VALUES (17,'MailForm',11,'<27><> <20><><C5><D1><D3> <20><><C7><E1><C8><D1>',1031514049);
INSERT INTO international VALUES (16,'MailForm',11,'<27><><D4>',1031514049);
INSERT INTO international VALUES (15,'MailForm',11,'<27><><C7><D3><CA><DF><E3> <20><><E1><C5><D6><C7> <20><><CD><DE><E6>',1031514049);
INSERT INTO international VALUES (14,'MailForm',11,'<27><><C7><E1><E3><E6><D6>',1031514049);
INSERT INTO international VALUES (13,'MailForm',11,'<27><><D5><E6> <20><><CB><C7><E4> <20><><C5>',1031514049);
INSERT INTO international VALUES (12,'MailForm',11,'<27><><D5><E6> <20><><C5>',1031514049);
INSERT INTO international VALUES (11,'MailForm',11,'<27><><C5> (<28><><DA><E4><E6> <20><><C7><E1><C8><D1> <20><><C7><E1><C5><E1><DF><CA><D1><E6><E4> <20><><C7> <20><><C7><E1><E3><D3><CA><CE><CF> <20><> <20><><C7> <20><><C7><E1><E3><CC><E3><E6>)',1031514049);
INSERT INTO international VALUES (10,'MailForm',11,'<27><><CA><D4><DF>',1031514049);
INSERT INTO international VALUES (9,'MailForm',11,'<27><><CA><CD><D1> <20><><CD>',1031514049);
INSERT INTO international VALUES (8,'MailForm',11,'<27><><C7><CA><D3>',1031514049);
INSERT INTO international VALUES (7,'MailForm',11,'<27><><CA><CD><D1> <20><><CA><D4><DF> <20><><C7><E1><C8><D1>',1031514049);
INSERT INTO international VALUES (6,'MailForm',11,'<27><><DE><C7> <20><><E1><E1><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (5,'MailForm',11,'<27><><D9><C7>',1031514049);
INSERT INTO international VALUES (4,'MailForm',11,'<27><><CE>',1031514049);
INSERT INTO international VALUES (3,'MailForm',11,'<27><><D4><DF><D1> <20><><E1><E1> !',1031514049);
INSERT INTO international VALUES (2,'MailForm',11,'<27><><C7><DF> <20><><E3><E6><D6> <20><><C8><D1><ED> <20><><E5>',1031514049);
INSERT INTO international VALUES (1,'MailForm',11,'<27><><CA><D4><DF> <20><><C8><D1>',1031514049);
INSERT INTO international VALUES (72,'LinkList',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E6><D5>',1031514049);
INSERT INTO international VALUES (61,'LinkList',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><DE><C7><C6> <20><><C7><E1><E6><D5>',1031514049);
INSERT INTO international VALUES (13,'LinkList',11,'<27><><C5><D6><C7> <20><><E6><D5> <20><><CC><CF><ED>',1031514049);
INSERT INTO international VALUES (12,'LinkList',11,'<27><><CA><CD><D1> <20><><E6><D5>',1031514049);
INSERT INTO international VALUES (10,'LinkList',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E6><D5>',1031514049);
INSERT INTO international VALUES (9,'LinkList',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><E6>ɿ',1031514049);
INSERT INTO international VALUES (8,'LinkList',11,'<27><><DA><E4><E6> <20><><C7><E4><CA><D1>',1031514049);
INSERT INTO international VALUES (6,'LinkList',11,'<27><><DE><C7><C6> <20><><C7><E1><E6><D5>',1031514049);
INSERT INTO international VALUES (820,'WebGUI',1,'Your account is not activated. Therefore you cannot log in until it\'s activated, which only can be done by the admin.',1038431645);
INSERT INTO international VALUES (3,'LinkList',11,'<27><><DD> <20><> <20><><D5><DD> <20><><CC><CF>ɿ',1031514049);
INSERT INTO international VALUES (61,'Item',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><C8>',1031514049);
INSERT INTO international VALUES (6,'Item',11,'<27><><CA><CD><D1> <20><><C8>',1031514049);
INSERT INTO international VALUES (5,'Item',11,'<27><><CA><CD><E3> <20><><E3><D1><DD><DE>',1031514049);
INSERT INTO international VALUES (4,'Item',11,'<27><><C8>',1031514049);
INSERT INTO international VALUES (3,'Item',11,'<27><><CD> <20><><E3><D1><DD><DE>',1031514049);
INSERT INTO international VALUES (2,'Item',11,'<27><><E3><D1><DD><DE>',1031514049);
INSERT INTO international VALUES (72,'FAQ',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><D3><C4>',1031514049);
INSERT INTO international VALUES (1,'Item',11,'<27><><E6><D5> <20><><E6>',1031514049);
INSERT INTO international VALUES (61,'FAQ',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><CA><D3><C7><C4><E1> <20><><E3><CA><D1><CF>',1031514049);
INSERT INTO international VALUES (13,'FAQ',11,'<27><><CA><D4><DB> <20><><E6><D5> [<5B><><C3><DA>]<5D>',1031514049);
INSERT INTO international VALUES (12,'FAQ',11,'<27><><CA><D4><DB> <20>/̿',1031514049);
INSERT INTO international VALUES (11,'FAQ',11,'',1031514049);
INSERT INTO international VALUES (10,'FAQ',11,'<27><><CA><CD><D1> <20><><D3><C4>',1031514049);
INSERT INTO international VALUES (9,'FAQ',11,'<27><><C5><D6><C7> <20><><D3><C4> <20><><CC><CF>',1031514049);
INSERT INTO international VALUES (8,'FAQ',11,'<27><><CA><CD><D1> <20><><CA><D3><C7>',1031514049);
INSERT INTO international VALUES (6,'FAQ',11,'<27><><CC><E6>',1031514049);
INSERT INTO international VALUES (7,'FAQ',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><D3><C4><C7>',1031514049);
INSERT INTO international VALUES (5,'FAQ',11,'<27><><D3><C4>',1031514049);
INSERT INTO international VALUES (2,'FAQ',11,'<27><><CA><D3><C7><C4><E1> <20><><E3><CA><D1><CF>',1031514049);
INSERT INTO international VALUES (75,'FAQ',1,'Add a question.',1036260753);
INSERT INTO international VALUES (61,'ExtraColumn',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><DA><E3> <20><><C5><D6><C7>',1031514049);
INSERT INTO international VALUES (6,'ExtraColumn',11,'<27><><C5><D6><C7> <20><><DA><E3> <20><><C5><D6><C7>',1031514049);
INSERT INTO international VALUES (5,'ExtraColumn',11,'<27><><CA><D5><E4> <20><><E4><E3><E6> <20><><C7><E1><D5><DD>',1031514049);
INSERT INTO international VALUES (4,'ExtraColumn',11,'<27><><C7><CA><D3>',1031514049);
INSERT INTO international VALUES (3,'ExtraColumn',11,'<27><><E3><C8><C7><DA>',1031514049);
INSERT INTO international VALUES (1,'ExtraColumn',11,'<27><><DA><E3> <20><><C5><D6><C7>',1031514049);
INSERT INTO international VALUES (78,'EventsCalendar',11,'<27><> <20><><CA><CD> <20><><D4><ED>.. <20><><E1> <20><><C3><CE><D8> (<28><><CA><D1><C7> <20><> <20><><C7><E1><CD>)',1031514049);
INSERT INTO international VALUES (77,'EventsCalendar',11,'<27><><CD> <20><><E5> <20><><C7><E1><CD><<3C>> <20> </<2F>> <20><><C8><DF><C7> <20><><CA><DF><D1><C7><D1><ED><C7>',1031514049);
INSERT INTO international VALUES (76,'EventsCalendar',11,'<27><><CD> <20><><E5> <20><><C7><E1><CD> <20><><DD>',1031514049);
INSERT INTO international VALUES (75,'EventsCalendar',11,'<27><> <20><><C7><E1><CE><ED><C7><D1> <20><><CA><DD><D6>',1031514049);
INSERT INTO international VALUES (72,'EventsCalendar',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><C7><E1><CD>',1031514049);
INSERT INTO international VALUES (61,'EventsCalendar',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><CA><DE><E6> <20><><C7><E1><C3><CD><CF>',1031514049);
INSERT INTO international VALUES (86,'EventsCalendar',1,'Show 12 months from start.',1038190601);
INSERT INTO international VALUES (20,'EventsCalendar',11,'<27><><C5><D6><C7> <20><><CD>',1031514049);
INSERT INTO international VALUES (19,'EventsCalendar',11,'<27><><CA><D1><DE> <20><><C7><E1><D5><DD><CD>',1031514049);
INSERT INTO international VALUES (611,'WebGUI',21,'<b><3E><><EE><C1><DA><D7><C1><CE> <20><><CB><CF><CD><D0><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CE><C1><DA><D7><C1><CE> <20><><D7><C1><DB> <20><><CB><CF><CD><CE><C1><CE>. <20><><FC> <20><><C9> <20><><C2><D5><C4> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><D4><D8> <20><><CD><C1><CB><D2><CF><D3> ^c;.\r\n<br><br>\r\n<b>e-mail</b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CF><D3><CE><CF><D7><CE> <20><><DC><CC><C5><CB><D4><D2><CF><CE><CE> <20><><C1><C4><D2> <20><><CB><CF><CD><D0><C1><CE>. <20><> <20><><C2><D9><C4> <20><><D0><CF><C4><D3><D4><C1><D7><CC><D1><D4><D8> <20><><D0> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><C5><D3><CB> <20><><C7><C5><CE><C5><D2><C1><C3> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><C4> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA>.\r\n<br><br>\r\n<b>URL <20><><D3><C1><CA> <20><><CB><CF><CD><D0><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CF><D3><CE><CF><D7><CE> <20><><C1><C4><D2> <20><><D7>-<2D><><D3><C1><CA> <20><><CB><CF><CD><D0><C1><CE>. <20><><FC><D4> <20><><C1><C4><D2> <20><><C2><D5><C4> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><D4><D8> <20><><D0> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><C5><D3><CB> <20><><C7><C5><CE><C5><D2><C1><C3> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><C4> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA>.\r\n<br><br>',1036493480);
INSERT INTO international VALUES (15,'EventsCalendar',11,'<27><><CA><C7><D1> <20><><C7><E1><C7><E4><CA><E5>',1031514049);
INSERT INTO international VALUES (14,'EventsCalendar',11,'<27><><CA><C7><D1> <20><><C7><E1><C8>',1031514049);
INSERT INTO international VALUES (13,'EventsCalendar',11,'<27><><CA><CD><D1> <20><><C7><E1><CD>',1031514049);
INSERT INTO international VALUES (12,'EventsCalendar',11,'<27><><CA><CD><D1> <20><><CA><DE><E6> <20><><C7><E1><C3><CD><CF>',1031514049);
INSERT INTO international VALUES (9,'EventsCalendar',11,'<27><><CD>',1031514049);
INSERT INTO international VALUES (8,'EventsCalendar',11,'<27><><ED><CA><DF> <20><>',1031514049);
INSERT INTO international VALUES (4,'EventsCalendar',11,'<27><><ED><CD> <20><><E3> <20><><E6><C7><CD>',1031514049);
INSERT INTO international VALUES (2,'EventsCalendar',11,'<27><><CA><DE><E6> <20><><C7><E1><C3><CD><CF>',1031514049);
INSERT INTO international VALUES (72,'DownloadManager',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><CA><CD><E3>',1031514049);
INSERT INTO international VALUES (91,'EventsCalendar',1,'Add a new event.',1038190852);
INSERT INTO international VALUES (61,'DownloadManager',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><E3><CF> <20><><C7><E1><CA><CD><E3>',1031514049);
INSERT INTO international VALUES (22,'DownloadManager',11,'<27><><C7><D3><CA><DF><E3> <20><><E1><C5><D6><C7> <20><><CA><CD><E3><ED>',1031514049);
INSERT INTO international VALUES (21,'DownloadManager',11,'<27><><DA> <20><><C8><C7><E1><C5><D4>ɿ',1031514049);
INSERT INTO international VALUES (20,'DownloadManager',11,'<27><><CA><D1><DE> <20><><C7><E1><D5><DD><CD>',1031514049);
INSERT INTO international VALUES (19,'DownloadManager',11,'<27><><E1> <20><><C8><CD><E6><D2> <20><><E3><E1><DD> <20><><E3><CA><C7> <20><><E1><E1><CA><CD><E3>',1031514049);
INSERT INTO international VALUES (18,'DownloadManager',11,'<27><><E4><D3> <20><><C8><CF><ED> <20><><D1> 2',1031514049);
INSERT INTO international VALUES (17,'DownloadManager',11,'<27><><E4><D3> <20><><C8><CF><ED> <20><><D1> 1',1031514049);
INSERT INTO international VALUES (16,'DownloadManager',11,'<27><><C7><E1><D2> <20><><C7><E1><CA><CD><E3><ED>',1031514049);
INSERT INTO international VALUES (15,'DownloadManager',11,'<27><><CA><E6><D5>',1031514049);
INSERT INTO international VALUES (14,'DownloadManager',11,'<27><><E3>',1031514049);
INSERT INTO international VALUES (12,'DownloadManager',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><CA><CD><E3><ED>',1031514049);
INSERT INTO international VALUES (11,'DownloadManager',11,'<27><><C5><D6><C7> <20><><CA><CD><E3> <20><><CC><CF>',1031514049);
INSERT INTO international VALUES (10,'DownloadManager',11,'<27><><CA><CD><D1> <20><><C7><E1><CA><CD><E3>',1031514049);
INSERT INTO international VALUES (9,'DownloadManager',11,'<27><><CA><CD><D1> <20><><E3> <20><><C7><E1><CA><CD><E3>',1031514049);
INSERT INTO international VALUES (8,'DownloadManager',11,'<27><><E3><E6> <20><><E3><CE><CA>',1031514049);
INSERT INTO international VALUES (7,'DownloadManager',11,'<27><><CA><CC><E3> <20><><C8><DB> <20><><C7><E1><CA><CD><E3>',1031514049);
INSERT INTO international VALUES (6,'DownloadManager',11,'<27><><CA><CD><E3> <20><><E3>',1031514049);
INSERT INTO international VALUES (5,'DownloadManager',11,'<27><><C7> <20><><C7><E1><E3>',1031514049);
INSERT INTO international VALUES (3,'DownloadManager',11,'<27><><C7><D3><CA><DF><E3> <20><><E1><C5><D6><C7> <20><>ݿ',1031514049);
INSERT INTO international VALUES (1,'DownloadManager',11,'<27><><E3><CF> <20><><C7><E1><CA><CD><E3>',1031514049);
INSERT INTO international VALUES (61,'Article',11,'<27><><C5><D6><C7>/<2F><><CA><CD><D1> <20><><DD><DE>',1031514049);
INSERT INTO international VALUES (28,'Article',11,'<27><><DA> <20><><C7><E1><C2><D1>',1031514049);
INSERT INTO international VALUES (27,'Article',11,'<27><><D1><CC> <20><><C5> <20><><C7><E1><DD><DE>',1031514049);
INSERT INTO international VALUES (24,'Article',11,'<27><><CA><DA><ED> <20><><C7><E1>',1031514049);
INSERT INTO international VALUES (23,'Article',11,'<27><><C7><E1><CA><C7><D1> (<28><><C7><E1><D2>)',1031514049);
INSERT INTO international VALUES (22,'Article',11,'<27><><C7><E1><DF><C7>',1031514049);
INSERT INTO international VALUES (18,'Article',11,'<27><><DD> <20><><E3><E4><C7><DE>ʿ',1031514049);
INSERT INTO international VALUES (749,'WebGUI',1,'Track page statistics?',1036736182);
INSERT INTO international VALUES (778,'WebGUI',1,'Folder Description',1036906132);
INSERT INTO international VALUES (13,'Article',11,'<27><><CD>',1031514049);
INSERT INTO international VALUES (12,'Article',11,'<27><><CA><CD><D1> <20><><C7><E1><DD><DE>',1031514049);
INSERT INTO international VALUES (11,'Article',11,'br&gt',0);
INSERT INTO international VALUES (10,'Article',11,'<27><> <20><><CA><D1> <20><> <20><><CA><CD><E6> <20><><DA><C7><C6><CF> <20><><C7><E1><CA><CD><E3><ED>',1031514049);
INSERT INTO international VALUES (9,'Article',11,'<27><><E3><D1><DD><DE>',1031514049);
INSERT INTO international VALUES (8,'Article',11,'<27><><DA><E4><E6> <20><><C7><E1><E6><D5> <20><><C8><C7><E1><C5><E4><CA><D1>',1031514049);
INSERT INTO international VALUES (7,'Article',11,'<27><><C7> <20><><C7><E1><E6><D5>',1031514049);
INSERT INTO international VALUES (6,'Article',11,'<27><><D5><E6> ',1031514049);
INSERT INTO international VALUES (4,'Article',11,'<27><><CA><C7><D1> <20><><C7><E1><C7><E4><CA><E5>',1031514049);
INSERT INTO international VALUES (3,'Article',11,'<27><><CA><C7><D1> <20><><C7><E1><C8>',1031514049);
INSERT INTO international VALUES (1,'Article',11,'<27><><DD><DE>',1031514049);
INSERT INTO international VALUES (107,'WebGUI',11,'<27><><C7><E3><CA><ED><C7><D2>',1031514049);
INSERT INTO international VALUES (108,'WebGUI',11,'<27><><E3><C7>',1031514049);
INSERT INTO international VALUES (109,'WebGUI',11,'<27><> <20><><ED><E3> <20><><E1><E1><E3><C7> <20><> <20><><ED><D3><CA>ֿ',1031514049);
INSERT INTO international VALUES (110,'WebGUI',11,'<27><> <20><><ED><E3> <20><><E1><E1><E3><C7> <20><> <20><><ED><DA><CF>',1031514049);
INSERT INTO international VALUES (111,'WebGUI',11,'<27><><E3><CC><E3><E6>',1031514049);
INSERT INTO international VALUES (112,'WebGUI',11,'<27><> <20><><ED><E3> <20><><E1><E1><E3><CC><E3><E6> <20><> <20><><CA><D3><CA>ֿ',1031514049);
INSERT INTO international VALUES (113,'WebGUI',11,'<27><> <20><><ED><E3> <20><><E1><E1><E3><CC><E3><E6> <20><> <20><><CA><DA><CF>',1031514049);
INSERT INTO international VALUES (114,'WebGUI',11,'<27><> <20><><ED><E3> <20><><E1> <20><><D4> <20><> <20><><ED><D3><CA>ֿ',1031514049);
INSERT INTO international VALUES (115,'WebGUI',11,'<27><> <20><><ED><E3> <20><><E1> <20><><D4> <20><> <20><><ED><DA><CF>',1031514049);
INSERT INTO international VALUES (116,'WebGUI',11,'\"<22><><C7><E4> \"\"<22><><E4>\"\" <20><><E1><CA><CD><E6> <20><><C7><E3><CA><ED><C7><D2> <20><> <20><><C7><E1><D5><DD><CD> <20><><C7><E1> <20><><CA><CD><CA><E6><ED> <20><><E5> <20><><C7><E1><D5><DD> <20><><C5> <20><><E5> <20><><C7><E1><C7><E3><CA><ED><C7><D2>\"',1031514049);
INSERT INTO international VALUES (117,'WebGUI',11,'<27><><CA><CD><D1> <20><><CA><CC><E5><ED><D2> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (118,'WebGUI',11,'<27><><CA><D3><CC> <20><><C8><CF> <20><><C7>',1031514049);
INSERT INTO international VALUES (119,'WebGUI',11,'<27><><C3><D3><E1> <20><><C7><E1><CA><E6><CB> (<28><><C7><DD><CA><D1><C7>)',1031514049);
INSERT INTO international VALUES (120,'WebGUI',11,'<27><><CA><DA><ED> LDAP URL (<28><><C7><DD><CA><D1><C7>)',1031514049);
INSERT INTO international VALUES (121,'WebGUI',11,'<27><><E5><E6> LDAP (<28><><C7><DD><CA><D1><C7>)',1031514049);
INSERT INTO international VALUES (122,'WebGUI',11,'<27><><CA><D3><E3> <20><><E5><E6> LDAP',1031514049);
INSERT INTO international VALUES (123,'WebGUI',11,'<27><><CA><D3><E3> <20><><DF><E1> <20><><C7><E1> <20><><C7><E1><CE><C7> <20><> LDAP',1031514049);
INSERT INTO international VALUES (124,'WebGUI',11,'<27><><CA><CD><D1> <20><><C8><ED><C7><E4> <20><><C7><E1><D4><D1>',1031514049);
INSERT INTO international VALUES (125,'WebGUI',11,'<27><><C7> <20><><C7><E1><D4><D1>',1031514049);
INSERT INTO international VALUES (126,'WebGUI',11,'<27><><DA><E4><E6> <20><><C7><E1><D4><D1> <20><><C8><C7><E1><C8><D1> <20><><C7><E1><C5><E1><DF><CA><D1><E6>',1031514049);
INSERT INTO international VALUES (127,'WebGUI',11,'<27><><E3><E6> <20><><C7><E1><D4><D1> <20><><C8><C7><E1><E6>',1031514049);
INSERT INTO international VALUES (130,'WebGUI',11,'<27><><C7><E1> <20><><C7><E1><C3><DE> <20><><E1><E1><E3><D1><DD><DE>',1031514049);
INSERT INTO international VALUES (133,'WebGUI',11,'<27><><CA><CD><D1> <20><><CA><CC><E5><ED><D2> <20><><C7><E1><C8><D1>',1031514049);
INSERT INTO international VALUES (134,'WebGUI',11,'<27><><D1><D3><C7> <20><><C7><D3><CA><D1><CC> <20><><DF><E1> <20><><C7><E1>',1031514049);
INSERT INTO international VALUES (135,'WebGUI',11,'<27><><D3><ED><D1> (<28><><CE><C7>) SMPT',1031514049);
INSERT INTO international VALUES (138,'WebGUI',11,'<27><><E4>',1031514049);
INSERT INTO international VALUES (139,'WebGUI',11,'<27><>',1031514049);
INSERT INTO international VALUES (140,'WebGUI',11,'<27><><CA><CD><D1> <20><><CA><CC><E5><ED><D2> <20><><E3><CA><E4><E6>',1031514049);
INSERT INTO international VALUES (141,'WebGUI',11,'<27><><D5><DD> <20><><DB> <20><><E3><E6><CC><E6>',1031514049);
INSERT INTO international VALUES (142,'WebGUI',11,'<27><><C7><E4><DE><D6> <20><><C7><E1><DD><CA> <20><><C7><E1><D2><E3><E4> <20><><E1><E1><CF><E6>',1031514049);
INSERT INTO international VALUES (143,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><CA><CC><E5><ED><D2>',1031514049);
INSERT INTO international VALUES (144,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><C7><E1><C5><CD><D5><C7><C6><ED>',1031514049);
INSERT INTO international VALUES (145,'WebGUI',11,'<27><><E4><D3> webGUI Build',1031514049);
INSERT INTO international VALUES (146,'WebGUI',11,'<27><><CA><E4><D4> <20><><C7><E1><CF><E6><D1>',1031514049);
INSERT INTO international VALUES (147,'WebGUI',11,'<27><><D5><DD><CD>',1031514049);
INSERT INTO international VALUES (148,'WebGUI',11,'<27><><E3><E6><D6><E6><DA> <20><><C7><E1><E6>',1031514049);
INSERT INTO international VALUES (149,'WebGUI',11,'<27><><E3><D3><CA><CE><CF><E3>',1031514049);
INSERT INTO international VALUES (151,'WebGUI',11,'<27><><C7> <20><><C7><E1><CA><D5><E3>',1031514049);
INSERT INTO international VALUES (154,'WebGUI',11,'<27><><D5><DD> <20><><C7><E1><CA><D5><E3>',1031514049);
INSERT INTO international VALUES (155,'WebGUI',11,'\"<22><> <20><><C3> <20><><E6><C7> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><CA><D5><E3> <20><><E6><E3><DB><C7><CF> <20><><CC><E3> <20><><C7><E1><D5><DD><CD> <20><><C7><E1> <20><><CA><D3><CA><CE> <20><><E5> <20><><C7><E1><CA><D5><E3> <20><><C5> <20><><CA><D5><E3> \"\"<22><><CA><E6> <20><><C2>\"\"<22>\"',1031514049);
INSERT INTO international VALUES (156,'WebGUI',11,'<27><><CA><CD><D1> <20><><C7><E1><CA><D5><E3>',1031514049);
INSERT INTO international VALUES (157,'WebGUI',11,'<27><><CA><D5><E3><ED><E3>',1031514049);
INSERT INTO international VALUES (158,'WebGUI',11,'<27><><C5><D6><C7> <20><><CA><D5><E3> <20><><CC><CF>',1031514049);
INSERT INTO international VALUES (159,'WebGUI',11,'<27><><C8><D1> <20><><E6><C7>',1031514049);
INSERT INTO international VALUES (160,'WebGUI',11,'<27><><CA><C7><D1> <20><><C7><E1><CA><DE><CF>',1031514049);
INSERT INTO international VALUES (161,'WebGUI',11,'<27><><E3><DE><CF>',1031514049);
INSERT INTO international VALUES (162,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><C5><CE><E1> <20><><CC><E3> <20><><C7><E1><D5><DD><CD> <20><><E6><E3><E6><D6><E6><DA> <20><><C7><E1><E6> <20><><C8><D3> <20><><C7><E1><E3><E5><E3>ʿ',1031514049);
INSERT INTO international VALUES (163,'WebGUI',11,'<27><><C5><D6><C7> <20><><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (164,'WebGUI',11,'<27><><C3><D3><E1> <20><><C7><E1><CA><E6><CB>',1031514049);
INSERT INTO international VALUES (165,'WebGUI',11,'LDAP URL',1031514049);
INSERT INTO international VALUES (166,'WebGUI',11,'<27><><C7><CA><D5> <20><> DN',1031514049);
INSERT INTO international VALUES (167,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><E3><D3><CA><CE><CF> <20><><ED><D1> <20><><C7><E1><CD> <20><> <20><><C3> <20><><D3><CA><DD> <20><><CC><E3> <20><><C8><ED><C7><E4> <20><><E5> <20><><C7><E1><E3><D3><CA><CE> <20><><E4><E5><C7><C6><ED> <20><><C5> <20><><DE><D1> <20><><C7><E1><C7><D3><CA><E3><D1>',1031514049);
INSERT INTO international VALUES (168,'WebGUI',11,'<27><><CA><CD><D1> <20><><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (169,'WebGUI',11,'<27><><C5><D6><C7> <20><><E3><D3><CA><CE> <20><><CC><CF>',1031514049);
INSERT INTO international VALUES (170,'WebGUI',11,'<27><><C8>',1031514049);
INSERT INTO international VALUES (171,'WebGUI',11,'<27><><CA><CD><D1> <20><><E6><C7>',1031514049);
INSERT INTO international VALUES (174,'WebGUI',11,'<27><><DA> <20><><C7><E1><C7> (<28><><C7><E1><DA><E4><E6>)<29>',1031514049);
INSERT INTO international VALUES (175,'WebGUI',11,'<27><><CA><D4><DB> <20><><C7><E1><E3><CE><CA><D5>ʿ',1031514049);
INSERT INTO international VALUES (228,'WebGUI',11,'<27><><ED><CC> <20><><CA><CD><D1> <20><><C7><E1><D1><D3><C7>...',1031514049);
INSERT INTO international VALUES (229,'WebGUI',11,'<27><><C7><E1><E3><E6><D6>',1031514049);
INSERT INTO international VALUES (230,'WebGUI',11,'<27><><D1><D3><C7>',1031514049);
INSERT INTO international VALUES (231,'WebGUI',11,'<27><><CA><DA><ED> <20><><D1><D3><C7> <20><><CC><CF><ED>',1031514049);
INSERT INTO international VALUES (232,'WebGUI',11,'<27><><C8> <20><><E3><E6><D6>',1031514049);
INSERT INTO international VALUES (233,'WebGUI',11,'(eom)',1031514049);
INSERT INTO international VALUES (234,'WebGUI',11,'<27><><CA><DA><ED> <20><>',1031514049);
INSERT INTO international VALUES (237,'WebGUI',11,'<27><><C7><E1><E3><E6><D6>:',1031514049);
INSERT INTO international VALUES (238,'WebGUI',11,'<27><><C7><E1><DF><C7>:',1031514049);
INSERT INTO international VALUES (239,'WebGUI',11,'<27><><C7><E1><CA><C7><D1>:',1031514049);
INSERT INTO international VALUES (240,'WebGUI',11,'<27><><E5><E6> <20><><C7><E1><D1><D3><C7>:',1031514049);
INSERT INTO international VALUES (244,'WebGUI',11,'<27><><C7><E1><DF><C7>',1031514049);
INSERT INTO international VALUES (245,'WebGUI',11,'<27><><C7><E1><CA><C7><D1>',1031514049);
INSERT INTO international VALUES (304,'WebGUI',11,'<27><><C7><E1><E1>',1031514049);
INSERT INTO international VALUES (306,'WebGUI',11,'<27><><CD><C7><D4> <20><><C7> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (307,'WebGUI',11,'<27><><C7><D3><CA><CE><CF> <20><><DA><E1><C7><E3> <20><><E3><E3><ED> <20><><C7><DD><CA><D1><C7><D6>',1031514049);
INSERT INTO international VALUES (308,'WebGUI',11,'<27><><CA><CD><D1> <20><><CA><CC><E5><ED><D2> <20><><C7><E1><C8><ED><C7><E4> <20><><C7><E1><DA><C7>',1031514049);
INSERT INTO international VALUES (309,'WebGUI',11,'<27><><DA> <20><><C7><E1><C5> <20><><C7><E1><CD><DE><ED><DE>',1031514049);
INSERT INTO international VALUES (310,'WebGUI',11,'<27><><DA> <20><><C8><ED><C7><E4> <20><><C7><CA><D5> <20><><C5><D6><C7><DD> <20>',1031514049);
INSERT INTO international VALUES (311,'WebGUI',11,'<27><><DA> <20><><C8><ED><C7><E4> <20><><C7><E1><E3><E4><D2>',1031514049);
INSERT INTO international VALUES (312,'WebGUI',11,'<27><><DA> <20><><C8><ED><C7><E4> <20><><C7><E1><DA><E3>',1031514049);
INSERT INTO international VALUES (313,'WebGUI',11,'<27><><DA> <20><><C8><ED><C7><E4> <20><><E3><CA><DA>ɿ',1031514049);
INSERT INTO international VALUES (314,'WebGUI',11,'<27><><C7><E1><C5> <20><><C7><E1><C3>',1031514049);
INSERT INTO international VALUES (315,'WebGUI',11,'<27><><C7><E1><C5> <20><><C7><E1><E6><D3>',1031514049);
INSERT INTO international VALUES (316,'WebGUI',11,'<27><><C7><E1><C5> <20><><C7><E1><C3><CE>',1031514049);
INSERT INTO international VALUES (317,'WebGUI',11,'',1031514049);
INSERT INTO international VALUES (318,'WebGUI',11,'',1031514049);
INSERT INTO international VALUES (319,'WebGUI',11,'',1031514049);
INSERT INTO international VALUES (320,'WebGUI',11,'',1031514049);
INSERT INTO international VALUES (321,'WebGUI',11,'<27><><E5><C7> <20><><CE><E1> (<28><><E3><CD><E3>)',1031514049);
INSERT INTO international VALUES (322,'WebGUI',11,'<27><><C8><ED><CF> (<28><><E3><CA><D5> )',1031514049);
INSERT INTO international VALUES (323,'WebGUI',11,'<27><><DA><E4><E6> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (324,'WebGUI',11,'<27><><E3><CF><ED> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (325,'WebGUI',11,'<27><><E3><CD><C7><DD> (<28><><E6><E1><C7>) <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (326,'WebGUI',11,'<27><><C7><E1><D1> <20><><C7><E1><C8><D1><ED> <20><><E1><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (327,'WebGUI',11,'<27><><C8> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (328,'WebGUI',11,'<27><><CA><E1><ED><DD> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (329,'WebGUI',11,'<27><><DA><E4><E6> <20><><E3> <20><><C7><E1><DA>',1031514049);
INSERT INTO international VALUES (330,'WebGUI',11,'<27><><E3><CF><ED> <20><><E3> <20><><C7><E1><DA>',1031514049);
INSERT INTO international VALUES (331,'WebGUI',11,'<27><><E3><CD><C7><DD> (<28><><E6><E1><C7>) <20><><E3> <20><><C7><E1><DA>',1031514049);
INSERT INTO international VALUES (332,'WebGUI',11,'<27><><C7><E1><D1> <20><><C7><E1><C8><D1><ED> <20><><E1><E3> <20><><C7><E1><DA>',1031514049);
INSERT INTO international VALUES (333,'WebGUI',11,'<27><><C8> <20><><E3> <20><><C7><E1><DA>',1031514049);
INSERT INTO international VALUES (334,'WebGUI',11,'<27><><CA><E1><ED><DD> <20><><E3> <20><><C7><E1><DA>',1031514049);
INSERT INTO international VALUES (335,'WebGUI',11,'<27><><E4> <20><><C7><E1><CC>',1031514049);
INSERT INTO international VALUES (336,'WebGUI',11,'<27><><CA><C7><D1> <20><><C7><E1><E3><ED><E1>',1031514049);
INSERT INTO international VALUES (337,'WebGUI',11,'<27><><E3><E6> <20><><C7><E1><D5><DD> <20><><C7><E1><D4><CE><D5> <20><><C8><C7><E1><C5><E4><CA><D1>',1031514049);
INSERT INTO international VALUES (338,'WebGUI',11,'<27><><CA><CD><D1> <20><><C7><E1><C8><ED><C7><E4> <20><><C7><E1><DA><C7>',1031514049);
INSERT INTO international VALUES (339,'WebGUI',11,'<27><><D0>',1031514049);
INSERT INTO international VALUES (340,'WebGUI',11,'<27><><C3><E4>',1031514049);
INSERT INTO international VALUES (341,'WebGUI',11,'<27><><CA><CD><D1> <20><><C7><E1><C8><ED><C7><E4> <20><><C7><E1><DA><C7>.',1031514049);
INSERT INTO international VALUES (342,'WebGUI',11,'<27><><CA><CD><D1> <20><><C8><ED><C7><E4> <20><><C7><E1><CD><D3>.',1031514049);
INSERT INTO international VALUES (343,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><C7><E1><C8><ED><C7><E4> <20><><C7><E1><DA><C7>.',1031514049);
INSERT INTO international VALUES (345,'WebGUI',11,'<27><><E1> <20><><DA><D6><E6>',1031514049);
INSERT INTO international VALUES (346,'WebGUI',11,'<27><><E5> <20><><C7><E1><E3><D3><CA><CE> <20><><CE> <20><> <20><><DA><D6><E6> <20><><C8><E3><E6><DE>ǡ <20><><E6><E1> <20><><E1><CF><ED> <20><><E3><DA><E1><E6><E3> <20><><C5><D6><C7><DD> <20><><DA>.',1031514049);
INSERT INTO international VALUES (347,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><C7><E1><C8><ED><C7><E4> <20><><C7><E1><DA><C7> <20><> <20><><C3>',1031514049);
INSERT INTO international VALUES (348,'WebGUI',11,'<27><><C7>',1031514049);
INSERT INTO international VALUES (349,'WebGUI',11,'<27><><C2> <20><><E4><D3> <20><><E3><CA><C7>',1031514049);
INSERT INTO international VALUES (350,'WebGUI',11,'<27><><C7><E4><CA>',1031514049);
INSERT INTO international VALUES (351,'WebGUI',11,'<27><><D1><D3><C7>',1031514049);
INSERT INTO international VALUES (352,'WebGUI',11,'<27><><CA><C7><D1> <20><><C7><E1><CF><CE>',1031514049);
INSERT INTO international VALUES (353,'WebGUI',11,'<27><><E1> <20><><E1><CF> <20><><D1><D3><C7> <20><><C8><C8><D1><ED> <20><><C7><E1><E6><C7> <20><> <20><><E5> <20><><C7><E1><E6>',1031514049);
INSERT INTO international VALUES (354,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><C7><E1><C8><D1> <20><><C7><E1><E6><C7>',1031514049);
INSERT INTO international VALUES (355,'WebGUI',11,'<27><><C7><DD><CA><D1><C7>',1031514049);
INSERT INTO international VALUES (356,'WebGUI',11,'<27><><DE><C7>',1031514049);
INSERT INTO international VALUES (357,'WebGUI',11,'<27><><C3><CE><C8>',1031514049);
INSERT INTO international VALUES (358,'WebGUI',11,'<27><><C7><E1><DA><E3> <20><><C7><E1><C3><ED>',1031514049);
INSERT INTO international VALUES (359,'WebGUI',11,'<27><><C7><E1><DA><E3> <20><><C7><E1><C3><ED>',1031514049);
INSERT INTO international VALUES (360,'WebGUI',11,'<27><><E6><C7> <20><><DD> <20><><CB><E1><C7>',1031514049);
INSERT INTO international VALUES (361,'WebGUI',11,'<27><><CB><E1><C7> <20><><DD> <20><><E6><C7>',1031514049);
INSERT INTO international VALUES (362,'WebGUI',11,'<27><><CC><E4><C8> <20><><C5> <20><><CC>',1031514049);
INSERT INTO international VALUES (363,'WebGUI',11,'<27><><E6><D6><DA> <20><><C7><E1><DE><C7>',1031514049);
INSERT INTO international VALUES (364,'WebGUI',11,'<27><><C8>',1031514049);
INSERT INTO international VALUES (365,'WebGUI',11,'<27><><E4><CA><C7> <20><><C7><E1><C8>...',1031514049);
INSERT INTO international VALUES (366,'WebGUI',11,'<27><> <20><><ED> <20><><C7><E1><DA><CB> <20><><DA> <20><><D5><DD><CD> <20><><CA><D8><C7> <20><><C7><D3><CA><DD><E5><C7>',1031514049);
INSERT INTO international VALUES (367,'WebGUI',11,'<27><><ED><E4><CA> <20><><D2><E3><E4><ED> <20><><C8>',1031514049);
INSERT INTO international VALUES (368,'WebGUI',11,'<27><><C5><D6><C7> <20><><E3><CC><E3><E6> <20><><CC><CF><ED> <20><><C5> <20><><E5> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (369,'WebGUI',11,'<27><><CA><C7><D1> <20><><C7><E1><C7><E4><CA><E5>',1031514049);
INSERT INTO international VALUES (370,'WebGUI',11,'<27><><CA><CD><D1> <20><><C7><E1><CA><CC><E3>',1031514049);
INSERT INTO international VALUES (371,'WebGUI',11,'<27><><C5><D6><C7> <20><><CA><CC><E3>',1031514049);
INSERT INTO international VALUES (372,'WebGUI',11,'<27><><CA><CD><D1> <20><><E3><CC><E3><E6><DA> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (374,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><DA><C8><E6>',1031514049);
INSERT INTO international VALUES (375,'WebGUI',11,'<27><><C7><E4> <20><><DA><C8> <20><><E1><E1><E4>',1031514049);
INSERT INTO international VALUES (376,'WebGUI',11,'<27><><DA><C8>',1031514049);
INSERT INTO international VALUES (377,'WebGUI',11,'<27><><E1><ED> <20><><E5><E4> <20><> <20><><DA><C8><E6> <20><><E3><DA><D1> <20><> <20><><C8><E6><C7><D3> <20><><E3><CF><ED> (<28><><E3><CF><ED><D1>) ',1031514049);
INSERT INTO international VALUES (378,'WebGUI',11,'<27><><E5><E6> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (379,'WebGUI',11,'<27><><E5><E6> <20><><C7><E1><E3><CC><E3><E6>',1031514049);
INSERT INTO international VALUES (380,'WebGUI',11,'<27><><E5><E6> <20><><C7><E1><CA><D5><E3>',1031514049);
INSERT INTO international VALUES (381,'WebGUI',11,'<27><><CA><E1> WebGUI <20><><D8><E1><C8> <20><><E3><D4><E6><E5> <20><><E6> <20><><ED><CA><E3> <20><> <20><><C7><E1><C7><D3><CA><E3><D1>. <20><><E6><D3> <20><><D0> <20><><C3> <20><><ED> <20><><CA><E3><D1> <20><><CE><D5><C7> <20><><C7><E1><CD><ED><C7> <20><><CE><E1> <20><><D4> <20><><E3><D8><C7>. <20><> <20><><DD><D6> <20><> <20><><CA><D4> <20><><C8><C7><E1><CD> <20><><E6><C7><D6> <20><><E3><DD><CA> <20><><C7><E1><D1>ڡ <20><> <20><><CD><C7> <20><><E3> <20><><CB><C7><E4>.',1031514049);
INSERT INTO international VALUES (806,'WebGUI',1,'Delete this group.',1037579396);
INSERT INTO international VALUES (384,'WebGUI',11,'<27><><E3>',1031514049);
INSERT INTO international VALUES (385,'WebGUI',11,'<27><><CD><CF>',1031514049);
INSERT INTO international VALUES (386,'WebGUI',11,'<27><><CA><CD><D1> <20><><D5><E6>',1031514049);
INSERT INTO international VALUES (387,'WebGUI',11,'<27><> <20><><CA><CD><E3><ED> <20><><C8><E6><C7><D3>',1031514049);
INSERT INTO international VALUES (388,'WebGUI',11,'<27><><CA><C7><D1> <20><><C7><E1><CA><CD><E3>',1031514049);
INSERT INTO international VALUES (696,'WebGUI',10,'Skraldespand, T<>m',1036856003);
INSERT INTO international VALUES (391,'WebGUI',11,'<27><><CD> <20><><E3> <20><><E3><D1>.',1031514049);
INSERT INTO international VALUES (597,'WebGUI',10,'Redig<69>r international tekst',1037205701);
INSERT INTO international VALUES (785,'WebGUI',1,'Collateral, Manage',1038871973);
INSERT INTO international VALUES (394,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><D5>',1031514049);
INSERT INTO international VALUES (395,'WebGUI',11,'<27><><C5><D6><C7> <20><><D5><E6> <20><><CC><CF><ED>',1031514049);
INSERT INTO international VALUES (716,'WebGUI',10,'Log in',1036855717);
INSERT INTO international VALUES (704,'WebGUI',10,'sekund(er)',1036855926);
INSERT INTO international VALUES (398,'WebGUI',11,'<27><><C5><DA><E1> <20><><E4> <20><><C7><E1><E6><CB><ED>',1031514049);
INSERT INTO international VALUES (399,'WebGUI',11,'<27><><C5><CC> <20><><E5> <20><><C7><E1><D5><DD> <20><><D5><C7><E1> <20><><D2><E3><E4><ED>',1031514049);
INSERT INTO international VALUES (400,'WebGUI',11,'<27><><C7><E3> <20><><C8><D1><E6><DF> <20><> <20><><C7><E1><C5><CE><DD>',1031514049);
INSERT INTO international VALUES (401,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><D1><D3><C7> <20><><E6><CC><E3> <20><><C7><E1><D1><D3><C7> <20><><C7><E1> <20><><CA><E1><ED> <20><> <20><><E5> <20><><C7>ؿ',1031514049);
INSERT INTO international VALUES (402,'WebGUI',11,'<27><><C7><E1><D1><D3><C7> <20><><C7><E1> <20><><D8><E1><C8><CA> <20><><DB> <20><><E3><E6><CC><E6>',1031514049);
INSERT INTO international VALUES (403,'WebGUI',11,'<27><><C3><DD> <20><><C3> <20><><C3><DE>',1031514049);
INSERT INTO international VALUES (404,'WebGUI',11,'<27><><C7><E1><D5><DD> <20><><C7><E1><C3><E6>',1031514049);
INSERT INTO international VALUES (405,'WebGUI',11,'<27><><C7><E1><D5><DD> <20><><C7><E1><C3><CE><ED>',1031514049);
INSERT INTO international VALUES (406,'WebGUI',11,'<27><><CD> <20><><C7><E1><C5><D4><C7>',1031514049);
INSERT INTO international VALUES (407,'WebGUI',11,'<27><><C7><D6> <20><><E5> <20><><E1><E1><CA><D3><CC>',1031514049);
INSERT INTO international VALUES (408,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><CC><D0>',1031514049);
INSERT INTO international VALUES (409,'WebGUI',11,'<27><><C5><D6><C7> <20><><CC> <20><><CC><CF>',1031514049);
INSERT INTO international VALUES (410,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><CC><D0>',1031514049);
INSERT INTO international VALUES (411,'WebGUI',11,'<27><><C7> <20><><C7><E1><DE><C7><C6>',1031514049);
INSERT INTO international VALUES (412,'WebGUI',11,'<27><><E3><E6>',1031514049);
INSERT INTO international VALUES (416,'WebGUI',11,'<27><><E3><D4><DF> <20><><C8><CE><D5> <20><><C7><E1><D8> <h1> <20><><CA><E6><C7><CC><E5> <20><><E3><D4><DF> <20><><C8><CE><D5> <20><><D8><E1> </h1>. <20><> <20><><DD><D6> <20><><C7><D3><CA><CE> <20><> <20><><C7><E1><D1><CC> <20><> <20><><CD><C7> <20><><CB><C7><E4>. <20><><C5> <20><><C7><D3><CA><E3> <20><><C7><E1><E3><D4>ɡ <20><><ED><D1> <20><><C7><E1><C7><CA><D5> <20><><C8> <20><><E6><C5><DD><C7><CF><CA> <20><><C8> <20><><DF> <20><><CA><CD><C7> <20><><DD><DA> <20><><E6><DF><D0> <20><><D2> <20><><E6><CA><C7><D1> <20><><CD><CF> <20><><E5> <20><><C7><E1><E3><D4><DF>.',1031514049);
INSERT INTO international VALUES (417,'WebGUI',11,'<27><><C7><E4><CA><E5> <20><><E1><E1><D3><D1> <h1> <20><><E1> <20><><CD><C7><E6> <20><> <20><><CA><CF> <20><><C5> <20><><C8><ED><C7><E4> <20><><E6> <20><><E3> <20><><E1> <20><><E3><CA><C7> <20><><C8><E5> <20><><C7><E1><D5><DD> </h1>. <20><> <20><><C5><D1><D3> <20><><CA><DE><D1> <20><><C8><E5> <20><><C7><E1><E6><C7><DE>.',1031514049);
INSERT INTO international VALUES (418,'WebGUI',11,'<27><><E3><E4> HTML',1031514049);
INSERT INTO international VALUES (419,'WebGUI',11,'<27><><C3> <20><><CC><E3> <20><><C7><E1><DA><E1><C7><E3> ',1031514049);
INSERT INTO international VALUES (420,'WebGUI',11,'<27><><CF><DA> <20><><DF> <20><>',1031514049);
INSERT INTO international VALUES (421,'WebGUI',11,'<27><><C5> <20><><C7><E1> <20><> <20><><DA> <20><><C7><E1><CA><E4><D3><ED><DE> <20><><C7><E1><C3><D3><C7><D3>',1031514049);
INSERT INTO international VALUES (422,'WebGUI',11,'<27><><CA><DA> <20><><C7><E1><CF><CE> <h1> <20><><C7><E1><E3><DA><E1><E6><E3> <20><><C7><E1><E3><DE><CF> <20><> <20><><CA><D8><C7> <20><><E5> <20><><C7><E1><CD><D3> </h1>.',1031514049);
INSERT INTO international VALUES (423,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><C7><E1><CF><E6><D1> <20><><C7><E1><E4><D4>',1031514049);
INSERT INTO international VALUES (424,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><C3><E6><DE> <20><><C7><E1><CF><CE>',1031514049);
INSERT INTO international VALUES (425,'WebGUI',11,'<27><><CA><E4><D4> <20><><C7><E1><CF><E6><D1>',1031514049);
INSERT INTO international VALUES (426,'WebGUI',11,'<27><><C3><E6><DE> <20><><C7><E1><CF><CE>',1031514049);
INSERT INTO international VALUES (427,'WebGUI',11,'<27><><CA><D5><E3><ED><E3>',1031514049);
INSERT INTO international VALUES (428,'WebGUI',11,'<27><><C7><E1><E3><D3><CA><CE> (<28><><E5><E6>)',1031514049);
INSERT INTO international VALUES (429,'WebGUI',11,'<27><><E6> <20><><C7><E1><CF><CE>',1031514049);
INSERT INTO international VALUES (430,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><C7><E1><D5><DD> <20><><C7><E1><C3><CE><ED>',1031514049);
INSERT INTO international VALUES (431,'WebGUI',11,'<27><><DA><E4><E6> <20><><C7><E1><C7><E4><CA><D1>',1031514049);
INSERT INTO international VALUES (432,'WebGUI',11,'<27><><C3><E6><DE> <20><><C7><E1><C7><E4><CA><E5> ',1031514049);
INSERT INTO international VALUES (433,'WebGUI',11,'<27><><E6><DF> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (434,'WebGUI',11,'<27><><C7><E1><CD><C7>',1031514049);
INSERT INTO international VALUES (435,'WebGUI',11,'<27><><C5><E3><D6> <20><><C7><E1><CF><E6>',1031514049);
INSERT INTO international VALUES (436,'WebGUI',11,'<27><><C5><E4><E5> <20><><C7><E1><CF><E6>',1031514049);
INSERT INTO international VALUES (437,'WebGUI',11,'<27><><C5><CD><D5><C7><C6><ED>',1031514049);
INSERT INTO international VALUES (438,'WebGUI',11,'<27><><C7><D3>',1031514049);
INSERT INTO international VALUES (439,'WebGUI',11,'<27><><C8><ED><C7><E4> <20><><D4><CE><D5>',1031514049);
INSERT INTO international VALUES (440,'WebGUI',11,'<27><><C8><ED><C7><E4> <20><><C7><E1><C7><CA><D5>',1031514049);
INSERT INTO international VALUES (441,'WebGUI',11,'<27><><C5><D1> <20><><C8><D1><ED><CF> <20><><C5> <20><><C8><E6><C7> <20><><C8><ED><CF> (<28><><E3><CA><D5>)',1031514049);
INSERT INTO international VALUES (442,'WebGUI',11,'<27><><C8><ED><C7><E4> <20><><C7><E1><DA>',1031514049);
INSERT INTO international VALUES (443,'WebGUI',11,'<27><><C8><ED><C7><E4> <20><><C7><E1><E3><E4>',1031514049);
INSERT INTO international VALUES (444,'WebGUI',11,'<27><><C7><E1><C8><ED><C7><E4> <20><><C7><E1><D3><DF><C7><E4>',1031514049);
INSERT INTO international VALUES (445,'WebGUI',11,'<27><><C3><DD><D6><E1><ED>',1031514049);
INSERT INTO international VALUES (446,'WebGUI',11,'<27><><E3><E6> <20><><C7><E1><DA> <20><><DA> <20><><C7><E1><C5><E4><CA><D1>',1031514049);
INSERT INTO international VALUES (447,'WebGUI',11,'<27><><C5><CF><C7> <20><><D4><CC> <20><><C7><E1><D5><DD>',1031514049);
INSERT INTO international VALUES (448,'WebGUI',11,'<27><><D4><CC> <20><><C7><E1><D5><DD>',1031514049);
INSERT INTO international VALUES (449,'WebGUI',11,'<27><><C8><ED><C7><E4> <20><><E3><CA><E4><E6>',1031514049);
INSERT INTO international VALUES (450,'WebGUI',11,'<27><><C7> <20><><C7><E1><DA> (<28><><C7> <20><><C7><E1><D4><D1>)',1031514049);
INSERT INTO international VALUES (451,'WebGUI',11,'<27><><C5> <20><><E3><D8><E1>.',1031514049);
INSERT INTO international VALUES (452,'WebGUI',11,'<27><><C7><E4><CA> <20><> <20><><DD>߅',1031514049);
INSERT INTO international VALUES (453,'WebGUI',11,'<27><><CA><C7><D1> <20><><C7><E1><CA><D4><DF>',1031514049);
INSERT INTO international VALUES (454,'WebGUI',11,'<27><><C2> <20><><CA><CD><CF>',1031514049);
INSERT INTO international VALUES (455,'WebGUI',11,'<27><><CA><CD><D1> <20><><C8><ED><C7><E4> <20><><C7><E1><E3><D3><CA><CE> <20><><C7><E1><DA><C7>',1031514049);
INSERT INTO international VALUES (456,'WebGUI',11,'<27><><D1><CC> <20><><C5> <20><><DE><C7><C6> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (457,'WebGUI',11,'<27><><CA><CD><D1> <20><><CD><D3> <20><><E5> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (458,'WebGUI',11,'<27><><CA><CD><D1> <20><><E3><CC><E3><E6><DA> <20><><E5> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (459,'WebGUI',11,'<27><><CA><CD><D1> <20><><C7><E1><C8><ED><C7><E4> <20><><C7><E1><DA><C7> <20><><E1><E5> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (460,'WebGUI',11,'<27><><D2> <20><><C7><E1><CA><DD>',1031514049);
INSERT INTO international VALUES (461,'WebGUI',11,'<27><><D4> <20><><C7><E1><CA><C7><D1>',1031514049);
INSERT INTO international VALUES (462,'WebGUI',11,'<27><><D4> <20><><C7><E1><E6>',1031514049);
INSERT INTO international VALUES (463,'WebGUI',11,'<27><><D5><DD> <20><><E3><E4><D8> <20><><C7><E1>',1031514049);
INSERT INTO international VALUES (464,'WebGUI',11,'<27><><C3><DA><E3> <20><><E3><E4><D8> <20><><C7><E1>',1031514049);
INSERT INTO international VALUES (465,'WebGUI',11,'<27><><CD> <20><><E3><D1> <20><><C7><E1>',1031514049);
INSERT INTO international VALUES (466,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><DD> <20><><E6><E4> <20><><CC><E3> <20><><C7><E1><DD><C6> <20><><C5> <20><><DD><C6> <20><><E3><CA><E4>ɿ',1031514049);
INSERT INTO international VALUES (467,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><> <20><><C7><E1><CD><DE> <20><><E6><CC><E3> <20><><C8><ED><C7><E4> <20><><C7><E1><E3><D3><CA><CE> <20><><C7><E1><E3><D1><DD> <20><><C8>',1031514049);
INSERT INTO international VALUES (468,'WebGUI',11,'<27><><CA><CD><D1> <20><><DD> <20><><C8><ED><C7><E4> <20><><C7><E1><E3><D3><CA><CE> <20><><C7><E1><DA><C7>',1031514049);
INSERT INTO international VALUES (469,'WebGUI',11,'<27><><C7><E1><E5><E6>',1031514049);
INSERT INTO international VALUES (470,'WebGUI',11,'<27><><C7><E1><C7>',1031514049);
INSERT INTO international VALUES (471,'WebGUI',11,'<27><><CA><CD><D1> <20><><CD> <20><><C8><ED><C7><E4> <20><><C7><E1><E3><D3><CA><CE> <20><><C7><E1><DA><C7>',1031514049);
INSERT INTO international VALUES (472,'WebGUI',11,'<27><><E3><E1>. <20><><D8><C7>',1031514049);
INSERT INTO international VALUES (473,'WebGUI',11,'<27><><E3><D1><C6>',1031514049);
INSERT INTO international VALUES (474,'WebGUI',11,'<27><><E3><D8>ȿ',1031514049);
INSERT INTO international VALUES (475,'WebGUI',11,'<27><>',1031514049);
INSERT INTO international VALUES (476,'WebGUI',11,'<27><><E3><E4><D8> <20><><C7><E1>',1031514049);
INSERT INTO international VALUES (477,'WebGUI',11,'<27><><E3><E4><D8> HTML',1031514049);
INSERT INTO international VALUES (478,'WebGUI',11,'<27><><DA><E4><E6> <20><><C7><E1><E3><E6> <20><><C8><C7><E1><C5><E4><CA><D1>',1031514049);
INSERT INTO international VALUES (479,'WebGUI',11,'<27><><C7><E1><CA><C7><D1>',1031514049);
INSERT INTO international VALUES (480,'WebGUI',11,'<27><><DA><E4><E6> <20><><C7><E1><C8><D1> <20><><C7><E1><C5><E1><DF><CA><D1><E6>',1031514049);
INSERT INTO international VALUES (481,'WebGUI',11,'<27><><D1> <20><><C7><E1><CA><E1><ED><DD>',1031514049);
INSERT INTO international VALUES (482,'WebGUI',11,'<27><><D1> (<28><><C3><D1><DE> <20><><D5><CD><ED>)',1031514049);
INSERT INTO international VALUES (483,'WebGUI',11,'<27><><E4> <20><> <20><>',1031514049);
INSERT INTO international VALUES (484,'WebGUI',11,'<27><><C7><CE> <20><><DE><C7><C6>',1031514049);
INSERT INTO international VALUES (485,'WebGUI',11,'<27><><C8><E6><E1> (<28><> <20><><DA><E1><C7> <20><><E1><E1><C7><CE><CA><ED>)',1031514049);
INSERT INTO international VALUES (486,'WebGUI',11,'<27><><E4> <20><><C7><E1><C8><ED><C7><E4>',1031514049);
INSERT INTO international VALUES (487,'WebGUI',11,'<27><><DE> <20><><E3><CD><CA><E3>',1031514049);
INSERT INTO international VALUES (488,'WebGUI',11,'<27><><DE> <20><><C7><DD><CA><D1><C7><D6>',1031514049);
INSERT INTO international VALUES (489,'WebGUI',11,'<27><><DD> <20><><C7><E1><C8><ED><C7><E4> <20><><C7><E1><DA><C7>',1031514049);
INSERT INTO international VALUES (490,'WebGUI',11,'<27><><C5><D6><C7> <20><><DD> <20><><C8><ED><C7><E4> <20><><DA><C7>',1031514049);
INSERT INTO international VALUES (491,'WebGUI',11,'<27><><C5><D6><C7> <20><><CD> <20><><C8><ED><C7><E4> <20><><DA><C7>',1031514049);
INSERT INTO international VALUES (492,'WebGUI',11,'<27><><C5><D6><C7> <20><><DE><C7><C6> <20><><C8><ED><C7><E4> <20><><DA><C7>',1031514049);
INSERT INTO international VALUES (493,'WebGUI',11,'<27><><D1><CC> <20><><C5> <20><><C7><E1><E3><E6>',1031514049);
INSERT INTO international VALUES (494,'WebGUI',11,'<27><><C5><DA><CF> <20><><C7><E1><E3><E6><D6><E6><DA> <20><><C7><E1><CD><DE><ED><DE> <20><><E1><E1><E4> <20><><E3><D3><C8><DE>',1031514049);
INSERT INTO international VALUES (495,'WebGUI',11,'<27><><E3><CD> <20><><E3><C8><ED> <20><><C8><C7><E1><CF><C7>',1031514049);
INSERT INTO international VALUES (496,'WebGUI',11,'<27><><C7><E1><E3><CD> <20><><C7><E1> <20><><D3><ED><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (497,'WebGUI',11,'<27><><CA><C7><D1> <20><><C7><E1><C8>',1031514049);
INSERT INTO international VALUES (498,'WebGUI',11,'<27><><CA><C7><D1> <20><><C7><E1><C7><E4><CA><E5>',1031514049);
INSERT INTO international VALUES (499,'WebGUI',11,'<27><><E5><E6> <20><><E3><E6><D6> <20><><C7><E1><C7><E4><CA><D1>',1031514049);
INSERT INTO international VALUES (500,'WebGUI',11,'<27><><E5><E6> <20><><C7><E1><D5><DD>',1031514049);
INSERT INTO international VALUES (501,'WebGUI',11,'<27><><C7><E1><E3>',1031514049);
INSERT INTO international VALUES (502,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><DE><C7> <20><><E6><CA><CC><E5> <20><><CC><E3> <20><><C7><E1><D5><DD><CD> <20><><C7><E1> <20><><CA><D3><CA><CE> <20><><E5> <20><><C7><E1><DE><C7> <20><><E1><DE><E6><C7> <20><><C7><DD><CA><D1><C7>ɿ',1031514049);
INSERT INTO international VALUES (503,'WebGUI',11,'<27><><E5><E6> <20><><C7><E1><DE><C7>',1031514049);
INSERT INTO international VALUES (504,'WebGUI',11,'<27><><DE><C7>',1031514049);
INSERT INTO international VALUES (505,'WebGUI',11,'<27><><C5><D6><C7> <20><><DE><C7> <20><><CC><CF>',1031514049);
INSERT INTO international VALUES (506,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><DE><E6><C7>',1031514049);
INSERT INTO international VALUES (507,'WebGUI',11,'<27><><CA><CD><D1> <20><><C7><E1><DE><C7>',1031514049);
INSERT INTO international VALUES (508,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><DE><E6><C7>',1031514049);
INSERT INTO international VALUES (509,'WebGUI',11,'<27><><D4> <20><><DA> <20><><E1><E1><E3><E4><C7><DE>',1031514049);
INSERT INTO international VALUES (510,'WebGUI',11,'<27><><E3><D3>',1031514049);
INSERT INTO international VALUES (511,'WebGUI',11,'<27><><E3><CE><D8>',1031514049);
INSERT INTO international VALUES (512,'WebGUI',11,'<27><><C7><E1><CE> <20><><C7><E1><CA><C7>',1031514049);
INSERT INTO international VALUES (513,'WebGUI',11,'<27><><C7><E1><CE> <20><><C7><E1><D3><C7>',1031514049);
INSERT INTO international VALUES (514,'WebGUI',11,'<27><><C2><D1>',1031514049);
INSERT INTO international VALUES (515,'WebGUI',11,'<27><><C5><D6><C7> <20><><CA><CD><D1> <20><><D8><C7> <20><><C8><D1><ED>',1031514049);
INSERT INTO international VALUES (516,'WebGUI',11,'<27><><CA><D4><DB> <20><><C7><E1><C5><CF><C7> !',1031514049);
INSERT INTO international VALUES (517,'WebGUI',11,'<27><><CA><DA><D8> <20><><C7><E1><C5><CF><C7> !',1031514049);
INSERT INTO international VALUES (518,'WebGUI',11,'<27><><C5><CE><D8><C7><D1> <20><><C7><E1><C8><D1> <20><><C7><E1><E6><C7>',1031514049);
INSERT INTO international VALUES (519,'WebGUI',11,'<27><> <20><><C3> <20><> <20><><ED> <20><><C5><CE><D8><C7>',1031514049);
INSERT INTO international VALUES (520,'WebGUI',11,'<27><><C3> <20><> <20><><ED> <20><><C5><CE><D8><C7> <20><><DA> <20><><C7><E1><C8><D1> <20><><C7><E1><C5><E1><DF><CA><D1><E6>',1031514049);
INSERT INTO international VALUES (521,'WebGUI',11,'<27><><C3> <20><> <20><><ED> <20><><C5><CE><D8><C7> <20><> <20><><CE><E1> <20><><C7><E1><C8><D1> <20><><C7><E1><C5><E1><DF><CA><D1><E6> <20><><C5> <20><><C7><E1><C8><ED><CF>',1031514049);
INSERT INTO international VALUES (522,'WebGUI',11,'<27><><C3> <20><> <20><><ED> <20><><C5><CE><D8><C7> <20><><C8><E6><C7><D3> <20><><C7>ICQ',1031514049);
INSERT INTO international VALUES (523,'WebGUI',11,'<27><><C5><CE><D8>',1031514049);
INSERT INTO international VALUES (524,'WebGUI',11,'<27><><C5><D6><C7> <20><><CA><CD><D1> <20><><D8><C7> <20><><C8><D1><ED>',1031514049);
INSERT INTO international VALUES (525,'WebGUI',11,'<27><><CA><CD><D1> <20><><E3><CD><CA> <20><><C7><E1><CA><CC><E5><ED><D2>',1031514049);
INSERT INTO international VALUES (526,'WebGUI',11,'<27><><C3> <20><> <20><><C7>JAVA <20><><DD>',1031514049);
INSERT INTO international VALUES (527,'WebGUI',11,'<27><><CA><DA><ED> <20><><E3><E6> <20><><C7><DD><CA><D1><C7> <20><><E1><E1><D5><DD> <20><><C7><E1><D1><C6><ED><D3>',1031514049);
INSERT INTO international VALUES (528,'WebGUI',11,'<27><><C7> <20><><C7><E1><DE><C7>',1031514049);
INSERT INTO international VALUES (529,'WebGUI',11,'<27><><E4><CA><C7>',1031514049);
INSERT INTO international VALUES (530,'WebGUI',11,'<27><> <b> <20><><CC><E3> </b> <20><><C7><E1><DF><E1><E3>',1031514049);
INSERT INTO international VALUES (531,'WebGUI',11,'<27><> <20><><C7> <b> <20><><C7><E1><CA><DA><C8> <20><><C7><E1><CF><DE> </b>',1031514049);
INSERT INTO international VALUES (532,'WebGUI',11,'<27><> <b> <20><><DA> <20><><C7><E1><C3> <20><><E6><C7><CD> </b> <20><> <20><><C7><E1><DF><E1><E3>',1031514049);
INSERT INTO international VALUES (533,'WebGUI',11,' <b> <20><><C8><CF> </b> <20><><C7><E1><DF><E1><E3>',1031514049);
INSERT INTO international VALUES (534,'WebGUI',11,'<27><><CA><E4><C8> <20><><DA> <20><><E3><D3><CA><CE> <20><><CC>Ͽ',1031514049);
INSERT INTO international VALUES (535,'WebGUI',11,'<27><><CA><E4><C8> <20><><E1><E3><CC><E3><E6> <20><><DA> <20><><E3><D3><CA><CE> <20><><CC>Ͽ',1031514049);
INSERT INTO international VALUES (536,'WebGUI',11,' has joined the site.\"',0);
INSERT INTO international VALUES (537,'WebGUI',11,'<27><><C7><E1><E3><DE><CF>. <20><><C7><E1><D3><E1>',1031514049);
INSERT INTO international VALUES (538,'WebGUI',11,'<27><> <20><><C7><E1><E3><DE><CF>',1031514049);
INSERT INTO international VALUES (539,'WebGUI',11,'<27><><C5><D9><E5> <20><><C7><E1><E3><DE><CF>',1031514049);
INSERT INTO international VALUES (540,'WebGUI',11,'<27><><C7><E1><E3><DE><CF> <20><><C8><CD> <20><><E3><D1> <20><><C7><E1><CF><CE>',1031514049);
INSERT INTO international VALUES (541,'WebGUI',11,'<27><><C7><E1><E3><DE><CF> <20><><C8><CD> <20><><E3><D1> <20><><C7><E1><CA><DA><ED>',1031514049);
INSERT INTO international VALUES (542,'WebGUI',11,'<27><><C7><E1><D3><C7>..',1031514049);
INSERT INTO international VALUES (543,'WebGUI',11,'<27><><C5><D6><C7> <20><><E3><CC><E3><E6> <20><><D5> <20><><CC><CF><ED>',1031514049);
INSERT INTO international VALUES (4,'WobjectProxy',10,'Wobject Proxy mislykkedes.\r\nM<6E>ske er kilde Wobject slettet.',1036856184);
INSERT INTO international VALUES (583,'WebGUI',10,'Maksimal st<73>rrelse p<> billede',1037205281);
INSERT INTO international VALUES (585,'WebGUI',10,'Adminstrer overs<72>ttelser',1037205335);
INSERT INTO international VALUES (587,'WebGUI',10,'Er du sikker p<> at du vil slette dette sprog og dermed alle internationale tekster herunder?',1037205398);
INSERT INTO international VALUES (551,'WebGUI',11,'<27><><E3><E1><CD><E6>',1031514049);
INSERT INTO international VALUES (552,'WebGUI',11,'<27><><E3><DA><E1>',1031514049);
INSERT INTO international VALUES (553,'WebGUI',11,'<27><><C7><E1><CD><C7>',1031514049);
INSERT INTO international VALUES (554,'WebGUI',11,'<27><><CA><D5>',1031514049);
INSERT INTO international VALUES (555,'WebGUI',11,'<27><><CA><CD><D1> <20><><E3><DE><C7><CF> <20><><E5> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (556,'WebGUI',11,'<27><><C7><E1><DF><E3>. <20><><C7><E1><E3><DE><CF>',1031514049);
INSERT INTO international VALUES (557,'WebGUI',11,'<27><><CA><E6><D5> ',1031514049);
INSERT INTO international VALUES (558,'WebGUI',11,'<27><><CA><CD><D1> <20><><E3><DE><C7><CF> <20><><C7><E1><E3><D3><CA><CE>',1031514049);
INSERT INTO international VALUES (559,'WebGUI',11,'<27><><CA><E4><DD> <20><><C7><E1><CA><D3><CC>',1031514049);
INSERT INTO international VALUES (560,'WebGUI',11,'<27><><E3><DE><C8>',1031514049);
INSERT INTO international VALUES (561,'WebGUI',11,'<27><><E3><D1><DD>',1031514049);
INSERT INTO international VALUES (562,'WebGUI',11,'<27><><E3><DA>',1031514049);
INSERT INTO international VALUES (563,'WebGUI',11,'<27><><CD><C7> <20><><C7><DD><CA><D1><C7><D6>',1031514049);
INSERT INTO international VALUES (564,'WebGUI',11,'<27><> <20><><ED><E3><DF> <20><><C7><E1><CA><DA><ED><ED>',1031514049);
INSERT INTO international VALUES (565,'WebGUI',11,'<27><> <20><><ED><E3><DF> <20><><C7><E1><CA><DA><CF><ED>',1031514049);
INSERT INTO international VALUES (566,'WebGUI',11,'<27><><CA><CD><D1> <20><><E3><ED><DA> <20><><C7><E1><C7><E4><CA><E5>',1031514049);
INSERT INTO international VALUES (567,'WebGUI',11,'<27><><DE> <20><><C7><E1><CA><DD><D1>',1031514049);
INSERT INTO international VALUES (568,'WebGUI',11,'<27><><C8> <20><><C7><E1><CD><DE><ED>',1031514049);
INSERT INTO international VALUES (569,'WebGUI',11,'<27><><E4> <20><><C7><E1><CA><DA><CF>',1031514049);
INSERT INTO international VALUES (570,'WebGUI',11,'<27><><DE> <20><><C7><E1><CE>',1031514049);
INSERT INTO international VALUES (571,'WebGUI',11,'<27><><DD> <20><><C7><E1><CE>',1031514049);
INSERT INTO international VALUES (572,'WebGUI',11,'<27><><DE><C8>',1031514049);
INSERT INTO international VALUES (573,'WebGUI',11,'<27><><CA> <20><><C7><E1><E3><DA>',1031514049);
INSERT INTO international VALUES (574,'WebGUI',11,'<27><><D1>',1031514049);
INSERT INTO international VALUES (575,'WebGUI',11,'<27><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (576,'WebGUI',11,'<27><><CD>',1031514049);
INSERT INTO international VALUES (577,'WebGUI',11,'<27><><CA><DA><ED> <20><>',1031514049);
INSERT INTO international VALUES (578,'WebGUI',11,'<27><><E1><CF> <20><><D1><D3><C7> <20><><E3><DA><E1> <20><><C8><C7><E4><CA><D9> <20><><C7><E1><E3><E6><C7><DD>',1031514049);
INSERT INTO international VALUES (579,'WebGUI',11,'<27><><CA> <20><><C7><E1><E3><E6><C7><DD> <20><><DA> <20><><D1><D3><C7><E1>',1031514049);
INSERT INTO international VALUES (580,'WebGUI',11,'<27><><D1><D3><C7><E1> <20><><E3><D1><DD><E6>',1031514049);
INSERT INTO international VALUES (581,'WebGUI',11,'<27><><C5><D6><C7> <20><><DE><ED> <20><><CC><CF><ED>',1031514049);
INSERT INTO international VALUES (582,'WebGUI',11,'<27><><C3><CA><D1><DF> <20><><DD><C7><D1>',1031514049);
INSERT INTO international VALUES (583,'WebGUI',11,'<27><><CA><DA><D9> <20><><CD> <20><><C7><E1><D5><E6>',1031514049);
INSERT INTO international VALUES (584,'WebGUI',11,'<27><><C5><D6><C7> <20><><E1> <20><><CC><CF><ED>',1031514049);
INSERT INTO international VALUES (585,'WebGUI',11,'<27><><C5><CF><C7> <20><><C7><E1><CA><D1><CC>',1031514049);
INSERT INTO international VALUES (586,'WebGUI',11,'<27><><C7><E1><E1><DB>',1031514049);
INSERT INTO international VALUES (587,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><CA><D1> <20><><CD> <20><><E5> <20><><C7><E1><E1> <20><><E6><C7><E1><E3><D3><C7><DA> <20><><E6><C7><E1><E1><DB> <20><><C7><E1><CF><E6><E1> <20><><C7><E1> <20><><CA><D3> <20><><E3>ǿ',1031514049);
INSERT INTO international VALUES (588,'WebGUI',11,'<27><> <20><><C3> <20><><E3><CA><C3> <20><><C3> <20><><D1><C7> <20><> <20><><CA><DE><CF> <20><><E5> <20><><C7><E1><CA><D1><CC> <20><><C5> <20><><CE><C7><D5> <20><><C3><D3> <20><><CE><C7> <20><><C8><DB> <20><><CA><D6><E3><ED><E4> <20><> <20><><C7><E1><CA><E6><D2> <20><><C7><E1><D1><D3> <20><><C7><E1><CE> <20><><C8><C7><E1><E6><ED><C8><CC> (webGUI)<29> <20><><C8><C7><E1><E4> <20><><DA> <20><><E6><D5> <20><><E4>.. <20><><DD><C3> <20><><CA><DA> <20><><C3> <20><><CA><CC> <20><><E1><CE><C7><D5> <20><><C3><D3> <20><><CE><C7> <20><><D1><CE> <20><><DB> <20><><E3><CD><CF><E6> <20><><E1><C7><D3><CA><CE><CF> <20><><C7><E1><CA><D1><CC> <20><> <20><><CA><E6><D2><ED><DA> <20><><C8><D1><C7><E3><CC>.',1031514630);
INSERT INTO international VALUES (589,'WebGUI',11,'<27><><CA><CD><D1> <20><><E1>',1031514049);
INSERT INTO international VALUES (590,'WebGUI',11,'<27><><E5><E6> <20><><C7><E1><E1>',1031514049);
INSERT INTO international VALUES (591,'WebGUI',11,'<27><><C7><E1><E1>',1031514049);
INSERT INTO international VALUES (592,'WebGUI',11,'<27><><E3><CC><E3><E6> <20><><C7><E1><CE><D5><C7>',1031514049);
INSERT INTO international VALUES (593,'WebGUI',11,'<27><><CA><D8><C8> <20><><C7><E1><CA><D1><CC>',1031514223);
INSERT INTO international VALUES (594,'WebGUI',11,'<27><><CA><D1> <20><><D1><D3><C7>',1031514314);
INSERT INTO international VALUES (595,'WebGUI',11,'<27><><D1><D3><C7> <20><><CF><E6><E1>',1031514049);
INSERT INTO international VALUES (596,'WebGUI',11,'<27><><E3><DD><DE>(<28>)',1031514049);
INSERT INTO international VALUES (597,'WebGUI',11,'<27><><CA><CD><D1> <20><><D1><D3><C7> <20><><CF><E6><E1>',1031514049);
INSERT INTO international VALUES (598,'WebGUI',11,'<27><><CA><CD><D1> <20><><E1>',1031514049);
INSERT INTO international VALUES (601,'WebGUI',11,'<27><><E5><E6> <20><><CF><E6><E1>',1031514049);
INSERT INTO international VALUES (605,'WebGUI',11,'<27><><C5><D6><C7> <20><><E3><CC><E3><E6><DA>',1031514049);
INSERT INTO international VALUES (642,'WebGUI',11,'<27><><C5><D6><C7>/<2F><><CA><DA><CF> <20><><D5><DD>',1031514049);
INSERT INTO international VALUES (652,'WebGUI',11,'<27><><CA><CC><E5><ED><D2> <20><><C7><E1><E3><D3><CA><CE><CF> <20><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (653,'WebGUI',11,'<27><><D5>ɡ <20><><CD>',1031514049);
INSERT INTO international VALUES (654,'WebGUI',11,'<27><><CA><D5><E3><ED> <20><><CD>',1031514049);
INSERT INTO international VALUES (655,'WebGUI',11,'<27><><E3><D3><CA><CE><CF> <20><><C5><D6><C7>/<2F><><CD>',1031514049);
INSERT INTO international VALUES (656,'WebGUI',11,'<27><><C8><ED><C7><E4> <20><><C7><E1><D4>ɡ <20><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (657,'WebGUI',11,'<27><><E3><D3><CA><CE><CF> <20><><CD>',1031514049);
INSERT INTO international VALUES (658,'WebGUI',11,'<27><><E3><D3><CA><CE><CF><E3><E6> <20><><C5><CF><C7>',1031514049);
INSERT INTO international VALUES (659,'WebGUI',11,'<27><><CA><D5><E3><ED>ʡ <20><><C5><CF><C7>',1031514049);
INSERT INTO international VALUES (660,'WebGUI',11,'<27><><E3><CC><E3><E6>ʡ <20><><C5><CF><C7>',1031514049);
INSERT INTO international VALUES (661,'WebGUI',11,'<27><><CA><CC><E5><ED><D2> <20><><C7><E1>ݡ <20><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (662,'WebGUI',11,'<27><><CA><CC><E5><ED>ʡ <20><><C5><CF><C7>',1031514049);
INSERT INTO international VALUES (663,'WebGUI',11,'<27><><CA><CC><E5><ED><D2> <20><><C7><E1><C8>ϡ <20><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (664,'WebGUI',11,'<27><><E3><E6><D6><E6><DA> <20><><C7><E1><C7><E4><CA>ʡ <20><><CD>',1031514049);
INSERT INTO international VALUES (665,'WebGUI',11,'<27><><E3><CC><E3>ɡ <20><><CD>',1031514049);
INSERT INTO international VALUES (666,'WebGUI',11,'<27><><CA><D5><E3><ED> <20><><C5><D6><C7>/<2F><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (667,'WebGUI',11,'<27><><E3><CC><E3>ɡ <20><><C5><D6><C7>/<2F><><CD>',1031514049);
INSERT INTO international VALUES (668,'WebGUI',11,'<27><><D5><DD><CD> <20><><C7><E1><CA><D5><E3><ED> <20><><CA><D8><C8>',1031514049);
INSERT INTO international VALUES (669,'WebGUI',11,'<27><><E3><CE><CA><D5>ʡ <20><><CA><D8><C8>',1031514049);
INSERT INTO international VALUES (670,'WebGUI',11,'<27><><D5>ɡ <20><><C5><D6><C7>/<2F><><CD>',1031514049);
INSERT INTO international VALUES (671,'WebGUI',11,'<27><><E3><E6><D6><E6><DA> <20><><C7><E1><C7><E4><CA>ʡ <20><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (672,'WebGUI',11,'<27><><CA><CC><E5><ED><D2> <20><><C7><E1><C8><ED><C7><E4> <20><><C7><E1><DA>ɡ <20><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (674,'WebGUI',11,'<27><><CA><CC><E5><ED><D2> <20><><E3><CA><E4>ɡ <20><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (675,'WebGUI',11,'<27><><E3><E6> <20><><C7><E1>ˡ <20><><C7><D3><CA><CE><CF>',1031514049);
INSERT INTO international VALUES (677,'WebGUI',11,'<27><><E3><E6><D6><E6><DA> <20><><C7><E1><C5><E4><CA>ʡ <20><><C5><D6><C7>/<2F><><CD>',1031514049);
INSERT INTO international VALUES (678,'WebGUI',11,'<27><>ѡ <20><><C5><CF><C7>',1031514049);
INSERT INTO international VALUES (679,'WebGUI',11,'<27><><CA><CC><E5><ED><D2> <20><><C7><E1><E3><CD><CA><E6> <20><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (680,'WebGUI',11,'<27><><DA>ɡ <20><><C5><D6><C7>',1031514049);
INSERT INTO international VALUES (681,'WebGUI',11,'<27><><DA><C8>ʡ <20><><CA><D4><DF>',1031514049);
INSERT INTO international VALUES (682,'WebGUI',11,'<27><><C8><ED><C7><E4> <20><><C7><E1><E3><D3><CA><CE> <20><><C7><E1><DA>ɡ <20><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (683,'WebGUI',11,'<27><><DE><E6>ȡ <20><><C5><CF><C7>',1031514049);
INSERT INTO international VALUES (684,'WebGUI',11,'<27><><DE>ȡ <20><><C5><D6><C7>/<2F><><CA><DA><CF>',1031514049);
INSERT INTO international VALUES (685,'WebGUI',11,'<27><><DE>ȡ <20><><CD>',1031514049);
INSERT INTO international VALUES (60,'Survey',1,'Back to survey.',1037556626);
INSERT INTO international VALUES (696,'WebGUI',11,'<27><><D3> <20><><C7><E1><E3><E5><E3>ʡ <20><><CA><DD><D1>',1031514049);
INSERT INTO international VALUES (697,'WebGUI',11,'<27><><C7><E1><E3><DE><CF>. <20><><C7><E1><D3>ߡ <20><><CA><D8><C8>',1031514049);
INSERT INTO international VALUES (699,'WebGUI',11,'<27><><C3> <20><><C3><ED> <20><><C7><E1><C3><D3><C8>',1031514049);
INSERT INTO international VALUES (700,'WebGUI',11,'<27><><C7><E1><ED> (<28><><C7><E1><C3><ED>)',1031514049);
INSERT INTO international VALUES (701,'WebGUI',11,'<27><><C7><E1><C3><D3><C8> (<28><><C7><E1><C3><D3><C7><C8>)',1031514049);
INSERT INTO international VALUES (702,'WebGUI',11,'<27><><C7><E1><D4> (<28><><C7><E1><C3><D4>)',1031514049);
INSERT INTO international VALUES (703,'WebGUI',11,'<27><><C7><E1><DA> (<28><><C7><E1><C3><DA><E6>)',1031514049);
INSERT INTO international VALUES (704,'WebGUI',11,'<27><><C7><E1><CB><C7><E4> (<28><><C7><E1><CB><E6><C7>)',1031514049);
INSERT INTO international VALUES (705,'WebGUI',11,'<27><><C7><E1><CF><DE><ED> (<28><><C7><E1><CF><DE><C7>)',1031514049);
INSERT INTO international VALUES (706,'WebGUI',11,'<27><><C7><E1><D3><C7> (<28><><C7><E1><D3><C7><DA>)',1031514049);
INSERT INTO international VALUES (707,'WebGUI',11,'<27><><C7><D3><CA><DA><D1> <20><><C7><E1><CA><E4>Ϳ',1031514049);
INSERT INTO international VALUES (708,'WebGUI',11,'<27><><CA><CC><ED><E5><D2> <20><><C7><E1><C7><E3><CA>ҡ <20><><C5><CF><C7>',1031514049);
INSERT INTO international VALUES (710,'WebGUI',11,'<27><><CA><CD><D1> <20><><CA><CC><E5><ED><D2> <20><><C7><E1><C7><E3><CA><ED>',1031514049);
INSERT INTO international VALUES (711,'WebGUI',11,'<27><><CA><CC><E3> <20><><E3><CF><ED> <20><><C7><E1><D5><E6>',1031514049);
INSERT INTO international VALUES (713,'WebGUI',11,'<27><><CA><CC><E3> <20><><E3><CF><ED> <20><><C7><E1><CA><D5><E3>',1031514049);
INSERT INTO international VALUES (714,'WebGUI',11,'<27><><CA><CC><E3> <20><><E3><CF><ED> <20><><C7><E1><DE><C7>',1031514049);
INSERT INTO international VALUES (715,'WebGUI',11,'<27><><C5><DA><C7> <20><><CA><E6><CC> <20><><C7><E1><E3><E6> <20><><C8><C7><E1><C5><E4><CA><D1>',1031514049);
INSERT INTO international VALUES (716,'WebGUI',11,'<27><><CF><CE>',1031514049);
INSERT INTO international VALUES (717,'WebGUI',11,'<27><><CE><D1>',1031514049);
INSERT INTO international VALUES (718,'WebGUI',11,'<27><><CA><D5><CF> <20><><CA><D1><CC>',1031514184);
INSERT INTO international VALUES (719,'WebGUI',11,'<27><><E3><E4><CA> <20><><C7><E1><CA><C7><D1>',1031514679);
INSERT INTO international VALUES (720,'WebGUI',11,'<27><><CD><D3><E4><F0>',1031514777);
INSERT INTO international VALUES (721,'WebGUI',11,'<27><><DD><D1> <20><><C7><E1><C5>',1031515005);
INSERT INTO international VALUES (722,'WebGUI',11,'<27><><E5><E6>',1031517195);
INSERT INTO international VALUES (723,'WebGUI',11,'<27><><E3><D3><CA><E4>',1031800566);
INSERT INTO international VALUES (724,'WebGUI',11,'<27><><E1><C7><ED><E3> <20><><E1><C7><D3> <20><><C7><E1><E3><D3><CA><CE> <20><> <20><><ED><C8> <20><> <20><><ED><E4><CA> <20><><C8><E3><D3><C7>',1031879593);
INSERT INTO international VALUES (725,'WebGUI',11,'<27><><E1><C7><ED><E3> <20><><E1><C7><D3> <20><><C7><E1><E3><D3><CA><CE> <20><> <20><><ED><CA> <20><><DD><C7><D1><DB>',1031879612);
INSERT INTO international VALUES (726,'WebGUI',11,'<27><><E1><C7><ED><E3> <20><><E1><DF><E1><E3> <20><><C7><E1><D3><D1> <20><> <20><><CA><CA> <20><><DD><C7><D1>',1031879567);
INSERT INTO international VALUES (727,'WebGUI',11,'\"<22><><E1><C7><ED><E3> <20><><E1><DF><E1><E3> <20><><C7><E1><D3><D1> <20><> <20><><CA><DF> \"\"<22><><DF><E1> <20><><C7><E1>\"\"\"',1031880154);
INSERT INTO international VALUES (1,'WobjectProxy',11,'<27><><E6><E6><C8><CC><ED> <20><><C5> <20><><C8><D1><E6><DF>',1031514049);
INSERT INTO international VALUES (2,'WobjectProxy',11,'<27><><CA><CD><D1> <20><><E6><E6><C8><CC><ED> <20><><C8><D1><E6><DF>',1031514049);
INSERT INTO international VALUES (3,'WobjectProxy',11,'<27><><E6><E6><C8><CC><ED> <20><><C8><D1><E6><DF>',1031514049);
INSERT INTO international VALUES (4,'WobjectProxy',11,'<27><><DD><D4> <20><><DA><E3><E1> <20><> <20><><C7><E1><E6><E6><C8><CC> <20><><C5> <20><><C8><D1><E6><DF>. <20><><D1><C8> <20><><CC> <20><><CD> <20><><E5> <20><><C7><E1><E6><E6><C8><CC><ED>',1031514049);
INSERT INTO international VALUES (5,'WobjectProxy',11,'<27><><E6><E6><C8><CC><ED> <20><><C8><D1><E6><DF><D3> <20><><C5><D6><C7>/<2F><><CA><CD><D1>',1031514049);
INSERT INTO international VALUES (746,'WebGUI',1,'Toolbar Icon Set',1036046598);
INSERT INTO international VALUES (45,'Survey',1,'Are you certain you wish to delete this answer and its responses?',1035951913);
INSERT INTO international VALUES (44,'Survey',1,'Are you certain you wish to delete this question, its answers and responses?',1035951626);
INSERT INTO international VALUES (34,'Survey',1,'Agree',1037498914);
INSERT INTO international VALUES (33,'Survey',1,'Strongly Agree',1037498857);
INSERT INTO international VALUES (32,'Survey',1,'False',1037498832);
INSERT INTO international VALUES (31,'Survey',1,'True',1037498842);
INSERT INTO international VALUES (27,'Survey',1,'Add an opinion (agree/disagree) answer scale.',1035948010);
INSERT INTO international VALUES (25,'Survey',1,'Add a true/false answer.',1035947960);
INSERT INTO international VALUES (26,'Survey',1,'Add a frequency (always/never) answer scale.',1035947924);
INSERT INTO international VALUES (43,'Survey',1,'Never',1037574752);
INSERT INTO international VALUES (42,'Survey',1,'Occasionally',1037574859);
INSERT INTO international VALUES (41,'Survey',1,'Frequently',1037574786);
INSERT INTO international VALUES (40,'Survey',1,'Always',1037574725);
INSERT INTO international VALUES (39,'Survey',1,'Not Applicable',1037574804);
INSERT INTO international VALUES (38,'Survey',1,'Strongly Disagree',1037498903);
INSERT INTO international VALUES (37,'Survey',1,'Disagree',1037498886);
INSERT INTO international VALUES (36,'Survey',1,'Somewhat Disagree',1037498872);
INSERT INTO international VALUES (35,'Survey',1,'Somewhat Agree',1037498927);
INSERT INTO international VALUES (30,'Survey',1,'Add a new question.',1035944708);
INSERT INTO international VALUES (29,'Survey',1,'Add a text answer.',1035874640);
INSERT INTO international VALUES (24,'Survey',1,'Add a multiple choice answer.',1035874502);
INSERT INTO international VALUES (745,'WebGUI',1,'Go back to the page.',1035872437);
INSERT INTO international VALUES (28,'Survey',1,'Add a question.',1035872173);
INSERT INTO international VALUES (744,'WebGUI',1,'What next?',1035864828);
INSERT INTO international VALUES (23,'Survey',1,'Add a new answer.',1035864494);
INSERT INTO international VALUES (22,'Survey',1,'Answer Type',1035864413);
INSERT INTO international VALUES (21,'Survey',1,'Go To',1035506057);
INSERT INTO international VALUES (20,'Survey',1,'Is this answer correct?',1035436321);
INSERT INTO international VALUES (19,'Survey',1,'Answer',1035436296);
INSERT INTO international VALUES (18,'Survey',1,'Edit Answer',1035436102);
INSERT INTO international VALUES (17,'Survey',1,'Edit Question',1035436091);
INSERT INTO international VALUES (16,'Survey',1,'Randomize answers?',1035429242);
INSERT INTO international VALUES (15,'Survey',1,'Allow comment?',1035429212);
INSERT INTO international VALUES (14,'Survey',1,'Question',1035428770);
INSERT INTO international VALUES (743,'WebGUI',1,'You must specify a valid email address in order to attempt to recover your password.',1035246389);
INSERT INTO international VALUES (13,'Survey',1,'Who can view reports?',1033949863);
INSERT INTO international VALUES (12,'Survey',1,'Who can take the survey?',1033949789);
INSERT INTO international VALUES (11,'Survey',1,'Mode',1033949647);
INSERT INTO international VALUES (10,'Survey',1,'Quiz',1033949566);
INSERT INTO international VALUES (9,'Survey',1,'Survey',1033949540);
INSERT INTO international VALUES (8,'Survey',1,'Question Order',1033949393);
INSERT INTO international VALUES (7,'Survey',1,'Response Driven',1033944729);
INSERT INTO international VALUES (6,'Survey',1,'Random',1033944643);
INSERT INTO international VALUES (5,'Survey',1,'Sequential',1033944535);
INSERT INTO international VALUES (3,'Survey',1,'Survey, Add/Edit',1038890559);
INSERT INTO international VALUES (4,'Survey',1,'Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user\'s knowledge.\r\n<p/>\r\n\r\n<b>Question Order</b><br/>\r\nThe order the questions will be asked. Sequential displays the questions in the order you create them. Random displays the questions randomly. Response driven displays the questions in order based on the responses of the users.\r\n<p/>\r\n\r\n<b>Mode</b><br/>\r\nBy default the Survey is in survey mode. This allows it to ask questions of your users. However, if you switch to Quiz mode, you can have a self-correcting test of your user\'s knowledge.\r\n<p/>\r\n\r\n\r\n<b>Who can take the survey?</b><br/>\r\nWhich users can participate in the survey?\r\n<p/>\r\n\r\n\r\n<b>Who can view reports?</b><br/>\r\nWho can view the results of the survey?\r\n<p/>\r\n\r\n\r\n<b>What next?</b><br/>\r\nIf you leave this set at its default, then you will add a question directly after adding the survey.\r\n<p/>\r\n',1038890559);
INSERT INTO international VALUES (2,'Survey',1,'Edit Survey',1033943825);
INSERT INTO international VALUES (1,'Survey',1,'Survey',1033942924);
INSERT INTO international VALUES (741,'WebGUI',1,'Edit this template.',1034223116);
INSERT INTO international VALUES (742,'WebGUI',1,'Manage templates.',1034223130);
INSERT INTO international VALUES (748,'WebGUI',1,'User Count',1036553016);
INSERT INTO international VALUES (760,'WebGUI',1,'Delete this folder.',1036892740);
INSERT INTO international VALUES (759,'WebGUI',1,'Edit this folder.',1036892731);
INSERT INTO international VALUES (758,'WebGUI',1,'Add a folder.',1036892705);
INSERT INTO international VALUES (757,'WebGUI',1,'Manage Collateral',1036892669);
INSERT INTO international VALUES (756,'WebGUI',1,'Back to group list.',1036867726);
INSERT INTO international VALUES (754,'WebGUI',1,'Manage the users in this group.',1036866994);
INSERT INTO international VALUES (753,'WebGUI',1,'Edit this group.',1036866979);
INSERT INTO international VALUES (752,'WebGUI',1,'View this user\'s profile.',1036864965);
INSERT INTO international VALUES (751,'WebGUI',1,'Become this user.',1036864905);
INSERT INTO international VALUES (750,'WebGUI',1,'Delete this user.',1036864742);
INSERT INTO international VALUES (724,'WebGUI',10,'Dit brugernavn kan ikke begynde med blanktegn.',1036855579);
INSERT INTO international VALUES (725,'WebGUI',10,'Dit brugernavn kan ikke v<>re blankt.',1036855553);
INSERT INTO international VALUES (726,'WebGUI',10,'Dit kodeord kan ikke v<>re blankt.',1036855532);
INSERT INTO international VALUES (682,'WebGUI',10,'Brugerprofil, Redig<69>r',1036855505);
INSERT INTO international VALUES (681,'WebGUI',10,'Pakker, Opret',1036855491);
INSERT INTO international VALUES (680,'WebGUI',10,'Pakker, Tilf<6C>j',1036855476);
INSERT INTO international VALUES (679,'WebGUI',10,'Indholds indstillinger, Redig<69>r',1036855461);
INSERT INTO international VALUES (678,'WebGUI',10,'Rod, H<>ndter',1036855438);
INSERT INTO international VALUES (677,'WebGUI',10,'Wobjects, Tilf<6C>j/Redig<69>r',1036855426);
INSERT INTO international VALUES (676,'WebGUI',10,'Images, H<>ndter',1036855404);
INSERT INTO international VALUES (675,'WebGUI',10,'S<>gemaskine, Anvend',1036855390);
INSERT INTO international VALUES (674,'WebGUI',10,'Diverse indstillinger, Redig<69>r',1036855371);
INSERT INTO international VALUES (673,'WebGUI',10,'Image, slet',1036855354);
INSERT INTO international VALUES (672,'WebGUI',10,'Profil indstilling, Redig<69>r',1036855339);
INSERT INTO international VALUES (669,'WebGUI',10,'Makroer, Anvend',1036855290);
INSERT INTO international VALUES (668,'WebGUI',10,'Style Sheets, Anvend',1036855265);
INSERT INTO international VALUES (671,'WebGUI',10,'Wobjects, Anvend',1036855231);
INSERT INTO international VALUES (670,'WebGUI',10,'Image, Tilf<6C>j/redig<69>r',1036855215);
INSERT INTO international VALUES (667,'WebGUI',10,'Gruppe, Tilf<6C>j/Redig<69>r',1036855136);
INSERT INTO international VALUES (666,'WebGUI',10,'Stilart, Tilf<6C>j/Redig<69>r',1036855118);
INSERT INTO international VALUES (665,'WebGUI',10,'Gruppe, Slet',1036855098);
INSERT INTO international VALUES (664,'WebGUI',10,'Wobject, Slet',1036855078);
INSERT INTO international VALUES (663,'WebGUI',10,'Mail indstillinger, Redig<69>r',1036854968);
INSERT INTO international VALUES (662,'WebGUI',10,'Indstillinger, H<>ndter',1036854946);
INSERT INTO international VALUES (571,'WebGUI',10,'L<>s tr<74>d op',1036854909);
INSERT INTO international VALUES (570,'WebGUI',10,'L<>s tr<74>d',1036854887);
INSERT INTO international VALUES (568,'WebGUI',10,'Efter facts',1036854874);
INSERT INTO international VALUES (569,'WebGUI',10,'Moderations type',1036854857);
INSERT INTO international VALUES (567,'WebGUI',10,'',1036854833);
INSERT INTO international VALUES (559,'WebGUI',10,'K<>r ved registrering',1036854816);
INSERT INTO international VALUES (558,'WebGUI',10,'Redig<69>r brugers karma',1036854794);
INSERT INTO international VALUES (557,'WebGUI',10,'Beskrivelse',1036854778);
INSERT INTO international VALUES (556,'WebGUI',10,'V<>rdi',1036854766);
INSERT INTO international VALUES (555,'WebGUI',10,'Redig<69>r denne brugers karma',1036854755);
INSERT INTO international VALUES (554,'WebGUI',10,'Tag aktion',1036854733);
INSERT INTO international VALUES (553,'WebGUI',10,'Status',1036854720);
INSERT INTO international VALUES (552,'WebGUI',10,'Afventer',1036854708);
INSERT INTO international VALUES (551,'WebGUI',10,'Besked',1036854692);
INSERT INTO international VALUES (550,'WebGUI',10,'Vis image gruppe',1036854678);
INSERT INTO international VALUES (549,'WebGUI',10,'Gruppe beskrivelse',1036854665);
INSERT INTO international VALUES (548,'WebGUI',10,'Gruppe navn',1036854650);
INSERT INTO international VALUES (547,'WebGUI',10,'Overgruppe',1036854626);
INSERT INTO international VALUES (546,'WebGUI',10,'Gruppe ID',1036854611);
INSERT INTO international VALUES (545,'WebGUI',10,'Redig<69>r image gruppe',1036854598);
INSERT INTO international VALUES (544,'WebGUI',10,'Er du sikker p<> du vil slette denne gruppe?',1036854576);
INSERT INTO international VALUES (543,'WebGUI',10,'Tilf<6C>j ny image gruppe',1036854555);
INSERT INTO international VALUES (542,'WebGUI',10,'Forrige..',1036854517);
INSERT INTO international VALUES (541,'WebGUI',10,'Karma pr. postering',1036854500);
INSERT INTO international VALUES (540,'WebGUI',10,'Karma pr. login',1036854367);
INSERT INTO international VALUES (539,'WebGUI',10,'Aktiv<69>r karma?',1036854349);
INSERT INTO international VALUES (538,'WebGUI',10,'Karma gr<67>nse',1036854328);
INSERT INTO international VALUES (537,'WebGUI',10,'Karma',1036854293);
INSERT INTO international VALUES (536,'WebGUI',10,'En ny bruger: ^@;, har registreret sig.',1036854252);
INSERT INTO international VALUES (535,'WebGUI',10,'Gruppe der skal notificeres om ny bruger',1036854162);
INSERT INTO international VALUES (534,'WebGUI',10,'Giv meddelelse om ny bruger?',1036854133);
INSERT INTO international VALUES (533,'WebGUI',10,'<bold>uden</bold> disse ord',1036854103);
INSERT INTO international VALUES (532,'WebGUI',10,'med <bold>mindst et</bold> af disse ord',1036854079);
INSERT INTO international VALUES (531,'WebGUI',10,'<bold>eksakt</bold> denne s<>tning',1036854044);
INSERT INTO international VALUES (530,'WebGUI',10,'med <bold>alle</bold> ordene',1036854002);
INSERT INTO international VALUES (529,'WebGUI',10,'resultater',1036853971);
INSERT INTO international VALUES (528,'WebGUI',10,'Navn p<> skabelon',1036853957);
INSERT INTO international VALUES (527,'WebGUI',10,'Standard hjemmeside',1036853933);
INSERT INTO international VALUES (526,'WebGUI',10,'Fjern kun JavaScript.',1036853917);
INSERT INTO international VALUES (525,'WebGUI',10,'Rediger indholds indstillinger',1036853889);
INSERT INTO international VALUES (524,'WebGUI',10,'Tilf<6C>j redigeringsm<73>rke til posteringer?',1036853870);
INSERT INTO international VALUES (523,'WebGUI',10,'Notificering',1036853846);
INSERT INTO international VALUES (522,'WebGUI',10,'Jeg vil gerne notificeres via ICQ.',1036853832);
INSERT INTO international VALUES (521,'WebGUI',10,'Jeg vil gerne notificeres via email til persons<6E>ger.',1036853814);
INSERT INTO international VALUES (520,'WebGUI',10,'Jeg vil gerne notificeres via Email.',1036853784);
INSERT INTO international VALUES (519,'WebGUI',10,'Jeg vil gerne notificeres',1036853765);
INSERT INTO international VALUES (518,'WebGUI',10,'Indbakke notificeringer',1036853749);
INSERT INTO international VALUES (517,'WebGUI',10,'Sl<53> administration fra',1036853708);
INSERT INTO international VALUES (516,'WebGUI',10,'Sl<53> administration til',1036853690);
INSERT INTO international VALUES (515,'WebGUI',10,'Tilf<6C>j redigeringsm<73>rke til posteringer?',1036853672);
INSERT INTO international VALUES (514,'WebGUI',10,'Visninger',1036853524);
INSERT INTO international VALUES (513,'WebGUI',10,'Forrige tr<74>d',1036853502);
INSERT INTO international VALUES (512,'WebGUI',10,'N<>ste tr<74>d',1036853486);
INSERT INTO international VALUES (727,'WebGUI',10,'Dit kodeord kan ikke v<>re \"password\".',1036612598);
INSERT INTO international VALUES (511,'WebGUI',10,'Emne opdelt',1036612553);
INSERT INTO international VALUES (510,'WebGUI',10,'Flad',1036612526);
INSERT INTO international VALUES (509,'WebGUI',10,'Diskusions layout',1036612509);
INSERT INTO international VALUES (508,'WebGUI',10,'Administrer skabeloner',1036612485);
INSERT INTO international VALUES (507,'WebGUI',10,'Redig<69>r skabelon',1036612448);
INSERT INTO international VALUES (506,'WebGUI',10,'Administrer skabeloner',1036612430);
INSERT INTO international VALUES (505,'WebGUI',10,'Tilf<6C>j ny skabelon',1036612389);
INSERT INTO international VALUES (504,'WebGUI',10,'Skabelon',1036612373);
INSERT INTO international VALUES (503,'WebGUI',10,'Skabelon ID',1036612359);
INSERT INTO international VALUES (502,'WebGUI',10,'Er du sikker p<> du vil slette denne skabelon og dermed alle sider der anvender den?',1036612343);
INSERT INTO international VALUES (501,'WebGUI',10,'Body',1036612298);
INSERT INTO international VALUES (500,'WebGUI',10,'Side ID',1036612281);
INSERT INTO international VALUES (382,'WebGUI',10,'Redig<69>r billed',1036612267);
INSERT INTO international VALUES (61,'UserSubmission',10,'Bruger indl<64>g system, tilf<6C>j/redig<69>r',1036612234);
INSERT INTO international VALUES (59,'UserSubmission',10,'N<>ste indl<64>g',1036612208);
INSERT INTO international VALUES (58,'UserSubmission',10,'Tidligere indl<64>g',1036612195);
INSERT INTO international VALUES (57,'UserSubmission',10,'Respons',1036612182);
INSERT INTO international VALUES (56,'UserSubmission',10,'Foto gallari',1036612168);
INSERT INTO international VALUES (55,'UserSubmission',10,'Traditionel',1036612152);
INSERT INTO international VALUES (54,'UserSubmission',10,'web log',1036612137);
INSERT INTO international VALUES (53,'UserSubmission',10,'Layout',1036612124);
INSERT INTO international VALUES (52,'UserSubmission',10,'Minature',1036612109);
INSERT INTO international VALUES (51,'UserSubmission',10,'Vis minature format?',1036612086);
INSERT INTO international VALUES (48,'UserSubmission',10,'Tillad diskussion?',1036612067);
INSERT INTO international VALUES (47,'UserSubmission',10,'Send et svar',1036612036);
INSERT INTO international VALUES (46,'UserSubmission',10,'L<>s mere ...',1036612017);
INSERT INTO international VALUES (45,'UserSubmission',10,'Retur',1036612001);
INSERT INTO international VALUES (41,'UserSubmission',10,'Dato',1036611623);
INSERT INTO international VALUES (40,'UserSubmission',10,'indsendt af',1036611601);
INSERT INTO international VALUES (39,'UserSubmission',10,'Send et svar',1036611581);
INSERT INTO international VALUES (38,'UserSubmission',10,'(V<>lg \"nej\" hvis du skriver et HTML baseret indl<64>g)',1036611407);
INSERT INTO international VALUES (30,'UserSubmission',10,'Karma pr. indl<64>g',1036611359);
INSERT INTO international VALUES (61,'SyndicatedContent',10,'Syndicated Content, tilf<6C>j/redig<69>r',1036611329);
INSERT INTO international VALUES (61,'SiteMap',10,'Tr<54> struktur (site map), tilf<6C>j/redig<69>r',1036611295);
INSERT INTO international VALUES (61,'SQLReport',10,'SQL Rapport, tilf<6C>j/redig<69>r',1036611251);
INSERT INTO international VALUES (9,'Product',10,'Produkt billed 3',1036611226);
INSERT INTO international VALUES (8,'Product',10,'Produkt billed 2',1036611213);
INSERT INTO international VALUES (7,'Product',10,'Produkt billed 1',1036611200);
INSERT INTO international VALUES (62,'Product',10,'Produkt skabelon, tilf<6C>j/redig<69>r',1036611151);
INSERT INTO international VALUES (61,'Product',10,'Produkt skabelon',1036611127);
INSERT INTO international VALUES (60,'Product',10,'Skabelon',1036611112);
INSERT INTO international VALUES (6,'Product',10,'Redig<69>r produkt',1036611098);
INSERT INTO international VALUES (59,'Product',10,'Navn',1036611082);
INSERT INTO international VALUES (58,'Product',10,'Redig<69>r produkt skabelon',1036611058);
INSERT INTO international VALUES (57,'Product',10,'Er du sikker p<> du vil slette denne skabelon og dermed ogs<67> alle produkter der anvender den?',1036611039);
INSERT INTO international VALUES (56,'Product',10,'Tilf<6C>j en produkt skabelon.',1036605180);
INSERT INTO international VALUES (55,'Product',10,'Tilf<6C>j en fordel.',1036605149);
INSERT INTO international VALUES (54,'Product',10,'Fordele',1036605131);
INSERT INTO international VALUES (53,'Product',10,'Redig<69>r fordel',1036605116);
INSERT INTO international VALUES (52,'Product',10,'Tilf<6C>j yderligere fordel?',1036605101);
INSERT INTO international VALUES (51,'Product',10,'Fordel',1036605083);
INSERT INTO international VALUES (5,'Product',10,'Er du sikker p<> du vil slette denne specifikation?',1036605065);
INSERT INTO international VALUES (49,'Product',10,'Produkt fordel, tilf<6C>j/redig<69>r',1036605042);
INSERT INTO international VALUES (48,'Product',10,'Er du sikker p<> du vil slette denne fordel? (kan ikke genskabes n<>r f<>rst slettet)',1036605023);
INSERT INTO international VALUES (46,'Product',10,'Relateret produkt, tilf<6C>j/redig<69>r',1036604974);
INSERT INTO international VALUES (44,'Product',10,'Produkt tilbeh<65>r, tilf<6C>j/redig<69>r',1036604937);
INSERT INTO international VALUES (42,'Product',10,'Produkt specifikation, tilf<6C>j/redig<69>r',1036604911);
INSERT INTO international VALUES (40,'Product',10,'Produkt egenskab, tilf<6C>j/redig<69>r',1036604886);
INSERT INTO international VALUES (4,'Product',10,'Er du sikker p<> du vil slette relationen til det relaterede produkt?',1036604858);
INSERT INTO international VALUES (38,'Product',10,'Produkter, tilf<6C>j/redig<69>r',1036604819);
INSERT INTO international VALUES (37,'Product',10,'Tilf<6C>j et relateret produkt.',1036604797);
INSERT INTO international VALUES (36,'Product',10,'Tilf<6C>j tilbeh<65>r.',1036604779);
INSERT INTO international VALUES (35,'Product',10,'Tilf<6C>j en specifikation.',1036604761);
INSERT INTO international VALUES (34,'Product',10,'Tilf<6C>j en egenskab.',1036604744);
INSERT INTO international VALUES (33,'Product',10,'Relaterede produkter',1036604724);
INSERT INTO international VALUES (32,'Product',10,'Tilbeh<65>r',1036604703);
INSERT INTO international VALUES (31,'Product',10,'Specifikationer',1036604690);
INSERT INTO international VALUES (30,'Product',10,'Egenskaber',1036604674);
INSERT INTO international VALUES (3,'Product',10,'Er du sikker p<> du vil slette denne egenskab?',1036604621);
INSERT INTO international VALUES (29,'Product',10,'Enheder',1036604600);
INSERT INTO international VALUES (28,'Product',10,'Tilf<6C>j yderligere specifikation',1036604556);
INSERT INTO international VALUES (27,'Product',10,'Specifikation',1036604539);
INSERT INTO international VALUES (26,'Product',10,'Label',1036604513);
INSERT INTO international VALUES (25,'Product',10,'Redig+er specifikation',1036604493);
INSERT INTO international VALUES (24,'Product',10,'Tilf<6C>j yderligere egenskaber?',1036604476);
INSERT INTO international VALUES (23,'Product',10,'Egenskab',1036604454);
INSERT INTO international VALUES (22,'Product',10,'Redig<69>r egenskab',1036604438);
INSERT INTO international VALUES (21,'Product',10,'Tilf<6C>j yderligere releteret produkt?',1036604409);
INSERT INTO international VALUES (20,'Product',10,'Relateret produkt',1036604385);
INSERT INTO international VALUES (2,'Product',10,'Er du sikker p<> du vil slette referencen til dette tilbeh<65>r?',1036604368);
INSERT INTO international VALUES (19,'Product',10,'Tilf<6C>j relateret produkt',1036604335);
INSERT INTO international VALUES (18,'Product',10,'Tilf<6C>j yderligere tilbeh<65>r?',1036604319);
INSERT INTO international VALUES (17,'Product',10,'Tilbeh<65>r',1036604302);
INSERT INTO international VALUES (16,'Product',10,'Tilf<6C>j tilbeh<65>r',1036604289);
INSERT INTO international VALUES (15,'Product',10,'Garanti',1036604274);
INSERT INTO international VALUES (14,'Product',10,'Manual',1036604254);
INSERT INTO international VALUES (13,'Product',10,'Brochure',1036604243);
INSERT INTO international VALUES (12,'Product',10,'Er du sikker p<> du vil slette dette felt?',1036604229);
INSERT INTO international VALUES (11,'Product',10,'Produkt nr.',1036604204);
INSERT INTO international VALUES (10,'Product',10,'Pris',1036604182);
INSERT INTO international VALUES (1,'Product',10,'Produkt',1036604168);
INSERT INTO international VALUES (61,'Poll',10,'Afstemning, tilf<6C>j/redig<69>r',1036604149);
INSERT INTO international VALUES (20,'Poll',10,'Karma per stemme',1036604131);
INSERT INTO international VALUES (12,'Poll',10,'Stemmer i alt:',1036604113);
INSERT INTO international VALUES (61,'MessageBoard',10,'Opslagstavle, tilf<6C>j/redig<69>r',1036604088);
INSERT INTO international VALUES (9,'MailForm',10,'Tilf<6C>j felt',1036604053);
INSERT INTO international VALUES (8,'MailForm',10,'Bredde',1036604040);
INSERT INTO international VALUES (7,'MailForm',10,'Redig<69>r mail formular',1036604018);
INSERT INTO international VALUES (62,'MailForm',10,'Mail form felter, tilf<6C>j/redig<69>r',1036604001);
INSERT INTO international VALUES (61,'MailForm',10,'Mail formular, tilf<6C>j/redig<69>r',1036603976);
INSERT INTO international VALUES (6,'MailForm',10,'Redig<69>rbar',1036603957);
INSERT INTO international VALUES (5,'MailForm',10,'Vist',1036603937);
INSERT INTO international VALUES (4,'MailForm',10,'Skjult',1036603927);
INSERT INTO international VALUES (3,'MailForm',10,'Tak for din tilbagemelding!',1036603915);
INSERT INTO international VALUES (26,'MailForm',10,'Gem indhold?',1036603892);
INSERT INTO international VALUES (25,'MailForm',10,'Standard v<>rdi (valgfrit)',1036603877);
INSERT INTO international VALUES (24,'MailForm',10,'Mulige v<>rdier (drop-down liste)',1036603850);
INSERT INTO international VALUES (23,'MailForm',10,'Type',1036603824);
INSERT INTO international VALUES (22,'MailForm',10,'Status',1036603804);
INSERT INTO international VALUES (21,'MailForm',10,'Felt navn',1036603793);
INSERT INTO international VALUES (20,'MailForm',10,'Redig<69>r felt',1036603782);
INSERT INTO international VALUES (2,'MailForm',10,'Emnet for din email her',1036603768);
INSERT INTO international VALUES (19,'MailForm',10,'Er du sikker p<> du vil slette dette felt?',1036603745);
INSERT INTO international VALUES (18,'MailForm',10,'G<> tilbage!',1036603723);
INSERT INTO international VALUES (17,'MailForm',10,'Mail sendt',1036603709);
INSERT INTO international VALUES (15,'MailForm',10,'Forts<74>t med at tilf<6C>je flere felter?',1036603693);
INSERT INTO international VALUES (16,'MailForm',10,'Bekr<6B>ftigelse',1036599476);
INSERT INTO international VALUES (14,'MailForm',10,'Emne',1036598522);
INSERT INTO international VALUES (13,'MailForm',10,'Bcc',1036598494);
INSERT INTO international VALUES (12,'MailForm',10,'Cc',1036598479);
INSERT INTO international VALUES (11,'MailForm',10,'Til (email, brugernavn ell. gruppenavn)',1036598461);
INSERT INTO international VALUES (10,'MailForm',10,'Fra',1036598436);
INSERT INTO international VALUES (1,'MailForm',10,'Mail formular',1036598423);
INSERT INTO international VALUES (61,'LinkList',10,'Henvisningsliste, tilf<6C>j/redig<69>r',1036598042);
INSERT INTO international VALUES (61,'Item',10,'Item, tilf<6C>j/redig<69>r',1036598009);
INSERT INTO international VALUES (6,'Item',10,'Redig<69>r item',1036597984);
INSERT INTO international VALUES (72,'FAQ',10,'Sp<53>rgsm<73>l, tilf<6C>j/redig<69>r',1036597894);
INSERT INTO international VALUES (61,'FAQ',10,'FAQ, tilf<6C>j/redig<69>r',1036597867);
INSERT INTO international VALUES (16,'FAQ',10,'[top]',1036597849);
INSERT INTO international VALUES (15,'FAQ',10,'A',1036597834);
INSERT INTO international VALUES (14,'FAQ',10,'Q',1036597824);
INSERT INTO international VALUES (13,'FAQ',10,'Sl<53> [top] link til?',1036597810);
INSERT INTO international VALUES (12,'FAQ',10,'Sl<53> Q/A til?',1036597786);
INSERT INTO international VALUES (11,'FAQ',10,'Sl<53> TOC til?',1036597771);
INSERT INTO international VALUES (61,'ExtraColumn',10,'Ekstra kolonne, tilf<6C>j/redig<69>r',1036597749);
INSERT INTO international VALUES (78,'EventsCalendar',10,'Slet ikke noget, det var en fejl.',1036597719);
INSERT INTO international VALUES (75,'EventsCalendar',10,'Hvad <20>nsker du at g<>re?',1036597679);
INSERT INTO international VALUES (73,'DownloadManager',10,'',1036597651);
INSERT INTO international VALUES (72,'DownloadManager',10,'Download, tilf<6C>j/redig<69>r',1036597636);
INSERT INTO international VALUES (61,'DownloadManager',10,'Download Manager, tilf<6C>j/redig<69>r',1036597610);
INSERT INTO international VALUES (22,'DownloadManager',10,'Forts<74>t med at tilf<6C>je fil til download?',1033508829);
INSERT INTO international VALUES (1,'FAQ',10,'Forts<74>t med at tilf<6C>je sp<73>rgsm<73>l?',1032469938);
INSERT INTO international VALUES (77,'EventsCalendar',10,'Slet denne begivenhed og alle gentagelser',1031671274);
INSERT INTO international VALUES (76,'EventsCalendar',10,'Slet kun denne begivenhed.',1031671246);
INSERT INTO international VALUES (72,'EventsCalendar',10,'Begivenhed, tilf<6C>j/redig<69>r',1031671171);
INSERT INTO international VALUES (61,'EventsCalendar',10,'Begivenhedskalender, Tilf<6C>j/redig<69>r',1031671122);
INSERT INTO international VALUES (84,'EventsCalendar',1,'End Month',1038190527);
INSERT INTO international VALUES (20,'EventsCalendar',10,'Tilf<6C>j begivenhed',1031671040);
INSERT INTO international VALUES (61,'Article',10,'Artikkel, tilf<6C>j/redig<69>r',1031546465);
INSERT INTO international VALUES (814,'WebGUI',1,'Back to styles.',1038022043);
INSERT INTO international VALUES (815,'WebGUI',1,'The file you tried to upload is too large.',1038023800);
INSERT INTO international VALUES (679,'WebGUI',21,'<27><><EE><C1><D3><D4><D2><CF><CA> <20><><C9><CE><C6><CF><D2><CD><C1><C3><C9><CF><CE><CE><CF> <20><><CE><C1><D0><CF><CC><CE><C5><CE> (<28><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034935781);
INSERT INTO international VALUES (72,'MailForm',21,'<27><> <20><><CD><CF><D6><C5> <20><><C4><CF><C2><C1><D7><C9> <20><><CC><C0><C2> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><C4><CF><D0><CF><CC><CE><C9><D4><C5><CC><D8><CE> <20><><D0><CF><CC> <20> <20><><D7><C1> <20><><C6><CF><D2>.\r\n<br><br>\r\n\r\n<b><3E><><E9> <20><><D0><CF></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D5><CE><C9><CB><C1><CC><D8><CE> <20><><C9> <20><><D0><CF> (<28>.<2E>. <20><><C9> <20><><D0><CF> <20><> <20><><C4><CF><CC><D6> <20><><D3><CF><D7><D0><C1><C4><C1> <20><> <20> <20><><CF><C4><CE> <20><> <20><><CF><D3><D4><C1><CC><D8><CE> <20><><D0><CF><CC> <20><><C6><CF><D2>).\r\n<br><br>\r\n\r\n<b><3E><><F3><D4><C1><D4></b><br>\r\n<><6E><F3><CB><D2><D9><D4> <20><><D0><CF> <20><> <20><><CF><D4><CF><C2><D2><C1><D6><C1><C0><D4>, <20><> <20><><D0><C5><D2><C5><D3><D9><CC><C1><C0><D4> e-mail.<br>\r\n<><6E><EF><D4><CF><C2><D2><C1><D6><C1><C5><CD> <20><><D0><CF> <20><><CD><CF><D6> <20><><D0><D2><CF><D3><CD><CF><D4><D2><C5>, <20><> <20><><CE><C5><CC><D8> <20><><CF><D4><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1>.<br>\r\n<><6E><ED><CF><C4><C9><C6><C9><C3><C9><D2><D5><C5><CD> <20><><D0><CF> <20><><DA><C1><D0><CF><CC><CE><D1><C0><D4> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>.<br>\r\n<><6E><E5><D3> <20><> <20><><D7><D9><C2><C5><D2><C9> <20><><D3><CB><D2><D9><D4> <20><><C9> <20><><CF><D4><CF><C2><D2><C1><D6><C1><C5><CD> <20><><D4> <20><><D0><CF>, <20><> <20><><D5><C4><CF><D3><D4><CF><D7><C5><D2><D8><D4><C5>, <20><><DE> <20><><D0><CF><CC> <20><><D0><D2><C9><D3><D7><CF><C5> <20><><DA><CE><C1><DE><C5><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE>.\r\n<br>\r\n<br>\r\n<b><3E><><F4></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><D4> <20><><DC><CC><C5><CD><C5><CE> <20><><C6><CF><D2>. <20><><F0><CF><C4><C4><C5><D2><D6><C9><D7><C1><C0><D4> <20><><D3><CC><C5><C4><D5><C0><DD> <20><><D4><C9> <20><><D0><CF><CC>:<br>\r\n<ul>\r\n<li>URL: <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF>, <20><><D0><D2><C5><C4><CE><C1><DA><CE><C1><DE><C5><CE><CE> <20><><C4> <20><><D7><D7><CF> URL.<br>\r\n<li><3E><><F4><C5><CB><D3><D4><CF><D7> <20><><C2><CC>: <20><><D3><D4><C1><CE><C4><C1><D2><D4><CE> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><C2><CC>.<br>\r\n<li><3E><><E4><C1>: <20><><D4><C5><CB><D3><D4><CF><D7> <20><><C2><CC>, <20><><D0><D2><C5><C4><CE><C1><DA><CE><C1><DE><C5><CE><CE> <20><><C4> <20><><D7><D7><CF> <20><><C4><C1> <20> <20><><CB><CE><CF><D0>, <20><><D2><C1><D3><CB><D2><D9><D7><C1><C0><DD> <20><><CF><CB> <20> <20><><CB><C1><CC><C5><CE><C4><C1><D2>.<br>\r\n<li><3E><>/<2F><><EE>: <20><><CB><CE><CF><D0> <20><><D0><CF><DA><D7><CF><CC><D1><C0><DD> <20><><D7><D9><C2><D2><C1> <20><><D5><D4><D7><C5><D2><C4><C9><D4><C5><CC><D8><CE> <20><><C9> <20><><CF><D4><D2><C9><C3><C1><D4><C5><CC><D8><CE> <20><><CF><D4><D7> <20><> <20><><D7><CF><D0><D2>.<br>\r\n<li>E-mail: <20><><D4><C5><CB><D3><D4><CF><D7> <20><><C2><CC>, <20><><D0><D2><C5><C4><CE><C1><DA><CE><C1><DE><C5><CE><CE> <20><><C4> <20><><D7><D7><CF> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20><> e-mail <20><><C1><C4><D2><C5> (<28><><D0><CF><D3> <20><><DA><C1><D0><CF><CC><CE><C5><CE> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><C5><D3> <20><><D0><D2><CF><D7><C5><D2><D1><C5><D4> <20><><CB><CF><D2><D2><C5><CB><D4><CE><CF><D3> <20><><D7><D7><C5><C4><C5><CE><CE><CF> <20><><C1><C4><D2><C5>).<br>\r\n<li><3E><><F4><C5><CB><D3><D4><CF><D7> <20><><D0><CF>: <20><><D0><D2><CF><D3><D4> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF>.<br>\r\n<li><3E><><FE><C5><CB><C2><CF><CB>: <20><><D0><D2><CF><D3><D4> <20><><DE><C5><CB><C2><CF><CB>.<br>\r\n<><6E><D7><D9><D0><C1><C4><C1><C0><DD> <20><><CD><C5>: <20><> <20><><C4><CF><CC><D6> <20><><DA><C1><C4><C1> <20><><D7><CF><DA><CD><CF><D6><CE> <20><><DA><CE><C1><DE><C5><CE> <20><><C4> <20><><D0><D5><CE><CB><D4> <20><><CD><C5> (<28> <20><><CF><C4><CE> <20><><D3><D4><D2><CF> <20><><CD><CF><D6> <20><><D5><CB><C1><DA><C1> <20><><D4><CF><CC><D8> <20><><CF><C4> <20><><DA><CE><C1><DE><C5><CE>).\r\n</ul>\r\n<br>\r\n<br>\r\n<b><3E><><F7><CF><DA><CD><CF><D6><CE> <20><><DA><CE><C1><DE><C5><CE></b><br>\r\n<><6E><FC> <20><><D0><CF> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20><><D4><CF><CC><D8> <20><><C4> <20><><DA><C1><D0><CF><CC><CE><C5><CE> <20><><D0><D5><CE><CB><D4> <20><><C4> <20><><D7><D9><D0><C1><C4><C1><C0><DD><C5> <20><><CD><C5>.\r\n<br>\r\n<br>\r\n<b><3E><><FA><CE><C1><DE><C5><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE> (<28><><CF><D0><C3><C9><CF><CE><C1><CC><D8>)</b><br>\r\n<><6E><D7><D7><C5><C4><C9> <20><><DA><CE><C1><DE><C5><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE> <20><><C4> <20><><D0><CF>. <20><><E4> <20><><D0><CF> <20><>/<2F><><EE> <20><><D7><D7><C5><C4><C9> \"yes\" <20><><C4> <20><><D4><CF>, <20><><DE><D4><CF> <20><><DA><CE><C1><DE><C5><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE> <20> <20><><D0><CF> <20><><C2><D9> &#8222;<3B><>&#8220; <20><><C9> \"no\", <20><><DE><D4><CF> <20><><DA><CE><C1><DE><C5><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE> <20><><C2><D9> &#8222;<3B><><EE>&#8220;.\r\n<><6E><E4> <20><><DE><C5><CB><C2><CF><CB> <20><><D7><D7><C5><C4><C9> \"checked\", <20><><C5><D3> <20><> <20><><C8><CF><D4><C9>, <20><><DE><D4><CF> <20><><D0><D5><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE> <20><><C2> <20><><CF><D4><CD><C5><DE> <20><><C7><C1><CC><CF><DE><CB>.\r\n<br>\r\n<br>\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D0><CF>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> &#8222;<3B><>&#8220;, <20><><C5><D3> <20><> <20><><C8><CF><D4><C9> <20><><CE><C5><CD><C5><C4><CC><C5><CE> <20><><C4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D0><CF>.\r\n<br>\r\n',1036576973);
INSERT INTO international VALUES (554,'WebGUI',21,'<27><><F7><D9><D0><CF><CC><CE><C9> <20><><C4><C5><CA><D3><D4><D7>',1034774744);
INSERT INTO international VALUES (18,'DownloadManager',21,'<27><><E1><CC><D8><D4><C5><D2><CE><C1><D4><C9><D7><CE> <20><><D7><C5><D2><D3> <20><><C6><C1><CA> &#8470;2',1034773347);
INSERT INTO international VALUES (17,'DownloadManager',21,'<27><><E1><CC><D8><D4><C5><D2><CE><C1><D4><C9><D7><CE> <20><><D7><C5><D2><D3> <20><><C6><C1><CA> &#8470;1',1034773316);
INSERT INTO international VALUES (73,'DownloadManager',21,'<b><3E><><EE><C1><DA><D7><C1><CE> <20><><C6><C1><CA></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CE><C1><DA><D7><C1><CE> <20><><C6><C1><CA>.\r\n<p>\r\n\r\n<b><3E><><F7><D9><C2><C5><D2><C9> <20><><C6><C1></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C6><C1> <20><> <20><><D3><D7><CF> <20><><CB><CF><CD><D0><D8><C0><D4><C5> <20><><D0> <20><><D0><CF><CD><CF> <20><><CB><CE><CF><D0> \"<22><><EF><C2><DA>\".\r\n<p>\r\n\r\n<b><3E><><E1><CC><D8><D4><C5><D2><CE><C1><D4><C9><D7><CE> <20><><D7><C5><D2><D3> <20><><C6><C1><CA> &#8470;1</b><br>\r\n<><6E><FA><C4><C5> <20><><CE><C1> <20><><D5><CB><C1><DA><C1> <20><><DC><D4> <20><> <20><><C4><CF><CB><D5><CD><C5>, <20><> <20><><C9><CD><C5><C0><DD> <20><><C4><D2><D5><C7> <20><><C6><CF><D2><CD>. <20><><E5><D3> <20> <20><><C4><CF><CB><D5><CD><C5><CE> <20><><CE> <20><><C1><CC><D8><D4><C5><D2><CE><C1><D4><C9><D7><CE> <20><><D7><C5><D2><D3>, <20><> <20><><CF><D3><D4><C1><D7><D8> <20><><DC> <20><><D0><CF> <20><><D0><D5><D3><D4>.\r\n<p>\r\n\r\n<b><3E><><E1><CC><D8><D4><C5><D2><CE><C1><D4><C9><D7><CE> <20><><D7><C5><D2><D3> <20><><C6><C1><CA> &#8470;2</b><br>\r\n<><6E>. \"<22><><C1><CC><D8><D4><C5><D2><CE><C1><D4><C9><D7><CE> <20><><D7><C5><D2><D3> <20><><C6><C1><CA> &#8470;1\".\r\n<p>\r\n\r\n<b><3E><><EB><D2><C1><D4><CB> <20><><CF><D0><C9><D3><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CB><D2><C1><D4><CB> <20><><CF><D0><C9><D3><C1><CE> <20><><C6><C1><CA>.\r\n<p>\r\n\r\n<b><3E><><E7><D2><D5><D0></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0>, <20><><CB><CF><D4><CF><D2> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><C4><CF><C2><C1><D7><CC><D1> <20><><C6><C1><CA>.\r\n<p>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><C6><C1>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> \"<22><>\", <20><><C5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><C6><C1> <20> <20><><C6><C1><CA><CC><CF><D7> <20><><CD><C5><CE><C5><C4><D6>.\r\n<p>\r\n',1034773253);
INSERT INTO international VALUES (64,'WebGUI',21,'<27><><F7><D9><CA> <20><> <20><><D3><C9><D3><D4><C5>',1034772536);
INSERT INTO international VALUES (1,'WobjectProxy',21,'<27><><E9> <20><><CD><CF><C4><D5>',1037087561);
INSERT INTO international VALUES (2,'Item',21,'<27><><F7><CC><CF><D6><C5><CE><CE> <20><><C6><C1>',1034752668);
INSERT INTO international VALUES (4,'Item',21,'<27><><F3><D3><D9><CC> <20><> <20><><C4><CF><CB><D5><CD><C5>',1034752668);
INSERT INTO international VALUES (5,'Item',21,'<27><><F3><CB><C1><DE><C1> <20><><D7><CC><CF><D6><C5><CE><CE> <20><><C6><C1>',1034752668);
INSERT INTO international VALUES (10,'DownloadManager',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C6><CF><D2> <20><><D0><CF><C4><C7><CF><D4><CF><D7> <20><><C6><C1><CA> <20> <20><><CF><D4><D0><D2><C1><D7>',1034752668);
INSERT INTO international VALUES (12,'Poll',21,'<27><><F7><D3><C5> <20><><D0><D2><CF><C7><CF><CC><CF><D3><CF><D7><C1>:',1034752668);
INSERT INTO international VALUES (12,'DownloadManager',21,'<27><><F5><C4><C1><CC><C9> <20><><DC><D4> <20><><C6><C1>?',1034752668);
INSERT INTO international VALUES (12,'FAQ',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D7><CF><D0><D2>/<2F><><CF><D4><D7>?',1034752668);
INSERT INTO international VALUES (12,'MailForm',21,'Cc',1034752668);
INSERT INTO international VALUES (13,'MailForm',21,'Bcc',1034752668);
INSERT INTO international VALUES (14,'DownloadManager',21,'<27><><E6><C1>',1034752668);
INSERT INTO international VALUES (19,'DownloadManager',21,'<27> <20><><D7> <20><><CE> <20><><C6><C1><CA><CC>, <20><><C4><CF><D3><D4><D5><D0><CE> <20><><C4> <20><><D3><CB><C1><DE><C9><D7><C1><CE>.',1034752668);
INSERT INTO international VALUES (31,'UserSubmission',21,'<27><><F3><CF><C4><C5><D2><D6><C1><CE>',1034752668);
INSERT INTO international VALUES (357,'WebGUI',21,'<27><><EE><CF><D7><CF><D3>',1034752668);
INSERT INTO international VALUES (361,'WebGUI',21,'<27><><F4> <20><><CB><CF><CC><CF><CE> <20><><D3><D7><C5><D2>, <20><><CF><C4> <20><><D7><CE><C9>',1036492249);
INSERT INTO international VALUES (362,'WebGUI',21,'<27><><E4> <20><><D2><C1><D7><CE> <20><><CB><CF><CC><CF><CE>',1036492299);
INSERT INTO international VALUES (364,'WebGUI',21,'<27><><F0><CF><C9>',1034752668);
INSERT INTO international VALUES (371,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><C7><D2><D5><D0>',1034752668);
INSERT INTO international VALUES (58,'UserSubmission',21,'<27><><F0><D2><C5><C4><D9><C4><D5><DD> <20><><D0><CF><D3><D9><CC>',1034752668);
INSERT INTO international VALUES (424,'WebGUI',21,'<27><><F0><D2><CF><D3><CD><CF><D4><D2><C5> <20><><C9><D3><D4><CF><D2> <20><><D3><CF><C5><C4><C9><CE><C5><CE>.',1034752668);
INSERT INTO international VALUES (429,'WebGUI',21,'<27><><F7><D2><C5> <20><><D3><CF><C5><C4><C9><CE><C5><CE>',1034752668);
INSERT INTO international VALUES (442,'WebGUI',21,'<27><><F2><C1><C2><CF><DE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>',1034752668);
INSERT INTO international VALUES (445,'WebGUI',21,'<27><><F0><D2><C5><C4><D0><CF><DE><D4><C5><CE>',1034752668);
INSERT INTO international VALUES (576,'WebGUI',21,'<27><><F5><C4><C1><CC><C9>',1034752668);
INSERT INTO international VALUES (512,'WebGUI',21,'<27><><F3><CC><C5><C4><D5><C0><DD> <20><><D3><CF><CF><C2><DD><C5><CE>',1036929085);
INSERT INTO international VALUES (534,'WebGUI',21,'<27><><F3><CC><C5><C4><C9> <20><> <20><><CE><CF><D7> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>?',1034752668);
INSERT INTO international VALUES (537,'WebGUI',21,'<27><><EE><C1><C2><CC><C0><C4><C5><CE>',1034752668);
INSERT INTO international VALUES (538,'WebGUI',21,'<27><><F5><D2><CF><D7><C5> <20><><CE><C1><C2><CC><C0><C4><C5><CE>',1034752668);
INSERT INTO international VALUES (539,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><CE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><C4><C5><CA><D3><D4><D7><C9><D1>?',1034752668);
INSERT INTO international VALUES (540,'WebGUI',21,'<27><><EE><C1><C2><CC><C0><C4><C1> <20><> <20><><D7><C8><CF><C4> <20> <20><><D3><C9><D3><D4><C5>',1034752668);
INSERT INTO international VALUES (20,'Poll',21,'<27><><EE><C1><C2><CC><C0><C4><C1> <20><> <20><><C8><CF><C4> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE>',1034752668);
INSERT INTO international VALUES (541,'WebGUI',21,'<27><><EE><C1><C2><CC><C0><C4><C1> <20><> <20><><CF><D0><D5><C2><CC><C9><CB><CF><D7><C1><CE><C9>',1034752668);
INSERT INTO international VALUES (61,'MessageBoard',21,'<27><><E6><CF><D2> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (71,'SQLReport',21,'<27><><E4><CF><CB><CC> SQL <20><><D0><CF><DA><D7><CF><CC><D1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><DA><C1><D0><D2><C1><DB><C9><D7><C1> <20><><C4><C1><CE><CE> <20><> <20><><CC><C0><C2> <20><><C2><C1>.\r\n<br><br>\r\n<b><3E><><EF><C2><D2><C1><C2><C1><D4><D9><D7><C1> <20><><DA><C1><D0><D2> <20><><D0><D2><C5><C4><D7><C1><D2><C9><D4><C5><CC><D8>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20> <20><><D3><D7><CF> <20><><DA><C1><D0><D2><CF> <20><><CD><C1><CB><D2>, <20><> <20><><C4><CF><CC><D6> <20><><D5><D4><D7><C5><D2><C4><C9><D4><C5><CC><D8> <20><><CF><D4><D7><C5><D4><C9> <20><> <20><><DC><D4> <20><><D7><CF><D0><D2>.\r\n<br><br>\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><D7><D9><D7> <20><><CF><D4><CC><C1><C4><CF><DE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>?</b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D2><C1><DA><D2><C5><DB><C9> <20><><D7><D9><D7> <20><><CF><D4><CC><C1><C4><CF><DE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20><> <20><><CF><DB><C9><C2><CB> <20><> <20><><DC><CB><D2> <20><><C2><D2><CF><D5><DA><C5>. \r\n<br><br>\r\n<b><3E><><FA><C1><D0><D2></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><CE><C1><D0><C9><D3><C1> <20><><D3><D4><C1><CE><C4><C1><D2><D4><CE> SQL <20><><DA><C1><D0><D2>. <20><><F4><C1><CB> <20><> <20><><CD><CF><D6><C9> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><CD><C1><CB><D2> ^FormParam();.\r\n<br><br>\r\n<b><3E><><FB><C1><C2><CC> <20><><CF><D4><DE><C5></b><br>\r\n<><6E><F3><D5><DD><C5><D3><D4><D7><D5> <20><><D7><CF><DA><CD><CF><D6><CE><CF><D3> <20><><CD><C5><CE> <20><><D7><CE><C5><DB><CE> <20><><D7> <20><><CF><D4><DE><C5><D4>, <20><><C7><C5><CE><C5><D2><C9><D2><D5><C5><CD> <20><> SQL-<2D><><DA><C1><D0><D2><CF>. <20><><E5><D3> <20><> <20><><CF><D3><D4><C1><D7><C9> <20><><DC> <20><><D0><CF> <20><><D0><D5><D3><D4>, <20><> <20><><CF><D4><DE> <20><><D3><C6><CF><D2><CD><C9><D2><D5><C5><D4> <20> <20><><D3><D4><C1><CE><C4><C1><D2><D4><CE> <20><><D4><C1><C2><CC><C9>.\r\n<br>\r\n<><6E><E4> <20><><C6><CF><D2><CD><C9><D2><CF><D7><C1><CE> <20><><D7><CE><C5><DB><CE><C5> <20><><D7><C9> <20><><CF><D4><DE><C5> <20><><D3><D5><DD><C5><D3><D4><D7><D5> <20><><D3><D0><C5><C3><C9><C1><CC><D8><CE> <20><><CD><C1><CB><D2><CF>: ^-;, ^0;, ^1;, ^2;, ^3; <20> <20>.<2E>. <20><><ED><C1><CB><D2><CF>, <20><><D3><CF><C4><C5><D2><D6><C1><DD> <20> <20><><CE><C1><DA><D7><C1><CE> <20><><C3><C9><C6> <20><><CF><D3><D5><DD><C5><D3><D4><D7><CC><D1> <20><><D7><D9><C2><CF><D2> <20><><D0><CF> <20><> <20><><D4><C1><C2><CC><C9>, <20><><CE><CF><CD> <20><><CB><CF><D4><CF><D2><CF> <20><><D3><CF><CF><D4><D7><C5><D4><D3><D7><D5> <20><><C3><D9><C6>, <20><><D5><CB><C1><DA><C1><CE><CE> <20> <20><><CE><C1><DA><D7><C1><CE> <20><><CD><C1><CB><D2><CF>. <20><><F4><C1><CB> <20><><C4><CF><D0><D5><D3><D4><C9> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE> <20><><CD><C1><CB><D2><CF> ^rownum;, <20><><CB><CF><D4><CF><D2> <20><><D7><D9><D7><CF><C4> <20><><DE><C9><D3> <20><><D3><D4><D2> <20><><DA><C1><D0><D2><C1><DB><C9><D7><C1><C5><CD> <20><><D4><C1><C2><CC><C9>.\r\n<br><br>\r\n<b>DSN</b><br>\r\nDSN - <20><><DC> <20><><D5><CE><C9><CB><C1><CC><D8><CE> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><D4> <20><><D2><C1><D3><D0><CF><CC><CF><D6><C5><CE> <20><><C2><C1> <20><><C4><C1><CE><CE>, <20> <20><><CB><CF><D4><CF><D2> <20><> <20><><C8><CF><D4><C9> <20><><D0><CF><D3><CC><C1> <20><><DA><C1><D0><D2>. <20><><E6><CF><D2><CD> DSN <20><><D3><CC><C5><C4><D5><C0><DD>: <i>DBI:[driver]:[database name]:[host]</i>. \r\n<br>\r\n<i><3E><><F0><D2><C9><CD>:</i> DBI:mysql:WebGUI:localhost\r\n<br><br>\r\n<b><3E><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C2><C1> <20><><C4><C1><CE><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C2><C1> <20><><C4><C1><CE><CE> (login).\r\n<br><br>\r\n<b><3E><><F0><C1><D2><CF> <20> <20><><C2><C1> <20><><C4><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D0><C1><D2><CF>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><><C4> <20><><D3><CF><C5><C4><C9><CE><C5><CE> <20> <20><><C2><C1><DA> <20><><C4><C1><CE><CE>.\r\n<br><br>\r\n<b><3E><><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D4><D2> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CD><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D4><D2> <20><><CF><D4><DE><C5>, <20><><CF><D4><CF><C2><D2><C1><D6><C1><C5><CD> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9>. \r\n<br><br>\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><D2><C1><DA><D2> <20><><D3><D4><D2><CF>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C4><CF><C2><C1><D7><C9> <20><><D2><C1><DA><D2> <20><><D3><D4><D2> <20> <20><><D3><C6><CF><D2><CD><C9><D2><CF><D7><C1><CE><CE> <20><><CF><D4><DE><C5> <20> <20><><D4> <20><><CD><C5><D3>, <20><><C7> <20><><CF> <20><><D7><D3><D4><D2><C5><DE><C1><C0><D4> <20> <20><><C9><D3><C8><CF><C4><CE> <20><><D4><C1><C2><CC><C9> <20> <20><><C2><C1> <20><><C4><C1><CE><CE>, <20><> <20><><D3><CB><C1><D6><C9> &#132;<3B><>&#147;\r\n<br>\r\n',1036073993);
INSERT INTO international VALUES (673,'WebGUI',21,'<27><><E7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1> (<28><><D5><C4><C1><CC><C5><CE>)',1036930495);
INSERT INTO international VALUES (676,'WebGUI',21,'<27><><E7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1> (<28><><D5><D0><D2><C1><D7><CC><C5><CE>) ',1036930534);
INSERT INTO international VALUES (678,'WebGUI',21,'<27><><EF><D3><CE><CF><D7><CE> <20><><CB><CF><CD><D0><CF><CE><C5><CE> (<28><><D5><D0><D2><C1><D7><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (681,'WebGUI',21,'<27><><F0><C1><CB><C5> (<28><><D3><CF><DA><C4><C1><CE>)',1034752668);
INSERT INTO international VALUES (680,'WebGUI',21,'<27><><F0><C1><CB><C5> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (675,'WebGUI',21,'<27><><F0><CF><C9><D3><CB><CF><D7> <20><><D3><C9><D3><D4><C5> (<28><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (656,'WebGUI',21,'<27><><E9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><CB><CF><CD><D0><C1><CE> (<28><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (696,'WebGUI',21,'<27><><EB><CF><D2><DA><C9> (<28><><CF><DE><C9><DD><C5><CE>)',1034752668);
INSERT INTO international VALUES (672,'WebGUI',21,'<27><><EC><C9><DE><CE> <20><><CE><C1><D3><D4><D2><CF><CA> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> (<28><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (674,'WebGUI',21,'<27><><EF><C2><DD> <20><><CE><C1><D3><D4><D2><CF><CA> (<28><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (661,'WebGUI',21,'<27><><E6><C1><CA><CC><CF><D7> <20><><CE><C1><D3><D4><D2><CF><CA> (<28><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (663,'WebGUI',21,'<27><><F0><CF><DE><D4><CF><D7> <20><><CE><C1><D3><D4><D2><CF><CA> (<28><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (671,'WebGUI',21,'<27><><ED><CF><C4><D5> (<28><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE>)',1037086922);
INSERT INTO international VALUES (677,'WebGUI',21,'<27><><ED><CF><C4><D5> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1037087074);
INSERT INTO international VALUES (668,'WebGUI',21,'<27><><EC><C9><D3> <20><><D3><D4><C9><CC> (<28><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (667,'WebGUI',21,'<27><><E7><D2><D5><D0> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (652,'WebGUI',21,'<27><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D8><D3><CB> <20><><CE><C1><D3><D4><D2><CF><CA> (<28><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (665,'WebGUI',21,'<27><><E7><D2><D5><D0> (<28><><D5><C4><C1><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (666,'WebGUI',21,'<27><><F3><D4><C9> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (664,'WebGUI',21,'<27><><ED><CF><C4><D5> (<28><><D5><C4><C1><CC><C5><CE>)',1037086166);
INSERT INTO international VALUES (662,'WebGUI',21,'<27><><EE><C1><D3><D4><D2><CF><CA> (<28><><D5><D0><D2><C1><D7><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (660,'WebGUI',21,'<27><><E7><D2><D5><D0> (<28><><D5><D0><D2><C1><D7><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (658,'WebGUI',21,'<27><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5> (<28><><D5><D0><D2><C1><D7><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (659,'WebGUI',21,'<27><><F3><D4><C9> (<28><><D5><D0><D2><C1><D7><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (657,'WebGUI',21,'<27><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5> (<28><><D5><C4><C1><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (682,'WebGUI',21,'<27><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D8><D3><CB> <20><><CE><C1><D3><D4><D2><CF><CA> (<28><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (655,'WebGUI',21,'<27><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (653,'WebGUI',21,'<27><><F3><D4><D2><C1><CE><C9> (<28><><D5><C4><C1><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (654,'WebGUI',21,'<27><><F3><D4><C9> (<28><><D5><C4><C1><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (683,'WebGUI',21,'<27><><FB><C1><C2><CC><CF> (<28><><D5><D0><D2><C1><D7><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (684,'WebGUI',21,'<27><><FB><C1><C2><CC><CF> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (685,'WebGUI',21,'<27><><FB><C1><C2><CC><CF> (<28><><D5><C4><C1><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (669,'WebGUI',21,'<27><><ED><C1><CB><D2><CF> (<28><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (686,'WebGUI',21,'<27><><E7><D2><D5><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>)',1034752668);
INSERT INTO international VALUES (72,'DownloadManager',21,'<27><><E6><C1><CA><CC><CF><D7> <20><><CD><C5><CE><C5><C4><D6> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (72,'LinkList',21,'<27><><F3><D3><D9><CC> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034752668);
INSERT INTO international VALUES (11,'Article',21,'(<28><><F7><D9><C2><C5><D2><C9> \"<22><>\" <20><><D4><CF><CC><D8> <20> <20><><D4> <20><><D3><CC><D5><DE>, <20><><C5><D3> <20><> <20><> <20><><C4><CF><C2><C1><D7><CC><D1> <20><><D4> &lt;br&gt; (<28><><D2><C1><DA><D2> <20><><D3><D4><D2><CF>) <20><><D3><C1><CD><CF><D3><D4><CF><D1><D4><C5><CC><D8>)',1034746437);
INSERT INTO international VALUES (451,'WebGUI',21,'<27><><CF><C2><D1><DA><C1><D4><C5><CC><D8> <20><><C4> <20><><DA><C1><D0><CF><CC><CE><C5><CE>.',1034682265);
INSERT INTO international VALUES (4,'EventsCalendar',21,'<27><><F0><D2><CF><C9><D3><C8><CF><C4> <20><><CF><C4> <20><><D2>',1034673527);
INSERT INTO international VALUES (343,'WebGUI',21,'<27><><F0><D2><CF><D3><CD><CF><D4><D2><C5> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034670694);
INSERT INTO international VALUES (718,'WebGUI',21,'<27><><FC><CB><D3><D0><CF><D2><D4><C9><D2><CF><D7><C1> <20><><D0><C5><D2><C5><D7>',1034670063);
INSERT INTO international VALUES (493,'WebGUI',21,'<27><><F7><C5><D2><CE><D5><D4><D8> <20><> <20><><D3><C1>',1034670040);
INSERT INTO international VALUES (49,'WebGUI',21,'<a href=\"^\\;?op=logout\"><3E><><F7><D9><CA></a> <20><> <20><><D3><C9><D3><D4><C5>',1034669959);
INSERT INTO international VALUES (65,'WebGUI',21,'<27><><E4><C5><DA><C1><CB><D4><C9><D7><C9><D2><CF><D7><C1> <20><><C1><CB><CB><C1><D5>',1034669848);
INSERT INTO international VALUES (341,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034669826);
INSERT INTO international VALUES (589,'WebGUI',21,'<27><><EE><C1><D3><D4><D2><CF><CA> <20><><D1><DA><D9>',1034665338);
INSERT INTO international VALUES (594,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><D3><C9><D3><D4><C5>',1034665277);
INSERT INTO international VALUES (598,'WebGUI',21,'<27><><EE><C1><D3><D4><D2><CF><CA> <20><><D1><DA><D9>',1034665013);
INSERT INTO international VALUES (354,'WebGUI',21,'<27><><F0><D2><CF><D3><CD><CF><D4><D2><C5> <20><><D7><C8><CF><C4><D1><DD> <20><><D3><CF><CF><C2><DD><C5><CE>',1034664790);
INSERT INTO international VALUES (577,'WebGUI',21,'<27><><EF><D4><D7><C5><D4><C9>',1034664192);
INSERT INTO international VALUES (240,'WebGUI',21,'ID <20><><D3><CF><CF><C2><DD><C5><CE>:',1034589237);
INSERT INTO international VALUES (32,'UserSubmission',21,'<27><><E9><DA><CF><C2><D2><C1><D6><C5><CE>',1034583875);
INSERT INTO international VALUES (6,'Article',21,'<27><><E9><DA><CF><C2><D2><C1><D6><C5><CE>',1034583796);
INSERT INTO international VALUES (529,'WebGUI',21,'<27><><D2><C5><DA><D5><CC><D8><D4><C1><D4>',1034581807);
INSERT INTO international VALUES (585,'WebGUI',21,'<27><><F3><CF><CF><C2><DD><C5><CE> <20><><D3><C9><D3><D4><C5>',1036571690);
INSERT INTO international VALUES (490,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CB><C1><D4><C5><C7><CF><D2> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034242079);
INSERT INTO international VALUES (459,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034241932);
INSERT INTO international VALUES (458,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D8><D3><CB> <20><><C7><D2><D5><D0>',1034241724);
INSERT INTO international VALUES (456,'WebGUI',21,'<27><><F7><C5><D2><CE><D5><D4><D8> <20> <20><><D3><D0><C9><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>',1034241561);
INSERT INTO international VALUES (457,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C1><CB><CB><C1><D5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034241523);
INSERT INTO international VALUES (410,'WebGUI',21,'<27><><EF><D3><CE><CF><D7><CE> <20><><CB><CF><CD><D0><CF><CE><C5><CE> <20><><D3><C9><D3><D4><C5>',1034241292);
INSERT INTO international VALUES (409,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><CB><CF><CD><D0><CF><CE><C5>',1034241247);
INSERT INTO international VALUES (397,'WebGUI',21,'<27><><F7><C5><D2><CE><D5><D4><D8> <20> <20><><D3><D0><C9><D3> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',1034241216);
INSERT INTO international VALUES (395,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1>',1036929948);
INSERT INTO international VALUES (601,'WebGUI',21,'ID <20><><D3><CF><CF><C2><DD><C5><CE>',1034232837);
INSERT INTO international VALUES (45,'WebGUI',21,'\"<22><><EE>, <20> <20><><D3><C4><C5><CC> <20><><CF><DB><C9><C2>\"',1034232760);
INSERT INTO international VALUES (44,'WebGUI',21,'\"<22><>, <20> <20><><D5><D7><C5><D2>\"',1034232745);
INSERT INTO international VALUES (423,'WebGUI',21,'<27><><F0><D2><CF><D3><CD><CF><D4><D2><C5> <20><><D5><D3><D4><C1><CE><CF><D7><CC><C5><CE><CE> <20><><D3><CF><C5><C4><C9><CE><C5><CE>',1034232698);
INSERT INTO international VALUES (420,'WebGUI',21,'<27><> <20><><C9><DA><CD><C5><CE><D1>',1034232676);
INSERT INTO international VALUES (419,'WebGUI',21,'<27><><D5><C4><C1><CC><C9> <20><><D7> <20><><D4><C5>',1034232640);
INSERT INTO international VALUES (422,'WebGUI',21,'<h1><3E><><EF><DB><C9><C2> <20><><C1><D7><D4><CF><D2><C9><DA><C1><C3></h1>',1034232615);
INSERT INTO international VALUES (402,'WebGUI',21,'<27><> <20><><D3><C5><D2><D7><C5> <20><><CE> <20><><DA><C1><D0><D2><CF><DB><C5><CE><CE><CF> <20><><D3><CF><CF><C2><DD><C5><CE>.',1034232585);
INSERT INTO international VALUES (360,'WebGUI',21,'<27><><EF><C4> <20><><CB><CF><CC><CF><CE> <20><><D3><D7><C5><D2>, <20><><D4> <20><><D7><CE><C9>',1036492223);
INSERT INTO international VALUES (407,'WebGUI',21,'<27><><F2><C5><C7><C9><D3><D4><D2><C1><C3> <20><><CE><CF><D7><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034232476);
INSERT INTO international VALUES (403,'WebGUI',21,'<27><> <20><><D3><CF><CF><C2><DD><C1>',1034231617);
INSERT INTO international VALUES (394,'WebGUI',21,'<27><><F5><D0><D2><C1><D7><CC><C5><CE> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB><C9> <20><><C6><C1><CA><CC><C1>',1036930193);
INSERT INTO international VALUES (374,'WebGUI',21,'<27><><F0><C1><CB><C5>',1034231518);
INSERT INTO international VALUES (368,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><C7><D2><D5><D0>',1034231473);
INSERT INTO international VALUES (333,'WebGUI',21,'<27><><F3><D4><D2><C1>',1034231443);
INSERT INTO international VALUES (233,'WebGUI',21,'(eom)',1034231379);
INSERT INTO international VALUES (144,'WebGUI',21,'<27><><F3><D4><C1><D4><C9><D3><D4><C9> <20><><D0><CF><D3><C5><DD><C5><CE> ',1037169448);
INSERT INTO international VALUES (12,'UserSubmission',21,'(<28><> <20><><D0><D2><CF><D7><C5><D2><D1> HTML <20><><CB>)',1034231261);
INSERT INTO international VALUES (71,'SiteMap',21,'<27><><EB><C1><D2> <20><><D3><C1><CA> <20><><D0><CF><CD><CF><C7><C1> <20><><CF><C2><CC><C5><C7><DE><C9> <20><><CE><C1><D7><C9><C7><C1><C3> <20><> <20><><D3><C1><CA>. <20><> <20><><CD><CF><D6><C5> <20><><D7><D9><C2><D2><C1> <20><><D4><D2><C1><C4><C9><C3><C9><CF><CE><CE> <20><><C9><C5><D2><C1><D2><C8><C9><DE><C5><D3><CB> <20><><D0><D2><C5><C4><D3><D4><C1><D7><CC><C5><CE> <20><><CB><C1><D2> <20><><D3><C1><CA> <20><><C9> <20><><D7><D9><C2><D2><C1> <20><><CE><C1><D7><C9><C7><C1><C3> <20><> <20><><CF><D0><D2><C5><C4><C5><CC><C5><CE><CE> <20><><DE><C1><D3> <20><><D3><C1><CA>.\r\n<br><br>\r\n\r\n<b><3E><><EF><D4><CF><C2><D2><C1><D6><C1> <20><><CB><D2><C1><D4><CB> <20><><D3><CF><C4><C5><D2><D6><C1><CE>?</b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D0><CF><CB><C1><DA><D9><D7><C1> <20><><CB><D2><C1><D4><CB> <20><><D3><CF><C4><C5><D2><D6><C1><CE> <20><><D3><D4><D2><C1><CE><C9> <20><><D2><D1><C4> <20><> <20><><D3><D3><D9><CC><CB> <20><> <20><><DC> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n\r\n<b><3E><><F3><C4><C5><CC><C1> <20><><DC><D4> <20><><D5><D2><CF><D7><C5> <20><><D3><C1><CA> <20><><CE><C1><DE><C1><CC><D8><CE>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><CF><D4><D7><C5><D4><C9> \"<22><>\" <20><> <20><><DC><D4> <20><><D7><CF><D0><D2>, <20><> <20><><D0><CF><CB> <20><><CB><C1><D2> <20><><D3><C1><CA> <20><><C2><D5><C4> <20><><CE><C1><DE><C9><CE><C1><D4><D8> <20> <20><><DC><D4><CF> <20><><D5><D2><CF><D7>. <20> <20><><C5><D3> <20><> <20><><C8><CF><D4><C9>, <20><><DE><D4><CF> <20><><CF><D4><CF><C2><D2><C1><D6><C5><CE> <20><><CB><C1><D2> <20><><D3><C1><CA> <20><><CE><C1><DE><C9><CE><C1><CC><CF> <20> <20><><C4><CF><CD><C1><DB><CE> <20><><D3><D4><D2><C1><CE><C9>, <20><><D7><D9><C2><C5><D2><C9> \"<22><><EE>\".\r\n<br><br>\r\n\r\n<b><3E><><E7><CC><D5><C2><C9> <20><><D7><CC><CF><D6><C5><CE><CE><CF><D3></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><D3><CB><CF><CC><D8> <20><><D5><D2><CF><D7><CE> <20><><D3><D4><D2><C1><CE> <20><> <20><> <20><><C8><CF><D4><C5> <20><><D0><CF><CB><C1><DA><C1> <20> <20><><CB><C1><D2> <20><><D3><C1><CA>? <20><><E5><D3> <20><><D7><D9><C2><D2><C1> <20><><DA><CE><C1><DE><C5><CE> 0 (<28><><CE><CF>), <20><> <20><><C2><D5><C4> <20><><CF><D4><CF><C2><D2><C1><D6><C1><D4><D8> <20><><D7> <20><><D5><D2><CF><D7>.\r\n<br><br>\r\n<b><3E><><EF><D4><D3><D4></b><br>\r\n<><6E><FA><C4><C5> <20><><DA><C1><C4><C1><C5><D4> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><C9><CD><D7><CF><CC>, <20><><CB><CF><D4><CF><D2> <20><><CE><C1> <20><><CF><D4><D3><D4><D5><D0><C9> <20><><D0><C5><D2> <20><><CB><C1><D6><C4> <20><><D5><D2><CF><D7><CE>\r\n<br>\r\n<br>\r\n<b><3E><><F3><C9><CD><D7></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><D3><C9><CD><D7>, <20><><CB><CF><D4><CF><D2> <20><><C2><D5><C4> <20><><D0><CF><CB><C1><DA> <20><><D0><C5><D2> <20><><CB><C1><D6><C4> <20><><D3><D4><D2><CF><CB>. <20><><E5><D3> <20><> <20><> <20><><C8><CF><D4><C9>, <20><><DE><D4><CF> <20><><D0><CF><CB><C1><DA><D9><D7><C1><CC><C9> <20><><CB><C1><CB>-<2D><><CC><C9> <20><><D3><C9><CD><D7><CF>, <20><><CF><D3><D4><C1><D7><D8> <20><><D0><CF> <20><><D0><D5><D3><D4>. <20><><F4><C1><CB> <20> <20><><DC><D4> <20><><D3><D4><D2><CF> <20><><CD><CF><D6> <20><><D5><CB><C1><DA><D9><D7><C1> <20><><CB> HTML <20> <20><><D4><C1><CB> <20><><D3><D0>-<2D><><D3><C9><CD><D7><CF> <20><><CB> <20> <20> &#187;.\r\n<br>\r\n<br>\r\n<b><3E><><EB><CF><CC><CC><C9><DE><C5><D3><D4> <20><><D0><D5><D3><D4> <20><><D3><D4><D2> <20><><CD><C5><D6> <20><><D3><D3><D9><CC><CB><C1></b><br>\r\n<><6E><F5><CB><C1><D6><C9> <20><><D3><CB><CF><CC><D8> <20><><D3><D4><D2> <20><><CE><C1> <20><><D0><D2><CF><D0><D5><D3><D4><C9> <20><><CD><C5><D6> <20><><D3><D3><D9><CC><CB><C1>. <20><><E4><C9><C1><D0><C1><DA> <20><><D7><CF><DA><CD><CF><D6><CE> <20><><DA><CE><C1><DE><C5><CE> <20><> 1 <20> <20><><C2><CF><CC><D8>.\r\n<br>\r\n',1036911787);
INSERT INTO international VALUES (8,'Poll',21,'(<28><><F7><D7><C5><C4><C9> <20><><D4><CF><CC><D8> <20><><CF><C4> <20><> <20><><CB><C1><D6><C4> <20><><D3><D4><D2><CF><DE>. <20><><EF><C2><DD> <20><><DE><C9><D3> <20><><CF><D4><D7><C5><D4>: <20><> <20><><C2><CF><CC> 20)',1034231002);
INSERT INTO international VALUES (13,'LinkList',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D3><D3><D9><CC>',1034230906);
INSERT INTO international VALUES (71,'Item',21,'<27><><F3><D3><D9><CC> <20><> <20><><C4><CF><CB><D5><CD><C5> <20><><D0><D2><C5><C4><CE><C1><DA><CE><C1><DE><C5> <20><><C4> <20><><C4><CF><C2><C1><D7><CC><C5><CE> <20><><CE><C5><C2><CF><CC><D8><DB> <20><><CB><D5><D3><CB> <20><><D3><D4><C1><D4><C9><DE><C5><D3><CB> <20><><C9><CE><C6><CF><D2><CD><C1><C3>.\r\n<br><br>\r\n\r\n<b>URL</b><br>\r\n<><6E><FC><D4> URL <20><><C2><D5><C4> <20><><C4><CF><C2><C1><D7><CC> <20> <20><><DA><C1><C7><CF><CC><CF><D7> <20><><D0><C1><D2><C1><C7><D2><C1>.\r\n<br><br>\r\n<i><3E><><F0><D2><C9><CD>:</i> http://www.google.com\r\n<br><br>\r\n\r\n<b><3E><><F7><CC><CF><D6><C5><CE><CE> <20><><C6><C1></b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C4><CF><C2><C1><D7><C9> <20><><C4><CF><CB><D5><CD><C5> MIcroSoft Word, <20><><C1><D2><C8> <20><><C9> <20><><CC><C0><C2> <20><><C4><D2><D5><C7> <20><><C4><D2><D5><C7> <20><><D4> <20><><C6><C1><CA>, <20><><D0><D2><CF><D3> <20><><CE><C1><CA><C4><C9> <20><><C5> <20><><D0> <20><><D0><CF><CD><CF> <20><><CB><CE><CF><D0> \"<22><><EF><C2><DA>\" <20><> <20><><D7><C1><DB> <20><><CB><CF><CD><D0><D8><C0><D4><C5>.\r\n\r\n',1034230847);
INSERT INTO international VALUES (13,'FAQ',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CB><CE><CF><D0> [<5B><><CE><C1><D7><C5>]?',1034230765);
INSERT INTO international VALUES (21,'DownloadManager',21,'<27><><EF><D4><CF><C2><D2><C1><D6><C1> <20><><CD><C9><CE><C9><CD><C9><DA><C9><D2><CF><D7><C1><CE><CE> <20><><CB><CF><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>?',1034230340);
INSERT INTO international VALUES (71,'EventsCalendar',21,'<27><><EF><D2><C7><C1><CE><C1><CA><DA> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20><><C4> <20><><D4><CF>, <20><><DE><D4><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D3><C1><CA> <20><><C9><CD><C5> <20><><D7><CF><DA><CD><CF><D6><CE><CF><D3> <20><><D5><DA><CE><C1> <20> <20><><D3><CF><C2><D9><D4><C9>, <20><><CF><D4><CE><CF><D3><D1><DD><C9><C8> <20> <20><><C4><C5><D1><D4><C5><CC><D8><CE><CF><D3> <20><><D0><D2><C5><C4><D0><D2><C9><D1><D4>.\r\n<br><br>\r\n\r\n<b><3E><><F7><CE><C5><DB><CE> <20><><D7> <20><><CF><D2><C7><C1><CE><C1><CA><DA><C5></b><br>\r\n <20><> <20><><CD><CF><D6><C5> <20><><D7><D9><C2><D2><C1> <i><3E><><D3><D0><C9><D3></i> <20><><C9> <i><3E><><CB><C1><CC><C5><CE><C4><C1></i>. <20><><F0> <20><><D7><D9><C2><CF> <i><3E><><D3><D0><C9><D3></i> <20><><D3><CF><C2><D9><D4> <20><><D3><CF><D2><D4><C9><D2><D5><C0><D4> <20><> <20><><C4><C1> (<28><><D0> <20><><DC><D4> <20><><D3><CF><C2><D9><D4>, <20><><CB><CF><D4><CF><D2> <20><><D5> <20><><D0><D2><CF><DB>, <20><> <20><><CF><D4><CF><C2><D2><C1><D6><C1><C0><D4>).<2E> <20><><D3><CC><D5><DE> <20><><D7><D9><C2><CF> <i><3E><><CB><C1><CC><C5><CE><C4><C1></i> <20><><CF><D2><C7><C1><CE><C1><CA><DA> <20><><C2><D5><C4> <20><><C9><CD><C5> <20><><D4><D2><C1><C4><C9><C3><C9><CF><CE><CE> <20><><D7><CE><C5><DB><CE> <20><><D7> (<28>.<2E>. <20><><CF><D4><CF><C2><D2><C1><D6><C1><C5><D4> <20> <20><><D7><C9> <20><><CB><C1><CC><C5><CE><C4><C1>).\r\n<br><br>\r\n\r\n<b><3E><><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><CF><C2><D9><D4> <20><> <20><><D3><D4><D2><C1><CE><C9></b><br>\r\n <20><> <20><><CD><CF><D6><C5> <20><><D5><CB><C1><DA><C1>, <20><><CB><C1><CB> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><CF><C2><D9><D4> <20><><CD><CF><D6> <20><><D0><CF><CB><C1><DA><C1> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9> <20><><D0> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE> <20><><CF><D4><CF><C2><D2><C1><D6><C5><CE> <20><><D3><CF><C2><D9><D4> <20> <20><><D7><C9> <20><><D3><D0><C9><D3>.\r\n<br><br>\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D3><CF><C2><D9><D4>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><CE><C5><CD><C5><C4><CC><C5><CE> <20><><C4><CF><C2><C1><D7><C9> <20><><D3><CC><C5><C4><D5><C0><DD> <20><><D3><CF><C2><D9><D4>, <20><> <20><><D7><CB><CC><C0><DE><C9> <20><><DC> <20><><CF><D0><C3>.\r\n<br><br>\r\n',1034230303);
INSERT INTO international VALUES (20,'EventsCalendar',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D3><CF><C2><D9><D4>',1034230256);
INSERT INTO international VALUES (71,'Article',21,'<27><><F0><CF><DE> <20><><D7> <20><><D3><D4><C1><D4><C9><DE><C5><D3><CB> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20><> <20><><D3><C1> <20><><CD><CF><D6> <20><><C4><CF><C2><C1><D7><C9> <20><><D0> <20><><D0><CF><CD><CF> <20><><C4><CF><C2><C1><D7><CC><C5><CE> <20><><D3><D4><C1><D4>.\r\n<br><br>\r\n<b><3E><><E7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D7><D3><D4><C1><D7><C9> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1> (*.jpg, *.gif, *.png) <20> <20><><D7><C1><DB><C5> <20><><CC><CF><CB><C1><CC><D8><CE><CF> <20><><CB><CF><CD><D0><D8><C0><D4><C5>.\r\n<br><br>\r\n\r\n<b><3E><><F7><D9><D2><CF><D7><CE><D1> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D7><D9><C2><D2><C1> <20><><CD><C5><D3>, <20><><C7> <20><> <20><> <20><><C8><CF><D4><C5> <20><><D2><C1><DA><CD><C5><D3><D4><C9> <20><><D7> <20><><D2><C9><D3><D5><CE>.\r\n<br><br>\r\n\r\n<b><3E><><F7><CC><CF><D6><C5><CE><CE> <20><><C6><C1></b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><CF><D4><D0><D2><C1><D7><C9> <20><><C4><CF><CB><D5><CD><C5> Microsoft Word, <20><><C1><D2><C8><C9><D7><CE> <20><><C4><CF><CB><D5><CD><C5> <20><><C9> <20><><CC><C0><C2> <20><><C4><D2><D5><C7> <20><><D4> <20><><C6><C1><CA>, <20><><D0><D2><CF><D3> <20><><D7><D9><C2><C5><D2><C9> <20><><CE><C1><CA><C4><C9> <20><><C5> <20><> <20><><D7><C1><DB> <20><><CB><CF><CD><D0><D8><C0><D4><C5> <20><><D0> <20><><D0><CF><CD><CF> <20><><CB><CE><CF><D0> \"<22><><EF><C2><DA>\".\r\n<br><br>\r\n\r\n<b><3E><><E9> <20><><D3><D3><D9><CC></b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C4><CF><C2><C1><D7><C9> <20><><D3><D3><D9><CC> <20><> <20><><D7><C1> <20><><D3><D4><C1><D4>, <20><><D7><D7><C5><C4><C9> <20><><CE><C1><DA><D7><C1><CE> <20><><D3><D3><D9><CC>. \r\n<br><br>\r\n<i><3E><><F0><D2><C9><CD>:</i> Google\r\n<br><br>\r\n\r\n<b>URL</b><br>\r\n<><6E><F0><CF><D3> <20><><C4><CF><C2><C1><D7><CC><C5><CE> <20><><C9><CD><C5> <20><><D3><D3><D9><CC>, <20><><D7><D7><C5><C4><C9> URL (uniform resource locator). \r\n<br><br>\r\n<i><3E><><F0><D2><C9><CD>:</i> http://www.google.com\r\n\r\n<br><br>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><D2><C1><DA><D2> <20><><D3><D4><D2><CF>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><D0><C9><DB><C9> <20><><D7><C1> <20><><D3><D4><C1><D4> <20> <20><><C6><CF><D2><CD><C1> HTML, <20><> <20><><D3><CB><C1><D6><C9> \"<22><><EE>\", <20> <20><><C5><D3> <20><> <20><> <20><><D0><CF><CE><C9><CD><C1><C5> <20> <20><><DE> <20><><DA><C4><C5> <20><><CE><C1><D0><C9><D3><C1>, <20><><D3><CB><C1><D6><C9> \"<22><>\".\r\n<br><br>\r\n\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><CF><C2><D3><D5><D6><C4><C5><CE> <20><><D3><D4><C1><D4>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><D7><D9><C2><C5><D2><C9> \"<22><>\", <20><> <20><><CC><C0><C2> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>, <20><><DA><C1><DB><C5><C4><DB> <20><> <20><><D3><C1> <20><><D3><CD><CF><D6> <20><><CF><D3><D4><C1><D7><C9> <20><><CB><CF><CD><CD><C5><CE><D4><C1><D2>.\r\n<br><br>\r\n\r\n<b><3E><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><D0><C9><D3><C1>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><CB><CF><D4><CF><D2> <20><><D3><CD><CF><D6> <20><><D0><C9><D3><C1> <20><><CB><CF><CD><CD><C5><CE><D4><C1><D2> <20> <20><><D3><D4><C1><D4>.\r\n<br><br>\r\n\r\n<b><3E><><F7><D2><C5> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><DA><C1><C4><C1> <20><><D7><D2><C5>, <20> <20><><D4><C5><DE><C5><CE> <20><><CB><CF><D4><CF><D2><CF> <20><><D3><D4><C1><D4> <20><><CD><CF><D6> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1>; <20><> <20><><C9><D3><D4><C5><DE><C5><CE> <20><><DC><D4><CF> <20><><D7><D2><C5><CD><C5> <20><><C4><CF><D3><D4> <20> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D3><D4><C1><D4> <20><><C2><D5><C4> <20><><DA><C1><C2><CC><CF><CB><C9><D2><CF><D7>.\r\n<br><br>\r\n<b><3E><><EE><C1><C2><CC><C0><C4><C1> <20><> <20><><CF><D4><D0><D2><C1><D7><CB></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D5><CB><C1><DA><C1>, <20><><CE><C1> <20><> <20><><CE><C1><C2><CC><C0><C4><C1> <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>.\r\n<br>\r\n<br>\r\n<b><3E><><ED><CF><C4><C5><D2><C1><D4></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0> <20><><CB><CF><D4><CF><D2> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><CD><CF><C4><C5><D2><C9><D2><CF><D7><C1> <20><><CF><C2><D3><D5><D6><C4><C5><CE>.\r\n<br><br>\r\n\r\n<b><3E><><F4> <20><><CD><CF><C4><C5><D2><C9><D2><CF><D7><C1><CE></b><br>\r\n<><6E><FA><C4><C5> <20><> <20><><CD><CF><D6><C5> <20><><D7><D9><C2><D2><C1> <20><><D4> <20><><CD><CF><C4><C5><D2><C9><D2><CF><D7><C1><CE>. <i><3E><><E2> <20><><D0><D2><C5><C4><D7><C1><D2><C9><D4><C5><CC><D8><CE><CF> <20><><D0><D2><CF><D3><CD><CF><D4></i> <20><><CF><DA><CE><C1><DE><C1>, <20><><DE> <20><><D3><CF><CF><C2><DD><C5><CE>, <20><><CE><C1><D0><C9><D3><C1><CE><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D1> <20><><D0><D5><C2><CC><C9><CB><D5><C0><D4> <20><><D3><D2><C1>.<i><3E><><F0><D2><C5><C4><D7><C1><D2><C9><D4><C5><CC><D8><CE> <20><><D0><D2><CF><D3><CD><CF> <20><><D3><CF><CF><C2><DD><C5><CE></i> <20><><CF><DA><CE><C1><DE><C1>, <20><><DE> <20><><CD><CF><C4><C5><D2><C1><D4> <20><><C4><CF><CC><D6> <20><><D0><D2><CF><D3><CD><CF><D4><D2><C5> <20> <20><><D2><C1><DA><D2><C5><DB><C9> <20><><CF><D0><D5><C2><CC><C9><CB><CF><D7><C1><CE> <20><><D0><C9><D3><D8> <20><><D0><C5><D2> <20><><CF><D0><D5><C2><CC><C9><CB><CF><D7><C1><CE><C9> <20><><C5> <20><> <20><><D3><C1><CA>.\r\n<br><br>\r\n',1036929785);
INSERT INTO international VALUES (27,'Article',21,'<27><><F7><C5><D2><CE><D5><D4><D8> <20> <20><><D3><D4><C1><D4>',1034227747);
INSERT INTO international VALUES (61,'Article',21,'<27><><F3><D4><C1><D4> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034227731);
INSERT INTO international VALUES (23,'Article',21,'<27><><E4><C1>',1034227710);
INSERT INTO international VALUES (22,'Article',21,'<27><><E1><D7><D4>',1034227698);
INSERT INTO international VALUES (18,'Article',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><CF><C2><D3><D5><D6><C4><C5><CE> <20><><D3><D4><C1><D4>?',1034227687);
INSERT INTO international VALUES (17,'Article',21,'<27><> <20><><C3><C5><CE><D4>',1034227668);
INSERT INTO international VALUES (16,'Article',21,'<27><> <20><><CC><C5><D7><CF> <20><><CB><D2>',1034227652);
INSERT INTO international VALUES (15,'Article',21,'<27><> <20><><D0><D2><C1><D7><CF> <20><><CB><D2>',1034227643);
INSERT INTO international VALUES (14,'Article',21,'<27><><F7><D9><D2><CF><D7><CE><D1> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',1034227634);
INSERT INTO international VALUES (13,'Article',21,'<27><><F5><C4><C1><CC><C9>',1034227621);
INSERT INTO international VALUES (12,'Article',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><D4><C1><D4>',1034227611);
INSERT INTO international VALUES (1,'Article',21,'<27><><F3><D4><C1><D4>',1034227567);
INSERT INTO international VALUES (10,'Article',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D2><C1><DA><D2> <20><><D3><D4><D2>?',1034227536);
INSERT INTO international VALUES (1,'ExtraColumn',21,'<27><><E4><CF><D0><CF><CC><CE><C9><D4><C5><CC><D8><CE> <20><><CB><CF><CC><CF><CE>',1034189690);
INSERT INTO international VALUES (1,'FAQ',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D7><CF><D0><D2>?',1034189690);
INSERT INTO international VALUES (1,'Poll',21,'<27><><EF><D0><D2>',1034189690);
INSERT INTO international VALUES (1,'SQLReport',21,'SQL-<2D><><DA><C1><D0><D2>',1034189690);
INSERT INTO international VALUES (1,'SyndicatedContent',21,'URL <20> <20><><C6><C1><CA> RSS',1034189690);
INSERT INTO international VALUES (1,'UserSubmission',21,'<27><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><D0><CF><C4><D4><D7><C5><D2><D6><C4><C1> <20><><CB><CF><D2><D2><C5><CB><D4><CE><CF><D3> <20><><D0><CF><D3><D9><CC>?',1034189690);
INSERT INTO international VALUES (1,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><CC><C5><CE> <20><><CD><CF><C4><D5>...',1034189690);
INSERT INTO international VALUES (1,'DownloadManager',21,'<27><><E6><C1><CA><CC><CF><D7> <20><><CD><C5><CE><C5><C4><D6>',1034189690);
INSERT INTO international VALUES (1,'MailForm',21,'<27><><E6><CF><D2>',1034189690);
INSERT INTO international VALUES (2,'EventsCalendar',21,'<27><><EF><D2><C7><C1><CE><C1><CA><DA>',1034189690);
INSERT INTO international VALUES (2,'FAQ',21,'<27><><FE><C1><D3> <20><><DA><C1><C4><C1><D7><C1><C5><CD> <20><><D7><CF><D0><D2><CF>',1034189690);
INSERT INTO international VALUES (2,'MessageBoard',21,'<27><><E6><CF><D2>',1034189690);
INSERT INTO international VALUES (2,'SiteMap',21,'<27><><EB><C1><D2> <20><><D3><C1><CA>',1034189690);
INSERT INTO international VALUES (2,'SyndicatedContent',21,' <20><><E9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><C4><D2><D5><C7> <20><><D3><C1><CA><D4>',1034189690);
INSERT INTO international VALUES (2,'UserSubmission',21,'<27><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><D0><D2><CF><D7><C5><D2><D1> <20><><CB><CF><D2><D2><C5><CB><D4><CE><CF><D3> <20><><D0><CF><D3><D9><CC>?',1036491126);
INSERT INTO international VALUES (2,'WebGUI',21,'<27><><F3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (3,'Article',21,'<27><><EE><C1><DE><C1><CC><D8><CE> <20><><C4><C1>',1034189690);
INSERT INTO international VALUES (3,'ExtraColumn',21,'<27><><F0><D2><CF><C2>',1034189690);
INSERT INTO international VALUES (3,'Item',21,'<27><><F5><C4><C1><CC><C9> <20><><D7><CC><CF><D6><C5><CE><CE> <20><><C6><C1>',1034189690);
INSERT INTO international VALUES (3,'LinkList',21,'<27><><EF><D4><CB><D2><D9><D7><C1> <20><><D3><D3><D9><CC> <20> <20><><CE><CF><D7> <20><><CF><CB>?',1034189690);
INSERT INTO international VALUES (3,'Poll',21,'<27><><E1><CB><D4><C9><D7><CE>',1034189690);
INSERT INTO international VALUES (3,'SiteMap',21,'<27><><F0><CF><CB><C1><DA><D9><D7><C1> <20><><CB><C1><D2> <20> <20><><DC><D4><CF> <20><><D5><D2><CF><D7>?',1034189690);
INSERT INTO international VALUES (3,'SQLReport',21,'<27><><FB><C1><C2><CC> <20><><CF><D4><DE><C5><D4>',1034189690);
INSERT INTO international VALUES (3,'UserSubmission',21,'<27><><EE><CF><D7> <20><><D0><CF><D3><D9><CC> <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>, <20><><D4><D2><C5><C2><D5><C0><DD> <20><><D0><CF><C4><D4><D7><C5><D2><D6><C4><C5><CE>.',1034189690);
INSERT INTO international VALUES (3,'WebGUI',21,'<27><><F7><D3><D4><C1><D7><C9> <20><> <20><><C2><D5><C6><C5>...',1034189690);
INSERT INTO international VALUES (3,'DownloadManager',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><C6><C1>?',1034189690);
INSERT INTO international VALUES (4,'Article',21,'<27><><EB><CF><CE><C5><DE><CE> <20><><C4><C1>',1034189690);
INSERT INTO international VALUES (4,'ExtraColumn',21,'<27><><FB><C9><D2><C9>',1034189690);
INSERT INTO international VALUES (4,'MessageBoard',21,'<27><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (4,'Poll',21,'<27><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><C7><CF><CC><CF>?',1034189690);
INSERT INTO international VALUES (4,'SiteMap',21,'<27><><E7><CC><D5><C2><C9> <20><><D7><CC><CF><D6><C5><CE><CE><CF><D3>',1034189690);
INSERT INTO international VALUES (4,'SQLReport',21,'<27><><FA><C1><D0><D2>',1034189690);
INSERT INTO international VALUES (4,'SyndicatedContent',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><C4><D2><D5><C7> <20><><D3><C1><CA><D4>',1034189690);
INSERT INTO international VALUES (4,'UserSubmission',21,'<27><><F0><CF><D3><D9><CC> <20><><D0><D2><C9><CE><D1>.',1034189690);
INSERT INTO international VALUES (4,'WebGUI',21,'<27><><EE><C1><D3><D4><D2><CF><CA>',1034189690);
INSERT INTO international VALUES (5,'ExtraColumn',21,'<27><><EB><CC><C1> CSS',1034189690);
INSERT INTO international VALUES (5,'FAQ',21,'<27><><F7><CF><D0><D2>',1034189690);
INSERT INTO international VALUES (821,'WebGUI',1,'Any',1038432387);
INSERT INTO international VALUES (5,'Poll',21,'<27><><FB><C9><D2><C9> <20><><C7><D2><C1><C6><C9>',1034189690);
INSERT INTO international VALUES (5,'SiteMap',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><CB><C1><D2> <20><><D3><C1><CA>',1034189690);
INSERT INTO international VALUES (5,'SQLReport',21,'DSN',1034189690);
INSERT INTO international VALUES (5,'SyndicatedContent',21,'<27><><F0><CF><D3><CC><C5><C4><CE> <20><><CF><C2><CE><CF><D7><CC><C5><CE>',1034189690);
INSERT INTO international VALUES (5,'UserSubmission',21,'<27><><F0><CF><D3><D9><CC> <20><> <20><><D0><D2><C9><CE><D1>.',1034189690);
INSERT INTO international VALUES (5,'DownloadManager',21,'<27><><EE><C1><DA><D7><C1><CE> <20><><C6><C1><CA>',1034189690);
INSERT INTO international VALUES (6,'ExtraColumn',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><CB><CF><CC><CF><CE>',1034189690);
INSERT INTO international VALUES (6,'FAQ',21,'<27><><EF><D4><D7>',1034189690);
INSERT INTO international VALUES (6,'LinkList',21,'<27><><F3><D0><C9><D3> <20><><D3><D3><D9><CC>',1034189690);
INSERT INTO international VALUES (6,'MessageBoard',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C6><CF><D2>',1034189690);
INSERT INTO international VALUES (6,'Poll',21,'<27><><F7><CF><D0><D2>',1034189690);
INSERT INTO international VALUES (6,'SiteMap',21,'<27><><EF><D4><D3><D4>',1034189690);
INSERT INTO international VALUES (6,'SQLReport',21,'<27><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C2><C1> <20><><C4><C1><CE><CE>',1034189690);
INSERT INTO international VALUES (6,'SyndicatedContent',21,'<27><><F4><C5><CB><D5><DD> <20><><D3><CF><C4><C5><D2><D6><C1><CE>',1034189690);
INSERT INTO international VALUES (6,'UserSubmission',21,'<27><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D0><CF><D3><D9><CC> <20><> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (6,'DownloadManager',21,'<27><><E6><C1> <20><><C4> <20><><CF><D4><D0><D2><C1><D7>',1034189690);
INSERT INTO international VALUES (7,'Article',21,'<27><><EE><C1><DA><D7><C1><CE> <20><><D3><D3><D9><CC>',1034189690);
INSERT INTO international VALUES (7,'FAQ',21,'<27><><F5><C4><C1><CC><C9> <20><><DC><D4> <20><><D7><CF><D0><D2>?',1034189690);
INSERT INTO international VALUES (7,'MessageBoard',21,'<27><><E1><D7><D4>:',1034189690);
INSERT INTO international VALUES (7,'Poll',21,'<27><><F7><C1><D2><C9><C1><CE> <20><><CF><D4><D7><C5><D4>',1034189690);
INSERT INTO international VALUES (7,'SQLReport',21,'<27><><F0><C1><D2><CF> <20> <20><><C2><C1> <20><><C4><C1><CE><CE>',1034189690);
INSERT INTO international VALUES (7,'DownloadManager',21,'<27><><E7><D2><D5><D0> <20><><CF><D4><D0><D2><C1><D7> <20><><C6><C1><CA><CC>',1034189690);
INSERT INTO international VALUES (8,'Article',21,'URL',1034189690);
INSERT INTO international VALUES (8,'EventsCalendar',21,'<27><><F0><CF><D7><D4><CF><D2><D1> <20><><CB><C1><D6><C4>',1034189690);
INSERT INTO international VALUES (8,'FAQ',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><D0><C9><D3> <20><><DE><C1><D3> <20><><DA><C1><C4><C1><D7><C1><C5><CD> <20><><D7><CF><D0><D2><CF><D3>',1034189690);
INSERT INTO international VALUES (8,'LinkList',21,'URL',1034189690);
INSERT INTO international VALUES (8,'MessageBoard',21,'<27><><E4><C1>:',1034189690);
INSERT INTO international VALUES (8,'SQLReport',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> SQL-<2D><><DA><C1><D0><D2> ',1034189690);
INSERT INTO international VALUES (8,'WebGUI',21,'<27><><F3><D4><D2><C1><CE><C9> <20><> <20><><CE><C1><CA><C4><C5>.',1034189690);
INSERT INTO international VALUES (8,'DownloadManager',21,'<27><><EB><D2><C1><D4><CB> <20><><CF><D0><C9><D3><C1><CE>',1034189690);
INSERT INTO international VALUES (9,'Article',21,'<27><><F7><CC><CF><D6><C5><CE><CE> <20><><C6><C1>',1034189690);
INSERT INTO international VALUES (9,'EventsCalendar',21,'<27><>',1034189690);
INSERT INTO international VALUES (9,'FAQ',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D7><CF><D0><D2>',1034189690);
INSERT INTO international VALUES (9,'LinkList',21,'<27><><F5><C4><C1><CC><C9> <20><><DC> <20><><D3><D3><D9><CC>?',1034189690);
INSERT INTO international VALUES (9,'MessageBoard',21,'ID <20><><D3><CF><CF><C2><DD><C5><CE>:',1034189690);
INSERT INTO international VALUES (9,'Poll',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE>',1034189690);
INSERT INTO international VALUES (9,'SQLReport',21,'<27><><EF><DB><C9><C2>: DSN <20><><DA><C1><D0><C9><D3> <20> <20><><CE><C5><D0><D2><C1><D7><C9><CC><D8><CE> <20><><C6><CF><D2><CD><C1>.',1034189690);
INSERT INTO international VALUES (9,'WebGUI',21,'<27><><F0><D2><CF><D3><CD><CF> <20><><D3><CF><C4><C5><D2><D6><C9><CD><CF> <20><><C2><D5><C6><C5> <20><><CF><C2><CD><C5>.',1034189690);
INSERT INTO international VALUES (9,'DownloadManager',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><CD><C5><CE><C5><C4><D6><C5> <20><><C6><C1><CA><CC>',1034189690);
INSERT INTO international VALUES (10,'FAQ',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D7><CF><D0><D2>',1034189690);
INSERT INTO international VALUES (10,'LinkList',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><D0><C9><D3> <20><><D3><D3><D9><CC>',1034189690);
INSERT INTO international VALUES (10,'Poll',21,'<27><><F3><C2><D2><CF><D3><C9> <20><><D2><C5><DA><D5><CC><D8><D4><C1> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE>',1034189690);
INSERT INTO international VALUES (11,'Poll',21,'<27><><F0><D2><CF><C7><CF><CC><CF><D3><CF><D7><C1>',1034189690);
INSERT INTO international VALUES (10,'SQLReport',21,'<27><><EF><DB><C9><C2>: <20><><CE><C5><D0><D2><C1><D7><C9><CC><D8><CE> <20><><C6><CF><D2><CD> SQL-<2D><><DA><C1><D0><D2><CF>.',1034189690);
INSERT INTO international VALUES (10,'WebGUI',21,'<27><><EB><CF><D2><DA><C9>',1034189690);
INSERT INTO international VALUES (11,'MessageBoard',21,'<27><><F7><C5><D2><CE><D5><D4><D8> <20> <20><><D3><D0><C9><D3> <20><><D3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (11,'SQLReport',21,'<27><><EF><DB><C9><C2>: <20><><D0><D2><CF><C2><CC><C5> <20> <20><><D7><C1><DB> <20><><DA><C1><D0><D2><CF><D3>.',1034189690);
INSERT INTO international VALUES (11,'WebGUI',21,'<27><><EF><DE><C9><D3><D4><C9> <20><><CB><CF><D2><DA><C9>',1034189690);
INSERT INTO international VALUES (11,'DownloadManager',21,'<27><><E4><CF><C2><C1><D7><CC><C5><CE> <20><><C6><C1><CA>',1034189690);
INSERT INTO international VALUES (12,'EventsCalendar',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><CF><D2><C7><C1><CE><C1><CA><DA>',1034189690);
INSERT INTO international VALUES (12,'LinkList',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><D3><D9><CC>',1034189690);
INSERT INTO international VALUES (12,'MessageBoard',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (12,'SQLReport',21,'<27><><EF><DB><C9><C2>: <20><> <20><><CD><CF> <20><><D3><CF><C5><C4><C9><CE><C9><D4><D8> <20> <20><><C2><C1><DA>.',1034189690);
INSERT INTO international VALUES (12,'WebGUI',21,'<27><><F5><C2><D2><C1> <20><><D0><C1><CE><C5> <20><><D5><D0><D2><C1><D7><CC><C5><CE>',1034189690);
INSERT INTO international VALUES (13,'EventsCalendar',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><CF><C2><D9><D4>',1034189690);
INSERT INTO international VALUES (13,'UserSubmission',21,'<27><><E4><C1> <20><><D0><CF><D3><D9><CC>',1034189690);
INSERT INTO international VALUES (13,'WebGUI',21,'<27><><F0><CF><CD><CF>',1034189690);
INSERT INTO international VALUES (14,'UserSubmission',21,'<27><><F3><D4><C1><D4>',1034189690);
INSERT INTO international VALUES (14,'WebGUI',21,'<27><><F0><D2><CF><D3><CD><CF><D4><D2><C5> <20><><CE><C5><CF><CB><CF><CE><DE><C5><CE><CE> <20><><D0><CF><D3><D9><CC>.',1034189690);
INSERT INTO international VALUES (15,'MessageBoard',21,'<27><><E1><D7><D4>',1034189690);
INSERT INTO international VALUES (15,'UserSubmission',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1>/<2F><><D5><C4><C1><CC><C9>',1034189690);
INSERT INTO international VALUES (15,'WebGUI',21,'<27><><F1><CE><D7><C1>',1034189690);
INSERT INTO international VALUES (15,'DownloadManager',21,'<27><><EF><D0><C9><D3><C1><CE>',1034189690);
INSERT INTO international VALUES (16,'MessageBoard',21,'<27><><E4><C1>',1034189690);
INSERT INTO international VALUES (16,'UserSubmission',21,'<27><><E2> <20><><C9><CD><C5>',1034189690);
INSERT INTO international VALUES (16,'WebGUI',21,'<27><><E6><C5><D7><D2><C1>',1034189690);
INSERT INTO international VALUES (16,'DownloadManager',21,'<27><><E4><C1> <20><><D0><CF><D3><D9><CC> <20><><C6><C1><CA>',1034189690);
INSERT INTO international VALUES (17,'MessageBoard',21,'<27><><F0><CF><D3><CC><C1> <20><><CE><CF><D7> <20><><D3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (17,'UserSubmission',21,'<27><><F5><C4><C1><CC><C9> <20><><DC><D4> <20><><C6><C1>?',1034189690);
INSERT INTO international VALUES (17,'WebGUI',21,'<27><><ED><C1>',1034189690);
INSERT INTO international VALUES (18,'MessageBoard',21,'<27><><E4><C1>',1034189690);
INSERT INTO international VALUES (18,'UserSubmission',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D3><C9><D3><D4><C5> <20><><D0><CF><D3><D9><CC> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>',1034189690);
INSERT INTO international VALUES (18,'WebGUI',21,'<27><><E1><D0><D2><C5>',1034189690);
INSERT INTO international VALUES (19,'MessageBoard',21,'<27><><EF><D4><D7><C5>',1034189690);
INSERT INTO international VALUES (19,'UserSubmission',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034189690);
INSERT INTO international VALUES (19,'WebGUI',21,'<27><><ED>',1034189690);
INSERT INTO international VALUES (20,'MessageBoard',21,'<27><><F0><CF><D3><CC><C5><C4><CE> <20><><CF><D4><D7>',1034189690);
INSERT INTO international VALUES (20,'UserSubmission',21,'<27><><F0><CF><D3><CC><C1> <20><><C6><C1>',1034189690);
INSERT INTO international VALUES (20,'WebGUI',21,'<27><><E9><C0>',1034189690);
INSERT INTO international VALUES (21,'UserSubmission',21,'<27><><F0><D2><C9><D3><CC>(<28>)',1034189690);
INSERT INTO international VALUES (21,'WebGUI',21,'<27><><E9><C0>',1034189690);
INSERT INTO international VALUES (21,'EventsCalendar',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D3><CF><C2><D9><D4>?',1034189690);
INSERT INTO international VALUES (22,'UserSubmission',21,'<27><><F0><D2><C9><D3><CC>(<28>):',1034189690);
INSERT INTO international VALUES (22,'WebGUI',21,'<27><><E1><D7><C7><D5>',1034189690);
INSERT INTO international VALUES (22,'DownloadManager',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><C6><C1>?',1034189690);
INSERT INTO international VALUES (23,'UserSubmission',21,'<27><><E4><C1> <20><><D0><D2><C9><D3><D9><CC>:',1034189690);
INSERT INTO international VALUES (23,'WebGUI',21,'<27><><F3><C5><CE><D4><D1><C2>',1034189690);
INSERT INTO international VALUES (24,'WebGUI',21,'<27><><EF><CB><D4><D1><C2>',1034189690);
INSERT INTO international VALUES (25,'WebGUI',21,'<27><><EE><CF><D1><C2>',1034189690);
INSERT INTO international VALUES (26,'WebGUI',21,'<27><><E4><C5><CB><C1><C2>',1034189690);
INSERT INTO international VALUES (27,'UserSubmission',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1>',1034189690);
INSERT INTO international VALUES (27,'WebGUI',21,'<27><><F7><CF><D3><CB><D2><C5><D3><C5><CE>',1034189690);
INSERT INTO international VALUES (28,'UserSubmission',21,'<27><><F7><C5><D2><CE><D5><D4><D8> <20> <20><><D3><D0><C9><D3> <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><C6><C1><CA><CC>',1034189690);
INSERT INTO international VALUES (28,'WebGUI',21,'<27><><F0><CF><CE><C5><C4><C5><CC><D8><CE>',1034189690);
INSERT INTO international VALUES (29,'UserSubmission',21,'<27><><F3><C9><D3><D4><C5> <20><><D0><CF><D3><D9><CC> <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>',1034189690);
INSERT INTO international VALUES (29,'WebGUI',21,'<27><><F7><D4><CF><D2><CE>',1034189690);
INSERT INTO international VALUES (30,'WebGUI',21,'<27><><F3><D2><C5>',1034189690);
INSERT INTO international VALUES (31,'WebGUI',21,'<27><><FE><C5><D4><D7><C5>',1034189690);
INSERT INTO international VALUES (32,'WebGUI',21,'<27><><F0><D1><D4><CE><C9>',1034189690);
INSERT INTO international VALUES (33,'WebGUI',21,'<27><><F3><D5><C2><C2><CF>',1034189690);
INSERT INTO international VALUES (33,'UserSubmission',21,'<27><><F7><CC><CF><D6><C5><CE><CE> <20><><C6><C1>',1034189690);
INSERT INTO international VALUES (34,'UserSubmission',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D2><C1><DA><D2> <20><><D3><D4><D2>',1034189690);
INSERT INTO international VALUES (34,'WebGUI',21,'<27><><F5><D3><D4><C1><CE><CF><D7><C9> <20><><C4><C1>',1034189690);
INSERT INTO international VALUES (35,'UserSubmission',21,'<27><><EE><C1><DA><D7><C1><CE>',1034189690);
INSERT INTO international VALUES (35,'WebGUI',21,'<27><><E6><D5><CE><CB><C3> <20><><D5><D0><D2><C1><D7><CC><C5><CE>',1034189690);
INSERT INTO international VALUES (36,'WebGUI',21,'<27><><FC> <20><><C6><D5><CE><CB><C3> <20><><CD><CF><D6> <20><><D7><D9><D0><CF><CC><CE><C9> <20><><D4><CF><CC><D8> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C1><D4> <20><><D3><C9><D3><D4><C5>. <20><><F3><D0><C9><D3> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C1><D4><CF><D2>:',1034189690);
INSERT INTO international VALUES (37,'WebGUI',21,'<27><><E4><CF><D3><D4> <20><><DA><C1><D0><D2><C5><DD>!',1034189690);
INSERT INTO international VALUES (38,'WebGUI',21,'<27> <20><><D7> <20><><CE> <20><><D0><D2> <20><><C4> <20><><D7><D9><D0><CF><CC><CE><C5><CE> <20><><DC><D4> <20><><CF><D0><C5><D2><C1><C3>.',1034189690);
INSERT INTO international VALUES (39,'WebGUI',21,'<27><><E4> <20><><C4><CF><D3><D4><D5> <20><> <20><><DC> <20><><D3><D4><D2><C1><CE><C9> <20><> <20><> <20><><C4><CF><CC><D6> <20><><C9><CD><C5> <20><><D3><D0><C5><C3><C9><C1><CC><D8><CE> <20><><D0><D2><C9><D7><C9><CC><C5><C7>.',1034189690);
INSERT INTO international VALUES (40,'WebGUI',21,'<27><><F3><C9><D3><D4><C5><CD><CE> <20><><CB><CF><CD><D0><CF><CE><C5><CE>',1034189690);
INSERT INTO international VALUES (41,'WebGUI',21,'<27><> <20><><D0><D9><D4><C1><C5><D4><C5> <20><><D5><C4><C1><CC><C9> <20><><D3><C9><D3><D4><C5><CD><CE> <20><><CB><CF><CD><D0><CF><CE><C5><CE>.',1034189690);
INSERT INTO international VALUES (42,'WebGUI',21,'<27><><F0><CF><C4><D4><D7><C5><D2><C4><C9> <20><><C4><C5><CA><D3><D4><D7>',1034189690);
INSERT INTO international VALUES (43,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><DC><D4> <20><><CB><CF><CD><D0><CF><CE><C5>?',1034189690);
INSERT INTO international VALUES (46,'WebGUI',21,'<27><><ED> <20><><C1><CB><CB><C1><D5>',1034189690);
INSERT INTO international VALUES (47,'WebGUI',21,'<27><><E4><CF><CD>',1034189690);
INSERT INTO international VALUES (48,'WebGUI',21,'<27><><FA><C4><D2><C1><D7><D3><D4><D7><D5><CA>',1034189690);
INSERT INTO international VALUES (50,'WebGUI',21,'<27><><E9>',1034189690);
INSERT INTO international VALUES (51,'WebGUI',21,'<27><><F0><C1><D2><CF>',1034189690);
INSERT INTO international VALUES (52,'WebGUI',21,'<27><><D7><CF><CA>',1034189690);
INSERT INTO international VALUES (53,'WebGUI',21,'<27><><F7><C5><D2><D3> <20><><C4> <20><><D0><C5><DE><C1>',1036492742);
INSERT INTO international VALUES (54,'WebGUI',21,'<27><><F3><CF><DA><C4><C1> <20><><C1><CB><CB><C1><D5>',1034189690);
INSERT INTO international VALUES (55,'WebGUI',21,'<27><><F0><C1><D2><CF> (<28><><D0><CF><C4><D4><D7><C5><D2><D6><C4><C5><CE>)',1034189690);
INSERT INTO international VALUES (56,'WebGUI',21,'e-mail',1034189690);
INSERT INTO international VALUES (57,'WebGUI',21,'<27><><FC> <20><><CE><C5><CF><C2><C8><CF><C4><C9> <20><><C5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><C6><D5><CE><CB><C3>, <20><><D3><D7><D1><DA><C1><CE><CE> <20> <20><><CF><D4><D0><D2><C1><D7><CB> e-mail.',1034189690);
INSERT INTO international VALUES (58,'WebGUI',21,'<27> <20><><D5> <20><><DA><C1><D2><C5><C7><C9><D3><D4><D2><C9><D2><CF><D7> <20> <20><><DC><D4> <20><><D3><C9><D3><D4><C5>',1034189690);
INSERT INTO international VALUES (59,'WebGUI',21,'<27> <20><><DA><C1><C2> <20><><D0><C1><D2><CF>',1034189690);
INSERT INTO international VALUES (59,'UserSubmission',21,'<27><><F3><CC><C5><C4><D5><C0><DD> <20><><D0><CF><D3><D9><CC>',1034189690);
INSERT INTO international VALUES (61,'WebGUI',21,'<27><><EF><C2><CE><CF><D7><C9> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20><> <20><><C1><CB><CB><C1><D5><CE>',1034189690);
INSERT INTO international VALUES (62,'WebGUI',21,'<27><><D3><CF><C8><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (63,'WebGUI',21,'<27><><F7><CB><CC><C0><DE><C9> <20><><D0><C1><CE><C5> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C9><D2><CF><D7><C1><CE>.',1034189690);
INSERT INTO international VALUES (66,'WebGUI',21,'<27><><F7><CF><CA> <20> <20><><D3><C9><D3><D4><C5>',1034189690);
INSERT INTO international VALUES (67,'WebGUI',21,'<27><><F3><CF><DA><C4><C1> <20><><CE><CF><D7> <20><><C1><CB><CB><C1><D5>.',1034189690);
INSERT INTO international VALUES (69,'WebGUI',21,'<27><><F0><CF><D6><C1><CC><D5><CA><D3> <20><><D3><D7><D1><D6><C9><D4><C5> <20> <20><><D3><C9><D3><D4><C5><CD><CE> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C1><D4><CF><D2>.',1034189690);
INSERT INTO international VALUES (70,'WebGUI',21,'<27><><EF><DB><C9><C2>',1034189690);
INSERT INTO international VALUES (71,'UserSubmission',21,'<27><><E9><D3><D0><CF><CC><D8><DA> <20><><D3><C9><D3><D4><C5> <20><><D0><CF><D3><D9><CC> <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><> <20><><CD><CF><D6><C5> <20><><D0><CF><CC><D5><DE><C1> <20><><C6><C1><CA> <20> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA>.\r\n<br>\r\n<br>\r\n<b><3E><><F7><CE><C5><DB><CE> <20><><D7></b>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D7><D9><C2><D2><C1> <20><><CB> <20><><C2><D5><C4> <20><><D7><D9><C7><CC><D1><C4><C5> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><D0><D2><C9><D3><D9><CC><C1><C5><CD> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D1>:\r\n<ul>\r\n<li><b><3E><><F4><D2><C1><C4><C9><C3><C9><CF><CE><CE></b> - <20><><F7> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><CF><C2><DF><C5><C4><C9><CE><D1><C0><D4> <20> <20><><D4><C1><C2><CC><C9>, <20><><D3><CF><C4><C5><D2><D6><C1><DD> <20><><DA><C1><C7><CF><CC><CF><D7> <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><D3><CF><CF><C2><DD><C5><CE>, <20> <20><><D3><CF><D2><D4><C9><D2><D5><C0><D4> <20><> <20><><C4><C1>.\r\n<li><b><3E><><F3><D4><C1><D4><C9><D3><D4><C9></b> - <20><><EF><D4><CF><C2><D2><C1><D6><C1><C5><D4> <20><><D4><CF><CC><D8> <20><><D4><C5><CB> <20><><D0><D2><C9><D3><CC><C1><CE><CE><CF> <20><><D3><CF><CF><C2><DD><C5><CE> <20> <20><><D3><D3><D9><CC> <20><> <20><><D0><CF><CC><CE> <20><><D7><C1><D2><C9><C1> <20><><D0><CF><D3><D9><CC>.\r\n<li><b><3E><><E6><CF><D4><CF><C7><C1><CC><C5><D2></b> - <20><><F0><D2><C5><C4><D3><D4><C1><D7><CC><D1> <20><><D3><CF><C2> <20><><CD><C1><D4><D2><C9> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>.\r\n</ul>\r\n<br><br>\r\n<b><3E><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><D0><CF><C4><D4><D7><C5><D2><D6><C4><C1> <20><><CB><CF><D2><D2><C5><CB><D4><D2><CF><D3> <20><><D0><CF><D3><D9><CC>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0>, <20><><C9><CD><C5><C0><DD> <20><><D0><D2><C1> <20><><D0><D2><CF><D3><CD><C1><D4><D2><C9><D7><C1>, <20><><D2><C1><DA><D2><C5><DB><C1> <20><><C9> <20><><DA><C1><D0><D2><C5><DB><C1> <20><><D0><D5><C2><CC><C9><CB><C1><C3> <20><><D0><D2><C9><D3><CC><C1><CE><CE><CF> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> <20><><D3><C1><CA>.\r\n<br><br>\r\n<b><3E><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D0><CF><D3><D9><CC> <20><> <20><><D3><D4><D2><C1><CE><C9></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CD><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><CF><CF><C2><DD><C5><CE>, <20><><CF><D4><CF><C2><D2><C1><D6><C1><C5><CD> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9>. <20><><EF><D3><D4><C1><D7><DB><C9><C5> <20><><D3><CF><CF><C2><DD><C5><CE>, <20><> <20><><D5><CD><C5><D3><D4><C9><D7><DB><C9><C5> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9>, <20><><C2><D5><C4> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><C5><D3> <20><><D0><C5><D2><C5><CE><C5><D3><C5> <20><> <20><><D3><CC><C5><C4><D5><C0><DD>.\r\n<br><br>\r\n<b><3E><><F3><D4><C1><D4> <20><> <20><><D5><CD><CF><CC><DE><C1><CE></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><D3><D4><C1><D4>, <20><><D0><D2><C9><D3><D7><C1><C5><CD> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE>.\r\n<br>\r\n<br>\r\n<b><3E><><EE><C1><C2><CC><C0><C4><C1> <20><> <20><><D0><CF><D3><D9><CC><CB> <20><><D3><CF><CF><C2><DD><C5><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D5><D2><CF><D7><C5> <20><><CE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><D0><CF><D3><D9><CC><CB> <20><><D3><CF><CF><C2><DD>.\r\n0(<28><><CE><CF>) - <20><><CF><DA><CE><C1><DE><C1>, <20><><DE> <20><><CE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><D7><C5><C4><C5><D4>.\r\n<br><br>\r\n<b><3E><><F3><CF><DA><C4><C1> <20> <20><><D0><CF><CB><C1><DA><C1> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20><><D2><C9><D3><D5><CE><CB>?</b><br>\r\n<><6E><E5><D3> <20> <20><><D0><CF><D3><D9><CC> <20><><D7><CC><CF><D6> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1>, <20><> <20><><C4> <20><><CE><C5> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><C5><D3> <20><><D3><CF><DA><C4><C1><D3><D4><D8> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20> <20><><C2><D5><C4> <20><><CF><D4><CF><C2><D2><C1><D6><C1><D4><D8> <20><><D2><D1><C4> <20> <20><><C9><CD><C5><CE> <20><><C6><C1><CA>.\r\n<br><br>\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><CF><C2><D3><D5><D6><C4><C5><CE> <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><D7><D9><C2><C5><D2><C5> &#8222;<3B><>&#8220;, <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D3><C1><CA> <20><><D3><CD><CF><C7> <20><><CF><D3><D4><C1><D7><C9> <20><><CB><CF><CD><CD><C5><CE><D4><C1> <20><><CF><D4><CE><CF><D3><C9><D4><C5><CC><D8> <20><><D0><D2><C9><D3><CC><C1><CE><CE><CF> <20><><CD><C1><D4><C5><D2><C9><C1>.\r\n<br><br>\r\n<b><3E><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><D0><D2><C9><CE><C9><CD><C1> <20><><D5><DE><C1><D3><D4> <20> <20><><CF><C2><D3><D5><D6><C4><C5><CE>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C5> <20><><C7><D2><D5><D0>, <20><><C9><CD><C5><C0><DD> <20><><D0><D2><C1> <20><><D0><D2><C9><CE><C9><CD><C1> <20><><D5><DE><C1><D3><D4> <20> <20><><CF><C2><D3><D5><D6><C4><C5><CE> <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>.\r\n<br><br>\r\n<b><3E><><F7><D2><C5> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D0><D2><CF><CD><C5><D6><D5><D4> <20><><D7><D2><C5><CD><C5>, <20> <20><><D4><C5><DE><C5><CE> <20><><CB><CF><D4><CF><D2><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><CF><CF><C2><DD><C5><CE>. <20><><F0><CF><D3> <20><><C9><D3><D4><C5><DE><C5><CE> <20><><DC><D4><CF> <20><><D0><D2><CF><CD><C5><D6><D5><D4> <20><><D7><D2><C5><CD><C5> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><C2><D5><C4> <20><><DA><C1><C2><CC><CF><CB><C9><D2><CF><D7><C1>.\r\n<br><br>\r\n<b><3E><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><CD><CF><C4><C5><D2><C9><D2><CF><D7><C1> <20><><CF><C2><D3><D5><D6><C4><C5><CE>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><CB><CF><D4><CF><D2> <20><><C2><D5><C4> <20><><D2><C1><DA><D2><C5><DB><C5> <20><><CB><CF><CE><D4><D2><CF><CC><C9><D2><CF><D7><C1> <20><><C8> <20><><CF><C2><D3><D5><D6><C4><C5><CE> <20> <20><><D0> <20><><CE><C5><CF><C2><C8><CF><C4><C9><CD><CF><D3> <20><><D5><C4><C1><CC><D1> <20><><CE><C5><D6><C5><CC><C1><D4><C5><CC><D8><CE> <20><><D3><CF><CF><C2><DD><C5><CE>.\r\n<br><br>\r\n<b><3E><><F4> <20><><CD><CF><C4><C5><D2><C9><D2><CF><D7><C1><CE>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><D4> <20><><CD><CF><C4><C5><D2><C9><D2><CF><D7><C1><CE> <20><><CF><C2><D3><D5><D6><C4><C5><CE> <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>.\r\n',1036579515);
INSERT INTO international VALUES (72,'WebGUI',21,'<27><><D7><CF><D3><D3><D4><C1><CE><CF><D7><C9>',1034189690);
INSERT INTO international VALUES (73,'WebGUI',21,'<27><><F7><CF><CA>.',1034189690);
INSERT INTO international VALUES (74,'WebGUI',21,'<27><><E9><CE><C6><CF><D2><CD><C1><C3> <20><> <20><><C1><CB><CB><C1><D5><CE>',1034189690);
INSERT INTO international VALUES (75,'WebGUI',21,'<27><><E9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D7><C1><DB> <20><><C1><CB><CB><C1><D5><CE> <20><><C2><D9> <20><><D0><CF><D3><CC><C1> <20><> <20><><D7> e-mail.',1034189690);
INSERT INTO international VALUES (76,'WebGUI',21,'<27><><F4><C1><CB><CF> e-mail <20><><CE> <20> <20><><CE><C1><DB> <20><><C2><C1> <20><><C4><C1><CE><CE>',1034189690);
INSERT INTO international VALUES (77,'WebGUI',21,'<27><><FC> <20><><C9> <20><><D5> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4>. <20><><F0><CF><D6><C1><CC><D5><CA><D3> <20><><D7><D7><C5><C4><C9> <20><><C4><D2><D5><C7> <20><><C9> <20><><C9> <20><><D7><D9><C2><C5><D2><C9> <20><> <20><><D3><D0><C9><D3>:',1034189690);
INSERT INTO international VALUES (78,'WebGUI',21,'<27><><F7><D7><C5><C4><C9> <20><><C4><D2><D5><C7> <20><><D0><C1><D2><CF>',1034189690);
INSERT INTO international VALUES (79,'WebGUI',21,'<27><> <20><><CD><CF> <20><><D3><CF><C5><C4><C9><CE><C9><D4><D8> <20> LDAP <20><><D3><C5><D2><D7><C5><D2>.',1034189690);
INSERT INTO international VALUES (80,'WebGUI',21,'<27><><E1><CB><CB><C1><D5> <20><><D5><D3><D0><C5><DB> <20><><D3><CF><DA><C4>!',1034189690);
INSERT INTO international VALUES (81,'WebGUI',21,'<27><><E1><CB><CB><C1><D5> <20><><D5><D3><D0><C5><DB> <20><><CF><C2><CE><CF><D7><CC>!',1034189690);
INSERT INTO international VALUES (82,'WebGUI',21,'<27><><E6><D5><CE><CB><C3> <20><><D5><D0><D2><C1><D7><CC><C5><CE>...',1034189690);
INSERT INTO international VALUES (84,'WebGUI',21,'<27><><E9> <20><><C7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (85,'WebGUI',21,'<27><><EF><D0><C9><D3><C1><CE>',1034189690);
INSERT INTO international VALUES (87,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (88,'WebGUI',21,'<27><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20> <20><><C7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (91,'WebGUI',21,'<27><><F0><D2><C5><C4><D9><C4><D5><DD> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (92,'WebGUI',21,'<27><><F3><CC><C5><C4><D5><C0><DD> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (93,'WebGUI',21,'<27><><F0><CF><CD><CF>',1034189690);
INSERT INTO international VALUES (94,'WebGUI',21,'<27><><F3><CD><CF><D4><D2><C9> <20><><D4><C1><CB>',1034189690);
INSERT INTO international VALUES (99,'WebGUI',21,'<27><><EE><C1><DA><D7><C1><CE>',1034189690);
INSERT INTO international VALUES (100,'WebGUI',21,'<27><><ED><C5>-<2D><><D4><C5>',1034189690);
INSERT INTO international VALUES (101,'WebGUI',21,'<27><> <20><><D5><D7><C5><D2><C5>, <20><><DE> <20><><C8><CF><D4><C9> <20><><D5><C4><C1><CC><C9> <20><><DC> <20><><D3><D4><D2><C1><CE><C9> <20><><D7><CD><C5><D3> <20> <20><> <20><><D3><CF><C4><C5><D2><D6><C1><CE><C9> <20> <20><><D0><CF><C4><D3><D4><D2><C1><CE><C9><C3><C1>?',1034189690);
INSERT INTO international VALUES (102,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (103,'WebGUI',21,'<27><><F0><C1><D2><C1><CD><C5><D4> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (104,'WebGUI',21,'URL <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (105,'WebGUI',21,'<27><><E7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>',1034189690);
INSERT INTO international VALUES (106,'WebGUI',21,'<27><><F7><D9><C2><C5><D2><C9> \"<22><>\" <20><><C5><D3> <20><> <20><><C8><CF><D4><C9>, <20><><DE><D4><CF> <20><><D7> <20><><D0><CF><C4><D3><D4><D2><C1><CE><C9> <20><><D3><C1><CA> <20><><D7><D9><C7><CC><D1><C4><C5> <20><><D4><C1><CB>',1034189690);
INSERT INTO international VALUES (107,'WebGUI',21,'<27><><F0><D2><C1> <20><><C4><CF><D3><D4><D5>',1034189690);
INSERT INTO international VALUES (108,'WebGUI',21,'<27><><F7><CC><C1><C4><C5><CC>',1034189690);
INSERT INTO international VALUES (109,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D0><D2><CF><D3><CD><CF> <20><><D7><CC><C1><C4><C5><CC><D8>?',1036490973);
INSERT INTO international VALUES (110,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D7><CC><C1><C4><C5><CC><D8>?',1036491278);
INSERT INTO international VALUES (111,'WebGUI',21,'<27><><E7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (112,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D0><D2><CF><D3><CD><CF> <20><><C7><D2><D5><D0>?',1036491318);
INSERT INTO international VALUES (113,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><C7><D2><D5><D0>?',1036491361);
INSERT INTO international VALUES (114,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D0><D2><CF><D3><CD><CF> <20><><D7><D3>?',1036491424);
INSERT INTO international VALUES (115,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D7><D3>?',1036491480);
INSERT INTO international VALUES (116,'WebGUI',21,'<27><><F7><D9><C2><C5><D2><C9> \"<22><>\" <20><><C5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><DC> <20><><D0><D2><C9><D7><C9><CC><C5><C7> <20><><C4> <20><><D7><D3> <20><><D0><CF><C4><D3><D4><D2><C1><CE>.',1034189690);
INSERT INTO international VALUES (118,'WebGUI',21,'<27><><E1><CE><CF><CE><C9><CD><CE> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3>',1034189690);
INSERT INTO international VALUES (119,'WebGUI',21,'<27><><ED><C5><D4> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3> (<28><> <20><><D5><CD><CF><CC><DE><C1><CE>)',1034189690);
INSERT INTO international VALUES (120,'WebGUI',21,'URL LDAP (<28><> <20><><D5><CD><CF><CC><DE><C1><CE>)',1034189690);
INSERT INTO international VALUES (121,'WebGUI',21,'<27><><E9><C4><C5><CE><D4><C9><C6><C9><CB><C1><D4> <20><> <20><><D3><C5><D2><D7><C5> LDAP',1036584175);
INSERT INTO international VALUES (122,'WebGUI',21,'Login <20><> <20><><D3><C5><D2><D7><C5> LDAP ',1036585109);
INSERT INTO international VALUES (123,'WebGUI',21,'<27><><F0><C1><D2><CF> <20><> <20><><D3><C5><D2><D7><C5> LDAP',1036585375);
INSERT INTO international VALUES (126,'WebGUI',21,'E-mail',1034189690);
INSERT INTO international VALUES (134,'WebGUI',21,'<27><><F3><CF><CF><C2><DD><C5><CE>, <20><><D7><D9><D3><D9><CC><C1><C5><CD> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D0> <20><><D7><CF><D3><D3><D4><C1><CE><CF><D7><CC><C5><CE> <20><><D0><C1><D2><CF>',1036150650);
INSERT INTO international VALUES (135,'WebGUI',21,'<27><><F3><C5><D2><D7> SMTP',1034189690);
INSERT INTO international VALUES (138,'WebGUI',21,'<27><>',1034189690);
INSERT INTO international VALUES (139,'WebGUI',21,'<27><><EE>',1034189690);
INSERT INTO international VALUES (142,'WebGUI',21,'<27><><E9><D3><D4><C5><DE><C5><CE> <20><><D7><D2><C5><CD><C5> <20><><D3><C5><D3><D3>',1034189690);
INSERT INTO international VALUES (143,'WebGUI',21,'<27><><EE><C1><D3><D4><D2><CF><CA> <20><><D5><D0><D2><C1><D7><CC><C5><CE>',1034189690);
INSERT INTO international VALUES (145,'WebGUI',21,'<27><><F7><C5><D2><D3> WebGUI',1034189690);
INSERT INTO international VALUES (146,'WebGUI',21,'<27><><E1><CB><D4><C9><D7><CE> <20><><D3><C5><D3><D3>',1034189690);
INSERT INTO international VALUES (147,'WebGUI',21,'<27><><F3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (148,'WebGUI',21,'<27><><ED><CF><C4><D5>',1037084615);
INSERT INTO international VALUES (149,'WebGUI',21,'<27><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034189690);
INSERT INTO international VALUES (151,'WebGUI',21,'<27><><EE><C1><DA><D7><C1><CE> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>',1036151718);
INSERT INTO international VALUES (154,'WebGUI',21,'CSS',1034189690);
INSERT INTO international VALUES (155,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><DC> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>? (<28><><F7> <20><><D3><D4><D2><C1><CE><C9>, <20><><CB><CF><D4><CF><D2> <20><><C9><D3><D0><CF><CC><D8><DA><D5> <20><><DC><D4> <20><><D3><D4><C9> <20><><C2><D5><C4> <20><><CF><D4><CF><C2><D2><C1><D6><C5> <20> <20><><D3><D4><C9> \"Fail Safe\") ',1034189690);
INSERT INTO international VALUES (156,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>',1034189690);
INSERT INTO international VALUES (159,'WebGUI',21,'<27><><F7><C8><CF><C4><D1><DD> <20><><D3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (160,'WebGUI',21,'<27><><E4><C1> <20><><D0><D2><C9><D3><D9><CC>',1034189690);
INSERT INTO international VALUES (161,'WebGUI',21,'<27><><F0><D2><C9><D3><CC>(<28>)',1034189690);
INSERT INTO international VALUES (162,'WebGUI',21,'<27><><F0><CF><CC><CF><D6><C9> <20><><D7> <20><><D3><D4><D2><C1><CE><C9> <20> <20><><CD><CF><C4><D5> <20> <20><><CB><CF><D2><DA><C9>?',1037084644);
INSERT INTO international VALUES (163,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034189690);
INSERT INTO international VALUES (164,'WebGUI',21,'<27><><ED><C5><D4> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3>',1034189690);
INSERT INTO international VALUES (165,'WebGUI',21,'LDAP URL',1034189690);
INSERT INTO international VALUES (166,'WebGUI',21,'<27><><F0><CF><C4><D3><CF><C5><C4><C9><CE><C9> DN',1034189690);
INSERT INTO international VALUES (167,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><DC><D4><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>?',1036491838);
INSERT INTO international VALUES (168,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034189690);
INSERT INTO international VALUES (170,'WebGUI',21,'<27><><F0><CF><C9>',1034189690);
INSERT INTO international VALUES (171,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4> <20> <20><><D2><C1><D3><DB><C9><D2><C5><CE><CE><D9> <20><><D7><CF><DA><CD><CF><D6><CE><CF><D3><D4><D1>',1037003893);
INSERT INTO international VALUES (174,'WebGUI',21,'<27><><EF><D4><CF><C2><D2><C1><D6><C1> <20><><DA><C1><C7><CF><CC><CF><D7>?',1034189690);
INSERT INTO international VALUES (175,'WebGUI',21,'<27><><F7><D9><D0><CF><CC><CE><D1> <20><><CD><C1><CB><D2><CF>?',1034189690);
INSERT INTO international VALUES (505,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><DB><C1><C2><CC>',1036492612);
INSERT INTO international VALUES (504,'WebGUI',21,'<27><><FB><C1><C2><CC>',1034189690);
INSERT INTO international VALUES (503,'WebGUI',21,'ID <20><><DB><C1><C2><CC><CF>',1034189690);
INSERT INTO international VALUES (502,'WebGUI',21,'<27><> <20><><D5><D7><C5><D2><C5>, <20><><DE> <20><><C8><CF><D4><C9> <20><><D5><C4><C1><CC><C9> <20><><DC><D4> <20><><DB><C1><C2><CC>?',1034189690);
INSERT INTO international VALUES (367,'WebGUI',21,'<27><><F3><D2> <20><><CF><CB><CF><CE><DE><C1><CE> <20><><D0><CF><CC><CE><CF><CD><CF><DE> <20><><C7><D2><D5><D0>',1036152596);
INSERT INTO international VALUES (700,'WebGUI',21,'<27><><C4><C5>/<2F><><C4><CE>',1036153024);
INSERT INTO international VALUES (566,'WebGUI',21,'<27><><F7><D2><C5> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>',1034189690);
INSERT INTO international VALUES (701,'WebGUI',21,'<27><><CE><C5><C4><C5>/<2F><><CE><C5><C4><C5>',1036153019);
INSERT INTO international VALUES (560,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C5> <20> <20><><D0><D5><C2><CC><C9><CB><C1><C3>',1036499912);
INSERT INTO international VALUES (561,'WebGUI',21,'<27><><F0><D5><C2><CC><C9><CB><C1><C3> <20><><DA><C1><D0><D2><C5><DD><C5>',1036499979);
INSERT INTO international VALUES (562,'WebGUI',21,'<27> <20><><CF><DE><C5><D2><C5> <20><> <20><><D2><C1><D3><D3><CD><CF><D4><D2><C5><CE>',1036500079);
INSERT INTO international VALUES (563,'WebGUI',21,'<27><><F3><D4><C1><D4> <20><> <20><><D5><CD><CF><CC><DE><C1><CE>',1034189690);
INSERT INTO international VALUES (707,'WebGUI',21,'<27><><F0><CF><CB><C1><DA><C1> <20><><CF><D4><CC><C1><C4><CF><DE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>?',1034189690);
INSERT INTO international VALUES (516,'WebGUI',21,'<27><><F7><CB><CC><C0><DE><C9> <20><><D0><C1><CE><C5> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C9><D2><CF><D7><C1><CE>',1034189690);
INSERT INTO international VALUES (517,'WebGUI',21,'<27><><F7><D9><CB><CC><C0><DE><C9> <20><><D0><C1><CE><C5> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C9><D2><CF><D7><C1><CE>',1034189690);
INSERT INTO international VALUES (572,'WebGUI',21,'<27><><F0><CF><C4><D4><D7><C5><D2><D6><C4><C5><CE> <20><><D0><D2><C9><C5> <20><><C6><C1><CA>',1034189690);
INSERT INTO international VALUES (573,'WebGUI',21,'<27><><EF><D3><D4><C1><D7><C9> <20><> <20><><DA><C1><CB><CF><CE><DE><C5><CE><CE>',1034189690);
INSERT INTO international VALUES (574,'WebGUI',21,'<27><><EF><D4><CB><C1><DA><C1><D4><D8>',1034189690);
INSERT INTO international VALUES (404,'WebGUI',21,'<27><><F0><C5><D2><D7> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (228,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D3><CF><CF><C2><DD><C5><CE>',1036491679);
INSERT INTO international VALUES (229,'WebGUI',21,'<27><><F4><C5>',1034189690);
INSERT INTO international VALUES (230,'WebGUI',21,'<27><><F3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (231,'WebGUI',21,'<27><><EE><C1><D0><C9><D3><C1> <20><><CE><CF><D7> <20><><D3><CF><CF><C2><DD><C5><CE>',1036491752);
INSERT INTO international VALUES (232,'WebGUI',21,'<27><><C2> <20><><D4><C5>',1034189690);
INSERT INTO international VALUES (234,'WebGUI',21,'<27><><F0><CF><D3><CC><C1> <20><><CF><D4><D7>',1036491865);
INSERT INTO international VALUES (237,'WebGUI',21,'<27><><F4><C5>:',1034189690);
INSERT INTO international VALUES (238,'WebGUI',21,'<27><><E1><D7><D4>:',1034189690);
INSERT INTO international VALUES (239,'WebGUI',21,'<27><><E4><C1>:',1034189690);
INSERT INTO international VALUES (244,'WebGUI',21,'<27><><E1><D7><D4>',1034189690);
INSERT INTO international VALUES (245,'WebGUI',21,'<27><><E4><C1>',1034189690);
INSERT INTO international VALUES (304,'WebGUI',21,'<27><><F1><DA>',1034189690);
INSERT INTO international VALUES (306,'WebGUI',21,'<27><><F0><D2><C9><D7><D1><DA> <20> <20><><C9><CD><C5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1036583464);
INSERT INTO international VALUES (307,'WebGUI',21,'<27><><E9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><CD><C5>-<2D><><D4><C5>, <20><><D5><D3><D4><C1><CE><CF><D7><CC><C5><CE><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE>?',1034189690);
INSERT INTO international VALUES (309,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE> <20><><CE><C1><D3><D4><CF><D1><DD><C5> <20><><C9><CD><C5>?',1034189690);
INSERT INTO international VALUES (310,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><C4><CF><C2><C1><D7><CC><C5><CE> <20><><D7><CE><C5><DB><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>?',1034189690);
INSERT INTO international VALUES (311,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D7><D9><C4><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><CB><CF><CD><D0><C1><CE>?',1034189690);
INSERT INTO international VALUES (312,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D7><D9><C4><C1> <20><><C4><C5><CC><CF><D7> <20><><C9><CE><C6><CF><D2><CD><C1><C3>?',1034189690);
INSERT INTO international VALUES (313,'WebGUI',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D7><D9><C4><C1> <20><><CF><C2><DD> <20><><C9><CE><C6><CF><D2><CD><C1><C3>?',1034189690);
INSERT INTO international VALUES (314,'WebGUI',21,'<27><><E9>',1034189690);
INSERT INTO international VALUES (315,'WebGUI',21,'<27><><EF><D4><DE><C5><D3><D4>',1034189690);
INSERT INTO international VALUES (316,'WebGUI',21,'<27><><E6><C1><CD><C9><CC>',1034189690);
INSERT INTO international VALUES (321,'WebGUI',21,'<27><><ED><CF><C2><C9><CC><D8><CE> <20><><D4><C5><CC><C5><C6>',1034189690);
INSERT INTO international VALUES (322,'WebGUI',21,'<27><><F0><C5><CA><C4><D6>',1034189690);
INSERT INTO international VALUES (323,'WebGUI',21,'<27><><E4><CF><CD><C1><DB><CE> <20><><C1><C4><D2>',1034189690);
INSERT INTO international VALUES (324,'WebGUI',21,'<27><><E7><CF><D2>',1034189690);
INSERT INTO international VALUES (327,'WebGUI',21,'<27><><F3><D4><D2><C1>',1034189690);
INSERT INTO international VALUES (328,'WebGUI',21,'<27><><E4><CF><CD><C1><DB><CE> <20><><D4><C5><CC><C5><C6>',1034189690);
INSERT INTO international VALUES (334,'WebGUI',21,'<27><><F2><C1><C2><CF><DE> <20><><D4><C5><CC><C5><C6>',1034189690);
INSERT INTO international VALUES (335,'WebGUI',21,'<27><><F0>',1034189690);
INSERT INTO international VALUES (338,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034189690);
INSERT INTO international VALUES (339,'WebGUI',21,'<27><><ED>.',1034189690);
INSERT INTO international VALUES (340,'WebGUI',21,'<27><><F6>.',1034189690);
INSERT INTO international VALUES (346,'WebGUI',21,'<27><><FC><D4> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><> <20><><D3><C1><CA> <20><> <20><><DA><C1><D2><C5><C7><C9><D3><D4><D2><C9><D2><CF><D7>.',1036492036);
INSERT INTO international VALUES (347,'WebGUI',21,'<27><><F0><D2><CF><D3><CD><CF><D4><D2><C5> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> ',1034189690);
INSERT INTO international VALUES (348,'WebGUI',21,'<27><><E9>',1034189690);
INSERT INTO international VALUES (349,'WebGUI',21,'<27><><F0><CF><D3><CC><C5><C4><CE> <20><><D7><C5><D2><D3> <20><><C4><CF><D3><D4><D5><D0>',1034189690);
INSERT INTO international VALUES (350,'WebGUI',21,'<27><><FA><C1><CB><CF><CE><DE><C5>',1034189690);
INSERT INTO international VALUES (351,'WebGUI',21,'<27><><F3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (352,'WebGUI',21,'<27><><E4><C1> <20><><D7><C8><CF>',1034189690);
INSERT INTO international VALUES (353,'WebGUI',21,'<27> <20><><D7> <20><><CE> <20><><D7><C8><CF><C4><D1><DD> <20><><D3><CF><CF><C2><DD><C5><CE>.',1034189690);
INSERT INTO international VALUES (803,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><D7> <20><><D7><C8><CF><C4><D1><DD> <20><><D3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (471,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D0><CF> <20> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034189690);
INSERT INTO international VALUES (355,'WebGUI',21,'<27><> <20><><D5><CD><CF><CC><DE><C1><CE>',1034189690);
INSERT INTO international VALUES (356,'WebGUI',21,'<27><><FB><C1><C2><CC>',1034189690);
INSERT INTO international VALUES (358,'WebGUI',21,'<27><><EC><C5><D7> <20><><CB><CF><CC><CF><CE>',1034189690);
INSERT INTO international VALUES (359,'WebGUI',21,'<27><><F0><D2><C1><D7> <20><><CB><CF><CC><CF><CE>',1034189690);
INSERT INTO international VALUES (365,'WebGUI',21,'<27><><F2><C5><DA><D5><CC><D8><D4><C1> <20><><D0><CF><C9><D3>',1034189690);
INSERT INTO international VALUES (366,'WebGUI',21,'<27><> <20><><D7><C1><DB><C5> <20><><DA><C1><D0><D2><CF> <20><> <20><><CE><C1><CA><C4><C5> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9>.',1034189690);
INSERT INTO international VALUES (369,'WebGUI',21,'<27><><E4><C1> <20><><CF><CB><CF><CE><DE><C1><CE>',1034189690);
INSERT INTO international VALUES (370,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (372,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D8><D3><CB> <20><><C7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (375,'WebGUI',21,'<27><><F7><D9><C2><C5><D2><C9> <20><><D0><C1><CB> <20><><C4> <20><><D2><C1><D3><D0><C1><CB><CF><D7>',1034189690);
INSERT INTO international VALUES (376,'WebGUI',21,'<27><><F0><C1><CB><C5>',1034189690);
INSERT INTO international VALUES (377,'WebGUI',21,'<27><><F0><C1><CB><C5><D4> <20><><CE>.',1034189690);
INSERT INTO international VALUES (378,'WebGUI',21,'ID <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034189690);
INSERT INTO international VALUES (379,'WebGUI',21,'ID <20><><C7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (380,'WebGUI',21,'ID <20><><D3><D4><C9>',1034189690);
INSERT INTO international VALUES (381,'WebGUI',21,'<27><><F0><CF><CC><D5><DE> <20><><CE><C5><D0><D2><C1><D7><C9><CC><D8><CE> <20><><DA><C1><D0><D2>.<2E><><EE><C1><D6><CD><C9> <20><> <20><><CB><CE><CF><D0> \"<22><><EE><C1><DA>\" <20> <20><><D0><CF><D0><D2><CF><C2><D5><CA> <20><><C5> <20><><D2>.',1034189690);
INSERT INTO international VALUES (37,'UserSubmission',21,'<27><><F5><C4><C1><CC><C9>',1034189690);
INSERT INTO international VALUES (13,'SQLReport',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D2><C1><DA><D2> <20><><D3><D4><D2><CF>?',1034189690);
INSERT INTO international VALUES (14,'EventsCalendar',21,'<27><><E4><C1> <20><><CE><C1><DE><C1>',1034189690);
INSERT INTO international VALUES (15,'EventsCalendar',21,'<27><><E4><C1> <20><><CF><CB><CF><CE><DE><C1><CE>',1034189690);
INSERT INTO international VALUES (20,'DownloadManager',21,'<27><><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D3><D9><CC> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (14,'SQLReport',21,'<27><><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D4><D2> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (16,'EventsCalendar',21,'<27><><F7><CE><C5><DB><CE> <20><><D7> <20><><CF><C7><D2><C1><CE><C1><CA><DA><C5>',1034189690);
INSERT INTO international VALUES (17,'EventsCalendar',21,'<27><><F3><D0><C9><D3>',1034189690);
INSERT INTO international VALUES (18,'EventsCalendar',21,'<27><><EB><C1><CC><C5><CE><C4><C1>',1034189690);
INSERT INTO international VALUES (19,'EventsCalendar',21,'<27><><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><CF><C2><D9><D4> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (383,'WebGUI',21,'<27><><E9>',1034189690);
INSERT INTO international VALUES (384,'WebGUI',21,'<27><><E6><C1>',1034189690);
INSERT INTO international VALUES (385,'WebGUI',21,'<27><><F0><C1><D2><C1><CD><C5><D4>',1034189690);
INSERT INTO international VALUES (386,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',1034189690);
INSERT INTO international VALUES (387,'WebGUI',21,'<27><><F0><D2><C9><D3><CC>(<28>):',1036929327);
INSERT INTO international VALUES (388,'WebGUI',21,'<27><><E4><C1> <20><><D0><CF><D3><D9><CC>',1034189690);
INSERT INTO international VALUES (389,'WebGUI',21,'Id <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB><CF> <20><><C6><C1><CA>',1036930040);
INSERT INTO international VALUES (390,'WebGUI',21,'<27><><EF><D4><CF><C2><D2><C1><D6><C5><CE> <20><><D2><C9><D3><D5><CE>...',1034189690);
INSERT INTO international VALUES (391,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><D7><CC><CF><D6><C5><CE><CE> <20><><C6><C1>.',1034189690);
INSERT INTO international VALUES (392,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><DC><D4> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1>?',1036929868);
INSERT INTO international VALUES (393,'WebGUI',21,'<27><><F5><D0><D2><C1><D7><CC><C5><CE> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB><C9> <20><><C6><C1><CA><CC><C1>',1036930142);
INSERT INTO international VALUES (396,'WebGUI',21,'<27><><F0><D2><CF><D3><CD><CF> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB><CF> <20><><C6><C1><CA>',1036930264);
INSERT INTO international VALUES (399,'WebGUI',21,'<27><><F0><D2><CF><D7><C5><D2><C9> <20><><CB><CF><D2><D2><C5><CB><D4><CE><CF><D3> <20><><CB><CF> <20><><DC><D4> <20><><D3><D4><D2><C1><CE><C9>.',1034189690);
INSERT INTO international VALUES (400,'WebGUI',21,'<27><> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><CB><DC><DB><C9><D2><CF><D7><C1><CE>',1034189690);
INSERT INTO international VALUES (401,'WebGUI',21,'<27><> <20><><D5><D7><C5><D2><C5>, <20><><DE> <20><><C8><CF><D4><C9> <20><><D5><C4><C1><CC><C9> <20><><DC> <20><><D3><CF><CF><C2><DD><C5><CE>?',1034189690);
INSERT INTO international VALUES (565,'WebGUI',21,'<27><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><CD><CF><C4><C5><D2><C9><D2><CF><D7><C1>?',1034189690);
INSERT INTO international VALUES (22,'MessageBoard',21,'<27><><F5><C4><C1><CC><C9> <20><><D3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (405,'WebGUI',21,'<27><><F0><CF><D3><CC><C5><C4><CE> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (15,'SQLReport',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D0><D2><C5><C4><D7><C1><D2><C9><D4><C5><CC><D8><CE> <20><><CF><C2><D2><C1><C2><CF><D4> <20><><CD><C1><CB><D2><CF> <20> <20><><DA><C1><D0><D2><CF>?',1034189690);
INSERT INTO international VALUES (16,'SQLReport',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><D7><D9><D7> <20><><CF><D4><CC><C1><C4><CF><DE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>?',1034189690);
INSERT INTO international VALUES (17,'SQLReport',21,'<b><3E><><EF><D4><CC><C1><C4>:</b> <20><><FA><C1><D0><D2>:',1034189690);
INSERT INTO international VALUES (18,'SQLReport',21,'<27><> <20><><D7><C1><DB><C5> <20><><DA><C1><D0><D2><CF> <20><><CE><C9><DE><C5> <20><> <20><><CE><C1><CA><C4><C5>.',1034189690);
INSERT INTO international VALUES (506,'WebGUI',21,'<27><><F5><D0><D2><C1><D7><CC><C5><CE> <20><><DB><C1><C2><CC><CF><CE><C1>',1036492665);
INSERT INTO international VALUES (408,'WebGUI',21,'<27><><F5><D0><D2><C1><D7><CC><C5><CE> <20><><CF><D3><CE><CF><D7><CE><D9> <20><><CB><CF><CD><D0><CF><CE><C5><CE><D4><C1>',1034189690);
INSERT INTO international VALUES (411,'WebGUI',21,'<27><><ED><C5>',1034189690);
INSERT INTO international VALUES (823,'WebGUI',1,'Go to the new page.',1038706332);
INSERT INTO international VALUES (24,'Article',21,'<27><><EE><C1><D0><C9><D3><C1> <20><><CF><D4><D7>',1034189690);
INSERT INTO international VALUES (28,'Article',21,'<27><><F0><CF><D3><CD><CF><D4><D2><C5> <20><><CF><D4><D7><C5>',1034189690);
INSERT INTO international VALUES (416,'WebGUI',21,'<h1><3E><><F0><D2><CF><C2><CC><C5> <20> <20><><DA><C1><D0><D2><CF><D3></h1><3E><><EE><C1><D6><CD><C9> <20><><CB><CE><CF><D0> \"<22><><EE><C1><DA>\" <20> <20><><D0><CF><D7><D4><CF><D2><C9> <20><><DA><C1><D0><D2> <20><><D3><CE><CF>.',1034189690);
INSERT INTO international VALUES (417,'WebGUI',21,'<h1><3E><><EE><C1><D2><D5><DB><C5><CE> <20><><D0><D2><C1><D7> <20><><C2><C5><DA><CF><D0><C1><D3><CE><CF><D3></h1><3E><> <20><><D0><D9><D4><C1><C5><D4><C5> <20><><D0><CF><CC><D5><DE><C9> <20><><C4><CF><D3><D4> <20> <20><><CD><CF><C4><D5>, <20><> <20><><D0><D2><C9><CE><C1><C4><CC><C5><D6><C1><DD><C5> <20><><DC><D4> <20><><D3><D4><D2><C1><CE><C9>.',1037084777);
INSERT INTO international VALUES (418,'WebGUI',21,'<27><><E6><C9><CC><D8> <20><><C4> HTML-<2D><><CB><CF>',1034189690);
INSERT INTO international VALUES (421,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><C6><CF><D2><CD><C1><D4><C9><D2><CF><D7><C1><CE>.',1034189690);
INSERT INTO international VALUES (425,'WebGUI',21,'<27><><E1><CB><D4><C9><D7><CE> <20><><D3><CF><C5><C4><C9><CE><C5><CE>',1034189690);
INSERT INTO international VALUES (426,'WebGUI',21,'<27><><E9><D3><D4><CF><D2> <20><><D3><CF><C5><C4><C9><CE><C5><CE>',1034189690);
INSERT INTO international VALUES (427,'WebGUI',21,'<27><><F3><D4><C9>',1034189690);
INSERT INTO international VALUES (428,'WebGUI',21,'<27><><F0><CF><CC><D8><DA><CF><D7><C1><D4><C5> (ID)',1034189690);
INSERT INTO international VALUES (430,'WebGUI',21,'<27><><F7><D2><C5> <20><><D0><CF><D3><CC><C5><C4><CE><C5> <20><><C4><C5><CA><D3><D4><D7>',1034189690);
INSERT INTO international VALUES (431,'WebGUI',21,'IP <20><><C1><C4><D2>',1034189690);
INSERT INTO international VALUES (432,'WebGUI',21,'<27><><E4><C1> <20><><CF><CB><CF><CE><DE><C1><CE>',1034189690);
INSERT INTO international VALUES (433,'WebGUI',21,'<27><><F4> <20><><C2><D2><CF><D5><DA><C5>',1034189690);
INSERT INTO international VALUES (434,'WebGUI',21,'<27><><F3><CF><D3><D4><CF><D1><CE>',1034189690);
INSERT INTO international VALUES (435,'WebGUI',21,'<27><><E9> <20><><D3><CF><C5><C4><C9><CE><C5><CE> ',1034189690);
INSERT INTO international VALUES (436,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><D3><CF><C5><C4><C9><CE><C5><CE>',1034189690);
INSERT INTO international VALUES (437,'WebGUI',21,'<27><><F3><D4><C1><D4><C9><D3><D4><C9>',1034189690);
INSERT INTO international VALUES (438,'WebGUI',21,'<27><><F7><C1> <20><><C9>',1034189690);
INSERT INTO international VALUES (439,'WebGUI',21,'<27><><EC><C9><DE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>',1034189690);
INSERT INTO international VALUES (440,'WebGUI',21,'<27><><EB><CF><CE><D4><C1><CB><D4><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>',1034189690);
INSERT INTO international VALUES (443,'WebGUI',21,'<27><><E4><CF><CD><C1><DB><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>',1034189690);
INSERT INTO international VALUES (448,'WebGUI',21,'<27><><EB><C1><D2> <20><><D3><C1><CA>',1034189690);
INSERT INTO international VALUES (452,'WebGUI',21,'<27><><F7><D9><D0><CF><CC><CE><C5><CE> <20><><CF><D0><C5><D2><C1><C3>...',1034189690);
INSERT INTO international VALUES (453,'WebGUI',21,'<27><><E4><C1> <20><><D3><CF><DA><C4><C1><CE>',1034189690);
INSERT INTO international VALUES (454,'WebGUI',21,'<27><><E4><C1> <20><><D0><CF><D3><CC><C5><C4><CE><C5> <20><><CF><C2><CE><CF><D7><CC><C5><CE>',1034189690);
INSERT INTO international VALUES (460,'WebGUI',21,'<27><><FA><C1><C4><C5><D2><D6> <20><> <20><><D7><D2><C5><CD><C5>',1034189690);
INSERT INTO international VALUES (461,'WebGUI',21,'<27><><E6><CF><D2><CD> <20><><C4><C1>',1034189690);
INSERT INTO international VALUES (462,'WebGUI',21,'<27><><E6><CF><D2><CD> <20><><D7><D2><C5><CD><C5>',1034189690);
INSERT INTO international VALUES (463,'WebGUI',21,'<27><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D4> <20> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF>',1034189690);
INSERT INTO international VALUES (464,'WebGUI',21,'<27><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D4><CF><CC><C2><C3> <20> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF> ',1037171135);
INSERT INTO international VALUES (465,'WebGUI',21,'<27><><F2><C1><DA><CD> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><C2><CC><CF><CB>',1037171259);
INSERT INTO international VALUES (466,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><DC> <20><><CB><C1><D4><C5><C7><CF><D2> <20> <20><><D0><C5><D2><C5><CE><C5><D3> <20><><D7> <20><> <20><><D0><CF> <20> <20><><CF><C2><DD> <20><><CB><C1><D4><C5><C7><CF><D2>?',1036928295);
INSERT INTO international VALUES (467,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><DC> <20><><D0><CF> <20><><D7><CD><C5><D3> <20><> <20><><D7><D3><C5> <20><><C4><C1><CE><CE><D9>, <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D1>?',1036928391);
INSERT INTO international VALUES (469,'WebGUI',21,'Id',1034189690);
INSERT INTO international VALUES (470,'WebGUI',21,'<27><><E9>',1034189690);
INSERT INTO international VALUES (472,'WebGUI',21,'<27><><ED><C5><D4>',1034189690);
INSERT INTO international VALUES (473,'WebGUI',21,'<27><><EF><D4><CF><C2><D2><C1><D6><C1>?',1034189690);
INSERT INTO international VALUES (474,'WebGUI',21,'<27><><F3><C4><C5><CC><C1> <20><><D0><CF> <20><><CF><C2><D1><DA><C1><D4><C5><CC><D8><CE> <20><><C4> <20><><DA><C1><D0><CF><CC><CE><C5><CE>?',1034189690);
INSERT INTO international VALUES (475,'WebGUI',21,'<27><><F4><C5><CB>',1034189690);
INSERT INTO international VALUES (476,'WebGUI',21,'<27><><F4><C5><CB><D3><D4><CF><D7> <20><><D0><CF>',1034189690);
INSERT INTO international VALUES (477,'WebGUI',21,'<27><><CB> HTML',1034189690);
INSERT INTO international VALUES (478,'WebGUI',21,'URL',1034189690);
INSERT INTO international VALUES (479,'WebGUI',21,'<27><><E4><C1>',1034189690);
INSERT INTO international VALUES (480,'WebGUI',21,'E-mail',1034189690);
INSERT INTO international VALUES (481,'WebGUI',21,'<27><><F4><C5><CC><C5><C6>',1034189690);
INSERT INTO international VALUES (482,'WebGUI',21,'<27><><EE><CF><CD>',1034189690);
INSERT INTO international VALUES (483,'WebGUI',21,'\"<22><>\" <20><><C9> \"<22><><EE>\"',1034189690);
INSERT INTO international VALUES (484,'WebGUI',21,'<27><><F7><D9><C2><C5><D2><C9> <20><><D3><D0><C9><D3>',1034189690);
INSERT INTO international VALUES (485,'WebGUI',21,'<27><><FE><C5><CB><C2><CF>',1036492468);
INSERT INTO international VALUES (486,'WebGUI',21,'<27><><F4> <20><><C9><CE><C6><CF><D2><CD><C1><C3>',1034189690);
INSERT INTO international VALUES (487,'WebGUI',21,'<27><><F7><CF><DA><CD><CF><D6><CE> <20><><DA><CE><C1><DE><C5><CE>',1034189690);
INSERT INTO international VALUES (488,'WebGUI',21,'<27><><F7><CF><DA><CD><CF><D6><CE> <20><><DA><CE><C1><DE><C5><CE>',1034189690);
INSERT INTO international VALUES (489,'WebGUI',21,'<27><><EB><C1><D4><C5><C7><CF><D2> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034189690);
INSERT INTO international VALUES (491,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D0><CF> <20> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1036492493);
INSERT INTO international VALUES (492,'WebGUI',21,'<27><><F3><D0><C9><D3> <20><><D0><CF><CC>',1036492510);
INSERT INTO international VALUES (495,'WebGUI',21,'<27><><F7><D3><D4><D2><CF><C5><CE><CE> <20><><D2><C5><C4><C1><CB><D4>',1034189690);
INSERT INTO international VALUES (496,'WebGUI',21,'<27><><E9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><><D2><C5><C4><C1><CB><D4> <20><><D4><C5><CB><D3>',1037171462);
INSERT INTO international VALUES (494,'WebGUI',21,'<27><><F7><CE><C5><DB><CE> <20><><D2><C5><C4><C1><CB><D4>',1037084871);
INSERT INTO international VALUES (497,'WebGUI',21,'<27><><E4><C1> <20><><CE><C1><DE><C1>',1034189690);
INSERT INTO international VALUES (498,'WebGUI',21,'<27><><E4><C1> <20><><CF><CB><CF><CE><DE><C1><CE>',1034189690);
INSERT INTO international VALUES (499,'WebGUI',21,'ID <20><><CD><CF><C4><D5>',1037084820);
INSERT INTO international VALUES (500,'WebGUI',21,'ID <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (501,'WebGUI',21,'<27><><F3><CF><C4><C5><D2><D6><C1><CE>',1034189690);
INSERT INTO international VALUES (578,'WebGUI',21,'<27> <20><><D7> <20><><C5><D3> <20><><D3><CF><CF><C2><DD><C5><CE>, <20><><CE><C1><C8><CF><C4><D1><DD><C5><C5> <20> <20><><CF><D6><C9><C4><C1><CE> <20><><D0><CF><C4><D4><D7><C5><D2><D6><C4><C5><CE>.',1036499843);
INSERT INTO international VALUES (468,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><CB><C1><D4><C5><C7><CF><D2> <20> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034189690);
INSERT INTO international VALUES (508,'WebGUI',21,'<27><><FB><C1><C2><CC><CF>',1036492586);
INSERT INTO international VALUES (39,'UserSubmission',21,'<27><><EE><C1><D0><C9><D3><C1> <20><><CF><D4><D7>',1034189690);
INSERT INTO international VALUES (40,'UserSubmission',21,'<27><><F0><D2><C9><D3><CC>',1034189690);
INSERT INTO international VALUES (41,'UserSubmission',21,'<27><><E4><C1>',1034189690);
INSERT INTO international VALUES (45,'UserSubmission',21,'<27><><F7><C5><D2><CE><D5><D4><D8> <20> <20><><D3><D0><C9><D3> <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><D3><CF><CF><C2><DD><C5><CE>',1036491050);
INSERT INTO international VALUES (46,'UserSubmission',21,'<27><><FE><C9><D4><C1> <20><><C4><C1><CC><D8>...',1034189690);
INSERT INTO international VALUES (47,'UserSubmission',21,'<27><><EE><C1><D0><C9><D3><C1> <20><><CF><D4><D7>',1034189690);
INSERT INTO international VALUES (48,'UserSubmission',21,'<27><><F2><C1><DA><D2><C5><DB><C9> <20><><CF><C2><D3><D5><D6><C4><C5><CE> <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3>?',1036490707);
INSERT INTO international VALUES (571,'WebGUI',21,'<27><><F3><CE><D1> <20><><C2><CC><CF><CB><C9><D2><CF><D7> <20> <20><><CF><C2><D3><D5><D6><C4><C5><CE>',1034189690);
INSERT INTO international VALUES (51,'UserSubmission',21,'<27><><F3><CF><DA><C4><C1> <20> <20><><D0><CF><CB><C1><DA><C1> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20><><D2><C9><D3><D5><CE><CB>?',1036486968);
INSERT INTO international VALUES (52,'UserSubmission',21,'<27><><EB><D2><C1><D4><CB> <20><><D3><CF><C4><C5><D2><D6><C1><CE>',1034189690);
INSERT INTO international VALUES (53,'UserSubmission',21,'<27><><F7><CE><C5><DB><CE> <20><><D7>',1034189690);
INSERT INTO international VALUES (54,'UserSubmission',21,'<27><><F3><D4><C1><D4><C9><D3><D4><C9>',1034189690);
INSERT INTO international VALUES (55,'UserSubmission',21,'<27><><F4><D2><C1><C4><C9><C3><C9><CF><CE><CE>',1034189690);
INSERT INTO international VALUES (56,'UserSubmission',21,'<27><><E6><CF><D4><CF><C7><C1><CC><C5><D2>',1034189690);
INSERT INTO international VALUES (57,'UserSubmission',21,'<27><><F2><C5><D3><D0><CF><CE><C4><C5><CE>',1034189690);
INSERT INTO international VALUES (11,'FAQ',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D3><CF><C4><C5><D2><D6><C1><CE>?',1034189690);
INSERT INTO international VALUES (14,'FAQ',21,'<27><><F7><CF><D0><D2>',1034189690);
INSERT INTO international VALUES (15,'FAQ',21,'<27><><EF><D4><D7>',1034189690);
INSERT INTO international VALUES (16,'FAQ',21,'[<5B><><CE><C1><D7><C5>]',1034189690);
INSERT INTO international VALUES (509,'WebGUI',21,'<27><><F7><CE><C5><DB><CE> <20><><D7> <20><><CF><C2><D3><D5><D6><C4><C5><CE>',1034189690);
INSERT INTO international VALUES (514,'WebGUI',21,'<27><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D0><D2><CF><D3><CD><CF><D4><D2>',1034189690);
INSERT INTO international VALUES (518,'WebGUI',21,'<27><><F7><C8><CF><C4><D1><DD> <20><><D3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (519,'WebGUI',21,'<27><> <20><><C9><CE><C6><CF><D2><CD><C9><D2><CF><D7><C1>.',1034189690);
INSERT INTO international VALUES (520,'WebGUI',21,'<27><><F0><CF><D3><D9><CC><C1> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> e-mail.',1034189690);
INSERT INTO international VALUES (523,'WebGUI',21,'<27><><F3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (526,'WebGUI',21,'<27><><D5><C4><C1><CC><C9> <20><><D4><CF><CC><D8> JavaScript',1036499337);
INSERT INTO international VALUES (528,'WebGUI',21,'<27><><E9> <20><><DB><C1><C2><CC><CF>',1034189690);
INSERT INTO international VALUES (530,'WebGUI',21,'<27><> <b><3E><><D7><D3><C5></b> <20><><D3><CC><CF><D7><C1>',1034189690);
INSERT INTO international VALUES (531,'WebGUI',21,'<27> <b><3E><><D4><CF><DE><CE> <20><><C6><D2><C1><DA></b>',1034189690);
INSERT INTO international VALUES (532,'WebGUI',21,'<27> <b><3E><><CF><C4><CE> <20><></b> <20><><D3><CC>',1034189690);
INSERT INTO international VALUES (533,'WebGUI',21,'<b><3E><><C2></b> <20><><D3><CC>',1034189690);
INSERT INTO international VALUES (535,'WebGUI',21,'<27><><E7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><CF><D0><CF><D7><C5><DD><C1><C5><CD> <20><><D0> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3> <20><><CE><CF><D7><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1036582033);
INSERT INTO international VALUES (579,'WebGUI',21,'<27><><F7><C1> <20><><D0><C9><D3><D8> <20><><D0><D2><C9><CE><D1>.',1034189690);
INSERT INTO international VALUES (575,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1>',1034189690);
INSERT INTO international VALUES (570,'WebGUI',21,'<27><><FA><C1><C2><CC><CF><CB><C9><D2><CF><D7><C1> <20><><CF><C2><D3><D5><D6><C4><C5><CE>',1034189690);
INSERT INTO international VALUES (568,'WebGUI',21,'<27><><C2> <20><><D0><D2><C5><C4><D7><C1><D2><C9><D4><C5><CC><D8><CE><CF> <20><><D0><D2><CF><D3><CD><CF><D4>',1034189690);
INSERT INTO international VALUES (542,'WebGUI',21,'<27><><F7><C5><D2><CE><D5><D4><D8> <20> <20><><D3><D0><C9><D3> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>/<2F><><C7><D2><D5> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',1036930332);
INSERT INTO international VALUES (543,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><C7><D2><D5><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>.',1034189690);
INSERT INTO international VALUES (544,'WebGUI',21,'<27><> <20><><C4><C5><CA><D3><D4><D7><C9><D4><C5><CC><D8> <20><><C8><CF><D4><C9> <20><><D5><C4><C1><CC><C9> <20><><DC> <20><><C7><D2><D5><D0>?',1034189690);
INSERT INTO international VALUES (545,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C7><D2><D5><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',1034189690);
INSERT INTO international VALUES (547,'WebGUI',21,'<27><><F2><CF><C4><C9><D4><C5><CC><D8><D3><CB> <20><><C7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (548,'WebGUI',21,'<27><><E9> <20><><C7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (549,'WebGUI',21,'<27><><EF><D0><C9><D3><C1><CE> <20><><C7><D2><D5><D0>',1034189690);
INSERT INTO international VALUES (550,'WebGUI',21,'<27><><F0><D2><CF><D3><CD><CF><D4><D2><C5> <20><><C7><D2><D5><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',1034189690);
INSERT INTO international VALUES (382,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',1034189690);
INSERT INTO international VALUES (551,'WebGUI',21,'<27><><EB><CF><CD><CD><C5><CE><D4><C1><D2>',1034189690);
INSERT INTO international VALUES (552,'WebGUI',21,'<27><><EF><D6><C9><C4><C1><CE> ',1034189690);
INSERT INTO international VALUES (553,'WebGUI',21,'<27><><F3><D4><C1><D4>',1034189690);
INSERT INTO international VALUES (556,'WebGUI',21,'<27><><EB><CF><CC><C9><DE><C5><D3><D4>',1034189690);
INSERT INTO international VALUES (557,'WebGUI',21,'<27><><EF><D0><C9><D3><C1><CE>',1034189690);
INSERT INTO international VALUES (6,'Item',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D3><D3><D9><CC> <20><> <20><><C4><CF><CB><D5><CD><C5>',1034189690);
INSERT INTO international VALUES (559,'WebGUI',21,'<27><><F2><C5><C7><C9><D3><D4><D2><C1><C3>',1034189690);
INSERT INTO international VALUES (581,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><DA><CE><C1><DE><C5><CE>',1034189690);
INSERT INTO international VALUES (582,'WebGUI',21,'<27><><EF><D3><D4><C1><D7><C9> <20><><D0><D5><D3><D4>',1034189690);
INSERT INTO international VALUES (583,'WebGUI',21,'<27><><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><D2><C1><DA><CD> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',1034189690);
INSERT INTO international VALUES (2,'WobjectProxy',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D0><D2><CF><CB> <20><><CD><CF><C4><D5><CC>',1037087708);
INSERT INTO international VALUES (3,'WobjectProxy',21,'<27><><F0><D2><CF><CB>',1034189690);
INSERT INTO international VALUES (586,'WebGUI',21,'<27><><F1><DA><D9>',1034189690);
INSERT INTO international VALUES (587,'WebGUI',21,'<27><> <20><><C8><CF><D4><C9> <20><><D5><C4><C1><CC><C9> <20><><DC><D4> <20><><D1><DA>?',1034189690);
INSERT INTO international VALUES (590,'WebGUI',21,'ID <20><><D1><DA><D9>',1034189690);
INSERT INTO international VALUES (591,'WebGUI',21,'<27><><F1><DA>',1034189690);
INSERT INTO international VALUES (592,'WebGUI',21,'<27><><EB><CF><C4><C9><D2><CF><D7>',1034189690);
INSERT INTO international VALUES (595,'WebGUI',21,'<27><><F3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (597,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><D3><C9><D3><D4><C5>',1034189690);
INSERT INTO international VALUES (2,'MailForm',21,'<27><><F4><C5> <20><><D0><C9><D3><D8>',1034189690);
INSERT INTO international VALUES (3,'MailForm',21,'<27><><F3><D0><C1><D3><C9> <20><> <20><><D7> <20><><CF><D4><D7>!',1034189690);
INSERT INTO international VALUES (4,'MailForm',21,'<27><><F3><CB><D2><D9><D4>',1034189690);
INSERT INTO international VALUES (5,'MailForm',21,'<27><><EF><D4><CF><C2><D2><C1><D6><C1><C5><CD>',1034189690);
INSERT INTO international VALUES (6,'MailForm',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><D5><C5><CD>',1034189690);
INSERT INTO international VALUES (7,'MailForm',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><C6><CF><D2>',1034189690);
INSERT INTO international VALUES (8,'MailForm',21,'<27><><FB><C9><D2><C9>',1034189690);
INSERT INTO international VALUES (9,'MailForm',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D0><CF>',1034189690);
INSERT INTO international VALUES (10,'MailForm',21,'<27><>',1034189690);
INSERT INTO international VALUES (11,'MailForm',21,'<27><><EB><CF> (e-mail)',1034189690);
INSERT INTO international VALUES (14,'MailForm',21,'<27><><F4><C5>',1034189690);
INSERT INTO international VALUES (15,'MailForm',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><D0><CF>?',1034189690);
INSERT INTO international VALUES (16,'MailForm',21,'<27><><F0><CF><C4><D4><D7><C5><D2><D6><C4><C5><CE>',1034189690);
INSERT INTO international VALUES (17,'MailForm',21,'<27><><F0><C9><D3><D8> <20><><CF><D4><D0><D2><C1><D7><CC><C5>',1034189690);
INSERT INTO international VALUES (18,'MailForm',21,'<27><><F7><C5><D2><CE><D5><D4><D8>',1034189690);
INSERT INTO international VALUES (19,'MailForm',21,'<27><><F5><C4><C1><CC><C9> <20><><D0><CF>?',1034189690);
INSERT INTO international VALUES (20,'MailForm',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D0><CF>',1034189690);
INSERT INTO international VALUES (21,'MailForm',21,'<27><><EE><C1><DA><D7><C1><CE> <20><><D0><CF>',1034189690);
INSERT INTO international VALUES (22,'MailForm',21,'<27><><F3><D4><C1><D4>',1034189690);
INSERT INTO international VALUES (23,'MailForm',21,'<27><><F4>',1034189690);
INSERT INTO international VALUES (24,'MailForm',21,'<27><><F7><CF><DA><CD><CF><D6><CE> <20><><DA><CE><C1><DE><C5><CE> (<28><><F4><CF><CC><D8> <20><><C4> <20><><D7><D9><D0><C1><C4><C1><C0><DD> <20><><CD><C5>)',1034189690);
INSERT INTO international VALUES (25,'MailForm',21,'<27><><FA><CE><C1><DE><C5><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE> (<28><><CF><D0><C3><C9><CF><CE><C1><CC><D8>)',1034189690);
INSERT INTO international VALUES (26,'MailForm',21,'<27><><F3><CF><C8><D2><C1><CE><C9> <20><><DA><C1><D0><C9>?',1034189690);
INSERT INTO international VALUES (642,'WebGUI',21,'<27><><F3><D4><D2><C1><CE><C9> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'DownloadManager',21,'<27><><E6><C1><CA><CC><CF><D7> <20><><CD><C5><CE><C5><C4><D6> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'Item',21,'<27><><F3><D3><D9><CC> <20><> <20><><C4><CF><CB><D5><CD><C5> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'FAQ',21,'<27><><FE><C1><D3> <20><><DA><C1><C4><C1><D7><C1><C5><CD> <20><><D7><CF><D0><D2><CF> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'SyndicatedContent',21,'<27><><E9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><C4><D2><D5><C7> <20><><D3><C1><CA><D4> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'EventsCalendar',21,'<27><><EF><D2><C7><C1><CE><C1><CA><DA> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'LinkList',21,'<27><><F3><D0><C9><D3> <20><><D3><D3><D9><CC> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'ExtraColumn',21,'<27><><E4><CF><D0><CF><CC><CE><C9><D4><C5><CC><D8> <20><><CB><CF><CC><CF><CE> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'Poll',21,'<27><><E7><CF><CC><CF><D3><CF><D7><C1><CE> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'SiteMap',21,'<27><><EB><C1><D2> <20><><D3><C1><CA> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (61,'SQLReport',21,'SQL-<2D><><DA><C1><D0><D2> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (62,'MailForm',21,'<27><><F0><CF> <20><><C6><CF><D2>',1034189690);
INSERT INTO international VALUES (71,'DownloadManager',21,'<27><><E6><C1><CA><CC><CF><D7> <20><><CD><C5><CE><C5><C4><D6> <20><><D3><CF><DA><C4>, <20><><DE><D4><CF> <20><><D0><CF><CD><CF> <20><><D7> <20> <20><><D5><D0><D2><C1><D7><CC><C5><CE> <20><><C6><C1><CA><CC><C1>. <20><> <20><><D0><CF><DA><D7><CF><CC><D1> <20><><D7> <20><><CF><D0><D2><C5><C4><C5><CC><C9>, <20><><CB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><D3><CB><C1><DE><C9><D7><C1> <20><><C6><C1><CA> <20> <20><><D7><C1><DB><C5> <20><><D3><C1><CA>. \r\n<p>\r\n\r\n<b><3E><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><C6><C1><CA><CC> <20><> <20><><D3><D4><D2><C1><CE><C9></b><br>\r<><72> <20><><CD><CF><D6><C5> <20><><DA><C1><C4><C1> <20><><CD><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><C6><C1><CA><CC>, <20><><CF><D4><CF><C2><D2><C1><D6><C1><C5><CD> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9>. <20> <20><><D3><CC><D5><DE>, <20><><C5><D3> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><C6><C1><CA><CC> <20><><D0><D2><C5><D7><D9><DB><C1> <20><><D7><D9><C2><D2><C1><CE><CE> <20><><DA><CE><C1><DE><C5><CE>, <20><> <20><><CF><D3><D4><C1><D7><DB><C9><C5> <20><><C6><C1><CA> <20><><D0><C5><D2><C5><CE><CF><D3><D1><D4> <20><> <20><><D3><CC><C5><C4><D5><C0><DD> <20><><D3><D4><D2><C1><CE><C9>\r\n<p>\r\n\r\n<b><3E><><F0><CF><CB><C1><DA><D9><D7><C1> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20><><D2><C9><D3><D5><CE><CB>?</b><br>\r\n <20><><EF><D4><CD><C5><D4><D8> <20><><DC><D4> <20><><D0><D5><CE>, <20><><C5><D3> <20><> <20><><C8><CF><D4><C9> <20><><DE><D4><CF> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20><><CF><D4><CF><C2><D2><C1><D6><C1><CC><C9> <20><><C4> <20><><CB><C1><D6><C4><CF> <20><><D2><C9><D3><D5><CE>.\r\n<p>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><C6><C1>?</b><br>\r\n <20><><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><C6><C1>, <20><> <20><><D7><D9><C2><C5><D2><C9> \"<22><>\".\r\n<p>\r\n\r\n',1034189690);
INSERT INTO international VALUES (71,'SyndicatedContent',21,'<27><><F0> <20><><D0><CF><CD><CF> <20><><DC><D4><CF> <20><><CD><CF><C4><D5> <20><> <20><><CD><CF><D6><C5> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3>, <20><><D2><C1><DA><CD><C5><DD><C5><CE><CE> <20><> <20><><C4><D2><D5><C7> <20><><D3><C1><CA><D4> <20><><C9><D3><D0><CF><CC><D8><DA> RDF/RSS.\n<br><br>\r\n\r\n<b>URL <20> <20><><C6><C1><CA> RSS</b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D4><CF><DE><CE> URL (<28><><CE><C1><DE><C9><CE> <20> http://) <20> <20><><C6><C1><CA> RDF <20><><C9> RSS. <20><><E9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D7><D9><C2><D2><C1><CE><CE><CF> <20><><D3><C1><CA> <20><><C2><D5><C4> <20><><D3><CB><C1><DE><C9><D7><C1><D4><D8> <20><><CB><C1><D6><C4> <20><><DE>.\r\n<br><br>\r\n',1034189690);
INSERT INTO international VALUES (71,'MessageBoard',21,'<b><3E><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> <20><><D3><D4><D2><C1><CE><C9></b><br>\r\n<><6E><EB><CF><C7> <20><><D0><CF><D3><C5><D4><C9><D4><C5> <20><><D7><D0><C5><D2><D7> <20><><DA><C1><C8><CF><C4> <20><> <20><><D3><C1>, <20><> <20><><D3><CD><CF><D6> <20><><D0><D2><CF><D3><CD><CF><D4><D2><C5> <20><><D3><D0><C9><D3> <20><><D7><D3> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><C6><CF><D2><D5>. <20><><FA><C1><C4><C1><D7> <20><><CD><C1><CB><D3><C9><CD><C1><CC><D8> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9> <20><> <20><><CD><CF><D6><C5> <20><><D5><D0><D2><C1><D7><CC><D1> <20><><D7><CE><C5><DB><CE> <20><><D7><C9><C4> <20><><C6><CF><D2><D5>.\r\n<p>\r\n\r\n<b><3E><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><CF><D4><D0><D2><C1><D7><CC><D1> <20><><D3><CF><CF><C2><DD><C5><CE>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><CB><CF><D4><CF><D2> <20><><C2><D5><C4> <20><><D0><CF><DA><D7><CF><CC><C5> <20><><CF><D4><D0><D2><C1><D7><CC><D1> <20><><D3><CF><CF><C2><DD><C5><CE>.\r\n<p>\r\n\r\n<b><3E><><F7><D2><C5> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE></b><br>\r<><72><F7><D2><C5>, <20><><CF><D4><D7><C5><C4><C5><CE><CE> <20><><C4> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D3><CF><CF><C2><DD><C5><CE>; <20><> <20><><C9><D3><D4><C5><DE><C5><CE> <20><><DC><D4><CF> <20><><D7><D2><C5><CD><C5> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><C2><D5><C4> <20><><DA><C1><C2><CC><CF><CB><C9><D2><CF><D7><C1>.\r\n<p>\r\n<i><3E><><F7><CE><C9><CD><C1><CE>:</i> <20><><FC> <20><><CF><D0><C3> <20><><D7><D7><C5><C4><C5> <20><><C4> <20><><CF><C2><C5><D3><D0><C5><DE><C5><CE> <20><><C2><C5><DA><CF><D0><C1><D3><CE><CF><D3>.\r\n<p>\r\n\r\n<b><3E><><EE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><CF><D4><D0><D2><C1><D7><CB></b><br>\r\n<><6E><EF><D0><C3> <20><><D0><CF><DA><D7><CF><CC><D1> <20><><CE><C1><C2><CC><C0><C4><C1> <20><> <20><><C4><C5><CA><D3><D4><D7><C9><D1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>.\r\n<p>\r\n\r\n<b><3E><><ED><CF><C4><C5><D2><C1><D4></b><br>\r\n<><6E><FA><C4><C5> <20><> <20><><CD><CF><D6><C5> <20><><D7><D9><C2><D2><C1> <20><><C7><D2><D5><D0>, <20><><CB><CF><D4><CF><D2> <20><><C2><D5><C4> <20><><D0><CF><DA><D7><CF><CC><C5> <20><><CE><C1><C2><CC><C0><C4><C1> <20><> <20><><C8><CF><C4> <20><><CF><C2><D3><D5><D6><C4><C5><CE>.\r\n<p>\r\n\r\n<b><3E><><F4> <20><><CD><CF><C4><C5><D2><C9><D2><CF><D7><C1><CE>.</b><br>\r\n<i><3E><><C2> <20><><D0><D2><CF><D3><CD><CF><D4></i> <20><><CF><DA><CE><C1><DE><C1>, <20><><DE> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><CF><D4><D0><D2><C1><D7><CC><C5><CE><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><CE><C5><CD><C5><C4><CC><C5><CE> <20><><D0><D5><C2><CC><C9><CB><D5><C5><D4> <20><> <20><><D3><C1><CA>. <i><3E><><F0><D2><C5><C4><D7><C1><D2><C9><D4><C5><CC><D8><CE> <20><><D0><D2><CF><D3><CD><CF> <20><><D3><CF><CF><C2><DD><C5><CE></i> <20><><CF><DA><CE><C1><DE><C1>, <20><><DE> <20><><D0><C5><D2> <20><><D0><D5><C2><CC><C9><CB><C1><C3><C9> <20><> <20><><D3><C1><CA> <20><><CD><CF><C4><C5><D2><C1><D4> <20><><D0><D2><CF><D3><CD><C1><D4><D2><C9><D7><C1> <20><><D3><CF><CF><C2><DD><C5><CE>, <20> <20><><D4><CF><CC><D8> <20><><D0><CF><D3> <20><><C5> <20><><D2><C1><DA><D2><C5><DB><C5><CE> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><D0><D5><C2><CC><C9><CB><D5><C5><D4> <20><> <20><><D3><C1><CA>.\r\n<p>\r\n',1034189690);
INSERT INTO international VALUES (71,'LinkList',21,'<27><><F0><CF><DA><D7><CF><CC><D1> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DA><C9><D2><CF><D7><C1> <20><><D0><D2><CF><C3><C5> <20><><C4><CF><C2><C1><D7><CC><C5><CE> <20><><D3><D3><D9><CC> <20><> <20><><D3><C1>.\r\n<br><br>\r\n\r\n<b><3E><><EF><D4><D3><D4></b><br>\r\n<><6E><FA><C4><C5> <20><> <20><><CD><CF><D6><C5> <20><><D5><CB><C1><DA><C1> <20><> <20><><D3><CB><CF><CC><D8> <20><><D3><C9><CD><D7><CF><CC> <20><><CE><C1> <20><><D3><C4><C5><CC><C1> <20><><CF><D4><D3><D4> <20><> <20><><CB><D2> <20><><CC><C9><D3> <20><> <20><><D3><D3><D9><CC>.\r\n<br><br>\r\n<b><3E><><EB><CF><CC><CC><C9><DE><C5><D3><D4> <20><><D0><D5><D3><D4> <20><><D3><D4><D2> <20><><CD><C5><D6> <20><><D3><D3><D9><CC><CB><C1></b><br>\r\n<><6E><ED><CF><D6> <20><><DA><C1><C4><C1> <20><><CC><C0><C2> <20><><CB><CF><CC><C9><DE><C5><D3><D4> <20><><D0><D5><D3><D4> <20><><D3><D4><D2> <20><><CD><C5><D6> <20><><D3><D3><D9><CC><CB><C1>.\r\n<br><br>\r\n<b><3E><><F3><C9><CD><D7> <20><><D0><C5><D2> <20><><D3><D3><D9><CC><CB></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D7><D7><C5><D3> <20><><CC><C0><C2> <20><><D3><C9><CD><D7> <20><><D0><C5><D2> <20><><D3><D3><D9><CC><CB>. <20><><FC> <20><><D0><CF> <20><><CD><CF><D6> <20><><CF><D3><D4><C1><D7><C9> <20><><D0><D5><D3><D4>, <20><><CD><CF><D6> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><CB> HTML <20><><C9> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>.\r\n<br><br>\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><D3><D3><D9><CC>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D3><D3><D9><CC>, <20><> <20><><D7><D9><C2><C5><D2><C9> \"<22><>\".\r\n<br><br>\r\n<b><3E><><F3><D4><C9></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><C4><CF><C2><C1><D7><C9> <20><><D0><D2><CF><D0><C9><D3><C1> <20><><D7><CE><C5><DB><CE> <20><><D3><D4><C9> <20><><C4> <20><><DC><D4><CF> <20><><CD><CF><C4><D5>: <br>\r\n<b>.linkTitle</b>. <20><><FA><C4><C5> <20><> <20><><CD><CF><D6><C5> <20><><D0><CF><CD><C5><CE><D1> <20><><D4><CF><CC><DD><C9>, <20><><C3><D7> <20> <20>.<2E>. <20><><DA><C1><C7><CF><CC><CF><D7> <20><><CB><C1><D6><C4> <20><><D3><D3><D9><CC>.',1037084577);
INSERT INTO international VALUES (71,'ExtraColumn',21,'<27><><E4><CF><C2><C1><D7><CC><C5><CE> <20><><CE><CF><D7> <20><><CB><CF><CC><CF><CE> <20><><D0><CF><DA><D7><CF><CC><D1> <20><><C9><DA><CD><C5><CE><C9> <20><><D7><CE><C5><DB><CE> <20><><D7> <20><><D3><D4><D2><C1><CE><C9>. <20><><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C9><DA><CD><C5><CE><C9> <20><><D7><CE><C5><DB><CE> <20><><D7> <20><><D7><D3> <20><><D3><D4><D2><C1><CE> <20><><D3><C1><CA>, <20><><D7> <20><><CE><C5><CF><C2><C8><CF><C4><C9> <20><><C9><DA><CD><C5><CE><C9> <i><3E><><D3><D4><C9></i> <20><><D3><C1><CA> <20><><C3><C5><CC><C9><CB> <20><><C9><D3><D0><CF><CC><D8><DA> <i><3E><><DB><C1><C2><CC></i> <20><><D7><CD><C5><D3> <20><><C4><CF><C2><C1><D7><CC><C5><CE> <20><><CB><CF><CC><CF><CE>. \r\n<br><br>\r\n <20><><EB><CF><CC><CF><CE> <20><><D7><D3><C5><C7> <20><><C4><CF><C2><C1><D7><CC><D1><C0><D4> <20><><D3><CC><C5> <20><><CE><C1><D0><D2><C1>. <20><><F0><CF><DC><D4><CF> <20><><D3><D5><DD><C5><D3><D4><D7><D5><C0><DD> <20><><CE><C1><D0><CF><CC><CE><C5><CE> <20><><D3><D4><D2><C1><CE> <20><><CF><CB><C1><D6><C5><D4> <20><><D3><CC><C5> <20><> <20><><CE><CF><D7> <20><><CB><CF><CC><CF><CE>.\r\n<br><br>\r\n<b><3E><><F0><D2><CF><C2></b><br>\r\n<><6E><ED><C5><CE> <20><><DA><CE><C1><DE><C5><CE> <20><><D0><D2><CF><C2><C5> <20><> <20><><CD><CF><D6><C5> <20><><C9><DA><CD><C5><CE><D1> <20><><D0><D2><CF><CD><C5><D6><D5><D4> <20><><CD><C5><D6> <20><><D3><D5><DD><C5><D3><D4><D7><D5><C0><DD> <20><><CE><C1><D0><CF><CC><CE><C5><CE><C9> <20> <20><><C4><CF><C2><C1><D7><CC><C5><CE><CE> <20><><CB><CF><CC><CF><CE><CB>. <20><><FA><CE><C1><DE><C5><CE> <20><><D0><D2><CF><C2><C5> <20> <20><><D0><C9><CB><D3><C5><CC>.\r\n<br><br>\r\n<b><3E><><FB><C9><D2><C9></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D5><CB><C1><DA><C1> <20><><DB><C9><D2><C9> <20><><CE><CF><D7> <20><><CB><CF><CC><CF><CE> <20> <20><><D0><C9><CB><D3><C5><CC>.\r\n<br><br>\r\n<b>CSS</b><br>\r\n<><6E> <20><><D5><CD><CF><CC><DE><C1><CE> <20><> <20><><D7><D3> <20><><C4><CF><C2><C1><D7><CC><D1><C5><CD> <20><><CB><CF><CC><CF><CE><CB> <20><><D0><D2><C9><CD><C5><CE><D1><C5><D4> <20><><D4> <20><> <20><><D3><D4><C9>, <20><><CB><CF><D4><CF><D2> <20><><C9><CD><C5> <20><><D3><D4><D2><C1><CE><C9>. <20><> <20><><C5><D3> <20><> <20><><C8><CF><D4><C9>, <20><><DE><D4><CF> <20><><CB><CF><CC><CF><CE> <20><><C9><CD><C5> <20><><C4><D2><D5><C7> <20><><D3><D4><C9>, <20><> <20><><CD><CF><D6><C5> <20><><C5> <20><><C9><DA><CD><C5><CE><C9>.\r\n',1036498619);
INSERT INTO international VALUES (670,'WebGUI',21,'<27><><E7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1036930450);
INSERT INTO international VALUES (72,'EventsCalendar',21,'<27><><F3><CF><C2><D9><D4> <20><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>',1034189690);
INSERT INTO international VALUES (72,'FAQ',21,'<27><><F7><CF><D0><D2> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (697,'WebGUI',21,'<27><><EE><C1><C2><CC><C0><C4><C5><CE> (<28><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE>)',1034189690);
INSERT INTO international VALUES (5,'WobjectProxy',21,'<27><><F0><D2><CF><CB> <20><><CD><CF><C4><D5><CC> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>)',1037087918);
INSERT INTO international VALUES (30,'UserSubmission',21,'<27><><EE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><D0><CF><D3><D9><CC><CB>',1034189690);
INSERT INTO international VALUES (72,'Poll',21,'<27><><F2><C1><D3><D0><CF><CC><C1><C7><C1> <20><><CF><D4><D7><C5> <20> <20><><D0><D2><CF><C9><DA><D7><CF><CC><D8><CE> <20><><D0><CF><D2><D1><C4>?',1034189690);
INSERT INTO international VALUES (699,'WebGUI',21,'<27><><F0><C5><D2><D7> <20><><D2><C1><C2><CF><DE> <20><><C4><C5>',1034189690);
INSERT INTO international VALUES (74,'EventsCalendar',21,'<27><><EB><C1><CC><C5><CE><C4><C1>',1034189690);
INSERT INTO international VALUES (702,'WebGUI',21,'<27><><ED><C5><D3>',1034189690);
INSERT INTO international VALUES (703,'WebGUI',21,'<27><><C7>/<2F><><C7><CF>/<2F><><CC>',1036152691);
INSERT INTO international VALUES (705,'WebGUI',21,'<27><><CD><C9><CE>(<28>)',1036152890);
INSERT INTO international VALUES (706,'WebGUI',21,'<27><><DE>(<28><>)',1036152945);
INSERT INTO international VALUES (716,'WebGUI',21,'<27><><F7><CF><CA> <20> <20><><D3><C9><D3><D4><C5>',1034189690);
INSERT INTO international VALUES (717,'WebGUI',21,'<27><><F7><D9><CA> <20><> <20><><D3><C9><D3><D4><C5>',1034189690);
INSERT INTO international VALUES (722,'WebGUI',21,'Id',1034189690);
INSERT INTO international VALUES (721,'WebGUI',21,'<27><><F0><D2><CF><D3><D4><D2><C1><CE><D3><D4> <20><><C9><CD>',1034189690);
INSERT INTO international VALUES (804,'WebGUI',21,'<27><><EB><CF><CC><CC><C9><DE><C5><D3><D4> <20><><D2><C5><DA><D5><CC><D8><D4><C1><D4> <20><> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9>',1034189690);
INSERT INTO international VALUES (805,'WebGUI',21,'<27><><F5><D0><D2><C1><D7><CC><C5><CE> <20><><D0><CF><CD><CF><DD>',1034189690);
INSERT INTO international VALUES (806,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D3><D4><C1><D4> <20><><D0><CF><CD><CF>',1034189690);
INSERT INTO international VALUES (807,'WebGUI',21,'<27><><FC><CB><D3><D0><CF><D2><D4><C9><D2><CF><D7><C1> <20><><D0><CF><CD><CF>',1034189690);
INSERT INTO international VALUES (808,'WebGUI',21,'<27><><EE><C1><DA><D7><C1><CE> <20><><D3><D4><C1><D4>',1034189690);
INSERT INTO international VALUES (809,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D3><CF><CF><C2><DD><C5><CE>',1034189690);
INSERT INTO international VALUES (810,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D3><D4><C1><D4> <20><><D0><CF><CD><CF>',1034189690);
INSERT INTO international VALUES (447,'WebGUI',21,'<27><><EB><C1><D2> <20><><D3><C1><CA>',1034156022);
INSERT INTO international VALUES (5,'WebGUI',21,'<27><><F3><D0><C9><D3> <20><><C7><D2><D5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>',1034155904);
INSERT INTO international VALUES (90,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><C7><D2><D5><D0>',1034153981);
INSERT INTO international VALUES (89,'WebGUI',21,'<27><><F3><D0><C9><D3> <20><><C7><D2><D5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>',1034153938);
INSERT INTO international VALUES (157,'WebGUI',21,'<27><><F3><D0><C9><D3> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>',1034153862);
INSERT INTO international VALUES (6,'WebGUI',21,'<27><><E7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE> <20><><D3><C1><CA>',1034153818);
INSERT INTO international VALUES (158,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>',1034153765);
INSERT INTO international VALUES (169,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034153708);
INSERT INTO international VALUES (7,'WebGUI',21,'<27><><F3><D0><C9><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA>',1034153673);
INSERT INTO international VALUES (117,'WebGUI',21,'<27><><F5><D0><D2><C1><D7><CC><C5><CE> <20><><CE><CF><D7><D9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D1>',1036145263);
INSERT INTO international VALUES (342,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20><> <20><><C1><CB><CB><C1><D5><CE>',1034153304);
INSERT INTO international VALUES (455,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>',1034153274);
INSERT INTO international VALUES (308,'WebGUI',21,'<27><><E9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>',1034153248);
INSERT INTO international VALUES (708,'WebGUI',21,'<27><><F0><D2><C1> <20><><C4><CF><D3><D4><D5> (<28><><D5><D0><D2><C1><D7><CC><C5><CE>)',1034152844);
INSERT INTO international VALUES (68,'WebGUI',21,'<27><><F4><C1><CB> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20> <20><><D3><C9><D3><D4><C5> <20><> <20><><DA><C1><D2><C5><C7><C9><D3><D4><D2><C9><D2><CF><D7> <20><><C9> <20><><C9>/<2F><><D0><C1><D2><CF> <20><><D7><D7><C5><C4><C5> <20><><CE><C5><D0><D2><C1><D7><C9><CC><D8>.',1034152803);
INSERT INTO international VALUES (710,'WebGUI',21,'<27><><F0><D2><C1> <20><><C4><CF><D3><D4><D5>',1034152737);
INSERT INTO international VALUES (140,'WebGUI',21,'<27><><EF><C2><DD> <20><><CE><C1><D3><D4><D2><CF><CA>',1034152676);
INSERT INTO international VALUES (133,'WebGUI',21,'<27><><EE><C1><D3><D4><D2><CF><CA> e-mail',1034152237);
INSERT INTO international VALUES (524,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CB><CF><CD><CD><C5><CE><D4><C1><D2> <20> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>?',1037169664);
INSERT INTO international VALUES (515,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CB><CF><CD><CD><C5><CE><D4><C1><D2> <20> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>?',1037169693);
INSERT INTO international VALUES (406,'WebGUI',21,'<27><><F2><C1><DA><CD> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',1034149253);
INSERT INTO international VALUES (130,'WebGUI',21,'<27><><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><D2><C1><DA><CD> <20><><D7><CC><CF><D6><C5><CE><CE> <20><><C6><C1><CA><CC>',1034149144);
INSERT INTO international VALUES (398,'WebGUI',21,'<27><><EF><C2><DF><D1><D7><CC><C5><CE> <20><><D4><C9> <20><><C4><CF><CB><D5><CD><C5><CE><D4>',1034149105);
INSERT INTO international VALUES (141,'WebGUI',21,'<27><><F3><D4><D2><C1><CE><C9> \"<22><><F3><D4><D2><C1><CE><C9> <20><> <20><><CE><C1><CA><C4><C5>\"',1034149033);
INSERT INTO international VALUES (527,'WebGUI',21,'<27><><EE><C1><DE><C1><CC><D8><CE> <20><><D3><D4><D2><C1><CE><C9>',1034148929);
INSERT INTO international VALUES (525,'WebGUI',21,'<27><><E9><CE><C6><CF><D2><CD><C1><C3><C9><CF><CE><CE> <20><><CE><C1><D0><CF><CC><CE><C5><CE>',1034148876);
INSERT INTO international VALUES (127,'WebGUI',21,'URL <20><><D3><C1><CA> <20><><C6><C9><D2>',1034148744);
INSERT INTO international VALUES (125,'WebGUI',21,'<27><><EE><C1><DA><D7><C1><CE> <20><><C6><C9><D2>',1034148713);
INSERT INTO international VALUES (124,'WebGUI',21,'<27><><E9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><C6><C9><D2>',1034148253);
INSERT INTO international VALUES (584,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D1><DA>',1034148044);
INSERT INTO international VALUES (73,'LinkList',21,'<b><3E><><EE><C1><DA><D7><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D4><C5><CB> <20><><D3><D3><D9><CC>.\r\n<p>\r\n\r\n<b>URL</b><br>\r\n<><6E><F7><D7><C5><C4><C9> URL <20><><D3><C1><CA>, <20><> <20><><CB><CF><D4><CF><D2> <20><> <20><><C8><CF><D4><C9> <20><><D0><CF><D3><D4><C1><D7><C9> <20><><D3><D3><D9><CC>.\r\n<p>\r\n\r\n<b><3E><><EF><D4><CB><D2><D9><D7><C1> <20><><D3><D3><D9><CC> <20> <20><><CE><CF><D7> <20><><CF><CB>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> \"<22><>\", <20><><C5><D3> <20><> <20><><C8><CF><D4><C9>, <20><><DE><D4><CF> <20><><D3><C1>, <20><> <20><><CB><CF><D4><CF><D2> <20><><D3><D4><CF> <20><><D3><D3><D9><CC>, <20><><CF><D4><CB><D2><D9><D7><C1><CC> <20> <20><><CE><CF><D7> <20><><CF><CB>.\r\n<p>\r\n\r\n<b><3E><><EF><D0><C9><D3><C1><CE></b><br>\r\n<><6E> <20><><CD><CF><D6><C9> <20><><D7><D7><C5><D3> <20><><CB><D2><C1><D4><CB> <20><><CF><D0><C9><D3><C1><CE> <20><><D3><C1><CA>, <20><> <20><><CB><CF><D4><CF><D2> <20><><D7><C5><C4> <20><><D3><D3><D9><CC>. <20><><FC> <20><><D0><CF> <20><><D4><C1><CB> <20><><CD><CF><D6> <20><><CF><D3><D4><C1><D7><C9> <20><><D0><D5><D3><D4>.\r\n<p>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D3><D3><D9><CC>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D3><D3><D9><CC>, <20><><D7><D9><C2><C5><D2><C9> \"<22><>\".\r\n<p>\r\n',1034073553);
INSERT INTO international VALUES (1,'Item',21,'URL',1034072933);
INSERT INTO international VALUES (73,'FAQ',21,'<b><3E><><F7><CF><D0><D2></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D4><C5><CB> <20><><D7><CF><D0><D2>.\r\n<p>\r\n\r\n\r\n<b><3E><><EF><D4><D7></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D4><C5><CB> <20><><CF><D4><D7><C5>.\r\n<p>\r\n\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D7><CF><D0><D2>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D7><CF><D0><D2>, <20><><D7><D9><C2><C5><D2><C9> \"<22><>\".\r\n<p>\r\n\r\n',1034072907);
INSERT INTO international VALUES (71,'FAQ',21,'<27><><E4><CF><C2><C1><D7> \"<22><><DE><C1><D3> <20><><DA><C1><C4><C1><D7><C1><C5><CD> <20><><D7><CF><D0><D2><CF>\" <20><> <20><><D7> <20><><D3><C1>, <20><> <20><><C9><DA><C2><C1><D7><C9> <20><><D3><C5> <20><> <20><><CE><C5><CF><C2><C8><CF><C4><C9><CD><CF><D3> <20><><CF><D4><D7><C5><DE><C1>, <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA> <20><><DA><C1><C4><C1><D7><C1> <20><><D7><CF><D0><D2><CF>, <20><><D3><D7><D1><DA><C1><CE><CE> <20> <20><><D0><D2><C1><D7><C9><CC><C1> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3>, <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE><C9> <20><><D3><C1><CA> <20> <20>.<2E>.\r\n<br><br>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><D3><CF><C4><C5><D2><D6><C1><CE>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><D7><D9><C2><C5><D2><C9> \"<22><>\", <20><> <20><><D0><C5><D2> <20><><D3><D0><C9><D3><CB> <20><><D7><CF><D0><D2><CF><D3> <20> <20><><CF><D4><D7><C5><D4> <20><><C2><D5><C4> <20><><C4><CF><C2><C1><D7><CC> <20><><D3><D0><C9><D3> <20><><D7><D3> <20><><D7><CF><D0><D2><CF><D3>. <20><><FC> <20><><CF><D0><C3> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20><><C4> <20><><D5><D0><D2><CF><DD><C5><CE> <20><><D0><D2><CF><C3><C5><C4><D5> <20><><D0><CF><C9><D3> <20><><CF><D4><D7><C5> <20><> <20><><C9><CE><D4><C5><D2><C5><D3><D5><C0><DD> <20><><D7><CF><D0><D2>.\r\n<p>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><F7><CF><D0><D2>/<2F><><EF><D4><D7>?</b><br>\r\n<><6E> <20><><C9><DA><C2><C5><D6><C1><CE> <20><><D0><D5><D4><C1><CE><C9> <20><><D0><C5><D2> <20><><D4><C5><CB><D3><D4> <20><><D7><CF><D0><D2><CF> <20><><D2><C5><CB><CF><CD><C5><CE><C4><D5><C5><D4> <20><><C4><CF><C2><C1><D7><CC><D1> <20><><D3><CC><CF> <b>\"<22><><F7><CF><D0><D2>:\"</b>, <20> <20><><D0><C5><D2> <20><><D4><C5><CB><D3><D4> <20><><CF><D4><D7><C5> <20><><D3><CC><CF> <b>\"<22><><EF><D4><D7>:\"</b>. <20><><FA><C4><C5> <20><><D7> <20><><D0><D2><C5><C4><CC><C1><C7><C1><C5><D4> <20><><D7><D9><C2><D2><C1>, <20><><C4><CF><C2><C1><D7><CC><D1> <20><><DC> <20><><D3><CC><CF> <20><><C9> <20><><CE>.\r\n<p>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><CB><CE><CF><D0> [<5B><><CE><C1><D7><C5>]?</b><br>\r\n <20> <20><><D0><CF><CD><CF><DD> <20><><CB><CE><CF><D0> [<5B><><CE><C1><D7><C5>] <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><CD><CF><D6> <20><><C2><D9><D3><D4> <20><><D0><C5><D2><C5><CA> <20> <20><><D3><D0><C9><D3> <20><><D7><CF><D0><D2><CF><D3>.\r\n<p>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D7><CF><D0><D2>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><D0><D2><CF><C4><CF><CC><D6><C9> <20><><D7><D7><CF><C4><C9> <20><><D7><CF><D0><D2><CF> <20> <20><><CF><D4><D7><C5>, <20><> <20><><D7><D9><C2><C5><D2><C9> \"<22><>\".\r\n<br><br>\r\n',1034072662);
INSERT INTO international VALUES (78,'EventsCalendar',21,'<27><><F5><C4><C1><CC><C5><CE> <20><> <20><><D7><CF><DA><CD><CF><D6>',1034072600);
INSERT INTO international VALUES (73,'EventsCalendar',21,'<b><3E><><EE><C1><DA><D7><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CE><C1><DA><D7><C1><CE> <20><><D3><CF><C2><D9><D4>.\r\n<p>\r\n\r\n<b><3E><><EF><D0><C9><D3><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CF><D0><C9><D3><C1><CE> <20><><D0><D2><C5><C4><D3><D4><CF><D1><DD><C5> <20><><D3><CF><C2><D9><D4>.\r\n<p>\r\n\r\n<b><3E><><E4><C1> <20><><CE><C1><DE><C1></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C4><C1> <20><><CE><C1><DE><C1> <20><><D3><CF><C2><D9><D4>.\r\n<p>\r\n\r\n<b><3E><><E4><C1> <20><><CF><CB><CF><CE><DE><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C4><C1> <20><><CF><CB><CF><CE><DE><C1><CE> <20><><D3><CF><C2><D9><D4>.\r\n<p>\r\n\r\n<b><3E><><F0><CF><D7><D4><CF><D2><D1> <20><><CB><C1><D6><C4></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><D0><D2><CF><CD><C5><D6><C5><D4> <20><><D7><D2><C5><CD><C5>, <20> <20><><D4><C5><DE><C5><CE> <20><><CB><CF><D4><CF><D2><CF> <20><><D0><CF><D7><D4><CF><D2><D1><C5><D4> <20><><D3><CF><C2><D9><D4>. \r\n\r\n<p>\r\n\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D3><CF><C2><D9><D4>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><C4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D3><CF><C2><D9><D4>, <20><><D7><D9><C2><C5><D2><C9> \"<22><>\".\r\n<p>\r\n',1034072497);
INSERT INTO international VALUES (641,'WebGUI',21,'<27><><E7><D2><D5><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE> <20><><D7><D9><D0><CF><CC><CE> <20><><D4><C5> <20><><C6><D5><CE><CB><C3>, <20><><DE> <20> <20><><D0><C1><D0>, <20>.<2E>. <20><><D0><CF><DA><D7><CF><CC><D1> <20><><CF><C2><DF><C5><C4><C9><CE><C9> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE> <20> <20><><C7><D2><D5><D0>, <20><><D3><D7><D1><DA><C1><CE><CE> <20><> <20><><D3><CD><D9><D3>. <20><> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE> <20><> <20><><CF><C2><D1><DA><C1><D4><C5><CC><D8>, <20><> <20><><D3><C9><CC><D8> <20><><D3><CF><CB><D2><C1><DD><C1><C5><D4> <20><><D7><D2><C5>, <20><><DA><C1><D4><D2><C1><DE><C9><D7><C1><C5><CD> <20><> <20><><D0><CF><C9> <20><><CE><D5><D6><CE><CF> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>.\r\n<p>\r\n\r\n<b><3E><><E9> <20><><C7><D2><D5><D0></b><br>\r\n<><6E><DA><C1><C4><C1><CA> <20><><C9> <20><><C4> <20><><D3><CF><DA><C4><C1><D7><C1><C5><CD> <20><><C7><D2><D5><D0>.\r\n<p>\r\n\r\n<b><3E><><EF><D0><C9><D3><C1><CE> <20><><C7><D2><D5><D0></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CB><D2><C1><D4><CB> <20><><CF><D0><C9><D3><C1><CE> <20><><C7><D2><D5><D0>.\r\n<p>\r\n',1034072454);
INSERT INTO international VALUES (4,'WobjectProxy',21,'<27><><F0><D2><CF><CB> <20><><CD><CF><C4><D5><CC><D8> <20><> <20><><D2><C1><C2><CF><D4><C1>. <20><><F7><CF><DA><CD><CF><D6> <20><><CD><CF><C4><D5> <20><><D5><C4><C1><CC>.',1037087909);
INSERT INTO international VALUES (95,'WebGUI',21,'<27><><F0><CF><CD><CF>',1034071300);
INSERT INTO international VALUES (86,'WebGUI',21,'<27><><F5><C4><C1><CC><C9> <20><><DC> <20><><C7><D2><D5><D0>?',1034071269);
INSERT INTO international VALUES (719,'WebGUI',21,'<27><><D5><D3><D4>.',1034071136);
INSERT INTO international VALUES (71,'WebGUI',21,'<27><><F7><CF><D3><D3><D4><C1><CE><CF><D7><C9> <20><><D0><C1><D2><CF>',1034071069);
INSERT INTO international VALUES (60,'WebGUI',21,'<27><><F7> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D7><C1><DB> <20><><C1><CB><CB><C1><D5><CE> <20><><C2><D5><C4> <20><><D0><CF><D4><C5><D2><D1>!<br><3E><><F5><C4><C1><CC><C9> <20><><D7> <20><><C1><CB><CB><C1><D5>? \r\n',1034070891);
INSERT INTO international VALUES (564,'WebGUI',21,'<27><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><D0><D2><C9><CE><C9><CD><C1> <20><><D5><DE><C1><D3><D4> <20> <20><><CF><C2><D3><D5><D6><C4><C5><CE>?',1036490781);
INSERT INTO international VALUES (567,'WebGUI',21,'<27><><D0><D2><C5><C4><D7><C1><D2><C9><D4><C5><CC><D8><CE> <20><><D0><D2><CF><D3><CD><CF> <20><><D3><CF><CF><C2><DD><C5><CE>',1034070696);
INSERT INTO international VALUES (569,'WebGUI',21,'<27><><F4> <20><><CD><CF><C4><C5><D2><C9><D2><CF><D7><C1><CE>',1034070657);
INSERT INTO international VALUES (596,'WebGUI',21,'<27><> <20><><CE><C1><CA><C4><C5>',1034070631);
INSERT INTO international VALUES (546,'WebGUI',21,'ID <20><><C7><D2><D5><D0>',1034070575);
INSERT INTO international VALUES (536,'WebGUI',21,'<27><> <20><><D3><C1><CA> <20><><DA><C1><D2><C5><C7><C9><D3><D4><D2><C9><D2><CF><D7> <20><><CE><CF><D7> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> ^@;.',1034070542);
INSERT INTO international VALUES (513,'WebGUI',21,'<27><><F0><D2><C5><C4><D9><C4><D5><DD> <20><><D3><CF><CF><C2><DD><C5><CE>',1034070369);
INSERT INTO international VALUES (363,'WebGUI',21,'<27><><F0><CF><DA><C9><C3> <20><><D7><CE><D5><D4> <20><><DB><C1><C2><CC><CF>',1034070190);
INSERT INTO international VALUES (345,'WebGUI',21,'<27><> <20><><DA><C1><D2><C5><C7><C9><D3><D4><D2><C9><D2><CF><D7>',1036492080);
INSERT INTO international VALUES (332,'WebGUI',21,'<27><><E9><CE><C4><C5>',1036491918);
INSERT INTO international VALUES (331,'WebGUI',21,'<27><><EF><C2><CC><C1><D3>',1036074456);
INSERT INTO international VALUES (337,'WebGUI',21,'<27><><E4><CF><CD><C1><DB><CE> <20><><D3><D4><D2><C1><CE><C9>',1034069981);
INSERT INTO international VALUES (329,'WebGUI',21,'<27><><F2><C1><C2><CF><DE> <20><><C1><C4><D2>',1034069955);
INSERT INTO international VALUES (336,'WebGUI',21,'<27><><E4><C1> <20><><D2><CF><D6><C4><C5><CE>',1034069849);
INSERT INTO international VALUES (330,'WebGUI',21,'<27><><E7><CF><D2>',1034069815);
INSERT INTO international VALUES (326,'WebGUI',21,'<27><><E9><CE><C4><C5>',1034069763);
INSERT INTO international VALUES (325,'WebGUI',21,'<27><><EF><C2><CC><C1><D3>',1034069721);
INSERT INTO international VALUES (38,'UserSubmission',21,'<27><><F7><D9><C2><C5><D2><C9> &#8222;<3B><>&#8220;, <20><><C5><D3> <20><> <20><> <20><><C4><CF><C2><C1><D7><CC><D1> &lt;br&gt; <20><><D3><CF><CD><CF><D3><D4><CF><D1><D4><C5><CC><D8>.\r\n<><6E><F7><D9><C2><C5><D2><C9> &#8222;<3B><><EE>&#8220; <20><><C5><D3> <20><> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> HTML-<2D><><CB>/<2F><><C9> <20><><D2><C5><C4><C1><CB><D4> <20> <20><><D2><C1><D3><DB><C9><D2><C5><CE><CE><D9> <20><><D7><CF><DA><CD><CF><D6><CE><CF><D3><D4><D1>.',1037003959);
INSERT INTO international VALUES (71,'Poll',21,'<27><><E7><CF><CC><CF><D3><CF><D7><C1><CE> <20><><D0><CF><CD><CF><D6> <20><><D7> <20><><D5><DA><CE><C1> <20><><CD><CE><C5><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D7><C1><DB><C5> <20><><D3><C1><CA> <20><> <20><><D0><CF><D7><CF> <20><><C9><CE><D4><C5><D2><C5><D3><D5><C0><DD> <20><><D7> <20><><D4><C5> (<28><><CE><C1><D0><D2><C9><CD> <20><><C9><CE><C6><CF><D2><CD><C1><C3><C9><CF><CE><CE><CF> <20><><CE><C1><D0><CF><CC><CE><C5><CE> <20><><C9> <20><><CE><CF><D7> <20><><D5><D3><CC>).\r\n<br><br>\r\n<b><3E><><F3><C4><C5><CC><C1> <20><><C1><CB><D4><C9><D7><CE></b><br>\r\n<><6E><E5><D3> <20><> <20><><D7><D9><C2><C5><D2><C9> \"<22><>\", <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D3><CD><CF><C7> <20><><C7><CF><CC><CF><D3><CF><D7><C1>.\r\n<br><br>\r\n\r\n<b><3E><><EB> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><C7><CF><CC><CF>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><CB><CF><D4><CF><D2> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><><C7><CF><CC><CF><D3><CF><D7><C1> <20><> <20><><D3><C1><CA>.\r\n<br><br>\r\n\r\n<b><3E><><EE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><C8><CF><C4> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D5><CB><C1><DA><C1> <20><><D7><C5><D3> <20><> <20><><CE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE> <20><><C9> <20><><CE>\r\n<p>\r\n\r\n<b><3E><><FB><C9><D2><C9> <20><><C7><D2><C1><C6><C9></b><br>\r\n<><6E><F2><C5><DA><D5><CC><D8><D4><C1> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE> <20><><D0><D2><C5><C4><D3><D4><C1><D7><CC><D1><C0><D4> <20> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><CF><D2>. <20><><ED><C5><CE> <20><><DC> <20><><DA><CE><C1><DE><C5><CE> <20><> <20><><CD><CF><D6><C5> <20><><C9><DA><CD><C5><CE><D1> <20><><DB><C9><D2><C9> <20><><C7><D2><C1><C6><C9>. <20><><FA><CE><C1><DE><C5><CE> <20><><D5><CB><C1><DA><D9><D7><C1><C5><D4> <20> <20><><D0><C9><CB><D3><C5><CC>.\r\n<br><br>\r\n\r\n<b><3E><><F7><CF><D0><D2> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE></b><br>\r\n<><6E><F5><CB><C1><D6><C9> <20><><D7><CF><D0><D2>, <20><> <20><><CB><CF><D4><CF><D2> <20><><C4><CF><CC><D6> <20><><CF><D4><D7><C5><D4><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>.\r\n<br><br>\r\n\r\n<b><3E><><F7><C1><D2><C9><C1><CE> <20><><CF><D4><D7><C5><D4></b><br>\r\n<><6E><F5><CB><C1><D6><C9> <20><><D7><CF><DA><CD><CF><D6><CE> <20><><D7><C1><D2><C9><C1><CE> <20><><CF><D4><D7><C5><D4> <20><> <20><><DA><C1><C4><C1><CE><CE> <20><><D7><CF><D0><D2> (<28><> <20><><C2><CF><CC> <20><><CF><C4><CE><CF> <20><><CF><D4><D7><C5> <20> <20><><CB><C1><D6><C4> <20><><D3><D4><D2><CF>). <20><><EF><C2><DD> <20><><DE><C9><D3> <20><><CF><D4><D7><C5><D4> <20><> <20><><C4><CF><CC><D6> <20><><D0><D2><C5><D7><D9><DB><C1> 20.\r\n<br><br>\r\n\r\n<b><3E><><F2><C1><D3><D0><CF><CC><C1><C7><C1> <20><><CF><D4><D7><C5> <20> <20><><D0><D2><CF><C9><DA><D7><CF><CC><D8><CE> <20><><D0><CF><D2><D1><C4></b><br>\r\n.<2E><><F0> <20><><CB><C1><D6><C4> <20><><D0><CF><D3><C5><DD><C5><CE> <20><><D7><C1><D2><C9><C1><CE> <20><><CF><D4><D7><C5><D4> <20><><C2><D5><C4> <20><><D2><C1><D3><D0><CF><CC><CF><D6><C5> <20> <20><><D0><D2><CF><C9><DA><D7><CF><CC><D8><CE> <20><><D0><CF><D2><D1><C4>.\r\n<p>\r\n\r\n<b><3E><><F3><C2><D2><CF><D3><C9> <20><><D2><C5><DA><D5><CC><D8><D4><C1> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE>.</b><br>\r\n <20><><F0><CF><D3> <20><><CE><C1><D6><C1><D4> <20><> <20><><DC> <20><><D3><D3><D9><CC> <20><><D2><C5><DA><D5><CC><D8><D4><C1> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE> <20><><D3><C2><D2><C1><D3><D9><D7><C1><C0><D4>.\r\n<br><br>\r\n\r\n<hr size=\"1\">\r\n<i><b><3E><><FA><C1><CD><C5><DE><C1><CE>:</b></i> <20><><D0> <20><><D0><CF><CD><CF> <20><><D3><CC><C5><C4><D5><C0><DD> <20><><CB><CC><C1><D3><D3> <20><> <20><><D3><CD><CF><D6><C5> <20><><C9><DA><CD><C5><CE><C9> <20><><D7><CE><C5><DB><CE> <20><><D7> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE>:\r\n<br><br>\r\n\r\n<b>.pollAnswer </b><br>\r\n<><6E><F7><CE><C5><DB><CE> <20><><D7> <20><><CF><D4><D7><C5><D4>.\r\n<p>\r\n\r\n<b>.pollColor </b>\r\n<><6E><E3><D7> <20><><D0><D2><CF><C3><C5><CE><D4><CE> <20><><DB><CB><C1>.\r\n<p>\r\n\r\n<b>.pollQuestion </b>\r\n<><6E><F7><CE><C5><DB><CE> <20><><D7> <20><><D7><CF><D0><D2><CF> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE>.\r\n\r\n',1034069013);
INSERT INTO international VALUES (727,'WebGUI',21,'<27><> <20><> <20><><CD><CF><D6><C5> <20> <20><><CB><C1><DE><C5><D3><D4> <20><><D0><C1><D2><CF> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><D3><CC><CF> \"password\".',1031880154);
INSERT INTO international VALUES (725,'WebGUI',21,'<27><><EE><C5><CF><C2><C8><CF><C4><C9> <20><><D7><D7><C5><D3> <20><><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>.',1031879612);
INSERT INTO international VALUES (726,'WebGUI',21,'<27><><EE><C5><CF><C2><C8><CF><C4><C9> <20><><D7><D7><C5><D3> <20><><D0><C1><D2><CF>.',1031879567);
INSERT INTO international VALUES (723,'WebGUI',21,'<27><>',1036413280);
INSERT INTO international VALUES (720,'WebGUI',21,'OK',1031514777);
INSERT INTO international VALUES (593,'WebGUI',21,'<27><><F0><CF><D3><CC><C1> <20><><D0><C5><D2><C5><D7>',1031514223);
INSERT INTO international VALUES (1,'EventsCalendar',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><C5> <20><><CF><C4> <20><><D3><CF><C2><D9><D4>?',1036071428);
INSERT INTO international VALUES (800,'WebGUI',21,'<27><><E4><C5><CA><D3><D4><D7>',103180000);
INSERT INTO international VALUES (801,'WebGUI',21,'<27><><E7><D2><D5><D0>/<2F><><C9><DA><CF><C2><D2><C1><D6><C5><CE>',103180000);
INSERT INTO international VALUES (802,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7> <20><><D3><CF><CF><C2><DD><C5><CE>',103180000);
INSERT INTO international VALUES (704,'WebGUI',21,'<27><><D3><C5><CB><D5>(<28>)',1036071472);
INSERT INTO international VALUES (605,'WebGUI',21,'<27><><E4><CF><C2><C1><D7><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20> <20><><C7><D2><D5><D0>:',1036055603);
INSERT INTO international VALUES (606,'WebGUI',21,'<b><3E><><EE><C1><DA><D7><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CE><C1><DA><D7><C1><CE> <20><><D3><D4><D2><C1><CE><C9>. <20><><EE><C1><DA><D7><C1><CE> <20><><C4><CF><CC><D6> <20><><C2><D9> <20><><C9><CE><C6><CF><D2><CD><C1><D4><C9><D7><CE>, <20><> <20><> <20><><CF><DE><C5> <20><><C4><CC><C9><CE><CE>.\r\n<br><br>\r\n<b><3E><><ED><C5></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D4><C5><CB> <20><><D3><D3><D9><CC> <20><> <20><><C4><C1><CE><CE> <20><><D3><D4><D2><C1><CE><C9>, <20><><CB><CF><D4><CF><D2> <20><><C2><D5><C4> <20><><CF><D4><CF><C2><D2><C1><D6><C1><D4><D8> <20> <20><><C7><CC><C1><D7><CE> <20><><CE><C1><D7><C9><C7><C1><C3><C9><CF><CE><CE> <20><><CD><C5>.\r\n<><6E><E5><D3> <20><><DC> <20><><D0><CF> <20><><CF><D3><D4><C1><D7><C9> <20><><D0><D5><D3><D4>, <20><> <20><><C2><D5><C4> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><DA><CE><C1><DE><C5><CE> <20><> <20><><D0><CF> &#132;<b><3E><><EE><C1><DA><D7><C1><CE></b>&#8220;.\r\n<br><br>\r\n<b>URL <20><><D3><D4><D2><C1><CE><C9></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C9> <20><><D3><D3><D9><CC>, <20><><CB><CF><D4><CF><D2> <20><><C2><D5><C4> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><D4><D8> <20><><D0> <20><><CF><C2><D2><C1><DD><C5><CE> <20> <20><><D3><D4><D2><C1><CE><C9>.<br><br>\r\n\r\n<b><3E><><F0><C5><D2><C5><CE><C1><D0><D2><D7><CC><C5><CE> <20><> URL</b><br>\r\n<><6E><F0> <20><><D0><CF><D0><C1><C4><C1><CE> <20><> <20><><DC> <20><><D3><D4><D2><C1><CE><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><CD><CF><D6> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><C5><D3> <20><><D0><C5><D2><C5><CE><C1><D0><D2><C1><D7><C9> <20><> <20><><D5><CB><C1><DA><C1><CE><CE> <20> <20><><C4><C1><CE><CE> <20><><D0><CF> <20><><C1><C4><D2>.\r\n<br><br>\r\n<b><3E><><FB><C1><C2><CC></b><br>\r\n<><6E> <20><><D5><CD><CF><CC><DE><C1><CE> <20><><C4> <20><><CF><D4><CF><C2><D2><C1><D6><C5><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20><><CF><C4> <20><><C2><CF><CC><D8><DB> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF>. <20><><E5><D3> <20><><D7> <20><><CE><C5><CF><C2><C8><CF><C4><C9> <20><><C9><DA><CD><C5><CE><C9> <20><><D2><C1><D3><D0><CF><CC><CF><D6><C5><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20><> <20><><D3><C1><CA> <20> <20><><D2><C1><DA><C4><C5><CC><C9> <20><><D0><CF> <20><> <20><><CE><C5><D3><CB><CF><CC><D8> <20><><DE><C1><D3><D4>.\r\n<br><br>\r\n<b><3E><><EF><D0><C9><D3><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><CB><CF><D2><CF><D4><CB> <20><><CF><D0><C9><D3><C1><CE> <20><><D3><CF><DA><C4><C1><D7><C1><C5><CD> <20><><D3><D4><D2><C1><CE><C9>. <20><><FC> <20><><CF><D0><C9><D3><C1><CE> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20> <20><><CD><C5>-<2D><><D4><C5><C7> <20> <20><><D7><CC><C9><D1> <20><> <20><><D2><C5><CA><D4><C9> <20><><D3><C1><CA> <20> <20><><D0><CF><C9><D3><CB><CF><D7> <20><><D3><C9><D3><D4><C5><CD> <20><><C7><CC><CF><C2><C1><CC><D8><CE> <20><><D3><C5> Internet.\r\n<br><br>\r\n<b><3E><><ED><C5>-<2D><><D4><C5></b><br>\r\n<><6E><ED><C5>-<2D><><D4><C5> <20><><D0><CF><CD><CF><C7><C1> <20> <20><><C6><CF><D2><CD><C9><D2><CF><D7><C1><CE> <20><><D2><C5><CA><D4><C9><CE><C7> <20><><D3><C1><CA> <20> <20><><D0><CF><C9><D3><CB><CF><D7> <20><><D3><C9><D3><D4><C5><CD>. <20> <20><><DC><D4> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF> <20><> <20><><CD><CF><D6><C5> <20><><D7><D7><C5><D3> <20><> <20><><CD><C5>-<2D><><D4><C5>, <20><><CB><CF><D4><CF><D2> <20><> <20><><D3><DE><C9><D4><C1><C5> <20><><CE><C5><CF><C2><C8><CF><C4><C9><CD> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><> <20><><C4><C1><CE><CE> <20><><D3><D4><D2><C1><CE><C9>. <20><><E5><D3> <20><> <20><> <20><><DA><CE><C1><C5>, <20><><DE>-<2D><><D4><C1><CB> <20><><CD><C5> <20><><D4><C5>, <20><> <20><><CF><D3><D4><C1><D7> <20><><DC> <20><><D0><CF> <20><><D0><D5><D3><D4> <20><><C9> <20><><CD><CF><D6><C5> <20><><D7><CF><D3><D0><CF><CC><D8><DA><CF><D7><C1><D4><D8> <20><><D5><D3><CC><D5><C7><C1> <20><><D3><C1><CA> <a href=http://www.metatagbuilder.com/> Meta Tag Builder</a>. \r\n<br>\r\n<><6E><E4> <20><><CF><D0><D9><D4><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>: <20> <20><><DC> <20><><D0><CF> <20><><CD><CF><D6> <20><><D7><D3><D4><C1><D7><C9> JavaScript.\r\n<br><br>\r\n<b><3E><><E9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><CD><C5>-<2D><><D4><C5>, <20><><D5><D3><D4><C1><CE><CF><D7><CC><C5><CE><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE>?</b><br>\r\n<><6E><E5><D3> <20><> <20><><CF><D3><D4><C1><D7><C9> <20><><D0><D2><C5><C4><D9><C4><D5><DD> <20><><D0><CF> <20><><D0><D5><D3><D4>, <20><> <20><><CF><D4><D7><C5><D4> <20><> <20><><DC><D4> <20><><D7><CF><D0><D2> &#8222;<3B><>&#8220;.\r\n<br><br>\r\n<b><3E><><E7><D2><C1><C6><C9><DE><C5><CB> <20><><CF><C2><CF><CC><CF><DE> <20><><D3><C1><CA></b><br>\r\n<><6E><F6><C5><CC><C1><D4><C5><CC><D8> <20><><C4> <20><><CF><C6><CF><D2><CD><CC><C5><CE> <20><><D3><C1><CA> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><CF><C4> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE> <20><><C4> <20><><D7><D3> <20><><D3><D4><D2><C1><CE>. <20><> <20><><C5><D3> <20><><CE><C5><CB><CF><D4><CF><D2> <20><><D3><D4><D2><C1><CE><C9> <20><><CE><D5><D6> <20><><CF><D4><CF><C2><D2><C1><DA><C9> <20> <20><><C4><D2><D5><C7> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>, <20><> <20><> <20><><CD><CF><D6><C5> <20><><D7><D9><C2><D2><C1> <20><> <20><><DA><C4><C5>.\r\n<br><br>\r\n<b><3E><><E4><C1> <20><><CE><C1><DE><C1></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C4><C1> , <20><><CE><C1><DE><C9><CE> <20> <20><><CB><CF><D4><CF><D2> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D3><CD><CF><C7> <20><><D0><D2><CF><D3><CD><C1><D4><D2><C9><D7><C1> <20><><D3><CF><C4><C5><D2><D6><C9><CD> <20><><C4><C1><CE><CE> <20><><D3><D4><D2><C1><CE><C9>. <20><> <20><><DC><D4><CF> <20><><D7><D2><C5><CD><C5> <20> <20><><D3><D4><D2><C1><CE><C9> <20><><C9><CD><C5> <20><><C4><CF><D3><D4> <20><><D4><CF><CC><D8> <20><><CD><C5><CE><C5><C4><D6><C5> <20><><D3><CF><C4><C5><D2><D6><C1><CE> <20> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C1><D4><CF> <20><><D3><C1><CA>.\r\n<br><br>\r\n<b><3E><><E4><C1> <20><><CF><CB><CF><CE><DE><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C4><C1>, <20><><D0><CF><D3> <20><><CE><C1><D3><D4><D5><D0><CC><C5><CE> <20><><CB><CF><D4><CF><D2> <20><><C4><CF><D3><D4> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><> <20><><C4><C1><CE><CE> <20><><D3><D4><D2><C1><CE><C9> <20><><D3><C1><CA> <20><><C2><D5><C4> <20><><DA><C1><C2><CC><CF><CB><C9><D2><CF><D7>.\r\n<br><br>\r\n<b><3E><><F7><CC><C1><C4><C5><CC></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><D7><CC><C1><C4><C5><CC><D8> <20><><C4><C1><CE><CE> <20><><D3><D4><D2><C1><CE><C9> (<28><><CF><C2><D9><DE> <20><><D5><CB><C1><DA><D9><D7><C1><C5><D4> <20><><D3><CF><DA><C4><C1><D4><C5> <20><><D3><D4><D2><C1><CE><C9>).\r\n<br><br>\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><D0><D2><CF><D3><CD><CF> <20><><D7><CC><C1><C4><C5><CC><C5>?</b><br>\r\n<><6E><ED><CF><D6> <20><><DA><C1><C4><C1> <20><><D0><D2><C1> <20><> <20><><DE><D4><C5><CE> <20><><C4> <20><><D7><CC><C1><C4><C5><CC><D8> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D7><CC><C1><C4><C5><CC><C5>?</b><br>\r\n<><6E><E9><CD><C5> <20><> <20><><D0><D2><C1> <20><><D7><CC><C1><C4><C5><CC> <20><><D3><D4><D2><C1><CE><C9> <20><> <20><> <20><><C4><C1><CC><D8><CE><C5><CA><DB> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>.\r\n<br><br>\r\n<b><3E><><E7><D2><D5><D0></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA>, <20><><C9><CD><C5><C0><DD> <20><><C4><CF><D3><D4> <20> <20><><D3><CF><C4><C5><D2><D6><C9><CD><CF> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><D0><D2><CF><D3><CD><CF> <20><><C7><D2><D5><D0>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9>, <20><><C9><CD><C5> <20><> <20><><DE><CC><C5> <20><><D7><D9><C2><D2><C1><CE><CE> <20><><C7><D2><D5><D0> <20><><D0><D2><C1> <20><> <20><><D0><D2><CF><D3><CD><CF> <20><><D3><CF><C4><C5><D2><D6><C9><CD><CF> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><C7><D2><D5><D0>?</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9>, <20><><C9><CD><C5> <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D3><C1><CA>, <20><><D7><C8><CF><C4><D1><DD> <20> <20><><D7><D9><C2><D2><C1><CE><CE> <20><><D7><D9> <20><><C7><D2><D5><D0>, <20><><D0><D2><C1> <20><> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D3><CF><C4><C5><D2><D6><C9><CD><CF> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><D0><D2><CF><D3><CD><CF> <20><><D7><D3>?</b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D2><C1><DA><D2><C5><DB><C9> <20><><D0><D2><CF><D3><CD><CF> <20><><D3><CF><C4><C5><D2><D6><C9><CD><CF> <20><><D3><D4><D2><C1><CE><C9> <20><><C4> <20><><D7><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA>.\r\n<br><br>\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D7><D3>?</b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D2><C1><DA><D2><C5><DB><C9> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D3><CF><C4><C5><D2><D6><C9><CD><CF> <20><><D3><D4><D2><C1><CE><C9> <20><><C4> <20><><D7><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA>.\r\n<br><br>\r\n<><6E><F7><D9><C2><D2><C1><CE><CE> <20><><D0><D2><C9><D7><C9><CC><C5><C7> <20><><CD><CF><D6> <20><><D0><D2><C9><CD><C5><CE><C9> <20><> <20><><D7><D3> <20><><D3><D4><D2><C1><CE><C9><C3> <20><><D3><C1><CA>. ',1036997750);
INSERT INTO international VALUES (607,'WebGUI',21,'<b><3E><><E1><CE><CF><CE><C9><CD><CE> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><D2><C1><DA><D2><C5><DB><C9> <20><><D0><CF><D3><C5><D4><C9><D4><C5><CC> <20><><D7><C1><DB><C5> <20><><D3><C1><CA> <20><><D2><C5><C7><C9><D3><D4><D2><C9><D2><CF><D7><C1><D4><D8> <20><> <20><><D3><C1><CA>. \r\n<br><br>\r\n<b><3E><><F0><D2><CF><C7><D2><C1><CD> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3></b><br>\r\n<> <20><><DC><D4> <20><><D0><CF> <20><><CD><CF><D6> <20><><D5><CB><C1><DA><C1> <20><><C9> <20><><D0><D2><CF><C7><D2><C1><CD>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><><C4> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3> <20><><CE><CF><D7> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>.\r\n<br><br>\r\n<b><3E><><EF><D0><CF><D7><C5><DD><C1> <20> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3> <20><><CE><CF><D7><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>?</b><br>\r\n<><6E><F3><C9><D3><D4><C5> <20><><CD><CF><D6> <20><><D0><D2><C9><D3><D9><CC><C1> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C1><D4><CF><D2> <20><><D3><C1><CA> <20><><D0> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3> <20><><CE><CF><D7><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>. \r\n<br><br>\r\n<b><3E><><E7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><CF><D0><CF><D7><C5><DD><C1><C5><CD> <20><><D0> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3> <20><><CE><CF><D7><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><CB><CF><D4><CF><D2> <20><><C2><D5><C4> <20><><D0><CF><CC><D5><DE><C1> <20><><D3><CF><CF><C2><DD><C5><CE> <20> <20><><D2><C5><C7><C9><D3><D4><D2><C1><CE><C3> <20><><CE><CF><D7><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>.\r\n<br><br>\r\n<b><3E><><F2><C1><DA><D2><C5><DB><C9> <20><><CE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><C4><C5><CA><D3><D4><D7><C9><D1>?</b><br>\r\n<><6E><F0> <20><><D7><CB><CC><C0><DE><C5><CE><CE> <20><><D2><C5><D6><C9> <20><><CE><C1><C2><CC><C0><C4><C5><CE> <20><><D7> <20><><C4><C5><CA><D3><D4><D7> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D0><D2><CF><D4><CF><CB><CF><CC><C9><D2><D5><C0><D4>.\r\n<br><br>\r\n<b><3E><><EE><C1><C2><CC><C0><C4><C1> <20><> <20><><D7><C8><CF><C4> <20> <20><><D3><C9><D3><D4><C5>?</b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D5><D2><CF><D7><C5> <20><><CE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><D7><C8><CF><C4> <20> <20><><D3><C9><D3><D4><C5>.\r\n<br><br>\r\n<b><3E><><E9><D3><D4><C5><DE><C5><CE> <20><><D7><D2><C5><CD><C5> <20><><D3><C5><D3><D3></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D0><D2><CF><CD><C5><D6><D5><D4> <20><><D7><D2><C5><CD><C5>, <20> <20><><D4><C5><DE><C5><CE> <20><><CB><CF><D4><CF><D2><CF> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D3><C5><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C4><C5><CA><D3><D4><D7><C9><D4><C5><CC><D8>. <20>.<2E>. <20><> <20><><C9><D3><D4><C5><DE><C5><CE> <20><><DC><D4><CF> <20><><D7><D2><C5><CD><C5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C4><CF><CC><D6> <20><><D0><CF><D7><D4><CF><D2><C9> <20><><D0><D2><CF><C3><C5> <20><><C1><D7><D4><CF><D2><C9><DA><C1><C3>. <20><><FC> <20><><CF><D0><C3> <20><><D7><D7><C5><C4><C5> <20><> <20><><D3><CF><CF><C2><D2><C1><D6><C5><CE> <20><><C2><C5><DA><CF><D0><C1><D3><D4><CE><CF><D3>. \r\n<br><br>\r\n<b><3E><><ED><C5><D4> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3> (<28><> <20><><D5><CD><CF><CC><DE><C1><CE>)</b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><CD><C5><D4>, <20><><CB><CF><D4><CF><D2> <20><> <20><><C8><CF><D4><C9> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7> <20><><C4> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>. <20><><E4><CF><D3><D4><D5><D0> <20><><C4> <20><><CD><C5><D4><CF>: <i>WebGUI</i> <20> <i>LDAP</i>. <20><><ED><C5><D4> WebGUI <20><><D0><D2><C5><C4><D0><CF><CC><C1><C7><C1>, <20><><DE> <20><><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20> <20><><D0><C1><D2><CF> <20><><C8><D2><C1><CE><D1><D4> <20> <20><><C2><C1> <20><><C4><C1><CE><CE> <20><><D3><C9><D3><D4><C5>. <20> <20><><D0> <20><><D7><D9><C2><CF> <20><><CD><C5><D4><CF> LDAP <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D0><D2><CF><C9><D3><C8><CF><C4> <20><><D3><D2><C5><C4><D3><D4><D7><C1> <20><><D7><CE><C5><DB><CE><C5> <20><><D3><C5><D2><D7><C5> LDAP.\r\n<br>\r\n<i><3E><><FA><C1><CD><C5><DE><C1><CE>:</i> <20><><ED><C5><D4> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3> <20><><CD><CF><D6> <20><><D5><CB><C1><DA><C1> <20><><C4> <20><><CB><C1><D6><C4><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>.\r\n<br><br>\r\n<b><3E><><F0><D2><C9><D7><D1><DA> <20> <20><><C9><CD><C5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5></b><br>\r\n<><6E><E9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><D0><D2><C9><D7><D1><DA> <20><><C9><CD><C5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D3><C1><CA> <20> <20><><C9><CD><C5><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D0> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE> <20><><CD><C5><D4><CF> <20><><C9><C4><C5><D4><C9><C6><C9><CB><C1><CA> LDAP. \r\n<br><br>\r\n<b>URL LDAP (<28><> <20><><D5><CD><CF><CC><DE><C1><CE>)</b><br>\r\n<><6E><F7><D7><C5><C4><C9> URL <20> <20><><D3><C5><D2><D7><C5> LDAP. URL <20> <20><><D3><C5><D2><D7><C5> LDAP <20><><DA><C1><D0><C9><D3><D9><D7><C1><C5><D4> <20> <20><><D3><CC><C5><C4><D5><C0><DD> <20><><C6><CF><D2><CD><C1>: <i>ldap://[server]:[port]/[base DN]</i><br> <20><><F0><D2><C9><CD>: ldap://ldap.mycompany.com:389/o=MyCompany.\r\n<br><br>\r\n<b><3E><><E9><C4><C5><CE><D4><C9><C6><C9><CB><C1><D4> <20><> <20><><D3><C5><D2><D7><C5> LDAP</b><br>\r\n<><6E><E9><C4><C5><CE><D4><C9><C6><C9><CB><C1><D4> <20><> <20><><D3><C5><D2><D7><C5> LDAP <20><><D0><D2><C5><C4><D3><D4><C1><D7><CC><D1> <20><><D3><CF><C2> <20><><D5><CE><C9><CB><C1><CC><D8><CE> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><D4> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>, <20><><CB><CF><D4><CF><D2> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><CD><CF><D6> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><D3><CE><CF> <20><><D0> <20><><D0><CF><D3><CC><C5><C4><D5><C0><DD> <20><><DA><C1><C8><CF> <20><> <20><><D3><C1>. \r\n<br><br>\r\n<b><3E><><E9> <20><><D0> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3> <20><> <20><><D3><C5><D2><D7><C5> LDAP </b><br>\r\n<><6E><F7><D7><C5><C4><C9> login, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><><C4> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3> <20><> <20><><D3><C5><D2><D7><C5> LDAP. \r\n<br><br>\r\n<b><3E><><F0><C1><D2><CF> <20><> <20><><D3><C5><D2><D7><C5> LDAP</b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D0><C1><D2><CF>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><><C4> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3> <20><> <20><><D3><C5><D2><D7><C5> LDAP. ',1036998735);
INSERT INTO international VALUES (608,'WebGUI',21,'<27><><F5><C4><C1><CC><C5><CE> <20><><D3><D4><D2><C1><CE><C9> <20><><CD><CF><D6> <20><><D0><CF><D7><CC><C5> <20><> <20><><D3><CF><C2> <20><><CE><C1><D2><D5><DB><C5><CE> <20><><CE><C1><D7><C9><C7><C1><C3> <20><> <20><><D3><C1><CA>. <20><><F0> <20><><D5><C4><C1><CC><C5><CE> <20><><D3><D4><D2><C1><CE><C9> <20><><D5><C4><C1><CC><D1><C5><D4> <20><><D4><C1><CB> <20><> <20><><D3><CF><C4><C5><D2><D6><C1><CE> <20> <20><><D7> <20><><D0><CF><C4><D3><D4><D2><C1><CE><C9>. ',1036493050);
INSERT INTO international VALUES (75,'EventsCalendar',21,'<27><><FE> <20><> <20><><C2><D5><C4><C5> <20><><C4><C5><CC><C1>?',1036066583);
INSERT INTO international VALUES (76,'EventsCalendar',21,'<27><><F5><C4><C1><CC><C9> <20><><D3><CF><C2><D9><D4>',1036066760);
INSERT INTO international VALUES (77,'EventsCalendar',21,'<27><><F5><C4><C1><CC><C9> <20><><D3><CF><C2><D9><D4> <20> <20><><D7> <20><><C5> <20><><D3><D7><D1>',1036066908);
INSERT INTO international VALUES (61,'UserSubmission',21,'<27><><F3><C9><D3><D4><C5> <20><><D0><CF><D3><D9><CC> <20><><D3><CF><CF><C2><DD><C5><CE> (<28><><C4><CF><C2><C1><D7><CC><C5><CE>/<2F><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>) ',1036066994);
INSERT INTO international VALUES (412,'WebGUI',21,'<27><><EF><D0><C9><D3><C1><CE>',1036067018);
INSERT INTO international VALUES (507,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><DB><C1><C2><CC>',1036067169);
INSERT INTO international VALUES (510,'WebGUI',21,'<27><><F3><D4><C1><D4><C9><D3><D4><C9>',1036067188);
INSERT INTO international VALUES (511,'WebGUI',21,'<27><><F4><C1><C2><CC><C9>',1036067208);
INSERT INTO international VALUES (555,'WebGUI',21,'<27><><EE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><C4><C5><CA><D3><D4><D7><C9><D1> <20><><D0><CF><CC><D8><DA><CF><D7><D4><C5>',1036067285);
INSERT INTO international VALUES (558,'WebGUI',21,'<27><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><D3><C9><D4><C5> <20><><CE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><C4><C5><CA><D3><D4><D7><C9><D1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>',1036067349);
INSERT INTO international VALUES (446,'WebGUI',21,'<27><><F7>-<2D><><D3><C1> <20><><CB><CF><CD><D0><C1><CE>',1036069056);
INSERT INTO international VALUES (449,'WebGUI',21,'<27><><EF><C2><DD> <20><><C9><CE><C6><CF><D2><CD><C1><C3>',1036069167);
INSERT INTO international VALUES (450,'WebGUI',21,'<27><><EE><C1><DA><D7><C1><CE> <20><><C6><C9><D2>',1036069201);
INSERT INTO international VALUES (580,'WebGUI',21,'<27><><F0><D5><C2><CC><C9><CB><C1><C3> <20><><D7><C1><DB><C5> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><DA><C1><D0><D2><C5><DB><C5>.',1036069567);
INSERT INTO international VALUES (588,'WebGUI',21,'<27><> <20><><D5><D7><C5><D2><C5>, <20><><DE> <20><><C8><CF><D4><C9> <20><><D0><CF><D3><CC><C1> <20><><D0><C5><D2><C5><D7> <20><> <20><><D3><C1>?',1036069647);
INSERT INTO international VALUES (651,'WebGUI',21,'<b><3E><><F7><CE><C9><CD><C1><CE>!</b> <20><><F7> <20><><CD><CF><C4><D5>, <20><><D3><CF><C4><C5><D2><D6><C1><DD><C9><C5> <20> <20><><CB><CF><D2><DA><C9>, <20><><C2><D5><C4> <20><><D5><C4><C1><CC><C5>. <20><><F7><CF><D3><D3><D4><C1><CE><CF><D7><CC><C5><CE> <20><><D5><C4><C1><CC><C5><CE><CE> <20><> <20><><CB><CF><D2><DA><C9> <20><><CD><CF><C4><D5><CC> <20><><CE><C5><D7><CF><DA><CD><CF><D6>.',1037085963);
INSERT INTO international VALUES (698,'WebGUI',21,'<27><><E9><D3><D0><CF><CC><D8><DA> <20><><D3><C9><D3><D4><C5> <20><><CE><C1><C2><CC><C0><C4><C5><CE> <20><> <20><><C4><C5><CA><D3><D4><D7><C9><D1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><> <20><><CD><CF><D6><C9> <20><><CB><CF><CE><D4><D2><CF><CC><C9><D2><CF><D7><C1> <20><><C1><CB><D4><C9><D7><CE><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>. <20><><E1><CB><D4><C9><D7><CE><CF><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><CD><CF><D6> <20><><D0><CF><CF><DD><D2><C1>, <20> <20><><CD><CF><D6>, <20><><CE><C1><CF><C2><CF><D2>, <20><><CE><C1><CB><C1><DA><D9><D7><C1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><> <20><><C9><DA><CC><C9><DB><CE> <20><><C1><CB><D4><C9><D7><CE><CF><D3>.',1036070406);
INSERT INTO international VALUES (709,'WebGUI',21,'<b><3E><><ED><C5><CE><C5><C4><D6><C5> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1><CA><CC></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C5> <20><><C7><D2><D5><D0>, <20><><C9><CD><C5><C0><DD> <20><><D0><D2><C1> <20><><C4><CF><C2><C1><D7><CC><D1>, <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20> <20><><D5><C4><C1><CC><D1> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1><CA>.\r\n<br>\r\n<b><3E><><ED><C5><CE><C5><C4><D6><C5> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><C9><CD><C5><C0><DD> <20><><D0><D2><C1> <20><> <20><><C9><DA><CD><C5><CE><C5><CE> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE> <20><><D3><C1><CA>.\r\n<br>\r\n<b><3E><><ED><C5><CE><C5><C4><D6><C5> <20><><DB><C1><C2><CC><CF><CE></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><CB><CF><D4><CF><D2> <20><><C9><CD><C5> <20><><D0><D2><C1> <20><> <20><><C4><CF><C2><C1><D7><CC><C5><CE>, <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20> <20><><D5><C4><C1><CC><C5><CE> <20><><DB><C1><C2><CC><CF><CE>. \r\n<br>',1036070741);
INSERT INTO international VALUES (711,'WebGUI',21,'<27><><ED><C5><CE><C5><C4><D6><C5> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1><CA><CC>',1036070783);
INSERT INTO international VALUES (713,'WebGUI',21,'<27><><ED><C5><CE><C5><C4><D6><C5> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>',1036070821);
INSERT INTO international VALUES (714,'WebGUI',21,'<27><><ED><C5><CE><C5><C4><D6><C5> <20><><DB><C1><C2><CC><CF><CE>',1036070852);
INSERT INTO international VALUES (715,'WebGUI',21,'<27><><F0><C5><D2><C5><CE><C1><D0><D2><C1><D7><CC><C5><CE> <20><> URL',1036070893);
INSERT INTO international VALUES (724,'WebGUI',21,'<27><><E9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><> <20><><CD><CF><D6> <20><><CE><C1><DE><C9><CE><C1><D4><D8> <20> <20><><D0><D2><CF><C2><C5>.',1036070945);
INSERT INTO international VALUES (6,'WobjectProxy',21,'<27><><F0><D2><CF><CB> <20><><CD><CF><C4><D5><CC> <20><><D3><CF><DA><C4> <20><><C4> <20><><D4><CF>, <20><><DE><D4><CF> <20><><D3><CF><DA><C4><C1> <20><><CB><CF><D0> <20> <20><><CF><C4><CE> <20><><D3><D4><D2><C1><CE><C9> <20><><D3><C1><CA> <20> <20><><D0><CF><CD><C5><D3><D4><C9> <20><> <20><> <20><><C4><D2><D5><C7> <20><><D3><D4><D2><C1><CE><C9>. <20><><E9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20> <20><><D4> <20><><D3><CC><D5><DE><C1>, <20><><CB><CF><C7> <20><><CF><C4> <20> <20><> <20><> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20><><CE><C1> <20><><D2><C1><DA><CD><C5><D3><D4><C9> <20> <20><><D2><C1><DA><CE> <20><><D2><C1><DA><C4><C5><CC> <20><><D3><C1><CA>.<br><br>\r\n<b><3E><><E9> <20><><CD><CF><C4><D5></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><D3><D5><DD><C5><D3><D4><D7><D5><C0><DD> <20><><CD><CF><C4><D5>, <20> <20><><CB><CF><D4><CF><D2><CF> <20><> <20><><C8><CF><D4><C9> <20><><D3><C4><C5><CC><C1> <20><><CB><CF><D0>. <20><><E9> <20><><D7><D9><C2><C9><D2><C1><C5><CD><CF> <20><><CD><CF><C4><D5> <20><><C9><CD><C5> <20><><D3><CC><C5><C4><D5><C0><DD> <20><><C6><CF><D2><CD>: <i><3E><><EE><C1><DA><D7><C1><CE> <20><><D3><D4><D2><C1><CE><C9>/<2F><><E9> <20><><CD><CF><C4><D5> (Id <20><><CD><CF><C4><D5>)</i>. \r\n',1037088080);
INSERT INTO international VALUES (609,'WebGUI',21,'<27><><F0><CF><D3> <20><><D5><C4><C1><CC><C5><CE> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>, <20><><D7> <20><><D3><D4><D2><C1><CE><C9>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C0><DD> <20><><DC> <20><><CF><C2><CF><CC><CF><DE>, <20><><C2><D5><C4> <20><><CF><D4><CF><C2><D2><C1><D6><C1><D4><D8> <20> <20><><D3><D4><C9>, <20><><D5><D3><D4><C1><CE><CF><D7><CC><C5><CE><CE> <20><> <20><><D5><CD><CF><CC><DE><C1><CE>.',1036140377);
INSERT INTO international VALUES (610,'WebGUI',21,'<b><3E><><E9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5></b><br>\r\n<br><3E><><F7><D7><C5><C4><C9> <20><><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> (login).<br>\r\n<b><3E><><F0><C1><D2><CF></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D0><C1><D2><CF> <20><><C4> <20><><C4><CF><D3><D4><D5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20> <20><><D3><C9><D3><D4><C5>.\r\n<br><br>\r\n<b><3E><><ED><C5><D4> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3></b><br>\r\n<><6E><E9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><CD><CF><D6> <20><><CF><D3><D5><DD><C5><D3><D4><D7><CC><D1><D4><D8> <20><><C4><D7><D5> <20><><CD><C5><D4><CF><C4><C1>: <20><><D3><D2><C5><C4><D3><D4><D7><C1> <20><><D3><C9><D3><D4><C5> <20> <20><><D3><D2><C5><C4><D3><D4><D7><C1> LDAP.\r\n<br><br>\r\n<b>LDAP URL</b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D0><D5> <20> <20><><D3><C5><D2><D7><C5> LDAP.\r\n<br><br>\r\n<b><3E><><E9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C4> <20><><D0><CF><C4><D3><CF><C5><C4><C9><CE><C5><CE> <20> <20><><D3><C5><D2><D7><C5> LDAP</b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><><D0> <20><><D3><CF><C5><C4><C9><CE><C5><CE> <20> <20><><D3><C5><D2><D7><C5><D2> LDAP.\r\n<br><br>',1036141119);
INSERT INTO international VALUES (612,'WebGUI',21,'<i><3E><><FA><C1><CD><C5><DE><C1><CE>:</i><br>\r\n<ol>\r\n<li><3E><><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><DA><C1><C2><CC><CF><CB><C9><D2><CF><D7><C1> <20><><D7><C8> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20> <20><><D3><C9><D3><D4><C5>, <20><> <20><><CD><CF><D6><C5> <20><><D0><D2><CF><D3> <20><><C9><DA><CD><C5><CE><C9> <20><><C5> <20><><D0><C1><D2><CF>.\r\n<li><3E><><F7> <20><><C9><CE><C6><CF><D2><CD><C1><C3>, <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><> <20><><D3><C1> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><C2><D5><C4> <20><><D3><CF><C8><D2><C1><CE><C5>. \r\n<li><3E> <20><><D3><CC><D5><DE> <20><><D0><CF><D7><D4><CF><D2><CE><CF> <20><><C4><CF><C2><C1><D7><CC><C5><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><> <20><><D3><C1>, <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><> <20><><D3><CD><CF><D6> <20><><D0><CF><CC><D5><DE><C9> <20><><C4><CF><D3><D4> <20> <20><><D3><D7><CF> <20><><D0><D2><C5><D6><CE> <20><><CE><C1><D3><D4><D2><CF><CA><CB> <20> <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><D3><CF><CF><C2><DD><C5><CE><C9>.\r\n</ol>\r\n<><6E> <20><><D5><D7><C5><D2><C5>, <20><><DE> <20><><C8><CF><D4><C9> <20><><D5><C4><C1><CC><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>?',1036142412);
INSERT INTO international VALUES (613,'WebGUI',21,'<b><3E><><E4><CF><C2><C1><D7><C9> <20><><CE><CF><D7><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><C4><CF><C2><C1><D7><C9> <20><><CE><CF><D7><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20> <20><><D3><C9><D3><D4><C5>.\r\n<br><br>\r\n<b><3E><><F0><CF><C9></b><br>\r\n<><6E> <20><><CD><CF><D6><C5> <20><><CE><C1><CA> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><> <20><><D4><CF><CC><D8> <20><> <20><><C9><CD><C5>, <20><> <20> <20><> <20><><C4><D2><D5><C7> <20><><CC><C9><DE><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3> (<28><><CE><C1><D0><D2><C9><CD>, <20><> <20><><C1><C4><D2><C5> <20><><DC><CC><C5><CB><D4><D2><CF><CE><CE> <20><><D0><CF><DE>).\r\n<br><br>\r\n',1036142778);
INSERT INTO international VALUES (614,'WebGUI',21,'<27> <20><><D3><C9><D3><D4><C5> <20><><D0><D2><C9><D3><D5><D4><D3><D4><D7><D5> <20><><D7><CF><DA><CD><CF><D6><CE><CF><D3> <20><><D3><CF><DA><C4><C1><D7><C1> <20><><D2><C1><DA><CC><C9><DE><CE> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE> <20><><C4> <20><><D2><C1><DA><CE><C9><DE><CE> <20><><D3><D4><D2><C1><CE> <20><><D3><C1><CA>. <20><><FE><C9><D3> <20><><CF><C2><CF><CC><CF><DE> <20><> <20><><CF><C7><D2><C1><CE><C9><DE><C5>.<br><br>\r\n<b><3E><><F7><C5><D2><D3> <20><><C4> <20><><D0><C5><DE><C1></b><br>\r\n<><6E><FC> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20><><CD><C1><CB><D2><CF><D3> ^r;.\r\n<br><br>\r\n\r\n',1036144283);
INSERT INTO international VALUES (615,'WebGUI',21,'<27><><E7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><CF><DA><C4><C1> <20><><C4> <20><><CF><C2><DF><C5><C4><C9><CE><C5><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><C9><CD><C5><C0><DD> <20><><CF><C4><C9><CE><C1><CB><CF><D7> <20><><D0><D2><C1> <20><><C4><CF><D3><D4><D5> <20> <20><><D2><C1><DA><CC><C9><DE><CE> <20><><CF><D0><C5><D2><C1><C3><C9><D1> <20> <20><><C4><CF><CB><D5><CD><C5><CE><D4> <20><><D3><C1><CA>. ',1036144932);
INSERT INTO international VALUES (617,'WebGUI',21,'<b><3E><><F2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><CB><CF><CD><D0><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C9> <20><><CB><CF><CD><D0><C1><CE>.\r\n<br><br>\r\n<b><3E><><E9><CE><C6><CF><D2><CD><C1><C3><C9><CF><CE><CE> <20><><CE><C1><D0><CF><CC><CE><C5><CE></b><br>\r\n<> <20><><DC><D4> <20><><C6><CF><D2> <20><> <20><><CD><CF><D6><C5> <20><><C9><DA><CD><C5><CE><C9> <20><><CF><C2><DD> <20><><CE><C1><D3><D4><D2><CF><CA> <20><><D3><C9><D3><D4><C5>, <20><><D4><C1><CB> <20><><CB> <20><><DB><C9><D2><C9> <20> <20><><D7><D9><D3><CF> <20><><D0><CF><CC> <20><><C6><CF><D2>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D2><C5><C4><C1><CB><D4> <20> <20>.<2E>.<br><br>\r\n<b><3E><><EE><C1><D3><D4><D2><CF><CA> e-mail</b><br>\r\n<><6E><FA><C4><C5> <20><><D5><CB><C1><DA><D9><D7><C1><C5><D4> <20><><D0><D5> <20> <20><><D0><CF><DE><D4><CF><D7><CF> <20><><D3><C5><D2><D7><C5> <20> <20><><D4><C5><CB>, <20><><CF><D4><D3><D9><CC><C1><C5><CD> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D0> <20><><D7><CF><D3><D3><D4><C1><CE><CF><D7><CC><C5><CE> <20><><D0><C1><D2><CF>.\r\n<br><br>\r\n<b><3E><><EF><C2><DD> <20><><CE><C1><D3><D4><D2><CF><CA></b><br>\r\n<><6E><FA><C4><C5> <20><><C8><D2><C1><CE><D1><D4><D8> <20><><CE><C1><D3><D4><D2><CF><CA>, <20><><CB><CF><D4><CF><D2> <20><><D0><D2><C9><C7><CF><C4><D1><D4> <20><><D2><C1><DA><D2><C1><C2><CF><D4><DE><C9><CB> <20><><D3><C9><D3><D4><C5>.\r\n<br><br>\r\n<b><3E><><F0><D2><C1> <20><><C4><CF><D3><D4><D5></b><br>\r\n<><6E><FA><C4><C5> <20><><CD><CF><D6> <20><><CE><C1><DA><CE><C1><DE><C9> <20><><C7><D2><D5><D0> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><C9><CD><C5><C0><DD> <20><><D0><D2><C1> <20><> <20><><D5><D0><D2><C1><D7><CC><C5><CE> <20><><C9><CE><C6><CF><D2><CD><C1><C3><C9><CF><CE><CE> <20><><CE><C1><D0><CF><CC><CE><C5><CE><C9>, <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE><CB> <20> <20><><CF><C2><CF><CC><CF><DE><CB>. \r\n<br><br>\r\n<b><3E><><E9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5></b><br>\r\n<><6E><FA><C4><C5> <20><><D5><CB><C1><DA><D9><D7><C1><C5><D4> <20><><D3><D0><C9><D3> <20><><D0><CF><CC>, <20><><CB><CF><D4><CF><D2> <20><><D0><D2><C5><C4><CC><C1><C7><C1><C5><D4> <20><><DA><C1><D0><CF><CC><CE><C9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>. <20><><F0><CF> <20><><CD><CF><D6> <20><><D3><C4><C5><CC><C1> <20><><CF><C2><D1><DA><C1><D4><C5><CC><D8><CE><D9> <20> <20><><DA><C1><D0><CF><CC><CE><C5><CE>.\r\n<br><br>\r\n<b><3E><><F5><D0><D2><C1><D7><CC><C5><CE> <20><><CE><CF><D7><D9> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D1></b><br>\r\n<> <20><><DC><D4> <20><><C6><CF><D2> <20><><D5><CB><C1><DA><D9><D7><C1><C0><D4> <20><><D0><D2><C1><D7><C9> <20><><D2><C5><C7><C9><D3><D4><D2><C1><C3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA>.\r\n<br><br>',1036938677);
INSERT INTO international VALUES (618,'WebGUI',21,'<b><3E><><F3><CF><CF><C2><DD><C5><CE>, <20><><D7><D9><D3><D9><CC><C1><C5><CD> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D0> <20><><D7><CF><D3><D3><D4><C1><CE><CF><D7><CC><C5><CE> <20><><D0><C1><D2><CF></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D4><C5><CB> <20><><D3><CF><CF><C2><DD><C5><CE>, <20><><CF><D4><D3><D9><CC><C1><C5><CD><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><D0> <20><><D7><CF><D3><D3><D4><C1><CE><CF><D7><CC><C5><CE> <20><><D0><C1><D2><CF>.\r\n<br><br>\r\n<b><3E><><F3><C5><D2><D7> SMTP</b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C1><C4><D2> SMTP-<2D><><D3><C5><D2><D7><C5>. <20><><E5><D3> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20><><CF><D0><C5><D2><C1><C3><C9><CF><CE><CE> <20><><D3><C9><D3><D4><C5> Linux, <20><> <20><><CF><C2><D9><DE> <20><><D0><D5> <20> <20><><D0><CF><DE><D4><CF><D7><CF> <20><><D3><C5><D2><D7><C5> <20><><D3><CC><C5><C4><D5><C0><DD>: <i>/usr/bin/sendmail</i>\r\n<br><br>',1036149915);
INSERT INTO international VALUES (619,'WebGUI',21,'<27><><FC> <20><><C6><D5><CE><CB><C3> <20><><D5><C4><C1><CC><D1> <20><><D7><D9><C2><D2><C1><CE><CE> <20><><CD><CF><C4><D5> <20><> <20><><D3><D4><D2><C1><CE><C9>. <20><><E5><D3> <20><> <20><> <20><> <20><><CB><CF><CE> <20><><D5><D7><C5><D2><C5> <20> <20><><D4>, <20><><DE> <20><><CD><CF><C4><D5> <20><><CE><C1> <20><><D5><C4><C1><CC><C9>, <20><> <20><><CD><CF><D6><C5> <20><><D7><CF><D3><D0><CF><CC><D8><DA><CF><D7><C1><D4><D8> <20><><C6><D5><CE><CB><C3><C9> &#8222;<3B><><F7><D9><D2><C5><DA><C1>&#8220;. <20> <20><><DC><D4> <20><><D3><CC><D5><DE>, <20><> <20><><CD><CF><D6><C5> <20><><D7><C5><D2><CE><D5> <20><><CD><CF><C4><D5> <20><> <20><><CD><C5><D3> <20><><D7><CF><D3><D0><CF><CC><D8><DA><CF><D7><C1><D7><DB><C9> <20><><C6><D5><CE><CB><C3><C9> \r\n&#8222;<3B><><F7><D3><D4><C1><D7><C9> <20><> <20><><C2><D5><C6><C5>&#8220;.',1037084944);
INSERT INTO international VALUES (620,'WebGUI',21,'<27><><F0> <20><><D5><C4><C1><CC><C5><CE> <20><><C7><D2><D5><D0> <20><><D0><D2><C5><C4><D0><CF><CC><C1><C7><C1><C5><D4>, <20><><DE> <20><> <20><><D4><C1><CB> <20><><D5><C4><C1><CC><D1><C5> <20><><D7><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><D7><C8><CF><C4><D1><DD> <20> <20><><C4><C1><CE><CE> <20><><C7><D2><D5><D0>.<br>\r\n<><6E><E5><D3> <20><> <20><><C8><CF><D4><C9> <20><><D5><C4><C1><CC><C9> <20><><C7><D2><D5><D0>, <20> <20><><D7><C8><CF><C4><D1><DD> <20> <20><><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><DA><C1><CE><C5><D3> <20> <20><><C4><D2><D5><C7> <20><><C7><D2><D5><D0>, <20><> <20><><D7><CE><C9><CD><C1><D4><C5><CC><D8> <20><><D0><D2><CF><D7><C5><D2><D8> <20><><D0><D2><C1> <20><><C4><CF><D3><D4><D5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><> <20><><D5><C4><C1><CC><D1><C5><CD> <20><><C7><D2><D5><D0> <20> <20><><D3><D4><D2><C1><CE><C9><C3> <20> <20><><CF><D0><C5><D2><C1><C3><C9>. ',1036151143);
INSERT INTO international VALUES (621,'WebGUI',21,'<b><3E><><EE><C1><DA><D7><C1><CE> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D5><CE><C9><CB><C1><CC><CE> <20><><C9> <20><><C4> <20><><D3><CF><DA><C4><C1><D7><C1><C5><CD> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><CF><C2><CF><CC><CF><DE>\r\n<br><br>\r\n<b><3E><><F3><CF><C4><C5><D2><D6><C1><CE></b><br>\r\n<> <20><><D3><CF><C4><C5><D2><D6><C1><CE> <20><><D0><C9><DB><C5><D4> <20><><CB> HTML <20><><C4> <20><><CF><C2><CF><CC><CF><DE>, <20> <20><><D4><C1><CB> <20><><DA><C1><D0><C9><D3><D9><D7><C1><C0><D4> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><><CD><C1><CB><D2><CF>.\r\n<br><br>\r\n<b>CSS</b><br>\r\n<><6E> <20><><CD><CF><D6><C9> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><CB><C1><D3><CB><C1><C4><CE> <20><><CC><C9><D3> <20><><D3><D4><C9><CC>. \r\n<br><br>',1036152374);
INSERT INTO international VALUES (622,'WebGUI',21,'<b><3E><><E9> <20><><C7><D2><D5><D0></b><br>\r\n<br><3E><><F7><D7><C5><C4><C9> <20><><C9> <20><><C4> <20><><C7><D2><D5><D0>.<br>\r\n<b><3E><><EF><D0><C9><D3><C1><CE></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><D0><CF><C4><D2><CF><C2><CE> <20><><CF><D0><C9><D3><C1><CE> <20><><C6><D5><CE><CB><C3> <20> <20><><D0><D2> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><D7><C8><CF><C4><D1><DD> <20> <20><><DC> <20><><C7><D2><D5><D0>.\r\n<br><br>\r\n<b><3E><><F3><D2> <20><><CF><CB><CF><CE><DE><C1><CE> <20><><D0><CF><CC><CE><CF><CD><CF><DE> <20><><C7><D2><D5><D0></b><br>\r\n<br><3E><><F7><D7><C5><C4><C9> <20><><D0><C5><D2><C9> <20><><D7><D2><C5><CD><C5>, <20> <20><><D4><C5><DE><C5><CE> <20><><CB><CF><D4><CF><D2><CF> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C4><C1><CE><CE> <20><><C7><D2><D5><D0> <20><><D3><CF><C8><D2><C1><CE><D1> <20><><D3><D7> <20><><D0><CF><CC><CE><CF><CD><CF><DE>.<br>',1036152842);
INSERT INTO international VALUES (640,'WebGUI',21,'<i><3E><><F7><CE><C9><CD><C1><CE></i> <20><><FC><D4> <20><><DB><C1><C2><CC> <20><><CD><CF><D6> <20><><C9><D3><D4><CF><CC><D8><DA><CF><D7><C1><D4><D8> <20><> <20><><D2><C1><DA><CC><C9><DE><CE> <20><><D3><D4><D2><C1><CE><C9><C3> <20><><D3><C1><CA>. <20><><F0> <20><><D5><C4><C1><CC><C5><CE> <20><><DB><C1><C2><CC><CF>, <20><> <20><><D7><D3> <20><><D3><D4><D2><C1><CE><C9><C3>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C0><DD> <20><><D5><C4><C1><CC><D1><C5><CD> <20><><DB><C1><C2><CC>, <20><><C2><D5><C4> <20><><D0><D2><C9><CD><C5><CE> <20><><DB><C1><C2><CC>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><> <20><><D5><CD><CF><CC><DE><C1><CE>.',1036153454);
INSERT INTO international VALUES (623,'WebGUI',21,'<27><><E9><D3><D0><CF><CC><D8><DA> <a href=\"http://www.w3.org/Style/CSS\"> CSS</a> <20> <20><><D7> <20><><C5><D3> <20><><D7><CF><DA><CD><CF><D6><CE><CF><D3> <20><><C9><DA><CD><C5><CE><D1> <20><><D7><CE><C5><DB><CE> <20><><D7> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><DC><CC><C5><CD><C5><CE><D4> <20><><D3><D4><D2><C1><CE> <20><><D3><C1><CA>.<br>\r\n<><6E> <20><><CD><CF><CD><C5> <20><><D3><CF><DA><C4><C1><CE> <20><><D3><C1><CA> <20><><C2><C9> <20><><D3><CF><DA><C4><C1> <20><><D3><CC><C5><C4><D5><C0><DD> <20><><CB><CC><C1><D3>: <br>\r\n<b>.homeLink</b> - <20><><D3><D4><C9> <20><><C4> <20><><D3><D3><D9><CC> <20><> <20><><C7><CC><C1><D7><CE> <20><><D3><D4><D2><C1><CE><C9><br>\r\n<b>.myAccountLink</b> - <20><><D3><D4><C9> <20><><C4> <20><><D3><D3><D9><CC> <20><> <20><><D3><D4><D2><C1><CE><C9> <20><><C1><CB><CB><C1><D5><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><br>\r\n<b>.makePrintableLink</b> - <20><><D3><D4><C9> <20><><D3><D3><D9><CC> <20><> <20><><D0><C5><DE><C1><D4><CE> <20><><D7><C5><D2><D3> <20><><C4><CF><CB><D5><CD><C5><CE><br>\r\n<b>.loginToggleLink</b> - <20><><D3><D4><C9> <20><><D3><D3><D9><CC> <20><> <20><><D3><D4><D2><C1><CE><C9> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3><br>\r\n<b>.verticalMenu</b> - <20><><D3><D4><C9> <20><><D7><C5><D2><D4><C9><CB><C1><CC><D8><CE><CF> <20><><CD><C5><br>\r\n<b>body</b> - <20><><D3><D4><C9> <20><><D4><C5> <20><><D3><D4><D2><C1><CE><C9><br>\r\n<b>td</b> - <20><><D3><D4><C9> <20><><D1><DE><C5><CA> <20><><D4><C1><C2><CC><C9><br>\r\n<b>H1</b> - <20><><D3><D4><C9> <20><><C4> <20><><DA><C1><C7><CF><CC><CF><D7> <20><><D0><C5><D2><D7><CF> <20><><D5><D2><CF><D7><br>\r\n<b>H3</b> - <20><><D3><D4><C9> <20><><C4> <20><><DA><CF><C7><CF><CC><CF><D7> <20><><D4><D2><C5><D4><D8><C5> <20><><D5><D2><CF><D7><br>\r\n<b>H4</b> - <20><><D3><D4><C9> <20><><C4> <20><><DA><C1><C7><CF><CC><CF><D7> <20><><DE><C5><D4><D7><C5><D2><D4><CF> <20><><D5><D2><CF><D7><br>\r\n<b>H5</b> - <20><><D3><D4><C9> <20><><C4> <20><><DA><C1><C7><CF><CC><CF><D7> <20><><D0><D1><D4><CF> <20><><D5><D2><CF><D7><br>\r\n<b>ul</b> - <20><><D3><D4><C9> <20><><C4> <20><><CE><C5><CE><D5><CD><C5><D2><CF><D7><C1><CE><CE><CF> <20><><D3><D0><C9><D3><br>\r\n<b>A</b> - <20><><D3><D4><C9> <20><><C4> <20><><D3><D3><D9><CC> <20><><CF><C2><DD><C5> <20><><CE><C1><DA><CE><C1><DE><C5><CE><br>\r\n<b>.pagination</b> - <20><><D3><D4><C9> <20><><C4> <20><><D3><D3><D9><CC> <20><> <20><><D3><D4><D2><C1><CE><C9>, <20><><CF><C2><D2><C1><DA><CF><D7><C1><D7><DB><C9><C5> <20><><D0><CF><D3> <20><><D2><C1><DA><C2><C9><C5><CE> <20><><D3><D4><D2><C1><CE><C9> <20><> <20><><D3><D4><D2><C1><CE><C9><DE> <20><><CD><C5><CE><D8><DB><C5> <20><><D2><C1><DA><CD><C5><br>\r\n<b>.horizontalMenu</b> - <20><><D3><D4><C9> <20><><C4> <20><><C7><CF><D2><C9><DA><CF><CE><D4><C1><CC><D8><CE><CF> <20><><CD><C5><br>\r\n<b>.adminBar</b> - <20><><D3><D4><C9> <20><><C4> <20><><D0><C1><CE><C5> <20><><CE><C1><D7><C9><C7><C1><C3><br>\r\n<b>.formDescription</b> - <20><><D3><D4><C9> <20><><C4> <20><><D0><C9><D3><C1><CE> <20><><C6><CF><D2><br>\r\n<b>.formSubtext</b> - <20><><D3><D4><C9> <20><><C4> <20><><D3><CF><C4><C5><D2><D6><C9><CD><CF> <20><><C6><CF><D2><br>\r\n<b>.tableMenu</b> - <20><><D3><D4><C9> <20><><C4> <20><><D4><C1><C2><CC><C9><DE><CE><CF> <20><><CD><C5><br>\r\n<b>.tableHeader</b> - <20><><D3><D4><C9> <20><><C4> <20><><DA><C1><C7><CF><CC><CF><D7> <20><><D4><C1><C2><CC><C9><br>\r\n<b>.tableCell</b> - <20><><D3><D4><C9> <20><><C4> <20><><D1><DE><C5><CA> <20><><D4><C1><C2><CC><C9> #2<br>\r\n<b>.tableCellColor</b> - <20><><D3><D4><C9> <20><><C4> <20><><D1><DE><C5><CA> <20><><D4><C1><C2><CC><C9> #3<br>\r\n<b>.tableData</b> - <20><><D3><D4><C9> <20><><C4> <20><><D1><DE><C5><CA> <20><><D4><C1><C2><CC><C9> #4<br>\r\n<b>.pollAnswer</b> - <20><><D3><D4><C9> <20><><C4> <20><><CF><D4><D7><C5><D4> <20><> <20><><D7><CF><D0><D2><CF> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE><br>\r\n<b>.pollColor</b> - <20><><D3><D4><C9> <20><><C4> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB><CF> <20><><D0><D2><C5><C4><D3><D4><C1><D7><CC><C5><CE> <20><><D0><D2><CF><C3><C5><CE><D4><CE><CF> <20><><D2><C1><D3><D0><D2><C5><C4><C5><CC><C5><CE> <20><><CF><D4><D7><C5><D4> <20><> <20><><D7><CF><D0><D2><CF> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE><br>\r\n<b>.pollQuestion</b> - <20><><D3><D4><C9> <20><><C4> <20><><D7><CF><D0><D2><CF><D3> <20><><C4> <20><><C7><CF><CC><CF><D3><CF><D7><C1><CE><br>\r\n<b>.faqQuestion</b> - <20><><D3><D4><C9> <20><><C4> <20><><D7><CF><D0><D2><CF><D3> <20><> <20><><D3><D0><C9><D3> &#132;<3B><><FE><C1><D3> <20><><DA><C1><C4><C1><D7><C1><C5><CD> <20><><D7><CF><D0><D2><CF><D3>&147;<br>\r\n<b>.listItemInvisible</b> - <20><><D3><D4><C9> <20><><C4> <20><><DC><CC><C5><CD><C5><CE><D4> <20><><D3><D0><C9><D3> #2<br>\r\n\r\n',1037005818);
INSERT INTO international VALUES (624,'WebGUI',21,'<27><><ED><C1><CB><D2> <20><><D7><D3><C5><C7> <20><><CE><C1><DE><C9><CE><C1><C5><D4> <20><> <20><><DA><CE><C1> ^ <20> <20><><DA><C1><CB><C1><CE><DE><C9><D7><C1><C5><D4> <20><><D4><CF><DE><CB> <20> <20><><DA><C1><D0><D1><D4> (;). <20><><ED><C5><D6> <20><><CE><C9> <20><><CE><C1><C8><CF><C4><C9><D4> <20><><D4><C5><CB> <20><><CD><C1><CB><D2><CF>. <br>\r\n<><6E><EE><C1> <20><><D0><D2><C9><D7><C5><C4> <20><><D3><D0><C9><D3> <20><><C9><CD><C5><C0><DD><C9><C8><DF> <20><><CD><C1><CB><D2><CF><D3>:<br>\r\n<b>^a; <20><><C9> ^a();</b> - <20><><D3><D3><D9><CC> <20><> <20><><C1><CB><CB><C1><D5><br>\r\n<><6E><FE>-<2D><> <20><><C9><DA><CD><C5><CE><C9> <20><><D4><C5><CB> <20><><D3><D3><D9><CC>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><> <20><><D5><CD><CF><CC><DE><C1><CE>, <20><><D5><CB><C1><D6><C9> <20><><CE><CF><D7> <20><><D4><C5><CB> <20> <20><><CB><D2><D5><C7><CC> <20><><D3><CB><CF><C2><CB>.\r\n<><6E><EE><C1><D0><D2><C9><CD>, ^a(<28><><F3><D3><D9><CC> <20><> <20><><C1><CB><CB><C1><D5>);<br>\r\n<i><3E><><FA><C1><CD><C5><DE><C1><CE>:</i> <20><><D4><C1><CB> <20><><D3><D5><DD><C5><D3><D4><D7><D5> <20><><D7><CF><DA><CD><CF><D6><CE><CF><D3> <20><><D7><D9><D7><C5><D3> <20><> <20><><DC><CB><D2> <20><><D4><CF><CC><D8> URL <20><> <20><><D3><D4><D2><C1><CE><C9> <20><><C1><CB><CB><C1><D5><CE>. <20><><E4> <20><><DC><D4><CF> <20><><C9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20><><DA><C1><D0><C9>: ^a(linkonly);.\r\n<br><br>\r\n<b>^AdminBar;</b><br>\r\n<><6E><F0><CF><DA><D7><CF><CC><D1> <20><><C4><CF><C2><C1><D7><C9> <20><><D0><C1><CE><C5> <20><><D5><D0><D2><C1><D7><CC><C5><CE> <20><> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n<b>^AdminText();</b><br>\r\n<br><3E><><F0><CF><CB><C1><DA><D9><D7><C1> <20><><CB><CF><D2><CF><D4><CB> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><C4> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C1><D4><CF> <20><><D3><C1><CA>.<br>\r\n<b>^AdminToggle; <20><><C9> ^AdminToggle();</b><br>\r\n<><6E><ED><C1><CB><D2> <20><><D3><CF><DA><C4><C1> <20><><D3><D3><D9><CC> <20><> <20><><D3><D4><D2><C1><CE><C9>, <20><><CB><CF><D4><CF><D2> <20><><CD><CF><D6> <20><><D7><C9><C4><C5> <20><><D4><CF><CC><D8> <20><><C1><C4><CD><C9><CE><C9><D3><D4><D2><C1><D4>.\r\n<br><br>\r\n<b>^c;</b><br>\r\n<><6E><F7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><CE><C1><DA><D7><C1><CE> <20><><D7><C1><DB> <20><><CB><CF><CD><D0><C1><CE>.\r\n<br><br>\r\n<b>^C; or ^C(); - Crumb Trail</b><br>\r\n<br><br>\r\n<b>^D; <20><><C9> ^D();</b><br>\r\n<><6E><F7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><D4><C5><CB><D5><DB> <20><><C4><C1>. <20><><F7><CB><D2><D5><C7><CC> <20><><D3><CB><CF><C2><CB> <20><><CD><CF><D6> <20><><D5><CB><C1><DA><C1> <20><><C6><CF><D2><CD> <20><><C4><C1>:\r\n%y <20><><C7> <20><><D5><CB><C1><DA><D9><D7><C1><C5><D4> <20><><D0><CF><CC><CE><CF><D3><D4> (4 <20><><C3><C9><C6>)<br>\r\n%Y <20><><D7><D9><D7><CF><C4> 2 <20><><D0><CF><D3><CC><C5><C4><CE> <20><><C3><C9><C6> <20><><C7><CF><br>\r\n%m <20><><CD><C5><D3> <20><><DA><C1><D0><C9><D3><D9><D7><C1><D4> <20> <20><><D7><C9> 2 <20><><C3><C9> (<28><><CE><C1><D0><D2><C9><CD> 02 <20><><C9> 12)<br>\r\n%M <20><><D0><C5><D2><C5><CD><C5><CE><CE> <20><><DE><C9><D3> <20><><C3><C9> <20> <20><><CF><C2><CF><DA><CE><C1><DE><C5><CE> <20><><CD><C5><D3><D1><br>\r\n%c <20><><CE><C1><DA><D7><C1><CE> <20><><CD><C5><D3><D1><br>\r\n%d <20><><DE><C9><D3> <20><><CD><C5><D3><D1> (2 <20><><C3><C9><C6>)<br>\r\n%D <20><><D0><C5><D2><C5><CD><C5><CE><CE> <20><><DE><C9><D3> <20><><C3><C9> <20><><C4><br>\r\n%w <20><><C9> <20><><C4> <20><><CE><C5><C4><C5><br>\r\n%h 12 <20><><DE><C1><D3><CF><D7> <20><><C9><D3><DE><C9><D3><CC><C5><CE> <20><><D7><D2><C5><CD><C5> (2 <20><><C3><C9><C6>)<br>\r\n%H <20><><D0><C5><D2><C5><CD><C5><CE><CE> <20><><DE><C9><D3> <20><><C3><C9> <20><><D0> 12 <20><><DE><C1><D3><CF><D7> <20><><D3><C9><D3><D4><C5> <20><><C9><D3><DE><C9><D3><CC><C5><CE> <20><><D7><D2><C5><CD><C5><br>\r\n%j 2 <20><><C3><C9><C6> <20><><D0> 24 <20><><DE><C1><D3><CF><D7> <20><><D3><C9><D3><D4><C5> <20><><C9><D3><DE><C9><D3><CC><C5><CE> <20><><D7><D2><C5><CD><C5><br>\r\n%J <20><><D0><C5><D2><C5><CD><C5><CE><CE> <20><><DE><C9><D3> <20><><C3><C9> <20><><D0> 24 <20><><D3><C9><D3><D4><C5> <20><><C9><D3><DE><C9><D3><CC><C5><CE> <20><><D7><D2><C5><CD><C5><br>\r\n%p <20><><CE><C9><D6><CE> <20><><D2><C5><C7><C9><D3> am/pm\r\n%P <20><><D7><C5><D2><C8><CE> <20><><D2><C5><C7><C9><D3> AM/PM<br>\r\n%z <20><><C9><D3><D0><CF><CC><D8><DA><D5><C0><D4> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D8><D3><CB> <20><><CE><C1><D3><D4><D2><CF> <20><><C6><CF><D2><CD><C1> <20><><C4><C1><br>\r\n%Z <20><><C9><D3><D0><CF><CC><D8><DA><D5><C0><D4> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D8><D3><CB> <20><><CE><C1><D3><D4><D2><CF><CA> <20><><C6><CF><D2><CD><C1> <20><><D7><D2><C5><CD><C5>\r\n<br><br>\r\n<b>^e; </b><br> - <20><><CD><C1><CB><D2> <20><><D3><CF><DA><C4><C1> <20><><D3><D3><D9><CC> <20><> e-mail <20><><CB><CF><CD><D0><C1><CE>\r\n<br><br>\r\n<b>^Env()</b><br> - <20><><CD><C1><CB><D2> <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><D0><C5><D2><C5><CD><C5><CE><CE> <20><><CF><CB><D2><D5><D6><C5><CE> <20><><D7>-<2D><><D3><C5><D2><D7><C5>.\r\n<br><br>\r\n<b>^Execute();</b><br> - <20><><DC><D4> <20><><CD><C1><CB><D2> <20><><D0><CF><DA><D7><CF><CC><D1> <20><><D3><CF><DA><C4><C1> <20><><D3><D3><D9><CC> <20><> <20><><D7><CE><C5><DB><CE> <20><><D0><D2><CF><C7><D2><C1><CD>.\r\n<br><br>\r\n<b>^Extras;</b><br> - <20><><CD><C1><CB><D2> <20><><D7><D9><C4><C1> <20><> <20><><DC><CB><D2> <20><><D0><D5> <20><> <20><><C4><C9><D2><C5><CB><D4><CF><D2> <20> <20><><C9><CB><CF><CE><CB><C1> <20> <20><><DC><CC><C5><CD><C5><CE><D4><C1> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB><CF> <20><><CF><C6><CF><D2><CD><CC><C5><CE> <20><><D3><C1><CA>.\r\n<br><br>\r\n<b>^FlexMenu;</b><br> - <20><><CD><C1><CB><D2> <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><CD><C5> <20><><D7><C5><D2><C8><CE><C5> <20><><D5><D2><CF><D7>\r\n<br><br>\r\n<b>^FormParam();</b><br> <20> <20><><D0><CF><CD><CF><DD> <20><><DC><D4><CF> <20><><CD><C1><CB><D2><CF> <20><><CD><CF><D6> <20><><D0><CF><D3><D9><CC><C1> <20><><DA><C1><D0><D2> <20> <20><>.\r\n<br><br>\r\n<b>^GroupText();</b><br> <20><><ED><C1><CB><D2> <20><><D7><D9><D7><CF><C4> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><C4> <20><><D7><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>, <20><><CF><C2><DF><C5><C4><C9><CE><C5><CE><CE> <20> <20><><CF><D4><D0><D2><C5><C4><C5><CC><C5><CE><CE> <20><><C7><D2><D5><D0>. <20><><F0><D2><C9><CD>: ^GroupText(\"Visitors\",\"<22><> <20><> <20><><DA><C1><D2><C5><C7><C9><D3><D4><D2><C9><D2><CF><D7><C1> <20><> <20><><D3><C1><CA>\");\r\n<br><br>\r\n<b>^H; or ^H();</b> - <20><><D3><CF><DA><C4><C1> <20><><D3><D3><D9><CC> <20><> <20><><C7><CC><C1><D7><CE> <20><><D3><D4><D2><C1><C5><C9> <20><><D3><C1><CA>.\r\n<br><br>\r\n<b>^I();</b> - <20><><D7><CF><DA><D7><D2><C1><DD><C1> <20><><C9> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE> <20><><D7><CD><C5><D3> <20> <20><><D0><C1><D2><C1><CD><C5><D4><D2><C1>, <20><><CF><D0><D2><C5><C4><C5><CC><C5><CE><CE><D9> <20><><C4> <20><><C4><C1><CE><CE><CF> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE> <20> &#8222;<3B><><F5><D0><D2><C1><D7><CC><C5><CE> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB><C9> <20><><C6><C1><CA><CC><C1>&#8220;. <20><><EE><C1><D0><D2><C9><CD>: ^I(\"<22><><CB><C1><D2><D4><C9><CE>\");<br>\r\n<br>\r\n<b>^i();</b> - <20><><D7><CF><DA><D7><D2><C1><DD><C1> <20><><D0><D5> <20> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB><CF> <20><><C6><C1><CA>. <20><><EE><C1><D0><D2><C9><CD>:^i(\"<22><><CB><C1><D2><D4><C9><CE>\"); \r\n<br><br>\r\n<b>^Include();</b> - <20><><CD><C1><CB><D2> <20><><D0><CF><DA><D7><CF><CC><D1> <20><><D7><CB><CC><C0><DE><C1> <20><> <20><><D3><C1> <20><><D3><CF><C4><C5><D2><D6><C9><CD> <20><><CC><CF><CB><C1><CC><D8><CE><CF> <20><><C6><C1><CA><br> <20><><F0><D2><C9><CD>:^Include(\"/this/file.html\"); \r\n<br><br>\r\n<b>^L; or ^L();</b> <20><><CD><C1><CB><D2> <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><CD><C1><CC><C5><CE><D8><CB> <20><><C6><CF><D2> <20><><C4> <20><><D7><D7><CF> login`<60>. \r\n<br><br>\r\n<b>^LoginToggle; or ^LoginToggle();</b> <20><><D7><D9><D7><CF><C4> <20><><D3><D3><D9><CC> <20> <20><><D4><C5><CB><D3><D4> &#8222;<3B><><F7><CF><CA> <20> <20><><D3><C9><D3><D4><C5>&#8220; <20><><C9> &#8222;<3B><><F7><D9><CA> <20><> <20><><D3><C9><D3><D4><C5>&#8220; <20> <20><><DA><C1><D7><C9><D3><C9><CD><CF><D3> <20><> <20><><D4><CF> <20><><D7><CF><DB> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20> <20><><D3><C9><D3><D4><C5> <20><><C9> <20><><CE><br>\r\n<><6E><F0><D2><C9><CD> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE>:^LoginToggle(\"<22><><F7><CF><CA> <20> <20><><D3><C9><D3><D4><C5>\",\"<22><><F7><D9><CA> <20><> <20><><D3><C9><D3><D4><C5>\"); \r\n<br><br>\r\n<b>^M; or ^M();</b> <20><><D4><C5><CB><D5><DD> <20><><CD><C5> (<28><><D7><C5><D2><D4><C9><CB><C1><CC><D8><CE>)\r\n<br><br>\r\n<b>^m;</b> <20><><D4><C5><CB><D5><DD> <20><><CD><C5> (<28><><C7><CF><D2><C9><DA><CF><CE><D4><C1><CC><D8><CE>)\r\n<br><br>\r\n<b>^P; or ^P();</b> <20><><D0><D2><C5><C4><D9><C4><D5><DD> <20><><CD><C5> (<28><><D7><C5><D2><D4><C9><CB><C1><CC><D8><CE>)\r\n<br><br>\r\n<b>^p;</b> <20><><D0><D2><C5><C4><D9><C4><D5><DD> <20><><CD><C5> (<28><><C7><CF><D2><C9><DA><CF><CE><D4><C1><CC><D8><CE>)\r\n<br><br>\r\n<b>^Page();</b> <20><><CD><C1><CB><D2> <20><><D7><D9><C4><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D3><D4><D2><C1><CE><C9>: <20><><CE><C1><D0><D2><C9><CD> <20><><C9> <20><><D3><D3><D9><CC> <20><> <20><><D3><D4><D2><C1><CE><C9> ^Page(\"urlizedTitle\"); <20><><C9> ^Page(\"menuTitle\");. \r\n<br><br>\r\n<b>^PageTitle;</b> <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><CE><C1><DA><D7><C1><CE> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n<b>^r; or ^r();</b> <20><><CD><C1><CB><D2> <20><><D3><CF><DA><C4><C1> <20><><D3><D3><D9><CC> <20><> <20><><D7><C5><D2><D3> <20><><C4> <20><><D0><C5><DE><C1>. <20><><F0><C5><DE><C1><D4><CE> <20><><D7><C5><D2><D3> <20><><D4><C1><CB> <20><><D3><CF><DA><C4><C1><C5><D4> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><C5><D3>. <20><><F0><D2><C9><CD>: ^r(<28><><F7><C5><D2><D3> <20><><C4> <20><><D0><C5><DE><C1>); \r\n<br><br>\r\n<b>^rootmenu;</b> - <20><><D3><CF><DA><C4><C1> <20><><C7><CF><D2><C9><DA><CF><CE><D4><C1><CC><D8><CE> <20><><CD><C5> <20> <20>c<D3><63><D9><CC><CB><C1> <20><> <20><><C7><CC><C1><D7><CE> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n<b>^RootTitle;</b> - <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><CE><C1><DA><D7><C1><CE> <20><><C7><CC><C1><D7><CE> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n<b>^S();</b> - <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><D7><C5><D2><D4><C9><CB><C1><CC><D8><CE> <20><><CD><C5>, <20><><CE><C1><DE><C9><CE> <20> <20><><D7><D9><C2><D2><C1><CE><CE> <20><><D3><D4><D2><C1><CE><C9>.<br>\r\n<><6E><F3><C9><CE><D4><C1><CB><D3>: ^S(\"home\",3);<br>\r\n<> <20><><CB><C1><D7><D9><DE><CB> <20><><D5><CB><C1><DA><D9><D7><C1><C5><D4> url <20><><D7><D9><C2><D2><C1><CE> <20><><D3><D4><D2><C1><CE><C9>, <20> <20><><D0><CF><D3> <20><><DA><C1><D0><D1><D4> <20><><DE><C9><D3>, <20><><D5><CB><C1><DA><C1><D7><D9><C0><DD> <20><><CB><C1><CB> <20><><D5><D2><CF><D7><C5> <20><><D7><CC><CF><D6><C5><CE><CE><CF><D3> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1>. \r\n<br><br>\r\n<b>^s();</b> - <20><><D4><CF>, <20><><DE> <20> ^S();, <20><><D4><CF><CC><D8> <20><><D7><D9><D7><CF><C4><C9><D4> <20><><C7><CF><D2><C9><DA><CF><CE><D4><C1><CC><D8><CE> <20><><CD><C5>.<br>\r\n<br><br>\r\n<b>^SQL();</b> <20><><D0> <20><><D0><CF><CD><CF> <20><><DC><D4><CF> <20><><CD><C1><CB><D2><CF> <20><><CD><CF><D6> <20><><D0><CF><D3><CC><C1> <20><><D0><D2><CF><D3><D4> <20><><DA><C1><D0><D2> <20> <20><><C2><C1> <20><><C4><C1><CE><CE>. <20> <20><><DA><C1><D0><D2><CF> <20><><C4><CF><D0><D5><D3><D4><C9> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE> <20><><CD><C1><CB><D2><CF><D3> ^1; ^2; <20> <20>.<2E>.<br>\r\n<><6E><F0><D2><C9><CD>: ^SQL(\"select count(*) from users\",\"<22><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA>: ^0;\"); \r\n<br><br>\r\n<b>^Synopsis()</b> <20><><CD><C1><CB><D2> <20><><D0><CF><DA><D7><CF><CC><D1> <20><><D3><CF><DA><C4><C1> <20><><CD><C5> <20><> <20><><D3><D3><D9><CC> <20><> <20><><D0><CF><C4><D3><D4><D2><C1><CE><C9> <20> <20><><CF><D0><C9><D3><C1><CE><C9> <20><><DC><D4> <20><><D0><CF><C4><D3><D4><D2><C1><CE>. <20> <20><><D3><CB><CF><C2><CB> <20><><CD><CF><D6> <20><><D5><CB><C1><DA><C1> <20><><C7><CC><D5><C2><C9> <20><><D7><CC><CF><D6><C5><CE><CE><CF><D3> <20><><D3><D4><D2><C1><CE>.\r\n<br><br>\r\n<b>^T();</b> - <20><><D7><C5><D2><D4><C9><CB><C1><CC><D8><CE> <20><><CD><C5> <20><><D7><C5><D2><DB><CE><C5> <20><><D5><D2><CF><D7>.\r\n<br><br>\r\n<b>^t();</b> - <20><><C7><CF><D2><C9><DA><CF><CE><D4><C1><CC><D8><CE> <20><><CD><C5> <20><><D7><C5><D2><C8><CE><C5> <20><><D5><D2><CF><D7>.\r\n<br><br>\r\n<b>^Thumbnail();</b> - <20><><CD><C1><CB><D2> <20><><D7><CF><DA><D7><D2><C1><DD><C1> <20><><D0><D5> <20><> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>.<br>\r\n<><6E><F0><D2><C9><CD>: ^Thumbnail(\"<22><><E9><CD><D1><F2><C9><D3><D5><CE>\");. \r\n<br><br>\r\n<b>^ThumbnailLinker();</b> - <20><><CD><C1><CB><D2> <20><><D3><CF><DA><C4><C1> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>, <20><><D7><D9><D7><CF><C4> <20><><C5> <20><> <20><><DC><CB><D2>, <20><><D0> <20><><CE> <20><><D0><C9><DB> <20><><C5> <20><><CE><C1><DA><D7><C1><CE> <20> <20><><D2><C1><DA><CD> <20><><C6><C1><CA> <20><><CF><D3><CE><CF><D7><CE><CF> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB><CF> <20><><C6><C1><CA>.<br>\r\n<br><br>\r\n<b>^u;</b> - <20><><CD><C1><CB><D2> <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><D3><D3><D9><CC> <20><> <20><><D3><C1> <20><><CB><CF><CD><D0><C1><CE>.\r\n<br><br>\r\n<b>^URLEncode();</b><br>\r\n<br><br>\r\n<b>^User();</b> - <20><><DC><D4> <20><><CD><C1><CB><D2> <20><><D0><CF><DA><D7><CF><CC><D1> <20><><D0><CF><CB><C1><DA><D9><D7><C1> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>. <br> <20> <20><><CB><D2><D5><C7><CC> <20><><D3><CB><CF><C2><CB> <20><><CD><CF><D6> <20><><DA><C1><C4><C1> <20><><D0><C1><D2><C1><CD><C5>, <20> <20><><D0><CF><CD><CF><DD> <20><><CB><CF><D4><CF><D2><CF> <20><><CD><CF><D6> <20><><CF><C7><D2><C1><CE><C9><DE><C9><D7><C1> <20><><C4><CF><D3><D4> <20> <20><><C9><CE><C6><CF><D2><CD><C1><C3>. <20><><EE><C1><D0><D2><C9><CD>:^User(email); <20><><D0><CF><CB><C1><DA><D9><D7><C1> <20><><D4><CF><CC><D8> <20><><DC><CC><C5><CB><D4><D2><CF><CE><CE> <20><><C1><C4><D2> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>. <20><><E5><D3> <20> <20><><CB><D2><D5><C7><CC> <20><><D3><CB><CF><C2><CB> <20><> <20><><D5><CB><C1><DA> <20><><D0><C1><D2><C1><CD><C5>, <20><> <20><><CF><D4><CF><C2><D2><C1><D6><C1><C5><D4> <20><><D7> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>.\r\n<br><br>\r\n<b>^/;</b> <20><><CF><D4><CF><C2><D2><C1><D6><C1> <20><><D0><D5> <20> <20><><C7><CC><C1><D7><CE><CF> <20><><D3><CB><D2><C9><D0> <20><><D3><C9><D3><D4><C5>.\r\n<br><br>\r\n<b>^\\;</b> <20><><CF><D4><CF><C2><D2><C1><D6><C1> url <20><><D4><C5><CB><D5><DB> <20><><D3><D4><D2><C1><CE><C9>. \r\n<br><br>\r\n<b>^@;</b> <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><C9>, <20><><D0> <20><><CB><CF><D4><CF><D2> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><DA><C1><DB> <20><> <20><><D3><C1>.\r\n<br><br>\r\n<b>^?;</b> <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> <20><><C6><CF><D2> <20><><C4> <20><><D0><CF><C9><D3> <20><> <20><><D3><C1><CA>\r\n<br><br>\r\n<b>^#;</b> <20><><D7><D9><D7><CF><C4> <20><> <20><><DC><CB><D2> ID <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5>\r\n<br><br>\r\n<b>^*; or ^*();</b> <20><><C7><C5><CE><C5><D2><C1><D4> <20><><D3><CC><D5><DE><C1><CA><CE> <20><><DE><C9><D3> <br>\r\n<><6E><E4><C9><C1><D0><C1><DA> <20><><D7><CF><DA><CD><CF><D6><CE> <20><><DA><CE><C1><DE><C5><CE> <20><> 0 <20><> 100.\r\n<br><br> \r\n<b>^-;,^0;,^1;,^2;,^3;</b> <20><><CD><C1><CB><D2><CF>, <20><><C9><D3><D0><CF><CC><D8><DA><D5><C0><DD><C9><C5> <20> <20><><C6><D5><CE><CB><C3> SQL-<2D><><DA><C1><D0><D2><CF>.\r\n<br><br>\r\n\r\n\r\n\r\n\r\n',1037021080);
INSERT INTO international VALUES (625,'WebGUI',21,'<b><3E><><E9></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C9> <20><><D3><D3><D9><CC> <20><> <20><><DC> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE>.\r\n<br><br>\r\n<b><3E><><E6><C1></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C6><C1> <20> <20><><D7><C1><DB><C5> <20><><CB><CF><CD><D0><D8><C0><D4><C5> <20><><C4> <20><><CF><D0><D2><C1><D7> <20><> <20><><D3><C5><D2><D7>.\r\n<br><br>\r\n<b><3E><><F0><C1><D2><C1><CD><C5><D4></b><br>\r\n<> <20><><DC><D4> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF> <20><> <20><><CD><CF><D6><C5> <20><><D5><CB><C1><DA><C1> <20><><C1><D4><D2><C9><C2><D5> <20><><C4> <20><><D4><C5> img. <br>\r\n<><6E><EE><C1><D0><D2><C9><CD>:<br>\r\nalign=\"right\"<br>\r\nalt=\"<22><><D2><C9><D3><D5><CE>\"',1037015974);
INSERT INTO international VALUES (626,'WebGUI',21,'<27><><E4> <20><><D4><CF>, <20><><DE><D4><CF> <20><><C4><CF><C2><C1><D7><C9> <20><><CD><CF><C4><D5> <20><> <20><><D3><D4><D2><C1><CE><C9> <20><> <20><><CD><C5> &#132;<3B><><E4><CF><C2><C1><D7><CC><C5><CE> <20><><CD><CF><C4><D5>...&#147; <20><><D7><D9><C2><C5><D2><C9> <20><><CE><D5><D6><CE> <20><><D7> <20><><CD><CF><C4><D5>.',1037084391);
INSERT INTO international VALUES (627,'WebGUI',21,'<27><><F0><CF> <20> <20><><C9><CE><C6><CF><D2><CD><C1><C3> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><CD><CF><D6> <20><><C4><CF><D7><C1><D7><CC><D1>, <20> <20><><DA><C1><D7><C9><D3><C9><CD><CF><D3> <20><> <20><><D4><CF>, <20><><DE> <20><> <20><><C8><CF><D4><C9> <20><><DA><CE><C1> <20> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC>.',1037107666);
INSERT INTO international VALUES (628,'WebGUI',21,'<27><><E7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1> <20><><C2><D5><C4> <20><><D5><C4><C1><CC> <20> <20><><D3><C5><D2><D7><C5> <20> <20><><D7><CF><D3><D3><D4><C1><CE><CF><D7><CC><C5><CE> <20><> <20><><D0><CF><C4><CC><C5><D6>.',1036930387);
INSERT INTO international VALUES (629,'WebGUI',21,'??? <20> <20><><D2><C1><DA><D2><C1><C2><CF><D4>',1036414113);
INSERT INTO international VALUES (630,'WebGUI',21,'<27> <20><><D3><C9><D3><D4><C5> <20><><D7><D3><D4><D2><CF><C5> <20><><D0><CF><C9><D3><CB><CF><D7> <20><><D3><C9><D3><D4><C5>. <20><><E4> <20><> <20><><D7><D9><DA><CF> <20><><C9><D3><D0><CF><CC><D8><DA><D5><CA> <20><><CD><C1><CB><D2> ^?;\r\n<i><3E><><FA><C1><CD><C5><DE><C1><CE>:</i> <20><><D0><CF><C9> <20><><CF><D3><D5><DD><C5><D3><D4><D7><CC><D1><C5><D4> <20><><D4><CF><CC><D8> <20> <20><><D2><C1><CD><CB> <20><><D7><C1><DB><C5> <20><><D3><C1><CA>.',1037107995);
INSERT INTO international VALUES (631,'WebGUI',21,'<27><><F0> <20><><D0><CF><CD><CF> <20><><CD><C1><CE><C5><C4><D6><C5> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE> <20><> <20><><CD><CF><D6><C5> <20><><D0><D2><C9><D3><D9><CC><C1> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1><CA> <20><> <20><><D3><C1> <20> <20><><D7><D9><DA><D9><D7><C1> <20><> <20><><D0> <20><><D0><CF><CD><CF> <20><><CD><C1><CB><D2><CF><D3> ^i(); <20> ^I();\r\n',1037109128);
INSERT INTO international VALUES (616,'WebGUI',21,'??? <20> <20><><D2><C1><DA><D2><C1><C2><CF><D4>',1036591976);
INSERT INTO international VALUES (632,'WebGUI',21,'<b>Id <20><><CD><CF><C4><D5></b><br>\r\nId <20><><CD><CF><C4><D5> <20><><D0><D2><C5><C4><D3><D4><C1><D7><CC><D1> <20><><D3><CF><C2> <20><><D5><CE><C9><CB><C1><CC><D8><CE> <20><><C9><C4><C5><CE><D4><C9><C6><C9><CB><C1><C3><C9><CF><CE><CE> <20><><CE><CF><CD>, <20><><D0><D2><C9><D3><D7><C1><C9><CD> <20><><CD><CF><C4><D5> <20><><D3><C9><D3><D4><C5><CD> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><D3>. <20><><E9><D3><D0><CF><CC><D8><DA><D5><C5><D4> <20><><D0> <20><><CE><C1><D0><C9><D3><C1><CE> SQL- <20><><DA><C1><D0><D2><CF><D3>.\r\n<br><br>\r\n<b><3E><><EE><C1><DA><D7><C1><CE></b><br>\r\n<><6E><EE><C1><DA><D7><C1><CE> <20><><CD><CF><C4><D5>; <20><><CF> <20><><CF><C2><D9><DE> <20><><CF><D4><CF><C2><D2><C1><D6><C1><C5><D4> <20><><D0><C5><D2> <20><><CD><CF><C4><D5><CC>.\r\n<br><br>\r\n<b><3E><><EF><D4><CF><C2><D2><C1><D6><C1> <20><><CE><C1><DA><D7><C1><CE></b><br>\r\n<><6E><E4> <20><><CC><C0><C2><CF> <20><><CD><CF><C4><D5> <20><><CD><CF><D6> <20><><D2><C1><DA><D2><C5><DB><C9> <20><><C9> <20><><DA><C1><D0><D2><C5><D4><C9> <20><><CF><D4><CF><C2><D2><C1><D6><C5><CE> <20><><C5> <20><><CE><C1><DA><D7><C1><CE>.\r\n<br><br>\r\n<b><3E><><F7><D9><D0><CF><CC><CE><D1> <20><><CD><C1><CB><D2><CF>?</b><br>\r\n<><6E><E4> <20><><CC><C0><C2><CF> <20><><CD><CF><C4><D5> <20><><CD><CF><D6> <20><><D2><C1><DA><D2><C5><DB><C9> <20><><C9> <20><><DA><C1><D0><D2><C5><D4><C9> <20><><D7><D9><D0><CF><CC><CE><C5><CE> <20><><CD><C1><CB><D2><CF><D3>.\r\n<br><br>\r\n<b><3E><><F0><CF><DA><C9><C3> <20><><D7><CE><D5><D4> <20><><DB><C1><C2><CC><CF></b><br>\r\n<><6E><ED><CF><D6> <20><><D7><D9><C2><D2><C1> <20><><D0><CF><DA><C9><C3> <20><><CD><CF><C4><D5> <20><><D7><CE><D5><D4> <20><><DB><C1><C2><CC><CF> <20><><D3><D4><D2><C1><CE><C9>.\r\n<br><br>\r\n<b><3E><><E4><C1> <20><><CE><C1><DE><C1></b><br>\r\n<> <20><><DC><D4> <20><><D0><CF> <20><><CE><C1> <20><><D5><CB><C1><DA><C1> <20><><C4><C1>, <20><><CE><C1><DE><C9><CE> <20> <20><><CB><CF><D4><CF><D2> <20><><CD><CF><C4><D5> <20><><D3><D4><C1><CE><CF><D7><C9><D4> <20><><D7><C9><C4><C9><CD> <20><><C4> <20><><D0><CF><D3><C5><D4><C9><D4><C5><CC> <20><><D3><C1><CA>.\r\n<br><br>\r\n<b><3E><><E4><C1> <20><><CF><CB><CF><CE><DE><C1><CE></b><br>\r\n<> <20><><DC><D4> <20><><D0><CF> <20><><D5><CB><C1><DA><D9><D7><C1><C5><D4> <20><><C4><C1>, <20><><D0><CF><D3> <20><><CB><CF><D4><CF><D2> <20><><CD><CF><C4><D5> <20><><D3><D4><C1><CE><CF><D7><C9><D4> <20><><CE><C5><D7><C9><C4><C9><CD> <20><><C4> <20><><D0><CF><D3><C5><D4><C9><D4><C5><CC> <20><><D3><C1><CA>.\r\n<br><br>\r\n<b><3E><><EF><D0><C9><D3><C1><CE></b><br> \r\n<> <20><><DC><D4> <20><><D0><CF> <20><><CF><C2><D9><DE> <20><><D5><CB><C1><DA><D9><D7><C1><C0><D4> <20><><CF><D3><CE><CF><D7><CE> <20><><C6><C9><CE><CB><C3> <20><><CD><CF><C4><D5>. <20><><F0><CF> <20><><CD><CF><D6> <20><><CF><D3><D4><C1><D7><C9> <20><><D0><D5><D3><D4>.\r\n<br><br>',1037085372);
INSERT INTO international VALUES (633,'WebGUI',21,'<27><><EE><CF><D7> <20><><C7><CC><C1><D7><CE> <20><><D3><D4><D2><C1><CE><C9> <20><><C4><CF><C2><C1><D7><CC><D1><C5><D4> <20> <20><><CF><D3><CE><CF><D7><CE> <20><><C4> <20><><D3><CF><DA><C4><C1><CE> <20><><D3><CB><D2><D9><D4> <20><><DA><C1>, <20><><CE><C5><D7><C9><C4><C9><CD> <20> <20><><CF><D3><CE><CF><D7><CE><CF> <20><><D3><C1><CA>.',1037108799);
INSERT INTO international VALUES (634,'WebGUI',21,'<b><3E><><EE><C1><DE><C1><CC><D8><CE> <20><><D3><D4><D2><C1><CE><C9></b><br>\r\n<> <20><><CB><C1><DE><C5><D3><D4> <20><><CE><C1><DE><C1><CC><D8><CE> <20><><D3><D4><D2><C1><CE><C9> <20><><CD><CF><D6> <20><><D7><D9><C2><D2><C1> <20><><CC><C0><C2> <20><><D3><D4><D2><C1><CE><C9> <20><><D3><C1><CA>.<br><br>\r\n<b><3E><><F3><D4><D2><C1><CE><C9> \"<22><><F3><D4><D2><C1><CE><C9> <20><> <20><><CE><C1><CA><C4><C5>\"</b><br>\r\n<><6E><E5><D3> <20><><D3><D4><D2><C1><CE><C9>, <20><><DA><C1><D0><D2><CF><DB><C5><CE><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><D7><C1><DB><C5> <20><><D3><C1><CA> <20><> <20><><CE><C1><CA><C4><C5>, <20><> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20><><C2><D5><C4> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><C5><D3> <20><><D0><C5><D2><C5><CE><C1><D0><D2><C1><D7><CC> <20><> <20><><D7><D9><C2><D2><C1><CE><CE> <20><><DA><C4><C5> <20><><D3><D4><D2><C1><CE><C9>. <20> <20><><CB><C1><DE><C5><D3><D4> <20><><D3><D4><D2><C1><CE><C9> <20><><D0><C5><D2><C5><CE><C1><D0><D2><C1><D7><CC><C5><CE> <20><><D2><C5><CB><CF><CD><C5><CE><C4><D5><C5><D4> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><D3><D4><D2><C1><CE><C9> <20><><D3><CF><C4><C5><D2><D6><C1><DD> <20><><C6><CF><D2> <20><><C4> <20><><D0><CF><C9><D3>, <20><><CB><C1><D2> <20><><D3><C1><CA> <20><><C9> <20><><C4><CF><CD><C1><DB><CE> <20><><D3><D4><D2><C1><CE><C9>.<br><br>\r\n<b><3E><><EF><C2><DF><D7><CC><C5><CE> <20><><D4><C9> <20><><C4><CF><CB><D5><CD><C5><CE><D4></b><br>\r\n<><6E> <20><><D5><CD><CF><CC><DE><C1><CE> <20><><D3><C9><D3><D4><C5> <20><><C7><C5><CE><C5><D2><C9><D2><D5> <20><><C4><CF><CB><D5><CD><C5><CE>, <20><><D3><CF><CF><D4><D7><C5><D4><D3><D7><D5><C0><DD> <20><><D3><D4><C1><CE><C4><C1><D2> HTML 4.0 <br><br>\r\n<b><3E><><E4><CF><C2><C1><D7><C9> <20><><CB><CF><CD><C5><CE><D4><C1><D2><C9> <20> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE>?</b><br>\r\n<><6E> <20><><D5><CD><CF><CC><DE><C1><CE>, <20><><C5><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><CE>, <20><><CF><C2><CC><C1><C4><C1><C0><DD> <20><><D0><D2><C1><D7> <20><><D2><C5><C4><C1><CB><D4><C9><D2><CF><D7><C1><CE> <20><><D3><CF><C4><C5><D2><D6><C9><CD><CF> <20><><D3><C1><CA>, <20><><C9><DA><CD><C5><CE><D1> <20><><D3><CF><C4><C5><D2><D6><C1><CE> <20><><D3><CF><CF><C2><DD><C5><CE> <20><> <20><><C6><CF><D2><D5>, <20><> <20> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><C4><CF><C2><C1><D7><CC><D1><C5><D4> <20><><CB><CF><CD><CD><C5><CE><D4><C1><D2> <20> <20><><D4> <20><><CB> <20> <20><><CB><CF><C7> <20><><D3><C4><C5><CC> <20><><C9><DA><CD><C5><CE><C5><CE>.<br><br>\r\n<b><3E><><E6><C9><CC><D8> <20><><C4> HTML-<2D><><CB><CF></b><br>\r\n<><6E><E4> <20><><C9><CE><C6><CF><D2><CD><C1><C3>, <20><><D0><D2><C9><D3><CC><C1><CE><CE> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC><D1> <20><><D3><C1><CA>, <20><><CD><CF><D6> <20><><D5><D3><D4><C1><CE><CF><D7><C9> <20><><D0><D2><C1><D7><C9> <20><><C6><C9><CC><D8><D4><D2><C1><C3> HTML-<2D><><CB><CF>.<br><br>\r\n<b><3E><><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><D2><C1><DA><CD> <20><><D7><CC><CF><D6><C5><CE><CE> <20><><C6><C1><CA><CC></b><br>\r\n<> <20><><DC><D4> <20><><D3><D4><D2><CF> <20><><CE><C1> <20><><D5><CB><C1><DA><C1> <20><><CD><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><D2><C1><DA><CD> <20><><D7><CB><CC><C1><C4><D9><D7><C1><C5><CD> <20><><C6><C1><CA><CC> (<28> <20><><CB><C9><CC><CF><C2><C1><CA><D4>) <20><><D0> <20><><D0><CF><D3><D9><CC> <20><> <20><> <20><><D3><C1>.<br><br>\r\n<b><3E><><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><D2><C1><DA><CD> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE></b><br>\r\n<><6E><ED><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><D2><C1><DA><CD> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE> <20><><DA><C1><C4><C1><C5><D4> <20> <20><><D0><C9><CB><D3><C5><CC>. <20><><F7> <20><><D0><D2><C9><D3><D9><CC><C1><C5><CD> <20><> <20><><D3><C1> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1><CA> <20><><C1><CE><C1><CC><C9><DA><C9><D2><D5><C0><D4> <20><><D3><C9><D3><D4><C5><CD>, <20>, <20><><C5><D3> <20><><CB><CF><CC><CC><C9><DE><C5><D3><D4> <20><><D0><C9><CB><D3><C5><CC> <20><> <20><><C4><CC><C9><CE><CE> <20><><D3><D4><CF><D2><CF> <20><><D0><D2><C5><D7><D9><DB><C1> <20><><D5><CB><C1><DA><C1><CE><CE> <20><><D2><C1><DA><CD>, <20><> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE> <20><><D5><CD><C5><CE><D8><DB><C1><C5><D4> <20><> <20><><D5><CB><C1><DA><C1><CE><CE><CF> <20><><D2><C1><DA><CD><C5>.<br><br>\r\n<b><3E><><F2><C1><DA><CD> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE> <20><><CB><CF><D0> <20><><C9><DA><CF><C2><D2><C1><D6><C5><CE></b><br>\r\n<><6E><E4> <20><><D7><D3> <20><><C7><D2><C1><C6><C9><DE><C5><D3><CB> <20><><C6><C1><CA><CC>, <20><><D0><D2><C9><D3><D9><CC><C1><C5><CD> <20><> <20><><D3><C1> <20><><C1><D7><D4><CF><CD><C1><D4><C9><DE><C5><D3> <20><><D3><CF><DA><C4><C1><C5><D4> <20><><D5><CD><C5><CE><D8><DB><C5><CE><CE><CE> <20><><CB><CF><D0>, <20><><D2><C1><DA><CD> <20><><CB><CF><D4><CF><D2> <20><><CD><CF><D6> <20><><CF><D0><D2><C5><C4><C5><CC><C9> <20> <20><><DC><D4> <20><><D3><D4><D2><CF>. <20><><F2><C1><DA><CD> <20><><DA><C1><C4><C1><C5><D4> <20> <20><><D0><C9><CB><D3><C5><CC>.<br><br>\r\n<b><3E><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D4> <20> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF></b><br>\r\n<><6E><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D4> <20> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF> <20><><C6><CF><D2> <20><><DA><C1><C4><C1><C5><D4> <20><><D6><C5><D3><D4> <20> <20><><D0><C9><CB><D3><C5><CC>.<br><br>\r\n<b><3E><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D4><CF><CC><C2><C3> <20> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF></b><br> <20><><EB><CF><CC><C9><DE><C5><D3><D4> <20><><D3><D4><CF><CC><C2><C3> <20> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF> <20><><D5><CB><C1><DA><D9><D7><C1><C5><D4> <20><><D6><C5><D3><D4> <20> <20><><D0><C9><CB><D3><C5><CC>.<br><br>\r\n<b><3E><><F2><C1><DA><CD> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><C2><CC><CF><CB></b><br>\r\n<> <20><><DC><D4> <20><><D3><D4><D2><CF> <20><><CE><C1> <20><><D5><CB><C1><DA><C1> <20><><CD><C1><CB><D3><C9><CD><C1><CC><D8><CE> <20><><CB><CF><CC><CC><C9><DE><C5><D3><D4> <20><><D3><C9><CD><D7><CF><CC>, <20><><CF><D4><CF><C2><D2><C1><D6><C1><C5><CD> <20> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF> <20><><C6><CF><D2>.<br><br>\r\n<b><3E><><E9><D3><D0><CF><CC><D8><DA><D5><C5><CD> <20><><D2><C5><C4><C1><CB><D4> <20><><D4><C5><CB><D3></b><br>\r\n<> <20><><D7><D9><D0><C1><C4><C1><C0><DD> <20><><CD><C5> <20><><D7> <20><><D0><D2><C5><C4><CC><CF><D6> <20><><D7><D9><C2> <20><> <20><><C4><D7> <20><><D2><C5><C4><C1><CB><D4><CF><D2>: <i><3E><><D7><D3><D4><D2><CF><C5><CE><CE><CF></i> <20> <i><3E><><D7><CE><C5><DB><CE><C5></i>. <20><><F7><D3><D4><D2><CF><C5><CE><CE> <20><><D2><C5><C4><C1><CB><D4> <20><><C9><CD><C5> <20><><C4><CF><D3><D4><C1><D4><CF><DE> <20><><CE><C5><D7><D9><D3><CF><CB> <20><><C6><D5><CE><CB><C3><C9><CF><CE><C1><CC><D8><CE><CF><D3>, <20><> <20><><C4><CF><D3><D4><C1><D4><CF><DE> <20><><D7><D9><D3><CF><CB> <20><><D3><CB><CF><D2><CF><D3> <20><><D2><C1><C2><CF>. <20><><F7><CE><C5><DB><CE> <20><><D2><C5><C4><C1><CB><D4> <20><><CF><C2><CC><C1><C4><C1> <20><><D7><D9><D3><CF><CB> <20><><C6><D5><CE><CB><C3><C9><CF><CE><C1><CC><D8><CE><CF><D3><D4>.<br><br>\r\n',1037171770);
INSERT INTO international VALUES (635,'WebGUI',21,'<27><><F0><C1><CB><C5> <20><><D0><D2><C5><C4><D3><D4><C1><CC><D1> <20><><D3><CF><C2> <20><><D3><C7><D2><D5><D0><D0><C9><D2><CF><D7><C1><CE><CE> <20><><D3><D4><D2><C1><CE><C9> <20> <20><><CF><C2><DF><C5><CB>. <20><><E9><D3><D0><CF><CC><D8><DA><CF><D7><C1><CE> <20><><D0><C1><CB><C5><D4> <20><><DC><C6><C6><C5><CB><D4><C9><D7>, <20><><C5><D3> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5><CC> <20><><D3><C1><CA> <20><><D0><D2><C9><C8><CF><C4><C9><D4> <20><><DE><C1><D3> <20><><CF><C4><C9><CE><C1><CB><CF><D7> <20><><D0><CF><D3><CC><C5><C4><CF><D7><C1><D4><C5><CC><D8><CE><CF><D3> <20><><C4><C5><CA><D3><D4><D7>. <20><><EE><C1><D0><D2><C9><CD>: <20><><CE><C1> <20><><DE><C1><D3> <20><><C4><CF><C2><C1><D7><CC><D1> <20><><D3><D4><D2><C1><CE><C9> <20> <20><> <20><><D3><D4><D2><C1><CE><C9> <20><><C4><CF><C2><C1><D7><CC><D1> <20><><D3><D4><C1><D4>.',1037185552);
INSERT INTO international VALUES (636,'WebGUI',21,'<27><><E4> <20><><D4><CF>, <20><><DE><D4><CF> <20><><D3><CF><DA><C4><C1> <20><><D0><C1><CB> <20><><D7><D9><D0><CF><CC><CE><C9> <20><><D3><CC><C5><C4><D5><C0><DD> <20><><CE><C9> <20><><D0><CF><D3><CC><C5><C4><CF><D7><C1><D4><C5><CC><CE><CF><D3> <20><><C4><C5><CA><D3><D4><D7>:\r\n<ol>\r\n<li><3E> <20><><CD><C5> &#8222;<3B><><E6><D5><CE><CB><C3> <20><><D5><D0><D2><C1><D7><CC><C5><CE>&#8220; <20><><D7><D9><C2><C5><D2><C9> <20><><D0><D5><CE> &#8222;<3B><><F0><C1><CB><C5>&#8220; \r\n<li><3E><><E4><CF><C2><C1><D7><D8> <20><><D3><D4><D2><C1><CE><C9> <20> <20><><C4><C1><CA> <20><> <20><><C9>. <20><><E9> <20><><D3><D4><D2><C1><CE><C9> <20> <20><><C2><D5><C4> <20><><C9><CD><C5><CE> <20><><D0><C1><CB><C5>.\r\n<li> <20><><FA><C1><CA><D4><C9> <20><> <20><><D3><D7><C5><D6><C5><D3><CF><DA><C4><C1><CE><CE> <20><><D3><D4><D2><C1><CE><C9><DE> <20> <20><><C4><CF><C2><C1><D7><D8> <20><><D4><D5> <20><><D3><D4><D2><C1><CE><C9><DE> <20> <20><><CD><CF><C4><D5>. <20><><EB><C1><D6><C4> <20><><D3><D4><D2><C1><CE><C9> <20><><C9> <20><><CD><CF><C4><D5>, <20><><CB><CF><D4><CF><D2> <20><> <20><><C4><CF><C2><C1><D7><C9> <20><><C2><D5><C4> <20><><C4><CF><C2><C1><D7><CC> <20> &#8222;<3B><><F0><C1><CB><C5>&#8220; \r\n</ol> ',1037085902);
INSERT INTO international VALUES (638,'WebGUI',21,'<27><><F0> <20><><D0><CF><CD><CF> <20><><DB><C1><C2><CC><CF><CE> <20><><CD><CF><D6> <20><><CC><C5><C7> <20><><C9><DA><CD><C5><CE><C9> <20><><D7><CE><C5><DB><CE> <20><><D7> <20><><CF><D4><C4><C5><CC><D8><CE> <20><><D3><D4><D2><C1><CE><C9>, <20><> <20><><CD><C5><CE> <20><><D7> <20><><D3><C1><CA> <20><><C3><C5><CC><C9><CB>.',1036481566);
INSERT INTO international VALUES (639,'WebGUI',21,'<b><3E><><E9> <20><><DB><C1><C2><CC><CF></b><br>\r\n<><6E><F7><D7><C5><C4><C9> <20><><C9> <20><><DB><C1><C2><CC><CF>, <20><><C8><C1><D4><C1><CB><D4><C5><D2><C9><DA><D5><C0><DD> <20><><D7><CE><C5><DB><CE> <20><><D7> <20><><D3><D4><D2><C1><CE><C9> <20><><D0><CF><D3> <20><><C5> <20><><D0><D2><C9><CD><C5><CE><C5>.<br><br>\r\n<b><3E><><FB><C1><C2><CC></b><br>\r\n<><6E><FC> <20><><D4><C5><CB><D3><D4><CF><D7> <20><><D0><CF> <20><><D0><D2><C5><C4><CE><C1><DA><CE><C1><DE><C5> <20><><C4> <20><><CE><C1><D0><C9><D3><C1><CE> <20><><D3><C1><CD><CF> <20><><DB><C1><C2><CC><CF>. <20><><F0> <20><><CE><C1><D0><C9><D3><C1><CE> <20><><DB><C1><C2><CC><CF><CE> <20><><CD><CF><D6> <20><><C9><D3><D0><CF><CC><D8><DA><CF><D7><C1> <20><><D2><C1><DA><CC><C9><DE><CE> <20><><CD><C1><CB><D2><CF>. <20><><FB><C1><C2><CC> <20><><DA><C1><D0><C9><D3><D9><D7><C1><C5><D4> <20><> <20><><D1><DA><D9> HTML.<br><br>\r\n',1036482140);
INSERT INTO international VALUES (637,'WebGUI',21,'<b><3E><><FA><C1><C4><C5><D2><D6> <20><> <20><><D7><D2><C5><CD><C5></b><br>\r\n<> <20><><DC><D4> <20><><D0><CF> <20><><CE><C1> <20><><D5><CB><C1><DA><C1> <20><><DE><C9><D3> <20><><DE><C1><D3>, <20><> <20><><CB><CF><D4><CF><D2> <20><><CF><D4><CC><C9><DE><C1><C5><D4> <20><><CC><CF><CB><C1><CC><D8><CE> <20><><D7><D2><C5> <20><><D0><CF><CC><D8><DA><CF><D7><C1><D4><C5> <20> <20><><D7><D2><C5> <20><> <20><><D3><C5><D2><D7><C5>.\r\n<br><br>\r\n<b><3E><><F7><CE><C5><DB><CE> <20><><D7> <20><><CF><C2><D3><D5><D6><C4><C5><CE></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9>, <20> <20><><CB><C1><CB> <20><><D7><C9> <20><><C2><D5><C4> <20><><CF><D4><CF><C2><D2><C1><D6><C1> <20><><D3><CF><CF><C2><DD><C5><CE> <20><><CF><C2><D3><D5><D6><C4><C5><CE>.\r\n<br><br>\r\n<b><3E><><F7><C8><CF><C4><D1><DD> <20><><D3><CF><CF><C2><DD><C5><CE></b><br>\r\n<><6E><F7><D9><C2><C5><D2><C9> <20><><C4><C5><CA><D3><D4><D7>, <20><><CB><CF><D4><CF><D2> <20><><C2><D5><C4> <20><><D0><D2><CF><C9><DA><D7><CF><C4><C9><D4><D8> <20><><D0> <20><><D0><CF><D3><D4><D5><D0><CC><C5><CE> <20><><D7><C8><CF><C4><D1><DD><C5> <20><><D3><CF><CF><C2><DD><C5><CE>.\r\n<br><br>',1037190271);
INSERT INTO international VALUES (845,'WebGUI',1,'Style Macros',1038888926);
INSERT INTO international VALUES (846,'WebGUI',1,'These macros are mainly useful in maintaining styles in WebGUI.\r\n<p/>\r\n\r\n<b>^AdminBar;</b><br>\r\nPlaces the administrative tool bar on the page. This is a required element in the \"body\" segment of the Style Manager.\r\n<p>\r\n\r\n\r\n<b>^c; - Company Name</b><br>\r\nThe name of your company specified in the settings by your Administrator.\r\n<p>\r\n\r\n\r\n<b>^e; - Company Email Address</b><br>\r\nThe email address for your company specified in the settings by your Administrator.\r\n<p>\r\n\r\n<b>^Extras;</b><br>\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n<p>\r\n\r\n<b>^PageTitle;</b><br>\r\nDisplays the title of the current page.\r\n<p>\r\n\r\n<i>Note:</i> If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.\r\n<p>\r\n\r\n<b>^r; or ^r(); - Make Page Printable</b><br>\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this <b>^r(\"Print Me!\");</b>.\r\n<p>\r\n\r\nBy default, when this link is clicked, the current page\'s style is replaced with the \"Make Page Printable\" style in the Style Manager. However, that can be overridden by specifying the name of another style as the second parameter, like this: ^r(\"Print!\",\"WebGUI\");\r\n<p>\r\n\r\n<i>Notes:</i> You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more. Also, the .makePrintableLink style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^RootTitle;</b><br>\r\nReturns the title of the root of the current page. For instance, the main root in WebGUI is the \"Home\" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.\r\n<p>\r\n\r\n<b>^u; - Company URL</b><br>\r\nThe URL for your company specified in the settings by your Administrator.\r\n<p>\r\n\r\n<b>^?; - Search</b><br>\r\nAdd a search box to the page. The search box is tied to WebGUI\'s built-in search engine.\r\n<p>\r\n\r\n<i>Note:</i> The .searchBox style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^-;</b><br/>\r\nThis is known as the separator macro. It must appear exactly once in every style. Wherever it appears is where the content for any given page will be put.\r\n<p/>',1038888926);
INSERT INTO international VALUES (843,'WebGUI',1,'User Macros',1038888561);
INSERT INTO international VALUES (844,'WebGUI',1,'These macros have to do with users and logins.\r\n<p/>\r\n\r\n<b>^a; or ^a(); - My Account Link</b><br>\r\nA link to your account information. In addition you can change the link text by creating a macro like this <b>^a(\"Account Info\");</b>. \r\n<p>\r\n\r\n<i>Notes:</i> You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more. Also, the .myAccountLink style sheet class is tied to this macro.\r\n<p>\r\n\r\n\r\n<b>^AdminText();</b><br>\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n<p>\r\n\r\n<b>^AdminToggle; or ^AdminToggle();</b><br>\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle(\"Edit On\",\"Edit Off\");\r\n<p>\r\n\r\n\r\n\r\n<b>^GroupText();</b><br>\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\");\r\n<p>\r\n\r\n<b>^L; or ^L(); - Login</b><br>\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n<p>\r\n\r\n<i>Note:</i> The .loginBox style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^LoginToggle; or ^LoginToggle();</b><br>\r\nDisplays a \"Login\" or \"Logout\" message depending upon whether the user is logged in or not. You can optionally specify other messages like this: ^LoginToggle(\"Click here to log in.\",\"Click here to log out.\");\r\n<p>\r\n\r\n\r\n<b>^@; - Username</b><br>\r\nThe username of the currently logged in user.\r\n<p>\r\n\r\n\r\n<b>^#; - User ID</b><br>\r\nThe user id of the currently logged in user.\r\n<p>\r\n\r\n',1038888561);
INSERT INTO international VALUES (841,'WebGUI',1,'Navigation Macros',1038888367);
INSERT INTO international VALUES (842,'WebGUI',1,'These macros are used to create navigation on the site.\r\n<p/>\r\n\r\n<b>^C; or ^C(); - Crumb Trail</b><br>\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n<p>\r\n\r\n<i>Note:</i> The .crumbTrail style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^FlexMenu;</b><br>\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n<p>\r\n\r\n<b>^H; or ^H(); - Home Link</b><br>\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this <b>^H(\"Go Home\");</b>.\r\n<p>\r\n\r\n<i>Notes:</i> You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^M; or ^M(); - Current Menu (Vertical)</b><br>\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^M(3);</b>. If you set the macro to \"0\" it will track the entire site tree.\r\n<p>\r\n\r\n<b>^m; - Current Menu (Horizontal)</b><br>\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is <20>.\r\n<p>\r\n\r\n<b>^P; or ^P(); - Previous Menu (Vertical)</b><br>\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^P(3);</b>. If you set the macro to \"0\" it will track the entire site tree.\r\n<p>\r\n\r\n<b>^p; - Previous Menu (Horizontal)</b><br>\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is <20>.\r\n<p>\r\n\r\n<b>^rootmenu; or ^rootmenu(); (Horizontal)</b><br>\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n<p>\r\n\r\n\r\n<b>^S(); - Specific SubMenu (Vertical)</b><br>\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this <b>^S(\"home\",0);</b>. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this <b>^S(\"home\",3);</b>.\r\n<p>\r\n\r\n\r\n<b>^s(); - Specific SubMenu (Horizontal)</b><br>\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this <b>^s(\"home\");</b>. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s(\"home\",\":--:\");. The default delimeter is <20>.\r\n<p>\r\n\r\n<b>^Synopsis; or ^Synopsis(); Menu</b><br>\r\nThis macro allows you to get the submenu of a page along with the synopsis of each link. You may specify an integer to specify how many levels deep to traverse the page tree.\r\n<p>\r\n\r\n<i>Notes:</i> The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.\r\n<p>\r\n\r\n<b>^T; or ^T(); - Top Level Menu (Vertical)</b><br>\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^T(3);</b>. If you set the macro to \"0\" it will track the entire site tree.\r\n<p>\r\n\r\n<b>^t; - Top Level Menu (Horizontal)</b><br>\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is <20>.\r\n<p>\r\n\r\n<b>^/; - System URL</b><br>\r\nThe URL to the gateway script (example: <i>/index.pl/</i>).\r\n<p>\r\n\r\n<b>^\\; - Page URL</b><br>\r\nThe URL to the current page (example: <i>/index.pl/pagename</i>).\r\n<p>\r\n\r\n',1038888367);
INSERT INTO international VALUES (837,'WebGUI',1,'Folder, Add/Edit',1038871918);
INSERT INTO international VALUES (838,'WebGUI',1,'Folders are used to organize collateral, much the same way you\'d use folders on your hard drive or in a file cabinet.\r\n<p/>\r\n<b>Organize in Folder</b><br/>\r\nFolders can be inside of other folders. In which folder would you like to put this folder?\r\n<p/>\r\n\r\n<b>Name</b><br/>\r\nGive this folder a name so you can recognize what\'s in it.\r\n<p/>\r\n\r\n<b>Description</b><br/>\r\nDescribe the folder so that you remember why you created it and what it\'s supposed to contain.\r\n<p/>',1038871918);
INSERT INTO international VALUES (835,'WebGUI',1,'Snippet, Add/Edit',1038871744);
INSERT INTO international VALUES (836,'WebGUI',1,'Snippets are bits of text that may be reused on your site. Thinks like java scripts, style sheets, flash animations, or even slogans are all great snippets. Best of all, if you need to change the text, you can change it in only one location.\r\n<p/>\r\n<b>Name</b><br/>\r\nGive your snippet a unqiue name that you can use later to retrieve it.\r\n<p/>\r\n\r\n<b>Organize in Folder</b><br/>\r\nWhich collateral folder should contain this snippet?\r\n<p/>\r\n\r\n<b>Snippet</b><br/>\r\nStart typing! Or better yet, copy the snippet from some other electronic document and paste it here.\r\n<p/>',1038871744);
INSERT INTO international VALUES (833,'WebGUI',1,'File, Add/Edit',1038871497);
INSERT INTO international VALUES (834,'WebGUI',1,'You can upload any kind of file to the repository to be used later.\r\n<p/>\r\n\r\n<b>Name</b><br/>\r\nGive this file a unique name that you can use to retrieve it later.\r\n<p/>\r\n\r\n<b>Organize in Folder</b><br/>\r\nWhich collateral folder should hold this file?\r\n<p/>\r\n\r\n<b>File</b><br/>\r\nSelect a file from your hard drive to upload.\r\n<p/>',1038871497);
INSERT INTO international VALUES (831,'WebGUI',1,'Collateral Macros',1038871188);
INSERT INTO international VALUES (832,'WebGUI',1,'The collateral management system has several macros for its specific purpose.\r\n<p/>\r\n\r\n<b>^I();</b><br/>\r\nThis macro retrieves an image from the collateral management system along with an HTML image tag so that you can quickly display an image from the repository in your content.\r\n<p/>\r\n<i>Example:</i> ^I(\"logo\");\r\n<p/>\r\n\r\n<b>^i();</b><br/>\r\nThis macro retrieves the URL for any file in the collateral management system.\r\n<p/>\r\n<i>Example:</i> ^i(\"status report\");\r\n<p/>\r\n\r\n<b>^Thumbnail();</b><br/>\r\nThis macro retrieves the URL for the thumbnail of any image in the collateral management system.\r\n<p/>\r\n<i>Example:</i> ^Thumbnail(\"logo\");\r\n<p/>\r\n\r\n<b>^ThumbnailLinker();</b><br/>\r\nThis macro builds a quick image viewer using nothing more than the collateral management system. It creates a thumbnail image with the name of the image under it and then links them both to the full sized image.\r\n<p/>\r\n<i>Example:</i> ^ThumbnailLinker(\"logo\");\r\n<p/>\r\n\r\n<b>^File();</b><br/>\r\nThis macro builds a quick file link. It creates an icon for the file and outputs the files name. Then it links them both to the file for downloading.\r\n<p/>\r\n',1038871188);
INSERT INTO international VALUES (829,'WebGUI',1,'Page Template',1038870260);
INSERT INTO international VALUES (830,'WebGUI',1,'Page templates are used to organize wobjects on your page. To do this you create page template positions. You can have any number of positions in your page template, but you must always have position one. The page template position variables look like this: \r\n<pre>\r\n&lt;tmpl_var page.position1&gt;\r\n&lt;tmpl_var page.position2&gt;\r\n&lt;tmpl_var page.position3&gt;\r\n&lt;tmpl_var page.position4&gt;\r\n&lt;tmpl_var page.position5&gt;\r\n&lt;tmpl_var page.position6&gt;\r\n&lt;tmpl_var page.position7&gt;\r\n&lt;tmpl_var ...&gt;\r\n\r\n</pre>\r\n\r\nThe position elements can go up to 1 billion, which should be more than enough for the average site.',1038870260);
INSERT INTO international VALUES (825,'WebGUI',1,'Template, Language',1038865669);
INSERT INTO international VALUES (826,'WebGUI',1,'WebGUI has a powerful templating language built to give you maximum control over the layout of your content. The following is a list of the template language syntax.\r\n\r\n<p/>\r\n<b>NOTE:</b> Please note that the words <i>foo</i> and <i>bar</i> are used below as placeholders for the actual variable names that you\'ll use. They are not part of the template language.\r\n\r\n<p/>\r\n<b>Variables</b><br/>\r\nVariables are the most basic of the template commands. They are used to position pieces of content.\r\n\r\n<p/>\r\n<i>Syntax:</i> &lt;tmpl_var foo&gt; or &lt;tmpl_var name=\"foo\"&gt;\r\n<p/>\r\n\r\n<i>Example:</i> &lt;tmpl_var name&gt;\r\n<p/>\r\n\r\n<b>Conditions</b><br/>\r\nTo programmers conditions are nothing new, but to designers they can often be confusing at first. Conditions are really just true or false questions, and if you think of them that way, you\'ll have no trouble at all.\r\n<p/>\r\n\r\n<i>Syntax:</i> &lt;tmpl_if foo&gt; &lt;tmpl_else&gt; &lt;/tmpl_if&gt;\r\n<br/>\r\n<i>Syntax:</i> &lt;tmpl_unless foo&gt; &lt;tmpl_else&gt; &lt;/tmpl_unless&gt;\r\n<p/>\r\n\r\n<i>Example:</i> &lt;tmpl_if isTrue&gt; It was true!&lt;tmpl_else&gt; It was false! &lt;/tmpl_if&gt;\r\n<p/>\r\n\r\n<b>Loops</b><br/>\r\nLoops iterate over a list of data output for each pass in the loop. Loops are slightly more complicated to use than plain variables, but are considerably more powerful.\r\n<p/>\r\n\r\n<i>Syntax:</i> &lt;tmpl_loop foo&gt; &lt;/tmpl_loop&gt;\r\n<p/>\r\n\r\n<i>Example:</i> <br/>\r\n&lt;tmpl_loop users&gt; <br/>\r\n &nbsp; Name: &lt;tmpl_var first_name&gt;&lt;br/&gt;<br/>\r\n&lt;/tmpl_loop&gt;\r\n<p/>\r\n\r\n<b>Loop Conditions</b><br/>\r\nLoops come with special condition variables of their own. They are __FIRST__, __ODD__, __INNER__, and __LAST__.\r\n<p/>\r\n\r\n<i>Examples:</i><br/>\r\n<pre>\r\n &lt;TMPL_LOOP FOO&gt;\r\n &lt;TMPL_IF __FIRST__&gt;\r\n This only outputs on the first pass.\r\n &lt;/TMPL_IF&gt;\r\n\r\n &lt;TMPL_IF __ODD__&gt;\r\n This outputs every other pass, on the odd passes.\r\n &lt;/TMPL_IF&gt;\r\n\r\n &lt;TMPL_UNLESS __ODD__&gt;\r\n This outputs every other pass, on the even passes.\r\n &lt;/TMPL_UNLESS&gt;\r\n\r\n &lt;TMPL_IF __INNER__&gt;\r\n This outputs on passes that are neither first nor last.\r\n &lt;/TMPL_IF&gt;\r\n\r\n &lt;TMPL_IF __LAST__&gt;\r\n This only outputs on the last pass.\r\n &lt;TMPL_IF&gt;\r\n &lt;/TMPL_LOOP&gt;\r\n</pre>\r\n\r\n<p/>\r\n<b>NOTE:</b>Both the template language and template variables are case-insensitive.',1038865669);
INSERT INTO international VALUES (74,'USS',1,'User Submission System Template',1038865585);
INSERT INTO international VALUES (75,'USS',1,'This is the listing of template variables available in user submission system templates.\r\n<p/>\r\n\r\n<b>readmore.label</b><br/>\r\nA translated label that indicates that the user should click to read more.\r\n<p/>\r\n\r\n<b>responses.label</b><br/>\r\nA translated label that indicates that the user should click to view the responses to this submission.\r\n<p/>\r\n\r\n<b>canPost</b><br/>\r\nA condition that indicates whether a user can add a new submission.\r\n<p/>\r\n\r\n<b>post.url</b><br/>\r\nThe URL to add a new submission.\r\n<p/>\r\n\r\n<b>post.label</b><br/>\r\nA translated label for the post link.\r\n<p/>\r\n\r\n<b>search.label</b><br/>\r\nA translated label for the search link.\r\n<p/>\r\n\r\n<b>search.url</b><br/>\r\nThe URL to toggle on/off WebGUI\'s power search form.\r\n<p/>\r\n\r\n<b>search.form</b><br/>\r\nWebGUI\'s power search form.\r\n<p/>\r\n\r\n<b>title.label</b><br/>\r\nA translated label for the title column.\r\n<p/>\r\n\r\n<b>thumbnail.label</b><br/>\r\nA translated label for the thumbnail column.\r\n<p/>\r\n\r\n<b>date.label</b><br/>\r\nA translated label for the date column.\r\n<p/>\r\n\r\n<b>by.label</b><br/>\r\nA translated label stating who the submission was submitted by.\r\n<p/>\r\n\r\n<b>submissions_loop</b><br/>\r\nA loop containing each submission.\r\n<blockquote>\r\n<b>submission.id</b><br/>\r\nA unique identifier for this submission.\r\n<p/>\r\n\r\n<b>submission.url</b><br/>\r\nThe URL to view this submission.\r\n<p/>\r\n\r\n<b>submission.content</b><br/>\r\nThe abbreviated text content of this submission.\r\n<p/>\r\n\r\n<b>submission.responses</b><br/>\r\nThe number of responses to this submission.\r\n<p/>\r\n\r\n<b>submission.title</b><br/>\r\nThe title for this submission.\r\n<p/>\r\n\r\n<b>submission.userId</b><br/>\r\nThe user id of the user that posted this submission.\r\n<p/>\r\n\r\n<b>submission.username</b><br/>\r\nThe username of the person that posted this submission.\r\n<p/>\r\n\r\n<b>submission.status</b><br/>\r\nThe status of this submission (approved, pending, denied).\r\n<p/>\r\n\r\n<b>submission.thumbnail</b><br/>\r\nThe thumbnail of the image uploaded with this submission (if any).\r\n<p/>\r\n\r\n<b>submission.date</b><br/>\r\nThe that this submission was posted.\r\n<p/>\r\n\r\n<b>submission.currentUser</b><br/>\r\nA condition indicating whether the current user is the same as the user that posted this submission.\r\n<p/>\r\n\r\n<b>submission.userProfile</b><br/>\r\nThe URL to the profile of the user that posted this submission.\r\n<p/>\r\n\r\n<b>submission.secondColumn</b><br/>\r\nA condition indicating whether or not this submission would belong in the second column, in a multi-column layout.\r\n<p/>\r\n\r\n<b>submission.thirdColumn</b><br/>\r\nA condition indicating whether or not this submission would belong in the third column, in a multi-column layout.\r\n<p/>\r\n\r\n<b>submission.fourthColumn</b><br/>\r\nA condition indicating whether or not this submission would belong in the fourth column, in a multi-column layout.\r\n<p/>\r\n\r\n<b>submission.fifthColumn</b><br/>\r\nA condition indicating whether or not this submission would belong in the fifth column, in a multi-column layout.\r\n<p/>\r\n\r\n</blockquote>\r\n<p/>\r\n\r\n\r\n<b>firstPage</b><br/>\r\nA link to the first page in the paginator.\r\n<p/>\r\n\r\n<b>lastPage</b><br/>\r\nA link to the last page in the paginator.\r\n<p/>\r\n\r\n<b>nextPage</b><br/>\r\nA link to the next page forward in the paginator.\r\n<p/>\r\n\r\n<b>previousPage</b><br/>\r\nA link to the next page backward in the paginator.\r\n<p/>\r\n\r\n<b>pageList</b><br/>\r\nA list of links to all the pages in the paginator.\r\n<p/>\r\n\r\n<b>multiplePages</b><br/>\r\nA conditional indicating whether there is more than one page in the paginator.\r\n<p/>\r\n',1038865585);
INSERT INTO international VALUES (73,'MessageBoard',1,'Message Board Template',1038865549);
INSERT INTO international VALUES (74,'MessageBoard',1,'The following is the list of template variables available in message board templates.\r\n<p/>\r\n\r\n<b>canPost</b><br/>\r\nA conditional indicating whether the current user has the privileges to post a new message.\r\n<p/>\r\n\r\n\r\n<b>post.url</b><br/>\r\nThe URL to post a new message.\r\n<p/>\r\n\r\n<b>post.label</b><br/>\r\nThe translated label for the post URL.\r\n<p/>\r\n\r\n\r\n<b>search.url</b><br/>\r\nThe URL to search this message board.\r\n<p/>\r\n\r\n<b>search.label</b><br/>\r\nThe translated label for the search URL.\r\n<p/>\r\n\r\n<b>subject.label</b><br/>\r\nThe translated label for the subject column.\r\n<p/>\r\n\r\n<b>user.label</b><br/>\r\nThe translated label for the user column.\r\n<p/>\r\n\r\n<b>date.label</b><br/>\r\nThe translated label for the date column.\r\n<p/>\r\n\r\n<b>views.label</b><br/>\r\nThe translated label for the views column.\r\n<p/>\r\n\r\n<b>replies.label</b><br/>\r\nThe translated label for the replies column.\r\n<p/>\r\n\r\n<b>last.label</b><br/>\r\nThe translated label for the last reply column.\r\n<p/>\r\n\r\n<b>message_loop</b><br/>\r\nThe loop containing each message.\r\n<blockquote>\r\n\r\n<b>last.url</b><br/>\r\nThe URL to the last reply to this message.\r\n<p/>\r\n\r\n<b>last.subject</b><br/>\r\nThe subject on the last reply to this message.\r\n<p/>\r\n\r\n\r\n<b>last.username</b><br/>\r\nThe username who posted the last reply to this message.\r\n<p/>\r\n\r\n<b>last.userProfile</b><br/>\r\nThe URL to the profile of the user who posted the last reply to this message.\r\n<p/>\r\n\r\n<b>last.date</b><br/>\r\nThe date that the last reply to this message was posted.\r\n<p/>\r\n\r\n\r\n<b>message.subject</b><br/>\r\nThe subject of this message.\r\n<p/>\r\n\r\n<b>message.date</b><br/>\r\nThe date that this message was posted.\r\n<p/>\r\n\r\n<b>message.user</b><br/>\r\nThe user that posted this message.\r\n<p/>\r\n\r\n<b>message.views</b><br/>\r\nThe views that this message has received.\r\n<p/>\r\n\r\n<b>message.replies</b><br/>\r\nThe number of replies to this thread.\r\n<p/>\r\n\r\n<b>message.url</b><br/>\r\nThe URL to view this message.\r\n<p/>\r\n\r\n<b>message.currentUser</b><br/>\r\nA condition indicating whether the current user is also the user that posted this message.\r\n<p/>\r\n\r\n<b>message.status</b><br/>\r\nThe status of this message (pending, approved, denied).\r\n<p/>\r\n\r\n</blockquote>\r\n<p/>\r\n\r\n\r\n<b>firstPage</b><br/>\r\nA link to the first page in the paginator.\r\n<p/>\r\n\r\n<b>lastPage</b><br/>\r\nA link to the last page in the paginator.\r\n<p/>\r\n\r\n<b>nextPage</b><br/>\r\nA link to the next page forward in the paginator.\r\n<p/>\r\n\r\n<b>previousPage</b><br/>\r\nA link to the next page backward in the paginator.\r\n<p/>\r\n\r\n<b>pageList</b><br/>\r\nA list of links to all the pages in the paginator.\r\n<p/>\r\n\r\n<b>multiplePages</b><br/>\r\nA conditional indicating whether there is more than one page in the paginator.\r\n<p/>\r\n',1038865549);
INSERT INTO international VALUES (72,'SiteMap',1,'Site Map Template',1038864556);
INSERT INTO international VALUES (73,'SiteMap',1,'This is the list of template variables available for site map templates.\r\n<p/>\r\n\r\n<b>page_loop</b><br/>\r\nThis loop contains all of the pages in the site map.\r\n<blockquote>\r\n\r\n<b>page.indent</b><br/>\r\nThe indent spacer for this page indicating the depth of the page in the tree.\r\n<p/>\r\n\r\n<b>page.url</b><br/>\r\nThe URL to the page.\r\n<p/>\r\n\r\n<b>page.id</b><br/>\r\nThe unique identifier for this page that WebGUI uses internally.\r\n<p/>\r\n\r\n<b>page.title</b><br/>\r\nThe title of this page.\r\n<p/>\r\n\r\n<b>page.menutitle</b><br/>\r\nThe title of this page that appears in navigation.\r\n<p/>\r\n\r\n<b>page.synopsis</b><br/>\r\nThe description of the contents of this page (if any).\r\n<p/>\r\n\r\n</blockquote>\r\n<p/>',1038864556);
INSERT INTO international VALUES (75,'FileManager',1,'File Manager Template',1038853712);
INSERT INTO international VALUES (76,'FileManager',1,'This is the list of template variables available in File Manager templates.\r\n<p/>\r\n\r\n<b>titleColumn.url</b><br/>\r\nThe URL to sort by the title.\r\n<p/>\r\n\r\n<b>titleColumn.label</b><br/>\r\nThe translated label for the title.\r\n<p/>\r\n\r\n<b>descriptionColumn.label</b><br/>\r\nThe translated label for the description.\r\n<p/>\r\n\r\n<b>descriptionColumn.url</b><br/>\r\nThe URL to sort by the description.\r\n<p/>\r\n\r\n<b>dateColumn.label</b><br/>\r\nThe translated label for the upload date.\r\n<p/>\r\n\r\n<b>dateColumn.url</b><br/>\r\nThe URL to sort by the date uploaded.\r\n<p/>\r\n\r\n<b>search.form</b><br/>\r\nWebGUI\'s power search form.\r\n<p/>\r\n\r\n<b>search.url</b><br/>\r\nThe URL to toggle search mode on and off.\r\n<p/>\r\n\r\n<b>search.label</b><br/>\r\nThe translated label for the search link.\r\n<p/>\r\n\r\n<b>addfile.url</b><br/>\r\nThe URL to add a file to the file manager.\r\n<p/>\r\n\r\n<b>addfile.label</b><br/>\r\nThe translated label for the add file link.\r\n<p/>\r\n\r\n<b>file_loop</b><br/>\r\nA loop containing the information about each file uploaded to this file manager.\r\n<blockquote>\r\n<b>file.canView</b><br/>\r\nA condition as to whether the current user has the privileges to view this file.\r\n<p/>\r\n<b>file.controls</b><br/>\r\nThe WebGUI management controls for this file.\r\n<p/>\r\n<b>file.title</b><br/>\r\nThe title for this file.\r\n<p/>\r\n<b>file.version1.name</b><br/>\r\nThe filename for the first version of this file.\r\n<p/>\r\n<b>file.version1.url</b><br/>\r\nThe download URL for the first version of this file.\r\n<p/>\r\n<b>file.version1.icon</b><br/>\r\nThe URL to the icon for the file type of the first version of this file.\r\n<p/>\r\n<b>file.version1.size</b><br/>\r\nThe storage size of the first version of this file.\r\n<p/>\r\n<b>file.version1.type</b><br/>\r\nThe type (or file extension) of the first version of this file.\r\n<p/>\r\n<b>file.version1.thumbnail</b><br/>\r\nThe URL to the thumbnail for the first version of this file.\r\n<p/>\r\n<b>file.version1.isImage</b><br/>\r\nA conditional indicating whether the first version of this file is an image or not.\r\n<p/>\r\n<b>file.version2.name</b><br/>\r\nThe filename for the second version of this file.\r\n<p/>\r\n<b>file.version2.url</b><br/>\r\nThe download URL for the second version of this file.\r\n<p/>\r\n<b>file.version2.icon</b><br/>\r\nThe URL to the icon for the file type of the second version of this file.\r\n<p/>\r\n<b>file.version2.size</b><br/>\r\nThe storage size of the second version of this file.\r\n<p/>\r\n<b>file.version2.type</b><br/>\r\nThe type (or file extension) of the second version of this file.\r\n<p/>\r\n<b>file.version2.thumbnail</b><br/>\r\nThe URL to the thumbnail for the second version of this file.\r\n<p/>\r\n<b>file.version2.isImage</b><br/>\r\nA conditional indicating whether the second version of this file is an image or not.\r\n<p/>\r\n<b>file.version3.name</b><br/>\r\nThe filename for the third version of this file.\r\n<p/>\r\n<b>file.version3.url</b><br/>\r\nThe download URL for the third version of this file.\r\n<p/>\r\n<b>file.version3.icon</b><br/>\r\nThe URL to the icon for the file type of the third version of this file.\r\n<p/>\r\n<b>file.version3.size</b><br/>\r\nThe storage size of the third version of this file.\r\n<p/>\r\n<b>file.version3.type</b><br/>\r\nThe type (or file extension) of the third version of this file.\r\n<p/>\r\n<b>file.version3.thumbnail</b><br/>\r\nThe URL to the thumbnail for the third version of this file.\r\n<p/>\r\n<b>file.version3.isImage</b><br/>\r\nA conditional indicating whether the third version of this file is an image or not.\r\n<p/>\r\n<b>file.description</b><br/>\r\nThe description of this file.\r\n<p/>\r\n<b>file.date</b><br/>\r\nThe date that this file was uploaded.\r\n<p/>\r\n<b>file.time</b><br/>\r\nThe time that this file was uploaded.\r\n<p/>\r\n</blockquote>\r\n<p/>\r\n<b>noresults.message</b><br/>\r\nA translated message stating that this file manager has no files for this user to view.\r\n<p/>\r\n<b>noresults</b><br/>\r\nA conditional indicating whether there are any files for this user to view.\r\n<p/>\r\n\r\n<b>firstPage</b><br/>\r\nA link to the first page in the paginator.\r\n<p/>\r\n\r\n<b>lastPage</b><br/>\r\nA link to the last page in the paginator.\r\n<p/>\r\n\r\n<b>nextPage</b><br/>\r\nA link to the next page forward in the paginator.\r\n<p/>\r\n\r\n<b>previousPage</b><br/>\r\nA link to the next page backward in the paginator.\r\n<p/>\r\n\r\n<b>pageList</b><br/>\r\nA list of links to all the pages in the paginator.\r\n<p/>\r\n\r\n<b>multiplePages</b><br/>\r\nA conditional indicating whether there is more than one page in the paginator.\r\n<p/>\r\n',1038853712);
INSERT INTO international VALUES (75,'LinkList',1,'Link List Template',1038852816);
INSERT INTO international VALUES (76,'LinkList',1,'The following is the list of template variables available in Link List templates.\r\n<p/>\r\n\r\n\r\n<b>addlink.url</b><br/>\r\nThe URL to add a link to this link list.\r\n<p/>\r\n\r\n<b>addlink.label</b><br/>\r\nThe translated label for the add link URL.\r\n<p/>\r\n\r\n<b>link_loop</b><br/>\r\nThis loop contains all of the information about each link.\r\n<blockquote>\r\n\r\n<b>link.url</b><br/>\r\nThe URL for this link.\r\n<p/>\r\n\r\n<b>link.name</b><br/>\r\nThe text to be linked.\r\n<p/>\r\n\r\n<b>link.controls</b><br/>\r\nThe WebGUI management controls for this link.\r\n<p/>\r\n\r\n<b>link.newwindow</b><br/>\r\nA conditional as to whether the link should be opened in a new window.\r\n<p/>\r\n\r\n<b>link.description</b><br/>\r\nThe description of this link.\r\n<p/>\r\n\r\n</blockquote>\r\n<p/>\r\n',1038852816);
INSERT INTO international VALUES (73,'Item',1,'Item Template',1038852468);
INSERT INTO international VALUES (74,'Item',1,'The following is the list of template variables available in item templates.\r\n<p/>\r\n\r\n<b>attachment.name</b><br/>\r\nThe filename for the file attached to this item.\r\n<p/>\r\n\r\n<b>attachment.url</b><br/>\r\nThe URL to download the file attached to this item.\r\n<p/>\r\n\r\n<b>attachment.icon</b><br/>\r\nThe URL to the icon for the file attached to this item.\r\n<p/>',1038852468);
INSERT INTO international VALUES (96,'EventsCalendar',1,'Event Template',1038852164);
INSERT INTO international VALUES (97,'EventsCalendar',1,'The following is the list of template variables available in event templates.\r\n<p/>\r\n\r\n<b>title</b><br/>\r\nThe title of this event.\r\n<p/>\r\n\r\n<b>start.label</b><br/>\r\nThe translated label for the start date.\r\n<p/>\r\n\r\n<b>start.date</b><br/>\r\nThe date this event starts.\r\n<p/>\r\n\r\n<b>end.date</b><br/>\r\nThe date this event ends.\r\n<p/>\r\n\r\n<b>end.label</b><br/>\r\nThe translated label for the end date.\r\n<p/>\r\n\r\n<b>canEdit</b><br/>\r\nA condition indicating whether the current user can edit an event.\r\n<p/>\r\n\r\n<b>edit.url</b><br/>\r\nThe URL to edit this event.\r\n<p/>\r\n\r\n<b>edit.label</b><br/>\r\nThe translated label for the edit URL.\r\n<p/>\r\n\r\n<b>delete.url</b><br/>\r\nThe URL to delete this event.\r\n<p/>\r\n\r\n<b>delete.label</b><br/>\r\nThe translated label for the delete URL.\r\n<p/>\r\n\r\n<b>previous.url</b><br/>\r\nThe URL to view the event before this one.\r\n<p/>\r\n\r\n<b>previous.label</b><br/>\r\nThe translated label for the previous URL.\r\n<p/>\r\n\r\n<b>next.label</b><br/>\r\nThe translated label for the next URL.\r\n<p/>\r\n\r\n<b>next.url</b><br/>\r\nThe URL to view the event after this one.\r\n<p/>\r\n\r\n<b>description</b><br/>\r\nThe description of this event.\r\n<p/>\r\n',1038852164);
INSERT INTO international VALUES (76,'FAQ',1,'FAQ Template',1038802597);
INSERT INTO international VALUES (77,'FAQ',1,'The following is the list of template variables available in FAQ templates.\r\n<p/>\r\n\r\n<b>addquestion.url</b><br/>\r\nThe URL to add a question to the FAQ.\r\n<p/>\r\n\r\n<b>addquestion.label</b><br/>\r\nThe translated label for the add question link.\r\n<p/>\r\n\r\n<b>qa_loop</b><br/>\r\nThe loop containing the variables for each question in the FAQ.\r\n<blockquote>\r\n<b>qa.id</b><br/>\r\nThe unique identifier for this question.\r\n<p/>\r\n<b>qa.answer</b><br/>\r\nThe answer for this question.\r\n<p/>\r\n<b>qa.question</b><br/>\r\nThe question itself.\r\n<p/>\r\n<b>qa.controls</b><br/>\r\nThe WebGUI management controls for this question.\r\n<p/>\r\n</blockquote>\r\n<p/>',1038802597);
INSERT INTO international VALUES (94,'EventsCalendar',1,'Events Calendar Template',1038795945);
INSERT INTO international VALUES (95,'EventsCalendar',1,'The following template variables are available for you to customize your events calendar.\r\n<p/>\r\n<b>addevent.url</b><br/>\r\nThe URL to add an event to the calendar.\r\n<p/>\r\n\r\n<b>addevent.label</b><br/>\r\nThe translated label for the add event link.\r\n<p/>\r\n\r\n<b>calendar.big</b><br/>\r\nA full page calendar.\r\n<p/>\r\n\r\n<b>calendar.small</b><br/>\r\nA small calendar showing only dates.\r\n<p/>\r\n\r\n<b>calendar.firstPage</b><br/>\r\nA link to the first page of the calendar pagination.\r\n<p/>\r\n\r\n<b>calendar.lastPage</b><br/>\r\nA link to the last page of the calendar pagination.\r\n<p/>\r\n\r\n<b>calendar.nextPage</b><br/>\r\nA link to the next page forward in the calendar pagination.\r\n<p/>\r\n\r\n<b>calendar.previousPage</b><br/>\r\nA link to the next page backward in the calendar pagination.\r\n<p/>\r\n\r\n<b>calendar.pageList</b><br/>\r\nA list of links to all the pages in the calendar pagination.\r\n<p/>\r\n\r\n<b>calendar.multiplePages</b><br/>\r\nA conditional variable indicating whether there is more than one page in the calendar pagination.\r\n<p/>\r\n\r\n<b>list_loop</b><br/>\r\nA loop containing the list view of an events calendar.\r\n<blockquote>\r\n<b>list.date</b><br/>\r\nThe date of this event.\r\n<p/>\r\n<b>list.title</b><br/>\r\nThe title of this event.\r\n<p/>\r\n<b>list.description</b><br/>\r\nThe description of this event.\r\n<p/>\r\n<b>list.sameAsPrevious</b><br/>\r\nA conditional indicating whether the this event has the same date as the last event.\r\n<p/>\r\n<b>list.url</b><br/>\r\nThe URL to the full page view of this event.\r\n<p/>\r\n<b>list.controls</b><br/>\r\nThe WebGUI management controls for this event.\r\n<p/>\r\n\r\n</blockquote>\r\n<p/>\r\n\r\n<b>list.firstPage</b><br/>\r\nA link to the first page of the pagination.\r\n<p/>\r\n\r\n<b>list.lastPage</b><br/>\r\nA link to the last page of the pagination.\r\n<p/>\r\n\r\n<b>list.nextPage</b><br/>\r\nA link to the next page forward in the pagination.\r\n<p/>\r\n\r\n<b>list.previousPage</b><br/>\r\nA link to the next page backward in the pagination.\r\n<p/>\r\n\r\n<b>list.pageList</b><br/>\r\nA list of links to all the pages in the pagination.\r\n<p/>\r\n\r\n<b>list.multiplePages</b><br/>\r\nA conditional variable indicating whether there is more than one page in the pagination.\r\n<p/>\r\n\r\n',1038795945);
INSERT INTO international VALUES (73,'Article',1,'The following template variables are available for article templates.\r\n<p/>\r\n\r\n<b>attachment.box</b><br/>\r\nOutputs a standard WebGUI attachment box including icon, filename, and attachment indicator.\r\n<p/>\r\n\r\n<b>attachment.icon</b><br/>\r\nThe URL to the icon image for this attachment type.\r\n<p/>\r\n\r\n<b>attachment.name</b><br/>\r\nThe filename for this attachment.\r\n<p/>\r\n\r\n<b>attachment.url</b><br/>\r\nThe URL to download this attachment.\r\n<p/>\r\n\r\n<b>image.thumbnail</b><br/>\r\nThe URL to the thumbnail for the attached image.\r\n<p/>\r\n\r\n<b>image.url</b><br/>\r\nThe URL to the attached image.\r\n<p/>\r\n\r\n<b>post.label</b><br/>\r\nThe translated label to add a comment to this article.\r\n<p/>\r\n\r\n\r\n<b>post.URL</b><br/>\r\nThe URL to add a comment to this article.\r\n<p/>\r\n\r\n<b>replies.count</b><br/>\r\nThe number of comments attached to this article.\r\n<p/>\r\n\r\n<b>replies.label</b><br/>\r\nThe translated text indicating that you can view the replies.\r\n<p/>\r\n\r\n<b>replies.url</b><br/>\r\nThe URL to view the replies to this article.\r\n<p/>\r\n',1038794871);
INSERT INTO international VALUES (72,'Article',1,'Article Template',1038794871);
INSERT INTO international VALUES (827,'WebGUI',1,'Wobject Template',1038794854);
INSERT INTO international VALUES (828,'WebGUI',1,'Most wobjects have templates that allow you to change the layout of the wobject\'s user interface. Those wobjects that do have templates all have a common set of template variables that you can use for layout, as well as their own custom variables. The following is a list of the common template variables shared among all wobjects.\r\n<p/>\r\n<b>title</b><br/>\r\nThe title for this wobject.\r\n<p/>\r\n\r\n<b>displayTitle</b><br/>\r\nA conditional variable for whether or not the title should be displayed.\r\n<p/>\r\n\r\n<b>description</b><br/>\r\nThe description of this wobject.\r\n<p/>\r\n\r\n<b>wobjectId</b><br/>\r\nThe unique identifier that WebGUI uses to control this wobject.\r\n<p/>\r\n',1038794854);
--
-- Table structure for table 'karmaLog'
--
CREATE TABLE karmaLog (
userId int(11) NOT NULL default '0',
amount int(11) NOT NULL default '1',
source varchar(255) default NULL,
description text,
dateModified int(11) NOT NULL default '1026097656'
) TYPE=MyISAM;
--
-- Dumping data for table 'karmaLog'
--
--
-- Table structure for table 'language'
--
CREATE TABLE language (
languageId int(11) NOT NULL default '0',
language varchar(255) default NULL,
characterSet varchar(255) default NULL,
toolbar varchar(35) NOT NULL default 'default',
PRIMARY KEY (languageId)
) TYPE=MyISAM;
--
-- Dumping data for table 'language'
--
INSERT INTO language VALUES (6,'Svenska (Swedish)','ISO-8859-1','default');
INSERT INTO language VALUES (5,'Portugu<67>s (Portuguese)','ISO-8859-1','default');
INSERT INTO language VALUES (4,'Espa<70>ol (Spanish)','ISO-8859-1','default');
INSERT INTO language VALUES (3,'Nederlands (Dutch)','ISO-8859-1','default');
INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','default');
INSERT INTO language VALUES (1,'English','ISO-8859-1','default');
INSERT INTO language VALUES (21,'<27><><F2><D5><D3><D3><CB> (Russian)','koi8-r','default');
INSERT INTO language VALUES (7,'<27><><BC><F2><CC><E5><D6><D0> (Chinese Simple)','gb2312','default');
INSERT INTO language VALUES (8,'Italiano (Italian)','ISO-8859-1','default');
INSERT INTO language VALUES (9,'<27>c<C1>^<5E><><A4><A4> (Chinese Traditional)','BIG5','default');
INSERT INTO language VALUES (10,'Dansk (Danish)','ISO-8859-1','default');
INSERT INTO language VALUES (11,'Arabic','ISO-8859-6','default');
--
-- Table structure for table 'messageLog'
--
CREATE TABLE messageLog (
messageLogId int(11) NOT NULL default '0',
userId int(11) NOT NULL default '0',
message text,
url text,
dateOfEntry int(11) default NULL,
subject varchar(255) default NULL,
status varchar(30) default 'notice',
PRIMARY KEY (messageLogId,userId)
) TYPE=MyISAM;
--
-- Dumping data for table 'messageLog'
--
--
-- Table structure for table 'page'
--
CREATE TABLE page (
pageId int(11) NOT NULL default '0',
parentId int(11) NOT NULL default '0',
title varchar(255) default NULL,
styleId int(11) NOT NULL default '0',
ownerId int(11) NOT NULL default '0',
ownerView int(11) NOT NULL default '1',
ownerEdit int(11) NOT NULL default '1',
groupId int(11) default NULL,
groupView int(11) NOT NULL default '1',
groupEdit int(11) NOT NULL default '0',
worldView int(11) NOT NULL default '1',
worldEdit int(11) NOT NULL default '0',
sequenceNumber int(11) NOT NULL default '1',
metaTags text,
urlizedTitle varchar(255) default NULL,
defaultMetaTags int(11) NOT NULL default '0',
menuTitle varchar(128) default NULL,
synopsis text,
templateId int(11) NOT NULL default '1',
startDate int(11) NOT NULL default '946710000',
endDate int(11) NOT NULL default '2082783600',
redirectURL text,
userDefined1 varchar(255) default NULL,
userDefined2 varchar(255) default NULL,
userDefined3 varchar(255) default NULL,
userDefined4 varchar(255) default NULL,
userDefined5 varchar(255) default NULL,
languageId int(11) NOT NULL default '1',
PRIMARY KEY (pageId)
) TYPE=MyISAM;
--
-- Dumping data for table 'page'
--
INSERT INTO page VALUES (1,0,'Home',-8,3,1,1,4,1,0,1,0,0,'','home',1,'Home',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1);
INSERT INTO page VALUES (4,0,'Page Not Found',-6,3,1,1,4,1,0,1,0,21,'','page_not_found',0,'Page Not Found',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1);
INSERT INTO page VALUES (3,0,'Trash',5,3,1,1,3,1,1,0,0,22,'','trash',0,'Trash',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1);
INSERT INTO page VALUES (2,0,'Clipboard',4,3,1,1,4,1,1,0,0,23,'','clipboard',0,'Clipboard',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1);
INSERT INTO page VALUES (5,0,'Packages',1,3,0,0,6,1,1,0,0,24,'','packages',0,'Packages',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1);
INSERT INTO page VALUES (-3,1,'Your Next Step',-8,3,1,1,4,1,0,1,0,3,'','your_next_step',1,'Your Next Step','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1);
INSERT INTO page VALUES (-2,1,'WebGUI Users',-8,3,1,1,4,1,0,1,0,2,'','webgui_users',1,'WebGUI Users','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1);
INSERT INTO page VALUES (-1,1,'Getting Started',-8,3,1,1,4,1,0,1,0,1,'','getting_started',1,'Getting Started','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1);
--
-- Table structure for table 'pageStatistics'
--
CREATE TABLE pageStatistics (
dateStamp int(11) default NULL,
userId int(11) default NULL,
username varchar(35) default NULL,
ipAddress varchar(15) default NULL,
userAgent varchar(255) default NULL,
referer text,
pageId int(11) default NULL,
pageTitle varchar(255) default NULL,
wobjectId int(11) default NULL,
function varchar(60) default NULL
) TYPE=MyISAM;
--
-- Dumping data for table 'pageStatistics'
--
--
-- Table structure for table 'settings'
--
CREATE TABLE settings (
name varchar(255) NOT NULL default '',
value text,
PRIMARY KEY (name)
) TYPE=MyISAM;
--
-- Dumping data for table 'settings'
--
INSERT INTO settings VALUES ('maxAttachmentSize','300');
INSERT INTO settings VALUES ('sessionTimeout','28000');
INSERT INTO settings VALUES ('smtpServer','localhost');
INSERT INTO settings VALUES ('companyEmail','info@mycompany.com');
INSERT INTO settings VALUES ('ldapURL','ldap://ldap.mycompany.com:389/o=MyCompany');
INSERT INTO settings VALUES ('companyName','My Company');
INSERT INTO settings VALUES ('companyURL','http://www.mycompany.com');
INSERT INTO settings VALUES ('ldapId','shortname');
INSERT INTO settings VALUES ('ldapIdName','LDAP Shortname');
INSERT INTO settings VALUES ('ldapPasswordName','LDAP Password');
INSERT INTO settings VALUES ('authMethod','WebGUI');
INSERT INTO settings VALUES ('anonymousRegistration','1');
INSERT INTO settings VALUES ('notFoundPage','1');
INSERT INTO settings VALUES ('recoverPasswordEmail','Someone (probably you) requested your account information be sent. Your password has been reset. The following represents your new account information:');
INSERT INTO settings VALUES ('usernameBinding','0');
INSERT INTO settings VALUES ('profileName','1');
INSERT INTO settings VALUES ('profileExtraContact','1');
INSERT INTO settings VALUES ('profileMisc','1');
INSERT INTO settings VALUES ('profileHome','0');
INSERT INTO settings VALUES ('profileWork','0');
INSERT INTO settings VALUES ('docTypeDec','<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">');
INSERT INTO settings VALUES ('preventProxyCache','0');
INSERT INTO settings VALUES ('thumbnailSize','50');
INSERT INTO settings VALUES ('filterContributedHTML','most');
INSERT INTO settings VALUES ('textAreaRows','5');
INSERT INTO settings VALUES ('textAreaCols','50');
INSERT INTO settings VALUES ('textBoxSize','30');
INSERT INTO settings VALUES ('richEditor','built-in');
INSERT INTO settings VALUES ('addEditStampToPosts','1');
INSERT INTO settings VALUES ('defaultPage','1');
INSERT INTO settings VALUES ('onNewUserAlertGroup','3');
INSERT INTO settings VALUES ('alertOnNewUser','0');
INSERT INTO settings VALUES ('useKarma','0');
INSERT INTO settings VALUES ('karmaPerLogin','1');
INSERT INTO settings VALUES ('runOnRegistration','');
INSERT INTO settings VALUES ('maxImageSize','100000');
INSERT INTO settings VALUES ('showDebug','0');
INSERT INTO settings VALUES ('styleManagersGroup','5');
INSERT INTO settings VALUES ('templateManagersGroup','8');
INSERT INTO settings VALUES ('trackPageStatistics','0');
INSERT INTO settings VALUES ('smbPDC','your PDC');
INSERT INTO settings VALUES ('smbBDC','your BDC');
INSERT INTO settings VALUES ('smbDomain','your NT Domain');
INSERT INTO settings VALUES ('selfDeactivation','1');
INSERT INTO settings VALUES ('snippetsPreviewLength','30');
INSERT INTO settings VALUES ('mailFooter','^c;\n^e;\n^u;\n');
--
-- Table structure for table 'style'
--
CREATE TABLE style (
styleId int(11) NOT NULL default '0',
name varchar(255) default NULL,
styleSheet text,
body text,
PRIMARY KEY (styleId)
) TYPE=MyISAM;
--
-- Dumping data for table 'style'
--
INSERT INTO style VALUES (-3,'WebGUI','<style>\r\n\r\n.content, body {\r\n background-color: #000000;\r\n color: #C9E200;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n scrollbar-base-color: #000000;\r\n scrollbar-track-color: #444444;\r\n scrollbar-face-color: #000000;\r\n scrollbar-highlight-color: #555555;\r\n scrollbar-3dlight-color: #444444;\r\n scrollbar-darkshadow-color: #222222;\r\n scrollbar-shadow-color: #333333;\r\n scrollbar-arrow-color: #ED4400;\r\n}\r\n\r\nselect, input, textarea {\r\n color: #000000;\r\n background-color: #C9E200;\r\n}\r\n\r\nA {\r\n color: #ED4400;\r\n}\r\n\r\nA:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.verticalMenu {\r\n font-size: 10pt;\r\n}\r\n\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #000000;\r\n}\r\n\r\n.verticalMenu A:hover {\r\n color: #ED4400;\r\n}\r\n\r\n.selectedMenuItem A,.selectedMenuItem A:visited {\r\n color: #ED4400;\r\n}\r\n\r\n.loginBox {\r\n font-size: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #444444;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #444444;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #555555;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #C9E200;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #aaaaaa;\r\n}\r\n</style>','^AdminBar;\r\n\r\n<body bgcolor=\"#000000\" text=\"#C9E200\" link=\"#ED4400\" marginwidth=\"0\" leftmargin=\"0\">\r\n<table width=\"100%\" cellpadding=0 cellspacing=0 border=0>\r\n<tr><td valign=\"top\" width=\"200\">\r\n<a href=\"/\"><img src=\"^Extras;styles/webgui/logo.gif\" border=0></a>\r\n<table cellpadding=0 border=0 cellspacing=0>\r\n<tr><td colspan=3><img src=\"^Extras;styles/webgui/menuTop.gif\" width=\"200\"></td></tr>\r\n<tr>\r\n <td bgcolor=\"#C9E200\"><img src=\"^Extras;spacer.gif\" width=5></td>\r\n <td bgcolor=\"#C9E200\">^FlexMenu;</td>\r\n <td bgcolor=\"#C9E200\"><img src=\"^Extras;spacer.gif\" width=5></td>\r\n</tr>\r\n<tr><td colspan=3><img src=\"^Extras;styles/webgui/menuBottom.gif\" width=\"200\"></td></tr>\r\n</table>\r\n^L;\r\n</td>\r\n<td><img src=\"^Extras;spacer.gif\" width=20></td>\r\n<td valign=\"top\" width=\"100%\">\r\n\r\n\r\n\r\n^-;\r\n\r\n</td></tr></table>\r\n<p>\r\n<div align=\"center\">\r\n<a href=\"/\"><img src=\"^Extras;styles/webgui/icon.gif\" border=0></a><br>\r\n<>2001-2002 Plain Black Software<br>\r\n</div>\r\n</body>');
INSERT INTO style VALUES (2,'Fail Safe','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>','^AdminBar;\n\n<body>\r\n^H; / ^t; / ^m; / ^a;\r\n<hr>\n\n^-;\n\n<hr>\r\n^H; / ^t; / ^m; / ^a;\r\n</body>');
INSERT INTO style VALUES (-2,'Plain Black Software (black)','<style>\r\n\r\n.content{\r\n background-color: #000000;\r\n color: #ffffff;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #cee700;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #535558;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #38393C;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #38393C;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #ffffff;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #cee700;\r\n}\r\n\r\n</style>','^AdminBar;\n\n<body text=\"#ffffff\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#ffffff\"><a href=\"/\"><img src=\"^Extras;styles/plainblack/logo-white.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"70%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"^Extras;spacer.gif\" width=\"5\"><img src=\"^Extras;styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"^Extras;styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"^Extras;styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"^Extras;styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"^Extras;styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"^Extras;styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"^Extras;spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"70%\" bgcolor=\"#535558\"><img src=\"^Extras;spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"^Extras;spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#000000\" rowspan=\"2\" valign=\"top\">\n\n^-;\n\n</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"^Extras;styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"^Extras;styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\"><a href=\"^r(linkonly);\"><img src=\"^Extras;styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\"></a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n');
INSERT INTO style VALUES (4,'Clipboard','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>','^AdminBar;\n\n<body>\r\n<table width=\"100%\">\r\n<tr><td><span style=\"font-size: 36pt;\">Clipboard</span>\r\n</td>\r\n<td align=\"right\">^H; / ^a;</td></tr>\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"^Extras;spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n<table width=\"100%\"><tr><td valign=\"top\" width=\"30%\"><b>PAGES</b><br>^FlexMenu;</td><td width=\"1\" bgcolor=\"#000000\"><img src=\"^Extras;spacer.gif\" width=\"1\"></td><td valign=\"top\" width=\"70%\"><b>CONTENT</b><br>\n\n^-;\n\n</td></tr></table>\r\n<table width=\"100%\">\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"^Extras;spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n^H; / ^a;\r\n</body>');
INSERT INTO style VALUES (-1,'Yahoo!','','^AdminBar;\n\n<html><head><title>Yahoo!</title><meta http-equiv=\"PICS-Label\" content=\'(PICS-1.1 \"http://www.rsac.org/ratingsv01.html\" l gen true for \"http://www.yahoo.com\" r (n 0 s 0 v 0 l 0))\'></head><body>\r\n<script language=javascript><!--\r\nfunction f(){\r\nvar f,m,p,a,i,k,o,e,l,c,d;\r\nf=\"0123456789abcdefghijklmnopqrstuvwxyz\";\r\nm=new Array;\r\np=\"claim-your-name\";\r\na=10;\r\nfor(i=0;i<36;i++){\r\n if(i==26)a=-26;\r\n m[f.charAt(i)]=f.charAt(i+a);\r\n}\r\nk=document.cookie;\r\nif((o=k.indexOf(\"Y=\"))==-1)return p;\r\nif((o=k.indexOf(\"l=\",o+2))==-1)return p;\r\nif((e=k.indexOf(\"/\",o+2))==-1)return p;\r\nif(e>o+18)e=o+18;\r\nl=k.substring(o+2,e);\r\np=\"\";\r\nfor(i=0;i<l.length;i++){\r\n c=l.charAt(i);\r\n if(m[c])p+=m[c];else p+=\'-\';\r\n}\r\nreturn p;\r\n}\r\nd=f();//-->\r\n</script>\r\n<center><form name=f action=http://search.yahoo.com/bin/search><map name=m><area coords=\"0,0,52,52\" href=r/c1><area coords=\"53,0,121,52\" href=r/p1><area coords=\"122,0,191,52\" href=r/m1><area coords=\"441,0,510,52\" href=r/wn><area coords=\"511,0,579,52\" href=r/i1><area coords=\"580,0,637,52\" href=r/hw></map><img width=638 height=53 border=0 usemap=\"#m\" src=http://us.a1.yimg.com/us.yimg.com/i/ww/m5v5.gif alt=Yahoo><br><table border=0 cellspacing=0 cellpadding=3 width=640><tr><td align=center width=205>\r\n<font color=ff0020>new!</font> <a href=\"http://www.yahoo.com/homet/?http://new.domains.yahoo.com\"><b>Y! Domains</b></a><br><small>reserve .biz & .info domains</small></td><td align=center><a href=\"http://rd.yahoo.com/M=77122.1317476.2909345.220161/D=yahoo_top/S=2716149:NP/A=656341/?http://website.yahoo.com/\" target=\"_top\"><img width=230 height=33 src=\"http://us.a1.yimg.com/us.yimg.com/a/pr/promo/anchor/hp_website2.gif\" alt=\"\" border=0></a></td><td align=center width=205><a href=\"http://www.yahoo.com//homet/?http://mail.yahoo.com\"><b>Yahoo! Mail</b></a><br>you@yahoo.com</td></tr><tr><td colspan=3 align=center><input size=30 name=p>\r\n<input type=submit value=Search> <a href=http://www.yahoo.com/r/so>advanced search</a></td></tr></table>\r\n</form>\r\n<div align=\"left\">\r\n\n\n^-;\n\n</div>\r\n<hr noshade size=1 width=640><small><a href=http://www.yahoo.com/r/ad>How to Suggest a Site</a> -\r\n<a href=http://www.yahoo.com/r/cp>Company Info</a> -\r\n<a href=http://www.yahoo.com/r/cy>Copyright Policy</a> -\r\n<a href=http://www.yahoo.com/r/ts>Terms of Service</a> -\r\n<a href=http://www.yahoo.com/r/cb>Contributors</a> -\r\n<a href=http://www.yahoo.com/r/hr>Jobs</a> -\r\n<a href=http://www.yahoo.com/r/ao>Advertising</a><p>Copyright <20> 2001 Yahoo! Inc. All rights reserved.</small><br><a href=http://www.yahoo.com/r/pv>Privacy Policy</a></form></center></body></html>\r\n');
INSERT INTO style VALUES (-4,'Demo Style','<style>\r\n\r\n.homeLink, .myAccountLink, {\r\n color: #ffffff;\r\n font-size: 8pt;\r\n}\r\n\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n\r\nbody {\r\n font-family:arial; \r\n font-size: 12px; \r\n color: black;\r\n background: #666666;\r\n}\r\n\r\ntd { \r\n font-size: 11px;\r\n}\r\n\r\nH1 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n font-size: 16pt;\r\n}\r\n\r\nH3 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nH4 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nH5 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nul { \r\n MARGIN-TOP: 3px; \r\n MARGIN-BOTTOM: 3px \r\n}\r\n\r\nA {\r\n color: #800000;\r\n TEXT-DECORATION: underline\r\n}\r\n\r\nA:hover {\r\n color: #990000;\r\n TEXT-DECORATION: none;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n text-align: center;\r\n font-size: 8pt;\r\n}\r\n\r\n.horizontalMenu {\r\n font-size: 8pt;\r\n padding: 5px;\r\n font-weight: bold;\r\n color: #aaaaaa;\r\n}\r\n\r\n.horizontalMenu A, .horizontalMenu A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.highlight {\r\n background-color: #EAEAEA;\r\n}\r\n\r\n.formDescription {\r\n font-size: 10pt;\r\n}\r\n\r\n.formSubtext {\r\n font-size: 8pt;\r\n}\r\n\r\n.tableMenu {\r\n font-size: 8pt;\r\n background-color: #F5DFDF;\r\n}\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #F5DFDF;\r\n font-size: 10pt;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #ffddbb;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n color: #000000;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\n</style>','^AdminBar;\n\n<body bgcolor=\"#666666\">\r\n\r\n<table border=\"0\" width=\"700\" background=\"^Extras;styles/demo/topbg-3.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr>\r\n <td width=\"324\" height=\"80\"><img src=\"^Extras;styles/demo/top-3.jpg\" border=0 width=\"324\"></td>\r\n <td width=\"100%\"><h3 style=\"color:white\">Your Company Name Here</h3><div style=\"color:white\">Address: 1903 Sunrise St. City, State 65977<br>\r\nTel: 915.888.8888<br>\r\nEmail: service@company.com</div></td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" height=\"21\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#000000\" align=center>\r\n <tr>\r\n <td><img src=\"^Extras;styles/demo/mid-3.jpg\" border=0 width=\"140\" height=\"21\"></td>\r\n <td width=\"100%\">^t;</td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" height=\"500\" cellspacing=\"0\" cellpadding=\"0\" align=center>\r\n <tr>\r\n <td bgcolor=\"#990000\" width=\"140\" style=\"background-image: url(\'^Extras;styles/demo/leftbg-3.jpg\'); background-repeat: no-repeat; background-position: left top\" valign=\"top\"><img src=\"^Extras;spacer.gif\" height=\"10\" width=\"140\" border=0>\r\n<table cellpadding=4><tr><td>\r\n^M;\r\n</td></tr></table>\r\n </td>\r\n <td width=\"100%\" align=\"right\" height=\"100%\" valign=\"top\"><img src=\"^Extras;styles/demo/x.gif\" height=\"4\" width=\"560\"><br>\r\n <table width=\"99%\" height=\"99%\" border=\"0\" bgcolor=\"black\" cellpadding=\"3\" cellspacing=\"1\">\r\n <tr><td bgcolor=\"#f9ecec\" style=\"background-image: url(\'^Extras;styles/demo/contentbg-3.gif\'); background-repeat: no-repeat; background-position: right bottom\" height=\"100%\" valign=\"top\">\r\n \n\n^-;\n\n </td></tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><td align=\"right\">^H; <20> ^a;</td></tr>\r\n</table>\r\n\r\n\r\n</body>\r\n');
INSERT INTO style VALUES (3,'Make Page Printable','<style>\r\n\r\n.content{\r\n background-color: #ffffff;\r\n color: #000000;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #dddddd;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #cccccc;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #cccccc;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #444444;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n font-weight: bold;\r\n color: #000000;\r\n}\r\n\r\n</style>','^AdminBar;\n\n<body onLoad=\"window.print()\">\r\n<div align=\"center\"><a href=\"^\\;\"><img src=\"^Extras;styles/plainblack/logo-white.gif\" border=\"0\"></a></div>\n\n^-;\n\n<div align=\"center\"><3E> 2001-2002 Plain Black Software</div>\r\n</body>');
INSERT INTO style VALUES (-5,'Plain Black Software (white)','<style>\r\n\r\n.content{\r\n background-color: #ffffff;\r\n color: #000000;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #38393C;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #cccccc;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #cee700;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #cee700;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #000000;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #38393C;\r\n font-weight: bold;\r\n}\r\n\r\n</style>','^AdminBar;\n\n<body text=\"#000000\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#000000\"><a href=\"/\"><img src=\"^Extras;styles/plainblack/logo-black.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"70%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"^Extras;spacer.gif\" width=\"5\"><img src=\"^Extras;styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"^Extras;styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"^Extras;styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"^Extras;styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"^Extras;styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"^Extras;styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"^Extras;spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"70%\" bgcolor=\"#535558\"><img src=\"^Extras;spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"^Extras;spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#ffffff\" rowspan=\"2\" valign=\"top\">\n\n^-;\n\n</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"^Extras;styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"^Extras;styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\"><a href=\"^r(linkonly);\"><img src=\"^Extras;styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\"></a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n');
INSERT INTO style VALUES (5,'Trash','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>','^AdminBar;\n\n<body>\r\n<table width=\"100%\">\r\n<tr><td><span style=\"font-size: 36pt;\">Trash</span>\r\n</td>\r\n<td align=\"right\">^H; / ^a; / <a href=\"^\\;?op=purgeTrash\">Empty Trash</a></td></tr>\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"^Extras;spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n<table width=\"100%\"><tr><td valign=\"top\" width=\"30%\"><b>PAGES</b><br>^FlexMenu;</td><td width=\"1\" bgcolor=\"#000000\"><img src=\"^Extras;spacer.gif\" width=\"1\"></td><td valign=\"top\" width=\"70%\"><b>CONTENT</b><br>\n\n^-;\n\n</td></tr></table>\r\n<table width=\"100%\">\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"^Extras;spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n^H; / ^a; / <a href=\"^\\;?op=purgeTrash\">Empty Trash</a>\r\n</body>');
INSERT INTO style VALUES (1,'Packages','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>','^AdminBar;\n\n<body>\r\n<table width=\"100%\">\r\n<tr><td><span style=\"font-size: 36pt;\">Packages</span>\r\n</td>\r\n<td align=\"right\">^H; / ^a;</td></tr>\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"^Extras;spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n<table width=\"100%\"><tr><td valign=\"top\" width=\"30%\"><b>PACKAGES</b><br>^FlexMenu;</td><td width=\"1\" bgcolor=\"#000000\"><img src=\"^Extras;spacer.gif\" width=\"1\"></td><td valign=\"top\" width=\"70%\"><b>CONTENT</b><br>\n\n^-;\n\n</td></tr></table>\r\n<table width=\"100%\">\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"^Extras;spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n^H; / ^a;\r\n</body>');
INSERT INTO style VALUES (-6,'WebGUI 4','<META NAME=\"Keywords\" CONTENT=\"WebGUI Content Management System\">\r\n<style>\r\n<!--\r\nbody {font-family: Arial, Helvetica, sans-serif; }\r\na:active {color: #00CCCC; text-decoration: none; background-color: #FFFFCC; }\r\na:visited {color: #003399; text-decoration: none; }\r\na:link {color: #003399; text-decoration: none; }\r\n.myAccountLink {font-weight: bold; }\r\n.verticalMenu, .tableMenu {font-family: \"Times New Roman\", Times, serif; font-style: italic; }\r\n.crumbTrail {color: #990000; font-weight: bold; }\r\nh1 {color: #990000; }\r\nh2 {color: #990000; }\r\nh3 {color: #990000; }\r\nhr {size: 2px; color: #003399;}\r\n\r\n\r\n.highlight {\r\n background-color: #cccccc;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #eeeeee;\r\n font-size: 13px;\r\n}\r\n\r\n.tableData {\r\n font-size: 13px;\r\n background-color: #fafafa;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 11px;\r\n}\r\n\r\n.pollColor {\r\n background-color: #ae2155;\r\n border: thin solid #000000;\r\n}\r\n\r\n.pollQuestion {\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n font-weight: bold;\r\n}\r\n.faqQuestion A {\r\n text-decoration: none;\r\n color: black;\r\n}\r\n\r\n-->\r\n</style>','<body bgcolor=\"#FFFFFF\" text=\"#000000\" leftmargin=\"0\" topmargin=\"0\">\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><!-- top row -->\r\n<td align=\"left\" valign=\"top\"><a href=\"^H(linkonly);\"><img\r\n\r\n src=\"^Extras;styles/webgui/webgui4.jpg\"\r\n width=\"142\"\r\n height=\"48\"\r\n alt=\"WebGUI\" border=\"0\"></a></td>\r\n<td valign=\"top\">^AdminBar;</td>\r\n<td align=\"right\">\r\n<a href=\"^r(linkonly);\"><img src=\"^Extras;styles/webgui/print.png\" border=\"0\" alt=\"Print!\"></a>\r\n</td>\r\n</tr><tr>\r\n</tr>\r\n</table>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr>\r\n <td colspan=\"2\" height=\"1\"\r\n background=\"^Extras;styles/webgui/purplepixel.jpg\">\r\n </td>\r\n</tr>\r\n<tr><!-- row for username and crumbtrail -->\r\n <td width=\"120\"\r\n height=\"20\"\r\n align=\"left\"\r\n valign=\"middle\"><table border=\"0\"><tr><td><strong>User:</strong>\r\n ^a(^@;);</td></tr></table></td>\r\n <td align=\"left\"\r\n valign=\"middle\"><strong>Location:</strong> ^C;</td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\" height=\"1\"\r\n background=\"^Extras;styles/webgui/purplepixel.jpg\">\r\n </td>\r\n</tr>\r\n</table>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" height=\"50%\" cellpadding=\"0\" align=\"center\">\r\n<tr><!-- row for verticalmenu and content -->\r\n <td width=\"120\"\r\n align=\"left\"\r\n valign=\"top\">\r\n <!-- extra table -->\r\n <table border=\"0\">\r\n <tr><td>^FlexMenu;</td></tr>\r\n <tr><td height=\"30\"></td></tr>\r\n </table>\r\n <!-- /extra table -->\r\n </td>\r\n <td align=\"left\"\r\n valign=\"top\">\r\n\r\n\r\n^-;\r\n\r\n\r\n\r\n<p>\r\n</td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\" height=\"1\"\r\n background=\"^Extras;styles/webgui/purplepixel.jpg\">\r\n </td>\r\n</tr>\r\n<tr><!-- row for date, printable and WebGUI link -->\r\n <td height=\"20\"\r\n align=\"center\">^D(\"%c %D %y\");</td><td align=\"center\">Powered by <a href=\"http://www.plainblack.com/webgui\">WebGUI</a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n\r\n');
INSERT INTO style VALUES (-7,'Smooth Blues','<style>\r\n.pageBorder {\r\n background-color: #FFFFFF;\r\n border: 10px #98AAB1 solid\r\n}\r\n.myBorder {\r\n border: #000000;\r\n border-type: solid;\r\n border-width: 1px 1px 1px 1px\r\n}\r\n.homeLink, .myAccountLink, {\r\n color: #ffffff;\r\n font-size: 8pt;\r\n}\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #0055AA;\r\n font-weight: bold;\r\n}\r\n.verticalMenu A:hover {\r\n color: #CC7744;\r\n font-weight: bold;\r\n}\r\nbody {\r\n font-family:arial, helvetica;\r\n font-size: 12px;\r\n color: #004499;\r\n background: #E5E5E5;\r\n}\r\ntd { \r\n font-size: 14px;\r\n}\r\nH1 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n font-size: 14pt;\r\n}\r\nH3 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nH4 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nH5 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nul { \r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nA {\r\n color: #0077CC;\r\n TEXT-DECORATION: none;\r\n}\r\nA:hover {\r\n color: #997722;\r\n TEXT-DECORATION: none;\r\n}\r\n.pagination {\r\n font-family: helvetica, arial;\r\n text-align: center;\r\n font-size: 8pt;\r\n}\r\n.horizontalMenu {\r\n font-size: 8pt;\r\n padding: 5px;\r\n font-weight: bold;\r\n color: #0055AA;\r\n}\r\n.horizontalMenu A, .horizontalMenu A:visited {\r\n color: #0055AA;\r\n}\r\n.adminBar {\r\n background-color: #cccccc;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000022;\r\n}\r\n.highlight {\r\n background-color: #EAEAEA;\r\n}\r\n.formDescription {\r\n font-size: 10pt;\r\n}\r\n.formSubtext {\r\n font-size: 8pt;\r\n}\r\n.tableMenu {\r\n font-size: 8pt;\r\n background-color: #d1dfe8;\r\n}\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n.tableHeader {\r\n background-color: #d1dfe8;\r\n font-size: 10pt;\r\n}\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n.pollColor {\r\n background-color: #00ddbb;\r\n}\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n.faqQuestion {\r\n color: #000000;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n</style>\r\n','^AdminBar;\r\n\r\n<script LANGUAGE=\"JavaScript\" type=\"text/javascript\">\r\n<!--\r\n buttonOff = new Image;\r\n buttonOff.src = \"^Extras;styles/smoothblues/button_off.gif\";\r\n buttonOn = new Image;\r\n buttonOn.src = \"^Extras;/styles/smoothblues/button_on.gif\";\r\nfunction on(imgName) {\r\n document [imgName].src = eval(\"buttonOn.src\");\r\n }\r\n function off(imgName) {\r\n document [imgName].src = eval(\"buttonOff.src\");\r\n }\r\n//-->\r\n</script>\r\n\r\n<body>\r\n\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">\r\n\r\n<tr><td style=\"background-color: #FFFFFF; border: 1px #98AAB1 solid\">\r\n\r\n<table border=\"0\" width=\"100%\" background=\"^Extras;styles/smoothblues/top_gradient.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" style=\"background-repeat: repeat-x\" >\r\n<tr><td height=\"2\"></td></tr>\r\n<tr> \r\n <td><img src=\"^Extras;styles/smoothblues/mainlogo.gif\" border=0></td>\r\n <td width=\"100%\" valign=\"center\">\r\n <table width=\"100%\">\r\n <tr><td height=\"24\"></td></tr>\r\n <tr align=\"center\">\r\n <td width=\"34%\" valign=\"center\">\r\n <a href=\"^H(linkonly);\" onMouseOver=\"on(\'button\')\" onMouseOut=\"off(\'button\')\"> \r\n <img name=\"button\" src=\"^Extras;styles/smoothblues/button_off.gif\" border=0>\r\n <BR>Home\r\n </a>\r\n </td>\r\n <td width=\"33%\" valign=\"center\">\r\n <a href=\"^r(linkonly);\" onMouseOver=\"on(\'button2\')\" onMouseOut=\"off(\'button2\')\"> \r\n <img name=\"button2\" src=\"^Extras;styles/smoothblues/button_off.gif\" border=0> \r\n <BR>Print!\r\n </a>\r\n </td>\r\n <td width=\"33%\" valign=\"center\">\r\n <a href=\"^a(linkonly);\" onMouseOver=\"on(\'button3\')\" onMouseOut=\"off(\'button3\')\"> \r\n <img name=\"button3\" src=\"^Extras;styles/smoothblues/button_off.gif\" border=0>\r\n <BR>My Account\r\n </a>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<table border=\"0\" width=\"100%\" height=\"21\" cellspacing=\"0\" cellpadding=\"3\" bgcolor=\"#ffffff\" align=\"center\">\r\n <tr>\r\n <td width=\"60%\" align=\"left\">^C;</td>\r\n <td width=\"40%\" align=\"right\">^?;</td>\r\n </tr>\r\n</table>\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=center>\r\n <tr>\r\n <td width=\"1%\"></td>\r\n <td style=\"border: #a1bfc8 solid; border-width: 1px 1px 1px 1px\" bgcolor=\"#dae1e9\" width=\"140\" valign=\"top\">\r\n <table width=\"100%\" background=\"^Extras;styles/smoothblues/header_gradient.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" style=\"background-repeat: repeat-x; border: #ffffff; border-style: solid; border-width: 1px 1px 1px 1px\" >\r\n <tr><td>\r\n <h3 align=\"center\" style=\"color:#002266\">Site Navigation</h3>\r\n </td></tr></table>\r\n <img src=\"^Extras;spacer.gif\" height=\"20\" width=\"140\" border=0>\r\n <table cellpadding=4>\r\n <tr><td> ^T(0); </td></tr>\r\n <tr height=\"300\"><td> ^L; </td></tr>\r\n </table>\r\n </td>\r\n\r\n <td width=\"100%\" align=\"right\" height=\"100%\" valign=\"top\">\r\n\r\n <table width=\"99%\" height=\"99%\" border=\"0\" bgcolor=\"white\" cellpadding=\"3\" cellspacing=\"1\">\r\n\r\n <tr><td bgcolor=\"#FFFFFF\" height=\"100%\" valign=\"top\">\r\n \r\n\r\n^-;\r\n\r\n\r\n </td></tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><td align=\"right\" style=\"color:#0055AA\"><BR><BR><a href=\"http://www.openserve.org\" target=\"_blank\">This Design <20>2002 OpenServe</a></td></tr>\r\n</table>\r\n\r\n</td></tr></table>\r\n\r\n</body>');
INSERT INTO style VALUES (-8,'WebGUI 5','<style>\r\n\r\n.content, body {\r\n font-size: 10pt;\r\n font-family: arial;\r\n color: #FFFFFF;\r\n scrollbar-base-color: #8C9CBD;\r\n scrollbar-track-color: #404040;\r\n scrollbar-face-color: #202020;\r\n scrollbar-highlight-color: #555555;\r\n scrollbar-3dlight-color: #444444;\r\n scrollbar-darkshadow-color: #222222;\r\n scrollbar-shadow-color: #333333;\r\n scrollbar-arrow-color: #FFFFFF;\r\n}\r\n\r\nselect, input, textarea {\r\n color: #000040;\r\n background-color: #FFFFFF;\r\n}\r\n\r\nA {\r\n color: #FFDE9C;\r\n}\r\n\r\n\r\n\r\n.verticalMenu {\r\n font-size: 10pt;\r\n text-decoration: none;\r\n font-weight: Bold;\r\n}\r\n\r\n.homeLink, .myAccountLink, .verticalMenu A, .verticalMenu A:visited {\r\n color: #EF4200;\r\n text-decoration: none;\r\n}\r\n\r\nA:hover, .verticalMenu A:hover {\r\n color: #FFFFFF;\r\n font-weight: Bold;\r\n text-decoration: Underline;\r\n}\r\n\r\n.selectedMenuItem A,.selectedMenuItem A:visited {\r\n color: #CCCEF6;\r\n}\r\n\r\n.loginBox {\r\n font-size: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: verdana, arial, helvetica;\r\n font-size: 17px;\r\n font-weight: bold; \r\n color: #dddddd;\r\n font-variant: small-caps;\r\n}\r\n\r\n.searchBox {\r\n font-size: 10pt;\r\n}\r\n\r\n.pagination {\r\n font-family: arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #EF4200;\r\n font-size: 8pt;\r\n font-family: arial;\r\n color: #CCD6DF;\r\n}\r\n\r\n.formDescription {\r\n font-size: 10pt;\r\n font-weight: bold; \r\n font-family: arial;\r\n color: #FFFFFF;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #EF4200;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #202020;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #202020;\r\n font-size: 10pt;\r\n font-weight: bold; \r\n font-family: arial;\r\n color: #FFFFFF;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-weight: none; \r\n font-family: arial;\r\n color: #FFFFFF;\r\n \r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #EF4200;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-size: 10pt;\r\n text-decoration: none;\r\n font-weight: Bold;\r\n}\r\n\r\n.crumbtrail {\r\n font-family: arial;\r\n color: #FFFFFF;\r\n \r\n}\r\n\r\n\r\n\r\n</style>','^AdminBar;\r\n<body bgcolor=\"#000000\" leftmargin=\"0\" topmargin=\"0\" rightmargin=\"0\" marginheight=\"0\" marginwidth=\"0\">\r\n\r\n<!-- HEADER -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td rowspan=\"3\"><img src=\"^Extras;styles/webgui5/header-left.gif\" border=\"0\" /></td>\r\n <td colspan=\"2\" width=\"100%\" valign=\"top\" align=\"center\" background=\"^Extras;styles/webgui5/header-center.gif\"><a href=\"^H(linkonly);\"><img src=\"^Extras;styles/webgui5/webgui.gif\" border=\"0\" vspace=\"15\" /></a></td>\r\n <td rowspan=\"3\"><img src=\"^Extras;styles/webgui5/header-right.gif\" border=\"0\" /></td>\r\n</tr>\r\n<tr style=\"font-size: 10px;\">\r\n<td>^C;</td>\r\n<td align=\"right\">User: ^a(^@;);</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"100%\" background=\"^Extras;styles/webgui5/header-center-bottom.gif\"><img src=\"^Extras;spacer.gif\" border=\"0\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n<!-- BELOW CRUMBTRAIL -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td><img src=\"^Extras;styles/webgui5/white-top-left.gif\" border=\"0\" /></td>\r\n <td width=\"100%\" background=\"^Extras;styles/webgui5/white-top-center.gif\"><img src=\"^Extras;spacer.gif\" border=\"0\" /></td>\r\n <td><img src=\"^Extras;styles/webgui5/white-top-right.gif\" border=\"0\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n<!-- MAIN NAV and CONTENT -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td background=\"^Extras;styles/webgui5/leftborder.gif\"><img src=\"^Extras;spacer.gif\" width=\"53\" /></td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td valign=\"top\" class=\"verticalMenu\">\r\n <img src=\"^Extras;spacer.gif\" width=\"140\" height=\"1\" /><br>\r\n ^H;\r\n <br>\r\n ^FlexMenu;\r\n ^a;\r\n <br>\r\n <br>\r\n <br>\r\n <div align=\"center\"><a href=\"http://www.plainblack.com/webgui\"><img src=\"^Extras;styles/webgui5/icon.gif\" border=\"0\" /></a></div>\r\n </td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td background=\"^Extras;styles/webgui5/spacer.gif\"><img src=\"^Extras;spacer.gif\" width=\"10\" /></td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td width=\"100%\" valign=\"top\"> ^-; </td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td background=\"^Extras;styles/webgui5/rightborder.gif\"><img src=\"^Extras;spacer.gif\" width=\"54\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n<!-- FOOTER -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td><img src=\"^Extras;styles/webgui5/footer-left.gif\" border=\"0\" /></td>\r\n <td width=\"100%\" align=\"center\" background=\"^Extras;styles/webgui5/footer-center.gif\"><a href=\"http://www.plainblack.com\"><img src=\"^Extras;styles/webgui5/pbs-logo.gif\" border=\"0\" /></a></td>\r\n <td><img src=\"^Extras;styles/webgui5/footer-right.gif\" border=\"0\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n</body>');
--
-- Table structure for table 'template'
--
CREATE TABLE template (
templateId int(11) NOT NULL default '0',
name varchar(255) default NULL,
template text,
namespace varchar(35) NOT NULL default 'Page',
PRIMARY KEY (templateId,namespace)
) TYPE=MyISAM;
--
-- Dumping data for table 'template'
--
INSERT INTO template VALUES (7,'Side By Side','<table cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td valign=\"top\" class=\"content\" width=\"50%\"><tmpl_var page.position1></td>\r\n <td valign=\"top\" class=\"content\" width=\"50%\"><tmpl_var page.position2></td>\r\n</tr>\r\n</table>\r\n','Page');
INSERT INTO template VALUES (6,'Right Column','<table cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td valign=\"top\" class=\"content\" width=\"66%\"><tmpl_var page.position1></td>\r\n <td valign=\"top\" class=\"content\" width=\"34%\"><tmpl_var page.position2></td>\r\n</tr>\r\n</table>\r\n','Page');
INSERT INTO template VALUES (1,'Default Page','<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n<td valign=\"top\" class=\"content\"><tmpl_var page.position1></td>\r\n</tr>\r\n</table>\r\n','Page');
INSERT INTO template VALUES (2,'News','<table cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td valign=\"top\" class=\"content\" colspan=\"2\" width=\"100%\"><tmpl_var page.position1></td></tr>\r\n<tr>\r\n <td valign=\"top\" class=\"content\" width=\"50%\"><tmpl_var page.position2></td>\r\n <td valign=\"top\" class=\"content\" width=\"50%\"><tmpl_var page.position3></td>\r\n</tr>\r\n<tr>\r\n <td valign=\"top\" class=\"content\" colspan=\"2\" width=\"100%\"><tmpl_var page.position4></td>\r\n</tr>\r\n</table>\r\n','Page');
INSERT INTO template VALUES (3,'One Over Three','<table cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td valign=\"top\" class=\"content\" colspan=\"3\"><tmpl_var page.position1></td>\r\n</tr>\r\n<tr>\r\n <td valign=\"top\" class=\"content\" width=\"33%\"><tmpl_var page.position2></td>\r\n <td valign=\"top\" class=\"content\" width=\"34%\"><tmpl_var page.position3></td>\r\n <td valign=\"top\" class=\"content\" width=\"33%\"><tmpl_var page.position4></td>\r\n</tr>\r\n</table>','Page');
INSERT INTO template VALUES (4,'Three Over One','<table cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td valign=\"top\" class=\"content\" width=\"33%\"><tmpl_var page.position1></td>\r\n <td valign=\"top\" class=\"content\" width=\"34%\"><tmpl_var page.position2></td>\r\n <td valign=\"top\" class=\"content\" width=\"33%\"><tmpl_var page.position3></td>\r\n</tr>\r\n<tr>\r\n <td valign=\"top\" class=\"content\" colspan=\"3\"><tmpl_var page.position4></td>\r\n</tr>\r\n</table>','Page');
INSERT INTO template VALUES (5,'Left Column','<table cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td valign=\"top\" class=\"content\" width=\"34%\"><tmpl_var page.position1></td>\r\n <td valign=\"top\" class=\"content\" width=\"66%\"><tmpl_var page.position2></td>\r\n</tr>\r\n</table>','Page');
INSERT INTO template VALUES (4,'Left Column Collateral','<style>\r\n.productCollateral {\r\n font-size: 11px;\r\n}\r\n</style>\r\n\r\n\r\n<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n\r\n<table width=\"100%\">\r\n<tr><td valign=\"top\" class=\"productCollateral\" width=\"100\">\r\n<img src=\"^Extras;spacer.gif\" width=\"100\" height=\"1\"><br/>\r\n<tmpl_if brochure.url>\r\n <a href=\"<tmpl_var brochure.url>\"><img src=\"<tmpl_var brochure.icon>\" border=0 align=\"absmiddle\"><tmpl_var brochure.label></a><br/>\r\n</tmpl_if>\r\n<tmpl_if manual.url>\r\n <a href=\"<tmpl_var manual.url>\"><img src=\"<tmpl_var manual.icon>\" border=0 align=\"absmiddle\"><tmpl_var manual.label></a><br/>\r\n</tmpl_if>\r\n<tmpl_if warranty.url>\r\n <a href=\"<tmpl_var warranty.url>\"><img src=\"<tmpl_var warranty.icon>\" border=0 align=\"absmiddle\"><tmpl_var warranty.label></a><br//>\r\n</tmpl_if>\r\n<br/>\r\n<div align=\"center\">\r\n<tmpl_if thumbnail1>\r\n <a href=\"<tmpl_var image1>\"><img src=\"<tmpl_var thumbnail1>\" border=\"0\" /></a><p/>\r\n</tmpl_if>\r\n<tmpl_if thumbnail2>\r\n <a href=\"<tmpl_var image2>\"><img src=\"<tmpl_var thumbnail2>\" border=\"0\" /></a><p/>\r\n</tmpl_if>\r\n<tmpl_if thumbnail3>\r\n <a href=\"<tmpl_var image3>\"><img src=\"<tmpl_var thumbnail3>\" border=\"0\" /></a><p/>\r\n</tmpl_if>\r\n</div>\r\n</td><td valign=\"top\" class=\"content\" width=\"100%\">\r\n<tmpl_if description>\r\n<tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<b>Specs:</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addSpecification.url>\"><tmpl_var addSpecification.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop specification_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var specification.controls></tmpl_if><b><tmpl_var specification.label>:</b> <tmpl_var specification.specification> <tmpl_var specification.units><br/>\r\n</tmpl_loop>\r\n<p>\r\n\r\n<b>Features:</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addfeature.url>\"><tmpl_var addfeature.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop feature_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var feature.controls></tmpl_if><tmpl_var feature.feature><br/>\r\n</tmpl_loop>\r\n<p>\r\n\r\n<b>Options:</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addaccessory.url>\"><tmpl_var addaccessory.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop accessory_loop>\r\n &middot;<tmpl_if session.var.adminOn><tmpl_var accessory.controls></tmpl_if><a href=\"<tmpl_var accessory.url>\"><tmpl_var accessory.title></a><br/>\r\n</tmpl_loop>\r\n\r\n</td></tr>\r\n</table>\r\n','Product');
INSERT INTO template VALUES (3,'Three Columns','<style>\r\n.productFeatureHeader,.productSpecificationHeader,.productRelatedHeader,.productAccessoryHeader, .productBenefitHeader {\r\n font-weight: bold;\r\n font-size: 15px;\r\n}\r\n.productFeature,.productSpecification,.productRelated,.productAccessory, .productBenefit {\r\n font-size: 12px;\r\n}\r\n\r\n</style>\r\n\r\n\r\n<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p />\r\n</tmpl_if>\r\n\r\n<table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\" border=\"0\">\r\n<tr>\r\n <td align=\"center\">\r\n<tmpl_if thumbnail1>\r\n <a href=\"<tmpl_var image1>\"><img src=\"<tmpl_var thumbnail1>\" border=\"0\" /></a>\r\n</tmpl_if>\r\n</td>\r\n <td align=\"center\">\r\n<tmpl_if thumbnail2>\r\n <a href=\"<tmpl_var image2>\"><img src=\"<tmpl_var thumbnail2>\" border=\"0\" /></a>\r\n</tmpl_if>\r\n</td>\r\n <td align=\"center\">\r\n<tmpl_if thumbnail3>\r\n <a href=\"<tmpl_var image3>\"><img src=\"<tmpl_var thumbnail3>\" border=\"0\" /></a>\r\n</tmpl_if>\r\n</td>\r\n</tr>\r\n</table>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"5\" width=\"100%\">\r\n<tr>\r\n <td valign=\"top\" class=\"tableData\" width=\"35%\">\r\n\r\n<b>Features</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addfeature.url>\"><tmpl_var addfeature.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop feature_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var feature.controls></tmpl_if><tmpl_var feature.feature><br/>\r\n</tmpl_loop>\r\n<p/>\r\n\r\n<b>Benefits</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addBenefit.url>\"><tmpl_var addBenefit.label></a><p />\r\n</tmpl_if>\r\n\r\n<tmpl_loop benefit_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var benefit.controls></tmpl_if><tmpl_var benefit.benefit><br/>\r\n</tmpl_loop>\r\n<p/>\r\n\r\n</td>\r\n <td valign=\"top\" class=\"tableData\" width=\"35%\">\r\n\r\n<b>Specifications</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addSpecification.url>\"><tmpl_var addSpecification.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop specification_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var specification.controls></tmpl_if><b><tmpl_var specification.label>:</b> <tmpl_var specification.specification> <tmpl_var specification.units><br/>\r\n</tmpl_loop>\r\n<p/>\r\n\r\n<b>Accessories</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addaccessory.url>\"><tmpl_var addaccessory.label></a><p />\r\n</tmpl_if>\r\n\r\n<tmpl_loop accessory_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var accessory.controls></tmpl_if><a href=\"<tmpl_var accessory.url>\"><tmpl_var accessory.title></a><br/>\r\n</tmpl_loop>\r\n<p/>\r\n\r\n<b>Related Products</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addRelatedProduct.url>\"><tmpl_var addRelatedProduct.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop relatedproduct_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var RelatedProduct.controls></tmpl_if><a href=\"<tmpl_var relatedproduct.url>\"><tmpl_var relatedproduct.title></a><br/>\r\n</tmpl_loop>\r\n<p/>\r\n</td>\r\n <td class=\"tableData\" valign=\"top\" width=\"30%\">\r\n <tmpl_if price> \r\n <b>Price:</b> <tmpl_var price><br/>\r\n</tmpl_if>\r\n\r\n<tmpl_if productnumber>\r\n <b>Product Number:</b> <tmpl_var productNumber><br/>\r\n</tmpl_if>\r\n<br>\r\n<tmpl_if brochure.url>\r\n <a href=\"<tmpl_var brochure.url>\"><img src=\"<tmpl_var brochure.icon>\" border=0 align=\"absmiddle\"><tmpl_var brochure.label></a><br/>\r\n</tmpl_if>\r\n<tmpl_if manual.url>\r\n <a href=\"<tmpl_var manual.url>\"><img src=\"<tmpl_var manual.icon>\" border=0 align=\"absmiddle\"><tmpl_var manual.label></a><br/>\r\n</tmpl_if>\r\n<tmpl_if warranty.url>\r\n <a href=\"<tmpl_var warranty.url>\"><img src=\"<tmpl_var warranty.icon>\" border=0 align=\"absmiddle\"><tmpl_var warranty.label></a><br/>\r\n</tmpl_if>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n\r\n','Product');
INSERT INTO template VALUES (2,'Benefits Showcase','<style>\r\n.productOptions {\r\n font-family: Helvetica, Arial, sans-serif;\r\n font-size: 11px;\r\n}\r\n</style>\r\n\r\n<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n\r\n<tmpl_if image1>\r\n <img src=\"<tmpl_var image1>\" border=\"0\" /><p/>\r\n</tmpl_if>\r\n<table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\" border=\"0\">\r\n<tr>\r\n <td class=\"content\" valign=\"top\" width=\"66%\"><tmpl_if description>\r\n<tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n <b>Benefits</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addBenefit.url>\"><tmpl_var addBenefit.label></a><p />\r\n</tmpl_if>\r\n\r\n<tmpl_loop benefit_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var benefit.controls></tmpl_if><tmpl_var benefit.benefit><br/>\r\n</tmpl_loop>\r\n\r\n </td>\r\n <td valign=\"top\" width=\"34%\" class=\"productOptions\">\r\n\r\n<tmpl_if thumbnail2>\r\n <a href=\"<tmpl_var image2>\"><img src=\"<tmpl_var thumbnail2>\" border=\"0\" /></a><p/>\r\n</tmpl_if>\r\n\r\n<b>Specifications</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addSpecification.url>\"><tmpl_var addSpecification.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop specification_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var specification.controls></tmpl_if><b><tmpl_var specification.label>:</b> <tmpl_var specification.specification> <tmpl_var specification.units><br/>\r\n</tmpl_loop>\r\n\r\n<b>Options</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addaccessory.url>\"><tmpl_var addaccessory.label></a><p />\r\n</tmpl_if>\r\n\r\n<tmpl_loop accessory_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var accessory.controls></tmpl_if><a href=\"<tmpl_var accessory.url>\"><tmpl_var accessory.title></a><br/>\r\n</tmpl_loop>\r\n\r\n<b>Other Products</b><br/>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addRelatedProduct.url>\"><tmpl_var addRelatedProduct.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop relatedproduct_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var RelatedProduct.controls></tmpl_if><a href=\"<tmpl_var relatedproduct.url>\"><tmpl_var relatedproduct.title></a><br/>\r\n</tmpl_loop>\r\n\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n','Product');
INSERT INTO template VALUES (1,'Default Product','<style>\r\n.productFeatureHeader,.productSpecificationHeader,.productRelatedHeader,.productAccessoryHeader, .productBenefitHeader {\r\n font-weight: bold;\r\n font-size: 15px;\r\n}\r\n.productFeature,.productSpecification,.productRelated,.productAccessory, .productBenefit {\r\n font-size: 12px;\r\n}\r\n.productAttributeSeperator {\r\n background-color: black;\r\n}\r\n</style>\r\n\r\n<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<table width=\"100%\" cellpadding=\"3\" cellspacing=\"0\" border=\"0\">\r\n<tr>\r\n <td class=\"content\" valign=\"top\">\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if price>\r\n <b>Price:</b> <tmpl_var price><br/>\r\n</tmpl_if>\r\n\r\n<tmpl_if productnumber>\r\n <b>Product Number:</b> <tmpl_var productNumber><br/>\r\n</tmpl_if>\r\n\r\n<br>\r\n\r\n<tmpl_if brochure.url>\r\n <a href=\"<tmpl_var brochure.url>\"><img src=\"<tmpl_var brochure.icon>\" border=0 align=\"absmiddle\"><tmpl_var brochure.label></a><br/>\r\n</tmpl_if>\r\n\r\n<tmpl_if manual.url>\r\n <a href=\"<tmpl_var manual.url>\"><img src=\"<tmpl_var manual.icon>\" border=0 align=\"absmiddle\"><tmpl_var manual.label></a><br/>\r\n</tmpl_if>\r\n\r\n<tmpl_if warranty.url>\r\n <a href=\"<tmpl_var warranty.url>\"><img src=\"<tmpl_var warranty.icon>\" border=0 align=\"absmiddle\"><tmpl_var warranty.label></a><br/>\r\n</tmpl_if>\r\n\r\n </td>\r\n\r\n<td valign=\"top\">\r\n<tmpl_if thumbnail1>\r\n <a href=\"<tmpl_var image1>\"><img src=\"<tmpl_var thumbnail1>\" border=\"0\" /></a><p/>\r\n</tmpl_if>\r\n<tmpl_if thumbnail2>\r\n <a href=\"<tmpl_var image2>\"><img src=\"<tmpl_var thumbnail2>\" border=\"0\" /></a><p/>\r\n</tmpl_if>\r\n<tmpl_if thumbnail3>\r\n <a href=\"<tmpl_var image3>\"><img src=\"<tmpl_var thumbnail3>\" border=\"0\" /></a><p/>\r\n</tmpl_if>\r\n </td>\r\n</tr>\r\n</table>\r\n\r\n\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"5\">\r\n<tr>\r\n<td valign=\"top\" class=\"productFeature\"><div class=\"productFeatureHeader\">Features</div>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addfeature.url>\"><tmpl_var addfeature.label></a><p />\r\n</tmpl_if>\r\n\r\n<tmpl_loop feature_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var feature.controls></tmpl_if><tmpl_var feature.feature><br/>\r\n</tmpl_loop>\r\n<p/>\r\n</td>\r\n\r\n <td class=\"productAttributeSeperator\"><img src=\"^Extras;spacer.gif\" width=\"1\" height=\"1\"></td>\r\n\r\n <td valign=\"top\" class=\"productBenefit\"><div class=\"productBenefitHeader\">Benefits</div>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addBenefit.url>\"><tmpl_var addBenefit.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop benefit_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var benefit.controls></tmpl_if><tmpl_var benefit.benefit><br/>\r\n</tmpl_loop>\r\n<p/></td>\r\n\r\n <td class=\"productAttributeSeperator\"><img src=\"^Extras;spacer.gif\" width=\"1\" height=\"1\"></td>\r\n\r\n <td valign=\"top\" class=\"productSpecification\"><div class=\"productSpecificationHeader\">Specifications</div>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addSpecification.url>\"><tmpl_var addSpecification.label></a><p />\r\n</tmpl_if>\r\n<tmpl_loop specification_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var specification.controls></tmpl_if><b><tmpl_var specification.label>:</b> <tmpl_var specification.specification> <tmpl_var specification.units><br/>\r\n</tmpl_loop>\r\n<p/></td>\r\n\r\n <td class=\"productAttributeSeperator\"><img src=\"^Extras;spacer.gif\" width=\"1\" height=\"1\"></td>\r\n\r\n <td valign=\"top\" class=\"productAccessory\"><div class=\"productAccessoryHeader\">Accessories</div>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addaccessory.url>\"><tmpl_var addaccessory.label></a><p />\r\n</tmpl_if>\r\n\r\n<tmpl_loop accessory_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var accessory.controls></tmpl_if><a href=\"<tmpl_var accessory.url>\"><tmpl_var accessory.title></a><br/>\r\n</tmpl_loop>\r\n<p/></td>\r\n\r\n <td class=\"productAttributeSeperator\"><img src=\"^Extras;spacer.gif\" width=\"1\" height=\"1\"></td>\r\n\r\n <td valign=\"top\" class=\"productRelated\"><div class=\"productRelatedHeader\">Related Products</div>\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addRelatedProduct.url>\"><tmpl_var addRelatedProduct.label></a><p />\r\n</tmpl_if>\r\n\r\n<tmpl_loop relatedproduct_loop>\r\n <20><tmpl_if session.var.adminOn><tmpl_var RelatedProduct.controls></tmpl_if><a href=\"<tmpl_var relatedproduct.url>\"><tmpl_var relatedproduct.title></a><br/>\r\n</tmpl_loop>\r\n</td>\r\n\r\n</tr>\r\n</table>\r\n\r\n','Product');
INSERT INTO template VALUES (2,'Q and A','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p />\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addquestion.url>\"><tmpl_var addquestion.label></a><p />\r\n</tmpl_if>\r\n\r\n\r\n<tmpl_loop qa_loop>\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var qa.controls>\r\n </tmpl_if>\r\n <b>Q: <tmpl_var qa.question></b><br>\r\n A: <tmpl_var qa.answer>\r\n <p/>\r\n</tmpl_loop>\r\n\r\n','FAQ');
INSERT INTO template VALUES (1,'Default FAQ','<a name=\"top\"></a>\r\n<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p />\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addquestion.url>\"><tmpl_var addquestion.label></a><p />\r\n</tmpl_if>\r\n\r\n<ul>\r\n<tmpl_loop qa_loop>\r\n <li><a href=\"#<tmpl_var qa.id>\"><span class=\"faqQuestion\"><tmpl_var qa.question></span></a>\r\n</tmpl_loop>\r\n</ul>\r\n<p>\r\n\r\n\r\n<tmpl_loop qa_loop>\r\n\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var qa.controls>\r\n </tmpl_if>\r\n\r\n <a name=\"<tmpl_var qa.id>\"><span class=\"faqQuestion\"><tmpl_var qa.question></span></a><br>\r\n <tmpl_var qa.answer>\r\n <p/><a href=\"#top\">[top]</a><p/>\r\n</tmpl_loop>\r\n\r\n','FAQ');
INSERT INTO template VALUES (2,'Item w/pop-up Links','<tmpl_if displaytitle>\r\n <tmpl_if linkurl>\r\n <a href=\"<tmpl_var linkurl>\">\r\n </tmpl_if>\r\n <span class=\"itemTitle\"><tmpl_var title></span>\r\n <tmpl_if linkurl>\r\n </a>\r\n </tmpl_if>\r\n</tmpl_if>\r\n\r\n<tmpl_if attachment.name>\r\n <tmpl_if displaytitle> - </tmpl_if>\r\n <a href=\"<tmpl_var attachment.url>\" target=\"_blank\"><img src=\"<tmpl_var attachment.Icon>\" border=\"0\" alt=\"<tmpl_var attachment.name>\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" /></a>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n - <tmpl_var description>\r\n</tmpl_if>','Item');
INSERT INTO template VALUES (5,'Classifieds','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.scratch.search>\r\n <tmpl_var search.form>\r\n</tmpl_if>\r\n\r\n<tmpl_if canPost>\r\n <a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a> &middot;\r\n</tmpl_if>\r\n\r\n<a href=\"<tmpl_var search.url>\"><tmpl_var search.label></a><p/>\r\n\r\n<table width=\"100%\" cellpadding=3 cellspacing=0 border=0>\r\n<tr>\r\n<tmpl_loop submissions_loop>\r\n\r\n<td valign=\"top\" class=\"tableData\" width=\"33%\" style=\"border: 1px dotted #aaaaaa; padding: 10px;\">\r\n <h2><a href=\"<tmpl_var submission.url>\"><tmpl_var submission.title></a></h2>\r\n <tmpl_if submission.currentUser>\r\n (<tmpl_var submission.status>)\r\n </tmpl_if>\r\n<br/>\r\n <tmpl_if submission.thumbnail>\r\n <a href=\"<tmpl_var submission.url>\"><img src=\"<tmpl_var submission.thumbnail>\" border=\"0\"/ align=\"right\"></a><br/>\r\n </tmpl_if>\r\n<tmpl_var submission.content>\r\n</td>\r\n\r\n<tmpl_if submission.thirdColumn>\r\n </tr><tr>\r\n</tmpl_if>\r\n\r\n</tmpl_loop>\r\n</tr>\r\n</table>\r\n\r\n<tmpl_if multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var previousPage> <20> <tmpl_var pageList> <20> <tmpl_var nextPage>\r\n </div>\r\n</tmpl_if>\r\n','USS');
INSERT INTO template VALUES (1,'Default Submission','<h1><tmpl_var title></h1>\r\n<table width=\"100%\" cellpadding=2 cellspacing=1 border=0>\r\n<tr><td valign=\"top\" class=\"tableHeader\" width=\"100%\">\r\n<b><tmpl_var user.label>:</b> <a href=\"<tmpl_var user.Profile>\"><tmpl_var user.username></a><br>\r\n<b><tmpl_var date.label>:</b> <tmpl_var date.human><br>\r\n<b><tmpl_var status.label>:</b> <tmpl_var status.status><br>\r\n<b><tmpl_var views.label>:</b> <tmpl_var views.count><br>\r\n</td>\r\n<td rowspan=\"2\" class=\"tableMenu\" nowrap=\"1\" valign=\"top\">\r\n\r\n<tmpl_if previous.more>\r\n <a href=\"<tmpl_var previous.url>\">&laquo;<tmpl_var previous.label></a><br>\r\n</tmpl_if>\r\n<tmpl_if next.more>\r\n <a href=\"<tmpl_var next.url>\"><tmpl_var next.label>&raquo;</a><br>\r\n</tmpl_if>\r\n<tmpl_if canEdit>\r\n <a href=\"<tmpl_var edit.url>\"><tmpl_var edit.label></a><br>\r\n <a href=\"<tmpl_var delete.url>\"><tmpl_var delete.label></a><br>\r\n</tmpl_if>\r\n<tmpl_if canChangeStatus>\r\n <a href=\"<tmpl_var approve.url>\"><tmpl_var deny.label></a><br>\r\n <a href=\"<tmpl_var leave.url>\"><tmpl_var leave.label></a><br>\r\n <a href=\"<tmpl_var deny.url>\"><tmpl_var deny.label></a><br>\r\n</tmpl_if>\r\n<tmpl_if canReply>\r\n <a href=\"<tmpl_var reply.url>\"><tmpl_var reply.label></a><br>\r\n</tmpl_if>\r\n<tmpl_if canPost>\r\n <a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a><br>\r\n</tmpl_if>\r\n<a href=\"<tmpl_var search.url>\"><tmpl_var search.label></a><br>\r\n<a href=\"<tmpl_var back.url>\"><tmpl_var back.label></a><br>\r\n\r\n</td</tr><tr><td class=\"tableData\">\r\n<tmpl_if image.url>\r\n <img src=\"<tmpl_var image.url>\" border=\"0\"><p/>\r\n</tmpl_if>\r\n<tmpl_var content><p/>\r\n<tmpl_var attachment.box><br/>\r\n\r\n</td></tr></table>\r\n\r\n<tmpl_var replies>','USS/Submission');
INSERT INTO template VALUES (4,'Photo Gallery','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.scratch.search>\r\n <tmpl_var search.form>\r\n</tmpl_if>\r\n\r\n<tmpl_if canPost>\r\n <a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a> &middot;\r\n</tmpl_if>\r\n\r\n\r\n<a href=\"<tmpl_var search.url>\"><tmpl_var search.label></a><p/>\r\n\r\n<table width=\"100%\" cellpadding=2 cellspacing=1 border=0>\r\n<tr>\r\n<tmpl_loop submissions_loop>\r\n\r\n<td align=\"center\" class=\"tableData\">\r\n \r\n <tmpl_if submission.thumbnail>\r\n <a href=\"<tmpl_var submission.url>\"><img src=\"<tmpl_var submission.thumbnail>\" border=\"0\"/></a><br/>\r\n </tmpl_if>\r\n <a href=\"<tmpl_var submission.url>\"><tmpl_var submission.title></a>\r\n <tmpl_if submission.currentUser>\r\n (<tmpl_var submission.status>)\r\n </tmpl_if>\r\n</td>\r\n\r\n<tmpl_if submission.thirdColumn>\r\n </tr><tr>\r\n</tmpl_if>\r\n\r\n</tmpl_loop>\r\n</tr>\r\n</table>\r\n\r\n<tmpl_if multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var previousPage> &middot; <tmpl_var pageList> &middot; <tmpl_var nextPage>\r\n </div>\r\n</tmpl_if>\r\n','USS');
INSERT INTO template VALUES (3,'Weblog','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n\r\n<tmpl_if session.scratch.search>\r\n <tmpl_var search.form>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if canPost>\r\n <a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a> &middot;\r\n</tmpl_if>\r\n\r\n\r\n<a href=\"<tmpl_var search.url>\"><tmpl_var search.label></a>\r\n<p/>\r\n<table width=\"100%\" cellpadding=2 cellspacing=1 border=0>\r\n\r\n<tmpl_loop submissions_loop>\r\n\r\n<tr><td class=\"tableHeader\"><tmpl_var submission.title>\r\n <tmpl_if submission.currentUser>\r\n (<tmpl_var submission.status>)\r\n </tmpl_if>\r\n</td></tr><tr><td class=\"tableData\"><b>\r\n <tmpl_if submission.thumbnail>\r\n <a href=\"<tmpl_var submission.url>\"><img src=\"<tmpl_var submission.thumbnail>\" border=\"0\" align=\"right\"/></a>\r\n </tmpl_if>\r\n <tmpl_var by.label> <a href=\"<tmpl_var submission.userProfile>\"><tmpl_var submission.username></a> - <tmpl_var submission.date></b><br/>\r\n<tmpl_var submission.content>\r\n<p/> ( <a href=\"<tmpl_var submission.url>\"><tmpl_var readmore.label></a>\r\n <tmpl_if submission.responses>\r\n | <tmpl_var submission.responses> <tmpl_var responses.label>\r\n </tmpl_if>\r\n )<p/>\r\n</td></tr>\r\n\r\n</tmpl_loop>\r\n\r\n</table>\r\n\r\n<tmpl_if multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var previousPage> &middot; <tmpl_var nextPage>\r\n </div>\r\n</tmpl_if>\r\n','USS');
INSERT INTO template VALUES (1,'Default Item','<tmpl_if displaytitle>\r\n <tmpl_if linkurl>\r\n <a href=\"<tmpl_var linkurl>\">\r\n </tmpl_if>\r\n <span class=\"itemTitle\"><tmpl_var title></span>\r\n <tmpl_if linkurl>\r\n </a>\r\n </tmpl_if>\r\n</tmpl_if>\r\n\r\n<tmpl_if attachment.name>\r\n <tmpl_if displaytitle> - </tmpl_if>\r\n <a href=\"<tmpl_var attachment.url>\"><img src=\"<tmpl_var attachment.Icon>\" border=\"0\" alt=\"<tmpl_var attachment.name>\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" /></a>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n - <tmpl_var description>\r\n</tmpl_if>','Item');
INSERT INTO template VALUES (2,'Traditional with Thumbnails','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n\r\n<tmpl_if session.scratch.search>\r\n <tmpl_var search.form>\r\n</tmpl_if>\r\n\r\n\r\n<table width=\"100%\" cellpadding=2 cellspacing=1 border=0><tr>\r\n<td align=\"right\" class=\"tableMenu\">\r\n\r\n<tmpl_if canPost>\r\n <a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a> &middot;\r\n</tmpl_if>\r\n\r\n<a href=\"<tmpl_var search.url>\"><tmpl_var search.label></a>\r\n\r\n</td></tr></table>\r\n\r\n<table width=\"100%\" cellspacing=1 cellpadding=2 border=0>\r\n<tr>\r\n<td class=\"tableHeader\"><tmpl_var title.label></td>\r\n<td class=\"tableHeader\"><tmpl_var thumbnail.label></td>\r\n<td class=\"tableHeader\"><tmpl_var date.label></td>\r\n<td class=\"tableHeader\"><tmpl_var by.label></td>\r\n</tr>\r\n\r\n<tmpl_loop submissions_loop>\r\n\r\n<tr>\r\n<td class=\"tableData\">\r\n <a href=\"<tmpl_var submission.URL>\"> <tmpl_var submission.title>\r\n <tmpl_if submission.currentUser>\r\n (<tmpl_var submission.status>)\r\n </tmpl_if>\r\n</td>\r\n <td class=\"tableData\">\r\n <tmpl_if submission.thumbnail>\r\n <a href=\"<tmpl_var submission.url>\"><img src=\"<tmpl_var submission.thumbnail>\" border=\"0\"></a>\r\n </tmpl_if>\r\n </td>\r\n\r\n<td class=\"tableData\"><tmpl_var submission.date></td>\r\n<td class=\"tableData\"><a href=\"<tmpl_var submission.userProfile>\"><tmpl_var submission.username></a></td>\r\n</tr>\r\n\r\n</tmpl_loop>\r\n\r\n</table>\r\n\r\n<tmpl_if multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var previousPage> &middot; <tmpl_var pageList> &middot; <tmpl_var nextPage>\r\n </div>\r\n</tmpl_if>\r\n\r\n','USS');
INSERT INTO template VALUES (1,'Default USS','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.scratch.search>\r\n <tmpl_var search.form>\r\n</tmpl_if>\r\n\r\n<table width=\"100%\" cellpadding=2 cellspacing=1 border=0><tr>\r\n<td align=\"right\" class=\"tableMenu\">\r\n\r\n<tmpl_if canPost>\r\n <a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a> &middot;\r\n</tmpl_if>\r\n\r\n<a href=\"<tmpl_var search.url>\"><tmpl_var search.label></a>\r\n\r\n</td></tr></table>\r\n\r\n<table width=\"100%\" cellspacing=1 cellpadding=2 border=0>\r\n<tr>\r\n<td class=\"tableHeader\"><tmpl_var title.label></td>\r\n<td class=\"tableHeader\"><tmpl_var date.label></td>\r\n<td class=\"tableHeader\"><tmpl_var by.label></td>\r\n</tr>\r\n\r\n<tmpl_loop submissions_loop>\r\n\r\n<tr>\r\n<td class=\"tableData\">\r\n <a href=\"<tmpl_var submission.URL>\"> <tmpl_var submission.title>\r\n <tmpl_if submission.currentUser>\r\n (<tmpl_var submission.status>)\r\n </tmpl_if>\r\n</td>\r\n<td class=\"tableData\"><tmpl_var submission.date></td>\r\n<td class=\"tableData\"><a href=\"<tmpl_var submission.userProfile>\"><tmpl_var submission.username></a></td>\r\n</tr>\r\n\r\n</tmpl_loop>\r\n\r\n</table>\r\n\r\n<tmpl_if multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var previousPage> &middot; <tmpl_var pageList> &middot; <tmpl_var nextPage>\r\n </div>\r\n</tmpl_if>\r\n','USS');
INSERT INTO template VALUES (3,'Left Align Image','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if image.url>\r\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td class=\"content\">\r\n <img src=\"<tmpl_var image.url>\" align=\"left\" border=\"0\">\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if linkurl>\r\n <tmpl_if linktitle>\r\n <p><a href=\"<tmpl_var linkUrl>\"><tmpl_var linkTitle></a>\r\n </tmpl_if>\r\n</tmpl_if>\r\n\r\n<tmpl_var attachment.box>\r\n\r\n<tmpl_if image.url>\r\n </td></tr></table>\r\n</tmpl_if>\r\n\r\n<tmpl_if allowDiscussion>\r\n <p><table width=\"100%\" cellspacing=\"2\" cellpadding=\"1\" border=\"0\">\r\n <tr><td align=\"center\" width=\"50%\" class=\"tableMenu\"><a href=\"<tmpl_var replies.URL>\"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>\r\n <td align=\"center\" width=\"50%\" class=\"tableMenu\"><a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a></td></tr>\r\n </table>\r\n</tmpl_if>\r\n','Article');
INSERT INTO template VALUES (2,'Center Image','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if image.url>\r\n <div align=\"center\"><img src=\"<tmpl_var image.url>\" border=\"0\"></div>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if linkurl>\r\n <tmpl_if linktitle>\r\n <p><a href=\"<tmpl_var linkUrl>\"><tmpl_var linkTitle></a>\r\n </tmpl_if>\r\n</tmpl_if>\r\n\r\n<tmpl_var attachment.box>\r\n\r\n\r\n<tmpl_if allowDiscussion>\r\n <p><table width=\"100%\" cellspacing=\"2\" cellpadding=\"1\" border=\"0\">\r\n <tr><td align=\"center\" width=\"50%\" class=\"tableMenu\"><a href=\"<tmpl_var replies.URL>\"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>\r\n <td align=\"center\" width=\"50%\" class=\"tableMenu\"><a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a></td></tr>\r\n </table>\r\n</tmpl_if>\r\n','Article');
INSERT INTO template VALUES (1,'Default Article','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if image.url>\r\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td class=\"content\">\r\n <img src=\"<tmpl_var image.url>\" align=\"right\" border=\"0\">\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if linkUrl>\r\n <tmpl_if linkTitle>\r\n <p><a href=\"<tmpl_var linkUrl>\"><tmpl_var linkTitle></a>\r\n </tmpl_if>\r\n</tmpl_if>\r\n\r\n<tmpl_var attachment.box>\r\n\r\n<tmpl_if image.url>\r\n </td></tr></table>\r\n</tmpl_if>\r\n\r\n<tmpl_if allowDiscussion>\r\n <p><table width=\"100%\" cellspacing=\"2\" cellpadding=\"1\" border=\"0\">\r\n <tr><td align=\"center\" width=\"50%\" class=\"tableMenu\"><a href=\"<tmpl_var replies.URL>\"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>\r\n <td align=\"center\" width=\"50%\" class=\"tableMenu\"><a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a></td></tr>\r\n </table>\r\n</tmpl_if>\r\n','Article');
INSERT INTO template VALUES (1,'Calendar Month (Big)','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addevent.url>\"><tmpl_var addevent.label></a>\r\n <p/>\r\n</tmpl_if>\r\n\r\n<tmpl_var calendar.big>\r\n\r\n<tmpl_if calendar.multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var calendar.previousPage> &middot; <tmpl_var calendar.pageList> &middot; <tmpl_var calendar.nextPage>\r\n </div>\r\n</tmpl_if>','EventsCalendar');
INSERT INTO template VALUES (2,'Events List','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addevent.url>\"><tmpl_var addevent.label></a>\r\n <p/>\r\n</tmpl_if>\r\n\r\n<tmpl_loop list_loop>\r\n <tmpl_unless list.sameAsPrevious>\r\n <b><tmpl_var list.date></b>\r\n </tmpl_unless>\r\n <blockquote>\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var list.controls>\r\n </tmpl_if>\r\n <i><tmpl_var list.title></i>\r\n <tmpl_if list.description>\r\n - <tmpl_var list.description>\r\n </tmpl_if>\r\n <p/>\r\n </blockquote>\r\n</tmpl_loop>\r\n\r\n<tmpl_if list.multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var list.previousPage> &middot; <tmpl_var list.nextPage>\r\n </div>\r\n</tmpl_if>','EventsCalendar');
INSERT INTO template VALUES (3,'Calendar Month (Small)','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addevent.url>\"><tmpl_var addevent.label></a>\r\n <p/>\r\n</tmpl_if>\r\n\r\n<tmpl_var calendar.small>\r\n\r\n<tmpl_if calendar.multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var calendar.previousPage> &middot; <tmpl_var calendar.nextPage>\r\n </div>\r\n</tmpl_if>','EventsCalendar');
INSERT INTO template VALUES (1,'Default Event','<h1><tmpl_var title></h1>\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\">\r\n<tr>\r\n<td valign=\"top\" class=\"tableHeader\" width=\"100%\">\r\n<b><tmpl_var start.label>:</b> <tmpl_var start.date><br>\r\n<b><tmpl_var end.label>:</b> <tmpl_var end.date><br>\r\n</td><td valign=\"top\" class=\"tableMenu\" nowrap=\"1\">\r\n\r\n<tmpl_if canEdit>\r\n <a href=\"<tmpl_var edit.url>\"><tmpl_var edit.label></a><br>\r\n <a href=\"<tmpl_var delete.url>\"><tmpl_var delete.label></a><br>\r\n</tmpl_if>\r\n\r\n<tmpl_if previous.url>\r\n <a href=\"<tmpl_var previous.url>\"><tmpl_var previous.label></a><br>\r\n</tmpl_if>\r\n\r\n<tmpl_if next.url>\r\n <a href=\"<tmpl_var next.url>\"><tmpl_var next.label></a><br>\r\n</tmpl_if>\r\n\r\n</td></tr>\r\n</table>\r\n<tmpl_var description>','EventsCalendar/Event');
INSERT INTO template VALUES (1,'Default File Manager','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.scratch.search>\r\n <tmpl_var search.form>\r\n</tmpl_if>\r\n<table cellpadding=\"3\" cellspacing=\"1\" border=\"0\" width=\"100%\">\r\n\r\n<tr>\r\n <td colspan=\"3\" align=\"right\" class=\"tableMenu\">\r\n <a href=\"<tmpl_var search.url>\"><tmpl_var search.label></a>\r\n <tmpl_if session.var.adminOn>\r\n &middot; <a href=\"<tmpl_var addfile.url>\"><tmpl_var addfile.label></a>\r\n </tmpl_if>\r\n </td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\"tableHeader\"><a href=\"<tmpl_var titleColumn.url>\"><tmpl_var titleColumn.label></a></td>\r\n <td class=\"tableHeader\"><a href=\"<tmpl_var descriptionColumn.url>\"><tmpl_var descriptionColumn.label></a></td>\r\n <td class=\"tableHeader\"><a href=\"<tmpl_var dateColumn.url>\"><tmpl_var dateColumn.label></a></td>\r\n</tr>\r\n\r\n<tmpl_loop file_loop>\r\n <tmpl_if file.canView>\r\n <tr>\r\n <td class=\"tableData\" valign=\"top\">\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var file.controls>\r\n </tmpl_if>\r\n <a href=\"<tmpl_var file.version1.url>\"><tmpl_var file.title></a>\r\n &nbsp;&middot;&nbsp;\r\n <a href=\"<tmpl_var file.version1.url\">\"><img src=\"<tmpl_var file.version1.icon>\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" /><tmpl_var file.version1.type>/<tmpl_var file.version1.size></a>\r\n <tmpl_if file.version2.name>\r\n &nbsp;&middot;&nbsp;\r\n <a href=\"<tmpl_var file.version2.url\">\"><img src=\"<tmpl_var file.version2.icon>\" border=0 width=\"16\" height=\"16\" align=\"middle\" /><tmpl_var file.version2.type>/<tmpl_var file.version2.size></a>\r\n </tmpl_if>\r\n <tmpl_if file.version3.name>\r\n &nbsp;&middot;&nbsp;\r\n <a href=\"<tmpl_var file.version3.url\">\"><img src=\"<tmpl_var file.version3.icon>\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" /><tmpl_var file.version3.type>/<tmpl_var file.version3.size></a>\r\n </tmpl_if>\r\n </td>\r\n <td class=\"tableData\" valign=\"top\">\r\n <tmpl_var file.description>\r\n </td>\r\n <td class=\"tableData\" valign=\"top\">\r\n <tmpl_var file.date>\r\n </td>\r\n </tr>\r\n </tmpl_if>\r\n</tmpl_loop>\r\n\r\n<tmpl_if noresults>\r\n <tr><td class=\"tableData\" colspan=\"3\"><tmpl_var noresults.message></td></tr>\r\n</tmpl_if>\r\n\r\n</table>\r\n\r\n<tmpl_if multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var previousPage> &middot; <tmpl_var pageList> &middot; <tmpl_var nextPage>\r\n </div>\r\n</tmpl_if>','FileManager');
INSERT INTO template VALUES (2,'List with Thumbnails','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.scratch.search>\r\n <tmpl_var search.form>\r\n</tmpl_if>\r\n<table cellpadding=\"3\" cellspacing=\"1\" border=\"0\" width=\"100%\">\r\n\r\n<tr>\r\n <td colspan=\"3\" align=\"right\" class=\"tableMenu\">\r\n <a href=\"<tmpl_var search.url>\"><tmpl_var search.label></a>\r\n <tmpl_if session.var.adminOn>\r\n &middot; <a href=\"<tmpl_var addfile.url>\"><tmpl_var addfile.label></a>\r\n </tmpl_if>\r\n </td>\r\n</tr>\r\n\r\n<tr>\r\n <td class=\"tableHeader\"><a href=\"<tmpl_var titleColumn.url>\"><tmpl_var titleColumn.label></a></td>\r\n <td class=\"tableHeader\"><a href=\"<tmpl_var descriptionColumn.url>\"><tmpl_var descriptionColumn.label></a></td>\r\n <td class=\"tableHeader\"><a href=\"<tmpl_var dateColumn.url>\"><tmpl_var dateColumn.label></a></td>\r\n</tr>\r\n\r\n<tmpl_loop file_loop>\r\n <tmpl_if file.canView>\r\n <tr>\r\n <td class=\"tableData\" valign=\"top\">\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var file.controls>\r\n </tmpl_if>\r\n <a href=\"<tmpl_var file.version1.url>\"><tmpl_var file.title></a>\r\n &nbsp;&middot;&nbsp;\r\n <a href=\"<tmpl_var file.version1.url\">\"><img src=\"<tmpl_var file.version1.icon>\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" /><tmpl_var file.version1.type>/<tmpl_var file.version1.size></a>\r\n <tmpl_if file.version2.name>\r\n &nbsp;&middot;&nbsp;\r\n <a href=\"<tmpl_var file.version2.url\">\"><img src=\"<tmpl_var file.version2.icon>\" border=0 width=\"16\" height=\"16\" align=\"middle\" /><tmpl_var file.version2.type>/<tmpl_var file.version2.size></a>\r\n </tmpl_if>\r\n <tmpl_if file.version3.name>\r\n &nbsp;&middot;&nbsp;\r\n <a href=\"<tmpl_var file.version3.url\">\"><img src=\"<tmpl_var file.version3.icon>\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" /><tmpl_var file.version3.type>/<tmpl_var file.version3.size></a>\r\n </tmpl_if>\r\n </td>\r\n <td class=\"tableData\" valign=\"top\">\r\n <tmpl_if file.version1.isImage>\r\n <img src=\"<tmpl_var file.version1.thumbnail>\" border=0 align=\"middle\" hspace=\"3\">\r\n </tmpl_if>\r\n <tmpl_var file.description>\r\n </td>\r\n <td class=\"tableData\" valign=\"top\">\r\n <tmpl_var file.date>\r\n </td>\r\n </tr>\r\n </tmpl_if>\r\n</tmpl_loop>\r\n\r\n<tmpl_if noresults>\r\n <tr><td class=\"tableData\" colspan=\"3\"><tmpl_var noresults.message></td></tr>\r\n</tmpl_if>\r\n\r\n</table>\r\n\r\n<tmpl_if multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var previousPage> &middot; <tmpl_var pageList> &middot; <tmpl_var nextPage>\r\n </div>\r\n</tmpl_if>','FileManager');
INSERT INTO template VALUES (4,'Linked Image with Caption','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if image.url>\r\n <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td class=\"content\">\r\n <table align=\"right\"><tr><td align=\"center\">\r\n <tmpl_if linkUrl>\r\n <a href=\"<tmpl_var linkUrl>\">\r\n <img src=\"<tmpl_var image.url>\" border=\"0\">\r\n <br /><tmpl_var linkTitle></a>\r\n <tmpl_else>\r\n <img src=\"<tmpl_var image.url>\" border=\"0\">\r\n <br /> <tmpl_var linkTitle>\r\n </tmpl_if>\r\n </td></tr></table>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n\r\n<tmpl_var attachment.box>\r\n\r\n<tmpl_if image.url>\r\n </td></tr></table>\r\n</tmpl_if>\r\n\r\n<tmpl_if allowDiscussion>\r\n <p><table width=\"100%\" cellspacing=\"2\" cellpadding=\"1\" border=\"0\">\r\n <tr><td align=\"center\" width=\"50%\" class=\"tableMenu\"><a href=\"<tmpl_var replies.URL>\"><tmpl_var replies.label> (<tmpl_var replies.count>)</a></td>\r\n <td align=\"center\" width=\"50%\" class=\"tableMenu\"><a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a></td></tr>\r\n </table>\r\n</tmpl_if>\r\n','Article');
INSERT INTO template VALUES (3,'Topics','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p />\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addquestion.url>\"><tmpl_var addquestion.label></a><p />\r\n</tmpl_if>\r\n\r\n\r\n<tmpl_loop qa_loop>\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var qa.controls>\r\n </tmpl_if>\r\n <h2><tmpl_var qa.question></h2>\r\n <tmpl_var qa.answer>\r\n <p/>\r\n</tmpl_loop>\r\n\r\n','FAQ');
INSERT INTO template VALUES (1,'Default Message Board','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<table width=\"100%\" cellpadding=2 cellspacing=1 border=0>\r\n<tr>\r\n <td align=\"right\" valign=\"bottom\" class=\"tableMenu\">\r\n <tmpl_if canPost>\r\n <a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a> &middot;\r\n </tmpl_if>\r\n <a href=\"<tmpl_var search.url>\"><tmpl_var search.label></a>\r\n </td></tr></table>\r\n\r\n <table border=0 cellpadding=2 cellspacing=1 width=\"100%\">\r\n <tr>\r\n <td class=\"tableHeader\"><tmpl_var subject.label></td>\r\n <td class=\"tableHeader\"><tmpl_var user.label></td>\r\n <td class=\"tableHeader\"><tmpl_var date.label></td>\r\n <td class=\"tableHeader\"><tmpl_var views.label></td>\r\n <td class=\"tableHeader\"><tmpl_var replies.label></td>\r\n <td class=\"tableHeader\"><tmpl_var last.label></td>\r\n </tr>\r\n\r\n<tmpl_loop message_loop>\r\n <tr><td class=\"tableData\">\r\n <a href=\"<tmpl_var message.url>\"><tmpl_var message.subject></a>\r\n <tmpl_if message.currentUser>\r\n (<tmpl_var message.status>)\r\n </tmpl_if> \r\n </td>\r\n <td class=\"tableData\"><a href=\"<tmpl_var message.userProfile>\"><tmpl_var message.username></a></td>\r\n <td class=\"tableData\"><tmpl_var message.date></td>\r\n <td class=\"tableData\"><tmpl_var message.views></td>\r\n <td class=\"tableData\"><tmpl_var message.replies></td>\r\n <td class=\"tableData\">\r\n <span style=\"font-size: 8pt;\">\r\n <a href=\"<tmpl_var last.url>\"><tmpl_var last.subject></a>\r\n @ <tmpl_var last.date> \r\n by <a href=\"<tmpl_var last.userProfile>\"><tmpl_var last.username></a>\r\n </span>\r\n </td>\r\n </tr>\r\n</tmpl_loop>\r\n</table>\r\n\r\n\r\n<tmpl_if multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var previousPage> &middot; <tmpl_var pageList> &middot; <tmpl_var nextPage>\r\n </div>\r\n</tmpl_if>\r\n\r\n','MessageBoard');
INSERT INTO template VALUES (1,'Default Link List','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addlink.url>\"><tmpl_var addlink.label></a><p />\r\n</tmpl_if>\r\n\r\n<tmpl_loop link_loop>\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var link.controls>\r\n </tmpl_if>\r\n &middot;\r\n <a href=\"<tmpl_var link.url>\"\r\n <tmpl_if link.newwindow>\r\n target=\"_blank\"\r\n </tmpl_if>\r\n ><span class=\"linkTitle\"><tmpl_var link.name></span></a>\r\n\r\n <tmpl_if link.description>\r\n - <tmpl_var link.description>\r\n </tmpl_if>\r\n <br/>\r\n</tmpl_loop>\r\n','LinkList');
INSERT INTO template VALUES (2,'Unordered List','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addlink.url>\"><tmpl_var addlink.label></a><p />\r\n</tmpl_if>\r\n\r\n<ul>\r\n<tmpl_loop link_loop>\r\n<li>\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var link.controls>\r\n </tmpl_if>\r\n \r\n <a href=\"<tmpl_var link.url>\"\r\n <tmpl_if link.newwindow>\r\n target=\"_blank\"\r\n </tmpl_if>\r\n ><span class=\"linkTitle\"><tmpl_var link.name></span></a>\r\n\r\n <tmpl_if link.description>\r\n - <tmpl_var link.description>\r\n </tmpl_if>\r\n </li>\r\n</tmpl_loop>\r\n</u>','LinkList');
INSERT INTO template VALUES (3,'Ordered List','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addlink.url>\"><tmpl_var addlink.label></a><p />\r\n</tmpl_if>\r\n\r\n<ol>\r\n<tmpl_loop link_loop>\r\n <li>\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var link.controls>\r\n </tmpl_if>\r\n\r\n <a href=\"<tmpl_var link.url>\"\r\n <tmpl_if link.newwindow>\r\n target=\"_blank\"\r\n </tmpl_if>\r\n ><span class=\"linkTitle\"><tmpl_var link.name></span></a>\r\n\r\n <tmpl_if link.description>\r\n - <tmpl_var link.description>\r\n </tmpl_if>\r\n </li>\r\n</tmpl_loop>\r\n</ol>','LinkList');
INSERT INTO template VALUES (4,'Descriptive','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if session.var.adminOn>\r\n <a href=\"<tmpl_var addlink.url>\"><tmpl_var addlink.label></a><p />\r\n</tmpl_if>\r\n\r\n<tmpl_loop link_loop>\r\n <tmpl_if session.var.adminOn>\r\n <tmpl_var link.controls> <br />\r\n </tmpl_if>\r\n\r\n <a href=\"<tmpl_var link.url>\"\r\n <tmpl_if link.newwindow>\r\n target=\"_blank\"\r\n </tmpl_if>\r\n ><span class=\"linkTitle\"><tmpl_var link.name></span></a>\r\n\r\n <tmpl_if link.description>\r\n - <tmpl_var link.description>\r\n </tmpl_if>\r\n <p />\r\n</tmpl_loop>\r\n','LinkList');
INSERT INTO template VALUES (1,'Default Site Map','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_loop page_loop>\r\n <tmpl_var page.indent>&middot;<a href=\"<tmpl_var page.url>\"><tmpl_var page.title></a><br/>\r\n</tmpl_loop>','SiteMap');
INSERT INTO template VALUES (2,'Descriptive Site Map','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_loop page_loop>\r\n <tmpl_var page.indent><a href=\"<tmpl_var page.url>\"><tmpl_var page.title></a> \r\n <tmpl_if page.synopsis>\r\n - <tmpl_var page.synopsis>\r\n </tmpl_if>\r\n <p/>\r\n</tmpl_loop>','SiteMap');
INSERT INTO template VALUES (6,'Guest Book','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_if canPost>\r\n <a href=\"<tmpl_var post.url>\"><tmpl_var post.label></a> <p/>\r\n</tmpl_if>\r\n\r\n\r\n<tmpl_loop submissions_loop>\r\n\r\n<tmpl_if __odd__>\r\n<div class=\"highlight\">\r\n</tmpl_if>\r\n\r\n<b>On <tmpl_var submission.date> <a href=\"<tmpl_var submission.userProfile>\"><tmpl_var submission.username></a> from <a href=\"<tmpl_var submission.url>\">the <tmpl_var submission.title> department</a> wrote</b>, <i><tmpl_var submission.content></i>\r\n\r\n<tmpl_if __odd__>\r\n</div >\r\n</tmpl_if>\r\n\r\n<p/>\r\n\r\n</tmpl_loop>\r\n\r\n<tmpl_if multiplePages>\r\n <div class=\"pagination\">\r\n <tmpl_var previousPage> <20> <tmpl_var nextPage>\r\n </div>\r\n</tmpl_if>\r\n','USS');
--
-- Table structure for table 'userLoginLog'
--
CREATE TABLE userLoginLog (
userId int(11) default NULL,
status varchar(30) default NULL,
timeStamp int(11) default NULL,
ipAddress varchar(128) default NULL,
userAgent text
) TYPE=MyISAM;
--
-- Dumping data for table 'userLoginLog'
--
--
-- Table structure for table 'userProfileCategory'
--
CREATE TABLE userProfileCategory (
profileCategoryId int(11) NOT NULL default '0',
categoryName varchar(255) default NULL,
sequenceNumber int(11) NOT NULL default '1',
PRIMARY KEY (profileCategoryId)
) TYPE=MyISAM;
--
-- Dumping data for table 'userProfileCategory'
--
INSERT INTO userProfileCategory VALUES (1,'WebGUI::International::get(449,\"WebGUI\");',6);
INSERT INTO userProfileCategory VALUES (2,'WebGUI::International::get(440,\"WebGUI\");',2);
INSERT INTO userProfileCategory VALUES (3,'WebGUI::International::get(439,\"WebGUI\");',1);
INSERT INTO userProfileCategory VALUES (4,'WebGUI::International::get(445,\"WebGUI\");',7);
INSERT INTO userProfileCategory VALUES (5,'WebGUI::International::get(443,\"WebGUI\");',3);
INSERT INTO userProfileCategory VALUES (6,'WebGUI::International::get(442,\"WebGUI\");',4);
INSERT INTO userProfileCategory VALUES (7,'WebGUI::International::get(444,\"WebGUI\");',5);
--
-- Table structure for table 'userProfileData'
--
CREATE TABLE userProfileData (
userId int(11) NOT NULL default '0',
fieldName varchar(128) NOT NULL default '',
fieldData text,
PRIMARY KEY (userId,fieldName)
) TYPE=MyISAM;
--
-- Dumping data for table 'userProfileData'
--
INSERT INTO userProfileData VALUES (1,'language','1');
INSERT INTO userProfileData VALUES (3,'language','1');
INSERT INTO userProfileData VALUES (3,'uiLevel','9');
--
-- Table structure for table 'userProfileField'
--
CREATE TABLE userProfileField (
fieldName varchar(128) NOT NULL default '',
fieldLabel varchar(255) default NULL,
visible int(11) NOT NULL default '0',
required int(11) NOT NULL default '0',
dataType varchar(128) NOT NULL default 'text',
dataValues text,
dataDefault text,
sequenceNumber int(11) NOT NULL default '1',
profileCategoryId int(11) NOT NULL default '1',
protected int(11) NOT NULL default '0',
PRIMARY KEY (fieldName)
) TYPE=MyISAM;
--
-- Dumping data for table 'userProfileField'
--
INSERT INTO userProfileField VALUES ('email','WebGUI::International::get(56,\"WebGUI\");',1,1,'email',NULL,NULL,1,2,1);
INSERT INTO userProfileField VALUES ('firstName','WebGUI::International::get(314,\"WebGUI\");',1,0,'text',NULL,NULL,1,3,1);
INSERT INTO userProfileField VALUES ('middleName','WebGUI::International::get(315,\"WebGUI\");',1,0,'text',NULL,NULL,2,3,1);
INSERT INTO userProfileField VALUES ('lastName','WebGUI::International::get(316,\"WebGUI\");',1,0,'text',NULL,NULL,3,3,1);
INSERT INTO userProfileField VALUES ('icq','WebGUI::International::get(317,\"WebGUI\");',1,0,'text',NULL,NULL,2,2,1);
INSERT INTO userProfileField VALUES ('aim','WebGUI::International::get(318,\"WebGUI\");',1,0,'text',NULL,NULL,3,2,1);
INSERT INTO userProfileField VALUES ('msnIM','WebGUI::International::get(319,\"WebGUI\");',1,0,'text',NULL,NULL,4,2,1);
INSERT INTO userProfileField VALUES ('yahooIM','WebGUI::International::get(320,\"WebGUI\");',1,0,'text',NULL,NULL,5,2,1);
INSERT INTO userProfileField VALUES ('cellPhone','WebGUI::International::get(321,\"WebGUI\");',1,0,'phone',NULL,NULL,6,2,1);
INSERT INTO userProfileField VALUES ('pager','WebGUI::International::get(322,\"WebGUI\");',1,0,'phone',NULL,NULL,7,2,1);
INSERT INTO userProfileField VALUES ('emailToPager','WebGUI::International::get(441,\"WebGUI\");',1,0,'email',NULL,NULL,8,2,1);
INSERT INTO userProfileField VALUES ('language','WebGUI::International::get(304,\"WebGUI\");',1,0,'select','WebGUI::International::getLanguages()','[1]',1,4,1);
INSERT INTO userProfileField VALUES ('homeAddress','WebGUI::International::get(323,\"WebGUI\");',1,0,'text',NULL,NULL,1,5,1);
INSERT INTO userProfileField VALUES ('homeCity','WebGUI::International::get(324,\"WebGUI\");',1,0,'text',NULL,NULL,2,5,1);
INSERT INTO userProfileField VALUES ('homeState','WebGUI::International::get(325,\"WebGUI\");',1,0,'text',NULL,NULL,3,5,1);
INSERT INTO userProfileField VALUES ('homeZip','WebGUI::International::get(326,\"WebGUI\");',1,0,'zipcode',NULL,NULL,4,5,1);
INSERT INTO userProfileField VALUES ('homeCountry','WebGUI::International::get(327,\"WebGUI\");',1,0,'text',NULL,NULL,5,5,1);
INSERT INTO userProfileField VALUES ('homePhone','WebGUI::International::get(328,\"WebGUI\");',1,0,'phone',NULL,NULL,6,5,1);
INSERT INTO userProfileField VALUES ('workAddress','WebGUI::International::get(329,\"WebGUI\");',1,0,'text',NULL,NULL,2,6,1);
INSERT INTO userProfileField VALUES ('workCity','WebGUI::International::get(330,\"WebGUI\");',1,0,'text',NULL,NULL,3,6,1);
INSERT INTO userProfileField VALUES ('workState','WebGUI::International::get(331,\"WebGUI\");',1,0,'text',NULL,NULL,4,6,1);
INSERT INTO userProfileField VALUES ('workZip','WebGUI::International::get(332,\"WebGUI\");',1,0,'zipcode',NULL,NULL,5,6,1);
INSERT INTO userProfileField VALUES ('workCountry','WebGUI::International::get(333,\"WebGUI\");',1,0,'text',NULL,NULL,6,6,1);
INSERT INTO userProfileField VALUES ('workPhone','WebGUI::International::get(334,\"WebGUI\");',1,0,'phone',NULL,NULL,7,6,1);
INSERT INTO userProfileField VALUES ('gender','WebGUI::International::get(335,\"WebGUI\");',1,0,'select','{\r\n \'neuter\'=>WebGUI::International::get(403),\r\n \'male\'=>WebGUI::International::get(339),\r\n \'female\'=>WebGUI::International::get(340)\r\n}','[\'neuter\']',1,7,1);
INSERT INTO userProfileField VALUES ('birthdate','WebGUI::International::get(336,\"WebGUI\");',1,0,'text',NULL,NULL,2,7,1);
INSERT INTO userProfileField VALUES ('homeURL','WebGUI::International::get(337,\"WebGUI\");',1,0,'url',NULL,NULL,7,5,1);
INSERT INTO userProfileField VALUES ('workURL','WebGUI::International::get(446,\"WebGUI\");',1,0,'url',NULL,NULL,8,6,1);
INSERT INTO userProfileField VALUES ('workName','WebGUI::International::get(450,\"WebGUI\");',1,0,'text',NULL,NULL,1,6,1);
INSERT INTO userProfileField VALUES ('timeOffset','WebGUI::International::get(460,\"WebGUI\");',1,0,'text',NULL,'\'0\'',3,4,1);
INSERT INTO userProfileField VALUES ('dateFormat','WebGUI::International::get(461,\"WebGUI\");',1,0,'select','{\r\n \'%M/%D/%y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%M/%D/%y\"),\r\n \'%y-%m-%d\'=>WebGUI::DateTime::epochToHuman(\"\",\"%y-%m-%d\"),\r\n \'%D-%c-%y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%D-%c-%y\"),\r\n \'%c %D, %y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%c %D, %y\")\r\n}\r\n','[\'%M/%D/%y\']',4,4,1);
INSERT INTO userProfileField VALUES ('timeFormat','WebGUI::International::get(462,\"WebGUI\");',1,0,'select','{\r\n \'%H:%n %p\'=>WebGUI::DateTime::epochToHuman(\"\",\"%H:%n %p\"),\r\n \'%H:%n:%s %p\'=>WebGUI::DateTime::epochToHuman(\"\",\"%H:%n:%s %p\"),\r\n \'%j:%n\'=>WebGUI::DateTime::epochToHuman(\"\",\"%j:%n\"),\r\n \'%j:%n:%s\'=>WebGUI::DateTime::epochToHuman(\"\",\"%j:%n:%s\")\r\n}\r\n','[\'%H:%n %p\']',5,4,1);
INSERT INTO userProfileField VALUES ('discussionLayout','WebGUI::International::get(509)',1,0,'select','{\r\n threaded=>WebGUI::International::get(511),\r\n flat=>WebGUI::International::get(510)\r\n}','[\'threaded\']',6,4,0);
INSERT INTO userProfileField VALUES ('INBOXNotifications','WebGUI::International::get(518)',1,0,'select','{ \r\n none=>WebGUI::International::get(519),\r\n email=>WebGUI::International::get(520),\r\n emailToPager=>WebGUI::International::get(521),\r\n icq=>WebGUI::International::get(522)\r\n}','[\'email\']',7,4,0);
INSERT INTO userProfileField VALUES ('firstDayOfWeek','WebGUI::International::get(699,\"WebGUI\");',1,0,'select','{0=>WebGUI::International::get(27,\"WebGUI\"),1=>WebGUI::International::get(28,\"WebGUI\")}','[0]',3,4,1);
INSERT INTO userProfileField VALUES ('uiLevel','WebGUI::International::get(739,\"WebGUI\");',0,0,'select','{\r\n0=>WebGUI::International::get(729,\"WebGUI\"),\r\n1=>WebGUI::International::get(730,\"WebGUI\"),\r\n2=>WebGUI::International::get(731,\"WebGUI\"),\r\n3=>WebGUI::International::get(732,\"WebGUI\"),\r\n4=>WebGUI::International::get(733,\"WebGUI\"),\r\n5=>WebGUI::International::get(734,\"WebGUI\"),\r\n6=>WebGUI::International::get(735,\"WebGUI\"),\r\n7=>WebGUI::International::get(736,\"WebGUI\"),\r\n8=>WebGUI::International::get(737,\"WebGUI\"),\r\n9=>WebGUI::International::get(738,\"WebGUI\")\r\n}','[5]',8,4,1);
--
-- Table structure for table 'userSession'
--
CREATE TABLE userSession (
sessionId varchar(60) NOT NULL default '',
expires int(11) default NULL,
lastPageView int(11) default NULL,
adminOn int(11) NOT NULL default '0',
lastIP varchar(50) default NULL,
userId int(11) default NULL,
PRIMARY KEY (sessionId)
) TYPE=MyISAM;
--
-- Dumping data for table 'userSession'
--
--
-- Table structure for table 'userSessionScratch'
--
CREATE TABLE userSessionScratch (
sessionId varchar(60) default NULL,
name varchar(255) default NULL,
value varchar(255) default NULL
) TYPE=MyISAM;
--
-- Dumping data for table 'userSessionScratch'
--
--
-- Table structure for table 'users'
--
CREATE TABLE users (
userId int(11) NOT NULL default '0',
username varchar(35) default NULL,
authMethod varchar(30) NOT NULL default 'WebGUI',
dateCreated int(11) NOT NULL default '1019867418',
lastUpdated int(11) NOT NULL default '1019867418',
karma int(11) NOT NULL default '0',
status enum('Active','Deactivated','Selfdestructed') NOT NULL default 'Active',
PRIMARY KEY (userId)
) TYPE=MyISAM;
--
-- Dumping data for table 'users'
--
INSERT INTO users VALUES (1,'Visitor','WebGUI',1019867418,1019867418,0,'Active');
INSERT INTO users VALUES (3,'Admin','WebGUI',1019867418,1019935552,0,'Active');
--
-- Table structure for table 'webguiVersion'
--
CREATE TABLE webguiVersion (
webguiVersion varchar(10) default NULL,
versionType varchar(30) default NULL,
dateApplied int(11) default NULL
) TYPE=MyISAM;
--
-- Dumping data for table 'webguiVersion'
--
INSERT INTO webguiVersion VALUES ('4.9.1','initial install',unix_timestamp());
--
-- Table structure for table 'wobject'
--
CREATE TABLE wobject (
wobjectId int(11) NOT NULL default '0',
pageId int(11) default NULL,
namespace varchar(35) default NULL,
sequenceNumber int(11) NOT NULL default '1',
title varchar(255) default NULL,
displayTitle int(11) NOT NULL default '1',
description mediumtext,
processMacros int(11) NOT NULL default '0',
dateAdded int(11) default NULL,
addedBy int(11) default NULL,
lastEdited int(11) default NULL,
editedBy int(11) default NULL,
templatePosition int(11) NOT NULL default '0',
startDate int(11) default NULL,
endDate int(11) default NULL,
groupToPost int(11) NOT NULL default '2',
editTimeout int(11) NOT NULL default '1',
groupToModerate int(11) NOT NULL default '4',
karmaPerPost int(11) NOT NULL default '0',
moderationType varchar(30) NOT NULL default 'after',
userDefined1 varchar(255) default NULL,
userDefined2 varchar(255) default NULL,
userDefined3 varchar(255) default NULL,
userDefined4 varchar(255) default NULL,
userDefined5 varchar(255) default NULL,
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'wobject'
--
INSERT INTO wobject VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you were looking for could not be found on this system. Perhaps it has been deleted or renamed. The following list is a site map of this site. If you don\'t find what you\'re looking for on the site map, you can always start from the <a href=\"^/;\">Home Page</a>.',1,1001744792,3,1016077239,3,1,1001744792,1336444487,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL);
INSERT INTO wobject VALUES (-4,-2,'Article',1,'Who is using WebGUI?',1,'<b>Large Corporations</b><br />\nCorporations need powerful web platforms to support hundreds and thousands of users. These platforms must be reliable, secure, and provide content at blazing fast speeds. \n<div align=\"center\">[ <a href=\"http://www.adobe.com\">Adobe Systems</a> | <a href=\"http://www.mercurymarine.com\">Mercury Marine</a> | <a href=\"http://quintiles.com\">Quintiles</a> ]</div>\n \n<p /> \n\n<b>Small Businesses</b><br />\nNeed a sure fire way to overcome your competition? How about a dynamic web presence that will allow you to easily integrate E-Commerce, account profiles, and much more? \n<div align=\"center\">[ <a href=\"http://www.oliverecords.com\">Olive Records</a> | <a href=\"http://www.centraltile.net\">Central Tile</a> | <a href=\"http://mansfieldbankonline.com/\">Mansfield Bank</a> ]</div>\n \n<p /> \n\n<b>Non-Profit Organizations</b><br />\nMany non-profit organizations do not have a large budget, but need a web solution to distribute content and manage membership. \n<div align=\"center\">[ <a href=\"http://www.donorware.com\">DonorWare</a> | <a href=\"http://www.openserve.org/\">OpenServe</a> | <a href=\"http://www.kernel-panic.org\">KPLUG</a> ]</div>\n\n<p /> \n\n<b>Educational Institutions</b><br />\nSchools and universities are continuously integrating online resources into their daily operations. \n<div align=\"center\">[ <a href=\"http://www.troy30c.org\">Troy School District</a> | <a href=\"http://cubby.chs.chico.k12.ca.us\">Chico High School</a> | <a href=\"http://geography.stbedescollege.net/\">St. Bede\'s College</a> ]</div>\n \n<p /> \n\n<b>Government Institutions</b><br />\nGovernment institutions need a secure and reliable way of storing and communicating important information. Many government and quasi-government organizations are using WebGUI already; including a few that are so secure that we\'d have to kill you if we told you who they are. =) \n\n<div align=\"center\">[ <a href=\"http://doacs.state.fl.us/\">Florida Department of Agriculture</a> | <a href=\"http://www.euromeeting.org/\">Euro Meeting</a> | A Secret Federal Agency ]</div>\n\n<br />\n<p />\n\nThere are literally hundreds of <a href=\"http://www.plainblack.com/examples\">sites using</a> WebGUI. You could be next.\n',0,1038221932,3,1038222654,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL);
INSERT INTO wobject VALUES (-3,1,'Article',1,'Article',0,'<div align=\"center\">\n<a href=\"^/;getting_started\"><img src=\"^Extras;styles/webgui5/promotion.gif\" border=\"0\" /></a>\n</div>',1,1038219356,3,1038219356,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL);
INSERT INTO wobject VALUES (-2,-1,'Article',1,'Welcome to WebGUI!',1,'If you\'re reading this message it means that you\'ve got WebGUI up and running. Good job! The installation is not trivial.\n\n<p/>\n \nIn order to do anything useful with your new installation you\'ll need to log in as the default administrator account. Follow these steps to get started:\n\n<p/>\n\n<ol>\n<li><a href=\"^a(linkonly);\">Click here to log in.</a> (username: Admin password: 123qwe)\n<li><a href=\"^\\;?op=switchOnAdmin\">Click here to turn the administrative interface on.</a>\n</ol>\n\n<p/>\n\nNow that you\'re in as the administrator, you should <a href=\"^a(linkonly);\">change your password</a> so no one else can log in and mess with your site. You might also want to <a href=\"^\\;?op=listUsers\">create another account</a> for yourself with Administrative privileges in case you can\'t log in with the Admin account for some reason.\n\n<p/>\n \nYou\'ll notice three menus at the top of your screen. Those are your administrative menus. Going from left to right they are Content, Clipboard, and Admin. The content menu allows you to add new pages and content to your site. The clipboard menu is currently empty, but if you cut or copy anything from any of your pages, it will end up there. The admin menu controls things like system settings and users.\n\n<p/>\n\nFor more information about how to administer <a href=\"http://www.plainblack.com/webgui\">WebGUI</a> consider getting a copy of <a href=\"http://www.plainblack.com/ruling_webgui\">Ruling WebGUI</a>. <a href=\"http://www.plainblack.com\">Plain Black Software</a> also provides several <a href=\"http://www.plainblack.com/support_programs\">Support Programs</a> for WebGUI if you run into trouble.\n\n<p/>\n \nEnjoy your new WebGUI site!',1,1023555430,3,1038220053,3,1,1023537600,1338897600,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL);
INSERT INTO wobject VALUES (-5,-3,'Article',1,'What should you do next?',1,'To learn more about WebGUI and how you can best implement WebGUI in your organization, please see the choices below.\n\n<p />\n \n<a href=\"http://www.plainblack.com\">Talk to the Experts</a><br />\nOur website contains all of the different methods for reaching us. Our friendly staff will be happy to assist you in any way possible.\n \n<p />\n\n<a href=\"http://plainblack.com/presentation_cd\">Request an Interactive Product Demonstration CD</a><br />\nThis CD shows all of the excellent features that WebGUI provides and gives you a brief overview of the product. It also provides examples of how the product works and how it can be used in your environment.\n \n<p />\n\n<a href=\"http://www.plainblack.com/ruling_webgui\">Purchase the Manual for WebGUI</a><br />\n<i>Ruling WebGUI</i> is the definitive guide to everything WebGUI related. It has been compiled by the experts at Plain Black Software and covers almost all aspects of WebGUI. When you purchase Ruling WebGUI, you will receive updates to this great manual for one full year.\n \n<p />\n\n<a href=\"http://www.plainblack.com/support_programs\">Purchase Technical Support</a><br />\nThe WebGUI Support Center is there to help you when you get stuck. With a system as large as WebGUI, you\'ll likely have some questions, and our courteous and knowlegable staff is available to answer those questions. And best of all, you get <i>Ruling WebGUI</i> free when you sign up for the Support Center.\n \n<p />\n\n<a href=\"http://www.plainblack.com/hosting\">Sign Up for Plain Black Hosting</a><br />\nWe provide professional hosting services for you so you don\'t have to go through the trouble of finding a hoster who likely won\'t know what to do with WebGUI anyway.\n',0,1038244102,3,1038705736,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL);