-- 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',
templateId int(11) NOT NULL default '1',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'Article'
--
INSERT INTO Article VALUES (-2,NULL,'','','',0,1);
INSERT INTO Article VALUES (-3,NULL,'','',NULL,0,1);
INSERT INTO Article VALUES (-4,NULL,'','',NULL,0,1);
INSERT INTO Article VALUES (-5,NULL,'','',NULL,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_recurringId int(11) NOT NULL default '0',
PRIMARY KEY (EventsCalendar_eventId),
KEY EventsCalendar1 (wobjectId,endDate,startDate)
) 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 'HttpProxy'
--
CREATE TABLE HttpProxy (
wobjectId int(11) NOT NULL default '0',
ProxiedUrl varchar(255) default NULL,
timeout int(11) default NULL,
removeStyle int(11) default NULL,
filterHtml varchar(30) default NULL,
followExternal int(11) default NULL,
followRedirect int(11) default NULL,
cookiebox varchar(30) default NULL,
cacheHttp int(11) default '0',
useCache int(11) default '0',
debug int(11) default '0',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
--
-- Dumping data for table 'HttpProxy'
--
--
-- 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,
width int(11) default NULL,
validation varchar(255) NOT NULL default 'none',
subtext mediumtext,
rows int(11) default NULL,
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) NOT NULL default '0',
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,1,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',
gotoQuestion 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,
templateId int(11) NOT NULL default '1',
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',
karmaPerSubmission int(11) NOT NULL default '0',
templateId int(11) NOT NULL default '1',
submissionTemplateId int(11) NOT NULL default '1',
filterContent varchar(30) NOT NULL default 'javascript',
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(11) NOT NULL default '50',
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 'discussionSubscription'
--
CREATE TABLE discussionSubscription (
threadId int(11) NOT NULL default '0',
userId int(11) NOT NULL default '0',
PRIMARY KEY (threadId,userId)
) TYPE=MyISAM;
--
-- Dumping data for table 'discussionSubscription'
--
--
-- 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,
expireOffset int(11) NOT NULL default '314496000',
karmaThreshold int(11) NOT NULL default '1000000000',
ipFilter text,
dateCreated int(11) NOT NULL default '997938000',
lastUpdated int(11) NOT NULL default '997938000',
deleteOffset int(11) NOT NULL default '14',
expireNotifyOffset int(11) NOT NULL default '-14',
expireNotifyMessage text,
expireNotify int(11) NOT NULL default '0',
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,NULL,997938000,997938000,14,-14,NULL,0);
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,NULL,997938000,997938000,14,-14,NULL,0);
INSERT INTO groups VALUES (3,'Admins','Anyone who belongs to this group has privileges to do anything and everything.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0);
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,NULL,997938000,997938000,14,-14,NULL,0);
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,NULL,997938000,997938000,14,-14,NULL,0);
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,NULL,997938000,997938000,14,-14,NULL,0);
INSERT INTO groups VALUES (7,'Everyone','A group that automatically includes all users including Visitors.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0);
INSERT INTO groups VALUES (8,'Template Managers','Users that have privileges to edit templates for this site.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0);
--
-- 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,'2,SyndicatedContent;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,'19,WebGUI;18,WebGUI;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,'1,Article;1,EventsCalendar;1,ExtraColumn;1,FAQ;1,FileManager;1,HttpProxy;1,Item;1,LinkList;1,MailForm;1,MessageBoard;1,Poll;1,Product;1,SiteMap;1,SQLReport;1,Survey;1,SyndicatedContent;1,USS;1,WobjectProxy;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 (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,'2,Article;3,EventsCalendar;3,FAQ;3,FileManager;2,Item;3,LinkList;2,MessageBoard;7,Product;2,SiteMap;2,SyndicatedContent;33,WebGUI;2,USS;');
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;');
INSERT INTO help VALUES (2,'SyndicatedContent',72,73,'1,SyndicatedContent;');
INSERT INTO help VALUES (1,'HttpProxy',10,11,'21,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_recurringId',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 Offset',1044126611);
INSERT INTO international VALUES (39,'USS',3,'Post een reactie',1038528254);
INSERT INTO international VALUES (1,'Article',1,'Article',1031514049);
INSERT INTO international VALUES (1,'Article',4,'Artículo',1031510000);
INSERT INTO international VALUES (1,'Article',5,'Artigo',1031510000);
INSERT INTO international VALUES (37,'USS',3,'Verwijder',1038528247);
INSERT INTO international VALUES (89,'EventsCalendar',1,'Show 3 months from start.',1038190646);
INSERT INTO international VALUES (10,'LinkList',2,'Link Liste bearbeiten',1040644971);
INSERT INTO international VALUES (35,'USS',3,'Titel',1038528241);
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',1038528234);
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 (4,'WebGUI',6,'Hantera inställningar.',1047894209);
INSERT INTO international VALUES (10,'Poll',2,'Abstimmung zurücksetzen',1040646831);
INSERT INTO international VALUES (33,'USS',3,'Bijlage',1038528227);
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åll',1031510000);
INSERT INTO international VALUES (563,'WebGUI',2,'Standard Status',1041629585);
INSERT INTO international VALUES (32,'USS',3,'Plaatje',1038528221);
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ório SQL',1031510000);
INSERT INTO international VALUES (31,'USS',3,'Inhoud',1038528215);
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',1038527912);
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ário de eventos',1031510000);
INSERT INTO international VALUES (4,'SiteMap',6,'Nivå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 SQL-Statement ist im falschen Format.',1040649121);
INSERT INTO international VALUES (17,'SQLReport',3,'Debug: Query:',1038527904);
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?',1038527891);
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,'Tablero de Mensajes',1039628673);
INSERT INTO international VALUES (2,'MessageBoard',5,'Quadro de mensagens',1031510000);
INSERT INTO international VALUES (4,'ExtraColumn',6,'Bredd',1031510000);
INSERT INTO international VALUES (15,'SQLReport',3,'Verwerk macros voor query?',1038527884);
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,' Verwalten: Mülleimer',1040640519);
INSERT INTO international VALUES (4,'Article',6,'Slutdatum',1032257354);
INSERT INTO international VALUES (3,'WebGUI',6,'Klistra in från klippbord...',1031510000);
INSERT INTO international VALUES (14,'SQLReport',3,'Breek pagina af na',1038527876);
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énes pueden contribuir?',1031510000);
INSERT INTO international VALUES (2,'USS',5,'Quem pode contribuir?',1031510000);
INSERT INTO international VALUES (13,'SQLReport',3,'Converteer Return?',1038527870);
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, falls Sie nicht <br> in Ihrem Text hinzufügen.)',1040597800);
INSERT INTO international VALUES (3,'SQLReport',6,'Rapportmall',1032859295);
INSERT INTO international VALUES (3,'SiteMap',6,'Starta från denna nivå?',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çamento',1031510000);
INSERT INTO international VALUES (564,'WebGUI',6,'Vem kan posta?',1031510000);
INSERT INTO international VALUES (3,'LinkList',6,'Öppna i nytt fönster?',1031649790);
INSERT INTO international VALUES (3,'Item',1,'Delete Attachment',1031514049);
INSERT INTO international VALUES (11,'FileManager',2,'Neuen Download hinzufügen.',1040644692);
INSERT INTO international VALUES (11,'Poll',3,'Stem!',1038526637);
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 participar?',1039818508);
INSERT INTO international VALUES (564,'WebGUI',5,'Quem pode colocar novas?',1031510000);
INSERT INTO international VALUES (22,'MessageBoard',3,'Verwijder bericht',1038526559);
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,'Start With',1039908390);
INSERT INTO international VALUES (3,'SiteMap',5,'Iniciando neste nível?',1031510000);
INSERT INTO international VALUES (565,'WebGUI',3,'Wie kan bewerken?',1039780755);
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,'Article',6,'Startdatum',1032257347);
INSERT INTO international VALUES (4,'Item',3,'Item',1038487811);
INSERT INTO international VALUES (5,'Item',3,'Download bijlage',1038487819);
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ã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!',1040646855);
INSERT INTO international VALUES (11,'MessageBoard',2,'Zurück zur Beitragsliste',1040646605);
INSERT INTO international VALUES (3,'Item',3,'Verwijder bijlage',1038487804);
INSERT INTO international VALUES (4,'Article',1,'End Date',1031514049);
INSERT INTO international VALUES (4,'Article',4,'Fecha finalización',1031510000);
INSERT INTO international VALUES (4,'Article',5,'Data de fim',1031510000);
INSERT INTO international VALUES (2,'Item',3,'Bijlage',1038487747);
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',1038487737);
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ägg?',1031510000);
INSERT INTO international VALUES (2,'SyndicatedContent',6,'Syndicated inehå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,'Mensajes por página',1039628657);
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é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?',1038487340);
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 ein Problem mit der Abfrage.',1040649134);
INSERT INTO international VALUES (12,'FAQ',3,'Zet V/A aan?',1038487333);
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?',1038487324);
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',1038486795);
INSERT INTO international VALUES (4,'USS',1,'Your submission has been approved.',1031514049);
INSERT INTO international VALUES (4,'USS',5,'A sua submissã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ências.',1031510000);
INSERT INTO international VALUES (11,'WebGUI',2,'Mülleimer leeren',1040650325);
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ã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ón',1031510000);
INSERT INTO international VALUES (566,'WebGUI',5,'Modificar Timeout',1031510000);
INSERT INTO international VALUES (12,'Article',2,'Artikel bearbeiten',1040597813);
INSERT INTO international VALUES (15,'EventsCalendar',3,'Einddatum',1038486787);
INSERT INTO international VALUES (5,'Poll',1,'Graph Width',1031514049);
INSERT INTO international VALUES (5,'Poll',4,'Ancho del gráfico',1031510000);
INSERT INTO international VALUES (5,'Poll',5,'Largura do grá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,'Startdatum',1038486779);
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 (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ã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',1038486813);
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 sicher, dass Sie diesen Download löschen möchten?',1040644704);
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 Tablero de Mensajes',1039628642);
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ã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',1040644246);
INSERT INTO international VALUES (20,'FileManager',3,'Breek pagina af na',1039783664);
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 (10,'HttpProxy',1,'HTTP Proxy, Add/Edit',1047858432);
INSERT INTO international VALUES (12,'LinkList',2,'Link bearbeiten',1040644982);
INSERT INTO international VALUES (19,'FileManager',3,'U heeft geen bestanden beschikbaar.',1039741230);
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õ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',1038487540);
INSERT INTO international VALUES (7,'Article',1,'Link Title',1031514049);
INSERT INTO international VALUES (7,'Article',4,'Título del Enlace',1039817993);
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,'MessageBoard',6,'Meddelandeforum',1031650036);
INSERT INTO international VALUES (12,'MessageBoard',2,'Beitrag bearbeiten',1040646622);
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á seguro de querer eliminar ésta pregunta?',1031510000);
INSERT INTO international VALUES (7,'FAQ',5,'Tem a certeza que quer apagar esta questã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 (17,'FileManager',3,'Alternatieve Versie #1',1038487532);
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: Datenbankverbindung konnte nicht aufgebaut werden.',1040649187);
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',1038487525);
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',1038487513);
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',1038487506);
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,'Dirección del Enlace',1039818022);
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çã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 dit bestand wilt verwijderen?',1039741211);
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 deaktivieren, wenn Ihr Beitrag in HTML geschrieben ist)',1040649805);
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,'Nieuw bestand toevoegen',1039741190);
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 Bestand',1039741172);
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ório SQL',1031510000);
INSERT INTO international VALUES (9,'FileManager',3,'Bewerk bestandsbeheer',1038487725);
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',1040640906);
INSERT INTO international VALUES (8,'FileManager',3,'Korte Omschrijving',1038487642);
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é',1031510000);
INSERT INTO international VALUES (13,'Article',2,'Löschen',1040597823);
INSERT INTO international VALUES (7,'FileManager',3,'Groep die mag downloaden',1038487619);
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ã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,'Bestand',1039741252);
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á seguro de querer eliminar é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 mensaje:',1039628613);
INSERT INTO international VALUES (9,'MessageBoard',5,'ID da mensagem:',1031510000);
INSERT INTO international VALUES (5,'FileManager',3,'Bestandstitel',1038487583);
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,'Doorgaan met bestand toevoegen?',1038487572);
INSERT INTO international VALUES (9,'SQLReport',1,'Debug: Error: The DSN specified is of an improper format.',1031514049);
INSERT INTO international VALUES (9,'SQLReport',4,'Error: El DSN especificado está en un formato incorrecto.',1031510000);
INSERT INTO international VALUES (9,'SQLReport',5,'Erro: O DSN especificado tem um formato impróprio.',1031510000);
INSERT INTO international VALUES (13,'EventsCalendar',2,'Veranstaltung bearbeiten',1040644259);
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',1038487478);
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 línea?',1039818142);
INSERT INTO international VALUES (10,'Article',5,'Converter o caracter de retorno (CR) ?',1031510000);
INSERT INTO international VALUES (13,'LinkList',2,'Neuen Link hinzufügen',1040644996);
INSERT INTO international VALUES (577,'WebGUI',2,'Antworten',1041629793);
INSERT INTO international VALUES (28,'Article',3,'Bekijk reacties',1037903267);
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ã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,' Verwalten: Uploads',1040640559);
INSERT INTO international VALUES (6,'Article',10,'Billede',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',1037903260);
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',1037903242);
INSERT INTO international VALUES (24,'Article',3,'Post reactie',1037903252);
INSERT INTO international VALUES (10,'SQLReport',1,'Debug: Error: The SQL specified is of an improper format.',1031514049);
INSERT INTO international VALUES (10,'SQLReport',4,'Error: El SQL especificado está en un formato incorrecto.',1031510000);
INSERT INTO international VALUES (10,'SQLReport',5,'Erro: O SQL especificado tem um formato impróprio.',1031510000);
INSERT INTO international VALUES (22,'Article',3,'Auteur',1037903234);
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 (894,'WebGUI',3,'Discussie toelaten?',1037903226);
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 <br> manually.)',1031514049);
INSERT INTO international VALUES (11,'Article',4,'(Seleccione a menos que esté agregando <br> manualmente.)',1039818201);
INSERT INTO international VALUES (11,'Article',5,'(escolher se não adicionar <br> manualmente.)',1031510000);
INSERT INTO international VALUES (590,'WebGUI',10,'Sprog ID',1037205552);
INSERT INTO international VALUES (589,'WebGUI',10,'Redigé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 (1,'WebGUI',6,'Lägg till innehå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,'Regresar a la Lista de Mensajes',1039628709);
INSERT INTO international VALUES (11,'MessageBoard',5,'Voltar á lista de mensagens',1031510000);
INSERT INTO international VALUES (767,'WebGUI',1,'Collateral Id',1036892929);
INSERT INTO international VALUES (11,'SQLReport',1,'Debug: 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',1041631989);
INSERT INTO international VALUES (1,'SQLReport',6,'SQL Rapport',1031510000);
INSERT INTO international VALUES (1,'Poll',6,'Frå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',1038529857);
INSERT INTO international VALUES (12,'Article',1,'Edit Article',1031514049);
INSERT INTO international VALUES (12,'Article',4,'Editar Artículo',1031510000);
INSERT INTO international VALUES (12,'Article',5,'Modificar artigo',1031510000);
INSERT INTO international VALUES (354,'WebGUI',3,'Bekijk berichten log.',1038529850);
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á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.',1038529844);
INSERT INTO international VALUES (12,'MessageBoard',1,'Edit Message',1031514049);
INSERT INTO international VALUES (12,'MessageBoard',4,'Editar mensaje',1039628721);
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',1038529833);
INSERT INTO international VALUES (12,'SQLReport',1,'Debug: 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 é possível ligar á base de dados.',1031510000);
INSERT INTO international VALUES (702,'WebGUI',10,'måned(er)',1036855955);
INSERT INTO international VALUES (350,'WebGUI',3,'Gereed',1038529818);
INSERT INTO international VALUES (351,'WebGUI',3,'Bericht',1038529825);
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á escribiendo la contribución en HTML.)',1031510000);
INSERT INTO international VALUES (12,'USS',5,'(deixar em branco se a submissão for em HTML.)',1031510000);
INSERT INTO international VALUES (388,'WebGUI',2,'Upload Datum',1041631980);
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',1038529800);
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',1038529792);
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,'Upload von',1040399607);
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',1041631959);
INSERT INTO international VALUES (347,'WebGUI',3,'Bekijk profiel van',1038529785);
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ón',1031510000);
INSERT INTO international VALUES (13,'USS',5,'Data de submissão',1031510000);
INSERT INTO international VALUES (386,'WebGUI',2,'Grafik bearbeiten',1041631972);
INSERT INTO international VALUES (13,'WebGUI',1,'View help index.',1031514049);
INSERT INTO international VALUES (13,'WebGUI',4,'Ver í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',1041631951);
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 (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.',1038529778);
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ões pendentes.',1031510000);
INSERT INTO international VALUES (345,'WebGUI',3,'Geen lid',1038529764);
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.',1038529754);
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',1041631943);
INSERT INTO international VALUES (342,'WebGUI',3,'Bewerk account informatie.',1038529747);
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.',1038529738);
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,'Style ID',1040596050);
INSERT INTO international VALUES (340,'WebGUI',3,'Vrouw',1038529731);
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',1038529719);
INSERT INTO international VALUES (17,'MessageBoard',1,'Post New Message',1031514049);
INSERT INTO international VALUES (17,'MessageBoard',4,'Enviar Nuevo Mensaje',1039628689);
INSERT INTO international VALUES (17,'MessageBoard',5,'Colocar nova mensagem',1031510000);
INSERT INTO international VALUES (338,'WebGUI',3,'Bewerk profiel',1038529712);
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á seguro de querer eliminar ésta contribución?',1031510000);
INSERT INTO international VALUES (17,'USS',5,'Tem a certeza que quer apagar esta submissão?',1031510000);
INSERT INTO international VALUES (337,'WebGUI',3,'Home pagina URL',1038529705);
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ço',1031510000);
INSERT INTO international VALUES (336,'WebGUI',3,'Geboortedatum',1038529695);
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,'Geslacht',1038529629);
INSERT INTO international VALUES (18,'USS',1,'Edit User Submission System',1031514049);
INSERT INTO international VALUES (18,'USS',4,'Editar Sistema de Contribución de Usuarios',1031510000);
INSERT INTO international VALUES (18,'USS',5,'Modificar sistema de submissão do utilizador',1031510000);
INSERT INTO international VALUES (334,'WebGUI',3,'Werk telefoon',1038529603);
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',1038529597);
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ón',1031510000);
INSERT INTO international VALUES (19,'USS',5,'Modificar submissão',1031510000);
INSERT INTO international VALUES (332,'WebGUI',3,'Werk postcode',1038529591);
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',1038529585);
INSERT INTO international VALUES (20,'MessageBoard',1,'Last Reply',1031514049);
INSERT INTO international VALUES (20,'MessageBoard',4,'Ú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ón',1031510000);
INSERT INTO international VALUES (20,'USS',5,'Colocar nova submissão',1031510000);
INSERT INTO international VALUES (330,'WebGUI',3,'Werk stad',1038529579);
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',1038529568);
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',1038529561);
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',1038529555);
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',1038529549);
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 verstümmelte Anfrage erhalten und kann nicht weitermachen. Dies kann z. B. durch das Verwenden von Sonderzeichen verursacht worden sein. Nutzen Sie bitte den \"Zurück\" Button Ihres Browsers und versuchen Sie es noch einmal.',1041593305);
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 provincie',1038529543);
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',1041631784);
INSERT INTO international VALUES (324,'WebGUI',3,'Thuis plaats',1038529530);
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',1038529524);
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,'Pieper',1038529518);
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',1038529507);
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 á lista de submissões',1031510000);
INSERT INTO international VALUES (376,'WebGUI',2,'Paket',1041631935);
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ón de Usuarios',1031510000);
INSERT INTO international VALUES (29,'USS',5,'Sistema de submissão do utilizador',1031510000);
INSERT INTO international VALUES (320,'WebGUI',3,'Yahoo! Messenger Id',1038529500);
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ç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é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)-Administratoren wurden keine Pakete bereitgestellt.',1040640135);
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,'MSN Messenger Id',1038529481);
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 (35,'WebGUI',1,'Administrative Function',1031514049);
INSERT INTO international VALUES (35,'WebGUI',4,'Funciones Administrativas',1031510000);
INSERT INTO international VALUES (35,'WebGUI',5,'Função administrativa',1031510000);
INSERT INTO international VALUES (317,'WebGUI',3,'ICQ UIN',1038529449);
INSERT INTO international VALUES (318,'WebGUI',3,'AIM Id',1038529464);
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 éste sistema:',1031510000);
INSERT INTO international VALUES (36,'WebGUI',5,'Função reservada a administradores. Fale com um dos seguintes administradores:',1031510000);
INSERT INTO international VALUES (316,'WebGUI',3,'Achternaam',1038529426);
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ão negada!',1031510000);
INSERT INTO international VALUES (38,'WebGUI',5,'\"Não tem privilégios para essa operação. ^a(Identifique-se na entrada); com uma conta que permita essa operaçã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 ésta operación. Por favor ^a(ingrese con una cuenta); que posea los privilegios suficientes antes de intentar ésta operación.\"',1031510000);
INSERT INTO international VALUES (314,'WebGUI',3,'Voornaam',1038529408);
INSERT INTO international VALUES (315,'WebGUI',3,'Tussenvoegsel',1038529419);
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ählen, das verteilt werden soll',1041628124);
INSERT INTO international VALUES (374,'WebGUI',2,' Verwalten: Pakete',1040640537);
INSERT INTO international VALUES (313,'WebGUI',3,'Sta andere informatie toe?',1038529402);
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 ésta página.',1031510000);
INSERT INTO international VALUES (39,'WebGUI',5,'Não tem privilégios para aceder a essa página.',1031510000);
INSERT INTO international VALUES (372,'WebGUI',2,'Gruppen eines Benutzers bearbeiten',1041628112);
INSERT INTO international VALUES (312,'WebGUI',3,'Sta bedrijfs informatie toe?',1038529396);
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 hinzufügen',1041628410);
INSERT INTO international VALUES (310,'WebGUI',3,'Sta extra contact informatie toe?',1038529378);
INSERT INTO international VALUES (311,'WebGUI',3,'Sta thuis informatie toe?',1038529389);
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úa puede causar un mal funcionamiento de WebGUI.',1031510000);
INSERT INTO international VALUES (41,'WebGUI',5,'Está 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?',1038529366);
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á seguro de querer eliminar é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 eine neue Gruppe hinzufügen.',1041628100);
INSERT INTO international VALUES (308,'WebGUI',3,'Bewerk profiel instellingen',1038529358);
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?',1038529351);
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',1038529330);
INSERT INTO international VALUES (49,'WebGUI',1,'Click here to log out.',1031514049);
INSERT INTO international VALUES (49,'WebGUI',4,'Click aquí para salir.',1031510000);
INSERT INTO international VALUES (49,'WebGUI',5,'Clique aqui para sair.',1031510000);
INSERT INTO international VALUES (245,'WebGUI',3,'Datum',1038529270);
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',1038529263);
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,'Verfallsabstand',1045243504);
INSERT INTO international VALUES (370,'WebGUI',2,'Gruppierung bearbeiten',1041628329);
INSERT INTO international VALUES (369,'WebGUI',2,'Ablaufdatum',1041631927);
INSERT INTO international VALUES (240,'WebGUI',3,'Bericht ID:',1038529257);
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ão para impressão',1031510000);
INSERT INTO international VALUES (239,'WebGUI',3,'Datum:',1038529245);
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:',1038529239);
INSERT INTO international VALUES (2,'Auth/WebGUI',1,'Password (confirm)',1031514049);
INSERT INTO international VALUES (2,'Auth/WebGUI',4,'Password (confirmar)',1031510000);
INSERT INTO international VALUES (2,'Auth/WebGUI',5,'Password (confirmar)',1031510000);
INSERT INTO international VALUES (237,'WebGUI',3,'Onderwerp:',1038529234);
INSERT INTO international VALUES (56,'WebGUI',1,'Email Address',1031514049);
INSERT INTO international VALUES (56,'WebGUI',4,'Dirección de e-mail',1031510000);
INSERT INTO international VALUES (56,'WebGUI',5,'Endereço de e-mail',1031510000);
INSERT INTO international VALUES (233,'WebGUI',3,'(einde van bericht)',1038529218);
INSERT INTO international VALUES (234,'WebGUI',3,'Bezig met antwoord posten...',1038529227);
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 é necessário se pretender utilizar as funcionalidade que envolvam e-mail.',1031510000);
INSERT INTO international VALUES (232,'WebGUI',3,'Geen onderwerp',1038529205);
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í mi password',1031510000);
INSERT INTO international VALUES (59,'WebGUI',5,'Esqueci a minha password.',1031510000);
INSERT INTO international VALUES (363,'WebGUI',2,'Position des Templates',1041628296);
INSERT INTO international VALUES (365,'WebGUI',2,'Ergebnisse der Abfrage',1041628307);
INSERT INTO international VALUES (366,'WebGUI',2,'Es wurden keine Seiten gefunden, die zu Ihrer Abfrage passen.',1041628087);
INSERT INTO international VALUES (229,'WebGUI',3,'Onderwerp',1038529178);
INSERT INTO international VALUES (230,'WebGUI',3,'Bericht',1038529190);
INSERT INTO international VALUES (231,'WebGUI',3,'Bezig met bericht posten...',1038529198);
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á seguro que quiere desactivar su cuenta. Si continúa su información se perderá permanentemente.',1031510000);
INSERT INTO international VALUES (60,'WebGUI',5,'Tem a certeza que quer desactivar a sua conta. Se o fizer é permanente!',1031510000);
INSERT INTO international VALUES (61,'WebGUI',1,'Update Account Information',1031514049);
INSERT INTO international VALUES (61,'WebGUI',4,'Actualizar información de la Cuenta',1031510000);
INSERT INTO international VALUES (61,'WebGUI',5,'Actualizar as informações da conta',1031510000);
INSERT INTO international VALUES (228,'WebGUI',3,'Bewerk bericht...',1038529171);
INSERT INTO international VALUES (62,'WebGUI',1,'save',1031514049);
INSERT INTO international VALUES (62,'WebGUI',4,'Guardar',1039817728);
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?',1038529122);
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',1041631901);
INSERT INTO international VALUES (362,'WebGUI',2,'Nebeneinander',1041631893);
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?',1038529116);
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',1038529109);
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.',1038529049);
INSERT INTO international VALUES (170,'WebGUI',3,'Zoeken',1038529103);
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ón de su cuenta no es válida. O la cuenta no existe',1031510000);
INSERT INTO international VALUES (68,'WebGUI',5,'As informações da sua conta não foram encontradas. Não existe ou a combinação username/password está 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ência.',1031510000);
INSERT INTO international VALUES (361,'WebGUI',2,'Drei über einem',1041617553);
INSERT INTO international VALUES (360,'WebGUI',2,'Einer über drei',1040650631);
INSERT INTO international VALUES (357,'WebGUI',2,'Nachrichten',1041631774);
INSERT INTO international VALUES (358,'WebGUI',2,'Linke Spalte',1041631833);
INSERT INTO international VALUES (168,'WebGUI',3,'Bewerk gebruiker',1038529042);
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',1041631843);
INSERT INTO international VALUES (74,'WebGUI',1,'Account Information',1031514049);
INSERT INTO international VALUES (74,'WebGUI',4,'Información de la Cuenta',1031510000);
INSERT INTO international VALUES (74,'WebGUI',5,'Informações da sua conta',1031510000);
INSERT INTO international VALUES (354,'WebGUI',2,'Posteingang anschauen.',1041601717);
INSERT INTO international VALUES (4,'Auth/LDAP',3,'Verbindt DN',1031516049);
INSERT INTO international VALUES (167,'WebGUI',3,'Weet u zeker dat u deze gebruiker wilt verwijderen? Alle gebruikersinformatie van deze gebruiker wordt permanent verwijdert als u \"Ja\" kiest.',1038529036);
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ón de su cuenta ha sido enviada a su e-mail-',1031510000);
INSERT INTO international VALUES (75,'WebGUI',5,'As informações da sua conta foram envidas para o seu e-mail.',1031510000);
INSERT INTO international VALUES (3,'Auth/LDAP',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á en nuestra base de datos',1031510000);
INSERT INTO international VALUES (76,'WebGUI',5,'Esse endereço de e-mail não foi encontrado nas nossas bases de dados',1031510000);
INSERT INTO international VALUES (356,'WebGUI',2,'Template',1040405929);
INSERT INTO international VALUES (355,'WebGUI',2,'Standard',1041630710);
INSERT INTO international VALUES (163,'WebGUI',3,'Gebruiker toevoegen',1038528963);
INSERT INTO international VALUES (164,'WebGUI',3,'Toegangs controle methode',1038528970);
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á 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ões:\"',1031510000);
INSERT INTO international VALUES (162,'WebGUI',3,'Weet u zeker dat u alle pagina\'s en wobjects uit de prullenbak definitief wilt vernietigen?',1038528957);
INSERT INTO international VALUES (3,'Auth/WebGUI',1,'Your passwords did not match. Please try again.',1031514049);
INSERT INTO international VALUES (3,'Auth/WebGUI',4,'Su password no concuerda. Trate de nuevo.',1031510000);
INSERT INTO international VALUES (3,'Auth/WebGUI',5,'\"As suas passwords não coincidem, tente novamente.\"',1031510000);
INSERT INTO international VALUES (161,'WebGUI',3,'Ingevoerd door',1038528928);
INSERT INTO international VALUES (2,'Auth/LDAP',1,'Cannot connect to LDAP server.',1031514049);
INSERT INTO international VALUES (2,'Auth/LDAP',4,'No se puede conectar con el servidor LDAP',1031510000);
INSERT INTO international VALUES (2,'Auth/LDAP',5,'Impossivel ligar ao LDAP.',1031510000);
INSERT INTO international VALUES (160,'WebGUI',3,'Invoer datum',1038528922);
INSERT INTO international VALUES (80,'WebGUI',1,'Account created successfully!',1031514049);
INSERT INTO international VALUES (80,'WebGUI',4,'La cuenta se ha creado con éxito!',1031510000);
INSERT INTO international VALUES (80,'WebGUI',5,'Conta criada com sucesso!',1031510000);
INSERT INTO international VALUES (159,'WebGUI',3,'Berichten log',1038528903);
INSERT INTO international VALUES (81,'WebGUI',1,'Account updated successfully!',1031514049);
INSERT INTO international VALUES (81,'WebGUI',4,'La cuenta se actualizó con é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ções administrativas...',1031510000);
INSERT INTO international VALUES (353,'WebGUI',2,'Sie haben momentan keine Nachrichten in Ihrem Posteingang.',1041610382);
INSERT INTO international VALUES (350,'WebGUI',2,'Abgeschlossen',1041628713);
INSERT INTO international VALUES (158,'WebGUI',3,'Een nieuwe stijl toevoegen.',1038528884);
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,'Beitrag',1041630690);
INSERT INTO international VALUES (157,'WebGUI',3,'Stijlen',1038528878);
INSERT INTO international VALUES (85,'WebGUI',1,'Description',1031514049);
INSERT INTO international VALUES (85,'WebGUI',4,'Descripción',1031510000);
INSERT INTO international VALUES (85,'WebGUI',5,'Descrição',1031510000);
INSERT INTO international VALUES (352,'WebGUI',2,'Beitragsdatum',1041630701);
INSERT INTO international VALUES (155,'WebGUI',3,'Weet u zeker dat u deze stijl wilt verwijderen en alle pagina\'s die deze stijl gebruiken de \"fail safe\" stijl wilt geven?',1038528866);
INSERT INTO international VALUES (156,'WebGUI',3,'Bewerk stijl',1038528872);
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á segugo de querer eliminar éste grupo? Tenga en cuenta que la eliminación es permanente y removerá 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égios.',1031510000);
INSERT INTO international VALUES (348,'WebGUI',2,'Name',1041628695);
INSERT INTO international VALUES (154,'WebGUI',3,'Style sheet',1038528823);
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 Version',1041628705);
INSERT INTO international VALUES (151,'WebGUI',3,'Stijl naam',1038528817);
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',1038528805);
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',1038528799);
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',1038528793);
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ó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',1038528786);
INSERT INTO international VALUES (94,'WebGUI',1,'See also',1031514049);
INSERT INTO international VALUES (94,'WebGUI',4,'Vea también',1031510000);
INSERT INTO international VALUES (94,'WebGUI',5,'Ver tembém',1031510000);
INSERT INTO international VALUES (347,'WebGUI',2,'Profil anschauen von',1041628274);
INSERT INTO international VALUES (145,'WebGUI',3,'WebGUI versie',1038528780);
INSERT INTO international VALUES (95,'WebGUI',1,'Help Index',1031514049);
INSERT INTO international VALUES (95,'WebGUI',4,'Í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 ist kein Mitglied. Wir haben keine weiteren Informationen über ihn.',1041628075);
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.',1038528766);
INSERT INTO international VALUES (100,'WebGUI',1,'Meta Tags',1031514049);
INSERT INTO international VALUES (100,'WebGUI',4,'Comentarios Meta',1039629209);
INSERT INTO international VALUES (100,'WebGUI',5,'Meta Tags',1031510000);
INSERT INTO international VALUES (345,'WebGUI',2,'Kein Mitglied',1041628685);
INSERT INTO international VALUES (142,'WebGUI',3,'Sessie time out',1038528750);
INSERT INTO international VALUES (143,'WebGUI',3,'Beheer instellingen',1038528758);
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á seguro de querer eliminar é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á 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',1038528742);
INSERT INTO international VALUES (103,'WebGUI',1,'Page Properties',1046638742);
INSERT INTO international VALUES (103,'WebGUI',4,'Propio de la página',1031510000);
INSERT INTO international VALUES (103,'WebGUI',5,'Especificaçõ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',1038528735);
INSERT INTO international VALUES (105,'WebGUI',1,'Layout',1046638916);
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 bearbeiten',1041593115);
INSERT INTO international VALUES (341,'WebGUI',2,'Profil bearbeiten.',1041634112);
INSERT INTO international VALUES (340,'WebGUI',2,'weiblich',1041628400);
INSERT INTO international VALUES (138,'WebGUI',3,'Ja',1038528705);
INSERT INTO international VALUES (139,'WebGUI',3,'Nee',1038528710);
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,'Seleccione para dar este estilo a todas las sub-páginas.',1039630388);
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',1038528699);
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égios',1031510000);
INSERT INTO international VALUES (108,'WebGUI',1,'Owner',1031514049);
INSERT INTO international VALUES (108,'WebGUI',4,'Dueño',1031510000);
INSERT INTO international VALUES (108,'WebGUI',5,'Dono',1031510000);
INSERT INTO international VALUES (134,'WebGUI',3,'Bericht om wachtwoord terug te vinden',1038528692);
INSERT INTO international VALUES (343,'WebGUI',2,'Profil anschauen.',1041628263);
INSERT INTO international VALUES (133,'WebGUI',3,'Bewerk e-mail instellingen',1038528684);
INSERT INTO international VALUES (130,'WebGUI',3,'Maximum grootte bijlagen (bytes)',1038528675);
INSERT INTO international VALUES (338,'WebGUI',2,'Profil bearbeiten',1041628373);
INSERT INTO international VALUES (127,'WebGUI',3,'URL bedrijf',1038528652);
INSERT INTO international VALUES (339,'WebGUI',2,'männlich',1041628381);
INSERT INTO international VALUES (125,'WebGUI',3,'Bedrijfsnaam',1038528638);
INSERT INTO international VALUES (126,'WebGUI',3,'Email adres bedrijf',1038528644);
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,'Seleccione para dar estos privilegios a todas las sub-páginas.',1039630405);
INSERT INTO international VALUES (116,'WebGUI',5,'Escolher para atribuir estes privilé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ón',1031510000);
INSERT INTO international VALUES (117,'WebGUI',5,'Modificar preferências de autenticação',1031510000);
INSERT INTO international VALUES (337,'WebGUI',2,'Homepage URL',1041628364);
INSERT INTO international VALUES (124,'WebGUI',3,'Bewerk bedrijfsinformatie',1038528631);
INSERT INTO international VALUES (118,'WebGUI',1,'Anonymous Registration',1031514049);
INSERT INTO international VALUES (118,'WebGUI',4,'Registración Anónima',1031510000);
INSERT INTO international VALUES (118,'WebGUI',5,'Registo anónimo',1031510000);
INSERT INTO international VALUES (8,'Auth/LDAP',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ón (por defecto)',1031510000);
INSERT INTO international VALUES (119,'WebGUI',5,'Método de autenticação (defeito)',1031510000);
INSERT INTO international VALUES (7,'Auth/LDAP',3,'LDAP identiteit naam',1031516049);
INSERT INTO international VALUES (5,'Auth/LDAP',1,'LDAP URL (default)',1031514049);
INSERT INTO international VALUES (5,'Auth/LDAP',4,'URL LDAP (por defecto)',1031510000);
INSERT INTO international VALUES (5,'Auth/LDAP',5,'URL LDAP (defeito)',1031510000);
INSERT INTO international VALUES (6,'Auth/LDAP',1,'LDAP Identity (default)',1031514049);
INSERT INTO international VALUES (6,'Auth/LDAP',4,'Identidad LDAP (por defecto)',1031510000);
INSERT INTO international VALUES (6,'Auth/LDAP',5,'Identidade LDAP (defeito)',1031510000);
INSERT INTO international VALUES (6,'Auth/LDAP',3,'LDAP identiteit (standaard)',1031516049);
INSERT INTO international VALUES (7,'Auth/LDAP',1,'LDAP Identity Name',1031514049);
INSERT INTO international VALUES (7,'Auth/LDAP',4,'Nombre Identidad LDAP',1031510000);
INSERT INTO international VALUES (7,'Auth/LDAP',5,'Nome da entidade LDAP',1031510000);
INSERT INTO international VALUES (5,'Auth/LDAP',3,'LDAP URL (standaard)',1031516049);
INSERT INTO international VALUES (8,'Auth/LDAP',1,'LDAP Password Name',1031514049);
INSERT INTO international VALUES (8,'Auth/LDAP',4,'Password LDAP',1031510000);
INSERT INTO international VALUES (8,'Auth/LDAP',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ón de la Companía',1031510000);
INSERT INTO international VALUES (124,'WebGUI',5,'Modificar informação da empresa',1031510000);
INSERT INTO international VALUES (119,'WebGUI',3,'Toegangs controle methode (standaard)',1038528587);
INSERT INTO international VALUES (125,'WebGUI',1,'Company Name',1031514049);
INSERT INTO international VALUES (125,'WebGUI',4,'Nombre de la Companía',1031510000);
INSERT INTO international VALUES (125,'WebGUI',5,'Nome da empresa',1031510000);
INSERT INTO international VALUES (118,'WebGUI',3,'Anonieme registratie',1038528573);
INSERT INTO international VALUES (126,'WebGUI',1,'Company Email Address',1031514049);
INSERT INTO international VALUES (126,'WebGUI',4,'E-mail de la Companía',1031510000);
INSERT INTO international VALUES (126,'WebGUI',5,'Moarada da empresa',1031510000);
INSERT INTO international VALUES (333,'WebGUI',2,'Land (geschäftlich)',1040641541);
INSERT INTO international VALUES (335,'WebGUI',2,'Geschlecht',1041628355);
INSERT INTO international VALUES (334,'WebGUI',2,'Telefon (geschäftlich)',1040641557);
INSERT INTO international VALUES (336,'WebGUI',2,'Geburtstag',1041611473);
INSERT INTO international VALUES (127,'WebGUI',1,'Company URL',1031514049);
INSERT INTO international VALUES (127,'WebGUI',4,'URL de la Companía',1031510000);
INSERT INTO international VALUES (127,'WebGUI',5,'URL da empresa',1031510000);
INSERT INTO international VALUES (331,'WebGUI',2,'Bundesland (geschäftlich)',1040641451);
INSERT INTO international VALUES (117,'WebGUI',3,'Bewerk toegangs controle instellingen',1038528565);
INSERT INTO international VALUES (130,'WebGUI',1,'Maximum Attachment Size',1031514049);
INSERT INTO international VALUES (130,'WebGUI',4,'Tamañ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 (geschäftlich)',1040641430);
INSERT INTO international VALUES (133,'WebGUI',1,'Edit Messaging Settings',1044138764);
INSERT INTO international VALUES (133,'WebGUI',4,'Editar configuración de e-mail',1031510000);
INSERT INTO international VALUES (133,'WebGUI',5,'Modificar preferências de e-mail',1031510000);
INSERT INTO international VALUES (332,'WebGUI',2,'Postleitzahl (geschäftlich)',1040641490);
INSERT INTO international VALUES (116,'WebGUI',3,'Vink \"Ja\" aan om deze privileges aan alle onderliggende pagina\'s te geven.',1038528552);
INSERT INTO international VALUES (134,'WebGUI',1,'Recover Password Message',1031514049);
INSERT INTO international VALUES (134,'WebGUI',4,'Mensaje para recuperar contraseña',1039628597);
INSERT INTO international VALUES (134,'WebGUI',5,'Mensagem de recuperaçã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 (privat)',1041628242);
INSERT INTO international VALUES (327,'WebGUI',2,'Land (privat)',1041628337);
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 (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',1040641648);
INSERT INTO international VALUES (328,'WebGUI',2,'Telefon (privat)',1041628347);
INSERT INTO international VALUES (140,'WebGUI',1,'Edit Miscellaneous Settings',1031514049);
INSERT INTO international VALUES (140,'WebGUI',4,'Editar configuraciones misceláneas',1031510000);
INSERT INTO international VALUES (140,'WebGUI',5,'Modificar preferê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 (142,'WebGUI',1,'Session Timeout',1031514049);
INSERT INTO international VALUES (142,'WebGUI',4,'Timeout de sesión',1031510000);
INSERT INTO international VALUES (142,'WebGUI',5,'Timeout de sessão',1031510000);
INSERT INTO international VALUES (325,'WebGUI',2,'Bundesland (privat)',1041628231);
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ências',1031510000);
INSERT INTO international VALUES (144,'WebGUI',1,'View statistics.',1031514049);
INSERT INTO international VALUES (144,'WebGUI',4,'Ver estadí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ón de WebGUI',1031510000);
INSERT INTO international VALUES (145,'WebGUI',5,'WebGUI versão',1031510000);
INSERT INTO international VALUES (323,'WebGUI',2,'Strasse (privat)',1041628019);
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õ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 (148,'WebGUI',1,'Wobjects',1045312362);
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',1038528474);
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',1038528468);
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',1041628008);
INSERT INTO international VALUES (321,'WebGUI',2,'Mobiltelefon',1041628000);
INSERT INTO international VALUES (324,'WebGUI',2,'Ort (privat)',1041628028);
INSERT INTO international VALUES (320,'WebGUI',2,'Yahoo! Messenger Id',1041627991);
INSERT INTO international VALUES (105,'WebGUI',3,'Stijl',1038528426);
INSERT INTO international VALUES (106,'WebGUI',3,'Vink \"Ja\" aan om deze stijl in alle onderliggende pagina\'s te gebruiken.',1038528461);
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á seguro de querer eliminar é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',1038528420);
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',1038528414);
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',1038528401);
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ón',1031510000);
INSERT INTO international VALUES (160,'WebGUI',5,'Data de submissão',1031510000);
INSERT INTO international VALUES (319,'WebGUI',2,'MSN Messenger Id',1041627980);
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',1038528357);
INSERT INTO international VALUES (101,'WebGUI',3,'Weet u zeker dat u deze pagina, de inhoud van deze pagina en alle inhoud en objecten er onder wilt verwijderen?',1038528395);
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á 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',1038529669);
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',1038529676);
INSERT INTO international VALUES (164,'WebGUI',1,'Authentication Method',1031514049);
INSERT INTO international VALUES (164,'WebGUI',4,'Método de Auntentificación',1031510000);
INSERT INTO international VALUES (164,'WebGUI',5,'Metodo de autenticação',1031510000);
INSERT INTO international VALUES (94,'WebGUI',3,'Zie ook',1038529682);
INSERT INTO international VALUES (3,'Auth/LDAP',1,'LDAP URL',1031514049);
INSERT INTO international VALUES (3,'Auth/LDAP',4,'LDAP URL',1031510000);
INSERT INTO international VALUES (3,'Auth/LDAP',5,'LDAP URL',1031510000);
INSERT INTO international VALUES (317,'WebGUI',2,'ICQ UIN',1041627955);
INSERT INTO international VALUES (93,'WebGUI',3,'Help',1039783546);
INSERT INTO international VALUES (4,'Auth/LDAP',1,'Connect DN',1031514049);
INSERT INTO international VALUES (4,'Auth/LDAP',4,'Connect DN',1031510000);
INSERT INTO international VALUES (4,'Auth/LDAP',5,'Connectar DN',1031510000);
INSERT INTO international VALUES (91,'WebGUI',3,'Vorige pagina',1039783532);
INSERT INTO international VALUES (92,'WebGUI',3,'Volgende pagina',1039783539);
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á seguro de querer eliminar éste usuario? Tenga en cuenta que toda la información del usuario será 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ções do utilizador.',1031510000);
INSERT INTO international VALUES (90,'WebGUI',3,'Voeg nieuwe groep toe.',1039783526);
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',1039783512);
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',1039783506);
INSERT INTO international VALUES (171,'WebGUI',1,'rich edit',1031514049);
INSERT INTO international VALUES (171,'WebGUI',4,'Edición Mejorada',1039628270);
INSERT INTO international VALUES (171,'WebGUI',5,'rich edit',1031510000);
INSERT INTO international VALUES (318,'WebGUI',2,'AIM Id',1041627969);
INSERT INTO international VALUES (87,'WebGUI',3,'Bewerk groep',1039783499);
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 Mensaje...',1039628571);
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,'Mensaje',1039628510);
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,'Enviando Nuevo Mensaje ...',1039628557);
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.',1039783493);
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',1039783481);
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 Vorname',1041627929);
INSERT INTO international VALUES (314,'WebGUI',2,'Vorname',1041627918);
INSERT INTO international VALUES (316,'WebGUI',2,'Nachname',1041627938);
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',1039783474);
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ätzliche Informationen anzeigen?',1041627910);
INSERT INTO international VALUES (82,'WebGUI',3,'Administratieve functies...',1039783468);
INSERT INTO international VALUES (240,'WebGUI',1,'Message ID:',1031514049);
INSERT INTO international VALUES (240,'WebGUI',4,'ID del mensaje:',1039628536);
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!',1039783461);
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äftsadresse anzeigen?',1041627895);
INSERT INTO international VALUES (80,'WebGUI',3,'Account is aangemaakt!',1039783454);
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 (2,'Auth/LDAP',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ê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 anzeigen?',1041627883);
INSERT INTO international VALUES (3,'Auth/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çã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ção de casa?',1031510000);
INSERT INTO international VALUES (309,'WebGUI',2,'Name anzeigen?',1041627860);
INSERT INTO international VALUES (312,'WebGUI',1,'Allow business information?',1031514049);
INSERT INTO international VALUES (312,'WebGUI',5,'Permitir informação do emprego?',1031510000);
INSERT INTO international VALUES (313,'WebGUI',1,'Allow miscellaneous information?',1031514049);
INSERT INTO international VALUES (313,'WebGUI',5,'Permitir informaç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:',1039783341);
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 e-mail adresis niet in onze database aanwezig.',1039783330);
INSERT INTO international VALUES (317,'WebGUI',1,'ICQ UIN',1031514049);
INSERT INTO international VALUES (317,'WebGUI',5,'\"ICQ UIN\"',1031510000);
INSERT INTO international VALUES (75,'WebGUI',3,'Uw account informatie is naar uw email adres verzonden.',1039783319);
INSERT INTO international VALUES (318,'WebGUI',1,'AIM Id',1031514049);
INSERT INTO international VALUES (318,'WebGUI',5,'\"AIM Id\"',1031510000);
INSERT INTO international VALUES (310,'WebGUI',2,'Kontaktinformationen anzeigen?',1041627871);
INSERT INTO international VALUES (566,'WebGUI',6,'Redigera Timeout',1031510000);
INSERT INTO international VALUES (74,'WebGUI',3,'Account informatie',1039783312);
INSERT INTO international VALUES (319,'WebGUI',1,'MSN Messenger Id',1031514049);
INSERT INTO international VALUES (319,'WebGUI',5,'\"MSN Messenger Id\"',1031510000);
INSERT INTO international VALUES (72,'WebGUI',3,'Terugvinden',1039783299);
INSERT INTO international VALUES (73,'WebGUI',3,'Log in.',1039783306);
INSERT INTO international VALUES (320,'WebGUI',1,'Yahoo! Messenger Id',1031514049);
INSERT INTO international VALUES (320,'WebGUI',5,'\"Yahoo! Messenger Id\"',1031510000);
INSERT INTO international VALUES (321,'WebGUI',1,'Cell Phone',1031514049);
INSERT INTO international VALUES (321,'WebGUI',5,'Telemóvel',1031510000);
INSERT INTO international VALUES (71,'WebGUI',3,'Wachtwoord terugvinden',1039783252);
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',1039783139);
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-Tags benutzen?',1041611420);
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,'Profileinstellungen bearbeiten',1041634082);
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.',1039783096);
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í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 (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.',1039783031);
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:',1041627767);
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ëer een nieuw account.',1039782986);
INSERT INTO international VALUES (333,'WebGUI',1,'Work Country',1031514049);
INSERT INTO international VALUES (333,'WebGUI',5,'Paí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',1039782927);
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',1040646786);
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.',1039782903);
INSERT INTO international VALUES (337,'WebGUI',1,'Homepage URL',1031514049);
INSERT INTO international VALUES (337,'WebGUI',5,'Endereç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.',1039782874);
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:',1041627791);
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.',1039782413);
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',1041627799);
INSERT INTO international VALUES (62,'WebGUI',3,'Bewaar',1039781242);
INSERT INTO international VALUES (342,'WebGUI',1,'Edit account information.',1031514049);
INSERT INTO international VALUES (342,'WebGUI',5,'Modificar as informações da conta.',1031510000);
INSERT INTO international VALUES (304,'WebGUI',2,'Sprache',1041627818);
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',1039781048);
INSERT INTO international VALUES (345,'WebGUI',1,'Not A Member',1031514049);
INSERT INTO international VALUES (345,'WebGUI',5,'Não é membro',1031510000);
INSERT INTO international VALUES (233,'WebGUI',2,'(eom)',1040650575);
INSERT INTO international VALUES (234,'WebGUI',2,'Antworten...',1041627750);
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 é membro do site. Não existe mais informação.',1031510000);
INSERT INTO international VALUES (237,'WebGUI',2,'Betreff:',1041627758);
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.',1039521075);
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ão disponível',1031510000);
INSERT INTO international VALUES (59,'WebGUI',3,'Ik ben mijn wachtwoord vergeten.',1039520960);
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.',1039520779);
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ä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 e-mail nodig hebben.',1039780774);
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,'ðÒÉ ÐÏÍÏÝÉ ÜÔÏÇÏ ÍÏÄÕÌÑ ÍÏÖÎÏ ÓÏÚÄÁÔØ ÐÒÏÓÔÕÀ ÆÏÒÍÕ ÏÔÐÒÁ×ÌÑÅÍÕÀ ÐÏ e-mail.\r\n
\r\nûÉÒÉÎÁ
\r\n÷×ÅÄÉÔÅ ÛÉÒÉÎÕ ×ÓÅÈ ÐÏÌÅÊ ÆÏÒÍÙ. ðÏ ÕÍÏÌÞÁÎÉÀ ÉÓÐÏÌØÚÕÅÔÓÑ ÚÎÁÞÅÎÉÅ 45.\r\n
\r\nïÔ, ëÏÍÕ, Cc, Bcc, ôÅÍÁ
\r\n÷ ÜÔÉÈ ÐÏÌÑÈ ÎÁÄÏ ××ÅÓÔÉ email ÐÏÌÕÞÁÔÅÌÑ. ÷Ù ÍÏÖÅÔÅ ÄÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ×ÏÚÍÏÖÎÏÓÔØ ÉÚÍÅÎÉÔØ ÎÅËÏÔÏÒÙÅ ÉÌÉ ×ÓÅ ÐÏÌÑ, ÎÏ ÏÂÙÞÎÏ ÉÚÍÅÎÑÅÍÙÍÉ ÐÏÌÑÍÉ Ñ×ÌÑÀÔÓÑ ÐÏÌÑ \"ïÔ\" É \"ôÅÍÁ\". ó ÐÏÍÏÝØÀ ×ÙÐÁÄÁÀÝÅÇÏ ÍÅÎÀ ×Ù ÍÏÖÅÔÅ ÚÁÄÁÔØ ÄÌÑ ËÁÖÄÏÇÏ ÐÏÌÑ, ÉÍÅÅÔ ÌÉ ÐÒÁ×Ï ÐÏÌØÚÏ×ÁÔÅÌØ ÅÇÏ ÍÅÎÑÔØ ÉÌÉ ÎÅÔ.\r\n
\r\nðÏÄÔ×ÅÒÖÄÅÎÉÅ
\r\nüÔÏ ÓÏÏÂÝÅÎÉÅ ÂÕÄÅÔ ÏÔÏÂÒÁÖÅÎÏ ÐÏÓÌÅ ÎÁÖÁÔÉÑ ÎÁ ËÎÏÐËÕ \"ðÏÓÌÁÔØ\".\r\n
\r\nóÏÈÒÁÎÉÔØ ÚÁÐÉÓÉ?
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ \"äÁ\", ÔÏ ÚÁÐÏÌÎÅÎÎÙÅ ÐÏÌÑ ÆÏÒÍÙ ÂÕÄÕÔ ÓÏÈÒÁÎÅÎÙ.\r\n
\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÐÏÌÅ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÓÒÁÚÕ ÄÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ, ÔÏ ×ÙÂÅÒÉÔÅ \"äÁ\".',1041689302);
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,'å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æ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æ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,'Debug: 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 schreiben...',1041611094);
INSERT INTO international VALUES (238,'WebGUI',2,'Autor:',1041593082);
INSERT INTO international VALUES (230,'WebGUI',2,'Beitrag',1041611083);
INSERT INTO international VALUES (229,'WebGUI',2,'Betreff',1041611043);
INSERT INTO international VALUES (232,'WebGUI',2,'kein Betreff',1041627741);
INSERT INTO international VALUES (175,'WebGUI',2,'Makros ausführen?',1041611064);
INSERT INTO international VALUES (228,'WebGUI',2,'Beiträge bearbeiten ...',1041611074);
INSERT INTO international VALUES (169,'WebGUI',2,'Neuen Benutzer hinzufügen',1041611000);
INSERT INTO international VALUES (171,'WebGUI',2,'Bearbeiten mit Attributen',1041611022);
INSERT INTO international VALUES (170,'WebGUI',2,'suchen',1041611009);
INSERT INTO international VALUES (174,'WebGUI',2,'Titel anzeigen?',1041611054);
INSERT INTO international VALUES (168,'WebGUI',2,'Benutzer bearbeiten',1040639529);
INSERT INTO international VALUES (167,'WebGUI',2,'Sind Sie sicher, dass Sie diesen Benutzer löschen möchten? Die Benutzerinformation geht damit endgültig verloren!',1040648387);
INSERT INTO international VALUES (4,'Auth/LDAP',2,'Verbindungs DN',1045240216);
INSERT INTO international VALUES (3,'Auth/LDAP',2,'LDAP URL',1040644157);
INSERT INTO international VALUES (164,'WebGUI',2,'Authentifizierungsmethode',1041610972);
INSERT INTO international VALUES (163,'WebGUI',2,'Benutzer hinzufügen',1041610963);
INSERT INTO international VALUES (162,'WebGUI',2,'Sind Sie sicher, dass Sie alle Seiten und Wobjects im Mülleimer löschen möchten?',1040647879);
INSERT INTO international VALUES (160,'WebGUI',2,'Erstellungsdatum',1041610945);
INSERT INTO international VALUES (161,'WebGUI',2,'Erstellt von',1041610954);
INSERT INTO international VALUES (158,'WebGUI',2,'Neuen Style hinzufügen.',1040596030);
INSERT INTO international VALUES (506,'WebGUI',1,'Manage Templates',1031514049);
INSERT INTO international VALUES (159,'WebGUI',2,'Ausstehende Beiträge',1041610285);
INSERT INTO international VALUES (157,'WebGUI',2,'Styles',1040596005);
INSERT INTO international VALUES (156,'WebGUI',2,'Style bearbeiten',1040595987);
INSERT INTO international VALUES (155,'WebGUI',2,'Sind Sie sicher, dass Sie diesen Style löschen möchten? Beachten Sie, dass alle Seiten, die diesen Style benutzen, auf den Style \"Fail Safe\" umgestellt werden.',1040595965);
INSERT INTO international VALUES (154,'WebGUI',2,'Style Sheet',1041610928);
INSERT INTO international VALUES (151,'WebGUI',2,'Style Name',1040595820);
INSERT INTO international VALUES (149,'WebGUI',2,'Benutzer',1041610918);
INSERT INTO international VALUES (146,'WebGUI',2,'Aktive Sitzungen',1041610873);
INSERT INTO international VALUES (148,'WebGUI',2,'Wobjects',1045392042);
INSERT INTO international VALUES (147,'WebGUI',2,'Seiten',1041610909);
INSERT INTO international VALUES (145,'WebGUI',2,'WebGUI Build Version',1041610863);
INSERT INTO international VALUES (140,'WebGUI',2,'Sonstige Einstellungen bearbeiten',1041607814);
INSERT INTO international VALUES (144,'WebGUI',2,'Anschauen: Statistik',1040638400);
INSERT INTO international VALUES (141,'WebGUI',2,'\"Nicht gefunden\" Seite',1041607830);
INSERT INTO international VALUES (142,'WebGUI',2,'Sitzungs Zeitüberschreitung',1041607845);
INSERT INTO international VALUES (143,'WebGUI',2,'Einstellungen verwalten',1041607865);
INSERT INTO international VALUES (139,'WebGUI',2,'Nein',1041607789);
INSERT INTO international VALUES (138,'WebGUI',2,'Ja',1041607758);
INSERT INTO international VALUES (135,'WebGUI',2,'SMTP Server',1041607780);
INSERT INTO international VALUES (134,'WebGUI',2,'Passwort wiederherstellen Text',1044376446);
INSERT INTO international VALUES (133,'WebGUI',2,'Benachrichtigungsoptionen bearbeiten',1045240845);
INSERT INTO international VALUES (130,'WebGUI',2,'Maximale Dateigröße für Anhänge',1041607705);
INSERT INTO international VALUES (125,'WebGUI',2,'Firmenname',1041607657);
INSERT INTO international VALUES (126,'WebGUI',2,'Emailadresse der Firma',1041607671);
INSERT INTO international VALUES (127,'WebGUI',2,'URL der Firma',1041607693);
INSERT INTO international VALUES (124,'WebGUI',2,'Firmeninformationen bearbeiten',1041607649);
INSERT INTO international VALUES (7,'Auth/LDAP',2,'LDAP Identitäts-Name',1040644209);
INSERT INTO international VALUES (8,'Auth/LDAP',2,'LDAP Passwort/Name',1040644223);
INSERT INTO international VALUES (6,'Auth/LDAP',2,'LDAP Identität (Standard)',1040644196);
INSERT INTO international VALUES (119,'WebGUI',2,'Authentifizierungsmethode (Standard)',1041607640);
INSERT INTO international VALUES (5,'Auth/LDAP',2,'LDAP URL (Standard)',1040644184);
INSERT INTO international VALUES (117,'WebGUI',2,'Benutzereinstellungen bearbeiten',1045243017);
INSERT INTO international VALUES (118,'WebGUI',2,'anonyme Registrierung',1041607629);
INSERT INTO international VALUES (116,'WebGUI',2,'Rechte an alle nachfolgenden Seiten weitergeben.',1040650415);
INSERT INTO international VALUES (108,'WebGUI',2,'Besitzer',1040650300);
INSERT INTO international VALUES (107,'WebGUI',2,'Rechte',1040650272);
INSERT INTO international VALUES (105,'WebGUI',2,'Layout',1048242843);
INSERT INTO international VALUES (106,'WebGUI',2,'Style für alle nachfolgenden Seiten übernehmen.',1040595792);
INSERT INTO international VALUES (104,'WebGUI',2,'URL der Seite',1040650221);
INSERT INTO international VALUES (103,'WebGUI',2,'Seiteneigenschaften',1048242830);
INSERT INTO international VALUES (102,'WebGUI',2,'Seite bearbeiten',1040650212);
INSERT INTO international VALUES (100,'WebGUI',2,'Meta Tags',1040650200);
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, dass Sie diese Seite und ihren kompletten Inhalt darunter löschen möchten?',1040648355);
INSERT INTO international VALUES (99,'WebGUI',2,'Titel',1041611140);
INSERT INTO international VALUES (93,'WebGUI',2,'Hilfe',1041611204);
INSERT INTO international VALUES (94,'WebGUI',2,'Siehe auch',1041611195);
INSERT INTO international VALUES (92,'WebGUI',2,'Nächste Seite',1041611268);
INSERT INTO international VALUES (95,'WebGUI',2,'Hilfe Index',1041611231);
INSERT INTO international VALUES (91,'WebGUI',2,'Vorherige Seite',1041611277);
INSERT INTO international VALUES (89,'WebGUI',2,'Gruppen',1041628859);
INSERT INTO international VALUES (90,'WebGUI',2,'Neue Gruppe\r\nhinzufügen',1041611287);
INSERT INTO international VALUES (88,'WebGUI',2,'Benutzer in dieser Gruppe',1041628867);
INSERT INTO international VALUES (87,'WebGUI',2,'Gruppe bearbeiten',1041628877);
INSERT INTO international VALUES (86,'WebGUI',2,'Sind Sie sicher, dass Sie diese Gruppe löschen möchten? Denken Sie daran, dass diese Gruppe und die zugehörige Rechtesstruktur endgültig gelöscht wird.',1040648228);
INSERT INTO international VALUES (85,'WebGUI',2,'Inhalt/Beschreibung',1045497659);
INSERT INTO international VALUES (84,'WebGUI',2,'Gruppenname',1041628893);
INSERT INTO international VALUES (82,'WebGUI',2,'Administrative Funktionen ...',1041630103);
INSERT INTO international VALUES (81,'WebGUI',2,'Benutzerkonto wurde erfolgreich aktualisiert!',1041593522);
INSERT INTO international VALUES (80,'WebGUI',2,'Benutzerkonto wurde erfolgreich angelegt!',1041593500);
INSERT INTO international VALUES (3,'Auth/WebGUI',2,'Die Passwörter unterscheiden sich. Bitte versuchen Sie es noch einmal.',1040598052);
INSERT INTO international VALUES (2,'Auth/LDAP',2,'Verbindung zum LDAP-Server konnte nicht hergestellt werden.',1040598025);
INSERT INTO international VALUES (77,'WebGUI',2,'Dieser Benutzername ist bereits vergeben. Bitte wählen Sie einen anderen Benutzernamen. Hier sind einige Vorschläge:',1041611326);
INSERT INTO international VALUES (74,'WebGUI',2,'Benutzerkonteninformationen',1041631729);
INSERT INTO international VALUES (73,'WebGUI',2,'Anmelden',1040598159);
INSERT INTO international VALUES (76,'WebGUI',2,'Ihre Emailadresse ist nicht in unserer Datenbank.',1041631742);
INSERT INTO international VALUES (75,'WebGUI',2,'Ihre Benutzerkonteninformationen wurden an Ihre Emailadresse gesendet.',1041629885);
INSERT INTO international VALUES (72,'WebGUI',2,'wiederherstellen',1041631715);
INSERT INTO international VALUES (71,'WebGUI',2,'Passwort wiederherstellen',1041631530);
INSERT INTO international VALUES (70,'WebGUI',2,'Fehler',1041631245);
INSERT INTO international VALUES (69,'WebGUI',2,'Bitten Sie Ihren Systemadministrator um Hilfe.',1041593475);
INSERT INTO international VALUES (66,'WebGUI',2,'Anmelden',1041630393);
INSERT INTO international VALUES (67,'WebGUI',2,'Neues Benutzerkonto einrichten',1041593453);
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 (894,'WebGUI',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,'
\r\n\r\nURL
\r\nThe starting URL for the proxy.\r\n
\r\n\r\nFollow redirects?
\r\nSometimes the URL to a page, is actually a redirection to another page. Do you wish to follow those redirections when they occur?\r\n
\r\n\r\nTimeout
\r\nThe amount of time (in seconds) that WebGUI should wait for a connection before giving up on an external page.\r\n
\r\n\r\nCookie Jar
\r\nA directory path of where to store cookies that an external application produces. This folder needs to be somewhere that the web server has privileges to write. If the cookies are not stored, the proxied application may not function properly.\r\n
\r\n\r\nRemove style?
\r\nDo you wish to remove the stylesheet from the proxied content in favor of the stylesheet from your site?\r\n
\r\n\r\nFilter Content
\r\nChoose the level of HTML filtering you wish to apply to the proxied content.\r\n
\r\n\r\n\r\nAllow proxying of other domains?
\r\nIf you proxy a site like Yahoo! that links to other domains, do you wish to allow the user to follow the links to those other domains, or should the proxy stop them as they try to leave the original site you specified?\r\n
\r\n',1047858432); INSERT INTO international VALUES (6,'SQLReport',3,'Database gebruiker',1038527948); INSERT INTO international VALUES (6,'SiteMap',3,'Inspringen',1038528020); INSERT INTO international VALUES (6,'Poll',3,'Vraag',1038527718); INSERT INTO international VALUES (6,'MessageBoard',3,'Bewerk berichten bord',1038526571); INSERT INTO international VALUES (6,'LinkList',3,'Link lijst',1038513260); INSERT INTO international VALUES (6,'FAQ',3,'Antwoord',1038487373); INSERT INTO international VALUES (6,'ExtraColumn',3,'Bewerk extra kolom',1038487306); INSERT INTO international VALUES (701,'WebGUI',3,'Week(en)',1039783167); INSERT INTO international VALUES (6,'Article',3,'Plaatje',1037903296); INSERT INTO international VALUES (5,'WebGUI',3,'Beheer groepen.',1039780273); INSERT INTO international VALUES (5,'USS',3,'Uw bijdrage is afgekeurd.',1038528301); INSERT INTO international VALUES (5,'SQLReport',3,'DSN',1038527939); INSERT INTO international VALUES (5,'SiteMap',3,'Bewerk sitemap',1038528013); INSERT INTO international VALUES (5,'Poll',3,'Grafiek breedte',1038527712); INSERT INTO international VALUES (566,'WebGUI',3,'Bewerk timeout',1039780763); INSERT INTO international VALUES (72,'MessageBoard',1,'Main Template',1038678090); INSERT INTO international VALUES (5,'FAQ',3,'Vraag',1038487354); INSERT INTO international VALUES (5,'ExtraColumn',3,'Stylesheet klasse (class)',1038487299); INSERT INTO international VALUES (700,'WebGUI',3,'Dag(en)',1039783156); INSERT INTO international VALUES (4,'WebGUI',3,'Beheer instellingen.',1038530613); INSERT INTO international VALUES (4,'USS',3,'Uw bijdrage is goedgekeurd.',1038528260); INSERT INTO international VALUES (4,'SQLReport',3,'Query',1038527933); INSERT INTO international VALUES (4,'SyndicatedContent',3,'Bewerk syndicated content',1038528061); INSERT INTO international VALUES (4,'Poll',3,'Wie kan stemmen?',1038527705); INSERT INTO international VALUES (4,'SiteMap',3,'Diepteniveau',1038528007); INSERT INTO international VALUES (4,'MessageBoard',3,'Berichten per pagina',1038526565); INSERT INTO international VALUES (4,'ExtraColumn',3,'Breedte',1038487286); INSERT INTO international VALUES (4,'EventsCalendar',3,'Gebeurt maar een keer.',1038486820); INSERT INTO international VALUES (4,'Article',3,'Einddatum',1037903286); INSERT INTO international VALUES (3,'WebGUI',3,'Plakken van het klemboord...',1038529317); INSERT INTO international VALUES (3,'USS',3,'U heeft een nieuwe bijdrage goed te keuren.',1038528209); INSERT INTO international VALUES (3,'SQLReport',3,'Raport sjabloon',1038527926); INSERT INTO international VALUES (3,'SiteMap',3,'Beginnen met',1039989710); INSERT INTO international VALUES (3,'Poll',3,'Aktief',1038527699); INSERT INTO international VALUES (564,'WebGUI',3,'Wie kan posten?',1039780748); INSERT INTO international VALUES (3,'LinkList',3,'Open in nieuw venster?',1038513253); INSERT INTO international VALUES (3,'ExtraColumn',3,'Tussenruimte',1038487279); INSERT INTO international VALUES (3,'Article',3,'Begindatum',1037903276); INSERT INTO international VALUES (2,'WebGUI',3,'Pagina',1038529139); INSERT INTO international VALUES (2,'USS',3,'Wie kan bijdragen?',1038528162); INSERT INTO international VALUES (2,'SyndicatedContent',3,'Syndicated content',1038528054); INSERT INTO international VALUES (2,'SiteMap',3,'Sitemap',1038527992); INSERT INTO international VALUES (2,'MessageBoard',3,'Berichtenbord',1038526545); INSERT INTO international VALUES (2,'FAQ',3,'FAQ',1038487347); INSERT INTO international VALUES (2,'EventsCalendar',3,'Evenementenkalender',1038486806); INSERT INTO international VALUES (1,'WebGUI',3,'Inhoud toevoegen...',1038528343); INSERT INTO international VALUES (1,'USS',3,'Wie kan goedkeuren?',1038528080); INSERT INTO international VALUES (1,'SyndicatedContent',3,'URL naar RSS bestand',1038528048); INSERT INTO international VALUES (1,'SQLReport',3,'SQL rapport',1038527779); INSERT INTO international VALUES (1,'Poll',3,'Peiling',1039783947); INSERT INTO international VALUES (1,'ExtraColumn',3,'Extra kolom',1038487271); INSERT INTO international VALUES (88,'EventsCalendar',1,'Show 6 months from start.',1038190632); INSERT INTO international VALUES (1,'Article',3,'Artikel',1037915769); 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ér',1036856289); INSERT INTO international VALUES (586,'WebGUI',10,'Sprog',1037205357); INSERT INTO international VALUES (598,'WebGUI',10,'Redigé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,'ÄúµÄͶ¸å±»¾Ü¾ø¡£',1031510000); INSERT INTO international VALUES (5,'SQLReport',7,'DSN',1031510000); INSERT INTO international VALUES (5,'SiteMap',7,'±à¼ÍøÕ¾µØÍ¼',1031510000); INSERT INTO international VALUES (5,'Poll',7,'ͼÐοí¶È',1031510000); INSERT INTO international VALUES (818,'WebGUI',1,'Deactivated',1038431300); INSERT INTO international VALUES (5,'Item',7,'ÏÂÔØ¸½¼þ',1031510000); INSERT INTO international VALUES (5,'FAQ',7,'ÎÊÌâ',1031510000); INSERT INTO international VALUES (5,'ExtraColumn',7,'·ç¸ñµ¥ Class',1031510000); INSERT INTO international VALUES (700,'WebGUI',7,'Ìì',1031510000); INSERT INTO international VALUES (20,'EventsCalendar',7,'Ìí¼ÓÊÂÎñ¡£',1031510000); INSERT INTO international VALUES (38,'USS',7,'(Èç¹ûÄúʹÓÃÁ˳¬Îı¾ÓïÑÔ£¬ÇëÑ¡Ôñ¡°·ñ¡±¡£)',1031510000); INSERT INTO international VALUES (4,'WebGUI',7,'¹ÜÀíÉèÖá£',1031510000); INSERT INTO international VALUES (4,'USS',7,'ÄúµÄͶ¸åÒÑͨ¹ýÉóºË¡£',1031510000); INSERT INTO international VALUES (4,'SyndicatedContent',7,'±à¼Í¬²½ÄÚÈÝ',1031510000); INSERT INTO international VALUES (4,'SQLReport',7,'²éѯ',1031510000); INSERT INTO international VALUES (4,'SiteMap',7,'Õ¹¿ªÉî¶È',1031510000); INSERT INTO international VALUES (4,'Poll',7,'ͶƱȨÏÞ£¿',1031510000); INSERT INTO international VALUES (4,'MessageBoard',7,'ÿҳÏÔʾ',1031510000); INSERT INTO international VALUES (4,'Item',7,'ÏîÄ¿',1031510000); INSERT INTO international VALUES (4,'ExtraColumn',7,'¿í¶È',1031510000); INSERT INTO international VALUES (4,'EventsCalendar',7,'Ö»·¢ÉúÒ»´Î¡£',1031510000); INSERT INTO international VALUES (4,'Article',7,'½áÊøÈÕÆÚ',1031510000); INSERT INTO international VALUES (3,'WebGUI',7,'´Ó¼ôÌù°åÖÐÕ³Ìù...',1031510000); INSERT INTO international VALUES (3,'USS',7,'ÄúÓÐһƪеÄÓû§Í¶¸åµÈ´ýÉóºË¡£',1031510000); INSERT INTO international VALUES (3,'SQLReport',7,'±¨¸æÄ£°å',1031510000); INSERT INTO international VALUES (3,'SiteMap',7,'ÊÇ·ñ´Ó´Ë¼¶±ð¿ªÊ¼£¿',1031510000); INSERT INTO international VALUES (3,'Poll',7,'¼¤»î',1031510000); INSERT INTO international VALUES (3,'LinkList',7,'ÊÇ·ñÔÚд°¿ÚÖдò¿ª£¿',1031510000); INSERT INTO international VALUES (3,'Item',7,'ɾ³ý¸½¼þ',1031510000); INSERT INTO international VALUES (3,'ExtraColumn',7,'¿Õ°×',1031510000); INSERT INTO international VALUES (3,'Article',7,'¿ªÊ¼ÈÕÆÚ',1031510000); INSERT INTO international VALUES (2,'WebGUI',7,'Ò³',1031510000); INSERT INTO international VALUES (2,'USS',7,'Ͷ¸åȨÏÞ£¿',1031510000); INSERT INTO international VALUES (2,'SyndicatedContent',7,'ͬ²½ÄÚÈÝ',1031510000); INSERT INTO international VALUES (2,'SiteMap',7,'ÍøÕ¾µØÍ¼',1031510000); INSERT INTO international VALUES (2,'MessageBoard',7,'¹«¸æÀ¸',1031510000); INSERT INTO international VALUES (2,'Item',7,'¸½¼þ',1031510000); INSERT INTO international VALUES (2,'FAQ',7,'F.A.Q.',1031510000); INSERT INTO international VALUES (2,'EventsCalendar',7,'ÐÐÊÂÀú',1031510000); INSERT INTO international VALUES (507,'WebGUI',7,'±à¼Ä£°å',1031510000); INSERT INTO international VALUES (1,'WebGUI',7,'Ìí¼ÓÄÚÈÝ...',1031510000); INSERT INTO international VALUES (1,'USS',7,'ÉóºËȨÏÞ£¿',1031510000); INSERT INTO international VALUES (1,'SyndicatedContent',7,'RSS ÎļþÁ´½Ó',1031510000); INSERT INTO international VALUES (1,'SQLReport',7,'SQL ±¨¸æ',1031510000); INSERT INTO international VALUES (1,'Poll',7,'µ÷²é',1031510000); INSERT INTO international VALUES (1,'Item',7,'Á´½Ó URL',1031510000); INSERT INTO international VALUES (1,'ExtraColumn',7,'À©Õ¹ÁÐ',1031510000); INSERT INTO international VALUES (1,'Article',7,'ÎÄÕÂ',1031510000); INSERT INTO international VALUES (367,'WebGUI',7,'¹ýÆÚʱ¼ä',1031510000); INSERT INTO international VALUES (5,'WebGUI',7,'¹ÜÀíÓû§×é¡£',1031510000); INSERT INTO international VALUES (6,'Article',7,'ͼƬ',1031510000); INSERT INTO international VALUES (701,'WebGUI',7,'ÐÇÆÚ',1031510000); INSERT INTO international VALUES (6,'ExtraColumn',7,'±à¼À©Õ¹ÁÐ',1031510000); INSERT INTO international VALUES (6,'FAQ',7,'»Ø´ð',1031510000); INSERT INTO international VALUES (6,'LinkList',7,'Á´½ÓÁбí',1031510000); INSERT INTO international VALUES (6,'MessageBoard',7,'±à¼¹«¸æÀ¸',1031510000); INSERT INTO international VALUES (6,'Poll',7,'ÎÊÌâ',1031510000); INSERT INTO international VALUES (6,'SiteMap',7,'Ëõ½ø',1031510000); INSERT INTO international VALUES (6,'SQLReport',7,'Êý¾Ý¿âÓû§',1031510000); INSERT INTO international VALUES (6,'USS',7,'ÿҳͶ¸åÊý',1031510000); INSERT INTO international VALUES (6,'WebGUI',7,'¹ÜÀí·ç¸ñ',1031510000); INSERT INTO international VALUES (7,'Article',7,'Á¬½Ó±êÌâ',1031510000); INSERT INTO international VALUES (7,'FAQ',7,'ÄúÊÇ·ñÈ·ÐÅÄúҪɾ³ýÕâ¸öÎÊÌ⣿',1031510000); INSERT INTO international VALUES (7,'MessageBoard',7,'×÷Õߣº',1031510000); INSERT INTO international VALUES (7,'Poll',7,'»Ø´ð',1031510000); INSERT INTO international VALUES (7,'SQLReport',7,'Êý¾Ý¿âÃÜÂë',1031510000); INSERT INTO international VALUES (7,'WebGUI',7,'¹ÜÀíÓû§¡£',1031510000); INSERT INTO international VALUES (8,'Article',7,'Á´½Ó URL',1031510000); INSERT INTO international VALUES (8,'EventsCalendar',7,'ÖØ¸´ÖÜÆÚ',1031510000); INSERT INTO international VALUES (8,'FAQ',7,'±à¼ F.A.Q.',1031510000); INSERT INTO international VALUES (8,'LinkList',7,'URL',1031510000); INSERT INTO international VALUES (8,'MessageBoard',7,'ÈÕÆÚ£º',1031510000); INSERT INTO international VALUES (8,'Poll',7,'£¨Ã¿ÐÐÊäÈëÒ»Ìõ´ð°¸¡£×î¶à²»³¬¹ý20Ìõ¡££©',1031510000); INSERT INTO international VALUES (9,'MessageBoard',7,'ÎÄÕ ID:',1031510000); INSERT INTO international VALUES (11,'MessageBoard',7,'·µ»ØÎÄÕÂÁбí',1031510000); INSERT INTO international VALUES (12,'MessageBoard',7,'±à¼ÎÄÕÂ',1031510000); INSERT INTO international VALUES (15,'MessageBoard',7,'×÷Õß',1031510000); INSERT INTO international VALUES (16,'MessageBoard',7,'ÈÕÆÚ',1031510000); INSERT INTO international VALUES (17,'MessageBoard',7,'·¢±íÐÂÎÄÕÂ',1031510000); INSERT INTO international VALUES (18,'MessageBoard',7,'ÏßË÷¿ªÊ¼',1031510000); INSERT INTO international VALUES (19,'MessageBoard',7,'»Ø¸´',1031510000); INSERT INTO international VALUES (20,'MessageBoard',7,'×îºó»Ø¸´',1031510000); INSERT INTO international VALUES (22,'MessageBoard',7,'ɾ³ýÎÄÕÂ',1031510000); INSERT INTO international VALUES (9,'Poll',7,'±à¼µ÷²é',1031510000); INSERT INTO international VALUES (10,'Poll',7,'³õʼ»¯Í¶Æ±¡£',1031510000); INSERT INTO international VALUES (11,'Poll',7,'ͶƱ£¡',1031510000); INSERT INTO international VALUES (8,'SQLReport',7,'Edit SQL Report',1031510000); INSERT INTO international VALUES (8,'WebGUI',7,'Äú²é¿´µÄÒ³Ãæ²»´æÔÚ¡£',1031510000); INSERT INTO international VALUES (9,'Article',7,'¸½¼þ',1031510000); INSERT INTO international VALUES (9,'EventsCalendar',7,'Ö±µ½',1031510000); INSERT INTO international VALUES (9,'FAQ',7,'Ìí¼ÓÐÂÎÊÌâ¡£',1031510000); INSERT INTO international VALUES (9,'LinkList',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÁ´½Ó£¿',1031510000); INSERT INTO international VALUES (9,'SQLReport',7,'Debug: Error: The DSN specified is of an improper format.',1031510000); INSERT INTO international VALUES (9,'WebGUI',7,'²é¿´¼ôÌù°å',1031510000); INSERT INTO international VALUES (10,'Article',7,'ÊÇ·ñת»»»Ø³µ·û£¿',1031510000); INSERT INTO international VALUES (10,'FAQ',7,'±à¼ÎÊÌâ',1031510000); INSERT INTO international VALUES (10,'LinkList',7,'±à¼Á´½ÓÁбí',1031510000); INSERT INTO international VALUES (10,'SQLReport',7,'Debug: Error: The SQL specified is of an improper format.',1031510000); INSERT INTO international VALUES (10,'WebGUI',7,'¹ÜÀíÀ¬»øÏä',1031510000); INSERT INTO international VALUES (11,'Article',7,'(Èç¹ûÄúûÓÐÊÖ¶¯ÊäÈë<br>£¬ÇëÑ¡Ôñ¡°ÊÇ¡±)',1031510000); INSERT INTO international VALUES (76,'EventsCalendar',1,'Delete only this event.',1031514049); INSERT INTO international VALUES (11,'SQLReport',7,'Debug: Error: There was a problem with the query.',1031510000); INSERT INTO international VALUES (11,'WebGUI',7,'Çå¿ÕÀ¬»øÏä',1031510000); INSERT INTO international VALUES (12,'Article',7,'±à¼ÎÄÕÂ',1031510000); INSERT INTO international VALUES (12,'EventsCalendar',7,'±à¼ÐÐÊÂÀú',1031510000); INSERT INTO international VALUES (12,'LinkList',7,'±à¼Á´½Ó',1031510000); INSERT INTO international VALUES (12,'SQLReport',7,'Debug: Error: Could not connect to the database.',1031510000); INSERT INTO international VALUES (12,'USS',7,'(Èç¹ûÄúʹÓÃÁ˳¬Îı¾ÓïÑÔ£¬Ç벻ҪѡÔñ´ËÏî)',1031510000); INSERT INTO international VALUES (12,'WebGUI',7,'Í˳ö¹ÜÀí',1031510000); INSERT INTO international VALUES (13,'Article',7,'ɾ³ý',1031510000); INSERT INTO international VALUES (13,'EventsCalendar',7,'±à¼ÊÂÎñ',1031510000); INSERT INTO international VALUES (13,'LinkList',7,'Ìí¼ÓÐÂÁ´½Ó¡£',1031510000); INSERT INTO international VALUES (13,'USS',7,'Ͷ¸åʱ¼ä',1031510000); INSERT INTO international VALUES (13,'WebGUI',7,'²é¿´°ïÖúË÷Òý',1031510000); INSERT INTO international VALUES (764,'WebGUI',1,'Edit this collateral item.',1036892856); INSERT INTO international VALUES (516,'WebGUI',7,'½øÈë¹ÜÀí',1031510000); INSERT INTO international VALUES (517,'WebGUI',7,'Í˳ö¹ÜÀí',1031510000); INSERT INTO international VALUES (515,'WebGUI',7,'ÊÇ·ñÌí¼Ó±à¼´Á£¿',1031510000); INSERT INTO international VALUES (14,'USS',7,'״̬',1031510000); INSERT INTO international VALUES (14,'WebGUI',7,'²é¿´µÈ´ýÉóºËµÄͶ¸å',1031510000); INSERT INTO international VALUES (15,'USS',7,'±à¼/ɾ³ý',1031510000); INSERT INTO international VALUES (15,'WebGUI',7,'Ò»ÔÂ',1031510000); INSERT INTO international VALUES (16,'USS',7,'ÎÞ±êÌâ',1031510000); INSERT INTO international VALUES (16,'WebGUI',7,'¶þÔÂ',1031510000); INSERT INTO international VALUES (17,'USS',7,'ÄúÈ·¶¨ÒªÉ¾³ý´Ë¸å¼þÂð£¿',1031510000); INSERT INTO international VALUES (17,'WebGUI',7,'ÈýÔÂ',1031510000); INSERT INTO international VALUES (18,'USS',7,'±à¼Óû§Í¶¸åϵͳ',1031510000); INSERT INTO international VALUES (18,'WebGUI',7,'ËÄÔÂ',1031510000); INSERT INTO international VALUES (19,'USS',7,'±à¼Í¶¸å',1031510000); INSERT INTO international VALUES (19,'WebGUI',7,'ÎåÔÂ',1031510000); INSERT INTO international VALUES (20,'USS',7,'ÎÒҪͶ¸å',1031510000); INSERT INTO international VALUES (20,'WebGUI',7,'ÁùÔÂ',1031510000); INSERT INTO international VALUES (21,'USS',7,'·¢±íÈË',1031510000); INSERT INTO international VALUES (21,'WebGUI',7,'ÆßÔÂ',1031510000); INSERT INTO international VALUES (22,'WebGUI',7,'°ËÔÂ',1031510000); INSERT INTO international VALUES (23,'WebGUI',7,'¾ÅÔÂ',1031510000); INSERT INTO international VALUES (24,'WebGUI',7,'Ê®ÔÂ',1031510000); INSERT INTO international VALUES (25,'WebGUI',7,'ʮһÔÂ',1031510000); INSERT INTO international VALUES (26,'WebGUI',7,'Ê®¶þÔÂ',1031510000); INSERT INTO international VALUES (27,'USS',7,'±à¼',1031510000); INSERT INTO international VALUES (27,'WebGUI',7,'ÐÇÆÚÈÕ',1031510000); INSERT INTO international VALUES (28,'USS',7,'·µ»Ø¸å¼þÁбí',1031510000); INSERT INTO international VALUES (28,'WebGUI',7,'ÐÇÆÚÒ»',1031510000); INSERT INTO international VALUES (29,'USS',7,'Óû§Í¶¸åϵͳ',1031510000); INSERT INTO international VALUES (29,'WebGUI',7,'ÐÇÆÚ¶þ',1031510000); INSERT INTO international VALUES (30,'WebGUI',7,'ÐÇÆÚÈý',1031510000); INSERT INTO international VALUES (31,'WebGUI',7,'ÐÇÆÚËÄ',1031510000); INSERT INTO international VALUES (32,'WebGUI',7,'ÐÇÆÚÎå',1031510000); INSERT INTO international VALUES (33,'WebGUI',7,'ÐÇÆÚÁù',1031510000); INSERT INTO international VALUES (34,'WebGUI',7,'ÉèÖÃÈÕÆÚ',1031510000); INSERT INTO international VALUES (35,'WebGUI',7,'¹ÜÀí¹¦ÄÜ',1031510000); INSERT INTO international VALUES (36,'WebGUI',7,'Äú±ØÐëÊÇϵͳ¹ÜÀíÔ±²ÅÄÜʹÓô˹¦ÄÜ¡£ÇëÁªÏµÄúµÄϵͳ¹ÜÀíÔ±¡£ÒÔÏÂÊDZ¾ÏµÍ³µÄϵͳ¹ÜÀíÔ±Çåµ¥£º',1031510000); INSERT INTO international VALUES (37,'WebGUI',7,'ȨÏÞ±»¾Ü¾ø£¡',1031510000); INSERT INTO international VALUES (404,'WebGUI',7,'µÚÒ»Ò³',1031510000); INSERT INTO international VALUES (38,'WebGUI',7,'ÄúûÓÐ×ã¹»µÄȨÏÞÖ´ÐдËÏî²Ù×÷¡£Çë^a(µÇ¼);È»ºóÔÙÊÔÒ»´Î¡£',1031510000); INSERT INTO international VALUES (39,'WebGUI',7,'¶Ô²»Æð£¬ÄúûÓÐ×ã¹»µÄȨÏÞ·ÃÎÊÒ»Ò³¡£',1031510000); INSERT INTO international VALUES (40,'WebGUI',7,'ϵͳ×é¼þ',1031510000); INSERT INTO international VALUES (41,'WebGUI',7,'Äú½«ÒªÉ¾³ýÒ»¸öϵͳ×é¼þ¡£Èç¹ûÄú¼ÌÐø£¬ÏµÍ³¹¦ÄÜ¿ÉÄÜ»áÊܵ½Ó°Ïì¡£',1031510000); INSERT INTO international VALUES (42,'WebGUI',7,'ÇëÈ·ÈÏ',1031510000); INSERT INTO international VALUES (43,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÄÚÈÝÂð£¿',1031510000); INSERT INTO international VALUES (44,'WebGUI',7,'Êǵģ¬ÎÒÈ·¶¨¡£',1031510000); INSERT INTO international VALUES (45,'WebGUI',7,'²»£¬ÎÒ°´´íÁË¡£',1031510000); INSERT INTO international VALUES (46,'WebGUI',7,'ÎÒµÄÕÊ»§',1031510000); INSERT INTO international VALUES (47,'WebGUI',7,'Ê×Ò³',1031510000); INSERT INTO international VALUES (48,'WebGUI',7,'»¶Ó£¡',1031510000); INSERT INTO international VALUES (49,'WebGUI',7,'µã»÷ ´Ë´¦ Í˳öµÇ¼¡£',1031510000); INSERT INTO international VALUES (50,'WebGUI',7,'ÕÊ»§',1031510000); INSERT INTO international VALUES (51,'WebGUI',7,'ÃÜÂë',1031510000); INSERT INTO international VALUES (52,'WebGUI',7,'µÇ¼',1031510000); INSERT INTO international VALUES (53,'WebGUI',7,'´òÓ¡±¾Ò³',1031510000); INSERT INTO international VALUES (54,'WebGUI',7,'´´½¨ÕÊ»§',1031510000); INSERT INTO international VALUES (2,'Auth/WebGUI',7,'ÃÜÂ루ȷÈÏ£©',1031510000); INSERT INTO international VALUES (56,'WebGUI',7,'µç×ÓÓʼþ',1031510000); INSERT INTO international VALUES (57,'WebGUI',7,'´ËÏîÖ»ÔÚÄúÏ£ÍûʹÓõ½ÐèÒªµç×ÓÓʼþµÄ¹¦ÄܵÄʱºòÓÐÓá£',1031510000); INSERT INTO international VALUES (58,'WebGUI',7,'ÎÒÒѾÓÐÁËÒ»¸öÕÊ»§¡£',1031510000); INSERT INTO international VALUES (59,'WebGUI',7,'ÎÒÍü¼ÇÁËÃÜÂë¡£',1031510000); INSERT INTO international VALUES (60,'WebGUI',7,'ÄúÊÇ·ñÕæµÄÏ£Íû×¢ÏúÄúµÄÕÊ»§£¿Èç¹ûÄú¼ÌÐø£¬ÄúµÄÕÊ»§ÐÅÏ¢½«±»ÓÀ¾Ãɾ³ý¡£',1031510000); INSERT INTO international VALUES (61,'WebGUI',7,'¸üÐÂÕÊ»§ÐÅÏ¢',1031510000); INSERT INTO international VALUES (62,'WebGUI',7,'±£´æ',1031510000); INSERT INTO international VALUES (63,'WebGUI',7,'½øÈë¹ÜÀí¡£',1031510000); INSERT INTO international VALUES (64,'WebGUI',7,'Í˳öµÇ¼¡£',1031510000); INSERT INTO international VALUES (65,'WebGUI',7,'Çëɾ³ýÎÒµÄÕÊ»§¡£',1031510000); INSERT INTO international VALUES (66,'WebGUI',7,'Óû§µÇ¼',1031510000); INSERT INTO international VALUES (67,'WebGUI',7,'´´½¨ÐÂÕÊ»§¡£',1031510000); INSERT INTO international VALUES (68,'WebGUI',7,'ÄúÊäÈëµÄÕÊ»§ÐÅÏ¢ÎÞЧ¡£¿ÉÄÜÊÇÄúÊäÈëµÄÕÊ»§²»´æÔÚ£¬»òÊäÈëÁË´íÎóµÄÃÜÂë¡£',1031510000); INSERT INTO international VALUES (69,'WebGUI',7,'Èç¹ûÄúÐèÒªÐÖú£¬ÇëÁªÏµÏµÍ³¹ÜÀíÔ±¡£',1031510000); INSERT INTO international VALUES (70,'WebGUI',7,'´íÎó',1031510000); INSERT INTO international VALUES (71,'WebGUI',7,'»Ö¸´ÃÜÂë',1031510000); INSERT INTO international VALUES (72,'WebGUI',7,'»Ö¸´',1031510000); INSERT INTO international VALUES (73,'WebGUI',7,'Óû§µÇ¼',1031510000); INSERT INTO international VALUES (74,'WebGUI',7,'ÕÊ»§ÐÅÏ¢',1031510000); INSERT INTO international VALUES (75,'WebGUI',7,'ÄúµÄÕÊ»§ÐÅÏ¢ÒѾ·¢Ë͵½ÄúµÄµç×ÓÓʼþÖС£',1031510000); INSERT INTO international VALUES (76,'WebGUI',7,'¶Ô²»Æð£¬´Ëµç×ÓÓʼþµØÖ·²»ÔÚϵͳÊý¾Ý¿âÖС£',1031510000); INSERT INTO international VALUES (77,'WebGUI',7,'¶Ô²»Æð£¬´ËÕÊ»§ÃûÒѱ»ÆäËûÓû§Ê¹Óá£ÇëÁíÍâÑ¡ÔñÒ»¸öÓû§Ãû¡£ÎÒÃǽ¨ÒéÄúʹÓÃÒÔÏÂÃû×Ö×÷ΪµÇ¼Ãû£º',1031510000); INSERT INTO international VALUES (3,'Auth/WebGUI',7,'ÄúÊäÈëµÄÃÜÂë²»Ò»Ö£¬ÇëÖØÐÂÊäÈë¡£',1031510000); INSERT INTO international VALUES (2,'Auth/LDAP',7,'²»ÄÜÁ¬½Óµ½Ä¿Â¼·þÎñÆ÷¡£',1031510000); INSERT INTO international VALUES (80,'WebGUI',7,'´´½¨ÕÊ»§³É¹¦£¡',1031510000); INSERT INTO international VALUES (81,'WebGUI',7,'¸üÐÂÕÊ»§³É¹¦£¡',1031510000); INSERT INTO international VALUES (82,'WebGUI',7,'¹ÜÀí¹¦ÄÜ...',1031510000); INSERT INTO international VALUES (536,'WebGUI',7,'ÐÂÓû§ ^@; ¸Õ¼ÓÈë±¾Õ¾¡£',1031510000); INSERT INTO international VALUES (84,'WebGUI',7,'Óû§×é',1031510000); INSERT INTO international VALUES (85,'WebGUI',7,'ÃèÊö',1031510000); INSERT INTO international VALUES (86,'WebGUI',7,'ÄúÈ·ÐÅҪɾ³ý´ËÓû§×éÂ𣿴ËÏî²Ù×÷½«ÓÀ¾Ãɾ³ý´ËÓû§×飬²¢È¡Ïû´ËÓû§×éËùÓÐÏà¹ØÈ¨ÏÞ¡£',1031510000); INSERT INTO international VALUES (87,'WebGUI',7,'±à¼Óû§×é',1031510000); INSERT INTO international VALUES (88,'WebGUI',7,'Óû§×é³ÉÔ±',1031510000); INSERT INTO international VALUES (89,'WebGUI',7,'Óû§×é',1031510000); INSERT INTO international VALUES (90,'WebGUI',7,'Ìí¼ÓÐÂ×é¡£',1031510000); INSERT INTO international VALUES (91,'WebGUI',7,'ÉÏÒ»Ò³',1031510000); INSERT INTO international VALUES (92,'WebGUI',7,'ÏÂÒ»Ò³',1031510000); INSERT INTO international VALUES (93,'WebGUI',7,'°ïÖú',1031510000); INSERT INTO international VALUES (94,'WebGUI',7,'²Î¿¼',1031510000); INSERT INTO international VALUES (95,'WebGUI',7,'°ïÖúË÷Òý',1031510000); INSERT INTO international VALUES (99,'WebGUI',7,'±êÌâ',1031510000); INSERT INTO international VALUES (100,'WebGUI',7,'Meta ±êʶ',1031510000); INSERT INTO international VALUES (101,'WebGUI',7,'ÄúÈ·ÐÅҪɾ³ý´ËÒ³ÃæÒÔ¼°Ò³ÃæÄÚµÄËùÓÐÄÚÈݺÍ×é¼þÂð£¿',1031510000); INSERT INTO international VALUES (102,'WebGUI',7,'±à¼Ò³Ãæ',1031510000); INSERT INTO international VALUES (103,'WebGUI',7,'Ò³ÃæÃèÊö',1031510000); INSERT INTO international VALUES (104,'WebGUI',7,'Ò³Ãæ URL',1031510000); INSERT INTO international VALUES (105,'WebGUI',7,'·ç¸ñ',1031510000); INSERT INTO international VALUES (106,'WebGUI',7,'Ñ¡Ôñ¡°ÊÇ¡±½«±¾Ò³ÃæÏ¼¶ËùÓÐÒ³Ãæ·ç¸ñ¸ÄΪ´Ë·ç¸ñ¡£',1031510000); INSERT INTO international VALUES (107,'WebGUI',7,'ȨÏÞÉèÖÃ',1031510000); INSERT INTO international VALUES (108,'WebGUI',7,'ÓµÓÐÕß',1031510000); INSERT INTO international VALUES (116,'WebGUI',7,'Ñ¡Ôñ¡°ÊÇ¡±½«±¾Ò³ÃæÏ¼¶ËùÓÐÒ³ÃæÈ¨ÏÞ¸ÄΪ´ËȨÏÞÉèÖá£',1031510000); INSERT INTO international VALUES (117,'WebGUI',7,'±à¼Óû§ÉèÖÃ',1031510000); INSERT INTO international VALUES (118,'WebGUI',7,'ÄäÃûÓû§×¢²á',1031510000); INSERT INTO international VALUES (119,'WebGUI',7,'ĬÈÏÓû§ÈÏÖ¤·½Ê½',1031510000); INSERT INTO international VALUES (5,'Auth/LDAP',7,'ĬÈÏ LDAP URL',1031510000); INSERT INTO international VALUES (6,'Auth/LDAP',7,'ĬÈÏ LDAP Identity',1031510000); INSERT INTO international VALUES (7,'Auth/LDAP',7,'LDAP Identity Ãû',1031510000); INSERT INTO international VALUES (8,'Auth/LDAP',7,'LDAP Password Ãû',1031510000); INSERT INTO international VALUES (124,'WebGUI',7,'±à¼¹«Ë¾ÐÅÏ¢',1031510000); INSERT INTO international VALUES (125,'WebGUI',7,'¹«Ë¾Ãû',1031510000); INSERT INTO international VALUES (126,'WebGUI',7,'¹«Ë¾µç×ÓÓʼþµØÖ·',1031510000); INSERT INTO international VALUES (127,'WebGUI',7,'¹«Ë¾Á´½Ó',1031510000); INSERT INTO international VALUES (130,'WebGUI',7,'×î´ó¸½¼þ´óС',1031510000); INSERT INTO international VALUES (133,'WebGUI',7,'±à¼ÓʼþÉèÖÃ',1031510000); INSERT INTO international VALUES (134,'WebGUI',7,'»Ö¸´ÃÜÂëÓʼþÄÚÈÝ',1031510000); INSERT INTO international VALUES (135,'WebGUI',7,'Óʼþ·þÎñÆ÷',1031510000); INSERT INTO international VALUES (138,'WebGUI',7,'ÊÇ',1031510000); INSERT INTO international VALUES (139,'WebGUI',7,'·ñ',1031510000); INSERT INTO international VALUES (140,'WebGUI',7,'±à¼Ò»°ãÉèÖÃ',1031510000); INSERT INTO international VALUES (141,'WebGUI',7,'ĬÈÏδÕÒµ½Ò³Ãæ',1031510000); INSERT INTO international VALUES (142,'WebGUI',7,'¶Ô»°³¬Ê±',1031510000); INSERT INTO international VALUES (143,'WebGUI',7,'¹ÜÀíÉèÖÃ',1031510000); INSERT INTO international VALUES (144,'WebGUI',7,'²é¿´Í³¼ÆÐÅÏ¢¡£',1031510000); INSERT INTO international VALUES (145,'WebGUI',7,'ϵͳ°æ±¾',1031510000); INSERT INTO international VALUES (146,'WebGUI',7,'»î¶¯¶Ô»°',1031510000); INSERT INTO international VALUES (147,'WebGUI',7,'Ò³ÃæÊý',1031510000); INSERT INTO international VALUES (148,'WebGUI',7,'×é¼þÊý',1031510000); INSERT INTO international VALUES (149,'WebGUI',7,'Óû§Êý',1031510000); INSERT INTO international VALUES (533,'WebGUI',7,'²»°üÀ¨ËÑË÷×Ö',1031510000); INSERT INTO international VALUES (532,'WebGUI',7,'°üÀ¨ÖÁÉÙÒ»¸öËÑË÷×Ö',1031510000); INSERT INTO international VALUES (151,'WebGUI',7,'·ç¸ñÃû',1031510000); INSERT INTO international VALUES (505,'WebGUI',7,'Ìí¼ÓÒ»¸öÐÂÄ£°å',1031510000); INSERT INTO international VALUES (504,'WebGUI',7,'Ä£°å',1031510000); INSERT INTO international VALUES (502,'WebGUI',7,'ÄúÈ·ÐÅҪɾ³ý´ËÄ£°å£¬²¢½«ËùÓÐʹÓôËÄ£°åµÄÒ³ÃæÉèΪĬÈÏÄ£°å£¿',1031510000); INSERT INTO international VALUES (154,'WebGUI',7,'·ç¸ñµ¥',1031510000); INSERT INTO international VALUES (155,'WebGUI',7,'ÄúÈ·¶¨ÒªÉ¾³ý´ËÒ³Ãæ·ç¸ñ£¬²¢½«ËùÓÐʹÓô˷ç¸ñµÄÒ³Ãæ·ç¸ñÉèΪ¡°°²È«Ä£Ê½¡±·ç¸ñ£¿',1031510000); INSERT INTO international VALUES (156,'WebGUI',7,'±à¼·ç¸ñ',1031510000); INSERT INTO international VALUES (157,'WebGUI',7,'·ç¸ñ',1031510000); INSERT INTO international VALUES (158,'WebGUI',7,'Ìí¼Óзç¸ñ¡£',1031510000); INSERT INTO international VALUES (160,'WebGUI',7,'Ìá½»ÈÕÆÚ',1031510000); INSERT INTO international VALUES (161,'WebGUI',7,'Ìá½»ÈË',1031510000); INSERT INTO international VALUES (162,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÇå¿ÕÀ¬»øÏäÖÐËùÓÐÒ³ÃæºÍ×é¼þÂð£¿',1031510000); INSERT INTO international VALUES (163,'WebGUI',7,'Ìí¼ÓÓû§',1031510000); INSERT INTO international VALUES (164,'WebGUI',7,'Óû§ÈÏÖ¤·½Ê½',1031510000); INSERT INTO international VALUES (3,'Auth/LDAP',7,'LDAP URL',1031510000); INSERT INTO international VALUES (4,'Auth/LDAP',7,'Á¬½Ó DN',1031510000); INSERT INTO international VALUES (167,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÓû§Âð£¿×¢Òâɾ³ýÓû§½«ÓÀ¾Ãɾ³ý¸ÃÓû§µÄËùÓÐÐÅÏ¢¡£',1031510000); INSERT INTO international VALUES (168,'WebGUI',7,'±à¼Óû§',1031510000); INSERT INTO international VALUES (169,'WebGUI',7,'Ìí¼ÓÐÂÓû§¡£',1031510000); INSERT INTO international VALUES (170,'WebGUI',7,'ËÑË÷',1031510000); INSERT INTO international VALUES (171,'WebGUI',7,'¿ÉÊÓ»¯±à¼',1031510000); INSERT INTO international VALUES (174,'WebGUI',7,'ÊÇ·ñÏÔʾ±êÌ⣿',1031510000); INSERT INTO international VALUES (175,'WebGUI',7,'ÊÇ·ñÖ´ÐкêÃüÁ',1031510000); INSERT INTO international VALUES (228,'WebGUI',7,'±à¼ÏûÏ¢...',1031510000); INSERT INTO international VALUES (229,'WebGUI',7,'±êÌâ',1031510000); INSERT INTO international VALUES (230,'WebGUI',7,'ÏûÏ¢',1031510000); INSERT INTO international VALUES (231,'WebGUI',7,'·¢²¼ÐÂÏûÏ¢...',1031510000); INSERT INTO international VALUES (232,'WebGUI',7,'ÎÞ±êÌâ',1031510000); INSERT INTO international VALUES (233,'WebGUI',7,'(eom)',1031510000); INSERT INTO international VALUES (234,'WebGUI',7,'·¢±í»ØÓ¦...',1031510000); INSERT INTO international VALUES (237,'WebGUI',7,'±êÌ⣺',1031510000); INSERT INTO international VALUES (238,'WebGUI',7,'×÷Õߣº',1031510000); INSERT INTO international VALUES (239,'WebGUI',7,'ÈÕÆÚ£º',1031510000); INSERT INTO international VALUES (240,'WebGUI',7,'ÏûÏ¢ ID:',1031510000); INSERT INTO international VALUES (244,'WebGUI',7,'×÷Õß',1031510000); INSERT INTO international VALUES (245,'WebGUI',7,'ÈÕÆÚ',1031510000); INSERT INTO international VALUES (304,'WebGUI',7,'ÓïÑÔ',1031510000); INSERT INTO international VALUES (307,'WebGUI',7,'ÊÇ·ñʹÓÃĬÈÏ meta ±êʶ·û£¿',1031510000); INSERT INTO international VALUES (308,'WebGUI',7,'±à¼Óû§ÊôÐÔÉèÖÃ',1031510000); INSERT INTO international VALUES (309,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÕæÊµÐÕÃû£¿',1031510000); INSERT INTO international VALUES (310,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÀ©Õ¹ÁªÏµÐÅÏ¢£¿',1031510000); INSERT INTO international VALUES (311,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓüÒÍ¥ÐÅÏ¢£¿',1031510000); INSERT INTO international VALUES (312,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÉÌÒµÐÅÏ¢£¿',1031510000); INSERT INTO international VALUES (313,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÆäËûÐÅÏ¢£¿',1031510000); INSERT INTO international VALUES (314,'WebGUI',7,'ÐÕ',1031510000); INSERT INTO international VALUES (315,'WebGUI',7,'ÖмäÃû',1031510000); INSERT INTO international VALUES (316,'WebGUI',7,'Ãû',1031510000); INSERT INTO international VALUES (317,'WebGUI',7,'ICQ UIN',1031510000); INSERT INTO international VALUES (318,'WebGUI',7,'AIM ID',1031510000); INSERT INTO international VALUES (319,'WebGUI',7,'MSN Messenger ID',1031510000); INSERT INTO international VALUES (320,'WebGUI',7,'Yahoo! Messenger ID',1031510000); INSERT INTO international VALUES (321,'WebGUI',7,'ÒÆ¶¯µç»°',1031510000); INSERT INTO international VALUES (322,'WebGUI',7,'´«ºô',1031510000); INSERT INTO international VALUES (323,'WebGUI',7,'¼Òͥסַ',1031510000); INSERT INTO international VALUES (324,'WebGUI',7,'³ÇÊÐ',1031510000); INSERT INTO international VALUES (325,'WebGUI',7,'Ê¡·Ý',1031510000); INSERT INTO international VALUES (326,'WebGUI',7,'ÓÊÕþ±àÂë',1031510000); INSERT INTO international VALUES (327,'WebGUI',7,'¹ú¼Ò',1031510000); INSERT INTO international VALUES (328,'WebGUI',7,'סլµç»°',1031510000); INSERT INTO international VALUES (329,'WebGUI',7,'µ¥Î»µØÖ·',1031510000); INSERT INTO international VALUES (330,'WebGUI',7,'³ÇÊÐ',1031510000); INSERT INTO international VALUES (331,'WebGUI',7,'Ê¡·Ý',1031510000); INSERT INTO international VALUES (332,'WebGUI',7,'ÓÊÕþ±àÂë',1031510000); INSERT INTO international VALUES (333,'WebGUI',7,'¹ú¼Ò',1031510000); INSERT INTO international VALUES (334,'WebGUI',7,'µ¥Î»µç»°',1031510000); INSERT INTO international VALUES (335,'WebGUI',7,'ÐÔ±ð',1031510000); INSERT INTO international VALUES (336,'WebGUI',7,'ÉúÈÕ',1031510000); INSERT INTO international VALUES (337,'WebGUI',7,'¸öÈËÍøÒ³',1031510000); INSERT INTO international VALUES (338,'WebGUI',7,'±à¼Óû§ÊôÐÔ',1031510000); INSERT INTO international VALUES (339,'WebGUI',7,'ÄÐ',1031510000); INSERT INTO international VALUES (340,'WebGUI',7,'Å®',1031510000); INSERT INTO international VALUES (341,'WebGUI',7,'±à¼Óû§ÊôÐÔ¡£',1031510000); INSERT INTO international VALUES (342,'WebGUI',7,'±à¼ÕÊ»§ÐÅÏ¢',1031510000); INSERT INTO international VALUES (343,'WebGUI',7,'²é¿´Óû§ÊôÐÔ¡£',1031510000); INSERT INTO international VALUES (351,'WebGUI',7,'ÏûÏ¢',1031510000); INSERT INTO international VALUES (345,'WebGUI',7,'²»ÊDZ¾Õ¾Óû§',1031510000); INSERT INTO international VALUES (346,'WebGUI',7,'´ËÓû§²»ÔÙÊDZ¾Õ¾Óû§¡£ÎÞ·¨Ìṩ´ËÓû§µÄ¸ü¶àÐÅÏ¢¡£',1031510000); INSERT INTO international VALUES (347,'WebGUI',7,'²é¿´Óû§ÊôÐÔ£º',1031510000); INSERT INTO international VALUES (348,'WebGUI',7,'ÐÕÃû',1031510000); INSERT INTO international VALUES (349,'WebGUI',7,'×îа汾',1031510000); INSERT INTO international VALUES (350,'WebGUI',7,'½áÊø',1031510000); INSERT INTO international VALUES (352,'WebGUI',7,'·¢³öÈÕÆÚ',1031510000); INSERT INTO international VALUES (471,'WebGUI',7,'±à¼Óû§ÊôÐÔÏî',1031510000); INSERT INTO international VALUES (355,'WebGUI',7,'ĬÈÏ',1031510000); INSERT INTO international VALUES (356,'WebGUI',7,'Ä£°å',1031510000); INSERT INTO international VALUES (357,'WebGUI',7,'ÐÂÎÅ',1031510000); INSERT INTO international VALUES (358,'WebGUI',7,'×󵼺½',1031510000); INSERT INTO international VALUES (359,'WebGUI',7,'ÓÒµ¼º½',1031510000); INSERT INTO international VALUES (360,'WebGUI',7,'Ò»¼ÓÈý',1031510000); INSERT INTO international VALUES (361,'WebGUI',7,'Èý¼ÓÒ»',1031510000); INSERT INTO international VALUES (362,'WebGUI',7,'ƽ·Ö',1031510000); INSERT INTO international VALUES (363,'WebGUI',7,'Ä£°å¶¨Î»',1031510000); INSERT INTO international VALUES (364,'WebGUI',7,'ËÑË÷',1031510000); INSERT INTO international VALUES (365,'WebGUI',7,'ËÑË÷½á¹û...',1031510000); INSERT INTO international VALUES (366,'WebGUI',7,'ûÓÐÕÒµ½·ûºÏËÑË÷Ìõ¼þµÄÒ³Ãæ¡£',1031510000); INSERT INTO international VALUES (368,'WebGUI',7,'½«´ËÓû§¼ÓÈëÐÂÓû§×é¡£',1031510000); INSERT INTO international VALUES (369,'WebGUI',7,'¹ýÆÚÈÕÆÚ',1031510000); INSERT INTO international VALUES (370,'WebGUI',7,'±à¼Óû§·Ö×é',1031510000); INSERT INTO international VALUES (371,'WebGUI',7,'Ìí¼ÓÓû§·Ö×é',1031510000); INSERT INTO international VALUES (372,'WebGUI',7,'±à¼Óû§ËùÊô×éȺ',1031510000); INSERT INTO international VALUES (605,'WebGUI',1,'Add Groups',1031514049); INSERT INTO international VALUES (374,'WebGUI',7,'¹ÜÀí°ü¹ü¡£',1031510000); INSERT INTO international VALUES (375,'WebGUI',7,'Ñ¡ÔñÒªÕ¹¿ªµÄ°ü¹ü¡£',1031510000); INSERT INTO international VALUES (376,'WebGUI',7,'°ü¹ü',1031510000); INSERT INTO international VALUES (377,'WebGUI',7,'°ü¹ü¹ÜÀíÔ±»òϵͳ¹ÜÀíԱûÓж¨Òå°ü¹ü¡£',1031510000); INSERT INTO international VALUES (31,'USS',7,'ÄÚÈÝ',1031510000); INSERT INTO international VALUES (32,'USS',7,'ͼƬ',1031510000); INSERT INTO international VALUES (33,'USS',7,'¸½¼þ',1031510000); INSERT INTO international VALUES (34,'USS',7,'ת»»»Ø³µ',1031510000); INSERT INTO international VALUES (35,'USS',7,'±êÌâ',1031510000); INSERT INTO international VALUES (80,'EventsCalendar',1,'Event Template',1038190379); INSERT INTO international VALUES (378,'WebGUI',7,'Óû§ ID',1031510000); INSERT INTO international VALUES (379,'WebGUI',7,'Óû§×é ID',1031510000); INSERT INTO international VALUES (380,'WebGUI',7,'·ç¸ñ ID',1031510000); INSERT INTO international VALUES (381,'WebGUI',7,'ϵͳÊÕµ½Ò»¸öÎÞЧµÄ±íµ¥ÇëÇó£¬ÎÞ·¨¼ÌÐø¡£µ±Í¨¹ý±íµ¥ÊäÈëÁËһЩ·Ç·¨×Ö·û£¬Í¨³£»áµ¼ÖÂÕâ¸ö½á¹û¡£Çë°´ä¯ÀÀÆ÷µÄ·µ»Ø°´Å¦·µ»ØÉÏÒ³ÖØÐÂÊäÈë¡£',1031510000); INSERT INTO international VALUES (1,'FileManager',7,'ÏÂÔØ¹ÜÀí',1031510000); INSERT INTO international VALUES (3,'FileManager',7,'ÊÇ·ñÖ´ÐÐÌí¼ÓÎļþ£¿',1031510000); INSERT INTO international VALUES (5,'FileManager',7,'Îļþ±êÌâ',1031510000); INSERT INTO international VALUES (6,'FileManager',7,'ÏÂÔØÎļþ',1031510000); INSERT INTO international VALUES (7,'FileManager',7,'ÏÂÔØÓû§×é',1031510000); INSERT INTO international VALUES (8,'FileManager',7,'¼ò½é',1031510000); INSERT INTO international VALUES (9,'FileManager',7,'±à¼ÏÂÔØ¹ÜÀíÔ±',1031510000); INSERT INTO international VALUES (10,'FileManager',7,'±à¼ÏÂÔØ',1031510000); INSERT INTO international VALUES (11,'FileManager',7,'Ìí¼ÓÐÂÏÂÔØ',1031510000); INSERT INTO international VALUES (12,'FileManager',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÏÂÔØÏîÂð£¿',1031510000); INSERT INTO international VALUES (14,'FileManager',7,'Îļþ',1031510000); INSERT INTO international VALUES (15,'FileManager',7,'ÃèÊö',1031510000); INSERT INTO international VALUES (16,'FileManager',7,'ÉÏÔØÈÕÆÚ',1031510000); INSERT INTO international VALUES (37,'USS',7,'ɾ³ý',1031510000); INSERT INTO international VALUES (13,'SQLReport',7,'Convert carriage returns?',1031510000); INSERT INTO international VALUES (17,'FileManager',7,'ÆäËû°æ±¾ #1',1031510000); INSERT INTO international VALUES (18,'FileManager',7,'ÆäËû°æ±¾ #2',1031510000); INSERT INTO international VALUES (19,'FileManager',7,'ûÓÐÄú¿ÉÒÔÏÂÔØµÄÎļþ¡£',1031510000); INSERT INTO international VALUES (14,'EventsCalendar',7,'¿ªÊ¼ÈÕÆÚ',1031510000); INSERT INTO international VALUES (15,'EventsCalendar',7,'½áÊøÈÕÆÚ',1031510000); INSERT INTO international VALUES (20,'FileManager',7,'ÔÚºóÃæ±ê×¢Ò³Âë',1031510000); INSERT INTO international VALUES (14,'SQLReport',7,'Paginate After',1031510000); INSERT INTO international VALUES (19,'EventsCalendar',7,'ÔÚºóÃæ±ê×¢Ò³Âë',1031510000); INSERT INTO international VALUES (529,'WebGUI',7,'½á¹û',1031510000); INSERT INTO international VALUES (384,'WebGUI',7,'Îļþ',1031510000); INSERT INTO international VALUES (385,'WebGUI',7,'²ÎÊý',1031510000); INSERT INTO international VALUES (386,'WebGUI',7,'±à¼Í¼Ïó',1031510000); INSERT INTO international VALUES (387,'WebGUI',7,'ÉÏÔØÈË',1031510000); INSERT INTO international VALUES (388,'WebGUI',7,'ÉÏÔØÈÕÆÚ',1031510000); INSERT INTO international VALUES (809,'WebGUI',1,'Email Group',1037579611); INSERT INTO international VALUES (391,'WebGUI',7,'ɾ³ý¸½¼ÓÎļþ¡£',1031510000); INSERT INTO international VALUES (593,'WebGUI',10,'Indsend oversættelse',1037205606); INSERT INTO international VALUES (783,'WebGUI',1,'Type',1036954378); INSERT INTO international VALUES (394,'WebGUI',7,'¹ÜÀíͼÏó¡£',1031510000); INSERT INTO international VALUES (395,'WebGUI',7,'Ìí¼ÓÐÂͼÏó¡£',1031510000); INSERT INTO international VALUES (719,'WebGUI',10,'Forældet',1036855669); INSERT INTO international VALUES (398,'WebGUI',7,'ÎĵµÀàÐͶ¨Òå',1031510000); INSERT INTO international VALUES (399,'WebGUI',7,'·ÖÎö±¾Ò³Ãæ¡£',1031510000); INSERT INTO international VALUES (400,'WebGUI',7,'ÊÇ·ñ×èÖ¹´úÀí»º´æ£¿',1031510000); INSERT INTO international VALUES (401,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÌõÏûÏ¢ÒÔ¼°´ËÌõÏûÏ¢µÄËùÓÐÏßË÷£¿',1031510000); INSERT INTO international VALUES (402,'WebGUI',7,'ÄúÒªÔĶÁµÄÏûÏ¢²»´æÔÚ¡£',1031510000); INSERT INTO international VALUES (403,'WebGUI',7,'²»¸æËßÄã',1031510000); INSERT INTO international VALUES (405,'WebGUI',7,'×îºóÒ»Ò³',1031510000); INSERT INTO international VALUES (406,'WebGUI',7,'¿ìÕÕ´óС',1031510000); INSERT INTO international VALUES (407,'WebGUI',7,'µã»÷´Ë´¦×¢²á¡£',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,'Debug: Query:',1031510000); INSERT INTO international VALUES (18,'SQLReport',7,'There were no results for this query.',1031510000); INSERT INTO international VALUES (506,'WebGUI',7,'¹ÜÀíÄ£°å',1031510000); INSERT INTO international VALUES (535,'WebGUI',7,'µ±ÐÂÓû§×¢²áʱ֪ͨÓû§×é',1031510000); INSERT INTO international VALUES (353,'WebGUI',7,'ÏÖÔÚÄúµÄÊÕ¼þÏäÖÐûÓÐÏûÏ¢¡£',1031510000); INSERT INTO international VALUES (530,'WebGUI',7,'ËÑË÷ËùÓйؼü×Ö',1031510000); INSERT INTO international VALUES (408,'WebGUI',7,'¹ÜÀí¸ùÒ³Ãæ',1031510000); INSERT INTO international VALUES (409,'WebGUI',7,'Ìí¼ÓиùÒ³Ãæ¡£',1031510000); INSERT INTO international VALUES (410,'WebGUI',7,'¹ÜÀí¸ùÒ³Ãæ¡£',1031510000); INSERT INTO international VALUES (411,'WebGUI',7,'Ŀ¼±êÌâ',1031510000); INSERT INTO international VALUES (412,'WebGUI',7,'Ò³ÃæÃèÊö',1031510000); INSERT INTO international VALUES (77,'Survey',1,'End Time',1038782119); INSERT INTO international VALUES (894,'WebGUI',7,'ÊÇ·ñÔÊÐíÌÖÂÛ£¿',1031510000); INSERT INTO international VALUES (22,'Article',7,'×÷Õß',1031510000); INSERT INTO international VALUES (23,'Article',7,'ÈÕÆÚ',1031510000); INSERT INTO international VALUES (24,'Article',7,'·¢±í»ØÓ¦',1031510000); INSERT INTO international VALUES (27,'Article',7,'·µ»ØÎÄÕÂ',1031510000); INSERT INTO international VALUES (28,'Article',7,'²é¿´»ØÓ¦',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,'
Um einer Seite ein Wobject hinzuzufügen, müssen sie zuerst die Seite aufrufen, \r\nin die das Wobject soll. Dann wählen Sie ein Wobject ihrer Wahl aus dem oberen \r\nlinken Bereich ("Inhalt hinzufügen ... ") aus. Zu jedem Woject gibt \r\nes eine eigene Hilfe, daher schauen sie sich diese vorher an, wenn sie nicht \r\nwissen, welchen Zweck bzw. welche Funktionen das Wobject hat.
Style Sheets: Alle Wobjects besitzen \r\neine Style-Sheet Klasse und ID. \r\n
Die Style-Sheet Klasse besteht aus dem Word "wobject" plus dem \r\nTyp des Wobjects. Daher würde für eine Abstimmung die Style-Sheet Klasse "wobjectPoll" \r\nlauten. Die Klasse gehört dann zu allen Wobjects dieses Typs im System. \r\n
Die Style-Sheet ID besteht aus dem Wort "wobjectId" plus der Wobject Id für \r\ndiese Wobject Instanz. Für einen Artikel mit der Wobject Id 94 würde die ID \r\ndann "wobjectId94" lauten.
',1048589531); INSERT INTO international VALUES (22,'Article',8,'Autore',1031922112); INSERT INTO international VALUES (23,'Article',8,'Data',1031922151); INSERT INTO international VALUES (894,'WebGUI',8,'Consenti discussione?',1048030866); INSERT INTO international VALUES (78,'Survey',1,'Total Time',1038782125); INSERT INTO international VALUES (411,'WebGUI',8,'Titolo nel Menu',1046125626); INSERT INTO international VALUES (412,'WebGUI',8,'Descrizione',1046125646); INSERT INTO international VALUES (410,'WebGUI',8,'Gestisci roots.',1046125609); INSERT INTO international VALUES (409,'WebGUI',8,'Aggiungi una nuova root.',1046125561); INSERT INTO international VALUES (408,'WebGUI',8,'Gestisci Roots',1046125530); INSERT INTO international VALUES (18,'SQLReport',8,'Non ci sono risultati per questa query.',1045783497); INSERT INTO international VALUES (16,'SQLReport',8,'Debug?',1045783484); INSERT INTO international VALUES (17,'SQLReport',8,'Debug: Query:',1048080156); INSERT INTO international VALUES (15,'SQLReport',8,'Preprocessa le macro nella query?',1045783478); INSERT INTO international VALUES (46,'WebGUI',8,'Il mio account',1045782569); INSERT INTO international VALUES (407,'WebGUI',8,'Clicca qui per registrarti.',1046125522); INSERT INTO international VALUES (406,'WebGUI',8,'Grandezza del Thumbnail',1046125498); INSERT INTO international VALUES (405,'WebGUI',8,'Ultima Pagina',1046125485); INSERT INTO international VALUES (403,'WebGUI',8,'Preferisco non dirlo.',1046125466); INSERT INTO international VALUES (402,'WebGUI',8,'Il messaggio che hai richiesto non esiste.',1046125458); INSERT INTO international VALUES (22,'MessageBoard',8,'Cancella Messaggio',1045927253); 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.',1045780774); INSERT INTO international VALUES (401,'WebGUI',8,'Sei sicuro di voler cancellare questo messaggio e tutti i messaggi sotto di esso in questo thread?',1046125446); INSERT INTO international VALUES (400,'WebGUI',8,'Impedisci la Cache del Proxy',1046125419); INSERT INTO international VALUES (399,'WebGUI',8,'Valida questa pagina.',1046125377); INSERT INTO international VALUES (398,'WebGUI',8,'Document Type Declaration',1046125368); INSERT INTO international VALUES (394,'WebGUI',8,'Gestisci Archivio Collaterale.',1046125341); INSERT INTO international VALUES (395,'WebGUI',8,'Aggiungi una nuova Immagine.',1046125357); 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.',1046125316); INSERT INTO international VALUES (594,'WebGUI',10,'Oversæ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,'Caricato Da',1046125277); INSERT INTO international VALUES (388,'WebGUI',8,'Data di Upload',1046125288); INSERT INTO international VALUES (386,'WebGUI',8,'Modifica Immagine',1046125255); INSERT INTO international VALUES (385,'WebGUI',8,'Parametri',1046125244); INSERT INTO international VALUES (384,'WebGUI',8,'File',1046125220); INSERT INTO international VALUES (19,'EventsCalendar',8,'Cambio Pagina dopo',1045778166); INSERT INTO international VALUES (684,'WebGUI',10,'Skabelon, Tilføj/Redigér',1036856063); INSERT INTO international VALUES (20,'FileManager',8,'Cambio Pagina dopo',1031922906); INSERT INTO international VALUES (14,'SQLReport',8,'Cambio Pagina dopo',1045783469); INSERT INTO international VALUES (14,'EventsCalendar',8,'Data di Inizio',1045778149); INSERT INTO international VALUES (15,'EventsCalendar',8,'Data di Fine',1045778156); INSERT INTO international VALUES (19,'FileManager',8,'Non hai files disponibili.',1045778836); INSERT INTO international VALUES (18,'FileManager',8,'Versione Alternativa #2',1031922865); INSERT INTO international VALUES (17,'FileManager',8,'Versione Alternativa #1',1031922849); INSERT INTO international VALUES (13,'SQLReport',8,'Converti gli a capo?',1045783462); INSERT INTO international VALUES (37,'USS',8,'Cancella',1045784047); 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',1031922644); INSERT INTO international VALUES (15,'FileManager',8,'Descrizione',1031922564); INSERT INTO international VALUES (14,'FileManager',8,'File',1031922430); INSERT INTO international VALUES (9,'FileManager',8,'Modifica File Manager',1045778901); INSERT INTO international VALUES (10,'FileManager',8,'Modifica File',1045778798); INSERT INTO international VALUES (11,'FileManager',8,'Aggiungi un nuovo file',1045778810); INSERT INTO international VALUES (12,'FileManager',8,'Sei sicuro di voler cancellare questo file?',1045778821); INSERT INTO international VALUES (8,'FileManager',8,'Breve Descrizione',1031923721); INSERT INTO international VALUES (7,'FileManager',8,'Gruppo di Download',1031923553); INSERT INTO international VALUES (6,'FileManager',8,'File',1045778850); INSERT INTO international VALUES (3,'FileManager',8,'Continua aggiungendo un file?',1031922982); INSERT INTO international VALUES (5,'FileManager',8,'Titolo del File',1031923001); INSERT INTO international VALUES (1,'FileManager',8,'File Manager',1045778786); INSERT INTO international VALUES (380,'WebGUI',8,'ID Stile',1046125172); INSERT INTO international VALUES (381,'WebGUI',8,'Il sistema ha ricevuto un richiesta non valida. Utilizza il tasto back del browser e prova ancora.',1046125205); INSERT INTO international VALUES (35,'USS',8,'Titolo',1045784040); INSERT INTO international VALUES (378,'WebGUI',8,'ID utente',1046125033); INSERT INTO international VALUES (379,'WebGUI',8,'ID Gruppo',1046125106); INSERT INTO international VALUES (34,'USS',8,'Converti gli a capo',1045784028); INSERT INTO international VALUES (33,'USS',8,'Allegato',1045784020); INSERT INTO international VALUES (32,'USS',8,'Immagine',1045784011); INSERT INTO international VALUES (31,'USS',8,'Contenuto',1045783998); INSERT INTO international VALUES (377,'WebGUI',8,'Nessun packages è stato definito dal tuo package manager o amministratore.',1046124982); INSERT INTO international VALUES (11,'Poll',8,'Vota!',1045927671); INSERT INTO international VALUES (374,'WebGUI',8,'Gestisci packages.',1046122632); INSERT INTO international VALUES (375,'WebGUI',8,'Seleziona Package da svolgere',1046124945); INSERT INTO international VALUES (376,'WebGUI',8,'Package',1046124960); INSERT INTO international VALUES (371,'WebGUI',8,'Aggiungi Grouping',1046122591); INSERT INTO international VALUES (372,'WebGUI',8,'Modifica i gruppi dell\'utente',1046122611); INSERT INTO international VALUES (370,'WebGUI',8,'Modifica Grouping',1046122581); INSERT INTO international VALUES (369,'WebGUI',8,'Data di scadenza',1046122563); INSERT INTO international VALUES (368,'WebGUI',8,'Aggiungi un nuovo gruppo a questo utente.',1046122552); INSERT INTO international VALUES (365,'WebGUI',8,'Risultati della ricerca...',1046122513); INSERT INTO international VALUES (366,'WebGUI',8,'Non sono state trovate pagine che soddisfano la tua richiesta.',1046122526); INSERT INTO international VALUES (364,'WebGUI',8,'Cerca',1046122505); INSERT INTO international VALUES (362,'WebGUI',8,'Fianco a fianco',1046122476); INSERT INTO international VALUES (363,'WebGUI',8,'Posizione nel Template',1046122495); INSERT INTO international VALUES (361,'WebGUI',8,'Tre su Una',1046122468); INSERT INTO international VALUES (359,'WebGUI',8,'Colonna Destra',1046122425); INSERT INTO international VALUES (360,'WebGUI',8,'Una su Tre',1046122461); INSERT INTO international VALUES (358,'WebGUI',8,'Colonna Sinistra',1046122417); INSERT INTO international VALUES (357,'WebGUI',8,'News',1046122405); INSERT INTO international VALUES (356,'WebGUI',8,'Template',1046122397); INSERT INTO international VALUES (355,'WebGUI',8,'Default',1046122389); INSERT INTO international VALUES (471,'WebGUI',8,'Modifica campi profilo utenti',1045782651); INSERT INTO international VALUES (352,'WebGUI',8,'Data di Inserimento',1046122349); INSERT INTO international VALUES (159,'WebGUI',8,'Inbox',1045915746); INSERT INTO international VALUES (349,'WebGUI',8,'Ultima Versione Disponibile',1046122294); INSERT INTO international VALUES (351,'WebGUI',8,'Messaggio',1046122322); INSERT INTO international VALUES (350,'WebGUI',8,'Completato',1046122314); INSERT INTO international VALUES (348,'WebGUI',8,'Nome',1046122282); INSERT INTO international VALUES (347,'WebGUI',8,'Visualizza il Profilo per',1046122275); INSERT INTO international VALUES (343,'WebGUI',8,'Visualizza Profilo.',1046122223); INSERT INTO international VALUES (345,'WebGUI',8,'Non membro',1046122233); INSERT INTO international VALUES (346,'WebGUI',8,'Questo utente non è più membro del nostro sito. Non abbiamo altre informazioni su questo utente.',1046122250); INSERT INTO international VALUES (341,'WebGUI',8,'Modifica Profilo.',1046122207); INSERT INTO international VALUES (342,'WebGUI',8,'Modifica le informazioni dell\'account.',1046122215); INSERT INTO international VALUES (337,'WebGUI',8,'Homepage URL',1046122165); INSERT INTO international VALUES (338,'WebGUI',8,'Modifica Profilo',1046122177); INSERT INTO international VALUES (339,'WebGUI',8,'Maschio',1046122184); INSERT INTO international VALUES (340,'WebGUI',8,'Femmina',1046122200); INSERT INTO international VALUES (336,'WebGUI',8,'Data di nascita',1046122158); INSERT INTO international VALUES (335,'WebGUI',8,'Sesso',1046122151); INSERT INTO international VALUES (331,'WebGUI',8,'Stato lavoro',1046122110); INSERT INTO international VALUES (332,'WebGUI',8,'CAP lavoro',1046122122); INSERT INTO international VALUES (333,'WebGUI',8,'Provincia lavoro',1046122130); INSERT INTO international VALUES (334,'WebGUI',8,'Telefono lavoro',1046122138); INSERT INTO international VALUES (330,'WebGUI',8,'Città lavoro',1046122103); INSERT INTO international VALUES (329,'WebGUI',8,'Indirizzo lavoro',1046122090); INSERT INTO international VALUES (328,'WebGUI',8,'Telefono casa',1046122066); INSERT INTO international VALUES (327,'WebGUI',8,'Provincia casa',1046122042); INSERT INTO international VALUES (326,'WebGUI',8,'CAP casa',1046122022); INSERT INTO international VALUES (324,'WebGUI',8,'Città casa',1046122002); INSERT INTO international VALUES (325,'WebGUI',8,'Stato casa',1046122011); INSERT INTO international VALUES (323,'WebGUI',8,'Indirizzo casa',1046121995); INSERT INTO international VALUES (322,'WebGUI',8,'Pager',1046121988); INSERT INTO international VALUES (321,'WebGUI',8,'Telefono Cellulare',1046121982); INSERT INTO international VALUES (320,'WebGUI',8,'Yahoo! Messenger Id',1046121972); INSERT INTO international VALUES (319,'WebGUI',8,'MSN Messenger Id',1046121956); INSERT INTO international VALUES (318,'WebGUI',8,'AIM Id',1046121939); INSERT INTO international VALUES (317,'WebGUI',8,'ICQ UIN',1046121931); INSERT INTO international VALUES (316,'WebGUI',8,'Cognome',1046121919); INSERT INTO international VALUES (315,'WebGUI',8,'Secondo Nome',1046121912); INSERT INTO international VALUES (314,'WebGUI',8,'Nome',1046121898); INSERT INTO international VALUES (313,'WebGUI',8,'Consenti informazioni varie?',1046121889); INSERT INTO international VALUES (312,'WebGUI',8,'Consenti informazioni business?',1046121881); INSERT INTO international VALUES (311,'WebGUI',8,'Consenti informazioni home?',1046121862); INSERT INTO international VALUES (310,'WebGUI',8,'Consenti informazioni extra sugli account?',1046121846); INSERT INTO international VALUES (309,'WebGUI',8,'Consenti il nome reale?',1046121829); INSERT INTO international VALUES (307,'WebGUI',8,'Usa i meta tags di default?',1046121809); INSERT INTO international VALUES (308,'WebGUI',8,'Modifica i settaggi del profilo',1046121816); INSERT INTO international VALUES (245,'WebGUI',8,'Data',1046121730); INSERT INTO international VALUES (304,'WebGUI',8,'Lingua',1046121797); INSERT INTO international VALUES (244,'WebGUI',8,'Autore',1046121723); INSERT INTO international VALUES (239,'WebGUI',8,'Data:',1046121685); INSERT INTO international VALUES (240,'WebGUI',8,'ID Messaggio:',1046121709); INSERT INTO international VALUES (238,'WebGUI',8,'Autore:',1045916163); INSERT INTO international VALUES (237,'WebGUI',8,'Oggetto:',1045916154); INSERT INTO international VALUES (234,'WebGUI',8,'Inviare una Risposta...',1045916143); INSERT INTO international VALUES (233,'WebGUI',8,'(eom)',1045916130); INSERT INTO international VALUES (232,'WebGUI',8,'Senza Oggetto',1045916119); INSERT INTO international VALUES (231,'WebGUI',8,'Inviare un nuovo Messaggio...',1045916108); INSERT INTO international VALUES (230,'WebGUI',8,'Messaggio',1045916098); INSERT INTO international VALUES (229,'WebGUI',8,'Oggetto',1045916077); INSERT INTO international VALUES (228,'WebGUI',8,'Modifica Messaggio...',1045916067); INSERT INTO international VALUES (175,'WebGUI',8,'Processa le macro?',1045915940); INSERT INTO international VALUES (174,'WebGUI',8,'Visualizza il Titolo?',1045915925); INSERT INTO international VALUES (170,'WebGUI',8,'cerca',1045915888); INSERT INTO international VALUES (171,'WebGUI',8,'Assistente per la creazione del testo',1045915905); INSERT INTO international VALUES (169,'WebGUI',8,'Aggiungi un nuovo Utente.',1045915866); INSERT INTO international VALUES (168,'WebGUI',8,'Modifica Utente',1045915855); 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.',1045915845); INSERT INTO international VALUES (3,'Auth/LDAP',8,'LDAP URL',1045778047); INSERT INTO international VALUES (4,'Auth/LDAP',8,'Connect DN',1045778069); INSERT INTO international VALUES (163,'WebGUI',8,'Aggiungi Utente',1045915812); INSERT INTO international VALUES (164,'WebGUI',8,'Metodo di autenticazione',1045915831); INSERT INTO international VALUES (162,'WebGUI',8,'Sei sicuro di voler cancellare tutte le pagine e i wobjects nel cestino?',1046632830); INSERT INTO international VALUES (161,'WebGUI',8,'Inviato Da',1045915790); INSERT INTO international VALUES (160,'WebGUI',8,'Inviato in Data',1045915775); INSERT INTO international VALUES (158,'WebGUI',8,'Aggiungi un nuovo stile.',1045915734); INSERT INTO international VALUES (353,'WebGUI',8,'Non hai messaggi nella tua Inbox attualmente.',1046122373); INSERT INTO international VALUES (157,'WebGUI',8,'Stili',1045915724); INSERT INTO international VALUES (156,'WebGUI',8,'Modifica Stile',1045915714); 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\" ?',1045915700); INSERT INTO international VALUES (151,'WebGUI',8,'Nome dello stile',1045915669); INSERT INTO international VALUES (154,'WebGUI',8,'Style Sheet',1045915681); INSERT INTO international VALUES (149,'WebGUI',8,'Utenti',1045915648); INSERT INTO international VALUES (148,'WebGUI',8,'Wobjects',1045915638); INSERT INTO international VALUES (147,'WebGUI',8,'Pagine',1045915611); INSERT INTO international VALUES (144,'WebGUI',8,'Visualizza statistiche.',1045915537); INSERT INTO international VALUES (145,'WebGUI',8,'Versione',1045915552); INSERT INTO international VALUES (146,'WebGUI',8,'Sessioni Attive',1045915578); INSERT INTO international VALUES (143,'WebGUI',8,'Gestisci i settaggi',1045915525); INSERT INTO international VALUES (142,'WebGUI',8,'Timeout della Sessione',1045915515); INSERT INTO international VALUES (141,'WebGUI',8,'Pagina non trovata',1045915504); INSERT INTO international VALUES (140,'WebGUI',8,'Modifica settaggi vari',1045915492); INSERT INTO international VALUES (134,'WebGUI',8,'Messaggio di Recupero Password',1045915433); INSERT INTO international VALUES (135,'WebGUI',8,'SMTP Server',1045915443); INSERT INTO international VALUES (138,'WebGUI',8,'Sì',1045915461); INSERT INTO international VALUES (139,'WebGUI',8,'No',1045915471); INSERT INTO international VALUES (133,'WebGUI',8,'Modifica i settaggi della Mail',1045915401); INSERT INTO international VALUES (130,'WebGUI',8,'Massima Dimensione Allegato',1045915370); INSERT INTO international VALUES (127,'WebGUI',8,'URL dell\'Azienda',1045915349); INSERT INTO international VALUES (126,'WebGUI',8,'Indirizzo Email dell\'Azienda',1045915337); INSERT INTO international VALUES (125,'WebGUI',8,'Nome dell\'Azienda',1045915327); INSERT INTO international VALUES (124,'WebGUI',8,'Modifica informazioni sull\'Azienda',1045915314); INSERT INTO international VALUES (8,'Auth/LDAP',8,'LDAP Password Name',1045778106); INSERT INTO international VALUES (7,'Auth/LDAP',8,'LDAP Identity Name',1045778098); INSERT INTO international VALUES (6,'Auth/LDAP',8,'LDAP Identity (default)',1045778090); INSERT INTO international VALUES (5,'Auth/LDAP',8,'LDAP URL (default)',1045778080); INSERT INTO international VALUES (118,'WebGUI',8,'Registrazione Anonima',1045915239); INSERT INTO international VALUES (119,'WebGUI',8,'Authentication Method (default)',1045915276); INSERT INTO international VALUES (117,'WebGUI',8,'Modifica settaggi Utente',1045784387); INSERT INTO international VALUES (116,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine gli stessi privilegi di questa.',1031911949); INSERT INTO international VALUES (108,'WebGUI',8,'Proprietario',1045784369); INSERT INTO international VALUES (107,'WebGUI',8,'Privilegi',1045784187); INSERT INTO international VALUES (106,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine lo stesso stile di questa.',1045779457); INSERT INTO international VALUES (105,'WebGUI',8,'Layout',1048258260); INSERT INTO international VALUES (104,'WebGUI',8,'URL della Pagina',1045779442); INSERT INTO international VALUES (102,'WebGUI',8,'Modifica Pagina',1045779420); INSERT INTO international VALUES (103,'WebGUI',8,'Specifiche della Pagina',1048258231); INSERT INTO international VALUES (101,'WebGUI',8,'Sei sicuro di voler cancellare questa pagina, il suo contenuto, e tutti gli elementi sotto di essa?',1045779413); INSERT INTO international VALUES (100,'WebGUI',8,'Meta Tags',1045779401); INSERT INTO international VALUES (99,'WebGUI',8,'Titolo',1045780971); INSERT INTO international VALUES (642,'WebGUI',1,'Page, Add/Edit',1038889740); INSERT INTO international VALUES (95,'WebGUI',8,'Indice Aiuto',1045780958); INSERT INTO international VALUES (94,'WebGUI',8,'Vedi anche',1045780950); INSERT INTO international VALUES (93,'WebGUI',8,'Aiuto',1045780941); INSERT INTO international VALUES (92,'WebGUI',8,'Pagina Successiva',1045780931); INSERT INTO international VALUES (91,'WebGUI',8,'Pagina Precedente',1045781131); INSERT INTO international VALUES (89,'WebGUI',8,'Gruppi',1045781170); INSERT INTO international VALUES (90,'WebGUI',8,'Aggiungi nuovo gruppo.',1045781140); INSERT INTO international VALUES (88,'WebGUI',8,'Utenti nel Gruppo',1045781180); INSERT INTO international VALUES (87,'WebGUI',8,'Modifica Gruppo',1045781189); INSERT INTO international VALUES (86,'WebGUI',8,'Sei sicuro di voler cancellare questo gruppo? Sappi che cancellare un gruppo è permanente e rimuoverà tutti i privilrgi associati a questo gruppo.',1045781209); INSERT INTO international VALUES (84,'WebGUI',8,'Nome del Gruppo',1045781228); INSERT INTO international VALUES (85,'WebGUI',8,'Descrizione',1045781219); INSERT INTO international VALUES (82,'WebGUI',8,'Funzioni Amministrative...',1045781237); INSERT INTO international VALUES (81,'WebGUI',8,'Account aggiornato con successo!',1045781246); INSERT INTO international VALUES (80,'WebGUI',8,'Account creato con successo!',1045781255); INSERT INTO international VALUES (2,'Auth/LDAP',8,'Non è possibile connettersi al LDAP server.',1045778023); INSERT INTO international VALUES (3,'Auth/WebGUI',8,'Le tue password non corrispondono. Prego prova di nuovo.',1045778125); INSERT INTO international VALUES (77,'WebGUI',8,'Questo nome di account è già in uso da un altro membro di questo sito. Prego scegli un nuovo nome utente. Ecco alcuni suggerimenti:',1045781289); INSERT INTO international VALUES (76,'WebGUI',8,'Questo indirizzo di email non è nei nostri database.',1045781334); INSERT INTO international VALUES (75,'WebGUI',8,'Le Informazioni sul tuo account sono state inviate al tuo indirizzo di email.',1045781368); INSERT INTO international VALUES (74,'WebGUI',8,'Informazioni Account',1045781380); INSERT INTO international VALUES (73,'WebGUI',8,'Entra.',1045781389); INSERT INTO international VALUES (72,'WebGUI',8,'recupera',1045781410); INSERT INTO international VALUES (70,'WebGUI',8,'Errore',1045781483); INSERT INTO international VALUES (71,'WebGUI',8,'Recupera password',1045781434); INSERT INTO international VALUES (69,'WebGUI',8,'Prego contatta il tuo amministratore di sistema per assistenza.',1045781546); INSERT INTO international VALUES (68,'WebGUI',8,'Le informazioni sull\'account non sono valide. O l\'account non esiste oppure hai fornito una combinazione errata di Nome Utente/Password.',1045781686); INSERT INTO international VALUES (67,'WebGUI',8,'Crea un nuovo account.',1045781789); INSERT INTO international VALUES (66,'WebGUI',8,'Entra',1045781949); INSERT INTO international VALUES (65,'WebGUI',8,'Prego disattiva il mio account permanentemente.',1045782089); INSERT INTO international VALUES (64,'WebGUI',8,'Esci.',1045782160); INSERT INTO international VALUES (63,'WebGUI',8,'Attiva l\'Interfaccia Amministrativa.',1045780917); INSERT INTO international VALUES (62,'WebGUI',8,'Salva',1045780892); INSERT INTO international VALUES (61,'WebGUI',8,'Aggiorna Informazioni dell\'Account',1045780845); INSERT INTO international VALUES (492,'WebGUI',8,'Lista dei campi del profilo.',1045782794); INSERT INTO international VALUES (59,'WebGUI',8,'Ho dimenticato la password.',1045780684); INSERT INTO international VALUES (58,'WebGUI',8,'Ho già un account.',1045780566); INSERT INTO international VALUES (57,'WebGUI',8,'E\' necessario solo se vuoi usare funzioni che richiedono l\'email.',1045780514); INSERT INTO international VALUES (56,'WebGUI',8,'Indirizzo Email',1045780450); INSERT INTO international VALUES (2,'Auth/WebGUI',8,'Password (conferma)',1045778114); INSERT INTO international VALUES (54,'WebGUI',8,'Crea Account',1045780164); INSERT INTO international VALUES (51,'WebGUI',8,'Password',1045782927); INSERT INTO international VALUES (52,'WebGUI',8,'login',1045780042); INSERT INTO international VALUES (53,'WebGUI',8,'Rendi Pagina Stampabile',1045780138); INSERT INTO international VALUES (50,'WebGUI',8,'Nome Utente',1045782850); INSERT INTO international VALUES (48,'WebGUI',8,'Ciao',1045782703); INSERT INTO international VALUES (49,'WebGUI',8,'\r\n\r\nTemplate
\r\nChoose a layout for the file manager.\r\n
\r\n\r\nProceed to add download?
\r\nIf you wish to start adding files to download right away, leave this checked.\r\n
\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
\r\n\r\nLink URL
\r\nThis URL will be attached to the title of this Item.\r\n
\r\nExample: http://www.google.com\r\n
\r\n\r\nAttachment
\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
\r\n\r\nTemplate
\r\nSelect a template for this content.\r\n
',1047855741);
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
\r\n\r\nMain Template
\r\nChoose a layout for the events calendar.\r\n
\r\n\r\nEvent Template
\r\nChoose a layout for the individual events within the calendars.\r\n
\r\n\r\nStart Month
\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
\r\n\r\nEnd Month
\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
\r\n\r\nDefault Month
\r\nChoose which month for this calendar to start on when a visitor comes to the page containing the calendar.\r\n
\r\n\r\nPaginate After
\r\nWhen using a list-style calendar, how many events should be shown per page?\r\n
\r\nProceed to add event?
\r\nLeave this set to yes if you want to add events to the Events Calendar directly after creating it.\r\n
\r\n\r\nNote: Events that have already happened will not be displayed on the events calendar.\r\n
\r\n
\r\n\r\nMain Template
\r\nSelect a layout for the main listing of this message board.\r\n
\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n
\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n
\r\nNOTE: 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
\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n
\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n
\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive 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
\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n
\r\n\r\nAdd edit stamp to posts?
\r\nDo you wish to \"stamp\" all edits so that you can track who edited a post and when?\r\n
\r\n',1047854637);
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
\r\n\r\nTemplate
\r\nChoose a layout for this wobject.\r\n
\r\n\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n
\r\n\r\n\r\nFilter Post
\r\nSelect the level of content filtering you wish to perform on all discussion posts.\r\n
\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n
\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n
\r\nNOTE: 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
\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n
\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n
\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive 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
\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n
\r\n\r\nAdd edit stamp to posts?
\r\nDo you wish to \"stamp\" all edits so that you can track who edited a post and when?\r\n
',1047854369);
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 style applied to your pages or use a Template instead of an Extra Column. \r\n
\r\nColumns are always added from left to right. Therefore any existing content will be on the left of the new column.\r\n
\r\nSpacer
\r\nSpacer is the amount of space between your existing content and your new column. It is measured in pixels.\r\n
\r\nWidth
\r\nWidth is the actual width of the new column to be added. Width is measured in pixels.\r\n
\r\nStyleSheet Class
\r\nBy default the content 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
\r\nActive
\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
\r\n\r\nWho can vote?
\r\nChoose a group that can vote on this Poll.\r\n
\r\n\r\nKarma Per Vote
\r\nHow much karma should be given to a user when they vote?\r\n
\r\n\r\nGraph Width
\r\nThe width of the poll results graph. The width is measured in pixels.\r\n
\r\n\r\nQuestion
\r\nWhat is the question you\'d like to ask your users?\r\n
\r\n\r\nAnswers
\r\nEnter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.\r\n
\r\n\r\nRandomize answers?
\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
\r\n\r\nReset votes.
\r\nReset the votes on this Poll.\r\n
\r\n\r\n
\r\n\r\n.pollColor \r\nThe color of the percentage bar on a poll.\r\n
\r\n\r\n.pollQuestion \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
\r\n\r\nTemplate
\r\nChoose a layout for this site map.\r\n
\r\n\r\nIndent\r\nHow many characters should indent each level?\r\n
\r\n\r\n',1039908464); INSERT INTO international VALUES (839,'WebGUI',1,'Programmer Macros',1047856488); 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
\r\n\r\n\r\nPreprocess macros on query?
\r\nIf you\'re using WebGUI macros in your query you\'ll want to check this box.\r\n
\r\n\r\n\r\nDebug?
\r\nIf you want to display debugging and error messages on the page, check this box.\r\n
\r\n\r\n\r\nQuery
\r\nThis is a standard SQL query. If you are unfamiliar with SQL, Plain Black Software provides training courses in SQL and database management. You can make your queries more dynamic by using the ^FormParam(); macro.\r\n
\r\n\r\n\r\nReport Template
\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
\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
\r\n\r\n\r\nDSN
\r\nData Source Name 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
\r\n\r\n\r\nExample: DBI:mysql:WebGUI:localhost\r\n
\r\n\r\n\r\nDatabase User\r\nThe username you use to connect to the DSN.\r\n
\r\n\r\n\r\nDatabase Password\r\nThe password you use to connect to the DSN.\r\n
\r\n\r\n\r\nPaginate After\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
\r\n\r\n\r\nConvert carriage returns?\r\nDo you wish to convert the carriage returns in the resultant data to HTML breaks (
).\r\n
\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
\r\n\r\nWidth
\r\nThe width of all fields in the form. The default value is 45.\r\n
\r\n\r\nFrom, To, Cc, Bcc, Subject
\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.
\r\n
\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
\r\n\r\nAcknowledgement
\r\nThis message will be displayed to the user after they click \"Send\".\r\n
\r\n\r\nStore Entries?
\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
\r\n\r\nProceed to add more fields?
\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
\r\n\r\nField Name
\r\nThe name of this field. It must be unique among all of the other fields on your form.\r\n
\r\n\r\nStatus
\r\nHidden fields will not be visible to the user, but will be sent in the email.
\r\nDisplayed fields can be seen by the user but not modified.
\r\nModifiable fields can be filled in by the user.
\r\nIf you choose Hidden or Displayed, be sure to fill in a Default Value.\r\n
\r\n\r\nType
\r\nChoose the type of form element for this field. The following field types are supported:
\r\nURL: A textbox that will auto-format URL\'s entered.
\r\nTextbox: A standard textbox.
\r\nDate: A textbox field with a popup window to select a date.
\r\nYes/No: A set of yes/no radio buttons.
\r\nEmail Address: A textbox that requires the user to enter a valid email address.
\r\nTextarea: A simple textarea.
\r\nCheckbox: A single checkbox.
\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
\r\n\r\nPossible Values
\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
\r\n\r\nDefault Value (optional)
\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
\r\n\r\nProceed to add more fields?
\r\nLeave this checked if you want to add additional fields to your form directly after creating this field.\r\n
\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
\r\n\r\nName\r\n\r\nOrganize In Folder
\r\nWhich collateral folder should this image be placed in.\r\n
\r\n\r\nParameters
\r\nAdd any HTML <img&rt; parameters that you wish to act as the defaults for this image.\r\n
\r\n\r\nExample:
\r\nalign=\"right\"
\r\nalt=\"This is an image\"
\r\n
\r\n\r\n',1031514049); INSERT INTO international VALUES (636,'WebGUI',1,'To create a package follow these simple steps:\r\n\r\n
\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
\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 ?op=search to the end of any URL, or feel free to build your own form to access it.\r\n
\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 MnoGo Search or ht://Dig.\r\n
\r\n\r\n',1038888957);
INSERT INTO international VALUES (611,'WebGUI',1,'Company Name
\r\nThe name of your company. It will appear on all emails and anywhere you use the Company Name macro.\r\n
\r\n\r\nCompany Email Address
\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
\r\n\r\nCompany URL
\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
\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
\r\n\r\n',1031514049);
INSERT INTO international VALUES (629,'WebGUI',1,'Prevent Proxy Caching
\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 Yes. Beware that WebGUI\'s URLs will not be as user-friendly after this feature is turned on.\r\n
\r\n\r\nShow debugging?
\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
\r\n\r\nTrack page statistics?
\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
\r\nNote: Thumbnails are automatically generated as images are uploaded to the system.\r\n
\r\n\r\nWeb Attachment Path
\r\nThe web-path of the directory where attachments are to be stored.\r\n
\r\n\r\nServer Attachment Path
\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 (885,'WebGUI',1,'Allow users to deactivate their account?',1044708760);
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
\r\n\r\nTo add a wobject to a page, first go to that page, then select Add Content... 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
\r\n\r\n\r\nStyle Sheets: All wobjects have a style-sheet class and id attached to them. \r\n
\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
\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
\r\n\r\n',1047858549); INSERT INTO international VALUES (632,'WebGUI',1,'You can add wobjects by selecting from the Add Content pulldown menu. You can edit them by clicking on the \"Edit\" button that appears directly above an instance of a particular wobject.\r\n
\r\n\r\nAlmost all wobjects share some properties. Those properties are:\r\n
\r\n\r\nWobject ID
\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
\r\n\r\n\r\nTitle\r\nThe title of the wobject. This is typically displayed at the top of each wobject.\r\n
\r\n\r\nNote: 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
\r\n\r\n\r\nDisplay title?
\r\nDo you wish to display the title you specified? On some sites, displaying the title is not necessary.\r\n
\r\n\r\n\r\nProcess macros?
\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
\r\n\r\n\r\nTemplate Position
\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
\r\n\r\n\r\nStart Date
\r\nOn what date should this wobject become visible? Before this date, the wobject will only be displayed to Content Managers.\r\n
\r\n\r\n\r\nEnd Date
\r\nOn what date should this wobject become invisible? After this date, the wobject will only be displayed to Content Managers.\r\n
\r\n\r\n\r\nDescription
\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
\r\n\r\n',1047858650); INSERT INTO international VALUES (623,'WebGUI',1,'Cascading Style Sheets (CSS) are a great way to manage the look and feel of any web site. They are used extensively in WebGUI.\r\n
\r\n\r\n\r\nIf you are unfamiliar with how to use CSS, Plain Black Software provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called Top Style.\r\n
\r\n\r\n\r\nThe following is a list of classes used to control the look of WebGUI:\r\n
\r\n\r\n\r\nA
\r\nThe links throughout the style.\r\n
\r\n\r\n\r\nBODY
\r\nThe default setup of all pages within a style.\r\n
\r\n\r\n\r\nH1
\r\nThe headers on every page.\r\n
\r\n\r\n\r\n.accountOptions
\r\nThe links that appear under the login and account update forms.\r\n
\r\n\r\n\r\n.adminBar
\r\nThe bar that appears at the top of the page when you\'re in admin mode.\r\n
\r\n\r\n\r\n.content
\r\nThe main content area on all pages of the style.\r\n
\r\n\r\n\r\n.formDescription
\r\nThe tags on all forms next to the form elements. \r\n
\r\n\r\n\r\n.formSubtext
\r\nThe tags below some form elements.\r\n
\r\n\r\n\r\n.highlight
\r\nDenotes a highlighted item, such as which message you are viewing within a list.\r\n
\r\n\r\n\r\n.horizontalMenu
\r\nThe horizontal menu (if you use a horizontal menu macro).\r\n
\r\n\r\n\r\n.pagination
\r\nThe Previous and Next links on pages with pagination.\r\n
\r\n\r\n\r\n.selectedMenuItem
\r\nUse this class to highlight the current page in any of the menu macros.\r\n
\r\n\r\n\r\n.tableData
\r\nThe data rows on things like message boards and user contributions.\r\n
\r\n\r\n\r\n.tableHeader
\r\nThe headings of columns on things like message boards and user contributions.\r\n
\r\n\r\n\r\n.tableMenu
\r\nThe menu on things like message boards and user submissions.\r\n
\r\n\r\n\r\n.verticalMenu
\r\nThe vertical menu (if you use a vertical menu macro).\r\n
\r\n\r\n\r\nNOTE: Some wobjects and macros have their own unique styles sheet classes, which are documented in their individual help files.\r\n
\r\n\r\n\r\n',1046067403); INSERT INTO international VALUES (622,'WebGUI',1,'See Manage Group for a description of grouping functions and the default groups.\r\n
\r\n\r\nGroup Name
\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
\r\n\r\nDescription
\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
\r\n\r\nExpire Offset
\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. \r\n
\r\nNOTE: This can be overridden on a per-user basis.\r\n
\r\n\r\nNotify user about expiration?
\r\nSet this value to yes if you want WebGUI to contact the user when they are about to be expired from the group.\r\n
\r\n\r\nExpire Notification Offset
\r\nThe difference in the number of days from the expiration to the notification. You may set this to any valid integer. For instance, set this to \"0\" if you wish the notification to be sent on the same day that the grouping expires. Set it to \"-7\" if you want the notification to go out 7 days before the grouping expires. Set it to \"7\" if you wish the notification to be sent 7 days after the expiration.\r\n
\r\n\r\nExpire Notification Message
\r\nType the message you wish to be sent to the user telling them about the expiration.\r\n
\r\n\r\nDelete Offset
\r\nThe difference in the number of days from the expiration to the grouping being deleted from the system. You may set this to any valid integer. For instance, set this to \"0\" if you wish the grouping to be deleted on the same day that the grouping expires. Set it to \"-7\" if you want the grouping to be deleted 7 days before the grouping expires. Set it to \"7\" if you wish the grouping to be deleted 7 days after the expiration.\r\n
\r\n\r\nIP Address
\r\nSpecify an IP address or an IP mask to match. If the user\'s IP address matches, they\'ll automatically be included in this group. An IP mask is simply the IP address minus an octet or two. You may also specify multiple IP masks separated by semicolons.\r\n
\r\nIP Mask Example: 10.;192.168.;101.42.200.142\r\n
\r\n\r\nKarma Threshold
\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
\r\n\r\n',1044249999);
INSERT INTO international VALUES (607,'WebGUI',1,'Anonymous Registration
\r\nDo you wish visitors to your site to be able to register themselves?\r\n
\r\n\r\nRun On Registration
\r\nIf there is a command line specified here, it will be executed each time a user registers anonymously.\r\n
\r\n\r\nEnable Karma?
\r\nShould karma be enabled?\r\n
\r\n\r\nKarma Per Login
\r\nThe amount of karma a user should be given when they log in. This only takes affect if karma is enabled.\r\n
\r\n\r\nSession Timeout
\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
\r\n\r\nAllow users to deactivate their account?
\r\nDo you wish to provide your users with a means to deactivate their account without your intervention?\r\n
\r\n\r\nAuthentication Method (default)
\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
\r\n\r\nNOTE: Authentication settings can be customized on a per user basis.\r\n\r\n\r\n\r\n
\r\nNOTE: Depending upon what authentication modules you have installed in your system you\'ll see any number of options after this point. The following are the options for the two defaultly installed authentication methods.\r\n
\r\n\r\n
\r\nNOTE: In addition to the message you specify below, the user\'s account information will be included in the message.\r\n
\r\n\r\nWelcome Message
\r\nType the message that you\'d like to be sent to users upon registration.\r\n
\r\n\r\nRecover Password Message
\r\nType a message that will be sent to your users if they try to recover their WebGUI password.\r\n
\r\n\r\n
\r\n\r\n',1044708602); INSERT INTO international VALUES (869,'WebGUI',1,'Welcome Message',1044138730); INSERT INTO international VALUES (868,'WebGUI',1,'Send welcome message?',1044138691); 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
\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 Using Macros for more information.\r\n
\r\n\r\n\r\nStyle Name
\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
\r\n\r\n\r\nBody
\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
\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, Plain Black Software provides support services for a small fee.\r\n
\r\n\r\n\r\nMany people will add WebGUI macros to their body for automated navigation, and other features.\r\n
\r\n\r\n\r\nStyle Sheet
\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 Using Style Sheets for more information.\r\n
\r\n\r\n\r\nAdvanced Users: 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\r\n
\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
\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
\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
\r\n\r\n\r\nEdit Company Information
\r\nInformation specific about the company or individual who controls this installation of WebGUI.\r\n
\r\n\r\n\r\nEdit Content Settings
\r\nSettings related to content and content management.\r\n
\r\n\r\n\r\nEdit Messaging Settings
\r\nSettings concerning email and other related messaging functions.\r\n
\r\n\r\n\r\nEdit Miscellaneous Settings
\r\nAnything we couldn\'t find a place for.\r\n
\r\n\r\n\r\nEdit Profile Settings
\r\nDefine what user profiles look like and what the users have the ability to edit.\r\n
\r\n\r\n\r\nEdit User Settings
\r\nSettings relating to users (beyond profile information), like authentication information, and registration options.\r\n
\r\n\r\n\r\n',1044139325); 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
\r\n\r\nThere are several groups built into WebGUI. They are as follows:\r\n
\r\n\r\nAdmins
\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
\r\n\r\nContent Managers
\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
\r\n\r\nEveryone
\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
\r\n\r\nPackage Managers
\r\nUsers that have privileges to add, edit, and delete packages of wobjects and pages to deploy.\r\n
\r\n\r\nRegistered Users
\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
\r\n\r\nStyle Managers
\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
\r\n\r\nTemplate Managers
\r\nUsers that have privileges to edit templates for this site.\r\n
\r\n\r\nVisitors
\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
\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
\r\n\r\nAdmin
\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
\r\n\r\nVisitor
\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
\r\n\r\nAdd a new user.
\r\nClick on this to go to the add user screen.\r\n
\r\n\r\nSearch
\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!®. 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
\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
\r\n\r\n\r\nClipboard
\r\nThis style is used by the clipboard system.\r\n
\r\n\r\n\r\nFail Safe
\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
\r\n\r\n\r\nMake Page Printable
\r\nThis style is used if you place an ^r; 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
\r\n\r\n\r\nPackages
\r\nThis style is used by the package management system.\r\n
\r\n\r\n\r\nTrash
\r\nThis style is used by the trash system.\r\n
\r\n\r\n\r\n
\r\n\r\n\r\nPlain Black Software (black) & (white)
\r\nThese designs are used on the Plain Black site.\r\n
\r\n\r\n\r\nYahoo!®
\r\nThis is the design of the Yahoo!® site. (Used without permission.)\r\n
\r\n\r\n\r\nWebGUI
\r\nThis is a simple design featuring WebGUI logos.\r\n
\r\n\r\nWebGUI 4
\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
\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
\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
\r\n\r\n',1031514049);
INSERT INTO international VALUES (637,'WebGUI',1,'First Name
\r\nThe given name of this user.\r\n
\r\n\r\nMiddle Name
\r\nThe middle name of this user.\r\n
\r\n\r\nLast Name
\r\nThe surname (or family name) of this user.\r\n
\r\n\r\nEmail Address
\r\nThe user\'s email address. This must only be specified if the user will partake in functions that require email.\r\n
\r\n\r\nICQ UIN
\r\nThe ICQ UIN is the \"User ID Number\" on the ICQ network. ICQ is a very popular instant messaging platform.\r\n
\r\n\r\nAIM Id
\r\nThe account id for the AOL Instant Messenger system.\r\n
\r\n\r\nMSN Messenger Id \r\n\r\nYahoo! Messenger Id \r\n\r\nCell Phone \r\n\r\nPager \r\n\r\nEmail To Pager Gateway \r\n\r\nHome Information \r\n\r\nWork Information \r\n\r\nGender \r\n\r\nBirth Date \r\n\r\nTime Offset \r\n\r\nFirst Day Of Week \r\n\r\nDate Format \r\n\r\nTime Format \r\n\r\nDiscussion Layout \r\n\r\nInbox Notifications \r\n\r\nUsername \r\n\r\n\r\nPassword \r\n\r\n\r\nAuthentication Method \r\n\r\n\r\nLDAP URL \r\n\r\n\r\nConnect DN \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 \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 \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 \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 \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 \r\n\r\nTitle \r\n\r\n\r\nMenu Title \r\n\r\nHide from navigation? \r\nNOTE: This will not hide the page from the page tree or from the site map, only from navigation macros.\r\n \r\n\r\n\r\nPage URL \r\n\r\nLanguage \r\n\r\nTemplate \r\n\r\nSynopsis \r\n\r\nMeta Tags \r\n\r\nAdvanced Users: 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 \r\n\r\nUse default meta tags? \r\n\r\n\r\nStyle \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 \r\n\r\nStart Date \r\n\r\nEnd Date \r\n\r\n\r\nOwner \r\nNOTE: The owner can only be changed by an administrator.\r\n \r\n\r\n\r\nWho can view? \r\n\r\nWho can edit? \r\n\r\nYou can optionally recursively give these privileges to all pages under this page.\r\n \r\n\r\nWhat next? \r\n\r\nNot Found Page \r\n\r\nDocument Type Declaration \r\n\r\nAdd edit stamp to posts? \r\n\r\nFilter Contributed HTML \r\n\r\nMaximum Attachment Size \r\n\r\nMax Image Size \r\n\r\nThumbnail Size \r\n\r\nSnippet Preview Length \r\n\r\nText Area Columns \r\n\r\nText Box Size \r\n\r\nPage Cache Timeout \r\n\r\nPage Cache Timeout (Visitors) \r\n\r\nNOTE: Page caching is only available if your administrator has installed the Cache::FileCache Perl module. Using page caching can improve site performance by as much as 1000%.',1047841522);
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 exactly 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 \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 \r\n\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with a semicolon (;). Some macros can be extended/configured by taking the format of ^x(\"config text\");. \r\n \r\n\r\nNOTE: The following macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager: \r\n^-;,^0;,^1;,^2;,^3;, etc. \r\n',1046656837);
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 \r\n\r\nFile \r\n\r\nAlternate Version #1 \r\n\r\nAlternate Version #2 \r\n\r\nBrief Synopsis \r\n\r\nGroup To Download \r\n\r\nWhat\'s next? \r\n',1038883174);
INSERT INTO international VALUES (72,'EventsCalendar',1,'Event, Add/Edit',1038887363);
INSERT INTO international VALUES (73,'EventsCalendar',1,'Title \r\n\r\nDescription \r\n\r\nStart Date \r\n\r\nEnd Date \r\n\r\nRecurs every \r\n\r\nWhat next? \r\n',1038887363);
INSERT INTO international VALUES (72,'FAQ',1,'Question, Add/Edit',1038890062);
INSERT INTO international VALUES (73,'FAQ',1,'Question \r\n\r\n\r\nAnswer \r\n\r\n\r\nWhat next? \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 \r\n\r\nBenefit \r\n\r\nAdd another benefit? \r\n',1031514049);
INSERT INTO international VALUES (72,'LinkList',1,'Link, Add/Edit',1038887880);
INSERT INTO international VALUES (73,'LinkList',1,'Title \r\n\r\nURL \r\n\r\nOpen in new window? \r\n\r\nDescription \r\n\r\nWhat Next?\r\nLeave this set to the default if you wish to add another link after this one.\r\n \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 \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 \r\n\r\nYou can find out more about karma in Ruling WebGUI.',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 \r\n\r\n\r\nWobject To Proxy \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 \r\n\r\nTemplate \r\n\r\nProduct Number \r\n\r\nProduct Image 1 \r\n\r\nProduct Image 2 \r\n\r\nProduct Image 3 \r\n\r\nBrochure \r\n\r\nManual \r\n\r\nWarranty \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 \r\n\r\nFeature \r\n\r\nAdd another feature? \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 \r\n\r\n\r\nLabel \r\n\r\n\r\nSpecification \r\n\r\n\r\nUnits \r\n\r\n\r\nAdd another specification? \r\n\r\n',1031514049);
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 \r\n\r\nAccessory \r\n\r\nAdd another accessory? \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 complementary to other products.\r\n \r\n\r\n\r\nRelated products \r\n\r\n\r\nAdd another related product? \r\n\r\n',1041876679);
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',1038528266);
INSERT INTO international VALUES (45,'USS',3,'Ga terug naar bijdrages',1038528274);
INSERT INTO international VALUES (46,'USS',3,'Lees meer...',1038528281);
INSERT INTO international VALUES (47,'USS',3,'Post een reactie',1038528288);
INSERT INTO international VALUES (48,'USS',3,'Discussie toestaan?',1038528295);
INSERT INTO international VALUES (51,'USS',3,'Miniaturen weergeven?',1038528311);
INSERT INTO international VALUES (52,'USS',3,'Miniatuur',1038528317);
INSERT INTO international VALUES (53,'USS',3,'Layout',1038528323);
INSERT INTO international VALUES (57,'USS',3,'Reacties',1038528329);
INSERT INTO international VALUES (516,'WebGUI',3,'Zet beheermode aan!',1039780454);
INSERT INTO international VALUES (517,'WebGUI',3,'Zet beheermode uit!',1039780461);
INSERT INTO international VALUES (515,'WebGUI',3,'Bewerkings stempel toevoegen?',1039780447);
INSERT INTO international VALUES (532,'WebGUI',3,'met minstens een van de worden',1039780647);
INSERT INTO international VALUES (531,'WebGUI',3,'met de exacte zin',1039780626);
INSERT INTO international VALUES (505,'WebGUI',3,'Een nieuw sjabloon toevoegen',1039780354);
INSERT INTO international VALUES (504,'WebGUI',3,'Sjabloon',1039780341);
INSERT INTO international VALUES (503,'WebGUI',3,'Sjabloon ID',1039780334);
INSERT INTO international VALUES (502,'WebGUI',3,'Weet u zeker dat u dit sjabloon wilt verwijderen? Elke pagina die dit sjabloon gebruikt zal het standaard sjabloon krijgen!',1039780327);
INSERT INTO international VALUES (536,'WebGUI',3,'Een nieuwe gebruiker genaamd ^@; is bij de site aangemeld.',1039780674);
INSERT INTO international VALUES (356,'WebGUI',3,'Sjabloon',1038529863);
INSERT INTO international VALUES (357,'WebGUI',3,'Nieuws',1038529869);
INSERT INTO international VALUES (358,'WebGUI',3,'Linker kolom',1038529876);
INSERT INTO international VALUES (359,'WebGUI',3,'Rechter kolom',1038529882);
INSERT INTO international VALUES (360,'WebGUI',3,'Een boven drie',1038529907);
INSERT INTO international VALUES (361,'WebGUI',3,'Drie boven een',1038529913);
INSERT INTO international VALUES (362,'WebGUI',3,'Zij aan zij',1038529919);
INSERT INTO international VALUES (363,'WebGUI',3,'Sjabloon positie',1038529927);
INSERT INTO international VALUES (364,'WebGUI',3,'Zoeken',1038529934);
INSERT INTO international VALUES (365,'WebGUI',3,'Zoek resultaten...',1038529944);
INSERT INTO international VALUES (366,'WebGUI',3,'Er is geen pagina die aan uw vraag voldoet.',1038529975);
INSERT INTO international VALUES (368,'WebGUI',3,'Voeg een nieuwe groep aan deze gebruiker toe.',1038529984);
INSERT INTO international VALUES (369,'WebGUI',3,'Verloop datum',1038529995);
INSERT INTO international VALUES (370,'WebGUI',3,'Bewerk groepering',1038530025);
INSERT INTO international VALUES (371,'WebGUI',3,'Groepering toevoegen',1038530037);
INSERT INTO international VALUES (372,'WebGUI',3,'Bewerk deze gebruiker\'s groepen',1038530061);
INSERT INTO international VALUES (374,'WebGUI',3,'Beheer pakketten.',1038530083);
INSERT INTO international VALUES (375,'WebGUI',3,'Selecteer pakket',1038530215);
INSERT INTO international VALUES (376,'WebGUI',3,'Pakket',1038530221);
INSERT INTO international VALUES (377,'WebGUI',3,'Er zijn geen pakketten gedefinieerd door uw pakket beheerder(s).',1038530249);
INSERT INTO international VALUES (378,'WebGUI',3,'Gebruikers ID',1038530255);
INSERT INTO international VALUES (379,'WebGUI',3,'Groep ID',1038530261);
INSERT INTO international VALUES (380,'WebGUI',3,'Stijl ID',1038530290);
INSERT INTO international VALUES (381,'WebGUI',3,'WebGUI heeft een verkeerde vraag gekregen en kan niet verder gaan. Bepaalde speciale karakters op de pagina kunnen hiervan een typische oorzaak zijn. Probeer terug te gaan naar de vorige pagina en probeer het opnieuw.',1038530356);
INSERT INTO international VALUES (528,'WebGUI',3,'Sjabloon naam',1039780576);
INSERT INTO international VALUES (384,'WebGUI',3,'Bestand',1038530363);
INSERT INTO international VALUES (385,'WebGUI',3,'Parameters',1038530519);
INSERT INTO international VALUES (386,'WebGUI',3,'Bewerk plaatje',1038530525);
INSERT INTO international VALUES (387,'WebGUI',3,'Geleverd door',1038530535);
INSERT INTO international VALUES (388,'WebGUI',3,'Upload datum',1038530541);
INSERT INTO international VALUES (391,'WebGUI',3,'Verwijder bijgevoegd bestand.',1038530562);
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 collaterale inhoud.',1039738694);
INSERT INTO international VALUES (395,'WebGUI',3,'Een nieuw plaatje toevoegen.',1038530587);
INSERT INTO international VALUES (721,'WebGUI',10,'Benævnelse',1036855637);
INSERT INTO international VALUES (398,'WebGUI',3,'Document type declaratie',1038530595);
INSERT INTO international VALUES (399,'WebGUI',3,'Valideer deze pagina.',1038530604);
INSERT INTO international VALUES (400,'WebGUI',3,'Voorkom Proxy Caching',1038530627);
INSERT INTO international VALUES (401,'WebGUI',3,'Weet u zeker dat u dit bericht wilt verwijderen en alle berichten onder deze thread?',1038530637);
INSERT INTO international VALUES (402,'WebGUI',3,'Het bericht wat u opvroeg bestaat niet.',1038530649);
INSERT INTO international VALUES (403,'WebGUI',3,'Zeg ik liever niet.',1038530663);
INSERT INTO international VALUES (405,'WebGUI',3,'Laatste pagina',1038530670);
INSERT INTO international VALUES (406,'WebGUI',3,'Miniatuur grootte (bytes)',1038530681);
INSERT INTO international VALUES (407,'WebGUI',3,'Klik hier om te registreren.',1038530690);
INSERT INTO international VALUES (506,'WebGUI',3,'Beheer sjablonen',1039780364);
INSERT INTO international VALUES (408,'WebGUI',3,'Beheer roots',1038530698);
INSERT INTO international VALUES (409,'WebGUI',3,'Een nieuwe root toevoegen.',1038530706);
INSERT INTO international VALUES (410,'WebGUI',3,'Beheer roots.',1038530727);
INSERT INTO international VALUES (411,'WebGUI',3,'Menu Titel',1038530734);
INSERT INTO international VALUES (412,'WebGUI',3,'Omschrijving',1038530740);
INSERT INTO international VALUES (416,'WebGUI',3,' URL In een nieuw venster openen? Omschrijving Hoe verder? Antwoord Wat nu? Beschrijving Begindatum Einddatum Gebeurt iedere Wat nu? Gruppenname Beschreibung Verfällt nach Karma Grenzwert
\r\nThe account id for the Microsoft Network Instant Messenger system.\r\n
\r\nThe account id for the Yahoo! Instant Messenger system.\r\n
\r\nThis user\'s cellular telephone number.\r\n
\r\nThis user\'s pager telephone number.\r\n
\r\nThis user\'s text pager email address.\r\n
\r\nThe postal (or street) address for this user\'s home.\r\n
\r\nThe postal (or street) address for this user\'s company.\r\n
\r\nThis user\'s sex.\r\n
\r\nThis user\'s date of birth.\r\n\r\nLanguage
\r\nWhat language should be used to display system related messages.\r\n
\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
\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
\r\nWhat format should dates on this site appear in?\r\n
\r\nWhat format should times on this site appear in? \r\n
\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
\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 Manage Users for additional details.\r\n
\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. (Note: 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
\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n
\r\nSee Edit Settings for details.\r\n
\r\nSee Edit Settings for details.\r\n
\r\nThe Connect DN is the cn (or common name) of a given user in your LDAP database. It should be specified as cn=John Doe. This is, in effect, the username that will be used to authenticate this user against your LDAP server.\r\n
\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
\r\nA shorter or altered title to appear in navigation. If left blank this will default to Title.\r\n
\r\nSelect yes to hide this page from the navigation.\r\n
\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
\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
\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
\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
\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
\r\nMeta tags are used by some search engines to associate key words to a particular page. There is a great site called Meta Tag Builder that will help you build meta tags if you\'ve never done it before.\r\n
\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
\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 Add Style for more details.\r\n
\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
\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
\r\nThe owner of a page is usually the person who created the page. This user always has full edit and viewing rights on the page.\r\n
\r\nChoose which group can view this page. If you want both visitors and registered users to be able to view the page then you should choose the \"Everybody\" group.\r\n
\r\nChoose the group that can edit this page. The group assigned editing rights can also always view the page.\r\n
\r\nIf you leave this on the default setting you\'ll be redirected to the new page after creating it.\r\n
\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
\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
\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
\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
\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
\r\nThe size (in kilobytes) of the maximum allowable attachment to be uploaded to your system.\r\n
\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
\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
\r\nHow many characters of a snippet should be displayed in the collateral management system main listing.\r\n
\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
\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
\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
\r\nThe amount of time pages should remain cached for registered users.\r\n
\r\nThe amount of time pages should remain cached for visitors.\r\n
\r\nThe title of this submission.\r\n\r\n\r\ncontent
\r\nThe full text content of this submission.\r\n\r\n\r\nuser.label
\r\nThe translated label indicating what user posted this submission.\r\n\r\n\r\nuser.profile
\r\nThe URL to the profile of the user that posted this submission.\r\n\r\n\r\nuser.username
\r\nThe username of the user that posted this submission.\r\n\r\n\r\nuser.id
\r\nThe unique identifier for the user that posted this submission.\r\n\r\n\r\ndate.label
\r\nThe translated label indicating what date this submission was posted.\r\n\r\n\r\ndate.epoch
\r\nThe number of seconds since January 1, 1970 that this submission was posted.\r\n\r\n\r\ndate.human
\r\nA human readable date that displays the date and time this submission was posted.\r\n\r\n\r\nstatus.label
\r\nA translated label indicating the status of this submission.\r\n\r\n\r\nstatus.status
\r\nThe actual status of this submission (pending, approved, denied).\r\n\r\n\r\nviews.label
\r\nA translated label indicating how many times this submission has been viewed.\r\n\r\n\r\nviews.count
\r\nThe number of times this submission has been viewed.\r\n\r\n\r\ncanPost
\r\nAn condition indicating whether or not this user can post a new submission.\r\n\r\n\r\npost.url
\r\nThe URL to post a new submission.\r\n\r\n\r\npost.label
\r\nA translated label for the post link.\r\n\r\n\r\nprevious.more
\r\nAn condition indicating whether there are any posts prior to this one available for viewing.\r\n\r\n\r\nprevious.url
\r\nA URL to the post that came before this one.\r\n\r\n\r\nprevious.label
\r\nA translated label for the previous link.\r\n\r\n\r\nnext.more
\r\nA condition indicating whether there are any posts after this one available for viewing.\r\n\r\n\r\nnext.url
\r\nThe URL to the post that came after this one.\r\n\r\n\r\nnext.label
\r\nA translated label for the next link.\r\n\r\n\r\ncanEdit
\r\nA condition indicating whether the current user cane edit or delete this post.\r\n\r\n\r\nedit.url
\r\nThe URL to edit this post.\r\n\r\n\r\nedit.label
\r\nA translated label for the edit link.\r\n\r\n\r\ndelete.url
\r\nThe URL to delete this post.\r\n\r\n\r\ndelete.label
\r\nA translated label for the delete link.\r\n\r\n\r\ncanChangeStatus
\r\nA condition indicating whether the current user has the privileges to change the status of this post.\r\n\r\n\r\napprove.url
\r\nThe URL to approve this post.\r\n\r\n\r\napprove.label
\r\nA translated label for the approve link.\r\n\r\n\r\ndeny.url
\r\nThe URL to deny this post.\r\n\r\n\r\ndeny.label
\r\nA translated label for the deny link.\r\n\r\n\r\nleave.url
\r\nThe URL to leave this post in it\'s current state.\r\n\r\n\r\nleave.label
\r\nA translated label for the leave link.\r\n\r\n\r\ncanReply
\r\nA condition indicating whether the current user can reply to this post.\r\n\r\n\r\nreply.url
\r\nThe URL to reply to this post.\r\n\r\n\r\nreply.label
\r\nA translated label for the reply link.\r\n\r\n\r\nsearch.url
\r\nThe URL to toggle on the WebGUI power search form.\r\n\r\n\r\nsearch.label
\r\nA translated label for the search link.\r\n\r\n\r\nback.url
\r\nThe URL to return the user to the main listing.\r\n\r\n\r\nback.label
\r\nA translated label for the back link.\r\n\r\n\r\nreplies
\r\nA complete listing of all replies to this post.\r\n\r\n',1039019783);
INSERT INTO international VALUES (639,'WebGUI',1,'Template Name
\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\r\n\r\nNamespace
\r\nWhat type of template is this?\r\n\r\n\r\nTemplate
\r\nCreate your template by using template commands and variables, macros, and HTML.\r\n\r\n\r\nNOTE: 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
\r\n
\r\nThe URL to the icon for the brochure.\r\n\r\n\r\n\r\nbrochure.url
\r\nThe URL to download the brochure.\r\n\r\n\r\nbrochure.label
\r\nThe translated label for the brochure URL.\r\n\r\n\r\nwarranty.icon
\r\nThe URL to the icon for the warranty.\r\n\r\n\r\n\r\nwarranty.url
\r\nThe URL to download the warranty.\r\n\r\n\r\nwarranty.label
\r\nThe label for the warranty URL.\r\n\r\n\r\nimage1
\r\nThe URL to the first image uploaded to this product.\r\n\r\n\r\nthumbnail1
\r\nThe URL to the thumbnail of the first image uploaded to this product.\r\n\r\n\r\nimage2
\r\nThe URL to the second image uploaded to this product.\r\n\r\n\r\nthumbnail2
\r\nThe URL to the thumbnail of the second image uploaded to this product.\r\n\r\n\r\nimage3
\r\nThe URL to the third image uploaded to this product.\r\n\r\n\r\nthumbnail3
\r\nThe URL to the thumbnail of the third image uploaded to this product.\r\n\r\n\r\n\r\naddfeature.url
\r\nThe URL to add a feature to this product.\r\n\r\n\r\naddfeature.label
\r\nThe translated label for the add feature link.\r\n\r\n\r\nfeature_loop
\r\nThis loop contains all of the features associated with this product.\r\n\r\nfeature.controls
\r\n\r\n\r\naddbenefit.url
\r\nThe WebGUI management controls for this feature.\r\n\r\n\r\nfeature.feature
\r\nThe text of the feature itself.\r\n\r\n
\r\nThe URL to add a benefit to this product.\r\n\r\n\r\naddbenefit.label
\r\nThe translated label for the add benefit link.\r\n\r\n\r\nbenefit_loop
\r\nThis loop contains the benefits for this product.\r\n\r\n\r\nbenefit.benefit
\r\n\r\n\r\naddspecification.url
\r\nThe benefit text itself.\r\n\r\n\r\nbenefit.controls
\r\nThe WebGUI management controls for this benefit.\r\n\r\n\r\n
\r\nThe URL to add a specification to this product.\r\n\r\n\r\naddspecification.label
\r\nThe translated label for the add specification link.\r\n\r\n\r\nspecification_loop
\r\nThe list of specifications associated with this product.\r\n\r\n\r\nspecification.controls
\r\n\r\n\r\naddaccessory.url
\r\nThe WebGUI management controls for this specification.\r\n\r\n\r\nspecification.specification
\r\nThe text of the specification itself.\r\n\r\n\r\nspecification.units
\r\nThe units for this specification. ex: meters\r\n\r\n\r\nspecification.label
\r\nThe label for this specification. ex: height\r\n\r\n\r\n
\r\nThe URL to add an accessory to this product.\r\n\r\n\r\naddaccessory.label
\r\nThe translated label for the add accessory link.\r\n\r\n\r\naccessory_loop
\r\nThis loop contains all of the accessories associated with this product.\r\n\r\n\r\naccessory.url
\r\n\r\n\r\naddRelatedProduct.url
\r\nThe URL to the linked accessory.\r\n\r\n\r\naccessory.title
\r\nThe title of the linked accessory.\r\n\r\n\r\naccessory.controls
\r\nThe WebGUI management controls for this accessory.\r\n\r\n\r\n
\r\nThe URL to add a related product to this product.\r\n\r\n\r\naddRelatedProduct.label
\r\nThe translated label for the add related product link.\r\n\r\n\r\nrelatedproduct.url
\r\nThe URL to the linked product.\r\n\r\n\r\nrelatedproduct.title
\r\nThe title of the linked product.\r\n\r\n\r\nrelatedproduct.controls
\r\nThe WebGUI management controls for this related product.\r\n\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,'Messaging Settings, Edit',1044138790);
INSERT INTO international VALUES (671,'WebGUI',1,'Wobjects, Using',1047858549);
INSERT INTO international VALUES (677,'WebGUI',1,'Wobject, Add/Edit',1047858650);
INSERT INTO international VALUES (668,'WebGUI',1,'Style Sheets, Using',1046067403);
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',1046656837);
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,'File Title
\r\nThe title that will be displayed for this file. If left blank the filename will be used.\r\n
\r\nChoose the file from your hard drive that you wish to upload.\r\n
\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
\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
\r\nA short description of this file. Be sure to include keywords that users may try to search for.\r\n
\r\nChoose the group that may download this file.\r\n
\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
\r\nThe title for this event.\r\n
\r\nDescribe the activities of this event or information about where the event is to be held.\r\n
\r\nOn what date will this event begin?\r\n
\r\nOn what date will this event end?\r\n
\r\nSelect a recurrence interval for this event. \r\n\r\n
\r\nSelect \"add new event\" if you\'d like to add another event, otherwise select \"go back to page\".\r\n
\r\nAdd the question you\'d like to appear on the FAQ.\r\n
\r\nAdd the answer for the question you entered above.\r\n
\r\nIf you wish to add another question then leave this set to the default.\r\n\r\n
\r\nYou may enter a new benefit, or select from one you\'ve already entered.\r\n
\r\nIf you\'d like to add another benefit right away, select \"Yes\".\r\n
\r\nThe text that will be linked.\r\n
\r\nThe web site to link to.\r\n
\r\nSelect yes if you\'d like this link to pop-up into a new window.\r\n
\r\nDescribe the site you\'re linking to. You can omit this if you\'d like.\r\n
\r\nSelect the wobject from your system that you\'d like to proxy. The select box takes the format of \"Page Title / Wobject Name (Wobject Id) so that you can quickly and accurately find the wobject you\'re looking for.\r\n
\r\nSelect a layout for this product.\r\n
\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
\r\nThe product number, SKU, ISBN, or other identifier for this product.\r\n
\r\nAn image of this product.\r\n
\r\nAn image of this product.\r\n
\r\nAn image of this product.\r\n
\r\nThe brochure for this product.\r\n
\r\nThe product, user, or service manual for this product.\r\n
\r\nThe warranty for this product.\r\n
\r\nYou may enter a new feature, or select one you entered for another product in the system.\r\n
\r\nIf you\'d like to add another feature right away, select \"Yes\".\r\n
\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
\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
\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
\r\nIf you\'d like to add another specification, select \"Yes\".\r\n
\r\nChoose from the list of products you\'ve already entered.\r\n
\r\nSelect \"Yes\" if you have another accessory to add.\r\n
\r\nChoose from the list of products you\'ve already entered.\r\n
\r\nSelect \"Yes\" if you have another related product to add.\r\nProbleem met aanvraag
\r\nWe hebben een probleem 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.',1038530770);
INSERT INTO international VALUES (417,'WebGUI',3,'Beveiligings probleem
\r\nU probeerde een widget op te vragen die niet bij deze pagina hoort. Het incident is gerapporteerd.',1038530790);
INSERT INTO international VALUES (418,'WebGUI',3,'Filter Contributed HTML',1038530797);
INSERT INTO international VALUES (419,'WebGUI',3,'Verwijder alle tags.',1038530805);
INSERT INTO international VALUES (420,'WebGUI',3,'Laat het zoals het is.',1038530821);
INSERT INTO international VALUES (421,'WebGUI',3,'Verwijder alles behalve de basis formattering.',1038530835);
INSERT INTO international VALUES (422,'WebGUI',3,'Login Fout
\r\nDe informatie komt niet overeen met het account.',1038530851);
INSERT INTO international VALUES (423,'WebGUI',3,'Laat aktieve sessies zien.',1038530859);
INSERT INTO international VALUES (424,'WebGUI',3,'Laat login historie zien.',1038530868);
INSERT INTO international VALUES (425,'WebGUI',3,'Aktieve sessies',1038530874);
INSERT INTO international VALUES (426,'WebGUI',3,'Login historie',1038530880);
INSERT INTO international VALUES (427,'WebGUI',3,'Stijlen',1038530885);
INSERT INTO international VALUES (428,'WebGUI',3,'Gebruiker (ID)',1038530891);
INSERT INTO international VALUES (429,'WebGUI',3,'Login tijd',1038530898);
INSERT INTO international VALUES (430,'WebGUI',3,'Laatst bekeken pagina',1038530910);
INSERT INTO international VALUES (431,'WebGUI',3,'IP Adres',1038530916);
INSERT INTO international VALUES (432,'WebGUI',3,'Verloopt',1038530923);
INSERT INTO international VALUES (433,'WebGUI',3,'Gebruikers applicatie',1038530929);
INSERT INTO international VALUES (434,'WebGUI',3,'Status',1038530935);
INSERT INTO international VALUES (435,'WebGUI',3,'Sessie handtekening',1038530941);
INSERT INTO international VALUES (436,'WebGUI',3,'Vermoord sessie',1038530946);
INSERT INTO international VALUES (437,'WebGUI',3,'Statistieken',1038530953);
INSERT INTO international VALUES (438,'WebGUI',3,'Uw naam',1038530959);
INSERT INTO international VALUES (441,'WebGUI',3,'Email naar pieper gateway',1038531014);
INSERT INTO international VALUES (442,'WebGUI',3,'Bedrijfs informatie',1038530997);
INSERT INTO international VALUES (443,'WebGUI',3,'Thuis informatie',1038531020);
INSERT INTO international VALUES (439,'WebGUI',3,'Persoonlijke informatie',1038530965);
INSERT INTO international VALUES (440,'WebGUI',3,'Contact informatie',1038530983);
INSERT INTO international VALUES (444,'WebGUI',3,'Demografische informatie',1038531026);
INSERT INTO international VALUES (445,'WebGUI',3,'Voorkeuren',1038531032);
INSERT INTO international VALUES (446,'WebGUI',3,'Bedrijfs website',1038531038);
INSERT INTO international VALUES (447,'WebGUI',3,'Beheer pagina boom.',1038531047);
INSERT INTO international VALUES (448,'WebGUI',3,'Pagina boom',1038531053);
INSERT INTO international VALUES (449,'WebGUI',3,'Overige informatie',1038531059);
INSERT INTO international VALUES (450,'WebGUI',3,'Werk naam (Bedrijfsnaam)',1038531078);
INSERT INTO international VALUES (451,'WebGUI',3,'is vereist.',1038531087);
INSERT INTO international VALUES (452,'WebGUI',3,'Even wachten alstublieft....',1038531096);
INSERT INTO international VALUES (453,'WebGUI',3,'Gecreëerd op',1038764730);
INSERT INTO international VALUES (454,'WebGUI',3,'Laatste wijziging',1038764793);
INSERT INTO international VALUES (455,'WebGUI',3,'Bewerk gebruikersprofiel',1038531131);
INSERT INTO international VALUES (456,'WebGUI',3,'Terug naar gebruikers lijst.',1038531139);
INSERT INTO international VALUES (457,'WebGUI',3,'Bewerk het account van deze gebruiker.',1038531148);
INSERT INTO international VALUES (458,'WebGUI',3,'Bewerk de groepen van deze gebruiker.',1038531156);
INSERT INTO international VALUES (459,'WebGUI',3,'Bewerk het profiel van deze gebruiker.',1038531164);
INSERT INTO international VALUES (460,'WebGUI',3,'Tijd offset',1038531177);
INSERT INTO international VALUES (461,'WebGUI',3,'Datum formaat',1038531183);
INSERT INTO international VALUES (462,'WebGUI',3,'Tijd formaat',1038531189);
INSERT INTO international VALUES (463,'WebGUI',3,'Tekst vlak rijen',1038531196);
INSERT INTO international VALUES (464,'WebGUI',3,'Tekst vlak kolommen',1038531203);
INSERT INTO international VALUES (465,'WebGUI',3,'Tekst blok grootte',1039597156);
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?',1039597166);
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?',1039597174);
INSERT INTO international VALUES (469,'WebGUI',3,'Id',1039597183);
INSERT INTO international VALUES (470,'WebGUI',3,'Naam',1039741470);
INSERT INTO international VALUES (472,'WebGUI',3,'Label',1039741472);
INSERT INTO international VALUES (473,'WebGUI',3,'Zichtbaar?',1039741477);
INSERT INTO international VALUES (474,'WebGUI',3,'Verplicht?',1039741479);
INSERT INTO international VALUES (475,'WebGUI',3,'Tekst',1039741481);
INSERT INTO international VALUES (476,'WebGUI',3,'Tekst vlak',1039741484);
INSERT INTO international VALUES (477,'WebGUI',3,'HTML vlak',1039741487);
INSERT INTO international VALUES (478,'WebGUI',3,'URL',1039741489);
INSERT INTO international VALUES (479,'WebGUI',3,'Datum',1039741492);
INSERT INTO international VALUES (480,'WebGUI',3,'E-mail adres',1039780063);
INSERT INTO international VALUES (481,'WebGUI',3,'Telefoon nummer',1039780074);
INSERT INTO international VALUES (482,'WebGUI',3,'Nummer (Geheel getal)',1039780081);
INSERT INTO international VALUES (483,'WebGUI',3,'Ja of nee',1039780089);
INSERT INTO international VALUES (484,'WebGUI',3,'Selecteer lijst',1039780096);
INSERT INTO international VALUES (485,'WebGUI',3,'Booleaanse waarde (Checkbox)',1039780104);
INSERT INTO international VALUES (486,'WebGUI',3,'Data type',1039780111);
INSERT INTO international VALUES (487,'WebGUI',3,'Mogelijke waardes',1039780117);
INSERT INTO international VALUES (488,'WebGUI',3,'Standaard waarde(s)',1039780124);
INSERT INTO international VALUES (489,'WebGUI',3,'Profiel categorie',1039780131);
INSERT INTO international VALUES (490,'WebGUI',3,'Profiel categorie toevoegen.',1039780153);
INSERT INTO international VALUES (491,'WebGUI',3,'Profiel veld toevoegen.',1039780162);
INSERT INTO international VALUES (492,'WebGUI',3,'Profiel veld lijst.',1039780172);
INSERT INTO international VALUES (493,'WebGUI',3,'Terug naar de site.',1039780197);
INSERT INTO international VALUES (496,'WebGUI',3,'Te gebruiken editor',1039780245);
INSERT INTO international VALUES (494,'WebGUI',3,'Real Objects Edit-On Pro',1039780216);
INSERT INTO international VALUES (497,'WebGUI',3,'Start datum',1039780252);
INSERT INTO international VALUES (498,'WebGUI',3,'Eind Datum',1039780259);
INSERT INTO international VALUES (499,'WebGUI',3,'Wobject ID',1039780266);
INSERT INTO international VALUES (500,'WebGUI',3,'Pagina ID',1039780287);
INSERT INTO international VALUES (514,'WebGUI',3,'Bekeken',1039780439);
INSERT INTO international VALUES (527,'WebGUI',3,'Standaard home pagina',1039780569);
INSERT INTO international VALUES (530,'WebGUI',3,'Met al deze woorden',1039780611);
INSERT INTO international VALUES (501,'WebGUI',3,'Body',1039780293);
INSERT INTO international VALUES (468,'WebGUI',3,'Bewerk gebruikers profiel categorie',1039597179);
INSERT INTO international VALUES (507,'WebGUI',3,'Bewerk sjabloon',1039780372);
INSERT INTO international VALUES (508,'WebGUI',3,'Beheer sjablonen.',1039780381);
INSERT INTO international VALUES (509,'WebGUI',3,'Discussie layout',1039780389);
INSERT INTO international VALUES (510,'WebGUI',3,'Plat',1039780404);
INSERT INTO international VALUES (511,'WebGUI',3,'Threaded',1039780416);
INSERT INTO international VALUES (512,'WebGUI',3,'Volgende thread',1039780425);
INSERT INTO international VALUES (513,'WebGUI',3,'Vorige thread',1039780433);
INSERT INTO international VALUES (533,'WebGUI',3,'zonder de woorden',1039780661);
INSERT INTO international VALUES (529,'WebGUI',3,'Resultaten',1039780584);
INSERT INTO international VALUES (518,'WebGUI',3,'Inbox notificaties',1039780468);
INSERT INTO international VALUES (519,'WebGUI',3,'Ik wil geen notificatie krijgen.',1039780479);
INSERT INTO international VALUES (520,'WebGUI',3,'Ik wil notificatie via e-mail.',1039780500);
INSERT INTO international VALUES (521,'WebGUI',3,'Ik wil notificatie via e-mail naar pager.',1039780514);
INSERT INTO international VALUES (522,'WebGUI',3,'Ik wil notificatie via ICQ.',1039780523);
INSERT INTO international VALUES (523,'WebGUI',3,'Notificatie',1039780531);
INSERT INTO international VALUES (524,'Discussion',3,'Voeg bewerk stempel toe aan post?',1039780542);
INSERT INTO international VALUES (525,'WebGUI',3,'Bewerk inhoud Settings',1039780550);
INSERT INTO international VALUES (526,'WebGUI',3,'Verwijder alleen javascript.',1039780560);
INSERT INTO international VALUES (72,'EventsCalendar',3,'Gebeurtenis, Toevoegen/Bewerken',1039596887);
INSERT INTO international VALUES (9,'Product',3,'Product plaatje 3',1038527773);
INSERT INTO international VALUES (9,'MailForm',3,'Voeg veld toe',1038513524);
INSERT INTO international VALUES (8,'Product',3,'Product plaatje 2',1038527767);
INSERT INTO international VALUES (8,'MailForm',3,'Breedte',1038513517);
INSERT INTO international VALUES (78,'EventsCalendar',3,'Niets weggooien, ik heb een foutje gemaakt.',1038487211);
INSERT INTO international VALUES (77,'EventsCalendar',3,'Gooi deze gebeurtenis weg en alle herhalingen hiervan.',1038487192);
INSERT INTO international VALUES (76,'EventsCalendar',3,'Gooi alleen deze gebeurtenis weg.',1038487184);
INSERT INTO international VALUES (75,'EventsCalendar',3,'Welke van deze keuzes wilt u uitvoeren?',1038487175);
INSERT INTO international VALUES (73,'LinkList',3,'Titel
\r\n Text die gelinked zal worden. \r\n
\r\n De Website waarnaar gelinked wordt.
\r\n Selecteer ja als u wilt dat deze link in een nieuw venster geopend wordt. \r\n
\r\n Beschrijf de site waar u naar linkt. Dit kan weggelaten worden als u dat\r\nwilt.
\r\n Als u nog een link toe wilt voegen, laat dan de standaard geselecteerd.
\r\n',1039775841);
INSERT INTO international VALUES (73,'FAQ',3,'Vraag
\r\n Voer de vraag in die u in de FAQ wilt laten verschijnen. \r\n
\r\n Voer het antwoord in voor de vraag die u hierboven heeft ingevuld.
\r\n Als u nog een vraag wilt toevoegen, laat dan de default geselecteerd staan.
\r\n',1039741313);
INSERT INTO international VALUES (73,'EventsCalendar',3,'Titel
\r\n De titel voor deze gebeurtenis. \r\n
\r\n Omschrijf de activiteit van deze gebeurtenis of voer informatie in over\r\nwaar deze gebeurtenis plaatsvind.
\r\n Wanneer begint deze gebeurtenis?
\r\n Op welke datum zal deze gebeurtenis plaatsvinden?
\r\n Selecteer een interval waarin deze gebeurtenis opnieuw plaatsvind.
\r\n Als u nog een gebeurtenis toe wilt voegen, selecteer dan \"voeg gebeurtenis toe\" selecteer ander \"ga terug naar de huidige pagina\".
\r\n',1039741404);
INSERT INTO international VALUES (72,'Poll',3,'Antwoorden in willekeurige volgorde weergeven?',1038527736);
INSERT INTO international VALUES (72,'LinkList',3,'Link, Toevoegen/Bewerken',1039597033);
INSERT INTO international VALUES (72,'FAQ',3,'Vraag, Toevoegen/Bewerken',1039596931);
INSERT INTO international VALUES (72,'FileManager',3,'Bestand, Toevoegen/Bewerken',1039741267);
INSERT INTO international VALUES (717,'WebGUI',3,'Uitloggen',1039783293);
INSERT INTO international VALUES (716,'WebGUI',3,'Inloggen',1039783286);
INSERT INTO international VALUES (715,'WebGUI',3,'Redirect URL',1039783279);
INSERT INTO international VALUES (654,'WebGUI',3,'Stijl, Verwijder',1039782911);
INSERT INTO international VALUES (471,'WebGUI',3,'Bewerk gebruikers profielveld',1038506711);
INSERT INTO international VALUES (36,'Product',3,'Voeg een accessoire toe',1037886945);
INSERT INTO international VALUES (585,'WebGUI',3,'Beheer vertalingen.',1039520850);
INSERT INTO international VALUES (707,'WebGUI',3,'Laat debugging zien?',1039783218);
INSERT INTO international VALUES (706,'WebGUI',3,'Uren',1039783211);
INSERT INTO international VALUES (705,'WebGUI',3,'Minuten',1039783204);
INSERT INTO international VALUES (704,'WebGUI',3,'Seconden',1039783197);
INSERT INTO international VALUES (703,'WebGUI',3,'Jaren',1039783187);
INSERT INTO international VALUES (702,'WebGUI',3,'Maanden',1039783179);
INSERT INTO international VALUES (7,'Product',3,'Product plaatje 1',1038527761);
INSERT INTO international VALUES (5,'WobjectProxy',3,'Wobject proxy, Toevoegen/Bewerken',1038506272);
INSERT INTO international VALUES (699,'WebGUI',3,'Eerste dag van de week',1039783123);
INSERT INTO international VALUES (696,'WebGUI',3,'Prullenbak, Legen',1039783109);
INSERT INTO international VALUES (697,'WebGUI',3,'Karma, Gebruiken',1039783116);
INSERT INTO international VALUES (685,'WebGUI',3,'Sjabloon, verwijderen',1039783083);
INSERT INTO international VALUES (684,'WebGUI',3,'Sjabloon, Toevoegen/Bewerken',1039783075);
INSERT INTO international VALUES (598,'WebGUI',3,'Bewerk deze vertaling.',1038505400);
INSERT INTO international VALUES (596,'WebGUI',3,'NIET AANWEZIG',1039521044);
INSERT INTO international VALUES (605,'WebGUI',3,'Voeg groepen toe',1039521088);
INSERT INTO international VALUES (601,'WebGUI',3,'International ID',1039521101);
INSERT INTO international VALUES (597,'WebGUI',3,'Bewerk internationaal bericht',1038506935);
INSERT INTO international VALUES (594,'WebGUI',3,'Vertaal internationale berichten',1039521016);
INSERT INTO international VALUES (593,'WebGUI',3,'Verstuur vertaling naar Plain Black',1039521001);
INSERT INTO international VALUES (595,'WebGUI',3,'Internationale berichten',1039521031);
INSERT INTO international VALUES (591,'WebGUI',3,'Taal',1039520984);
INSERT INTO international VALUES (590,'WebGUI',3,'Taal ID',1039520973);
INSERT INTO international VALUES (589,'WebGUI',3,'Bewerk taal',1038506727);
INSERT INTO international VALUES (586,'WebGUI',3,'Beheer Talen',1039780807);
INSERT INTO international VALUES (584,'WebGUI',3,'Voeg een nieuwe taal toe',1039520836);
INSERT INTO international VALUES (575,'WebGUI',3,'Bewerk',1038506716);
INSERT INTO international VALUES (576,'WebGUI',3,'Verwijder',1039520732);
INSERT INTO international VALUES (582,'WebGUI',3,'Laat leeg',1039520720);
INSERT INTO international VALUES (683,'WebGUI',3,'Sjablonen, Beheer',1039783060);
INSERT INTO international VALUES (682,'WebGUI',3,'Gebruikersprofiel, Bewerken',1038506298);
INSERT INTO international VALUES (681,'WebGUI',3,'Pakketten, Maken',1039783049);
INSERT INTO international VALUES (680,'WebGUI',3,'Pakket, Toevoegen',1039783040);
INSERT INTO international VALUES (679,'WebGUI',3,'Inhoudsinstellingen, Bewerken',1039783017);
INSERT INTO international VALUES (677,'WebGUI',3,'Wobject, Toevoegen/Bewerken',1038506260);
INSERT INTO international VALUES (1,'MailForm',3,'E-mail formulier',1038513331);
INSERT INTO international VALUES (10,'MailForm',3,'Van',1038513338);
INSERT INTO international VALUES (11,'MailForm',3,'Aan (e-mail, gebruikersnaam of groepsnaam)',1039783818);
INSERT INTO international VALUES (23,'MailForm',3,'Type',1038513461);
INSERT INTO international VALUES (13,'MailForm',3,'Bcc (Onzichtbare kopie naar)',1038513364);
INSERT INTO international VALUES (12,'MailForm',3,'Cc (Kopie naar)',1038513357);
INSERT INTO international VALUES (22,'MailForm',3,'Status',1038513451);
INSERT INTO international VALUES (21,'MailForm',3,'Veldnaam',1038513444);
INSERT INTO international VALUES (20,'MailForm',3,'Bewerk veld',1038506693);
INSERT INTO international VALUES (2,'MailForm',3,'Uw e-mail onderwerp hier',1038513436);
INSERT INTO international VALUES (14,'MailForm',3,'Onderwerp',1038513371);
INSERT INTO international VALUES (15,'MailForm',3,'Doorgaan met velden toevoegen?',1038513393);
INSERT INTO international VALUES (18,'MailForm',3,'Ga terug!',1038513418);
INSERT INTO international VALUES (16,'MailForm',3,'Bevestigingsbericht',1038513404);
INSERT INTO international VALUES (17,'MailForm',3,'E-mail is verstuurd',1039783869);
INSERT INTO international VALUES (19,'MailForm',3,'Weet u zeker dat u dit veld wilt verwijderen?',1038513426);
INSERT INTO international VALUES (61,'Article',3,'Artikel, Toevoegen/Bewerken',1039596806);
INSERT INTO international VALUES (24,'MailForm',3,'Mogelijke waarden (alleen voor \'drop-down box\')',1038513468);
INSERT INTO international VALUES (25,'MailForm',3,'Standaardwaarde (optioneel)',1038513477);
INSERT INTO international VALUES (7,'MailForm',3,'Bewerk e-mail formulier',1038506703);
INSERT INTO international VALUES (6,'MailForm',3,'Aanpasbaar',1038513510);
INSERT INTO international VALUES (62,'MailForm',3,'E-mail formulier velden, Toevoegen/Bewerken',1039597049);
INSERT INTO international VALUES (61,'MailForm',3,'E-mail formulier, Toevoegen/Bewerken',1039597041);
INSERT INTO international VALUES (5,'MailForm',3,'Zichtbaar(niet aanpasbaar)',1038513504);
INSERT INTO international VALUES (4,'MailForm',3,'Verborgen',1038513497);
INSERT INTO international VALUES (26,'MailForm',3,'Inzendingen opslaan?',1038513483);
INSERT INTO international VALUES (3,'MailForm',3,'Bedankt voor uw bericht!',1038513491);
INSERT INTO international VALUES (588,'WebGUI',3,'Weet u zeker dat u deze vertaling naar Plain Black wilt versturen voor bundeling in de standaarddistributie van WebGUI? Door op de \'ja\' link te klikken snapt u dat u Plain Black een onbeperkte licentie geeft om de vertaling in haar software te gebruiken.',1039520948);
INSERT INTO international VALUES (581,'WebGUI',3,'Voeg een nieuwe waarde toe',1039520807);
INSERT INTO international VALUES (543,'WebGUI',3,'Voeg een nieuwe plaatjesgroep toe.',1039780697);
INSERT INTO international VALUES (583,'WebGUI',3,'Maximale plaatjesgrootte',1039520826);
INSERT INTO international VALUES (579,'WebGUI',10,'Din meddelelse er blevet godkendt.',1037205180);
INSERT INTO international VALUES (542,'WebGUI',3,'Vorige..',1039780690);
INSERT INTO international VALUES (3,'WobjectProxy',10,'Wobject Proxy',1036856148);
INSERT INTO international VALUES (5,'USS',9,'±zªº±i¶K¤å³¹³Q©Úµ´',1031510000);
INSERT INTO international VALUES (5,'SQLReport',9,'DSN',1031510000);
INSERT INTO international VALUES (5,'SiteMap',9,'½s¿èºô¯¸¦a¹Ï',1031510000);
INSERT INTO international VALUES (5,'Poll',9,'¹Ï§Î¼e«×',1031510000);
INSERT INTO international VALUES (622,'WebGUI',2,'Schauen Sie auch unter "Verwalten Gruppen", um eine Beschreibung der \r\nGruppen Funktionalitäten zu erhalten und die Beschreibung der Standardgruppen \r\nzu sehen.
Ein Name für die Gruppe. Am besten wählen \r\nSie hier einen Namen, der auch die Funktion der Gruppe beschreibt, damit Sie \r\nspäter nicht den Überblick verlieren. \r\n
Eine längere Beschreibung für diese Gruppe, so dass \r\nAdministratoren und Content Manager sehen können, was der Sinn und Zweck dieser \r\nGruppe ist.
Die Zeit, die ein Benutzer zu dieser Gruppe \r\ngehört, bis er/sie entfernt wird bzw. die Mitgliedschaft verfällt. Dies ist \r\nhilfreich für Seiten, in denen Benutzer zeitlich beschränkte Angebote erhalten \r\nsollen. Beachten Sie, dass diese Einstellungen auch wieder für jeden einzelnen \r\nBenutzer gesondert vorgenommen werden können.
Sie \r\nkönnen den Wert hier aktivieren, wenn sie Karma aktiviert haben. Dieser Grenzwert \r\nist der Anteil an Karma, die ein Benutzer haben muss, um Mitglied dieser Gruppe \r\nzu werden.
\r\n\r\nSubmission Template
\r\nChoose a layout for the individual submissions.\r\n
\r\n\r\nKarma Per Submission
\r\nHow much karma should be given to a user when they contribute to this user submission system?\r\n
\r\n\r\n\r\nDisplay thumbnails?
\r\nIf there is an image present in the submission, the thumbnail will be displayed in the Layout (see above).\r\n
\r\n\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n
\r\n\r\n\r\nFilter Post
\r\nSelect the level of content filtering you wish to perform on all discussion posts.\r\n
\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n
\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n
\r\nNOTE: 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
\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n
\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n
\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive 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
\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n
\r\n\r\nAdd edit stamp to posts?
\r\nDo you wish to \"stamp\" all edits so that you can track who edited a post and when?\r\n
\r\n',1047859664); 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,'×ÜͶƱÈËÊý:',1031514049); INSERT INTO international VALUES (723,'WebGUI',1,'Deprecated',1031800566); INSERT INTO international VALUES (5,'Auth/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 (4,'Auth/WebGUI',1,'Your password cannot be blank.',1031879567); INSERT INTO international VALUES (5,'Auth/WebGUI',6,'Ditt lösenord kan inte vara \"lösenord\".',1032262393); INSERT INTO international VALUES (4,'Auth/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ändarnamn.',1032262345); INSERT INTO international VALUES (724,'WebGUI',6,'Ditt anvä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åldrat',1032262278); INSERT INTO international VALUES (63,'Product',6,'Produktmallar används för att kontrollera hur din produkt presenteras för användarna. Detta fungerar på liknande sätt som övriga mallar till WebGUI. Det finns några referensmallar för att ge dig en snabbstart, men det bästa är ändå att skapa ett utseende som passar din produkt.\r\n\r\nTroligtvis behöver du inte använda alla fält som WebGUI\'s produkthanterare tillhandahåller. Ta bort onödiga fält när du skapar en ny mall för att få sidorna att ladda snabbare.\r\n\r\nNote: Du bör inte ändra standardmallarna utan istället göra kopior av dom. Vid WebGUI uppgraderingar skrivs standardmallarna över med nya uppdaterade vilket tar bort dina ändringar. Kopior rörs inte av en uppgradering.\r\n\r\nDet finns många special-macros att använda i dina produktmallar.\r\n\r\n^Product_Accessories;\r\nVisar en lista på tillbehör till produkten.\r\n\r\n^Product_Benefits;\r\nVisar en lista på fördelar med produkten.\r\n\r\n^Product_Description;\r\nVisar en produkts beskrivning.\r\n\r\n^Product_Features;\r\nVisar en lista på produktens egenskaper.\r\n\r\n^Product_Image1;\r\nVisar den första bilden du laddade upp (om det finns någon).\r\n\r\n^Product_Image2;\r\nVisar den andra bilden du laddade upp (om det finns någon).\r\n\r\n^Product_Image3;\r\nVisar den tredje bilden du laddade upp (om det finns någon).\r\n\r\n^Product_Number;\r\nVisar produktens nummer.\r\n\r\n^Product_Price;\r\nVisar produktens pris.\r\n\r\n^Product_Related;\r\nVisar en lista på relaterade produkter.\r\n\r\n^Product_Specifications;\r\nVisar en lista på produktens specifikationer.\r\n\r\n^Product_Thumbnail1;\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^Product_Thumbnail2;\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^Product_Thumbnail3;\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^Product_Title;\r\nVisar produktens titel. Om du använder det här macrot vill du antagligen stä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ån en annan sida till vilken annan sida som helst. Det är användbart när du vill återanvända innehåll från en sektion av webbplatsen till en annan.\r\n\r\nWobject till proxy\r\nVälj ett wobject från ditt system som du vill proxya. Väljrutan visar innehå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 (840,'WebGUI',2,'Diese Makros werden verwendet um programmier ähnliche Funktionalität einzubauen \r\n
^D; oder ^D(); - Datum
Das aktuelle Datum und die Uhrzeit. \r\n
Sie können dies mit den Formatierungssymbolen konfigurieren. Wenn Sie z. \r\nB. eine Makro wie ^D("%c %D, %y"); erstellen, wird Ihnen folgendes \r\nangezeigt \r\nSeptember 26, 2001. Nachfolgend die verfügbaren Formatierungssymbole: \r\n
\r\n
| %% | \r\n% |
| %y | \r\n4-stelliges Jahr |
| %Y | \r\n2-stelliges Jahr |
| %m | \r\n2-stelliger Monat |
| %M | \r\nvariable Monat |
| %c | \r\nMonatsname |
| %d | \r\n2-stelliger Tag |
| %D | \r\nvariable Tag des Monats? |
| %w | \r\nName des Wochentags |
| %h | \r\n2-stellige Uhrzeit (12-Stunden Format) |
| %H | \r\nvariable Uhrzeit (12-Stunden Format) ? |
| %j | \r\n2-stellige Uhrzeit (24-Stunden Format) |
| %J | \r\nvariable Uhrzeit (24-Stunden Format) ? |
| %p | \r\nkleingeschrieben am/pm |
| %P | \r\ngrossgeschrieben AM/PM |
| %z | \r\nBenutzerdefiniertes Datums-Format |
| %Z | \r\nBenutzerdefiniertes Zeit-Format |
^Env()
Kann benutzt werden, um eine WebServer Umgebungsvariable \r\nauf der Seite anzeigen zu lassen. Diese Umgebungsvariablen sind von WebServer \r\nzu WebServer unterschiedlich, aber Sie können Sie die verfügbaren Variablen \r\nanzeigen lassen, wenn Sie \r\nhttp://www.ihreWebGUISeite.de/env.pl \r\naufrufen.
Das Makro wird z. B. wie folgt verwendet ^Env("REMOTE_ADDR"); \r\n
^Execute();
Gibt dem Contentmanager oder Administrator die Möglichkeit, \r\nein externes Programm auszuführen. Beispiel: ^Execute("/verzeichnis/datei.sh");. \r\n
^FormParam();
Dieses Makro wird hauptsächlich benutzt, um dynamische \r\nAbfragen in SQL Reports zu erzeugen. Das Benutzen dieses Makros kann z. B. \r\nden Wert eines Formularfeldes zurückgeben, in dem Sie einfach den Namen des \r\nFormularfeldes einsetzen, wie z. b. \r\n^FormParam("Telefon Nummer"); \r\n
^Include();
Gibt dem Contentmanager oder Administrator die Möglichkeit, \r\neine Datei des lokalen Dateisystems einzubinden \r\n
Beispiel: ^Include("/verzeichnis/seite.html"); \r\n
^International();
Gibt den übersetzten Text vom \'Internationalisierungs-System\' \r\n(Übersetzungen) zurück. \r\n
Beispiel: ^International(45,"Article"); \r\nBeachte: Es muss die englische Bezeichnung (Article) verwendet werden.
^Quote();
Benutzen \r\nSie dies, um einen String abzuschliessen bevor Sie in in einer Datenbank-Abfrage \r\nbenutzen, z.B. ^Quote(suche dieses oder jenes); \r\n
^Page();
Dieses \r\nMakro kann verwendet werden, um Informationen der aktuellen Seite zurückzugeben. \r\nZum Beispiel kann es benutzt werden, um die Seiten-URL anzuzeigen: \r\n^Page("urlizedTitle"); oder um einen Menutitel zu erhalten: ^Page("menuTitle");. \r\n
^SQL();
Ein einzeiliger SQL Report. Manchmal ist es erforderlich, \r\nschnell einen Datenbankinhalt zurückzugeben. Dieses Makro ist aber auch gut \r\neinsetzbar, um einen SQL-Report zu erweitern. Es werden numerische Makros (^0; ^1; ^2; etc) benutz, \r\num Daten zu positionieren. Sie können auch das ^rownum; Makro wie beim \r\n SQL Report Wobject benutzen.
\r\n
Beispiele:\r\n
^SQL("select count(*) from users","Es sind ^0; Benutzer registriert."); \r\n
^SQL("select userId,username from users order by username","<a \r\nhref=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>"); \r\n
^URLEncode();
Dieses Makro wird auch hauptsächlich in SQL Reports \r\nverwendet, aber es kann auch genauso gut wo anders eingesetzt werden. Es überprüft \r\nden Inhalt einer Eingabe (z. B. im Formular) und wandelt ihn in eine URL \r\num, sodass die Eingabe nachher als Link angezeigt wird. Die Syntax ist wie folgt: ^URLEncode("Ist dies \r\nmeine Eingabe?"); \r\n
^User();
Mit diesem Makro können Sie einige Infos aus dem Benutzer-Konto \r\noder Benutzerprofil anzeigen lassen. Wenn Sie z. B. die Emailadresse des Benutzers \r\nanzeigen möchten, müssen Sie das Makro wie folgt verwenden: ^User("email");
^*; oder ^*(); - Zufallszahl
Eine \r\nZufallszahl. Wird oft in Banner-Ads oder ähnlichem benötigt, um z. B. sicherzustellen, \r\ndas nicht gecachet wird. Sie können dieses Makro u. a. einsetzen, um eine Zufallszahl \r\nzwischen 1 und 100 zu erzeugen: ^*(100); . \r\n
^-;,^0;,^1;,^2;,^3;, etc.
Diese Makros sind für System/Wobject \r\nspezifische Funktionen reserviert, wie im SQL Report oder im Body des Style \r\nManagers.
Sätt på innehållsförteckning?
Om du vill visa en innehållsförteckning för din FAQ. En innehållsförteckning listar länkar till alla frågor i FAQ\'n längst upp på sidan.
Sätt på Q/A?
Välj om du vill att det ska stå ett Q: framför varje från och ett A: framför varje svar.
Sätt på [top]-länk?
[top] kommer visas varje fråga och svar. Klickar man på den länken så kommer man längst upp på sidan. Används oftast i samband med en innehållsförteckning.
Fortsätt med att lägga till frågor?
Låt den vara bockad om du vill lägga till frågor direkt efter du skapat din FAQ.
Note: Följande stilar är specifika för FAQ.
.faqQuestion
En FAQ-fråga. För att särskilja den frå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ållsförteckning?',1031669826);
INSERT INTO international VALUES (71,'ExtraColumn',6,'Extra kolumner låter dig ändra layout på endast en sida. Om du vill ha fler kolumner på samtliga sidor bör du överväga att ändra på stilen som sätts på dina sidor eller använda en mall istället för en extra kolumn.\r\n\r\nKolumner läggs alltid till från vänster till höger. Tidigare material kommer flyttas till vänster om den nya kolumnen.\r\n\r\nMellanrum\r\nMellanrum är avståndet mellan existerande innehåll och din nya kolumn. Mäts i antalet pixlar.\r\n\r\nBredd\r\nHur bred vill du att kolumnen ska vara? Mäts i antalet pixlar.\r\n\r\nStilmallsklass (style sheet class)\r\nStandard används content-stilen (samma som övrig text på hemsidan). Om du har skapat en egen stil för kolumner så kan du ä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 och alla av dess å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,'Titel\r\nTiteln för denna händelse.\r\n\r\nBeskrivning\r\nBeskrivning av aktiviteter för denna händelse eller övrig information om aktiviteten.\r\n\r\nStart datum\r\nVilket datum kommer det börja?\r\n\r\nSlut datum\r\nVilket datum slutar det på?\r\n\r\nÅterkommer varje\r\nVälj ett återkomstintervall för denna händelse.\r\n\r\nFortsätt med att lägga till händelse?\r\nOm du vill fortsätta lägga till händelser låter du \"Ja\" vara valt.',1031667712);
INSERT INTO international VALUES (71,'EventsCalendar',6,'Händelsekalendrar används på många intranät för att hålla reda på interna datum som påverkar hela organisationen. Kalendrar på handelsinriktade webbplatser är ett bra sätt att låta kunderna veta bl.a. vilka mässor/utställningar du kommer att medverka på.\r\n\r\nVisningsformat\r\nDetta kan sättas till Lista eller kalender. När du väljer lista kommer händelserna vara listade efter datum (händelser som redan inträffat kommer inte att visas). Den här typen passar bäst när det inte händer mer än ett par saker varje månad. Om du väljer kalender så kommer händelserna visas på en månadskalender som det går att bläddra i. Den här formatet passar sig bäst vid många händelser varje månad.\r\n\r\nRadbryt efter\r\nNär du använder list-formatet så anger du här hur många händelser som kommer visas per sida.\r\n\r\nFortsätt med att lägga till händelse?\r\nLåt den här vara inställd på \"Ja\" för att direkt kunna lägga in händelser.\r\n\r\n
"Nicht gefunden" Seite
Sollte eine Seite, die ein Besucher \r\naufrufen möchte, nicht vorhanden sein, kann er zur Homepage oder zu einer Fehlerseite \r\nweitergeleitet werden. Sie entscheiden, welcher Weg besser für ihre Besucher \r\nist...
Dokument Typ Beschreibung
Heutzutage ist es sehr wichtig, \r\neine grosse Anzahl von Browsern zu unterstützen, inklusive Robotern von Suchmaschinen. \r\nEinige dieser Browser möchten wissen, welcher Art Content ihnen angeboten wird. \r\nMit dem \'Doctype Tag\' können Sie dies angeben. Standardmässig generiert WebGUI \r\n HTML 4.0 konformen Inhalt.
Bearbeitungszeitpunkt zu Beiträgen hinzufügen?
Gewöhnlich \r\nwird der Zeitpunkt, an dem ein Beitrag bearbeitet wurde, als so genannter Timestamp \r\nhinzugefügt, damit man später nachverfolgen kann, wann der Beitrag verfasst \r\nwurde. Diese Funktion wird natürlich nicht für alle Seiten benötigt, daher können \r\nSie den Timestamp dort deaktivieren.
HTML filtern
Bei öffentlichen \r\nSeiten, auf denen ein Besucher die Möglichkeit hat, z. B. Beiträge in einem \r\nDiskussionsforum zu verfassen, ist es oft notwendig, deren Content zu filtern, \r\num z. B. das Ausführen böswilligen Codes zu verhindern. Und dies kann unter \r\nbesonderen Umständen zu Sicherheitsproblemen führen. Hier können Sie daher die \r\nStufe der Filterung (z.B. nur Javascript entfernen) einstellen
Maximale \r\nDateigrösse für Anhänge
Die maximale Grösse in KB der Anhänge.
Maximale \r\nGrösse einer Grafik
Falls Bilder, die hochgeladen wurden, grösser als \r\ndiese maximale Grösse einer Grafik sind, wird diese entsprechend dieser Grösseneinstellungen \r\numgewandelt. Die Angabe erfolgt in Pixel und gibt die längste Seite der Grafik \r\nan.
Thumbnail Grösse
Hier können Sie die Grösse der Vorschaubilder \r\n(Thumbnails) angeben, die automatisch beim Hochladen von Grafiken erstellt werden. \r\nDie Grösse wird in Pixel angegeben.
Schnippsel Vorschau Länge
Wieviel \r\nZeichen eines Schnippsels werden im Uploadmanager angezeigt? Wie gesagt, damit \r\nist nur die Anzeige in der "Schnipselübersicht" gemeint; der Code \r\nselbst wird nicht beschränkt
Reihen des Textbereichs (mehrzeilige \r\nTextbox)
Hier können Sie angeben, wie viel Reihen pro Textbereich. Dies \r\ngilt dann für alleTextbereiche innerhalb der Seite - auch diejenigen, \r\ndie angezeigt werden, wenn Sie eine Seite bearbeiten.
Spalten des Textbereichs
Analog \r\nzu den Reihen der Textbereiche können Sie auch die Anzahl der Spalten angeben. \r\n
Grösse der Textbox
Hiermit können Sie angeben, wie gross die Textboxen \r\nin WebGUI sein sollen. Ein Wert von 20 z.B. erzeugt eine Textbox, die 20 Zeichen \r\nbreit ist.
Seiten Cache Timeout
Die Zeit, die die Seiten für registrierte \r\nBenutzer gecachet (zwischengespeichert) werden sollen.
Seiten Cache Timeout (Besucher)
Die \r\nZeit, die die Seiten für Besucher gecachet werden sollen. \r\n
Beachte: Seiten Caching ist nur verfügbar, wenn der Administrator \r\ndas Cache::FileCache Perl Modul auf dem Webserver installiert/aktiviert hat. \r\nCaching (Zwischenspeichern) von Seiten kann die Performance Ihrer Website um \r\nmehr als 1000 % beschleunigen, da Seiten in einem temporären Verzeichnis zwischengespeichert \r\nwerden und nicht bei jedem Aufruf neu generiert werden müssen.
',1048590062); INSERT INTO international VALUES (61,'SyndicatedContent',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãÍÊæì ÇáÑÇÈØÉ',1031514049); INSERT INTO international VALUES (4,'SyndicatedContent',11,'ÊÍÑíÑ ãÍÊæì ÇáÑÇÈØÉ',1031514049); INSERT INTO international VALUES (2,'SyndicatedContent',11,'ãÍÊæì ÇáÑÇÈØÉ (ÇáäÞÇÈÉ)',1031514049); INSERT INTO international VALUES (1,'SyndicatedContent',11,'ãä URL Åáì ãáÝ RSS ',1031514049); INSERT INTO international VALUES (61,'SQLReport',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÞÑíÑ ÇáÜSQL',1031514049); INSERT INTO international VALUES (18,'SQLReport',11,'áíÓÊ åäÇß äÊÇÆÌ áåÐå ÇáÇÓÊÝåÇã',1031514049); INSERT INTO international VALUES (17,'SQLReport',11,'ÊäÞíÍ : ÇÓÊÝåÇã :',1031514049); INSERT INTO international VALUES (16,'SQLReport',11,'ÊäÞíÍ',1031514049); INSERT INTO international VALUES (15,'SQLReport',11,'ÞÈá (ÊÔÛíá) ãÚÇáÌÉ ÑãæÒ ÇáÇÎÊÕÇÑ Úáì ÇáÇÓÊÝåÇã¿',1031514049); INSERT INTO international VALUES (14,'SQLReport',11,'ÊÑÞíã ÇáÕÝÍÇÊ',1031514049); INSERT INTO international VALUES (13,'SQLReport',11,'åá ÊÑÛÈ Ýí ÊÍæíá ÚÇÆÏÇÊ ÇáÊÍãíá¿',1031514049); INSERT INTO international VALUES (12,'SQLReport',11,'ÊäÞíÍ : ÎØÃ : áã íÊãßä ãä ÇáÇÊÕÇá ÈÞÇÚÏÉ ÇáÈíÇäÇÊ',1031514049); INSERT INTO international VALUES (11,'SQLReport',11,'ÊäÞíÍ : ÎØÃ : åäÇß ãÔßáÉ ãÚ ÇáÇÓÊÝåÇã',1031514049); INSERT INTO international VALUES (10,'SQLReport',11,'ÊäÞíÍ : ÎØÃ : ÕíÛÉ áÜSQL ÇáãÚíäÉ ÛíÑ ÕÍíÍÉ',1031514049); INSERT INTO international VALUES (9,'SQLReport',11,'ÊäÞíÍ : ÎØÃ : ÕíÛÉ áÜDSN ÇáãÚíäÉ ÛíÑ ÕÍíÍÉ',1031514049); INSERT INTO international VALUES (8,'SQLReport',11,'ÊÍÑíÑ ÊÞÑíÑ SQL',1031514049); INSERT INTO international VALUES (6,'SQLReport',11,'ãÓÊÎÏã ÞÇÚÏÉ ÇáÈíÇäÇÊ',1031514049); INSERT INTO international VALUES (7,'SQLReport',11,'ßáãÉ ÓÑ ÞÇÚÏÉ ÇáÈíÇäÇÊ',1031514049); INSERT INTO international VALUES (5,'SQLReport',11,'DSN',1031514049); INSERT INTO international VALUES (4,'SQLReport',11,'ÇÓÊÝåÇã',1031514049); INSERT INTO international VALUES (3,'SQLReport',11,'ÞÇáÈ ÇáÊÞÑíÑ',1031514049); INSERT INTO international VALUES (1,'SQLReport',11,'ÊÞÑíÑ SQL (áÛÉ ÇáÇÓÊÝåÇã ÇáåíßáíÉ)',1031514049); INSERT INTO international VALUES (61,'SiteMap',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÎÑíØÉ ÇáãæÞÚ',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,'ÝÑÇÛ Ãæá ÇáÓØÑ',1031514049); INSERT INTO international VALUES (5,'SiteMap',11,'ÊÍÑíÑ ÎÑíØÉ ÇáãæÞÚ',1031514049); INSERT INTO international VALUES (4,'SiteMap',11,'ãä ÇáÞÇÚ Åáì ÇáÞãÉ',1031514049); INSERT INTO international VALUES (3,'SiteMap',11,'ÇÈÊÏÇÁð ãä åÐÇ ÇáãÓÊæì¿',1031514049); INSERT INTO international VALUES (2,'SiteMap',11,'ÎÑíØÉ ÇáãæÞÚ',1031514049); INSERT INTO international VALUES (62,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÞÇáÈ ÇáãäÊÌ',1031514049); INSERT INTO international VALUES (61,'Product',11,'ÞÇáÈ ÇáãäÊÌ',1031514049); INSERT INTO international VALUES (60,'Product',11,'ÇáÞÇáÈ',1031514049); INSERT INTO international VALUES (59,'Product',11,'ÇáÅÓã',1031514049); INSERT INTO international VALUES (58,'Product',11,'ÊÍÑíÑ ÞÇáÈ ÇáãäÊÌ',1031514049); INSERT INTO international VALUES (57,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÞÇáÈ æÊÌåíÒ ßá ÇáãäÊÌÇÊ ÈÇÓÊÎÏÇã ÇáÞÇáÈ ÇáÇÚÊíÇÏí¿',1031514049); INSERT INTO international VALUES (56,'Product',11,'ÅÖÇÝÉ ÞÇáÈ ãäÊÌ',1031514049); INSERT INTO international VALUES (55,'Product',11,'ÅÖÇÝÉ ãíÒÉ',1031514049); INSERT INTO international VALUES (54,'Product',11,'ãíÒÇÊ',1031514049); INSERT INTO international VALUES (53,'Product',11,'ÊÍÑíÑ ãíÒÉ',1031514049); INSERT INTO international VALUES (52,'Product',11,'ÅÖÇÝÉ ãíÒÉ ÃÎÑì¿',1031514049); INSERT INTO international VALUES (51,'Product',11,'ãíÒÉ',1031514049); INSERT INTO international VALUES (49,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãíÒÇÊ ÇáãäÊÌ',1031514049); INSERT INTO international VALUES (48,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáãíÒÉ¿ áä íãßäß ÇÓÊÑÌÇÚåÇ ÅÐÇ ãÇ ÍÐÝÊ',1031514049); INSERT INTO international VALUES (46,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãäÊÌ (Ðæ ÚáÇÞÉ)',1031514049); INSERT INTO international VALUES (44,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÍáíÉ ãäÊÌ',1031514049); INSERT INTO international VALUES (42,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãæÇÕÝÉ ãäÊÌ',1031514049); INSERT INTO international VALUES (38,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãäÊÌ Ðæ ÚáÇÞÉ',1031514049); INSERT INTO international VALUES (40,'Product',11,'ÅÖÉÝÉ/ÊÍÑíÑ Ôßá ãäÊÌ',1031514049); INSERT INTO international VALUES (37,'Product',11,'ÅÖÇÝÉ ãäÊÌ Ðæ ÚáÇÞÉ',1031514049); INSERT INTO international VALUES (36,'Product',11,'ÅÖÇÝÉ ÍáíÉ',1031514049); INSERT INTO international VALUES (35,'Product',11,'ÅÖÇÝÉ ãæÇÕÝÉ',1031514049); INSERT INTO international VALUES (34,'Product',11,'ÅÖÇÝÉ Ôßá',1031514049); INSERT INTO international VALUES (33,'Product',11,'ãäÊÌÇÊ ÐÇÊ ÚáÇÞÉ',1031514049); INSERT INTO international VALUES (31,'Product',11,'ãæÇÕÝÇÊ',1031514049); INSERT INTO international VALUES (32,'Product',11,'ãáÍÞÇÊ ËÇäæíÉ (Íáí)',1031514049); INSERT INTO international VALUES (30,'Product',11,'ÃÔßÇá',1031514049); INSERT INTO international VALUES (29,'Product',11,'æÍÏÇÊ',1031514049); INSERT INTO international VALUES (28,'Product',11,'ÅÖÉÝÉ ãæÇÕÝÇÊ ÃÎÑì¿',1031514049); INSERT INTO international VALUES (27,'Product',11,'ãæÇÕÝÉ',1031514049); INSERT INTO international VALUES (26,'Product',11,'ãáÕÞ ÊÌÇÑí (ØÇÈÚ)',1031514049); INSERT INTO international VALUES (25,'Product',11,'ÊÍÑíÑ ÇáãæÇÕÝÇÊ',1031514049); INSERT INTO international VALUES (24,'Product',11,'ÅÖÇÝÉ¿',1031514049); INSERT INTO international VALUES (23,'Product',11,'Ôßá',1031514049); INSERT INTO international VALUES (22,'Product',11,'ÊÍÑíÑ ÇáÔßá',1031514049); INSERT INTO international VALUES (21,'Product',11,'ÅÖÇÝÉ ãäÊÌ Ðæ ÚáÇÞÉ ÂÎÑ¿',1031514049); INSERT INTO international VALUES (20,'Product',11,'ãäÊÌ Ðæ ÚáÇÞÉ',1031514049); INSERT INTO international VALUES (19,'Product',11,'ÅÖÇÝÉ ãäÊÌ Ðæ ÚáÇÞÉ',1031514049); INSERT INTO international VALUES (18,'Product',11,'ÅÖÇÝÉ ÍáíÉ ÃÎÑì¿',1031514049); INSERT INTO international VALUES (17,'Product',11,'ÍáíÉ',1031514049); INSERT INTO international VALUES (16,'Product',11,'ÅÖÇÝÉ ÍáíÉ',1031514049); INSERT INTO international VALUES (15,'Product',11,'ÖãÇä',1031514049); INSERT INTO international VALUES (14,'Product',11,'íÏæí',1031514049); INSERT INTO international VALUES (13,'Product',11,'ßÑÇÓÉ ÚÑÖ (ÚÑÖ ÊÞÏíãí)',1031514049); INSERT INTO international VALUES (11,'Product',11,'ÑÞã ÇáãäÊÌ',1031514049); INSERT INTO international VALUES (10,'Product',11,'ÇáÓÚÑ',1031514049); INSERT INTO international VALUES (9,'Product',11,'ÕæÑÉ ãäÊÌ ÑÞã 3',1031514049); INSERT INTO international VALUES (8,'Product',11,'ÕæÑÉ ãäÊÌ ÑÞã 2',1031514049); INSERT INTO international VALUES (7,'Product',11,'ÕæÑÉ ãäÊÌ ÑÞã 1',1031514049); INSERT INTO international VALUES (6,'Product',11,'ÊÍÑíÑ ãäÊÌ',1031514049); INSERT INTO international VALUES (5,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáãæÇÕÝÇÊ¿',1031514049); INSERT INTO international VALUES (4,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáÚáÇÞÉ ÇáÎÇÕÉ ÈåÐÇ ÇáãäÊÌ ¿',1031514049); INSERT INTO international VALUES (3,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÔßá¿',1031514049); INSERT INTO international VALUES (2,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáÚáÇÞÉ ÈåÐå ÇáÍáíÉ¿',1031514049); INSERT INTO international VALUES (1,'Product',11,'ãäÊÌ',1031514049); INSERT INTO international VALUES (72,'Poll',11,'ÚÔæÇÆíÉ ÇáÅÌÇÈÇÊ¿',1031514049); INSERT INTO international VALUES (61,'Poll',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÇáÑÃÓ',1031514049); INSERT INTO international VALUES (20,'Poll',11,'ÇáãÞÏÇÑ ÈÍÓÈ ßá ÕæÊ',1031514049); INSERT INTO international VALUES (12,'Poll',11,'ãÌãæÚ ÇáÃÕæÇÊ:',1031514049); INSERT INTO international VALUES (11,'Poll',11,'ÇÞÊÑÚ !',1031514049); INSERT INTO international VALUES (10,'Poll',11,'ÅÚÇÏÉ ÊÌåíÒ ÇáÃÕæÇÊ',1031514049); INSERT INTO international VALUES (9,'Poll',11,'ÊÍÑíÑ ÇáÑÃÓ',1031514049); INSERT INTO international VALUES (8,'Poll',11,'(ÃÏÎá ÅÌÇÈÉ æÇÍÏÉ áßá ÓØÑ. ÈÍÏ ÃÞÕì 20)',1031514049); INSERT INTO international VALUES (7,'Poll',11,'ÌæÇÈ',1031514049); INSERT INTO international VALUES (6,'Poll',11,'ÓÄÇá',1031514049); INSERT INTO international VALUES (5,'Poll',11,'ÇÊÓÇÚ ÇáÔßá ÇáÈíÇäí',1031514049); INSERT INTO international VALUES (4,'Poll',11,'ãä íãßäå ÇáÇÞÊÑÇÚ¿',1031514049); INSERT INTO international VALUES (61,'MessageBoard',11,'ÅÖÇÝÉ/ÊÍÑíÑ áæÍÉ ÇáÑÓÇáÉ',1031514049); INSERT INTO international VALUES (1,'Poll',11,'ÑÃÓ',1031514049); INSERT INTO international VALUES (3,'Poll',11,'äÔØ',1031514049); INSERT INTO international VALUES (22,'MessageBoard',11,'ÍÐÝ ÑÓÇáÉ',1031514049); INSERT INTO international VALUES (20,'MessageBoard',11,'ÂÎÑ ÑÏ',1031514049); INSERT INTO international VALUES (19,'MessageBoard',11,'ÑÏæÏ',1031514049); INSERT INTO international VALUES (18,'MessageBoard',11,'ÇáÎØ ÇáÈÇÏÆ',1031514049); INSERT INTO international VALUES (17,'MessageBoard',11,'ÊÚííä ÑÓÇáÉ ÌÏíÏÉ',1031514049); INSERT INTO international VALUES (16,'MessageBoard',11,'ÇáÊÇÑíÎ',1031514049); INSERT INTO international VALUES (15,'MessageBoard',11,'ÇáßÇÊÈ',1031514049); INSERT INTO international VALUES (12,'MessageBoard',11,'ÊÍÑíÑ ÇáÑÓÇáÉ',1031514049); INSERT INTO international VALUES (11,'MessageBoard',11,'ÑÌæÚ Åáì ÞÇÆãÉ ÇáÑÓÇáÉ',1031514049); INSERT INTO international VALUES (9,'MessageBoard',11,'åæíÉ ÇáÑÓÇáÉ:',1031514049); INSERT INTO international VALUES (8,'MessageBoard',11,'ÇáÊÇÑíÎ:',1031514049); INSERT INTO international VALUES (7,'MessageBoard',11,'ÇáßÇÊÈ:',1031514049); INSERT INTO international VALUES (6,'MessageBoard',11,'ÊÍÑíÑ áæÍÉ ÇáÑÓÇáÉ',1031514049); INSERT INTO international VALUES (4,'MessageBoard',11,'áæÍÉ ÇáÑÓÇáÉ áßá ÕÝÍÉ',1031514049); INSERT INTO international VALUES (61,'MailForm',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÔßíá ÇáÈÑíÏ',1031514049); INSERT INTO international VALUES (62,'MailForm',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÍÞæá ÊÔßíá ÇáÈÑíÏ',1031514049); INSERT INTO international VALUES (2,'MessageBoard',11,'áæÍÉ ÇáÑÓÇáÉ',1031514049); INSERT INTO international VALUES (26,'MailForm',11,'ÊÎÒíä ÇáãÏÇÎá¿',1031514049); INSERT INTO international VALUES (25,'MailForm',11,'Þíã ãåãáÉ Ãæ ÇÚÊíÇÏíÉ (ÇÎÊíÇÑí)',1031514049); INSERT INTO international VALUES (23,'MailForm',11,'ÇáäæÚ',1031514049); INSERT INTO international VALUES (24,'MailForm',11,'Þíã ãÍÊãáÉ (ÕäÏæÞ ÇáÃÓÞÇØ ÝÞØ)',1031514049); INSERT INTO international VALUES (22,'MailForm',11,'ÇáÍÇáÉ',1031514049); INSERT INTO international VALUES (21,'MailForm',11,'ÇÓã ÇáÍÞá',1031514049); INSERT INTO international VALUES (20,'MailForm',11,'ÊÍÑíÑ ÇáÍÞá',1031514049); INSERT INTO international VALUES (19,'MailForm',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÍÞá¿',1031514049); INSERT INTO international VALUES (18,'MailForm',11,'ÑÌæÚ !',1031514049); INSERT INTO international VALUES (17,'MailForm',11,'Êã ÅÑÓÇá ÇáÈÑíÏ',1031514049); INSERT INTO international VALUES (16,'MailForm',11,'ÔßÑ',1031514049); INSERT INTO international VALUES (15,'MailForm',11,'ÇÓÊßãÇá áÅÖÇÝÉ ÍÞæá¿',1031514049); INSERT INTO international VALUES (14,'MailForm',11,'ÇáãæÖæÚ',1031514049); INSERT INTO international VALUES (13,'MailForm',11,'ÕæÑÉ ËÇäíÉ Åáì',1031514049); INSERT INTO international VALUES (12,'MailForm',11,'ÕæÑÉ Åáì',1031514049); INSERT INTO international VALUES (11,'MailForm',11,'Åáì (ÚäæÇä ÇáÈÑíÏ ÇáÅáßÊÑæäí¡ ÇÓã ÇáãÓÊÎÏã¡ Ãæ ÇÓã ÇáãÌãæÚÉ)',1031514049); INSERT INTO international VALUES (10,'MailForm',11,'ÊÔßíá',1031514049); INSERT INTO international VALUES (9,'MailForm',11,'ÊÍÑíÑ ÍÞá',1031514049); INSERT INTO international VALUES (8,'MailForm',11,'ÇÊÓÇÚ',1031514049); INSERT INTO international VALUES (7,'MailForm',11,'ÊÍÑíÑ ÊÔßíá ÇáÈÑíÏ',1031514049); INSERT INTO international VALUES (6,'MailForm',11,'ÞÇÈá ááÊÍÑíÑ',1031514049); INSERT INTO international VALUES (5,'MailForm',11,'ÙÇåÑ',1031514049); INSERT INTO international VALUES (4,'MailForm',11,'ÎÝí',1031514049); INSERT INTO international VALUES (3,'MailForm',11,'ÔßÑðÇ ááÑÏ !',1031514049); INSERT INTO international VALUES (2,'MailForm',11,'ÇßÊÈ ãæÖæÚ ÈÑíÏß åäÇ',1031514049); INSERT INTO international VALUES (1,'MailForm',11,'ÊÔßíá ÈÑíÏ',1031514049); INSERT INTO international VALUES (72,'LinkList',11,'ÅÖÇÝÉ/ÊÍÑíÑ æÕáÉ',1031514049); INSERT INTO international VALUES (61,'LinkList',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÞÇÆãÉ ÇáæÕáÉ',1031514049); INSERT INTO international VALUES (13,'LinkList',11,'ÅÖÇÝÉ æÕáÉ ÌÏíÏÉ',1031514049); INSERT INTO international VALUES (12,'LinkList',11,'ÊÍÑíÑ æÕáÉ',1031514049); INSERT INTO international VALUES (10,'LinkList',11,'ÅÖÇÝÉ/ÊÍÑíÑ æÕáÉ',1031514049); INSERT INTO international VALUES (9,'LinkList',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáæÕáÉ¿',1031514049); INSERT INTO international VALUES (8,'LinkList',11,'ÚäæÇä ÇäÊÑäÊ',1031514049); INSERT INTO international VALUES (6,'LinkList',11,'ÞÇÆãÉ ÇáæÕáÉ',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,'ÝÊÍ Ýí ÕÝÍÉ ÌÏíÏÉ¿',1031514049); INSERT INTO international VALUES (61,'Item',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÈäÏ',1031514049); INSERT INTO international VALUES (6,'Item',11,'ÊÍÑíÑ ÈäÏ',1031514049); INSERT INTO international VALUES (5,'Item',11,'ÊÍãíá ãÑÝÞÇÊ',1031514049); INSERT INTO international VALUES (4,'Item',11,'ÈäÏ',1031514049); INSERT INTO international VALUES (3,'Item',11,'ÍÐÝ ãÑÝÞÇÊ',1031514049); INSERT INTO international VALUES (2,'Item',11,'ãÑÝÞÇÊ',1031514049); INSERT INTO international VALUES (72,'FAQ',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÓÄÇá',1031514049); INSERT INTO international VALUES (1,'Item',11,'æÕáÉ æíÈ',1031514049); INSERT INTO international VALUES (61,'FAQ',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÓÇÄáÇÊ ãÊÑÏÏÉ',1031514049); INSERT INTO international VALUES (13,'FAQ',11,'ÊÔÛíá æÕáÉ [ÃÚáì]¿',1031514049); INSERT INTO international VALUES (12,'FAQ',11,'ÊÔÛíá Ó/Ì¿',1031514049); INSERT INTO international VALUES (11,'FAQ',11,'',1031514049); INSERT INTO international VALUES (10,'FAQ',11,'ÊÍÑíÑ ÓÄÇá',1031514049); INSERT INTO international VALUES (9,'FAQ',11,'ÅÖÇÝÉ ÓÄÇá ÌÏíÏ',1031514049); INSERT INTO international VALUES (8,'FAQ',11,'ÊÍÑíÑ ÊÓÇÄá',1031514049); INSERT INTO international VALUES (6,'FAQ',11,'ÌæÇÈ',1031514049); INSERT INTO international VALUES (7,'FAQ',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÓÄÇá¿',1031514049); INSERT INTO international VALUES (5,'FAQ',11,'ÓÄÇá',1031514049); INSERT INTO international VALUES (2,'FAQ',11,'ÊÓÇÄáÇÊ ãÊÑÏÏÉ',1031514049); INSERT INTO international VALUES (75,'FAQ',1,'Add a question.',1036260753); INSERT INTO international VALUES (61,'ExtraColumn',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÚãæÏ ÅÖÇÝí',1031514049); INSERT INTO international VALUES (6,'ExtraColumn',11,'ÅÖÇÝÉ ÚãæÏ ÅÖÇÝí',1031514049); INSERT INTO international VALUES (5,'ExtraColumn',11,'ÊÕäíÝ äãæÐÌ ÇáÕÝÍÉ',1031514049); INSERT INTO international VALUES (4,'ExtraColumn',11,'ÇÊÓÇÚ',1031514049); INSERT INTO international VALUES (3,'ExtraColumn',11,'ãÈÇÚÏÉ',1031514049); INSERT INTO international VALUES (1,'ExtraColumn',11,'ÚãæÏ ÅÖÇÝí',1031514049); INSERT INTO international VALUES (78,'EventsCalendar',11,'áÇ ÊÍÐÝ ÔíÆÇ.. áÞÏ ÃÎØÃÊ (ÊÑÇÌÚ Úä ÇáÍÐÝ)',1031514049); INSERT INTO international VALUES (77,'EventsCalendar',11,'ÍÐÝ åÐÇ ÇáÍÏË<È> æ È> ÈßÇãá ÊßÑÇÑíÇÊå',1031514049); INSERT INTO international VALUES (76,'EventsCalendar',11,'ÍÐÝ åÐÇ ÇáÍÏË ÝÞØ',1031514049); INSERT INTO international VALUES (75,'EventsCalendar',11,'Ãí ÇáÎíÇÑÇÊ ÊÝÖá¿',1031514049); INSERT INTO international VALUES (72,'EventsCalendar',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÇáÍÏË',1031514049); INSERT INTO international VALUES (61,'EventsCalendar',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÞæíã ÇáÃÍÏÇË',1031514049); INSERT INTO international VALUES (86,'EventsCalendar',1,'Show 12 months from start.',1038190601); INSERT INTO international VALUES (20,'EventsCalendar',11,'ÅÖÇÝÉ ÍÏË',1031514049); INSERT INTO international VALUES (19,'EventsCalendar',11,'ÊÑÞíã ÇáÕÝÍÇÊ',1031514049); INSERT INTO international VALUES (611,'WebGUI',21,'îÁÚ×ÁÎÉÅ ËÏÍÐÁÎÉÉEs \r\ngibt bereits einige voreingestellte Gruppen in WebGUI:
Admins
Admins \r\nsind User mit unbegrenzten Rechten in WebGUI. Ein Benutzer sollte dieser Gruppe \r\nnur hinzugefügt werden, wenn der das System überblicken kann. Gewöhnlich werden \r\n1 bis 3 Personen dieser Gruppe zugeordnet.
Content Managers
Content Manager \r\nsind Benutzer, die die Berechtigung zum Hinzufügen, Bearbeiten und löschen von \r\nInhalten für die verschiedenen Bereich der Site haben. Diese Gruppe sollte nicht \r\ndazu benutzt werden, individuelle Content-Bereiche der Seite zu kontrollieren, \r\nsondern um festzulegen, ob ein Benutzer Inhalt bearbeiten kann oder nicht. \r\nSie sollten zusätzliche Gruppen für die separaten Bereiche der Site erstellen. \r\n
Everyone (Jeder)
Everyone ist eine \'magische\' Gruppe, der niemand \r\nhinzugefügt werden kann, aber alle Mitglieder der Site sind Teil davon. Möchten \r\nSie ihre Seite für Besucher und registrierte Benutzer gleichermassen öffnen, \r\ndann benutzen Sie diese Gruppe dafür.
Package Managers (Paket Manager)
Benutzer \r\nmit der Berechtigung, Pakete zu erstellen, zu bearbeiten, zu löschen und anzuwenden.
Registrierte \r\nBenutzer
Sobald ein User dem System hinzugefügt wird, befindet er sich \r\nin dieser Gruppe. Er sollte aus dieser Gruppe nur entfernt werden, wenn sein \r\nAccount gelöscht ist oder wenn sie einen Störenfried sperren wollen.
Style Managers
Benutzer \r\nmit der Berechtigung, Styles zu bearbeiten. Dieses Recht enthält aber nicht \r\ndas Recht, Berechtigungen für eine Seite zu vergeben.
Template Managers
Benutzer \r\nmit der Berechtigung, Templates für diese Seite zu bearbeiten.
Visitors \r\n(Besucher)
Besucher sind diejenigen Benutzer, die nicht eingeloggt sind. \r\n
Zweiter Vorname
Ein weiterer Vorname des Benutzers. \r\n
Nachname
Der Nachname des Benutzers. \r\n
Email Adresse
Die Emailadresse des Benutzers. Diese muss nur angegeben \r\nwerden, wenn der Benutzer Funktionen nutzen möchte, die eine Emailadresse benötigen. \r\n
ICQ UIN
Die ICQ UIN ist die "User \r\nID Number" im ICQ Network. ICQ ist eine sehr bekannte Messaging Plattform. \r\n\r\n
AIM Id
Die Account Id für den AOL \r\nInstant Messenger .
MSN Messenger Id
Die Account Id für das \r\n Microsoft Network Instant Messenger system. \r\n\r\n
Yahoo! Messenger Id
Die Account Id für den Yahoo! Instant Messenger system. \r\n
Mobiltelefon
Die Mobilfunknummer des Benutzers. \r\n
Pager
Die Pager Telefonnummer. \r\n
Email zu Pager Gateway
Die Pager Email Adresse. \r\n
Private Angaben
Die privaten Adressangaben. \r\n
Geschäftliche Angaben
Die geschäftlichen Adressangaben. \r\n
Geschlecht
Das Geschlecht des Benutzers. \r\n
Geburtsdatum
Das Geburtsdatum des Benutzers.\r\n
Sprache
In welcher Sprache sollen systembedingte Meldungen angezeigt \r\nwerden?. \r\n
Zeitabweichung
Die Anzahl der Stunden (plus oder minus), die die \r\nZeit des Benutzers von der Serverzeit abweicht. Dies wird benutzt, um die einzelnen \r\nZeitzonen anzugleichen. \r\n
Erster Tag der Woche
Der erste Wochentag im Kalender. Zum Beispiel \r\nist in den USA der erste Wochentag der Sonntag und in Deutschland ist es der \r\nMontag. \r\n
Datumsformat
In welchem Format soll das Datum erscheinen? \r\n
Zeitformat
In welchem Format soll die Zeit angezeigt werden? \r\n
Diskussions Layout
Sollen Diskussionen in einer flachen oder beitragsbasierten \r\nStruktur angezeigt werden? In einer flachen Struktur werden die Beiträge in \r\nder Reihenfolge, wie sie angelegt wurden, angezeigt. In der beitragsbasierten \r\nStruktur wird eine hierarchische Liste der Antworten, so wie sie erstellt wurden, \r\nangezeigt.
Benachrichtigungen
Wie soll der Benutzer über den Eingang \r\nneuer Nachrichtigen informiert werden?
\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÓÍÏÖÅÔ ÐÉÓÁÔØ ËÏÍÍÅÎÔÁÒÉÉ Ë ÓÔÁÔØÉ.\r\n
\r\n÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
\r\n÷Ù ÍÏÖÅÔÅ ÚÁÄÁÔØ ×ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÓÔÁÔØÀ ÍÏÖÎÏ ÒÅÄÁËÔÉÒÏ×ÁÔØ; ÐÏ ÉÓÔÅÞÅÎÉÉ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÄÏÓÔÕÐ Ë ÒÅÄÁËÔÉÒÏ×ÁÎÉÀ ÓÔÁÔØÉ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎ.\r\n
\r\nîÁÂÌÀÄÁÔØ ÚÁ ÏÔÐÒÁ×ËÏÊ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ, ÎÁÄÏ ÌÉ ÎÁÂÌÀÄÁÔØ ÚÁ ÐÏÌØÚÏ×ÁÔÅÌÅÍ.\r\n
\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ ÏÂÓÕÖÄÅÎÉÅ.\r\n
\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ
\r\núÄÅÓØ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ. âÅÚ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÓÏÏÂÝÅÎÉÑ, ÎÁÐÉÓÁÎÎÙÅ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ ÐÕÂÌÉËÕÀÔÓÑ ÓÒÁÚÕ.ðÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÑ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÍÏÄÅÒÁÔÏÒ ÄÏÌÖÅÎ ÐÒÏÓÍÏÔÒÅÔØ É ÒÁÚÒÅÛÉÔØ ÏÐÕÂÌÉËÏ×ÁÎÉÅ ÐÉÓØÍÁ ÐÅÒÅÄ ÏÐÕÂÌÉËÏ×ÁÎÉÅÍ ÅÇÏ ÎÁ ÓÁÊÔÅ.\r\n
\r\näÏÂÁ×ÉÔØ ÚÁÐÉÓØ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?
\r\nåÓÌÉ ÓÔÁÔØÑ ÂÙÌÁ ÍÏÄÉÆÉÃÉÒÏ×ÁÎÁ, ÔÏ ÍÏÖÎÏ ÄÏÂÁ×ÉÔØ \r\n',1048509677);
INSERT INTO international VALUES (856,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ÐÒÁ× ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ.',1041679656);
INSERT INTO international VALUES (27,'Article',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÔÁÔØÅ',1034227747);
INSERT INTO international VALUES (61,'Article',21,'óÔÁÔØÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048509014);
INSERT INTO international VALUES (23,'Article',21,'äÁÔÁ',1034227710);
INSERT INTO international VALUES (22,'Article',21,'á×ÔÏÒ',1034227698);
INSERT INTO international VALUES (894,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÓÔÁÔØÉ?',1034227687);
INSERT INTO international VALUES (13,'Article',21,'õÄÁÌÉÔØ',1034227621);
INSERT INTO international VALUES (12,'Article',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÔÁÔØÀ',1034227611);
INSERT INTO international VALUES (1,'Article',21,'óÔÁÔØÑ',1034227567);
INSERT INTO international VALUES (10,'Article',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË?',1034227536);
INSERT INTO international VALUES (1,'ExtraColumn',21,'äÏÐÏÌÎÉÔÅÌØÎÁÑ ËÏÌÏÎËÁ',1034189690);
INSERT INTO international VALUES (1,'Poll',21,'ïÐÒÏÓ',1034189690);
INSERT INTO international VALUES (1,'SQLReport',21,'SQL-ÚÁÐÒÏÓ',1034189690);
INSERT INTO international VALUES (1,'SyndicatedContent',21,'URL Ë ÆÁÊÌÕ RSS',1034189690);
INSERT INTO international VALUES (1,'WebGUI',21,'äÏÂÁ×ÌÅÎÉÅ ÍÏÄÕÌÑ...',1034189690);
INSERT INTO international VALUES (1,'MailForm',21,'æÏÒÍÁ',1034189690);
INSERT INTO international VALUES (2,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ',1034189690);
INSERT INTO international VALUES (2,'FAQ',21,'þÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ',1034189690);
INSERT INTO international VALUES (2,'MessageBoard',21,'æÏÒÕÍ',1034189690);
INSERT INTO international VALUES (2,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034189690);
INSERT INTO international VALUES (2,'SyndicatedContent',21,' éÎÆÏÒÍÁÃÉÑ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690);
INSERT INTO international VALUES (2,'WebGUI',21,'óÔÒÁÎÉÃÁ',1034189690);
INSERT INTO international VALUES (3,'Article',21,'îÁÞÁÌØÎÁÑ ÄÁÔÁ',1034189690);
INSERT INTO international VALUES (3,'ExtraColumn',21,'ðÒÏÂÅÌ',1034189690);
INSERT INTO international VALUES (3,'Item',21,'õÄÁÌÉÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690);
INSERT INTO international VALUES (3,'LinkList',21,'ïÔËÒÙ×ÁÔØ ÓÓÙÌËÕ × ÎÏ×ÏÍ ÏËÎÅ?',1034189690);
INSERT INTO international VALUES (3,'Poll',21,'áËÔÉ×ÎÙÅ',1034189690);
INSERT INTO international VALUES (3,'SiteMap',21,'îÁÞÁÌØÎÙÊ ÕÒÏ×ÅÎØ',1041690643);
INSERT INTO international VALUES (3,'SQLReport',21,'ûÁÂÌÏÎ ÏÔÞÅÔÏ×',1034189690);
INSERT INTO international VALUES (3,'WebGUI',21,'÷ÓÔÁ×ÉÔØ ÉÚ ÂÕÆÅÒÁ...',1034189690);
INSERT INTO international VALUES (4,'Article',21,'ëÏÎÅÞÎÁÑ ÄÁÔÁ',1034189690);
INSERT INTO international VALUES (4,'ExtraColumn',21,'ûÉÒÉÎÁ',1034189690);
INSERT INTO international VALUES (4,'MessageBoard',21,'ëÏÌÉÞÅÓÔ×Ï ÓÏÏÂÝÅÎÉÊ ÎÁ ÓÔÒÁÎÉÃÅ',1034189690);
INSERT INTO international VALUES (4,'Poll',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÇÏÌÏÓÁ?',1034189690);
INSERT INTO international VALUES (4,'SiteMap',21,'çÌÕÂÉÎÁ ×ÌÏÖÅÎÎÏÓÔÉ',1034189690);
INSERT INTO international VALUES (4,'SQLReport',21,'úÁÐÒÏÓ',1034189690);
INSERT INTO international VALUES (4,'SyndicatedContent',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690);
INSERT INTO international VALUES (4,'WebGUI',21,'îÁÓÔÒÏÊËÉ',1034189690);
INSERT INTO international VALUES (5,'ExtraColumn',21,'ëÌÁÓÓ CSS',1034189690);
INSERT INTO international VALUES (5,'FAQ',21,'÷ÏÐÒÏÓ',1034189690);
INSERT INTO international VALUES (821,'WebGUI',1,'Any',1038432387);
INSERT INTO international VALUES (5,'Poll',21,'ûÉÒÉÎÁ ÇÒÁÆÉËÁ',1034189690);
INSERT INTO international VALUES (5,'SiteMap',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÒÔÕ ÓÁÊÔÁ',1034189690);
INSERT INTO international VALUES (5,'SQLReport',21,'DSN',1034189690);
INSERT INTO international VALUES (6,'ExtraColumn',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÏÌÏÎËÕ',1034189690);
INSERT INTO international VALUES (6,'FAQ',21,'ïÔ×ÅÔ',1034189690);
INSERT INTO international VALUES (6,'LinkList',21,'óÐÉÓÏË ÓÓÙÌÏË',1034189690);
INSERT INTO international VALUES (6,'MessageBoard',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÆÏÒÕÍ',1034189690);
INSERT INTO international VALUES (6,'Poll',21,'÷ÏÐÒÏÓ',1034189690);
INSERT INTO international VALUES (6,'SiteMap',21,'ïÔÓÔÕÐ',1034189690);
INSERT INTO international VALUES (6,'SQLReport',21,'ðÏÌØÚÏ×ÁÔÅÌØ ÂÁÚÙ ÄÁÎÎÙÈ',1034189690);
INSERT INTO international VALUES (7,'Article',21,'îÁÚ×ÁÎÉÅ ÓÓÙÌËÉ',1034189690);
INSERT INTO international VALUES (7,'FAQ',21,'õÄÁÌÉÔØ ÜÔÏÔ ×ÏÐÒÏÓ?',1034189690);
INSERT INTO international VALUES (7,'MessageBoard',21,'á×ÔÏÒ:',1034189690);
INSERT INTO international VALUES (7,'Poll',21,'÷ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ×',1034189690);
INSERT INTO international VALUES (7,'SQLReport',21,'ðÁÒÏÌØ Ë ÂÁÚÅ ÄÁÎÎÙÈ',1034189690);
INSERT INTO international VALUES (8,'Article',21,'URL',1034189690);
INSERT INTO international VALUES (8,'EventsCalendar',21,'ðÅÒÉÏÄÉÞÎÏÓÔØ ÐÏ×ÔÏÒÅÎÉÊ ÓÏÂÙÔÉÑ',1046342497);
INSERT INTO international VALUES (8,'FAQ',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÉÓÏË ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×',1034189690);
INSERT INTO international VALUES (8,'LinkList',21,'URL',1034189690);
INSERT INTO international VALUES (8,'MessageBoard',21,'äÁÔÁ:',1034189690);
INSERT INTO international VALUES (8,'SQLReport',21,'òÅÄÁËÔÉÒÏ×ÁÔØ SQL-ÚÁÐÒÏÓ ',1034189690);
INSERT INTO international VALUES (8,'WebGUI',21,'óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ.',1034189690);
INSERT INTO international VALUES (9,'Article',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690);
INSERT INTO international VALUES (9,'EventsCalendar',21,'ÄÏ',1034189690);
INSERT INTO international VALUES (9,'FAQ',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÏÐÒÏÓ',1034189690);
INSERT INTO international VALUES (9,'LinkList',21,'õÄÁÌÉÔØ ÜÔÕ ÓÓÙÌËÕ?',1034189690);
INSERT INTO international VALUES (9,'MessageBoard',21,'ID ÓÏÏÂÝÅÎÉÑ:',1034189690);
INSERT INTO international VALUES (9,'Poll',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÏÌÏÓÏ×ÁÎÉÅ',1034189690);
INSERT INTO international VALUES (9,'SQLReport',21,'ïÛÉÂËÁ: DSN ÚÁÐÉÓÁÎ × ÎÅÐÒÁ×ÉÌØÎÏÍ ÆÏÒÍÁÔÅ.',1034189690);
INSERT INTO international VALUES (9,'WebGUI',21,'ðÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÂÕÆÅÒÁ ÏÂÍÅÎÁ.',1034189690);
INSERT INTO international VALUES (10,'FAQ',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓ',1034189690);
INSERT INTO international VALUES (10,'LinkList',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÉÓÏË ÓÓÙÌÏË',1034189690);
INSERT INTO international VALUES (10,'Poll',21,'óÂÒÏÓÉÔØ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ',1034189690);
INSERT INTO international VALUES (11,'Poll',21,'ðÒÏÇÏÌÏÓÏ×ÁÔØ',1034189690);
INSERT INTO international VALUES (10,'SQLReport',21,'ïÛÉÂËÁ: ÎÅÐÒÁ×ÉÌØÎÙÊ ÆÏÒÍÁÔ SQL-ÚÁÐÒÏÓÁ.',1034189690);
INSERT INTO international VALUES (10,'WebGUI',21,'ëÏÒÚÉÎÁ',1034189690);
INSERT INTO international VALUES (11,'MessageBoard',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÓÏÏÂÝÅÎÉÊ',1034189690);
INSERT INTO international VALUES (11,'SQLReport',21,'ïÛÉÂËÁ: ÐÒÏÂÌÅÍÙ Ó ×ÁÛÉÍ ÚÁÐÒÏÓÏÍ.',1034189690);
INSERT INTO international VALUES (11,'WebGUI',21,'ïÞÉÓÔÉÔØ ËÏÒÚÉÎÕ',1034189690);
INSERT INTO international VALUES (12,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ',1046341762);
INSERT INTO international VALUES (12,'LinkList',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÓÙÌËÕ',1034189690);
INSERT INTO international VALUES (12,'MessageBoard',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ',1034189690);
INSERT INTO international VALUES (12,'SQLReport',21,'ïÛÉÂËÁ: ÎÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÂÁÚÏÊ.',1034189690);
INSERT INTO international VALUES (12,'WebGUI',21,'õÂÒÁÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ',1034189690);
INSERT INTO international VALUES (13,'EventsCalendar',21,'òÅÄÁËÔÏÒ ÓÏÂÙÔÉÊ',1046341870);
INSERT INTO international VALUES (13,'WebGUI',21,'ðÏÍÏÝØ',1034189690);
INSERT INTO international VALUES (14,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÎÅÏËÏÎÞÅÎÎÙÅ ÐÏÓÙÌËÉ.',1034189690);
INSERT INTO international VALUES (15,'MessageBoard',21,'á×ÔÏÒ',1034189690);
INSERT INTO international VALUES (15,'WebGUI',21,'ñÎ×ÁÒØ',1034189690);
INSERT INTO international VALUES (16,'MessageBoard',21,'äÁÔÁ',1034189690);
INSERT INTO international VALUES (16,'WebGUI',21,'æÅ×ÒÁÌØ',1034189690);
INSERT INTO international VALUES (17,'MessageBoard',21,'ðÏÓÌÁÔØ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ',1034189690);
INSERT INTO international VALUES (17,'WebGUI',21,'íÁÒÔ',1034189690);
INSERT INTO international VALUES (18,'MessageBoard',21,'äÁÔÁ',1034189690);
INSERT INTO international VALUES (18,'WebGUI',21,'áÐÒÅÌØ',1034189690);
INSERT INTO international VALUES (19,'MessageBoard',21,'ïÔ×ÅÔÙ',1034189690);
INSERT INTO international VALUES (19,'WebGUI',21,'íÁÊ',1034189690);
INSERT INTO international VALUES (20,'MessageBoard',21,'ðÏÓÌÅÄÎÉÊ ÏÔ×ÅÔ',1034189690);
INSERT INTO international VALUES (20,'WebGUI',21,'éÀÎØ',1034189690);
INSERT INTO international VALUES (21,'WebGUI',21,'éÀÌØ',1034189690);
INSERT INTO international VALUES (22,'WebGUI',21,'á×ÇÕÓÔ',1034189690);
INSERT INTO international VALUES (23,'WebGUI',21,'óÅÎÔÑÂÒØ',1034189690);
INSERT INTO international VALUES (24,'WebGUI',21,'ïËÔÑÂÒØ',1034189690);
INSERT INTO international VALUES (25,'WebGUI',21,'îÏÑÂÒØ',1034189690);
INSERT INTO international VALUES (26,'WebGUI',21,'äÅËÁÂÒØ',1034189690);
INSERT INTO international VALUES (27,'WebGUI',21,'÷ÏÓËÒÅÓÅÎØÅ',1034189690);
INSERT INTO international VALUES (28,'WebGUI',21,'ðÏÎÅÄÅÌØÎÉË',1034189690);
INSERT INTO international VALUES (29,'WebGUI',21,'÷ÔÏÒÎÉË',1034189690);
INSERT INTO international VALUES (30,'WebGUI',21,'óÒÅÄÁ',1034189690);
INSERT INTO international VALUES (31,'WebGUI',21,'þÅÔ×ÅÒÇ',1034189690);
INSERT INTO international VALUES (32,'WebGUI',21,'ðÑÔÎÉÃÁ',1034189690);
INSERT INTO international VALUES (33,'WebGUI',21,'óÕÂÂÏÔÁ',1034189690);
INSERT INTO international VALUES (34,'WebGUI',21,'õÓÔÁÎÏ×ÉÔØ ÄÁÔÕ',1034189690);
INSERT INTO international VALUES (35,'WebGUI',21,'æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ',1034189690);
INSERT INTO international VALUES (36,'WebGUI',21,'üÔÕ ÆÕÎËÃÉÀ ÍÏÖÅÔ ×ÙÐÏÌÎÉÔØ ÔÏÌØËÏ ÁÄÍÉÎÉÓÔÒÁÔÏÒ ÓÉÓÔÅÍÙ. óÐÉÓÏË ÁÄÍÉÎÉÓÔÒÁÔÏÒÏ×:',1034189690);
INSERT INTO international VALUES (37,'WebGUI',21,'äÏÓÔÕÐ ÚÁÐÒÅÝÅÎ!',1034189690);
INSERT INTO international VALUES (38,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ÐÒÁ× ÄÌÑ ×ÙÐÏÌÎÅÎÉÑ ÜÔÏÊ ÏÐÅÒÁÃÉÉ.',1034189690);
INSERT INTO international VALUES (39,'WebGUI',21,'äÌÑ ÄÏÓÔÕÐÁ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ×Ù ÎÅ ÄÏÌÖÎÙ ÉÍÅÔØ ÓÐÅÃÉÁÌØÎÙÈ ÐÒÉ×ÉÌÅÇÉÊ.',1034189690);
INSERT INTO international VALUES (40,'WebGUI',21,'óÉÓÔÅÍÎÙÅ ËÏÍÐÏÎÅÎÔÙ',1034189690);
INSERT INTO international VALUES (41,'WebGUI',21,'÷Ù ÐÙÔÁÅÔÅÓØ ÕÄÁÌÉÔØ ÓÉÓÔÅÍÎÙÅ ËÏÍÐÏÎÅÎÔÙ.',1034189690);
INSERT INTO international VALUES (42,'WebGUI',21,'ðÏÄÔ×ÅÒÄÉÔÅ ÄÅÊÓÔ×ÉÅ',1034189690);
INSERT INTO international VALUES (43,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÏÔ ËÏÍÐÏÎÅÎÔ?',1034189690);
INSERT INTO international VALUES (46,'WebGUI',21,'íÏÊ ÁËËÁÕÎÔ',1034189690);
INSERT INTO international VALUES (47,'WebGUI',21,'äÏÍÏÊ',1034189690);
INSERT INTO international VALUES (48,'WebGUI',21,'úÄÒÁ×ÓÔ×ÕÊÔÅ',1034189690);
INSERT INTO international VALUES (50,'WebGUI',21,'éÍÑ',1034189690);
INSERT INTO international VALUES (51,'WebGUI',21,'ðÁÒÏÌØ',1034189690);
INSERT INTO international VALUES (52,'WebGUI',21,'×ÏÊÔÉ',1034189690);
INSERT INTO international VALUES (53,'WebGUI',21,'÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ',1036492742);
INSERT INTO international VALUES (54,'WebGUI',21,'óÏÚÄÁÔØ ÁËËÁÕÎÔ',1034189690);
INSERT INTO international VALUES (2,'Auth/WebGUI',21,'ðÁÒÏÌØ (ÐÏÄÔ×ÅÒÖÄÅÎÉÅ)',1034189690);
INSERT INTO international VALUES (56,'WebGUI',21,'e-mail',1034189690);
INSERT INTO international VALUES (57,'WebGUI',21,'üÔÏ ÎÅÏÂÈÏÄÉÍÏ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÆÕÎËÃÉÉ, Ó×ÑÚÁÎÎÙÅ Ó ÏÔÐÒÁ×ËÏÊ e-mail.',1034189690);
INSERT INTO international VALUES (58,'WebGUI',21,'ñ ÕÖÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ × ÜÔÏÊ ÓÉÓÔÅÍÅ',1034189690);
INSERT INTO international VALUES (59,'WebGUI',21,'ñ ÚÁÂÙÌ ÐÁÒÏÌØ',1034189690);
INSERT INTO international VALUES (61,'WebGUI',21,'ïÂÎÏ×ÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034189690);
INSERT INTO international VALUES (62,'WebGUI',21,'ÓÏÈÒÁÎÉÔØ',1034189690);
INSERT INTO international VALUES (63,'WebGUI',21,'÷ËÌÀÞÉÔØ ÐÁÎÅÌØ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ.',1034189690);
INSERT INTO international VALUES (66,'WebGUI',21,'÷ÏÊÔÉ × ÓÉÓÔÅÍÕ',1034189690);
INSERT INTO international VALUES (67,'WebGUI',21,'óÏÚÄÁÔØ ÎÏ×ÙÊ ÁËËÁÕÎÔ.',1034189690);
INSERT INTO international VALUES (69,'WebGUI',21,'ðÏÖÁÌÕÊÓÔÁ Ó×ÑÖÉÔÅÓØ Ó ÓÉÓÔÅÍÎÙÍ ÁÄÍÉÎÉÓÔÒÁÔÏÒÏÍ.',1034189690);
INSERT INTO international VALUES (70,'WebGUI',21,'ïÛÉÂËÁ',1034189690);
INSERT INTO international VALUES (624,'WebGUI',2,'WebGUI Makros werden zum Erstellen von dynamischen Inhalten innerhalb ansonsten \r\nstatischem Inhalt benötigt. Wenn Sie zum Beispiel sehen möchten, welcher User \r\nauf einer Seite eingeloggt ist oder sie möchten ein dynamisch erzeugtes Menu \r\nhaben.
Makros beginnen immer mit einem Caret (^), gefolgt von mindestens einem \r\nweiteren Zeichen. Am Ende muss ein Semikolon (;) stehen. Einige Makros können \r\nerweitert/konfiguriert werden (Format: ^x("config text");). \r\n
Beachten Sie: Die nachfolgenden Makros sind für System-/Wobject spezifische \r\nFunktionen (wie im SQL-Report oder im Body-Bereich des Stylemanagers): \r\n
\r\n\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÏÊ ÂÕÄÅÔ ÐÏÚ×ÏÌÅÎÏ ÏÔÐÒÁ×ÌÑÔØ ÓÏÏÂÝÅÎÉÑ.\r\n\r\n
\r\n÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
\r\n÷ÒÅÍÑ, ÏÔ×ÅÄÅÎÎÏÅ ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ ÓÏÏÂÝÅÎÉÑ; ÐÏ ÉÓÔÅÞÅÎÉÀ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎÏ.\r\n
\r\n÷ÎÉÍÁÎÉÅ: üÔÁ ÏÐÃÉÑ ××ÅÄÅÎÁ ÄÌÑ ÏÂÅÓÐÅÞÅÎÉÑ ÂÅÚÏÐÁÓÎÏÓÔÉ.\r\n
\r\nîÁÂÌÀÄÅÎÉÅ ÚÁ ÏÔÐÒÁ×ËÏÊ
\r\nïÐÃÉÑ ÐÏÚ×ÏÌÑÅÔ ÎÁÂÌÀÄÁÔØ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\r\n
\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ?
\r\núÄÅÓØ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÇÒÕÐÐÕ, ËÏÔÏÒÏÊ ÂÕÄÅÔ ÐÏÚ×ÏÌÅÎÏ ÎÁÂÌÀÄÁÔØ ÚÁ ÈÏÄÏÍ ÏÂÓÕÖÄÅÎÉÑ.\r\n
\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ.
\r\nÂÅÚ ÐÒÏÓÍÏÔÒÁ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÓÏÏÂÝÅÎÉÅ ÏÔÐÒÁ×ÌÅÎÎÏÊ ÐÏÌØÚÏ×ÁÔÅÌÅÍ ÎÅÍÅÄÌÅÎÎÏ ÐÕÂÌÉËÕÅÔÓÑ ÎÁ ÓÁÊÔÅ. ðÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÑ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÐÅÒÅÄ ÐÕÂÌÉËÁÃÉÅÊ ÎÁ ÓÁÊÔÅ ÍÏÄÅÒÁÔÏÒ ÐÒÏÓÍÁÔÒÉ×ÁÅÔ ÓÏÏÂÝÅÎÉÑ, É ÔÏÌØËÏ ÐÏÓÌÅ ÅÇÏ ÒÁÚÒÅÛÅÎÉÑ ÓÏÏÂÝÅÎÉÅ ÐÕÂÌÉËÕÅÔÓÑ ÎÁ ÓÁÊÔÅ.\r\n',1048509829);
INSERT INTO international VALUES (71,'LinkList',21,'ðÏÚ×ÏÌÑÅÔ Á×ÔÏÍÁÔÉÚÉÒÏ×ÁÔØ ÐÒÏÃÅÓÓ ÄÏÂÁ×ÌÅÎÉÑ ÓÓÙÌÏË ÎÁ ÓÁÊÔ.\r\n
\r\nûÁÂÌÏÎ
\r\n÷ÙÂÅÒÉÔÅ ×ÎÅÛÎÉÊ ×ÉÄ ÍÏÄÕÌÑ.\r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
',1041688386);
INSERT INTO international VALUES (855,'WebGUI',21,'óÐÉÓÏË ÛÁÂÌÏÎÏ×',1041679407);
INSERT INTO international VALUES (854,'WebGUI',21,'óÐÉÓÏË ×ÓÅÈ ÛÁÂÌÏÎÏ×',1041679264);
INSERT INTO international VALUES (853,'WebGUI',21,'õÄÁÌÉÔØ ÛÁÂÌÏÎ',1041679018);
INSERT INTO international VALUES (852,'WebGUI',21,'ëÏÐÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1041678905);
INSERT INTO international VALUES (851,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1041678870);
INSERT INTO international VALUES (848,'WebGUI',21,'ïÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ × ÛÁÂÌÏÎÅ!',1041678800);
INSERT INTO international VALUES (847,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ ÎÁ ÔÅËÕÝÕÀ ÓÔÒÁÎÉÃÕ',1041678676);
INSERT INTO international VALUES (71,'ExtraColumn',21,'äÏÂÁ×ÌÅÎÉÅ ÎÏ×ÏÊ ËÏÌÏÎËÉ ÐÏÚ×ÏÌÑÅÔ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÔÏÌØËÏ ÔÅËÕÝÅÊ ÓÔÒÁÎÉÃÙ. åÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ×ÓÅÈ ÓÔÒÁÎÉà ÓÁÊÔÁ, ×ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÉÚÍÅÎÉÔØ ÓÔÉÌØ ÓÁÊÔÁ ÃÅÌÉËÏÍ ÉÓÐÏÌØÚÕÑ ÛÁÂÌÏÎ ×ÍÅÓÔÏ ÄÏÂÁ×ÌÅÎÉÑ ËÏÌÏÎËÉ. \r\n
\r\nëÏÌÏÎËÉ ×ÓÅÇÄÁ ÄÏÂÁ×ÌÑÀÔÓÑ ÓÌÅ×Á ÎÁÐÒÁ×Ï. ðÏÜÔÏÍÕ ÓÕÝÅÓÔ×ÕÀÝÅÅ ÎÁÐÏÌÎÅÎÉÅ ÓÔÒÁÎÉà ÏËÁÖÅÔÓÑ ÓÌÅ×Á ÏÔ ÎÏ×ÏÊ ËÏÌÏÎËÉ.\r\n
\r\nðÒÏÂÅÌ
\r\níÅÎÑÑ ÚÎÁÞÅÎÉÅ ÐÒÏÂÅÌÁ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÑÔØ ÐÒÏÍÅÖÕÔÏË ÍÅÖÄÕ ÓÕÝÅÓÔ×ÕÀÝÉÍ ÎÁÐÏÌÎÅÎÉÅÍ É ÄÏÂÁ×ÌÅÎÎÏÊ ËÏÌÏÎËÏÊ. úÎÁÞÅÎÉÅ ÐÒÏÂÅÌÁ × ÐÉËÓÅÌÁÈ.\r\n
\r\nûÉÒÉÎÁ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÛÉÒÉÎÕ ÎÏ×ÏÊ ËÏÌÏÎËÉ × ÐÉËÓÅÌÁÈ.\r\n
\r\nCSS
\r\nðÏ ÕÍÏÌÞÁÎÉÀ ËÏ ×ÓÅÍ ÄÏÂÁ×ÌÑÅÍÙÍ ËÏÌÏÎËÁÍ ÐÒÉÍÅÎÑÅÔÓÑ ÔÏÔ ÖÅ ÓÔÉÌØ, ËÏÔÏÒÙÊ ÉÍÅÅÔ ÓÔÒÁÎÉÃÁ. îÏ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ËÏÌÏÎËÁ ÉÍÅÌÁ ÄÒÕÇÏÊ ÓÔÉÌØ, ×Ù ÍÏÖÅÔÅ ÅÇÏ ÉÚÍÅÎÉÔØ.\r\n',1041684375);
INSERT INTO international VALUES (670,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132839);
INSERT INTO international VALUES (72,'EventsCalendar',21,'óÏÂÙÔÉÅ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041684015);
INSERT INTO international VALUES (72,'FAQ',21,'÷ÏÐÒÏÓ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041687982);
INSERT INTO international VALUES (697,'WebGUI',21,'îÁÂÌÀÄÅÎÉÅ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034189690);
INSERT INTO international VALUES (5,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1037087918);
INSERT INTO international VALUES (72,'Poll',21,'òÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ?',1034189690);
INSERT INTO international VALUES (699,'WebGUI',21,'ðÅÒ×ÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ',1034189690);
INSERT INTO international VALUES (702,'WebGUI',21,'íÅÓÑÃ',1034189690);
INSERT INTO international VALUES (703,'WebGUI',21,'ÇÏÄ/ÇÏÄÁ/ÌÅÔ',1036152691);
INSERT INTO international VALUES (705,'WebGUI',21,'ÍÉÎÕÔ(Á)',1036152890);
INSERT INTO international VALUES (706,'WebGUI',21,'ÞÁÓ(Ï×)',1036152945);
INSERT INTO international VALUES (716,'WebGUI',21,'÷ÏÊÔÉ × ÓÉÓÔÅÍÕ',1034189690);
INSERT INTO international VALUES (717,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034189690);
INSERT INTO international VALUES (722,'WebGUI',21,'Id',1034189690);
INSERT INTO international VALUES (721,'WebGUI',21,'ðÒÏÓÔÒÁÎÓÔ×Ï ÉÍÅÎ',1034189690);
INSERT INTO international VALUES (804,'WebGUI',21,'ËÏÐÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1042133520);
INSERT INTO international VALUES (805,'WebGUI',21,'õÄÁÌÉÔØ ÛÁÂÌÏÎ',1042133548);
INSERT INTO international VALUES (806,'WebGUI',21,'õÄÁÌÉÔØ ÇÒÕÐÐÕ',1042133567);
INSERT INTO international VALUES (807,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÐÏÄÇÒÕÐÐÁÍÉ',1042134020);
INSERT INTO international VALUES (808,'WebGUI',21,'ïÔÐÒÁ×ÉÔØ ÐÉÓØÍÏ ÄÌÑ ÇÒÕÐÐÙ',1042133768);
INSERT INTO international VALUES (809,'WebGUI',21,'óÏÏÂÝÅÎÉÅ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÇÒÕÐÐÙ',1042133907);
INSERT INTO international VALUES (810,'WebGUI',21,'ðÏÓÌÁÔØ',1042133933);
INSERT INTO international VALUES (447,'WebGUI',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034156022);
INSERT INTO international VALUES (5,'WebGUI',21,'óÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034155904);
INSERT INTO international VALUES (90,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ',1034153981);
INSERT INTO international VALUES (89,'WebGUI',21,'óÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034153938);
INSERT INTO international VALUES (157,'WebGUI',21,'óÐÉÓÏË ÇÒÁÆÉÞÅÓËÉÈ ÏÂÏÌÏÞÅË',1034153862);
INSERT INTO international VALUES (6,'WebGUI',21,'çÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ ÓÁÊÔÁ',1034153818);
INSERT INTO international VALUES (158,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ',1034153765);
INSERT INTO international VALUES (169,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034153708);
INSERT INTO international VALUES (7,'WebGUI',21,'óÐÉÓÏË ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ',1034153673);
INSERT INTO international VALUES (117,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÎÏ×ÙÍÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ',1036145263);
INSERT INTO international VALUES (342,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034153304);
INSERT INTO international VALUES (455,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034153274);
INSERT INTO international VALUES (308,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ',1034153248);
INSERT INTO international VALUES (68,'WebGUI',21,'ôÁËÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ × ÓÉÓÔÅÍÅ ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÉÌÉ ÉÍÑ/ÐÁÒÏÌØ ××ÅÄÅÎÙ ÎÅÐÒÁ×ÉÌØÎÏ.',1034152803);
INSERT INTO international VALUES (140,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ',1034152676);
INSERT INTO international VALUES (133,'WebGUI',21,'îÁÓÔÒÏÊËÁ e-mail',1045500193);
INSERT INTO international VALUES (524,'Discussion',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169664);
INSERT INTO international VALUES (515,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169693);
INSERT INTO international VALUES (406,'WebGUI',21,'òÁÚÍÅÒ ÕÍÅÎØÛÅÎÎÙÈ ËÏÐÉÊ ÉÚÏÂÒÁÖÅÎÉÊ',1034149253);
INSERT INTO international VALUES (130,'WebGUI',21,'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ×ÌÏÖÅÎÎÙÈ ÆÁÊÌÏ×',1034149144);
INSERT INTO international VALUES (398,'WebGUI',21,'ïÂßÑ×ÌÅÎÉÅ ÔÉÐÁ ÄÏËÕÍÅÎÔÏ×',1034149105);
INSERT INTO international VALUES (141,'WebGUI',21,'óÔÒÁÎÉÃÁ \"óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ\"',1034149033);
INSERT INTO international VALUES (527,'WebGUI',21,'îÁÞÁÌØÎÁÑ ÓÔÒÁÎÉÃÁ',1034148929);
INSERT INTO international VALUES (525,'WebGUI',21,'éÎÆÏÒÍÁÃÉÏÎÎÏÅ ÎÁÐÏÌÎÅÎÉÅ',1034148876);
INSERT INTO international VALUES (127,'WebGUI',21,'URL ÓÁÊÔÁ ÆÉÒÍÙ',1034148744);
INSERT INTO international VALUES (125,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÆÉÒÍÙ',1034148713);
INSERT INTO international VALUES (124,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÆÉÒÍÅ',1034148253);
INSERT INTO international VALUES (584,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÑÚÙË',1042130354);
INSERT INTO international VALUES (73,'LinkList',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÓÙÌËÉ.\r\n
\r\nURL
\r\n÷×ÅÄÉÔÅ URL ÓÁÊÔÁ, ÎÁ ËÏÔÏÒÙÊ ×Ù ÈÏÔÉÔÅ ÐÏÓÔÁ×ÉÔØ ÓÓÙÌËÕ.\r\n
\r\nïÔËÒÙ×ÁÔØ ÓÓÙÌËÕ × ÎÏ×ÏÍ ÏËÎÅ?
\r\n÷ÙÂÅÒÉÔÅ \"äÁ\", ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ÓÁÊÔ, ÎÁ ËÏÔÏÒÙÊ ÓÔÏÉÔ ÓÓÙÌËÁ, ÏÔËÒÙ×ÁÌÓÑ × ÎÏ×ÏÍ ÏËÎÅ.\r\n
\r\nïÐÉÓÁÎÉÅ
\r\n÷Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ËÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÓÁÊÔÁ, ÎÁ ËÏÔÏÒÙÊ ×ÅÄÅÔ ÓÓÙÌËÁ. üÔÏ ÐÏÌÅ ÔÁËÖÅ ÍÏÖÎÏ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ.\r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n',1041688527);
INSERT INTO international VALUES (1,'Item',21,'URL',1034072933);
INSERT INTO international VALUES (73,'FAQ',21,'÷ÏÐÒÏÓ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ×ÏÐÒÏÓ.\r\n
\r\nïÔ×ÅÔ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÏÔ×ÅÔÁ.\r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n\r\n',1041688061);
INSERT INTO international VALUES (71,'FAQ',21,'äÏÂÁ×É× \"ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ\" ÎÁ ×ÁÛ ÓÁÊÔ, ×Ù ÉÚÂÁ×ÉÔÅ ÓÅÂÑ ÏÔ ÎÅÏÂÈÏÄÉÍÏÓÔÉ ÏÔ×ÅÞÁÔØ, Á ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ ÚÁÄÁ×ÁÔØ ×ÏÐÒÏÓÙ, Ó×ÑÚÁÎÎÙÅ Ó ÐÒÁ×ÉÌÁÍÉ ÒÅÇÉÓÔÒÁÃÉÉ, ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÓÁÊÔÁ É Ô.Ä.\r\n
\r\nûÁÂÌÏÎ
\r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×.\r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
',1041687957);
INSERT INTO international VALUES (78,'EventsCalendar',21,'õÄÁÌÅÎÉÅ ÎÅ ×ÏÚÍÏÖÎÏ',1034072600);
INSERT INTO international VALUES (73,'EventsCalendar',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÓÏÂÙÔÉÑ.\r\n
\r\nïÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÏÐÉÓÁÎÉÅ ÐÒÅÄÓÔÏÑÝÅÇÏ ÓÏÂÙÔÉÑ.\r\n
\r\näÁÔÁ ÎÁÞÁÌÁ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ ÎÁÞÁÌÁ ÓÏÂÙÔÉÑ.\r\n
\r\näÁÔÁ ÏËÏÎÞÁÎÉÑ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ ÏËÏÎÞÁÎÉÑ ÓÏÂÙÔÉÑ.\r\n
\r\nðÅÒÉÏÄÉÞÎÏÓÔØ ÐÏ×ÔÏÒÅÎÉÑ ÓÏÂÙÔÉÑ
\r\n÷ÙÂÅÒÉÔÅ ÐÒÏÍÅÖÕÔÏË ×ÒÅÍÅÎÉ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÐÏ×ÔÏÒÑÅÔÓÑ ÓÏÂÙÔÉÅ. \r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n\r\n',1046342551);
INSERT INTO international VALUES (4,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ ÎÅ ÒÁÂÏÔÁÅÔ. ÷ÏÚÍÏÖÎÏ ÍÏÄÕÌØ ÕÄÁÌÅÎ.',1037087909);
INSERT INTO international VALUES (95,'WebGUI',21,'ðÏÍÏÝØ',1034071300);
INSERT INTO international VALUES (86,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ÇÒÕÐÐÕ?',1034071269);
INSERT INTO international VALUES (719,'WebGUI',21,'ÕÓÔÁÒ.',1034071136);
INSERT INTO international VALUES (71,'WebGUI',21,'÷ÏÓÓÔÁÎÏ×ÉÔØ ÐÁÒÏÌØ',1034071069);
INSERT INTO international VALUES (60,'WebGUI',21,'÷ÓÑ ÉÎÆÏÒÍÁÃÉÑ Ï ×ÁÛÅÍ ÁËËÁÕÎÔÅ ÂÕÄÅÔ ÐÏÔÅÒÑÎÁ!
õÄÁÌÉÔØ ×ÁÛ ÁËËÁÕÎÔ? \r\n',1034070891);
INSERT INTO international VALUES (564,'WebGUI',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ?',1036490781);
INSERT INTO international VALUES (567,'WebGUI',21,'ÐÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÊ',1034070696);
INSERT INTO international VALUES (569,'WebGUI',21,'ôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ',1034070657);
INSERT INTO international VALUES (596,'WebGUI',21,'ÎÅ ÎÁÊÄÅÎÏ',1034070631);
INSERT INTO international VALUES (536,'WebGUI',21,'îÁ ÓÁÊÔÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÎÏ×ÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ ^@;.',1034070542);
INSERT INTO international VALUES (513,'WebGUI',21,'ðÒÅÄÙÄÕÝÅÅ ÓÏÏÂÝÅÎÉÅ',1034070369);
INSERT INTO international VALUES (363,'WebGUI',21,'ðÏÚÉÃÉÑ ×ÎÕÔÒÉ ÛÁÂÌÏÎÁ',1042130223);
INSERT INTO international VALUES (345,'WebGUI',21,'ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ',1036492080);
INSERT INTO international VALUES (332,'WebGUI',21,'éÎÄÅËÓ',1036491918);
INSERT INTO international VALUES (331,'WebGUI',21,'ïÂÌÁÓÔØ',1036074456);
INSERT INTO international VALUES (337,'WebGUI',21,'äÏÍÁÛÎÑÑ ÓÔÒÁÎÉÃÁ',1034069981);
INSERT INTO international VALUES (329,'WebGUI',21,'òÁÂÏÞÉÊ ÁÄÒÅÓ',1034069955);
INSERT INTO international VALUES (336,'WebGUI',21,'äÁÔÁ ÒÏÖÄÅÎÉÑ',1034069849);
INSERT INTO international VALUES (330,'WebGUI',21,'çÏÒÏÄ',1034069815);
INSERT INTO international VALUES (326,'WebGUI',21,'éÎÄÅËÓ',1034069763);
INSERT INTO international VALUES (325,'WebGUI',21,'ïÂÌÁÓÔØ',1034069721);
INSERT INTO international VALUES (71,'Poll',21,'çÏÌÏÓÏ×ÁÎÉÅ ÐÏÍÏÖÅÔ ×ÁÍ ÕÚÎÁÔØ ÍÎÅÎÉÅ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ×ÁÛÅÇÏ ÓÁÊÔÁ ÐÏ ÐÏ×ÏÄÕ ÉÎÔÅÒÅÓÕÀÝÅÊ ×ÁÓ ÔÅÍÙ (ÎÁÐÒÉÍÅÒ ÉÎÆÏÒÍÁÃÉÏÎÎÏÇÏ ÎÁÐÏÌÎÅÎÉÑ ÉÌÉ ÎÏ×ÙÈ ÕÓÌÕÇ).\r\n
\r\nóÄÅÌÁÔØ ÁËÔÉ×ÎÙÍ
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ \"äÁ\", ÔÏ ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÍÏÇÕÔ ÇÏÌÏÓÏ×ÁÔØ.\r\n
\r\n\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÇÏÌÏÓÁ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÇÏÌÏÓÏ×ÁÔØ ÎÁ ÓÁÊÔÅ.\r\n
\r\n\r\nîÁÂÌÀÄÅÎÉÅ ÚÁ ÈÏÄÏÍ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ×ÅÓÔÉ ÌÉ ÎÁÂÌÀÄÅÎÉÅ ÚÁ ÇÏÌÏÓÏ×ÁÎÉÅ ÉÌÉ ÎÅÔ\r\n
\r\n\r\nûÉÒÉÎÁ ÇÒÁÆÉËÁ
\r\nòÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ ÐÒÅÄÓÔÁ×ÌÑÀÔÓÑ × ÇÒÁÆÉÞÅÓËÏÊ ÆÏÒÍÅ. íÅÎÑÑ ÜÔÏ ÚÎÁÞÅÎÉÅ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÑÔØ ÛÉÒÉÎÕ ÇÒÁÆÉËÁ. úÎÁÞÅÎÉÅ ÕËÁÚÙ×ÁÅÔÓÑ × ÐÉËÓÅÌÁÈ.\r\n
\r\n\r\n÷ÏÐÒÏÓ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\nõËÁÖÉÔÅ ×ÏÐÒÏÓ, ÎÁ ËÏÔÏÒÙÊ ÄÏÌÖÎÙ ÏÔ×ÅÔÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÉ.\r\n
\r\n\r\n÷ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ×
\r\nõËÁÖÉÔÅ ×ÏÚÍÏÖÎÙÅ ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× ÎÁ ÚÁÄÁÎÎÙÊ ×ÏÐÒÏÓ (ÎÅ ÂÏÌÅÅ ÏÄÎÏÇÏ ÏÔ×ÅÔÁ × ËÁÖÄÏÊ ÓÔÒÏËÅ). ïÂÝÅÅ ÞÉÓÌÏ ÏÔ×ÅÔÏ× ÎÅ ÄÏÌÖÎÏ ÐÒÅ×ÙÛÁÔØ 20.\r\n
\r\n\r\nòÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ
\r\n.ðÒÉ ËÁÖÄÏÍ ÐÏÓÅÝÅÎÉÉ ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× ÂÕÄÕÔ ÒÁÓÐÏÌÏÖÅÎÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ.\r\n
\r\n\r\nóÂÒÏÓÉÔØ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ.
\r\n ðÏÓÌÅ ÎÁÖÁÔÉÑ ÎÁ ÜÔÕ ÓÓÙÌËÕ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ ÓÂÒÁÓÙ×ÁÀÔÓÑ.\r\n
\r\n\r\n
\r\n\r\n.pollColor \r\nã×ÅÔ ÐÒÏÃÅÎÔÎÏÊ ÛËÁÌÙ.\r\n
\r\n\r\n.pollQuestion \r\n÷ÎÅÛÎÉÊ ×ÉÄ ×ÏÐÒÏÓÁ ÇÏÌÏÓÏ×ÁÎÉÑ.\r\n\r\n',1034069013);
INSERT INTO international VALUES (5,'Auth/WebGUI',21,'÷Ù ÎÅ ÍÏÖÅÔÅ × ËÁÞÅÓÔ×Å ÐÁÒÏÌÑ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÌÏ×Ï \"password\".',1031880154);
INSERT INTO international VALUES (725,'WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ.',1031879612);
INSERT INTO international VALUES (4,'Auth/WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÐÁÒÏÌØ.',1031879567);
INSERT INTO international VALUES (723,'WebGUI',21,'ÏË',1036413280);
INSERT INTO international VALUES (720,'WebGUI',21,'OK',1031514777);
INSERT INTO international VALUES (593,'WebGUI',21,'ðÏÓÌÁÔØ ×ÓÅ ÓÏÏÂÝÅÎÉÑ ÒÁÚÒÁÂÏÔÞÉËÕ',1042130548);
INSERT INTO international VALUES (800,'WebGUI',21,'õÎÉËÁÌØÎÙÅ ÐÏÓÅÔÉÔÅÌÉ',1042132979);
INSERT INTO international VALUES (801,'WebGUI',21,'ïÂÒÁÝÅÎÉÑ Ë ÍÏÄÕÌÑÍ',1042133251);
INSERT INTO international VALUES (802,'WebGUI',21,'óÉÓÔÅÍÁ ÎÅ ×ÅÄÅÔ ÓÔÁÔÉÓÔÉËÕ ÐÏ ÓÔÒÁÎÉÃÁÍ. ÷Ù ÍÏÖÅÔÅ ×ËÌÀÞÉÔØ ÜÔÕ ÏÐÃÉÀ × ÎÁÓÔÒÏÊËÁÈ.',1042133459);
INSERT INTO international VALUES (704,'WebGUI',21,'ÓÅËÕÎÄ(Á)',1036071472);
INSERT INTO international VALUES (605,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ × ÇÒÕÐÐÕ:',1036055603);
INSERT INTO international VALUES (606,'WebGUI',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ. îÁÚ×ÁÎÉÅ ÄÏÌÖÎÏ ÂÙÔØ ÉÎÆÏÒÍÁÔÉ×ÎÙÍ, ÎÏ ÎÅ ÏÞÅÎØ ÄÌÉÎÎÙÍ.\r\n
\r\níÅÎÀ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÓÙÌËÉ ÎÁ ÄÁÎÎÕÀ ÓÔÒÁÎÉÃÕ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ÏÔÏÂÒÁÖÁÔØÓÑ × ÇÌÁ×ÎÏÍ ÎÁ×ÉÇÁÃÉÏÎÎÏÍ ÍÅÎÀ.\r\nåÓÌÉ ÜÔÏ ÐÏÌÅ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ, ÔÏ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÎÏ ÚÎÁÞÅÎÉÅ ÉÚ ÐÏÌÑ îÁÚ×ÁÎÉÅ.\r\n
\r\nüÔÏ ÓÌÕÖÅÂÎÁÑ ÓÔÒÁÎÉÃÁ (ÎÅ ÉÓÐÏÌØÚÕÀÝÁÑÓÑ ÄÌÑ ÏÒÇÁÎÉÚÁÃÉÉ ÎÁ×ÉÇÁÃÉÉ)?
\r\nåÓÌÉ ÓÔÒÁÎÉÃÁ ÓÏÚÄÁÎÁ ÄÌÑ ÓÌÕÖÅÂÎÙÈ ÃÅÌÅÊ É ÎÅ ÄÏÌÖÎÁ ÐÏÐÁÄÁÔØ × ÇÌÁ×ÎÏÅ ÎÁ×ÉÇÁÃÉÏÎÎÏÅ ÍÅÎÀ, ÔÏ ×ËÌÀÞÉÔÅ ÜÔÕ ÏÐÃÉÀ.
\r\n
\r\nURL ÓÔÒÁÎÉÃÙ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÓÓÙÌËÉ, ËÏÔÏÒÏÅ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÐÒÉ ÏÂÒÁÝÅÎÉÉ Ë ÓÔÒÁÎÉÃÅ.
\r\nñÚÙË
\r\n÷ÙÂÅÒÉÔÅ ÑÚÙË ÄÌÑ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ.\r\n
\r\nðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ URL
\r\nðÒÉ ÐÏÐÁÄÁÎÉÉ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ÐÏÌØÚÏ×ÁÔÅÌÑ ÍÏÖÎÏ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÎÁÐÒÁ×ÉÔØ ÎÁ ÕËÁÚÁÎÎÙÊ × ÄÁÎÎÏÍ ÐÏÌÅ ÁÄÒÅÓ.\r\n
\r\nðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ URL
\r\nðÒÉ ÐÏÐÁÄÁÎÉÉ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ÐÏÌØÚÏ×ÁÔÅÌÑ ÍÏÖÎÏ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÎÁÐÒÁ×ÉÔØ ÎÁ ÕËÁÚÁÎÎÙÊ × ÄÁÎÎÏÍ ÐÏÌÅ ÁÄÒÅÓ.\r\nûÁÂÌÏÎ
\r\nðÏ ÕÍÏÌÞÁÎÉÀ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ ÉÎÆÏÒÍÁÃÉÉ ÉÓÐÏÌØÚÕÅÔÓÑ ÏÄÎÏ ÂÏÌØÛÏÅ ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ. åÓÌÉ ×ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÉÚÍÅÎÉÔØ ÒÁÓÐÏÌÏÖÅÎÉÅ ÉÎÆÏÒÍÁÃÉÉ ÎÁ ÓÁÊÔÅ É ÒÁÚÄÅÌÉÔØ ÐÏÌÅ ÎÁ ÎÅÓËÏÌØËÏ ÞÁÓÔÅÊ.\r\n
\r\nïÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ËÏÒÏÔËÏÅ ÏÐÉÓÁÎÉÅ ÓÏÚÄÁ×ÁÅÍÏÊ ÓÔÒÁÎÉÃÙ. üÔÏ ÏÐÉÓÁÎÉÅ ÉÓÐÏÌØÚÕÅÔÓÑ × ÍÅÔÁ-ÔÅÇÁÈ É ×ÌÉÑÅÔ ÎÁ ÒÅÊÔÉÎÇ ÓÁÊÔÁ × ÐÏÉÓËÏ×ÙÈ ÓÉÓÔÅÍÁÈ ÇÌÏÂÁÌØÎÏÊ ÓÅÔÉ Internet.\r\n
\r\níÅÔÁ-ÔÅÇÉ
\r\níÅÔÁ-ÔÅÇÉ ÐÏÍÏÇÁÀÔ × ÆÏÒÍÉÒÏ×ÁÎÉÉ ÒÅÊÔÉÎÇÏ× ÓÁÊÔÁ × ÐÏÉÓËÏ×ÙÈ ÓÉÓÔÅÍÁÈ. ÷ ÜÔÏÍ ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ×Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ÔÅ ÍÅÔÁ-ÔÅÇÉ, ËÏÔÏÒÙÅ ×Ù ÓÞÉÔÁÅÔÅ ÎÅÏÂÈÏÄÉÍÙÍ ÉÓÐÏÌØÚÏ×ÁÔØ ÎÁ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÅ. åÓÌÉ ×Ù ÎÅ ÚÎÁÅÔÅ, ÞÔÏ-ÔÁËÏÅ ÍÅÔÁ ÔÅÇÉ, ÔÏ ÏÓÔÁרÔÅ ÜÔÏ ÐÏÌÅ ÐÕÓÔÙÍ ÉÌÉ ÍÏÖÅÔÅ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ ÕÓÌÕÇÁÍÉ ÓÁÊÔÁ Meta Tag Builder. \r\n
\r\näÌÑ ÏÐÙÔÎÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ: × ÜÔÏ ÐÏÌÅ ÍÏÖÎÏ ×ÓÔÁ×ÉÔØ JavaScript.\r\n
\r\néÓÐÏÌØÚÏ×ÁÔØ ÍÅÔÁ-ÔÅÇÉ, ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÐÏ ÕÍÏÌÞÁÎÉÀ?
\r\nåÓÌÉ ×Ù ÏÓÔÁ×ÉÌÉ ÐÒÅÄÙÄÕÝÅÅ ÐÏÌÅ ÐÕÓÔÙÍ, ÔÏ ÏÔ×ÅÔØÔÅ ÎÁ ÜÔÏÔ ×ÏÐÒÏÓ „äÁ“.\r\n
\r\nçÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ ÓÁÊÔÁ
\r\nöÅÌÁÔÅÌØÎÏ ÄÌÑ ÏÆÏÒÍÌÅÎÉÑ ÓÁÊÔÁ ÉÓÐÏÌØÚÏ×ÁÔØ ÏÄÎÕ ÇÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ ÄÌÑ ×ÓÅÈ ÓÔÒÁÎÉÃ. îÏ ÅÓÌÉ ÎÅËÏÔÏÒÙÅ ÓÔÒÁÎÉÃÙ ÎÕÖÎÏ ÏÔÏÂÒÁÚÉÔØ × ÄÒÕÇÏÊ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÅ, ÔÏ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÅÅ ÚÄÅÓØ.\r\n
\r\näÁÔÁ ÎÁÞÁÌÁ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ , ÎÁÞÉÎÁÑ Ó ËÏÔÏÒÏÊ ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÍÏÇÕÔ ÐÒÏÓÍÁÔÒÉ×ÁÔØ ÓÏÄÅÒÖÉÍÏÅ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ. äÏ ÜÔÏÇÏ ×ÒÅÍÅÎÉ Ë ÓÔÒÁÎÉÃÅ ÉÍÅÀÔ ÄÏÓÔÕÐ ÔÏÌØËÏ ÍÅÎÅÄÖÅÒÙ ÓÏÄÅÒÖÁÎÉÑ É ÁÄÍÉÎÉÓÔÒÁÔÏÒÙ ÓÁÊÔÁ.\r\n
\r\näÁÔÁ ÏËÏÎÞÁÎÉÑ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ, ÐÏÓÌÅ ÎÁÓÔÕÐÌÅÎÉÑ ËÏÔÏÒÏÊ ÄÏÓÔÕÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÎÁ ÄÁÎÎÕÀ ÓÔÒÁÎÉÃÕ ÓÁÊÔÁ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎ.\r\n
\r\n÷ÌÁÄÅÌÅÃ
\r\n÷ÙÂÅÒÉÔÅ ×ÌÁÄÅÌØÃÁ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ (ÏÂÙÞÎÏ ÕËÁÚÙ×ÁÅÔÓÑ ÓÏÚÄÁÔÅÌØ ÓÔÒÁÎÉÃÙ).\r\n
\r\nçÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ
\r\níÏÖÎÏ ÚÁÄÁÔØ ÐÒÁ×Á ÎÁ ÞÔÅÎÉÅ ÓÔÒÁÎÉÃÙ ÄÌÑ ÇÒÕÐÐÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n
\r\nçÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ.\r\n
\r\n÷ÙÂÒÁÎÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ ÍÏÖÎÏ ÐÒÉÍÅÎÉÔØ ËÏ ×ÓÅÍ ÓÔÒÁÎÉÃÁÍ ÓÁÊÔÁ. ',1045503542);
INSERT INTO international VALUES (607,'WebGUI',21,'áÎÏÎÉÍÎÁÑ ÒÅÇÉÓÔÒÁÃÉÑ
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ÐÏÓÅÔÉÔÅÌÑÍ ×ÁÛÅÇÏ ÓÁÊÔÁ ÒÅÇÉÓÔÒÉÒÏ×ÁÔØÓÑ ÎÁ ÓÁÊÔÅ. üÔÁ ÒÅÇÉÓÔÒÁÃÉÑ ÎÅ ÄÁÅÔ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÎÉËÁËÉÈ ÐÒÉ×ÉÌÅÇÉÊ, ÎÏ ÐÏÚ×ÏÌÑÅÔ ÉÍ ÓÏÚÄÁ×ÁÔØ ÐÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ.\r\n
\r\nðÒÏÇÒÁÍÍÁ ÒÅÇÉÓÔÒÁÃÉÉ
\r\n÷ ÜÔÏÍ ÐÏÌÅ ÍÏÖÎÏ ÕËÁÚÁÔØ ÉÍÑ ÐÒÏÇÒÁÍÍÙ, ÉÓÐÏÌØÚÕÅÍÏÊ ÄÌÑ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\r\n
\r\n<#--ïÐÏ×ÅÝÁÔØ Ï ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ?
\r\nóÉÓÔÅÍÁ ÍÏÖÅÔ ÐÒÉÓÙÌÁÔØ ÓÏÏÂÝÅÎÉÑ ÁÄÍÉÎÉÓÔÒÁÔÏÒÁÍ ÓÁÊÔÁ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ. \r\n
\r\nçÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÏÐÏ×ÅÝÁÅÍÁÑ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ÐÏÌÕÞÁÔØ ÓÏÏÂÝÅÎÉÑ Ï ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ.\r\n
-->\r\nòÁÚÒÅÛÉÔØ ÎÁÂÌÀÄÅÎÉÅ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ?
\r\nðÒÉ ×ËÌÀÞÅÎÉÉ ÜÔÏÊ ÏÐÃÉÉ ×ÓÅ ÄÅÊÓÔ×ÉÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÐÒÏÔÏËÏÌÉÒÕÀÔÓÑ.\r\n
\r\nîÁÂÌÀÄÁÔØ ÚÁ ×ÈÏÄÏÍ × ÓÉÓÔÅÍÕ?
\r\n÷×ÅÄÉÔÅ ÕÒÏ×ÅÎØ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ×ÈÏÄÏÍ × ÓÉÓÔÅÍÕ (× ÓÌÕÞÁÅ ÒÁÚÒÅÛÅÎÉÑ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ).\r\n
\r\néÓÔÅÞÅÎÉÅ ×ÒÅÍÅÎÉ ÓÅÓÓÉÉ
\r\n÷×ÅÄÉÔÅ ÐÒÏÍÅÖÕÔÏË ×ÒÅÍÅÎÉ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÉÎÆÏÒÍÁÃÉÑ Ï ÓÅÓÓÉÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÅÊÓÔ×ÉÔÅÌØÎÁ. ô.Å. ÐÏ ÉÓÔÅÞÅÎÉÉ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌØ ÄÏÌÖÅÎ ÐÏ×ÔÏÒÉÔØ ÐÒÏÃÅÓÓ Á×ÔÏÒÉÚÁÃÉÉ. üÔÁ ÏÐÃÉÑ ××ÅÄÅÎÁ ÉÚ ÓÏÏÂÒÁÖÅÎÉÊ ÂÅÚÏÐÁÓÎÏÓÔÉ. \r\n
\r\nòÁÚÒÅÛÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÔØ ÉÈ ÁËËÁÕÎÔ?
\r\nðÒÉ ×ËÌÀÞÅÎÉÉ ÜÔÏÊ ÏÐÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌØ ÓÍÏÖÅÔ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÔØ Ó×ÏÊ ÁËËÁÕÎÔ ÂÅÚ ×ÍÅÛÁÔÅÌØÓÔ×Á ÓÏ ÓÔÏÒÏÎÙ ÁÄÍÉÎÉÓÔÒÁÔÏÒÏ× ÓÁÊÔÁ.\r\n
\r\níÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ (ÐÏ ÕÍÏÌÞÁÎÉÀ)
\r\n÷ÙÂÅÒÉÔÅ ÍÅÔÏÄ, ËÏÔÏÒÙÊ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ. äÏÓÔÕÐÎÏ Ä×Á ÍÅÔÏÄÁ: WebGUI É LDAP. íÅÔÏÄ WebGUI ÐÒÅÄÐÏÌÁÇÁÅÔ, ÞÔÏ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ É ÐÁÒÏÌØ ÈÒÁÎÑÔÓÑ × ÂÁÚÅ ÄÁÎÎÙÈ ÓÉÓÔÅÍÙ. á ÐÒÉ ×ÙÂÏÒÅ ÍÅÔÏÄÁ LDAP ÉÄÅÎÔÉÆÉËÁÃÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÐÒÏÉÓÈÏÄÉÔ ÓÒÅÄÓÔ×ÁÍÉ ×ÎÅÛÎÅÇÏ ÓÅÒ×ÅÒÁ LDAP.\r\n
\r\núÁÍÅÞÁÎÉÅ: íÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÍÏÖÎÏ ÕËÁÚÁÔØ ÄÌÑ ËÁÖÄÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ.\r\n
\r\n
^File();
Diese Makros erzeugt einen direkten Link zu einer Datei. \r\nEs wird ein verlinktes Symbol für die Datei und der verlinkte Dateiname ausgegeben. \r\n
^I();
Dieses Makro gibt eine Grafik aus dem Uploadmanager mit HTML-Image \r\nTags zurück, so dass Sie schnell und einfach eine Grafik aus Ihrem Bestand auf \r\nIhrer Seite anzeigen können.
Beispiel: ^I("logo"); \r\n
^i();
Dieses Makro gibt die URL für eine Datei zurück. \r\n
Beispiel: ^i("status report"); \r\n
^Snippet();
Dieses Makro enthält den Inhalt eines Schnipsels und \r\nfügt ihn in die Seite ein.
Beispiel: ^Snippet("flash code"); \r\n
^Thumbnail();
Dieses Makro gibt die URL für das Vorschaubild einer \r\nGrafik zurück \r\n
Beispiel: ^Thumbnail("logo"); \r\n
^ThumbnailLinker();
Dieses Makro erzeugt ein Vorschaubild und den \r\nNamen der Grafik. Ein Klick auf die Grafik verlinkt auf deren Vollansicht. \r\n
Beispiel: ^ThumbnailLinker("logo");
',1048592147); INSERT INTO international VALUES (715,'WebGUI',21,'ðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ URL',1036070893); INSERT INTO international VALUES (724,'WebGUI',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÍÏÖÅÔ ÎÁÞÉÎÁÔØÓÑ Ó ÐÒÏÂÅÌÁ.',1036070945); INSERT INTO international VALUES (6,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ ÓÏÚÄÁÎ ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÚÄÁÔØ ËÏÐÉÀ Ó ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ ÓÁÊÔÁ É ÐÏÍÅÓÔÉÔØ ÅÅ ÎÁ ÄÒÕÇÕÀ ÓÔÒÁÎÉÃÕ. éÓÐÏÌØÚÕÅÔÓÑ × ÔÅÈ ÓÌÕÞÁÑÈ, ËÏÇÄÁ ÏÄÎÕ É ÔÕ ÖÅ ÉÎÆÏÒÍÁÃÉÀ ÎÁÄÏ ÒÁÚÍÅÓÔÉÔØ × ÒÁÚÎÙÈ ÒÁÚÄÅÌÁÈ ÓÁÊÔÁ.\r\n÷ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÈÒÁÎÉÔÓÑ ËÜÛ (ÄÌÑ ÇÏÓÔÅÊ)
\r\n÷×ÅÄÉÔÅ ×ÒÅÍÑ.\r\n
\r\nNOTE: Page caching is only available if your administrator has installed the Cache::FileCache Perl module. Using page caching can improve site performance by as much as 1000%.',1048516924); INSERT INTO international VALUES (635,'WebGUI',21,'ðÁËÅÔÙ ÐÒÅÄÓÔÁ×ÌÑÀÔ ÓÏÂÏÊ ÓÇÒÕÐÐÉÒÏ×ÁÎÎÙÅ ÓÔÒÁÎÉÃÙ É ÏÂßÅËÔÙ. éÓÐÏÌØÚÏ×ÁÎÉÅ ÐÁËÅÔÏ× ÜÆÆÅËÔÉ×ÎÏ, ÅÓÌÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÓÁÊÔÁ ÐÒÉÈÏÄÉÔÓÑ ÞÁÓÔÏ ÏÄÉÎÁËÏ×ÕÀ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ. îÁÐÒÉÍÅÒ: ÎÁÄÏ ÞÁÓÔÏ ÄÏÂÁ×ÌÑÔØ ÓÔÒÁÎÉÃÕ É ÎÁ ÓÔÒÁÎÉÃÕ ÄÏÂÁ×ÌÑÔØ ÓÔÁÔØÀ.',1042131971); INSERT INTO international VALUES (636,'WebGUI',21,'äÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÚÄÁÔØ ÐÁËÅÔ ×ÙÐÏÌÎÉÔÅ ÓÌÅÄÕÀÝÕÀ ÎÉÖÅ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ:\r\n
\r\n\r\n\r\n^c; - Company Name
\r\nThe name of your company specified in the settings by your Administrator.\r\n
\r\n\r\n\r\n^e; - Company Email Address
\r\nThe email address for your company specified in the settings by your Administrator.\r\n
\r\n\r\n^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n
\r\n\r\n^PageTitle;
\r\nDisplays the title of the current page.\r\n
\r\n\r\nNOTE: 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
\r\n\r\n^r; or ^r(); - Make Page Printable
\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 ^r(\"Print Me!\");.\r\n
\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
\r\n\r\nNOTES: 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
\r\n\r\n^RootTitle;
\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
\r\n\r\n^u; - Company URL
\r\nThe URL for your company specified in the settings by your Administrator.\r\n
\r\n\r\n^?; - Search
\r\nAdd a search box to the page. The search box is tied to WebGUI\'s built-in search engine.\r\n
\r\n\r\nNOTE: The .searchBox style sheet class is tied to this macro.\r\n
\r\n\r\n^-;
\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
\r\n\r\nNOTES: 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
\r\n\r\n\r\n^AdminText();
\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n
\r\n\r\n^AdminToggle; or ^AdminToggle();
\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
\r\n\r\n\r\n\r\n^GroupText();
\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
\r\n\r\n^L; or ^L(); - Login Box
\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
\r\n\r\nNOTE: The .loginBox style sheet class is tied to this macro.\r\n
\r\n\r\n^LoginToggle; or ^LoginToggle();
\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
\r\n\r\n\r\n^@; - Username
\r\nThe username of the currently logged in user.\r\n
\r\n\r\n\r\n^#; - User ID
\r\nThe user id of the currently logged in user.\r\n
\r\n\r\n',1046656765); INSERT INTO international VALUES (841,'WebGUI',1,'Navigation Macros',1046656370); INSERT INTO international VALUES (842,'WebGUI',1,'These macros are used to create navigation on the site.\r\n
\r\n\r\n^C; or ^C(); - Crumb Trail\r\n\r\nNOTE: The .crumbTrail style sheet class is tied to this macro.\r\n
\r\n\r\n^FlexMenu;
\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n
\r\n\r\n^H; or ^H(); - Home Link
\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this ^H(\"Go Home\");.\r\n
\r\n\r\nNOTES: 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
\r\n\r\n^M; or ^M(); - Current Menu (Vertical)
\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 ^M(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n
\r\n\r\n^m; - Current Menu (Horizontal)
\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 ·.\r\n
\r\n\r\n^P; or ^P(); - Previous Menu (Vertical)
\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 ^P(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n
\r\n\r\n^p; - Previous Menu (Horizontal)
\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 ·.\r\n
\r\n\r\n^rootmenu; or ^rootmenu(); (Horizontal)
\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
\r\n\r\n\r\n^S(); - Specific SubMenu (Vertical)
\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 ^S(\"home\",0);. 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 ^S(\"home\",3);.\r\n
\r\n\r\n\r\n^s(); - Specific SubMenu (Horizontal)
\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 ^s(\"home\");. 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 ·.\r\n
\r\n\r\n^Synopsis; or ^Synopsis(); Menu
\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
\r\n\r\nNOTES: The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.\r\n
\r\n\r\n^T; or ^T(); - Top Level Menu (Vertical)
\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 ^T(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n
\r\n\r\n^t; - Top Level Menu (Horizontal)
\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 ·.\r\n
\r\n\r\n^/; - System URL
\r\nThe URL to the gateway script (example: /index.pl/).\r\n
\r\n\r\n^\\; - Page URL
\r\nThe URL to the current page (example: /index.pl/pagename).\r\n
\r\n\r\n',1046656370); 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
\r\nOrganize in Folder\r\n<tmpl_var page.position1>\r\n<tmpl_var page.position2>\r\n<tmpl_var page.position3>\r\n<tmpl_var page.position4>\r\n<tmpl_var page.position5>\r\n<tmpl_var page.position6>\r\n<tmpl_var page.position7>\r\n<tmpl_var ...>\r\n\r\n\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\r\nNOTE: Please note that the words foo and bar 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\r\nVariables
\r\n <TMPL_LOOP FOO>\r\n <TMPL_IF __FIRST__>\r\n This only outputs on the first pass.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __ODD__>\r\n This outputs every other pass, on the odd passes.\r\n </TMPL_IF>\r\n\r\n <TMPL_UNLESS __ODD__>\r\n This outputs every other pass, on the even passes.\r\n </TMPL_UNLESS>\r\n\r\n <TMPL_IF __INNER__>\r\n This outputs on passes that are neither first nor last.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __LAST__>\r\n This only outputs on the last pass.\r\n <TMPL_IF>\r\n </TMPL_LOOP>\r\n\r\n\r\n\r\nNOTE: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\r\n\r\nreadmore.label
\r\nsubmission.id\r\n\r\n\r\n\r\nfirstPage
\r\nA unique identifier for this submission.\r\n\r\n\r\nsubmission.url
\r\nThe URL to view this submission.\r\n\r\n\r\nsubmission.content
\r\nThe abbreviated text content of this submission.\r\n\r\n\r\nsubmission.responses
\r\nThe number of responses to this submission.\r\n\r\n\r\nsubmission.title
\r\nThe title for this submission.\r\n\r\n\r\nsubmission.userId
\r\nThe user id of the user that posted this submission.\r\n\r\n\r\nsubmission.username
\r\nThe username of the person that posted this submission.\r\n\r\n\r\nsubmission.status
\r\nThe status of this submission (approved, pending, denied).\r\n\r\n\r\nsubmission.thumbnail
\r\nThe thumbnail of the image uploaded with this submission (if any).\r\n\r\n\r\nsubmission.date
\r\nThe that this submission was posted.\r\n\r\n\r\nsubmission.currentUser
\r\nA condition indicating whether the current user is the same as the user that posted this submission.\r\n\r\n\r\nsubmission.userProfile
\r\nThe URL to the profile of the user that posted this submission.\r\n\r\n\r\nsubmission.secondColumn
\r\nA condition indicating whether or not this submission would belong in the second column, in a multi-column layout.\r\n\r\n\r\nsubmission.thirdColumn
\r\nA condition indicating whether or not this submission would belong in the third column, in a multi-column layout.\r\n\r\n\r\nsubmission.fourthColumn
\r\nA condition indicating whether or not this submission would belong in the fourth column, in a multi-column layout.\r\n\r\n\r\nsubmission.fifthColumn
\r\nA condition indicating whether or not this submission would belong in the fifth column, in a multi-column layout.\r\n\r\n\r\n
\r\n\r\nlast.url\r\n\r\n\r\n\r\nfirstPage
\r\nThe URL to the last reply to this message.\r\n\r\n\r\nlast.subject
\r\nThe subject on the last reply to this message.\r\n\r\n\r\n\r\nlast.username
\r\nThe username who posted the last reply to this message.\r\n\r\n\r\nlast.userProfile
\r\nThe URL to the profile of the user who posted the last reply to this message.\r\n\r\n\r\nlast.date
\r\nThe date that the last reply to this message was posted.\r\n\r\n\r\n\r\nmessage.subject
\r\nThe subject of this message.\r\n\r\n\r\nmessage.date
\r\nThe date that this message was posted.\r\n\r\n\r\nmessage.user
\r\nThe user that posted this message.\r\n\r\n\r\nmessage.views
\r\nThe views that this message has received.\r\n\r\n\r\nmessage.replies
\r\nThe number of replies to this thread.\r\n\r\n\r\nmessage.url
\r\nThe URL to view this message.\r\n\r\n\r\nmessage.currentUser
\r\nA condition indicating whether the current user is also the user that posted this message.\r\n\r\n\r\nmessage.status
\r\nThe status of this message (pending, approved, denied).\r\n\r\n\r\n
\r\n\r\npage.indent\r\n',1047855100); 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\r\n\r\ntitleColumn.url
\r\nThe indent spacer for this page indicating the depth of the page in the tree.\r\n\r\n\r\npage.url
\r\nThe URL to the page.\r\n\r\n\r\npage.id
\r\nThe unique identifier for this page that WebGUI uses internally.\r\n\r\n\r\npage.title
\r\nThe title of this page.\r\n\r\n\r\npage.menutitle
\r\nThe title of this page that appears in navigation.\r\n\r\n\r\npage.synopsis
\r\nThe description of the contents of this page (if any).\r\n\r\n\r\npage.isRoot
\r\nA condition indicating whether or not this page is a root.\r\n\r\n\r\npage.isTop
\r\nA condition indicating whether or not this page is at the top of the navigation tree.\r\n\r\n\r\n\r\n
\r\nfile.canView\r\n\r\nnoresults.message
\r\nA condition as to whether the current user has the privileges to view this file.\r\n\r\nfile.controls
\r\nThe WebGUI management controls for this file.\r\n\r\nfile.title
\r\nThe title for this file.\r\n\r\nfile.version1.name
\r\nThe filename for the first version of this file.\r\n\r\nfile.version1.url
\r\nThe download URL for the first version of this file.\r\n\r\nfile.version1.icon
\r\nThe URL to the icon for the file type of the first version of this file.\r\n\r\nfile.version1.size
\r\nThe storage size of the first version of this file.\r\n\r\nfile.version1.type
\r\nThe type (or file extension) of the first version of this file.\r\n\r\nfile.version1.thumbnail
\r\nThe URL to the thumbnail for the first version of this file.\r\n\r\nfile.version1.isImage
\r\nA conditional indicating whether the first version of this file is an image or not.\r\n\r\nfile.version2.name
\r\nThe filename for the second version of this file.\r\n\r\nfile.version2.url
\r\nThe download URL for the second version of this file.\r\n\r\nfile.version2.icon
\r\nThe URL to the icon for the file type of the second version of this file.\r\n\r\nfile.version2.size
\r\nThe storage size of the second version of this file.\r\n\r\nfile.version2.type
\r\nThe type (or file extension) of the second version of this file.\r\n\r\nfile.version2.thumbnail
\r\nThe URL to the thumbnail for the second version of this file.\r\n\r\nfile.version2.isImage
\r\nA conditional indicating whether the second version of this file is an image or not.\r\n\r\nfile.version3.name
\r\nThe filename for the third version of this file.\r\n\r\nfile.version3.url
\r\nThe download URL for the third version of this file.\r\n\r\nfile.version3.icon
\r\nThe URL to the icon for the file type of the third version of this file.\r\n\r\nfile.version3.size
\r\nThe storage size of the third version of this file.\r\n\r\nfile.version3.type
\r\nThe type (or file extension) of the third version of this file.\r\n\r\nfile.version3.thumbnail
\r\nThe URL to the thumbnail for the third version of this file.\r\n\r\nfile.version3.isImage
\r\nA conditional indicating whether the third version of this file is an image or not.\r\n\r\nfile.description
\r\nThe description of this file.\r\n\r\nfile.date
\r\nThe date that this file was uploaded.\r\n\r\nfile.time
\r\nThe time that this file was uploaded.\r\n\r\n
\r\n\r\nlink.url\r\n\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\r\n\r\nattachment.name
\r\nThe URL for this link.\r\n\r\n\r\nlink.name
\r\nThe text to be linked.\r\n\r\n\r\nlink.controls
\r\nThe WebGUI management controls for this link.\r\n\r\n\r\nlink.newwindow
\r\nA conditional as to whether the link should be opened in a new window.\r\n\r\n\r\nlink.description
\r\nThe description of this link.\r\n\r\n\r\n
\r\nqa.id\r\n',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\r\naddevent.url
\r\nThe unique identifier for this question.\r\n\r\nqa.answer
\r\nThe answer for this question.\r\n\r\nqa.question
\r\nThe question itself.\r\n\r\nqa.controls
\r\nThe WebGUI management controls for this question.\r\n\r\n
\r\nlist.date\r\n\r\n\r\nlist.firstPage
\r\nThe date of this event.\r\n\r\nlist.title
\r\nThe title of this event.\r\n\r\nlist.description
\r\nThe description of this event.\r\n\r\nlist.sameAsPrevious
\r\nA conditional indicating whether the this event has the same date as the last event.\r\n\r\nlist.url
\r\nThe URL to the full page view of this event.\r\n\r\nlist.controls
\r\nThe WebGUI management controls for this event.\r\n\r\n\r\n
feature.controls\r\n \r\n
\r\nDe WebGUI beheergereedschappen voor deze eigenschap. \r\nfeature.feature
\r\n
\r\nDe tekst van de eigenschap zelf.\r\n
addbenefit.url
\r\nDe URL om een voordeel van dit product toe te voegen.
addbenefit.label
\r\nHet vertaalde label om een voordeel van dit product toe te voegen.
benefit_loop
\r\nDeze lus bevat de voordelen voor dit product.
benefit.benefit\r\n \r\n
\r\nDe tekst van het voordeel zelf. \r\nbenefit.controls
\r\n
\r\nDe WebGUI beheersgereedschappen voor dit voordeel.\r\n
addspecification.url
\r\nDe URL om een specificatie aan dit product toe te voegen.
addspecification.label
\r\nHet vertaalde label voor de specificatie toevoegen link.
specification_loop
\r\nDe lijst met specificaties van dit product.
specification.controls\r\n \r\n
\r\n De WebGUI beheersgereedschappen voor deze specificatie. \r\nspecification.specification
\r\n
\r\nDe tekst van de specificatie zelf.specification.units
\r\n
\r\nDe grootheden voor deze specificatie. vb.: metersspecification.label
\r\n
\r\nDe aanduiding voor deze specificatie vb: hoogte\r\n
addaccessory.url
\r\nDe URL om een accessoire aan dit product toe te voegen.
addaccessory.label
\r\nHet vertaalde label voor de voeg accessoire toe link.
accessory_loop
\r\nDeze lus bevat alle accessoires die bij dit product horen.
accessory.url\r\n
\r\nDe URL naar de gelinkte accessoire. \r\naccessory.title
\r\n
\r\nDe titel voor de gelinkte accessoire.accessory.controls
\r\n
\r\n De WebGUI beheersgereedschappen voor deze accessoire.
addRelatedProduct.url
\r\nDe URL om een gerelateerd product toe te voegen.
addRelatedProduct.label
\r\nHet vertaalde label voor de voeg gerelateerd product toe link.
relatedproduct.url
\r\nDe URL naar het gelinkte product.
relatedproduct.title
\r\nDe titel van het gelinkte product.
relatedproduct.controls
\r\n De WebGUI beheersgereedschappen voor het gelinkte product.
Deze macro\'s zijn voornamelijk handig voor het beheren van stijlen in WebGUI.
\r\n ^AdminBar;^-;
\r\nDit macro is bekend als het scheidings macro. Het moet in iedere stijl exact een keer bestaan. Waar dit macro geplaatst wordt is waar de inhoud voor die betreffende pagina getoond zal worden.
Deze macro\'s hebben te maken met gebruikers en logins.
\r\n ^a; or ^a();- Mijn Account LinkDeze macro\'s worden gebruikt om navigatie op de site te maken.
\r\n ^C; of ^C(); - WebpadN.B. De .crumbTrail style sheet klasse is aan dit macro gekoppeld.
\r\n ^FlexMenu;N.B. I: er kan ook gebruik gemaakt worden van het speciale geval ^H(linkonly); om ervoor te zorgen dat alleen de URL naar de homepage gegeven wordt en niets meer.
\r\nN.B. II: De .homeLink style sheel klasse is aan dit macro gekoppeld.
\r\n ^M; of ^M(); - Huidig Menu (Vertikaal)Deze macro\'s worden gebruikt om in programmeer achtige functionaliteit te voorzien.
\r\n ^D; of ^D(); - Datum| %% | \r\n% | \r\n
| %y | \r\n4 cijferige jaaraanduiding | \r\n
| %Y | \r\n2 cijferige jaaraanduiding | \r\n
| %m | \r\n2 cijferige jaaraanduiding | \r\n
| %M | \r\nvariabel aantal cijfers | \r\n
| %c | \r\nnaam van de maand | \r\n
| %d | \r\n2 cijferige datumaanduiding | \r\n
| %D | \r\nvariabel aantal cijfers | \r\n
| %w | \r\nnaam van de dag | \r\n
| %h | \r\n2 cijferige basis 12 uurs klok | \r\n
| %H | \r\nvariabel aantal cijfers 12 hour | \r\n
| %j | \r\n2 cijferige basis 24 uurs klok | \r\n
| %J | \r\nvariabel aantal cijfers 24 hour | \r\n
| %p | \r\nkleine letters am/pm \r\n | \r\n
| %P | \r\nhoofdletters AM/PM | \r\n
| %z | \r\ngebruikers voorkeur datum opmaak | \r\n
| %Z | \r\ngebruikers voorkeur tijdsopmaak | \r\n
Knipsels zijn stukjes tekst die op uw site hergebruikt kunnen worden. Denk aan dingen zoals javascripts, style sheets, flash animaties, of zelfs slogans kunnen allemaal prima knipsels zijn. Het mooiste is dat wanneer je die tekst wilt aanpassen het maar op een plek hoeft.
\r\nNaam
\r\nGeef uw knipsel een unieke naam waaraan u later kunt refereren om het op te vragen.
Organiseer in map
\r\nIn welke collaterale map moet dit knipsel bewaard worden?
Knipsel
\r\nBegin met typen! Of nog beter, knip het knipsel uit een ander electronisch document en plak het hier in.
U kunt iedere soort bestand in de repository plaatsen zodat u deze later kunt gebruiken.
\r\nNaam
\r\nGeef dit bestand een unieke naam die u kunt gebruiken om er later aan te refereren.
Beheer in een map
\r\nIn welke map moet dit bestand bewaard worden?\r\n
Bestand
\r\nSelecteer een bestand van uw harddisk om te uploaden.
Het collaterale inhoudsbeheer systeem heeft de beschikking over enkele specifieke macro\'s.
\r\n^File();^I();
\r\nDit macro haalt een plaatje uit het collaterale inhoudsbeheer systeem en voegt daaraan een HTML plaatjes tag toe zodat het mogelijk is snel een plaatje uit het collaterale systeem in uw inhoud te plaatsen.
Voorbeeld: ^I(\"logo\");\r\n
\r\n^i();De volgende sjabloon variabelen zijn beschikbaar om een bijdrage\r\naan te passen. Bijdrage sjablonen worden gebruikt voor het tonen van\r\nindividuele bijdragen in een gebruikers bijdrage systeem. \r\n
\r\ntitle
De titel van deze bijdrage.
content
De volledige inhoud van deze bijdrage.
user.label
Het vertaalde label voor wat deze gebruiker\r\naan het systeem bijgedragen heeft.
user.profile
De URL naar het profiel van de gebruiker\r\ndie deze bijdrage gepost heeft.
user.username
De gebruikersnaam van de gebruiker die\r\ndeze bijdrage gepost heeft.
user.id
Het id waaraan de gebruiker die deze bijdrage\r\ngeleverd heeft geidentificeerd kan worden.
date.label
Het vertaalde label voor op welke datum deze\r\nbijdrage gepost is.
date.epoch
De tijd die verstreken is in seconden sinds 1\r\njanuari 1970 waarop deze bijdrage geleverd is.
date.human
Een voor mensen leesbare datum die de datum\r\nen tijd aangeeft waarop deze bijdrage geleverd is.
status.label
Het vertaalde label dat de status van deze\r\nbijdrage aangeeft.
status.status
De status van deze bijdrage\r\n(goedgekeurd,wachtend,afgekeurd).
views.label
Het vertaalde label voor het aantal keer dat\r\ndeze bijdrage bekeken is.
views.count
Het aantal keer dat deze bijdrage bekeken\r\nis.
canPost
Een conditie die aangeeft of deze gebruiker al\r\ndan niet een nieuwe bijdrage mag leveren.
post.url
De URL om een nieuwe bijdrage te posten.
post.label
Het vertaalde label voor de post link.
previous.more
Een conditie die aangeeft of er enige\r\nvoorgaande bijdragen beschikbaar zijn voor deze bijdrage. \r\n
previous.url
Een URL naar de bijdrage die hiervoor kwam.
previous.label
Het vertaalde label voor de vorige link.
next.more
Een conditie die aangeeft of er nog bijdragen\r\nna deze beschikbaar zijn.
next.url
De URL naar de bijdrage na deze.
next.label
Het vertaalde label voor de bijdrage na deze.
canEdit
Een conditie die aangeeft of de huidige\r\ngebruiker deze bijdrage mag bewerken of verwijderen.
edit.url
De URL om deze bijdrage te bewerken.
edit.label
Het vertaalde label om deze bijdrage te\r\nbewerken.
delete.url
De URL om deze bijdrage te verwijderen.
delete.label
Het vertaalde label voor de link om deze\r\nbijdrage te verwijderen.
canChangeStatus
Een conditie die aangeeft of de huidige\r\ngebruiker de privileges heeft om de status van deze bijdrage aan te\r\npassen.
approve.url
De URL om deze bijdrage goed te keuren.
approve.label
Het vertaalde label voor de link om goed\r\nte keuren.
deny.url
De URL om deze bijdrage af te keuren.
deny.label
Het vertaalde label voor de link om af te\r\nkeuren.
leave.url
De URL om deze post in z\'n huidige status te\r\nlaten.
leave.label
Het vertaalde label voor de link om de\r\nhuidige status te handhaven.
canReply
Een conditie die aangeeft of de huidige\r\ngebruiker op deze bijdrage mag reageren.
reply.url
De URL om op deze post te reageren.
reply.label
Het vertaalde label voor de reageren link.
search.url
De URL om het WebGUI krachtzoek formulier aan\r\nof uit te zetten.
search.label
Het vertaalde label voor de krachtzoek\r\nlink.
back.url
De URL om de gebruiker terug te laten keren\r\nnaar de hoofdlijst met bijdragen.
back.label
Het vertaalde label voor het terugkeren.
replies
Een volledige lijst met alle reacties op deze\r\nbijdrage.
Zet in map
Mappen kunnen in andere mappen geplaatst worden. In welke map wilt u deze map plaatsen?
Naam
Geef deze map een naam zodat u kunt herkennen wat er in zit.
Beschrijving
Geef een beschrijving van de inhoud van deze map.
readmore.label
\r\nHet vertaalde label dat aangeeft dat de gebruiker hier moet klikken om meer\r\nte lezen.
responses.label
\r\nHet vertaalde label dat aangeeft dat de gebruiker hier moet klikken om antwoorden\r\nop deze bijdrage te lezen.
canPost
\r\nEen conditie die aangeeft of een gebruiker een nieuwe bijdrage mag toevoegen. \r\n
post.url
\r\nDe URL om een nieuwe bijdrage toe te voegen.
post.label
\r\nHet vertaalde label voor de post link.
search.label
\r\nHet vertaalde label voor de zoek link.
search.url
\r\nDe URL om WebGUI\'s krachtzoek formulier aan of uit te zetten.
search.form
\r\nWebGUI\'s krachtzoek formulier.
title.label
\r\nHet vertaalde label voor de titel kolom.
thumbnail.label
\r\nHet vertaalde label voor de pictogram kolom.
date.label
\r\nHet vertaalde label voor de datum kolom.
by.label
\r\nHet vertaalde label voor dat aangeeft door wie de bijdrage bijgedragen was. \r\n
submissions_loop
\r\nEen lus die iedere bijdrage bevat.
submission.id\r\n \r\n
\r\nEen unieke waarde waaraan deze bijdrage geidentificeerd kan worden. \r\nsubmission.url
\r\n
\r\nDe URL om deze bijdrage te bekijken.submission.content
\r\n
\r\nDe afgekortte tekstinhoud van deze bijdrage.submission.responses
\r\n
\r\nHet aantal reacties op deze bijdrage.submission.title
\r\n
\r\nDe titel voor deze bijdrage.submission.userId
\r\n
\r\nDe gebruikers Id van de gebruiker die deze bijdrage gepost heeft.submission.username
\r\n
\r\nDe gebruikersnaam van de gebruiker die deze bijdrage gepost heeft.submission.status
\r\n
\r\nDe status van deze bijdrage. (goedgekeurd,wachtend,afgekeurd).submission.thumbnail
\r\n
\r\nHet pictogram van het plaatje dat bij deze bijdrage is toegevoegd (als dat\r\nhet geval is).submission.date
\r\n
\r\nDe datum waarop deze bijdrage is gepost.submission.currentUser
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker dezelfde is als de gebruiker\r\ndie deze bijdrage heeft gepost.submission.userProfile
\r\n
\r\nDe URL naar het profiel van de gebruiker die deze bijdrage gepost heeft.submission.secondColumn
\r\n
\r\nEen conditie die aangeeft of deze bijdrage al dan niet in de tweede colom\r\nbehoort, in een meerdere-kolommen layout.submission.thirdColumn
\r\n
\r\nEen conditie die aangeeft of deze bijdrage al dan niet in de derde colom\r\nbehoort, in een meerdere-kolommen layout.submission.fourthColumn
\r\n
\r\nEen conditie die aangeeft of deze bijdrage al dan niet in de vierde colom\r\nbehoort, in een meerdere-kolommen layout.submission.fifthColumn
\r\n
\r\nEen conditie die aangeeft of deze bijdrage al dan niet in de vijfde colom\r\nbehoort, in een meerdere-kolommen layout.\r\n
\r\n
lastPage
\r\n Een link naar de laatste pagina van de paginanummering.
nextPage
\r\n Een link naar de volgende pagina van de paginanummering.
previousPage
\r\n Een link naar de vorige pagina van de paginanummering.
pageList
\r\n Een lijst van links naar alle pagina\'s in de paginanummering.
multiplePages
\r\n Een conditionele variabele die aangeeft of er meer dan een pagina in de \r\npaginanummering is.
<tmpl_var page.position1>\r\nDe positie elementen kunnen oplopen tot 1 miljoen wat ruim voldoende zou\r\nmoeten zijn voor een gemiddelde site.\r\n',1039627261); INSERT INTO international VALUES (73,'SiteMap',3,'De volgende sjabloon variabelen zijn beschikbaar om uw sitemap aan te passen.
<tmpl_var page.position2>
<tmpl_var page.position3>
<tmpl_var page.position4>
<tmpl_var page.position5>
<tmpl_var page.position6>
<tmpl_var page.position7>
<tmpl_var ...>
page_loop
\r\nDeze lus bevat alle pagina\'s in de sitemap.
page.url
\r\nDe URL naar de pagina.
page.id
\r\nDe unieke waarde waaraan deze pagina in WebGUI intern gerefereerd wordt.
page.title
\r\nDe titel van deze pagina.
page.menutitle
\r\nDe titel van deze pagina die in de navigatie wordt getoond.
page.synopsis
\r\nDe beschrijving van de inhoud van deze pagina (als die bestaat).
page.isRoot
\r\nEen conditie die aangeeft of deze pagina een root is.
canPost
\r\nEen conditie die aangeeft of de huidige gebruiker privileges heeft om een\r\nnieuw bericht te posten.
post.url
\r\nDe URL om een nieuw bericht te posten.
post.label
\r\nHet vertaalde label voor de URL om een nieuw bericht te posten.
search.url
\r\nDe URL om in dit berichtenbord te zoeken.
search.label
\r\nHet vertaalde label voor de zoek URL.
subject.label
\r\nHet vertaalde label voor de onderwerp kolom.
user.label
\r\nHet vertaalde label voor de gebruiker kolom.
date.label
\r\nHet vertaalde label voor de datum kolom.
views.label
\r\nHet vertaalde label voor de aantal keer bekeken kolom.
replies.label
\r\nHet vertaalde label voor de reacties kolom.
last.label
\r\nHet vertaalde label voor de laatste reactie kolom.
message_loop
\r\nDe lus die de berichten bevat.
last.url\r\n \r\n
\r\n De URL voor de laatste reactie op dit bericht. \r\nlast.subject
\r\n
\r\nHet ondewerp van de laatste reactie op dit bericht.last.username
\r\n
\r\nDe gebruiker die de laatste reactie op dit bericht gepost heeft.last.userProfile
\r\n
\r\nDe URL naar het profiel van de gebruiker die de laatste reactie op dit bericht\r\ngepost heeft.last.date
\r\n
\r\nDe datum waarop de laatste reactie op dit bericht gepost is.message.subject
\r\n
\r\nHet onderwerp van dit bericht.message.date
\r\n
\r\nDe datum waarop dit bericht gepost is.message.user
\r\n
\r\nDe gebruiker die dit bericht gepost heeft.message.views
\r\n
\r\nHet aantal keer dat dit bericht bekeken is.message.replies
\r\n
\r\nHet aantal reacties op dit bericht.message.url
\r\n
\r\nDe URL om dit bericht te bekijken.message.currentUser
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker ook de gebruiker is die\r\ndit bericht gepost heeft.message.status
\r\n
\r\nDe status van dit bericht (lopend, goedgekeurd, afgekeurd).\r\n
firstPage
\r\nEen link naar de eerste pagina van de paginanummering.
lastPage
\r\nEen link naar de laatste pagina van de paginanummering.
nextPage
\r\nEen link naar de volgende pagina van de paginanummering.
previousPage
\r\nEen link naar de vorige pagina van de paginanummering.
pageList
\r\nEen lijst van links naar alle pagina\'s in de paginanummering.
multiplePages
\r\n Een conditionele variabele die aangeeft of er meer dan een pagina in de\r\npaginanummering is.
title
\r\nDe titel voor dit wobject.
displayTitle
\r\nEen conditionele variabele die aangeeft of de titel wel of niet getoond moet\r\nworden.
description
\r\nDe beschrijving van dit wobject.
wobjectId
\r\nHet nummer dat WebGUI gebruikt om dit wobject te identificeren.
addlink.url
\r\nDe URL om een link aan deze link lijst toe te voegen.
addlink.label
\r\nHet vertaalde label voor de \'voeg link toe\' URL.
link_loop
\r\nDeze lus bevat alle informatie over iedere link.
link.name
\r\nDe tekst om naar te linken.
link.controls
\r\nDe WebGUI beheersgereedschappen voor deze link.
link.newwindow
\r\nEen conditie die aangeeft of deze link in een nieuw venster geopend moet\r\nworden.
link.description
\r\nDe beschrijving van deze link.
attachment.name
\r\nDe bestandsnaam voor de bijlage bij dit item.
attachment.url
\r\nDe URL om de bijlage bij dit item te downloaden.
attachment.icon
\r\nDe URL om naar het pictogram bij de bijlage bij dit item.
titleColumn.url
\r\nDe URL om op titel te sorteren.
\r\n
titleColumn.label
\r\nHet vertaalde label voor de titel.
descriptionColumn.label
\r\nHet vertaalde label voor de beschrijving.
descriptionColumn.url
\r\nDe URL om op beschrijving te sorteren.
dateColumn.label
\r\nHet vertaalde label voor de upload datum.
dateColumn.url
\r\nDe URL om op upload datum te sorteren.
search.form
\r\nWeGUI krachtzoek formulier.
search.url
\r\nDe URL om zoek modus aan en uit te zetten.
search.label
\r\nHet vertaalde label voor de zoek link.
addfile.url
\r\nDe URL om een bestand aan bestandsbeheer toe te voegen.
addfile.label
\r\nHet vertaalde label voor de voeg bestand toe link.
file_loop
\r\nEen lus die informatie bevat over iedere file die geupload is in deze bestandsbeheer. \r\n
file.canView\r\n \r\n
\r\nEen conditie die aangeeft of de huidige gebruiker rechten heeft om dit bestand\r\nte bekijken. \r\nfile.controls
\r\n
\r\nDe WebGUI beheergereedschappen voor dit bestand.file.title
\r\n
\r\nDe titel voor dit bestand.file.version1.name
\r\n
\r\nDe bestandsnaam voor de eerste versie van dit bestand.file.version1.url
\r\n
\r\nDe download URL voor de eerste versie van dit bestand.file.version1.icon
\r\n
\r\nDe URL voor het pictogram voor het bestandstype voor de eerste versie van\r\ndit bestand.file.version1.size
\r\n
\r\nDe opslaggrootte voor de eerste versie van dit bestand.file.version1.type
\r\n
\r\nHet type (of bestandsextentie) van de eerste versie van dit bestand.file.version1.thumbnail
\r\n
\r\nDe URL naar het pictogram voor de eerste versie van dit bestand.file.version1.isImage
\r\n
\r\nEen conditie die aangeeft of de eerste versie van dit bestand een plaatje\r\nis of niet.file.version2.name
\r\n
\r\nDe bestandsnaam voor de tweede versie van dit bestand.file.version2.url
\r\n
\r\nDe download URL voor de tweede versie van dit bestand.file.version2.icon
\r\n
\r\nDe URL voor het pictogram voor het bestandstype voor de tweede versie van\r\ndit bestand.file.version2.size
\r\n
\r\nDe opslaggrootte voor de tweede versie van dit bestand.file.version2.type
\r\n
\r\nHet type (of bestandsextentie) van de tweede versie van dit bestand. \r\nfile.version2.thumbnail
\r\n
\r\nDe URL naar het pictogram voor de tweede versie van dit bestand.file.version2.isImage
\r\n
\r\nEen conditie die aangeeft of de tweede versie van dit bestand een plaatje\r\nis of niet.file.version3.name
\r\n
\r\nDe bestandsnaam voor de derde versie van dit bestand.file.version3.url
\r\n
\r\nDe download URL voor de derde versie van dit bestand.file.version3.icon
\r\n
\r\nDe URL voor het pictogram voor het bestandstype voor de derde versie van\r\ndit bestand.file.version3.size
\r\n
\r\nDe opslaggrootte voor de derde versie van dit bestand.file.version3.type
\r\n
\r\nHet type (of bestandsextentie) van de derde versie van dit bestand. \r\nfile.version3.thumbnail
\r\n
\r\nDe URL naar het pictogram voor de derde versie van dit bestand.file.version3.isImage
\r\n
\r\nEen conditie die aangeeft of de derde versie van dit bestand een plaatje\r\nis of niet.file.description
\r\n
\r\nDe beschrijving van dit bestand.file.date
\r\n
\r\nDe datum waarop dit bestand geupload is.file.time
\r\n
\r\nDe tijd waarop dit bestand geupload is.\r\n
noresults.message
\r\nEen vertaald bericht dat aangeeft dat deze bestandsbeheer geen bestanden\r\nheeft die deze gebruiker mag zien.
\r\n
\r\n
noresults
\r\nEen conditie die aangeeft of er bestanden zijn die deze gebruiker mag zien. \r\n
firstPage
\r\n Een link naar de eerste pagina van de paginanummering.
lastPage
\r\n Een link naar de laatste pagina van de paginanummering.
nextPage
\r\n Een link naar de volgende pagina van de paginanummering.
previousPage
\r\n Een link naar de vorige pagina van de paginanummering.
pageList
\r\n Een lijst van links naar alle pagina\'s in de paginanummering.
multiplePages
\r\n Een conditionele variabele die aangeeft of er meer dan een pagina in de\r\npaginanummering is.
addquestion.url
\r\nDe URL om een vraag aan de FAQ toe te voegen.
addquestion.label
\r\n Het vertaalde label voor de voeg vraag toe link.
qa_loop
\r\nDe lus die variabelen voor iedere FAQ vraag bevat.
qa.answer
\r\nHet antwoord voor deze vraag.
qa.question
\r\nDe vraag zelf.
qa.controls
\r\nDe WebGUI beheergereedschappen voor deze vraag.
attachment.box
\r\nLaat een standaard WebGUI bijlage box zien, inclusief icoontje, bestandsnaam\r\nen een bijlage indicator.
attachment.icon
\r\nDe URL naar het icoon-plaatje voor dit sjabloon type.
attachment.name
\r\nDe bestandsnaam voor deze bijlage.
attachment.url
\r\nDe URL om deze bijlage te downloaden.
image.thumbnail
\r\nDe URL naar het pictogram voor het bijgevoegde plaatje.
image.url
\r\nDe URL naar het bijgevoegde plaatje.
post.label
\r\nHet vertaalde \'label\' om commentaar aan dit artikel toe te voegen.
post.URL
\r\nDe URL om commentaar aan dit artikel toe te voegen.
replies.count
\r\nHet aantal commentaar dat bij dit artikel toegevoegd is.
replies.label
\r\nDe vertaalde tekst die aangeeft dat je de antwoorden kunt bekijken.
replies.url
\r\nDe URL om de antwoorden op dit artikel te bekijken.
title
\r\nDe titel van deze gebeurtenis.
start.label
\r\nHet vertaalde label voor de begindatum.
start.date
\r\nDe datum waarop deze gebeurtenis begint.
end.date
\r\nDe datum waarop deze gebeurtenis eindigt.
end.label
\r\nHet vertaalde label voor de einddatum.
canEdit
\r\nEen conditie die aangeeft of de huidige gebruiker een gebeurtenis kan aanpassen. \r\n
edit.url
\r\nDe URL om deze gebeurtenis aan te passen.
edit.label
\r\nHet vertaalde label voor de bewerk URL.
delete.url
\r\nDe URL om deze gebeurtenis te verwijderen.
delete.label
\r\nHet vertaalde label om deze URL te verwijderen.
previous.url
\r\nDe URL om de gebeurtenis voor deze gebeurtenis te bekijken.
previous.label
\r\nHet vertaalde label voor de vorige URL.
next.label
\r\nHet vertaalde label voor de volgende URL.
next.url
\r\nDe URL om de gebeurtenis na deze gebeurtenis te bekijken.
description
\r\nDe beschrijving van deze gebeurtenis.
addevent.url
\r\nDe URL om een gebeurtenis aan de kalender toe te voegen.
addevent.label
\r\nHet vertaalde label voor de link om een gebeurtenis toe te voegen.
calendar.big
\r\nEen paginavullende kalender.
calendar.small
\r\nEen kleine kalender die alleen datumnummers laat zien.
calendar.firstPage
\r\nEen link naar de eerste pagina van de kalender paginanummering.
calendar.lastPage
\r\nEen link naar de laatste pagina van de kalender paginanummering.
calendar.nextPage
\r\nEen link naar de volgende pagina van de kalender paginanummering.
\r\n
calendar.previousPage
\r\nEen link naar de vorige pagina van de kalender paginanummering.
calendar.pageList
\r\nEen lijst van links naar alle pagina\'s in de kalender paginanummering.
calendar.multiplePages
\r\nEen conditionele variabele die aangeeft of er meer dan een pagina in de kalender\r\npaginanummering is.
list_loop
\r\nEen lus die de \'lijst layout\' lijst van een kalender bevat.
\r\n
list.date\r\n \r\n
\r\nDe datum van deze gebeurtenis. \r\nlist.title
\r\n
\r\nDe titel van deze gebeurtenis.list.description
\r\n
\r\nDe beschrijving van deze gebeurtenis.list.sameAsPrevious
\r\n
\r\nEen conditionele variabele die aangeeft of deze gebeurtenis dezelfde datum\r\nheeft als de laatse gebeurtenis.list.url
\r\n
\r\nDe URL naar de paginavullende layout voor deze gebeurtenis.list.controls
\r\n
\r\nDe WebGUI beheergereedschappen voor deze gebeurtenis.\r\n
list.firstPage
\r\nEen link naar de eerste pagina van de paginanummering.
list.lastPage
\r\nEen link naar de laatste pagina van de paginanummering.
list.nextPage
\r\nEen link naar de volgende pagina van de paginanummering.
\r\n
list.previousPage
\r\nEen link naar de vorige pagina van de paginanummering.
\r\n
list.pageList
\r\nEen lijst van links naar alle pagina\'s in de paginanummering.
\r\n
list.multiplePages
\r\nEen conditionele variabele die aangeeft of er meer dan een pagina in de paginanummering\r\nis.
NB I: Let erop dat de woorden foo en bar bedoeld\r\nzijn als plaatshouders voor eigenlijke variabele namen die u zult gebruiken.\r\nZe horen niet bij de sjabloontaal.
\r\nNB II: Aangezien deze taal in het engels is (en niet vertaald kan\r\nworden) zullen alle variabele namen en andere zaken ook engelstalig zijn\r\n(zoals het woord template voor sjabloon).
\r\n
\r\nVariabelen
\r\n Variabelen zijn de meest simpele sjabloon commando\'s. Ze worden gebruikt\r\nom stukken inhoud te positioneren.
Syntax: <tmpl_var foo> or <tmpl_var name=\"foo\">
\r\nVoorbeeld: <tmpl_var name>
\r\n Condities
\r\nVoor programmeurs zijn condities niets nieuws, maar voor designers kunnen\r\nze een beetje verwarrend zijn. Condities zijn eigenlijk gewoon waar of niet\r\nwaar vragen en als je er zo over denkt hoeven ze geen enkel probleem op te\r\nleveren. (If = als, Else = anders, Unless = tenzij)
\r\n
\r\nSyntax: <tmpl_if foo> <tmpl_else> </tmpl_if>
\r\n Syntax: <tmpl_unless foo> <tmpl_else> </tmpl_unless> \r\n
Voorbeeld: <tmpl_if isTrue> Het was waar!<tmpl_else>\r\nHet was niet waar! </tmpl_if>
\r\n Lussen
\r\nLussen itereren over een lijst van gegevens. Lussen zijn iets moeilijker\r\nte gebruiken dan variabelen, maar ze zijn stukken krachtiger.
\r\n
\r\nSyntax: <tmpl_loop foo> </tmpl_loop>
Voorbeeld:
\r\n <tmpl_loop users>
\r\n Naam: <tmpl_var first_name><br/>
\r\n </tmpl_loop>
Lus condities
\r\nLussen hebben speciale conditie-variabelen. Deze zijn __FIRST__ (eerste),\r\n__ODD__ (oneven), __INNER__ (binnenste) en __LAST__ (laatste).
Examples:
\r\n
<TMPL_LOOP FOO>\r\n \r\n
<TMPL_IF __FIRST__>
Dit wordt alleen bij de eerste lus getoond.
</TMPL_IF>
<TMPL_IF __ODD__>
Dit wordt om de andere lus getoond in de oneven lussen.
</TMPL_IF>
<TMPL_UNLESS __ODD__>
Dit wordt om de andere lus getoond in de even lussen.
</TMPL_UNLESS>
<TMPL_IF __INNER__>
Dit wordt getoond bij lussen die niet het eerste, noch het laatste zijn.
</TMPL_IF>
<TMPL_IF __LAST__>
Dit wordt alleen bij de laatste lus getoond.
<TMPL_IF>
</TMPL_LOOP>
NB: Zowel de sjabloontaal als de sabloon variabelen zijn niet\r\nafhankelijk van hoofd of kleine letters (case insensitive).
\r\n
\r\n<tmpl_var page.position1>\r\n<tmpl_var page.position2>\r\n<tmpl_var page.position3>\r\n<tmpl_var page.position4>\r\n<tmpl_var page.position5>\r\n<tmpl_var page.position6>\r\n<tmpl_var page.position7>\r\n<tmpl_var ...>\r\n\r\n\r\n\r\n\r\nSie können mehr als 1 Million dieser Positionen einsetzen... Das sollte mehr als genug auch für die komplexeste Seite sein.',1040654716); INSERT INTO international VALUES (74,'Item',2,'Nachfolgend eine Liste von Template Variablen für Textelement Templates.\r\n
Beginnen mit
Wählen Sie die Seite aus, mit der die Sitemap beginnen \r\nsoll. \r\n
Tiefe
Wie viel Stufen der Navigation soll die Sitemap anzeigen? \r\nWenn Sie \'0\' angeben, wird die komplette Seitenübersicht angezeigt mit all ihren \r\nStufen. \r\n
Einrückung?
Wie weit soll jede nachfolgende Stufe eingerückt werden?
title
Der Titel dieses Beitrages. \r\n
content
Der komplette Text dieses Beitrages. \r\n
user.label
Die übersetzte Bezeichnung die anzeigt, welcher Benutzer \r\ndiesen Beitrag veröffentlicht hat. \r\n
user.profile
Die URL zum Profil des Benutzers, der den Beitrag \r\nveröffentlicht hat. \r\n
user.username
Der Benutzername dieses Benutzers. \r\n\r\n
user.id
Die Benutzer ID dieses Benutzers. \r\n
date.label
Die übersetzte Bezeichnung die anzeigt, wann dieser \r\nBeitrag geschrieben wurde. \r\n
date.epoch
Die Anzahl der Sekunden seit 1. Januar 1970 zum Zeitpunkt \r\n, an dem di!\n eser Beitrag geschrieben wurde. \r\n
date.human
Das umgewandelte Datum, wann dieser Beitrag geschrieben \r\nwurde. \r\n
status.label
Die übersetzte Bezeichnung, die den Status dieses Beitrages anzeigt. \r\n
status.status
Der aktuelle Status dieses Beitrages (ausstehend, \r\nfreigegeben, abgelehnt). \r\n
views.label
Die übersetzte Bezeichnung, wie oft dieser Beitrag \r\nangeschaut wurde. \r\n
views.count
Anzahl, \r\nwie oft dieser Beitrag angeschaut wurde
canPost
Bedinung, ob der \r\nBenutzer einen neuen Beitrag schreiben kann oder nicht. \r\n
post.url
Die URL zum Schreiben eines neuen Beitrages. \r\n
post.label
Die übersetzte Bezeichnung für diese URL. \r\n
previous.more
Bedingung, ob es ältere/vorherige Beiträge vor diesem \r\ngab oder nicht.. \r\n
previous.url
Eine URL zu dem vorherigen Beitrag.
previous.label
Die \r\nübersetzte Bezeichnung !\n für diese URL. \r\n
next.more
Bedingung, ob es noch weiter\ne Beiträge gibt oder nicht. \r\n
next.url
Die URL zum nachfolgenden Beitrag. \r\n
next.label
Die übersetzte Bezeichnung für diese URL. \r\n
canEdit
Bedingung, ob der aktuelle Benutzer diesen Beitrag bearbeiten \r\noder löschen kann. \r\n
edit.url
Die URL zum Bearbeiten dieses Beitrages. \r\n
edit.label
Die übersetzte Bezeichnung für den Bearbeitungslink. \r\n
delete.url
Die URL zum Löschen des Beitrages.
delete.label
Die \r\nübersetzte Bezeichnung diese URL. \r\n
canChangeStatus
Bedingung, ob der aktuelle Benutzer die Berechtigung \r\nhat, den Status dieses Beitrages zu bearbeiten. \r\n
approve.url
Die URL zum Freigeben dieses Beitrages. \r\n
approve.label
Die übersetzte Bezeichnung diese URL. \r\n
deny.url
Die URL zum Ablehnen des Beitrages. \r\n
deny.label
Die übersetzte Bezeichnung für diese URL. \r\n
leave.url
Die!\n URL, um diesen Beitrag beim aktuellen Status zu belassen.. \r\n
leave.label
Die übersetzte Bezeichnung für diese URL. \r\n
canReply
Bedingung, ob der aktuelle Benutzer auf diesen Beitrag \r\nantworten kann oder nicht. \r\n
reply.url
Die URL um auf diesen Beitrag zu antworten. \r\n
reply.label
Die übersetzte Bezeichnung für diese URL. \r\n
search.url
Die URL, um zum WebGUI Power Suchformular zu wechseln. \r\n
search.label
Die übersetzte Bezeichnung für diesen Link. \r\n
back.url
Die URL, um zur Hauptübersicht zurückzukehren. \r\n
back.label
Die übersetzte Bezeichnung für diese URL. \r\n
replies
Eine komplette Liste aller Antworten zu diesem Beitrag.
Einstellungen sind Elemente, die es Ihnen ermöglichen WebGUI an ihre besonderen \r\nBedürfnisse anzupassen. \r\n
\r\nInformationen über das Unternehmen bearbeiten
Informationen über \r\ndas Unternehmen oder individuelle Personen, die diese WebGUI-Installation verwaltet.
Inhaltliche Einstellungen bearbeiten
Einstellungen bezüglich des \r\nInhalts und allgemeine Einstellungen bearbeiten, z. B. Grösse der Textboxen \r\ndefinieren. \r\n
Benachrichtigungsoptionen bearbeiten
Einstellungen bezüglich Email \r\nund andere benachrichtigungs bezogenen Funktionen. \r\n\r\n
Sonstige Einstellungen bearbeiten
Alles, wofür wir sonst keinen \r\nPlatz gefunden haben, wie z. B. Seitenstatistik aktivieren. \r\n
Profileinstellungen bearbeiten
Hier können\r\n Sie definieren, wie \r\ndie Benutzerprofile aussehen, welche Bereiche der Benutzer bearbeiten darf, \r\nDatumsformat etc. \r\n
Benutzereinstellungen bearbeiten
Einstellungen bezüglich der Benutzer \r\n(bis auf die Profileinstellungen) wie Authentifizierungs Informationen und Registierungsoptionen, \r\n \r\nAktivieren des Karma, etc..
Status
Versteckte \r\n(Hidden) Felder werden dem Besucher nicht angezeigt, aber gleichwohl mit der \r\nEmail versendet.
Angezeigte Felder werden dem Besucher angezeigt, er kann \r\naber keine Eingaben bzw. Änderungen durchführen.
Veränderbare Felder können \r\nvom Benutzer ausgefüllt werden (betrifft aber z. B. nicht die Drop-Down-Box).
Wenn \r\nSie versteckte oder angezeigte Felder verwenden, beachten Sie, dass Sie einen \r\nStandardwert eingeben. \r\n
Typ
Wählen Sie hier den Feldtyp aus. Die folgenden Typen werden \r\nunterstützt:
\r\n
Mögliche Werte
Dieses Feld wird nur von der Drop-Down Box berücksichtigt. \r\nGeben Sie die möglichen Werte ein, die in der Drop-Down Box erscheinen sollen, \r\neinen Wert pro Zeile. \r\n
Standardwert (optional)
Geben Sie einen Standardwert für das Feld \r\nein, sofern einer benötigt wird. Für &q!\n uot;Ja/Nein" Felder geben Sie "yes" \r\num "Ja&quo\nt; auszuwählen, und "no" um "Nein" auswählen \r\n(als Beispiel: Wenn Sie hier "no" eingeben, ist das Feld "Nein" \r\nfür den Besucher standardmässig aktiviert). Beachten Sie hierbei, dass Sie die \r\nenglischen Bezeichnungen benutzen. Für Checkbox-Felder geben Sie "checked" ein, \r\num den Wert der Checkbox standarmässig zu aktivieren. \r\n
Weitere Felder hinzufügen?
Möchten Sie Ihrem Formular noch weitere \r\nWerte hinzufügen?
titleColumn.url
Die URL, um nach dem Titel zu sortieren. \r\n
titleColumn.label
Die übersetzte Bezeichnung des Titels. \r\n
descriptionColumn.url
Die URL, um nach der Beschreibung zu sortieren. \r\n
descriptionColumn.label
Die übersetzte Bezeichnung für die Beschreibung. \r\n
dateColumn.url
Die URL, um nach dem Upload-Datum zu sortieren. \r\n
dateColumn.label
Die übersetzte Bezeichnung für das Upload-Datum. \r\n
search.form
WebGUI\'s Power Suchformular. \r\n
search.url
Die URL, um den Suchmodus an- oder abzuschalten. \r\n
search.label
Die übersetzte Bezeichnung für den Suchlink. \r\n
addfile.url
Die URL, um eine Datei hinzuz!\n ufügen. \r\n
addfile.label
Die übersetzte Bezeichnung für diesen Link. \r\n
file_loop
Eine Schleife, die Informationen über jede upgeloadete \r\nDatei enthält. \r\n
file.canView\r\n
Eine Bedingungsvariable, ob der Benutzer \r\n die Berechtigung hat, diese Datei anzuschauen. \r\nfile.controls
Die WebGUI Verwaltungscontrols für diese Datei. \r\nfile.title
Der Dateititel. \r\nfile.version1.name
Der Dateiname der ersten Version dieser Datei. \r\n\r\nfile.version1.url
Die Download-URL für diese erste Version der \r\n Datei. \r\nfile.version1.icon
Die URL zum Dateityp-Icon für die erste Version \r\n der Datei. \r\nfile.version1.size
Die Dateigrösse der ersten Version der Datei. \r\nfile.version1.type
Der Dateityp (siehe auch file.version1.icon). \r\nfile.version1.thumbnail
Die URL zum Vorschaubild (Thumbnail) für \r\n die ers!\n te Version dieser Datei. \r\nfile.version1.isImage
Eine V\nariable um zu ermitteln, ob diese Datei \r\n eine Grafik ist oder nicht. \r\nfile.version2.name
Der Dateiname für die Alternative #1 dieser \r\n Datei. \r\nfile.version2.url
Die Download-URL für Alternative #1. \r\nfile.version2.icon
Die URL zum Dateityp-Icon für Alternative #1. \r\nfile.version2.size
Die Dateigrösse für Alternative #1. \r\nfile.version2.type
Der Dateityp von Alternative #1. \r\nfile.version2.thumbnail
Die URL zum Vorschaubild (Thumbnail) für \r\n Alternative #1. \r\nfile.version2.isImage
Eine Variable um zu ermitteln, ob es sich \r\n bei Alternative #1 um eine Grafik handelt oder nicht. \r\nfile.version3.name
Der Dateiname für die Alternative #2 dieser \r\n Datei. \r\nfile.version3.url
Die Download-URL für Alternative #2. \r\nfile.version3.icon
Die URL zum Dateityp-Icon für Alternative #2. \r\nfile.version3.s!\n ize
Die Dateigrösse für Alternative #2. \r\nfile.version3.type
Der Dateityp von Alternative #2. \r\nfile.version3.thumbnail
Die URL zum Vorschaubild (Thumbnail) für \r\n Alternative #2. \r\nfile.version3.isImage
Eine Variable um zu ermitteln, ob es sich \r\n bei Alternative #2 um eine Grafik handelt oder nicht. \r\nfile.description
Die Beschreibung für die Datei (für alle 3 Versionen \r\n gleich). \r\nfile.date
Das Datum, an dem die Datei(en) hochgeladen wurde(n). \r\nfile.time
Die Uhrzeit, an dem die Datei(en) hochgeladen wurde(n). \r\n
noresults.message
Eine übersetzte Nachricht, dass es keine Dateien \r\nzum Downloaden für diesen Benutzer gibt. \r\n
noresults
Eine Variable, um zu ermitteln, ob es Dateien für diesen \r\nBenutzer zum Downloaden gibt. \r\n
firstPage
Ein Link zur ersten Seite. \r\n
lastPage
Ein!\n Link zur letzten Seite. \r\n
nextPage
Ein Link zur nächst\nen Seite. \r\n
previousPage
Ein Link zur vorherigen Seite. \r\n
pageList
Eine Liste aller Seiten. \r\n
multiplePages
Eine Variable um zu ermitteln, ob es mehrere Seiten \r\ngibt.
Möglichkeiten zum Einsatz mehrerer Startseiten bieten sich viele... lassen Sie Ihren Ideen freien Lauf.
',1041631109); INSERT INTO international VALUES (63,'Product',2,'Nachfolgend eine Liste der Template Variabeln, die in Produkt Templates verfügbar \r\nsind. \r\nbrochure.icon
Die URL zum Icon des Prospekts. \r\n
brochure.url
Die URL um dieses Prospekt zu downloaden. \r\n
brochure.label
Die übersetzte Bezeichnung für diese URL. \r\n
warranty.icon
Die URL zum Icon der Garantie. \r\n
warranty.url
Die URL um die Garantie zu downloaden. \r\n
warranty.label
Die Bezeichnung für diese URL. \r\n
image1
Die URL zur Produktgrafik 1. \r\n
thumbnail1
Die URL zum Vorschaubild der Produktgrafik 1. \r\n
image2
Die URL zur Produktgrafik 2. \r\n
thumbnail2
Die URL zum Vorschaubild der Produktgrafik 2. \r\n
image3
Die URL zur Produktgrafik 3. \r\n
thumbnail3
Die URL zum Vorschaubild der Produktgrafik 3. \r\n!\n
addfeature.url
Die URL um eine Produkteigenschaft (Feature) hinzuzufügen. \r\n
addfeature.label
Die übersetzte Bezeichnung für diese URL. \r\n
feature_loop
Diese Schleife enthält alle Produkteigenschaften, \r\ndie zu diesem Produkt gehören. \r\n
feature.controls\r\n
WebGUI Verwaltungselemente für diese \r\n Eigenschaft. \r\nfeature.feature
Der Text der Produkteigenschaft. \r\n
addbenefit.url
Die URL um Vorteile hinzuzufügen. \r\n
addbenefit.label
Die übersetzte Bezeichnung für diese URL. \r\n
benefit_loop
Diese Schleife enthält alle Vorteile dieses Produktes. \r\n
benefit.benefit\r\n
Der Vorteil selbst (Text des Vorteils). \r\nbenefit.controls
WebGUI Verwaltungselemente für diesen Vorteil. \r\n
addspecification.url
Die URL um Merkmale hinzuzufügen. \r\n
addspecification!\n .label
Die übersetzte Bezeichnung für diese URL. \r\n
spec\nification_loop
Eine Liste von Merkmalen zu diesem Produkt. \r\n
specification.controls\r\n
WebGUI Verwaltungselemente für \r\n dieses Merkmal. \r\nspecification.specification
Der Text des Merkmals selbst. \r\nspecification.units
Die Einheiten für dieses Merkmal, z.B. Zentimeter \r\nspecification.label
Die Bezeichnung für dieses Merkmal, z. B. Höhe \r\n
addaccessory.url
Die URL zum Hinzufügen von Zubehör. \r\n
addaccessory.label
Die übersetzte Bezeichnung für diese URL. \r\n\r\n
accessory_loop
Diese Schleife enthält all das zu diesem Produkt \r\nverbundene Zubehör. \r\n
accessory.url\r\n
Die URL zum verbundenen Zubehör. \r\naccessory.title
Der Titel des verbundenen Zubehörs. \r\naccessory.controls
WebGUI Verwaltungselemente für dieses Zubehör. \r\n
addRelatedProduct.url
Die URL um ein verwandtes Produkt hinzuzufügen. \r\n
addRelatedProduct.label
Die übersetzte Bezeichnung für diese \r\nURL. \r\n
relatedproduct.url
Die URL zu diesem verwandten Produkt. \r\n
relatedproduct.title
Der Titel des verwandten Produkts. \r\n
relatedproduct.controls
WebGUI Verwaltungselemente für dieses verwandte \r\nProdukt.
Beachten Sie: Bite beachten Sie, dass die Wörter foo und bar nur \r\nals Platzhalter für die aktuelle Variable genutzt werden. Sie sind keine Teil \r\nder Template Sprache. \r\n
Variabeln
Variabeln sind der Grundstock von Template Befehlen. \r\nSie werden eingesetzt zum Positionieren von Contentbereichen. \r\n
Syntax: <tmpl_var foo> oder <tmpl_var name="foo"> \r\n
Beispiel: <tmpl_var name> \r\n
Bedingungsvariaben
Für Programmierer sind Bedinungen (Bedingungsvariabeln) \r\nnichts neues, aber bei Designern können sie schon anfangs für Verwirrung sorgen. \r\nBedinungen sind ganz einfach nur !\n "wahr" oder "falsch" Fragen, \r\nund wenn Sie sich das so vorstellen, dürften Sie keine Probleme damit haben.. \r\n
Syntax: <tmpl_if foo> <tmpl_else> </tmpl_if> \r\n
Syntax: <tmpl_unless foo> <tmpl_else> \r\n</tmpl_unless> \r\n
Beispiel: <tmpl_if isTrue> Es ist wahr!<tmpl_else> Es \r\nist falsch! </tmpl_if> \r\n
Schleifen (Loops)
Loops wiederholen sich über eine Liste von Datenausgaben \r\nfür jeden Durchlauf des Loops. Loops sind etwas komplizierter als das ausschliessliche \r\nBenutzen von Variabeln, aber sie sind um einiges mächtiger. \r\n
Syntax: <tmpl_loop foo> </tmpl_loop> \r\n
Beispiel:
<tmpl_loop users>
Name: <tmpl_var \r\nfirst_name><br/>
</tmpl_loop> \r\n
Schleifenbedingungen (Loop Conditions)
Loops haben eigene Spezial \r\nSchleifenvariabeln. Als da wären __FIRST__, __!\n ODD__, __INNER__, und __LAST__. \r\n
Beispiele:
&l\nt;TMPL_LOOP FOO>\r\n <TMPL_IF __FIRST__>\r\n Dies ist nur der erste Durchlauf.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __ODD__>\r\n Dieses Ergebnis erscheint bei jedem Durchlauf mit ungerader Zahl.\r\n </TMPL_IF>\r\n\r\n <TMPL_UNLESS __ODD__>\r\n Dieses Ergebnis erscheint bei jedem Durchlauf mit gerader Zahl.\r\n </TMPL_UNLESS>\r\n\r\n <TMPL_IF __INNER__>\r\n Dieses Ergebnis erscheint wenn der Durchlauf weder der erste noch der letzte ist.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __LAST__>\r\n Dieses Ergebnis erscheint erst beim letzten Druchlauf.\r\n <TMPL_IF>\r\n </TMPL_LOOP>\r\n\r\n
Beachten Sie: Sowohl die Template Sprache als auch die Template Variabeln \r\nsind case-insensitive, das heisst weder Gross- noch Kleinschreibung wird berücksichtigt.
',1041622881); INSERT INTO international VALUES (95,'EventsCalendar',2,'Die nachfolgenden Templatevariabeln sind verfügbar, um Ihren Veranstaltungskalender \r\nanzupassen. \r\n
\r\naddevent.url
Die URL, um ein Ereignis zum Kalender hinzuzufügen. \r\n
addevent.label
Der übersetzte Text zum Hinzufügen eines Ereignisses \r\n(z. B. \'Neue Veranstaltung hinzufügen\'). \r\n
calendar.big
Eine komplette Kalenderansicht. Wochentage werden \r\nkomplett ausgeschrieben (Montag, Dienstag, ...). \r\n
calendar.small
Eine kleinere Kalenderansicht mit abgekürzten Wochentagen \r\n(z. B. M, D, M, D ...). \r\n
calendar.firstPage
Ein Link zur ersten Seite im Kalender. \r\n
calendar.lastPage
Ein Link zur letzten Seite im Kalender. \r\n
calendar.nextPage
Ein Link zur nächsten Seite im Kalender. \r\n
calendar.previousPage
Ein Link zur vorherigen Sei!\n te im Kalender. \r\n
calendar.pageList
Eine Liste aller Seiten des Kalenders (z. b. \r\nSeite 1, 2, 3, ....). \r\n
calendar.multiplePages
Eine bedingte Variable, die anzeigt, ob \r\nes mehr als eine Seite im Kalender gibt.. \r\n
list_loop
Eine Schleife (Loop), die die Listenansicht eines Kalenders \r\numschliesst. \r\n
list.date\r\n
Das Datum dieses Ereignisses. \r\nlist.title
Der Titel dieses Ereignisses. \r\nlist.description
Die Beschreibung dieses Ereignisses. \r\nlist.sameAsPrevious
Eine Bedingungs-Variable, falls dieses Ereigniss \r\n das selbe Datum wie ein anderes/das letzte Ereignis hat. \r\nlist.url
Die URL zur Komplettansicht dieses Ereignisses. \r\nlist.controls
Die WebGUI Verwaltungscontrols für dieses Ereigniss \r\n (z. B. Ereingiss bearbeiten). \r\n
list.firstPage
Ein Link zur ersten Seite des Kale!\n nders (in der \r\nListenansicht). \r\n
list.lastPage
Ein L\nink zur letzten Seite des Kalenders (in der \r\nListenansicht). \r\n
list.nextPage
Ein Link zur nächsten Seite des Kalenders (in der \r\nListenansicht). \r\n
list.previousPage
Ein Link zur vorherigen Seite des Kalenders \r\n(in der Listenansicht). \r\n
list.pageList
Ein Link zu allen Seiten des Kalenders (in der Listenansicht). \r\n
list.multiplePages
Eine Bedingungs-Variable, falls es mehr als \r\neine Seite im Kalender gibt.
Template
Wählen Sie ein Template für dieses Content aus.
Name
Die Bezeichnung, mit der Sie dieses Bild referenzieren, um \r\nes in anderen Seiten einzufügen. \r\n
In welches Verzeichnis?
In welches Verzeichnis möchten Sie diese \r\nGrafik platzieren?
Datei
Wählen Sie eine Grafik aus Ihrem lokalen \r\nVerzeichnis, die Sie zum Server hochladen möchten. \r\n
Parameter
Geben Sie hier einige HTML <img Tag Parameter an, \r\ndie Sie standardmässig für diese Grafik benutzen möchten. \r\n
Beispiel:
align="right"
alt="Dies ist ein Bild"
\r\n
Thumbnail Size
Wie gross (in Pixels) soll das Vorschaubild (Thumbnail) \r\nsein?
Wie es in der Regel bei Löschvorgängen so üblich ist, werden Sie vorher gefragt, \r\nob Sie sich sicher sind, dass Sie diesen Style löschen möchten. Wenn Sie nun \r\nmit "Ja" antworten, wird der Style endültig gelöscht. Wenn Sie mit "nein" antworten, \r\n gelangen Sie wieder zur vorhergehenden Seite
',1041616041); INSERT INTO international VALUES (608,'WebGUI',2,'Eine Seite zu löschen könnte ein grosses Durcheinander verursachen, wenn Sie \r\nsich nicht sicher sind, was Sie tun. Wenn Sie eine Seite löschen, löschen Sie \r\nauch den kompletten Inhalt dieser Seite, sowie alle Unterseiten, die zu dieser \r\nSeite verbunden sind an auch deren Inhalt. Versichern Sie sich, dass Sie allen \r\nInhalt, den Sie noch benötigen, verschoben haben, bevor Sie zu Löschen beginnen. \r\nWie es in der Regel bei Löschvorgängen so üblich ist, werden Sie vorher gefragt, \r\nob Sie sich sicher sind, dass Sie diese Seite löschen möchten. Wenn Sie nun \r\nmit "Ja" antworten, wird die Seite endültig gelöscht. Wenn Sie mit \"nein\" antworten gelangen Sie wieder zur vorhergehenden Seite
',1041615928); INSERT INTO international VALUES (578,'WebGUI',2,'Sie haben einen ausstehenden Beitrag zu genehmigen.',1041614885); INSERT INTO international VALUES (571,'WebGUI',2,'Thread freigeben.',1041614729); INSERT INTO international VALUES (555,'WebGUI',2,'Karma dieses Benutzers bearbeiten.',1041614705); INSERT INTO international VALUES (524,'Discussion',2,'Bearbeitungszeitpunkt zu Beiträgen hinzufügen?',1041614685); INSERT INTO international VALUES (73,'SiteMap',2,'Nachfolgend die Liste der Template Variablen für die Sitemap Templates. \r\npage_loop
Diese Schleife umfasst all Ihre Seiten der Sitemap. \r\n
page.indent',1048243530); INSERT INTO international VALUES (4,'Survey',2,'Umfragen erlauben Ihnen, vielfältige Informationen von Ihren Besuchern zu erhalten. Bei den WebGUI \r\nUmfragen können Sie sogar das Wissen der Benutzer testen, indem Sie ein Quiz einrichten. \r\n
Abstand, wie weit diese Seite im Verzeichnisbaum \r\n eingerückt werden soll. \r\npage.url
Die URL zur Seite. \r\npage.id
Die ID für diese Seite, die WebGUI intern benutzt. \r\npage.title
Der Seitentitel. \r\npage.menutitle
Der Titel, wie die Seite in der Navigation erscheinen \r\n soll. \r\npage.synopsis
Die Beschreibung des Inhalts (Synopsis) für \r\n diese Seite (sofern vorhanden).. \r\npage.isRoot
\r\n
Eine Variable, ob diese Seite root-Seite ist, oder \r\n nicht.page.isTop
\r\n
Eine Bedingung, ob diese Seite auf der oberen Ebene \r\n der Navigationsstruktur ist oder nicht
Reihenfolge der Fragen
Die Reihenfolge, in der die Fragen gestellt \r\nwerden. \'Der Reihe nach\' (sequentiell) stellt die Fragen in der Reihenfolge \r\ndar, in der Sie sie erstellt haben. \'Zufällig\' zeigt die Fragen in einer zufälligen \r\nReihenfolge an. Und "Antwort gesteuert" zeigt die nächsten Fragen \r\nabhängig von der Antwort des Benutzers an. \r\n
Modus
Standardmässig ist die Umfrage im "Umfragemodus". \r\nDamit können Sie Ihren Benutzern Fragen stellen. Aber es gibt auch noch den \r\n"Quizmodus". Damit können Sie z. B. einen Test/Quiz erstellen, um \r\ndas Wissen Ihres Besuchers zu erfahren. \r\n
Wer kann!\n an der Umfrage teilnehmen?
Welche Benutzer dürfen an der \r\nUmfrage teilnehmen? \r\n\r\n
Wer kann die Ergebnisliste anschauen?
Wer kann die Ergebnisliste \r\nanschauen? \r\n
Als nächstes?
Möchten Sie nun gleich eine neue Frage eingeben?.
Breite der Grafik
Die Breite der Ergebnisbalken-Grafiken dieser \r\nAbstimmung (gemessen in Pixel).
Frage
Welche Frage möchten Sie \r\nIhren Besuchern stellen?
Antworten
Geben Sie hier die möglichen \r\nAntworten zu Ihrer Frage ein. Abstimmungen können aber maximal 20 mögliche Antworten \r\n!\n enthalten.
Antworten zufällig anordnen?
Möchten Sie Benutzer \r\ndurch die Reihenfolge der Antworten nicht beeinflussen, so wählen Sie hier die \r\nzufällige Anordnung der Antworten aus. \r\n
Abstimmung zurücksetzen.
Setzen Sie hier die Ergebnisse der Abstimmung \r\nzurück. Alle bereits abgegebenen Stimmen werden gelöscht.
\r\n
.pollColor
Die Farbe der prozentualen Anzeige (also der Balkengrafik). \r\n
.pollQuestion
Die Frage der Abstimmung.
Template
Wählen Sie ein Layout für dieses Produkt. \r\n
Preis
Hier können Sie einen Preis für dieses Produkt eingeben. \r\nSie können aber auch einen Text angeben, wie "Rufen Sie uns an, wenn \r\nSie den Preis erfahren möchten" oder lassen Sie dieses Feld einfach leer. \r\n
Produkt Nummer
Die Produkt Nummber, SKU, ISBN oder ähnliches für \r\ndieses Produkt. \r\n
Produkt Grafik 1
Eine Grafik für dieses Produkt. \r\n
Produkt Grafik 2
Eine weitere Grafik für dieses Produkt. \r\n
Produkt Grafik 3
Eine dritte Grafik für dieses Produkt. \r\n
Prospekt/Broschüre
Ein Prospekt oder eine Broschüre für dieses Produkt. \r\n
Handbuch
Das !\n Produkt-, Benutzer oder Servicehandbuch für dieses \r\nProdukt. \r\n
Garantie
Die Garantie für dieses Produkt.
canPost
Eine Bedingungs-Variable, ob der Benutzer die Berechtigung \r\nhat, einen neuen Beitrag zu schreiben. \r\n
post.url
Die URL zum Schreiben neuer Beiträge. \r\n
post.label
Die übersetzte Bezeichnung für diese URL. \r\n
search.url
Die URL zum Durchsuchen des Forums. \r\n
search.label
Die übersetzte Bezeichnung für die Such-URL. \r\n
subject.label
Die übersetzte Bezeichnung für die Betreffspalte. \r\n
user.label
Die übersetzte Bezeichnung für die Benutzerspalte. \r\n
date.label
Die übersetzte Bezeichnung für die Datums-Spalte. \r\n
views.label
Die übersetzte Bezeichnung für die Ansichten-Spalte. \r\n
replies.label
Die übersetzte Bezeichnung für die Antworten!\n -Spalte. \r\n
last.label
Die übersetzte Bezeichnung für die "letzte Antwort"-Spalte. \r\n
message_loop
eine Schleife die jede Nachricht enthält. \r\n
last.url\r\n
Die URL zur letzten Antwort dieses Beitrages. \r\nlast.subject
Der Betreff der letzten Antwort zu diesem Beitrag. \r\nlast.username
Der Benutzername, der diese Antwort verfasst hat. \r\nlast.userProfile
Die URL zum Profil dieses Benutzers. \r\nlast.date
Das Datum, an dem die letzte Antwort zu diesem Beitrag \r\n geschrieben wurde. \r\nmessage.subject
Der Betreff des Beitrages. \r\nmessage.date
Das Datum, an dem dieser Beitrag geschrieben wurde. \r\nmessage.user
Der Benutzer, der diesen Beitrag verfasst hat. \r\nmessage.views
Wie oft wurde dieser Beitrag angeschaut. \r\nmessage.replies
Die Anzahl der Antworten zu diesem Thread/Thema/Beitrag. \r\nmessage.url
Die URL, um diesen Beitrag anzuschauen. \r\nmessage.currentUser
Eine Bedingungsvariable, ob der aktuelle Benutzer \r\n auch der Benutzer ist, der diesen Beitrag veröffentlicht hat. \r\nmessage.status
Der Status dieses Beitrages (ausstehend, freigegeben, \r\nabgelehnt). \r\n
firstPage
Ein Link zur ersten Seite. \r\n
lastPage
Ein Link zur letzten Seite. \r\n
nextPage
Ein Link zur nächsten Seite. \r\n
previousPage
Ein Link zur vorherigen Seite. \r\n
pageList
Eine Liste der Links zu allen Seiten. \r\n
multiplePages
Eine Bedingungsvariable, ob es mehr als eine Seite \r\ngibt.
Haupt Template
Wählen Sie ein Layout für die Hauptübersicht des \r\nForums aus. \r\n
Beiträge filtern
Wählen Sie aus, inwieweit Sie den Inhalt der Beiträge \r\nfiltern möchten.
Wer kann Beiträge schreiben?
Wählen Sie die Gruppe aus, die Beiträge zu dies!\r\n er Diskussion verfassen kann.
Timeout \r\nzum Bearbeiten
Wie lange hat der Benutzer die Möglichkeit, seinen verfassten Beitrag zu \r\nbearbeiten, bevor diese Bearbeitungsmöglichkeit gesperrt wird? \r\n
Beachten Sie: Setzen Sie das Limit nicht zu hoch!. Das schönste an \r\nDiskussionen ist doch, dass diese einen genauen Verlauf darstellen, wer was wann \r\ngesagt hat. Wenn Sie das Bearbeiten zu lange ermöglichen, kann jeder Benutzer \r\nseine Meinung beliebig oft korrigieren oder abändern ... \r\n
Karma pro Beitrag
Wie viel Karma erhält ein Benutzer, wenn er Beiträge zu dieser Diskussion \r\nverfasst?
Wer kann moderieren?
Wählen Sie die Gruppe aus, die die Berechtigung hat, diese Diskussion zu \r\nmoderieren.
Moderationsart?
Sie können hier auswählen, welche Moderationsart \r\nSie bevorzugen. \r\n
Benachrichtigungen über den Eingang neuer Beiträge/Kommentare erscheinen \r\nsofort im Posteingang des Moderators.
\r\nBeachten Sie: Bei beiden Moderationsarten hat der Moderator immer das \r\nRecht, die Beiträge Ihrer Besucher/Benutzer zu bearbeiten oder sogar zu \r\nlöschen.
\r\n\r\nZeitstempel zu Beiträgen hinzufügen?Grafik
Wählen Sie eine Grafik (.jpg, .gif, .png) von Ihrem lokalen \r\nLaufwerk aus. Diese Datei wird zum Server hochgeladen und erscheint in Ihrem \r\nArtikel. \r\n
Dateianhang
Möchten Sie z. B. ein Word-Dokument, ein Zip-File oder irgendeine andere Datei \r\nzum Download anbieten, so können Sie diese von Ihrem lokalen Laufwerk auswählen \r\nund hochladen.
Link Titel
Möchten Sie einen Link zu Ihrem \r\nArtikel hinzufügen, so geben Sie hier den Link-Titel ein.
Beispiel: \r\nPlainblack
Link URL
Wenn Sie zuvor einen Link Titel eingeben \r\nhaben, so geben Sie hier!\r\n die URL ein.
Beispiel: http://www.plainblack.com \r\n
Carriage Return beachten?
Wenn Sie HTML-Code eingeben, so \r\nbrauchen Sie diese Option nicht zu aktivieren. Aber wenn Sie keinen HTML-Code, \r\nsondern einfachen Text eingeben, und Sie möchten, dass auch ein "Carriage \r\nReturn", also ein Zeilenumbruch, eingefügt wird, so aktivieren Sie diese \r\nOption. \r\nAndernfalls werden die Zeilenumbrüche, die Sie hier eingeben, nicht berücksichtigt.
Diskussion \r\nerlauben?
Wählen Sie diese Option, wenn Sie Kommentare der Besucher oder \r\nBenutzer zu diesem Artikel erlauben möchten, so wie es z. B. auf http://www.slashdot.org \r\nmöglich ist. \r\n
Wer kann Beiträge schreiben?
Wählen Sie die Gruppe aus, die Beiträge \r\nzu dieser Diskussion verfassen kann. \r\n
Timeout zum Bearbeiten
Wie lange hat der Benutzer die Möglichkeit, \r\nseinen verfassten Beitrag zu b!\r\n earbeiten, bevor diese Bearbeitungsmöglichkeit \r\ngesperrt wird? \r\n\r\n
Beachten Sie: Setzen Sie das Limit nicht zu hoch!. Das schönste an \r\nDiskussionen ist doch, dass diese einen genauen Verlauf darstellen, wer was \r\nwann gesagt hat. Wenn Sie das Bearbeiten zu lange ermöglichen, kann jeder Benutzer \r\nseine Meinung beliebig oft korrigieren oder abändern ... \r\n
Karma pro Beitrag
Wie viel Karma erhält ein Benutzer, wenn er Beiträge \r\nzu dieser Diskussion verfasst? \r\n
Wer kann moderieren?
Wählen Sie die Gruppe aus, die die Berechtigung \r\nhat, diese Diskussion zu moderieren. \r\n
Moderationsart?
Sie können hier auswählen, welche Moderationsart \r\nSie bevorzugen. \r\n
Benachrichtigungen über den Eingang neuer Beiträge/Kommentare erscheinen sofort im Posteingang des Moderators.
\r\nBeachten Sie: Bei beiden Moderationsarten hat der Moderator immer \r\ndas Recht, die Beiträge Ihrer Besucher/Benutzer zu bearbeiten oder sogar zu \r\nlöschen.
\r\nVon, An, Cc (Kopie), Bcc (Blindkopie), Betreff
Diese Felder steuern, \r\nwie die Email aussieht, wenn Sie gesendet wird und an wen sie gesendet wird. \r\nSie können Ihren Besuchern die Möglichkeit geben, einige oder alle dieser Felder \r\nzu bearbeiten bzw. dort Eingaben zu tätigen. Aber üblicherweise sind die einzigen \r\nFelder, in denen der Besucher Eingaben machen kann, das Feld "Von", \r\nder Betreff und natürlich der Text selber. Benutzen Sie die Drop-Down Optionen \r\nin jedem Feld um einzustellen, ob der Besucher Eingaben tätigen kann (Veränderbar) \r\noder nicht (Angezeigt) oder ob das Feld versteckt (Hidden) sein soll.
Sie \r!\n \nkönnen aber auch genauso einen WebGUI Benutzer oder eine Gruppe im "To" \r\nbzw. "Senden an" eingeben und die Mail wird an den ausgewählten Benutzer \r\noder an die Gruppe geschickt. Er erhält die Nachricht dann sowohl als Email \r\nund er findet sie in seinem Posteingang. \r\n
Eingangsbestätigung
Diese Nachricht wird dem Besucher angezeigt, \r\nsobald er die Nachricht gesendet hat. \r\n
Einträge speichern?
Wenn Sie "Ja" auswählen, werden die \r\nEinträge in der Datenbank gespeichert, um sie später anschauen zu können. Das \r\nTool, um die Beiträge später anzuschauen, ist zur Zeit noch nicht implementiert, \r\naber sobald es fertig gestellt ist, können Sie alle Einträge an einer zentralen \r\nStelle anschauen. \r\n
Weitere Felder hinzufügen?
Möchten Sie Ihrem Formular noch weitere \r\nFelder hinzufügen (z. B. eine Drop-Down Box)?
addlink.url
Die URL um einen Link zur Liste hinzuzufügen. \r\n
addlink.label
Der übersetzte Text für diesen Link. \r\n
link_loop
Diese Schleife (Loop) enthält alle Informationen über \r\njeden Link. \r\n
link.url',1041600987); INSERT INTO international VALUES (71,'LinkList',2,'Link Listen sind genau das, was der Name sagt: Eine Liste von Links. Viele Seiten haben Linkbereiche - und dieses Wobject kann zum Erstellen und Verwalten dieser Linklisten eingesetzt werden.
Die URL für diesen Link. \r\nlink.name
Der verlinkte Text. \r\nlink.controls
Die WebGUI Verwaltungscontrols für diesen Link. \r\nlink.newwindow
Eine Variable, um den Link in einem neuen Fenster \r\n anzeigen zu lassen. \r\nlink.description
Die Beschreibung dieses Links.
Beispiel: http://www.plainblack.com \r\n
Anhang
Möchten Sie z. B. ein Word-Dokument, ein Zip-File oder \r\nirgendeine andere Datei zum Download anbieten, so können Sie diese von Ihrem \r\nlokalen Laufwerk auswählen und hochladen. \r\n
Template
Wählen Sie ein Layout für dieses Textelement.
Dateiname
Wählen Sie hier eine Datei von Ihrem lokalen Laufwerk, \r\ndie Sie uploaden möchten. \r\n
Alternative #1
Eine alternative Version dieser Datei. Wenn z. B. \r\ndie Datei im JPEG-Format ist, könnten Sie bei der alternativen Version z. B. \r\nTIFF oder BMP auswählen. \r\n
Alternative #2
Analog zur Alternative #1. \r\n
Kurze Beschreibung
Eine kurze Beschreibung dieser Datei. Beachten \r\nSie, dass Sie Schlüsselwörter benutzen, damit die Benutzer besser nach dieser \r\nDatei suchen können. \r\n
Gruppe, die Download benutzen kann
Wählen Sie die Gruppe aus, die \r\ndiese Datei downloaden kann. \r\n
Als nächstes?
Möchten Sie sofort einen neuen Downloa!\n d hinzufügen? \r\nOder möchten Sie zuerst zurück zur Seite gehen?.
Template
Wählen Sie ein Layout für den Downloadmanager (z. B. \'Standard/Default\' \r\noder \'Standard ohne Suchfunktion\'. \r\n
Einträge pro Seite
Wie viele Dateien sollen pro Seite angezeigt \r\nwerden? \r\n
Als nächstes?
Möchten Sie neue Downloads hinzufügen oder zurück \r\nzur Seite gehen?.
addquestion.url
Die URL um eine Frage zur FAQ hinzuzufügen. \r\n
addquestion.label
Die übersetzte Bezeichnung für diesen Link. \r\n
qa_loop
Eine Schleife (Loop), die die Variablen für jede einzelne \r\nFrage der FAQ enthält. \r\n
qa.id',1041597921); INSERT INTO international VALUES (97,'EventsCalendar',2,'Nachfolgend eine Liste von Template Variablen für Ereignis Templates. \r\n
Die ID für diese Frage. \r\nqa.answer
Die Antwort für diese Frage. \r\nqa.question
Die Frage selbst. \r\nqa.controls
Die WebGUI Verwaltungscontrols für diese Frage (z. \r\n B. \'Frage bearbeiten\').
title
Der Titel des Ereignisses. \r\n
start.label
Die übersetzte Bezeichnung des Startdatums. \r\n
start.date
Das Datum, an dem das Ereignis beginnt. \r\n
end.date
Das Datum, an dem dieses Ereignis endet. \r\n
end.label
Die übersetzte Bezeichung des Ende Datums. \r\n
canEdit
Variable, falls der Benutzer des Ereignis bearbeiten kann. \r\n
edit.url
Die URL zum Bearbeiten dieses Ereignisses. \r\n
edit.label
Die übersetzte Bezeichnung für diese URL (z. B. \'Termin \r\nbearbeiten\'). \r\n
delete.url
Die URL zum Löschen dieses Ereignisses. \r\n
delete.label
Die übersetzte Bezeichnung für diese URL. \r\n
previous.url
Die URL, um sich das vorherige Ereignis a!\n nzeigen zu \r\nlassen. \r\n
previous.label
Die übersetzte Bezeichnung für diese URL. \r\n
next.url
Die URL, um sich das nächste Ereignis anzeigen zu lassen. \r\n
next.label
Die übersetzte Bezeichnung für diese URL. \r\n
description
Die Beschreibung für dieses Ereignis.
\r\næÉÌØÔÒ ÄÌÑ ÓÏÄÅÒÖÁÎÉÑ
\r\n÷ÙÂÅÒÉÔÅ ÕÒÏ×ÅÎØ ÆÉÌØÔÒÁÃÉÉ ÄÌÑ ÐÒÉÓÙÌÁÅÍÙÈ ÓÏÏÂÝÅÎÉÊ.\r\n
\r\nûÁÂÌÏÎ ÄÌÑ ÓÔÒÁÎÉÃÙ ÏÐÉÓÁÎÉÑ ÆÁÊÌÁ
\r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÓÔÒÁÎÉÃÙ ÏÐÉÓÁÎÉÑ ÆÁÊÌÁ.\r\n
\r\nîÁÂÌÀÄÅÎÉÅ ÚÁ ÐÏÓÙÌËÏÊ ÆÁÊÌÏ×
\r\n
\r\nðÏËÁÚÙ×ÁÔØ ÍÉÎÉÁÔÀÒÙ
\r\nåÓÌÉ ×ÌÏÖÅÎ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ, ÔÏ ÄÌÑ ÎÅÇÏ ÍÏÖÎÏ ÓÏÚÄÁÔØ É ÐÏËÁÚÁÔØ ÍÉÎÉÁÔÀÒÕ ÄÌÑ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ.\r\n
\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ?
\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?\r\n
\r\næÉÌØÔÒ ÓÏÏÂÝÅÎÉÊ
\r\n÷ÙÂÅÒÉÔÅ ÕÒÏ×ÅÎØ ÆÉÌØÔÒÁÃÉÉ ÄÌÑ ÐÒÉÓÙÌÁÅÍÙÈ ÓÏÏÂÝÅÎÉÊ.\r\n
\r\nçÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÐÒÉÓÙÌÁÔØ ÆÁÊÌÙ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ.\r\n
\r\n÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
\r\n÷×ÅÄÉÔÅ ×ÒÅÍÑ × ÔÅÞÅÎÉÅ ËÏÔÏÒÏÇÏ ÍÏÖÎÏ ÒÅÄÁËÔÉÒÏ×ÁÔØ ÆÏÒÍÕ ÄÌÑ ÏÔÐÒÁ×ËÉ ÆÁÊÌÁ ÎÁ ÓÁÊÔ.\r\n
\r\nõÒÏ×ÅÎØ ÎÁÂÌÀÄÅÎÉÑ ÎÁ ÐÏÓÙÌËÏÊ
\r\n÷×ÅÄÉÔÅ 1, ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÚÁÐÉÓÙ×ÁÌÉÓØ ÓÏÏÂÝÅÎÉÑ Ï ÐÏÓÔÕÐÌÅÎÉÉ ÎÏ×ÙÈ ÆÁÊÌÏ× É 0, ÅÓÌÉ ×Ù ÜÔÏÇÏ ÎÅ ÈÏÔÉÔÅ.\r\n
\r\n\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ ÏÂÓÕÖÄÅÎÉÅ. \r\n
\r\n\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ
\r\núÄÅÓØ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ.âÅÚ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÓÏÏÂÝÅÎÉÑ, ÎÁÐÉÓÁÎÎÙÅ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ ÐÕÂÌÉËÕÀÔÓÑ ÓÒÁÚÕ. ðÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÑ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÍÏÄÅÒÁÔÏÒ ÄÏÌÖÅÎ ÐÒÏÓÍÏÔÒÅÔØ É ÒÁÚÒÅÛÉÔØ ÏÐÕÂÌÉËÏ×ÁÎÉÅ ÐÉÓØÍÁ ÐÅÒÅÄ ÏÐÕÂÌÉËÏ×ÁÎÉÅÍ ÅÇÏ ÎÁ ÓÁÊÔÅ. .\r\n\r\n
\r\näÏÂÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?
\r\näÏÂÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ Ï ÔÏÍ, ÞÔÏ ÆÁÊÌ ÉÌÉ ÓÏÐÒÏ×ÏÖÄÁÀÝÅÅ ÅÇÏ ÓÏÏÂÝÅÎÉÅ ÂÙÌÏ ÏÔÒÅÄÁËÔÉÒÏ×ÁÎÏ?\r\n
',1048512779);
INSERT INTO international VALUES (52,'USS',21,'íÉÎÉÁÔÀÒÙ',1041244426);
INSERT INTO international VALUES (51,'USS',21,'ðÏËÁÚÙ×ÁÔØ ÍÉÎÉÁÔÀÒÙ ÄÌÑ ÇÒÁÆÉÞÅÓËÉÈ ÆÁÊÌÏ×?',1041244404);
INSERT INTO international VALUES (5,'USS',21,'÷ÁÛ ÆÁÊÌ ÚÁÐÒÅÝÅÎ Ë ÐÕÂÌÉËÁÃÉÉ ÎÁ ÓÁÊÔÅ.',1041244351);
INSERT INTO international VALUES (48,'USS',21,'òÁÚÒÅÛÉÔØ ÄÏÂÁ×ÌÅÎÉÅ ËÏÍÍÅÎÔÁÒÉÅ×? ',1041244296);
INSERT INTO international VALUES (47,'USS',21,'ïÔ×ÅÔÉÔØ',1041244241);
INSERT INTO international VALUES (46,'USS',21,'ÞÉÔÁÔØ ÄÁÌØÛÅ...',1041244221);
INSERT INTO international VALUES (45,'USS',21,'÷ÅÒÎÕÔØÓÑ Ë ÆÁÊÌÕ',1041006426);
INSERT INTO international VALUES (41,'USS',21,'äÁÔÁ',1041006323);
INSERT INTO international VALUES (4,'USS',21,'÷ÁÛ ÆÁÊÌ ÄÏÂÁ×ÌÅÎ × ÓÉÓÔÅÍÕ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ',1041006200);
INSERT INTO international VALUES (39,'USS',21,'îÁÐÉÓÁÔØ ÏÔ×ÅÔ',1041006064);
INSERT INTO international VALUES (38,'USS',21,'(åÓÌÉ ×Ù ÐÏÌØÚÏ×ÁÌÉÓØ ÒÅÄÁËÔÏÒÏÍ Ó ÒÁÓÛÉÒÅÎÎÙÍÉ ×ÏÚÍÏÖÎÏÓÔÑÍÉ, ÔÏ ÏÔÍÅÔØÔÅ äÁ)',1041005892);
INSERT INTO international VALUES (37,'USS',21,'õÄÁÌÉÔØ',1041005678);
INSERT INTO international VALUES (35,'USS',21,'îÁÚ×ÁÎÉÅ',1041005652);
INSERT INTO international VALUES (34,'USS',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË',1041005625);
INSERT INTO international VALUES (33,'USS',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1041005573);
INSERT INTO international VALUES (32,'USS',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ',1041005539);
INSERT INTO international VALUES (31,'USS',21,'óÏÄÅÒÖÁÎÉÅ',1041005463);
INSERT INTO international VALUES (30,'USS',21,'ïÔÓÌÅÖÉ×ÁÔØ ÉÚÍÅÎÅÎÉÑ × ÓÐÉÓËÅ ÆÁÊÌÏ×?
\r\n(0 - ÎÅ ÓÌÅÄÉÔØ ÚÁ ÉÚÍÅÎÅÎÉÑÍÉ, 1 - ÎÁÂÌÀÄÁÔØ ÚÁ ÉÚÍÅÎÅÎÉÑÍÉ)',1041005372);
INSERT INTO international VALUES (3,'USS',21,'÷ ÓÉÓÔÅÍÕ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ ÐÏÓÔÕÐÉÌ ÎÏ×ÙÊ ÆÁÊÌ. ôÒÅÂÕÅÔÓÑ ÐÒÏ×ÅÒËÁ. ',1041005053);
INSERT INTO international VALUES (29,'USS',21,'óÉÓÔÅÍÁ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ',1041004887);
INSERT INTO international VALUES (28,'USS',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÆÁÊÌÏ×',1041004775);
INSERT INTO international VALUES (27,'USS',21,'òÅÄÁËÔÉÒÏ×ÁÔØ',1041004731);
INSERT INTO international VALUES (21,'USS',21,'ðÒÉÓÌÁÌ(Á)',1041004682);
INSERT INTO international VALUES (20,'USS',21,'äÏÂÁ×ÉÔØ ÆÁÊÌ',1041004633);
INSERT INTO international VALUES (2,'USS',21,'ðÏÌØÚÏ×ÁÔÅÌÉ, ÉÍÅÀÝÉÅ ÐÒÁ×Ï ÐÒÉÓÙÌÁÔØ ÆÁÊÌÙ',1041004490);
INSERT INTO international VALUES (19,'USS',21,'òÅÄÁËÔÏÒ ÏÔÐÒÁ×ËÉ',1041004113);
INSERT INTO international VALUES (18,'USS',21,'òÅÄÁËÔÏÒ ÓÉÓÔÅÍÙ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ',1041003798);
INSERT INTO international VALUES (17,'USS',21,'õÄÁÌÉÔØ ÜÔÏÔ ÆÁÊÌ?',1041002917);
INSERT INTO international VALUES (16,'USS',21,'âÅÚ ÎÁÚ×ÁÎÉÑ',1041002377);
INSERT INTO international VALUES (15,'USS',21,'òÅÄÁËÔÉÒÏ×ÁÔØ/ÕÄÁÌÉÔØ ',1041002354);
INSERT INTO international VALUES (14,'USS',21,'óÔÁÔÕÓ',1041002310);
INSERT INTO international VALUES (13,'USS',21,'äÁÔÁ',1041002291);
INSERT INTO international VALUES (12,'USS',21,'(õÂÅÒÉÔÅ ÇÁÌÏÞËÕ, ÅÓÌÉ ×Ù ÉÓÐÏÌØÚÕÅÔÅ HTML)',1041002267);
INSERT INTO international VALUES (1,'USS',21,'ðÏÌØÚÏ×ÁÔÅÌØ, ÐÒÏ×ÅÒÑÀÝÉÊ ÐÒÉÓÌÁÎÎÙÊ ÆÁÊÌ',1041002182);
INSERT INTO international VALUES (75,'SiteMap',21,'ÓÏ ×ÓÅÈ ËÏÒÎÅ×ÙÈ ÄÉÒÅËÔÏÒÉÊ',1040999349);
INSERT INTO international VALUES (74,'SiteMap',21,'Ó ÜÔÏÊ ÓÔÒÁÎÉÃÙ',1040999225);
INSERT INTO international VALUES (73,'SiteMap',21,'óÐÉÓÏË ÐÅÒÅÍÅÎÎÙÈ ÄÌÑ ÛÁÂÌÏÎÁ ËÁÒÔÙ ÓÁÊÔÁ:\r\n\r\npage_loop
\r\nïÔÏÂÒÁÖÁÅÔ ÓÐÉÓÏË ×ÓÅÈ ÓÔÒÁÎÉÃ ÓÁÊÔÁ.\r\n
\r\npage.indent
\r\nïÔÓÔÕÐ ÐÅÒÅÄ ÓÔÒÁÎÉÃÁÍÉ × ËÁÒÔÅ.\r\n
\r\npage.url
\r\nóÓÙÌËÁ ÎÁ ÓÔÒÁÎÉÃÕ ÓÁÊÔÁ.\r\n
\r\npage.id
\r\néÄÅÎÔÉÆÉËÁÃÉÏÎÎÙÊ ÎÏÍÅÒ ÓÔÒÁÎÉÃÙ × ÓÉÓÔÅÍÅ WebGUI.\r\n
\r\npage.title
\r\nîÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ.\r\n
\r\npage.menutitle
\r\nîÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ, ÉÓÐÏÌØÚÕÅÍÏÅ ÐÒÉ ÎÁ×ÉÇÁÃÉÉ.\r\n
\r\npage.synopsis
\r\nïÐÉÓÁÎÉÅ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ.\r\n
\r\npage.isRoot
\r\nõÓÌÏ×ÉÑ ÅÓÌÉ ÓÔÒÁÎÉÃÁ ÎÅ ËÏÒÎÅ×ÁÑ. ',1048510317);
INSERT INTO international VALUES (72,'SiteMap',21,'ûÁÂÌÏÎ ÄÌÑ ËÁÒÔÙ ÓÁÊÔÁ',1048509845);
INSERT INTO international VALUES (74,'MessageBoard',21,'The following is the list of template variables available in message board templates.\r\n\r\ncanPost\r\nA conditional indicating whether the current user has the privileges to post a new message.\r\n\r\npost.url\r\nThe URL to post a new message.\r\n\r\npost.label\r\nThe translated label for the post URL.\r\n\r\nsearch.url\r\nThe URL to search this message board.\r\n\r\nsearch.label\r\nThe translated label for the search URL.\r\n\r\nsubject.label\r\nThe translated label for the subject column.\r\n\r\nuser.label\r\nThe translated label for the user column.\r\n\r\ndate.label\r\nThe translated label for the date column.\r\n\r\nviews.label\r\nThe translated label for the views column.\r\n\r\nreplies.label\r\nThe translated label for the replies column.\r\n\r\nlast.label\r\nThe translated label for the last reply column.\r\n\r\nmessage_loop\r\nThe loop containing each message.\r\nlast.url\r\nThe URL to the last reply to this message.\r\n\r\nlast.subject\r\nThe subject on the last reply to this message.\r\n\r\nlast.username\r\nThe username who posted the last reply to this message.\r\n\r\nlast.userProfile\r\nThe URL to the profile of the user who posted the last reply to this message.\r\n\r\nlast.date\r\nThe date that the last reply to this message was posted.\r\n\r\nmessage.subject\r\nThe subject of this message.\r\n\r\nmessage.date\r\nThe date that this message was posted.\r\n\r\nmessage.user\r\nThe user that posted this message.\r\n\r\nmessage.views\r\nThe views that this message has received.\r\n\r\nmessage.replies\r\nThe number of replies to this thread.\r\n\r\nmessage.url\r\nThe URL to view this message.\r\n\r\nmessage.currentUser\r\nA condition indicating whether the current user is also the user that posted this message.\r\n\r\nmessage.status\r\nThe status of this message (pending, approved, denied).\r\n\r\nfirstPage\r\nA link to the first page in the paginator.\r\n\r\nlastPage\r\nA link to the last page in the paginator.\r\n\r\nnextPage\r\nA link to the next page forward in the paginator.\r\n\r\npreviousPage\r\nA link to the next page backward in the paginator.\r\n\r\npageList\r\nA list of links to all the pages in the paginator.\r\n\r\nmultiplePages\r\nA conditional indicating whether there is more than one page in the paginator. ',1040999056);
INSERT INTO international VALUES (73,'MessageBoard',21,'ûÁÂÌÏÎ ÄÌÑ ÆÏÒÕÍÁ',1040998990);
INSERT INTO international VALUES (72,'MessageBoard',21,'çÌÁ×ÎÙÊ ÛÁÂÌÏÎ',1040998914);
INSERT INTO international VALUES (76,'LinkList',21,'The following is the list of template variables available in Link List templates.\r\n\r\naddlink.url\r\nThe URL to add a link to this link list.\r\n\r\naddlink.label\r\nThe translated label for the add link URL.\r\n\r\nlink_loop\r\nThis loop contains all of the information about each link.\r\nlink.url\r\nThe URL for this link.\r\n\r\nlink.name\r\nThe text to be linked.\r\n\r\nlink.controls\r\nThe WebGUI management controls for this link.\r\n\r\nlink.newwindow\r\nA conditional as to whether the link should be opened in a new window.\r\n\r\nlink.description\r\nThe description of this link. ',1040997456);
INSERT INTO international VALUES (75,'LinkList',21,'ûÁÂÌÏÎ ÄÌÑ ÓÐÉÓËÁ ÓÓÙÌÏË',1040997406);
INSERT INTO international VALUES (74,'Item',21,'ðÒÉ ÓÏÚÄÁÎÉÉ ÛÁÂÌÏÎÁ ÄÌÑ ÓÓÙÌËÉ ÎÁ ÄÏËÕÍÅÎÔ ÄÏÓÔÕÐÎÙ ÓÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ:\r\n\r\nattachment.name\r\nThe filename for the file attached to this item.\r\n\r\nattachment.url\r\nThe URL to download the file attached to this item.\r\n\r\nattachment.icon\r\nThe URL to the icon for the file attached to this item. ',1040997361);
INSERT INTO international VALUES (73,'Item',21,'ûÁÂÌÏÎ ÄÌÑ ÓÓÙÌËÉ',1040997146);
INSERT INTO international VALUES (72,'Item',21,'ûÁÂÌÏÎ',1040997086);
INSERT INTO international VALUES (77,'FAQ',21,'÷ ÛÁÂÌÏÎÅ ÄÌÑ ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ× ÍÏÇÕÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÓÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ.\r\n\r\naddquestion.url\r\nThe URL to add a question to the FAQ.\r\n\r\naddquestion.label\r\nThe translated label for the add question link.\r\n\r\nqa_loop\r\nThe loop containing the variables for each question in the FAQ.\r\nqa.id\r\nThe unique identifier for this question.\r\n\r\nqa.answer\r\nThe answer for this question.\r\n\r\nqa.question\r\nThe question itself.\r\n\r\nqa.controls\r\nThe WebGUI management controls for this question. ',1040997064);
INSERT INTO international VALUES (76,'FAQ',21,'ûÁÂÌÏÎ ÄÌÑ ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×',1040996979);
INSERT INTO international VALUES (75,'FAQ',21,'äÏÂÁ×ÉÔØ ×ÏÐÒÏÓ',1040996942);
INSERT INTO international VALUES (74,'FAQ',21,'ûÁÂÌÏÎ',1040996915);
INSERT INTO international VALUES (97,'EventsCalendar',21,'óÐÉÓÏË ÐÅÒÅÍÅÎÎÙÈ, ÉÓÐÏÌØÚÕÅÍÙÈ ÐÒÉ ÓÏÚÄÁÎÉÉ ÛÁÂÌÏÎÁ.\r\n\r\ntitle\r\nThe title of this event.\r\n\r\nstart.label\r\nThe translated label for the start date.\r\n\r\nstart.date\r\nThe date this event starts.\r\n\r\nend.date\r\nThe date this event ends.\r\n\r\nend.label\r\nThe translated label for the end date.\r\n\r\ncanEdit\r\nA condition indicating whether the current user can edit an event.\r\n\r\nedit.url\r\nThe URL to edit this event.\r\n\r\nedit.label\r\nThe translated label for the edit URL.\r\n\r\ndelete.url\r\nThe URL to delete this event.\r\n\r\ndelete.label\r\nThe translated label for the delete URL.\r\n\r\nprevious.url\r\nThe URL to view the event before this one.\r\n\r\nprevious.label\r\nThe translated label for the previous URL.\r\n\r\nnext.label\r\nThe translated label for the next URL.\r\n\r\nnext.url\r\nThe URL to view the event after this one.\r\n\r\ndescription\r\nThe description of this event. ',1040996778);
INSERT INTO international VALUES (96,'EventsCalendar',21,'ûÁÂÌÏÎ ÓÏÂÙÔÉÑ',1040996647);
INSERT INTO international VALUES (95,'EventsCalendar',21,'éÓÐÏÌØÚÕÑ ÓÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ ×Ù ÌÅÇËÏ ÓÍÏÖÅÔÅ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ×ÁÛÅÇÏ ÏÒÇÁÎÁÊÚÅÒÁ.\r\n\r\naddevent.url
\r\nURL ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ ÓÏÂÙÔÉÑ × ÏÒÇÁÎÁÊÚÅÒ.\r\n
\r\naddevent.label
\r\nóÓÙÌËÁ ÐÒÅÄÎÁÚÎÁÞÅÎÎÁÑ ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ ÓÏÂÙÔÉÑ (ÐÅÒÅ×ÏÄÉÔÓÑ ÎÁ ×ÓÅ ÐÏÄÄÅÒÖÉ×ÁÅÍÙÅ ÑÚÙËÉ).\r\n
\r\ncalendar.big
\r\nëÁÌÅÎÄÁÒØ Ó ÓÏÂÙÔÉÑÍÉ, ÒÁÚ×ÅÒÎÕÔÙÊ ÎÁ ×ÓÀ ÓÔÒÁÎÉÃ.\r\n
\r\ncalendar.small
\r\níÁÌÅÎØËÉÊ ËÁÌÅÎÄÁÒØ (ÔÏÌØËÏ ÄÁÔÙ).\r\n
\r\ncalendar.firstPage
\r\nðÅÒ×ÁÑ ÓÔÒÁÎÉÃÁ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.lastPage
\r\nðÏÓÌÅÄÎÑÑ ÓÔÒÁÎÉÃÁ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.nextPage
\r\nóÓÙÌËÁ ÎÁ ÓÌÅÄÕÀÝÕÀ ÓÔÒÁÎÉÃÕ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.previousPage
\r\nóÓÙÌËÁ ÎÁ ÐÒÅÄÙÄÕÝÕÀ ÓÔÒÁÎÉÃÕ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.pageList
\r\nóÓÙÌËÉ ÎÁ ×ÓÅ ÓÔÒÁÎÉÃÙ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.multiplePages
\r\nõÓÌÏ×ÉÑ ÉÚÍÅÎÅÎÉÑ ÎÁ×ÉÇÁÃÉÉ, ÅÓÌÉ × ËÁÌÅÎÄÁÒÅ ÓÏÄÅÒÖÉÔÓÑ ÂÏÌÅÅ ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ.\r\n
\r\nlist_loop
\r\núÁÍËÎÕÔÙÊ ÃÉËÌ ÐÒÏÓÍÏÔÒÁ (ÐÏÓÌÅ ÐÒÏÓÍÏÔÒÁ ÐÏÓÌÅÄÎÅÇÏ ÓÏÂÙÔÉÑ ÏÓÕÝÅÓÔ×ÌÑÅÔÓÑ ÐÅÒÅÈÏÄ Ë ÐÅÒ×ÏÍÕ).\r\n
\r\nlist.date
\r\näÁÔÁ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.title
\r\nîÁÚ×ÁÎÉÅ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.description
\r\nðÏÄÒÏÂÎÏÅ ÏÐÉÓÁÎÉÅ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.sameAsPrevious
\r\nõÓÌÏ×ÉÑ ÏÔÏÂÒÁÖÅÎÉÑ ÓÏÂÙÔÉÑ × ÓÌÕÞÁÅ ÓÏ×ÐÁÄÅÎÉÑ ÅÇÏ ÄÁÔÙ Ó ÄÁÔÏÊ ÐÒÅÄÙÄÕÝÅÇÏ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.url
\r\nURL ÎÁ ÏÔÄÅÌØÎÕÀ ÓÔÒÁÎÉÃÕ Ó ÐÏÄÒÏÂÎÙÍ ÏÐÉÓÁÎÉÅÍ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.controls
\r\nëÏÎÔÒÏÌØ ÚÁ ÓÏÂÙÔÉÅÍ ÓÏ ÓÔÏÒÏÎÙ WebGUI.\r\n
\r\nlist.firstPage
\r\nóÓÙÌËÉ ÎÁ ÐÅÒ×ÕÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\nlist.lastPage
\r\nóÓÙÌËÁ ÎÁ ÐÏÓÌÅÄÎÀÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\nlist.nextPage
\r\nóÓÙÌËÁ ÎÁ ÓÌÅÄÕÀÝÕÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\nlist.previousPage
\r\nóÓÙÌËÁ ÎÁ ÐÒÅÄÙÄÕÝÕÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\nlist.pageList
\r\nóÓÙÌËÉ ÎÁ ×ÓÅ ÓÔÒÁÎÉÃÙ.\r\n
\r\nlist.multiplePages
\r\nõÓÌÏ×ÉÑ ÉÚÍÅÎÅÎÉÑ ÎÁ×ÉÇÁÃÉÉ, ÅÓÌÉ ÓÏÄÅÒÖÉÔÓÑ ÂÏÌÅÅ ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ. ',1046345953);
INSERT INTO international VALUES (94,'EventsCalendar',21,'ûÁÂÌÏÎ ÏÒÇÁÎÁÊÚÅÒÁ',1040996203);
INSERT INTO international VALUES (93,'EventsCalendar',21,'óÌÅÄÕÀÝÅÅ ÓÏÂÙÔÉÅ',1040996149);
INSERT INTO international VALUES (92,'EventsCalendar',21,'ðÒÅÄÙÄÕÝÅÅ ÓÏÂÙÔÉÅ',1040996131);
INSERT INTO international VALUES (91,'EventsCalendar',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÓÏÂÙÔÉÅ',1040996104);
INSERT INTO international VALUES (90,'EventsCalendar',21,'ÍÅÓÑÃ ÐÏ ÕÍÏÌÞÁÎÉÀ',1040996071);
INSERT INTO international VALUES (89,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 3 ÍÅÓÑÃÁ Ó ÎÁÞÁÌÁ',1040996015);
INSERT INTO international VALUES (88,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 6 ÍÅÓÑÃÅ× Ó ÎÁÞÁÌÁ',1040995970);
INSERT INTO international VALUES (87,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 9 ÍÅÓÑÃÅ× Ó ÎÁÞÁÌÁ',1040995927);
INSERT INTO international VALUES (86,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 12 ÍÅÓÑÃÅ× ÐÏÓÌÅ ÎÁÞÁÌÁ',1040995841);
INSERT INTO international VALUES (85,'EventsCalendar',21,'ÐÏÓÌÅÄÎÉÊ × ËÁÌÅÎÄÁÒÅ',1040995750);
INSERT INTO international VALUES (84,'EventsCalendar',21,'íÅÓÑà ÏËÏÎÞÁÎÉÑ',1040995673);
INSERT INTO international VALUES (9,'Survey',21,'ïÐÒÏÓ',1040995196);
INSERT INTO international VALUES (80,'Survey',21,'ÓÅËÕÎÄÙ/ÓÅËÕÎÄ',1040995163);
INSERT INTO international VALUES (8,'Survey',21,'ðÏÒÑÄÏË ×ÏÐÒÏÓÏ×',1040995115);
INSERT INTO international VALUES (79,'Survey',21,'ÍÉÎÕÔ/ÍÉÎÕÔÙ',1040995030);
INSERT INTO international VALUES (78,'Survey',21,'ïÂÝÅÅ ×ÒÅÍÑ',1040994955);
INSERT INTO international VALUES (77,'Survey',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1040994934);
INSERT INTO international VALUES (76,'Survey',21,'äÁÔÁ ÎÁÞÁÌÁ',1040994891);
INSERT INTO international VALUES (75,'Survey',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓ',1040994861);
INSERT INTO international VALUES (74,'Survey',21,'õÄÁÌÉÔØ ×ÓÅ ÏÔ×ÅÔÙ?',1040994705);
INSERT INTO international VALUES (73,'Survey',21,'õÄÁÌÉÔØ ×ÓÅ ÏÔ×ÅÔÙ',1040994660);
INSERT INTO international VALUES (72,'Survey',21,'õÄÁÌÉÔØ ÏÔ×ÅÔÙ ÐÏÌØÚÏ×ÁÔÅÌÑ?',1040994635);
INSERT INTO international VALUES (71,'Survey',21,'óÔÁÔÉÓÔÉËÁ ÏÔ×ÅÔÏ× ÐÏ ÐÏÌØÚÏ×ÁÔÅÌÑÍ',1040994571);
INSERT INTO international VALUES (70,'Survey',21,'éÎÄÉ×ÉÄÕÁÌØÎÙÅ ÒÅÚÕÌØÔÁÔÙ',1040994426);
INSERT INTO international VALUES (7,'Survey',21,'úÁ×ÉÓÉÍÙÊ',1040994305);
INSERT INTO international VALUES (69,'Survey',21,'õÄÁÌÉÔØ ÏÔ×ÅÔÙ',1040994278);
INSERT INTO international VALUES (68,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÒÅÚÕÌØÔÁÔÙ ÏÐÒÏÓÁ',1040994224);
INSERT INTO international VALUES (67,'Survey',21,'ðÏÌØÚÏ×ÁÔÅÌØ',1040993947);
INSERT INTO international VALUES (66,'Survey',21,'òÅÚÕÌØÔÁÔ ÏÐÒÏÓÁ',1040993892);
INSERT INTO international VALUES (65,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ×ÓÅ',1040993800);
INSERT INTO international VALUES (64,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÏÔ×ÅÔÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1040993616);
INSERT INTO international VALUES (63,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓÙ',1040993551);
INSERT INTO international VALUES (62,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÏÔ×ÅÔÙ',1040993524);
INSERT INTO international VALUES (61,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÓÔÁÔÉÓÔÉËÕ ÏÔ×ÅÔÏ× ÐÏ ËÁÖÄÏÍÕ ÐÏÌØÚÏ×ÁÔÅÌÀ',1040993470);
INSERT INTO international VALUES (60,'Survey',21,'÷ÅÒÎÕÔØÓÑ Ë ÏÐÒÏÓÕ',1040993266);
INSERT INTO international VALUES (6,'Survey',21,'ðÒÏÉÚ×ÏÌØÎÙÊ',1040993232);
INSERT INTO international VALUES (59,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÓÔÁÔÉÓÔÉËÕ ÏÔ×ÅÔÏ×',1040993172);
INSERT INTO international VALUES (58,'Survey',21,'ðÒÏÓÍÏÔÒ ÓÔÁÔÉÓÔÉËÉ ÏÔ×ÅÔÏ×',1040993097);
INSERT INTO international VALUES (57,'Survey',21,'ëÏÍÍÅÎÔÁÒÉÉ',1040992687);
INSERT INTO international VALUES (56,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ËÏÍÍÅÎÔÁÒÉÉ',1040992638);
INSERT INTO international VALUES (55,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÒÅÚÕÌØÔÁÔÙ ÏÐÒÏÓÁ',1040992547);
INSERT INTO international VALUES (54,'Survey',21,'ðÒÏÃÅÎÔÙ',1040992489);
INSERT INTO international VALUES (53,'Survey',21,'òÅÚÕÌØÔÁÔÙ ÏÐÒÏÓÁ',1040992352);
INSERT INTO international VALUES (52,'Survey',21,'ëÏÌÉÞÅÓÔ×Ï ÐÒÁ×ÉÌØÎÙÈ ÏÔ×ÅÔÏ× ',1040992161);
INSERT INTO international VALUES (51,'Survey',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ',1040991961);
INSERT INTO international VALUES (50,'Survey',21,'ÓÌÅÄÕÀÝÉÊ',1040991870);
INSERT INTO international VALUES (5,'Survey',21,'ðÏÓÌÅÄÏ×ÁÔÅÌØÎÙÊ',1040991828);
INSERT INTO international VALUES (49,'Survey',21,'÷Ù ÎÅ ÍÏÖÅÔÅ ÐÒÉÎÑÔØ ÕÞÁÓÔÉÅ × ÔÅÓÔÉÒÏ×ÁÎÉÉ × ÄÁÎÎÙÊ ÍÏÍÅÎÔ.',1040991723);
INSERT INTO international VALUES (48,'Survey',21,'÷Ù ÎÅ ÍÏÖÅÔÅ ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÐÒÏÓÅ.',1040990017);
INSERT INTO international VALUES (47,'Survey',21,'ôÅÓÔÉÒÏ×ÁÎÉÅ ÚÁ×ÅÒÛÅÎÏ.',1040989689);
INSERT INTO international VALUES (46,'Survey',21,'óÐÁÓÉÂÏ ÚÁ ×ÁÛ ÏÔ×ÅÔ.',1040989234);
INSERT INTO international VALUES (45,'Survey',21,'õÄÁÌÉÔØ ×ÁÒÉÁÎÔ ÏÔ×ÅÔÁ É ÏÔ×ÅÔÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ? ',1040989167);
INSERT INTO international VALUES (44,'Survey',21,'õÄÁÌÉÔØ ×ÏÐÒÏÓ, ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× É ÐÏÌÕÞÅÎÎÙÅ ÏÔ×ÅÔÙ?',1040989043);
INSERT INTO international VALUES (43,'Survey',21,'îÉËÏÇÄÁ',1040986900);
INSERT INTO international VALUES (42,'Survey',21,'ðÒÉ ÓÌÕÞÁÅ ÄÁ',1040986827);
INSERT INTO international VALUES (41,'Survey',21,'äÏÓÔÁÔÏÞÎÏ ÞÁÓÔÏ',1040986642);
INSERT INTO international VALUES (40,'Survey',21,'÷ÓÅÇÄÁ',1040986613);
INSERT INTO international VALUES (4,'Survey',21,'íÏÄÕÌØ ÇÅÎÅÒÁÃÉÉ ÏÐÒÏÓÏ× ÐÏÚ×ÏÌÑÅÔ ÐÏÌÕÞÁÔØ ÉÎÆÏÒÍÁÃÉÀ ÏÔ ÐÏÓÅÔÉÔÅÌÅÊ ÓÁÊÔÁ.\r\nðÏÒÑÄÏË ×ÏÐÒÏÓÏ×
\r\nðÏÓÌÅÄÏ×ÁÔÅÌØÎÙÊ ÐÏÒÑÄÏË ÏÚÎÁÞÁÅÔ, ÞÔÏ ×ÏÐÒÏÓÙ ÂÕÄÕÔ ×Ù×ÏÄÉÔÓÑ ÎÁ ÜËÒÁÎ × ÐÏÒÑÄËÅ ÉÈ ÓÏÚÄÁÎÉÑ.\r\nðÒÏÉÚ×ÏÌØÎÙÊ ÐÏÒÑÄÏË ÏÚÎÁÞÁÅÔ, ÞÔÏ ×ÏÐÒÏÓÙ ËÁÖÄÙÊ ÒÁÚ ÂÕÄÕÔ ÏÔÄÁ×ÁÔØÓÑ × ÓÌÕÞÁÊÎÏÍ ÐÏÒÑÄËÅ.\r\núÁ×ÉÓÉÍÙÊ ÐÏÒÑÄÏË ÏÚÎÁÞÁÅÔ, ÞÔÏ ÏÔ×ÅÔÙ ÂÕÄÕÔ ÒÁÓÐÏÌÁÇÁÔØÓÑ ÎÁ ÜËÒÁÎÅ × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÐÒÅÄÙÄÕÝÉÈ ÏÔ×ÅÔÏ× ÐÏÓÅÔÉÔÅÌÅÊ ÓÁÊÔÁ.\r\n
\r\nòÅÖÉÍ
\r\nÉÓÓÌÅÄÏ×ÁÎÉÅ - × ÜÔÏÍ ÒÅÖÉÍÅ ×Ù ÍÏÖÅÔÅ ×ÙÑÓÎÉÔØ ÍÎÅÎÉÅ ÁÕÄÉÔÏÒÉÉ ×ÁÛÅÇÏ ÓÁÊÔÁ ÐÏ ÐÏ×ÏÄÕ ÉÎÔÅÒÅÓÕÀÝÅÇÏ ×ÁÓ ×ÏÐÒÏÓÁ.\r\nÔÅÓÔ - ×ÙÂÒÁ× ÜÔÏÔ ÒÅÖÉÍ, ×Ù ÍÏÖÅÔÅ ÐÒÏ×ÅÒÉÔØ ÕÒÏ×ÅÎØ ÚÎÁÎÉÊ ÐÏÓÅÔÉÔÅÌÅÊ.\r\n
\r\nçÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÐÒÉÎÉÍÁÀÝÁÑ ÕÞÁÓÔÉÅ × ÏÐÒÏÓÅ
\r\nåÓÌÉ ×ÁÛ ÏÐÒÏÓ ÏÒÉÅÎÔÉÒÏ×ÁÎ ÎÁ ÏÐÒÅÄÅÌÅÎÎÕÀ ËÁÔÅÇÏÒÉÀ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÔÏ ×Ù ÍÏÖÅÔÅ ÐÏËÁÚÙ×ÁÔØ ×ÏÐÒÏÓÙ ÔÏÌØËÏ ×ÙÂÒÁÎÎÏÊ ÇÒÕÐÐÅ.\r\n
\r\nçÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÓÔÁÔÉÓÔÉËÉ
\r\n÷ ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÔÏÇÏ, ÄÌÑ ËÏÇÏ ÐÒÅÄÓÔÁ×ÌÑÀÔ ÉÎÔÅÒÅÓ ÒÅÚÕÌØÔÁÔÙ ÐÒÏ×ÏÄÉÍÏÇÏ ÏÐÒÏÓÁ, ×Ù ÍÏÖÅÔÅ ÉÌÉ ÏÇÒÁÎÉÞÉÔØ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÒÅÚÕÌØÔÁÔÏ×, ÉÌÉ, ÎÁÏÂÏÒÏÔ, ÒÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÓÅÍ. \r\n
\r\n÷ÙÂÅÒÉÔÅ ÓÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n
',1040986579);
INSERT INTO international VALUES (39,'Survey',21,'üÔÏ ÕÔ×ÅÒÖÄÅÎÉÅ ÎÅ ÐÒÉÅÍÌÅÍÏ',1040923113);
INSERT INTO international VALUES (38,'Survey',21,'ðÏÌÎÏÓÔØÀ ÎÅÓÏÇÌÁÓÅÎ',1040923016);
INSERT INTO international VALUES (37,'Survey',21,'îÅÓÏÇÌÁÓÅÎ',1040922993);
INSERT INTO international VALUES (36,'Survey',21,'îÅÓÏÇÌÁÓÅÎ Ó ÞÁÓÔØÀ ÕÔ×ÅÒÖÄÅÎÉÑ',1040922973);
INSERT INTO international VALUES (35,'Survey',21,'óÏÇÌÁÓÅÎ ÌÉÛØ Ó ÞÁÓÔØÀ ÕÔ×ÅÒÖÄÅÎÉÑ ',1040922882);
INSERT INTO international VALUES (34,'Survey',21,'óÏÇÌÁÓÅÎ',1040922685);
INSERT INTO international VALUES (33,'Survey',21,'ðÏÌÎÏÓÔØÀ ÓÏÇÌÁÓÅÎ',1040922665);
INSERT INTO international VALUES (32,'Survey',21,'îÅÔ',1040922632);
INSERT INTO international VALUES (31,'Survey',21,'äÁ',1040922587);
INSERT INTO international VALUES (30,'Survey',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÏÐÒÏÓ',1040922172);
INSERT INTO international VALUES (3,'Survey',21,'íÎÏÇÏÕÒÏ×ÎÅ×ÁÑ ÓÉÓÔÅÍÁ ÏÐÒÏÓÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1040922057);
INSERT INTO international VALUES (29,'Survey',21,'äÏÂÁ×ÉÔØ ÔÅËÓÔ ÏÔ×ÅÔÁ',1040922011);
INSERT INTO international VALUES (28,'Survey',21,'äÏÂÁ×ÉÔØ ×ÏÐÒÏÓ',1040921980);
INSERT INTO international VALUES (27,'Survey',21,'äÏÂÁ×ÉÔØ ÏÔ×ÅÔÙ ÎÁ ×ÏÐÒÏÓ Ï ÓÏÇÌÁÓÉÉ ÉÌÉ ÎÅÓÏÇÌÁÓÉÉ ',1040921957);
INSERT INTO international VALUES (26,'Survey',21,'äÏÂÁ×ÉÔØ ÏÔ×ÅÔÙ ÎÁ ×ÏÐÒÏÓ Ï ÞÁÓÔÏÔÅ ÏÐÒÅÄÅÌÅÎÎÙÈ ÄÅÊÓÔ×ÉÊ',1040921795);
INSERT INTO international VALUES (25,'Survey',21,'äÏÂÁ×ÉÔØ ÏÔ×ÅÔ ÔÉÐÁ äÁ/îÅÔ',1040921463);
INSERT INTO international VALUES (24,'Survey',21,'äÏÂÁ×ÉÔØ ÎÅÓËÏÌØËÏ ×ÁÒÉÁÎÔÏ× ÏÔ×ÅÔÏ×',1040921365);
INSERT INTO international VALUES (23,'Survey',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÁÒÉÁÎÔ ÏÔ×ÅÔÁ',1040921063);
INSERT INTO international VALUES (22,'Survey',21,'æÏÒÍÁ ÏÔ×ÅÔÁ',1040921023);
INSERT INTO international VALUES (21,'Survey',21,'ðÅÒÅÊÔÉ Ë',1040920943);
INSERT INTO international VALUES (20,'Survey',21,'üÔÁ ÉÎÆÏÒÍÁÃÉÑ ÐÒÁ×ÉÌØÎÁÑ?',1040920841);
INSERT INTO international VALUES (2,'Survey',21,'òÅÄÁËÔÏÒ ÍÎÏÇÏÕÒÏ×ÎÅ×ÏÊ ÓÉÓÔÅÍÙ ÏÐÒÏÓÏ×',1040920751);
INSERT INTO international VALUES (19,'Survey',21,'ïÔ×ÅÔ',1040920696);
INSERT INTO international VALUES (18,'Survey',21,'òÅÄÁËÔÏÒ ÏÔ×ÅÔÏ×',1040920676);
INSERT INTO international VALUES (17,'Survey',21,'òÅÄÁËÔÏÒ ×ÏÐÒÏÓÏ×',1040920549);
INSERT INTO international VALUES (16,'Survey',21,'òÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ?',1040920450);
INSERT INTO international VALUES (15,'Survey',21,'òÁÚÒÅÛÉÔØ ÄÏÂÁ×ÌÑÔØ ËÏÍÍÅÎÔÁÒÉÉ?',1040920380);
INSERT INTO international VALUES (14,'Survey',21,'÷ÏÐÒÏÓ',1040920337);
INSERT INTO international VALUES (13,'Survey',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÓÔÁÔÉÓÔÉËÉ',1040920313);
INSERT INTO international VALUES (12,'Survey',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÐÒÉÎÉÍÁÀÝÁÑ ÕÞÁÓÔÉÅ × ÏÐÒÏÓÅ',1040920231);
INSERT INTO international VALUES (11,'Survey',21,'òÅÖÉÍ',1040920150);
INSERT INTO international VALUES (10,'Survey',21,'ÏÐÒÏÓ',1040920024);
INSERT INTO international VALUES (1,'Survey',21,'íÎÏÇÏÕÒÏ×ÎÅ×ÙÊ ÏÐÒÏÓ',1040919961);
INSERT INTO international VALUES (9,'FileManager',21,'òÅÄÁËÔÏÒ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ',1040919392);
INSERT INTO international VALUES (8,'FileManager',21,'ëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ',1040919331);
INSERT INTO international VALUES (76,'FileManager',21,'óÐÉÓÏË ÐÅÒÅÍÅÎÎÙÈ ÄÏÓÔÕÐÎÙÈ ÐÒÉ ÎÁÐÉÓÁÎÉÉ ÛÁÂÌÏÎÁ ÄÌÑ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ.
\r\ntitleColumn.url -ÓÏÒÔÉÒÏ×ËÁ ÉÍÅÎ ÐÏ ÁÌÆÁ×ÉÔÕ.\r\ntitleColumn.label - ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÌÏËÁÌÉÚÏ×ÁÎÎÙÈ ÎÁÚ×ÁÎÉÊ ÄÌÑ ÚÁÇÏÌÏ×ËÏ×.\r\ndescriptionColumn.label - ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÌÏËÁÌÉÚÏ×ÁÎÎÙÈ ÏÐÉÓÁÎÉÊ.\r\ndescriptionColumn.url - ÓÏÒÔÉÒÏ×ËÁ ÏÐÉÓÁÎÉÊ ÐÏ ÁÌÆÁ×ÉÔÕ.\r\ndateColumn.label - ÌÏËÁÌÉÚÏ×ÁÎÎÁÑ ÄÁÔÁ.\r\ndateColumn.url -ÓÏÒÔÉÒÏ×ËÁ ÐÏ ÄÁÔÅ.\r\nsearch.form - ÆÏÒÍÁ ÄÌÑ ÐÏÉÓËÁ.\r\nsearch.url - The URL to toggle search mode on and off.\r\nsearch.label - ÉÍÑ ÄÌÑ ÓÓÙÌËÉ \"ÐÏÉÓË\".\r\naddfile.url - ÓÓÙÌËÁ ÐÏÄ ÎÁÚ×ÁÎÉÅÍ \"ÄÏÂÁ×ÉÔØ ÆÁÊÌ\".\r\naddfile.label - ÉÍÑ ÄÌÑ ÓÓÙÌËÉ \"ÄÏÂÁ×ÉÔØ ÆÁÊÌ\".\r\nfile_loopA loop containing the information about each file uploaded to this file manager.\r\nfile.canView -ÒÁÚÄÁÞÁ ÐÒÁ× ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÎÁ ÐÒÏÓÍÏÔÒ ÆÁÊÌÏ×.\r\nfile.controls -ËÏÎÔÒÏÌØ ÚÁ ÆÁÊÌÏÍ.\r\nfile.title - ÉÍÑ ÆÁÊÌÁ.\r\nfile.version1.name - ×ÅÒÓÉÑ ÆÁÊÌÁ 1\r\nfile.version1.url - ×ÅÒÓÉÑ ÆÁÊÌÁ 2.\r\nfile.version1.icon - ÉËÏÎËÁ ÄÌÑ ×ÅÒÓÉÉ ÆÁÊÌÁ 1.\r\nfile.version1.size - ÒÁÚÍÅÒ ÐÅÒ×ÏÊ ×ÅÒÓÉÉ.\r\nfile.version1.type - ÔÉÐ (ÒÁÓÛÉÒÅÎÉÅ) ÄÌÑ ×ÅÒÓÉÉ ÆÁÊÌÁ 1.\r\nfile.version1.thumbnail - ÍÉÎÉÁÔÀÒÁ ÄÌÑ ×ÅÒÓÉÉ ÆÁÊÌÁ 1.\r\nfile.version1.isImage\r\nA conditional indicating whether the first version of this file is an image or not.\r\nfile.version2.name\r\nThe filename for the second version of this file.\r\nfile.version2.url\r\nThe download URL for the second version of this file.\r\nfile.version2.icon\r\nThe URL to the icon for the file type of the second version of this file.\r\nfile.version2.size\r\nThe storage size of the second version of this file.\r\nfile.version2.type\r\nThe type (or file extension) of the second version of this file.\r\nfile.version2.thumbnail\r\nThe URL to the thumbnail for the second version of this file.\r\nfile.version2.isImage\r\nA conditional indicating whether the second version of this file is an image or not.\r\nfile.version3.name\r\nThe filename for the third version of this file.\r\nfile.version3.url\r\nThe download URL for the third version of this file.\r\nfile.version3.icon\r\nThe URL to the icon for the file type of the third version of this file.\r\nfile.version3.size\r\nThe storage size of the third version of this file.\r\nfile.version3.type\r\nThe type (or file extension) of the third version of this file.\r\nfile.version3.thumbnail\r\nThe URL to the thumbnail for the third version of this file.\r\nfile.version3.isImage\r\nA conditional indicating whether the third version of this file is an image or not.\r\nfile.description\r\nThe description of this file.\r\nfile.date\r\nThe date that this file was uploaded.\r\nfile.time\r\nThe time that this file was uploaded.\r\nnoresults.message\r\nA translated message stating that this file manager has no files for this user to view.\r\nnoresults\r\nA conditional indicating whether there are any files for this user to view.\r\nfirstPage\r\nA link to the first page in the paginator.\r\nlastPage\r\nA link to the last page in the paginator.\r\nnextPage\r\nA link to the next page forward in the paginator.\r\npreviousPage\r\nA link to the next page backward in the paginator.\r\npageList\r\nA list of links to all the pages in the paginator.\r\nmultiplePages\r\nA conditional indicating whether there is more than one page in the paginator.\r',1042653640);
INSERT INTO international VALUES (75,'FileManager',21,'ûÁÂÌÏÎ ÄÌÑ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ',1040919246);
INSERT INTO international VALUES (74,'FileManager',21,'äÏÂÁ×ÉÔØ ÆÁÊÌ',1040919211);
INSERT INTO international VALUES (73,'FileManager',21,'éÍÑ ÆÁÊÌÁ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÆÁÊÌÁ. \r\n
\r\næÁÊÌ
\r\n÷ÙÂÅÒÉÔÅ ÆÁÊÌ, ÒÁÚÍÅÝÅÎÎÙÊ ÎÁ ×ÁÛÅÍ ËÏÍÐØÀÔÅÒÅ. \r\n
\r\náÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ 1
\r\nåÓÌÉ Õ ×ÁÓ ÅÓÔØ ×ÅÒÓÉÑ ÆÁÊÌÁ, ÓÏÈÒÁÎÅÎÎÏÇÏ × ÄÒÕÇÏÍ ÆÏÒÍÁÔÅ, ×Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ÅÅ × ÜÔÏÍ ÐÏÌÅ. \r\n
\r\náÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ 2
\r\nåÓÌÉ Õ ×ÁÓ ÅÓÔØ ×ÅÒÓÉÑ ÆÁÊÌÁ, ÓÏÈÒÁÎÅÎÎÏÇÏ × ÄÒÕÇÏÍ ÆÏÒÍÁÔÅ, ×Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ÅÅ × ÜÔÏÍ ÐÏÌÅ. \r\n
\r\nëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ
\r\nëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÄÌÑ ÆÁÊÌÁ ÏÂÌÅÇÞÉÔ ÅÇÏ ÐÏÉÓË ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\r\n
\r\nçÒÕÐÐÁ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÓËÁÞÉ×ÁÔØ ÄÁÎÎÙÊ ÆÁÊÌ.\r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n÷ÙÂÅÒÉÔÅ ×ÁÛÅ ÓÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ.\r\n
',1040919192);
INSERT INTO international VALUES (72,'FileManager',21,'æÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1040918517);
INSERT INTO international VALUES (71,'FileManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ ÓÏÚÄÁÎ ÄÌÑ ÏÒÇÁÎÉÚÁÃÉÉ ÇÒÕÐÐÙ ÆÁÊÌÏ×, ÄÏÓÔÕÐÎÙÈ ÄÌÑ ÓËÁÞÉ×ÁÎÉÑ ÐÏÓÅÔÉÔÅÌÑÍ ÓÁÊÔÁ. ó ÅÇÏ ÐÏÍÏÝØÀ ÍÏÖÎÏ ÒÁÓÐÒÅÄÅÌÉÔØ ÐÒÁ×Á ÄÏÓÔÕÐÁ Ë ËÁÖÄÏÍÕ ÆÁÊÌÕ.\r\nûÁÂÌÏÎ
\r\n÷ÙÂÒÁ× ÎÕÖÎÙÊ ÛÁÂÌÏÎ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ.\r\n
\r\nðÅÒÅÎÏÓ ÆÁÊÌÏ×
\r\n÷×ÅÄÉÔÅ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÆÁÊÌÏ×, ËÏÔÏÒÏÅ ÍÏÖÎÏ ÐÏËÁÚÁÔØ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ. ïÓÔÁ×ÛÉÅÓÑ ÆÁÊÌÙ ÐÅÒÅÎÏÓÑÔÓÑ ÎÁ ÓÌÅÄÕÀÝÕÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\näÏÂÁ×ÉÔØ ÆÁÊÌ?
\r\nïÓÔÁרÔÅ ÐÕÎËÔ ÐÏÍÅÞÅÎÎÙÍ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÆÁÊÌ.\r\n
',1040918274);
INSERT INTO international VALUES (7,'FileManager',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÄÏÂÁ×ÌÑÔØ ÆÁÊÌÙ',1040917783);
INSERT INTO international VALUES (61,'FileManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1040913735);
INSERT INTO international VALUES (6,'FileManager',21,'æÁÊÌ',1040913685);
INSERT INTO international VALUES (5,'FileManager',21,'éÍÑ ÆÁÊÌÁ',1040913666);
INSERT INTO international VALUES (3,'FileManager',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ÆÁÊÌ?',1040913618);
INSERT INTO international VALUES (20,'FileManager',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÆÁÊÌÏ× ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1040913546);
INSERT INTO international VALUES (19,'FileManager',21,'æÁÊÌÏ× ÎÅÔ.',1040913449);
INSERT INTO international VALUES (18,'FileManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №2',1040913356);
INSERT INTO international VALUES (17,'FileManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ № 1',1040913165);
INSERT INTO international VALUES (16,'FileManager',21,'äÁÔÁ',1040913036);
INSERT INTO international VALUES (15,'FileManager',21,'ïÐÉÓÁÎÉÅ',1042472826);
INSERT INTO international VALUES (14,'FileManager',21,'æÁÊÌ',1040912922);
INSERT INTO international VALUES (12,'FileManager',21,'õÄÁÌÉÔØ ÆÁÊÌ?',1040912891);
INSERT INTO international VALUES (11,'FileManager',21,'ÄÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÆÁÊÌ',1040912819);
INSERT INTO international VALUES (10,'FileManager',21,'òÅÄÁËÔÏÒ ÆÁÊÌÏ×',1040912767);
INSERT INTO international VALUES (1,'FileManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ',1040912706);
INSERT INTO international VALUES (83,'EventsCalendar',21,'ðÅÒ×ÙÊ × ËÁÌÅÎÄÁÒÅ',1040912198);
INSERT INTO international VALUES (82,'EventsCalendar',21,'ôÅËÕÝÉÊ',1040912146);
INSERT INTO international VALUES (81,'EventsCalendar',21,'îÁÞÁÌØÎÙÊ ÍÅÓÑÃ',1040912129);
INSERT INTO international VALUES (80,'EventsCalendar',21,'ûÁÂÌÏÎ ÓÏÂÙÔÉÑ',1040912086);
INSERT INTO international VALUES (79,'EventsCalendar',21,'ïÓÎÏ×ÎÏÊ ÛÁÂÌÏÎ',1040912071);
INSERT INTO international VALUES (1,'Auth/WebGUI',21,'îÁÓÔÒÏÊËÁ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÍÅÔÏÄÁ WebGUI',1040912053);
INSERT INTO international VALUES (9,'Auth/SMB',21,'ðÁÒÏÌØ',1040911991);
INSERT INTO international VALUES (8,'Auth/SMB',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ',1040911980);
INSERT INTO international VALUES (7,'Auth/SMB',21,'äÏÍÅÎ NT',1040911904);
INSERT INTO international VALUES (6,'Auth/SMB',21,'BDC',1040910980);
INSERT INTO international VALUES (5,'Auth/SMB',21,'PDC',1040910572);
INSERT INTO international VALUES (4,'Auth/SMB',21,'ïÛÉÂËÁ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÑ SMB (3)\r\n÷Ù ××ÅÌÉ ÎÅ×ÅÒÎÏÅ ÓÏÞÅÔÁÎÉÅ ÉÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌÑ É ÐÁÒÏÌÑ. ðÏÖÁÌÕÊÓÔÁ ÐÏÐÒÏÂÕÊÔÅ ××ÅÓÔÉ ÉÈ ÚÁÎÏ×Ï.',1040910493);
INSERT INTO international VALUES (3,'Auth/SMB',21,'ïÛÉÂËÁ ÚÁÐÉÓÉ × ÐÒÏÔÏËÏÌ SMB (2)',1040910316);
INSERT INTO international VALUES (2,'Auth/SMB',21,'ïÛÉÂËÁ ÓÅÒ×ÅÒÁ SMB (1)\r\n',1040907309);
INSERT INTO international VALUES (1,'Auth/SMB',21,'îÁÓÔÒÏÊËÉ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ SMB',1040907186);
INSERT INTO international VALUES (1,'Auth/LDAP',21,'îÁÓÔÒÏÊËÉ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP',1040907137);
INSERT INTO international VALUES (73,'Article',21,'ðÒÉ ÓÏÚÄÁÎÉÉ ÛÁÂÌÏÎÁ ÓÔÁÔØÉ ÄÏÓÔÕÐÎÙ ÓÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ:
\r\nattachment.box
\r\näÏÂÁ×ÌÑÅÔ ÐÏÌÅ ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ ×ÌÏÖÅÎÉÑ ÆÁÊÌÁ.\r\n
\r\nattachment.icon
\r\näÏÂÁ×ÌÑÅÔ ÐÕÔØ Ë ÉËÏÎËÅ, ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÅÊ ×ËÌÁÄÙ×ÁÅÍÏÍÕ ÆÁÊÌÕ.\r\n
\r\nattachment.name
\r\nðÏÌÅ ÄÌÑ ××ÏÄÁ ÉÍÅÎÉ ×ËÌÁÄÙ×ÁÅÍÏÇÏ ÆÁÊÌÁ.\r\n
\r\nattachment.url
\r\nðÕÔØ Ë ×ËÌÁÄÙ×ÁÅÍÏÍÕ ÆÁÊÌÕ (ÎÁ ÌÏËÁÌØÎÏÍ ÄÉÓËÅ ÉÌÉ ÓÅÔÅ×ÏÊ ÐÕÔØ).\r\n
\r\nimage.thumbnail
\r\nðÕÔØ Ë ÕÍÅÎØÛÅÎÎÏÍÕ ÉÚÏÂÒÁÖÅÎÉÀ ÄÌÑ ×ËÌÁÄÙ×ÁÅÍÏÇÏ ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ.\r\n
\r\nimage.url
\r\nðÕÔØ Ë ×ËÌÁÄÙ×ÁÅÍÏÍÕ ÇÒÁÆÉÞÅÓËÏÍÕ ÆÁÊÌÕ (ÎÁ ÌÏËÁÌØÎÏÍ ÄÉÓËÅ ÉÌÉ ÓÅÔÅ×ÏÊ ÐÕÔØ).\r\n
\r\npost.label
\r\nëÏÍÍÅÎÔÁÒÉÊ Ë ÓÔÁÔØÅ.\r\n
\r\npost.URL
\r\nðÕÔØ Ë ÆÁÊÌÕ, ÓÏÄÅÒÖÁÝÅÍÕ ËÏÍÍÅÎÔÁÒÉÊ Ë ÓÔÁÔØÅ.\r\n
\r\nreplies.count
\r\nþÉÓÌÏ ËÏÍÍÅÎÔÁÒÉÅ× ÄÏÂÁ×ÌÅÎÎÙÈ Ë ÓÔÁÔØÅ.\r\n
\r\nreplies.label
\r\nôÅËÓÔ, ËÏÔÏÒÙÊ ÐÏËÁÚÙ×ÁÅÔÓÑ × ÔÏÍ ÓÌÕÞÁÅ, ÅÓÌÉ ÒÁÚÒÅÛÅÎ ÐÒÏÓÍÏÔÒ ËÏÍÍÅÎÔÁÒÉÅ×.\r\n
\r\nreplies.url
\r\nURL ÄÌÑ ÐÒÏÓÍÏÔÒÁ ËÏÍÍÅÎÔÁÒÉÅ× Ë ÓÔÁÔØÅ. \r\n
',1040902552);
INSERT INTO international VALUES (72,'Article',21,'ûÁÂÌÏÎ ÓÔÁÔØÉ',1040901056);
INSERT INTO international VALUES (857,'WebGUI',1,'IP Address',1043878310);
INSERT INTO international VALUES (861,'WebGUI',1,'Make profile public?',1043879954);
INSERT INTO international VALUES (860,'WebGUI',1,'Make email address public?',1043879942);
INSERT INTO international VALUES (859,'WebGUI',1,'Signature',1043879866);
INSERT INTO international VALUES (858,'WebGUI',1,'Alias',1043879848);
INSERT INTO international VALUES (862,'WebGUI',1,'This user\'s profile is not public.',1043881275);
INSERT INTO international VALUES (866,'WebGUI',1,'Expire Notifcation Message',1044127055);
INSERT INTO international VALUES (865,'WebGUI',1,'Notify user about expiration?',1044126938);
INSERT INTO international VALUES (864,'WebGUI',1,'Expire Notification Offset',1044126838);
INSERT INTO international VALUES (863,'WebGUI',1,'Delete Offset',1044126633);
INSERT INTO international VALUES (867,'WebGUI',1,'Loss of Privilege',1044133143);
INSERT INTO international VALUES (618,'WebGUI',1,'SMTP Server
\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
\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
\r\nEmail Footer
\r\nThis footer will be processed for macros and attached to every email sent from this WebGUI instance.\r\n
\r\n\r\nGroup To Alert On New User
\r\nWhat group should be alerted when a new user registers?\r\n
\r\n\r\n',1044709143);
INSERT INTO international VALUES (870,'WebGUI',1,'Welcome',1044139461);
INSERT INTO international VALUES (872,'WebGUI',1,'Who can view?',1044218038);
INSERT INTO international VALUES (871,'WebGUI',1,'Who can edit?',1044218026);
INSERT INTO international VALUES (635,'WebGUI',2,'Pakete sind Gruppen von Seiten und Wobjects, die zusammen veröffentlicht bzw. \r\nerstellt werden sollen. Ein Paketmanager könnte z. B. ein Paket zusammenstellen, \r\ndas sich aus einem Diskussionsforum, einer Umfrage, einer FAQ oder ähnlichem \r\nzusammensetzt, da diese Elemente vielleicht öfter benötigt werden bzw. der Vorgang \r\nzur Erstellung dieser vielleicht mehrmals durchgeführt werden müsste. Pakete \r\nwerden auch empfohlen, um den Aufwand sich wiederholender Tätigkeiten/Aufgaben \r\nzu verringern. . \r\n
Ein Paket, dass viele verwenden wäre z. B. ein Seiten/Artikel-Paket. \r\nOft kommt es ja vor, dass Sie eine Seite mit dem Wobject "Artikel" \r\ndarin erstellen möchten. Statt die einzelnen Schritte durchführen zu müssen, \r\ndie dafür notwendig wären (Seite erstellen, Seite bearbeiten, Artikel auf dieser \r\nSeite hinzufügen, diesen Artikel bearbeiten etc.), können Sie einfach ein Paket \r\nerstellen, dass diese Schritte auf einmal durchführt. \r\n',1044006304);
INSERT INTO international VALUES (636,'WebGUI',2,'Um ein Paket zu erstellen, befolgen Sie einfach diese einfachen Schritte: \r\n
^C; oder ^C(); - Crumb Trail
Eine dynamisch generierte \'crumb trail\' \r\nzur aktuellen Seite. Damit wird ein horizontales Menu erzeugt, das, anders als \r\nz. B. das \'Top-Level Menu\' oder das \'Aktuelle Menu\' (siehe weiter unten) eine \r\nArt Pfadkennzeichnung ausgehend von der Homepage darstellt.(z.B. Home > Unterseite1 \r\n> Unter-Unterseite). Die Auswirkungen dieses Makros sind etwas schwer zu \r\nbeschreiben, aber probieren Sie es einfach aus. Ergänzend können Sie ein \r\nTrennzeichen zwischen den Seitenlinks definieren, und zwar durch die Benutzung \r\nvon z. B. ^C(::);. Das Standard-Trennzeichen ist >.
Beachte: Die .crumbTrail Style \r\nSheet Klasse ist diesem Makro zugeordnet. \r\n
^FlexMenu;
Dieses Menu-Makro erstellt ein Top-Level Menu, das beim \r\nAuswählen eines jeden Menuelements erweitert wird, d. h. dass beim Anklicken \r\ndes Links die Untermenupunkte angezeigt (aufgeklappt) werden. \r\n
^H; oder ^H(); - Home Link
Ein Link zur Homepage dieser Seite. \r\nZusätzlich können Sie den Linktext wie folgt abändern: ^H("Zur Homepage");. \r\n
Beachte: In speziellen Fällen können Sie auch ^H(linkonly); benutzen, \r\num lediglich die URL zur Homepage anzuzeigen.
Die Style Sheet Klasse \'.homeLink\' \r\nist diesem Makro zugeordnet. \r\n
^M; oder ^M(); - Aktuelles Menu (Vertikal)
Ein vertikales Menu, \r\ndass die Unterseiten der aktuellen Ebene enthält. Zusätzlich können Sie auch \r\nangeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig \r\nwird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene \r\nanzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: ^M(3);. \r\nWenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur \r\nab dieser Ebene angezeigt. \r\n
^m; - Aktuelles Menu (Horizontal)
Ein horizontales Menu, dass \r\ndie Unterseiten der aktuellen Ebene enthält. Ergänzend können Sie ein Trennzeichen \r\nzwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n ^m(:--:);. Das Standard-Trennzeichen ist ·. \r\n
^P; oder ^P(); - Vorheriges Menu (Vertikal)
Ein vertikales Menu, \r\ndass die Unterseiten der vorherigen Ebene enthält. Zusätzlich können Sie auch \r\nangeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig \r\nwird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene \r\nanzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: ^P(3);. \r\nWenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur \r\nab dieser Ebene angezeigt. \r\n
^p; - Vorheriges Menu (Horizontal)
Ein horizontales Menu, dass \r\ndie Unterseiten der vorherigen Ebene enthält. Ergänzend können Sie ein Trennzeichen \r\nzwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n ^p(:--:);. Das Standard-Trennzeichen ist ·.
^rootmenu; or ^rootmenu(); (Horizontal)
Ein \r\nhorizontales Menu mit den verschiedenen Startseiten (Roots) Ihres Systems. (ausgenommen \r\ndie WebGUI System Roots) Ergänzend können Sie ein Trennzeichen wie ^rootmenu(|); \r\neinfügen. \r\n
^S(); - Genau definiertes SubMenu (Vertikal)
Dieses Makro bietet \r\nIhnen die Möglichkeit, das Untermenu einer beliebigen Seite anzuzeigen, angefangen \r\nmit der Seite, die Sie angegeben haben. Als Beispiel können Sie das Homepage \r\nSubMenu mit diesem Makro anzeigen lassen. \r\n^S("home",0);. Der erste Wert ist der verlinkte Titel der Seite \r\nund der zweite Wert ist die Tiefe, die angezeigt werden soll. Standardmässig \r\nsehen Sie nur die erste Ebene. Um z. B. 3 Ebenen tief anzeigen zu lassen, erstellen \r\nSie folgendes Makro: \r\n^S("home",3);. \r\n
^s(); - Genau definiertes SubMenu (Horizontal)
Dieses Makro bietet \r\nIhnen die Möglichkeit, das Untermenu einer beliebigen Seite anzuzeigen, angefangen \r\nmit der Seite, die Sie angeben. Als Beispiel können Sie das Homepage SubMenu \r\nmit diesem Makro anzeigen lassen: \r\n^s("home");. Der Wert ist der verlinkte Titel der Seite. \r\n^s("home",":--:"); einfügen. Das Standardtrennzeichen \r\nist ·. \r\n
^Synopsis; or ^Synopsis(); Menu
Mit diesem Makro können Sie das \r\nUntermenu einer Seite zusammen mit dessen Beschreibungen (Zusammenfassung) anzeigen \r\nlassen. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. \r\nB. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro \r\nwie folgt verwenden: ^Synopsis(3);. \r\nWenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur \r\nab dieser Ebene angezeigt. \r\n
Beachte: Folgende Style Sheet Klassen sind diesem Makro zugeordnet: \r\n
^T; oder ^T(); - Top Level Menu (Vertikal)
Ein vertikales Menu, \r\ndas die Hauptseiten Ihrer Website enthält (Unterseiten der Homepage). Zusätzlich \r\nkönnen Sie auch angeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. \r\nStandardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur \r\ndritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: ^T(3);. \r\nWenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur \r\nangezeigt.
^t; - Top Level Menu (Horizontal)
Ein horizontales Menu, \r\ndas die Hauptseiten Ihrer Website enthält (Unterseiten der Homepage). Optional \r\nkönnen Sie ein Trennzeichen angeben mit ^t(:--:);. \r\nDas Standardtrennzeichen ist ·. \r\n
^/; - System URL
Die URL zum \'Gateway Script\' = Eingangseite (beispielsweise: \r\n/index.pl/). \r\n
^\\; - Seiten URL
Die URL zur aktuellen Seite (beispielsweise: \r\n/index.pl/seitenname).
^a; or ^a(); - My Account Link
Ein Link zu Ihrem Benutzerprofil. \r\nZusätzlich können Sie den Linktext durch ein Makro wie dieses ändern: \r\n^a("Mein Profil");. \r\n
Beachte: Sie können auch im speziellen Fall ^a(linkonly); benutzen, \r\num lediglich die URL zum Profil anzuzeigen und nichts weiter.
Die Style \r\nSheet Klasse \' .myAccountLink\' ist diesem Makro zugeordnet. \r\n
^AdminText();
Zeigt dem Benutzer, der im Administrationsmodus ist, \r\neine kleine Textmeldung an. Beispiel: ^AdminText("Sie sind im Administrationsmodus!"); \r\n
^AdminToggle; or ^AdminToggle();
Platziert einen Link auf der Seite, \r\nder nur für Content Manager und Administratoren sichtbar ist. Der Link schaltet \r\nden Admin-Modus an oder aus. Optional können Sie ein Makro verwenden, dass einen \r\nanderen Text anzeigt, wie z. B. \r\n^AdminToggle("Adminmodus an","Adminmodus aus"); \r\n
^GroupText();
Zeigt dem Benutzer eine kleine Textmeldung an, abhängig \r\ndavon, welcher Gruppe er zugeordnet ist. Beispiel: ^GroupText("Visitors","Lassen \r\nSie sich registrieren, wenn Sie weitere coole Features dieser Seite nutzen möchten!"); \r\n
^L; or ^L(); - Login Box
Ein kleines Anmeldeformular. Dieses Makro können \r\nSie auch konfigurieren. Sie können die Breite der Login-Box mit ^L(20); angeben, \r\noder Sie können eine Textmeldung ausgeben lassen, nachdem sich der Benutzer \r\nangemeldet hat, wie ^L(20,Hallo \r\n^a(^@;);. Klicken Sie %hier%, wenn Sie sich abmelden möchten!) \r\n
Beachte: Die Style Sheet Klasse \'.loginBox\' ist diesem Makro \r\nzugeordnet. \r\n
^LoginToggle; or ^LoginToggle();
Zeigt eine "Anmelden" oder "Abmeldung" \r\nNachricht an, je nachdem, ob der Benutzer an-oder abgemeldet ist. Optional \r\nkönnen Sie auch eine Meldung wie diese ausgeben lassen: ^LoginToggle("Hier \r\nklicken, um sich anzumelden.","Hier klicken, um sich abzumelden."); \r\n
^@; - Benutzername
Der Benutzername des aktuell angemeldeten Benutzers. \r\n
^#; - Benutzer ID
Die Benutzer ID des aktuell angemeldeten Benutzers.
^AdminBar;
Platziert die Administrationsleiste auf der Seite. Dieses \r\nElement wird im "Body" Bereich benötigt.. \r\n
^c; - Company Name
Der Firmenname, den Sie in den Profileinstellungen \r\ndes Administrators eingetragen haben. \r\n
^e; - Company Email Address
Die Emailadresse, die Sie in den Profileinstellungen \r\ndes Administrators eingetragen haben.
^Extras;
Gibt den Pfad zum \r\nWebGUI "extras" Verzeichnis zurück, der Dinge wie die WebGUI Icons \r\nenthält. \r\n
^PageTitle;
Zeigt den Titel der aktuellen Seite an. \r\n
^r; or ^r(); - Druckversion der Seite
Erstellt einen Link, um den \r\nStyle von der Seite zu entfernen bzw. um Sie für den Ausdruck zu optimieren. \r\nZusätzlich können Sie den Linktext ändern, wenn Sie ein Makro wie dieses \r\neinsetzen: ^r("Drucken!");. \r\n
Standardmässig wird, wenn der Link angeklickt wird, der aktuelle Seiten Style \r\nersetzt mit dem "Make Page Printable" Style im Style Manager. Genauso \r\ngut kann dies aber geändert bzw. überschrieben werden, wenn Sie den Namen eines \r\nanderen Styles als zweiten Parameter angeben, wie z. B. ^r("Print!","Demostyle"); \r\n
Beachte: Sie können auch im speziellen Fall ^r(linkonly); benutzen, \r\num lediglich die URL zur Druckversion angeben und nichts weiter.
Die Style \r\nSheet Klasse \r\n\'.makePrintableLink\' ist diesem Makro zugeordnet. \r\n
^RootTitle;
Gibt den Titel der aktuellen Startseite (Root) aus. \r\nWenn z. B. der Titel der aktuellen Startseite "Home" ist, wird dieser \r\nTitel angezeigt. Einige Seiten haben mehrere Startseiten (Roots) und folglich \r\nwird etwas benötigt, um dem Besucher zu zeigen, in welchem Bereich er sich gerade \r\nbefindet. \r\n
^u; - Company URL
Die URL, die Sie in den Profileinstellungen \r\ndes Administrators eingetragen haben.
^?; - Search
Fügt ein Suchformular \r\nein. Dieses ist an die eingebaute WebGUI Suchmaschine angebunden.. \r\n
Beachte: Die Style Sheet Klasse \'.searchBox\' ist diesem Makro \r\nzugeordnet. \r\n
^-;
Dies ist das "Trenn-Makro", d. h. es darf genau einmal \r\nin jedem Style auftauchen, da es angibt, wo der Content/Inhalt für die Seite \r\neingefügt werden soll.
Wie mit allen Löschvorgängen, werden Sie auch hier gefragt, ob Sie sich wirklich \r\nsicher sind, dass Sie diesen Benutzer löschen möchten. Wenn Sie dann mit \'Ja\' \r\nantworten, wird er gelöscht. Antworten Sie jedoch mit \'Nein\', kommen Sie wieder \r\nzurück zur vorherigen Seite.
',1043961142); INSERT INTO international VALUES (610,'WebGUI',2,'Für weitere Details schauen Sie bitte unter Benutzer verwalten \r\nBenutzername
Der Benutzername ist die eindeutige Kennzeichnung \r\nfür einen Benutzer. Es ist aber auch eine Kennzeichnung, wie der Benutzer in \r\nder WebGUI Seite angezeigt wird. \r\n(Beachte: Administratoren haben unbeschränkte Rechte im WebGUI System. \r\nDas bedeutet aber auch, das sie damit die Fähigkeit haben, das System zu beschädigen. \r\nWenn Sie einen Benutzer umbenennen oder erstellen, achten Sie darauf, dass Sie \r\nnicht einen bereits vergebenen Benutzernamen nehmen) \r\n
Passwort
Ein Passwort ist dazu da, um sicherzustellen, dass der \r\nBenutzer auch der ist, der er ist. \r\n
Authentifizierungs Methode
Weitere Details unter Einstellungen \r\nbearbeiten. \r\n
LDAP URL
Weitere Details unter Einstellungen bearbeiten. \r\n
Verbindungs DN
Die Verbindugns DN ist die cn (common name) eines \r\neingetragenen Benutzers in der LDAP Datenbank. Das Format sollte sein wie cn=John Doe. \r\nDies ist in der Tat der Benutzername, der zur Authentifizierung gegenüber dem \r\nLDAP Server benutzt wird.
Karma aktivieren?
Soll Karma aktiviert werden? \r\n
Karma pro Login
Der Karmawert, den der Benutzer erhält, wenn er \r\nsich anmeldet. Dies wirkt nur, wenn Karma aktiviert ist. \r\n
Sitzungs Zeitüberschreitung (Timeout)
Die Zeit, die eine Benutzer-Sitzung \r\naktiv ist, bevor er sich wieder neu einloggen muss. Jedesmal, wenn der Benutzer \r\neine neue Seite anschaut, wird dieses Timeout wieder zurückgesetzt. Wenn Sie also z. b. das Timeout auf 8 Stunden setzen, muss sich \r\nein Benutzer wieder neu einloggen. \r\n
Benutzern erlauben, ihren Account zu deaktivieren?
Möchten Sie \r\nIhren Benutzern die Möglichkeit bieten, ihren Account ohne Ihr Zutun selbst \r\ndeaktivieren zu können
Authentifizierungsmethode (standard)
Welche Authentifizierungsmethode soll \r\nstandardmässig für neue Accounts verwendet werden? Die beiden möglichen Methoden sind WebGUI und LDAP. WebGUI Authentifizierung \r\nbedeutet, dass sich die Authentifizierung anhand des Benutzernamens und des \r\nPassworts, die in der Datenbank hinterlegt sind, richtet. Bei der LDAP-Methode \r\nerfolgt die Authentifizierung über einen externen LDAP \r\nserver.
Beachte: Diese Einstellungen können auf Benutzerebene \r\ngesondert vorgenommen werden.
Beachte ausserdem: Abhängig davon, welche Authentifizierungsmodule \r\nin Ihrem System installiert sind, erhalten Sie eine Auswahl an möglichen Optionen. \r\nNachfolgend die Optionen für die beiden standardmässig installierten Authentifizierungsmethoden:\r\n
Beachte: Zusätzlich \r\nzu dem Text, den Sie angeben können, werden die Zugangsdaten der Meldung hinzugefügt \r\n
Begrüssungsmeldung
Geben Sie hier den Text ein, den Sie einem \r\nBenutzer nach erfolgter Registrierungs senden möchten.
Passwort wiederherstellen \r\nMeldung
Geben Sie hier den Text ein, der dem Benutzer gesendet wird, \r\nwenn er sein Passwort wiederherstellen lässt.
\r\n
LDAP URL (Standard)
Die Standard-URL zum LDAP Server. Die \r\n LDAP URL hat folgendes Format: \r\nldap://[server]:[port]/[base DN]. Beispiel: \r\nldap://ldap.mycompany.com:389/o=MyCompany.
LDAP Identität
Die \r\nLDAP Identität die eindeutige Bezeichner im LDAP Server, die den Benutzer identifiziert. Oft \r\nenthält dieses Feld den Kurznamen, der sich aus dem ersten Buchstaben \r\ndes Vornamens und dem Nachnamen zusammensetzt. Beispiel: jdoe
LDAP Identitäts Name
Bezeichnung, \r\ndie verwendet wird um die LDAP Identität des Benutzers zu beschreiben. Beispielsweise \r\nbenutzen einige Firmen einen LDAP Server zur Benutzerregistrierung an Ihrem \r\nProxy Server. Wie schon in der \r\nDokumentation beschrieben, ist die LDAP Identität auch bekannt als der Web Username.
LDAP Password Name
Genauso \r\nwie die LDAP Identität eine Bezeichnung ist, so verhält es sich auch mit dem \r\n LDAP Password Name.
readmore.label
Die übersetzte Bezeichnung, die anzeigt, das ein \r\nBenutzer hier klicken kann, um mehr von dem Beitrag zu lesen. \r\n
responses.label
Die übersetzte Bezeichnung, die anzeigt, das ein \r\nBenutzer hier klicken kann, um Antworten zu diesem Beitrag zu sehen. \r\n
canPost
Eine Bedingungsvarariable die anzeigt, ob ein Benutzer \r\neinen neuen Beitrag verfasen kann. \r\n
post.url
Die URL zum Schreiben eines neuen Beitrages. \r\n
post.label
Die übersetzte Bezeichnung für diese URL.
search.url
Die \r\nURL um WebGUI\'s WebGUI Power Suchformular zu an- oder auszuschalten. \r\n
search.label
Die übersetzte Bezeichnung für diesen Link.
search.form
WebGUI Power Suchformular . \r\n
title.label
Die übersetzte Bezeichnung für die Titel-Spalte. \r\n
thumbnail.label
Die übersetzte Bezeichnung für die Vorschaubild-Spalte. \r\n
date.label
Die übersetzte Bezeichnung für die Datum-Spalte. \r\n
by.label
Die übersetzte Bezeichnung, wer den Beitrag verfasst. \r\n
submissions_loop
Eine Schleif, die jeden einzelnen Beitrag umfasst. \r\n
submission.id\r\n
Eine eindeutige Bezeichnung für diesen Beitrag. \r\nsubmission.url
Die URL, um diesen Beitrag anzuschauen. \r\nsubmission.content
Die verkürzte Wiedergabe des Beitragsinhalts. \r\n\r\nsubmission.responses
Die Anzahl der Antworten auf diesen Beitrag. \r\nsubmission.title
Der Titel des Beitrags. \r\nsubmission.userId
Die ID des Benutzers, der diesen Beitrag veröffentlicht \r\n hat. \r\nsubmission.username
Der Benutzername dieses Benutzers. \r\nsubmission.status
Der Status dieses Beitrages (freigegeben, ausstehend, \r\n abgelehnt). \r\nsubmission.thumbnail
Das Vorschaubild eines hochgeladenen Bildes \r\n (sofern eins vorhanden ist). \r\nsubmission.date
Datum des Beitrages. \r\nsubmission.currentUser
Bedingungsvariable, ob der aktuelle Benutzer \r\n auch der ist, der diesen Beitrag veröffentlicht hat. \r\nsubmission.userProfile
Die URL zu dessen Benutzerprofil. \r\nsubmission.secondColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die zweite Spalte gehört oder nicht. \r\nsubmission.thirdColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die dritte Spalte gehört oder nicht. \r\nsubmission.fourthColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die vierte Spalte gehört oder nicht. \r\nsubmission.fifthColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die fünfte Spalte gehört oder nicht. \r\n
firstPage
Link zur ersten Seite. \r\n
lastPage
Link zur letzten Seite. \r\n
nextPage
Link zur nächsten Seite. \r\n
previousPage
Link zur vorherigen Seite. \r\n
pageList
Eine Liste aller Links. \r\n
multiplePages
Eine Bedingung, die anzeigt, ob es mehr als eine \r\nSeite gibt.
Inhalt filtern
Wählen Sie die Stufe der Filterung des Contents \r\naus.. \r\n
Benutzerbeitragssystem Template
Wählen Sie ein Layout für die \r\neinzelnen Beiträge aus. \r\n\r\n
Wer kann genehmigen?
Welche Gruppe hat die Berechtigung, Beiträge \r\nzu erlauben oder zu verbieten? \r\n
Wer kann Beiträge schreiben?
Welche Gruppe hat die Berechtigung, \r\nBeiträge verfassen zu dürfen?
Beiträge pro Seite
Wieviele \r\nBeiträge sollen pro Seite in der Übersicht angezeigt werden?
Standard \r\nStatus
Sollen Beiträge standardmässig auf "Abgelehnt", "Ausstehend" \r\noder "freigegeben" gestellt werden?
Beachten Sie: Wenn \r\nSie den Status auf "Ausstehend" setzen, dann müssen Sie daran denken, \r\nöfter in Ihrem Posteingang nachzuschauen, ob Beiträge zur Veröffentlichung anstehen. \r\n
Karma pro Benutzerbeitrag
Wieviel Karma soll ein Benutzer erhalten, \r\nwenn er einen Beitrag verfasst? \r\n
Vorschaubilder anzeigen?
Sofern eine Grafik im Beitrag enthalten \r\nist, wird das Vorschaubild im Layout angezeigt. \r\n
Diskussion erlauben?
Do you wish to attach a discussion to this user \r\nsubmission system? If you do, users will be able to comment on each submission. \r\n
Beiträge filtern
Wählen Sie hier aus, wie weit Benutzerbeiträge \r\ngefiltert werden sollen. \r\n
Wer kann Diskussionsbeiträge schreiben?
Wählen Sie die Gruppe aus, \r\ndie berechtigt ist, Diskussionsbeiträge zu verfassen. \r\n
Timeout zum Bearbeiten
Wie lange soll der Benutzer die Möglichkeit \r\nhaben, den von ihm verfassten Beitrag zu bearbeiten, bevor diese Bearbeitungsmöglichkeit \r\nfür ihn gesperrt wird? \r\n
Beachten: Setzen Sie das Limit nicht zu hoch. Das beste an Diskussionen \r\nist ja, dass Sie eine genaue Wiedergabe dessen darstellen sollen, wer wann was \r\ngesagt hat. . \r\n
Karma pro Diskussionsbeitrag
Wieviel Karma soll ein Benutzer erhalten, \r\nwenn er einen Beitrag zur Diskussion verfasst? \r\n \r\n
Wer kann moderieren?
Wählen Sie eine Gruppe aus, die diese Diskussion \r\nmoderieren kann. \r\n
Moderationsart?
Sie können hier auswählen, welche Moderationsart \r\nSie bevorzugen. \r\n
Benachrichtigungen über den Eingang neuer Beiträge/Kommentare erscheinen sofort im Posteingang des Moderators.
Bearbeitungszeitpunkt zu Beiträgen hinzufügen?Makros in der Abfrage vorverarbeiten?
Wenn Sie WebGUI Makros in \r\nIhrer Abfrage nutzen möchten, müssen Sie diesen Punkt aktivieren. \r\n
Debug?
Aktivieren Sie dies, wenn Debugging- und Fehlermeldungen \r\nangezeigt werden sollen. \r\n
Abfrage
Dies ist eine Standard SQL-Abfrage. Sollten Sie mit SQL \r\nnicht vertraut sein, bietet Ihnen \r\nPlain Black Software Übungslehrgänge \r\nin SQL und Datenbankmanagement an. Sie können mit dem ^FormParam();-Makro Abfragen \r\ndynamischer gestalten. \r\n
Report Template
Wie soll der Report dargestellt werden? Normalerweise \r\nbenutzt man HTML-Tabellen um einen SQL-Report zu generieren. Wenn Sie dieses \r\nFeld leerlassen, wird eine Vorlage basierend auf der Ergebnisliste angezeigt. \r\n
Es gibt einige spezielle Makros-Zeichen die zur Erstellung von SQL-Reports \r\ngenutzt werden können. Diese sind \r\n^-;, ^0;, ^1;, ^2;, ^3;, etc. Diese Makros werden ungeachtet der Einstellungen \r\n"Makros in der Abfrage vorverarbeiten" abgearbeitet. Das ^- Makro stellt \r\nTrennpunkte im Dokument dar, um zu kennzeichnen, wo die Anfangs- und Endschleife \r\ndes Reports beginnt. Die numerischen Makros stellen die Datenfelder dar, die \r\nvon Ihrer Abfrage zurückgegeben werden. Es gibt noch ein zusätzliches Makro \r\n(^rownum;), das die Zeilen der Abfrage beginnend bei 1 zählt. Dies können Sie \r\nnutzen, wenn die einzelnen Ergebnissätze nummeriert werden sollen. \r\n
DSN
Data Source Name ist die eindeutige Bezeichnung, \r\ndie von Perl genutzt wird, um den Ort Ihrer Datenbank zu beschreiben. Das Format \r\nist DBI:[Treiber]:[Datenbankname]:[Host]. \r\n
Beispiel: DBI:mysql:WebGUI:localhost \r\n
Datenbankbenutzer
Der Benutzername zur DSN. \r\n
Datenbankpasswort
Das Passwort zur DSN. \r\n
Einträge pro Seite
How many rows should be displayed before splitting the \r\nresults into separate pages? In other words, how many rows should be displayed \r\nper page? \r\n
Carriage Return beachten?
Möchten Sie Carriage Returns in der \r\nErgebnisansicht zu HTML-Umbrüchen konvertieren.
Wie mit jedem Löschvorgang werden Sie gefragt, ob sie sich wirklich sicher \r\nsind, diese Gruppe zu löschen. Wenn Sie mit "Ja" antworten, wird \r\nder Löschvorgang durchgeführt, andernfalls gelangen sie zur vorherigen Seite \r\nzurück.
',1044377232); INSERT INTO international VALUES (619,'WebGUI',2,'Diese Funktion löscht das gewählte Wobject dauerhaft von einer Seite. Wenn sie \r\nsich nicht sicher sind, ob sie dieses Element löschen möchten, können Sie es \r\nauch ausschneiden und in die Zwischenablage legen und es dann irgendwann löschen. \r\nWie mit jedem Löschvorgang werden Sie gefragt, ob sie sich wirklich sicher \r\nsind, dieses Wobject zu löschen. Wenn Sie mit "Ja" antworten, wird \r\nder Löschvorgang durchgeführt, andernfalls gelangen sie zur vorherigen Seite \r\nzurück.
',1044376958); INSERT INTO international VALUES (618,'WebGUI',2,'SMTP ServerOptional können Sie auch den Pfad zu sendmail angeben, wenn ein Sendmail-Server \r\nauf der gleichen Maschine wie WebGUI läuft. Bei den meisten Linux-Servern ist \r\ndies "/usr/lib/sendmail".
Email Fussbereich\r\n
Dieser \r\nFusstext ist für Makros vorgesehen und wird jeder Email, die von WebGUI versandt \r\nwird, angehängt.
Bei neuem Benutzer benachrichtigen?
Soll jemand \r\ninformiert werden, sofern sich jemand anonym registriert hat? \r\n
Gruppe, die bei neuem Benutzer benachrichtig werden soll
Welche \r\nGruppe soll benachrichtigt werden, wenn sich ein neuer Benutzer registriert?
Es gibt bereits verschiedene in WebGUI eingebaute \r\nStyles. Die ersteren werden von WebGUI selbst benutzt und sollten daher nicht \r\nbearbeitet oder gelöscht werden. Die letztern sind einige Beispiel-Styles und \r\nkönnen als Vorlage für neue Styles verwendet oder auch gelöscht werden. \r\n
Clipboard
Dieser Style wird von der Zwischenablage benötigt
Fail Safe
Wenn \r\nsie einen Style löschen, der bereits auf einigen Seiten in Benutzung ist, wird \r\ndieser FailSafe-Style diesen Seiten zugeordnet. Der Style hat einen weissen \r\nHintergrund und eine einfache Navigation. \r\n
Make Page Printable
Dieser Style wird benutzt, wenn sie ein ^r; \r\nMakro in Ihren Seiten einsetzen und der Besucher dann darauf klickt - er erhält \r\ndann die Druckversion der Seite. Sie haben hier die Möglichkeit, ein Logo und \r\neine Copyright-Meldung auf der Seite einzubinden. \r\n
Packages
Dieser Style wird vom Paketmanager benutzt. \r\n
Trash
Dieser Style wird vom Mülleimer genutzt. \r\n
\r\n
Plain Black Software (black) & (white)
Diese Layouts wurden \r\nauf der Plainblackseite verwendet. \r\n
Yahoo!®
Dies ist das Design von Yahoo!®. (genutzt ohne Berechtigung.) \r\n
WebGUI
Dies ist ein einfaches Design mit WebGUI logos. \r\n
WebGUI 4
Dieser Style wurde seit WebGUI Version 4 verwendet.
Admin
Unter Admin versteht man genau das, was man unter diesem \r\nBegriff erwartet. Dies ist ein Benutzer mit unbegrenzten Berechtigungen in der \r\nWebGUI Umgebung.
Visitor
Der Visitor(Besucher) ist das genaue Gegenteil des Admins. \r\nDer Visitor hat keine Rechte und ein Besucher, der nicht eingeloggt ist, wird \r\nvom System als Visitor erkannt
Neuen Benutzer hinzufügen.
Klicken Sie hier, um zur "Benutzer \r\nhinzufügen" Seite zu kommen. \r\n
Suchen
Sie können nach Benutzernamen und Emailadressen suchen. \r\nDie Suche kann hier auch eingeschränkt werden, z. B. auf die Suche nach aktivierten \r\nBenutzern.
Titel
Der Seitentitel. Titel sollten beschreibend, aber nicht zu \r\nlang sein.
Menü Titel
Ein kürzerer oder \r\nabgeänderter Titel, der in der Navigation erscheinen soll. Wenn Sie hier nichts \r\neingeben, wird die Eingabe verwendet, die Sie bei \'Titel\' eingegeben haben. \r\n
Aus der Navigation ausblenden?
Wählen Sie \'Ja\' um diese Seite \r\naus der Navigation auszublenden. \r\n
Beachte: Die Seite wird nur aus der Navigation ausgeblendet, aber \r\nnicht aus dem Seitenbaum oder von der SiteMap, nur ausden Navigationsmakros. \r\n
URL der Seite
Wenn Sie eine Seite erstellen wird normalerweise \r\ndie URL aufgrund des Seitentitels erstellt. Wenn Sie damit nicht zufrieden sind, \r\nkönnen Sie es hier ändern. \r\n
Sprache
Wählen Sie die Standardsprache für diese Seite. Alle mittels \r\nWebGUI generierten Texte erscheinen in dieser Sprache und das Charakterset wird \r\nentsprechend der ausgewählten Sprache übernommen (z.B. ä, ö, ü im Deutschen). \r\n
Weiterleitungs URL
Der Besucher der Seite wird zu der Seite weitergeleitet, \r\ndie Sie hier angegeben haben. Wenn Sie dann in Zukunft diese weitergeleitete \r\nSeite wieder ändern möchten, müssen Sie dies in den Admininstrativen Funktionen im \r\nBereich "Verwalten-Baumstruktur" vornehmen. \r\n
Template
Standardmässig hat WebGUI einen grossen Inhaltsbereich, \r\num Wobjects zu platzieren. Dennoch können Sie Ihren Content durch Auswahl eines \r\nanderen Templates in verschiedene Bereiche aufteilen. \r\n
Zusammenfassung
Einekurze Zusammenfassung der Seite. Dieser Bereich \r\nwird sowohl zum Veröffentlichen von beschreibenden MetaTags als auch als Beschreibungstext \r\nin der Sitemap verwendet. \r\n
Meta Tags
Hier können Sie beliebige Meta Tags definieren. Die Seite Meta Tag Builder gibt Ihnen hierzu \r\neinige Tipps.
Erfahrene Anwender: Sie können hier auch andere Dinge, \r\nwie z. B. JavaScript oder Links zu externen Stylesheets, einfügen. \r\n
Standard Meta Tags benutzen?
Sollten Sie keine eigenen MetaTags \r\ndefinieren wollen, kann WebGUI diese basierend auf dem Seitentitel und Ihrem \r\nFirmennamen erzeugen. Aktivieren Sie diese Checkbox, um die WebGUI-generierten \r\nMetaTags einzuschalten. \r\n
Style
Standardmässig erbt eine Seite, die Sie erstellen, ihre Merkmale \r\nvon der übergeordneten Seite. Eines dieser Merkmale ist der Style. Wählen Sie \r\nhier einen Style aus der Liste aus, den Siefür diese Seite verwenden möchten. \r\nWeitere Details finden Sie unter Style hinzufügen. \r\n
Wenn Sie "Ja" unterhalb des Style-Auswahlmenus aktivieren, wird \r\nder Style für alle Seiten unterhalb dieser Seite übernommen. \r\n
Anfangsdatum
Das Datum, ab dem die Seite sichtbar sein soll. Vor \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n
Ende Datum
Das Datum, bis dem die Seite sichtbar sein soll. Nach \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n \r\n
Besitzer
Der Besitzer der Seite ist gewöhnlich die Person, die \r\ndie Seite erstellt hat. \r\nDiese hat die vollen Rechte zum Bearbeiten und Anschauen der Seite.
Beachte: Der \r\nBesitzer kann nur von einem Administrator geändert werden. \r\n
Wer kann anschauen?
Wählen Sie die Gruppe aus, die diese Seite \r\nanschauen kann. Wenn Sie möchten, dass Visitors (Beuscher) und registrierte \r\nBenutzer dieSeite anschauen können, so sollten Sie die "Everybody" (Jeder) \r\nGruppe auswählen.
Wer kann bearbeiten?
Wählen Sie die Gruppe \r\naus, die diese Seite bearbeiten kann. Die Gruppe, die bearbeiten kann, darf \r\nauch jederzeit die Seite anschauen.
Sie können diese Berechtigungen an alle Seiten unterhalb dieser Seite vergeben. \r\n
Als nächstes?
Hier können Sie gleich zu Ihrer neuen Seite gelangen \r\noder zu der vorherigen zurückkehren.
\r\nThe following style sheet classes are available:\r\n
\r\n\r\n.tab
\r\nThe default look of each tab.\r\n
\r\n\r\ndiv.tabs
\r\nThis also sets some properties for all of the tabs. This should be used for the text labels in the tabs.\r\n
\r\n\r\n\r\n.tabBody
\r\nThe content area for each tab. This is where the form will show up. Note that for best results the background color of this should match the background color of .tabActive.\r\n
\r\n\r\n\r\n.tabHover
\r\nThe look of a tab as the mouse hovers over it.\r\n
\r\n\r\n.tabActive
\r\nThe look of the tab that is currently visible.\r\n
\r\n\r\n\r\n\r\nExamples
\r\nYou can use these instead of creating your own if you wish. Or just use these as guidelines for creating your own.\r\n
\r\n
\r\nWhite or Light Colored Styles\r\n\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n\r\n | \r\nBlack or Dark Colored Styles\r\n\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n\r\n |
\r\n\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this ^D(\"%c %D, %y\"); it would output September 26, 2001. The following are the available date formatting symbols:\r\n
\r\n\r\n
| %% | % |
| %y | 4 digit year |
| %Y | 2 digit year |
| %m | 2 digit month |
| %M | variable digit month |
| %c | month name |
| %d | 2 digit day of month |
| %D | variable digit day of month |
| %w | day of week name |
| %h | 2 digit base 12 hour |
| %H | variable digit base 12 hour |
| %j | 2 digit base 24 hour |
| %J | variable digit base 24 hour |
| %p | lower case am/pm |
| %P | upper case AM/PM |
| %z | user preference date format |
| %Z | user preference time format |
\r\n\r\n^Env()
\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
\r\n\r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\");\r\n
\r\n\r\n^Execute();
\r\nAllows a content manager or administrator to execute an external program. Takes the format of ^Execute(\"/this/file.sh\");.\r\n
\r\n\r\n\r\n^FormParam();
\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
\r\n\r\n^Include();
\r\nAllows a content manager or administrator to include a file from the local filesystem. \r\n
\r\n\r\n^International();
\r\nPull a translated message from the internationalization system.\r\n
\r\n\r\n\r\n^Page();
\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
\r\n\r\n^SQL();
\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:
\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");\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^URLEncode();
\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
\r\n\r\n\r\n^User();
\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
\r\n\r\n^*; or ^*(); - Random Number
\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 ^*(100); to create a random number between 0 and 100.\r\n
\r\n\r\n^-;,^0;,^1;,^2;,^3;, etc.
\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
\r\n',1047856488); INSERT INTO international VALUES (1,'Discussion',1,'Filter Post',1046607477); INSERT INTO international VALUES (419,'WebGUI',1,'Remove everything but the text.',1046637533); INSERT INTO international VALUES (526,'WebGUI',1,'Remove JavaScript and negate macros.',1047838780); INSERT INTO international VALUES (891,'WebGUI',1,'Only negate macros.',1047838859); INSERT INTO international VALUES (892,'WebGUI',1,'Discussion',1046637952); INSERT INTO international VALUES (893,'WebGUI',1,'Wobject Properties',1046638419); INSERT INTO international VALUES (842,'WebGUI',12,'These macros are used to create navigation on the site. \r\n
^C; or ^C(); - Crumb Trail
A dynamically generated crumb trail to \r\nthe current page. You can optionally specify a delimeter to be used between page \r\nnames by using ^C(::);. The default delimeter is >. \r\n
NOTE: The .crumbTrail style sheet class is tied to this macro. \r\n
^FlexMenu;
This menu macro creates a top-level menu that expands as \r\nthe user selects each menu item. \r\n
^H; or ^H(); - Home Link
A link to the home page of this site. In \r\naddition you can change the link text by creating a macro like this ^H(\"Go \r\nHome\");. \r\n
NOTES: You can also use the special case ^H(linkonly); to return only \r\nthe URL to the home page and nothing more. Also, the .homeLink style sheet class \r\nis tied to this macro. \r\n
^M; or ^M(); - Current Menu (Vertical)
A vertical menu containing \r\nthe sub-pages at the current level. In addition, you may configure this macro by \r\nspecifying how many levels deep the menu should go. By default it will show only \r\nthe first level. To go three levels deep create a macro like this ^M(3);. \r\nIf you set the macro to \"0\" it will track the entire site tree. \r\n
^m; - Current Menu (Horizontal)
A horizontal menu containing the \r\nsub-pages at the current level. You can optionally specify a delimeter to be \r\nused between page names by using ^m(:--:);. The default delimeter is ·. \r\n
^P; or ^P(); - Previous Menu (Vertical)
A vertical menu containing \r\nthe sub-pages at the previous level. In addition, you may configure this macro \r\nby specifying how many levels deep the menu should go. By default it will show \r\nonly the first level. To go three levels deep create a macro like this \r\n^P(3);. If you set the macro to \"0\" it will track the entire site tree. \r\n
^p; - Previous Menu (Horizontal)
A horizontal menu containing the \r\nsub-pages at the previous level. You can optionally specify a delimeter to be \r\nused between page names by using ^p(:--:);. The default delimeter is ·. \r\n
^rootmenu; or ^rootmenu(); (Horizontal)
Creates a horizontal menu \r\nof the various roots on your system (except for the WebGUI system roots). You \r\ncan optionally specify a menu delimiter like this: ^rootmenu(|); \r\n
^S(); - Specific SubMenu (Vertical)
This macro allows you to get \r\nthe submenu of any page, starting with the page you specified. For instance, you \r\ncould get the home page submenu by creating a macro that looks like this \r\n^S(\"home\",0);. The first value is the urlized title of the page and the \r\nsecond value is the depth you\'d like the menu to go. By default it will show \r\nonly the first level. To go three levels deep create a macro like this \r\n^S(\"home\",3);. \r\n
^s(); - Specific SubMenu (Horizontal)
This macro allows you to get \r\nthe submenu of any page, starting with the page you specified. For instance, you \r\ncould get the home page submenu by creating a macro that looks like this \r\n^s(\"home\");. The value is the urlized title of the page. You can \r\noptionally specify a delimeter to be used between page names by using \r\n^s(\"home\",\":--:\");. The default delimeter is ·. \r\n
^Synopsis; or ^Synopsis(); Menu
This macro allows you to get the \r\nsubmenu of a page along with the synopsis of each link. You may specify an \r\ninteger to specify how many levels deep to traverse the page tree. \r\n
NOTES: The .synopsis_sub, .synopsis_summary, and .synopsis_title style \r\nsheet classes are tied to this macro. \r\n
^T; or ^T(); - Top Level Menu (Vertical)
A vertical menu containing \r\nthe main pages of the site (aka the sub-pages from the home page). In addition, \r\nyou may configure this macro by specifying how many levels deep the menu should \r\ngo. By default it will show only the first level. To go three levels deep create \r\na macro like this ^T(3);. If you set the macro to \"0\" it will track the \r\nentire site tree. \r\n
^t; - Top Level Menu (Horizontal)
A vertical menu containing the \r\nmain pages of the site (aka the sub-pages from the home page). You can \r\noptionally specify a delimeter to be used between page names by using ^t(:--:);. \r\nThe default delimeter is ·. \r\n
^/; - System URL
The URL to the gateway script (example: \r\n/index.pl/). \r\n
^\\; - Page URL
The URL to the current page (example: \r\n/index.pl/pagename).
^a; or ^a(); - My Account Link
A link to your account information. \r\nIn addition you can change the link text by creating a macro like this \r\n^a(\"Account Info\");. \r\n
NOTES: You can also use the special case ^a(linkonly); to return only \r\nthe URL to the account page and nothing more. Also, the .myAccountLink style \r\nsheet class is tied to this macro. \r\n
^AdminText();
Displays a small text message to a user who is in \r\nadmin mode. Example: ^AdminText(\"You are in admin mode!\"); \r\n
^AdminToggle; or ^AdminToggle();
Places a link on the page which is \r\nonly visible to content managers and adminstrators. The link toggles on/off \r\nadmin mode. You can optionally specify other messages to display like this: \r\n^AdminToggle(\"Edit On\",\"Edit Off\"); \r\n
^GroupText();
Displays a small text message to the user if they \r\nbelong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an \r\naccount to do anything cool on this site!\"); \r\n
^L; or ^L(); - Login Box
A small login form. You can also configure \r\nthis macro. You can set the width of the login box like this ^L(20);. You can \r\nalso set the message displayed after the user is logged in like this ^L(20,Hi \r\n^a(^@;);. Click %here% if you wanna log out!) \r\n
NOTE: The .loginBox style sheet class is tied to this macro. \r\n
^LoginToggle; or ^LoginToggle();
Displays a \"Login\" or \"Logout\" \r\nmessage depending upon whether the user is logged in or not. You can optionally \r\nspecify other messages like this: ^LoginToggle(\"Click here to log in.\",\"Click \r\nhere to log out.\"); \r\n
^@; - Username
The username of the currently logged in user. \r\n
^#; - User ID
The user id of the currently logged in user.
^AdminBar;
Places the administrative tool bar on the page. This is \r\na required element in the \"body\" segment of the Style Manager. \r\n
^c; - Company Name
The name of your company specified in the \r\nsettings by your Administrator. \r\n
^e; - Company Email Address
The email address for your company \r\nspecified in the settings by your Administrator. \r\n
^Extras;
Returns the path to the WebGUI \"extras\" folder, which \r\ncontains things like WebGUI icons. \r\n
^PageTitle;
Displays the title of the current page. \r\n
NOTE: If you begin using admin functions or the indepth functions of \r\nany wobject, the page title will become a link that will quickly bring you back \r\nto the page. \r\n
^r; or ^r(); - Make Page Printable
Creates a link to remove the \r\nstyle from a page to make it printable. In addition, you can change the link \r\ntext by creating a macro like this ^r(\"Print Me!\");. \r\n
By default, when this link is clicked, the current page\'s style is replaced \r\nwith the \"Make Page Printable\" style in the Style Manager. However, that can be \r\noverridden by specifying the name of another style as the second parameter, like \r\nthis: ^r(\"Print!\",\"WebGUI\"); \r\n
NOTES: You can also use the special case ^r(linkonly); to return only \r\nthe URL to the make printable page and nothing more. Also, the \r\n.makePrintableLink style sheet class is tied to this macro. \r\n
^RootTitle;
Returns the title of the root of the current page. For \r\ninstance, the main root in WebGUI is the \"Home\" page. Many advanced sites have \r\nmany roots and thus need a way to display to the user which root they are in. \r\n
^u; - Company URL
The URL for your company specified in the \r\nsettings by your Administrator. \r\n
^?; - Search
Add a search box to the page. The search box is tied \r\nto WebGUI\'s built-in search engine. \r\n
NOTE: The .searchBox style sheet class is tied to this macro. \r\n
^-;
This is known as the separator macro. It must appear exactly \r\nonce in every style. Wherever it appears is where the content for any given page \r\nwill be put.
\r\n\r\nSom ved alle andre sletninger vil du blive spurgt om du er sikker. Hvis du svarer ja blive tingene slettet, og kan ikke genskabes. Hvis du svarer nej kommer du tilbage til forrige skærmbillede.',1046864428);
INSERT INTO international VALUES (861,'WebGUI',10,'Offentliggør brugerprofil?',1046864242);
INSERT INTO international VALUES (860,'WebGUI',10,'Offentliggør Email adresse?',1046864209);
INSERT INTO international VALUES (859,'WebGUI',10,'Signatur',1046864180);
INSERT INTO international VALUES (858,'WebGUI',10,'Alias',1046864169);
INSERT INTO international VALUES (857,'WebGUI',10,'IP adresse',1046864157);
INSERT INTO international VALUES (856,'WebGUI',10,'Du har ikke rettigheder til at redigere.',1046864143);
INSERT INTO international VALUES (855,'WebGUI',10,'List alle skabeloner',1046864117);
INSERT INTO international VALUES (854,'WebGUI',10,'List alle skabeloner som denne',1046864101);
INSERT INTO international VALUES (853,'WebGUI',10,'Slet denne skabelon',1046864070);
INSERT INTO international VALUES (851,'WebGUI',10,'Rediger denne skabelon.',1046864049);
INSERT INTO international VALUES (848,'WebGUI',10,'Der er syntax fejl i denne skabelon. Venligst ret.',1046864027);
INSERT INTO international VALUES (847,'WebGUI',10,'Gå tilbage til gældende side.',1046863992);
INSERT INTO international VALUES (845,'WebGUI',10,'Stilart makroer',1046863969);
INSERT INTO international VALUES (843,'WebGUI',10,'Bruger makroer',1046863943);
INSERT INTO international VALUES (841,'WebGUI',10,'Navigations makroer',1046863918);
INSERT INTO international VALUES (839,'WebGUI',10,'Programmør makro',1046863894);
INSERT INTO international VALUES (837,'WebGUI',10,'Mappe, tilføj/rediger',1046863861);
INSERT INTO international VALUES (836,'WebGUI',10,'Brudstykker er som navnet siger små tekststykker som kan genbruges overalt på dit site.
\r\nTing som java scripts, CSS filer, flash animationer ja selv sloganer er alle gode eksempler på brudstykker.
\r\nFordelen ved brudstykker er, at du kun skal rette dem ét sted.
\r\n\r\nNavn
\r\nNavnet på dit brudstykke.
\r\n\r\nOrganiser i mappe
\r\nHvilken mappe skal der gemmes i?
\r\n\r\nBrudstykke
\r\nStart bare med at skrive, eller kopier fra et andet sted.',1046863840);
INSERT INTO international VALUES (835,'WebGUI',10,'Brudstykke, tilføj/rediger',1046863632);
INSERT INTO international VALUES (834,'WebGUI',10,'Du kan gemme alle typer af filer for senere brug.\r\n
\r\nNavn
\r\nGiv denne fil et unikt navn som du kan referere til senere.
\r\n\r\nOrganiser i mappe
\r\nHvilken mappe vil du gemme i?
\r\n\r\nFil
\r\nVælg en fil fra disk harddisk der skal uploades.',1046863611);
INSERT INTO international VALUES (852,'WebGUI',10,'Kopier denne skabelon',1046863401);
INSERT INTO international VALUES (833,'WebGUI',10,'Fil, tilføj/rediger',1046860501);
INSERT INTO international VALUES (831,'WebGUI',10,'Brochure makroer',1046860460);
INSERT INTO international VALUES (829,'WebGUI',10,'',1046860399);
INSERT INTO international VALUES (827,'WebGUI',10,'Wobject skabelon',1046860378);
INSERT INTO international VALUES (825,'WebGUI',10,'Skabelon, sprog',1046860351);
INSERT INTO international VALUES (824,'WebGUI',10,'Email bundtekst',1046860334);
INSERT INTO international VALUES (823,'WebGUI',10,'Gå til den nye side.',1046860317);
INSERT INTO international VALUES (821,'WebGUI',10,'enhver',1046860156);
INSERT INTO international VALUES (820,'WebGUI',10,'Din konto er ikke aktiveret. Du kan først logge ind, når en administrator har aktiveret den.',1046860141);
INSERT INTO international VALUES (819,'WebGUI',10,'Selv deaktiveret',1046860042);
INSERT INTO international VALUES (818,'WebGUI',10,'Deaktiveret',1046860025);
INSERT INTO international VALUES (817,'WebGUI',10,'Aktiv',1046860004);
INSERT INTO international VALUES (816,'WebGUI',10,'Status',1046859991);
INSERT INTO international VALUES (815,'WebGUI',10,'Filen du forsøgte at uploade er større end maksimalgrænsen.',1046859979);
INSERT INTO international VALUES (814,'WebGUI',10,'Tilbage til stilarter.',1046859940);
INSERT INTO international VALUES (813,'WebGUI',10,'Grupper i denne gruppe',1046859924);
INSERT INTO international VALUES (812,'WebGUI',10,'Din besked er blevet sendt.',1046859910);
INSERT INTO international VALUES (811,'WebGUI',10,'Fra',1046859893);
INSERT INTO international VALUES (810,'WebGUI',10,'send',1046859882);
INSERT INTO international VALUES (809,'WebGUI',10,'Email gruppe',1046859870);
INSERT INTO international VALUES (808,'WebGUI',10,'Email denne gruppe.',1046859854);
INSERT INTO international VALUES (807,'WebGUI',10,'Håndter grupperne i denne gruppe',1046859817);
INSERT INTO international VALUES (806,'WebGUI',10,'Slet denne gruppe.',1046859792);
INSERT INTO international VALUES (805,'WebGUI',10,'Slet denne stilart.',1046859778);
INSERT INTO international VALUES (804,'WebGUI',10,'Kopier denne stilart',1046859745);
INSERT INTO international VALUES (803,'WebGUI',10,'Rediger denne stilart',1046859693);
INSERT INTO international VALUES (802,'WebGUI',10,'I øjeblikket sporer WebGUI ikke side statistik.\r\nDu kan slå denne funktion til i indstillinger.',1046859675);
INSERT INTO international VALUES (801,'WebGUI',10,'Wobjects interaktioner',1046859616);
INSERT INTO international VALUES (800,'WebGUI',10,'Unikke besøgende',1046859596);
INSERT INTO international VALUES (799,'WebGUI',10,'Side visninger',1046859575);
INSERT INTO international VALUES (798,'WebGUI',10,'Side titel',1046859561);
INSERT INTO international VALUES (797,'WebGUI',10,'Vis trafik statistik',1046859522);
INSERT INTO international VALUES (796,'WebGUI',10,'Vis side statistik',1046859503);
INSERT INTO international VALUES (794,'WebGUI',10,'Pakker',1046859152);
INSERT INTO international VALUES (793,'WebGUI',10,'antal brochurer',1046859139);
INSERT INTO international VALUES (792,'WebGUI',10,'Skabeloner',1046859004);
INSERT INTO international VALUES (791,'WebGUI',10,'Slet denne oversættelse',1046858989);
INSERT INTO international VALUES (790,'WebGUI',10,'Slet denne profil kategori.',1046858965);
INSERT INTO international VALUES (789,'WebGUI',10,'Rediger denne profil kategori',1046858943);
INSERT INTO international VALUES (788,'WebGUI',10,'Slet dette profil felt.',1046858922);
INSERT INTO international VALUES (787,'WebGUI',10,'Rediger dette profil felt.',1046858906);
INSERT INTO international VALUES (786,'WebGUI',10,'WebGUI\'s brochure system giver dig muligehed for at uploade filer og tekster til centralt sted, så de kan bruges alle andre steder på dit site.',1046858887);
INSERT INTO international VALUES (785,'WebGUI',10,'Brochure, administrer',1046858814);
INSERT INTO international VALUES (784,'WebGUI',10,'miniature',1046858782);
INSERT INTO international VALUES (783,'WebGUI',10,'type',1046858762);
INSERT INTO international VALUES (782,'WebGUI',10,'enhver',1046858750);
INSERT INTO international VALUES (781,'WebGUI',10,'brudstykke',1046858732);
INSERT INTO international VALUES (780,'WebGUI',10,'Fil',1046858718);
INSERT INTO international VALUES (779,'WebGUI',10,'Billed',1046858705);
INSERT INTO international VALUES (778,'WebGUI',10,'Mappe beskrivelse',1046858692);
INSERT INTO international VALUES (777,'WebGUI',10,'Mappe Id',1046858674);
INSERT INTO international VALUES (776,'WebGUI',10,'Rediger mappe',1046858661);
INSERT INTO international VALUES (775,'WebGUI',10,'Er du sikker på du vil slette denne mappe og flytte indholdet et niveau op?',1046858645);
INSERT INTO international VALUES (774,'WebGUI',10,'Er du sikker på du vil slette denne brochure? den kan ikke genskabes når den først er slettet.',1046858610);
INSERT INTO international VALUES (773,'WebGUI',10,'fil',1046858440);
INSERT INTO international VALUES (772,'WebGUI',10,'Rediger fil',1046858401);
INSERT INTO international VALUES (771,'WebGUI',10,'brudstykke',1046858382);
INSERT INTO international VALUES (770,'WebGUI',10,'Rediger brudstykke',1046858367);
INSERT INTO international VALUES (769,'WebGUI',10,'Organiser i mappe',1046858339);
INSERT INTO international VALUES (768,'WebGUI',10,'Navn',1046858278);
INSERT INTO international VALUES (767,'WebGUI',10,'Brochure Id',1046858261);
INSERT INTO international VALUES (766,'WebGUI',10,'Tilbage til brochure liste.',1046858193);
INSERT INTO international VALUES (765,'WebGUI',10,'Slet denne brochure enhed.',1046858160);
INSERT INTO international VALUES (764,'WebGUI',10,'Rediger denne brochure ',1046857909);
INSERT INTO international VALUES (763,'WebGUI',10,'Tilføj brudstykke.',1046857690);
INSERT INTO international VALUES (887,'WebGUI',10,'Midas (kræver Mozilla 1.3+)',1046854040);
INSERT INTO international VALUES (762,'WebGUI',10,'Tilføj en fil.',1046853777);
INSERT INTO international VALUES (761,'WebGUI',10,'Tilføj et billed.',1046853763);
INSERT INTO international VALUES (760,'WebGUI',10,'Slet denne mappe.',1046853740);
INSERT INTO international VALUES (759,'WebGUI',10,'Redigér denne mappe.',1046853725);
INSERT INTO international VALUES (888,'WebGUI',10,'Længde på snippet preview',1046853636);
INSERT INTO international VALUES (886,'WebGUI',10,'Skjul fra navigation?',1046853586);
INSERT INTO international VALUES (885,'WebGUI',10,'Tillad brugere selv at deaktivere deres konto?',1046853568);
INSERT INTO international VALUES (884,'WebGUI',10,'i nyt vindue',1046853539);
INSERT INTO international VALUES (883,'WebGUI',10,'Integreret (når muligt)',1046853525);
INSERT INTO international VALUES (882,'WebGUI',10,'Editor tilstand',1046853498);
INSERT INTO international VALUES (881,'WebGUI',10,'Ingen',1046853481);
INSERT INTO international VALUES (880,'WebGUI',10,'Last Resort Editor',1046853470);
INSERT INTO international VALUES (879,'WebGUI',10,'Klassisk editor (kræver Internet Explorer 5+)',1046853436);
INSERT INTO international VALUES (878,'WebGUI',10,'Du har ikke abonneret på nogen tråd',1046853012);
INSERT INTO international VALUES (877,'WebGUI',10,'Tråd abonnement',1046852992);
INSERT INTO international VALUES (876,'WebGUI',10,'Vis abonnementer på tråde',1046852971);
INSERT INTO international VALUES (875,'WebGUI',10,'Der er en ny meddeleses til en af de tråde du abbonerer på.',1046852941);
INSERT INTO international VALUES (874,'WebGUI',10,'Afmeld abonnement på tråd',1046852896);
INSERT INTO international VALUES (873,'WebGUI',10,'Abonér på tråd',1046852864);
INSERT INTO international VALUES (872,'WebGUI',10,'Hvem kan se?',1046852848);
INSERT INTO international VALUES (871,'WebGUI',10,'Hvem kan redigere?',1046852831);
INSERT INTO international VALUES (870,'WebGUI',10,'Velkommen',1046852746);
INSERT INTO international VALUES (869,'WebGUI',10,'Velkomst besked',1046852732);
INSERT INTO international VALUES (868,'WebGUI',10,'Send velkomst besked',1046852720);
INSERT INTO international VALUES (867,'WebGUI',10,'Tab af rettighed',1046852703);
INSERT INTO international VALUES (866,'WebGUI',10,'Notificeringsbesked ved udløb',1046852533);
INSERT INTO international VALUES (865,'WebGUI',10,'Notificer bruger om udløb?',1046852379);
INSERT INTO international VALUES (864,'WebGUI',10,'Lad notificeringsforskel udløbe',1046852350);
INSERT INTO international VALUES (863,'WebGUI',10,'Slet offset',1046851935);
INSERT INTO international VALUES (862,'WebGUI',10,'Denne brugers profil er ikke offentliggjort',1046851901);
INSERT INTO international VALUES (4,'Survey',10,'Undersøgelser lader dig indsamle informationer fra brugerne. I WebGUI\'s tilfælde kan du også bruge systemet til at teste dine brugers viden.\r\n\r\n
\r\n
\r\ntilfældig rækkefølge viser spørgsmålene i tilfældig rækkefølge.
\r\nRespons styret viser spørgsmålene i en rækkefølge der afhænger af svarene fra brugerne.\r\n\r\n
\r\n
\r\n
\r\n
Ordine Domande
\r\nL\'ordine in cui le domande saranno poste. Sequenziale visualizza le domande\r\nnell\'ordine in cui le hai create. Random displays visualizza le domande in\r\nordine casuale. Secondo i Responsi visualizza le domande in un ordine basato\r\nsulle risposte degli utenti.\r\n
Modalità
\r\nDi default la Survey è in modalità Ricerca (survey). Questo consente di porre\r\ndomande agli utenti. L\'atra modalità è il Quiz, puoi inserire un test con\r\nauto-correzione.\r\n
Chi può partecipare alla Survey?
\r\nQuali utenti possono prendere parte alla survey?\r\n
Chi può visualizzare i reports?
\r\nChi può visualizzare i risultati della survey?\r\n
Prossima azione?
\r\nSe lasci settato come visualizzato di default, potrai aggiungere una domanda\r\nsubito dopo aver aggiunto la survey.
title
\r\nIl titolo per questo wobject.\r\n
displayTitle
\r\nUna variabile condizionale per decidere se il titolo deve essere o no\r\nvisualizzato.\r\n
description
\r\nLa descrizione di questo wobject.\r\n
wobjectId
\r\nl\'identificatore univoco che WebGUI usa per controllare questo wobject.
\r\n\r\nBeneficio
\r\nPuoi inserire un nuovo beneficio, selezionarne uno da quelli già inseriti.\r\n
\r\n\r\nAggiungi un\'altro beneficio?
\r\nSe vuoi aggiungere un\'altro beneficio, seleziona \"Si\".\r\n
\r\n',1046633484); INSERT INTO international VALUES (72,'MessageBoard',8,'Template Principale',1046633433); INSERT INTO international VALUES (840,'WebGUI',8,'Queste macro sono fatte per funzionalità di programmazione. \r\n
^D; or ^D(); - Data
\r\nLa data e l\'ora corrente.\r\n
Puoi configurare il formato della data usando simboli di formattazione della\r\ndata. per esempio, se crei una macro così: ^D("%D %c, %y");\r\nstamperà 16 Aprile, 2001. I seguenti sono i simboli disponibili per\r\nformattare la data:\r\n
| %% | \r\n% | \r\n
| %y | \r\nAnno a 4 cifre | \r\n
| %Y | \r\nAnno a 2 cifre | \r\n
| %m | \r\nMese a 2 cifre | \r\n
| %M | \r\nMese a cifra variabile | \r\n
| %c | \r\nNome del mese | \r\n
| %d | \r\nGiorno del mese a 2 cifre | \r\n
| %D | \r\nGiorno del mese a cifra variabile | \r\n
| %w | \r\nNome del giorno della settimana | \r\n
| %h | \r\nora a 2 cifre base 12 ore | \r\n
| %H | \r\nora a cifra variabile base 12 ore | \r\n
| %j | \r\nora a 2 cifre base 24 ore | \r\n
| %J | \r\nora a cifra variabile base 24 ore | \r\n
| %p | \r\nam/pm in minuscolo | \r\n
| %P | \r\nAM/PM in maiuscolo | \r\n
| %z | \r\nformato data preferito dell\'utente | \r\n
| %z | \r\nformato ora preferito dall\'utente | \r\n
^Env()
\r\nPuò essere usata per visualizzare variabili di ambiente del web server in una\r\npagina.\r\n
Deve essere usata così: ^Env("REMOTE_ADDR");
\r\n^Execute();
\r\nConsente all\'amministratore o al content manager di eseguire un programma\r\nesterno. Nel formato ^Execute("/questo/file.sh");.\r\n
^FormParam();
\r\nQuesta macro è principalmente usata per generare query dinamiche negli SQL\r\nReport. Usando questa macro puoi prendere il valore di qualsiasi form\r\nsemplicemente specificando il nome del campo, in questo modo: ^FormParam("numerotelefonico");\r\n
^Include();
\r\nConsente ai content manager o agli amministratori di includere un file dal\r\ndisco. Nel formato ^Include("/questo/file.html");\r\n
^International();
\r\nInserisce un messaggio tradotto dall\' internationalization system.\r\n
Esempio: ^International(45,"Article");\r\n
^Quote();
\r\nUsa questa macro per proteggere una stringa prima di usarla in una query al database.\r\n
^Page();
\r\nQuesta può essere usata per recuperare informazioni sulla pagina corrente; Per\r\nesempio può essere usata per ottenere la URL della pagina così: ^Page("TitoloUrlizzato");\r\noppure per ottenere il titolo del menu così: ^Page("TitoloMenu");.\r\n
^SQL();
\r\nun SQL report di una linea. A volte hai bisogno solamente di tirar fuori\r\nqualcosa dal database velocemente. Questa macro è utile anche per estendere il\r\nwobject SQL report. Usa le macro numeriche (^0; ^1; ^2; etc) per posizionare i\r\ndati e usa anche la macro ^rownum; proprio come il wobject SQL report. Esempi:\r\n
^SQL("select count(*) from users","Ci sono ^0; utenti in\r\nquesto sistema.");\r\n
^SQL("select userId,username from users order by username","<a\r\nhref=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>");
\r\nURLEncode();
\r\nQuesta macro è utile soprattutto negli SQL reports, ma può essere usata\r\novunque. Prende una stringa e la codifica in modo che possa essere passata\r\nattraverso un URL. La sintassi è simile a questa: ^URLEncode("Questa è\r\nuna stringa?");\r\n
^User();
\r\nQuesta macro ti permette di visualizzare qualsiasi informazione dall\' account o\r\ndal profilo utente. Per esempio, se vuoi visualizzare l\'email dell\'utente if you\r\ndevi creare questa macro: ^User("email");\r\n
^*; or ^*(); - Numero casuale
\r\nUn numero generato casualmente. Questo é spesso usato sulle immagini (come\r\nbanner e ad) per assicurarsi che le immagini non vengano tenute in cache. In più,\r\npuoi configurare questa macro così: ^*(100); per creare un numero\r\ncasuale tra 0 e 100.\r\n
^-;,^0;,^1;,^2;,^3;, etc.
\r\nQueste macro sono riservate per funzione specifiche relative ai widgets come nel\r\nSQL report.
\r\n\r\nCi sono vari gruppi predefiniti. Eccoli:\r\n
\r\n\r\nAdmins
\r\nAdmins sono utenti che hanno privilegi illimitati nel sistema. Un utente dovrebbe essere aggiunto al gruppo admins solo se questi é veramente un amministratore del sistema. Normalmente in questo gruppo ci saranno solo da una a tre persone.\r\n
\r\n\r\nContent Managers
\r\nI Content managers sono utenti che hanno il privilegio di aggiungere, modificare e cancellare contenuti da varie aree del sito. Il gruppo content managers dovrebbe essere usato non per controllare contenuti individuali nel sito, ma per determinare se un utente può o meno eseguire modifiche ai contenuti. Dovresti creare dei nuovi gruppi per separare le aree di contenuti nel sito.\r\n
\r\nEveryone
Everyone è un gruppo speciale nel fatto che nessuno è fisicamente inserito in esso, ma tutti i membri del sito ne fanno parte. Se vuoi aprire il tuo sito sia ai visitors che ai registered users, usa questo gruppo per farlo.
Package Managers
Utenti che hanno i privilegi di aggiunta, modifica e cancellazione di packages di wobject e pagine da sviluppare.
\r\nRegistered Users
\r\nQuandi si aggiungono utenti al sistema, questi sono messi nel gruppo registered users. Un utente dovrebbe essere rimosso da questo gruppo solamente se il suo account é stato cancellato oppure se vuoi punire un utente che crea fastidi.\r\n
\r\nStyle Managers
Utenti che hanno i privilegi di modificare gli stili per il sito. Questi privilegi non consentono all\'utente di assegnare privilegi ad una pagina.
Template Managers
Utenti che hanno i privilegi di modifica per i template del sito.
\r\nVisitors
\r\nI Visitors sono utenti che non si sono loggati nel sistema usando un account. ',1046633143);
INSERT INTO international VALUES (71,'Item',8,'Come gli articoli, gli Item sono il coltellino svizzero del sistema. La maggior parte di contenuti statici possono essere aggiunti mediante il widget Item, anche se gli item sono usati per contenuti più piccoli che non gli articoli.\r\n
\r\nTemplate
\r\nScegli un layout per questo contenuto?\r\n
\r\nURL del Link
\r\nQuesta URL sarà attaccata al titolo di questo Item.\r\n
\r\nEsempio: http://www.google.com\r\n
\r\nAllegato
\r\nSe vuoi allegare un file di un word processor , un file zip , o qualsiasi altro file da scaricare per gli utenti, sceglilo dal tuo hard disk.\r\n\r\n',1046633095);
INSERT INTO international VALUES (612,'WebGUI',8,'Non c\'è quasi mai l\'esigenza di cancellare un utente. Se vuoi inibire un utente, cambiagli semplicemente la password. Se vuoi veramente cancellare un utente, tieni a mente che ci sono delle conseguenze. Se cancelli un utente, tutto il contenuto che ha aggiunto mediante i wobjects (come i forum o i contributi degli utenti) rimarrà sul sito. D\'altro canto, se altri utenti provano a visitare il profilo dell\'utente cancellato riceveranno un messaggio d\'errore. Anche se l\'utente è di nuovo benvenuto sul sito, non c\'è modo di ridargli l\'accesso ai propri vecchi contenuti, eccetto che modificando manualmente l\'utente nella tabella users del database.\r\n
Come con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.\r\n\r\n.',1046633062); INSERT INTO international VALUES (608,'WebGUI',8,'Cancellare una pagina può creare un grande danno se sei insicuro di quello che stai facendo. Quando cancelli una pagina cancelli anche tutto il suo contenuto (articoli, wobject, et..), tutte le sotto-pagine connesse a questa, e tutto il loro contenuto. Sii sicuro di aver già mosso tutto il contenuto che vuoi conservare prima di cancellare una pagina.\r\n
\r\nCome con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046633024); INSERT INTO international VALUES (606,'WebGUI',8,'Pensa alle pagine come a contenitori per i contenuti. Per esempio, se vuoi scrivere una lettera all\'editore del tuo settimanale preferito prendi un foglio (o apri un word processor) e cominci a riempirlo dei tuoi pensieri. Lo stesso vale per il C.M.S.. Crea una pagina, quindi aggiungi i tuoi contenuti alla pagina.\r\n
\r\nTitolo
\r\nIl titolo della pagina è quello che gli utenti useranno per navigare attraverso il tuo sito. I titoli dovrebbero essere descrittivi, ma non molto lunghi.\r\n
\r\nTitolo nel Menu
\r\nUn titolo più breve o diverso che compare nel menù di navigazione. Se non\r\nviene inserito sarò usato il Titolo .
Nascondi dalla navigazione
\r\nSeleziona Si per nascondere dal menù di navigazione.
NOTA:
\r\nla pagina sarà non sarà nascosta nella mappa del sito e nell\'albero di\r\nnavigazione, solo nel menù.\r\n
\r\nURL della pagina
\r\nQuando crei una pagina una URL per la pagina viene generata basandosi sul titolo della pagina. Se non ti piace l\'URL scelto, puoi cambiarlo\r\nqui.
Lingua
\r\nSeleziona il linguaggio di default per questa pagina. Tutti i messaggi di WebGUI\r\nsaranno generati nel linguaggio selezionato.\r\n
\r\nTemplate
\r\nPer default, il C.M.S.ha una grande area di contenuto dove piazzare wobjects. Invece, specificando un altro template diverso dal default puoi suddividere l\'area del contenuto in ulteriori sezioni.
Descrizione
\r\nUna breve descrizione della pagina, si usa per fornire contenuti per i meta tags\r\ne per la mappa del sito.\r\n\r\n
\r\nMeta Tags
\r\nI Meta tags sono usati da alcuni motori di ricerca per associare delle parole chiave ad una particolare pagina. Puoi usareWebopen Meta Tag Builder che ti aiuterà a costruire dei meta tags se non l\'hai mai fatto prima.\r\n
\r\nUtenti Avanzati: Se avete altre cose (come JavaScript) che normalmente mettereste nel tag\r\npotete metterle qui.\r\n
\r\nUsa i meta tags di default?
\r\nSe non vuoi specificare tuoi meta tags, il C.M.S. può generarli basandosi sul titolo della pagina e sul nome dell\'azienda. Spunta questa box per abilitare i meta tags generati dal\r\nC.M.S..\r\n
\r\nStile
\r\nPer default, quando crei una pagina, eredita alcune caratteristiche dalla pagina genitore. Una di queste caratteristiche è lo stile. Scegli dalla lista degli stili se vuoi cambiare l\'aspetto di questa pagina. Vedi Aggiungi Stile per maggiori dettagli.\r\n
\r\nSe spunti la box sottostante il pull-down menu dello stile, tutte le pagine figlie di questa pagina prenderanno lo stile selezionato per questa pagina.\r\n
\r\nData di inizio
\r\nIn che data vuoi che questa pagina appaia sul sito? Le date sono nel formato\r\namericano MM/GG/AAAA. Puoi usare un wizard JavaScript per selezionare la data da\r\nun calendario cliccando su imposta la data.
\r\n
\r\nData di fine
\r\nIn che data vuoi che questa pagina venga oscurato dal sito? Dopo tale data solo\r\ni content manager potranno visualizzare la pagina.\r\n
\r\nPropietario
\r\nIl proprietario di una pagina è solitamente chi l\'ha creata.
Chi può visualizzare?
\r\nSeleziona il gruppo che può visualizzare la pagina. Se vuoi che possa essere\r\nvisualizzata sia dai visitatori che dagli utenti registrati, seleziona il\r\ngruppo "Everybody"\r\n
\r\nChi può modificare?
\r\nSeleziona il gruppo che può modificare la pagina.\r\n
\r\nPuoi scegliere come opzione di dare questi privilegi a tutte le pagine sotto questa.
Prossima\r\nAzione?
\r\nSe lasci l\'opzione al valore di default sarai rediretto alla nuova pagina appena\r\ncreata.\r\n',1046632983);
INSERT INTO international VALUES (71,'Poll',8,'I sondaggi possono essere usati per testare i gusti dei tuoi utenti su vari argomenti.\r\n
\r\n\r\nAttivo
\r\nSe questo box é selezionato gli utenti potranno votare. Altrimenti saranno in grado solo di visualizzare i risultati del sondaggio.\r\n
\r\nChi può votare?
\r\nScegli un gruppo che può votare in questo sondaggio.\r\n
\r\n
Karma Per Voto
\r\nQuanto karma deve essere assegnato all\'utente quando vota?
Randomizza le risposte
\r\nPer essere certi che l\'ordine delle risposte non influenzi gli utenti è spesso utile prensentarle in ordine casuale ogni volta che vengono mostrate. Seleziona SI per abilitare l\'opzione
\r\n\r\n',1046632797); INSERT INTO international VALUES (71,'LinkList',8,'Le liste di link sono semplicemente quello che pensi, una lista di link. Molti siti hanno una sezione di link, e questo wobject automatizza il processo.\r\n
Mese di inzio
\r\nScegli il mese di inizio per il calendario. Se selezioni "Corrente" il\r\ncalendario partirà sempre dal mese corrente, percui ogni mese cambierà. Se\r\nselezioni "Primo nel Calendario" partirà con la prima data\r\ndisponibile nel calendario.
\r\n
\r\nMese di fine
\r\nScegli il mese di fine per il calendario. Se selezioni "Mostra X mesi\r\ndall\'inizio", solo X mesi di informazioni saranno mostrate. Se selezioni\r\n"corrente" il calendario finirà nel mese in cui sei. Se selezioni\r\n"ultimo nel calendario" allora terminerà alla data dell\'ultimo\r\ninserimento nel calendario.
\r\n
\r\nDefault Month
\r\nSeleziona con quale mese il calendario dovrà partire quando un visitatore entra\r\nnella pagina che lo contiene.
\r\nCambio pagina dopo
\r\nQuando si usa il layout a lista, quanti eventi vuoi che vengano visualizzati per ogni pagina?\r\n
\r\nContinua aggiungendo un evento?
\r\nLascia questo box selezionato se vuoi aggiungere eventi al calendario direttamente dopo averlo\r\ncreato.\r\n
\r\n
\r\nNota: Gli eventi che sono già accaduti non sono visualizzati nel calendario eventi.\r\n
\r\n',1046632373);
INSERT INTO international VALUES (73,'Article',8,'Queste sono le variabili di template disponibili per i template articolo.\r\n
attachment.box
\r\nVisualizza un box per allegato standard di WebGUI che include icona, nome file e\r\nindicatore allegato.\r\n
attachment.icon
\r\nLa URL all\'icona per questo tipo di allegato.\r\n
attachment.name
\r\nIl nome del file per questo allegato.\r\n
attachment.url
\r\nLa URL per scaricare questo allegato.\r\n
image.thumbnail
\r\nLa URL al thumbnail per l\'immagine allegata.\r\n
image.url
\r\nLa URL per l\'immagine allegata.\r\n
post.label
\r\nL\'etichetta tradotta per aggiungere un commento a questo articolo.\r\n
post.URL
\r\nLa URL per aggiungere un commento a questo articolo.\r\n
replies.count
\r\nil numero di commenti allegati a questo articolo.\r\n
replies.label
\r\nL\'etichetta tradotta che indica che tu puoi vedere le risposte.\r\n
replies.url
\r\nLa URL per visualizzare le risposte a questo articolo.
Consenti discussioni?
\r\nSelezionando questo box abiliterai la possibilità di inviare commenti\r\nall\'articolo.\r\n
Filtra i Messaggi
\r\nSeleziona il livello di filtraggio di contenuto da eseguire sui messaggi della discussione.\r\n
Chi può postare?
\r\nSeleziona il gruppo che è abilitato a inviare messaggi in questa discussione.\r\n
Modifica il Timeout
\r\nPer quanto tempo gli utenti possono modificare i loro messaggi prima che\r\nl\'opzione modifica sia bloccata?\r\n
Nota: non settare un limite troppo alto. Una delle grandi cose di\r\nquesti sistemi è che rappresentato un diario accurato di chi ha detto cosa. Se\r\npermetti di modificare per un arco di tempo troppo lungo, gli utenti avranno la\r\npossibilità di tornare sui propri passi e cambiare la propria opinione molto\r\ntempo dopo che il pensiero originale venisse postato.\r\n
Karma Per Post
\r\nQuanto karma deve essere assegnato ad un utente quando posta in questa\r\ndiscussione?\r\n
Chi può moderare?
\r\nSeleziona il gruppo che è abilitato a moderate questa discussione.\r\n
Tipo di moderazione?
\r\nPuoi selezionare il tipo di moderazione che preferisci. Dopo-il-fatto\r\nsignifica che quando un utente invia un messaggio questo viene pubblicato\r\nimmediatamente. Preventiva significa che un moderatore deve visionare ed\r\napprovare i messaggi prima che essi siano resi pubblicamente visibili. Gli\r\navvisi per i nuovi messaggi sono automaticamente visualizzati nel WebGUI Inbox\r\ndel moderatore.\r\n
Nota: In entrambi i tipi di moderazione il moderatore può sempre\r\nmodificare o cancellare i messaggi inviati.
\r\nAggiungi la data di modifica nei post
\r\nVuoi aggiungere la data di modifica nei messaggi così da sapere chi ha modificato un messaggio e quando?',1048067295);
INSERT INTO international VALUES (63,'Product',8,'La lista delle specifiche associate a questo prodotto.\r\n
\r\n specification.controls\r\n
\r\n I controlli di gestione di WebGUI per questa specifica.\r\nspecification.specification
\r\n Il testo stesso della specifica.\r\nspecification.units
\r\n L\'unità di misura per questa specifica. ex: metri\r\nspecification.label
\r\n L\'etichetta per questa specifica. ex: altezza\r\n\r\n
addaccessory.url
\r\nLa URL per aggiungere un accessorio a questo prodotto.\r\n
addaccessory.label
\r\nL\'etichetta tradotta per il link per aggiungere un accessorio.\r\n
accessory_loop
\r\nQuesto ciclo contiene tutti gli accessori associati a questo prodotto.\r\n
\r\n accessory.url\r\n
\r\n La URL all\'accessorio linkato.\r\naccessory.title
\r\n Il titolo dell\'accessorio linkato.\r\naccessory.controls
\r\n I controlli di gestione di WebGUI per questo accessorio.\r\n\r\n
addRelatedProduct.url
\r\nla URL per aggiungere un prodotto correlato a questo prodotto.\r\n
addRelatedProduct.label
\r\nL\'etichetta tradotta per il link per aggiungere un prodotto correlato .\r\n
relatedproduct.url
\r\nLa URL al prodotto linkato.\r\n
relatedproduct.title
\r\nIl titolo del prodotto linkato.\r\n
relatedproduct.controls
\r\nI controlli di gestione di WebGUI per questo prodotto correlato.
Esegui su Registrazione
\r\nSe qui inserisci una linea di comando, sarà eseguita ogni volta che un utente\r\nsi registra.
Abilita Karma?
\r\nVuoi abilitare la funzione Karma?
Karma per Login
\r\nLa quantità di Karma che viene accreditato ad ogni utente quando effettua\r\nil login. Ha effetto solo se il karma è abilitato.
\r\n\r\n\r\nSession Timeout
\r\nIl tempo (in secondi) che una sessione utente rimane attiva (prima che sia necessario un nuovo login). Il timeout si azzera ogni volta che si clicca una pagina. Quindi se setti il timeout per 8 ore, un utente dovrà rifare il log in non ha visitato il sito the site da 8 ore.
\r\n\r\nConsenti agli utenti di disattivare i propri account?
\r\nConsenti ai tuoi utenti di disattivare i propri account senza un tuo intervento?
\r\n
\r\nMetodo di autenticazione (default)
\r\nQuale dovrebbe essere il metodo di autenticazione predefinito per i nuovi account creati? I due metodi possibili sono WebGUI e LDAP. L\'autenticazione WebGUI significa che gli utenti si autenticheranno in base alle informazioni conservate nel database. L\'autenticazione LDAP significa che gli utenti si autenticheranno in base ad un server LDAP sesterno.\r\n
\r\nNota: I settaggi di autenticazione possono essere personalizzati utente per utente.\r\n
NOTA: In aggiunta al tuo messaggio saranno incluse anche le\r\ninformazioni sull\'account.
Messaggio di Benvenuto
\r\nScrivi il messaggio che vuoi che venga inviato all\'utente quando si registra.
Recupera\r\nPassword - Messaggio
\r\nScrivi il messaggio che vuoi che venga inviato agli utenti se cercano di\r\nrecuperare la loro password di WebGUI .
\r\n\r\n \r\n\r\n
LDAP Identity
\r\nLa LDAP è l\'identificatore unico nel LDAP server con cui l\'utente sarà\r\nidentificato. Spesso questo campo è un shortname, che prende la forma\r\ndella iniziale del nome + il cognome. Esempio: mrossi. Per questo se\r\nspecifichi la LDAP identity per essere un shortname allora Mario\r\nRossi dovrà inserire mrossi durante il processo di\r\nregistrazione.
\r\n
\r\nLDAP Identity Name
\r\nL\'etichetta utilizzata per descrivere LDAP Identity all\'utente. Per esempio,\r\nalcune aziende usano un LDAP server per autenticare i loro utenti con proxy\r\nserver. Nella documentazione fornita ai propri utenti, la LDAP identity è\r\nconosciuta come la loro Web Username. Quindi per coerenza puoi inserire\r\nquesta etichetta.
\r\n
\r\nLDAP Password Name
\r\nCome per LDAP Identity Name è una etichetta , così lo è la LDAP Password\r\nName. Usa questa etichetta secondo gli stessi principi della LDAP Identity Name.
\r\n\r\nCome per ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046625755); INSERT INTO international VALUES (622,'WebGUI',8,'Vedi Gestisci Gruppi per una descrizione delle funzioni dei gruppi e per i gruppi di default.\r\n
\r\n\r\nNome del gruppo
\r\nUn nome per il gruppo. E\' meglio se il nome é descrittivo così saprai in un batter d\'occhio di cosa si tratta.\r\n
\r\n\r\nDescrizione
\r\nUna descrizione più lunga del gruppo così che altri admin e content managers (o tu se te lo dimentichi) sapranno qual\'é lo scopo del gruppo.\r\n
\r\nScadenza Offset
\r\nLa quantità di tempo durante il quale un utente continuerà ad appartenere ad\r\nun gruppo prima che il privilegio scada o che venga rimosso dal gruppo. Questa\r\nfunzione è molto utile per i siti con membership nei quali gli utenti hanno\r\nalcuni privilegi solamente per un periodo di tempo specifico.\r\n
NOTA: Questo può essere annullato da una configurazione specifica per\r\nutente.\r\n
Avverti gli utenti sulla scadenza?
\r\nSetta su "si" se vuoi che WebGUI contatti gli utente quando è\r\nprossima la loro esclusione dal gruppo.\r\n
Offset della notifica di scadenza
\r\nLa differenza di tempo in giorni tra la scadenza/esclusione e la notifica. \r\nPuoi settarla sui ogni parametro che desideri. Per esempio settalo a\r\n"0" se vuoi che la notifica/avviso sia inviata lo stesso giorno\r\nin cui il privilegio scade. Settalo a "-7" se vuoi che la\r\nnotifica/avviso sia inviata 7 giorni prima che il privilegio scada.\r\nSettalo a "7" se vuoi che la notifica/avviso sia inviata 7 giorni \r\ndopo che il privilegio scada.\r\n
Messaggio di notifica/avviso della scadenza
\r\nScrivi il messaggio che vuoi spedire agli utenti per dire loro della scadenza.\r\n
Cancellazione Offset
\r\nLa differenza di tempo in giorni tra la scadenza/esclusione e la cancellazione\r\ndefinitiva dal sistema. Puoi settarla sui ogni parametro che desideri. Per\r\nesempio settalo a "0" se vuoi che la cancellazione avvenga lo\r\nstesso giorno in cui il privilegio scade. Settalo a "-7" se vuoi che\r\nla cancellazione avvenga 7 giorni prima che il privilegio scada.\r\nSettalo a "7" se vuoi che la cancellazione avvenga 7 giorni dopo\r\nche il privilegio scada.\r\n
IP Address
\r\nSpecifica un IP address o un IP mask per l\'autenticazione. Se gli IP\r\naddress degli utenti corrispondono, saranno automaticamente inclusi nel gruppo.\r\nAn IP mask è semplicemente l\' IP address meno un octet (ottetto) o due. Puoi\r\nspecificare anche IP masks multiple separandoli da punto-e-virgola.\r\n
IP Mask Esempio: 10.;192.168.;101.42.200.142\r\n
Soglia del Karma
\r\nSe hai abilitato il Karma, allora puoi settare questo valore. La soglia del\r\nKarma è la quantità (valore) di karma che un utente deve possedere per\r\nessere considerato incluso nel gruppo.
\r\nLe macro cominciano sempre con un carattere carat (^) , proseguono con almeno un altro carattere e finiscono con un punto e virgola (;). Alcune macro possono essere estese/configurate nel formato ^x(\"testo della configurazione\");.\r\n
\r\n
Nota: \r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\nQueste macro sono riservate per funzione specifiche relative ai widgets come nel SQL report e il corpo nel gestore degli stili.',1048071547);
INSERT INTO international VALUES (623,'WebGUI',8,'Cascading Style Sheets (CSS) sono lo strumento migliore per gestire il look and feel di un web site. Sono largamente usati nel C.M.S.\r\n
\r\n\r\nQuella che segue è una lista di classi usate per gestire il look :\r\n
\r\n\r\nA
\r\nI links nello stile.\r\n
\r\n\r\nBODY
\r\nIl setup di default delle pagine nello stile.\r\n
\r\n\r\nH1
\r\nGli headers di ogni pagina.\r\n
\r\n\r\n.accountOptions
\r\nI links che appaiono in modalità login e account update forms.\r\n
\r\n\r\n.adminBar
\r\nLa barra che appare in alto quando sei amministratore del sito.\r\n
\r\n\r\n.content
\r\nLa principale area di contenuto in ogni pagina dello stile.\r\n
\r\n\r\n.formDescription
\r\nI tags su ogni forms prossimi agli elementi del form. \r\n
\r\n\r\n.formSubtext
\r\nI tags sotto alcuni elementi dei form.\r\n
\r\n\r\n.highlight
\r\nDenota un elemento in evidenza, come quale messaggio stai visualizzando in una lista.\r\n
\r\n\r\n.horizontalMenu
\r\nHorizontal menu (se stai usando una horizontal menu macro).\r\n
\r\n\r\n.pagination
\r\nIl link alla pagina precedente o successiva se stai usando il cambia pagina dopo....\r\n
\r\n\r\n.selectedMenuItem
\r\nUtilizza questa classe per evidenziare la pagina corrente in ognuno dei menu macro.\r\n
\r\n\r\n.tableData
\r\nI contenuti di elementi come forum e contributi dagli utenti.\r\n
\r\n\r\n.tableHeader
\r\nHead delle colonne di elementi come forum e contributi dagli utenti.\r\n
\r\n\r\n.tableMenu
\r\nIl menu di elementi come forum e contributi dagli utenti.\r\n
\r\n\r\n.verticalMenu
\r\nVertical menu (se stai utilizzando una vertical menu macro).\r\n
\r\n\r\nNote: Alcuni elementi e macro hanno il proprio stile univoco, che è documentato nello specifico file di help.\r\n\r\n',1046622652); INSERT INTO international VALUES (621,'WebGUI',8,'Gli stili del C.M.S. sono abilitati alle macro. Vedi Usare le Macros per maggori informazioni.\r\n
\r\n\r\nNome dello stile
\r\nUn nome univoco che descriva come appare lo stile in una parola. Il nome non ha effetto sulla visualizzazione dello stile.\r\n
\r\n\r\nBody
\r\nBody rappresenta la visualizzazione del tuo sito. Copia il tuo codice HTML e incollalo nello spazio apposito. \r\n
\r\n\r\nMolte persone aggiungeranno macro del C.M.S. ai loro body per automatizzare la navigazione, e per altre funzionalità.\r\n
\r\nEsiste una macro particolare, questa ^-; che dovrai necessariamente posizionare nella parte del body in cui vuoi che venga inserito il contenuto. Non dimenticare di mettere la macro ^AdminBar per visualizzare le funzioni amministrative.\r\n\r\n
\r\n\r\nStyle Sheet
\r\nMetti il codice del tuo foglio di stile qui. Gli Style sheets, o fogli di stile sono usati per controllare colori, dimensioni e altre proprietà degli elementi del tuo sito. Vedi Usare gli Style Sheets per maggiori informazioni.\r\n
\r\n\r\nUtenti avanzati: per una maggior performance create gli style sheet sul file system (chiamateli tipo tuosito.css) e aggiungete in questa area un link come questo: \r\n<link href=\"/tuosito.css\" rel=\"stylesheet\" rev=\"stylesheet\" type=\"text/css\">',1046622576);
INSERT INTO international VALUES (71,'USS',8,'I sistemi di contribuzione da parte degli utenti sono un ottimo modo di aggiungere un senso di community su ogni sito, e anche un modo di ottenere contenuti gratuitamente dagli utenti.\r\n
\r\nTemplate principale
\r\nselezione un layout per questo Sistema di Contributi degli Utenti
\r\nFiltra il contenuto
\r\nSeleziona il livello di filtraggio del contenuto che vuoi effettuare su tutti i messaggi.
\r\nTemplate di inserimento
\r\nselezione un layout per l\'interfaccia di sottomissione contributi
\r\nChi può approvare?
\r\nChe gruppo é abilitato ad approvare e rifiutare i contenuti?\r\n
\r\nChi può contribuire?
\r\nQuale gruppo é abilitato ad aggiungere contenuto?\r\n
\r\nContributi per pagina
\r\nQuanti contributi vuoi visualizzare per pagina nell\'indice dei contenuti?\r\n
\r\nStato predefinito
\r\nI contributi vengono settati a Approvato, Pendente, o Respinto per default?\r\n
\r\nNote: Se metti lo stato predefinito a Pendente, sii preparato a guardare spesso nel log messaggi per i nuovi contributi.\r\nVisualizza thumbnails?
\r\nSe c\'è unna immagine nella discussione la thumbnail sarà visualizzata nel\r\nLayout .
\r\n
Consenti Discussioni?
\r\nDesideri allegare una discussione a questo sistema di contributi ? Se lo fai,\r\nogni utente potrà commentare ogni discussione. \r\n
Chi può postare?
\r\nQuale gruppo può postare su questa discussione?\r\n
\r\nModifica Timeout
\r\nQuesto settaggio specifica per quanto tempo un utente avrà la possibilità di modificare il proprio messaggio. Il Timeout é misurato in ore.\r\n
\r\nNota: Non settare questo limite troppo alto. Una delle cose più interessanti dei Forum é che sono una registrazione accurata di una discussione. Se consenti di modificare i messaggi per molto tempo, l\'utente avrà la possibilità di cambiare idea molto tempo dopo che il pensiero originale era stato espresso.\r\n\r\n\r\n
Karma Per Post
\r\nQuanto karma deve essere assegnato all\'utente quando posta su questa\r\ndiscussione?
\r\nChi può moderare?
\r\nQuale gruppo può moderare su questa discussione?
Tipo di moderazione?
\r\nPuoi selezionare il tipo di moderazione che preferisci. Dopo-il-fatto\r\nsignifica che quando un utente invia un messaggio questo viene pubblicato\r\nimmediatamente. Preventiva significa che un moderatore deve visionare ed\r\napprovare i messaggi prima che essi siano resi pubblicamente visibili. Gli\r\navvisi per i nuovi messaggi sono automaticamente visualizzati nel WebGUI Inbox\r\ndel moderatore.\r\n
Nota: In entrambi i tipi di moderazione il moderatore può sempre\r\nmodificare o cancellare i messaggi inviati.
\r\n\r\nAggiungi data di modifica nei post?
\r\nVuoi aggiungere la data di modifica nei messaggi così da sapere cosa è stato modificato e quando?',1048257886);
INSERT INTO international VALUES (74,'MessageBoard',8,'Questo è l\'elenco delle variabili di template disponibili per i template dei\r\nForum.\r\n
canPost
\r\nUna condizione che indica se un utente può aggiungere un nuovo messaggio.\r\n
post.url
\r\nLa URL per aggiungere un nuovo messaggio.\r\n
post.label
\r\nL\'etichetta tradotta per il link da cui postare.\r\n
search.url
\r\nLa URL per cercare in questo forum.\r\n
search.label
\r\nL\'etichetta tradotta per il link al search engine.\r\n
subject.label
\r\nL\'etichetta tradotta per la colonna Oggetto.\r\n
user.label
\r\nL\'etichetta tradotta per la colonna Utente\r\n
date.label
\r\nL\'etichetta tradotta per la colonna Data.\r\n
views.label
\r\nL\'etichetta tradotta per la colonna Visualizzato.\r\n
replies.label
\r\nL\'etichetta tradotta per la colonna Risposte.\r\n
last.label
\r\nL\'etichetta tradotta per la colonna Ultima Risposta\r\n
message_loop
\r\nUn ciclo che contiene ogni messaggio.\r\n
\r\n last.url\r\n
\r\n La URL all\'ultima risposta a questo messaggio.\r\nlast.subject
\r\n L\'oggetto dell\'ultima risposta a questo messaggio.\r\nlast.username
\r\n Il Nome Utente di chi ha postato l\'ultima risposta a questo messaggio.\r\nlast.userProfile
\r\n La URL al profilo dell\'utente che ha postato l\'ultima risposta a questo\r\n messaggio.\r\nlast.date
\r\n La data in cui l\'ultima risposta a questo messaggio è stata inviata.\r\nmessage.subject
\r\n L\'oggetto di questo messaggio.\r\nmessage.date
\r\n La data in cui questo messaggio è stato postato.\r\nmessage.user
\r\n L\'utente che ha postato questo messaggio.\r\nmessage.views
\r\n Le visualizzazioni che questo messaggio ha ricevuto.\r\nmessage.replies
\r\n Il numero di risposte a questo thread.\r\nmessage.url
\r\n La URL per visualizzare questo messaggio.\r\nmessage.currentUser
\r\n Una condizione che indica se l\'utente attuale è lo stesso che ha postato\r\n questo messaggio.\r\nmessage.status
\r\n Lo stato di questo messaggio (pendente, approvato, rifiutato).\r\n\r\n
firstPage
\r\nUn Link alla prima pagina dell\'impaginazione.\r\n
lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione.\r\n
nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n
previousPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n
pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\n
multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.
readmore.label
\r\nL\'etichetta tradotta che indica che l\'utente può cliccare per "leggere di\r\npiù".\r\n
responses.label
\r\nL\'etichetta tradotta che indica che l\'utente può cliccare per visualizzare le\r\nrisposte a questo post.
canPost
\r\nUna condizione che indica se un utente può aggiungere un nuovo contributo.\r\n
post.url
\r\nLa URL per aggiungere un nuovo contributo.\r\n
post.label
\r\nL\'etichetta tradotta per il link da cui postare.\r\n
search.label
\r\nL\'etichetta tradotta per il link al search engine.\r\n
search.url
\r\nLa URL per settare on/off form di ricerca.\r\n
search.form
\r\nIl form di ricerca di WebGUI.\r\n
title.label
\r\nL\'etichetta tradotta per la colonna Titolo.\r\n
thumbnail.label
\r\nL\'etichetta tradotta per la colonna Thumbnail.\r\n
date.label
\r\nL\'etichetta tradotta per la colonna Data.\r\n
by.label
\r\nL\'etichetta tradotta che indica da chi è stato inviato il contributo.\r\n
submissions_loop
\r\nUn ciclo che contiene ogni contributo.\r\n
\r\n submission.id\r\n
\r\n Un identificatore unico per questo contributo.\r\nsubmission.url
\r\n La URL per visualizzare questo contributo.\r\nsubmission.content
\r\n Il testo abbreviato del contenuto di questo contributo.\r\nsubmission.responses
\r\n Il numero di risposte a questo contributo.\r\nsubmission.title
\r\n Il titolo per questo contributo.\r\nsubmission.userId
\r\n La User Id dell\'utente che ha inviato questo contributo.\r\nsubmission.username
\r\n Il nome utente della persona che ha inviato questo contributo\r\nsubmission.status
\r\n Lo stato di questo contributo (approvato, pendente, rifiutato).\r\nsubmission.thumbnail
\r\n Il thumbnail dell\'imagine caricata con questo contributo (se esiste).\r\nsubmission.date
\r\n La data in cui è stato inviato il contributo.\r\nsubmission.currentUser
\r\n Una condizione che indica se l\'utente attuale è lo stesso che ha inviato\r\n questo contributo.\r\nsubmission.userProfile
\r\n La URL al profilo dell\'utente che ha inviato questo contributo.\r\nsubmission.secondColumn
\r\n Una condizione che indica se questo contributo appartiene o no alla seconda\r\n colonna in un layout multi-colonna.\r\nsubmission.thirdColumn
\r\n Una condizione che indica contributo appartiene o no alla terza colonna\r\n in un layout multi-colonna.\r\nsubmission.fourthColumn
\r\n Una condizione che indica contributo appartiene o no alla quarta colonna\r\n in un layout multi-colonna.\r\nsubmission.fifthColumn
\r\n Una condizione che indica contributo appartiene o no alla quinta colonna in un\r\n layout multi-colonna.\r\n\r\n
firstPage
\r\nUn Link alla prima pagina dell\'impaginazione.\r\n
lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione.\r\n
nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n
previousPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n
pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\n
multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.
\r\n\r\nSecondo Nome
\r\nIl secondo nome dell\'utente.\r\n
\r\n\r\nCognome
\r\nIl cognome dell\'utente.\r\n
\r\n\r\nIndirizzo Email
\r\nIndirizzo email dell\' utente. Deve essere inserito se l\' utente vuole utilizzare le funzioni che richiedono l\' email.\r\n
\r\n\r\n\r\nLingua
\r\nQuale lingua deve essere usata dal sistema per mostrare messaggi e indici.\r\n
\r\n\r\nICQ UIN
\r\nICQ UIN è \" ID numero utente\" sul network ICQ. ICQ è una tra le più popolari piattaforme di instant messaging.\r\n\r\n\r\nNota: Puoi inserire tutti le categorie e i campi che desideri, puoi senderli obbligatori o meno. Nella gersione profilo troverai configurati quelli di default nella distribuzione di WebGUI.\r\n\r\n',1046619284);
INSERT INTO international VALUES (618,'WebGUI',8,'\r\nSMTP Server
\r\nQuesto é l\'indirizzo del tuo mail server locale. E\' necessario per tutte le funzionalità che coinvolgono la posta internet (come la funzione di recupero password).
\r\n\r\nEmail footer
\r\nQuesto footer sarà processato per le macro e allegato ad ogni email inviata da questa istanza di WebGUI.\r\n
\r\nAvverti quando c\'è un nuovo utente?
\r\nQualcuno deve essere avvisato se un nuovo utente si registra anonimamente?\r\n
\r\nGruppo da avvertire quando c\'è un nuovo utente?
\r\nQuale gruppo deve essere avvisato se un nuovo utente si registra anonimamente?\r\n
\r\n\r\n',1046556120);
INSERT INTO international VALUES (617,'WebGUI',8,'I Settaggi sono opzioni che ti consentono di aggiustare il C.M.S. per i tuoi particolari bisogni.\r\n
\r\n\r\n\r\nModifica informazioni sull\'azienda
\r\nInformazioni specifiche riguardo l\'azienda o l\'individuo che controlla questa installazione del C.M.S. .\r\n
\r\n\r\nModifica i settaggi dei contenuti
\r\nSettaggi correlati a contenuti e alla loro gestione.\r\n
\r\n\r\nModifica i settaggi della messaggistica
\r\nSettaggi per le email e le funzioni relative alla messaggistica.\r\n
\r\n\r\nModifica settaggi vari
\r\nTutto il resto.\r\n\r\nModifica i settaggi del profilo
\r\nDefinisce come appaioni i profili degli utenti e cosa gli utenti hanno i privilegi di modificare
\r\n\r\n\r\n\r\nModifica i settaggi per gli utenti
\r\nQuesti settaggi riguardano la identificazione degli utenti e il login, etc.\r\n
\r\n\r\n',1046555813); INSERT INTO international VALUES (613,'WebGUI',8,'Gli utenti nel sistema sono gli account ai quali é concesso fare determinate cose. Ci sono due utenti di default: Admin e Visitor.\r\n
\r\n\r\nAdmin
\r\nAdmin é esattamente quello che ti aspetti. E\' un utente con privilegi illimitati nell\'ambiente. Se qualcosa può essere fatto, questo utente ha i diritti per farlo.\r\n
\r\n\r\nVisitor
\r\nVisitor é esattamente l\'opposto di Admin. Visitor non ha nessun diritto. Per default qualsiasi utente non loggato é visto come utente Visitor.\r\n
\r\n\r\nAggiungi un nuovo utente.
\r\nClicca qui per andare allo schermo di aggiunta utente.\r\n
\r\n\r\nCerca
\r\nPuoi cercare gli utenti basandoti sullo username o sull\'indirizzo email. Puoi anche fare delle ricerche parziali se preferisci.',1046555073);
INSERT INTO international VALUES (632,'WebGUI',8,'Puoi aggiungere wobject selezionando Aggiungi contenuto dal menu in alto a sinistra. Puoi poi editarlo cliccando sul bottone \"Modifica\" che appare proprio sopra l\'istanza di ogni wobject particolare.\r\n
Quasi tutti wobject condividono alcune proprietà:
\r\nWobject ID
\r\nL\'identificatore unico che WebGUI usa per tracciare il wobject. Gli utenti\r\nnormali probabilmente non hanno bisogno di questo parametro, ma qualche utente\r\navanzato può averne bisogno per esempio applicazioni di SQL Reports.
Titolo
\r\nQual\'é il titolo di questo articolo? Anche se non vuoi che il titolo appaia, é\r\nuna buona idea dare un titolo ai tuoi contenuti, così quando questi saranno\r\ncopiati negli appunti avranno un nome.
\r\n
\r\nVisualizza il titolo?
\r\nVuoi visualizzare il titolo? In alcuni siti visualizzare il titolo non è necessario.
\r\n
\r\nProcessa le macro?
\r\nVuoi processare le macro nel contenuto di questo wobject? A volte vorrai attivare l\'interpretazione delle macro. Deselezionando questo\r\nbox non processerà le macro e sarà velocizzata l\'esecuzione della pagina.
\r\n
\r\nPosizione nel template
\r\nLe posizioni nel template variano da 0 (zero) a qualsiasi numero. Quante ne sono disponibili dipende dal template associato a questa pagina. Il template di default ha solo una posizione nel template, altri possono averne di più. Selezionando una posizione nel template, stai specificando dove questo wobject sarà posizionato nella struttura del template.\r\n
\r\n
\r\nData di inizio
\r\nIn che data vuoi che questo articolo appaia sul sito? Le date sono nel formato\r\namericano MM/GG/AAAA. Puoi usare un wizard JavaScript per selezionare la data da\r\nun calendario cliccando su imposta la data. Per default la data di inizio\r\né posta a 01/01/2000.
\r\n
\r\nData di fine
\r\nIn che data vuoi che questo articolo venga rimosso dal sito? Per default la data\r\ndi fine é posta a 100 anni nel futuro, 01/01/2100.
\r\n
\r\nDescrizione
\r\nUna area di contenutonella quale puoi mettere quanto contenuto ti pare. Per esempio, perfino prima di una FAQ c\'è di solito un paragrafo che descrive che cosa è contenuto in essa.\r\n
\r\n
\r\n
\r\nNamespace
\r\nChe tipo di template è questo?\r\n
\r\n\r\n\r\nTemplate
\r\nCrea il tuo template inserendo i comandi di template, le macro di variabile e il codice.\r\n
\r\n\r\n\r\nNota:\r\nNon devi mai modificare i template di default che trovi nella distribuzione di WebGUI, perchè possono variare con ogni realise per introdurre nuove funzioni. Devi fare una copia del template che ti interessa e modificare quello.\r\n',1046550619);
INSERT INTO international VALUES (71,'SiteMap',8,'Le mappe del sito sono usate per aggiungere un ulteriore ausilio nella navigazione. Puoi aggiungere una mappa del sito tradizionale che visualizzi una vista gerarchica di tutte le pagine nel sito. D\'altra parte, puoi usare le mappe del sito per dare un ausilio di navigazione a certi livelli nel sito.\r\n
\r\n\r\nTemplate
\r\nSeleziona un layout per questa mappa.\r\n
\r\nParti Da
\r\nSeleziona la pagina da cui vuoi far iniziare la mappa.\r\n
\r\nPartire da questo Livello?
\r\nQuanti livelli di profondità della navigazione deve mostrare la mappa? Se è specificato 0(zero) mostrerà tutti i livelli esistenti.\r\n
\r\n\r\nRientro
\r\nDi quanti caratteri deve rientrare ogni livello?
\r\n\r\n',1046550282);
INSERT INTO international VALUES (71,'SQLReport',8,'I report SQL sono forse il più potente tra i wobject. Consentono all\'utente di eseguire query su qualsiasi database al quale abbia accesso. Questo é utile ad esempio per estrarre dati dal tuo database degli account o per creare dei sommari di\r\ntutti i forum di discussione nel sito.
\r\n\r\nPreprocessa le macro sulla quesry?
\r\nVuoi che vengano processate le macro del C.M.S.? Seleziona questo box.
Debug?
\r\nSeleziona questo box se vuoi visualizzare il debugging e i messaggi di\r\nerrore nella pagina.
Query
\r\nQuesta é una query SQL standard. Puoi rendere più dinamiche le tue query\r\nutilizzando la macro ^FormParam(); \r\n
\r\n\r\nReport Template
\r\nScrivi qui il codice per generare il report. normalmente userai delle tabelle HTML per generarlo. Sotto é incluso un esempio. Se lasci questo campo in bianco il template sarà generato in base al risultato della query.\r\n
\r\n\r\nCi sono delle macro speciali per generare report SQL. Sono: ^-;, ^0;, ^1;, ^2;, ^3;, etc. Queste macro saranno processate comunque, a prescindere dal fatto che tu abbia deselezionato la box processa macro. La macro ^- rappresenta i punti di split nel documento dove il report comincia e finisce di fare il loop. Le macro numeriche rappresentano i dati ritornati dalla\r\nquery. C\'è una macro aggiuntiva ^rownum; che conta le righe della query\r\npartendo da 1 per usarla dove le linee del\'output devono essere numerate.
\r\n\r\nDSN
\r\nData Source Name é l\'identificatore univoco che il linguaggio PERL usa per descrivere la locazione del tuo database. La sintassi é DBI:[driver]:[database name]:[host]. \r\n
\r\n\r\nEsempio: DBI:mysql:WebGUI:localhost\r\n
\r\n\r\nUtente Database\r\nLo username che usi per collegarti al DSN.\r\n
\r\n\r\nPassword Database\r\nLa password che usi pe rcollegarti al DSN.\r\n
\r\n\r\nPagina dopo\r\nQuante righe vuoi che siano visualizzate prima di dividere il risultato in pagine separate? In altre parole, quante righe vuoi che siano visualizzate per pagina?\r\n
\r\n\r\nConverti gli a capo?\r\nVuoi convertire gli a capo nei dati del risultato in break HTML (<br>).\r\n',1046549982); INSERT INTO international VALUES (43,'Product',8,'Le specifiche sono le caratteristiche tecniche del prodotto.
\r\n\r\nTipo della specifica
\r\n\r\nil tipo di specifica. Per esempio altezza, larghezza, o colore. Puoi selezionarne una già inserita nel sistema per un altro prodotto, oppure inserirne una nuova.
\r\n\r\nSpecifica
\r\n\r\nil valore della specifica. Per esempio, se hai scelto altezza come tipo dovrai inserire un valore numerico come \"12\".
\r\n\r\nUnità
\r\n\r\nLa unità di misura per questa specifica. Per esempio, se hai scelto altezza come tipo, probabilmente dovrebbe essere \"centimetri\".
\r\n\r\nAggiungi una nuova specifica?
\r\n\r\nSe vuoi aggiungere una ulteriore specifica, seleziona \"Si\".\r\n\r\n\r\n\r\n\r\n',1046548417);
INSERT INTO international VALUES (39,'Product',8,'Il C.M.S. comprende un sistema di gestione catalogo prodotti che consente di pubblicare facilmente e velocemente i tuoi prodotti e servizi. \r\n
\r\n
Template
\r\nSeleziona un layout per questo prodotto.
\r\n\r\nCodice Prodotto
\r\n\r\nIl codice del prodotto, o un identificativo del prodotto.
\r\n\r\nImmagine Prodotto 1
\r\n\r\nUna immagine di questo prodotto.
\r\n\r\nImmagine Prodotto 2
\r\n\r\nUna immagine di questo prodotto.
\r\n\r\nImmagine Prodotto 3
\r\n\r\nUna immagine di questo prodotto.
\r\n
Brochure
\r\nLa brochure per questo prodotto.\r\n
Manuale
\r\nIl manuale di utilizzo per questo prodotto.\r\n
Garanzia
\r\nLa garanzia per questo prodotto.
Main Template
\r\nSeleziona un layout visualizzazione principale di questo forum.
Filtra i messaggi
\r\nSeleziona il livello di filtraggio da applicare ai messaggi del forum.\r\n
\r\nChi può postare?
\r\nQuale gruppo può postare su questo Forum?\r\n
\r\nModifica Timeout
\r\nQuesto settaggio specifica per quanto tempo un utente avrà la possibilità di modificare il proprio messaggio. Il Timeout é misurato in ore.\r\n
\r\nNota: Non settare questo limite troppo alto. Una delle cose più interessanti dei Forum é che sono una registrazione accurata di una discussione. Se consenti di modificare i messaggi per molto tempo, l\'utente avrà la possibilità di cambiare idea molto tempo dopo che il pensiero originale era stato espresso.\r\n\r\n\r\n
Karma Per Post
\r\nQuanto karma deve essere assegnato all\'utente quando posta su questa\r\ndiscussione?
\r\nChi può moderare?
\r\nQuale gruppo può moderare su questo Forum?
Tipo di moderazione?
\r\nPuoi selezionare il tipo di moderazione che preferisci. Dopo-il-fatto\r\nsignifica che quando un utente invia un messaggio questo viene pubblicato\r\nimmediatamente. Preventiva significa che un moderatore deve visionare ed\r\napprovare i messaggi prima che essi siano resi pubblicamente visibili. Gli\r\navvisi per i nuovi messaggi sono automaticamente visualizzati nel WebGUI Inbox\r\ndel moderatore.\r\n
Nota: In entrambi i tipi di moderazione il moderatore può sempre\r\nmodificare o cancellare i messaggi inviati.
\r\nAggiungi data di modifica nei post?
\r\nVuoi aggiungere la data di modifica nei messaggi così da sapere chi ha modificato un messaggio e quando?\r\n',1048067886);
INSERT INTO international VALUES (72,'MailForm',8,'Puoi aggiungere tutti i campi che vuoi al tuo modulo email.\r\n
\r\n
\r\n\r\nNome Campo
\r\n\r\nIl nome di questo campo. Deve essere unico nell\'ambito di tutti gli altri campi del form (in pratica ogni campo deve avere un nome univoco).
Status
\r\n\r\nI campi nascosti non saranno visibili al visitatore, ma il loro contenuto sarà spedito nel messaggio.
\r\nI campi visualizzabili possono essere visti dal visitatore, ma non modificati.
\r\nI campi modificabili possono essere compilati dal visitatore
\r\nSe utilizzi campi nascosti o visualizzabili assicurati di aver inserito una valore di default.
Tipo
\r\nScegli il tipo di elemento da assegnare a questo campo. Questi sono gli elementi supportati:\r\n\r\n
\r\nURL: Un textbox che formatta automaticamente le URL\'s inserite.\r\n
\r\nTextbox: Un textbox standard.\r\n
\r\nData: Un campo textbox field con una finestra popup window per selezionare una data.\r\n
\r\nSi/No: Un set di si/no radio buttons.\r\n
\r\nIndirizzo Email: Un textbox che richiede al visitatore di inserire un indirizzo e-mail valido.\r\n
\r\nTextarea: Una normale textarea.\r\n
\r\nCheckbox: Un singolo checkbox.\r\n
\r\nMenù a tendina: Un Menù a tendina. utilizza il campo valori possibili per inserire tutte la opzioni che saranno mostrate nel menù. Inseriscine uno solo per linea.
Valori Possibili
\r\n\r\nQuesto campo serve solo per il Menù a tendina. Inserisci i valori che vuoi che vengano mostrati nel Menù a tendina, uno per linea.
Valore di Default (opzionale)
\r\n\r\ninserisci il valore di default (se vuoi) per il campo. Per i campi si/No, inserisci \"si\" per spuntare \"si\" e \"no\" per spuntare \"No\".\r\nPer i Checkbox , inserisci \"checked\" per mostrare il box spuntato.
Procedi aggiungendo altri campi?
\r\n\r\nLascialo selezionato se vuoi aggiungere campi addizionali al form subito dopo aver creato questo campo.\r\n\r\n\r\n',1046547188);
INSERT INTO international VALUES (71,'MailForm',8,'Questo modulo crea un form che invia una email con i dati inseriti dall\'utente all\'indirizzo prestabilito.\r\n\r\n\r\n\r\n
\r\n\r\nLarghezza
\r\n\r\nLa larghezza di tutti i campi nel form. Il valore prestabilito è 45.
Da, A, Cc, Bcc, Oggetto
\r\n\r\nQuesti campi controllano come apparirà la mail quando sarà inviata e a chi sarà inviata.\r\nPuoi dare la possibilità ai visitatori di modificare alcuni o tutti questi campi,\r\ntipicamente i campi che vorrai far gestire ai visitatori sono Da e Oggetto.\r\nUsa il menù a tendina per ogni campo per selezionare i permessi che vuoi dare ai visitatori.
\r\n\r\n\r\n
\r\n\r\nPuoi anche scegliere di inserire una username o un gruppo del sistema nel campo A \r\ne il messaggio sarà inviato all\'utente o al gruppo corrispondente.
Conferma invio
\r\n\r\nQuesto messaggio sarà visualizzato dall\'utente dopo aver inviato il messaggio.
archivia gli invii?
\r\n\r\nse selezioni si, quando il mail form sarà inviato il contenuto dei campi verrà sara salvato nel database per successive visualizzazioni.
Procedi aggiungendo altri campi?
\r\n\r\nLascialo selezionato se vuoi aggiungere campi addizionali al form subito dopo averlo creato.\r\n\r\n',1046547132);
INSERT INTO international VALUES (73,'LinkList',8,'Titolo
\r\nIl testo che apparirà nel link
\r\nURL\r\n
Il sito da linkare
\r\nApri in nuova finestra?
\r\nSeleziona \"si\" se vuoi che questo link si apra in una finestra nuova.\r\n
Descrizione
\r\nDescrivi il sito che stai linkando. Può essere omessa se vuoi.
\r\nProssima Azione?
\r\nLascia selezionato a default se vuoi aggiungere link alla lista.\r\n
\r\n',1046547071);
INSERT INTO international VALUES (73,'FileManager',8,'Titolo del file
\r\nIl titolo che sarà mostrato per questo file. Se lasciato vuoto sarà visualizzato il nome del file \r\n
\r\n\r\nFile
\r\nScegli dal tuo computer il file che vuoi caricare.\r\n
\r\n\r\nVersione Alternativa #1
\r\nUna versione alternativa del file ad esempio se il 1° file era una immagine jpg la versione alternativa potrebbe essere un file tiff oppure un file bmp.\r\n
\r\n\r\nVersione Alternativa #2
\r\nUna versione alternativa del file ad esempio se il 1° file era una immagine jpg la versione alternativa potrebbe essere un file tiff oppure un file bmp.\r\n
\r\n\r\nBreve descrizione
\r\nUna breve descrizione del file. Assicurati di includere delle Keyword adatte, i visitatori potrebbero tentare una ricerca.\r\n
\r\n\r\nGruppo di Download
\r\nScegli il gruppo che può scaricare il file.\r\n
\r\n\r\nProssima Azione?
\r\nSe hai un altro file da aggiungere allora seleziona \"Aggiungi un nuovo file\", diversamente seleziona \"Torna alla pagina\".',1046546766);
INSERT INTO international VALUES (71,'FileManager',8,'Il File Manager é pensato per aiutarti a gestire la distribuzione di file sul tuo sito. Ti consente di specificare chi può\r\nvisualizzare/scaricare i files dal tuo sito.
\r\nTemplate
\r\nScegli un layout per il file manager.\r\n
\r\n\r\nCambio pagina dopo
\r\nQuanti file devono essere visualizzati prima di separare i risultati in pagine separate? In altre parole, quanti file vuoi che siano visualizzati per pagina?\r\n
\r\n\r\nContinua aggiungendo un file?
\r\nSe vuoi cominciare ad aggiungere files per il download subito dopo aver creato il Download Manager, lascialo selezionato.\r\n
',1046546498); INSERT INTO international VALUES (77,'USS',8,'Le seguenti sono le variabili di template utilizzate nel template del sistema di\r\ncontributi degli utenti. Sono usati per visualizzare il singolo contributo\r\ndell\'utente.\r\n
title
\r\nIl titolo di questo contributo.\r\n
content
\r\nTutto il testo di questo contributo.\r\n
user.label
\r\nL\'etichetta tradotta che indica quale utente ha inviato questo contributo.\r\n
user.profile
\r\nLa URL al profilo dell\' utente che ha inviato questo contributo.\r\n
user.username
\r\nIl Nome Utente dell\' utente che ha inviato questo contributo.\r\n
user.id
\r\nL\'identificatore univoco dell\' utente che ha inviato questo contributo.\r\n
date.label
\r\nL\'etichetta tradotta che indica in che data è stato postato questo contributo.\r\n
date.epoch
\r\nIl numero di secondi dal 1° gennaio 1970 in cui questo contributo è stato\r\ninviato.\r\n
date.human
\r\nUna data leggibile che visualizza la data e il tempo in cui questo contributo è\r\nstato inviato.\r\n
status.label
\r\nL\'etichetta tradotta che indica lo stato di questo contributo.\r\n
status.status
\r\nLo stato attuale di questo contributo (pendente, approvato, rifiutato).\r\n
views.label
\r\nL\'etichetta tradotta che indica quante volte questo contributo è stato visto.\r\n
views.count
\r\nIl numero di volte che questo contributo è stato visto.\r\n
canPost
\r\nUna condizione che indica se questo utente può o non può inviare un contributo.\r\n
post.url
\r\nLa URL per inviare un nuovo contributo.\r\n
post.label
\r\nL\'etichetta tradotta per il link da cui inviare.\r\n
previous.more
\r\nUna condizione che indica se ci sono post precedenti a questo disponibili per\r\nessere visualizzati.\r\n
previous.url
\r\nla URL al post precedente a questo.\r\n
previous.label
\r\nL\'etichetta tradotta per il link precedente.\r\n
next.more
\r\nUna condizione che indica se ci sono post successivii a questo disponibili per\r\nessere visualizzati.\r\n
next.url
\r\nla URL al post successivo a questo.\r\n
next.label
\r\nL\'etichetta tradotta per il link successivo.\r\n
canEdit
\r\nUna condizione che indica se questo utente può modificare o cancellare questo\r\npost.\r\n
edit.url
\r\nLa URL per modificare questo post.\r\n
edit.label
\r\nL\'etichetta tradotta per il link da cui modificare.\r\n
delete.url
\r\nla URL per cancellare questo post.\r\n
delete.label
\r\nL\'etichetta tradotta per il link da cui cancellare.\r\n
canChangeStatus
\r\nUna condizione che indica se questo utente ha i provilegi per cambiare lo\r\nstatodi questo contributo.\r\n
approve.url
\r\nLa url per approvare questo post.\r\n
approve.label
\r\nL\'etichetta tradotta per il link da cui approvare\r\n
deny.url
\r\nLa URL per rifiutare questo post.\r\n
deny.label
\r\nL\'etichetta tradotta per il link da cui rifiutare.\r\n
leave.url
\r\nLa URL per lasciare questo post nello stato in cui si trova.\r\n
leave.label
\r\nL\'etichetta tradotta per il link da cui lasciare questo post nello stato\r\nin cui si trova .\r\n
canReply
\r\nUna condizione che indica se questo utente può rispondere a questo post.\r\n
reply.url
\r\nLa URL per rispondere a questo post.\r\n
reply.label
\r\nL\'etichetta tradotta per il link da cui rispondere.\r\n
search.url
\r\nLa URL per attivare il motore di ricerca WebGUI .\r\n
search.label
\r\nL\'etichetta tradotta per il link al motore di ricerca.\r\n
back.url
\r\nLa URL per riportare l\'utente indietro all\'elenco principale.\r\n
back.label
\r\nL\'etichetta tradotta per il link indietro.\r\n
replies
\r\nUn elenco completo di tutte le risposte a questo post.
^File();
\r\nQuesta macro costruisce il link a un file. Crea l\'icona per il file e visualizza\r\nil nome del file . Quindi linka entrambi al file per il download .\r\n
^I();
\r\nQuesta macro ritrova una immagine con i parametri per l\'immagine definiti\r\nnell\'archivio collaterale. Puoi inserire nelle pagine una immagine\r\nprecedentemente caricata così ^I("Nomeimmagine");.
^i(); - Gestore Immagini Percorso dell\'Immagine
\r\nQuesta macro ritorna il percorso (URL) di ogni file nell\'archivio collaterale.\r\nSpecifica il nome usando un tag così: ^i("Nome file");.
^Snippet();
\r\nQuesta macro ritrova il contenuto di un frammento(snippet) nell\'archivio\r\ncollaterale e lo inserisce nella pagina.\r\n
Esempio: ^Snippet("flash code");\r\n
^Thumbnail();
\r\nRitorna la URL di un thumbnail per una immagine nell\'archivio collaterale.\r\nSpecifica il nome dell\'immagine così: ^Thumbnail("Nomeimmagine");.
^ThumbnailLinker();
\r\nQuesto è un buon modo di creare velocemente una pagina di screenshots o una\r\nsemplice galleria di foto. Specifica semplicemente il nome di una immagine\r\nnell\'archivio collaterale, in questo modo: ^ThumbnailLinker("Logo"); e\r\nla macro creerà un thumbnail con un titolo che sarà collegato alla immagine a\r\ngrandezza piena.
^C; or ^C(); - Crumb Trail
\r\nUn crumb trail (pista di briciole) generato dinamicamente che conduce alla\r\npagina corrente. Come opzione puoi specificare un tuo delimitatore tra i nomi\r\ndelle pagine usando ^C(::);. Il delimitatore predrfinito é >.\r\n
NOTA: la classe .crumbTrail dello style sheet è associata a questa macro.\r\n
^FlexMenu;
\r\nQuesta macro di menu crea un menu di primo livello che si espande a seconda di\r\nquale elemento del menù é selezionato.\r\n
^H; or ^H(); - Link a Home
\r\nUn link alla home page di questo sito. In più poi cambiare il testo del link\r\ncreando una macro così ^H("Torna alla pagina principale");.\r\n
Nota: Puoi anche usare il carattere speciale ^H(linkonly); per avere\r\nsolo la URL della home page e niente altro.\r\n
^M; or ^M(); - Menu corrente (Verticale)
\r\nUn menu verticale contenente le sotto pagine del livello corrente. In più, puoi\r\nconfigurare questa macro specificando quanti livelli deve scendere in profondità.\r\nPer default visualizzerà solo il primo livello. Per andare giù di tre livelli,\r\ncrea una macro così: ^M(3);. Se metti la macro a "0" Seguirà\r\ntutto l\'albero del sito.\r\n
^m; - Menu corrente (Orizzontale)
\r\nUn menu orizzontale contenente le sotto-pagine del livello corrente. Puoi come\r\nopzione specificare un delimitatore da usare tra i nomi delle pagine usando\r\n^m(:--:);. Il delimitatore predefinito é ·.\r\n
^P; or ^P(); - Menu precedente (Verticale)
\r\nUn menu verticale contenente le sotto-pagine del livello precedente. In più,\r\npuoi configurare questa macro specificando quanti livelli di profondità il menu\r\ndeve scendere. Per default visualizzerà solo il primo livello. Per andare giù\r\ndi tre livelli, crea una macro così: ^P(3);. Se metti la macro a\r\n"0" Seguirà tutto l\'albero del sito.\r\n
^p; - Menu precedente (Orizzontale)
\r\nun menu orizzontale contenente le sotto-pagine del livello precedente. Come\r\nopzione, puoi specificare un delimitatore tra i nomi delle pagine usando\r\n^p(:--:);. Il delimitatore predefinito é ·.
^rootmenu; o ^rootmenu(); (orizzontale)
\r\nCrea un menù orizzontale delle varie root del sistema (eccetto per quelle del\r\nC.m.s. come cestino etc). Puoi specificare un delimitatore così ^rootmenu(|);.\r\n
^S(); - SottoMenu specifico (Verticale)
\r\nQuesta macro ti consente di avere il sottomenu di qualsiasi pagina, a partire\r\ndalla pagina che hai specificato. Per esempio, puoi avere il sottomenu della\r\nhome page scrivendo ^S("home",0);. Il primo valore é il titolo\r\n"urlizzato" della pagina e il secondo é la profondità dei livelli\r\ndel menu. Per default visualizza solo il primo livello. Per andare giù di tre\r\nlivelli, crea una macro così: ^S("home",3);.\r\n
^s(); - SottoMenu specifico (Orizzontale)
\r\nQuesta macro ti consente di avere il sottomenu di qualsiasi pagina, a partire\r\ndalla pagina che hai specificato. Per esempio, puoi avere il sottomenu della\r\nhome page scrivendo ^s("home");. Il valore é il titolo "urlizzato"\r\ndella pagina. Come opzione, puoi specificare un delimitatore tra i nomi delle\r\npagine usando ^s("home",":--:");. Il delimitatore\r\npredefinito é ·.\r\n
^Synopsis; or ^Synopsis(); Menu
\r\nQuesta ti permette di avere il sottomenu di una pagina insieme alla descrizione\r\ndi ogni link. Puoi specificare un numero intero per dire alla macro quanti\r\nlivelli in profondità deve andare.\r\n
^T; or ^T(); - Menu di primo livello (Verticale)
\r\nUn menu verticale contenente le pagine principali del sito (ovvero le\r\nsottopagine della home page). In più, puoi configurare questa macro\r\nspecificando quanti livelli deve scendere in profondità. Per default\r\nvisualizzerà solo il primo livello. Per andare giù di tre livelli, crea una\r\nmacro così:^T(3);. Se metti la macro a "0" Seguirà tutto\r\nl\'albero del sito.\r\n
^t; - Menu di primo livello (Orizzontale)
\r\n. Un menu orizzontale contenente le pagine principali del sito (ovvero le\r\nsottopagine della home page). Come opzione, puoi specificare un delimitatore tra\r\ni nomi delle pagine usando ^t(:--:);. Il delimitatore predefinito é ·.
^/; - URL del sistema
\r\nLa URL al gateway script (incluso il dominio per questo sito).
^\\; - URL della pagina
\r\nLa URL della pagina corrente.
^a; or ^a(); - Link mio account
\r\nUn link alla pagina con le informazioni sul tuo account. In più puoi cambiare\r\nil testo del link creando una macro come questa: ^a("Informazioni\r\naccount");.\r\n
Nota: puoi anche usare il carattere speciale ^a(linkonly); per\r\navere solo la URL della pagina account page e niente altro. \r\n
^AdminText();
\r\nVisualizza un breve messaggio all\'utente in modalita admin. Esempio: ^AdminText("sei\r\nin modalità admin!");\r\n
^AdminToggle; o ^AdminToggle();
\r\nMette un link nella pagina che è visibile solo ai content manager e agli\r\namministratori. Il link attiva e disattiva la modalità amministrativa. Puoi\r\nanche specificare altri messaggi da visualizzare come questo: ^AdminToggle("Attiva","Spegni");\r\n
^GroupText();
\r\nVisualizza un breve messaggio all\'utente che appartiene ad un determinato\r\ngruppo. Esempio: ^GroupText"Visitatore","Hai bisogno di un\r\naccount per fare molte cose su questo sito!");\r\n
^L; or ^L(); - Login
\r\nUn piccolo form di login. Puoi configurare anche questa macro. Puoi decidere la\r\nlarghezza del form di login così: ^L(20);. Puoi anche decidere il messaggio\r\nvisualizzato dopo che l\'utente si é loggato così: ^L(20,Ciao ^a(^@;);. Clicca\r\n%qui% se vuoi uscire!)\r\n
^LoginToggle; o ^LoginToggle();
\r\nVisualizza un messaggio "Login" o "Logout" a seconda che\r\nl\'utente sia logato o meno. Puoi specificare come opzione dei messaggi diversi\r\ncosì: ^LoginToggle("Clicca qui per entrare.","Clicca qui per\r\nuscire.");\r\n
^@; - Nome Utente
\r\nIl nome utente dell\'utente attualmente loggato.\r\n
^#; - ID Utente
\r\nLo user id dell\'utente attualmente loggato.
^AdminBar;
\r\nPosiziona la barra degli strumenti amministrativi nella pagina. Questa è una\r\nmacro obbligatoria nel segmento "body" del gestore degli stili.\r\n
^c; - Nome Azienda
\r\nIl nome dell\'azienda specificato nei settaggi daal tuo amministratore.\r\n
^e; - Indirizzo email dell\'azienda
\r\nL\'indirizzo di email della tua azienda come specificato nei settaggi\r\ndall\'amministratore.\r\n
^Extras;
\r\nRitorna il percorso degli extra del C.M.S., che contiene cose come le icone, le\r\nimmagini, etc...\r\n
^PageTitle;
\r\nVisualizza il titolo della pagina corrente.\r\n
NOTA:
\r\nSe cominci ad usare la modalità amministrativa o le funzioni dei wobject, il titolo della pagina diventerà un link che ti riporta velocemente indietro a quella pagina.\r\n
^r; or ^r(); - Rendi la pagina stampabile
\r\nCrea un link per rimuovere lo stile da una pagina per renderla stampabile. In più,\r\npuoi cambiare il testo del link usando una macro come questa ^r("Stampa\r\nquesta pagina!");.\r\n
Per default, quando questo link viene cliccato, lo stile corrente della\r\npagina è sostituito con lo stile "Versione Stampabile" del gestore\r\ndegli stili. Comunque questo comportamento può essere cambiato specificando il\r\nnome di un altro stile del gestore stili come secondo parametro, in questo modo:\r\n^r("Stampa!","miostile");\r\n
Note: Puoi usare anche la macro speciale ^r(linkonly); per avere\r\nsolamelnte la URL della pagina stampabile e nient\'altro. Inoltre, la calasse .makePrintableLink\r\nè collegata a questa macro.
\r\n^RootTitle;
\r\nRitorna il titolo dalla root della pagina corrente. Per esempio, la root\r\nprincipale nel C.M.S. è la root "Home". Molti siti avanzati hanno più\r\ndi una root e quindi hanno bisogno di un modo per visualizzare la root in cui si\r\ntrova in quel momento l\'utente.\r\n
^u; - URL dell\'azienda
\r\nLa URL per la tua azienda specificata nei settaggi dall\'amministratore.\r\n
^?; - Cerca
\r\nAggiunge una box di ricerca.
^-;
\r\nQuesta è conosciuta come separator macro. Deve apparire esclusivamente una sola\r\nvolta in ogni stile grafico. Ovunque sarà inserita sarà la zona dove verranno\r\nvisualizzati i contenuti della pagina in oggetto.
page_loop
\r\nQuesto ciclo contiene tutto delle pagine della mappa del sito.\r\n
\r\n page.indent
\r\n Lo spazio di rientro per questa pagina che indica la profondità della pagina\r\n nell\'albero di navigazione.\r\npage.url
\r\n La URL alla pagina.\r\npage.id
\r\n L\'identificatore unico che WebGUI usa internamente, per questa pagina.\r\npage.title
\r\n Il titolo di questa pagina.\r\npage.menutitle
\r\n Il titolo di questa pagina che appare nel menù.\r\npage.synopsis
\r\n La descrizione del contenuto di questa pagina (se esiste).\r\npage.isRoot
\r\n Una condizione che indica se questa pagina è o non è una root.\r\n\r\npage.isTop
\r\nUna condizione che indica se questa pagina è o meno alla sommità dell\'albero di navigazione.',1048096405); INSERT INTO international VALUES (76,'LinkList',8,'La seguente è la lista delle variabili disponibili nel template Lista di Link.\r\naddlink.url
\r\nLa URL per aggiungere un link a questa Lista di Link.\r\naddlink.label
\r\nL\'etichetta tradotta per la URL aggiungi link.\r\nlink_loop
\r\nQuesto loop contiene tutte le informazioni su ogni link.\r\n\r\n link.url
\r\n La URL per questo link.\r\nlink.name
\r\n Il testo da linkare.\r\nlink.controls
\r\n I controlli di gestione di WebGUI per questo link.\r\nlink.newwindow
\r\n Una condizione che indica se il link deve essere aperto in una nuova finestra.\r\nlink.description
\r\n La description di questo link.\r\n',1046301177); INSERT INTO international VALUES (74,'Item',8,'La seguente è la lista delle variabili disponibili nel template Item.\r\nattachment.name
\r\nIl nome del file per il file allegato a questo item.\r\nattachment.url
\r\nLa URL per il download del file allegato a questo item.\r\nattachment.icon
\r\n',1046300640); INSERT INTO international VALUES (76,'FileManager',8,'La seguente è la lista delle variabili disponibili nel template File Manager.\r\n
\r\nLa URL alla icona per il file allegato a questo item.titleColumn.url
\r\nLa URL per ordinare per titolo.\r\ntitleColumn.label
\r\nL\'etichetta tradotta per il titolo.\r\ndescriptionColumn.label
\r\nL\'etichetta tradotta per la descrizione.\r\ndescriptionColumn.url
\r\nLa URL per ordinare per descrizione.\r\ndateColumn.label
\r\nL\'etichetta tradotta per la data di upload.\r\ndateColumn.url
\r\nLa URL per ordinare per data upload.\r\nsearch.form
\r\nForm di ricerca di WebGUI.\r\nsearch.url
\r\nLa URL per attivare o disattivare la ricerca.\r\nsearch.label
\r\nL\'etichetta tradotta per il link al motore di ricerca.\r\naddfile.url
\r\nLa URL per aggiungere un file al file manager.\r\naddfile.label
\r\nL\'etichetta tradotta per il link aggiungi file.\r\nfile_loop
\r\nUn ciclo contenente le informazioni su ogni file caricato in questo file\r\nmanager.\r\n\r\n file.canView\r\n
\r\n Una condizione per definire se l\'utente attuale ha i privilegi per vedere\r\n questo file.\r\nfile.controls
\r\n I controlli di gestione di WebGUI per questo file.\r\nfile.title
\r\n Il titolo per questo file.\r\nfile.version1.name
\r\n Il nome del file per la prima versione di questo file.\r\nfile.version1.url
\r\n IL download URL per la prima versione di questo file.\r\nfile.version1.icon
\r\n La URL all\'icona per il tipo di file della prima versione di questo file.\r\nfile.version1.size
\r\n La dimensione di archiviazione per la prima versione di questo file.\r\nfile.version1.type
\r\n Il tipo (o estensione del file ) per la prima versione di questo file.\r\nfile.version1.thumbnail
\r\n La URL al thumbnail per la prima versione di questo file.\r\nfile.version1.isImage
\r\n Una condizione che indica se la prima versione di questo file è una immagine\r\n o no.\r\nfile.version2.name
\r\n Il nome del file per la seconda versione di questo file.\r\nfile.version2.url
\r\n IL download URL per la seconda versione di questo file.\r\nfile.version2.icon
\r\n La URL all\'icona per il tipo di file della seconda versione di questo\r\n file.\r\nfile.version2.size
\r\n La dimensione di archiviazione per la seconda versione di questo file.\r\nfile.version2.type
\r\n Il tipo (o estensione del file ) per la seconda versione di questo file.\r\nfile.version2.thumbnail
\r\n La URL all\'icona per il tipo di file della seconda versione di questo file.\r\nfile.version2.isImage
\r\n Una condizione che indica se la seconda versione di questo file è una\r\n immagine o no.\r\nfile.version3.name
\r\n Il nome del file per la terza versione di questo file.\r\nfile.version3.url
\r\n IL download URL per la terza versione di questo file.\r\nfile.version3.icon
\r\n La URL all\'icona per il tipo di file della terza versione di questo file.\r\nfile.version3.size
\r\n La dimensione di archiviazione per la terza versione di questo file.\r\nfile.version3.type
\r\n Il tipo (o estensione del file ) della terza versione di questo file.\r\nfile.version3.thumbnail
\r\n La URL al thumbnail per la terza versione di questo file.\r\nfile.version3.isImage
\r\n Una condizione che indica se la terza versione di questo file è una immagine\r\n o no.\r\nfile.description
\r\n La descrizione di questo file.\r\nfile.date
\r\n La data in cui questo file è stato caricato.\r\nfile.time
\r\n Il tempo in cui questo file è stato caricato.\r\n\r\n
noresults.message
\r\nUn messaggio che attesta che questo file manager non ha files da far\r\nvisualizzare a questo utente.\r\nnoresults
\r\nUna condizione che indica se ci sono file da visualizzare per questo utente.\r\nfirstPage
\r\nUn Link alla prima pagina dell\'impaginazione.\r\nlastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione.\r\nnextPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\npreviousPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\npageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\nmultiplePages
\r\n',1046300470); INSERT INTO international VALUES (97,'EventsCalendar',8,'La seguente è la lista delle variabili disponibili nel template eventi.\r\n
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.title
\r\nIl titolo di questo evento.\r\nstart.label
\r\nL\'etichetta tradotta per la data di inizio.\r\nstart.date
\r\nLa data di inizio dell\'evento.\r\nend.date
\r\nLa data di fine dell\'evento..\r\nend.label
\r\nL\'etichetta tradotta per la data di fine.\r\ncanEdit
\r\nUna condizione che indica se l\'attuale utente può modificare un evento.\r\nedit.url
\r\nLa URL per modificare questo evento.\r\nedit.label
\r\nL\'etichetta tradotta per l\'URL di modifica.\r\ndelete.url
\r\nLa URL per cancellare questo evento.\r\ndelete.label
\r\nL\'etichetta tradotta per cancellare la URL.\r\nprevious.url
\r\nLa URL per visualizzare l\'evento prima di questo.\r\nprevious.label
\r\nL\'etichetta tradotta per la URL precedente.\r\nnext.label
\r\nL\'etichetta tradotta per la prossima URL.\r\nnext.url
\r\nLa URL per visualizzare l\'evento dopo di questo.\r\ndescription
\r\n',1046297494); INSERT INTO international VALUES (619,'WebGUI',8,'Questa funzione cancella permanentemente il wobject selezionato da una pagina. Se non sei sicuro di voler cancellare questo contenuto faresti meglio a tagliare (cut) il contenuto negli appunti finché non sarai sicuro di volerlo veramente cancellare.\r\n
\r\nLa descrizione di questo evento.\r\n\r\nCome con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046126787); INSERT INTO international VALUES (636,'WebGUI',8,'Per creare un package segui questi passi:\r\n
\r\n
\r\nNote:- Dal menu amministrativo scegli \"Visualizza Packages.\"\r\n
- Aggiungi una pagina e dagli un nome. Il nome della pagina sarà il nome del package.\r\n
- Vai alla nuova pagina e aggiungi pagine e widgets. Ogni pagina e widget che aggiungi sarà creata ogni volta che il package sarà sviluppato. \r\n
\r\nPer aggiungere, modificare e cancellare i packages devi essere nel gruppo Package Mangers o nel gruppo Admins.\r\n
\r\nSe aggiungi contenuti a qualcuno dei widgets, quel contenuto sarà automaticamente copiato anche quando il package viene sviluppato.\r\n
\r\nI privilegi e gli stili assegnati alle pagine nel package non saranno copiati nello sviluppo del package. Le pagine prenderanno i privilegi e gli stili dell\'area in cui sono sviluppati.',1046126725); INSERT INTO international VALUES (614,'WebGUI',8,'Gli stili sono usati per gestire l\'aspetto grafico delle pagine. Puoi avere un numero illimitato di stili, cosicché il tuo sito possa cambiare stile a tuo piacimento. Puoi avere pagine che rispecchiano lo stile delle brochure della tua azienda, e altre che assomigliano a Yahoo!®. Puoi addirittura avere pagine che sembrano pagine stampate di un libro. Usando la gestione degli stili, hai un potente controllo su tutti i tuoi design.\r\n\r\n\r\nCi sono vari stili predefiniti. Tra questi, alcuni non dovrebbero essere modificati o cancellati. Alcuni sono semplicemente esempi e possono essere modificati e cancellati a piacere.\r\n
\r\n\r\nFail Safe
\r\nQuando cancelli uno stile che é ancora in uso da alcune pagine, lo stile Fail safe viene applicato a quelle pagine. Questo stile ha uno sfondo bianco e una navigazione molto semplice.\r\n\r\n\r\nMake Page Printable
\r\nQuesto stile é usato quando metti una macro ^r; e l\'utente ci clicca sopra. Questo stile consente di mettere un semplice logo e un messaggio di copyright nelle tue pagine stampabili.\r\n\r\n\r\nPackages
\r\nQuesto stile é usato nel sistema di gestione dei package.\r\n\r\n\r\nTrash / Clipboard
\r\nQuesto stile é usato dal sistema trash (cestino) e clipboard (appunti).\r\n\r\n\r\n
\r\n',1046126637); INSERT INTO international VALUES (609,'WebGUI',8,'Quando cancelli uno stile tutte le pagine che usano quello stile verranno riconvertite usando lo stile fail safe (default). Per assicurare una visualizzazione coerente, dovresti essere sicuro che nessuna pagina stia usando lo stile prima di cancellarlo.\r\n\r\n\r\nCome con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046126578); INSERT INTO international VALUES (626,'WebGUI',8,'I Wobjects (prima conosciuti come Widgets) sono la vera potenza del C.M.S.. I Wobjects sono piccole applicazioni costruite per essere eseguite dal C.M.S.. I forum e i sondaggi sono esempi di widget.\r\n
\r\nPer aggiungere un Wobjects ad una pagina, per prima cosa vai a quella pagina e poi seleziona Aggiungi contenuto... dall\'angolo in alto a sinistra del tuo schermo. Ogni widget ha il suo help quindi assicurati di leggerlo, se non sei sicuro di come usarlo.\r\nStyle Sheets: Tutti i wobjects hanno una style-sheet class un id\r\nassociati.\r\n
La style-sheet class è la parola "wobject" più il tipo di wobject\r\ndi cui si tratta. Quindi per un sondaggio la class sarà "wobjectPoll".\r\nLa class è associarta con tutti i wobjects di quel tipo sul sistema\r\n
La style-sheet id è la parola "wobjectId" più il Wobject Id per\r\nl\'istanza di quel wobject. Quindi se hai un articolo con una Wobject Id di 94, tla\r\nsua id sarà "wobjectId94".
\r\n',1048071463); INSERT INTO international VALUES (638,'WebGUI',8,'I Templates sono usati per determinare come devono essere visualizzate le pagine. Attualmente i siti presentano molto di più di un semplice menù e di una grande area col contenuto. Molti di essi hanno tre o quattro colonne con magari una testata con banner etc. Si possono creare questi layout complessi utlizzando appunto i Templates. Ci sono diversi template predefiniti per semplificare il tuo lavoro, ma comunque puoi crearne quanti ne vuoi in modo che il tuo sito appaia esattamente come lo desideri.',1046125924); INSERT INTO international VALUES (611,'WebGUI',8,'Nome dell\'azienda
\r\nTIl nome della tua azienda. Apparirà in\r\n tutte le email e ovunque hai usato la macro nome azienda.\r\n
\r\nInd\r\nirizzo email dell\'azienda
\r\nUn indirizzo email generale per la tua azi\r\nenda. Questo é l\'indirizzo dal quale tutti i messaggi automatici proverranno. P\r\nuò essere usato anche dal sistema di macro del C.M.S..\r\n
\r\nURL dell\r\n\'Azienda
\r\nLo URL primario della tua Azienda. Questo apparirà in tutte\r\n le email automatiche mandate dal sistema. Può essere usato anche dal sistema di\r\n macro del C.M.S..\r\n',1046125845); INSERT INTO international VALUES (625,'WebGUI',8,'Carica tutte le immagini che potresti voler utilizzare in più di una posizione sul sito.\r\n\r\nNome
\r\nL\'etichetta con la quale questa immagine verrà chiamata per l\'inclusione nelle pagine.\r\n\r\n\r\nOrganizza in Cartelle
\r\nLa cartella Dell\'Archivio Collaterale nella quale deve essere inserita questa immagine.\r\n\r\n\r\nFile
\r\nSeleziona un file dal tuo disco rigido da uploadare sul server.\r\n\r\n\r\nParametri
\r\nAggiungi qualsiasi parametro HTML <img&rt; che vuoi come default per questa immagine.\r\n\r\nEsempio:
\r\nalign=\"right\"\r\nalt=\"Questa é una immagine\"\r\n\r\nDimensione Thumbnail
\r\nQuanti pixel deve misurare il thumbnail di questa immagine.\r\n\r\n',1046124685); INSERT INTO international VALUES (635,'WebGUI',8,'I Package sono gruppi di pagine e widgets che sono predefinite per essere sviluppate insieme. Un package manager può sentire l\'esigenza di creare varie pagine con un forum, una FAQ, un sondaggio perché questa operazione viene eseguita spesso. I Packages sono definiti per diminuire il disturbo di azioni ripetitive.\r\n
\r\nUn package che la gente spesso crea é un package pagina/articolo. Spesso quando aggiungi una pagina vuoi anche aggiungere un articolo ad essa. Invece di fare queste operazioni una alla volta, creare la pagina, andare a quella pagina, e aggiungere l\'articolo alla pagina, troverai più veloce creare un package che faccia tutte queste cose in un colpo solo.',1046124350); INSERT INTO international VALUES (629,'WebGUI',8,'Prevent Proxy Caching
\r\nAlcune Aziende hanno proxy ser\r\nvers che causano problemi al C.M.S. . Se hai riscontrato dei problemi, e hai un proxy server, potresti impostare il parametro su Sì. Ri\r\ncorda che una vlta attivata questa opzione gli URL del C.M.S. non saranno più user friendly.\r\n\r\n\r\n\r\nErrore Critico
\r\nCosa deve essere visualizzato in caso di errore critico? Puoi far visualizzare un messaggio amichevole, oppure le informazioni di debug, questa \r\nseconda ipotesi può procurare rischi sulla sicurezza del sistema, esiste comunque la possibilità di farlo.\r\n\r\n\r\nTraccia le statistiche delle pagine?
\r\n\r\n\r\n',1046124209); INSERT INTO international VALUES (633,'WebGUI',8,'I roots sono le pagine principali su cui si sviluppa il sito. La prima e la più importante root è la \"Home\" page. Molti non hanno necessità di aggiungere una nuova root, ma a qualcuno potrebbe servire. Può essere necessario creare nuove root per diverse ragioni, ad esempio per un sito in due lingue sarà necessario creare due root: italiano e inglese.',1046123933); INSERT INTO international VALUES (634,'WebGUI',8,'Home Page di Default
\r\nWebGUI può tracciare alcune informazioni statistiche per il tuo sito. Comunque\r\nquesta caratteristica aggiungerà un pò di lavoro extra al processore del\r\nserver e farà crescere le dimensioni del database più velocemente. Abilitò\r\nquesta funzione solo se non hai un programma statistico per il web esterno.
\r\nMolti piccoli siti non hanno una vera home page, preferiscono invece usare una pagina interna come \"Chi Siamo\" or \"Azienda\" come home page. Per questo motivo, puoi settare come pagina di default del tuo sito site qualsiasi pagina del sito stesso. Sarà la pagina che visualizzeranno i navigatori che digiteranno semplicemente l\' URL: http://www.tuosito.it, o se clicceranno sul link generato dalla ^H; macro.\r\n\r\n\r\nPagina Non Trovata
\r\nSe la pagina richiesta non viene trovata sul sistema, il visitatore sarà reindirizzato alla home page o ad una pagina di errore dove verrà presentata anche la mappa del sito per aiutarlo a trovare cio che stava cercando. Deciderai tu cosa è meglio far visualizzare ai tuoi utenti.\r\n\r\n\r\nDocument Type Declaration
\r\nAttualmente molti Browser differenti accedono alle tue pagine, compresi browsers automatizzati come gli spiders dei motori di ricerca. Molti di questi browsers vogliono sapere che tipo di contenuti il tuo sito distribuisce. Il doctype tag ti consente di specificarlo. Di default il C.M.S. genera contenuti compatibili cn HTML 4.0 .\r\n\r\n\r\nAggiungi nota di modifica sui messaggi?
\r\nDi solito se un utente modifica un messaggio sul forum, una nota viene aggiunta al messaggio per identificare chi ha fatto la modifica, e quando. In alcuni siti questa informazione potrebbe non essere necessaria, per questo puoi decidere di disattivare la funzione.\r\n\r\n\r\nFiltra i contributi in HTML
\r\nSoprattutto in un sito pubblico dove chiunque può postare sul forum o nel sistema di contribuzione degli utenti, è una buona idea filtrare i messaggi dal codice potenzialmente non compatibile, che potrebbe impedire una visualizzazione corretta del sito ai tuoi visitatori; e in alcuni casi, creare problemi di sicurezza. Usa questo settaggio per definire il livello di filtraggio che desideri applicare.\r\n\r\n\r\n
Massima Dimensione dell\'allegato
\r\nLa dimensione (in kilobytes) massima consentita agli allegati per essere\r\ncaricati sul sistema.\r\nMassima Dimensione Immagine
\r\nSe delle immagini più grandi della massima dimensione consentita sono caricate\r\nsul tuo sistema, esse saranno ridimensionate alle dimensioni massime consentite\r\n. La massima dimensione è misurata in pixels ed usa la dimensione del lato più\r\nlungo dell\'immagine per determinare se il limite è stato raggiunto.\r\nMassima Dimensione Immagine
\r\nSe le immagini caricate sul sistema eccedeno la massima dimensione dell\'immagine, saranno riscalate alla dimensione massima. La dimensione massima dell\'immagine è misurata in pixel e usa la dimensione del lato più lungo dell\'immagine per determinare se il limite è stato raggiunto.\r\nDimensione Thumbnail
\r\nQuando le immagini sono caricate, automaticamente il sistema genera un\r\nthumbnails della dimensione qui specificata. Thumbnail è misurato in pixels.\r\nSnippet Preview LengthLunghezza della Preview del Frammento
\r\n\r\nRighe della Text Area
\r\nQuanti caratteri del frammento devono essere visualizzati nell\'index principale\r\ndell\'Archivio Collaterale.
\r\nQualcuno può avere esigenza di controllare le dimensioni dei forms che il C.M.S. genera. Con questo settaggio puoi specificare quante righe saranno visualizzate nelle textarea del sito.\r\n\r\n\r\nColonne della Text Area
\r\nQualcuno può avere esigenza di controllare le dimensioni dei forms che il C.M.S. genera. Con questo settaggio puoi specificare quante colonne saranno visualizzate nelle textarea del sito.\r\n\r\n\r\nDimensioni del Text Box
\r\nCon questo settaggio puoi definire quanti caratteri possono essere visualizzati nei text boxes del sito.\r\n\r\n\r\nTimeout della Cache della pagina
\r\nLa quantità di tempo che le pagine devono rimanere in cache per gli utenti registrati del sito.\r\nTimeout della Cache della pagina (visitatori)
\r\nLa quantità di tempo che le pagine devono rimanere in cache per i visitatori.\r\nNOTA:
\r\nIl caching delle pagine è disponibile solo se l\'amministratore del sistema ha installato il modulo Perl Cache::FileCache. Usare il page caching può aumentare le prestazioni fino al 1000%.',1048071975); INSERT INTO international VALUES (630,'WebGUI',8,'Per usare il motore di ricerca interno devi inserire la macro ^?; , o aggiungendo ?op=search alla fine di ogni URL.',1046123142); INSERT INTO international VALUES (75,'LinkList',8,'Template Lista di Link',1046122994); INSERT INTO international VALUES (18,'Product',8,'Aggiungi un altro Accessorio?',1046122891); INSERT INTO international VALUES (2,'Product',8,'Sei sicuro di voler cancellare le relazioni a questo accessorio?',1046122265); INSERT INTO international VALUES (19,'Product',8,'Aggiungi Prodotto Correlato',1046121669); INSERT INTO international VALUES (17,'Product',8,'Accessorio',1046121641); INSERT INTO international VALUES (16,'Product',8,'Aggiungi Accessorio',1046121631); INSERT INTO international VALUES (15,'Product',8,'Garanzia',1046121619); INSERT INTO international VALUES (14,'Product',8,'Manuale',1046121610); INSERT INTO international VALUES (13,'Product',8,'Brochure',1046121601); INSERT INTO international VALUES (11,'Product',8,'Codice Prodotto',1046121593); INSERT INTO international VALUES (10,'Product',8,'Prezzo',1046121564); INSERT INTO international VALUES (1,'Product',8,'Prodotto',1046121554); INSERT INTO international VALUES (61,'Poll',8,'Sondaggio, Aggiungi/Modifica',1046121512); INSERT INTO international VALUES (61,'MessageBoard',8,'Forum, Aggiungi/Modifica',1048067354); INSERT INTO international VALUES (9,'MailForm',8,'Aggiungi Campo',1045927098); INSERT INTO international VALUES (7,'MailForm',8,'Modifica Modulo email',1045927085); INSERT INTO international VALUES (8,'MailForm',8,'Larghezza',1045927076); INSERT INTO international VALUES (62,'MailForm',8,'Campi del Mail Form, Aggiungi/Modifica',1045927066); INSERT INTO international VALUES (61,'MailForm',8,'Modulo email, Aggiungi/Modifica',1045927057); INSERT INTO international VALUES (6,'MailForm',8,'Modificabile',1045927047); INSERT INTO international VALUES (5,'MailForm',8,'Visualizzato',1045927034); INSERT INTO international VALUES (4,'MailForm',8,'Nascosto',1045926992); INSERT INTO international VALUES (3,'MailForm',8,'Grazie per il feedback!',1045926974); INSERT INTO international VALUES (26,'MailForm',8,'Salva i messaggi?',1045926957); INSERT INTO international VALUES (25,'MailForm',8,'Valore predefinito (opzionale)',1045926950); INSERT INTO international VALUES (24,'MailForm',8,'Valori Possibili (solo drop-down box)',1045926909); INSERT INTO international VALUES (23,'MailForm',8,'Tipo',1045926887); INSERT INTO international VALUES (22,'MailForm',8,'Stato',1045926880); INSERT INTO international VALUES (21,'MailForm',8,'Nome del Campo',1045926873); INSERT INTO international VALUES (20,'MailForm',8,'Modifica Campo',1045926856); INSERT INTO international VALUES (2,'MailForm',8,'L\'oggetto della tua mail',1045926842); INSERT INTO international VALUES (19,'MailForm',8,'Sei sicuro di voler cancellare questo campo?',1045926826); INSERT INTO international VALUES (18,'MailForm',8,'Torna Indietro!',1045926817); INSERT INTO international VALUES (17,'MailForm',8,'Mail Inviata',1045926809); INSERT INTO international VALUES (16,'MailForm',8,'Riconoscimento',1045926792); INSERT INTO international VALUES (15,'MailForm',8,'Procedi aggiungendo altri campi?',1045926784); INSERT INTO international VALUES (14,'MailForm',8,'Oggetto',1045926776); INSERT INTO international VALUES (13,'MailForm',8,'Bcc',1045926768); INSERT INTO international VALUES (12,'MailForm',8,'Cc',1045926759); INSERT INTO international VALUES (11,'MailForm',8,'A (email, nome utente o nome del gruppo)',1045926752); INSERT INTO international VALUES (10,'MailForm',8,'Da',1045926730); INSERT INTO international VALUES (1,'MailForm',8,'Modulo email',1045926718); INSERT INTO international VALUES (61,'SyndicatedContent',8,'Contenuto da altri siti, Aggiungi/Modifica',1048067687); INSERT INTO international VALUES (61,'SiteMap',8,'Mappa del sito, Aggiungi/Modifica',1045783724); INSERT INTO international VALUES (61,'SQLReport',8,'SQL Report, Aggiungi/Modifica',1045783551); INSERT INTO international VALUES (9,'Product',8,'Immagine Prodotto 3',1045783344); INSERT INTO international VALUES (8,'Product',8,'Immagine Prodotto 2',1045783338); INSERT INTO international VALUES (7,'Product',8,'Immagine Prodotto 1',1045783332); INSERT INTO international VALUES (62,'Product',8,'Template Prodotto, Aggiungi/Modifica',1045783277); INSERT INTO international VALUES (6,'Product',8,'Modifica Prodotto',1045783271); INSERT INTO international VALUES (47,'Product',8,'I Prodotti Correlati sono complementari o equivalenti di altri prodotti.\r\n\r\nProdotti Correlati
\r\n\r\nScegli dalla lista dei prodotti già inseriti.\r\n\r\nAggiungi un altro prodotto correlato?
\r\n\r\nSeleziona \"Si\" se hai un altro prodotto correlato da aggiungere.',1045783266); INSERT INTO international VALUES (5,'Product',8,'Sei sicuro di voler cancellare questa specifica?',1045783250); INSERT INTO international VALUES (46,'Product',8,'Prodotto Correlato, Aggiungi/Modifica',1045783237); INSERT INTO international VALUES (45,'Product',8,'Accessori dei prodotto.\r\n\r\nAccessorio
\r\n\r\nScegli dalla lista dei prodotti già inseriti.\r\n\r\nAggiungi un nuovo accessorio?
\r\n\r\nSe vuoi aggiungere una ulteriore accessorio, seleziona \"Si\".',1045783219); INSERT INTO international VALUES (44,'Product',8,'Accessorio, Aggiungi/Modifica',1045783208); INSERT INTO international VALUES (42,'Product',8,'Specifica, Aggiungi/Modifica',1045783202); INSERT INTO international VALUES (41,'Product',8,'Le caratteristiche sono intese come vantaggi del prodotto. Per esempio: Perchè acquistare questo prodotto?\r\n\r\nCaratteristica
\r\n\r\nPuoi inserire una nuova caratteristica, o selezionarne una già inserita nel sistema per un altro prodotto.\r\n\r\nAggiungi una nuova caratteristica?
\r\n\r\nSe vuoi aggiungere una ulteriore caratteristica, seleziona \"Si\".',1045783197); INSERT INTO international VALUES (40,'Product',8,'Caratteristica, Aggiungi/Modifica',1045783183); INSERT INTO international VALUES (4,'Product',8,'Sei sicuro di voler cancellare le relazioni con questo Prodotto Correlato?',1045783177); INSERT INTO international VALUES (38,'Product',8,'Prodotto, Aggiungi/Modifica',1045783149); INSERT INTO international VALUES (37,'Product',8,'Aggiungi un Prodotto Correlato',1045783141); INSERT INTO international VALUES (36,'Product',8,'Aggiungi un Accessorio',1045783137); INSERT INTO international VALUES (35,'Product',8,'Aggiungi una Specifica',1045783133); INSERT INTO international VALUES (34,'Product',8,'Aggiungi una Caratteristica',1045783126); INSERT INTO international VALUES (33,'Product',8,'Prodotti Correlati',1045783120); INSERT INTO international VALUES (32,'Product',8,'Accessori',1045783116); INSERT INTO international VALUES (31,'Product',8,'Specifiche',1045783112); INSERT INTO international VALUES (30,'Product',8,'Caratteristiche',1045783107); INSERT INTO international VALUES (29,'Product',8,'Unità',1045783103); INSERT INTO international VALUES (28,'Product',8,'Aggiungi un\'altra specifica?',1045783098); INSERT INTO international VALUES (27,'Product',8,'Specifica',1045783093); INSERT INTO international VALUES (26,'Product',8,'Etichetta',1045783089); INSERT INTO international VALUES (25,'Product',8,'Modifica Specifica',1045783083); INSERT INTO international VALUES (24,'Product',8,'Aggiungi un\'altra caratteristica?',1045783078); INSERT INTO international VALUES (23,'Product',8,'Caratteristica',1045783067); INSERT INTO international VALUES (22,'Product',8,'Modifica Caratteristica',1045783062); INSERT INTO international VALUES (21,'Product',8,'Aggiungi un\'altro prodotto correlato?',1045783053); INSERT INTO international VALUES (20,'Product',8,'Prodotto Correlato',1045783049); INSERT INTO international VALUES (640,'WebGUI',8,'Non è una buona idea cancellare i template perchè alcune delle pagine del tuo sito potrebbero usare proprio quello che vuoi cancellare. ',1045782151); INSERT INTO international VALUES (642,'WebGUI',8,'Pagina, Aggiungi/Modifica',1045782103); INSERT INTO international VALUES (651,'WebGUI',8,'Se scegli di svuotare il cestino, ogni elemento in esso contenuto verrà perso per sempre. Se non sei sicuro di qualche elemento, forse é meglio tagliarlo negli appunti prima di vuotare il cestino.',1045782077); INSERT INTO international VALUES (652,'WebGUI',8,'Settaggi Utente, Modifica',1045782052); INSERT INTO international VALUES (653,'WebGUI',8,'Pagina, Cancella',1045782034); INSERT INTO international VALUES (654,'WebGUI',8,'Stile, Cancella',1045782026); INSERT INTO international VALUES (655,'WebGUI',8,'Utente, Aggiungi/Modifica',1045782015); INSERT INTO international VALUES (656,'WebGUI',8,'Informazioni Azienda, Modifica',1045781998); INSERT INTO international VALUES (657,'WebGUI',8,'Utente, Cancella',1045781987); INSERT INTO international VALUES (658,'WebGUI',8,'Utenti, Gestisci',1045781973); INSERT INTO international VALUES (659,'WebGUI',8,'Stile, Gestisci',1045781959); INSERT INTO international VALUES (660,'WebGUI',8,'Gruppi, Gestisci',1045781938); INSERT INTO international VALUES (661,'WebGUI',8,'Settaggi dei File, Modifica',1045781919); INSERT INTO international VALUES (662,'WebGUI',8,'Settaggi, Gestisci',1045781907); INSERT INTO international VALUES (663,'WebGUI',8,'Settaggi messaggistica, Modifica',1045781899); INSERT INTO international VALUES (665,'WebGUI',8,'Gruppo, Cancella',1045781859); INSERT INTO international VALUES (666,'WebGUI',8,'Stile, Aggiungi/Modifica',1045781846); INSERT INTO international VALUES (667,'WebGUI',8,'Gruppo, Aggiungi/Modifica',1045781837); INSERT INTO international VALUES (668,'WebGUI',8,'Style Sheets, Usare',1048067507); INSERT INTO international VALUES (669,'WebGUI',8,'Macro, Usare',1048067520); INSERT INTO international VALUES (670,'WebGUI',8,'Immagine, Aggiungi/Modifica',1045781779); INSERT INTO international VALUES (672,'WebGUI',8,'Settaggi del Profilo, Modifica',1045781760); INSERT INTO international VALUES (674,'WebGUI',8,'Settaggi Vari, Modifica',1045781751); INSERT INTO international VALUES (675,'WebGUI',8,'Motore di ricerca, Usare',1045781741); INSERT INTO international VALUES (678,'WebGUI',8,'Root, Gestisci',1045781711); INSERT INTO international VALUES (679,'WebGUI',8,'Settaggi Contenuto, Modifica',1045781700); INSERT INTO international VALUES (680,'WebGUI',8,'Package, Aggiungi',1045781658); INSERT INTO international VALUES (681,'WebGUI',8,'Package, Aggiungi/Modifica',1045781626); INSERT INTO international VALUES (682,'WebGUI',8,'Profilo Utenti, Modifica',1045781612); INSERT INTO international VALUES (683,'WebGUI',8,'Template, Gestisci',1045781587); INSERT INTO international VALUES (684,'WebGUI',8,'Template, Aggiungi/Modifica',1045781578); INSERT INTO international VALUES (685,'WebGUI',8,'Template, Cancella',1045781556); INSERT INTO international VALUES (696,'WebGUI',8,'Cestino, Vuota',1045781534); INSERT INTO international VALUES (697,'WebGUI',8,'Karma, Usare',1045781525); INSERT INTO international VALUES (698,'WebGUI',8,'Karma è un sistema di tracciamento della attivita di tuoi visitatori, potenzialmente hai la possibilità di premiarli o di punirli in base al loro livello di attività sul sito. Nel momento in cui il karma è abilitato, noterai i menù di molte cose nel sistema cambiare per rispecchiare il karma.\r\n\r\nPuoi tracciare se gli utenti sono loggati al sito e quanto hanno ontribuito al tuo sito e puoi consentire loro di accedere a particolari aree o sezioni addizionali in base al livello dei loro Karma.\r\n',1045781512); INSERT INTO international VALUES (718,'WebGUI',8,'Esporta traduzione.',1045781425); INSERT INTO international VALUES (728,'WebGUI',8,'Sei sicuro di voler cancellare questo file?',1045781399); INSERT INTO international VALUES (6,'WobjectProxy',8,'Con il Contenuto Proxy puoi fare un \"mirror\" di qualsiasi contenuto (articolo, f.a.q etc.) da una pagina verso una altra qualsiasi pagina. Questo è molto utile se vuoi usare (senza doverlo copiare) lo stesso contenuto in diverse sezioni del tuo sito.
\r\n\r\nContenuto Proxy
\r\n\r\nseleziona dal sistema il contenuto a cui vuoi fare il proxy. Il box selezionato prende il formato di \"titolo pagina\" / Nome Wobject \r\n(Wobject Id) in questo modo puoi velocemente e con precisione trovare il contenuto che stavi cercando.',1045781112); INSERT INTO international VALUES (5,'WobjectProxy',8,'Wobject Proxy, Aggiungi/Modifica',1045781095); INSERT INTO international VALUES (4,'WobjectProxy',8,'Proxy del Wobject fallito. Forse l\'oggetto su cui fare il proxy è stato cancellato.',1045781084); INSERT INTO international VALUES (3,'WobjectProxy',8,'Wobject Proxy',1045781068); INSERT INTO international VALUES (2,'WobjectProxy',8,'Modifica Wobject Proxy',1045780988); INSERT INTO international VALUES (1,'WobjectProxy',8,'Wobject su cui fare il Proxy',1045780980); INSERT INTO international VALUES (610,'WebGUI',8,'Vedi Gestisci utenti per ulteriori dettagli.\r\n\r\n\r\nNome utente
\r\nIl nome utente è un identificatore unico per ogni utente. E\' anche il nome con cui l\'utente è conosciuto sul sito. (Nota: Gli amministratori hanno un potere illimitato nel sistema. Questo significa che essi sono in grado di distruggere il sistema. Se rinomini o crei un utente, stai attento a non usare un nome utente già esistente.)\r\n\r\n\r\nPassword
\r\nLa password è utilizzata per assicurarsi che l\'utente sia realmente chi dice di essere.\r\n\r\n\r\nMetodo di autenticazione
\r\nVedi Modifica i settaggi per maggiori dettagli.\r\n\r\n\r\nURL LDAP
\r\nVedi Modifica i settaggi per maggiori dettagli.\r\n\r\n\r\nConnect DN
\r\nIl Connect DN è il nome comune di un dato utente nel tuo database LDAP. Dovrebbe essere specificato come cn=Mario Rossi. Questo è, in effetti il nome utente che verrà usato per autenticare l\'utentesul tuo LDAP server.\r\n\r\n\r\nIndirizzo Email
\r\nL\'indirizzo email dell\'utente. Questo deve essere specificato se l\'utente è coinvolto in funzioni che richiedono l\'email.\r\n\r\n\r\nGruppi
\r\nGruppi visualizza i gruppi ai quali l\'utente appartiene. I gruppi evidenziati sono i gruppi dei quali l\'utente fa parte. Quelli non evidenziati sono altri gruppi che possono essere assegnati. Nota che devi premere il tasto CTRL per selezionare gruppi multipli.\r\n\r\n\r\nLingua
\r\nChe linguaggio deve essere usato per visualizzare i messaggi di sistema.\r\n\r\n\r\nICQ UIN
\r\nLo UIN ICQ è lo \"User ID Number\" nella rete ICQ. ICQ è una piattaforma molto popolare di instant messaging.\r\n\r\n',1045780870); INSERT INTO international VALUES (601,'WebGUI',8,'International ID',1045780778); INSERT INTO international VALUES (598,'WebGUI',8,'Modifica Lingua',1045780760); INSERT INTO international VALUES (597,'WebGUI',8,'Modifica Messaggio Internazionale',1045780747); INSERT INTO international VALUES (596,'WebGUI',8,'MANCANTE',1045780742); INSERT INTO international VALUES (595,'WebGUI',8,'Messaggi Internazionali',1045780738); INSERT INTO international VALUES (594,'WebGUI',8,'Traduci i messaggi.',1045780734); INSERT INTO international VALUES (593,'WebGUI',8,'Sottometti la traduzione',1045780720); INSERT INTO international VALUES (592,'WebGUI',8,'Set di Caratteri',1045780704); INSERT INTO international VALUES (591,'WebGUI',8,'Lingua',1045780694); INSERT INTO international VALUES (590,'WebGUI',8,'ID Lingua',1045780689); INSERT INTO international VALUES (589,'WebGUI',8,'Modifica Lingua',1045780680); INSERT INTO international VALUES (588,'WebGUI',8,'Sei sicuro di voler fornire questa traduzione a plainblack per l\'inclusione nella distribuzione di default? Cliccando si accetti di dare a plainblack una licenza illimitata di usare la traduzione nelle sue distribuzioni software.',1045780670); INSERT INTO international VALUES (587,'WebGUI',8,'Sei sicuro di voler cancellare questa Lingua e tutto l\'help e i messaggi internazionali ad essa associati?',1045780646); INSERT INTO international VALUES (586,'WebGUI',8,'Gestisci Traduzioni',1045780636); INSERT INTO international VALUES (585,'WebGUI',8,'Gestisci Traduzioni',1045780596); INSERT INTO international VALUES (584,'WebGUI',8,'Aggiungi una nuova lingua.',1045780591); INSERT INTO international VALUES (583,'WebGUI',8,'Dimensione massima Immagine',1045780583); INSERT INTO international VALUES (582,'WebGUI',8,'Lascia Vuoto',1045780579); INSERT INTO international VALUES (581,'WebGUI',8,'Aggiungi un nuovo valore',1045780575); INSERT INTO international VALUES (580,'WebGUI',8,'Il tuo messaggio è stato respinto.',1045780571); INSERT INTO international VALUES (579,'WebGUI',8,'Il tuo messaggio è stato approvato.',1045780560); INSERT INTO international VALUES (578,'WebGUI',8,'Hai un messaggio pendente da approvare',1045780555); INSERT INTO international VALUES (577,'WebGUI',8,'Rispondi',1045780550); INSERT INTO international VALUES (576,'WebGUI',8,'Cancella',1045780545); INSERT INTO international VALUES (575,'WebGUI',8,'Modifica',1045780542); INSERT INTO international VALUES (574,'WebGUI',8,'Rifiuta',1045780538); INSERT INTO international VALUES (573,'WebGUI',8,'Lascia Pendenti',1045780533); INSERT INTO international VALUES (572,'WebGUI',8,'Approva',1045780529); INSERT INTO international VALUES (571,'WebGUI',8,'Sblocca Thread',1045780523); INSERT INTO international VALUES (570,'WebGUI',8,'Blocca Thread',1045780519); INSERT INTO international VALUES (569,'WebGUI',8,'Tipo di Moderazione',1045780506); INSERT INTO international VALUES (568,'WebGUI',8,'Dopo-il-fatto',1045780501); INSERT INTO international VALUES (567,'WebGUI',8,'Preventiva',1045780497); INSERT INTO international VALUES (566,'WebGUI',8,'Modifica Timeout',1045780487); INSERT INTO international VALUES (565,'WebGUI',8,'Chi può moderare?',1045780483); INSERT INTO international VALUES (564,'WebGUI',8,'Chi può postare?',1045780478); INSERT INTO international VALUES (563,'WebGUI',8,'Stato predefinito',1045780474); INSERT INTO international VALUES (562,'WebGUI',8,'Pendente',1045780464); INSERT INTO international VALUES (561,'WebGUI',8,'Respinto',1045780458); INSERT INTO international VALUES (560,'WebGUI',8,'Approvato',1045780454); INSERT INTO international VALUES (559,'WebGUI',8,'Esegui su Registrazione',1045780445); INSERT INTO international VALUES (524,'WebGUI',8,'Aggiungi la data di modifica nei post?',1045780073); INSERT INTO international VALUES (627,'WebGUI',8,'I profili sono usati per estendere le informazioni di un particolare utente. In alcuni casi i profili sono importanti per un sito, in altri casi non lo sono. Il sistema dei profili è completamente personalizzabile. Si possono aggiungere tutte le informazioni che si desidera.\r\n',1045780017); INSERT INTO international VALUES (738,'WebGUI',8,'9 Guru',1045779568); INSERT INTO international VALUES (737,'WebGUI',8,'8 Maestro',1045779559); INSERT INTO international VALUES (736,'WebGUI',8,'7 Esperto',1045779547); INSERT INTO international VALUES (735,'WebGUI',8,'6 Professionista',1045779535); INSERT INTO international VALUES (733,'WebGUI',8,'4 Competente',1045779520); INSERT INTO international VALUES (58,'USS',8,'Contributo Precedente',1045779377); INSERT INTO international VALUES (59,'USS',8,'Prossimo Contributo',1045779366); INSERT INTO international VALUES (61,'USS',8,'Sistema contributi degli Utenti, Aggiungi/Modifica',1048030816); INSERT INTO international VALUES (3,'Product',8,'Sei sicuro di voler cancellare questa caratteristica?',1045779180); INSERT INTO international VALUES (71,'SyndicatedContent',8,'Il contenuto da altri siti è contenuto che viene preso da altri siti usando le specifiche RDF/RSS. Questa tecnologia è spesso usata per estrarre titoli e sommari da vari siti di notizie, come CNN e Slashdot. Può essere usata anche per altre cose come punteggi sportivi, informazioni finanziarie, etc.
URL del file RSS
Metti qui lo URL esatto (incluso http://) del contenuto RDF o RSS. Il contenuto verrà scaricato ogni ora da questo URL.
Puoi trovare liste di contenuti disponibili in questo formato ai seguenti indirizzi:\r\n
- http://www.newsisfree.com
- http://www.syndic8.com
- http://www.voidstar.com/node.php?id=144
- http://my.userland.com
- http://www.webreference.com/services/news/
- http://www.xmltree.com
- http://w.moreover.com/
Template
\r\nScegli un template per questo contenuto.',1048067734); INSERT INTO international VALUES (72,'LinkList',8,'Link, Aggiungi/Modifica',1045779092); INSERT INTO international VALUES (61,'LinkList',8,'Lista di Link, Aggiungi/Modifica',1045779069); INSERT INTO international VALUES (61,'Item',8,'Item, Aggiungi/Modifica',1045778968); INSERT INTO international VALUES (6,'Item',8,'Modifica Item',1045778960); INSERT INTO international VALUES (72,'FileManager',8,'File, Aggiungi/Modifica',1045778886); INSERT INTO international VALUES (61,'FileManager',8,'File Manager, Aggiungi/Modifica',1045778861); INSERT INTO international VALUES (73,'FAQ',8,'Domanda
\r\nAggiungi la domanda che vuoi che appaia nella FAQ.\r\nRisposta
\r\nAggiungi la risposta che vuoi che appaia per la domanda inserita sopra.\r\n\r\nProcedi aggiungendo una domanda?
Se vuoi aggiungere subito una nuova domanda, lascia la selezione attuale\r\n',1045778765); INSERT INTO international VALUES (72,'FAQ',8,'Domanda, Aggiungi/Modifica',1045778697); INSERT INTO international VALUES (61,'FAQ',8,'FAQ, Aggiungi/Modifica',1045778556); INSERT INTO international VALUES (61,'ExtraColumn',8,'Colonna Extra, Aggiungi/Modifica',1045778463); INSERT INTO international VALUES (72,'EventsCalendar',8,'Evento, Aggiungi/Modifica',1045778391); INSERT INTO international VALUES (73,'EventsCalendar',8,'Titolo
\r\nIl titolo di questo evento.\r\n\r\n\r\nDescrizione
\r\nDescrive l\'evento o informazioni su dove si terrà etc.\r\n\r\n\r\n\r\nData di inizio
\r\nIn che data inizia l\'evento?\r\n\r\n\r\nData di conclusione
\r\nIn che data si conclude l\'evento?\r\n\r\n\r\nRicorre ogni...
\r\nOpzioni multiple per eventi ricorrenti.\r\n\r\n\r\nProcedi aggiungendo un evento?
\r\nSe vuoi aggiungere un altro evento seleziona \"Si\".\r\n',1045778382); INSERT INTO international VALUES (61,'EventsCalendar',8,'Calendario Eventi, Aggiungi/Modifica',1045778206); INSERT INTO international VALUES (61,'Article',8,'Articolo, Aggiungi/Modifica',1048030788); INSERT INTO international VALUES (886,'WebGUI',8,'Nascondi dalla navigazione?',1045777723); INSERT INTO international VALUES (888,'WebGUI',8,'Anteprima lunghezza Frammento',1045777692); INSERT INTO international VALUES (884,'WebGUI',8,'Pop Up',1045777629); INSERT INTO international VALUES (887,'WebGUI',8,'Midas (Mozilla 1.3+)',1048030883); INSERT INTO international VALUES (883,'WebGUI',8,'Integrato (se supportato)',1045777585); INSERT INTO international VALUES (885,'WebGUI',8,'Consenti agli utenti di disattivare il loro profilo?',1045777558); INSERT INTO international VALUES (882,'WebGUI',8,'Modalità Editor',1045776720); INSERT INTO international VALUES (881,'WebGUI',8,'Nessuno',1045776653); INSERT INTO international VALUES (880,'WebGUI',8,'Ultimo Editor Selezionato',1045776639); INSERT INTO international VALUES (879,'WebGUI',8,'Editor Classico (Internet Explorer 5+)',1045776574); INSERT INTO international VALUES (878,'WebGUI',8,'Non hai iscrizioni a nessun thread.',1045776538); INSERT INTO international VALUES (877,'WebGUI',8,'Iscrizioni ai thread',1045776501); INSERT INTO international VALUES (876,'WebGUI',8,'Visualizza le iscrizioni ai thread.',1045776481); INSERT INTO international VALUES (875,'WebGUI',8,'Un nuovo messaggio è stato spedito ad uno dei thread a cui sei iscritto.',1045776452); INSERT INTO international VALUES (874,'WebGUI',8,'Cancellati dal thread',1045776376); INSERT INTO international VALUES (873,'WebGUI',8,'Sottoscrivi il thread',1045776352); INSERT INTO international VALUES (872,'WebGUI',8,'Chi puo visualizzare?',1045776317); INSERT INTO international VALUES (871,'WebGUI',8,'Chi può modificare?',1045776300); INSERT INTO international VALUES (870,'WebGUI',8,'Benvenuto',1045776278); INSERT INTO international VALUES (869,'WebGUI',8,'Messaggio di benvenuto',1045776258); INSERT INTO international VALUES (868,'WebGUI',8,'Manda un messaggio di benvenuto?',1045776233); INSERT INTO international VALUES (867,'WebGUI',8,'Perdita del privilegio',1045776201); INSERT INTO international VALUES (865,'WebGUI',8,'Informa l\'utente della scadenza?',1045776108); INSERT INTO international VALUES (862,'WebGUI',8,'Il profilo di questo utente non è pubblico.',1045775930); INSERT INTO international VALUES (861,'WebGUI',8,'Rendi pubblico il profilo? ',1045775906); INSERT INTO international VALUES (860,'WebGUI',8,'Rendi pubblico questo indirizzo email? ',1045775883); INSERT INTO international VALUES (859,'WebGUI',8,'Firma',1045775855); INSERT INTO international VALUES (855,'WebGUI',8,'Elenca tutti i template.',1045775845); INSERT INTO international VALUES (854,'WebGUI',8,'Elenca tutti i template come questo.',1045775814); INSERT INTO international VALUES (857,'WebGUI',8,'Indirizzo IP',1045775650); INSERT INTO international VALUES (858,'WebGUI',8,'Alias',1045775636); INSERT INTO international VALUES (856,'WebGUI',8,'In questo momento il tuo account non ha le proprietà per modificare.',1045775620); INSERT INTO international VALUES (853,'WebGUI',8,'Cancella questo template',1045775525); INSERT INTO international VALUES (852,'WebGUI',8,'Copia questo template.',1045775508); INSERT INTO international VALUES (851,'WebGUI',8,'Modifica questo template.',1045775486); INSERT INTO international VALUES (848,'WebGUI',8,'C\'\'è un errore di sintassi in questo template. Prego correggere.',1045775469); INSERT INTO international VALUES (847,'WebGUI',8,'Torna alla pagina corrente.',1045775429); INSERT INTO international VALUES (845,'WebGUI',8,'Macro Stili',1048030933); INSERT INTO international VALUES (843,'WebGUI',8,'Macro utente',1048067601); INSERT INTO international VALUES (839,'WebGUI',8,'Macro di programmazione',1048067575); INSERT INTO international VALUES (841,'WebGUI',8,'Macro di navigazione',1048070874); INSERT INTO international VALUES (838,'WebGUI',8,'Le Cartelle sono usate per organizzare i contenuti dell\'Archivio Collaterale,\r\nnello stesso modo in cui organizzi i file sul tuo hard disk.\r\nOrganizza in Cartelle
\r\nLe cartelle possono stare all\'interno di altre cartelle.\r\nIn quale cartella vuoi inserire questa cartella?\r\nName
\r\nDai un nome a questa cartella così puoi riconoscere cosa contiene.\r\nDescrizione
',1045775049); INSERT INTO international VALUES (837,'WebGUI',8,'Cartella, Aggiungi/Modifica',1045770428); INSERT INTO international VALUES (836,'WebGUI',8,'I Frammenti sono parti di testo o altri elementi che possono essere usati\r\nripetutamente sul tuo sito. Pensa a java scripts, style sheets, filmati\r\nflash , o anche slogan o pay-off questi sono esempi di Frammenti. Il Bello è\r\nche se hai bisogno di cambiare il testo etc, puoi cambiarlo una volta sola!\r\n
\r\nDescrivi la cartella in modo da ricordare perché è stata creata e che cosa\r\ndovrebbe contenere.Nome
\r\nDai a questo frammento un nome univoco da utilizzare in seguito per poterlo\r\nrichiamare.\r\nOrganizza in Cartelle
\r\nIn quale Cartella dell\'archivio collaterale deve essere inserito questo\r\nFrammento?\r\nFrammento
',1045770409); INSERT INTO international VALUES (835,'WebGUI',8,'Frammento, Aggiungi/Modifica',1045769897); INSERT INTO international VALUES (834,'WebGUI',8,'Puoi caricare qualsiasi tipo di file nell\'archivio in modo da poterlo usare in\r\nseguito.\r\n
\r\nComincia a scrivere! O meglio ancora, copia il frammento da qualche altro\r\ndocumento elettronico e incollalo qui.Nome
\r\nDai a questo file un nome univoco da utilizzare in seguito per poterlo\r\nrichiamare.\r\nOrganizza in Cartelle
\r\nIn quale Cartella dell\'archivio collaterale deve essere inserito questo file?\r\nFile
\r\n',1045769858); INSERT INTO international VALUES (833,'WebGUI',8,'File, Aggiungi/Modifica',1045769537); INSERT INTO international VALUES (831,'WebGUI',8,'Macro dell\'archivio collaterale',1048067586); INSERT INTO international VALUES (830,'WebGUI',8,'I template delle pagine sono utilizzati per posizionare i wobject nelle pagine. Puoi avere qualsiasi numero di posizione nel template della pagina, ma devi avere sempre la posizione 1. Le variabili del posizionamento nel template della pagina appaiono in questo modo:\r\n
\r\nSeleziona un file da caricare dal tuo hard disk.
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\nGli elementi di posizionamento possono salire da 1 a un miliardo, dovrebbe essere più che sufficiente per un sito medio.',1045769428); INSERT INTO international VALUES (829,'WebGUI',8,'Template Pagina',1045769044); INSERT INTO international VALUES (827,'WebGUI',8,'Template Wobject',1048067561); INSERT INTO international VALUES (824,'WebGUI',8,'Email intestazione a piè di pagina',1045768975); INSERT INTO international VALUES (823,'WebGUI',8,'Vai alla nuova pagina.',1045768922); INSERT INTO international VALUES (821,'WebGUI',8,'Qualsiasi',1045768899); INSERT INTO international VALUES (820,'WebGUI',8,'Il tuo account non è attivato.Perciò non puoi entrate finchè non sarà attivato dall\'amministratore del sistema.',1045768886); INSERT INTO international VALUES (734,'WebGUI',8,'5 Adepto',1045768778); INSERT INTO international VALUES (732,'WebGUI',8,'3 Cadetto',1045768766); INSERT INTO international VALUES (731,'WebGUI',8,'2 Addestrato',1045768747); INSERT INTO international VALUES (818,'WebGUI',8,'Disattivato',1045754015); INSERT INTO international VALUES (817,'WebGUI',8,'Attivo',1045753995); INSERT INTO international VALUES (815,'WebGUI',8,'Il file che stai tendando di caricare è troppo grande.',1045753965); INSERT INTO international VALUES (814,'WebGUI',8,'Torna agli stili.',1045753926); INSERT INTO international VALUES (813,'WebGUI',8,'Gruppi in questo gruppo',1045753904); INSERT INTO international VALUES (812,'WebGUI',8,'Il messaggio è stato inviato.',1045753885); INSERT INTO international VALUES (811,'WebGUI',8,'Da',1045753867); INSERT INTO international VALUES (810,'WebGUI',8,'Invia',1045753857); INSERT INTO international VALUES (809,'WebGUI',8,'Email al Gruppo',1045753846); INSERT INTO international VALUES (808,'WebGUI',8,'Email a questo gruppo.',1045753818); INSERT INTO international VALUES (807,'WebGUI',8,'Gestisci i gruppi in questo gruppo.',1045753792); INSERT INTO international VALUES (806,'WebGUI',8,'Cancella questo gruppo.',1045753771); INSERT INTO international VALUES (805,'WebGUI',8,'Cancella questo stile.',1045753756); INSERT INTO international VALUES (804,'WebGUI',8,'Copia questo stile.',1045753737); INSERT INTO international VALUES (803,'WebGUI',8,'Modifica questo stile.',1045753721); INSERT INTO international VALUES (802,'WebGUI',8,'Il sistema attualmente non sta tracciando le statistiche. Puoi abilitare la funzione da \"Gestisci Settaggi\".',1045753698); INSERT INTO international VALUES (801,'WebGUI',8,'interazione con i Wobject',1045753627); INSERT INTO international VALUES (800,'WebGUI',8,'Visitatori Unici',1045753606); INSERT INTO international VALUES (799,'WebGUI',8,'Pagine Viste',1045753591); INSERT INTO international VALUES (798,'WebGUI',8,'Titolo della Pagina',1045753575); INSERT INTO international VALUES (797,'WebGUI',8,'Visualizza le statistiche del traffico.',1045753557); INSERT INTO international VALUES (796,'WebGUI',8,'Visualizza le statistiche delle pagine.',1045753534); INSERT INTO international VALUES (795,'WebGUI',8,'Roots',1045753508); INSERT INTO international VALUES (794,'WebGUI',8,'Packages',1045753497); INSERT INTO international VALUES (793,'WebGUI',8,'Parti dell\'Archivio Collaterale',1045753485); INSERT INTO international VALUES (792,'WebGUI',8,'Template',1045753383); INSERT INTO international VALUES (791,'WebGUI',8,'Cancella questa traduzione.',1045753367); INSERT INTO international VALUES (790,'WebGUI',8,'Cancella questa categoria del profilo.',1045753349); INSERT INTO international VALUES (789,'WebGUI',8,'Modifica questa categoria del profilo. ',1045753327); INSERT INTO international VALUES (788,'WebGUI',8,'Cancella questo campo del profilo.',1045753298); INSERT INTO international VALUES (786,'WebGUI',8,'L\'Archivio Collaterale consente di caricare files e testi in un deposito centralizzato, per usarli ovunque all\'interno dei contenuto del sito.',1045753274); INSERT INTO international VALUES (787,'WebGUI',8,'Modifica questo campo del profilo.',1045753186); INSERT INTO international VALUES (784,'WebGUI',8,'Thumbnail',1045753158); INSERT INTO international VALUES (785,'WebGUI',8,'Archivio Collaterale, Gestisci',1045753144); INSERT INTO international VALUES (783,'WebGUI',8,'Tipo',1045753117); INSERT INTO international VALUES (782,'WebGUI',8,'Qualsiasi',1045753107); INSERT INTO international VALUES (781,'WebGUI',8,'Frammento testo',1045753095); INSERT INTO international VALUES (780,'WebGUI',8,'File',1045753076); INSERT INTO international VALUES (779,'WebGUI',8,'Immagine',1045753065); INSERT INTO international VALUES (778,'WebGUI',8,'Descrizione Cartella',1045753054); INSERT INTO international VALUES (777,'WebGUI',8,'Id Cartella',1045753038); INSERT INTO international VALUES (776,'WebGUI',8,'Modifica Cartella',1045753023); INSERT INTO international VALUES (775,'WebGUI',8,'Sei sicuro di voler cancellare questa cartella e spostare il suo contenuto nella cartella genitrice?',1045753006); INSERT INTO international VALUES (774,'WebGUI',8,'Sei sicuro di vole cancellare questo elemento? Non sarà più recuperabile una volta eliminato.',1045752934); INSERT INTO international VALUES (773,'WebGUI',8,'File',1045752719); INSERT INTO international VALUES (772,'WebGUI',8,'Modifica File',1045752708); INSERT INTO international VALUES (771,'WebGUI',8,'Frammento',1045752692); INSERT INTO international VALUES (770,'WebGUI',8,'Modifica Frammento',1045752680); INSERT INTO international VALUES (769,'WebGUI',8,'Organizza in Cartelle',1045752662); INSERT INTO international VALUES (768,'WebGUI',8,'Nome',1045752640); INSERT INTO international VALUES (767,'WebGUI',8,'Id dell\'archivio collaterale',1045752630); INSERT INTO international VALUES (766,'WebGUI',8,'Torna alla lista dell\'archivio collaterale.',1045752575); INSERT INTO international VALUES (765,'WebGUI',8,'Cancella questo elemento dell\'archivio collaterale.',1045752548); INSERT INTO international VALUES (763,'WebGUI',8,'Aggiungi un frammento (testo etc.).',1045752452); INSERT INTO international VALUES (762,'WebGUI',8,'Aggiungi un file.',1045752354); INSERT INTO international VALUES (760,'WebGUI',8,'Cancella questa cartella.',1045752308); INSERT INTO international VALUES (759,'WebGUI',8,'Modifica questa cartella.',1045752290); INSERT INTO international VALUES (758,'WebGUI',8,'Aggiungi una cartella.',1045752263); INSERT INTO international VALUES (757,'WebGUI',8,'Gestisci Archivio Collaterale',1045752233); INSERT INTO international VALUES (756,'WebGUI',8,'Torna alla lista dei gruppi.',1045752184); INSERT INTO international VALUES (754,'WebGUI',8,'Gestisci gli utenti di questo gruppo.',1045752165); INSERT INTO international VALUES (753,'WebGUI',8,'Modifica questo gruppo.',1045752137); INSERT INTO international VALUES (752,'WebGUI',8,'Visualizza il profilo di questo utente.',1045752114); INSERT INTO international VALUES (751,'WebGUI',8,'Diventa questo utente.',1045752087); INSERT INTO international VALUES (750,'WebGUI',8,'Cancella questo utente.',1045752071); INSERT INTO international VALUES (749,'WebGUI',8,'Traccia le statistiche delle pagine?',1045752048); INSERT INTO international VALUES (747,'WebGUI',8,'Il nome utente deve contenere solo caratteri alfanumerici.',1045752012); INSERT INTO international VALUES (746,'WebGUI',8,'Set Icone Pulsanti di comando',1045751975); INSERT INTO international VALUES (745,'WebGUI',8,'Torna alla pagina.',1045751953); INSERT INTO international VALUES (744,'WebGUI',8,'Prossima Azione?',1045751935); INSERT INTO international VALUES (743,'WebGUI',8,'Devi inserire un indirizzo email valido per recuperare la tua password.',1045751910); INSERT INTO international VALUES (742,'WebGUI',8,'Gestisci Template',1045751861); INSERT INTO international VALUES (741,'WebGUI',8,'Modifica questo template',1045751829); INSERT INTO international VALUES (739,'WebGUI',8,'LIvello Interfaccia Utente',1045751324); INSERT INTO international VALUES (730,'WebGUI',8,'1 Apprendista',1045751118); INSERT INTO international VALUES (729,'WebGUI',8,'0 Principianti',1045751079); INSERT INTO international VALUES (76,'USS',8,'Template di inserimento',1045751040); INSERT INTO international VALUES (74,'USS',8,'Template Sistema di contributi degli utenti',1045751011); INSERT INTO international VALUES (73,'USS',8,'Template di inserimento',1045750803); INSERT INTO international VALUES (9,'Survey',8,'Survey (Ricerca di Mercato)',1045747751); INSERT INTO international VALUES (80,'Survey',8,'secondi',1045747725); INSERT INTO international VALUES (8,'Survey',8,'Ordine domande',1045747714); INSERT INTO international VALUES (79,'Survey',8,'minuti',1045747697); INSERT INTO international VALUES (78,'Survey',8,'Tempo totale',1045747686); INSERT INTO international VALUES (77,'Survey',8,'Data di Fine',1045747673); INSERT INTO international VALUES (76,'Survey',8,'Data di inizio',1045747658); INSERT INTO international VALUES (75,'Survey',8,'Modifica questa domanda.',1045747643); INSERT INTO international VALUES (74,'Survey',8,'Sei sicuro di voler cancellare tutti i responsi?',1045747624); INSERT INTO international VALUES (73,'Survey',8,'Cancella tutti i responsi',1045747600); INSERT INTO international VALUES (71,'Survey',8,'Classifica',1045747543); INSERT INTO international VALUES (70,'Survey',8,'Responsi individuali',1045747529); INSERT INTO international VALUES (69,'Survey',8,'Cancella i risultati di questo utente.',1045747385); INSERT INTO international VALUES (68,'Survey',8,'Visualizza risultati e esportazioni.',1045747357); INSERT INTO international VALUES (67,'Survey',8,'Utenti',1045747301); INSERT INTO international VALUES (66,'Survey',8,'Risultati',1045747283); INSERT INTO international VALUES (65,'Survey',8,'Esporta ricapitolazione composita.',1045747127); INSERT INTO international VALUES (64,'Survey',8,'Esporta i risultati.',1045746867); INSERT INTO international VALUES (63,'Survey',8,'Esporta le domande.',1045746849); INSERT INTO international VALUES (62,'Survey',8,'Esporta le risposte.',1045746834); INSERT INTO international VALUES (61,'Survey',8,'Visualizza la classifica.',1045746814); INSERT INTO international VALUES (60,'Survey',8,'Torna alla Ricerca',1045746785); INSERT INTO international VALUES (6,'Survey',8,'Random',1045746762); INSERT INTO international VALUES (59,'Survey',8,'Vedi statistiche',1045746750); INSERT INTO international VALUES (58,'Survey',8,'Anteprima statistica',1045746730); INSERT INTO international VALUES (57,'Survey',8,'Commenti',1045746545); INSERT INTO international VALUES (56,'Survey',8,'Visualizza i commenti',1045746535); INSERT INTO international VALUES (55,'Survey',8,'Visualizza Risultati',1045746501); INSERT INTO international VALUES (54,'Survey',8,'Percentuale',1045746481); INSERT INTO international VALUES (53,'Survey',8,'Risultati',1045746469); INSERT INTO international VALUES (52,'Survey',8,'Punteggio',1045746455); INSERT INTO international VALUES (51,'Survey',8,'Commenti?',1045746444); INSERT INTO international VALUES (50,'Survey',8,'Prossima',1045746431); INSERT INTO international VALUES (5,'Survey',8,'Sequenziale',1045746420); INSERT INTO international VALUES (49,'Survey',8,'Attualmente non può prenedere parte a questo quiz.',1045746406); INSERT INTO international VALUES (48,'Survey',8,'Attualmente non può partecipare a questa ricerca.',1045746373); INSERT INTO international VALUES (47,'Survey',8,'Il quiz è stato completato.',1045746275); INSERT INTO international VALUES (46,'Survey',8,'Grazie per aver partecipato alla nostra ricerca.',1045746239); INSERT INTO international VALUES (45,'Survey',8,'Sei sicuro di voler cancellare questa risposta e i relativi responsi?',1045746189); INSERT INTO international VALUES (44,'Survey',8,'Sei sicuro di voler cancellare questa domanda, le risposte e i responsi relativi?',1045745825); INSERT INTO international VALUES (43,'Survey',8,'Mai',1045745726); INSERT INTO international VALUES (42,'Survey',8,'Occasionalmente',1045745717); INSERT INTO international VALUES (41,'Survey',8,'Frequentemente',1045745703); INSERT INTO international VALUES (40,'Survey',8,'Sempre',1045745684); INSERT INTO international VALUES (39,'Survey',8,'Non applicabile',1045745665); INSERT INTO international VALUES (37,'Survey',8,'Non d\'accordo',1045745623); INSERT INTO international VALUES (36,'Survey',8,'Non del tutto d\'accordo',1045745603); INSERT INTO international VALUES (35,'Survey',8,'Abbastanza d\'accordo',1045745574); INSERT INTO international VALUES (34,'Survey',8,'D\'accordo',1045745369); INSERT INTO international VALUES (33,'Survey',8,'Completamente d\'accordo',1045745347); INSERT INTO international VALUES (32,'Survey',8,'Falso',1045745320); INSERT INTO international VALUES (31,'Survey',8,'Vero',1045745311); INSERT INTO international VALUES (30,'Survey',8,'Aggiungi una nuova domanda',1045745300); INSERT INTO international VALUES (3,'Survey',8,'Ricerca, Aggiungi/Modifica',1045745283); INSERT INTO international VALUES (29,'Survey',8,'Aggiungi una risposta con testo',1045745256); INSERT INTO international VALUES (28,'Survey',8,'Aggiungi una domanda',1045745223); INSERT INTO international VALUES (27,'Survey',8,'Aggiungi una risposta tipo opinione (sono d\'accordo/non sono d\'accordo)',1045745208); INSERT INTO international VALUES (26,'Survey',8,'Aggiungi una frequenza di risposte (sempre/mai)',1045745138); INSERT INTO international VALUES (25,'Survey',8,'Aggiungi una risposta vero/falso',1045744964); INSERT INTO international VALUES (24,'Survey',8,'Aggiungi una risposta a scelta multipla ',1045744941); INSERT INTO international VALUES (23,'Survey',8,'Aggiungi una nuova risposta',1048067377); INSERT INTO international VALUES (22,'Survey',8,'Tipo di risposta',1045744787); INSERT INTO international VALUES (21,'Survey',8,'Vai a',1045744732); INSERT INTO international VALUES (20,'Survey',8,'Questa risposta è corretta?',1045744720); INSERT INTO international VALUES (2,'Survey',8,'modifica Ricerca',1045744700); INSERT INTO international VALUES (19,'Survey',8,'Risposta',1045744684); INSERT INTO international VALUES (18,'Survey',8,'Modifica risposta',1045744673); INSERT INTO international VALUES (17,'Survey',8,'Modifica domanda',1045744659); INSERT INTO international VALUES (16,'Survey',8,'Randomizza le risposte?',1045744646); INSERT INTO international VALUES (15,'Survey',8,'Consenti commenti?',1045744605); INSERT INTO international VALUES (14,'Survey',8,'Domanda',1045744584); INSERT INTO international VALUES (13,'Survey',8,'Chi può vedere i risultati?',1045744573); INSERT INTO international VALUES (12,'Survey',8,'Chi può partecipare alla Ricerca',1045744551); INSERT INTO international VALUES (11,'Survey',8,'Modo',1045744517); INSERT INTO international VALUES (10,'Survey',8,'Quiz',1045744505); INSERT INTO international VALUES (1,'Survey',8,'Survey (Ricerca di Mercato)',1045744487); INSERT INTO international VALUES (75,'SiteMap',8,'Tutte le Roots',1045744348); INSERT INTO international VALUES (74,'SiteMap',8,'Questa Pagina',1045744332); INSERT INTO international VALUES (72,'SiteMap',8,'Template Mappa del Sito',1048067345); INSERT INTO international VALUES (73,'MessageBoard',8,'Forum Template',1045680233); INSERT INTO international VALUES (73,'MailForm',8,'Invia',1045680189); INSERT INTO international VALUES (73,'Item',8,'Item Template',1045680117); INSERT INTO international VALUES (72,'Item',8,'Template',1045680109); INSERT INTO international VALUES (75,'FileManager',8,'File Manager Template',1045680095); INSERT INTO international VALUES (74,'FileManager',8,'Aggiungi un nuovo file',1045680082); INSERT INTO international VALUES (77,'FAQ',8,'Questa è la lista delle variabili disponibili nel FAQ templates.\r\naddquestion.url
\r\nL\'URL per aggiungere una domanda alle FAQ\r\naddquestion.label
\r\nL\'etichetta per il link per aggiungere la domanda.\r\nqa_loop
\r\nIl ciclo contenente le variabili per ogni domanda nelle FAQ. \r\n\r\n qa.id\r\n',1045680066); INSERT INTO international VALUES (76,'FAQ',8,'FAQ Template',1045679699); INSERT INTO international VALUES (75,'FAQ',8,'Aggiungi una domanda',1045679685); INSERT INTO international VALUES (74,'FAQ',8,'Template',1045679666); INSERT INTO international VALUES (96,'EventsCalendar',8,'Template Evento',1045679634); INSERT INTO international VALUES (95,'EventsCalendar',8,'
\r\n L\'identificatore univoco per questa domanda.\r\nqa.answer
\r\n La risposta per questa domanda.\r\nqa.question
\r\n La domanda stessa.\r\nqa.controls
\r\n I controlli di gestione di WebGUI per questa domanda.\r\n\r\n
Le seguenti variabili dei template sono disponibili per personalizzare il\r\nCalendario Eventi.
\r\naddevent.url
\r\nL\'URL da inserire in un evento nel calendario.\r\naddevent.label
\r\nL\'etichetta tradotta per il link aggiungi evento.\r\ncalendar.big
\r\nUn Calendario a piena pagina.\r\ncalendar.small
\r\nUn calendario piccolo che mostra solo le date.\r\ncalendar.firstPage
\r\nUn Link alla prima pagina dell\'impaginazione del calendario.\r\ncalendar.lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione del calendario.\r\ncalendar.nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione del calendario.\r\ncalendar.previousPage
\r\nUn Link alla pagina precedente dell\'impaginazione del calendario.\r\ncalendar.pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\ncalendar.multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione del\r\ncalendario.\r\nlist_loop
\r\nUn ciclo contenente la visualizzazione a lista di un Calendario Eventi.\r\n\r\n list.date\r\n
\r\n La data di questo evento.\r\nlist.title
\r\n Il titolo di questo evento.\r\nlist.description
\r\n La descrizione di questo evento.\r\nlist.sameAsPrevious
\r\n Una variabile che indica se questo evento ha la stessa data dell\'ultimo\r\n evento.\r\nlist.url
\r\n L\'URL della pagina piena di questo evento.\r\nlist.controls
\r\n I controlli di WebGUI per la gestione di questo evento.\r\n\r\n
list.firstPage
\r\nUn Link alla prima pagina dell\'impaginazione.\r\nlist.lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione.\r\nlist.nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\nlist.previousPage
\r\nUn Link all\'ultima pagina dell\'impaginazione del calendario.\r\nlist.pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione.\r\nlist.multiplePages
\r\n\r\n',1045679616); INSERT INTO international VALUES (94,'EventsCalendar',8,'Template Calendario Eventi',1045677272); INSERT INTO international VALUES (93,'EventsCalendar',8,'Prossimo Evento',1045677244); INSERT INTO international VALUES (92,'EventsCalendar',8,'Evento Precedente',1045677224); INSERT INTO international VALUES (91,'EventsCalendar',8,'Aggiungi un nuovo evento',1045677086); INSERT INTO international VALUES (90,'EventsCalendar',8,'Mese di inizio',1045677068); INSERT INTO international VALUES (89,'EventsCalendar',8,'Mostra 3 mesi dall\'inizio',1045677044); INSERT INTO international VALUES (88,'EventsCalendar',8,'Mostra 6 mesi dall\'inizio',1045677030); INSERT INTO international VALUES (87,'EventsCalendar',8,'Mostra 9 mesi dall\'inizio',1045677016); INSERT INTO international VALUES (86,'EventsCalendar',8,'Mostra 12 mesi dall\'inizio',1045676999); INSERT INTO international VALUES (85,'EventsCalendar',8,'Ultimo nel calendario',1045676981); INSERT INTO international VALUES (84,'EventsCalendar',8,'Mese di fine',1045676965); INSERT INTO international VALUES (83,'EventsCalendar',8,'Primo nel calendario',1045676952); INSERT INTO international VALUES (82,'EventsCalendar',8,'Corrente',1045676931); INSERT INTO international VALUES (81,'EventsCalendar',8,'Mese di inizio',1045676915); INSERT INTO international VALUES (80,'EventsCalendar',8,'Template Evento',1045676895); INSERT INTO international VALUES (1,'Auth/WebGUI',8,'WebGUI Authentication Options',1045676875); INSERT INTO international VALUES (9,'Auth/SMB',8,'NT Password',1045676853); INSERT INTO international VALUES (8,'Auth/SMB',8,'NT Login',1045676845); INSERT INTO international VALUES (7,'Auth/SMB',8,'NT Domain',1045676835); INSERT INTO international VALUES (6,'Auth/SMB',8,'BDC',1045676827); INSERT INTO international VALUES (5,'Auth/SMB',8,'PDC',1045676601); INSERT INTO international VALUES (4,'Auth/SMB',8,'SMB Logon Errore (3)\r\nHai fornito una combinazione nome utente/password non valida. Prova ancora.',1045599392); INSERT INTO international VALUES (3,'Auth/SMB',8,'SMB Protocol Errore (2)
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.
\r\nContatta l\'amministratore di sistema.',1045599308); INSERT INTO international VALUES (79,'EventsCalendar',8,'Template Principale',1045599263); INSERT INTO international VALUES (2,'Auth/SMB',8,'SMB Server Error (1)
Something went wrong accessing the domain controller. Perhaps the connection timed out. Please try again or contact your sysadmin.',1045599050); INSERT INTO international VALUES (1,'Auth/SMB',8,'Opzioni Autenticazione SMB',1045598968); INSERT INTO international VALUES (1,'Auth/LDAP',8,'Opzioni Autenticazione LDAP ',1045598946); INSERT INTO international VALUES (72,'Article',8,'Template Articolo',1048080145); INSERT INTO international VALUES (24,'PhotoGallery',8,'Caricamento immagine',1034023843); INSERT INTO international VALUES (22,'PhotoGallery',8,'Inserimento',1034023785); INSERT INTO international VALUES (17,'PhotoGallery',8,'Testo',1034022485); INSERT INTO international VALUES (11,'PhotoGallery',8,'Visualizza il testo al passaggio del mouse',1034022460); INSERT INTO international VALUES (9,'PhotoGallery',8,'Aggiungi una immagine',1034022249); INSERT INTO international VALUES (8,'PhotoGallery',8,'Gruppo abilitato a caricare immagini',1034022219); INSERT INTO international VALUES (7,'PhotoGallery',8,'Anteprime per riga',1034022186); INSERT INTO international VALUES (6,'PhotoGallery',8,'Modifica',1034022168); INSERT INTO international VALUES (5,'PhotoGallery',8,'Nuovo',1034022154); INSERT INTO international VALUES (4,'PhotoGallery',8,'Ordinamento',1034022140); INSERT INTO international VALUES (3,'PhotoGallery',8,'Carica una immagine',1034022119); INSERT INTO international VALUES (26,'PhotoGallery',8,'Titolo',1034022101); INSERT INTO international VALUES (25,'PhotoGallery',8,'Nome immagine',1034022071); INSERT INTO international VALUES (23,'PhotoGallery',8,'Popolarità',1034022018); INSERT INTO international VALUES (21,'PhotoGallery',8,'Visualizza informazioni sull\'immagine',1034021813); INSERT INTO international VALUES (20,'PhotoGallery',8,'Spazio tra le immagini',1034021782); INSERT INTO international VALUES (2,'PhotoGallery',8,'Aggiungi una immagine',1034021758); INSERT INTO international VALUES (19,'PhotoGallery',8,'Carica immagine',1034021741); INSERT INTO international VALUES (18,'PhotoGallery',8,'Testo da visualizzare con questa immagine',1034021725); INSERT INTO international VALUES (16,'PhotoGallery',8,'Altezza anteprima',1034021680); INSERT INTO international VALUES (15,'PhotoGallery',8,'Larghezza anteprima',1034021662); INSERT INTO international VALUES (14,'PhotoGallery',8,'Nome Immagine',1034021635); INSERT INTO international VALUES (13,'PhotoGallery',8,'Immagine',1034021619); INSERT INTO international VALUES (12,'PhotoGallery',8,'Procedi aggiungendo una immagine',1034021607); INSERT INTO international VALUES (10,'PhotoGallery',8,'Spunta questo box per aggiungere automaticamente al gestore di immagini le immagini caricate con questo wobject',1034021524); INSERT INTO international VALUES (605,'WebGUI',8,'Aggiungi Gruppi',1034020648); INSERT INTO international VALUES (1,'PhotoGallery',8,'Galleria Foto',1034015638); INSERT INTO international VALUES (18,'Article',8,'Consenti discussione?',1031922079); INSERT INTO international VALUES (5,'Auth/WebGUI',8,'La tua password non può essere \"password\".',1031880154); INSERT INTO international VALUES (725,'WebGUI',8,'La tua username non può essere vuota.',1031879612); INSERT INTO international VALUES (724,'WebGUI',8,'La tua username non può iniziare o finire con uno spazio.',1031879593); INSERT INTO international VALUES (4,'Auth/WebGUI',8,'La tua password non può essere vuota.',1031879567); INSERT INTO international VALUES (723,'WebGUI',8,'Non Approvato',1031800566); INSERT INTO international VALUES (722,'WebGUI',8,'Id',1031517195); INSERT INTO international VALUES (721,'WebGUI',8,'Namespace',1031515005); INSERT INTO international VALUES (720,'WebGUI',8,'OK',1031514777); INSERT INTO international VALUES (719,'WebGUI',8,'Non aggiornato',1031514679); INSERT INTO international VALUES (12,'Poll',8,'Totale Voti:',1031514049); INSERT INTO international VALUES (48,'Product',8,'Sei sicuro di voler cancellare questo Beneficio? Non sarà possibile ripristinarlo una volta cancellato.',1031514049); INSERT INTO international VALUES (49,'Product',8,'Beneficio Prodotto, Aggiungi/Modifica',1031514049); INSERT INTO international VALUES (51,'Product',8,'Beneficio',1031514049); INSERT INTO international VALUES (72,'Poll',8,'Randomizzare le risposte?',1031514049); INSERT INTO international VALUES (75,'EventsCalendar',8,'Quale vuoi fare?',1031514049); INSERT INTO international VALUES (76,'EventsCalendar',8,'cancella solo questo evento.',1031514049); INSERT INTO international VALUES (77,'EventsCalendar',8,'Cancella questo evento e tutte le sue ricorrenze.',1031514049); INSERT INTO international VALUES (78,'EventsCalendar',8,'Non cancellare nulla, ho fatto un errore.',1031514049); INSERT INTO international VALUES (52,'Product',8,'Aggiungi un\'altro beneficio?',1031514049); INSERT INTO international VALUES (53,'Product',8,'Modifica Beneficio',1031514049); INSERT INTO international VALUES (54,'Product',8,'Benefici',1031514049); INSERT INTO international VALUES (55,'Product',8,'Aggiungi un beneficio.',1031514049); INSERT INTO international VALUES (56,'Product',8,'Aggiungi un template prodotto.',1031514049); INSERT INTO international VALUES (58,'Product',8,'Modifica Template Prodotto',1031514049); INSERT INTO international VALUES (59,'Product',8,'Nome',1031514049); INSERT INTO international VALUES (60,'Product',8,'Template',1031514049); INSERT INTO international VALUES (61,'Product',8,'Template Prodotto',1031514049); INSERT INTO international VALUES (699,'WebGUI',8,'Primo giorno della settimana',1031514049); INSERT INTO international VALUES (702,'WebGUI',8,'Mese(i)',1031514049); INSERT INTO international VALUES (703,'WebGUI',8,'Anno(i)',1031514049); INSERT INTO international VALUES (704,'WebGUI',8,'Secondo(i)',1031514049); INSERT INTO international VALUES (705,'WebGUI',8,'Minuto(i)',1031514049); INSERT INTO international VALUES (706,'WebGUI',8,'Ora(e)',1031514049); INSERT INTO international VALUES (707,'WebGUI',8,'Mostra debugging?',1031514049); INSERT INTO international VALUES (715,'WebGUI',8,'Redireziona URL',1031514049); INSERT INTO international VALUES (716,'WebGUI',8,'Login',1031514049); INSERT INTO international VALUES (717,'WebGUI',8,'Logout',1031514049); INSERT INTO international VALUES (896,'WebGUI',1,'Page Cache Timeout (Visitors)',1047342926); INSERT INTO international VALUES (895,'WebGUI',1,'Page Cache Timeout',1047342910); INSERT INTO international VALUES (72,'SyndicatedContent',1,'Syndicated Content Template',1047855526); INSERT INTO international VALUES (73,'SyndicatedContent',1,'The following are the template variables available to the Syndicated Content template.\r\n\r\n\r\n\r\nchannel.title
\r\nThe title of this piece of syndicated content.\r\n\r\n\r\nchannel.description
\r\nA description of the content available through this channel.\r\n\r\n\r\nchannel.link
\r\nA URL back to the originating site of this channel.\r\n\r\n\r\nitem_loop
\r\nA loop containing the data from this channel.\r\n\r\n\r\n\r\ntitle',1047855526); INSERT INTO international VALUES (526,'Discussion',1,'by',1047842270); INSERT INTO international VALUES (525,'Discussion',1,'Edited at',1047842180); INSERT INTO international VALUES (896,'WebGUI',10,'Side cache timeout (gæster)',1047941737); INSERT INTO international VALUES (895,'WebGUI',10,'Side cache timeout',1047941722); INSERT INTO international VALUES (893,'WebGUI',10,'Wobject egenskaber',1047941704); INSERT INTO international VALUES (892,'WebGUI',10,'Diskussion',1047941691); INSERT INTO international VALUES (891,'WebGUI',10,'Omvend kun makroer',1047941682); INSERT INTO international VALUES (889,'WebGUI',10,'Style Sheets, Faneblad',1047941643); INSERT INTO international VALUES (758,'WebGUI',10,'Tilføj en mappe.',1047941585); INSERT INTO international VALUES (757,'WebGUI',10,'Administrer brochurer',1047941567); INSERT INTO international VALUES (756,'WebGUI',10,'Tilbage till gruppe liste.',1047941548); INSERT INTO international VALUES (754,'WebGUI',10,'Administrer brugere i denne gruppe',1047941534); INSERT INTO international VALUES (753,'WebGUI',10,'Rediger denne gruppe',1047941484); INSERT INTO international VALUES (751,'WebGUI',10,'Funger som denne bruger.',1047941471); INSERT INTO international VALUES (750,'WebGUI',10,'Slet denne bruger.',1047941450); INSERT INTO international VALUES (749,'WebGUI',10,'Gem data for side statistik?',1047941439); INSERT INTO international VALUES (748,'WebGUI',10,'Bruger antal',1047941411); INSERT INTO international VALUES (747,'WebGUI',10,'Brugernavn må kun indeholde alfanumeriske tegn.',1047941398); INSERT INTO international VALUES (746,'WebGUI',10,'Ikon sæt for toolbar',1047941373); INSERT INTO international VALUES (745,'WebGUI',10,'Gå tilbage til siden.',1047941356); INSERT INTO international VALUES (742,'WebGUI',10,'Administrer skabeloner.',1047941342); INSERT INTO international VALUES (728,'WebGUI',10,'Er du sikker på du vil slette denne fil?',1047941323); INSERT INTO international VALUES (659,'WebGUI',10,'Stilarter, Administrer',1047941289); INSERT INTO international VALUES (76,'USS',10,'Indlæg skabelon',1047941144); INSERT INTO international VALUES (74,'USS',10,'Brugerindlægs System skabelon',1047941126); INSERT INTO international VALUES (73,'USS',10,'Skabelon for indlæg',1047941108); INSERT INTO international VALUES (72,'USS',10,'Hoved skabelon',1047941093); INSERT INTO international VALUES (61,'USS',10,'Brugerindlæg System, Tilføj/Rediger',1047941076); INSERT INTO international VALUES (59,'USS',10,'Næste indlæg',1047941054); INSERT INTO international VALUES (58,'USS',10,'Forrige indlæg',1047941045); INSERT INTO international VALUES (57,'USS',10,'Besvarelser',1047941029); INSERT INTO international VALUES (53,'USS',10,'Layout',1047941018); INSERT INTO international VALUES (52,'USS',10,'Miniature',1047941010); INSERT INTO international VALUES (51,'USS',10,'Vis miniature?',1047940999); INSERT INTO international VALUES (48,'USS',10,'Tillad diskussion?',1047940986); INSERT INTO international VALUES (47,'USS',10,'Poster et svar',1047940975); INSERT INTO international VALUES (46,'USS',10,'Læs mere...',1047940940); INSERT INTO international VALUES (45,'USS',10,'Retur til indlæg',1047940930); INSERT INTO international VALUES (41,'USS',10,'Dato',1047940918); INSERT INTO international VALUES (39,'USS',10,'Skriv et svar',1047940909); INSERT INTO international VALUES (38,'USS',10,'Vælg \"nej\" hvis du skriver et HTML indlæg',1047940891); INSERT INTO international VALUES (30,'USS',10,'Karma pr. indlæg',1047940857); INSERT INTO international VALUES (32,'MailForm',10,'er ikke en gyldig email adresse.',1047940666); INSERT INTO international VALUES (31,'MailForm',10,'er ikke udfyldt korrekt.',1047940648); INSERT INTO international VALUES (30,'MailForm',10,'skal være numerisk.',1047940633); INSERT INTO international VALUES (29,'MailForm',10,'er et påkrævet felt.',1047940621); INSERT INTO international VALUES (28,'MailForm',10,'Option for tekstområde',1047940563); INSERT INTO international VALUES (27,'MailForm',10,'Højde',1047940544); INSERT INTO international VALUES (9,'HttpProxy',10,'Cookie katalog',1047940518); INSERT INTO international VALUES (8,'HttpProxy',10,'Følg videre redirigeringer?',1047940506); INSERT INTO international VALUES (6,'HttpProxy',10,'Fjern stil?',1047940483); INSERT INTO international VALUES (5,'HttpProxy',10,'Tillad proxy af andre domæner?',1047940469); INSERT INTO international VALUES (4,'HttpProxy',10,'Timeout',1047940449); INSERT INTO international VALUES (3,'HttpProxy',10,'HTTP Proxy',1047940439); INSERT INTO international VALUES (2,'HttpProxy',10,'Rediger HTTP Proxy',1047940427); INSERT INTO international VALUES (10,'HttpProxy',10,'HTTP Proxy, Tilføj/Rediger',1047940410); INSERT INTO international VALUES (1,'HttpProxy',10,'URL',1047940393); INSERT INTO international VALUES (61,'FileManager',10,'Fil manager, TIlføj/Rediger',1047940368); INSERT INTO international VALUES (526,'Discussion',10,'af',1047940324); INSERT INTO international VALUES (525,'Discussion',10,'Redigeret kl.',1047940318); INSERT INTO international VALUES (1,'Discussion',10,'Filtrer post',1047940296); INSERT INTO international VALUES (76,'FAQ',6,'FAQ-Mall',1047901230); INSERT INTO international VALUES (75,'FAQ',6,'Lägg till fråga.',1047901205); INSERT INTO international VALUES (74,'FAQ',6,'Mall',1047901180); INSERT INTO international VALUES (73,'MailForm',6,'Skicka',1047901148); INSERT INTO international VALUES (73,'MessageBoard',6,'Mall för Meddelandeforum',1047901129); INSERT INTO international VALUES (72,'MessageBoard',6,'Huvudmall',1047901096); INSERT INTO international VALUES (2,'Auth/SMB',6,'SMB Server Error(1)\r\n
\r\nThe title of a piece of content.\r\n\r\n\r\ndescription
\r\nThe description of the content.\r\n\r\n\r\nlink\r\nA URL directly to the original content.\r\n\r\n
\r\nNågot gick fel när domänkontrollanten skulle kontaktas. Kanske tog kontakten för lång tid. Var god försök igen eller kontakta din systemadministratör.',1047901072); INSERT INTO international VALUES (1,'Auth/SMB',6,'SMB Autentiseringsinställningar',1047900964); INSERT INTO international VALUES (1,'Auth/LDAP',6,'LDAP autentiseringsinställningar',1047900938); INSERT INTO international VALUES (72,'SiteMap',6,'Mall för Sitekarta',1047900828); INSERT INTO international VALUES (30,'Survey',6,'Lägg till en ny fråga.',1047900684); INSERT INTO international VALUES (3,'Survey',6,'Undersökning, Addera/Redigera',1047900662); INSERT INTO international VALUES (29,'Survey',6,'Addera ett textsvar.',1047900633); INSERT INTO international VALUES (28,'Survey',6,'Lägg till en fråga.',1047900600); INSERT INTO international VALUES (27,'Survey',6,'Addera en åsikts(håller med/håller inte med)-svar.',1047900578); INSERT INTO international VALUES (26,'Survey',6,'Addera ett frekvens-(alltid/aldrig)-svar.',1047900542); INSERT INTO international VALUES (25,'Survey',6,'Addera ett sant/falsk-svar.',1047900487); INSERT INTO international VALUES (24,'Survey',6,'Lägg till ett flervalssvar.',1047900454); INSERT INTO international VALUES (23,'Survey',6,'Lägg till nytt svarsalternativ.',1047900427); INSERT INTO international VALUES (22,'Survey',6,'Svarstyp',1047900403); INSERT INTO international VALUES (21,'Survey',6,'Gå Till',1047900385); INSERT INTO international VALUES (20,'Survey',6,'Är detta svar korrekt?',1047900366); INSERT INTO international VALUES (2,'Survey',6,'Redigera Undersökning',1047900345); INSERT INTO international VALUES (19,'Survey',6,'Svar',1047900323); INSERT INTO international VALUES (18,'Survey',6,'Redigera Svarsalternativ',1047900303); INSERT INTO international VALUES (17,'Survey',6,'Redigera Fråga',1047900275); INSERT INTO international VALUES (16,'Survey',6,'Slumpmässiga svar?',1047900253); INSERT INTO international VALUES (15,'Survey',6,'Tillåt kommentarer?',1047900220); INSERT INTO international VALUES (14,'Survey',6,'Fråga',1047900196); INSERT INTO international VALUES (13,'Survey',6,'Vem kan visa rapporter?',1047900179); INSERT INTO international VALUES (12,'Survey',6,'Vem kan delta i undersökningen?',1047900154); INSERT INTO international VALUES (4,'Survey',6,'Undersökningar tillåter dig samla information från dina användare. Vad gäller WebGUI:s undersökningar så kan du också använda dem för att testa dina användares kunskap.\r\n\r\nFrågeordning\r\n
\r\nOrdningen som frågorna ställs. \"Sekventiell\" visar frågorna i den ordning du skapade dem. \"Slumpmässig\" visar frågorna slumpmässigt. \"Svarsstyrd\" visar frågorna i en ordning som baseras på användarens svar.\r\n\r\nMetod\r\n
\r\nStandardläget för en undersökning är \"survey\". Detta används för att ställa frågor till användaren. I läget \"Frågesport\" kan du använda undersökningar som självrättande prov av dina användares kunskaper.\r\n\r\nVem kan delta i undersökningar?\r\n
\r\nVilka användare som kan delta i en undersökning.\r\n\r\nVem kan visa rapported?\r\n
\r\nVilka som kan se resultated av undersökningen.\r\n\r\nV!\nad göra här näst?\r\n
\r\nOm du lämnar detta med standardinställningar kan du direkt lägga till frågor efter att skapat undersökningen.',1047900127); INSERT INTO international VALUES (11,'Survey',6,'Metod',1047900081); INSERT INTO international VALUES (10,'Survey',6,'Frågelek',1047900015); INSERT INTO international VALUES (1,'Survey',6,'Undersökning',1047899992); INSERT INTO international VALUES (73,'Article',6,'Följande variabler är tillgängliga i artikelmallar.\r\n\r\nattachment.box
\r\nGet en standard WebGUI bilagetruta med ikon, filnamn och bilageindikator.\r\n\r\nattachment.icon
\r\nURL:en till ikonbilden för denna bilagstyp.\r\n\r\nattachment.name
\r\nFilnamnet för denna bilaga.\r\n\r\nattachment.url
\r\nURL:en för att ladda ner denna bilaga.\r\n\r\nimage.thumbnail
\r\nURL:en till tumnagelsbilden för den bilagda bilden.\r\n\r\nimage.url
\r\nURL:en för den bilagda bilden.\r\n\r\npost.label
\r\nEn översatt etikett för att addera en kommentar till denna artikel.\r\n\r\npost.URL
\r\nURL:en för att addera en kommentar till denna artikel.\r\n\r\nreplies.count
\r\nAntal svar på denna artikel. \r\n\r\nreplies.label
\r\nEn översatt!\n etikett som indikerar att man kan titta på svar.\r\n\r\nreplies.url
\r\nURL:en för att titta på svar till denna artikel. \r\n',1047899888); INSERT INTO international VALUES (75,'USS',6,'Detta är en lista av defaultvariabler som är tillgängliga i mallarna till användarnas inläggssystem.\r\n\r\nreadmore.label\r\n
\r\nEn översatt etikett som indikerar att användaren skall klicka för att läsa mer.\r\n\r\nresponses.label\r\n
\r\nEn översatt etikett som indikerar att användaren skall klicka för att se svaren för detta inlägg.\r\n\r\ncanPost\r\n
\r\nEtt vilkor som indikerar huruvida en användare kan lägga till ett nytt inlägg.\r\n\r\npost.url\r\n
\r\nURL för att addera inlägg.\r\n\r\npost.label\r\n
\r\nEn översatt etikett för länken att addera inlägg.\r\n\r\nsearch.label\r\n
\r\nEn översatt etikett för söklänken.\r\n\r\nsearch.url\r\n
\r\nURL för att slå på/av WebGUI\'s sökformulär.\r\n\r\nsearch.form\r\n
\r\nWebGUI\'s sökformulär.\r\n\r\ntitle!\n.label\r\n
\r\nEn översatt etikett för titelkolumnen.\r\n\r\nthumbnail.label\r\n
\r\nEn översatt etikett för tumnagelskolumnen.\r\n\r\ndate.label\r\n
\r\nEn översatt etikett för datumkolumnen.\r\n\r\nby.label\r\n
\r\nEn översatt etikett som informerar om vem som skickat inlägget.\r\n\r\nsubmissions_loop\r\n
\r\nEn loop innehållande varje inlägg.\r\n\r\n\r\nsubmission.id\r\nfirstPage
\r\nUnik identifierare för detta inlägg. \r\n\r\nsubmission.url
\r\nURL för att visa detta inlägg. \r\n\r\nsubmission.content
\r\nFörkortat innehåll av detta inlägg.\r\n\r\nsubmission.responses
\r\nAntal svar för detta inlägg. \r\n\r\nsubmission.title
\r\nTiteln för detta inlägg. \r\n\r\nsubmission.userId
\r\nUser-id för den användare som postade inlägget. \r\n\r\nsubmission.username
\r\nAnvändarnamnet för den person som postade inl!\nägget. \r\n\r\nsubmission.status
\r\nStatus för detta inlägg (approved, pending, denied). \r\n\r\nsubmission.thumbnail
\r\nTumnagelbild som skickades med detta inlägg (om det finns någon). \r\n\r\nsubmission.date
\r\nDatum när detta inlägg skickades. \r\n\r\nsubmission.currentUser
\r\nTillstånd som indikerar som inloggad användare var den som skickade inlägget. \r\n\r\nsubmission.userProfile
\r\nURL till profilen för den användare som skickade inlägget.\r\n\r\nsubmission.secondColumn
\r\nVilkor som indikerar om detta inlägg hör till den andra kolumnen i en flerkolumns-layout.\r\n\r\nsubmission.thirdColumn
\r\nVilkor som indikerar om detta inlägg hör till den tredje kolumnen i en flerkolumns-layout.\r\n\r\n\r\nsubmission.fourthColumn
\r\nVilkor som indikerar om detta inlägg hör till den fjärde kolumnen i en flerkolumns-layout.\r\n\r\nsubmission.fifthC!\nolumn
\r\nVilkor som indikerar om detta inlägg hör till den femte kolumnen i en flerkolumns-layout.\r\n\r\n
\r\nLänk till första sidan i sidlistan.\r\n\r\nlastPage
\r\nLänk till sisda sidan i sidlistan.\r\n\r\nnextPage
\r\nLänk till nästa sida i listan.\r\n\r\npreviousPage
\r\nLänk till föregående sida i listan.\r\n\r\npageList
\r\nEn lista av länkar till alla sidor.\r\n\r\nmultiplePages
\r\nVilkor som indikerar om det finns fler än en sida i sidlistan.\r\n',1047899555); INSERT INTO international VALUES (76,'USS',6,'Inläggsmall',1047898412); INSERT INTO international VALUES (74,'USS',6,'Mall för Användarnas Inläggssystem',1047898337); INSERT INTO international VALUES (73,'USS',6,'Inläggsmall',1047898252); INSERT INTO international VALUES (72,'USS',6,'Huvudmall',1047898100); INSERT INTO international VALUES (9,'Survey',6,'Undersökning',1047898081); INSERT INTO international VALUES (80,'Survey',6,'sekunder',1047898063); INSERT INTO international VALUES (8,'Survey',6,'Frågeordning',1047898046); INSERT INTO international VALUES (79,'Survey',6,'minuter',1047898007); INSERT INTO international VALUES (78,'Survey',6,'Totaltid',1047897990); INSERT INTO international VALUES (77,'Survey',6,'Sluttid',1047897971); INSERT INTO international VALUES (76,'Survey',6,'Starttid',1047897946); INSERT INTO international VALUES (75,'Survey',6,'Redigera denna fråga.',1047897884); INSERT INTO international VALUES (74,'Survey',6,'Är du säker på att du vill ta bort alla användarsvar?',1047897851); INSERT INTO international VALUES (73,'Survey',6,'Ta bort alla användarsvar.',1047897821); INSERT INTO international VALUES (72,'Survey',6,'Är du säker på att du vill ta bort denna användares svar?',1047897799); INSERT INTO international VALUES (71,'Survey',6,'Betyg',1047897774); INSERT INTO international VALUES (70,'Survey',6,'Individuella Svar',1047897757); INSERT INTO international VALUES (7,'Survey',6,'Svarsstyrd',1047897735); INSERT INTO international VALUES (69,'Survey',6,'Ta bort denna användares svar.',1047897689); INSERT INTO international VALUES (68,'Survey',6,'Visa rapporter och exporteringar.',1047897654); INSERT INTO international VALUES (67,'Survey',6,'Användare',1047897588); INSERT INTO international VALUES (66,'Survey',6,'Användarsvar',1047897572); INSERT INTO international VALUES (65,'Survey',6,'Exportera sammansatt summering.',1047897550); INSERT INTO international VALUES (62,'Survey',6,'Exportera svarsalternativ.',1047897503); INSERT INTO international VALUES (64,'Survey',6,'Exportera användarsvar.',1047897455); INSERT INTO international VALUES (63,'Survey',6,'Exportera frågor.',1047897432); INSERT INTO international VALUES (61,'Survey',6,'Visa betyg.',1047897391); INSERT INTO international VALUES (60,'Survey',6,'Tillbaks till undersökningen.',1047897270); INSERT INTO international VALUES (6,'Survey',6,'Slumpmässig',1047897241); INSERT INTO international VALUES (59,'Survey',6,'Visa statistisk överblick',1047897218); INSERT INTO international VALUES (58,'Survey',6,'Statistisk Överblick',1047897194); INSERT INTO international VALUES (57,'Survey',6,'Kommentarer',1047897169); INSERT INTO international VALUES (56,'Survey',6,'Visa kommentarer.',1047897144); INSERT INTO international VALUES (55,'Survey',6,'Visa svar.',1047897127); INSERT INTO international VALUES (54,'Survey',6,'Procent',1047897104); INSERT INTO international VALUES (53,'Survey',6,'Svar',1047897077); INSERT INTO international VALUES (52,'Survey',6,'Poäng',1047897022); INSERT INTO international VALUES (51,'Survey',6,'Kommentarer?',1047897005); INSERT INTO international VALUES (50,'Survey',6,'Nästa',1047896979); INSERT INTO international VALUES (5,'Survey',6,'Sekventiell',1047896962); INSERT INTO international VALUES (49,'Survey',6,'Du får för närvarande inte delta i denna frågelek.',1047896852); INSERT INTO international VALUES (48,'Survey',6,'Du är för närvarande inte kvalificerad för att delta i denna undersökning.',1047896818); INSERT INTO international VALUES (47,'Survey',6,'Du har fullföljd denna frågelek.',1047896737); INSERT INTO international VALUES (46,'Survey',6,'Tack för att du tog dig tid att gå igenom vår undersökning.',1047896633); INSERT INTO international VALUES (45,'Survey',6,'Är du säker på att du vill ta bort detta svarsalternativ och dess användarsvar?',1047896578); INSERT INTO international VALUES (44,'Survey',6,'Är du säker på att du vill ta bort denna fråga och dess svar?',1047896516); INSERT INTO international VALUES (43,'Survey',6,'Aldrig',1047896467); INSERT INTO international VALUES (42,'Survey',6,'Ibland',1047896451); INSERT INTO international VALUES (41,'Survey',6,'Ofta',1047896435); INSERT INTO international VALUES (40,'Survey',6,'Alltid',1047896419); INSERT INTO international VALUES (39,'Survey',6,'Ej applicerbart',1047895854); INSERT INTO international VALUES (38,'Survey',6,'Håller verkligen inte med',1047895822); INSERT INTO international VALUES (37,'Survey',6,'Håller inte med',1047895802); INSERT INTO international VALUES (36,'Survey',6,'Håller delvis inte med',1047895786); INSERT INTO international VALUES (35,'Survey',6,'Håller delvis med',1047895764); INSERT INTO international VALUES (34,'Survey',6,'Håller med',1047895744); INSERT INTO international VALUES (33,'Survey',6,'Håller verkligen med',1047895729); INSERT INTO international VALUES (32,'Survey',6,'Falskt',1047895703); INSERT INTO international VALUES (31,'Survey',6,'Sant',1047895687); INSERT INTO international VALUES (751,'WebGUI',6,'Bli denna användare.',1047895671); INSERT INTO international VALUES (79,'EventsCalendar',6,'Huvudmall',1047892205); INSERT INTO international VALUES (72,'Article',6,'Artikelmall',1047892178); INSERT INTO international VALUES (896,'WebGUI',2,'Seiten Cache Timeout (Besucher)',1048242391); INSERT INTO international VALUES (895,'WebGUI',2,'Seiten Cache Timeout',1048242376); INSERT INTO international VALUES (893,'WebGUI',2,'Wobject Eigenschaften',1048242364); INSERT INTO international VALUES (892,'WebGUI',2,'Diskussion',1048242354); INSERT INTO international VALUES (891,'WebGUI',2,'Nur Makros blockieren.',1049099974); INSERT INTO international VALUES (889,'WebGUI',2,'Style Sheets, Tabulatoren',1048242304); INSERT INTO international VALUES (73,'SyndicatedContent',2,'Nachfolgend die Template Variablen für das Syndicated Content Template:\r\n\r\nchannel.title\r\nDer Titel dieses Contentbereichs\r\nchannel.description\r\nEine Beschreibung dieses Channels\r\nchannel.link\r\nEine URL, die auf die Original-Seite dieses Channels verlinkt.\r\nitem_loop\r\nEine Schleife, die die Daten dieses Channels enthält.\r\ntitle\r\nDer Titel des Channelbeitrags\r\ndescription\r\nDie Beschreibung dieses Beitrags\r\nlink\r\nEine URL zum Beitrag',1048242285); INSERT INTO international VALUES (72,'SyndicatedContent',2,'Syndicated Content Template',1048242073); INSERT INTO international VALUES (32,'MailForm',2,'ist keine korrekte Emailadresse.',1048242047); INSERT INTO international VALUES (31,'MailForm',2,'ist nicht korrekt ausgefüllt.',1048242032); INSERT INTO international VALUES (30,'MailForm',2,'numerischer Wert erforderlich',1048242017); INSERT INTO international VALUES (29,'MailForm',2,'erforderliches Feld',1048242003); INSERT INTO international VALUES (28,'MailForm',2,'Optional für Textbereich',1048241987); INSERT INTO international VALUES (27,'MailForm',2,'Höhe',1048241963); INSERT INTO international VALUES (10,'HttpProxy',2,'HTTP Proxy, hinzufügen/bearbeiten',1048241949); INSERT INTO international VALUES (526,'Discussion',2,'von',1048241932); INSERT INTO international VALUES (525,'Discussion',2,'Bearbeitet am',1048241921); INSERT INTO international VALUES (1,'Discussion',2,'Beiträge filtern',1048241910); INSERT INTO international VALUES (887,'WebGUI',2,'Midas (Mozilla 1.3+)',1048175062); INSERT INTO international VALUES (623,'WebGUI',2,'Cascading Style Sheets (CSS) sind \r\neine gute Möglichkeit, um das "Look and Feel", also das Aussehen einer \r\nSeite zu bestimmen. Sie werden sehr weitreichend in WebGUI benutzt.Sollten \r\nSie mit der Benutzung von CSS nicht vertraut sein: Plain Black Software bietet \r\nSchulungsbereiche in XHTML und CSS an. Alternativ können Sie sich den exellenten \r\nCSS Editor von Bradsoft, Top Style \r\nanschauen.
Nachfolgend eine Liste von Style Klassen, die das Aussehen von \r\nWebGUI bestimmen: WebGUI: \r\n
A
Die Links.BODY
Das Standard-Setup aller Seiten innerhalb \r\neines Styles. \r\nH1
Die Überschriften einer jeden Seite. \r\n.accountOptions
Die Link, die unter den Login und Zugangsdaten \r\nFormularen angezeigt werden. \r\n.adminBar
Die Leiste, die im Kopf der Seite erscheint, wenn Sie \r\nim Editiermodus sind (Administrationsmenü).content
Der Haupt Inhaltsbereich \r\nauf allen Seiten dieses Styles \r\n.formDescription
Die Zeichen der Formelemente (z. B. im Mailformular \r\nder Text "Von: ").formSubtext
Die Zeichen unterhalb \r\nvon Form-Elementen.highlight
Bedeutet ein hervorgehobenes Element, \r\n so zum Beispiel können Sie hiermit den Beitrag, der gerade gelesen wird, hervorheben..horizontalMenu
Das \r\nhorizontale Menu (sofern Sie eins verwenden).pagination
Die "Vorher" \r\n/ "Weiter" Links auf Seiten, die sich über mehrere Seiten erstrecken..selectedMenuItem
Hiermit \r\nkönnen Sie in einigen der Menu-Makros die aktuelle Seite hervorheben..tableData
Die \r\nDatenreihen u.a.im Diskussionsforum und im Benutzerbeitragssystem..tableHeader
Die \r\nSpaltenköpfe u.a .im Diskussionsforum und im Benutzerbeitragssystem..tableMenu
Das \r\nMenu u.a .im Diskussionsforum und im Benutzerbeitragssystem..verticalMenu
Das \r\nvertikale Menü (sofern Sie eines verwenden)Beachte: Einige \r\nWobjects und Makros haben noch ihre eigenen zusätzlichen Stylesheet Klassen, \r\ndie in den jeweiligen Hilfebereichen näher erläutert sind.
',1048589344); INSERT INTO international VALUES (621,'WebGUI',2,'In den Styles werden WebGUI Makros unterstützt. Sehen Sie unter Makros verwenden nach, \r\num weitere Informationen erhalten.Style Name
Ein eindeutiger Name, \r\num zu beschreiben, wie der Style im Überblick aussieht. \r\nBody
Damit ist der HTML Body Bereich Ihrer Seite gemeint. Hier \r\nwird u. a. festgelegt, wo die Seitennavigation liegen soll, oder auch viele \r\nandere Dinge, wie Logo, Copyright, etc. Ein Body muss mindestens einige Dinge \r\nenthalten, wie das \r\n^AdminBar; Makro und das ^-; (Seperator) Makro. Das ^AdminBar; Makro legt fest, \r\nwo WebGUI die Administrationsfunktionen anzeigen soll, das ^-; Makro legt fest, \r\nwo WebGUI den eigentlichen Inhalt der Seite platzieren soll. \r\nSollten Sie Unterstützung beim Entwerfen eines Styles/Layouts Ihrer Seite \r\nbenötigen: Plain \r\nBlack Software bietet kostengünstige Unterstützung an. \r\n
Viele WebGUI Nutzer fügen Makros in den Body-Bereich ein, um die Navigationselemente \r\neinzubinden oder viele weitere WebGUI Features. \r\n
Style Sheet
Geben Sie hier die Stylesheet Einträge an. Stylesheets \r\nwerden u. a. zum Festlegen der Darstellung von Farben, Schriftarten, Schriftgrössen \r\nund anderen Eigenschaften benutzt. Sehen Sie unter Style Sheets verwenden nach, \r\num weitere Informationen zu erhalten. \r\nErfahrene Benutzer: für eine grössere Performance können Sie auch \r\neine Stylesheet-Datei erstellen, die Sie z. B. webgui.css nennen können und \r\nfügen Sie einen Eintrag wie diesen hier ein:
\r\n',1048591989); INSERT INTO international VALUES (632,'WebGUI',2,'Wobjects können Sie hinzufügen, indem Sie aus dem Menü "Inhalt hinzufügen \r\n...", das sich in der Regel oben rechts befindet, ein beliebiges Wobject \r\nauswählen. Sie können es bearbeiten, wenn Sie den Bearbeiten-Button anklicken, \r\nder immer über einem Wobject steht, das Sie in die Seite eingebunden haben. \r\nEinige Eigenschaften finden Sie bei fast allen Wobjects. Diese wären: \r\n
Wobject ID
Dies ist das eindeutige Kennzeichen das WebGUI benutzt, \r\num diese Wobject Instanz zu identifizieren. Normale Benutzer sollten eigentlich \r\nniemals mit dieser Wobject ID konfrontiert werden, aber einige erfahrene Benutzer \r\nsollten sie schon kennen, da sie z.b. hilfreich in den SQL \r\nReports sind.Titel
Der Titel des Wobjects. Typischerweise wird \r\ndieser im Kopfbereich eines jeden Wobjects angezeigt. \r\nBeachte: Sie sollten immer einen Titel vergeben, es sei denn, sie \r\nschalten die Anzeige des Titels ab (siehe nächste Einstellung). Und zwar sollten \r\nSie das u. a. deswegen tun, da dieser Titel auch im Mülleimer oder in der Zwischenablage \r\nangezeigt wird. So können Sie immer auf Anhieb sehen, um welches Wobject es \r\nsich eigentlich handelt.
Titel anzeigen?
Möchten Sie, dass der Titel \r\nangezeigt wird? \r\nMakros ausführen?
Möchten Sie, dass Makros, die Sie im Inhaltsbereich \r\nschreiben, auch ausgeführt werden? Manchmal möchten Sie dies zulassen, aber \r\noft besteht keine Notwendigkeit dafür. Wenn Sie das Ausführen von Makros ausschalten, \r\nwerden Ihre Seiten auch ein wenig schneller aufgebaut. \r\nPosition des Templates
Template Positionen gehen von 0 (Null) \r\nbis zu beliebigen Nummern. Wie viele hier möglich sind, ist abhängig von dem \r\nTemplate, dass dieser Seite zugeordnet ist. Das Standard Template bietet nur \r\neine Template Position, andere können mehr anbieten. Wenn Sie also eine Template \r\nPosition auswählen, bestimmen Sie, wo das Wobject innerhalb der Seite erscheinen \r\nsoll.Anfangsdatum
Ab welchem Datum soll das Wobject auf der Seite \r\nerscheinen? Vor diesem Zeitpunkt ist es dann nur für Content Manager sichtbar.Ende Datum
Bis \r\nzu welchem Datum soll das Wobject angezeigt werden? Nach diesem Zeitpunkt ist \r\nes dann nur für Content Manager sichtbar.Inhalt/Beschreibung
',1048589666); INSERT INTO international VALUES (864,'WebGUI',2,'Zeitabstand zur Ablaufankündigung',1045494167); INSERT INTO international VALUES (866,'WebGUI',2,'Benachrichtigungstext zum Ablaufdatum',1045494104); INSERT INTO international VALUES (863,'WebGUI',2,'Löschen Zeitspanne',1045494042); INSERT INTO international VALUES (888,'WebGUI',2,'Vorschaulänge Schnipsel',1045392060); INSERT INTO international VALUES (878,'WebGUI',2,'Sie haben kein Thema abonniert.',1045240792); INSERT INTO international VALUES (877,'WebGUI',2,'Themen Abonnement',1045240774); INSERT INTO international VALUES (876,'WebGUI',2,'Themen-Abonnements anschauen.',1045240738); INSERT INTO international VALUES (875,'WebGUI',2,'Ein neuer Beitrag wurde zu einem Ihrer abonnierten Themen veröffentlicht.',1045240709); INSERT INTO international VALUES (874,'WebGUI',2,'Abonnement aufheben',1045240678); INSERT INTO international VALUES (873,'WebGUI',2,'Thema abonnieren',1045240660); INSERT INTO international VALUES (872,'WebGUI',2,'Wer kann anschauen?',1045240645); INSERT INTO international VALUES (871,'WebGUI',2,'Wer kann bearbeiten?',1045240629); INSERT INTO international VALUES (870,'WebGUI',2,'Willkommen',1045240608); INSERT INTO international VALUES (869,'WebGUI',2,'Begrüssungsmeldung',1045240597); INSERT INTO international VALUES (868,'WebGUI',2,'Begrüssungsmeldung senden?',1045240583); INSERT INTO international VALUES (867,'WebGUI',2,'Einschränkung der Privilegien',1045240560); INSERT INTO international VALUES (865,'WebGUI',2,'Benutzer über abgelaufene Zeit informieren?',1045240401); INSERT INTO international VALUES (862,'WebGUI',2,'Das Profil dieses Benutzers ist nicht öffentlich.',1045240139); INSERT INTO international VALUES (861,'WebGUI',2,'Profil veröffentlichen?',1045240103); INSERT INTO international VALUES (860,'WebGUI',2,'Emailadresse veröffentlichen?',1045240086); INSERT INTO international VALUES (859,'WebGUI',2,'Signatur',1045239982); INSERT INTO international VALUES (858,'WebGUI',2,'Alias',1045239946); INSERT INTO international VALUES (857,'WebGUI',2,'IP Adresse',1045239892); INSERT INTO international VALUES (879,'WebGUI',2,'Klassischer Editor (Internet Explorer 5+)',1045210197); INSERT INTO international VALUES (880,'WebGUI',2,'Last Resort Editor',1045210146); INSERT INTO international VALUES (881,'WebGUI',2,'Keiner',1045210129); INSERT INTO international VALUES (882,'WebGUI',2,'Editor Modus',1045210114); INSERT INTO international VALUES (883,'WebGUI',2,'Inline (sofern unterstützt)',1045210099); INSERT INTO international VALUES (884,'WebGUI',2,'Pop Up',1045210073); INSERT INTO international VALUES (885,'WebGUI',2,'Benutzern erlauben, ihren Account zu deaktivieren?',1045210060); INSERT INTO international VALUES (886,'WebGUI',2,'Von der Navigation verbergen?',1045210035); INSERT INTO international VALUES (11,'HttpProxy',2,'Das HTTP Proxy Wobject ist ein sehr mächtiges Tool. Damit können Sie externe \r\nSeiten und deren Anwendungen in ihre Seite integrieren. Wenn sie z.b. ein Webmailsystem \r\nhaben, dass sie in ihrem Intranet verfügbar machen möchten, dann können sie \r\ndas HTTP-Proxy Wobject dafür benutzen.
Ein \r\nInhaltsbereich, in den Sie soviel Text schreiben können, wie Sie möchten. Wenn \r\nSie z. B. eine FAQ hinzufügen, können Sie hier eine Zusammenfassung hineinschreiben, \r\num zu definieren, um welche FAQ es sich handelt. Wenn Sie das Wobject "Artikel" \r\neinfügen, schreiben Sie hier den eigentlichen Text des Artikels, also den Inhalt, \r\nhinein.URL
Die Start URL für den \r\nProxy (nicht zu verwechseln mit einem Proxyserver). \r\nWeiterleitungen(Redirects) folgen?
Manchmal ist die URL zu einer \r\nSeite eine Weiterleitung zu einer anderen Seite. Möchten sie dieser Weiterleitung \r\nfolgen?Timeout
Die Zeit, die WebGUI auf eine Verbindung zu einer \r\nexternen Seite warten soll, bevor der Versuch abgebrochen werden soll. Dies \r\nist sinnvoll, wenn die externe Seite nicht erreichbar ist. \r\nVerzeichnis zum Speicher der Cookies
Ein Verzeichnispfad, in dem \r\nCookies, dievon den anderern Seiten erzeugt werden, zwischengespeichert werden \r\nsollen. Der Webserver sollte entsprechende Berechtigungen zum Lesen und Schreiben \r\nin dieses Verzeichnis haben. Wenn die Cookies nirgendwo gespeichert werden könnten, \r\nwürde die exterene Anwendung /Webseite wahrscheinlich nicht korrekt funktionieren.Style \r\nentfernen?
Möchte Sie Stylesheet der externen Seiten entfernen, damit \r\nihr eigener Style übernommen wird?Inhalt filtern
Wählen Sie die \r\nStufe der Filterung des Inhalts (z.b. Javascript entfernen).Proxy-Speicherung anderer Domains erlauben?
',1048593400); INSERT INTO international VALUES (890,'WebGUI',2,'WebGUI besitzt ein Sub-System, das Tabulatoren erstellen kann. Sie können dies \r\nin komplexen Formularen sehen, wie z.b. im Editiermodus einer Seite. Um dieses \r\nTabulator-System dem Layout ihrer Seite anzupassen, müssen sie einige Einträge \r\nin ihrem StyleSheet einfügen. \r\n
Wenn \r\nsie eine Seite, wie z.b. Yahoo in den HTTP-Proxy nehmen: möchten Sie dann auch \r\ndie Links, zu denen die andere Seite (in dem Fall Yahoo) verweist, ebenfalls \r\nübernehmen, oder nicht?Nachfolgend die verfügbaren Style-Sheet-Klassen: \r\n
.tab
Das Standard Aussehen eines jeden Tabulatoren. \r\ndiv.tabs
Damit können Sie einige Eigenschaften für alle Tabulatoren \r\neinstellen. Es sollte für die Text-Labels in den Tabulatoren benutzt werden..tabBody
Der \r\nInhalt eines jeden Tabulators. Damit stellen sie ein, wie das Formular aussehen \r\nsoll. Beachten sie, dass für die beste Darstellung die Background Color der \r\nBackground Color von .tabActive entsprechen müsste..tabHover
Die \r\nDarstellung, wenn man mit der Mausüber den Tabulator geht (Hover-Effekt) \r\n.tabActive
Das Aussehen des aktuell sichtbaren Tabulators. \r\nBeispiele
Hier finden Sie ein Beispiellayout, das für alle Standardbedingungen \r\noptimal ist: \r\n\r\n
\r\n\r\n
\r\n',1048592630); INSERT INTO international VALUES (841,'WebGUI',12,'Navigerings Makroer',1048550113); INSERT INTO international VALUES (840,'WebGUI',12,'These macros are designed to provide programming-like functionality. They are \r\npowerful when used appropriately, and dangerous when used carelessly. Take care \r\nwhen using these macros. \r\n\r\n Weisse oder Styles mit hellen Farben \r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\nSchwarze oder Styles mit dunklen Farben .tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n^D; or ^D(); - Date
The current date and time. \r\nYou can configure the date by using date formatting symbols. For instance, if \r\nyou created a macro like this ^D(\"%c %D, %y\"); it would output \r\nSeptember 26, 2001. The following are the available date formatting \r\nsymbols: \r\n
\r\n
\r\n\r\n
\r\n\r\n \r\n%% \r\n% \r\n \r\n%y \r\n4 digit year \r\n \r\n%Y \r\n2 digit year \r\n \r\n%m \r\n2 digit month \r\n \r\n%M \r\nvariable digit month \r\n \r\n%c \r\nmonth name \r\n \r\n%d \r\n2 digit day of month \r\n \r\n%D \r\nvariable digit day of month \r\n \r\n%w \r\nday of week name \r\n \r\n%h \r\n2 digit base 12 hour \r\n \r\n%H \r\nvariable digit base 12 hour \r\n \r\n%j \r\n2 digit base 24 hour \r\n \r\n%J \r\nvariable digit base 24 hour \r\n \r\n%p \r\nlower case am/pm \r\n \r\n%P \r\nupper case AM/PM \r\n \r\n%z \r\nuser preference date format \r\n %Z \r\nuser preference time format ^Env()
Can be used to display a web server environment variable on \r\na page. The environment variables available on each server are different, but \r\nyou can find out which ones your web server has by going to: \r\nhttp://www.yourwebguisite.com/env.pl \r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\"); \r\n
^Execute();
Allows a content manager or administrator to execute an \r\nexternal program. Takes the format of ^Execute(\"/this/file.sh\");. \r\n^FormParam();
This macro is mainly used in generating dynamic \r\nqueries in SQL Reports. Using this macro you can pull the value of any form \r\nfield simply by specifing the name of the form field, like this: \r\n^FormParam(\"phoneNumber\"); \r\n^Include();
Allows a content manager or administrator to include a \r\nfile from the local filesystem. \r\nExample: ^Include(\"/this/file.html\"); \r\n
^International();
Pull a translated message from the \r\ninternationalization system. \r\nExample: ^International(45,\"Article\"); \r\n
^Quote();
Use this to escape a string before using it in a database \r\nquery. \r\n^Page();
This can be used to retrieve information about the current \r\npage. For instance it could be used to get the page URL like this \r\n^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");. \r\n^SQL();
A one line SQL report. Sometimes you just need to pull \r\nsomething back from the database quickly. This macro is also useful in extending \r\nthe SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position \r\ndata and can also use the ^rownum; macro just like the SQL Report wobject. \r\nExamples: \r\n^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\"); \r\n
^SQL(\"select userId,username from users order by username\",\"<a \r\nhref=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\"); \r\n
^URLEncode();
This macro is mainly useful in SQL reports, but it \r\ncould be useful elsewhere as well. It takes the input of a string and URL \r\nEncodes it so that the string can be passed through a URL. It\'s syntax looks \r\nlike this: ^URLEncode(\"Is this my string?\"); \r\n^User();
This macro will allow you to display any information from \r\na user\'s account or profile. For instance, if you wanted to display a user\'s \r\nemail address you\'d create this macro: ^User(\"email\"); \r\n^*; or ^*(); - Random Number
A randomly generated number. This is \r\noften used on images (such as banner ads) that you want to ensure do not cache. \r\nIn addition, you may configure this macro like this ^*(100); to create a \r\nrandom number between 0 and 100. \r\n^-;,^0;,^1;,^2;,^3;, etc.
',1048550091); INSERT INTO international VALUES (839,'WebGUI',12,'Programmerer Makroer',1048550033); INSERT INTO international VALUES (832,'WebGUI',12,'
These macros are reserved for \r\nsystem/wobject-specific functions as in the SQL Report wobject and the Body in \r\nthe Style Manager.The collateral management system has several macros for its specific purpose. \r\n
\r\n^File();
This macro builds a quick file link. It creates an icon \r\nfor the file and outputs the files name. Then it links them both to the file for \r\ndownloading. \r\n^I();
This macro retrieves an image from the collateral management \r\nsystem along with an HTML image tag so that you can quickly display an image \r\nfrom the repository in your content. \r\nExample: ^I(\"logo\"); \r\n
^i();
This macro retrieves the URL for any file in the collateral \r\nmanagement system. \r\nExample: ^i(\"status report\"); \r\n
^Snippet();
This macro retrieves the contents of a snippet in the \r\ncollateral management system and inserts it into the page. \r\nExample: ^Snippet(\"flash code\"); \r\n
^Thumbnail();
This macro retrieves the URL for the thumbnail of any \r\nimage in the collateral management system. \r\nExample: ^Thumbnail(\"logo\"); \r\n
^ThumbnailLinker();
This macro builds a quick image viewer using \r\nnothing more than the collateral management system. It creates a thumbnail image \r\nwith the name of the image under it and then links them both to the full sized \r\nimage. \r\nExample: ^ThumbnailLinker(\"logo\");
',1048549990); INSERT INTO international VALUES (831,'WebGUI',12,'Collateral Makroer',1048549876); INSERT INTO international VALUES (828,'WebGUI',12,'De fleste Wobject har templates som tillater deg å endre utseende på \r\nbrukergrensesnittet. De wobjectene som har templates har alle et felles sett med \r\nvariabler som kan brukes i layouten. I tillegg til deres egne lokale variable. \r\nDe følgende er en liste over felles variable som deles mellom alle Wobjects.
\r\ntitle
\r\n
The title for this wobject.displayTitle
\r\n
A conditional variable for whether or not \r\nthe title should be displayed.description
\r\n
The description of this wobject.wobjectId
',1048549857); INSERT INTO international VALUES (827,'WebGUI',12,'Wobject Template',1048549794); INSERT INTO international VALUES (677,'WebGUI',12,'Wobject, Ny/Endre',1048549776); INSERT INTO international VALUES (671,'WebGUI',12,'Wobjects, Bruker',1048549749); INSERT INTO international VALUES (669,'WebGUI',12,'Makroer, Bruker',1048549720); INSERT INTO international VALUES (668,'WebGUI',12,'Style Sheets, Bruker',1048549701); INSERT INTO international VALUES (634,'WebGUI',12,'Default Home Page
The unique identifier that WebGUI uses to \r\ncontrol this wobject.
Some really small sites don\'t have a home \r\npage, but instead like to use one of their internal pages like \"About Us\" or \r\n\"Company Information\" as their home page. For that reason, you can set the \r\ndefault page of your site to any page in the site. That page will be the one \r\npeople go to if they type in just your URL http://www.mywebguisite.com, or if \r\nthey click on the Home link generated by the ^H; macro. \r\nNot Found Page
If a page that a user requests is not found in the \r\nsystem, the user can be redirected to the home page or to an error page where \r\nthey can attempt to find what they were looking for. You decide which is better \r\nfor your users. \r\nDocument Type Declaration
These days it is very common to have a \r\nwide array of browsers accessing your site, including automated browsers like \r\nsearch engine spiders. Many of those browsers want to know what kind of content \r\nyou are serving. The doctype tag allows you to specify that. By default WebGUI \r\ngenerates HTML 4.0 compliant content. \r\nAdd edit stamp to posts?
Typically if a user edits a post on a \r\ndiscussion, a stamp is added to that post to identify who made the edit, and at \r\nwhat time. On some sites that information is not necessary, therefore you can \r\nturn it off here. \r\nFilter Contributed HTML
Especially when running a public site where \r\nanybody can post to your message boards or user submission systems, it is often \r\na good idea to filter their content for malicious code that can harm the viewing \r\nexperience of your visitors; And in some circumstances, it can even cause \r\nsecurity problems. Use this setting to select the level of filtering you wish to \r\napply. \r\nMaximum Attachment Size
The size (in kilobytes) of the maximum \r\nallowable attachment to be uploaded to your system. \r\nMax Image Size
If images are uploaded to your system that are \r\nbigger than the max image size, then they will be resized to the max image size. \r\nThe max image size is measured in pixels and will use the size of the longest \r\nside of the image to determine if the limit has been reached. \r\nThumbnail Size
When images are uploaded to your system, they will \r\nautomatically have thumbnails generated at the size specified here (unless \r\noverridden on a case-by-case basis). Thumbnail size is measured in pixels. \r\nSnippet Preview Length
How many characters of a snippet should be \r\ndisplayed in the collateral management system main listing. \r\nText Area Rows
Some sites wish to control the size of the forms \r\nthat WebGUI generates. With this setting you can specify how many rows of \r\ncharacters will be displayed in textareas on the site. \r\nText Area Columns
Some sites wish to control the size of the forms \r\nthat WebGUI generates. With this setting you can specify how many columns of \r\ncharacters will be displayed in textareas on the site. \r\nText Box Size
Some sites wish to control the size of the forms that \r\nWebGUI generates. With this setting you can specify how characters can be \r\ndisplayed at once in text boxes on the site. \r\nPage Cache Timeout
The amount of time pages should remain cached \r\nfor registered users. \r\nPage Cache Timeout (Visitors)
The amount of time pages should \r\nremain cached for visitors. \r\nNOTE: Page caching is only available if your administrator has \r\ninstalled the Cache::FileCache Perl module. Using page caching can improve site \r\nperformance by as much as 1000%.
',1048549649); INSERT INTO international VALUES (632,'WebGUI',12,'You can add wobjects by selecting from the Add Content pulldown menu. You \r\ncan edit them by clicking on the \"Edit\" button that appears directly above an \r\ninstance of a particular wobject. \r\nAlmost all wobjects share some properties. Those properties are: \r\n
Wobject ID
This is the unique identifier WebGUI uses to keep track \r\nof this wobject instance. Normal users should never need to be concerned with \r\nthe Wobject ID, but some advanced users may need to know it for things like SQL \r\nReports. \r\nTitle The title of the wobject. This is typically displayed at the top \r\nof each wobject. \r\n
Note: You should always specify a title even if you are going to turn \r\nit off (with the next property). This is because the title shows up in the trash \r\nand clipboard and you\'ll want to be able to distinguish which wobject is which. \r\n
Display title?
Do you wish to display the title you specified? On \r\nsome sites, displaying the title is not necessary. \r\nProcess macros?
Do you wish to process macros in the content of \r\nthis wobject? Sometimes you\'ll want to do this, but more often than not you\'ll \r\nwant to say \"no\" to this question. By disabling the processing of macros on the \r\nwobjects that don\'t use them, you\'ll speed up your web server slightly. \r\nTemplate Position
Template positions range from 0 (zero) to any \r\nnumber. How many are available depends upon the Template associated with this \r\npage. The default template has only one template position, others may have more. \r\nBy selecting a template position, you\'re specifying where this wobject should be \r\nplaced within the template. \r\nStart Date
On what date should this wobject become visible? Before \r\nthis date, the wobject will only be displayed to Content Managers. \r\nEnd Date
On what date should this wobject become invisible? After \r\nthis date, the wobject will only be displayed to Content Managers. \r\nDescription
',1048549578); INSERT INTO international VALUES (626,'WebGUI',12,'Wobjects (fomerly known as Widgets) are the true power of WebGUI. Wobjects are \r\ntiny pluggable applications built to run under WebGUI. Message boards and polls \r\nare examples of wobjects. \r\n
A content area in which you can place as much content \r\nas you wish. For instance, even before an FAQ there is usually a paragraph \r\ndescribing what is contained in the FAQ.To add a wobject to a page, first go to that page, then select Add \r\nContent... from the upper left corner of your screen. Each wobject has it\'s \r\nown help so be sure to read the help if you\'re not sure how to use it. \r\n
Style Sheets: All wobjects have a style-sheet class and id attached to \r\nthem. \r\n
The style-sheet class is the word \"wobject\" plus the type of wobject it is. \r\nSo for a poll the class would be \"wobjectPoll\". The class pertains to all \r\nwobjects of that type in the system. \r\n
The style-sheet id is the word \"wobjectId\" plus the Wobject Id for that \r\nwobject instance. So if you had an Article with a Wobject Id of 94, then the id \r\nwould be \"wobjectId94\".
',1048549525); INSERT INTO international VALUES (624,'WebGUI',12,'WebGUI macros are used to create dynamic content within otherwise static \r\ncontent. For instance, you may wish to show which user is logged in on every \r\npage, or you may wish to have a dynamically built menu or crumb trail. \r\nMacros always begin with a carat (^) and follow with at least one other \r\ncharacter and ended with a semicolon (;). Some macros can be extended/configured \r\nby taking the format of ^x(\"config text\");. \r\n
NOTE: The following macros are reserved for system/wobject-specific functions \r\nas in the SQL Report wobject and the Body in the Style Manager: \r\n^-;,^0;,^1;,^2;,^3;, etc.
',1048549469); INSERT INTO international VALUES (526,'WebGUI',12,'Fjern JavaScript og negate makroer.',1048549418); INSERT INTO international VALUES (421,'WebGUI',12,'Fjern alt untatt grunnleggende formatering.',1048549374); INSERT INTO international VALUES (420,'WebGUI',12,'Ikke fjern noe.',1048549347); INSERT INTO international VALUES (419,'WebGUI',12,'Fjern alt utenom teksten.',1048549318); INSERT INTO international VALUES (418,'WebGUI',12,'Filtrer innhold',1048549285); INSERT INTO international VALUES (105,'WebGUI',12,'Layout',1048549256); INSERT INTO international VALUES (103,'WebGUI',12,'Side innstillinger',1048549229); INSERT INTO international VALUES (71,'USS',12,'Bruker Bidrags system er en super måte å få lagt til en form for fellesskap \r\nsammtidig som en får gratis innhold fra brukerene.
\r\nHoved Template
\r\n
Choose a layout for this USS. \r\n
Submission Template
Choose a layout for the individual submissions.Filtrer Innhold
\r\n
Velg nivå av filtrering du vil utføre på \r\nalle bidragBidrags Template
\r\n
Velg en layout for de enkelte \r\nbidrag.Hvem kan godkjenne?
\r\n
What group is allowed to approve and \r\ndeny content?Hvem kan Bidra?
\r\n
What group is allowed to contribute \r\ncontent?Bidrag pr side
\r\n
How many submissions should be listed per \r\npage in the submissions index?Standard Status
\r\n
Should submissions be set to \r\nApproved, Pending, or Denied by default?Note: If you set the default status to Pending, then be \r\nprepared to monitor your message log for new submissions.
\r\nKarma Pr Bidrag
\r\n
How much karma should be given to a user \r\nwhen they contribute to this user submission system?Vise Tittebilder?
\r\n
If there is an image present in the \r\nsubmission, the thumbnail will be displayed in the Layout (see above).Tillat Diskusjon?
\r\n
Do you wish to attach a discussion to \r\nthis user submission system? If you do, users will be able to comment on each \r\nsubmission.Filtrer Innhold
\r\n
Velg nivå av filtrering du vil utføre på alle diskusjons \r\ninnlegg.Hvem kan Bidra?
\r\n
Select the group that is allowed to post \r\nto this discussion.Edit Timeout
\r\n
How long should a user be able to edit their \r\npost before editing is locked to them?Note: Don\'t set this limit too high. One of the great things \r\nabout discussions is that they are an accurate record of who said what. If you \r\nallow editing for a long time, then a user has a chance to go back and change \r\nhis/her mind a long time after the original statement was made.
\r\nKarma pr Bidrag
\r\n
How much karma should be given to a user \r\nwhen they post to this discussion?Hvem kan Godkjenne?
\r\n
Select the group that is allowed to \r\nmoderate this discussion.Sensur Typer?
\r\n
You can select what type of moderation \r\nyou\'d like for your users. På etterskudd means that when a user posts a message \r\nit is displayed publically right away. På forhånd means that a \r\nmoderator must preview and approve users posts before allowing them to be \r\npublically visible. Alerts for new posts will automatically show up in the \r\nmoderator\'s WebGUI Inbox.Note: In both types of moderation the moderator can always edit or delete the \r\nmessages posted by your users.
\r\nLegge til endre \"merke\" til innlegg?
',1048549201); INSERT INTO international VALUES (61,'USS',12,'Bruker Bidrag, Ny/Endre',1048548653); INSERT INTO international VALUES (71,'SyndicatedContent',12,'
Vil du legge til et \r\n\"merke\" slik at du kan ha oversikt over hvem som endret et innlegg og når det \r\nskjedde?Syndicated Innhold er \r\ninnhold hentet fra en annen WEB-side ved hjelp av RDF/RSS spesifikasjoner. Denne \r\nteknologien er ofte benyttet til å hente overskrifter fra sider som CNN eller Slachdot. Den kan også brukes til andre ting \r\nsom sport, børs etc.
\r\nURL to RSS \r\nfil
\r\n
Oppgi den eksakte URL (ta med http://) til RDF/RSS filen til det \r\nSyndicated innholdet. Data vil bli lastet ned hver time.Du kan finne Syndicated \r\ninnhold på følgende siter:
\r\nhttp://www.newsisfree.com
\r\n
http://www.syndic8.com
http://www.voidstar.com/node.php?id=144 \r\n
http://my.userland.com
http://www.webreference.com/services/news/ \r\n
http://www.xmltree.com
http://w.moreover.com/Template
',1048548612); INSERT INTO international VALUES (61,'SyndicatedContent',12,'Syndicated Innhold, Ny/Endre',1048548511); INSERT INTO international VALUES (73,'SiteMap',12,'This is the list of template variables available for site map templates. \r\n
Velg en template \r\nfor dette innholdet.page_loop
This loop contains all of the pages in the site map. \r\npage.indent',1048548476); INSERT INTO international VALUES (71,'MessageBoard',12,'
The indent spacer for this page indicating the \r\ndepth of the page in the tree. \r\npage.url
The URL to the page. \r\npage.id
The unique identifier for this page that WebGUI uses \r\ninternally. \r\npage.title
The title of this page. \r\npage.menutitle
The title of this page that appears in navigation. \r\npage.synopsis
The description of the contents of this page (if \r\nany). \r\npage.isRoot
A condition indicating whether or not this page is a \r\nroot. \r\npage.isTop
A condition indicating whether or not this page is at \r\nthe top of the navigation tree.Meldinger, også kalt Forum eller Diskusjonsgrupper, er en super måte å slippe \r\ntil et brukermiljø til en WEB-side eller intranet. Mange firma bruker meldinger \r\nintert for sammarbeid om prosjekter.
\r\nMeldinger pr. Side?
\r\n
When a visitor first comes to a \r\nmessage board s/he will be presented with a listing of all the topics (a.k.a. \r\nthreads) of the Message Board. If a board is popular, it will quickly have many \r\ntopics. The Messages Per Page attribute allows you to specify how many topics \r\nshould be shown on one page.
Hoved \r\nTemplate
Select a layout for the main listing of this message board. \r\nFiltrer Innlegg
\r\n
Velg nivået av innholdsfiltrering som du \r\nønsker å utføre på alle innlegg.Hvem kan Lage?
\r\n
Select the group that is allowed to post \r\nto this discussion.Rediger Timeout
\r\n
How long should a user be able to \r\nedit their post before editing is locked to them?Note: Don\'t set this limit too high. One of the great things \r\nabout discussions is that they are an accurate record of who said what. If you \r\nallow editing for a long time, then a user has a chance to go back and change \r\nhis/her mind a long time after the original statement was made.
\r\nKarma Pr Melding
\r\n
How much karma should be given to a user \r\nwhen they post to this discussion?Hvem kan sensurere?
\r\n
Select the group that is allowed to \r\nmoderate this discussion.Sensur type?
\r\n
You can select what type of moderation you\'d \r\nlike for your users. På etterskudd means that when a user posts a \r\nmessage it is displayed publically right away. Påforhånd means that a \r\nmoderator must preview and approve users posts before allowing them to be \r\npublically visible. Alerts for new posts will automatically show up in the \r\nmoderator\'s WebGUI Inbox.Note: In both types of moderation the moderator can always \r\nedit or delete the messages posted by your users.
\r\nLegg til endre \"stempel\" til innlegg?
',1048548362); INSERT INTO international VALUES (61,'MessageBoard',12,'Meldinger, Ny/Endre',1048548067); INSERT INTO international VALUES (71,'Article',12,'
Vil du \"merke\" alle \r\nendringer slik at du kan holde oversikt over hvem som endret et innlegg og når \r\ndet skjedde?Artikler er som en \"Swiss Armey knife\" i WebGUI. De fleste ting med statisk \r\ninnhold kan legges ved hjelp av Artikkel
\r\nTemplate
\r\n
Velg en template for utseende av artikkelen. \r\nBilde
\r\n
Velg et bilde (.jpg,.gif,.png) fil fra din \r\nharddisk. Denne vil lastes opp til serveren og vist i artikkelen.Vedlegg
\r\n
Om du ønsker å legge ved en tekstbehandlingsfil, \r\nen zip fil, eller en hvilken som helst fil for nedlasting av dine brukere, så \r\nangi den her.Link Tittel
\r\n
Om du ønsker en link til din artikkel, så \r\nskriv inn tittelen på linken til artikkelen i dette feltet. eksempel: Google \r\nLink URL
\r\n
Om du la inn en link tittel, så legg inn URL\'n \r\nher. eksempel: http://www.google.comKonverter \"Carriage returns\"
\r\n
Om du skriver HTML er det \r\nvanligvis ikke behov for denne oppsjonen. Men om du ikke skriver HTML og ønsker \r\nlinjeskift i teksten hver gang du trykker \"Enter\" da bruker du denne oppsjonen. \r\nTillat Diskusjon?
\r\n
Velges denne oppsjonen, vil du tillate \r\nrespons/diskusjon til artikkelen.Hvem kan lage respons?
\r\n
Velg vilken gruppe som kan gi \r\nrespons til artikkelen.Kan Redigeres
\r\n
Hvor lang tid en artikkel kan redigeres av \r\nbrukeren før den låses. TIPS: Ikke sett tiden for lang. En av fordelene med \r\ndiskusjoner er at de er en nøyaktig beskrivelse over hvem sa hva og når sa de \r\ndet. Om du setter tiden for lang, gir du brukeren tid til å gå tilbake og endre \r\nsin respons om han endrer mening.Karma pr. respons
\r\n
Hvor mye karma skal gies til brukeren \r\nfor å lage en respons til denne artikkelen.Hvem kan godkjenne
\r\n
Velg hvilken gruppe som kan \r\nredigere/godkjenne denne diskusjonen.Godkjenningstype
',1048547964); INSERT INTO international VALUES (896,'WebGUI',12,'Side Cache tidsavbrudd (besøkende)',1048547525); INSERT INTO international VALUES (895,'WebGUI',12,'Side Cache tidsavbrudd',1048547487); INSERT INTO international VALUES (893,'WebGUI',12,'Wobject Instillinger',1048547444); INSERT INTO international VALUES (892,'WebGUI',12,'Diskusjon',1048547398); INSERT INTO international VALUES (891,'WebGUI',12,'Only negate macros.',1048547375); INSERT INTO international VALUES (890,'WebGUI',12,'
Du kan velge hvilken godkjenningstype \r\ndu vil for dine brukere. After-the-fact, betyr at responsen blir publisert \r\numiddelbart etter at den er lagret. Pre-Emptiv betyr at den må godkjennes før \r\nden blir publisert. En melding vil automatisk sendes til innboksen i WebGUI, for \r\nden brukeren som er oppført som godkjenner (redaktør). Merk: Ved begge typer vil \r\ngodkjenner ha mulighet til å redigere eller slette responsen fra brukerene.\r\n\r\n
',1048547340); INSERT INTO international VALUES (11,'HttpProxy',12,'\r\n\r\n \r\n WebGUI has a sub-system that can create tabs. You\'ll see \r\nthese in complex forms such as page editing. In order to make the tabs system \r\nlook good and match your site, you\'ll need to add a section to your style\'s \r\nstyle sheet specifically for the tabs. \r\n The following style sheet classes are available: \r\n
.tab
The default look of each tab. \r\ndiv.tabs
This also sets some properties for all of the tabs. This \r\nshould be used for the text labels in the tabs. \r\n.tabBody
The content area for each tab. This is where the form will \r\nshow up. Note that for best results the background color of this should match \r\nthe background color of .tabActive. \r\n.tabHover
The look of a tab as the mouse hovers over it. \r\n.tabActive
The look of the tab that is currently visible. \r\nExamples
You can use these instead of creating your own if you \r\nwish. Or just use these as guidelines for creating your own. \r\n\r\n
\r\n\r\n
\r\n White or Light Colored Styles \r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\nBlack or Dark Colored Styles .tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\nHTTP Proxy wobject er et kraftig verktøy. Det lar deg pakke inn og vise et \r\neksternt web sted eller applikasjon på din egen side. For eksempel, om du har et \r\nWebMail system som du ønsker dine anstatte skal kunne bruke igjennom \r\nintranettet, da kan du bruke HTTP Proxy for å oppnå dette.
\r\nURL
\r\n
Start URL\'n for proxyen.Følge redirects?
\r\n
Noen ganger er URL\'n til en side bare en \r\nlink til en ny side (Redirect). Vil du følge slike linker når de dukker opp?Tidsavbrudd
\r\n
Tiden i sekunder som WebGUI skal vente på en \r\nforbindelse før den gir opp forsøket på å nå den eksterne siden.Cookie Jar
\r\n
En katalogsti til hvor en skal lagre cookies \r\nsom den eksterne siden/applikasjonen produserer. Denne folderen må være en plass \r\nder Web-Serveren har rettigheter til å skrive. Om Cookies ikke blir lagret, er \r\ndet ikke sikker siden fungerer riktig.Fjerne Style?
\r\n
Vil du fjerne style sheet fra den eksterne \r\nsiden til fordel for din egen style på din egen side?Filtrer innhold?
\r\n
Velg nivået av HTML filtrering som du \r\nønsker å bruke på proxy innholdet.Tillat proxying av andre domener?
',1048547175); INSERT INTO international VALUES (889,'WebGUI',12,'Style Sheets, Tabs',1048546242); INSERT INTO international VALUES (73,'SyndicatedContent',12,'
Om du proxyer en side \r\nsom Yahoo! som linker til andre domener, ønsker du da å følge disse linkene til \r\nandre domener, eller skal proxyen stoppe dem når de forsøker å forlate den \r\nopprinnelige siden du har spesifisert?The following are the template variables available to the \r\nSyndicated Content template. \r\n',1048546157); INSERT INTO international VALUES (72,'SyndicatedContent',12,'Syndicated Content Template',1048545923); INSERT INTO international VALUES (32,'MailForm',12,'er ikke en gyldig ePost adresse.',1048545896); INSERT INTO international VALUES (31,'MailForm',12,'er ikke fylt ut korrekt.',1048545864); INSERT INTO international VALUES (30,'MailForm',12,'må være et tall.',1048545821); INSERT INTO international VALUES (29,'MailForm',12,'er et nødvendig felt.',1048545785); INSERT INTO international VALUES (28,'MailForm',12,'Valgfritt for TextArea',1048545718); INSERT INTO international VALUES (27,'MailForm',12,'Høyde',1048545682); INSERT INTO international VALUES (72,'SiteMap',12,'Site Map Template',1048534928); INSERT INTO international VALUES (61,'Article',12,'Artikkel, Ny/Rediger',1048534898); INSERT INTO international VALUES (9,'HttpProxy',12,'Cookie Jar',1048534861); INSERT INTO international VALUES (8,'HttpProxy',12,'Følge redirects?',1048534837); INSERT INTO international VALUES (6,'HttpProxy',12,'Fjerne Style?',1048534805); INSERT INTO international VALUES (5,'HttpProxy',12,'Tillat Proxying av andre domener?',1048534782); INSERT INTO international VALUES (4,'HttpProxy',12,'Tidsavbrudd',1048534748); INSERT INTO international VALUES (3,'HttpProxy',12,'HTTP Proxy',1048534710); INSERT INTO international VALUES (2,'HttpProxy',12,'Rediger HTTP Proxy',1048534689); INSERT INTO international VALUES (10,'HttpProxy',12,'HTTP Proxy, Legg Til/Rediger',1048534643); INSERT INTO international VALUES (1,'HttpProxy',12,'URL',1048534607); INSERT INTO international VALUES (526,'Discussion',12,'av',1048534587); INSERT INTO international VALUES (525,'Discussion',12,'Endret når ',1048534569); INSERT INTO international VALUES (1,'Discussion',12,'Filtrer Post',1048534490); INSERT INTO international VALUES (57,'WebGUI',12,'Dette er bare nødvendig om du vil benytte funksjoner som krever ePost.',1048534465); INSERT INTO international VALUES (82,'WebGUI',12,'Administrative Funksjoner...',1048534425); INSERT INTO international VALUES (588,'WebGUI',12,'channel.title
The title of this piece of syndicated content. \r\nchannel.description
A description of the content available through \r\nthis channel. \r\nchannel.link
A URL back to the originating site of this channel. \r\nitem_loop
A loop containing the data from this channel. \r\ntitle
The title of a piece of content. \r\ndescription
The description of the content. \r\nlink A URL directly to the original content.
Er du sikker på at du ønsker å laste denne oversettelsen opp til Plain Black \r\nfor at den kan inkluderes i den offesielle distribusjonen av WebGUI?
',1046116480); INSERT INTO international VALUES (6,'WobjectProxy',12,'
Når du \r\nklikker på Ja linken aksepterer du at du gir Plain Black en ubegrenset lisens \r\ntil å benytte denne oversettelsen i sine programvare distribusjoner.Med Wobject Proxy kan du speile et Wobject fra en side til en hvilken som \r\nhelst annen side. Dette er nyttig om du ønsker det samme innholdet på flere \r\nstede på webområdet.
\r\nWobject to Proxy
',1046116286); INSERT INTO international VALUES (838,'WebGUI',12,'
Velg det Wobject fra systemet som du \r\nønsker å speile. Valgboksen har formatet \" Side Tittel/ Wobject Navn(Wobject \r\nID)\" slik at du raskt og nøyaktig kan finne det Wobject du ønsker.Mapper brukes til å organisere collateral, på samme måte som du vil \r\norganisere mapper og filer på din egen harddisk.
\r\nOrganiser i Mappe
\r\n
Mapper kan være inne i andre Mapper. I \r\nhvilken Mappe vil du opprette denne Mappen?Navn
\r\n
Gi denne Mappen et navn som kan identifisere \r\ninnholdet.Beskrivelse
',1046116041); INSERT INTO international VALUES (836,'WebGUI',12,'
Beskriv Mappen slik at du kan huske hvorfor \r\ndu laget den og hva den skal inneholde.Snippets er biter av tekst som kan gjennbrukes på WEB-stedet ditt. Ting som \r\njava script, Style sheets, Flash animasjoner eller slagord er alle greie \r\nsnippets. Best av alt er at om du trenger å endre teksten, så trenger du bare å \r\ngjøre det på et sted.
\r\nNavn
\r\n
Gi din Snippet et unikt navn som du sener kan bruke \r\nnår det skal brukes.Organiser i Mappe
\r\n
Hviken Collateral Mappe skal denne \r\nSnippet\'n lagres.Snippet
',1046115999); INSERT INTO international VALUES (834,'WebGUI',12,'
Skriv inn! Eller klipp den fra et annet \r\nelektronisk dokument og lim det inn her.Du kan laste opp en hvilken som helst fil til felleslageret for senere \r\nbruk.
\r\nNavn
\r\n
Gi filen et unikt navn som du kan bruke til å finne \r\nden igjen senere.Organiser i Mappe
\r\n
Hvilken Collateral Mappe skal filen \r\nlegges i?Fil
',1046115954); INSERT INTO international VALUES (830,'WebGUI',12,'
Velg filen som skal lastes opp fra harddisken \r\ndin.Side Templates blir brukt til å organisere wobjects på siden. For å gjøre \r\ndette kan du lage side template posisjoner. Du kan ha et ubegrenset antall \r\nposisjoner i en side template, men du må alltid ha en posisjon 1.
\r\n
Side \r\ntemplate posisjon variabler kan se slik ut:
<tmpl_var \r\npage.position1>
<tmpl_var page.position2>
<tmpl_var \r\npage.position3>
<tmpl_var page.position4>
<tmpl_var \r\npage.position5>
<tmpl_var page.position6>
<tmpl_var \r\npage.position7>
<tmpl_var ...>Du kan ha opptil 1 milliard posisjoner, no som skulle være tillstrekkelig for \r\nde fleste Web-steder.
',1046115854); INSERT INTO international VALUES (826,'WebGUI',12,'WebGUI has a powerful templating language built to give you maximum control over \r\nthe layout of your content. The following is a list of the template language \r\nsyntax. \r\nNOTE: Please note that the words foo and bar are used \r\nbelow as placeholders for the actual variable names that you\'ll use. They are \r\nnot part of the template language. \r\n
Variables
Variables are the most basic of the template commands. \r\nThey are used to position pieces of content. \r\nSyntax: <tmpl_var foo> or <tmpl_var name=\"foo\"> \r\n
Example: <tmpl_var name> \r\n
Conditions
To programmers conditions are nothing new, but to \r\ndesigners they can often be confusing at first. Conditions are really just true \r\nor false questions, and if you think of them that way, you\'ll have no trouble at \r\nall. \r\nSyntax: <tmpl_if foo> <tmpl_else> </tmpl_if> \r\n
Syntax: <tmpl_unless foo> <tmpl_else> \r\n</tmpl_unless> \r\nExample: <tmpl_if isTrue> It was true!<tmpl_else> It was \r\nfalse! </tmpl_if> \r\n
Loops
Loops iterate over a list of data output for each pass in the \r\nloop. Loops are slightly more complicated to use than plain variables, but are \r\nconsiderably more powerful. \r\nSyntax: <tmpl_loop foo> </tmpl_loop> \r\n
Example:
<tmpl_loop users>
Name: <tmpl_var \r\nfirst_name><br/>
</tmpl_loop> \r\nLoop Conditions
Loops come with special condition variables of \r\ntheir own. They are __FIRST__, __ODD__, __INNER__, and __LAST__. \r\nExamples:
<TMPL_LOOP FOO>\r\n <TMPL_IF __FIRST__>\r\n This only outputs on the first pass.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __ODD__>\r\n This outputs every other pass, on the odd passes.\r\n </TMPL_IF>\r\n\r\n <TMPL_UNLESS __ODD__>\r\n This outputs every other pass, on the even passes.\r\n </TMPL_UNLESS>\r\n\r\n <TMPL_IF __INNER__>\r\n This outputs on passes that are neither first nor last.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __LAST__>\r\n This only outputs on the last pass.\r\n <TMPL_IF>\r\n </TMPL_LOOP>\r\n\r\nNOTE:Both the template language and template variables are \r\ncase-insensitive.
',1046115728); INSERT INTO international VALUES (698,'WebGUI',12,'Karma is a method of tracking the activity of your users, and potentially \r\nrewarding or punishing them for their level of activity. Once karma has been \r\nenabled, you\'ll notice that the menus of many things in WebGUI change to reflect \r\nkarma. \r\nYou can track whether users are logging in, and how much they contribute to \r\nyour site. And you can allow them access to additional features by the level of \r\ntheir karma. \r\n
You can find out more about karma in Ruling \r\nWebGUI.
',1046115656); INSERT INTO international VALUES (639,'WebGUI',12,'Template Name
Give this template a descriptive name so that \r\nyou\'ll know what it is when you\'re applying a template to content. \r\nNamespace
What type of template is this? \r\nTemplate
Create your template by using template commands and \r\nvariables, macros, and HTML. \r\nNOTE: You should never edit the default templates that come with \r\nWebGUI as they are subject to change with each new release. Instead, copy the \r\ntemplate you wish to edit, and edit the copy.
',1046115600); INSERT INTO international VALUES (637,'WebGUI',12,'First Name
The given name of this user. \r\nMiddle Name
The middle name of this user. \r\nLast Name
The surname (or family name) of this user. \r\nEmail Address
The user\'s email address. This must only be specified \r\nif the user will partake in functions that require email. \r\nICQ UIN
The ICQ UIN is the \"User ID Number\" on the ICQ network. ICQ \r\nis a very popular instant messaging platform. \r\nAIM Id
The account id for the AOL Instant Messenger system. \r\nMSN Messenger Id
The account id for the Microsoft Network Instant \r\nMessenger system. \r\nYahoo! Messenger Id
The account id for the Yahoo! Instant Messenger system. \r\nCell Phone
This user\'s cellular telephone number. \r\nPager
This user\'s pager telephone number. \r\nEmail To Pager Gateway
This user\'s text pager email address. \r\nHome Information
The postal (or street) address for this user\'s \r\nhome. \r\nWork Information
The postal (or street) address for this user\'s \r\ncompany. \r\nKjønn
This user\'s sex. \r\nFødsels Dato
This user\'s date of birth. \r\n
Språk
What language should be used to display system \r\nrelated messages. \r\nTids Avvik
A number of hours (plus or minus) different \r\nthis user\'s time is from the server. This is used to adjust for time zones. \r\nFørste Dag i Uka
The first day of the week on this user\'s \r\nlocal calendar. For instance, in the United States the first day of the week is \r\nSunday, but in many places in Europe, the first day of the week is Monday. \r\nDato Format
What format should dates on this site appear \r\nin? \r\nTids Format
What format should times on this site appear \r\nin? \r\nDiskusjons Utseende
Should discussions be laid out flat \r\nor threaded? Flat puts all replies on one page in the order they were created. \r\nThreaded shows the heirarchical list of replies as they were created. \r\nInnboks beskjed
',1046115538); INSERT INTO international VALUES (636,'WebGUI',12,'To create a package follow these simple steps: \r\nFrom the admin menu select \"Manage packages.\" \r\nTo create a package follow these simple steps: \r\n
How should this user be notified when \r\nthey get a new WebGUI message?\r\n
Notes:- From the admin menu select \"Manage packages.\" \r\n
- Add a page and give it a name. The name of the page will be the name of the \r\npackage. \r\n
- Go to the new page you created and start adding pages and wobjects. Any \r\npages or wobjects you add will be created each time this package is deployed. \r\n
In order to add, edit, or delete packages you must be \r\nin the Package Mangers group or in the Admins group.
If you add content \r\nto any of the wobjects, that content will automatically be copied when the \r\npackage is deployed.
Privileges and styles assigned to pages in the \r\npackage will not be copied when the package is deployed. Instead the pages will \r\ntake the privileges and styles of the area to which they are deployed. ',1046115325); INSERT INTO international VALUES (635,'WebGUI',12,'Packages are groups of pages and wobjects that are predefined to be deployed \r\ntogether. A package manager may see the need to create a package several pages \r\nwith a message board, an FAQ, and a Poll because that task is performed quite \r\noften. Packages are often defined to lessen the burden of repetitive tasks. \r\n
One package that many people create is a Page/Article package. It is \r\noften the case that you want to add a page with an article on it for content. \r\nInstead of going through the steps of creating a page, going to the page, and \r\nthen adding an article to the page, you may wish to simply create a package to \r\ndo those steps all at once.',1046115283); INSERT INTO international VALUES (630,'WebGUI',12,'WebGUI has a small, but sturdy real-time search engine built-in. If you wish to \r\nuse the internal search engine, you can use the ^?; macro, or by adding \r\n?op=search to the end of any URL, or feel free to build your own form to \r\naccess it. \r\nMany people need a search engine to index their WebGUI site, plus many \r\nothers. Or they have more advanced needs than what WebGUI\'s search engine \r\nallows. In those cases we recommend MnoGo Search or ht://Dig.
',1046115123); INSERT INTO international VALUES (629,'WebGUI',12,'Prevent Proxy Caching
Some companies have proxy servers that \r\ncause problems with WebGUI. If you\'re experiencing problems with WebGUI, and you \r\nhave a proxy server, you may want to set this setting to Yes. Beware that \r\nWebGUI\'s URLs will not be as user-friendly after this feature is turned on. \r\nShow debugging?
Show debugging information in WebGUI\'s output. This \r\nis primarily useful for WebGUI developers, but can also be interesting for \r\nAdministrators trying to troubleshoot a problem. \r\nTrack page statistics?
',1046115079); INSERT INTO international VALUES (625,'WebGUI',12,'Upload any images that you\'ll possibly use in more than one location on your \r\nsite. \r\n
WebGUI can track some statistical \r\ninformation for your site. However, this will add a little extra strain on your \r\nprocessor and will make your database grow much more quickly. Enable this only \r\nif you do not have an external web statistics program.Name
The label that this image will be referenced by to include it \r\ninto pages. \r\nOrganize In Folder
Which collateral folder should this image be \r\nplaced in. \r\nFile
Select a file from your local drive to upload to the server. \r\nParameters
Add any HTML <img&rt; parameters that you wish to \r\nact as the defaults for this image. \r\nExample:
align=\"right\"
alt=\"This is an image\"
\r\nThumbnail Size
',1046114987); INSERT INTO international VALUES (623,'WebGUI',12,'
How big (in pixels) should the thumbnail for this \r\nimage be?\r\n\r\n
',1046114857); INSERT INTO international VALUES (622,'WebGUI',12,'\r\n \r\n Cascading Style Sheets (CSS) are a great way to manage \r\nthe look and feel of any web site. They are used extensively in WebGUI. \r\n If you are unfamiliar with how to use CSS, Plain Black \r\nSoftware provides training classes on XHTML and CSS. Alternatively, \r\nBradsoft makes an excellent CSS editor called Top \r\nStyle. \r\n
The following is a list of classes used to control the look of WebGUI: \r\n
A
The links throughout the style. \r\nBODY
The default setup of all pages within a style. \r\nH1
The headers on every page. \r\n.accountOptions
The links that appear under the login and account \r\nupdate forms. \r\n.adminBar
The bar that appears at the top of the page when you\'re \r\nin admin mode. \r\n.content
The main content area on all pages of the style. \r\n.formDescription
The tags on all forms next to the form elements. \r\n.formSubtext
The tags below some form elements. \r\n.highlight
Denotes a highlighted item, such as which message you \r\nare viewing within a list. \r\n.horizontalMenu
The horizontal menu (if you use a horizontal menu \r\nmacro). \r\n.pagination
The Previous and Next links on pages with pagination. \r\n.selectedMenuItem
Use this class to highlight the current page in \r\nany of the menu macros. \r\n.tableData
The data rows on things like message boards and user \r\ncontributions. \r\n.tableHeader
The headings of columns on things like message boards \r\nand user contributions. \r\n.tableMenu
The menu on things like message boards and user \r\nsubmissions. \r\n.verticalMenu
The vertical menu (if you use a vertical menu \r\nmacro). \r\nNote: Some wobjects and macros have their own unique styles \r\nsheet classes, which are documented in their individual help files. \r\n
See Manage Group for a description of grouping functions and the default \r\ngroups.
\r\n
Gruppe Navn
A name for the group. It is best \r\nif the name is descriptive so you know what it is at a glance.Beskrivelse
\r\n
A longer description of the group so that \r\nother admins and content managers (or you if you forget) will know what the \r\npurpose of this group is.Utløper etter
\r\n
The amount of time that a user will belong \r\nto this group before s/he is expired (or removed) from it. This is very useful \r\nfor membership sites where users have certain privileges for a specific period \r\nof time. Note that this can be overridden on a per-user basis.Karma Terskelverdi
',1046114764); INSERT INTO international VALUES (621,'WebGUI',12,'
If you\'ve enabled Karma, then you\'ll \r\nbe able to set this value. Karma Threshold is the amount of karma a user must \r\nhave to be considered part of this group.Styles are WebGUI macro enabled. See Using Macros for more information. \r\n
\r\n
Style Name
A unique name to describe what this style \r\nlooks like at a glance. The name has no effect on the actual look of the style. \r\nBody
\r\n
The body is quite literally the HTML body of your \r\nsite. It defines how the page navigation will be laid out and many other things \r\nlike logo, copyright, etc. At bare minimum a body must consist of a few things, \r\nthe ^AdminBar; macro and the ^-; (seperator) macro. The ^AdminBar; macro tells \r\nWebGUI where to display admin functions. The ^-; (splitter) macro tells WebGUI \r\nwhere to put the content of your page.If you are in need of assistance for creating a look for your site, or if you \r\nneed help cutting apart your design, Plain \r\nBlack Software provides support services for a small fee.
\r\nMany people will add WebGUI macros to their body for automated navigation, \r\nand other features.
\r\nStyle Sheet
\r\n
Place your style sheet entries here. Style \r\nsheets are used to control colors, sizes, and other properties of the elements \r\non your site. See Using Style Sheets for more information.Advanced Users: for greater performance create your \r\nstylesheet on the file system (call it something like webgui.css) and add an \r\nentry like this to this area:
',1046114675); INSERT INTO international VALUES (619,'WebGUI',12,'This function permanently deletes the selected wobject from a page. If you are \r\nunsure whether you wish to delete this content you may be better served to cut \r\nthe content to the clipboard until you are certain you wish to delete it. \r\n
As with any delete operation, you are prompted to be sure you wish to \r\nproceed with the delete. If you answer yes, the delete will proceed and there is \r\nno recovery possible. If you answer no you\'ll be returned to the prior \r\nscreen.
',1046114536); INSERT INTO international VALUES (618,'WebGUI',12,'SMTP Server
\r\n
This is the address of your local mail \r\nserver. It is needed for all features that use the Internet email system (such \r\nas password recovery).Optionally, if you are running a sendmail server on the same machine as \r\nWebGUI, you can also specify a path to your sendmail executable. On most Linux \r\nsystems this can be found at \"/usr/lib/sendmail\".
\r\nEmail Footer
\r\n
This footer will be processed for macros and \r\nattached to every email sent from this WebGUI instance.
Alert on new \r\nuser?
Should someone be alerted when a new user registers anonymously? \r\nGroup To Alert On New User
',1046114473); INSERT INTO international VALUES (617,'WebGUI',12,'
What group should be alerted when a new \r\nuser registers?Settings are items that allow you to adjust WebGUI to your particular needs. \r\n
\r\n
Rediger Firma Informasjon
Information specific about the company or \r\nindividual who controls this installation of WebGUI.Rediger Innholds Instillinger
\r\n
Settings related to content and content \r\nmanagement.Rediger ePost Instillinger
\r\n
Settings concerning email and related \r\nfunctions.Rediger Forskjellige Instillinger
\r\n
Anything we couldn\'t find a place for. \r\nRediger Profil Instillinger
\r\n
Define what user profiles look like and what \r\nthe users have the ability to edit.Rediger Bruker Instillinger
',1046114265); INSERT INTO international VALUES (616,'WebGUI',12,'
Settings relating to users (beyond profile \r\ninformation), like authentication information, and registration options. \r\nSti til WebGUI Extras
\r\n
The web-path to the directory \r\ncontaining WebGUI images and javascript files.Maksimum vedleggs størrelse
\r\n
The maximum size of files \r\nallowed to be uploaded to this site. This applies to all wobjects that allow \r\nuploaded files and images (like Article and User Contributions). This size is \r\nmeasured in kilobytes.Tittebilde størrelse
\r\n
The size of the longest side of \r\nthumbnails. The thumbnail generation maintains the aspect ratio of the image. \r\nTherefore, if this value is set to 100, and you have an image that\'s 400 pixels \r\nwide and 200 pixels tall, the thumbnail will be 100 pixels wide and 50 pixels \r\ntall.
Note: Thumbnails are automatically generated as images are uploaded to \r\nthe system.Web vedleggs sti
\r\n
The web-path of the directory where attachments are to be \r\nstored.Server vedleggs sti
',1046114149); INSERT INTO international VALUES (615,'WebGUI',12,'
The local path of the directory where attachments are \r\nto be stored. (Perhaps /var/www/public/uploads) Be sure that the web server has \r\nthe rights to write to that directory.Groups are used to subdivide privileges and responsibilities within the \r\nWebGUI system. For instance, you may be building a site for a classroom \r\nsituation. In that case you might set up a different group for each class that \r\nyou teach. You would then apply those groups to the pages that are designed for \r\neach class.
\r\n
There are several groups built into WebGUI. They are as follows: \r\nAdmins
\r\n
Admins are users who have unlimited privileges \r\nwithin WebGUI. A user should only be added to the admin group if they oversee \r\nthe system. Usually only one to three people will be added to this group.Content Managers
\r\n
Content managers are users who have \r\nprivileges to add, edit, and delete content from various areas on the site. The \r\ncontent managers group should not be used to control individual content areas \r\nwithin the site, but to determine whether a user can edit content at all. You \r\nshould set up additional groups to separate content areas on the site.Everyone
\r\n
Everyone is a magic group in that no one is ever \r\nphysically inserted into it, but yet all members of the site are part of it. If \r\nyou want to open up your site to both visitors and registered users, use this \r\ngroup to do it.Package Managers
\r\n
Users that have privileges to add, edit, \r\nand delete packages of wobjects and pages to deploy.Registered Users
\r\n
When users are added to the system they \r\nare put into the registered users group. A user should only be removed from this \r\ngroup if their account is deleted or if you wish to punish a troublemaker.Style Managers
\r\n
Users that have privileges to edit styles \r\nfor this site. These privileges do not allow the user to assign privileges to a \r\npage, just define them to be used.Template Managers
\r\n
Users that have privileges to edit \r\ntemplates for this site.Visitors
',1046114032); INSERT INTO international VALUES (614,'WebGUI',12,'
Visitors are users who are not logged in using \r\nan account on the system. Also, if you wish to punish a registered user you \r\ncould remove him/her from the Registered Users group and insert him/her into the \r\nVisitors group.Styles are used to manage the look and feel of your WebGUI pages. With \r\nWebGUI, you can have an unlimited number of styles, so your site can take on as \r\nmany looks as you like. You could have some pages that look like your company\'s \r\nbrochure, and some pages that look like Yahoo!®. You could even have some pages \r\nthat look like pages in a book. Using style management, you have ultimate \r\ncontrol over all your designs.
\r\n
There are several styles built into WebGUI. \r\nThe first of these are used by WebGUI can should not be edited or deleted. The \r\nlast few are simply example styles and may be edited or deleted as you please. \r\nClipboard
\r\n
This style is used by the clipboard system. \r\nFail Safe
\r\n
When you delete a style that is still in use on \r\nsome pages, the Fail Safe style will be applied to those pages. This style has a \r\nwhite background and simple navigation.Make Page Printable
\r\n
This style is used if you place an \r\n^r; macro on your pages and the user clicks on it. This style allows you to put \r\na simple logo and copyright message on your printable pages.Packages
\r\n
This style is used by the package management \r\nsystem.Trach
\r\n
This style is used by the trash system.\r\n
--------------------------------------------------------------------------------
\r\n
Demo \r\nStyle
This is a sample design taken from a templates site (www.freewebtemplates.com). \r\n
Plain Black Software (black) & (white)
These \r\ndesigns are used on the Plain Black site.Yahoo!®
\r\n
This is the design of the Yahoo!® site. (Used \r\nwithout permission.)WebGUI
\r\n
This is a simple design featuring WebGUI logos. \r\nWebGUI 4
',1046113935); INSERT INTO international VALUES (612,'WebGUI',12,'There is no need to ever actually delete a user. If you are concerned with \r\nlocking out a user, then simply change their password. If you truely wish to \r\ndelete a user, then please keep in mind that there are consequences. If you \r\ndelete a user any content that they added to the site via wobjects (like message \r\nboards and user contributions) will remain on the site. However, if another user \r\ntries to visit the deleted user\'s profile they will get an error message. Also \r\nif the user ever is welcomed back to the site, there is no way to give him/her \r\naccess to his/her old content items except by re-adding the user to the users \r\ntable manually.
This style was added to WebGUI as of version \r\n4.0.0. It is now the default style and has superceded the \"WebGUI\" style
As with any delete operation, you are prompted to be \r\nsure you wish to proceed with the delete. If you answer yes, the delete will \r\nproceed and there is no recovery possible. If you answer no you\'ll be returned \r\nto the prior screen.
',1046113773); INSERT INTO international VALUES (611,'WebGUI',12,'Firma Navn
\r\n
The name of your company. It will appear on \r\nall emails and anywhere you use the Company Name macro.Firma ePost Adresse
\r\n
A general email address at your \r\ncompany. This is the address that all automated messages will come from. It can \r\nalso be used via the WebGUI macro system.Firma URL
',1046113726); INSERT INTO international VALUES (610,'WebGUI',12,'
The primary URL of your company. This will \r\nappear on all automated emails sent from the WebGUI system. It is also available \r\nvia the WebGUI macro system.See Manage Users for additional details. \r\n
\r\n
Username
Username is a unique identifier for a user. \r\nSometimes called a handle, it is also how the user will be known on the site. \r\n(Note: Administrators have unlimited power in the WebGUI system. This also means \r\nthey are capable of breaking the system. If you rename or create a user, be \r\ncareful not to use a username already in existance.)Password
\r\n
A password is used to ensure that the user is \r\nwho s/he says s/he is.Authentication Method
\r\n
See Edit Settings for details.LDAP URL
\r\n
See Edit Settings for details.Connect DN
',1046113641); INSERT INTO international VALUES (608,'WebGUI',12,'\r\n
The Connect DN is the cn (or common name) of a \r\ngiven user in your LDAP database. It should be specified as cn=John Doe. This \r\nis, in effect, the username that will be used to authenticate this user against \r\nyour LDAP server.Å slette en side kan føre til mye rot om du er usikker på hva du gjør. Når du \r\nsletter en side, sletter du samtidig alt innhold, alle undersider koblet til \r\ndenne siden og alt innhold på de. Vær helt sikker på at du har flyttet innhold \r\ndu ønsker å beholde før du sletter en side.
\r\nSom med alle slette kommandoer, vil du bli spurt om du ønsker å bekrefte \r\nsletting. Om du svarer Ja, vil slettingen bli utført og dette er permanent. Om \r\ndu svarer Nei vil du returnere til forige skjermbilde.
',1046113587); INSERT INTO international VALUES (607,'WebGUI',12,'Anonymous Registration
\r\n
Do you wish visitors to your site \r\nto be able to register themselves?Run On Registration
\r\n
If there is a command line specified \r\nhere, it will be executed each time a user registers anonymously. \r\n
Alert on new user?
Should someone be alerted when a \r\nnew user registers anonymously?Group To Alert On New User
\r\n
What group should be alerted \r\nwhen a new user registers?Enable Karma?
\r\n
Should karma be enabled?Karma Per Login
\r\n
The amount of karma a user should be \r\ngiven when they log in. This only takes affect if karma is enabled.Session Timeout
\r\n
The amount of time that a user session \r\nremains active (before needing to log in again). This timeout is reset each time \r\na user views a page. Therefore if you set the timeout for 8 hours, a user would \r\nhave to log in again if s/he hadn\'t visited the site for 8 hours.Authentication Method (default)
\r\n
What should the default \r\nauthentication method be for new accounts that are created? The two available \r\noptions are WebGUI and LDAP. WebGUI authentication means that the users will \r\nauthenticate against the username and password stored in the WebGUI database. \r\nLDAP authentication means that users will authenticate against an external LDAP \r\nserver.Note: Authentication settings can be customized on a per user basis.
\r\nUsername Binding
\r\n
Bind the WebGUI username to the LDAP \r\nIdentity. This requires the user to have the same username in WebGUI as they \r\nspecified during the Anonymous Registration process. It also means that they \r\nwon\'t be able to change their username later. This only in effect if the user is \r\nauthenticating against LDAP.LDAP URL (default)
\r\n
The default url to your LDAP server. \r\nThe LDAP URL takes the form of ldap://[server]:[port]/[base DN]. \r\nExample: ldap://ldap.mycompany.com:389/o=MyCompany. \r\nLDAP Identity
\r\n
The LDAP Identity is the unique identifier \r\nin the LDAP server that the user will be identified against. Often this field is \r\nshortname, which takes the form of first initial + last name. Example: jdoe. \r\nTherefore if you specify the LDAP identity to be shortname then Jon Doe would \r\nenter jdoe during the registration process.LDAP Identity Name
\r\n
The label used to describe the LDAP \r\nIdentity to the user. For instance, some companies use an LDAP server for their \r\nproxy server users to authenticate against. In the documentation or training \r\nalready provided to their users, the LDAP identity is known as their Web \r\nUsername. So you could enter that label here for consitency.LDAP Password Name
',1046113549); INSERT INTO international VALUES (606,'WebGUI',12,'\r\n
Just as the LDAP Identity Name is a \r\nlabel, so is the LDAP Password Name. Use this label as you would LDAP Identity \r\nName.Tenk på Sider som bokser for innhold. For eksempel. Om du vil \r\nskrive et brev til redaktøren av ditt favoritt magasin, da ville du tr frem \r\ntekstbehandleren og begynne å skrive inn dine tanker. Det samme er riktig for \r\nWebGUI. Lag en side og deretter fyller du den med innhold.\r\n\r\n
Tittel
The title of the page is what \r\nyour users will use to navigate through the site. Titles should be descriptive, \r\nbut not very long.\r\n
Meny Tittel
A shorter or altered title \r\nto appear in navigation. If left blank this will default to Title.\r\nSide URL\r\n
When you create a page a URL for \r\nthe page is generated based on the page title. If you are unhappy with the URL \r\nthat was chosen, you can change it here.\r\nSpråk\r\n
Choose the default language for this \r\npage. All WebGUI generated messages will appear in that language and the \r\ncharacter set will be changed to the character set for that language.\r\nRedirect URL\r\n
When this page is visited, the \r\nuser will be redirected to the URL specified here. In order to edit this page in \r\nthe future, you\'ll have to access it from the \"Manage page tree.\" menu under \r\n\"Administrative functions...\"\r\n
Template
By default, WebGUI has one big \r\ncontent area to place wobjects. However, by specifying a template other than the \r\ndefault you can sub-divide the content area into several sections.\r\n
Kort beskrivelse
A short description of \r\na page. It is used to populate default descriptive meta tags as well as to \r\nprovide descriptions on Site Maps.\r\nMeta Tags\r\n
Meta tags are used by some search \r\nengines to associate key words to a particular page. There is a great site \r\ncalled Meta Tag Builder that will help you build meta tags if you\'ve never done \r\nit before.Advanced Users: If you have other things (like \r\nJavaScript) you usually put in the area of your pages, you may put them here as \r\nwell.\r\n\r\nBruk Standard meta tags?\r\n
If you don\'t \r\nwish to specify meta tags yourself, WebGUI can generate meta tags based on the \r\npage title and your company\'s name. Check this box to enable the \r\nWebGUI-generated meta tags.\r\n
Style
By default, when you create a \r\npage, it inherits a few traits from its parent. One of those traits is style. \r\nChoose from the list of styles if you would like to change the appearance of \r\nthis page. See Add Style for more details.If you select \"Yes\" below the style pull-down menu, all of the \r\npages below this page will take on the style you\'ve chosen for this page.\r\n\r\n
Start Dato
The date when users may begin \r\nviewing this page. Note that before this date only content managers with the \r\nrights to edit this page will see it.\r\n
Slutt Dato
The date when users will stop \r\nviewing this page. Note that after this date only content managers with the \r\nrights to edit this page will see it.\r\nEier\r\n
The owner of a page is usually the \r\nperson who created the page.\r\nEier kan Se?\r\n
Can the owner view the page or \r\nnot?\r\n
Eier kan Redigere?
Can the owner edit \r\nthe page or not? Be careful, if you decide that the owner cannot edit the page \r\nand you do not belong to the page group, then you\'ll lose the ability to edit \r\nthis page.\r\n
Gruppe
A group is assigned to every page \r\nfor additional privilege control. Pick a group from the pull-down menu.\r\nGruppe kan Se?\r\n
Can members of this group \r\nview this page?\r\n
Gruppe kan Redigere?
Can members of this \r\ngroup edit this page?\r\n
Alle kan Se?
Can any visitor or member \r\nregardless of the group and owner view this page?\r\nAlle kan Redigere?\r\n
Can any visitor or member \r\nregardless of the group and owner edit this page?You can optionally recursively give these privileges to all \r\npages under this page.\r\n',1046113437); INSERT INTO international VALUES (422,'WebGUI',12,'
Hva Nå?
If you leave this on the default \r\nsetting you\'ll be redirected to the new page after creating it.INNLOGGING FEILET
\r\nOppgitt informasjon stemmer ikke med kontoinformasjonen.
',1046111325); INSERT INTO international VALUES (417,'WebGUI',12,'SIKKERHETS BRUDD
\r\nDu prøvde å få tilgang til et Wobject som ikke tilhører denne siden. Denne \r\nhendelsen er rapportert.
',1046111279); INSERT INTO international VALUES (416,'WebGUI',12,'\r\nPROBLEM MED FORESPØRSEL
\r\nVi har fåtte et problem med forespørselen din. Prøv å bruke Tilbake knappen \r\nog prøv igjen. Om problemet fortsetter, ta gjerne kontakt med oss med hva du \r\nønsket å gjøre samt dato og tidspunkt når problemet oppsto.
',1046111232); INSERT INTO international VALUES (77,'USS',12,'\r\nDet følgende er en liste over template variabler som er brukt i Bruker \r\nBidrags templates. Bruker Bidrags templates benyttes for å vis det enkelt bidrag \r\ni et bruker bidrags system.
\r\ntitle
\r\n
The title of this submission.content
\r\n
The full text content of this submission.user.label
\r\n
The translated label indicating what user \r\nposted this submission.user.profile
\r\n
The URL to the profile of the user that \r\nposted this submission.user.username
\r\n
The username of the user that posted this \r\nsubmission.user.id
\r\n
The unique identifier for the user that posted \r\nthis submission.date.label
\r\n
The translated label indicating what date this \r\nsubmission was posted.date.epoch
\r\n
The number of seconds since January 1, 1970 \r\nthat this submission was posted.date.human
\r\n
A human readable date that displays the date \r\nand time this submission was posted.status.label
\r\n
A translated label indicating the status of \r\nthis submission.status.status
\r\n
The actual status of this submission \r\n(pending, approved, denied).views.label
\r\n
A translated label indicating how many times \r\nthis submission has been viewed.views.count
\r\n
The number of times this submission has been \r\nviewed.canPost
\r\n
An condition indicating whether or not this user \r\ncan post a new submission.post.url
\r\n
The URL to post a new submission.post.label
\r\n
A translated label for the post link.previous.more
\r\n
An condition indicating whether there are \r\nany posts prior to this one available for viewing.previous.url
\r\n
A URL to the post that came before this one. \r\nprevious.label
\r\n
A translated label for the previous link. \r\nnext.more
\r\n
A condition indicating whether there are any \r\nposts after this one available for viewing.next.url
\r\n
The URL to the post that came after this one. \r\nnext.label
\r\n
A translated label for the next link.canEdit
\r\n
A condition indicating whether the current user \r\ncane edit or delete this post.edit.url
\r\n
The URL to edit this post.edit.label
\r\n
A translated label for the edit link.delete.url
\r\n
The URL to delete this post.delete.label
\r\n
A translated label for the delete link.canChangeStatus
\r\n
A condition indicating whether the \r\ncurrent user has the privileges to change the status of this post.approve.url
\r\n
The URL to approve this post.approve.label
\r\n
A translated label for the approve link. \r\ndeny.url
\r\n
The URL to deny this post.deny.label
\r\n
A translated label for the deny link.leave.url
\r\n
The URL to leave this post in it\'s current \r\nstate.leave.label
\r\n
A translated label for the leave link.canReply
\r\n
A condition indicating whether the current user \r\ncan reply to this post.reply.url
\r\n
The URL to reply to this post.reply.label
\r\n
A translated label for the reply link.search.url
\r\n
The URL to toggle on the WebGUI power search \r\nform.search.label
\r\n
A translated label for the search link.back.url
\r\n
The URL to return the user to the main listing. \r\nback.label
\r\n
A translated label for the back link.replies
',1046111143); INSERT INTO international VALUES (75,'USS',12,'
A complete listing of all replies to this \r\npost.Dette er en liste over template variabler som er tilgjengelige i Bruker \r\nBidrags Templates.
\r\nreadmore.label
\r\n
A translated label that indicates that the \r\nuser should click to read more.responses.label
\r\n
A translated label that indicates that \r\nthe user should click to view the responses to this submission.canPost
\r\n
A condition that indicates whether a user can add \r\na new submission.post.url
\r\n
The URL to add a new submission.post.label
\r\n
A translated label for the post link.search.label
\r\n
A translated label for the search link.search.url
\r\n
The URL to toggle on/off WebGUI\'s power search \r\nform.search.form
\r\n
WebGUI\'s power search form.title.label
\r\n
A translated label for the title column.thumbnail.label
\r\n
A translated label for the thumbnail \r\ncolumn.date.label
\r\n
A translated label for the date column.by.label
\r\n
A translated label stating who the submission \r\nwas submitted by.submissions_loop
\r\n
A loop containing each submission.submission.id
\r\n
A unique identifier for this submission. \r\n
submission.url
The URL to view this submission.submission.content
\r\n
The abbreviated text content of this \r\nsubmission.submission.responses
\r\n
The number of responses to this \r\nsubmission.submission.title
\r\n
The title for this submission.submission.userId
\r\n
The user id of the user that posted \r\nthis submission.submission.username
\r\n
The username of the person that \r\nposted this submission.submission.status
\r\n
The status of this submission \r\n(approved, pending, denied).submission.thumbnail
\r\n
The thumbnail of the image uploaded \r\nwith this submission (if any).submission.date
\r\n
The that this submission was posted.submission.currentUser
\r\n
A condition indicating whether the \r\ncurrent user is the same as the user that posted this submission.submission.userProfile
\r\n
The URL to the profile of the user \r\nthat posted this submission.submission.secondColumn
\r\n
A condition indicating whether or \r\nnot this submission would belong in the second column, in a multi-column layout. \r\nsubmission.thirdColumn
\r\n
A condition indicating whether or \r\nnot this submission would belong in the third column, in a multi-column layout. \r\nsubmission.fourthColumn
\r\n
A condition indicating whether or \r\nnot this submission would belong in the fourth column, in a multi-column layout. \r\nsubmission.fifthColumn
\r\n
A condition indicating whether or \r\nnot this submission would belong in the fifth column, in a multi-column layout. \r\n\r\n
firstPage
A link to the first page in the paginator. \r\nlastPage
\r\n
A link to the last page in the paginator.nextPage
\r\n
A link to the next page forward in the \r\npaginator.previousPage
\r\n
A link to the next page backward in the \r\npaginator.pageList
\r\n
A list of links to all the pages in the \r\npaginator.multiplePages
',1046110856); INSERT INTO international VALUES (4,'Survey',12,'\r\n
A conditional indicating whether there is \r\nmore than one page in the paginator.Undersøkelser setter deg i stand til å samle informasjon fra dine brukere. \r\nMed WebGUI sine undersøkelser kan du også teste kunnskapsnivå.
\r\nSpørsmåls rekkefølge
\r\n
Rekkefølgen spørsmål vil bli stilt. \r\nSekvensielt viser spørsmålene i den rekkefølgen de ble laget. Vilkårlig viser \r\nspørsmålene i tilfeldig rekkefølge. Respons styrt viser spørsmålen sortert etter \r\nresponsen fra brukerene.Modus
\r\n
Som standard er Undersøkelse i Undersøkelse modus. \r\nDette gjør at du kan stille spørsmål til brukerene dine. Om du bytter til Test \r\nmodus kan du lage en selvrettende test av dine brukeres kunnskapsnivå.Hvem kan ta undersøkelsen?
\r\n
Hvilke brukere kan delta i \r\nundersøkelsen?Hvem kan se rapporter?
\r\n
Hvem kan se resultatene av en \r\nundersøkelse?Hva nå?
',1046041486); INSERT INTO international VALUES (71,'SiteMap',12,'\r\n
Om du beholder standardinstillingen vil du kunne \r\nlegge in spørsmål direkte etter at Undersøkelsen er lagt til.Site maps are used to provide additional navigation in WebGUI. You could set \r\nup a traditional site map that would display a hierarchical view of all the \r\npages in the site. On the other hand, you could use site maps to provide extra \r\nnavigation at certain levels in your site.
\r\nTemplate
\r\n
Choose a layout for this site map.
Start \r\nWith
Select the page that this site map should start from.Depth To Traverse
\r\n
How many levels deep of navigation \r\nshould the Site Map show? If 0 (zero) is specified, it will show as many levels \r\nas there are.Indent
',1046041368); INSERT INTO international VALUES (71,'SQLReport',12,'\r\n
How many characters should indent each level? \r\nSQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They \r\nallow a user to query data from any database that they have access to. This is \r\ngreat for getting sales figures from your Accounting database or even \r\nsummarizing all the message boards on your web site.
\r\n
Preprocess \r\nmacros on query?
If you\'re using WebGUI macros in your query you\'ll \r\nwant to check this box.Debug?
\r\n
If you want to display debugging and error \r\nmessages on the page, check this box.Query
\r\n
This is a standard SQL query. If you are unfamiliar \r\nwith SQL, Plain Black Software provides training courses in SQL and database \r\nmanagement. You can make your queries more dynamic by using the ^FormParam(); \r\nmacro.Report Template
\r\n
Layout a template of how this report \r\nshould look. Usually you\'ll use HTML tables to generate a report. An example is \r\nincluded below. If you leave this field blank a template will be generated based \r\non your result set.There are special macro characters used in generating SQL Reports. They are \r\n^-;, ^0;, ^1;, ^2;, ^3;, etc. These macros will be processed \r\nregardless of whether you checked the process macros box above. The ^- macro \r\nrepresents split points in the document where the report will begin and end \r\nlooping. The numeric macros represent the data fields that will be returned from \r\nyour query. There is an additional macro, ^rownum; that counts \r\nthe rows of the query starting at 1 for use where the lines of the output need \r\nto be numbered.
\r\nDSN
\r\n
Data Source Name is the unique identifier that Perl \r\nuses to describe the location of your database. It takes the format of \r\nDBI:[driver]:[database name]:[host].Example: DBI:mysql:WebGUI:localhost
\r\nDatabase User
\r\n
The username you use to connect to the \r\nDSN.Database Password
\r\n
The password you use to connect to the \r\nDSN.Paginate After
\r\n
How many rows should be displayed before \r\nsplitting the results into separate pages? In other words, how many rows should \r\nbe displayed per page?Convert carriage returns?
',1046041312); INSERT INTO international VALUES (63,'Product',12,'\r\n
Do you wish to convert the \r\ncarriage returns in the resultant data to HTML breaks (
).Det følgende er en liste over Template variabler som kan benyttes i en \r\nProdukt Template.
\r\nbrochure.icon
\r\n
The URL to the icon for the brochure.brochure.url
\r\n
The URL to download the brochure.brochure.label
\r\n
The translated label for the brochure URL. \r\nwarranty.icon
\r\n
The URL to the icon for the warranty.warranty.url
\r\n
The URL to download the warranty.warranty.label
\r\n
The label for the warranty URL.image1
\r\n
The URL to the first image uploaded to this \r\nproduct.thumbnail1
\r\n
The URL to the thumbnail of the first image \r\nuploaded to this product.image2
\r\n
The URL to the second image uploaded to this \r\nproduct.thumbnail2
\r\n
The URL to the thumbnail of the second image \r\nuploaded to this product.image3
\r\n
The URL to the third image uploaded to this \r\nproduct.thumbnail3
\r\n
The URL to the thumbnail of the third image \r\nuploaded to this product.addfeature.url
\r\n
The URL to add a feature to this product. \r\naddfeature.label
\r\n
The translated label for the add feature \r\nlink.feature_loop
\r\n
This loop contains all of the features \r\nassociated with this product.feature.controls
\r\n
The WebGUI management controls for this \r\nfeature.
feature.feature
The text of the feature \r\nitself.\r\n
addbenefit.url
The URL to add a benefit to this \r\nproduct.addbenefit.label
\r\n
The translated label for the add benefit \r\nlink.benefit_loop
\r\n
This loop contains the benefits for this \r\nproduct.benefit.benefit
\r\n
The benefit text itself.
\r\n
benefit.controls
The WebGUI management controls for this \r\nbenefit.
addspecification.url
The URL to add a \r\nspecification to this product.addspecification.label
\r\n
The translated label for the add \r\nspecification link.specification_loop
\r\n
The list of specifications associated \r\nwith this product.specification.controls
\r\n
The WebGUI management controls for \r\nthis specification.
specification.specification
The \r\ntext of the specification itself.specification.units
\r\n
The units for this specification. ex: \r\nmetersspecification.label
\r\n
The label for this specification. ex: \r\nheight\r\n
addaccessory.url
The URL to add an accessory to this \r\nproduct.addaccessory.label
\r\n
The translated label for the add \r\naccessory link.accessory_loop
\r\n
This loop contains all of the accessories \r\nassociated with this product.accessory.url
\r\n
The URL to the linked accessory. \r\n
accessory.title
The title of the linked accessory. \r\naccessory.controls
\r\n
The WebGUI management controls for \r\nthis accessory.addRelatedProduct.url
\r\n
The URL to add a related product to \r\nthis product.addRelatedProduct.label
\r\n
The translated label for the add \r\nrelated product link.relatedproduct.url
\r\n
The URL to the linked product.relatedproduct.title
\r\n
The title of the linked product. \r\nrelatedproduct.controls
',1046041159); INSERT INTO international VALUES (50,'Product',12,'\r\n
The WebGUI management controls \r\nfor this related product.Fordeler er typisk et resultat av egenskapene til produktet dit. De er \r\ngrunnen til at produktet er så bra. Om du legger til fordeler, vil du \r\nsannsynligvis legge til noen egenskaper også.
\r\nFordeler
\r\n
Du kan Legge Til en ny Fordel, eller velge fra \r\nlisten over fordeler som allerede er lagt inn.Legg Til Fordel?
',1046040906); INSERT INTO international VALUES (47,'Product',12,'\r\n
Om du vil legge til en ny Fordel \r\numiddelbart, så velg \"Ja\".Relaterte Produkter er produkter som er kompatible eller likestillet med \r\nandre produkter.
\r\nRelaterte Produkter
\r\n
Velg fra listen av produkter du \r\nallerede har lagt inn.Legg til et nytt Relatert Produkt?
',1046040848); INSERT INTO international VALUES (45,'Product',12,'\r\n
Velg \"Ja\" om du har \r\nflere Relaterte Produkter å legge til.Tilbehør er produkter som kompletterer andre produkter
\r\nTilbehør
\r\n
Velg fra listen av produkter du allerede har \r\nlagt inn.Legg til et nytt Tilbehør?
',1046040797); INSERT INTO international VALUES (43,'Product',12,'
Velg \"Ja\" om du har flere \r\nTilbehør å legge til.Spesifikasjoner er de tekniske detaljene for produktet.
\r\nLabel
\r\n
Typen av spesifikasjon. F.eks Høyde, bredde, vekt \r\neller farge. Du kan velge en du har laget for et annet produkt, eller legge inn \r\nen ny spesifikasjon.Spesifikasjon
\r\n
Verdien av spesifikasjonen. F.eks, om du \r\nvelger høyde som Label, da kan du legge inn en verdi som \"18\"Enhet
\r\n
Enheten for å måle denne spesifikasjonen. F.eks. om \r\ndu velger høyde som Label, vil kanskje enheten være \"cm\"Legg til en ny Spesifikasjon?
',1046040748); INSERT INTO international VALUES (41,'Product',12,'
Om du ønsker å legge til en \r\nny spesifikasjon så velg \"Ja\".Egenskaper er salgsargumenter for produktet. F.eks. argumenter for å kjøpe \r\nditt produkt. Egenskaper resulterer ofte i fordeler, så kankje du vil legge til \r\nnoen fordeler til dette produktet.
\r\nEgenskap
\r\n
Du kan legge til en ny egenskap eller velge en \r\nsom er lagt til et annet produkt.Legg til en ny egenskap?
',1046040683); INSERT INTO international VALUES (39,'Product',12,'
Om du ønsker å legge til en ny \r\nEgenskap så velger du \"Ja\"WebGUI har et produkt management system bygget inn som setter deg i stand til \r\nå publisere dine produkter og tjenester til WEB siden, raskt og enkelt.
\r\nTemplate
\r\n
Velg et utseende for publiseringen av dette \r\nproduktet.Pris
\r\n
Prisen på produktet. Du kan eventuelt skrive en \r\ntekst som \"Ring for Pris\", eller du kan la det være tomt.Produkt nummer
\r\n
Produktnummeret, varenummeret, ISBN, eller \r\nen annen identifikator.Produkt Bilde 1
\r\n
Et bilde av produktetProdukt Bilde 2
\r\n
Et bilde av produktetProdukt Bilde 3
\r\n
Et bilde av produktetBrosjyre
\r\n
Brosjyren av produktet.Manual
\r\n
Produkt, bruker eller service-manual til \r\nproduktet.Garanti
',1046040623); INSERT INTO international VALUES (71,'Poll',12,'\r\n
Garantivilkår for produktet.Avstemning kan brukes for å få frem meningen til dine besøkende på \r\nforskjellige temaer.
\r\nAktiv
\r\n
If this box is checked, then users will be able to \r\nvote. Otherwise they\'ll only be able to see the results of the poll.Hvem kan stemme?
\r\n
Choose a group that can vote on this \r\nPoll.Karma Pr Stemme
\r\n
How much karma should be given to a user \r\nwhen they vote?Graf Bredde
\r\n
The width of the poll results graph. The \r\nwidth is measured in pixels.Spørsmål
\r\n
What is the question you\'d like to ask your \r\nusers?Svar
\r\n
Enter the possible answers to your question. Enter \r\nonly one answer per line. Polls are only capable of 20 possible answers.Tilfeldig rekkefølge på svar?
\r\n
In order to be sure that \r\nthe ordering of the answers in the poll does not bias your users, it is often \r\nhelpful to present the options in a random order each time they are shown. \r\nSelect \"yes\" to randomize the answers on the poll.Tilbakestill Stemmer.
\r\n
Reset the votes on this Poll.--------------------------------------------------------------------------------
\r\n
Note: \r\nThe following style sheet entries are custom to the Poll wobject:.pollAnswer
\r\n
An answer on a poll. \r\n
.pollColor
The color of the percentage bar on a \r\npoll..pollQuestion
',1046040541); INSERT INTO international VALUES (74,'MessageBoard',12,'\r\n
The question on a poll.\r\n
De følgende er en liste over Template variabler som er tilgjengelige i \r\nMeldings Templates.
\r\n
canPost
A conditional indicating \r\nwhether the current user has the privileges to post a new message.post.url
\r\n
The URL to post a new message.post.label
\r\n
The translated label for the post URL.search.url
\r\n
The URL to search this message board.search.label
\r\n
The translated label for the search URL. \r\nsubject.label
\r\n
The translated label for the subject \r\ncolumn.user.label
\r\n
The translated label for the user column.date.label
\r\n
The translated label for the date column.views.label
\r\n
The translated label for the views column. \r\nreplies.label
\r\n
The translated label for the replies \r\ncolumn.last.label
\r\n
The translated label for the last reply \r\ncolumn.message_loop
\r\n
The loop containing each message.last.url
\r\n
The URL to the last reply to this message. \r\n
last.subject
The subject on the last reply to this message.last.username
\r\n
The username who posted the last reply to \r\nthis message.last.userProfile
\r\n
The URL to the profile of the user who \r\nposted the last reply to this message.last.date
\r\n
The date that the last reply to this message \r\nwas posted.message.subject
\r\n
The subject of this message.message.date
\r\n
The date that this message was posted.message.user
\r\n
The user that posted this message.message.views
\r\n
The views that this message has received. \r\nmessage.replies
\r\n
The number of replies to this thread. \r\nmessage.url
\r\n
The URL to view this message.message.currentUser
\r\n
A condition indicating whether the \r\ncurrent user is also the user that posted this message.message.status
\r\n
The status of this message (pending, \r\napproved, denied).\r\n
firstPage
A link to the first page in the paginator. \r\nlastPage
\r\n
A link to the last page in the paginator.nextPage
\r\n
A link to the next page forward in the \r\npaginator.previousPage
\r\n
A link to the next page backward in the \r\npaginator.pageList
\r\n
A list of links to all the pages in the \r\npaginator.multiplePages
',1046040410); INSERT INTO international VALUES (72,'MailForm',12,'\r\n
A conditional indicating whether there is \r\nmore than one page in the paginator.You may add as many additional fields to your Mail Form as you like.
\r\nFelt Navn
\r\n
Navnet må være unikt blant navnet på felter i \r\ndette skjemaet.
Status
Skjulte felt vil ikke være \r\nsynelige for brukeren, men vil sendes sammen med ePosten.
Synlige felt vil \r\nvære synlige, men vil ikke kunne redigeres.
Redigerbare felt kan endres av \r\nbruker.
Om du velger skjult eller synlig, så oppgi en \r\nstandardverdi(Viktig)Type
\r\n
Velg skjemaelement for dette feltet. Du kan velge \r\nmellom:
URL: En tekstboks som vil automormatere URL\'r som skrives \r\ninn.
Tekstboks: Standard tekstboks
Dato: En tekstboks med en popup for \r\nvalg av dato.
Ja/Nei: Et sett av Ja/Nei valg knapper
ePost-Adresse: En \r\ntekstboks som kreve inntasting av en gyldig ePost adresse.
TekstOmråde: Et \r\nenkelt ommråde for inntasting av tekst.
Avkryssningsboks: En enkel \r\navkryssningsboks.
Rullegardin boks: En Rullegardinboks. Bruk Mulige Verdier \r\nfeltet for å angi valgene som denne boksen skal vise. Skriv et valg pr. \r\nlinje.
Mulige Verdier
Dette feltet er bare brukt i \r\nrullegardin boks typen. Bruk Mulige Verdier feltet for å angi valgene som denne \r\nboksen skal vise. Skriv et valg pr. linje.
Standard Valg \r\n(Valgfritt)
Skriv inn standardverdi (om noen) for dette feltet. For \r\nJa/Nei, Skriv Ja, for å velge \"Ja\" og \"Nei\" for å velge \"Nei\". For \r\navkryssningsboks felter skriv \"Checked\" for å markere boksen.Fortsett til Legg Til Flere Felter?
',1046039774); INSERT INTO international VALUES (71,'MailForm',12,'\r\n
La denne bokse være \r\navkrysset om du ønsker å legge til flere felter etter at du har lagt til \r\ndette.This wobject creates a simple form that will email an email address when it \r\nis filled out.
\r\nBredde
\r\n
The width of all fields in the form. The default \r\nvalue is 45.
Fra, Til, Cc, Bcc, Emne
These \r\nfields control how the email will look when sent, and who it is sent to. You can \r\ngive your site visitors the ability to modify some or all of these fields, but \r\ntypically the only fields you will want the user to be able to modify \r\nare Fra and Emne. Use the drop-down options by each field to choose whether \r\nor not the user can see or modify that field.You may also choose to enter a WebGUI username or group in the To field, and \r\nthe email will be sent to the corresponding user or group.
\r\nBekreftelse
\r\n
This message will be displayed to the user \r\nafter they click \"Send\".Lagre sendte?
\r\n
If set to yes, when your mail form is \r\nsubmitted the entries will be saved to the database for later viewing. The tool \r\nto view these entries is not yet available, but when it is you will be able to \r\nview all entries from your form in a centralized location.Fortsett tl Legg til flere felter?
',1046038757); INSERT INTO international VALUES (76,'LinkList',12,'\r\n
Leave this checked if \r\nyou want to add additional fields to your form directly after creating \r\nit.Her følger en liste over template variabler som er tilgjengelige i Link List \r\nTemplates.
\r\naddlink.url
\r\n
URL\'n for å legge til en link i listen.addlink.label
\r\n
Den oversatte etiketten for addlink.urllink_loop
\r\n
Denne loop\'en inneholder all informasjon om \r\nhver enkelt link.link.url
\r\n
URL\'n for denne linkenlink.name
\r\n
Teksten som linkes.link.controls
\r\n
WebGUI\'s management kontroller for denne \r\nlinken.link.newwindow
\r\n
bryter for valg av om linken skal åpnes i \r\nnytt vindu eller ikke.link.description
',1046038537); INSERT INTO international VALUES (73,'LinkList',12,'\r\n
Beskrivelsen av linken.Title
\r\n
Teksten som vil bli linketURL
\r\n
WEB-siten det linkes til.Åpne i nytt vindu?
\r\n
Velg ja om du ønsker at denne linken \r\nskal åpnes i et nytt vindu.Beskrivelse
\r\n
Beskriv siden du linker til. Du kan hoppe \r\nover dette om du ønsker.Hva nå?
',1046038466); INSERT INTO international VALUES (71,'LinkList',12,'\r\n
La stå som default om du ønsker å legge til enda \r\nen link etter denne.Link Lists er akurat det som navnet tilsier, en liste med linker. Mange \r\nweb-sider har link lister, dette wobjectet automatiserer denne prosessen.
\r\nTemplate
\r\n
Velg en layout for dette Wobjectet.Hva nå?
',1046038395); INSERT INTO international VALUES (74,'Item',12,'\r\n
La denne stå til default om du ønsker å legge til \r\nen lik etter at link listen er laget.De følgende er en liste over Template variabler som kan benyttes i en Item \r\nTempate.
\r\n
attachment.name
The filename for the file attached to this item. \r\nattachment.url
\r\n
The URL to download the file attached to \r\nthis item.attachment.icon
',1046038340); INSERT INTO international VALUES (71,'Item',12,'\r\n
The URL to the icon for the file attached \r\nto this item.Som med Artikkler, er \r\nItems en allsidig del av WebGUI. De fleste stykker av statisk innhold kan legges \r\ntil ved hjelp av Items, men Items er vanligvis benyttet på mindre innhold enn \r\nartikkler.
\r\nLink \r\nURL.
\r\n
Denne URL\'n vil bli linket til tittelen på dette \r\nItem\'et.
Eksempel: http://www.google.comVedlegg
\r\n
Om du ønsker å \r\nlegge ved en tekstbehandlerfil, en .zip-fil eller en annen fil som kan lastes \r\nned av brukerene, så velg den fra harddisken din.Template
',1046038236); INSERT INTO international VALUES (76,'FileManager',12,'\r\n
Velg et utseende \r\nfor dette Item\'et.Dette er en liste over variabler som er tilgjengelig i FilBehandler \r\nTemplates.
\r\n
titleColumn.url
The URL to sort by \r\nthe title.titleColumn.label
\r\n
The translated label for the title. \r\ndescriptionColumn.label
\r\n
The translated label for the \r\ndescription.descriptionColumn.url
\r\n
The URL to sort by the description. \r\ndateColumn.label
\r\n
The translated label for the upload \r\ndate.dateColumn.url
\r\n
The URL to sort by the date uploaded.search.form
\r\n
WebGUI\'s power search form.search.url
\r\n
The URL to toggle search mode on and off.search.label
\r\n
The translated label for the search link. \r\naddfile.url
\r\n
The URL to add a file to the file manager. \r\naddfile.label
\r\n
The translated label for the add file link. \r\nfile_loop
\r\n
A loop containing the information about each \r\nfile uploaded to this file manager.file.canView
\r\n
A condition as to whether the current user \r\nhas the privileges to view this file.
file.controls
The WebGUI management \r\ncontrols for this file.file.title
\r\n
The title for this file.file.version1.name
\r\n
The filename for the first version of \r\nthis file.file.version1.url
\r\n
The download URL for the first version \r\nof this file.file.version1.icon
\r\n
The URL to the icon for the file type \r\nof the first version of this file.file.version1.size
\r\n
The storage size of the first version \r\nof this file.file.version1.type
\r\n
The type (or file extension) of the \r\nfirst version of this file.file.version1.thumbnail
\r\n
The URL to the thumbnail for the \r\nfirst version of this file.file.version1.isImage
\r\n
A conditional indicating whether \r\nthe first version of this file is an image or not.file.version2.name
\r\n
The filename for the second version of \r\nthis file.file.version2.url
\r\n
The download URL for the second version \r\nof this file.file.version2.icon
\r\n
The URL to the icon for the file type \r\nof the second version of this file.file.version2.size
\r\n
The storage size of the second version \r\nof this file.file.version2.type
\r\n
The type (or file extension) of the \r\nsecond version of this file.file.version2.thumbnail
\r\n
The URL to the thumbnail for the \r\nsecond version of this file.file.version2.isImage
\r\n
A conditional indicating whether \r\nthe second version of this file is an image or not.file.version3.name
\r\n
The filename for the third version of \r\nthis file.file.version3.url
\r\n
The download URL for the third version \r\nof this file.file.version3.icon
\r\n
The URL to the icon for the file type \r\nof the third version of this file.file.version3.size
\r\n
The storage size of the third version \r\nof this file.file.version3.type
\r\n
The type (or file extension) of the \r\nthird version of this file.file.version3.thumbnail
\r\n
The URL to the thumbnail for the \r\nthird version of this file.file.version3.isImage
\r\n
A conditional indicating whether \r\nthe third version of this file is an image or not.file.description
\r\n
The description of this file.file.date
\r\n
The date that this file was uploaded.file.time
\r\n
The time that this file was uploaded.\r\n
noresults.message
A translated message stating that \r\nthis file manager has no files for this user to view.noresults
\r\n
A conditional indicating whether there are any \r\nfiles for this user to view.firstPage
\r\n
A link to the first page in the paginator.lastPage
\r\n
A link to the last page in the paginator.nextPage
\r\n
A link to the next page forward in the \r\npaginator.previousPage
\r\n
A link to the next page backward in the \r\npaginator.pageList
\r\n
A list of links to all the pages in the \r\npaginator.multiplePages
',1046017969); INSERT INTO international VALUES (73,'FileManager',12,'\r\n
A conditional indicating whether there is \r\nmore than one page in the paginator.Fil Tittel
\r\n
Tittelen som vil vises for denne filen. Om den \r\ner blank vil filens navn brukes.File
\r\n
Velg en fil fra din harddisk som du vil laste \r\nopp.Alternativ Versjon #1
\r\n
En alternativ versjon av filen. \r\nF.eks. om filen var en .JPEG, så kan alternativet være TIFF eller BMP.Alternativ Versjon #2
\r\n
En alternativ versjon av filen. \r\nF.eks. om filen var en .JPEG, så kan alternativet være TIFF eller BMP.Kort Beskrivelse
\r\n
En kort beskrivelse av filen. Prøv å \r\nbenytte nøkkelord som det er naturlig å søke etter.Gruppe som kan Laste Ned
\r\n
Velg den gruppen som kan laste \r\nned denne filen.Hva nå?
',1046017744); INSERT INTO international VALUES (71,'FileManager',12,'\r\n
Om du ønsker å legge til en fil til etter denne, \r\nså velg \"Legg til Fil\", ellers velger du \"gå tilbake til side\".FilBehandleren er designet for å hjelpe deg å administrere filhhåndtering på \r\nWEB-stedet ditt. Den gir deg mulighet til å bestemme hvem som kan se på eller \r\nlaste ned filer fra WEB-stedet.
\r\nTemplate
\r\n
Velg et utseende for FilBehandleren.Sideskift Etter
\r\n
Hvor mange filer skal vises før listen \r\nsplittes på flere sider. Med andre ord! Hvor mange filer vises pr. side.Fortsett til Legg til Fil?
',1046017666); INSERT INTO international VALUES (77,'FAQ',12,'\r\n
Om du ønsker å legge til filer \r\nmed en gang, så la den stå merket.De følgende er en liste over Template Variabler som er tilgjengelige i FAQ \r\nTemplates.
\r\n
addquestion.url
The URL to add a question \r\nto the FAQ.addquestion.label
\r\n
The translated label for the add \r\nquestion link.qa_loop
\r\n
The loop containing the variables for each \r\nquestion in the FAQ.qa.id
\r\n
The unique identifier for this question. \r\n
qa.answer
The answer for this question.qa.question
\r\n
The question itself.qa.controls
',1046017610); INSERT INTO international VALUES (73,'FAQ',12,'\r\n
The WebGUI management controls for this \r\nquestionSpørsmål
\r\n
Legg til spørsmålet du vil skal dukke opp i \r\nFAQ.Svar
\r\n
Legg til svaret på spørsmålet du la inn over.Hva nå?
',1046016737); INSERT INTO international VALUES (71,'FAQ',12,'\r\n
Om du ønsker å legge inn et spørsmål til, da lar \r\ndu denne stå på standardvalget.Det virker som om alle WEB steder, intranett eller ekstranett i verden har en \r\negen Frequently Asked Questions seksjon. Dette wobjectet hjelper deg med å lage \r\net.
\r\nTemplate
\r\n
Velg et utseende på denne FAQ.Hva Nå?
\r\n
Velg \"Legg Til Spørsmål\" om du ønsker å legge til \r\net nytt spørsmål etter dette.VIKTIG: Den følgende style er spesifikk til FAQ i en del av \r\nde innebyggede Templatene.
\r\n.faqQuestion
',1046016671); INSERT INTO international VALUES (71,'ExtraColumn',12,'\r\n
Et FAQ spørsmål. For å skille det fra et \r\nsvar.Ekstra kolonner lar deg endre utseende på KUN en side. Om du ønsker å benytte \r\nflere kolonner på alle sider, bør du kanskje vurdere å endre \"style\" som hører \r\ntil sidene dine eller velge en Template i steden for en ekstra kolonne. WebGUI \r\nlegger opp til at denne forsvinner som valg etterhvert.
\r\nKolonner er alltid lagt til fra venstre mot høyre. Eksisterende innhold på \r\nsiden vil derfor havne på venstre side av den nye kolonnen.
\r\nSpacer
\r\n
Spacer er denekstra avstanden mellom ditt \r\neksisterende innhold og den nye kolonnen. Den måles i pixels.Bredde
\r\n
Bredde er den faktiske bredden av kolonnen som \r\nlegges til. Den måles i pixels.StyleSheet Class
',1046016585); INSERT INTO international VALUES (97,'EventsCalendar',12,'\r\n
Som standard vil \"content\" style (som er \r\nden style som benyttes på alt innhold \"body\" som siten din benytter) bli \r\nbenyttet til alle kolonner. Men om du har laget en egen style spesielt for \r\nkolonner, så benytt gjerne den.De følgende er en liste over Template variabler som kan benyttes i Event \r\nTemplates.
\r\ntitle
\r\n
The title of this event.start.label
\r\n
The translated label for the start date.start.date
\r\n
The date this event starts.end.date
\r\n
The date this event ends.end.label
\r\n
The translated label for the end date.canEdit
\r\n
A condition indicating whether the current user \r\ncan edit an event.edit.url
\r\n
The URL to edit this event.edit.label
\r\n
The translated label for the edit URL.delete.url
\r\n
The URL to delete this event.delete.label
\r\n
The translated label for the delete URL. \r\nprevious.url
\r\n
The URL to view the event before this one. \r\nprevious.label
\r\n
The translated label for the previous URL. \r\nnext.label
\r\n
The translated label for the next URL.next.url
\r\n
The URL to view the event after this one.description
',1046016475); INSERT INTO international VALUES (95,'EventsCalendar',12,'\r\n
The description of this event.The following template variables are available for you to customize your \r\nevents calendar.
\r\n
addevent.url
The URL to add an \r\nevent to the calendar.addevent.label
\r\n
The translated label for the add event \r\nlink.calendar.big
\r\n
A full page calendar.calendar.small
\r\n
A small calendar showing only dates.calendar.firstPage
\r\n
A link to the first page of the \r\ncalendar pagination.calendar.lastPage
\r\n
A link to the last page of the calendar \r\npagination.calendar.nextPage
\r\n
A link to the next page forward in the \r\ncalendar pagination.calendar.previousPage
\r\n
A link to the next page backward in \r\nthe calendar pagination.calendar.pageList
\r\n
A list of links to all the pages in the \r\ncalendar pagination.calendar.multiplePages
\r\n
A conditional variable indicating \r\nwhether there is more than one page in the calendar pagination.list_loop
\r\n
A loop containing the list view of an events \r\ncalendar.list.date
\r\n
The date of this event.
\r\n
list.title
The title of this event.list.description
\r\n
The description of this event.list.sameAsPrevious
\r\n
A conditional indicating whether the \r\nthis event has the same date as the last event.list.url
\r\n
The URL to the full page view of this event. \r\nlist.controls
\r\n
The WebGUI management controls for this \r\nevent.\r\n
list.firstPage
A link to the first page of the \r\npagination.list.lastPage
\r\n
A link to the last page of the pagination. \r\nlist.nextPage
\r\n
A link to the next page forward in the \r\npagination.list.previousPage
\r\n
A link to the next page backward in the \r\npagination.list.pageList
\r\n
A list of links to all the pages in the \r\npagination.list.multiplePages
',1046016290); INSERT INTO international VALUES (73,'EventsCalendar',12,'\r\n
A conditional variable indicating \r\nwhether there is more than one page in the pagination.Tittel
\r\n
Tittelen på denne HendelsenBeskrivelse
\r\n
Beskriver denne Hendelsen eller informasjon \r\nom hvor den foregår ....Start Dato
\r\n
På hvilken dato vil Hendelsen Starte?Slutt Dato
\r\n
På hvilken dato vil Hendelsen Slutte?Gjentaes hver
\r\n
Velg et gjentakelses intervall for \r\nHendelsen.Hva Nå?
',1046016111); INSERT INTO international VALUES (71,'EventsCalendar',12,'\r\n
Velg \"Legg Til Hendelse\" om du ønsker å Legge Til \r\nen ny Hendelse, eller velg \" Gå Tilbake Til Side\".Hendelse kalender er ofte benyttet på mange intranett for å holde orden på \r\ninterne datoer som gjelder hele organisasjonen. Likeså er hendelses kalendere på \r\noffentlige web-sider en flott måte å la brukerene få vite hva som er planlagte \r\nhendelser i tiden fremover.
\r\nMain Template
\r\n
Choose a layout for the events calendar. \r\nHendelse Template
\r\n
Choose a layout for the individual \r\nevents within the calendars.Start Måned
\r\n
Choose the start month for your calendar. If \r\nyou choose \"current\" the calendar will always start on the current month, \r\ntherefore it will change from month to month. If you choose \"first in the \r\ncalendar\" then it will start at whatever the earliest date in the calendar is. \r\nSlutt Måned
\r\n
Choose the end month for your calendar. If \r\nyou choose \"show X months from start\", then only X months worth of information \r\nwill ever be displayed. If you choose \"current\" then the calendar will end on \r\nthe month you are currently in. If you choose \"last in calendar\" then the \r\ncalendar will end on the last date entered into the calendar.Standard Måned
\r\n
Choose which month for this calendar to \r\nstart on when a visitor comes to the page containing the calendar.Sideskift Etter
\r\n
When using a list-style calendar, how \r\nmany events should be shown per page?Fortsett til Legg til Hendelse?
\r\n
Leave this set to yes if \r\nyou want to add events to the Events Calendar directly after creating it.Note: Events that have already happened will not be displayed on the events \r\ncalendar.
\r\n
--------------------------------------------------------------------------------
Note: ',1046016011); INSERT INTO international VALUES (73,'Article',12,'De følgende Template variablene er tilgjengelige for artikkel templates.
\r\n',1046015883); INSERT INTO international VALUES (888,'WebGUI',12,'Snippet forhåndsvisnings lengde',1046015056); INSERT INTO international VALUES (886,'WebGUI',12,'Skjule fra Navigasjon?',1046014989); INSERT INTO international VALUES (885,'WebGUI',12,'Tilate bruker å deaktivere deres konto?',1046014960); INSERT INTO international VALUES (884,'WebGUI',12,'Pop Up',1046014920); INSERT INTO international VALUES (883,'WebGUI',12,'Inline (når supportert)',1046014895); INSERT INTO international VALUES (882,'WebGUI',12,'Editor Modus',1046014871); INSERT INTO international VALUES (881,'WebGUI',12,'Ingen',1046014857); INSERT INTO international VALUES (880,'WebGUI',12,'Siste utvei Editor',1046014845); INSERT INTO international VALUES (821,'WebGUI',12,'Alle',1046014817); INSERT INTO international VALUES (782,'WebGUI',12,'Alle',1046014785); INSERT INTO international VALUES (879,'WebGUI',12,'Klassisk Editor (Internet Explorer 5+)',1045844650); INSERT INTO international VALUES (878,'WebGUI',12,'Du abbonerer ikke på noen Tråder.',1045844583); INSERT INTO international VALUES (877,'WebGUI',12,'Tråder som abboneres på',1045844557); INSERT INTO international VALUES (876,'WebGUI',12,'Vis abbonerte Tråder.',1045844514); INSERT INTO international VALUES (875,'WebGUI',12,'En ny Melding er postet til et av Trådene du abbonerer på.',1045844490); INSERT INTO international VALUES (874,'WebGUI',12,'Ikke abboner på Tråd',1045844441); INSERT INTO international VALUES (873,'WebGUI',12,'Abboner på Tråd',1045844403); INSERT INTO international VALUES (872,'WebGUI',12,'Hvem kan se på?',1045844388); INSERT INTO international VALUES (871,'WebGUI',12,'Hvem kan Redigere?',1045844374); INSERT INTO international VALUES (870,'WebGUI',12,'Velkommen',1045844362); INSERT INTO international VALUES (869,'WebGUI',12,'Velkomst Melding',1045844352); INSERT INTO international VALUES (868,'WebGUI',12,'Send Velkomst Melding?',1045844339); INSERT INTO international VALUES (867,'WebGUI',12,'Tap av privilegier',1045844323); INSERT INTO international VALUES (866,'WebGUI',12,'Utløps dato melding',1045844299); INSERT INTO international VALUES (865,'WebGUI',12,'Gi bruker beskjed om utløpsdato?',1045844273); INSERT INTO international VALUES (864,'WebGUI',12,'Utløps beskjed utsettelse',1045844237); INSERT INTO international VALUES (863,'WebGUI',12,'Slett Offset',1045844203); INSERT INTO international VALUES (862,'WebGUI',12,'Denne brukers profil er ikke offentlig.',1045844182); INSERT INTO international VALUES (861,'WebGUI',12,'Publisere Profil?',1045844109); INSERT INTO international VALUES (860,'WebGUI',12,'Publisere ePost adresse?',1045844092); INSERT INTO international VALUES (859,'WebGUI',12,'Signatur',1045844065); INSERT INTO international VALUES (858,'WebGUI',12,'Alias',1045844056); INSERT INTO international VALUES (857,'WebGUI',12,'IP Adresse',1045844049); INSERT INTO international VALUES (855,'WebGUI',12,'Vis alle Templates.',1045785290); INSERT INTO international VALUES (854,'WebGUI',12,'Vis alle Templates av denne type.',1045785275); INSERT INTO international VALUES (853,'WebGUI',12,'Slett denne Template.',1045785219); INSERT INTO international VALUES (852,'WebGUI',12,'Kopier denne Template.',1045785206); INSERT INTO international VALUES (851,'WebGUI',12,'Rediger denne Template.',1045785192); INSERT INTO international VALUES (848,'WebGUI',12,'Det er en syntaks feil i denne Templaten. Foreta rettelse.',1045785177); INSERT INTO international VALUES (847,'WebGUI',12,'Gå Tilbake til gjeldende Side.',1045785123); INSERT INTO international VALUES (837,'WebGUI',12,'Mappe, Legg Til/Rediger',1045784668); INSERT INTO international VALUES (835,'WebGUI',12,'Snippet, Legg Til/Rediger',1045784356); INSERT INTO international VALUES (833,'WebGUI',12,'Fil, Legg Til/Rediger',1045784153); INSERT INTO international VALUES (829,'WebGUI',12,'Side Template',1045783748); INSERT INTO international VALUES (825,'WebGUI',12,'Template, Språk',1045783441); INSERT INTO international VALUES (824,'WebGUI',12,'ePost bunntekst',1045780043); INSERT INTO international VALUES (823,'WebGUI',12,'Gå til den nye Siden.',1045780027); INSERT INTO international VALUES (820,'WebGUI',12,'Din konto er ikke aktivert. Du kan derfor ikke logge inn før den er aktivert, noe som bare kan gjøres av en administrator.',1045779974); INSERT INTO international VALUES (819,'WebGUI',12,'bruker-Deaktivert',1045779900); INSERT INTO international VALUES (818,'WebGUI',12,'Deaktivert',1045779863); INSERT INTO international VALUES (817,'WebGUI',12,'Aktiv',1045779851); INSERT INTO international VALUES (816,'WebGUI',12,'Status',1045779841); INSERT INTO international VALUES (815,'WebGUI',12,'Filen du prøvde å laste opp er for stor.',1045779832); INSERT INTO international VALUES (814,'WebGUI',12,'Tilbake til Styles.',1045779800); INSERT INTO international VALUES (812,'WebGUI',12,'Din melding er sendt.',1045779786); INSERT INTO international VALUES (811,'WebGUI',12,'Fra',1045779766); INSERT INTO international VALUES (810,'WebGUI',12,'Send',1045779758); INSERT INTO international VALUES (809,'WebGUI',12,'ePost Gruppe',1045779746); INSERT INTO international VALUES (808,'WebGUI',12,'Send ePost til denne gruppen.',1045779731); INSERT INTO international VALUES (807,'WebGUI',12,'Håndtere gruppene i denne gruppen.',1045779706); INSERT INTO international VALUES (806,'WebGUI',12,'Slett denne Gruppen.',1045779676); INSERT INTO international VALUES (805,'WebGUI',12,'Slett denne Style.',1045779664); INSERT INTO international VALUES (803,'WebGUI',12,'Rediger denne Style.',1045779651); INSERT INTO international VALUES (802,'WebGUI',12,'WebGUI tar ikke vare på side statistikker for øyeblikket. Du kan slå på denne funksjonen under instillinger.',1045779629); INSERT INTO international VALUES (801,'WebGUI',12,'Wobject samspill',1045779549); INSERT INTO international VALUES (800,'WebGUI',12,'Unike besøkende',1045779376); INSERT INTO international VALUES (799,'WebGUI',12,'Side Visning',1045779326); INSERT INTO international VALUES (798,'WebGUI',12,'Side Tittel',1045779211); INSERT INTO international VALUES (797,'WebGUI',12,'Vis Trafikk Statistikker.',1045779200); INSERT INTO international VALUES (796,'WebGUI',12,'Vis Side Statistikker.',1045779182); INSERT INTO international VALUES (795,'WebGUI',12,'Roots',1045779154); INSERT INTO international VALUES (794,'WebGUI',12,'Pakker',1045779145); INSERT INTO international VALUES (793,'WebGUI',12,'Deler av Collateral',1045779135); INSERT INTO international VALUES (792,'WebGUI',12,'Templates',1045778783); INSERT INTO international VALUES (791,'WebGUI',12,'Slett denne Oversettelsen.',1045778773); INSERT INTO international VALUES (790,'WebGUI',12,'Slett denne profilkategorien.',1045778755); INSERT INTO international VALUES (789,'WebGUI',12,'Rediger denne profil kategorien.',1045778739); INSERT INTO international VALUES (788,'WebGUI',12,'Slett dette profil feltet.',1045778721); INSERT INTO international VALUES (787,'WebGUI',12,'Rediger dette profil feltet.',1045778706); INSERT INTO international VALUES (786,'WebGUI',12,'WebGUI\'s collateral håndteringssystem lar deg laste opp bilder og tekst til en sentral plassering for bruk andre plasser i ditt inhold.',1045778682); INSERT INTO international VALUES (785,'WebGUI',12,'Collateral, Håndtere',1045778608); INSERT INTO international VALUES (784,'WebGUI',12,'Tittebilde',1045778591); INSERT INTO international VALUES (783,'WebGUI',12,'Skriv',1045778581); INSERT INTO international VALUES (781,'WebGUI',12,'Snippet',1045778527); INSERT INTO international VALUES (780,'WebGUI',12,'Fil',1045778518); INSERT INTO international VALUES (779,'WebGUI',12,'Bilde',1045778510); INSERT INTO international VALUES (778,'WebGUI',12,'Mappe Beskrivelse',1045778502); INSERT INTO international VALUES (776,'WebGUI',12,'Rediger en Mappe',1045778491); INSERT INTO international VALUES (775,'WebGUI',12,'Er du sikker på at du vil slette denne Mappen og flytte alt innholdet til mappen over?',1045778480); INSERT INTO international VALUES (774,'WebGUI',12,'Er du sikker på at du vil slette dette Collateral? De kan ikke hentes frem igjen når det er slettet.',1045778429); INSERT INTO international VALUES (773,'WebGUI',12,'Fil',1045778378); INSERT INTO international VALUES (772,'WebGUI',12,'Rediger Fil',1045778370); INSERT INTO international VALUES (771,'WebGUI',12,'Snippet',1045778360); INSERT INTO international VALUES (770,'WebGUI',12,'Rediger Snippet',1045778351); INSERT INTO international VALUES (769,'WebGUI',12,'Organiser i Mappe',1045778339); INSERT INTO international VALUES (768,'WebGUI',12,'Navn',1045778325); INSERT INTO international VALUES (765,'WebGUI',12,'Slett denne Collateral enheten.',1045778315); INSERT INTO international VALUES (764,'WebGUI',12,'Rediger denne Collateral enheten. ',1045778298); INSERT INTO international VALUES (763,'WebGUI',12,'Legg Til Snippet',1045778231); INSERT INTO international VALUES (232,'WebGUI',12,'Mangler emne',1045699714); INSERT INTO international VALUES (237,'WebGUI',12,'Emne:',1045699665); INSERT INTO international VALUES (229,'WebGUI',12,'Emne',1045699639); INSERT INTO international VALUES (762,'WebGUI',12,'Legg Til en Fil.',1045699402); INSERT INTO international VALUES (761,'WebGUI',12,'Legg Til Bilde.',1045699389); INSERT INTO international VALUES (760,'WebGUI',12,'Slett denne Mappen.',1045699374); INSERT INTO international VALUES (758,'WebGUI',12,'Legg Til en Mappe.',1045699360); INSERT INTO international VALUES (757,'WebGUI',12,'Håndtere Collateral',1045699345); INSERT INTO international VALUES (756,'WebGUI',12,'Tilbake til Gruppe Listen.',1045699301); INSERT INTO international VALUES (754,'WebGUI',12,'Håndtere brukerene i denne Gruppen.',1045699284); INSERT INTO international VALUES (753,'WebGUI',12,'Rediger denne Gruppen.',1045699253); INSERT INTO international VALUES (752,'WebGUI',12,'Vis denne brukerens profil.',1045699239); INSERT INTO international VALUES (751,'WebGUI',12,'Bli denne Brukeren.',1045699212); INSERT INTO international VALUES (750,'WebGUI',12,'Slett denne Brukeren.',1045699187); INSERT INTO international VALUES (749,'WebGUI',12,'Slå på Side statistikker?',1045699170); INSERT INTO international VALUES (748,'WebGUI',12,'Antall Brukere',1045699101); INSERT INTO international VALUES (747,'WebGUI',12,'Brukernavn kan kun inneholde alfa-numeriske tegn.',1045699087); INSERT INTO international VALUES (746,'WebGUI',12,'Verktøyrad Ikoner',1045699040); INSERT INTO international VALUES (745,'WebGUI',12,'Gå tilbake til Siden.',1045698993); INSERT INTO international VALUES (744,'WebGUI',12,'Hva nå?',1045698978); INSERT INTO international VALUES (743,'WebGUI',12,'Du må oppgi en gyldig ePost adresse for å kunne gjennoprette passordet ditt.',1045698962); INSERT INTO international VALUES (742,'WebGUI',12,'Håndtere Templates.',1045698907); INSERT INTO international VALUES (741,'WebGUI',12,'Rediger denne Template.',1045698892); INSERT INTO international VALUES (739,'WebGUI',12,'UI Nivå',1045683862); INSERT INTO international VALUES (738,'WebGUI',12,'9 Guru',1045683847); INSERT INTO international VALUES (737,'WebGUI',12,'8 Mester',1045683838); INSERT INTO international VALUES (736,'WebGUI',12,'7 Ekspert',1045683829); INSERT INTO international VALUES (735,'WebGUI',12,'6 Profesjonell',1045683817); INSERT INTO international VALUES (734,'WebGUI',12,'5 Dyktig',1045683774); INSERT INTO international VALUES (733,'WebGUI',12,'4 Erfaren',1045683696); INSERT INTO international VALUES (732,'WebGUI',12,'3 Erfaren',1045683661); INSERT INTO international VALUES (731,'WebGUI',12,'2 Trenet',1045683649); INSERT INTO international VALUES (730,'WebGUI',12,'1 Uerfaren',1045683636); INSERT INTO international VALUES (729,'WebGUI',12,'0 Nybegynner',1045683564); INSERT INTO international VALUES (728,'WebGUI',12,'Er du sikker på at du vil slette denne filen?',1045683476); INSERT INTO international VALUES (725,'WebGUI',12,'Ditt brukernavn kan ikke være blankt.',1045683439); INSERT INTO international VALUES (724,'WebGUI',12,'Ditt brukernavn kan ikke begynne eller slutte med mellomrom.',1045676209); INSERT INTO international VALUES (723,'WebGUI',12,'Anbefales ikke',1045676170); INSERT INTO international VALUES (722,'WebGUI',12,'Id',1045676064); INSERT INTO international VALUES (721,'WebGUI',12,'NavnOmråde',1045676053); INSERT INTO international VALUES (720,'WebGUI',12,'OK',1045675981); INSERT INTO international VALUES (719,'WebGUI',12,'Utgått på Dato',1045675972); INSERT INTO international VALUES (718,'WebGUI',12,'Eksporter denne Oversettelsen.',1045675932); INSERT INTO international VALUES (717,'WebGUI',12,'Logg Ut',1045675909); INSERT INTO international VALUES (716,'WebGUI',12,'Logg Inn',1045675897); INSERT INTO international VALUES (715,'WebGUI',12,'Redirect URL',1045675886); INSERT INTO international VALUES (704,'WebGUI',12,'Sekund(er)',1045675813); INSERT INTO international VALUES (697,'WebGUI',12,'Karma, i Bruk',1045675800); INSERT INTO international VALUES (696,'WebGUI',12,'Søppel, Tøm',1045675786); INSERT INTO international VALUES (685,'WebGUI',12,'Template, Slette',1045675771); INSERT INTO international VALUES (683,'WebGUI',12,'Templates, Håndtere',1045675760); INSERT INTO international VALUES (682,'WebGUI',12,'Bruker Profil, Rediger',1045675700); INSERT INTO international VALUES (681,'WebGUI',12,'Pakker, Opprett',1045675685); INSERT INTO international VALUES (680,'WebGUI',12,'Pakker, Legg Til',1045675668); INSERT INTO international VALUES (679,'WebGUI',12,'Innholds Innstillinger, Rediger',1045675653); INSERT INTO international VALUES (678,'WebGUI',12,'Root, Håndtere',1045675629); INSERT INTO international VALUES (675,'WebGUI',12,'Søke motor, i Bruk',1045675587); INSERT INTO international VALUES (674,'WebGUI',12,'Forskjellige instillinger, Rediger',1045675562); INSERT INTO international VALUES (672,'WebGUI',12,'Profil Instillinger, Rediger',1045675536); INSERT INTO international VALUES (670,'WebGUI',12,'Bilde, Legg Til/Rediger',1045675483); INSERT INTO international VALUES (667,'WebGUI',12,'Gruppe, Legg Til/Rediger',1045675398); INSERT INTO international VALUES (666,'WebGUI',12,'Style, Legg Til/Rediger',1045675374); INSERT INTO international VALUES (665,'WebGUI',12,'Gruppe, Slette',1045675357); INSERT INTO international VALUES (664,'WebGUI',12,'Wobject, Slette',1045675345); INSERT INTO international VALUES (663,'WebGUI',12,'ePost instillinger, Redigere',1045675332); INSERT INTO international VALUES (662,'WebGUI',12,'Instillinger, Håndtere',1045675296); INSERT INTO international VALUES (661,'WebGUI',12,'Fil Instillinger, Redigere',1045675281); INSERT INTO international VALUES (660,'WebGUI',12,'Grupper, Håndtere',1045675265); INSERT INTO international VALUES (684,'WebGUI',12,'Template, Legg Til/redigere',1045675247); INSERT INTO international VALUES (701,'WebGUI',12,'Uke(r)',1045675222); INSERT INTO international VALUES (703,'WebGUI',12,'År',1045675185); INSERT INTO international VALUES (699,'WebGUI',12,'Første dag i uken',1045675172); INSERT INTO international VALUES (707,'WebGUI',12,'Vise Debugging?',1045675156); INSERT INTO international VALUES (705,'WebGUI',12,'Minutt(er)',1045674752); INSERT INTO international VALUES (700,'WebGUI',12,'Dag(er)',1045674740); INSERT INTO international VALUES (702,'WebGUI',12,'Måned(er)',1045674589); INSERT INTO international VALUES (706,'WebGUI',12,'Time(r)',1045674572); INSERT INTO international VALUES (759,'WebGUI',12,'Rediger denne mappe.',1045674556); INSERT INTO international VALUES (76,'WebGUI',12,'EPost adressen er ikke i vår database.',1045674528); INSERT INTO international VALUES (75,'WebGUI',12,'Din konto Informasjon er sendt til din ePost adresse.',1045674492); INSERT INTO international VALUES (73,'WebGUI',12,'Logg Inn.',1045674455); INSERT INTO international VALUES (74,'WebGUI',12,'Konto Informasjon',1045674438); INSERT INTO international VALUES (72,'WebGUI',12,'Gjenoppret',1045674424); INSERT INTO international VALUES (71,'WebGUI',12,'Gjennoprett Passord',1045674399); INSERT INTO international VALUES (70,'WebGUI',12,'Feil',1045674383); INSERT INTO international VALUES (69,'WebGUI',12,'Ta kontakt med din system administrator for assistanse.',1045674371); INSERT INTO international VALUES (7,'WebGUI',12,'Håndtere Brukere.',1045674339); INSERT INTO international VALUES (68,'WebGUI',12,'Konto opplysningene du oppga er ikke gyldige. Enten finnes ikke kontoen, eller så er brukernavn/passord kombinasjonen ikke riktig,',1045613633); INSERT INTO international VALUES (67,'WebGUI',12,'Opprett ny konto.',1045613559); INSERT INTO international VALUES (80,'WebGUI',12,'Konto ble opprettet!',1045613527); INSERT INTO international VALUES (8,'WebGUI',12,'Vis side ikke funnet.',1045613491); INSERT INTO international VALUES (777,'WebGUI',12,'Folder id',1045613461); INSERT INTO international VALUES (77,'WebGUI',12,'Dette kontonavnet er allerede i bruk av et annet medlem på denne Web siden. Prøv et annet navn. Her er noen forslag:',1045613439); INSERT INTO international VALUES (856,'WebGUI',12,'Du har ingen konto innstillinger å redigere nå.',1045613364); INSERT INTO international VALUES (766,'WebGUI',12,'Tilbake til Collateral Listen.',1045613257); INSERT INTO international VALUES (767,'WebGUI',12,'Collateral ID',1045613231); INSERT INTO international VALUES (813,'WebGUI',12,'Grupper i denne Gruppen',1045613214); INSERT INTO international VALUES (804,'WebGUI',12,'Kopier denne Style',1045613184); INSERT INTO international VALUES (66,'WebGUI',12,'Logg Inn',1045613150); INSERT INTO international VALUES (659,'WebGUI',12,'Styles, Håndtere',1045613138); INSERT INTO international VALUES (658,'WebGUI',12,'Brukere, Håndtere',1045613124); INSERT INTO international VALUES (657,'WebGUI',12,'Bruker, Slett',1045613107); INSERT INTO international VALUES (656,'WebGUI',12,'Firma Informasjon, Rediger',1045613095); INSERT INTO international VALUES (655,'WebGUI',12,'Bruker, Legg Til/Rediger',1045613072); INSERT INTO international VALUES (654,'WebGUI',12,'Style, Slett',1045613056); INSERT INTO international VALUES (653,'WebGUI',12,'Side, Slett',1045613044); INSERT INTO international VALUES (652,'WebGUI',12,'Bruker Instillinger, Rediger',1045613032); INSERT INTO international VALUES (651,'WebGUI',12,'Om du velger å tømme søppla, vill alt innhold slettes permanent. Om du er usikker på noen enheter, kan det være lurt og klippe de til utklipstavlen før du tømmer søppelbøtta.',1045613010); INSERT INTO international VALUES (65,'WebGUI',12,'Slett min konto permanent.',1045612905); INSERT INTO international VALUES (642,'WebGUI',12,'Side, Legg Til/Rediger',1045612870); INSERT INTO international VALUES (640,'WebGUI',12,'Det er ingen god ide å slette Templates siden du aldrig er sikker på hvilken effekt det kan ha på sidene dine (kanskje noe innhold benytter Templaten).',1045612853); INSERT INTO international VALUES (638,'WebGUI',12,'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 exactly how you want it to look. ',1045612822); INSERT INTO international VALUES (64,'WebGUI',12,'Logg Ut.',1045612770); INSERT INTO international VALUES (633,'WebGUI',12,'Enkelt forklart så er roots sider uten noen sider over seg. Den første og viktigste root\'n i WebGUI er \"Home\" siden. Mange vil ikke legge til flere root sider, men noen vil. Disse brukerene vil lage flere root\'s av forskjellige grunner. Kanskje de vil lage et mellomlager eller testside for redaktører. Eller kanskje en skjult side med Admin verktøy. Eller en side for registrerte bruker som er medlem av en spesiell gruppe.',1045612736); INSERT INTO international VALUES (63,'WebGUI',12,'Slå Admin På.',1045612412); INSERT INTO international VALUES (627,'WebGUI',12,'Profiler benyttes for utfyllende informasjon om en spesiell bruker. I noen tilfeller er profiler viktige for et Web område, i andre ikke. Profiler er fullstendig fleksible, du kan legge til så mye informasjon som du ønsker til en profil.',1045612382); INSERT INTO international VALUES (620,'WebGUI',12,'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\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',1045612047); INSERT INTO international VALUES (62,'WebGUI',12,'Lagre',1045612031); INSERT INTO international VALUES (613,'WebGUI',12,'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\r\nAdmin\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\r\nVisitor\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\r\nAdd a new user.\r\nClick on this to go to the add user screen. \r\n\r\nSearch\r\nYou can search users based on username and email address. You can do partial searches too if you like.\r\n',1045611901); INSERT INTO international VALUES (61,'WebGUI',12,'Oppdater Konto Informasjon',1045611780); INSERT INTO international VALUES (609,'WebGUI',12,'Når du sletter en style, vil alle sider som benytter denne, automatisk bli tildelt standard Style. For å være sikker på at ikke visninger blir vanskelig, så pass på at ingen sider bruker den før sletting.\r\n\r\nSom med alle slette kommandoer vil du bli spurt om du vil bekrefte slettingen Om du svarer Ja vil slettingen bli permanent utført. Om du svarer Nei vil du bli returnert til forrige skjermbilde.',1045611754); INSERT INTO international VALUES (605,'WebGUI',12,'Legg Til Grupper',1045611149); INSERT INTO international VALUES (601,'WebGUI',12,'Internasjonal ID',1045611133); INSERT INTO international VALUES (60,'WebGUI',12,'Er du sikker på at du vil dekativere kontoen din? Om du fortsetter vil din konto informasjon slettes permanent.',1045611119); INSERT INTO international VALUES (6,'WebGUI',12,'Håndtere Styles.',1045611043); INSERT INTO international VALUES (598,'WebGUI',12,'Rediger Oversettelsen.',1045611027); INSERT INTO international VALUES (597,'WebGUI',12,'Rediger Internasjonal Melding',1045611010); INSERT INTO international VALUES (596,'WebGUI',12,'MANGLER',1045610985); INSERT INTO international VALUES (595,'WebGUI',12,'Internasjonale Meldinger',1045610972); INSERT INTO international VALUES (594,'WebGUI',12,'Oversett Meldinger.',1045610946); INSERT INTO international VALUES (593,'WebGUI',12,'Last opp Oversettelsen.',1045610929); INSERT INTO international VALUES (592,'WebGUI',12,'Karakter sett',1045610903); INSERT INTO international VALUES (591,'WebGUI',12,'Språk',1045610874); INSERT INTO international VALUES (590,'WebGUI',12,'Språk ID',1045610865); INSERT INTO international VALUES (59,'WebGUI',12,'Jeg har glemt mitt Passord.',1045610855); INSERT INTO international VALUES (589,'WebGUI',12,'Rediger Oversettelse',1045610829); INSERT INTO international VALUES (587,'WebGUI',12,'Er du sikker på at du vil slette dette språket og alle hjelp og internasjonale meldinger som følger med det?',1045610656); INSERT INTO international VALUES (586,'WebGUI',12,'Håndtere Oversettelser',1045610592); INSERT INTO international VALUES (585,'WebGUI',12,'Håndtere Oversettelser.',1045610565); INSERT INTO international VALUES (584,'WebGUI',12,'Legg Til Ny Oversettelse',1045610536); INSERT INTO international VALUES (583,'WebGUI',12,'Maksimun Bilde størrelse',1045610513); INSERT INTO international VALUES (582,'WebGUI',12,'La stå tom',1045610495); INSERT INTO international VALUES (581,'WebGUI',12,'Legg Til Ny Verdi',1045608298); INSERT INTO international VALUES (580,'WebGUI',12,'Din Melding er blitt avvist.',1045608281); INSERT INTO international VALUES (58,'WebGUI',12,'Jeg har allerede en konto.',1045608255); INSERT INTO international VALUES (579,'WebGUI',12,'Din Melding er Godkjent.',1045608238); INSERT INTO international VALUES (578,'WebGUI',12,'Du har en ventende melding til godkjenning.',1045608221); INSERT INTO international VALUES (577,'WebGUI',12,'Send Svar',1045608192); INSERT INTO international VALUES (576,'WebGUI',12,'Slett',1045608177); INSERT INTO international VALUES (575,'WebGUI',12,'Rediger',1045608170); INSERT INTO international VALUES (574,'WebGUI',12,'Avslå',1045608162); INSERT INTO international VALUES (573,'WebGUI',12,'La den vente',1045608152); INSERT INTO international VALUES (572,'WebGUI',12,'Godkjenn',1045608130); INSERT INTO international VALUES (571,'WebGUI',12,'Lås opp Tråden',1045608119); INSERT INTO international VALUES (570,'WebGUI',12,'Lås Tråden',1045608108); INSERT INTO international VALUES (569,'WebGUI',12,'Sensur Type',1045524364); INSERT INTO international VALUES (568,'WebGUI',12,'På etterskudd',1045524349); INSERT INTO international VALUES (567,'WebGUI',12,'På forhånd',1045524334); INSERT INTO international VALUES (566,'WebGUI',12,'Rediger TimeOut',1045524246); INSERT INTO international VALUES (565,'WebGUI',12,'Hvem kan sensurere?',1045524223); INSERT INTO international VALUES (564,'WebGUI',12,'Hvem kan sende/bidra?',1045524189); INSERT INTO international VALUES (563,'WebGUI',12,'Standard Status',1045524139); INSERT INTO international VALUES (562,'WebGUI',12,'Ventende',1045524127); INSERT INTO international VALUES (561,'WebGUI',12,'Avvist',1045524117); INSERT INTO international VALUES (560,'WebGUI',12,'Godkjent',1045524101); INSERT INTO international VALUES (56,'WebGUI',12,'ePost Adresse',1045524091); INSERT INTO international VALUES (559,'WebGUI',12,'Kjør Ved Registrering',1045524066); INSERT INTO international VALUES (558,'WebGUI',12,'Rediger Brukers Karma',1045524050); INSERT INTO international VALUES (557,'WebGUI',12,'Beskrivelse',1045524035); INSERT INTO international VALUES (556,'WebGUI',12,'Mengde',1045524024); INSERT INTO international VALUES (555,'WebGUI',12,'Rediger denne brukers Karma.',1045523971); INSERT INTO international VALUES (554,'WebGUI',12,'Ta Aksjon',1045523953); INSERT INTO international VALUES (553,'WebGUI',12,'Status',1045523940); INSERT INTO international VALUES (552,'WebGUI',12,'Ventende',1045523921); INSERT INTO international VALUES (551,'WebGUI',12,'Notis',1045523902); INSERT INTO international VALUES (543,'WebGUI',12,'Lag ny Bilde Gruppe.',1045523856); INSERT INTO international VALUES (542,'WebGUI',12,'Forrige..',1045523823); INSERT INTO international VALUES (541,'WebGUI',12,'Karma pr. Melding',1045523809); INSERT INTO international VALUES (540,'WebGUI',12,'Karma pr. LoggInn',1045523748); INSERT INTO international VALUES (54,'WebGUI',12,'Opprett Konto',1045523731); INSERT INTO international VALUES (539,'WebGUI',12,'Ta i Bruk Karma?',1045523708); INSERT INTO international VALUES (538,'WebGUI',12,'Karma terskel',1045523658); INSERT INTO international VALUES (537,'WebGUI',12,'Karma',1045523643); INSERT INTO international VALUES (536,'WebGUI',12,'En ny bruker ved navn ^@; har registrert seg.',1045523634); INSERT INTO international VALUES (535,'WebGUI',12,'Gruppe som skal ha beskjed ved ny bruker',1045523585); INSERT INTO international VALUES (534,'WebGUI',12,'Beskjed ved ny bruker?',1045523557); INSERT INTO international VALUES (533,'WebGUI',12,'uten desse ordene',1045523529); INSERT INTO international VALUES (532,'WebGUI',12,'med minst et av ordene',1045523480); INSERT INTO international VALUES (531,'WebGUI',12,'med eksakt dette innholdet',1045523457); INSERT INTO international VALUES (530,'WebGUI',12,'med ALLE ordene',1045523411); INSERT INTO international VALUES (53,'WebGUI',12,'Gjør Siden utskriftsvennlig',1045523387); INSERT INTO international VALUES (529,'WebGUI',12,'Resultater',1045523356); INSERT INTO international VALUES (528,'WebGUI',12,'Template Navn',1045523340); INSERT INTO international VALUES (527,'WebGUI',12,'Standard HjemmeSide',1045523327); INSERT INTO international VALUES (525,'WebGUI',12,'Rediger Innholds Instillinger',1045523295); INSERT INTO international VALUES (524,'Discussion',12,'Skal det legges Redigerings merke til Meldinger?',1045523268); INSERT INTO international VALUES (523,'WebGUI',12,'Beskjed',1045523230); INSERT INTO international VALUES (522,'WebGUI',12,'Jeg vil gjerne ha beskjed vha ICQ.',1045522699); INSERT INTO international VALUES (521,'WebGUI',12,'Jeg vil gjerne ha beskjed vha Epost til personsøker.',1045522671); INSERT INTO international VALUES (520,'WebGUI',12,'Jeg vil gjerne ha beskjed vha ePost.',1045522628); INSERT INTO international VALUES (52,'WebGUI',12,'logg inn',1045522594); INSERT INTO international VALUES (519,'WebGUI',12,'Jeg ønsker ikke å få beskjed.',1045522571); INSERT INTO international VALUES (518,'WebGUI',12,'Ny beskjed i innboks',1045522524); INSERT INTO international VALUES (517,'WebGUI',12,'Slå Av Admin!',1045522410); INSERT INTO international VALUES (516,'WebGUI',12,'Slå på Admin!',1045522396); INSERT INTO international VALUES (515,'WebGUI',12,'Skal det legges et redigerings stempel til meldinger?',1045522372); INSERT INTO international VALUES (514,'WebGUI',12,'Visninger',1045522311); INSERT INTO international VALUES (513,'WebGUI',12,'Forrige Tråd',1045522294); INSERT INTO international VALUES (512,'WebGUI',12,'Neste Tråd',1045522284); INSERT INTO international VALUES (511,'WebGUI',12,'Tråder',1045522271); INSERT INTO international VALUES (510,'WebGUI',12,'Flat',1045522220); INSERT INTO international VALUES (51,'WebGUI',12,'Passord',1045522208); INSERT INTO international VALUES (509,'WebGUI',12,'Diskusjons utseende.',1045522199); INSERT INTO international VALUES (508,'WebGUI',12,'Håndtere Templates.',1045522170); INSERT INTO international VALUES (507,'WebGUI',12,'Rediger Template',1045522154); INSERT INTO international VALUES (506,'WebGUI',12,'Håndtere Templates',1045522137); INSERT INTO international VALUES (505,'WebGUI',12,'Legg Til Ny Template.',1045522120); INSERT INTO international VALUES (504,'WebGUI',12,'Template',1045522105); INSERT INTO international VALUES (503,'WebGUI',12,'Template ID',1045522096); INSERT INTO international VALUES (502,'WebGUI',12,'Er du sikker på at du vil slette denne Templaten og la alle sider som bruker den til å benytte standard Template?',1045522086); INSERT INTO international VALUES (501,'WebGUI',12,'Body',1045522021); INSERT INTO international VALUES (500,'WebGUI',12,'Side ID',1045521996); INSERT INTO international VALUES (50,'WebGUI',12,'BrukerNavn',1045521987); INSERT INTO international VALUES (5,'WebGUI',12,'Håndtere Grupper',1045441715); INSERT INTO international VALUES (95,'WebGUI',12,'Hjelp Indeks',1045441670); INSERT INTO international VALUES (94,'WebGUI',12,'Se Også',1045441656); INSERT INTO international VALUES (93,'WebGUI',12,'Hjelp',1045441641); INSERT INTO international VALUES (92,'WebGUI',12,'Neste Side',1045441629); INSERT INTO international VALUES (91,'WebGUI',12,'Forrige Side',1045441613); INSERT INTO international VALUES (90,'WebGUI',12,'Legg Til ny Gruppe.',1045441594); INSERT INTO international VALUES (89,'WebGUI',12,'Grupper',1045441577); INSERT INTO international VALUES (88,'WebGUI',12,'Brukere i Gruppen',1045441566); INSERT INTO international VALUES (87,'WebGUI',12,'Rediger Gruppe',1045441527); INSERT INTO international VALUES (86,'WebGUI',12,'Er du sikker på at du vil slette denne gruppen? Vær klar over at å slette en gruppe er endelig og at alle privilegier knyttet til gruppen vil bli fjernet.',1045441515); INSERT INTO international VALUES (9,'WebGUI',12,'Vis Utklippstavle.',1045441426); INSERT INTO international VALUES (85,'WebGUI',12,'Beskrivelse',1045441400); INSERT INTO international VALUES (84,'WebGUI',12,'Gruppe Navn',1045441387); INSERT INTO international VALUES (81,'WebGUI',12,'Konto Oppdatert!',1045441372); INSERT INTO international VALUES (99,'WebGUI',12,'Tittel',1045441342); INSERT INTO international VALUES (5,'WobjectProxy',12,'Wobject Proxy, Legg Til/Rediger',1045441101); INSERT INTO international VALUES (4,'WobjectProxy',12,'Wobject Proxy Feilet. Kanskje Wobjectet som skulle Proxyes, er slettet.',1045441069); INSERT INTO international VALUES (3,'WobjectProxy',12,'Wobject Proxy',1045440934); INSERT INTO international VALUES (2,'WobjectProxy',12,'Rediger Wobject Proxy',1045440917); INSERT INTO international VALUES (1,'WobjectProxy',12,'Wobject To Proxy',1045440896); INSERT INTO international VALUES (499,'WebGUI',12,'Wobject ID',1045440771); INSERT INTO international VALUES (498,'WebGUI',12,'Slutt Dato',1045440756); INSERT INTO international VALUES (497,'WebGUI',12,'Start Dato',1045440745); INSERT INTO international VALUES (496,'WebGUI',12,'Editor som skal brukes',1045440733); INSERT INTO international VALUES (495,'WebGUI',12,'htmlArea (standard)',1045440703); INSERT INTO international VALUES (494,'WebGUI',12,'Real Objects Edit-On Pro',1045440685); INSERT INTO international VALUES (493,'WebGUI',12,'Tilbake til Web-sidene.',1045440667); INSERT INTO international VALUES (48,'WebGUI',12,'Hallo',1045440572); INSERT INTO international VALUES (492,'WebGUI',12,'Profil FeltListe.',1045440503); INSERT INTO international VALUES (49,'WebGUI',12,'\"Klikk her for å logge ut.\"',1045440472); INSERT INTO international VALUES (491,'WebGUI',12,'Legg Til Profil Felt.',1045440307); INSERT INTO international VALUES (490,'WebGUI',12,'Legg Til en Profil Kategori.',1045440291); INSERT INTO international VALUES (489,'WebGUI',12,'Profil Kategori',1045440180); INSERT INTO international VALUES (488,'WebGUI',12,'Standard Verdi(er)',1045440168); INSERT INTO international VALUES (487,'WebGUI',12,'Mulige Verdier',1045440144); INSERT INTO international VALUES (486,'WebGUI',12,'Data Type',1045440131); INSERT INTO international VALUES (485,'WebGUI',12,'Boolean (valgboks)',1045440117); INSERT INTO international VALUES (484,'WebGUI',12,'Velg Liste',1045440069); INSERT INTO international VALUES (483,'WebGUI',12,'Ja eller Nei',1045440040); INSERT INTO international VALUES (482,'WebGUI',12,'Tall (integer)',1045440030); INSERT INTO international VALUES (481,'WebGUI',12,'TelefonNummer',1045440002); INSERT INTO international VALUES (480,'WebGUI',12,'Epost Adresse',1045439988); INSERT INTO international VALUES (479,'WebGUI',12,'Dato',1045439964); INSERT INTO international VALUES (478,'WebGUI',12,'URL',1045439955); INSERT INTO international VALUES (477,'WebGUI',12,'HTML Område',1045439947); INSERT INTO international VALUES (476,'WebGUI',12,'TekstOmråde',1045439935); INSERT INTO international VALUES (475,'WebGUI',12,'Tekst',1045439923); INSERT INTO international VALUES (474,'WebGUI',12,'Nødvendig?',1045439915); INSERT INTO international VALUES (473,'WebGUI',12,'Synelig?',1045439902); INSERT INTO international VALUES (472,'WebGUI',12,'Label',1045439890); INSERT INTO international VALUES (471,'WebGUI',12,'Rediger BrukerProfil Felt',1045439877); INSERT INTO international VALUES (470,'WebGUI',12,'Navn',1045439852); INSERT INTO international VALUES (47,'WebGUI',12,'Hjem',1045439835); INSERT INTO international VALUES (469,'WebGUI',12,'Id',1045439767); INSERT INTO international VALUES (468,'WebGUI',12,'Rediger BrukerProfil Kategori',1045439759); INSERT INTO international VALUES (467,'WebGUI',12,'Er du sikker på at du vil slette dette feltet og alle brukerdata knyttet til det?',1045439733); INSERT INTO international VALUES (466,'WebGUI',12,'Er du sikker på at du vil slette denne kategorien og flytte alle felter til diverse kategorien?',1045439687); INSERT INTO international VALUES (465,'WebGUI',12,'TekstBoks Størrelse',1045439629); INSERT INTO international VALUES (464,'WebGUI',12,'Tekstområde kolonner',1045439615); INSERT INTO international VALUES (463,'WebGUI',12,'Tekstområde Rader',1045439601); INSERT INTO international VALUES (462,'WebGUI',12,'Tids Format',1045439575); INSERT INTO international VALUES (461,'WebGUI',12,'Dato Format',1045439561); INSERT INTO international VALUES (460,'WebGUI',12,'Tids forskyvning',1045439550); INSERT INTO international VALUES (46,'WebGUI',12,'Min Konto',1045439499); INSERT INTO international VALUES (459,'WebGUI',12,'Rediger denne brukerens profil.',1045439489); INSERT INTO international VALUES (458,'WebGUI',12,'Rediger denne brukerens Grupper.',1045439462); INSERT INTO international VALUES (457,'WebGUI',12,'Rediger denne brukerens konto.',1045439439); INSERT INTO international VALUES (456,'WebGUI',12,'Tilbake til Bruker listen.',1045439416); INSERT INTO international VALUES (455,'WebGUI',12,'Rediger Brukerns Profil',1045439386); INSERT INTO international VALUES (454,'WebGUI',12,'Sist Oppdatert',1045439359); INSERT INTO international VALUES (453,'WebGUI',12,'Dato Opprettet',1045439348); INSERT INTO international VALUES (452,'WebGUI',12,'Vent...',1045439293); INSERT INTO international VALUES (451,'WebGUI',12,'er nødvendig.',1045439279); INSERT INTO international VALUES (450,'WebGUI',12,'Firma Navn (arbeid)',1045439243); INSERT INTO international VALUES (45,'WebGUI',12,'Nei, Jeg gjorde en Feil.',1045439219); INSERT INTO international VALUES (449,'WebGUI',12,'Forskjellig Informasjon',1045439201); INSERT INTO international VALUES (448,'WebGUI',12,'SideTre',1045439178); INSERT INTO international VALUES (447,'WebGUI',12,'Håndtere Sidetre',1045439168); INSERT INTO international VALUES (446,'WebGUI',12,'WEB-Site Arbeid',1045439144); INSERT INTO international VALUES (445,'WebGUI',12,'Preferanser',1045439107); INSERT INTO international VALUES (444,'WebGUI',12,'Geografisk Informasjon',1045439096); INSERT INTO international VALUES (443,'WebGUI',12,'Hjem Informasjon',1045439001); INSERT INTO international VALUES (442,'WebGUI',12,'Arbeids Informasjon',1045438978); INSERT INTO international VALUES (441,'WebGUI',12,'Epost til Personsøker Gateway',1045438942); INSERT INTO international VALUES (440,'WebGUI',12,'Kontakt Informasjon',1045438911); INSERT INTO international VALUES (44,'WebGUI',12,'Ja, Jeg er sikker.',1045438899); INSERT INTO international VALUES (439,'WebGUI',12,'Personlig Informasjon',1045438884); INSERT INTO international VALUES (438,'WebGUI',12,'Ditt Navn',1045438871); INSERT INTO international VALUES (437,'WebGUI',12,'Statistikk',1045438861); INSERT INTO international VALUES (436,'WebGUI',12,'Avslutt Sesjon',1045438844); INSERT INTO international VALUES (435,'WebGUI',12,'Sesjons Signatur',1045438819); INSERT INTO international VALUES (434,'WebGUI',12,'Status',1045438805); INSERT INTO international VALUES (433,'WebGUI',12,'Bruker Agent',1045438797); INSERT INTO international VALUES (432,'WebGUI',12,'Utgår',1045438783); INSERT INTO international VALUES (431,'WebGUI',12,'IP Adresse',1045438759); INSERT INTO international VALUES (430,'WebGUI',12,'Vis Siste Side',1045438748); INSERT INTO international VALUES (43,'WebGUI',12,'Er du sikker på at du vil slette dette innholdet?',1045438719); INSERT INTO international VALUES (429,'WebGUI',12,'LoggInn Tidspunkt',1045438690); INSERT INTO international VALUES (428,'WebGUI',12,'Bruker (ID)',1045438673); INSERT INTO international VALUES (427,'WebGUI',12,'Styles',1045438661); INSERT INTO international VALUES (426,'WebGUI',12,'Logginn Historikk',1045438652); INSERT INTO international VALUES (425,'WebGUI',12,'Aktive sesjoner',1045438635); INSERT INTO international VALUES (424,'WebGUI',12,'Vis Logginn historikk.',1045438620); INSERT INTO international VALUES (423,'WebGUI',12,'Vis aktive sesjoner.',1045438591); INSERT INTO international VALUES (42,'WebGUI',12,'Bekreft',1045423601); INSERT INTO international VALUES (412,'WebGUI',12,'Kort Beskrivelse',1045423158); INSERT INTO international VALUES (411,'WebGUI',12,'Meny Tittel',1045423141); INSERT INTO international VALUES (410,'WebGUI',12,'Håndtere Roots.',1045423117); INSERT INTO international VALUES (41,'WebGUI',12,'Du prøver å fjerne en viktig komponent av WebGUI systemet. Om du ble tillat å fortsette ville WebGUI kanskje slutte å fungere.',1045423102); INSERT INTO international VALUES (409,'WebGUI',12,'Legg Til ny Root.',1045423020); INSERT INTO international VALUES (408,'WebGUI',12,'Håndtere Roots',1045422997); INSERT INTO international VALUES (407,'WebGUI',12,'Klikk her for å registrere deg.',1045422984); INSERT INTO international VALUES (406,'WebGUI',12,'Tittebilde størrelse',1045422929); INSERT INTO international VALUES (405,'WebGUI',12,'Siste Side',1045422915); INSERT INTO international VALUES (404,'WebGUI',12,'Første Side',1045422903); INSERT INTO international VALUES (403,'WebGUI',12,'Ønsker ikke å oppgi.',1045422894); INSERT INTO international VALUES (402,'WebGUI',12,'Meldingen du forespurte eksisterer ikke.',1045422870); INSERT INTO international VALUES (401,'WebGUI',12,'Er du sikker på at du vil slette denne Meldingen og alle meldinger under den i denne tråden?',1045422820); INSERT INTO international VALUES (400,'WebGUI',12,'Forhindre Proxy Caching',1045422774); INSERT INTO international VALUES (40,'WebGUI',12,'Viktig komponent',1045422743); INSERT INTO international VALUES (4,'WebGUI',12,'Håndter Instillinger.',1045422706); INSERT INTO international VALUES (399,'WebGUI',12,'Godkjenn denne Siden.',1045422688); INSERT INTO international VALUES (398,'WebGUI',12,'Angi Dokumenttype',1045422668); INSERT INTO international VALUES (395,'WebGUI',12,'Legg til nytt Bilde.',1045422626); INSERT INTO international VALUES (394,'WebGUI',12,'Håndtere collateral.',1045422611); INSERT INTO international VALUES (391,'WebGUI',12,'Slette Vedlagte fil.',1045422386); INSERT INTO international VALUES (39,'WebGUI',12,'Du har ikke tilstrekkelige rettigheter til å aksessere denne siden.',1045422347); INSERT INTO international VALUES (388,'WebGUI',12,'Lastet opp Dato',1045422304); INSERT INTO international VALUES (387,'WebGUI',12,'Lastet opp av',1045422291); INSERT INTO international VALUES (386,'WebGUI',12,'Rediger Bilde',1045422278); INSERT INTO international VALUES (385,'WebGUI',12,'Parametere',1045422267); INSERT INTO international VALUES (384,'WebGUI',12,'Fil',1045422256); INSERT INTO international VALUES (381,'WebGUI',12,'WebGUI mottok en uriktig forespørsel og var ikke i stand til å fortsette. Propiritære karakterer som blir gitt til et skjema er den vanligste årsaken. Trykk gjerne Tilbake og prøv på nytt.',1045422248); INSERT INTO international VALUES (380,'WebGUI',12,'Style ID',1045421584); INSERT INTO international VALUES (38,'WebGUI',12,'Du har ikke tilstrekkelige rettigheter til å utføre denne handlingen. Prøv ^a(logg inn med en konto); som har tilstrekkelige rettigheter før du prøver å gjøre denne operasjonen.',1045421559); INSERT INTO international VALUES (379,'WebGUI',12,'Gruppe ID',1045421393); INSERT INTO international VALUES (378,'WebGUI',12,'Bruker ID',1045421383); INSERT INTO international VALUES (377,'WebGUI',12,'Ingen Pakker er definert av din pakke administrator(er)',1045421373); INSERT INTO international VALUES (376,'WebGUI',12,'Pakke',1045421312); INSERT INTO international VALUES (375,'WebGUI',12,'Velg Pakke å rulle ut',1045421304); INSERT INTO international VALUES (374,'WebGUI',12,'Håndter Pakker',1045421276); INSERT INTO international VALUES (372,'WebGUI',12,'Rediger Brukerens Grupper',1045421246); INSERT INTO international VALUES (371,'WebGUI',12,'Legg Til Gruppering',1045421224); INSERT INTO international VALUES (370,'WebGUI',12,'Rediger Gruppering',1045421210); INSERT INTO international VALUES (37,'WebGUI',12,'Ingen Adgang!',1045421187); INSERT INTO international VALUES (369,'WebGUI',12,'Utløps Dato',1045421135); INSERT INTO international VALUES (368,'WebGUI',12,'Legg en ny gruppe til denne brukeren.',1045421123); INSERT INTO international VALUES (367,'WebGUI',12,'Utløper Etter',1045421096); INSERT INTO international VALUES (366,'WebGUI',12,'Ingen Sider som tilfredstilte ditt søk ble funnet.',1045421083); INSERT INTO international VALUES (365,'WebGUI',12,'Resultat av Søk..',1045421047); INSERT INTO international VALUES (364,'WebGUI',12,'Søk',1045421032); INSERT INTO international VALUES (363,'WebGUI',12,'Side Template posisjon',1045421023); INSERT INTO international VALUES (362,'WebGUI',12,'Side ved Side',1045420999); INSERT INTO international VALUES (361,'WebGUI',12,'Tre over En',1045420987); INSERT INTO international VALUES (360,'WebGUI',12,'En over Tre',1045420976); INSERT INTO international VALUES (342,'WebGUI',12,'Rediger Konto Informasjon.',1045349689); INSERT INTO international VALUES (341,'WebGUI',12,'Rediger Profil.',1045349673); INSERT INTO international VALUES (338,'WebGUI',12,'Rediger Profil.',1045349660); INSERT INTO international VALUES (308,'WebGUI',12,'Rediger Profil Instillinger',1045349638); INSERT INTO international VALUES (168,'WebGUI',12,'Rediger Bruker',1045349610); INSERT INTO international VALUES (156,'WebGUI',12,'Rediger Style',1045349595); INSERT INTO international VALUES (140,'WebGUI',12,'Redigere Forskjellige Instillinger',1045349579); INSERT INTO international VALUES (6,'MailForm',12,'Kan Redigeres',1045349563); INSERT INTO international VALUES (27,'USS',12,'Rediger',1045349538); INSERT INTO international VALUES (124,'WebGUI',12,'Rediger Firma Informasjon',1045349523); INSERT INTO international VALUES (133,'WebGUI',12,'Rediger Mail Instillinger',1045349427); INSERT INTO international VALUES (117,'WebGUI',12,'Rediger Bruker Instillinger',1045349412); INSERT INTO international VALUES (102,'WebGUI',12,'Rediger Side',1045349314); INSERT INTO international VALUES (19,'USS',12,'Rediger Bidrag',1045349288); INSERT INTO international VALUES (18,'USS',12,'Rediger Bruker Bidrags system',1045349276); INSERT INTO international VALUES (15,'USS',12,'Rediger/Slette',1045349260); INSERT INTO international VALUES (4,'SyndicatedContent',12,'Rediger Syndicated Innhold',1045349231); INSERT INTO international VALUES (75,'Survey',12,'Rediger dette spørsmålet.',1045349215); INSERT INTO international VALUES (3,'Survey',12,'Undersøkelse, Legg Til/Rediger',1045349202); INSERT INTO international VALUES (2,'Survey',12,'Rediger Undersøkelse',1045349189); INSERT INTO international VALUES (18,'Survey',12,'Rediger Svar',1045349175); INSERT INTO international VALUES (17,'Survey',12,'Rediger Spørsmål',1045349159); INSERT INTO international VALUES (61,'SiteMap',12,'Site Map, Legg Til/Rediger',1045349145); INSERT INTO international VALUES (5,'SiteMap',12,'Rediger Site Map',1045349131); INSERT INTO international VALUES (8,'SQLReport',12,'Rediger SQL Rapport',1045349119); INSERT INTO international VALUES (61,'SQLReport',12,'SQL Rapport, Legg Til/Rediger',1045349104); INSERT INTO international VALUES (6,'Product',12,'Rediger Produkt',1045349090); INSERT INTO international VALUES (58,'Product',12,'Rediger Produkt Templaten.',1045349077); INSERT INTO international VALUES (25,'Product',12,'Rediger Spesifikasjon',1045349064); INSERT INTO international VALUES (53,'Product',12,'Rediger Fordel',1045349051); INSERT INTO international VALUES (49,'Product',12,'Produkt Fordel, Legg Til/Rediger',1045349028); INSERT INTO international VALUES (46,'Product',12,'Produkt (Relatert), Legg til/Rediger',1045349006); INSERT INTO international VALUES (44,'Product',12,'Produkt Tilbehør, Legg til/Rediger',1045348991); INSERT INTO international VALUES (42,'Product',12,'Produkt Spesifikasjon, Legg til/Rediger',1045348976); INSERT INTO international VALUES (40,'Product',12,'Produkt Egenskap, Legg til/Rediger',1045348955); INSERT INTO international VALUES (38,'Product',12,'Produkt, Legg til/Rediger',1045348939); INSERT INTO international VALUES (22,'Product',12,'Rediger Egenskap',1045348920); INSERT INTO international VALUES (9,'Poll',12,'Rediger Avstemning',1045348904); INSERT INTO international VALUES (61,'Poll',12,'Avstemning, Legg Til/Rediger',1045348889); INSERT INTO international VALUES (6,'PhotoGallery',12,'Rediger',1045348873); INSERT INTO international VALUES (7,'MailForm',12,'Rediger ePost skjema',1045348836); INSERT INTO international VALUES (6,'MessageBoard',12,'Rediger Meldinger',1045348819); INSERT INTO international VALUES (12,'MessageBoard',12,'Rediger melding',1045348800); INSERT INTO international VALUES (62,'MailForm',12,'ePost skjemaFelter, Legg til/Rediger',1045348779); INSERT INTO international VALUES (61,'MailForm',12,'ePost skjema, Legg til/Rediger',1045348759); INSERT INTO international VALUES (20,'MailForm',12,'Rediger Felt',1045348728); INSERT INTO international VALUES (72,'LinkList',12,'Link, Legg til/Rediger',1045348713); INSERT INTO international VALUES (61,'LinkList',12,'Link Liste, Legg til/Rediger',1045348697); INSERT INTO international VALUES (12,'LinkList',12,'Rediger Link',1045348681); INSERT INTO international VALUES (10,'LinkList',12,'Rediger LinkListe',1045348666); INSERT INTO international VALUES (61,'Item',12,'Item, Legg til/Rediger',1045348650); INSERT INTO international VALUES (6,'Item',12,'Rediger Item',1045348632); INSERT INTO international VALUES (9,'FileManager',12,'Rediger FilBehandler',1045348613); INSERT INTO international VALUES (72,'FileManager',12,'Fil, Legg til/Rediger',1045348588); INSERT INTO international VALUES (61,'FileManager',12,'FilBehandler, Legg til/Rediger',1045348572); INSERT INTO international VALUES (10,'FileManager',12,'Rediger Fil',1045348552); INSERT INTO international VALUES (8,'FAQ',12,'Rediger F.A.Q.',1045348528); INSERT INTO international VALUES (72,'FAQ',12,'Spørsmål, Legg til/Rediger',1045348513); INSERT INTO international VALUES (61,'FAQ',12,'FAQ, Legg til/Rediger',1045348493); INSERT INTO international VALUES (10,'FAQ',12,'Rediger Spørsmål',1045348475); INSERT INTO international VALUES (61,'ExtraColumn',12,'Ekstra kolonne, Legg til/Rediger',1045348447); INSERT INTO international VALUES (6,'ExtraColumn',12,'Rediger Ekstra kolonne',1045348432); INSERT INTO international VALUES (72,'EventsCalendar',12,'Hendelse, Legg til/Rediger',1045348414); INSERT INTO international VALUES (61,'EventsCalendar',12,'Hendelses kalender, Leggt til/Rediger',1045348188); INSERT INTO international VALUES (13,'EventsCalendar',12,'Rediger på hendelse',1045348167); INSERT INTO international VALUES (12,'EventsCalendar',12,'Rediger hendelses kalender',1045348150); INSERT INTO international VALUES (12,'Article',12,'Rediger artikkel',1045348096); INSERT INTO international VALUES (36,'WebGUI',12,'Du må være administrator for å utføre denne funksjonen. Ta kontakt med en av dine administratorer. Her følger en liste over administratorer på dette systemet:',1045347780); INSERT INTO international VALUES (359,'WebGUI',12,'Høyre kolonne',1045347701); INSERT INTO international VALUES (358,'WebGUI',12,'Venstre kolonne',1045347683); INSERT INTO international VALUES (357,'WebGUI',12,'Nyheter',1045347672); INSERT INTO international VALUES (356,'WebGUI',12,'Template',1045347661); INSERT INTO international VALUES (355,'WebGUI',12,'Standard',1045347652); INSERT INTO international VALUES (354,'WebGUI',12,'Vis innboks.',1045347639); INSERT INTO international VALUES (353,'WebGUI',12,'Du har ingen meldinger i innboksen nå.',1045347628); INSERT INTO international VALUES (352,'WebGUI',12,'Dato for innleggelse',1045347594); INSERT INTO international VALUES (351,'WebGUI',12,'Melding',1045347544); INSERT INTO international VALUES (350,'WebGUI',12,'Utført',1045347534); INSERT INTO international VALUES (35,'WebGUI',12,'Administrativ Funksjon',1045347510); INSERT INTO international VALUES (349,'WebGUI',12,'Siste Tilgjengelige Versjon',1045347477); INSERT INTO international VALUES (348,'WebGUI',12,'Navn',1045347442); INSERT INTO international VALUES (347,'WebGUI',12,'Vis Profilen for',1045347434); INSERT INTO international VALUES (346,'WebGUI',12,'Denne brukeren er ikke lenger medlem av denne siden. Vi har ikke mer informasjon om denne brukeren.',1045347417); INSERT INTO international VALUES (345,'WebGUI',12,'Ikke Medlem.',1045347370); INSERT INTO international VALUES (343,'WebGUI',12,'Vis Profil.',1045347344); INSERT INTO international VALUES (340,'WebGUI',12,'Kvinne',1045347294); INSERT INTO international VALUES (34,'WebGUI',12,'Sett Dato',1045347286); INSERT INTO international VALUES (339,'WebGUI',12,'Mann',1045347273); INSERT INTO international VALUES (337,'WebGUI',12,'Hjemmeside URL',1045347252); INSERT INTO international VALUES (336,'WebGUI',12,'FødselsDato',1045347239); INSERT INTO international VALUES (335,'WebGUI',12,'Kjønn',1045347227); INSERT INTO international VALUES (334,'WebGUI',12,'Telefon (Arbeid)',1045347214); INSERT INTO international VALUES (333,'WebGUI',12,'Land (arbeid)',1045347202); INSERT INTO international VALUES (332,'WebGUI',12,'PostNummer (Arbeid)',1045347189); INSERT INTO international VALUES (331,'WebGUI',12,'Fylke (arbeid)',1045347174); INSERT INTO international VALUES (330,'WebGUI',12,'By (Arbeid)',1045347161); INSERT INTO international VALUES (33,'WebGUI',12,'Lørdag',1045347145); INSERT INTO international VALUES (329,'WebGUI',12,'Adresse Arbeid',1045347135); INSERT INTO international VALUES (328,'WebGUI',12,'Telefon Hjemme',1045347124); INSERT INTO international VALUES (327,'WebGUI',12,'Land',1045347112); INSERT INTO international VALUES (326,'WebGUI',12,'Postnummer Hjemme',1045347101); INSERT INTO international VALUES (325,'WebGUI',12,'HjemmFylke',1045347084); INSERT INTO international VALUES (324,'WebGUI',12,'HjemmBy',1045347060); INSERT INTO international VALUES (323,'WebGUI',12,'Hjemme Adresse',1045347045); INSERT INTO international VALUES (322,'WebGUI',12,'Personsøker',1045347035); INSERT INTO international VALUES (321,'WebGUI',12,'Mobiltelefon',1045347020); INSERT INTO international VALUES (320,'WebGUI',12,'Yahoo! Messenger Id',1045347005); INSERT INTO international VALUES (32,'WebGUI',12,'Fredag',1045346995); INSERT INTO international VALUES (319,'WebGUI',12,'MSN Messenger Id',1045346985); INSERT INTO international VALUES (318,'WebGUI',12,'AIM Id',1045346975); INSERT INTO international VALUES (317,'WebGUI',12,'ICQ UIN',1045346962); INSERT INTO international VALUES (316,'WebGUI',12,'EtterNavn',1045346938); INSERT INTO international VALUES (315,'WebGUI',12,'MellomNavn',1045346928); INSERT INTO international VALUES (314,'WebGUI',12,'Fornavn',1045346918); INSERT INTO international VALUES (313,'WebGUI',12,'Tillat forskjellig Informasjon?',1045346907); INSERT INTO international VALUES (312,'WebGUI',12,'Tillat Firma informasjon?',1045346882); INSERT INTO international VALUES (311,'WebGUI',12,'Tillat hjemme informasjon?',1045346860); INSERT INTO international VALUES (310,'WebGUI',12,'Tillat ekstra kontakt informasjon?',1045346832); INSERT INTO international VALUES (31,'WebGUI',12,'Torsdag',1045346809); INSERT INTO international VALUES (309,'WebGUI',12,'Tillat ekte Navn',1045346798); INSERT INTO international VALUES (307,'WebGUI',12,'Bruk standard Meta Tags?',1045346770); INSERT INTO international VALUES (304,'WebGUI',12,'Språk',1045346730); INSERT INTO international VALUES (30,'WebGUI',12,'Onsdag',1045346722); INSERT INTO international VALUES (3,'WebGUI',12,'Lim inn fra utklippstavle..',1045346712); INSERT INTO international VALUES (29,'WebGUI',12,'Tirsdag',1045346684); INSERT INTO international VALUES (28,'WebGUI',12,'Mandag',1045346672); INSERT INTO international VALUES (27,'WebGUI',12,'Søndag',1045346663); INSERT INTO international VALUES (26,'WebGUI',12,'Desember',1045346655); INSERT INTO international VALUES (25,'WebGUI',12,'November',1045346646); INSERT INTO international VALUES (245,'WebGUI',12,'Dato',1045346636); INSERT INTO international VALUES (244,'WebGUI',12,'Forfatter',1045346628); INSERT INTO international VALUES (240,'WebGUI',12,'Meldings ID:',1045346618); INSERT INTO international VALUES (24,'WebGUI',12,'Oktober',1045346605); INSERT INTO international VALUES (239,'WebGUI',12,'Dato:',1045346596); INSERT INTO international VALUES (238,'WebGUI',12,'Forfatter:',1045346588); INSERT INTO international VALUES (234,'WebGUI',12,'Sender Svar...',1045346565); INSERT INTO international VALUES (233,'WebGUI',12,'(eom)',1045346554); INSERT INTO international VALUES (231,'WebGUI',12,'Sender Ny Melding...',1045346503); INSERT INTO international VALUES (230,'WebGUI',12,'Melding',1045346489); INSERT INTO international VALUES (23,'WebGUI',12,'September',1045346476); INSERT INTO international VALUES (228,'WebGUI',12,'Endrer melding...',1045346442); INSERT INTO international VALUES (22,'WebGUI',12,'August',1045346400); INSERT INTO international VALUES (21,'WebGUI',12,'Juli',1045346391); INSERT INTO international VALUES (20,'WebGUI',12,'Juni',1045346366); INSERT INTO international VALUES (2,'WebGUI',12,'Side',1045346359); INSERT INTO international VALUES (19,'WebGUI',12,'Mai',1045346351); INSERT INTO international VALUES (18,'WebGUI',12,'April',1045346344); INSERT INTO international VALUES (175,'WebGUI',12,'Prosseser makroer?',1045346336); INSERT INTO international VALUES (174,'WebGUI',12,'Vis tittelen?',1045346312); INSERT INTO international VALUES (171,'WebGUI',12,'rich edit',1045346285); INSERT INTO international VALUES (170,'WebGUI',12,'Søk',1045346270); INSERT INTO international VALUES (17,'WebGUI',12,'Mars',1045346263); INSERT INTO international VALUES (169,'WebGUI',12,'Legg Til ny Bruker.',1045346254); INSERT INTO international VALUES (167,'WebGUI',12,'Er du sikker på at du vil slette denne Brukeren? All brukerinformasjon vil være slettet for alltid om du velger å fortsette.',1045346227); INSERT INTO international VALUES (164,'WebGUI',12,'Autentiserings Metode',1045346165); INSERT INTO international VALUES (163,'WebGUI',12,'Legg Til Bruker',1045346150); INSERT INTO international VALUES (162,'WebGUI',12,'Er du sikker på at du vil fjerne alle sider og wobject i søppla?',1045346138); INSERT INTO international VALUES (161,'WebGUI',12,'Bidratt av',1045346082); INSERT INTO international VALUES (160,'WebGUI',12,'Dato bidratt',1045346068); INSERT INTO international VALUES (16,'WebGUI',12,'Februar',1045346021); INSERT INTO international VALUES (159,'WebGUI',12,'Innboks',1045345725); INSERT INTO international VALUES (158,'WebGUI',12,'Legg Til en ny Style',1045345714); INSERT INTO international VALUES (157,'WebGUI',12,'Styles',1045345701); INSERT INTO international VALUES (155,'WebGUI',12,'Er du sikker på at du vil slette denne Style og migrere alle sider som bruker den til \"den trygge\" Style?',1045345676); INSERT INTO international VALUES (154,'WebGUI',12,'Style Sheet(Stilark)',1045345588); INSERT INTO international VALUES (151,'WebGUI',12,'Style Navn',1045345557); INSERT INTO international VALUES (15,'WebGUI',12,'Januar',1045345546); INSERT INTO international VALUES (149,'WebGUI',12,'Brukere',1045345535); INSERT INTO international VALUES (148,'WebGUI',12,'Wobjects',1045345524); INSERT INTO international VALUES (147,'WebGUI',12,'Sider',1045345510); INSERT INTO international VALUES (146,'WebGUI',12,'Aktive Sessions',1045345502); INSERT INTO international VALUES (145,'WebGUI',12,'WebGUI Build Versjon',1045345488); INSERT INTO international VALUES (144,'WebGUI',12,'Vis Statistikk.',1045345464); INSERT INTO international VALUES (143,'WebGUI',12,'Håndter Instillinger',1045345448); INSERT INTO international VALUES (142,'WebGUI',12,'Session Timeout',1045345431); INSERT INTO international VALUES (141,'WebGUI',12,'Fant Ikke Siden',1045345409); INSERT INTO international VALUES (14,'WebGUI',12,'Vis ventende Bidrag.',1045345363); INSERT INTO international VALUES (139,'WebGUI',12,'Nei',1045345333); INSERT INTO international VALUES (138,'WebGUI',12,'Ja',1045345325); INSERT INTO international VALUES (135,'WebGUI',12,'SMTP Server',1045345316); INSERT INTO international VALUES (134,'WebGUI',12,'Gjennoprett Passord Melding',1045343863); INSERT INTO international VALUES (130,'WebGUI',12,'Maksimal Vedleggs Størrelse',1045343770); INSERT INTO international VALUES (13,'WebGUI',12,'Vis Hjelp Indeks',1045343746); INSERT INTO international VALUES (127,'WebGUI',12,'Firma URL',1045343712); INSERT INTO international VALUES (126,'WebGUI',12,'Firma E-Post adresse',1045343701); INSERT INTO international VALUES (125,'WebGUI',12,'Firma Navn',1045343684); INSERT INTO international VALUES (12,'WebGUI',12,'Slå Admin av.',1045343635); INSERT INTO international VALUES (119,'WebGUI',12,'Autentiserings metode (Standard)',1045343612); INSERT INTO international VALUES (118,'WebGUI',12,'Anonym Registrering',1045343587); INSERT INTO international VALUES (116,'WebGUI',12,'Velg \"JA\" for å endre privilegier på alle sider under denne siden til disse privilegiene.',1045343531); INSERT INTO international VALUES (11,'WebGUI',12,'Tøm Søppel.',1045343339); INSERT INTO international VALUES (108,'WebGUI',12,'Eier',1045343299); INSERT INTO international VALUES (107,'WebGUI',12,'Privilegier',1045343290); INSERT INTO international VALUES (106,'WebGUI',12,'Velg \"JA\" for å endre alle sider under denne siden til denne Style.',1045343278); INSERT INTO international VALUES (104,'WebGUI',12,'Side URL',1045343219); INSERT INTO international VALUES (101,'WebGUI',12,'Er du sikker på at du vil slette denne siden, dets innhold, og alle elementer under den?',1045343154); INSERT INTO international VALUES (100,'WebGUI',12,'Meta Tags',1045343085); INSERT INTO international VALUES (10,'WebGUI',12,'Håndtere Søppel.',1045343074); INSERT INTO international VALUES (1,'WebGUI',12,'Legg til Innhold....',1045342903); INSERT INTO international VALUES (76,'USS',12,'Bidrags Template',1045342850); INSERT INTO international VALUES (74,'USS',12,'Bruker Bidragssystem Template',1045342809); INSERT INTO international VALUES (73,'USS',12,'Bidrags Template',1045342783); INSERT INTO international VALUES (72,'USS',12,'Hoved Template',1045342771); INSERT INTO international VALUES (6,'USS',12,'Bidrag pr. Side',1045342691); INSERT INTO international VALUES (59,'USS',12,'Neste Bidrag',1045342678); INSERT INTO international VALUES (58,'USS',12,'Forrige Bidrag',1045342666); INSERT INTO international VALUES (57,'USS',12,'Responser',1045342653); INSERT INTO international VALUES (53,'USS',12,'Utseende',1045342615); INSERT INTO international VALUES (52,'USS',12,'Tittebilde',1045342603); INSERT INTO international VALUES (51,'USS',12,'Vis Tittebilder?',1045342592); INSERT INTO international VALUES (5,'USS',12,'Ditt bidrag er ikke akseptert.',1045342575); INSERT INTO international VALUES (48,'USS',12,'Tillat Diskusjon?',1045342536); INSERT INTO international VALUES (47,'USS',12,'Send en Respons',1045342523); INSERT INTO international VALUES (46,'USS',12,'Les Mer...',1045342506); INSERT INTO international VALUES (45,'USS',12,'Returner til Bidrag',1045342495); INSERT INTO international VALUES (41,'USS',12,'Dato',1045342479); INSERT INTO international VALUES (4,'USS',12,'Ditt bidrag er blitt godkjent.',1045342469); INSERT INTO international VALUES (39,'USS',12,'Send et Svar',1045342438); INSERT INTO international VALUES (38,'USS',12,'(Velg \"NEI\" om du skriver et HTML/Rik tekst bidrag.)',1045342405); INSERT INTO international VALUES (37,'USS',12,'Slett',1045342353); INSERT INTO international VALUES (35,'USS',12,'Tittel',1045342345); INSERT INTO international VALUES (34,'USS',12,'Konverter Carriage Returns',1045342335); INSERT INTO international VALUES (33,'USS',12,'Vedlegg',1045342305); INSERT INTO international VALUES (32,'USS',12,'Bilde',1045342166); INSERT INTO international VALUES (31,'USS',12,'Innhold',1045342154); INSERT INTO international VALUES (30,'USS',12,'Karma pr. bruker bidrag',1045342145); INSERT INTO international VALUES (3,'USS',12,'Du har et nytt bruker bidrag å godkjenne.',1045342127); INSERT INTO international VALUES (29,'USS',12,'Bruker Bidrags System',1045342088); INSERT INTO international VALUES (28,'USS',12,'Returner til bidrags listen',1045342072); INSERT INTO international VALUES (21,'USS',12,'Bidratt av',1045342040); INSERT INTO international VALUES (20,'USS',12,'Sende Nytt Bidrag',1045341997); INSERT INTO international VALUES (2,'USS',12,'Hvem kan bidra?',1045341967); INSERT INTO international VALUES (17,'USS',12,'Er du sikker på at du vil slette dette bidraget?',1045341867); INSERT INTO international VALUES (16,'USS',12,'Uten Tittel',1045341837); INSERT INTO international VALUES (14,'USS',12,'Status',1045341812); INSERT INTO international VALUES (13,'USS',12,'Dato for bidrag',1045341803); INSERT INTO international VALUES (12,'USS',12,'(ikke marker om du skriver et HTML bidrag.)',1045341719); INSERT INTO international VALUES (1,'USS',12,'Hvem kan Godkjenne?',1045341543); INSERT INTO international VALUES (2,'SyndicatedContent',12,'Syndicated Innhold',1045336118); INSERT INTO international VALUES (1,'SyndicatedContent',12,'URL til RSS Fil',1045336089); INSERT INTO international VALUES (9,'Survey',12,'Undersøkelse',1045336063); INSERT INTO international VALUES (80,'Survey',12,'Sekunder',1045336053); INSERT INTO international VALUES (8,'Survey',12,'Spørsmåls Rekkefølge',1045336042); INSERT INTO international VALUES (79,'Survey',12,'Minutter',1045336028); INSERT INTO international VALUES (78,'Survey',12,'Total Tid',1045336019); INSERT INTO international VALUES (77,'Survey',12,'Slutt Tid',1045336010); INSERT INTO international VALUES (76,'Survey',12,'Start Tid',1045336000); INSERT INTO international VALUES (74,'Survey',12,'Er du sikker på at du vil slette alle responser.',1045335972); INSERT INTO international VALUES (73,'Survey',12,'Slett Alle Responser.',1045335943); INSERT INTO international VALUES (72,'Survey',12,'Er du sikker på at du ønsker å slette denne bruker\'s responser?',1045335927); INSERT INTO international VALUES (71,'Survey',12,'Karakter oversikt',1045335888); INSERT INTO international VALUES (70,'Survey',12,'Individuelle Responser',1045335865); INSERT INTO international VALUES (7,'Survey',12,'Respons Styrt',1045335819); INSERT INTO international VALUES (69,'Survey',12,'Slett denne bruker\'s responser.',1045335796); INSERT INTO international VALUES (68,'Survey',12,'Vis Rapporter og Eksport data.',1045335770); INSERT INTO international VALUES (67,'Survey',12,'Bruker',1045335737); INSERT INTO international VALUES (66,'Survey',12,'Responser',1045335729); INSERT INTO international VALUES (65,'Survey',12,'Eksporter sammensatt oppsummering.',1045335714); INSERT INTO international VALUES (64,'Survey',12,'Eksporter Responser.',1045335666); INSERT INTO international VALUES (63,'Survey',12,'Eksporter Spørsmål.',1045335650); INSERT INTO international VALUES (62,'Survey',12,'Eksporter Svar.',1045335635); INSERT INTO international VALUES (61,'Survey',12,'Vis Karakterbok.',1045335620); INSERT INTO international VALUES (60,'Survey',12,'Tilbake Til Undersøkelse.',1045335588); INSERT INTO international VALUES (6,'Survey',12,'Tilfeldig',1045319287); INSERT INTO international VALUES (59,'Survey',12,'Vis Statistisk Oversikt.',1045319276); INSERT INTO international VALUES (58,'Survey',12,'Statistisk Oversikt',1045319254); INSERT INTO international VALUES (57,'Survey',12,'Kommentarer',1045319240); INSERT INTO international VALUES (56,'Survey',12,'Vis Kommentarer',1045319231); INSERT INTO international VALUES (55,'Survey',12,'Vis Responser',1045319220); INSERT INTO international VALUES (54,'Survey',12,'Prosentdel',1045319203); INSERT INTO international VALUES (53,'Survey',12,'Responser',1045319174); INSERT INTO international VALUES (52,'Survey',12,'Resultat',1045319162); INSERT INTO international VALUES (51,'Survey',12,'Kommentarer?',1045319078); INSERT INTO international VALUES (50,'Survey',12,'Neste',1045319062); INSERT INTO international VALUES (5,'Survey',12,'Sekvensiel',1045319053); INSERT INTO international VALUES (49,'Survey',12,'Du kan ikke ta testen på dette tidspunkt.',1045319043); INSERT INTO international VALUES (48,'Survey',12,'Du er ikke for øyeblikket kvalifisert til å delta i denne undersøkelsen.',1045319012); INSERT INTO international VALUES (47,'Survey',12,'Du har fullført denne testen.',1045318946); INSERT INTO international VALUES (46,'Survey',12,'Takk for at du tok deg tid til å fullføre denne undersøkelsen.',1045318930); INSERT INTO international VALUES (45,'Survey',12,'Er du sikker du ønsker å slette dette svaret og alle responser?',1045318894); INSERT INTO international VALUES (44,'Survey',12,'Er du sikker du vil slette dette spørsmålet, dets svar og responser?',1045318863); INSERT INTO international VALUES (43,'Survey',12,'Aldri',1045318819); INSERT INTO international VALUES (42,'Survey',12,'Noen ganger',1045318806); INSERT INTO international VALUES (41,'Survey',12,'Ofte',1045318795); INSERT INTO international VALUES (40,'Survey',12,'Alltid',1045318786); INSERT INTO international VALUES (39,'Survey',12,'Ikke Aktuelt',1045318205); INSERT INTO international VALUES (38,'Survey',12,'Helt Uenig',1045318166); INSERT INTO international VALUES (37,'Survey',12,'Uenig',1045318155); INSERT INTO international VALUES (36,'Survey',12,'Noe Uenig',1045318146); INSERT INTO international VALUES (35,'Survey',12,'Noe Enig',1045318135); INSERT INTO international VALUES (34,'Survey',12,'Enig',1045318124); INSERT INTO international VALUES (33,'Survey',12,'Helt Enig',1045318116); INSERT INTO international VALUES (32,'Survey',12,'Usant',1045318092); INSERT INTO international VALUES (31,'Survey',12,'Sant',1045318082); INSERT INTO international VALUES (30,'Survey',12,'Legg Til Nytt Spørsmål.',1045318068); INSERT INTO international VALUES (29,'Survey',12,'Legg Til et Tekst Svar.',1045177458); INSERT INTO international VALUES (28,'Survey',12,'Legg Til Spørsmål.',1045177430); INSERT INTO international VALUES (27,'Survey',12,'Legg Til en Mening(enig/Uenig) svar-skala.',1045177387); INSERT INTO international VALUES (26,'Survey',12,'Legg Til en svar skala.',1045177308); INSERT INTO international VALUES (25,'Survey',12,'Legg Til Sant/Usant Svar.',1045177202); INSERT INTO international VALUES (24,'Survey',12,'Legg Til flervalgs Svar.',1045177176); INSERT INTO international VALUES (23,'Survey',12,'Legg Til nytt Svar.',1045177137); INSERT INTO international VALUES (22,'Survey',12,'Svar Type',1045177080); INSERT INTO international VALUES (21,'Survey',12,'Gå Til',1045177066); INSERT INTO international VALUES (20,'Survey',12,'Er dette svaret korrekt?',1045177047); INSERT INTO international VALUES (19,'Survey',12,'Svar',1045176975); INSERT INTO international VALUES (16,'Survey',12,'Tilfeldige svar?',1045176929); INSERT INTO international VALUES (15,'Survey',12,'Tillat kommentar?',1045176886); INSERT INTO international VALUES (14,'Survey',12,'Spørsmål',1045176871); INSERT INTO international VALUES (13,'Survey',12,'Hvem kan se rapporter?',1045176859); INSERT INTO international VALUES (12,'Survey',12,'Hvem kan ta Undersøkelsen?',1045176843); INSERT INTO international VALUES (11,'Survey',12,'Modus',1045176820); INSERT INTO international VALUES (10,'Survey',12,'Spørsmål',1045176806); INSERT INTO international VALUES (1,'Survey',12,'Undersøkelse',1045176778); INSERT INTO international VALUES (75,'SiteMap',12,'Alle Roots',1045163273); INSERT INTO international VALUES (74,'SiteMap',12,'Denne Siden',1045163261); INSERT INTO international VALUES (6,'SiteMap',12,'Indent',1045163169); INSERT INTO international VALUES (4,'SiteMap',12,'Nivå å ta med',1045163127); INSERT INTO international VALUES (3,'SiteMap',12,'Start Med',1045163104); INSERT INTO international VALUES (2,'SiteMap',12,'Site Map',1045163087); INSERT INTO international VALUES (9,'SQLReport',12,'Debug: Error: The DSN specified is of an improper format.',1045163046); INSERT INTO international VALUES (7,'SQLReport',12,'Database Passord',1045162977); INSERT INTO international VALUES (6,'SQLReport',12,'Database Bruker',1045162939); INSERT INTO international VALUES (5,'SQLReport',12,'DSN',1045162925); INSERT INTO international VALUES (4,'SQLReport',12,'Query',1045162917); INSERT INTO international VALUES (3,'SQLReport',12,'Rapport Template',1045162906); INSERT INTO international VALUES (18,'SQLReport',12,'Det var ingen resultat av denne forespørselen.',1045162893); INSERT INTO international VALUES (17,'SQLReport',12,'Debug: Query:',1045162855); INSERT INTO international VALUES (16,'SQLReport',12,'Debug?',1045162844); INSERT INTO international VALUES (15,'SQLReport',12,'Prosseser makroer i forespørselen?',1045162833); INSERT INTO international VALUES (14,'SQLReport',12,'Sideskift Etter',1045162787); INSERT INTO international VALUES (13,'SQLReport',12,'Convert carriage returns?',1045162774); INSERT INTO international VALUES (12,'SQLReport',12,'Debug: Error: Could not connect to the database.',1045162759); INSERT INTO international VALUES (11,'SQLReport',12,'Debug: Error: There was a problem with the query.',1045162749); INSERT INTO international VALUES (10,'SQLReport',12,'Debug:Error: SQL koden som er spesifiser har galt format.',1045162731); INSERT INTO international VALUES (1,'SQLReport',12,'SQL Rapport',1045162667); INSERT INTO international VALUES (11,'Article',12,'(Velg \"JA\" bare når du ikke legger til
attachment.box
Viser en standard WebGUI vedleggs boks \r\ninkludert ikon, filnavn og vedleggs \r\nindikator
attachment.icon
URL\'n til ikonet for denne \r\nvedleggstypen.
attachment.name
Navnet på dette \r\nvedlegget.
attachment.url
URL\'n for nedlasting av \r\nvedlegget.
image.thumbnail
URL\'n til thumbnail \r\n(minibildet) for vedlegget.
image.url
URL\'n til \r\nbildet.
post.label
Oversatt prompt for å legge \r\nkommentar til denne artikkelen.
post.URL
URL\'n for å \r\nlage kommentar/respons til denne \r\nartikkelen.
replies.count
Antall \r\nkommentarer/responser til denne \r\nartikkelen.
replies.label
Den oversatte teksten som \r\nviser at du kan vise kommentarene.
replies.url
URL\'n \r\nfor å vise kommentarene til denne artikkelen.
manuelt.)',1045162643); INSERT INTO international VALUES (73,'MessageBoard',12,'Meldings system Template',1045162486); INSERT INTO international VALUES (72,'MessageBoard',12,'Main Template',1045162452); INSERT INTO international VALUES (4,'Product',12,'Er du sikker på at du vil slette relasjonen til dette Relaterte Produktet?',1045085197); INSERT INTO international VALUES (9,'Product',12,'Produkt Bilde 3',1045084283); INSERT INTO international VALUES (8,'Product',12,'Produkt Bilde 2',1045084268); INSERT INTO international VALUES (7,'Product',12,'Produkt Bilde 1',1045084254); INSERT INTO international VALUES (62,'Product',12,'Produkt Template',1045084223); INSERT INTO international VALUES (61,'Product',12,'Produkt Template',1045084206); INSERT INTO international VALUES (60,'Product',12,'Template',1045084191); INSERT INTO international VALUES (59,'Product',12,'Navn',1045084167); INSERT INTO international VALUES (57,'Product',12,'Er du sikker på at du ønsker å slette denne Templaten og sette alle produktene som bruker den til å benytte standard Templaten?',1045084127); INSERT INTO international VALUES (56,'Product',12,'Legg Til en Produkt Template.',1045084053); INSERT INTO international VALUES (55,'Product',12,'Legg Til Fordel.',1045084023); INSERT INTO international VALUES (54,'Product',12,'Fordeler',1045083998); INSERT INTO international VALUES (52,'Product',12,'Legg Til ny Fordel?',1045083971); INSERT INTO international VALUES (51,'Product',12,'Fordel',1045083945); INSERT INTO international VALUES (5,'Product',12,'Er du sikker på at du vil slette denne Spesifikasjonen?',1045083735); INSERT INTO international VALUES (48,'Product',12,'Er du sikker på at du vill slette denne fordelen? Den kan ikke hentes frem igjen etter at den er slettet.',1045083669); INSERT INTO international VALUES (37,'Product',12,'Legg til Relatert Produkt',1045082228); INSERT INTO international VALUES (36,'Product',12,'Legg til Tilbehør',1045082210); INSERT INTO international VALUES (35,'Product',12,'Legg til Spesifikasjon',1045082195); INSERT INTO international VALUES (34,'Product',12,'Legg til Egenskap',1045082180); INSERT INTO international VALUES (33,'Product',12,'Relaterte Produkter',1045082164); INSERT INTO international VALUES (32,'Product',12,'Tilbehør',1045082138); INSERT INTO international VALUES (31,'Product',12,'Spesifikasjoner',1045082096); INSERT INTO international VALUES (30,'Product',12,'Egenskaper',1045082081); INSERT INTO international VALUES (3,'Product',12,'Er du sikker på at du vil slette denne egenskapen?',1045076132); INSERT INTO international VALUES (29,'Product',12,'Enhet',1045076084); INSERT INTO international VALUES (28,'Product',12,'Legg til ny Spesifikasjon?',1045076044); INSERT INTO international VALUES (27,'Product',12,'Spesifikasjon',1045076026); INSERT INTO international VALUES (26,'Product',12,'Label',1045076014); INSERT INTO international VALUES (24,'Product',12,'Legg til ny Egenskap?',1045075958); INSERT INTO international VALUES (23,'Product',12,'Egenskap',1045075938); INSERT INTO international VALUES (21,'Product',12,'Legg Til nytt Relatert Produkt?',1045075889); INSERT INTO international VALUES (20,'Product',12,'Relatert Produkt',1045075851); INSERT INTO international VALUES (2,'Product',12,'Er du sikker at du vil slette relasjonen til dette Tilbehøret?',1045075835); INSERT INTO international VALUES (19,'Product',12,'Legg til et relatert produkt',1045075795); INSERT INTO international VALUES (18,'Product',12,'Legg til flere Tilbehør?',1045075767); INSERT INTO international VALUES (17,'Product',12,'Tilbehør',1045075742); INSERT INTO international VALUES (16,'Product',12,'Legg Til Tilbehør',1045075728); INSERT INTO international VALUES (15,'Product',12,'Garanti',1045075689); INSERT INTO international VALUES (14,'Product',12,'Manual',1045075678); INSERT INTO international VALUES (13,'Product',12,'Brosjyre',1045075668); INSERT INTO international VALUES (11,'Product',12,'Produktnummer',1045075599); INSERT INTO international VALUES (10,'Product',12,'Pris',1045075579); INSERT INTO international VALUES (1,'Product',12,'Produkt',1045075569); INSERT INTO international VALUES (8,'Poll',12,'(Et spørsmål pr. linje. Ikke flere enn 20.)',1045075521); INSERT INTO international VALUES (72,'Poll',12,'Hvilkårlig spørsmål?',1045075481); INSERT INTO international VALUES (7,'Poll',12,'Svar',1045075419); INSERT INTO international VALUES (6,'Poll',12,'Spørsmål',1045075381); INSERT INTO international VALUES (5,'Poll',12,'Bredde på Graf',1045075369); INSERT INTO international VALUES (4,'Poll',12,'Hvem kan stemme?',1045075353); INSERT INTO international VALUES (3,'Poll',12,'Aktiv',1045075338); INSERT INTO international VALUES (20,'Poll',12,'Karma pr. stemme',1045075280); INSERT INTO international VALUES (12,'Poll',12,'Totalt antall stemmer:',1045075178); INSERT INTO international VALUES (11,'Poll',12,'Stem!',1045075150); INSERT INTO international VALUES (10,'Poll',12,'Tilbakestill stemmer',1045075134); INSERT INTO international VALUES (1,'Poll',12,'Avstemning',1045075114); INSERT INTO international VALUES (9,'PhotoGallery',12,'Legg til Bilde når det Lastes Opp',1045074558); INSERT INTO international VALUES (8,'PhotoGallery',12,'Gruppe som kan Laste Opp',1045074522); INSERT INTO international VALUES (7,'PhotoGallery',12,'Tittebilder pr. rad',1045074471); INSERT INTO international VALUES (5,'PhotoGallery',12,'Legg til nytt',1045074445); INSERT INTO international VALUES (4,'PhotoGallery',12,'Bilde layout',1045074410); INSERT INTO international VALUES (3,'PhotoGallery',12,'Lastet opp et Bilde',1045074363); INSERT INTO international VALUES (26,'PhotoGallery',12,'Cut Line Tittel',1045074336); INSERT INTO international VALUES (25,'PhotoGallery',12,'Navn på Bilde',1045074319); INSERT INTO international VALUES (24,'PhotoGallery',12,'Dato Lastet opp',1045074303); INSERT INTO international VALUES (23,'PhotoGallery',12,'Popularitet',1045074288); INSERT INTO international VALUES (22,'PhotoGallery',12,'Rekkefølge lagt til',1045074254); INSERT INTO international VALUES (21,'PhotoGallery',12,'Vis bilde informasjon',1045074208); INSERT INTO international VALUES (20,'PhotoGallery',12,'Avstand mellom Bilder',1045074192); INSERT INTO international VALUES (2,'PhotoGallery',12,'Legg til et Bilde',1045074175); INSERT INTO international VALUES (19,'PhotoGallery',12,'Last opp et Bilde',1045074160); INSERT INTO international VALUES (18,'PhotoGallery',12,'Tekst som skal vises sammen med dette bildet',1045074142); INSERT INTO international VALUES (17,'PhotoGallery',12,'Cut Line',1045074109); INSERT INTO international VALUES (16,'PhotoGallery',12,'Tittebilde Høyde',1045074076); INSERT INTO international VALUES (15,'PhotoGallery',12,'TitteBilde bredde',1045074058); INSERT INTO international VALUES (14,'PhotoGallery',12,'Navn på Bilde',1045073991); INSERT INTO international VALUES (13,'PhotoGallery',12,'Bilde',1045073923); INSERT INTO international VALUES (12,'PhotoGallery',12,'Fortsett med å legge inn bilder',1045073912); INSERT INTO international VALUES (11,'PhotoGallery',12,'Vise Cut Line som Mouce over tekst.',1045073864); INSERT INTO international VALUES (10,'PhotoGallery',12,'Merk denne boksen om du automatisk vil legge til bilder som er lastet opp med dette Wobjectet til Fotogalleriet.',1045073813); INSERT INTO international VALUES (1,'PhotoGallery',12,'Fotogalleri',1045073751); INSERT INTO international VALUES (9,'MessageBoard',12,'Meldings ID:',1045073721); INSERT INTO international VALUES (8,'MessageBoard',12,'Dato:',1045073703); INSERT INTO international VALUES (7,'MessageBoard',12,'Forfatter:',1045073677); INSERT INTO international VALUES (4,'MessageBoard',12,'Meldinger pr. Side',1045073623); INSERT INTO international VALUES (22,'MessageBoard',12,'Slett Melding',1045073600); INSERT INTO international VALUES (20,'MessageBoard',12,'Siste svar',1045073588); INSERT INTO international VALUES (2,'MessageBoard',12,'Meldinger',1045073573); INSERT INTO international VALUES (19,'MessageBoard',12,'Svar',1045073497); INSERT INTO international VALUES (18,'MessageBoard',12,'Tråd startet',1045073448); INSERT INTO international VALUES (17,'MessageBoard',12,'Lag ny melding',1045073424); INSERT INTO international VALUES (16,'MessageBoard',12,'Dato',1045073391); INSERT INTO international VALUES (15,'MessageBoard',12,'Forfatter',1045073382); INSERT INTO international VALUES (11,'MessageBoard',12,'Tilbake til meldingslisten',1045073355); INSERT INTO international VALUES (3,'LinkList',12,'Åpne i nytt vindu?',1045072474); INSERT INTO international VALUES (9,'MailForm',12,'Legg til Felt',1044117957); INSERT INTO international VALUES (8,'MailForm',12,'Bredde',1044117941); INSERT INTO international VALUES (73,'MailForm',12,'Send',1044117930); INSERT INTO international VALUES (5,'MailForm',12,'Synelig',1044117656); INSERT INTO international VALUES (4,'MailForm',12,'Skjult',1044117645); INSERT INTO international VALUES (3,'MailForm',12,'Takk for din tilbakemelding!',1044117627); INSERT INTO international VALUES (26,'MailForm',12,'Lagre?',1044117594); INSERT INTO international VALUES (25,'MailForm',12,'Standard Verdi (Valgfritt)',1044117557); INSERT INTO international VALUES (24,'MailForm',12,'Mulige Verdier (Nedtrekk-Boks)',1044117518); INSERT INTO international VALUES (23,'MailForm',12,'Type',1044117469); INSERT INTO international VALUES (22,'MailForm',12,'Status',1044117459); INSERT INTO international VALUES (21,'MailForm',12,'Felt Navn',1044117448); INSERT INTO international VALUES (2,'MailForm',12,'Ditt ePost tema her',1044117419); INSERT INTO international VALUES (19,'MailForm',12,'Er du sikker du vil slette dette fletet?',1044117379); INSERT INTO international VALUES (18,'MailForm',12,'Tilbake!',1044117350); INSERT INTO international VALUES (17,'MailForm',12,'ePost Sendt',1044117335); INSERT INTO international VALUES (16,'MailForm',12,'Bekreftelse',1044117303); INSERT INTO international VALUES (15,'MailForm',12,'Fortsett til Legg til flere felt?',1044117254); INSERT INTO international VALUES (14,'MailForm',12,'Tema',1044117217); INSERT INTO international VALUES (13,'MailForm',12,'Bcc',1044117207); INSERT INTO international VALUES (12,'MailForm',12,'cc',1044117197); INSERT INTO international VALUES (11,'MailForm',12,'Til (epost, brukernavn eller gruppenavn)',1044117187); INSERT INTO international VALUES (10,'MailForm',12,'Fra',1044117148); INSERT INTO international VALUES (1,'MailForm',12,'Mail Form',1044117135); INSERT INTO international VALUES (9,'LinkList',12,'Er du sikker du vil slette denne Linken?',1044117086); INSERT INTO international VALUES (8,'LinkList',12,'URL',1044117043); INSERT INTO international VALUES (75,'LinkList',12,'Link Liste Template',1044117020); INSERT INTO international VALUES (6,'LinkList',12,'Link Liste',1044116949); INSERT INTO international VALUES (13,'LinkList',12,'Legg til ny Link.',1044116936); INSERT INTO international VALUES (73,'Item',12,'Item Template',1044116842); INSERT INTO international VALUES (72,'Item',12,'Template',1044116829); INSERT INTO international VALUES (5,'Item',12,'Last ned Vedlegg',1044116784); INSERT INTO international VALUES (4,'Item',12,'Item',1044116769); INSERT INTO international VALUES (3,'Item',12,'Slett Vedlegg',1044116655); INSERT INTO international VALUES (2,'Item',12,'Vedlegg',1044116643); INSERT INTO international VALUES (1,'Item',12,'Link URL',1044116631); INSERT INTO international VALUES (8,'FileManager',12,'Kort Beskrivelse',1044116541); INSERT INTO international VALUES (75,'FileManager',12,'FilBehandler Template',1044116445); INSERT INTO international VALUES (74,'FileManager',12,'Legg til en Fil.',1044116423); INSERT INTO international VALUES (7,'FileManager',12,'Gruppe til Nedlasting',1044116364); INSERT INTO international VALUES (6,'FileManager',12,'Fil',1044116321); INSERT INTO international VALUES (5,'FileManager',12,'Fil Tittel',1044116313); INSERT INTO international VALUES (3,'FileManager',12,'Fortsett til Legg til Fil?',1044116299); INSERT INTO international VALUES (20,'FileManager',12,'Sideskift Etter',1044116271); INSERT INTO international VALUES (19,'FileManager',12,'Du har ingen filer tilgjengelig.',1044116247); INSERT INTO international VALUES (18,'FileManager',12,'Alternativ Versjon #2',1044116221); INSERT INTO international VALUES (17,'FileManager',12,'Alternativ versjon #1',1044116206); INSERT INTO international VALUES (16,'FileManager',12,'Opplastet Dato',1044116180); INSERT INTO international VALUES (15,'FileManager',12,'Beskrivelse',1044116132); INSERT INTO international VALUES (14,'FileManager',12,'Fil',1044116119); INSERT INTO international VALUES (12,'FileManager',12,'Er du sikker på at du vil slette denne filen?',1044116109); INSERT INTO international VALUES (11,'FileManager',12,'Legg til ny Fil.',1044116077); INSERT INTO international VALUES (1,'FileManager',12,'Fil Behandler',1044116048); INSERT INTO international VALUES (9,'FAQ',12,'Legg til nytt spørsmål.',1044116021); INSERT INTO international VALUES (76,'FAQ',12,'FAQ Template',1044115953); INSERT INTO international VALUES (75,'FAQ',12,'Legg til spørsmål.',1044115940); INSERT INTO international VALUES (74,'FAQ',12,'Template',1044115925); INSERT INTO international VALUES (7,'FAQ',12,'Er du sikker du vil slette dette spørsmål?',1044115657); INSERT INTO international VALUES (6,'FAQ',12,'Svar',1044115602); INSERT INTO international VALUES (5,'FAQ',12,'Spørsmål',1044115594); INSERT INTO international VALUES (2,'FAQ',12,'F.A.Q.',1044115569); INSERT INTO international VALUES (13,'FAQ',12,'Slå på [top]Link?',1044115556); INSERT INTO international VALUES (12,'FAQ',12,'Slå på Q&A?',1044115516); INSERT INTO international VALUES (11,'FAQ',12,'Slå på TOC?',1044115490); INSERT INTO international VALUES (5,'ExtraColumn',12,'StyleSheet Class',1044115399); INSERT INTO international VALUES (4,'ExtraColumn',12,'Bredde',1044115384); INSERT INTO international VALUES (3,'ExtraColumn',12,'Spacer',1044115374); INSERT INTO international VALUES (1,'ExtraColumn',12,'Ekstra kolonne',1044115356); INSERT INTO international VALUES (96,'EventsCalendar',12,'Hendelse Template',1044115252); INSERT INTO international VALUES (94,'EventsCalendar',12,'Hendelse kalender Template',1044115228); INSERT INTO international VALUES (93,'EventsCalendar',12,'Neste hendelse',1044115212); INSERT INTO international VALUES (92,'EventsCalendar',12,'Forrige hendelse',1044115199); INSERT INTO international VALUES (91,'EventsCalendar',12,'Legg til ny hendelse.',1044115182); INSERT INTO international VALUES (90,'EventsCalendar',12,'Standard måned',1044115167); INSERT INTO international VALUES (9,'EventsCalendar',12,'frem til',1044115123); INSERT INTO international VALUES (89,'EventsCalendar',12,'Vis 3 måneder fra start.',1044115106); INSERT INTO international VALUES (88,'EventsCalendar',12,'Vis 6 måneder fra start.',1044115092); INSERT INTO international VALUES (87,'EventsCalendar',12,'Vis 9 måneder fra start.',1044115078); INSERT INTO international VALUES (86,'EventsCalendar',12,'Vis 12 måneder fra start.',1044115063); INSERT INTO international VALUES (85,'EventsCalendar',12,'Sist i kalenderen',1044115039); INSERT INTO international VALUES (84,'EventsCalendar',12,'Slutt Måned',1044115021); INSERT INTO international VALUES (83,'EventsCalendar',12,'Først i kalenderen.',1044115008); INSERT INTO international VALUES (82,'EventsCalendar',12,'Gjeldende.',1044114993); INSERT INTO international VALUES (81,'EventsCalendar',12,'Start Måned',1044114983); INSERT INTO international VALUES (80,'EventsCalendar',12,'Hendelse Template',1044114970); INSERT INTO international VALUES (8,'EventsCalendar',12,'Gjentaes hver',1044114957); INSERT INTO international VALUES (79,'EventsCalendar',12,'Hoved Template',1044114942); INSERT INTO international VALUES (78,'EventsCalendar',12,'Ikke slett noe, jeg gjorde en tabbe.',1044114927); INSERT INTO international VALUES (77,'EventsCalendar',12,'Slett denne hendelsen OG alle dens gjentagende hendelser.',1044114901); INSERT INTO international VALUES (76,'EventsCalendar',12,'Slette bare denne hendelse.',1044114838); INSERT INTO international VALUES (75,'EventsCalendar',12,'Hvilken ønsker du å gjøre?',1044114823); INSERT INTO international VALUES (4,'EventsCalendar',12,'Engangs hendelse.',1044114704); INSERT INTO international VALUES (20,'EventsCalendar',12,'Legg til en hendelse',1044114668); INSERT INTO international VALUES (2,'EventsCalendar',12,'Hendelses kalender',1044114655); INSERT INTO international VALUES (19,'EventsCalendar',12,'Sideskift etter',1044114640); INSERT INTO international VALUES (15,'EventsCalendar',12,'Slutt Dato',1044114625); INSERT INTO international VALUES (14,'EventsCalendar',12,'Start Dato',1044114614); INSERT INTO international VALUES (5,'Auth/WebGUI',12,'Passordet kan ikke være \'password\'.',1044114576); INSERT INTO international VALUES (4,'Auth/WebGUI',12,'Ditt passord kan ikke være blankt.',1044114538); INSERT INTO international VALUES (3,'Auth/WebGUI',12,'Passordet var ikke likt. Prøv igjen!',1044114503); INSERT INTO international VALUES (2,'Auth/WebGUI',12,'Passord(godkjenn)',1044114471); INSERT INTO international VALUES (1,'Auth/WebGUI',12,'WebGUI Autentiserings oppsjoner',1044114447); INSERT INTO international VALUES (9,'Auth/SMB',12,'NT Passord',1044114419); INSERT INTO international VALUES (8,'Auth/SMB',12,'NT Login',1044114408); INSERT INTO international VALUES (7,'Auth/SMB',12,'NT Domene',1044113782); INSERT INTO international VALUES (6,'Auth/SMB',12,'BDC',1044113769); INSERT INTO international VALUES (5,'Auth/SMB',12,'PDC',1044113761); INSERT INTO international VALUES (4,'Auth/SMB',12,'SMB Login feil(3)\r\nDu har oppgitt en gal brukernavn/passord kombinasjon. Sikkert en skrivefeil, prøv igjen!',1044113752); INSERT INTO international VALUES (3,'Auth/SMB',12,'SMB Protokoll feil(2)\r\nKontakt din systemadministrator.',1044113680); INSERT INTO international VALUES (2,'Auth/SMB',12,'SMB Server feil(1)\r\nNoe gikk galt ved kontakt med domene kontroller. Mulig tidsavbrudd. Prøv igjen eller kontakt din systemadministrator.',1044113640); INSERT INTO international VALUES (1,'Auth/SMB',12,'SMB Autentiserings oppsjoner',1044113552); INSERT INTO international VALUES (8,'Auth/LDAP',12,'LDAP Passord Navn',1044113525); INSERT INTO international VALUES (7,'Auth/LDAP',12,'LDAP Identitets Navn',1044113501); INSERT INTO international VALUES (6,'Auth/LDAP',12,'LDAP Identitet (default)',1044113475); INSERT INTO international VALUES (5,'Auth/LDAP',12,'LDAP URL (default)',1044113444); INSERT INTO international VALUES (4,'Auth/LDAP',12,'Connect DN',1044113415); INSERT INTO international VALUES (3,'Auth/LDAP',12,'LDAP URL',1044113398); INSERT INTO international VALUES (2,'Auth/LDAP',12,'Kan ikke koble til LDAP server.',1043967789); INSERT INTO international VALUES (1,'Auth/LDAP',12,'LDAP Autentiserings opsjoner',1043967710); INSERT INTO international VALUES (9,'Article',12,'Vedlegg',1043967632); INSERT INTO international VALUES (8,'Article',12,'Link URL',1043967615); INSERT INTO international VALUES (72,'Article',12,'Artikkel Template',1043967557); INSERT INTO international VALUES (7,'Article',12,'Link Tittel',1043965755); INSERT INTO international VALUES (6,'Article',12,'Bilde',1043965712); INSERT INTO international VALUES (4,'Article',12,'Slutt Dato',1043965704); INSERT INTO international VALUES (3,'Article',12,'Start Dato',1043965693); INSERT INTO international VALUES (28,'Article',12,'Vis respons',1043965682); INSERT INTO international VALUES (27,'Article',12,'Tilbake til artikkel',1043965669); INSERT INTO international VALUES (24,'Article',12,'Lag respons',1043965651); INSERT INTO international VALUES (23,'Article',12,'Dato',1043965597); INSERT INTO international VALUES (22,'Article',12,'Forfatter',1043965589); INSERT INTO international VALUES (894,'WebGUI',12,'Tillates diskusjon?',1043965578); INSERT INTO international VALUES (13,'Article',12,'Slett',1043965538); INSERT INTO international VALUES (10,'Article',12,'Konvertere \"carriage returns\"?',1043965425); INSERT INTO international VALUES (1,'Article',12,'Artikkel',1043965350); INSERT INTO international VALUES (887,'WebGUI',21,'Midas (ÔÒÅÂÕÅÔÓÑ Mozilla 1.3+)',1048518295); INSERT INTO international VALUES (896,'WebGUI',21,'÷ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÈÒÁÎÉÔÓÑ ËÜÛ (ÄÌÑ ÇÏÓÔÅÊ)',1048508988); INSERT INTO international VALUES (895,'WebGUI',21,'÷ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÈÒÁÎÉÔÓÑ ËÜÛ',1048508939); INSERT INTO international VALUES (893,'WebGUI',21,'ó×ÏÊÓÔ×Á ÍÏÄÕÌÑ',1048508878); INSERT INTO international VALUES (892,'WebGUI',21,'ïÂÓÕÖÄÅÎÉÅ ',1048508842); INSERT INTO international VALUES (891,'WebGUI',21,'ôÏÌØËÏ ÍÁËÒÏÓÙ',1048508802); INSERT INTO international VALUES (890,'WebGUI',21,'WebGUI ÍÏÖÅÔ ÓÏÚÄÁ×ÁÔØ ÔÁÂÌÉÃÙ. äÌÑ ÕÐÒÁ×ÌÅÎÉÅ ×ÎÅÛÎÉÍ ×ÉÄÏÍ ÓÏÚÄÁ×ÁÅÍÙÈ ÔÁÂÌÉà ÎÁÄÏ ÄÏÂÁ×ÉÔØ ÐÁÒÕ ÓÔÒÏË Ë ÓÕÝÅÓÔ×ÕÀÝÅÍÕ ÓÔÉÌÀ.\r\n\r\nîÁ ÄÁÎÎÙÊ ÍÏÍÅÎÔ ÄÏÓÔÕÐÎÙ ÓÌÅÄÕÀÝÉÅ ÓÔÉÌÉ:\r\n\r\n.tab
\r\nóÔÉÌØ ÐÏ ÕÍÏÌÞÁÎÉÀ.\r\n\r\ndiv.tabs
\r\nóÔÉÌØ ÄÌÑ ÛÁÐËÉ ÔÁÂÌÉÃÙ.\r\n\r\n.tabBody
\r\nóÔÉÌØ ÄÌÑ ÔÅÌÁ ÔÁÂÌÉÃÙ.\r\n\r\n.tabHover
\r\nóÔÉÌØ ÐÒÉ ÎÁ×ÅÄÅÎÉÉ ÍÙÛËÉ.\r\n\r\n.tabActive
\r\náËÔÉ×ÎÏÅ ÓÏÓÔÏÑÎÉÅ.\r\n\r\nðÒÉÍÅÒÙ
\r\nó×ÅÔÌÙÊ ÓÔÉÌØ
\r\n
\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n\r\nôÅÍÎÙÊ ÓÔÉÌØ\r\n\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n',1048508567); INSERT INTO international VALUES (889,'WebGUI',21,'ëÁÓËÁÄÎÙÅ ÌÉÓÔÙ ÓÔÉÌÅÊ',1048507484); INSERT INTO international VALUES (73,'SyndicatedContent',21,'äÌÑ ÛÁÂÌÏÎÁ ÍÏÄÕÌÑ ÓÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ× ÄÏÓÔÕÐÎÙ ÓÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ:\r\n\r\nchannel.title
\r\nîÁÚ×ÁÎÉÅ ÄÌÑ ËÌÏÎÁ ÓÁÊÔÁ, Ó ËÏÔÏÒÏÇÏ ÂÅÒÅÔÓÑ ÉÎÆÏÒÍÁÃÉÑ.\r\n\r\nchannel.description
\r\nïÐÉÓÁÎÉÅ ÄÌÑ ËÌÏÎÁ ÓÁÊÔÁ.\r\n\r\nchannel.link
\r\nURL ÄÌÑ ÐÅÒÅÈÏÄÁ ÎÁ ËÌÏÎ.\r\n\r\nitem_loop
\r\nóÁÍÁ ÉÎÆÏÒÍÁÃÉÑ (×ËÌÀÞÁÑ ÐÒÏËÒÕÔËÕ).\r\n\r\ntitle
\r\nîÁÚ×ÁÎÉÅ ÓÁÊÔÁ-ÉÓÔÏÞÎÉËÁ.\r\n\r\ndescription
\r\nïÐÉÓÁÎÉÅ ÓÏÄÅÒÖÁÎÉÑ.\r\n\r\nlURL ÄÌÑ ÐÅÒÅÈÏÄÁ ÎÁ ÏÒÉÇÉÎÁÌØÎÙÊ ÓÁÊÔ (Ó ËÏÔÏÒÏÇÏ ÂÅÒÅÔÓÑ ÉÎÆÏÒÍÁÃÉÑ).',1048507427); INSERT INTO international VALUES (72,'SyndicatedContent',21,'ûÁÂÌÏÎ ÄÌÑ ÍÏÄÕÌÑ ÓÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1048506689); INSERT INTO international VALUES (32,'MailForm',21,'ÎÅ ËÏÒÒÅËÔÎÙÊ e-mail.',1048506622); INSERT INTO international VALUES (31,'MailForm',21,'ÎÅ ËÏÒÒÅËÔÎÏ ÚÁÐÏÌÎÅÎÏ.',1048505935); INSERT INTO international VALUES (30,'MailForm',21,'ÄÏÌÖÎÏ ÂÙÔØ ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ',1048505858); INSERT INTO international VALUES (29,'MailForm',21,'ÜÔÏ ÐÏÌÅ ÏÂÑÚÁÔÅÌØÎÏ ÄÌÑ ÚÁÐÏÌÎÅÎÉÑ',1048505766); INSERT INTO international VALUES (28,'MailForm',21,'ïÐÃÉÏÎÁÌØÎÏ ÄÌÑ ÔÅËÓÔÏ×ÏÇÏ ÐÏÌÑ',1048505621); INSERT INTO international VALUES (27,'MailForm',21,'äÌÉÎÁ',1048505563); INSERT INTO international VALUES (9,'HttpProxy',21,'äÉÒÅËÔÏÒÉÑ ÄÌÑ Cookie',1048505543); INSERT INTO international VALUES (8,'HttpProxy',21,'òÁÚÒÅÛÉÔØ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ?',1048505525); INSERT INTO international VALUES (6,'HttpProxy',21,'çÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ',1048505504); INSERT INTO international VALUES (5,'HttpProxy',21,'òÁÚÒÅÛÉÔØ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÐÒÏËÓÉ ÄÌÑ ÄÒÕÇÉÈ ÄÏÍÅÎÏ×?',1048505470); INSERT INTO international VALUES (4,'HttpProxy',21,'÷ÒÅÍÑ ÏÖÉÄÁÎÉÑ ÓÏÅÄÉÎÅÎÉÑ',1048505270); INSERT INTO international VALUES (3,'HttpProxy',21,'HTTP-ÐÒÏËÓÉ ',1048505211); INSERT INTO international VALUES (2,'HttpProxy',21,'òÅÄÁËÔÏÒ HTTP-ÐÒÏËÓÉ',1048505079); INSERT INTO international VALUES (11,'HttpProxy',21,'éÓÐÏÌØÚÏ×ÁÎÉÅ ÍÏÄÕÌÑ HTTP-ÐÒÏËÓÉ ÄÁÅÔ ×ÁÍ ×ÏÚÍÏÖÎÏÓÔØ ×ÓÔÒÁÉ×ÁÔØ ÓÏÄÅÒÖÉÍÏÅ ÄÒÕÇÉÈ ÓÁÊÔÏ× ×ÎÕÔÒØ ×ÁÛÅÇÏ.\r\nURL
\r\nóÓÙÌËÁ ÎÁ ×ÎÅÛÎÉÊ ÓÁÊÔ.
\r\n\r\nòÁÚÒÅÛÉÔØ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ?
\r\néÎÏÇÄÁ ÎÁ ÓÔÒÁÎÉÃÁÈ ÉÓÐÏÌØÚÕÅÔÓÑ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ ÄÒÕÇÉÅ ÓÔÒÁÎÉÃÙ. ÷ÙÂÅÒÉÔÅ ÒÁÚÒÅÛÉÔØ ÌÉ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ ÜÔÉ ÓÔÒÁÎÉÃÙ ÉÌÉ ×ÙÄÁÔØ ÓÏÏÂÝÅÎÉÅ Ï ÏÛÉÂËÅ.\r\n
\r\n\r\nïÖÉÄÁÎÉÅ ÓÏÅÄÉÎÅÎÉÑ
\r\n÷×ÅÄÉÔÅ ×ÒÅÍÑ × ÓÅËÕÎÄÁÈ × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÓÉÓÔÅÍÁ ÍÏÖÅÔ ÏÖÉÄÁÔØ ÓÏÅÄÉÎÅÎÉÑ Ó ÄÒÕÇÉÍ ÓÁÊÔÏÍ.\r\n
\r\näÉÒÅËÔÏÒÉÑ ÄÌÑ Cookie
\r\n÷×ÅÄÉÔÅ ÄÉÒÅËÔÏÒÉÀ, × ËÏÔÏÒÏÊ ÂÕÄÕÔ ÈÒÁÎÉÔÓÑ cookies ÄÌÑ ×ÎÅÛÎÅÇÏ ÓÁÊÔÁ. äÌÑ ÄÉÒÅËÔÏÒÉÉ ÎÁÄÏ ÕÓÔÁÎÏ×ÉÔØ ÐÒÁ×Á ÎÁ ÚÁÐÉÓØ ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ. åÓÌÉ cookie ÎÅ ÓÏÈÒÁÎÑÔØÓÑ ÎÁ ×ÁÛÅÍ ÓÅÒ×ÅÒÅ, ÔÏ ×ÏÚÍÏÖÎÏ ÍÏÄÕÌØ ÎÅ ÂÕÄÅÔ ÒÁÂÏÔÁÔØ ÐÒÁ×ÉÌØÎÏ.\r\n\r\nçÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ
\r\nçÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ ÄÒÕÇÏÇÏ ÓÁÊÔÁ ÍÏÖÎÏ ÚÁÍÅÎÉÔØ ÎÁ ÏÄÕ ÉÚ ÔÅÈ, ËÏÔÏÒÙÅ ÕÓÔÁÎÏ×ÌÅÎÙ × ×ÁÛÅÊ ÓÉÓÔÅÍÅ.\r\n\r\næÉÌØÔÒ ÄÌÑ ÓÏÄÅÒÖÁÎÉÑ
\r\n÷ÙÂÅÒÉÔÅ ÕÒÏ×ÅÎØ ÆÉÌØÔÒÁÃÉÉ HTML ËÏÄÁ ÄÌÑ ÓÏÄÅÒÖÉÍÏÇÏ ×ÎÅÛÎÅÇÏ ÓÁÊÔÁ.\r\n\r\nòÁÚÒÅÛÉÔØ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÐÒÏËÓÉ ÄÌÑ ÄÒÕÇÉÈ ÄÏÍÅÎÏ×?
\r\nåÓÌÉ ×ÙÂÒÁÎÎÙÊ ÓÁÊÔ ÉÍÅÅÔ ×ÎÅÛÎÉÅ ÓÓÙÌËÉ (ÎÁ ÄÒÕÇÉÅ ÓÁÊÔÙ/ÄÏÍÅÎÙ), ÔÏ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ, ÏÔÏÂÒÁÖÁÔØ ÌÉ ÉÈ × ÒÁÍËÁÈ ×ÁÛÅÇÏ ÓÁÊÔÁ ÉÌÉ ËÁË ÓÁÍÏÓÔÏÑÔÅÌØÎÙÅ ÓÁÊÔÙ.',1048504885); INSERT INTO international VALUES (10,'HttpProxy',21,'HTTP-ÐÒÏËÓÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048503378); INSERT INTO international VALUES (1,'HttpProxy',21,'URL',1048503301); INSERT INTO international VALUES (526,'Discussion',21,'ÏÔ ',1048503285); INSERT INTO international VALUES (525,'Discussion',21,'ïÔÒÅÄÁËÔÉÒÏ×ÁÎÏ × ',1048503236); INSERT INTO international VALUES (1,'Discussion',21,'æÉÌØÔÒ ÓÏÏÂÝÅÎÉÊ',1048503183); INSERT INTO international VALUES (888,'WebGUI',21,'äÌÉÎÎÁ ÔÅËÓÔÏ×ÏÇÏ ÓÏÏÂÝÅÎÉÑ ÐÒÉ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÍ ÐÒÏÓÍÏÔÒÅ',1045499912); INSERT INTO international VALUES (886,'WebGUI',21,'îÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÔÒÁÎÉÃÕ ÐÒÉ ÏÒÇÁÎÉÚÁÃÉÉ ÎÁ×ÉÇÁÃÉÉ',1045499763); INSERT INTO international VALUES (885,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÔØ Ó×ÏÊ ÁËËÁÕÎÔ?',1045499648); INSERT INTO international VALUES (884,'WebGUI',21,'÷ ÎÏ×ÏÍ ÏËÎÅ',1045499597); INSERT INTO international VALUES (883,'WebGUI',21,'÷ ÔÅËÕÝÅÍ ÏËÎÅ (ÅÓÌÉ ×ÏÚÍÏÖÎÏ)',1045499561); INSERT INTO international VALUES (882,'WebGUI',21,'òÅÖÉÍ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ',1045499526); INSERT INTO international VALUES (881,'WebGUI',21,'ïÔÓÕÔÓÔ×ÕÅÔ',1045499297); INSERT INTO international VALUES (880,'WebGUI',21,'ðÒÏÓÔÅÊÛÉÊ ÒÅÄÁËÔÏÒ',1045499182); INSERT INTO international VALUES (879,'WebGUI',21,'ëÌÁÓÓÉÞÅÓËÉÊ ÒÅÄÁËÔÏÒ (ÔÒÅÂÕÅÔÓÑ Internet Explorer 5+)',1045498984); INSERT INTO international VALUES (878,'WebGUI',21,'÷Ù ÎÅ ÐÏÄÐÉÓÁÎÙ ÎÉ ÎÁ ÏÄÉÎ ÆÏÒÕÍ',1045498871); INSERT INTO international VALUES (877,'WebGUI',21,'óÏÏÂÝÅÎÉÑ ÎÁ ÆÏÒÕÍÅ',1045498793); INSERT INTO international VALUES (876,'WebGUI',21,'ðÒÏÓÍÏÔÒ ÏÔ×ÅÔÏ× ÎÁ ÆÏÒÕÍÅ',1045498501); INSERT INTO international VALUES (875,'WebGUI',21,'îÁÐÉÓÁÎÏ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ.',1045498177); INSERT INTO international VALUES (874,'WebGUI',21,'ïÔÐÉÓÁÔØÓÑ ÏÔ ÏÔ×ÅÔÏ×',1045497580); INSERT INTO international VALUES (873,'WebGUI',21,'ðÏÄÐÉÓËÁ ÎÁ ÏÔ×ÅÔÙ',1045497420); INSERT INTO international VALUES (872,'WebGUI',21,'çÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ',1045495375); INSERT INTO international VALUES (871,'WebGUI',21,'çÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ',1045495327); INSERT INTO international VALUES (870,'WebGUI',21,'úÄÒÁ×ÓÔ×ÕÊÔÅ',1045490236); INSERT INTO international VALUES (869,'WebGUI',21,'ðÒÉ×ÅÔÓÔ×ÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ',1045490181); INSERT INTO international VALUES (868,'WebGUI',21,'ðÏÓÙÌÁÔØ ÐÒÉ×ÅÔÓÔ×ÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ?',1045490098); INSERT INTO international VALUES (867,'WebGUI',21,'õ ×ÁÓ ÂÏÌØÛÅ ÐÒÁ× ÄÏÓÔÕÐÁ',1045490042); INSERT INTO international VALUES (866,'WebGUI',21,'óÏÏÂÝÅÎÉÅ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÐÏÓÙÌÁÅÍÏÅ ÉÍ ÐÏ ÉÓÔÅÞÅÎÉÉ ÓÒÏËÁ ÄÅÊÓÔ×ÉÑ ÐÏÌÎÏÍÏÞÉÊ ÇÒÕÐÐÙ',1045489840); INSERT INTO international VALUES (865,'WebGUI',21,'éÎÆÏÒÍÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ Ï ÏËÏÎÞÁÎÉÉ ÓÒÏËÁ ÄÅÊÓÔ×ÉÑ ÐÏÌÎÏÍÏÞÉÊ?',1045488426); INSERT INTO international VALUES (864,'WebGUI',21,'úÁ ÓËÏÌØËÏ ÄÎÅÊ ÉÎÆÏÒÍÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ Ï ÏËÏÎÞÁÎÉÑ ÄÅÊÓÔ×ÉÑ ÐÏÌÎÏÍÏÞÉÊ? ',1045488364); INSERT INTO international VALUES (863,'WebGUI',21,'þÅÒÅÚ ËÁËÏÅ ÞÉÓÌÏ ÄÎÅÊ ÉÎÆÏÒÍÁÃÉÑ Ï ÕÄÁÌÅÎÎÏÊ ÇÒÕÐÐÅ ÕÄÁÌÑÔØ ÉÚ ÂÁÚÙ',1045488223); INSERT INTO international VALUES (862,'WebGUI',21,'ðÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ ÜÔÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÐÕÂÌÉËÕÀÔÓÑ.',1045487598); INSERT INTO international VALUES (861,'WebGUI',21,'ðÏËÁÚÙ×ÁÔØ ÐÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ×ÓÅÍ?',1045487097); INSERT INTO international VALUES (860,'WebGUI',21,'ðÏËÁÚÙ×ÁÔØ e-mail? ',1045486981); INSERT INTO international VALUES (859,'WebGUI',21,'ðÏÄÐÉÓØ',1045486849); INSERT INTO international VALUES (858,'WebGUI',21,'îÉË',1045486754); INSERT INTO international VALUES (857,'WebGUI',21,'IP',1045486652); INSERT INTO international VALUES (2,'DocumentForm',21,'äÁÔÁ',1034189690); INSERT INTO international VALUES (3,'DocumentForm',21,'ôÅËÓÔÏ×ÙÊ ÂÌÏË',1034189690); INSERT INTO international VALUES (4,'DocumentForm',21,'ôÅËÓÔÏ×ÏÅ ÐÏÌÅ',1034189690); INSERT INTO international VALUES (5,'DocumentForm',21,'e-mail',1034189690); INSERT INTO international VALUES (6,'DocumentForm',21,'URL',1034189690); INSERT INTO international VALUES (7,'DocumentForm',21,'þÅË-ÂÏËÓ',1034189690); INSERT INTO international VALUES (8,'DocumentForm',21,'äÁ/îÅÔ',1034189690); INSERT INTO international VALUES (9,'DocumentForm',21,'÷ÙÐÁÄÁÀÝÅÅ ÍÅÎÀ',1034189690); INSERT INTO international VALUES (10,'DocumentForm',21,'äÏÂÁ×ÉÔØ ÐÏÌÅ ××ÏÄÁ ÉÎÆÏÒÍÁÃÉÉ',1034189690); INSERT INTO international VALUES (11,'DocumentForm',21,'ëÏÍÕ (e-mail)',1034189690); INSERT INTO international VALUES (12,'DocumentForm',21,'÷×ÅÄÉÔÅ ×ÁÛ e-mail',1034189690); INSERT INTO international VALUES (14,'DocumentForm',21,'îÁÚ×ÁÎÉÅ ÄÏËÕÍÅÎÔÁ',1034189690); INSERT INTO international VALUES (15,'DocumentForm',21,'òÅÄÁËÔÏÒ ÐÏÌÅÊ ÆÏÒÍÙ',1034189690); INSERT INTO international VALUES (16,'DocumentForm',21,'îÁÚ×ÁÎÉÅ ÐÏÌÑ',1034189690); INSERT INTO international VALUES (17,'DocumentForm',21,'ôÅËÓÔ ÐÅÒÅÄ ÐÏÌÅÍ',1034189690); INSERT INTO international VALUES (18,'DocumentForm',21,'ëÏÒÏÔËÏÅ ÓÏÏÂÝÅÎÉÅ ÐÅÒÅÄ ÐÏÌÅÍ',1034189690); INSERT INTO international VALUES (19,'DocumentForm',21,'ÐÏ ÐÒÁ×ÏÍÕ ËÒÁÀ',1034189690); INSERT INTO international VALUES (20,'DocumentForm',21,'ÐÏ ÌÅ×ÏÍÕ ËÒÁÀ',1034189690); INSERT INTO international VALUES (21,'DocumentForm',21,'ÐÏ ÃÅÎÔÒÕ',1034189690); INSERT INTO international VALUES (22,'DocumentForm',21,'ÓËÒÙÔÙÊ',1034189690); INSERT INTO international VALUES (23,'DocumentForm',21,'ÏÔÏÂÒÁÖÁÅÍÙÊ',1034189690); INSERT INTO international VALUES (24,'DocumentForm',21,'ÒÅÄÁËÔÉÒÕÅÍÙÊ',1034189690); INSERT INTO international VALUES (25,'DocumentForm',21,'óÏÏÂÝÅÎÉÅ Á×ÔÏÏÔ×ÅÔÞÉËÁ',1034189690); INSERT INTO international VALUES (26,'DocumentForm',21,'óÏÈÒÁÎÉÔØ ÄÁÎÎÙÅ × ÂÁÚÅ?',1034189690); INSERT INTO international VALUES (27,'DocumentForm',21,'ûÉÒÉÎÁ',1034189690); INSERT INTO international VALUES (28,'DocumentForm',21,'òÅÄÁËÔÏÒ ÐÏÌÅÊ',1034189690); INSERT INTO international VALUES (29,'DocumentForm',21,'ïÔ ËÏÇÏ (e-mail)',1034189690); INSERT INTO international VALUES (30,'DocumentForm',21,'ëÏÍÕ (e-mail)',1034189690); INSERT INTO international VALUES (31,'DocumentForm',21,'ôÅËÓÔÏ×ÏÅ ÂÌÏË ÐÅÒÅÄ ÆÏÒÍÏÊ',1034189690); INSERT INTO international VALUES (32,'DocumentForm',21,'ëÏÒÏÔËÉÊ ÔÅËÓÔ ÐÅÒÅÄ ÆÏÒÍÏÊ',1034189690); INSERT INTO international VALUES (33,'DocumentForm',21,'óÔÁÔÕÓ ÐÏÌÑ',1034189690); INSERT INTO international VALUES (34,'DocumentForm',21,'÷ÙÒÁ×ÎÉ×ÁÎÉÅ ÐÏÌÑ',1034189690); INSERT INTO international VALUES (35,'DocumentForm',21,'ëÏÒÏÔËÉÊ ÔÅËÓÔ ÐÏÓÌÅ ÐÏÌÑ',1034189690); INSERT INTO international VALUES (36,'DocumentForm',21,'ôÅËÓÔÏ×ÙÊ ÂÌÏË ÐÏÓÌÅ ÐÏÌÑ',1034189690); INSERT INTO international VALUES (37,'DocumentForm',21,'ðÕÎËÔÙ ÍÅÎÀ (ÐÏ ÏÄÎÏÍÕ × ÓÔÒÏËÅ)',1034189690); INSERT INTO international VALUES (38,'DocumentForm',21,'úÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ',1034189690); INSERT INTO international VALUES (4200,'WebGUI',21,'÷ÅÒÎÕÔÓÑ Ë ÓÐÉÓËÕ ÐÒÉÓÌÁÎÎÙÈ ÆÏÒÍ',1034189690); INSERT INTO international VALUES (4201,'DocumentForm',21,'õÄÁÌÉÔØ ÐÒÉÓÌÁÎÎÕÀ ÆÏÒÍÕ?',1034189690); INSERT INTO international VALUES (1,'DocumentForm',21,'óÏÚÄÁÎÉÅ ÄÏËÕÍÅÎÔÏ×',1031510000); INSERT INTO international VALUES (890,'WebGUI',8,'WebGUI ha un sottosistema che può creare \"tabs\". Vedrai queste tabs in form complessi come l\'editing di una pagina. Per far visualizzare bene le tabs e farle combaciare con il look del tuo sito, é necessario aggiungere una sezione al tuo style sheet specifica per le tabs.\r\n\r\nLe seguenti classi di style sheet sono disponibili:\r\n
\r\n\r\n.tab
\r\nIl look di default di ogni tab.\r\n\r\n\r\ndiv.tabs
\r\nQuesto definisce alcune proprietà per tutte le tab. Dovrebbe essere usato per le etichette di testo nelle tabs.\r\n\r\n\r\n.tabBody
\r\nL\'area del contenutoper ogni tab. Qui é dove il form viene visualizzato. Nota che per i migliori risultati il colore di sfondo di questo elemento deve combaciare con quello di .tabActive.\r\n\r\n\r\n\r\n.tabHover
\r\nIl look di una tab quando il mouse ci passa sopra.\r\n\r\n\r\n.tabActive
\r\nIl look della tab attualmente visibile.\r\n\r\n\r\n\r\nEsempi
\r\nPuoi usare questi invece di creare i tuoi propri se vuoi. Oppure usa questi come linee guida per creare i tuoi propri.\r\n
',1048856569); INSERT INTO international VALUES (73,'SyndicatedContent',8,'Le seguenti variabili sono disponibili nel template per il contenuto da altri siti.\r\n\r\n
\r\nStili bianchi o chiari\r\n \r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n\r\n\r\nStili neri o scuri\r\n \r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n\r\n\r\n\r\n\r\nchannel.title
\r\nIl titolo di questo pezzo di contenuto da altri siti\r\n\r\nchannel.description
\r\nUna descrizionde del contenuto disponibile tramite questo canale\r\n\r\nchannel.link
\r\nUna URL che punta al sito generatore di questo contenuto\r\n\r\n\r\nitem_loop
\r\nUn loop contenente i dati da questo canale.\r\n\r\n\r\ntitle',1048855993); INSERT INTO international VALUES (891,'WebGUI',8,'Annulla solo le macro',1048258281); INSERT INTO international VALUES (896,'WebGUI',8,'Timeout della cache della pagina (visitatori)',1048258225); INSERT INTO international VALUES (895,'WebGUI',8,'Timeout della cache della pagina',1048258204); INSERT INTO international VALUES (889,'WebGUI',8,'Style Sheet, Tabs',1048258121); INSERT INTO international VALUES (893,'WebGUI',8,'Proprietà del Wobject',1048067652); INSERT INTO international VALUES (892,'WebGUI',8,'Discussione',1048067622); INSERT INTO international VALUES (72,'SyndicatedContent',8,'Template per il contenuto da altri siti',1048030686); INSERT INTO international VALUES (32,'MailForm',8,'non è un indirizzo di email valido.',1048030662); INSERT INTO international VALUES (31,'MailForm',8,'non è compilato correttamente.',1048030648); INSERT INTO international VALUES (30,'MailForm',8,'deve essere un numero.',1048030633); INSERT INTO international VALUES (29,'MailForm',8,'è un campo richiesto.',1048030615); INSERT INTO international VALUES (28,'MailForm',8,'Opzionale per la Textarea',1048030602); INSERT INTO international VALUES (27,'MailForm',8,'Altezza',1048030575); INSERT INTO international VALUES (9,'HttpProxy',8,'Cookie Jar',1048030564); INSERT INTO international VALUES (8,'HttpProxy',8,'Segui le redirezioni?',1048030554); INSERT INTO international VALUES (6,'HttpProxy',8,'Rimuovi stile?',1048030540); INSERT INTO international VALUES (5,'HttpProxy',8,'Consenti il proxy di altri domini?',1048030528); INSERT INTO international VALUES (4,'HttpProxy',8,'Timeout',1048030489); INSERT INTO international VALUES (3,'HttpProxy',8,'HTTP Proxy',1048030479); INSERT INTO international VALUES (2,'HttpProxy',8,'Modifica HTTP Proxy',1048030468); INSERT INTO international VALUES (11,'HttpProxy',8,'Il wobject HTTP Proxy è un tool molto potente. Ti permette di includere siti ed applicazioni esterne nel tuo sito. Per esempio, se hai un sistema di web mail che vorresti fosse accessibile dal tuo staff attraverso la intranet, puoi usare il wobject HTTP Proxy per farlo.\r\nURL
\r\nIl titolo di un pezzo di contenuto.\r\n\r\n\r\ndescription
\r\nLa descrizione del contenuto\r\n\r\n\r\nlink\r\nUna URL diretta al contenuto originale\r\n
\r\nLa URL per il Proxy\r\n\r\n\r\nSegui redirezioni?
\r\nA volte la URL di una pagina è in effetti una redirezione ad un\'altra pagina. Vuoi seguire queste redirezioni quando occorrono?\r\n\r\n\r\nTimeout
\r\n\r\nLa quantità di tempo (in secondi) che WebGUI dovrebbe aspettare per una connessione prima di smettere di provare a raggiungere una pagina esterna.\r\n\r\n\r\nCookie Jar
\r\nUn percorso di una directory dove conservare i cookies che un\'applicazione esterna produce. Questa directory dev\'essere in un punto in cui il webserver ha i diritti di scrittura. Se i cookies non sono salvati, l\'applicazione può non funzionare correttamente.\r\n\r\n\r\n\r\nRimuovi stile?
\r\nVuoi rimuovere lo stylesheet del contenuo di cui stai facendo il proxy in favore dello stylesheet del tuo sitp?\r\n\r\n\r\nFiltra Contenuto
\r\n\r\nScegli il livello di filtraggio dell\'HTML che vuoi applicare al contenuto di cui stai facendo il proxy.\r\n\r\n\r\n\r\nConsenti il proxy di altri domini?
\r\nSe fai il proxy di siti come Yahoo! che linkano ad altri domini, vuoi consentire all\'utente di seguire quei link, o il proxy li deve fermare se tentano di abbandonare il sito che hai specificato?\r\n',1048030451); INSERT INTO international VALUES (10,'HttpProxy',8,'HTTP Proxy, Aggiungi/Modifica',1048009926); INSERT INTO international VALUES (1,'HttpProxy',8,'URL',1048009909); INSERT INTO international VALUES (526,'Discussion',8,'da',1048009901); INSERT INTO international VALUES (525,'Discussion',8,'Modificato il',1048009893); INSERT INTO international VALUES (1,'Discussion',8,'Filtra i messaggi',1048009882); -- -- 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ês (Portuguese)','ISO-8859-1','default'); INSERT INTO language VALUES (4,'Español (Spanish)','ISO-8859-1','spanish'); INSERT INTO language VALUES (3,'Nederlands (Dutch)','ISO-8859-1','default'); INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','charcoal'); INSERT INTO language VALUES (1,'English','ISO-8859-1','default'); INSERT INTO language VALUES (21,'òÕÓÓËÉÊ (Russian)','koi8-r','iconic'); INSERT INTO language VALUES (7,'¼òÌåÖÐÎÄ (Chinese Simple)','gb2312','default'); INSERT INTO language VALUES (8,'Italiano (Italian)','ISO-8859-1','italiano'); INSERT INTO language VALUES (9,'ÁcÊ^¤¤¤å (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'); INSERT INTO language VALUES (12,'Norsk (Norwegian)','ISO-8859-1','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', 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', groupIdView int(11) NOT NULL default '3', groupIdEdit int(11) NOT NULL default '3', hideFromNavigation int(11) NOT NULL default '0', PRIMARY KEY (pageId) ) TYPE=MyISAM; -- -- Dumping data for table 'page' -- INSERT INTO page VALUES (1,0,'Home',-8,3,0,'','home',1,'Home',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,7,3,0); INSERT INTO page VALUES (4,0,'Page Not Found',-6,3,21,'','page_not_found',0,'Page Not Found',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,7,3,1); INSERT INTO page VALUES (3,0,'Trash',5,3,22,'','trash',0,'Trash',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,3,3,1); INSERT INTO page VALUES (2,0,'Clipboard',4,3,23,'','clipboard',0,'Clipboard',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,4,4,1); INSERT INTO page VALUES (5,0,'Packages',1,3,24,'','packages',0,'Packages',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,6,6,1); INSERT INTO page VALUES (-3,1,'Your Next Step',-8,3,3,'','your_next_step',1,'Your Next Step','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0); INSERT INTO page VALUES (-2,1,'WebGUI Users',-8,3,2,'','webgui_users',1,'WebGUI Users','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0); INSERT INTO page VALUES (-1,1,'Getting Started',-8,3,1,'','getting_started',1,'Getting Started','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0); -- -- 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, wobjectFunction 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','10000'); 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 ('cachePagesVisitor','600'); 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',''); INSERT INTO settings VALUES ('preventProxyCache','0'); INSERT INTO settings VALUES ('thumbnailSize','50'); INSERT INTO settings VALUES ('textAreaRows','5'); INSERT INTO settings VALUES ('textAreaCols','50'); INSERT INTO settings VALUES ('textBoxSize','30'); INSERT INTO settings VALUES ('cachePages','60'); 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 ('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'); INSERT INTO settings VALUES ('sendWelcomeMessage','0'); INSERT INTO settings VALUES ('welcomeMessage','Welcome to our site.'); -- -- 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 3','','^AdminBar;\r\n\r\n
\r\n\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n^L;\r\n\r\n \r\n \r\n\r\n ^FlexMenu; \r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n^-;\r\n\r\n \r\n
\r\n'); INSERT INTO style VALUES (2,'Fail Safe','','^AdminBar;\n\n\r\n^H; / ^t; / ^m; / ^a;\r\n
\n\n^-;\n\n
\r\n^H; / ^t; / ^m; / ^a;\r\n'); INSERT INTO style VALUES (-2,'Plain Black Software (black)','','^AdminBar;\r\n\r\n\r\n\r\n\r\n
\r\n\r\n \r\n\r\n \r\n ^@;
\r\n \r\n \r\n\r\n ^C;
^D(\"%c %D, %y\"); \r\n\r\n
\r\n\r\n \r\n^T(2); \r\n\r\n\r\n^-;\r\n\r\n \r\n\r\n \r\n\r\n
\r\n
\r\n\r\n'); INSERT INTO style VALUES (4,'Clipboard','','^AdminBar;\n\n\r\n\r\n \r\n\r\n \r\n \r\n
\r\n\r\n Clipboard\r\n \r\n^H; / ^a; \r\n \r\n
PAGES
^FlexMenu;CONTENT
\n\n^-;\n\n\r\n
\r\n^H; / ^a;\r\n'); INSERT INTO style VALUES (-1,'Yahoo!','','^AdminBar;\n\n\r\n Yahoo! \r\n\r\n\r\n \r\n'); INSERT INTO style VALUES (-4,'Demo Style','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\n\n^-;\n\n\r\n
How to Suggest a Site -\r\nCompany Info -\r\nCopyright Policy -\r\nTerms of Service -\r\nContributors -\r\nJobs -\r\nAdvertisingCopyright © 2001 Yahoo! Inc. All rights reserved.
Privacy Policy\r\n
\r\n\r\n \r\n\r\n \r\n Your Company Name Here
Address: 1903 Sunrise St. City, State 65977
\r\nTel: 915.888.8888
\r\nEmail: service@company.com\r\n
\r\n\r\n \r\n\r\n ^t; \r\n\r\n
\r\n\r\n \r\n\r\n \r\n
\r\n
\r\n^M;\r\n \r\n
\r\n\r\n
\r\n\r\n \r\n \r\n\r\n^-;\r\n\r\n \r\n
\r\n\r\n\r\n\r\n'); INSERT INTO style VALUES (3,'Make Page Printable','','^AdminBar;\n\n\r\n\n\n^-;\n\n\r\n ^H; · ^a; © 2001-2002 Plain Black Software\r\n'); INSERT INTO style VALUES (-5,'Plain Black Software (white)','','^AdminBar;\r\n\r\n\r\n\r\n\r\n
\r\n\r\n \r\n\r\n \r\n ^@;
\r\n \r\n \r\n\r\n ^C;
^D(\"%c %D, %y\"); \r\n\r\n
\r\n\r\n \r\n^T(2); \r\n\r\n\r\n^-;\r\n\r\n \r\n\r\n \r\n\r\n
\r\n
\r\n\r\n'); INSERT INTO style VALUES (5,'Trash','','^AdminBar;\n\n\r\n\r\n \r\n\r\n \r\n \r\n
\r\n\r\n Trash\r\n \r\n^H; / ^a; / Empty Trash \r\n \r\n
PAGES
^FlexMenu;CONTENT
\n\n^-;\n\n\r\n
\r\n^H; / ^a; / Empty Trash\r\n'); INSERT INTO style VALUES (1,'Packages','','^AdminBar;\n\n\r\n\r\n \r\n
\r\n\r\n Packages\r\n \r\n^H; / ^a; \r\n \r\n
PACKAGES
^FlexMenu;CONTENT
\n\n^-;\n\n\r\n
\r\n^H; / ^a;\r\n'); INSERT INTO style VALUES (-6,'WebGUI 4','\r\n','\r\n\r\n \r\n
\r\n\r\n \r\n ^AdminBar; \r\n\r\n \r\n\r\n
\r\n \r\n\r\n
\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n
User:\r\n ^a(^@;); Location: ^C; \r\n\r\n \r\n\r\n \r\n\r\n
\r\n\r\n\r\n'); INSERT INTO style VALUES (-7,'Smooth Blues','\r\n','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n \r\n\r\n
\r\n \r\n\r\n ^FlexMenu; \r\n \r\n\r\n\r\n^-;\r\n\r\n\r\n\r\n \r\n\r\n
\r\n \r\n\r\n \r\n\r\n \r\n^D(\"%c %D %y\"); Powered by WebGUI \r\n\r\n\r\n
\r\n\r\n'); INSERT INTO style VALUES (-8,'WebGUI 5','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n
\r\n\r\n\r\n \r\n \r\n\r\n \r\n \r\n\r\n
\r\n\r\n \r\n \r\n\r\n \r\n \r\n\r\n
Home\r\n \r\n\r\n \r\n \r\n\r\n
Print!\r\n \r\n\r\n \r\n \r\n\r\n
My Account\r\n \r\n\r\n
\r\n\r\n\r\n \r\n^C; \r\n^?; \r\n\r\n
\r\n\r\n \r\n\r\n \r\n \r\n\r\n\r\n
\r\n\r\n Site Navigation
\r\n\r\n
\r\n
\r\n\r\n ^T(0); \r\n ^L; \r\n\r\n \r\n\r\n\r\n
\r\n\r\n \r\n \r\n\r\n^-;\r\n\r\n\r\n \r\n
\r\n\r\n\r\n
This Design ©2002 OpenServe\r\n
\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n^C; \r\nUser: ^a(^@;); \r\n\r\n \r\n\r\n \r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n \r\n \r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n \r\n \r\n
\r\n ^H;\r\n
\r\n ^FlexMenu;\r\n ^a;\r\n
\r\n
\r\n
\r\n \r\n\r\n \r\n \r\n ^-; \r\n\r\n \r\n \r\n
\r\n\r\n\r\n'); -- -- 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 (1,'Default Site Map','\r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n ','SiteMap'); INSERT INTO template VALUES (4,'Descriptive','\r\n ·\">
\r\n\r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n \r\n \r\n','LinkList'); INSERT INTO template VALUES (3,'Ordered List','\r\n \r\n\r\n \"\r\n
\r\n\r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n\r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n \r\n
','LinkList'); INSERT INTO template VALUES (1,'Default Link List','\r\n \r\n- \r\n
\r\n\r\n \r\n\r\n \"\r\n\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n\r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n \r\n \r\n','LinkList'); INSERT INTO template VALUES (2,'Unordered List','\r\n \r\n ·\r\n \"\r\n\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n\r\n
\r\n\r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n \r\n
\r\n \r\n','LinkList'); INSERT INTO template VALUES (4,'Linked Image with Caption','- \r\n
\r\n\r\n \r\n \r\n \"\r\n\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n\r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n
\r\n \r\n \">\r\n \r\n\" border=\"0\">\r\n
\r\n \r\n \" border=\"0\">\r\n
\r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n \r\n \r\n \r\n','Article'); INSERT INTO template VALUES (3,'Topics','\r\n
\r\n\r\n \"> \r\n( ) \"> \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n\r\n \r\n \r\n\r\n','FAQ'); INSERT INTO template VALUES (1,'Default Message Board','\r\n \r\n\r\n \r\n
\r\n \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n
\r\n\r\n\r\n \r\n \r\n \"> \r\n \">·\r\n \r\n \r\n
\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \"> \r\n\r\n \r\n ( \r\n)\r\n \"> \r\n\r\n \r\n \r\n \r\n \r\n \"> \r\n\r\n @ \r\n by \"> \r\n\r\n \r\n \r\n\r\n','MessageBoard'); INSERT INTO template VALUES (2,'List with Thumbnails','\r\n\r\n· · \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \r\n\r\n \r\n\r\n
\r\n\r\n\r\n \r\n\r\n\r\n \"> \r\n\r\n \r\n · \"> \r\n\r\n \r\n \r\n\r\n\"> \r\n\"> \r\n\"> \r\n\r\n \r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n \">\r\n \r\n · \r\n \"> \" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />
/ \r\n\r\n · \r\n \"> \r\n\" border=0 width=\"16\" height=\"16\" align=\"middle\" />
/ \r\n\r\n · \r\n \"> \r\n\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />
/ \r\n\r\n \r\n\r\n \r\n\" border=0 align=\"middle\" hspace=\"3\">\r\n
\r\n \r\n \r\n\r\n \r\n \r\n\r\n\r\n \r\n ','FileManager'); INSERT INTO template VALUES (2,'Events List','\r\n\r\n· · \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\n \r\n\r\n\r\n \r\n\r\n \r\n \r\n - \r\n \r\n\r\n \r\n ','EventsCalendar'); INSERT INTO template VALUES (3,'Calendar Month (Small)','\r\n\r\n· \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n \r\n \r\n\r\n \r\n ','EventsCalendar'); INSERT INTO template VALUES (1,'Default Event','\r\n\r\n· \r\n \r\n\r\n
\r\n
\r\n\r\n \r\n\r\n :
\r\n:
\r\n\r\n\r\n \r\n \"> \r\n\r\n
\r\n \">
\r\n\r\n \"> \r\n\r\n
\r\n\r\n \"> \r\n\r\n
\r\n','EventsCalendar/Event'); INSERT INTO template VALUES (1,'Default File Manager',' \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \r\n\r\n \r\n\r\n
\r\n\r\n\r\n \r\n\r\n\r\n \"> \r\n\r\n \r\n · \"> \r\n\r\n \r\n \r\n\r\n\"> \r\n\"> \r\n\"> \r\n\r\n \r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n \">\r\n \r\n · \r\n \"> \" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />
/ \r\n\r\n · \r\n \"> \r\n\" border=0 width=\"16\" height=\"16\" align=\"middle\" />
/ \r\n\r\n · \r\n \"> \r\n\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />
/ \r\n\r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n\r\n\r\n \r\n ','FileManager'); INSERT INTO template VALUES (1,'Calendar Month (Big)','\r\n\r\n· · \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n \r\n \r\n\r\n \r\n ','EventsCalendar'); INSERT INTO template VALUES (1,'Default Article','\r\n\r\n· · \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n
\r\n \" align=\"right\" border=\"0\">\r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \"> \r\n\r\n \r\n\r\n \r\n \r\n \r\n','Article'); INSERT INTO template VALUES (2,'Center Image','\r\n
\r\n\r\n \"> \r\n( ) \"> \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n\" border=\"0\">
\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \"> \r\n\r\n \r\n\r\n\r\n \r\n \r\n','Article'); INSERT INTO template VALUES (3,'Left Align Image','\r\n
\r\n\r\n \"> \r\n( ) \"> \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n
\r\n \" align=\"left\" border=\"0\">\r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \"> \r\n\r\n \r\n\r\n \r\n \r\n \r\n','Article'); INSERT INTO template VALUES (1,'Default USS','\r\n
\r\n\r\n \"> \r\n( ) \"> \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
\r\n \r\n\r\n \r\n \"> \r\n\r\n\">·\r\n \r\n\r\n \r\n
\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \"> \r\n\r\n \r\n ( \r\n)\r\n \r\n \"> \r\n\r\n \r\n','USS'); INSERT INTO template VALUES (1,'Default Item','\r\n\r\n· · \r\n \r\n \r\n\r\n\r\n \">\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n- \r\n \">\" border=\"0\" alt=\"
\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" /> \r\n\r\n - ','Item'); INSERT INTO template VALUES (2,'Traditional with Thumbnails','\r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n
\r\n \r\n\r\n \r\n \"> \r\n\r\n\">·\r\n \r\n\r\n \r\n
\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \"> \r\n\r\n \r\n ( \r\n)\r\n \r\n \r\n\r\n\r\n \"> \r\n\" border=\"0\">\r\n
\r\n \"> \r\n\r\n \r\n\r\n','USS'); INSERT INTO template VALUES (3,'Weblog','\r\n\r\n· · \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n\">·\r\n \r\n\r\n \r\n\r\n
\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n ( \r\n)\r\n \r\n\r\n \r\n \r\n \"> \r\n\" border=\"0\" align=\"right\"/>\r\n
\"> -
\r\n\r\n ( \"> \r\n \r\n | \r\n )\r\n\r\n \r\n \r\n','USS'); INSERT INTO template VALUES (4,'Photo Gallery','\r\n\r\n· \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n\">·\r\n \r\n\r\n \r\n
\r\n\r\n\r\n \r\n\r\n \r\n \r\n \r\n\r\n\r\n \"> \r\n \">\" border=\"0\"/>
\r\n\r\n \r\n ( \r\n)\r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n \r\n','USS'); INSERT INTO template VALUES (1,'Default Submission','\r\n\r\n· · \r\n \r\n
\r\n
\r\n\r\n\r\n \r\n: \">
\r\n:
\r\n:
\r\n:
\r\n\r\n\r\n \r\n \">« \r\n
\r\n\r\n \"> \r\n»
\r\n\r\n \"> \r\n
\r\n \">
\r\n\r\n \"> \r\n
\r\n \">
\r\n \">
\r\n\r\n \"> \r\n
\r\n\r\n \"> \r\n\">
\r\n
\r\n\">
\r\n\r\n\r\n \r\n \r\n\" border=\"0\">\r\n
\r\n
\r\n\r\n','USS/Submission'); INSERT INTO template VALUES (5,'Classifieds',' \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\">·\r\n \r\n\r\n \r\n
\r\n\r\n\r\n \r\n\r\n \r\n \r\n\r\n\">
\r\n\r\n ( \r\n)\r\n
\r\n\r\n \"> \r\n\" border=\"0\"/ align=\"right\">
\r\n\r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n \r\n','USS'); INSERT INTO template VALUES (2,'Item w/pop-up Links','\r\n\r\n· · \r\n \r\n \r\n\r\n\r\n \" target=\"_blank\">\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n- \r\n \" target=\"_blank\">\" border=\"0\" alt=\"
\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" /> \r\n\r\n - ','Item'); INSERT INTO template VALUES (1,'Default FAQ','\r\n\r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n \r\n
\r\n\r\n\r\n\r\n\r\n \r\n- \">
\r\n \r\n\r\n \r\n\r\n','FAQ'); INSERT INTO template VALUES (2,'Q and A','\r\n \r\n\r\n \">\r\n
\r\n\r\n [top]\r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n\r\n \r\n \r\n\r\n','FAQ'); INSERT INTO template VALUES (1,'Default Product','\r\n\r\n\r\n \r\n Q:\r\n
\r\n A:\r\n \r\n \r\n \r\n\r\n\r\n
\r\n
\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n Price: \r\n\r\n
\r\n\r\n Product Number: \r\n\r\n
\r\n
\r\n\r\n\r\n \"> \r\n\r\n\" border=0 align=\"absmiddle\">
\r\n\r\n \"> \r\n\r\n\" border=0 align=\"absmiddle\">
\r\n\r\n \"> \r\n\r\n\" border=0 align=\"absmiddle\">
\r\n\r\n \r\n\r\n \"> \r\n\" border=\"0\" />\r\n
\r\n \"> \r\n\" border=\"0\" />\r\n
\r\n \"> \r\n\" border=\"0\" />\r\n
\r\n
\r\n\r\n','Product'); INSERT INTO template VALUES (2,'Benefits Showcase','\r\n\r\n\r\n \r\n\r\n\r\n Features\r\n\r\n\r\n \"> \r\n\r\n\r\n \r\n · \r\n\r\n
\r\n\r\n\r\n \r\n\r\n Benefits\r\n\r\n \"> \r\n\r\n \r\n · \r\n
\r\n\r\n\r\n \r\n\r\n Specifications\r\n\r\n \"> \r\n\r\n \r\n · \r\n:
\r\n\r\n\r\n \r\n\r\n Accessories\r\n\r\n \"> \r\n\r\n\r\n \r\n · \r\n\">
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \"> \r\n\r\n\r\n \r\n · \r\n\">
\r\n\r\n \r\n\r\n\r\n\r\n
\r\n \r\n\" border=\"0\" />\r\n
\r\n
\r\n\r\n','Product'); INSERT INTO template VALUES (3,'Three Columns','\r\n\r\n\r\n\r\n \r\n\r\n \r\n \r\n\r\n Benefits\r\n
\r\n\r\n \"> \r\n\r\n\r\n \r\n · \r\n\r\n
\r\n\r\n\r\n \r\n\r\n \"> \r\n\r\nSpecifications\" border=\"0\" />\r\n
\r\n\r\n \"> \r\n\r\n \r\n · \r\n\r\nOptions:
\r\n
\r\n\r\n \"> \r\n\r\n\r\n \r\n · \r\n\r\nOther Products\">
\r\n
\r\n\r\n \"> \r\n\r\n \r\n · \r\n\r\n\">
\r\n\r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n
\r\n\r\n \r\n\r\n \r\n\r\n \"> \r\n\" border=\"0\" />\r\n
\r\n \r\n\r\n \"> \r\n\" border=\"0\" />\r\n
\r\n \r\n\r\n \"> \r\n\" border=\"0\" />\r\n
\r\n
\r\n\r\n\r\n','Product'); INSERT INTO template VALUES (5,'Left Column','\r\n \r\n\r\n\r\nFeatures \r\n
\r\n\r\n \"> \r\n\r\n \r\n · \r\n\r\n\r\nBenefits
\r\n
\r\n\r\n \"> \r\n\r\n\r\n \r\n · \r\n\r\n\r\n
\r\n\r\n\r\nSpecifications \r\n
\r\n\r\n \"> \r\n\r\n \r\n · \r\n\r\n\r\nAccessories:
\r\n
\r\n\r\n \"> \r\n\r\n\r\n \r\n · \r\n\r\n\r\nRelated Products\">
\r\n
\r\n\r\n \"> \r\n\r\n \r\n · \r\n\r\n\">
\r\n\r\n \r\n\r\n Price: \r\n\r\n
\r\n\r\n Product Number: \r\n
\r\n
\r\n\r\n \"> \r\n\" border=0 align=\"absmiddle\" />
\r\n\r\n \"> \r\n\" border=0 align=\"absmiddle\" />
\r\n\r\n \"> \r\n\" border=0 align=\"absmiddle\" />
\r\n\r\n
','Page'); INSERT INTO template VALUES (4,'Left Column Collateral','\r\n\r\n\r\n\r\n \r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n
\r\n
\r\n','Product'); INSERT INTO template VALUES (4,'Three Over One','\r\n \r\n
\r\n\r\n \"> \r\n\" border=0 align=\"absmiddle\" />
\r\n\r\n \"> \r\n\" border=0 align=\"absmiddle\" />
\r\n\r\n \"> \r\n\" border=0 align=\"absmiddle\" />
\r\n
\r\n\r\n\r\n\r\n \"> \r\n\" border=\"0\" />\r\n
\r\n \"> \r\n\" border=\"0\" />\r\n
\r\n \"> \r\n\" border=\"0\" />\r\n
\r\n \r\n \r\n\r\nSpecs:\r\n
\r\n\r\n \"> \r\n\r\n \r\n · \r\n\r\n\r\nFeatures::
\r\n
\r\n\r\n \"> \r\n\r\n \r\n · \r\n\r\n\r\nOptions:
\r\n
\r\n\r\n \"> \r\n\r\n \r\n · \r\n\r\n\">
\r\n\r\n
','Page'); INSERT INTO template VALUES (3,'One Over Three','\r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n
','Page'); INSERT INTO template VALUES (2,'News','\r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n
\r\n','Page'); INSERT INTO template VALUES (7,'Side By Side','\r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n
\r\n','Page'); INSERT INTO template VALUES (6,'Right Column','\r\n \r\n\r\n \r\n \r\n
\r\n','Page'); INSERT INTO template VALUES (1,'Default Page','\r\n \r\n\r\n \r\n \r\n
\r\n','Page'); INSERT INTO template VALUES (2,'Descriptive Site Map','\r\n \r\n\r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n ','SiteMap'); INSERT INTO template VALUES (6,'Guest Book','\"> \r\n \r\n - \r\n \r\n\r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n \"> \r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n','USS'); INSERT INTO template VALUES (1,'Default Syndicated Content','\r\n\r\n· \r\n \r\n \r\n\r\n\r\n
\r\n \r\n\r\n\r\n \r\n
\r\n\r\n\r\n \" target=\"_blank\"> \r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n ','SyndicatedContent'); -- -- 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); INSERT INTO userProfileField VALUES ('alias','WebGUI::International::get(858)',1,0,'text','','',4,3,0); INSERT INTO userProfileField VALUES ('signature','WebGUI::International::get(859)',1,0,'HTMLArea','','',5,3,0); INSERT INTO userProfileField VALUES ('publicProfile','WebGUI::International::get(861)',1,0,'yesNo','','1',9,4,0); INSERT INTO userProfileField VALUES ('publicEmail','WebGUI::International::get(860)',1,0,'yesNo','','1',10,4,0); INSERT INTO userProfileField VALUES ('richEditor','WebGUI::International::get(496)',1,0,'select','{\r\nhtmlArea=>WebGUI::International::get(495),\r\nmidas=>WebGUI::International::get(887),\r\n#editOnPro2=>WebGUI::International::get(494),\r\nclassic=>WebGUI::International::get(879),\r\nlastResort=>WebGUI::International::get(880),\r\nnone=>WebGUI::International::get(881)\r\n}','[\'htmlArea\']',11,4,0); INSERT INTO userProfileField VALUES ('richEditorMode','WebGUI::International::get(882)',1,0,'select','{\r\ninline=>WebGUI::International::get(883),\r\npopup=>WebGUI::International::get(884)\r\n}','[\'inline\']',12,4,0); -- -- 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 varchar(35) 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 ('5.2.4','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, 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 '1', startDate int(11) NOT NULL default '946710000', endDate int(11) NOT NULL default '2114406000', 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, filterPost varchar(30) NOT NULL default 'javascript', addEditStampToPosts int(11) NOT NULL default '1', allowDiscussion int(11) NOT NULL default '0', 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 Home Page.',1001744792,3,1016077239,3,1,1001744792,1336444487,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0); INSERT INTO wobject VALUES (-4,-2,'Article',1,'Who is using WebGUI?',1,'Large Corporations- \r\n
\r\n \" target=\"_blank\"> \r\n\r\n \r\n \r\n \r\n - \r\n\r\n
\r\n\r\n
\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\n \n \n\nSmall Businesses
\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\n \n \n\nNon-Profit Organizations
\nMany non-profit organizations do not have a large budget, but need a web solution to distribute content and manage membership. \n\n\n \n\nEducational Institutions
\nSchools and universities are continuously integrating online resources into their daily operations. \n\n \n \n\nGovernment Institutions
\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[ Florida Department of Agriculture | Euro Meeting | A Secret Federal Agency ]\n\n
\n\n\nThere are literally hundreds of sites using WebGUI. You could be next.\n',1038221932,3,1038222654,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0); INSERT INTO wobject VALUES (-3,1,'Article',1,'Article',0,'',1038219356,3,1038219356,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0); 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\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\n\n\n
\n\n\n\nNow that you\'re in as the administrator, you should change your password so no one else can log in and mess with your site. You might also want to create another account for yourself with Administrative privileges in case you can\'t log in with the Admin account for some reason.\n\n\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\n\nFor more information about how to administer WebGUI consider getting a copy of Ruling WebGUI. Plain Black Software also provides several Support Programs for WebGUI if you run into trouble.\n\n\n \nEnjoy your new WebGUI site!',1023555430,3,1038220053,3,1,1023537600,1338897600,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0); 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\n \nTalk to the Experts- Click here to log in. (username: Admin password: 123qwe)\n
- Click here to turn the administrative interface on.\n
\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\n\nRequest an Interactive Product Demonstration CD
\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\n\nPurchase the Manual for WebGUI
\nRuling WebGUI 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\n\nPurchase Technical Support
\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 Ruling WebGUI free when you sign up for the Support Center.\n \n\n\nSign Up for Plain Black Hosting
\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',1038244102,3,1038705736,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0);